-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 02, 2025 at 03:13 PM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.4.11

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `mxbookmimeld_mxbook`
--

-- --------------------------------------------------------

--
-- Table structure for table `ads_campaigns`
--

CREATE TABLE `ads_campaigns` (
  `campaign_id` int(11) NOT NULL,
  `campaign_user_id` int(10) UNSIGNED NOT NULL,
  `campaign_title` varchar(256) NOT NULL,
  `campaign_start_date` datetime NOT NULL,
  `campaign_end_date` datetime NOT NULL,
  `campaign_budget` double NOT NULL,
  `campaign_spend` double NOT NULL DEFAULT 0,
  `campaign_bidding` enum('click','view') NOT NULL,
  `audience_countries` mediumtext NOT NULL,
  `audience_gender` varchar(32) NOT NULL,
  `audience_relationship` varchar(64) NOT NULL,
  `ads_title` varchar(255) DEFAULT NULL,
  `ads_description` mediumtext DEFAULT NULL,
  `ads_type` varchar(32) NOT NULL,
  `ads_url` varchar(256) DEFAULT NULL,
  `ads_post_url` varchar(256) DEFAULT NULL,
  `ads_page` int(10) UNSIGNED DEFAULT NULL,
  `ads_group` int(10) UNSIGNED DEFAULT NULL,
  `ads_event` int(10) UNSIGNED DEFAULT NULL,
  `ads_placement` enum('newsfeed','sidebar') NOT NULL,
  `ads_image` varchar(256) NOT NULL,
  `campaign_created_date` datetime NOT NULL,
  `campaign_is_active` enum('0','1') NOT NULL DEFAULT '1',
  `campaign_is_approved` enum('0','1') NOT NULL DEFAULT '0',
  `campaign_is_declined` enum('0','1') NOT NULL DEFAULT '0',
  `campaign_views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `campaign_clicks` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `ads_campaigns`
--

INSERT INTO `ads_campaigns` (`campaign_id`, `campaign_user_id`, `campaign_title`, `campaign_start_date`, `campaign_end_date`, `campaign_budget`, `campaign_spend`, `campaign_bidding`, `audience_countries`, `audience_gender`, `audience_relationship`, `ads_title`, `ads_description`, `ads_type`, `ads_url`, `ads_post_url`, `ads_page`, `ads_group`, `ads_event`, `ads_placement`, `ads_image`, `campaign_created_date`, `campaign_is_active`, `campaign_is_approved`, `campaign_is_declined`, `campaign_views`, `campaign_clicks`) VALUES
(1, 17, 'Healthy Living Tips', '2025-09-29 17:21:00', '2025-10-06 17:21:00', 200, 0, 'click', '230', 'all', 'all', 'Boost Your Wellness', 'Learn simple tips to improve your daily health and well-being.', 'url', 'https://www.healthylife.com/tips', NULL, NULL, NULL, NULL, 'newsfeed', 'photos/2025/09/mxbook_91a9245f41cc39a6b3b317e37255ba85.jpeg', '2025-09-29 11:53:29', '0', '1', '0', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `ads_system`
--

CREATE TABLE `ads_system` (
  `ads_id` int(11) NOT NULL,
  `title` varchar(256) NOT NULL,
  `place` varchar(32) NOT NULL,
  `ads_pages_ids` text DEFAULT NULL,
  `ads_groups_ids` text DEFAULT NULL,
  `code` mediumtext NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `ads_system`
--

INSERT INTO `ads_system` (`ads_id`, `title`, `place`, `ads_pages_ids`, `ads_groups_ids`, `code`, `time`) VALUES
(1, 'Home Ad', 'home', NULL, NULL, '&lt;div id=&quot;miracuves-animated-banner&quot;&gt;\r\n&lt;a href=&quot;https://miracuves.com&quot; target=&quot;_blank&quot;&gt;\r\n&lt;img src=&quot;https://miracuves.com/wp-content/uploads/2023/03/Miracuves-Logo-Tagline.webp&quot; alt=&quot;Miracuves Logo&quot; id=&quot;miracuves-banner-logo&quot;/&gt;\r\n&lt;div class=&quot;miracuves-banner-text&quot;&gt;\r\n&lt;p&gt;Your Trusted Partner in&lt;/p&gt;\r\n&lt;p id=&quot;miracuves-rotating-text&quot;&gt;&lt;/p&gt;\r\n&lt;/div&gt;\r\n&lt;/a&gt;\r\n&lt;/div&gt;\r\n \r\n&lt;style&gt;\r\n  /* Banner container with animated gradient and effects */\r\n  #miracuves-animated-banner {\r\n    background: linear-gradient(135deg, #A70D2A, #4A0D82, #A70D2A);\r\n    background-size: 300% 300%;\r\n    border-radius: 10px;\r\n    padding: 20px;\r\n    text-align: center;\r\n    max-width: 300px;\r\n    margin: auto;\r\n    animation: miracuvesGradientAnimation 6s ease infinite;\r\n    position: relative;\r\n    overflow: hidden;\r\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);\r\n  }\r\n \r\n  /* Logo styling */\r\n  #miracuves-banner-logo {\r\n    width: 60px;\r\n    height: auto;\r\n    display: block;\r\n    margin: 0 auto;\r\n  }\r\n \r\n  /* Text styling */\r\n  .miracuves-banner-text p {\r\n    color: #ffffff;\r\n    font-family: Arial, sans-serif;\r\n    font-size: 16px;\r\n    font-weight: bold;\r\n    margin: 5px 0;\r\n  }\r\n \r\n  /* Rotating text effect */\r\n  #miracuves-rotating-text {\r\n    font-weight: bold;\r\n    animation: miracuvesTyping 6s steps(30, end) infinite, miracuvesBlink 0.5s step-end infinite alternate;\r\n    white-space: nowrap;\r\n    overflow: hidden;\r\n    border-right: 2px solid #ffffff;\r\n    padding-right: 5px;\r\n  }\r\n \r\n  /* Gradient animation */\r\n  @keyframes miracuvesGradientAnimation {\r\n    0% { background-position: 0% 50%; }\r\n    50% { background-position: 100% 50%; }\r\n    100% { background-position: 0% 50%; }\r\n  }\r\n \r\n  /* Typing and blinking animations */\r\n  @keyframes miracuvesTyping {\r\n    0% { width: 0; }\r\n    50% { width: 100%; }\r\n  }\r\n \r\n  @keyframes miracuvesBlink {\r\n    from, to { border-color: transparent; }\r\n    50% { border-color: white; }\r\n  }\r\n \r\n  /* Background effect bubbles */\r\n  #miracuves-animated-banner::before, #miracuves-animated-banner::after {\r\n    content: &quot;&quot;;\r\n    position: absolute;\r\n    border-radius: 50%;\r\n    background: rgba(255, 255, 255, 0.2);\r\n    animation: bubbleMove 20s infinite;\r\n    opacity: 0.6;\r\n  }\r\n \r\n  #miracuves-animated-banner::before {\r\n    width: 100px;\r\n    height: 100px;\r\n    bottom: -40px;\r\n    left: -40px;\r\n    animation-duration: 15s;\r\n  }\r\n \r\n  #miracuves-animated-banner::after {\r\n    width: 150px;\r\n    height: 150px;\r\n    top: -50px;\r\n    right: -50px;\r\n    animation-duration: 20s;\r\n  }\r\n \r\n  /* Bubble movement animation */\r\n  @keyframes bubbleMove {\r\n    0% { transform: scale(1) translate(0, 0); }\r\n    50% { transform: scale(1.2) translate(30px, 30px); }\r\n    100% { transform: scale(1) translate(0, 0); }\r\n  }\r\n&lt;/style&gt;\r\n \r\n&lt;script&gt;\r\n  // Array of rotating phrases\r\n  const miracuvesPhrases = [\r\n    &quot;Custom Mobile App Development&quot;,\r\n    &quot;Clone Solutions&quot;,\r\n    &quot;Readymade Solutions&quot;,\r\n    &quot;Digital Marketing&quot;\r\n  ];\r\n  let miracuvesCurrentPhraseIndex = 0;\r\n \r\n  function miracuvesRotateText() {\r\n    const rotatingText = document.getElementById(&quot;miracuves-rotating-text&quot;);\r\n    rotatingText.textContent = miracuvesPhrases[miracuvesCurrentPhraseIndex];\r\n    miracuvesCurrentPhraseIndex = (miracuvesCurrentPhraseIndex + 1) % miracuvesPhrases.length;\r\n  }\r\n \r\n  // Initial text rotation\r\n  miracuvesRotateText();\r\n  // Change text every 6 seconds\r\n  setInterval(miracuvesRotateText, 6000);\r\n&lt;/script&gt;', '2025-09-17 05:55:54');

-- --------------------------------------------------------

--
-- Table structure for table `affiliates_payments`
--

CREATE TABLE `affiliates_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `announcements`
--

CREATE TABLE `announcements` (
  `announcement_id` int(11) NOT NULL,
  `name` varchar(256) NOT NULL,
  `title` varchar(256) NOT NULL,
  `type` varchar(32) NOT NULL,
  `code` mediumtext NOT NULL,
  `start_date` datetime NOT NULL,
  `end_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `announcements_users`
--

CREATE TABLE `announcements_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `announcement_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `auto_connect`
--

CREATE TABLE `auto_connect` (
  `id` int(10) UNSIGNED NOT NULL,
  `type` varchar(32) NOT NULL,
  `country_id` int(10) UNSIGNED NOT NULL,
  `nodes_ids` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `bank_transfers`
--

CREATE TABLE `bank_transfers` (
  `transfer_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `handle` varchar(32) NOT NULL,
  `package_id` int(10) UNSIGNED DEFAULT NULL,
  `post_id` int(10) UNSIGNED DEFAULT NULL,
  `plan_id` int(10) UNSIGNED DEFAULT NULL,
  `movie_id` int(10) UNSIGNED DEFAULT NULL,
  `orders_collection_id` varchar(256) DEFAULT NULL,
  `price` float DEFAULT NULL,
  `bank_receipt` varchar(256) NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `blacklist`
--

CREATE TABLE `blacklist` (
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` enum('ip','email','username') NOT NULL,
  `node_value` varchar(64) NOT NULL,
  `created_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `blacklist`
--

INSERT INTO `blacklist` (`node_id`, `node_type`, `node_value`, `created_time`) VALUES
(2, 'email', 'user@demo.com', '2025-10-01 05:33:52'),
(3, 'username', 'User Demo', '2025-10-01 05:34:46'),
(4, 'ip', 'https://mxbook.mimeld.com/userdemo', '2025-10-01 05:37:50');

-- --------------------------------------------------------

--
-- Table structure for table `blogs_categories`
--

CREATE TABLE `blogs_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `blogs_categories`
--

INSERT INTO `blogs_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Art', '', 1),
(2, 0, 'Causes', '', 2),
(3, 0, 'Crafts', '', 3),
(4, 0, 'Dance', '', 4),
(5, 0, 'Drinks', '', 5),
(6, 0, 'Film', '', 6),
(7, 0, 'Fitness', '', 7),
(8, 0, 'Food', '', 8),
(9, 0, 'Games', '', 9),
(10, 0, 'Gardening', '', 10),
(11, 0, 'Health', '', 11),
(12, 0, 'Home', '', 12),
(13, 0, 'Literature', '', 13),
(14, 0, 'Music', '', 14),
(15, 0, 'Networking', '', 15),
(16, 0, 'Other', '', 16),
(17, 0, 'Party', '', 17),
(18, 0, 'Religion', '', 18),
(19, 0, 'Shopping', '', 19),
(20, 0, 'Sports', '', 20),
(21, 0, 'Theater', '', 21),
(22, 0, 'Wellness', '', 22);

-- --------------------------------------------------------

--
-- Table structure for table `coinpayments_transactions`
--

CREATE TABLE `coinpayments_transactions` (
  `transaction_id` int(10) UNSIGNED NOT NULL,
  `transaction_txn_id` text DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `product` text NOT NULL,
  `created_at` datetime NOT NULL,
  `last_update` datetime NOT NULL,
  `status` tinyint(3) UNSIGNED NOT NULL,
  `status_message` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `conversations`
--

CREATE TABLE `conversations` (
  `conversation_id` int(10) UNSIGNED NOT NULL,
  `last_message_id` int(10) UNSIGNED NOT NULL,
  `color` varchar(32) DEFAULT NULL,
  `node_id` int(10) UNSIGNED DEFAULT NULL,
  `node_type` varchar(128) DEFAULT NULL,
  `is_group` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `conversations`
--

INSERT INTO `conversations` (`conversation_id`, `last_message_id`, `color`, `node_id`, `node_type`, `is_group`) VALUES
(1, 5, '#f9a722', NULL, NULL, '0'),
(2, 6, NULL, 1, 'event', '0'),
(3, 8, '#f9a722', NULL, NULL, '0'),
(4, 9, NULL, NULL, NULL, '0');

-- --------------------------------------------------------

--
-- Table structure for table `conversations_calls`
--

CREATE TABLE `conversations_calls` (
  `call_id` int(10) UNSIGNED NOT NULL,
  `is_video_call` enum('0','1') NOT NULL DEFAULT '0',
  `from_user_id` int(10) UNSIGNED NOT NULL,
  `from_user_token` mediumtext NOT NULL,
  `to_user_id` int(10) UNSIGNED NOT NULL,
  `to_user_token` mediumtext NOT NULL,
  `room` varchar(64) NOT NULL,
  `answered` enum('0','1') NOT NULL DEFAULT '0',
  `declined` enum('0','1') NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL,
  `updated_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `conversations_messages`
--

CREATE TABLE `conversations_messages` (
  `message_id` int(10) UNSIGNED NOT NULL,
  `conversation_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `message` longtext NOT NULL,
  `image` varchar(256) NOT NULL,
  `voice_note` varchar(256) NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `conversations_messages`
--

INSERT INTO `conversations_messages` (`message_id`, `conversation_id`, `user_id`, `message`, `image`, `voice_note`, `time`) VALUES
(1, 1, 17, 'Hello sam', '', '', '2025-09-29 05:40:46'),
(2, 1, 17, 'I want sell this laptop', 'photos/2025/09/mxbook_95cdc36802c616da5ebd99dffc353f62.jpeg', '', '2025-09-29 05:41:06'),
(3, 1, 1, 'ok', '', 'sounds/2025/09/mxbook_8140fc165be706db20e302359188a53f.wav', '2025-09-29 05:54:13'),
(4, 1, 17, '🤣', '', '', '2025-09-29 05:55:14'),
(5, 1, 1, 'hello', '', '', '2025-10-01 05:37:58'),
(6, 2, 17, 'hello', '', '', '2025-10-01 11:50:10'),
(7, 3, 17, '😀 😃', '', '', '2025-10-15 05:28:34'),
(8, 3, 17, '😜', 'photos/2025/10/mxbook_974770792c317fdbf994fe821d608758.png', '', '2025-10-15 05:29:38'),
(9, 4, 17, 'test', '', '', '2025-10-15 05:44:27');

-- --------------------------------------------------------

--
-- Table structure for table `conversations_users`
--

CREATE TABLE `conversations_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `conversation_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `seen` enum('0','1') NOT NULL DEFAULT '0',
  `typing` enum('0','1') NOT NULL DEFAULT '0',
  `deleted` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `conversations_users`
--

INSERT INTO `conversations_users` (`id`, `conversation_id`, `user_id`, `seen`, `typing`, `deleted`) VALUES
(1, 1, 17, '1', '0', '0'),
(2, 1, 1, '1', '0', '0'),
(3, 2, 17, '1', '0', '0'),
(4, 2, 1, '1', '0', '0'),
(5, 3, 17, '1', '0', '0'),
(6, 3, 21, '0', '0', '0'),
(7, 4, 17, '1', '0', '0'),
(8, 4, 23, '1', '0', '0');

-- --------------------------------------------------------

--
-- Table structure for table `courses_categories`
--

CREATE TABLE `courses_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `courses_categories`
--

INSERT INTO `courses_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Admin &amp; Office', '', 1),
(2, 0, 'Art &amp; Design', '', 2),
(3, 0, 'Business Operations', '', 3),
(4, 0, 'Cleaning &amp; Facilities', '', 4),
(5, 0, 'Community &amp; Social Services', '', 5),
(6, 0, 'Computer &amp; Data', '', 6),
(7, 0, 'Construction &amp; Mining', '', 7),
(8, 0, 'Education', '', 8),
(9, 0, 'Farming &amp; Forestry', '', 9),
(10, 0, 'Healthcare', '', 10),
(11, 0, 'Installation, Maintenance &amp; Repair', '', 11),
(12, 0, 'Legal', '', 12),
(13, 0, 'Management', '', 13),
(14, 0, 'Manufacturing', '', 14),
(15, 0, 'Media &amp; Communication', '', 15),
(16, 0, 'Personal Care', '', 16),
(17, 0, 'Protective Services', '', 17),
(18, 0, 'Restaurant &amp; Hospitality', '', 18),
(19, 0, 'Retail &amp; Sales', '', 19),
(20, 0, 'Science &amp; Engineering', '', 20),
(21, 0, 'Sports &amp; Entertainment', '', 21),
(22, 0, 'Transportation', '', 22),
(23, 0, 'Other', '', 23);

-- --------------------------------------------------------

--
-- Table structure for table `custom_fields`
--

CREATE TABLE `custom_fields` (
  `field_id` int(10) UNSIGNED NOT NULL,
  `field_for` varchar(64) NOT NULL,
  `type` varchar(32) NOT NULL,
  `select_options` mediumtext NOT NULL,
  `label` varchar(256) NOT NULL,
  `description` mediumtext NOT NULL,
  `place` varchar(32) NOT NULL,
  `length` int(11) NOT NULL DEFAULT 32,
  `field_order` int(11) NOT NULL DEFAULT 1,
  `is_link` enum('0','1') NOT NULL DEFAULT '0',
  `mandatory` enum('0','1') NOT NULL DEFAULT '0',
  `in_registration` enum('0','1') NOT NULL DEFAULT '0',
  `in_profile` enum('0','1') NOT NULL DEFAULT '0',
  `in_search` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `custom_fields_values`
--

CREATE TABLE `custom_fields_values` (
  `value_id` int(10) UNSIGNED NOT NULL,
  `value` mediumtext NOT NULL,
  `field_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `developers_apps`
--

CREATE TABLE `developers_apps` (
  `app_id` int(10) UNSIGNED NOT NULL,
  `app_user_id` int(10) UNSIGNED NOT NULL,
  `app_category_id` int(10) UNSIGNED NOT NULL,
  `app_auth_id` varchar(128) NOT NULL,
  `app_auth_secret` varchar(128) NOT NULL,
  `app_name` varchar(256) NOT NULL,
  `app_domain` varchar(256) NOT NULL,
  `app_redirect_url` varchar(256) NOT NULL,
  `app_description` mediumtext NOT NULL,
  `app_icon` varchar(256) NOT NULL,
  `app_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `developers_apps_categories`
--

CREATE TABLE `developers_apps_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `developers_apps_categories`
--

INSERT INTO `developers_apps_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Business and Pages', '', 1),
(2, 0, 'Community &amp; Government', '', 2),
(3, 0, 'Education', '', 3),
(4, 0, 'Entertainment', '', 4),
(5, 0, 'Entertainment', '', 5),
(6, 0, 'Games', '', 6),
(7, 0, 'Lifestyle', '', 7),
(8, 0, 'Messaging', '', 8),
(9, 0, 'News', '', 9),
(10, 0, 'Shopping', '', 10),
(11, 0, 'Social Networks &amp; Dating', '', 11),
(12, 0, 'Utility &amp; Productivity', '', 12);

-- --------------------------------------------------------

--
-- Table structure for table `developers_apps_users`
--

CREATE TABLE `developers_apps_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `app_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `auth_key` varchar(128) NOT NULL,
  `access_token` varchar(128) DEFAULT NULL,
  `access_token_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `emojis`
--

CREATE TABLE `emojis` (
  `emoji_id` int(10) UNSIGNED NOT NULL,
  `unicode_char` varchar(256) NOT NULL,
  `class` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `emojis`
--

INSERT INTO `emojis` (`emoji_id`, `unicode_char`, `class`) VALUES
(1, '😀', 'grinning-face'),
(2, '😃', 'grinning-face-with-big-eyes'),
(3, '😄', 'grinning-face-with-smiling-eyes'),
(4, '😁', 'beaming-face-with-smiling-eyes'),
(5, '😆', 'grinning-squinting-face'),
(6, '😅', 'grinning-face-with-sweat'),
(7, '🤣', 'rolling-on-the-floor-laughing'),
(8, '😂', 'face-with-tears-of-joy'),
(9, '🙂', 'slightly-smiling-face'),
(10, '🙃', 'upside-down-face'),
(11, '😉', 'winking-face'),
(12, '😊', 'smiling-face-with-smiling-eyes'),
(13, '😇', 'smiling-face-with-halo'),
(14, '🥰', 'smiling-face-with-hearts'),
(15, '😍', 'smiling-face-with-heart-eyes'),
(16, '🤩', 'star-struck'),
(17, '😘', 'face-blowing-a-kiss'),
(18, '😗', 'kissing-face'),
(19, '☺️', 'smiling-face'),
(20, '😚', 'kissing-face-with-closed-eyes'),
(21, '😙', 'kissing-face-with-smiling-eyes'),
(22, '🥲', 'smiling-face-with-tear'),
(23, '😋', 'face-savoring-food'),
(24, '😛', 'face-with-tongue'),
(25, '😜', 'winking-face-with-tongue'),
(26, '🤪', 'zany-face'),
(27, '😝', 'squinting-face-with-tongue'),
(28, '🤑', 'money-mouth-face'),
(29, '🤗', 'hugging-face'),
(30, '🤭', 'face-with-hand-over-mouth'),
(31, '🤫', 'shushing-face'),
(32, '🤔', 'thinking-face'),
(33, '🤐', 'zipper-mouth-face'),
(34, '🤨', 'face-with-raised-eyebrow'),
(35, '😐', 'neutral-face'),
(36, '😑', 'expressionless-face'),
(37, '😶', 'face-without-mouth'),
(39, '😏', 'smirking-face'),
(40, '😒', 'unamused-face'),
(41, '🙄', 'face-with-rolling-eyes'),
(42, '😬', 'grimacing-face'),
(44, '🤥', 'lying-face'),
(45, '😌', 'relieved-face'),
(46, '😔', 'pensive-face'),
(47, '😪', 'sleepy-face'),
(48, '🤤', 'drooling-face'),
(49, '😴', 'sleeping-face'),
(50, '😷', 'face-with-medical-mask'),
(51, '🤒', 'face-with-thermometer'),
(52, '🤕', 'face-with-head-bandage'),
(53, '🤢', 'nauseated-face'),
(54, '🤮', 'face-vomiting'),
(55, '🤧', 'sneezing-face'),
(56, '🥵', 'hot-face'),
(57, '🥶', 'cold-face'),
(58, '🥴', 'woozy-face'),
(59, '😵', 'knocked-out-face'),
(61, '🤯', 'exploding-head'),
(62, '🤠', 'cowboy-hat-face'),
(63, '🥳', 'partying-face'),
(64, '🥸', 'disguised-face'),
(65, '😎', 'smiling-face-with-sunglasses'),
(66, '🤓', 'nerd-face'),
(67, '🧐', 'face-with-monocle'),
(68, '😕', 'confused-face'),
(69, '😟', 'worried-face'),
(70, '🙁', 'slightly-frowning-face'),
(71, '☹️', 'frowning-face'),
(72, '😮', 'face-with-open-mouth'),
(73, '😯', 'hushed-face'),
(74, '😲', 'astonished-face'),
(75, '😳', 'flushed-face'),
(76, '🥺', 'pleading-face'),
(77, '😦', 'frowning-face-with-open-mouth'),
(78, '😧', 'anguished-face'),
(79, '😨', 'fearful-face'),
(80, '😰', 'anxious-face-with-sweat'),
(81, '😥', 'sad-but-relieved-face'),
(82, '😢', 'crying-face'),
(83, '😭', 'loudly-crying-face'),
(84, '😱', 'face-screaming-in-fear'),
(85, '😖', 'confounded-face'),
(86, '😣', 'persevering-face'),
(87, '😞', 'disappointed-face'),
(88, '😓', 'downcast-face-with-sweat'),
(89, '😩', 'weary-face'),
(90, '😫', 'tired-face'),
(91, '🥱', 'yawning-face'),
(92, '😤', 'face-with-steam-from-nose'),
(93, '😡', 'pouting-face'),
(94, '😠', 'angry-face'),
(95, '🤬', 'face-with-symbols-on-mouth'),
(96, '😈', 'smiling-face-with-horns'),
(97, '👿', 'angry-face-with-horns'),
(98, '💀', 'skull'),
(99, '☠️', 'skull-and-crossbones'),
(100, '💩', 'pile-of-poo'),
(101, '🤡', 'clown-face'),
(102, '👹', 'ogre'),
(103, '👺', 'goblin'),
(104, '👻', 'ghost'),
(105, '👽', 'alien'),
(106, '👾', 'alien-monster'),
(107, '🤖', 'robot'),
(108, '😺', 'grinning-cat'),
(109, '😸', 'grinning-cat-with-smiling-eyes'),
(110, '😹', 'cat-with-tears-of-joy'),
(111, '😻', 'smiling-cat-with-heart-eyes'),
(112, '😼', 'cat-with-wry-smile'),
(113, '😽', 'kissing-cat'),
(114, '🙀', 'weary-cat'),
(115, '😿', 'crying-cat'),
(116, '😾', 'pouting-cat'),
(117, '🙈', 'see-no-evil-monkey'),
(118, '🙉', 'hear-no-evil-monkey'),
(119, '🙊', 'speak-no-evil-monkey'),
(120, '💋', 'kiss-mark'),
(121, '💌', 'love-letter'),
(122, '💘', 'heart-with-arrow'),
(123, '💝', 'heart-with-ribbon'),
(124, '💖', 'sparkling-heart'),
(125, '💗', 'growing-heart'),
(126, '💓', 'beating-heart'),
(127, '💞', 'revolving-hearts'),
(128, '💕', 'two-hearts'),
(129, '💟', 'heart-decoration'),
(130, '❣️', 'heart-exclamation'),
(131, '💔', 'broken-heart'),
(132, '❤️‍🔥', 'heart-on-fire'),
(133, '❤️‍🩹', 'mending-heart'),
(134, '❤️', 'red-heart'),
(135, '🧡', 'orange-heart'),
(136, '💛', 'yellow-heart'),
(137, '💚', 'green-heart'),
(138, '💙', 'blue-heart'),
(139, '💜', 'purple-heart'),
(140, '🤎', 'brown-heart'),
(141, '🖤', 'black-heart'),
(142, '🤍', 'white-heart'),
(143, '💯', 'hundred-points'),
(144, '💢', 'anger-symbol'),
(145, '💥', 'collision'),
(146, '💫', 'dizzy'),
(147, '💦', 'sweat-droplets'),
(148, '💨', 'dashing-away'),
(149, '🕳️', 'hole'),
(150, '💣', 'bomb'),
(151, '💬', 'speech-balloon'),
(153, '🗨️', 'left-speech-bubble'),
(154, '🗯️', 'right-anger-bubble'),
(155, '💭', 'thought-balloon'),
(156, '💤', 'zzz'),
(157, '👋', 'waving-hand'),
(158, '🤚', 'raised-back-of-hand'),
(159, '🖐️', 'hand-with-fingers-splayed'),
(160, '✋', 'raised-hand'),
(161, '🖖', 'vulcan-salute'),
(162, '👌', 'ok-hand'),
(163, '🤌', 'pinched-fingers'),
(164, '🤏', 'pinching-hand'),
(165, '✌️', 'victory-hand'),
(166, '🤞', 'crossed-fingers'),
(167, '🤟', 'love-you-gesture'),
(168, '🤘', 'sign-of-the-horns'),
(169, '🤙', 'call-me-hand'),
(170, '👈', 'backhand-index-pointing-left'),
(171, '👉', 'backhand-index-pointing-right'),
(172, '👆', 'backhand-index-pointing-up'),
(173, '🖕', 'middle-finger'),
(174, '👇', 'backhand-index-pointing-down'),
(175, '☝️', 'index-pointing-up'),
(176, '👍', 'thumbs-up'),
(177, '👎', 'thumbs-down'),
(178, '✊', 'raised-fist'),
(179, '👊', 'oncoming-fist'),
(180, '🤛', 'left-facing-fist'),
(181, '🤜', 'right-facing-fist'),
(182, '👏', 'clapping-hands'),
(183, '🙌', 'raising-hands'),
(184, '👐', 'open-hands'),
(185, '🤲', 'palms-up-together'),
(186, '🤝', 'handshake'),
(187, '🙏', 'folded-hands'),
(188, '✍️', 'writing-hand'),
(189, '💅', 'nail-polish'),
(190, '🤳', 'selfie'),
(191, '💪', 'flexed-biceps'),
(192, '🦾', 'mechanical-arm'),
(193, '🦿', 'mechanical-leg'),
(194, '🦵', 'leg'),
(195, '🦶', 'foot'),
(196, '👂', 'ear'),
(197, '🦻', 'ear-with-hearing-aid'),
(198, '👃', 'nose'),
(199, '🧠', 'brain'),
(200, '🫀', 'anatomical-heart'),
(201, '🫁', 'lungs'),
(202, '🦷', 'tooth'),
(203, '🦴', 'bone'),
(204, '👀', 'eyes'),
(205, '👁️', 'eye'),
(206, '👅', 'tongue'),
(207, '👄', 'mouth'),
(208, '👶', 'baby'),
(209, '🧒', 'child'),
(210, '👦', 'boy'),
(211, '👧', 'girl'),
(212, '🧑', 'person'),
(213, '👱', 'person-blond-hair'),
(214, '👨', 'man'),
(215, '🧔', 'person-beard'),
(216, '🧔‍♂️', 'man-beard'),
(217, '🧔‍♀️', 'woman-beard'),
(218, '👨‍🦰', 'man-red-hair'),
(219, '👨‍🦱', 'man-curly-hair'),
(220, '👨‍🦳', 'man-white-hair'),
(221, '👨‍🦲', 'man-bald'),
(222, '👩', 'woman'),
(223, '👩‍🦰', 'woman-red-hair'),
(224, '🧑‍🦰', 'person-red-hair'),
(225, '👩‍🦱', 'woman-curly-hair'),
(226, '🧑‍🦱', 'person-curly-hair'),
(227, '👩‍🦳', 'woman-white-hair'),
(228, '🧑‍🦳', 'person-white-hair'),
(229, '👩‍🦲', 'woman-bald'),
(230, '🧑‍🦲', 'person-bald'),
(231, '👱‍♀️', 'woman-blond-hair'),
(232, '👱‍♂️', 'man-blond-hair'),
(233, '🧓', 'older-person'),
(234, '👴', 'old-man'),
(235, '👵', 'old-woman'),
(236, '🙍', 'person-frowning'),
(237, '🙍‍♂️', 'man-frowning'),
(238, '🙍‍♀️', 'woman-frowning'),
(239, '🙎', 'person-pouting'),
(240, '🙎‍♂️', 'man-pouting'),
(241, '🙎‍♀️', 'woman-pouting'),
(242, '🙅', 'person-gesturing-no'),
(243, '🙅‍♂️', 'man-gesturing-no'),
(244, '🙅‍♀️', 'woman-gesturing-no'),
(245, '🙆', 'person-gesturing-ok'),
(246, '🙆‍♂️', 'man-gesturing-ok'),
(247, '🙆‍♀️', 'woman-gesturing-ok'),
(248, '💁', 'person-tipping-hand'),
(249, '💁‍♂️', 'man-tipping-hand'),
(250, '💁‍♀️', 'woman-tipping-hand'),
(251, '🙋', 'person-raising-hand'),
(252, '🙋‍♂️', 'man-raising-hand'),
(253, '🙋‍♀️', 'woman-raising-hand'),
(254, '🧏', 'deaf-person'),
(255, '🧏‍♂️', 'deaf-man'),
(256, '🧏‍♀️', 'deaf-woman'),
(257, '🙇', 'person-bowing'),
(258, '🙇‍♂️', 'man-bowing'),
(259, '🙇‍♀️', 'woman-bowing'),
(260, '🤦', 'person-facepalming'),
(261, '🤦‍♂️', 'man-facepalming'),
(262, '🤦‍♀️', 'woman-facepalming'),
(263, '🤷', 'person-shrugging'),
(264, '🤷‍♂️', 'man-shrugging'),
(265, '🤷‍♀️', 'woman-shrugging'),
(266, '🧑‍⚕️', 'health-worker'),
(267, '👨‍⚕️', 'man-health-worker'),
(268, '👩‍⚕️', 'woman-health-worker'),
(269, '🧑‍🎓', 'student'),
(270, '👨‍🎓', 'man-student'),
(271, '👩‍🎓', 'woman-student'),
(272, '🧑‍🏫', 'teacher'),
(273, '👨‍🏫', 'man-teacher'),
(274, '👩‍🏫', 'woman-teacher'),
(275, '🧑‍⚖️', 'judge'),
(276, '👨‍⚖️', 'man-judge'),
(277, '👩‍⚖️', 'woman-judge'),
(278, '🧑‍🌾', 'farmer'),
(279, '👨‍🌾', 'man-farmer'),
(280, '👩‍🌾', 'woman-farmer'),
(281, '🧑‍🍳', 'cook'),
(282, '👨‍🍳', 'man-cook'),
(283, '👩‍🍳', 'woman-cook'),
(284, '🧑‍🔧', 'mechanic'),
(285, '👨‍🔧', 'man-mechanic'),
(286, '👩‍🔧', 'woman-mechanic'),
(287, '🧑‍🏭', 'factory-worker'),
(288, '👨‍🏭', 'man-factory-worker'),
(289, '👩‍🏭', 'woman-factory-worker'),
(290, '🧑‍💼', 'office-worker'),
(291, '👨‍💼', 'man-office-worker'),
(292, '👩‍💼', 'woman-office-worker'),
(293, '🧑‍🔬', 'scientist'),
(294, '👨‍🔬', 'man-scientist'),
(295, '👩‍🔬', 'woman-scientist'),
(296, '🧑‍💻', 'technologist'),
(297, '👨‍💻', 'man-technologist'),
(298, '👩‍💻', 'woman-technologist'),
(299, '🧑‍🎤', 'singer'),
(300, '👨‍🎤', 'man-singer'),
(301, '👩‍🎤', 'woman-singer'),
(302, '🧑‍🎨', 'artist'),
(303, '👨‍🎨', 'man-artist'),
(304, '👩‍🎨', 'woman-artist'),
(305, '🧑‍✈️', 'pilot'),
(306, '👨‍✈️', 'man-pilot'),
(307, '👩‍✈️', 'woman-pilot'),
(308, '🧑‍🚀', 'astronaut'),
(309, '👨‍🚀', 'man-astronaut'),
(310, '👩‍🚀', 'woman-astronaut'),
(311, '🧑‍🚒', 'firefighter'),
(312, '👨‍🚒', 'man-firefighter'),
(313, '👩‍🚒', 'woman-firefighter'),
(314, '👮', 'police-officer'),
(315, '👮‍♂️', 'man-police-officer'),
(316, '👮‍♀️', 'woman-police-officer'),
(317, '🕵️', 'detective'),
(318, '🕵️‍♂️', 'man-detective'),
(319, '🕵️‍♀️', 'woman-detective'),
(320, '💂', 'guard'),
(321, '💂‍♂️', 'man-guard'),
(322, '💂‍♀️', 'woman-guard'),
(323, '🥷', 'ninja'),
(324, '👷', 'construction-worker'),
(325, '👷‍♂️', 'man-construction-worker'),
(326, '👷‍♀️', 'woman-construction-worker'),
(327, '🤴', 'prince'),
(328, '👸', 'princess'),
(329, '👳', 'person-wearing-turban'),
(330, '👳‍♂️', 'man-wearing-turban'),
(331, '👳‍♀️', 'woman-wearing-turban'),
(332, '👲', 'person-with-skullcap'),
(333, '🧕', 'woman-with-headscarf'),
(334, '🤵', 'person-in-tuxedo'),
(335, '🤵‍♂️', 'man-in-tuxedo'),
(336, '🤵‍♀️', 'woman-in-tuxedo'),
(337, '👰', 'person-with-veil'),
(338, '👰‍♂️', 'man-with-veil'),
(339, '👰‍♀️', 'woman-with-veil'),
(340, '🤰', 'pregnant-woman'),
(341, '🤱', 'breast-feeding'),
(342, '👩‍🍼', 'woman-feeding-baby'),
(343, '👨‍🍼', 'man-feeding-baby'),
(344, '🧑‍🍼', 'person-feeding-baby'),
(345, '👼', 'baby-angel'),
(346, '🎅', 'santa-claus'),
(348, '🧑‍🎄', 'mx-claus'),
(349, '🦸', 'superhero'),
(350, '🦸‍♂️', 'man-superhero'),
(351, '🦸‍♀️', 'woman-superhero'),
(352, '🦹', 'supervillain'),
(353, '🦹‍♂️', 'man-supervillain'),
(354, '🦹‍♀️', 'woman-supervillain'),
(355, '🧙', 'mage'),
(356, '🧙‍♂️', 'man-mage'),
(357, '🧙‍♀️', 'woman-mage'),
(358, '🧚', 'fairy'),
(359, '🧚‍♂️', 'man-fairy'),
(360, '🧚‍♀️', 'woman-fairy'),
(361, '🧛', 'vampire'),
(362, '🧛‍♂️', 'man-vampire'),
(363, '🧛‍♀️', 'woman-vampire'),
(364, '🧜', 'merperson'),
(365, '🧜‍♂️', 'merman'),
(366, '🧜‍♀️', 'mermaid'),
(367, '🧝', 'elf'),
(368, '🧝‍♂️', 'man-elf'),
(369, '🧝‍♀️', 'woman-elf'),
(370, '🧞', 'genie'),
(371, '🧞‍♂️', 'man-genie'),
(372, '🧞‍♀️', 'woman-genie'),
(373, '🧟', 'zombie'),
(374, '🧟‍♂️', 'man-zombie'),
(375, '🧟‍♀️', 'woman-zombie'),
(376, '💆', 'person-getting-massage'),
(377, '💆‍♂️', 'man-getting-massage'),
(378, '💆‍♀️', 'woman-getting-massage'),
(379, '💇', 'person-getting-haircut'),
(380, '💇‍♂️', 'man-getting-haircut'),
(381, '💇‍♀️', 'woman-getting-haircut'),
(382, '🚶', 'person-walking'),
(383, '🚶‍♂️', 'man-walking'),
(384, '🚶‍♀️', 'woman-walking'),
(385, '🧍', 'person-standing'),
(386, '🧍‍♂️', 'man-standing'),
(387, '🧍‍♀️', 'woman-standing'),
(388, '🧎', 'person-kneeling'),
(389, '🧎‍♂️', 'man-kneeling'),
(390, '🧎‍♀️', 'woman-kneeling'),
(391, '🧑‍🦯', 'person-with-white-cane'),
(392, '👨‍🦯', 'man-with-white-cane'),
(393, '👩‍🦯', 'woman-with-white-cane'),
(394, '🧑‍🦼', 'person-in-motorized-wheelchair'),
(395, '👨‍🦼', 'man-in-motorized-wheelchair'),
(396, '👩‍🦼', 'woman-in-motorized-wheelchair'),
(397, '🧑‍🦽', 'person-in-manual-wheelchair'),
(398, '👨‍🦽', 'man-in-manual-wheelchair'),
(399, '👩‍🦽', 'woman-in-manual-wheelchair'),
(400, '🏃', 'person-running'),
(401, '🏃‍♂️', 'man-running'),
(402, '🏃‍♀️', 'woman-running'),
(403, '💃', 'woman-dancing'),
(404, '🕺', 'man-dancing'),
(405, '🕴️', 'person-in-suit-levitating'),
(406, '👯', 'people-with-bunny-ears'),
(407, '👯‍♂️', 'men-with-bunny-ears'),
(408, '👯‍♀️', 'women-with-bunny-ears'),
(409, '🧖', 'person-in-steamy-room'),
(410, '🧖‍♂️', 'man-in-steamy-room'),
(411, '🧖‍♀️', 'woman-in-steamy-room'),
(412, '🧗', 'person-climbing'),
(413, '🧗‍♂️', 'man-climbing'),
(414, '🧗‍♀️', 'woman-climbing'),
(415, '🤺', 'person-fencing'),
(416, '🏇', 'horse-racing'),
(417, '⛷️', 'skier'),
(418, '🏂', 'snowboarder'),
(419, '🏌️', 'person-golfing'),
(420, '🏌️‍♂️', 'man-golfing'),
(421, '🏌️‍♀️', 'woman-golfing'),
(422, '🏄', 'person-surfing'),
(423, '🏄‍♂️', 'man-surfing'),
(424, '🏄‍♀️', 'woman-surfing'),
(425, '🚣', 'person-rowing-boat'),
(426, '🚣‍♂️', 'man-rowing-boat'),
(427, '🚣‍♀️', 'woman-rowing-boat'),
(428, '🏊', 'person-swimming'),
(429, '🏊‍♂️', 'man-swimming'),
(430, '🏊‍♀️', 'woman-swimming'),
(431, '⛹️', 'person-bouncing-ball'),
(432, '⛹️‍♂️', 'man-bouncing-ball'),
(433, '⛹️‍♀️', 'woman-bouncing-ball'),
(434, '🏋️', 'person-lifting-weights'),
(435, '🏋️‍♂️', 'man-lifting-weights'),
(436, '🏋️‍♀️', 'woman-lifting-weights'),
(437, '🚴', 'person-biking'),
(438, '🚴‍♂️', 'man-biking'),
(439, '🚴‍♀️', 'woman-biking'),
(440, '🚵', 'person-mountain-biking'),
(441, '🚵‍♂️', 'man-mountain-biking'),
(442, '🚵‍♀️', 'woman-mountain-biking'),
(443, '🤸', 'person-cartwheeling'),
(444, '🤸‍♂️', 'man-cartwheeling'),
(445, '🤸‍♀️', 'woman-cartwheeling'),
(446, '🤼', 'people-wrestling'),
(447, '🤼‍♂️', 'men-wrestling'),
(448, '🤼‍♀️', 'women-wrestling'),
(449, '🤽', 'person-playing-water-polo'),
(450, '🤽‍♂️', 'man-playing-water-polo'),
(451, '🤽‍♀️', 'woman-playing-water-polo'),
(452, '🤾', 'person-playing-handball'),
(453, '🤾‍♂️', 'man-playing-handball'),
(454, '🤾‍♀️', 'woman-playing-handball'),
(455, '🤹', 'person-juggling'),
(456, '🤹‍♂️', 'man-juggling'),
(457, '🤹‍♀️', 'woman-juggling'),
(458, '🧘', 'person-in-lotus-position'),
(459, '🧘‍♂️', 'man-in-lotus-position'),
(460, '🧘‍♀️', 'woman-in-lotus-position'),
(461, '🛀', 'person-taking-bath'),
(462, '🛌', 'person-in-bed'),
(463, '🧑‍🤝‍🧑', 'people-holding-hands'),
(464, '👭', 'women-holding-hands'),
(465, '👫', 'woman-and-man-holding-hands'),
(466, '👬', 'men-holding-hands'),
(467, '💏', 'kiss'),
(468, '👩‍❤️‍💋‍👨', 'kiss-woman-man'),
(469, '👨‍❤️‍💋‍👨', 'kiss-man-man'),
(470, '👩‍❤️‍💋‍👩', 'kiss-woman-woman'),
(471, '💑', 'couple-with-heart'),
(472, '👩‍❤️‍👨', 'couple-with-heart-woman-man'),
(473, '👨‍❤️‍👨', 'couple-with-heart-man-man'),
(474, '👩‍❤️‍👩', 'couple-with-heart-woman-woman'),
(475, '👪', 'family'),
(476, '👨‍👩‍👦', 'family-man-woman-boy'),
(477, '👨‍👩‍👧', 'family-man-woman-girl'),
(478, '👨‍👩‍👧‍👦', 'family-man-woman-girl-boy'),
(479, '👨‍👩‍👦‍👦', 'family-man-woman-boy-boy'),
(480, '👨‍👩‍👧‍👧', 'family-man-woman-girl-girl'),
(481, '👨‍👨‍👦', 'family-man-man-boy'),
(482, '👨‍👨‍👧', 'family-man-man-girl'),
(483, '👨‍👨‍👧‍👦', 'family-man-man-girl-boy'),
(484, '👨‍👨‍👦‍👦', 'family-man-man-boy-boy'),
(485, '👨‍👨‍👧‍👧', 'family-man-man-girl-girl'),
(486, '👩‍👩‍👦', 'family-woman-woman-boy'),
(487, '👩‍👩‍👧', 'family-woman-woman-girl'),
(488, '👩‍👩‍👧‍👦', 'family-woman-woman-girl-boy'),
(489, '👩‍👩‍👦‍👦', 'family-woman-woman-boy-boy'),
(490, '👩‍👩‍👧‍👧', 'family-woman-woman-girl-girl'),
(491, '👨‍👦', 'family-man-boy'),
(492, '👨‍👦‍👦', 'family-man-boy-boy'),
(493, '👨‍👧', 'family-man-girl'),
(494, '👨‍👧‍👦', 'family-man-girl-boy'),
(495, '👨‍👧‍👧', 'family-man-girl-girl'),
(496, '👩‍👦', 'family-woman-boy'),
(497, '👩‍👦‍👦', 'family-woman-boy-boy'),
(498, '👩‍👧', 'family-woman-girl'),
(499, '👩‍👧‍👦', 'family-woman-girl-boy'),
(500, '👩‍👧‍👧', 'family-woman-girl-girl'),
(501, '🗣️', 'speaking-head'),
(502, '👤', 'bust-in-silhouette'),
(503, '👥', 'busts-in-silhouette'),
(504, '🫂', 'people-hugging'),
(505, '👣', 'footprints'),
(506, '🦰', 'red-hair'),
(507, '🦱', 'curly-hair'),
(508, '🦳', 'white-hair'),
(509, '🦲', 'bald'),
(510, '🐵', 'monkey-face'),
(511, '🐒', 'monkey'),
(512, '🦍', 'gorilla'),
(513, '🦧', 'orangutan'),
(514, '🐶', 'dog-face'),
(515, '🐕', 'dog'),
(516, '🦮', 'guide-dog'),
(517, '🐕‍🦺', 'service-dog'),
(518, '🐩', 'poodle'),
(519, '🐺', 'wolf'),
(520, '🦊', 'fox'),
(521, '🦝', 'raccoon'),
(522, '🐱', 'cat-face'),
(523, '🐈', 'cat'),
(524, '🐈‍⬛', 'black-cat'),
(525, '🦁', 'lion'),
(526, '🐯', 'tiger-face'),
(527, '🐅', 'tiger'),
(528, '🐆', 'leopard'),
(529, '🐴', 'horse-face'),
(530, '🐎', 'horse'),
(531, '🦄', 'unicorn'),
(532, '🦓', 'zebra'),
(533, '🦌', 'deer'),
(534, '🦬', 'bison'),
(535, '🐮', 'cow-face'),
(536, '🐂', 'ox'),
(537, '🐃', 'water-buffalo'),
(538, '🐄', 'cow'),
(539, '🐷', 'pig-face'),
(540, '🐖', 'pig'),
(541, '🐗', 'boar'),
(542, '🐽', 'pig-nose'),
(543, '🐏', 'ram'),
(544, '🐑', 'ewe'),
(545, '🐐', 'goat'),
(546, '🐪', 'camel'),
(547, '🐫', 'two-hump-camel'),
(548, '🦙', 'llama'),
(549, '🦒', 'giraffe'),
(550, '🐘', 'elephant'),
(551, '🦣', 'mammoth'),
(552, '🦏', 'rhinoceros'),
(553, '🦛', 'hippopotamus'),
(554, '🐭', 'mouse-face'),
(555, '🐁', 'mouse'),
(556, '🐀', 'rat'),
(557, '🐹', 'hamster'),
(558, '🐰', 'rabbit-face'),
(559, '🐇', 'rabbit'),
(560, '🐿️', 'chipmunk'),
(561, '🦫', 'beaver'),
(562, '🦔', 'hedgehog'),
(563, '🦇', 'bat'),
(564, '🐻', 'bear'),
(565, '🐻‍❄️', 'polar-bear'),
(566, '🐨', 'koala'),
(567, '🐼', 'panda'),
(568, '🦥', 'sloth'),
(569, '🦦', 'otter'),
(570, '🦨', 'skunk'),
(571, '🦘', 'kangaroo'),
(572, '🦡', 'badger'),
(573, '🐾', 'paw-prints'),
(574, '🦃', 'turkey'),
(575, '🐔', 'chicken'),
(576, '🐓', 'rooster'),
(577, '🐣', 'hatching-chick'),
(578, '🐤', 'baby-chick'),
(579, '🐥', 'front-facing-baby-chick'),
(580, '🐦', 'bird'),
(581, '🐧', 'penguin'),
(582, '🕊️', 'dove'),
(583, '🦅', 'eagle'),
(584, '🦆', 'duck'),
(585, '🦢', 'swan'),
(586, '🦉', 'owl'),
(587, '🦤', 'dodo'),
(588, '🪶', 'feather'),
(589, '🦩', 'flamingo'),
(590, '🦚', 'peacock'),
(591, '🦜', 'parrot'),
(592, '🐸', 'frog'),
(593, '🐊', 'crocodile'),
(594, '🐢', 'turtle'),
(595, '🦎', 'lizard'),
(596, '🐍', 'snake'),
(597, '🐲', 'dragon-face'),
(598, '🐉', 'dragon'),
(599, '🦕', 'sauropod'),
(600, '🦖', 't-rex'),
(601, '🐳', 'spouting-whale'),
(602, '🐋', 'whale'),
(603, '🐬', 'dolphin'),
(604, '🦭', 'seal'),
(605, '🐟', 'fish'),
(606, '🐠', 'tropical-fish'),
(607, '🐡', 'blowfish'),
(608, '🦈', 'shark'),
(609, '🐙', 'octopus'),
(610, '🐚', 'spiral-shell'),
(611, '🐌', 'snail'),
(612, '🦋', 'butterfly'),
(613, '🐛', 'bug'),
(614, '🐜', 'ant'),
(615, '🐝', 'honeybee'),
(616, '🪲', 'beetle'),
(617, '🐞', 'lady-beetle'),
(618, '🦗', 'cricket'),
(619, '🪳', 'cockroach'),
(620, '🕷️', 'spider'),
(621, '🕸️', 'spider-web'),
(622, '🦂', 'scorpion'),
(623, '🦟', 'mosquito'),
(624, '🪰', 'fly'),
(625, '🪱', 'worm'),
(626, '🦠', 'microbe'),
(627, '💐', 'bouquet'),
(628, '🌸', 'cherry-blossom'),
(629, '💮', 'white-flower'),
(630, '🏵️', 'rosette'),
(631, '🌹', 'rose'),
(632, '🥀', 'wilted-flower'),
(633, '🌺', 'hibiscus'),
(634, '🌻', 'sunflower'),
(635, '🌼', 'blossom'),
(636, '🌷', 'tulip'),
(637, '🌱', 'seedling'),
(638, '🪴', 'potted-plant'),
(639, '🌲', 'evergreen-tree'),
(640, '🌳', 'deciduous-tree'),
(641, '🌴', 'palm-tree'),
(642, '🌵', 'cactus'),
(643, '🌾', 'sheaf-of-rice'),
(644, '🌿', 'herb'),
(645, '☘️', 'shamrock'),
(646, '🍀', 'four-leaf-clover'),
(647, '🍁', 'maple-leaf'),
(648, '🍂', 'fallen-leaf'),
(649, '🍃', 'leaf-fluttering-in-wind'),
(650, '🍇', 'grapes'),
(651, '🍈', 'melon'),
(652, '🍉', 'watermelon'),
(653, '🍊', 'tangerine'),
(654, '🍋', 'lemon'),
(655, '🍌', 'banana'),
(656, '🍍', 'pineapple'),
(657, '🥭', 'mango'),
(658, '🍎', 'red-apple'),
(659, '🍏', 'green-apple'),
(660, '🍐', 'pear'),
(661, '🍑', 'peach'),
(662, '🍒', 'cherries'),
(663, '🍓', 'strawberry'),
(664, '🫐', 'blueberries'),
(665, '🥝', 'kiwi-fruit'),
(666, '🍅', 'tomato'),
(667, '🫒', 'olive'),
(668, '🥥', 'coconut'),
(669, '🥑', 'avocado'),
(670, '🍆', 'eggplant'),
(671, '🥔', 'potato'),
(672, '🥕', 'carrot'),
(673, '🌽', 'ear-of-corn'),
(674, '🌶️', 'hot-pepper'),
(675, '🫑', 'bell-pepper'),
(676, '🥒', 'cucumber'),
(677, '🥬', 'leafy-green'),
(678, '🥦', 'broccoli'),
(679, '🧄', 'garlic'),
(680, '🧅', 'onion'),
(681, '🍄', 'mushroom'),
(682, '🥜', 'peanuts'),
(683, '🌰', 'chestnut'),
(684, '🍞', 'bread'),
(685, '🥐', 'croissant'),
(686, '🥖', 'baguette-bread'),
(687, '🫓', 'flatbread'),
(688, '🥨', 'pretzel'),
(689, '🥯', 'bagel'),
(690, '🥞', 'pancakes'),
(691, '🧇', 'waffle'),
(692, '🧀', 'cheese-wedge'),
(693, '🍖', 'meat-on-bone'),
(694, '🍗', 'poultry-leg'),
(695, '🥩', 'cut-of-meat'),
(696, '🥓', 'bacon'),
(697, '🍔', 'hamburger'),
(698, '🍟', 'french-fries'),
(699, '🍕', 'pizza'),
(700, '🌭', 'hot-dog'),
(701, '🥪', 'sandwich'),
(702, '🌮', 'taco'),
(703, '🌯', 'burrito'),
(704, '🫔', 'tamale'),
(705, '🥙', 'stuffed-flatbread'),
(706, '🧆', 'falafel'),
(707, '🥚', 'egg'),
(708, '🍳', 'cooking'),
(709, '🥘', 'shallow-pan-of-food'),
(710, '🍲', 'pot-of-food'),
(711, '🫕', 'fondue'),
(712, '🥣', 'bowl-with-spoon'),
(713, '🥗', 'green-salad'),
(714, '🍿', 'popcorn'),
(715, '🧈', 'butter'),
(716, '🧂', 'salt'),
(717, '🥫', 'canned-food'),
(718, '🍱', 'bento-box'),
(719, '🍘', 'rice-cracker'),
(720, '🍙', 'rice-ball'),
(721, '🍚', 'cooked-rice'),
(722, '🍛', 'curry-rice'),
(723, '🍜', 'steaming-bowl'),
(724, '🍝', 'spaghetti'),
(725, '🍠', 'roasted-sweet-potato'),
(726, '🍢', 'oden'),
(727, '🍣', 'sushi'),
(728, '🍤', 'fried-shrimp'),
(729, '🍥', 'fish-cake-with-swirl'),
(730, '🥮', 'moon-cake'),
(731, '🍡', 'dango'),
(732, '🥟', 'dumpling'),
(733, '🥠', 'fortune-cookie'),
(734, '🥡', 'takeout-box'),
(735, '🦀', 'crab'),
(736, '🦞', 'lobster'),
(737, '🦐', 'shrimp'),
(738, '🦑', 'squid'),
(739, '🦪', 'oyster'),
(740, '🍦', 'soft-ice-cream'),
(741, '🍧', 'shaved-ice'),
(742, '🍨', 'ice-cream'),
(743, '🍩', 'doughnut'),
(744, '🍪', 'cookie'),
(745, '🎂', 'birthday-cake'),
(746, '🍰', 'shortcake'),
(747, '🧁', 'cupcake'),
(748, '🥧', 'pie'),
(749, '🍫', 'chocolate-bar'),
(750, '🍬', 'candy'),
(751, '🍭', 'lollipop'),
(752, '🍮', 'custard'),
(753, '🍯', 'honey-pot'),
(754, '🍼', 'baby-bottle'),
(755, '🥛', 'glass-of-milk'),
(756, '☕', 'hot-beverage'),
(757, '🫖', 'teapot'),
(758, '🍵', 'teacup-without-handle'),
(759, '🍶', 'sake'),
(760, '🍾', 'bottle-with-popping-cork'),
(761, '🍷', 'wine-glass'),
(762, '🍸', 'cocktail-glass'),
(763, '🍹', 'tropical-drink'),
(764, '🍺', 'beer-mug'),
(765, '🍻', 'clinking-beer-mugs'),
(766, '🥂', 'clinking-glasses'),
(767, '🥃', 'tumbler-glass'),
(768, '🥤', 'cup-with-straw'),
(769, '🧋', 'bubble-tea'),
(770, '🧃', 'beverage-box'),
(771, '🧉', 'mate'),
(772, '🧊', 'ice'),
(773, '🥢', 'chopsticks'),
(774, '🍽️', 'fork-and-knife-with-plate'),
(775, '🍴', 'fork-and-knife'),
(776, '🥄', 'spoon'),
(777, '🔪', 'kitchen-knife'),
(778, '🏺', 'amphora'),
(779, '🌍', 'globe-showing-europe-africa'),
(780, '🌎', 'globe-showing-americas'),
(781, '🌏', 'globe-showing-asia-australia'),
(782, '🌐', 'globe-with-meridians'),
(783, '🗺️', 'world-map'),
(784, '🗾', 'map-of-japan'),
(785, '🧭', 'compass'),
(786, '🏔️', 'snow-capped-mountain'),
(787, '⛰️', 'mountain'),
(788, '🌋', 'volcano'),
(789, '🗻', 'mount-fuji'),
(790, '🏕️', 'camping'),
(791, '🏖️', 'beach-with-umbrella'),
(792, '🏜️', 'desert'),
(793, '🏝️', 'desert-island'),
(794, '🏞️', 'national-park'),
(795, '🏟️', 'stadium'),
(796, '🏛️', 'classical-building'),
(797, '🏗️', 'building-construction'),
(798, '🧱', 'brick'),
(799, '🪨', 'rock'),
(800, '🪵', 'wood'),
(801, '🛖', 'hut'),
(802, '🏘️', 'houses'),
(803, '🏚️', 'derelict-house'),
(804, '🏠', 'house'),
(805, '🏡', 'house-with-garden'),
(806, '🏢', 'office-building'),
(807, '🏣', 'japanese-post-office'),
(808, '🏤', 'post-office'),
(809, '🏥', 'hospital'),
(810, '🏦', 'bank'),
(811, '🏨', 'hotel'),
(812, '🏩', 'love-hotel'),
(813, '🏪', 'convenience-store'),
(814, '🏫', 'school'),
(815, '🏬', 'department-store'),
(816, '🏭', 'factory'),
(817, '🏯', 'japanese-castle'),
(818, '🏰', 'castle'),
(819, '💒', 'wedding'),
(820, '🗼', 'tokyo-tower'),
(821, '🗽', 'statue-of-liberty'),
(822, '⛪', 'church'),
(823, '🕌', 'mosque'),
(824, '🛕', 'hindu-temple'),
(825, '🕍', 'synagogue'),
(826, '⛩️', 'shinto-shrine'),
(827, '🕋', 'kaaba'),
(828, '⛲', 'fountain'),
(829, '⛺', 'tent'),
(830, '🌁', 'foggy'),
(831, '🌃', 'night-with-stars'),
(832, '🏙️', 'cityscape'),
(833, '🌄', 'sunrise-over-mountains'),
(834, '🌅', 'sunrise'),
(835, '🌆', 'cityscape-at-dusk'),
(836, '🌇', 'sunset'),
(837, '🌉', 'bridge-at-night'),
(838, '♨️', 'hot-springs'),
(839, '🎠', 'carousel-horse'),
(840, '🎡', 'ferris-wheel'),
(841, '🎢', 'roller-coaster'),
(842, '💈', 'barber-pole'),
(843, '🎪', 'circus-tent'),
(844, '🚂', 'locomotive'),
(845, '🚃', 'railway-car'),
(846, '🚄', 'high-speed-train'),
(847, '🚅', 'bullet-train'),
(848, '🚆', 'train'),
(849, '🚇', 'metro'),
(850, '🚈', 'light-rail'),
(851, '🚉', 'station'),
(852, '🚊', 'tram'),
(853, '🚝', 'monorail'),
(854, '🚞', 'mountain-railway'),
(855, '🚋', 'tram-car'),
(856, '🚌', 'bus'),
(857, '🚍', 'oncoming-bus'),
(858, '🚎', 'trolleybus'),
(859, '🚐', 'minibus'),
(860, '🚑', 'ambulance'),
(861, '🚒', 'fire-engine'),
(862, '🚓', 'police-car'),
(863, '🚔', 'oncoming-police-car'),
(864, '🚕', 'taxi'),
(865, '🚖', 'oncoming-taxi'),
(866, '🚗', 'automobile'),
(867, '🚘', 'oncoming-automobile'),
(868, '🚙', 'sport-utility-vehicle'),
(869, '🛻', 'pickup-truck'),
(870, '🚚', 'delivery-truck'),
(871, '🚛', 'articulated-lorry'),
(872, '🚜', 'tractor'),
(873, '🏎️', 'racing-car'),
(874, '🏍️', 'motorcycle'),
(875, '🛵', 'motor-scooter'),
(876, '🦽', 'manual-wheelchair'),
(877, '🦼', 'motorized-wheelchair'),
(878, '🛺', 'auto-rickshaw'),
(879, '🚲', 'bicycle'),
(880, '🛴', 'kick-scooter'),
(881, '🛹', 'skateboard'),
(882, '🛼', 'roller-skate'),
(883, '🚏', 'bus-stop'),
(884, '🛣️', 'motorway'),
(885, '🛤️', 'railway-track'),
(886, '🛢️', 'oil-drum'),
(887, '⛽', 'fuel-pump'),
(888, '🚨', 'police-car-light'),
(889, '🚥', 'horizontal-traffic-light'),
(890, '🚦', 'vertical-traffic-light'),
(891, '🛑', 'stop-sign'),
(892, '🚧', 'construction'),
(893, '⚓', 'anchor'),
(894, '⛵', 'sailboat'),
(895, '🛶', 'canoe'),
(896, '🚤', 'speedboat'),
(897, '🛳️', 'passenger-ship'),
(898, '⛴️', 'ferry'),
(899, '🛥️', 'motor-boat'),
(900, '🚢', 'ship'),
(901, '✈️', 'airplane'),
(902, '🛩️', 'small-airplane'),
(903, '🛫', 'airplane-departure'),
(904, '🛬', 'airplane-arrival'),
(905, '🪂', 'parachute'),
(906, '💺', 'seat'),
(907, '🚁', 'helicopter'),
(908, '🚟', 'suspension-railway'),
(909, '🚠', 'mountain-cableway'),
(910, '🚡', 'aerial-tramway'),
(911, '🛰️', 'satellite'),
(912, '🚀', 'rocket'),
(913, '🛸', 'flying-saucer'),
(914, '🛎️', 'bellhop-bell'),
(915, '🧳', 'luggage'),
(916, '⌛', 'hourglass-done'),
(917, '⏳', 'hourglass-not-done'),
(918, '⌚', 'watch'),
(919, '⏰', 'alarm-clock'),
(920, '⏱️', 'stopwatch'),
(921, '⏲️', 'timer-clock'),
(922, '🕰️', 'mantelpiece-clock'),
(923, '🕛', 'twelve-o-clock'),
(924, '🕧', 'twelve-thirty'),
(925, '🕐', 'one-o-clock'),
(926, '🕜', 'one-thirty'),
(927, '🕑', 'two-o-clock'),
(928, '🕝', 'two-thirty'),
(929, '🕒', 'three-o-clock'),
(930, '🕞', 'three-thirty'),
(931, '🕓', 'four-o-clock'),
(932, '🕟', 'four-thirty'),
(933, '🕔', 'five-o-clock'),
(934, '🕠', 'five-thirty'),
(935, '🕕', 'six-o-clock'),
(936, '🕡', 'six-thirty'),
(937, '🕖', 'seven-o-clock'),
(938, '🕢', 'seven-thirty'),
(939, '🕗', 'eight-o-clock'),
(940, '🕣', 'eight-thirty'),
(941, '🕘', 'nine-o-clock'),
(942, '🕤', 'nine-thirty'),
(943, '🕙', 'ten-o-clock'),
(944, '🕥', 'ten-thirty'),
(945, '🕚', 'eleven-o-clock'),
(946, '🕦', 'eleven-thirty'),
(947, '🌑', 'new-moon'),
(948, '🌒', 'waxing-crescent-moon'),
(949, '🌓', 'first-quarter-moon'),
(950, '🌔', 'waxing-gibbous-moon'),
(951, '🌕', 'full-moon'),
(952, '🌖', 'waning-gibbous-moon'),
(953, '🌗', 'last-quarter-moon'),
(954, '🌘', 'waning-crescent-moon'),
(955, '🌙', 'crescent-moon'),
(956, '🌚', 'new-moon-face'),
(957, '🌛', 'first-quarter-moon-face'),
(958, '🌜', 'last-quarter-moon-face'),
(959, '🌡️', 'thermometer'),
(960, '☀️', 'sun'),
(961, '🌝', 'full-moon-face'),
(962, '🌞', 'sun-with-face'),
(963, '🪐', 'ringed-planet'),
(964, '⭐', 'star'),
(965, '🌟', 'glowing-star'),
(966, '🌠', 'shooting-star'),
(967, '🌌', 'milky-way'),
(968, '☁️', 'cloud'),
(969, '⛅', 'sun-behind-cloud'),
(970, '⛈️', 'cloud-with-lightning-and-rain'),
(971, '🌤️', 'sun-behind-small-cloud'),
(972, '🌥️', 'sun-behind-large-cloud'),
(973, '🌦️', 'sun-behind-rain-cloud'),
(974, '🌧️', 'cloud-with-rain'),
(975, '🌨️', 'cloud-with-snow'),
(976, '🌩️', 'cloud-with-lightning'),
(977, '🌪️', 'tornado'),
(978, '🌫️', 'fog'),
(979, '🌬️', 'wind-face'),
(980, '🌀', 'cyclone'),
(981, '🌈', 'rainbow'),
(982, '🌂', 'closed-umbrella'),
(983, '☂️', 'umbrella'),
(984, '☔', 'umbrella-with-rain-drops'),
(985, '⛱️', 'umbrella-on-ground'),
(986, '⚡', 'high-voltage'),
(987, '❄️', 'snowflake'),
(988, '☃️', 'snowman'),
(989, '⛄', 'snowman-without-snow'),
(990, '☄️', 'comet'),
(991, '🔥', 'fire'),
(992, '💧', 'droplet'),
(993, '🌊', 'water-wave'),
(994, '🎃', 'jack-o-lantern'),
(995, '🎄', 'christmas-tree'),
(996, '🎆', 'fireworks'),
(997, '🎇', 'sparkler'),
(998, '🧨', 'firecracker'),
(999, '✨', 'sparkles'),
(1000, '🎈', 'balloon'),
(1001, '🎉', 'party-popper'),
(1002, '🎊', 'confetti-ball'),
(1003, '🎋', 'tanabata-tree'),
(1004, '🎍', 'pine-decoration'),
(1005, '🎎', 'japanese-dolls'),
(1006, '🎏', 'carp-streamer'),
(1007, '🎐', 'wind-chime'),
(1008, '🎑', 'moon-viewing-ceremony'),
(1009, '🧧', 'red-envelope'),
(1010, '🎀', 'ribbon'),
(1011, '🎁', 'wrapped-gift'),
(1012, '🎗️', 'reminder-ribbon'),
(1013, '🎟️', 'admission-tickets'),
(1014, '🎫', 'ticket'),
(1015, '🎖️', 'military-medal'),
(1016, '🏆', 'trophy'),
(1017, '🏅', 'sports-medal'),
(1018, '🥇', '1st-place-medal'),
(1019, '🥈', '2nd-place-medal'),
(1020, '🥉', '3rd-place-medal'),
(1021, '⚽', 'soccer-ball'),
(1022, '⚾', 'baseball'),
(1023, '🥎', 'softball'),
(1024, '🏀', 'basketball'),
(1025, '🏐', 'volleyball'),
(1026, '🏈', 'american-football'),
(1027, '🏉', 'rugby-football'),
(1028, '🎾', 'tennis'),
(1029, '🥏', 'flying-disc'),
(1030, '🎳', 'bowling'),
(1031, '🏏', 'cricket-game'),
(1032, '🏑', 'field-hockey'),
(1033, '🏒', 'ice-hockey'),
(1034, '🥍', 'lacrosse'),
(1035, '🏓', 'ping-pong'),
(1036, '🏸', 'badminton'),
(1037, '🥊', 'boxing-glove'),
(1038, '🥋', 'martial-arts-uniform'),
(1039, '🥅', 'goal-net'),
(1040, '⛳', 'flag-in-hole'),
(1041, '⛸️', 'ice-skate'),
(1042, '🎣', 'fishing-pole'),
(1043, '🤿', 'diving-mask'),
(1044, '🎽', 'running-shirt'),
(1045, '🎿', 'skis'),
(1046, '🛷', 'sled'),
(1047, '🥌', 'curling-stone'),
(1048, '🎯', 'bullseye'),
(1049, '🪀', 'yo-yo'),
(1050, '🪁', 'kite'),
(1051, '🎱', 'pool-8-ball'),
(1052, '🔮', 'crystal-ball'),
(1053, '🪄', 'magic-wand'),
(1054, '🧿', 'nazar-amulet'),
(1055, '🎮', 'video-game'),
(1056, '🕹️', 'joystick'),
(1057, '🎰', 'slot-machine'),
(1058, '🎲', 'game-die'),
(1059, '🧩', 'puzzle-piece'),
(1060, '🧸', 'teddy-bear'),
(1062, '🪆', 'nesting-dolls'),
(1063, '♠️', 'spade-suit'),
(1064, '♥️', 'heart-suit'),
(1065, '♦️', 'diamond-suit'),
(1066, '♣️', 'club-suit'),
(1067, '♟️', 'chess-pawn'),
(1068, '🃏', 'joker'),
(1069, '🀄', 'mahjong-red-dragon'),
(1070, '🎴', 'flower-playing-cards'),
(1071, '🎭', 'performing-arts'),
(1072, '🖼️', 'framed-picture'),
(1073, '🎨', 'artist-palette'),
(1074, '🧵', 'thread'),
(1075, '🪡', 'sewing-needle'),
(1076, '🧶', 'yarn'),
(1077, '🪢', 'knot'),
(1078, '👓', 'glasses'),
(1079, '🕶️', 'sunglasses'),
(1080, '🥽', 'goggles'),
(1081, '🥼', 'lab-coat'),
(1082, '🦺', 'safety-vest'),
(1083, '👔', 'necktie'),
(1084, '👕', 't-shirt'),
(1085, '👖', 'jeans'),
(1086, '🧣', 'scarf'),
(1087, '🧤', 'gloves'),
(1088, '🧥', 'coat'),
(1089, '🧦', 'socks'),
(1090, '👗', 'dress'),
(1091, '👘', 'kimono'),
(1092, '🥻', 'sari'),
(1093, '🩱', 'one-piece-swimsuit'),
(1094, '🩲', 'briefs'),
(1095, '🩳', 'shorts'),
(1096, '👙', 'bikini'),
(1097, '👚', 'woman-s-clothes'),
(1098, '👛', 'purse'),
(1099, '👜', 'handbag'),
(1100, '👝', 'clutch-bag'),
(1101, '🛍️', 'shopping-bags'),
(1102, '🎒', 'backpack'),
(1103, '🩴', 'thong-sandal'),
(1104, '👞', 'man-s-shoe'),
(1105, '👟', 'running-shoe'),
(1106, '🥾', 'hiking-boot'),
(1107, '🥿', 'flat-shoe'),
(1108, '👠', 'high-heeled-shoe'),
(1109, '👡', 'woman-s-sandal'),
(1110, '🩰', 'ballet-shoes'),
(1111, '👢', 'woman-s-boot'),
(1112, '👑', 'crown'),
(1113, '👒', 'woman-s-hat'),
(1114, '🎩', 'top-hat'),
(1115, '🎓', 'graduation-cap'),
(1116, '🧢', 'billed-cap'),
(1117, '🪖', 'military-helmet'),
(1118, '⛑️', 'rescue-worker-s-helmet'),
(1119, '📿', 'prayer-beads'),
(1120, '💄', 'lipstick'),
(1121, '💍', 'ring'),
(1122, '💎', 'gem-stone'),
(1123, '🔇', 'muted-speaker'),
(1124, '🔈', 'speaker-low-volume'),
(1125, '🔉', 'speaker-medium-volume'),
(1126, '🔊', 'speaker-high-volume'),
(1127, '📢', 'loudspeaker'),
(1128, '📣', 'megaphone'),
(1129, '📯', 'postal-horn'),
(1130, '🔔', 'bell'),
(1131, '🔕', 'bell-with-slash'),
(1132, '🎼', 'musical-score'),
(1133, '🎵', 'musical-note'),
(1134, '🎶', 'musical-notes'),
(1135, '🎙️', 'studio-microphone'),
(1136, '🎚️', 'level-slider'),
(1137, '🎛️', 'control-knobs'),
(1138, '🎤', 'microphone'),
(1139, '🎧', 'headphone'),
(1140, '📻', 'radio'),
(1141, '🎷', 'saxophone'),
(1142, '🪗', 'accordion'),
(1143, '🎸', 'guitar'),
(1144, '🎹', 'musical-keyboard'),
(1145, '🎺', 'trumpet'),
(1146, '🎻', 'violin'),
(1147, '🪕', 'banjo'),
(1148, '🥁', 'drum'),
(1149, '🪘', 'long-drum'),
(1150, '📱', 'mobile-phone'),
(1151, '📲', 'mobile-phone-with-arrow'),
(1152, '☎️', 'telephone'),
(1153, '📞', 'telephone-receiver'),
(1154, '📟', 'pager'),
(1155, '📠', 'fax-machine'),
(1156, '🔋', 'battery'),
(1157, '🔌', 'electric-plug'),
(1158, '💻', 'laptop'),
(1159, '🖥️', 'desktop-computer'),
(1160, '🖨️', 'printer'),
(1161, '⌨️', 'keyboard'),
(1162, '🖱️', 'computer-mouse'),
(1163, '🖲️', 'trackball'),
(1164, '💽', 'computer-disk'),
(1165, '💾', 'floppy-disk'),
(1166, '💿', 'optical-disk'),
(1167, '📀', 'dvd'),
(1168, '🧮', 'abacus'),
(1169, '🎥', 'movie-camera'),
(1170, '🎞️', 'film-frames'),
(1171, '📽️', 'film-projector'),
(1172, '🎬', 'clapper-board'),
(1173, '📺', 'television'),
(1174, '📷', 'camera'),
(1175, '📸', 'camera-with-flash'),
(1176, '📹', 'video-camera'),
(1177, '📼', 'videocassette'),
(1178, '🔍', 'magnifying-glass-tilted-left'),
(1179, '🔎', 'magnifying-glass-tilted-right'),
(1180, '🕯️', 'candle'),
(1181, '💡', 'light-bulb'),
(1182, '🔦', 'flashlight'),
(1183, '🏮', 'red-paper-lantern'),
(1184, '🪔', 'diya-lamp'),
(1185, '📔', 'notebook-with-decorative-cover'),
(1186, '📕', 'closed-book'),
(1187, '📖', 'open-book'),
(1188, '📗', 'green-book'),
(1189, '📘', 'blue-book'),
(1190, '📙', 'orange-book'),
(1191, '📚', 'books'),
(1192, '📓', 'notebook'),
(1193, '📒', 'ledger'),
(1194, '📃', 'page-with-curl'),
(1195, '📜', 'scroll'),
(1196, '📄', 'page-facing-up'),
(1197, '📰', 'newspaper'),
(1198, '🗞️', 'rolled-up-newspaper'),
(1199, '📑', 'bookmark-tabs'),
(1200, '🔖', 'bookmark'),
(1201, '🏷️', 'label'),
(1202, '💰', 'money-bag'),
(1203, '🪙', 'coin'),
(1204, '💴', 'yen-banknote'),
(1205, '💵', 'dollar-banknote'),
(1206, '💶', 'euro-banknote'),
(1207, '💷', 'pound-banknote'),
(1208, '💸', 'money-with-wings'),
(1209, '💳', 'credit-card'),
(1210, '🧾', 'receipt'),
(1211, '💹', 'chart-increasing-with-yen'),
(1212, '✉️', 'envelope'),
(1213, '📧', 'e-mail'),
(1214, '📨', 'incoming-envelope'),
(1215, '📩', 'envelope-with-arrow'),
(1216, '📤', 'outbox-tray'),
(1217, '📥', 'inbox-tray'),
(1218, '📦', 'package'),
(1219, '📫', 'closed-mailbox-with-raised-flag'),
(1220, '📪', 'closed-mailbox-with-lowered-flag'),
(1221, '📬', 'open-mailbox-with-raised-flag'),
(1222, '📭', 'open-mailbox-with-lowered-flag'),
(1223, '📮', 'postbox'),
(1224, '🗳️', 'ballot-box-with-ballot'),
(1225, '✏️', 'pencil'),
(1226, '✒️', 'black-nib'),
(1227, '🖋️', 'fountain-pen'),
(1228, '🖊️', 'pen'),
(1229, '🖌️', 'paintbrush'),
(1230, '🖍️', 'crayon'),
(1231, '📝', 'memo'),
(1232, '💼', 'briefcase'),
(1233, '📁', 'file-folder'),
(1234, '📂', 'open-file-folder'),
(1235, '🗂️', 'card-index-dividers'),
(1236, '📅', 'calendar'),
(1237, '📆', 'tear-off-calendar'),
(1238, '🗒️', 'spiral-notepad'),
(1239, '🗓️', 'spiral-calendar'),
(1240, '📇', 'card-index'),
(1241, '📈', 'chart-increasing'),
(1242, '📉', 'chart-decreasing'),
(1243, '📊', 'bar-chart'),
(1244, '📋', 'clipboard'),
(1245, '📌', 'pushpin'),
(1246, '📍', 'round-pushpin'),
(1247, '📎', 'paperclip'),
(1248, '🖇️', 'linked-paperclips'),
(1249, '📏', 'straight-ruler'),
(1250, '📐', 'triangular-ruler'),
(1251, '✂️', 'scissors'),
(1252, '🗃️', 'card-file-box'),
(1253, '🗄️', 'file-cabinet'),
(1254, '🗑️', 'wastebasket'),
(1255, '🔒', 'locked'),
(1256, '🔓', 'unlocked'),
(1257, '🔏', 'locked-with-pen'),
(1258, '🔐', 'locked-with-key'),
(1259, '🔑', 'key'),
(1260, '🗝️', 'old-key'),
(1261, '🔨', 'hammer'),
(1262, '🪓', 'axe'),
(1263, '⛏️', 'pick'),
(1264, '⚒️', 'hammer-and-pick'),
(1265, '🛠️', 'hammer-and-wrench'),
(1266, '🗡️', 'dagger'),
(1267, '⚔️', 'crossed-swords'),
(1268, '🔫', 'water-pistol'),
(1269, '🪃', 'boomerang'),
(1270, '🏹', 'bow-and-arrow'),
(1271, '🛡️', 'shield'),
(1272, '🪚', 'carpentry-saw'),
(1273, '🔧', 'wrench'),
(1274, '🪛', 'screwdriver'),
(1275, '🔩', 'nut-and-bolt'),
(1276, '⚙️', 'gear'),
(1277, '🗜️', 'clamp'),
(1278, '⚖️', 'balance-scale'),
(1279, '🦯', 'white-cane'),
(1280, '🔗', 'link'),
(1281, '⛓️', 'chains'),
(1282, '🪝', 'hook'),
(1283, '🧰', 'toolbox'),
(1284, '🧲', 'magnet'),
(1285, '🪜', 'ladder'),
(1286, '⚗️', 'alembic'),
(1287, '🧪', 'test-tube'),
(1288, '🧫', 'petri-dish'),
(1289, '🧬', 'dna'),
(1290, '🔬', 'microscope'),
(1291, '🔭', 'telescope'),
(1292, '📡', 'satellite-antenna'),
(1293, '💉', 'syringe'),
(1294, '🩸', 'drop-of-blood'),
(1295, '💊', 'pill'),
(1296, '🩹', 'adhesive-bandage'),
(1297, '🩺', 'stethoscope'),
(1298, '🚪', 'door'),
(1299, '🛗', 'elevator'),
(1300, '🪞', 'mirror'),
(1301, '🪟', 'window'),
(1302, '🛏️', 'bed'),
(1303, '🛋️', 'couch-and-lamp'),
(1304, '🪑', 'chair'),
(1305, '🚽', 'toilet'),
(1306, '🪠', 'plunger'),
(1307, '🚿', 'shower'),
(1308, '🛁', 'bathtub'),
(1309, '🪤', 'mouse-trap'),
(1310, '🪒', 'razor'),
(1311, '🧴', 'lotion-bottle'),
(1312, '🧷', 'safety-pin'),
(1313, '🧹', 'broom'),
(1314, '🧺', 'basket'),
(1315, '🧻', 'roll-of-paper'),
(1316, '🪣', 'bucket'),
(1317, '🧼', 'soap'),
(1318, '🪥', 'toothbrush'),
(1319, '🧽', 'sponge'),
(1320, '🧯', 'fire-extinguisher'),
(1321, '🛒', 'shopping-cart'),
(1322, '🚬', 'cigarette'),
(1323, '⚰️', 'coffin'),
(1324, '🪦', 'headstone'),
(1325, '⚱️', 'funeral-urn'),
(1326, '🗿', 'moai'),
(1327, '🪧', 'placard'),
(1328, '🏧', 'atm-sign'),
(1329, '🚮', 'litter-in-bin-sign'),
(1330, '🚰', 'potable-water'),
(1331, '♿', 'wheelchair-symbol'),
(1332, '🚹', 'men-s-room'),
(1333, '🚺', 'women-s-room'),
(1334, '🚻', 'restroom'),
(1335, '🚼', 'baby-symbol'),
(1336, '🚾', 'water-closet'),
(1337, '🛂', 'passport-control'),
(1338, '🛃', 'customs'),
(1339, '🛄', 'baggage-claim'),
(1340, '🛅', 'left-luggage'),
(1341, '⚠️', 'warning'),
(1342, '🚸', 'children-crossing'),
(1343, '⛔', 'no-entry'),
(1344, '🚫', 'prohibited'),
(1345, '🚳', 'no-bicycles'),
(1346, '🚭', 'no-smoking'),
(1347, '🚯', 'no-littering'),
(1348, '🚱', 'non-potable-water'),
(1349, '🚷', 'no-pedestrians'),
(1350, '📵', 'no-mobile-phones'),
(1351, '🔞', 'no-one-under-eighteen'),
(1352, '☢️', 'radioactive'),
(1353, '☣️', 'biohazard'),
(1354, '⬆️', 'up-arrow'),
(1355, '↗️', 'up-right-arrow'),
(1356, '➡️', 'right-arrow'),
(1357, '↘️', 'down-right-arrow'),
(1358, '⬇️', 'down-arrow'),
(1359, '↙️', 'down-left-arrow'),
(1360, '⬅️', 'left-arrow'),
(1361, '↖️', 'up-left-arrow'),
(1362, '↕️', 'up-down-arrow'),
(1363, '↔️', 'left-right-arrow'),
(1364, '↩️', 'right-arrow-curving-left'),
(1365, '↪️', 'left-arrow-curving-right'),
(1366, '⤴️', 'right-arrow-curving-up'),
(1367, '⤵️', 'right-arrow-curving-down'),
(1368, '🔃', 'clockwise-vertical-arrows'),
(1369, '🔄', 'counterclockwise-arrows-button'),
(1370, '🔙', 'back-arrow'),
(1371, '🔚', 'end-arrow'),
(1372, '🔛', 'on-arrow'),
(1373, '🔜', 'soon-arrow'),
(1374, '🔝', 'top-arrow'),
(1375, '🛐', 'place-of-worship'),
(1376, '⚛️', 'atom-symbol'),
(1377, '🕉️', 'om'),
(1378, '✡️', 'star-of-david'),
(1379, '☸️', 'wheel-of-dharma'),
(1380, '☯️', 'yin-yang'),
(1381, '✝️', 'latin-cross'),
(1382, '☦️', 'orthodox-cross'),
(1383, '☪️', 'star-and-crescent'),
(1384, '☮️', 'peace-symbol'),
(1385, '🕎', 'menorah'),
(1386, '🔯', 'dotted-six-pointed-star'),
(1387, '♈', 'aries'),
(1388, '♉', 'taurus'),
(1389, '♊', 'gemini'),
(1390, '♋', 'cancer'),
(1391, '♌', 'leo'),
(1392, '♍', 'virgo'),
(1393, '♎', 'libra'),
(1394, '♏', 'scorpio'),
(1395, '♐', 'sagittarius'),
(1396, '♑', 'capricorn'),
(1397, '♒', 'aquarius'),
(1398, '♓', 'pisces'),
(1399, '⛎', 'ophiuchus'),
(1400, '🔀', 'shuffle-tracks-button'),
(1401, '🔁', 'repeat-button'),
(1402, '🔂', 'repeat-single-button'),
(1403, '▶️', 'play-button'),
(1404, '⏩', 'fast-forward-button'),
(1405, '⏭️', 'next-track-button'),
(1406, '⏯️', 'play-or-pause-button'),
(1407, '◀️', 'reverse-button'),
(1408, '⏪', 'fast-reverse-button'),
(1409, '⏮️', 'last-track-button'),
(1410, '🔼', 'upwards-button'),
(1411, '⏫', 'fast-up-button'),
(1412, '🔽', 'downwards-button'),
(1413, '⏬', 'fast-down-button'),
(1414, '⏸️', 'pause-button'),
(1415, '⏹️', 'stop-button'),
(1416, '⏺️', 'record-button'),
(1417, '⏏️', 'eject-button'),
(1418, '🎦', 'cinema'),
(1419, '🔅', 'dim-button'),
(1420, '🔆', 'bright-button'),
(1421, '📶', 'antenna-bars'),
(1422, '📳', 'vibration-mode'),
(1423, '📴', 'mobile-phone-off'),
(1424, '♀️', 'female-sign'),
(1425, '♂️', 'male-sign'),
(1426, '⚧️', 'transgender-symbol'),
(1427, '✖️', 'multiply'),
(1428, '➕', 'plus'),
(1429, '➖', 'minus'),
(1430, '➗', 'divide'),
(1431, '♾️', 'infinity'),
(1432, '‼️', 'double-exclamation-mark'),
(1433, '⁉️', 'exclamation-question-mark'),
(1434, '❓', 'red-question-mark'),
(1435, '❔', 'white-question-mark'),
(1436, '❕', 'white-exclamation-mark'),
(1437, '❗', 'red-exclamation-mark'),
(1438, '〰️', 'wavy-dash'),
(1439, '💱', 'currency-exchange'),
(1440, '💲', 'heavy-dollar-sign'),
(1441, '⚕️', 'medical-symbol'),
(1442, '♻️', 'recycling-symbol'),
(1443, '⚜️', 'fleur-de-lis'),
(1444, '🔱', 'trident-emblem'),
(1445, '📛', 'name-badge'),
(1446, '🔰', 'japanese-symbol-for-beginner'),
(1447, '⭕', 'hollow-red-circle'),
(1448, '✅', 'check-mark-button'),
(1449, '☑️', 'check-box-with-check'),
(1450, '✔️', 'check-mark'),
(1451, '❌', 'cross-mark'),
(1452, '❎', 'cross-mark-button'),
(1453, '➰', 'curly-loop'),
(1454, '➿', 'double-curly-loop'),
(1455, '〽️', 'part-alternation-mark'),
(1456, '✳️', 'eight-spoked-asterisk'),
(1457, '✴️', 'eight-pointed-star'),
(1458, '❇️', 'sparkle'),
(1459, '©️', 'copyright'),
(1460, '®️', 'registered'),
(1461, '™️', 'trade-mark'),
(1462, '0️⃣', 'keycap-0'),
(1463, '1️⃣', 'keycap-1'),
(1464, '2️⃣', 'keycap-2'),
(1465, '3️⃣', 'keycap-3'),
(1466, '4️⃣', 'keycap-4'),
(1467, '5️⃣', 'keycap-5'),
(1468, '6️⃣', 'keycap-6'),
(1469, '7️⃣', 'keycap-7'),
(1470, '8️⃣', 'keycap-8'),
(1471, '9️⃣', 'keycap-9'),
(1472, '🔟', 'keycap-10'),
(1473, '🔠', 'input-latin-uppercase'),
(1474, '🔡', 'input-latin-lowercase'),
(1475, '🔢', 'input-numbers'),
(1476, '🔣', 'input-symbols'),
(1477, '🔤', 'input-latin-letters'),
(1478, '🅰️', 'a-button-blood-type'),
(1479, '🆎', 'ab-button-blood-type'),
(1480, '🅱️', 'b-button-blood-type'),
(1481, '🆑', 'cl-button'),
(1482, '🆒', 'cool-button'),
(1483, '🆓', 'free-button'),
(1484, 'ℹ️', 'information'),
(1485, '🆔', 'id-button'),
(1486, 'Ⓜ️', 'circled-m'),
(1487, '🆕', 'new-button'),
(1488, '🆖', 'ng-button'),
(1489, '🅾️', 'o-button-blood-type'),
(1490, '🆗', 'ok-button'),
(1491, '🅿️', 'p-button'),
(1492, '🆘', 'sos-button'),
(1493, '🆙', 'up-button'),
(1494, '🆚', 'vs-button'),
(1495, '🈁', 'japanese-here-button'),
(1496, '🈂️', 'japanese-service-charge-button'),
(1497, '🈷️', 'japanese-monthly-amount-button'),
(1498, '🈶', 'japanese-not-free-of-charge-button'),
(1499, '🈯', 'japanese-reserved-button'),
(1500, '🉐', 'japanese-bargain-button'),
(1501, '🈹', 'japanese-discount-button'),
(1502, '🈚', 'japanese-free-of-charge-button'),
(1503, '🈲', 'japanese-prohibited-button'),
(1504, '🉑', 'japanese-acceptable-button'),
(1505, '🈸', 'japanese-application-button'),
(1506, '🈴', 'japanese-passing-grade-button'),
(1507, '🈳', 'japanese-vacancy-button'),
(1508, '㊗️', 'japanese-congratulations-button'),
(1509, '㊙️', 'japanese-secret-button'),
(1510, '🈺', 'japanese-open-for-business-button'),
(1511, '🈵', 'japanese-no-vacancy-button'),
(1512, '🔴', 'red-circle'),
(1513, '🟠', 'orange-circle'),
(1514, '🟡', 'yellow-circle'),
(1515, '🟢', 'green-circle'),
(1516, '🔵', 'blue-circle'),
(1517, '🟣', 'purple-circle'),
(1518, '🟤', 'brown-circle'),
(1519, '⚫', 'black-circle'),
(1520, '⚪', 'white-circle'),
(1521, '🟥', 'red-square'),
(1522, '🟧', 'orange-square'),
(1523, '🟨', 'yellow-square'),
(1524, '🟩', 'green-square'),
(1525, '🟦', 'blue-square'),
(1526, '🟪', 'purple-square'),
(1527, '🟫', 'brown-square'),
(1528, '⬛', 'black-large-square'),
(1529, '⬜', 'white-large-square'),
(1530, '◼️', 'black-medium-square'),
(1531, '◻️', 'white-medium-square'),
(1532, '◾', 'black-medium-small-square'),
(1533, '◽', 'white-medium-small-square'),
(1534, '▪️', 'black-small-square'),
(1535, '▫️', 'white-small-square'),
(1536, '🔶', 'large-orange-diamond'),
(1537, '🔷', 'large-blue-diamond'),
(1538, '🔸', 'small-orange-diamond'),
(1539, '🔹', 'small-blue-diamond'),
(1540, '🔺', 'red-triangle-pointed-up'),
(1541, '🔻', 'red-triangle-pointed-down'),
(1542, '💠', 'diamond-with-a-dot'),
(1543, '🔘', 'radio-button'),
(1544, '🔳', 'white-square-button'),
(1545, '🔲', 'black-square-button'),
(1546, '🏁', 'chequered-flag'),
(1547, '🚩', 'triangular-flag'),
(1548, '🎌', 'crossed-flags'),
(1549, '🏴', 'black-flag'),
(1550, '🏳️', 'white-flag'),
(1551, '🏳️‍🌈', 'rainbow-flag'),
(1552, '🏳️‍⚧️', 'transgender-flag'),
(1553, '🏴‍☠️', 'pirate-flag'),
(1554, '🇦🇨', 'flag-ascension-island'),
(1555, '🇦🇩', 'flag-andorra'),
(1556, '🇦🇪', 'flag-united-arab-emirates'),
(1557, '🇦🇫', 'flag-afghanistan'),
(1558, '🇦🇬', 'flag-antigua-barbuda'),
(1559, '🇦🇮', 'flag-anguilla'),
(1560, '🇦🇱', 'flag-albania'),
(1561, '🇦🇲', 'flag-armenia'),
(1562, '🇦🇴', 'flag-angola'),
(1563, '🇦🇶', 'flag-antarctica'),
(1564, '🇦🇷', 'flag-argentina'),
(1565, '🇦🇸', 'flag-american-samoa'),
(1566, '🇦🇹', 'flag-austria'),
(1567, '🇦🇺', 'flag-australia'),
(1568, '🇦🇼', 'flag-aruba'),
(1569, '🇦🇿', 'flag-azerbaijan'),
(1570, '🇧🇦', 'flag-bosnia-herzegovina'),
(1571, '🇧🇧', 'flag-barbados'),
(1572, '🇧🇩', 'flag-bangladesh'),
(1573, '🇧🇪', 'flag-belgium'),
(1574, '🇧🇫', 'flag-burkina-faso'),
(1575, '🇧🇬', 'flag-bulgaria'),
(1576, '🇧🇭', 'flag-bahrain'),
(1577, '🇧🇮', 'flag-burundi'),
(1578, '🇧🇯', 'flag-benin'),
(1579, '🇧🇲', 'flag-bermuda'),
(1580, '🇧🇳', 'flag-brunei'),
(1581, '🇧🇴', 'flag-bolivia'),
(1582, '🇧🇶', 'flag-caribbean-netherlands'),
(1583, '🇧🇷', 'flag-brazil'),
(1584, '🇧🇸', 'flag-bahamas'),
(1585, '🇧🇹', 'flag-bhutan'),
(1586, '🇧🇻', 'flag-bouvet-island'),
(1587, '🇧🇼', 'flag-botswana'),
(1588, '🇧🇾', 'flag-belarus'),
(1589, '🇧🇿', 'flag-belize'),
(1590, '🇨🇦', 'flag-canada'),
(1591, '🇨🇨', 'flag-cocos-keeling-islands'),
(1592, '🇨🇩', 'flag-congo-kinshasa'),
(1593, '🇨🇫', 'flag-central-african-republic'),
(1594, '🇨🇬', 'flag-congo-brazzaville'),
(1595, '🇨🇭', 'flag-switzerland'),
(1596, '🇨🇰', 'flag-cook-islands'),
(1597, '🇨🇱', 'flag-chile'),
(1598, '🇨🇲', 'flag-cameroon'),
(1599, '🇨🇳', 'flag-china'),
(1600, '🇨🇴', 'flag-colombia'),
(1601, '🇨🇵', 'flag-clipperton-island'),
(1602, '🇨🇷', 'flag-costa-rica'),
(1603, '🇨🇺', 'flag-cuba'),
(1604, '🇨🇻', 'flag-cape-verde'),
(1605, '🇨🇽', 'flag-christmas-island'),
(1606, '🇨🇾', 'flag-cyprus'),
(1607, '🇨🇿', 'flag-czechia'),
(1608, '🇩🇪', 'flag-germany'),
(1609, '🇩🇬', 'flag-diego-garcia'),
(1610, '🇩🇯', 'flag-djibouti'),
(1611, '🇩🇰', 'flag-denmark'),
(1612, '🇩🇲', 'flag-dominica'),
(1613, '🇩🇴', 'flag-dominican-republic'),
(1614, '🇩🇿', 'flag-algeria'),
(1615, '🇪🇦', 'flag-ceuta-melilla'),
(1616, '🇪🇨', 'flag-ecuador'),
(1617, '🇪🇪', 'flag-estonia'),
(1618, '🇪🇬', 'flag-egypt'),
(1619, '🇪🇭', 'flag-western-sahara'),
(1620, '🇪🇷', 'flag-eritrea'),
(1621, '🇪🇸', 'flag-spain'),
(1622, '🇪🇹', 'flag-ethiopia'),
(1623, '🇪🇺', 'flag-european-union'),
(1624, '🇫🇮', 'flag-finland'),
(1625, '🇫🇯', 'flag-fiji'),
(1626, '🇫🇰', 'flag-falkland-islands'),
(1627, '🇫🇲', 'flag-micronesia'),
(1628, '🇫🇴', 'flag-faroe-islands'),
(1629, '🇫🇷', 'flag-france'),
(1630, '🇬🇦', 'flag-gabon'),
(1631, '🇬🇧', 'flag-united-kingdom'),
(1632, '🇬🇩', 'flag-grenada'),
(1633, '🇬🇪', 'flag-georgia'),
(1634, '🇬🇫', 'flag-french-guiana'),
(1635, '🇬🇬', 'flag-guernsey'),
(1636, '🇬🇭', 'flag-ghana'),
(1637, '🇬🇮', 'flag-gibraltar'),
(1638, '🇬🇱', 'flag-greenland'),
(1639, '🇬🇲', 'flag-gambia'),
(1640, '🇬🇳', 'flag-guinea'),
(1641, '🇬🇵', 'flag-guadeloupe'),
(1642, '🇬🇶', 'flag-equatorial-guinea'),
(1643, '🇬🇷', 'flag-greece'),
(1644, '🇬🇸', 'flag-south-georgia-south-sandwich-islands'),
(1645, '🇬🇹', 'flag-guatemala'),
(1646, '🇬🇺', 'flag-guam'),
(1647, '🇬🇼', 'flag-guinea-bissau'),
(1648, '🇬🇾', 'flag-guyana'),
(1649, '🇭🇰', 'flag-hong-kong-sar-china'),
(1650, '🇭🇲', 'flag-heard-mcdonald-islands'),
(1651, '🇭🇳', 'flag-honduras'),
(1652, '🇭🇷', 'flag-croatia'),
(1653, '🇭🇹', 'flag-haiti'),
(1654, '🇭🇺', 'flag-hungary'),
(1655, '🇮🇨', 'flag-canary-islands'),
(1656, '🇮🇩', 'flag-indonesia'),
(1657, '🇮🇪', 'flag-ireland'),
(1658, '🇮🇱', 'flag-israel'),
(1659, '🇮🇲', 'flag-isle-of-man'),
(1660, '🇮🇳', 'flag-india'),
(1661, '🇮🇴', 'flag-british-indian-ocean-territory'),
(1662, '🇮🇶', 'flag-iraq'),
(1663, '🇮🇷', 'flag-iran'),
(1664, '🇮🇸', 'flag-iceland'),
(1665, '🇮🇹', 'flag-italy'),
(1666, '🇯🇪', 'flag-jersey'),
(1667, '🇯🇲', 'flag-jamaica'),
(1668, '🇯🇴', 'flag-jordan'),
(1669, '🇯🇵', 'flag-japan'),
(1670, '🇰🇪', 'flag-kenya'),
(1671, '🇰🇬', 'flag-kyrgyzstan'),
(1672, '🇰🇭', 'flag-cambodia'),
(1673, '🇰🇮', 'flag-kiribati'),
(1674, '🇰🇲', 'flag-comoros'),
(1675, '🇰🇵', 'flag-north-korea'),
(1676, '🇰🇷', 'flag-south-korea'),
(1677, '🇰🇼', 'flag-kuwait'),
(1678, '🇰🇾', 'flag-cayman-islands'),
(1679, '🇰🇿', 'flag-kazakhstan'),
(1680, '🇱🇦', 'flag-laos'),
(1681, '🇱🇧', 'flag-lebanon'),
(1682, '🇱🇮', 'flag-liechtenstein'),
(1683, '🇱🇰', 'flag-sri-lanka'),
(1684, '🇱🇷', 'flag-liberia'),
(1685, '🇱🇸', 'flag-lesotho'),
(1686, '🇱🇹', 'flag-lithuania'),
(1687, '🇱🇺', 'flag-luxembourg'),
(1688, '🇱🇻', 'flag-latvia'),
(1689, '🇱🇾', 'flag-libya'),
(1690, '🇲🇦', 'flag-morocco'),
(1691, '🇲🇨', 'flag-monaco'),
(1692, '🇲🇩', 'flag-moldova'),
(1693, '🇲🇪', 'flag-montenegro'),
(1694, '🇲🇬', 'flag-madagascar'),
(1695, '🇲🇭', 'flag-marshall-islands'),
(1696, '🇲🇰', 'flag-north-macedonia'),
(1697, '🇲🇱', 'flag-mali'),
(1698, '🇲🇲', 'flag-myanmar-burma'),
(1699, '🇲🇳', 'flag-mongolia'),
(1700, '🇲🇴', 'flag-macao-sar-china'),
(1701, '🇲🇵', 'flag-northern-mariana-islands'),
(1702, '🇲🇶', 'flag-martinique'),
(1703, '🇲🇷', 'flag-mauritania'),
(1704, '🇲🇸', 'flag-montserrat'),
(1705, '🇲🇹', 'flag-malta'),
(1706, '🇲🇺', 'flag-mauritius'),
(1707, '🇲🇻', 'flag-maldives'),
(1708, '🇲🇼', 'flag-malawi'),
(1709, '🇲🇽', 'flag-mexico'),
(1710, '🇲🇾', 'flag-malaysia'),
(1711, '🇲🇿', 'flag-mozambique'),
(1712, '🇳🇦', 'flag-namibia'),
(1713, '🇳🇨', 'flag-new-caledonia'),
(1714, '🇳🇪', 'flag-niger'),
(1715, '🇳🇫', 'flag-norfolk-island'),
(1716, '🇳🇬', 'flag-nigeria'),
(1717, '🇳🇮', 'flag-nicaragua'),
(1718, '🇳🇱', 'flag-netherlands'),
(1719, '🇳🇴', 'flag-norway'),
(1720, '🇳🇵', 'flag-nepal'),
(1721, '🇳🇷', 'flag-nauru'),
(1722, '🇳🇺', 'flag-niue'),
(1723, '🇳🇿', 'flag-new-zealand'),
(1724, '🇴🇲', 'flag-oman'),
(1725, '🇵🇦', 'flag-panama'),
(1726, '🇵🇪', 'flag-peru'),
(1727, '🇵🇫', 'flag-french-polynesia'),
(1728, '🇵🇬', 'flag-papua-new-guinea'),
(1729, '🇵🇭', 'flag-philippines'),
(1730, '🇵🇰', 'flag-pakistan'),
(1731, '🇵🇱', 'flag-poland'),
(1732, '🇵🇳', 'flag-pitcairn-islands'),
(1733, '🇵🇷', 'flag-puerto-rico'),
(1734, '🇵🇸', 'flag-palestinian-territories'),
(1735, '🇵🇹', 'flag-portugal'),
(1736, '🇵🇼', 'flag-palau'),
(1737, '🇵🇾', 'flag-paraguay'),
(1738, '🇶🇦', 'flag-qatar'),
(1739, '🇷🇴', 'flag-romania'),
(1740, '🇷🇸', 'flag-serbia'),
(1741, '🇷🇺', 'flag-russia'),
(1742, '🇷🇼', 'flag-rwanda'),
(1743, '🇸🇦', 'flag-saudi-arabia'),
(1744, '🇸🇧', 'flag-solomon-islands'),
(1745, '🇸🇨', 'flag-seychelles'),
(1746, '🇸🇩', 'flag-sudan'),
(1747, '🇸🇪', 'flag-sweden'),
(1748, '🇸🇬', 'flag-singapore'),
(1749, '🇸🇮', 'flag-slovenia'),
(1750, '🇸🇯', 'flag-svalbard-jan-mayen'),
(1751, '🇸🇰', 'flag-slovakia'),
(1752, '🇸🇱', 'flag-sierra-leone'),
(1753, '🇸🇲', 'flag-san-marino'),
(1754, '🇸🇳', 'flag-senegal'),
(1755, '🇸🇴', 'flag-somalia'),
(1756, '🇸🇷', 'flag-suriname'),
(1757, '🇸🇸', 'flag-south-sudan'),
(1758, '🇸🇻', 'flag-el-salvador'),
(1759, '🇸🇽', 'flag-sint-maarten'),
(1760, '🇸🇾', 'flag-syria'),
(1761, '🇸🇿', 'flag-eswatini'),
(1762, '🇹🇦', 'flag-tristan-da-cunha'),
(1763, '🇹🇨', 'flag-turks-caicos-islands'),
(1764, '🇹🇩', 'flag-chad'),
(1765, '🇹🇫', 'flag-french-southern-territories'),
(1766, '🇹🇬', 'flag-togo'),
(1767, '🇹🇭', 'flag-thailand'),
(1768, '🇹🇯', 'flag-tajikistan'),
(1769, '🇹🇰', 'flag-tokelau'),
(1770, '🇹🇱', 'flag-timor-leste'),
(1771, '🇹🇲', 'flag-turkmenistan'),
(1772, '🇹🇳', 'flag-tunisia'),
(1773, '🇹🇴', 'flag-tonga'),
(1774, '🇹🇷', 'flag-turkey'),
(1775, '🇹🇹', 'flag-trinidad-tobago'),
(1776, '🇹🇻', 'flag-tuvalu'),
(1777, '🇹🇼', 'flag-taiwan'),
(1778, '🇹🇿', 'flag-tanzania'),
(1779, '🇺🇦', 'flag-ukraine'),
(1780, '🇺🇬', 'flag-uganda'),
(1782, '🇺🇳', 'flag-united-nations'),
(1783, '🇺🇸', 'flag-united-states'),
(1784, '🇺🇾', 'flag-uruguay'),
(1785, '🇺🇿', 'flag-uzbekistan'),
(1786, '🇻🇦', 'flag-vatican-city'),
(1787, '🇻🇪', 'flag-venezuela'),
(1788, '🇻🇬', 'flag-british-virgin-islands'),
(1790, '🇻🇳', 'flag-vietnam'),
(1791, '🇻🇺', 'flag-vanuatu'),
(1792, '🇼🇫', 'flag-wallis-futuna'),
(1793, '🇼🇸', 'flag-samoa'),
(1794, '🇽🇰', 'flag-kosovo'),
(1795, '🇾🇪', 'flag-yemen'),
(1796, '🇾🇹', 'flag-mayotte'),
(1797, '🇿🇦', 'flag-south-africa'),
(1798, '🇿🇲', 'flag-zambia'),
(1799, '🇿🇼', 'flag-zimbabwe'),
(1800, '🏴󠁧󠁢󠁥󠁮󠁧󠁿', 'flag-england'),
(1801, '🏴󠁧󠁢󠁳󠁣󠁴󠁿', 'flag-scotland'),
(1802, '🏴󠁧󠁢󠁷󠁬󠁳󠁿', 'flag-wales');

-- --------------------------------------------------------

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `event_id` int(10) UNSIGNED NOT NULL,
  `event_privacy` enum('secret','closed','public') DEFAULT 'public',
  `event_admin` int(10) UNSIGNED NOT NULL,
  `event_page_id` int(10) UNSIGNED DEFAULT NULL,
  `event_category` int(10) UNSIGNED NOT NULL,
  `event_title` varchar(256) NOT NULL,
  `event_location` varchar(256) DEFAULT NULL,
  `event_country` int(10) UNSIGNED NOT NULL,
  `event_language` int(10) UNSIGNED NOT NULL,
  `event_description` mediumtext NOT NULL,
  `event_start_date` datetime NOT NULL,
  `event_end_date` datetime NOT NULL,
  `event_is_online` enum('0','1') NOT NULL DEFAULT '0',
  `event_publish_enabled` enum('0','1') NOT NULL DEFAULT '1',
  `event_publish_approval_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `event_cover` varchar(256) DEFAULT NULL,
  `event_cover_id` int(10) UNSIGNED DEFAULT NULL,
  `event_cover_position` varchar(256) DEFAULT NULL,
  `event_album_covers` int(11) DEFAULT NULL,
  `event_album_timeline` int(11) DEFAULT NULL,
  `event_pinned_post` int(11) DEFAULT NULL,
  `event_invited` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `event_interested` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `event_going` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `chatbox_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `chatbox_conversation_id` int(10) UNSIGNED DEFAULT NULL,
  `event_tickets_link` varchar(256) DEFAULT NULL,
  `event_prices` text DEFAULT NULL,
  `event_rate` float NOT NULL DEFAULT 0,
  `event_is_sponsored` enum('0','1') NOT NULL DEFAULT '0',
  `event_sponsor_name` varchar(256) DEFAULT NULL,
  `event_sponsor_url` varchar(256) DEFAULT NULL,
  `event_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`event_id`, `event_privacy`, `event_admin`, `event_page_id`, `event_category`, `event_title`, `event_location`, `event_country`, `event_language`, `event_description`, `event_start_date`, `event_end_date`, `event_is_online`, `event_publish_enabled`, `event_publish_approval_enabled`, `event_cover`, `event_cover_id`, `event_cover_position`, `event_album_covers`, `event_album_timeline`, `event_pinned_post`, `event_invited`, `event_interested`, `event_going`, `chatbox_enabled`, `chatbox_conversation_id`, `event_tickets_link`, `event_prices`, `event_rate`, `event_is_sponsored`, `event_sponsor_name`, `event_sponsor_url`, `event_date`) VALUES
(1, 'public', 17, NULL, 22, 'Tech Innovators Hub Meetup', 'Los angelus,california,usa', 230, 1, 'Join us for an exciting meetup with tech enthusiasts and industry experts. Learn about AI, IoT, Robotics, and innovative solutions shaping the future.', '2025-09-29 15:22:00', '2025-10-13 15:22:00', '0', '1', '1', 'photos/2025/09/mxbook_94b6637e972e7302ba8f2cfaf99ab40b_cropped.png', 37, '0px', 10, NULL, NULL, 0, 1, 1, '1', 2, '', '', 0, '0', '', '', '2025-09-29 09:54:50'),
(2, 'closed', 23, NULL, 2, 'test', '', 13, 9, 'test', '2025-10-10 12:18:00', '2025-10-31 12:23:00', '1', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, '0', NULL, '', '', 0, '0', '', '', '2025-10-16 04:46:41');

-- --------------------------------------------------------

--
-- Table structure for table `events_categories`
--

CREATE TABLE `events_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `events_categories`
--

INSERT INTO `events_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Art', '', 1),
(2, 0, 'Causes', '', 2),
(3, 0, 'Crafts', '', 3),
(4, 0, 'Dance', '', 4),
(5, 0, 'Drinks', '', 5),
(6, 0, 'Film', '', 6),
(7, 0, 'Fitness', '', 7),
(8, 0, 'Food', '', 8),
(9, 0, 'Games', '', 9),
(10, 0, 'Gardening', '', 10),
(11, 0, 'Health', '', 11),
(12, 0, 'Home', '', 12),
(13, 0, 'Literature', '', 13),
(14, 0, 'Music', '', 14),
(15, 0, 'Networking', '', 15),
(16, 0, 'Other', '', 16),
(17, 0, 'Party', '', 17),
(18, 0, 'Religion', '', 18),
(19, 0, 'Shopping', '', 19),
(20, 0, 'Sports', '', 20),
(21, 0, 'Theater', '', 21),
(22, 0, 'Wellness', '', 22);

-- --------------------------------------------------------

--
-- Table structure for table `events_members`
--

CREATE TABLE `events_members` (
  `id` int(10) UNSIGNED NOT NULL,
  `event_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `is_invited` enum('0','1') DEFAULT '0',
  `is_interested` enum('0','1') DEFAULT '0',
  `is_going` enum('0','1') DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `events_members`
--

INSERT INTO `events_members` (`id`, `event_id`, `user_id`, `is_invited`, `is_interested`, `is_going`) VALUES
(1, 1, 17, '0', '1', '0'),
(2, 1, 1, '0', '0', '1'),
(3, 2, 23, '0', '1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `followings`
--

CREATE TABLE `followings` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `following_id` int(10) UNSIGNED NOT NULL,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0',
  `time` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `followings`
--

INSERT INTO `followings` (`id`, `user_id`, `following_id`, `points_earned`, `time`) VALUES
(3, 17, 14, '0', '2025-09-17 11:39:08'),
(4, 17, 16, '0', '2025-09-17 11:39:08'),
(8, 17, 2, '0', '2025-09-29 09:36:49'),
(9, 17, 3, '0', '2025-09-29 09:37:08'),
(18, 22, 5, '0', '2025-10-15 12:15:04'),
(19, 23, 17, '0', '2025-10-16 05:21:37'),
(20, 17, 23, '0', '2025-10-16 05:21:41'),
(24, 1, 17, '0', '2025-10-16 11:59:39');

-- --------------------------------------------------------

--
-- Table structure for table `forums`
--

CREATE TABLE `forums` (
  `forum_id` int(10) UNSIGNED NOT NULL,
  `forum_section` int(10) UNSIGNED NOT NULL,
  `forum_name` varchar(256) NOT NULL,
  `forum_description` mediumtext DEFAULT NULL,
  `forum_order` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `forum_threads` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `forum_replies` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `forums`
--

INSERT INTO `forums` (`forum_id`, `forum_section`, `forum_name`, `forum_description`, `forum_order`, `forum_threads`, `forum_replies`) VALUES
(1, 0, 'Health &amp; Wellness Forum', 'Discuss health, fitness, nutrition, and wellness topics.', 3, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `forums_replies`
--

CREATE TABLE `forums_replies` (
  `reply_id` int(10) UNSIGNED NOT NULL,
  `thread_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `text` longtext NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `forums_threads`
--

CREATE TABLE `forums_threads` (
  `thread_id` int(10) UNSIGNED NOT NULL,
  `forum_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(256) NOT NULL,
  `text` longtext NOT NULL,
  `replies` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `time` datetime NOT NULL,
  `last_reply` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `friends`
--

CREATE TABLE `friends` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_one_id` int(10) UNSIGNED NOT NULL,
  `user_two_id` int(10) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `friends`
--

INSERT INTO `friends` (`id`, `user_one_id`, `user_two_id`, `status`) VALUES
(3, 17, 14, 0),
(4, 17, 16, 0),
(7, 17, 2, 0),
(11, 1, 4, 0),
(15, 22, 5, 0),
(16, 23, 17, 1),
(19, 1, 17, 1);

-- --------------------------------------------------------

--
-- Table structure for table `funding_payments`
--

CREATE TABLE `funding_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `games`
--

CREATE TABLE `games` (
  `game_id` int(11) NOT NULL,
  `title` varchar(256) NOT NULL,
  `description` mediumtext NOT NULL,
  `genres` mediumtext DEFAULT NULL,
  `source` mediumtext NOT NULL,
  `thumbnail` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `games`
--

INSERT INTO `games` (`game_id`, `title`, `description`, `genres`, `source`, `thumbnail`) VALUES
(1, 'Candy Blast', 'Classic match-3 puzzle with boosters and daily rewards.', '2,3,12', 'https://cdn.example.com/games/candyblast/index.html', 'photos/2025/10/mxbook_977710a6813251cba95778cca552afbe.jpeg'),
(2, 'Space-Defender', 'Top-down shooter. Supports keyboard &amp; gamepad.', '1', 'Upload file: space-defender.zip (contains index.html + assets)', 'photos/2025/10/mxbook_e92856eddefa17f4aa3b0b2b1102f32e.jpeg');

-- --------------------------------------------------------

--
-- Table structure for table `games_genres`
--

CREATE TABLE `games_genres` (
  `genre_id` int(10) UNSIGNED NOT NULL,
  `genre_name` varchar(256) NOT NULL,
  `genre_description` text NOT NULL,
  `genre_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `games_genres`
--

INSERT INTO `games_genres` (`genre_id`, `genre_name`, `genre_description`, `genre_order`) VALUES
(1, 'Action', '', 1),
(2, 'Adventure', '', 2),
(3, 'Animation', '', 3),
(4, 'Comedy', '', 4),
(5, 'Crime', '', 5),
(6, 'Documentary', '', 6),
(7, 'Drama', '', 7),
(8, 'Family', '', 8),
(9, 'Fantasy', '', 9),
(10, 'History', '', 10),
(11, 'Horror', '', 11),
(12, 'Musical', '', 12),
(13, 'Mythological', '', 13),
(14, 'Romance', '', 14),
(15, 'Sport', '', 15),
(16, 'TV Show', '', 16),
(17, 'Thriller', '', 17),
(18, 'War', '', 18),
(19, 'Others', '', 19);

-- --------------------------------------------------------

--
-- Table structure for table `games_players`
--

CREATE TABLE `games_players` (
  `id` int(10) UNSIGNED NOT NULL,
  `game_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `last_played_time` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `gifts`
--

CREATE TABLE `gifts` (
  `gift_id` int(10) UNSIGNED NOT NULL,
  `image` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `gifts`
--

INSERT INTO `gifts` (`gift_id`, `image`) VALUES
(2, 'photos/2025/10/mxbook_92c16059a91ae11ab5c8886f19a6a346.jpeg'),
(3, 'photos/2025/10/mxbook_b539ccea0ccd795a53d92309c5bee14c.jpeg');

-- --------------------------------------------------------

--
-- Table structure for table `groups`
--

CREATE TABLE `groups` (
  `group_id` int(10) UNSIGNED NOT NULL,
  `group_privacy` enum('secret','closed','public') DEFAULT 'public',
  `group_admin` int(10) UNSIGNED NOT NULL,
  `group_category` int(10) UNSIGNED NOT NULL,
  `group_name` varchar(64) NOT NULL,
  `group_title` varchar(256) NOT NULL,
  `group_country` int(10) UNSIGNED NOT NULL,
  `group_language` int(10) UNSIGNED NOT NULL,
  `group_description` mediumtext NOT NULL,
  `group_publish_enabled` enum('0','1') NOT NULL DEFAULT '1',
  `group_publish_approval_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `group_picture` varchar(256) DEFAULT NULL,
  `group_picture_id` int(10) UNSIGNED DEFAULT NULL,
  `group_cover` varchar(256) DEFAULT NULL,
  `group_cover_id` int(10) UNSIGNED DEFAULT NULL,
  `group_cover_position` varchar(256) DEFAULT NULL,
  `group_album_pictures` int(11) DEFAULT NULL,
  `group_album_covers` int(11) DEFAULT NULL,
  `group_album_timeline` int(11) DEFAULT NULL,
  `group_pinned_post` int(11) DEFAULT NULL,
  `group_members` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `group_monetization_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `group_monetization_min_price` float NOT NULL DEFAULT 0,
  `group_monetization_plans` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `chatbox_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `chatbox_conversation_id` int(10) UNSIGNED DEFAULT NULL,
  `group_rate` float NOT NULL DEFAULT 0,
  `group_date` datetime NOT NULL,
  `is_fake` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `groups`
--

INSERT INTO `groups` (`group_id`, `group_privacy`, `group_admin`, `group_category`, `group_name`, `group_title`, `group_country`, `group_language`, `group_description`, `group_publish_enabled`, `group_publish_approval_enabled`, `group_picture`, `group_picture_id`, `group_cover`, `group_cover_id`, `group_cover_position`, `group_album_pictures`, `group_album_covers`, `group_album_timeline`, `group_pinned_post`, `group_members`, `group_monetization_enabled`, `group_monetization_min_price`, `group_monetization_plans`, `chatbox_enabled`, `chatbox_conversation_id`, `group_rate`, `group_date`, `is_fake`) VALUES
(1, 'public', 17, 15, 'techinnovatorshub', 'Tech Innovators Hub', 228, 2, 'Tech Innovators Hub is a vibrant community dedicated to technology enthusiasts, innovators, and forward-thinkers. Our mission is to provide a platform where tech lovers, developers, entrepreneurs, and innovators can come together to share ideas, learn, and collaborate on the latest trends and breakthroughs in technology.', '1', '0', NULL, NULL, 'photos/2025/09/mxbook_2d87d1ab990d641132fade4e74101d88_cropped.png', 38, '0px', NULL, 11, NULL, NULL, 2, '0', 0, 0, '0', NULL, 0, '2025-09-29 09:51:16', '0'),
(2, 'closed', 23, 14, 'testse', 'test', 11, 4, '', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '0', 0, 0, '0', NULL, 0, '2025-10-16 04:48:22', '0');

-- --------------------------------------------------------

--
-- Table structure for table `groups_admins`
--

CREATE TABLE `groups_admins` (
  `id` int(10) UNSIGNED NOT NULL,
  `group_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `groups_admins`
--

INSERT INTO `groups_admins` (`id`, `group_id`, `user_id`) VALUES
(1, 1, 17),
(2, 2, 23);

-- --------------------------------------------------------

--
-- Table structure for table `groups_categories`
--

CREATE TABLE `groups_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `groups_categories`
--

INSERT INTO `groups_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Cars and Vehicles', '', 1),
(2, 0, 'Comedy', '', 2),
(3, 0, 'Economics and Trade', '', 3),
(4, 0, 'Education', '', 4),
(5, 0, 'Entertainment', '', 5),
(6, 0, 'Movies and Animation', '', 6),
(7, 0, 'Gaming', '', 7),
(8, 0, 'History and Facts', '', 8),
(9, 0, 'Live Style', '', 9),
(10, 0, 'Natural', '', 10),
(11, 0, 'News and Politics', '', 11),
(12, 0, 'People and Nations', '', 12),
(13, 0, 'Pets and Animals', '', 13),
(14, 0, 'Places and Regions', '', 14),
(15, 0, 'Science and Technology', '', 15),
(16, 0, 'Sport', '', 16),
(17, 0, 'Travel and Events', '', 17),
(18, 0, 'Other', '', 18);

-- --------------------------------------------------------

--
-- Table structure for table `groups_invites`
--

CREATE TABLE `groups_invites` (
  `id` int(10) UNSIGNED NOT NULL,
  `group_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `from_user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `groups_members`
--

CREATE TABLE `groups_members` (
  `id` int(10) UNSIGNED NOT NULL,
  `group_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `approved` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `groups_members`
--

INSERT INTO `groups_members` (`id`, `group_id`, `user_id`, `approved`) VALUES
(1, 1, 17, '1'),
(2, 1, 1, '1'),
(3, 2, 23, '1');

-- --------------------------------------------------------

--
-- Table structure for table `hashtags`
--

CREATE TABLE `hashtags` (
  `hashtag_id` int(10) UNSIGNED NOT NULL,
  `hashtag` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `hashtags`
--

INSERT INTO `hashtags` (`hashtag_id`, `hashtag`) VALUES
(6, 'ActionStar'),
(14, 'AjeyNagar'),
(49, 'AnonymousConfession'),
(44, 'AnonymousPost'),
(50, 'BeautyAndPersonalCare'),
(69, 'BeautyCare'),
(59, 'BeautyGoals'),
(66, 'BeautyHacks'),
(57, 'BeautyTips'),
(64, 'BodyCare'),
(15, 'CarryArmy'),
(12, 'CarryMinati'),
(13, 'CarryMinatiReels'),
(87, 'CasualWear'),
(3, 'CelebrityCameo'),
(82, 'Chic'),
(74, 'Clothing'),
(20, 'ComedyReels'),
(67, 'DailyGlow'),
(43, 'DanceChallenge'),
(35, 'DanceReels'),
(38, 'DanceWithMe'),
(29, 'DesiReels'),
(28, 'EntertainmentReels'),
(88, 'EthnicWear'),
(99, 'EverydayStyle'),
(62, 'FaceCare'),
(71, 'Fashion'),
(92, 'FashionAddict'),
(95, 'FashionBlogger'),
(85, 'FashionInspo'),
(96, 'FashionTrends'),
(100, 'FashionVibes'),
(83, 'FashionWear'),
(47, 'Feelings'),
(39, 'FeelTheBeat'),
(11, 'FYP'),
(53, 'GlowUpJourney'),
(63, 'HairCare'),
(56, 'HealthySkin'),
(48, 'HiddenStories'),
(5, 'Hollywood'),
(16, 'IndianYouTuber'),
(79, 'InstaFashion'),
(80, 'LookBook'),
(91, 'LuxuryStyle'),
(55, 'MakeupLove'),
(27, 'MemeReels'),
(7, 'MissionImpossible'),
(98, 'ModernFashion'),
(9, 'MovieReels'),
(40, 'MusicReels'),
(54, 'NaturalBeauty'),
(1, 'onlinestreaming'),
(78, 'OOTD'),
(73, 'Outfit'),
(94, 'OutfitOfTheDay'),
(65, 'PamperYourself'),
(42, 'PartyMood'),
(36, 'PartyVibes'),
(58, 'PersonalCareMatters'),
(26, 'ReelsDaily'),
(24, 'ReelsFYP'),
(19, 'ReelsIndia'),
(22, 'ReelsTrending'),
(10, 'ReelsViral'),
(21, 'RoastKing'),
(52, 'SelfCareDaily'),
(60, 'SelfCareSunday'),
(32, 'Shaky'),
(33, 'ShakySong'),
(34, 'ShakyVibes'),
(76, 'Shopping'),
(46, 'SilentPain'),
(68, 'SkinCareLove'),
(51, 'SkincareRoutine'),
(31, 'SocialMediaStar'),
(41, 'SongTrend'),
(81, 'StreetStyle'),
(90, 'StreetWear'),
(72, 'Style'),
(86, 'StyleGoals'),
(97, 'StyleIcon'),
(93, 'StyleInspo'),
(2, 'TomCruise'),
(4, 'TomCruiseFan'),
(8, 'TopGun'),
(17, 'TrendingReels'),
(37, 'TrendingSong'),
(75, 'Trendy'),
(70, 'TrendyFashionHub'),
(84, 'TrendyStyle'),
(45, 'UnspokenThoughts'),
(30, 'ViralContent'),
(18, 'ViralReels'),
(23, 'ViralVideo'),
(77, 'Wardrobe'),
(61, 'WellnessAndBeauty'),
(89, 'WesternWear'),
(25, 'YouTubeStar');

-- --------------------------------------------------------

--
-- Table structure for table `hashtags_posts`
--

CREATE TABLE `hashtags_posts` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `hashtag_id` int(10) UNSIGNED NOT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `hashtags_posts`
--

INSERT INTO `hashtags_posts` (`id`, `post_id`, `hashtag_id`, `created_at`) VALUES
(1, 7, 1, '2025-09-29 06:19:49'),
(2, 28, 2, '2025-09-29 08:32:29'),
(3, 28, 3, '2025-09-29 08:32:29'),
(4, 28, 4, '2025-09-29 08:32:29'),
(5, 28, 5, '2025-09-29 08:32:29'),
(6, 28, 6, '2025-09-29 08:32:29'),
(7, 28, 7, '2025-09-29 08:32:29'),
(8, 28, 8, '2025-09-29 08:32:29'),
(9, 28, 9, '2025-09-29 08:32:29'),
(10, 28, 10, '2025-09-29 08:32:29'),
(11, 28, 11, '2025-09-29 08:32:29'),
(12, 32, 12, '2025-09-29 08:55:42'),
(13, 32, 13, '2025-09-29 08:55:42'),
(14, 32, 14, '2025-09-29 08:55:42'),
(15, 32, 15, '2025-09-29 08:55:42'),
(16, 32, 16, '2025-09-29 08:55:42'),
(17, 32, 17, '2025-09-29 08:55:42'),
(18, 32, 18, '2025-09-29 08:55:42'),
(19, 32, 19, '2025-09-29 08:55:42'),
(20, 32, 20, '2025-09-29 08:55:42'),
(21, 32, 21, '2025-09-29 08:55:42'),
(22, 32, 22, '2025-09-29 08:55:42'),
(23, 32, 23, '2025-09-29 08:55:42'),
(24, 32, 24, '2025-09-29 08:55:42'),
(25, 32, 25, '2025-09-29 08:55:42'),
(26, 32, 26, '2025-09-29 08:55:42'),
(27, 32, 27, '2025-09-29 08:55:42'),
(28, 32, 28, '2025-09-29 08:55:42'),
(29, 32, 29, '2025-09-29 08:55:42'),
(30, 32, 30, '2025-09-29 08:55:42'),
(31, 32, 31, '2025-09-29 08:55:42'),
(32, 33, 32, '2025-09-29 09:11:00'),
(33, 33, 33, '2025-09-29 09:11:00'),
(34, 33, 34, '2025-09-29 09:11:00'),
(35, 33, 35, '2025-09-29 09:11:00'),
(36, 33, 36, '2025-09-29 09:11:00'),
(37, 33, 37, '2025-09-29 09:11:00'),
(38, 33, 22, '2025-09-29 09:11:00'),
(39, 33, 18, '2025-09-29 09:11:00'),
(40, 33, 38, '2025-09-29 09:11:00'),
(41, 33, 39, '2025-09-29 09:11:00'),
(42, 33, 40, '2025-09-29 09:11:00'),
(43, 33, 41, '2025-09-29 09:11:00'),
(44, 33, 42, '2025-09-29 09:11:00'),
(45, 33, 43, '2025-09-29 09:11:00'),
(46, 33, 19, '2025-09-29 09:11:00'),
(47, 35, 44, '2025-09-29 09:15:22'),
(48, 35, 45, '2025-09-29 09:15:22'),
(49, 35, 46, '2025-09-29 09:15:22'),
(50, 35, 47, '2025-09-29 09:15:22'),
(51, 35, 48, '2025-09-29 09:15:22'),
(52, 35, 49, '2025-09-29 09:15:22'),
(53, 36, 50, '2025-09-29 09:23:37'),
(54, 36, 51, '2025-09-29 09:23:37'),
(55, 36, 52, '2025-09-29 09:23:37'),
(56, 36, 53, '2025-09-29 09:23:37'),
(57, 36, 54, '2025-09-29 09:23:37'),
(58, 36, 55, '2025-09-29 09:23:37'),
(59, 36, 56, '2025-09-29 09:23:37'),
(60, 36, 57, '2025-09-29 09:23:37'),
(61, 36, 58, '2025-09-29 09:23:37'),
(62, 36, 59, '2025-09-29 09:23:37'),
(63, 36, 60, '2025-09-29 09:23:37'),
(64, 36, 61, '2025-09-29 09:23:37'),
(65, 36, 62, '2025-09-29 09:23:37'),
(66, 36, 63, '2025-09-29 09:23:37'),
(67, 36, 64, '2025-09-29 09:23:37'),
(68, 36, 65, '2025-09-29 09:23:37'),
(69, 36, 66, '2025-09-29 09:23:37'),
(70, 36, 67, '2025-09-29 09:23:37'),
(71, 36, 68, '2025-09-29 09:23:37'),
(72, 36, 69, '2025-09-29 09:23:37'),
(73, 37, 70, '2025-09-29 09:47:47'),
(74, 37, 71, '2025-09-29 09:47:47'),
(75, 37, 72, '2025-09-29 09:47:47'),
(76, 37, 73, '2025-09-29 09:47:47'),
(77, 37, 74, '2025-09-29 09:47:47'),
(78, 37, 75, '2025-09-29 09:47:47'),
(79, 37, 76, '2025-09-29 09:47:47'),
(80, 37, 77, '2025-09-29 09:47:47'),
(81, 37, 78, '2025-09-29 09:47:47'),
(82, 37, 79, '2025-09-29 09:47:47'),
(83, 37, 80, '2025-09-29 09:47:47'),
(84, 37, 81, '2025-09-29 09:47:47'),
(85, 37, 82, '2025-09-29 09:47:47'),
(86, 37, 83, '2025-09-29 09:47:47'),
(87, 37, 84, '2025-09-29 09:47:47'),
(88, 37, 85, '2025-09-29 09:47:47'),
(89, 37, 86, '2025-09-29 09:47:47'),
(90, 37, 87, '2025-09-29 09:47:47'),
(91, 37, 88, '2025-09-29 09:47:47'),
(92, 37, 89, '2025-09-29 09:47:47'),
(93, 37, 90, '2025-09-29 09:47:47'),
(94, 37, 91, '2025-09-29 09:47:47'),
(95, 37, 92, '2025-09-29 09:47:47'),
(96, 37, 93, '2025-09-29 09:47:47'),
(97, 37, 94, '2025-09-29 09:47:47'),
(98, 37, 95, '2025-09-29 09:47:47'),
(99, 37, 96, '2025-09-29 09:47:47'),
(100, 37, 97, '2025-09-29 09:47:47'),
(101, 37, 98, '2025-09-29 09:47:47'),
(102, 37, 99, '2025-09-29 09:47:47'),
(103, 37, 100, '2025-09-29 09:47:47');

-- --------------------------------------------------------

--
-- Table structure for table `invitation_codes`
--

CREATE TABLE `invitation_codes` (
  `code_id` int(10) UNSIGNED NOT NULL,
  `code` varchar(64) NOT NULL,
  `created_by` int(10) UNSIGNED NOT NULL,
  `created_date` datetime NOT NULL,
  `used_by` int(10) UNSIGNED DEFAULT NULL,
  `used_date` datetime DEFAULT NULL,
  `used` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `jobs_categories`
--

CREATE TABLE `jobs_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `jobs_categories`
--

INSERT INTO `jobs_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Admin &amp; Office', '', 1),
(2, 0, 'Art &amp; Design', '', 2),
(3, 0, 'Business Operations', '', 3),
(4, 0, 'Cleaning &amp; Facilities', '', 4),
(5, 0, 'Community &amp; Social Services', '', 5),
(6, 0, 'Computer &amp; Data', '', 6),
(7, 0, 'Construction &amp; Mining', '', 7),
(8, 0, 'Education', '', 8),
(9, 0, 'Farming &amp; Forestry', '', 9),
(10, 0, 'Healthcare', '', 10),
(11, 0, 'Installation, Maintenance &amp; Repair', '', 11),
(12, 0, 'Legal', '', 12),
(13, 0, 'Management', '', 13),
(14, 0, 'Manufacturing', '', 14),
(15, 0, 'Media &amp; Communication', '', 15),
(16, 0, 'Personal Care', '', 16),
(17, 0, 'Protective Services', '', 17),
(18, 0, 'Restaurant &amp; Hospitality', '', 18),
(19, 0, 'Retail &amp; Sales', '', 19),
(20, 0, 'Science &amp; Engineering', '', 20),
(21, 0, 'Sports &amp; Entertainment', '', 21),
(22, 0, 'Transportation', '', 22),
(23, 0, 'Other', '', 23);

-- --------------------------------------------------------

--
-- Table structure for table `log_commissions`
--

CREATE TABLE `log_commissions` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` float NOT NULL,
  `handle` varchar(128) NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `log_payments`
--

CREATE TABLE `log_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` float NOT NULL,
  `method` varchar(64) NOT NULL,
  `handle` varchar(128) NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `log_payments`
--

INSERT INTO `log_payments` (`payment_id`, `user_id`, `amount`, `method`, `handle`, `time`) VALUES
(1, 17, 100, 'stripe', 'wallet', '2025-09-29 11:09:01'),
(2, 17, 10000, 'stripe', 'wallet', '2025-09-29 11:29:17'),
(3, 17, 1000, 'stripe', 'wallet', '2025-10-01 11:20:05'),
(4, 1, 1, 'stripe', 'wallet', '2025-10-15 06:38:42'),
(5, 17, 5, 'stripe', 'wallet', '2025-10-16 10:00:35');

-- --------------------------------------------------------

--
-- Table structure for table `log_points`
--

CREATE TABLE `log_points` (
  `log_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(128) NOT NULL,
  `points` float NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `log_sessions`
--

CREATE TABLE `log_sessions` (
  `session_id` int(10) UNSIGNED NOT NULL,
  `session_date` datetime NOT NULL,
  `session_type` enum('W','A','I') NOT NULL DEFAULT 'W',
  `session_ip` varchar(64) NOT NULL,
  `session_user_agent` varchar(512) DEFAULT NULL,
  `user_browser` varchar(64) DEFAULT NULL,
  `user_os` varchar(64) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `log_sessions`
--

INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(1, '2025-09-17 05:01:55', 'W', '103.176.210.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2, '2025-09-17 05:39:05', 'W', '152.58.153.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3, '2025-09-17 06:17:46', 'W', '172.234.237.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 GLS/100.10.9939.100', 'Chrome', 'Windows 10'),
(4, '2025-09-17 07:30:43', 'W', '147.93.155.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/126.0.0.0', 'Edge', 'Windows 10'),
(5, '2025-09-17 08:07:57', 'W', '46.202.140.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6, '2025-09-17 09:35:50', 'W', '103.88.223.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7, '2025-09-17 09:35:51', 'W', '49.44.86.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8, '2025-09-17 09:48:23', 'W', '34.79.73.49', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(9, '2025-09-17 11:08:20', 'W', '51.158.252.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10, '2025-09-17 11:31:15', 'W', '37.27.245.207', '', 'Unknown Browser', 'Unknown OS Platform'),
(11, '2025-09-17 11:32:40', 'W', '52.112.49.156', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(12, '2025-09-17 16:34:10', 'W', '154.28.229.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13, '2025-09-17 16:34:30', 'W', '154.28.229.66', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(14, '2025-09-17 16:34:44', 'W', '104.164.126.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15, '2025-09-17 16:37:20', 'W', '34.38.171.210', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(16, '2025-09-17 17:28:45', 'W', '103.4.251.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17, '2025-09-17 17:28:45', 'W', '107.172.195.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18, '2025-09-17 17:28:51', 'W', '107.172.195.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19, '2025-09-17 18:58:33', 'W', '152.58.155.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20, '2025-09-17 18:58:56', 'W', '49.44.87.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21, '2025-09-18 03:14:28', 'W', '185.213.154.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22, '2025-09-18 04:17:25', 'A', '34.124.169.230', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23, '2025-09-18 10:06:47', 'W', '213.232.87.234', 'Go-http-client/1.1', 'Unknown Browser', 'Unknown OS Platform'),
(24, '2025-09-18 10:33:30', 'W', '34.26.64.4', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(25, '2025-09-18 11:09:09', 'W', '34.125.68.187', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(26, '2025-09-18 11:20:48', 'W', '167.99.77.32', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; 360SE)', 'Internet Explorer', 'Windows XP'),
(27, '2025-09-18 12:23:18', 'W', '134.209.161.145', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(28, '2025-09-18 13:05:40', 'W', '54.90.173.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(29, '2025-09-18 13:15:59', 'W', '152.53.103.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'Chrome', 'Windows 10'),
(30, '2025-09-18 14:48:18', 'W', '34.140.23.16', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(31, '2025-09-19 14:16:24', 'W', '162.142.125.217', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(32, '2025-09-19 23:14:51', 'W', '3.88.40.214', 'Mozilla/5.0', 'Unknown Browser', 'Unknown OS Platform'),
(33, '2025-09-20 13:51:53', 'W', '199.45.155.88', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(34, '2025-09-20 14:11:12', 'W', '206.189.142.84', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(35, '2025-09-20 18:54:20', 'W', '185.177.72.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0', 'Firefox', 'Windows 10'),
(36, '2025-09-21 02:29:24', 'W', '45.129.32.194', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(37, '2025-09-21 02:29:24', 'W', '98.159.40.146', 'Go-http-client/1.1', 'Unknown Browser', 'Unknown OS Platform'),
(38, '2025-09-21 17:36:57', 'W', '106.215.183.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(39, '2025-09-21 17:37:04', 'W', '203.92.54.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(40, '2025-09-22 07:57:32', 'W', '135.148.100.196', '', 'Unknown Browser', 'Unknown OS Platform'),
(41, '2025-09-23 01:18:48', 'W', '145.220.91.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(42, '2025-09-23 08:32:57', 'W', '94.159.110.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(43, '2025-09-23 10:27:27', 'W', '20.171.207.223', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(44, '2025-09-23 15:59:21', 'W', '20.171.207.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(45, '2025-09-23 18:07:26', 'W', '205.210.31.39', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(46, '2025-09-24 00:17:17', 'W', '205.210.31.30', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(47, '2025-09-24 00:18:20', 'W', '198.235.24.194', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(48, '2025-09-24 00:39:12', 'W', '198.235.24.15', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(49, '2025-09-24 00:43:33', 'W', '205.210.31.170', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(50, '2025-09-24 21:13:22', 'W', '3.146.111.124', 'Mozilla/5.0 zgrab/0.x', 'Unknown Browser', 'Unknown OS Platform'),
(51, '2025-09-25 16:46:14', 'W', '185.177.72.31', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(52, '2025-09-26 09:07:03', 'W', '198.235.24.100', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(53, '2025-09-26 11:58:00', 'W', '34.148.111.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(54, '2025-09-26 12:16:07', 'W', '20.171.207.175', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(55, '2025-09-27 00:17:12', 'W', '147.185.132.24', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(56, '2025-09-27 00:20:59', 'W', '198.235.24.66', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(57, '2025-09-27 00:40:33', 'W', '205.210.31.111', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(58, '2025-09-27 00:43:30', 'W', '205.210.31.104', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(59, '2025-09-27 02:01:58', 'W', '167.99.77.32', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', 'Chrome', 'Windows 7'),
(60, '2025-09-27 05:47:11', 'W', '198.199.81.243', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(61, '2025-09-28 00:40:27', 'W', '198.235.24.196', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(62, '2025-09-28 05:05:48', 'W', '198.235.24.166', '', 'Unknown Browser', 'Unknown OS Platform'),
(63, '2025-09-29 05:03:12', 'W', '106.215.180.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(64, '2025-09-29 05:19:09', 'W', '106.215.180.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', 'Chrome', 'Windows 10'),
(65, '2025-09-29 05:24:17', 'W', '68.218.30.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(66, '2025-09-29 05:32:29', 'W', '198.38.92.6', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'Firefox', 'Unknown OS Platform'),
(67, '2025-09-29 06:32:00', 'W', '205.210.31.8', '', 'Unknown Browser', 'Unknown OS Platform'),
(68, '2025-09-29 11:03:33', 'W', '106.215.156.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(69, '2025-09-29 13:05:17', 'W', '66.132.153.119', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(70, '2025-09-30 05:18:54', 'W', '20.171.207.212', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(71, '2025-09-30 06:15:53', 'W', '147.185.132.99', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(72, '2025-10-01 00:16:31', 'W', '205.210.31.51', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(73, '2025-10-01 00:17:10', 'W', '198.235.24.204', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(74, '2025-10-01 00:19:29', 'W', '205.210.31.194', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(75, '2025-10-01 00:48:12', 'W', '205.210.31.59', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(76, '2025-10-01 03:52:38', 'W', '52.112.125.9', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(77, '2025-10-01 05:01:53', 'W', '52.112.49.104', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(78, '2025-10-01 11:14:43', 'A', '106.215.181.90', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(79, '2025-10-01 11:31:22', 'A', '64.233.173.99', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(80, '2025-10-01 11:31:24', 'A', '66.102.6.229', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(81, '2025-10-01 11:31:24', 'A', '66.102.6.230', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(82, '2025-10-01 13:23:42', 'W', '45.131.155.100', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(83, '2025-10-02 05:52:58', 'W', '81.17.20.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5056.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(84, '2025-10-02 05:53:36', 'W', '81.17.20.98', 'SonyEricssonK550i/R1JD Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1', 'Unknown Browser', 'Unknown OS Platform'),
(85, '2025-10-02 05:53:36', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; CPH1801 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 HeyTapBrowser/15.8.4.1', 'Handheld Browser', 'Android'),
(86, '2025-10-02 05:53:36', 'W', '81.17.20.98', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/528.16 (KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0', 'Safari', 'Mac OS X'),
(87, '2025-10-02 05:53:36', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 11; RMX2117) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(88, '2025-10-02 05:54:09', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1', 'Handheld Browser', 'Android'),
(89, '2025-10-02 05:54:09', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 12; SM-G991B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(90, '2025-10-02 05:54:10', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 11; Pixel 2 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(91, '2025-10-02 05:54:10', 'W', '81.17.20.98', 'Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/7.2.1.0 Safari/536.2+', 'Safari', 'Unknown OS Platform'),
(92, '2025-10-02 05:54:43', 'W', '81.17.20.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0', 'Firefox', 'Windows 10'),
(93, '2025-10-02 05:54:43', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(94, '2025-10-02 05:54:44', 'W', '81.17.20.98', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36', 'Chrome', 'Windows 7'),
(95, '2025-10-02 05:54:44', 'W', '81.17.20.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.49 Safari/537.36', 'Chrome', 'Mac OS X'),
(96, '2025-10-02 05:55:16', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 10; DL1036) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'Chrome', 'Android'),
(97, '2025-10-02 05:55:16', 'W', '81.17.20.98', 'EmailWolf 1.00', 'Unknown Browser', 'Unknown OS Platform'),
(98, '2025-10-02 05:55:51', 'W', '81.17.20.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 7'),
(99, '2025-10-02 05:55:51', 'W', '81.17.20.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.52', 'Chrome', 'Windows 10'),
(100, '2025-10-02 05:55:51', 'A', '81.17.20.98', 'Mozilla/5.0 (Linux; Android 11; M2101K6G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(101, '2025-10-03 09:31:10', 'W', '66.249.70.32', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(102, '2025-10-03 09:31:11', 'A', '66.249.70.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(103, '2025-10-03 09:31:27', 'W', '66.249.70.32', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(104, '2025-10-03 10:46:01', 'A', '66.249.70.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.207 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(105, '2025-10-03 13:44:25', 'A', '66.249.70.32', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.207 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(106, '2025-10-03 18:03:24', 'A', '66.249.76.3', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.207 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(107, '2025-10-03 20:10:34', 'A', '66.249.76.2', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.207 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(108, '2025-10-04 04:00:58', 'W', '147.185.132.115', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(109, '2025-10-04 21:14:33', 'A', '66.249.70.33', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.207 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(110, '2025-10-05 00:14:44', 'W', '198.235.24.215', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(111, '2025-10-05 00:14:45', 'W', '198.235.24.176', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(112, '2025-10-05 00:18:02', 'W', '198.235.24.57', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(113, '2025-10-05 00:36:07', 'W', '205.210.31.210', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(114, '2025-10-05 08:00:58', 'W', '205.210.31.181', '', 'Unknown Browser', 'Unknown OS Platform'),
(115, '2025-10-05 08:02:21', 'W', '147.185.132.90', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(116, '2025-10-06 23:58:36', 'W', '198.235.24.150', '', 'Unknown Browser', 'Unknown OS Platform'),
(117, '2025-10-09 13:08:02', 'W', '167.94.145.111', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(118, '2025-10-09 16:21:25', 'W', '18.202.78.69', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(119, '2025-10-09 18:36:21', 'W', '176.65.149.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(120, '2025-10-11 06:52:32', 'W', '164.90.185.33', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(121, '2025-10-11 10:44:53', 'W', '34.248.56.217', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(122, '2025-10-11 16:33:45', 'W', '185.247.137.48', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(123, '2025-10-11 16:33:46', 'W', '87.236.176.6', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(124, '2025-10-11 16:33:47', 'W', '45.55.185.224', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(125, '2025-10-11 21:01:28', 'W', '185.247.137.31', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(126, '2025-10-13 07:06:44', 'W', '3.252.33.247', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(127, '2025-10-13 14:25:08', 'W', '2.58.56.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A', 'Safari', 'Mac OS X'),
(128, '2025-10-13 18:33:28', 'W', '45.131.155.100', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(129, '2025-10-14 08:27:00', 'W', '3.249.56.97', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(130, '2025-10-14 08:52:22', 'W', '34.146.190.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(131, '2025-10-14 09:08:37', 'W', '115.236.116.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(132, '2025-10-14 10:13:47', 'W', '185.177.72.23', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(133, '2025-10-14 15:44:57', 'W', '198.235.24.99', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(134, '2025-10-15 00:17:23', 'W', '205.210.31.21', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(135, '2025-10-15 00:42:41', 'W', '205.210.31.164', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(136, '2025-10-15 00:47:44', 'W', '198.235.24.5', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(137, '2025-10-15 03:48:11', 'W', '103.250.156.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(138, '2025-10-15 03:50:36', 'W', '103.251.19.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(139, '2025-10-15 03:50:49', 'W', '106.193.210.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(140, '2025-10-15 03:52:02', 'W', '49.44.81.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(141, '2025-10-15 03:59:58', 'W', '103.250.156.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', 'Chrome', 'Windows 10'),
(142, '2025-10-15 06:27:32', 'W', '103.146.241.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(143, '2025-10-15 06:56:02', 'W', '49.44.122.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(144, '2025-10-15 08:08:10', 'W', '103.58.152.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(145, '2025-10-15 08:48:41', 'W', '103.251.19.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', 'Chrome', 'Windows 10'),
(146, '2025-10-15 10:20:10', 'W', '49.44.78.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(147, '2025-10-15 10:37:33', 'W', '185.46.8.16', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(148, '2025-10-15 12:24:10', 'W', '152.58.153.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(149, '2025-10-15 12:28:23', 'W', '49.44.81.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(150, '2025-10-16 03:52:25', 'W', '49.34.247.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(151, '2025-10-16 03:54:33', 'W', '106.210.202.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(152, '2025-10-16 09:31:14', 'W', '152.56.16.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(153, '2025-10-16 09:47:07', 'W', '49.44.78.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(154, '2025-10-16 09:58:31', 'W', '52.112.74.61', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(155, '2025-10-16 10:13:05', 'W', '52.112.125.8', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(156, '2025-10-16 10:16:17', 'W', '52.112.74.62', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(157, '2025-10-16 10:17:36', 'W', '52.112.49.157', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(158, '2025-10-16 10:31:58', 'A', '152.56.16.208', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(159, '2025-10-16 10:33:15', 'A', '66.249.70.32', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(160, '2025-10-16 10:34:47', 'W', '34.26.15.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(161, '2025-10-16 11:10:15', 'W', '52.112.49.196', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com', 'Unknown Browser', 'Windows 7'),
(162, '2025-10-16 11:15:38', 'W', '203.92.60.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(163, '2025-10-16 12:07:26', 'W', '103.251.59.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(164, '2025-10-17 03:31:50', 'W', '152.56.13.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(165, '2025-10-17 05:52:32', 'W', '34.91.129.93', 'Scrapy/2.13.3 (+https://scrapy.org)', 'Unknown Browser', 'Unknown OS Platform'),
(166, '2025-10-17 15:17:11', 'W', '45.131.155.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', 'Chrome', 'Windows 10'),
(167, '2025-10-17 22:01:18', 'A', '47.254.74.59', 'Mozilla/5.0 (Linux; Android 11; M2004J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(168, '2025-10-17 22:01:33', 'A', '47.254.25.10', 'Mozilla/5.0 (Linux; Android 11; M2004J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(169, '2025-10-17 22:01:50', 'A', '47.88.94.161', 'Mozilla/5.0 (Linux; Android 11; M2004J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(170, '2025-10-18 14:42:23', 'W', '205.210.31.131', '', 'Unknown Browser', 'Unknown OS Platform'),
(171, '2025-10-18 19:37:52', 'W', '80.249.179.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(172, '2025-10-19 00:12:06', 'W', '147.185.132.168', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(173, '2025-10-19 00:15:07', 'W', '198.235.24.218', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(174, '2025-10-19 00:16:09', 'W', '205.210.31.238', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(175, '2025-10-19 00:35:06', 'W', '205.210.31.130', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(176, '2025-10-19 06:16:33', 'W', '91.50.217.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.93 Safari/537.36', 'Chrome', 'Windows 10'),
(177, '2025-10-19 09:20:22', 'W', '198.235.24.39', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(178, '2025-10-19 18:48:27', 'W', '94.156.189.188', 'python-requests/2.32.5', 'Unknown Browser', 'Unknown OS Platform'),
(179, '2025-10-20 04:24:28', 'W', '34.47.179.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)', 'Unknown Browser', 'Windows 10'),
(180, '2025-10-20 16:52:10', 'W', '199.45.154.119', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(181, '2025-10-21 03:29:43', 'I', '144.126.150.249', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(182, '2025-10-21 11:34:21', 'W', '71.6.134.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(183, '2025-10-21 12:47:23', 'W', '195.154.194.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'Chrome', 'Windows 10'),
(184, '2025-10-21 15:06:12', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(185, '2025-10-21 15:06:12', 'W', '144.126.150.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(186, '2025-10-21 15:06:12', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(187, '2025-10-21 15:06:13', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/113.0.1774.57', 'Edge', 'Windows 10'),
(188, '2025-10-21 15:06:13', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:112.0) Gecko/20100101 Firefox/112.0', 'Firefox', 'Windows 10'),
(189, '2025-10-21 15:32:53', 'W', '185.197.195.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.199 Safari/537.36 Edg/114.0.1823.67', 'Chrome', 'Windows 10'),
(190, '2025-10-21 21:03:07', 'W', '144.126.150.249', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(191, '2025-10-22 04:51:37', 'W', '152.56.14.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(192, '2025-10-22 04:58:51', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(193, '2025-10-22 04:58:58', 'W', '144.126.150.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(194, '2025-10-22 05:22:43', 'A', '89.117.150.149', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(195, '2025-10-22 07:55:14', 'A', '66.249.70.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.107 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(196, '2025-10-22 12:03:59', 'W', '37.204.149.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(197, '2025-10-22 13:29:20', 'W', '34.1.25.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(198, '2025-10-23 14:31:41', 'W', '34.1.17.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(199, '2025-10-23 21:00:26', 'W', '109.110.74.112', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(200, '2025-10-23 21:00:26', 'W', '109.110.74.112', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(201, '2025-10-23 21:20:33', 'W', '185.59.247.158', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(202, '2025-10-24 00:28:11', 'W', '89.187.187.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(203, '2025-10-24 02:24:21', 'A', '66.249.70.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(204, '2025-10-24 10:09:40', 'A', '66.249.70.33', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(205, '2025-10-24 12:35:37', 'W', '204.76.203.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(206, '2025-10-24 17:57:11', 'W', '45.131.155.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(207, '2025-10-24 18:32:13', 'W', '106.215.164.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(208, '2025-10-24 18:32:18', 'W', '64.233.173.102', 'Chrome Privacy Preserving Prefetch Proxy', 'Chrome', 'Unknown OS Platform'),
(209, '2025-10-24 18:32:18', 'W', '162.120.184.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(210, '2025-10-24 19:30:03', 'W', '49.44.85.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(211, '2025-10-24 19:48:56', 'W', '115.69.254.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(212, '2025-10-24 19:56:28', 'W', '223.223.158.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(213, '2025-10-24 20:01:27', 'W', '49.44.82.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(214, '2025-10-24 20:17:34', 'A', '66.249.70.32', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(215, '2025-10-24 20:46:11', 'W', '103.12.134.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(216, '2025-10-24 21:10:54', 'W', '103.59.200.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(217, '2025-10-25 01:37:38', 'W', '83.147.38.75', 'python-requests/2.31.0', 'Unknown Browser', 'Unknown OS Platform'),
(218, '2025-10-25 02:41:49', 'I', '89.185.82.130', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A356 Safari/604.1', 'Handheld Browser', 'iPhone'),
(219, '2025-10-25 02:42:29', 'A', '89.185.82.130', 'Mozilla/5.0 (Linux; Android 7.1.1; Z971) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(220, '2025-10-25 02:42:29', 'A', '89.185.82.130', 'Mozilla/5.0 (Linux; Android 7.0; LGUS997 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(221, '2025-10-25 02:42:29', 'W', '89.185.82.130', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0', 'Firefox', 'Linux'),
(222, '2025-10-25 02:42:29', 'I', '89.185.82.130', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148', 'Handheld Browser', 'iPhone'),
(223, '2025-10-25 02:46:51', 'W', '142.93.176.209', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(224, '2025-10-25 05:13:29', 'W', '83.136.211.205', 'ELB-HealthChecker/2.0', 'Unknown Browser', 'Unknown OS Platform'),
(225, '2025-10-25 09:05:39', 'W', '89.185.82.130', 'Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.1 (like Gecko) Fedora/4.3.1-3.fc11', 'Konqueror', 'Linux'),
(226, '2025-10-25 09:06:03', 'W', '89.185.82.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(227, '2025-10-25 09:06:03', 'W', '89.185.82.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X'),
(228, '2025-10-25 09:06:03', 'W', '89.185.82.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240&amp;Win32', 'Edge', 'Windows 10'),
(229, '2025-10-25 09:06:03', 'A', '89.185.82.130', 'Mozilla/5.0 (Linux; U; Android 3.0.1; fr-fr; A500 Build/HRI66) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13', 'Safari', 'Android'),
(230, '2025-10-25 09:46:21', 'W', '83.136.211.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3', 'Chrome', 'Windows 10'),
(231, '2025-10-25 14:58:24', 'W', '83.219.234.104', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) obsidian/1.5.8 Chrome/120.0.6099.283 Electron/28.2.3 Safari/537.36', 'Chrome', 'Linux'),
(232, '2025-10-25 15:18:30', 'W', '13.216.240.124', 'okhttp/4.9.2', 'Unknown Browser', 'Unknown OS Platform'),
(233, '2025-10-25 15:19:05', 'W', '3.81.94.87', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36', 'Chrome', 'Linux'),
(234, '2025-10-26 04:41:53', 'I', '144.126.150.249', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3249.1039 Mobile Safari/537.36', 'Handheld Browser', 'iPhone'),
(235, '2025-10-26 16:11:23', 'W', '45.139.104.162', 'python-requests/2.32.5', 'Unknown Browser', 'Unknown OS Platform'),
(236, '2025-10-26 20:48:53', 'W', '95.32.220.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(237, '2025-10-27 01:27:11', 'W', '205.210.31.17', '', 'Unknown Browser', 'Unknown OS Platform'),
(238, '2025-10-27 03:46:52', 'W', '49.44.80.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(239, '2025-10-27 03:46:53', 'W', '49.44.85.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(240, '2025-10-27 03:46:53', 'W', '49.44.67.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(241, '2025-10-27 03:46:53', 'W', '49.44.83.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(242, '2025-10-27 06:16:04', 'W', '194.164.107.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(243, '2025-10-27 07:04:06', 'W', '205.210.31.33', '', 'Unknown Browser', 'Unknown OS Platform'),
(244, '2025-10-27 11:53:48', 'I', '89.117.150.149', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(245, '2025-10-27 17:13:51', 'W', '182.79.251.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(246, '2025-10-27 17:25:03', 'W', '49.44.83.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(247, '2025-10-27 17:58:01', 'W', '49.44.83.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(248, '2025-10-27 18:17:04', 'A', '34.158.41.29', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F)', 'Unknown Browser', 'Android'),
(249, '2025-10-27 21:14:47', 'W', '84.51.100.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(250, '2025-10-27 21:14:47', 'W', '84.51.100.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(251, '2025-10-27 21:14:47', 'W', '84.51.100.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(252, '2025-10-27 21:14:47', 'W', '84.51.100.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(253, '2025-10-27 21:14:47', 'W', '84.51.100.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(254, '2025-10-27 21:21:43', 'W', '91.210.150.23', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(255, '2025-10-27 21:21:43', 'W', '91.210.150.23', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(256, '2025-10-27 21:21:43', 'W', '91.210.150.23', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(257, '2025-10-27 21:21:43', 'W', '91.210.150.23', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(258, '2025-10-28 03:06:38', 'W', '83.137.48.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(259, '2025-10-28 03:06:42', 'W', '46.237.19.212', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(260, '2025-10-28 05:37:38', 'I', '144.126.150.249', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(261, '2025-10-28 11:51:15', 'W', '93.187.97.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(262, '2025-10-28 12:32:22', 'I', '89.117.150.149', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(263, '2025-10-28 17:14:03', 'W', '185.248.85.57', 'Mozilla/5.0', 'Unknown Browser', 'Unknown OS Platform'),
(264, '2025-10-28 17:14:40', 'W', '185.248.85.57', 'python-requests/2.32.5', 'Unknown Browser', 'Unknown OS Platform'),
(265, '2025-10-28 17:33:05', 'W', '66.249.70.33', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(266, '2025-10-28 17:33:06', 'A', '66.249.70.33', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(267, '2025-10-28 18:00:16', 'W', '195.178.110.204', 'Mozilla/5.0 (Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', 'Chrome', 'Ubuntu'),
(268, '2025-10-28 18:01:07', 'W', '195.178.110.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0', 'Firefox', 'Windows 10'),
(269, '2025-10-28 18:01:07', 'W', '195.178.110.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0', 'Firefox', 'Mac OS X'),
(270, '2025-10-29 21:55:41', 'W', '46.148.131.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(271, '2025-10-30 03:51:59', 'W', '152.59.178.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(272, '2025-10-30 06:30:49', 'W', '94.141.123.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(273, '2025-10-30 15:42:38', 'W', '185.70.129.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(274, '2025-10-30 15:42:38', 'W', '185.70.129.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(275, '2025-10-30 15:42:38', 'W', '185.70.129.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(276, '2025-10-30 15:42:38', 'W', '185.70.129.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(277, '2025-10-30 15:42:38', 'W', '185.70.129.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(278, '2025-10-30 15:47:40', 'W', '80.251.150.4', 'Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', 'Firefox', 'Linux'),
(279, '2025-10-31 17:26:18', 'W', '212.59.111.134', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', 'Firefox', 'Ubuntu'),
(280, '2025-10-31 17:51:38', 'W', '106.215.167.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(281, '2025-10-31 17:51:39', 'W', '64.233.173.101', 'Chrome Privacy Preserving Prefetch Proxy', 'Chrome', 'Unknown OS Platform'),
(282, '2025-10-31 17:51:39', 'W', '162.120.184.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(283, '2025-11-01 02:31:21', 'W', '45.131.155.101', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(284, '2025-11-01 02:34:58', 'W', '45.148.10.245', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(285, '2025-11-01 06:15:20', 'W', '64.233.173.96', 'Chrome Privacy Preserving Prefetch Proxy', 'Chrome', 'Unknown OS Platform'),
(286, '2025-11-01 06:15:21', 'W', '162.120.184.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(287, '2025-11-02 00:45:43', 'W', '198.235.24.181', '', 'Unknown Browser', 'Unknown OS Platform'),
(288, '2025-11-02 01:06:09', 'W', '88.230.172.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:143.0) Gecko/20100101 Firefox/143.0', 'Firefox', 'Mac OS X'),
(289, '2025-11-02 06:16:18', 'W', '85.174.199.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(290, '2025-11-02 06:16:18', 'W', '85.174.199.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(291, '2025-11-02 06:16:18', 'W', '85.174.199.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(292, '2025-11-02 06:17:41', 'W', '85.172.162.187', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(293, '2025-11-02 10:11:02', 'W', '205.210.31.166', '', 'Unknown Browser', 'Unknown OS Platform'),
(294, '2025-11-02 14:59:31', 'W', '18.224.192.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(295, '2025-11-02 16:11:56', 'W', '74.7.227.210', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(296, '2025-11-02 19:45:08', 'W', '162.142.125.219', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(297, '2025-11-03 04:36:36', 'W', '34.146.190.182', 'python-requests/2.27.1', 'Unknown Browser', 'Unknown OS Platform'),
(298, '2025-11-03 13:00:41', 'W', '3.233.59.216', 'RecordedFuture Global Inventory Crawler', 'Unknown Browser', 'Unknown OS Platform'),
(299, '2025-11-03 18:33:33', 'W', '46.150.165.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', 'Chrome', 'Windows 10'),
(300, '2025-11-03 18:34:50', 'W', '91.188.163.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(301, '2025-11-03 18:35:40', 'W', '83.219.234.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(302, '2025-11-03 23:13:51', 'W', '45.156.87.246', 'Mozilla/5.0', 'Unknown Browser', 'Unknown OS Platform'),
(303, '2025-11-03 23:13:51', 'W', '45.156.87.246', 'Mozilla/5.0', 'Unknown Browser', 'Unknown OS Platform'),
(304, '2025-11-03 23:14:12', 'W', '195.178.110.242', 'Mozilla/5.0 (CentOS; Linux i686; rv:131.0) Gecko/20100101 Firefox/131.0', 'Firefox', 'Linux'),
(305, '2025-11-03 23:14:41', 'W', '195.178.110.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0', 'Firefox', 'Windows 10'),
(306, '2025-11-04 12:16:21', 'W', '85.203.15.149', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(307, '2025-11-04 12:16:23', 'W', '85.203.15.146', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(308, '2025-11-04 12:16:25', 'W', '85.203.15.132', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(309, '2025-11-04 13:11:06', 'W', '46.191.138.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(310, '2025-11-04 21:25:56', 'W', '198.235.24.220', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(311, '2025-11-05 00:16:17', 'W', '147.185.132.177', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(312, '2025-11-05 00:16:28', 'W', '147.185.132.112', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(313, '2025-11-05 00:39:28', 'W', '205.210.31.89', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(314, '2025-11-05 00:48:06', 'W', '205.210.31.155', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(315, '2025-11-05 04:33:04', 'W', '103.250.156.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(316, '2025-11-05 08:43:31', 'W', '185.253.186.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.93 Safari/537.36', 'Chrome', 'Windows 10'),
(317, '2025-11-07 21:02:30', 'W', '74.7.227.51', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(318, '2025-11-08 16:49:22', 'W', '142.93.210.97', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(319, '2025-11-09 04:22:57', 'W', '45.131.155.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(320, '2025-11-09 13:55:40', 'W', '143.244.57.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(321, '2025-11-10 03:34:26', 'W', '106.220.131.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(322, '2025-11-10 12:18:56', 'W', '163.53.179.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(323, '2025-11-10 14:03:37', 'W', '45.148.10.152', 'fasthttp', 'Unknown Browser', 'Unknown OS Platform'),
(324, '2025-11-10 14:03:38', 'W', '45.148.10.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'Firefox', 'Windows 7'),
(325, '2025-11-10 18:14:16', 'W', '3.138.185.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(326, '2025-11-11 03:53:15', 'W', '49.34.117.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(327, '2025-11-11 07:22:34', 'W', '163.53.179.89', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(328, '2025-11-11 07:22:46', 'A', '66.249.83.42', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(329, '2025-11-11 07:22:47', 'A', '66.249.83.44', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(330, '2025-11-11 07:22:47', 'A', '66.249.83.72', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(331, '2025-11-11 07:22:55', 'A', '66.249.83.73', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(332, '2025-11-11 07:25:30', 'A', '66.249.83.6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(333, '2025-11-11 07:25:30', 'A', '66.249.83.43', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(334, '2025-11-11 07:40:30', 'W', '74.7.227.106', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(335, '2025-11-11 09:05:53', 'A', '192.36.70.176', 'Mozilla/5.0 (Linux; Android 14; SM-S901B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.280 Mobile Safari/537.36 OPR/80.4.4244.7786', 'Handheld Browser', 'Android'),
(336, '2025-11-11 09:05:54', 'A', '192.36.71.133', 'Mozilla/5.0 (Linux; Android 14; SM-S901B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.280 Mobile Safari/537.36 OPR/80.4.4244.7786', 'Handheld Browser', 'Android'),
(337, '2025-11-11 09:05:54', 'A', '192.36.248.249', 'Mozilla/5.0 (Linux; Android 14; SM-S901B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.280 Mobile Safari/537.36 OPR/80.4.4244.7786', 'Handheld Browser', 'Android'),
(338, '2025-11-11 09:05:54', 'A', '192.71.30.89', 'Mozilla/5.0 (Linux; Android 14; SM-S901B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.280 Mobile Safari/537.36 OPR/80.4.4244.7786', 'Handheld Browser', 'Android'),
(339, '2025-11-12 03:32:09', 'W', '106.215.159.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(340, '2025-11-12 03:41:59', 'W', '106.215.180.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(341, '2025-11-12 04:23:49', 'W', '82.102.18.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(342, '2025-11-12 04:58:47', 'W', '52.54.249.218', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(343, '2025-11-12 04:58:51', 'A', '66.249.66.14', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(344, '2025-11-12 04:58:53', 'W', '52.70.123.241', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(345, '2025-11-12 04:58:56', 'W', '35.173.18.61', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(346, '2025-11-12 04:59:00', 'W', '34.206.212.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(347, '2025-11-12 04:59:09', 'W', '43.173.177.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(348, '2025-11-12 04:59:12', 'A', '47.128.51.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(349, '2025-11-12 04:59:24', 'A', '47.128.34.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(350, '2025-11-12 05:00:14', 'A', '47.128.28.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(351, '2025-11-12 05:00:17', 'W', '43.173.182.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(352, '2025-11-12 05:00:27', 'W', '43.173.174.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(353, '2025-11-12 05:00:32', 'W', '43.173.182.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(354, '2025-11-12 05:00:35', 'W', '43.173.179.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(355, '2025-11-12 05:00:37', 'W', '43.173.180.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(356, '2025-11-12 05:00:42', 'W', '44.212.131.50', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(357, '2025-11-12 05:00:50', 'A', '47.128.127.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(358, '2025-11-12 05:00:53', 'W', '100.29.128.75', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(359, '2025-11-12 05:01:28', 'W', '43.173.181.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(360, '2025-11-12 05:01:32', 'W', '43.173.178.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(361, '2025-11-12 05:01:41', 'W', '34.205.170.13', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(362, '2025-11-12 05:01:41', 'W', '43.173.179.67', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(363, '2025-11-12 05:01:51', 'A', '47.128.22.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(364, '2025-11-12 05:01:51', 'W', '43.173.175.85', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(365, '2025-11-12 05:01:57', 'W', '43.173.182.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(366, '2025-11-12 05:02:29', 'A', '47.128.50.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(367, '2025-11-12 05:02:41', 'A', '47.128.22.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(368, '2025-11-12 05:02:41', 'W', '54.235.125.129', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(369, '2025-11-12 05:02:41', 'A', '110.249.202.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(370, '2025-11-12 05:08:55', 'W', '216.73.216.63', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(371, '2025-11-12 05:09:01', 'A', '47.128.97.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(372, '2025-11-12 05:09:12', 'A', '47.128.120.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(373, '2025-11-12 05:09:20', 'W', '43.173.178.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(374, '2025-11-12 05:09:50', 'A', '47.128.113.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(375, '2025-11-12 05:09:52', 'A', '110.249.201.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(376, '2025-11-12 05:10:01', 'A', '47.128.59.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(377, '2025-11-12 05:10:05', 'W', '43.173.176.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(378, '2025-11-12 05:10:18', 'W', '43.173.182.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(379, '2025-11-12 05:10:26', 'W', '43.173.181.69', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(380, '2025-11-12 05:10:36', 'W', '43.173.175.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(381, '2025-11-12 05:10:39', 'A', '47.128.34.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(382, '2025-11-12 05:10:50', 'A', '47.128.112.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(383, '2025-11-12 05:10:55', 'W', '43.173.180.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(384, '2025-11-12 05:11:15', 'A', '110.249.202.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(385, '2025-11-12 05:11:20', 'W', '43.173.179.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(386, '2025-11-12 05:12:11', 'W', '43.173.179.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(387, '2025-11-12 05:12:21', 'W', '43.173.179.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(388, '2025-11-12 05:12:24', 'W', '43.173.176.229', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(389, '2025-11-12 05:12:46', 'W', '217.182.194.26', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(390, '2025-11-12 05:13:04', 'W', '43.173.182.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(391, '2025-11-12 05:13:17', 'A', '47.128.23.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(392, '2025-11-12 05:13:56', 'A', '47.128.118.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(393, '2025-11-12 05:14:05', 'A', '47.128.63.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(394, '2025-11-12 05:14:31', 'W', '43.173.180.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(395, '2025-11-12 05:14:45', 'A', '47.128.122.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(396, '2025-11-12 05:15:02', 'W', '50.16.72.185', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(397, '2025-11-12 05:15:14', 'W', '107.23.62.75', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(398, '2025-11-12 05:15:33', 'A', '47.128.127.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(399, '2025-11-12 05:15:48', 'W', '216.244.66.235', 'Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', 'Unknown Browser', 'Unknown OS Platform'),
(400, '2025-11-12 05:15:53', 'W', '54.225.98.148', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(401, '2025-11-12 05:16:01', 'W', '18.209.201.119', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(402, '2025-11-12 05:16:09', 'W', '34.233.219.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(403, '2025-11-12 05:16:15', 'W', '18.205.127.11', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(404, '2025-11-12 05:16:34', 'A', '47.128.54.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(405, '2025-11-12 05:16:37', 'W', '54.243.63.52', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(406, '2025-11-12 05:16:45', 'W', '54.84.161.62', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(407, '2025-11-12 05:16:54', 'W', '107.20.224.184', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(408, '2025-11-12 05:17:22', 'A', '47.128.55.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(409, '2025-11-12 05:17:24', 'W', '54.167.32.123', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(410, '2025-11-12 05:17:28', 'A', '66.249.66.35', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(411, '2025-11-12 05:17:30', 'W', '18.213.70.100', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(412, '2025-11-12 05:17:53', 'W', '3.219.80.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(413, '2025-11-12 05:18:30', 'W', '54.144.185.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(414, '2025-11-12 05:19:49', 'A', '47.128.121.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(415, '2025-11-12 05:20:28', 'A', '47.128.37.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(416, '2025-11-12 05:20:37', 'A', '47.128.58.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(417, '2025-11-12 05:20:58', 'W', '52.73.142.41', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(418, '2025-11-12 05:21:17', 'A', '111.225.149.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(419, '2025-11-12 05:21:17', 'A', '47.128.32.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(420, '2025-11-12 05:21:27', 'A', '47.128.27.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(421, '2025-11-12 05:21:35', 'W', '3.226.34.98', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(422, '2025-11-12 05:21:37', 'W', '43.173.182.249', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(423, '2025-11-12 05:21:44', 'W', '44.212.145.46', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(424, '2025-11-12 05:21:46', 'W', '3.224.205.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(425, '2025-11-12 05:21:58', 'W', '18.206.47.187', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(426, '2025-11-12 05:22:06', 'W', '52.70.209.13', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(427, '2025-11-12 05:22:09', 'W', '43.173.179.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(428, '2025-11-12 05:22:10', 'W', '35.169.119.108', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(429, '2025-11-12 05:22:16', 'A', '47.128.120.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(430, '2025-11-12 05:22:18', 'W', '43.173.182.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(431, '2025-11-12 05:22:19', 'W', '98.84.60.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(432, '2025-11-12 05:22:26', 'W', '43.173.173.252', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(433, '2025-11-12 05:22:37', 'W', '3.216.13.10', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(434, '2025-11-12 05:22:39', 'W', '85.208.96.203', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(435, '2025-11-12 05:22:46', 'W', '54.225.181.161', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(436, '2025-11-12 05:22:51', 'W', '44.223.232.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(437, '2025-11-12 05:22:55', 'A', '47.128.58.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(438, '2025-11-12 05:22:57', 'W', '18.213.240.226', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(439, '2025-11-12 05:23:05', 'A', '47.128.26.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(440, '2025-11-12 05:23:19', 'W', '54.83.240.58', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(441, '2025-11-12 05:23:32', 'W', '3.230.224.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(442, '2025-11-12 05:23:45', 'A', '47.128.62.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(443, '2025-11-12 05:23:45', 'W', '34.194.226.74', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(444, '2025-11-12 05:23:54', 'A', '47.128.120.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(445, '2025-11-12 05:24:09', 'W', '13.229.165.132', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(446, '2025-11-12 05:24:32', 'W', '98.80.130.239', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(447, '2025-11-12 05:24:35', 'W', '34.231.156.59', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(448, '2025-11-12 05:24:50', 'W', '44.206.65.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(449, '2025-11-12 05:24:56', 'W', '23.21.175.228', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(450, '2025-11-12 05:25:13', 'W', '98.82.40.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(451, '2025-11-12 05:25:14', 'W', '3.231.193.38', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(452, '2025-11-12 05:25:28', 'W', '44.213.36.21', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(453, '2025-11-12 05:25:47', 'A', '110.249.201.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(454, '2025-11-12 05:26:15', 'A', '110.249.202.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(455, '2025-11-12 05:26:30', 'A', '66.249.66.75', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(456, '2025-11-12 05:26:46', 'W', '43.173.180.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(457, '2025-11-12 05:26:50', 'W', '43.173.177.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(458, '2025-11-12 05:26:52', 'W', '43.173.177.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(459, '2025-11-12 05:27:01', 'A', '47.128.51.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(460, '2025-11-12 05:27:34', 'W', '44.194.139.149', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(461, '2025-11-12 05:27:50', 'A', '47.128.124.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(462, '2025-11-12 05:28:01', 'A', '47.128.36.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(463, '2025-11-12 05:28:40', 'W', '43.173.182.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(464, '2025-11-12 05:28:42', 'A', '47.128.18.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(465, '2025-11-12 05:29:39', 'A', '47.128.110.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(466, '2025-11-12 05:30:05', 'W', '52.167.144.157', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(467, '2025-11-12 05:30:12', 'W', '43.173.176.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(468, '2025-11-12 05:30:18', 'A', '47.128.60.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(469, '2025-11-12 05:30:18', 'W', '43.173.182.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(470, '2025-11-12 05:31:07', 'A', '47.128.63.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(471, '2025-11-12 05:31:16', 'A', '47.128.53.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(472, '2025-11-12 05:31:19', 'A', '111.225.148.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(473, '2025-11-12 05:31:22', 'W', '44.212.106.171', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(474, '2025-11-12 05:32:06', 'A', '47.128.52.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(475, '2025-11-12 05:32:32', 'A', '66.249.66.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(476, '2025-11-12 05:32:54', 'A', '47.128.25.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(477, '2025-11-12 05:33:20', 'W', '146.174.181.202', 'Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.343 Safari/534.10', 'Chrome', 'Unknown OS Platform'),
(478, '2025-11-12 05:33:23', 'W', '43.173.182.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(479, '2025-11-12 05:33:34', 'A', '47.128.22.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(480, '2025-11-12 05:33:36', 'W', '43.173.177.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(481, '2025-11-12 05:33:38', 'W', '43.173.182.238', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(482, '2025-11-12 05:33:44', 'A', '47.128.57.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(483, '2025-11-12 05:33:48', 'W', '43.173.177.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(484, '2025-11-12 05:34:06', 'W', '169.224.65.47', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36', 'Chrome', 'Windows XP'),
(485, '2025-11-12 05:34:14', 'W', '43.173.181.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(486, '2025-11-12 05:34:18', 'W', '190.239.159.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(487, '2025-11-12 05:34:21', 'W', '43.173.180.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(488, '2025-11-12 05:34:32', 'W', '43.173.181.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(489, '2025-11-12 05:34:32', 'A', '47.128.53.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(490, '2025-11-12 05:34:38', 'W', '43.173.174.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(491, '2025-11-12 05:34:44', 'W', '43.173.180.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(492, '2025-11-12 05:34:55', 'W', '43.173.180.240', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(493, '2025-11-12 05:35:13', 'A', '47.128.113.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(494, '2025-11-12 05:35:19', 'W', '170.245.16.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(495, '2025-11-12 05:35:22', 'A', '47.128.121.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(496, '2025-11-12 05:35:35', 'W', '37.239.54.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(497, '2025-11-12 05:36:01', 'A', '47.128.126.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(498, '2025-11-12 05:36:09', 'A', '47.128.98.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(499, '2025-11-12 05:36:10', 'W', '43.173.179.10', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(500, '2025-11-12 05:36:17', 'W', '43.173.178.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(501, '2025-11-12 05:36:23', 'W', '43.173.173.133', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(502, '2025-11-12 05:36:33', 'W', '43.173.181.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(503, '2025-11-12 05:36:42', 'W', '43.173.177.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(504, '2025-11-12 05:36:45', 'W', '18.214.124.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(505, '2025-11-12 05:36:49', 'W', '85.208.96.195', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(506, '2025-11-12 05:36:53', 'W', '23.23.103.31', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(507, '2025-11-12 05:36:58', 'A', '47.128.110.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(508, '2025-11-12 05:37:06', 'W', '43.173.173.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(509, '2025-11-12 05:37:20', 'W', '43.173.180.182', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(510, '2025-11-12 05:37:44', 'W', '123.20.227.214', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14', 'Chrome', 'Windows 8'),
(511, '2025-11-12 05:37:48', 'A', '47.128.115.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(512, '2025-11-12 05:38:28', 'A', '47.128.23.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(513, '2025-11-12 05:38:36', 'A', '47.128.19.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(514, '2025-11-12 05:39:09', 'A', '110.249.201.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(515, '2025-11-12 05:39:17', 'A', '47.128.50.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(516, '2025-11-12 05:39:25', 'A', '47.128.127.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(517, '2025-11-12 05:39:34', 'W', '43.173.173.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(518, '2025-11-12 05:39:49', 'W', '43.173.178.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(519, '2025-11-12 05:40:00', 'W', '43.173.175.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(520, '2025-11-12 05:40:03', 'W', '43.173.180.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(521, '2025-11-12 05:40:06', 'A', '47.128.125.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(522, '2025-11-12 05:40:06', 'W', '43.173.175.137', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(523, '2025-11-12 05:40:14', 'A', '47.128.20.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(524, '2025-11-12 05:40:17', 'W', '43.173.180.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(525, '2025-11-12 05:40:34', 'W', '40.77.167.123', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(526, '2025-11-12 05:40:55', 'A', '47.128.27.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(527, '2025-11-12 05:41:51', 'W', '43.173.177.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(528, '2025-11-12 05:41:56', 'W', '43.173.179.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(529, '2025-11-12 05:42:01', 'W', '43.173.180.71', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(530, '2025-11-12 05:42:36', 'W', '43.173.180.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(531, '2025-11-12 05:42:46', 'W', '43.173.180.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(532, '2025-11-12 05:43:22', 'A', '47.128.29.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(533, '2025-11-12 05:43:22', 'W', '34.224.132.215', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(534, '2025-11-12 05:43:52', 'W', '43.173.179.93', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(535, '2025-11-12 05:44:37', 'W', '18.233.24.238', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(536, '2025-11-12 05:44:47', 'W', '3.225.9.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(537, '2025-11-12 05:44:54', 'W', '54.235.158.162', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(538, '2025-11-12 05:44:57', 'W', '3.221.50.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(539, '2025-11-12 05:45:00', 'A', '47.128.20.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(540, '2025-11-12 05:45:07', 'W', '23.23.99.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(541, '2025-11-12 05:45:07', 'A', '47.128.50.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(542, '2025-11-12 05:45:13', 'W', '3.229.95.193', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(543, '2025-11-12 05:45:25', 'W', '52.4.229.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(544, '2025-11-12 05:45:33', 'W', '100.29.160.53', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(545, '2025-11-12 05:45:41', 'W', '52.45.29.57', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(546, '2025-11-12 05:45:46', 'W', '100.28.133.214', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(547, '2025-11-12 05:45:48', 'W', '43.173.175.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(548, '2025-11-12 05:45:51', 'A', '47.128.22.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(549, '2025-11-12 05:45:55', 'A', '47.128.32.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(550, '2025-11-12 05:46:10', 'W', '34.196.114.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(551, '2025-11-12 05:46:19', 'A', '66.249.66.36', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(552, '2025-11-12 05:46:53', 'W', '34.195.248.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(553, '2025-11-12 05:47:43', 'W', '44.213.202.136', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(554, '2025-11-12 05:48:03', 'W', '43.173.181.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(555, '2025-11-12 05:48:17', 'A', '47.128.126.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(556, '2025-11-12 05:48:21', 'A', '66.249.66.13', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(557, '2025-11-12 05:48:22', 'A', '47.128.39.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(558, '2025-11-12 05:48:23', 'W', '98.83.226.125', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(559, '2025-11-12 05:48:37', 'A', '110.249.201.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(560, '2025-11-12 05:49:06', 'A', '47.128.37.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(561, '2025-11-12 05:49:12', 'A', '47.128.40.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(562, '2025-11-12 05:49:42', 'W', '18.211.39.188', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(563, '2025-11-12 05:49:56', 'A', '47.128.18.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(564, '2025-11-12 05:50:24', 'W', '54.204.12.115', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(565, '2025-11-12 05:50:45', 'A', '47.128.118.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(566, '2025-11-12 05:50:48', 'A', '47.128.39.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(567, '2025-11-12 05:51:23', 'W', '3.216.86.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(568, '2025-11-12 05:51:27', 'W', '44.196.118.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(569, '2025-11-12 05:51:36', 'A', '47.128.39.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(570, '2025-11-12 05:51:37', 'A', '47.128.118.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(571, '2025-11-12 05:52:23', 'A', '47.128.59.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(572, '2025-11-12 05:52:25', 'A', '47.128.120.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(573, '2025-11-12 05:52:32', 'W', '52.5.232.250', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(574, '2025-11-12 05:52:39', 'W', '107.20.255.194', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(575, '2025-11-12 05:53:11', 'W', '54.209.100.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(576, '2025-11-12 05:53:11', 'A', '47.128.34.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(577, '2025-11-12 05:53:15', 'A', '47.128.126.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(578, '2025-11-12 05:53:37', 'W', '43.173.179.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(579, '2025-11-12 05:54:01', 'A', '47.128.59.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(580, '2025-11-12 05:54:03', 'A', '47.128.124.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(581, '2025-11-12 05:54:52', 'A', '47.128.62.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(582, '2025-11-12 05:55:39', 'A', '47.128.25.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(583, '2025-11-12 05:55:41', 'A', '47.128.47.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(584, '2025-11-12 05:55:47', 'A', '110.249.202.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(585, '2025-11-12 05:56:28', 'W', '54.91.122.193', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(586, '2025-11-12 05:56:30', 'A', '47.128.97.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(587, '2025-11-12 05:56:34', 'W', '35.172.125.172', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(588, '2025-11-12 05:56:48', 'W', '54.92.171.106', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(589, '2025-11-12 05:56:55', 'W', '43.173.177.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(590, '2025-11-12 05:57:12', 'W', '34.206.249.188', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(591, '2025-11-12 05:57:17', 'A', '47.128.40.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(592, '2025-11-12 05:57:19', 'A', '47.128.55.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(593, '2025-11-12 05:57:34', 'W', '98.82.38.120', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(594, '2025-11-12 05:58:06', 'A', '47.128.55.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(595, '2025-11-12 05:58:09', 'A', '47.128.117.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(596, '2025-11-12 05:58:25', 'W', '34.205.163.103', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(597, '2025-11-12 05:58:54', 'A', '47.128.57.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(598, '2025-11-12 05:58:57', 'A', '47.128.123.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(599, '2025-11-12 05:59:43', 'A', '47.128.118.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(600, '2025-11-12 05:59:46', 'A', '47.128.61.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(601, '2025-11-12 06:00:24', 'A', '66.249.66.201', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(602, '2025-11-12 06:00:27', 'W', '40.77.167.41', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(603, '2025-11-12 06:00:32', 'A', '47.128.29.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(604, '2025-11-12 06:01:27', 'W', '185.191.171.1', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(605, '2025-11-12 06:01:40', 'A', '111.225.149.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(606, '2025-11-12 06:02:13', 'W', '35.153.86.200', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(607, '2025-11-12 06:02:14', 'A', '47.128.125.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(608, '2025-11-12 06:03:49', 'A', '47.128.113.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(609, '2025-11-12 06:04:41', 'A', '47.128.52.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(610, '2025-11-12 06:04:42', 'A', '47.128.45.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(611, '2025-11-12 06:06:17', 'A', '47.128.38.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(612, '2025-11-12 06:06:20', 'A', '47.128.39.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(613, '2025-11-12 06:07:54', 'A', '47.128.51.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(614, '2025-11-12 06:07:58', 'A', '47.128.63.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(615, '2025-11-12 06:08:40', 'A', '110.249.201.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(616, '2025-11-12 06:08:47', 'A', '47.128.27.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(617, '2025-11-12 06:09:03', 'W', '40.77.167.14', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(618, '2025-11-12 06:09:29', 'A', '66.249.66.200', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(619, '2025-11-12 06:09:36', 'A', '47.128.23.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(620, '2025-11-12 06:10:25', 'A', '47.128.21.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(621, '2025-11-12 06:11:07', 'W', '185.191.171.7', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(622, '2025-11-12 06:11:09', 'A', '47.128.119.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(623, '2025-11-12 06:11:15', 'A', '47.128.23.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(624, '2025-11-12 06:11:17', 'W', '145.239.66.34', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(625, '2025-11-12 06:11:46', 'W', '184.73.35.182', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(626, '2025-11-12 06:11:58', 'A', '47.128.28.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(627, '2025-11-12 06:12:02', 'W', '44.207.252.58', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(628, '2025-11-12 06:12:04', 'A', '47.128.62.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(629, '2025-11-12 06:12:25', 'W', '3.208.156.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(630, '2025-11-12 06:12:30', 'W', '100.28.44.58', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(631, '2025-11-12 06:12:48', 'A', '47.128.22.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(632, '2025-11-12 06:12:52', 'W', '100.29.34.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(633, '2025-11-12 06:13:15', 'W', '44.221.180.179', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(634, '2025-11-12 06:13:16', 'W', '54.80.73.122', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(635, '2025-11-12 06:13:37', 'A', '47.128.99.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(636, '2025-11-12 06:14:09', 'W', '54.147.80.137', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(637, '2025-11-12 06:14:26', 'A', '47.128.116.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(638, '2025-11-12 06:15:26', 'W', '68.183.187.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(639, '2025-11-12 06:15:42', 'W', '52.7.13.143', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(640, '2025-11-12 06:15:45', 'W', '143.198.198.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(641, '2025-11-12 06:15:45', 'W', '44.209.35.147', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(642, '2025-11-12 06:15:57', 'W', '143.198.198.128', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(643, '2025-11-12 06:15:58', 'W', '51.75.128.89', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(644, '2025-11-12 06:16:04', 'A', '47.128.98.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(645, '2025-11-12 06:16:06', 'W', '3.210.29.96', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(646, '2025-11-12 06:16:09', 'A', '47.128.32.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(647, '2025-11-12 06:16:33', 'W', '50.16.248.61', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(648, '2025-11-12 06:16:56', 'W', '3.222.190.107', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(649, '2025-11-12 06:16:59', 'W', '54.225.81.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(650, '2025-11-12 06:17:09', 'W', '52.45.92.83', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(651, '2025-11-12 06:17:14', 'W', '54.85.109.140', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(652, '2025-11-12 06:17:58', 'A', '110.249.202.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(653, '2025-11-12 06:18:38', 'A', '47.128.117.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(654, '2025-11-12 06:19:20', 'A', '47.128.51.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(655, '2025-11-12 06:19:20', 'W', '52.167.144.235', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(656, '2025-11-12 06:20:59', 'A', '47.128.119.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(657, '2025-11-12 06:21:04', 'A', '47.128.99.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(658, '2025-11-12 06:21:47', 'A', '47.128.98.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(659, '2025-11-12 06:21:53', 'A', '47.128.119.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(660, '2025-11-12 06:22:26', 'W', '50.19.221.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(661, '2025-11-12 06:22:31', 'W', '52.4.76.156', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(662, '2025-11-12 06:23:01', 'W', '34.231.77.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(663, '2025-11-12 06:23:33', 'W', '18.232.12.157', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(664, '2025-11-12 06:23:57', 'W', '98.82.39.241', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(665, '2025-11-12 06:23:59', 'W', '34.204.150.196', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(666, '2025-11-12 06:24:09', 'W', '3.208.146.193', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(667, '2025-11-12 06:24:44', 'W', '34.233.114.237', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(668, '2025-11-12 06:25:02', 'W', '54.156.124.2', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(669, '2025-11-12 06:25:03', 'A', '47.128.56.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(670, '2025-11-12 06:25:09', 'A', '47.128.24.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(671, '2025-11-12 06:25:51', 'A', '47.128.33.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(672, '2025-11-12 06:25:58', 'W', '52.204.253.129', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(673, '2025-11-12 06:26:19', 'W', '184.72.95.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(674, '2025-11-12 06:26:23', 'W', '43.173.179.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(675, '2025-11-12 06:26:31', 'W', '18.215.77.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(676, '2025-11-12 06:26:34', 'W', '43.173.182.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(677, '2025-11-12 06:26:37', 'W', '43.173.173.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(678, '2025-11-12 06:26:40', 'A', '47.128.20.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(679, '2025-11-12 06:26:43', 'W', '43.173.178.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(680, '2025-11-12 06:26:46', 'A', '47.128.40.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(681, '2025-11-12 06:26:49', 'W', '100.28.57.133', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(682, '2025-11-12 06:26:50', 'W', '167.148.117.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(683, '2025-11-12 06:26:52', 'W', '43.173.178.127', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(684, '2025-11-12 06:26:57', 'W', '52.22.87.224', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(685, '2025-11-12 06:26:59', 'W', '43.173.179.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(686, '2025-11-12 06:27:13', 'W', '18.211.148.239', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(687, '2025-11-12 06:27:29', 'A', '47.128.36.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(688, '2025-11-12 06:27:35', 'A', '47.128.115.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(689, '2025-11-12 06:28:19', 'A', '47.128.26.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(690, '2025-11-12 06:28:24', 'A', '47.128.23.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(691, '2025-11-12 06:28:50', 'W', '43.173.177.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(692, '2025-11-12 06:28:56', 'W', '43.173.177.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(693, '2025-11-12 06:29:07', 'A', '47.128.127.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(694, '2025-11-12 06:29:56', 'A', '47.128.22.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(695, '2025-11-12 06:30:02', 'A', '47.128.121.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(696, '2025-11-12 06:30:45', 'A', '47.128.29.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(697, '2025-11-12 06:30:50', 'A', '47.128.21.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(698, '2025-11-12 06:31:28', 'W', '101.46.2.232', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(699, '2025-11-12 06:31:51', 'A', '110.249.201.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(700, '2025-11-12 06:32:15', 'W', '35.189.138.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(701, '2025-11-12 06:32:24', 'A', '47.128.19.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(702, '2025-11-12 06:33:12', 'A', '47.128.126.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(703, '2025-11-12 06:33:18', 'A', '47.128.63.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(704, '2025-11-12 06:34:01', 'A', '47.128.48.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(705, '2025-11-12 06:34:26', 'A', '66.249.66.12', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(706, '2025-11-12 06:34:49', 'W', '43.173.179.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(707, '2025-11-12 06:34:52', 'W', '43.173.182.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(708, '2025-11-12 06:34:55', 'A', '47.128.33.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(709, '2025-11-12 06:34:59', 'W', '43.173.178.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(710, '2025-11-12 06:35:12', 'W', '43.173.175.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(711, '2025-11-12 06:35:44', 'A', '47.128.99.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(712, '2025-11-12 06:35:49', 'W', '43.173.180.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(713, '2025-11-12 06:36:02', 'W', '43.173.176.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(714, '2025-11-12 06:36:11', 'W', '43.173.180.245', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(715, '2025-11-12 06:36:28', 'W', '43.173.175.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(716, '2025-11-12 06:36:55', 'W', '43.173.180.45', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(717, '2025-11-12 06:36:59', 'W', '111.119.48.226', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(718, '2025-11-12 06:37:00', 'W', '189.31.244.15', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(719, '2025-11-12 06:37:03', 'W', '43.173.177.10', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(720, '2025-11-12 06:37:06', 'W', '189.169.125.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(721, '2025-11-12 06:37:56', 'W', '43.173.182.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(722, '2025-11-12 06:38:05', 'W', '34.234.197.175', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(723, '2025-11-12 06:38:23', 'W', '45.171.19.221', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(724, '2025-11-12 06:39:49', 'A', '47.128.35.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(725, '2025-11-12 06:39:55', 'W', '40.77.167.70', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(726, '2025-11-12 06:40:09', 'W', '43.173.173.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(727, '2025-11-12 06:40:12', 'W', '43.173.180.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(728, '2025-11-12 06:40:34', 'A', '47.128.126.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(729, '2025-11-12 06:41:13', 'W', '52.167.144.161', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(730, '2025-11-12 06:41:16', 'W', '43.173.180.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(731, '2025-11-12 06:41:24', 'A', '47.128.116.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(732, '2025-11-12 06:41:27', 'A', '47.128.28.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(733, '2025-11-12 06:42:02', 'W', '52.22.64.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(734, '2025-11-12 06:42:32', 'W', '8.217.181.0', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(735, '2025-11-12 06:42:48', 'W', '43.173.175.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(736, '2025-11-12 06:42:57', 'W', '43.173.179.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(737, '2025-11-12 06:43:02', 'A', '47.128.30.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(738, '2025-11-12 06:43:05', 'A', '47.128.24.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(739, '2025-11-12 06:43:50', 'A', '47.128.37.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(740, '2025-11-12 06:43:54', 'A', '47.128.27.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(741, '2025-11-12 06:44:40', 'A', '47.128.37.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(742, '2025-11-12 06:44:44', 'A', '47.128.37.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(743, '2025-11-12 06:44:46', 'W', '52.2.83.227', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(744, '2025-11-12 06:44:55', 'W', '147.135.214.95', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(745, '2025-11-12 06:44:55', 'A', '110.249.201.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(746, '2025-11-12 06:45:04', 'W', '43.173.177.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(747, '2025-11-12 06:45:26', 'W', '52.167.144.228', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(748, '2025-11-12 06:45:32', 'A', '47.128.23.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(749, '2025-11-12 06:46:17', 'A', '47.128.20.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(750, '2025-11-12 06:46:43', 'W', '43.173.179.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(751, '2025-11-12 06:46:54', 'W', '43.173.181.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(752, '2025-11-12 06:47:02', 'W', '196.190.112.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(753, '2025-11-12 06:47:11', 'A', '47.128.48.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(754, '2025-11-12 06:47:55', 'A', '47.128.110.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(755, '2025-11-12 06:48:03', 'W', '52.44.148.203', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(756, '2025-11-12 06:48:15', 'W', '52.200.58.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(757, '2025-11-12 06:48:48', 'A', '47.128.61.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(758, '2025-11-12 06:49:34', 'A', '47.128.16.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(759, '2025-11-12 06:50:23', 'A', '47.128.113.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(760, '2025-11-12 06:50:26', 'A', '47.128.41.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(761, '2025-11-12 06:50:33', 'W', '8.217.211.174', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(762, '2025-11-12 06:50:49', 'W', '52.71.216.196', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(763, '2025-11-12 06:50:58', 'W', '44.215.231.15', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(764, '2025-11-12 06:51:10', 'W', '184.73.239.35', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(765, '2025-11-12 06:51:54', 'W', '18.210.58.238', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(766, '2025-11-12 06:52:04', 'A', '47.128.56.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(767, '2025-11-12 06:52:04', 'A', '47.128.58.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(768, '2025-11-12 06:52:18', 'W', '44.215.235.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(769, '2025-11-12 06:52:27', 'W', '100.24.167.60', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(770, '2025-11-12 06:52:50', 'A', '47.128.35.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(771, '2025-11-12 06:52:50', 'A', '111.225.149.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(772, '2025-11-12 06:52:51', 'W', '18.204.152.114', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(773, '2025-11-12 06:52:53', 'A', '47.128.16.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(774, '2025-11-12 06:53:16', 'W', '54.156.248.117', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(775, '2025-11-12 06:53:18', 'W', '44.217.177.142', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(776, '2025-11-12 06:53:24', 'W', '54.88.84.219', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(777, '2025-11-12 06:53:31', 'W', '18.215.24.66', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(778, '2025-11-12 06:53:43', 'W', '18.214.251.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(779, '2025-11-12 06:53:59', 'W', '174.138.27.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(780, '2025-11-12 06:54:01', 'W', '35.169.240.53', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(781, '2025-11-12 06:54:03', 'W', '209.97.173.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(782, '2025-11-12 06:54:09', 'W', '98.84.70.201', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(783, '2025-11-12 06:54:22', 'W', '52.1.106.130', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(784, '2025-11-12 06:54:43', 'W', '43.173.180.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(785, '2025-11-12 06:54:44', 'W', '44.195.145.102', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(786, '2025-11-12 06:54:46', 'W', '43.173.178.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(787, '2025-11-12 06:54:50', 'W', '3.221.244.28', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(788, '2025-11-12 06:54:52', 'W', '169.224.21.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(789, '2025-11-12 06:54:59', 'W', '44.223.116.149', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(790, '2025-11-12 06:55:10', 'W', '52.6.97.88', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(791, '2025-11-12 06:55:17', 'A', '47.128.50.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(792, '2025-11-12 06:55:27', 'A', '66.249.66.77', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(793, '2025-11-12 06:56:07', 'W', '18.205.213.231', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(794, '2025-11-12 06:56:10', 'A', '47.128.118.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(795, '2025-11-12 06:57:10', 'W', '52.204.89.12', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(796, '2025-11-12 06:57:46', 'W', '52.45.15.233', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(797, '2025-11-12 06:57:48', 'A', '47.128.38.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(798, '2025-11-12 06:58:21', 'W', '3.213.85.234', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(799, '2025-11-12 06:58:33', 'A', '47.128.19.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(800, '2025-11-12 06:58:57', 'W', '98.84.131.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(801, '2025-11-12 06:59:22', 'A', '47.128.60.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(802, '2025-11-12 07:00:17', 'W', '44.206.93.215', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(803, '2025-11-12 07:01:21', 'W', '18.208.11.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(804, '2025-11-12 07:03:26', 'A', '47.128.30.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(805, '2025-11-12 07:03:50', 'W', '51.68.247.214', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(806, '2025-11-12 07:04:18', 'A', '47.128.28.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(807, '2025-11-12 07:04:25', 'W', '8.217.212.167', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(808, '2025-11-12 07:05:04', 'A', '47.128.44.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(809, '2025-11-12 07:05:07', 'A', '47.128.23.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(810, '2025-11-12 07:05:16', 'W', '51.68.236.69', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(811, '2025-11-12 07:05:53', 'A', '47.128.127.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(812, '2025-11-12 07:06:43', 'A', '47.128.21.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(813, '2025-11-12 07:06:45', 'A', '47.128.119.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(814, '2025-11-12 07:07:00', 'A', '110.249.202.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(815, '2025-11-12 07:07:33', 'A', '47.128.113.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(816, '2025-11-12 07:07:34', 'A', '47.128.53.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(817, '2025-11-12 07:08:24', 'A', '47.128.19.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(818, '2025-11-12 07:08:39', 'A', '110.249.201.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(819, '2025-11-12 07:09:10', 'A', '47.128.19.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(820, '2025-11-12 07:09:13', 'A', '47.128.22.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(821, '2025-11-12 07:10:03', 'A', '47.128.96.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(822, '2025-11-12 07:10:10', 'W', '44.205.120.22', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(823, '2025-11-12 07:10:13', 'A', '110.249.202.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(824, '2025-11-12 07:10:25', 'W', '54.197.178.107', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(825, '2025-11-12 07:10:46', 'W', '54.83.56.1', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(826, '2025-11-12 07:10:48', 'A', '47.128.30.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(827, '2025-11-12 07:10:49', 'W', '52.6.5.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(828, '2025-11-12 07:10:51', 'A', '47.128.31.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(829, '2025-11-12 07:11:40', 'A', '47.128.61.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(830, '2025-11-12 07:12:14', 'W', '34.236.185.101', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(831, '2025-11-12 07:12:26', 'A', '47.128.97.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(832, '2025-11-12 07:12:30', 'A', '47.128.112.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(833, '2025-11-12 07:13:15', 'A', '47.128.18.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(834, '2025-11-12 07:13:31', 'A', '110.249.202.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(835, '2025-11-12 07:14:23', 'W', '213.180.203.254', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(836, '2025-11-12 07:14:42', 'W', '3.225.45.252', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(837, '2025-11-12 07:15:11', 'A', '110.249.202.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(838, '2025-11-12 07:15:41', 'A', '47.128.59.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(839, '2025-11-12 07:15:42', 'W', '52.4.238.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(840, '2025-11-12 07:15:48', 'A', '47.128.125.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(841, '2025-11-12 07:15:55', 'W', '185.191.171.9', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(842, '2025-11-12 07:16:30', 'A', '47.128.97.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(843, '2025-11-12 07:16:33', 'W', '5.255.231.123', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(844, '2025-11-12 07:16:33', 'W', '95.108.213.238', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(845, '2025-11-12 07:16:33', 'W', '35.174.141.243', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(846, '2025-11-12 07:16:37', 'A', '47.128.42.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(847, '2025-11-12 07:16:38', 'W', '34.236.41.241', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(848, '2025-11-12 07:16:43', 'W', '54.159.18.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(849, '2025-11-12 07:17:20', 'A', '47.128.43.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(850, '2025-11-12 07:17:25', 'A', '47.128.16.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(851, '2025-11-12 07:18:09', 'A', '47.128.123.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(852, '2025-11-12 07:18:15', 'A', '47.128.56.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(853, '2025-11-12 07:18:34', 'A', '110.249.201.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(854, '2025-11-12 07:19:04', 'A', '47.128.29.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(855, '2025-11-12 07:19:35', 'A', '110.249.202.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(856, '2025-11-12 07:19:42', 'W', '52.2.58.41', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(857, '2025-11-12 07:19:48', 'W', '128.199.254.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(858, '2025-11-12 07:19:58', 'A', '66.249.66.166', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(859, '2025-11-12 07:20:12', 'W', '18.214.238.178', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(860, '2025-11-12 07:20:14', 'W', '54.198.33.233', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(861, '2025-11-12 07:20:29', 'W', '52.6.232.201', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(862, '2025-11-12 07:21:06', 'W', '18.213.163.146', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(863, '2025-11-12 07:22:27', 'W', '43.173.180.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(864, '2025-11-12 07:22:32', 'W', '43.173.182.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(865, '2025-11-12 07:22:37', 'W', '50.16.216.166', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(866, '2025-11-12 07:22:41', 'W', '3.213.46.222', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(867, '2025-11-12 07:22:46', 'W', '3.211.181.86', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(868, '2025-11-12 07:23:30', 'W', '43.173.182.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(869, '2025-11-12 07:23:35', 'W', '43.173.177.71', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(870, '2025-11-12 07:24:41', 'A', '47.128.18.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(871, '2025-11-12 07:24:46', 'A', '47.128.111.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(872, '2025-11-12 07:25:05', 'A', '110.249.202.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(873, '2025-11-12 07:25:29', 'W', '100.27.153.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(874, '2025-11-12 07:25:33', 'A', '110.249.201.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(875, '2025-11-12 07:26:15', 'W', '43.173.177.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(876, '2025-11-12 07:26:22', 'W', '43.173.176.85', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(877, '2025-11-12 07:26:24', 'A', '47.128.52.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(878, '2025-11-12 07:26:29', 'W', '43.173.178.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(879, '2025-11-12 07:26:41', 'W', '23.22.59.87', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(880, '2025-11-12 07:26:45', 'W', '43.173.179.60', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(881, '2025-11-12 07:27:13', 'A', '47.128.39.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(882, '2025-11-12 07:27:29', 'W', '54.156.55.147', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(883, '2025-11-12 07:27:51', 'A', '111.225.149.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(884, '2025-11-12 07:28:02', 'A', '47.128.19.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(885, '2025-11-12 07:28:08', 'W', '43.173.175.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(886, '2025-11-12 07:28:18', 'W', '43.173.177.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(887, '2025-11-12 07:28:21', 'W', '119.8.165.242', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(888, '2025-11-12 07:28:22', 'W', '54.161.116.59', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(889, '2025-11-12 07:28:30', 'W', '43.173.179.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(890, '2025-11-12 07:28:33', 'W', '98.83.10.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(891, '2025-11-12 07:28:34', 'W', '43.173.173.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(892, '2025-11-12 07:28:41', 'W', '43.173.175.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(893, '2025-11-12 07:29:39', 'A', '47.128.54.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(894, '2025-11-12 07:29:59', 'W', '43.173.178.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(895, '2025-11-12 07:30:56', 'W', '43.173.182.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(896, '2025-11-12 07:31:05', 'W', '43.173.181.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(897, '2025-11-12 07:31:07', 'W', '43.173.173.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(898, '2025-11-12 07:31:17', 'W', '43.173.178.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(899, '2025-11-12 07:31:18', 'A', '47.128.49.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(900, '2025-11-12 07:32:07', 'A', '47.128.56.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(901, '2025-11-12 07:33:04', 'W', '45.236.254.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(902, '2025-11-12 07:33:10', 'W', '43.173.180.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(903, '2025-11-12 07:34:07', 'W', '3.213.213.161', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(904, '2025-11-12 07:34:11', 'W', '44.195.155.196', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(905, '2025-11-12 07:34:25', 'W', '128.199.190.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(906, '2025-11-12 07:34:27', 'W', '14.245.64.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/524.34', 'Chrome', 'Mac OS X'),
(907, '2025-11-12 07:35:24', 'A', '47.128.110.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(908, '2025-11-12 07:35:38', 'W', '14.191.205.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(909, '2025-11-12 07:35:38', 'W', '43.173.181.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(910, '2025-11-12 07:35:55', 'W', '45.188.166.186', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(911, '2025-11-12 07:36:32', 'W', '189.37.78.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Mac OS X'),
(912, '2025-11-12 07:36:56', 'A', '47.128.125.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(913, '2025-11-12 07:37:02', 'W', '43.173.173.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(914, '2025-11-12 07:37:03', 'A', '47.128.116.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(915, '2025-11-12 07:37:10', 'W', '35.169.102.85', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(916, '2025-11-12 07:37:18', 'W', '43.173.173.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(917, '2025-11-12 07:37:21', 'W', '187.109.131.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(918, '2025-11-12 07:37:46', 'A', '47.128.48.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(919, '2025-11-12 07:37:51', 'A', '47.128.112.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(920, '2025-11-12 07:37:54', 'W', '152.42.161.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(921, '2025-11-12 07:37:55', 'W', '146.174.184.244', 'Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8', 'Firefox', 'Ubuntu'),
(922, '2025-11-12 07:38:03', 'W', '201.22.32.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(923, '2025-11-12 07:39:28', 'A', '47.128.38.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(924, '2025-11-12 07:40:00', 'W', '43.173.180.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(925, '2025-11-12 07:40:08', 'W', '43.173.179.194', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(926, '2025-11-12 07:40:12', 'A', '47.128.44.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(927, '2025-11-12 07:40:15', 'W', '43.173.178.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(928, '2025-11-12 07:40:19', 'W', '43.173.178.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(929, '2025-11-12 07:41:01', 'A', '47.128.127.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(930, '2025-11-12 07:41:06', 'A', '47.128.125.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(931, '2025-11-12 07:41:57', 'W', '54.162.69.192', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(932, '2025-11-12 07:42:04', 'W', '54.84.250.51', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(933, '2025-11-12 07:42:06', 'W', '52.167.144.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(934, '2025-11-12 07:42:13', 'W', '18.213.102.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(935, '2025-11-12 07:42:45', 'W', '43.173.175.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(936, '2025-11-12 07:42:47', 'A', '47.128.25.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(937, '2025-11-12 07:42:57', 'W', '43.173.180.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(938, '2025-11-12 07:43:07', 'W', '43.173.178.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(939, '2025-11-12 07:43:30', 'A', '47.128.48.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(940, '2025-11-12 07:43:33', 'A', '47.128.21.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(941, '2025-11-12 07:44:21', 'A', '47.128.63.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(942, '2025-11-12 07:44:23', 'A', '47.128.63.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(943, '2025-11-12 07:44:34', 'W', '54.163.136.244', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(944, '2025-11-12 07:45:06', 'A', '47.128.37.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(945, '2025-11-12 07:45:12', 'A', '47.128.63.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(946, '2025-11-12 07:45:27', 'W', '44.209.187.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(947, '2025-11-12 07:45:59', 'W', '35.171.141.42', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(948, '2025-11-12 07:46:10', 'W', '34.235.239.240', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(949, '2025-11-12 07:46:17', 'W', '54.235.191.179', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(950, '2025-11-12 07:46:22', 'W', '34.194.233.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(951, '2025-11-12 07:47:38', 'A', '47.128.28.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(952, '2025-11-12 07:47:50', 'W', '184.73.167.217', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(953, '2025-11-12 07:47:56', 'W', '34.196.237.236', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(954, '2025-11-12 07:48:34', 'W', '52.203.237.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(955, '2025-11-12 07:49:35', 'W', '3.215.221.125', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(956, '2025-11-12 07:50:02', 'A', '110.249.202.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(957, '2025-11-12 07:50:54', 'W', '44.217.255.167', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(958, '2025-11-12 07:51:00', 'W', '3.94.157.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(959, '2025-11-12 07:51:23', 'W', '54.84.147.79', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(960, '2025-11-12 07:51:38', 'W', '18.215.112.101', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(961, '2025-11-12 07:52:29', 'A', '47.128.97.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(962, '2025-11-12 07:52:34', 'W', '52.200.54.136', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(963, '2025-11-12 07:52:35', 'A', '47.128.124.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(964, '2025-11-12 07:53:03', 'W', '52.204.174.139', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(965, '2025-11-12 07:53:38', 'W', '43.132.65.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(966, '2025-11-12 07:54:30', 'W', '3.209.174.110', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(967, '2025-11-12 07:54:33', 'A', '110.249.201.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(968, '2025-11-12 07:54:59', 'W', '18.207.89.138', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(969, '2025-11-12 07:55:27', 'W', '54.225.199.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(970, '2025-11-12 07:55:38', 'W', '52.3.26.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(971, '2025-11-12 07:55:43', 'W', '34.196.6.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(972, '2025-11-12 07:56:08', 'W', '44.210.204.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(973, '2025-11-12 07:56:17', 'W', '54.166.126.132', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(974, '2025-11-12 07:56:44', 'W', '3.223.181.32', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(975, '2025-11-12 07:57:02', 'A', '110.249.202.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(976, '2025-11-12 07:57:29', 'A', '47.128.120.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(977, '2025-11-12 07:57:45', 'W', '3.215.59.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(978, '2025-11-12 07:58:13', 'W', '98.83.178.66', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(979, '2025-11-12 07:58:49', 'W', '98.82.214.73', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(980, '2025-11-12 07:59:30', 'W', '52.167.144.201', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(981, '2025-11-12 07:59:51', 'A', '47.128.41.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(982, '2025-11-12 07:59:59', 'A', '110.249.201.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(983, '2025-11-12 08:01:35', 'A', '47.128.118.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(984, '2025-11-12 08:02:24', 'A', '47.128.34.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(985, '2025-11-12 08:03:07', 'A', '47.128.52.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(986, '2025-11-12 08:03:13', 'A', '47.128.51.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(987, '2025-11-12 08:03:55', 'A', '47.128.30.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(988, '2025-11-12 08:04:02', 'A', '47.128.47.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(989, '2025-11-12 08:04:51', 'A', '47.128.63.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(990, '2025-11-12 08:05:00', 'W', '40.77.167.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(991, '2025-11-12 08:05:33', 'A', '47.128.53.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(992, '2025-11-12 08:05:40', 'A', '47.128.50.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(993, '2025-11-12 08:05:50', 'W', '115.133.215.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(994, '2025-11-12 08:06:22', 'A', '47.128.29.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(995, '2025-11-12 08:06:29', 'A', '47.128.20.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(996, '2025-11-12 08:09:01', 'A', '110.249.201.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(997, '2025-11-12 08:09:45', 'A', '110.249.201.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(998, '2025-11-12 08:16:02', 'W', '40.77.167.7', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(999, '2025-11-12 08:19:09', 'W', '52.203.65.83', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1000, '2025-11-12 08:19:18', 'A', '66.249.66.168', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1001, '2025-11-12 08:19:26', 'A', '47.128.125.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1002, '2025-11-12 08:20:24', 'A', '47.128.40.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1003, '2025-11-12 08:21:54', 'W', '52.54.15.103', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1004, '2025-11-12 08:21:58', 'W', '23.21.119.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1005, '2025-11-12 08:22:01', 'W', '18.204.89.56', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1006, '2025-11-12 08:22:42', 'A', '47.128.39.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1007, '2025-11-12 08:24:56', 'W', '100.28.204.82', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1008, '2025-11-12 08:25:10', 'W', '34.225.24.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1009, '2025-11-12 08:26:25', 'A', '110.249.202.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1010, '2025-11-12 08:27:03', 'W', '44.207.207.36', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1011, '2025-11-12 08:27:30', 'W', '44.216.172.204', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1012, '2025-11-12 08:28:25', 'A', '47.128.62.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1013, '2025-11-12 08:28:36', 'A', '47.128.21.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1014, '2025-11-12 08:28:47', 'W', '44.205.180.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1015, '2025-11-12 08:30:07', 'W', '100.25.120.246', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1016, '2025-11-12 08:30:23', 'W', '52.44.229.124', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1017, '2025-11-12 08:30:30', 'W', '3.221.222.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1018, '2025-11-12 08:30:34', 'W', '18.235.158.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1019, '2025-11-12 08:30:53', 'A', '47.128.44.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1020, '2025-11-12 08:31:14', 'W', '3.229.2.217', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1021, '2025-11-12 08:31:43', 'A', '47.128.99.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1022, '2025-11-12 08:31:51', 'A', '47.128.48.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1023, '2025-11-12 08:31:56', 'A', '111.225.148.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1024, '2025-11-12 08:32:04', 'W', '135.181.180.59', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(1025, '2025-11-12 08:32:41', 'W', '54.235.172.108', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1026, '2025-11-12 08:32:50', 'W', '177.137.116.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(1027, '2025-11-12 08:33:20', 'A', '47.128.45.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1028, '2025-11-12 08:33:29', 'A', '47.128.57.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1029, '2025-11-12 08:33:31', 'A', '66.249.66.167', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1030, '2025-11-12 08:34:08', 'A', '47.128.33.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1031, '2025-11-12 08:34:09', 'W', '18.232.11.247', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1032, '2025-11-12 08:34:13', 'W', '107.22.208.39', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1033, '2025-11-12 08:34:42', 'A', '110.249.202.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1034, '2025-11-12 08:35:05', 'A', '110.249.202.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1035, '2025-11-12 08:35:07', 'A', '47.128.45.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1036, '2025-11-12 08:35:56', 'A', '47.128.53.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1037, '2025-11-12 08:36:51', 'W', '200.233.42.78', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Windows 7'),
(1038, '2025-11-12 08:36:52', 'W', '159.223.95.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1039, '2025-11-12 08:37:25', 'A', '47.128.98.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1040, '2025-11-12 08:37:25', 'W', '44.223.115.10', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1041, '2025-11-12 08:37:41', 'W', '157.100.134.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(1042, '2025-11-12 08:38:13', 'A', '47.128.45.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1043, '2025-11-12 08:38:23', 'A', '47.128.98.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1044, '2025-11-12 08:39:04', 'A', '47.128.37.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1045, '2025-11-12 08:41:32', 'A', '47.128.22.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1046, '2025-11-12 08:41:40', 'A', '47.128.123.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1047, '2025-11-12 08:44:00', 'A', '47.128.111.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1048, '2025-11-12 08:44:08', 'A', '47.128.115.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1049, '2025-11-12 08:44:53', 'W', '44.205.192.249', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1050, '2025-11-12 08:46:29', 'A', '47.128.49.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1051, '2025-11-12 08:46:46', 'W', '34.224.9.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1052, '2025-11-12 08:49:19', 'W', '3.217.171.106', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1053, '2025-11-12 08:49:33', 'W', '23.21.148.226', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1054, '2025-11-12 08:49:51', 'A', '47.128.61.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1055, '2025-11-12 08:50:13', 'W', '38.18.1.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36', 'Chrome', 'Windows 10'),
(1056, '2025-11-12 08:51:50', 'W', '52.204.81.148', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1057, '2025-11-12 08:51:59', 'W', '3.93.211.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1058, '2025-11-12 08:52:02', 'W', '18.207.79.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1059, '2025-11-12 08:52:38', 'A', '66.249.66.76', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1060, '2025-11-12 08:53:30', 'W', '54.84.102.81', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1061, '2025-11-12 08:53:54', 'A', '110.249.202.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1062, '2025-11-12 08:53:56', 'A', '47.128.121.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1063, '2025-11-12 08:53:57', 'W', '3.93.98.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1064, '2025-11-12 08:54:37', 'A', '47.128.26.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1065, '2025-11-12 08:56:55', 'W', '52.0.105.244', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1066, '2025-11-12 08:57:28', 'A', '110.249.201.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1067, '2025-11-12 08:59:40', 'A', '47.128.28.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1068, '2025-11-12 09:00:56', 'W', '52.7.33.248', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1069, '2025-11-12 09:01:16', 'A', '47.128.45.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1070, '2025-11-12 09:02:05', 'A', '47.128.31.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1071, '2025-11-12 09:02:08', 'W', '54.225.148.123', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1072, '2025-11-12 09:04:51', 'A', '110.249.202.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1073, '2025-11-12 09:04:53', 'W', '3.223.134.5', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1074, '2025-11-12 09:05:23', 'A', '47.128.18.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1075, '2025-11-12 09:06:51', 'A', '47.128.19.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1076, '2025-11-12 09:06:52', 'A', '110.249.201.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1077, '2025-11-12 09:09:07', 'A', '47.128.22.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1078, '2025-11-12 09:09:56', 'A', '47.128.43.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1079, '2025-11-12 09:11:35', 'A', '47.128.27.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1080, '2025-11-12 09:12:23', 'A', '47.128.120.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1081, '2025-11-12 09:12:23', 'A', '47.128.63.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1082, '2025-11-12 09:12:23', 'W', '213.180.203.238', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(1083, '2025-11-12 09:12:25', 'W', '95.108.213.99', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(1084, '2025-11-12 09:12:26', 'W', '87.250.224.108', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(1085, '2025-11-12 09:13:12', 'A', '47.128.29.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1086, '2025-11-12 09:14:00', 'A', '47.128.28.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1087, '2025-11-12 09:14:01', 'A', '47.128.62.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1088, '2025-11-12 09:14:51', 'A', '47.128.53.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1089, '2025-11-12 09:15:05', 'A', '110.249.202.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1090, '2025-11-12 09:16:27', 'A', '47.128.27.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1091, '2025-11-12 09:17:19', 'A', '47.128.58.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1092, '2025-11-12 09:18:06', 'A', '47.128.97.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1093, '2025-11-12 09:18:55', 'A', '47.128.55.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1094, '2025-11-12 09:18:55', 'A', '47.128.43.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1095, '2025-11-12 09:19:20', 'A', '110.249.201.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1096, '2025-11-12 09:22:21', 'W', '44.218.170.184', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1097, '2025-11-12 09:22:25', 'W', '34.193.2.57', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1098, '2025-11-12 09:23:00', 'A', '47.128.41.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1099, '2025-11-12 09:24:25', 'W', '18.213.27.222', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1100, '2025-11-12 09:28:34', 'W', '3.94.40.182', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1101, '2025-11-12 09:29:00', 'W', '44.209.89.189', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1102, '2025-11-12 09:29:25', 'W', '100.28.118.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1103, '2025-11-12 09:30:31', 'W', '44.221.37.41', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1104, '2025-11-12 09:30:38', 'W', '34.239.197.197', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1105, '2025-11-12 09:31:38', 'W', '52.45.77.169', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1106, '2025-11-12 09:31:46', 'W', '44.214.19.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1107, '2025-11-12 09:32:25', 'A', '110.249.201.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1108, '2025-11-12 09:32:49', 'W', '34.194.165.45', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1109, '2025-11-12 09:32:59', 'A', '110.249.201.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1110, '2025-11-12 09:33:05', 'W', '54.90.8.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1111, '2025-11-12 09:33:59', 'W', '44.195.50.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1112, '2025-11-12 09:34:13', 'A', '110.249.202.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1113, '2025-11-12 09:34:13', 'W', '52.54.157.23', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1114, '2025-11-12 09:34:30', 'W', '44.221.105.234', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1115, '2025-11-12 09:34:33', 'A', '110.249.201.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1116, '2025-11-12 09:35:25', 'W', '34.227.156.153', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1117, '2025-11-12 09:36:14', 'W', '200.125.228.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(1118, '2025-11-12 09:36:15', 'W', '103.152.142.81', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.60 Safari/537.17', 'Chrome', 'Windows 7'),
(1119, '2025-11-12 09:36:23', 'W', '39.34.156.201', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(1120, '2025-11-12 09:36:41', 'W', '105.172.68.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1121, '2025-11-12 09:36:54', 'W', '186.191.232.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(1122, '2025-11-12 09:37:33', 'W', '14.191.167.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(1123, '2025-11-12 09:38:14', 'A', '111.225.149.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1124, '2025-11-12 09:38:17', 'W', '45.170.122.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1125, '2025-11-12 09:38:17', 'W', '189.31.7.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(1126, '2025-11-12 09:38:17', 'W', '200.180.219.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.779 Safari/537.36', 'Chrome', 'Mac OS X'),
(1127, '2025-11-12 09:39:56', 'W', '41.209.3.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1128, '2025-11-12 09:40:17', 'W', '34.203.111.15', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1129, '2025-11-12 09:41:12', 'A', '110.249.201.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1130, '2025-11-12 09:41:49', 'A', '47.128.49.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1131, '2025-11-12 09:42:34', 'W', '178.170.158.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1132, '2025-11-12 09:43:08', 'A', '110.249.201.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1133, '2025-11-12 09:43:27', 'A', '47.128.115.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1134, '2025-11-12 09:44:16', 'A', '47.128.21.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1135, '2025-11-12 09:44:16', 'A', '47.128.39.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1136, '2025-11-12 09:45:05', 'A', '47.128.39.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1137, '2025-11-12 09:45:06', 'A', '47.128.52.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1138, '2025-11-12 09:45:22', 'W', '92.222.104.220', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(1139, '2025-11-12 09:45:22', 'W', '41.96.200.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1140, '2025-11-12 09:45:54', 'A', '47.128.44.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1141, '2025-11-12 09:45:54', 'A', '47.128.116.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1142, '2025-11-12 09:46:43', 'A', '47.128.125.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1143, '2025-11-12 09:46:43', 'A', '47.128.56.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1144, '2025-11-12 09:47:32', 'A', '47.128.21.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1145, '2025-11-12 09:48:29', 'A', '110.249.201.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1146, '2025-11-12 09:49:10', 'A', '47.128.22.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1147, '2025-11-12 09:50:49', 'A', '47.128.41.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1148, '2025-11-12 09:52:09', 'W', '54.84.93.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1149, '2025-11-12 09:53:10', 'W', '34.231.45.47', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1150, '2025-11-12 09:53:15', 'A', '47.128.98.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(1151, '2025-11-12 09:53:34', 'W', '18.214.138.148', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1152, '2025-11-12 09:56:38', 'W', '98.84.200.43', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1153, '2025-11-12 09:57:58', 'W', '201.77.10.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1154, '2025-11-12 10:01:23', 'W', '23.21.227.240', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1155, '2025-11-12 10:02:38', 'W', '34.194.14.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1156, '2025-11-12 10:04:32', 'W', '50.19.102.70', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1157, '2025-11-12 10:05:11', 'W', '18.209.137.234', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1158, '2025-11-12 10:05:31', 'A', '47.128.62.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1159, '2025-11-12 10:05:39', 'W', '35.171.117.160', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1160, '2025-11-12 10:07:10', 'A', '47.128.58.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1161, '2025-11-12 10:07:13', 'W', '3.220.148.166', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1162, '2025-11-12 10:07:55', 'A', '111.225.148.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1163, '2025-11-12 10:09:43', 'W', '43.173.178.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1164, '2025-11-12 10:11:03', 'W', '43.173.176.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(1165, '2025-11-12 10:12:03', 'A', '47.128.30.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1166, '2025-11-12 10:12:19', 'W', '43.173.173.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1167, '2025-11-12 10:12:45', 'W', '52.0.218.219', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1168, '2025-11-12 10:12:59', 'A', '111.225.149.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1169, '2025-11-12 10:14:09', 'W', '51.68.235.235', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(1170, '2025-11-12 10:14:11', 'W', '43.173.178.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1171, '2025-11-12 10:14:18', 'W', '43.173.181.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1172, '2025-11-12 10:14:22', 'W', '43.173.180.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1173, '2025-11-12 10:14:24', 'W', '43.173.179.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1174, '2025-11-12 10:14:31', 'W', '43.173.174.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1175, '2025-11-12 10:15:07', 'W', '43.173.180.90', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1176, '2025-11-12 10:16:22', 'W', '43.173.179.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1177, '2025-11-12 10:17:31', 'W', '43.173.174.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1178, '2025-11-12 10:17:47', 'A', '47.128.31.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1179, '2025-11-12 10:18:52', 'W', '43.173.181.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1180, '2025-11-12 10:18:59', 'W', '43.173.179.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1181, '2025-11-12 10:19:00', 'A', '111.225.149.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1182, '2025-11-12 10:20:13', 'W', '43.152.173.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1183, '2025-11-12 10:20:14', 'W', '157.100.198.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1184, '2025-11-12 10:20:56', 'W', '43.173.177.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1185, '2025-11-12 10:21:01', 'W', '43.173.180.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1186, '2025-11-12 10:21:04', 'A', '47.128.119.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1187, '2025-11-12 10:21:05', 'W', '43.173.173.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1188, '2025-11-12 10:21:09', 'W', '43.173.181.194', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1189, '2025-11-12 10:21:14', 'W', '43.173.182.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1190, '2025-11-12 10:21:23', 'W', '43.173.175.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1191, '2025-11-12 10:21:25', 'W', '43.173.173.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1192, '2025-11-12 10:21:30', 'W', '43.173.181.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1193, '2025-11-12 10:21:33', 'W', '43.173.175.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1194, '2025-11-12 10:21:46', 'W', '43.173.181.79', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1195, '2025-11-12 10:21:52', 'W', '43.173.180.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1196, '2025-11-12 10:21:58', 'W', '43.173.182.192', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1197, '2025-11-12 10:22:13', 'W', '43.173.179.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1198, '2025-11-12 10:23:30', 'A', '47.128.127.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1199, '2025-11-12 10:23:32', 'A', '110.249.202.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1200, '2025-11-12 10:24:09', 'W', '43.173.178.159', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1201, '2025-11-12 10:24:38', 'W', '184.73.47.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1202, '2025-11-12 10:24:42', 'W', '52.202.233.37', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1203, '2025-11-12 10:25:03', 'W', '23.20.178.124', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1204, '2025-11-12 10:25:08', 'A', '47.128.55.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1205, '2025-11-12 10:25:08', 'A', '47.128.123.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1206, '2025-11-12 10:25:21', 'W', '23.22.105.143', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1207, '2025-11-12 10:25:57', 'A', '47.128.62.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1208, '2025-11-12 10:25:57', 'A', '47.128.16.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1209, '2025-11-12 10:26:18', 'W', '43.173.176.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1210, '2025-11-12 10:26:25', 'W', '43.173.180.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1211, '2025-11-12 10:26:46', 'A', '47.128.98.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1212, '2025-11-12 10:26:46', 'A', '47.128.56.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1213, '2025-11-12 10:27:34', 'A', '47.128.20.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1214, '2025-11-12 10:27:49', 'W', '54.84.169.196', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1215, '2025-11-12 10:27:57', 'W', '54.83.180.239', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1216, '2025-11-12 10:28:05', 'W', '52.5.242.243', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1217, '2025-11-12 10:28:17', 'W', '34.227.234.246', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1218, '2025-11-12 10:28:23', 'A', '47.128.126.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1219, '2025-11-12 10:28:23', 'A', '47.128.30.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1220, '2025-11-12 10:29:12', 'A', '47.128.37.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1221, '2025-11-12 10:29:12', 'A', '47.128.42.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1222, '2025-11-12 10:30:01', 'A', '47.128.41.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1223, '2025-11-12 10:30:01', 'A', '110.249.202.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1224, '2025-11-12 10:30:49', 'A', '47.128.46.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1225, '2025-11-12 10:30:50', 'A', '47.128.53.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1226, '2025-11-12 10:31:39', 'A', '47.128.119.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1227, '2025-11-12 10:32:14', 'W', '169.224.1.33', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 Safari/537.15', 'Chrome', 'Windows 8'),
(1228, '2025-11-12 10:32:28', 'A', '47.128.50.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1229, '2025-11-12 10:33:05', 'W', '54.147.182.90', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1230, '2025-11-12 10:34:03', 'W', '58.187.41.243', 'Mozilla/5.0 (X11; NetBSD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1231, '2025-11-12 10:35:21', 'W', '3.224.215.150', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1232, '2025-11-12 10:35:43', 'W', '41.36.186.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(1233, '2025-11-12 10:35:43', 'A', '47.128.58.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1234, '2025-11-12 10:36:23', 'W', '52.205.113.104', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1235, '2025-11-12 10:36:27', 'W', '44.223.116.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1236, '2025-11-12 10:36:54', 'W', '3.1.176.125', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(1237, '2025-11-12 10:38:13', 'W', '177.125.190.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Mac OS X'),
(1238, '2025-11-12 10:48:48', 'A', '47.128.35.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1239, '2025-11-12 10:49:33', 'W', '23.140.40.234', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1240, '2025-11-12 10:49:36', 'A', '47.128.115.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1241, '2025-11-12 10:49:44', 'W', '59.103.125.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1242, '2025-11-12 10:52:13', 'W', '54.210.152.179', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1243, '2025-11-12 10:52:15', 'W', '54.85.161.21', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1244, '2025-11-12 10:56:18', 'W', '43.173.177.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1245, '2025-11-12 10:56:33', 'W', '44.205.74.196', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1246, '2025-11-12 10:57:03', 'W', '43.173.173.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1247, '2025-11-12 10:57:28', 'W', '52.167.144.176', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1248, '2025-11-12 11:00:02', 'W', '34.234.200.207', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1249, '2025-11-12 11:00:13', 'W', '43.173.180.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1250, '2025-11-12 11:00:39', 'W', '43.173.180.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1251, '2025-11-12 11:01:07', 'A', '47.128.35.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1252, '2025-11-12 11:01:30', 'W', '98.82.107.102', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1253, '2025-11-12 11:01:56', 'A', '47.128.31.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1254, '2025-11-12 11:02:55', 'W', '54.235.172.96', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1255, '2025-11-12 11:03:18', 'W', '3.94.156.104', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1256, '2025-11-12 11:03:36', 'A', '47.128.30.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1257, '2025-11-12 11:04:14', 'W', '3.227.180.70', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1258, '2025-11-12 11:04:35', 'W', '3.219.81.66', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1259, '2025-11-12 11:04:46', 'W', '43.173.174.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1260, '2025-11-12 11:05:14', 'W', '43.173.179.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1261, '2025-11-12 11:05:41', 'W', '52.4.213.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1262, '2025-11-12 11:06:10', 'W', '107.20.181.148', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1263, '2025-11-12 11:06:19', 'A', '66.249.66.202', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1264, '2025-11-12 11:06:28', 'W', '43.173.177.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1265, '2025-11-12 11:06:35', 'W', '43.173.181.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1266, '2025-11-12 11:06:40', 'W', '43.173.175.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1267, '2025-11-12 11:06:48', 'W', '43.173.180.177', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1268, '2025-11-12 11:06:51', 'A', '47.128.97.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1269, '2025-11-12 11:06:52', 'W', '43.173.173.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1270, '2025-11-12 11:10:37', 'W', '52.203.68.145', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1271, '2025-11-12 11:11:17', 'W', '43.173.182.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1272, '2025-11-12 11:11:27', 'W', '43.173.182.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1273, '2025-11-12 11:11:30', 'W', '43.173.173.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1274, '2025-11-12 11:11:38', 'W', '43.173.173.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1275, '2025-11-12 11:12:01', 'W', '43.173.174.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1276, '2025-11-12 11:12:07', 'W', '43.173.176.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1277, '2025-11-12 11:12:08', 'W', '43.173.175.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1278, '2025-11-12 11:12:12', 'W', '43.173.173.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1279, '2025-11-12 11:14:37', 'W', '43.173.179.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1280, '2025-11-12 11:14:43', 'W', '43.173.174.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1281, '2025-11-12 11:15:40', 'W', '40.77.167.49', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1282, '2025-11-12 11:16:31', 'A', '47.128.125.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1283, '2025-11-12 11:17:12', 'W', '43.173.175.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1284, '2025-11-12 11:17:16', 'W', '43.173.178.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1285, '2025-11-12 11:18:35', 'W', '43.173.181.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1286, '2025-11-12 11:18:41', 'W', '43.173.176.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1287, '2025-11-12 11:18:44', 'W', '43.173.178.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1288, '2025-11-12 11:21:32', 'W', '43.173.182.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1289, '2025-11-12 11:21:34', 'W', '43.157.0.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1290, '2025-11-12 11:23:59', 'W', '23.23.137.202', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1291, '2025-11-12 11:23:59', 'A', '47.128.110.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1292, '2025-11-12 11:25:37', 'A', '47.128.44.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1293, '2025-11-12 11:25:40', 'W', '52.167.144.220', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1294, '2025-11-12 11:26:14', 'W', '52.21.62.139', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1295, '2025-11-12 11:26:20', 'A', '47.128.32.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1296, '2025-11-12 11:26:45', 'W', '43.173.178.57', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1297, '2025-11-12 11:26:49', 'W', '43.173.181.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1298, '2025-11-12 11:28:41', 'W', '3.213.106.226', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1299, '2025-11-12 11:29:30', 'W', '3.214.176.44', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1300, '2025-11-12 11:29:33', 'W', '43.173.176.159', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1301, '2025-11-12 11:29:36', 'W', '23.21.225.190', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1302, '2025-11-12 11:29:43', 'A', '47.128.48.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1303, '2025-11-12 11:30:26', 'W', '43.173.179.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1304, '2025-11-12 11:30:46', 'W', '52.3.102.51', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1305, '2025-11-12 11:31:34', 'W', '3.232.39.98', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1306, '2025-11-12 11:32:20', 'W', '98.84.184.80', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1307, '2025-11-12 11:33:47', 'A', '110.249.201.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1308, '2025-11-12 11:34:01', 'W', '34.234.206.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1309, '2025-11-12 11:34:07', 'W', '45.170.170.10', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1310, '2025-11-12 11:35:22', 'W', '34.226.89.140', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1311, '2025-11-12 11:36:00', 'A', '111.225.148.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1312, '2025-11-12 11:36:16', 'W', '170.83.123.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 10'),
(1313, '2025-11-12 11:36:43', 'W', '52.167.144.150', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1314, '2025-11-12 11:36:57', 'W', '3.89.176.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1315, '2025-11-12 11:38:02', 'A', '110.249.202.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1316, '2025-11-12 11:38:41', 'A', '47.128.52.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1317, '2025-11-12 11:47:41', 'A', '111.225.149.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1318, '2025-11-12 11:51:08', 'W', '44.218.190.158', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1319, '2025-11-12 11:52:14', 'W', '57.141.0.64', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(1320, '2025-11-12 11:52:54', 'W', '54.197.102.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1321, '2025-11-12 11:53:40', 'W', '52.71.218.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1322, '2025-11-12 11:54:38', 'W', '54.152.163.42', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1323, '2025-11-12 11:55:11', 'A', '110.249.202.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1324, '2025-11-12 11:56:11', 'W', '3.235.215.92', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1325, '2025-11-12 11:57:58', 'A', '111.225.148.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1326, '2025-11-12 11:58:18', 'W', '54.197.82.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1327, '2025-11-12 11:59:34', 'W', '52.44.174.136', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1328, '2025-11-12 12:00:38', 'W', '23.21.179.120', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1329, '2025-11-12 12:00:48', 'W', '54.89.90.224', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1330, '2025-11-12 12:00:53', 'W', '52.202.52.82', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1331, '2025-11-12 12:01:13', 'W', '23.21.179.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1332, '2025-11-12 12:01:33', 'W', '5.246.50.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1333, '2025-11-12 12:01:35', 'W', '43.173.182.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1334, '2025-11-12 12:01:38', 'W', '3.229.164.203', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1335, '2025-11-12 12:01:40', 'W', '43.173.180.120', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1336, '2025-11-12 12:01:50', 'W', '98.83.94.113', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1337, '2025-11-12 12:02:25', 'W', '54.210.155.69', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1338, '2025-11-12 12:03:10', 'W', '43.173.181.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1339, '2025-11-12 12:03:14', 'W', '43.173.175.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1340, '2025-11-12 12:03:17', 'W', '43.173.175.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1341, '2025-11-12 12:03:41', 'W', '43.173.182.166', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1342, '2025-11-12 12:03:42', 'A', '111.225.149.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1343, '2025-11-12 12:03:48', 'W', '43.173.180.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1344, '2025-11-12 12:03:52', 'W', '43.173.174.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1345, '2025-11-12 12:03:53', 'W', '184.73.68.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1346, '2025-11-12 12:03:54', 'W', '34.231.181.240', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1347, '2025-11-12 12:04:05', 'W', '43.173.180.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1348, '2025-11-12 12:04:32', 'A', '110.249.202.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1349, '2025-11-12 12:04:55', 'W', '43.173.180.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1350, '2025-11-12 12:05:39', 'W', '8.217.211.219', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1351, '2025-11-12 12:07:49', 'W', '52.205.141.124', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1352, '2025-11-12 12:08:17', 'W', '54.83.23.103', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1353, '2025-11-12 12:08:48', 'A', '110.249.201.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1354, '2025-11-12 12:09:01', 'W', '43.173.176.143', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1355, '2025-11-12 12:09:09', 'W', '213.204.66.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1356, '2025-11-12 12:09:16', 'W', '43.173.180.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1357, '2025-11-12 12:09:21', 'W', '52.205.222.214', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1358, '2025-11-12 12:09:23', 'W', '43.173.180.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1359, '2025-11-12 12:09:24', 'W', '43.173.176.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1360, '2025-11-12 12:09:37', 'W', '35.174.253.85', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1361, '2025-11-12 12:10:29', 'W', '197.245.155.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1362, '2025-11-12 12:10:33', 'W', '43.173.179.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1363, '2025-11-12 12:10:33', 'W', '185.184.197.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1364, '2025-11-12 12:10:34', 'W', '200.114.97.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1365, '2025-11-12 12:10:35', 'W', '43.173.174.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1366, '2025-11-12 12:10:35', 'W', '169.224.86.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1367, '2025-11-12 12:10:36', 'W', '196.188.245.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1368, '2025-11-12 12:10:37', 'W', '169.224.5.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1369, '2025-11-12 12:10:39', 'W', '176.29.167.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1370, '2025-11-12 12:10:39', 'W', '157.230.217.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1371, '2025-11-12 12:10:40', 'W', '177.71.78.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1372, '2025-11-12 12:10:40', 'W', '191.221.177.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1373, '2025-11-12 12:10:42', 'W', '37.231.32.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1374, '2025-11-12 12:10:43', 'W', '186.177.189.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1375, '2025-11-12 12:10:43', 'W', '167.71.18.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1376, '2025-11-12 12:10:45', 'W', '181.233.83.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1377, '2025-11-12 12:10:48', 'W', '37.131.109.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1378, '2025-11-12 12:10:52', 'W', '177.71.84.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1379, '2025-11-12 12:11:15', 'W', '43.173.182.41', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(1380, '2025-11-12 12:11:22', 'W', '43.173.178.246', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1381, '2025-11-12 12:11:32', 'W', '43.173.182.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1382, '2025-11-12 12:12:58', 'A', '110.249.201.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1383, '2025-11-12 12:13:48', 'W', '202.76.174.139', 'Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120403211507 Firefox/14.0.1', 'Firefox', 'Windows 7'),
(1384, '2025-11-12 12:14:20', 'W', '43.173.180.137', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1385, '2025-11-12 12:15:21', 'W', '8.217.211.177', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1386, '2025-11-12 12:15:24', 'A', '47.128.97.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1387, '2025-11-12 12:15:27', 'W', '43.173.174.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(1388, '2025-11-12 12:15:35', 'W', '43.173.177.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1389, '2025-11-12 12:15:42', 'W', '43.173.173.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1390, '2025-11-12 12:15:45', 'W', '8.217.211.3', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1391, '2025-11-12 12:16:44', 'W', '40.77.167.78', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1392, '2025-11-12 12:18:37', 'W', '43.173.180.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1393, '2025-11-12 12:21:27', 'W', '40.77.167.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1394, '2025-11-12 12:22:52', 'W', '8.217.183.111', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1395, '2025-11-12 12:24:25', 'W', '201.46.56.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1396, '2025-11-12 12:24:26', 'W', '103.26.246.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1397, '2025-11-12 12:24:30', 'W', '27.34.111.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1398, '2025-11-12 12:24:35', 'W', '54.221.203.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1399, '2025-11-12 12:25:30', 'W', '52.71.203.206', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1400, '2025-11-12 12:25:42', 'W', '3.212.205.90', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1401, '2025-11-12 12:26:14', 'A', '111.225.148.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1402, '2025-11-12 12:26:50', 'A', '47.128.40.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1403, '2025-11-12 12:26:51', 'A', '47.128.127.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1404, '2025-11-12 12:27:20', 'W', '43.173.180.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1405, '2025-11-12 12:27:39', 'A', '47.128.32.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1406, '2025-11-12 12:27:54', 'W', '54.90.244.132', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1407, '2025-11-12 12:27:58', 'W', '40.77.167.5', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1408, '2025-11-12 12:28:06', 'A', '111.225.149.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1409, '2025-11-12 12:29:19', 'W', '100.28.49.152', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1410, '2025-11-12 12:29:32', 'W', '34.199.252.22', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1411, '2025-11-12 12:29:45', 'W', '3.221.156.96', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1412, '2025-11-12 12:30:06', 'A', '47.128.53.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1413, '2025-11-12 12:30:55', 'A', '47.128.35.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1414, '2025-11-12 12:31:23', 'W', '52.70.138.176', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1415, '2025-11-12 12:32:06', 'W', '184.73.195.18', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1416, '2025-11-12 12:32:36', 'W', '179.63.1.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(1417, '2025-11-12 12:32:39', 'W', '27.34.72.33', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(1418, '2025-11-12 12:33:07', 'W', '164.163.34.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(1419, '2025-11-12 12:35:10', 'W', '54.86.59.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1420, '2025-11-12 12:35:49', 'A', '47.128.56.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1421, '2025-11-12 12:35:58', 'W', '52.167.144.142', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1422, '2025-11-12 12:36:34', 'W', '103.126.149.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 CravingExplorer/2.4.1', 'Chrome', 'Windows 10'),
(1423, '2025-11-12 12:37:27', 'A', '47.128.30.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1424, '2025-11-12 12:37:35', 'W', '123.20.250.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(1425, '2025-11-12 12:37:39', 'W', '103.161.68.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(1426, '2025-11-12 12:39:54', 'A', '47.128.30.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1427, '2025-11-12 12:41:30', 'W', '176.47.9.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1428, '2025-11-12 12:41:31', 'W', '168.232.224.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1429, '2025-11-12 12:41:33', 'W', '169.224.23.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1430, '2025-11-12 12:43:59', 'A', '47.128.110.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1431, '2025-11-12 12:44:15', 'A', '110.249.202.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1432, '2025-11-12 12:50:45', 'W', '98.82.59.253', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1433, '2025-11-12 12:51:12', 'W', '102.64.41.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1434, '2025-11-12 12:51:14', 'W', '212.252.78.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1435, '2025-11-12 12:51:17', 'W', '198.211.102.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1436, '2025-11-12 12:51:29', 'W', '34.202.88.37', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1437, '2025-11-12 12:51:49', 'W', '13.213.177.145', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(1438, '2025-11-12 12:51:56', 'W', '43.173.179.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1439, '2025-11-12 12:52:14', 'W', '44.213.194.20', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1440, '2025-11-12 12:52:37', 'W', '43.173.181.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1441, '2025-11-12 12:52:46', 'W', '44.205.124.129', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1442, '2025-11-12 12:53:13', 'W', '50.19.79.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1443, '2025-11-12 12:56:52', 'W', '13.216.10.17', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1444, '2025-11-12 12:57:34', 'W', '43.173.178.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1445, '2025-11-12 12:57:54', 'W', '43.173.176.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1446, '2025-11-12 12:58:18', 'W', '52.203.152.231', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1447, '2025-11-12 12:58:34', 'W', '3.218.103.254', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1448, '2025-11-12 12:58:42', 'W', '52.54.95.127', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1449, '2025-11-12 12:58:45', 'W', '43.173.178.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1450, '2025-11-12 12:58:47', 'W', '43.173.182.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1451, '2025-11-12 12:58:50', 'W', '3.224.104.67', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1452, '2025-11-12 13:00:00', 'W', '43.173.178.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1453, '2025-11-12 13:00:49', 'W', '74.7.228.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(1454, '2025-11-12 13:01:43', 'W', '3.81.253.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1455, '2025-11-12 13:03:01', 'W', '3.230.69.161', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1456, '2025-11-12 13:05:32', 'W', '43.173.182.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1457, '2025-11-12 13:06:29', 'W', '43.173.175.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1458, '2025-11-12 13:06:36', 'W', '43.173.175.67', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1459, '2025-11-12 13:07:53', 'W', '18.215.49.176', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1460, '2025-11-12 13:07:58', 'W', '43.173.175.41', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1461, '2025-11-12 13:11:21', 'W', '43.173.174.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1462, '2025-11-12 13:11:25', 'W', '43.173.182.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1463, '2025-11-12 13:12:30', 'W', '43.173.181.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1464, '2025-11-12 13:14:15', 'A', '47.128.111.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1465, '2025-11-12 13:14:25', 'W', '181.44.2.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1466, '2025-11-12 13:14:36', 'W', '39.43.141.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1467, '2025-11-12 13:14:43', 'W', '103.89.27.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1468, '2025-11-12 13:14:49', 'A', '110.249.201.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1469, '2025-11-12 13:16:44', 'A', '47.128.121.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1470, '2025-11-12 13:17:02', 'W', '43.173.180.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1471, '2025-11-12 13:19:24', 'W', '179.218.83.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1472, '2025-11-12 13:19:32', 'W', '167.71.20.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1473, '2025-11-12 13:19:43', 'W', '177.129.145.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1474, '2025-11-12 13:22:26', 'A', '47.128.25.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1475, '2025-11-12 13:23:26', 'W', '23.23.212.212', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1476, '2025-11-12 13:23:50', 'W', '143.198.178.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1477, '2025-11-12 13:23:58', 'W', '190.48.12.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1478, '2025-11-12 13:24:03', 'W', '87.201.150.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1479, '2025-11-12 13:24:15', 'W', '43.173.179.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1480, '2025-11-12 13:24:55', 'W', '44.220.2.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1481, '2025-11-12 13:25:17', 'W', '52.3.104.214', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1482, '2025-11-12 13:25:58', 'W', '43.173.173.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1483, '2025-11-12 13:26:02', 'W', '43.173.174.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1484, '2025-11-12 13:26:05', 'W', '43.173.181.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1485, '2025-11-12 13:26:12', 'W', '43.173.175.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1486, '2025-11-12 13:27:24', 'W', '43.173.176.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1487, '2025-11-12 13:27:40', 'W', '43.173.179.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1488, '2025-11-12 13:27:43', 'W', '43.173.182.108', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1489, '2025-11-12 13:27:46', 'W', '43.173.180.231', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1490, '2025-11-12 13:28:56', 'W', '98.83.8.142', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1491, '2025-11-12 13:30:11', 'W', '100.29.107.38', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1492, '2025-11-12 13:30:36', 'A', '111.225.149.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1493, '2025-11-12 13:31:44', 'W', '43.173.180.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1494, '2025-11-12 13:32:22', 'A', '110.249.202.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1495, '2025-11-12 13:33:18', 'W', '43.173.179.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1496, '2025-11-12 13:34:39', 'W', '43.173.177.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1497, '2025-11-12 13:36:38', 'W', '43.173.175.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1498, '2025-11-12 13:37:23', 'W', '43.173.178.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1499, '2025-11-12 13:37:29', 'W', '50.17.193.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1500, '2025-11-12 13:37:45', 'W', '14.191.134.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 10'),
(1501, '2025-11-12 13:38:07', 'W', '14.183.228.1', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 8'),
(1502, '2025-11-12 13:40:37', 'W', '43.173.175.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1503, '2025-11-12 13:45:31', 'W', '43.173.173.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1504, '2025-11-12 13:46:43', 'W', '34.226.69.220', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1505, '2025-11-12 13:48:02', 'W', '13.216.111.154', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1506, '2025-11-12 13:48:50', 'A', '111.225.148.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1507, '2025-11-12 13:49:10', 'W', '119.28.191.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1508, '2025-11-12 13:56:16', 'A', '110.249.201.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1509, '2025-11-12 13:58:27', 'W', '54.87.95.7', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1510, '2025-11-12 13:58:30', 'W', '18.232.36.1', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1511, '2025-11-12 14:01:39', 'A', '47.128.111.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1512, '2025-11-12 14:01:39', 'A', '47.128.43.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1513, '2025-11-12 14:02:00', 'W', '43.173.179.90', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1514, '2025-11-12 14:02:01', 'W', '44.215.61.66', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1515, '2025-11-12 14:02:26', 'A', '47.128.27.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1516, '2025-11-12 14:02:39', 'A', '110.249.201.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1517, '2025-11-12 14:03:15', 'A', '47.128.96.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1518, '2025-11-12 14:03:17', 'A', '47.128.55.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1519, '2025-11-12 14:03:50', 'W', '184.72.84.154', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1520, '2025-11-12 14:05:45', 'A', '47.128.114.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1521, '2025-11-12 14:07:22', 'A', '47.128.62.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1522, '2025-11-12 14:07:46', 'W', '107.20.25.33', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1523, '2025-11-12 14:07:55', 'W', '43.173.177.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1524, '2025-11-12 14:09:33', 'W', '43.173.177.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1525, '2025-11-12 14:09:42', 'W', '201.40.153.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1526, '2025-11-12 14:09:43', 'W', '43.173.174.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1527, '2025-11-12 14:09:50', 'A', '47.128.59.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1528, '2025-11-12 14:09:57', 'W', '43.173.181.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1529, '2025-11-12 14:10:05', 'W', '43.173.173.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1530, '2025-11-12 14:10:09', 'A', '66.249.66.161', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1531, '2025-11-12 14:10:10', 'W', '117.179.254.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1532, '2025-11-12 14:10:36', 'A', '47.128.116.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1533, '2025-11-12 14:12:20', 'A', '110.249.202.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1534, '2025-11-12 14:12:21', 'A', '66.249.66.160', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1535, '2025-11-12 14:12:34', 'W', '43.173.179.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1536, '2025-11-12 14:12:47', 'W', '43.173.177.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1537, '2025-11-12 14:13:37', 'W', '43.173.178.32', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1538, '2025-11-12 14:13:41', 'W', '43.173.180.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1539, '2025-11-12 14:13:47', 'W', '43.173.177.249', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1540, '2025-11-12 14:13:55', 'A', '47.128.59.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1541, '2025-11-12 14:15:14', 'W', '43.173.177.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1542, '2025-11-12 14:15:25', 'W', '43.173.175.112', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1543, '2025-11-12 14:15:30', 'A', '47.128.57.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1544, '2025-11-12 14:16:10', 'W', '43.173.181.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1545, '2025-11-12 14:17:55', 'W', '43.173.182.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1546, '2025-11-12 14:18:00', 'W', '43.173.182.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1547, '2025-11-12 14:18:03', 'W', '43.135.69.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1548, '2025-11-12 14:18:10', 'W', '43.173.175.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1549, '2025-11-12 14:20:36', 'W', '49.51.73.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1550, '2025-11-12 14:20:37', 'W', '43.173.176.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1551, '2025-11-12 14:20:39', 'A', '66.249.66.69', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1552, '2025-11-12 14:20:48', 'W', '170.106.142.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1553, '2025-11-12 14:21:59', 'W', '43.173.182.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1554, '2025-11-12 14:22:02', 'W', '43.173.180.160', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1555, '2025-11-12 14:23:16', 'W', '43.173.174.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1556, '2025-11-12 14:23:40', 'A', '47.128.20.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1557, '2025-11-12 14:23:44', 'A', '47.128.47.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1558, '2025-11-12 14:25:26', 'W', '43.173.179.232', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1559, '2025-11-12 14:26:17', 'W', '43.173.176.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1560, '2025-11-12 14:26:31', 'W', '43.173.181.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1561, '2025-11-12 14:27:48', 'A', '47.128.16.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1562, '2025-11-12 14:28:46', 'W', '3.94.199.128', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1563, '2025-11-12 14:29:10', 'W', '40.77.167.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1564, '2025-11-12 14:29:16', 'A', '66.249.66.43', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1565, '2025-11-12 14:29:46', 'W', '18.205.91.101', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1566, '2025-11-12 14:31:54', 'W', '43.173.181.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1567, '2025-11-12 14:32:39', 'W', '170.78.166.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(1568, '2025-11-12 14:33:12', 'W', '187.88.104.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/85.0.4183.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(1569, '2025-11-12 14:33:18', 'A', '110.249.202.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1570, '2025-11-12 14:34:30', 'A', '110.249.201.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1571, '2025-11-12 14:35:41', 'W', '43.173.179.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1572, '2025-11-12 14:35:47', 'W', '44.194.134.53', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1573, '2025-11-12 14:35:50', 'W', '201.13.190.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(1574, '2025-11-12 14:35:54', 'W', '43.173.181.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1575, '2025-11-12 14:36:46', 'W', '187.84.180.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(1576, '2025-11-12 14:37:06', 'W', '45.167.162.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.70 Safari/537.36', 'Chrome', 'Mac OS X'),
(1577, '2025-11-12 14:38:38', 'W', '43.173.181.94', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1578, '2025-11-12 14:39:07', 'A', '110.249.201.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1579, '2025-11-12 14:39:09', 'W', '78.173.85.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1580, '2025-11-12 14:39:13', 'W', '102.64.22.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1581, '2025-11-12 14:39:17', 'W', '186.26.82.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1582, '2025-11-12 14:39:24', 'W', '185.136.148.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1583, '2025-11-12 14:40:01', 'W', '54.197.114.76', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1584, '2025-11-12 14:44:29', 'W', '54.166.104.83', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1585, '2025-11-12 14:44:31', 'A', '66.249.66.164', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1586, '2025-11-12 14:45:51', 'W', '54.225.124.19', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1587, '2025-11-12 14:46:31', 'A', '110.249.202.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1588, '2025-11-12 14:46:42', 'W', '98.82.66.172', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1589, '2025-11-12 14:48:10', 'W', '85.208.96.207', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(1590, '2025-11-12 14:48:49', 'W', '52.0.41.164', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1591, '2025-11-12 14:49:01', 'W', '85.208.96.212', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(1592, '2025-11-12 14:50:42', 'A', '110.249.202.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1593, '2025-11-12 14:51:00', 'W', '52.167.144.215', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1594, '2025-11-12 14:53:39', 'W', '57.141.0.67', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(1595, '2025-11-12 15:02:11', 'A', '66.249.66.65', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1596, '2025-11-12 15:02:32', 'W', '34.226.65.53', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1597, '2025-11-12 15:03:53', 'A', '66.249.66.72', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1598, '2025-11-12 15:04:02', 'A', '110.249.202.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1599, '2025-11-12 15:04:17', 'W', '186.225.225.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1600, '2025-11-12 15:04:18', 'W', '44.207.69.106', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1601, '2025-11-12 15:04:19', 'W', '191.8.253.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1602, '2025-11-12 15:04:20', 'W', '197.248.185.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1603, '2025-11-12 15:04:26', 'W', '37.238.152.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1604, '2025-11-12 15:06:08', 'W', '43.173.182.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1605, '2025-11-12 15:06:51', 'W', '3.210.114.189', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1606, '2025-11-12 15:07:42', 'W', '54.87.62.248', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1607, '2025-11-12 15:07:43', 'A', '111.225.148.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1608, '2025-11-12 15:08:03', 'W', '3.216.227.216', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1609, '2025-11-12 15:08:58', 'W', '54.157.84.74', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1610, '2025-11-12 15:09:32', 'W', '3.226.106.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1611, '2025-11-12 15:10:16', 'A', '47.128.24.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(1612, '2025-11-12 15:10:28', 'W', '44.197.76.210', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1613, '2025-11-12 15:10:29', 'W', '34.231.118.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1614, '2025-11-12 15:10:32', 'A', '66.249.66.73', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1615, '2025-11-12 15:10:46', 'W', '52.204.71.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1616, '2025-11-12 15:11:09', 'W', '52.71.43.37', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1617, '2025-11-12 15:11:10', 'W', '52.3.127.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1618, '2025-11-12 15:12:08', 'A', '47.128.59.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1619, '2025-11-12 15:12:47', 'W', '104.248.232.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1620, '2025-11-12 15:12:49', 'W', '134.122.112.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1621, '2025-11-12 15:12:51', 'W', '169.224.22.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1622, '2025-11-12 15:13:03', 'W', '45.186.158.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1623, '2025-11-12 15:14:21', 'A', '47.128.41.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1624, '2025-11-12 15:15:24', 'W', '43.173.179.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1625, '2025-11-12 15:15:31', 'W', '34.206.193.60', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1626, '2025-11-12 15:18:17', 'W', '52.73.1.173', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1627, '2025-11-12 15:19:45', 'W', '101.44.25.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(1628, '2025-11-12 15:19:51', 'W', '43.173.181.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1629, '2025-11-12 15:20:09', 'W', '52.2.191.202', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1630, '2025-11-12 15:20:25', 'W', '52.23.112.144', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1631, '2025-11-12 15:20:33', 'W', '43.173.178.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1632, '2025-11-12 15:20:37', 'W', '54.234.226.241', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1633, '2025-11-12 15:21:05', 'W', '43.173.178.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1634, '2025-11-12 15:21:41', 'A', '110.249.201.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1635, '2025-11-12 15:22:48', 'W', '43.173.180.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1636, '2025-11-12 15:24:07', 'A', '66.249.66.196', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1637, '2025-11-12 15:25:11', 'W', '43.173.176.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1638, '2025-11-12 15:26:26', 'W', '43.173.181.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1639, '2025-11-12 15:26:54', 'W', '43.173.182.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1640, '2025-11-12 15:27:15', 'A', '66.249.66.169', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1641, '2025-11-12 15:27:48', 'W', '35.173.38.202', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1642, '2025-11-12 15:29:22', 'W', '43.173.174.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1643, '2025-11-12 15:29:41', 'A', '111.225.148.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1644, '2025-11-12 15:30:50', 'W', '3.212.86.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1645, '2025-11-12 15:30:58', 'W', '43.173.181.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1646, '2025-11-12 15:30:59', 'A', '66.249.66.42', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1647, '2025-11-12 15:31:01', 'W', '43.173.182.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1648, '2025-11-12 15:31:24', 'A', '66.249.66.45', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1649, '2025-11-12 15:32:28', 'A', '66.249.66.195', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1650, '2025-11-12 15:34:21', 'A', '111.225.148.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1651, '2025-11-12 15:34:27', 'W', '43.173.173.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1652, '2025-11-12 15:34:29', 'W', '43.173.176.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1653, '2025-11-12 15:34:56', 'A', '110.249.202.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1654, '2025-11-12 15:35:03', 'W', '43.173.179.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1655, '2025-11-12 15:36:01', 'W', '147.235.200.45', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(1656, '2025-11-12 15:36:02', 'W', '43.173.181.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1657, '2025-11-12 15:36:04', 'W', '161.8.117.42', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(1658, '2025-11-12 15:37:00', 'W', '150.40.253.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1659, '2025-11-12 15:37:10', 'W', '43.173.176.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1660, '2025-11-12 15:37:11', 'W', '170.238.105.6', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 AOLShield/79.0.3945.5', 'Chrome', 'Windows 10'),
(1661, '2025-11-12 15:42:31', 'W', '67.205.176.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1662, '2025-11-12 15:42:31', 'W', '185.206.124.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1663, '2025-11-12 15:42:54', 'W', '185.24.60.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1664, '2025-11-12 15:44:04', 'W', '181.97.76.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(1665, '2025-11-12 15:47:19', 'W', '3.212.199.100', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1666, '2025-11-12 15:47:27', 'W', '43.173.181.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1667, '2025-11-12 15:47:30', 'W', '43.173.176.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1668, '2025-11-12 15:48:22', 'W', '35.168.182.191', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(1669, '2025-11-12 15:49:13', 'W', '52.200.251.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1670, '2025-11-12 15:52:38', 'W', '43.173.179.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1671, '2025-11-12 15:54:37', 'W', '34.192.125.239', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1672, '2025-11-12 15:58:00', 'W', '5.62.139.165', 'Mozilla/5.0 (Windows NT 6.1; cy-GB; rv:1.9.0.20) Gecko/5786-04-26 04:56:32.785324 Firefox/3.6.7', 'Firefox', 'Windows 7'),
(1673, '2025-11-12 15:59:00', 'W', '43.173.182.50', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1674, '2025-11-12 15:59:04', 'W', '43.173.174.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1675, '2025-11-12 15:59:06', 'W', '43.173.175.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1676, '2025-11-12 15:59:09', 'W', '43.173.180.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1677, '2025-11-12 15:59:14', 'W', '34.236.135.14', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1678, '2025-11-12 16:01:53', 'W', '47.79.213.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1679, '2025-11-12 16:02:17', 'W', '181.91.220.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1680, '2025-11-12 16:02:22', 'W', '187.73.200.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1681, '2025-11-12 16:02:27', 'W', '181.189.31.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1682, '2025-11-12 16:02:31', 'W', '196.178.176.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1683, '2025-11-12 16:03:43', 'W', '47.79.201.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(1684, '2025-11-12 16:04:02', 'W', '52.207.47.227', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1685, '2025-11-12 16:06:05', 'A', '110.249.202.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1686, '2025-11-12 16:06:32', 'W', '43.173.177.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1687, '2025-11-12 16:06:33', 'W', '43.173.173.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1688, '2025-11-12 16:06:38', 'W', '43.173.178.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1689, '2025-11-12 16:06:42', 'W', '43.173.174.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1690, '2025-11-12 16:07:47', 'W', '47.79.217.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(1691, '2025-11-12 16:08:27', 'W', '52.3.156.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1692, '2025-11-12 16:09:38', 'W', '47.79.201.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1693, '2025-11-12 16:10:33', 'W', '43.173.178.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1694, '2025-11-12 16:10:59', 'A', '47.79.217.102', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1695, '2025-11-12 16:11:51', 'W', '43.173.179.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1696, '2025-11-12 16:12:05', 'W', '43.173.181.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1697, '2025-11-12 16:12:09', 'W', '43.173.178.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1698, '2025-11-12 16:12:12', 'W', '43.173.181.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1699, '2025-11-12 16:12:12', 'W', '85.153.238.128', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/534.18.7 (KHTML, like Gecko) Version/4.1 Safari/534.18.7', 'Safari', 'Windows 2000'),
(1700, '2025-11-12 16:12:26', 'A', '47.79.218.177', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1701, '2025-11-12 16:13:03', 'W', '43.173.176.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1702, '2025-11-12 16:13:52', 'A', '110.249.201.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1703, '2025-11-12 16:13:56', 'W', '43.173.182.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1704, '2025-11-12 16:14:01', 'W', '138.122.31.245', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1705, '2025-11-12 16:14:15', 'W', '43.173.174.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1706, '2025-11-12 16:14:16', 'W', '43.173.176.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1707, '2025-11-12 16:14:19', 'W', '43.173.180.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1708, '2025-11-12 16:15:11', 'W', '43.173.173.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1709, '2025-11-12 16:15:55', 'W', '43.173.179.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1710, '2025-11-12 16:16:03', 'W', '43.173.174.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1711, '2025-11-12 16:16:07', 'W', '43.173.177.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1712, '2025-11-12 16:16:15', 'A', '110.249.201.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1713, '2025-11-12 16:16:28', 'W', '43.173.178.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1714, '2025-11-12 16:16:31', 'W', '43.173.182.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1715, '2025-11-12 16:16:34', 'W', '43.173.175.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1716, '2025-11-12 16:16:36', 'W', '43.173.182.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1717, '2025-11-12 16:16:50', 'A', '66.249.66.11', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1718, '2025-11-12 16:17:09', 'W', '43.175.56.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1719, '2025-11-12 16:17:20', 'W', '43.152.170.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1720, '2025-11-12 16:17:49', 'W', '43.173.182.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1721, '2025-11-12 16:17:51', 'W', '43.173.179.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1722, '2025-11-12 16:17:54', 'W', '43.173.177.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1723, '2025-11-12 16:17:59', 'W', '43.173.182.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1724, '2025-11-12 16:18:08', 'W', '43.173.176.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1725, '2025-11-12 16:18:09', 'A', '47.79.219.136', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1726, '2025-11-12 16:19:11', 'A', '47.79.201.31', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1727, '2025-11-12 16:19:34', 'A', '110.249.202.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1728, '2025-11-12 16:20:18', 'A', '66.249.66.197', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1729, '2025-11-12 16:20:35', 'W', '43.173.175.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1730, '2025-11-12 16:20:38', 'W', '43.173.179.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1731, '2025-11-12 16:20:44', 'W', '43.173.174.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1732, '2025-11-12 16:20:53', 'W', '43.173.177.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1733, '2025-11-12 16:23:21', 'W', '47.79.217.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1734, '2025-11-12 16:25:59', 'W', '47.79.218.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(1735, '2025-11-12 16:26:32', 'W', '3.211.105.134', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1736, '2025-11-12 16:28:21', 'A', '66.249.66.39', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1737, '2025-11-12 16:30:17', 'A', '110.249.202.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1738, '2025-11-12 16:30:28', 'A', '47.79.201.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1739, '2025-11-12 16:31:50', 'A', '111.225.149.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1740, '2025-11-12 16:31:54', 'A', '47.79.199.84', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1741, '2025-11-12 16:32:06', 'W', '44.208.193.63', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1742, '2025-11-12 16:34:36', 'W', '44.208.223.68', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1743, '2025-11-12 16:34:51', 'W', '89.32.248.230', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(1744, '2025-11-12 16:35:23', 'W', '47.79.192.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1745, '2025-11-12 16:36:18', 'I', '103.166.77.164', 'Mozilla/5.0 (iPad; CPU iPad OS 17_1_1 like Mac OS X) AppleWebKit/534.0 (KHTML, like Gecko) FxiOS/15.4b2156.0 Mobile/68C009 Safari/534.0', 'Handheld Browser', 'iPad'),
(1746, '2025-11-12 16:36:30', 'W', '98.83.72.38', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1747, '2025-11-12 16:38:21', 'A', '110.249.202.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1748, '2025-11-12 16:41:03', 'W', '34.230.124.21', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1749, '2025-11-12 16:41:32', 'A', '47.79.207.199', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1750, '2025-11-12 16:42:16', 'A', '47.79.217.240', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1751, '2025-11-12 16:44:33', 'A', '47.79.207.157', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1752, '2025-11-12 16:45:33', 'A', '47.79.196.107', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1753, '2025-11-12 16:45:50', 'W', '3.93.253.174', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1754, '2025-11-12 16:46:48', 'W', '47.79.217.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1755, '2025-11-12 16:48:44', 'A', '110.249.202.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1756, '2025-11-12 16:49:12', 'W', '47.79.198.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1757, '2025-11-12 16:49:21', 'W', '43.173.176.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1758, '2025-11-12 16:49:58', 'A', '47.79.201.129', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1759, '2025-11-12 16:50:09', 'A', '47.79.216.35', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1760, '2025-11-12 16:50:22', 'W', '179.0.183.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1761, '2025-11-12 16:50:24', 'W', '47.79.198.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(1762, '2025-11-12 16:50:24', 'W', '47.79.193.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1763, '2025-11-12 16:50:25', 'W', '38.51.246.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1764, '2025-11-12 16:50:26', 'W', '181.78.20.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1765, '2025-11-12 16:50:29', 'W', '43.173.182.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1766, '2025-11-12 16:50:30', 'W', '185.244.153.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1767, '2025-11-12 16:50:32', 'W', '158.181.46.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1768, '2025-11-12 16:50:34', 'W', '84.54.70.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1769, '2025-11-12 16:50:35', 'W', '196.65.180.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1770, '2025-11-12 16:50:37', 'W', '31.145.248.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1771, '2025-11-12 16:50:38', 'W', '181.120.57.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1772, '2025-11-12 16:50:39', 'W', '186.92.116.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1773, '2025-11-12 16:50:41', 'W', '41.90.71.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1774, '2025-11-12 16:50:42', 'W', '82.199.213.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1775, '2025-11-12 16:50:45', 'W', '43.173.180.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1776, '2025-11-12 16:50:46', 'W', '102.254.163.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1777, '2025-11-12 16:51:12', 'W', '43.152.152.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1778, '2025-11-12 16:51:16', 'W', '43.175.194.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1779, '2025-11-12 16:52:23', 'A', '66.249.66.193', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1780, '2025-11-12 16:54:20', 'W', '43.173.177.49', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1781, '2025-11-12 16:54:23', 'A', '110.249.202.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1782, '2025-11-12 16:55:18', 'A', '110.249.201.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1783, '2025-11-12 16:57:27', 'W', '43.173.180.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1784, '2025-11-12 16:57:31', 'W', '43.173.173.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1785, '2025-11-12 16:57:50', 'W', '43.173.179.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1786, '2025-11-12 16:57:53', 'W', '43.173.180.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1787, '2025-11-12 16:58:27', 'W', '190.255.153.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(1788, '2025-11-12 16:59:16', 'W', '43.173.177.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1789, '2025-11-12 16:59:18', 'W', '43.173.177.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1790, '2025-11-12 16:59:22', 'W', '43.173.173.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1791, '2025-11-12 16:59:35', 'A', '66.249.66.38', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1792, '2025-11-12 17:00:04', 'W', '34.239.85.139', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1793, '2025-11-12 17:00:08', 'W', '3.90.73.206', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1794, '2025-11-12 17:00:51', 'W', '43.173.181.239', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1795, '2025-11-12 17:01:04', 'A', '66.249.66.68', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1796, '2025-11-12 17:01:04', 'W', '43.173.181.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1797, '2025-11-12 17:01:09', 'W', '43.173.180.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1798, '2025-11-12 17:01:14', 'W', '43.173.181.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1799, '2025-11-12 17:01:16', 'W', '43.173.180.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1800, '2025-11-12 17:01:46', 'A', '47.79.201.129', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1801, '2025-11-12 17:02:41', 'A', '66.249.66.4', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1802, '2025-11-12 17:02:52', 'A', '47.79.195.159', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1803, '2025-11-12 17:03:58', 'W', '43.174.152.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1804, '2025-11-12 17:04:41', 'W', '43.173.174.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1805, '2025-11-12 17:04:47', 'A', '66.249.66.3', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1806, '2025-11-12 17:04:49', 'A', '66.249.66.44', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1807, '2025-11-12 17:04:53', 'A', '66.249.66.1', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1808, '2025-11-12 17:05:33', 'A', '47.128.123.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1809, '2025-11-12 17:05:33', 'W', '52.73.6.26', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1810, '2025-11-12 17:06:02', 'W', '82.215.101.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1811, '2025-11-12 17:06:52', 'A', '47.79.197.236', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1812, '2025-11-12 17:06:54', 'A', '47.79.199.169', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1813, '2025-11-12 17:07:43', 'A', '47.79.193.202', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1814, '2025-11-12 17:07:59', 'A', '47.128.98.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1815, '2025-11-12 17:08:14', 'W', '74.7.227.73', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(1816, '2025-11-12 17:08:37', 'W', '43.173.181.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1817, '2025-11-12 17:08:43', 'W', '43.173.174.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1818, '2025-11-12 17:08:48', 'A', '47.128.45.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1819, '2025-11-12 17:09:17', 'W', '43.173.176.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1820, '2025-11-12 17:09:38', 'A', '47.128.117.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1821, '2025-11-12 17:09:38', 'A', '47.128.41.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1822, '2025-11-12 17:10:12', 'W', '177.183.112.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1823, '2025-11-12 17:10:18', 'W', '43.174.152.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1824, '2025-11-12 17:10:27', 'A', '47.128.98.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1825, '2025-11-12 17:10:27', 'A', '47.128.126.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1826, '2025-11-12 17:11:15', 'A', '47.128.29.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1827, '2025-11-12 17:11:16', 'A', '47.128.50.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1828, '2025-11-12 17:12:03', 'W', '43.173.182.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1829, '2025-11-12 17:12:04', 'A', '47.128.41.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1830, '2025-11-12 17:12:04', 'A', '47.128.46.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1831, '2025-11-12 17:12:07', 'W', '43.173.181.166', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1832, '2025-11-12 17:12:20', 'W', '43.173.174.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1833, '2025-11-12 17:12:35', 'W', '47.79.205.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 OPR/116.0.0.0', 'Chrome', 'Windows 10'),
(1834, '2025-11-12 17:12:49', 'W', '45.235.209.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1835, '2025-11-12 17:12:50', 'W', '200.94.154.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1836, '2025-11-12 17:12:52', 'A', '47.128.47.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1837, '2025-11-12 17:12:53', 'A', '47.79.197.197', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1838, '2025-11-12 17:12:53', 'W', '43.174.26.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1839, '2025-11-12 17:12:54', 'W', '46.99.200.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1840, '2025-11-12 17:12:55', 'W', '122.201.31.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1841, '2025-11-12 17:12:56', 'W', '143.137.71.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1842, '2025-11-12 17:12:57', 'W', '52.1.157.90', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1843, '2025-11-12 17:12:57', 'W', '38.222.93.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1844, '2025-11-12 17:12:58', 'W', '102.209.221.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1845, '2025-11-12 17:12:59', 'W', '196.210.221.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1846, '2025-11-12 17:13:01', 'W', '91.220.41.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1847, '2025-11-12 17:13:01', 'W', '177.200.5.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1848, '2025-11-12 17:13:01', 'A', '47.128.19.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1849, '2025-11-12 17:13:02', 'W', '64.227.5.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(1850, '2025-11-12 17:13:02', 'W', '47.79.193.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1851, '2025-11-12 17:13:03', 'W', '24.144.106.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1852, '2025-11-12 17:13:03', 'W', '41.142.161.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1853, '2025-11-12 17:13:07', 'W', '102.141.47.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1854, '2025-11-12 17:13:30', 'A', '47.79.195.142', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1855, '2025-11-12 17:13:42', 'A', '47.128.61.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1856, '2025-11-12 17:14:31', 'A', '47.128.18.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1857, '2025-11-12 17:14:31', 'A', '47.128.35.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1858, '2025-11-12 17:14:49', 'A', '47.79.215.203', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1859, '2025-11-12 17:15:20', 'A', '47.128.62.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1860, '2025-11-12 17:15:44', 'A', '47.79.195.106', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1861, '2025-11-12 17:16:09', 'A', '47.128.99.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1862, '2025-11-12 17:16:59', 'A', '47.128.56.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1863, '2025-11-12 17:16:59', 'A', '47.128.58.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1864, '2025-11-12 17:17:42', 'W', '47.79.195.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1865, '2025-11-12 17:17:48', 'A', '47.128.56.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1866, '2025-11-12 17:18:02', 'A', '47.79.200.151', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1867, '2025-11-12 17:18:37', 'A', '47.128.28.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1868, '2025-11-12 17:19:21', 'A', '47.79.212.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1869, '2025-11-12 17:19:25', 'A', '47.128.56.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1870, '2025-11-12 17:19:26', 'A', '47.128.56.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1871, '2025-11-12 17:19:31', 'A', '47.128.52.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1872, '2025-11-12 17:20:14', 'A', '47.128.35.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1873, '2025-11-12 17:20:14', 'A', '47.128.24.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1874, '2025-11-12 17:21:04', 'A', '47.128.18.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1875, '2025-11-12 17:21:05', 'A', '47.128.45.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1876, '2025-11-12 17:21:36', 'W', '195.201.199.99', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(1877, '2025-11-12 17:21:53', 'A', '47.128.29.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1878, '2025-11-12 17:22:18', 'A', '47.79.204.62', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1879, '2025-11-12 17:22:42', 'A', '47.128.47.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1880, '2025-11-12 17:22:43', 'A', '47.128.51.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1881, '2025-11-12 17:23:31', 'A', '47.128.41.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1882, '2025-11-12 17:23:56', 'A', '110.249.202.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1883, '2025-11-12 17:24:11', 'W', '43.173.180.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1884, '2025-11-12 17:24:20', 'A', '47.128.122.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1885, '2025-11-12 17:25:09', 'A', '47.128.47.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1886, '2025-11-12 17:25:09', 'A', '47.128.18.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1887, '2025-11-12 17:25:26', 'W', '8.217.213.41', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1888, '2025-11-12 17:25:30', 'W', '47.79.215.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1889, '2025-11-12 17:25:56', 'A', '47.79.207.42', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1890, '2025-11-12 17:25:58', 'A', '47.128.28.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1891, '2025-11-12 17:25:58', 'A', '47.128.42.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1892, '2025-11-12 17:26:25', 'W', '202.76.171.218', 'Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7', 'Chrome', 'Windows Server 2003/XP x64'),
(1893, '2025-11-12 17:26:25', 'W', '43.173.179.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1894, '2025-11-12 17:26:44', 'W', '43.173.180.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1895, '2025-11-12 17:26:46', 'A', '47.128.31.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1896, '2025-11-12 17:26:46', 'A', '47.128.99.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1897, '2025-11-12 17:27:09', 'A', '47.79.205.65', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(1898, '2025-11-12 17:27:24', 'A', '47.79.212.207', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1899, '2025-11-12 17:27:35', 'A', '47.128.56.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1900, '2025-11-12 17:27:56', 'W', '44.210.213.220', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1901, '2025-11-12 17:28:12', 'W', '43.173.175.10', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1902, '2025-11-12 17:28:15', 'W', '43.174.136.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1903, '2025-11-12 17:28:23', 'A', '47.128.125.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1904, '2025-11-12 17:28:23', 'A', '47.128.56.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1905, '2025-11-12 17:28:41', 'W', '34.194.95.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1906, '2025-11-12 17:29:13', 'A', '47.128.123.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1907, '2025-11-12 17:29:13', 'A', '47.128.124.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1908, '2025-11-12 17:29:18', 'W', '47.79.195.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1909, '2025-11-12 17:30:02', 'A', '47.128.21.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1910, '2025-11-12 17:30:02', 'A', '47.128.37.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1911, '2025-11-12 17:30:51', 'A', '47.128.45.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1912, '2025-11-12 17:30:51', 'A', '47.128.110.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1913, '2025-11-12 17:31:40', 'A', '47.128.56.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1914, '2025-11-12 17:31:41', 'A', '47.128.109.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1915, '2025-11-12 17:32:29', 'A', '47.128.52.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1916, '2025-11-12 17:32:29', 'A', '47.128.20.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1917, '2025-11-12 17:33:18', 'A', '47.128.96.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1918, '2025-11-12 17:33:18', 'A', '47.128.21.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1919, '2025-11-12 17:33:40', 'W', '8.217.176.61', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(1920, '2025-11-12 17:33:47', 'A', '47.79.205.91', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(1921, '2025-11-12 17:34:06', 'A', '47.128.31.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1922, '2025-11-12 17:34:06', 'A', '47.128.54.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1923, '2025-11-12 17:34:56', 'A', '47.128.110.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1924, '2025-11-12 17:34:56', 'A', '47.128.42.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1925, '2025-11-12 17:35:45', 'A', '47.128.115.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1926, '2025-11-12 17:35:46', 'A', '47.128.53.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1927, '2025-11-12 17:36:34', 'A', '47.128.117.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1928, '2025-11-12 17:36:34', 'A', '47.128.98.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1929, '2025-11-12 17:36:47', 'W', '23.21.228.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1930, '2025-11-12 17:37:23', 'A', '47.128.126.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1931, '2025-11-12 17:37:23', 'A', '47.128.126.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1932, '2025-11-12 17:37:32', 'W', '3.210.223.61', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1933, '2025-11-12 17:38:09', 'W', '18.235.81.246', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1934, '2025-11-12 17:38:12', 'A', '47.128.23.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1935, '2025-11-12 17:38:19', 'A', '110.249.202.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(1936, '2025-11-12 17:39:01', 'A', '47.128.34.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1937, '2025-11-12 17:39:01', 'A', '47.128.38.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1938, '2025-11-12 17:39:01', 'W', '54.85.7.119', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1939, '2025-11-12 17:39:21', 'W', '43.173.179.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1940, '2025-11-12 17:39:50', 'A', '47.128.49.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1941, '2025-11-12 17:39:50', 'A', '47.128.42.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1942, '2025-11-12 17:40:11', 'A', '47.79.213.90', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1943, '2025-11-12 17:40:38', 'A', '47.128.43.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1944, '2025-11-12 17:40:38', 'A', '47.128.98.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1945, '2025-11-12 17:41:28', 'A', '47.128.48.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1946, '2025-11-12 17:41:53', 'W', '47.79.195.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1947, '2025-11-12 17:41:57', 'A', '47.128.37.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1948, '2025-11-12 17:43:05', 'A', '47.128.54.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1949, '2025-11-12 17:44:19', 'A', '66.249.66.33', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1950, '2025-11-12 17:44:40', 'A', '47.79.207.41', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1951, '2025-11-12 17:44:43', 'A', '47.128.115.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1952, '2025-11-12 17:44:43', 'A', '47.128.48.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1953, '2025-11-12 17:45:32', 'A', '47.128.122.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1954, '2025-11-12 17:45:32', 'A', '47.128.63.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1955, '2025-11-12 17:45:47', 'W', '47.79.194.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(1956, '2025-11-12 17:46:21', 'A', '47.128.42.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1957, '2025-11-12 17:46:21', 'A', '47.128.123.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1958, '2025-11-12 17:47:11', 'A', '47.128.99.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1959, '2025-11-12 17:47:11', 'A', '47.128.23.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1960, '2025-11-12 17:47:27', 'A', '66.249.66.41', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1961, '2025-11-12 17:47:32', 'W', '47.79.217.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1962, '2025-11-12 17:47:58', 'A', '47.128.30.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1963, '2025-11-12 17:47:58', 'A', '47.128.99.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1964, '2025-11-12 17:48:15', 'A', '47.79.201.41', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(1965, '2025-11-12 17:48:47', 'A', '47.128.17.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1966, '2025-11-12 17:49:08', 'W', '47.79.217.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1967, '2025-11-12 17:49:12', 'W', '43.173.182.133', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1968, '2025-11-12 17:49:38', 'A', '47.128.126.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1969, '2025-11-12 17:49:38', 'A', '47.128.30.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1970, '2025-11-12 17:50:06', 'A', '66.249.66.66', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1971, '2025-11-12 17:50:19', 'W', '43.173.180.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1972, '2025-11-12 17:50:25', 'A', '47.128.98.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1973, '2025-11-12 17:50:26', 'A', '47.128.53.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1974, '2025-11-12 17:50:55', 'W', '43.173.174.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1975, '2025-11-12 17:50:58', 'W', '43.173.179.92', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1976, '2025-11-12 17:51:15', 'A', '47.128.52.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1977, '2025-11-12 17:51:15', 'A', '47.128.37.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1978, '2025-11-12 17:51:50', 'W', '43.173.180.104', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1979, '2025-11-12 17:51:58', 'W', '43.173.180.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1980, '2025-11-12 17:52:04', 'A', '47.128.40.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1981, '2025-11-12 17:52:04', 'A', '47.128.41.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1982, '2025-11-12 17:52:17', 'A', '66.249.66.203', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(1983, '2025-11-12 17:52:25', 'W', '43.152.152.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1984, '2025-11-12 17:52:26', 'W', '43.132.65.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(1985, '2025-11-12 17:52:53', 'A', '47.128.45.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1986, '2025-11-12 17:52:53', 'A', '47.128.97.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1987, '2025-11-12 17:53:42', 'A', '47.128.54.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1988, '2025-11-12 17:53:42', 'A', '47.128.126.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1989, '2025-11-12 17:53:49', 'W', '43.173.179.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1990, '2025-11-12 17:53:56', 'W', '43.173.182.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1991, '2025-11-12 17:54:31', 'A', '47.128.19.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1992, '2025-11-12 17:54:31', 'A', '47.128.18.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1993, '2025-11-12 17:55:07', 'W', '23.21.204.95', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(1994, '2025-11-12 17:55:21', 'A', '47.128.97.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1995, '2025-11-12 17:55:34', 'W', '43.173.177.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1996, '2025-11-12 17:55:39', 'W', '43.173.178.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(1997, '2025-11-12 17:55:43', 'W', '177.185.220.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.48 Safari/537.36', 'Chrome', 'Windows 10'),
(1998, '2025-11-12 17:55:50', 'A', '47.128.98.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(1999, '2025-11-12 17:56:59', 'A', '47.128.34.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2000, '2025-11-12 17:56:59', 'A', '47.128.22.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2001, '2025-11-12 17:57:06', 'W', '43.173.181.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2002, '2025-11-12 17:57:33', 'A', '110.249.202.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2003, '2025-11-12 17:57:47', 'A', '47.128.37.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2004, '2025-11-12 17:57:49', 'W', '43.173.174.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2005, '2025-11-12 17:57:51', 'W', '43.173.176.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2006, '2025-11-12 17:57:56', 'W', '18.97.9.101', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(2007, '2025-11-12 17:58:36', 'A', '47.128.38.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2008, '2025-11-12 17:58:36', 'A', '47.128.40.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2009, '2025-11-12 17:58:54', 'W', '51.75.236.143', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(2010, '2025-11-12 17:59:24', 'W', '43.173.175.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2011, '2025-11-12 17:59:26', 'A', '47.128.39.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2012, '2025-11-12 17:59:26', 'A', '47.128.58.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2013, '2025-11-12 17:59:54', 'W', '43.173.180.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2014, '2025-11-12 18:00:14', 'A', '47.128.25.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2015, '2025-11-12 18:00:15', 'A', '47.128.61.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2016, '2025-11-12 18:01:04', 'A', '47.128.19.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2017, '2025-11-12 18:01:04', 'A', '47.128.21.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2018, '2025-11-12 18:01:35', 'W', '43.173.177.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2019, '2025-11-12 18:01:45', 'A', '47.79.197.245', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2020, '2025-11-12 18:02:33', 'W', '106.219.242.18', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/7838-01-29 21:42:26.484894 Firefox/3.6.4', 'Firefox', 'Linux'),
(2021, '2025-11-12 18:02:41', 'A', '47.128.110.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2022, '2025-11-12 18:02:41', 'A', '47.128.118.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2023, '2025-11-12 18:03:32', 'A', '47.128.27.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2024, '2025-11-12 18:03:32', 'A', '47.128.115.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2025, '2025-11-12 18:04:19', 'A', '47.128.38.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2026, '2025-11-12 18:04:19', 'A', '47.128.26.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2027, '2025-11-12 18:05:57', 'A', '47.128.48.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2028, '2025-11-12 18:05:57', 'A', '47.128.118.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2029, '2025-11-12 18:06:02', 'W', '47.79.217.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(2030, '2025-11-12 18:06:09', 'W', '100.24.149.244', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2031, '2025-11-12 18:06:11', 'W', '198.199.64.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2032, '2025-11-12 18:06:13', 'W', '37.63.34.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2033, '2025-11-12 18:06:16', 'W', '185.146.113.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2034, '2025-11-12 18:06:16', 'W', '201.188.181.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2035, '2025-11-12 18:06:20', 'W', '37.236.124.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2036, '2025-11-12 18:06:26', 'W', '39.63.175.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2037, '2025-11-12 18:06:30', 'W', '169.224.100.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2038, '2025-11-12 18:06:30', 'W', '196.189.152.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2039, '2025-11-12 18:06:33', 'W', '190.6.34.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2040, '2025-11-12 18:06:34', 'W', '200.96.220.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2041, '2025-11-12 18:06:36', 'W', '137.184.210.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2042, '2025-11-12 18:06:40', 'W', '45.235.38.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2043, '2025-11-12 18:06:43', 'W', '37.236.22.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2044, '2025-11-12 18:06:46', 'A', '47.128.127.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2045, '2025-11-12 18:06:46', 'A', '47.128.120.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2046, '2025-11-12 18:07:37', 'A', '47.128.59.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2047, '2025-11-12 18:07:37', 'A', '47.128.57.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2048, '2025-11-12 18:07:38', 'W', '43.173.182.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2049, '2025-11-12 18:07:39', 'W', '43.173.182.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2050, '2025-11-12 18:07:54', 'W', '47.79.207.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2051, '2025-11-12 18:08:22', 'W', '43.173.174.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2052, '2025-11-12 18:08:24', 'A', '47.128.40.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2053, '2025-11-12 18:08:24', 'A', '47.128.62.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2054, '2025-11-12 18:08:33', 'A', '47.79.201.243', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2055, '2025-11-12 18:09:13', 'A', '47.128.44.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2056, '2025-11-12 18:10:02', 'A', '47.128.47.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2057, '2025-11-12 18:10:04', 'A', '47.128.31.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2058, '2025-11-12 18:10:39', 'A', '47.79.203.88', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2059, '2025-11-12 18:10:51', 'A', '47.128.44.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2060, '2025-11-12 18:10:51', 'A', '47.128.51.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2061, '2025-11-12 18:11:13', 'A', '110.249.202.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2062, '2025-11-12 18:11:41', 'A', '47.128.44.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2063, '2025-11-12 18:11:53', 'W', '100.29.155.89', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2064, '2025-11-12 18:12:15', 'A', '47.79.218.80', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2065, '2025-11-12 18:12:17', 'W', '44.193.102.198', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2066, '2025-11-12 18:12:21', 'A', '47.79.193.222', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2067, '2025-11-12 18:12:30', 'A', '47.128.49.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2068, '2025-11-12 18:13:04', 'A', '47.79.206.251', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2069, '2025-11-12 18:13:19', 'A', '66.249.66.40', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(2070, '2025-11-12 18:13:20', 'A', '47.128.127.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2071, '2025-11-12 18:13:20', 'A', '47.128.18.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2072, '2025-11-12 18:13:44', 'A', '47.79.203.32', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2073, '2025-11-12 18:14:05', 'W', '47.79.213.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2074, '2025-11-12 18:14:09', 'A', '47.128.35.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2075, '2025-11-12 18:14:33', 'A', '110.249.201.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(2076, '2025-11-12 18:14:59', 'A', '47.128.34.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2077, '2025-11-12 18:15:00', 'A', '47.128.34.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2078, '2025-11-12 18:15:13', 'W', '34.238.45.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2079, '2025-11-12 18:15:24', 'W', '23.23.104.107', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2080, '2025-11-12 18:15:47', 'A', '47.128.45.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2081, '2025-11-12 18:15:48', 'A', '47.128.123.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2082, '2025-11-12 18:16:12', 'W', '43.173.181.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2083, '2025-11-12 18:16:38', 'A', '47.128.55.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2084, '2025-11-12 18:17:25', 'A', '47.128.119.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2085, '2025-11-12 18:17:28', 'A', '47.128.118.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2086, '2025-11-12 18:18:16', 'A', '47.128.37.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2087, '2025-11-12 18:18:46', 'W', '47.79.215.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2088, '2025-11-12 18:19:03', 'A', '47.128.49.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2089, '2025-11-12 18:19:05', 'A', '47.128.118.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2090, '2025-11-12 18:19:29', 'W', '47.79.212.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2091, '2025-11-12 18:19:52', 'A', '47.128.42.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2092, '2025-11-12 18:19:54', 'A', '47.128.20.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2093, '2025-11-12 18:20:41', 'A', '47.128.62.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2094, '2025-11-12 18:20:43', 'A', '47.128.111.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2095, '2025-11-12 18:21:32', 'A', '47.128.99.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2096, '2025-11-12 18:22:20', 'A', '47.128.26.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2097, '2025-11-12 18:22:21', 'A', '47.128.29.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2098, '2025-11-12 18:23:08', 'A', '47.128.22.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2099, '2025-11-12 18:23:10', 'A', '47.128.22.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2100, '2025-11-12 18:23:57', 'A', '47.128.56.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2101, '2025-11-12 18:24:01', 'A', '47.128.30.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2102, '2025-11-12 18:24:25', 'A', '66.249.66.192', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(2103, '2025-11-12 18:24:34', 'W', '47.79.207.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2104, '2025-11-12 18:24:46', 'A', '47.128.23.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2105, '2025-11-12 18:24:48', 'A', '47.128.52.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2106, '2025-11-12 18:24:49', 'W', '43.163.4.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2107, '2025-11-12 18:25:27', 'W', '47.79.197.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2108, '2025-11-12 18:25:35', 'A', '47.128.97.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2109, '2025-11-12 18:25:39', 'A', '47.128.43.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2110, '2025-11-12 18:25:51', 'A', '47.79.216.122', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2111, '2025-11-12 18:26:25', 'A', '47.128.113.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2112, '2025-11-12 18:26:27', 'A', '47.128.121.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2113, '2025-11-12 18:27:13', 'A', '47.128.52.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2114, '2025-11-12 18:27:16', 'A', '47.128.35.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2115, '2025-11-12 18:28:02', 'A', '47.128.41.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2116, '2025-11-12 18:28:51', 'A', '47.128.124.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2117, '2025-11-12 18:28:53', 'A', '47.128.113.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2118, '2025-11-12 18:29:31', 'W', '43.173.177.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2119, '2025-11-12 18:29:40', 'A', '47.128.17.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2120, '2025-11-12 18:29:41', 'A', '47.128.32.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2121, '2025-11-12 18:30:02', 'W', '43.173.182.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2122, '2025-11-12 18:30:30', 'A', '47.128.38.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2123, '2025-11-12 18:32:31', 'A', '47.79.206.19', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2124, '2025-11-12 18:32:56', 'A', '47.128.47.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2125, '2025-11-12 18:32:57', 'A', '47.128.40.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2126, '2025-11-12 18:33:06', 'A', '47.79.197.190', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2127, '2025-11-12 18:33:46', 'A', '47.128.99.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2128, '2025-11-12 18:33:46', 'A', '47.128.18.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2129, '2025-11-12 18:34:27', 'A', '110.249.201.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2130, '2025-11-12 18:34:34', 'A', '47.128.99.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2131, '2025-11-12 18:34:36', 'A', '47.128.53.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2132, '2025-11-12 18:35:09', 'W', '3.89.170.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2133, '2025-11-12 18:35:24', 'A', '47.128.54.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2134, '2025-11-12 18:35:33', 'A', '66.249.66.199', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(2135, '2025-11-12 18:35:54', 'A', '110.249.202.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2136, '2025-11-12 18:36:13', 'A', '47.128.98.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2137, '2025-11-12 18:36:51', 'W', '3.212.219.113', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2138, '2025-11-12 18:37:01', 'A', '47.128.120.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2139, '2025-11-12 18:37:02', 'A', '47.128.37.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2140, '2025-11-12 18:37:50', 'A', '47.128.119.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2141, '2025-11-12 18:37:51', 'A', '47.128.96.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2142, '2025-11-12 18:37:54', 'W', '52.167.144.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2143, '2025-11-12 18:38:19', 'W', '43.173.180.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2144, '2025-11-12 18:38:40', 'A', '47.128.17.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2145, '2025-11-12 18:38:40', 'A', '47.128.63.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2146, '2025-11-12 18:39:29', 'A', '47.128.34.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2147, '2025-11-12 18:40:08', 'A', '47.79.219.11', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2148, '2025-11-12 18:40:18', 'A', '47.128.97.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2149, '2025-11-12 18:40:57', 'W', '14.235.170.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(2150, '2025-11-12 18:41:07', 'A', '47.128.33.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2151, '2025-11-12 18:41:07', 'A', '47.128.22.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2152, '2025-11-12 18:41:56', 'A', '47.128.61.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2153, '2025-11-12 18:41:56', 'A', '47.128.58.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2154, '2025-11-12 18:42:01', 'W', '43.173.179.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2155, '2025-11-12 18:42:48', 'A', '47.128.22.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2156, '2025-11-12 18:42:48', 'A', '47.128.35.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2157, '2025-11-12 18:42:54', 'A', '47.79.200.218', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2158, '2025-11-12 18:42:58', 'A', '47.79.217.128', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(2159, '2025-11-12 18:43:34', 'A', '47.128.44.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2160, '2025-11-12 18:43:34', 'A', '47.128.51.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2161, '2025-11-12 18:44:23', 'A', '47.128.99.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2162, '2025-11-12 18:44:23', 'A', '47.128.118.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2163, '2025-11-12 18:44:35', 'W', '40.77.167.151', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2164, '2025-11-12 18:44:49', 'W', '43.173.178.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2165, '2025-11-12 18:45:11', 'A', '47.128.45.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2166, '2025-11-12 18:45:30', 'A', '47.128.45.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2167, '2025-11-12 18:45:39', 'W', '43.173.173.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2168, '2025-11-12 18:45:50', 'W', '43.173.181.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2169, '2025-11-12 18:46:01', 'A', '47.128.16.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2170, '2025-11-12 18:46:42', 'A', '47.79.216.12', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2171, '2025-11-12 18:47:40', 'A', '47.128.123.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2172, '2025-11-12 18:47:40', 'A', '47.128.119.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2173, '2025-11-12 18:48:09', 'A', '110.249.201.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2174, '2025-11-12 18:48:13', 'W', '202.76.140.8', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1', 'Chrome', 'Windows XP'),
(2175, '2025-11-12 18:49:03', 'W', '43.173.180.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2176, '2025-11-12 18:49:04', 'A', '47.79.202.184', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2177, '2025-11-12 18:49:07', 'A', '47.79.203.226', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2178, '2025-11-12 18:49:18', 'A', '47.128.56.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2179, '2025-11-12 18:49:18', 'A', '47.128.125.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2180, '2025-11-12 18:50:05', 'W', '196.189.184.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2181, '2025-11-12 18:50:06', 'A', '47.128.98.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2182, '2025-11-12 18:50:06', 'A', '47.128.56.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2183, '2025-11-12 18:50:55', 'A', '47.128.47.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2184, '2025-11-12 18:51:45', 'A', '47.128.33.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2185, '2025-11-12 18:51:51', 'W', '103.149.147.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(2186, '2025-11-12 18:52:33', 'A', '47.128.31.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2187, '2025-11-12 18:52:33', 'A', '47.128.32.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2188, '2025-11-12 18:52:38', 'A', '47.128.33.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2189, '2025-11-12 18:53:22', 'A', '47.128.49.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2190, '2025-11-12 18:53:22', 'A', '47.128.43.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2191, '2025-11-12 18:54:11', 'A', '47.128.39.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2192, '2025-11-12 18:54:11', 'A', '47.128.98.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2193, '2025-11-12 18:55:02', 'A', '47.128.55.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2194, '2025-11-12 18:55:02', 'A', '47.128.123.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2195, '2025-11-12 18:55:49', 'A', '47.128.26.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2196, '2025-11-12 18:55:49', 'A', '47.128.127.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2197, '2025-11-12 18:55:53', 'W', '52.167.144.231', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2198, '2025-11-12 18:56:38', 'A', '47.128.55.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2199, '2025-11-12 18:56:38', 'A', '47.128.29.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2200, '2025-11-12 18:57:27', 'A', '47.128.30.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2201, '2025-11-12 18:57:45', 'W', '43.173.173.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2202, '2025-11-12 18:58:16', 'A', '47.128.120.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2203, '2025-11-12 18:58:31', 'W', '43.173.175.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2204, '2025-11-12 18:59:06', 'A', '47.128.63.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2205, '2025-11-12 18:59:08', 'A', '110.249.202.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2206, '2025-11-12 18:59:54', 'A', '47.128.113.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2207, '2025-11-12 18:59:54', 'A', '47.128.21.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2208, '2025-11-12 19:00:11', 'W', '47.79.200.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2209, '2025-11-12 19:00:43', 'A', '47.128.17.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2210, '2025-11-12 19:00:43', 'A', '47.128.55.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2211, '2025-11-12 19:00:56', 'W', '47.79.193.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2212, '2025-11-12 19:00:58', 'A', '47.79.216.6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2213, '2025-11-12 19:01:16', 'W', '177.124.82.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(2214, '2025-11-12 19:01:16', 'W', '23.21.250.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2215, '2025-11-12 19:01:30', 'A', '110.249.201.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2216, '2025-11-12 19:01:32', 'A', '47.128.119.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2217, '2025-11-12 19:01:32', 'A', '47.128.23.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2218, '2025-11-12 19:02:03', 'A', '47.79.200.210', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2219, '2025-11-12 19:02:24', 'W', '100.29.164.178', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2220, '2025-11-12 19:02:45', 'W', '34.225.243.131', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2221, '2025-11-12 19:03:04', 'W', '52.45.194.165', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2222, '2025-11-12 19:03:11', 'A', '47.128.115.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2223, '2025-11-12 19:03:11', 'A', '47.128.48.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2224, '2025-11-12 19:03:37', 'A', '47.79.193.127', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2225, '2025-11-12 19:03:57', 'W', '43.173.175.229', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2226, '2025-11-12 19:03:59', 'A', '47.128.54.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2227, '2025-11-12 19:03:59', 'A', '47.128.25.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2228, '2025-11-12 19:03:59', 'W', '43.173.177.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2229, '2025-11-12 19:04:04', 'W', '43.173.174.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2230, '2025-11-12 19:04:10', 'W', '51.83.6.238', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(2231, '2025-11-12 19:05:00', 'W', '54.164.106.236', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2232, '2025-11-12 19:05:37', 'A', '47.128.29.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2233, '2025-11-12 19:05:37', 'A', '47.128.55.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2234, '2025-11-12 19:06:05', 'W', '43.173.173.171', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2235, '2025-11-12 19:06:20', 'W', '202.76.191.222', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.43 Safari/534.24', 'Chrome', 'Windows XP'),
(2236, '2025-11-12 19:06:26', 'A', '47.128.43.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2237, '2025-11-12 19:06:27', 'A', '47.128.126.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2238, '2025-11-12 19:06:29', 'W', '52.200.142.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2239, '2025-11-12 19:07:16', 'A', '47.128.114.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2240, '2025-11-12 19:07:16', 'A', '47.128.27.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2241, '2025-11-12 19:07:28', 'W', '54.147.238.89', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2242, '2025-11-12 19:08:04', 'A', '47.128.62.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2243, '2025-11-12 19:08:04', 'A', '47.128.32.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2244, '2025-11-12 19:08:12', 'A', '47.79.192.140', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2245, '2025-11-12 19:08:54', 'A', '47.128.20.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2246, '2025-11-12 19:08:54', 'A', '47.128.27.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2247, '2025-11-12 19:09:18', 'W', '98.83.177.42', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2248, '2025-11-12 19:09:43', 'A', '47.128.36.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2249, '2025-11-12 19:09:46', 'A', '47.79.197.100', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2250, '2025-11-12 19:10:13', 'A', '47.79.203.250', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2251, '2025-11-12 19:10:32', 'A', '47.128.38.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2252, '2025-11-12 19:10:32', 'A', '47.128.122.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2253, '2025-11-12 19:10:34', 'W', '43.173.177.229', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2254, '2025-11-12 19:11:10', 'A', '47.79.213.59', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2255, '2025-11-12 19:11:20', 'A', '47.128.122.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2256, '2025-11-12 19:11:21', 'A', '47.128.23.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2257, '2025-11-12 19:11:41', 'W', '149.102.237.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(2258, '2025-11-12 19:12:09', 'A', '47.128.119.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2259, '2025-11-12 19:12:10', 'A', '47.128.120.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2260, '2025-11-12 19:12:23', 'A', '47.79.198.47', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2261, '2025-11-12 19:12:34', 'W', '78.173.35.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2262, '2025-11-12 19:12:37', 'W', '186.65.86.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2263, '2025-11-12 19:12:37', 'W', '78.190.179.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2264, '2025-11-12 19:12:38', 'W', '38.74.250.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2265, '2025-11-12 19:12:44', 'W', '38.210.183.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2266, '2025-11-12 19:12:50', 'W', '167.58.250.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2267, '2025-11-12 19:12:59', 'A', '47.128.110.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2268, '2025-11-12 19:12:59', 'A', '47.128.16.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2269, '2025-11-12 19:13:48', 'A', '47.79.194.36', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2270, '2025-11-12 19:13:48', 'A', '47.128.29.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2271, '2025-11-12 19:13:50', 'A', '110.249.202.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2272, '2025-11-12 19:14:36', 'A', '47.128.49.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2273, '2025-11-12 19:14:52', 'A', '47.79.214.170', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2274, '2025-11-12 19:15:25', 'A', '47.128.99.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2275, '2025-11-12 19:15:25', 'A', '47.128.32.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2276, '2025-11-12 19:16:14', 'A', '47.128.99.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2277, '2025-11-12 19:16:15', 'A', '47.128.96.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2278, '2025-11-12 19:16:24', 'A', '110.249.202.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2279, '2025-11-12 19:16:45', 'A', '47.79.212.140', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2280, '2025-11-12 19:17:03', 'A', '47.128.39.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2281, '2025-11-12 19:17:04', 'A', '47.128.50.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2282, '2025-11-12 19:17:50', 'W', '91.196.55.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2283, '2025-11-12 19:17:51', 'W', '77.90.203.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2284, '2025-11-12 19:17:53', 'A', '47.128.43.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2285, '2025-11-12 19:17:53', 'W', '169.224.13.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2286, '2025-11-12 19:18:05', 'W', '177.38.105.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2287, '2025-11-12 19:18:11', 'W', '201.47.66.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2288, '2025-11-12 19:18:14', 'W', '143.198.179.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2289, '2025-11-12 19:18:17', 'W', '5.62.146.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2290, '2025-11-12 19:18:20', 'W', '72.50.94.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2291, '2025-11-12 19:18:39', 'W', '171.236.118.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2292, '2025-11-12 19:18:42', 'A', '47.128.27.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2293, '2025-11-12 19:18:42', 'A', '47.128.24.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2294, '2025-11-12 19:18:49', 'W', '200.219.13.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2295, '2025-11-12 19:18:50', 'W', '165.50.87.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2296, '2025-11-12 19:18:51', 'W', '37.40.90.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2297, '2025-11-12 19:18:53', 'W', '178.89.243.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2298, '2025-11-12 19:18:54', 'W', '179.127.251.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2299, '2025-11-12 19:19:07', 'W', '185.250.31.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(2300, '2025-11-12 19:19:16', 'W', '181.123.45.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2301, '2025-11-12 19:19:30', 'A', '47.128.120.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2302, '2025-11-12 19:19:31', 'A', '47.128.42.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2303, '2025-11-12 19:20:01', 'A', '110.249.202.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2304, '2025-11-12 19:20:19', 'A', '47.128.37.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2305, '2025-11-12 19:21:08', 'A', '47.128.40.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2306, '2025-11-12 19:21:09', 'A', '47.128.28.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2307, '2025-11-12 19:21:57', 'A', '47.128.34.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2308, '2025-11-12 19:21:59', 'A', '47.128.38.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2309, '2025-11-12 19:22:47', 'A', '47.128.38.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2310, '2025-11-12 19:22:48', 'A', '47.128.120.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2311, '2025-11-12 19:23:07', 'A', '47.79.205.66', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2312, '2025-11-12 19:23:14', 'W', '52.167.144.189', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2313, '2025-11-12 19:23:19', 'W', '52.167.144.211', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2314, '2025-11-12 19:23:36', 'A', '47.128.59.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2315, '2025-11-12 19:23:37', 'A', '47.128.29.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2316, '2025-11-12 19:24:13', 'W', '47.79.197.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2317, '2025-11-12 19:24:24', 'A', '47.128.35.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2318, '2025-11-12 19:24:26', 'A', '47.128.110.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2319, '2025-11-12 19:25:13', 'A', '47.128.59.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2320, '2025-11-12 19:25:15', 'A', '47.128.23.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2321, '2025-11-12 19:25:29', 'W', '191.239.245.23', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(2322, '2025-11-12 19:26:01', 'A', '47.128.114.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2323, '2025-11-12 19:26:04', 'A', '47.128.125.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2324, '2025-11-12 19:26:52', 'A', '47.128.43.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2325, '2025-11-12 19:27:40', 'A', '47.128.19.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2326, '2025-11-12 19:27:43', 'A', '47.128.53.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2327, '2025-11-12 19:27:47', 'W', '43.173.178.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2328, '2025-11-12 19:27:53', 'W', '43.173.182.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2329, '2025-11-12 19:27:55', 'W', '43.173.181.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2330, '2025-11-12 19:28:05', 'A', '111.225.148.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2331, '2025-11-12 19:28:27', 'A', '47.79.212.152', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2332, '2025-11-12 19:28:29', 'A', '47.128.58.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2333, '2025-11-12 19:28:32', 'A', '47.128.111.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2334, '2025-11-12 19:28:59', 'W', '18.97.9.98', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(2335, '2025-11-12 19:29:19', 'A', '47.128.125.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2336, '2025-11-12 19:29:20', 'A', '47.128.41.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2337, '2025-11-12 19:30:07', 'A', '47.128.22.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2338, '2025-11-12 19:30:10', 'A', '47.128.124.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2339, '2025-11-12 19:30:18', 'W', '47.79.196.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2340, '2025-11-12 19:30:56', 'A', '47.128.127.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2341, '2025-11-12 19:30:58', 'A', '47.128.31.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2342, '2025-11-12 19:31:06', 'W', '40.77.167.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2343, '2025-11-12 19:31:45', 'A', '47.128.39.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2344, '2025-11-12 19:31:47', 'A', '47.128.53.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2345, '2025-11-12 19:32:09', 'A', '110.249.202.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2346, '2025-11-12 19:32:34', 'A', '47.128.16.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2347, '2025-11-12 19:32:36', 'A', '47.128.99.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2348, '2025-11-12 19:32:39', 'A', '47.128.43.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2349, '2025-11-12 19:32:49', 'W', '43.173.180.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2350, '2025-11-12 19:33:00', 'W', '44.215.210.112', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2351, '2025-11-12 19:33:59', 'A', '47.128.36.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2352, '2025-11-12 19:34:00', 'A', '47.128.109.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2353, '2025-11-12 19:34:03', 'A', '47.128.44.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2354, '2025-11-12 19:34:03', 'A', '47.128.61.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2355, '2025-11-12 19:34:03', 'W', '43.173.176.57', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2356, '2025-11-12 19:35:27', 'A', '47.128.18.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2357, '2025-11-12 19:35:27', 'A', '47.128.127.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2358, '2025-11-12 19:35:28', 'A', '47.128.96.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2359, '2025-11-12 19:36:11', 'W', '165.22.2.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2360, '2025-11-12 19:36:12', 'W', '86.57.5.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2361, '2025-11-12 19:36:14', 'W', '156.194.51.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2362, '2025-11-12 19:36:15', 'W', '5.1.106.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2363, '2025-11-12 19:36:17', 'W', '189.242.90.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2364, '2025-11-12 19:36:17', 'W', '190.120.188.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2365, '2025-11-12 19:36:19', 'W', '37.238.186.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2366, '2025-11-12 19:36:19', 'W', '37.239.50.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2367, '2025-11-12 19:36:22', 'W', '195.123.224.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2368, '2025-11-12 19:36:27', 'W', '170.254.126.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2369, '2025-11-12 19:36:33', 'W', '143.198.189.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2370, '2025-11-12 19:36:36', 'W', '138.117.55.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2371, '2025-11-12 19:36:36', 'W', '78.190.176.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2372, '2025-11-12 19:36:44', 'W', '102.215.33.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2373, '2025-11-12 19:36:50', 'A', '47.128.97.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2374, '2025-11-12 19:36:51', 'A', '47.128.122.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2375, '2025-11-12 19:36:51', 'A', '47.128.47.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2376, '2025-11-12 19:36:54', 'A', '47.79.194.121', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2377, '2025-11-12 19:38:11', 'A', '47.128.39.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2378, '2025-11-12 19:38:13', 'A', '47.128.115.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2379, '2025-11-12 19:39:09', 'W', '57.141.0.4', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2380, '2025-11-12 19:39:35', 'A', '47.128.112.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2381, '2025-11-12 19:39:37', 'A', '47.128.125.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2382, '2025-11-12 19:39:38', 'A', '47.128.98.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2383, '2025-11-12 19:39:38', 'A', '47.128.42.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2384, '2025-11-12 19:40:18', 'W', '40.77.167.121', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2385, '2025-11-12 19:40:26', 'W', '91.186.230.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2386, '2025-11-12 19:40:38', 'W', '43.173.174.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2387, '2025-11-12 19:40:44', 'A', '47.128.47.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2388, '2025-11-12 19:41:06', 'W', '14.239.228.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(2389, '2025-11-12 19:41:10', 'A', '47.79.207.177', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2390, '2025-11-12 19:41:28', 'W', '52.0.63.151', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2391, '2025-11-12 19:42:52', 'A', '110.249.201.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2392, '2025-11-12 19:43:04', 'A', '47.128.28.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2393, '2025-11-12 19:43:05', 'A', '47.128.34.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2394, '2025-11-12 19:43:07', 'A', '47.128.116.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2395, '2025-11-12 19:43:07', 'A', '47.128.63.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2396, '2025-11-12 19:43:13', 'A', '47.79.195.202', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2397, '2025-11-12 19:43:34', 'W', '177.185.119.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1309.0 Safari/537.17', 'Chrome', 'Mac OS X'),
(2398, '2025-11-12 19:44:49', 'W', '52.167.144.159', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2399, '2025-11-12 19:44:51', 'A', '110.249.202.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2400, '2025-11-12 19:45:04', 'W', '92.222.104.192', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(2401, '2025-11-12 19:45:25', 'A', '47.128.48.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2402, '2025-11-12 19:45:27', 'A', '47.128.115.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2403, '2025-11-12 19:45:27', 'A', '47.128.39.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2404, '2025-11-12 19:45:38', 'W', '113.179.150.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2405, '2025-11-12 19:46:38', 'A', '47.128.124.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2406, '2025-11-12 19:47:06', 'W', '43.173.182.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2407, '2025-11-12 19:47:08', 'W', '54.145.82.217', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2408, '2025-11-12 19:47:44', 'A', '47.79.202.120', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2409, '2025-11-12 19:47:56', 'A', '110.249.201.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2410, '2025-11-12 19:48:24', 'A', '47.79.201.210', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2411, '2025-11-12 19:48:24', 'W', '54.204.62.163', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2412, '2025-11-12 19:48:54', 'A', '47.128.114.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2413, '2025-11-12 19:48:56', 'A', '47.128.19.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2414, '2025-11-12 19:48:56', 'A', '47.128.52.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2415, '2025-11-12 19:48:56', 'A', '47.128.123.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2416, '2025-11-12 19:49:20', 'W', '181.90.186.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5163.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(2417, '2025-11-12 19:49:36', 'A', '47.79.206.63', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2418, '2025-11-12 19:49:38', 'W', '43.173.175.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2419, '2025-11-12 19:50:03', 'A', '47.128.124.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2420, '2025-11-12 19:50:07', 'A', '47.128.23.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2421, '2025-11-12 19:51:11', 'W', '43.173.174.120', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2422, '2025-11-12 19:51:13', 'A', '47.128.118.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2423, '2025-11-12 19:51:13', 'A', '47.128.23.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2424, '2025-11-12 19:51:16', 'A', '47.128.41.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2425, '2025-11-12 19:51:16', 'A', '47.128.118.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2426, '2025-11-12 19:51:19', 'W', '43.173.175.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2427, '2025-11-12 19:51:26', 'W', '43.173.178.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2428, '2025-11-12 19:52:24', 'A', '47.128.99.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2429, '2025-11-12 19:52:24', 'A', '47.128.22.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2430, '2025-11-12 19:52:28', 'A', '47.128.39.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2431, '2025-11-12 19:53:37', 'A', '47.128.53.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2432, '2025-11-12 19:54:43', 'A', '47.128.17.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2433, '2025-11-12 19:54:43', 'A', '47.128.123.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2434, '2025-11-12 19:54:43', 'W', '222.254.222.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(2435, '2025-11-12 19:54:46', 'A', '47.128.36.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2436, '2025-11-12 19:54:46', 'A', '47.128.124.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2437, '2025-11-12 19:55:14', 'A', '110.249.201.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2438, '2025-11-12 19:55:52', 'A', '47.128.36.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2439, '2025-11-12 19:57:03', 'A', '47.128.27.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2440, '2025-11-12 19:57:03', 'A', '47.128.112.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2441, '2025-11-12 19:57:06', 'A', '47.128.124.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2442, '2025-11-12 19:57:06', 'A', '47.128.55.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2443, '2025-11-12 19:58:11', 'A', '47.128.116.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2444, '2025-11-12 19:58:30', 'W', '216.73.216.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(2445, '2025-11-12 19:59:31', 'W', '43.173.175.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2446, '2025-11-12 19:59:32', 'W', '43.173.180.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2447, '2025-11-12 19:59:42', 'W', '43.173.179.192', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2448, '2025-11-12 20:00:30', 'A', '47.128.98.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2449, '2025-11-12 20:00:30', 'A', '47.128.36.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2450, '2025-11-12 20:00:35', 'A', '47.128.97.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2451, '2025-11-12 20:01:40', 'A', '47.128.120.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2452, '2025-11-12 20:02:35', 'W', '43.173.175.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2453, '2025-11-12 20:02:44', 'W', '43.173.180.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2454, '2025-11-12 20:02:45', 'W', '43.173.178.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2455, '2025-11-12 20:02:50', 'A', '47.128.52.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2456, '2025-11-12 20:02:55', 'A', '47.128.31.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2457, '2025-11-12 20:02:57', 'W', '43.173.175.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2458, '2025-11-12 20:03:03', 'W', '41.155.12.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2459, '2025-11-12 20:03:11', 'W', '43.173.180.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2460, '2025-11-12 20:03:16', 'W', '43.173.181.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2461, '2025-11-12 20:03:18', 'A', '110.249.202.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2462, '2025-11-12 20:03:24', 'W', '43.173.174.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2463, '2025-11-12 20:03:26', 'W', '79.106.215.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2464, '2025-11-12 20:03:28', 'W', '43.173.173.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2465, '2025-11-12 20:03:30', 'W', '43.173.177.121', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2466, '2025-11-12 20:03:35', 'W', '43.173.181.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2467, '2025-11-12 20:03:35', 'W', '43.173.175.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2468, '2025-11-12 20:03:55', 'W', '43.173.179.51', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2469, '2025-11-12 20:03:58', 'W', '43.173.181.93', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2470, '2025-11-12 20:04:00', 'A', '47.128.42.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2471, '2025-11-12 20:04:02', 'W', '43.173.181.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2472, '2025-11-12 20:04:07', 'W', '43.173.173.148', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2473, '2025-11-12 20:04:13', 'A', '47.79.196.103', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2474, '2025-11-12 20:05:01', 'A', '110.249.202.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2475, '2025-11-12 20:05:16', 'W', '43.173.173.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2476, '2025-11-12 20:05:23', 'W', '47.79.203.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2477, '2025-11-12 20:05:44', 'A', '47.79.202.102', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2478, '2025-11-12 20:06:04', 'A', '47.79.195.66', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2479, '2025-11-12 20:06:04', 'W', '40.77.167.57', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2480, '2025-11-12 20:06:20', 'A', '47.128.38.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2481, '2025-11-12 20:06:20', 'A', '47.128.40.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2482, '2025-11-12 20:06:23', 'A', '47.128.37.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2483, '2025-11-12 20:06:23', 'A', '47.128.40.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2484, '2025-11-12 20:06:40', 'W', '57.141.0.42', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2485, '2025-11-12 20:07:17', 'W', '52.200.93.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2486, '2025-11-12 20:07:28', 'A', '47.128.37.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2487, '2025-11-12 20:07:32', 'W', '57.141.0.48', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2488, '2025-11-12 20:07:51', 'W', '43.173.178.172', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2489, '2025-11-12 20:07:59', 'W', '43.173.181.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2490, '2025-11-12 20:08:09', 'W', '43.173.181.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2491, '2025-11-12 20:08:11', 'A', '47.79.218.39', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2492, '2025-11-12 20:08:17', 'W', '43.173.181.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2493, '2025-11-12 20:08:18', 'W', '43.173.179.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2494, '2025-11-12 20:08:19', 'W', '44.223.193.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2495, '2025-11-12 20:08:24', 'W', '43.173.180.208', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2496, '2025-11-12 20:08:25', 'W', '43.173.179.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2497, '2025-11-12 20:08:26', 'A', '47.79.204.128', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2498, '2025-11-12 20:08:34', 'W', '43.173.181.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2499, '2025-11-12 20:08:38', 'A', '47.128.35.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2500, '2025-11-12 20:08:38', 'A', '47.128.125.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2501, '2025-11-12 20:08:42', 'W', '43.173.179.88', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2502, '2025-11-12 20:08:43', 'A', '110.249.202.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2503, '2025-11-12 20:08:44', 'A', '47.128.113.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2504, '2025-11-12 20:08:44', 'A', '47.128.123.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2505, '2025-11-12 20:08:46', 'W', '43.173.176.120', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2506, '2025-11-12 20:08:47', 'W', '43.173.179.168', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2507, '2025-11-12 20:08:50', 'W', '43.173.178.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2508, '2025-11-12 20:08:51', 'W', '43.173.182.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2509, '2025-11-12 20:09:27', 'W', '169.224.11.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(2510, '2025-11-12 20:09:29', 'W', '43.173.175.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2511, '2025-11-12 20:09:38', 'W', '43.173.176.240', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2512, '2025-11-12 20:09:48', 'A', '47.128.34.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2513, '2025-11-12 20:09:48', 'A', '47.128.22.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2514, '2025-11-12 20:09:51', 'W', '43.173.177.2', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2515, '2025-11-12 20:10:27', 'W', '43.173.179.135', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2516, '2025-11-12 20:10:34', 'W', '44.221.227.90', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2517, '2025-11-12 20:10:36', 'W', '43.173.181.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2518, '2025-11-12 20:10:40', 'W', '43.173.182.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2519, '2025-11-12 20:10:58', 'A', '47.128.42.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2520, '2025-11-12 20:11:03', 'A', '47.128.52.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2521, '2025-11-12 20:11:03', 'A', '47.128.118.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2522, '2025-11-12 20:11:06', 'W', '43.173.180.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2523, '2025-11-12 20:11:10', 'W', '43.173.179.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2524, '2025-11-12 20:11:18', 'A', '47.79.217.179', 'Mozilla/5.0 (Linux; arm_64; Android 14; SM-A346E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.1012 YaSearchBrowser/24.125.1 BroPP/1.0 YaSearchApp/24.125.1 webOmni SA/3 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2525, '2025-11-12 20:11:43', 'W', '185.50.239.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2526, '2025-11-12 20:11:43', 'W', '170.78.230.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2527, '2025-11-12 20:11:45', 'W', '190.219.103.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2528, '2025-11-12 20:11:47', 'W', '45.177.50.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2529, '2025-11-12 20:11:48', 'W', '176.103.24.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(2530, '2025-11-12 20:11:50', 'W', '142.93.255.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2531, '2025-11-12 20:11:53', 'W', '41.144.107.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2532, '2025-11-12 20:11:57', 'W', '213.139.63.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2533, '2025-11-12 20:11:58', 'W', '45.230.128.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2534, '2025-11-12 20:12:00', 'W', '169.224.120.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2535, '2025-11-12 20:12:00', 'W', '213.14.19.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2536, '2025-11-12 20:12:04', 'W', '190.92.97.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2537, '2025-11-12 20:12:06', 'W', '45.99.48.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2538, '2025-11-12 20:12:06', 'W', '41.90.209.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2539, '2025-11-12 20:12:08', 'W', '179.37.29.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2540, '2025-11-12 20:12:14', 'A', '47.128.23.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2541, '2025-11-12 20:12:14', 'A', '47.128.124.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2542, '2025-11-12 20:12:18', 'A', '47.79.198.12', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2543, '2025-11-12 20:12:35', 'W', '43.173.180.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2544, '2025-11-12 20:13:02', 'W', '43.173.182.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2545, '2025-11-12 20:13:06', 'W', '43.173.174.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2546, '2025-11-12 20:13:18', 'A', '47.128.25.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2547, '2025-11-12 20:14:28', 'A', '47.128.41.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2548, '2025-11-12 20:14:28', 'A', '47.128.39.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2549, '2025-11-12 20:14:34', 'A', '47.128.57.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2550, '2025-11-12 20:14:34', 'A', '47.128.23.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2551, '2025-11-12 20:15:33', 'W', '43.173.180.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2552, '2025-11-12 20:15:37', 'A', '47.128.23.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2553, '2025-11-12 20:15:37', 'A', '47.128.23.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2554, '2025-11-12 20:15:41', 'W', '43.173.179.159', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2555, '2025-11-12 20:15:42', 'A', '47.128.39.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2556, '2025-11-12 20:15:42', 'A', '47.128.24.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2557, '2025-11-12 20:15:48', 'W', '43.173.182.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(2558, '2025-11-12 20:16:31', 'A', '110.249.201.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2559, '2025-11-12 20:16:42', 'A', '111.225.148.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2560, '2025-11-12 20:16:47', 'A', '47.128.126.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2561, '2025-11-12 20:16:48', 'A', '47.128.25.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2562, '2025-11-12 20:16:55', 'A', '47.128.30.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2563, '2025-11-12 20:16:55', 'A', '47.128.115.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2564, '2025-11-12 20:17:57', 'A', '47.128.22.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2565, '2025-11-12 20:17:57', 'A', '47.128.45.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2566, '2025-11-12 20:18:03', 'A', '47.128.21.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2567, '2025-11-12 20:18:03', 'A', '47.128.16.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2568, '2025-11-12 20:19:07', 'A', '47.128.124.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2569, '2025-11-12 20:20:18', 'A', '47.128.63.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2570, '2025-11-12 20:20:22', 'A', '47.128.16.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2571, '2025-11-12 20:20:22', 'A', '47.128.60.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2572, '2025-11-12 20:20:38', 'A', '47.79.202.151', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2573, '2025-11-12 20:21:27', 'A', '47.128.111.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2574, '2025-11-12 20:21:31', 'A', '47.128.52.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2575, '2025-11-12 20:21:31', 'A', '47.128.49.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2576, '2025-11-12 20:21:35', 'W', '43.173.182.113', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2577, '2025-11-12 20:21:39', 'A', '47.79.205.102', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2578, '2025-11-12 20:21:52', 'W', '43.173.181.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2579, '2025-11-12 20:22:12', 'W', '52.167.144.210', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2580, '2025-11-12 20:22:36', 'A', '47.128.29.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2581, '2025-11-12 20:22:41', 'A', '47.128.22.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2582, '2025-11-12 20:23:07', 'A', '47.128.46.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2583, '2025-11-12 20:23:46', 'A', '47.128.16.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2584, '2025-11-12 20:23:46', 'A', '47.128.50.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2585, '2025-11-12 20:23:51', 'A', '47.128.19.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2586, '2025-11-12 20:23:51', 'A', '47.128.63.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2587, '2025-11-12 20:24:03', 'W', '43.173.182.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2588, '2025-11-12 20:24:10', 'W', '43.173.178.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2589, '2025-11-12 20:24:31', 'W', '43.173.179.131', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2590, '2025-11-12 20:24:37', 'W', '43.173.176.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2591, '2025-11-12 20:24:55', 'A', '47.128.18.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2592, '2025-11-12 20:24:55', 'A', '47.128.22.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2593, '2025-11-12 20:25:20', 'W', '43.173.174.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2594, '2025-11-12 20:25:42', 'A', '47.79.219.25', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2595, '2025-11-12 20:25:46', 'W', '47.79.218.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(2596, '2025-11-12 20:25:49', 'A', '47.79.205.224', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2597, '2025-11-12 20:26:05', 'A', '47.128.112.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2598, '2025-11-12 20:26:12', 'A', '47.128.125.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2599, '2025-11-12 20:26:12', 'A', '47.128.27.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2600, '2025-11-12 20:26:51', 'W', '43.173.177.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2601, '2025-11-12 20:26:56', 'W', '47.79.202.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2602, '2025-11-12 20:26:57', 'W', '43.173.179.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2603, '2025-11-12 20:27:02', 'W', '43.173.173.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2604, '2025-11-12 20:27:12', 'W', '43.173.176.50', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2605, '2025-11-12 20:27:16', 'A', '47.128.120.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2606, '2025-11-12 20:28:08', 'A', '47.79.202.232', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2607, '2025-11-12 20:28:24', 'A', '47.128.26.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2608, '2025-11-12 20:28:26', 'A', '47.128.123.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2609, '2025-11-12 20:28:35', 'A', '47.128.49.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2610, '2025-11-12 20:28:35', 'A', '47.128.52.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2611, '2025-11-12 20:28:43', 'W', '43.173.176.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2612, '2025-11-12 20:29:34', 'A', '47.128.20.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2613, '2025-11-12 20:29:46', 'W', '43.173.180.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2614, '2025-11-12 20:30:36', 'W', '43.173.179.112', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2615, '2025-11-12 20:30:42', 'W', '43.173.179.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2616, '2025-11-12 20:31:45', 'W', '43.173.176.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2617, '2025-11-12 20:31:54', 'A', '47.128.28.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2618, '2025-11-12 20:31:54', 'W', '43.173.179.241', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2619, '2025-11-12 20:32:11', 'W', '47.79.201.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2620, '2025-11-12 20:32:13', 'A', '47.128.120.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2621, '2025-11-12 20:32:13', 'A', '47.128.47.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2622, '2025-11-12 20:32:55', 'A', '47.79.198.138', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2623, '2025-11-12 20:33:04', 'A', '47.128.114.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2624, '2025-11-12 20:33:06', 'W', '43.173.173.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2625, '2025-11-12 20:34:05', 'W', '43.173.173.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2626, '2025-11-12 20:34:15', 'W', '43.173.178.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2627, '2025-11-12 20:34:24', 'W', '52.204.37.237', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2628, '2025-11-12 20:34:50', 'A', '47.79.215.148', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2629, '2025-11-12 20:35:24', 'A', '47.128.55.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2630, '2025-11-12 20:36:08', 'W', '34.195.60.66', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2631, '2025-11-12 20:36:28', 'A', '47.79.219.31', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2632, '2025-11-12 20:36:53', 'A', '47.128.60.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2633, '2025-11-12 20:36:54', 'A', '47.128.45.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2634, '2025-11-12 20:37:08', 'W', '43.173.179.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2635, '2025-11-12 20:37:17', 'W', '43.173.179.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2636, '2025-11-12 20:37:44', 'A', '47.128.41.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2637, '2025-11-12 20:37:45', 'W', '47.79.214.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2638, '2025-11-12 20:38:04', 'A', '47.128.41.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2639, '2025-11-12 20:38:04', 'A', '47.128.24.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2640, '2025-11-12 20:38:53', 'A', '47.128.123.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2641, '2025-11-12 20:39:13', 'A', '47.128.54.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2642, '2025-11-12 20:39:13', 'A', '47.128.54.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2643, '2025-11-12 20:40:03', 'A', '47.128.54.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2644, '2025-11-12 20:40:15', 'A', '47.79.219.32', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2645, '2025-11-12 20:40:22', 'A', '47.128.96.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2646, '2025-11-12 20:40:22', 'A', '47.128.27.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2647, '2025-11-12 20:40:25', 'W', '40.77.167.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2648, '2025-11-12 20:40:44', 'A', '47.79.218.140', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2649, '2025-11-12 20:40:56', 'W', '105.159.128.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(2650, '2025-11-12 20:41:15', 'A', '47.128.112.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2651, '2025-11-12 20:42:22', 'A', '47.128.122.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2652, '2025-11-12 20:42:32', 'W', '43.173.177.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2653, '2025-11-12 20:42:39', 'W', '43.173.179.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2654, '2025-11-12 20:42:43', 'W', '14.186.186.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(2655, '2025-11-12 20:42:43', 'A', '47.128.63.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2656, '2025-11-12 20:42:43', 'A', '47.128.17.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2657, '2025-11-12 20:42:44', 'W', '151.236.175.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(2658, '2025-11-12 20:44:24', 'A', '47.128.117.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2659, '2025-11-12 20:44:46', 'A', '47.128.117.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2660, '2025-11-12 20:44:47', 'A', '47.128.25.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2661, '2025-11-12 20:44:47', 'W', '200.229.10.42', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(2662, '2025-11-12 20:44:54', 'W', '167.249.146.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(2663, '2025-11-12 20:45:15', 'A', '47.128.38.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2664, '2025-11-12 20:45:39', 'A', '47.128.32.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2665, '2025-11-12 20:47:09', 'A', '110.249.202.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2666, '2025-11-12 20:47:22', 'A', '47.128.111.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2667, '2025-11-12 20:47:23', 'A', '47.128.41.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2668, '2025-11-12 20:47:23', 'A', '47.79.201.68', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2669, '2025-11-12 20:47:50', 'W', '47.79.207.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2670, '2025-11-12 20:47:53', 'A', '47.128.21.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2671, '2025-11-12 20:48:13', 'A', '47.128.34.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2672, '2025-11-12 20:48:24', 'A', '47.128.18.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2673, '2025-11-12 20:48:31', 'W', '43.173.176.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2674, '2025-11-12 20:48:36', 'W', '54.85.126.86', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2675, '2025-11-12 20:49:04', 'A', '47.128.43.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2676, '2025-11-12 20:49:15', 'A', '47.128.51.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2677, '2025-11-12 20:49:35', 'A', '47.128.58.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2678, '2025-11-12 20:49:50', 'A', '47.79.206.176', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(2679, '2025-11-12 20:49:51', 'A', '110.249.201.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2680, '2025-11-12 20:50:09', 'W', '52.167.144.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2681, '2025-11-12 20:50:41', 'W', '190.89.29.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Windows 10'),
(2682, '2025-11-12 20:50:54', 'W', '43.173.173.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2683, '2025-11-12 20:50:59', 'W', '43.173.181.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2684, '2025-11-12 20:51:08', 'W', '43.173.181.247', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2685, '2025-11-12 20:51:08', 'A', '47.128.114.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2686, '2025-11-12 20:51:15', 'W', '43.173.175.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2687, '2025-11-12 20:51:19', 'A', '47.128.120.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2688, '2025-11-12 20:51:51', 'W', '182.189.96.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(2689, '2025-11-12 20:51:51', 'W', '170.78.37.32', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(2690, '2025-11-12 20:51:59', 'A', '47.128.58.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2691, '2025-11-12 20:52:11', 'A', '47.128.60.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2692, '2025-11-12 20:52:24', 'W', '43.173.174.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2693, '2025-11-12 20:52:39', 'A', '47.128.20.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2694, '2025-11-12 20:52:51', 'A', '47.128.127.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2695, '2025-11-12 20:53:03', 'A', '47.128.30.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2696, '2025-11-12 20:53:55', 'A', '47.128.35.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2697, '2025-11-12 20:54:16', 'W', '34.197.28.78', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2698, '2025-11-12 20:54:47', 'A', '47.128.42.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2699, '2025-11-12 20:55:01', 'W', '57.141.0.19', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2700, '2025-11-12 20:55:08', 'W', '43.173.182.202', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2701, '2025-11-12 20:55:24', 'A', '47.128.99.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2702, '2025-11-12 20:55:30', 'W', '40.77.167.159', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2703, '2025-11-12 20:55:38', 'A', '47.128.41.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2704, '2025-11-12 20:56:52', 'A', '47.128.35.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2705, '2025-11-12 20:57:07', 'A', '47.128.17.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2706, '2025-11-12 20:57:42', 'A', '47.128.24.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2707, '2025-11-12 20:58:20', 'W', '44.193.115.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2708, '2025-11-12 20:58:34', 'A', '47.128.63.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2709, '2025-11-12 20:58:45', 'W', '18.214.186.220', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2710, '2025-11-12 20:59:43', 'A', '47.128.44.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2711, '2025-11-12 20:59:43', 'A', '47.128.117.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2712, '2025-11-12 21:00:17', 'A', '47.128.21.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2713, '2025-11-12 21:00:33', 'A', '47.128.36.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2714, '2025-11-12 21:01:10', 'A', '110.249.202.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2715, '2025-11-12 21:01:38', 'A', '47.128.39.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2716, '2025-11-12 21:01:59', 'A', '47.128.33.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2717, '2025-11-12 21:03:08', 'W', '93.123.109.7', 'Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20130108 Firefox/10.0.12 SeaMonkey/2.7.2', 'Firefox', 'Unknown OS Platform'),
(2718, '2025-11-12 21:03:22', 'A', '47.128.123.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2719, '2025-11-12 21:03:44', 'A', '47.128.28.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2720, '2025-11-12 21:04:13', 'A', '47.128.30.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2721, '2025-11-12 21:04:41', 'W', '100.29.63.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2722, '2025-11-12 21:04:47', 'A', '110.249.202.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2723, '2025-11-12 21:05:19', 'A', '47.128.123.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2724, '2025-11-12 21:05:31', 'A', '47.128.38.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2725, '2025-11-12 21:06:04', 'W', '52.71.46.142', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2726, '2025-11-12 21:06:11', 'A', '47.128.120.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2727, '2025-11-12 21:08:02', 'A', '47.128.62.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2728, '2025-11-12 21:08:02', 'A', '47.128.127.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2729, '2025-11-12 21:08:17', 'A', '47.128.96.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2730, '2025-11-12 21:08:54', 'A', '47.128.51.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2731, '2025-11-12 21:09:12', 'W', '52.76.105.201', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2732, '2025-11-12 21:09:25', 'W', '43.173.176.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2733, '2025-11-12 21:09:45', 'A', '47.128.120.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2734, '2025-11-12 21:10:25', 'A', '47.128.28.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2735, '2025-11-12 21:10:36', 'A', '47.128.28.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2736, '2025-11-12 21:10:37', 'A', '47.128.110.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2737, '2025-11-12 21:10:41', 'W', '43.173.182.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2738, '2025-11-12 21:11:51', 'W', '54.163.169.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2739, '2025-11-12 21:12:11', 'A', '47.128.28.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2740, '2025-11-12 21:12:20', 'A', '47.128.28.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2741, '2025-11-12 21:12:20', 'A', '47.128.115.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2742, '2025-11-12 21:13:02', 'A', '47.128.115.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2743, '2025-11-12 21:13:05', 'W', '43.173.179.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2744, '2025-11-12 21:13:53', 'A', '47.128.99.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2745, '2025-11-12 21:14:03', 'A', '47.128.33.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2746, '2025-11-12 21:14:45', 'A', '47.128.98.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2747, '2025-11-12 21:15:18', 'W', '43.173.177.67', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2748, '2025-11-12 21:15:54', 'A', '47.128.21.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2749, '2025-11-12 21:16:39', 'A', '47.128.63.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2750, '2025-11-12 21:16:47', 'A', '47.128.36.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2751, '2025-11-12 21:17:21', 'A', '111.225.149.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2752, '2025-11-12 21:18:25', 'W', '43.173.179.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2753, '2025-11-12 21:18:46', 'A', '47.128.47.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2754, '2025-11-12 21:19:38', 'A', '47.128.59.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2755, '2025-11-12 21:19:38', 'A', '47.128.127.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(2756, '2025-11-12 21:20:29', 'A', '47.128.47.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2757, '2025-11-12 21:21:20', 'A', '47.128.63.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2758, '2025-11-12 21:21:22', 'A', '47.128.116.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2759, '2025-11-12 21:21:28', 'W', '95.217.109.26', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(2760, '2025-11-12 21:22:11', 'A', '47.128.63.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2761, '2025-11-12 21:22:12', 'A', '47.128.119.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2762, '2025-11-12 21:23:03', 'A', '47.128.52.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2763, '2025-11-12 21:23:04', 'A', '47.128.57.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2764, '2025-11-12 21:23:38', 'W', '43.173.177.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2765, '2025-11-12 21:23:39', 'W', '43.173.173.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2766, '2025-11-12 21:23:55', 'A', '47.128.62.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2767, '2025-11-12 21:24:29', 'W', '52.173.235.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(2768, '2025-11-12 21:24:46', 'A', '47.128.99.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2769, '2025-11-12 21:24:47', 'A', '47.128.111.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2770, '2025-11-12 21:25:35', 'W', '43.173.180.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2771, '2025-11-12 21:25:39', 'A', '47.128.111.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2772, '2025-11-12 21:26:28', 'A', '47.128.127.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2773, '2025-11-12 21:26:29', 'A', '47.128.113.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2774, '2025-11-12 21:26:51', 'W', '170.245.198.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2775, '2025-11-12 21:26:55', 'W', '181.46.221.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2776, '2025-11-12 21:26:58', 'W', '186.208.240.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2777, '2025-11-12 21:27:00', 'W', '102.171.10.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2778, '2025-11-12 21:27:04', 'W', '196.235.60.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2779, '2025-11-12 21:27:06', 'W', '170.78.96.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2780, '2025-11-12 21:27:07', 'W', '45.226.226.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2781, '2025-11-12 21:27:21', 'A', '47.128.16.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2782, '2025-11-12 21:27:58', 'W', '13.214.103.223', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2783, '2025-11-12 21:28:12', 'A', '47.128.48.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2784, '2025-11-12 21:28:28', 'W', '3.222.85.38', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2785, '2025-11-12 21:29:07', 'A', '47.128.123.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2786, '2025-11-12 21:29:30', 'W', '43.173.174.182', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2787, '2025-11-12 21:29:54', 'A', '47.128.113.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2788, '2025-11-12 21:29:55', 'A', '47.128.123.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2789, '2025-11-12 21:30:46', 'W', '43.173.182.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2790, '2025-11-12 21:30:47', 'A', '47.128.16.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2791, '2025-11-12 21:30:47', 'A', '47.128.99.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2792, '2025-11-12 21:31:04', 'W', '43.173.173.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2793, '2025-11-12 21:31:37', 'A', '47.128.57.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2794, '2025-11-12 21:31:38', 'A', '47.128.57.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2795, '2025-11-12 21:31:46', 'W', '43.173.174.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2796, '2025-11-12 21:31:50', 'W', '43.173.177.104', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2797, '2025-11-12 21:31:55', 'W', '43.173.180.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2798, '2025-11-12 21:32:28', 'A', '47.128.63.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2799, '2025-11-12 21:32:29', 'A', '47.128.110.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2800, '2025-11-12 21:33:19', 'A', '47.128.40.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2801, '2025-11-12 21:33:20', 'A', '47.128.56.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2802, '2025-11-12 21:34:12', 'A', '47.128.42.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2803, '2025-11-12 21:34:12', 'A', '47.128.54.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2804, '2025-11-12 21:35:04', 'A', '47.128.47.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2805, '2025-11-12 21:35:04', 'A', '47.128.119.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2806, '2025-11-12 21:36:44', 'W', '112.205.143.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2807, '2025-11-12 21:36:47', 'A', '47.128.47.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2808, '2025-11-12 21:36:47', 'A', '47.128.58.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2809, '2025-11-12 21:36:48', 'W', '154.200.237.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2810, '2025-11-12 21:36:48', 'W', '177.248.139.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2811, '2025-11-12 21:36:51', 'W', '192.81.210.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2812, '2025-11-12 21:36:51', 'W', '190.70.118.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2813, '2025-11-12 21:36:53', 'W', '189.28.80.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2814, '2025-11-12 21:37:19', 'W', '185.191.171.8', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(2815, '2025-11-12 21:38:29', 'A', '47.128.114.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2816, '2025-11-12 21:38:29', 'A', '47.128.48.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2817, '2025-11-12 21:39:20', 'A', '47.128.37.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2818, '2025-11-12 21:40:12', 'A', '47.128.35.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2819, '2025-11-12 21:40:12', 'A', '47.128.46.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2820, '2025-11-12 21:40:38', 'W', '146.174.190.40', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24', 'Chrome', 'Windows 7'),
(2821, '2025-11-12 21:41:04', 'A', '47.128.39.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2822, '2025-11-12 21:41:04', 'A', '47.128.54.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2823, '2025-11-12 21:41:55', 'A', '47.128.40.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2824, '2025-11-12 21:41:55', 'A', '47.128.18.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2825, '2025-11-12 21:42:17', 'W', '43.173.173.108', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2826, '2025-11-12 21:42:46', 'A', '47.128.35.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2827, '2025-11-12 21:42:46', 'A', '47.128.63.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2828, '2025-11-12 21:43:16', 'W', '187.61.170.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(2829, '2025-11-12 21:43:18', 'W', '179.182.18.135', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(2830, '2025-11-12 21:43:37', 'A', '47.128.33.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2831, '2025-11-12 21:43:37', 'A', '47.128.25.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2832, '2025-11-12 21:44:30', 'A', '47.128.60.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2833, '2025-11-12 21:44:30', 'A', '47.128.19.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2834, '2025-11-12 21:45:21', 'A', '47.128.44.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2835, '2025-11-12 21:45:21', 'A', '47.128.19.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2836, '2025-11-12 21:45:32', 'W', '43.173.177.69', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2837, '2025-11-12 21:45:43', 'W', '43.173.179.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2838, '2025-11-12 21:46:14', 'A', '47.128.20.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2839, '2025-11-12 21:46:14', 'A', '47.128.48.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2840, '2025-11-12 21:46:22', 'W', '14.181.154.134', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.2', 'Chrome', 'Windows 7'),
(2841, '2025-11-12 21:47:03', 'A', '47.128.24.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2842, '2025-11-12 21:47:03', 'A', '47.128.115.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2843, '2025-11-12 21:47:55', 'A', '47.128.112.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2844, '2025-11-12 21:47:58', 'W', '36.72.212.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', 'Chrome', 'Windows 10'),
(2845, '2025-11-12 21:48:46', 'A', '47.128.116.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2846, '2025-11-12 21:48:47', 'A', '47.128.44.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2847, '2025-11-12 21:49:37', 'A', '47.128.116.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2848, '2025-11-12 21:49:38', 'A', '47.128.46.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2849, '2025-11-12 21:50:07', 'A', '111.225.148.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2850, '2025-11-12 21:51:21', 'A', '47.128.119.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2851, '2025-11-12 21:51:23', 'A', '47.128.16.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2852, '2025-11-12 21:51:42', 'W', '43.173.179.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2853, '2025-11-12 21:51:51', 'W', '43.173.175.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2854, '2025-11-12 21:52:10', 'W', '43.173.179.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2855, '2025-11-12 21:52:12', 'A', '47.128.20.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2856, '2025-11-12 21:52:15', 'A', '47.128.39.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2857, '2025-11-12 21:52:18', 'A', '110.249.202.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2858, '2025-11-12 21:52:18', 'W', '43.173.174.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2859, '2025-11-12 21:52:18', 'W', '43.173.173.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2860, '2025-11-12 21:52:26', 'W', '43.173.182.104', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2861, '2025-11-12 21:52:34', 'W', '43.173.176.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2862, '2025-11-12 21:53:02', 'A', '47.128.20.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2863, '2025-11-12 21:53:06', 'A', '47.128.45.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2864, '2025-11-12 21:53:54', 'A', '47.128.61.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2865, '2025-11-12 21:53:56', 'A', '47.128.20.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2866, '2025-11-12 21:54:45', 'A', '47.128.99.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2867, '2025-11-12 21:54:48', 'A', '47.128.126.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2868, '2025-11-12 21:55:36', 'A', '47.128.118.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2869, '2025-11-12 21:55:40', 'A', '47.128.33.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2870, '2025-11-12 21:56:17', 'W', '43.173.180.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2871, '2025-11-12 21:56:28', 'A', '47.128.62.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2872, '2025-11-12 21:56:31', 'A', '47.128.124.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2873, '2025-11-12 21:57:20', 'A', '47.128.22.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2874, '2025-11-12 21:57:23', 'A', '47.128.123.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2875, '2025-11-12 21:58:11', 'A', '47.128.37.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2876, '2025-11-12 21:58:21', 'W', '34.192.67.98', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2877, '2025-11-12 21:59:03', 'A', '47.128.51.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2878, '2025-11-12 21:59:06', 'A', '47.128.98.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2879, '2025-11-12 21:59:32', 'A', '110.249.202.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(2880, '2025-11-12 21:59:55', 'A', '47.128.47.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2881, '2025-11-12 22:00:46', 'A', '47.128.29.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2882, '2025-11-12 22:00:47', 'A', '47.128.98.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2883, '2025-11-12 22:01:29', 'W', '185.191.171.18', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(2884, '2025-11-12 22:01:36', 'W', '18.246.48.54', 'Mozilla/5.0 (compatible; wpbot/1.3; +https://forms.gle/ajBaxygz9jSR8p8G9)', 'Unknown Browser', 'Unknown OS Platform'),
(2885, '2025-11-12 22:01:37', 'A', '47.128.44.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2886, '2025-11-12 22:01:39', 'A', '47.128.29.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2887, '2025-11-12 22:03:13', 'W', '35.170.205.140', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2888, '2025-11-12 22:03:20', 'A', '47.128.39.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2889, '2025-11-12 22:03:21', 'A', '47.128.46.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2890, '2025-11-12 22:03:33', 'W', '43.173.177.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2891, '2025-11-12 22:04:11', 'A', '47.128.60.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2892, '2025-11-12 22:04:12', 'A', '47.128.53.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2893, '2025-11-12 22:05:02', 'A', '47.128.57.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2894, '2025-11-12 22:05:56', 'A', '47.128.97.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2895, '2025-11-12 22:06:48', 'W', '43.173.177.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2896, '2025-11-12 22:06:48', 'A', '47.128.63.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2897, '2025-11-12 22:07:36', 'A', '47.128.59.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2898, '2025-11-12 22:07:40', 'A', '47.128.22.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2899, '2025-11-12 22:08:27', 'A', '47.128.56.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2900, '2025-11-12 22:09:33', 'W', '54.80.185.200', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2901, '2025-11-12 22:10:10', 'A', '47.128.33.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2902, '2025-11-12 22:10:14', 'A', '47.128.62.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2903, '2025-11-12 22:10:46', 'W', '93.123.109.7', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 'Internet Explorer', 'Windows 7'),
(2904, '2025-11-12 22:11:05', 'A', '47.128.61.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2905, '2025-11-12 22:11:52', 'A', '47.128.17.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2906, '2025-11-12 22:11:53', 'W', '43.173.180.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2907, '2025-11-12 22:11:56', 'A', '47.128.49.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2908, '2025-11-12 22:12:00', 'W', '43.133.174.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2909, '2025-11-12 22:12:47', 'A', '47.128.58.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2910, '2025-11-12 22:13:40', 'A', '47.128.127.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2911, '2025-11-12 22:14:27', 'A', '47.128.17.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2912, '2025-11-12 22:14:30', 'A', '47.128.49.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2913, '2025-11-12 22:15:18', 'A', '47.128.54.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2914, '2025-11-12 22:15:39', 'W', '37.236.215.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2915, '2025-11-12 22:15:41', 'W', '43.173.180.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2916, '2025-11-12 22:16:10', 'A', '47.128.46.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2917, '2025-11-12 22:16:14', 'A', '47.128.23.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2918, '2025-11-12 22:17:02', 'A', '47.128.117.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2919, '2025-11-12 22:17:05', 'A', '47.128.125.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2920, '2025-11-12 22:17:24', 'W', '43.173.182.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2921, '2025-11-12 22:17:30', 'W', '49.51.141.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2922, '2025-11-12 22:17:33', 'W', '201.51.193.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2923, '2025-11-12 22:17:52', 'A', '47.128.110.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2924, '2025-11-12 22:18:34', 'W', '43.173.179.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2925, '2025-11-12 22:18:41', 'W', '43.173.175.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2926, '2025-11-12 22:18:45', 'W', '162.62.55.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(2927, '2025-11-12 22:18:46', 'W', '43.173.176.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2928, '2025-11-12 22:18:48', 'A', '47.128.46.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2929, '2025-11-12 22:18:54', 'W', '43.173.177.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2930, '2025-11-12 22:19:28', 'W', '74.7.227.37', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(2931, '2025-11-12 22:19:35', 'A', '47.128.45.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2932, '2025-11-12 22:19:39', 'A', '47.128.46.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2933, '2025-11-12 22:20:26', 'A', '47.128.110.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2934, '2025-11-12 22:20:31', 'A', '47.128.31.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2935, '2025-11-12 22:21:17', 'A', '47.128.110.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2936, '2025-11-12 22:21:23', 'A', '47.128.20.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2937, '2025-11-12 22:22:09', 'A', '47.128.53.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2938, '2025-11-12 22:22:15', 'A', '47.128.123.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2939, '2025-11-12 22:23:02', 'A', '47.128.48.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2940, '2025-11-12 22:23:08', 'A', '47.128.48.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2941, '2025-11-12 22:23:13', 'W', '43.173.179.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2942, '2025-11-12 22:23:19', 'W', '43.173.173.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2943, '2025-11-12 22:23:21', 'W', '43.173.177.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2944, '2025-11-12 22:23:28', 'W', '43.173.181.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2945, '2025-11-12 22:23:29', 'W', '43.173.175.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2946, '2025-11-12 22:23:49', 'W', '43.173.178.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2947, '2025-11-12 22:23:52', 'A', '47.128.36.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2948, '2025-11-12 22:24:01', 'A', '47.128.21.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2949, '2025-11-12 22:24:11', 'W', '43.173.176.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2950, '2025-11-12 22:24:21', 'W', '74.7.227.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(2951, '2025-11-12 22:24:54', 'A', '47.128.51.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2952, '2025-11-12 22:25:35', 'A', '47.128.62.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2953, '2025-11-12 22:26:26', 'A', '47.128.36.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2954, '2025-11-12 22:26:35', 'A', '47.128.21.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2955, '2025-11-12 22:26:52', 'W', '43.173.174.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2956, '2025-11-12 22:27:17', 'A', '47.128.59.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2957, '2025-11-12 22:27:28', 'A', '47.128.97.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2958, '2025-11-12 22:28:12', 'W', '43.173.176.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2959, '2025-11-12 22:28:18', 'A', '47.128.38.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2960, '2025-11-12 22:28:20', 'W', '43.173.182.246', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2961, '2025-11-12 22:28:28', 'W', '43.173.180.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2962, '2025-11-12 22:28:45', 'W', '43.173.173.50', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2963, '2025-11-12 22:29:00', 'A', '47.128.125.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2964, '2025-11-12 22:29:09', 'A', '47.128.38.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2965, '2025-11-12 22:30:52', 'A', '47.128.38.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2966, '2025-11-12 22:31:34', 'A', '47.128.16.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2967, '2025-11-12 22:31:44', 'A', '47.128.37.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2968, '2025-11-12 22:31:46', 'W', '43.173.179.133', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2969, '2025-11-12 22:31:53', 'W', '43.173.176.160', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2970, '2025-11-12 22:32:27', 'W', '57.141.0.5', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(2971, '2025-11-12 22:32:35', 'A', '47.128.34.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2972, '2025-11-12 22:33:24', 'W', '52.167.144.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2973, '2025-11-12 22:33:28', 'A', '47.128.120.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2974, '2025-11-12 22:33:59', 'W', '43.173.181.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2975, '2025-11-12 22:34:11', 'A', '47.128.32.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2976, '2025-11-12 22:34:16', 'W', '43.173.181.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2977, '2025-11-12 22:34:53', 'W', '43.173.182.78', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2978, '2025-11-12 22:35:10', 'A', '47.128.120.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2979, '2025-11-12 22:35:17', 'W', '43.173.178.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2980, '2025-11-12 22:35:53', 'A', '47.128.55.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2981, '2025-11-12 22:36:01', 'A', '47.128.98.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2982, '2025-11-12 22:36:08', 'W', '43.173.182.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(2983, '2025-11-12 22:36:34', 'W', '43.173.174.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(2984, '2025-11-12 22:36:53', 'A', '47.128.22.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2985, '2025-11-12 22:37:37', 'A', '47.128.27.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2986, '2025-11-12 22:37:45', 'A', '47.128.30.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2987, '2025-11-12 22:38:22', 'W', '222.254.151.136', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(2988, '2025-11-12 22:38:28', 'W', '52.201.155.215', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2989, '2025-11-12 22:38:28', 'A', '47.128.44.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2990, '2025-11-12 22:38:36', 'A', '47.128.63.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2991, '2025-11-12 22:39:20', 'A', '47.128.122.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2992, '2025-11-12 22:39:27', 'A', '47.128.39.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2993, '2025-11-12 22:40:12', 'A', '47.128.122.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2994, '2025-11-12 22:40:19', 'A', '47.128.22.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2995, '2025-11-12 22:41:12', 'A', '47.128.31.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2996, '2025-11-12 22:41:43', 'W', '103.14.150.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(2997, '2025-11-12 22:41:55', 'A', '47.128.59.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(2998, '2025-11-12 22:42:00', 'W', '23.23.213.182', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(2999, '2025-11-12 22:42:02', 'A', '47.128.25.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3000, '2025-11-12 22:42:16', 'W', '43.173.180.19', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3001, '2025-11-12 22:42:24', 'W', '43.173.176.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3002, '2025-11-12 22:42:54', 'A', '47.128.124.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3003, '2025-11-12 22:43:02', 'W', '43.173.173.128', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3004, '2025-11-12 22:43:39', 'A', '47.128.113.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3005, '2025-11-12 22:43:46', 'A', '47.128.50.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3006, '2025-11-12 22:44:14', 'W', '43.173.176.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3007, '2025-11-12 22:44:29', 'A', '47.128.53.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3008, '2025-11-12 22:44:36', 'A', '47.128.118.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3009, '2025-11-12 22:45:21', 'A', '47.128.24.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3010, '2025-11-12 22:45:39', 'W', '123.26.88.181', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Windows 10'),
(3011, '2025-11-12 22:46:13', 'A', '47.128.116.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3012, '2025-11-12 22:46:18', 'A', '47.128.24.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3013, '2025-11-12 22:47:10', 'A', '47.128.98.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3014, '2025-11-12 22:47:52', 'W', '34.225.87.80', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3015, '2025-11-12 22:47:55', 'A', '47.128.127.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3016, '2025-11-12 22:48:07', 'A', '47.128.63.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3017, '2025-11-12 22:48:48', 'A', '47.128.113.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3018, '2025-11-12 22:48:57', 'A', '47.128.38.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3019, '2025-11-12 22:49:38', 'A', '47.128.127.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3020, '2025-11-12 22:49:47', 'A', '47.128.16.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3021, '2025-11-12 22:50:22', 'W', '43.173.175.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3022, '2025-11-12 22:50:31', 'A', '47.128.55.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3023, '2025-11-12 22:50:33', 'W', '43.173.179.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3024, '2025-11-12 22:50:37', 'A', '47.128.40.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3025, '2025-11-12 22:50:42', 'W', '43.173.181.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3026, '2025-11-12 22:50:50', 'A', '111.225.148.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3027, '2025-11-12 22:51:22', 'A', '47.128.57.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3028, '2025-11-12 22:51:28', 'A', '47.128.40.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3029, '2025-11-12 22:52:13', 'A', '47.128.122.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3030, '2025-11-12 22:52:19', 'A', '47.128.98.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3031, '2025-11-12 22:53:05', 'A', '47.128.46.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3032, '2025-11-12 22:53:14', 'W', '43.173.178.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3033, '2025-11-12 22:53:14', 'W', '43.173.174.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3034, '2025-11-12 22:54:02', 'A', '47.128.49.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3035, '2025-11-12 22:54:17', 'A', '111.225.148.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3036, '2025-11-12 22:54:38', 'W', '43.173.181.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3037, '2025-11-12 22:54:55', 'W', '43.173.176.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3038, '2025-11-12 22:55:38', 'A', '47.128.61.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3039, '2025-11-12 22:55:44', 'A', '47.128.33.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3040, '2025-11-12 22:56:30', 'A', '47.128.54.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3041, '2025-11-12 22:56:35', 'A', '47.128.39.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3042, '2025-11-12 22:56:39', 'W', '93.123.109.7', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(3043, '2025-11-12 22:57:22', 'A', '47.128.21.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3044, '2025-11-12 22:57:27', 'A', '47.128.34.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3045, '2025-11-12 22:58:18', 'A', '47.128.23.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3046, '2025-11-12 22:58:26', 'W', '85.208.96.200', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3047, '2025-11-12 22:58:59', 'W', '85.208.96.211', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3048, '2025-11-12 22:59:04', 'A', '47.128.38.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3049, '2025-11-12 22:59:11', 'A', '47.128.98.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3050, '2025-11-12 22:59:18', 'W', '43.173.176.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3051, '2025-11-12 22:59:57', 'A', '47.128.114.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3052, '2025-11-12 23:00:02', 'A', '47.128.113.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3053, '2025-11-12 23:00:48', 'A', '47.128.113.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3054, '2025-11-12 23:01:40', 'A', '47.128.35.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3055, '2025-11-12 23:02:01', 'A', '111.225.149.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3056, '2025-11-12 23:02:30', 'A', '47.128.22.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3057, '2025-11-12 23:02:55', 'W', '43.173.182.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3058, '2025-11-12 23:03:05', 'W', '43.173.182.239', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3059, '2025-11-12 23:03:22', 'A', '47.128.114.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3060, '2025-11-12 23:03:22', 'W', '43.173.174.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3061, '2025-11-12 23:03:27', 'A', '47.128.109.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3062, '2025-11-12 23:04:19', 'A', '47.128.17.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3063, '2025-11-12 23:04:35', 'W', '43.173.180.131', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3064, '2025-11-12 23:04:39', 'W', '43.173.177.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3065, '2025-11-12 23:05:04', 'A', '47.128.20.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3066, '2025-11-12 23:05:10', 'A', '47.128.43.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3067, '2025-11-12 23:05:56', 'A', '47.128.98.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3068, '2025-11-12 23:06:02', 'A', '47.128.38.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3069, '2025-11-12 23:06:47', 'A', '47.128.110.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3070, '2025-11-12 23:06:54', 'A', '47.128.61.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3071, '2025-11-12 23:07:03', 'W', '43.173.182.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3072, '2025-11-12 23:07:33', 'W', '64.227.19.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3073, '2025-11-12 23:07:36', 'W', '213.206.61.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3074, '2025-11-12 23:07:40', 'A', '47.128.110.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3075, '2025-11-12 23:07:40', 'W', '206.189.203.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3076, '2025-11-12 23:07:42', 'W', '181.94.232.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3077, '2025-11-12 23:07:44', 'A', '47.128.122.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3078, '2025-11-12 23:07:46', 'W', '169.148.120.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3079, '2025-11-12 23:08:35', 'A', '47.128.21.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3080, '2025-11-12 23:09:21', 'A', '47.128.51.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3081, '2025-11-12 23:09:28', 'A', '47.128.28.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3082, '2025-11-12 23:09:48', 'W', '40.77.167.0', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3083, '2025-11-12 23:09:50', 'A', '110.249.202.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3084, '2025-11-12 23:10:12', 'A', '47.128.47.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3085, '2025-11-12 23:10:18', 'A', '47.128.47.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3086, '2025-11-12 23:10:40', 'W', '185.191.171.17', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3087, '2025-11-12 23:11:03', 'A', '47.128.51.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3088, '2025-11-12 23:11:05', 'W', '43.173.182.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3089, '2025-11-12 23:11:09', 'A', '47.128.27.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3090, '2025-11-12 23:11:55', 'A', '47.128.27.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3091, '2025-11-12 23:12:01', 'A', '47.128.36.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3092, '2025-11-12 23:13:39', 'A', '47.128.30.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3093, '2025-11-12 23:13:42', 'A', '47.128.30.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3094, '2025-11-12 23:14:34', 'A', '47.128.37.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3095, '2025-11-12 23:15:25', 'A', '47.128.50.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3096, '2025-11-12 23:16:14', 'A', '47.128.117.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3097, '2025-11-12 23:16:16', 'A', '47.128.118.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3098, '2025-11-12 23:16:16', 'W', '43.173.181.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3099, '2025-11-12 23:16:20', 'W', '43.173.175.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3100, '2025-11-12 23:16:24', 'W', '43.173.178.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3101, '2025-11-12 23:17:57', 'A', '47.128.115.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3102, '2025-11-12 23:18:00', 'A', '47.128.17.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3103, '2025-11-12 23:18:28', 'W', '43.173.182.146', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3104, '2025-11-12 23:19:33', 'W', '146.70.181.249', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(3105, '2025-11-12 23:19:40', 'A', '47.128.63.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3106, '2025-11-12 23:19:42', 'A', '47.128.112.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3107, '2025-11-12 23:20:33', 'A', '47.128.110.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3108, '2025-11-12 23:20:33', 'A', '47.128.18.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3109, '2025-11-12 23:21:25', 'A', '47.128.59.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3110, '2025-11-12 23:23:07', 'A', '47.128.30.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3111, '2025-11-12 23:23:14', 'W', '190.114.41.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3112, '2025-11-12 23:23:27', 'W', '190.143.250.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3113, '2025-11-12 23:23:33', 'W', '170.231.121.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3114, '2025-11-12 23:23:36', 'W', '41.214.49.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3115, '2025-11-12 23:23:37', 'W', '201.190.183.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3116, '2025-11-12 23:23:37', 'W', '46.248.204.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3117, '2025-11-12 23:23:40', 'W', '190.103.28.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3118, '2025-11-12 23:23:58', 'A', '47.128.16.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3119, '2025-11-12 23:24:00', 'A', '47.128.17.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3120, '2025-11-12 23:24:50', 'A', '47.128.16.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3121, '2025-11-12 23:24:50', 'A', '47.128.20.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3122, '2025-11-12 23:25:42', 'A', '47.128.51.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3123, '2025-11-12 23:25:42', 'A', '47.128.19.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3124, '2025-11-12 23:26:10', 'A', '110.249.202.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3125, '2025-11-12 23:26:25', 'W', '43.173.178.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(3126, '2025-11-12 23:26:34', 'A', '47.128.46.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3127, '2025-11-12 23:26:34', 'A', '47.128.126.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3128, '2025-11-12 23:26:37', 'A', '111.225.149.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3129, '2025-11-12 23:27:25', 'A', '47.128.96.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3130, '2025-11-12 23:28:16', 'A', '47.128.99.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3131, '2025-11-12 23:28:16', 'A', '47.128.21.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3132, '2025-11-12 23:29:01', 'W', '57.141.0.73', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(3133, '2025-11-12 23:29:07', 'A', '47.128.98.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3134, '2025-11-12 23:29:07', 'A', '47.128.28.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3135, '2025-11-12 23:29:49', 'A', '111.225.148.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3136, '2025-11-12 23:30:17', 'W', '43.173.181.113', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3137, '2025-11-12 23:30:24', 'W', '43.154.15.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3138, '2025-11-12 23:30:28', 'W', '43.173.177.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3139, '2025-11-12 23:30:29', 'W', '43.173.181.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3140, '2025-11-12 23:30:31', 'W', '43.173.182.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3141, '2025-11-12 23:30:39', 'W', '43.173.176.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3142, '2025-11-12 23:30:40', 'W', '43.173.182.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3143, '2025-11-12 23:30:49', 'A', '47.128.20.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3144, '2025-11-12 23:30:49', 'A', '47.128.38.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3145, '2025-11-12 23:31:04', 'W', '43.173.174.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3146, '2025-11-12 23:31:42', 'A', '47.128.33.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3147, '2025-11-12 23:31:42', 'A', '47.128.48.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3148, '2025-11-12 23:32:32', 'A', '47.128.29.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3149, '2025-11-12 23:32:32', 'A', '47.128.42.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3150, '2025-11-12 23:32:56', 'A', '110.249.201.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3151, '2025-11-12 23:33:24', 'A', '47.128.58.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3152, '2025-11-12 23:33:24', 'A', '47.128.59.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3153, '2025-11-12 23:34:15', 'A', '47.128.122.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3154, '2025-11-12 23:35:01', 'W', '168.197.158.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3155, '2025-11-12 23:35:06', 'A', '47.128.62.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3156, '2025-11-12 23:35:07', 'A', '47.128.98.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3157, '2025-11-12 23:35:58', 'A', '47.128.48.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3158, '2025-11-12 23:36:01', 'A', '47.128.126.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3159, '2025-11-12 23:36:49', 'A', '47.128.124.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3160, '2025-11-12 23:36:50', 'A', '47.128.40.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3161, '2025-11-12 23:36:51', 'A', '110.249.201.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3162, '2025-11-12 23:37:40', 'A', '47.128.46.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3163, '2025-11-12 23:37:43', 'A', '47.128.30.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3164, '2025-11-12 23:38:32', 'A', '47.128.50.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3165, '2025-11-12 23:39:23', 'A', '47.128.31.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3166, '2025-11-12 23:39:44', 'W', '43.173.174.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3167, '2025-11-12 23:40:36', 'W', '44.193.254.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246', 'Edge', 'Windows 10'),
(3168, '2025-11-12 23:40:36', 'W', '44.193.254.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(3169, '2025-11-12 23:41:06', 'A', '47.128.127.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3170, '2025-11-12 23:41:17', 'W', '43.173.175.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3171, '2025-11-12 23:41:52', 'W', '43.173.178.137', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3172, '2025-11-12 23:41:57', 'A', '47.128.127.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3173, '2025-11-12 23:41:57', 'W', '43.173.180.214', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3174, '2025-11-12 23:42:13', 'W', '185.191.171.14', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3175, '2025-11-12 23:42:48', 'A', '47.128.52.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3176, '2025-11-12 23:42:48', 'A', '47.128.22.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3177, '2025-11-12 23:43:40', 'A', '47.128.25.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3178, '2025-11-12 23:43:40', 'A', '47.128.40.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3179, '2025-11-12 23:44:19', 'W', '14.186.166.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(3180, '2025-11-12 23:44:32', 'A', '47.128.49.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3181, '2025-11-12 23:45:18', 'W', '40.77.167.72', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3182, '2025-11-12 23:45:23', 'A', '47.128.99.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3183, '2025-11-12 23:45:23', 'A', '47.128.36.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3184, '2025-11-12 23:46:14', 'A', '47.128.116.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3185, '2025-11-12 23:46:14', 'A', '47.128.37.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3186, '2025-11-12 23:47:05', 'A', '47.128.98.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3187, '2025-11-12 23:47:05', 'A', '47.128.37.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3188, '2025-11-12 23:47:42', 'W', '43.173.177.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3189, '2025-11-12 23:47:44', 'W', '43.173.177.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(3190, '2025-11-12 23:47:57', 'A', '47.128.113.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3191, '2025-11-12 23:47:57', 'A', '47.128.98.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3192, '2025-11-12 23:48:49', 'A', '47.128.18.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3193, '2025-11-12 23:48:49', 'A', '47.128.32.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3194, '2025-11-12 23:49:40', 'A', '47.128.50.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3195, '2025-11-12 23:49:40', 'A', '47.128.43.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3196, '2025-11-12 23:49:53', 'A', '111.225.148.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3197, '2025-11-12 23:50:32', 'A', '47.128.42.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3198, '2025-11-12 23:50:58', 'W', '43.173.175.177', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3199, '2025-11-12 23:51:23', 'A', '47.128.124.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3200, '2025-11-12 23:51:23', 'A', '47.128.22.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3201, '2025-11-12 23:52:16', 'A', '47.128.49.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3202, '2025-11-12 23:52:16', 'A', '47.128.51.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3203, '2025-11-12 23:53:58', 'A', '47.128.58.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3204, '2025-11-12 23:53:58', 'A', '47.128.38.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3205, '2025-11-12 23:54:06', 'W', '43.173.178.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3206, '2025-11-12 23:54:50', 'A', '47.128.61.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3207, '2025-11-12 23:54:50', 'A', '47.128.16.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(3208, '2025-11-12 23:55:42', 'A', '47.128.114.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3209, '2025-11-12 23:55:42', 'A', '47.128.54.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3210, '2025-11-12 23:56:33', 'A', '47.128.31.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3211, '2025-11-12 23:56:33', 'A', '47.128.126.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3212, '2025-11-12 23:57:21', 'W', '43.173.182.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3213, '2025-11-12 23:57:24', 'A', '47.128.36.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3214, '2025-11-12 23:57:25', 'A', '47.128.113.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3215, '2025-11-12 23:58:58', 'W', '43.173.180.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3216, '2025-11-12 23:59:06', 'W', '43.173.182.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3217, '2025-11-12 23:59:07', 'A', '47.128.60.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3218, '2025-11-12 23:59:10', 'W', '43.173.182.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3219, '2025-11-12 23:59:55', 'W', '198.235.24.58', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(3220, '2025-11-12 23:59:58', 'A', '47.128.127.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3221, '2025-11-12 23:59:59', 'A', '47.128.59.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3222, '2025-11-13 00:00:51', 'A', '47.128.60.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3223, '2025-11-13 00:00:52', 'A', '47.128.28.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3224, '2025-11-13 00:01:02', 'A', '110.249.201.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3225, '2025-11-13 00:01:28', 'W', '95.108.213.212', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(3226, '2025-11-13 00:01:28', 'W', '5.255.231.14', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(3227, '2025-11-13 00:01:43', 'A', '47.128.112.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3228, '2025-11-13 00:01:49', 'W', '43.173.181.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3229, '2025-11-13 00:02:29', 'W', '5.255.231.107', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(3230, '2025-11-13 00:02:34', 'A', '47.128.37.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3231, '2025-11-13 00:02:35', 'A', '47.128.113.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3232, '2025-11-13 00:03:24', 'A', '47.128.56.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3233, '2025-11-13 00:04:15', 'A', '47.128.37.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3234, '2025-11-13 00:05:06', 'A', '47.128.31.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3235, '2025-11-13 00:05:58', 'A', '47.128.57.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3236, '2025-11-13 00:05:58', 'W', '43.173.179.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3237, '2025-11-13 00:06:02', 'A', '47.128.42.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3238, '2025-11-13 00:06:49', 'A', '47.128.29.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3239, '2025-11-13 00:06:52', 'A', '47.128.28.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3240, '2025-11-13 00:06:58', 'W', '43.173.174.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3241, '2025-11-13 00:07:06', 'W', '43.173.182.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3242, '2025-11-13 00:07:40', 'A', '47.128.21.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3243, '2025-11-13 00:07:43', 'A', '47.128.43.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3244, '2025-11-13 00:08:31', 'A', '47.128.19.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3245, '2025-11-13 00:08:35', 'A', '47.128.125.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3246, '2025-11-13 00:08:46', 'W', '40.77.167.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3247, '2025-11-13 00:09:13', 'W', '8.217.188.127', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(3248, '2025-11-13 00:09:22', 'A', '47.128.42.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3249, '2025-11-13 00:09:27', 'A', '47.128.57.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3250, '2025-11-13 00:10:19', 'A', '47.128.19.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3251, '2025-11-13 00:10:59', 'W', '43.173.176.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3252, '2025-11-13 00:11:04', 'A', '47.128.123.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3253, '2025-11-13 00:11:09', 'A', '47.128.126.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3254, '2025-11-13 00:12:25', 'W', '152.204.163.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3255, '2025-11-13 00:12:28', 'W', '64.227.7.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3256, '2025-11-13 00:12:35', 'W', '45.235.147.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3257, '2025-11-13 00:12:38', 'W', '189.168.15.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3258, '2025-11-13 00:12:39', 'W', '189.7.217.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3259, '2025-11-13 00:12:46', 'A', '47.128.18.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3260, '2025-11-13 00:12:52', 'A', '47.128.60.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3261, '2025-11-13 00:13:37', 'A', '47.128.126.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3262, '2025-11-13 00:13:44', 'A', '47.128.47.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3263, '2025-11-13 00:14:27', 'W', '43.173.180.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3264, '2025-11-13 00:14:35', 'A', '47.128.122.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3265, '2025-11-13 00:15:11', 'W', '43.173.179.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3266, '2025-11-13 00:15:20', 'A', '47.128.60.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3267, '2025-11-13 00:15:26', 'A', '47.128.111.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3268, '2025-11-13 00:16:12', 'A', '47.128.96.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3269, '2025-11-13 00:16:18', 'A', '47.128.61.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3270, '2025-11-13 00:17:03', 'A', '47.128.126.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3271, '2025-11-13 00:17:54', 'A', '47.128.123.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3272, '2025-11-13 00:17:56', 'W', '43.173.179.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3273, '2025-11-13 00:18:01', 'A', '47.128.23.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3274, '2025-11-13 00:18:06', 'W', '43.173.181.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3275, '2025-11-13 00:18:46', 'A', '47.128.34.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3276, '2025-11-13 00:18:54', 'A', '47.128.44.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3277, '2025-11-13 00:19:07', 'A', '110.249.202.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3278, '2025-11-13 00:19:39', 'A', '47.128.34.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3279, '2025-11-13 00:20:36', 'A', '47.128.23.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3280, '2025-11-13 00:21:22', 'A', '47.128.112.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3281, '2025-11-13 00:21:27', 'A', '47.128.62.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3282, '2025-11-13 00:21:58', 'W', '85.208.96.198', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3283, '2025-11-13 00:22:19', 'A', '47.128.126.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3284, '2025-11-13 00:23:11', 'A', '47.128.61.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3285, '2025-11-13 00:23:27', 'W', '185.191.171.2', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3286, '2025-11-13 00:23:55', 'A', '47.128.53.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3287, '2025-11-13 00:24:03', 'W', '43.173.176.133', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3288, '2025-11-13 00:24:46', 'A', '47.128.63.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3289, '2025-11-13 00:24:52', 'A', '47.128.52.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3290, '2025-11-13 00:24:58', 'A', '111.225.148.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3291, '2025-11-13 00:25:38', 'A', '47.128.50.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3292, '2025-11-13 00:25:44', 'A', '47.128.63.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3293, '2025-11-13 00:26:01', 'W', '5.39.1.227', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(3294, '2025-11-13 00:26:29', 'A', '47.128.20.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3295, '2025-11-13 00:26:35', 'A', '47.128.114.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3296, '2025-11-13 00:27:05', 'W', '95.185.4.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3297, '2025-11-13 00:27:07', 'W', '43.173.176.247', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3298, '2025-11-13 00:27:13', 'W', '43.173.179.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3299, '2025-11-13 00:27:14', 'W', '43.173.182.208', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3300, '2025-11-13 00:27:20', 'A', '111.225.149.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3301, '2025-11-13 00:27:21', 'A', '47.128.45.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3302, '2025-11-13 00:27:26', 'A', '47.128.55.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3303, '2025-11-13 00:28:12', 'W', '8.217.212.110', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(3304, '2025-11-13 00:28:13', 'A', '47.128.32.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3305, '2025-11-13 00:28:17', 'A', '47.128.16.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3306, '2025-11-13 00:28:40', 'W', '43.173.180.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3307, '2025-11-13 00:29:04', 'A', '47.128.43.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3308, '2025-11-13 00:29:51', 'W', '8.217.157.177', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(3309, '2025-11-13 00:29:59', 'A', '47.128.55.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3310, '2025-11-13 00:30:43', 'A', '111.225.148.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3311, '2025-11-13 00:30:50', 'A', '47.128.57.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3312, '2025-11-13 00:31:14', 'W', '43.173.173.194', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3313, '2025-11-13 00:31:31', 'W', '43.173.175.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3314, '2025-11-13 00:31:38', 'A', '47.128.50.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3315, '2025-11-13 00:31:41', 'A', '47.128.32.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3316, '2025-11-13 00:32:30', 'A', '47.128.36.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3317, '2025-11-13 00:33:23', 'A', '47.128.98.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3318, '2025-11-13 00:33:33', 'W', '43.173.181.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3319, '2025-11-13 00:34:12', 'A', '47.128.113.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3320, '2025-11-13 00:35:04', 'A', '47.128.33.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3321, '2025-11-13 00:35:07', 'A', '47.128.24.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3322, '2025-11-13 00:35:55', 'A', '47.128.33.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3323, '2025-11-13 00:35:58', 'A', '47.128.125.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3324, '2025-11-13 00:36:18', 'A', '110.249.201.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3325, '2025-11-13 00:36:34', 'W', '43.173.181.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3326, '2025-11-13 00:36:39', 'W', '92.222.104.211', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(3327, '2025-11-13 00:36:47', 'W', '51.68.247.212', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(3328, '2025-11-13 00:36:49', 'A', '47.128.18.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3329, '2025-11-13 00:37:39', 'A', '47.128.22.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3330, '2025-11-13 00:37:40', 'A', '47.128.41.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3331, '2025-11-13 00:38:30', 'A', '47.128.31.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3332, '2025-11-13 00:38:31', 'A', '47.128.17.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3333, '2025-11-13 00:38:51', 'A', '111.225.148.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3334, '2025-11-13 00:38:52', 'W', '43.173.174.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3335, '2025-11-13 00:39:22', 'A', '47.128.24.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3336, '2025-11-13 00:39:57', 'W', '18.136.246.89', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(3337, '2025-11-13 00:40:02', 'W', '57.141.0.37', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(3338, '2025-11-13 00:40:13', 'A', '47.128.115.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3339, '2025-11-13 00:40:14', 'A', '47.128.28.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3340, '2025-11-13 00:40:17', 'W', '57.141.0.70', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(3341, '2025-11-13 00:40:26', 'W', '14.191.92.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(3342, '2025-11-13 00:41:04', 'A', '47.128.45.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3343, '2025-11-13 00:41:05', 'A', '47.128.99.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3344, '2025-11-13 00:41:05', 'W', '8.217.211.159', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(3345, '2025-11-13 00:41:55', 'A', '47.128.36.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3346, '2025-11-13 00:41:56', 'A', '47.128.18.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3347, '2025-11-13 00:42:47', 'A', '47.128.97.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3348, '2025-11-13 00:42:47', 'A', '47.128.36.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3349, '2025-11-13 00:43:39', 'A', '47.128.18.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3350, '2025-11-13 00:43:39', 'A', '47.128.127.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3351, '2025-11-13 00:44:25', 'W', '43.173.180.51', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3352, '2025-11-13 00:44:30', 'A', '47.128.97.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3353, '2025-11-13 00:44:30', 'A', '47.128.23.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3354, '2025-11-13 00:44:37', 'W', '43.173.176.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3355, '2025-11-13 00:45:11', 'W', '189.187.127.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 10'),
(3356, '2025-11-13 00:45:22', 'A', '47.128.39.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3357, '2025-11-13 00:45:22', 'A', '47.128.116.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3358, '2025-11-13 00:45:25', 'W', '177.72.183.196', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(3359, '2025-11-13 00:46:06', 'W', '43.173.178.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3360, '2025-11-13 00:46:13', 'A', '47.128.60.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3361, '2025-11-13 00:46:39', 'W', '138.118.236.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(3362, '2025-11-13 00:47:03', 'W', '139.186.192.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3363, '2025-11-13 00:47:05', 'A', '47.128.60.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3364, '2025-11-13 00:47:05', 'A', '47.128.38.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3365, '2025-11-13 00:47:58', 'A', '47.128.56.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3366, '2025-11-13 00:47:58', 'A', '47.128.58.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3367, '2025-11-13 00:48:11', 'W', '43.173.182.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3368, '2025-11-13 00:48:49', 'A', '47.128.120.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3369, '2025-11-13 00:48:49', 'A', '47.128.32.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3370, '2025-11-13 00:49:00', 'W', '43.130.77.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3371, '2025-11-13 00:49:02', 'W', '43.173.179.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3372, '2025-11-13 00:49:13', 'W', '43.173.180.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3373, '2025-11-13 00:49:18', 'W', '43.173.173.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3374, '2025-11-13 00:49:22', 'W', '43.173.174.32', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3375, '2025-11-13 00:49:41', 'A', '47.128.126.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3376, '2025-11-13 00:49:41', 'A', '47.128.34.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3377, '2025-11-13 00:51:24', 'A', '47.128.61.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3378, '2025-11-13 00:51:24', 'A', '47.128.40.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3379, '2025-11-13 00:52:03', 'W', '213.180.203.184', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(3380, '2025-11-13 00:52:16', 'A', '47.128.44.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3381, '2025-11-13 00:52:16', 'A', '47.128.123.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3382, '2025-11-13 00:52:58', 'W', '14.191.192.111', 'Mozilla/5.0 (Windows NT 11.0) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/45.0.805.0 Safari/534.2', 'Chrome', 'Unknown OS Platform'),
(3383, '2025-11-13 00:53:07', 'A', '47.128.32.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3384, '2025-11-13 00:54:50', 'A', '47.128.116.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3385, '2025-11-13 00:55:41', 'A', '47.128.116.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3386, '2025-11-13 00:55:42', 'A', '47.128.58.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3387, '2025-11-13 00:56:27', 'W', '43.173.175.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3388, '2025-11-13 00:56:32', 'W', '43.173.173.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3389, '2025-11-13 00:56:32', 'A', '47.128.52.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3390, '2025-11-13 00:56:33', 'A', '47.128.21.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3391, '2025-11-13 00:57:23', 'A', '47.128.42.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3392, '2025-11-13 00:57:25', 'A', '47.128.44.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3393, '2025-11-13 00:57:42', 'W', '43.173.177.247', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3394, '2025-11-13 00:58:13', 'W', '43.173.182.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3395, '2025-11-13 00:58:15', 'A', '47.128.21.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3396, '2025-11-13 00:58:16', 'A', '47.128.60.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3397, '2025-11-13 00:58:22', 'W', '43.173.181.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3398, '2025-11-13 00:59:08', 'A', '47.128.39.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3399, '2025-11-13 00:59:08', 'A', '47.128.58.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3400, '2025-11-13 00:59:33', 'A', '110.249.201.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3401, '2025-11-13 01:00:51', 'A', '47.128.114.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3402, '2025-11-13 01:00:51', 'A', '47.128.96.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3403, '2025-11-13 01:01:44', 'A', '47.128.46.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3404, '2025-11-13 01:01:44', 'A', '47.128.117.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3405, '2025-11-13 01:01:59', 'W', '43.173.180.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3406, '2025-11-13 01:02:34', 'A', '47.128.36.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3407, '2025-11-13 01:02:34', 'A', '47.128.49.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3408, '2025-11-13 01:03:25', 'A', '47.128.36.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3409, '2025-11-13 01:04:16', 'A', '47.128.98.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3410, '2025-11-13 01:04:17', 'A', '47.128.96.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3411, '2025-11-13 01:04:44', 'W', '43.173.174.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3412, '2025-11-13 01:04:58', 'W', '43.173.182.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3413, '2025-11-13 01:05:10', 'A', '47.128.16.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3414, '2025-11-13 01:05:15', 'W', '119.28.68.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3415, '2025-11-13 01:05:59', 'A', '47.128.16.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3416, '2025-11-13 01:06:00', 'A', '47.128.119.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3417, '2025-11-13 01:06:08', 'W', '43.173.179.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3418, '2025-11-13 01:06:16', 'W', '43.173.176.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3419, '2025-11-13 01:06:50', 'A', '47.128.35.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3420, '2025-11-13 01:06:52', 'A', '47.128.61.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3421, '2025-11-13 01:07:39', 'W', '43.173.176.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3422, '2025-11-13 01:07:42', 'A', '47.128.114.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3423, '2025-11-13 01:07:43', 'A', '47.128.37.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3424, '2025-11-13 01:07:47', 'W', '43.173.177.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3425, '2025-11-13 01:07:47', 'W', '43.173.180.229', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3426, '2025-11-13 01:08:12', 'W', '185.191.171.19', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3427, '2025-11-13 01:08:34', 'A', '47.128.19.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3428, '2025-11-13 01:08:35', 'A', '47.128.126.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3429, '2025-11-13 01:09:26', 'A', '47.128.23.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3430, '2025-11-13 01:09:27', 'A', '47.128.25.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3431, '2025-11-13 01:10:17', 'A', '47.128.124.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3432, '2025-11-13 01:10:17', 'A', '47.128.125.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3433, '2025-11-13 01:10:45', 'W', '43.173.181.19', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3434, '2025-11-13 01:10:50', 'W', '43.173.180.202', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3435, '2025-11-13 01:11:09', 'A', '47.128.126.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(3436, '2025-11-13 01:11:10', 'W', '52.167.144.177', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3437, '2025-11-13 01:11:11', 'W', '43.157.24.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3438, '2025-11-13 01:12:01', 'A', '47.128.61.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3439, '2025-11-13 01:12:01', 'A', '47.128.53.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3440, '2025-11-13 01:12:53', 'A', '47.128.58.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3441, '2025-11-13 01:13:02', 'W', '43.173.174.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3442, '2025-11-13 01:13:07', 'W', '43.173.175.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3443, '2025-11-13 01:13:44', 'A', '47.128.39.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3444, '2025-11-13 01:13:45', 'A', '110.249.202.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3445, '2025-11-13 01:14:11', 'W', '43.173.181.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3446, '2025-11-13 01:14:36', 'A', '47.128.58.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3447, '2025-11-13 01:14:36', 'A', '47.128.31.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3448, '2025-11-13 01:15:28', 'A', '47.128.48.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3449, '2025-11-13 01:16:20', 'A', '47.128.31.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3450, '2025-11-13 01:16:46', 'W', '43.173.178.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3451, '2025-11-13 01:17:12', 'A', '47.128.63.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3452, '2025-11-13 01:17:12', 'A', '47.128.54.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3453, '2025-11-13 01:17:25', 'W', '159.75.238.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3454, '2025-11-13 01:18:03', 'A', '47.128.31.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3455, '2025-11-13 01:18:03', 'A', '47.128.114.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3456, '2025-11-13 01:18:30', 'W', '43.173.173.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(3457, '2025-11-13 01:18:55', 'A', '47.128.115.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3458, '2025-11-13 01:19:46', 'A', '47.128.112.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3459, '2025-11-13 01:19:46', 'A', '47.128.62.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3460, '2025-11-13 01:20:38', 'A', '47.128.57.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3461, '2025-11-13 01:21:30', 'A', '47.128.43.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3462, '2025-11-13 01:22:21', 'A', '47.128.116.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3463, '2025-11-13 01:22:21', 'A', '47.128.43.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3464, '2025-11-13 01:22:21', 'W', '43.173.179.239', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3465, '2025-11-13 01:23:12', 'A', '47.128.31.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3466, '2025-11-13 01:24:46', 'W', '78.177.229.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3467, '2025-11-13 01:24:55', 'A', '47.128.122.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3468, '2025-11-13 01:24:55', 'A', '47.128.46.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3469, '2025-11-13 01:25:01', 'W', '43.173.178.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3470, '2025-11-13 01:25:47', 'A', '47.128.22.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3471, '2025-11-13 01:25:47', 'A', '47.128.18.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3472, '2025-11-13 01:26:39', 'A', '47.128.126.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3473, '2025-11-13 01:26:39', 'A', '47.128.60.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3474, '2025-11-13 01:27:31', 'A', '47.128.47.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3475, '2025-11-13 01:28:22', 'A', '47.128.63.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3476, '2025-11-13 01:29:13', 'A', '47.128.116.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3477, '2025-11-13 01:29:14', 'A', '47.128.17.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3478, '2025-11-13 01:30:06', 'A', '47.128.119.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3479, '2025-11-13 01:30:44', 'W', '43.173.176.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3480, '2025-11-13 01:30:55', 'A', '47.128.127.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3481, '2025-11-13 01:30:58', 'A', '47.128.39.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3482, '2025-11-13 01:31:47', 'A', '47.128.23.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3483, '2025-11-13 01:31:48', 'A', '47.128.56.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3484, '2025-11-13 01:32:16', 'W', '45.187.66.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3485, '2025-11-13 01:32:19', 'W', '38.159.50.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3486, '2025-11-13 01:32:27', 'W', '137.184.205.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3487, '2025-11-13 01:32:35', 'W', '169.224.20.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3488, '2025-11-13 01:33:00', 'W', '43.173.173.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3489, '2025-11-13 01:33:03', 'W', '43.173.179.19', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3490, '2025-11-13 01:33:11', 'W', '43.173.181.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3491, '2025-11-13 01:33:30', 'A', '47.128.52.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3492, '2025-11-13 01:33:31', 'A', '47.128.21.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3493, '2025-11-13 01:33:49', 'W', '43.173.181.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3494, '2025-11-13 01:34:06', 'A', '110.249.201.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3495, '2025-11-13 01:36:02', 'A', '111.225.148.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3496, '2025-11-13 01:36:53', 'W', '185.191.171.15', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3497, '2025-11-13 01:39:10', 'W', '113.162.115.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(3498, '2025-11-13 01:39:36', 'W', '43.173.180.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3499, '2025-11-13 01:39:56', 'I', '83.135.2.64', 'Mozilla/5.0 (iPad; CPU iPad OS 17_4 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) FxiOS/9.3u8081.0 Mobile/68F848 Safari/535.2', 'Handheld Browser', 'iPad'),
(3500, '2025-11-13 01:40:11', 'W', '154.254.34.164', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(3501, '2025-11-13 01:41:09', 'W', '43.173.180.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3502, '2025-11-13 01:41:19', 'W', '43.173.180.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3503, '2025-11-13 01:41:32', 'W', '61.6.239.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(3504, '2025-11-13 01:41:37', 'W', '14.191.193.230', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(3505, '2025-11-13 01:41:42', 'W', '43.173.181.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3506, '2025-11-13 01:41:52', 'W', '43.173.181.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3507, '2025-11-13 01:41:56', 'W', '43.173.179.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3508, '2025-11-13 01:42:00', 'A', '110.249.201.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3509, '2025-11-13 01:45:12', 'W', '190.112.138.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 10'),
(3510, '2025-11-13 01:46:21', 'A', '47.128.99.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3511, '2025-11-13 01:47:12', 'A', '47.128.53.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3512, '2025-11-13 01:47:13', 'A', '47.128.37.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3513, '2025-11-13 01:47:14', 'W', '43.173.180.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3514, '2025-11-13 01:47:18', 'W', '43.173.173.172', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3515, '2025-11-13 01:47:20', 'W', '43.173.178.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3516, '2025-11-13 01:47:43', 'W', '190.212.210.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3517, '2025-11-13 01:47:45', 'W', '167.99.6.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3518, '2025-11-13 01:47:51', 'W', '138.59.217.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3519, '2025-11-13 01:47:55', 'W', '177.223.106.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3520, '2025-11-13 01:48:03', 'A', '47.128.30.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3521, '2025-11-13 01:48:09', 'A', '47.128.118.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3522, '2025-11-13 01:48:11', 'W', '52.167.144.174', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3523, '2025-11-13 01:48:22', 'W', '152.249.232.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(3524, '2025-11-13 01:48:51', 'W', '40.88.21.235', 'DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3525, '2025-11-13 01:48:57', 'A', '47.128.18.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3526, '2025-11-13 01:49:46', 'A', '47.128.99.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3527, '2025-11-13 01:49:47', 'A', '47.128.121.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3528, '2025-11-13 01:50:39', 'A', '47.128.110.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3529, '2025-11-13 01:50:39', 'A', '47.128.29.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3530, '2025-11-13 01:50:42', 'W', '43.173.182.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3531, '2025-11-13 01:50:46', 'W', '43.173.173.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3532, '2025-11-13 01:50:52', 'W', '43.173.173.137', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3533, '2025-11-13 01:51:09', 'W', '43.173.173.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3534, '2025-11-13 01:51:30', 'A', '47.128.58.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3535, '2025-11-13 01:51:32', 'A', '47.128.110.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3536, '2025-11-13 01:51:37', 'W', '216.163.199.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(3537, '2025-11-13 01:52:23', 'A', '47.128.113.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3538, '2025-11-13 01:53:13', 'A', '47.128.126.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3539, '2025-11-13 01:53:32', 'W', '128.199.104.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3540, '2025-11-13 01:53:33', 'I', '128.199.104.11', 'Mozilla/5.0 (iPad; CPU OS 16_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPad'),
(3541, '2025-11-13 01:53:41', 'W', '128.199.104.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(3542, '2025-11-13 01:53:55', 'A', '110.249.201.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3543, '2025-11-13 01:54:06', 'A', '47.128.28.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3544, '2025-11-13 01:54:57', 'A', '47.128.42.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3545, '2025-11-13 01:55:40', 'W', '54.159.98.248', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3546, '2025-11-13 01:55:48', 'A', '47.128.24.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3547, '2025-11-13 01:55:48', 'A', '47.128.24.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3548, '2025-11-13 01:55:54', 'W', '52.167.144.162', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3549, '2025-11-13 01:56:15', 'W', '52.167.144.138', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3550, '2025-11-13 01:56:39', 'A', '47.128.45.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3551, '2025-11-13 01:56:39', 'A', '47.128.113.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3552, '2025-11-13 01:57:31', 'A', '47.128.56.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3553, '2025-11-13 01:58:23', 'A', '47.128.36.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3554, '2025-11-13 01:58:24', 'A', '47.128.118.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3555, '2025-11-13 01:59:15', 'A', '47.128.97.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3556, '2025-11-13 01:59:52', 'W', '92.222.104.215', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(3557, '2025-11-13 02:00:04', 'A', '47.128.124.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3558, '2025-11-13 02:00:07', 'A', '47.128.18.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3559, '2025-11-13 02:00:42', 'W', '43.173.177.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3560, '2025-11-13 02:00:46', 'W', '43.173.176.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3561, '2025-11-13 02:00:48', 'W', '43.173.177.113', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3562, '2025-11-13 02:00:56', 'A', '47.128.115.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3563, '2025-11-13 02:00:58', 'A', '47.128.118.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3564, '2025-11-13 02:01:47', 'A', '47.128.109.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3565, '2025-11-13 02:02:02', 'W', '43.173.180.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3566, '2025-11-13 02:02:15', 'W', '43.173.180.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3567, '2025-11-13 02:02:38', 'A', '47.128.96.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3568, '2025-11-13 02:03:16', 'A', '111.225.149.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3569, '2025-11-13 02:03:34', 'A', '47.128.20.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3570, '2025-11-13 02:03:46', 'W', '52.167.144.208', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3571, '2025-11-13 02:04:20', 'A', '47.128.33.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3572, '2025-11-13 02:04:24', 'A', '47.128.48.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3573, '2025-11-13 02:05:12', 'A', '47.128.20.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3574, '2025-11-13 02:05:15', 'A', '47.128.124.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3575, '2025-11-13 02:06:05', 'A', '47.128.46.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3576, '2025-11-13 02:06:07', 'A', '47.128.63.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3577, '2025-11-13 02:06:55', 'A', '47.128.126.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3578, '2025-11-13 02:06:58', 'A', '47.128.33.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3579, '2025-11-13 02:07:46', 'A', '47.128.118.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3580, '2025-11-13 02:08:37', 'A', '47.128.62.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3581, '2025-11-13 02:08:41', 'A', '47.128.118.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3582, '2025-11-13 02:09:28', 'A', '47.128.52.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3583, '2025-11-13 02:09:32', 'A', '47.128.125.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3584, '2025-11-13 02:10:20', 'A', '47.128.49.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3585, '2025-11-13 02:10:20', 'W', '43.173.173.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3586, '2025-11-13 02:10:28', 'A', '47.128.55.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3587, '2025-11-13 02:11:15', 'A', '47.128.34.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3588, '2025-11-13 02:11:19', 'A', '47.128.127.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3589, '2025-11-13 02:12:05', 'A', '47.128.126.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3590, '2025-11-13 02:12:11', 'A', '47.128.51.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3591, '2025-11-13 02:12:57', 'A', '47.128.48.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3592, '2025-11-13 02:13:03', 'A', '47.128.29.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3593, '2025-11-13 02:13:55', 'A', '47.128.124.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3594, '2025-11-13 02:14:40', 'A', '47.128.36.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3595, '2025-11-13 02:14:46', 'A', '47.128.50.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3596, '2025-11-13 02:14:50', 'W', '43.173.180.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3597, '2025-11-13 02:15:38', 'A', '47.128.51.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3598, '2025-11-13 02:16:12', 'W', '43.173.177.128', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3599, '2025-11-13 02:16:35', 'W', '185.191.171.13', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3600, '2025-11-13 02:17:20', 'A', '47.128.96.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3601, '2025-11-13 02:17:35', 'W', '43.173.174.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3602, '2025-11-13 02:17:51', 'W', '43.173.174.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3603, '2025-11-13 02:17:56', 'W', '43.173.180.232', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3604, '2025-11-13 02:18:04', 'W', '43.173.182.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3605, '2025-11-13 02:18:05', 'A', '47.128.98.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3606, '2025-11-13 02:18:12', 'A', '47.128.39.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3607, '2025-11-13 02:20:39', 'A', '47.128.17.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3608, '2025-11-13 02:21:30', 'A', '47.128.42.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3609, '2025-11-13 02:21:37', 'A', '47.128.54.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3610, '2025-11-13 02:22:21', 'A', '47.128.61.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3611, '2025-11-13 02:22:25', 'W', '43.173.180.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3612, '2025-11-13 02:22:29', 'A', '47.128.110.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3613, '2025-11-13 02:22:33', 'W', '43.173.181.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3614, '2025-11-13 02:22:34', 'W', '43.173.180.79', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3615, '2025-11-13 02:22:40', 'W', '43.173.182.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3616, '2025-11-13 02:22:42', 'W', '43.173.173.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3617, '2025-11-13 02:23:13', 'A', '47.128.16.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3618, '2025-11-13 02:23:21', 'A', '47.128.31.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3619, '2025-11-13 02:24:04', 'A', '47.128.51.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3620, '2025-11-13 02:24:45', 'W', '85.208.98.24', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3621, '2025-11-13 02:24:56', 'A', '47.128.116.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3622, '2025-11-13 02:25:03', 'A', '47.128.17.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3623, '2025-11-13 02:25:11', 'W', '105.99.120.61', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/24.0.830.0 Safari/535.0', 'Chrome', 'Linux'),
(3624, '2025-11-13 02:25:11', 'W', '85.208.98.29', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3625, '2025-11-13 02:25:47', 'A', '47.128.124.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3626, '2025-11-13 02:25:55', 'A', '47.128.40.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3627, '2025-11-13 02:25:55', 'W', '85.208.98.22', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3628, '2025-11-13 02:26:08', 'W', '85.208.98.16', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3629, '2025-11-13 02:26:22', 'W', '85.208.98.19', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3630, '2025-11-13 02:26:38', 'A', '47.128.57.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3631, '2025-11-13 02:26:38', 'W', '43.173.178.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3632, '2025-11-13 02:26:47', 'W', '43.173.178.232', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3633, '2025-11-13 02:26:48', 'A', '47.128.47.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3634, '2025-11-13 02:27:29', 'A', '47.128.47.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3635, '2025-11-13 02:27:39', 'A', '47.128.115.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3636, '2025-11-13 02:28:21', 'A', '47.128.124.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3637, '2025-11-13 02:28:30', 'A', '47.128.25.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3638, '2025-11-13 02:28:39', 'W', '57.141.0.2', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(3639, '2025-11-13 02:29:13', 'A', '47.128.62.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3640, '2025-11-13 02:29:23', 'A', '47.128.58.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3641, '2025-11-13 02:30:04', 'A', '47.128.20.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3642, '2025-11-13 02:30:13', 'A', '47.128.45.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3643, '2025-11-13 02:30:49', 'W', '43.173.182.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3644, '2025-11-13 02:30:57', 'A', '47.128.63.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3645, '2025-11-13 02:31:49', 'A', '47.128.22.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3646, '2025-11-13 02:32:28', 'W', '85.208.98.31', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3647, '2025-11-13 02:32:29', 'W', '43.173.178.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3648, '2025-11-13 02:32:33', 'W', '43.173.174.90', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3649, '2025-11-13 02:32:38', 'A', '47.128.44.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3650, '2025-11-13 02:33:24', 'W', '85.208.98.20', 'Mozilla/5.0 (compatible; SemrushBot-BA; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3651, '2025-11-13 02:33:30', 'A', '47.128.111.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3652, '2025-11-13 02:33:38', 'A', '47.128.60.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3653, '2025-11-13 02:34:26', 'A', '47.128.119.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3654, '2025-11-13 02:34:31', 'A', '47.128.48.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3655, '2025-11-13 02:35:13', 'A', '47.128.97.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3656, '2025-11-13 02:35:22', 'A', '47.128.21.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3657, '2025-11-13 02:35:32', 'W', '43.173.182.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3658, '2025-11-13 02:35:35', 'W', '43.173.181.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3659, '2025-11-13 02:36:05', 'A', '47.128.99.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3660, '2025-11-13 02:36:13', 'A', '47.128.28.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3661, '2025-11-13 02:36:18', 'W', '103.13.192.79', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(3662, '2025-11-13 02:36:55', 'A', '47.128.98.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3663, '2025-11-13 02:37:06', 'A', '47.128.45.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3664, '2025-11-13 02:37:07', 'W', '43.173.181.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(3665, '2025-11-13 02:37:13', 'W', '43.173.180.143', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3666, '2025-11-13 02:37:21', 'W', '160.19.18.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.48 Safari/537.36', 'Chrome', 'Windows 10'),
(3667, '2025-11-13 02:37:23', 'W', '43.166.163.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3668, '2025-11-13 02:37:24', 'W', '43.173.178.90', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3669, '2025-11-13 02:37:47', 'A', '47.128.28.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3670, '2025-11-13 02:37:57', 'A', '47.128.20.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3671, '2025-11-13 02:38:39', 'A', '47.128.97.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3672, '2025-11-13 02:39:30', 'A', '47.128.61.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3673, '2025-11-13 02:40:21', 'A', '47.128.41.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3674, '2025-11-13 02:40:32', 'A', '47.128.28.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3675, '2025-11-13 02:40:34', 'W', '113.181.146.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4889.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(3676, '2025-11-13 02:41:14', 'A', '47.128.62.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3677, '2025-11-13 02:41:22', 'A', '47.128.98.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3678, '2025-11-13 02:42:13', 'A', '47.128.63.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3679, '2025-11-13 02:42:27', 'W', '43.173.179.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3680, '2025-11-13 02:42:35', 'W', '43.173.174.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3681, '2025-11-13 02:42:57', 'A', '47.128.35.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3682, '2025-11-13 02:43:04', 'A', '47.128.98.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3683, '2025-11-13 02:43:12', 'W', '43.173.181.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3684, '2025-11-13 02:43:48', 'A', '47.128.52.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3685, '2025-11-13 02:43:56', 'A', '47.128.98.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3686, '2025-11-13 02:44:40', 'A', '47.128.126.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3687, '2025-11-13 02:44:47', 'A', '47.128.57.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3688, '2025-11-13 02:45:32', 'A', '47.128.117.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3689, '2025-11-13 02:46:23', 'A', '47.128.49.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3690, '2025-11-13 02:46:56', 'W', '43.173.177.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3691, '2025-11-13 02:47:00', 'W', '43.173.177.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3692, '2025-11-13 02:47:15', 'A', '47.128.119.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3693, '2025-11-13 02:48:07', 'A', '47.128.36.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3694, '2025-11-13 02:48:57', 'A', '47.128.97.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3695, '2025-11-13 02:49:00', 'W', '186.249.142.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3696, '2025-11-13 02:49:05', 'W', '52.167.144.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3697, '2025-11-13 02:49:06', 'A', '47.128.60.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3698, '2025-11-13 02:49:58', 'A', '47.128.99.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3699, '2025-11-13 02:50:39', 'A', '47.128.47.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3700, '2025-11-13 02:50:47', 'A', '47.128.36.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3701, '2025-11-13 02:51:31', 'A', '47.128.36.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3702, '2025-11-13 02:52:22', 'A', '47.128.56.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3703, '2025-11-13 02:52:36', 'W', '129.226.153.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3704, '2025-11-13 02:52:50', 'W', '82.156.52.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3705, '2025-11-13 02:53:13', 'A', '47.128.59.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3706, '2025-11-13 02:53:18', 'W', '43.173.174.45', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3707, '2025-11-13 02:53:21', 'A', '47.128.56.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3708, '2025-11-13 02:54:05', 'A', '47.128.127.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3709, '2025-11-13 02:54:13', 'A', '47.128.120.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3710, '2025-11-13 02:54:37', 'W', '43.173.173.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3711, '2025-11-13 02:54:46', 'W', '43.173.180.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3712, '2025-11-13 02:54:48', 'W', '43.173.178.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3713, '2025-11-13 02:54:56', 'A', '47.128.99.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3714, '2025-11-13 02:55:05', 'A', '47.128.124.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3715, '2025-11-13 02:55:48', 'A', '47.128.34.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3716, '2025-11-13 02:55:55', 'A', '47.128.17.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3717, '2025-11-13 02:56:34', 'W', '43.173.178.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3718, '2025-11-13 02:56:39', 'A', '47.128.31.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3719, '2025-11-13 02:57:38', 'A', '47.128.31.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3720, '2025-11-13 02:58:19', 'W', '187.187.205.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3721, '2025-11-13 02:58:20', 'W', '38.194.237.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3722, '2025-11-13 02:58:24', 'W', '190.133.233.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3723, '2025-11-13 02:58:27', 'W', '111.119.48.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3724, '2025-11-13 02:58:30', 'A', '47.128.49.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3725, '2025-11-13 02:59:13', 'W', '43.173.176.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3726, '2025-11-13 02:59:13', 'A', '47.128.42.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3727, '2025-11-13 02:59:21', 'A', '47.128.98.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3728, '2025-11-13 02:59:28', 'A', '110.249.201.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3729, '2025-11-13 03:00:04', 'A', '47.128.36.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3730, '2025-11-13 03:00:13', 'A', '47.128.29.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3731, '2025-11-13 03:00:56', 'A', '47.128.118.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3732, '2025-11-13 03:01:17', 'W', '43.173.179.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3733, '2025-11-13 03:01:45', 'W', '43.173.176.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3734, '2025-11-13 03:01:51', 'W', '43.173.182.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3735, '2025-11-13 03:01:55', 'A', '47.128.37.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3736, '2025-11-13 03:02:03', 'W', '43.173.181.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3737, '2025-11-13 03:02:13', 'W', '43.173.181.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3738, '2025-11-13 03:02:17', 'W', '43.173.180.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3739, '2025-11-13 03:02:40', 'A', '47.128.33.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3740, '2025-11-13 03:02:47', 'A', '47.128.46.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3741, '2025-11-13 03:03:31', 'A', '47.128.44.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3742, '2025-11-13 03:03:38', 'A', '47.128.24.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3743, '2025-11-13 03:04:22', 'A', '47.128.63.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3744, '2025-11-13 03:04:29', 'A', '47.128.43.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3745, '2025-11-13 03:05:16', 'A', '47.128.118.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3746, '2025-11-13 03:05:20', 'A', '47.128.125.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3747, '2025-11-13 03:06:11', 'A', '47.128.50.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3748, '2025-11-13 03:07:03', 'A', '47.128.52.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3749, '2025-11-13 03:07:18', 'W', '43.173.177.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3750, '2025-11-13 03:07:48', 'A', '47.128.113.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3751, '2025-11-13 03:07:55', 'A', '47.128.115.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3752, '2025-11-13 03:08:39', 'A', '47.128.37.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3753, '2025-11-13 03:09:00', 'W', '98.82.63.147', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3754, '2025-11-13 03:09:37', 'A', '47.128.58.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3755, '2025-11-13 03:09:38', 'A', '47.128.30.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3756, '2025-11-13 03:10:31', 'A', '47.128.113.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3757, '2025-11-13 03:11:13', 'A', '47.128.33.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3758, '2025-11-13 03:11:20', 'A', '47.128.109.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3759, '2025-11-13 03:11:23', 'W', '43.173.178.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3760, '2025-11-13 03:11:40', 'A', '110.249.202.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3761, '2025-11-13 03:12:04', 'A', '47.128.20.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3762, '2025-11-13 03:12:06', 'W', '43.173.181.214', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3763, '2025-11-13 03:12:09', 'W', '43.173.180.146', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3764, '2025-11-13 03:12:11', 'A', '47.128.16.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3765, '2025-11-13 03:12:15', 'W', '43.173.175.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3766, '2025-11-13 03:12:40', 'W', '43.173.173.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3767, '2025-11-13 03:13:03', 'A', '47.128.122.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3768, '2025-11-13 03:14:38', 'A', '47.128.122.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3769, '2025-11-13 03:14:46', 'A', '47.128.20.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3770, '2025-11-13 03:15:22', 'W', '43.173.173.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(3771, '2025-11-13 03:15:24', 'W', '43.173.177.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3772, '2025-11-13 03:15:26', 'A', '110.249.201.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3773, '2025-11-13 03:15:39', 'W', '43.173.182.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3774, '2025-11-13 03:15:43', 'W', '43.173.181.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3775, '2025-11-13 03:15:46', 'W', '43.173.174.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3776, '2025-11-13 03:16:20', 'A', '47.128.49.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3777, '2025-11-13 03:16:29', 'A', '47.128.31.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3778, '2025-11-13 03:17:12', 'A', '47.128.126.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3779, '2025-11-13 03:17:21', 'A', '47.128.119.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3780, '2025-11-13 03:17:44', 'W', '43.173.175.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3781, '2025-11-13 03:18:05', 'A', '47.128.48.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3782, '2025-11-13 03:18:13', 'A', '47.128.50.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3783, '2025-11-13 03:18:54', 'A', '47.128.32.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3784, '2025-11-13 03:19:04', 'A', '47.128.114.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3785, '2025-11-13 03:19:46', 'A', '47.128.35.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3786, '2025-11-13 03:19:56', 'A', '47.128.120.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3787, '2025-11-13 03:20:23', 'W', '43.173.180.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3788, '2025-11-13 03:20:24', 'W', '43.173.182.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3789, '2025-11-13 03:20:37', 'A', '47.128.124.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3790, '2025-11-13 03:20:48', 'A', '47.128.124.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3791, '2025-11-13 03:22:20', 'A', '47.128.40.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3792, '2025-11-13 03:23:59', 'W', '43.173.177.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3793, '2025-11-13 03:24:02', 'A', '47.128.46.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3794, '2025-11-13 03:24:02', 'W', '43.173.176.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3795, '2025-11-13 03:24:08', 'W', '43.173.181.106', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3796, '2025-11-13 03:24:55', 'A', '47.128.22.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3797, '2025-11-13 03:25:45', 'A', '47.128.30.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3798, '2025-11-13 03:26:23', 'W', '43.173.182.49', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3799, '2025-11-13 03:26:37', 'A', '47.128.27.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3800, '2025-11-13 03:26:47', 'A', '47.128.18.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3801, '2025-11-13 03:27:29', 'A', '47.128.28.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3802, '2025-11-13 03:27:34', 'W', '43.173.173.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3803, '2025-11-13 03:27:36', 'A', '110.249.201.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3804, '2025-11-13 03:27:38', 'A', '47.128.28.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3805, '2025-11-13 03:28:29', 'A', '47.128.47.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3806, '2025-11-13 03:29:11', 'A', '47.128.43.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3807, '2025-11-13 03:29:21', 'A', '47.128.44.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3808, '2025-11-13 03:30:02', 'A', '47.128.62.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3809, '2025-11-13 03:30:12', 'A', '47.128.55.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3810, '2025-11-13 03:30:32', 'W', '34.225.138.57', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3811, '2025-11-13 03:30:54', 'A', '47.128.55.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3812, '2025-11-13 03:31:04', 'A', '47.128.23.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3813, '2025-11-13 03:31:46', 'A', '47.128.55.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3814, '2025-11-13 03:31:55', 'W', '43.173.180.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3815, '2025-11-13 03:31:55', 'A', '47.128.51.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3816, '2025-11-13 03:32:21', 'A', '111.225.149.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3817, '2025-11-13 03:32:37', 'A', '47.128.38.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3818, '2025-11-13 03:32:48', 'A', '47.128.28.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3819, '2025-11-13 03:33:27', 'A', '47.128.44.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3820, '2025-11-13 03:33:38', 'A', '47.128.62.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3821, '2025-11-13 03:34:03', 'W', '43.173.181.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3822, '2025-11-13 03:34:19', 'A', '47.128.34.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3823, '2025-11-13 03:34:30', 'A', '47.128.127.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3824, '2025-11-13 03:34:41', 'A', '111.225.149.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3825, '2025-11-13 03:35:11', 'A', '47.128.37.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3826, '2025-11-13 03:35:21', 'A', '47.128.37.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3827, '2025-11-13 03:35:47', 'W', '85.208.96.197', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3828, '2025-11-13 03:36:01', 'A', '47.128.48.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3829, '2025-11-13 03:36:07', 'W', '43.173.176.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3830, '2025-11-13 03:36:09', 'A', '110.249.201.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3831, '2025-11-13 03:36:13', 'W', '43.173.181.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3832, '2025-11-13 03:36:13', 'A', '47.128.34.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3833, '2025-11-13 03:36:53', 'A', '47.128.30.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3834, '2025-11-13 03:36:55', 'W', '43.173.181.131', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3835, '2025-11-13 03:36:58', 'W', '43.173.179.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3836, '2025-11-13 03:37:32', 'A', '110.249.202.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3837, '2025-11-13 03:37:44', 'A', '47.128.125.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3838, '2025-11-13 03:37:50', 'A', '47.128.99.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3839, '2025-11-13 03:37:55', 'A', '47.128.118.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3840, '2025-11-13 03:38:08', 'W', '207.191.168.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(3841, '2025-11-13 03:38:36', 'A', '47.128.127.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3842, '2025-11-13 03:38:47', 'A', '47.128.55.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3843, '2025-11-13 03:39:15', 'W', '43.173.175.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3844, '2025-11-13 03:39:39', 'A', '47.128.125.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3845, '2025-11-13 03:40:18', 'A', '47.128.110.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3846, '2025-11-13 03:40:31', 'A', '47.128.30.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3847, '2025-11-13 03:40:48', 'W', '132.232.160.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3848, '2025-11-13 03:40:57', 'A', '110.249.202.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3849, '2025-11-13 03:41:37', 'W', '196.189.17.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(3850, '2025-11-13 03:42:01', 'A', '47.128.54.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3851, '2025-11-13 03:42:12', 'A', '47.128.46.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3852, '2025-11-13 03:43:54', 'A', '47.128.48.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3853, '2025-11-13 03:44:06', 'W', '43.173.179.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3854, '2025-11-13 03:44:14', 'W', '43.173.178.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3855, '2025-11-13 03:44:24', 'W', '40.77.167.50', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3856, '2025-11-13 03:44:34', 'A', '47.128.49.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3857, '2025-11-13 03:44:45', 'A', '47.128.30.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3858, '2025-11-13 03:45:29', 'W', '43.173.176.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(3859, '2025-11-13 03:45:37', 'A', '47.128.57.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3860, '2025-11-13 03:46:16', 'A', '47.128.110.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3861, '2025-11-13 03:46:28', 'A', '110.249.202.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3862, '2025-11-13 03:46:30', 'A', '47.128.57.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3863, '2025-11-13 03:46:35', 'W', '43.173.174.121', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3864, '2025-11-13 03:47:07', 'A', '47.128.29.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3865, '2025-11-13 03:47:21', 'A', '47.128.48.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3866, '2025-11-13 03:47:59', 'A', '47.128.62.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3867, '2025-11-13 03:48:07', 'A', '110.249.201.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3868, '2025-11-13 03:48:11', 'A', '47.128.26.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3869, '2025-11-13 03:48:50', 'A', '47.128.26.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3870, '2025-11-13 03:48:52', 'W', '43.173.177.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3871, '2025-11-13 03:48:54', 'W', '43.173.177.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3872, '2025-11-13 03:49:03', 'A', '47.128.63.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3873, '2025-11-13 03:49:40', 'W', '23.23.214.190', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3874, '2025-11-13 03:49:54', 'A', '47.128.59.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3875, '2025-11-13 03:50:33', 'A', '47.128.63.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3876, '2025-11-13 03:50:46', 'A', '47.128.58.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3877, '2025-11-13 03:51:24', 'A', '47.128.49.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3878, '2025-11-13 03:51:43', 'A', '111.225.148.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3879, '2025-11-13 03:52:15', 'A', '47.128.49.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3880, '2025-11-13 03:52:27', 'W', '43.173.177.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3881, '2025-11-13 03:52:28', 'A', '47.128.46.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3882, '2025-11-13 03:53:06', 'A', '47.128.31.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3883, '2025-11-13 03:53:19', 'A', '47.128.27.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3884, '2025-11-13 03:53:45', 'W', '43.173.174.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3885, '2025-11-13 03:53:57', 'A', '47.128.119.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3886, '2025-11-13 03:54:10', 'A', '47.128.38.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3887, '2025-11-13 03:54:48', 'W', '103.137.7.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3888, '2025-11-13 03:55:02', 'A', '47.128.28.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(3889, '2025-11-13 03:55:40', 'A', '47.128.49.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3890, '2025-11-13 03:56:18', 'A', '110.249.201.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3891, '2025-11-13 03:56:31', 'A', '47.128.17.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3892, '2025-11-13 03:56:35', 'A', '110.249.202.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3893, '2025-11-13 03:56:44', 'A', '47.128.116.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3894, '2025-11-13 03:57:23', 'A', '47.128.56.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3895, '2025-11-13 03:57:35', 'A', '47.128.40.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3896, '2025-11-13 03:58:15', 'A', '47.128.28.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3897, '2025-11-13 03:58:26', 'A', '47.128.59.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3898, '2025-11-13 03:59:06', 'A', '47.128.35.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3899, '2025-11-13 03:59:18', 'A', '47.128.44.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3900, '2025-11-13 03:59:18', 'W', '43.173.175.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3901, '2025-11-13 03:59:23', 'W', '43.173.182.69', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3902, '2025-11-13 03:59:50', 'W', '85.208.96.199', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(3903, '2025-11-13 04:00:09', 'A', '47.128.28.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3904, '2025-11-13 04:00:49', 'A', '47.128.35.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3905, '2025-11-13 04:01:40', 'A', '47.128.35.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3906, '2025-11-13 04:01:52', 'A', '47.128.21.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3907, '2025-11-13 04:02:33', 'A', '47.128.119.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3908, '2025-11-13 04:02:43', 'A', '47.128.20.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3909, '2025-11-13 04:03:34', 'A', '110.249.202.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3910, '2025-11-13 04:03:35', 'A', '47.128.57.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3911, '2025-11-13 04:04:14', 'A', '47.128.50.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3912, '2025-11-13 04:04:16', 'W', '40.77.167.36', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3913, '2025-11-13 04:04:29', 'A', '47.128.61.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3914, '2025-11-13 04:05:06', 'A', '47.128.115.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3915, '2025-11-13 04:05:17', 'W', '43.173.177.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3916, '2025-11-13 04:05:46', 'W', '43.173.179.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3917, '2025-11-13 04:05:57', 'A', '47.128.55.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3918, '2025-11-13 04:06:08', 'A', '47.128.122.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3919, '2025-11-13 04:06:48', 'A', '47.128.119.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3920, '2025-11-13 04:06:59', 'A', '47.128.121.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3921, '2025-11-13 04:08:18', 'W', '43.173.181.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3922, '2025-11-13 04:08:42', 'A', '47.128.118.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3923, '2025-11-13 04:09:22', 'A', '47.128.52.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3924, '2025-11-13 04:09:31', 'W', '177.82.131.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3925, '2025-11-13 04:09:35', 'A', '47.128.21.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3926, '2025-11-13 04:09:56', 'W', '43.173.181.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3927, '2025-11-13 04:10:00', 'W', '43.173.174.85', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3928, '2025-11-13 04:10:03', 'W', '43.173.182.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3929, '2025-11-13 04:10:26', 'A', '47.128.17.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3930, '2025-11-13 04:11:05', 'A', '47.128.48.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3931, '2025-11-13 04:11:19', 'A', '47.128.56.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3932, '2025-11-13 04:11:56', 'A', '47.128.19.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3933, '2025-11-13 04:12:10', 'A', '47.128.62.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3934, '2025-11-13 04:12:48', 'A', '47.128.51.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3935, '2025-11-13 04:13:01', 'A', '47.128.126.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3936, '2025-11-13 04:13:52', 'A', '47.128.18.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3937, '2025-11-13 04:14:31', 'A', '47.128.99.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3938, '2025-11-13 04:15:23', 'A', '47.128.117.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3939, '2025-11-13 04:15:37', 'A', '47.128.126.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3940, '2025-11-13 04:16:10', 'A', '111.225.148.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(3941, '2025-11-13 04:16:14', 'A', '47.128.114.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3942, '2025-11-13 04:16:26', 'A', '47.128.36.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3943, '2025-11-13 04:16:38', 'W', '52.167.144.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(3944, '2025-11-13 04:17:05', 'A', '47.128.52.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3945, '2025-11-13 04:17:57', 'A', '47.128.125.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3946, '2025-11-13 04:18:11', 'A', '47.128.116.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3947, '2025-11-13 04:18:49', 'A', '47.128.123.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3948, '2025-11-13 04:19:00', 'A', '47.128.59.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3949, '2025-11-13 04:19:59', 'W', '94.154.239.69', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(3950, '2025-11-13 04:20:32', 'A', '47.128.122.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3951, '2025-11-13 04:20:42', 'A', '47.128.22.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3952, '2025-11-13 04:20:52', 'W', '172.86.93.90', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(3953, '2025-11-13 04:22:14', 'A', '47.128.34.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3954, '2025-11-13 04:22:24', 'A', '47.128.97.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3955, '2025-11-13 04:24:07', 'A', '47.128.25.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3956, '2025-11-13 04:24:48', 'A', '47.128.124.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3957, '2025-11-13 04:24:59', 'A', '47.128.111.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3958, '2025-11-13 04:25:34', 'W', '43.173.182.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3959, '2025-11-13 04:25:50', 'A', '47.128.98.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3960, '2025-11-13 04:26:04', 'W', '43.173.182.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3961, '2025-11-13 04:26:31', 'A', '47.128.47.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3962, '2025-11-13 04:26:42', 'A', '47.128.116.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3963, '2025-11-13 04:27:22', 'A', '47.128.119.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3964, '2025-11-13 04:27:34', 'A', '47.128.43.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3965, '2025-11-13 04:28:13', 'A', '47.128.54.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3966, '2025-11-13 04:28:37', 'W', '23.98.142.177', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(3967, '2025-11-13 04:29:05', 'A', '47.128.119.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3968, '2025-11-13 04:29:57', 'A', '47.128.37.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3969, '2025-11-13 04:30:56', 'A', '47.128.49.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3970, '2025-11-13 04:31:02', 'A', '47.128.122.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3971, '2025-11-13 04:31:02', 'A', '47.128.60.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3972, '2025-11-13 04:31:45', 'W', '43.173.179.15', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3973, '2025-11-13 04:32:01', 'A', '47.128.121.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3974, '2025-11-13 04:32:54', 'A', '47.128.48.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3975, '2025-11-13 04:32:59', 'A', '47.128.48.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3976, '2025-11-13 04:32:59', 'A', '47.128.32.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3977, '2025-11-13 04:33:44', 'W', '103.81.29.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(3978, '2025-11-13 04:33:53', 'A', '47.128.118.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3979, '2025-11-13 04:33:58', 'A', '47.128.115.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3980, '2025-11-13 04:33:58', 'W', '43.173.173.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3981, '2025-11-13 04:34:32', 'W', '43.173.182.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3982, '2025-11-13 04:34:58', 'A', '47.128.115.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3983, '2025-11-13 04:35:16', 'W', '43.173.173.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3984, '2025-11-13 04:35:23', 'W', '43.173.177.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(3985, '2025-11-13 04:35:51', 'A', '47.128.54.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3986, '2025-11-13 04:35:56', 'A', '47.128.61.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3987, '2025-11-13 04:35:56', 'A', '47.128.119.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3988, '2025-11-13 04:36:47', 'W', '103.225.244.46', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36', 'Chrome', 'Windows 7'),
(3989, '2025-11-13 04:36:50', 'A', '47.128.50.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3990, '2025-11-13 04:36:54', 'A', '47.128.62.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3991, '2025-11-13 04:37:24', 'W', '45.7.179.186', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8.1'),
(3992, '2025-11-13 04:37:48', 'A', '47.128.58.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3993, '2025-11-13 04:37:49', 'W', '14.187.186.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 10'),
(3994, '2025-11-13 04:38:00', 'W', '143.0.185.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(3995, '2025-11-13 04:38:37', 'W', '179.101.137.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(3996, '2025-11-13 04:39:54', 'A', '47.128.16.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3997, '2025-11-13 04:40:25', 'A', '47.128.120.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3998, '2025-11-13 04:40:25', 'A', '47.128.27.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(3999, '2025-11-13 04:40:45', 'W', '103.89.26.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(4000, '2025-11-13 04:40:53', 'A', '47.128.38.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4001, '2025-11-13 04:41:12', 'W', '38.172.165.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(4002, '2025-11-13 04:41:52', 'A', '47.128.52.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4003, '2025-11-13 04:42:21', 'A', '47.128.44.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4004, '2025-11-13 04:42:21', 'W', '43.173.180.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4005, '2025-11-13 04:42:30', 'W', '43.173.178.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4006, '2025-11-13 04:43:50', 'A', '47.128.50.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4007, '2025-11-13 04:44:39', 'A', '47.128.42.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4008, '2025-11-13 04:44:41', 'A', '47.128.98.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4009, '2025-11-13 04:44:49', 'A', '47.128.40.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4010, '2025-11-13 04:46:38', 'A', '47.128.56.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4011, '2025-11-13 04:46:42', 'A', '47.128.126.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4012, '2025-11-13 04:46:50', 'A', '47.128.28.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4013, '2025-11-13 04:47:37', 'A', '47.128.116.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4014, '2025-11-13 04:47:42', 'A', '47.128.54.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4015, '2025-11-13 04:48:35', 'A', '47.128.35.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4016, '2025-11-13 04:48:54', 'A', '47.128.121.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4017, '2025-11-13 04:49:36', 'A', '47.128.121.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4018, '2025-11-13 04:49:39', 'A', '47.128.121.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4019, '2025-11-13 04:52:56', 'A', '47.128.59.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4020, '2025-11-13 04:52:56', 'A', '47.128.18.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4021, '2025-11-13 04:53:54', 'A', '47.128.21.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4022, '2025-11-13 04:54:53', 'A', '47.128.22.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4023, '2025-11-13 04:54:53', 'A', '47.128.22.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4024, '2025-11-13 04:55:52', 'A', '47.128.43.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4025, '2025-11-13 04:56:19', 'A', '111.225.148.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4026, '2025-11-13 04:56:51', 'A', '47.128.47.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4027, '2025-11-13 04:56:51', 'A', '47.128.127.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4028, '2025-11-13 04:57:50', 'A', '47.128.112.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4029, '2025-11-13 04:58:30', 'W', '43.173.174.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4030, '2025-11-13 04:58:42', 'W', '3.1.55.166', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4031, '2025-11-13 04:58:49', 'A', '47.128.97.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4032, '2025-11-13 04:58:49', 'A', '47.128.125.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4033, '2025-11-13 04:59:36', 'W', '85.208.96.206', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4034, '2025-11-13 04:59:50', 'A', '47.128.117.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4035, '2025-11-13 04:59:50', 'A', '47.128.31.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4036, '2025-11-13 05:00:47', 'A', '47.128.26.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4037, '2025-11-13 05:00:47', 'A', '47.128.123.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4038, '2025-11-13 05:00:57', 'W', '54.255.66.232', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4039, '2025-11-13 05:01:46', 'A', '47.128.99.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4040, '2025-11-13 05:01:46', 'A', '47.128.50.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4041, '2025-11-13 05:01:58', 'W', '52.167.144.182', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4042, '2025-11-13 05:02:44', 'A', '47.128.117.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4043, '2025-11-13 05:03:43', 'A', '47.128.37.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4044, '2025-11-13 05:04:41', 'A', '47.128.59.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4045, '2025-11-13 05:04:43', 'A', '47.128.60.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4046, '2025-11-13 05:05:41', 'A', '47.128.43.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4047, '2025-11-13 05:06:40', 'A', '47.128.42.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4048, '2025-11-13 05:06:42', 'A', '47.128.29.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4049, '2025-11-13 05:07:38', 'A', '47.128.43.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4050, '2025-11-13 05:07:40', 'A', '47.128.47.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4051, '2025-11-13 05:08:07', 'A', '110.249.201.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4052, '2025-11-13 05:08:36', 'A', '47.128.58.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4053, '2025-11-13 05:09:35', 'A', '47.128.57.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4054, '2025-11-13 05:09:39', 'A', '47.128.111.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4055, '2025-11-13 05:10:35', 'A', '47.128.111.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4056, '2025-11-13 05:10:36', 'A', '47.128.124.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4057, '2025-11-13 05:11:32', 'A', '47.128.17.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4058, '2025-11-13 05:11:35', 'A', '47.128.57.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4059, '2025-11-13 05:12:31', 'A', '47.128.53.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4060, '2025-11-13 05:13:16', 'W', '44.212.232.231', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4061, '2025-11-13 05:13:32', 'A', '47.128.30.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4062, '2025-11-13 05:14:31', 'A', '47.128.55.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4063, '2025-11-13 05:14:33', 'A', '47.128.41.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4064, '2025-11-13 05:14:45', 'W', '43.173.181.202', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4065, '2025-11-13 05:15:28', 'A', '47.128.47.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4066, '2025-11-13 05:15:30', 'A', '47.128.98.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4067, '2025-11-13 05:16:28', 'A', '47.128.29.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4068, '2025-11-13 05:16:30', 'A', '47.128.47.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4069, '2025-11-13 05:16:53', 'W', '23.23.180.225', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4070, '2025-11-13 05:17:27', 'A', '47.128.47.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4071, '2025-11-13 05:17:29', 'A', '47.128.122.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4072, '2025-11-13 05:17:59', 'W', '43.173.182.159', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4073, '2025-11-13 05:18:28', 'A', '47.128.27.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4074, '2025-11-13 05:18:53', 'W', '43.173.180.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4075, '2025-11-13 05:19:24', 'A', '47.128.46.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4076, '2025-11-13 05:19:26', 'A', '47.128.37.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4077, '2025-11-13 05:20:22', 'A', '47.128.46.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4078, '2025-11-13 05:20:25', 'A', '47.128.43.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4079, '2025-11-13 05:20:43', 'W', '43.173.182.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4080, '2025-11-13 05:20:47', 'W', '43.173.175.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4081, '2025-11-13 05:20:52', 'W', '43.173.181.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4082, '2025-11-13 05:21:21', 'A', '47.128.27.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4083, '2025-11-13 05:22:20', 'A', '47.128.46.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4084, '2025-11-13 05:22:23', 'A', '47.128.113.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4085, '2025-11-13 05:23:22', 'A', '47.128.18.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4086, '2025-11-13 05:24:04', 'W', '52.167.144.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4087, '2025-11-13 05:24:19', 'A', '47.128.57.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4088, '2025-11-13 05:25:17', 'A', '47.128.116.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4089, '2025-11-13 05:26:45', 'W', '51.83.9.65', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4090, '2025-11-13 05:27:14', 'A', '47.128.117.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4091, '2025-11-13 05:27:59', 'W', '43.173.180.10', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4092, '2025-11-13 05:28:12', 'A', '47.128.18.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4093, '2025-11-13 05:28:17', 'A', '47.128.16.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4094, '2025-11-13 05:28:36', 'W', '43.173.175.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4095, '2025-11-13 05:29:01', 'W', '8.217.123.131', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4096, '2025-11-13 05:29:11', 'A', '47.128.56.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4097, '2025-11-13 05:29:17', 'A', '47.128.51.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4098, '2025-11-13 05:30:06', 'W', '182.252.73.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4099, '2025-11-13 05:30:07', 'W', '185.244.155.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4100, '2025-11-13 05:30:10', 'A', '47.128.120.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4101, '2025-11-13 05:30:10', 'W', '201.148.182.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4102, '2025-11-13 05:30:13', 'W', '196.188.225.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4103, '2025-11-13 05:30:57', 'W', '43.173.178.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4104, '2025-11-13 05:31:09', 'A', '47.128.56.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4105, '2025-11-13 05:31:11', 'W', '43.173.182.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4106, '2025-11-13 05:31:14', 'A', '47.128.62.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4107, '2025-11-13 05:32:13', 'A', '47.128.38.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4108, '2025-11-13 05:33:06', 'A', '47.128.121.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4109, '2025-11-13 05:33:33', 'W', '43.173.181.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4110, '2025-11-13 05:34:05', 'A', '47.128.22.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4111, '2025-11-13 05:34:11', 'A', '47.128.59.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(4112, '2025-11-13 05:35:05', 'A', '47.128.109.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4113, '2025-11-13 05:35:11', 'A', '47.128.60.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4114, '2025-11-13 05:35:24', 'W', '177.85.202.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 7'),
(4115, '2025-11-13 05:36:02', 'A', '47.128.63.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4116, '2025-11-13 05:36:09', 'A', '47.128.33.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4117, '2025-11-13 05:36:21', 'W', '161.0.156.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(4118, '2025-11-13 05:36:21', 'W', '187.19.225.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(4119, '2025-11-13 05:36:59', 'W', '191.37.148.140', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36', 'Chrome', 'Windows XP'),
(4120, '2025-11-13 05:37:07', 'A', '47.128.21.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4121, '2025-11-13 05:37:13', 'W', '103.114.99.6', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(4122, '2025-11-13 05:37:53', 'W', '189.39.181.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(4123, '2025-11-13 05:37:53', 'W', '8.217.209.125', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4124, '2025-11-13 05:38:00', 'A', '47.128.124.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4125, '2025-11-13 05:38:06', 'A', '47.128.36.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4126, '2025-11-13 05:38:49', 'A', '110.249.201.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4127, '2025-11-13 05:39:00', 'A', '47.128.37.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4128, '2025-11-13 05:39:06', 'A', '47.128.51.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4129, '2025-11-13 05:40:04', 'A', '47.128.17.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4130, '2025-11-13 05:40:22', 'W', '94.249.81.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(4131, '2025-11-13 05:40:26', 'W', '14.227.187.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(4132, '2025-11-13 05:40:57', 'A', '47.128.41.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4133, '2025-11-13 05:41:01', 'W', '187.67.253.180', 'Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/28.0.856.0 Safari/531.2', 'Chrome', 'Unknown OS Platform'),
(4134, '2025-11-13 05:41:03', 'A', '47.128.21.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4135, '2025-11-13 05:42:56', 'A', '47.128.25.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4136, '2025-11-13 05:43:54', 'A', '47.128.51.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4137, '2025-11-13 05:44:58', 'A', '47.128.96.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4138, '2025-11-13 05:45:52', 'A', '47.128.24.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4139, '2025-11-13 05:45:58', 'A', '47.128.23.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4140, '2025-11-13 05:46:05', 'W', '52.167.144.206', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4141, '2025-11-13 05:46:22', 'A', '111.225.149.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4142, '2025-11-13 05:46:57', 'A', '47.128.40.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4143, '2025-11-13 05:48:10', 'W', '8.217.209.236', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4144, '2025-11-13 05:48:15', 'W', '40.77.167.58', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4145, '2025-11-13 05:48:49', 'A', '47.128.34.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4146, '2025-11-13 05:49:48', 'A', '47.128.112.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4147, '2025-11-13 05:49:55', 'A', '47.128.99.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4148, '2025-11-13 05:50:46', 'A', '47.128.49.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4149, '2025-11-13 05:51:53', 'A', '47.128.50.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4150, '2025-11-13 05:51:58', 'A', '111.225.149.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4151, '2025-11-13 05:52:44', 'A', '47.128.19.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4152, '2025-11-13 05:52:52', 'A', '47.128.122.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4153, '2025-11-13 05:53:44', 'A', '47.128.54.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4154, '2025-11-13 05:53:50', 'A', '47.128.60.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4155, '2025-11-13 05:54:14', 'W', '57.141.0.6', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4156, '2025-11-13 05:54:50', 'A', '47.128.56.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4157, '2025-11-13 05:55:22', 'A', '110.249.202.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4158, '2025-11-13 05:55:41', 'A', '47.128.17.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4159, '2025-11-13 05:55:48', 'A', '47.128.117.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4160, '2025-11-13 05:56:37', 'W', '8.217.213.110', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4161, '2025-11-13 05:56:47', 'A', '47.128.43.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4162, '2025-11-13 05:57:38', 'A', '47.128.126.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4163, '2025-11-13 05:57:46', 'A', '47.128.23.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4164, '2025-11-13 05:57:51', 'A', '110.249.202.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4165, '2025-11-13 05:57:57', 'W', '43.173.181.171', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4166, '2025-11-13 05:58:14', 'A', '110.249.202.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4167, '2025-11-13 05:58:38', 'A', '47.128.32.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4168, '2025-11-13 05:59:36', 'A', '47.128.112.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4169, '2025-11-13 05:59:44', 'A', '47.128.18.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4170, '2025-11-13 06:00:35', 'A', '47.128.45.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4171, '2025-11-13 06:00:43', 'A', '47.128.112.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4172, '2025-11-13 06:01:33', 'A', '47.128.51.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4173, '2025-11-13 06:01:41', 'A', '47.128.16.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4174, '2025-11-13 06:02:33', 'A', '47.128.111.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4175, '2025-11-13 06:02:40', 'A', '47.128.122.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4176, '2025-11-13 06:03:39', 'A', '47.128.44.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4177, '2025-11-13 06:04:14', 'W', '8.217.212.79', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4178, '2025-11-13 06:04:38', 'A', '47.128.123.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4179, '2025-11-13 06:04:53', 'W', '159.26.107.79', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(4180, '2025-11-13 06:05:30', 'A', '47.128.19.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4181, '2025-11-13 06:05:37', 'A', '47.128.124.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4182, '2025-11-13 06:06:29', 'A', '47.128.34.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4183, '2025-11-13 06:07:28', 'A', '47.128.116.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4184, '2025-11-13 06:07:36', 'A', '47.128.125.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4185, '2025-11-13 06:08:35', 'A', '47.128.98.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4186, '2025-11-13 06:09:25', 'A', '110.249.201.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4187, '2025-11-13 06:09:25', 'A', '47.128.116.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4188, '2025-11-13 06:09:34', 'A', '47.128.17.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4189, '2025-11-13 06:10:27', 'A', '47.128.16.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4190, '2025-11-13 06:10:33', 'A', '47.128.22.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4191, '2025-11-13 06:12:01', 'W', '8.217.209.88', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4192, '2025-11-13 06:12:26', 'A', '47.128.31.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4193, '2025-11-13 06:12:30', 'A', '47.128.36.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4194, '2025-11-13 06:14:24', 'A', '47.128.50.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4195, '2025-11-13 06:14:27', 'A', '47.128.119.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4196, '2025-11-13 06:14:57', 'W', '43.173.179.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4197, '2025-11-13 06:15:26', 'A', '47.128.31.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4198, '2025-11-13 06:16:23', 'A', '47.128.110.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4199, '2025-11-13 06:17:17', 'W', '40.77.167.44', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4200, '2025-11-13 06:17:22', 'A', '47.128.124.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4201, '2025-11-13 06:18:22', 'A', '47.128.27.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4202, '2025-11-13 06:18:45', 'W', '43.173.182.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4203, '2025-11-13 06:19:20', 'A', '47.128.127.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4204, '2025-11-13 06:19:20', 'A', '47.128.46.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4205, '2025-11-13 06:20:19', 'A', '47.128.98.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4206, '2025-11-13 06:20:19', 'A', '47.128.113.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4207, '2025-11-13 06:21:17', 'A', '47.128.44.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4208, '2025-11-13 06:21:17', 'A', '47.128.40.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4209, '2025-11-13 06:21:23', 'W', '43.173.173.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(4210, '2025-11-13 06:22:15', 'A', '47.128.125.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4211, '2025-11-13 06:22:23', 'A', '111.225.148.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4212, '2025-11-13 06:22:52', 'W', '43.173.181.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4213, '2025-11-13 06:22:59', 'W', '43.173.182.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4214, '2025-11-13 06:24:12', 'A', '47.128.20.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4215, '2025-11-13 06:24:13', 'A', '47.128.117.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4216, '2025-11-13 06:25:11', 'A', '47.128.35.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4217, '2025-11-13 06:25:11', 'A', '47.128.32.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4218, '2025-11-13 06:26:10', 'A', '47.128.54.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4219, '2025-11-13 06:27:09', 'A', '47.128.22.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4220, '2025-11-13 06:27:09', 'A', '47.128.97.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4221, '2025-11-13 06:28:08', 'A', '47.128.59.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4222, '2025-11-13 06:28:08', 'A', '47.128.59.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4223, '2025-11-13 06:29:09', 'A', '47.128.19.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4224, '2025-11-13 06:29:09', 'A', '47.128.53.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4225, '2025-11-13 06:30:08', 'A', '47.128.122.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4226, '2025-11-13 06:30:34', 'W', '43.173.175.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4227, '2025-11-13 06:31:06', 'A', '47.128.37.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4228, '2025-11-13 06:31:06', 'A', '47.128.47.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4229, '2025-11-13 06:32:06', 'A', '47.128.117.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4230, '2025-11-13 06:32:06', 'A', '47.128.29.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4231, '2025-11-13 06:32:07', 'W', '43.173.180.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4232, '2025-11-13 06:32:08', 'A', '110.249.202.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4233, '2025-11-13 06:33:06', 'A', '47.128.48.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4234, '2025-11-13 06:34:27', 'W', '43.173.173.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4235, '2025-11-13 06:35:05', 'A', '47.128.47.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4236, '2025-11-13 06:36:28', 'W', '113.173.197.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(4237, '2025-11-13 06:37:00', 'A', '47.128.17.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4238, '2025-11-13 06:37:03', 'A', '47.128.46.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4239, '2025-11-13 06:38:04', 'A', '47.128.99.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4240, '2025-11-13 06:39:02', 'A', '47.128.29.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4241, '2025-11-13 06:39:13', 'W', '14.189.139.227', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Windows 8.1'),
(4242, '2025-11-13 06:39:36', 'W', '200.53.197.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(4243, '2025-11-13 06:39:40', 'W', '190.30.211.168', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.0.3016 Safari/537.36', 'Chrome', 'Windows 7'),
(4244, '2025-11-13 06:39:57', 'A', '47.128.62.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4245, '2025-11-13 06:40:03', 'A', '110.249.201.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4246, '2025-11-13 06:40:11', 'A', '47.128.40.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4247, '2025-11-13 06:40:43', 'W', '103.170.179.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(4248, '2025-11-13 06:40:58', 'A', '47.128.46.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4249, '2025-11-13 06:40:59', 'A', '47.128.35.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4250, '2025-11-13 06:41:23', 'W', '185.147.101.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(4251, '2025-11-13 06:41:40', 'W', '201.223.111.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4564.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4252, '2025-11-13 06:41:43', 'W', '84.54.90.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(4253, '2025-11-13 06:41:55', 'A', '47.128.122.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4254, '2025-11-13 06:42:57', 'A', '47.128.21.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4255, '2025-11-13 06:44:52', 'A', '47.128.28.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4256, '2025-11-13 06:45:51', 'A', '47.128.35.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4257, '2025-11-13 06:45:55', 'A', '47.128.123.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4258, '2025-11-13 06:46:40', 'W', '109.236.93.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(4259, '2025-11-13 06:46:50', 'A', '47.128.50.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4260, '2025-11-13 06:47:52', 'A', '47.128.63.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4261, '2025-11-13 06:48:51', 'A', '47.128.123.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4262, '2025-11-13 06:49:47', 'A', '47.128.30.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4263, '2025-11-13 06:49:52', 'A', '47.128.112.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4264, '2025-11-13 06:50:22', 'W', '194.247.173.99', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4265, '2025-11-13 06:50:47', 'A', '47.128.113.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4266, '2025-11-13 06:50:50', 'A', '47.128.124.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4267, '2025-11-13 06:51:47', 'A', '47.128.29.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4268, '2025-11-13 06:51:49', 'A', '47.128.47.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4269, '2025-11-13 06:52:45', 'A', '47.128.62.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4270, '2025-11-13 06:52:47', 'A', '47.128.44.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4271, '2025-11-13 06:53:45', 'A', '47.128.37.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4272, '2025-11-13 06:53:46', 'A', '47.128.34.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4273, '2025-11-13 06:54:43', 'A', '47.128.17.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4274, '2025-11-13 06:54:44', 'A', '47.128.35.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4275, '2025-11-13 06:55:42', 'A', '47.128.109.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4276, '2025-11-13 06:57:40', 'A', '47.128.46.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4277, '2025-11-13 06:57:41', 'A', '47.128.114.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4278, '2025-11-13 06:58:38', 'A', '47.128.120.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4279, '2025-11-13 06:58:40', 'A', '47.128.21.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4280, '2025-11-13 06:59:37', 'A', '47.128.123.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4281, '2025-11-13 06:59:38', 'A', '47.128.38.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4282, '2025-11-13 07:00:36', 'A', '47.128.23.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4283, '2025-11-13 07:00:40', 'A', '47.128.114.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4284, '2025-11-13 07:01:35', 'A', '47.128.110.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4285, '2025-11-13 07:01:36', 'A', '47.128.56.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4286, '2025-11-13 07:02:34', 'A', '47.128.113.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4287, '2025-11-13 07:02:36', 'A', '47.128.62.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4288, '2025-11-13 07:03:32', 'A', '47.128.125.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4289, '2025-11-13 07:03:34', 'A', '47.128.50.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4290, '2025-11-13 07:04:34', 'A', '47.128.30.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4291, '2025-11-13 07:05:30', 'A', '47.128.24.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4292, '2025-11-13 07:05:33', 'A', '47.128.109.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4293, '2025-11-13 07:11:10', 'A', '47.128.33.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4294, '2025-11-13 07:12:09', 'A', '47.128.50.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4295, '2025-11-13 07:14:07', 'A', '47.128.45.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4296, '2025-11-13 07:14:07', 'A', '47.128.27.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4297, '2025-11-13 07:15:05', 'W', '52.167.144.167', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4298, '2025-11-13 07:15:06', 'A', '47.128.125.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4299, '2025-11-13 07:15:06', 'A', '47.128.118.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4300, '2025-11-13 07:16:05', 'A', '47.128.58.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4301, '2025-11-13 07:17:04', 'A', '47.128.55.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4302, '2025-11-13 07:18:04', 'A', '47.128.23.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4303, '2025-11-13 07:20:01', 'A', '47.128.111.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4304, '2025-11-13 07:20:01', 'A', '47.128.124.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4305, '2025-11-13 07:21:00', 'A', '47.128.20.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4306, '2025-11-13 07:21:00', 'A', '47.128.22.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4307, '2025-11-13 07:21:59', 'A', '47.128.50.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4308, '2025-11-13 07:22:04', 'A', '47.128.56.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4309, '2025-11-13 07:22:58', 'A', '47.128.22.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4310, '2025-11-13 07:22:58', 'A', '47.128.116.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4311, '2025-11-13 07:23:16', 'W', '40.77.167.77', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4312, '2025-11-13 07:23:57', 'A', '47.128.57.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4313, '2025-11-13 07:24:10', 'W', '43.173.182.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4314, '2025-11-13 07:24:56', 'A', '47.128.122.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4315, '2025-11-13 07:24:56', 'A', '47.128.118.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4316, '2025-11-13 07:25:55', 'A', '47.128.114.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4317, '2025-11-13 07:25:55', 'A', '47.128.51.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4318, '2025-11-13 07:25:58', 'W', '40.77.167.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4319, '2025-11-13 07:26:54', 'A', '47.128.112.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4320, '2025-11-13 07:27:10', 'W', '185.191.171.10', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4321, '2025-11-13 07:27:53', 'A', '47.128.117.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4322, '2025-11-13 07:27:53', 'A', '47.128.118.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4323, '2025-11-13 07:28:52', 'A', '47.128.44.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4324, '2025-11-13 07:28:57', 'W', '103.146.66.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4325, '2025-11-13 07:29:01', 'W', '143.255.243.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4326, '2025-11-13 07:29:04', 'W', '103.7.121.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4327, '2025-11-13 07:29:08', 'W', '102.67.205.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4328, '2025-11-13 07:29:51', 'A', '47.128.126.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4329, '2025-11-13 07:29:51', 'A', '47.128.98.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4330, '2025-11-13 07:30:09', 'W', '43.173.179.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4331, '2025-11-13 07:30:10', 'W', '195.142.242.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4332, '2025-11-13 07:30:12', 'W', '43.173.179.250', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4333, '2025-11-13 07:30:28', 'W', '43.173.173.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(4334, '2025-11-13 07:30:50', 'A', '47.128.35.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4335, '2025-11-13 07:30:50', 'A', '47.128.59.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4336, '2025-11-13 07:31:49', 'A', '47.128.35.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4337, '2025-11-13 07:31:49', 'A', '47.128.43.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4338, '2025-11-13 07:32:48', 'A', '47.128.124.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4339, '2025-11-13 07:32:48', 'A', '47.128.98.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4340, '2025-11-13 07:32:52', 'W', '43.173.182.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4341, '2025-11-13 07:32:55', 'W', '43.173.182.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4342, '2025-11-13 07:34:46', 'A', '47.128.50.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4343, '2025-11-13 07:34:46', 'A', '47.128.49.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4344, '2025-11-13 07:36:35', 'W', '191.186.147.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 10'),
(4345, '2025-11-13 07:36:58', 'W', '123.21.153.148', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4346, '2025-11-13 07:37:43', 'A', '47.128.19.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4347, '2025-11-13 07:37:43', 'A', '47.128.57.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4348, '2025-11-13 07:37:50', 'W', '43.173.182.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4349, '2025-11-13 07:38:41', 'A', '47.128.46.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4350, '2025-11-13 07:38:41', 'A', '47.128.119.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4351, '2025-11-13 07:39:40', 'A', '47.128.119.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4352, '2025-11-13 07:39:40', 'A', '47.128.46.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4353, '2025-11-13 07:40:39', 'A', '47.128.18.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4354, '2025-11-13 07:40:39', 'A', '47.128.21.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4355, '2025-11-13 07:40:57', 'A', '110.249.202.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4356, '2025-11-13 07:41:38', 'A', '47.128.18.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4357, '2025-11-13 07:42:11', 'W', '189.218.43.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(4358, '2025-11-13 07:43:37', 'W', '209.97.159.19', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(4359, '2025-11-13 07:43:38', 'W', '209.97.159.19', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(4360, '2025-11-13 07:44:35', 'A', '47.128.56.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4361, '2025-11-13 07:44:35', 'A', '47.128.23.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4362, '2025-11-13 07:44:58', 'W', '196.242.4.20', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(4363, '2025-11-13 07:45:34', 'A', '47.128.28.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4364, '2025-11-13 07:45:34', 'A', '47.128.52.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4365, '2025-11-13 07:46:33', 'A', '47.128.19.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4366, '2025-11-13 07:46:33', 'A', '47.128.110.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4367, '2025-11-13 07:47:32', 'A', '47.128.115.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4368, '2025-11-13 07:48:31', 'A', '47.128.35.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4369, '2025-11-13 07:48:31', 'A', '47.128.57.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4370, '2025-11-13 07:49:23', 'A', '110.249.201.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4371, '2025-11-13 07:49:30', 'A', '47.128.53.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4372, '2025-11-13 07:49:44', 'W', '43.173.182.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4373, '2025-11-13 07:50:29', 'A', '47.128.48.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4374, '2025-11-13 07:50:30', 'A', '47.128.125.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4375, '2025-11-13 07:51:29', 'A', '47.128.20.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4376, '2025-11-13 07:51:29', 'A', '47.128.125.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4377, '2025-11-13 07:52:27', 'A', '47.128.61.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4378, '2025-11-13 07:53:25', 'A', '47.128.48.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4379, '2025-11-13 07:53:25', 'A', '47.128.40.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4380, '2025-11-13 07:54:16', 'W', '95.91.110.210', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4381, '2025-11-13 07:54:24', 'A', '47.128.124.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4382, '2025-11-13 07:54:24', 'A', '47.128.99.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4383, '2025-11-13 07:55:23', 'A', '47.128.17.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4384, '2025-11-13 07:55:37', 'W', '52.167.144.158', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4385, '2025-11-13 07:56:22', 'A', '47.128.43.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4386, '2025-11-13 07:56:22', 'A', '111.225.149.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4387, '2025-11-13 07:56:22', 'A', '47.128.120.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4388, '2025-11-13 07:57:20', 'A', '47.128.120.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4389, '2025-11-13 07:58:19', 'A', '47.128.49.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4390, '2025-11-13 07:59:19', 'A', '47.128.29.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4391, '2025-11-13 08:00:18', 'A', '47.128.22.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4392, '2025-11-13 08:01:17', 'A', '47.128.23.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4393, '2025-11-13 08:02:16', 'A', '47.128.41.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4394, '2025-11-13 08:02:16', 'A', '47.128.19.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4395, '2025-11-13 08:02:16', 'A', '110.249.202.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4396, '2025-11-13 08:03:15', 'A', '47.128.41.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4397, '2025-11-13 08:03:15', 'A', '47.128.40.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4398, '2025-11-13 08:03:44', 'A', '110.249.202.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4399, '2025-11-13 08:04:14', 'A', '47.128.117.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4400, '2025-11-13 08:04:14', 'A', '47.128.42.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4401, '2025-11-13 08:04:59', 'W', '177.157.131.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4402, '2025-11-13 08:05:00', 'W', '186.22.238.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4403, '2025-11-13 08:05:13', 'W', '95.159.89.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4404, '2025-11-13 08:05:14', 'A', '47.128.41.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4405, '2025-11-13 08:05:17', 'W', '190.190.116.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4406, '2025-11-13 08:06:12', 'A', '47.128.61.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4407, '2025-11-13 08:06:12', 'A', '47.128.37.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4408, '2025-11-13 08:08:10', 'A', '47.128.52.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4409, '2025-11-13 08:08:10', 'A', '47.128.62.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4410, '2025-11-13 08:08:25', 'A', '110.249.202.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4411, '2025-11-13 08:09:11', 'A', '47.128.23.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4412, '2025-11-13 08:09:11', 'A', '47.128.51.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4413, '2025-11-13 08:09:12', 'W', '85.208.96.210', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4414, '2025-11-13 08:10:08', 'A', '47.128.22.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4415, '2025-11-13 08:13:06', 'A', '47.128.117.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4416, '2025-11-13 08:13:24', 'W', '57.141.0.41', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4417, '2025-11-13 08:14:05', 'A', '47.128.98.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4418, '2025-11-13 08:14:05', 'A', '47.128.28.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4419, '2025-11-13 08:15:03', 'A', '47.128.127.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4420, '2025-11-13 08:15:03', 'A', '47.128.41.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4421, '2025-11-13 08:16:03', 'A', '47.128.46.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4422, '2025-11-13 08:16:03', 'A', '47.128.123.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4423, '2025-11-13 08:17:00', 'A', '47.128.45.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4424, '2025-11-13 08:17:59', 'A', '47.128.113.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4425, '2025-11-13 08:17:59', 'A', '47.128.120.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4426, '2025-11-13 08:18:53', 'W', '43.173.180.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4427, '2025-11-13 08:19:57', 'A', '47.128.52.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4428, '2025-11-13 08:19:57', 'A', '47.128.37.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4429, '2025-11-13 08:20:57', 'A', '47.128.119.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4430, '2025-11-13 08:21:13', 'A', '110.249.201.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4431, '2025-11-13 08:21:56', 'W', '43.173.175.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4432, '2025-11-13 08:22:57', 'A', '47.128.118.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4433, '2025-11-13 08:22:57', 'A', '47.128.41.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4434, '2025-11-13 08:23:57', 'A', '47.128.30.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4435, '2025-11-13 08:24:55', 'A', '47.128.30.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4436, '2025-11-13 08:25:51', 'W', '43.173.177.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4437, '2025-11-13 08:25:54', 'A', '47.128.40.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4438, '2025-11-13 08:25:54', 'A', '47.128.35.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4439, '2025-11-13 08:26:54', 'A', '47.128.29.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4440, '2025-11-13 08:27:36', 'W', '43.173.174.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4441, '2025-11-13 08:27:52', 'A', '47.128.113.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4442, '2025-11-13 08:28:51', 'A', '47.128.28.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4443, '2025-11-13 08:29:27', 'W', '51.142.203.152', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(4444, '2025-11-13 08:30:49', 'A', '47.128.63.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4445, '2025-11-13 08:30:49', 'A', '47.128.113.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4446, '2025-11-13 08:32:09', 'W', '43.173.176.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4447, '2025-11-13 08:32:47', 'A', '47.128.124.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4448, '2025-11-13 08:32:47', 'A', '47.128.25.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4449, '2025-11-13 08:35:19', 'A', '110.249.201.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4450, '2025-11-13 08:35:43', 'W', '43.173.182.229', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4451, '2025-11-13 08:35:44', 'A', '47.128.111.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4452, '2025-11-13 08:35:56', 'W', '186.178.65.213', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 7'),
(4453, '2025-11-13 08:36:00', 'W', '191.177.242.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(4454, '2025-11-13 08:36:43', 'A', '47.128.39.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4455, '2025-11-13 08:36:44', 'A', '47.128.43.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4456, '2025-11-13 08:37:05', 'W', '85.208.96.196', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4457, '2025-11-13 08:37:13', 'W', '45.181.62.78', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(4458, '2025-11-13 08:37:42', 'A', '47.128.39.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4459, '2025-11-13 08:38:35', 'W', '103.31.10.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(4460, '2025-11-13 08:39:39', 'A', '47.128.62.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4461, '2025-11-13 08:39:39', 'A', '47.128.50.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4462, '2025-11-13 08:39:53', 'W', '43.173.181.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4463, '2025-11-13 08:39:55', 'W', '43.173.181.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4464, '2025-11-13 08:40:02', 'W', '43.173.182.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4465, '2025-11-13 08:40:07', 'W', '14.226.44.69', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(4466, '2025-11-13 08:40:09', 'W', '198.163.192.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(4467, '2025-11-13 08:40:12', 'W', '191.37.20.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(4468, '2025-11-13 08:41:37', 'A', '47.128.44.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4469, '2025-11-13 08:41:38', 'W', '43.173.176.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4470, '2025-11-13 08:41:41', 'W', '43.173.173.231', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4471, '2025-11-13 08:41:57', 'W', '154.80.80.65', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(4472, '2025-11-13 08:42:36', 'A', '47.128.35.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4473, '2025-11-13 08:42:36', 'A', '47.128.124.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4474, '2025-11-13 08:43:33', 'A', '110.249.201.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4475, '2025-11-13 08:43:35', 'A', '47.128.53.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4476, '2025-11-13 08:44:31', 'W', '18.140.46.18', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4477, '2025-11-13 08:44:34', 'A', '47.128.60.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4478, '2025-11-13 08:45:33', 'A', '47.128.112.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4479, '2025-11-13 08:46:32', 'A', '47.128.52.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4480, '2025-11-13 08:46:32', 'A', '47.128.114.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4481, '2025-11-13 08:47:02', 'W', '8.217.212.252', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4482, '2025-11-13 08:47:31', 'A', '47.128.62.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4483, '2025-11-13 08:47:52', 'W', '52.167.144.169', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4484, '2025-11-13 08:49:29', 'A', '47.128.38.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4485, '2025-11-13 08:49:29', 'A', '47.128.22.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4486, '2025-11-13 08:50:28', 'A', '47.128.41.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4487, '2025-11-13 08:51:18', 'W', '8.217.212.166', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4488, '2025-11-13 08:52:26', 'A', '47.128.122.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4489, '2025-11-13 08:53:25', 'A', '47.128.112.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4490, '2025-11-13 08:53:25', 'A', '47.128.47.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4491, '2025-11-13 08:54:25', 'A', '47.128.56.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4492, '2025-11-13 08:54:25', 'A', '47.128.112.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4493, '2025-11-13 08:55:23', 'A', '47.128.18.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4494, '2025-11-13 08:56:23', 'A', '47.128.124.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4495, '2025-11-13 08:56:41', 'W', '74.7.36.109', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(4496, '2025-11-13 08:59:19', 'A', '47.128.53.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4497, '2025-11-13 09:00:11', 'W', '152.58.9.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4498, '2025-11-13 09:01:19', 'A', '47.128.62.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4499, '2025-11-13 09:03:14', 'A', '47.128.59.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4500, '2025-11-13 09:04:13', 'A', '47.128.125.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4501, '2025-11-13 09:04:13', 'A', '47.128.29.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4502, '2025-11-13 09:06:11', 'A', '47.128.34.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4503, '2025-11-13 09:06:46', 'W', '8.217.212.64', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4504, '2025-11-13 09:07:08', 'W', '40.77.167.28', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4505, '2025-11-13 09:07:21', 'A', '110.249.202.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4506, '2025-11-13 09:08:10', 'A', '47.128.16.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4507, '2025-11-13 09:09:07', 'A', '47.128.55.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4508, '2025-11-13 09:10:06', 'A', '47.128.45.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4509, '2025-11-13 09:10:24', 'W', '8.217.166.29', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4510, '2025-11-13 09:10:34', 'A', '47.128.111.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4511, '2025-11-13 09:10:34', 'A', '47.128.39.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4512, '2025-11-13 09:12:33', 'A', '47.128.53.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4513, '2025-11-13 09:12:46', 'A', '111.225.148.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4514, '2025-11-13 09:14:29', 'W', '167.99.233.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4515, '2025-11-13 09:14:33', 'W', '5.163.117.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4516, '2025-11-13 09:14:35', 'W', '103.72.60.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4517, '2025-11-13 09:14:41', 'W', '163.223.49.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4518, '2025-11-13 09:14:45', 'W', '85.208.96.194', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4519, '2025-11-13 09:15:14', 'W', '43.173.182.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4520, '2025-11-13 09:15:20', 'A', '47.128.17.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4521, '2025-11-13 09:15:40', 'A', '47.128.29.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4522, '2025-11-13 09:16:50', 'A', '47.128.40.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4523, '2025-11-13 09:17:33', 'A', '47.128.40.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4524, '2025-11-13 09:17:49', 'A', '47.128.21.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4525, '2025-11-13 09:18:19', 'W', '43.173.174.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4526, '2025-11-13 09:20:11', 'A', '47.128.33.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4527, '2025-11-13 09:20:25', 'A', '47.128.33.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4528, '2025-11-13 09:21:41', 'A', '47.128.29.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4529, '2025-11-13 09:22:09', 'A', '47.128.127.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4530, '2025-11-13 09:22:22', 'W', '43.173.177.214', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4531, '2025-11-13 09:22:26', 'W', '43.173.178.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4532, '2025-11-13 09:23:25', 'W', '199.45.154.139', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(4533, '2025-11-13 09:24:05', 'A', '47.128.116.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4534, '2025-11-13 09:24:11', 'A', '47.128.19.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4535, '2025-11-13 09:25:10', 'A', '47.128.127.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4536, '2025-11-13 09:26:06', 'W', '43.173.182.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4537, '2025-11-13 09:26:10', 'W', '43.173.176.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4538, '2025-11-13 09:26:30', 'A', '47.128.119.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4539, '2025-11-13 09:26:30', 'A', '47.128.122.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4540, '2025-11-13 09:26:30', 'W', '43.173.174.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4541, '2025-11-13 09:27:30', 'A', '47.128.112.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4542, '2025-11-13 09:27:30', 'A', '47.128.33.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4543, '2025-11-13 09:28:51', 'W', '43.173.182.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4544, '2025-11-13 09:28:59', 'W', '43.173.175.232', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4545, '2025-11-13 09:29:08', 'A', '47.128.42.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4546, '2025-11-13 09:29:54', 'A', '47.128.97.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4547, '2025-11-13 09:29:54', 'A', '47.128.116.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4548, '2025-11-13 09:30:52', 'W', '44.218.6.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4549, '2025-11-13 09:31:04', 'W', '43.173.177.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4550, '2025-11-13 09:31:20', 'A', '47.128.33.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4551, '2025-11-13 09:31:25', 'A', '47.128.63.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4552, '2025-11-13 09:32:13', 'W', '43.173.182.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4553, '2025-11-13 09:33:17', 'W', '43.173.180.238', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4554, '2025-11-13 09:33:45', 'A', '47.128.34.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4555, '2025-11-13 09:33:57', 'W', '51.68.247.210', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(4556, '2025-11-13 09:34:44', 'W', '3.217.82.254', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4557, '2025-11-13 09:34:45', 'A', '47.128.32.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4558, '2025-11-13 09:36:25', 'A', '47.128.28.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4559, '2025-11-13 09:37:11', 'A', '47.128.37.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(4560, '2025-11-13 09:37:14', 'W', '176.31.139.17', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(4561, '2025-11-13 09:38:22', 'W', '196.190.32.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(4562, '2025-11-13 09:38:40', 'W', '161.97.66.6', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4563, '2025-11-13 09:39:46', 'W', '156.215.35.162', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36', 'Chrome', 'Windows 7'),
(4564, '2025-11-13 09:39:53', 'W', '185.156.214.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 7'),
(4565, '2025-11-13 09:40:17', 'A', '47.128.20.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4566, '2025-11-13 09:41:08', 'W', '14.191.49.128', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36', 'Chrome', 'Windows XP'),
(4567, '2025-11-13 09:41:16', 'A', '47.128.54.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4568, '2025-11-13 09:42:15', 'A', '47.128.47.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4569, '2025-11-13 09:42:15', 'A', '47.128.38.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4570, '2025-11-13 09:43:14', 'A', '47.128.97.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4571, '2025-11-13 09:44:16', 'A', '47.128.119.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4572, '2025-11-13 09:44:48', 'W', '52.2.4.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4573, '2025-11-13 09:45:01', 'W', '85.208.96.202', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4574, '2025-11-13 09:45:12', 'A', '47.128.111.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4575, '2025-11-13 09:45:12', 'A', '47.128.116.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4576, '2025-11-13 09:46:11', 'A', '47.128.51.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4577, '2025-11-13 09:46:11', 'A', '47.128.28.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4578, '2025-11-13 09:47:10', 'A', '47.128.43.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4579, '2025-11-13 09:47:10', 'A', '47.128.24.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4580, '2025-11-13 09:47:16', 'W', '85.208.96.208', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4581, '2025-11-13 09:49:08', 'A', '47.128.50.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4582, '2025-11-13 09:49:08', 'A', '47.128.50.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4583, '2025-11-13 09:50:05', 'W', '40.77.167.13', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4584, '2025-11-13 09:51:12', 'W', '94.23.188.210', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(4585, '2025-11-13 09:52:06', 'A', '47.128.21.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4586, '2025-11-13 09:53:04', 'A', '47.128.51.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4587, '2025-11-13 09:53:05', 'A', '47.128.52.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4588, '2025-11-13 09:57:37', 'W', '3.232.102.111', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4589, '2025-11-13 09:57:40', 'W', '185.191.171.5', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4590, '2025-11-13 09:57:58', 'A', '47.128.46.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4591, '2025-11-13 09:58:59', 'A', '47.128.17.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4592, '2025-11-13 09:59:58', 'A', '47.128.124.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4593, '2025-11-13 10:02:54', 'A', '47.128.58.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4594, '2025-11-13 10:03:53', 'A', '47.128.48.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4595, '2025-11-13 10:03:58', 'A', '111.225.149.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4596, '2025-11-13 10:04:52', 'A', '47.128.17.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4597, '2025-11-13 10:05:50', 'A', '47.128.56.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4598, '2025-11-13 10:05:50', 'A', '47.128.56.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4599, '2025-11-13 10:05:54', 'A', '111.225.148.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4600, '2025-11-13 10:06:49', 'A', '47.128.96.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4601, '2025-11-13 10:06:49', 'A', '47.128.54.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4602, '2025-11-13 10:07:48', 'A', '47.128.60.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4603, '2025-11-13 10:07:48', 'A', '47.128.49.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4604, '2025-11-13 10:08:47', 'A', '47.128.29.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4605, '2025-11-13 10:09:46', 'A', '47.128.110.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4606, '2025-11-13 10:09:55', 'W', '181.204.144.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4607, '2025-11-13 10:09:57', 'W', '141.98.142.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4608, '2025-11-13 10:10:02', 'A', '110.249.202.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4609, '2025-11-13 10:10:09', 'W', '37.236.126.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4610, '2025-11-13 10:10:09', 'W', '78.168.128.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4611, '2025-11-13 10:10:44', 'A', '47.128.20.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4612, '2025-11-13 10:10:45', 'A', '47.128.25.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4613, '2025-11-13 10:12:35', 'A', '110.249.201.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4614, '2025-11-13 10:12:43', 'A', '47.128.99.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4615, '2025-11-13 10:12:43', 'A', '47.128.32.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4616, '2025-11-13 10:13:42', 'A', '47.128.31.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4617, '2025-11-13 10:14:50', 'A', '47.128.57.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4618, '2025-11-13 10:15:32', 'W', '52.230.163.35', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(4619, '2025-11-13 10:16:00', 'W', '45.82.78.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(4620, '2025-11-13 10:17:50', 'A', '47.128.28.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4621, '2025-11-13 10:18:19', 'W', '43.173.177.88', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4622, '2025-11-13 10:18:46', 'A', '47.128.33.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4623, '2025-11-13 10:18:49', 'A', '47.128.30.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4624, '2025-11-13 10:19:44', 'A', '47.128.29.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4625, '2025-11-13 10:19:48', 'A', '47.128.17.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4626, '2025-11-13 10:20:43', 'A', '47.128.116.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4627, '2025-11-13 10:20:48', 'A', '47.128.58.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4628, '2025-11-13 10:21:42', 'A', '47.128.126.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4629, '2025-11-13 10:21:44', 'W', '43.173.177.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4630, '2025-11-13 10:21:46', 'A', '47.128.51.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4631, '2025-11-13 10:21:57', 'W', '43.173.173.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4632, '2025-11-13 10:23:06', 'W', '43.173.179.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4633, '2025-11-13 10:24:42', 'A', '47.128.126.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4634, '2025-11-13 10:25:14', 'W', '43.173.174.128', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4635, '2025-11-13 10:25:18', 'W', '43.173.178.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4636, '2025-11-13 10:25:40', 'A', '110.249.202.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4637, '2025-11-13 10:25:41', 'A', '47.128.109.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4638, '2025-11-13 10:26:44', 'A', '47.128.126.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4639, '2025-11-13 10:26:55', 'A', '47.128.127.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4640, '2025-11-13 10:27:39', 'A', '47.128.40.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4641, '2025-11-13 10:27:54', 'A', '47.128.48.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4642, '2025-11-13 10:28:21', 'A', '110.249.202.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4643, '2025-11-13 10:28:38', 'A', '47.128.29.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4644, '2025-11-13 10:28:53', 'A', '47.128.21.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4645, '2025-11-13 10:29:37', 'A', '47.128.41.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4646, '2025-11-13 10:29:51', 'A', '47.128.34.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4647, '2025-11-13 10:30:20', 'W', '85.208.96.193', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4648, '2025-11-13 10:30:50', 'A', '47.128.29.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4649, '2025-11-13 10:31:35', 'A', '47.128.29.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4650, '2025-11-13 10:32:16', 'W', '43.173.179.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4651, '2025-11-13 10:32:34', 'A', '47.128.57.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4652, '2025-11-13 10:33:03', 'W', '66.132.153.133', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(4653, '2025-11-13 10:33:47', 'A', '47.128.57.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4654, '2025-11-13 10:34:33', 'A', '47.128.18.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4655, '2025-11-13 10:34:45', 'A', '47.128.37.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4656, '2025-11-13 10:35:17', 'W', '177.124.14.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(4657, '2025-11-13 10:35:45', 'A', '47.128.18.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4658, '2025-11-13 10:37:11', 'W', '14.169.162.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(4659, '2025-11-13 10:37:37', 'W', '190.108.123.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(4660, '2025-11-13 10:37:55', 'W', '170.254.163.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(4661, '2025-11-13 10:38:28', 'A', '47.128.24.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4662, '2025-11-13 10:38:42', 'A', '47.128.98.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4663, '2025-11-13 10:39:23', 'W', '123.28.175.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'Chrome', 'Windows 7'),
(4664, '2025-11-13 10:39:28', 'A', '47.128.125.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4665, '2025-11-13 10:39:39', 'A', '47.128.56.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4666, '2025-11-13 10:40:28', 'W', '113.173.225.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(4667, '2025-11-13 10:41:05', 'W', '102.113.247.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4668, '2025-11-13 10:41:25', 'A', '47.128.121.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4669, '2025-11-13 10:45:34', 'A', '47.128.19.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4670, '2025-11-13 10:46:33', 'A', '47.128.55.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4671, '2025-11-13 10:47:22', 'A', '47.128.46.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4672, '2025-11-13 10:47:31', 'A', '47.128.31.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4673, '2025-11-13 10:50:18', 'A', '47.128.51.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4674, '2025-11-13 10:50:27', 'A', '47.128.29.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4675, '2025-11-13 10:52:18', 'A', '110.249.201.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4676, '2025-11-13 10:53:14', 'A', '47.128.29.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4677, '2025-11-13 10:53:24', 'A', '47.128.123.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4678, '2025-11-13 10:53:46', 'W', '51.75.119.112', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4679, '2025-11-13 10:54:37', 'A', '110.249.202.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4680, '2025-11-13 10:55:24', 'A', '47.128.120.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4681, '2025-11-13 10:56:11', 'A', '47.128.123.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4682, '2025-11-13 10:56:21', 'A', '47.128.17.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4683, '2025-11-13 10:57:09', 'A', '47.128.56.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4684, '2025-11-13 10:57:20', 'A', '47.128.19.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4685, '2025-11-13 10:58:08', 'A', '47.128.52.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4686, '2025-11-13 10:58:18', 'A', '47.128.47.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4687, '2025-11-13 10:59:08', 'A', '47.128.30.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4688, '2025-11-13 10:59:18', 'A', '47.128.40.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4689, '2025-11-13 10:59:58', 'W', '185.191.171.3', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4690, '2025-11-13 11:00:11', 'A', '47.128.99.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4691, '2025-11-13 11:02:04', 'A', '47.128.34.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4692, '2025-11-13 11:03:04', 'A', '47.128.44.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4693, '2025-11-13 11:05:02', 'A', '110.249.201.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4694, '2025-11-13 11:05:12', 'A', '47.128.46.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4695, '2025-11-13 11:07:00', 'A', '47.128.30.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4696, '2025-11-13 11:08:09', 'A', '47.128.47.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4697, '2025-11-13 11:09:07', 'A', '47.128.123.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4698, '2025-11-13 11:12:51', 'A', '47.128.44.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4699, '2025-11-13 11:13:51', 'A', '47.128.118.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4700, '2025-11-13 11:14:28', 'W', '43.173.176.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4701, '2025-11-13 11:14:43', 'W', '43.173.181.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4702, '2025-11-13 11:14:49', 'A', '47.128.124.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4703, '2025-11-13 11:16:00', 'A', '47.128.60.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4704, '2025-11-13 11:16:47', 'A', '47.128.22.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4705, '2025-11-13 11:16:52', 'A', '110.249.202.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4706, '2025-11-13 11:17:46', 'A', '47.128.52.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4707, '2025-11-13 11:17:58', 'A', '47.128.53.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4708, '2025-11-13 11:18:45', 'A', '47.128.96.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4709, '2025-11-13 11:18:57', 'A', '47.128.46.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4710, '2025-11-13 11:19:20', 'W', '43.173.174.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4711, '2025-11-13 11:19:24', 'W', '43.173.177.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4712, '2025-11-13 11:19:44', 'A', '47.128.40.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4713, '2025-11-13 11:19:55', 'W', '43.173.181.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4714, '2025-11-13 11:20:36', 'W', '95.108.213.99', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(4715, '2025-11-13 11:21:54', 'A', '47.128.28.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4716, '2025-11-13 11:22:23', 'A', '111.225.148.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4717, '2025-11-13 11:22:41', 'A', '47.128.46.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4718, '2025-11-13 11:23:39', 'W', '43.173.179.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4719, '2025-11-13 11:23:40', 'A', '47.128.40.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4720, '2025-11-13 11:23:52', 'A', '47.128.99.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4721, '2025-11-13 11:24:51', 'A', '47.128.110.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4722, '2025-11-13 11:25:38', 'A', '47.128.43.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4723, '2025-11-13 11:26:36', 'A', '47.128.28.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4724, '2025-11-13 11:26:47', 'W', '43.173.177.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4725, '2025-11-13 11:26:48', 'A', '47.128.23.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4726, '2025-11-13 11:27:36', 'A', '47.128.98.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4727, '2025-11-13 11:27:56', 'W', '43.173.178.181', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4728, '2025-11-13 11:28:35', 'A', '47.128.98.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4729, '2025-11-13 11:29:34', 'A', '47.128.57.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4730, '2025-11-13 11:29:45', 'A', '47.128.57.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4731, '2025-11-13 11:30:12', 'A', '110.249.202.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4732, '2025-11-13 11:30:32', 'A', '110.249.201.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4733, '2025-11-13 11:30:44', 'A', '47.128.47.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4734, '2025-11-13 11:32:53', 'W', '2.134.51.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4735, '2025-11-13 11:32:54', 'W', '78.172.216.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4736, '2025-11-13 11:33:06', 'W', '131.100.251.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4737, '2025-11-13 11:33:09', 'W', '152.110.241.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4738, '2025-11-13 11:33:13', 'A', '47.128.45.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4739, '2025-11-13 11:33:30', 'A', '47.128.50.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4740, '2025-11-13 11:35:34', 'W', '188.247.203.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4741, '2025-11-13 11:35:39', 'W', '5.1.108.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4742, '2025-11-13 11:35:39', 'W', '177.222.61.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4743, '2025-11-13 11:35:54', 'W', '45.160.203.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4744, '2025-11-13 11:37:35', 'W', '185.194.8.203', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(4745, '2025-11-13 11:37:44', 'A', '110.249.202.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4746, '2025-11-13 11:38:50', 'W', '187.49.212.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(4747, '2025-11-13 11:38:52', 'W', '94.249.51.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(4748, '2025-11-13 11:39:20', 'W', '43.173.179.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4749, '2025-11-13 11:39:26', 'W', '43.173.176.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4750, '2025-11-13 11:41:32', 'A', '47.128.48.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4751, '2025-11-13 11:42:43', 'W', '102.215.33.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4752, '2025-11-13 11:42:44', 'W', '190.97.230.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4753, '2025-11-13 11:42:52', 'W', '170.82.134.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4754, '2025-11-13 11:42:56', 'W', '103.115.198.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4755, '2025-11-13 11:43:19', 'A', '47.128.42.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4756, '2025-11-13 11:43:30', 'A', '47.128.31.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4757, '2025-11-13 11:45:00', 'W', '52.167.144.166', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4758, '2025-11-13 11:46:26', 'A', '47.128.27.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4759, '2025-11-13 11:48:24', 'A', '47.128.111.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4760, '2025-11-13 11:49:23', 'A', '47.128.22.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4761, '2025-11-13 11:50:10', 'A', '47.128.52.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4762, '2025-11-13 11:50:22', 'A', '47.128.59.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4763, '2025-11-13 11:53:08', 'A', '47.128.27.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4764, '2025-11-13 11:56:16', 'A', '47.128.27.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4765, '2025-11-13 12:00:03', 'A', '47.128.125.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4766, '2025-11-13 12:00:14', 'A', '47.128.35.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4767, '2025-11-13 12:00:46', 'W', '185.191.171.12', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4768, '2025-11-13 12:01:02', 'A', '47.128.47.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4769, '2025-11-13 12:02:59', 'A', '47.128.55.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4770, '2025-11-13 12:03:09', 'A', '47.128.44.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4771, '2025-11-13 12:05:57', 'A', '47.128.18.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4772, '2025-11-13 12:08:04', 'A', '47.128.38.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4773, '2025-11-13 12:09:48', 'W', '178.151.245.162', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4774, '2025-11-13 12:11:43', 'W', '43.173.180.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4775, '2025-11-13 12:12:50', 'A', '47.128.51.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4776, '2025-11-13 12:12:55', 'W', '172.245.194.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(4777, '2025-11-13 12:12:58', 'A', '47.128.58.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4778, '2025-11-13 12:13:03', 'W', '207.46.13.130', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4779, '2025-11-13 12:13:38', 'W', '43.173.173.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4780, '2025-11-13 12:13:44', 'W', '43.173.181.181', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4781, '2025-11-13 12:15:11', 'W', '43.173.182.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4782, '2025-11-13 12:15:55', 'A', '47.128.113.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4783, '2025-11-13 12:16:02', 'W', '40.77.167.152', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4784, '2025-11-13 12:16:52', 'A', '47.128.57.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4785, '2025-11-13 12:18:25', 'W', '43.173.181.80', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(4786, '2025-11-13 12:18:30', 'W', '43.173.179.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4787, '2025-11-13 12:19:59', 'W', '43.173.180.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4788, '2025-11-13 12:20:43', 'W', '157.55.39.204', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4789, '2025-11-13 12:21:44', 'W', '43.173.179.82', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4790, '2025-11-13 12:23:16', 'W', '43.173.178.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4791, '2025-11-13 12:23:45', 'A', '47.128.46.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4792, '2025-11-13 12:24:06', 'A', '110.249.201.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4793, '2025-11-13 12:26:35', 'A', '47.128.17.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4794, '2025-11-13 12:28:10', 'A', '110.249.202.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4795, '2025-11-13 12:28:32', 'A', '47.128.30.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4796, '2025-11-13 12:28:32', 'W', '43.173.176.94', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4797, '2025-11-13 12:30:38', 'A', '47.128.42.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4798, '2025-11-13 12:32:16', 'W', '175.27.129.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4799, '2025-11-13 12:33:15', 'A', '110.249.202.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4800, '2025-11-13 12:34:16', 'W', '43.173.177.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4801, '2025-11-13 12:34:26', 'A', '47.128.115.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4802, '2025-11-13 12:34:27', 'W', '43.173.173.181', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4803, '2025-11-13 12:36:47', 'I', '171.79.34.232', 'Mozilla/5.0 (iPad; CPU iPad OS 16_7_7 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) CriOS/44.0.819.0 Mobile/09I286 Safari/533.2', 'Handheld Browser', 'iPad'),
(4804, '2025-11-13 12:37:43', 'W', '78.96.84.122', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'Chrome', 'Windows 8.1'),
(4805, '2025-11-13 12:38:01', 'W', '177.73.171.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(4806, '2025-11-13 12:39:02', 'W', '103.185.224.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(4807, '2025-11-13 12:39:32', 'W', '113.173.84.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(4808, '2025-11-13 12:40:13', 'W', '185.244.154.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(4809, '2025-11-13 12:40:25', 'A', '47.128.127.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4810, '2025-11-13 12:41:08', 'W', '201.1.69.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(4811, '2025-11-13 12:41:18', 'A', '47.128.114.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4812, '2025-11-13 12:42:17', 'A', '47.128.117.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4813, '2025-11-13 12:43:16', 'A', '47.128.37.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4814, '2025-11-13 12:43:22', 'A', '47.128.117.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4815, '2025-11-13 12:44:49', 'W', '43.173.173.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4816, '2025-11-13 12:44:54', 'W', '43.173.180.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4817, '2025-11-13 12:45:04', 'W', '43.173.180.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4818, '2025-11-13 12:45:21', 'A', '47.128.50.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4819, '2025-11-13 12:49:09', 'A', '47.128.98.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4820, '2025-11-13 12:49:17', 'A', '47.128.45.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4821, '2025-11-13 12:51:07', 'A', '47.128.58.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4822, '2025-11-13 12:53:12', 'A', '47.128.58.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4823, '2025-11-13 12:54:05', 'A', '47.128.25.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4824, '2025-11-13 12:57:00', 'A', '47.128.50.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4825, '2025-11-13 12:58:51', 'A', '110.249.201.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4826, '2025-11-13 13:01:57', 'W', '44.193.254.10', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(4827, '2025-11-13 13:04:25', 'A', '110.249.201.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4828, '2025-11-13 13:09:55', 'A', '47.128.39.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4829, '2025-11-13 13:10:43', 'A', '47.128.58.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4830, '2025-11-13 13:10:54', 'A', '47.128.62.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4831, '2025-11-13 13:10:54', 'A', '110.249.201.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4832, '2025-11-13 13:11:14', 'W', '43.173.173.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4833, '2025-11-13 13:11:52', 'A', '47.128.53.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4834, '2025-11-13 13:13:02', 'A', '110.249.202.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4835, '2025-11-13 13:13:10', 'W', '3.220.70.171', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4836, '2025-11-13 13:14:13', 'W', '57.141.0.66', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4837, '2025-11-13 13:14:39', 'A', '47.128.17.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4838, '2025-11-13 13:14:50', 'A', '47.128.41.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4839, '2025-11-13 13:16:09', 'W', '57.141.0.12', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4840, '2025-11-13 13:16:20', 'W', '85.208.96.209', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(4841, '2025-11-13 13:17:15', 'W', '57.141.0.54', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4842, '2025-11-13 13:17:35', 'A', '47.128.18.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4843, '2025-11-13 13:17:40', 'W', '43.173.181.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4844, '2025-11-13 13:17:45', 'A', '47.128.17.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4845, '2025-11-13 13:18:47', 'W', '57.141.0.28', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4846, '2025-11-13 13:19:01', 'W', '43.173.179.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(4847, '2025-11-13 13:19:36', 'A', '110.249.201.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4848, '2025-11-13 13:21:29', 'W', '57.141.0.51', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4849, '2025-11-13 13:22:31', 'A', '47.128.49.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4850, '2025-11-13 13:25:35', 'A', '47.128.21.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4851, '2025-11-13 13:27:25', 'A', '47.128.113.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4852, '2025-11-13 13:27:31', 'W', '57.141.0.31', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4853, '2025-11-13 13:28:49', 'W', '57.141.0.68', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4854, '2025-11-13 13:29:32', 'A', '47.128.34.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4855, '2025-11-13 13:30:06', 'W', '57.141.0.74', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4856, '2025-11-13 13:30:42', 'W', '57.141.0.65', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4857, '2025-11-13 13:30:57', 'W', '57.141.0.36', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4858, '2025-11-13 13:31:35', 'A', '47.128.63.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4859, '2025-11-13 13:33:00', 'W', '57.141.0.11', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4860, '2025-11-13 13:33:59', 'A', '47.128.118.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4861, '2025-11-13 13:34:18', 'A', '47.128.122.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4862, '2025-11-13 13:35:03', 'W', '57.141.0.59', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4863, '2025-11-13 13:35:11', 'W', '176.88.74.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4864, '2025-11-13 13:35:15', 'W', '43.173.175.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4865, '2025-11-13 13:35:22', 'W', '57.141.0.33', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4866, '2025-11-13 13:36:56', 'A', '47.128.20.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4867, '2025-11-13 13:37:24', 'A', '47.128.48.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4868, '2025-11-13 13:37:28', 'W', '57.141.0.24', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4869, '2025-11-13 13:38:18', 'W', '103.48.161.167', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(4870, '2025-11-13 13:39:22', 'A', '47.128.48.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4871, '2025-11-13 13:39:24', 'W', '42.96.11.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(4872, '2025-11-13 13:39:49', 'W', '190.0.169.233', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F', 'Chrome', 'Linux'),
(4873, '2025-11-13 13:39:53', 'W', '57.141.0.17', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4874, '2025-11-13 13:39:53', 'A', '47.128.126.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4875, '2025-11-13 13:40:07', 'W', '123.17.31.124', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.785 Safari/537.36', 'Chrome', 'Windows 10'),
(4876, '2025-11-13 13:40:27', 'W', '102.158.38.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Mac OS X'),
(4877, '2025-11-13 13:40:29', 'W', '37.111.179.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(4878, '2025-11-13 13:41:21', 'A', '47.128.22.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4879, '2025-11-13 13:42:02', 'W', '57.141.0.69', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4880, '2025-11-13 13:42:20', 'A', '47.128.60.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4881, '2025-11-13 13:43:04', 'W', '57.141.0.53', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4882, '2025-11-13 13:43:10', 'A', '111.225.149.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4883, '2025-11-13 13:44:12', 'W', '57.141.0.57', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4884, '2025-11-13 13:44:34', 'W', '57.141.0.61', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4885, '2025-11-13 13:44:57', 'W', '43.173.181.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4886, '2025-11-13 13:46:29', 'W', '57.141.0.1', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4887, '2025-11-13 13:46:31', 'W', '57.141.0.8', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4888, '2025-11-13 13:47:19', 'A', '110.249.202.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4889, '2025-11-13 13:47:41', 'W', '54.37.252.119', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(4890, '2025-11-13 13:47:45', 'W', '57.141.0.10', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4891, '2025-11-13 13:48:07', 'W', '57.141.0.35', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4892, '2025-11-13 13:49:12', 'A', '47.128.62.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4893, '2025-11-13 13:49:29', 'W', '157.55.39.56', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4894, '2025-11-13 13:51:10', 'A', '47.128.44.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4895, '2025-11-13 13:51:46', 'A', '110.249.201.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4896, '2025-11-13 13:53:07', 'W', '57.141.0.62', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4897, '2025-11-13 13:54:09', 'W', '157.55.39.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4898, '2025-11-13 13:55:08', 'W', '57.141.0.58', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4899, '2025-11-13 13:56:24', 'W', '54.169.145.89', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4900, '2025-11-13 13:56:29', 'W', '57.141.0.30', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4901, '2025-11-13 13:57:28', 'W', '57.141.0.23', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4902, '2025-11-13 13:58:09', 'A', '47.128.126.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4903, '2025-11-13 14:00:45', 'W', '57.141.0.72', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4904, '2025-11-13 14:00:58', 'W', '57.141.0.56', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4905, '2025-11-13 14:01:26', 'W', '57.141.0.45', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4906, '2025-11-13 14:02:51', 'W', '57.141.0.34', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4907, '2025-11-13 14:03:25', 'A', '110.249.202.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4908, '2025-11-13 14:04:51', 'W', '207.46.13.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4909, '2025-11-13 14:05:13', 'W', '57.141.0.43', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4910, '2025-11-13 14:06:01', 'W', '5.155.39.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4911, '2025-11-13 14:06:02', 'W', '181.232.179.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4912, '2025-11-13 14:06:03', 'W', '223.123.97.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4913, '2025-11-13 14:06:04', 'W', '57.141.0.22', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4914, '2025-11-13 14:06:13', 'W', '182.181.129.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4915, '2025-11-13 14:06:28', 'A', '47.128.60.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4916, '2025-11-13 14:06:46', 'W', '201.77.175.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4917, '2025-11-13 14:07:16', 'W', '57.141.0.38', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4918, '2025-11-13 14:07:27', 'A', '47.128.60.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4919, '2025-11-13 14:10:24', 'A', '47.128.127.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4920, '2025-11-13 14:15:11', 'A', '47.128.31.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4921, '2025-11-13 14:15:27', 'W', '43.173.180.108', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4922, '2025-11-13 14:15:35', 'W', '43.173.173.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4923, '2025-11-13 14:15:38', 'A', '47.128.30.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4924, '2025-11-13 14:15:45', 'W', '43.173.182.194', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4925, '2025-11-13 14:16:36', 'A', '47.128.125.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4926, '2025-11-13 14:16:53', 'W', '52.167.144.202', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4927, '2025-11-13 14:17:42', 'W', '57.141.0.49', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4928, '2025-11-13 14:17:49', 'W', '57.141.0.25', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4929, '2025-11-13 14:21:08', 'A', '110.249.201.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4930, '2025-11-13 14:21:37', 'W', '43.173.177.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4931, '2025-11-13 14:23:07', 'W', '43.173.178.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4932, '2025-11-13 14:23:14', 'W', '43.173.181.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4933, '2025-11-13 14:23:25', 'W', '43.173.174.108', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4934, '2025-11-13 14:24:47', 'W', '43.173.182.90', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4935, '2025-11-13 14:24:52', 'A', '47.128.122.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4936, '2025-11-13 14:25:17', 'W', '51.75.236.131', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(4937, '2025-11-13 14:25:39', 'W', '5.39.109.165', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(4938, '2025-11-13 14:25:52', 'W', '57.141.0.60', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4939, '2025-11-13 14:26:49', 'A', '47.128.55.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4940, '2025-11-13 14:28:13', 'A', '47.128.127.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4941, '2025-11-13 14:29:09', 'W', '57.141.0.55', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4942, '2025-11-13 14:29:13', 'A', '47.128.26.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4943, '2025-11-13 14:29:20', 'W', '43.173.179.78', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4944, '2025-11-13 14:30:16', 'W', '57.141.0.63', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4945, '2025-11-13 14:30:23', 'W', '57.141.0.3', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4946, '2025-11-13 14:31:11', 'A', '47.128.52.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4947, '2025-11-13 14:31:37', 'W', '43.173.174.249', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4948, '2025-11-13 14:31:41', 'W', '43.173.180.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4949, '2025-11-13 14:31:50', 'W', '57.141.0.50', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4950, '2025-11-13 14:31:55', 'W', '43.173.180.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4951, '2025-11-13 14:32:01', 'A', '47.128.116.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4952, '2025-11-13 14:32:01', 'W', '43.173.179.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4953, '2025-11-13 14:32:10', 'A', '47.128.115.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4954, '2025-11-13 14:32:33', 'A', '110.249.202.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4955, '2025-11-13 14:32:56', 'W', '52.167.144.160', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4956, '2025-11-13 14:33:01', 'A', '47.128.47.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4957, '2025-11-13 14:33:13', 'W', '8.217.212.189', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4958, '2025-11-13 14:36:00', 'A', '47.128.123.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4959, '2025-11-13 14:36:21', 'A', '47.128.97.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4960, '2025-11-13 14:38:46', 'A', '110.249.202.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4961, '2025-11-13 14:39:21', 'W', '103.149.143.159', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.140 Safari/537.36', 'Chrome', 'Windows 7'),
(4962, '2025-11-13 14:40:13', 'I', '171.76.86.241', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; ayc-PE) AppleWebKit/533.27.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6533.27.5', 'Handheld Browser', 'iPod'),
(4963, '2025-11-13 14:40:58', 'W', '57.141.0.75', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4964, '2025-11-13 14:41:35', 'W', '14.165.44.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Mac OS X'),
(4965, '2025-11-13 14:41:47', 'W', '181.20.13.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(4966, '2025-11-13 14:43:32', 'W', '57.141.0.13', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4967, '2025-11-13 14:44:25', 'W', '8.210.79.83', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(4968, '2025-11-13 14:46:19', 'W', '57.141.0.20', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4969, '2025-11-13 14:50:01', 'W', '14.236.191.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(4970, '2025-11-13 14:50:33', 'W', '57.141.0.47', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4971, '2025-11-13 14:51:40', 'W', '103.134.240.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(4972, '2025-11-13 14:55:02', 'W', '57.141.0.15', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4973, '2025-11-13 14:56:18', 'W', '57.141.0.39', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4974, '2025-11-13 14:56:40', 'A', '47.128.31.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4975, '2025-11-13 14:58:37', 'A', '47.128.24.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4976, '2025-11-13 15:00:15', 'A', '110.249.202.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4977, '2025-11-13 15:00:34', 'W', '57.141.0.16', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4978, '2025-11-13 15:00:35', 'A', '47.79.200.60', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(4979, '2025-11-13 15:01:09', 'A', '47.128.40.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4980, '2025-11-13 15:01:34', 'A', '47.128.112.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4981, '2025-11-13 15:01:36', 'W', '57.141.0.26', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4982, '2025-11-13 15:01:40', 'W', '47.79.195.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(4983, '2025-11-13 15:02:09', 'A', '47.128.40.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4984, '2025-11-13 15:05:53', 'A', '66.249.66.67', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(4985, '2025-11-13 15:06:00', 'A', '66.249.66.6', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(4986, '2025-11-13 15:06:03', 'A', '66.249.66.7', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(4987, '2025-11-13 15:07:36', 'A', '111.225.148.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(4988, '2025-11-13 15:08:41', 'A', '47.79.201.18', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(4989, '2025-11-13 15:08:42', 'A', '47.79.201.110', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(4990, '2025-11-13 15:08:52', 'A', '47.128.45.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(4991, '2025-11-13 15:10:50', 'W', '47.79.207.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(4992, '2025-11-13 15:10:57', 'W', '47.79.207.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(4993, '2025-11-13 15:12:24', 'W', '3.232.82.72', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(4994, '2025-11-13 15:12:34', 'W', '57.141.0.7', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4995, '2025-11-13 15:13:50', 'W', '43.173.178.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4996, '2025-11-13 15:14:03', 'W', '43.173.173.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(4997, '2025-11-13 15:14:55', 'W', '57.141.0.71', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(4998, '2025-11-13 15:15:02', 'A', '66.249.66.37', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(4999, '2025-11-13 15:15:38', 'W', '207.46.13.14', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5000, '2025-11-13 15:15:47', 'A', '111.225.148.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5001, '2025-11-13 15:16:56', 'W', '57.141.0.40', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5002, '2025-11-13 15:17:09', 'W', '207.180.247.214', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(5003, '2025-11-13 15:18:42', 'W', '43.173.182.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5004, '2025-11-13 15:20:16', 'W', '57.141.0.32', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5005, '2025-11-13 15:20:49', 'W', '57.141.0.27', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5006, '2025-11-13 15:22:29', 'W', '43.173.174.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5007, '2025-11-13 15:22:36', 'W', '43.173.182.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5008, '2025-11-13 15:22:37', 'A', '47.128.25.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5009, '2025-11-13 15:23:24', 'W', '43.173.179.80', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5010, '2025-11-13 15:24:17', 'W', '43.173.177.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5011, '2025-11-13 15:24:34', 'A', '47.128.40.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5012, '2025-11-13 15:25:10', 'A', '47.128.96.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5013, '2025-11-13 15:26:08', 'A', '47.128.39.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5014, '2025-11-13 15:26:36', 'A', '47.128.123.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5015, '2025-11-13 15:27:34', 'W', '43.173.179.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5016, '2025-11-13 15:27:34', 'A', '47.128.23.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5017, '2025-11-13 15:28:06', 'A', '47.128.52.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5018, '2025-11-13 15:29:29', 'W', '43.173.173.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5019, '2025-11-13 15:29:47', 'W', '202.76.181.174', 'Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120403211507 Firefox/14.0.1', 'Firefox', 'Windows 7'),
(5020, '2025-11-13 15:30:05', 'A', '47.128.28.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5021, '2025-11-13 15:31:03', 'A', '47.128.123.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5022, '2025-11-13 15:32:10', 'A', '111.225.149.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5023, '2025-11-13 15:33:13', 'W', '57.141.0.52', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(5024, '2025-11-13 15:34:00', 'A', '47.128.47.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5025, '2025-11-13 15:34:05', 'W', '57.141.0.9', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5026, '2025-11-13 15:35:25', 'A', '47.128.60.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5027, '2025-11-13 15:35:58', 'A', '47.128.32.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5028, '2025-11-13 15:36:39', 'W', '57.141.0.14', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5029, '2025-11-13 15:37:16', 'W', '18.142.191.196', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5030, '2025-11-13 15:38:11', 'W', '43.173.177.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5031, '2025-11-13 15:38:22', 'A', '47.128.119.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5032, '2025-11-13 15:38:58', 'W', '38.252.236.220', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3478.83 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5033, '2025-11-13 15:39:18', 'W', '123.20.242.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(5034, '2025-11-13 15:43:47', 'W', '57.141.0.46', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5035, '2025-11-13 15:45:15', 'W', '57.141.0.21', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5036, '2025-11-13 15:47:17', 'W', '57.141.0.44', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5037, '2025-11-13 15:47:27', 'W', '186.158.3.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(5038, '2025-11-13 15:47:32', 'W', '40.77.167.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5039, '2025-11-13 15:49:17', 'W', '213.180.203.48', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(5040, '2025-11-13 15:52:37', 'A', '47.128.55.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5041, '2025-11-13 15:52:46', 'A', '110.249.202.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5042, '2025-11-13 15:57:05', 'A', '47.128.35.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5043, '2025-11-13 16:00:02', 'A', '47.128.26.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5044, '2025-11-13 16:02:28', 'A', '47.128.55.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5045, '2025-11-13 16:02:32', 'W', '207.46.13.86', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5046, '2025-11-13 16:02:53', 'W', '191.235.99.95', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(5047, '2025-11-13 16:02:59', 'A', '47.128.54.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5048, '2025-11-13 16:03:36', 'W', '74.7.228.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(5049, '2025-11-13 16:05:57', 'A', '47.79.214.56', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5050, '2025-11-13 16:06:27', 'W', '57.141.0.18', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5051, '2025-11-13 16:08:03', 'W', '207.46.13.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5052, '2025-11-13 16:09:37', 'W', '57.141.0.29', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5053, '2025-11-13 16:14:11', 'W', '14.191.142.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(5054, '2025-11-13 16:15:11', 'W', '47.79.199.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5055, '2025-11-13 16:16:12', 'A', '47.128.48.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5056, '2025-11-13 16:16:44', 'A', '47.128.120.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5057, '2025-11-13 16:17:44', 'W', '54.157.99.244', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5058, '2025-11-13 16:17:54', 'A', '47.79.214.132', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5059, '2025-11-13 16:18:13', 'A', '47.79.192.72', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5060, '2025-11-13 16:19:29', 'A', '110.249.201.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5061, '2025-11-13 16:19:42', 'A', '47.128.41.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5062, '2025-11-13 16:21:38', 'A', '47.128.49.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5063, '2025-11-13 16:22:05', 'A', '47.128.46.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5064, '2025-11-13 16:22:09', 'W', '43.173.179.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5065, '2025-11-13 16:22:25', 'W', '43.173.176.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5066, '2025-11-13 16:22:29', 'W', '43.173.182.57', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5067, '2025-11-13 16:22:36', 'W', '43.173.182.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5068, '2025-11-13 16:22:42', 'W', '43.173.179.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5069, '2025-11-13 16:22:46', 'W', '43.173.175.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5070, '2025-11-13 16:23:04', 'A', '47.128.124.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5071, '2025-11-13 16:23:05', 'W', '207.46.13.51', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5072, '2025-11-13 16:24:35', 'A', '47.128.35.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5073, '2025-11-13 16:26:01', 'A', '47.128.62.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5074, '2025-11-13 16:26:32', 'A', '47.128.63.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5075, '2025-11-13 16:27:02', 'A', '47.128.99.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5076, '2025-11-13 16:27:58', 'A', '47.128.123.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5077, '2025-11-13 16:33:58', 'A', '110.249.201.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5078, '2025-11-13 16:34:48', 'W', '43.173.175.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5079, '2025-11-13 16:34:51', 'W', '43.173.173.93', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5080, '2025-11-13 16:34:58', 'W', '43.173.178.252', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5081, '2025-11-13 16:36:13', 'A', '47.79.213.111', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5082, '2025-11-13 16:39:43', 'A', '47.128.18.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5083, '2025-11-13 16:40:16', 'W', '47.79.205.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5084, '2025-11-13 16:42:03', 'A', '47.128.16.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5085, '2025-11-13 16:43:40', 'W', '85.208.96.201', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5086, '2025-11-13 16:45:35', 'A', '47.128.63.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5087, '2025-11-13 16:48:08', 'W', '43.173.180.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5088, '2025-11-13 16:50:38', 'W', '186.73.165.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(5089, '2025-11-13 16:50:40', 'W', '138.59.155.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(5090, '2025-11-13 16:50:46', 'W', '139.135.45.103', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5091, '2025-11-13 16:52:01', 'W', '124.156.216.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5092, '2025-11-13 16:53:33', 'A', '110.249.202.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5093, '2025-11-13 16:53:50', 'A', '47.128.54.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5094, '2025-11-13 16:54:58', 'W', '102.207.162.181', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8'),
(5095, '2025-11-13 16:55:55', 'W', '189.7.125.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(5096, '2025-11-13 16:57:22', 'W', '43.173.181.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5097, '2025-11-13 16:57:47', 'A', '47.128.50.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5098, '2025-11-13 16:58:53', 'W', '8.217.189.48', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5099, '2025-11-13 17:00:03', 'W', '195.69.230.144', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5100, '2025-11-13 17:00:29', 'A', '111.225.148.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5101, '2025-11-13 17:00:31', 'W', '37.114.151.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5102, '2025-11-13 17:01:13', 'W', '45.187.4.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(5103, '2025-11-13 17:01:39', 'W', '91.235.225.71', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4121.813 Safari/537.36', 'Chrome', 'Windows 10'),
(5104, '2025-11-13 17:01:44', 'W', '113.174.206.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36', 'Chrome', 'Windows 10'),
(5105, '2025-11-13 17:02:25', 'W', '8.217.183.158', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5106, '2025-11-13 17:03:51', 'A', '66.249.66.13', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5107, '2025-11-13 17:03:54', 'A', '66.249.66.76', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5108, '2025-11-13 17:06:35', 'W', '176.61.86.168', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(5109, '2025-11-13 17:07:20', 'W', '47.79.200.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5110, '2025-11-13 17:07:29', 'W', '43.173.173.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5111, '2025-11-13 17:07:55', 'W', '8.217.211.183', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5112, '2025-11-13 17:08:07', 'W', '87.250.224.243', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(5113, '2025-11-13 17:09:33', 'W', '187.66.7.238', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5114, '2025-11-13 17:09:49', 'W', '47.79.207.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(5115, '2025-11-13 17:11:25', 'A', '111.225.149.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5116, '2025-11-13 17:12:07', 'A', '47.79.207.5', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5117, '2025-11-13 17:13:04', 'A', '110.249.202.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5118, '2025-11-13 17:13:10', 'W', '157.55.39.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5119, '2025-11-13 17:13:13', 'W', '47.79.200.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5120, '2025-11-13 17:14:56', 'A', '47.79.200.143', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5121, '2025-11-13 17:15:26', 'A', '110.249.201.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5122, '2025-11-13 17:16:35', 'A', '47.128.54.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5123, '2025-11-13 17:17:26', 'W', '8.217.211.82', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5124, '2025-11-13 17:18:34', 'W', '157.245.94.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5125, '2025-11-13 17:20:08', 'A', '47.79.200.7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5126, '2025-11-13 17:22:37', 'W', '8.217.212.2', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5127, '2025-11-13 17:23:16', 'W', '43.173.180.106', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5128, '2025-11-13 17:25:01', 'W', '43.173.175.106', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5129, '2025-11-13 17:25:20', 'A', '66.249.66.35', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5130, '2025-11-13 17:25:39', 'W', '43.173.179.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5131, '2025-11-13 17:25:47', 'W', '43.173.180.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5132, '2025-11-13 17:25:49', 'W', '43.173.181.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5133, '2025-11-13 17:25:58', 'W', '43.173.175.128', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5134, '2025-11-13 17:26:00', 'A', '47.128.111.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5135, '2025-11-13 17:26:05', 'W', '43.173.179.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5136, '2025-11-13 17:28:35', 'W', '102.213.49.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5137, '2025-11-13 17:28:55', 'W', '213.180.203.143', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(5138, '2025-11-13 17:28:59', 'W', '5.255.231.28', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(5139, '2025-11-13 17:29:08', 'W', '43.173.182.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5140, '2025-11-13 17:29:18', 'W', '43.173.182.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5141, '2025-11-13 17:29:21', 'W', '43.173.177.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5142, '2025-11-13 17:29:23', 'W', '43.173.174.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5143, '2025-11-13 17:31:05', 'W', '47.79.216.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5144, '2025-11-13 17:32:18', 'W', '43.173.182.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5145, '2025-11-13 17:32:34', 'A', '47.79.207.152', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5146, '2025-11-13 17:32:47', 'W', '43.173.177.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5147, '2025-11-13 17:33:31', 'W', '47.79.200.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(5148, '2025-11-13 17:36:01', 'A', '66.249.66.36', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5149, '2025-11-13 17:43:01', 'A', '66.249.66.9', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(5150, '2025-11-13 17:43:23', 'W', '8.217.214.186', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5151, '2025-11-13 17:44:37', 'W', '43.175.119.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5152, '2025-11-13 17:44:41', 'W', '68.183.120.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5153, '2025-11-13 17:45:25', 'A', '111.225.148.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5154, '2025-11-13 17:46:17', 'W', '43.173.178.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5155, '2025-11-13 17:46:51', 'A', '66.249.66.200', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5156, '2025-11-13 17:46:56', 'A', '66.249.66.15', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(5157, '2025-11-13 17:48:02', 'W', '212.47.141.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(5158, '2025-11-13 17:48:25', 'W', '197.146.70.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5159, '2025-11-13 17:48:27', 'W', '43.152.140.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5160, '2025-11-13 17:48:29', 'W', '43.168.10.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5161, '2025-11-13 17:52:04', 'W', '197.1.190.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(5162, '2025-11-13 17:55:11', 'W', '170.80.247.222', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36', 'Chrome', 'Windows 7'),
(5163, '2025-11-13 17:55:53', 'W', '37.77.49.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(5164, '2025-11-13 17:56:52', 'W', '200.95.200.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'Chrome', 'Windows 10'),
(5165, '2025-11-13 17:57:34', 'A', '66.249.66.12', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5166, '2025-11-13 17:57:35', 'W', '207.46.13.151', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5167, '2025-11-13 18:00:20', 'W', '160.250.114.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(5168, '2025-11-13 18:00:57', 'A', '47.79.198.189', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5169, '2025-11-13 18:01:47', 'W', '47.79.198.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5170, '2025-11-13 18:06:19', 'A', '47.128.39.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5171, '2025-11-13 18:07:45', 'A', '47.128.59.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5172, '2025-11-13 18:08:00', 'A', '110.249.201.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5173, '2025-11-13 18:08:53', 'A', '47.79.199.190', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5174, '2025-11-13 18:10:43', 'A', '47.128.60.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5175, '2025-11-13 18:13:17', 'W', '168.245.206.53', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(5176, '2025-11-13 18:15:38', 'A', '110.249.202.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5177, '2025-11-13 18:20:43', 'A', '111.225.149.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5178, '2025-11-13 18:24:21', 'A', '47.79.199.36', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5179, '2025-11-13 18:25:00', 'W', '207.46.13.18', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5180, '2025-11-13 18:25:49', 'W', '43.153.28.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5181, '2025-11-13 18:26:23', 'W', '43.173.180.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5182, '2025-11-13 18:26:37', 'W', '43.173.175.80', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5183, '2025-11-13 18:26:45', 'W', '43.173.179.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5184, '2025-11-13 18:27:01', 'W', '43.173.179.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5185, '2025-11-13 18:27:16', 'W', '43.173.181.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(5186, '2025-11-13 18:27:58', 'W', '43.173.173.71', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5187, '2025-11-13 18:28:07', 'W', '43.173.173.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5188, '2025-11-13 18:31:59', 'W', '43.173.173.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5189, '2025-11-13 18:32:07', 'W', '43.173.180.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5190, '2025-11-13 18:32:09', 'W', '43.173.173.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5191, '2025-11-13 18:34:18', 'W', '186.32.218.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5192, '2025-11-13 18:34:41', 'W', '43.173.181.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5193, '2025-11-13 18:34:44', 'W', '43.173.175.131', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5194, '2025-11-13 18:34:50', 'W', '43.173.176.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5195, '2025-11-13 18:35:54', 'A', '47.79.194.121', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5196, '2025-11-13 18:37:53', 'W', '51.77.218.191', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5197, '2025-11-13 18:45:00', 'W', '52.167.144.137', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5198, '2025-11-13 18:46:26', 'W', '38.222.243.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(5199, '2025-11-13 18:47:16', 'W', '177.37.92.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'Chrome', 'Windows 7'),
(5200, '2025-11-13 18:49:31', 'A', '47.128.109.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5201, '2025-11-13 18:50:30', 'A', '47.128.33.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5202, '2025-11-13 18:50:48', 'W', '102.0.7.102', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5203, '2025-11-13 18:50:58', 'A', '47.128.115.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5204, '2025-11-13 18:51:02', 'A', '66.249.66.4', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5205, '2025-11-13 18:56:51', 'A', '47.128.122.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5206, '2025-11-13 18:58:01', 'A', '110.249.202.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5207, '2025-11-13 18:59:19', 'A', '47.128.36.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5208, '2025-11-13 18:59:21', 'W', '45.235.20.173', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.140 Safari/537.36', 'Chrome', 'Windows 7'),
(5209, '2025-11-13 19:03:42', 'A', '47.128.22.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5210, '2025-11-13 19:04:36', 'W', '47.79.201.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5211, '2025-11-13 19:10:47', 'A', '111.225.149.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5212, '2025-11-13 19:12:14', 'A', '110.249.202.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5213, '2025-11-13 19:14:36', 'W', '47.79.200.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5214, '2025-11-13 19:19:06', 'A', '47.79.203.173', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5215, '2025-11-13 19:22:51', 'W', '47.79.201.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5216, '2025-11-13 19:23:22', 'W', '40.77.167.51', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5217, '2025-11-13 19:25:26', 'A', '47.128.55.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5218, '2025-11-13 19:28:30', 'A', '66.249.66.201', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; GoogleOther)', 'Handheld Browser', 'Android'),
(5219, '2025-11-13 19:28:56', 'A', '111.225.148.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5220, '2025-11-13 19:29:27', 'A', '47.128.46.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5221, '2025-11-13 19:29:27', 'A', '47.128.34.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5222, '2025-11-13 19:34:59', 'A', '47.79.203.16', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5223, '2025-11-13 19:35:22', 'W', '43.173.182.15', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5224, '2025-11-13 19:35:30', 'W', '43.173.181.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5225, '2025-11-13 19:38:32', 'W', '43.173.176.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5226, '2025-11-13 19:38:36', 'W', '43.173.177.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5227, '2025-11-13 19:38:44', 'W', '43.173.178.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5228, '2025-11-13 19:38:49', 'W', '43.173.181.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5229, '2025-11-13 19:42:41', 'A', '47.79.216.193', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5230, '2025-11-13 19:42:42', 'W', '43.173.174.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5231, '2025-11-13 19:42:57', 'W', '43.173.182.177', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5232, '2025-11-13 19:51:26', 'W', '54.37.118.76', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(5233, '2025-11-13 19:52:59', 'W', '151.244.144.9', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 7'),
(5234, '2025-11-13 19:55:51', 'W', '187.45.75.60', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(5235, '2025-11-13 19:56:58', 'W', '178.121.186.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5236, '2025-11-13 19:57:09', 'W', '37.238.63.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(5237, '2025-11-13 20:00:52', 'W', '181.92.213.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(5238, '2025-11-13 20:02:17', 'A', '47.79.217.135', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5239, '2025-11-13 20:02:57', 'W', '52.3.155.146', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5240, '2025-11-13 20:03:21', 'W', '47.79.216.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5241, '2025-11-13 20:05:24', 'W', '13.250.132.236', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5242, '2025-11-13 20:06:08', 'W', '95.5.167.39', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/41.0.834.0 Safari/534.2', 'Chrome', 'Linux'),
(5243, '2025-11-13 20:06:25', 'A', '47.79.215.146', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5244, '2025-11-13 20:13:53', 'A', '47.79.199.105', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5245, '2025-11-13 20:15:11', 'W', '102.52.135.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5246, '2025-11-13 20:15:42', 'W', '88.201.23.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5247, '2025-11-13 20:15:48', 'W', '177.74.138.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5248, '2025-11-13 20:15:53', 'W', '181.50.102.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5249, '2025-11-13 20:15:53', 'W', '207.46.13.111', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5250, '2025-11-13 20:18:40', 'A', '110.249.202.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5251, '2025-11-13 20:20:57', 'A', '47.128.111.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5252, '2025-11-13 20:21:23', 'A', '47.128.45.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5253, '2025-11-13 20:21:53', 'W', '47.79.214.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5254, '2025-11-13 20:26:58', 'W', '43.173.176.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5255, '2025-11-13 20:27:51', 'W', '43.173.182.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5256, '2025-11-13 20:27:55', 'W', '43.173.173.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5257, '2025-11-13 20:29:35', 'W', '43.173.182.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5258, '2025-11-13 20:31:31', 'A', '110.249.201.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5259, '2025-11-13 20:33:02', 'W', '43.173.182.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5260, '2025-11-13 20:33:03', 'W', '43.173.176.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5261, '2025-11-13 20:33:44', 'W', '43.173.177.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5262, '2025-11-13 20:33:47', 'W', '181.188.178.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(5263, '2025-11-13 20:34:01', 'W', '43.173.179.121', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5264, '2025-11-13 20:34:25', 'W', '43.173.174.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5265, '2025-11-13 20:34:27', 'W', '43.173.182.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(5266, '2025-11-13 20:38:23', 'A', '111.225.148.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5267, '2025-11-13 20:38:46', 'A', '47.79.193.196', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5268, '2025-11-13 20:44:32', 'A', '111.225.149.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5269, '2025-11-13 20:47:26', 'W', '157.55.39.15', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5270, '2025-11-13 20:49:41', 'W', '151.237.139.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(5271, '2025-11-13 20:51:19', 'A', '47.128.50.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5272, '2025-11-13 20:51:55', 'A', '47.128.20.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5273, '2025-11-13 20:53:13', 'W', '151.233.71.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5274, '2025-11-13 20:53:18', 'W', '200.102.207.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5275, '2025-11-13 20:53:19', 'W', '105.75.63.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5276, '2025-11-13 20:53:25', 'W', '39.57.179.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5277, '2025-11-13 20:53:58', 'W', '77.77.30.38', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(5278, '2025-11-13 20:53:59', 'W', '160.155.172.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(5279, '2025-11-13 20:54:37', 'W', '206.1.192.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4500.0 Iron Safari/537.36', 'Chrome', 'Windows 10'),
(5280, '2025-11-13 20:55:35', 'W', '189.84.176.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Windows 10'),
(5281, '2025-11-13 20:56:38', 'W', '40.77.167.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5282, '2025-11-13 20:57:24', 'W', '196.130.75.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.48 Safari/537.36', 'Chrome', 'Windows 10'),
(5283, '2025-11-13 20:58:21', 'A', '47.128.117.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5284, '2025-11-13 20:58:53', 'A', '47.128.53.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5285, '2025-11-13 20:59:11', 'W', '62.84.185.52', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5286, '2025-11-13 21:04:39', 'W', '47.79.206.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5287, '2025-11-13 21:07:36', 'A', '110.249.201.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5288, '2025-11-13 21:07:40', 'A', '47.128.50.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5289, '2025-11-13 21:10:15', 'A', '47.79.202.71', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5290, '2025-11-13 21:10:33', 'A', '47.79.206.94', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5291, '2025-11-13 21:11:46', 'W', '47.79.202.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5292, '2025-11-13 21:14:17', 'A', '47.79.202.152', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5293, '2025-11-13 21:15:18', 'W', '18.138.91.172', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5294, '2025-11-13 21:18:27', 'A', '110.249.202.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5295, '2025-11-13 21:18:42', 'A', '47.79.202.163', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(5296, '2025-11-13 21:19:14', 'A', '47.79.203.49', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5297, '2025-11-13 21:19:38', 'A', '110.249.201.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5298, '2025-11-13 21:21:34', 'W', '142.93.207.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5299, '2025-11-13 21:21:38', 'W', '105.161.175.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5300, '2025-11-13 21:21:44', 'W', '138.97.163.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5301, '2025-11-13 21:21:55', 'W', '45.190.158.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5302, '2025-11-13 21:29:20', 'A', '110.249.201.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5303, '2025-11-13 21:29:22', 'W', '43.173.178.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5304, '2025-11-13 21:31:00', 'A', '47.128.35.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5305, '2025-11-13 21:31:13', 'W', '43.173.181.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(5306, '2025-11-13 21:31:14', 'W', '43.166.171.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5307, '2025-11-13 21:31:23', 'W', '43.173.181.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5308, '2025-11-13 21:32:10', 'A', '47.128.36.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5309, '2025-11-13 21:32:38', 'A', '47.128.111.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5310, '2025-11-13 21:33:21', 'A', '47.128.35.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5311, '2025-11-13 21:33:47', 'A', '47.128.115.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5312, '2025-11-13 21:34:30', 'A', '47.128.40.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5313, '2025-11-13 21:35:41', 'A', '47.128.120.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5314, '2025-11-13 21:36:07', 'A', '47.128.29.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5315, '2025-11-13 21:36:49', 'A', '47.128.17.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5316, '2025-11-13 21:37:16', 'A', '47.128.43.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5317, '2025-11-13 21:37:59', 'A', '47.128.40.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5318, '2025-11-13 21:38:26', 'A', '47.128.36.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5319, '2025-11-13 21:38:39', 'W', '185.191.171.11', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5320, '2025-11-13 21:39:08', 'A', '47.128.122.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5321, '2025-11-13 21:39:47', 'W', '157.230.227.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5322, '2025-11-13 21:39:50', 'A', '47.79.197.93', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(5323, '2025-11-13 21:41:29', 'A', '47.128.112.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5324, '2025-11-13 21:41:56', 'A', '47.128.113.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5325, '2025-11-13 21:43:14', 'W', '14.164.243.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(5326, '2025-11-13 21:43:34', 'W', '14.170.118.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(5327, '2025-11-13 21:45:14', 'W', '201.8.94.238', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5328, '2025-11-13 21:46:24', 'W', '218.152.33.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Mac OS X'),
(5329, '2025-11-13 21:48:14', 'W', '91.220.41.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 10'),
(5330, '2025-11-13 21:48:55', 'A', '110.249.202.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5331, '2025-11-13 21:51:10', 'A', '111.225.148.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5332, '2025-11-13 21:59:21', 'W', '40.77.167.126', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5333, '2025-11-13 22:04:58', 'A', '47.79.199.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5334, '2025-11-13 22:05:58', 'W', '47.79.198.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5335, '2025-11-13 22:10:03', 'W', '52.167.144.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5336, '2025-11-13 22:16:42', 'W', '8.217.49.57', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5337, '2025-11-13 22:17:28', 'W', '8.217.191.74', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5338, '2025-11-13 22:20:18', 'A', '47.79.199.198', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5339, '2025-11-13 22:20:23', 'A', '47.79.199.37', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5340, '2025-11-13 22:22:16', 'A', '47.128.120.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5341, '2025-11-13 22:23:30', 'W', '43.173.182.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5342, '2025-11-13 22:26:56', 'W', '43.173.179.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5343, '2025-11-13 22:26:56', 'W', '43.173.182.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5344, '2025-11-13 22:29:02', 'W', '43.173.175.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5345, '2025-11-13 22:29:07', 'W', '43.173.182.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5346, '2025-11-13 22:31:24', 'W', '8.217.165.237', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5347, '2025-11-13 22:33:43', 'A', '110.249.202.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5348, '2025-11-13 22:33:49', 'A', '110.249.202.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5349, '2025-11-13 22:33:55', 'W', '159.26.111.12', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(5350, '2025-11-13 22:34:18', 'W', '43.173.178.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5351, '2025-11-13 22:37:31', 'W', '43.173.177.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5352, '2025-11-13 22:37:45', 'W', '43.173.174.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5353, '2025-11-13 22:40:57', 'W', '47.79.205.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5354, '2025-11-13 22:41:26', 'W', '200.36.141.185', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(5355, '2025-11-13 22:43:34', 'W', '14.228.24.192', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(5356, '2025-11-13 22:44:00', 'A', '111.225.149.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5357, '2025-11-13 22:44:17', 'A', '111.225.148.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5358, '2025-11-13 22:45:17', 'W', '143.208.127.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(5359, '2025-11-13 22:46:03', 'W', '186.22.74.43', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5360, '2025-11-13 22:46:35', 'W', '186.195.102.29', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5361, '2025-11-13 22:47:14', 'W', '46.34.195.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Windows 10'),
(5362, '2025-11-13 22:47:16', 'W', '190.226.125.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', 'Chrome', 'Windows 10'),
(5363, '2025-11-13 22:47:29', 'W', '37.239.105.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5364, '2025-11-13 22:47:33', 'W', '38.52.143.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5365, '2025-11-13 22:47:38', 'W', '102.96.107.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5366, '2025-11-13 22:47:48', 'W', '181.44.129.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5367, '2025-11-13 23:00:20', 'W', '217.113.196.61', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5368, '2025-11-13 23:02:41', 'A', '47.79.200.236', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5369, '2025-11-13 23:03:01', 'W', '217.113.196.16', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5370, '2025-11-13 23:05:44', 'W', '217.113.196.62', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5371, '2025-11-13 23:08:17', 'W', '217.113.196.54', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5372, '2025-11-13 23:10:52', 'W', '217.113.196.32', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5373, '2025-11-13 23:12:26', 'A', '111.225.148.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5374, '2025-11-13 23:12:53', 'A', '110.249.201.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5375, '2025-11-13 23:13:15', 'A', '47.79.200.195', 'Mozilla/5.0 (Linux; Android 12; Infinix X6817) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5376, '2025-11-13 23:13:22', 'W', '217.113.196.15', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5377, '2025-11-13 23:15:19', 'W', '207.46.13.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5378, '2025-11-13 23:15:49', 'W', '217.113.196.63', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5379, '2025-11-13 23:18:02', 'W', '66.93.109.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(5380, '2025-11-13 23:19:28', 'A', '47.79.200.81', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5381, '2025-11-13 23:20:29', 'W', '217.113.196.11', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5382, '2025-11-13 23:22:34', 'W', '217.113.196.20', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5383, '2025-11-13 23:24:32', 'W', '217.113.196.51', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5384, '2025-11-13 23:24:34', 'A', '110.249.202.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5385, '2025-11-13 23:25:10', 'W', '47.79.202.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5386, '2025-11-13 23:26:04', 'W', '51.68.236.90', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5387, '2025-11-13 23:26:28', 'W', '217.113.196.60', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5388, '2025-11-13 23:28:06', 'W', '43.173.179.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5389, '2025-11-13 23:28:23', 'W', '217.113.196.13', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5390, '2025-11-13 23:28:31', 'A', '111.225.149.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5391, '2025-11-13 23:28:58', 'A', '110.249.201.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5392, '2025-11-13 23:29:47', 'W', '43.173.175.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5393, '2025-11-13 23:29:47', 'W', '43.173.181.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5394, '2025-11-13 23:30:17', 'W', '217.113.196.58', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5395, '2025-11-13 23:30:20', 'W', '43.173.180.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5396, '2025-11-13 23:32:10', 'W', '217.113.196.24', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5397, '2025-11-13 23:32:35', 'W', '43.173.179.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5398, '2025-11-13 23:32:38', 'W', '43.173.176.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5399, '2025-11-13 23:37:33', 'W', '217.113.196.25', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5400, '2025-11-13 23:39:16', 'W', '217.113.196.64', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5401, '2025-11-13 23:41:34', 'W', '185.244.152.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.102 Safari/537.36', 'Chrome', 'Windows 10'),
(5402, '2025-11-13 23:42:07', 'W', '217.113.196.21', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5403, '2025-11-13 23:43:18', 'A', '111.225.149.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5404, '2025-11-13 23:44:16', 'W', '217.113.196.34', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5405, '2025-11-13 23:44:25', 'W', '177.86.206.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36', 'Chrome', 'Windows 10'),
(5406, '2025-11-13 23:45:09', 'W', '38.121.215.0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(5407, '2025-11-13 23:45:21', 'W', '217.113.196.43', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5408, '2025-11-13 23:46:22', 'W', '217.113.196.18', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5409, '2025-11-13 23:48:14', 'W', '217.113.196.38', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5410, '2025-11-13 23:49:09', 'W', '217.113.196.39', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5411, '2025-11-13 23:50:02', 'W', '217.113.196.42', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5412, '2025-11-13 23:50:56', 'W', '217.113.196.2', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5413, '2025-11-13 23:51:51', 'W', '217.113.196.59', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5414, '2025-11-13 23:52:42', 'W', '217.113.196.19', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5415, '2025-11-13 23:54:22', 'W', '217.113.196.56', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5416, '2025-11-13 23:56:37', 'W', '217.113.196.17', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5417, '2025-11-13 23:58:01', 'W', '217.113.196.23', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5418, '2025-11-13 23:58:41', 'W', '217.113.196.36', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5419, '2025-11-14 00:00:14', 'W', '217.113.196.35', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5420, '2025-11-14 00:01:16', 'W', '8.217.188.167', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5421, '2025-11-14 00:02:07', 'W', '217.113.196.6', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5422, '2025-11-14 00:02:21', 'W', '8.217.156.199', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5423, '2025-11-14 00:02:40', 'A', '47.79.198.164', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5424, '2025-11-14 00:03:14', 'W', '52.167.144.233', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5425, '2025-11-14 00:03:17', 'W', '167.71.25.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5426, '2025-11-14 00:03:23', 'W', '92.245.124.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5427, '2025-11-14 00:03:28', 'W', '86.59.141.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5428, '2025-11-14 00:03:29', 'W', '201.252.37.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5429, '2025-11-14 00:04:21', 'A', '47.128.124.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5430, '2025-11-14 00:04:24', 'W', '217.113.196.41', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5431, '2025-11-14 00:04:55', 'W', '217.113.196.45', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5432, '2025-11-14 00:05:10', 'W', '217.113.196.46', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5433, '2025-11-14 00:06:33', 'W', '47.79.197.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5434, '2025-11-14 00:08:30', 'W', '217.113.196.33', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5435, '2025-11-14 00:08:45', 'W', '217.113.196.5', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5436, '2025-11-14 00:09:00', 'W', '217.113.196.50', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5437, '2025-11-14 00:09:31', 'W', '217.113.196.57', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5438, '2025-11-14 00:10:32', 'W', '217.113.196.28', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5439, '2025-11-14 00:10:33', 'A', '47.128.116.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5440, '2025-11-14 00:11:18', 'W', '217.113.196.44', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5441, '2025-11-14 00:11:45', 'A', '47.128.54.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5442, '2025-11-14 00:11:48', 'W', '217.113.196.30', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5443, '2025-11-14 00:12:34', 'A', '47.79.199.93', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5444, '2025-11-14 00:13:05', 'W', '217.113.196.37', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5445, '2025-11-14 00:13:50', 'W', '217.113.196.10', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5446, '2025-11-14 00:14:13', 'A', '47.128.97.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5447, '2025-11-14 00:14:20', 'W', '217.113.196.31', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5448, '2025-11-14 00:15:06', 'W', '217.113.196.52', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5449, '2025-11-14 00:16:14', 'A', '110.249.202.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5450, '2025-11-14 00:16:45', 'W', '8.217.168.144', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5451, '2025-11-14 00:17:20', 'W', '177.67.110.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5452, '2025-11-14 00:17:25', 'W', '38.166.153.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5453, '2025-11-14 00:17:30', 'W', '45.184.17.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5454, '2025-11-14 00:17:32', 'W', '167.57.63.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5455, '2025-11-14 00:18:12', 'W', '8.217.208.54', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5456, '2025-11-14 00:18:16', 'W', '52.167.144.236', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5457, '2025-11-14 00:19:23', 'W', '47.79.198.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5458, '2025-11-14 00:20:22', 'A', '47.79.198.7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5459, '2025-11-14 00:22:11', 'W', '43.173.177.80', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5460, '2025-11-14 00:22:14', 'W', '43.173.182.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5461, '2025-11-14 00:22:20', 'A', '47.128.50.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(5462, '2025-11-14 00:23:48', 'A', '47.79.198.123', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(5463, '2025-11-14 00:24:15', 'W', '217.113.196.49', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5464, '2025-11-14 00:25:01', 'W', '217.113.196.26', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5465, '2025-11-14 00:26:16', 'W', '167.172.149.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5466, '2025-11-14 00:26:20', 'W', '187.224.53.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5467, '2025-11-14 00:26:24', 'W', '170.239.194.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5468, '2025-11-14 00:26:25', 'W', '191.99.56.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5469, '2025-11-14 00:27:49', 'W', '217.113.196.47', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5470, '2025-11-14 00:28:49', 'W', '217.113.196.3', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5471, '2025-11-14 00:29:45', 'A', '47.79.192.94', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(5472, '2025-11-14 00:29:50', 'W', '217.113.196.48', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5473, '2025-11-14 00:30:36', 'A', '110.249.202.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5474, '2025-11-14 00:30:43', 'W', '207.46.13.150', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5475, '2025-11-14 00:30:48', 'W', '43.173.173.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5476, '2025-11-14 00:31:02', 'W', '43.173.180.171', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5477, '2025-11-14 00:32:30', 'A', '47.79.194.26', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5478, '2025-11-14 00:33:24', 'W', '217.113.196.22', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5479, '2025-11-14 00:33:47', 'W', '43.173.180.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5480, '2025-11-14 00:35:40', 'W', '217.113.196.9', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5481, '2025-11-14 00:36:00', 'A', '47.79.204.53', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5482, '2025-11-14 00:37:13', 'W', '217.113.196.14', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5483, '2025-11-14 00:37:32', 'A', '110.249.201.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5484, '2025-11-14 00:39:22', 'A', '110.249.201.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5485, '2025-11-14 00:41:43', 'W', '185.106.31.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36', 'Chrome', 'Windows 10'),
(5486, '2025-11-14 00:41:45', 'A', '110.249.201.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5487, '2025-11-14 00:42:20', 'W', '217.113.196.4', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5488, '2025-11-14 00:42:45', 'W', '14.169.213.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(5489, '2025-11-14 00:43:33', 'W', '138.99.83.21', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(5490, '2025-11-14 00:43:38', 'W', '14.180.122.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(5491, '2025-11-14 00:48:48', 'A', '110.249.202.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5492, '2025-11-14 00:49:57', 'W', '207.46.13.107', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5493, '2025-11-14 00:51:29', 'W', '10.1.16.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5494, '2025-11-14 00:53:13', 'W', '217.113.196.7', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5495, '2025-11-14 00:53:43', 'W', '217.113.196.27', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5496, '2025-11-14 00:54:59', 'W', '217.113.196.55', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5497, '2025-11-14 01:01:13', 'A', '47.79.205.223', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5498, '2025-11-14 01:01:27', 'I', '84.37.194.155', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(5499, '2025-11-14 01:01:28', 'W', '185.230.122.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5500, '2025-11-14 01:01:33', 'A', '110.249.201.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5501, '2025-11-14 01:02:41', 'W', '47.79.204.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5502, '2025-11-14 01:05:38', 'W', '47.79.207.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5503, '2025-11-14 01:06:57', 'A', '110.249.201.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5504, '2025-11-14 01:08:14', 'A', '110.249.201.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5505, '2025-11-14 01:14:04', 'A', '47.79.207.129', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5506, '2025-11-14 01:14:39', 'A', '110.249.202.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5507, '2025-11-14 01:15:24', 'W', '47.79.207.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5508, '2025-11-14 01:15:29', 'A', '47.79.206.180', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5509, '2025-11-14 01:23:41', 'A', '47.79.207.150', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5510, '2025-11-14 01:30:45', 'W', '43.173.178.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5511, '2025-11-14 01:33:03', 'W', '43.173.175.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5512, '2025-11-14 01:33:05', 'W', '43.173.177.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5513, '2025-11-14 01:33:08', 'W', '43.173.181.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5514, '2025-11-14 01:33:11', 'W', '43.173.182.135', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5515, '2025-11-14 01:33:23', 'W', '43.173.174.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(5516, '2025-11-14 01:35:36', 'A', '47.79.203.19', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5517, '2025-11-14 01:35:41', 'W', '185.106.28.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5518, '2025-11-14 01:35:45', 'W', '38.171.117.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5519, '2025-11-14 01:35:51', 'W', '186.122.88.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5520, '2025-11-14 01:35:53', 'W', '181.103.73.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5521, '2025-11-14 01:36:11', 'W', '43.173.181.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5522, '2025-11-14 01:37:41', 'W', '217.113.196.8', 'Mozilla/5.0 (compatible; IbouBot/1.0; +bot@ibou.io; +https://ibou.io/iboubot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(5523, '2025-11-14 01:38:06', 'W', '43.173.177.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5524, '2025-11-14 01:38:08', 'A', '47.79.202.252', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5525, '2025-11-14 01:38:09', 'A', '110.249.202.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5526, '2025-11-14 01:38:33', 'W', '47.79.216.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5527, '2025-11-14 01:40:57', 'W', '168.195.89.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(5528, '2025-11-14 01:41:01', 'W', '14.165.211.80', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(5529, '2025-11-14 01:41:49', 'W', '138.97.162.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(5530, '2025-11-14 01:42:33', 'A', '47.79.196.135', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5531, '2025-11-14 01:42:40', 'W', '167.58.91.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X'),
(5532, '2025-11-14 01:43:57', 'W', '147.185.132.111', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(5533, '2025-11-14 01:44:40', 'W', '43.173.182.171', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5534, '2025-11-14 01:45:14', 'W', '136.158.56.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5535, '2025-11-14 01:45:54', 'W', '38.51.207.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5536, '2025-11-14 01:50:43', 'A', '110.249.202.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5537, '2025-11-14 01:57:18', 'W', '31.148.165.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5538, '2025-11-14 01:57:20', 'W', '138.99.197.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5539, '2025-11-14 01:57:24', 'W', '187.230.101.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5540, '2025-11-14 01:57:28', 'W', '190.90.100.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5541, '2025-11-14 02:03:10', 'A', '47.79.196.192', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5542, '2025-11-14 02:05:46', 'W', '8.217.213.92', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5543, '2025-11-14 02:07:12', 'W', '185.24.61.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5544, '2025-11-14 02:07:14', 'W', '45.160.88.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5545, '2025-11-14 02:07:17', 'W', '8.217.214.173', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5546, '2025-11-14 02:07:25', 'W', '187.45.109.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5547, '2025-11-14 02:08:32', 'W', '8.217.213.76', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5548, '2025-11-14 02:09:17', 'A', '47.79.198.111', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5549, '2025-11-14 02:10:29', 'A', '47.79.197.35', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5550, '2025-11-14 02:12:37', 'A', '110.249.201.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5551, '2025-11-14 02:14:31', 'A', '111.225.149.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5552, '2025-11-14 02:15:31', 'W', '47.79.197.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5553, '2025-11-14 02:17:11', 'A', '110.249.202.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5554, '2025-11-14 02:19:32', 'W', '54.37.118.79', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(5555, '2025-11-14 02:19:52', 'A', '110.249.202.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5556, '2025-11-14 02:22:42', 'W', '43.173.181.120', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5557, '2025-11-14 02:24:33', 'A', '110.249.202.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5558, '2025-11-14 02:26:40', 'W', '43.173.173.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5559, '2025-11-14 02:26:56', 'W', '43.173.180.92', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5560, '2025-11-14 02:28:22', 'W', '43.173.182.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5561, '2025-11-14 02:28:59', 'A', '47.79.193.87', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5562, '2025-11-14 02:30:16', 'W', '43.173.182.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5563, '2025-11-14 02:30:23', 'W', '43.173.177.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5564, '2025-11-14 02:30:33', 'A', '47.79.215.99', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5565, '2025-11-14 02:30:34', 'W', '43.173.175.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5566, '2025-11-14 02:30:42', 'W', '43.173.175.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5567, '2025-11-14 02:33:06', 'A', '47.79.194.216', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5568, '2025-11-14 02:33:58', 'W', '52.167.144.187', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5569, '2025-11-14 02:34:15', 'W', '43.173.176.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5570, '2025-11-14 02:34:16', 'W', '43.173.176.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5571, '2025-11-14 02:34:23', 'W', '43.173.180.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5572, '2025-11-14 02:35:09', 'W', '43.173.180.249', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5573, '2025-11-14 02:40:20', 'W', '14.191.94.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(5574, '2025-11-14 02:41:26', 'A', '47.79.192.190', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5575, '2025-11-14 02:42:16', 'A', '47.79.195.16', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5576, '2025-11-14 02:42:25', 'W', '14.169.241.35', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5577, '2025-11-14 02:42:56', 'W', '14.169.81.220', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5578, '2025-11-14 02:43:42', 'W', '38.255.86.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(5579, '2025-11-14 02:46:21', 'W', '18.136.36.22', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5580, '2025-11-14 02:46:38', 'A', '111.225.148.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5581, '2025-11-14 02:49:51', 'W', '144.76.32.239', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +https://help.seranking.com/en/blex-crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5582, '2025-11-14 02:55:47', 'W', '157.55.39.8', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5583, '2025-11-14 03:01:21', 'A', '110.249.201.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5584, '2025-11-14 03:02:20', 'W', '179.43.191.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763', 'Edge', 'Windows 10'),
(5585, '2025-11-14 03:02:20', 'W', '179.43.191.98', 'Mozilla/5.0 (CentOS; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(5586, '2025-11-14 03:02:20', 'W', '179.43.191.98', 'Mozilla/5.0 (Ubuntu; Linux i686; rv:120.0) Gecko/20100101 Firefox/120.0', 'Firefox', 'Ubuntu'),
(5587, '2025-11-14 03:03:42', 'A', '47.79.207.132', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(5588, '2025-11-14 03:05:24', 'W', '207.46.13.92', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5589, '2025-11-14 03:05:45', 'W', '47.79.205.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5590, '2025-11-14 03:14:40', 'W', '52.167.144.198', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5591, '2025-11-14 03:15:24', 'W', '167.148.117.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5592, '2025-11-14 03:16:26', 'A', '110.249.201.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5593, '2025-11-14 03:17:56', 'A', '47.79.205.208', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5594, '2025-11-14 03:20:29', 'A', '111.225.149.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5595, '2025-11-14 03:21:12', 'W', '43.173.173.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5596, '2025-11-14 03:21:38', 'W', '43.173.177.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5597, '2025-11-14 03:21:41', 'W', '43.173.180.41', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5598, '2025-11-14 03:23:49', 'W', '43.173.181.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5599, '2025-11-14 03:23:52', 'W', '43.173.180.148', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5600, '2025-11-14 03:24:48', 'W', '43.173.182.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5601, '2025-11-14 03:24:52', 'W', '43.173.178.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5602, '2025-11-14 03:25:38', 'A', '47.79.205.115', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5603, '2025-11-14 03:26:07', 'W', '167.172.76.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5604, '2025-11-14 03:26:56', 'W', '13.214.244.23', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5605, '2025-11-14 03:34:07', 'A', '111.225.148.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5606, '2025-11-14 03:34:22', 'A', '47.79.216.16', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5607, '2025-11-14 03:37:31', 'A', '47.79.203.149', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5608, '2025-11-14 03:41:34', 'W', '91.186.254.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Windows 10'),
(5609, '2025-11-14 03:42:10', 'W', '8.217.211.133', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5610, '2025-11-14 03:42:21', 'W', '181.136.78.11', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 10'),
(5611, '2025-11-14 03:43:42', 'W', '8.217.213.114', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5612, '2025-11-14 03:44:21', 'W', '165.22.240.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5613, '2025-11-14 03:44:58', 'W', '8.217.214.111', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5614, '2025-11-14 03:45:29', 'W', '14.245.31.141', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(5615, '2025-11-14 04:05:56', 'A', '47.79.213.153', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5616, '2025-11-14 04:08:20', 'A', '110.249.202.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5617, '2025-11-14 04:13:58', 'A', '110.249.202.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5618, '2025-11-14 04:15:42', 'A', '110.249.202.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5619, '2025-11-14 04:17:11', 'A', '47.79.198.211', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5620, '2025-11-14 04:20:01', 'W', '218.152.33.183', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(5621, '2025-11-14 04:21:59', 'W', '217.113.194.248', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5622, '2025-11-14 04:23:17', 'W', '47.79.197.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5623, '2025-11-14 04:24:53', 'W', '52.167.144.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5624, '2025-11-14 04:32:10', 'A', '47.79.215.178', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5625, '2025-11-14 04:33:08', 'A', '110.249.202.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5626, '2025-11-14 04:34:31', 'A', '111.225.148.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5627, '2025-11-14 04:34:40', 'W', '217.113.194.227', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5628, '2025-11-14 04:36:25', 'W', '40.77.167.35', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5629, '2025-11-14 04:37:19', 'W', '47.79.192.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5630, '2025-11-14 04:37:36', 'W', '217.113.194.123', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5631, '2025-11-14 04:38:13', 'A', '47.79.215.63', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5632, '2025-11-14 04:38:43', 'W', '117.203.143.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5633, '2025-11-14 04:38:44', 'W', '190.204.144.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5634, '2025-11-14 04:38:45', 'W', '103.10.31.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5635, '2025-11-14 04:38:53', 'W', '179.125.37.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5636, '2025-11-14 04:38:57', 'A', '47.79.195.212', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5637, '2025-11-14 04:38:58', 'W', '217.113.194.122', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5638, '2025-11-14 04:40:18', 'W', '217.113.194.125', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5639, '2025-11-14 04:41:48', 'W', '160.238.27.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5640, '2025-11-14 04:41:48', 'W', '177.137.0.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(5641, '2025-11-14 04:41:48', 'W', '201.131.30.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5642, '2025-11-14 04:41:56', 'W', '143.244.148.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5643, '2025-11-14 04:41:58', 'W', '39.45.5.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5644, '2025-11-14 04:42:14', 'W', '47.128.123.196', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5645, '2025-11-14 04:42:53', 'W', '217.113.194.126', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5646, '2025-11-14 04:44:18', 'W', '84.54.120.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'Chrome', 'Windows 7'),
(5647, '2025-11-14 04:48:00', 'W', '217.113.194.124', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5648, '2025-11-14 04:52:01', 'W', '217.113.194.130', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5649, '2025-11-14 04:52:50', 'W', '143.20.81.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5650, '2025-11-14 04:54:36', 'W', '154.54.249.205', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5651, '2025-11-14 04:55:48', 'W', '217.113.194.128', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5652, '2025-11-14 04:56:22', 'W', '8.217.188.201', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5653, '2025-11-14 04:57:32', 'W', '146.174.170.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.32 Safari/535.1', 'Chrome', 'Mac OS X'),
(5654, '2025-11-14 05:02:31', 'W', '43.173.178.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5655, '2025-11-14 05:03:50', 'W', '217.113.194.131', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5656, '2025-11-14 05:04:27', 'A', '110.249.202.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5657, '2025-11-14 05:06:06', 'W', '43.173.182.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5658, '2025-11-14 05:06:36', 'W', '157.55.39.194', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5659, '2025-11-14 05:06:40', 'W', '47.128.34.88', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5660, '2025-11-14 05:07:07', 'W', '43.173.176.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5661, '2025-11-14 05:07:11', 'W', '43.173.177.231', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5662, '2025-11-14 05:07:22', 'A', '47.79.201.91', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5663, '2025-11-14 05:07:49', 'W', '43.173.181.135', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5664, '2025-11-14 05:07:54', 'W', '43.173.179.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5665, '2025-11-14 05:08:46', 'W', '43.173.176.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5666, '2025-11-14 05:09:33', 'W', '8.217.208.126', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5667, '2025-11-14 05:10:53', 'W', '8.217.212.190', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5668, '2025-11-14 05:11:32', 'W', '217.113.194.228', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5669, '2025-11-14 05:12:51', 'W', '152.42.227.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(5670, '2025-11-14 05:12:51', 'W', '152.42.252.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(5671, '2025-11-14 05:12:51', 'W', '159.223.69.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(5672, '2025-11-14 05:13:49', 'W', '217.113.194.129', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5673, '2025-11-14 05:16:15', 'W', '217.113.194.127', 'Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5674, '2025-11-14 05:17:25', 'W', '8.217.213.220', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5675, '2025-11-14 05:18:25', 'W', '178.128.209.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5676, '2025-11-14 05:19:08', 'W', '47.79.201.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5677, '2025-11-14 05:20:18', 'A', '111.225.148.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5678, '2025-11-14 05:25:33', 'A', '110.249.202.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5679, '2025-11-14 05:27:50', 'A', '110.249.201.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5680, '2025-11-14 05:28:40', 'A', '110.249.202.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5681, '2025-11-14 05:31:34', 'W', '45.181.86.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5682, '2025-11-14 05:31:34', 'W', '177.155.74.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5683, '2025-11-14 05:31:39', 'W', '176.29.161.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5684, '2025-11-14 05:31:42', 'W', '103.120.168.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5685, '2025-11-14 05:34:39', 'W', '47.79.201.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5686, '2025-11-14 05:37:08', 'W', '43.173.182.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5687, '2025-11-14 05:37:13', 'W', '43.173.176.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5688, '2025-11-14 05:37:17', 'W', '43.173.182.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5689, '2025-11-14 05:37:34', 'W', '177.183.213.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5690, '2025-11-14 05:37:34', 'W', '167.71.27.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5691, '2025-11-14 05:38:01', 'W', '52.167.144.192', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5692, '2025-11-14 05:41:10', 'W', '45.189.57.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(5693, '2025-11-14 05:41:10', 'W', '102.135.170.158', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.5 Safari/537.36', 'Chrome', 'Windows 7'),
(5694, '2025-11-14 05:42:14', 'W', '45.231.201.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(5695, '2025-11-14 05:43:03', 'W', '89.249.208.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(5696, '2025-11-14 05:43:31', 'W', '43.173.181.15', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5697, '2025-11-14 05:43:36', 'W', '43.173.175.113', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5698, '2025-11-14 05:43:53', 'W', '106.219.227.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Mac OS X'),
(5699, '2025-11-14 05:44:23', 'W', '41.242.160.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 10'),
(5700, '2025-11-14 05:45:16', 'W', '138.0.109.243', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5701, '2025-11-14 05:45:43', 'W', '102.141.146.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5702, '2025-11-14 05:45:49', 'W', '177.39.126.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5703, '2025-11-14 05:46:02', 'W', '186.155.16.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5704, '2025-11-14 05:46:13', 'W', '5.31.161.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5705, '2025-11-14 05:49:49', 'A', '110.249.202.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5706, '2025-11-14 05:51:13', 'A', '110.249.201.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5707, '2025-11-14 05:54:19', 'A', '110.249.202.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5708, '2025-11-14 05:58:50', 'A', '110.249.202.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5709, '2025-11-14 06:02:09', 'A', '110.249.202.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5710, '2025-11-14 06:06:51', 'A', '47.79.198.59', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5711, '2025-11-14 06:11:04', 'A', '110.249.201.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5712, '2025-11-14 06:16:56', 'W', '47.79.196.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5713, '2025-11-14 06:17:32', 'A', '110.249.201.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5714, '2025-11-14 06:18:34', 'A', '47.79.197.216', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5715, '2025-11-14 06:18:54', 'W', '207.46.13.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5716, '2025-11-14 06:19:22', 'A', '110.249.201.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5717, '2025-11-14 06:23:32', 'A', '110.249.201.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5718, '2025-11-14 06:24:31', 'A', '110.249.201.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5719, '2025-11-14 06:25:54', 'A', '110.249.202.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5720, '2025-11-14 06:27:18', 'W', '47.128.32.189', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5721, '2025-11-14 06:27:25', 'W', '40.77.167.3', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5722, '2025-11-14 06:27:43', 'A', '47.79.197.252', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5723, '2025-11-14 06:31:47', 'A', '110.249.202.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5724, '2025-11-14 06:36:25', 'A', '47.79.215.35', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5725, '2025-11-14 06:36:27', 'W', '47.79.194.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(5726, '2025-11-14 06:37:46', 'A', '110.249.202.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5727, '2025-11-14 06:40:37', 'A', '110.249.202.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5728, '2025-11-14 06:41:18', 'W', '138.118.160.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.101.4951.54 Safari/537.36', 'Chrome', 'Windows 10'),
(5729, '2025-11-14 06:42:02', 'W', '201.216.83.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(5730, '2025-11-14 06:42:58', 'W', '200.215.175.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(5731, '2025-11-14 06:45:20', 'W', '176.29.78.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.63 Safari/537.36', 'Chrome', 'Windows 10'),
(5732, '2025-11-14 06:45:45', 'W', '45.188.69.220', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'Chrome', 'Mac OS X'),
(5733, '2025-11-14 07:02:19', 'W', '186.208.236.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5734, '2025-11-14 07:02:20', 'W', '37.239.221.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5735, '2025-11-14 07:02:24', 'W', '179.38.33.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5736, '2025-11-14 07:02:34', 'W', '186.183.101.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5737, '2025-11-14 07:15:31', 'W', '8.217.189.198', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5738, '2025-11-14 07:16:04', 'A', '110.249.202.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5739, '2025-11-14 07:17:38', 'A', '47.79.205.129', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5740, '2025-11-14 07:24:20', 'W', '152.42.195.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(5741, '2025-11-14 07:25:11', 'A', '47.79.205.89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5742, '2025-11-14 07:26:04', 'A', '47.79.205.35', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5743, '2025-11-14 07:32:46', 'W', '52.167.144.204', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5744, '2025-11-14 07:36:08', 'A', '110.249.202.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5745, '2025-11-14 07:36:11', 'A', '47.79.218.46', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5746, '2025-11-14 07:36:51', 'W', '51.75.119.154', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5747, '2025-11-14 07:38:27', 'W', '115.236.116.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5748, '2025-11-14 07:40:52', 'W', '179.60.66.54', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(5749, '2025-11-14 07:42:32', 'A', '47.79.218.147', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5750, '2025-11-14 07:44:07', 'W', '180.244.197.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4558.0 Safari/537.36', 'Chrome', 'Windows 7'),
(5751, '2025-11-14 07:44:22', 'W', '38.7.171.17', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36', 'Chrome', 'Windows XP'),
(5752, '2025-11-14 07:46:50', 'A', '111.225.148.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5753, '2025-11-14 07:47:16', 'W', '51.75.236.153', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(5754, '2025-11-14 07:47:27', 'W', '37.59.204.147', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(5755, '2025-11-14 07:51:54', 'W', '8.217.206.103', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5756, '2025-11-14 07:59:45', 'W', '43.173.179.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5757, '2025-11-14 07:59:48', 'W', '43.173.175.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5758, '2025-11-14 08:00:10', 'W', '47.128.49.16', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5759, '2025-11-14 08:00:31', 'W', '43.173.179.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5760, '2025-11-14 08:00:35', 'W', '43.173.182.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5761, '2025-11-14 08:01:10', 'W', '8.217.214.197', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5762, '2025-11-14 08:02:15', 'W', '43.173.178.45', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5763, '2025-11-14 08:02:55', 'W', '13.215.168.159', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5764, '2025-11-14 08:02:59', 'W', '8.217.191.109', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5765, '2025-11-14 08:03:12', 'W', '43.173.182.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5766, '2025-11-14 08:05:49', 'A', '47.79.196.253', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5767, '2025-11-14 08:06:26', 'A', '110.249.201.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5768, '2025-11-14 08:07:39', 'W', '43.173.174.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(5769, '2025-11-14 08:08:29', 'W', '47.79.199.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5770, '2025-11-14 08:09:56', 'W', '35.168.238.50', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5771, '2025-11-14 08:12:02', 'A', '47.79.197.237', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5772, '2025-11-14 08:12:28', 'W', '47.128.44.120', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5773, '2025-11-14 08:25:14', 'W', '43.135.134.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5774, '2025-11-14 08:26:12', 'W', '147.182.134.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5775, '2025-11-14 08:26:13', 'W', '45.237.250.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5776, '2025-11-14 08:26:17', 'W', '103.10.195.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5777, '2025-11-14 08:26:21', 'W', '38.196.177.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5778, '2025-11-14 08:28:16', 'A', '47.79.192.78', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5779, '2025-11-14 08:29:10', 'A', '110.249.202.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5780, '2025-11-14 08:30:19', 'A', '110.249.201.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5781, '2025-11-14 08:31:43', 'W', '43.173.175.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5782, '2025-11-14 08:34:26', 'W', '47.79.215.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5783, '2025-11-14 08:34:34', 'A', '47.79.192.122', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5784, '2025-11-14 08:34:39', 'W', '157.55.39.13', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5785, '2025-11-14 08:34:54', 'W', '43.173.173.166', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5786, '2025-11-14 08:37:20', 'W', '43.173.178.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5787, '2025-11-14 08:38:44', 'A', '110.249.201.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5788, '2025-11-14 08:41:00', 'W', '154.73.216.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(5789, '2025-11-14 08:41:45', 'W', '77.85.151.119', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(5790, '2025-11-14 08:42:40', 'W', '113.184.178.116', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(5791, '2025-11-14 08:44:20', 'W', '85.154.145.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(5792, '2025-11-14 08:45:23', 'W', '89.23.123.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5793, '2025-11-14 08:45:43', 'W', '149.62.205.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5794, '2025-11-14 08:45:51', 'W', '105.163.1.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5795, '2025-11-14 08:45:52', 'W', '103.181.40.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5796, '2025-11-14 08:45:53', 'W', '187.180.191.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5797, '2025-11-14 08:45:59', 'W', '103.135.89.223', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.92 Safari/537.36', 'Chrome', 'Windows 10'),
(5798, '2025-11-14 08:46:15', 'W', '185.75.224.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 10'),
(5799, '2025-11-14 08:48:04', 'W', '43.173.179.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5800, '2025-11-14 08:48:22', 'W', '43.173.179.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5801, '2025-11-14 08:49:54', 'W', '43.173.182.245', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5802, '2025-11-14 08:56:37', 'A', '110.249.202.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5803, '2025-11-14 08:59:31', 'W', '207.46.13.154', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5804, '2025-11-14 08:59:54', 'W', '13.228.118.185', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5805, '2025-11-14 09:02:12', 'A', '47.79.198.236', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5806, '2025-11-14 09:02:38', 'A', '111.225.148.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5807, '2025-11-14 09:04:33', 'W', '43.173.176.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5808, '2025-11-14 09:06:15', 'W', '43.173.181.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5809, '2025-11-14 09:07:17', 'W', '43.173.175.240', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5810, '2025-11-14 09:09:09', 'W', '43.166.174.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5811, '2025-11-14 09:09:10', 'W', '43.173.175.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5812, '2025-11-14 09:13:21', 'W', '43.173.179.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5813, '2025-11-14 09:14:07', 'W', '45.148.10.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'Firefox', 'Windows 7'),
(5814, '2025-11-14 09:14:56', 'W', '43.173.182.131', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5815, '2025-11-14 09:19:20', 'W', '43.173.182.127', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5816, '2025-11-14 09:29:02', 'W', '43.173.180.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5817, '2025-11-14 09:35:15', 'W', '160.176.128.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5818, '2025-11-14 09:35:21', 'W', '192.241.144.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5819, '2025-11-14 09:35:24', 'W', '190.140.114.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5820, '2025-11-14 09:35:28', 'W', '190.8.164.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5821, '2025-11-14 09:36:23', 'A', '47.79.194.230', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5822, '2025-11-14 09:36:38', 'W', '51.83.7.81', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5823, '2025-11-14 09:36:48', 'W', '47.79.194.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5824, '2025-11-14 09:37:25', 'A', '47.79.194.130', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5825, '2025-11-14 09:40:28', 'W', '109.107.253.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(5826, '2025-11-14 09:40:57', 'W', '123.22.29.16', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5827, '2025-11-14 09:41:02', 'A', '111.225.148.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5828, '2025-11-14 09:42:47', 'W', '179.33.51.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(5829, '2025-11-14 09:42:52', 'W', '14.191.122.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Mac OS X'),
(5830, '2025-11-14 09:43:19', 'W', '140.213.190.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(5831, '2025-11-14 09:44:38', 'W', '168.205.39.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(5832, '2025-11-14 09:53:06', 'A', '110.249.202.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5833, '2025-11-14 09:57:15', 'W', '213.199.39.78', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(5834, '2025-11-14 10:03:21', 'A', '47.79.201.179', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5835, '2025-11-14 10:04:52', 'A', '47.79.201.85', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5836, '2025-11-14 10:08:09', 'W', '43.173.173.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5837, '2025-11-14 10:12:07', 'A', '47.79.200.142', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5838, '2025-11-14 10:12:40', 'W', '43.173.179.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5839, '2025-11-14 10:16:57', 'W', '52.167.144.219', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5840, '2025-11-14 10:24:49', 'A', '8.219.214.204', 'Mozilla/5.0 (Linux; Android 11; RMX3581 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.163 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5841, '2025-11-14 10:25:33', 'W', '47.79.218.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5842, '2025-11-14 10:29:00', 'W', '51.68.247.217', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(5843, '2025-11-14 10:30:01', 'W', '8.217.189.110', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5844, '2025-11-14 10:30:27', 'W', '43.173.177.127', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5845, '2025-11-14 10:30:30', 'W', '43.173.182.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5846, '2025-11-14 10:36:00', 'W', '52.167.144.238', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5847, '2025-11-14 10:39:56', 'W', '47.79.218.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5848, '2025-11-14 10:40:45', 'W', '14.233.167.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(5849, '2025-11-14 10:40:58', 'W', '181.127.194.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5163.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(5850, '2025-11-14 10:42:21', 'W', '103.244.92.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36', 'Chrome', 'Windows 10'),
(5851, '2025-11-14 10:42:25', 'W', '72.27.9.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(5852, '2025-11-14 10:42:54', 'W', '43.173.178.148', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5853, '2025-11-14 10:42:59', 'W', '14.187.78.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(5854, '2025-11-14 10:44:18', 'W', '189.203.149.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(5855, '2025-11-14 10:44:29', 'W', '14.169.33.131', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1'),
(5856, '2025-11-14 10:44:30', 'W', '8.217.208.219', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5857, '2025-11-14 10:45:12', 'W', '160.250.8.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(5858, '2025-11-14 10:45:14', 'W', '45.176.139.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(5859, '2025-11-14 10:46:02', 'W', '37.48.176.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(5860, '2025-11-14 10:54:03', 'W', '43.173.182.102', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5861, '2025-11-14 11:01:46', 'W', '54.255.157.237', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5862, '2025-11-14 11:03:49', 'W', '47.79.197.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5863, '2025-11-14 11:08:31', 'W', '43.173.178.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5864, '2025-11-14 11:16:31', 'A', '111.225.148.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5865, '2025-11-14 11:21:24', 'W', '47.79.215.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(5866, '2025-11-14 11:21:26', 'W', '47.79.215.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5867, '2025-11-14 11:22:21', 'A', '110.249.201.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5868, '2025-11-14 11:22:49', 'W', '43.173.180.239', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5869, '2025-11-14 11:22:56', 'W', '43.173.181.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5870, '2025-11-14 11:23:07', 'W', '47.79.214.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5871, '2025-11-14 11:23:44', 'A', '110.249.201.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5872, '2025-11-14 11:24:36', 'W', '8.217.182.92', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(5873, '2025-11-14 11:26:21', 'W', '201.223.193.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5874, '2025-11-14 11:26:26', 'W', '109.107.231.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5875, '2025-11-14 11:26:27', 'W', '212.253.201.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5876, '2025-11-14 11:26:28', 'W', '45.218.159.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5877, '2025-11-14 11:27:11', 'W', '43.173.174.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5878, '2025-11-14 11:27:19', 'W', '43.173.179.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5879, '2025-11-14 11:29:01', 'A', '110.249.201.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5880, '2025-11-14 11:33:45', 'A', '111.225.148.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5881, '2025-11-14 11:35:12', 'W', '18.142.233.159', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(5882, '2025-11-14 11:37:25', 'W', '120.29.91.54', 'Mozilla/5.0 (Windows 95; gv-GB; rv:1.9.2.20) Gecko/3007-01-08 21:20:23.691654 Firefox/3.6.12', 'Firefox', 'Unknown OS Platform'),
(5883, '2025-11-14 11:40:07', 'A', '110.249.201.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5884, '2025-11-14 11:41:58', 'A', '111.225.149.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5885, '2025-11-14 11:42:09', 'A', '110.249.202.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5886, '2025-11-14 11:42:10', 'A', '111.225.148.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5887, '2025-11-14 11:43:30', 'W', '114.10.45.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(5888, '2025-11-14 11:43:32', 'W', '190.108.123.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(5889, '2025-11-14 11:43:37', 'W', '14.255.187.103', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(5890, '2025-11-14 11:44:07', 'W', '14.228.115.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5891, '2025-11-14 11:44:11', 'A', '110.249.202.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5892, '2025-11-14 11:44:12', 'W', '41.69.43.198', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(5893, '2025-11-14 11:44:12', 'W', '178.135.19.223', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.92 Safari/537.36', 'Chrome', 'Windows 10'),
(5894, '2025-11-14 11:44:41', 'W', '43.130.76.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5895, '2025-11-14 11:44:41', 'W', '43.173.187.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5896, '2025-11-14 11:44:42', 'W', '111.206.96.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5897, '2025-11-14 11:44:42', 'W', '117.135.136.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5898, '2025-11-14 11:44:42', 'W', '14.116.236.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5899, '2025-11-14 11:45:57', 'W', '43.173.173.51', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5900, '2025-11-14 11:46:11', 'W', '187.62.239.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'Chrome', 'Mac OS X'),
(5901, '2025-11-14 11:46:26', 'W', '168.121.192.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36', 'Chrome', 'Mac OS X'),
(5902, '2025-11-14 11:47:54', 'A', '110.249.201.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5903, '2025-11-14 11:50:52', 'A', '111.225.149.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5904, '2025-11-14 11:51:14', 'A', '110.249.202.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5905, '2025-11-14 11:51:25', 'A', '111.225.148.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5906, '2025-11-14 11:53:33', 'A', '110.249.201.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5907, '2025-11-14 11:55:29', 'A', '110.249.202.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5908, '2025-11-14 11:57:55', 'A', '110.249.201.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5909, '2025-11-14 11:58:18', 'W', '5.196.78.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(5910, '2025-11-14 12:00:18', 'A', '110.249.201.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5911, '2025-11-14 12:00:46', 'A', '110.249.201.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5912, '2025-11-14 12:00:57', 'A', '110.249.201.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5913, '2025-11-14 12:06:28', 'A', '110.249.202.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5914, '2025-11-14 12:06:44', 'A', '110.249.202.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5915, '2025-11-14 12:07:41', 'W', '52.167.144.217', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5916, '2025-11-14 12:08:57', 'A', '110.249.201.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5917, '2025-11-14 12:10:49', 'W', '47.79.205.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0', 'Chrome', 'Windows 10'),
(5918, '2025-11-14 12:15:28', 'W', '43.173.181.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5919, '2025-11-14 12:15:38', 'W', '212.34.11.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5920, '2025-11-14 12:15:48', 'W', '161.35.124.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5921, '2025-11-14 12:15:52', 'W', '102.0.24.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5922, '2025-11-14 12:15:59', 'W', '37.238.196.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5923, '2025-11-14 12:20:10', 'A', '111.225.148.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5924, '2025-11-14 12:24:39', 'W', '207.46.13.127', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5925, '2025-11-14 12:25:11', 'W', '170.106.143.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5926, '2025-11-14 12:25:44', 'W', '43.173.178.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5927, '2025-11-14 12:27:18', 'W', '104.36.21.59', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(5928, '2025-11-14 12:29:08', 'W', '47.79.202.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5929, '2025-11-14 12:30:40', 'W', '41.214.3.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5930, '2025-11-14 12:30:46', 'W', '103.127.5.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5931, '2025-11-14 12:30:49', 'W', '91.220.41.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5932, '2025-11-14 12:30:51', 'W', '177.92.167.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5933, '2025-11-14 12:33:29', 'A', '110.249.202.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5934, '2025-11-14 12:34:29', 'W', '43.173.181.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5935, '2025-11-14 12:36:15', 'W', '157.55.39.193', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(5936, '2025-11-14 12:36:19', 'W', '43.173.176.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5937, '2025-11-14 12:36:47', 'A', '47.79.216.44', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5938, '2025-11-14 12:37:06', 'A', '111.225.148.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5939, '2025-11-14 12:37:34', 'A', '111.225.148.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5940, '2025-11-14 12:38:33', 'A', '47.79.202.225', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5941, '2025-11-14 12:39:41', 'A', '110.249.201.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5942, '2025-11-14 12:40:10', 'A', '110.249.202.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5943, '2025-11-14 12:40:57', 'W', '205.210.31.197', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(5944, '2025-11-14 12:41:28', 'A', '110.249.201.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5945, '2025-11-14 12:41:42', 'W', '39.194.5.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(5946, '2025-11-14 12:42:58', 'W', '181.233.109.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(5947, '2025-11-14 12:42:58', 'A', '110.249.202.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5948, '2025-11-14 12:43:34', 'W', '103.16.250.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(5949, '2025-11-14 12:45:00', 'W', '190.92.107.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(5950, '2025-11-14 12:45:01', 'W', '45.179.70.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(5951, '2025-11-14 12:45:07', 'A', '110.249.201.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5952, '2025-11-14 12:45:28', 'A', '110.249.202.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5953, '2025-11-14 12:45:43', 'W', '43.173.173.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5954, '2025-11-14 12:45:49', 'W', '82.194.35.229', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.60 Safari/537.17', 'Chrome', 'Windows 7'),
(5955, '2025-11-14 12:46:41', 'W', '43.173.177.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5956, '2025-11-14 12:46:44', 'W', '45.165.44.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(5957, '2025-11-14 12:48:05', 'A', '110.249.201.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5958, '2025-11-14 12:49:32', 'W', '43.173.179.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5959, '2025-11-14 12:51:37', 'W', '82.215.104.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5960, '2025-11-14 12:51:45', 'W', '103.31.11.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5961, '2025-11-14 12:51:48', 'W', '167.60.247.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5962, '2025-11-14 12:51:55', 'W', '143.0.229.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5963, '2025-11-14 12:58:23', 'A', '110.249.202.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5964, '2025-11-14 12:59:27', 'W', '43.173.177.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5965, '2025-11-14 13:00:25', 'A', '110.249.201.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5966, '2025-11-14 13:01:10', 'A', '110.249.202.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5967, '2025-11-14 13:01:27', 'A', '110.249.201.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5968, '2025-11-14 13:01:51', 'W', '103.89.26.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5969, '2025-11-14 13:02:00', 'W', '190.131.137.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5970, '2025-11-14 13:02:01', 'W', '169.224.110.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5971, '2025-11-14 13:02:03', 'W', '85.154.86.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5972, '2025-11-14 13:03:39', 'W', '147.135.212.200', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(5973, '2025-11-14 13:04:07', 'W', '46.11.113.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5974, '2025-11-14 13:04:16', 'W', '186.130.152.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5975, '2025-11-14 13:04:21', 'W', '201.131.238.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5976, '2025-11-14 13:04:28', 'W', '110.137.100.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5977, '2025-11-14 13:07:37', 'W', '197.95.36.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5978, '2025-11-14 13:07:40', 'W', '167.71.27.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5979, '2025-11-14 13:07:46', 'W', '188.53.111.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5980, '2025-11-14 13:07:55', 'W', '181.115.132.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5981, '2025-11-14 13:07:57', 'A', '111.225.148.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5982, '2025-11-14 13:08:14', 'A', '110.249.201.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5983, '2025-11-14 13:09:24', 'A', '47.79.213.146', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5984, '2025-11-14 13:09:39', 'W', '47.79.197.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5985, '2025-11-14 13:16:01', 'A', '111.225.148.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5986, '2025-11-14 13:16:26', 'A', '110.249.202.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5987, '2025-11-14 13:17:16', 'W', '43.173.176.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5988, '2025-11-14 13:18:14', 'A', '110.249.202.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5989, '2025-11-14 13:20:02', 'A', '110.249.201.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5990, '2025-11-14 13:20:46', 'A', '110.249.201.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5991, '2025-11-14 13:22:43', 'A', '110.249.201.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5992, '2025-11-14 13:26:00', 'A', '47.79.215.18', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(5993, '2025-11-14 13:26:30', 'A', '111.225.148.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5994, '2025-11-14 13:30:53', 'A', '110.249.201.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5995, '2025-11-14 13:34:03', 'A', '110.249.201.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(5996, '2025-11-14 13:35:22', 'W', '43.173.179.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5997, '2025-11-14 13:38:15', 'W', '43.173.173.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(5998, '2025-11-14 13:40:28', 'W', '47.79.206.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(5999, '2025-11-14 13:42:43', 'W', '85.117.117.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(6000, '2025-11-14 13:45:14', 'W', '200.176.15.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(6001, '2025-11-14 13:46:34', 'W', '190.101.88.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(6002, '2025-11-14 13:46:35', 'W', '186.136.89.56', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(6003, '2025-11-14 13:50:02', 'W', '43.173.174.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6004, '2025-11-14 13:53:21', 'W', '52.167.144.227', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6005, '2025-11-14 13:53:49', 'A', '110.249.201.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6006, '2025-11-14 13:56:42', 'W', '43.173.179.49', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6007, '2025-11-14 13:57:24', 'A', '110.249.201.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6008, '2025-11-14 13:58:05', 'A', '110.249.202.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6009, '2025-11-14 14:00:06', 'W', '43.173.180.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6010, '2025-11-14 14:00:32', 'W', '4.196.118.123', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6011, '2025-11-14 14:01:37', 'W', '74.7.229.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(6012, '2025-11-14 14:02:09', 'A', '110.249.201.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(6013, '2025-11-14 14:07:33', 'A', '111.225.148.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6014, '2025-11-14 14:10:37', 'A', '110.249.201.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6015, '2025-11-14 14:12:39', 'A', '111.225.149.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6016, '2025-11-14 14:13:01', 'A', '111.225.148.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6017, '2025-11-14 14:13:07', 'A', '110.249.202.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6018, '2025-11-14 14:13:31', 'A', '110.249.201.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6019, '2025-11-14 14:13:41', 'W', '8.217.139.32', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6020, '2025-11-14 14:15:59', 'A', '110.249.202.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6021, '2025-11-14 14:16:19', 'W', '47.79.202.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6022, '2025-11-14 14:16:41', 'W', '51.77.216.212', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6023, '2025-11-14 14:17:29', 'A', '47.79.205.73', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6024, '2025-11-14 14:24:35', 'A', '111.225.149.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6025, '2025-11-14 14:26:54', 'W', '52.167.144.23', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6026, '2025-11-14 14:27:44', 'W', '154.26.136.104', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.544.0 Safari/534.10', 'Chrome', 'Linux'),
(6027, '2025-11-14 14:29:20', 'W', '47.79.203.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6028, '2025-11-14 14:37:28', 'W', '8.217.213.68', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6029, '2025-11-14 14:40:20', 'W', '177.86.49.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6030, '2025-11-14 14:41:28', 'A', '110.249.202.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6031, '2025-11-14 14:42:35', 'A', '47.79.217.14', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6032, '2025-11-14 14:44:21', 'W', '43.173.182.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6033, '2025-11-14 14:44:48', 'A', '111.225.148.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6034, '2025-11-14 14:45:13', 'W', '43.173.173.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6035, '2025-11-14 14:45:31', 'W', '123.17.145.248', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Windows 10'),
(6036, '2025-11-14 14:45:56', 'A', '110.249.202.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6037, '2025-11-14 14:46:13', 'W', '102.185.151.230', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(6038, '2025-11-14 14:47:21', 'W', '140.213.190.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(6039, '2025-11-14 14:48:03', 'A', '111.225.148.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6040, '2025-11-14 14:49:37', 'A', '110.249.202.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6041, '2025-11-14 14:51:34', 'W', '43.173.173.184', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6042, '2025-11-14 14:55:43', 'A', '110.249.202.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6043, '2025-11-14 14:59:03', 'A', '111.225.148.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6044, '2025-11-14 15:02:47', 'A', '110.249.201.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6045, '2025-11-14 15:02:57', 'A', '111.225.149.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6046, '2025-11-14 15:04:01', 'A', '47.79.219.78', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6047, '2025-11-14 15:04:02', 'A', '110.249.201.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6048, '2025-11-14 15:07:03', 'W', '185.191.171.6', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6049, '2025-11-14 15:07:13', 'A', '110.249.202.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6050, '2025-11-14 15:12:11', 'A', '47.79.196.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6051, '2025-11-14 15:15:59', 'A', '111.225.148.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6052, '2025-11-14 15:20:46', 'A', '111.225.148.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6053, '2025-11-14 15:24:11', 'W', '43.173.175.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6054, '2025-11-14 15:25:55', 'W', '43.173.173.32', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6055, '2025-11-14 15:26:45', 'W', '40.84.221.216', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6056, '2025-11-14 15:26:58', 'A', '47.79.193.222', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6057, '2025-11-14 15:29:17', 'A', '110.249.201.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6058, '2025-11-14 15:30:57', 'A', '47.79.195.179', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6059, '2025-11-14 15:32:03', 'W', '47.79.213.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0', 'Chrome', 'Windows 10'),
(6060, '2025-11-14 15:32:05', 'W', '202.76.179.186', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.810.0 Safari/535.1', 'Chrome', 'Windows XP'),
(6061, '2025-11-14 15:32:49', 'A', '47.79.214.5', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6062, '2025-11-14 15:33:47', 'A', '111.225.149.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6063, '2025-11-14 15:34:10', 'A', '111.225.148.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6064, '2025-11-14 15:35:16', 'W', '40.77.167.4', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6065, '2025-11-14 15:39:15', 'W', '85.208.96.204', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6066, '2025-11-14 15:40:26', 'W', '85.154.6.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6067, '2025-11-14 15:40:28', 'W', '197.31.241.181', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6068, '2025-11-14 15:41:21', 'A', '110.249.202.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6069, '2025-11-14 15:41:31', 'A', '111.225.148.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6070, '2025-11-14 15:43:59', 'W', '43.173.178.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6071, '2025-11-14 15:44:30', 'W', '170.246.69.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(6072, '2025-11-14 15:44:32', 'W', '113.166.85.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(6073, '2025-11-14 15:46:24', 'A', '110.249.202.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6074, '2025-11-14 15:46:27', 'W', '52.167.144.218', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6075, '2025-11-14 15:46:34', 'W', '191.235.66.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6076, '2025-11-14 15:47:01', 'W', '43.173.180.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6077, '2025-11-14 15:52:12', 'A', '110.249.202.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6078, '2025-11-14 15:52:18', 'A', '110.249.201.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6079, '2025-11-14 15:52:46', 'A', '110.249.201.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6080, '2025-11-14 15:53:02', 'W', '91.184.74.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Mac OS X'),
(6081, '2025-11-14 15:53:36', 'W', '51.77.216.62', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6082, '2025-11-14 15:55:53', 'A', '111.225.149.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6083, '2025-11-14 15:56:54', 'A', '110.249.201.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6084, '2025-11-14 15:57:55', 'A', '110.249.202.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6085, '2025-11-14 16:01:19', 'W', '185.191.171.4', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6086, '2025-11-14 16:07:33', 'A', '111.225.148.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6087, '2025-11-14 16:09:46', 'A', '111.225.148.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6088, '2025-11-14 16:13:08', 'A', '111.225.149.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6089, '2025-11-14 16:15:05', 'W', '85.208.96.205', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6090, '2025-11-14 16:18:37', 'W', '43.173.180.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6091, '2025-11-14 16:22:50', 'A', '110.249.201.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6092, '2025-11-14 16:23:53', 'W', '43.173.177.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6093, '2025-11-14 16:33:22', 'A', '111.225.148.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6094, '2025-11-14 16:47:06', 'A', '110.249.202.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6095, '2025-11-14 16:49:02', 'W', '38.25.162.137', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(6096, '2025-11-14 16:51:50', 'W', '43.173.175.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6097, '2025-11-14 16:54:11', 'A', '110.249.201.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6098, '2025-11-14 16:54:46', 'W', '146.174.179.113', 'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10', 'Chrome', 'Windows Server 2003/XP x64'),
(6099, '2025-11-14 16:57:09', 'W', '43.173.180.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6100, '2025-11-14 16:57:19', 'A', '111.225.148.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6101, '2025-11-14 17:03:04', 'A', '111.225.149.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6102, '2025-11-14 17:04:51', 'W', '51.222.154.197', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6103, '2025-11-14 17:05:39', 'W', '137.135.191.34', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6104, '2025-11-14 17:05:42', 'W', '43.173.178.245', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6105, '2025-11-14 17:05:55', 'W', '43.173.178.133', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6106, '2025-11-14 17:08:53', 'A', '110.249.201.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6107, '2025-11-14 17:09:42', 'W', '43.173.180.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6108, '2025-11-14 17:10:49', 'A', '110.249.202.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6109, '2025-11-14 17:13:01', 'A', '110.249.202.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6110, '2025-11-14 17:16:16', 'A', '110.249.202.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6111, '2025-11-14 17:21:43', 'W', '216.73.216.25', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6112, '2025-11-14 17:23:53', 'W', '187.55.118.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6113, '2025-11-14 17:23:57', 'W', '45.180.198.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6114, '2025-11-14 17:24:02', 'W', '95.7.10.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6115, '2025-11-14 17:24:06', 'W', '187.19.98.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6116, '2025-11-14 17:26:01', 'A', '111.225.149.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6117, '2025-11-14 17:26:03', 'W', '43.173.175.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6118, '2025-11-14 17:27:08', 'W', '43.173.178.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6119, '2025-11-14 17:27:51', 'W', '43.173.177.208', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6120, '2025-11-14 17:29:32', 'W', '8.217.211.42', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6121, '2025-11-14 17:30:12', 'W', '185.191.171.16', 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6122, '2025-11-14 17:34:28', 'W', '52.167.144.146', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6123, '2025-11-14 17:35:52', 'A', '111.225.149.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6124, '2025-11-14 17:36:14', 'A', '111.225.149.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6125, '2025-11-14 17:41:22', 'W', '43.173.179.40', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6126, '2025-11-14 17:43:31', 'W', '196.189.185.219', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.92 Safari/537.36', 'Chrome', 'Windows 10'),
(6127, '2025-11-14 17:44:49', 'W', '145.224.94.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6128, '2025-11-14 17:45:02', 'W', '52.167.144.141', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6129, '2025-11-14 17:47:47', 'W', '102.249.32.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(6130, '2025-11-14 17:47:54', 'W', '185.146.136.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(6131, '2025-11-14 17:49:09', 'W', '146.174.187.8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24', 'Chrome', 'Linux'),
(6132, '2025-11-14 17:49:37', 'W', '43.173.175.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6133, '2025-11-14 17:50:26', 'W', '3.222.165.167', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(6134, '2025-11-14 17:50:26', 'W', '3.222.165.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246', 'Edge', 'Windows 10'),
(6135, '2025-11-14 17:50:26', 'W', '3.222.165.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.0 Safari/537.36 Edg/83.0.470.0', 'Chrome', 'Windows 10'),
(6136, '2025-11-14 17:50:26', 'W', '3.222.165.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6137, '2025-11-14 17:50:50', 'W', '43.173.181.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6138, '2025-11-14 17:51:14', 'W', '14.184.35.250', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(6139, '2025-11-14 17:52:45', 'A', '111.225.148.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6140, '2025-11-14 17:53:04', 'W', '14.231.108.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(6141, '2025-11-14 17:54:47', 'A', '110.249.201.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6142, '2025-11-14 17:55:18', 'A', '111.225.149.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6143, '2025-11-14 17:55:29', 'A', '111.225.149.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6144, '2025-11-14 17:57:56', 'A', '110.249.201.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6145, '2025-11-14 18:02:18', 'A', '111.225.148.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6146, '2025-11-14 18:05:13', 'A', '110.249.202.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6147, '2025-11-14 18:05:19', 'A', '110.249.201.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6148, '2025-11-14 18:06:24', 'A', '111.225.148.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6149, '2025-11-14 18:08:08', 'A', '110.249.201.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6150, '2025-11-14 18:12:15', 'W', '40.77.167.235', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6151, '2025-11-14 18:13:15', 'W', '8.217.133.43', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6152, '2025-11-14 18:14:24', 'A', '110.249.202.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6153, '2025-11-14 18:16:29', 'A', '110.249.202.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6154, '2025-11-14 18:16:44', 'W', '43.173.174.180', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6155, '2025-11-14 18:18:02', 'W', '43.173.176.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6156, '2025-11-14 18:27:56', 'W', '20.0.53.98', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6157, '2025-11-14 18:34:07', 'A', '111.225.148.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6158, '2025-11-14 18:34:51', 'W', '43.173.173.121', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6159, '2025-11-14 18:36:05', 'W', '43.173.180.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6160, '2025-11-14 18:39:43', 'W', '176.29.199.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6161, '2025-11-14 18:39:46', 'W', '92.253.63.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6162, '2025-11-14 18:39:48', 'W', '38.51.29.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6163, '2025-11-14 18:39:49', 'W', '185.122.255.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6164, '2025-11-14 18:40:01', 'A', '110.249.202.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6165, '2025-11-14 18:42:04', 'W', '181.94.226.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 CravingExplorer/2.4.1', 'Chrome', 'Windows 10'),
(6166, '2025-11-14 18:42:55', 'A', '111.225.149.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6167, '2025-11-14 18:45:07', 'W', '49.149.105.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(6168, '2025-11-14 18:46:20', 'W', '157.230.53.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6169, '2025-11-14 18:46:27', 'W', '177.37.180.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6170, '2025-11-14 18:46:29', 'W', '200.86.233.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6171, '2025-11-14 18:46:30', 'W', '169.224.22.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6172, '2025-11-14 18:51:49', 'A', '111.225.149.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6173, '2025-11-14 18:55:05', 'A', '110.249.202.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6174, '2025-11-14 19:00:18', 'W', '92.154.2.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_2 rv:5.0; pa-IN) AppleWebKit/531.40.6 (KHTML, like Gecko) Version/5.0.5 Safari/531.40.6', 'Safari', 'Mac OS X'),
(6175, '2025-11-14 19:05:04', 'A', '110.249.202.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6176, '2025-11-14 19:12:53', 'A', '110.249.202.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6177, '2025-11-14 19:16:07', 'W', '43.173.177.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6178, '2025-11-14 19:16:17', 'W', '43.173.177.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6179, '2025-11-14 19:19:09', 'W', '198.235.24.155', '', 'Unknown Browser', 'Unknown OS Platform'),
(6180, '2025-11-14 19:26:34', 'A', '110.249.202.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6181, '2025-11-14 19:27:45', 'A', '111.225.148.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6182, '2025-11-14 19:30:10', 'W', '37.187.226.31', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6183, '2025-11-14 19:31:06', 'W', '43.173.174.160', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6184, '2025-11-14 19:31:09', 'W', '43.173.180.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6185, '2025-11-14 19:31:10', 'W', '41.111.39.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6186, '2025-11-14 19:34:51', 'W', '179.0.121.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(6187, '2025-11-14 19:35:16', 'W', '216.73.216.26', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6188, '2025-11-14 19:35:34', 'W', '47.79.215.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6189, '2025-11-14 19:36:22', 'A', '111.225.149.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6190, '2025-11-14 19:38:10', 'A', '110.249.201.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6191, '2025-11-14 19:42:35', 'W', '186.174.78.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(6192, '2025-11-14 19:42:36', 'W', '191.54.135.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(6193, '2025-11-14 19:42:36', 'A', '110.249.202.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6194, '2025-11-14 19:43:20', 'A', '111.225.149.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6195, '2025-11-14 19:44:16', 'W', '131.0.212.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(6196, '2025-11-14 19:44:20', 'A', '110.249.202.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6197, '2025-11-14 19:45:20', 'A', '110.249.201.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6198, '2025-11-14 19:48:03', 'A', '110.249.201.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6199, '2025-11-14 19:49:19', 'W', '43.173.179.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6200, '2025-11-14 19:51:13', 'A', '110.249.202.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6201, '2025-11-14 19:51:52', 'W', '131.0.6.215', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36', 'Chrome', 'Windows 10'),
(6202, '2025-11-14 19:51:53', 'W', '177.33.138.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(6203, '2025-11-14 19:55:18', 'A', '111.225.149.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6204, '2025-11-14 19:55:55', 'W', '52.167.144.173', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6205, '2025-11-14 19:58:13', 'A', '110.249.201.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6206, '2025-11-14 20:01:39', 'W', '216.73.216.138', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6207, '2025-11-14 20:01:50', 'A', '111.225.148.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6208, '2025-11-14 20:04:06', 'A', '111.225.148.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6209, '2025-11-14 20:06:55', 'A', '110.249.202.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6210, '2025-11-14 20:13:36', 'A', '111.225.148.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6211, '2025-11-14 20:13:44', 'W', '216.73.216.223', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6212, '2025-11-14 20:15:11', 'W', '43.173.181.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6213, '2025-11-14 20:18:19', 'W', '2.54.143.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6214, '2025-11-14 20:18:25', 'W', '137.184.79.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6215, '2025-11-14 20:18:26', 'W', '45.71.165.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6216, '2025-11-14 20:18:28', 'W', '105.156.112.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6217, '2025-11-14 20:25:35', 'A', '110.249.202.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6218, '2025-11-14 20:33:11', 'A', '110.249.202.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6219, '2025-11-14 20:34:16', 'A', '110.249.202.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6220, '2025-11-14 20:37:20', 'W', '177.241.169.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 10'),
(6221, '2025-11-14 20:37:58', 'W', '14.191.163.46', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 10'),
(6222, '2025-11-14 20:39:22', 'W', '179.24.171.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(6223, '2025-11-14 20:39:22', 'W', '188.237.218.104', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(6224, '2025-11-14 20:41:44', 'W', '68.221.75.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6225, '2025-11-14 20:41:50', 'W', '14.225.52.86', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 7'),
(6226, '2025-11-14 20:42:12', 'W', '187.120.32.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(6227, '2025-11-14 20:42:13', 'W', '201.184.146.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(6228, '2025-11-14 20:45:40', 'A', '111.225.148.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6229, '2025-11-14 20:46:24', 'A', '110.249.202.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6230, '2025-11-14 20:46:25', 'W', '38.188.185.162', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(6231, '2025-11-14 20:47:29', 'A', '111.225.149.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6232, '2025-11-14 20:48:12', 'W', '181.116.88.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6233, '2025-11-14 20:49:23', 'A', '110.249.201.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6234, '2025-11-14 20:52:46', 'W', '178.251.110.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6235, '2025-11-14 20:53:01', 'W', '170.247.142.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6236, '2025-11-14 20:53:02', 'W', '45.239.187.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6237, '2025-11-14 20:53:04', 'W', '41.56.162.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6238, '2025-11-14 20:53:49', 'A', '110.249.202.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6239, '2025-11-14 20:55:21', 'A', '111.225.148.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6240, '2025-11-14 20:59:04', 'W', '216.73.216.121', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6241, '2025-11-14 21:03:25', 'A', '110.249.201.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6242, '2025-11-14 21:13:44', 'W', '43.173.180.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6243, '2025-11-14 21:15:45', 'A', '110.249.202.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6244, '2025-11-14 21:16:07', 'A', '110.249.201.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6245, '2025-11-14 21:16:34', 'W', '136.119.129.236', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ShapBot/0.1.0', 'Unknown Browser', 'Unknown OS Platform'),
(6246, '2025-11-14 21:16:58', 'W', '89.32.248.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(6247, '2025-11-14 21:17:12', 'A', '111.225.148.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6248, '2025-11-14 21:20:29', 'W', '43.173.174.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(6249, '2025-11-14 21:24:04', 'A', '110.249.202.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6250, '2025-11-14 21:24:44', 'W', '54.37.252.192', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6251, '2025-11-14 21:25:12', 'W', '52.167.144.181', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6252, '2025-11-14 21:25:25', 'W', '43.173.174.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6253, '2025-11-14 21:26:09', 'A', '110.249.201.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6254, '2025-11-14 21:34:41', 'W', '201.243.241.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(6255, '2025-11-14 21:35:39', 'W', '154.80.61.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(6256, '2025-11-14 21:36:21', 'A', '110.249.201.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6257, '2025-11-14 21:37:58', 'W', '170.78.249.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(6258, '2025-11-14 21:38:29', 'W', '43.173.176.252', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6259, '2025-11-14 21:39:07', 'W', '14.191.102.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(6260, '2025-11-14 21:39:11', 'W', '102.142.105.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(6261, '2025-11-14 21:39:17', 'A', '110.249.202.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6262, '2025-11-14 21:39:19', 'W', '185.71.141.78', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(6263, '2025-11-14 21:40:17', 'A', '111.225.149.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6264, '2025-11-14 21:41:36', 'W', '43.173.180.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6265, '2025-11-14 21:42:21', 'W', '43.173.180.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6266, '2025-11-14 21:44:12', 'W', '8.217.210.225', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6267, '2025-11-14 21:45:28', 'A', '110.249.202.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6268, '2025-11-14 21:45:44', 'W', '40.84.221.220', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6269, '2025-11-14 21:46:38', 'A', '110.249.201.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6270, '2025-11-14 21:47:07', 'W', '74.7.229.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(6271, '2025-11-14 21:51:05', 'A', '111.225.148.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6272, '2025-11-14 21:54:21', 'A', '110.249.202.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6273, '2025-11-14 21:59:24', 'W', '8.217.210.242', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6274, '2025-11-14 21:59:54', 'A', '111.225.148.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6275, '2025-11-14 22:02:38', 'A', '110.249.202.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6276, '2025-11-14 22:08:37', 'A', '111.225.148.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6277, '2025-11-14 22:09:21', 'A', '110.249.201.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6278, '2025-11-14 22:10:37', 'A', '110.249.202.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6279, '2025-11-14 22:13:43', 'W', '43.173.178.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6280, '2025-11-14 22:14:19', 'W', '8.217.209.129', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6281, '2025-11-14 22:15:05', 'A', '110.249.201.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6282, '2025-11-14 22:20:11', 'A', '110.249.201.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6283, '2025-11-14 22:30:25', 'A', '66.249.69.226', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(6284, '2025-11-14 22:32:25', 'W', '43.173.181.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6285, '2025-11-14 22:33:24', 'W', '186.183.102.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(6286, '2025-11-14 22:34:05', 'W', '186.220.64.98', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(6287, '2025-11-14 22:37:20', 'W', '177.138.167.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 10'),
(6288, '2025-11-14 22:37:45', 'W', '45.236.251.150', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6289, '2025-11-14 22:39:27', 'A', '111.225.148.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6290, '2025-11-14 22:48:56', 'A', '110.249.202.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6291, '2025-11-14 22:51:22', 'W', '185.102.186.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6292, '2025-11-14 22:51:31', 'W', '51.36.175.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6293, '2025-11-14 22:51:34', 'W', '156.211.17.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6294, '2025-11-14 22:51:45', 'W', '138.59.156.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6295, '2025-11-14 22:55:02', 'A', '110.249.202.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6296, '2025-11-14 22:55:24', 'A', '111.225.149.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6297, '2025-11-14 22:58:01', 'W', '165.16.182.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6298, '2025-11-14 22:58:09', 'W', '45.219.129.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6299, '2025-11-14 22:58:09', 'W', '191.36.235.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6300, '2025-11-14 22:58:11', 'W', '37.41.128.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6301, '2025-11-14 22:58:33', 'W', '52.255.111.58', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6302, '2025-11-14 22:59:39', 'W', '74.7.228.178', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(6303, '2025-11-14 23:06:15', 'A', '110.249.201.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6304, '2025-11-14 23:08:19', 'A', '66.249.66.75', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(6305, '2025-11-14 23:08:20', 'W', '66.249.66.77', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(6306, '2025-11-14 23:09:27', 'A', '111.225.148.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6307, '2025-11-14 23:16:33', 'A', '110.249.202.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6308, '2025-11-14 23:19:00', 'W', '34.244.42.89', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6309, '2025-11-14 23:20:56', 'W', '186.52.129.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6310, '2025-11-14 23:21:02', 'W', '186.128.27.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6311, '2025-11-14 23:21:04', 'W', '177.198.158.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6312, '2025-11-14 23:21:13', 'W', '186.193.22.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6313, '2025-11-14 23:24:37', 'A', '47.79.215.127', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6314, '2025-11-14 23:30:25', 'W', '195.46.159.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6315, '2025-11-14 23:30:26', 'W', '43.173.179.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6316, '2025-11-14 23:30:34', 'W', '45.187.213.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6317, '2025-11-14 23:30:36', 'W', '159.223.190.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6318, '2025-11-14 23:30:37', 'W', '46.185.190.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6319, '2025-11-14 23:32:07', 'W', '40.77.167.10', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6320, '2025-11-14 23:32:45', 'W', '216.73.216.176', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6321, '2025-11-14 23:33:31', 'W', '43.173.182.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6322, '2025-11-14 23:34:18', 'W', '177.37.143.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(6323, '2025-11-14 23:34:18', 'W', '164.163.183.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(6324, '2025-11-14 23:36:42', 'W', '177.93.159.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.40 Safari/537.36', 'Chrome', 'Mac OS X'),
(6325, '2025-11-14 23:37:28', 'W', '170.254.223.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(6326, '2025-11-14 23:37:42', 'W', '177.39.123.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 7'),
(6327, '2025-11-14 23:43:47', 'W', '193.188.123.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6328, '2025-11-14 23:43:55', 'W', '190.218.135.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6329, '2025-11-14 23:43:56', 'W', '181.115.120.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6330, '2025-11-14 23:43:58', 'W', '170.245.55.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6331, '2025-11-14 23:44:19', 'W', '43.173.179.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6332, '2025-11-14 23:44:59', 'A', '110.249.202.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6333, '2025-11-14 23:45:20', 'W', '43.173.175.239', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6334, '2025-11-14 23:47:11', 'A', '111.225.148.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6335, '2025-11-14 23:47:34', 'A', '110.249.201.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6336, '2025-11-14 23:49:10', 'A', '111.225.148.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6337, '2025-11-14 23:50:06', 'A', '111.225.149.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6338, '2025-11-14 23:50:06', 'A', '110.249.201.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6339, '2025-11-14 23:51:17', 'A', '111.225.149.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6340, '2025-11-14 23:58:43', 'W', '17.22.253.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(6341, '2025-11-14 23:59:40', 'A', '111.225.148.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6342, '2025-11-15 00:00:56', 'A', '111.225.149.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6343, '2025-11-15 00:00:57', 'A', '111.225.149.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6344, '2025-11-15 00:03:52', 'A', '111.225.148.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6345, '2025-11-15 00:05:31', 'A', '111.225.149.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6346, '2025-11-15 00:08:05', 'A', '110.249.201.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6347, '2025-11-15 00:11:22', 'W', '102.219.24.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6348, '2025-11-15 00:11:34', 'W', '38.254.109.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6349, '2025-11-15 00:11:34', 'A', '110.249.201.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6350, '2025-11-15 00:11:35', 'W', '116.75.70.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6351, '2025-11-15 00:11:43', 'W', '181.46.164.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6352, '2025-11-15 00:12:18', 'A', '110.249.201.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6353, '2025-11-15 00:13:46', 'A', '110.249.202.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6354, '2025-11-15 00:16:11', 'W', '216.73.216.86', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6355, '2025-11-15 00:17:11', 'W', '43.173.175.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6356, '2025-11-15 00:19:54', 'A', '111.225.149.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6357, '2025-11-15 00:25:41', 'A', '110.249.201.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6358, '2025-11-15 00:27:00', 'W', '52.167.144.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6359, '2025-11-15 00:32:20', 'W', '43.173.182.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6360, '2025-11-15 00:32:55', 'A', '110.249.202.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6361, '2025-11-15 00:33:15', 'W', '180.252.246.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(6362, '2025-11-15 00:34:03', 'W', '123.18.49.12', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6363, '2025-11-15 00:35:03', 'W', '177.74.229.135', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.2', 'Chrome', 'Windows 7'),
(6364, '2025-11-15 00:36:06', 'W', '170.78.43.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(6365, '2025-11-15 00:36:07', 'W', '186.206.255.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(6366, '2025-11-15 00:36:36', 'W', '168.181.247.220', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(6367, '2025-11-15 00:38:20', 'W', '36.94.90.70', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36', 'Chrome', 'Windows 8'),
(6368, '2025-11-15 00:39:09', 'A', '110.249.201.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6369, '2025-11-15 00:45:31', 'W', '44.193.254.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6370, '2025-11-15 00:45:31', 'W', '44.193.254.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0', 'Chrome', 'Windows 10'),
(6371, '2025-11-15 00:45:31', 'W', '44.193.254.10', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/132.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(6372, '2025-11-15 00:45:31', 'W', '44.193.254.10', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'Unknown Browser', 'Windows 7'),
(6373, '2025-11-15 01:01:37', 'A', '110.249.201.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6374, '2025-11-15 01:02:48', 'A', '111.225.148.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6375, '2025-11-15 01:08:57', 'A', '111.225.149.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6376, '2025-11-15 01:11:05', 'W', '8.217.190.34', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6377, '2025-11-15 01:15:45', 'W', '8.217.164.195', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6378, '2025-11-15 01:32:57', 'W', '200.92.181.240', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 7'),
(6379, '2025-11-15 01:32:58', 'W', '45.178.250.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(6380, '2025-11-15 01:33:34', 'W', '177.20.183.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.43 Safari/537.36', 'Chrome', 'Windows 10'),
(6381, '2025-11-15 01:33:54', 'W', '45.189.164.95', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.40 Safari/537.36', 'Chrome', 'Mac OS X'),
(6382, '2025-11-15 01:33:56', 'W', '190.183.139.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(6383, '2025-11-15 01:34:00', 'W', '14.191.209.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(6384, '2025-11-15 01:36:37', 'W', '103.151.125.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(6385, '2025-11-15 01:36:40', 'W', '43.173.175.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6386, '2025-11-15 01:37:11', 'W', '43.173.182.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6387, '2025-11-15 01:39:26', 'W', '66.97.179.25', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(6388, '2025-11-15 01:48:59', 'A', '111.225.148.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6389, '2025-11-15 01:49:21', 'A', '110.249.202.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6390, '2025-11-15 01:50:17', 'W', '8.217.46.191', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6391, '2025-11-15 01:54:56', 'W', '216.73.216.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6392, '2025-11-15 01:57:10', 'W', '94.23.188.203', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(6393, '2025-11-15 02:00:22', 'A', '111.225.148.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6394, '2025-11-15 02:06:26', 'A', '110.249.202.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6395, '2025-11-15 02:08:11', 'W', '218.152.33.183', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(6396, '2025-11-15 02:16:49', 'A', '111.225.149.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6397, '2025-11-15 02:19:50', 'A', '110.249.201.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6398, '2025-11-15 02:24:14', 'W', '43.173.178.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6399, '2025-11-15 02:26:00', 'A', '111.225.149.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6400, '2025-11-15 02:26:37', 'W', '43.173.179.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6401, '2025-11-15 02:30:20', 'A', '111.225.149.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6402, '2025-11-15 02:31:41', 'W', '43.173.174.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6403, '2025-11-15 02:33:00', 'A', '111.225.149.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6404, '2025-11-15 02:35:47', 'W', '194.39.228.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(6405, '2025-11-15 02:36:14', 'W', '45.230.157.161', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(6406, '2025-11-15 02:44:19', 'W', '43.173.179.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6407, '2025-11-15 02:44:41', 'W', '152.67.153.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(6408, '2025-11-15 02:54:53', 'W', '18.136.0.106', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6409, '2025-11-15 02:57:06', 'W', '66.63.174.197', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6410, '2025-11-15 02:58:30', 'A', '110.249.202.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6411, '2025-11-15 03:02:08', 'A', '111.225.148.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6412, '2025-11-15 03:12:19', 'W', '43.173.178.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6413, '2025-11-15 03:17:36', 'W', '43.173.180.26', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6414, '2025-11-15 03:18:15', 'W', '45.231.253.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6415, '2025-11-15 03:18:25', 'W', '191.37.48.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6416, '2025-11-15 03:18:27', 'W', '181.89.205.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6417, '2025-11-15 03:18:29', 'W', '191.80.240.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6418, '2025-11-15 03:20:01', 'A', '110.249.201.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6419, '2025-11-15 03:22:22', 'W', '43.173.176.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6420, '2025-11-15 03:22:27', 'W', '43.173.179.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6421, '2025-11-15 03:23:03', 'A', '110.249.201.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6422, '2025-11-15 03:24:14', 'W', '43.173.180.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6423, '2025-11-15 03:24:20', 'A', '111.225.149.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6424, '2025-11-15 03:24:20', 'W', '181.115.171.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6425, '2025-11-15 03:24:33', 'W', '38.183.113.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6426, '2025-11-15 03:24:36', 'W', '131.255.8.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6427, '2025-11-15 03:24:41', 'W', '181.46.112.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6428, '2025-11-15 03:25:48', 'W', '43.173.173.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6429, '2025-11-15 03:27:29', 'W', '119.8.165.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6430, '2025-11-15 03:28:00', 'W', '119.8.60.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6431, '2025-11-15 03:29:08', 'W', '159.138.151.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6432, '2025-11-15 03:30:20', 'W', '119.8.171.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6433, '2025-11-15 03:31:32', 'W', '43.173.181.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6434, '2025-11-15 03:31:33', 'W', '124.243.174.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(6435, '2025-11-15 03:32:41', 'W', '119.8.52.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6436, '2025-11-15 03:33:48', 'W', '190.92.230.250', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6437, '2025-11-15 03:34:26', 'W', '14.189.64.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 CravingExplorer/2.4.1', 'Chrome', 'Windows 10'),
(6438, '2025-11-15 03:34:59', 'I', '150.40.165.205', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(6439, '2025-11-15 03:36:37', 'W', '170.233.190.183', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36', 'Chrome', 'Windows 8'),
(6440, '2025-11-15 03:37:22', 'W', '186.2.129.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 7'),
(6441, '2025-11-15 03:37:53', 'W', '72.252.198.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(6442, '2025-11-15 03:38:07', 'A', '111.225.148.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6443, '2025-11-15 03:41:28', 'W', '123.160.235.48', 'Mozilla/4.074482891 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0', 'Internet Explorer', 'Windows 7'),
(6444, '2025-11-15 03:41:29', 'A', '8.211.34.105', 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(6445, '2025-11-15 03:41:31', 'I', '120.0.52.127', 'Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1', 'Handheld Browser', 'iPad'),
(6446, '2025-11-15 03:44:43', 'W', '181.219.212.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6447, '2025-11-15 03:44:45', 'A', '110.249.202.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6448, '2025-11-15 03:44:49', 'W', '113.199.227.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6449, '2025-11-15 03:44:52', 'W', '187.180.190.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6450, '2025-11-15 03:44:52', 'W', '38.41.12.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6451, '2025-11-15 04:06:43', 'W', '200.118.81.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6452, '2025-11-15 04:13:23', 'W', '107.173.202.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6453, '2025-11-15 04:14:05', 'W', '43.173.182.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6454, '2025-11-15 04:21:33', 'W', '47.223.255.78', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.1)', 'Internet Explorer', 'Windows 10'),
(6455, '2025-11-15 04:23:27', 'W', '43.173.173.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6456, '2025-11-15 04:26:33', 'A', '110.249.202.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6457, '2025-11-15 04:28:46', 'A', '110.249.201.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6458, '2025-11-15 04:35:40', 'A', '110.249.201.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6459, '2025-11-15 04:36:19', 'W', '45.232.66.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(6460, '2025-11-15 04:37:22', 'W', '82.86.129.43', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6461, '2025-11-15 04:37:44', 'W', '207.204.122.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(6462, '2025-11-15 04:39:00', 'W', '206.85.37.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6463, '2025-11-15 04:39:02', 'W', '102.158.7.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6464, '2025-11-15 04:39:05', 'W', '187.85.148.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6465, '2025-11-15 04:39:09', 'W', '190.172.117.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6466, '2025-11-15 04:40:22', 'A', '110.249.201.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6467, '2025-11-15 04:41:34', 'A', '110.249.202.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6468, '2025-11-15 04:41:56', 'A', '111.225.148.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6469, '2025-11-15 04:42:56', 'A', '111.225.149.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6470, '2025-11-15 04:43:40', 'A', '111.225.148.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6471, '2025-11-15 04:45:20', 'A', '110.249.201.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6472, '2025-11-15 04:46:04', 'A', '110.249.202.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6473, '2025-11-15 04:47:18', 'W', '40.77.167.76', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6474, '2025-11-15 04:48:35', 'W', '203.145.37.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6475, '2025-11-15 04:48:38', 'W', '68.183.139.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6476, '2025-11-15 04:48:41', 'W', '145.82.166.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6477, '2025-11-15 04:48:45', 'W', '189.121.201.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6478, '2025-11-15 04:50:40', 'A', '110.249.201.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6479, '2025-11-15 04:50:51', 'A', '110.249.201.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6480, '2025-11-15 04:52:42', 'W', '191.235.66.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6481, '2025-11-15 04:53:31', 'A', '110.249.202.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6482, '2025-11-15 04:58:18', 'A', '110.249.201.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6483, '2025-11-15 04:59:47', 'A', '111.225.149.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6484, '2025-11-15 04:59:52', 'A', '111.225.149.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6485, '2025-11-15 05:03:55', 'A', '111.225.149.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6486, '2025-11-15 05:05:07', 'A', '111.225.149.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6487, '2025-11-15 05:05:23', 'A', '111.225.148.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(6488, '2025-11-15 05:05:48', 'W', '177.125.173.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6489, '2025-11-15 05:05:48', 'W', '182.190.220.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6490, '2025-11-15 05:05:51', 'A', '110.249.202.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6491, '2025-11-15 05:05:54', 'W', '189.220.43.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6492, '2025-11-15 05:06:04', 'W', '181.24.196.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6493, '2025-11-15 05:07:35', 'A', '111.225.149.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6494, '2025-11-15 05:07:37', 'W', '185.173.36.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(6495, '2025-11-15 05:07:41', 'A', '111.225.149.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6496, '2025-11-15 05:08:56', 'W', '8.217.211.134', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6497, '2025-11-15 05:09:32', 'A', '110.249.202.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6498, '2025-11-15 05:17:30', 'A', '111.225.148.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6499, '2025-11-15 05:17:59', 'W', '43.173.174.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6500, '2025-11-15 05:18:21', 'A', '111.225.148.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6501, '2025-11-15 05:18:31', 'A', '111.225.149.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6502, '2025-11-15 05:25:06', 'W', '34.245.216.157', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6503, '2025-11-15 05:28:24', 'W', '8.217.208.198', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6504, '2025-11-15 05:33:09', 'W', '200.105.63.5', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(6505, '2025-11-15 05:33:59', 'W', '143.137.153.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6506, '2025-11-15 05:35:18', 'A', '110.249.202.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6507, '2025-11-15 05:36:03', 'W', '113.177.125.16', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(6508, '2025-11-15 05:36:45', 'A', '111.225.148.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6509, '2025-11-15 05:37:08', 'W', '103.133.202.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(6510, '2025-11-15 05:37:11', 'W', '103.51.205.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(6511, '2025-11-15 05:37:30', 'I', '85.254.64.217', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(6512, '2025-11-15 05:37:30', 'W', '185.230.122.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6513, '2025-11-15 05:38:31', 'W', '186.22.238.157', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(6514, '2025-11-15 05:41:31', 'W', '146.174.163.180', 'Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.2.15) Gecko/20110303 Ubuntu/8.04 (hardy) Firefox/3.6.15', 'Firefox', 'Ubuntu'),
(6515, '2025-11-15 05:41:42', 'W', '190.120.248.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6516, '2025-11-15 05:41:45', 'W', '179.101.179.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6517, '2025-11-15 05:41:55', 'W', '190.2.108.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6518, '2025-11-15 05:42:00', 'W', '186.237.238.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6519, '2025-11-15 05:43:23', 'W', '81.167.26.57', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6520, '2025-11-15 05:45:55', 'W', '43.173.175.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6521, '2025-11-15 05:51:25', 'W', '54.74.1.10', 'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6522, '2025-11-15 05:55:21', 'A', '111.225.148.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6523, '2025-11-15 05:55:29', 'W', '213.230.93.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6524, '2025-11-15 05:55:34', 'W', '5.57.13.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6525, '2025-11-15 05:55:38', 'W', '120.89.90.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6526, '2025-11-15 05:55:41', 'W', '196.177.154.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6527, '2025-11-15 06:08:15', 'W', '170.150.51.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6528, '2025-11-15 06:08:35', 'W', '93.94.217.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6529, '2025-11-15 06:08:36', 'W', '62.201.240.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6530, '2025-11-15 06:08:46', 'W', '136.228.174.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6531, '2025-11-15 06:10:22', 'W', '188.166.250.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6532, '2025-11-15 06:14:08', 'A', '111.225.149.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6533, '2025-11-15 06:17:51', 'W', '43.173.177.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6534, '2025-11-15 06:22:26', 'A', '110.249.202.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6535, '2025-11-15 06:26:26', 'W', '43.173.182.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6536, '2025-11-15 06:27:58', 'A', '111.225.149.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6537, '2025-11-15 06:29:15', 'W', '4.151.241.255', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6538, '2025-11-15 06:32:43', 'W', '14.169.248.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6539, '2025-11-15 06:33:10', 'W', '14.227.93.54', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(6540, '2025-11-15 06:33:10', 'W', '8.243.68.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(6541, '2025-11-15 06:35:48', 'A', '110.249.201.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6542, '2025-11-15 06:36:05', 'W', '46.251.201.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(6543, '2025-11-15 06:37:52', 'W', '177.107.183.19', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/90.0.4430.72 Safari/537.36', 'Chrome', 'Windows 7'),
(6544, '2025-11-15 06:38:35', 'W', '40.77.167.143', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6545, '2025-11-15 06:40:51', 'W', '212.237.120.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6546, '2025-11-15 06:40:52', 'W', '146.190.210.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6547, '2025-11-15 06:40:53', 'W', '177.191.112.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6548, '2025-11-15 06:41:00', 'W', '103.35.109.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6549, '2025-11-15 06:43:09', 'A', '111.225.148.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6550, '2025-11-15 06:50:33', 'A', '111.225.149.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6551, '2025-11-15 06:55:24', 'A', '110.249.201.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6552, '2025-11-15 07:03:33', 'W', '147.135.220.53', 'huggingface-hub/1.3.0 (+https://huggingface.co)', 'Unknown Browser', 'Unknown OS Platform'),
(6553, '2025-11-15 07:03:33', 'W', '147.135.220.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.170 Safari/537.36', 'Chrome', 'Mac OS X'),
(6554, '2025-11-15 07:03:33', 'W', '147.135.220.53', 'GuzzleHttp/7.6.0 curl/7.88.1 PHP/8.2.7', 'Unknown Browser', 'Unknown OS Platform'),
(6555, '2025-11-15 07:04:02', 'A', '111.225.149.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6556, '2025-11-15 07:04:02', 'A', '110.249.201.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6557, '2025-11-15 07:06:30', 'A', '111.225.149.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6558, '2025-11-15 07:08:36', 'A', '110.249.201.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6559, '2025-11-15 07:23:44', 'W', '68.183.238.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6560, '2025-11-15 07:33:10', 'W', '43.173.180.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6561, '2025-11-15 07:33:11', 'W', '202.76.143.163', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1207.1 Safari/537.1', 'Chrome', 'Windows 7'),
(6562, '2025-11-15 07:35:36', 'W', '106.200.4.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(6563, '2025-11-15 07:36:54', 'W', '189.248.192.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(6564, '2025-11-15 07:37:06', 'W', '43.173.182.71', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6565, '2025-11-15 07:37:08', 'W', '43.173.173.26', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6566, '2025-11-15 07:37:40', 'W', '40.77.167.32', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6567, '2025-11-15 07:40:19', 'A', '110.249.201.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6568, '2025-11-15 07:41:48', 'W', '100.27.244.189', 'okhttp/4.9.2', 'Unknown Browser', 'Unknown OS Platform'),
(6569, '2025-11-15 07:42:32', 'W', '13.217.109.37', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36', 'Chrome', 'Linux'),
(6570, '2025-11-15 07:42:47', 'W', '143.20.81.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6571, '2025-11-15 07:42:58', 'A', '111.225.149.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6572, '2025-11-15 07:43:00', 'W', '54.83.96.68', 'okhttp/4.9.2', 'Unknown Browser', 'Unknown OS Platform'),
(6573, '2025-11-15 07:43:20', 'W', '3.83.42.35', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36', 'Chrome', 'Linux'),
(6574, '2025-11-15 07:43:26', 'A', '110.249.202.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6575, '2025-11-15 07:46:28', 'W', '159.223.69.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(6576, '2025-11-15 07:49:32', 'W', '43.173.182.92', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6577, '2025-11-15 07:51:10', 'W', '41.208.141.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0 rv:6.0; lij-IT) AppleWebKit/535.50.7 (KHTML, like Gecko) Version/5.0.3 Safari/535.50.7', 'Safari', 'Mac OS X'),
(6578, '2025-11-15 07:55:40', 'W', '52.167.144.145', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6579, '2025-11-15 08:00:57', 'A', '111.225.149.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6580, '2025-11-15 08:04:34', 'A', '110.249.201.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6581, '2025-11-15 08:04:48', 'A', '111.225.149.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6582, '2025-11-15 08:07:44', 'A', '111.225.148.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6583, '2025-11-15 08:10:51', 'A', '111.225.149.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6584, '2025-11-15 08:22:28', 'W', '165.22.12.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6585, '2025-11-15 08:22:29', 'W', '147.182.213.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6586, '2025-11-15 08:22:32', 'W', '103.198.133.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6587, '2025-11-15 08:22:34', 'W', '38.3.229.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6588, '2025-11-15 08:23:08', 'A', '111.225.149.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6589, '2025-11-15 08:23:52', 'A', '111.225.148.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6590, '2025-11-15 08:26:22', 'A', '111.225.149.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6591, '2025-11-15 08:26:36', 'W', '213.180.203.91', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6592, '2025-11-15 08:29:03', 'W', '213.180.203.54', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6593, '2025-11-15 08:33:40', 'W', '138.94.168.253', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36', 'Chrome', 'Windows XP'),
(6594, '2025-11-15 08:34:08', 'W', '52.220.106.52', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6595, '2025-11-15 08:34:26', 'W', '37.211.210.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(6596, '2025-11-15 08:34:28', 'W', '177.72.81.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(6597, '2025-11-15 08:34:55', 'W', '190.89.45.104', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(6598, '2025-11-15 08:36:06', 'W', '95.108.213.139', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6599, '2025-11-15 08:36:07', 'W', '92.222.104.193', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(6600, '2025-11-15 08:36:53', 'W', '81.199.238.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(6601, '2025-11-15 08:37:19', 'W', '186.139.150.35', 'Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6602, '2025-11-15 08:37:45', 'A', '111.225.149.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6603, '2025-11-15 08:37:50', 'A', '110.249.202.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6604, '2025-11-15 08:38:13', 'A', '111.225.149.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6605, '2025-11-15 08:39:27', 'W', '95.108.213.170', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6606, '2025-11-15 08:39:41', 'W', '180.241.32.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(6607, '2025-11-15 08:44:06', 'W', '79.137.67.84', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6608, '2025-11-15 08:47:08', 'W', '5.255.231.180', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6609, '2025-11-15 08:49:12', 'A', '110.249.202.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6610, '2025-11-15 08:50:17', 'W', '95.108.213.200', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6611, '2025-11-15 08:56:33', 'W', '95.108.213.83', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6612, '2025-11-15 08:56:59', 'W', '5.255.231.15', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6613, '2025-11-15 08:58:08', 'W', '87.250.224.112', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6614, '2025-11-15 09:02:18', 'W', '43.173.181.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6615, '2025-11-15 09:05:43', 'W', '185.206.173.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6616, '2025-11-15 09:05:44', 'W', '159.203.181.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6617, '2025-11-15 09:05:51', 'W', '102.90.96.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6618, '2025-11-15 09:05:53', 'W', '63.143.93.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6619, '2025-11-15 09:13:51', 'W', '18.136.128.0', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6620, '2025-11-15 09:15:21', 'A', '110.249.202.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6621, '2025-11-15 09:16:03', 'W', '5.255.231.33', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6622, '2025-11-15 09:17:10', 'W', '213.180.203.8', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6623, '2025-11-15 09:19:18', 'A', '47.79.218.217', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Android'),
(6624, '2025-11-15 09:21:00', 'W', '54.255.26.49', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6625, '2025-11-15 09:22:05', 'W', '95.108.213.169', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6626, '2025-11-15 09:23:05', 'A', '110.249.201.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6627, '2025-11-15 09:23:32', 'W', '5.255.231.83', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6628, '2025-11-15 09:25:27', 'A', '111.225.148.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6629, '2025-11-15 09:25:41', 'W', '3.218.35.239', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6630, '2025-11-15 09:32:10', 'W', '43.173.177.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6631, '2025-11-15 09:34:39', 'W', '191.222.249.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1309.0 Safari/537.17', 'Chrome', 'Mac OS X'),
(6632, '2025-11-15 09:38:03', 'W', '43.173.176.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6633, '2025-11-15 09:38:36', 'W', '181.85.181.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(6634, '2025-11-15 09:38:40', 'W', '14.224.58.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(6635, '2025-11-15 09:39:32', 'W', '87.250.224.38', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6636, '2025-11-15 09:40:18', 'W', '43.173.179.26', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6637, '2025-11-15 09:42:42', 'A', '111.225.148.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6638, '2025-11-15 09:43:08', 'W', '8.217.168.223', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6639, '2025-11-15 09:44:33', 'W', '157.245.48.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6640, '2025-11-15 09:47:05', 'W', '5.255.231.116', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6641, '2025-11-15 09:47:34', 'A', '111.225.149.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6642, '2025-11-15 09:49:46', 'A', '111.225.148.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6643, '2025-11-15 09:50:32', 'W', '13.215.112.129', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6644, '2025-11-15 09:51:33', 'W', '51.68.247.219', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(6645, '2025-11-15 09:55:32', 'A', '111.225.148.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6646, '2025-11-15 10:01:23', 'W', '8.217.211.172', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6647, '2025-11-15 10:02:51', 'W', '119.157.65.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6648, '2025-11-15 10:11:05', 'W', '205.210.31.136', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(6649, '2025-11-15 10:11:15', 'W', '213.180.203.222', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6650, '2025-11-15 10:17:58', 'W', '213.180.203.16', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6651, '2025-11-15 10:17:59', 'W', '87.250.224.207', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6652, '2025-11-15 10:19:34', 'A', '110.249.201.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6653, '2025-11-15 10:19:49', 'A', '110.249.202.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6654, '2025-11-15 10:25:15', 'W', '51.83.5.74', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6655, '2025-11-15 10:25:26', 'W', '87.250.224.125', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6656, '2025-11-15 10:28:16', 'A', '111.225.149.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6657, '2025-11-15 10:28:49', 'A', '110.249.201.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6658, '2025-11-15 10:33:03', 'W', '157.230.53.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6659, '2025-11-15 10:33:10', 'W', '181.46.39.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6660, '2025-11-15 10:33:13', 'W', '187.0.40.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6661, '2025-11-15 10:33:19', 'W', '103.70.197.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6662, '2025-11-15 10:36:39', 'A', '111.225.149.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6663, '2025-11-15 10:37:10', 'W', '138.255.177.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Mac OS X'),
(6664, '2025-11-15 10:38:21', 'W', '177.11.233.59', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 10'),
(6665, '2025-11-15 10:38:29', 'W', '95.108.213.237', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6666, '2025-11-15 10:41:09', 'W', '43.173.181.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6667, '2025-11-15 10:42:41', 'A', '111.225.149.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6668, '2025-11-15 10:43:00', 'W', '95.108.213.87', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6669, '2025-11-15 10:46:33', 'W', '87.250.224.74', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6670, '2025-11-15 10:47:51', 'W', '10.1.238.87', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6671, '2025-11-15 10:47:58', 'A', '110.249.202.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6672, '2025-11-15 10:49:16', 'W', '18.140.93.125', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6673, '2025-11-15 10:51:21', 'A', '111.225.148.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6674, '2025-11-15 10:52:47', 'W', '102.132.222.158', 'Opera/9.29.(Windows NT 10.0; hi-IN) Presto/2.9.181 Version/10.00', 'Opera', 'Windows 10'),
(6675, '2025-11-15 10:54:38', 'W', '38.3.231.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6676, '2025-11-15 10:54:39', 'W', '213.5.192.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6677, '2025-11-15 10:54:44', 'W', '200.225.250.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6678, '2025-11-15 10:54:46', 'W', '154.208.34.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6679, '2025-11-15 11:00:32', 'A', '110.249.202.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6680, '2025-11-15 11:01:43', 'W', '43.173.180.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6681, '2025-11-15 11:02:42', 'W', '202.76.135.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24', 'Chrome', 'Mac OS X'),
(6682, '2025-11-15 11:13:03', 'W', '154.124.199.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6683, '2025-11-15 11:13:14', 'W', '91.186.253.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6684, '2025-11-15 11:13:15', 'W', '181.43.148.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6685, '2025-11-15 11:13:15', 'W', '105.168.21.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6686, '2025-11-15 11:13:24', 'W', '170.245.82.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6687, '2025-11-15 11:19:22', 'W', '43.173.179.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6688, '2025-11-15 11:20:45', 'W', '95.108.213.114', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6689, '2025-11-15 11:23:06', 'W', '43.173.177.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6690, '2025-11-15 11:24:25', 'W', '43.173.181.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6691, '2025-11-15 11:28:38', 'W', '51.142.203.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(6692, '2025-11-15 11:31:42', 'W', '52.167.144.191', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6693, '2025-11-15 11:32:46', 'W', '138.117.93.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36', 'Chrome', 'Windows 10'),
(6694, '2025-11-15 11:33:02', 'W', '45.187.71.155', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Windows 7'),
(6695, '2025-11-15 11:33:07', 'W', '179.26.198.148', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6696, '2025-11-15 11:35:25', 'W', '5.255.231.35', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6697, '2025-11-15 11:35:56', 'W', '51.77.218.189', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6698, '2025-11-15 11:36:14', 'W', '187.5.24.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(6699, '2025-11-15 11:36:43', 'W', '105.163.157.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6700, '2025-11-15 11:36:48', 'W', '206.189.197.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6701, '2025-11-15 11:36:51', 'W', '198.211.116.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6702, '2025-11-15 11:36:51', 'W', '43.246.202.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6703, '2025-11-15 11:36:54', 'W', '201.131.239.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(6704, '2025-11-15 11:36:54', 'W', '36.80.18.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(6705, '2025-11-15 11:37:12', 'W', '43.173.179.148', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6706, '2025-11-15 11:41:54', 'W', '95.108.213.208', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6707, '2025-11-15 11:42:33', 'W', '157.230.190.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6708, '2025-11-15 11:42:39', 'W', '88.236.101.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6709, '2025-11-15 11:42:41', 'W', '181.197.116.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6710, '2025-11-15 11:42:44', 'W', '102.254.136.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6711, '2025-11-15 11:42:55', 'A', '110.249.201.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6712, '2025-11-15 11:48:49', 'W', '43.173.179.50', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6713, '2025-11-15 11:53:46', 'A', '111.225.149.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6714, '2025-11-15 11:55:54', 'W', '157.230.226.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6715, '2025-11-15 11:56:00', 'W', '185.17.138.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6716, '2025-11-15 11:56:02', 'W', '102.66.125.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6717, '2025-11-15 11:56:05', 'W', '45.67.22.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6718, '2025-11-15 11:56:14', 'A', '111.225.148.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6719, '2025-11-15 12:03:17', 'W', '95.108.213.203', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6720, '2025-11-15 12:04:51', 'W', '5.255.231.134', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6721, '2025-11-15 12:07:02', 'W', '5.255.231.128', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6722, '2025-11-15 12:08:25', 'A', '110.249.201.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6723, '2025-11-15 12:12:43', 'A', '111.225.148.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6724, '2025-11-15 12:17:49', 'A', '111.225.149.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6725, '2025-11-15 12:19:17', 'A', '110.249.202.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6726, '2025-11-15 12:22:07', 'A', '111.225.149.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6727, '2025-11-15 12:24:20', 'A', '111.225.148.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6728, '2025-11-15 12:25:51', 'W', '103.77.16.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6729, '2025-11-15 12:25:56', 'W', '179.125.92.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6730, '2025-11-15 12:25:59', 'W', '186.22.245.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6731, '2025-11-15 12:26:04', 'W', '160.177.77.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6732, '2025-11-15 12:28:13', 'W', '205.210.31.140', '', 'Unknown Browser', 'Unknown OS Platform'),
(6733, '2025-11-15 12:35:00', 'W', '45.167.162.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(6734, '2025-11-15 12:38:08', 'W', '95.108.213.150', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6735, '2025-11-15 12:38:32', 'W', '36.70.61.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.8 Safari/537.36', 'Chrome', 'Mac OS X'),
(6736, '2025-11-15 12:39:38', 'W', '95.108.213.124', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6737, '2025-11-15 12:41:08', 'A', '111.225.149.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6738, '2025-11-15 12:43:04', 'A', '110.249.202.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6739, '2025-11-15 12:49:04', 'A', '110.249.202.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6740, '2025-11-15 12:55:50', 'W', '146.174.175.150', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15 FirePHP/0.5', 'Firefox', 'Ubuntu'),
(6741, '2025-11-15 12:56:03', 'W', '5.255.231.2', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(6742, '2025-11-15 12:57:09', 'W', '213.180.203.200', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6743, '2025-11-15 12:58:16', 'W', '5.255.231.21', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6744, '2025-11-15 12:59:15', 'W', '95.108.213.249', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6745, '2025-11-15 13:05:13', 'A', '111.225.148.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6746, '2025-11-15 13:08:11', 'A', '111.225.149.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6747, '2025-11-15 13:12:22', 'W', '95.108.213.220', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6748, '2025-11-15 13:14:07', 'W', '3.1.175.59', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6749, '2025-11-15 13:17:40', 'W', '213.180.203.194', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6750, '2025-11-15 13:17:55', 'W', '43.173.175.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6751, '2025-11-15 13:18:26', 'A', '111.225.148.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6752, '2025-11-15 13:20:56', 'W', '5.255.231.151', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6753, '2025-11-15 13:22:06', 'W', '95.108.213.112', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6754, '2025-11-15 13:22:34', 'W', '205.210.31.2', '', 'Unknown Browser', 'Unknown OS Platform'),
(6755, '2025-11-15 13:23:47', 'W', '43.173.177.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6756, '2025-11-15 13:25:28', 'A', '110.249.202.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6757, '2025-11-15 13:28:42', 'W', '45.187.195.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6758, '2025-11-15 13:30:57', 'W', '54.37.84.47', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6759, '2025-11-15 13:31:26', 'A', '110.249.202.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6760, '2025-11-15 13:33:20', 'W', '113.187.208.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(6761, '2025-11-15 13:34:20', 'W', '177.75.130.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(6762, '2025-11-15 13:34:57', 'A', '110.249.201.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6763, '2025-11-15 13:35:46', 'W', '14.189.181.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(6764, '2025-11-15 13:36:19', 'W', '87.250.224.107', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6765, '2025-11-15 13:36:26', 'W', '37.186.32.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Windows 10'),
(6766, '2025-11-15 13:36:29', 'W', '123.16.22.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(6767, '2025-11-15 13:38:20', 'W', '43.173.181.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6768, '2025-11-15 13:38:49', 'A', '111.225.149.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6769, '2025-11-15 13:40:52', 'W', '95.108.213.123', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6770, '2025-11-15 13:41:15', 'W', '41.215.235.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6771, '2025-11-15 13:41:19', 'W', '197.248.171.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6772, '2025-11-15 13:41:26', 'W', '182.183.121.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6773, '2025-11-15 13:41:27', 'W', '8.243.248.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6774, '2025-11-15 13:41:28', 'W', '179.82.133.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6775, '2025-11-15 13:46:25', 'A', '110.249.201.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6776, '2025-11-15 13:51:17', 'W', '44.193.254.10', 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0', 'Firefox', 'Linux'),
(6777, '2025-11-15 13:51:18', 'W', '44.193.254.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36', 'Unknown Browser', 'Mac OS X'),
(6778, '2025-11-15 13:51:28', 'A', '111.225.149.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6779, '2025-11-15 13:53:23', 'A', '111.225.149.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6780, '2025-11-15 13:58:42', 'W', '87.250.224.43', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6781, '2025-11-15 14:02:41', 'A', '111.225.148.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6782, '2025-11-15 14:03:47', 'A', '110.249.202.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6783, '2025-11-15 14:05:35', 'W', '103.170.179.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6784, '2025-11-15 14:05:45', 'W', '91.186.249.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6785, '2025-11-15 14:05:51', 'W', '14.192.213.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6786, '2025-11-15 14:06:00', 'W', '38.10.227.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6787, '2025-11-15 14:06:05', 'W', '191.83.214.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6788, '2025-11-15 14:06:41', 'A', '47.128.60.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6789, '2025-11-15 14:18:39', 'W', '186.129.24.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6790, '2025-11-15 14:18:48', 'W', '191.97.248.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6791, '2025-11-15 14:18:53', 'W', '103.132.224.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6792, '2025-11-15 14:18:54', 'W', '187.189.33.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6793, '2025-11-15 14:19:01', 'W', '189.126.6.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6794, '2025-11-15 14:22:42', 'W', '43.173.175.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6795, '2025-11-15 14:23:41', 'W', '18.141.253.176', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6796, '2025-11-15 14:24:16', 'A', '110.249.202.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6797, '2025-11-15 14:26:43', 'A', '47.128.32.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6798, '2025-11-15 14:28:45', 'A', '47.128.118.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6799, '2025-11-15 14:29:11', 'A', '47.128.43.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6800, '2025-11-15 14:29:45', 'W', '8.217.208.35', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6801, '2025-11-15 14:30:31', 'W', '8.217.180.49', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6802, '2025-11-15 14:31:14', 'A', '47.128.46.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6803, '2025-11-15 14:31:58', 'W', '8.217.215.109', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6804, '2025-11-15 14:32:12', 'A', '110.249.202.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6805, '2025-11-15 14:33:23', 'W', '113.160.220.159', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(6806, '2025-11-15 14:33:51', 'A', '111.225.148.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6807, '2025-11-15 14:35:30', 'W', '8.217.209.143', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6808, '2025-11-15 14:36:14', 'W', '8.217.208.183', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6809, '2025-11-15 14:37:35', 'W', '45.183.251.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(6810, '2025-11-15 14:37:58', 'W', '187.49.245.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.91 Safari/537.36', 'Chrome', 'Windows 10'),
(6811, '2025-11-15 14:38:03', 'W', '154.192.30.110', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4.90; Trident/4.0)', 'Internet Explorer', 'Unknown OS Platform'),
(6812, '2025-11-15 14:38:20', 'W', '8.217.211.181', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6813, '2025-11-15 14:38:25', 'W', '8.217.211.243', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6814, '2025-11-15 14:38:54', 'W', '8.217.213.94', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6815, '2025-11-15 14:39:27', 'A', '111.225.148.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6816, '2025-11-15 14:42:25', 'W', '8.217.179.180', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6817, '2025-11-15 14:42:34', 'W', '8.217.208.41', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6818, '2025-11-15 14:43:02', 'W', '105.74.10.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6819, '2025-11-15 14:43:04', 'W', '95.108.213.130', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6820, '2025-11-15 14:43:22', 'W', '8.217.152.180', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6821, '2025-11-15 14:43:29', 'W', '8.217.208.130', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6822, '2025-11-15 14:43:42', 'W', '8.217.170.12', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6823, '2025-11-15 14:44:30', 'W', '8.217.155.29', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6824, '2025-11-15 14:44:30', 'W', '8.217.214.202', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6825, '2025-11-15 14:45:48', 'W', '74.7.227.49', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(6826, '2025-11-15 14:45:49', 'W', '74.7.227.177', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(6827, '2025-11-15 14:46:05', 'W', '8.217.163.128', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6828, '2025-11-15 14:46:06', 'W', '8.217.211.142', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6829, '2025-11-15 14:47:21', 'W', '5.255.231.24', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6830, '2025-11-15 14:49:08', 'W', '8.217.213.214', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6831, '2025-11-15 14:49:58', 'W', '74.7.227.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(6832, '2025-11-15 14:50:38', 'W', '8.217.212.86', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6833, '2025-11-15 14:50:51', 'W', '8.217.210.109', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6834, '2025-11-15 14:51:21', 'W', '8.217.186.13', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6835, '2025-11-15 14:52:17', 'W', '5.255.231.190', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6836, '2025-11-15 14:52:41', 'W', '8.217.186.117', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6837, '2025-11-15 14:55:33', 'I', '178.78.161.131', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-CA) AppleWebKit/533.17.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6533.17.2', 'Handheld Browser', 'iPod'),
(6838, '2025-11-15 14:55:51', 'A', '111.225.148.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6839, '2025-11-15 15:02:38', 'W', '191.235.66.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6840, '2025-11-15 15:03:12', 'W', '74.7.229.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(6841, '2025-11-15 15:03:45', 'A', '110.249.201.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6842, '2025-11-15 15:05:15', 'W', '87.250.224.28', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6843, '2025-11-15 15:05:18', 'A', '111.225.148.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6844, '2025-11-15 15:14:16', 'W', '43.173.180.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6845, '2025-11-15 15:14:19', 'W', '88.134.110.36', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6846, '2025-11-15 15:21:12', 'A', '110.249.201.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6847, '2025-11-15 15:21:45', 'A', '110.249.201.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6848, '2025-11-15 15:24:20', 'W', '177.73.195.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6849, '2025-11-15 15:24:24', 'W', '176.29.227.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6850, '2025-11-15 15:24:26', 'A', '47.128.109.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6851, '2025-11-15 15:24:27', 'W', '197.53.201.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6852, '2025-11-15 15:24:29', 'W', '67.205.168.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6853, '2025-11-15 15:24:30', 'W', '148.227.69.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6854, '2025-11-15 15:26:57', 'W', '87.202.100.192', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 11.0; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(6855, '2025-11-15 15:27:41', 'A', '111.225.149.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6856, '2025-11-15 15:31:20', 'W', '187.62.151.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6857, '2025-11-15 15:31:21', 'W', '213.32.255.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6858, '2025-11-15 15:31:27', 'W', '185.244.152.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6859, '2025-11-15 15:31:30', 'W', '186.158.200.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6860, '2025-11-15 15:31:34', 'W', '188.72.41.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6861, '2025-11-15 15:33:04', 'W', '119.157.64.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(6862, '2025-11-15 15:33:43', 'A', '47.128.97.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6863, '2025-11-15 15:34:14', 'W', '102.33.32.124', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 7'),
(6864, '2025-11-15 15:37:32', 'W', '45.174.4.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(6865, '2025-11-15 15:38:24', 'W', '191.6.104.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(6866, '2025-11-15 15:42:05', 'A', '111.225.149.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6867, '2025-11-15 15:43:07', 'W', '213.22.186.150', 'Opera/8.60.(Windows NT 5.0; zu-ZA) Presto/2.9.186 Version/10.00', 'Opera', 'Windows 2000'),
(6868, '2025-11-15 15:43:11', 'W', '85.107.184.150', 'Opera/8.68.(X11; Linux x86_64; tig-ER) Presto/2.9.169 Version/10.00', 'Opera', 'Linux'),
(6869, '2025-11-15 15:48:13', 'A', '111.225.148.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6870, '2025-11-15 15:51:41', 'A', '110.249.201.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6871, '2025-11-15 15:54:38', 'W', '20.0.53.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6872, '2025-11-15 15:56:04', 'A', '111.225.148.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6873, '2025-11-15 15:56:26', 'W', '175.176.31.23', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_7 rv:2.0; de-LI) AppleWebKit/531.20.3 (KHTML, like Gecko) Version/4.0 Safari/531.20.3', 'Safari', 'Mac OS X'),
(6874, '2025-11-15 16:00:54', 'A', '110.249.201.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6875, '2025-11-15 16:02:54', 'A', '110.249.201.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6876, '2025-11-15 16:11:53', 'W', '190.120.255.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6877, '2025-11-15 16:11:58', 'W', '169.224.105.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6878, '2025-11-15 16:12:02', 'W', '37.238.4.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6879, '2025-11-15 16:12:05', 'W', '179.106.186.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6880, '2025-11-15 16:12:08', 'W', '152.59.82.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6881, '2025-11-15 16:17:53', 'A', '111.225.149.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6882, '2025-11-15 16:19:50', 'W', '45.230.203.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.43 Safari/537.36', 'Chrome', 'Windows 10'),
(6883, '2025-11-15 16:21:06', 'A', '110.249.201.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6884, '2025-11-15 16:23:20', 'W', '43.173.177.146', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6885, '2025-11-15 16:23:49', 'W', '43.239.72.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(6886, '2025-11-15 16:25:13', 'A', '47.128.53.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6887, '2025-11-15 16:25:55', 'A', '111.225.148.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6888, '2025-11-15 16:29:04', 'W', '20.194.157.185', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(6889, '2025-11-15 16:29:29', 'A', '111.225.148.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6890, '2025-11-15 16:32:29', 'W', '113.190.7.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(6891, '2025-11-15 16:34:49', 'W', '43.173.173.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6892, '2025-11-15 16:35:38', 'W', '51.68.107.151', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6893, '2025-11-15 16:35:59', 'W', '187.84.184.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(6894, '2025-11-15 16:40:43', 'W', '45.190.54.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6895, '2025-11-15 16:41:32', 'A', '47.128.38.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6896, '2025-11-15 16:43:20', 'A', '111.225.148.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6897, '2025-11-15 16:44:21', 'W', '66.132.153.117', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(6898, '2025-11-15 16:47:31', 'A', '111.225.149.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6899, '2025-11-15 16:53:06', 'W', '43.173.173.127', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6900, '2025-11-15 16:56:26', 'A', '111.225.148.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6901, '2025-11-15 16:57:43', 'W', '43.173.175.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6902, '2025-11-15 16:59:53', 'W', '43.173.178.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6903, '2025-11-15 17:03:35', 'W', '167.94.146.55', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(6904, '2025-11-15 17:05:14', 'A', '47.128.16.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6905, '2025-11-15 17:07:00', 'A', '110.249.201.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6906, '2025-11-15 17:07:26', 'W', '43.173.178.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6907, '2025-11-15 17:08:44', 'W', '43.173.180.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6908, '2025-11-15 17:13:10', 'W', '43.173.181.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6909, '2025-11-15 17:18:00', 'A', '111.225.148.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6910, '2025-11-15 17:18:26', 'W', '43.173.180.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6911, '2025-11-15 17:29:54', 'W', '8.217.209.101', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6912, '2025-11-15 17:30:25', 'W', '41.98.221.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(6913, '2025-11-15 17:30:59', 'A', '111.225.149.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6914, '2025-11-15 17:31:41', 'W', '8.217.208.167', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6915, '2025-11-15 17:33:06', 'W', '43.173.179.111', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6916, '2025-11-15 17:35:23', 'W', '217.218.49.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6917, '2025-11-15 17:35:33', 'A', '111.225.149.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6918, '2025-11-15 17:38:28', 'W', '54.254.108.206', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(6919, '2025-11-15 17:39:14', 'W', '8.217.210.85', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6920, '2025-11-15 17:40:17', 'W', '92.54.248.98', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(6921, '2025-11-15 17:43:20', 'A', '111.225.149.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6922, '2025-11-15 17:45:20', 'W', '8.217.182.94', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6923, '2025-11-15 17:47:29', 'W', '43.167.225.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6924, '2025-11-15 17:48:46', 'A', '110.249.202.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6925, '2025-11-15 17:51:00', 'W', '158.173.21.91', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(6926, '2025-11-15 17:53:39', 'W', '45.82.78.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.37', 'Chrome', 'Windows 10'),
(6927, '2025-11-15 17:54:01', 'W', '185.147.101.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6928, '2025-11-15 17:54:03', 'W', '187.84.153.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6929, '2025-11-15 17:54:05', 'W', '142.93.54.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6930, '2025-11-15 17:54:08', 'W', '196.171.21.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6931, '2025-11-15 17:54:11', 'W', '157.100.137.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6932, '2025-11-15 18:05:10', 'A', '47.128.61.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6933, '2025-11-15 18:05:17', 'W', '87.250.224.230', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6934, '2025-11-15 18:05:18', 'W', '87.250.224.248', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6935, '2025-11-15 18:06:23', 'W', '40.77.167.224', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6936, '2025-11-15 18:09:57', 'A', '111.225.148.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6937, '2025-11-15 18:16:12', 'A', '111.225.148.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6938, '2025-11-15 18:19:11', 'A', '111.225.148.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6939, '2025-11-15 18:19:47', 'W', '112.42.93.123', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6940, '2025-11-15 18:22:38', 'W', '5.255.231.40', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6941, '2025-11-15 18:27:12', 'W', '156.241.214.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Mac OS X'),
(6942, '2025-11-15 18:30:55', 'W', '213.230.102.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 10'),
(6943, '2025-11-15 18:31:43', 'W', '200.77.198.236', 'Opera/9.25.(Windows NT 5.01; ro-RO) Presto/2.9.187 Version/10.00', 'Opera', 'Windows 2000'),
(6944, '2025-11-15 18:33:09', 'W', '62.122.70.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4137.1 SputnikBrowser/5.6.6280.0 (GOST) Safari/537.36', 'Chrome', 'Windows 10'),
(6945, '2025-11-15 18:34:17', 'W', '103.137.80.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(6946, '2025-11-15 18:34:58', 'W', '177.23.37.26', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6947, '2025-11-15 18:37:34', 'W', '43.173.179.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6948, '2025-11-15 18:39:23', 'W', '123.26.10.139', 'Mozilla/5.0 (Windows CE; fa-IR; rv:1.9.1.20) Gecko/5686-04-30 19:07:25.187378 Firefox/3.8', 'Firefox', 'Unknown OS Platform'),
(6949, '2025-11-15 18:40:09', 'A', '111.225.148.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6950, '2025-11-15 18:45:02', 'A', '110.249.202.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6951, '2025-11-15 18:45:34', 'W', '43.173.173.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(6952, '2025-11-15 18:55:42', 'A', '110.249.202.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6953, '2025-11-15 19:03:29', 'A', '47.128.111.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6954, '2025-11-15 19:03:56', 'A', '111.225.149.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6955, '2025-11-15 19:05:34', 'A', '110.249.201.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6956, '2025-11-15 19:06:20', 'W', '18.97.9.102', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(6957, '2025-11-15 19:09:27', 'A', '110.249.202.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6958, '2025-11-15 19:11:01', 'A', '47.128.58.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6959, '2025-11-15 19:11:26', 'A', '111.225.148.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6960, '2025-11-15 19:15:11', 'A', '47.128.45.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6961, '2025-11-15 19:16:22', 'W', '8.217.213.185', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6962, '2025-11-15 19:16:30', 'A', '110.249.201.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6963, '2025-11-15 19:16:57', 'W', '147.135.213.170', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(6964, '2025-11-15 19:17:29', 'W', '213.180.203.212', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6965, '2025-11-15 19:18:01', 'W', '52.167.144.136', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(6966, '2025-11-15 19:19:08', 'W', '152.231.143.81', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0; Trident/3.0)', 'Internet Explorer', 'Windows 2000'),
(6967, '2025-11-15 19:20:38', 'W', '5.255.231.17', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6968, '2025-11-15 19:22:18', 'A', '110.249.201.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6969, '2025-11-15 19:22:34', 'W', '152.231.32.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6970, '2025-11-15 19:22:55', 'W', '8.217.140.234', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(6971, '2025-11-15 19:23:10', 'W', '5.255.231.152', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6972, '2025-11-15 19:23:26', 'W', '137.184.195.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6973, '2025-11-15 19:23:29', 'W', '45.5.101.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6974, '2025-11-15 19:23:33', 'W', '79.173.254.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6975, '2025-11-15 19:23:33', 'W', '151.252.195.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6976, '2025-11-15 19:27:46', 'W', '14.243.90.113', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 8.1'),
(6977, '2025-11-15 19:27:47', 'W', '154.3.57.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Windows 10'),
(6978, '2025-11-15 19:28:57', 'A', '111.225.149.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6979, '2025-11-15 19:29:04', 'W', '187.16.188.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(6980, '2025-11-15 19:29:07', 'W', '41.250.3.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(6981, '2025-11-15 19:29:27', 'W', '186.62.60.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(6982, '2025-11-15 19:37:56', 'A', '110.249.201.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6983, '2025-11-15 19:43:58', 'A', '111.225.148.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6984, '2025-11-15 19:53:47', 'W', '213.180.203.238', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(6985, '2025-11-15 19:54:43', 'W', '196.74.127.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6986, '2025-11-15 19:54:49', 'A', '111.225.149.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6987, '2025-11-15 19:54:52', 'W', '134.209.120.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6988, '2025-11-15 19:54:57', 'W', '165.227.195.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6989, '2025-11-15 19:54:58', 'W', '156.195.192.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6990, '2025-11-15 19:54:59', 'W', '190.183.193.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6991, '2025-11-15 19:55:41', 'A', '47.128.28.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(6992, '2025-11-15 19:57:32', 'A', '110.249.201.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6993, '2025-11-15 19:57:59', 'A', '110.249.201.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6994, '2025-11-15 19:59:52', 'A', '111.225.148.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6995, '2025-11-15 20:00:24', 'A', '111.225.149.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(6996, '2025-11-15 20:02:19', 'A', '111.225.149.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6997, '2025-11-15 20:06:56', 'A', '111.225.149.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(6998, '2025-11-15 20:07:13', 'W', '131.108.33.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(6999, '2025-11-15 20:07:16', 'W', '45.187.60.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7000, '2025-11-15 20:07:20', 'W', '190.141.121.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7001, '2025-11-15 20:07:20', 'W', '176.28.253.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7002, '2025-11-15 20:07:23', 'W', '102.213.200.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7003, '2025-11-15 20:08:34', 'A', '111.225.149.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7004, '2025-11-15 20:08:39', 'A', '111.225.148.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7005, '2025-11-15 20:09:42', 'W', '5.255.231.175', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7006, '2025-11-15 20:16:24', 'A', '111.225.149.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7007, '2025-11-15 20:17:53', 'W', '143.137.38.67', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(7008, '2025-11-15 20:19:47', 'W', '41.142.56.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.101.4951.54 Safari/537.36', 'Chrome', 'Windows 10'),
(7009, '2025-11-15 20:22:34', 'W', '95.108.213.171', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7010, '2025-11-15 20:23:01', 'W', '45.179.237.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7011, '2025-11-15 20:23:04', 'W', '123.21.234.152', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36', 'Chrome', 'Windows XP'),
(7012, '2025-11-15 20:24:16', 'W', '43.173.176.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7013, '2025-11-15 20:24:52', 'W', '43.173.175.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7014, '2025-11-15 20:25:41', 'W', '102.182.46.138', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(7015, '2025-11-15 20:27:01', 'W', '186.122.0.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(7016, '2025-11-15 20:27:37', 'W', '51.75.118.147', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7017, '2025-11-15 20:27:49', 'W', '131.108.19.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7018, '2025-11-15 20:35:11', 'W', '87.250.224.51', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7019, '2025-11-15 20:37:21', 'A', '111.225.149.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7020, '2025-11-15 20:37:42', 'W', '113.20.52.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/52.0.847.0 Safari/535.2', 'Chrome', 'Mac OS X'),
(7021, '2025-11-15 20:38:53', 'A', '111.225.149.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7022, '2025-11-15 20:39:36', 'A', '111.225.149.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7023, '2025-11-15 20:40:36', 'W', '20.90.7.145', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(7024, '2025-11-15 20:40:43', 'A', '47.128.24.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7025, '2025-11-15 20:51:08', 'A', '110.249.202.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7026, '2025-11-15 20:52:11', 'W', '213.180.203.172', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7027, '2025-11-15 21:03:44', 'A', '47.128.39.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7028, '2025-11-15 21:06:50', 'W', '38.159.51.235', 'Opera/8.75.(Windows NT 5.0; raj-IN) Presto/2.9.166 Version/11.00', 'Opera', 'Windows 2000'),
(7029, '2025-11-15 21:13:47', 'A', '111.225.149.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7030, '2025-11-15 21:14:57', 'W', '181.191.198.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(7031, '2025-11-15 21:17:00', 'W', '197.245.81.253', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/3.1)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(7032, '2025-11-15 21:19:01', 'W', '123.25.105.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(7033, '2025-11-15 21:19:14', 'W', '39.194.1.162', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(7034, '2025-11-15 21:22:35', 'W', '43.173.177.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7035, '2025-11-15 21:23:26', 'A', '47.128.20.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7036, '2025-11-15 21:23:30', 'W', '186.232.172.245', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4121.813 Safari/537.36', 'Chrome', 'Windows 10'),
(7037, '2025-11-15 21:24:27', 'W', '177.223.55.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(7038, '2025-11-15 21:24:35', 'W', '87.250.224.77', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7039, '2025-11-15 21:24:48', 'W', '160.20.85.120', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 8.1'),
(7040, '2025-11-15 21:27:02', 'W', '43.173.173.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7041, '2025-11-15 21:27:21', 'W', '40.77.167.68', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7042, '2025-11-15 21:30:21', 'W', '43.173.173.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7043, '2025-11-15 21:33:33', 'W', '129.222.187.170', 'Opera/8.24.(Windows NT 11.0; sid-ET) Presto/2.9.187 Version/12.00', 'Opera', 'Unknown OS Platform'),
(7044, '2025-11-15 21:39:30', 'W', '213.173.99.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7045, '2025-11-15 21:44:45', 'W', '52.167.144.205', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7046, '2025-11-15 21:44:48', 'A', '47.128.21.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7047, '2025-11-15 21:45:15', 'W', '45.161.222.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7048, '2025-11-15 21:45:23', 'W', '181.115.215.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7049, '2025-11-15 21:45:27', 'W', '191.37.20.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7050, '2025-11-15 21:45:29', 'W', '142.93.118.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7051, '2025-11-15 21:45:30', 'W', '105.76.186.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7052, '2025-11-15 21:51:17', 'A', '111.225.148.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7053, '2025-11-15 21:52:09', 'A', '47.128.111.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7054, '2025-11-15 21:56:03', 'A', '111.225.149.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7055, '2025-11-15 22:03:25', 'W', '103.183.193.203', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/37.0.865.0 Safari/535.1', 'Chrome', 'Linux'),
(7056, '2025-11-15 22:05:58', 'W', '146.174.177.67', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1025 Safari/532.5', 'Chrome', 'Windows 7'),
(7057, '2025-11-15 22:06:13', 'A', '110.249.202.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7058, '2025-11-15 22:06:54', 'W', '185.200.237.130', 'Opera/8.34.(X11; Linux x86_64; ku-TR) Presto/2.9.186 Version/10.00', 'Opera', 'Linux'),
(7059, '2025-11-15 22:08:39', 'A', '111.225.149.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7060, '2025-11-15 22:10:21', 'W', '35.144.137.197', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/5.1)', 'Internet Explorer', 'Windows XP'),
(7061, '2025-11-15 22:12:26', 'W', '45.224.198.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7062, '2025-11-15 22:12:30', 'W', '190.108.78.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7063, '2025-11-15 22:12:38', 'W', '46.1.185.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7064, '2025-11-15 22:12:40', 'W', '45.231.201.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7065, '2025-11-15 22:12:42', 'W', '37.208.162.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7066, '2025-11-15 22:15:09', 'A', '110.249.202.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7067, '2025-11-15 22:16:52', 'A', '110.249.201.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7068, '2025-11-15 22:18:09', 'W', '45.237.119.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7069, '2025-11-15 22:18:20', 'W', '38.190.124.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7070, '2025-11-15 22:18:30', 'W', '185.106.28.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7071, '2025-11-15 22:18:31', 'W', '174.138.44.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7072, '2025-11-15 22:18:34', 'W', '179.38.225.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7073, '2025-11-15 22:19:26', 'W', '185.254.32.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(7074, '2025-11-15 22:19:41', 'W', '113.178.70.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(7075, '2025-11-15 22:20:23', 'A', '110.249.201.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7076, '2025-11-15 22:20:51', 'W', '170.246.69.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.19 Safari/537.36', 'Chrome', 'Mac OS X'),
(7077, '2025-11-15 22:22:05', 'W', '20.215.214.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(7078, '2025-11-15 22:28:30', 'W', '43.173.175.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7079, '2025-11-15 22:30:09', 'W', '43.173.175.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7080, '2025-11-15 22:32:47', 'W', '142.173.100.94', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(7081, '2025-11-15 22:32:58', 'A', '47.128.42.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7082, '2025-11-15 22:33:43', 'W', '43.173.182.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7083, '2025-11-15 22:34:52', 'A', '111.225.148.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7084, '2025-11-15 22:38:30', 'W', '94.249.50.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7085, '2025-11-15 22:38:31', 'W', '138.36.213.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7086, '2025-11-15 22:38:37', 'W', '82.86.133.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7087, '2025-11-15 22:38:39', 'W', '168.197.60.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7088, '2025-11-15 22:38:42', 'W', '103.129.79.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7089, '2025-11-15 22:40:02', 'W', '47.27.16.212', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_2 rv:4.0; crh-UA) AppleWebKit/531.47.4 (KHTML, like Gecko) Version/4.0 Safari/531.47.4', 'Safari', 'Mac OS X'),
(7090, '2025-11-15 22:41:56', 'A', '47.128.123.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7091, '2025-11-15 22:42:41', 'W', '198.235.24.26', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(7092, '2025-11-15 22:43:45', 'A', '110.249.201.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7093, '2025-11-15 22:45:44', 'A', '111.225.148.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7094, '2025-11-15 22:50:22', 'W', '5.255.231.10', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7095, '2025-11-15 22:53:10', 'A', '111.225.149.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7096, '2025-11-15 22:55:26', 'A', '110.249.201.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7097, '2025-11-15 22:59:04', 'A', '47.128.49.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7098, '2025-11-15 22:59:11', 'W', '73.206.235.248', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/47.0.852.0 Safari/532.1', 'Chrome', 'Linux'),
(7099, '2025-11-15 23:07:19', 'A', '111.225.149.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7100, '2025-11-15 23:09:03', 'I', '115.70.62.30', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(7101, '2025-11-15 23:09:13', 'A', '111.225.148.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7102, '2025-11-15 23:11:42', 'A', '47.128.52.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7103, '2025-11-15 23:18:16', 'W', '123.31.193.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(7104, '2025-11-15 23:18:34', 'W', '66.249.66.200', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(7105, '2025-11-15 23:20:21', 'W', '167.57.1.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(7106, '2025-11-15 23:20:34', 'W', '131.196.142.169', 'Mozilla/5.0 (X11; CrOS i686 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7107, '2025-11-15 23:20:40', 'W', '43.173.182.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7108, '2025-11-15 23:21:52', 'W', '148.222.206.89', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(7109, '2025-11-15 23:26:43', 'W', '51.252.163.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7110, '2025-11-15 23:26:44', 'W', '43.173.177.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7111, '2025-11-15 23:29:23', 'A', '111.225.148.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7112, '2025-11-15 23:32:09', 'W', '5.255.231.38', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7113, '2025-11-15 23:32:41', 'W', '185.173.36.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7114, '2025-11-15 23:33:27', 'W', '5.255.231.61', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7115, '2025-11-15 23:36:17', 'W', '45.233.189.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7116, '2025-11-15 23:36:23', 'W', '91.186.254.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7117, '2025-11-15 23:36:25', 'W', '37.236.163.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7118, '2025-11-15 23:36:25', 'W', '77.38.149.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7119, '2025-11-15 23:36:31', 'W', '189.38.35.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7120, '2025-11-15 23:37:07', 'W', '213.180.203.70', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7121, '2025-11-15 23:44:19', 'A', '111.225.149.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7122, '2025-11-15 23:50:41', 'A', '111.225.148.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7123, '2025-11-15 23:51:13', 'W', '95.108.213.155', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7124, '2025-11-15 23:52:52', 'A', '111.225.148.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7125, '2025-11-15 23:54:58', 'A', '110.249.201.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7126, '2025-11-16 00:00:48', 'W', '123.24.132.225', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(7127, '2025-11-16 00:02:12', 'A', '110.249.202.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7128, '2025-11-16 00:02:14', 'A', '47.128.31.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7129, '2025-11-16 00:07:39', 'W', '40.77.167.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7130, '2025-11-16 00:09:38', 'W', '5.255.231.167', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7131, '2025-11-16 00:13:12', 'A', '111.225.149.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7132, '2025-11-16 00:14:36', 'W', '52.167.144.18', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7133, '2025-11-16 00:15:25', 'W', '113.186.83.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5163.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(7134, '2025-11-16 00:17:54', 'W', '103.36.10.137', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 7'),
(7135, '2025-11-16 00:18:11', 'W', '87.250.224.105', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7136, '2025-11-16 00:19:22', 'W', '168.121.98.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(7137, '2025-11-16 00:19:46', 'A', '111.225.148.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7138, '2025-11-16 00:19:48', 'W', '45.175.115.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(7139, '2025-11-16 00:19:49', 'W', '167.62.173.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(7140, '2025-11-16 00:19:51', 'W', '157.100.88.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(7141, '2025-11-16 00:20:30', 'A', '111.225.149.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7142, '2025-11-16 00:22:14', 'W', '5.255.231.184', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7143, '2025-11-16 00:28:42', 'W', '31.187.78.147', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(7144, '2025-11-16 00:29:06', 'W', '213.180.203.166', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7145, '2025-11-16 00:32:14', 'W', '43.173.179.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7146, '2025-11-16 00:38:24', 'W', '40.77.167.79', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7147, '2025-11-16 00:48:41', 'W', '5.255.231.182', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7148, '2025-11-16 00:49:03', 'W', '177.101.141.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7149, '2025-11-16 00:49:08', 'W', '45.70.159.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7150, '2025-11-16 00:49:08', 'W', '185.56.195.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7151, '2025-11-16 00:49:10', 'W', '159.203.181.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7152, '2025-11-16 00:49:20', 'I', '200.54.51.194', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; se-NO) AppleWebKit/533.24.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6533.24.7', 'Handheld Browser', 'iPod'),
(7153, '2025-11-16 00:54:05', 'A', '110.249.202.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7154, '2025-11-16 01:05:47', 'A', '111.225.148.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7155, '2025-11-16 01:11:21', 'A', '110.249.201.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7156, '2025-11-16 01:14:00', 'A', '111.225.149.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7157, '2025-11-16 01:14:11', 'A', '111.225.149.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7158, '2025-11-16 01:17:41', 'W', '165.50.46.149', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(7159, '2025-11-16 01:19:38', 'W', '113.188.227.252', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Windows 8.1'),
(7160, '2025-11-16 01:20:26', 'W', '190.150.38.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7161, '2025-11-16 01:22:09', 'A', '47.128.17.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7162, '2025-11-16 01:26:49', 'W', '43.173.176.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7163, '2025-11-16 01:27:55', 'W', '37.236.165.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(7164, '2025-11-16 01:27:55', 'W', '170.244.211.167', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 7'),
(7165, '2025-11-16 01:31:46', 'W', '43.173.179.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7166, '2025-11-16 01:37:04', 'A', '110.249.202.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7167, '2025-11-16 01:38:11', 'W', '66.249.83.103', 'Chrome Privacy Preserving Prefetch Proxy', 'Chrome', 'Unknown OS Platform'),
(7168, '2025-11-16 01:38:11', 'A', '162.120.186.103', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(7169, '2025-11-16 01:44:56', 'A', '111.225.148.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7170, '2025-11-16 01:46:13', 'A', '111.225.149.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7171, '2025-11-16 01:46:38', 'W', '217.182.139.33', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7172, '2025-11-16 01:49:08', 'A', '111.225.149.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7173, '2025-11-16 01:51:56', 'A', '47.128.111.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7174, '2025-11-16 01:54:39', 'W', '191.114.242.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7175, '2025-11-16 01:54:39', 'W', '46.185.168.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7176, '2025-11-16 01:54:43', 'W', '161.142.124.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7177, '2025-11-16 01:54:45', 'W', '103.25.243.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7178, '2025-11-16 01:54:52', 'W', '177.54.199.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7179, '2025-11-16 01:54:53', 'W', '190.113.102.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7180, '2025-11-16 02:02:52', 'W', '213.180.203.246', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7181, '2025-11-16 02:03:31', 'W', '189.62.44.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7182, '2025-11-16 02:03:39', 'W', '103.136.107.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7183, '2025-11-16 02:10:40', 'A', '47.128.115.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7184, '2025-11-16 02:11:29', 'A', '110.249.201.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7185, '2025-11-16 02:14:57', 'A', '111.225.149.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7186, '2025-11-16 02:15:49', 'W', '190.152.191.249', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.0.3016 Safari/537.36', 'Chrome', 'Windows 7'),
(7187, '2025-11-16 02:17:06', 'W', '94.23.188.204', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(7188, '2025-11-16 02:17:42', 'W', '14.230.211.229', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Windows 10'),
(7189, '2025-11-16 02:22:02', 'W', '45.177.207.119', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(7190, '2025-11-16 02:22:08', 'W', '152.201.252.183', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 7'),
(7191, '2025-11-16 02:24:29', 'W', '43.173.176.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7192, '2025-11-16 02:28:21', 'A', '111.225.148.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7193, '2025-11-16 02:31:38', 'W', '5.255.231.98', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7194, '2025-11-16 02:37:19', 'W', '38.41.42.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7195, '2025-11-16 02:37:22', 'W', '116.98.0.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7196, '2025-11-16 02:37:23', 'W', '103.248.120.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7197, '2025-11-16 02:37:29', 'W', '39.194.5.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7198, '2025-11-16 02:37:36', 'W', '45.176.161.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7199, '2025-11-16 02:38:36', 'W', '142.93.190.225', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(7200, '2025-11-16 02:38:36', 'W', '142.93.190.225', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(7201, '2025-11-16 02:43:24', 'A', '47.128.18.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7202, '2025-11-16 02:51:08', 'A', '110.249.201.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7203, '2025-11-16 02:52:37', 'A', '111.225.148.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7204, '2025-11-16 02:53:45', 'W', '196.242.47.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'Edge', 'Windows 10'),
(7205, '2025-11-16 02:58:13', 'W', '181.26.148.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7206, '2025-11-16 02:58:14', 'W', '103.114.97.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7207, '2025-11-16 02:58:16', 'W', '162.243.164.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7208, '2025-11-16 02:58:18', 'W', '189.28.87.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7209, '2025-11-16 02:58:22', 'W', '103.94.255.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7210, '2025-11-16 03:04:29', 'A', '111.225.148.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7211, '2025-11-16 03:07:41', 'A', '110.249.202.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7212, '2025-11-16 03:09:19', 'W', '186.237.177.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7213, '2025-11-16 03:09:19', 'W', '191.85.31.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7214, '2025-11-16 03:09:21', 'W', '131.161.94.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7215, '2025-11-16 03:09:29', 'W', '181.209.107.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7216, '2025-11-16 03:13:05', 'A', '111.225.149.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7217, '2025-11-16 03:14:30', 'A', '47.128.39.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7218, '2025-11-16 03:15:14', 'W', '103.134.38.43', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(7219, '2025-11-16 03:15:49', 'W', '5.255.231.189', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7220, '2025-11-16 03:16:48', 'W', '181.78.14.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(7221, '2025-11-16 03:17:24', 'W', '45.84.116.74', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(7222, '2025-11-16 03:17:24', 'W', '187.62.243.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(7223, '2025-11-16 03:17:27', 'W', '181.235.232.234', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36', 'Chrome', 'Windows 8.1'),
(7224, '2025-11-16 03:18:20', 'W', '187.189.215.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(7225, '2025-11-16 03:20:14', 'W', '43.173.174.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7226, '2025-11-16 03:21:36', 'A', '110.249.201.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7227, '2025-11-16 03:26:06', 'W', '49.36.42.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(7228, '2025-11-16 03:26:14', 'W', '45.71.37.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(7229, '2025-11-16 03:28:56', 'W', '47.79.196.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7230, '2025-11-16 03:31:45', 'W', '45.181.220.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(7231, '2025-11-16 03:40:24', 'W', '206.189.236.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7232, '2025-11-16 03:40:34', 'W', '179.37.85.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7233, '2025-11-16 03:40:36', 'W', '192.241.136.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7234, '2025-11-16 03:40:40', 'W', '206.62.50.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7235, '2025-11-16 03:40:44', 'W', '45.65.131.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7236, '2025-11-16 03:48:20', 'W', '95.108.213.128', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7237, '2025-11-16 03:48:40', 'A', '111.225.149.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7238, '2025-11-16 03:52:39', 'W', '185.104.70.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7239, '2025-11-16 03:52:46', 'W', '104.248.49.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7240, '2025-11-16 03:52:46', 'W', '62.201.214.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7241, '2025-11-16 03:52:50', 'W', '196.207.222.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7242, '2025-11-16 03:52:53', 'W', '102.222.145.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7243, '2025-11-16 03:54:43', 'A', '47.128.97.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(7244, '2025-11-16 03:58:44', 'W', '187.180.172.104', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_8; rv:1.9.2.20) Gecko/3522-09-27 06:32:32.925323 Firefox/3.6.13', 'Firefox', 'Mac OS X'),
(7245, '2025-11-16 03:59:05', 'W', '131.100.185.95', 'Opera/8.74.(Windows NT 5.0; hak-TW) Presto/2.9.165 Version/11.00', 'Opera', 'Windows 2000'),
(7246, '2025-11-16 04:01:20', 'A', '111.225.148.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7247, '2025-11-16 04:01:48', 'A', '111.225.148.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7248, '2025-11-16 04:01:53', 'A', '111.225.148.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7249, '2025-11-16 04:03:44', 'A', '47.128.114.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7250, '2025-11-16 04:13:32', 'A', '47.128.113.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7251, '2025-11-16 04:18:01', 'W', '138.36.36.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Mac OS X'),
(7252, '2025-11-16 04:18:19', 'W', '200.109.226.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7253, '2025-11-16 04:18:26', 'W', '103.152.105.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7254, '2025-11-16 04:18:33', 'W', '38.188.17.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7255, '2025-11-16 04:19:13', 'W', '113.172.206.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(7256, '2025-11-16 04:21:32', 'W', '87.250.224.214', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7257, '2025-11-16 04:29:10', 'W', '207.46.13.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7258, '2025-11-16 04:29:41', 'A', '110.249.201.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7259, '2025-11-16 04:33:16', 'W', '43.173.178.253', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7260, '2025-11-16 04:33:43', 'A', '110.249.201.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7261, '2025-11-16 04:34:08', 'W', '162.14.207.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7262, '2025-11-16 04:35:06', 'A', '111.225.148.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7263, '2025-11-16 04:35:36', 'A', '47.128.51.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7264, '2025-11-16 04:36:18', 'A', '111.225.148.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7265, '2025-11-16 04:38:23', 'I', '169.148.26.13', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; mai-IN) AppleWebKit/533.35.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6533.35.1', 'Handheld Browser', 'iPod'),
(7266, '2025-11-16 04:38:45', 'W', '87.250.224.99', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7267, '2025-11-16 04:40:00', 'W', '5.255.231.165', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7268, '2025-11-16 04:40:02', 'W', '213.180.203.57', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7269, '2025-11-16 04:42:00', 'W', '43.173.181.182', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7270, '2025-11-16 04:48:04', 'A', '111.225.148.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7271, '2025-11-16 04:52:50', 'W', '119.207.120.182', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(7272, '2025-11-16 04:54:08', 'A', '111.225.148.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7273, '2025-11-16 05:00:45', 'W', '40.77.167.73', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7274, '2025-11-16 05:00:55', 'A', '47.128.33.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7275, '2025-11-16 05:02:32', 'A', '47.128.52.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7276, '2025-11-16 05:10:07', 'W', '66.249.66.77', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(7277, '2025-11-16 05:11:31', 'A', '47.128.45.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7278, '2025-11-16 05:18:57', 'W', '14.191.123.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7279, '2025-11-16 05:21:15', 'W', '14.174.127.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(7280, '2025-11-16 05:23:08', 'W', '102.157.174.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(7281, '2025-11-16 05:24:27', 'W', '200.112.218.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7282, '2025-11-16 05:24:33', 'W', '190.135.152.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7283, '2025-11-16 05:24:35', 'W', '177.86.5.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7284, '2025-11-16 05:24:47', 'W', '159.65.236.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7285, '2025-11-16 05:24:55', 'W', '143.105.135.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7286, '2025-11-16 05:27:32', 'W', '186.22.57.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7287, '2025-11-16 05:27:38', 'W', '179.191.225.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7288, '2025-11-16 05:27:42', 'W', '187.102.220.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7289, '2025-11-16 05:27:54', 'W', '201.178.237.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7290, '2025-11-16 05:27:58', 'W', '159.223.101.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7291, '2025-11-16 05:28:31', 'W', '5.255.231.60', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7292, '2025-11-16 05:32:18', 'A', '110.249.201.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7293, '2025-11-16 05:35:08', 'A', '110.249.201.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7294, '2025-11-16 05:35:20', 'W', '117.210.185.245', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 4.0; Trident/4.0)', 'Internet Explorer', 'Unknown OS Platform'),
(7295, '2025-11-16 05:38:14', 'W', '179.49.172.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7296, '2025-11-16 05:38:27', 'W', '191.104.153.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7297, '2025-11-16 05:38:48', 'A', '111.225.148.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7298, '2025-11-16 05:43:32', 'W', '23.106.201.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7299, '2025-11-16 05:45:18', 'W', '142.173.7.173', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/534.36.1 (KHTML, like Gecko) Version/5.0 Safari/534.36.1', 'Safari', 'Unknown OS Platform'),
(7300, '2025-11-16 06:15:27', 'W', '151.244.155.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(7301, '2025-11-16 06:15:29', 'W', '45.234.81.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(7302, '2025-11-16 06:16:44', 'W', '123.21.81.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(7303, '2025-11-16 06:17:20', 'W', '103.156.2.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(7304, '2025-11-16 06:20:14', 'W', '45.227.73.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(7305, '2025-11-16 06:20:19', 'A', '47.128.27.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7306, '2025-11-16 06:21:23', 'W', '191.235.99.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(7307, '2025-11-16 06:22:57', 'W', '102.163.116.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.102 Safari/537.36', 'Chrome', 'Windows 10'),
(7308, '2025-11-16 06:23:39', 'W', '37.46.115.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'Chrome', 'Mac OS X'),
(7309, '2025-11-16 06:24:26', 'A', '47.128.32.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7310, '2025-11-16 06:27:48', 'W', '107.152.32.177', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(7311, '2025-11-16 06:29:21', 'A', '47.128.29.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7312, '2025-11-16 06:29:33', 'W', '161.118.199.184', 'Mozilla/5.0 (X11; Linux x86_64) Gecko/20100101 Firefox/117.0', 'Firefox', 'Linux'),
(7313, '2025-11-16 06:49:55', 'A', '111.225.148.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7314, '2025-11-16 06:52:30', 'A', '110.249.201.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7315, '2025-11-16 06:52:35', 'A', '110.249.201.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7316, '2025-11-16 06:55:54', 'A', '110.249.201.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7317, '2025-11-16 06:58:39', 'A', '111.225.149.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7318, '2025-11-16 07:11:38', 'W', '207.46.13.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7319, '2025-11-16 07:12:59', 'A', '111.225.149.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7320, '2025-11-16 07:20:30', 'W', '39.63.34.118', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Windows 10'),
(7321, '2025-11-16 07:20:34', 'W', '138.219.250.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(7322, '2025-11-16 07:21:50', 'W', '41.90.188.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(7323, '2025-11-16 07:22:55', 'A', '111.225.149.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7324, '2025-11-16 07:23:20', 'A', '47.128.113.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7325, '2025-11-16 07:25:47', 'A', '47.128.61.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7326, '2025-11-16 07:27:28', 'W', '40.77.167.254', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7327, '2025-11-16 07:28:20', 'W', '123.20.70.18', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(7328, '2025-11-16 07:28:25', 'A', '47.128.113.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7329, '2025-11-16 07:28:25', 'W', '223.228.240.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7330, '2025-11-16 07:29:39', 'W', '217.29.29.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7331, '2025-11-16 07:29:43', 'W', '38.171.83.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7332, '2025-11-16 07:29:48', 'W', '152.56.0.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7333, '2025-11-16 07:29:52', 'W', '138.117.20.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7334, '2025-11-16 07:30:01', 'W', '117.0.150.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7335, '2025-11-16 07:35:05', 'A', '111.225.149.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7336, '2025-11-16 07:43:50', 'I', '49.149.105.195', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; ayc-PE) AppleWebKit/532.1.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6532.1.7', 'Handheld Browser', 'iPod'),
(7337, '2025-11-16 07:52:13', 'A', '111.225.148.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7338, '2025-11-16 07:55:09', 'A', '110.249.201.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7339, '2025-11-16 08:03:51', 'A', '111.225.149.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7340, '2025-11-16 08:07:05', 'W', '142.173.211.82', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.1; Trident/5.0)', 'Internet Explorer', 'Windows 7'),
(7341, '2025-11-16 08:14:46', 'W', '103.138.123.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(7342, '2025-11-16 08:17:00', 'W', '188.72.46.49', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(7343, '2025-11-16 08:17:02', 'W', '185.194.8.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7344, '2025-11-16 08:18:29', 'W', '145.255.89.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(7345, '2025-11-16 08:19:07', 'W', '113.174.80.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(7346, '2025-11-16 08:19:12', 'W', '113.176.213.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(7347, '2025-11-16 08:26:12', 'W', '18.97.9.103', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(7348, '2025-11-16 08:40:09', 'A', '47.128.40.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7349, '2025-11-16 08:49:04', 'W', '37.238.89.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7350, '2025-11-16 08:49:08', 'W', '209.9.200.163', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7351, '2025-11-16 08:49:08', 'W', '160.238.25.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7352, '2025-11-16 08:49:12', 'W', '178.89.243.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7353, '2025-11-16 08:49:16', 'W', '45.232.94.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7354, '2025-11-16 08:49:31', 'W', '186.18.231.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7355, '2025-11-16 08:56:28', 'A', '110.249.201.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7356, '2025-11-16 09:03:02', 'A', '47.128.48.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7357, '2025-11-16 09:14:08', 'W', '78.173.32.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7358, '2025-11-16 09:14:11', 'W', '142.93.250.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7359, '2025-11-16 09:14:13', 'W', '157.100.107.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7360, '2025-11-16 09:14:17', 'W', '185.24.61.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7361, '2025-11-16 09:14:32', 'W', '169.224.20.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7362, '2025-11-16 09:15:37', 'W', '5.255.231.148', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7363, '2025-11-16 09:15:44', 'W', '200.158.242.236', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(7364, '2025-11-16 09:15:46', 'W', '190.83.97.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(7365, '2025-11-16 09:17:24', 'W', '14.232.178.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(7366, '2025-11-16 09:18:46', 'W', '152.59.5.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(7367, '2025-11-16 09:19:03', 'W', '213.230.87.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.101.4951.54 Safari/537.36', 'Chrome', 'Windows 10'),
(7368, '2025-11-16 09:22:27', 'W', '43.173.174.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7369, '2025-11-16 09:23:26', 'W', '43.173.180.135', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7370, '2025-11-16 09:24:17', 'W', '2.88.206.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7371, '2025-11-16 09:24:20', 'W', '78.180.144.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7372, '2025-11-16 09:24:24', 'W', '181.46.9.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7373, '2025-11-16 09:24:30', 'W', '185.75.224.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7374, '2025-11-16 09:24:33', 'W', '78.178.132.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7375, '2025-11-16 09:25:25', 'W', '181.218.10.21', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(7376, '2025-11-16 09:25:25', 'W', '178.153.41.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7377, '2025-11-16 09:28:42', 'W', '43.173.173.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7378, '2025-11-16 09:31:06', 'W', '43.173.179.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7379, '2025-11-16 09:45:15', 'W', '94.254.128.201', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/532.9.3 (KHTML, like Gecko) Version/4.1 Safari/532.9.3', 'Safari', 'Windows 2000'),
(7380, '2025-11-16 09:46:08', 'A', '47.128.48.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7381, '2025-11-16 09:49:24', 'A', '47.128.122.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7382, '2025-11-16 09:55:57', 'W', '46.201.0.159', 'Opera/9.78.(X11; Linux x86_64; th-TH) Presto/2.9.176 Version/11.00', 'Opera', 'Linux'),
(7383, '2025-11-16 09:57:44', 'W', '52.167.144.222', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7384, '2025-11-16 10:13:52', 'W', '37.212.20.56', 'Opera/9.82.(Windows 95; om-ET) Presto/2.9.170 Version/11.00', 'Opera', 'Unknown OS Platform'),
(7385, '2025-11-16 10:20:15', 'W', '190.4.119.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7386, '2025-11-16 10:20:40', 'W', '102.213.133.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(7387, '2025-11-16 10:20:57', 'W', '157.55.39.7', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7388, '2025-11-16 10:21:01', 'W', '45.166.168.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(7389, '2025-11-16 10:35:08', 'A', '111.225.149.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7390, '2025-11-16 10:48:54', 'W', '37.237.236.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7391, '2025-11-16 10:48:56', 'W', '203.175.72.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7392, '2025-11-16 10:49:02', 'W', '106.66.63.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7393, '2025-11-16 10:49:11', 'W', '37.205.114.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7394, '2025-11-16 10:49:14', 'W', '46.42.243.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7395, '2025-11-16 10:49:16', 'W', '103.42.202.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7396, '2025-11-16 10:52:09', 'W', '202.76.173.83', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.642.0 Chrome/10.0.642.0 Safari/534.16', 'Chrome', 'Ubuntu'),
(7397, '2025-11-16 10:58:12', 'W', '52.167.144.171', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7398, '2025-11-16 11:01:36', 'A', '47.128.52.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7399, '2025-11-16 11:01:49', 'W', '13.200.9.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(7400, '2025-11-16 11:02:05', 'W', '13.200.9.38', 'python-httpx/0.24.1', 'Unknown Browser', 'Unknown OS Platform'),
(7401, '2025-11-16 11:06:30', 'W', '201.51.203.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7402, '2025-11-16 11:06:31', 'W', '195.69.230.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7403, '2025-11-16 11:06:34', 'W', '137.184.147.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7404, '2025-11-16 11:06:45', 'W', '41.141.54.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7405, '2025-11-16 11:06:45', 'W', '202.164.207.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7406, '2025-11-16 11:06:51', 'W', '177.106.189.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7407, '2025-11-16 11:07:19', 'W', '170.233.7.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7408, '2025-11-16 11:18:02', 'W', '85.228.40.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(7409, '2025-11-16 11:18:51', 'W', '177.201.252.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(7410, '2025-11-16 11:20:44', 'W', '82.199.209.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Mac OS X'),
(7411, '2025-11-16 11:25:56', 'A', '47.128.29.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7412, '2025-11-16 11:36:29', 'W', '38.51.206.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7413, '2025-11-16 11:36:37', 'W', '45.181.35.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7414, '2025-11-16 11:36:39', 'W', '177.32.35.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7415, '2025-11-16 11:36:39', 'W', '191.205.179.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7416, '2025-11-16 11:36:41', 'W', '157.230.91.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7417, '2025-11-16 11:36:42', 'W', '103.239.83.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7418, '2025-11-16 11:36:47', 'W', '50.2.38.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(7419, '2025-11-16 11:39:05', 'W', '196.229.19.75', 'Opera/8.37.(Windows NT 5.2; kn-IN) Presto/2.9.174 Version/10.00', 'Opera', 'Windows Server 2003/XP x64'),
(7420, '2025-11-16 11:39:22', 'W', '184.169.241.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(7421, '2025-11-16 11:39:31', 'W', '184.169.241.195', 'python-httpx/0.24.1', 'Unknown Browser', 'Unknown OS Platform'),
(7422, '2025-11-16 11:39:31', 'W', '184.169.241.195', 'python-httpx/0.24.1', 'Unknown Browser', 'Unknown OS Platform'),
(7423, '2025-11-16 11:45:17', 'A', '47.128.21.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7424, '2025-11-16 11:45:17', 'W', '98.85.7.109', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7425, '2025-11-16 11:45:25', 'W', '52.20.73.79', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7426, '2025-11-16 11:45:33', 'W', '35.170.253.13', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7427, '2025-11-16 11:45:42', 'W', '34.198.0.207', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7428, '2025-11-16 11:46:42', 'W', '52.206.228.203', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7429, '2025-11-16 11:46:49', 'W', '34.235.75.100', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7430, '2025-11-16 11:46:50', 'A', '47.128.37.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7431, '2025-11-16 11:47:01', 'W', '18.214.129.114', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7432, '2025-11-16 11:47:25', 'W', '34.233.25.34', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(7433, '2025-11-16 11:51:46', 'W', '146.174.181.56', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11', 'Chrome', 'Windows Vista'),
(7434, '2025-11-16 11:56:12', 'W', '54.37.252.131', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7435, '2025-11-16 12:03:42', 'A', '111.225.148.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7436, '2025-11-16 12:15:57', 'W', '179.7.180.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(7437, '2025-11-16 12:18:05', 'A', '47.128.123.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7438, '2025-11-16 12:18:20', 'W', '169.224.106.61', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8'),
(7439, '2025-11-16 12:19:06', 'A', '111.225.149.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7440, '2025-11-16 12:23:29', 'W', '157.55.39.62', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7441, '2025-11-16 12:26:17', 'A', '47.128.50.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7442, '2025-11-16 12:28:26', 'W', '189.38.36.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(7443, '2025-11-16 12:28:27', 'W', '200.4.96.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.63 Safari/537.36', 'Chrome', 'Windows 10'),
(7444, '2025-11-16 12:32:30', 'W', '102.209.217.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7445, '2025-11-16 12:32:41', 'W', '179.127.44.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7446, '2025-11-16 12:32:42', 'W', '78.172.187.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7447, '2025-11-16 12:32:48', 'W', '187.184.107.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7448, '2025-11-16 12:32:48', 'W', '94.249.49.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7449, '2025-11-16 12:32:51', 'W', '103.224.55.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7450, '2025-11-16 12:35:42', 'W', '198.235.24.183', '', 'Unknown Browser', 'Unknown OS Platform'),
(7451, '2025-11-16 12:37:46', 'A', '47.128.31.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7452, '2025-11-16 12:46:51', 'A', '47.128.20.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7453, '2025-11-16 12:48:10', 'W', '43.173.181.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7454, '2025-11-16 12:53:27', 'A', '47.128.62.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7455, '2025-11-16 12:55:51', 'W', '172.213.21.125', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(7456, '2025-11-16 12:57:40', 'A', '47.128.17.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7457, '2025-11-16 13:02:35', 'W', '111.119.234.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7458, '2025-11-16 13:04:07', 'W', '65.108.125.120', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7459, '2025-11-16 13:07:49', 'A', '110.249.201.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7460, '2025-11-16 13:15:30', 'W', '113.171.182.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(7461, '2025-11-16 13:15:43', 'W', '197.1.22.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(7462, '2025-11-16 13:17:00', 'W', '179.49.35.156', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7463, '2025-11-16 13:17:57', 'W', '177.155.92.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(7464, '2025-11-16 13:18:48', 'W', '14.188.191.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(7465, '2025-11-16 13:19:35', 'W', '105.157.12.112', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(7466, '2025-11-16 13:19:40', 'W', '38.7.4.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 10'),
(7467, '2025-11-16 13:19:54', 'A', '47.128.36.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7468, '2025-11-16 13:28:37', 'A', '110.249.202.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7469, '2025-11-16 13:32:24', 'W', '43.173.180.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7470, '2025-11-16 13:37:16', 'W', '157.55.39.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7471, '2025-11-16 13:37:26', 'W', '43.173.180.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7472, '2025-11-16 13:39:11', 'A', '111.225.148.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7473, '2025-11-16 13:39:22', 'A', '110.249.202.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7474, '2025-11-16 13:42:42', 'A', '111.225.148.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7475, '2025-11-16 13:50:45', 'A', '110.249.202.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7476, '2025-11-16 14:03:37', 'A', '47.128.120.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7477, '2025-11-16 14:09:31', 'A', '111.225.148.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7478, '2025-11-16 14:12:25', 'A', '110.249.202.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7479, '2025-11-16 14:14:42', 'W', '168.195.211.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(7480, '2025-11-16 14:17:16', 'W', '179.49.124.155', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(7481, '2025-11-16 14:18:02', 'W', '203.162.159.115', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(7482, '2025-11-16 14:18:44', 'W', '138.97.186.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(7483, '2025-11-16 14:18:49', 'W', '38.252.232.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4582.189 Safari/537.36', 'Chrome', 'Mac OS X'),
(7484, '2025-11-16 14:18:59', 'W', '81.91.185.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7485, '2025-11-16 14:21:29', 'W', '170.78.245.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(7486, '2025-11-16 14:21:40', 'W', '177.191.119.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(7487, '2025-11-16 14:23:28', 'W', '213.139.63.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7488, '2025-11-16 14:23:36', 'W', '2.134.191.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7489, '2025-11-16 14:23:38', 'W', '46.60.55.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7490, '2025-11-16 14:23:39', 'W', '45.181.58.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7491, '2025-11-16 14:23:43', 'W', '185.95.185.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(7492, '2025-11-16 14:23:46', 'W', '178.131.179.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7493, '2025-11-16 14:26:24', 'A', '111.225.149.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7494, '2025-11-16 14:28:33', 'W', '46.137.211.165', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(7495, '2025-11-16 14:30:02', 'A', '47.128.17.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7496, '2025-11-16 14:30:02', 'A', '47.128.119.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7497, '2025-11-16 14:30:58', 'A', '47.128.18.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7498, '2025-11-16 14:33:06', 'A', '47.128.112.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7499, '2025-11-16 14:33:11', 'A', '47.128.50.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7500, '2025-11-16 14:33:12', 'A', '47.128.41.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7501, '2025-11-16 14:34:08', 'A', '47.128.36.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7502, '2025-11-16 14:34:15', 'A', '47.128.98.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7503, '2025-11-16 14:35:19', 'A', '47.128.32.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7504, '2025-11-16 14:35:20', 'A', '47.128.32.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7505, '2025-11-16 14:36:14', 'A', '47.128.53.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7506, '2025-11-16 14:36:23', 'A', '47.128.32.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7507, '2025-11-16 14:38:21', 'A', '47.128.55.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7508, '2025-11-16 14:38:29', 'A', '47.128.98.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7509, '2025-11-16 14:38:29', 'A', '47.128.18.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7510, '2025-11-16 14:39:25', 'A', '47.128.112.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7511, '2025-11-16 14:39:32', 'A', '47.128.16.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7512, '2025-11-16 14:40:37', 'A', '47.128.34.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7513, '2025-11-16 14:40:37', 'A', '47.128.113.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7514, '2025-11-16 14:41:06', 'A', '111.225.148.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7515, '2025-11-16 14:41:34', 'A', '47.128.57.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7516, '2025-11-16 14:41:40', 'A', '47.128.57.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7517, '2025-11-16 14:43:39', 'A', '47.128.97.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7518, '2025-11-16 14:43:47', 'A', '47.128.44.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7519, '2025-11-16 14:44:45', 'A', '47.128.31.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7520, '2025-11-16 14:44:50', 'A', '47.128.47.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7521, '2025-11-16 14:46:50', 'W', '217.182.195.233', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7522, '2025-11-16 14:46:57', 'A', '47.128.25.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7523, '2025-11-16 15:10:08', 'W', '31.171.106.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7524, '2025-11-16 15:10:15', 'W', '159.89.236.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7525, '2025-11-16 15:10:17', 'W', '103.124.226.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7526, '2025-11-16 15:10:18', 'W', '27.34.70.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7527, '2025-11-16 15:10:21', 'W', '190.151.165.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7528, '2025-11-16 15:10:25', 'W', '169.224.88.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7529, '2025-11-16 15:11:52', 'W', '178.135.18.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7530, '2025-11-16 15:12:02', 'W', '190.97.241.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7531, '2025-11-16 15:12:04', 'W', '41.193.162.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7532, '2025-11-16 15:12:12', 'W', '138.84.34.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7533, '2025-11-16 15:12:15', 'W', '179.108.91.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7534, '2025-11-16 15:12:16', 'W', '45.185.157.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7535, '2025-11-16 15:16:48', 'W', '103.171.211.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(7536, '2025-11-16 15:16:52', 'W', '170.231.88.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(7537, '2025-11-16 15:17:50', 'W', '14.162.194.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(7538, '2025-11-16 15:17:50', 'W', '187.180.171.237', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7539, '2025-11-16 15:19:06', 'W', '40.77.167.24', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7540, '2025-11-16 15:20:42', 'W', '193.106.50.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7541, '2025-11-16 15:20:52', 'W', '217.199.145.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7542, '2025-11-16 15:20:57', 'W', '190.132.241.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7543, '2025-11-16 15:21:04', 'W', '191.37.48.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7544, '2025-11-16 15:21:04', 'W', '103.211.112.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7545, '2025-11-16 15:21:05', 'W', '152.59.182.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7546, '2025-11-16 15:22:14', 'W', '45.184.73.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Mac OS X'),
(7547, '2025-11-16 15:23:07', 'W', '5.255.231.78', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7548, '2025-11-16 15:28:25', 'A', '111.225.148.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7549, '2025-11-16 15:30:51', 'W', '177.47.225.67', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/17.0.842.0 Safari/534.2', 'Chrome', 'Windows 2000'),
(7550, '2025-11-16 15:44:25', 'A', '47.128.55.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7551, '2025-11-16 15:44:26', 'A', '47.128.123.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7552, '2025-11-16 15:45:13', 'A', '47.128.27.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7553, '2025-11-16 15:46:52', 'A', '47.128.110.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7554, '2025-11-16 15:46:56', 'A', '47.128.123.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7555, '2025-11-16 15:47:42', 'A', '47.128.36.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7556, '2025-11-16 15:47:45', 'A', '47.128.123.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7557, '2025-11-16 15:48:38', 'A', '47.128.123.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7558, '2025-11-16 15:48:51', 'W', '37.205.113.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7559, '2025-11-16 15:48:51', 'W', '45.153.118.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7560, '2025-11-16 15:49:00', 'W', '45.232.27.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7561, '2025-11-16 15:49:03', 'W', '179.106.62.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7562, '2025-11-16 15:49:05', 'W', '188.3.207.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7563, '2025-11-16 15:49:10', 'W', '189.163.32.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7564, '2025-11-16 15:49:23', 'A', '47.128.39.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7565, '2025-11-16 15:49:27', 'A', '47.128.117.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7566, '2025-11-16 15:50:12', 'A', '47.128.38.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7567, '2025-11-16 15:51:02', 'A', '47.128.22.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7568, '2025-11-16 15:51:06', 'A', '47.128.112.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7569, '2025-11-16 15:51:52', 'A', '47.128.57.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7570, '2025-11-16 15:51:58', 'A', '47.128.115.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7571, '2025-11-16 15:52:47', 'A', '47.128.126.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7572, '2025-11-16 15:53:33', 'A', '47.128.114.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7573, '2025-11-16 15:54:22', 'A', '47.128.54.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7574, '2025-11-16 15:54:26', 'A', '47.128.41.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7575, '2025-11-16 15:55:17', 'A', '47.128.60.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7576, '2025-11-16 15:55:53', 'W', '174.138.42.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7577, '2025-11-16 15:55:55', 'W', '89.105.195.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7578, '2025-11-16 15:56:06', 'A', '47.128.59.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7579, '2025-11-16 15:59:01', 'W', '188.165.217.198', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7580, '2025-11-16 16:00:11', 'A', '47.128.114.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7581, '2025-11-16 16:00:17', 'A', '47.128.120.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7582, '2025-11-16 16:01:52', 'A', '47.128.60.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7583, '2025-11-16 16:01:57', 'A', '47.128.23.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7584, '2025-11-16 16:02:47', 'A', '47.128.34.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7585, '2025-11-16 16:04:22', 'A', '47.128.49.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7586, '2025-11-16 16:04:27', 'A', '47.128.118.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7587, '2025-11-16 16:04:34', 'W', '168.181.198.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7588, '2025-11-16 16:04:37', 'W', '37.40.237.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7589, '2025-11-16 16:04:39', 'W', '41.136.112.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7590, '2025-11-16 16:04:40', 'W', '41.116.55.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7591, '2025-11-16 16:04:43', 'W', '200.118.16.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7592, '2025-11-16 16:04:45', 'W', '45.175.115.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7593, '2025-11-16 16:05:12', 'A', '47.128.62.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7594, '2025-11-16 16:05:21', 'A', '47.128.36.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7595, '2025-11-16 16:06:01', 'A', '47.128.36.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7596, '2025-11-16 16:06:14', 'A', '47.128.51.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7597, '2025-11-16 16:07:03', 'A', '47.128.35.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7598, '2025-11-16 16:07:40', 'A', '47.128.21.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7599, '2025-11-16 16:07:53', 'A', '47.128.31.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7600, '2025-11-16 16:08:43', 'A', '47.128.58.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7601, '2025-11-16 16:10:12', 'A', '47.128.116.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7602, '2025-11-16 16:11:02', 'A', '47.128.116.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7603, '2025-11-16 16:11:12', 'A', '47.128.27.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7604, '2025-11-16 16:11:55', 'A', '47.128.116.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7605, '2025-11-16 16:12:53', 'A', '47.128.62.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7606, '2025-11-16 16:13:43', 'A', '47.128.21.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7607, '2025-11-16 16:14:07', 'W', '178.156.163.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 10'),
(7608, '2025-11-16 16:14:23', 'A', '47.128.27.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7609, '2025-11-16 16:15:25', 'A', '47.128.19.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7610, '2025-11-16 16:16:06', 'A', '47.128.46.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7611, '2025-11-16 16:16:30', 'W', '196.65.51.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7612, '2025-11-16 16:16:30', 'W', '217.142.21.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7613, '2025-11-16 16:16:37', 'W', '114.130.187.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7614, '2025-11-16 16:16:38', 'W', '201.33.83.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7615, '2025-11-16 16:17:02', 'A', '47.128.112.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7616, '2025-11-16 16:17:13', 'W', '74.7.228.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(7617, '2025-11-16 16:17:14', 'W', '213.180.203.96', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7618, '2025-11-16 16:17:46', 'A', '47.128.116.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7619, '2025-11-16 16:17:52', 'A', '47.128.51.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7620, '2025-11-16 16:18:39', 'A', '47.128.24.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7621, '2025-11-16 16:18:44', 'A', '47.128.40.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7622, '2025-11-16 16:19:27', 'A', '47.128.52.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7623, '2025-11-16 16:20:17', 'A', '47.128.16.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7624, '2025-11-16 16:20:24', 'A', '47.128.111.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7625, '2025-11-16 16:21:06', 'A', '47.128.120.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7626, '2025-11-16 16:21:13', 'A', '47.128.46.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7627, '2025-11-16 16:21:56', 'A', '47.128.56.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7628, '2025-11-16 16:22:03', 'A', '47.128.32.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7629, '2025-11-16 16:22:46', 'A', '47.128.29.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7630, '2025-11-16 16:22:53', 'A', '47.128.33.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7631, '2025-11-16 16:23:42', 'A', '47.128.58.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7632, '2025-11-16 16:24:32', 'A', '47.128.96.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7633, '2025-11-16 16:24:41', 'W', '43.173.174.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7634, '2025-11-16 16:25:18', 'A', '47.128.32.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7635, '2025-11-16 16:25:22', 'A', '47.128.28.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7636, '2025-11-16 16:26:06', 'A', '47.128.122.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7637, '2025-11-16 16:26:12', 'A', '47.128.37.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7638, '2025-11-16 16:26:57', 'A', '47.128.40.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7639, '2025-11-16 16:28:37', 'A', '47.128.59.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7640, '2025-11-16 16:28:43', 'A', '47.128.114.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7641, '2025-11-16 16:29:28', 'A', '47.128.123.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7642, '2025-11-16 16:29:33', 'A', '47.128.31.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7643, '2025-11-16 16:30:17', 'A', '47.128.122.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7644, '2025-11-16 16:30:23', 'A', '47.128.22.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7645, '2025-11-16 16:31:10', 'A', '47.128.55.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7646, '2025-11-16 16:31:13', 'A', '47.128.97.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7647, '2025-11-16 16:31:56', 'A', '47.128.40.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7648, '2025-11-16 16:32:03', 'A', '47.128.46.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7649, '2025-11-16 16:32:06', 'W', '52.167.144.147', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(7650, '2025-11-16 16:32:50', 'A', '47.128.39.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7651, '2025-11-16 16:32:53', 'A', '47.128.51.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7652, '2025-11-16 16:33:35', 'A', '47.128.98.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7653, '2025-11-16 16:33:43', 'A', '47.128.63.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7654, '2025-11-16 16:33:49', 'W', '79.137.65.139', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7655, '2025-11-16 16:34:33', 'A', '47.128.59.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7656, '2025-11-16 16:36:07', 'A', '47.128.40.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7657, '2025-11-16 16:36:13', 'A', '47.128.54.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7658, '2025-11-16 16:36:55', 'A', '47.128.115.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7659, '2025-11-16 16:38:03', 'A', '47.128.42.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7660, '2025-11-16 16:38:35', 'A', '47.128.127.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7661, '2025-11-16 16:38:43', 'A', '47.128.124.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7662, '2025-11-16 16:39:25', 'A', '47.128.31.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7663, '2025-11-16 16:39:33', 'A', '47.128.32.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7664, '2025-11-16 16:40:16', 'A', '47.128.63.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7665, '2025-11-16 16:41:05', 'A', '110.249.201.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7666, '2025-11-16 16:41:06', 'A', '47.128.125.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7667, '2025-11-16 16:41:13', 'A', '47.128.123.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7668, '2025-11-16 16:41:55', 'A', '47.128.39.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7669, '2025-11-16 16:42:04', 'A', '47.128.18.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7670, '2025-11-16 16:42:53', 'A', '47.128.44.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7671, '2025-11-16 16:43:34', 'A', '47.128.124.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7672, '2025-11-16 16:44:25', 'A', '47.128.114.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7673, '2025-11-16 16:44:33', 'A', '47.128.49.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7674, '2025-11-16 16:45:23', 'A', '47.128.41.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7675, '2025-11-16 16:45:52', 'W', '46.173.106.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7676, '2025-11-16 16:45:55', 'W', '49.207.214.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7677, '2025-11-16 16:46:02', 'W', '105.79.22.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7678, '2025-11-16 16:46:03', 'W', '190.5.160.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7679, '2025-11-16 16:46:04', 'A', '47.128.116.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7680, '2025-11-16 16:46:06', 'W', '146.190.218.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7681, '2025-11-16 16:46:07', 'W', '186.128.112.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7682, '2025-11-16 16:46:12', 'A', '47.128.24.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7683, '2025-11-16 16:46:54', 'A', '47.128.24.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7684, '2025-11-16 16:47:05', 'A', '47.128.52.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7685, '2025-11-16 16:47:44', 'A', '47.128.36.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7686, '2025-11-16 16:47:53', 'A', '47.128.38.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7687, '2025-11-16 16:48:20', 'W', '43.173.174.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7688, '2025-11-16 16:48:35', 'A', '47.128.120.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7689, '2025-11-16 16:48:43', 'A', '47.128.127.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7690, '2025-11-16 16:49:09', 'A', '111.225.148.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7691, '2025-11-16 16:49:26', 'A', '47.128.28.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7692, '2025-11-16 16:49:35', 'A', '47.128.21.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7693, '2025-11-16 16:50:15', 'A', '47.128.21.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7694, '2025-11-16 16:51:05', 'A', '47.128.98.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7695, '2025-11-16 16:51:51', 'W', '191.235.66.29', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(7696, '2025-11-16 16:52:06', 'A', '47.128.112.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7697, '2025-11-16 16:52:16', 'W', '154.255.109.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7698, '2025-11-16 16:52:20', 'W', '156.247.194.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7699, '2025-11-16 16:52:25', 'W', '179.125.104.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7700, '2025-11-16 16:52:26', 'W', '103.80.3.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7701, '2025-11-16 16:52:28', 'W', '74.7.229.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(7702, '2025-11-16 16:52:30', 'W', '103.140.86.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7703, '2025-11-16 16:52:30', 'W', '169.224.12.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7704, '2025-11-16 16:52:32', 'W', '97.145.154.31', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/6594-03-21 22:16:58.242615 Firefox/3.8', 'Firefox', 'Linux'),
(7705, '2025-11-16 16:52:56', 'A', '47.128.111.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7706, '2025-11-16 16:53:37', 'A', '47.128.26.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7707, '2025-11-16 16:54:26', 'A', '47.128.35.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7708, '2025-11-16 16:54:35', 'A', '47.128.99.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7709, '2025-11-16 16:55:17', 'A', '47.128.23.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7710, '2025-11-16 16:55:25', 'A', '47.128.35.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7711, '2025-11-16 16:56:07', 'A', '47.128.98.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7712, '2025-11-16 16:56:15', 'A', '47.128.63.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7713, '2025-11-16 16:56:57', 'A', '47.128.46.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7714, '2025-11-16 16:57:05', 'A', '47.128.55.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7715, '2025-11-16 16:57:46', 'A', '47.128.121.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7716, '2025-11-16 16:57:56', 'A', '47.128.62.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(7717, '2025-11-16 16:58:03', 'A', '66.249.79.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(7718, '2025-11-16 16:58:46', 'A', '47.128.46.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7719, '2025-11-16 16:59:26', 'A', '47.128.30.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7720, '2025-11-16 16:59:42', 'W', '157.245.140.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7721, '2025-11-16 16:59:44', 'W', '188.3.66.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7722, '2025-11-16 16:59:49', 'W', '137.184.71.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7723, '2025-11-16 16:59:52', 'W', '204.157.182.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7724, '2025-11-16 16:59:55', 'W', '45.5.115.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7725, '2025-11-16 16:59:56', 'W', '117.248.153.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7726, '2025-11-16 17:00:30', 'A', '47.128.62.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7727, '2025-11-16 17:01:05', 'A', '47.128.18.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7728, '2025-11-16 17:01:16', 'A', '47.128.36.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7729, '2025-11-16 17:01:55', 'A', '47.128.39.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7730, '2025-11-16 17:02:06', 'A', '47.128.44.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7731, '2025-11-16 17:02:56', 'A', '47.128.18.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7732, '2025-11-16 17:02:59', 'W', '95.108.213.168', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7733, '2025-11-16 17:03:01', 'W', '87.250.224.24', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7734, '2025-11-16 17:03:34', 'A', '47.128.99.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7735, '2025-11-16 17:03:48', 'A', '47.128.26.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7736, '2025-11-16 17:04:21', 'W', '186.39.213.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(7737, '2025-11-16 17:04:25', 'A', '47.128.112.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7738, '2025-11-16 17:04:36', 'A', '47.128.46.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7739, '2025-11-16 17:05:15', 'A', '47.128.62.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7740, '2025-11-16 17:06:05', 'A', '47.128.27.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7741, '2025-11-16 17:06:55', 'A', '47.128.39.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7742, '2025-11-16 17:07:07', 'A', '47.128.59.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7743, '2025-11-16 17:07:45', 'A', '47.128.114.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7744, '2025-11-16 17:07:56', 'A', '47.128.34.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7745, '2025-11-16 17:08:26', 'W', '105.108.160.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7746, '2025-11-16 17:08:28', 'W', '14.173.5.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(7747, '2025-11-16 17:08:35', 'A', '47.128.39.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7748, '2025-11-16 17:08:46', 'A', '47.128.120.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7749, '2025-11-16 17:09:24', 'A', '47.128.52.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7750, '2025-11-16 17:09:34', 'W', '41.248.152.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(7751, '2025-11-16 17:09:36', 'A', '47.128.117.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7752, '2025-11-16 17:09:54', 'W', '43.173.175.94', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7753, '2025-11-16 17:10:14', 'A', '47.128.38.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7754, '2025-11-16 17:10:28', 'W', '85.254.114.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7755, '2025-11-16 17:10:29', 'W', '23.226.209.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(7756, '2025-11-16 17:11:04', 'A', '47.128.52.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7757, '2025-11-16 17:11:07', 'W', '79.177.153.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(7758, '2025-11-16 17:11:16', 'A', '47.128.97.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7759, '2025-11-16 17:11:40', 'W', '187.40.206.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(7760, '2025-11-16 17:11:54', 'A', '47.128.35.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7761, '2025-11-16 17:12:06', 'A', '47.128.43.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7762, '2025-11-16 17:12:33', 'W', '179.125.150.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(7763, '2025-11-16 17:12:56', 'A', '47.128.31.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7764, '2025-11-16 17:14:36', 'A', '47.128.37.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7765, '2025-11-16 17:15:14', 'A', '47.128.47.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7766, '2025-11-16 17:15:28', 'A', '47.128.32.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7767, '2025-11-16 17:16:16', 'A', '47.128.50.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7768, '2025-11-16 17:16:53', 'A', '47.128.17.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7769, '2025-11-16 17:17:43', 'A', '47.128.46.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7770, '2025-11-16 17:17:55', 'A', '47.128.126.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7771, '2025-11-16 17:18:33', 'A', '47.128.53.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7772, '2025-11-16 17:18:45', 'A', '47.128.110.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7773, '2025-11-16 17:19:21', 'A', '47.128.40.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7774, '2025-11-16 17:19:37', 'A', '47.128.119.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7775, '2025-11-16 17:20:11', 'A', '47.128.17.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7776, '2025-11-16 17:20:25', 'A', '47.128.30.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7777, '2025-11-16 17:21:01', 'A', '47.128.42.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7778, '2025-11-16 17:21:51', 'A', '47.128.58.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7779, '2025-11-16 17:22:06', 'A', '47.128.110.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7780, '2025-11-16 17:22:42', 'A', '47.128.53.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7781, '2025-11-16 17:22:56', 'A', '47.128.56.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7782, '2025-11-16 17:23:16', 'W', '157.230.15.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7783, '2025-11-16 17:23:29', 'W', '109.127.82.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7784, '2025-11-16 17:23:30', 'W', '179.111.164.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7785, '2025-11-16 17:23:32', 'A', '47.128.18.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7786, '2025-11-16 17:23:33', 'W', '167.99.5.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7787, '2025-11-16 17:23:34', 'W', '147.182.128.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7788, '2025-11-16 17:23:34', 'W', '105.97.146.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7789, '2025-11-16 17:24:00', 'W', '43.173.181.252', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7790, '2025-11-16 17:24:26', 'A', '47.128.97.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7791, '2025-11-16 17:25:14', 'A', '47.128.124.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7792, '2025-11-16 17:26:05', 'A', '47.128.27.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7793, '2025-11-16 17:26:44', 'W', '102.211.145.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7794, '2025-11-16 17:26:50', 'A', '111.225.149.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(7795, '2025-11-16 17:27:04', 'A', '47.128.112.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7796, '2025-11-16 17:27:44', 'A', '47.128.57.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7797, '2025-11-16 17:27:54', 'A', '47.128.48.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7798, '2025-11-16 17:28:35', 'A', '47.128.45.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7799, '2025-11-16 17:31:12', 'W', '43.173.181.168', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7800, '2025-11-16 17:31:15', 'A', '47.128.99.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7801, '2025-11-16 17:31:53', 'A', '47.128.121.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7802, '2025-11-16 17:32:04', 'A', '47.128.61.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7803, '2025-11-16 17:32:43', 'A', '47.128.21.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7804, '2025-11-16 17:32:56', 'A', '47.128.20.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7805, '2025-11-16 17:36:05', 'A', '47.128.119.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7806, '2025-11-16 17:36:15', 'A', '47.128.127.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7807, '2025-11-16 17:36:24', 'W', '43.173.179.214', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7808, '2025-11-16 17:36:55', 'A', '47.128.46.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7809, '2025-11-16 17:37:05', 'A', '47.128.35.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7810, '2025-11-16 17:38:37', 'A', '47.128.30.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7811, '2025-11-16 17:38:45', 'A', '47.128.53.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7812, '2025-11-16 17:40:16', 'A', '47.128.63.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7813, '2025-11-16 17:40:25', 'W', '43.173.181.88', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7814, '2025-11-16 17:41:06', 'A', '47.128.43.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7815, '2025-11-16 17:41:15', 'A', '47.128.62.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7816, '2025-11-16 17:41:56', 'A', '47.128.119.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7817, '2025-11-16 17:42:06', 'A', '47.128.39.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7818, '2025-11-16 17:42:47', 'A', '47.128.50.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7819, '2025-11-16 17:42:54', 'A', '47.128.111.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7820, '2025-11-16 17:43:37', 'A', '47.128.126.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7821, '2025-11-16 17:43:44', 'A', '47.128.98.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7822, '2025-11-16 17:44:27', 'A', '47.128.99.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7823, '2025-11-16 17:44:35', 'A', '47.128.29.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7824, '2025-11-16 17:45:18', 'A', '47.128.99.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7825, '2025-11-16 17:45:25', 'A', '47.128.127.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7826, '2025-11-16 17:46:07', 'A', '47.128.123.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7827, '2025-11-16 17:46:58', 'A', '47.128.20.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7828, '2025-11-16 17:47:05', 'A', '47.128.112.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7829, '2025-11-16 17:47:46', 'A', '47.128.96.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7830, '2025-11-16 17:47:54', 'A', '47.128.99.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7831, '2025-11-16 17:48:36', 'A', '47.128.35.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7832, '2025-11-16 17:48:44', 'A', '47.128.63.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7833, '2025-11-16 17:49:28', 'A', '47.128.58.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7834, '2025-11-16 17:49:33', 'A', '47.128.47.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7835, '2025-11-16 17:50:24', 'A', '47.128.57.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7836, '2025-11-16 17:51:08', 'A', '47.128.42.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7837, '2025-11-16 17:51:57', 'A', '47.128.43.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7838, '2025-11-16 17:52:04', 'A', '47.128.63.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7839, '2025-11-16 17:52:47', 'A', '47.128.114.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7840, '2025-11-16 17:52:54', 'A', '47.128.40.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7841, '2025-11-16 17:53:38', 'A', '47.128.40.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7842, '2025-11-16 17:53:43', 'A', '47.128.30.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7843, '2025-11-16 17:53:43', 'A', '47.128.40.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7844, '2025-11-16 17:54:40', 'A', '47.128.47.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7845, '2025-11-16 17:54:40', 'A', '47.128.47.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7846, '2025-11-16 17:55:29', 'A', '47.128.44.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7847, '2025-11-16 17:55:36', 'A', '47.128.96.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7848, '2025-11-16 17:55:36', 'A', '47.128.44.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7849, '2025-11-16 17:56:32', 'A', '47.128.98.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7850, '2025-11-16 17:56:32', 'A', '47.128.37.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7851, '2025-11-16 17:57:28', 'A', '47.128.20.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7852, '2025-11-16 17:57:28', 'A', '47.128.45.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7853, '2025-11-16 17:58:17', 'A', '47.128.50.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7854, '2025-11-16 17:58:26', 'A', '47.128.119.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7855, '2025-11-16 17:59:13', 'A', '47.128.122.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7856, '2025-11-16 17:59:21', 'A', '47.128.44.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7857, '2025-11-16 17:59:21', 'A', '47.128.123.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7858, '2025-11-16 18:00:11', 'A', '47.128.41.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7859, '2025-11-16 18:00:36', 'W', '213.180.203.125', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(7860, '2025-11-16 18:01:07', 'A', '47.128.109.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7861, '2025-11-16 18:01:13', 'A', '47.128.37.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7862, '2025-11-16 18:01:13', 'A', '47.128.39.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7863, '2025-11-16 18:02:09', 'A', '47.128.19.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7864, '2025-11-16 18:02:09', 'A', '47.128.97.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7865, '2025-11-16 18:03:05', 'A', '47.128.63.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7866, '2025-11-16 18:05:55', 'A', '47.128.34.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7867, '2025-11-16 18:07:48', 'W', '103.31.154.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(7868, '2025-11-16 18:07:49', 'A', '47.128.44.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7869, '2025-11-16 18:07:49', 'A', '47.128.120.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7870, '2025-11-16 18:08:44', 'A', '47.128.23.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7871, '2025-11-16 18:09:29', 'A', '47.128.26.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7872, '2025-11-16 18:09:29', 'W', '181.124.53.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(7873, '2025-11-16 18:10:25', 'A', '47.128.50.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7874, '2025-11-16 18:10:29', 'W', '158.140.170.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(7875, '2025-11-16 18:10:36', 'A', '47.128.39.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7876, '2025-11-16 18:10:36', 'A', '47.128.43.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7877, '2025-11-16 18:11:22', 'A', '47.128.60.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7878, '2025-11-16 18:11:31', 'A', '47.128.19.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7879, '2025-11-16 18:11:31', 'A', '47.128.58.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7880, '2025-11-16 18:12:29', 'A', '47.128.33.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7881, '2025-11-16 18:13:13', 'A', '47.128.44.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7882, '2025-11-16 18:13:25', 'A', '47.128.98.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7883, '2025-11-16 18:13:25', 'A', '47.128.49.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7884, '2025-11-16 18:14:21', 'A', '47.128.59.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7885, '2025-11-16 18:14:21', 'A', '47.128.54.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7886, '2025-11-16 18:15:18', 'A', '47.128.51.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7887, '2025-11-16 18:15:18', 'A', '47.128.58.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7888, '2025-11-16 18:16:01', 'A', '47.128.117.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7889, '2025-11-16 18:16:14', 'A', '47.128.26.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7890, '2025-11-16 18:16:14', 'A', '47.128.22.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7891, '2025-11-16 18:16:57', 'A', '47.128.30.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7892, '2025-11-16 18:17:13', 'A', '47.128.60.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7893, '2025-11-16 18:17:49', 'W', '217.182.195.225', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(7894, '2025-11-16 18:17:53', 'A', '47.128.99.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7895, '2025-11-16 18:18:10', 'A', '47.128.35.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7896, '2025-11-16 18:18:10', 'A', '47.128.53.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7897, '2025-11-16 18:19:07', 'A', '47.128.56.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7898, '2025-11-16 18:19:08', 'A', '47.128.44.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7899, '2025-11-16 18:20:04', 'A', '47.128.27.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7900, '2025-11-16 18:20:42', 'A', '47.128.22.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7901, '2025-11-16 18:21:01', 'A', '47.128.114.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7902, '2025-11-16 18:21:38', 'A', '47.128.119.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7903, '2025-11-16 18:22:00', 'A', '47.128.119.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7904, '2025-11-16 18:22:31', 'W', '43.173.177.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7905, '2025-11-16 18:22:57', 'A', '47.128.57.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7906, '2025-11-16 18:23:31', 'A', '47.128.28.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7907, '2025-11-16 18:23:49', 'A', '47.128.27.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7908, '2025-11-16 18:23:53', 'A', '47.128.27.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7909, '2025-11-16 18:23:54', 'A', '47.128.17.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7910, '2025-11-16 18:24:26', 'A', '47.128.59.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7911, '2025-11-16 18:24:46', 'A', '47.128.21.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7912, '2025-11-16 18:24:50', 'A', '47.128.48.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7913, '2025-11-16 18:25:22', 'A', '47.128.27.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7914, '2025-11-16 18:25:42', 'A', '47.128.49.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7915, '2025-11-16 18:25:46', 'A', '47.128.121.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7916, '2025-11-16 18:26:38', 'A', '47.128.50.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7917, '2025-11-16 18:26:42', 'A', '47.128.46.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7918, '2025-11-16 18:26:42', 'A', '47.128.58.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7919, '2025-11-16 18:27:13', 'A', '47.128.35.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7920, '2025-11-16 18:28:35', 'A', '47.128.29.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7921, '2025-11-16 18:29:07', 'A', '47.128.63.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7922, '2025-11-16 18:29:26', 'A', '47.128.60.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7923, '2025-11-16 18:29:35', 'W', '43.173.179.94', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(7924, '2025-11-16 18:30:45', 'W', '51.75.236.159', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(7925, '2025-11-16 18:30:58', 'A', '47.128.41.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7926, '2025-11-16 18:31:17', 'A', '47.128.35.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7927, '2025-11-16 18:31:22', 'A', '47.128.97.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7928, '2025-11-16 18:31:22', 'A', '47.128.22.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7929, '2025-11-16 18:31:58', 'A', '47.128.29.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7930, '2025-11-16 18:33:15', 'A', '47.128.18.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7931, '2025-11-16 18:33:15', 'A', '47.128.23.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7932, '2025-11-16 18:33:51', 'A', '47.128.30.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7933, '2025-11-16 18:34:06', 'A', '47.128.31.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7934, '2025-11-16 18:35:57', 'A', '47.128.34.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7935, '2025-11-16 18:36:03', 'A', '47.128.114.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7936, '2025-11-16 18:36:03', 'A', '47.128.54.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(7937, '2025-11-16 18:36:39', 'A', '47.128.61.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7938, '2025-11-16 18:37:28', 'W', '131.108.247.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7939, '2025-11-16 18:37:28', 'A', '47.128.45.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7940, '2025-11-16 18:37:34', 'W', '217.73.139.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7941, '2025-11-16 18:37:37', 'W', '186.48.193.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7942, '2025-11-16 18:37:42', 'A', '47.128.127.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7943, '2025-11-16 18:37:42', 'A', '47.128.115.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7944, '2025-11-16 18:37:46', 'W', '185.9.46.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7945, '2025-11-16 18:37:48', 'W', '147.182.219.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7946, '2025-11-16 18:37:48', 'W', '38.210.35.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7947, '2025-11-16 18:38:17', 'A', '47.128.55.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7948, '2025-11-16 18:38:30', 'A', '47.128.56.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7949, '2025-11-16 18:40:07', 'A', '47.128.48.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7950, '2025-11-16 18:40:07', 'A', '47.128.97.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7951, '2025-11-16 18:40:44', 'A', '47.128.19.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7952, '2025-11-16 18:40:55', 'A', '47.128.40.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7953, '2025-11-16 18:41:44', 'A', '47.128.53.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7954, '2025-11-16 18:41:44', 'A', '47.128.57.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7955, '2025-11-16 18:42:22', 'A', '47.128.18.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7956, '2025-11-16 18:42:33', 'A', '47.128.63.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7957, '2025-11-16 18:44:12', 'A', '47.128.49.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7958, '2025-11-16 18:45:36', 'A', '47.128.58.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7959, '2025-11-16 18:45:49', 'A', '47.128.59.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7960, '2025-11-16 18:45:50', 'A', '47.128.27.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7961, '2025-11-16 18:46:25', 'A', '47.128.52.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7962, '2025-11-16 18:48:01', 'A', '47.128.115.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7963, '2025-11-16 18:48:14', 'A', '47.128.20.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7964, '2025-11-16 18:48:17', 'A', '47.128.122.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7965, '2025-11-16 18:48:49', 'A', '47.128.48.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7966, '2025-11-16 18:49:53', 'A', '47.128.42.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7967, '2025-11-16 18:49:53', 'A', '47.128.42.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7968, '2025-11-16 18:50:27', 'A', '47.128.63.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7969, '2025-11-16 18:50:32', 'W', '157.245.141.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7970, '2025-11-16 18:50:38', 'W', '177.137.72.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7971, '2025-11-16 18:50:41', 'A', '47.128.43.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7972, '2025-11-16 18:50:42', 'W', '191.177.137.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7973, '2025-11-16 18:50:48', 'W', '88.226.59.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7974, '2025-11-16 18:50:55', 'W', '190.55.123.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7975, '2025-11-16 18:50:58', 'W', '93.107.155.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7976, '2025-11-16 18:51:30', 'A', '47.128.126.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7977, '2025-11-16 18:52:19', 'A', '47.128.59.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7978, '2025-11-16 18:52:19', 'A', '47.128.28.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7979, '2025-11-16 18:53:12', 'W', '188.64.206.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7980, '2025-11-16 18:53:13', 'W', '45.189.47.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7981, '2025-11-16 18:53:18', 'W', '190.186.253.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7982, '2025-11-16 18:53:21', 'W', '197.249.235.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7983, '2025-11-16 18:53:27', 'W', '37.237.158.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7984, '2025-11-16 18:53:33', 'W', '177.172.161.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(7985, '2025-11-16 18:53:56', 'A', '47.128.40.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7986, '2025-11-16 18:54:29', 'A', '47.128.38.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7987, '2025-11-16 18:54:44', 'A', '47.128.96.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7988, '2025-11-16 18:55:32', 'A', '47.128.114.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7989, '2025-11-16 18:55:32', 'A', '47.128.97.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7990, '2025-11-16 18:56:20', 'A', '47.128.22.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7991, '2025-11-16 18:56:20', 'A', '47.128.29.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7992, '2025-11-16 18:58:34', 'A', '47.128.55.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7993, '2025-11-16 18:58:46', 'A', '47.128.62.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7994, '2025-11-16 18:59:40', 'A', '47.128.21.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7995, '2025-11-16 18:59:40', 'A', '47.128.114.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7996, '2025-11-16 19:00:13', 'A', '47.128.44.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7997, '2025-11-16 19:00:26', 'A', '47.128.44.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(7998, '2025-11-16 19:00:58', 'W', '14.191.78.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(7999, '2025-11-16 19:01:05', 'W', '112.42.93.123', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(8000, '2025-11-16 19:01:48', 'A', '47.128.20.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8001, '2025-11-16 19:02:04', 'A', '47.128.34.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8002, '2025-11-16 19:02:23', 'A', '47.128.33.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8003, '2025-11-16 19:02:33', 'W', '186.237.246.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(8004, '2025-11-16 19:02:39', 'A', '47.128.29.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8005, '2025-11-16 19:02:52', 'A', '47.128.56.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8006, '2025-11-16 19:03:31', 'W', '177.37.180.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(8007, '2025-11-16 19:03:41', 'A', '47.128.22.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8008, '2025-11-16 19:03:41', 'A', '47.128.40.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8009, '2025-11-16 19:04:14', 'A', '47.128.60.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8010, '2025-11-16 19:04:26', 'W', '14.242.29.102', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(8011, '2025-11-16 19:04:32', 'A', '47.128.51.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8012, '2025-11-16 19:05:53', 'A', '47.128.118.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8013, '2025-11-16 19:06:08', 'A', '47.128.44.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8014, '2025-11-16 19:06:09', 'A', '47.128.42.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8015, '2025-11-16 19:06:55', 'W', '202.93.247.62', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 8.1'),
(8016, '2025-11-16 19:06:56', 'A', '47.128.118.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8017, '2025-11-16 19:07:29', 'A', '47.128.33.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8018, '2025-11-16 19:07:45', 'A', '47.128.30.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8019, '2025-11-16 19:07:45', 'A', '47.128.97.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8020, '2025-11-16 19:08:19', 'A', '47.128.47.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8021, '2025-11-16 19:08:33', 'A', '47.128.27.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8022, '2025-11-16 19:08:38', 'A', '111.225.148.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8023, '2025-11-16 19:09:57', 'A', '47.128.49.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8024, '2025-11-16 19:09:59', 'A', '111.225.148.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8025, '2025-11-16 19:10:11', 'A', '47.128.43.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8026, '2025-11-16 19:10:11', 'A', '47.128.25.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8027, '2025-11-16 19:10:46', 'A', '47.128.33.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8028, '2025-11-16 19:11:00', 'A', '47.128.22.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8029, '2025-11-16 19:11:02', 'W', '2.176.210.190', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(8030, '2025-11-16 19:11:13', 'W', '128.201.52.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(8031, '2025-11-16 19:11:34', 'A', '47.128.97.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8032, '2025-11-16 19:11:51', 'A', '47.128.63.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8033, '2025-11-16 19:12:20', 'W', '45.70.3.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8034, '2025-11-16 19:12:21', 'W', '189.138.34.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8035, '2025-11-16 19:12:25', 'A', '47.128.22.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8036, '2025-11-16 19:12:27', 'W', '192.140.52.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8037, '2025-11-16 19:12:30', 'W', '187.208.206.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8038, '2025-11-16 19:12:36', 'W', '77.91.181.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8039, '2025-11-16 19:12:39', 'W', '190.134.149.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8040, '2025-11-16 19:12:43', 'W', '190.175.72.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8041, '2025-11-16 19:13:26', 'A', '47.128.116.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8042, '2025-11-16 19:14:00', 'A', '47.128.111.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8043, '2025-11-16 19:14:15', 'A', '47.128.39.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8044, '2025-11-16 19:15:37', 'A', '47.128.17.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8045, '2025-11-16 19:15:54', 'A', '47.128.46.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8046, '2025-11-16 19:16:27', 'A', '47.128.57.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8047, '2025-11-16 19:16:41', 'A', '47.128.25.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8048, '2025-11-16 19:17:29', 'A', '47.128.39.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8049, '2025-11-16 19:17:30', 'A', '47.128.50.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8050, '2025-11-16 19:18:02', 'A', '47.128.37.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8051, '2025-11-16 19:18:18', 'A', '47.128.39.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8052, '2025-11-16 19:19:11', 'W', '37.212.54.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8053, '2025-11-16 19:19:22', 'W', '45.161.202.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8054, '2025-11-16 19:19:25', 'W', '159.223.183.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8055, '2025-11-16 19:19:32', 'W', '38.156.75.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8056, '2025-11-16 19:19:33', 'W', '175.110.193.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8057, '2025-11-16 19:19:36', 'W', '196.235.193.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8058, '2025-11-16 19:19:40', 'A', '47.128.53.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8059, '2025-11-16 19:19:55', 'A', '47.128.32.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8060, '2025-11-16 19:20:44', 'A', '47.128.62.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8061, '2025-11-16 19:20:44', 'A', '47.128.118.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8062, '2025-11-16 19:22:09', 'A', '47.128.37.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8063, '2025-11-16 19:22:21', 'A', '47.128.31.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8064, '2025-11-16 19:22:25', 'A', '47.128.55.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8065, '2025-11-16 19:23:47', 'A', '47.128.28.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8066, '2025-11-16 19:24:01', 'A', '47.128.17.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8067, '2025-11-16 19:24:34', 'A', '47.128.122.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8068, '2025-11-16 19:25:09', 'W', '185.122.255.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8069, '2025-11-16 19:25:11', 'W', '88.234.241.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8070, '2025-11-16 19:25:13', 'W', '197.240.102.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8071, '2025-11-16 19:25:26', 'W', '177.91.47.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8072, '2025-11-16 19:25:26', 'W', '190.142.155.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8073, '2025-11-16 19:25:31', 'W', '177.223.57.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8074, '2025-11-16 19:25:35', 'A', '47.128.32.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8075, '2025-11-16 19:25:39', 'A', '47.128.61.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8076, '2025-11-16 19:26:23', 'A', '47.128.43.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8077, '2025-11-16 19:26:59', 'W', '45.139.104.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(8078, '2025-11-16 19:28:00', 'A', '47.128.61.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8079, '2025-11-16 19:28:05', 'A', '47.128.61.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8080, '2025-11-16 19:28:49', 'A', '47.128.32.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8081, '2025-11-16 19:35:25', 'A', '47.128.18.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8082, '2025-11-16 19:35:26', 'A', '47.128.37.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8083, '2025-11-16 19:35:25', 'A', '47.128.63.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8084, '2025-11-16 19:35:26', 'A', '47.128.23.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8085, '2025-11-16 19:35:26', 'A', '47.128.52.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8086, '2025-11-16 19:36:11', 'A', '47.128.42.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8087, '2025-11-16 19:36:11', 'A', '47.128.21.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8088, '2025-11-16 19:36:41', 'A', '47.128.34.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8089, '2025-11-16 19:36:59', 'A', '47.128.55.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8090, '2025-11-16 19:38:36', 'A', '47.128.56.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8091, '2025-11-16 19:38:36', 'A', '47.128.22.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8092, '2025-11-16 19:39:24', 'A', '47.128.27.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8093, '2025-11-16 19:39:56', 'A', '47.128.53.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8094, '2025-11-16 19:40:13', 'A', '47.128.46.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8095, '2025-11-16 19:40:44', 'A', '47.128.20.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8096, '2025-11-16 19:41:51', 'A', '47.128.61.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8097, '2025-11-16 19:42:21', 'A', '47.128.63.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8098, '2025-11-16 19:44:00', 'A', '47.128.25.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8099, '2025-11-16 19:44:18', 'A', '47.128.111.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8100, '2025-11-16 19:44:18', 'A', '47.128.50.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8101, '2025-11-16 19:44:49', 'A', '47.128.123.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8102, '2025-11-16 19:45:07', 'A', '47.128.28.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8103, '2025-11-16 19:45:56', 'A', '47.128.42.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8104, '2025-11-16 19:46:44', 'A', '47.128.51.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8105, '2025-11-16 19:46:45', 'A', '47.128.121.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8106, '2025-11-16 19:47:15', 'W', '161.35.4.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8107, '2025-11-16 19:47:18', 'W', '122.99.102.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8108, '2025-11-16 19:47:19', 'W', '38.222.208.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8109, '2025-11-16 19:47:26', 'W', '185.244.155.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8110, '2025-11-16 19:47:31', 'W', '189.218.42.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8111, '2025-11-16 19:47:34', 'W', '201.212.94.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8112, '2025-11-16 19:48:22', 'A', '47.128.34.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8113, '2025-11-16 19:48:22', 'A', '47.128.53.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8114, '2025-11-16 19:49:12', 'A', '47.128.28.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8115, '2025-11-16 19:49:59', 'A', '47.128.19.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8116, '2025-11-16 19:49:59', 'A', '47.128.58.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8117, '2025-11-16 19:50:30', 'A', '47.128.58.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8118, '2025-11-16 19:52:26', 'A', '47.128.117.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8119, '2025-11-16 19:52:26', 'A', '47.128.46.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8120, '2025-11-16 19:52:58', 'A', '47.128.119.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8121, '2025-11-16 19:54:37', 'A', '47.128.31.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8122, '2025-11-16 19:54:52', 'A', '47.128.32.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8123, '2025-11-16 19:54:52', 'A', '47.128.47.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8124, '2025-11-16 19:55:40', 'A', '47.128.32.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8125, '2025-11-16 19:56:17', 'A', '47.128.19.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8126, '2025-11-16 19:56:30', 'A', '47.128.121.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8127, '2025-11-16 19:56:39', 'W', '190.0.244.41', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 10'),
(8128, '2025-11-16 19:57:07', 'A', '47.128.121.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8129, '2025-11-16 19:57:22', 'A', '47.128.24.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8130, '2025-11-16 19:58:00', 'W', '187.39.171.48', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(8131, '2025-11-16 19:58:11', 'A', '47.128.17.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8132, '2025-11-16 19:58:11', 'A', '47.128.116.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8133, '2025-11-16 19:58:37', 'W', '196.206.50.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Mac OS X'),
(8134, '2025-11-16 19:58:43', 'A', '47.128.20.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8135, '2025-11-16 19:59:03', 'A', '47.128.99.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8136, '2025-11-16 19:59:37', 'W', '43.173.177.162', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8137, '2025-11-16 19:59:50', 'A', '47.128.33.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8138, '2025-11-16 19:59:50', 'A', '47.128.56.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8139, '2025-11-16 20:00:21', 'A', '47.128.18.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8140, '2025-11-16 20:00:38', 'A', '47.128.33.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8141, '2025-11-16 20:00:41', 'W', '46.219.231.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(8142, '2025-11-16 20:00:53', 'W', '186.33.35.103', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(8143, '2025-11-16 20:01:26', 'A', '47.128.116.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8144, '2025-11-16 20:01:42', 'W', '45.190.109.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8145, '2025-11-16 20:03:03', 'A', '47.128.116.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8146, '2025-11-16 20:03:52', 'A', '47.128.41.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8147, '2025-11-16 20:04:23', 'W', '210.14.108.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8148, '2025-11-16 20:04:24', 'W', '141.98.143.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8149, '2025-11-16 20:04:26', 'W', '169.224.11.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8150, '2025-11-16 20:04:27', 'A', '47.128.119.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8151, '2025-11-16 20:04:37', 'W', '191.6.123.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8152, '2025-11-16 20:04:39', 'W', '189.90.24.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8153, '2025-11-16 20:04:41', 'A', '47.128.36.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8154, '2025-11-16 20:04:41', 'W', '200.196.140.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8155, '2025-11-16 20:06:03', 'A', '47.128.117.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8156, '2025-11-16 20:06:18', 'A', '47.128.41.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8157, '2025-11-16 20:06:18', 'A', '47.128.98.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8158, '2025-11-16 20:06:40', 'W', '189.158.222.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8159, '2025-11-16 20:06:42', 'W', '181.123.247.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8160, '2025-11-16 20:06:45', 'W', '37.42.129.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8161, '2025-11-16 20:06:52', 'A', '47.128.98.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(8162, '2025-11-16 20:06:52', 'W', '102.216.85.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8163, '2025-11-16 20:06:53', 'W', '189.223.144.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8164, '2025-11-16 20:07:06', 'A', '47.128.24.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8165, '2025-11-16 20:07:08', 'W', '86.108.21.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8166, '2025-11-16 20:07:35', 'W', '95.108.213.116', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8167, '2025-11-16 20:08:44', 'A', '47.128.61.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8168, '2025-11-16 20:08:44', 'A', '47.128.126.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8169, '2025-11-16 20:10:08', 'A', '47.128.99.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8170, '2025-11-16 20:10:20', 'A', '47.128.39.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8171, '2025-11-16 20:10:38', 'W', '43.173.180.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8172, '2025-11-16 20:10:51', 'W', '181.95.181.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8173, '2025-11-16 20:10:53', 'W', '152.231.35.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8174, '2025-11-16 20:10:56', 'W', '170.83.116.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8175, '2025-11-16 20:11:01', 'A', '47.128.116.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8176, '2025-11-16 20:11:03', 'W', '137.184.139.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8177, '2025-11-16 20:11:08', 'A', '47.128.124.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8178, '2025-11-16 20:11:08', 'W', '37.114.151.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8179, '2025-11-16 20:11:15', 'W', '38.194.229.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8180, '2025-11-16 20:11:57', 'A', '47.128.38.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8181, '2025-11-16 20:16:27', 'A', '111.225.148.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8182, '2025-11-16 20:16:37', 'A', '47.128.30.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8183, '2025-11-16 20:16:37', 'A', '47.128.124.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8184, '2025-11-16 20:17:26', 'A', '47.128.60.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8185, '2025-11-16 20:18:17', 'A', '47.128.115.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8186, '2025-11-16 20:19:03', 'A', '47.128.57.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8187, '2025-11-16 20:19:04', 'A', '47.128.26.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8188, '2025-11-16 20:19:52', 'A', '47.128.116.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8189, '2025-11-16 20:20:40', 'A', '47.128.34.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8190, '2025-11-16 20:21:29', 'A', '47.128.36.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8191, '2025-11-16 20:21:29', 'A', '47.128.43.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8192, '2025-11-16 20:22:17', 'A', '47.128.123.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8193, '2025-11-16 20:22:17', 'A', '47.128.124.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8194, '2025-11-16 20:23:05', 'A', '47.128.60.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8195, '2025-11-16 20:23:54', 'A', '47.128.47.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8196, '2025-11-16 20:24:42', 'A', '47.128.27.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8197, '2025-11-16 20:24:44', 'A', '47.128.32.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8198, '2025-11-16 20:25:23', 'W', '213.180.203.70', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8199, '2025-11-16 20:25:23', 'W', '5.255.231.181', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8200, '2025-11-16 20:25:30', 'A', '47.128.48.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8201, '2025-11-16 20:25:31', 'A', '47.128.22.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8202, '2025-11-16 20:26:19', 'A', '47.128.19.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8203, '2025-11-16 20:27:09', 'A', '47.128.31.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8204, '2025-11-16 20:27:57', 'A', '47.128.63.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8205, '2025-11-16 20:28:48', 'A', '47.128.120.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8206, '2025-11-16 20:29:35', 'A', '47.128.113.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8207, '2025-11-16 20:29:36', 'A', '47.128.19.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8208, '2025-11-16 20:32:48', 'A', '47.128.119.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8209, '2025-11-16 20:32:48', 'A', '47.128.121.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8210, '2025-11-16 20:33:36', 'A', '47.128.115.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8211, '2025-11-16 20:33:36', 'A', '47.128.111.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8212, '2025-11-16 20:34:25', 'A', '47.128.25.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8213, '2025-11-16 20:35:14', 'A', '47.128.125.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8214, '2025-11-16 20:35:14', 'A', '47.128.21.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8215, '2025-11-16 20:36:03', 'A', '47.128.46.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8216, '2025-11-16 20:36:03', 'A', '47.128.127.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8217, '2025-11-16 20:37:41', 'A', '47.128.119.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8218, '2025-11-16 20:37:41', 'A', '47.128.63.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8219, '2025-11-16 20:38:31', 'A', '47.128.20.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8220, '2025-11-16 20:38:31', 'A', '47.128.28.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8221, '2025-11-16 20:38:32', 'W', '45.139.104.183', 'Mozilla/5.0 (X11; U; Linux armv6l; rv 1.8.1.5pre) Gecko/20070619 Minimo/0.020', 'Unknown Browser', 'Linux'),
(8222, '2025-11-16 20:39:18', 'A', '47.128.99.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8223, '2025-11-16 20:40:06', 'A', '47.128.44.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8224, '2025-11-16 20:40:54', 'A', '47.128.37.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8225, '2025-11-16 20:41:42', 'A', '47.128.23.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8226, '2025-11-16 20:45:27', 'W', '45.32.144.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(8227, '2025-11-16 20:45:27', 'A', '47.128.19.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8228, '2025-11-16 20:45:27', 'A', '47.128.18.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8229, '2025-11-16 20:45:27', 'A', '47.128.61.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8230, '2025-11-16 20:45:27', 'A', '47.128.97.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8231, '2025-11-16 20:45:27', 'A', '47.128.115.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8232, '2025-11-16 20:45:45', 'A', '47.128.40.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8233, '2025-11-16 20:45:45', 'A', '47.128.116.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8234, '2025-11-16 20:46:33', 'A', '47.128.62.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8235, '2025-11-16 20:46:33', 'A', '47.128.58.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8236, '2025-11-16 20:47:30', 'W', '52.73.131.54', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(8237, '2025-11-16 20:48:11', 'A', '47.128.51.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8238, '2025-11-16 20:49:50', 'A', '47.128.17.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8239, '2025-11-16 20:50:37', 'A', '47.128.54.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8240, '2025-11-16 20:50:38', 'A', '47.128.126.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8241, '2025-11-16 20:52:13', 'A', '47.128.118.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8242, '2025-11-16 20:52:14', 'A', '47.128.28.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8243, '2025-11-16 20:52:33', 'W', '185.173.36.145', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(8244, '2025-11-16 20:53:02', 'A', '47.128.47.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8245, '2025-11-16 20:53:02', 'A', '47.128.61.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8246, '2025-11-16 20:53:52', 'A', '47.128.119.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8247, '2025-11-16 20:54:40', 'A', '47.128.43.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8248, '2025-11-16 20:55:19', 'W', '143.202.134.189', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14', 'Chrome', 'Windows 8'),
(8249, '2025-11-16 20:55:22', 'W', '177.226.67.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(8250, '2025-11-16 20:55:27', 'A', '47.128.37.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8251, '2025-11-16 20:55:29', 'A', '47.128.25.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8252, '2025-11-16 20:55:56', 'W', '186.22.157.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(8253, '2025-11-16 20:57:33', 'W', '213.230.87.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8254, '2025-11-16 20:57:34', 'W', '156.198.210.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8255, '2025-11-16 20:57:38', 'W', '191.99.24.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8256, '2025-11-16 20:57:42', 'A', '111.225.149.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8257, '2025-11-16 20:57:44', 'W', '185.2.234.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8258, '2025-11-16 20:57:51', 'W', '160.176.19.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8259, '2025-11-16 20:57:53', 'A', '47.128.23.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8260, '2025-11-16 20:57:55', 'A', '47.128.127.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8261, '2025-11-16 20:57:59', 'W', '45.5.50.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8262, '2025-11-16 20:59:30', 'A', '47.128.50.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8263, '2025-11-16 20:59:33', 'A', '47.128.43.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8264, '2025-11-16 21:00:20', 'A', '47.128.30.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8265, '2025-11-16 21:00:23', 'A', '47.128.111.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8266, '2025-11-16 21:00:24', 'W', '105.112.26.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(8267, '2025-11-16 21:00:54', 'W', '187.16.186.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(8268, '2025-11-16 21:01:08', 'A', '47.128.58.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8269, '2025-11-16 21:01:56', 'W', '200.59.191.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8270, '2025-11-16 21:01:57', 'W', '186.235.125.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8271, '2025-11-16 21:02:00', 'A', '47.128.43.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8272, '2025-11-16 21:02:09', 'W', '181.118.70.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8273, '2025-11-16 21:02:11', 'W', '138.122.56.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8274, '2025-11-16 21:02:13', 'W', '45.182.99.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8275, '2025-11-16 21:02:14', 'W', '45.175.7.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8276, '2025-11-16 21:02:49', 'A', '47.128.122.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8277, '2025-11-16 21:03:13', 'W', '14.175.55.2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(8278, '2025-11-16 21:03:34', 'A', '47.128.38.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8279, '2025-11-16 21:03:38', 'A', '47.128.20.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8280, '2025-11-16 21:05:22', 'W', '181.191.113.26', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(8281, '2025-11-16 21:05:59', 'A', '47.128.46.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8282, '2025-11-16 21:06:00', 'W', '213.180.203.231', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8283, '2025-11-16 21:06:39', 'A', '111.225.149.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8284, '2025-11-16 21:06:52', 'A', '47.128.41.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8285, '2025-11-16 21:07:36', 'A', '47.128.53.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8286, '2025-11-16 21:07:40', 'A', '47.128.50.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8287, '2025-11-16 21:08:29', 'A', '47.128.29.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8288, '2025-11-16 21:09:18', 'A', '47.128.23.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8289, '2025-11-16 21:10:01', 'A', '47.128.120.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8290, '2025-11-16 21:10:07', 'A', '47.128.119.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8291, '2025-11-16 21:10:53', 'A', '47.128.53.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8292, '2025-11-16 21:10:56', 'A', '47.128.37.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8293, '2025-11-16 21:11:41', 'A', '47.128.22.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8294, '2025-11-16 21:12:33', 'A', '47.128.109.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8295, '2025-11-16 21:12:39', 'W', '213.180.203.150', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8296, '2025-11-16 21:12:59', 'W', '38.222.79.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8297, '2025-11-16 21:13:04', 'W', '190.181.138.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8298, '2025-11-16 21:13:17', 'A', '47.128.42.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8299, '2025-11-16 21:13:20', 'W', '190.52.100.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8300, '2025-11-16 21:13:20', 'W', '41.251.84.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8301, '2025-11-16 21:13:27', 'W', '102.41.228.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8302, '2025-11-16 21:13:32', 'W', '187.0.234.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8303, '2025-11-16 21:14:11', 'A', '47.128.51.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8304, '2025-11-16 21:14:56', 'A', '47.128.52.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8305, '2025-11-16 21:16:39', 'A', '47.128.44.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8306, '2025-11-16 21:17:28', 'A', '47.128.32.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8307, '2025-11-16 21:17:39', 'A', '47.128.120.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8308, '2025-11-16 21:17:39', 'A', '47.128.29.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8309, '2025-11-16 21:18:14', 'A', '47.128.127.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8310, '2025-11-16 21:18:19', 'A', '47.128.122.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8311, '2025-11-16 21:18:31', 'A', '47.128.25.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8312, '2025-11-16 21:19:13', 'A', '47.128.38.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8313, '2025-11-16 21:20:18', 'A', '47.128.59.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8314, '2025-11-16 21:20:18', 'A', '47.128.53.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8315, '2025-11-16 21:20:52', 'A', '47.128.31.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8316, '2025-11-16 21:20:58', 'A', '47.128.48.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8317, '2025-11-16 21:21:10', 'A', '47.128.41.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8318, '2025-11-16 21:21:17', 'W', '103.190.47.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8319, '2025-11-16 21:21:22', 'W', '191.81.68.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8320, '2025-11-16 21:21:36', 'W', '169.224.33.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8321, '2025-11-16 21:21:37', 'W', '165.22.178.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8322, '2025-11-16 21:21:38', 'W', '186.233.111.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8323, '2025-11-16 21:21:39', 'W', '129.122.167.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8324, '2025-11-16 21:21:44', 'A', '47.128.41.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8325, '2025-11-16 21:22:05', 'A', '47.128.63.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8326, '2025-11-16 21:22:36', 'A', '47.128.112.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8327, '2025-11-16 21:22:42', 'A', '47.128.121.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8328, '2025-11-16 21:22:55', 'A', '47.128.51.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8329, '2025-11-16 21:22:55', 'A', '47.128.115.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8330, '2025-11-16 21:23:35', 'A', '47.128.23.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8331, '2025-11-16 21:25:33', 'A', '47.128.63.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8332, '2025-11-16 21:25:33', 'A', '47.128.28.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8333, '2025-11-16 21:26:20', 'W', '43.173.173.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8334, '2025-11-16 21:27:39', 'W', '95.108.213.147', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8335, '2025-11-16 21:27:53', 'A', '47.128.110.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8336, '2025-11-16 21:28:17', 'W', '43.173.176.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8337, '2025-11-16 21:29:56', 'A', '47.128.23.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8338, '2025-11-16 21:29:57', 'A', '47.128.113.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8339, '2025-11-16 21:30:19', 'W', '5.255.231.101', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8340, '2025-11-16 21:30:31', 'A', '47.128.45.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8341, '2025-11-16 21:31:25', 'A', '47.128.112.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8342, '2025-11-16 21:31:42', 'A', '47.128.124.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8343, '2025-11-16 21:31:43', 'A', '47.128.52.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8344, '2025-11-16 21:32:16', 'A', '47.128.32.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8345, '2025-11-16 21:34:19', 'W', '181.42.19.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8346, '2025-11-16 21:34:21', 'A', '47.128.46.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8347, '2025-11-16 21:34:25', 'W', '169.224.22.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8348, '2025-11-16 21:34:41', 'W', '87.116.163.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8349, '2025-11-16 21:34:43', 'W', '177.155.172.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8350, '2025-11-16 21:34:44', 'W', '191.116.108.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8351, '2025-11-16 21:34:48', 'W', '186.251.126.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8352, '2025-11-16 21:35:47', 'A', '47.128.117.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8353, '2025-11-16 21:36:06', 'A', '47.128.60.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8354, '2025-11-16 21:36:06', 'A', '47.128.27.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8355, '2025-11-16 21:36:41', 'A', '47.128.32.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8356, '2025-11-16 21:37:53', 'A', '47.128.39.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8357, '2025-11-16 21:38:46', 'A', '47.128.49.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8358, '2025-11-16 21:42:15', 'W', '185.173.207.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8359, '2025-11-16 21:42:18', 'A', '47.128.39.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8360, '2025-11-16 21:42:18', 'A', '47.128.114.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8361, '2025-11-16 21:42:22', 'W', '181.116.57.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8362, '2025-11-16 21:42:34', 'W', '41.214.56.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8363, '2025-11-16 21:42:40', 'W', '167.172.132.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8364, '2025-11-16 21:42:42', 'W', '154.124.131.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8365, '2025-11-16 21:42:44', 'W', '186.128.59.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8366, '2025-11-16 21:42:54', 'A', '47.128.63.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8367, '2025-11-16 21:43:11', 'A', '47.128.126.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8368, '2025-11-16 21:44:04', 'A', '47.128.123.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8369, '2025-11-16 21:44:35', 'A', '47.128.44.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8370, '2025-11-16 21:44:58', 'A', '47.128.116.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8371, '2025-11-16 21:45:29', 'A', '47.128.41.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8372, '2025-11-16 21:47:14', 'A', '47.128.55.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8373, '2025-11-16 21:48:17', 'W', '38.3.231.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8374, '2025-11-16 21:48:21', 'W', '37.239.53.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8375, '2025-11-16 21:48:33', 'W', '185.128.36.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8376, '2025-11-16 21:48:37', 'W', '41.140.169.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8377, '2025-11-16 21:48:43', 'W', '177.22.170.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8378, '2025-11-16 21:48:51', 'W', '177.39.90.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8379, '2025-11-16 21:49:01', 'A', '47.128.21.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8380, '2025-11-16 21:49:04', 'A', '47.128.62.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8381, '2025-11-16 21:49:22', 'A', '47.128.19.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8382, '2025-11-16 21:49:22', 'A', '47.128.26.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8383, '2025-11-16 21:51:07', 'A', '47.128.36.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8384, '2025-11-16 21:51:40', 'A', '47.128.30.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8385, '2025-11-16 21:52:00', 'A', '47.128.17.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8386, '2025-11-16 21:52:52', 'W', '157.230.55.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8387, '2025-11-16 21:52:55', 'W', '103.156.2.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8388, '2025-11-16 21:53:04', 'W', '190.173.20.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8389, '2025-11-16 21:53:08', 'W', '177.185.45.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(8390, '2025-11-16 21:53:08', 'W', '185.213.229.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8391, '2025-11-16 21:53:11', 'W', '181.192.84.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8392, '2025-11-16 21:53:25', 'A', '47.128.20.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8393, '2025-11-16 21:53:45', 'A', '47.128.49.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8394, '2025-11-16 21:54:18', 'A', '47.128.33.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8395, '2025-11-16 21:57:49', 'A', '47.128.24.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8396, '2025-11-16 21:58:09', 'A', '47.128.58.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8397, '2025-11-16 21:59:27', 'W', '174.138.46.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8398, '2025-11-16 21:59:30', 'W', '190.113.103.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8399, '2025-11-16 21:59:44', 'W', '179.63.98.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8400, '2025-11-16 21:59:45', 'W', '45.181.39.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8401, '2025-11-16 21:59:54', 'A', '47.128.44.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8402, '2025-11-16 21:59:54', 'A', '47.128.27.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8403, '2025-11-16 21:59:54', 'W', '200.59.34.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8404, '2025-11-16 22:00:01', 'W', '186.22.54.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8405, '2025-11-16 22:00:42', 'A', '111.225.148.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8406, '2025-11-16 22:01:40', 'W', '222.252.107.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(8407, '2025-11-16 22:02:12', 'W', '94.187.18.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8408, '2025-11-16 22:02:15', 'W', '179.15.83.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8409, '2025-11-16 22:02:24', 'W', '37.110.169.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8410, '2025-11-16 22:02:25', 'W', '186.158.200.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8411, '2025-11-16 22:02:28', 'W', '181.31.42.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8412, '2025-11-16 22:02:29', 'W', '181.94.54.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8413, '2025-11-16 22:02:35', 'A', '47.128.44.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8414, '2025-11-16 22:02:43', 'W', '186.235.128.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.779 Safari/537.36', 'Chrome', 'Mac OS X'),
(8415, '2025-11-16 22:03:05', 'W', '88.201.0.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(8416, '2025-11-16 22:03:28', 'A', '47.128.125.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8417, '2025-11-16 22:05:37', 'A', '47.128.57.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8418, '2025-11-16 22:06:30', 'A', '47.128.116.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8419, '2025-11-16 22:10:00', 'A', '47.128.38.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8420, '2025-11-16 22:10:51', 'A', '111.225.149.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8421, '2025-11-16 22:10:54', 'A', '47.128.48.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8422, '2025-11-16 22:13:12', 'A', '47.128.99.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8423, '2025-11-16 22:15:48', 'A', '47.128.36.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8424, '2025-11-16 22:17:05', 'A', '47.128.46.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8425, '2025-11-16 22:20:15', 'A', '47.128.29.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8426, '2025-11-16 22:20:36', 'A', '47.128.21.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8427, '2025-11-16 22:21:06', 'A', '47.128.51.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8428, '2025-11-16 22:22:43', 'W', '43.173.180.88', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8429, '2025-11-16 22:23:37', 'W', '208.68.39.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8430, '2025-11-16 22:23:41', 'W', '177.84.51.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8431, '2025-11-16 22:23:48', 'W', '185.26.174.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8432, '2025-11-16 22:26:34', 'W', '37.187.226.33', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(8433, '2025-11-16 22:26:53', 'A', '47.128.49.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8434, '2025-11-16 22:27:25', 'W', '202.76.171.191', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2', 'Chrome', 'Windows 7'),
(8435, '2025-11-16 22:27:39', 'W', '34.61.77.225', 'Python/3.14 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(8436, '2025-11-16 22:28:06', 'A', '47.128.43.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8437, '2025-11-16 22:28:59', 'A', '47.128.46.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8438, '2025-11-16 22:29:08', 'W', '213.180.203.163', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8439, '2025-11-16 22:29:29', 'A', '47.128.125.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8440, '2025-11-16 22:30:34', 'W', '43.173.179.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8441, '2025-11-16 22:35:31', 'A', '47.128.43.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8442, '2025-11-16 22:35:31', 'A', '47.128.22.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8443, '2025-11-16 22:37:22', 'A', '47.128.53.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8444, '2025-11-16 22:38:14', 'A', '47.128.34.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8445, '2025-11-16 22:38:42', 'A', '47.128.56.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8446, '2025-11-16 22:40:00', 'A', '47.128.47.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8447, '2025-11-16 22:40:52', 'A', '47.128.127.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8448, '2025-11-16 22:42:38', 'A', '47.128.19.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8449, '2025-11-16 22:44:20', 'W', '167.56.177.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8450, '2025-11-16 22:44:21', 'W', '109.107.242.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8451, '2025-11-16 22:44:21', 'W', '102.157.92.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8452, '2025-11-16 22:44:23', 'W', '187.189.141.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8453, '2025-11-16 22:44:24', 'W', '45.231.13.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8454, '2025-11-16 22:44:34', 'W', '62.201.255.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8455, '2025-11-16 22:45:16', 'A', '47.128.114.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8456, '2025-11-16 22:47:02', 'A', '111.225.149.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8457, '2025-11-16 22:47:10', 'A', '47.128.22.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8458, '2025-11-16 22:52:44', 'A', '47.128.48.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8459, '2025-11-16 22:53:26', 'W', '179.127.251.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8460, '2025-11-16 22:53:29', 'W', '200.220.163.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8461, '2025-11-16 22:53:29', 'W', '105.235.136.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8462, '2025-11-16 22:53:31', 'W', '68.183.124.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8463, '2025-11-16 22:53:32', 'W', '186.1.217.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8464, '2025-11-16 22:53:43', 'W', '193.8.47.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8465, '2025-11-16 22:54:26', 'W', '138.94.31.76', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(8466, '2025-11-16 22:54:29', 'W', '170.247.27.197', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Windows 8.1'),
(8467, '2025-11-16 22:55:02', 'W', '196.77.103.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(8468, '2025-11-16 22:55:04', 'A', '47.128.99.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8469, '2025-11-16 22:55:25', 'W', '179.97.16.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(8470, '2025-11-16 22:55:53', 'W', '186.80.78.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(8471, '2025-11-16 22:55:58', 'A', '47.128.54.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8472, '2025-11-16 22:57:09', 'A', '47.128.97.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8473, '2025-11-16 22:57:44', 'A', '47.128.57.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8474, '2025-11-16 22:58:01', 'A', '47.128.41.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8475, '2025-11-16 22:58:17', 'W', '186.152.250.113', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(8476, '2025-11-16 22:59:01', 'W', '14.231.204.103', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.60 Safari/537.17', 'Chrome', 'Windows 7'),
(8477, '2025-11-16 22:59:12', 'W', '38.222.42.55', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(8478, '2025-11-16 22:59:39', 'W', '186.208.146.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/84.0.4147.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(8479, '2025-11-16 22:59:48', 'A', '47.128.22.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8480, '2025-11-16 23:00:22', 'A', '47.128.22.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8481, '2025-11-16 23:03:54', 'W', '157.55.39.203', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(8482, '2025-11-16 23:05:32', 'W', '18.138.13.230', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(8483, '2025-11-16 23:10:19', 'A', '47.128.114.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8484, '2025-11-16 23:12:05', 'A', '47.128.126.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8485, '2025-11-16 23:12:18', 'W', '206.189.233.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8486, '2025-11-16 23:12:20', 'W', '162.243.175.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8487, '2025-11-16 23:12:21', 'W', '142.93.60.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8488, '2025-11-16 23:12:24', 'W', '186.129.96.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8489, '2025-11-16 23:12:32', 'W', '45.186.249.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8490, '2025-11-16 23:12:34', 'W', '177.249.168.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8491, '2025-11-16 23:12:39', 'A', '47.128.126.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8492, '2025-11-16 23:13:50', 'A', '47.128.115.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8493, '2025-11-16 23:14:43', 'A', '47.128.96.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8494, '2025-11-16 23:15:19', 'A', '47.128.122.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8495, '2025-11-16 23:15:37', 'A', '47.128.27.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8496, '2025-11-16 23:17:03', 'A', '47.128.33.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8497, '2025-11-16 23:19:03', 'A', '111.225.148.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8498, '2025-11-16 23:21:58', 'A', '111.225.149.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8499, '2025-11-16 23:22:03', 'W', '44.193.254.10', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Ubuntu'),
(8500, '2025-11-16 23:22:36', 'W', '43.173.176.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8501, '2025-11-16 23:23:40', 'W', '43.173.177.106', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8502, '2025-11-16 23:24:06', 'A', '47.128.27.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8503, '2025-11-16 23:25:23', 'A', '47.128.121.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8504, '2025-11-16 23:25:52', 'A', '47.128.55.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8505, '2025-11-16 23:28:04', 'A', '47.128.96.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8506, '2025-11-16 23:28:18', 'A', '47.128.55.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8507, '2025-11-16 23:28:18', 'A', '47.128.63.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8508, '2025-11-16 23:29:24', 'A', '47.128.96.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8509, '2025-11-16 23:30:30', 'A', '47.128.57.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8510, '2025-11-16 23:32:04', 'W', '43.173.181.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8511, '2025-11-16 23:32:27', 'A', '47.128.56.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8512, '2025-11-16 23:33:47', 'A', '47.128.58.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8513, '2025-11-16 23:34:39', 'A', '47.128.119.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8514, '2025-11-16 23:40:50', 'A', '47.128.99.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8515, '2025-11-16 23:40:50', 'A', '47.128.23.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8516, '2025-11-16 23:41:55', 'A', '47.128.23.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8517, '2025-11-16 23:49:32', 'A', '47.128.28.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8518, '2025-11-16 23:49:32', 'A', '47.128.32.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8519, '2025-11-16 23:49:50', 'W', '168.227.208.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8520, '2025-11-16 23:49:50', 'W', '190.207.185.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8521, '2025-11-16 23:49:54', 'W', '177.53.214.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8522, '2025-11-16 23:49:55', 'W', '181.53.12.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8523, '2025-11-16 23:50:08', 'W', '201.71.203.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8524, '2025-11-16 23:50:10', 'W', '190.194.38.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8525, '2025-11-16 23:51:43', 'A', '47.128.48.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8526, '2025-11-16 23:53:45', 'A', '111.225.149.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8527, '2025-11-16 23:55:05', 'W', '69.55.49.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8528, '2025-11-16 23:55:06', 'W', '94.205.57.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8529, '2025-11-16 23:55:10', 'W', '192.141.103.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8530, '2025-11-16 23:55:13', 'W', '190.180.164.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8531, '2025-11-16 23:55:18', 'W', '143.198.126.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8532, '2025-11-16 23:55:22', 'W', '187.111.17.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8533, '2025-11-16 23:56:24', 'W', '207.46.13.78', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(8534, '2025-11-16 23:57:34', 'W', '102.67.213.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8535, '2025-11-16 23:57:34', 'W', '177.240.147.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8536, '2025-11-16 23:57:36', 'W', '202.37.52.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8537, '2025-11-16 23:57:42', 'W', '200.188.228.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8538, '2025-11-16 23:57:49', 'W', '41.234.249.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8539, '2025-11-16 23:57:54', 'W', '187.85.148.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8540, '2025-11-16 23:57:58', 'W', '38.171.37.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(8541, '2025-11-16 23:57:58', 'W', '45.175.13.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(8542, '2025-11-16 23:58:51', 'W', '41.233.26.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(8543, '2025-11-17 00:00:58', 'W', '201.141.110.119', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(8544, '2025-11-17 00:01:52', 'W', '87.250.224.241', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8545, '2025-11-17 00:02:08', 'W', '179.8.119.38', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(8546, '2025-11-17 00:02:37', 'A', '47.128.114.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8547, '2025-11-17 00:07:26', 'W', '129.224.209.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8548, '2025-11-17 00:07:27', 'W', '185.106.28.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8549, '2025-11-17 00:07:30', 'W', '181.94.226.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8550, '2025-11-17 00:07:35', 'W', '186.2.154.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8551, '2025-11-17 00:07:37', 'W', '157.245.247.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8552, '2025-11-17 00:07:46', 'W', '186.0.199.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8553, '2025-11-17 00:12:59', 'W', '62.73.69.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8554, '2025-11-17 00:13:03', 'W', '181.78.20.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8555, '2025-11-17 00:13:14', 'W', '181.238.48.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8556, '2025-11-17 00:13:15', 'W', '212.34.19.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8557, '2025-11-17 00:13:18', 'W', '187.190.202.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8558, '2025-11-17 00:13:28', 'W', '181.117.184.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8559, '2025-11-17 00:14:37', 'A', '47.128.37.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8560, '2025-11-17 00:14:39', 'A', '47.128.49.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8561, '2025-11-17 00:15:52', 'W', '181.46.77.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8562, '2025-11-17 00:15:53', 'W', '105.74.4.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8563, '2025-11-17 00:15:56', 'W', '170.246.157.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8564, '2025-11-17 00:15:59', 'W', '200.95.221.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8565, '2025-11-17 00:15:59', 'W', '187.102.238.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8566, '2025-11-17 00:16:06', 'W', '68.183.101.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8567, '2025-11-17 00:16:19', 'W', '213.180.203.64', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8568, '2025-11-17 00:16:23', 'W', '213.180.203.5', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8569, '2025-11-17 00:17:55', 'A', '47.128.99.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8570, '2025-11-17 00:18:59', 'A', '47.128.117.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8571, '2025-11-17 00:22:14', 'W', '177.55.54.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8572, '2025-11-17 00:22:15', 'W', '38.121.214.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8573, '2025-11-17 00:22:19', 'W', '67.205.137.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8574, '2025-11-17 00:22:22', 'W', '181.77.212.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8575, '2025-11-17 00:22:29', 'W', '186.57.118.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8576, '2025-11-17 00:22:31', 'W', '181.46.75.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8577, '2025-11-17 00:23:22', 'A', '47.128.30.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8578, '2025-11-17 00:25:08', 'W', '38.52.122.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8579, '2025-11-17 00:25:08', 'W', '143.255.223.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8580, '2025-11-17 00:25:12', 'W', '191.85.7.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8581, '2025-11-17 00:25:15', 'W', '201.162.113.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8582, '2025-11-17 00:25:18', 'W', '168.194.184.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8583, '2025-11-17 00:25:20', 'W', '138.121.113.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8584, '2025-11-17 00:27:45', 'A', '47.128.50.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8585, '2025-11-17 00:31:30', 'W', '157.230.60.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8586, '2025-11-17 00:31:32', 'W', '181.178.15.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8587, '2025-11-17 00:31:34', 'W', '209.14.154.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8588, '2025-11-17 00:31:37', 'W', '72.27.73.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8589, '2025-11-17 00:31:38', 'W', '177.82.132.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8590, '2025-11-17 00:31:42', 'W', '191.85.35.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8591, '2025-11-17 00:36:30', 'W', '87.250.224.201', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8592, '2025-11-17 00:37:33', 'A', '47.128.47.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8593, '2025-11-17 00:37:47', 'W', '179.24.40.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8594, '2025-11-17 00:37:48', 'W', '151.255.3.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8595, '2025-11-17 00:37:52', 'W', '72.27.10.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8596, '2025-11-17 00:37:55', 'W', '177.232.87.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8597, '2025-11-17 00:37:57', 'W', '38.52.139.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8598, '2025-11-17 00:38:03', 'W', '39.45.228.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8599, '2025-11-17 00:42:32', 'W', '132.157.128.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8600, '2025-11-17 00:42:33', 'W', '186.2.251.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8601, '2025-11-17 00:42:35', 'W', '186.183.101.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8602, '2025-11-17 00:42:37', 'W', '170.78.249.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8603, '2025-11-17 00:42:38', 'W', '181.123.186.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8604, '2025-11-17 00:42:43', 'W', '176.222.63.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8605, '2025-11-17 00:46:38', 'W', '103.175.20.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8606, '2025-11-17 00:46:42', 'W', '177.238.23.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8607, '2025-11-17 00:46:42', 'W', '45.5.119.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8608, '2025-11-17 00:46:46', 'W', '198.211.102.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8609, '2025-11-17 00:46:51', 'W', '45.233.173.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8610, '2025-11-17 00:46:54', 'W', '190.175.61.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8611, '2025-11-17 00:47:32', 'A', '47.128.124.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8612, '2025-11-17 00:51:23', 'W', '95.108.213.252', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8613, '2025-11-17 00:51:34', 'A', '47.128.119.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8614, '2025-11-17 00:53:10', 'A', '47.128.122.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8615, '2025-11-17 00:53:48', 'W', '204.157.144.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(8616, '2025-11-17 00:53:55', 'W', '45.161.33.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(8617, '2025-11-17 00:54:45', 'W', '169.224.19.250', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(8618, '2025-11-17 00:55:37', 'A', '47.128.53.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8619, '2025-11-17 00:58:03', 'A', '47.128.56.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8620, '2025-11-17 00:58:07', 'W', '67.207.83.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8621, '2025-11-17 00:58:10', 'W', '181.25.49.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8622, '2025-11-17 00:58:14', 'W', '45.71.155.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8623, '2025-11-17 00:58:15', 'W', '186.250.205.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8624, '2025-11-17 00:58:20', 'W', '123.16.154.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4591.54 Safari/537.36', 'Chrome', 'Windows 10'),
(8625, '2025-11-17 00:58:24', 'W', '186.148.86.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8626, '2025-11-17 00:58:30', 'W', '38.222.44.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8627, '2025-11-17 00:58:51', 'A', '47.128.22.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8628, '2025-11-17 00:59:04', 'W', '45.181.146.222', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(8629, '2025-11-17 00:59:28', 'W', '38.222.111.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(8630, '2025-11-17 01:00:25', 'A', '47.128.115.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8631, '2025-11-17 01:00:27', 'W', '52.221.140.211', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(8632, '2025-11-17 01:03:17', 'A', '47.128.23.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8633, '2025-11-17 01:03:17', 'A', '47.128.22.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8634, '2025-11-17 01:03:20', 'W', '186.151.101.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8635, '2025-11-17 01:03:22', 'W', '206.189.179.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8636, '2025-11-17 01:03:26', 'W', '186.216.30.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8637, '2025-11-17 01:03:26', 'W', '170.81.144.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8638, '2025-11-17 01:03:35', 'W', '186.216.5.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8639, '2025-11-17 01:03:37', 'W', '181.26.114.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8640, '2025-11-17 01:04:45', 'W', '54.151.249.108', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(8641, '2025-11-17 01:08:02', 'A', '47.128.111.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8642, '2025-11-17 01:10:30', 'W', '178.128.144.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8643, '2025-11-17 01:10:35', 'W', '149.19.164.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8644, '2025-11-17 01:10:37', 'W', '186.82.102.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8645, '2025-11-17 01:10:39', 'W', '200.229.247.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8646, '2025-11-17 01:10:53', 'W', '167.99.150.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8647, '2025-11-17 01:11:06', 'W', '186.122.0.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8648, '2025-11-17 01:11:32', 'A', '111.225.148.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8649, '2025-11-17 01:11:50', 'A', '47.128.47.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8650, '2025-11-17 01:14:41', 'A', '47.128.48.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8651, '2025-11-17 01:14:59', 'W', '38.183.215.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8652, '2025-11-17 01:15:05', 'W', '179.49.202.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8653, '2025-11-17 01:15:10', 'W', '37.41.237.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8654, '2025-11-17 01:15:13', 'W', '105.188.46.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8655, '2025-11-17 01:15:19', 'W', '82.222.97.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8656, '2025-11-17 01:15:21', 'W', '84.255.185.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8657, '2025-11-17 01:17:31', 'A', '47.128.23.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8658, '2025-11-17 01:18:30', 'A', '47.128.113.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8659, '2025-11-17 01:20:23', 'A', '47.128.59.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8660, '2025-11-17 01:20:23', 'A', '47.128.36.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8661, '2025-11-17 01:23:58', 'W', '1.13.162.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8662, '2025-11-17 01:26:46', 'W', '43.173.173.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8663, '2025-11-17 01:27:03', 'W', '38.196.194.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8664, '2025-11-17 01:27:07', 'W', '191.99.24.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8665, '2025-11-17 01:27:09', 'W', '190.97.254.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8666, '2025-11-17 01:27:15', 'W', '186.38.89.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8667, '2025-11-17 01:27:16', 'W', '45.186.202.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8668, '2025-11-17 01:27:19', 'W', '190.89.110.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8669, '2025-11-17 01:29:26', 'W', '202.76.170.130', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204', 'Chrome', 'Mac OS X'),
(8670, '2025-11-17 01:29:34', 'W', '192.81.209.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8671, '2025-11-17 01:29:35', 'W', '152.166.157.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8672, '2025-11-17 01:29:39', 'W', '45.225.224.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8673, '2025-11-17 01:29:43', 'W', '45.187.2.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8674, '2025-11-17 01:29:46', 'W', '134.209.219.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8675, '2025-11-17 01:29:48', 'W', '167.172.158.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8676, '2025-11-17 01:33:47', 'A', '45.139.104.183', 'Mozilla/5.0 (Linux; Android 11; RMX2117) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(8677, '2025-11-17 01:35:34', 'W', '147.135.252.148', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(8678, '2025-11-17 01:36:31', 'A', '111.225.148.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8679, '2025-11-17 01:38:29', 'A', '47.128.62.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8680, '2025-11-17 01:38:29', 'W', '45.163.207.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8681, '2025-11-17 01:38:36', 'W', '42.117.123.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8682, '2025-11-17 01:38:38', 'W', '186.220.108.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8683, '2025-11-17 01:38:41', 'W', '45.232.95.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8684, '2025-11-17 01:38:42', 'W', '45.190.158.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8685, '2025-11-17 01:38:46', 'W', '186.148.182.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8686, '2025-11-17 01:40:45', 'A', '110.249.201.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8687, '2025-11-17 01:44:21', 'W', '38.18.24.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36', 'Chrome', 'Windows 10'),
(8688, '2025-11-17 01:46:15', 'A', '110.249.201.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8689, '2025-11-17 01:46:25', 'W', '201.177.99.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8690, '2025-11-17 01:46:27', 'W', '161.35.103.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8691, '2025-11-17 01:46:30', 'W', '186.15.99.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8692, '2025-11-17 01:46:35', 'W', '181.44.184.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8693, '2025-11-17 01:46:37', 'W', '189.84.176.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8694, '2025-11-17 01:46:37', 'W', '189.217.80.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8695, '2025-11-17 01:48:18', 'W', '45.164.35.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8696, '2025-11-17 01:48:20', 'W', '143.0.169.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8697, '2025-11-17 01:48:24', 'W', '92.241.36.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8698, '2025-11-17 01:48:25', 'W', '181.115.136.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8699, '2025-11-17 01:48:28', 'W', '179.168.129.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8700, '2025-11-17 01:48:31', 'W', '103.115.198.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8701, '2025-11-17 01:49:54', 'A', '47.128.48.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8702, '2025-11-17 01:54:52', 'W', '190.174.128.113', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(8703, '2025-11-17 01:56:33', 'A', '47.128.56.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8704, '2025-11-17 01:56:35', 'W', '177.192.19.166', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(8705, '2025-11-17 01:57:30', 'A', '47.128.19.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8706, '2025-11-17 01:57:43', 'W', '186.13.209.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8707, '2025-11-17 01:57:50', 'W', '190.134.124.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8708, '2025-11-17 01:57:51', 'W', '168.0.100.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8709, '2025-11-17 01:57:55', 'W', '186.77.182.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8710, '2025-11-17 01:57:56', 'W', '167.58.22.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8711, '2025-11-17 01:57:56', 'W', '45.177.78.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8712, '2025-11-17 01:58:24', 'W', '187.67.34.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(8713, '2025-11-17 01:58:31', 'W', '187.84.179.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/85.0.4183.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(8714, '2025-11-17 01:58:43', 'W', '138.97.136.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Mac OS X'),
(8715, '2025-11-17 02:00:19', 'W', '14.169.207.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(8716, '2025-11-17 02:02:52', 'W', '190.120.255.24', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(8717, '2025-11-17 02:10:50', 'A', '47.128.35.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8718, '2025-11-17 02:12:43', 'A', '47.128.28.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8719, '2025-11-17 02:13:41', 'A', '47.128.124.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8720, '2025-11-17 02:13:41', 'A', '47.128.63.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8721, '2025-11-17 02:15:02', 'W', '176.41.28.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8722, '2025-11-17 02:15:06', 'W', '176.29.247.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8723, '2025-11-17 02:15:06', 'W', '177.183.49.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8724, '2025-11-17 02:15:09', 'W', '91.106.43.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8725, '2025-11-17 02:15:10', 'W', '187.102.92.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8726, '2025-11-17 02:15:18', 'W', '152.170.153.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8727, '2025-11-17 02:17:29', 'A', '47.128.124.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8728, '2025-11-17 02:20:56', 'W', '190.120.248.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8729, '2025-11-17 02:20:59', 'W', '179.0.116.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8730, '2025-11-17 02:21:01', 'W', '138.59.140.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8731, '2025-11-17 02:21:04', 'W', '138.99.41.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8732, '2025-11-17 02:21:06', 'W', '203.9.210.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8733, '2025-11-17 02:21:08', 'W', '138.255.219.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8734, '2025-11-17 02:26:09', 'A', '47.128.43.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8735, '2025-11-17 02:29:47', 'A', '111.225.149.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8736, '2025-11-17 02:30:55', 'A', '47.128.53.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8737, '2025-11-17 02:31:41', 'W', '5.62.139.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8738, '2025-11-17 02:31:44', 'W', '157.245.95.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8739, '2025-11-17 02:31:47', 'W', '177.155.173.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8740, '2025-11-17 02:31:49', 'W', '45.182.99.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8741, '2025-11-17 02:31:51', 'W', '186.65.108.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8742, '2025-11-17 02:31:53', 'W', '168.196.89.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8743, '2025-11-17 02:33:50', 'A', '47.128.98.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8744, '2025-11-17 02:38:21', 'W', '134.209.77.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8745, '2025-11-17 02:38:29', 'W', '176.28.140.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8746, '2025-11-17 02:38:32', 'W', '125.164.199.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8747, '2025-11-17 02:38:33', 'W', '37.238.242.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8748, '2025-11-17 02:38:35', 'W', '103.163.39.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8749, '2025-11-17 02:38:38', 'W', '190.103.30.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8750, '2025-11-17 02:38:41', 'A', '47.128.35.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8751, '2025-11-17 02:41:33', 'A', '47.128.126.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8752, '2025-11-17 02:42:14', 'W', '190.104.33.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8753, '2025-11-17 02:42:18', 'W', '170.254.201.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8754, '2025-11-17 02:42:19', 'W', '45.41.104.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8755, '2025-11-17 02:42:22', 'W', '113.199.239.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8756, '2025-11-17 02:42:27', 'W', '200.225.118.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8757, '2025-11-17 02:43:39', 'A', '111.225.148.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8758, '2025-11-17 02:44:51', 'W', '207.191.167.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8759, '2025-11-17 02:45:46', 'W', '45.139.104.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36 Edg/101.0.1210.39', 'Chrome', 'Windows 10'),
(8760, '2025-11-17 02:55:36', 'W', '212.39.89.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8761, '2025-11-17 02:55:36', 'W', '195.225.231.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8762, '2025-11-17 02:55:36', 'W', '197.160.169.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8763, '2025-11-17 02:55:36', 'W', '170.245.235.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8764, '2025-11-17 02:55:36', 'W', '187.222.155.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8765, '2025-11-17 02:55:36', 'W', '179.6.81.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8766, '2025-11-17 02:55:36', 'W', '190.97.225.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8767, '2025-11-17 02:55:36', 'W', '213.230.93.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8768, '2025-11-17 02:55:36', 'W', '169.224.38.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8769, '2025-11-17 02:55:36', 'W', '190.3.29.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8770, '2025-11-17 02:55:36', 'W', '103.123.168.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8771, '2025-11-17 02:55:36', 'W', '181.91.86.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8772, '2025-11-17 02:55:36', 'W', '212.34.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8773, '2025-11-17 02:55:36', 'W', '37.237.80.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8774, '2025-11-17 02:55:36', 'W', '45.239.103.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8775, '2025-11-17 02:55:36', 'W', '5.175.151.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8776, '2025-11-17 02:55:38', 'W', '102.141.41.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8777, '2025-11-17 02:55:39', 'W', '138.59.172.11', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 7'),
(8778, '2025-11-17 02:55:45', 'W', '181.52.157.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(8779, '2025-11-17 02:56:53', 'A', '47.128.113.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8780, '2025-11-17 02:57:37', 'W', '178.125.123.229', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(8781, '2025-11-17 02:58:54', 'W', '14.230.157.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3835.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8782, '2025-11-17 02:58:57', 'W', '45.175.114.134', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(8783, '2025-11-17 02:59:46', 'A', '47.128.119.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8784, '2025-11-17 03:00:38', 'W', '40.77.167.241', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(8785, '2025-11-17 03:02:32', 'W', '102.185.73.84', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8786, '2025-11-17 03:03:41', 'W', '213.180.203.109', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8787, '2025-11-17 03:05:31', 'A', '47.128.17.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8788, '2025-11-17 03:06:29', 'A', '47.128.61.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8789, '2025-11-17 03:07:08', 'W', '186.158.200.83', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/37.0.865.0 Safari/535.1', 'Chrome', 'Linux'),
(8790, '2025-11-17 03:11:15', 'A', '47.128.62.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8791, '2025-11-17 03:12:12', 'A', '47.128.58.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8792, '2025-11-17 03:17:31', 'W', '152.42.178.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8793, '2025-11-17 03:21:24', 'W', '45.169.219.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8794, '2025-11-17 03:21:37', 'W', '177.222.98.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8795, '2025-11-17 03:21:37', 'W', '131.100.254.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8796, '2025-11-17 03:21:48', 'A', '47.128.115.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8797, '2025-11-17 03:22:46', 'A', '47.128.117.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8798, '2025-11-17 03:29:04', 'W', '186.128.132.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8799, '2025-11-17 03:29:16', 'W', '69.55.54.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8800, '2025-11-17 03:29:28', 'A', '47.128.21.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8801, '2025-11-17 03:31:10', 'W', '43.173.176.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8802, '2025-11-17 03:31:23', 'A', '47.128.110.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8803, '2025-11-17 03:33:37', 'W', '202.8.43.233', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(8804, '2025-11-17 03:34:17', 'A', '47.128.111.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8805, '2025-11-17 03:37:11', 'A', '47.128.98.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8806, '2025-11-17 03:38:45', 'W', '186.188.167.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8807, '2025-11-17 03:38:51', 'W', '181.237.224.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8808, '2025-11-17 03:39:02', 'W', '181.231.221.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8809, '2025-11-17 03:40:05', 'A', '47.128.19.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8810, '2025-11-17 03:45:54', 'A', '47.128.99.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8811, '2025-11-17 03:48:07', 'W', '181.89.93.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8812, '2025-11-17 03:48:10', 'W', '45.234.96.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8813, '2025-11-17 03:48:19', 'W', '189.127.59.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8814, '2025-11-17 03:48:46', 'A', '47.128.97.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8815, '2025-11-17 03:49:38', 'A', '47.128.126.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8816, '2025-11-17 03:52:00', 'W', '177.245.52.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8817, '2025-11-17 03:52:03', 'W', '190.113.110.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8818, '2025-11-17 03:52:11', 'W', '102.32.204.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8819, '2025-11-17 03:54:42', 'W', '5.58.170.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Windows 10'),
(8820, '2025-11-17 03:54:46', 'W', '167.0.208.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(8821, '2025-11-17 03:55:27', 'W', '93.93.168.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Windows 7'),
(8822, '2025-11-17 04:00:04', 'W', '179.109.172.224', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36', 'Chrome', 'Windows 8'),
(8823, '2025-11-17 04:00:16', 'A', '47.128.38.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8824, '2025-11-17 04:00:22', 'W', '186.39.77.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8825, '2025-11-17 04:00:25', 'W', '131.72.198.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8826, '2025-11-17 04:00:34', 'W', '197.221.123.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8827, '2025-11-17 04:01:40', 'W', '186.64.102.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Windows 7'),
(8828, '2025-11-17 04:02:00', 'W', '167.71.26.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8829, '2025-11-17 04:02:04', 'W', '45.163.173.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8830, '2025-11-17 04:02:10', 'A', '47.128.57.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8831, '2025-11-17 04:03:07', 'A', '47.128.20.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8832, '2025-11-17 04:05:01', 'A', '47.128.114.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8833, '2025-11-17 04:15:39', 'A', '47.128.116.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8834, '2025-11-17 04:15:39', 'A', '47.128.55.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8835, '2025-11-17 04:15:39', 'A', '47.128.32.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8836, '2025-11-17 04:15:39', 'W', '146.174.172.15', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.596.0 Safari/534.13', 'Chrome', 'Windows 7'),
(8837, '2025-11-17 04:20:00', 'W', '43.173.175.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8838, '2025-11-17 04:20:16', 'W', '43.173.175.60', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8839, '2025-11-17 04:21:12', 'A', '47.128.28.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8840, '2025-11-17 04:23:11', 'W', '213.180.203.178', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8841, '2025-11-17 04:27:45', 'W', '43.173.181.144', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8842, '2025-11-17 04:27:48', 'W', '43.173.179.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8843, '2025-11-17 04:30:28', 'W', '104.248.159.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8844, '2025-11-17 04:32:36', 'A', '47.128.22.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8845, '2025-11-17 04:32:59', 'W', '68.183.100.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8846, '2025-11-17 04:33:10', 'W', '186.158.228.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8847, '2025-11-17 04:33:16', 'W', '45.190.117.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8848, '2025-11-17 04:33:28', 'A', '110.249.202.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8849, '2025-11-17 04:41:21', 'W', '23.239.168.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(8850, '2025-11-17 04:41:22', 'W', '172.59.105.31', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(8851, '2025-11-17 04:44:00', 'A', '47.128.18.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8852, '2025-11-17 04:44:28', 'W', '177.172.130.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8853, '2025-11-17 04:44:40', 'W', '177.191.185.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8854, '2025-11-17 04:44:47', 'W', '111.88.30.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8855, '2025-11-17 04:46:36', 'W', '188.166.190.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8856, '2025-11-17 04:46:36', 'W', '165.22.51.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8857, '2025-11-17 04:46:36', 'W', '128.199.205.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8858, '2025-11-17 04:46:36', 'W', '139.59.103.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8859, '2025-11-17 04:46:36', 'W', '146.190.80.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8860, '2025-11-17 04:46:51', 'A', '47.128.127.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8861, '2025-11-17 04:49:20', 'W', '157.245.59.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8862, '2025-11-17 04:50:40', 'W', '157.245.241.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8863, '2025-11-17 04:51:48', 'W', '197.248.71.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8864, '2025-11-17 04:51:52', 'W', '189.201.193.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8865, '2025-11-17 04:51:57', 'W', '189.219.188.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8866, '2025-11-17 04:52:20', 'W', '189.159.249.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8867, '2025-11-17 04:54:45', 'W', '38.43.102.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Windows 10'),
(8868, '2025-11-17 04:54:47', 'W', '170.245.199.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(8869, '2025-11-17 04:54:58', 'W', '177.84.36.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4702.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(8870, '2025-11-17 04:55:12', 'W', '180.254.162.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(8871, '2025-11-17 04:55:42', 'W', '5.255.231.77', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8872, '2025-11-17 04:56:33', 'W', '190.9.100.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(8873, '2025-11-17 04:57:57', 'W', '170.80.237.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8874, '2025-11-17 04:58:02', 'W', '186.182.88.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8875, '2025-11-17 04:58:10', 'W', '91.186.251.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8876, '2025-11-17 04:58:14', 'W', '179.118.192.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(8877, '2025-11-17 05:05:17', 'W', '200.76.44.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8878, '2025-11-17 05:05:23', 'W', '181.121.178.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8879, '2025-11-17 05:05:24', 'W', '102.117.210.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(8880, '2025-11-17 05:07:19', 'W', '173.64.77.173', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(8881, '2025-11-17 05:10:38', 'A', '47.128.38.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8882, '2025-11-17 05:10:40', 'W', '159.203.179.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8883, '2025-11-17 05:10:45', 'W', '161.35.113.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8884, '2025-11-17 05:10:55', 'W', '189.82.39.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8885, '2025-11-17 05:11:28', 'A', '110.249.201.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8886, '2025-11-17 05:14:09', 'W', '45.190.158.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8887, '2025-11-17 05:14:13', 'W', '177.132.51.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8888, '2025-11-17 05:14:18', 'W', '45.182.234.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8889, '2025-11-17 05:19:12', 'W', '167.99.12.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8890, '2025-11-17 05:19:13', 'W', '160.179.177.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8891, '2025-11-17 05:19:18', 'W', '67.207.83.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8892, '2025-11-17 05:19:47', 'W', '43.173.181.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8893, '2025-11-17 05:19:53', 'W', '43.173.174.67', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8894, '2025-11-17 05:24:45', 'W', '43.173.182.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8895, '2025-11-17 05:27:41', 'W', '95.108.213.185', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8896, '2025-11-17 05:28:10', 'W', '45.169.110.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8897, '2025-11-17 05:28:14', 'W', '191.240.231.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8898, '2025-11-17 05:28:18', 'W', '186.78.174.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8899, '2025-11-17 05:31:10', 'W', '157.55.39.12', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(8900, '2025-11-17 05:31:28', 'W', '47.82.11.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0', 'Firefox', 'Mac OS X'),
(8901, '2025-11-17 05:34:40', 'W', '52.77.201.81', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(8902, '2025-11-17 05:38:34', 'A', '111.225.149.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8903, '2025-11-17 05:42:47', 'W', '213.180.203.219', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8904, '2025-11-17 05:44:24', 'W', '165.22.191.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8905, '2025-11-17 05:44:27', 'W', '181.50.22.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8906, '2025-11-17 05:44:31', 'W', '187.36.117.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8907, '2025-11-17 05:44:48', 'W', '177.155.233.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8908, '2025-11-17 05:49:22', 'W', '152.42.222.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8909, '2025-11-17 05:49:54', 'W', '45.153.119.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8910, '2025-11-17 05:49:58', 'W', '190.188.219.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8911, '2025-11-17 05:50:00', 'W', '37.236.96.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8912, '2025-11-17 05:51:02', 'W', '158.173.21.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(8913, '2025-11-17 05:51:31', 'A', '47.128.119.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8914, '2025-11-17 05:53:06', 'W', '196.247.205.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8915, '2025-11-17 05:55:11', 'W', '38.3.230.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(8916, '2025-11-17 05:55:25', 'W', '5.0.121.79', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(8917, '2025-11-17 05:56:21', 'W', '37.239.12.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(8918, '2025-11-17 05:57:58', 'W', '45.186.25.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 10'),
(8919, '2025-11-17 05:58:10', 'A', '47.128.27.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8920, '2025-11-17 05:58:22', 'W', '169.224.36.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8921, '2025-11-17 05:58:26', 'W', '91.186.250.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8922, '2025-11-17 05:58:26', 'W', '14.191.146.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8923, '2025-11-17 06:00:04', 'A', '47.128.30.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8924, '2025-11-17 06:00:22', 'W', '205.164.105.167', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14', 'Chrome', 'Windows 8'),
(8925, '2025-11-17 06:00:31', 'W', '106.208.148.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(8926, '2025-11-17 06:00:37', 'W', '45.186.103.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(8927, '2025-11-17 06:04:08', 'W', '45.225.169.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(8928, '2025-11-17 06:04:42', 'W', '186.235.235.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8929, '2025-11-17 06:04:46', 'W', '137.184.128.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8930, '2025-11-17 06:04:46', 'W', '134.122.118.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8931, '2025-11-17 06:05:02', 'W', '5.255.231.174', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8932, '2025-11-17 06:05:25', 'W', '160.187.102.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8933, '2025-11-17 06:05:29', 'W', '190.164.193.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8934, '2025-11-17 06:05:32', 'W', '45.169.32.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8935, '2025-11-17 06:09:07', 'W', '206.189.82.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'Chrome', 'Windows 10'),
(8936, '2025-11-17 06:15:42', 'W', '43.173.180.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8937, '2025-11-17 06:16:18', 'W', '74.7.229.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(8938, '2025-11-17 06:20:49', 'W', '81.214.18.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8939, '2025-11-17 06:20:52', 'W', '159.223.135.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8940, '2025-11-17 06:20:53', 'W', '200.66.119.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8941, '2025-11-17 06:28:51', 'W', '190.13.243.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8942, '2025-11-17 06:28:59', 'W', '102.68.122.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8943, '2025-11-17 06:29:02', 'W', '157.245.81.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8944, '2025-11-17 06:33:29', 'A', '47.128.98.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8945, '2025-11-17 06:35:56', 'W', '186.205.17.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8946, '2025-11-17 06:35:59', 'W', '37.40.90.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8947, '2025-11-17 06:35:59', 'W', '70.118.197.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8948, '2025-11-17 06:40:25', 'W', '87.250.224.109', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(8949, '2025-11-17 06:40:42', 'W', '185.24.60.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8950, '2025-11-17 06:40:46', 'W', '103.69.160.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8951, '2025-11-17 06:40:48', 'W', '116.110.41.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8952, '2025-11-17 06:40:57', 'W', '54.251.125.148', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(8953, '2025-11-17 06:41:10', 'A', '47.128.110.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8954, '2025-11-17 06:41:35', 'W', '181.20.215.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8955, '2025-11-17 06:41:40', 'W', '103.82.252.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8956, '2025-11-17 06:41:41', 'W', '103.122.250.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8957, '2025-11-17 06:45:00', 'A', '47.128.111.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8958, '2025-11-17 06:45:01', 'W', '45.172.70.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8959, '2025-11-17 06:45:04', 'W', '37.40.91.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8960, '2025-11-17 06:45:06', 'W', '94.230.229.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8961, '2025-11-17 06:46:55', 'A', '47.128.28.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8962, '2025-11-17 06:46:55', 'A', '47.128.17.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8963, '2025-11-17 06:47:40', 'A', '111.225.149.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8964, '2025-11-17 06:49:08', 'A', '111.225.148.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8965, '2025-11-17 06:53:38', 'A', '47.128.58.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8966, '2025-11-17 06:55:31', 'W', '186.26.82.153', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(8967, '2025-11-17 06:55:33', 'W', '169.224.121.113', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Windows 7'),
(8968, '2025-11-17 06:55:57', 'W', '190.66.53.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(8969, '2025-11-17 06:56:28', 'A', '47.128.19.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8970, '2025-11-17 06:56:29', 'A', '47.128.116.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8971, '2025-11-17 06:58:23', 'A', '47.128.23.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8972, '2025-11-17 06:58:29', 'W', '187.234.90.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(8973, '2025-11-17 06:59:17', 'W', '177.74.97.144', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 7'),
(8974, '2025-11-17 07:01:16', 'A', '47.128.37.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8975, '2025-11-17 07:02:28', 'W', '216.234.205.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8976, '2025-11-17 07:02:35', 'W', '82.199.208.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8977, '2025-11-17 07:02:35', 'W', '89.40.30.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8978, '2025-11-17 07:07:00', 'A', '47.128.115.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8979, '2025-11-17 07:13:35', 'W', '194.35.251.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8980, '2025-11-17 07:13:41', 'W', '187.173.152.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8981, '2025-11-17 07:13:42', 'W', '176.28.140.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8982, '2025-11-17 07:13:43', 'A', '47.128.17.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8983, '2025-11-17 07:13:48', 'W', '43.173.179.39', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(8984, '2025-11-17 07:29:50', 'W', '50.114.251.44', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 8'),
(8985, '2025-11-17 07:31:04', 'A', '47.128.53.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8986, '2025-11-17 07:31:04', 'A', '47.128.116.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8987, '2025-11-17 07:32:01', 'A', '47.128.62.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8988, '2025-11-17 07:35:09', 'W', '151.244.146.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8989, '2025-11-17 07:35:13', 'W', '168.197.200.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8990, '2025-11-17 07:35:16', 'W', '161.35.52.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8991, '2025-11-17 07:36:46', 'A', '47.128.27.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8992, '2025-11-17 07:38:40', 'A', '47.128.127.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8993, '2025-11-17 07:38:52', 'W', '177.91.137.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8994, '2025-11-17 07:38:56', 'W', '41.158.232.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8995, '2025-11-17 07:38:56', 'W', '187.243.206.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(8996, '2025-11-17 07:41:32', 'A', '47.128.115.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(8997, '2025-11-17 07:41:59', 'A', '111.225.148.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8998, '2025-11-17 07:44:50', 'A', '111.225.149.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(8999, '2025-11-17 07:47:14', 'A', '47.128.36.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9000, '2025-11-17 07:52:20', 'W', '91.106.54.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9001, '2025-11-17 07:52:26', 'W', '176.45.168.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9002, '2025-11-17 07:52:28', 'W', '187.190.224.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9003, '2025-11-17 07:54:59', 'W', '105.75.31.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(9004, '2025-11-17 07:55:01', 'W', '177.130.9.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(9005, '2025-11-17 07:55:45', 'W', '154.242.70.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9006, '2025-11-17 07:56:00', 'W', '103.141.175.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9007, '2025-11-17 07:56:04', 'W', '45.236.106.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9008, '2025-11-17 07:56:10', 'W', '203.9.210.187', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(9009, '2025-11-17 07:56:11', 'W', '186.241.130.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9010, '2025-11-17 07:56:18', 'W', '45.184.136.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(9011, '2025-11-17 07:56:46', 'A', '47.128.98.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9012, '2025-11-17 07:56:47', 'W', '179.223.118.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(9013, '2025-11-17 07:57:03', 'W', '68.221.67.174', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9014, '2025-11-17 07:57:30', 'W', '113.176.24.191', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36', 'Chrome', 'Linux'),
(9015, '2025-11-17 07:57:31', 'W', '129.222.91.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(9016, '2025-11-17 07:58:23', 'W', '74.7.228.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(9017, '2025-11-17 08:02:03', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(9018, '2025-11-17 08:05:22', 'A', '47.128.111.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9019, '2025-11-17 08:05:39', 'W', '41.62.232.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9020, '2025-11-17 08:05:42', 'W', '149.78.51.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9021, '2025-11-17 08:05:43', 'W', '37.214.56.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9022, '2025-11-17 08:06:50', 'W', '5.39.109.171', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(9023, '2025-11-17 08:08:15', 'A', '47.128.58.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9024, '2025-11-17 08:08:27', 'W', '43.173.177.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9025, '2025-11-17 08:10:49', 'W', '43.173.178.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9026, '2025-11-17 08:10:53', 'W', '150.109.20.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9027, '2025-11-17 08:11:11', 'A', '47.128.116.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9028, '2025-11-17 08:14:49', 'A', '111.225.149.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(9029, '2025-11-17 08:16:51', 'A', '47.128.32.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9030, '2025-11-17 08:16:58', 'A', '47.128.55.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9031, '2025-11-17 08:18:52', 'A', '47.128.124.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9032, '2025-11-17 08:20:26', 'W', '41.215.141.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9033, '2025-11-17 08:20:31', 'W', '41.212.81.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9034, '2025-11-17 08:20:37', 'W', '190.115.73.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9035, '2025-11-17 08:22:44', 'A', '47.128.24.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9036, '2025-11-17 08:24:10', 'A', '111.225.149.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(9037, '2025-11-17 08:25:52', 'W', '94.230.229.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9038, '2025-11-17 08:25:54', 'W', '181.45.117.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9039, '2025-11-17 08:25:55', 'W', '38.9.221.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9040, '2025-11-17 08:27:24', 'A', '47.128.57.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9041, '2025-11-17 08:29:18', 'A', '47.128.32.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9042, '2025-11-17 08:29:28', 'W', '201.20.75.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9043, '2025-11-17 08:29:32', 'W', '103.84.56.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9044, '2025-11-17 08:29:35', 'W', '179.96.185.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9045, '2025-11-17 08:33:12', 'W', '5.255.231.198', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9046, '2025-11-17 08:34:35', 'W', '197.95.70.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9047, '2025-11-17 08:34:40', 'W', '187.137.32.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9048, '2025-11-17 08:41:45', 'W', '37.99.43.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9049, '2025-11-17 08:41:50', 'W', '143.244.172.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9050, '2025-11-17 08:41:56', 'W', '188.3.239.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9051, '2025-11-17 08:45:28', 'A', '47.128.125.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9052, '2025-11-17 08:47:51', 'A', '47.128.62.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9053, '2025-11-17 08:53:35', 'W', '191.36.215.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1150.52 Safari/537.36', 'Chrome', 'Windows 10'),
(9054, '2025-11-17 08:53:51', 'W', '190.140.112.45', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(9055, '2025-11-17 08:54:12', 'W', '5.62.143.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(9056, '2025-11-17 08:57:37', 'W', '170.246.139.247', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(9057, '2025-11-17 08:59:03', 'W', '14.226.151.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(9058, '2025-11-17 09:05:49', 'W', '154.208.48.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9059, '2025-11-17 09:05:51', 'W', '185.244.152.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9060, '2025-11-17 09:06:11', 'W', '103.132.180.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9061, '2025-11-17 09:08:19', 'W', '45.233.86.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9062, '2025-11-17 09:08:20', 'W', '200.53.193.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9063, '2025-11-17 09:08:28', 'W', '157.100.136.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9064, '2025-11-17 09:09:34', 'W', '51.68.236.87', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9065, '2025-11-17 09:11:45', 'W', '43.173.182.79', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9066, '2025-11-17 09:12:01', 'A', '110.249.201.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(9067, '2025-11-17 09:13:05', 'A', '47.128.37.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9068, '2025-11-17 09:15:23', 'W', '213.180.203.43', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9069, '2025-11-17 09:15:28', 'W', '129.226.94.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9070, '2025-11-17 09:16:07', 'W', '43.173.179.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9071, '2025-11-17 09:16:08', 'W', '43.173.180.181', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9072, '2025-11-17 09:17:19', 'A', '47.128.98.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9073, '2025-11-17 09:17:28', 'W', '45.189.187.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9074, '2025-11-17 09:17:31', 'W', '41.208.141.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9075, '2025-11-17 09:17:34', 'W', '46.251.192.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9076, '2025-11-17 09:19:10', 'W', '84.54.70.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9077, '2025-11-17 09:19:11', 'W', '5.37.127.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9078, '2025-11-17 09:19:26', 'W', '37.236.51.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9079, '2025-11-17 09:19:36', 'W', '51.77.216.81', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9080, '2025-11-17 09:20:41', 'A', '47.128.35.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9081, '2025-11-17 09:21:08', 'A', '47.128.121.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9082, '2025-11-17 09:21:38', 'A', '47.128.61.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9083, '2025-11-17 09:21:49', 'W', '104.36.21.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(9084, '2025-11-17 09:23:32', 'A', '47.128.40.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9085, '2025-11-17 09:26:24', 'W', '181.44.129.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9086, '2025-11-17 09:26:31', 'W', '49.151.110.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9087, '2025-11-17 09:26:34', 'W', '146.190.213.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9088, '2025-11-17 09:27:49', 'A', '47.128.19.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9089, '2025-11-17 09:28:15', 'W', '115.164.76.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9090, '2025-11-17 09:28:18', 'W', '198.199.70.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9091, '2025-11-17 09:28:21', 'W', '189.163.188.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9092, '2025-11-17 09:28:46', 'A', '47.128.118.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9093, '2025-11-17 09:31:45', 'W', '45.82.78.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43', 'Chrome', 'Windows 10'),
(9094, '2025-11-17 09:32:12', 'W', '45.172.111.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9095, '2025-11-17 09:32:13', 'W', '154.208.50.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9096, '2025-11-17 09:32:20', 'W', '177.181.2.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9097, '2025-11-17 09:32:41', 'W', '186.18.203.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9098, '2025-11-17 09:35:46', 'W', '103.145.184.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9099, '2025-11-17 09:35:46', 'W', '103.165.13.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9100, '2025-11-17 09:36:03', 'W', '141.179.72.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9101, '2025-11-17 09:48:47', 'W', '187.132.25.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9102, '2025-11-17 09:48:49', 'W', '5.62.145.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9103, '2025-11-17 09:48:54', 'W', '41.13.4.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9104, '2025-11-17 09:57:03', 'W', '177.128.247.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(9105, '2025-11-17 09:57:10', 'W', '185.106.30.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9106, '2025-11-17 09:57:15', 'W', '105.76.181.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9107, '2025-11-17 09:57:17', 'A', '47.128.99.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9108, '2025-11-17 09:57:18', 'W', '41.140.190.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9109, '2025-11-17 09:57:19', 'W', '179.189.106.140', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3215.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(9110, '2025-11-17 09:58:15', 'A', '47.128.46.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9111, '2025-11-17 10:03:21', 'W', '37.114.146.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9112, '2025-11-17 10:03:22', 'W', '182.189.92.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9113, '2025-11-17 10:03:27', 'W', '176.64.29.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9114, '2025-11-17 10:06:15', 'W', '103.163.244.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9115, '2025-11-17 10:06:19', 'W', '14.191.36.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9116, '2025-11-17 10:06:21', 'W', '197.1.145.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9117, '2025-11-17 10:08:02', 'W', '155.94.243.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9118, '2025-11-17 10:09:05', 'W', '43.173.179.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9119, '2025-11-17 10:10:16', 'A', '47.128.34.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9120, '2025-11-17 10:10:19', 'W', '43.173.179.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9121, '2025-11-17 10:10:40', 'A', '47.128.23.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9122, '2025-11-17 10:29:48', 'A', '47.128.45.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9123, '2025-11-17 10:34:36', 'A', '47.128.29.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9124, '2025-11-17 10:37:46', 'W', '45.188.106.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9125, '2025-11-17 10:37:49', 'W', '68.183.31.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9126, '2025-11-17 10:37:51', 'W', '41.249.132.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9127, '2025-11-17 10:46:35', 'A', '47.128.62.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9128, '2025-11-17 10:53:48', 'W', '177.190.180.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4591.54 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(9129, '2025-11-17 10:54:11', 'A', '47.128.127.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9130, '2025-11-17 10:54:37', 'W', '181.46.136.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9131, '2025-11-17 10:54:39', 'W', '189.34.145.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9132, '2025-11-17 10:54:42', 'W', '181.94.224.130', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(9133, '2025-11-17 10:54:43', 'W', '45.168.49.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9134, '2025-11-17 10:57:53', 'W', '177.182.223.41', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 8.1'),
(9135, '2025-11-17 10:58:45', 'W', '5.21.64.143', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(9136, '2025-11-17 10:59:46', 'W', '45.181.218.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(9137, '2025-11-17 11:15:07', 'W', '43.173.173.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9138, '2025-11-17 11:17:13', 'A', '47.128.63.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9139, '2025-11-17 11:17:42', 'W', '2.176.117.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9140, '2025-11-17 11:17:43', 'W', '31.146.66.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9141, '2025-11-17 11:17:48', 'W', '160.176.178.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9142, '2025-11-17 11:19:37', 'A', '47.128.119.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9143, '2025-11-17 11:24:45', 'W', '95.217.20.213', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(9144, '2025-11-17 11:32:04', 'A', '47.128.116.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9145, '2025-11-17 11:45:57', 'W', '40.77.167.52', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(9146, '2025-11-17 11:49:59', 'A', '47.128.41.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9147, '2025-11-17 11:55:30', 'W', '196.191.219.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(9148, '2025-11-17 11:56:08', 'W', '87.250.224.22', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9149, '2025-11-17 11:57:02', 'W', '103.185.251.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9150, '2025-11-17 11:57:04', 'W', '201.176.209.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9151, '2025-11-17 11:57:06', 'W', '102.220.208.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9152, '2025-11-17 11:58:34', 'W', '179.125.158.232', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(9153, '2025-11-17 11:59:24', 'W', '102.130.222.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'Chrome', 'Windows 10'),
(9154, '2025-11-17 12:01:03', 'W', '85.117.60.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9155, '2025-11-17 12:01:06', 'W', '37.237.165.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9156, '2025-11-17 12:01:09', 'W', '213.230.92.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9157, '2025-11-17 12:04:47', 'A', '47.128.31.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9158, '2025-11-17 12:05:44', 'A', '47.128.26.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9159, '2025-11-17 12:07:06', 'W', '177.67.247.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9160, '2025-11-17 12:07:07', 'W', '160.179.9.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9161, '2025-11-17 12:07:11', 'W', '217.145.229.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9162, '2025-11-17 12:12:33', 'W', '169.224.4.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9163, '2025-11-17 12:19:30', 'W', '145.239.195.38', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9164, '2025-11-17 12:25:49', 'W', '197.214.218.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9165, '2025-11-17 12:25:49', 'W', '179.41.187.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9166, '2025-11-17 12:25:49', 'W', '37.41.92.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9167, '2025-11-17 12:25:49', 'W', '138.117.187.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9168, '2025-11-17 12:25:49', 'W', '190.120.251.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9169, '2025-11-17 12:25:49', 'W', '78.98.247.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9170, '2025-11-17 12:36:29', 'A', '47.128.28.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9171, '2025-11-17 12:36:46', 'W', '82.167.79.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9172, '2025-11-17 12:36:51', 'W', '38.252.153.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9173, '2025-11-17 12:36:53', 'W', '27.34.110.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9174, '2025-11-17 12:37:07', 'A', '47.128.33.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9175, '2025-11-17 12:37:09', 'A', '47.128.127.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9176, '2025-11-17 12:37:57', 'A', '47.128.99.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9177, '2025-11-17 12:40:33', 'A', '47.128.54.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9178, '2025-11-17 12:40:34', 'A', '47.128.125.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9179, '2025-11-17 12:42:12', 'A', '47.128.23.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9180, '2025-11-17 12:46:57', 'A', '47.128.46.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9181, '2025-11-17 12:47:02', 'A', '47.128.62.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9182, '2025-11-17 12:47:46', 'A', '47.128.27.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9183, '2025-11-17 12:49:24', 'A', '47.128.62.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9184, '2025-11-17 12:51:44', 'W', '34.193.37.226', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9185, '2025-11-17 12:52:24', 'W', '34.235.210.9', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9186, '2025-11-17 12:53:56', 'W', '54.84.105.10', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9187, '2025-11-17 12:54:08', 'W', '54.225.37.171', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9188, '2025-11-17 12:54:32', 'W', '184.73.28.187', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9189, '2025-11-17 12:54:35', 'W', '38.222.70.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(9190, '2025-11-17 12:55:16', 'W', '196.188.126.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9191, '2025-11-17 12:55:22', 'W', '95.76.65.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(9192, '2025-11-17 12:55:22', 'W', '190.110.110.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9193, '2025-11-17 12:55:26', 'W', '47.15.65.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9194, '2025-11-17 12:56:14', 'W', '102.207.0.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4591.54 Safari/537.36', 'Chrome', 'Windows 10'),
(9195, '2025-11-17 12:57:47', 'W', '165.16.183.52', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(9196, '2025-11-17 12:58:02', 'W', '222.254.124.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(9197, '2025-11-17 12:58:04', 'W', '201.95.163.91', 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows XP'),
(9198, '2025-11-17 12:58:05', 'W', '168.194.232.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9199, '2025-11-17 12:58:09', 'W', '159.89.233.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9200, '2025-11-17 12:58:12', 'W', '41.75.66.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9201, '2025-11-17 12:58:31', 'A', '47.128.51.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9202, '2025-11-17 12:59:20', 'A', '47.128.52.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9203, '2025-11-17 13:01:48', 'W', '84.54.72.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9204, '2025-11-17 13:01:48', 'W', '105.154.84.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9205, '2025-11-17 13:01:53', 'W', '201.69.220.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9206, '2025-11-17 13:04:05', 'A', '47.128.124.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9207, '2025-11-17 13:04:14', 'A', '47.128.47.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9208, '2025-11-17 13:05:03', 'A', '47.128.60.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9209, '2025-11-17 13:09:08', 'A', '47.128.55.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9210, '2025-11-17 13:09:48', 'A', '47.128.34.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9211, '2025-11-17 13:13:14', 'A', '47.128.19.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9212, '2025-11-17 13:16:20', 'A', '47.128.26.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9213, '2025-11-17 13:16:24', 'W', '165.22.180.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9214, '2025-11-17 13:16:29', 'W', '102.219.208.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9215, '2025-11-17 13:16:29', 'W', '157.230.49.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9216, '2025-11-17 13:24:30', 'A', '47.128.116.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9217, '2025-11-17 13:24:39', 'A', '47.128.115.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9218, '2025-11-17 13:26:08', 'A', '47.128.21.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9219, '2025-11-17 13:27:45', 'A', '47.128.19.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9220, '2025-11-17 13:27:45', 'A', '47.128.34.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9221, '2025-11-17 13:27:55', 'W', '217.142.22.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9222, '2025-11-17 13:28:00', 'W', '45.180.188.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9223, '2025-11-17 13:28:01', 'W', '82.215.110.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9224, '2025-11-17 13:30:40', 'W', '189.51.42.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9225, '2025-11-17 13:30:43', 'W', '176.29.158.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9226, '2025-11-17 13:30:54', 'W', '186.79.91.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9227, '2025-11-17 13:32:11', 'A', '47.128.59.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9228, '2025-11-17 13:39:03', 'A', '47.128.45.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9229, '2025-11-17 13:40:26', 'W', '213.180.203.206', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9230, '2025-11-17 13:41:25', 'W', '212.47.136.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9231, '2025-11-17 13:41:28', 'W', '152.231.188.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9232, '2025-11-17 13:41:31', 'W', '95.57.209.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9233, '2025-11-17 13:43:31', 'W', '51.75.129.164', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9234, '2025-11-17 13:48:39', 'W', '154.124.77.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9235, '2025-11-17 13:48:46', 'W', '27.34.67.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9236, '2025-11-17 13:48:56', 'W', '223.225.61.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9237, '2025-11-17 13:53:10', 'W', '45.172.201.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9238, '2025-11-17 13:53:14', 'W', '196.190.95.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9239, '2025-11-17 13:53:20', 'W', '185.156.14.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9240, '2025-11-17 13:53:51', 'A', '47.128.27.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9241, '2025-11-17 13:55:32', 'W', '187.21.33.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(9242, '2025-11-17 13:56:15', 'W', '186.22.13.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(9243, '2025-11-17 13:57:14', 'W', '177.102.206.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(9244, '2025-11-17 13:57:52', 'W', '190.97.243.67', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(9245, '2025-11-17 14:00:24', 'W', '5.62.148.41', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(9246, '2025-11-17 14:03:33', 'W', '186.249.130.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9247, '2025-11-17 14:03:37', 'W', '134.209.221.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9248, '2025-11-17 14:03:44', 'W', '103.94.255.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9249, '2025-11-17 14:09:19', 'W', '169.224.19.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9250, '2025-11-17 14:09:21', 'W', '62.201.209.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9251, '2025-11-17 14:09:36', 'W', '179.38.121.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9252, '2025-11-17 14:17:52', 'W', '45.3.48.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(9253, '2025-11-17 14:18:55', 'W', '46.153.205.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9254, '2025-11-17 14:18:57', 'W', '45.233.191.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9255, '2025-11-17 14:18:59', 'W', '167.71.28.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9256, '2025-11-17 14:19:18', 'W', '170.106.14.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9257, '2025-11-17 14:19:19', 'W', '43.173.179.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9258, '2025-11-17 14:19:19', 'W', '38.9.221.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9259, '2025-11-17 14:20:05', 'W', '51.75.119.151', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9260, '2025-11-17 14:20:11', 'W', '103.108.60.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9261, '2025-11-17 14:20:25', 'W', '45.3.34.248', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9262, '2025-11-17 14:20:38', 'W', '37.212.23.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9263, '2025-11-17 14:20:41', 'W', '45.173.30.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9264, '2025-11-17 14:20:44', 'W', '46.196.89.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9265, '2025-11-17 14:22:31', 'W', '132.232.99.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9266, '2025-11-17 14:22:55', 'W', '45.170.128.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9267, '2025-11-17 14:22:58', 'W', '191.80.250.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9268, '2025-11-17 14:23:16', 'W', '115.186.120.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9269, '2025-11-17 14:25:46', 'W', '69.79.197.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9270, '2025-11-17 14:25:51', 'W', '202.83.125.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9271, '2025-11-17 14:26:03', 'W', '119.156.182.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9272, '2025-11-17 14:28:00', 'A', '47.128.28.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9273, '2025-11-17 14:29:54', 'W', '103.190.41.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9274, '2025-11-17 14:29:58', 'W', '86.108.40.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9275, '2025-11-17 14:30:07', 'W', '190.120.255.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9276, '2025-11-17 14:30:27', 'A', '47.128.114.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9277, '2025-11-17 14:35:17', 'W', '78.182.151.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9278, '2025-11-17 14:35:19', 'W', '39.45.42.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9279, '2025-11-17 14:35:23', 'W', '103.248.222.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9280, '2025-11-17 14:37:49', 'A', '47.128.28.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9281, '2025-11-17 14:38:40', 'W', '181.191.6.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9282, '2025-11-17 14:38:44', 'W', '27.34.68.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9283, '2025-11-17 14:38:47', 'W', '213.230.87.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9284, '2025-11-17 14:40:06', 'A', '47.128.98.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9285, '2025-11-17 14:44:08', 'W', '191.85.53.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9286, '2025-11-17 14:44:10', 'W', '84.54.73.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9287, '2025-11-17 14:44:18', 'W', '24.42.93.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9288, '2025-11-17 14:50:48', 'W', '179.49.124.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9289, '2025-11-17 14:50:50', 'W', '103.98.130.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9290, '2025-11-17 14:50:57', 'W', '187.191.8.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9291, '2025-11-17 14:54:28', 'W', '18.224.192.118', 'cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(9292, '2025-11-17 14:54:54', 'W', '185.104.71.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(9293, '2025-11-17 14:59:42', 'W', '186.211.97.246', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(9294, '2025-11-17 15:00:47', 'W', '188.72.40.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9295, '2025-11-17 15:00:52', 'W', '24.152.106.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9296, '2025-11-17 15:00:56', 'W', '186.54.242.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9297, '2025-11-17 15:05:13', 'W', '190.103.28.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9298, '2025-11-17 15:05:17', 'W', '45.170.56.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9299, '2025-11-17 15:05:20', 'W', '169.224.5.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9300, '2025-11-17 15:08:45', 'A', '47.128.60.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9301, '2025-11-17 15:09:29', 'A', '47.128.40.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9302, '2025-11-17 15:10:18', 'A', '47.128.16.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9303, '2025-11-17 15:11:58', 'A', '47.128.42.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9304, '2025-11-17 15:12:01', 'A', '47.128.127.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9305, '2025-11-17 15:12:11', 'W', '186.39.164.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9306, '2025-11-17 15:12:26', 'W', '138.118.220.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9307, '2025-11-17 15:12:50', 'A', '47.128.63.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9308, '2025-11-17 15:13:35', 'A', '47.128.118.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9309, '2025-11-17 15:14:25', 'A', '47.128.60.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9310, '2025-11-17 15:14:25', 'W', '186.22.54.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9311, '2025-11-17 15:14:29', 'A', '47.128.115.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9312, '2025-11-17 15:14:32', 'W', '169.224.120.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9313, '2025-11-17 15:14:46', 'W', '170.81.218.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9314, '2025-11-17 15:16:53', 'A', '47.128.53.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9315, '2025-11-17 15:17:40', 'A', '47.128.51.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9316, '2025-11-17 15:17:42', 'A', '47.128.48.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9317, '2025-11-17 15:18:32', 'A', '47.128.126.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9318, '2025-11-17 15:19:19', 'A', '47.128.40.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9319, '2025-11-17 15:19:22', 'A', '47.128.113.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9320, '2025-11-17 15:20:07', 'A', '47.128.99.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9321, '2025-11-17 15:20:11', 'A', '47.128.59.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9322, '2025-11-17 15:20:56', 'A', '47.128.30.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9323, '2025-11-17 15:21:00', 'A', '47.128.113.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9324, '2025-11-17 15:21:49', 'A', '47.128.118.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9325, '2025-11-17 15:22:34', 'A', '47.128.97.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9326, '2025-11-17 15:22:39', 'A', '47.128.119.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9327, '2025-11-17 15:23:28', 'A', '47.128.37.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9328, '2025-11-17 15:23:47', 'W', '105.154.250.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9329, '2025-11-17 15:24:01', 'W', '105.163.0.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9330, '2025-11-17 15:24:04', 'W', '103.139.144.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9331, '2025-11-17 15:24:12', 'A', '47.128.47.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9332, '2025-11-17 15:25:06', 'A', '47.128.98.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9333, '2025-11-17 15:25:50', 'A', '47.128.52.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9334, '2025-11-17 15:26:46', 'A', '47.128.51.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9335, '2025-11-17 15:27:07', 'W', '165.227.81.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9336, '2025-11-17 15:27:18', 'W', '5.77.206.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9337, '2025-11-17 15:27:19', 'W', '197.37.84.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9338, '2025-11-17 15:27:27', 'A', '47.128.97.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9339, '2025-11-17 15:27:35', 'A', '47.128.30.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9340, '2025-11-17 15:28:17', 'A', '47.128.30.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9341, '2025-11-17 15:28:26', 'A', '47.128.119.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9342, '2025-11-17 15:29:05', 'A', '47.128.114.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9343, '2025-11-17 15:29:14', 'A', '47.128.126.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9344, '2025-11-17 15:29:38', 'W', '146.174.171.203', 'Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre', 'Firefox', 'Windows 7'),
(9345, '2025-11-17 15:30:03', 'A', '47.128.98.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9346, '2025-11-17 15:30:52', 'A', '47.128.113.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9347, '2025-11-17 15:32:31', 'A', '47.128.126.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9348, '2025-11-17 15:33:56', 'W', '64.227.9.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9349, '2025-11-17 15:34:09', 'W', '169.224.126.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9350, '2025-11-17 15:34:12', 'W', '190.89.94.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9351, '2025-11-17 15:34:28', 'W', '18.142.97.33', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(9352, '2025-11-17 15:35:37', 'A', '47.128.17.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9353, '2025-11-17 15:35:37', 'A', '47.128.33.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9354, '2025-11-17 15:36:26', 'A', '47.128.17.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9355, '2025-11-17 15:36:26', 'A', '47.128.47.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9356, '2025-11-17 15:37:15', 'A', '47.128.63.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9357, '2025-11-17 15:38:05', 'A', '47.128.40.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9358, '2025-11-17 15:38:05', 'A', '47.128.41.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9359, '2025-11-17 15:38:53', 'A', '47.128.126.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9360, '2025-11-17 15:38:53', 'A', '47.128.41.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9361, '2025-11-17 15:39:42', 'A', '47.128.44.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9362, '2025-11-17 15:40:31', 'A', '47.128.47.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9363, '2025-11-17 15:41:20', 'A', '47.128.21.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9364, '2025-11-17 15:41:20', 'A', '47.128.34.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9365, '2025-11-17 15:42:09', 'A', '47.128.52.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9366, '2025-11-17 15:42:57', 'A', '47.128.35.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9367, '2025-11-17 15:42:58', 'A', '47.128.61.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9368, '2025-11-17 15:43:47', 'A', '47.128.112.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9369, '2025-11-17 15:44:35', 'A', '47.128.54.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(9370, '2025-11-17 15:45:24', 'A', '47.128.51.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9371, '2025-11-17 15:45:48', 'W', '102.219.210.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9372, '2025-11-17 15:45:57', 'W', '45.238.182.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9373, '2025-11-17 15:45:59', 'W', '170.79.179.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9374, '2025-11-17 15:46:13', 'A', '47.128.34.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9375, '2025-11-17 15:47:02', 'A', '47.128.99.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9376, '2025-11-17 15:47:02', 'A', '47.128.34.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9377, '2025-11-17 15:47:51', 'A', '47.128.61.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9378, '2025-11-17 15:49:28', 'A', '47.128.22.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9379, '2025-11-17 15:49:29', 'A', '47.128.22.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9380, '2025-11-17 15:50:16', 'W', '103.150.239.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9381, '2025-11-17 15:50:18', 'W', '131.0.196.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9382, '2025-11-17 15:50:19', 'A', '47.128.39.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9383, '2025-11-17 15:50:20', 'W', '188.3.12.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9384, '2025-11-17 15:51:07', 'A', '47.128.62.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9385, '2025-11-17 15:51:56', 'A', '47.128.62.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9386, '2025-11-17 15:52:45', 'A', '47.128.36.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9387, '2025-11-17 15:53:22', 'W', '113.162.241.141', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(9388, '2025-11-17 15:53:34', 'A', '47.128.36.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9389, '2025-11-17 15:54:22', 'A', '47.128.62.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9390, '2025-11-17 15:54:23', 'A', '47.128.111.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9391, '2025-11-17 15:55:18', 'W', '181.46.166.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9392, '2025-11-17 15:55:21', 'W', '37.114.146.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9393, '2025-11-17 15:55:21', 'W', '68.183.124.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9394, '2025-11-17 15:56:01', 'A', '47.128.37.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9395, '2025-11-17 15:56:34', 'W', '179.107.214.219', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(9396, '2025-11-17 15:56:51', 'A', '47.128.33.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9397, '2025-11-17 15:56:51', 'A', '47.128.45.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9398, '2025-11-17 15:56:55', 'W', '103.213.112.219', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 7'),
(9399, '2025-11-17 15:57:16', 'W', '114.10.44.190', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(9400, '2025-11-17 15:57:39', 'A', '47.128.36.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9401, '2025-11-17 15:57:51', 'W', '177.125.190.123', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(9402, '2025-11-17 15:57:53', 'W', '154.244.90.241', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36', 'Chrome', 'Windows 10'),
(9403, '2025-11-17 15:58:10', 'W', '151.244.152.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(9404, '2025-11-17 15:58:29', 'A', '47.128.38.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9405, '2025-11-17 15:59:02', 'W', '196.189.245.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9406, '2025-11-17 15:59:05', 'W', '170.254.240.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(9407, '2025-11-17 15:59:05', 'W', '87.192.224.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9408, '2025-11-17 15:59:15', 'W', '182.252.87.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9409, '2025-11-17 15:59:18', 'W', '14.191.133.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(9410, '2025-11-17 16:00:10', 'A', '47.128.58.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9411, '2025-11-17 16:02:35', 'A', '47.128.28.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9412, '2025-11-17 16:02:38', 'A', '47.128.18.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9413, '2025-11-17 16:03:26', 'A', '47.128.110.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9414, '2025-11-17 16:03:26', 'A', '47.128.110.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9415, '2025-11-17 16:05:05', 'A', '47.128.125.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9416, '2025-11-17 16:06:43', 'A', '47.128.37.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9417, '2025-11-17 16:08:20', 'A', '47.128.45.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9418, '2025-11-17 16:08:20', 'A', '47.128.57.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9419, '2025-11-17 16:09:09', 'A', '47.128.99.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9420, '2025-11-17 16:09:10', 'A', '47.128.19.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9421, '2025-11-17 16:09:58', 'A', '47.128.19.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9422, '2025-11-17 16:09:58', 'A', '47.128.49.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9423, '2025-11-17 16:10:23', 'W', '52.221.80.233', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(9424, '2025-11-17 16:10:42', 'W', '45.139.104.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(9425, '2025-11-17 16:10:47', 'A', '47.128.117.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9426, '2025-11-17 16:10:47', 'A', '47.128.96.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9427, '2025-11-17 16:11:36', 'A', '47.128.99.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9428, '2025-11-17 16:11:37', 'A', '47.128.52.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9429, '2025-11-17 16:13:14', 'A', '47.128.37.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9430, '2025-11-17 16:13:14', 'A', '47.128.27.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9431, '2025-11-17 16:14:05', 'A', '47.128.126.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9432, '2025-11-17 16:15:53', 'A', '47.128.61.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9433, '2025-11-17 16:15:53', 'A', '47.128.33.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9434, '2025-11-17 16:15:53', 'A', '47.128.125.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9435, '2025-11-17 16:15:53', 'A', '47.128.49.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9436, '2025-11-17 16:16:31', 'A', '47.128.117.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9437, '2025-11-17 16:17:19', 'A', '47.128.29.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9438, '2025-11-17 16:17:20', 'A', '47.128.110.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9439, '2025-11-17 16:18:08', 'A', '47.128.47.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9440, '2025-11-17 16:18:08', 'A', '47.128.42.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9441, '2025-11-17 16:18:57', 'A', '47.128.114.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9442, '2025-11-17 16:19:47', 'A', '47.128.127.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9443, '2025-11-17 16:19:47', 'A', '47.128.112.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9444, '2025-11-17 16:22:15', 'A', '47.128.30.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9445, '2025-11-17 16:22:22', 'W', '128.201.148.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 10'),
(9446, '2025-11-17 16:23:32', 'W', '43.173.181.23', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9447, '2025-11-17 16:23:37', 'W', '191.235.99.89', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9448, '2025-11-17 16:24:00', 'W', '1.54.152.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(9449, '2025-11-17 16:24:27', 'W', '74.7.229.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(9450, '2025-11-17 16:24:28', 'W', '43.173.177.89', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9451, '2025-11-17 16:26:31', 'W', '103.31.11.159', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(9452, '2025-11-17 16:27:13', 'A', '47.128.96.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9453, '2025-11-17 16:28:48', 'A', '47.128.33.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9454, '2025-11-17 16:28:48', 'A', '47.128.124.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9455, '2025-11-17 16:29:37', 'A', '47.128.57.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9456, '2025-11-17 16:29:37', 'A', '47.128.56.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9457, '2025-11-17 16:30:27', 'A', '47.128.20.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9458, '2025-11-17 16:31:18', 'A', '47.128.99.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9459, '2025-11-17 16:32:12', 'A', '47.128.16.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9460, '2025-11-17 16:32:12', 'A', '47.128.39.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9461, '2025-11-17 16:33:01', 'A', '47.128.99.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9462, '2025-11-17 16:33:13', 'W', '14.248.121.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(9463, '2025-11-17 16:33:53', 'A', '47.128.28.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9464, '2025-11-17 16:33:54', 'A', '47.128.36.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9465, '2025-11-17 16:34:44', 'A', '47.128.116.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9466, '2025-11-17 16:35:29', 'A', '47.128.127.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9467, '2025-11-17 16:35:35', 'A', '47.128.126.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9468, '2025-11-17 16:36:17', 'A', '47.128.127.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9469, '2025-11-17 16:36:18', 'A', '47.128.62.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9470, '2025-11-17 16:37:03', 'W', '18.139.19.113', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(9471, '2025-11-17 16:37:53', 'A', '47.128.55.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9472, '2025-11-17 16:38:41', 'A', '47.128.127.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9473, '2025-11-17 16:38:42', 'A', '47.128.36.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9474, '2025-11-17 16:39:30', 'A', '47.128.22.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9475, '2025-11-17 16:39:31', 'A', '47.128.30.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9476, '2025-11-17 16:40:21', 'A', '47.128.96.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9477, '2025-11-17 16:40:21', 'A', '47.128.61.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9478, '2025-11-17 16:42:00', 'A', '47.128.16.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9479, '2025-11-17 16:42:00', 'A', '47.128.116.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9480, '2025-11-17 16:43:38', 'A', '47.128.52.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9481, '2025-11-17 16:43:39', 'A', '47.128.63.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9482, '2025-11-17 16:44:28', 'A', '47.128.56.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9483, '2025-11-17 16:46:55', 'A', '47.128.127.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9484, '2025-11-17 16:48:41', 'A', '47.128.125.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9485, '2025-11-17 16:49:30', 'A', '47.128.63.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9486, '2025-11-17 16:50:19', 'A', '47.128.47.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9487, '2025-11-17 16:51:59', 'A', '47.128.20.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9488, '2025-11-17 16:52:48', 'A', '47.128.33.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9489, '2025-11-17 16:53:37', 'A', '47.128.37.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9490, '2025-11-17 16:54:25', 'A', '47.128.32.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9491, '2025-11-17 16:56:03', 'A', '47.128.63.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9492, '2025-11-17 16:56:04', 'A', '47.128.96.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9493, '2025-11-17 16:56:56', 'A', '47.128.60.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9494, '2025-11-17 16:57:44', 'A', '47.128.40.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9495, '2025-11-17 16:57:44', 'A', '47.128.61.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9496, '2025-11-17 16:58:34', 'A', '47.128.46.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9497, '2025-11-17 16:59:20', 'A', '47.128.119.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9498, '2025-11-17 16:59:20', 'A', '47.128.19.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9499, '2025-11-17 17:00:09', 'A', '47.128.19.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9500, '2025-11-17 17:00:58', 'A', '47.128.36.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9501, '2025-11-17 17:00:58', 'A', '47.128.34.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9502, '2025-11-17 17:01:47', 'A', '47.128.45.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9503, '2025-11-17 17:02:37', 'A', '47.128.123.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9504, '2025-11-17 17:05:04', 'A', '47.128.124.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9505, '2025-11-17 17:05:53', 'A', '47.128.16.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9506, '2025-11-17 17:05:53', 'A', '47.128.16.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9507, '2025-11-17 17:06:42', 'A', '47.128.19.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9508, '2025-11-17 17:07:31', 'A', '47.128.61.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9509, '2025-11-17 17:07:32', 'A', '47.128.55.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9510, '2025-11-17 17:08:20', 'A', '47.128.96.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9511, '2025-11-17 17:08:48', 'W', '43.152.174.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9512, '2025-11-17 17:09:09', 'A', '47.128.54.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9513, '2025-11-17 17:09:09', 'A', '47.128.23.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9514, '2025-11-17 17:09:53', 'W', '43.152.170.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9515, '2025-11-17 17:09:58', 'A', '47.128.45.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9516, '2025-11-17 17:09:59', 'A', '47.128.126.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9517, '2025-11-17 17:10:47', 'A', '47.128.118.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9518, '2025-11-17 17:11:36', 'A', '47.128.113.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9519, '2025-11-17 17:12:24', 'W', '87.250.224.86', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9520, '2025-11-17 17:12:25', 'A', '47.128.113.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9521, '2025-11-17 17:12:25', 'A', '47.128.58.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9522, '2025-11-17 17:13:18', 'W', '43.173.179.204', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9523, '2025-11-17 17:14:03', 'A', '47.128.96.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9524, '2025-11-17 17:14:05', 'A', '47.128.44.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9525, '2025-11-17 17:14:52', 'A', '47.128.34.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9526, '2025-11-17 17:15:41', 'A', '47.128.99.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9527, '2025-11-17 17:16:30', 'A', '47.128.122.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9528, '2025-11-17 17:16:30', 'A', '47.128.97.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9529, '2025-11-17 17:17:19', 'A', '47.128.125.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9530, '2025-11-17 17:17:19', 'W', '5.255.231.67', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9531, '2025-11-17 17:17:20', 'A', '47.128.35.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9532, '2025-11-17 17:18:59', 'A', '47.128.52.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9533, '2025-11-17 17:18:59', 'A', '47.128.58.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9534, '2025-11-17 17:19:44', 'W', '43.173.173.28', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9535, '2025-11-17 17:19:48', 'A', '47.128.58.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9536, '2025-11-17 17:19:49', 'A', '47.128.24.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9537, '2025-11-17 17:20:37', 'A', '47.128.40.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9538, '2025-11-17 17:20:37', 'A', '47.128.59.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9539, '2025-11-17 17:21:23', 'A', '47.128.59.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9540, '2025-11-17 17:21:24', 'A', '47.128.42.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9541, '2025-11-17 17:22:13', 'A', '47.128.58.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9542, '2025-11-17 17:22:13', 'A', '47.128.52.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9543, '2025-11-17 17:22:34', 'W', '94.158.60.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9544, '2025-11-17 17:22:36', 'W', '200.59.179.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9545, '2025-11-17 17:23:02', 'A', '47.128.52.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9546, '2025-11-17 17:23:02', 'A', '47.128.117.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9547, '2025-11-17 17:23:03', 'W', '170.106.65.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9548, '2025-11-17 17:23:29', 'W', '43.173.178.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9549, '2025-11-17 17:23:31', 'W', '43.173.182.85', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9550, '2025-11-17 17:23:51', 'A', '47.128.124.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9551, '2025-11-17 17:23:51', 'A', '47.128.122.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9552, '2025-11-17 17:24:40', 'A', '47.128.42.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9553, '2025-11-17 17:25:29', 'A', '47.128.39.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9554, '2025-11-17 17:26:18', 'A', '47.128.16.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9555, '2025-11-17 17:26:18', 'A', '47.128.40.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9556, '2025-11-17 17:27:07', 'A', '47.128.31.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9557, '2025-11-17 17:27:07', 'A', '47.128.97.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9558, '2025-11-17 17:27:57', 'A', '47.128.23.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9559, '2025-11-17 17:27:57', 'A', '47.128.21.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9560, '2025-11-17 17:29:12', 'W', '51.142.203.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Mac OS X'),
(9561, '2025-11-17 17:29:34', 'A', '47.128.31.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9562, '2025-11-17 17:29:34', 'A', '47.128.45.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9563, '2025-11-17 17:30:23', 'A', '47.128.99.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9564, '2025-11-17 17:31:12', 'A', '47.128.35.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9565, '2025-11-17 17:31:12', 'A', '47.128.59.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9566, '2025-11-17 17:32:01', 'A', '47.128.60.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9567, '2025-11-17 17:32:01', 'A', '47.128.48.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9568, '2025-11-17 17:32:41', 'W', '43.152.170.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9569, '2025-11-17 17:32:42', 'W', '176.28.139.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.8 Safari/537.36', 'Chrome', 'Mac OS X'),
(9570, '2025-11-17 17:32:43', 'W', '179.26.218.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9571, '2025-11-17 17:32:50', 'A', '47.128.41.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9572, '2025-11-17 17:33:39', 'A', '47.128.52.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9573, '2025-11-17 17:34:28', 'A', '47.128.33.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9574, '2025-11-17 17:34:28', 'A', '47.128.122.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9575, '2025-11-17 17:35:16', 'A', '47.128.123.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9576, '2025-11-17 17:35:16', 'A', '47.128.23.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9577, '2025-11-17 17:36:05', 'A', '47.128.25.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9578, '2025-11-17 17:36:05', 'A', '47.128.111.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9579, '2025-11-17 17:36:54', 'A', '47.128.98.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9580, '2025-11-17 17:37:43', 'A', '47.128.19.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9581, '2025-11-17 17:38:30', 'W', '207.46.13.36', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(9582, '2025-11-17 17:38:32', 'A', '47.128.32.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9583, '2025-11-17 17:39:22', 'A', '47.128.116.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9584, '2025-11-17 17:45:55', 'A', '47.128.40.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9585, '2025-11-17 17:45:55', 'A', '47.128.52.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9586, '2025-11-17 17:45:55', 'W', '123.26.203.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(9587, '2025-11-17 17:45:55', 'A', '47.128.17.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9588, '2025-11-17 17:45:55', 'A', '47.128.34.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9589, '2025-11-17 17:45:55', 'A', '47.128.25.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9590, '2025-11-17 17:45:55', 'A', '47.128.51.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9591, '2025-11-17 17:45:55', 'A', '47.128.117.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(9592, '2025-11-17 17:45:56', 'A', '47.128.44.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9593, '2025-11-17 17:45:56', 'A', '47.128.44.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9594, '2025-11-17 17:45:56', 'A', '47.128.56.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9595, '2025-11-17 17:45:56', 'A', '47.128.31.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9596, '2025-11-17 17:45:56', 'A', '47.128.40.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9597, '2025-11-17 17:45:56', 'A', '47.128.27.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9598, '2025-11-17 17:46:04', 'W', '180.75.144.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(9599, '2025-11-17 17:46:35', 'W', '198.199.75.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9600, '2025-11-17 17:46:35', 'W', '18.211.94.149', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(9601, '2025-11-17 17:48:20', 'A', '47.128.36.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9602, '2025-11-17 17:48:20', 'A', '47.128.115.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9603, '2025-11-17 17:49:09', 'A', '47.128.27.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9604, '2025-11-17 17:49:09', 'A', '47.128.125.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9605, '2025-11-17 17:49:58', 'A', '47.128.18.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9606, '2025-11-17 17:49:58', 'A', '47.128.18.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9607, '2025-11-17 17:50:47', 'A', '47.128.62.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9608, '2025-11-17 17:50:48', 'A', '47.128.27.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9609, '2025-11-17 17:51:36', 'A', '47.128.44.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9610, '2025-11-17 17:51:36', 'A', '47.128.56.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9611, '2025-11-17 17:52:25', 'A', '47.128.48.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9612, '2025-11-17 17:52:25', 'A', '47.128.123.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9613, '2025-11-17 17:53:13', 'A', '47.128.22.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9614, '2025-11-17 17:53:13', 'A', '47.128.46.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9615, '2025-11-17 17:54:03', 'A', '47.128.46.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9616, '2025-11-17 17:54:03', 'A', '47.128.24.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9617, '2025-11-17 17:54:19', 'W', '5.255.231.160', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9618, '2025-11-17 17:54:28', 'W', '103.146.84.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9619, '2025-11-17 17:55:42', 'A', '47.128.112.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9620, '2025-11-17 18:02:10', 'W', '102.219.210.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9621, '2025-11-17 18:02:13', 'W', '165.227.204.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9622, '2025-11-17 18:03:52', 'W', '43.173.180.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9623, '2025-11-17 18:05:33', 'A', '47.128.52.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9624, '2025-11-17 18:05:34', 'A', '47.128.43.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9625, '2025-11-17 18:05:52', 'W', '45.82.78.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(9626, '2025-11-17 18:05:52', 'W', '46.166.21.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9627, '2025-11-17 18:06:21', 'A', '47.128.127.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9628, '2025-11-17 18:07:01', 'W', '40.77.167.62', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(9629, '2025-11-17 18:07:10', 'A', '47.128.25.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9630, '2025-11-17 18:07:10', 'A', '47.128.110.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9631, '2025-11-17 18:07:58', 'A', '47.128.48.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9632, '2025-11-17 18:08:47', 'A', '47.128.124.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9633, '2025-11-17 18:09:36', 'A', '47.128.114.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9634, '2025-11-17 18:10:25', 'A', '47.128.22.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9635, '2025-11-17 18:11:13', 'A', '47.128.124.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9636, '2025-11-17 18:11:13', 'A', '47.128.22.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9637, '2025-11-17 18:11:31', 'W', '43.173.182.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9638, '2025-11-17 18:12:02', 'A', '47.128.57.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9639, '2025-11-17 18:12:54', 'A', '47.128.21.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9640, '2025-11-17 18:12:54', 'A', '47.128.52.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9641, '2025-11-17 18:13:37', 'W', '189.100.71.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9642, '2025-11-17 18:13:40', 'W', '38.253.127.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9643, '2025-11-17 18:13:40', 'A', '47.128.99.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9644, '2025-11-17 18:13:47', 'W', '101.33.14.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9645, '2025-11-17 18:13:49', 'W', '186.61.54.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9646, '2025-11-17 18:14:22', 'W', '43.173.177.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9647, '2025-11-17 18:14:29', 'A', '47.128.55.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9648, '2025-11-17 18:14:29', 'A', '47.128.55.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9649, '2025-11-17 18:15:17', 'A', '47.128.61.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9650, '2025-11-17 18:15:17', 'A', '47.128.46.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9651, '2025-11-17 18:16:06', 'A', '47.128.40.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9652, '2025-11-17 18:16:06', 'A', '47.128.36.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9653, '2025-11-17 18:16:56', 'A', '47.128.46.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9654, '2025-11-17 18:16:56', 'A', '47.128.42.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9655, '2025-11-17 18:17:39', 'W', '43.173.181.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9656, '2025-11-17 18:17:47', 'A', '47.128.37.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9657, '2025-11-17 18:18:37', 'A', '47.128.61.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9658, '2025-11-17 18:18:37', 'A', '47.128.45.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9659, '2025-11-17 18:20:15', 'A', '47.128.30.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9660, '2025-11-17 18:20:15', 'A', '47.128.97.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9661, '2025-11-17 18:21:02', 'W', '5.178.15.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9662, '2025-11-17 18:21:05', 'A', '47.128.123.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9663, '2025-11-17 18:21:05', 'A', '47.128.122.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9664, '2025-11-17 18:21:06', 'W', '185.181.110.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9665, '2025-11-17 18:21:13', 'W', '185.56.192.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9666, '2025-11-17 18:21:54', 'A', '47.128.58.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9667, '2025-11-17 18:21:54', 'A', '47.128.49.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9668, '2025-11-17 18:22:42', 'A', '47.128.21.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9669, '2025-11-17 18:22:42', 'A', '47.128.30.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9670, '2025-11-17 18:23:31', 'A', '47.128.125.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9671, '2025-11-17 18:23:31', 'A', '47.128.35.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9672, '2025-11-17 18:24:23', 'A', '47.128.19.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9673, '2025-11-17 18:25:47', 'A', '47.128.116.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9674, '2025-11-17 18:25:48', 'A', '47.128.34.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9675, '2025-11-17 18:26:36', 'A', '47.128.127.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9676, '2025-11-17 18:27:26', 'A', '47.128.119.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9677, '2025-11-17 18:28:15', 'A', '47.128.54.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9678, '2025-11-17 18:28:15', 'A', '47.128.126.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9679, '2025-11-17 18:29:04', 'A', '47.128.34.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9680, '2025-11-17 18:29:04', 'A', '47.128.50.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9681, '2025-11-17 18:29:53', 'A', '47.128.50.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9682, '2025-11-17 18:29:53', 'A', '47.128.21.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9683, '2025-11-17 18:29:54', 'W', '37.239.124.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(9684, '2025-11-17 18:30:42', 'A', '47.128.21.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9685, '2025-11-17 18:30:43', 'A', '47.128.63.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9686, '2025-11-17 18:31:26', 'W', '46.19.86.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9687, '2025-11-17 18:31:29', 'W', '159.203.176.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9688, '2025-11-17 18:31:32', 'A', '47.128.36.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9689, '2025-11-17 18:31:32', 'A', '47.128.57.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9690, '2025-11-17 18:31:34', 'W', '181.224.3.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9691, '2025-11-17 18:32:21', 'A', '47.128.118.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9692, '2025-11-17 18:32:21', 'A', '47.128.59.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9693, '2025-11-17 18:33:11', 'A', '47.128.33.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9694, '2025-11-17 18:33:11', 'A', '47.128.113.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9695, '2025-11-17 18:33:32', 'W', '104.194.157.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'Edge', 'Windows 10'),
(9696, '2025-11-17 18:34:00', 'A', '47.128.39.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9697, '2025-11-17 18:34:00', 'A', '47.128.60.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9698, '2025-11-17 18:34:48', 'A', '47.128.116.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9699, '2025-11-17 18:35:37', 'A', '47.128.50.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9700, '2025-11-17 18:35:37', 'A', '47.128.125.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9701, '2025-11-17 18:36:27', 'A', '47.128.122.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9702, '2025-11-17 18:36:27', 'A', '47.128.59.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9703, '2025-11-17 18:37:16', 'A', '47.128.56.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9704, '2025-11-17 18:37:16', 'A', '47.128.50.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9705, '2025-11-17 18:38:37', 'W', '39.55.176.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(9706, '2025-11-17 18:38:54', 'A', '47.128.39.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9707, '2025-11-17 18:39:43', 'A', '47.128.51.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9708, '2025-11-17 18:39:43', 'A', '47.128.124.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9709, '2025-11-17 18:40:32', 'A', '47.128.35.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9710, '2025-11-17 18:40:32', 'A', '47.128.98.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9711, '2025-11-17 18:43:01', 'A', '47.128.54.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9712, '2025-11-17 18:43:50', 'A', '47.128.58.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9713, '2025-11-17 18:44:39', 'A', '47.128.23.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9714, '2025-11-17 18:45:29', 'A', '47.128.99.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9715, '2025-11-17 18:45:29', 'A', '47.128.25.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9716, '2025-11-17 18:46:18', 'A', '47.128.36.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9717, '2025-11-17 18:47:06', 'A', '47.128.28.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9718, '2025-11-17 18:47:55', 'A', '47.128.34.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9719, '2025-11-17 18:47:55', 'A', '47.128.29.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9720, '2025-11-17 18:48:44', 'A', '47.128.119.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9721, '2025-11-17 18:48:44', 'A', '47.128.57.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9722, '2025-11-17 18:49:33', 'A', '47.128.120.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9723, '2025-11-17 18:50:22', 'A', '47.128.33.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9724, '2025-11-17 18:51:11', 'A', '47.128.18.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9725, '2025-11-17 18:51:11', 'A', '47.128.63.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9726, '2025-11-17 18:52:00', 'A', '47.128.17.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9727, '2025-11-17 18:52:00', 'A', '47.128.16.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9728, '2025-11-17 18:52:49', 'A', '47.128.114.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9729, '2025-11-17 18:52:49', 'A', '47.128.117.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9730, '2025-11-17 18:53:38', 'A', '47.128.114.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9731, '2025-11-17 18:53:38', 'A', '47.128.124.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9732, '2025-11-17 18:54:59', 'W', '188.163.106.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9733, '2025-11-17 18:55:03', 'W', '146.120.231.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9734, '2025-11-17 18:55:10', 'W', '167.61.151.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9735, '2025-11-17 18:55:16', 'A', '47.128.21.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9736, '2025-11-17 18:55:16', 'A', '47.128.48.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9737, '2025-11-17 18:56:05', 'A', '47.128.115.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9738, '2025-11-17 18:56:05', 'A', '47.128.119.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9739, '2025-11-17 18:56:54', 'A', '47.128.41.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9740, '2025-11-17 18:56:54', 'A', '47.128.20.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9741, '2025-11-17 18:57:43', 'A', '47.128.97.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9742, '2025-11-17 18:57:43', 'A', '47.128.58.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9743, '2025-11-17 18:58:32', 'A', '47.128.30.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9744, '2025-11-17 18:58:32', 'A', '47.128.97.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9745, '2025-11-17 18:59:21', 'A', '47.128.44.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9746, '2025-11-17 18:59:21', 'A', '47.128.97.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9747, '2025-11-17 19:00:10', 'A', '47.128.44.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9748, '2025-11-17 19:00:59', 'A', '47.128.49.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9749, '2025-11-17 19:01:00', 'A', '47.128.51.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9750, '2025-11-17 19:01:49', 'A', '47.128.99.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9751, '2025-11-17 19:01:49', 'A', '47.128.119.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9752, '2025-11-17 19:02:38', 'A', '47.128.114.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9753, '2025-11-17 19:03:27', 'A', '47.128.110.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9754, '2025-11-17 19:03:27', 'A', '47.128.49.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9755, '2025-11-17 19:04:16', 'A', '47.128.32.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9756, '2025-11-17 19:04:16', 'A', '47.128.18.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9757, '2025-11-17 19:05:05', 'A', '47.128.111.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9758, '2025-11-17 19:05:55', 'A', '47.128.46.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9759, '2025-11-17 19:05:55', 'A', '47.128.23.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9760, '2025-11-17 19:06:44', 'A', '47.128.63.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9761, '2025-11-17 19:06:45', 'A', '47.128.127.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9762, '2025-11-17 19:07:33', 'A', '47.128.50.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9763, '2025-11-17 19:08:21', 'A', '47.128.114.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9764, '2025-11-17 19:08:21', 'A', '47.128.118.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9765, '2025-11-17 19:08:49', 'W', '41.102.72.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(9766, '2025-11-17 19:09:10', 'A', '47.128.18.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9767, '2025-11-17 19:09:10', 'A', '47.128.63.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9768, '2025-11-17 19:09:59', 'A', '47.128.37.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9769, '2025-11-17 19:09:59', 'A', '47.128.29.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9770, '2025-11-17 19:10:48', 'A', '47.128.25.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9771, '2025-11-17 19:10:48', 'A', '47.128.42.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9772, '2025-11-17 19:11:38', 'A', '47.128.121.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9773, '2025-11-17 19:14:04', 'A', '47.128.52.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9774, '2025-11-17 19:14:04', 'A', '47.128.49.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9775, '2025-11-17 19:14:42', 'W', '43.173.173.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9776, '2025-11-17 19:14:53', 'A', '47.128.39.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9777, '2025-11-17 19:14:53', 'A', '47.128.26.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9778, '2025-11-17 19:15:42', 'A', '47.128.112.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9779, '2025-11-17 19:16:11', 'W', '43.173.173.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9780, '2025-11-17 19:16:30', 'A', '47.128.32.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9781, '2025-11-17 19:16:30', 'A', '47.128.54.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9782, '2025-11-17 19:17:03', 'W', '197.59.216.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9783, '2025-11-17 19:17:11', 'W', '200.81.152.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9784, '2025-11-17 19:17:16', 'W', '185.136.148.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9785, '2025-11-17 19:18:10', 'A', '47.128.98.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9786, '2025-11-17 19:18:58', 'A', '47.128.44.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9787, '2025-11-17 19:18:58', 'A', '47.128.125.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9788, '2025-11-17 19:19:47', 'A', '47.128.50.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9789, '2025-11-17 19:19:47', 'A', '47.128.16.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9790, '2025-11-17 19:19:52', 'W', '68.221.75.26', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9791, '2025-11-17 19:20:35', 'A', '47.128.119.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9792, '2025-11-17 19:20:35', 'A', '47.128.49.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9793, '2025-11-17 19:20:53', 'W', '5.255.231.105', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9794, '2025-11-17 19:21:24', 'A', '47.128.20.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9795, '2025-11-17 19:21:24', 'A', '47.128.30.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9796, '2025-11-17 19:22:13', 'A', '47.128.22.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9797, '2025-11-17 19:23:02', 'A', '47.128.111.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9798, '2025-11-17 19:23:51', 'A', '47.128.58.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9799, '2025-11-17 19:24:41', 'A', '47.128.22.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9800, '2025-11-17 19:26:19', 'A', '47.128.17.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9801, '2025-11-17 19:26:19', 'A', '47.128.51.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9802, '2025-11-17 19:27:09', 'A', '47.128.57.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9803, '2025-11-17 19:27:09', 'A', '47.128.99.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9804, '2025-11-17 19:27:58', 'A', '47.128.54.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9805, '2025-11-17 19:27:58', 'A', '47.128.99.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9806, '2025-11-17 19:28:47', 'A', '47.128.98.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9807, '2025-11-17 19:28:47', 'A', '47.128.44.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9808, '2025-11-17 19:29:39', 'A', '47.128.16.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9809, '2025-11-17 19:30:29', 'A', '47.128.23.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9810, '2025-11-17 19:30:29', 'A', '47.128.48.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(9811, '2025-11-17 19:30:56', 'I', '206.189.205.214', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1 OPX/2.2.0', 'Handheld Browser', 'iPhone'),
(9812, '2025-11-17 19:31:18', 'A', '47.128.49.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9813, '2025-11-17 19:31:20', 'A', '47.128.113.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9814, '2025-11-17 19:31:48', 'W', '31.41.69.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(9815, '2025-11-17 19:32:00', 'W', '213.139.62.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9816, '2025-11-17 19:32:05', 'A', '47.128.16.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9817, '2025-11-17 19:32:07', 'W', '169.224.120.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9818, '2025-11-17 19:32:10', 'W', '188.163.72.0', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9819, '2025-11-17 19:32:12', 'W', '181.136.149.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9820, '2025-11-17 19:32:17', 'W', '179.220.56.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(9821, '2025-11-17 19:33:13', 'W', '191.235.66.31', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9822, '2025-11-17 19:33:23', 'W', '191.99.44.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36', 'Chrome', 'Mac OS X'),
(9823, '2025-11-17 19:33:26', 'W', '138.94.131.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(9824, '2025-11-17 19:33:57', 'W', '74.7.228.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(9825, '2025-11-17 19:34:29', 'W', '37.237.166.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(9826, '2025-11-17 19:34:32', 'A', '47.128.32.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9827, '2025-11-17 19:34:32', 'A', '47.128.98.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9828, '2025-11-17 19:35:37', 'W', '45.180.11.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9829, '2025-11-17 19:35:47', 'W', '177.86.102.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9830, '2025-11-17 19:35:48', 'W', '186.57.252.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9831, '2025-11-17 19:35:52', 'W', '154.255.125.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9832, '2025-11-17 19:36:12', 'A', '47.128.19.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9833, '2025-11-17 19:36:12', 'A', '47.128.40.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9834, '2025-11-17 19:37:01', 'A', '47.128.51.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9835, '2025-11-17 19:37:02', 'A', '47.128.121.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9836, '2025-11-17 19:37:50', 'A', '47.128.32.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9837, '2025-11-17 19:38:39', 'A', '47.128.125.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9838, '2025-11-17 19:38:39', 'A', '47.128.121.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9839, '2025-11-17 19:40:17', 'A', '47.128.58.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9840, '2025-11-17 19:40:17', 'A', '47.128.62.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9841, '2025-11-17 19:41:07', 'A', '47.128.34.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9842, '2025-11-17 19:42:43', 'A', '47.128.18.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9843, '2025-11-17 19:42:43', 'A', '47.128.51.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9844, '2025-11-17 19:43:33', 'A', '47.128.57.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9845, '2025-11-17 19:45:13', 'A', '47.128.47.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9846, '2025-11-17 19:46:01', 'A', '47.128.115.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9847, '2025-11-17 19:46:01', 'A', '47.128.61.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9848, '2025-11-17 19:47:42', 'A', '47.128.124.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9849, '2025-11-17 19:47:42', 'A', '47.128.51.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9850, '2025-11-17 19:47:52', 'W', '74.7.227.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(9851, '2025-11-17 19:48:31', 'A', '47.128.16.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9852, '2025-11-17 19:49:20', 'A', '47.128.53.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9853, '2025-11-17 19:49:20', 'A', '47.128.114.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9854, '2025-11-17 19:50:09', 'A', '47.128.119.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9855, '2025-11-17 19:50:09', 'A', '47.128.124.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9856, '2025-11-17 19:50:59', 'A', '47.128.45.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9857, '2025-11-17 19:50:59', 'A', '47.128.39.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9858, '2025-11-17 19:51:08', 'A', '47.128.39.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9859, '2025-11-17 19:52:04', 'A', '47.128.23.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9860, '2025-11-17 19:52:04', 'A', '47.128.18.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9861, '2025-11-17 19:52:13', 'A', '47.128.97.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9862, '2025-11-17 19:52:13', 'A', '47.128.125.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9863, '2025-11-17 19:53:09', 'A', '47.128.52.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9864, '2025-11-17 19:53:09', 'A', '47.128.115.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9865, '2025-11-17 19:53:19', 'A', '47.128.37.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9866, '2025-11-17 19:53:19', 'A', '47.128.47.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9867, '2025-11-17 19:54:16', 'A', '47.128.18.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9868, '2025-11-17 19:54:16', 'A', '47.128.116.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9869, '2025-11-17 19:54:24', 'A', '47.128.40.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9870, '2025-11-17 19:55:21', 'A', '47.128.29.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9871, '2025-11-17 19:55:29', 'A', '47.128.25.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9872, '2025-11-17 19:55:29', 'A', '47.128.127.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9873, '2025-11-17 19:56:26', 'A', '47.128.29.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9874, '2025-11-17 19:56:33', 'A', '47.128.36.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9875, '2025-11-17 19:57:31', 'A', '47.128.30.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9876, '2025-11-17 19:57:32', 'A', '47.128.62.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9877, '2025-11-17 19:57:36', 'W', '87.250.224.50', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9878, '2025-11-17 19:57:38', 'A', '47.128.119.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9879, '2025-11-17 19:58:37', 'A', '47.128.120.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9880, '2025-11-17 19:58:37', 'A', '47.128.51.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9881, '2025-11-17 19:58:45', 'A', '47.128.16.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9882, '2025-11-17 19:59:42', 'A', '47.128.55.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9883, '2025-11-17 19:59:51', 'A', '47.128.20.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9884, '2025-11-17 19:59:51', 'A', '47.128.38.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9885, '2025-11-17 20:00:47', 'A', '47.128.50.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9886, '2025-11-17 20:00:56', 'A', '47.128.115.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9887, '2025-11-17 20:02:59', 'A', '47.128.116.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9888, '2025-11-17 20:03:43', 'W', '37.238.125.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9889, '2025-11-17 20:03:53', 'W', '179.189.149.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9890, '2025-11-17 20:03:53', 'W', '177.37.177.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9891, '2025-11-17 20:04:08', 'W', '188.120.96.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9892, '2025-11-17 20:04:13', 'A', '47.128.33.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9893, '2025-11-17 20:04:13', 'A', '47.128.113.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9894, '2025-11-17 20:05:06', 'A', '47.128.62.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9895, '2025-11-17 20:05:06', 'A', '47.128.59.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9896, '2025-11-17 20:05:19', 'A', '47.128.21.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9897, '2025-11-17 20:06:12', 'A', '47.128.59.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9898, '2025-11-17 20:06:12', 'A', '47.128.18.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9899, '2025-11-17 20:06:25', 'A', '47.128.113.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9900, '2025-11-17 20:07:18', 'A', '47.128.36.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9901, '2025-11-17 20:07:18', 'A', '47.128.16.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9902, '2025-11-17 20:07:28', 'A', '47.128.30.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9903, '2025-11-17 20:08:33', 'A', '47.128.21.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9904, '2025-11-17 20:09:28', 'A', '47.128.33.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9905, '2025-11-17 20:09:39', 'A', '47.128.45.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9906, '2025-11-17 20:09:39', 'A', '47.128.115.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9907, '2025-11-17 20:10:33', 'A', '47.128.49.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9908, '2025-11-17 20:10:45', 'A', '47.128.62.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9909, '2025-11-17 20:11:38', 'A', '47.128.55.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9910, '2025-11-17 20:11:38', 'A', '47.128.42.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9911, '2025-11-17 20:11:50', 'A', '47.128.125.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9912, '2025-11-17 20:12:54', 'A', '47.128.28.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9913, '2025-11-17 20:13:59', 'A', '47.128.121.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9914, '2025-11-17 20:13:59', 'A', '47.128.22.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9915, '2025-11-17 20:14:33', 'W', '43.173.181.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(9916, '2025-11-17 20:14:54', 'A', '47.128.96.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9917, '2025-11-17 20:15:05', 'A', '47.128.112.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9918, '2025-11-17 20:15:59', 'A', '47.128.114.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9919, '2025-11-17 20:15:59', 'A', '47.128.118.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9920, '2025-11-17 20:16:11', 'A', '47.128.125.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9921, '2025-11-17 20:16:11', 'A', '47.128.44.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9922, '2025-11-17 20:17:04', 'A', '47.128.47.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9923, '2025-11-17 20:17:13', 'W', '181.233.89.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9924, '2025-11-17 20:17:17', 'W', '177.137.113.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9925, '2025-11-17 20:17:18', 'W', '181.20.177.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9926, '2025-11-17 20:17:21', 'W', '217.54.138.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9927, '2025-11-17 20:18:08', 'A', '47.128.40.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9928, '2025-11-17 20:18:09', 'A', '47.128.49.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9929, '2025-11-17 20:18:22', 'A', '47.128.49.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9930, '2025-11-17 20:19:13', 'A', '47.128.99.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9931, '2025-11-17 20:19:26', 'A', '47.128.23.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9932, '2025-11-17 20:19:26', 'A', '47.128.121.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9933, '2025-11-17 20:20:19', 'A', '47.128.29.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9934, '2025-11-17 20:20:26', 'W', '51.75.116.202', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(9935, '2025-11-17 20:21:10', 'W', '123.18.83.116', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 8.1'),
(9936, '2025-11-17 20:21:14', 'W', '103.185.25.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.123 Safari/537.36', 'Chrome', 'Windows 10'),
(9937, '2025-11-17 20:21:24', 'A', '47.128.23.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9938, '2025-11-17 20:21:24', 'A', '47.128.29.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9939, '2025-11-17 20:23:11', 'W', '51.8.155.118', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9940, '2025-11-17 20:23:13', 'W', '37.236.100.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9941, '2025-11-17 20:23:15', 'W', '169.224.81.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9942, '2025-11-17 20:23:16', 'W', '177.126.219.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9943, '2025-11-17 20:23:21', 'W', '41.100.27.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9944, '2025-11-17 20:23:33', 'A', '47.128.30.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9945, '2025-11-17 20:23:33', 'A', '47.128.123.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9946, '2025-11-17 20:23:39', 'W', '177.105.119.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9947, '2025-11-17 20:23:47', 'A', '47.128.36.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9948, '2025-11-17 20:24:38', 'A', '47.128.96.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9949, '2025-11-17 20:24:38', 'A', '47.128.122.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9950, '2025-11-17 20:25:43', 'A', '47.128.32.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9951, '2025-11-17 20:25:43', 'A', '47.128.120.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9952, '2025-11-17 20:25:59', 'A', '47.128.120.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9953, '2025-11-17 20:25:59', 'A', '47.128.110.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9954, '2025-11-17 20:26:20', 'W', '14.186.59.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(9955, '2025-11-17 20:26:48', 'A', '47.128.47.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9956, '2025-11-17 20:28:19', 'A', '47.128.118.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9957, '2025-11-17 20:28:59', 'A', '47.128.60.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9958, '2025-11-17 20:28:59', 'A', '47.128.118.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9959, '2025-11-17 20:29:16', 'A', '47.128.126.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9960, '2025-11-17 20:29:24', 'A', '47.128.50.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9961, '2025-11-17 20:32:05', 'A', '47.128.34.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9962, '2025-11-17 20:32:39', 'W', '123.26.215.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(9963, '2025-11-17 20:33:09', 'A', '47.128.52.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9964, '2025-11-17 20:33:38', 'A', '47.128.114.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9965, '2025-11-17 20:35:15', 'W', '31.215.6.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 7'),
(9966, '2025-11-17 20:35:17', 'W', '179.125.135.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Agency/97.8.8247.48', 'Chrome', 'Windows 10'),
(9967, '2025-11-17 20:35:48', 'A', '47.128.48.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9968, '2025-11-17 20:36:31', 'A', '47.128.37.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9969, '2025-11-17 20:36:53', 'W', '200.63.106.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(9970, '2025-11-17 20:37:36', 'A', '47.128.32.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9971, '2025-11-17 20:38:00', 'A', '47.128.44.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9972, '2025-11-17 20:38:41', 'A', '47.128.17.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9973, '2025-11-17 20:41:17', 'A', '47.128.53.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9974, '2025-11-17 20:43:16', 'W', '104.248.56.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9975, '2025-11-17 20:43:19', 'W', '5.152.74.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9976, '2025-11-17 20:43:19', 'W', '86.126.182.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9977, '2025-11-17 20:43:28', 'A', '47.128.41.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9978, '2025-11-17 20:43:38', 'W', '189.175.216.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(9979, '2025-11-17 20:44:32', 'A', '47.128.37.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9980, '2025-11-17 20:49:32', 'A', '47.128.98.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9981, '2025-11-17 20:50:37', 'A', '47.128.112.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9982, '2025-11-17 20:51:04', 'A', '47.128.39.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9983, '2025-11-17 20:51:28', 'W', '4.151.241.249', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9984, '2025-11-17 20:51:42', 'A', '47.128.40.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9985, '2025-11-17 20:52:49', 'A', '47.128.123.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9986, '2025-11-17 20:53:05', 'W', '191.233.194.46', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9987, '2025-11-17 20:53:17', 'A', '47.128.21.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9988, '2025-11-17 20:53:53', 'A', '47.128.44.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9989, '2025-11-17 20:55:27', 'A', '47.128.29.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9990, '2025-11-17 20:56:07', 'A', '47.128.45.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9991, '2025-11-17 20:56:32', 'A', '47.128.45.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9992, '2025-11-17 20:58:15', 'A', '47.128.49.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9993, '2025-11-17 20:58:43', 'A', '47.128.32.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9994, '2025-11-17 20:59:20', 'A', '47.128.19.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9995, '2025-11-17 20:59:47', 'W', '68.221.67.172', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(9996, '2025-11-17 20:59:49', 'A', '47.128.54.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9997, '2025-11-17 21:01:30', 'A', '47.128.63.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(9998, '2025-11-17 21:01:57', 'W', '95.108.213.177', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(9999, '2025-11-17 21:01:59', 'A', '47.128.125.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10000, '2025-11-17 21:02:35', 'A', '47.128.54.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10001, '2025-11-17 21:03:05', 'A', '47.128.63.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10002, '2025-11-17 21:03:40', 'A', '47.128.119.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10003, '2025-11-17 21:04:09', 'A', '47.128.113.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10004, '2025-11-17 21:04:26', 'A', '47.128.41.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10005, '2025-11-17 21:04:59', 'A', '47.128.49.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10006, '2025-11-17 21:05:18', 'A', '47.128.115.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10007, '2025-11-17 21:05:18', 'A', '47.128.60.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10008, '2025-11-17 21:05:50', 'A', '47.128.38.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10009, '2025-11-17 21:06:08', 'A', '47.128.38.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10010, '2025-11-17 21:06:08', 'A', '47.128.38.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10011, '2025-11-17 21:07:12', 'A', '47.128.116.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10012, '2025-11-17 21:08:03', 'A', '47.128.52.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10013, '2025-11-17 21:08:03', 'A', '47.128.22.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10014, '2025-11-17 21:09:18', 'A', '47.128.46.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10015, '2025-11-17 21:09:49', 'A', '47.128.43.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10016, '2025-11-17 21:10:00', 'W', '43.173.182.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10017, '2025-11-17 21:10:39', 'A', '47.128.43.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10018, '2025-11-17 21:11:00', 'A', '47.128.27.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10019, '2025-11-17 21:11:30', 'A', '47.128.40.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10020, '2025-11-17 21:12:20', 'A', '47.128.59.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10021, '2025-11-17 21:12:30', 'W', '43.173.182.232', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10022, '2025-11-17 21:14:05', 'A', '47.128.27.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10023, '2025-11-17 21:14:34', 'W', '178.244.195.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10024, '2025-11-17 21:14:37', 'W', '177.137.85.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10025, '2025-11-17 21:14:38', 'W', '178.120.51.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10026, '2025-11-17 21:14:39', 'W', '192.241.151.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10027, '2025-11-17 21:14:56', 'A', '47.128.24.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10028, '2025-11-17 21:15:16', 'A', '47.128.119.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10029, '2025-11-17 21:15:47', 'A', '47.128.116.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10030, '2025-11-17 21:16:38', 'A', '47.128.45.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10031, '2025-11-17 21:17:50', 'A', '47.128.38.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10032, '2025-11-17 21:18:01', 'W', '43.173.175.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(10033, '2025-11-17 21:18:41', 'A', '47.128.124.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10034, '2025-11-17 21:18:43', 'W', '43.173.181.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10035, '2025-11-17 21:19:11', 'A', '47.128.126.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10036, '2025-11-17 21:19:32', 'A', '47.128.20.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10037, '2025-11-17 21:20:06', 'A', '47.128.37.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10038, '2025-11-17 21:20:24', 'A', '47.128.22.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10039, '2025-11-17 21:20:57', 'A', '47.128.113.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10040, '2025-11-17 21:22:09', 'A', '47.128.98.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10041, '2025-11-17 21:22:41', 'A', '47.128.63.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10042, '2025-11-17 21:23:00', 'W', '181.43.120.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(10043, '2025-11-17 21:23:01', 'A', '47.128.29.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10044, '2025-11-17 21:23:51', 'A', '47.128.63.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10045, '2025-11-17 21:24:22', 'A', '47.128.34.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10046, '2025-11-17 21:24:44', 'A', '47.128.61.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10047, '2025-11-17 21:25:13', 'A', '47.128.51.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10048, '2025-11-17 21:25:35', 'A', '47.128.53.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10049, '2025-11-17 21:26:05', 'A', '47.128.29.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10050, '2025-11-17 21:26:25', 'A', '47.128.53.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10051, '2025-11-17 21:26:37', 'W', '41.200.1.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(10052, '2025-11-17 21:26:40', 'W', '14.243.14.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(10053, '2025-11-17 21:26:56', 'A', '47.128.31.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10054, '2025-11-17 21:27:15', 'W', '190.135.139.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(10055, '2025-11-17 21:27:17', 'A', '47.128.22.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10056, '2025-11-17 21:28:08', 'A', '47.128.53.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10057, '2025-11-17 21:28:38', 'A', '47.128.119.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10058, '2025-11-17 21:28:42', 'W', '131.221.67.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/88.0.4324.175 Safari/537.36', 'Chrome', 'Mac OS X'),
(10059, '2025-11-17 21:29:15', 'W', '45.234.253.243', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(10060, '2025-11-17 21:29:17', 'W', '109.185.29.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10061, '2025-11-17 21:29:17', 'W', '103.132.181.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10062, '2025-11-17 21:29:20', 'W', '41.82.207.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10063, '2025-11-17 21:29:23', 'W', '190.178.26.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10064, '2025-11-17 21:29:52', 'A', '47.128.42.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10065, '2025-11-17 21:30:09', 'W', '187.0.129.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(10066, '2025-11-17 21:30:22', 'A', '47.128.26.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10067, '2025-11-17 21:30:44', 'A', '47.128.110.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10068, '2025-11-17 21:30:56', 'W', '170.254.22.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(10069, '2025-11-17 21:32:01', 'W', '45.171.194.82', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 8.1'),
(10070, '2025-11-17 21:32:03', 'A', '47.128.26.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10071, '2025-11-17 21:32:05', 'W', '185.56.194.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10072, '2025-11-17 21:32:06', 'W', '186.22.238.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10073, '2025-11-17 21:32:06', 'W', '78.95.111.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10074, '2025-11-17 21:32:11', 'W', '186.123.107.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10075, '2025-11-17 21:32:25', 'A', '47.128.60.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10076, '2025-11-17 21:32:54', 'A', '47.128.24.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10077, '2025-11-17 21:33:17', 'A', '47.128.61.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10078, '2025-11-17 21:33:45', 'A', '47.128.42.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10079, '2025-11-17 21:34:07', 'A', '47.128.47.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10080, '2025-11-17 21:35:00', 'A', '47.128.116.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10081, '2025-11-17 21:35:51', 'A', '47.128.51.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10082, '2025-11-17 21:36:19', 'A', '47.128.55.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10083, '2025-11-17 21:36:42', 'A', '47.128.117.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10084, '2025-11-17 21:37:33', 'A', '47.128.99.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10085, '2025-11-17 21:38:24', 'A', '47.128.41.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10086, '2025-11-17 21:39:10', 'W', '45.171.186.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10087, '2025-11-17 21:39:10', 'W', '103.227.27.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10088, '2025-11-17 21:39:11', 'W', '167.71.17.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10089, '2025-11-17 21:39:12', 'W', '102.32.171.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10090, '2025-11-17 21:39:15', 'A', '47.128.125.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10091, '2025-11-17 21:39:47', 'A', '47.128.48.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10092, '2025-11-17 21:40:06', 'A', '47.128.117.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10093, '2025-11-17 21:40:38', 'A', '47.128.63.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10094, '2025-11-17 21:40:57', 'A', '47.128.30.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10095, '2025-11-17 21:41:51', 'A', '47.128.124.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10096, '2025-11-17 21:42:20', 'A', '47.128.125.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10097, '2025-11-17 21:42:42', 'A', '47.128.42.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10098, '2025-11-17 21:44:03', 'A', '47.128.46.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10099, '2025-11-17 21:44:52', 'W', '187.95.169.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10100, '2025-11-17 21:44:53', 'W', '45.157.55.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10101, '2025-11-17 21:44:55', 'A', '47.128.45.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10102, '2025-11-17 21:45:00', 'W', '186.96.69.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10103, '2025-11-17 21:45:07', 'W', '212.34.19.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10104, '2025-11-17 21:45:15', 'A', '47.128.120.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10105, '2025-11-17 21:45:46', 'A', '47.128.63.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10106, '2025-11-17 21:46:07', 'A', '47.128.123.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10107, '2025-11-17 21:50:03', 'A', '47.128.34.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10108, '2025-11-17 21:50:03', 'A', '47.128.29.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10109, '2025-11-17 21:51:01', 'A', '47.128.112.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10110, '2025-11-17 21:51:53', 'A', '47.128.20.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10111, '2025-11-17 21:51:53', 'A', '47.128.123.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10112, '2025-11-17 21:52:48', 'A', '47.128.27.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10113, '2025-11-17 21:52:48', 'A', '47.128.62.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10114, '2025-11-17 21:53:39', 'A', '47.128.34.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10115, '2025-11-17 21:54:36', 'A', '47.128.19.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10116, '2025-11-17 21:57:34', 'W', '190.56.32.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10117, '2025-11-17 21:57:35', 'W', '190.122.15.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10118, '2025-11-17 21:57:36', 'W', '176.29.219.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10119, '2025-11-17 21:57:39', 'W', '152.156.105.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10120, '2025-11-17 22:00:00', 'W', '147.182.210.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10121, '2025-11-17 22:00:03', 'W', '102.0.18.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10122, '2025-11-17 22:00:06', 'W', '185.106.31.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10123, '2025-11-17 22:00:09', 'W', '102.209.223.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10124, '2025-11-17 22:00:25', 'A', '47.128.97.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10125, '2025-11-17 22:00:26', 'A', '47.128.49.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10126, '2025-11-17 22:01:31', 'A', '47.128.32.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10127, '2025-11-17 22:02:23', 'W', '177.130.189.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10128, '2025-11-17 22:02:26', 'W', '192.241.155.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10129, '2025-11-17 22:02:28', 'W', '102.0.23.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10130, '2025-11-17 22:02:30', 'W', '190.14.141.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10131, '2025-11-17 22:03:19', 'A', '47.128.19.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10132, '2025-11-17 22:03:19', 'A', '47.128.23.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10133, '2025-11-17 22:04:04', 'W', '186.223.103.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10134, '2025-11-17 22:04:06', 'W', '197.1.178.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10135, '2025-11-17 22:04:10', 'W', '181.208.182.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10136, '2025-11-17 22:04:10', 'W', '200.18.122.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10137, '2025-11-17 22:04:33', 'A', '47.128.118.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10138, '2025-11-17 22:04:34', 'A', '47.128.54.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10139, '2025-11-17 22:06:18', 'A', '47.128.96.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10140, '2025-11-17 22:07:16', 'A', '47.128.44.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10141, '2025-11-17 22:07:36', 'W', '78.174.129.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10142, '2025-11-17 22:07:39', 'W', '192.144.102.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10143, '2025-11-17 22:07:41', 'W', '187.84.182.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10144, '2025-11-17 22:07:44', 'W', '143.202.134.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10145, '2025-11-17 22:08:08', 'A', '47.128.18.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10146, '2025-11-17 22:08:08', 'A', '47.128.120.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10147, '2025-11-17 22:09:00', 'A', '47.128.116.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10148, '2025-11-17 22:09:56', 'A', '47.128.51.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10149, '2025-11-17 22:10:43', 'W', '43.173.178.240', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10150, '2025-11-17 22:10:45', 'W', '43.173.180.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10151, '2025-11-17 22:10:47', 'A', '47.128.36.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10152, '2025-11-17 22:11:50', 'A', '47.128.36.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10153, '2025-11-17 22:11:50', 'A', '47.128.41.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10154, '2025-11-17 22:12:39', 'A', '47.128.27.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10155, '2025-11-17 22:12:39', 'A', '47.128.98.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10156, '2025-11-17 22:13:33', 'A', '47.128.27.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10157, '2025-11-17 22:14:22', 'A', '47.128.110.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10158, '2025-11-17 22:14:33', 'A', '47.128.50.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10159, '2025-11-17 22:15:26', 'A', '47.128.50.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10160, '2025-11-17 22:16:21', 'A', '47.128.63.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10161, '2025-11-17 22:16:21', 'A', '47.128.16.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10162, '2025-11-17 22:17:12', 'A', '47.128.49.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10163, '2025-11-17 22:17:12', 'A', '47.128.117.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10164, '2025-11-17 22:18:19', 'A', '47.128.25.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10165, '2025-11-17 22:19:25', 'A', '47.128.22.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10166, '2025-11-17 22:20:19', 'A', '47.128.53.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10167, '2025-11-17 22:20:19', 'A', '47.128.30.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10168, '2025-11-17 22:20:20', 'W', '148.244.171.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10169, '2025-11-17 22:20:24', 'W', '191.220.231.25', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 7'),
(10170, '2025-11-17 22:20:25', 'W', '165.227.200.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10171, '2025-11-17 22:20:27', 'W', '217.142.21.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10172, '2025-11-17 22:20:28', 'W', '196.61.240.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10173, '2025-11-17 22:21:11', 'A', '47.128.125.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10174, '2025-11-17 22:21:20', 'W', '82.86.136.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(10175, '2025-11-17 22:22:03', 'A', '47.128.45.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10176, '2025-11-17 22:22:03', 'A', '47.128.126.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10177, '2025-11-17 22:22:19', 'W', '113.190.88.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 7'),
(10178, '2025-11-17 22:22:56', 'A', '47.128.56.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10179, '2025-11-17 22:22:56', 'A', '47.128.58.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10180, '2025-11-17 22:24:48', 'A', '47.128.113.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10181, '2025-11-17 22:25:42', 'A', '47.128.118.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10182, '2025-11-17 22:25:42', 'A', '47.128.61.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10183, '2025-11-17 22:26:34', 'A', '47.128.27.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10184, '2025-11-17 22:27:06', 'W', '222.254.215.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(10185, '2025-11-17 22:27:28', 'A', '47.128.98.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10186, '2025-11-17 22:28:21', 'A', '47.128.20.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10187, '2025-11-17 22:29:14', 'A', '47.128.16.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10188, '2025-11-17 22:29:55', 'W', '45.82.78.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(10189, '2025-11-17 22:30:06', 'A', '47.128.114.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10190, '2025-11-17 22:30:06', 'A', '47.128.50.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10191, '2025-11-17 22:30:59', 'A', '47.128.33.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10192, '2025-11-17 22:30:59', 'A', '47.128.39.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10193, '2025-11-17 22:31:51', 'A', '47.128.32.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10194, '2025-11-17 22:32:17', 'W', '14.243.211.160', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(10195, '2025-11-17 22:32:42', 'A', '47.128.40.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10196, '2025-11-17 22:33:35', 'A', '47.128.31.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10197, '2025-11-17 22:33:35', 'A', '47.128.99.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10198, '2025-11-17 22:34:30', 'A', '47.128.127.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10199, '2025-11-17 22:34:30', 'A', '47.128.42.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10200, '2025-11-17 22:35:23', 'A', '47.128.21.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10201, '2025-11-17 22:35:23', 'A', '47.128.19.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10202, '2025-11-17 22:36:14', 'A', '47.128.60.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10203, '2025-11-17 22:37:08', 'A', '47.128.120.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10204, '2025-11-17 22:37:08', 'A', '47.128.36.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10205, '2025-11-17 22:37:59', 'A', '47.128.58.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10206, '2025-11-17 22:37:59', 'A', '47.128.25.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10207, '2025-11-17 22:38:52', 'A', '47.128.52.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10208, '2025-11-17 22:39:47', 'A', '47.128.29.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10209, '2025-11-17 22:39:47', 'A', '47.128.23.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10210, '2025-11-17 22:40:35', 'A', '47.128.122.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10211, '2025-11-17 22:41:26', 'A', '47.128.60.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10212, '2025-11-17 22:41:26', 'A', '47.128.59.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10213, '2025-11-17 22:42:18', 'A', '47.128.123.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10214, '2025-11-17 22:43:13', 'A', '47.128.39.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10215, '2025-11-17 22:44:12', 'A', '47.128.43.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10216, '2025-11-17 22:44:12', 'A', '47.128.27.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10217, '2025-11-17 22:44:14', 'W', '103.69.58.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10218, '2025-11-17 22:44:17', 'W', '128.201.48.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10219, '2025-11-17 22:44:21', 'W', '45.4.115.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10220, '2025-11-17 22:44:25', 'W', '37.242.64.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10221, '2025-11-17 22:45:04', 'A', '47.128.45.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10222, '2025-11-17 22:45:04', 'A', '47.128.125.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10223, '2025-11-17 22:45:55', 'A', '47.128.31.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10224, '2025-11-17 22:45:55', 'A', '47.128.124.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10225, '2025-11-17 22:46:47', 'A', '47.128.112.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10226, '2025-11-17 22:46:55', 'W', '167.56.98.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10227, '2025-11-17 22:46:59', 'W', '167.60.83.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10228, '2025-11-17 22:47:07', 'W', '179.26.198.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10229, '2025-11-17 22:47:09', 'W', '190.141.120.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10230, '2025-11-17 22:47:40', 'A', '47.128.57.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10231, '2025-11-17 22:47:40', 'A', '47.128.21.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10232, '2025-11-17 22:48:36', 'A', '47.128.54.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10233, '2025-11-17 22:48:36', 'A', '47.128.115.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10234, '2025-11-17 22:49:27', 'A', '47.128.121.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10235, '2025-11-17 22:50:15', 'W', '87.250.224.244', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10236, '2025-11-17 22:50:21', 'A', '47.128.123.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10237, '2025-11-17 22:50:21', 'A', '47.128.120.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10238, '2025-11-17 22:51:18', 'A', '47.128.32.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10239, '2025-11-17 22:51:18', 'A', '47.128.51.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10240, '2025-11-17 22:52:11', 'A', '47.128.35.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10241, '2025-11-17 22:52:11', 'A', '47.128.17.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10242, '2025-11-17 22:53:02', 'A', '47.128.22.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10243, '2025-11-17 22:53:54', 'A', '47.128.29.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10244, '2025-11-17 22:53:55', 'A', '47.128.112.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10245, '2025-11-17 22:54:49', 'A', '47.128.60.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10246, '2025-11-17 22:55:43', 'A', '47.128.28.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10247, '2025-11-17 22:56:35', 'A', '47.128.16.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10248, '2025-11-17 22:56:35', 'A', '47.128.30.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10249, '2025-11-17 22:57:22', 'W', '169.224.24.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10250, '2025-11-17 22:57:26', 'W', '198.211.96.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10251, '2025-11-17 22:57:28', 'A', '47.128.112.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10252, '2025-11-17 22:57:31', 'W', '141.98.141.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10253, '2025-11-17 22:57:41', 'W', '170.244.29.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10254, '2025-11-17 22:58:23', 'A', '47.128.117.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10255, '2025-11-17 22:59:01', 'W', '169.224.1.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10256, '2025-11-17 22:59:08', 'W', '177.11.159.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10257, '2025-11-17 22:59:13', 'A', '47.128.24.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(10258, '2025-11-17 22:59:14', 'A', '47.128.60.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10259, '2025-11-17 22:59:16', 'W', '176.29.25.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10260, '2025-11-17 22:59:18', 'W', '80.83.22.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10261, '2025-11-17 23:00:06', 'A', '47.128.17.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10262, '2025-11-17 23:00:57', 'A', '47.128.24.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10263, '2025-11-17 23:01:48', 'A', '47.128.20.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10264, '2025-11-17 23:01:48', 'A', '47.128.33.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10265, '2025-11-17 23:02:40', 'A', '47.128.61.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10266, '2025-11-17 23:02:40', 'A', '47.128.54.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10267, '2025-11-17 23:03:31', 'A', '47.128.43.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10268, '2025-11-17 23:03:31', 'A', '47.128.43.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10269, '2025-11-17 23:03:53', 'W', '109.107.225.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10270, '2025-11-17 23:03:57', 'W', '45.65.227.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10271, '2025-11-17 23:03:59', 'W', '168.210.108.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10272, '2025-11-17 23:04:01', 'W', '191.203.2.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10273, '2025-11-17 23:04:23', 'A', '47.128.21.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10274, '2025-11-17 23:04:23', 'A', '47.128.116.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10275, '2025-11-17 23:05:15', 'A', '47.128.23.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10276, '2025-11-17 23:06:06', 'A', '47.128.61.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10277, '2025-11-17 23:06:06', 'A', '47.128.42.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10278, '2025-11-17 23:07:52', 'A', '47.128.57.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10279, '2025-11-17 23:07:52', 'A', '47.128.46.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10280, '2025-11-17 23:08:48', 'A', '47.128.50.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10281, '2025-11-17 23:12:20', 'W', '45.148.10.159', 'Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0', 'Firefox', 'Windows 10'),
(10282, '2025-11-17 23:12:20', 'W', '45.148.10.159', '', 'Unknown Browser', 'Unknown OS Platform'),
(10283, '2025-11-17 23:16:01', 'A', '47.128.61.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10284, '2025-11-17 23:16:01', 'A', '47.128.34.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10285, '2025-11-17 23:16:01', 'A', '47.128.28.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10286, '2025-11-17 23:16:47', 'A', '47.128.53.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10287, '2025-11-17 23:18:07', 'W', '129.224.209.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10288, '2025-11-17 23:18:11', 'W', '46.185.169.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10289, '2025-11-17 23:18:12', 'W', '190.96.145.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10290, '2025-11-17 23:18:13', 'W', '143.105.81.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10291, '2025-11-17 23:18:28', 'A', '47.128.114.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10292, '2025-11-17 23:19:19', 'A', '47.128.114.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10293, '2025-11-17 23:19:19', 'A', '47.128.54.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10294, '2025-11-17 23:20:10', 'A', '47.128.113.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10295, '2025-11-17 23:20:10', 'A', '47.128.120.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10296, '2025-11-17 23:20:18', 'W', '190.190.240.52', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3215.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(10297, '2025-11-17 23:21:01', 'A', '47.128.42.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10298, '2025-11-17 23:21:01', 'A', '47.128.116.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10299, '2025-11-17 23:21:15', 'W', '165.255.14.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Kinza/6.1.5', 'Chrome', 'Windows 10'),
(10300, '2025-11-17 23:21:16', 'W', '177.185.44.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(10301, '2025-11-17 23:21:21', 'W', '197.54.15.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10302, '2025-11-17 23:21:27', 'W', '45.224.163.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10303, '2025-11-17 23:21:27', 'W', '186.53.69.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10304, '2025-11-17 23:21:37', 'W', '181.191.65.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10305, '2025-11-17 23:21:55', 'A', '47.128.40.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10306, '2025-11-17 23:22:11', 'W', '138.186.184.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(10307, '2025-11-17 23:22:49', 'A', '47.128.118.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10308, '2025-11-17 23:22:49', 'A', '47.128.45.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10309, '2025-11-17 23:23:40', 'A', '47.128.118.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10310, '2025-11-17 23:23:40', 'A', '47.128.120.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10311, '2025-11-17 23:24:02', 'W', '179.42.49.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(10312, '2025-11-17 23:24:32', 'A', '47.128.122.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10313, '2025-11-17 23:24:32', 'A', '47.128.23.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10314, '2025-11-17 23:24:38', 'W', '102.207.192.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(10315, '2025-11-17 23:24:39', 'W', '177.72.86.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(10316, '2025-11-17 23:25:23', 'A', '47.128.32.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10317, '2025-11-17 23:26:14', 'A', '47.128.55.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10318, '2025-11-17 23:26:14', 'A', '47.128.40.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10319, '2025-11-17 23:26:25', 'W', '43.166.167.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10320, '2025-11-17 23:27:06', 'A', '47.128.55.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10321, '2025-11-17 23:27:06', 'A', '47.128.123.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10322, '2025-11-17 23:27:25', 'W', '177.229.219.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10323, '2025-11-17 23:27:41', 'W', '170.239.73.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10324, '2025-11-17 23:27:57', 'A', '47.128.58.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10325, '2025-11-17 23:28:12', 'W', '43.173.181.128', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10326, '2025-11-17 23:28:49', 'A', '47.128.119.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10327, '2025-11-17 23:28:49', 'A', '47.128.30.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10328, '2025-11-17 23:29:40', 'A', '47.128.43.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10329, '2025-11-17 23:36:02', 'W', '109.107.253.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10330, '2025-11-17 23:36:02', 'W', '187.110.97.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10331, '2025-11-17 23:36:02', 'W', '190.105.75.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10332, '2025-11-17 23:36:02', 'W', '190.52.75.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10333, '2025-11-17 23:36:02', 'A', '47.128.54.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10334, '2025-11-17 23:36:02', 'W', '181.199.59.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10335, '2025-11-17 23:36:02', 'W', '143.105.157.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10336, '2025-11-17 23:36:02', 'W', '190.61.44.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10337, '2025-11-17 23:36:02', 'W', '177.104.241.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10338, '2025-11-17 23:36:02', 'A', '47.128.120.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10339, '2025-11-17 23:36:02', 'A', '47.128.57.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10340, '2025-11-17 23:36:02', 'A', '47.128.122.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10341, '2025-11-17 23:36:02', 'A', '47.128.125.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10342, '2025-11-17 23:36:02', 'A', '47.128.59.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10343, '2025-11-17 23:36:02', 'A', '47.128.119.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10344, '2025-11-17 23:36:02', 'A', '47.128.121.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10345, '2025-11-17 23:36:02', 'A', '47.128.116.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10346, '2025-11-17 23:36:27', 'A', '47.128.113.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10347, '2025-11-17 23:37:17', 'A', '47.128.62.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10348, '2025-11-17 23:37:22', 'A', '47.128.19.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10349, '2025-11-17 23:38:15', 'A', '47.128.31.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10350, '2025-11-17 23:39:04', 'A', '47.128.36.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10351, '2025-11-17 23:39:06', 'A', '47.128.60.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10352, '2025-11-17 23:39:57', 'A', '47.128.55.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10353, '2025-11-17 23:39:57', 'A', '47.128.113.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10354, '2025-11-17 23:40:49', 'A', '47.128.60.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10355, '2025-11-17 23:40:49', 'A', '47.128.34.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10356, '2025-11-17 23:41:40', 'A', '47.128.48.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10357, '2025-11-17 23:41:40', 'A', '47.128.125.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10358, '2025-11-17 23:42:39', 'A', '47.128.119.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10359, '2025-11-17 23:43:30', 'A', '47.128.43.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10360, '2025-11-17 23:43:30', 'A', '47.128.38.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10361, '2025-11-17 23:44:29', 'A', '47.128.34.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10362, '2025-11-17 23:45:22', 'A', '47.128.18.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10363, '2025-11-17 23:45:22', 'A', '47.128.32.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10364, '2025-11-17 23:46:13', 'A', '47.128.47.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10365, '2025-11-17 23:46:13', 'A', '47.128.32.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10366, '2025-11-17 23:47:05', 'A', '47.128.55.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10367, '2025-11-17 23:47:17', 'W', '167.60.53.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10368, '2025-11-17 23:47:18', 'W', '41.83.204.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10369, '2025-11-17 23:47:19', 'W', '167.56.26.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10370, '2025-11-17 23:47:25', 'W', '144.86.98.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10371, '2025-11-17 23:47:56', 'A', '47.128.19.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10372, '2025-11-17 23:47:56', 'A', '47.128.55.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10373, '2025-11-17 23:49:39', 'A', '47.128.56.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10374, '2025-11-17 23:49:39', 'A', '47.128.99.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10375, '2025-11-17 23:50:31', 'A', '47.128.48.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10376, '2025-11-17 23:50:31', 'A', '47.128.116.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10377, '2025-11-17 23:51:25', 'A', '47.128.124.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10378, '2025-11-17 23:51:25', 'A', '47.128.24.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10379, '2025-11-17 23:52:16', 'A', '47.128.115.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10380, '2025-11-17 23:53:07', 'A', '47.128.116.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10381, '2025-11-17 23:53:59', 'A', '47.128.37.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10382, '2025-11-17 23:54:51', 'A', '47.128.44.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10383, '2025-11-17 23:54:51', 'A', '47.128.59.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10384, '2025-11-17 23:55:44', 'A', '47.128.33.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10385, '2025-11-17 23:55:50', 'W', '38.248.151.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10386, '2025-11-17 23:55:54', 'W', '170.83.101.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10387, '2025-11-17 23:55:54', 'W', '187.49.163.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10388, '2025-11-17 23:55:58', 'W', '170.246.25.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10389, '2025-11-17 23:57:26', 'A', '47.128.49.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10390, '2025-11-17 23:57:26', 'A', '47.128.34.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10391, '2025-11-17 23:58:20', 'A', '47.128.33.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10392, '2025-11-17 23:58:20', 'A', '47.128.59.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10393, '2025-11-17 23:59:11', 'A', '47.128.116.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10394, '2025-11-18 00:00:02', 'A', '47.128.54.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10395, '2025-11-18 00:01:47', 'A', '47.128.43.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10396, '2025-11-18 00:01:47', 'A', '47.128.114.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10397, '2025-11-18 00:02:39', 'A', '47.128.119.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10398, '2025-11-18 00:03:30', 'A', '47.128.19.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10399, '2025-11-18 00:03:30', 'A', '47.128.47.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10400, '2025-11-18 00:04:21', 'A', '47.128.98.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10401, '2025-11-18 00:04:21', 'A', '47.128.17.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10402, '2025-11-18 00:05:12', 'A', '47.128.109.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10403, '2025-11-18 00:06:01', 'W', '162.243.174.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10404, '2025-11-18 00:06:04', 'W', '110.138.97.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10405, '2025-11-18 00:06:04', 'W', '40.77.167.46', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(10406, '2025-11-18 00:06:04', 'A', '47.128.52.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10407, '2025-11-18 00:06:04', 'A', '47.128.17.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10408, '2025-11-18 00:06:05', 'W', '189.113.51.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10409, '2025-11-18 00:06:06', 'W', '104.248.121.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10410, '2025-11-18 00:06:56', 'A', '47.128.39.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10411, '2025-11-18 00:06:56', 'A', '47.128.19.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10412, '2025-11-18 00:07:49', 'A', '47.128.54.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10413, '2025-11-18 00:07:53', 'A', '47.128.41.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10414, '2025-11-18 00:08:41', 'A', '47.128.96.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10415, '2025-11-18 00:09:31', 'A', '47.128.35.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10416, '2025-11-18 00:09:40', 'W', '157.55.39.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(10417, '2025-11-18 00:10:23', 'A', '47.128.54.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10418, '2025-11-18 00:10:23', 'A', '47.128.52.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10419, '2025-11-18 00:11:15', 'A', '47.128.48.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10420, '2025-11-18 00:11:15', 'A', '47.128.116.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10421, '2025-11-18 00:12:06', 'A', '47.128.28.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10422, '2025-11-18 00:12:06', 'A', '47.128.54.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10423, '2025-11-18 00:12:49', 'W', '185.106.31.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10424, '2025-11-18 00:12:56', 'W', '167.116.226.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10425, '2025-11-18 00:12:57', 'A', '47.128.119.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10426, '2025-11-18 00:12:59', 'W', '185.147.102.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10427, '2025-11-18 00:12:59', 'W', '196.118.119.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10428, '2025-11-18 00:13:50', 'A', '47.128.119.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10429, '2025-11-18 00:14:41', 'A', '47.128.113.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10430, '2025-11-18 00:14:41', 'A', '47.128.58.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10431, '2025-11-18 00:15:34', 'A', '47.128.44.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10432, '2025-11-18 00:15:34', 'A', '47.128.20.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10433, '2025-11-18 00:16:26', 'A', '47.128.53.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10434, '2025-11-18 00:16:27', 'A', '47.128.61.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10435, '2025-11-18 00:17:16', 'A', '47.128.126.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10436, '2025-11-18 00:18:07', 'A', '47.128.27.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10437, '2025-11-18 00:18:07', 'A', '47.128.118.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10438, '2025-11-18 00:19:00', 'A', '47.128.26.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10439, '2025-11-18 00:19:52', 'A', '47.128.36.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10440, '2025-11-18 00:19:52', 'A', '47.128.126.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10441, '2025-11-18 00:20:10', 'W', '14.172.215.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Windows 7'),
(10442, '2025-11-18 00:20:44', 'A', '47.128.45.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10443, '2025-11-18 00:20:44', 'A', '47.128.126.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10444, '2025-11-18 00:21:36', 'A', '47.128.50.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10445, '2025-11-18 00:22:18', 'W', '138.59.217.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(10446, '2025-11-18 00:22:18', 'W', '113.175.181.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(10447, '2025-11-18 00:22:28', 'A', '47.128.48.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10448, '2025-11-18 00:22:45', 'W', '189.33.65.229', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows 7'),
(10449, '2025-11-18 00:23:19', 'A', '47.128.23.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10450, '2025-11-18 00:23:19', 'A', '47.128.31.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10451, '2025-11-18 00:24:00', 'W', '186.193.57.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(10452, '2025-11-18 00:24:10', 'A', '47.128.41.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10453, '2025-11-18 00:24:10', 'A', '47.128.23.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10454, '2025-11-18 00:25:01', 'A', '47.128.120.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10455, '2025-11-18 00:25:01', 'A', '47.128.122.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10456, '2025-11-18 00:25:04', 'W', '113.183.96.125', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8'),
(10457, '2025-11-18 00:25:54', 'A', '47.128.17.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10458, '2025-11-18 00:26:45', 'A', '47.128.17.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10459, '2025-11-18 00:26:45', 'A', '47.128.62.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10460, '2025-11-18 00:27:37', 'A', '47.128.55.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10461, '2025-11-18 00:28:28', 'A', '47.128.114.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10462, '2025-11-18 00:29:21', 'A', '47.128.117.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10463, '2025-11-18 00:29:21', 'A', '47.128.113.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10464, '2025-11-18 00:29:42', 'W', '202.76.188.177', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16', 'Chrome', 'Linux'),
(10465, '2025-11-18 00:30:21', 'W', '103.191.131.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10466, '2025-11-18 00:30:28', 'W', '190.185.254.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10467, '2025-11-18 00:30:29', 'W', '200.155.167.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10468, '2025-11-18 00:30:30', 'W', '186.177.214.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10469, '2025-11-18 00:31:03', 'A', '47.128.121.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10470, '2025-11-18 00:31:54', 'A', '47.128.125.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10471, '2025-11-18 00:31:54', 'A', '47.128.50.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10472, '2025-11-18 00:31:56', 'W', '195.178.110.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(10473, '2025-11-18 00:32:45', 'A', '47.128.125.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10474, '2025-11-18 00:33:42', 'A', '47.128.47.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10475, '2025-11-18 00:34:27', 'A', '47.128.21.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10476, '2025-11-18 00:34:39', 'W', '41.227.119.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10477, '2025-11-18 00:34:41', 'W', '185.56.193.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10478, '2025-11-18 00:34:42', 'W', '38.222.38.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10479, '2025-11-18 00:34:47', 'W', '201.102.21.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10480, '2025-11-18 00:35:18', 'A', '47.128.112.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10481, '2025-11-18 00:36:10', 'A', '47.128.42.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(10482, '2025-11-18 00:36:16', 'A', '47.128.124.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10483, '2025-11-18 00:37:01', 'A', '47.128.17.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10484, '2025-11-18 00:37:52', 'A', '47.128.53.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10485, '2025-11-18 00:39:35', 'A', '47.128.39.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10486, '2025-11-18 00:42:13', 'A', '47.128.50.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10487, '2025-11-18 00:42:20', 'A', '47.128.56.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10488, '2025-11-18 00:43:06', 'A', '47.128.98.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10489, '2025-11-18 00:44:56', 'A', '47.128.28.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10490, '2025-11-18 00:45:43', 'A', '47.128.113.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10491, '2025-11-18 00:45:48', 'A', '47.128.126.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10492, '2025-11-18 00:48:18', 'A', '47.128.117.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10493, '2025-11-18 00:49:10', 'A', '47.128.115.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10494, '2025-11-18 00:49:16', 'A', '47.128.21.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10495, '2025-11-18 00:49:30', 'W', '190.93.39.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10496, '2025-11-18 00:49:33', 'W', '189.203.182.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10497, '2025-11-18 00:49:35', 'W', '86.97.198.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10498, '2025-11-18 00:49:40', 'W', '190.212.210.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10499, '2025-11-18 00:50:54', 'A', '47.128.33.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10500, '2025-11-18 00:50:59', 'A', '47.128.42.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10501, '2025-11-18 00:51:51', 'A', '47.128.53.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10502, '2025-11-18 00:52:20', 'W', '95.108.213.243', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10503, '2025-11-18 00:52:43', 'A', '47.128.39.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10504, '2025-11-18 00:52:43', 'A', '47.128.35.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10505, '2025-11-18 00:53:35', 'A', '47.128.42.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10506, '2025-11-18 00:54:27', 'A', '47.128.42.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10507, '2025-11-18 00:54:27', 'A', '47.128.97.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10508, '2025-11-18 00:56:12', 'A', '47.128.54.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10509, '2025-11-18 00:57:04', 'A', '47.128.41.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10510, '2025-11-18 00:57:04', 'A', '47.128.59.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10511, '2025-11-18 00:57:59', 'A', '47.128.41.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10512, '2025-11-18 00:58:00', 'A', '47.128.62.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10513, '2025-11-18 00:58:53', 'W', '189.201.189.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10514, '2025-11-18 00:58:53', 'A', '47.128.17.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10515, '2025-11-18 00:59:00', 'W', '186.81.58.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10516, '2025-11-18 00:59:01', 'W', '177.125.189.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10517, '2025-11-18 00:59:04', 'W', '137.184.59.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10518, '2025-11-18 00:59:46', 'A', '47.128.109.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10519, '2025-11-18 00:59:46', 'A', '47.128.127.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10520, '2025-11-18 01:00:39', 'A', '47.128.50.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10521, '2025-11-18 01:00:39', 'A', '47.128.35.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10522, '2025-11-18 01:01:31', 'A', '47.128.56.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10523, '2025-11-18 01:01:46', 'W', '74.7.227.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(10524, '2025-11-18 01:02:22', 'A', '47.128.43.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10525, '2025-11-18 01:03:13', 'A', '47.128.57.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10526, '2025-11-18 01:03:13', 'A', '47.128.41.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10527, '2025-11-18 01:04:05', 'A', '47.128.116.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10528, '2025-11-18 01:04:05', 'A', '47.128.97.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10529, '2025-11-18 01:04:56', 'A', '47.128.44.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10530, '2025-11-18 01:05:47', 'A', '47.128.27.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10531, '2025-11-18 01:05:47', 'A', '47.128.37.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10532, '2025-11-18 01:06:42', 'W', '103.126.212.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10533, '2025-11-18 01:06:42', 'A', '47.128.37.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10534, '2025-11-18 01:06:42', 'A', '47.128.57.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10535, '2025-11-18 01:06:46', 'W', '151.250.12.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10536, '2025-11-18 01:06:49', 'W', '45.233.85.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10537, '2025-11-18 01:06:49', 'W', '5.27.19.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10538, '2025-11-18 01:08:26', 'A', '47.128.115.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10539, '2025-11-18 01:10:12', 'A', '47.128.44.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10540, '2025-11-18 01:11:04', 'A', '47.128.59.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10541, '2025-11-18 01:11:45', 'W', '89.43.132.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10542, '2025-11-18 01:11:53', 'W', '177.54.39.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10543, '2025-11-18 01:11:54', 'W', '176.236.222.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10544, '2025-11-18 01:11:55', 'A', '47.128.20.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10545, '2025-11-18 01:11:55', 'A', '47.128.39.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10546, '2025-11-18 01:12:47', 'A', '47.128.116.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10547, '2025-11-18 01:13:38', 'A', '47.128.27.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10548, '2025-11-18 01:14:28', 'A', '47.128.29.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10549, '2025-11-18 01:14:29', 'A', '47.128.20.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10550, '2025-11-18 01:15:21', 'A', '47.128.29.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10551, '2025-11-18 01:16:11', 'A', '47.128.17.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10552, '2025-11-18 01:16:12', 'A', '47.128.19.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10553, '2025-11-18 01:16:12', 'W', '87.250.224.48', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10554, '2025-11-18 01:17:02', 'A', '47.128.57.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10555, '2025-11-18 01:17:53', 'A', '47.128.115.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10556, '2025-11-18 01:17:55', 'A', '47.128.126.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10557, '2025-11-18 01:18:44', 'A', '47.128.54.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10558, '2025-11-18 01:19:35', 'A', '47.128.49.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10559, '2025-11-18 01:19:37', 'A', '47.128.44.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10560, '2025-11-18 01:20:27', 'A', '47.128.112.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10561, '2025-11-18 01:20:28', 'A', '47.128.25.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10562, '2025-11-18 01:21:18', 'A', '47.128.58.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10563, '2025-11-18 01:21:23', 'A', '47.128.16.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10564, '2025-11-18 01:22:06', 'W', '187.67.6.113', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(10565, '2025-11-18 01:22:10', 'A', '47.128.30.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10566, '2025-11-18 01:22:16', 'A', '47.128.17.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10567, '2025-11-18 01:23:02', 'A', '47.128.123.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10568, '2025-11-18 01:23:07', 'A', '47.128.54.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10569, '2025-11-18 01:23:54', 'A', '47.128.49.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10570, '2025-11-18 01:23:56', 'W', '189.13.191.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'Chrome', 'Windows 7'),
(10571, '2025-11-18 01:23:58', 'A', '47.128.48.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10572, '2025-11-18 01:24:12', 'W', '179.153.86.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(10573, '2025-11-18 01:24:15', 'W', '103.132.89.39', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 8.1'),
(10574, '2025-11-18 01:24:15', 'W', '170.83.114.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(10575, '2025-11-18 01:24:49', 'A', '47.128.61.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10576, '2025-11-18 01:25:19', 'W', '206.62.143.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10577, '2025-11-18 01:25:21', 'W', '201.208.234.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10578, '2025-11-18 01:25:23', 'W', '93.112.230.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10579, '2025-11-18 01:25:27', 'W', '168.181.122.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10580, '2025-11-18 01:25:38', 'A', '47.128.49.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10581, '2025-11-18 01:25:40', 'A', '47.128.44.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10582, '2025-11-18 01:26:14', 'W', '186.77.198.72', 'Mozilla/5.0 (Microsoft Windows NT 10.0.16299.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 (FTM)', 'Chrome', 'Windows 10'),
(10583, '2025-11-18 01:27:15', 'W', '196.177.49.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(10584, '2025-11-18 01:27:17', 'W', '168.205.39.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/77.0.3865.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(10585, '2025-11-18 01:27:20', 'A', '47.128.35.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10586, '2025-11-18 01:27:22', 'A', '47.128.32.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10587, '2025-11-18 01:28:12', 'A', '47.128.22.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10588, '2025-11-18 01:29:07', 'A', '47.128.63.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10589, '2025-11-18 01:29:15', 'W', '159.223.142.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10590, '2025-11-18 01:29:17', 'W', '190.102.245.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10591, '2025-11-18 01:29:17', 'W', '137.184.201.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10592, '2025-11-18 01:29:22', 'W', '132.255.225.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10593, '2025-11-18 01:30:51', 'W', '197.54.172.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(10594, '2025-11-18 01:31:45', 'A', '47.128.118.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10595, '2025-11-18 01:32:31', 'A', '47.128.45.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10596, '2025-11-18 01:32:36', 'A', '47.128.18.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10597, '2025-11-18 01:33:22', 'A', '47.128.36.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10598, '2025-11-18 01:33:27', 'A', '47.128.33.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10599, '2025-11-18 01:34:07', 'W', '135.181.213.219', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(10600, '2025-11-18 01:34:15', 'A', '47.128.51.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10601, '2025-11-18 01:34:19', 'A', '47.128.56.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10602, '2025-11-18 01:35:20', 'W', '187.19.252.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10603, '2025-11-18 01:35:23', 'W', '105.156.102.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10604, '2025-11-18 01:35:27', 'W', '151.244.152.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10605, '2025-11-18 01:35:30', 'W', '38.222.62.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10606, '2025-11-18 01:36:03', 'A', '47.128.111.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10607, '2025-11-18 01:36:49', 'A', '47.128.22.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10608, '2025-11-18 01:36:54', 'A', '47.128.22.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10609, '2025-11-18 01:37:24', 'W', '213.180.203.237', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10610, '2025-11-18 01:37:45', 'A', '47.128.53.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10611, '2025-11-18 01:38:35', 'A', '47.128.28.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10612, '2025-11-18 01:39:32', 'A', '47.128.123.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10613, '2025-11-18 01:40:21', 'A', '47.128.29.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10614, '2025-11-18 01:40:23', 'A', '47.128.28.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10615, '2025-11-18 01:41:17', 'A', '47.128.123.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10616, '2025-11-18 01:41:22', 'W', '196.47.128.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10617, '2025-11-18 01:41:25', 'W', '157.245.82.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10618, '2025-11-18 01:41:31', 'W', '24.144.122.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10619, '2025-11-18 01:41:34', 'W', '201.80.86.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10620, '2025-11-18 01:42:07', 'A', '47.128.98.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10621, '2025-11-18 01:43:03', 'A', '47.128.61.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10622, '2025-11-18 01:43:46', 'A', '47.128.112.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10623, '2025-11-18 01:44:38', 'A', '47.128.123.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10624, '2025-11-18 01:44:46', 'A', '47.128.25.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10625, '2025-11-18 01:45:29', 'A', '47.128.21.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10626, '2025-11-18 01:45:41', 'A', '47.128.38.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10627, '2025-11-18 01:46:20', 'A', '47.128.97.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10628, '2025-11-18 01:46:32', 'A', '47.128.22.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10629, '2025-11-18 01:47:24', 'A', '47.128.50.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10630, '2025-11-18 01:48:04', 'A', '47.128.35.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10631, '2025-11-18 01:48:15', 'A', '47.128.60.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10632, '2025-11-18 01:48:30', 'W', '185.106.30.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10633, '2025-11-18 01:48:43', 'W', '186.151.100.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10634, '2025-11-18 01:48:43', 'W', '177.86.251.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10635, '2025-11-18 01:48:45', 'W', '61.80.67.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10636, '2025-11-18 01:49:06', 'A', '47.128.43.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10637, '2025-11-18 01:49:48', 'A', '47.128.21.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10638, '2025-11-18 01:50:00', 'A', '47.128.41.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10639, '2025-11-18 01:50:40', 'A', '47.128.35.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10640, '2025-11-18 01:51:31', 'A', '47.128.51.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10641, '2025-11-18 01:51:44', 'A', '47.128.61.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10642, '2025-11-18 01:53:13', 'A', '47.128.35.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10643, '2025-11-18 01:53:28', 'A', '47.128.24.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10644, '2025-11-18 01:54:07', 'A', '47.128.115.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10645, '2025-11-18 01:54:19', 'A', '47.128.32.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10646, '2025-11-18 01:55:02', 'A', '47.128.111.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10647, '2025-11-18 01:55:14', 'A', '47.128.120.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10648, '2025-11-18 01:59:37', 'A', '47.128.22.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10649, '2025-11-18 02:00:14', 'A', '47.128.41.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10650, '2025-11-18 02:00:29', 'W', '186.11.15.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10651, '2025-11-18 02:00:30', 'A', '47.128.29.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10652, '2025-11-18 02:00:39', 'W', '179.60.73.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10653, '2025-11-18 02:00:42', 'W', '113.211.215.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10654, '2025-11-18 02:00:43', 'W', '102.0.26.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10655, '2025-11-18 02:01:07', 'A', '47.128.27.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10656, '2025-11-18 02:01:56', 'A', '47.128.114.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10657, '2025-11-18 02:02:49', 'A', '47.128.57.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10658, '2025-11-18 02:03:39', 'A', '47.128.45.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10659, '2025-11-18 02:04:01', 'A', '47.128.115.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10660, '2025-11-18 02:04:30', 'A', '47.128.59.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10661, '2025-11-18 02:04:52', 'A', '47.128.99.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10662, '2025-11-18 02:05:02', 'W', '190.139.32.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10663, '2025-11-18 02:05:11', 'W', '134.209.209.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10664, '2025-11-18 02:05:16', 'W', '45.230.65.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10665, '2025-11-18 02:05:17', 'W', '185.228.3.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10666, '2025-11-18 02:05:21', 'A', '47.128.118.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10667, '2025-11-18 02:05:45', 'A', '47.128.126.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10668, '2025-11-18 02:06:15', 'A', '47.128.58.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10669, '2025-11-18 02:06:36', 'A', '47.128.61.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10670, '2025-11-18 02:07:08', 'A', '47.128.63.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10671, '2025-11-18 02:07:28', 'A', '47.128.16.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10672, '2025-11-18 02:07:45', 'W', '213.230.92.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10673, '2025-11-18 02:07:51', 'W', '91.72.248.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10674, '2025-11-18 02:07:57', 'W', '181.98.246.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10675, '2025-11-18 02:08:01', 'W', '38.9.221.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10676, '2025-11-18 02:08:19', 'A', '47.128.60.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10677, '2025-11-18 02:09:10', 'A', '47.128.59.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10678, '2025-11-18 02:09:44', 'A', '47.128.32.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10679, '2025-11-18 02:10:01', 'A', '47.128.52.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10680, '2025-11-18 02:10:54', 'A', '47.128.31.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10681, '2025-11-18 02:11:27', 'A', '47.128.41.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10682, '2025-11-18 02:12:17', 'A', '47.128.23.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10683, '2025-11-18 02:13:09', 'A', '47.128.48.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10684, '2025-11-18 02:13:29', 'A', '47.128.59.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10685, '2025-11-18 02:14:00', 'A', '47.128.16.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10686, '2025-11-18 02:14:19', 'A', '47.128.111.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10687, '2025-11-18 02:14:51', 'A', '47.128.51.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10688, '2025-11-18 02:15:43', 'A', '47.128.54.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10689, '2025-11-18 02:16:33', 'A', '47.128.54.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10690, '2025-11-18 02:17:25', 'A', '47.128.49.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10691, '2025-11-18 02:17:46', 'A', '47.128.53.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10692, '2025-11-18 02:18:21', 'A', '47.128.38.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10693, '2025-11-18 02:18:37', 'W', '189.54.72.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10694, '2025-11-18 02:18:37', 'A', '47.128.113.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10695, '2025-11-18 02:18:43', 'W', '85.154.17.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10696, '2025-11-18 02:18:54', 'W', '187.2.115.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(10697, '2025-11-18 02:19:15', 'A', '47.128.62.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10698, '2025-11-18 02:19:28', 'A', '47.128.52.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10699, '2025-11-18 02:20:10', 'A', '47.128.60.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10700, '2025-11-18 02:20:14', 'W', '45.4.146.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(10701, '2025-11-18 02:20:19', 'A', '47.128.31.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10702, '2025-11-18 02:21:02', 'A', '47.128.19.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10703, '2025-11-18 02:21:22', 'W', '45.189.161.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(10704, '2025-11-18 02:21:24', 'W', '186.57.6.84', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(10705, '2025-11-18 02:22:02', 'A', '47.128.35.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(10706, '2025-11-18 02:24:27', 'A', '47.128.124.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10707, '2025-11-18 02:24:36', 'A', '47.128.44.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10708, '2025-11-18 02:25:41', 'W', '43.173.176.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10709, '2025-11-18 02:27:03', 'A', '47.128.22.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10710, '2025-11-18 02:27:11', 'A', '47.128.22.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10711, '2025-11-18 02:27:44', 'W', '18.97.9.100', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(10712, '2025-11-18 02:27:54', 'A', '47.128.24.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10713, '2025-11-18 02:28:46', 'A', '47.128.50.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10714, '2025-11-18 02:28:54', 'A', '47.128.112.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10715, '2025-11-18 02:30:29', 'A', '47.128.122.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10716, '2025-11-18 02:30:37', 'A', '47.128.61.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10717, '2025-11-18 02:31:21', 'A', '47.128.41.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10718, '2025-11-18 02:31:28', 'A', '47.128.48.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10719, '2025-11-18 02:32:12', 'A', '47.128.51.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10720, '2025-11-18 02:32:20', 'A', '47.128.40.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10721, '2025-11-18 02:32:59', 'W', '51.68.236.72', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(10722, '2025-11-18 02:33:03', 'A', '47.128.53.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10723, '2025-11-18 02:33:54', 'A', '47.128.17.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10724, '2025-11-18 02:34:49', 'A', '47.128.29.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10725, '2025-11-18 02:34:53', 'A', '47.128.96.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10726, '2025-11-18 02:35:39', 'A', '47.128.17.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10727, '2025-11-18 02:35:45', 'A', '47.128.55.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10728, '2025-11-18 02:36:30', 'A', '47.128.123.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10729, '2025-11-18 02:36:37', 'A', '47.128.22.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10730, '2025-11-18 02:37:23', 'A', '47.128.52.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10731, '2025-11-18 02:38:18', 'A', '47.128.18.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10732, '2025-11-18 02:39:12', 'A', '47.128.63.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10733, '2025-11-18 02:40:00', 'A', '47.128.22.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10734, '2025-11-18 02:40:51', 'A', '47.128.22.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10735, '2025-11-18 02:41:43', 'A', '47.128.109.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10736, '2025-11-18 02:41:47', 'A', '47.128.117.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10737, '2025-11-18 02:42:34', 'A', '47.128.42.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10738, '2025-11-18 02:43:27', 'A', '47.128.24.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10739, '2025-11-18 02:43:34', 'A', '47.128.53.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10740, '2025-11-18 02:44:19', 'A', '47.128.125.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10741, '2025-11-18 02:45:10', 'A', '47.128.98.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10742, '2025-11-18 02:45:18', 'A', '47.128.120.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10743, '2025-11-18 02:46:01', 'A', '47.128.41.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10744, '2025-11-18 02:46:15', 'A', '47.128.50.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10745, '2025-11-18 02:46:57', 'W', '213.180.203.216', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10746, '2025-11-18 02:47:10', 'A', '47.128.23.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10747, '2025-11-18 02:48:37', 'A', '47.128.35.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10748, '2025-11-18 02:48:53', 'A', '47.128.57.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10749, '2025-11-18 02:49:30', 'A', '47.128.33.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10750, '2025-11-18 02:49:45', 'A', '47.128.98.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10751, '2025-11-18 02:50:38', 'A', '47.128.96.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10752, '2025-11-18 02:51:18', 'A', '47.128.109.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10753, '2025-11-18 02:51:34', 'A', '47.128.61.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10754, '2025-11-18 02:52:27', 'A', '47.128.122.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10755, '2025-11-18 02:53:00', 'A', '47.128.113.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10756, '2025-11-18 02:53:19', 'A', '47.128.118.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10757, '2025-11-18 02:53:51', 'A', '47.128.118.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10758, '2025-11-18 02:54:08', 'A', '47.128.120.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10759, '2025-11-18 02:54:41', 'A', '47.128.58.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10760, '2025-11-18 02:55:03', 'A', '47.128.58.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10761, '2025-11-18 02:55:54', 'A', '47.128.44.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10762, '2025-11-18 02:56:46', 'A', '47.128.60.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10763, '2025-11-18 02:57:38', 'A', '47.128.47.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10764, '2025-11-18 02:58:06', 'A', '47.128.117.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10765, '2025-11-18 02:58:32', 'A', '47.128.111.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10766, '2025-11-18 02:58:58', 'A', '47.128.28.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10767, '2025-11-18 02:59:51', 'A', '47.128.32.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10768, '2025-11-18 03:00:17', 'A', '47.128.63.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10769, '2025-11-18 03:00:43', 'A', '47.128.55.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10770, '2025-11-18 03:01:35', 'A', '47.128.30.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10771, '2025-11-18 03:02:01', 'A', '47.128.55.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10772, '2025-11-18 03:02:53', 'A', '47.128.31.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10773, '2025-11-18 03:03:19', 'A', '47.128.21.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10774, '2025-11-18 03:03:35', 'A', '47.128.21.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10775, '2025-11-18 03:03:35', 'A', '47.128.37.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10776, '2025-11-18 03:04:23', 'A', '47.128.30.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10777, '2025-11-18 03:05:12', 'A', '47.128.46.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10778, '2025-11-18 03:05:13', 'A', '47.128.42.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10779, '2025-11-18 03:05:53', 'A', '47.128.40.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10780, '2025-11-18 03:06:01', 'A', '47.128.96.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10781, '2025-11-18 03:06:01', 'A', '47.128.49.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10782, '2025-11-18 03:06:50', 'A', '47.128.116.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10783, '2025-11-18 03:06:50', 'A', '47.128.55.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10784, '2025-11-18 03:07:28', 'A', '47.128.37.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10785, '2025-11-18 03:07:39', 'A', '47.128.37.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10786, '2025-11-18 03:07:39', 'A', '47.128.38.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10787, '2025-11-18 03:08:16', 'A', '47.128.115.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10788, '2025-11-18 03:08:30', 'A', '47.128.119.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10789, '2025-11-18 03:09:05', 'A', '47.128.114.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10790, '2025-11-18 03:09:19', 'A', '47.128.57.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10791, '2025-11-18 03:10:09', 'A', '47.128.21.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10792, '2025-11-18 03:10:09', 'A', '47.128.18.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10793, '2025-11-18 03:10:45', 'A', '47.128.17.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10794, '2025-11-18 03:11:33', 'A', '47.128.98.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10795, '2025-11-18 03:11:48', 'A', '47.128.32.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10796, '2025-11-18 03:13:10', 'A', '47.128.44.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10797, '2025-11-18 03:13:25', 'A', '47.128.98.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10798, '2025-11-18 03:13:33', 'W', '43.173.173.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10799, '2025-11-18 03:13:34', 'A', '47.128.31.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10800, '2025-11-18 03:13:37', 'W', '43.173.182.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10801, '2025-11-18 03:14:05', 'A', '47.128.48.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10802, '2025-11-18 03:14:11', 'W', '43.173.174.135', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10803, '2025-11-18 03:14:13', 'A', '47.128.27.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10804, '2025-11-18 03:14:14', 'A', '47.128.41.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10805, '2025-11-18 03:14:54', 'A', '47.128.60.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10806, '2025-11-18 03:15:43', 'A', '47.128.116.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10807, '2025-11-18 03:16:33', 'A', '47.128.59.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10808, '2025-11-18 03:16:43', 'A', '47.128.41.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10809, '2025-11-18 03:16:43', 'A', '47.128.40.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10810, '2025-11-18 03:17:22', 'A', '47.128.44.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10811, '2025-11-18 03:18:11', 'A', '47.128.34.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10812, '2025-11-18 03:19:08', 'A', '47.128.122.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10813, '2025-11-18 03:19:08', 'A', '47.128.33.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10814, '2025-11-18 03:19:51', 'A', '47.128.39.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10815, '2025-11-18 03:19:52', 'W', '201.82.183.226', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(10816, '2025-11-18 03:20:01', 'A', '47.128.39.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10817, '2025-11-18 03:20:01', 'A', '47.128.125.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10818, '2025-11-18 03:20:41', 'A', '47.128.43.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10819, '2025-11-18 03:20:49', 'A', '47.128.63.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10820, '2025-11-18 03:20:49', 'A', '47.128.50.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10821, '2025-11-18 03:21:34', 'A', '47.128.34.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10822, '2025-11-18 03:21:38', 'A', '47.128.112.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10823, '2025-11-18 03:22:26', 'A', '47.128.59.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10824, '2025-11-18 03:23:28', 'W', '38.172.167.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(10825, '2025-11-18 03:24:00', 'A', '47.128.22.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10826, '2025-11-18 03:24:07', 'A', '47.128.124.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10827, '2025-11-18 03:24:58', 'A', '47.128.123.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10828, '2025-11-18 03:24:58', 'A', '47.128.54.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10829, '2025-11-18 03:25:39', 'A', '47.128.120.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10830, '2025-11-18 03:25:47', 'A', '47.128.21.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10831, '2025-11-18 03:25:47', 'A', '47.128.56.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10832, '2025-11-18 03:26:28', 'A', '47.128.44.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10833, '2025-11-18 03:28:06', 'A', '47.128.54.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10834, '2025-11-18 03:28:15', 'A', '47.128.25.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10835, '2025-11-18 03:28:15', 'A', '47.128.43.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10836, '2025-11-18 03:28:55', 'A', '47.128.45.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10837, '2025-11-18 03:29:43', 'A', '47.128.33.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10838, '2025-11-18 03:29:52', 'A', '47.128.60.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10839, '2025-11-18 03:30:42', 'A', '47.128.19.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10840, '2025-11-18 03:30:42', 'A', '47.128.125.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10841, '2025-11-18 03:30:43', 'W', '103.72.136.228', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(10842, '2025-11-18 03:31:23', 'A', '47.128.29.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10843, '2025-11-18 03:31:25', 'W', '181.46.160.45', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(10844, '2025-11-18 03:31:29', 'W', '45.4.209.164', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 7'),
(10845, '2025-11-18 03:32:19', 'A', '47.128.56.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10846, '2025-11-18 03:33:58', 'A', '47.128.42.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10847, '2025-11-18 03:34:00', 'A', '47.128.59.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10848, '2025-11-18 03:35:23', 'W', '95.108.213.164', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10849, '2025-11-18 03:35:38', 'A', '47.128.127.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10850, '2025-11-18 03:36:23', 'A', '47.128.63.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10851, '2025-11-18 03:36:25', 'A', '47.128.24.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10852, '2025-11-18 03:42:57', 'A', '47.128.126.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10853, '2025-11-18 03:43:46', 'A', '47.128.111.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10854, '2025-11-18 03:44:40', 'W', '107.152.35.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(10855, '2025-11-18 03:44:47', 'A', '47.128.53.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10856, '2025-11-18 03:45:25', 'A', '47.128.99.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10857, '2025-11-18 03:46:17', 'A', '47.128.55.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10858, '2025-11-18 03:47:15', 'A', '47.128.99.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10859, '2025-11-18 03:47:24', 'W', '5.255.231.146', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10860, '2025-11-18 03:47:54', 'A', '47.128.58.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10861, '2025-11-18 03:48:04', 'A', '47.128.27.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10862, '2025-11-18 03:48:43', 'A', '47.128.22.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10863, '2025-11-18 03:49:33', 'A', '47.128.42.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10864, '2025-11-18 03:49:43', 'A', '47.128.18.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10865, '2025-11-18 03:50:21', 'A', '47.128.61.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10866, '2025-11-18 03:50:37', 'A', '47.128.41.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10867, '2025-11-18 03:51:10', 'A', '47.128.116.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10868, '2025-11-18 03:51:26', 'A', '47.128.116.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10869, '2025-11-18 03:51:59', 'A', '47.128.120.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10870, '2025-11-18 03:52:50', 'A', '47.128.39.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10871, '2025-11-18 03:53:06', 'A', '47.128.111.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10872, '2025-11-18 03:53:40', 'A', '47.128.28.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10873, '2025-11-18 03:53:56', 'A', '47.128.45.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10874, '2025-11-18 03:54:31', 'A', '47.128.57.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10875, '2025-11-18 03:54:49', 'A', '47.128.18.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10876, '2025-11-18 03:55:20', 'A', '47.128.19.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10877, '2025-11-18 03:55:38', 'A', '47.128.22.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10878, '2025-11-18 03:56:09', 'A', '47.128.27.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10879, '2025-11-18 03:56:26', 'A', '47.128.36.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10880, '2025-11-18 03:57:22', 'A', '47.128.36.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10881, '2025-11-18 03:57:29', 'W', '52.167.144.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(10882, '2025-11-18 03:57:46', 'A', '47.128.55.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10883, '2025-11-18 03:58:12', 'A', '47.128.36.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10884, '2025-11-18 03:58:43', 'A', '47.128.48.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10885, '2025-11-18 03:59:02', 'A', '47.128.111.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10886, '2025-11-18 03:59:31', 'A', '47.128.54.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10887, '2025-11-18 03:59:51', 'A', '47.128.120.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10888, '2025-11-18 04:00:21', 'A', '47.128.53.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10889, '2025-11-18 04:00:39', 'A', '47.128.115.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10890, '2025-11-18 04:01:09', 'A', '47.128.23.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10891, '2025-11-18 04:01:27', 'A', '47.128.30.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10892, '2025-11-18 04:01:57', 'A', '47.128.33.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10893, '2025-11-18 04:02:16', 'A', '47.128.26.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10894, '2025-11-18 04:02:49', 'A', '47.128.38.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10895, '2025-11-18 04:03:27', 'W', '52.167.144.172', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(10896, '2025-11-18 04:03:38', 'A', '47.128.56.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10897, '2025-11-18 04:03:54', 'A', '47.128.63.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10898, '2025-11-18 04:04:26', 'A', '47.128.60.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10899, '2025-11-18 04:04:42', 'A', '47.128.22.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10900, '2025-11-18 04:05:15', 'A', '47.128.115.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10901, '2025-11-18 04:06:53', 'A', '47.128.34.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10902, '2025-11-18 04:07:11', 'A', '47.128.42.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10903, '2025-11-18 04:08:31', 'A', '47.128.119.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10904, '2025-11-18 04:08:48', 'A', '47.128.51.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10905, '2025-11-18 04:09:58', 'W', '87.250.224.124', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10906, '2025-11-18 04:10:02', 'W', '13.229.12.223', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(10907, '2025-11-18 04:10:09', 'A', '47.128.52.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10908, '2025-11-18 04:10:28', 'A', '47.128.124.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10909, '2025-11-18 04:11:17', 'A', '47.128.18.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10910, '2025-11-18 04:11:49', 'A', '47.128.28.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10911, '2025-11-18 04:12:41', 'A', '47.128.30.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10912, '2025-11-18 04:13:30', 'A', '47.128.61.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10913, '2025-11-18 04:14:34', 'A', '47.128.56.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10914, '2025-11-18 04:15:11', 'A', '47.128.30.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10915, '2025-11-18 04:15:58', 'A', '47.128.99.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10916, '2025-11-18 04:16:11', 'A', '47.128.50.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10917, '2025-11-18 04:16:47', 'A', '47.128.96.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10918, '2025-11-18 04:17:02', 'A', '47.128.97.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10919, '2025-11-18 04:17:35', 'A', '47.128.112.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10920, '2025-11-18 04:18:23', 'A', '47.128.96.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10921, '2025-11-18 04:19:23', 'W', '201.13.185.60', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(10922, '2025-11-18 04:19:26', 'W', '179.189.179.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(10923, '2025-11-18 04:19:33', 'A', '47.128.49.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10924, '2025-11-18 04:20:22', 'A', '47.128.45.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10925, '2025-11-18 04:20:26', 'W', '138.94.156.183', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.92 Safari/537.36', 'Chrome', 'Windows 10'),
(10926, '2025-11-18 04:20:48', 'W', '43.173.182.168', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10927, '2025-11-18 04:20:52', 'W', '43.173.173.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(10928, '2025-11-18 04:21:12', 'A', '47.128.46.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10929, '2025-11-18 04:22:02', 'A', '47.128.124.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10930, '2025-11-18 04:22:28', 'A', '47.128.122.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10931, '2025-11-18 04:22:50', 'A', '47.128.121.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10932, '2025-11-18 04:23:19', 'A', '47.128.99.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10933, '2025-11-18 04:23:39', 'A', '47.128.58.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10934, '2025-11-18 04:23:42', 'W', '190.255.91.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.13 Safari/537.36', 'Chrome', 'Windows 10'),
(10935, '2025-11-18 04:23:45', 'W', '190.239.152.82', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(10936, '2025-11-18 04:24:29', 'A', '47.128.21.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10937, '2025-11-18 04:24:35', 'W', '14.177.146.63', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(10938, '2025-11-18 04:24:56', 'A', '47.128.97.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10939, '2025-11-18 04:25:45', 'A', '47.128.61.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10940, '2025-11-18 04:26:35', 'A', '47.128.25.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10941, '2025-11-18 04:27:26', 'A', '47.128.99.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10942, '2025-11-18 04:27:43', 'A', '47.128.25.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10943, '2025-11-18 04:28:16', 'A', '47.128.21.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10944, '2025-11-18 04:28:32', 'A', '47.128.39.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10945, '2025-11-18 04:28:41', 'W', '113.161.73.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(10946, '2025-11-18 04:29:06', 'A', '47.128.54.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10947, '2025-11-18 04:29:55', 'A', '47.128.120.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10948, '2025-11-18 04:30:10', 'A', '47.128.98.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10949, '2025-11-18 04:30:43', 'A', '47.128.50.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10950, '2025-11-18 04:31:01', 'A', '47.128.99.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10951, '2025-11-18 04:31:31', 'A', '47.128.59.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10952, '2025-11-18 04:31:52', 'A', '47.128.22.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10953, '2025-11-18 04:32:20', 'A', '47.128.60.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10954, '2025-11-18 04:32:39', 'A', '47.128.127.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10955, '2025-11-18 04:33:27', 'A', '47.128.46.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10956, '2025-11-18 04:33:58', 'A', '47.128.60.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10957, '2025-11-18 04:34:47', 'A', '47.128.97.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10958, '2025-11-18 04:35:06', 'A', '47.128.42.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10959, '2025-11-18 04:35:36', 'A', '47.128.59.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10960, '2025-11-18 04:35:57', 'A', '47.128.33.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10961, '2025-11-18 04:36:25', 'A', '47.128.123.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10962, '2025-11-18 04:36:45', 'A', '47.128.99.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10963, '2025-11-18 04:37:34', 'A', '47.128.22.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10964, '2025-11-18 04:38:03', 'A', '47.128.120.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10965, '2025-11-18 04:38:23', 'A', '47.128.19.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10966, '2025-11-18 04:39:16', 'A', '47.128.31.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10967, '2025-11-18 04:40:11', 'W', '37.139.53.220', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(10968, '2025-11-18 04:40:31', 'A', '47.128.50.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10969, '2025-11-18 04:40:55', 'A', '47.128.112.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10970, '2025-11-18 04:41:20', 'A', '47.128.37.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10971, '2025-11-18 04:41:47', 'A', '47.128.21.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10972, '2025-11-18 04:42:09', 'A', '47.128.45.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10973, '2025-11-18 04:42:36', 'A', '47.128.52.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10974, '2025-11-18 04:43:00', 'A', '47.128.27.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10975, '2025-11-18 04:43:50', 'A', '47.128.33.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10976, '2025-11-18 04:44:15', 'A', '47.128.50.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10977, '2025-11-18 04:44:40', 'A', '47.128.39.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10978, '2025-11-18 04:45:05', 'A', '47.128.54.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10979, '2025-11-18 04:45:54', 'A', '47.128.43.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10980, '2025-11-18 04:46:43', 'A', '47.128.114.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10981, '2025-11-18 04:47:32', 'A', '47.128.46.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10982, '2025-11-18 04:47:59', 'A', '47.128.37.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10983, '2025-11-18 04:48:21', 'A', '47.128.124.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10984, '2025-11-18 04:49:09', 'A', '47.128.126.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10985, '2025-11-18 04:49:38', 'A', '47.128.51.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10986, '2025-11-18 04:49:57', 'A', '47.128.22.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10987, '2025-11-18 04:50:28', 'A', '47.128.123.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10988, '2025-11-18 04:50:46', 'A', '47.128.56.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10989, '2025-11-18 04:51:16', 'A', '47.128.50.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10990, '2025-11-18 04:51:42', 'A', '47.128.117.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10991, '2025-11-18 04:52:29', 'A', '47.128.18.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10992, '2025-11-18 04:52:45', 'W', '213.180.203.236', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(10993, '2025-11-18 04:54:07', 'A', '47.128.55.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10994, '2025-11-18 04:54:32', 'A', '47.128.114.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10995, '2025-11-18 04:54:56', 'A', '47.128.97.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10996, '2025-11-18 04:55:21', 'A', '47.128.99.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10997, '2025-11-18 04:56:09', 'A', '47.128.29.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10998, '2025-11-18 04:56:33', 'A', '47.128.26.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(10999, '2025-11-18 04:57:46', 'A', '47.128.60.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11000, '2025-11-18 04:58:10', 'A', '47.128.55.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11001, '2025-11-18 04:58:37', 'A', '47.128.109.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11002, '2025-11-18 04:59:04', 'A', '47.128.55.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11003, '2025-11-18 04:59:25', 'A', '47.128.51.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11004, '2025-11-18 04:59:53', 'A', '47.128.127.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11005, '2025-11-18 05:00:13', 'A', '47.128.43.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11006, '2025-11-18 05:00:42', 'A', '47.128.61.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11007, '2025-11-18 05:01:02', 'A', '47.128.29.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11008, '2025-11-18 05:01:31', 'A', '47.128.123.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11009, '2025-11-18 05:01:50', 'A', '47.128.37.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11010, '2025-11-18 05:02:20', 'A', '47.128.37.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11011, '2025-11-18 05:02:38', 'A', '47.128.120.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11012, '2025-11-18 05:03:27', 'A', '47.128.36.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11013, '2025-11-18 05:03:56', 'A', '47.128.55.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11014, '2025-11-18 05:04:15', 'A', '47.128.36.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11015, '2025-11-18 05:05:07', 'A', '47.128.61.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11016, '2025-11-18 05:05:33', 'A', '47.128.56.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11017, '2025-11-18 05:05:56', 'A', '47.128.125.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11018, '2025-11-18 05:06:21', 'A', '47.128.31.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11019, '2025-11-18 05:08:00', 'A', '47.128.61.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11020, '2025-11-18 05:08:24', 'A', '47.128.23.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11021, '2025-11-18 05:09:12', 'A', '47.128.54.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11022, '2025-11-18 05:09:38', 'A', '47.128.117.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11023, '2025-11-18 05:10:06', 'A', '47.128.43.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11024, '2025-11-18 05:10:26', 'A', '47.128.43.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11025, '2025-11-18 05:10:55', 'A', '47.128.46.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11026, '2025-11-18 05:11:16', 'A', '47.128.39.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11027, '2025-11-18 05:11:44', 'A', '47.128.57.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11028, '2025-11-18 05:12:06', 'A', '47.128.32.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11029, '2025-11-18 05:12:33', 'A', '47.128.18.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11030, '2025-11-18 05:12:56', 'A', '47.128.37.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11031, '2025-11-18 05:13:21', 'A', '47.128.114.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11032, '2025-11-18 05:13:45', 'A', '47.128.29.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11033, '2025-11-18 05:15:04', 'A', '47.128.27.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11034, '2025-11-18 05:15:53', 'A', '47.128.56.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11035, '2025-11-18 05:15:54', 'W', '43.173.182.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11036, '2025-11-18 05:15:55', 'W', '43.173.178.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11037, '2025-11-18 05:16:13', 'A', '47.128.52.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11038, '2025-11-18 05:18:41', 'A', '47.128.47.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11039, '2025-11-18 05:19:35', 'W', '14.236.90.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(11040, '2025-11-18 05:21:25', 'W', '119.23.78.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Mac OS X'),
(11041, '2025-11-18 05:22:04', 'W', '103.146.221.40', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(11042, '2025-11-18 05:22:26', 'A', '47.128.116.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11043, '2025-11-18 05:22:26', 'W', '128.201.223.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(11044, '2025-11-18 05:23:53', 'W', '170.245.82.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(11045, '2025-11-18 05:24:25', 'W', '189.83.217.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(11046, '2025-11-18 05:24:52', 'A', '47.128.119.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11047, '2025-11-18 05:26:22', 'W', '89.117.57.61', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(11048, '2025-11-18 05:26:32', 'A', '47.128.52.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11049, '2025-11-18 05:26:55', 'A', '47.128.46.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11050, '2025-11-18 05:28:10', 'A', '47.128.17.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11051, '2025-11-18 05:28:31', 'A', '47.128.112.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11052, '2025-11-18 05:36:09', 'A', '47.128.96.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11053, '2025-11-18 05:36:09', 'A', '47.128.40.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11054, '2025-11-18 05:36:09', 'A', '47.128.114.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11055, '2025-11-18 05:36:09', 'A', '47.128.124.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11056, '2025-11-18 05:36:09', 'A', '47.128.40.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11057, '2025-11-18 05:36:09', 'A', '47.128.54.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11058, '2025-11-18 05:36:09', 'A', '47.128.123.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11059, '2025-11-18 05:36:09', 'A', '47.128.31.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11060, '2025-11-18 05:36:09', 'A', '47.128.25.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11061, '2025-11-18 05:36:29', 'A', '47.128.110.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11062, '2025-11-18 05:37:34', 'A', '47.128.120.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11063, '2025-11-18 05:38:22', 'A', '47.128.119.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11064, '2025-11-18 05:39:13', 'A', '47.128.118.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11065, '2025-11-18 05:39:57', 'A', '47.128.29.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11066, '2025-11-18 05:40:02', 'A', '47.128.120.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11067, '2025-11-18 05:40:47', 'A', '47.128.62.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11068, '2025-11-18 05:40:50', 'A', '47.128.57.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11069, '2025-11-18 05:41:36', 'A', '47.128.36.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11070, '2025-11-18 05:42:27', 'A', '47.128.116.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11071, '2025-11-18 05:42:33', 'W', '155.117.163.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11072, '2025-11-18 05:43:12', 'A', '47.128.50.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11073, '2025-11-18 05:43:16', 'A', '47.128.28.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11074, '2025-11-18 05:44:00', 'A', '47.128.43.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11075, '2025-11-18 05:44:04', 'A', '47.128.46.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11076, '2025-11-18 05:44:49', 'A', '47.128.29.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11077, '2025-11-18 05:45:38', 'A', '47.128.53.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11078, '2025-11-18 05:46:32', 'A', '47.128.35.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11079, '2025-11-18 05:47:23', 'A', '47.128.55.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11080, '2025-11-18 05:48:03', 'A', '47.128.25.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11081, '2025-11-18 05:48:13', 'A', '47.128.55.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11082, '2025-11-18 05:49:02', 'A', '47.128.126.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11083, '2025-11-18 05:49:06', 'W', '207.46.13.64', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(11084, '2025-11-18 05:49:51', 'A', '47.128.96.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11085, '2025-11-18 05:50:29', 'A', '47.128.60.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11086, '2025-11-18 05:50:40', 'A', '47.128.127.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11087, '2025-11-18 05:51:19', 'A', '47.128.16.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11088, '2025-11-18 05:51:28', 'A', '47.128.50.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11089, '2025-11-18 05:52:16', 'A', '47.128.20.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11090, '2025-11-18 05:52:57', 'A', '47.128.114.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11091, '2025-11-18 05:53:28', 'W', '74.7.227.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(11092, '2025-11-18 05:53:46', 'A', '47.128.111.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11093, '2025-11-18 05:54:35', 'A', '47.128.62.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11094, '2025-11-18 05:55:32', 'A', '47.128.54.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11095, '2025-11-18 05:57:02', 'A', '47.128.48.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11096, '2025-11-18 05:57:45', 'W', '92.222.104.202', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(11097, '2025-11-18 05:57:58', 'A', '47.128.40.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11098, '2025-11-18 05:58:48', 'A', '47.128.46.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11099, '2025-11-18 05:59:29', 'A', '47.128.59.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11100, '2025-11-18 06:00:17', 'A', '47.128.55.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11101, '2025-11-18 06:00:46', 'A', '47.128.126.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11102, '2025-11-18 06:01:17', 'A', '47.128.62.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11103, '2025-11-18 06:02:45', 'A', '47.128.126.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11104, '2025-11-18 06:02:55', 'A', '47.128.53.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11105, '2025-11-18 06:03:44', 'A', '47.128.47.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11106, '2025-11-18 06:04:24', 'A', '47.128.47.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11107, '2025-11-18 06:04:33', 'A', '47.128.34.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11108, '2025-11-18 06:05:21', 'A', '47.128.116.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11109, '2025-11-18 06:06:00', 'A', '47.128.34.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11110, '2025-11-18 06:06:09', 'A', '47.128.116.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11111, '2025-11-18 06:07:37', 'A', '47.128.51.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11112, '2025-11-18 06:08:27', 'A', '47.128.56.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11113, '2025-11-18 06:08:36', 'A', '47.128.40.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11114, '2025-11-18 06:09:25', 'A', '47.128.20.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11115, '2025-11-18 06:10:06', 'A', '47.128.57.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11116, '2025-11-18 06:10:14', 'A', '47.128.31.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11117, '2025-11-18 06:10:39', 'W', '213.180.203.153', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11118, '2025-11-18 06:10:55', 'A', '47.128.127.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11119, '2025-11-18 06:11:37', 'W', '198.235.24.145', '', 'Unknown Browser', 'Unknown OS Platform'),
(11120, '2025-11-18 06:11:44', 'A', '47.128.113.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11121, '2025-11-18 06:11:51', 'A', '47.128.41.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11122, '2025-11-18 06:12:40', 'A', '47.128.119.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11123, '2025-11-18 06:13:22', 'A', '47.128.112.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11124, '2025-11-18 06:14:16', 'A', '47.128.17.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11125, '2025-11-18 06:14:59', 'A', '47.128.62.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11126, '2025-11-18 06:15:54', 'A', '47.128.118.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11127, '2025-11-18 06:16:37', 'A', '47.128.52.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11128, '2025-11-18 06:17:31', 'A', '47.128.56.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11129, '2025-11-18 06:18:15', 'A', '47.128.127.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11130, '2025-11-18 06:18:21', 'A', '47.128.29.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11131, '2025-11-18 06:19:03', 'A', '47.128.98.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11132, '2025-11-18 06:19:10', 'A', '47.128.123.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11133, '2025-11-18 06:19:36', 'W', '143.105.135.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 10'),
(11134, '2025-11-18 06:19:40', 'W', '123.16.85.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 10'),
(11135, '2025-11-18 06:19:53', 'A', '47.128.61.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11136, '2025-11-18 06:19:58', 'A', '47.128.63.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11137, '2025-11-18 06:20:42', 'A', '47.128.36.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11138, '2025-11-18 06:20:48', 'A', '47.128.56.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11139, '2025-11-18 06:21:30', 'A', '47.128.29.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(11140, '2025-11-18 06:22:25', 'A', '47.128.122.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11141, '2025-11-18 06:22:58', 'W', '179.152.174.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(11142, '2025-11-18 06:23:09', 'A', '47.128.18.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11143, '2025-11-18 06:24:00', 'A', '47.128.40.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11144, '2025-11-18 06:24:02', 'A', '47.128.21.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11145, '2025-11-18 06:24:42', 'W', '199.119.251.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(11146, '2025-11-18 06:24:48', 'A', '47.128.120.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11147, '2025-11-18 06:24:50', 'A', '47.128.125.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11148, '2025-11-18 06:25:37', 'A', '47.128.112.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11149, '2025-11-18 06:25:40', 'A', '47.128.20.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11150, '2025-11-18 06:26:27', 'A', '47.128.19.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11151, '2025-11-18 06:27:16', 'A', '47.128.113.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11152, '2025-11-18 06:28:04', 'A', '47.128.50.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11153, '2025-11-18 06:28:10', 'A', '47.128.30.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11154, '2025-11-18 06:28:54', 'A', '47.128.118.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11155, '2025-11-18 06:28:56', 'W', '177.74.105.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(11156, '2025-11-18 06:28:59', 'A', '47.128.29.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11157, '2025-11-18 06:29:43', 'A', '47.128.117.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11158, '2025-11-18 06:30:32', 'A', '47.128.40.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11159, '2025-11-18 06:30:37', 'A', '47.128.29.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11160, '2025-11-18 06:31:26', 'A', '47.128.127.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11161, '2025-11-18 06:32:14', 'A', '47.128.116.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11162, '2025-11-18 06:38:38', 'A', '47.128.48.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11163, '2025-11-18 06:38:42', 'A', '47.128.31.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11164, '2025-11-18 06:39:27', 'A', '47.128.110.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11165, '2025-11-18 06:46:10', 'A', '47.128.52.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11166, '2025-11-18 06:54:59', 'A', '47.128.63.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11167, '2025-11-18 06:55:47', 'A', '47.128.44.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11168, '2025-11-18 06:56:36', 'A', '47.128.114.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11169, '2025-11-18 06:57:24', 'A', '47.128.61.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11170, '2025-11-18 06:57:24', 'A', '47.128.63.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11171, '2025-11-18 06:58:12', 'A', '47.128.21.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11172, '2025-11-18 06:59:01', 'A', '47.128.62.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11173, '2025-11-18 06:59:49', 'A', '47.128.18.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11174, '2025-11-18 07:01:27', 'A', '47.128.58.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11175, '2025-11-18 07:01:27', 'A', '47.128.119.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11176, '2025-11-18 07:02:15', 'W', '43.174.136.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11177, '2025-11-18 07:02:15', 'A', '47.128.27.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11178, '2025-11-18 07:03:04', 'A', '47.128.114.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11179, '2025-11-18 07:03:52', 'A', '47.128.31.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11180, '2025-11-18 07:04:25', 'W', '176.28.198.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11181, '2025-11-18 07:04:27', 'W', '103.85.157.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11182, '2025-11-18 07:04:28', 'W', '93.173.190.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11183, '2025-11-18 07:04:29', 'W', '192.81.210.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11184, '2025-11-18 07:04:32', 'W', '181.26.113.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11185, '2025-11-18 07:04:37', 'W', '92.97.126.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11186, '2025-11-18 07:04:37', 'W', '45.175.100.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11187, '2025-11-18 07:04:38', 'W', '189.156.26.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11188, '2025-11-18 07:04:40', 'W', '84.54.71.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11189, '2025-11-18 07:04:41', 'A', '47.128.17.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11190, '2025-11-18 07:04:43', 'W', '177.223.3.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11191, '2025-11-18 07:04:48', 'W', '201.211.34.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11192, '2025-11-18 07:04:52', 'W', '177.128.36.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11193, '2025-11-18 07:04:57', 'W', '213.230.92.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11194, '2025-11-18 07:04:58', 'W', '138.185.129.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11195, '2025-11-18 07:05:27', 'W', '189.113.67.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11196, '2025-11-18 07:05:31', 'A', '47.128.35.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11197, '2025-11-18 07:05:31', 'A', '47.128.17.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11198, '2025-11-18 07:06:20', 'A', '47.128.21.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11199, '2025-11-18 07:07:10', 'A', '47.128.17.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11200, '2025-11-18 07:07:37', 'W', '186.22.238.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11201, '2025-11-18 07:07:58', 'A', '47.128.115.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11202, '2025-11-18 07:07:58', 'A', '47.128.22.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11203, '2025-11-18 07:08:25', 'W', '103.117.194.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11204, '2025-11-18 07:08:46', 'A', '47.128.19.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11205, '2025-11-18 07:08:46', 'A', '47.128.115.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11206, '2025-11-18 07:09:35', 'A', '47.128.116.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11207, '2025-11-18 07:10:23', 'A', '47.128.126.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11208, '2025-11-18 07:11:13', 'A', '47.128.30.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11209, '2025-11-18 07:12:02', 'A', '47.128.50.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11210, '2025-11-18 07:12:02', 'A', '47.128.37.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11211, '2025-11-18 07:12:03', 'W', '188.253.214.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11212, '2025-11-18 07:12:50', 'W', '43.173.180.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11213, '2025-11-18 07:13:22', 'W', '190.231.179.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11214, '2025-11-18 07:13:41', 'W', '149.255.238.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11215, '2025-11-18 07:13:41', 'A', '47.128.117.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11216, '2025-11-18 07:13:41', 'A', '47.128.59.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11217, '2025-11-18 07:14:30', 'A', '47.128.28.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11218, '2025-11-18 07:14:30', 'A', '47.128.127.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11219, '2025-11-18 07:15:06', 'W', '186.251.210.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11220, '2025-11-18 07:15:19', 'A', '47.128.32.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11221, '2025-11-18 07:16:07', 'A', '47.128.41.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11222, '2025-11-18 07:16:56', 'A', '47.128.26.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11223, '2025-11-18 07:16:56', 'A', '47.128.118.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11224, '2025-11-18 07:16:57', 'W', '197.184.96.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11225, '2025-11-18 07:17:25', 'W', '146.174.178.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110324 Firefox/4.2a1pre', 'Firefox', 'Windows 7'),
(11226, '2025-11-18 07:17:43', 'A', '47.128.63.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11227, '2025-11-18 07:18:11', 'W', '43.173.180.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11228, '2025-11-18 07:18:33', 'A', '47.128.43.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11229, '2025-11-18 07:18:33', 'A', '47.128.18.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11230, '2025-11-18 07:19:21', 'A', '47.128.19.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11231, '2025-11-18 07:19:53', 'W', '179.56.245.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11232, '2025-11-18 07:20:10', 'A', '47.128.39.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11233, '2025-11-18 07:20:10', 'A', '47.128.55.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11234, '2025-11-18 07:20:34', 'W', '190.93.39.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.43 Safari/537.36', 'Chrome', 'Windows 10'),
(11235, '2025-11-18 07:20:39', 'W', '45.239.206.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11236, '2025-11-18 07:20:55', 'W', '181.23.101.221', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(11237, '2025-11-18 07:20:55', 'W', '177.23.74.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(11238, '2025-11-18 07:20:58', 'A', '47.128.99.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11239, '2025-11-18 07:20:59', 'A', '47.128.58.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11240, '2025-11-18 07:21:19', 'W', '177.144.173.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36', 'Chrome', 'Windows 10'),
(11241, '2025-11-18 07:21:31', 'W', '138.117.209.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11242, '2025-11-18 07:21:46', 'A', '47.128.109.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11243, '2025-11-18 07:22:05', 'W', '152.231.188.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36', 'Chrome', 'Windows 10'),
(11244, '2025-11-18 07:22:34', 'A', '47.128.51.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11245, '2025-11-18 07:22:34', 'A', '47.128.52.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11246, '2025-11-18 07:22:58', 'W', '113.172.209.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(11247, '2025-11-18 07:23:13', 'W', '176.222.62.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(11248, '2025-11-18 07:23:13', 'W', '200.36.198.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(11249, '2025-11-18 07:23:23', 'A', '47.128.51.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11250, '2025-11-18 07:23:55', 'W', '138.94.207.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11251, '2025-11-18 07:24:11', 'A', '47.128.99.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11252, '2025-11-18 07:24:26', 'W', '201.235.82.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(11253, '2025-11-18 07:24:36', 'W', '37.239.68.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11254, '2025-11-18 07:25:00', 'A', '47.128.54.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11255, '2025-11-18 07:25:32', 'W', '197.155.111.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11256, '2025-11-18 07:25:50', 'A', '47.128.37.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11257, '2025-11-18 07:25:50', 'A', '47.128.58.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11258, '2025-11-18 07:26:39', 'A', '47.128.114.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11259, '2025-11-18 07:26:41', 'W', '95.108.213.194', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11260, '2025-11-18 07:27:27', 'A', '47.128.122.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11261, '2025-11-18 07:27:27', 'A', '47.128.27.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11262, '2025-11-18 07:27:41', 'W', '111.88.19.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11263, '2025-11-18 07:28:16', 'A', '47.128.127.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11264, '2025-11-18 07:28:16', 'A', '47.128.59.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11265, '2025-11-18 07:29:04', 'A', '47.128.117.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11266, '2025-11-18 07:29:53', 'A', '47.128.45.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11267, '2025-11-18 07:29:53', 'A', '47.128.113.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11268, '2025-11-18 07:30:22', 'W', '5.255.231.54', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11269, '2025-11-18 07:30:42', 'A', '47.128.54.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11270, '2025-11-18 07:30:42', 'A', '47.128.27.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11271, '2025-11-18 07:30:57', 'W', '45.186.177.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11272, '2025-11-18 07:31:33', 'A', '47.128.38.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11273, '2025-11-18 07:32:22', 'A', '47.128.27.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11274, '2025-11-18 07:32:22', 'A', '47.128.55.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11275, '2025-11-18 07:32:26', 'W', '177.55.224.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11276, '2025-11-18 07:33:10', 'A', '47.128.127.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11277, '2025-11-18 07:33:10', 'A', '47.128.110.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11278, '2025-11-18 07:33:59', 'A', '47.128.54.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11279, '2025-11-18 07:33:59', 'A', '47.128.122.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11280, '2025-11-18 07:34:47', 'A', '47.128.120.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11281, '2025-11-18 07:34:47', 'A', '47.128.110.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11282, '2025-11-18 07:35:02', 'W', '146.190.210.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11283, '2025-11-18 07:35:37', 'A', '47.128.50.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11284, '2025-11-18 07:36:08', 'W', '45.174.7.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11285, '2025-11-18 07:36:18', 'W', '67.205.162.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11286, '2025-11-18 07:36:24', 'A', '47.128.113.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11287, '2025-11-18 07:36:25', 'A', '47.128.120.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11288, '2025-11-18 07:36:47', 'W', '51.68.111.207', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(11289, '2025-11-18 07:37:13', 'A', '47.128.30.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11290, '2025-11-18 07:37:14', 'A', '47.128.53.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11291, '2025-11-18 07:38:06', 'A', '47.128.43.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11292, '2025-11-18 07:38:06', 'A', '47.128.44.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11293, '2025-11-18 07:39:34', 'W', '80.95.28.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11294, '2025-11-18 07:39:40', 'A', '47.128.30.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11295, '2025-11-18 07:40:30', 'A', '47.128.54.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11296, '2025-11-18 07:40:30', 'A', '47.128.53.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11297, '2025-11-18 07:41:32', 'W', '190.109.124.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11298, '2025-11-18 07:42:06', 'A', '47.128.20.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11299, '2025-11-18 07:42:07', 'A', '47.128.53.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11300, '2025-11-18 07:42:56', 'A', '47.128.48.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11301, '2025-11-18 07:42:56', 'A', '47.128.99.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11302, '2025-11-18 07:43:44', 'A', '47.128.48.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11303, '2025-11-18 07:43:44', 'A', '47.128.125.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11304, '2025-11-18 07:44:33', 'A', '47.128.57.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11305, '2025-11-18 07:44:33', 'A', '47.128.113.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11306, '2025-11-18 07:45:09', 'W', '147.135.215.187', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(11307, '2025-11-18 07:45:23', 'W', '187.108.13.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11308, '2025-11-18 07:46:11', 'A', '47.128.57.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11309, '2025-11-18 07:46:11', 'A', '47.128.123.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11310, '2025-11-18 07:46:33', 'W', '137.184.60.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11311, '2025-11-18 07:47:00', 'A', '47.128.99.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11312, '2025-11-18 07:47:00', 'A', '47.128.30.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11313, '2025-11-18 07:47:48', 'A', '47.128.127.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11314, '2025-11-18 07:48:37', 'A', '47.128.99.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11315, '2025-11-18 07:48:37', 'A', '47.128.28.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11316, '2025-11-18 07:49:14', 'W', '190.183.42.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11317, '2025-11-18 07:49:25', 'A', '47.128.62.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11318, '2025-11-18 07:50:11', 'W', '170.231.156.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11319, '2025-11-18 07:50:14', 'A', '47.128.35.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11320, '2025-11-18 07:51:03', 'A', '47.128.97.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11321, '2025-11-18 07:51:03', 'A', '47.128.30.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11322, '2025-11-18 07:51:40', 'W', '91.186.246.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11323, '2025-11-18 07:52:43', 'A', '47.128.28.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11324, '2025-11-18 07:53:32', 'A', '47.128.27.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11325, '2025-11-18 07:53:44', 'W', '103.176.18.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11326, '2025-11-18 07:55:09', 'A', '47.128.112.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11327, '2025-11-18 07:55:44', 'W', '191.82.9.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11328, '2025-11-18 07:55:57', 'A', '47.128.53.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11329, '2025-11-18 07:55:57', 'A', '47.128.39.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11330, '2025-11-18 07:56:46', 'A', '47.128.51.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11331, '2025-11-18 07:57:38', 'A', '47.128.121.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11332, '2025-11-18 07:58:12', 'W', '177.155.137.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11333, '2025-11-18 07:58:26', 'A', '47.128.54.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11334, '2025-11-18 07:59:14', 'A', '47.128.31.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11335, '2025-11-18 07:59:14', 'A', '47.128.21.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11336, '2025-11-18 08:00:11', 'W', '168.197.232.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11337, '2025-11-18 08:00:48', 'W', '103.153.155.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11338, '2025-11-18 08:00:49', 'W', '207.46.13.54', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(11339, '2025-11-18 08:00:56', 'A', '47.128.97.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11340, '2025-11-18 08:00:56', 'A', '47.128.40.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11341, '2025-11-18 08:01:43', 'A', '47.128.124.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11342, '2025-11-18 08:01:43', 'A', '47.128.123.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11343, '2025-11-18 08:02:23', 'W', '102.219.15.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11344, '2025-11-18 08:02:32', 'A', '47.128.53.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11345, '2025-11-18 08:02:32', 'A', '47.128.33.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11346, '2025-11-18 08:03:23', 'A', '47.128.55.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11347, '2025-11-18 08:04:11', 'A', '47.128.122.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11348, '2025-11-18 08:04:11', 'A', '47.128.118.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11349, '2025-11-18 08:04:58', 'A', '47.128.122.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11350, '2025-11-18 08:04:58', 'A', '47.128.59.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11351, '2025-11-18 08:05:47', 'A', '47.128.60.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11352, '2025-11-18 08:06:14', 'W', '104.152.239.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11353, '2025-11-18 08:06:36', 'A', '47.128.119.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11354, '2025-11-18 08:07:25', 'A', '47.128.118.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11355, '2025-11-18 08:08:05', 'W', '137.184.151.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11356, '2025-11-18 08:08:13', 'A', '47.128.58.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11357, '2025-11-18 08:08:13', 'A', '47.128.114.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11358, '2025-11-18 08:09:02', 'A', '47.128.113.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11359, '2025-11-18 08:09:10', 'W', '118.103.251.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11360, '2025-11-18 08:09:51', 'A', '47.128.125.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11361, '2025-11-18 08:09:51', 'A', '47.128.21.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11362, '2025-11-18 08:10:00', 'W', '186.22.56.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11363, '2025-11-18 08:10:38', 'A', '47.128.114.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11364, '2025-11-18 08:11:27', 'A', '47.128.116.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(11365, '2025-11-18 08:11:33', 'W', '179.60.73.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11366, '2025-11-18 08:12:04', 'W', '191.54.42.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11367, '2025-11-18 08:13:55', 'A', '47.128.43.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11368, '2025-11-18 08:13:55', 'A', '47.128.58.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11369, '2025-11-18 08:13:56', 'W', '119.45.114.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11370, '2025-11-18 08:14:56', 'W', '43.173.178.231', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11371, '2025-11-18 08:15:40', 'W', '43.173.175.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11372, '2025-11-18 08:16:23', 'W', '43.173.181.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11373, '2025-11-18 08:18:22', 'W', '181.46.166.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11374, '2025-11-18 08:19:54', 'W', '185.135.48.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11375, '2025-11-18 08:20:30', 'W', '14.230.51.250', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(11376, '2025-11-18 08:20:54', 'W', '43.173.173.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11377, '2025-11-18 08:21:19', 'W', '94.249.41.58', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(11378, '2025-11-18 08:22:52', 'A', '47.128.97.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11379, '2025-11-18 08:23:10', 'W', '177.221.15.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Windows 10'),
(11380, '2025-11-18 08:23:13', 'W', '222.254.73.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(11381, '2025-11-18 08:23:35', 'W', '103.154.49.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11382, '2025-11-18 08:23:40', 'A', '47.128.98.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11383, '2025-11-18 08:24:29', 'A', '47.128.36.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11384, '2025-11-18 08:24:58', 'W', '94.20.98.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11385, '2025-11-18 08:26:07', 'A', '47.128.55.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11386, '2025-11-18 08:28:32', 'A', '47.128.23.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11387, '2025-11-18 08:28:49', 'W', '88.227.45.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11388, '2025-11-18 08:33:17', 'W', '168.90.195.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11389, '2025-11-18 08:35:01', 'A', '47.128.30.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11390, '2025-11-18 08:36:38', 'A', '47.128.122.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11391, '2025-11-18 08:37:26', 'A', '47.128.20.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11392, '2025-11-18 08:38:15', 'A', '47.128.122.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11393, '2025-11-18 08:39:03', 'A', '47.128.50.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11394, '2025-11-18 08:39:03', 'A', '47.128.22.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11395, '2025-11-18 08:39:52', 'A', '47.128.50.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11396, '2025-11-18 08:39:52', 'A', '47.128.96.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11397, '2025-11-18 08:40:41', 'A', '47.128.116.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11398, '2025-11-18 08:41:29', 'A', '47.128.19.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11399, '2025-11-18 08:41:29', 'A', '47.128.50.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11400, '2025-11-18 08:42:17', 'A', '47.128.41.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11401, '2025-11-18 08:42:17', 'A', '47.128.62.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11402, '2025-11-18 08:43:06', 'A', '47.128.113.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11403, '2025-11-18 08:43:06', 'A', '47.128.97.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11404, '2025-11-18 08:43:55', 'A', '47.128.60.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11405, '2025-11-18 08:44:16', 'W', '147.182.222.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11406, '2025-11-18 08:44:44', 'A', '47.128.28.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11407, '2025-11-18 08:45:33', 'A', '47.128.16.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11408, '2025-11-18 08:45:36', 'W', '159.223.182.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11409, '2025-11-18 08:46:21', 'A', '47.128.33.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11410, '2025-11-18 08:46:21', 'A', '47.128.24.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11411, '2025-11-18 08:46:57', 'W', '52.81.230.40', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(11412, '2025-11-18 08:47:02', 'W', '52.81.169.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(11413, '2025-11-18 08:47:06', 'W', '52.81.134.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(11414, '2025-11-18 08:47:10', 'A', '47.128.51.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11415, '2025-11-18 08:47:10', 'A', '47.128.18.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11416, '2025-11-18 08:47:58', 'A', '47.128.113.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11417, '2025-11-18 08:49:36', 'A', '47.128.55.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11418, '2025-11-18 08:50:25', 'A', '47.128.40.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11419, '2025-11-18 08:50:25', 'A', '47.128.126.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11420, '2025-11-18 08:51:14', 'A', '47.128.24.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11421, '2025-11-18 08:51:14', 'A', '47.128.43.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11422, '2025-11-18 08:52:04', 'A', '47.128.124.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11423, '2025-11-18 08:52:52', 'A', '47.128.52.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11424, '2025-11-18 08:53:40', 'A', '47.128.22.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11425, '2025-11-18 08:53:40', 'A', '47.128.43.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11426, '2025-11-18 08:54:33', 'W', '205.210.31.109', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(11427, '2025-11-18 08:55:17', 'A', '47.128.127.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11428, '2025-11-18 08:55:17', 'A', '47.128.52.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11429, '2025-11-18 08:56:55', 'A', '47.128.24.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11430, '2025-11-18 08:56:55', 'A', '47.128.33.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11431, '2025-11-18 08:57:45', 'A', '47.128.58.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11432, '2025-11-18 08:57:45', 'A', '47.128.46.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11433, '2025-11-18 08:58:34', 'A', '47.128.113.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11434, '2025-11-18 08:59:22', 'A', '47.128.98.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11435, '2025-11-18 09:00:11', 'A', '47.128.32.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11436, '2025-11-18 09:00:56', 'W', '87.250.224.44', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11437, '2025-11-18 09:00:59', 'A', '47.128.123.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11438, '2025-11-18 09:00:59', 'A', '47.128.31.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11439, '2025-11-18 09:01:47', 'A', '47.128.59.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11440, '2025-11-18 09:01:48', 'A', '47.128.51.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11441, '2025-11-18 09:02:36', 'A', '47.128.54.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11442, '2025-11-18 09:02:37', 'A', '47.128.48.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11443, '2025-11-18 09:03:25', 'A', '47.128.53.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11444, '2025-11-18 09:04:13', 'A', '47.128.47.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11445, '2025-11-18 09:04:13', 'A', '47.128.56.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11446, '2025-11-18 09:05:02', 'A', '47.128.20.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11447, '2025-11-18 09:05:51', 'A', '47.128.60.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11448, '2025-11-18 09:06:40', 'A', '47.128.33.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11449, '2025-11-18 09:07:31', 'A', '47.128.39.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11450, '2025-11-18 09:07:31', 'A', '47.128.32.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11451, '2025-11-18 09:08:18', 'A', '47.128.41.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11452, '2025-11-18 09:09:06', 'A', '47.128.45.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11453, '2025-11-18 09:09:54', 'A', '47.128.23.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11454, '2025-11-18 09:09:55', 'A', '47.128.98.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11455, '2025-11-18 09:10:43', 'A', '47.128.26.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11456, '2025-11-18 09:12:19', 'A', '47.128.63.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11457, '2025-11-18 09:13:08', 'A', '47.128.99.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11458, '2025-11-18 09:13:30', 'W', '87.250.224.15', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11459, '2025-11-18 09:13:57', 'A', '47.128.51.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11460, '2025-11-18 09:14:46', 'A', '47.128.48.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11461, '2025-11-18 09:15:35', 'A', '47.128.41.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11462, '2025-11-18 09:15:35', 'A', '47.128.40.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11463, '2025-11-18 09:16:23', 'A', '47.128.118.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11464, '2025-11-18 09:17:12', 'A', '47.128.40.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11465, '2025-11-18 09:18:00', 'A', '47.128.41.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11466, '2025-11-18 09:18:49', 'A', '47.128.24.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11467, '2025-11-18 09:19:39', 'A', '47.128.37.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11468, '2025-11-18 09:20:28', 'A', '47.128.20.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11469, '2025-11-18 09:20:28', 'A', '47.128.42.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11470, '2025-11-18 09:21:13', 'W', '177.128.243.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(11471, '2025-11-18 09:21:16', 'A', '47.128.60.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11472, '2025-11-18 09:21:16', 'A', '47.128.97.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11473, '2025-11-18 09:22:05', 'A', '47.128.63.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11474, '2025-11-18 09:22:05', 'A', '47.128.124.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11475, '2025-11-18 09:22:36', 'W', '138.94.154.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(11476, '2025-11-18 09:22:39', 'W', '187.10.98.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(11477, '2025-11-18 09:23:06', 'W', '87.250.224.236', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(11478, '2025-11-18 09:23:06', 'W', '196.65.50.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', 'Chrome', 'Mac OS X'),
(11479, '2025-11-18 09:23:44', 'A', '47.128.127.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11480, '2025-11-18 09:23:44', 'A', '47.128.122.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11481, '2025-11-18 09:23:57', 'W', '43.173.173.18', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11482, '2025-11-18 09:24:32', 'A', '47.128.17.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11483, '2025-11-18 09:24:33', 'A', '47.128.37.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11484, '2025-11-18 09:24:36', 'W', '176.204.60.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(11485, '2025-11-18 09:25:21', 'A', '47.128.118.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11486, '2025-11-18 09:26:57', 'A', '47.128.25.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11487, '2025-11-18 09:27:46', 'A', '47.128.126.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11488, '2025-11-18 09:28:35', 'A', '47.128.49.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11489, '2025-11-18 09:28:35', 'A', '47.128.99.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11490, '2025-11-18 09:29:23', 'A', '47.128.54.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11491, '2025-11-18 09:29:23', 'A', '47.128.45.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11492, '2025-11-18 09:30:12', 'A', '47.128.54.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11493, '2025-11-18 09:31:01', 'A', '47.128.59.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11494, '2025-11-18 09:31:50', 'A', '47.128.115.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11495, '2025-11-18 09:32:38', 'A', '47.128.27.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11496, '2025-11-18 09:32:38', 'A', '47.128.52.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11497, '2025-11-18 09:34:17', 'A', '47.128.49.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11498, '2025-11-18 09:34:18', 'A', '47.128.22.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11499, '2025-11-18 09:35:06', 'A', '47.128.47.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11500, '2025-11-18 09:35:06', 'A', '47.128.123.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11501, '2025-11-18 09:35:54', 'A', '47.128.59.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11502, '2025-11-18 09:37:32', 'A', '47.128.28.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11503, '2025-11-18 09:46:35', 'A', '47.128.61.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11504, '2025-11-18 09:49:05', 'A', '47.128.115.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11505, '2025-11-18 09:49:54', 'A', '47.128.28.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11506, '2025-11-18 09:49:54', 'A', '47.128.56.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11507, '2025-11-18 09:52:21', 'A', '47.128.110.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11508, '2025-11-18 10:12:44', 'W', '20.115.49.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11509, '2025-11-18 10:12:48', 'A', '47.128.98.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11510, '2025-11-18 10:13:36', 'A', '47.128.120.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11511, '2025-11-18 10:14:26', 'A', '47.128.33.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11512, '2025-11-18 10:15:13', 'A', '47.128.117.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11513, '2025-11-18 10:16:02', 'A', '47.128.44.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11514, '2025-11-18 10:16:02', 'A', '47.128.35.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11515, '2025-11-18 10:16:50', 'A', '47.128.61.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11516, '2025-11-18 10:16:50', 'A', '47.128.41.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11517, '2025-11-18 10:17:39', 'A', '47.128.27.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11518, '2025-11-18 10:18:27', 'A', '47.128.112.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11519, '2025-11-18 10:18:27', 'A', '47.128.61.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11520, '2025-11-18 10:19:16', 'A', '47.128.57.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11521, '2025-11-18 10:19:16', 'A', '47.128.114.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11522, '2025-11-18 10:19:43', 'W', '213.139.63.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(11523, '2025-11-18 10:20:00', 'W', '185.69.5.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 7'),
(11524, '2025-11-18 10:20:01', 'W', '191.243.111.64', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8.1'),
(11525, '2025-11-18 10:20:53', 'A', '47.128.115.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11526, '2025-11-18 10:20:53', 'A', '47.128.54.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11527, '2025-11-18 10:21:41', 'A', '47.128.55.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11528, '2025-11-18 10:21:41', 'A', '47.128.36.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11529, '2025-11-18 10:22:30', 'A', '47.128.59.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11530, '2025-11-18 10:22:31', 'A', '47.128.33.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11531, '2025-11-18 10:23:19', 'A', '47.128.33.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11532, '2025-11-18 10:23:23', 'W', '197.225.113.194', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 10'),
(11533, '2025-11-18 10:24:07', 'A', '47.128.36.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11534, '2025-11-18 10:24:55', 'A', '47.128.57.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11535, '2025-11-18 10:25:43', 'A', '47.128.32.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11536, '2025-11-18 10:26:32', 'A', '47.128.56.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11537, '2025-11-18 10:26:32', 'A', '47.128.117.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11538, '2025-11-18 10:26:46', 'W', '43.173.180.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11539, '2025-11-18 10:26:53', 'W', '41.90.189.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11540, '2025-11-18 10:27:12', 'W', '37.59.204.128', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(11541, '2025-11-18 10:27:20', 'A', '47.128.51.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11542, '2025-11-18 10:27:20', 'A', '47.128.57.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11543, '2025-11-18 10:28:09', 'A', '47.128.116.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11544, '2025-11-18 10:28:09', 'A', '47.128.96.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11545, '2025-11-18 10:28:58', 'A', '47.128.111.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11546, '2025-11-18 10:30:37', 'A', '47.128.39.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11547, '2025-11-18 10:31:13', 'W', '210.211.56.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(11548, '2025-11-18 10:31:13', 'W', '152.254.137.170', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 AOLShield/79.0.3945.5', 'Chrome', 'Windows 10'),
(11549, '2025-11-18 10:31:24', 'A', '47.128.18.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11550, '2025-11-18 10:31:26', 'A', '47.128.113.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11551, '2025-11-18 10:32:16', 'A', '47.128.125.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11552, '2025-11-18 10:34:38', 'A', '47.128.99.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11553, '2025-11-18 10:34:41', 'A', '47.128.47.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11554, '2025-11-18 10:36:18', 'A', '47.128.116.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11555, '2025-11-18 10:37:07', 'A', '47.128.49.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11556, '2025-11-18 10:37:54', 'A', '47.128.22.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11557, '2025-11-18 10:37:55', 'A', '47.128.123.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11558, '2025-11-18 10:38:42', 'A', '47.128.54.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11559, '2025-11-18 10:38:44', 'A', '47.128.23.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11560, '2025-11-18 10:39:34', 'A', '47.128.122.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11561, '2025-11-18 10:40:20', 'A', '47.128.56.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11562, '2025-11-18 10:40:22', 'A', '47.128.22.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11563, '2025-11-18 10:40:50', 'A', '111.225.148.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(11564, '2025-11-18 10:41:08', 'A', '47.128.27.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11565, '2025-11-18 10:41:57', 'A', '47.128.53.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11566, '2025-11-18 10:41:59', 'A', '47.128.125.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11567, '2025-11-18 10:42:46', 'A', '47.128.49.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11568, '2025-11-18 10:42:48', 'A', '47.128.55.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11569, '2025-11-18 10:43:34', 'A', '47.128.40.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11570, '2025-11-18 10:43:37', 'A', '47.128.112.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11571, '2025-11-18 10:44:26', 'A', '47.128.125.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11572, '2025-11-18 10:45:15', 'A', '47.128.50.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11573, '2025-11-18 10:46:00', 'A', '47.128.124.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11574, '2025-11-18 10:46:03', 'A', '47.128.28.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11575, '2025-11-18 10:46:49', 'A', '47.128.41.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11576, '2025-11-18 10:46:52', 'A', '47.128.54.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11577, '2025-11-18 10:47:37', 'A', '47.128.96.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11578, '2025-11-18 10:47:42', 'A', '47.128.96.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11579, '2025-11-18 10:49:20', 'A', '47.128.114.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11580, '2025-11-18 10:50:02', 'A', '47.128.32.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11581, '2025-11-18 10:50:09', 'A', '47.128.19.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11582, '2025-11-18 10:51:39', 'A', '47.128.42.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11583, '2025-11-18 10:51:45', 'A', '47.128.63.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(11584, '2025-11-18 10:52:27', 'A', '47.128.42.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11585, '2025-11-18 10:53:16', 'A', '47.128.98.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11586, '2025-11-18 10:54:05', 'A', '47.128.120.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11587, '2025-11-18 10:54:53', 'A', '47.128.98.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11588, '2025-11-18 10:54:59', 'A', '47.128.33.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11589, '2025-11-18 10:55:47', 'A', '47.128.96.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11590, '2025-11-18 10:56:31', 'A', '47.128.17.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11591, '2025-11-18 10:57:19', 'A', '47.128.112.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11592, '2025-11-18 10:57:24', 'A', '47.128.110.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11593, '2025-11-18 10:58:08', 'A', '47.128.32.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11594, '2025-11-18 10:58:12', 'A', '47.128.52.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11595, '2025-11-18 10:58:56', 'A', '47.128.117.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11596, '2025-11-18 10:59:45', 'A', '47.128.42.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11597, '2025-11-18 10:59:50', 'A', '47.128.123.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11598, '2025-11-18 11:00:36', 'A', '47.128.98.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11599, '2025-11-18 11:00:39', 'A', '47.128.54.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11600, '2025-11-18 11:01:22', 'A', '47.128.44.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11601, '2025-11-18 11:01:28', 'A', '47.128.20.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11602, '2025-11-18 11:02:11', 'A', '47.128.41.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11603, '2025-11-18 11:03:05', 'A', '47.128.115.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11604, '2025-11-18 11:03:48', 'A', '47.128.122.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11605, '2025-11-18 11:03:53', 'A', '47.128.30.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11606, '2025-11-18 11:04:36', 'A', '47.128.118.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11607, '2025-11-18 11:04:39', 'W', '175.41.150.136', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(11608, '2025-11-18 11:04:41', 'A', '47.128.40.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11609, '2025-11-18 11:05:25', 'A', '47.128.126.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11610, '2025-11-18 11:05:29', 'A', '47.128.45.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11611, '2025-11-18 11:06:14', 'A', '47.128.20.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11612, '2025-11-18 11:06:17', 'A', '47.128.97.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11613, '2025-11-18 11:07:03', 'A', '47.128.48.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11614, '2025-11-18 11:07:05', 'A', '47.128.32.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11615, '2025-11-18 11:07:52', 'A', '47.128.58.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11616, '2025-11-18 11:08:41', 'A', '47.128.34.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11617, '2025-11-18 11:08:44', 'A', '47.128.28.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11618, '2025-11-18 11:09:29', 'A', '47.128.111.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11619, '2025-11-18 11:09:32', 'A', '47.128.46.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11620, '2025-11-18 11:09:53', 'W', '43.173.181.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11621, '2025-11-18 11:10:19', 'A', '47.128.116.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11622, '2025-11-18 11:10:21', 'A', '47.128.60.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11623, '2025-11-18 11:11:08', 'A', '47.128.28.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11624, '2025-11-18 11:11:58', 'A', '47.128.28.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11625, '2025-11-18 11:11:59', 'A', '47.128.99.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11626, '2025-11-18 11:12:45', 'A', '47.128.37.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11627, '2025-11-18 11:13:34', 'A', '47.128.37.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11628, '2025-11-18 11:13:34', 'A', '47.128.54.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11629, '2025-11-18 11:14:23', 'A', '47.128.47.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11630, '2025-11-18 11:14:23', 'A', '47.128.23.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11631, '2025-11-18 11:15:11', 'A', '47.128.34.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11632, '2025-11-18 11:15:59', 'A', '47.128.20.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11633, '2025-11-18 11:16:00', 'A', '47.128.47.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11634, '2025-11-18 11:16:50', 'A', '47.128.54.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11635, '2025-11-18 11:17:38', 'A', '47.128.113.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11636, '2025-11-18 11:17:38', 'A', '47.128.18.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11637, '2025-11-18 11:18:27', 'A', '47.128.110.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11638, '2025-11-18 11:18:27', 'A', '47.128.47.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11639, '2025-11-18 11:19:16', 'A', '47.128.47.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11640, '2025-11-18 11:20:05', 'A', '47.128.115.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11641, '2025-11-18 11:20:42', 'W', '45.71.177.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11642, '2025-11-18 11:20:42', 'W', '41.158.228.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(11643, '2025-11-18 11:20:45', 'W', '201.254.159.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(11644, '2025-11-18 11:20:53', 'A', '47.128.29.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11645, '2025-11-18 11:21:31', 'W', '190.135.206.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(11646, '2025-11-18 11:21:43', 'A', '47.128.39.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11647, '2025-11-18 11:22:31', 'A', '47.128.22.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11648, '2025-11-18 11:22:31', 'A', '47.128.123.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11649, '2025-11-18 11:23:20', 'A', '47.128.42.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11650, '2025-11-18 11:23:41', 'W', '41.102.187.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(11651, '2025-11-18 11:24:01', 'W', '14.245.244.210', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(11652, '2025-11-18 11:24:09', 'A', '47.128.20.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11653, '2025-11-18 11:24:57', 'A', '47.128.43.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11654, '2025-11-18 11:25:23', 'W', '41.109.101.94', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(11655, '2025-11-18 11:26:35', 'A', '47.128.34.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11656, '2025-11-18 11:27:24', 'A', '47.128.34.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11657, '2025-11-18 11:27:24', 'A', '47.128.28.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11658, '2025-11-18 11:27:33', 'W', '186.192.107.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(11659, '2025-11-18 11:28:12', 'A', '47.128.54.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11660, '2025-11-18 11:29:00', 'A', '47.128.43.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11661, '2025-11-18 11:29:00', 'A', '47.128.29.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11662, '2025-11-18 11:29:49', 'A', '47.128.42.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11663, '2025-11-18 11:29:49', 'A', '47.128.111.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11664, '2025-11-18 11:30:38', 'A', '47.128.25.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11665, '2025-11-18 11:41:39', 'A', '47.128.42.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11666, '2025-11-18 11:41:39', 'A', '47.128.33.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11667, '2025-11-18 11:42:49', 'A', '47.128.37.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11668, '2025-11-18 11:43:38', 'A', '47.128.38.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11669, '2025-11-18 11:43:38', 'A', '47.128.116.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11670, '2025-11-18 11:48:29', 'A', '47.128.20.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11671, '2025-11-18 11:58:36', 'A', '47.128.22.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11672, '2025-11-18 12:00:52', 'A', '47.128.43.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11673, '2025-11-18 12:01:52', 'A', '47.128.29.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11674, '2025-11-18 12:02:30', 'A', '47.128.29.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11675, '2025-11-18 12:02:42', 'A', '47.128.127.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11676, '2025-11-18 12:03:30', 'A', '47.128.39.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11677, '2025-11-18 12:04:07', 'A', '47.128.110.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11678, '2025-11-18 12:04:19', 'A', '47.128.41.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11679, '2025-11-18 12:04:57', 'A', '47.128.121.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11680, '2025-11-18 12:05:07', 'A', '47.128.47.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11681, '2025-11-18 12:05:48', 'A', '47.128.25.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11682, '2025-11-18 12:05:56', 'A', '47.128.127.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11683, '2025-11-18 12:06:36', 'A', '47.128.61.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11684, '2025-11-18 12:07:23', 'A', '47.128.44.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11685, '2025-11-18 12:08:11', 'A', '47.128.55.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11686, '2025-11-18 12:09:04', 'A', '47.128.110.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11687, '2025-11-18 12:09:58', 'A', '47.128.98.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11688, '2025-11-18 12:11:33', 'A', '47.128.36.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11689, '2025-11-18 12:12:25', 'A', '47.128.111.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11690, '2025-11-18 12:12:25', 'A', '47.128.47.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11691, '2025-11-18 12:13:13', 'A', '47.128.54.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11692, '2025-11-18 12:13:13', 'A', '47.128.23.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11693, '2025-11-18 12:14:01', 'A', '47.128.127.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11694, '2025-11-18 12:14:02', 'A', '47.128.116.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11695, '2025-11-18 12:14:52', 'A', '47.128.38.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11696, '2025-11-18 12:14:52', 'A', '47.128.44.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11697, '2025-11-18 12:15:42', 'A', '47.128.54.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11698, '2025-11-18 12:15:42', 'A', '47.128.125.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11699, '2025-11-18 12:18:13', 'A', '47.128.54.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11700, '2025-11-18 12:18:13', 'A', '47.128.54.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11701, '2025-11-18 12:19:02', 'A', '47.128.25.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11702, '2025-11-18 12:19:02', 'A', '47.128.119.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11703, '2025-11-18 12:20:41', 'A', '47.128.47.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11704, '2025-11-18 12:21:06', 'W', '124.221.173.13', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11705, '2025-11-18 12:21:31', 'A', '47.128.118.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11706, '2025-11-18 12:21:53', 'W', '43.173.177.241', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11707, '2025-11-18 12:22:20', 'A', '47.128.37.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11708, '2025-11-18 12:22:20', 'A', '47.128.119.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11709, '2025-11-18 12:23:08', 'A', '47.128.36.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11710, '2025-11-18 12:23:08', 'A', '47.128.109.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11711, '2025-11-18 12:23:43', 'W', '200.106.213.237', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 8.1'),
(11712, '2025-11-18 12:23:58', 'A', '47.128.127.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11713, '2025-11-18 12:24:46', 'A', '47.128.38.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11714, '2025-11-18 12:25:38', 'A', '47.128.37.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11715, '2025-11-18 12:25:38', 'A', '47.128.118.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11716, '2025-11-18 12:26:26', 'A', '47.128.60.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11717, '2025-11-18 12:27:04', 'W', '128.201.231.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.44 Safari/537.36', 'Chrome', 'Mac OS X'),
(11718, '2025-11-18 12:28:53', 'A', '47.128.29.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11719, '2025-11-18 12:29:41', 'A', '47.128.97.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11720, '2025-11-18 12:29:41', 'A', '47.128.46.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11721, '2025-11-18 12:30:30', 'A', '47.128.27.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11722, '2025-11-18 12:31:19', 'A', '47.128.45.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11723, '2025-11-18 12:32:09', 'A', '47.128.119.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11724, '2025-11-18 12:32:09', 'A', '47.128.117.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11725, '2025-11-18 12:32:49', 'W', '43.174.26.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11726, '2025-11-18 12:32:57', 'A', '47.128.17.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11727, '2025-11-18 12:33:29', 'W', '38.58.71.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11728, '2025-11-18 12:33:45', 'A', '47.128.49.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11729, '2025-11-18 12:33:45', 'A', '47.128.36.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11730, '2025-11-18 12:34:44', 'W', '94.249.81.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11731, '2025-11-18 12:35:40', 'W', '185.24.61.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11732, '2025-11-18 12:35:44', 'A', '111.225.149.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(11733, '2025-11-18 12:36:01', 'W', '105.172.246.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11734, '2025-11-18 12:36:13', 'A', '47.128.110.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11735, '2025-11-18 12:37:02', 'A', '47.128.125.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11736, '2025-11-18 12:37:51', 'A', '47.128.47.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11737, '2025-11-18 12:38:50', 'W', '45.163.174.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11738, '2025-11-18 12:39:27', 'A', '47.128.18.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11739, '2025-11-18 12:39:28', 'A', '47.128.110.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11740, '2025-11-18 12:40:01', 'W', '181.23.136.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11741, '2025-11-18 12:40:17', 'A', '47.128.18.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11742, '2025-11-18 12:42:00', 'A', '47.128.123.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11743, '2025-11-18 12:42:55', 'W', '46.99.3.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11744, '2025-11-18 12:43:38', 'A', '47.128.32.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11745, '2025-11-18 12:43:38', 'A', '47.128.113.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11746, '2025-11-18 12:44:13', 'W', '185.21.122.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11747, '2025-11-18 12:44:28', 'A', '47.128.63.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11748, '2025-11-18 12:44:40', 'W', '157.230.222.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11749, '2025-11-18 12:45:17', 'A', '47.128.123.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11750, '2025-11-18 12:45:49', 'W', '186.13.112.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11751, '2025-11-18 12:46:55', 'A', '47.128.53.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11752, '2025-11-18 12:46:55', 'A', '47.128.99.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11753, '2025-11-18 12:47:21', 'W', '157.230.187.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11754, '2025-11-18 12:47:44', 'A', '47.128.53.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11755, '2025-11-18 12:48:07', 'W', '103.127.6.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11756, '2025-11-18 12:48:32', 'A', '47.128.27.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11757, '2025-11-18 12:49:21', 'A', '47.128.48.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11758, '2025-11-18 12:49:22', 'A', '47.128.52.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11759, '2025-11-18 12:49:50', 'W', '110.235.239.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11760, '2025-11-18 12:50:10', 'A', '47.128.127.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11761, '2025-11-18 12:50:11', 'A', '47.128.46.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11762, '2025-11-18 12:51:02', 'A', '47.128.111.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11763, '2025-11-18 12:51:10', 'W', '168.232.84.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11764, '2025-11-18 12:51:51', 'A', '47.128.117.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11765, '2025-11-18 12:52:39', 'A', '47.128.43.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11766, '2025-11-18 12:54:16', 'A', '47.128.113.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11767, '2025-11-18 12:55:06', 'A', '47.128.112.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11768, '2025-11-18 12:55:06', 'A', '47.128.39.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11769, '2025-11-18 12:56:21', 'W', '154.159.254.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11770, '2025-11-18 12:56:44', 'A', '47.128.50.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11771, '2025-11-18 12:57:13', 'W', '189.203.187.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11772, '2025-11-18 12:57:33', 'A', '47.128.96.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11773, '2025-11-18 12:57:33', 'A', '47.128.62.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11774, '2025-11-18 12:58:24', 'A', '47.128.50.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11775, '2025-11-18 12:59:12', 'A', '47.128.41.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11776, '2025-11-18 12:59:54', 'W', '27.147.186.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11777, '2025-11-18 13:00:00', 'A', '47.128.45.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11778, '2025-11-18 13:00:52', 'A', '47.128.31.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11779, '2025-11-18 13:01:15', 'W', '13.214.0.180', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(11780, '2025-11-18 13:01:41', 'A', '47.128.47.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11781, '2025-11-18 13:01:49', 'W', '136.158.40.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11782, '2025-11-18 13:02:28', 'A', '47.128.62.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11783, '2025-11-18 13:02:28', 'A', '47.128.51.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11784, '2025-11-18 13:04:06', 'A', '47.128.52.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11785, '2025-11-18 13:04:06', 'A', '47.128.25.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11786, '2025-11-18 13:04:54', 'A', '47.128.114.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11787, '2025-11-18 13:04:54', 'A', '47.128.49.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11788, '2025-11-18 13:05:43', 'A', '47.128.41.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11789, '2025-11-18 13:06:22', 'W', '18.138.77.105', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(11790, '2025-11-18 13:06:33', 'A', '47.128.20.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11791, '2025-11-18 13:06:34', 'W', '160.178.214.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11792, '2025-11-18 13:07:13', 'W', '67.205.144.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11793, '2025-11-18 13:07:22', 'A', '47.128.26.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11794, '2025-11-18 13:08:14', 'A', '47.128.17.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11795, '2025-11-18 13:08:46', 'W', '59.153.97.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11796, '2025-11-18 13:09:10', 'W', '190.245.43.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11797, '2025-11-18 13:09:47', 'A', '47.128.25.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11798, '2025-11-18 13:09:47', 'A', '47.128.111.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11799, '2025-11-18 13:10:38', 'A', '47.128.59.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11800, '2025-11-18 13:11:27', 'A', '47.128.23.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11801, '2025-11-18 13:12:16', 'A', '47.128.51.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11802, '2025-11-18 13:13:03', 'A', '47.128.21.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(11803, '2025-11-18 13:13:54', 'A', '47.128.35.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11804, '2025-11-18 13:14:02', 'W', '185.30.145.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11805, '2025-11-18 13:14:41', 'A', '47.128.97.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11806, '2025-11-18 13:15:14', 'W', '38.211.32.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11807, '2025-11-18 13:15:30', 'A', '47.128.46.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11808, '2025-11-18 13:16:21', 'A', '47.128.32.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11809, '2025-11-18 13:16:21', 'W', '170.238.81.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11810, '2025-11-18 13:16:21', 'A', '47.128.97.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11811, '2025-11-18 13:17:10', 'A', '47.128.123.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11812, '2025-11-18 13:18:03', 'A', '47.128.53.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11813, '2025-11-18 13:18:10', 'W', '192.241.142.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11814, '2025-11-18 13:18:48', 'A', '47.128.25.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11815, '2025-11-18 13:18:49', 'A', '47.128.54.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11816, '2025-11-18 13:19:21', 'W', '159.89.87.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11817, '2025-11-18 13:19:39', 'A', '47.128.127.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11818, '2025-11-18 13:19:39', 'A', '47.128.46.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11819, '2025-11-18 13:19:47', 'W', '37.212.4.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11820, '2025-11-18 13:20:27', 'A', '47.128.121.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11821, '2025-11-18 13:20:34', 'W', '189.110.178.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11822, '2025-11-18 13:20:58', 'W', '114.10.45.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11823, '2025-11-18 13:21:15', 'A', '47.128.55.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11824, '2025-11-18 13:21:15', 'A', '47.128.22.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11825, '2025-11-18 13:21:16', 'W', '123.26.201.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(11826, '2025-11-18 13:21:26', 'W', '190.120.252.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11827, '2025-11-18 13:22:03', 'A', '47.128.58.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11828, '2025-11-18 13:22:26', 'W', '181.44.117.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11829, '2025-11-18 13:22:53', 'A', '47.128.20.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11830, '2025-11-18 13:22:53', 'A', '47.128.59.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11831, '2025-11-18 13:23:28', 'W', '102.213.48.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11832, '2025-11-18 13:23:44', 'A', '47.128.31.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11833, '2025-11-18 13:23:44', 'A', '47.128.61.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11834, '2025-11-18 13:25:22', 'A', '47.128.26.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11835, '2025-11-18 13:25:28', 'W', '186.233.179.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11836, '2025-11-18 13:26:10', 'A', '47.128.59.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11837, '2025-11-18 13:26:10', 'A', '47.128.19.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11838, '2025-11-18 13:28:27', 'W', '45.32.144.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(11839, '2025-11-18 13:28:38', 'A', '47.128.18.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11840, '2025-11-18 13:28:52', 'W', '203.192.225.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11841, '2025-11-18 13:30:19', 'A', '47.128.36.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11842, '2025-11-18 13:30:42', 'W', '43.173.178.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11843, '2025-11-18 13:30:46', 'W', '157.100.36.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11844, '2025-11-18 13:31:10', 'W', '43.173.173.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11845, '2025-11-18 13:32:33', 'W', '190.104.32.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11846, '2025-11-18 13:33:44', 'W', '103.156.180.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11847, '2025-11-18 13:34:24', 'A', '47.128.111.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11848, '2025-11-18 13:35:08', 'W', '93.179.121.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11849, '2025-11-18 13:35:34', 'W', '154.244.26.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11850, '2025-11-18 13:35:56', 'W', '186.249.211.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11851, '2025-11-18 13:36:38', 'W', '37.42.201.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11852, '2025-11-18 13:38:12', 'W', '89.43.132.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11853, '2025-11-18 13:41:29', 'W', '223.185.13.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11854, '2025-11-18 13:43:16', 'W', '45.239.206.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11855, '2025-11-18 13:43:20', 'A', '47.128.26.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11856, '2025-11-18 13:43:21', 'A', '47.128.37.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11857, '2025-11-18 13:44:55', 'W', '24.199.95.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11858, '2025-11-18 13:46:15', 'W', '45.173.142.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11859, '2025-11-18 13:46:46', 'W', '187.136.229.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11860, '2025-11-18 13:48:43', 'W', '178.61.12.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11861, '2025-11-18 13:50:41', 'W', '45.175.118.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11862, '2025-11-18 13:57:13', 'W', '143.44.144.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11863, '2025-11-18 13:57:52', 'W', '34.173.239.49', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ShapBot/0.1.0', 'Unknown Browser', 'Unknown OS Platform'),
(11864, '2025-11-18 13:57:53', 'W', '145.236.136.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11865, '2025-11-18 13:58:51', 'W', '103.103.35.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11866, '2025-11-18 13:59:54', 'W', '105.68.227.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11867, '2025-11-18 14:04:16', 'W', '51.36.220.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11868, '2025-11-18 14:04:58', 'W', '41.249.104.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11869, '2025-11-18 14:06:14', 'W', '196.207.222.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11870, '2025-11-18 14:07:24', 'W', '41.90.208.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11871, '2025-11-18 14:07:50', 'A', '47.128.50.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11872, '2025-11-18 14:07:56', 'W', '45.226.238.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11873, '2025-11-18 14:08:00', 'A', '47.128.31.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11874, '2025-11-18 14:08:01', 'W', '17.246.19.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11875, '2025-11-18 14:08:40', 'A', '47.128.51.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11876, '2025-11-18 14:08:58', 'W', '103.156.56.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11877, '2025-11-18 14:09:37', 'A', '47.128.52.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11878, '2025-11-18 14:09:46', 'A', '47.128.62.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11879, '2025-11-18 14:12:02', 'W', '94.98.32.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11880, '2025-11-18 14:12:54', 'W', '159.223.174.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11881, '2025-11-18 14:14:12', 'W', '181.191.147.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11882, '2025-11-18 14:14:27', 'W', '196.191.121.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11883, '2025-11-18 14:14:42', 'A', '47.128.119.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11884, '2025-11-18 14:15:52', 'W', '118.179.180.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11885, '2025-11-18 14:16:14', 'W', '209.50.187.93', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(11886, '2025-11-18 14:17:57', 'W', '186.122.90.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11887, '2025-11-18 14:18:58', 'W', '43.173.177.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11888, '2025-11-18 14:19:26', 'W', '43.173.181.192', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11889, '2025-11-18 14:19:27', 'W', '169.224.18.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11890, '2025-11-18 14:19:54', 'W', '43.173.181.243', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11891, '2025-11-18 14:20:39', 'W', '41.203.212.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11892, '2025-11-18 14:22:29', 'W', '186.251.193.9', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(11893, '2025-11-18 14:22:53', 'W', '95.82.124.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 FS', 'Chrome', 'Mac OS X'),
(11894, '2025-11-18 14:23:21', 'A', '110.249.201.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(11895, '2025-11-18 14:25:20', 'W', '14.176.78.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.43 Safari/537.36', 'Chrome', 'Mac OS X'),
(11896, '2025-11-18 14:26:04', 'W', '213.89.102.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(11897, '2025-11-18 14:26:13', 'W', '197.99.130.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(11898, '2025-11-18 14:27:32', 'W', '102.158.133.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(11899, '2025-11-18 14:32:41', 'W', '94.59.91.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11900, '2025-11-18 14:33:26', 'W', '17.241.75.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11901, '2025-11-18 14:33:42', 'W', '40.77.167.12', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(11902, '2025-11-18 14:34:19', 'W', '195.142.25.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11903, '2025-11-18 14:35:59', 'W', '186.22.56.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11904, '2025-11-18 14:39:04', 'A', '47.128.28.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11905, '2025-11-18 14:39:51', 'A', '47.128.29.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11906, '2025-11-18 14:39:54', 'W', '91.106.40.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11907, '2025-11-18 14:40:38', 'W', '17.246.19.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11908, '2025-11-18 14:41:15', 'W', '187.103.202.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11909, '2025-11-18 14:42:22', 'W', '103.239.96.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11910, '2025-11-18 14:43:34', 'W', '167.99.145.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11911, '2025-11-18 14:45:15', 'W', '200.189.23.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11912, '2025-11-18 14:46:40', 'W', '41.211.150.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11913, '2025-11-18 14:47:28', 'W', '181.94.225.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11914, '2025-11-18 14:49:07', 'W', '190.107.22.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11915, '2025-11-18 14:49:51', 'W', '185.187.77.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11916, '2025-11-18 14:51:16', 'A', '47.128.57.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11917, '2025-11-18 14:52:55', 'W', '181.131.88.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11918, '2025-11-18 14:53:21', 'W', '181.23.226.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11919, '2025-11-18 14:56:14', 'A', '47.128.22.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11920, '2025-11-18 14:56:15', 'A', '47.128.50.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11921, '2025-11-18 14:56:23', 'W', '17.241.75.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11922, '2025-11-18 14:57:18', 'W', '66.181.160.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11923, '2025-11-18 14:57:56', 'A', '47.128.34.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11924, '2025-11-18 14:57:56', 'A', '47.128.62.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11925, '2025-11-18 14:58:43', 'A', '47.128.123.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11926, '2025-11-18 14:59:31', 'A', '47.128.21.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11927, '2025-11-18 15:01:01', 'W', '190.189.21.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11928, '2025-11-18 15:01:09', 'A', '47.128.30.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11929, '2025-11-18 15:01:09', 'A', '47.128.63.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11930, '2025-11-18 15:01:12', 'W', '51.75.119.153', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(11931, '2025-11-18 15:01:59', 'A', '47.128.123.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11932, '2025-11-18 15:02:47', 'A', '47.128.40.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11933, '2025-11-18 15:02:47', 'A', '47.128.114.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11934, '2025-11-18 15:03:36', 'A', '47.128.31.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11935, '2025-11-18 15:03:36', 'A', '47.128.52.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11936, '2025-11-18 15:04:25', 'A', '47.128.52.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11937, '2025-11-18 15:04:25', 'A', '47.128.123.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11938, '2025-11-18 15:05:14', 'A', '47.128.16.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11939, '2025-11-18 15:06:03', 'A', '47.128.46.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11940, '2025-11-18 15:06:04', 'A', '47.128.46.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11941, '2025-11-18 15:06:52', 'A', '47.128.29.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11942, '2025-11-18 15:06:52', 'A', '47.128.99.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11943, '2025-11-18 15:07:42', 'A', '47.128.31.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11944, '2025-11-18 15:07:42', 'A', '47.128.54.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11945, '2025-11-18 15:08:32', 'A', '47.128.111.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11946, '2025-11-18 15:09:14', 'W', '157.55.39.200', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(11947, '2025-11-18 15:09:17', 'W', '17.246.23.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11948, '2025-11-18 15:09:19', 'A', '47.128.35.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11949, '2025-11-18 15:10:09', 'A', '47.128.40.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11950, '2025-11-18 15:10:56', 'A', '47.128.30.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11951, '2025-11-18 15:11:39', 'A', '111.225.149.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(11952, '2025-11-18 15:11:47', 'A', '47.128.53.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11953, '2025-11-18 15:11:47', 'A', '47.128.56.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11954, '2025-11-18 15:12:36', 'A', '47.128.118.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11955, '2025-11-18 15:25:12', 'W', '20.27.94.137', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(11956, '2025-11-18 15:25:14', 'W', '20.27.94.132', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(11957, '2025-11-18 15:28:16', 'W', '17.22.237.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11958, '2025-11-18 15:28:19', 'W', '43.173.177.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11959, '2025-11-18 15:29:10', 'W', '178.155.126.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 YaBrowser/25.8.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11960, '2025-11-18 15:30:23', 'W', '17.246.23.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11961, '2025-11-18 15:32:06', 'A', '47.128.52.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11962, '2025-11-18 15:32:55', 'A', '47.128.33.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11963, '2025-11-18 15:38:10', 'W', '17.22.245.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11964, '2025-11-18 15:43:25', 'A', '47.128.56.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11965, '2025-11-18 15:43:30', 'A', '47.128.21.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11966, '2025-11-18 15:44:14', 'A', '47.128.49.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11967, '2025-11-18 15:44:19', 'A', '47.128.123.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11968, '2025-11-18 15:45:03', 'A', '47.128.25.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11969, '2025-11-18 15:51:31', 'A', '47.128.35.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11970, '2025-11-18 15:53:58', 'A', '47.128.45.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11971, '2025-11-18 15:54:46', 'A', '47.128.37.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11972, '2025-11-18 15:54:58', 'A', '47.128.46.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11973, '2025-11-18 15:55:36', 'A', '47.128.48.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11974, '2025-11-18 15:57:13', 'A', '47.128.52.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11975, '2025-11-18 15:58:59', 'A', '47.128.24.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11976, '2025-11-18 16:02:16', 'W', '17.246.15.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11977, '2025-11-18 16:09:37', 'W', '176.31.139.22', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(11978, '2025-11-18 16:15:53', 'A', '47.128.118.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11979, '2025-11-18 16:17:30', 'A', '47.128.97.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11980, '2025-11-18 16:17:36', 'A', '47.128.27.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11981, '2025-11-18 16:18:18', 'A', '47.128.96.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11982, '2025-11-18 16:19:06', 'A', '47.128.36.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11983, '2025-11-18 16:24:08', 'W', '43.173.174.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11984, '2025-11-18 16:24:16', 'W', '43.173.180.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(11985, '2025-11-18 16:24:21', 'W', '124.156.225.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(11986, '2025-11-18 16:36:09', 'W', '17.246.15.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(11987, '2025-11-18 16:38:05', 'A', '47.128.42.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11988, '2025-11-18 16:41:20', 'A', '47.128.25.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11989, '2025-11-18 16:42:07', 'A', '47.128.31.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11990, '2025-11-18 16:42:55', 'A', '47.128.35.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11991, '2025-11-18 16:43:44', 'A', '47.128.45.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11992, '2025-11-18 16:44:34', 'A', '47.128.44.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11993, '2025-11-18 16:44:36', 'A', '47.128.112.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11994, '2025-11-18 16:45:25', 'A', '47.128.16.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11995, '2025-11-18 16:46:12', 'A', '47.128.119.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11996, '2025-11-18 16:47:01', 'A', '47.128.31.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11997, '2025-11-18 16:47:50', 'A', '47.128.110.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11998, '2025-11-18 16:47:50', 'A', '47.128.117.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(11999, '2025-11-18 16:48:38', 'A', '47.128.41.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12000, '2025-11-18 16:49:28', 'A', '47.128.99.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12001, '2025-11-18 16:49:28', 'A', '47.128.112.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12002, '2025-11-18 16:50:15', 'A', '47.128.99.201', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12003, '2025-11-18 16:51:07', 'A', '47.128.61.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12004, '2025-11-18 16:51:08', 'A', '47.128.99.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12005, '2025-11-18 16:51:56', 'A', '47.128.29.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12006, '2025-11-18 16:52:44', 'A', '47.128.127.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12007, '2025-11-18 16:52:44', 'A', '47.128.117.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12008, '2025-11-18 16:53:34', 'A', '47.128.54.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12009, '2025-11-18 16:55:11', 'A', '47.128.16.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12010, '2025-11-18 16:55:16', 'W', '146.174.181.142', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; sl; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)', 'Firefox', 'Windows XP'),
(12011, '2025-11-18 16:57:39', 'A', '47.128.39.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12012, '2025-11-18 17:01:44', 'A', '47.128.126.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12013, '2025-11-18 17:03:36', 'W', '68.221.75.23', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(12014, '2025-11-18 17:06:59', 'W', '187.0.234.51', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(12015, '2025-11-18 17:07:07', 'W', '112.135.74.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(12016, '2025-11-18 17:07:28', 'W', '43.173.177.160', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12017, '2025-11-18 17:09:34', 'W', '43.175.194.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12018, '2025-11-18 17:09:46', 'W', '17.241.219.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12019, '2025-11-18 17:12:37', 'W', '43.173.174.177', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12020, '2025-11-18 17:13:12', 'W', '43.173.176.130', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12021, '2025-11-18 17:15:39', 'W', '43.168.10.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12022, '2025-11-18 17:19:52', 'A', '47.128.36.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12023, '2025-11-18 17:19:52', 'A', '47.128.28.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12024, '2025-11-18 17:20:40', 'A', '47.128.58.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12025, '2025-11-18 17:22:16', 'A', '47.128.115.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12026, '2025-11-18 17:22:18', 'W', '20.90.7.154', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(12027, '2025-11-18 17:22:18', 'A', '47.128.31.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12028, '2025-11-18 17:23:06', 'A', '47.128.57.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12029, '2025-11-18 17:23:07', 'A', '47.128.49.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12030, '2025-11-18 17:23:28', 'W', '18.142.89.160', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(12031, '2025-11-18 17:23:55', 'A', '47.128.124.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(12032, '2025-11-18 17:24:44', 'W', '196.187.157.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12033, '2025-11-18 17:24:44', 'A', '47.128.112.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12034, '2025-11-18 17:24:44', 'A', '47.128.34.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12035, '2025-11-18 17:24:50', 'W', '43.175.57.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12036, '2025-11-18 17:26:21', 'A', '47.128.115.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12037, '2025-11-18 17:26:21', 'A', '47.128.33.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12038, '2025-11-18 17:27:59', 'A', '47.128.28.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12039, '2025-11-18 17:27:59', 'A', '47.128.52.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12040, '2025-11-18 17:29:38', 'A', '47.128.114.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12041, '2025-11-18 17:38:04', 'W', '218.152.33.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'Edge', 'Windows 10'),
(12042, '2025-11-18 17:43:17', 'W', '192.81.213.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12043, '2025-11-18 17:46:01', 'A', '47.128.55.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12044, '2025-11-18 17:46:51', 'A', '47.128.35.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12045, '2025-11-18 17:47:18', 'W', '43.174.26.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12046, '2025-11-18 17:47:40', 'A', '47.128.35.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12047, '2025-11-18 17:48:28', 'A', '47.128.46.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12048, '2025-11-18 17:49:16', 'A', '47.128.23.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12049, '2025-11-18 17:50:05', 'A', '47.128.116.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12050, '2025-11-18 17:50:54', 'A', '47.128.124.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12051, '2025-11-18 17:50:54', 'A', '47.128.18.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12052, '2025-11-18 17:51:02', 'W', '43.175.53.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12053, '2025-11-18 17:51:44', 'A', '47.128.124.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12054, '2025-11-18 17:52:33', 'A', '47.128.22.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12055, '2025-11-18 17:53:10', 'W', '43.174.15.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12056, '2025-11-18 17:53:21', 'A', '47.128.120.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12057, '2025-11-18 17:54:53', 'W', '181.46.9.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12058, '2025-11-18 17:54:58', 'A', '47.128.30.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12059, '2025-11-18 17:55:48', 'A', '47.128.111.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12060, '2025-11-18 17:56:38', 'A', '47.128.21.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12061, '2025-11-18 17:58:18', 'A', '47.128.28.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12062, '2025-11-18 17:58:18', 'A', '47.128.37.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12063, '2025-11-18 17:58:58', 'W', '45.173.231.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12064, '2025-11-18 17:59:06', 'A', '47.128.127.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12065, '2025-11-18 17:59:06', 'A', '47.128.40.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12066, '2025-11-18 17:59:12', 'W', '43.173.177.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12067, '2025-11-18 17:59:55', 'A', '47.128.59.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12068, '2025-11-18 18:00:44', 'A', '47.128.29.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12069, '2025-11-18 18:01:36', 'A', '47.128.122.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12070, '2025-11-18 18:02:26', 'A', '47.128.30.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12071, '2025-11-18 18:02:48', 'W', '129.226.155.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12072, '2025-11-18 18:03:19', 'A', '47.128.114.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12073, '2025-11-18 18:04:52', 'A', '47.128.118.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12074, '2025-11-18 18:04:52', 'A', '47.128.112.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12075, '2025-11-18 18:05:41', 'A', '47.128.24.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12076, '2025-11-18 18:06:31', 'A', '47.128.42.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12077, '2025-11-18 18:06:31', 'A', '47.128.116.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12078, '2025-11-18 18:07:20', 'A', '47.128.22.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12079, '2025-11-18 18:08:02', 'W', '107.148.177.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Mac OS X'),
(12080, '2025-11-18 18:08:08', 'A', '47.128.112.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12081, '2025-11-18 18:08:08', 'A', '47.128.32.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12082, '2025-11-18 18:09:02', 'A', '47.128.47.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12083, '2025-11-18 18:09:55', 'A', '47.128.29.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12084, '2025-11-18 18:10:13', 'W', '37.236.210.171', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12085, '2025-11-18 18:10:42', 'A', '47.128.119.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12086, '2025-11-18 18:11:30', 'A', '47.128.47.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12087, '2025-11-18 18:11:30', 'A', '47.128.29.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12088, '2025-11-18 18:12:15', 'W', '43.166.169.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12089, '2025-11-18 18:13:07', 'W', '101.33.239.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12090, '2025-11-18 18:14:58', 'W', '43.173.175.168', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12091, '2025-11-18 18:15:29', 'W', '191.203.107.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X'),
(12092, '2025-11-18 18:19:44', 'A', '47.128.25.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12093, '2025-11-18 18:19:44', 'A', '47.128.47.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12094, '2025-11-18 18:22:08', 'W', '37.60.244.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(12095, '2025-11-18 18:22:12', 'A', '47.128.52.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12096, '2025-11-18 18:36:09', 'A', '47.128.34.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12097, '2025-11-18 18:36:09', 'A', '47.128.119.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12098, '2025-11-18 18:36:57', 'A', '47.128.98.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12099, '2025-11-18 18:38:35', 'A', '47.128.39.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12100, '2025-11-18 18:38:36', 'A', '47.128.122.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12101, '2025-11-18 18:39:25', 'A', '47.128.36.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12102, '2025-11-18 18:39:25', 'A', '47.128.37.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12103, '2025-11-18 18:41:51', 'A', '47.128.124.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12104, '2025-11-18 18:41:51', 'A', '47.128.114.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12105, '2025-11-18 18:43:28', 'A', '47.128.23.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12106, '2025-11-18 18:43:28', 'A', '47.128.63.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12107, '2025-11-18 18:44:18', 'A', '47.128.115.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12108, '2025-11-18 18:44:18', 'A', '47.128.39.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12109, '2025-11-18 18:45:02', 'W', '17.22.245.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12110, '2025-11-18 18:45:07', 'A', '47.128.120.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12111, '2025-11-18 18:45:07', 'A', '47.128.51.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12112, '2025-11-18 18:46:55', 'A', '47.128.55.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12113, '2025-11-18 18:46:55', 'A', '47.128.123.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12114, '2025-11-18 18:47:41', 'A', '47.128.63.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12115, '2025-11-18 18:47:42', 'A', '47.128.22.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12116, '2025-11-18 18:48:30', 'W', '207.46.13.141', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(12117, '2025-11-18 18:48:51', 'W', '46.105.46.43', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(12118, '2025-11-18 18:49:19', 'A', '47.128.53.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12119, '2025-11-18 18:49:20', 'A', '47.128.33.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12120, '2025-11-18 18:50:08', 'A', '47.128.56.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12121, '2025-11-18 18:50:08', 'A', '47.128.111.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12122, '2025-11-18 18:50:47', 'W', '13.228.137.154', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(12123, '2025-11-18 18:50:56', 'A', '47.128.36.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12124, '2025-11-18 18:50:56', 'A', '47.128.29.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12125, '2025-11-18 18:51:44', 'A', '47.128.127.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12126, '2025-11-18 18:54:14', 'A', '47.128.127.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12127, '2025-11-18 18:55:05', 'A', '47.128.28.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12128, '2025-11-18 18:55:54', 'A', '47.128.57.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12129, '2025-11-18 18:55:54', 'A', '47.128.22.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12130, '2025-11-18 18:56:28', 'W', '185.39.198.27', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 7'),
(12131, '2025-11-18 18:56:43', 'A', '47.128.116.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12132, '2025-11-18 18:56:43', 'A', '47.128.116.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12133, '2025-11-18 18:56:51', 'W', '181.233.18.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(12134, '2025-11-18 18:58:53', 'W', '177.125.126.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(12135, '2025-11-18 19:02:16', 'W', '17.241.75.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12136, '2025-11-18 19:02:34', 'W', '14.254.128.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 10'),
(12137, '2025-11-18 19:04:48', 'W', '212.104.228.195', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 7'),
(12138, '2025-11-18 19:05:50', 'W', '102.156.224.154', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12139, '2025-11-18 19:18:56', 'W', '152.232.160.55', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(12140, '2025-11-18 19:30:47', 'W', '17.246.23.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12141, '2025-11-18 19:32:03', 'W', '5.255.231.166', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12142, '2025-11-18 19:35:01', 'W', '172.213.21.150', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(12143, '2025-11-18 19:38:36', 'W', '17.246.15.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12144, '2025-11-18 19:39:17', 'W', '94.23.188.206', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(12145, '2025-11-18 19:39:24', 'W', '202.76.138.98', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2', 'Chrome', 'Linux'),
(12146, '2025-11-18 19:41:25', 'W', '212.8.248.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(12147, '2025-11-18 19:52:08', 'W', '103.35.156.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1483.27 Safari/537.36', 'Chrome', 'Windows 10'),
(12148, '2025-11-18 19:54:28', 'W', '14.173.111.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(12149, '2025-11-18 19:54:55', 'W', '103.174.27.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12150, '2025-11-18 19:54:58', 'W', '194.163.8.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(12151, '2025-11-18 19:56:13', 'A', '47.128.59.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12152, '2025-11-18 19:57:54', 'A', '47.128.47.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12153, '2025-11-18 19:58:30', 'W', '190.56.113.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(12154, '2025-11-18 19:58:41', 'A', '47.128.19.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12155, '2025-11-18 19:58:44', 'A', '47.128.24.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12156, '2025-11-18 19:59:29', 'W', '51.142.203.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(12157, '2025-11-18 19:59:29', 'A', '47.128.24.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12158, '2025-11-18 19:59:52', 'W', '165.16.183.43', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12159, '2025-11-18 20:00:19', 'A', '47.128.114.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12160, '2025-11-18 20:01:04', 'W', '45.231.237.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(12161, '2025-11-18 20:01:09', 'A', '47.128.112.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12162, '2025-11-18 20:02:46', 'A', '47.128.29.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12163, '2025-11-18 20:03:01', 'W', '186.223.86.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(12164, '2025-11-18 20:03:37', 'A', '47.128.48.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12165, '2025-11-18 20:04:23', 'A', '47.128.26.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12166, '2025-11-18 20:04:23', 'A', '47.128.41.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12167, '2025-11-18 20:05:13', 'A', '47.128.109.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12168, '2025-11-18 20:05:13', 'A', '47.128.113.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12169, '2025-11-18 20:06:02', 'A', '47.128.22.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12170, '2025-11-18 20:06:51', 'A', '47.128.29.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12171, '2025-11-18 20:08:28', 'A', '47.128.40.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12172, '2025-11-18 20:09:00', 'W', '17.246.15.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12173, '2025-11-18 20:10:08', 'A', '47.128.117.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12174, '2025-11-18 20:10:08', 'A', '47.128.34.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12175, '2025-11-18 20:10:54', 'A', '47.128.122.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12176, '2025-11-18 20:10:54', 'A', '47.128.42.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12177, '2025-11-18 20:11:52', 'W', '17.22.253.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12178, '2025-11-18 20:13:21', 'A', '47.128.32.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12179, '2025-11-18 20:14:58', 'A', '47.128.54.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12180, '2025-11-18 20:15:46', 'A', '47.128.53.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12181, '2025-11-18 20:16:34', 'A', '47.128.46.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12182, '2025-11-18 20:16:55', 'W', '43.173.175.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12183, '2025-11-18 20:17:26', 'A', '47.128.126.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12184, '2025-11-18 20:18:15', 'A', '47.128.53.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12185, '2025-11-18 20:18:15', 'A', '47.128.124.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12186, '2025-11-18 20:19:04', 'A', '47.128.55.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12187, '2025-11-18 20:19:40', 'W', '17.246.15.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12188, '2025-11-18 20:19:52', 'A', '47.128.60.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12189, '2025-11-18 20:20:42', 'A', '47.128.47.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12190, '2025-11-18 20:20:59', 'W', '17.22.245.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12191, '2025-11-18 20:21:29', 'A', '47.128.17.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12192, '2025-11-18 20:22:18', 'A', '47.128.32.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12193, '2025-11-18 20:22:18', 'A', '47.128.49.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12194, '2025-11-18 20:23:06', 'A', '47.128.58.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12195, '2025-11-18 20:23:55', 'A', '47.128.115.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12196, '2025-11-18 20:23:55', 'A', '47.128.20.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12197, '2025-11-18 20:24:36', 'W', '17.22.237.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12198, '2025-11-18 20:25:26', 'W', '17.241.227.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12199, '2025-11-18 20:25:32', 'A', '47.128.49.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12200, '2025-11-18 20:25:41', 'W', '17.241.219.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12201, '2025-11-18 20:26:20', 'A', '47.128.43.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12202, '2025-11-18 20:26:20', 'A', '47.128.42.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12203, '2025-11-18 20:27:09', 'A', '47.128.21.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12204, '2025-11-18 20:27:13', 'W', '66.249.82.134', 'Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)', 'Firefox', 'Windows XP'),
(12205, '2025-11-18 20:28:46', 'A', '47.128.48.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12206, '2025-11-18 20:28:46', 'A', '47.128.54.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12207, '2025-11-18 20:30:23', 'A', '47.128.113.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12208, '2025-11-18 20:31:12', 'A', '47.128.35.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12209, '2025-11-18 20:31:13', 'A', '47.128.114.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12210, '2025-11-18 20:32:51', 'A', '47.128.99.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12211, '2025-11-18 20:33:38', 'A', '47.128.98.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12212, '2025-11-18 20:33:38', 'A', '47.128.114.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12213, '2025-11-18 20:34:26', 'A', '47.128.119.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12214, '2025-11-18 20:35:15', 'A', '47.128.111.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12215, '2025-11-18 20:35:15', 'A', '47.128.20.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12216, '2025-11-18 20:37:22', 'W', '17.22.253.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12217, '2025-11-18 20:37:41', 'A', '47.128.44.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12218, '2025-11-18 20:41:42', 'A', '47.128.97.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12219, '2025-11-18 20:44:34', 'W', '17.22.237.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12220, '2025-11-18 20:49:15', 'A', '111.225.148.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12221, '2025-11-18 20:51:43', 'W', '167.249.242.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(12222, '2025-11-18 20:52:13', 'W', '17.22.245.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12223, '2025-11-18 20:52:17', 'W', '156.207.157.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(12224, '2025-11-18 20:52:22', 'W', '45.238.239.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(12225, '2025-11-18 20:52:47', 'W', '102.129.81.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(12226, '2025-11-18 20:52:49', 'W', '103.173.172.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(12227, '2025-11-18 20:52:52', 'W', '177.22.174.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.48 Safari/537.36', 'Chrome', 'Windows 10'),
(12228, '2025-11-18 20:53:03', 'W', '181.163.46.119', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12229, '2025-11-18 20:54:01', 'W', '14.191.241.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(12230, '2025-11-18 20:56:48', 'W', '102.90.115.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(12231, '2025-11-18 20:57:20', 'W', '190.100.237.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(12232, '2025-11-18 20:57:34', 'W', '201.49.228.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(12233, '2025-11-18 21:00:02', 'W', '17.241.219.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12234, '2025-11-18 21:10:41', 'W', '87.250.224.8', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12235, '2025-11-18 21:12:48', 'A', '47.128.117.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12236, '2025-11-18 21:13:56', 'A', '47.128.26.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12237, '2025-11-18 21:15:05', 'A', '47.128.46.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12238, '2025-11-18 21:16:09', 'W', '213.180.203.142', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12239, '2025-11-18 21:16:13', 'A', '47.128.42.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12240, '2025-11-18 21:17:18', 'A', '47.128.63.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12241, '2025-11-18 21:18:24', 'A', '47.128.30.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12242, '2025-11-18 21:18:24', 'A', '47.128.19.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12243, '2025-11-18 21:20:37', 'A', '47.128.46.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12244, '2025-11-18 21:21:42', 'A', '47.128.110.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12245, '2025-11-18 21:22:49', 'A', '47.128.57.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12246, '2025-11-18 21:23:55', 'A', '47.128.121.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12247, '2025-11-18 21:25:03', 'A', '47.128.112.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12248, '2025-11-18 21:25:03', 'A', '47.128.27.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12249, '2025-11-18 21:27:28', 'A', '111.225.149.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12250, '2025-11-18 21:28:17', 'A', '47.128.124.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12251, '2025-11-18 21:33:52', 'A', '47.128.41.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12252, '2025-11-18 21:35:00', 'A', '47.128.32.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12253, '2025-11-18 21:35:58', 'W', '74.7.229.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(12254, '2025-11-18 21:37:15', 'A', '47.128.32.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12255, '2025-11-18 21:38:19', 'A', '47.128.115.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12256, '2025-11-18 21:39:26', 'A', '47.128.63.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12257, '2025-11-18 21:41:39', 'A', '47.128.55.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12258, '2025-11-18 21:41:39', 'A', '47.128.96.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12259, '2025-11-18 21:42:44', 'A', '47.128.111.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12260, '2025-11-18 21:42:45', 'A', '47.128.59.105', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12261, '2025-11-18 21:43:50', 'A', '47.128.118.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12262, '2025-11-18 21:43:51', 'W', '17.246.15.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12263, '2025-11-18 21:47:09', 'A', '47.128.53.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12264, '2025-11-18 21:47:09', 'A', '47.128.55.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12265, '2025-11-18 21:47:51', 'A', '47.128.126.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12266, '2025-11-18 21:48:23', 'W', '107.220.96.212', 'Opera/8.18.(X11; Linux i686; km-KH) Presto/2.9.174 Version/11.00', 'Opera', 'Linux'),
(12267, '2025-11-18 21:49:01', 'A', '47.128.21.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12268, '2025-11-18 21:49:31', 'A', '111.225.148.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12269, '2025-11-18 21:50:09', 'A', '47.128.19.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12270, '2025-11-18 21:50:09', 'A', '47.128.61.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12271, '2025-11-18 21:51:14', 'A', '47.128.20.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12272, '2025-11-18 21:51:14', 'A', '47.128.40.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12273, '2025-11-18 21:52:10', 'W', '179.67.22.209', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.4000.0 Iron Safari/537.36', 'Chrome', 'Windows 7'),
(12274, '2025-11-18 21:52:19', 'A', '47.128.44.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12275, '2025-11-18 21:52:33', 'W', '14.161.3.53', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4085.4 Safari/537.36', 'Chrome', 'Windows 10'),
(12276, '2025-11-18 21:52:34', 'W', '170.79.62.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(12277, '2025-11-18 21:53:26', 'A', '47.128.112.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12278, '2025-11-18 21:54:32', 'A', '47.128.60.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12279, '2025-11-18 21:54:32', 'A', '47.128.47.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12280, '2025-11-18 21:55:10', 'W', '45.167.66.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(12281, '2025-11-18 21:56:28', 'W', '177.35.53.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Windows 7'),
(12282, '2025-11-18 21:56:43', 'A', '47.128.33.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12283, '2025-11-18 21:56:44', 'A', '47.128.114.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12284, '2025-11-18 21:57:49', 'A', '47.128.60.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12285, '2025-11-18 21:57:50', 'A', '47.128.60.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12286, '2025-11-18 21:58:56', 'A', '47.128.55.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12287, '2025-11-18 22:00:06', 'A', '47.128.18.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12288, '2025-11-18 22:01:09', 'A', '47.128.97.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12289, '2025-11-18 22:02:13', 'A', '47.128.44.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12290, '2025-11-18 22:02:13', 'A', '47.128.20.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12291, '2025-11-18 22:03:19', 'A', '47.128.110.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12292, '2025-11-18 22:04:25', 'A', '47.128.50.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12293, '2025-11-18 22:04:25', 'A', '47.128.32.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12294, '2025-11-18 22:05:31', 'A', '47.128.27.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12295, '2025-11-18 22:05:32', 'W', '17.241.219.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12296, '2025-11-18 22:06:39', 'A', '47.128.52.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12297, '2025-11-18 22:08:49', 'A', '47.128.34.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12298, '2025-11-18 22:09:54', 'A', '47.128.17.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12299, '2025-11-18 22:09:57', 'A', '47.128.59.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12300, '2025-11-18 22:11:00', 'A', '47.128.57.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12301, '2025-11-18 22:11:03', 'A', '47.128.27.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12302, '2025-11-18 22:12:05', 'A', '47.128.37.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12303, '2025-11-18 22:13:11', 'A', '47.128.50.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12304, '2025-11-18 22:14:26', 'A', '47.128.46.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12305, '2025-11-18 22:15:22', 'A', '47.128.17.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12306, '2025-11-18 22:15:25', 'A', '47.128.48.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12307, '2025-11-18 22:16:27', 'A', '47.128.124.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12308, '2025-11-18 22:16:31', 'A', '47.128.61.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12309, '2025-11-18 22:17:33', 'A', '47.128.17.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12310, '2025-11-18 22:18:02', 'A', '47.128.118.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12311, '2025-11-18 22:18:02', 'A', '47.128.115.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12312, '2025-11-18 22:18:51', 'W', '195.178.110.157', '', 'Unknown Browser', 'Unknown OS Platform'),
(12313, '2025-11-18 22:18:51', 'A', '47.128.19.83', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12314, '2025-11-18 22:18:51', 'A', '47.128.33.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12315, '2025-11-18 22:19:40', 'A', '47.128.19.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12316, '2025-11-18 22:19:40', 'A', '47.128.98.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12317, '2025-11-18 22:22:09', 'A', '47.128.48.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12318, '2025-11-18 22:22:31', 'W', '91.242.248.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(12319, '2025-11-18 22:22:56', 'A', '47.128.56.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12320, '2025-11-18 22:22:56', 'A', '47.128.41.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12321, '2025-11-18 22:24:33', 'A', '47.128.114.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12322, '2025-11-18 22:24:33', 'A', '47.128.57.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12323, '2025-11-18 22:25:13', 'W', '38.18.1.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36', 'Chrome', 'Windows 10'),
(12324, '2025-11-18 22:25:23', 'A', '47.128.53.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12325, '2025-11-18 22:25:39', 'W', '43.173.179.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12326, '2025-11-18 22:26:10', 'A', '47.128.17.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12327, '2025-11-18 22:27:47', 'A', '47.128.51.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12328, '2025-11-18 22:27:47', 'A', '47.128.45.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12329, '2025-11-18 22:27:49', 'W', '17.246.15.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12330, '2025-11-18 22:28:36', 'A', '47.128.21.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12331, '2025-11-18 22:28:36', 'A', '47.128.17.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12332, '2025-11-18 22:29:24', 'A', '47.128.115.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12333, '2025-11-18 22:29:24', 'A', '47.128.121.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12334, '2025-11-18 22:30:15', 'A', '47.128.120.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12335, '2025-11-18 22:30:15', 'A', '47.128.125.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12336, '2025-11-18 22:31:04', 'A', '47.128.125.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12337, '2025-11-18 22:34:02', 'W', '87.250.224.108', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12338, '2025-11-18 22:35:08', 'A', '47.128.114.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12339, '2025-11-18 22:44:57', 'W', '17.241.219.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12340, '2025-11-18 22:46:32', 'A', '47.128.32.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12341, '2025-11-18 22:51:37', 'W', '179.93.225.97', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(12342, '2025-11-18 22:52:51', 'W', '113.168.62.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(12343, '2025-11-18 22:53:27', 'W', '187.249.114.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(12344, '2025-11-18 22:53:29', 'W', '177.185.68.193', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36', 'Chrome', 'Windows 7'),
(12345, '2025-11-18 22:53:32', 'W', '14.173.245.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(12346, '2025-11-18 22:54:01', 'W', '197.54.37.236', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(12347, '2025-11-18 22:54:02', 'W', '177.54.191.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(12348, '2025-11-18 22:55:14', 'W', '14.170.1.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(12349, '2025-11-18 22:57:22', 'W', '17.246.19.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12350, '2025-11-18 23:01:48', 'W', '17.22.245.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12351, '2025-11-18 23:03:03', 'W', '17.241.75.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12352, '2025-11-18 23:15:14', 'A', '47.128.51.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12353, '2025-11-18 23:16:01', 'A', '47.128.122.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12354, '2025-11-18 23:16:50', 'A', '47.128.17.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12355, '2025-11-18 23:16:50', 'A', '47.128.44.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12356, '2025-11-18 23:17:40', 'A', '47.128.33.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12357, '2025-11-18 23:17:40', 'A', '47.128.113.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12358, '2025-11-18 23:18:31', 'A', '47.128.45.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12359, '2025-11-18 23:19:19', 'A', '47.128.33.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12360, '2025-11-18 23:19:19', 'A', '47.128.42.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12361, '2025-11-18 23:19:33', 'W', '43.173.181.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12362, '2025-11-18 23:21:47', 'A', '47.128.34.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12363, '2025-11-18 23:23:04', 'W', '17.241.227.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12364, '2025-11-18 23:24:13', 'A', '47.128.48.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12365, '2025-11-18 23:27:27', 'A', '47.128.123.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12366, '2025-11-18 23:28:16', 'A', '47.128.18.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12367, '2025-11-18 23:29:07', 'A', '47.128.54.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12368, '2025-11-18 23:29:07', 'A', '47.128.30.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12369, '2025-11-18 23:29:56', 'A', '47.128.42.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12370, '2025-11-18 23:30:45', 'A', '47.128.116.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12371, '2025-11-18 23:30:45', 'A', '47.128.109.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12372, '2025-11-18 23:30:59', 'W', '146.174.182.4', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10', 'Chrome', 'Linux'),
(12373, '2025-11-18 23:32:19', 'W', '17.22.245.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12374, '2025-11-18 23:32:22', 'A', '47.128.28.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12375, '2025-11-18 23:33:12', 'A', '47.128.122.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12376, '2025-11-18 23:33:59', 'A', '47.128.20.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12377, '2025-11-18 23:33:59', 'A', '47.128.46.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12378, '2025-11-18 23:34:48', 'A', '47.128.99.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12379, '2025-11-18 23:35:40', 'A', '47.128.42.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12380, '2025-11-18 23:35:40', 'A', '47.128.19.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12381, '2025-11-18 23:38:08', 'A', '47.128.119.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12382, '2025-11-18 23:38:08', 'A', '47.128.56.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12383, '2025-11-18 23:38:57', 'A', '47.128.55.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12384, '2025-11-18 23:40:35', 'A', '47.128.41.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12385, '2025-11-18 23:41:24', 'A', '47.128.30.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12386, '2025-11-18 23:42:13', 'A', '47.128.22.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12387, '2025-11-18 23:43:03', 'A', '47.128.62.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12388, '2025-11-18 23:43:49', 'A', '47.128.38.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12389, '2025-11-18 23:44:39', 'A', '47.128.115.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12390, '2025-11-18 23:44:40', 'A', '47.128.44.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12391, '2025-11-18 23:45:26', 'A', '47.128.118.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12392, '2025-11-18 23:47:03', 'A', '47.128.44.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12393, '2025-11-18 23:47:06', 'A', '47.128.53.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12394, '2025-11-18 23:47:56', 'A', '47.128.18.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12395, '2025-11-18 23:48:44', 'A', '47.128.33.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12396, '2025-11-18 23:49:30', 'A', '47.128.117.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12397, '2025-11-18 23:49:33', 'A', '47.128.28.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12398, '2025-11-18 23:50:21', 'A', '47.128.119.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12399, '2025-11-18 23:51:19', 'W', '189.149.49.185', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12400, '2025-11-18 23:52:01', 'A', '47.128.27.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12401, '2025-11-18 23:52:01', 'A', '47.128.114.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12402, '2025-11-18 23:52:52', 'A', '47.128.50.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12403, '2025-11-18 23:53:36', 'W', '197.240.26.6', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 7'),
(12404, '2025-11-18 23:53:40', 'A', '47.128.49.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12405, '2025-11-18 23:53:40', 'A', '47.128.32.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12406, '2025-11-18 23:54:17', 'W', '38.25.249.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.70 Safari/537.36', 'Chrome', 'Mac OS X'),
(12407, '2025-11-18 23:54:31', 'A', '47.128.20.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12408, '2025-11-18 23:54:31', 'A', '47.128.49.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12409, '2025-11-18 23:55:19', 'A', '47.128.19.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12410, '2025-11-18 23:55:19', 'A', '47.128.19.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12411, '2025-11-18 23:56:09', 'A', '47.128.19.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12412, '2025-11-18 23:57:17', 'W', '123.20.236.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(12413, '2025-11-18 23:57:49', 'A', '47.128.57.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12414, '2025-11-19 00:00:14', 'A', '47.128.30.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12415, '2025-11-19 00:01:03', 'A', '47.128.98.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12416, '2025-11-19 00:01:56', 'A', '111.225.148.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12417, '2025-11-19 00:10:29', 'W', '149.5.133.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36', 'Chrome', 'Windows 10'),
(12418, '2025-11-19 00:11:40', 'W', '218.152.33.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(12419, '2025-11-19 00:25:57', 'W', '213.180.203.31', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12420, '2025-11-19 00:32:55', 'A', '47.128.43.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12421, '2025-11-19 00:32:55', 'A', '47.128.111.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12422, '2025-11-19 00:41:04', 'A', '47.128.43.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12423, '2025-11-19 00:41:48', 'W', '17.241.75.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12424, '2025-11-19 00:41:53', 'A', '47.128.21.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12425, '2025-11-19 00:42:41', 'A', '47.128.96.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12426, '2025-11-19 00:43:30', 'A', '47.128.34.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12427, '2025-11-19 00:44:20', 'A', '47.128.25.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12428, '2025-11-19 00:44:20', 'A', '47.128.51.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12429, '2025-11-19 00:45:11', 'A', '47.128.46.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12430, '2025-11-19 00:46:03', 'A', '47.128.123.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12431, '2025-11-19 00:47:47', 'A', '47.128.123.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12432, '2025-11-19 00:48:36', 'A', '47.128.110.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12433, '2025-11-19 00:48:36', 'A', '47.128.61.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12434, '2025-11-19 00:51:05', 'A', '47.128.36.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12435, '2025-11-19 00:51:05', 'A', '47.128.23.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12436, '2025-11-19 00:51:26', 'W', '14.183.184.218', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Windows 7'),
(12437, '2025-11-19 00:52:42', 'A', '47.128.53.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12438, '2025-11-19 00:53:04', 'W', '123.20.146.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(12439, '2025-11-19 00:53:34', 'A', '47.128.35.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12440, '2025-11-19 00:53:34', 'A', '47.128.56.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12441, '2025-11-19 00:54:24', 'A', '47.128.48.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12442, '2025-11-19 00:55:12', 'A', '47.128.26.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12443, '2025-11-19 00:55:12', 'A', '47.128.24.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12444, '2025-11-19 00:55:38', 'W', '190.27.148.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(12445, '2025-11-19 00:55:41', 'W', '168.228.23.230', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(12446, '2025-11-19 00:55:43', 'I', '113.172.199.51', 'Mozilla/5.0 (iPad; CPU iPad OS 5_1_1 like Mac OS X) AppleWebKit/535.1 (KHTML, like Gecko) CriOS/38.0.885.0 Mobile/13J365 Safari/535.1', 'Handheld Browser', 'iPad'),
(12447, '2025-11-19 00:56:00', 'W', '197.146.136.157', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(12448, '2025-11-19 00:56:02', 'A', '47.128.111.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12449, '2025-11-19 00:56:02', 'A', '47.128.17.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12450, '2025-11-19 00:56:49', 'A', '47.128.52.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12451, '2025-11-19 00:57:19', 'W', '191.54.166.164', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36', 'Chrome', 'Windows 10'),
(12452, '2025-11-19 00:57:41', 'A', '47.128.38.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12453, '2025-11-19 00:58:02', 'W', '17.22.253.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12454, '2025-11-19 00:58:30', 'A', '47.128.111.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12455, '2025-11-19 01:00:35', 'W', '216.73.216.2', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(12456, '2025-11-19 01:00:59', 'A', '47.128.58.112', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12457, '2025-11-19 01:01:47', 'A', '47.128.23.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12458, '2025-11-19 01:02:36', 'A', '47.128.48.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12459, '2025-11-19 01:03:24', 'A', '47.128.34.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12460, '2025-11-19 01:05:03', 'A', '47.128.50.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12461, '2025-11-19 01:05:52', 'A', '47.128.120.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12462, '2025-11-19 01:07:31', 'A', '47.128.29.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12463, '2025-11-19 01:08:19', 'A', '47.128.113.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12464, '2025-11-19 01:08:19', 'A', '47.128.119.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12465, '2025-11-19 01:09:57', 'A', '47.128.21.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12466, '2025-11-19 01:09:57', 'A', '47.128.35.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12467, '2025-11-19 01:10:50', 'A', '47.128.116.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12468, '2025-11-19 01:11:35', 'A', '47.128.16.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12469, '2025-11-19 01:11:35', 'A', '47.128.120.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12470, '2025-11-19 01:12:25', 'A', '47.128.109.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12471, '2025-11-19 01:12:25', 'A', '47.128.59.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(12472, '2025-11-19 01:14:02', 'A', '47.128.18.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12473, '2025-11-19 01:14:53', 'A', '47.128.32.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12474, '2025-11-19 01:14:53', 'A', '47.128.111.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12475, '2025-11-19 01:14:55', 'W', '95.108.213.228', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12476, '2025-11-19 01:15:41', 'A', '47.128.54.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12477, '2025-11-19 01:15:52', 'W', '17.246.19.122', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12478, '2025-11-19 01:16:32', 'A', '47.128.62.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12479, '2025-11-19 01:16:32', 'A', '47.128.120.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12480, '2025-11-19 01:17:20', 'A', '47.128.24.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12481, '2025-11-19 01:17:20', 'A', '47.128.37.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12482, '2025-11-19 01:18:10', 'A', '47.128.60.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12483, '2025-11-19 01:18:59', 'A', '47.128.124.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12484, '2025-11-19 01:19:47', 'A', '47.128.40.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12485, '2025-11-19 01:20:36', 'A', '47.128.120.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12486, '2025-11-19 01:20:36', 'W', '172.178.140.153', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(12487, '2025-11-19 01:22:13', 'A', '47.128.50.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12488, '2025-11-19 01:22:13', 'A', '47.128.47.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12489, '2025-11-19 01:23:03', 'A', '47.128.46.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12490, '2025-11-19 01:23:03', 'A', '47.128.30.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12491, '2025-11-19 01:23:52', 'A', '47.128.23.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12492, '2025-11-19 01:24:44', 'A', '47.128.63.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12493, '2025-11-19 01:25:30', 'A', '47.128.22.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12494, '2025-11-19 01:26:19', 'A', '47.128.32.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12495, '2025-11-19 01:26:21', 'A', '47.128.42.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12496, '2025-11-19 01:27:11', 'A', '47.128.59.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12497, '2025-11-19 01:27:57', 'A', '47.128.36.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12498, '2025-11-19 01:27:58', 'A', '47.128.97.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12499, '2025-11-19 01:28:48', 'A', '47.128.21.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12500, '2025-11-19 01:29:38', 'A', '47.128.51.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12501, '2025-11-19 01:30:22', 'A', '47.128.125.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12502, '2025-11-19 01:32:05', 'A', '47.128.42.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12503, '2025-11-19 01:32:55', 'A', '47.128.114.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12504, '2025-11-19 01:33:38', 'A', '47.128.46.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12505, '2025-11-19 01:34:28', 'A', '47.128.37.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12506, '2025-11-19 01:34:33', 'A', '47.128.114.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12507, '2025-11-19 01:35:21', 'A', '47.128.110.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12508, '2025-11-19 01:36:05', 'A', '47.128.50.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12509, '2025-11-19 01:36:11', 'A', '47.128.39.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12510, '2025-11-19 01:36:53', 'A', '47.128.29.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12511, '2025-11-19 01:37:42', 'A', '47.128.46.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12512, '2025-11-19 01:38:31', 'A', '47.128.119.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12513, '2025-11-19 01:38:37', 'A', '47.128.125.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12514, '2025-11-19 01:39:20', 'A', '47.128.116.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12515, '2025-11-19 01:39:26', 'A', '47.128.47.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12516, '2025-11-19 01:40:09', 'A', '47.128.115.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12517, '2025-11-19 01:40:17', 'A', '47.128.114.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12518, '2025-11-19 01:41:06', 'A', '47.128.50.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12519, '2025-11-19 01:41:46', 'A', '47.128.33.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12520, '2025-11-19 01:42:36', 'A', '47.128.124.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12521, '2025-11-19 01:42:42', 'A', '47.128.52.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12522, '2025-11-19 01:43:25', 'A', '47.128.54.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12523, '2025-11-19 01:44:13', 'A', '47.128.48.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12524, '2025-11-19 01:44:22', 'A', '47.128.44.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12525, '2025-11-19 01:45:04', 'A', '47.128.31.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12526, '2025-11-19 01:46:00', 'A', '47.128.125.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12527, '2025-11-19 01:47:49', 'W', '95.108.213.173', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12528, '2025-11-19 01:51:50', 'W', '186.102.170.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(12529, '2025-11-19 01:52:15', 'W', '189.217.93.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(12530, '2025-11-19 01:52:16', 'W', '113.191.154.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(12531, '2025-11-19 01:54:06', 'W', '176.202.59.184', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12532, '2025-11-19 01:56:22', 'W', '105.112.139.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Windows 10'),
(12533, '2025-11-19 01:57:37', 'W', '14.244.109.151', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'Chrome', 'Windows 7'),
(12534, '2025-11-19 02:00:49', 'W', '17.241.227.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12535, '2025-11-19 02:06:33', 'A', '47.128.35.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12536, '2025-11-19 02:07:52', 'W', '94.23.188.223', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(12537, '2025-11-19 02:09:05', 'A', '47.128.31.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12538, '2025-11-19 02:09:51', 'A', '47.128.121.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12539, '2025-11-19 02:10:43', 'A', '47.128.115.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12540, '2025-11-19 02:12:19', 'A', '47.128.113.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12541, '2025-11-19 02:13:06', 'A', '47.128.34.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12542, '2025-11-19 02:13:57', 'A', '47.128.116.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12543, '2025-11-19 02:14:43', 'A', '47.128.46.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12544, '2025-11-19 02:14:46', 'A', '47.128.32.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12545, '2025-11-19 02:16:24', 'A', '47.128.98.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12546, '2025-11-19 02:17:08', 'A', '47.128.117.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12547, '2025-11-19 02:17:14', 'A', '47.128.57.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12548, '2025-11-19 02:17:57', 'A', '47.128.43.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12549, '2025-11-19 02:18:04', 'A', '47.128.45.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12550, '2025-11-19 02:18:53', 'A', '47.128.43.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12551, '2025-11-19 02:20:28', 'W', '60.23.26.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12552, '2025-11-19 02:21:27', 'A', '47.128.22.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12553, '2025-11-19 02:22:17', 'A', '47.128.126.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12554, '2025-11-19 02:23:06', 'A', '47.128.126.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12555, '2025-11-19 02:23:06', 'A', '47.128.46.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12556, '2025-11-19 02:23:54', 'A', '47.128.21.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12557, '2025-11-19 02:24:44', 'A', '47.128.17.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12558, '2025-11-19 02:25:22', 'W', '43.173.181.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12559, '2025-11-19 02:25:30', 'A', '47.128.20.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12560, '2025-11-19 02:26:19', 'A', '47.128.62.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12561, '2025-11-19 02:27:07', 'A', '47.128.27.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12562, '2025-11-19 02:27:07', 'A', '47.128.53.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12563, '2025-11-19 02:27:56', 'A', '47.128.23.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12564, '2025-11-19 02:27:56', 'A', '47.128.97.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12565, '2025-11-19 02:29:15', 'W', '17.246.19.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12566, '2025-11-19 02:30:21', 'A', '47.128.97.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12567, '2025-11-19 02:31:10', 'A', '47.128.60.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12568, '2025-11-19 02:31:10', 'A', '47.128.54.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12569, '2025-11-19 02:32:37', 'W', '91.137.27.140', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(12570, '2025-11-19 02:32:51', 'A', '47.128.122.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12571, '2025-11-19 02:33:31', 'W', '17.22.237.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12572, '2025-11-19 02:33:40', 'A', '47.128.110.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12573, '2025-11-19 02:33:40', 'A', '47.128.39.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12574, '2025-11-19 02:34:28', 'A', '47.128.57.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12575, '2025-11-19 02:34:28', 'A', '47.128.34.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12576, '2025-11-19 02:35:16', 'A', '47.128.33.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12577, '2025-11-19 02:36:02', 'W', '43.173.178.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12578, '2025-11-19 02:36:05', 'A', '47.128.49.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12579, '2025-11-19 02:36:05', 'A', '47.128.99.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12580, '2025-11-19 02:36:53', 'A', '47.128.29.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12581, '2025-11-19 02:38:24', 'W', '17.241.219.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12582, '2025-11-19 02:39:19', 'A', '47.128.32.21', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12583, '2025-11-19 02:42:35', 'A', '47.128.50.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12584, '2025-11-19 02:43:23', 'A', '47.128.97.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12585, '2025-11-19 02:44:11', 'A', '47.128.59.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12586, '2025-11-19 02:46:36', 'A', '47.128.124.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12587, '2025-11-19 02:47:25', 'A', '47.128.126.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12588, '2025-11-19 02:48:37', 'W', '45.148.10.143', '', 'Unknown Browser', 'Unknown OS Platform'),
(12589, '2025-11-19 02:53:52', 'A', '47.128.57.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12590, '2025-11-19 02:53:52', 'A', '47.128.118.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12591, '2025-11-19 02:55:56', 'W', '138.186.106.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(12592, '2025-11-19 02:56:16', 'W', '201.8.67.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(12593, '2025-11-19 02:57:07', 'A', '47.128.27.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12594, '2025-11-19 02:57:07', 'A', '47.128.27.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12595, '2025-11-19 02:57:57', 'A', '47.128.35.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12596, '2025-11-19 02:58:45', 'A', '47.128.57.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12597, '2025-11-19 03:01:11', 'A', '47.128.60.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12598, '2025-11-19 03:07:44', 'A', '47.128.113.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12599, '2025-11-19 03:10:10', 'A', '47.128.119.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12600, '2025-11-19 03:10:10', 'A', '47.128.46.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12601, '2025-11-19 03:11:00', 'A', '47.128.32.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12602, '2025-11-19 03:11:00', 'A', '47.128.38.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12603, '2025-11-19 03:11:49', 'A', '47.128.49.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12604, '2025-11-19 03:12:37', 'A', '47.128.116.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12605, '2025-11-19 03:14:15', 'A', '47.128.27.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12606, '2025-11-19 03:15:05', 'A', '47.128.42.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12607, '2025-11-19 03:15:54', 'A', '47.128.110.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12608, '2025-11-19 03:16:42', 'A', '47.128.41.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12609, '2025-11-19 03:17:31', 'A', '47.128.51.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12610, '2025-11-19 03:18:06', 'W', '17.241.219.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12611, '2025-11-19 03:18:20', 'A', '47.128.124.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12612, '2025-11-19 03:18:21', 'A', '47.128.25.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12613, '2025-11-19 03:19:09', 'A', '47.128.124.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12614, '2025-11-19 03:19:58', 'A', '47.128.114.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12615, '2025-11-19 03:20:46', 'A', '47.128.52.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12616, '2025-11-19 03:20:57', 'W', '43.173.181.218', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12617, '2025-11-19 03:21:33', 'A', '47.128.23.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12618, '2025-11-19 03:21:35', 'A', '47.128.116.184', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12619, '2025-11-19 03:22:23', 'A', '47.128.23.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12620, '2025-11-19 03:26:51', 'A', '47.128.16.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12621, '2025-11-19 03:26:51', 'W', '17.22.245.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12622, '2025-11-19 03:26:51', 'A', '47.128.30.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12623, '2025-11-19 03:26:51', 'A', '47.128.27.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12624, '2025-11-19 03:26:52', 'A', '47.128.49.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12625, '2025-11-19 03:26:52', 'A', '47.128.21.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12626, '2025-11-19 03:27:15', 'A', '47.128.114.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12627, '2025-11-19 03:27:15', 'A', '47.128.121.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12628, '2025-11-19 03:28:04', 'A', '47.128.49.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12629, '2025-11-19 03:28:04', 'A', '47.128.52.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12630, '2025-11-19 03:28:32', 'W', '51.142.203.152', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(12631, '2025-11-19 03:28:53', 'A', '47.128.23.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12632, '2025-11-19 03:29:42', 'A', '47.128.46.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12633, '2025-11-19 03:29:42', 'A', '47.128.56.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12634, '2025-11-19 03:30:32', 'A', '47.128.45.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12635, '2025-11-19 03:31:19', 'A', '47.128.36.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12636, '2025-11-19 03:32:07', 'A', '47.128.17.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12637, '2025-11-19 03:32:11', 'A', '47.128.57.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12638, '2025-11-19 03:33:46', 'A', '47.128.41.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12639, '2025-11-19 03:33:51', 'A', '47.128.97.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12640, '2025-11-19 03:34:42', 'A', '47.128.32.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12641, '2025-11-19 03:36:16', 'A', '47.128.19.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12642, '2025-11-19 03:36:21', 'A', '47.128.56.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12643, '2025-11-19 03:37:05', 'A', '47.128.40.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12644, '2025-11-19 03:37:57', 'A', '47.128.17.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12645, '2025-11-19 03:38:00', 'A', '111.225.148.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12646, '2025-11-19 03:38:42', 'A', '47.128.125.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12647, '2025-11-19 03:38:47', 'A', '47.128.18.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12648, '2025-11-19 03:39:36', 'A', '47.128.123.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12649, '2025-11-19 03:40:18', 'A', '47.128.21.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12650, '2025-11-19 03:40:24', 'A', '47.128.123.186', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12651, '2025-11-19 03:41:13', 'A', '47.128.47.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12652, '2025-11-19 03:42:02', 'A', '47.128.22.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12653, '2025-11-19 03:42:43', 'A', '47.128.53.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12654, '2025-11-19 03:43:31', 'A', '47.128.55.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12655, '2025-11-19 03:44:28', 'A', '47.128.39.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12656, '2025-11-19 03:45:09', 'A', '47.128.99.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12657, '2025-11-19 03:45:58', 'A', '47.128.43.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12658, '2025-11-19 03:46:04', 'A', '47.128.114.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12659, '2025-11-19 03:46:09', 'W', '17.22.237.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12660, '2025-11-19 03:47:35', 'A', '47.128.46.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12661, '2025-11-19 03:48:24', 'A', '47.128.97.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12662, '2025-11-19 03:48:31', 'A', '47.128.34.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12663, '2025-11-19 03:49:12', 'A', '47.128.114.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12664, '2025-11-19 03:49:19', 'A', '47.128.36.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12665, '2025-11-19 03:49:19', 'W', '17.22.245.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12666, '2025-11-19 03:50:57', 'A', '47.128.57.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12667, '2025-11-19 03:52:14', 'W', '177.246.46.9', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12668, '2025-11-19 03:52:36', 'A', '47.128.43.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12669, '2025-11-19 03:52:40', 'W', '17.246.19.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12670, '2025-11-19 03:53:01', 'W', '45.191.248.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(12671, '2025-11-19 03:53:28', 'W', '154.80.15.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(12672, '2025-11-19 03:53:37', 'W', '17.22.253.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12673, '2025-11-19 03:54:15', 'W', '170.254.31.84', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(12674, '2025-11-19 03:54:48', 'W', '103.170.175.36', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12675, '2025-11-19 03:59:20', 'W', '177.245.241.95', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12676, '2025-11-19 03:59:52', 'W', '43.132.65.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12677, '2025-11-19 04:03:14', 'W', '17.241.227.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12678, '2025-11-19 04:05:28', 'W', '154.208.41.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12679, '2025-11-19 04:10:12', 'W', '37.214.3.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12680, '2025-11-19 04:10:44', 'W', '72.27.208.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12681, '2025-11-19 04:12:10', 'W', '191.82.195.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12682, '2025-11-19 04:13:07', 'W', '177.115.0.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12683, '2025-11-19 04:13:43', 'W', '206.189.230.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12684, '2025-11-19 04:13:52', 'W', '177.234.194.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12685, '2025-11-19 04:14:51', 'W', '38.7.55.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12686, '2025-11-19 04:15:51', 'W', '116.206.193.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12687, '2025-11-19 04:16:59', 'W', '187.95.17.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12688, '2025-11-19 04:18:38', 'W', '138.121.113.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12689, '2025-11-19 04:19:51', 'W', '137.184.196.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12690, '2025-11-19 04:21:43', 'W', '45.238.101.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(12691, '2025-11-19 04:22:03', 'W', '131.255.45.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12692, '2025-11-19 04:22:23', 'W', '212.237.120.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12693, '2025-11-19 04:22:46', 'W', '181.16.181.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12694, '2025-11-19 04:26:17', 'W', '65.108.78.33', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(12695, '2025-11-19 04:31:36', 'W', '5.39.109.185', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(12696, '2025-11-19 04:32:45', 'W', '17.22.237.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12697, '2025-11-19 04:34:47', 'W', '37.114.145.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12698, '2025-11-19 04:40:43', 'W', '148.224.59.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12699, '2025-11-19 04:42:09', 'A', '111.225.148.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(12700, '2025-11-19 04:43:39', 'W', '43.173.175.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12701, '2025-11-19 04:44:24', 'W', '43.173.180.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12702, '2025-11-19 04:44:54', 'W', '186.26.74.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12703, '2025-11-19 04:47:59', 'W', '186.22.18.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12704, '2025-11-19 04:48:42', 'W', '43.173.177.221', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12705, '2025-11-19 04:49:21', 'W', '149.34.218.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12706, '2025-11-19 04:50:39', 'W', '103.118.152.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12707, '2025-11-19 04:51:25', 'W', '45.226.29.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12708, '2025-11-19 04:52:25', 'W', '181.13.252.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12709, '2025-11-19 04:54:23', 'W', '196.189.123.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(12710, '2025-11-19 04:54:26', 'W', '59.153.17.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(12711, '2025-11-19 04:54:43', 'W', '152.59.165.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12712, '2025-11-19 04:55:46', 'W', '143.198.190.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12713, '2025-11-19 04:56:10', 'W', '17.241.75.97', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12714, '2025-11-19 04:56:15', 'W', '167.60.254.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(12715, '2025-11-19 04:57:14', 'W', '167.71.21.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12716, '2025-11-19 04:57:20', 'W', '189.168.204.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Windows 10'),
(12717, '2025-11-19 05:00:06', 'W', '191.59.101.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12718, '2025-11-19 05:00:57', 'W', '190.104.126.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12719, '2025-11-19 05:02:33', 'W', '187.95.231.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12720, '2025-11-19 05:05:06', 'W', '181.209.81.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12721, '2025-11-19 05:05:58', 'W', '5.255.231.126', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12722, '2025-11-19 05:06:51', 'W', '8.243.19.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12723, '2025-11-19 05:07:13', 'W', '95.108.213.210', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12724, '2025-11-19 05:07:25', 'A', '47.128.125.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12725, '2025-11-19 05:07:39', 'W', '137.184.96.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12726, '2025-11-19 05:10:34', 'A', '47.128.52.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12727, '2025-11-19 05:11:39', 'W', '37.239.32.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12728, '2025-11-19 05:12:02', 'W', '18.141.118.94', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(12729, '2025-11-19 05:12:47', 'W', '190.70.203.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12730, '2025-11-19 05:15:14', 'W', '87.250.224.35', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12731, '2025-11-19 05:17:44', 'W', '187.34.241.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12732, '2025-11-19 05:18:57', 'W', '212.252.78.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12733, '2025-11-19 05:22:00', 'W', '187.18.138.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12734, '2025-11-19 05:22:00', 'W', '190.55.57.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12735, '2025-11-19 05:22:00', 'W', '45.184.156.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12736, '2025-11-19 05:22:00', 'W', '43.173.181.67', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12737, '2025-11-19 05:22:22', 'W', '138.84.53.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12738, '2025-11-19 05:22:42', 'W', '79.177.150.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12739, '2025-11-19 05:22:52', 'A', '47.128.18.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12740, '2025-11-19 05:23:16', 'W', '190.113.161.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12741, '2025-11-19 05:23:35', 'A', '47.128.125.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12742, '2025-11-19 05:23:40', 'A', '47.128.124.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12743, '2025-11-19 05:24:24', 'W', '17.241.75.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12744, '2025-11-19 05:24:24', 'A', '47.128.53.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12745, '2025-11-19 05:24:40', 'W', '189.203.148.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12746, '2025-11-19 05:25:12', 'A', '47.128.31.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12747, '2025-11-19 05:25:30', 'W', '102.210.42.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12748, '2025-11-19 05:26:05', 'A', '47.128.31.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12749, '2025-11-19 05:26:35', 'W', '177.4.80.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12750, '2025-11-19 05:27:41', 'A', '47.128.18.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12751, '2025-11-19 05:27:43', 'A', '47.128.63.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12752, '2025-11-19 05:28:03', 'W', '190.114.38.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12753, '2025-11-19 05:28:27', 'A', '47.128.50.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12754, '2025-11-19 05:29:14', 'A', '47.128.45.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12755, '2025-11-19 05:29:21', 'A', '47.128.45.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12756, '2025-11-19 05:30:04', 'A', '47.128.44.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12757, '2025-11-19 05:30:36', 'W', '45.224.21.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12758, '2025-11-19 05:31:09', 'A', '47.128.22.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12759, '2025-11-19 05:31:57', 'A', '47.128.30.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12760, '2025-11-19 05:33:44', 'W', '38.51.206.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12761, '2025-11-19 05:34:08', 'W', '37.237.138.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12762, '2025-11-19 05:34:23', 'A', '47.128.45.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12763, '2025-11-19 05:35:20', 'W', '17.241.75.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12764, '2025-11-19 05:39:00', 'A', '47.128.57.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12765, '2025-11-19 05:39:50', 'A', '47.128.125.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12766, '2025-11-19 05:40:00', 'W', '17.22.253.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12767, '2025-11-19 05:40:04', 'A', '47.128.26.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12768, '2025-11-19 05:40:53', 'A', '47.128.55.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12769, '2025-11-19 05:41:24', 'W', '154.62.123.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12770, '2025-11-19 05:41:29', 'A', '47.128.24.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12771, '2025-11-19 05:41:41', 'A', '47.128.60.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12772, '2025-11-19 05:42:18', 'A', '47.128.114.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12773, '2025-11-19 05:42:21', 'W', '17.22.245.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12774, '2025-11-19 05:42:27', 'W', '179.116.126.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12775, '2025-11-19 05:43:35', 'W', '46.248.200.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12776, '2025-11-19 05:43:56', 'A', '47.128.96.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12777, '2025-11-19 05:44:07', 'A', '47.128.97.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12778, '2025-11-19 05:44:16', 'W', '190.122.181.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12779, '2025-11-19 05:44:44', 'A', '47.128.51.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12780, '2025-11-19 05:44:56', 'A', '47.128.42.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12781, '2025-11-19 05:46:01', 'W', '17.246.15.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12782, '2025-11-19 05:46:21', 'A', '47.128.123.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12783, '2025-11-19 05:46:22', 'W', '200.222.160.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12784, '2025-11-19 05:48:00', 'A', '47.128.29.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12785, '2025-11-19 05:48:09', 'A', '47.128.50.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12786, '2025-11-19 05:48:49', 'A', '47.128.41.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12787, '2025-11-19 05:49:37', 'A', '47.128.51.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12788, '2025-11-19 05:49:46', 'A', '47.128.110.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12789, '2025-11-19 05:49:53', 'W', '190.172.55.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12790, '2025-11-19 05:50:15', 'W', '200.110.173.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12791, '2025-11-19 05:51:04', 'W', '196.61.52.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12792, '2025-11-19 05:51:26', 'A', '47.128.22.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12793, '2025-11-19 05:51:49', 'W', '14.182.37.168', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Windows 7'),
(12794, '2025-11-19 05:52:15', 'W', '186.109.240.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12795, '2025-11-19 05:52:52', 'A', '47.128.50.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12796, '2025-11-19 05:53:39', 'A', '47.128.127.175', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12797, '2025-11-19 05:53:49', 'W', '103.124.237.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.43 Safari/537.36', 'Chrome', 'Mac OS X'),
(12798, '2025-11-19 05:53:55', 'A', '47.128.125.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12799, '2025-11-19 05:54:22', 'W', '152.167.183.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(12800, '2025-11-19 05:54:24', 'W', '177.8.55.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'Chrome', 'Windows 10'),
(12801, '2025-11-19 05:54:29', 'A', '47.128.51.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12802, '2025-11-19 05:54:38', 'W', '31.215.158.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(12803, '2025-11-19 05:54:44', 'A', '47.128.25.200', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12804, '2025-11-19 05:55:18', 'A', '47.128.19.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12805, '2025-11-19 05:55:25', 'W', '188.72.40.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12806, '2025-11-19 05:55:34', 'A', '47.128.115.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12807, '2025-11-19 05:55:40', 'W', '31.148.135.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36', 'Chrome', 'Windows 10'),
(12808, '2025-11-19 05:56:07', 'A', '47.128.119.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12809, '2025-11-19 05:56:30', 'W', '37.77.49.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12810, '2025-11-19 05:56:55', 'A', '47.128.19.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12811, '2025-11-19 05:57:44', 'A', '47.128.53.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12812, '2025-11-19 05:58:09', 'W', '189.89.153.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12813, '2025-11-19 05:58:32', 'A', '47.128.57.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12814, '2025-11-19 05:59:20', 'A', '47.128.32.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12815, '2025-11-19 05:59:44', 'W', '169.224.0.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12816, '2025-11-19 06:00:08', 'A', '47.128.32.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12817, '2025-11-19 06:00:27', 'A', '47.128.54.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12818, '2025-11-19 06:00:33', 'W', '194.127.110.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12819, '2025-11-19 06:00:54', 'W', '201.162.88.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12820, '2025-11-19 06:01:17', 'A', '47.128.61.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12821, '2025-11-19 06:01:26', 'W', '190.5.37.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12822, '2025-11-19 06:01:46', 'A', '47.128.16.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12823, '2025-11-19 06:02:35', 'A', '47.128.99.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12824, '2025-11-19 06:02:41', 'W', '91.72.169.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12825, '2025-11-19 06:03:00', 'W', '39.34.135.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12826, '2025-11-19 06:03:33', 'W', '176.236.226.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12827, '2025-11-19 06:03:46', 'A', '47.128.42.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12828, '2025-11-19 06:04:13', 'A', '47.128.20.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12829, '2025-11-19 06:04:34', 'A', '47.128.122.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12830, '2025-11-19 06:04:46', 'W', '173.244.157.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12831, '2025-11-19 06:04:50', 'W', '17.22.253.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12832, '2025-11-19 06:05:22', 'A', '47.128.46.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12833, '2025-11-19 06:05:32', 'W', '37.238.4.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12834, '2025-11-19 06:05:51', 'A', '47.128.63.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12835, '2025-11-19 06:06:40', 'A', '47.128.62.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12836, '2025-11-19 06:07:00', 'A', '47.128.40.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12837, '2025-11-19 06:09:06', 'A', '47.128.96.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12838, '2025-11-19 06:09:25', 'A', '47.128.97.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12839, '2025-11-19 06:09:54', 'A', '47.128.125.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12840, '2025-11-19 06:10:13', 'W', '37.238.93.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12841, '2025-11-19 06:10:33', 'W', '111.88.0.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12842, '2025-11-19 06:10:42', 'A', '47.128.43.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12843, '2025-11-19 06:11:02', 'A', '47.128.34.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12844, '2025-11-19 06:12:19', 'A', '47.128.124.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12845, '2025-11-19 06:13:27', 'A', '47.128.59.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12846, '2025-11-19 06:13:56', 'A', '47.128.50.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12847, '2025-11-19 06:14:21', 'A', '47.128.51.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12848, '2025-11-19 06:14:46', 'A', '47.128.61.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12849, '2025-11-19 06:15:10', 'W', '45.228.136.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12850, '2025-11-19 06:15:11', 'A', '47.128.127.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12851, '2025-11-19 06:15:33', 'A', '47.128.97.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12852, '2025-11-19 06:15:49', 'W', '5.255.231.71', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12853, '2025-11-19 06:16:49', 'A', '47.128.35.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12854, '2025-11-19 06:17:15', 'A', '47.128.123.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12855, '2025-11-19 06:19:10', 'W', '190.133.141.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12856, '2025-11-19 06:20:05', 'W', '54.37.252.153', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(12857, '2025-11-19 06:20:52', 'A', '47.128.127.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12858, '2025-11-19 06:21:41', 'A', '47.128.48.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12859, '2025-11-19 06:21:58', 'W', '191.34.232.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12860, '2025-11-19 06:22:03', 'W', '43.173.180.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12861, '2025-11-19 06:22:06', 'A', '47.128.19.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12862, '2025-11-19 06:23:23', 'A', '47.128.48.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12863, '2025-11-19 06:23:30', 'W', '103.69.151.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12864, '2025-11-19 06:23:45', 'A', '47.128.32.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12865, '2025-11-19 06:24:12', 'A', '47.128.33.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12866, '2025-11-19 06:24:36', 'A', '47.128.18.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12867, '2025-11-19 06:25:00', 'A', '47.128.48.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12868, '2025-11-19 06:25:23', 'A', '47.128.60.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12869, '2025-11-19 06:25:48', 'A', '47.128.27.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12870, '2025-11-19 06:26:11', 'A', '47.128.27.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12871, '2025-11-19 06:26:55', 'W', '1.52.178.189', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(12872, '2025-11-19 06:27:25', 'A', '47.128.34.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12873, '2025-11-19 06:27:28', 'W', '157.230.228.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12874, '2025-11-19 06:27:50', 'A', '47.128.29.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12875, '2025-11-19 06:28:14', 'A', '47.128.57.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12876, '2025-11-19 06:28:15', 'W', '186.251.198.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12877, '2025-11-19 06:28:39', 'A', '47.128.27.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12878, '2025-11-19 06:29:00', 'W', '17.22.245.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12879, '2025-11-19 06:29:03', 'A', '47.128.34.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12880, '2025-11-19 06:29:25', 'W', '43.173.182.94', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12881, '2025-11-19 06:29:28', 'A', '47.128.44.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12882, '2025-11-19 06:29:33', 'W', '170.231.174.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12883, '2025-11-19 06:29:51', 'A', '47.128.57.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12884, '2025-11-19 06:30:16', 'A', '47.128.16.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12885, '2025-11-19 06:31:06', 'A', '47.128.24.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12886, '2025-11-19 06:31:30', 'A', '47.128.39.150', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12887, '2025-11-19 06:32:15', 'W', '191.85.68.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12888, '2025-11-19 06:32:19', 'A', '47.128.110.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12889, '2025-11-19 06:32:46', 'A', '47.128.97.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12890, '2025-11-19 06:33:33', 'A', '47.128.22.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12891, '2025-11-19 06:33:56', 'A', '47.128.112.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12892, '2025-11-19 06:33:57', 'W', '68.183.102.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12893, '2025-11-19 06:34:21', 'A', '47.128.19.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12894, '2025-11-19 06:35:11', 'A', '47.128.97.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12895, '2025-11-19 06:35:33', 'A', '47.128.20.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12896, '2025-11-19 06:35:59', 'A', '47.128.31.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12897, '2025-11-19 06:36:21', 'A', '47.128.50.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12898, '2025-11-19 06:36:42', 'W', '103.146.16.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12899, '2025-11-19 06:36:48', 'A', '47.128.48.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12900, '2025-11-19 06:37:10', 'A', '47.128.34.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12901, '2025-11-19 06:38:00', 'A', '47.128.49.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12902, '2025-11-19 06:38:26', 'A', '47.128.122.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12903, '2025-11-19 06:38:48', 'W', '181.46.9.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12904, '2025-11-19 06:38:50', 'A', '47.128.45.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12905, '2025-11-19 06:39:17', 'A', '47.128.17.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12906, '2025-11-19 06:39:41', 'A', '47.128.54.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12907, '2025-11-19 06:40:29', 'A', '47.128.58.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12908, '2025-11-19 06:40:43', 'W', '177.86.21.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12909, '2025-11-19 06:42:06', 'W', '128.201.98.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12910, '2025-11-19 06:42:37', 'A', '47.128.48.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12911, '2025-11-19 06:42:56', 'A', '47.128.38.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12912, '2025-11-19 06:44:40', 'W', '77.235.109.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12913, '2025-11-19 06:45:03', 'W', '174.138.41.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12914, '2025-11-19 06:45:13', 'W', '17.246.15.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12915, '2025-11-19 06:46:09', 'W', '200.155.173.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12916, '2025-11-19 06:46:31', 'W', '102.97.72.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12917, '2025-11-19 06:48:36', 'W', '116.111.186.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12918, '2025-11-19 06:49:32', 'W', '143.202.134.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12919, '2025-11-19 06:51:55', 'W', '223.181.22.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12920, '2025-11-19 06:52:30', 'W', '191.193.189.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Windows 10'),
(12921, '2025-11-19 06:54:09', 'W', '191.177.160.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12922, '2025-11-19 06:55:15', 'W', '190.83.27.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12923, '2025-11-19 06:59:00', 'W', '189.84.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(12924, '2025-11-19 06:59:57', 'W', '17.241.75.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12925, '2025-11-19 07:00:19', 'W', '23.249.17.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12926, '2025-11-19 07:01:15', 'W', '157.100.199.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12927, '2025-11-19 07:02:15', 'W', '119.73.116.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12928, '2025-11-19 07:02:37', 'W', '52.14.180.192', 'Linguee Bot (bot@linguee.com)', 'Unknown Browser', 'Unknown OS Platform'),
(12929, '2025-11-19 07:03:36', 'W', '213.180.203.9', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(12930, '2025-11-19 07:03:51', 'A', '47.128.32.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12931, '2025-11-19 07:05:08', 'W', '179.197.178.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12932, '2025-11-19 07:07:12', 'W', '176.29.203.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12933, '2025-11-19 07:08:17', 'W', '186.177.193.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12934, '2025-11-19 07:09:42', 'W', '206.189.191.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12935, '2025-11-19 07:10:41', 'W', '186.68.185.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12936, '2025-11-19 07:11:16', 'W', '103.83.232.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12937, '2025-11-19 07:12:33', 'W', '51.36.227.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12938, '2025-11-19 07:13:17', 'W', '103.105.86.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12939, '2025-11-19 07:14:21', 'W', '142.154.67.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12940, '2025-11-19 07:15:42', 'W', '177.130.236.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12941, '2025-11-19 07:16:43', 'W', '87.243.151.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12942, '2025-11-19 07:17:46', 'W', '151.254.81.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12943, '2025-11-19 07:19:19', 'W', '43.173.181.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12944, '2025-11-19 07:19:38', 'W', '43.173.179.87', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12945, '2025-11-19 07:19:59', 'W', '201.89.1.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12946, '2025-11-19 07:20:36', 'W', '170.150.239.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12947, '2025-11-19 07:20:57', 'W', '45.4.53.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12948, '2025-11-19 07:21:36', 'W', '167.249.25.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12949, '2025-11-19 07:22:53', 'W', '43.173.182.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12950, '2025-11-19 07:22:53', 'W', '27.49.15.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12951, '2025-11-19 07:25:00', 'W', '102.66.125.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12952, '2025-11-19 07:26:22', 'W', '84.54.66.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12953, '2025-11-19 07:27:35', 'W', '194.39.228.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12954, '2025-11-19 07:30:10', 'W', '39.46.7.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12955, '2025-11-19 07:31:09', 'W', '103.254.214.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12956, '2025-11-19 07:33:20', 'W', '79.137.67.30', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(12957, '2025-11-19 07:33:42', 'W', '43.173.175.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(12958, '2025-11-19 07:35:15', 'W', '212.98.150.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12959, '2025-11-19 07:36:03', 'W', '37.238.86.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12960, '2025-11-19 07:36:25', 'W', '181.14.144.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12961, '2025-11-19 07:36:57', 'W', '181.116.57.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12962, '2025-11-19 07:37:57', 'W', '190.190.251.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12963, '2025-11-19 07:38:30', 'W', '23.83.129.1', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(12964, '2025-11-19 07:39:10', 'W', '170.246.69.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12965, '2025-11-19 07:41:42', 'W', '179.189.34.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12966, '2025-11-19 07:45:21', 'W', '17.22.237.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12967, '2025-11-19 07:45:41', 'W', '95.59.247.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12968, '2025-11-19 07:47:20', 'W', '102.209.18.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12969, '2025-11-19 07:48:30', 'W', '186.229.135.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12970, '2025-11-19 07:48:53', 'W', '207.46.13.102', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(12971, '2025-11-19 07:50:22', 'W', '189.37.75.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12972, '2025-11-19 07:51:54', 'W', '69.160.113.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.91 Safari/537.36', 'Chrome', 'Windows 10'),
(12973, '2025-11-19 07:51:55', 'W', '45.7.1.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 10'),
(12974, '2025-11-19 07:51:57', 'W', '41.198.155.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(12975, '2025-11-19 07:52:22', 'W', '177.227.59.117', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12976, '2025-11-19 07:52:35', 'W', '103.179.125.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(12977, '2025-11-19 07:53:32', 'W', '88.238.35.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12978, '2025-11-19 07:54:26', 'W', '14.189.160.231', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(12979, '2025-11-19 07:54:28', 'W', '191.32.180.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12980, '2025-11-19 07:54:41', 'W', '188.211.121.160', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3478.83 Safari/537.36', 'Chrome', 'Windows 8.1'),
(12981, '2025-11-19 07:54:52', 'W', '115.236.116.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(12982, '2025-11-19 07:55:32', 'W', '189.37.78.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12983, '2025-11-19 07:56:45', 'W', '138.97.138.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(12984, '2025-11-19 07:56:52', 'W', '177.75.158.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12985, '2025-11-19 07:57:09', 'W', '103.46.10.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(12986, '2025-11-19 07:57:53', 'A', '47.128.123.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12987, '2025-11-19 07:58:19', 'W', '17.241.219.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12988, '2025-11-19 07:59:38', 'W', '218.152.33.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Mac OS X'),
(12989, '2025-11-19 08:01:04', 'W', '179.63.138.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12990, '2025-11-19 08:02:42', 'W', '95.82.86.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12991, '2025-11-19 08:04:07', 'W', '186.226.49.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12992, '2025-11-19 08:06:02', 'W', '170.247.107.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12993, '2025-11-19 08:06:12', 'W', '17.241.227.97', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(12994, '2025-11-19 08:08:58', 'W', '187.19.17.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12995, '2025-11-19 08:10:25', 'W', '95.57.235.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12996, '2025-11-19 08:10:40', 'A', '47.128.22.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(12997, '2025-11-19 08:11:41', 'W', '192.0.116.177', 'Photon/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(12998, '2025-11-19 08:11:50', 'W', '160.120.61.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(12999, '2025-11-19 08:12:07', 'W', '45.181.32.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13000, '2025-11-19 08:15:03', 'W', '189.7.228.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13001, '2025-11-19 08:16:57', 'A', '111.225.149.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13002, '2025-11-19 08:18:00', 'A', '47.128.25.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13003, '2025-11-19 08:18:48', 'A', '47.128.120.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13004, '2025-11-19 08:19:03', 'A', '47.128.118.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13005, '2025-11-19 08:19:53', 'A', '47.128.114.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13006, '2025-11-19 08:20:43', 'A', '47.128.34.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13007, '2025-11-19 08:21:16', 'A', '47.128.24.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13008, '2025-11-19 08:22:04', 'W', '17.22.237.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13009, '2025-11-19 08:22:18', 'A', '47.128.112.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13010, '2025-11-19 08:23:06', 'A', '47.128.34.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13011, '2025-11-19 08:24:21', 'A', '110.249.202.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13012, '2025-11-19 08:40:03', 'A', '47.128.45.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13013, '2025-11-19 08:40:21', 'A', '47.128.112.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13014, '2025-11-19 08:41:11', 'A', '47.128.123.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13015, '2025-11-19 08:41:40', 'A', '47.128.62.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13016, '2025-11-19 08:42:48', 'A', '47.128.116.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13017, '2025-11-19 08:43:15', 'A', '47.128.22.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13018, '2025-11-19 08:44:06', 'A', '47.128.42.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13019, '2025-11-19 08:44:24', 'W', '51.68.32.135', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(13020, '2025-11-19 08:44:53', 'A', '47.128.113.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13021, '2025-11-19 08:45:16', 'A', '47.128.61.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13022, '2025-11-19 08:45:41', 'A', '47.128.110.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13023, '2025-11-19 08:46:31', 'A', '47.128.56.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13024, '2025-11-19 08:48:09', 'A', '47.128.38.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13025, '2025-11-19 08:48:27', 'A', '47.128.38.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13026, '2025-11-19 08:49:15', 'A', '47.128.41.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13027, '2025-11-19 08:49:26', 'W', '23.249.17.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13028, '2025-11-19 08:50:35', 'A', '47.128.114.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13029, '2025-11-19 08:50:53', 'A', '47.128.53.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13030, '2025-11-19 08:51:58', 'W', '59.103.104.157', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13031, '2025-11-19 08:52:13', 'A', '47.128.53.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13032, '2025-11-19 08:52:29', 'A', '47.128.117.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13033, '2025-11-19 08:52:43', 'W', '113.177.74.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(13034, '2025-11-19 08:53:51', 'A', '47.128.59.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13035, '2025-11-19 08:54:28', 'W', '14.254.67.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4702.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(13036, '2025-11-19 08:54:36', 'A', '47.128.120.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13037, '2025-11-19 08:54:51', 'W', '213.180.203.165', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13038, '2025-11-19 08:54:56', 'A', '47.128.44.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13039, '2025-11-19 08:55:48', 'W', '94.249.91.36', 'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13040, '2025-11-19 08:56:07', 'W', '191.37.22.1', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(13041, '2025-11-19 08:57:13', 'W', '123.17.49.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(13042, '2025-11-19 08:57:21', 'A', '47.128.62.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13043, '2025-11-19 08:57:35', 'W', '212.146.165.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(13044, '2025-11-19 08:57:50', 'A', '47.128.48.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13045, '2025-11-19 08:59:01', 'A', '47.128.60.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13046, '2025-11-19 08:59:26', 'A', '47.128.35.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13047, '2025-11-19 08:59:48', 'A', '47.128.34.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13048, '2025-11-19 09:00:14', 'A', '47.128.45.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13049, '2025-11-19 09:01:03', 'A', '47.128.63.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13050, '2025-11-19 09:01:27', 'A', '47.128.53.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13051, '2025-11-19 09:03:52', 'A', '47.128.18.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13052, '2025-11-19 09:04:42', 'A', '47.128.55.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13053, '2025-11-19 09:05:08', 'W', '87.250.224.217', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13054, '2025-11-19 09:05:55', 'A', '47.128.118.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13055, '2025-11-19 09:06:16', 'A', '47.128.43.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13056, '2025-11-19 09:07:32', 'A', '47.128.58.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13057, '2025-11-19 09:07:56', 'A', '47.128.45.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13058, '2025-11-19 09:08:42', 'A', '47.128.51.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13059, '2025-11-19 09:10:23', 'A', '47.128.42.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13060, '2025-11-19 09:10:46', 'A', '47.128.20.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13061, '2025-11-19 09:11:01', 'W', '43.173.173.24', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13062, '2025-11-19 09:12:00', 'A', '47.128.111.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13063, '2025-11-19 09:12:26', 'A', '47.128.35.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13064, '2025-11-19 09:13:12', 'A', '47.128.35.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13065, '2025-11-19 09:14:01', 'A', '47.128.55.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13066, '2025-11-19 09:14:23', 'A', '47.128.21.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13067, '2025-11-19 09:14:31', 'W', '104.36.21.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(13068, '2025-11-19 09:14:50', 'A', '47.128.28.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13069, '2025-11-19 09:15:11', 'A', '47.128.35.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13070, '2025-11-19 09:15:40', 'A', '47.128.55.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13071, '2025-11-19 09:16:02', 'A', '47.128.20.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13072, '2025-11-19 09:16:25', 'A', '47.128.116.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13073, '2025-11-19 09:16:43', 'W', '157.55.39.14', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13074, '2025-11-19 09:17:15', 'A', '47.128.33.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13075, '2025-11-19 09:18:26', 'A', '47.128.98.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13076, '2025-11-19 09:19:16', 'A', '47.128.97.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13077, '2025-11-19 09:19:40', 'A', '47.128.54.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13078, '2025-11-19 09:21:26', 'W', '43.173.180.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13079, '2025-11-19 09:23:19', 'W', '43.173.174.143', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13080, '2025-11-19 09:24:03', 'W', '43.173.180.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13081, '2025-11-19 09:24:20', 'W', '43.173.177.197', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13082, '2025-11-19 09:26:20', 'W', '43.173.180.172', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13083, '2025-11-19 09:26:27', 'W', '149.34.208.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13084, '2025-11-19 09:28:50', 'W', '103.181.180.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13085, '2025-11-19 09:28:52', 'W', '50.18.43.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13086, '2025-11-19 09:28:59', 'W', '190.120.179.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13087, '2025-11-19 09:30:04', 'W', '4.155.38.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13088, '2025-11-19 09:30:34', 'W', '43.173.175.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13089, '2025-11-19 09:30:41', 'W', '43.173.121.78', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13090, '2025-11-19 09:30:45', 'W', '185.146.115.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13091, '2025-11-19 09:31:37', 'W', '43.173.181.227', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13092, '2025-11-19 09:31:51', 'W', '180.75.233.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13093, '2025-11-19 09:32:09', 'W', '43.130.225.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13094, '2025-11-19 09:32:10', 'W', '43.173.180.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13095, '2025-11-19 09:33:38', 'W', '43.130.68.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13096, '2025-11-19 09:33:48', 'W', '43.173.180.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13097, '2025-11-19 09:34:02', 'W', '213.180.203.92', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13098, '2025-11-19 09:34:09', 'W', '39.58.210.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13099, '2025-11-19 09:34:10', 'W', '43.173.176.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13100, '2025-11-19 09:34:46', 'W', '43.173.177.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13101, '2025-11-19 09:34:50', 'W', '43.173.179.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13102, '2025-11-19 09:34:59', 'W', '191.99.67.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13103, '2025-11-19 09:35:06', 'W', '72.255.15.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(13104, '2025-11-19 09:36:26', 'W', '43.129.23.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13105, '2025-11-19 09:36:28', 'W', '197.17.101.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(13106, '2025-11-19 09:36:30', 'W', '52.151.60.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13107, '2025-11-19 09:36:31', 'W', '52.151.60.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13108, '2025-11-19 09:36:32', 'W', '4.155.215.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13109, '2025-11-19 09:37:08', 'W', '43.173.179.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13110, '2025-11-19 09:38:05', 'W', '49.51.201.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(13111, '2025-11-19 09:38:10', 'W', '200.4.118.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13112, '2025-11-19 09:38:11', 'W', '43.173.179.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13113, '2025-11-19 09:51:02', 'W', '85.208.98.17', 'SEMrushBot', 'Unknown Browser', 'Unknown OS Platform'),
(13114, '2025-11-19 09:51:34', 'W', '139.135.40.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(13115, '2025-11-19 09:51:38', 'W', '14.232.248.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(13116, '2025-11-19 09:51:39', 'W', '179.109.122.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(13117, '2025-11-19 09:52:56', 'W', '190.114.41.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(13118, '2025-11-19 09:54:45', 'W', '210.87.84.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(13119, '2025-11-19 09:55:02', 'W', '179.60.65.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(13120, '2025-11-19 09:57:19', 'W', '176.31.139.12', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(13121, '2025-11-19 10:03:40', 'W', '13.52.245.152', 'LMArenaUnfurlBot/1.0 (Link preview bot for AI model comparison platform; +https://lmarena.ai) Mozilla/5.0 (compatible)', 'Unknown Browser', 'Unknown OS Platform'),
(13122, '2025-11-19 10:13:14', 'A', '47.128.55.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13123, '2025-11-19 10:14:59', 'I', '75.65.184.241', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(13124, '2025-11-19 10:14:59', 'W', '199.120.14.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13125, '2025-11-19 10:24:17', 'W', '107.152.47.63', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(13126, '2025-11-19 10:24:19', 'W', '41.109.38.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13127, '2025-11-19 10:24:28', 'W', '43.173.179.240', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13128, '2025-11-19 10:25:05', 'A', '111.225.148.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13129, '2025-11-19 10:29:49', 'A', '47.128.97.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13130, '2025-11-19 10:30:41', 'W', '195.178.110.110', '', 'Unknown Browser', 'Unknown OS Platform'),
(13131, '2025-11-19 10:30:41', 'W', '195.178.110.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'Firefox', 'Windows 7'),
(13132, '2025-11-19 10:31:14', 'A', '47.128.31.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13133, '2025-11-19 10:32:39', 'W', '217.182.194.45', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(13134, '2025-11-19 10:36:51', 'W', '146.174.175.59', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.601.0 Safari/534.14', 'Chrome', 'Windows Vista'),
(13135, '2025-11-19 10:37:15', 'W', '172.213.11.152', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13136, '2025-11-19 10:39:34', 'A', '47.128.110.246', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13137, '2025-11-19 10:41:13', 'A', '47.128.62.209', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13138, '2025-11-19 10:41:47', 'A', '47.128.113.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13139, '2025-11-19 10:41:56', 'W', '43.173.179.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13140, '2025-11-19 10:42:49', 'A', '47.128.99.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13141, '2025-11-19 10:43:31', 'A', '47.128.61.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13142, '2025-11-19 10:43:38', 'A', '47.128.57.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13143, '2025-11-19 10:44:28', 'A', '47.128.49.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13144, '2025-11-19 10:45:58', 'A', '47.128.61.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13145, '2025-11-19 10:46:47', 'A', '47.128.24.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13146, '2025-11-19 10:47:35', 'A', '47.128.46.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13147, '2025-11-19 10:47:43', 'A', '47.128.23.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13148, '2025-11-19 10:48:24', 'A', '47.128.30.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13149, '2025-11-19 10:50:09', 'A', '47.128.57.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13150, '2025-11-19 10:50:58', 'A', '47.128.19.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13151, '2025-11-19 10:51:48', 'A', '47.128.61.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13152, '2025-11-19 10:51:54', 'W', '37.238.4.132', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(13153, '2025-11-19 10:51:59', 'W', '45.165.166.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 10'),
(13154, '2025-11-19 10:52:26', 'A', '47.128.31.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13155, '2025-11-19 10:52:46', 'W', '14.231.197.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(13156, '2025-11-19 10:52:49', 'W', '201.171.168.77', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13157, '2025-11-19 10:54:06', 'W', '62.221.102.235', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(13158, '2025-11-19 10:54:12', 'A', '47.128.36.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13159, '2025-11-19 10:54:36', 'W', '105.68.172.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13160, '2025-11-19 10:55:33', 'W', '14.231.183.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(13161, '2025-11-19 10:56:38', 'A', '47.128.27.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13162, '2025-11-19 11:01:48', 'A', '111.225.148.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13163, '2025-11-19 11:11:14', 'A', '47.128.33.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(13164, '2025-11-19 11:12:39', 'A', '47.128.126.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13165, '2025-11-19 11:12:51', 'A', '47.128.28.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13166, '2025-11-19 11:13:27', 'A', '47.128.26.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13167, '2025-11-19 11:14:15', 'A', '47.128.60.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13168, '2025-11-19 11:15:05', 'A', '47.128.22.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13169, '2025-11-19 11:15:17', 'A', '47.128.38.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13170, '2025-11-19 11:15:53', 'A', '47.128.31.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13171, '2025-11-19 11:16:05', 'A', '47.128.31.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13172, '2025-11-19 11:16:07', 'W', '43.173.177.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13173, '2025-11-19 11:16:42', 'A', '47.128.37.79', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13174, '2025-11-19 11:16:54', 'A', '47.128.27.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13175, '2025-11-19 11:17:42', 'A', '47.128.28.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13176, '2025-11-19 11:18:31', 'A', '47.128.59.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13177, '2025-11-19 11:19:20', 'A', '47.128.113.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13178, '2025-11-19 11:19:57', 'A', '47.128.126.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13179, '2025-11-19 11:20:08', 'A', '47.128.23.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13180, '2025-11-19 11:20:58', 'A', '47.128.111.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13181, '2025-11-19 11:21:35', 'A', '47.128.26.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13182, '2025-11-19 11:23:24', 'A', '47.128.115.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13183, '2025-11-19 11:24:02', 'A', '47.128.115.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13184, '2025-11-19 11:24:13', 'W', '43.173.178.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13185, '2025-11-19 11:24:39', 'W', '2.57.122.100', 'Mozilla/5.0 (compatible; S-Scanner/1.0)', 'Unknown Browser', 'Unknown OS Platform'),
(13186, '2025-11-19 11:25:01', 'A', '47.128.19.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13187, '2025-11-19 11:25:40', 'A', '47.128.115.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13188, '2025-11-19 11:25:50', 'A', '47.128.43.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13189, '2025-11-19 11:26:29', 'A', '47.128.20.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13190, '2025-11-19 11:27:28', 'A', '47.128.23.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13191, '2025-11-19 11:28:06', 'A', '47.128.23.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13192, '2025-11-19 11:28:15', 'W', '43.173.176.129', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13193, '2025-11-19 11:28:17', 'A', '47.128.127.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13194, '2025-11-19 11:28:55', 'A', '47.128.110.37', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13195, '2025-11-19 11:29:05', 'A', '47.128.61.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13196, '2025-11-19 11:29:42', 'A', '47.128.54.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13197, '2025-11-19 11:30:42', 'A', '47.128.110.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13198, '2025-11-19 11:31:19', 'A', '47.128.114.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13199, '2025-11-19 11:31:32', 'A', '47.128.61.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13200, '2025-11-19 11:32:07', 'A', '47.128.40.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13201, '2025-11-19 11:32:22', 'A', '47.128.63.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13202, '2025-11-19 11:32:55', 'A', '47.128.18.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13203, '2025-11-19 11:33:10', 'A', '47.128.98.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13204, '2025-11-19 11:33:46', 'A', '47.128.59.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13205, '2025-11-19 11:34:33', 'A', '47.128.42.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13206, '2025-11-19 11:34:48', 'A', '47.128.36.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13207, '2025-11-19 11:35:23', 'A', '47.128.24.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13208, '2025-11-19 11:36:12', 'A', '47.128.48.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13209, '2025-11-19 11:36:24', 'A', '47.128.37.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13210, '2025-11-19 11:37:01', 'A', '47.128.17.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13211, '2025-11-19 11:37:50', 'A', '47.128.22.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13212, '2025-11-19 11:38:03', 'A', '47.128.19.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13213, '2025-11-19 11:38:38', 'A', '47.128.30.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13214, '2025-11-19 11:39:27', 'A', '47.128.58.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13215, '2025-11-19 11:40:16', 'A', '47.128.57.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13216, '2025-11-19 11:41:05', 'A', '47.128.36.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13217, '2025-11-19 11:41:17', 'A', '47.128.50.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13218, '2025-11-19 11:42:05', 'A', '47.128.36.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13219, '2025-11-19 11:42:43', 'A', '47.128.20.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13220, '2025-11-19 11:43:32', 'A', '47.128.56.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13221, '2025-11-19 11:44:21', 'A', '47.128.97.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13222, '2025-11-19 11:44:30', 'A', '47.128.116.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13223, '2025-11-19 11:45:09', 'A', '47.128.115.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13224, '2025-11-19 11:45:19', 'A', '47.128.27.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13225, '2025-11-19 11:45:57', 'A', '47.128.30.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13226, '2025-11-19 11:46:07', 'A', '47.128.126.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13227, '2025-11-19 11:46:45', 'A', '47.128.110.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13228, '2025-11-19 11:46:55', 'A', '47.128.34.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13229, '2025-11-19 11:47:35', 'A', '47.128.61.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13230, '2025-11-19 11:48:33', 'A', '47.128.57.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13231, '2025-11-19 11:49:11', 'A', '47.128.44.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13232, '2025-11-19 11:49:23', 'A', '47.128.17.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13233, '2025-11-19 11:50:49', 'A', '47.128.48.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13234, '2025-11-19 11:50:58', 'A', '47.128.43.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13235, '2025-11-19 11:52:27', 'A', '47.128.116.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13236, '2025-11-19 11:52:35', 'A', '47.128.126.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13237, '2025-11-19 11:53:23', 'A', '47.128.125.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13238, '2025-11-19 11:53:33', 'W', '45.190.158.62', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36', 'Chrome', 'Windows XP'),
(13239, '2025-11-19 11:53:33', 'W', '5.31.216.49', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(13240, '2025-11-19 11:54:04', 'A', '47.128.126.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13241, '2025-11-19 11:54:12', 'A', '47.128.33.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13242, '2025-11-19 11:55:48', 'A', '47.128.16.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13243, '2025-11-19 11:56:30', 'A', '47.128.127.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13244, '2025-11-19 11:56:37', 'A', '47.128.29.208', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13245, '2025-11-19 11:57:11', 'W', '10.3.95.167', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13246, '2025-11-19 11:57:26', 'A', '47.128.114.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13247, '2025-11-19 11:57:43', 'W', '200.95.221.35', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(13248, '2025-11-19 11:58:09', 'A', '47.128.37.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13249, '2025-11-19 11:58:14', 'A', '47.128.19.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13250, '2025-11-19 11:58:48', 'W', '200.141.201.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Windows 10'),
(13251, '2025-11-19 11:59:03', 'A', '47.128.21.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13252, '2025-11-19 11:59:10', 'W', '202.76.190.239', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.427.0 Safari/534.1', 'Chrome', 'Linux'),
(13253, '2025-11-19 11:59:51', 'A', '47.128.58.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13254, '2025-11-19 12:01:22', 'A', '47.128.61.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13255, '2025-11-19 12:01:42', 'W', '202.76.133.55', 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1', 'Chrome', 'Windows Vista'),
(13256, '2025-11-19 12:02:12', 'A', '47.128.110.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13257, '2025-11-19 12:03:56', 'A', '47.128.123.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13258, '2025-11-19 12:04:37', 'A', '47.128.47.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13259, '2025-11-19 12:04:42', 'A', '111.225.149.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13260, '2025-11-19 12:04:46', 'A', '47.128.57.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13261, '2025-11-19 12:05:34', 'A', '47.128.21.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13262, '2025-11-19 12:07:04', 'A', '47.128.124.158', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13263, '2025-11-19 12:07:11', 'A', '47.128.122.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13264, '2025-11-19 12:07:59', 'A', '47.128.126.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13265, '2025-11-19 12:08:41', 'A', '47.128.41.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13266, '2025-11-19 12:09:31', 'A', '47.128.97.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13267, '2025-11-19 12:10:20', 'A', '47.128.123.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13268, '2025-11-19 12:11:08', 'A', '47.128.99.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13269, '2025-11-19 12:12:45', 'A', '47.128.32.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13270, '2025-11-19 12:12:52', 'A', '47.128.61.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13271, '2025-11-19 12:13:33', 'A', '47.128.32.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13272, '2025-11-19 12:13:40', 'A', '47.128.61.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13273, '2025-11-19 12:15:58', 'A', '47.128.48.139', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13274, '2025-11-19 12:16:08', 'A', '47.128.39.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13275, '2025-11-19 12:16:47', 'A', '47.128.19.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13276, '2025-11-19 12:16:57', 'A', '47.128.55.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13277, '2025-11-19 12:17:47', 'A', '47.128.46.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13278, '2025-11-19 12:17:48', 'W', '43.173.179.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13279, '2025-11-19 12:18:23', 'A', '47.128.42.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13280, '2025-11-19 12:19:11', 'A', '47.128.31.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13281, '2025-11-19 12:19:27', 'A', '47.128.54.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13282, '2025-11-19 12:21:39', 'A', '47.128.54.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13283, '2025-11-19 12:21:52', 'A', '47.128.118.212', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13284, '2025-11-19 12:22:28', 'A', '47.128.39.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13285, '2025-11-19 12:25:44', 'W', '43.173.177.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13286, '2025-11-19 12:29:31', 'W', '43.173.175.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13287, '2025-11-19 12:36:42', 'W', '202.76.175.206', 'Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20100101 Firefox/5.0', 'Firefox', 'Windows 2000'),
(13288, '2025-11-19 12:37:33', 'W', '146.174.183.158', 'Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 4.0)', 'Internet Explorer', 'Unknown OS Platform'),
(13289, '2025-11-19 12:40:27', 'A', '47.128.97.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13290, '2025-11-19 12:46:13', 'W', '213.180.203.80', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13291, '2025-11-19 12:52:06', 'W', '36.77.213.43', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4121.813 Safari/537.36', 'Chrome', 'Windows 10'),
(13292, '2025-11-19 12:53:24', 'W', '191.253.4.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 10'),
(13293, '2025-11-19 12:53:53', 'W', '196.65.211.221', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13294, '2025-11-19 12:54:34', 'W', '167.108.205.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1150.52 Safari/537.36', 'Chrome', 'Windows 10'),
(13295, '2025-11-19 12:57:37', 'W', '36.50.143.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.63 Safari/537.36', 'Chrome', 'Windows 10'),
(13296, '2025-11-19 13:00:48', 'W', '213.180.203.213', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13297, '2025-11-19 13:09:13', 'W', '43.173.174.169', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13298, '2025-11-19 13:14:39', 'A', '47.128.35.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13299, '2025-11-19 13:15:06', 'W', '43.173.176.172', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13300, '2025-11-19 13:19:43', 'W', '20.191.45.212', 'DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(13301, '2025-11-19 13:28:32', 'W', '43.173.180.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13302, '2025-11-19 13:29:52', 'A', '47.128.118.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13303, '2025-11-19 13:31:39', 'W', '137.135.190.240', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13304, '2025-11-19 13:40:37', 'A', '47.128.113.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13305, '2025-11-19 13:41:11', 'A', '47.128.31.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13306, '2025-11-19 13:49:32', 'A', '47.128.21.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13307, '2025-11-19 13:52:30', 'W', '161.248.101.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(13308, '2025-11-19 13:53:18', 'W', '168.227.123.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(13309, '2025-11-19 13:53:57', 'W', '91.75.123.2', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(13310, '2025-11-19 13:54:11', 'W', '191.36.144.187', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(13311, '2025-11-19 13:56:31', 'W', '45.191.78.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(13312, '2025-11-19 13:57:24', 'A', '47.128.30.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13313, '2025-11-19 13:57:33', 'W', '191.17.154.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(13314, '2025-11-19 14:02:50', 'W', '17.246.23.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13315, '2025-11-19 14:03:26', 'W', '4.151.241.243', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13316, '2025-11-19 14:16:15', 'A', '47.128.116.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13317, '2025-11-19 14:16:47', 'W', '213.180.203.132', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13318, '2025-11-19 14:20:59', 'W', '43.173.178.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13319, '2025-11-19 14:24:21', 'A', '47.128.28.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13320, '2025-11-19 14:24:58', 'A', '47.128.61.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13321, '2025-11-19 14:25:52', 'W', '107.178.110.130', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(13322, '2025-11-19 14:26:52', 'A', '111.225.149.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13323, '2025-11-19 14:36:41', 'W', '43.173.176.136', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13324, '2025-11-19 14:46:51', 'W', '47.128.39.45', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13325, '2025-11-19 14:49:12', 'W', '202.76.131.199', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3', 'Chrome', 'Windows 7'),
(13326, '2025-11-19 14:49:47', 'W', '17.246.19.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13327, '2025-11-19 14:52:32', 'W', '177.62.101.216', 'Mozilla/5.0 (Windows NT 5.2; nan-TW; rv:1.9.0.20) Gecko/8622-06-10 15:38:01.555664 Firefox/8.0', 'Firefox', 'Windows Server 2003/XP x64'),
(13328, '2025-11-19 14:54:59', 'W', '177.44.11.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(13329, '2025-11-19 14:55:01', 'W', '186.124.137.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13330, '2025-11-19 14:55:01', 'W', '177.75.105.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4500.0 Iron Safari/537.36', 'Chrome', 'Windows 10'),
(13331, '2025-11-19 14:55:51', 'W', '200.101.127.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(13332, '2025-11-19 14:56:30', 'W', '102.209.221.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(13333, '2025-11-19 14:56:38', 'W', '179.187.177.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Windows 10'),
(13334, '2025-11-19 15:08:38', 'W', '17.22.245.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13335, '2025-11-19 15:22:58', 'W', '17.246.19.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13336, '2025-11-19 15:34:14', 'W', '17.22.245.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13337, '2025-11-19 15:38:12', 'W', '157.55.39.52', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13338, '2025-11-19 15:42:47', 'W', '5.255.231.25', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13339, '2025-11-19 15:51:56', 'W', '43.173.177.93', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13340, '2025-11-19 15:54:09', 'W', '102.160.177.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Mac OS X'),
(13341, '2025-11-19 15:54:17', 'W', '131.255.228.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(13342, '2025-11-19 15:55:23', 'W', '87.250.224.32', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13343, '2025-11-19 15:57:35', 'W', '103.153.175.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13344, '2025-11-19 16:09:21', 'W', '65.21.16.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(13345, '2025-11-19 16:10:15', 'W', '17.241.219.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13346, '2025-11-19 16:14:47', 'W', '43.167.240.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13347, '2025-11-19 16:14:50', 'W', '177.54.207.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(13348, '2025-11-19 16:14:54', 'W', '54.183.131.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13349, '2025-11-19 16:14:55', 'W', '43.153.37.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(13350, '2025-11-19 16:14:55', 'W', '46.184.26.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13351, '2025-11-19 16:14:58', 'W', '170.106.65.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13352, '2025-11-19 16:15:00', 'W', '43.154.57.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13353, '2025-11-19 16:15:45', 'W', '43.173.174.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13354, '2025-11-19 16:16:55', 'W', '188.123.173.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13355, '2025-11-19 16:17:48', 'W', '43.173.127.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13356, '2025-11-19 16:33:12', 'W', '17.22.245.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13357, '2025-11-19 16:34:27', 'W', '168.126.234.241', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(13358, '2025-11-19 16:39:22', 'W', '213.180.203.240', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13359, '2025-11-19 16:42:34', 'W', '17.22.237.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13360, '2025-11-19 16:43:21', 'W', '43.173.180.121', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13361, '2025-11-19 16:47:02', 'W', '13.251.4.217', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13362, '2025-11-19 16:48:23', 'W', '43.173.181.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13363, '2025-11-19 16:54:48', 'W', '43.173.179.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13364, '2025-11-19 17:04:29', 'W', '94.249.48.26', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/38.0.866.0 Safari/533.2', 'Chrome', 'Linux'),
(13365, '2025-11-19 17:05:55', 'W', '43.173.180.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13366, '2025-11-19 17:07:06', 'W', '14.235.166.177', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(13367, '2025-11-19 17:07:16', 'W', '43.173.174.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13368, '2025-11-19 17:08:49', 'W', '102.220.208.46', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(13369, '2025-11-19 17:11:26', 'W', '95.108.213.133', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13370, '2025-11-19 17:13:15', 'W', '114.31.177.83', 'Opera/9.69.(Windows NT 10.0; sd-PK) Presto/2.9.181 Version/10.00', 'Opera', 'Windows 10'),
(13371, '2025-11-19 17:13:53', 'W', '49.232.234.182', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13372, '2025-11-19 17:17:28', 'W', '43.173.174.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13373, '2025-11-19 17:18:13', 'W', '49.47.134.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(13374, '2025-11-19 17:19:52', 'W', '17.22.253.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13375, '2025-11-19 17:23:53', 'W', '170.78.248.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13376, '2025-11-19 17:31:25', 'W', '95.108.213.165', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13377, '2025-11-19 17:33:32', 'W', '17.22.237.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13378, '2025-11-19 17:33:43', 'W', '17.246.15.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13379, '2025-11-19 17:38:59', 'W', '17.22.245.144', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13380, '2025-11-19 17:41:32', 'W', '43.175.57.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13381, '2025-11-19 17:41:58', 'W', '43.173.176.142', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13382, '2025-11-19 17:42:30', 'W', '46.137.250.236', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13383, '2025-11-19 17:49:23', 'A', '66.249.76.205', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13384, '2025-11-19 17:51:16', 'A', '66.249.76.203', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13385, '2025-11-19 17:51:29', 'W', '47.128.43.237', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13386, '2025-11-19 18:02:26', 'W', '190.205.221.79', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13387, '2025-11-19 18:03:54', 'W', '13.251.147.94', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13388, '2025-11-19 18:04:06', 'W', '17.22.237.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13389, '2025-11-19 18:04:10', 'A', '66.249.76.204', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13390, '2025-11-19 18:05:37', 'W', '87.250.224.96', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13391, '2025-11-19 18:09:43', 'W', '190.5.36.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Mac OS X'),
(13392, '2025-11-19 18:17:02', 'W', '52.90.140.229', '', 'Unknown Browser', 'Unknown OS Platform'),
(13393, '2025-11-19 18:18:45', 'W', '43.173.175.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(13394, '2025-11-19 18:23:06', 'W', '17.246.15.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13395, '2025-11-19 18:23:43', 'A', '111.225.149.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13396, '2025-11-19 18:27:06', 'W', '17.246.19.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13397, '2025-11-19 18:27:41', 'W', '74.7.36.75', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13398, '2025-11-19 18:27:55', 'W', '43.173.175.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13399, '2025-11-19 18:28:07', 'A', '47.128.55.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13400, '2025-11-19 18:28:18', 'A', '47.128.18.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13401, '2025-11-19 18:28:56', 'A', '47.128.52.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13402, '2025-11-19 18:29:27', 'W', '74.7.229.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(13403, '2025-11-19 18:29:42', 'W', '17.22.237.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13404, '2025-11-19 18:30:44', 'A', '47.128.16.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13405, '2025-11-19 18:31:35', 'A', '47.128.120.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13406, '2025-11-19 18:32:13', 'A', '47.128.99.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13407, '2025-11-19 18:33:13', 'A', '47.128.122.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13408, '2025-11-19 18:34:03', 'A', '47.128.44.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13409, '2025-11-19 18:34:41', 'A', '47.128.125.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13410, '2025-11-19 18:34:53', 'A', '47.128.32.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13411, '2025-11-19 18:35:16', 'W', '43.173.173.6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13412, '2025-11-19 18:36:19', 'A', '47.128.114.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13413, '2025-11-19 18:37:59', 'A', '47.128.49.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13414, '2025-11-19 18:38:13', 'A', '47.128.62.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13415, '2025-11-19 18:38:48', 'A', '47.128.35.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13416, '2025-11-19 18:39:36', 'A', '47.128.119.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13417, '2025-11-19 18:40:26', 'A', '47.128.118.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13418, '2025-11-19 18:40:43', 'A', '47.128.119.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13419, '2025-11-19 18:41:13', 'A', '47.128.118.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13420, '2025-11-19 18:42:52', 'A', '47.128.22.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13421, '2025-11-19 18:43:08', 'A', '47.128.40.44', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13422, '2025-11-19 18:44:29', 'A', '47.128.39.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13423, '2025-11-19 18:47:11', 'W', '87.250.224.20', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13424, '2025-11-19 18:54:33', 'W', '17.241.75.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13425, '2025-11-19 18:55:09', 'W', '95.108.213.116', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13426, '2025-11-19 18:58:03', 'W', '14.188.142.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13427, '2025-11-19 19:00:25', 'A', '66.249.76.196', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13428, '2025-11-19 19:00:27', 'A', '66.249.76.197', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13429, '2025-11-19 19:01:36', 'A', '66.249.76.195', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13430, '2025-11-19 19:02:54', 'W', '123.22.192.111', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13431, '2025-11-19 19:03:13', 'W', '17.241.75.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13432, '2025-11-19 19:03:37', 'W', '113.182.175.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4564.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13433, '2025-11-19 19:06:21', 'W', '47.128.49.148', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13434, '2025-11-19 19:07:23', 'W', '197.93.111.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(13435, '2025-11-19 19:14:16', 'W', '123.28.86.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(13436, '2025-11-19 19:17:20', 'A', '47.128.62.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13437, '2025-11-19 19:18:35', 'A', '47.128.57.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13438, '2025-11-19 19:21:11', 'W', '95.108.213.89', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13439, '2025-11-19 19:24:57', 'W', '43.173.174.124', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13440, '2025-11-19 19:29:24', 'A', '66.249.76.194', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13441, '2025-11-19 19:41:08', 'A', '66.249.79.36', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(13442, '2025-11-19 19:54:21', 'W', '52.167.144.168', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13443, '2025-11-19 20:02:22', 'W', '47.128.97.109', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13444, '2025-11-19 20:02:26', 'W', '138.255.218.4', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'Chrome', 'Windows 7'),
(13445, '2025-11-19 20:04:03', 'W', '160.176.185.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(13446, '2025-11-19 20:04:04', 'W', '182.10.99.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Windows 10'),
(13447, '2025-11-19 20:05:32', 'W', '197.2.44.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(13448, '2025-11-19 20:06:25', 'W', '47.128.119.77', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13449, '2025-11-19 20:07:56', 'W', '94.20.69.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(13450, '2025-11-19 20:09:28', 'W', '14.169.14.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13451, '2025-11-19 20:13:54', 'W', '74.7.228.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(13452, '2025-11-19 20:15:49', 'W', '43.173.180.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13453, '2025-11-19 20:19:57', 'W', '143.105.152.232', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(13454, '2025-11-19 20:25:02', 'W', '17.246.15.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13455, '2025-11-19 20:39:21', 'W', '213.180.203.171', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13456, '2025-11-19 20:40:25', 'W', '23.98.142.184', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13457, '2025-11-19 20:54:01', 'W', '105.102.239.85', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13458, '2025-11-19 21:01:27', 'W', '177.75.41.234', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36', 'Chrome', 'Windows 7'),
(13459, '2025-11-19 21:01:28', 'W', '185.240.17.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(13460, '2025-11-19 21:03:30', 'W', '186.226.253.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(13461, '2025-11-19 21:07:56', 'W', '23.98.142.189', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13462, '2025-11-19 21:11:36', 'W', '124.223.204.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13463, '2025-11-19 21:15:14', 'W', '17.246.15.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13464, '2025-11-19 21:16:26', 'W', '43.173.175.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13465, '2025-11-19 21:17:52', 'W', '95.108.213.176', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13466, '2025-11-19 21:19:53', 'W', '17.241.75.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13467, '2025-11-19 21:47:12', 'W', '17.246.23.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13468, '2025-11-19 21:47:27', 'W', '40.77.167.38', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13469, '2025-11-19 21:47:28', 'W', '54.197.181.212', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(13470, '2025-11-19 21:49:31', 'W', '47.128.122.171', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13471, '2025-11-19 21:51:37', 'W', '3.223.8.190', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(13472, '2025-11-19 21:51:45', 'W', '3.229.146.196', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(13473, '2025-11-19 21:52:10', 'W', '17.246.23.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13474, '2025-11-19 21:59:43', 'W', '14.161.250.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(13475, '2025-11-19 22:05:34', 'W', '66.102.9.230', 'Chrome Privacy Preserving Prefetch Proxy', 'Chrome', 'Unknown OS Platform'),
(13476, '2025-11-19 22:05:34', 'W', '162.120.188.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13477, '2025-11-19 22:07:45', 'A', '47.128.27.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13478, '2025-11-19 22:17:27', 'W', '88.242.124.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13479, '2025-11-19 22:20:13', 'A', '47.128.126.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13480, '2025-11-19 22:21:04', 'A', '47.128.117.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13481, '2025-11-19 22:21:41', 'W', '17.241.219.67', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13482, '2025-11-19 22:24:40', 'W', '17.22.245.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13483, '2025-11-19 22:24:42', 'W', '43.173.173.214', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13484, '2025-11-19 22:30:14', 'W', '200.68.169.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13485, '2025-11-19 22:33:35', 'W', '43.173.177.108', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13486, '2025-11-19 22:35:18', 'A', '47.128.17.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13487, '2025-11-19 22:48:48', 'W', '113.162.186.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(13488, '2025-11-19 22:49:54', 'A', '47.128.16.87', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13489, '2025-11-19 22:50:22', 'A', '47.128.54.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13490, '2025-11-19 22:52:06', 'A', '47.128.126.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13491, '2025-11-19 22:52:16', 'W', '113.173.182.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13492, '2025-11-19 22:52:22', 'W', '45.175.216.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36	Chrome 79.0', 'Chrome', 'Mac OS X'),
(13493, '2025-11-19 22:52:31', 'A', '47.128.30.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13494, '2025-11-19 22:52:31', 'A', '47.128.124.222', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13495, '2025-11-19 22:53:34', 'W', '169.224.2.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13496, '2025-11-19 22:54:14', 'A', '47.128.39.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13497, '2025-11-19 22:54:30', 'W', '138.0.249.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(13498, '2025-11-19 22:54:41', 'A', '47.128.61.109', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13499, '2025-11-19 22:55:15', 'W', '17.246.15.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13500, '2025-11-19 22:56:49', 'A', '47.128.59.53', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13501, '2025-11-19 22:56:49', 'A', '47.128.63.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13502, '2025-11-19 22:58:32', 'A', '47.128.52.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13503, '2025-11-19 22:58:39', 'W', '213.180.203.217', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13504, '2025-11-19 22:59:02', 'A', '47.128.51.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13505, '2025-11-19 23:00:13', 'W', '5.255.231.37', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13506, '2025-11-19 23:00:31', 'W', '91.234.25.252', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 7'),
(13507, '2025-11-19 23:03:42', 'W', '47.128.45.154', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13508, '2025-11-19 23:14:00', 'W', '43.173.176.49', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13509, '2025-11-19 23:17:30', 'W', '17.246.19.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13510, '2025-11-19 23:28:44', 'A', '47.128.41.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13511, '2025-11-19 23:30:27', 'A', '47.128.34.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13512, '2025-11-19 23:32:10', 'A', '47.128.121.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13513, '2025-11-19 23:32:40', 'A', '47.128.50.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13514, '2025-11-19 23:33:54', 'A', '47.128.45.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13515, '2025-11-19 23:34:25', 'A', '47.128.49.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13516, '2025-11-19 23:40:50', 'W', '43.166.139.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13517, '2025-11-19 23:47:37', 'A', '47.128.120.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13518, '2025-11-19 23:49:20', 'A', '47.128.120.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13519, '2025-11-19 23:49:37', 'A', '47.128.46.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13520, '2025-11-19 23:49:37', 'A', '47.128.120.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13521, '2025-11-19 23:50:55', 'W', '187.142.249.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(13522, '2025-11-19 23:51:20', 'A', '47.128.22.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13523, '2025-11-19 23:51:47', 'W', '181.124.160.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(13524, '2025-11-19 23:51:54', 'A', '47.128.30.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13525, '2025-11-19 23:52:16', 'W', '123.24.45.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(13526, '2025-11-19 23:52:19', 'W', '14.229.168.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.631 Safari/537.36', 'Chrome', 'Mac OS X'),
(13527, '2025-11-19 23:53:38', 'A', '47.128.46.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13528, '2025-11-19 23:53:55', 'A', '47.128.62.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13529, '2025-11-19 23:53:55', 'A', '47.128.125.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13530, '2025-11-19 23:53:57', 'W', '17.22.245.239', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13531, '2025-11-19 23:54:57', 'W', '187.148.164.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(13532, '2025-11-19 23:58:33', 'W', '109.245.133.155', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(13533, '2025-11-19 23:58:35', 'W', '189.203.192.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(13534, '2025-11-20 00:06:46', 'A', '47.128.115.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13535, '2025-11-20 00:06:46', 'A', '47.128.31.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13536, '2025-11-20 00:08:30', 'A', '47.128.48.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13537, '2025-11-20 00:10:12', 'A', '47.128.16.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13538, '2025-11-20 00:10:50', 'A', '47.128.99.235', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13539, '2025-11-20 00:11:04', 'A', '47.128.126.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13540, '2025-11-20 00:12:46', 'A', '47.128.19.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13541, '2025-11-20 00:12:46', 'A', '47.128.36.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13542, '2025-11-20 00:14:29', 'A', '47.128.33.1', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13543, '2025-11-20 00:18:46', 'A', '47.128.28.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13544, '2025-11-20 00:18:47', 'A', '47.128.111.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13545, '2025-11-20 00:19:39', 'A', '47.128.39.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13546, '2025-11-20 00:21:59', 'A', '47.128.59.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13547, '2025-11-20 00:22:10', 'A', '47.128.47.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13548, '2025-11-20 00:22:13', 'A', '47.128.60.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13549, '2025-11-20 00:25:39', 'A', '47.128.22.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13550, '2025-11-20 00:25:52', 'W', '17.22.253.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13551, '2025-11-20 00:26:27', 'A', '47.128.18.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13552, '2025-11-20 00:27:19', 'A', '47.128.99.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13553, '2025-11-20 00:27:22', 'A', '47.128.54.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13554, '2025-11-20 00:28:00', 'A', '47.128.97.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13555, '2025-11-20 00:28:13', 'A', '47.128.53.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13556, '2025-11-20 00:29:53', 'A', '47.128.19.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13557, '2025-11-20 00:29:56', 'A', '47.128.27.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13558, '2025-11-20 00:30:34', 'A', '47.128.54.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13559, '2025-11-20 00:31:26', 'A', '47.128.119.25', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13560, '2025-11-20 00:32:17', 'A', '47.128.125.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13561, '2025-11-20 00:32:28', 'A', '47.128.44.122', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13562, '2025-11-20 00:32:30', 'A', '47.128.115.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13563, '2025-11-20 00:34:11', 'A', '47.128.19.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13564, '2025-11-20 00:35:57', 'A', '47.128.58.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13565, '2025-11-20 00:37:39', 'A', '47.128.125.123', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13566, '2025-11-20 00:38:28', 'A', '47.128.120.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13567, '2025-11-20 00:38:31', 'A', '47.128.125.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13568, '2025-11-20 00:39:20', 'A', '47.128.61.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13569, '2025-11-20 00:42:09', 'W', '17.241.219.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13570, '2025-11-20 00:45:21', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13571, '2025-11-20 00:45:46', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(13572, '2025-11-20 00:46:03', 'W', '17.22.253.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13573, '2025-11-20 00:46:15', 'A', '47.128.26.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13574, '2025-11-20 00:46:26', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13575, '2025-11-20 00:46:39', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13576, '2025-11-20 00:46:51', 'A', '47.128.113.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13577, '2025-11-20 00:47:18', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13578, '2025-11-20 00:49:17', 'W', '185.146.113.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Windows 7'),
(13579, '2025-11-20 00:50:15', 'W', '37.236.51.20', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13580, '2025-11-20 00:50:18', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(13581, '2025-11-20 00:50:50', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(13582, '2025-11-20 00:51:23', 'A', '47.128.29.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13583, '2025-11-20 00:51:24', 'A', '47.128.112.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13584, '2025-11-20 00:52:39', 'W', '168.196.136.139', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13585, '2025-11-20 00:52:40', 'W', '201.143.204.200', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(13586, '2025-11-20 00:53:06', 'A', '47.128.124.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13587, '2025-11-20 00:53:44', 'A', '47.128.122.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13588, '2025-11-20 00:54:32', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(13589, '2025-11-20 00:54:50', 'A', '47.128.53.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13590, '2025-11-20 00:55:28', 'A', '47.128.125.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13591, '2025-11-20 00:55:33', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13592, '2025-11-20 00:55:42', 'A', '47.128.51.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13593, '2025-11-20 00:55:42', 'A', '47.128.99.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13594, '2025-11-20 00:56:20', 'A', '47.128.21.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13595, '2025-11-20 00:56:24', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(13596, '2025-11-20 00:56:33', 'A', '47.128.58.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13597, '2025-11-20 00:56:33', 'A', '47.128.46.157', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13598, '2025-11-20 00:57:06', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(13599, '2025-11-20 00:57:12', 'A', '47.128.43.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13600, '2025-11-20 00:57:25', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13601, '2025-11-20 00:58:05', 'A', '47.128.52.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13602, '2025-11-20 00:58:15', 'A', '47.128.27.194', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13603, '2025-11-20 00:58:20', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(13604, '2025-11-20 00:58:57', 'A', '47.128.38.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13605, '2025-11-20 00:59:07', 'A', '47.128.36.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13606, '2025-11-20 00:59:15', 'W', '34.182.12.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13607, '2025-11-20 00:59:47', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(13608, '2025-11-20 00:59:48', 'A', '47.128.32.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13609, '2025-11-20 01:00:28', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13610, '2025-11-20 01:00:40', 'A', '47.128.96.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13611, '2025-11-20 01:00:45', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13612, '2025-11-20 01:01:18', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13613, '2025-11-20 01:01:50', 'W', '34.182.12.143', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(13614, '2025-11-20 01:02:28', 'A', '47.128.27.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13615, '2025-11-20 01:02:35', 'A', '47.128.36.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13616, '2025-11-20 01:03:12', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13617, '2025-11-20 01:03:28', 'W', '157.55.39.54', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13618, '2025-11-20 01:05:46', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(13619, '2025-11-20 01:10:03', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(13620, '2025-11-20 01:10:25', 'W', '136.117.108.44', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(13621, '2025-11-20 01:10:41', 'W', '17.246.15.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13622, '2025-11-20 01:11:20', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13623, '2025-11-20 01:12:29', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13624, '2025-11-20 01:12:59', 'W', '34.169.240.35', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(13625, '2025-11-20 01:13:17', 'W', '34.182.12.143', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(13626, '2025-11-20 01:14:14', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13627, '2025-11-20 01:15:07', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13628, '2025-11-20 01:16:16', 'W', '34.182.12.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13629, '2025-11-20 01:16:17', 'W', '34.182.12.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(13630, '2025-11-20 01:16:29', 'W', '34.169.240.35', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(13631, '2025-11-20 01:18:06', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(13632, '2025-11-20 01:18:43', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13633, '2025-11-20 01:20:32', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(13634, '2025-11-20 01:21:44', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(13635, '2025-11-20 01:21:49', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13636, '2025-11-20 01:25:39', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13637, '2025-11-20 01:25:45', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13638, '2025-11-20 01:25:59', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(13639, '2025-11-20 01:26:51', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(13640, '2025-11-20 01:27:07', 'W', '17.22.253.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13641, '2025-11-20 01:29:16', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(13642, '2025-11-20 01:29:35', 'W', '136.117.108.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(13643, '2025-11-20 01:31:04', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13644, '2025-11-20 01:31:28', 'W', '17.241.219.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13645, '2025-11-20 01:31:34', 'W', '87.250.224.243', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13646, '2025-11-20 01:31:42', 'W', '136.117.108.44', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(13647, '2025-11-20 01:36:49', 'W', '34.169.240.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(13648, '2025-11-20 01:38:07', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13649, '2025-11-20 01:44:21', 'W', '136.117.108.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13650, '2025-11-20 01:45:13', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(13651, '2025-11-20 01:45:27', 'W', '34.182.12.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(13652, '2025-11-20 01:46:04', 'W', '34.182.12.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(13653, '2025-11-20 01:47:40', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(13654, '2025-11-20 01:48:11', 'W', '17.246.15.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13655, '2025-11-20 01:50:11', 'W', '34.169.240.35', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(13656, '2025-11-20 01:51:06', 'W', '136.117.108.44', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(13657, '2025-11-20 01:51:47', 'W', '103.175.243.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(13658, '2025-11-20 01:51:52', 'W', '41.90.211.191', 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows XP'),
(13659, '2025-11-20 01:52:52', 'W', '118.91.175.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'Chrome', 'Windows 10'),
(13660, '2025-11-20 01:52:58', 'W', '5.178.11.225', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Windows 7'),
(13661, '2025-11-20 01:54:02', 'W', '181.91.84.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(13662, '2025-11-20 01:58:10', 'W', '17.246.19.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13663, '2025-11-20 02:04:13', 'W', '189.100.10.8', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(13664, '2025-11-20 02:11:29', 'W', '17.22.237.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13665, '2025-11-20 02:12:56', 'W', '146.174.182.206', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3', 'Chrome', 'Windows Vista'),
(13666, '2025-11-20 02:13:26', 'W', '43.173.179.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13667, '2025-11-20 02:14:11', 'W', '95.108.213.251', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13668, '2025-11-20 02:23:47', 'W', '43.173.179.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13669, '2025-11-20 02:23:50', 'A', '111.225.149.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13670, '2025-11-20 02:28:57', 'W', '43.173.180.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13671, '2025-11-20 02:41:39', 'W', '116.240.149.7', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(13672, '2025-11-20 02:49:47', 'W', '177.200.143.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(13673, '2025-11-20 02:49:48', 'W', '187.122.63.12', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(13674, '2025-11-20 02:57:40', 'W', '105.78.65.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(13675, '2025-11-20 02:57:41', 'W', '190.140.124.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(13676, '2025-11-20 02:59:19', 'W', '45.233.216.112', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13677, '2025-11-20 03:00:49', 'W', '202.76.134.177', 'Mozilla/5.0 (X11; U; Linux armv7l; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16', 'Chrome', 'Linux'),
(13678, '2025-11-20 03:07:57', 'W', '17.22.237.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13679, '2025-11-20 03:09:39', 'W', '17.241.75.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13680, '2025-11-20 03:16:40', 'A', '111.225.149.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13681, '2025-11-20 03:19:33', 'W', '17.246.23.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13682, '2025-11-20 03:35:13', 'W', '17.241.227.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13683, '2025-11-20 03:36:05', 'W', '95.108.213.189', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13684, '2025-11-20 03:42:25', 'W', '51.142.203.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13685, '2025-11-20 03:48:53', 'W', '170.238.174.122', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/83.0.4103.118 Safari/537.36', 'Chrome', 'Mac OS X'),
(13686, '2025-11-20 03:48:53', 'W', '186.132.23.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(13687, '2025-11-20 03:50:04', 'W', '17.241.227.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13688, '2025-11-20 03:52:01', 'W', '123.28.26.29', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(13689, '2025-11-20 03:52:20', 'W', '143.105.146.246', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36', 'Chrome', 'Windows 10'),
(13690, '2025-11-20 03:53:57', 'W', '95.108.213.214', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13691, '2025-11-20 03:54:10', 'W', '17.22.253.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13692, '2025-11-20 03:54:18', 'W', '14.176.73.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13693, '2025-11-20 03:56:54', 'W', '209.203.5.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(13694, '2025-11-20 03:59:16', 'W', '17.22.245.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13695, '2025-11-20 04:01:55', 'W', '190.183.202.222', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13696, '2025-11-20 04:01:56', 'W', '103.18.34.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(13697, '2025-11-20 04:01:58', 'W', '181.47.102.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13698, '2025-11-20 04:02:43', 'W', '17.241.227.40', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13699, '2025-11-20 04:08:11', 'W', '17.246.15.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13700, '2025-11-20 04:08:52', 'W', '17.241.75.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13701, '2025-11-20 04:09:43', 'W', '95.108.213.207', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13702, '2025-11-20 04:22:19', 'W', '152.42.169.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13703, '2025-11-20 04:22:19', 'W', '128.199.106.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13704, '2025-11-20 04:22:19', 'W', '188.166.241.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13705, '2025-11-20 04:22:19', 'W', '128.199.228.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13706, '2025-11-20 04:22:19', 'W', '188.166.190.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13707, '2025-11-20 04:22:19', 'W', '152.42.162.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13708, '2025-11-20 04:22:22', 'W', '179.24.81.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13709, '2025-11-20 04:22:22', 'W', '37.236.89.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13710, '2025-11-20 04:22:22', 'W', '38.10.98.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13711, '2025-11-20 04:22:23', 'W', '188.52.77.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13712, '2025-11-20 04:22:23', 'W', '189.27.105.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13713, '2025-11-20 04:22:23', 'W', '103.181.154.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13714, '2025-11-20 04:36:55', 'W', '17.241.227.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13715, '2025-11-20 04:37:11', 'W', '213.180.203.2', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13716, '2025-11-20 04:45:36', 'W', '188.166.241.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13717, '2025-11-20 04:45:40', 'W', '152.56.68.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13718, '2025-11-20 04:45:45', 'W', '155.117.163.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13719, '2025-11-20 04:45:48', 'W', '37.239.156.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13720, '2025-11-20 04:45:52', 'W', '17.22.237.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13721, '2025-11-20 04:51:36', 'W', '177.47.82.253', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(13722, '2025-11-20 04:52:57', 'W', '170.246.214.11', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(13723, '2025-11-20 04:52:59', 'W', '45.229.89.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(13724, '2025-11-20 05:08:41', 'W', '17.246.23.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13725, '2025-11-20 05:16:27', 'W', '17.22.253.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13726, '2025-11-20 05:27:27', 'A', '111.225.149.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13727, '2025-11-20 05:31:09', 'W', '165.22.50.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13728, '2025-11-20 05:31:13', 'W', '49.156.96.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13729, '2025-11-20 05:39:43', 'W', '165.232.162.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13730, '2025-11-20 05:39:46', 'W', '169.224.16.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13731, '2025-11-20 05:40:19', 'W', '155.117.163.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13732, '2025-11-20 05:40:21', 'W', '112.211.201.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13733, '2025-11-20 05:48:32', 'W', '14.247.203.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(13734, '2025-11-20 05:48:52', 'W', '17.246.15.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13735, '2025-11-20 05:49:47', 'W', '95.56.50.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(13736, '2025-11-20 05:49:58', 'W', '17.241.75.51', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13737, '2025-11-20 05:52:48', 'W', '189.138.4.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(13738, '2025-11-20 05:53:26', 'W', '190.109.96.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(13739, '2025-11-20 05:53:52', 'W', '155.117.163.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13740, '2025-11-20 05:53:54', 'W', '102.219.170.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13741, '2025-11-20 05:57:47', 'W', '17.22.253.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13742, '2025-11-20 05:58:53', 'W', '196.81.31.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'Chrome', 'Mac OS X'),
(13743, '2025-11-20 06:01:48', 'W', '106.219.167.249', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(13744, '2025-11-20 06:03:07', 'W', '192.111.129.145', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(13745, '2025-11-20 06:03:48', 'W', '20.215.214.18', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13746, '2025-11-20 06:34:02', 'W', '17.246.23.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13747, '2025-11-20 06:38:20', 'W', '143.20.81.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13748, '2025-11-20 06:38:22', 'W', '188.53.229.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13749, '2025-11-20 06:38:24', 'W', '159.223.51.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(13750, '2025-11-20 06:38:26', 'W', '180.75.240.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(13751, '2025-11-20 06:46:41', 'W', '5.255.231.8', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13752, '2025-11-20 06:49:49', 'W', '190.52.193.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Windows 10'),
(13753, '2025-11-20 06:49:51', 'W', '102.210.18.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(13754, '2025-11-20 06:49:52', 'W', '103.152.18.150', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13755, '2025-11-20 06:50:42', 'W', '45.171.218.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 10'),
(13756, '2025-11-20 06:50:52', 'W', '200.103.38.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13757, '2025-11-20 06:50:56', 'W', '201.182.154.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(13758, '2025-11-20 06:50:58', 'W', '45.161.83.63', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(13759, '2025-11-20 06:53:37', 'W', '103.111.225.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Windows 7'),
(13760, '2025-11-20 07:00:33', 'W', '157.55.39.201', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13761, '2025-11-20 07:01:14', 'W', '45.185.224.27', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(13762, '2025-11-20 07:01:39', 'W', '200.66.118.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(13763, '2025-11-20 07:02:16', 'W', '192.140.89.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 10'),
(13764, '2025-11-20 07:19:57', 'W', '150.241.237.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13765, '2025-11-20 07:20:00', 'W', '176.19.187.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13766, '2025-11-20 07:26:05', 'W', '157.55.39.192', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13767, '2025-11-20 07:29:57', 'W', '74.7.227.135', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(13768, '2025-11-20 07:32:54', 'W', '64.31.3.126', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(13769, '2025-11-20 07:41:46', 'W', '74.7.241.36', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(13770, '2025-11-20 07:43:10', 'W', '43.173.174.118', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13771, '2025-11-20 07:43:20', 'W', '95.108.213.125', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13772, '2025-11-20 07:52:11', 'W', '169.224.16.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(13773, '2025-11-20 07:52:58', 'W', '77.28.209.163', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13774, '2025-11-20 07:53:52', 'W', '105.107.148.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(13775, '2025-11-20 07:54:56', 'W', '103.151.60.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(13776, '2025-11-20 07:54:58', 'W', '45.190.34.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(13777, '2025-11-20 08:08:45', 'W', '5.255.231.163', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13778, '2025-11-20 08:17:57', 'W', '5.196.78.175', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13779, '2025-11-20 08:19:07', 'W', '20.194.157.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(13780, '2025-11-20 08:19:12', 'W', '43.173.177.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13781, '2025-11-20 08:21:53', 'W', '43.173.179.166', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13782, '2025-11-20 08:32:43', 'W', '57.141.4.78', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13783, '2025-11-20 08:32:52', 'W', '57.141.4.63', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13784, '2025-11-20 08:33:07', 'W', '57.141.4.2', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13785, '2025-11-20 08:34:11', 'W', '57.141.4.31', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13786, '2025-11-20 08:34:12', 'W', '57.141.4.32', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13787, '2025-11-20 08:49:01', 'W', '186.22.225.26', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(13788, '2025-11-20 08:49:01', 'W', '178.90.118.40', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(13789, '2025-11-20 08:51:39', 'W', '41.158.117.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(13790, '2025-11-20 08:53:02', 'W', '202.70.146.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(13791, '2025-11-20 08:53:06', 'W', '205.234.254.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1', 'Safari', 'Mac OS X'),
(13792, '2025-11-20 08:53:16', 'W', '152.232.150.218', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3', 'Chrome', 'Linux'),
(13793, '2025-11-20 08:53:34', 'W', '111.95.146.4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13794, '2025-11-20 08:56:18', 'W', '188.227.193.48', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13795, '2025-11-20 08:59:47', 'W', '189.37.72.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(13796, '2025-11-20 08:59:56', 'W', '57.141.4.75', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13797, '2025-11-20 09:00:31', 'W', '57.141.4.34', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13798, '2025-11-20 09:00:37', 'W', '57.141.4.38', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13799, '2025-11-20 09:02:08', 'W', '57.141.4.71', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13800, '2025-11-20 09:05:31', 'W', '54.251.255.21', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13801, '2025-11-20 09:10:44', 'W', '40.77.167.1', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13802, '2025-11-20 09:13:09', 'W', '57.141.4.17', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13803, '2025-11-20 09:17:50', 'W', '95.108.213.102', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13804, '2025-11-20 09:29:25', 'W', '185.211.98.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0', 'Chrome', 'Windows 10'),
(13805, '2025-11-20 09:29:41', 'W', '205.234.228.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X'),
(13806, '2025-11-20 09:31:12', 'W', '157.55.39.57', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13807, '2025-11-20 09:44:07', 'W', '213.180.203.81', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13808, '2025-11-20 09:50:40', 'W', '14.183.149.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(13809, '2025-11-20 09:50:41', 'W', '182.11.129.67', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14', 'Chrome', 'Windows 8'),
(13810, '2025-11-20 09:50:52', 'W', '91.120.125.8', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(13811, '2025-11-20 09:51:16', 'W', '14.187.146.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13812, '2025-11-20 09:52:13', 'W', '37.236.166.4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(13813, '2025-11-20 09:53:33', 'W', '212.200.247.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(13814, '2025-11-20 09:54:37', 'W', '181.191.179.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(13815, '2025-11-20 09:57:17', 'W', '113.169.16.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(13816, '2025-11-20 10:01:16', 'W', '57.141.4.40', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13817, '2025-11-20 10:02:16', 'W', '57.141.4.59', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13818, '2025-11-20 10:03:36', 'W', '57.141.4.23', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13819, '2025-11-20 10:11:03', 'W', '218.152.33.183', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(13820, '2025-11-20 10:14:09', 'W', '212.104.215.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13821, '2025-11-20 10:31:37', 'W', '57.141.4.58', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13822, '2025-11-20 10:32:58', 'W', '57.141.4.22', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13823, '2025-11-20 10:33:18', 'W', '154.30.101.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1', 'Safari', 'Mac OS X'),
(13824, '2025-11-20 10:33:33', 'W', '166.88.89.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X'),
(13825, '2025-11-20 10:35:00', 'W', '57.141.4.30', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13826, '2025-11-20 10:38:58', 'W', '170.23.26.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Trailer/93.3.8652.5', 'Chrome', 'Windows 10'),
(13827, '2025-11-20 10:39:01', 'W', '45.145.106.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X'),
(13828, '2025-11-20 10:39:47', 'W', '57.141.4.33', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13829, '2025-11-20 10:40:28', 'W', '57.141.4.74', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13830, '2025-11-20 10:43:10', 'W', '57.141.4.26', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13831, '2025-11-20 10:43:55', 'W', '57.141.4.77', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13832, '2025-11-20 10:44:07', 'W', '57.141.4.5', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13833, '2025-11-20 10:44:24', 'W', '57.141.4.16', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13834, '2025-11-20 10:45:27', 'W', '57.141.4.10', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13835, '2025-11-20 10:47:29', 'W', '57.141.4.72', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13836, '2025-11-20 10:48:51', 'W', '45.216.147.65', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(13837, '2025-11-20 10:49:21', 'W', '118.70.100.135', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13838, '2025-11-20 10:49:34', 'W', '38.137.253.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(13839, '2025-11-20 10:49:36', 'W', '201.2.125.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(13840, '2025-11-20 10:50:38', 'W', '74.7.241.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(13841, '2025-11-20 10:50:48', 'W', '57.141.4.9', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13842, '2025-11-20 10:51:46', 'W', '181.117.166.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(13843, '2025-11-20 10:52:27', 'W', '45.167.57.22', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(13844, '2025-11-20 10:52:47', 'W', '157.15.63.46', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(13845, '2025-11-20 10:53:13', 'W', '87.250.224.23', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13846, '2025-11-20 10:59:24', 'W', '57.141.4.50', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13847, '2025-11-20 10:59:52', 'W', '57.141.4.81', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13848, '2025-11-20 11:04:01', 'W', '57.141.4.56', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13849, '2025-11-20 11:11:26', 'W', '43.173.176.181', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13850, '2025-11-20 11:11:36', 'W', '5.255.231.138', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13851, '2025-11-20 11:11:53', 'W', '57.141.4.41', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13852, '2025-11-20 11:12:46', 'W', '51.68.236.73', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(13853, '2025-11-20 11:15:12', 'W', '92.112.92.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13854, '2025-11-20 11:16:40', 'W', '37.156.64.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X'),
(13855, '2025-11-20 11:35:01', 'W', '95.108.213.211', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13856, '2025-11-20 11:35:01', 'W', '95.108.213.179', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13857, '2025-11-20 11:48:33', 'W', '14.188.240.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(13858, '2025-11-20 11:49:28', 'W', '177.134.44.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(13859, '2025-11-20 11:51:56', 'W', '202.76.171.70', 'Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre', 'Firefox', 'Windows 7'),
(13860, '2025-11-20 11:54:08', 'W', '37.237.124.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13861, '2025-11-20 12:00:48', 'W', '27.34.67.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 10'),
(13862, '2025-11-20 12:01:47', 'W', '189.28.95.243', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(13863, '2025-11-20 12:13:23', 'W', '108.165.41.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0', 'Chrome', 'Windows 10'),
(13864, '2025-11-20 12:14:31', 'W', '138.226.106.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1', 'Safari', 'Mac OS X'),
(13865, '2025-11-20 12:20:27', 'W', '213.180.203.241', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13866, '2025-11-20 12:41:41', 'W', '17.241.219.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13867, '2025-11-20 12:49:04', 'W', '154.192.104.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(13868, '2025-11-20 12:50:46', 'W', '14.249.110.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(13869, '2025-11-20 12:52:00', 'W', '168.197.87.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(13870, '2025-11-20 12:52:52', 'W', '186.134.217.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.49 Safari/537.36', 'Chrome', 'Windows 10'),
(13871, '2025-11-20 12:53:59', 'W', '5.193.162.200', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.2', 'Chrome', 'Windows 7'),
(13872, '2025-11-20 12:54:00', 'W', '14.176.151.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'Chrome', 'Windows 7'),
(13873, '2025-11-20 13:17:34', 'W', '205.234.245.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(13874, '2025-11-20 13:18:43', 'W', '170.23.23.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.3', 'Chrome', 'Mac OS X'),
(13875, '2025-11-20 13:24:44', 'W', '57.141.0.76', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13876, '2025-11-20 13:33:46', 'W', '43.173.181.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13877, '2025-11-20 13:33:52', 'W', '103.115.199.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13878, '2025-11-20 13:35:16', 'W', '43.173.181.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13879, '2025-11-20 13:35:52', 'W', '43.173.176.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13880, '2025-11-20 13:44:33', 'W', '43.173.174.91', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13881, '2025-11-20 13:46:12', 'W', '17.22.237.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13882, '2025-11-20 13:49:40', 'W', '14.182.220.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.70 Safari/537.36', 'Chrome', 'Mac OS X'),
(13883, '2025-11-20 13:50:49', 'W', '146.174.166.182', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16', 'Chrome', 'Ubuntu'),
(13884, '2025-11-20 13:53:41', 'W', '189.15.236.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(13885, '2025-11-20 13:57:21', 'W', '18.141.87.4', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13886, '2025-11-20 14:02:51', 'W', '8.217.212.116', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13887, '2025-11-20 14:03:49', 'W', '8.217.210.223', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13888, '2025-11-20 14:07:32', 'W', '95.108.213.121', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13889, '2025-11-20 14:10:51', 'W', '8.217.181.98', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13890, '2025-11-20 14:12:04', 'W', '192.144.200.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13891, '2025-11-20 14:16:34', 'W', '8.217.211.252', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13892, '2025-11-20 14:17:26', 'W', '8.217.212.29', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13893, '2025-11-20 14:21:13', 'W', '8.217.209.113', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13894, '2025-11-20 14:22:43', 'W', '103.80.2.229', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(13895, '2025-11-20 14:23:06', 'W', '8.217.212.250', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13896, '2025-11-20 14:27:43', 'W', '17.241.75.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13897, '2025-11-20 14:28:44', 'W', '8.218.220.87', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13898, '2025-11-20 14:32:19', 'W', '17.22.237.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13899, '2025-11-20 14:32:58', 'W', '8.217.212.39', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13900, '2025-11-20 14:33:00', 'W', '8.217.88.56', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13901, '2025-11-20 14:34:29', 'W', '8.217.212.0', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13902, '2025-11-20 14:34:30', 'W', '8.217.214.152', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13903, '2025-11-20 14:36:23', 'W', '8.217.35.234', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13904, '2025-11-20 14:36:50', 'W', '8.217.181.107', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13905, '2025-11-20 14:36:53', 'W', '8.217.214.104', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13906, '2025-11-20 14:37:40', 'W', '8.217.208.88', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13907, '2025-11-20 14:39:52', 'W', '8.217.211.31', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13908, '2025-11-20 14:51:01', 'W', '181.14.255.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(13909, '2025-11-20 14:53:23', 'W', '179.155.129.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(13910, '2025-11-20 14:54:05', 'W', '17.241.75.156', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13911, '2025-11-20 14:55:34', 'W', '189.174.10.40', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(13912, '2025-11-20 14:55:54', 'A', '110.249.202.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13913, '2025-11-20 14:56:57', 'W', '113.162.236.229', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 7'),
(13914, '2025-11-20 14:57:00', 'W', '182.177.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(13915, '2025-11-20 15:00:43', 'W', '177.154.20.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(13916, '2025-11-20 15:01:10', 'W', '103.209.184.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(13917, '2025-11-20 15:01:18', 'A', '111.225.148.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13918, '2025-11-20 15:03:37', 'W', '37.238.80.24', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 7'),
(13919, '2025-11-20 15:08:50', 'W', '189.38.249.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13920, '2025-11-20 15:09:05', 'W', '17.241.75.96', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13921, '2025-11-20 15:17:46', 'A', '110.249.201.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13922, '2025-11-20 15:26:04', 'W', '43.135.123.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13923, '2025-11-20 15:29:14', 'W', '17.241.75.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13924, '2025-11-20 15:30:59', 'W', '17.246.23.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13925, '2025-11-20 15:44:47', 'W', '17.241.227.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13926, '2025-11-20 15:50:12', 'W', '114.10.44.173', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(13927, '2025-11-20 15:53:20', 'W', '101.128.96.30', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36', 'Chrome', 'Windows 7'),
(13928, '2025-11-20 15:56:34', 'W', '181.64.241.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 10'),
(13929, '2025-11-20 15:57:45', 'W', '213.180.203.243', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13930, '2025-11-20 16:01:51', 'W', '14.191.245.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1150.52 Safari/537.36', 'Chrome', 'Windows 10'),
(13931, '2025-11-20 16:01:54', 'W', '113.170.249.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(13932, '2025-11-20 16:05:34', 'A', '111.225.149.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13933, '2025-11-20 16:12:39', 'W', '17.22.237.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13934, '2025-11-20 16:13:52', 'W', '45.41.174.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1', 'Safari', 'Mac OS X'),
(13935, '2025-11-20 16:18:37', 'W', '17.246.15.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13936, '2025-11-20 16:29:38', 'W', '49.234.194.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13937, '2025-11-20 16:36:37', 'W', '195.154.61.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(13938, '2025-11-20 16:39:38', 'W', '43.173.177.238', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13939, '2025-11-20 16:47:22', 'W', '43.173.177.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13940, '2025-11-20 16:48:00', 'W', '43.174.32.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13941, '2025-11-20 16:48:41', 'A', '111.225.149.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13942, '2025-11-20 16:52:29', 'W', '86.104.22.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(13943, '2025-11-20 16:52:39', 'W', '129.45.8.250', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(13944, '2025-11-20 16:53:00', 'W', '14.186.113.164', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(13945, '2025-11-20 16:59:45', 'W', '14.191.141.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/85.0.4183.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(13946, '2025-11-20 16:59:47', 'W', '167.250.244.10', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36', 'Chrome', 'Windows 8'),
(13947, '2025-11-20 17:02:09', 'W', '17.241.219.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13948, '2025-11-20 17:03:14', 'W', '45.173.91.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/524.34', 'Chrome', 'Mac OS X'),
(13949, '2025-11-20 17:03:47', 'W', '37.231.158.164', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(13950, '2025-11-20 17:07:39', 'W', '107.174.119.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36', 'Chrome', 'Windows 10'),
(13951, '2025-11-20 17:07:54', 'W', '189.201.131.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(13952, '2025-11-20 17:13:59', 'W', '17.246.15.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13953, '2025-11-20 17:16:50', 'A', '111.225.148.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(13954, '2025-11-20 17:23:03', 'W', '47.130.69.52', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(13955, '2025-11-20 17:23:10', 'W', '43.173.173.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13956, '2025-11-20 17:28:33', 'W', '102.130.194.2', 'Mozilla/5.0 (Windows; U; Windows NT 11.0) AppleWebKit/532.3.3 (KHTML, like Gecko) Version/5.0 Safari/532.3.3', 'Safari', 'Unknown OS Platform'),
(13957, '2025-11-20 17:28:42', 'W', '69.117.253.192', 'Opera/8.31.(X11; Linux x86_64; quz-PE) Presto/2.9.177 Version/11.00', 'Opera', 'Linux'),
(13958, '2025-11-20 17:32:29', 'W', '43.173.178.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13959, '2025-11-20 17:34:58', 'W', '17.246.19.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13960, '2025-11-20 17:36:09', 'W', '43.173.173.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13961, '2025-11-20 17:37:26', 'W', '17.241.227.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13962, '2025-11-20 17:37:32', 'W', '45.163.88.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13963, '2025-11-20 17:38:46', 'W', '43.174.127.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(13964, '2025-11-20 17:39:56', 'W', '179.30.184.79', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13965, '2025-11-20 17:49:35', 'W', '43.166.172.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(13966, '2025-11-20 18:00:20', 'W', '202.76.169.204', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.1 Safari/532.1', 'Chrome', 'Mac OS X'),
(13967, '2025-11-20 18:02:31', 'W', '148.222.130.231', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(13968, '2025-11-20 18:07:01', 'W', '45.173.123.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(13969, '2025-11-20 18:07:48', 'W', '190.143.155.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(13970, '2025-11-20 18:09:45', 'W', '17.241.227.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13971, '2025-11-20 18:21:41', 'W', '157.55.39.49', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(13972, '2025-11-20 18:25:31', 'W', '17.22.237.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13973, '2025-11-20 18:42:04', 'W', '17.22.245.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13974, '2025-11-20 18:42:04', 'W', '43.173.179.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13975, '2025-11-20 18:44:01', 'W', '17.241.227.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13976, '2025-11-20 18:45:09', 'W', '8.217.175.178', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13977, '2025-11-20 18:45:33', 'W', '8.217.212.36', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13978, '2025-11-20 18:49:50', 'W', '8.217.188.66', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13979, '2025-11-20 18:50:55', 'W', '8.217.143.230', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13980, '2025-11-20 18:58:00', 'W', '8.218.222.43', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13981, '2025-11-20 19:01:35', 'W', '94.47.23.188', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 7'),
(13982, '2025-11-20 19:02:05', 'A', '47.128.59.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(13983, '2025-11-20 19:02:58', 'W', '144.48.109.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36', 'Chrome', 'Mac OS X'),
(13984, '2025-11-20 19:05:07', 'W', '123.23.144.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 7'),
(13985, '2025-11-20 19:05:56', 'W', '8.217.208.238', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13986, '2025-11-20 19:09:32', 'W', '8.217.180.93', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13987, '2025-11-20 19:10:47', 'W', '17.22.245.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13988, '2025-11-20 19:13:02', 'W', '17.246.23.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13989, '2025-11-20 19:13:25', 'W', '5.255.231.154', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(13990, '2025-11-20 19:17:17', 'W', '8.210.50.177', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13991, '2025-11-20 19:17:56', 'W', '17.241.227.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13992, '2025-11-20 19:23:47', 'W', '8.217.213.197', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13993, '2025-11-20 19:24:17', 'W', '8.217.151.65', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13994, '2025-11-20 19:29:54', 'W', '17.246.15.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13995, '2025-11-20 19:34:50', 'W', '8.217.213.0', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13996, '2025-11-20 19:39:20', 'W', '8.217.212.194', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(13997, '2025-11-20 19:42:07', 'I', '146.75.248.0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(13998, '2025-11-20 19:43:29', 'W', '17.22.245.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(13999, '2025-11-20 19:43:56', 'I', '85.254.128.197', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(14000, '2025-11-20 19:43:57', 'W', '142.147.202.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14001, '2025-11-20 19:57:02', 'W', '17.241.227.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14002, '2025-11-20 19:59:30', 'W', '41.150.48.93', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14003, '2025-11-20 20:01:28', 'W', '123.20.210.142', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36', 'Chrome', 'Windows 7'),
(14004, '2025-11-20 20:08:03', 'W', '17.241.227.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14005, '2025-11-20 20:11:16', 'W', '147.135.213.172', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14006, '2025-11-20 20:14:12', 'W', '17.241.75.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14007, '2025-11-20 20:21:22', 'W', '17.22.245.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14008, '2025-11-20 20:25:05', 'W', '17.241.75.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14009, '2025-11-20 20:42:11', 'W', '213.180.203.146', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14010, '2025-11-20 20:47:51', 'W', '17.241.219.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14011, '2025-11-20 20:48:36', 'W', '17.22.245.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14012, '2025-11-20 20:52:06', 'W', '179.127.73.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Windows 10'),
(14013, '2025-11-20 20:55:39', 'W', '45.166.9.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(14014, '2025-11-20 20:55:43', 'W', '38.3.228.107', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(14015, '2025-11-20 21:01:11', 'W', '131.255.37.223', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'Chrome', 'Windows 7'),
(14016, '2025-11-20 21:01:13', 'W', '38.248.128.252', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.60 Safari/537.17', 'Chrome', 'Windows 7'),
(14017, '2025-11-20 21:02:09', 'W', '14.187.237.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(14018, '2025-11-20 21:02:13', 'W', '41.251.138.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 7'),
(14019, '2025-11-20 21:03:45', 'A', '111.225.149.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14020, '2025-11-20 21:16:12', 'W', '5.255.231.80', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14021, '2025-11-20 21:26:03', 'W', '43.135.91.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14022, '2025-11-20 21:26:23', 'W', '147.135.213.11', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14023, '2025-11-20 21:51:44', 'W', '213.180.203.25', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14024, '2025-11-20 21:58:20', 'W', '85.250.86.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(14025, '2025-11-20 21:58:40', 'W', '212.200.112.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(14026, '2025-11-20 21:59:36', 'W', '188.23.167.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(14027, '2025-11-20 22:01:16', 'W', '181.61.96.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.2 Safari/537.36', 'Chrome', 'Mac OS X'),
(14028, '2025-11-20 22:13:25', 'W', '17.246.19.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14029, '2025-11-20 22:20:11', 'A', '111.225.149.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14030, '2025-11-20 22:20:15', 'W', '43.173.181.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14031, '2025-11-20 22:29:22', 'W', '95.108.213.82', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14032, '2025-11-20 22:30:59', 'W', '47.128.41.109', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14033, '2025-11-20 22:35:53', 'W', '17.22.253.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14034, '2025-11-20 22:43:02', 'W', '87.250.224.25', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14035, '2025-11-20 22:47:49', 'W', '187.113.178.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(14036, '2025-11-20 22:47:50', 'W', '103.130.18.4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14037, '2025-11-20 22:48:46', 'W', '191.24.87.4', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14038, '2025-11-20 22:52:14', 'W', '14.166.248.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14039, '2025-11-20 22:53:43', 'W', '186.215.6.191', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(14040, '2025-11-20 22:53:43', 'W', '91.106.60.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(14041, '2025-11-20 22:55:54', 'W', '176.29.78.188', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36', 'Chrome', 'Windows XP'),
(14042, '2025-11-20 22:56:24', 'W', '190.105.220.249', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14043, '2025-11-20 22:57:03', 'W', '17.241.227.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14044, '2025-11-20 22:58:35', 'W', '186.224.146.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(14045, '2025-11-20 23:02:15', 'W', '202.76.168.7', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12', 'Safari', 'Mac OS X'),
(14046, '2025-11-20 23:05:14', 'W', '216.73.216.222', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14047, '2025-11-20 23:17:55', 'W', '17.22.245.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14048, '2025-11-20 23:29:07', 'W', '17.241.227.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14049, '2025-11-20 23:30:04', 'W', '17.246.15.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14050, '2025-11-20 23:35:30', 'W', '47.128.61.238', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14051, '2025-11-20 23:41:04', 'W', '5.255.231.73', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14052, '2025-11-20 23:43:10', 'W', '17.246.19.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14053, '2025-11-20 23:46:26', 'W', '17.246.15.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14054, '2025-11-20 23:46:40', 'W', '8.217.214.117', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14055, '2025-11-20 23:47:16', 'W', '8.217.213.215', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14056, '2025-11-20 23:47:32', 'W', '113.182.223.177', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.2 Safari/537.36', 'Chrome', 'Windows 10'),
(14057, '2025-11-20 23:48:19', 'W', '13.250.203.189', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14058, '2025-11-20 23:49:04', 'W', '8.217.165.228', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14059, '2025-11-20 23:49:43', 'W', '8.217.191.23', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14060, '2025-11-20 23:49:59', 'W', '131.0.234.175', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(14061, '2025-11-20 23:50:21', 'W', '103.19.49.120', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(14062, '2025-11-20 23:50:44', 'W', '8.217.140.125', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14063, '2025-11-20 23:53:12', 'W', '8.217.210.98', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14064, '2025-11-20 23:55:38', 'W', '187.45.75.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(14065, '2025-11-20 23:55:39', 'W', '89.237.192.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(14066, '2025-11-20 23:55:41', 'W', '190.186.58.254', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(14067, '2025-11-20 23:57:02', 'W', '8.217.209.178', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14068, '2025-11-20 23:57:38', 'W', '151.244.146.42', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(14069, '2025-11-20 23:58:34', 'W', '8.217.211.106', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14070, '2025-11-20 23:59:47', 'W', '151.249.170.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(14071, '2025-11-21 00:00:47', 'W', '8.217.215.15', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14072, '2025-11-21 00:15:33', 'W', '157.55.39.63', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14073, '2025-11-21 00:17:32', 'W', '17.22.245.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14074, '2025-11-21 00:20:34', 'W', '17.22.237.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14075, '2025-11-21 00:33:38', 'W', '51.83.9.208', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14076, '2025-11-21 00:33:57', 'W', '17.241.75.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14077, '2025-11-21 00:34:10', 'W', '95.108.213.219', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14078, '2025-11-21 00:46:23', 'A', '47.128.36.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(14079, '2025-11-21 00:46:47', 'W', '207.46.13.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14080, '2025-11-21 00:47:40', 'W', '181.94.229.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(14081, '2025-11-21 00:48:48', 'W', '181.188.253.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14082, '2025-11-21 00:49:30', 'W', '168.194.146.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(14083, '2025-11-21 00:52:20', 'W', '179.222.237.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14084, '2025-11-21 00:52:20', 'W', '191.95.147.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(14085, '2025-11-21 00:56:57', 'W', '8.217.212.165', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14086, '2025-11-21 00:59:44', 'W', '17.241.227.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14087, '2025-11-21 01:03:52', 'W', '45.177.207.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14088, '2025-11-21 01:05:07', 'W', '187.255.14.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(14089, '2025-11-21 01:13:38', 'W', '87.250.224.6', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14090, '2025-11-21 01:13:41', 'W', '213.180.203.182', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14091, '2025-11-21 01:31:48', 'W', '87.250.224.41', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14092, '2025-11-21 01:31:50', 'W', '5.255.231.82', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14093, '2025-11-21 01:44:31', 'W', '157.55.39.9', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14094, '2025-11-21 01:49:24', 'W', '41.218.119.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(14095, '2025-11-21 01:52:15', 'W', '17.22.245.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14096, '2025-11-21 01:56:46', 'W', '112.134.226.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(14097, '2025-11-21 01:58:19', 'A', '110.249.201.217', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14098, '2025-11-21 01:59:22', 'W', '223.184.186.90', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 10'),
(14099, '2025-11-21 02:00:28', 'W', '181.197.182.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14100, '2025-11-21 02:01:15', 'W', '181.80.199.211', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14101, '2025-11-21 02:03:20', 'W', '17.246.19.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14102, '2025-11-21 02:16:54', 'W', '17.22.237.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14103, '2025-11-21 02:16:55', 'W', '213.180.203.106', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14104, '2025-11-21 02:20:02', 'W', '147.135.214.239', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14105, '2025-11-21 02:25:17', 'W', '17.241.75.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14106, '2025-11-21 02:28:14', 'W', '17.22.245.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14107, '2025-11-21 02:43:05', 'W', '17.241.75.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14108, '2025-11-21 02:47:36', 'W', '91.106.44.200', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(14109, '2025-11-21 02:50:18', 'W', '189.107.27.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14110, '2025-11-21 02:50:41', 'W', '14.244.1.150', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 7'),
(14111, '2025-11-21 02:55:45', 'W', '201.106.63.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(14112, '2025-11-21 03:09:36', 'W', '35.74.243.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(14113, '2025-11-21 03:09:55', 'W', '35.74.243.186', 'python-httpx/0.24.1', 'Unknown Browser', 'Unknown OS Platform'),
(14114, '2025-11-21 03:20:31', 'W', '17.246.19.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14115, '2025-11-21 03:23:48', 'W', '17.246.19.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14116, '2025-11-21 03:30:44', 'W', '216.73.216.3', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14117, '2025-11-21 03:45:53', 'W', '38.51.35.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(14118, '2025-11-21 03:45:54', 'W', '177.190.138.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(14119, '2025-11-21 03:47:11', 'W', '86.106.74.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(14120, '2025-11-21 03:51:19', 'W', '103.71.47.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(14121, '2025-11-21 03:54:08', 'W', '157.55.39.10', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14122, '2025-11-21 03:55:31', 'W', '14.171.50.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(14123, '2025-11-21 03:59:30', 'W', '159.223.88.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14124, '2025-11-21 03:59:33', 'W', '159.223.88.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15', 'Safari', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(14125, '2025-11-21 04:08:41', 'W', '17.241.227.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14126, '2025-11-21 04:14:06', 'W', '17.241.219.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14127, '2025-11-21 04:28:47', 'W', '43.173.177.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14128, '2025-11-21 04:30:31', 'W', '43.167.223.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14129, '2025-11-21 04:32:05', 'W', '17.246.23.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14130, '2025-11-21 04:36:21', 'W', '43.173.179.41', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14131, '2025-11-21 04:46:08', 'A', '111.225.149.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14132, '2025-11-21 04:47:19', 'W', '181.85.0.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14133, '2025-11-21 04:50:17', 'W', '143.105.67.234', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Windows 10'),
(14134, '2025-11-21 04:50:20', 'W', '190.204.192.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14135, '2025-11-21 04:51:18', 'W', '189.114.212.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14136, '2025-11-21 04:52:55', 'W', '194.60.77.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(14137, '2025-11-21 04:56:18', 'W', '103.137.67.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(14138, '2025-11-21 05:02:48', 'W', '17.22.253.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14139, '2025-11-21 05:13:30', 'W', '17.246.23.242', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14140, '2025-11-21 05:14:41', 'W', '18.97.9.97', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(14141, '2025-11-21 05:20:57', 'W', '87.250.224.13', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14142, '2025-11-21 05:23:08', 'W', '17.246.23.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14143, '2025-11-21 05:27:55', 'W', '43.173.179.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14144, '2025-11-21 05:30:33', 'W', '43.173.180.168', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14145, '2025-11-21 05:37:09', 'W', '17.246.19.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14146, '2025-11-21 05:47:32', 'W', '45.224.120.178', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(14147, '2025-11-21 05:47:34', 'W', '102.221.129.119', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 8'),
(14148, '2025-11-21 05:54:24', 'W', '41.10.158.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Mac OS X'),
(14149, '2025-11-21 05:54:52', 'W', '14.161.6.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36', 'Chrome', 'Windows 10'),
(14150, '2025-11-21 05:54:53', 'W', '187.106.40.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3835.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14151, '2025-11-21 05:56:34', 'W', '52.74.206.17', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14152, '2025-11-21 06:12:39', 'W', '95.108.213.96', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14153, '2025-11-21 06:19:41', 'W', '17.246.19.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14154, '2025-11-21 06:30:58', 'W', '17.241.219.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14155, '2025-11-21 06:37:15', 'W', '17.246.19.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14156, '2025-11-21 06:45:52', 'W', '170.81.77.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4886.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14157, '2025-11-21 06:46:09', 'W', '131.72.87.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14158, '2025-11-21 06:46:40', 'W', '177.23.232.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(14159, '2025-11-21 06:47:27', 'W', '170.239.37.143', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(14160, '2025-11-21 06:48:40', 'W', '17.246.15.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14161, '2025-11-21 06:49:09', 'W', '201.33.65.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(14162, '2025-11-21 06:49:59', 'W', '189.102.192.205', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows 7'),
(14163, '2025-11-21 06:50:20', 'W', '160.154.10.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14164, '2025-11-21 06:51:52', 'W', '143.105.136.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(14165, '2025-11-21 06:54:08', 'W', '86.127.187.164', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(14166, '2025-11-21 06:56:46', 'W', '5.37.182.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(14167, '2025-11-21 07:06:01', 'W', '40.77.167.18', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14168, '2025-11-21 07:11:19', 'W', '107.152.46.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(14169, '2025-11-21 07:12:52', 'W', '17.241.227.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14170, '2025-11-21 07:22:26', 'W', '43.173.181.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14171, '2025-11-21 07:32:37', 'W', '103.149.56.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(14172, '2025-11-21 07:33:09', 'W', '146.70.175.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(14173, '2025-11-21 07:38:33', 'W', '17.22.237.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14174, '2025-11-21 07:47:14', 'W', '177.200.5.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.3538.77 Safari/537.36', 'Chrome', 'Mac OS X'),
(14175, '2025-11-21 07:47:42', 'W', '177.84.246.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1483.27 Safari/537.36', 'Chrome', 'Windows 10'),
(14176, '2025-11-21 07:47:51', 'W', '14.189.178.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(14177, '2025-11-21 07:48:19', 'W', '201.79.39.192', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(14178, '2025-11-21 07:48:38', 'W', '176.100.46.130', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(14179, '2025-11-21 07:48:40', 'W', '113.169.31.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(14180, '2025-11-21 07:49:24', 'W', '170.247.56.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(14181, '2025-11-21 07:49:54', 'W', '45.190.5.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14182, '2025-11-21 08:11:32', 'W', '5.255.231.12', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14183, '2025-11-21 08:11:44', 'W', '57.141.0.77', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14184, '2025-11-21 08:13:47', 'W', '8.217.212.43', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14185, '2025-11-21 08:14:55', 'W', '8.217.183.195', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14186, '2025-11-21 08:15:19', 'W', '8.217.213.123', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14187, '2025-11-21 08:15:29', 'W', '8.217.211.127', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14188, '2025-11-21 08:15:42', 'W', '8.217.191.155', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14189, '2025-11-21 08:19:25', 'A', '111.225.149.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14190, '2025-11-21 08:24:59', 'W', '8.217.151.41', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14191, '2025-11-21 08:25:49', 'W', '8.217.210.248', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14192, '2025-11-21 08:25:54', 'W', '8.217.191.179', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14193, '2025-11-21 08:26:00', 'W', '8.217.213.24', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14194, '2025-11-21 08:26:51', 'W', '8.217.212.62', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14195, '2025-11-21 08:26:53', 'W', '8.217.213.165', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14196, '2025-11-21 08:29:04', 'W', '8.217.214.193', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14197, '2025-11-21 08:32:59', 'W', '47.128.34.73', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14198, '2025-11-21 08:35:54', 'W', '8.217.191.94', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14199, '2025-11-21 08:46:14', 'W', '37.114.183.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14200, '2025-11-21 08:47:36', 'W', '113.173.58.63', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 7'),
(14201, '2025-11-21 08:48:18', 'W', '110.137.103.17', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(14202, '2025-11-21 08:49:46', 'W', '103.68.117.21', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14203, '2025-11-21 09:40:19', 'W', '202.76.173.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.834.0 Safari/535.1', 'Chrome', 'Mac OS X'),
(14204, '2025-11-21 09:41:32', 'W', '40.77.167.6', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14205, '2025-11-21 09:50:45', 'W', '38.3.230.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14206, '2025-11-21 09:51:25', 'W', '178.156.164.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 10'),
(14207, '2025-11-21 09:51:44', 'W', '45.119.135.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14208, '2025-11-21 09:52:04', 'I', '92.71.45.141', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(14209, '2025-11-21 09:52:04', 'W', '166.88.123.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14210, '2025-11-21 09:52:38', 'W', '186.225.185.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(14211, '2025-11-21 10:25:59', 'W', '207.46.13.31', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14212, '2025-11-21 10:47:45', 'W', '154.110.123.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(14213, '2025-11-21 10:50:20', 'W', '187.95.17.183', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 8'),
(14214, '2025-11-21 10:51:36', 'W', '191.178.193.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14215, '2025-11-21 10:52:45', 'W', '103.102.89.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(14216, '2025-11-21 10:58:46', 'W', '57.141.4.70', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14217, '2025-11-21 10:59:02', 'W', '57.141.4.24', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14218, '2025-11-21 11:00:20', 'W', '57.141.4.18', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14219, '2025-11-21 11:00:24', 'W', '57.141.4.37', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14220, '2025-11-21 11:00:30', 'W', '57.141.4.11', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14221, '2025-11-21 11:03:59', 'W', '10.3.224.134', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14222, '2025-11-21 11:09:31', 'W', '57.141.4.43', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14223, '2025-11-21 11:14:45', 'W', '57.141.4.1', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14224, '2025-11-21 11:18:32', 'W', '57.141.4.19', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14225, '2025-11-21 11:18:32', 'W', '57.141.4.44', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14226, '2025-11-21 11:20:18', 'W', '57.141.4.21', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14227, '2025-11-21 11:21:34', 'A', '111.225.149.108', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14228, '2025-11-21 11:21:37', 'W', '57.141.4.39', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14229, '2025-11-21 11:22:27', 'W', '57.141.4.28', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14230, '2025-11-21 11:22:36', 'W', '43.173.178.219', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14231, '2025-11-21 11:25:15', 'W', '57.141.4.14', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14232, '2025-11-21 11:27:39', 'W', '57.141.4.6', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14233, '2025-11-21 11:28:18', 'W', '57.141.4.3', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14234, '2025-11-21 11:29:08', 'W', '105.102.83.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14235, '2025-11-21 11:29:11', 'W', '43.173.174.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14236, '2025-11-21 11:29:48', 'W', '57.141.4.73', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14237, '2025-11-21 11:29:58', 'W', '57.141.4.60', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14238, '2025-11-21 11:33:53', 'W', '57.141.4.49', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14239, '2025-11-21 11:34:44', 'W', '57.141.4.53', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14240, '2025-11-21 11:35:22', 'W', '57.141.4.46', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14241, '2025-11-21 11:37:00', 'W', '57.141.4.25', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14242, '2025-11-21 11:37:01', 'W', '57.141.4.83', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14243, '2025-11-21 11:39:05', 'W', '57.141.4.48', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14244, '2025-11-21 11:40:45', 'W', '57.141.4.55', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14245, '2025-11-21 11:46:27', 'W', '14.188.118.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(14246, '2025-11-21 11:46:36', 'W', '45.226.31.150', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(14247, '2025-11-21 11:52:39', 'W', '177.73.200.180', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(14248, '2025-11-21 11:52:44', 'W', '176.241.83.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14249, '2025-11-21 11:54:06', 'W', '191.99.67.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4500.0 Iron Safari/537.36', 'Chrome', 'Windows 10'),
(14250, '2025-11-21 12:47:25', 'W', '123.21.208.156', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(14251, '2025-11-21 12:47:46', 'W', '167.249.188.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(14252, '2025-11-21 12:48:29', 'W', '35.223.136.186', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14253, '2025-11-21 12:48:58', 'W', '200.196.36.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 7'),
(14254, '2025-11-21 12:49:01', 'W', '137.59.221.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(14255, '2025-11-21 12:50:02', 'W', '14.184.211.32', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 10'),
(14256, '2025-11-21 12:50:59', 'W', '131.72.191.192', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(14257, '2025-11-21 12:51:40', 'W', '105.159.161.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(14258, '2025-11-21 12:52:43', 'W', '189.36.254.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(14259, '2025-11-21 12:53:02', 'W', '177.70.93.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(14260, '2025-11-21 13:15:29', 'W', '17.22.245.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14261, '2025-11-21 13:35:01', 'W', '157.55.39.55', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14262, '2025-11-21 13:49:16', 'W', '197.245.137.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(14263, '2025-11-21 13:55:09', 'W', '14.180.119.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(14264, '2025-11-21 13:58:01', 'W', '190.129.16.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'Chrome', 'Mac OS X'),
(14265, '2025-11-21 13:58:04', 'W', '95.108.213.105', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14266, '2025-11-21 14:00:38', 'W', '35.187.79.143', 'Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14267, '2025-11-21 14:01:38', 'W', '169.224.110.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'Chrome', 'Windows 10'),
(14268, '2025-11-21 14:01:38', 'W', '177.38.241.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14269, '2025-11-21 14:01:42', 'W', '41.135.63.109', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(14270, '2025-11-21 14:01:54', 'W', '102.66.181.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(14271, '2025-11-21 14:01:56', 'W', '5.34.1.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14272, '2025-11-21 14:16:31', 'W', '17.246.19.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14273, '2025-11-21 14:24:11', 'W', '87.250.224.45', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14274, '2025-11-21 14:32:31', 'W', '107.152.32.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14275, '2025-11-21 14:38:35', 'W', '202.76.171.189', 'Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130328 Firefox/21.0', 'Firefox', 'Windows 7'),
(14276, '2025-11-21 14:43:58', 'W', '8.217.166.191', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14277, '2025-11-21 14:45:19', 'W', '195.178.110.201', 'Python/3.10 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(14278, '2025-11-21 14:46:09', 'W', '8.217.212.233', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14279, '2025-11-21 14:48:30', 'W', '8.217.142.247', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14280, '2025-11-21 14:48:48', 'W', '8.217.210.129', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14281, '2025-11-21 14:49:00', 'W', '8.217.152.218', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14282, '2025-11-21 14:49:58', 'W', '190.176.106.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.123 Safari/537.36', 'Chrome', 'Windows 10'),
(14283, '2025-11-21 14:52:10', 'W', '8.217.191.1', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14284, '2025-11-21 14:54:33', 'W', '14.248.203.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(14285, '2025-11-21 14:58:10', 'W', '57.141.4.12', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14286, '2025-11-21 14:58:44', 'W', '8.217.212.249', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14287, '2025-11-21 14:58:56', 'W', '124.29.227.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/524.34', 'Chrome', 'Mac OS X'),
(14288, '2025-11-21 14:58:57', 'W', '179.32.114.111', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(14289, '2025-11-21 14:59:51', 'W', '8.217.211.241', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14290, '2025-11-21 15:01:04', 'W', '8.217.209.55', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14291, '2025-11-21 15:08:06', 'W', '8.217.162.124', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14292, '2025-11-21 15:08:26', 'W', '8.217.183.237', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14293, '2025-11-21 15:10:53', 'W', '8.217.191.210', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14294, '2025-11-21 15:14:14', 'W', '8.217.177.13', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14295, '2025-11-21 15:15:53', 'W', '8.217.211.59', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14296, '2025-11-21 15:15:54', 'W', '8.217.190.93', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14297, '2025-11-21 15:17:21', 'W', '8.217.190.205', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14298, '2025-11-21 15:23:58', 'W', '43.173.180.32', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14299, '2025-11-21 15:25:52', 'W', '17.22.253.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14300, '2025-11-21 15:34:26', 'W', '202.76.173.28', 'Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20110319 Firefox/4.0', 'Firefox', 'Windows 7'),
(14301, '2025-11-21 15:40:59', 'W', '57.141.4.27', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14302, '2025-11-21 15:49:38', 'W', '186.232.234.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14303, '2025-11-21 15:52:29', 'W', '181.36.152.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14304, '2025-11-21 15:52:30', 'W', '38.76.229.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(14305, '2025-11-21 15:53:12', 'W', '41.121.42.100', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(14306, '2025-11-21 15:55:28', 'W', '41.200.10.197', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14307, '2025-11-21 15:58:20', 'W', '80.80.90.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14308, '2025-11-21 16:03:13', 'W', '17.246.15.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14309, '2025-11-21 16:03:45', 'W', '17.241.227.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14310, '2025-11-21 16:14:11', 'W', '119.252.173.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(14311, '2025-11-21 16:17:29', 'W', '213.180.203.245', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14312, '2025-11-21 16:18:57', 'W', '17.22.253.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14313, '2025-11-21 16:29:48', 'W', '57.141.4.57', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14314, '2025-11-21 16:41:53', 'W', '43.173.177.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14315, '2025-11-21 16:41:57', 'W', '43.173.182.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14316, '2025-11-21 16:44:24', 'W', '74.7.242.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(14317, '2025-11-21 17:02:10', 'W', '201.162.102.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(14318, '2025-11-21 17:02:39', 'W', '138.255.233.203', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14319, '2025-11-21 17:10:02', 'W', '93.169.47.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(14320, '2025-11-21 17:12:12', 'W', '181.116.177.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14321, '2025-11-21 17:13:08', 'W', '85.184.47.74', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Windows 10'),
(14322, '2025-11-21 17:13:08', 'W', '196.190.62.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Windows 10'),
(14323, '2025-11-21 17:16:04', 'W', '177.85.31.23', 'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14324, '2025-11-21 17:18:19', 'W', '182.11.129.3', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Windows 7'),
(14325, '2025-11-21 17:30:21', 'W', '43.173.182.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14326, '2025-11-21 17:36:57', 'W', '157.55.39.60', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14327, '2025-11-21 17:42:11', 'W', '200.71.18.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(14328, '2025-11-21 17:44:23', 'W', '213.180.203.64', 'Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14329, '2025-11-21 17:44:24', 'W', '5.255.231.165', 'Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14330, '2025-11-21 17:44:27', 'W', '87.250.224.45', 'Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14331, '2025-11-21 17:57:20', 'W', '43.173.179.52', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14332, '2025-11-21 17:59:16', 'W', '43.173.181.238', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14333, '2025-11-21 18:03:08', 'W', '203.76.220.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(14334, '2025-11-21 18:11:38', 'W', '43.173.177.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14335, '2025-11-21 18:13:30', 'W', '190.250.58.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(14336, '2025-11-21 18:15:08', 'W', '14.189.159.2', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 7'),
(14337, '2025-11-21 18:16:58', 'W', '177.253.221.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(14338, '2025-11-21 18:17:23', 'W', '128.201.150.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14339, '2025-11-21 18:23:37', 'W', '102.209.57.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14340, '2025-11-21 18:24:29', 'W', '190.183.71.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14341, '2025-11-21 18:31:52', 'W', '43.173.178.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14342, '2025-11-21 18:49:03', 'W', '17.22.245.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14343, '2025-11-21 18:53:09', 'W', '43.173.174.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14344, '2025-11-21 18:54:04', 'W', '172.213.21.146', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(14345, '2025-11-21 18:54:48', 'W', '74.7.242.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(14346, '2025-11-21 19:01:42', 'W', '147.135.252.138', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14347, '2025-11-21 19:01:51', 'W', '47.82.11.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0', 'Chrome', 'Windows 10'),
(14348, '2025-11-21 19:02:13', 'W', '43.173.174.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14349, '2025-11-21 19:02:16', 'W', '185.187.206.48', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14350, '2025-11-21 19:04:54', 'W', '186.22.17.17', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14351, '2025-11-21 19:05:21', 'W', '87.250.224.247', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14352, '2025-11-21 19:08:52', 'W', '197.93.21.199', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14353, '2025-11-21 19:15:17', 'W', '24.54.210.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(14354, '2025-11-21 19:18:17', 'W', '38.183.236.21', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36', 'Chrome', 'Windows 7'),
(14355, '2025-11-21 19:18:56', 'W', '68.221.75.29', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(14356, '2025-11-21 19:19:55', 'W', '74.7.242.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(14357, '2025-11-21 19:30:18', 'W', '8.217.181.58', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14358, '2025-11-21 19:35:40', 'W', '157.55.39.197', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14359, '2025-11-21 19:38:13', 'W', '8.217.174.156', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14360, '2025-11-21 19:39:47', 'W', '8.217.209.157', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14361, '2025-11-21 19:41:12', 'W', '8.217.213.125', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14362, '2025-11-21 19:41:48', 'W', '17.246.23.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14363, '2025-11-21 19:41:50', 'W', '8.217.208.28', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14364, '2025-11-21 19:47:17', 'W', '17.241.75.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14365, '2025-11-21 19:47:17', 'W', '8.217.28.237', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14366, '2025-11-21 19:48:42', 'W', '198.235.24.12', '', 'Unknown Browser', 'Unknown OS Platform'),
(14367, '2025-11-21 20:01:26', 'W', '186.122.225.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(14368, '2025-11-21 20:03:38', 'W', '168.195.105.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14369, '2025-11-21 20:03:59', 'W', '14.169.73.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Mac OS X'),
(14370, '2025-11-21 20:07:27', 'W', '190.11.214.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(14371, '2025-11-21 20:10:24', 'W', '181.197.42.92', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36', 'Chrome', 'Windows 7'),
(14372, '2025-11-21 20:12:23', 'W', '131.161.62.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14373, '2025-11-21 20:16:05', 'W', '138.94.86.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/81.0.4044.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(14374, '2025-11-21 20:17:08', 'W', '124.243.170.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14375, '2025-11-21 20:20:12', 'W', '49.0.246.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14376, '2025-11-21 20:23:36', 'W', '17.241.227.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14377, '2025-11-21 20:25:17', 'W', '188.239.41.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14378, '2025-11-21 20:28:21', 'W', '49.0.204.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14379, '2025-11-21 20:38:34', 'W', '114.119.174.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14380, '2025-11-21 20:39:39', 'W', '95.108.213.206', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14381, '2025-11-21 20:41:07', 'W', '18.236.67.123', 'Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110623 Firefox/7.0a1', 'Firefox', 'Linux'),
(14382, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'Chrome', 'Linux'),
(14383, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(14384, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 9; JSN-AL00a Build/HONORJSN-AL00a; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 MQQBrowser/6.2 TBS/044807 Mobile Safari/537.36 MMWEBID/1961 MicroMessenger/7.0.6.1460(0x27000634) Process/tools NetType/WIFI Language/zh_CN', 'Handheld Browser', 'Android'),
(14385, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.1 (KHTML like Gecko) Version/7.0.6 Safari/537.78.1', 'Safari', 'Mac OS X'),
(14386, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(14387, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14388, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 10'),
(14389, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36', 'Chrome', 'Windows 10'),
(14390, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/33.0.1750.152 Chrome/33.0.1750.152 Safari/537.36', 'Chrome', 'Ubuntu'),
(14391, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 9; Pixel 3 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14392, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 9; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14393, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 7.0; LGUS997 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14394, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.83', 'Chrome', 'Windows 10'),
(14395, '2025-11-21 20:41:17', 'I', '18.236.67.123', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/7.0.5(0x17000523) NetType/WIFI Language/zh_CN', 'Handheld Browser', 'iPhone'),
(14396, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36', 'Chrome', 'Windows 7'),
(14397, '2025-11-21 20:41:17', 'I', '18.236.67.123', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(14398, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.107 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14399, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'Chrome', 'Windows XP'),
(14400, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G900F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14401, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36', 'Chrome', 'Windows 10'),
(14402, '2025-11-21 20:41:17', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 9; Pixel 2 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14403, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/4.77 [en] (X11; I; IRIX;64 6.5 IP30)', 'Unknown Browser', 'Unknown OS Platform'),
(14404, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 635) like Gecko', 'Unknown Browser', 'Windows 8'),
(14405, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) SFive/64.0 Chrome/64.0.3282.204 Safari/537.36', 'Chrome', 'Windows 7'),
(14406, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Mac OS X'),
(14407, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0) Asus;Galaxy6', 'Handheld Browser', 'Unknown OS Platform'),
(14408, '2025-11-21 20:41:17', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20100101 Firefox/14.0.1', 'Firefox', 'Windows Vista'),
(14409, '2025-11-21 20:41:18', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 8.0.0; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14410, '2025-11-21 20:41:18', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3880.5 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14411, '2025-11-21 20:41:18', 'W', '18.236.67.123', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36', 'Chrome', 'Ubuntu'),
(14412, '2025-11-21 20:41:18', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 4.4.4; XT1032 Build/KXB21.14-L1.61) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14413, '2025-11-21 20:41:18', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36', 'Chrome', 'Windows 10'),
(14414, '2025-11-21 20:41:18', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(14415, '2025-11-21 20:41:18', 'A', '18.236.67.123', 'Mozilla/5.0 (Linux; Android 9; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(14416, '2025-11-21 20:41:18', 'W', '18.236.67.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.35 Safari/537.36', 'Chrome', 'Windows 10'),
(14417, '2025-11-21 20:41:18', 'W', '18.236.67.123', 'Mozilla/5.0 (SymbianOS/9.1; U; en-us) AppleWebKit/413 (KHTML, like Gecko) Safari/413 es65', 'Safari', 'Unknown OS Platform'),
(14418, '2025-11-21 20:43:39', 'W', '162.128.163.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14419, '2025-11-21 20:44:18', 'W', '18.143.56.174', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14420, '2025-11-21 20:49:20', 'W', '87.250.224.90', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14421, '2025-11-21 20:58:57', 'W', '159.138.154.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14422, '2025-11-21 20:59:51', 'W', '17.241.219.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14423, '2025-11-21 20:59:56', 'W', '131.108.143.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4582.189 Safari/537.36', 'Chrome', 'Mac OS X'),
(14424, '2025-11-21 21:01:05', 'W', '49.43.225.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(14425, '2025-11-21 21:03:44', 'W', '181.47.5.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36', 'Chrome', 'Windows 10'),
(14426, '2025-11-21 21:03:45', 'W', '189.91.158.13', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14427, '2025-11-21 21:06:07', 'W', '102.67.213.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(14428, '2025-11-21 21:07:26', 'W', '177.93.159.78', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(14429, '2025-11-21 21:08:28', 'W', '17.246.23.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14430, '2025-11-21 21:09:27', 'W', '181.97.76.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(14431, '2025-11-21 21:10:09', 'W', '40.77.167.67', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14432, '2025-11-21 21:14:59', 'W', '87.250.224.53', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14433, '2025-11-21 21:15:16', 'W', '159.138.158.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14434, '2025-11-21 21:18:19', 'W', '159.138.97.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14435, '2025-11-21 21:28:48', 'W', '43.173.174.244', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14436, '2025-11-21 21:29:25', 'W', '17.246.23.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14437, '2025-11-21 21:35:39', 'W', '159.138.88.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14438, '2025-11-21 21:47:53', 'W', '159.138.20.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14439, '2025-11-21 21:53:00', 'W', '101.44.24.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14440, '2025-11-21 21:54:29', 'W', '43.173.182.60', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14441, '2025-11-21 21:58:04', 'W', '187.161.140.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Mac OS X'),
(14442, '2025-11-21 21:58:18', 'W', '190.55.4.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14443, '2025-11-21 21:58:43', 'W', '189.39.108.29', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(14444, '2025-11-21 22:01:52', 'W', '181.221.255.23', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'Chrome', 'Windows XP'),
(14445, '2025-11-21 22:02:04', 'W', '169.224.12.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4371.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14446, '2025-11-21 22:05:14', 'W', '111.119.247.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14447, '2025-11-21 22:06:15', 'W', '27.106.111.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14448, '2025-11-21 22:07:05', 'W', '113.173.75.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.49 Safari/537.36', 'Chrome', 'Windows 10'),
(14449, '2025-11-21 22:07:19', 'W', '45.225.195.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 7'),
(14450, '2025-11-21 22:07:49', 'W', '217.154.161.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14451, '2025-11-21 22:08:39', 'W', '222.254.235.191', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(14452, '2025-11-21 22:08:41', 'W', '113.168.204.211', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14453, '2025-11-21 22:32:12', 'W', '213.180.203.78', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14454, '2025-11-21 22:40:35', 'W', '2.57.122.173', 'Mozilla/5.0 (CentOS; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(14455, '2025-11-21 22:41:04', 'W', '43.173.175.235', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14456, '2025-11-21 22:41:11', 'W', '17.22.253.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14457, '2025-11-21 22:41:49', 'W', '17.22.237.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14458, '2025-11-21 22:42:58', 'W', '94.74.93.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14459, '2025-11-21 22:45:00', 'W', '119.12.172.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14460, '2025-11-21 22:47:58', 'W', '17.246.19.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14461, '2025-11-21 22:49:04', 'W', '119.8.41.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14462, '2025-11-21 23:00:32', 'W', '179.191.8.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Windows 10'),
(14463, '2025-11-21 23:01:16', 'W', '113.172.202.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(14464, '2025-11-21 23:01:40', 'W', '44.212.29.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/141.0', 'Firefox', 'Windows 10'),
(14465, '2025-11-21 23:08:48', 'W', '17.246.15.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14466, '2025-11-21 23:12:15', 'W', '17.246.15.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14467, '2025-11-21 23:14:00', 'W', '95.108.213.231', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14468, '2025-11-21 23:16:37', 'W', '119.8.52.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14469, '2025-11-21 23:19:42', 'W', '190.92.217.67', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14470, '2025-11-21 23:28:02', 'W', '8.217.190.142', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14471, '2025-11-21 23:28:08', 'W', '8.217.158.207', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14472, '2025-11-21 23:30:20', 'W', '8.217.210.220', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14473, '2025-11-21 23:34:58', 'W', '94.74.105.242', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14474, '2025-11-21 23:37:01', 'W', '159.138.151.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14475, '2025-11-21 23:41:01', 'W', '8.217.211.190', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14476, '2025-11-21 23:57:44', 'W', '173.225.242.186', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3215.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14477, '2025-11-21 23:58:25', 'W', '124.243.181.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14478, '2025-11-21 23:59:40', 'W', '41.239.244.208', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14479, '2025-11-22 00:00:52', 'W', '132.255.128.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14480, '2025-11-22 00:03:31', 'W', '183.87.45.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14481, '2025-11-22 00:05:16', 'W', '160.179.248.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(14482, '2025-11-22 00:05:33', 'W', '183.87.45.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14483, '2025-11-22 00:06:11', 'W', '181.197.40.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(14484, '2025-11-22 00:06:36', 'W', '119.13.101.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14485, '2025-11-22 00:10:24', 'W', '45.229.222.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(14486, '2025-11-22 00:10:24', 'W', '14.226.24.224', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(14487, '2025-11-22 00:10:24', 'W', '167.250.139.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36', 'Chrome', 'Windows 10'),
(14488, '2025-11-22 00:16:00', 'W', '147.185.132.22', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(14489, '2025-11-22 00:25:33', 'W', '52.221.108.21', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14490, '2025-11-22 00:38:04', 'W', '52.167.144.140', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14491, '2025-11-22 00:39:00', 'W', '147.185.132.54', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(14492, '2025-11-22 00:39:00', 'W', '147.185.132.54', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(14493, '2025-11-22 00:39:14', 'W', '162.128.163.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(14494, '2025-11-22 00:47:23', 'W', '190.92.242.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14495, '2025-11-22 00:47:24', 'W', '205.210.31.232', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(14496, '2025-11-22 00:49:11', 'W', '17.246.19.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14497, '2025-11-22 00:52:29', 'W', '94.74.88.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14498, '2025-11-22 00:54:32', 'W', '159.138.21.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14499, '2025-11-22 00:55:27', 'A', '66.249.70.108', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(14500, '2025-11-22 00:56:16', 'W', '17.22.237.33', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14501, '2025-11-22 00:58:43', 'W', '45.185.204.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(14502, '2025-11-22 00:59:48', 'W', '168.232.59.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36	Chrome 79.0', 'Chrome', 'Mac OS X'),
(14503, '2025-11-22 01:01:30', 'W', '103.47.71.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14504, '2025-11-22 01:01:40', 'W', '190.92.242.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14505, '2025-11-22 01:02:00', 'W', '17.241.75.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14506, '2025-11-22 01:02:20', 'W', '181.53.13.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Mac OS X'),
(14507, '2025-11-22 01:05:53', 'W', '200.68.164.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14508, '2025-11-22 01:10:51', 'W', '119.8.60.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14509, '2025-11-22 01:14:35', 'W', '146.174.163.21', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1', 'Chrome', 'Mac OS X'),
(14510, '2025-11-22 01:15:35', 'W', '17.246.23.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14511, '2025-11-22 01:31:15', 'W', '122.8.183.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14512, '2025-11-22 01:34:15', 'A', '111.225.149.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/)', 'Handheld Browser', 'Android'),
(14513, '2025-11-22 01:35:04', 'W', '43.173.180.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14514, '2025-11-22 01:44:38', 'W', '157.55.39.59', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14515, '2025-11-22 01:46:49', 'W', '17.241.227.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14516, '2025-11-22 01:46:50', 'W', '17.241.75.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14517, '2025-11-22 01:52:28', 'W', '17.22.237.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14518, '2025-11-22 01:53:39', 'W', '13.213.93.162', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14519, '2025-11-22 01:55:36', 'W', '45.224.32.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14520, '2025-11-22 01:58:44', 'W', '103.181.181.221', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36', 'Chrome', 'Windows 7'),
(14521, '2025-11-22 01:58:54', 'W', '14.169.75.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(14522, '2025-11-22 01:58:55', 'W', '14.177.55.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14523, '2025-11-22 01:59:01', 'W', '14.185.45.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(14524, '2025-11-22 02:00:32', 'W', '38.25.130.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 10'),
(14525, '2025-11-22 02:01:04', 'W', '198.235.24.136', '', 'Unknown Browser', 'Unknown OS Platform'),
(14526, '2025-11-22 02:01:51', 'W', '172.56.125.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14527, '2025-11-22 02:01:51', 'W', '193.0.235.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14528, '2025-11-22 02:11:12', 'W', '200.76.151.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14529, '2025-11-22 02:11:17', 'W', '102.219.170.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14530, '2025-11-22 02:11:21', 'W', '186.128.68.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14531, '2025-11-22 02:11:25', 'W', '72.252.115.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14532, '2025-11-22 02:11:29', 'W', '177.137.83.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14533, '2025-11-22 02:11:31', 'W', '190.97.246.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14534, '2025-11-22 02:11:37', 'W', '73.199.67.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14535, '2025-11-22 02:17:51', 'W', '5.255.231.44', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14536, '2025-11-22 02:20:11', 'W', '218.152.33.183', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(14537, '2025-11-22 02:37:02', 'W', '45.228.136.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14538, '2025-11-22 02:45:41', 'W', '45.190.169.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14539, '2025-11-22 02:53:29', 'W', '201.202.13.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14540, '2025-11-22 02:55:21', 'W', '159.223.142.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14541, '2025-11-22 02:58:40', 'W', '177.38.244.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4889.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14542, '2025-11-22 02:58:53', 'W', '14.174.199.34', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(14543, '2025-11-22 03:00:35', 'W', '92.247.245.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14544, '2025-11-22 03:00:37', 'W', '123.25.198.216', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 7'),
(14545, '2025-11-22 03:01:12', 'W', '176.57.207.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14546, '2025-11-22 03:02:42', 'W', '187.136.0.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14547, '2025-11-22 03:03:45', 'W', '186.82.87.214', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(14548, '2025-11-22 03:03:55', 'W', '168.90.24.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(14549, '2025-11-22 03:09:59', 'W', '186.22.54.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14550, '2025-11-22 03:12:08', 'W', '38.137.176.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14551, '2025-11-22 03:14:45', 'W', '200.53.192.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14552, '2025-11-22 03:16:30', 'W', '37.237.238.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14553, '2025-11-22 03:17:33', 'W', '8.217.184.77', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14554, '2025-11-22 03:19:19', 'W', '201.47.222.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14555, '2025-11-22 03:20:16', 'W', '180.190.240.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14556, '2025-11-22 03:22:39', 'W', '49.43.226.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14557, '2025-11-22 03:23:31', 'W', '8.217.212.192', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14558, '2025-11-22 05:14:20', 'W', '45.232.62.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14559, '2025-11-22 05:14:20', 'W', '47.11.104.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14560, '2025-11-22 05:14:20', 'W', '66.249.66.14', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(14561, '2025-11-22 05:14:31', 'W', '190.62.88.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14562, '2025-11-22 05:14:31', 'W', '186.235.124.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14563, '2025-11-22 05:14:31', 'W', '66.249.66.166', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(14564, '2025-11-22 05:14:31', 'W', '8.217.213.149', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14565, '2025-11-22 05:14:32', 'W', '66.249.66.201', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(14566, '2025-11-22 05:14:33', 'W', '66.249.66.12', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(14567, '2025-11-22 05:14:34', 'W', '52.6.233.37', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14568, '2025-11-22 05:14:34', 'W', '192.145.204.72', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(14569, '2025-11-22 05:14:34', 'W', '45.227.126.144', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(14570, '2025-11-22 05:14:34', 'W', '38.211.206.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/77.0.3865.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(14571, '2025-11-22 05:14:34', 'W', '45.182.63.9', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 10'),
(14572, '2025-11-22 05:14:34', 'W', '181.225.157.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(14573, '2025-11-22 05:14:34', 'W', '191.99.7.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(14574, '2025-11-22 05:14:34', 'W', '45.231.126.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(14575, '2025-11-22 05:14:34', 'W', '190.113.110.134', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Windows 10'),
(14576, '2025-11-22 05:14:35', 'W', '216.73.216.137', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14577, '2025-11-22 05:14:35', 'W', '43.174.15.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14578, '2025-11-22 05:14:35', 'W', '146.174.161.50', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.648)', 'Firefox', 'Windows XP'),
(14579, '2025-11-22 05:14:35', 'W', '43.152.189.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14580, '2025-11-22 05:14:35', 'A', '47.128.115.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(14581, '2025-11-22 05:14:36', 'W', '39.34.136.15', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(14582, '2025-11-22 05:14:36', 'W', '186.105.179.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Mac OS X'),
(14583, '2025-11-22 05:15:44', 'W', '17.22.237.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14584, '2025-11-22 05:23:53', 'W', '3.209.146.236', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14585, '2025-11-22 05:28:39', 'W', '17.22.253.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14586, '2025-11-22 05:28:42', 'W', '100.27.116.193', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14587, '2025-11-22 05:34:54', 'W', '150.241.237.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14588, '2025-11-22 05:34:56', 'W', '189.217.207.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14589, '2025-11-22 05:38:18', 'W', '17.22.253.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14590, '2025-11-22 05:43:10', 'W', '165.22.111.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14591, '2025-11-22 05:43:11', 'W', '197.153.66.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14592, '2025-11-22 05:46:21', 'W', '143.20.81.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14593, '2025-11-22 05:46:22', 'W', '86.127.227.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14594, '2025-11-22 05:46:42', 'W', '54.158.141.93', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14595, '2025-11-22 05:49:43', 'W', '195.172.118.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14596, '2025-11-22 05:51:23', 'W', '3.215.227.201', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14597, '2025-11-22 05:54:49', 'W', '167.148.117.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14598, '2025-11-22 05:54:51', 'W', '124.217.49.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14599, '2025-11-22 05:54:53', 'W', '188.166.191.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14600, '2025-11-22 05:54:56', 'W', '45.169.52.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14601, '2025-11-22 05:56:18', 'W', '34.225.89.66', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14602, '2025-11-22 05:56:21', 'W', '179.48.137.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(14603, '2025-11-22 05:56:45', 'W', '54.254.37.200', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(14604, '2025-11-22 05:57:20', 'W', '160.176.4.78', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(14605, '2025-11-22 05:57:25', 'W', '17.241.75.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14606, '2025-11-22 05:57:30', 'W', '18.214.210.112', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14607, '2025-11-22 05:58:46', 'W', '98.85.172.108', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14608, '2025-11-22 05:59:31', 'W', '155.117.163.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14609, '2025-11-22 05:59:34', 'W', '14.172.168.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14610, '2025-11-22 05:59:35', 'W', '177.128.83.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(14611, '2025-11-22 05:59:53', 'W', '14.167.178.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(14612, '2025-11-22 06:00:01', 'W', '177.104.241.18', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14613, '2025-11-22 06:00:16', 'W', '113.174.131.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(14614, '2025-11-22 06:03:10', 'W', '8.217.213.80', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14615, '2025-11-22 06:05:23', 'W', '155.117.163.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14616, '2025-11-22 06:05:26', 'W', '195.7.11.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14617, '2025-11-22 06:15:36', 'W', '189.176.169.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14618, '2025-11-22 06:15:45', 'W', '152.42.203.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(14619, '2025-11-22 06:15:47', 'W', '196.177.60.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(14620, '2025-11-22 06:16:04', 'W', '17.246.23.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14621, '2025-11-22 06:16:21', 'W', '189.76.128.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14622, '2025-11-22 06:19:10', 'W', '54.210.199.111', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14623, '2025-11-22 06:19:21', 'W', '5.255.231.159', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(14624, '2025-11-22 06:19:47', 'W', '137.184.142.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14625, '2025-11-22 06:19:48', 'W', '37.239.52.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14626, '2025-11-22 06:20:43', 'W', '162.243.160.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14627, '2025-11-22 06:20:45', 'W', '160.20.38.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14628, '2025-11-22 06:20:54', 'W', '151.244.152.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14629, '2025-11-22 06:22:50', 'W', '67.205.153.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14630, '2025-11-22 06:22:50', 'W', '188.66.223.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14631, '2025-11-22 06:22:50', 'W', '34.199.64.148', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14632, '2025-11-22 06:24:14', 'W', '146.174.178.65', 'Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50', 'Chrome', 'Linux'),
(14633, '2025-11-22 06:24:30', 'W', '189.113.230.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14634, '2025-11-22 06:24:33', 'W', '189.39.141.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14635, '2025-11-22 06:24:35', 'W', '186.15.137.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14636, '2025-11-22 06:27:18', 'W', '44.214.103.156', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14637, '2025-11-22 06:32:18', 'W', '18.207.57.128', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(14638, '2025-11-22 06:33:21', 'W', '84.54.73.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14639, '2025-11-22 06:34:58', 'W', '35.168.6.101', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14640, '2025-11-22 06:35:31', 'W', '149.107.223.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14641, '2025-11-22 06:35:35', 'W', '138.84.73.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14642, '2025-11-22 06:36:22', 'W', '44.217.13.63', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14643, '2025-11-22 06:38:14', 'W', '54.225.39.218', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14644, '2025-11-22 06:39:38', 'W', '100.27.121.171', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14645, '2025-11-22 06:43:22', 'W', '167.148.117.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(14646, '2025-11-22 06:43:24', 'W', '156.207.177.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(14647, '2025-11-22 06:43:55', 'W', '88.88.246.207', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14648, '2025-11-22 06:44:46', 'W', '35.168.101.164', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14649, '2025-11-22 06:47:06', 'W', '3.229.247.66', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14650, '2025-11-22 06:54:34', 'W', '8.217.212.96', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14651, '2025-11-22 06:55:30', 'W', '102.219.25.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(14652, '2025-11-22 06:55:38', 'W', '8.217.208.71', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(14653, '2025-11-22 06:58:28', 'W', '113.174.85.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Kinza/6.1.5', 'Chrome', 'Windows 10'),
(14654, '2025-11-22 06:58:58', 'W', '38.10.251.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14655, '2025-11-22 07:03:14', 'W', '34.198.88.62', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14656, '2025-11-22 07:04:14', 'W', '54.146.32.162', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14657, '2025-11-22 07:04:54', 'W', '44.216.78.86', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14658, '2025-11-22 07:10:46', 'W', '17.241.219.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14659, '2025-11-22 07:11:44', 'W', '17.241.219.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14660, '2025-11-22 07:14:54', 'W', '52.0.146.147', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14661, '2025-11-22 07:18:22', 'W', '44.193.132.159', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14662, '2025-11-22 07:19:26', 'W', '18.210.204.138', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14663, '2025-11-22 07:20:46', 'W', '13.219.109.151', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14664, '2025-11-22 07:21:58', 'W', '17.246.19.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14665, '2025-11-22 07:25:18', 'W', '52.202.60.107', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14666, '2025-11-22 07:26:54', 'W', '23.20.11.105', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14667, '2025-11-22 07:27:10', 'W', '50.19.142.216', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14668, '2025-11-22 07:34:06', 'W', '52.70.53.41', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14669, '2025-11-22 07:37:38', 'W', '54.160.208.37', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14670, '2025-11-22 07:38:38', 'W', '3.232.37.220', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14671, '2025-11-22 07:39:32', 'W', '43.173.176.32', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14672, '2025-11-22 07:39:51', 'W', '43.173.175.29', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14673, '2025-11-22 07:39:59', 'W', '43.173.180.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14674, '2025-11-22 07:40:16', 'W', '17.246.19.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(14675, '2025-11-22 07:40:19', 'W', '43.175.28.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14676, '2025-11-22 07:40:42', 'W', '43.173.176.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14677, '2025-11-22 07:41:38', 'W', '107.20.127.26', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14678, '2025-11-22 07:41:51', 'W', '103.94.255.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14679, '2025-11-22 07:42:08', 'W', '43.173.176.202', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14680, '2025-11-22 07:42:23', 'W', '105.172.213.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14681, '2025-11-22 07:42:31', 'W', '176.224.100.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14682, '2025-11-22 07:42:45', 'W', '43.173.179.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14683, '2025-11-22 07:42:51', 'W', '186.194.27.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14684, '2025-11-22 07:43:00', 'W', '102.253.130.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14685, '2025-11-22 07:43:02', 'W', '102.66.135.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14686, '2025-11-22 07:46:07', 'W', '146.174.183.112', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.6 Safari/537.11', 'Chrome', 'Windows XP'),
(14687, '2025-11-22 07:46:21', 'W', '41.90.210.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14688, '2025-11-22 07:46:39', 'W', '201.71.220.139', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14689, '2025-11-22 07:46:59', 'W', '35.175.96.134', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14690, '2025-11-22 07:47:15', 'W', '44.219.224.12', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14691, '2025-11-22 07:48:38', 'W', '178.62.252.135', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(14692, '2025-11-22 07:49:08', 'W', '2.90.255.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14693, '2025-11-22 07:49:11', 'W', '186.77.205.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14694, '2025-11-22 07:49:55', 'W', '41.13.19.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14695, '2025-11-22 07:50:12', 'W', '110.138.95.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(14696, '2025-11-22 07:50:31', 'W', '182.48.65.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14697, '2025-11-22 07:50:36', 'W', '38.121.214.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14698, '2025-11-22 07:50:38', 'W', '92.47.56.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14699, '2025-11-22 07:53:16', 'W', '138.84.62.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14700, '2025-11-22 07:53:19', 'W', '41.139.222.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14701, '2025-11-22 07:53:21', 'W', '37.236.163.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14702, '2025-11-22 07:54:24', 'W', '3.218.57.46', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14703, '2025-11-22 07:55:40', 'W', '196.190.112.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14704, '2025-11-22 07:55:45', 'W', '103.140.74.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14705, '2025-11-22 07:56:47', 'W', '110.138.81.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14706, '2025-11-22 07:57:58', 'W', '147.135.213.107', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(14707, '2025-11-22 07:58:12', 'W', '201.212.177.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Mac OS X'),
(14708, '2025-11-22 07:58:38', 'W', '198.211.116.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14709, '2025-11-22 07:58:39', 'W', '203.9.210.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14710, '2025-11-22 07:58:42', 'W', '181.115.215.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14711, '2025-11-22 07:59:16', 'W', '167.172.131.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14712, '2025-11-22 07:59:48', 'W', '54.92.248.10', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14713, '2025-11-22 08:01:25', 'W', '202.47.50.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(14714, '2025-11-22 08:02:08', 'W', '167.71.31.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14715, '2025-11-22 08:02:11', 'W', '208.68.39.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14716, '2025-11-22 08:02:12', 'W', '147.235.221.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14717, '2025-11-22 08:02:14', 'W', '24.144.119.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14718, '2025-11-22 08:02:27', 'W', '189.39.109.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(14719, '2025-11-22 08:03:10', 'W', '109.175.97.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14720, '2025-11-22 08:03:10', 'W', '181.46.112.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14721, '2025-11-22 08:03:13', 'W', '105.242.166.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14722, '2025-11-22 08:03:14', 'W', '200.124.172.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14723, '2025-11-22 08:04:04', 'W', '168.195.2.1', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36', 'Chrome', 'Windows 8.1'),
(14724, '2025-11-22 08:05:27', 'W', '105.76.186.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14725, '2025-11-22 08:05:30', 'W', '169.224.5.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14726, '2025-11-22 08:05:30', 'W', '189.34.154.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14727, '2025-11-22 08:05:34', 'W', '110.225.120.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14728, '2025-11-22 08:06:11', 'W', '34.192.127.168', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14729, '2025-11-22 08:07:07', 'W', '160.177.120.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14730, '2025-11-22 08:07:09', 'W', '179.165.93.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14731, '2025-11-22 08:07:11', 'W', '170.83.114.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14732, '2025-11-22 08:07:43', 'W', '3.216.249.159', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14733, '2025-11-22 08:08:09', 'W', '186.22.54.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14734, '2025-11-22 08:08:10', 'W', '176.28.202.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14735, '2025-11-22 08:08:11', 'W', '179.232.252.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14736, '2025-11-22 08:08:12', 'W', '88.241.41.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14737, '2025-11-22 08:08:42', 'W', '154.255.10.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14738, '2025-11-22 08:08:42', 'W', '102.218.64.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14739, '2025-11-22 08:08:43', 'W', '159.89.86.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14740, '2025-11-22 08:08:45', 'W', '5.180.138.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14741, '2025-11-22 08:10:13', 'W', '185.255.46.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14742, '2025-11-22 08:10:16', 'W', '103.186.68.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14743, '2025-11-22 08:10:19', 'W', '89.148.41.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14744, '2025-11-22 08:10:22', 'W', '188.163.106.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14745, '2025-11-22 08:10:48', 'W', '194.127.108.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14746, '2025-11-22 08:10:49', 'W', '177.221.76.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14747, '2025-11-22 08:10:49', 'W', '177.241.173.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14748, '2025-11-22 08:10:50', 'W', '169.224.100.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14749, '2025-11-22 08:12:19', 'W', '54.156.197.165', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14750, '2025-11-22 08:12:43', 'W', '54.205.156.147', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14751, '2025-11-22 08:12:53', 'W', '157.20.146.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14752, '2025-11-22 08:12:55', 'W', '77.240.41.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14753, '2025-11-22 08:12:56', 'W', '103.84.101.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14754, '2025-11-22 08:13:01', 'W', '180.191.204.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14755, '2025-11-22 08:13:31', 'W', '44.208.226.63', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14756, '2025-11-22 08:14:06', 'W', '144.48.130.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14757, '2025-11-22 08:14:11', 'W', '201.253.177.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14758, '2025-11-22 08:15:01', 'W', '179.36.3.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14759, '2025-11-22 08:15:01', 'W', '177.4.115.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14760, '2025-11-22 08:15:02', 'W', '102.217.186.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14761, '2025-11-22 08:15:31', 'W', '52.7.150.111', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(14762, '2025-11-22 08:16:26', 'W', '92.63.204.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14763, '2025-11-22 08:16:32', 'W', '102.0.5.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14764, '2025-11-22 08:16:33', 'W', '86.57.8.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14765, '2025-11-22 08:16:38', 'W', '181.171.134.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14766, '2025-11-22 08:16:47', 'W', '193.36.62.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14767, '2025-11-22 08:18:00', 'W', '45.160.245.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14768, '2025-11-22 08:18:32', 'W', '177.30.117.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14769, '2025-11-22 08:18:32', 'W', '41.208.191.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14770, '2025-11-22 08:18:34', 'W', '106.78.102.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14771, '2025-11-22 08:20:14', 'W', '188.48.98.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14772, '2025-11-22 08:20:17', 'W', '5.134.205.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14773, '2025-11-22 08:20:20', 'W', '84.54.70.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14774, '2025-11-22 08:20:21', 'W', '187.101.28.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14775, '2025-11-22 08:21:03', 'W', '64.227.16.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14776, '2025-11-22 08:21:05', 'W', '41.209.10.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14777, '2025-11-22 08:21:06', 'W', '192.140.91.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14778, '2025-11-22 08:21:14', 'W', '143.198.187.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14779, '2025-11-22 08:21:19', 'W', '41.106.201.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14780, '2025-11-22 08:21:40', 'W', '67.205.168.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14781, '2025-11-22 08:21:41', 'W', '189.156.243.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14782, '2025-11-22 08:21:45', 'W', '129.224.209.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14783, '2025-11-22 08:22:52', 'W', '62.217.141.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14784, '2025-11-22 08:22:57', 'W', '154.125.139.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14785, '2025-11-22 08:22:59', 'W', '179.125.215.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14786, '2025-11-22 08:24:19', 'W', '45.187.99.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14787, '2025-11-22 08:24:23', 'W', '181.46.68.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14788, '2025-11-22 08:24:35', 'W', '169.224.105.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14789, '2025-11-22 08:24:37', 'W', '102.209.13.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14790, '2025-11-22 08:25:24', 'W', '182.183.4.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14791, '2025-11-22 08:25:24', 'W', '177.143.228.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14792, '2025-11-22 08:25:26', 'W', '109.93.71.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14793, '2025-11-22 08:25:33', 'W', '38.158.204.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14794, '2025-11-22 08:26:05', 'W', '212.237.119.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14795, '2025-11-22 08:26:07', 'W', '1.54.43.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14796, '2025-11-22 08:26:07', 'W', '59.95.39.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14797, '2025-11-22 08:26:49', 'W', '24.144.126.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14798, '2025-11-22 08:27:26', 'W', '189.28.184.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14799, '2025-11-22 08:27:29', 'W', '45.189.124.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14800, '2025-11-22 08:27:33', 'W', '152.58.61.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14801, '2025-11-22 08:28:23', 'W', '213.230.93.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14802, '2025-11-22 08:28:24', 'W', '31.166.30.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14803, '2025-11-22 08:28:27', 'W', '196.217.102.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14804, '2025-11-22 08:28:48', 'W', '177.54.206.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14805, '2025-11-22 08:28:49', 'W', '165.101.154.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14806, '2025-11-22 08:28:50', 'W', '169.224.32.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14807, '2025-11-22 08:29:54', 'W', '181.85.167.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14808, '2025-11-22 08:29:55', 'W', '178.215.167.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14809, '2025-11-22 08:29:58', 'W', '37.236.124.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14810, '2025-11-22 08:31:38', 'W', '67.205.166.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14811, '2025-11-22 08:31:40', 'W', '41.60.235.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14812, '2025-11-22 08:31:40', 'W', '103.175.242.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14813, '2025-11-22 08:31:41', 'W', '180.195.39.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14814, '2025-11-22 08:33:07', 'W', '103.184.127.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14815, '2025-11-22 08:33:08', 'W', '131.226.110.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14816, '2025-11-22 08:33:10', 'W', '45.224.122.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14817, '2025-11-22 08:35:30', 'W', '136.158.7.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14818, '2025-11-22 08:35:31', 'W', '170.239.115.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14819, '2025-11-22 08:35:31', 'W', '45.120.161.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14820, '2025-11-22 08:35:33', 'W', '168.210.151.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14821, '2025-11-22 08:36:14', 'W', '185.97.94.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14822, '2025-11-22 08:36:15', 'W', '103.89.26.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14823, '2025-11-22 08:36:17', 'W', '189.23.236.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14824, '2025-11-22 08:36:26', 'W', '85.117.63.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14825, '2025-11-22 08:37:32', 'W', '51.36.113.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14826, '2025-11-22 08:37:34', 'W', '162.243.161.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14827, '2025-11-22 08:37:38', 'W', '160.238.77.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14828, '2025-11-22 08:37:41', 'W', '186.122.0.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14829, '2025-11-22 08:40:28', 'W', '151.244.156.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14830, '2025-11-22 08:40:32', 'W', '181.90.182.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14831, '2025-11-22 08:40:38', 'W', '102.135.170.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14832, '2025-11-22 08:41:24', 'W', '143.198.124.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14833, '2025-11-22 08:41:28', 'W', '187.255.40.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14834, '2025-11-22 08:41:32', 'W', '196.251.54.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14835, '2025-11-22 08:41:40', 'W', '113.211.98.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14836, '2025-11-22 08:46:37', 'W', '103.150.69.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14837, '2025-11-22 08:46:39', 'W', '37.150.177.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14838, '2025-11-22 08:46:40', 'W', '190.4.124.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14839, '2025-11-22 08:46:41', 'W', '189.62.44.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14840, '2025-11-22 08:48:15', 'W', '159.223.161.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14841, '2025-11-22 08:48:16', 'W', '178.128.157.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14842, '2025-11-22 08:48:17', 'W', '39.45.3.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14843, '2025-11-22 08:48:20', 'W', '197.214.218.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14844, '2025-11-22 08:49:55', 'W', '188.123.163.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14845, '2025-11-22 08:49:58', 'W', '188.64.207.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14846, '2025-11-22 08:50:06', 'W', '179.6.28.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14847, '2025-11-22 08:50:14', 'W', '45.221.206.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14848, '2025-11-22 08:50:35', 'W', '45.195.225.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14849, '2025-11-22 08:50:36', 'W', '179.189.65.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14850, '2025-11-22 08:50:38', 'W', '112.201.135.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14851, '2025-11-22 08:50:48', 'W', '60.53.34.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14852, '2025-11-22 08:52:41', 'W', '175.136.226.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14853, '2025-11-22 08:52:43', 'W', '66.181.187.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14854, '2025-11-22 08:52:44', 'W', '179.67.96.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14855, '2025-11-22 08:52:46', 'W', '192.241.137.43', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:59.0) Gecko/20100101 Firefox/59.0', 'Firefox', 'Windows 7'),
(14856, '2025-11-22 08:52:46', 'W', '151.236.170.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14857, '2025-11-22 08:54:03', 'W', '112.208.187.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14858, '2025-11-22 08:54:06', 'W', '185.173.205.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14859, '2025-11-22 08:54:06', 'W', '170.233.126.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14860, '2025-11-22 08:56:44', 'W', '62.3.30.132', 'Mozilla/5.0 (Microsoft Windows NT 10.0.16299.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 (FTM)', 'Chrome', 'Windows 10'),
(14861, '2025-11-22 08:56:45', 'W', '177.222.206.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/83.0.4103.118 Safari/537.36', 'Chrome', 'Mac OS X'),
(14862, '2025-11-22 08:58:08', 'W', '147.182.136.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14863, '2025-11-22 08:58:13', 'W', '91.106.41.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14864, '2025-11-22 08:58:17', 'W', '186.122.10.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14865, '2025-11-22 08:58:21', 'W', '177.37.232.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14866, '2025-11-22 08:59:12', 'W', '187.188.243.189', 'Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14867, '2025-11-22 08:59:33', 'W', '213.230.87.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14868, '2025-11-22 08:59:34', 'W', '179.189.149.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14869, '2025-11-22 08:59:37', 'W', '196.121.195.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14870, '2025-11-22 08:59:43', 'W', '45.191.81.94', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.0.3016 Safari/537.36', 'Chrome', 'Windows 7'),
(14871, '2025-11-22 08:59:48', 'W', '186.216.252.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14872, '2025-11-22 09:00:09', 'W', '37.237.235.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14873, '2025-11-22 09:00:13', 'W', '37.236.206.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14874, '2025-11-22 09:00:19', 'W', '151.244.151.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14875, '2025-11-22 09:00:20', 'W', '45.180.90.166', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14876, '2025-11-22 09:01:42', 'W', '177.250.252.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Windows 10'),
(14877, '2025-11-22 09:01:58', 'W', '191.241.26.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14878, '2025-11-22 09:01:59', 'W', '105.76.185.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14879, '2025-11-22 09:02:03', 'W', '103.81.215.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14880, '2025-11-22 09:02:03', 'W', '159.0.234.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14881, '2025-11-22 09:02:20', 'W', '143.244.174.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14882, '2025-11-22 09:02:21', 'W', '109.107.253.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14883, '2025-11-22 09:02:23', 'W', '181.224.223.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14884, '2025-11-22 09:04:17', 'W', '41.13.22.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14885, '2025-11-22 09:04:17', 'W', '191.7.202.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14886, '2025-11-22 09:04:22', 'W', '46.99.6.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14887, '2025-11-22 09:05:16', 'W', '95.12.125.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14888, '2025-11-22 09:05:19', 'W', '126.209.75.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14889, '2025-11-22 09:05:20', 'W', '45.165.128.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14890, '2025-11-22 09:08:21', 'W', '186.22.253.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14891, '2025-11-22 09:08:22', 'W', '103.167.116.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14892, '2025-11-22 09:08:24', 'W', '179.126.162.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14893, '2025-11-22 09:08:25', 'W', '212.47.132.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14894, '2025-11-22 09:10:51', 'W', '78.166.59.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14895, '2025-11-22 09:10:57', 'W', '185.136.148.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14896, '2025-11-22 09:11:00', 'W', '201.253.24.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14897, '2025-11-22 09:11:09', 'W', '152.58.2.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Kinza/6.1.5', 'Chrome', 'Windows 10'),
(14898, '2025-11-22 09:13:57', 'W', '37.205.112.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14899, '2025-11-22 09:13:59', 'W', '185.200.38.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(14900, '2025-11-22 09:14:03', 'W', '213.230.92.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14901, '2025-11-22 09:14:43', 'W', '201.37.180.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14902, '2025-11-22 09:14:45', 'W', '129.222.187.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14903, '2025-11-22 09:14:48', 'W', '102.215.33.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14904, '2025-11-22 09:14:56', 'W', '41.82.207.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14905, '2025-11-22 09:17:24', 'W', '129.224.215.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14906, '2025-11-22 09:17:25', 'W', '80.80.162.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14907, '2025-11-22 09:17:28', 'W', '157.51.236.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14908, '2025-11-22 09:18:33', 'W', '103.12.173.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14909, '2025-11-22 09:18:35', 'W', '179.186.177.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14910, '2025-11-22 09:18:47', 'W', '169.224.32.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14911, '2025-11-22 09:18:52', 'W', '110.11.91.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14912, '2025-11-22 09:20:34', 'W', '168.197.245.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14913, '2025-11-22 09:20:35', 'W', '154.208.42.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14914, '2025-11-22 09:20:37', 'W', '39.58.255.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14915, '2025-11-22 09:20:39', 'W', '82.197.48.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14916, '2025-11-22 09:22:20', 'W', '196.235.181.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14917, '2025-11-22 09:22:24', 'W', '175.158.55.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14918, '2025-11-22 09:22:27', 'W', '105.155.68.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14919, '2025-11-22 09:25:02', 'W', '181.130.129.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14920, '2025-11-22 09:25:04', 'W', '157.245.137.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14921, '2025-11-22 09:25:09', 'W', '186.177.193.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14922, '2025-11-22 09:25:12', 'W', '181.46.9.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14923, '2025-11-22 09:27:29', 'W', '200.140.205.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14924, '2025-11-22 09:27:31', 'W', '45.157.53.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14925, '2025-11-22 09:33:20', 'W', '43.175.28.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14926, '2025-11-22 09:33:35', 'W', '43.173.180.176', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14927, '2025-11-22 09:35:17', 'W', '196.189.224.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14928, '2025-11-22 09:40:22', 'W', '213.230.74.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14929, '2025-11-22 09:40:22', 'W', '200.115.97.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14930, '2025-11-22 09:40:25', 'W', '200.50.104.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14931, '2025-11-22 09:40:39', 'W', '37.239.168.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14932, '2025-11-22 09:41:24', 'W', '176.44.22.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14933, '2025-11-22 09:41:53', 'W', '104.248.62.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14934, '2025-11-22 09:41:55', 'W', '205.164.155.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14935, '2025-11-22 09:41:58', 'W', '217.218.39.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14936, '2025-11-22 09:42:55', 'W', '94.54.180.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14937, '2025-11-22 09:42:57', 'W', '177.212.20.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14938, '2025-11-22 09:44:42', 'W', '176.28.172.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14939, '2025-11-22 09:44:45', 'W', '103.120.70.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14940, '2025-11-22 09:46:54', 'W', '43.173.175.22', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(14941, '2025-11-22 09:47:23', 'W', '159.65.216.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14942, '2025-11-22 09:47:25', 'W', '31.219.59.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14943, '2025-11-22 09:47:39', 'W', '188.52.144.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14944, '2025-11-22 09:47:41', 'W', '103.155.62.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14945, '2025-11-22 09:48:17', 'W', '189.111.56.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14946, '2025-11-22 09:48:18', 'W', '105.74.12.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14947, '2025-11-22 09:48:19', 'W', '223.188.55.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14948, '2025-11-22 09:52:36', 'W', '49.43.143.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14949, '2025-11-22 09:52:38', 'W', '116.90.114.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14950, '2025-11-22 09:52:39', 'W', '118.179.39.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14951, '2025-11-22 09:52:43', 'W', '103.217.158.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14952, '2025-11-22 09:54:26', 'W', '186.216.11.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14953, '2025-11-22 09:54:30', 'W', '45.125.5.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14954, '2025-11-22 09:54:34', 'W', '179.42.127.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14955, '2025-11-22 09:54:44', 'W', '168.181.143.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14956, '2025-11-22 10:00:52', 'W', '191.177.136.51', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(14957, '2025-11-22 10:01:10', 'W', '27.34.71.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14958, '2025-11-22 10:01:13', 'W', '95.70.207.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14959, '2025-11-22 10:01:15', 'W', '196.176.165.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14960, '2025-11-22 10:01:16', 'W', '113.187.46.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(14961, '2025-11-22 10:01:18', 'W', '147.182.188.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14962, '2025-11-22 10:01:48', 'W', '43.132.65.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14963, '2025-11-22 10:02:29', 'W', '154.247.177.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14964, '2025-11-22 10:02:34', 'W', '103.140.16.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14965, '2025-11-22 10:02:35', 'W', '169.224.97.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14966, '2025-11-22 10:02:42', 'W', '45.172.18.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14967, '2025-11-22 10:02:47', 'W', '103.188.87.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14968, '2025-11-22 10:03:30', 'W', '193.43.159.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14969, '2025-11-22 10:03:33', 'W', '186.68.49.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14970, '2025-11-22 10:03:34', 'W', '38.210.237.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14971, '2025-11-22 10:03:37', 'W', '102.219.24.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14972, '2025-11-22 10:03:48', 'W', '201.137.113.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14973, '2025-11-22 10:04:28', 'W', '192.34.57.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14974, '2025-11-22 10:04:29', 'W', '103.149.56.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14975, '2025-11-22 10:04:29', 'W', '137.184.148.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14976, '2025-11-22 10:04:31', 'W', '186.77.205.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14977, '2025-11-22 10:04:31', 'W', '130.193.193.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14978, '2025-11-22 10:04:45', 'W', '113.173.21.130', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4121.813 Safari/537.36', 'Chrome', 'Windows 10'),
(14979, '2025-11-22 10:05:44', 'W', '161.35.102.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14980, '2025-11-22 10:05:47', 'W', '131.221.57.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14981, '2025-11-22 10:05:48', 'W', '63.143.94.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14982, '2025-11-22 10:05:48', 'W', '179.90.246.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14983, '2025-11-22 10:05:49', 'W', '159.223.106.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14984, '2025-11-22 10:06:06', 'W', '181.117.184.40', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(14985, '2025-11-22 10:06:48', 'W', '159.89.52.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14986, '2025-11-22 10:06:48', 'W', '187.72.78.184', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(14987, '2025-11-22 10:06:50', 'W', '103.214.202.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14988, '2025-11-22 10:06:53', 'W', '196.65.45.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14989, '2025-11-22 10:07:00', 'W', '202.186.207.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14990, '2025-11-22 10:07:04', 'W', '177.84.29.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14991, '2025-11-22 10:08:25', 'W', '170.233.28.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14992, '2025-11-22 10:08:30', 'W', '179.29.236.30', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Windows 10'),
(14993, '2025-11-22 10:08:32', 'W', '38.51.192.131', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.5 Safari/537.36', 'Chrome', 'Windows 7'),
(14994, '2025-11-22 10:10:08', 'W', '177.66.165.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14995, '2025-11-22 10:10:09', 'W', '180.191.20.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14996, '2025-11-22 10:10:10', 'W', '157.245.255.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14997, '2025-11-22 10:10:49', 'W', '190.55.123.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14998, '2025-11-22 10:12:31', 'W', '179.106.62.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(14999, '2025-11-22 10:12:33', 'W', '206.189.186.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15000, '2025-11-22 10:12:36', 'W', '103.74.230.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15001, '2025-11-22 10:12:38', 'W', '177.39.97.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15002, '2025-11-22 10:12:42', 'W', '217.199.144.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15003, '2025-11-22 10:15:04', 'W', '191.239.245.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(15004, '2025-11-22 10:15:57', 'W', '161.35.48.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15005, '2025-11-22 10:16:03', 'W', '200.46.111.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15006, '2025-11-22 10:16:04', 'W', '157.50.168.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15007, '2025-11-22 10:16:06', 'W', '45.225.192.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15008, '2025-11-22 10:16:09', 'W', '196.189.24.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15009, '2025-11-22 10:24:38', 'W', '37.238.164.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15010, '2025-11-22 10:24:43', 'W', '45.7.215.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15011, '2025-11-22 10:24:46', 'W', '88.201.6.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15012, '2025-11-22 10:24:48', 'W', '190.140.131.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15013, '2025-11-22 10:24:53', 'W', '200.108.225.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15014, '2025-11-22 10:25:53', 'W', '198.235.24.221', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(15015, '2025-11-22 10:32:32', 'W', '43.173.179.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15016, '2025-11-22 10:39:42', 'W', '43.173.181.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15017, '2025-11-22 10:40:55', 'W', '197.26.228.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15018, '2025-11-22 10:41:05', 'W', '125.166.1.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15019, '2025-11-22 10:52:17', 'W', '74.7.243.38', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(15020, '2025-11-22 10:52:21', 'W', '74.7.227.157', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(15021, '2025-11-22 10:56:13', 'W', '87.250.224.47', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15022, '2025-11-22 10:58:36', 'W', '131.0.203.198', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(15023, '2025-11-22 11:05:35', 'W', '54.37.86.223', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(15024, '2025-11-22 11:12:33', 'W', '43.173.180.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15025, '2025-11-22 11:28:03', 'W', '104.194.157.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15026, '2025-11-22 11:28:33', 'W', '43.173.174.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15027, '2025-11-22 11:36:06', 'W', '45.224.162.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15028, '2025-11-22 11:36:08', 'W', '24.144.112.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15029, '2025-11-22 11:36:10', 'W', '105.101.69.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15030, '2025-11-22 11:57:25', 'W', '186.210.223.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15031, '2025-11-22 11:59:25', 'W', '123.26.37.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(15032, '2025-11-22 12:00:12', 'W', '94.158.59.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(15033, '2025-11-22 12:01:33', 'W', '177.125.117.70', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 8.1'),
(15034, '2025-11-22 12:02:43', 'W', '98.175.31.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(15035, '2025-11-22 12:03:14', 'W', '167.99.2.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15036, '2025-11-22 12:03:16', 'W', '143.244.175.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15037, '2025-11-22 12:03:19', 'W', '176.28.160.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15038, '2025-11-22 12:03:23', 'W', '116.98.241.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15039, '2025-11-22 12:03:25', 'W', '103.153.53.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15040, '2025-11-22 12:08:10', 'W', '177.91.224.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Agency/97.8.8247.48', 'Chrome', 'Windows 10'),
(15041, '2025-11-22 12:13:23', 'W', '41.139.219.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15042, '2025-11-22 12:13:26', 'W', '137.184.158.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15043, '2025-11-22 12:13:29', 'W', '200.158.248.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15044, '2025-11-22 12:13:33', 'W', '191.221.176.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15045, '2025-11-22 12:13:36', 'W', '200.204.237.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15046, '2025-11-22 12:13:58', 'W', '8.217.213.2', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(15047, '2025-11-22 12:20:41', 'W', '43.173.174.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15048, '2025-11-22 12:22:12', 'W', '8.217.209.23', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(15049, '2025-11-22 12:29:58', 'W', '169.224.1.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15050, '2025-11-22 12:29:59', 'W', '8.217.210.226', 'AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)', 'Unknown Browser', 'Unknown OS Platform'),
(15051, '2025-11-22 12:30:01', 'W', '91.106.42.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15052, '2025-11-22 12:30:03', 'W', '157.230.211.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15053, '2025-11-22 12:30:14', 'W', '103.199.225.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15054, '2025-11-22 12:42:26', 'W', '157.49.130.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15055, '2025-11-22 12:45:20', 'W', '158.62.25.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15056, '2025-11-22 12:50:56', 'W', '102.142.17.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15057, '2025-11-22 12:54:13', 'W', '147.135.212.202', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(15058, '2025-11-22 13:26:01', 'W', '123.28.16.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(15059, '2025-11-22 13:26:01', 'W', '186.146.140.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(15060, '2025-11-22 13:26:01', 'W', '45.189.220.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.3538.77 Safari/537.36', 'Chrome', 'Mac OS X'),
(15061, '2025-11-22 13:26:02', 'W', '197.185.169.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15062, '2025-11-22 13:26:02', 'W', '190.99.79.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15063, '2025-11-22 13:26:02', 'W', '167.71.26.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15064, '2025-11-22 13:26:02', 'W', '112.203.160.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15065, '2025-11-22 13:26:02', 'W', '194.246.91.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15066, '2025-11-22 13:26:02', 'W', '52.54.198.246', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15067, '2025-11-22 13:26:02', 'W', '104.248.51.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15068, '2025-11-22 13:26:02', 'W', '13.223.7.162', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15069, '2025-11-22 13:26:02', 'W', '190.97.232.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15070, '2025-11-22 13:26:02', 'W', '45.180.133.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15071, '2025-11-22 13:26:02', 'W', '159.203.189.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15072, '2025-11-22 13:26:02', 'W', '103.121.172.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15073, '2025-11-22 13:26:02', 'W', '154.124.11.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15074, '2025-11-22 13:26:12', 'W', '181.45.117.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15075, '2025-11-22 13:26:12', 'W', '17.22.245.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15076, '2025-11-22 13:26:12', 'W', '117.219.145.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15077, '2025-11-22 13:26:12', 'W', '41.90.188.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15078, '2025-11-22 13:26:13', 'W', '136.158.39.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15079, '2025-11-22 13:26:13', 'W', '66.249.76.203', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(15080, '2025-11-22 13:32:37', 'W', '17.241.219.144', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15081, '2025-11-22 13:34:13', 'W', '17.246.15.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15082, '2025-11-22 13:36:35', 'W', '149.88.18.28', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(15083, '2025-11-22 13:51:22', 'W', '17.241.219.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15084, '2025-11-22 13:53:28', 'W', '52.167.144.237', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15085, '2025-11-22 13:55:43', 'W', '17.246.23.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15086, '2025-11-22 13:55:53', 'W', '113.188.248.95', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(15087, '2025-11-22 13:56:43', 'W', '190.92.21.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36', 'Chrome', 'Windows 10'),
(15088, '2025-11-22 13:57:11', 'W', '157.100.140.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.48 Safari/537.36', 'Chrome', 'Windows 10'),
(15089, '2025-11-22 13:58:36', 'W', '14.189.94.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(15090, '2025-11-22 14:05:30', 'W', '181.233.16.185', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36', 'Chrome', 'Windows 10'),
(15091, '2025-11-22 14:05:47', 'W', '177.107.182.75', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(15092, '2025-11-22 14:05:50', 'W', '103.129.95.195', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8'),
(15093, '2025-11-22 14:08:48', 'W', '41.1.89.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(15094, '2025-11-22 14:09:21', 'W', '17.246.23.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15095, '2025-11-22 14:25:19', 'W', '213.180.203.129', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15096, '2025-11-22 14:27:00', 'W', '40.77.167.22', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15097, '2025-11-22 14:34:09', 'W', '23.98.142.178', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(15098, '2025-11-22 14:37:58', 'W', '43.175.194.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15099, '2025-11-22 14:39:41', 'W', '176.223.78.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15100, '2025-11-22 14:45:24', 'W', '37.26.85.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15101, '2025-11-22 14:45:26', 'W', '17.246.19.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15102, '2025-11-22 14:47:24', 'W', '167.62.224.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15103, '2025-11-22 14:52:26', 'W', '201.145.112.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15104, '2025-11-22 14:55:31', 'W', '45.233.248.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15105, '2025-11-22 14:58:04', 'W', '198.199.65.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15106, '2025-11-22 14:58:57', 'W', '79.106.125.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15107, '2025-11-22 14:59:44', 'W', '104.36.21.59', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(15108, '2025-11-22 15:00:25', 'W', '182.252.92.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15109, '2025-11-22 15:00:45', 'W', '200.100.37.170', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.2 Safari/537.36', 'Chrome', 'Windows 10'),
(15110, '2025-11-22 15:01:37', 'W', '189.203.198.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(15111, '2025-11-22 15:01:38', 'W', '151.244.144.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(15112, '2025-11-22 15:02:23', 'W', '138.0.145.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15113, '2025-11-22 15:02:35', 'W', '41.105.208.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'Chrome', 'Mac OS X'),
(15114, '2025-11-22 15:02:38', 'W', '14.245.107.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Mac OS X'),
(15115, '2025-11-22 15:02:59', 'W', '179.162.74.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(15116, '2025-11-22 15:03:01', 'W', '181.91.89.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(15117, '2025-11-22 15:03:33', 'W', '185.244.154.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'Chrome', 'Mac OS X'),
(15118, '2025-11-22 15:03:42', 'W', '179.0.76.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15119, '2025-11-22 15:04:45', 'W', '185.122.255.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(15120, '2025-11-22 15:06:09', 'W', '59.178.52.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15121, '2025-11-22 15:06:40', 'W', '89.237.192.96', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(15122, '2025-11-22 15:07:49', 'W', '45.178.19.210', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Windows 10'),
(15123, '2025-11-22 15:09:12', 'W', '185.54.158.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15124, '2025-11-22 15:09:14', 'W', '17.22.253.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15125, '2025-11-22 15:10:56', 'W', '196.250.130.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15126, '2025-11-22 15:11:30', 'W', '43.173.182.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15127, '2025-11-22 15:11:57', 'W', '43.173.175.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15128, '2025-11-22 15:12:30', 'W', '176.29.4.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15129, '2025-11-22 15:13:54', 'W', '17.22.237.95', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15130, '2025-11-22 15:14:51', 'W', '170.78.2.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15131, '2025-11-22 15:18:31', 'W', '17.22.237.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15132, '2025-11-22 15:18:37', 'W', '17.22.237.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15133, '2025-11-22 15:19:52', 'W', '179.247.150.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15134, '2025-11-22 15:20:23', 'W', '189.107.152.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15135, '2025-11-22 15:20:25', 'W', '152.244.207.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15136, '2025-11-22 15:21:28', 'W', '186.195.132.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15137, '2025-11-22 15:21:30', 'W', '193.43.145.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15138, '2025-11-22 15:22:27', 'W', '105.244.81.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15139, '2025-11-22 15:22:29', 'W', '178.251.110.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15140, '2025-11-22 15:22:32', 'W', '43.152.20.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15141, '2025-11-22 15:23:47', 'W', '103.134.219.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15142, '2025-11-22 15:23:57', 'W', '91.106.41.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15143, '2025-11-22 15:24:09', 'W', '160.155.240.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15144, '2025-11-22 15:24:15', 'W', '181.46.185.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15145, '2025-11-22 15:26:00', 'W', '88.227.134.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15146, '2025-11-22 15:26:01', 'W', '189.84.180.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15147, '2025-11-22 15:26:11', 'W', '38.222.3.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15148, '2025-11-22 15:30:29', 'W', '106.219.121.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15149, '2025-11-22 15:30:32', 'W', '186.192.184.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15150, '2025-11-22 15:30:33', 'W', '41.209.14.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15151, '2025-11-22 15:31:06', 'W', '185.155.233.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/71.0.3542.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15152, '2025-11-22 15:31:34', 'W', '169.224.35.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15153, '2025-11-22 15:31:35', 'W', '181.197.158.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15154, '2025-11-22 15:37:12', 'W', '17.241.75.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15155, '2025-11-22 15:40:44', 'W', '41.198.158.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15156, '2025-11-22 15:40:59', 'W', '45.170.128.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(15157, '2025-11-22 15:41:52', 'W', '169.224.121.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15158, '2025-11-22 15:41:58', 'W', '105.160.13.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15159, '2025-11-22 15:42:00', 'W', '45.173.91.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15160, '2025-11-22 15:42:28', 'W', '143.202.231.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15161, '2025-11-22 15:42:29', 'W', '45.143.30.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15162, '2025-11-22 15:42:34', 'W', '84.54.70.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15163, '2025-11-22 15:43:30', 'W', '201.87.203.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15164, '2025-11-22 15:43:33', 'W', '186.91.48.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15165, '2025-11-22 15:43:40', 'W', '5.45.143.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15166, '2025-11-22 15:44:11', 'W', '17.22.237.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15167, '2025-11-22 15:45:36', 'W', '132.255.113.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15168, '2025-11-22 15:45:39', 'W', '169.224.1.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15169, '2025-11-22 15:45:41', 'W', '138.185.195.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15170, '2025-11-22 15:47:10', 'W', '190.218.184.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15171, '2025-11-22 15:47:12', 'W', '103.109.239.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15172, '2025-11-22 15:47:14', 'W', '102.0.18.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15173, '2025-11-22 15:47:31', 'W', '17.22.237.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15174, '2025-11-22 15:49:57', 'W', '186.85.240.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15175, '2025-11-22 15:49:59', 'W', '202.134.14.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15176, '2025-11-22 15:53:22', 'W', '168.90.22.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15177, '2025-11-22 15:53:26', 'W', '102.182.46.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15178, '2025-11-22 15:55:38', 'W', '142.93.53.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15179, '2025-11-22 15:55:43', 'W', '190.141.31.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15180, '2025-11-22 15:55:45', 'W', '160.187.109.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15181, '2025-11-22 15:56:44', 'W', '91.103.251.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15182, '2025-11-22 15:56:45', 'W', '122.162.149.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15183, '2025-11-22 15:56:46', 'W', '138.36.22.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15184, '2025-11-22 15:58:07', 'W', '161.35.60.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15185, '2025-11-22 15:58:07', 'W', '159.89.51.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15186, '2025-11-22 15:58:33', 'W', '151.250.202.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15187, '2025-11-22 15:58:33', 'W', '103.147.87.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15188, '2025-11-22 15:58:35', 'W', '95.5.142.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15189, '2025-11-22 15:59:28', 'W', '62.217.159.123', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(15190, '2025-11-22 16:00:08', 'W', '134.122.18.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15191, '2025-11-22 16:00:11', 'W', '201.140.211.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15192, '2025-11-22 16:00:13', 'W', '41.90.69.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15193, '2025-11-22 16:00:59', 'W', '178.136.106.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15194, '2025-11-22 16:01:00', 'W', '200.149.201.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15195, '2025-11-22 16:01:09', 'W', '18.143.128.13', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(15196, '2025-11-22 16:02:01', 'W', '189.217.35.253', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(15197, '2025-11-22 16:03:44', 'W', '186.22.62.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15198, '2025-11-22 16:03:46', 'W', '83.244.28.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15199, '2025-11-22 16:03:48', 'W', '138.121.227.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15200, '2025-11-22 16:05:23', 'W', '86.124.207.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15201, '2025-11-22 16:05:23', 'W', '102.66.183.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15202, '2025-11-22 16:05:24', 'W', '189.113.231.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15203, '2025-11-22 16:05:53', 'W', '156.247.171.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 10'),
(15204, '2025-11-22 16:06:57', 'W', '134.122.20.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15205, '2025-11-22 16:07:03', 'W', '102.253.16.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15206, '2025-11-22 16:08:16', 'W', '51.39.6.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15207, '2025-11-22 16:08:31', 'W', '43.173.181.148', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15208, '2025-11-22 16:08:32', 'W', '45.186.72.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15209, '2025-11-22 16:09:29', 'W', '5.190.162.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15210, '2025-11-22 16:09:46', 'W', '192.241.131.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15211, '2025-11-22 16:09:48', 'W', '196.179.5.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15212, '2025-11-22 16:09:52', 'W', '176.241.84.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15213, '2025-11-22 16:09:59', 'W', '196.235.149.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(15214, '2025-11-22 16:10:17', 'W', '187.108.87.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15215, '2025-11-22 16:10:51', 'W', '54.82.48.189', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15216, '2025-11-22 16:12:19', 'W', '184.72.220.125', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15217, '2025-11-22 16:12:44', 'W', '54.165.1.142', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15218, '2025-11-22 16:12:51', 'W', '98.85.57.215', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15219, '2025-11-22 16:16:35', 'W', '151.244.150.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15220, '2025-11-22 16:23:27', 'W', '40.77.167.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15221, '2025-11-22 16:24:28', 'W', '17.246.15.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15222, '2025-11-22 16:29:40', 'W', '17.22.237.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15223, '2025-11-22 16:34:44', 'W', '178.159.37.78', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(15224, '2025-11-22 16:48:52', 'W', '43.173.178.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15225, '2025-11-22 16:52:18', 'W', '146.70.182.26', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(15226, '2025-11-22 16:55:26', 'W', '17.246.15.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15227, '2025-11-22 17:05:38', 'W', '43.174.153.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15228, '2025-11-22 17:11:05', 'W', '17.241.75.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15229, '2025-11-22 17:11:09', 'W', '177.124.78.151', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(15230, '2025-11-22 17:16:42', 'W', '198.235.24.86', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(15231, '2025-11-22 17:18:00', 'W', '43.174.24.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15232, '2025-11-22 17:18:28', 'W', '43.175.22.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15233, '2025-11-22 17:19:50', 'W', '200.108.184.7', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(15234, '2025-11-22 17:19:56', 'W', '31.14.231.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15235, '2025-11-22 17:23:39', 'W', '187.61.184.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15236, '2025-11-22 17:34:13', 'W', '17.22.237.118', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15237, '2025-11-22 17:44:56', 'W', '17.246.19.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15238, '2025-11-22 17:49:48', 'W', '17.22.245.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15239, '2025-11-22 17:55:05', 'W', '47.82.13.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15240, '2025-11-22 18:09:30', 'W', '111.119.251.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15241, '2025-11-22 18:14:09', 'W', '43.173.179.46', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15242, '2025-11-22 18:15:03', 'W', '187.120.52.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(15243, '2025-11-22 18:16:38', 'W', '196.189.27.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15244, '2025-11-22 18:17:39', 'W', '105.156.221.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(15245, '2025-11-22 18:18:03', 'W', '177.54.162.123', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Windows 8'),
(15246, '2025-11-22 18:18:55', 'W', '181.197.42.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(15247, '2025-11-22 18:21:02', 'W', '107.152.35.253', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(15248, '2025-11-22 18:21:53', 'W', '17.246.15.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15249, '2025-11-22 18:27:16', 'W', '52.167.144.216', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15250, '2025-11-22 18:39:08', 'W', '17.246.23.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15251, '2025-11-22 18:47:00', 'W', '40.77.167.149', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15252, '2025-11-22 18:57:11', 'W', '17.22.253.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15253, '2025-11-22 22:02:40', 'W', '179.51.61.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(15254, '2025-11-22 22:02:40', 'W', '46.248.73.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15255, '2025-11-22 22:02:41', 'W', '54.165.13.201', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15256, '2025-11-22 22:02:41', 'W', '3.225.124.168', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15257, '2025-11-22 22:02:43', 'W', '13.223.5.177', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15258, '2025-11-22 22:02:43', 'W', '54.163.11.132', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15259, '2025-11-22 22:02:44', 'W', '17.246.23.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15260, '2025-11-22 22:02:44', 'W', '187.245.109.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(15261, '2025-11-22 22:02:45', 'W', '43.173.181.145', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15262, '2025-11-22 22:02:46', 'W', '17.246.19.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15263, '2025-11-22 22:02:46', 'W', '35.170.13.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0', 'Chrome', 'Windows 10'),
(15264, '2025-11-22 22:02:46', 'W', '44.218.146.159', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15265, '2025-11-22 22:02:46', 'W', '44.217.143.120', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15266, '2025-11-22 22:02:46', 'W', '34.230.196.156', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15267, '2025-11-22 22:02:46', 'W', '44.222.29.181', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15268, '2025-11-22 22:02:46', 'W', '34.195.95.82', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15269, '2025-11-22 22:02:46', 'W', '34.207.27.244', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15270, '2025-11-22 22:02:46', 'W', '18.215.207.76', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15271, '2025-11-22 22:02:46', 'W', '34.198.218.152', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15272, '2025-11-22 22:02:46', 'W', '54.156.94.200', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15273, '2025-11-22 22:02:46', 'W', '107.21.115.37', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15274, '2025-11-22 22:02:46', 'W', '23.23.33.108', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15275, '2025-11-22 22:02:47', 'W', '40.77.167.247', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15276, '2025-11-22 22:02:49', 'W', '141.8.183.1', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15277, '2025-11-22 22:02:49', 'W', '3.217.204.116', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15278, '2025-11-22 22:02:49', 'W', '44.217.154.241', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15279, '2025-11-22 22:05:18', 'W', '3.82.239.216', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15280, '2025-11-22 22:05:27', 'W', '200.53.198.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(15281, '2025-11-22 22:07:05', 'W', '152.58.3.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(15282, '2025-11-22 22:10:43', 'W', '89.46.8.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(15283, '2025-11-22 22:12:19', 'W', '54.164.53.87', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15284, '2025-11-22 22:14:29', 'W', '17.246.19.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15285, '2025-11-22 22:14:55', 'W', '54.146.0.55', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(15286, '2025-11-22 22:20:03', 'W', '213.180.203.201', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15287, '2025-11-22 22:27:25', 'W', '17.22.253.95', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15288, '2025-11-22 22:34:02', 'W', '17.241.219.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15289, '2025-11-22 22:49:58', 'W', '74.7.242.14', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(15290, '2025-11-22 22:57:50', 'W', '17.22.237.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15291, '2025-11-22 23:16:21', 'W', '43.173.181.246', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15292, '2025-11-22 23:30:19', 'W', '17.241.219.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15293, '2025-11-22 23:30:26', 'I', '141.151.92.80', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(15294, '2025-11-22 23:30:27', 'W', '108.165.151.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15295, '2025-11-22 23:35:07', 'W', '17.22.237.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15296, '2025-11-22 23:46:41', 'W', '17.241.75.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15297, '2025-11-23 00:01:53', 'W', '45.232.78.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(15298, '2025-11-23 00:02:44', 'W', '131.196.216.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(15299, '2025-11-23 00:08:22', 'W', '17.246.23.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15300, '2025-11-23 00:08:24', 'W', '200.68.166.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(15301, '2025-11-23 00:09:58', 'W', '216.73.216.5', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(15302, '2025-11-23 00:13:10', 'W', '17.241.227.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15303, '2025-11-23 00:23:23', 'W', '17.241.227.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15304, '2025-11-23 00:38:31', 'W', '213.180.203.103', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15305, '2025-11-23 00:39:33', 'W', '17.241.219.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15306, '2025-11-23 00:46:54', 'W', '5.255.231.193', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(15307, '2025-11-23 00:53:10', 'W', '17.241.75.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15308, '2025-11-23 01:00:21', 'W', '187.190.168.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(15309, '2025-11-23 01:00:25', 'W', '45.176.147.187', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(15310, '2025-11-23 01:02:28', 'W', '190.62.46.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(15311, '2025-11-23 01:03:48', 'W', '45.171.29.39', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(15312, '2025-11-23 01:04:48', 'W', '177.91.74.15', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5118.205 Safari/537.36', 'Chrome', 'Windows 10'),
(15313, '2025-11-23 01:05:20', 'W', '177.93.10.196', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(15314, '2025-11-23 01:07:49', 'W', '178.156.179.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 10'),
(15315, '2025-11-23 01:16:35', 'W', '17.22.237.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15316, '2025-11-23 01:17:02', 'W', '17.241.219.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15317, '2025-11-23 01:25:03', 'W', '17.246.23.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15318, '2025-11-23 01:26:15', 'W', '54.37.252.212', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(15319, '2025-11-23 01:28:48', 'W', '43.173.180.122', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15320, '2025-11-23 01:35:54', 'W', '17.22.245.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15321, '2025-11-23 01:39:06', 'W', '43.173.180.49', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15322, '2025-11-23 01:46:15', 'W', '52.167.144.185', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15323, '2025-11-23 01:50:15', 'W', '17.22.237.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15324, '2025-11-23 01:53:44', 'W', '17.241.227.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15325, '2025-11-23 02:00:51', 'W', '189.133.221.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(15326, '2025-11-23 02:02:42', 'W', '17.241.219.239', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15327, '2025-11-23 02:02:55', 'W', '14.236.72.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36', 'Chrome', 'Windows 10'),
(15328, '2025-11-23 02:02:58', 'W', '14.230.184.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(15329, '2025-11-23 02:03:34', 'W', '189.196.219.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Windows 10'),
(15330, '2025-11-23 02:04:54', 'W', '180.73.113.63', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(15331, '2025-11-23 02:05:20', 'W', '201.227.135.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(15332, '2025-11-23 02:05:23', 'W', '17.241.75.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15333, '2025-11-23 02:06:46', 'W', '170.254.126.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.101.4951.54 Safari/537.36', 'Chrome', 'Windows 10'),
(15334, '2025-11-23 02:06:47', 'W', '181.175.117.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(15335, '2025-11-23 02:07:03', 'W', '17.246.15.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15336, '2025-11-23 02:07:36', 'W', '37.104.200.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15337, '2025-11-23 02:10:40', 'W', '43.173.179.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15338, '2025-11-23 02:11:00', 'W', '43.173.173.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15339, '2025-11-23 02:11:20', 'W', '14.239.200.134', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 10'),
(15340, '2025-11-23 02:34:41', 'W', '187.190.192.178', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15341, '2025-11-23 02:37:37', 'W', '187.155.51.228', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15342, '2025-11-23 02:50:17', 'W', '146.174.180.136', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20120427 Firefox/15.0a1', 'Firefox', 'Windows XP'),
(15343, '2025-11-23 02:54:57', 'W', '17.246.19.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15344, '2025-11-23 02:57:14', 'W', '103.244.92.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15345, '2025-11-23 02:57:15', 'W', '177.37.140.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15346, '2025-11-23 02:57:18', 'W', '202.181.17.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15347, '2025-11-23 02:57:18', 'W', '38.222.34.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15348, '2025-11-23 03:00:02', 'W', '31.14.231.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15349, '2025-11-23 03:00:06', 'W', '5.1.110.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15350, '2025-11-23 03:00:10', 'W', '45.65.158.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15351, '2025-11-23 03:00:10', 'W', '200.8.117.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15352, '2025-11-23 03:00:12', 'W', '190.212.210.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15353, '2025-11-23 03:00:14', 'W', '190.103.29.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15354, '2025-11-23 03:00:15', 'W', '190.114.40.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15355, '2025-11-23 03:00:18', 'W', '43.175.53.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15356, '2025-11-23 03:00:19', 'W', '200.123.53.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15357, '2025-11-23 03:00:20', 'W', '37.111.12.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15358, '2025-11-23 03:00:34', 'W', '179.104.55.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15359, '2025-11-23 03:00:34', 'W', '190.155.187.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15360, '2025-11-23 03:00:41', 'W', '201.224.21.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15361, '2025-11-23 03:01:02', 'W', '181.55.22.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15362, '2025-11-23 03:01:07', 'W', '43.152.32.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15363, '2025-11-23 03:01:07', 'W', '191.88.191.189', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15364, '2025-11-23 03:02:57', 'W', '131.100.167.155', 'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15365, '2025-11-23 03:04:33', 'W', '105.161.158.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15366, '2025-11-23 03:04:33', 'W', '143.244.175.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15367, '2025-11-23 03:04:35', 'W', '159.223.183.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15368, '2025-11-23 03:04:42', 'W', '85.193.103.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15369, '2025-11-23 03:04:46', 'W', '179.248.122.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.44 Safari/537.36', 'Chrome', 'Mac OS X'),
(15370, '2025-11-23 03:04:57', 'W', '14.187.148.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'Chrome', 'Windows 10'),
(15371, '2025-11-23 03:05:17', 'W', '179.189.34.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(15372, '2025-11-23 03:05:18', 'W', '186.14.154.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(15373, '2025-11-23 03:05:31', 'W', '117.99.205.178', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(15374, '2025-11-23 03:05:40', 'W', '14.186.130.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(15375, '2025-11-23 03:05:50', 'W', '200.82.139.74', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4085.4 Safari/537.36', 'Chrome', 'Windows 10'),
(15376, '2025-11-23 03:07:18', 'W', '43.173.178.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15377, '2025-11-23 03:08:43', 'W', '168.181.123.79', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(15378, '2025-11-23 03:10:05', 'W', '45.162.45.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(15379, '2025-11-23 03:17:30', 'W', '17.22.237.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15380, '2025-11-23 03:18:34', 'W', '197.58.90.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15381, '2025-11-23 03:18:37', 'W', '197.1.143.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15382, '2025-11-23 03:18:40', 'W', '200.59.45.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15383, '2025-11-23 03:18:40', 'W', '188.54.65.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15384, '2025-11-23 03:18:43', 'W', '177.101.47.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15385, '2025-11-23 03:18:49', 'W', '37.236.120.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15386, '2025-11-23 03:18:50', 'W', '45.186.72.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15387, '2025-11-23 03:19:24', 'W', '45.187.67.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15388, '2025-11-23 03:19:31', 'W', '109.76.31.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15389, '2025-11-23 03:19:34', 'W', '45.226.46.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15390, '2025-11-23 03:19:35', 'W', '105.100.61.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15391, '2025-11-23 03:19:38', 'W', '186.13.115.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15392, '2025-11-23 03:19:38', 'W', '154.41.187.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15393, '2025-11-23 03:19:41', 'W', '103.66.142.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15394, '2025-11-23 03:19:42', 'W', '102.220.209.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15395, '2025-11-23 03:19:43', 'W', '190.173.205.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15396, '2025-11-23 03:19:44', 'W', '186.158.120.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15397, '2025-11-23 03:19:45', 'W', '45.186.37.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15398, '2025-11-23 03:19:46', 'W', '175.143.56.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15399, '2025-11-23 03:19:47', 'W', '206.0.24.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15400, '2025-11-23 03:19:50', 'W', '177.75.148.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15401, '2025-11-23 03:19:52', 'W', '142.154.43.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15402, '2025-11-23 03:19:53', 'W', '190.5.34.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15403, '2025-11-23 03:19:54', 'W', '156.208.223.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15404, '2025-11-23 03:19:55', 'W', '80.76.160.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15405, '2025-11-23 03:19:55', 'W', '38.3.231.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15406, '2025-11-23 03:19:58', 'W', '46.251.201.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(15407, '2025-11-23 03:20:02', 'W', '45.162.236.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15408, '2025-11-23 03:20:06', 'W', '171.241.211.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15409, '2025-11-23 03:20:07', 'W', '189.89.90.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15410, '2025-11-23 03:20:08', 'W', '86.108.21.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15411, '2025-11-23 03:20:10', 'W', '104.244.230.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15412, '2025-11-23 03:20:11', 'W', '177.206.240.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15413, '2025-11-23 03:20:12', 'W', '152.58.10.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15414, '2025-11-23 03:20:14', 'W', '223.181.34.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15415, '2025-11-23 03:20:15', 'W', '187.134.193.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15416, '2025-11-23 03:20:17', 'W', '45.166.87.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15417, '2025-11-23 03:20:18', 'W', '176.118.0.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15418, '2025-11-23 03:20:20', 'W', '179.190.127.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15419, '2025-11-23 03:20:20', 'W', '45.236.222.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15420, '2025-11-23 03:20:23', 'W', '179.98.216.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15421, '2025-11-23 03:20:24', 'W', '177.32.34.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15422, '2025-11-23 03:21:50', 'W', '186.86.110.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15423, '2025-11-23 03:21:50', 'W', '37.41.82.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15424, '2025-11-23 03:21:53', 'W', '179.125.245.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15425, '2025-11-23 03:21:53', 'W', '191.37.134.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15426, '2025-11-23 03:21:53', 'W', '164.163.142.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15427, '2025-11-23 03:21:54', 'W', '159.223.126.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15428, '2025-11-23 03:21:56', 'W', '45.170.55.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15429, '2025-11-23 03:21:57', 'W', '149.255.220.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15430, '2025-11-23 03:21:59', 'W', '37.237.143.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15431, '2025-11-23 03:22:43', 'W', '210.1.247.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15432, '2025-11-23 03:22:45', 'W', '197.184.102.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15433, '2025-11-23 03:22:47', 'W', '181.46.68.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15434, '2025-11-23 03:26:15', 'W', '191.11.54.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15435, '2025-11-23 03:26:19', 'W', '45.184.110.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15436, '2025-11-23 03:26:25', 'W', '191.97.9.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15437, '2025-11-23 03:26:25', 'W', '102.31.217.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15438, '2025-11-23 03:26:28', 'W', '103.41.79.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15439, '2025-11-23 03:26:29', 'W', '45.163.2.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15440, '2025-11-23 03:26:31', 'W', '176.237.213.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15441, '2025-11-23 03:26:33', 'W', '146.19.220.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15442, '2025-11-23 03:26:34', 'W', '102.96.10.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15443, '2025-11-23 03:26:35', 'W', '45.224.142.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15444, '2025-11-23 03:30:59', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(15445, '2025-11-23 03:31:21', 'W', '179.48.229.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15446, '2025-11-23 03:31:25', 'W', '5.110.97.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15447, '2025-11-23 03:31:30', 'W', '179.127.68.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15448, '2025-11-23 03:31:30', 'W', '189.188.122.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15449, '2025-11-23 03:31:32', 'W', '72.27.76.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15450, '2025-11-23 03:31:33', 'W', '212.241.25.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15451, '2025-11-23 03:31:36', 'W', '165.22.187.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15452, '2025-11-23 03:31:37', 'W', '138.0.190.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15453, '2025-11-23 03:31:38', 'W', '45.169.98.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15454, '2025-11-23 03:31:39', 'W', '190.115.64.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15455, '2025-11-23 03:36:04', 'W', '191.81.192.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15456, '2025-11-23 03:36:07', 'W', '189.164.22.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15457, '2025-11-23 03:36:08', 'W', '67.205.133.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15458, '2025-11-23 03:36:09', 'W', '188.163.48.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15459, '2025-11-23 03:36:09', 'W', '177.92.254.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15460, '2025-11-23 03:36:11', 'W', '124.13.166.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15461, '2025-11-23 03:36:12', 'W', '159.65.216.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15462, '2025-11-23 03:36:15', 'W', '187.88.61.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15463, '2025-11-23 03:36:16', 'W', '94.142.48.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15464, '2025-11-23 03:36:17', 'W', '190.218.171.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15465, '2025-11-23 03:37:47', 'W', '187.246.2.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15466, '2025-11-23 03:37:50', 'W', '202.4.126.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15467, '2025-11-23 03:37:52', 'W', '82.199.221.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15468, '2025-11-23 03:37:53', 'W', '187.140.199.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15469, '2025-11-23 03:37:56', 'W', '186.235.164.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15470, '2025-11-23 03:37:58', 'W', '205.254.168.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15471, '2025-11-23 03:38:00', 'W', '178.153.89.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15472, '2025-11-23 03:38:00', 'W', '185.29.186.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15473, '2025-11-23 03:38:04', 'W', '189.28.222.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15474, '2025-11-23 03:39:45', 'W', '45.186.208.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15475, '2025-11-23 03:39:46', 'W', '45.7.64.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15476, '2025-11-23 03:39:47', 'W', '177.39.104.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15477, '2025-11-23 03:39:48', 'W', '161.35.127.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15478, '2025-11-23 03:39:48', 'W', '190.135.52.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15479, '2025-11-23 03:39:52', 'W', '190.97.234.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15480, '2025-11-23 03:39:53', 'W', '103.141.47.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15481, '2025-11-23 03:39:53', 'W', '179.49.35.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15482, '2025-11-23 03:40:27', 'W', '187.180.190.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15483, '2025-11-23 03:40:29', 'W', '103.189.68.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15484, '2025-11-23 03:40:31', 'W', '186.96.209.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15485, '2025-11-23 03:40:32', 'W', '189.179.19.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15486, '2025-11-23 03:40:33', 'W', '111.125.104.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15487, '2025-11-23 03:40:35', 'W', '38.25.51.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15488, '2025-11-23 03:40:40', 'W', '187.244.127.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15489, '2025-11-23 03:41:02', 'W', '191.37.78.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15490, '2025-11-23 03:41:09', 'W', '163.223.115.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15491, '2025-11-23 03:42:47', 'W', '189.149.162.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15492, '2025-11-23 03:42:49', 'W', '37.114.181.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15493, '2025-11-23 03:42:53', 'W', '177.200.141.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15494, '2025-11-23 03:42:56', 'W', '190.107.84.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15495, '2025-11-23 03:42:57', 'W', '103.153.106.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15496, '2025-11-23 03:42:58', 'W', '186.66.217.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15497, '2025-11-23 03:42:59', 'W', '41.75.68.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15498, '2025-11-23 03:43:01', 'W', '190.106.105.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15499, '2025-11-23 03:43:02', 'W', '38.171.78.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15500, '2025-11-23 03:43:06', 'W', '117.235.35.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15501, '2025-11-23 03:44:18', 'W', '17.241.227.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15502, '2025-11-23 03:49:35', 'W', '177.234.250.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15503, '2025-11-23 03:49:39', 'W', '179.111.122.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15504, '2025-11-23 03:49:41', 'W', '147.182.141.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15505, '2025-11-23 03:49:43', 'W', '41.208.141.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15506, '2025-11-23 03:49:46', 'W', '102.64.155.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15507, '2025-11-23 03:49:46', 'W', '37.239.16.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15508, '2025-11-23 03:49:49', 'W', '41.97.21.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15509, '2025-11-23 03:49:51', 'W', '202.36.28.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15510, '2025-11-23 03:49:51', 'W', '179.29.32.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15511, '2025-11-23 03:51:21', 'W', '116.204.151.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15512, '2025-11-23 03:51:26', 'W', '103.183.35.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15513, '2025-11-23 03:51:27', 'W', '190.140.114.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15514, '2025-11-23 03:51:32', 'W', '181.224.2.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15515, '2025-11-23 03:51:33', 'W', '181.95.55.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15516, '2025-11-23 03:51:34', 'W', '5.59.246.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15517, '2025-11-23 03:51:40', 'W', '45.233.179.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15518, '2025-11-23 03:51:40', 'W', '45.236.143.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15519, '2025-11-23 03:51:41', 'W', '17.246.23.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15520, '2025-11-23 03:51:49', 'W', '41.208.141.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15521, '2025-11-23 03:52:00', 'W', '191.95.144.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15522, '2025-11-23 03:53:09', 'W', '5.59.230.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15523, '2025-11-23 03:53:11', 'W', '159.65.239.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15524, '2025-11-23 03:53:12', 'W', '170.83.127.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15525, '2025-11-23 03:53:13', 'W', '179.63.47.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15526, '2025-11-23 03:53:14', 'W', '167.99.228.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15527, '2025-11-23 03:53:14', 'W', '181.20.69.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15528, '2025-11-23 03:53:17', 'W', '72.27.146.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15529, '2025-11-23 03:53:21', 'W', '138.59.226.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15530, '2025-11-23 03:53:30', 'W', '179.125.128.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15531, '2025-11-23 03:55:11', 'W', '137.184.207.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15532, '2025-11-23 03:55:12', 'W', '201.219.166.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15533, '2025-11-23 03:55:13', 'W', '181.117.160.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15534, '2025-11-23 03:55:13', 'W', '189.33.233.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15535, '2025-11-23 03:55:15', 'W', '159.89.90.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15536, '2025-11-23 03:55:16', 'W', '143.105.17.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15537, '2025-11-23 03:55:18', 'W', '24.199.82.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15538, '2025-11-23 03:55:24', 'W', '186.190.231.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15539, '2025-11-23 03:55:51', 'W', '188.113.199.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15540, '2025-11-23 03:55:57', 'W', '181.115.131.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15541, '2025-11-23 03:55:58', 'W', '152.249.108.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15542, '2025-11-23 03:56:01', 'W', '177.129.241.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15543, '2025-11-23 03:56:02', 'W', '179.125.122.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15544, '2025-11-23 03:56:05', 'W', '181.120.2.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15545, '2025-11-23 03:56:10', 'W', '141.98.140.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15546, '2025-11-23 03:56:12', 'W', '197.95.35.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15547, '2025-11-23 03:56:14', 'W', '201.212.191.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15548, '2025-11-23 03:57:10', 'W', '190.104.39.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15549, '2025-11-23 03:57:10', 'W', '38.41.5.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15550, '2025-11-23 03:57:14', 'W', '189.157.93.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15551, '2025-11-23 03:57:17', 'W', '178.52.207.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15552, '2025-11-23 03:57:17', 'W', '103.156.71.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15553, '2025-11-23 03:57:18', 'W', '59.183.238.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15554, '2025-11-23 03:57:21', 'W', '190.60.55.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15555, '2025-11-23 03:57:22', 'W', '158.140.175.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15556, '2025-11-23 03:57:24', 'W', '186.14.0.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15557, '2025-11-23 03:58:48', 'W', '38.74.247.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15558, '2025-11-23 03:58:49', 'W', '37.63.34.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15559, '2025-11-23 03:58:52', 'W', '167.99.14.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15560, '2025-11-23 03:58:54', 'W', '137.184.155.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15561, '2025-11-23 03:58:56', 'W', '162.243.165.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15562, '2025-11-23 03:58:56', 'W', '179.119.115.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15563, '2025-11-23 03:58:59', 'W', '187.63.171.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15564, '2025-11-23 03:59:01', 'W', '88.236.203.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15565, '2025-11-23 03:59:02', 'W', '181.118.97.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15566, '2025-11-23 04:00:04', 'W', '137.184.142.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15567, '2025-11-23 04:00:07', 'W', '187.62.83.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15568, '2025-11-23 04:00:08', 'W', '192.140.88.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15569, '2025-11-23 04:00:09', 'W', '41.193.225.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15570, '2025-11-23 04:00:11', 'W', '138.94.39.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15571, '2025-11-23 04:00:13', 'W', '213.204.66.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15572, '2025-11-23 04:00:15', 'W', '191.242.53.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15573, '2025-11-23 04:00:17', 'W', '94.249.51.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15574, '2025-11-23 04:00:17', 'W', '27.77.253.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15575, '2025-11-23 04:00:29', 'W', '5.62.143.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15576, '2025-11-23 04:01:13', 'W', '152.58.87.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(15577, '2025-11-23 04:01:14', 'W', '41.35.103.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15578, '2025-11-23 04:01:25', 'W', '169.224.86.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15579, '2025-11-23 04:01:26', 'W', '165.227.87.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15580, '2025-11-23 04:01:29', 'W', '189.50.48.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15581, '2025-11-23 04:01:30', 'W', '181.230.51.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15582, '2025-11-23 04:01:32', 'W', '198.199.72.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15583, '2025-11-23 04:01:35', 'W', '41.56.116.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15584, '2025-11-23 04:01:42', 'W', '38.58.191.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15585, '2025-11-23 04:02:06', 'W', '129.222.203.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15586, '2025-11-23 04:02:06', 'W', '156.255.238.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15587, '2025-11-23 04:02:08', 'W', '2.132.81.31', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'Chrome', 'Windows XP'),
(15588, '2025-11-23 04:02:12', 'W', '41.248.70.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36	Chrome 79.0', 'Chrome', 'Mac OS X'),
(15589, '2025-11-23 04:02:14', 'W', '187.213.73.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15590, '2025-11-23 04:02:16', 'W', '112.205.54.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15591, '2025-11-23 04:02:18', 'W', '103.126.149.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15592, '2025-11-23 04:02:22', 'W', '165.50.88.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15593, '2025-11-23 04:02:43', 'W', '179.126.29.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(15594, '2025-11-23 04:03:39', 'W', '17.246.19.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15595, '2025-11-23 04:04:46', 'W', '170.239.73.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(15596, '2025-11-23 04:05:15', 'W', '177.16.185.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(15597, '2025-11-23 04:05:34', 'W', '17.241.75.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15598, '2025-11-23 04:05:57', 'W', '185.226.90.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15599, '2025-11-23 04:05:59', 'W', '186.195.255.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15600, '2025-11-23 04:06:00', 'W', '45.172.68.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15601, '2025-11-23 04:06:04', 'W', '138.117.221.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15602, '2025-11-23 04:06:06', 'W', '206.189.178.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15603, '2025-11-23 04:06:07', 'W', '190.83.19.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15604, '2025-11-23 04:06:10', 'W', '177.128.177.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15605, '2025-11-23 04:06:11', 'W', '143.202.139.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15606, '2025-11-23 04:06:15', 'W', '191.221.222.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15607, '2025-11-23 04:06:41', 'W', '102.102.1.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15608, '2025-11-23 04:06:42', 'W', '113.175.82.189', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(15609, '2025-11-23 04:07:10', 'W', '103.149.187.187', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(15610, '2025-11-23 04:07:22', 'W', '190.105.122.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15611, '2025-11-23 04:08:09', 'W', '190.114.37.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'Chrome', 'Mac OS X'),
(15612, '2025-11-23 04:08:11', 'W', '154.125.145.50', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(15613, '2025-11-23 04:08:26', 'W', '200.108.178.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Windows 10'),
(15614, '2025-11-23 04:08:27', 'W', '212.47.142.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Windows 10'),
(15615, '2025-11-23 04:08:31', 'W', '159.223.111.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15616, '2025-11-23 04:09:33', 'W', '181.232.183.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15617, '2025-11-23 04:09:35', 'W', '5.1.110.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15618, '2025-11-23 04:09:36', 'W', '124.107.122.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15619, '2025-11-23 04:09:44', 'W', '149.19.169.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15620, '2025-11-23 04:09:47', 'W', '181.115.172.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15621, '2025-11-23 04:09:50', 'W', '207.248.234.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15622, '2025-11-23 04:09:57', 'W', '103.183.193.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15623, '2025-11-23 04:10:00', 'W', '88.228.69.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15624, '2025-11-23 04:10:05', 'W', '190.89.29.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15625, '2025-11-23 04:10:10', 'W', '189.203.207.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15626, '2025-11-23 04:10:25', 'W', '17.241.75.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15627, '2025-11-23 04:12:08', 'W', '190.97.225.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15628, '2025-11-23 04:12:08', 'W', '167.250.18.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15629, '2025-11-23 04:12:08', 'W', '179.38.181.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15630, '2025-11-23 04:12:11', 'W', '177.124.132.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15631, '2025-11-23 04:12:12', 'W', '187.191.38.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15632, '2025-11-23 04:12:12', 'W', '45.181.91.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15633, '2025-11-23 04:12:16', 'W', '46.53.192.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15634, '2025-11-23 04:12:17', 'W', '152.172.72.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15635, '2025-11-23 04:12:18', 'W', '186.208.237.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15636, '2025-11-23 04:12:39', 'W', '43.173.178.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15637, '2025-11-23 04:12:44', 'W', '103.183.140.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15638, '2025-11-23 04:13:04', 'W', '178.220.77.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15639, '2025-11-23 04:13:07', 'W', '177.39.124.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15640, '2025-11-23 04:13:12', 'W', '45.168.130.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15641, '2025-11-23 04:13:17', 'W', '189.194.187.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15642, '2025-11-23 04:13:20', 'W', '177.33.87.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15643, '2025-11-23 04:13:23', 'W', '38.121.208.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15644, '2025-11-23 04:13:24', 'W', '159.223.159.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15645, '2025-11-23 04:13:25', 'W', '142.93.4.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15646, '2025-11-23 04:16:19', 'W', '189.235.146.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15647, '2025-11-23 04:16:19', 'W', '38.222.229.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15648, '2025-11-23 04:16:29', 'W', '187.62.113.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15649, '2025-11-23 04:16:33', 'W', '186.14.246.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15650, '2025-11-23 04:16:38', 'W', '189.34.201.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15651, '2025-11-23 04:16:39', 'W', '189.84.177.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15652, '2025-11-23 04:16:41', 'W', '177.39.58.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15653, '2025-11-23 04:16:44', 'W', '67.205.178.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15654, '2025-11-23 04:16:48', 'W', '116.101.170.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15655, '2025-11-23 04:18:35', 'W', '143.198.173.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15656, '2025-11-23 04:18:38', 'W', '200.102.4.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15657, '2025-11-23 04:18:41', 'W', '109.236.40.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15658, '2025-11-23 04:18:45', 'W', '189.85.85.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15659, '2025-11-23 04:19:10', 'W', '191.185.98.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15660, '2025-11-23 04:19:12', 'W', '190.5.38.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15661, '2025-11-23 04:19:12', 'W', '95.158.42.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15662, '2025-11-23 04:19:12', 'W', '189.29.146.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15663, '2025-11-23 04:19:15', 'W', '187.104.190.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15664, '2025-11-23 04:19:16', 'W', '126.209.53.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(15665, '2025-11-23 04:19:19', 'W', '157.48.188.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15666, '2025-11-23 04:21:50', 'W', '200.59.186.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15667, '2025-11-23 04:21:53', 'W', '200.68.172.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15668, '2025-11-23 04:21:54', 'W', '43.246.225.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15669, '2025-11-23 04:21:56', 'W', '68.183.98.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15670, '2025-11-23 04:21:59', 'W', '190.113.110.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15671, '2025-11-23 04:21:59', 'W', '201.49.200.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15672, '2025-11-23 04:22:02', 'W', '191.183.200.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15673, '2025-11-23 04:22:05', 'W', '41.97.82.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15674, '2025-11-23 04:22:05', 'W', '189.203.13.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15675, '2025-11-23 04:32:59', 'W', '103.74.22.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15676, '2025-11-23 04:33:03', 'W', '138.118.200.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15677, '2025-11-23 04:33:06', 'W', '187.89.105.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15678, '2025-11-23 04:33:10', 'W', '213.230.92.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15679, '2025-11-23 04:33:14', 'W', '175.143.19.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15680, '2025-11-23 04:33:18', 'W', '159.89.50.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15681, '2025-11-23 04:33:20', 'W', '177.197.101.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15682, '2025-11-23 04:33:21', 'W', '188.113.210.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15683, '2025-11-23 04:33:24', 'W', '201.254.226.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15684, '2025-11-23 04:33:24', 'W', '154.125.21.100', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15685, '2025-11-23 04:34:03', 'W', '84.54.72.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15686, '2025-11-23 04:34:07', 'W', '112.202.46.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15687, '2025-11-23 04:34:12', 'W', '189.158.11.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15688, '2025-11-23 04:34:14', 'W', '157.230.226.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15689, '2025-11-23 04:34:16', 'W', '63.143.93.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15690, '2025-11-23 04:34:20', 'W', '45.160.88.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15691, '2025-11-23 04:34:24', 'W', '187.0.235.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15692, '2025-11-23 04:34:29', 'W', '46.185.168.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15693, '2025-11-23 04:34:51', 'W', '186.193.206.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15694, '2025-11-23 04:34:52', 'W', '194.39.228.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15695, '2025-11-23 04:34:53', 'W', '41.82.207.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15696, '2025-11-23 04:34:55', 'W', '181.169.240.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15697, '2025-11-23 04:34:57', 'W', '190.97.243.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15698, '2025-11-23 04:34:58', 'W', '102.129.81.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15699, '2025-11-23 04:35:01', 'W', '181.46.136.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15700, '2025-11-23 04:35:02', 'W', '39.43.36.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15701, '2025-11-23 04:35:04', 'W', '186.22.54.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15702, '2025-11-23 04:35:13', 'W', '177.238.23.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15703, '2025-11-23 04:38:42', 'W', '167.99.14.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15704, '2025-11-23 04:38:44', 'W', '165.22.185.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15705, '2025-11-23 04:38:47', 'W', '37.238.93.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15706, '2025-11-23 04:38:50', 'W', '31.169.103.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15707, '2025-11-23 04:38:52', 'W', '38.159.161.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15708, '2025-11-23 04:38:52', 'W', '193.176.214.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15709, '2025-11-23 04:38:54', 'W', '177.47.201.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15710, '2025-11-23 04:38:57', 'W', '41.107.169.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15711, '2025-11-23 04:39:01', 'W', '5.155.104.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15712, '2025-11-23 04:39:03', 'W', '187.19.252.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15713, '2025-11-23 04:42:20', 'W', '78.182.150.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15714, '2025-11-23 04:42:24', 'W', '45.186.209.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15715, '2025-11-23 04:42:26', 'W', '177.11.165.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15716, '2025-11-23 04:42:28', 'W', '186.204.102.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15717, '2025-11-23 04:43:00', 'W', '103.38.52.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15718, '2025-11-23 04:43:01', 'W', '148.255.46.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15719, '2025-11-23 04:43:04', 'W', '190.103.31.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15720, '2025-11-23 04:43:04', 'W', '189.38.45.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15721, '2025-11-23 04:44:51', 'W', '182.186.93.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15722, '2025-11-23 04:44:54', 'W', '169.224.24.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15723, '2025-11-23 04:44:56', 'W', '84.54.72.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15724, '2025-11-23 04:44:58', 'W', '77.137.74.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15725, '2025-11-23 04:44:58', 'W', '103.237.157.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15726, '2025-11-23 04:44:58', 'W', '201.71.168.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15727, '2025-11-23 04:45:00', 'W', '95.87.65.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15728, '2025-11-23 04:45:00', 'W', '85.105.133.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15729, '2025-11-23 04:45:02', 'W', '27.125.241.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15730, '2025-11-23 04:45:03', 'W', '186.124.21.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15731, '2025-11-23 04:45:14', 'W', '170.246.210.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15732, '2025-11-23 04:48:00', 'W', '137.184.26.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15733, '2025-11-23 04:48:03', 'W', '190.221.152.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15734, '2025-11-23 04:48:06', 'W', '45.224.188.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15735, '2025-11-23 04:48:08', 'W', '176.29.224.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15736, '2025-11-23 04:48:10', 'W', '91.191.197.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15737, '2025-11-23 04:48:11', 'W', '170.83.203.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15738, '2025-11-23 04:48:14', 'W', '201.183.59.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15739, '2025-11-23 04:48:17', 'W', '45.172.66.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15740, '2025-11-23 04:48:20', 'W', '187.102.238.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15741, '2025-11-23 04:48:22', 'W', '168.197.65.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15742, '2025-11-23 04:48:23', 'W', '177.200.141.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15743, '2025-11-23 04:49:30', 'W', '103.130.173.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15744, '2025-11-23 04:49:31', 'W', '170.231.235.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15745, '2025-11-23 04:49:33', 'W', '181.32.103.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15746, '2025-11-23 04:49:33', 'W', '177.130.240.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15747, '2025-11-23 04:49:36', 'W', '102.220.218.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15748, '2025-11-23 04:50:52', 'W', '189.4.74.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15749, '2025-11-23 04:53:41', 'W', '187.119.201.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15750, '2025-11-23 04:53:43', 'W', '37.99.112.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15751, '2025-11-23 04:53:59', 'W', '164.163.46.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15752, '2025-11-23 04:54:02', 'W', '181.189.67.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15753, '2025-11-23 04:54:05', 'W', '37.28.72.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15754, '2025-11-23 04:55:39', 'W', '177.180.189.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15755, '2025-11-23 04:55:41', 'W', '202.142.121.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15756, '2025-11-23 04:55:44', 'W', '103.115.240.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15757, '2025-11-23 04:55:44', 'W', '45.161.11.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15758, '2025-11-23 04:55:56', 'W', '181.46.165.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15759, '2025-11-23 04:56:05', 'W', '103.134.3.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15760, '2025-11-23 04:56:10', 'W', '189.192.95.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15761, '2025-11-23 04:56:16', 'W', '177.104.194.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15762, '2025-11-23 04:56:20', 'W', '103.83.93.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15763, '2025-11-23 04:56:29', 'W', '45.70.196.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15764, '2025-11-23 04:56:34', 'W', '41.90.119.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15765, '2025-11-23 04:56:35', 'W', '183.171.67.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15766, '2025-11-23 04:57:43', 'W', '201.148.8.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15767, '2025-11-23 04:57:44', 'W', '175.157.10.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15768, '2025-11-23 04:57:45', 'W', '157.230.57.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15769, '2025-11-23 04:57:45', 'W', '137.184.203.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15770, '2025-11-23 04:57:49', 'W', '181.61.205.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15771, '2025-11-23 04:57:51', 'W', '156.199.102.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15772, '2025-11-23 04:57:51', 'W', '194.44.201.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15773, '2025-11-23 04:57:51', 'W', '197.185.134.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15774, '2025-11-23 04:57:53', 'W', '217.76.245.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15775, '2025-11-23 04:58:47', 'W', '192.144.87.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15776, '2025-11-23 04:58:47', 'W', '160.176.157.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15777, '2025-11-23 04:58:49', 'W', '198.199.75.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15778, '2025-11-23 04:58:50', 'W', '190.120.254.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15779, '2025-11-23 04:58:52', 'W', '190.103.23.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15780, '2025-11-23 04:58:57', 'W', '177.86.103.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15781, '2025-11-23 04:58:58', 'W', '183.171.110.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15782, '2025-11-23 04:58:59', 'W', '64.227.29.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15783, '2025-11-23 04:59:19', 'W', '186.54.36.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(15784, '2025-11-23 04:59:43', 'W', '196.170.83.246', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 7'),
(15785, '2025-11-23 05:00:08', 'W', '2a06:98c0:3600::103', '', 'Unknown Browser', 'Unknown OS Platform'),
(15786, '2025-11-23 05:00:59', 'W', '87.236.141.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(15787, '2025-11-23 05:01:01', 'W', '91.192.181.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(15788, '2025-11-23 05:01:40', 'W', '189.41.58.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(15789, '2025-11-23 05:01:49', 'W', '45.165.54.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Windows 10'),
(15790, '2025-11-23 05:02:26', 'W', '14.172.78.156', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(15791, '2025-11-23 05:02:37', 'W', '177.197.207.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15792, '2025-11-23 05:02:37', 'W', '131.221.231.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15793, '2025-11-23 05:02:40', 'W', '177.93.84.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15794, '2025-11-23 05:02:47', 'W', '49.37.152.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15795, '2025-11-23 05:02:49', 'W', '217.142.22.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15796, '2025-11-23 05:02:53', 'W', '181.45.240.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15797, '2025-11-23 05:02:54', 'W', '186.249.130.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15798, '2025-11-23 05:02:57', 'W', '177.226.172.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15799, '2025-11-23 05:03:43', 'W', '14.234.253.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(15800, '2025-11-23 05:04:19', 'W', '207.248.114.5', 'Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(15801, '2025-11-23 05:05:18', 'W', '38.159.62.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15802, '2025-11-23 05:05:21', 'W', '196.89.60.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15803, '2025-11-23 05:05:22', 'W', '38.222.103.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15804, '2025-11-23 05:05:25', 'W', '200.50.220.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15805, '2025-11-23 05:05:26', 'W', '223.184.236.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15806, '2025-11-23 05:05:28', 'W', '181.138.9.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15807, '2025-11-23 05:05:31', 'W', '177.228.49.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15808, '2025-11-23 05:05:31', 'W', '177.223.3.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15809, '2025-11-23 05:05:33', 'W', '181.207.17.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15810, '2025-11-23 05:05:41', 'W', '84.54.70.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15811, '2025-11-23 05:05:45', 'W', '217.182.194.16', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(15812, '2025-11-23 05:06:30', 'W', '113.172.9.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(15813, '2025-11-23 05:09:21', 'W', '43.173.173.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(15814, '2025-11-23 05:09:52', 'W', '190.89.105.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15815, '2025-11-23 05:09:54', 'W', '190.128.173.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15816, '2025-11-23 05:09:55', 'W', '187.116.117.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15817, '2025-11-23 05:09:59', 'W', '196.32.249.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15818, '2025-11-23 05:10:08', 'W', '122.129.68.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15819, '2025-11-23 05:10:18', 'W', '37.236.163.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15820, '2025-11-23 05:10:27', 'W', '164.160.81.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15821, '2025-11-23 05:10:52', 'W', '5.110.203.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15822, '2025-11-23 05:10:56', 'W', '169.224.120.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15823, '2025-11-23 05:11:14', 'W', '38.191.154.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15824, '2025-11-23 05:11:14', 'W', '102.66.183.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15825, '2025-11-23 05:11:18', 'W', '189.0.205.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15826, '2025-11-23 05:11:21', 'W', '186.53.209.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15827, '2025-11-23 05:11:26', 'W', '200.195.132.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15828, '2025-11-23 05:11:28', 'W', '168.232.105.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15829, '2025-11-23 05:11:52', 'W', '46.42.238.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15830, '2025-11-23 05:11:55', 'W', '196.117.161.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15831, '2025-11-23 05:11:56', 'W', '95.82.82.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15832, '2025-11-23 05:11:59', 'W', '181.115.215.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15833, '2025-11-23 05:12:00', 'W', '189.4.121.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15834, '2025-11-23 05:12:04', 'W', '189.62.45.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15835, '2025-11-23 05:12:08', 'W', '38.41.16.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15836, '2025-11-23 05:12:15', 'W', '186.74.94.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15837, '2025-11-23 05:12:57', 'W', '47.31.83.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15838, '2025-11-23 05:13:06', 'W', '181.170.125.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15839, '2025-11-23 05:14:23', 'W', '62.201.240.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15840, '2025-11-23 05:14:24', 'W', '159.65.227.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15841, '2025-11-23 05:16:17', 'W', '190.113.103.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15842, '2025-11-23 05:16:19', 'W', '102.141.43.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15843, '2025-11-23 05:17:36', 'W', '45.163.153.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15844, '2025-11-23 05:17:36', 'W', '103.81.94.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15845, '2025-11-23 05:17:37', 'W', '170.244.232.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15846, '2025-11-23 05:17:39', 'W', '103.122.252.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15847, '2025-11-23 05:17:40', 'W', '197.185.174.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15848, '2025-11-23 05:17:41', 'W', '189.37.77.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15849, '2025-11-23 05:17:42', 'W', '189.199.38.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15850, '2025-11-23 05:17:44', 'W', '178.170.253.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15851, '2025-11-23 05:17:55', 'W', '179.199.41.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15852, '2025-11-23 05:18:09', 'W', '186.121.199.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15853, '2025-11-23 05:18:11', 'W', '154.47.16.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15854, '2025-11-23 05:18:50', 'W', '190.52.73.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15855, '2025-11-23 05:18:53', 'W', '177.93.171.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15856, '2025-11-23 05:18:55', 'W', '167.71.29.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15857, '2025-11-23 05:18:55', 'W', '168.196.205.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15858, '2025-11-23 05:18:57', 'W', '152.254.229.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15859, '2025-11-23 05:19:01', 'W', '157.230.236.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15860, '2025-11-23 05:19:08', 'W', '105.163.0.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15861, '2025-11-23 05:19:23', 'W', '181.224.122.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15862, '2025-11-23 05:20:31', 'W', '2.145.96.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15863, '2025-11-23 05:20:36', 'W', '181.208.160.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15864, '2025-11-23 05:20:36', 'W', '152.59.86.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15865, '2025-11-23 05:20:38', 'W', '200.46.82.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15866, '2025-11-23 05:20:39', 'W', '159.89.88.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15867, '2025-11-23 05:20:39', 'W', '157.100.66.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15868, '2025-11-23 05:20:41', 'W', '186.247.245.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15869, '2025-11-23 05:20:43', 'W', '103.152.101.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15870, '2025-11-23 05:20:43', 'W', '103.68.140.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15871, '2025-11-23 05:20:45', 'W', '177.136.98.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15872, '2025-11-23 05:25:46', 'W', '103.120.201.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15873, '2025-11-23 05:25:47', 'W', '113.210.189.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15874, '2025-11-23 05:25:50', 'W', '197.87.49.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15875, '2025-11-23 05:25:51', 'W', '196.120.233.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15876, '2025-11-23 05:25:54', 'W', '38.248.140.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15877, '2025-11-23 05:25:55', 'W', '45.112.47.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15878, '2025-11-23 05:26:01', 'W', '181.62.52.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15879, '2025-11-23 05:26:05', 'W', '167.62.254.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15880, '2025-11-23 05:26:08', 'W', '117.5.146.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15881, '2025-11-23 05:28:25', 'W', '164.163.142.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15882, '2025-11-23 05:28:26', 'W', '177.39.158.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15883, '2025-11-23 05:28:28', 'W', '186.121.162.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15884, '2025-11-23 05:28:29', 'W', '179.189.143.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15885, '2025-11-23 05:28:30', 'W', '157.50.148.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15886, '2025-11-23 05:29:46', 'W', '38.250.150.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15887, '2025-11-23 05:29:46', 'W', '177.234.218.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15888, '2025-11-23 05:29:49', 'W', '45.195.13.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15889, '2025-11-23 05:30:17', 'W', '212.241.24.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15890, '2025-11-23 05:30:17', 'W', '191.103.0.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15891, '2025-11-23 05:30:19', 'W', '159.223.126.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15892, '2025-11-23 05:30:21', 'W', '142.93.120.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15893, '2025-11-23 05:30:21', 'W', '181.63.25.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15894, '2025-11-23 05:30:23', 'W', '145.82.83.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15895, '2025-11-23 05:31:38', 'W', '31.129.235.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15896, '2025-11-23 05:31:39', 'W', '190.151.168.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15897, '2025-11-23 05:31:39', 'W', '190.143.252.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15898, '2025-11-23 05:31:41', 'W', '106.219.121.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15899, '2025-11-23 05:31:44', 'W', '171.251.237.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15900, '2025-11-23 05:31:44', 'W', '187.73.197.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15901, '2025-11-23 05:31:47', 'W', '41.47.33.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15902, '2025-11-23 05:31:47', 'W', '102.156.221.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15903, '2025-11-23 05:31:50', 'W', '103.115.117.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15904, '2025-11-23 05:31:52', 'W', '200.6.143.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15905, '2025-11-23 05:32:29', 'W', '181.127.83.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15906, '2025-11-23 05:38:17', 'W', '190.93.197.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15907, '2025-11-23 05:38:21', 'W', '45.121.35.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15908, '2025-11-23 05:38:31', 'W', '103.112.225.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15909, '2025-11-23 05:38:32', 'W', '186.92.233.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15910, '2025-11-23 05:38:35', 'W', '103.171.20.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15911, '2025-11-23 05:38:38', 'W', '103.139.19.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15912, '2025-11-23 05:38:38', 'W', '92.46.19.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15913, '2025-11-23 05:38:40', 'W', '49.43.114.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15914, '2025-11-23 05:38:46', 'W', '103.251.53.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15915, '2025-11-23 05:40:27', 'W', '187.109.129.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15916, '2025-11-23 05:40:31', 'W', '154.255.14.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15917, '2025-11-23 05:40:33', 'W', '186.31.58.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15918, '2025-11-23 05:40:33', 'W', '157.230.50.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15919, '2025-11-23 05:40:37', 'W', '177.65.14.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15920, '2025-11-23 05:40:41', 'W', '189.194.208.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15921, '2025-11-23 05:40:43', 'W', '45.9.45.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15922, '2025-11-23 05:40:43', 'W', '165.227.83.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15923, '2025-11-23 05:40:59', 'W', '146.120.92.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15924, '2025-11-23 05:41:06', 'W', '103.102.159.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(15925, '2025-11-23 05:43:02', 'W', '37.53.172.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15926, '2025-11-23 05:43:05', 'W', '178.86.79.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15927, '2025-11-23 05:43:07', 'W', '137.184.60.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15928, '2025-11-23 05:43:11', 'W', '102.253.84.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15929, '2025-11-23 05:43:26', 'W', '102.213.48.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15930, '2025-11-23 05:43:30', 'W', '201.177.66.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15931, '2025-11-23 05:43:38', 'W', '196.210.68.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15932, '2025-11-23 05:43:40', 'W', '67.205.171.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15933, '2025-11-23 05:43:41', 'W', '169.224.33.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15934, '2025-11-23 05:43:42', 'W', '49.144.80.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15935, '2025-11-23 05:45:23', 'W', '63.143.116.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15936, '2025-11-23 05:45:26', 'W', '143.244.166.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15937, '2025-11-23 05:45:29', 'W', '200.219.61.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15938, '2025-11-23 05:45:30', 'W', '186.204.58.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15939, '2025-11-23 05:45:35', 'W', '103.189.11.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15940, '2025-11-23 05:45:36', 'W', '196.207.222.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15941, '2025-11-23 05:45:38', 'W', '159.223.139.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15942, '2025-11-23 05:45:42', 'W', '131.221.194.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15943, '2025-11-23 05:45:44', 'W', '189.145.255.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15944, '2025-11-23 05:45:53', 'W', '74.7.227.129', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)', 'Unknown Browser', 'Unknown OS Platform'),
(15945, '2025-11-23 05:45:54', 'W', '102.66.135.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15946, '2025-11-23 05:48:12', 'W', '5.31.142.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15947, '2025-11-23 05:48:25', 'W', '94.230.230.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15948, '2025-11-23 05:48:29', 'W', '185.244.152.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15949, '2025-11-23 05:48:31', 'W', '37.237.125.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15950, '2025-11-23 05:48:33', 'W', '179.56.61.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15951, '2025-11-23 05:48:35', 'W', '177.102.3.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15952, '2025-11-23 05:48:37', 'W', '201.150.150.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15953, '2025-11-23 05:48:38', 'W', '157.230.60.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15954, '2025-11-23 05:48:40', 'W', '165.22.190.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15955, '2025-11-23 05:48:51', 'W', '138.117.98.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15956, '2025-11-23 05:50:10', 'W', '201.97.85.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15957, '2025-11-23 05:50:15', 'W', '203.81.238.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15958, '2025-11-23 05:50:15', 'W', '45.229.84.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15959, '2025-11-23 05:50:18', 'W', '102.219.210.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15960, '2025-11-23 05:50:20', 'W', '103.152.142.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15961, '2025-11-23 05:50:21', 'W', '160.19.18.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15962, '2025-11-23 05:50:23', 'W', '102.67.159.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15963, '2025-11-23 05:50:25', 'W', '45.172.42.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15964, '2025-11-23 05:50:27', 'W', '49.144.26.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15965, '2025-11-23 05:50:29', 'W', '213.139.63.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15966, '2025-11-23 05:50:50', 'W', '190.110.178.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15967, '2025-11-23 05:54:47', 'W', '198.199.66.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15968, '2025-11-23 05:54:50', 'W', '102.176.94.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15969, '2025-11-23 05:54:54', 'W', '181.16.240.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15970, '2025-11-23 05:54:54', 'W', '51.142.203.152', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(15971, '2025-11-23 05:54:57', 'W', '103.122.142.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15972, '2025-11-23 05:54:59', 'W', '92.245.115.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15973, '2025-11-23 05:55:00', 'W', '77.91.187.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15974, '2025-11-23 05:55:03', 'W', '212.199.145.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15975, '2025-11-23 05:55:06', 'W', '187.183.38.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15976, '2025-11-23 05:55:07', 'W', '187.84.5.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15977, '2025-11-23 05:56:36', 'W', '102.213.69.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15978, '2025-11-23 05:56:39', 'W', '177.73.100.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15979, '2025-11-23 05:56:43', 'W', '179.38.214.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15980, '2025-11-23 05:56:45', 'W', '68.183.118.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15981, '2025-11-23 05:56:48', 'W', '177.212.255.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15982, '2025-11-23 05:56:50', 'W', '187.161.135.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15983, '2025-11-23 05:56:53', 'W', '143.44.168.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15984, '2025-11-23 05:56:54', 'W', '38.224.254.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15985, '2025-11-23 05:56:57', 'W', '168.149.84.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15986, '2025-11-23 05:56:58', 'W', '181.209.120.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15987, '2025-11-23 06:00:21', 'W', '92.241.36.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15988, '2025-11-23 06:00:24', 'W', '189.177.35.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15989, '2025-11-23 06:00:28', 'W', '41.139.235.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15990, '2025-11-23 06:00:41', 'W', '103.112.55.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15991, '2025-11-23 06:00:45', 'W', '190.183.139.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15992, '2025-11-23 06:00:47', 'W', '200.88.235.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15993, '2025-11-23 06:00:48', 'W', '176.42.25.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15994, '2025-11-23 06:00:56', 'W', '181.31.236.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15995, '2025-11-23 06:00:57', 'W', '197.185.179.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(15996, '2025-11-23 06:01:28', 'W', '186.116.75.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(15997, '2025-11-23 06:01:41', 'W', '17.241.75.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15998, '2025-11-23 06:01:46', 'W', '17.22.253.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(15999, '2025-11-23 06:04:13', 'W', '38.7.222.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(16000, '2025-11-23 06:05:53', 'W', '103.248.204.241', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 8.1'),
(16001, '2025-11-23 06:06:38', 'W', '154.124.79.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16002, '2025-11-23 06:06:46', 'W', '186.128.234.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16003, '2025-11-23 06:06:48', 'W', '102.219.9.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16004, '2025-11-23 06:06:52', 'W', '190.89.141.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16005, '2025-11-23 06:06:54', 'W', '134.209.221.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16006, '2025-11-23 06:06:55', 'W', '192.34.62.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16007, '2025-11-23 06:07:06', 'W', '49.43.177.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16008, '2025-11-23 06:07:15', 'W', '187.121.116.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16009, '2025-11-23 06:07:23', 'W', '179.236.37.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16010, '2025-11-23 06:07:47', 'W', '41.90.189.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16011, '2025-11-23 06:08:30', 'W', '159.89.230.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16012, '2025-11-23 06:08:33', 'W', '92.55.171.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16013, '2025-11-23 06:08:46', 'W', '177.241.167.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16014, '2025-11-23 06:08:52', 'W', '180.75.44.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16015, '2025-11-23 06:08:58', 'W', '201.141.28.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16016, '2025-11-23 06:09:00', 'W', '82.199.210.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16017, '2025-11-23 06:09:03', 'W', '179.38.8.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16018, '2025-11-23 06:09:06', 'W', '41.248.158.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16019, '2025-11-23 06:09:07', 'W', '45.236.143.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16020, '2025-11-23 06:09:08', 'W', '213.230.92.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16021, '2025-11-23 06:09:09', 'W', '143.198.124.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16022, '2025-11-23 06:09:25', 'W', '17.246.19.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16023, '2025-11-23 06:12:09', 'W', '35.204.44.196', 'Scrapy/2.13.3 (+https://scrapy.org)', 'Unknown Browser', 'Unknown OS Platform'),
(16024, '2025-11-23 06:12:58', 'W', '201.94.154.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16025, '2025-11-23 06:12:59', 'W', '205.164.147.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16026, '2025-11-23 06:13:03', 'W', '125.212.174.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16027, '2025-11-23 06:13:03', 'W', '186.12.189.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16028, '2025-11-23 06:13:10', 'W', '37.236.65.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16029, '2025-11-23 06:13:15', 'W', '37.77.49.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16030, '2025-11-23 06:13:28', 'W', '103.18.34.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16031, '2025-11-23 06:13:44', 'W', '196.207.227.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16032, '2025-11-23 06:13:57', 'W', '212.47.140.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16033, '2025-11-23 06:14:56', 'W', '204.48.16.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16034, '2025-11-23 06:15:00', 'W', '49.144.233.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16035, '2025-11-23 06:15:00', 'W', '186.155.13.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16036, '2025-11-23 06:15:04', 'W', '186.4.75.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16037, '2025-11-23 06:15:05', 'W', '191.243.78.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16038, '2025-11-23 06:15:08', 'W', '191.243.211.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16039, '2025-11-23 06:15:08', 'W', '2.132.58.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16040, '2025-11-23 06:15:09', 'W', '223.188.38.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16041, '2025-11-23 06:15:10', 'W', '131.161.94.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16042, '2025-11-23 06:15:35', 'W', '169.224.6.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16043, '2025-11-23 06:15:49', 'W', '181.117.73.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16044, '2025-11-23 06:15:52', 'W', '190.142.206.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16045, '2025-11-23 06:15:55', 'W', '88.255.84.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16046, '2025-11-23 06:15:57', 'W', '180.72.35.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16047, '2025-11-23 06:16:00', 'W', '58.26.110.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16048, '2025-11-23 06:16:02', 'W', '111.88.12.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16049, '2025-11-23 06:16:07', 'W', '181.92.8.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16050, '2025-11-23 06:16:11', 'W', '190.142.43.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16051, '2025-11-23 06:17:03', 'W', '159.223.98.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16052, '2025-11-23 06:17:06', 'W', '132.255.161.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16053, '2025-11-23 06:17:09', 'W', '84.54.78.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16054, '2025-11-23 06:17:18', 'W', '102.182.46.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16055, '2025-11-23 06:18:34', 'W', '187.10.55.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16056, '2025-11-23 06:18:34', 'W', '38.194.249.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16057, '2025-11-23 06:18:36', 'W', '179.42.149.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16058, '2025-11-23 06:19:00', 'W', '170.81.145.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16059, '2025-11-23 06:19:20', 'W', '178.54.156.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16060, '2025-11-23 06:19:23', 'W', '177.104.254.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16061, '2025-11-23 06:19:25', 'W', '103.14.129.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16062, '2025-11-23 06:19:41', 'W', '200.24.154.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16063, '2025-11-23 06:21:10', 'W', '177.75.37.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16064, '2025-11-23 06:21:10', 'W', '8.243.64.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16065, '2025-11-23 06:21:13', 'W', '106.205.241.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16066, '2025-11-23 06:21:13', 'W', '223.184.182.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16067, '2025-11-23 06:21:18', 'W', '186.22.16.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16068, '2025-11-23 06:21:22', 'W', '188.50.163.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16069, '2025-11-23 06:21:29', 'W', '183.171.71.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16070, '2025-11-23 06:21:39', 'W', '154.192.169.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16071, '2025-11-23 06:21:43', 'W', '154.255.122.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16072, '2025-11-23 06:22:41', 'W', '66.181.160.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16073, '2025-11-23 06:22:44', 'W', '177.129.47.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16074, '2025-11-23 06:22:44', 'W', '200.46.55.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16075, '2025-11-23 06:22:46', 'W', '46.248.208.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16076, '2025-11-23 06:22:47', 'W', '181.104.87.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16077, '2025-11-23 06:22:53', 'W', '176.29.162.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16078, '2025-11-23 06:22:56', 'W', '45.186.202.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16079, '2025-11-23 06:23:00', 'W', '143.137.38.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16080, '2025-11-23 06:23:01', 'W', '179.191.8.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16081, '2025-11-23 06:23:05', 'W', '49.47.9.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16082, '2025-11-23 06:23:58', 'W', '103.90.211.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16083, '2025-11-23 06:24:04', 'W', '212.237.119.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16084, '2025-11-23 06:24:05', 'W', '167.99.6.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16085, '2025-11-23 06:24:13', 'W', '181.199.38.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16086, '2025-11-23 06:24:14', 'W', '42.113.215.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16087, '2025-11-23 06:24:14', 'W', '151.173.28.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16088, '2025-11-23 06:24:17', 'W', '185.201.89.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16089, '2025-11-23 06:24:22', 'W', '17.241.227.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16090, '2025-11-23 06:24:22', 'W', '41.193.100.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16091, '2025-11-23 08:32:02', 'W', '179.189.139.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16092, '2025-11-23 08:32:02', 'W', '164.215.162.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16093, '2025-11-23 08:32:02', 'W', '148.222.119.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16094, '2025-11-23 08:32:02', 'W', '154.251.163.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16095, '2025-11-23 08:32:02', 'W', '190.113.114.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16096, '2025-11-23 08:32:02', 'W', '152.59.148.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16097, '2025-11-23 08:32:02', 'W', '37.77.49.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16098, '2025-11-23 08:32:08', 'W', '45.121.20.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16099, '2025-11-23 08:32:08', 'W', '190.103.31.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16100, '2025-11-23 08:32:08', 'W', '95.137.227.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16101, '2025-11-23 08:32:08', 'W', '111.223.184.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16102, '2025-11-23 08:32:08', 'W', '37.114.177.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16103, '2025-11-23 08:32:08', 'W', '186.122.10.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16104, '2025-11-23 08:32:08', 'W', '157.100.134.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16105, '2025-11-23 08:32:08', 'W', '45.65.157.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16106, '2025-11-23 08:32:09', 'W', '132.255.37.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16107, '2025-11-23 08:32:09', 'W', '213.109.200.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16108, '2025-11-23 08:32:09', 'W', '118.179.19.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16109, '2025-11-23 08:32:09', 'W', '17.246.19.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16110, '2025-11-23 08:32:09', 'W', '17.241.75.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16111, '2025-11-23 08:32:09', 'W', '141.98.140.9', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(16112, '2025-11-23 08:32:10', 'W', '187.189.91.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16113, '2025-11-23 08:32:10', 'W', '14.176.97.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(16114, '2025-11-23 08:32:10', 'W', '123.20.167.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(16115, '2025-11-23 08:32:10', 'W', '189.163.85.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(16116, '2025-11-23 08:32:10', 'W', '41.13.191.4', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(16117, '2025-11-23 08:32:10', 'W', '14.180.209.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36', 'Chrome', 'Windows 7'),
(16118, '2025-11-23 08:32:10', 'W', '177.128.191.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(16119, '2025-11-23 08:32:11', 'W', '3.214.176.84', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16120, '2025-11-23 08:32:11', 'W', '54.224.117.140', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16121, '2025-11-23 08:32:11', 'W', '34.234.145.188', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16122, '2025-11-23 08:32:11', 'W', '43.174.136.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16123, '2025-11-23 08:32:11', 'W', '43.152.153.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16124, '2025-11-23 08:32:11', 'W', '43.152.7.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16125, '2025-11-23 08:32:11', 'W', '185.112.81.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16126, '2025-11-23 08:32:11', 'W', '43.152.170.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16127, '2025-11-23 08:32:11', 'W', '43.152.133.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16128, '2025-11-23 08:32:11', 'W', '43.152.150.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16129, '2025-11-23 08:32:12', 'W', '156.255.200.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(16130, '2025-11-23 08:32:12', 'W', '40.77.167.132', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16131, '2025-11-23 08:45:04', 'W', '147.185.132.237', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(16132, '2025-11-23 09:00:37', 'W', '169.224.64.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(16133, '2025-11-23 09:01:01', 'W', '113.178.90.125', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(16134, '2025-11-23 09:01:37', 'W', '14.230.169.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(16135, '2025-11-23 09:03:36', 'W', '197.51.79.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(16136, '2025-11-23 09:04:33', 'W', '201.17.185.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 10'),
(16137, '2025-11-23 09:08:20', 'W', '43.152.189.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16138, '2025-11-23 10:00:03', 'W', '72.27.83.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16139, '2025-11-23 10:02:45', 'W', '39.34.131.60', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36', 'Chrome', 'Windows 8'),
(16140, '2025-11-23 10:02:58', 'W', '45.230.8.73', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(16141, '2025-11-23 10:03:20', 'W', '131.0.202.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1150.52 Safari/537.36', 'Chrome', 'Windows 10'),
(16142, '2025-11-23 10:03:41', 'W', '170.231.121.5', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(16143, '2025-11-23 10:04:57', 'W', '179.97.229.237', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4691.94 Safari/537.36', 'Chrome', 'Mac OS X'),
(16144, '2025-11-23 10:05:03', 'W', '45.180.4.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.3538.77 Safari/537.36', 'Chrome', 'Mac OS X'),
(16145, '2025-11-23 10:36:47', 'W', '178.25.244.124', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(16146, '2025-11-23 10:52:46', 'W', '10.2.63.126', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(16147, '2025-11-23 10:55:07', 'W', '52.167.144.221', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16148, '2025-11-23 11:00:39', 'W', '196.74.24.61', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(16149, '2025-11-23 11:01:46', 'W', '103.127.84.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(16150, '2025-11-23 11:03:32', 'W', '45.161.84.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16151, '2025-11-23 11:03:44', 'W', '37.239.13.18', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16152, '2025-11-23 11:03:59', 'W', '154.208.60.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(16153, '2025-11-23 11:05:24', 'W', '38.9.6.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(16154, '2025-11-23 11:05:52', 'W', '103.225.59.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(16155, '2025-11-23 11:32:11', 'W', '202.76.170.238', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(16156, '2025-11-23 11:36:27', 'W', '202.76.185.53', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7', 'Chrome', 'Windows Vista'),
(16157, '2025-11-23 11:47:49', 'W', '87.250.224.232', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16158, '2025-11-23 12:01:10', 'W', '191.30.20.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(16159, '2025-11-23 12:01:35', 'W', '102.208.62.230', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(16160, '2025-11-23 12:02:28', 'W', '187.18.140.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(16161, '2025-11-23 12:03:06', 'W', '213.204.107.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(16162, '2025-11-23 12:03:54', 'W', '81.88.147.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(16163, '2025-11-23 12:04:40', 'W', '38.226.185.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Windows 10'),
(16164, '2025-11-23 12:05:37', 'W', '84.36.67.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(16165, '2025-11-23 12:06:23', 'W', '190.89.90.147', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Windows 7'),
(16166, '2025-11-23 12:06:27', 'W', '154.208.34.98', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(16167, '2025-11-23 12:06:27', 'W', '196.189.184.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(16168, '2025-11-23 12:16:07', 'W', '43.173.173.203', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16169, '2025-11-23 12:27:57', 'W', '52.167.144.179', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16170, '2025-11-23 12:30:46', 'W', '20.117.22.234', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(16171, '2025-11-23 12:59:39', 'W', '68.221.75.16', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(16172, '2025-11-23 13:00:16', 'W', '113.166.142.219', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(16173, '2025-11-23 13:00:41', 'W', '112.42.93.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(16174, '2025-11-23 13:01:13', 'W', '45.84.174.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(16175, '2025-11-23 13:02:39', 'W', '45.230.39.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36', 'Chrome', 'Windows 10'),
(16176, '2025-11-23 13:03:01', 'W', '138.118.58.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.91 Safari/537.36', 'Chrome', 'Windows 10'),
(16177, '2025-11-23 13:03:01', 'W', '159.0.218.69', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'Chrome', 'Windows 7'),
(16178, '2025-11-23 13:05:26', 'W', '123.19.197.254', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 8'),
(16179, '2025-11-23 13:05:27', 'W', '186.195.103.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(16180, '2025-11-23 13:05:32', 'W', '41.107.125.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16181, '2025-11-23 13:05:45', 'W', '2.132.132.22', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Windows 10'),
(16182, '2025-11-23 13:07:57', 'W', '196.189.27.38', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(16183, '2025-11-23 13:07:58', 'W', '43.173.182.73', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16184, '2025-11-23 13:08:19', 'W', '74.7.243.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(16185, '2025-11-23 13:20:25', 'W', '40.77.167.156', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16186, '2025-11-23 13:43:47', 'W', '17.22.253.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16187, '2025-11-23 14:00:31', 'W', '14.229.196.184', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 10'),
(16188, '2025-11-23 14:01:09', 'W', '46.55.34.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(16189, '2025-11-23 14:01:24', 'W', '94.44.104.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'Chrome', 'Windows 7'),
(16190, '2025-11-23 14:01:31', 'W', '14.254.59.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(16191, '2025-11-23 14:02:25', 'W', '37.239.229.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(16192, '2025-11-23 14:02:29', 'W', '191.82.59.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(16193, '2025-11-23 14:03:22', 'W', '186.23.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36', 'Chrome', 'Windows 10'),
(16194, '2025-11-23 14:05:11', 'W', '39.44.146.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(16195, '2025-11-23 14:06:20', 'W', '170.238.105.12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(16196, '2025-11-23 14:07:45', 'W', '196.191.54.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(16197, '2025-11-23 14:47:44', 'W', '52.220.69.218', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(16198, '2025-11-23 15:03:04', 'W', '201.150.158.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(16199, '2025-11-23 15:03:06', 'W', '14.191.66.161', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(16200, '2025-11-23 15:03:18', 'W', '41.251.49.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(16201, '2025-11-23 15:05:06', 'W', '123.22.143.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(16202, '2025-11-23 15:06:14', 'W', '105.76.184.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(16203, '2025-11-23 15:06:15', 'W', '103.40.156.11', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(16204, '2025-11-23 15:08:25', 'W', '185.187.205.149', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Windows 10'),
(16205, '2025-11-23 15:14:21', 'W', '17.246.19.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16206, '2025-11-23 15:18:49', 'W', '43.152.170.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16207, '2025-11-23 15:21:17', 'W', '180.148.214.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16208, '2025-11-23 15:21:20', 'W', '85.114.224.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16209, '2025-11-23 15:21:25', 'W', '151.235.139.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16210, '2025-11-23 15:21:26', 'W', '143.105.146.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16211, '2025-11-23 15:21:28', 'W', '187.189.221.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16212, '2025-11-23 15:21:29', 'W', '41.121.36.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16213, '2025-11-23 15:21:29', 'W', '188.225.220.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16214, '2025-11-23 15:21:31', 'W', '177.190.208.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16215, '2025-11-23 15:21:34', 'W', '190.189.114.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16216, '2025-11-23 15:24:43', 'W', '157.36.80.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16217, '2025-11-23 15:24:44', 'W', '200.84.118.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16218, '2025-11-23 15:29:30', 'W', '41.142.114.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16219, '2025-11-23 15:30:58', 'W', '187.19.220.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16220, '2025-11-23 15:32:16', 'W', '196.65.168.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16221, '2025-11-23 15:33:10', 'W', '87.200.208.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16222, '2025-11-23 15:35:27', 'W', '82.167.72.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16223, '2025-11-23 15:36:39', 'W', '193.187.100.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16224, '2025-11-23 15:37:08', 'W', '177.112.254.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16225, '2025-11-23 15:38:03', 'W', '37.40.225.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16226, '2025-11-23 15:39:34', 'W', '84.47.253.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16227, '2025-11-23 15:41:41', 'W', '142.247.177.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16228, '2025-11-23 15:42:35', 'W', '91.109.161.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16229, '2025-11-23 15:43:12', 'W', '190.109.97.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16230, '2025-11-23 15:47:44', 'W', '5.109.205.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16231, '2025-11-23 15:49:26', 'W', '190.250.66.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16232, '2025-11-23 15:50:48', 'W', '200.8.187.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16233, '2025-11-23 15:51:35', 'W', '177.11.141.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16234, '2025-11-23 15:52:29', 'W', '38.190.13.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16235, '2025-11-23 15:53:15', 'W', '103.31.178.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16236, '2025-11-23 15:54:41', 'W', '157.10.7.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16237, '2025-11-23 15:56:27', 'W', '45.170.113.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16238, '2025-11-23 15:58:25', 'W', '190.104.37.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16239, '2025-11-23 16:00:52', 'W', '154.116.112.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16240, '2025-11-23 16:04:07', 'W', '45.233.57.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16241, '2025-11-23 16:05:22', 'W', '169.224.107.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16242, '2025-11-23 16:05:43', 'W', '186.250.206.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(16243, '2025-11-23 16:05:47', 'W', '193.8.95.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16244, '2025-11-23 16:06:17', 'W', '109.107.242.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16245, '2025-11-23 16:07:11', 'W', '152.56.18.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16246, '2025-11-23 16:07:51', 'W', '45.71.209.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(16247, '2025-11-23 16:08:03', 'W', '14.191.223.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(16248, '2025-11-23 16:15:14', 'W', '103.120.45.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(16249, '2025-11-23 16:18:16', 'W', '181.21.131.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16250, '2025-11-23 16:21:15', 'W', '159.138.159.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16251, '2025-11-23 16:32:33', 'W', '146.174.185.159', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10', 'Chrome', 'Linux'),
(16252, '2025-11-23 16:35:49', 'W', '152.58.178.97', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/83.0.4103.118 Safari/537.36', 'Chrome', 'Mac OS X'),
(16253, '2025-11-23 16:40:48', 'W', '14.191.212.187', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(16254, '2025-11-23 16:43:12', 'W', '186.192.63.95', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Windows 10'),
(16255, '2025-11-23 16:44:25', 'W', '179.6.28.95', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 7'),
(16256, '2025-11-23 16:44:31', 'W', '91.191.57.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(16257, '2025-11-23 16:45:13', 'W', '14.184.6.73', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 8.1'),
(16258, '2025-11-23 16:47:22', 'W', '190.7.178.75', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(16259, '2025-11-23 16:47:27', 'W', '37.239.104.60', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(16260, '2025-11-23 16:53:31', 'W', '176.29.167.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(16261, '2025-11-23 17:03:58', 'W', '43.173.177.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16262, '2025-11-23 17:06:06', 'W', '202.76.133.180', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1', 'Safari', 'Mac OS X'),
(16263, '2025-11-23 17:06:39', 'W', '43.173.179.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16264, '2025-11-23 17:07:37', 'W', '43.173.178.72', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16265, '2025-11-23 17:07:49', 'W', '68.221.75.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(16266, '2025-11-23 17:08:27', 'W', '74.7.242.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(16267, '2025-11-23 17:09:20', 'W', '112.42.93.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(16268, '2025-11-23 17:15:53', 'W', '40.77.167.59', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16269, '2025-11-23 17:22:50', 'W', '87.250.224.42', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16270, '2025-11-23 17:27:06', 'W', '181.25.9.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(16271, '2025-11-23 17:36:56', 'W', '45.183.241.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(16272, '2025-11-23 17:48:21', 'W', '186.138.92.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(16273, '2025-11-23 17:53:31', 'W', '154.248.7.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(16274, '2025-11-23 18:01:15', 'W', '103.115.243.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16275, '2025-11-23 18:13:41', 'W', '121.29.51.28', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0', 'Chrome', 'Windows Vista'),
(16276, '2025-11-23 18:19:12', 'W', '146.70.182.39', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(16277, '2025-11-23 18:21:32', 'W', '188.72.41.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16278, '2025-11-23 18:42:22', 'W', '189.11.142.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Windows 10'),
(16279, '2025-11-23 18:43:53', 'W', '14.243.167.207', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Windows 7'),
(16280, '2025-11-23 18:49:43', 'W', '40.77.167.74', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16281, '2025-11-23 18:50:33', 'W', '52.167.144.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16282, '2025-11-23 18:52:41', 'W', '24.144.86.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0', 'Firefox', 'Windows 10'),
(16283, '2025-11-23 18:52:44', 'W', '24.144.86.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16284, '2025-11-23 18:52:53', 'W', '213.180.203.87', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16285, '2025-11-23 21:18:31', 'W', '17.241.219.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16286, '2025-11-23 21:18:31', 'W', '95.108.213.248', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16287, '2025-11-23 21:18:32', 'W', '3.215.96.175', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16288, '2025-11-23 21:18:33', 'W', '14.247.236.255', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 10'),
(16289, '2025-11-23 21:18:33', 'W', '189.84.194.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(16290, '2025-11-23 21:18:33', 'W', '17.22.237.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16291, '2025-11-23 21:18:33', 'W', '54.92.253.26', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16292, '2025-11-23 21:18:33', 'W', '52.205.132.115', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16293, '2025-11-23 21:18:33', 'W', '35.169.77.139', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16294, '2025-11-23 21:18:33', 'W', '44.217.160.233', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16295, '2025-11-23 21:18:33', 'W', '40.77.167.47', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16296, '2025-11-23 21:18:33', 'W', '51.68.111.214', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(16297, '2025-11-23 21:18:34', 'W', '52.6.88.109', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16298, '2025-11-23 21:18:34', 'W', '3.231.110.212', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16299, '2025-11-23 21:18:34', 'W', '75.101.201.179', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16300, '2025-11-23 21:18:35', 'W', '34.225.114.250', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16301, '2025-11-23 21:18:35', 'W', '74.7.243.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(16302, '2025-11-23 21:18:35', 'W', '34.233.223.156', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16303, '2025-11-23 21:18:35', 'W', '75.101.193.219', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16304, '2025-11-23 21:18:35', 'W', '52.71.177.148', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16305, '2025-11-23 21:18:35', 'W', '5.255.231.53', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16306, '2025-11-23 21:18:35', 'W', '34.196.241.174', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16307, '2025-11-23 21:18:35', 'W', '52.72.119.221', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16308, '2025-11-23 21:18:35', 'W', '54.166.76.86', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16309, '2025-11-23 21:38:31', 'W', '152.59.121.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(16310, '2025-11-23 21:38:31', 'W', '152.59.121.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(16311, '2025-11-23 21:38:31', 'W', '103.166.59.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(16312, '2025-11-23 21:38:33', 'W', '87.250.224.54', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16313, '2025-11-23 21:39:16', 'W', '186.177.191.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(16314, '2025-11-23 21:40:35', 'W', '109.161.212.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(16315, '2025-11-23 21:59:10', 'W', '17.22.237.113', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16316, '2025-11-23 22:19:35', 'W', '193.142.201.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(16317, '2025-11-23 22:24:35', 'W', '40.77.167.53', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16318, '2025-11-23 22:30:33', 'W', '179.52.144.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(16319, '2025-11-23 22:35:01', 'W', '113.189.192.31', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(16320, '2025-11-23 22:36:44', 'W', '196.126.1.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16321, '2025-11-23 22:38:10', 'W', '123.16.201.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(16322, '2025-11-23 22:50:24', 'W', '87.250.224.110', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16323, '2025-11-23 23:02:24', 'W', '45.228.136.86', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16324, '2025-11-23 23:02:27', 'W', '191.235.66.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(16325, '2025-11-23 23:02:28', 'W', '191.235.66.22', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(16326, '2025-11-23 23:02:35', 'W', '43.175.57.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16327, '2025-11-23 23:03:47', 'W', '43.175.54.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16328, '2025-11-23 23:04:40', 'W', '43.175.127.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16329, '2025-11-23 23:04:42', 'W', '43.174.7.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16330, '2025-11-23 23:04:52', 'W', '43.174.15.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16331, '2025-11-23 23:06:50', 'W', '17.246.23.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16332, '2025-11-23 23:11:43', 'W', '213.180.203.56', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16333, '2025-11-23 23:13:28', 'W', '103.65.236.169', 'Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0', 'Firefox', 'Windows 10'),
(16334, '2025-11-23 23:22:51', 'W', '17.22.253.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16335, '2025-11-23 23:29:04', 'W', '17.241.219.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16336, '2025-11-23 23:34:43', 'W', '201.238.125.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Kinza/6.1.5', 'Chrome', 'Windows 10'),
(16337, '2025-11-23 23:35:32', 'W', '14.234.83.122', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 Safari/537.15', 'Chrome', 'Windows 8'),
(16338, '2025-11-23 23:35:33', 'W', '14.233.239.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(16339, '2025-11-23 23:38:37', 'W', '18.97.9.96', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(16340, '2025-11-23 23:38:53', 'W', '18.97.9.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)', 'Unknown Browser', 'Unknown OS Platform'),
(16341, '2025-11-23 23:44:47', 'W', '192.0.91.157', 'Photon/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(16342, '2025-11-23 23:58:49', 'W', '54.236.181.119', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16343, '2025-11-24 00:00:35', 'W', '13.216.98.225', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16344, '2025-11-24 00:17:20', 'W', '213.180.203.105', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16345, '2025-11-24 02:30:32', 'W', '18.205.132.252', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16346, '2025-11-24 02:30:33', 'W', '186.194.158.145', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(16347, '2025-11-24 02:30:34', 'W', '190.110.35.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(16348, '2025-11-24 02:30:34', 'W', '200.193.174.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(16349, '2025-11-24 02:30:34', 'W', '105.112.222.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16350, '2025-11-24 02:30:34', 'W', '45.229.41.115', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.779 Safari/537.36', 'Chrome', 'Mac OS X'),
(16351, '2025-11-24 02:30:34', 'W', '179.221.151.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(16352, '2025-11-24 02:30:34', 'W', '5.38.45.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(16353, '2025-11-24 02:30:34', 'W', '190.143.254.183', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/90.0.4430.72 Safari/537.36', 'Chrome', 'Windows 7'),
(16354, '2025-11-24 02:30:34', 'W', '185.217.189.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(16355, '2025-11-24 02:30:34', 'W', '3.219.13.67', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16356, '2025-11-24 02:30:34', 'W', '152.58.182.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 10'),
(16357, '2025-11-24 02:30:35', 'I', '45.131.216.213', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(16358, '2025-11-24 02:30:35', 'W', '84.37.227.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16359, '2025-11-24 02:30:35', 'W', '54.145.181.101', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16360, '2025-11-24 02:30:35', 'W', '17.22.245.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16361, '2025-11-24 02:30:35', 'I', '195.172.201.105', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(16362, '2025-11-24 02:30:35', 'I', '138.226.96.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(16363, '2025-11-24 02:30:35', 'W', '17.246.23.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16364, '2025-11-24 02:30:35', 'W', '54.84.144.96', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16365, '2025-11-24 02:30:36', 'W', '54.208.78.6', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16366, '2025-11-24 02:30:36', 'W', '54.147.197.174', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16367, '2025-11-24 02:30:36', 'W', '52.6.5.166', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16368, '2025-11-24 02:30:36', 'W', '52.203.30.46', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16369, '2025-11-24 02:30:36', 'W', '113.176.151.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(16370, '2025-11-24 02:30:36', 'W', '91.106.43.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(16371, '2025-11-24 02:30:36', 'W', '23.21.20.21', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16372, '2025-11-24 02:30:37', 'W', '35.175.155.7', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16373, '2025-11-24 02:30:37', 'W', '44.206.59.4', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16374, '2025-11-24 02:30:37', 'W', '54.243.127.66', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16375, '2025-11-24 02:30:37', 'W', '34.237.197.18', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16376, '2025-11-24 02:30:37', 'W', '65.108.2.171', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(16377, '2025-11-24 02:30:38', 'W', '34.225.147.195', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16378, '2025-11-24 02:30:38', 'W', '145.239.69.153', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(16379, '2025-11-24 02:30:38', 'W', '202.76.136.74', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36', 'Chrome', 'Windows 7'),
(16380, '2025-11-24 02:30:38', 'W', '44.213.228.215', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16381, '2025-11-24 02:30:38', 'W', '18.236.67.123', 'Opera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00', 'Opera', 'Windows 7'),
(16382, '2025-11-24 02:30:55', 'W', '169.224.81.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/77.0.3865.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(16383, '2025-11-24 02:30:57', 'W', '79.177.132.81', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(16384, '2025-11-24 02:31:46', 'W', '181.222.204.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(16385, '2025-11-24 02:32:17', 'W', '176.28.246.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(16386, '2025-11-24 02:32:32', 'W', '177.158.162.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(16387, '2025-11-24 02:32:38', 'W', '201.212.49.47', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.24 Safari/537.36', 'Chrome', 'Windows 7'),
(16388, '2025-11-24 02:32:39', 'W', '186.22.190.116', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(16389, '2025-11-24 02:45:35', 'W', '213.180.203.180', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16390, '2025-11-24 02:47:26', 'W', '17.22.245.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16391, '2025-11-24 03:01:13', 'W', '17.241.227.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16392, '2025-11-24 03:21:50', 'W', '67.207.93.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16393, '2025-11-24 03:21:53', 'W', '41.193.237.25', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16394, '2025-11-24 03:22:25', 'W', '43.174.14.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16395, '2025-11-24 03:22:35', 'W', '43.152.170.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16396, '2025-11-24 03:23:10', 'W', '217.142.21.241', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16397, '2025-11-24 03:23:16', 'W', '181.117.160.53', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16398, '2025-11-24 03:27:34', 'W', '187.183.48.105', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(16399, '2025-11-24 03:29:50', 'W', '186.158.126.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16400, '2025-11-24 03:29:55', 'W', '72.252.221.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(16401, '2025-11-24 03:30:01', 'W', '190.6.12.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Windows 10'),
(16402, '2025-11-24 03:30:42', 'W', '14.244.234.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.123 Safari/537.36', 'Chrome', 'Windows 10'),
(16403, '2025-11-24 03:33:21', 'W', '24.50.204.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(16404, '2025-11-24 03:38:00', 'W', '175.97.131.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16405, '2025-11-24 03:38:06', 'W', '177.220.181.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16406, '2025-11-24 03:38:09', 'W', '104.248.232.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16407, '2025-11-24 03:38:12', 'W', '186.128.129.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16408, '2025-11-24 03:38:15', 'W', '186.53.177.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16409, '2025-11-24 03:55:15', 'W', '190.183.237.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16410, '2025-11-24 03:55:17', 'W', '186.251.211.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16411, '2025-11-24 03:55:19', 'W', '5.38.44.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16412, '2025-11-24 03:55:20', 'W', '38.211.32.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16413, '2025-11-24 03:55:20', 'W', '160.20.169.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16414, '2025-11-24 03:55:22', 'W', '45.184.233.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16415, '2025-11-24 03:55:23', 'W', '201.19.44.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16416, '2025-11-24 03:55:23', 'W', '103.168.10.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16417, '2025-11-24 03:55:24', 'W', '156.214.73.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16418, '2025-11-24 03:55:25', 'W', '45.164.232.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16419, '2025-11-24 03:55:26', 'W', '216.234.223.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16420, '2025-11-24 03:55:26', 'W', '168.210.110.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16421, '2025-11-24 03:55:27', 'W', '190.176.3.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16422, '2025-11-24 04:10:58', 'W', '37.239.18.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16423, '2025-11-24 04:11:00', 'W', '151.254.76.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16424, '2025-11-24 04:11:02', 'W', '179.48.125.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16425, '2025-11-24 04:11:03', 'W', '157.245.89.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16426, '2025-11-24 04:11:04', 'W', '191.84.243.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16427, '2025-11-24 04:16:42', 'W', '45.239.206.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16428, '2025-11-24 04:16:45', 'W', '195.62.50.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16429, '2025-11-24 04:16:48', 'W', '68.183.102.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16430, '2025-11-24 04:16:49', 'W', '186.121.162.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16431, '2025-11-24 04:16:51', 'W', '119.111.184.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16432, '2025-11-24 04:20:18', 'W', '145.82.228.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16433, '2025-11-24 04:20:20', 'W', '137.184.214.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16434, '2025-11-24 04:20:20', 'W', '189.36.235.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16435, '2025-11-24 04:20:22', 'W', '84.54.73.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16436, '2025-11-24 04:20:24', 'W', '187.136.5.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16437, '2025-11-24 04:21:19', 'W', '17.22.237.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16438, '2025-11-24 04:21:33', 'W', '204.48.28.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16439, '2025-11-24 04:21:34', 'W', '143.198.190.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(16440, '2025-11-24 04:21:38', 'W', '179.26.210.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16441, '2025-11-24 04:21:38', 'W', '159.65.234.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16442, '2025-11-24 04:21:41', 'W', '69.160.113.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16443, '2025-11-24 04:28:23', 'W', '200.207.57.89', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 10'),
(16444, '2025-11-24 04:29:44', 'W', '177.92.54.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 10'),
(16445, '2025-11-24 04:30:35', 'W', '14.188.100.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(16446, '2025-11-24 04:31:53', 'W', '108.181.56.21', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(16447, '2025-11-24 04:32:20', 'W', '17.241.227.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16448, '2025-11-24 05:00:21', 'W', '40.77.167.56', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16449, '2025-11-24 05:07:39', 'W', '177.220.181.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16450, '2025-11-24 05:07:43', 'W', '179.29.125.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16451, '2025-11-24 05:08:47', 'W', '202.8.43.235', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(16452, '2025-11-24 05:09:36', 'W', '177.152.86.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16453, '2025-11-24 05:09:39', 'W', '197.87.144.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16454, '2025-11-24 05:09:42', 'W', '115.164.181.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16455, '2025-11-24 05:10:02', 'W', '151.244.146.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16456, '2025-11-24 05:14:58', 'W', '17.246.19.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16457, '2025-11-24 05:18:02', 'W', '40.77.167.130', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16458, '2025-11-24 05:22:58', 'W', '143.198.122.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16459, '2025-11-24 05:23:00', 'W', '157.245.141.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16460, '2025-11-24 05:23:05', 'W', '179.181.253.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16461, '2025-11-24 05:23:09', 'W', '151.236.166.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16462, '2025-11-24 05:23:10', 'W', '41.184.149.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16463, '2025-11-24 05:28:29', 'W', '14.227.122.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/83.0.4103.118 Safari/537.36', 'Chrome', 'Mac OS X'),
(16464, '2025-11-24 05:28:32', 'W', '181.178.108.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(16465, '2025-11-24 05:30:25', 'W', '113.162.40.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(16466, '2025-11-24 05:30:25', 'W', '41.56.249.67', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Windows 7'),
(16467, '2025-11-24 05:31:34', 'W', '192.141.0.250', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(16468, '2025-11-24 05:31:35', 'W', '177.23.163.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(16469, '2025-11-24 05:31:35', 'W', '185.146.115.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(16470, '2025-11-24 05:32:45', 'W', '197.3.254.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(16471, '2025-11-24 05:33:46', 'W', '152.172.129.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16472, '2025-11-24 05:33:48', 'W', '72.27.133.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16473, '2025-11-24 05:33:49', 'W', '167.58.130.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16474, '2025-11-24 05:33:51', 'W', '201.95.11.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16475, '2025-11-24 05:33:53', 'W', '186.70.64.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16476, '2025-11-24 05:37:22', 'W', '170.247.238.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16477, '2025-11-24 05:37:24', 'W', '82.215.96.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16478, '2025-11-24 05:37:25', 'W', '200.63.210.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16479, '2025-11-24 05:37:28', 'W', '189.216.182.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16480, '2025-11-24 05:37:35', 'W', '103.176.65.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16481, '2025-11-24 05:39:27', 'W', '169.224.120.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16482, '2025-11-24 05:39:40', 'W', '176.88.166.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16483, '2025-11-24 05:42:38', 'W', '202.76.138.28', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.864.0 Safari/535.2', 'Chrome', 'Windows XP'),
(16484, '2025-11-24 05:45:06', 'W', '45.167.220.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16485, '2025-11-24 05:45:11', 'W', '179.108.1.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16486, '2025-11-24 05:45:15', 'W', '37.236.105.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16487, '2025-11-24 05:45:28', 'W', '168.121.178.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16488, '2025-11-24 05:48:56', 'W', '216.73.216.119', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(16489, '2025-11-24 05:53:46', 'W', '191.202.80.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16490, '2025-11-24 05:53:48', 'W', '177.33.5.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16491, '2025-11-24 05:53:49', 'W', '185.146.113.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16492, '2025-11-24 05:53:51', 'W', '168.121.69.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16493, '2025-11-24 05:55:13', 'W', '170.233.246.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16494, '2025-11-24 05:55:15', 'W', '138.94.168.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16495, '2025-11-24 05:55:16', 'W', '186.73.106.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16496, '2025-11-24 05:55:20', 'W', '47.15.166.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16497, '2025-11-24 05:55:23', 'W', '103.152.117.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16498, '2025-11-24 05:56:51', 'W', '45.237.111.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16499, '2025-11-24 05:56:53', 'W', '168.227.138.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16500, '2025-11-24 05:56:54', 'W', '177.36.206.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16501, '2025-11-24 05:56:57', 'W', '106.213.240.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16502, '2025-11-24 06:02:15', 'W', '118.179.7.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16503, '2025-11-24 06:02:17', 'W', '177.39.12.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16504, '2025-11-24 06:02:19', 'W', '165.22.185.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16505, '2025-11-24 06:02:21', 'W', '197.248.119.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16506, '2025-11-24 06:02:25', 'W', '118.179.124.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16507, '2025-11-24 06:04:33', 'W', '157.230.53.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16508, '2025-11-24 06:04:36', 'W', '188.113.240.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16509, '2025-11-24 06:04:40', 'W', '186.158.26.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16510, '2025-11-24 06:04:40', 'W', '178.135.15.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16511, '2025-11-24 06:06:17', 'W', '105.33.33.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16512, '2025-11-24 06:06:19', 'W', '167.62.199.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16513, '2025-11-24 06:06:20', 'W', '146.190.72.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16514, '2025-11-24 06:06:21', 'W', '186.22.238.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16515, '2025-11-24 06:06:31', 'W', '105.214.32.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16516, '2025-11-24 06:07:45', 'W', '37.111.212.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16517, '2025-11-24 06:07:45', 'W', '68.183.103.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16518, '2025-11-24 06:07:45', 'W', '177.55.228.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16519, '2025-11-24 06:07:46', 'W', '67.205.177.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16520, '2025-11-24 06:07:47', 'W', '213.230.86.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16521, '2025-11-24 06:09:48', 'W', '17.241.219.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16522, '2025-11-24 06:11:07', 'W', '103.150.207.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16523, '2025-11-24 06:11:10', 'W', '223.25.123.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16524, '2025-11-24 06:11:22', 'W', '138.185.186.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16525, '2025-11-24 06:11:36', 'W', '190.55.123.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16526, '2025-11-24 06:11:37', 'W', '181.94.232.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16527, '2025-11-24 06:11:48', 'W', '186.61.171.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16528, '2025-11-24 06:11:48', 'W', '45.228.102.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16529, '2025-11-24 06:11:49', 'W', '190.140.113.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16530, '2025-11-24 06:12:18', 'W', '93.170.212.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16531, '2025-11-24 06:12:19', 'W', '177.36.212.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16532, '2025-11-24 06:12:23', 'W', '14.191.68.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16533, '2025-11-24 06:13:16', 'W', '91.103.250.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16534, '2025-11-24 06:13:18', 'W', '189.29.79.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16535, '2025-11-24 06:13:19', 'W', '151.244.148.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16536, '2025-11-24 06:13:22', 'W', '170.231.120.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16537, '2025-11-24 06:13:22', 'W', '37.243.222.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16538, '2025-11-24 06:14:23', 'W', '223.178.208.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16539, '2025-11-24 06:14:26', 'W', '131.255.31.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16540, '2025-11-24 06:15:19', 'W', '43.152.151.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16541, '2025-11-24 06:15:24', 'W', '196.176.224.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16542, '2025-11-24 06:16:35', 'W', '200.24.158.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16543, '2025-11-24 06:16:38', 'W', '188.135.31.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16544, '2025-11-24 06:16:48', 'W', '49.36.233.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16545, '2025-11-24 06:16:51', 'W', '59.153.224.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16546, '2025-11-24 06:16:52', 'W', '186.226.52.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16547, '2025-11-24 06:16:52', 'W', '103.141.174.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16548, '2025-11-24 06:16:55', 'W', '181.192.92.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16549, '2025-11-24 06:16:55', 'W', '186.10.141.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16550, '2025-11-24 06:16:55', 'W', '191.99.42.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16551, '2025-11-24 06:16:57', 'W', '177.137.87.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16552, '2025-11-24 06:16:58', 'W', '102.135.168.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16553, '2025-11-24 06:16:58', 'W', '177.152.115.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16554, '2025-11-24 06:16:58', 'W', '165.165.111.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16555, '2025-11-24 06:16:59', 'W', '190.181.18.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16556, '2025-11-24 06:17:01', 'W', '200.81.53.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16557, '2025-11-24 06:18:35', 'W', '5.62.145.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16558, '2025-11-24 06:18:37', 'W', '185.42.130.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16559, '2025-11-24 06:18:39', 'W', '177.124.102.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16560, '2025-11-24 06:18:41', 'W', '190.97.237.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16561, '2025-11-24 06:18:42', 'W', '45.189.218.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16562, '2025-11-24 06:18:43', 'W', '197.214.218.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16563, '2025-11-24 06:20:22', 'W', '143.105.137.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16564, '2025-11-24 06:20:22', 'W', '177.54.5.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16565, '2025-11-24 06:20:24', 'W', '161.35.7.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16566, '2025-11-24 06:20:26', 'W', '217.142.22.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16567, '2025-11-24 06:20:26', 'W', '177.66.209.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16568, '2025-11-24 06:20:28', 'W', '84.54.72.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16569, '2025-11-24 06:21:00', 'W', '200.53.194.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16570, '2025-11-24 06:21:01', 'W', '38.158.121.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16571, '2025-11-24 06:21:01', 'W', '102.217.67.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16572, '2025-11-24 06:21:03', 'W', '185.146.112.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16573, '2025-11-24 06:21:04', 'W', '102.217.242.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16574, '2025-11-24 06:21:04', 'W', '190.123.71.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16575, '2025-11-24 06:22:12', 'W', '196.119.182.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16576, '2025-11-24 06:22:14', 'W', '146.190.208.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16577, '2025-11-24 06:22:15', 'W', '138.121.161.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16578, '2025-11-24 06:22:17', 'W', '206.189.199.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16579, '2025-11-24 06:22:26', 'W', '190.134.135.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16580, '2025-11-24 06:22:29', 'W', '201.180.37.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16581, '2025-11-24 06:22:33', 'W', '17.246.23.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16582, '2025-11-24 06:22:50', 'W', '102.211.144.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16583, '2025-11-24 06:22:54', 'W', '181.232.231.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16584, '2025-11-24 06:22:56', 'W', '103.153.155.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16585, '2025-11-24 06:23:01', 'W', '177.93.10.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16586, '2025-11-24 06:23:03', 'W', '84.54.71.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16587, '2025-11-24 06:23:08', 'W', '103.179.156.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16588, '2025-11-24 06:23:08', 'W', '196.210.236.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16589, '2025-11-24 06:23:18', 'W', '131.221.96.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16590, '2025-11-24 06:23:49', 'W', '62.201.235.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16591, '2025-11-24 06:23:50', 'W', '5.134.207.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16592, '2025-11-24 06:23:51', 'W', '181.94.224.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16593, '2025-11-24 06:23:52', 'W', '176.36.165.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16594, '2025-11-24 06:23:54', 'W', '212.237.120.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16595, '2025-11-24 06:23:55', 'W', '169.224.83.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16596, '2025-11-24 06:24:25', 'W', '5.59.101.193', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.01; Trident/4.0)', 'Internet Explorer', 'Windows 2000'),
(16597, '2025-11-24 06:25:15', 'W', '190.83.33.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16598, '2025-11-24 06:25:17', 'W', '45.225.143.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16599, '2025-11-24 06:25:17', 'W', '186.151.100.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16600, '2025-11-24 06:25:18', 'W', '43.239.207.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16601, '2025-11-24 06:25:19', 'W', '41.66.124.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16602, '2025-11-24 06:25:26', 'W', '176.88.168.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16603, '2025-11-24 06:26:59', 'W', '143.198.169.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16604, '2025-11-24 06:26:59', 'W', '187.190.4.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16605, '2025-11-24 06:27:03', 'W', '177.215.106.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16606, '2025-11-24 06:27:04', 'W', '105.184.80.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16607, '2025-11-24 06:27:21', 'W', '177.124.11.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16608, '2025-11-24 06:27:30', 'W', '190.97.234.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16609, '2025-11-24 06:27:49', 'W', '189.28.241.56', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Windows 7'),
(16610, '2025-11-24 06:28:37', 'W', '102.97.35.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16611, '2025-11-24 06:28:41', 'W', '142.93.55.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16612, '2025-11-24 06:28:44', 'W', '185.213.229.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16613, '2025-11-24 06:28:46', 'W', '165.99.45.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16614, '2025-11-24 06:29:17', 'W', '14.173.105.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(16615, '2025-11-24 06:30:00', 'W', '102.219.153.97', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/85.0.4183.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(16616, '2025-11-24 06:30:57', 'W', '37.238.196.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(16617, '2025-11-24 06:32:14', 'W', '196.189.152.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16618, '2025-11-24 06:33:20', 'W', '201.241.82.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16619, '2025-11-24 06:33:20', 'W', '103.124.251.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16620, '2025-11-24 06:33:23', 'W', '105.161.217.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16621, '2025-11-24 06:33:24', 'W', '170.245.17.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16622, '2025-11-24 06:33:24', 'W', '177.37.85.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16623, '2025-11-24 06:33:26', 'W', '103.111.96.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16624, '2025-11-24 06:35:28', 'W', '176.28.251.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16625, '2025-11-24 06:35:29', 'W', '190.96.121.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16626, '2025-11-24 06:35:32', 'W', '167.249.94.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16627, '2025-11-24 06:35:32', 'W', '201.191.218.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16628, '2025-11-24 06:35:34', 'W', '84.54.122.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16629, '2025-11-24 06:37:12', 'W', '201.250.181.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16630, '2025-11-24 06:37:12', 'W', '187.84.245.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16631, '2025-11-24 06:37:13', 'W', '84.54.73.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16632, '2025-11-24 06:37:14', 'W', '212.58.119.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16633, '2025-11-24 06:37:16', 'W', '181.115.171.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16634, '2025-11-24 06:42:54', 'W', '213.180.203.244', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16635, '2025-11-24 06:45:53', 'W', '154.83.29.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16636, '2025-11-24 06:45:56', 'W', '46.99.43.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16637, '2025-11-24 06:45:56', 'W', '167.172.144.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16638, '2025-11-24 06:45:59', 'W', '186.53.202.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16639, '2025-11-24 06:46:00', 'W', '102.135.172.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16640, '2025-11-24 06:46:00', 'W', '180.74.224.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16641, '2025-11-24 06:48:52', 'W', '45.180.18.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16642, '2025-11-24 06:48:55', 'W', '181.46.139.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16643, '2025-11-24 06:48:55', 'W', '200.122.2.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16644, '2025-11-24 06:48:58', 'W', '5.163.148.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16645, '2025-11-24 06:49:00', 'W', '157.41.241.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16646, '2025-11-24 06:59:28', 'W', '194.180.49.173', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(16647, '2025-11-24 07:05:29', 'W', '101.44.162.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(16648, '2025-11-24 07:07:15', 'W', '49.0.255.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16649, '2025-11-24 07:09:04', 'W', '190.92.247.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(16650, '2025-11-24 07:15:15', 'W', '43.174.153.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16651, '2025-11-24 07:17:36', 'W', '188.240.58.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16652, '2025-11-24 07:20:04', 'W', '146.174.169.176', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 GTB7.1', 'Firefox', 'Windows 7'),
(16653, '2025-11-24 07:21:23', 'W', '40.77.167.61', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(16654, '2025-11-24 07:21:57', 'W', '43.173.181.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16655, '2025-11-24 07:23:24', 'W', '151.255.5.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16656, '2025-11-24 07:28:18', 'W', '170.79.154.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16657, '2025-11-24 07:32:06', 'W', '147.235.212.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', 'Chrome', 'Windows 10'),
(16658, '2025-11-24 07:33:00', 'W', '182.176.119.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(16659, '2025-11-24 07:33:04', 'W', '45.176.225.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(16660, '2025-11-24 07:34:58', 'W', '5.255.231.202', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16661, '2025-11-24 07:36:15', 'W', '170.83.180.236', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(16662, '2025-11-24 07:36:31', 'W', '182.9.35.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(16663, '2025-11-24 07:41:12', 'W', '14.191.254.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/81.0.4044.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(16664, '2025-11-24 07:46:08', 'W', '111.88.171.135', 'Opera/9.53.(Windows 95; kok-IN) Presto/2.9.166 Version/10.00', 'Opera', 'Unknown OS Platform'),
(16665, '2025-11-24 07:55:10', 'W', '95.108.213.242', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16666, '2025-11-24 07:56:44', 'W', '114.119.172.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16667, '2025-11-24 07:58:35', 'W', '119.13.90.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(16668, '2025-11-24 08:00:28', 'W', '111.119.209.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16669, '2025-11-24 08:02:15', 'W', '49.0.255.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16670, '2025-11-24 08:15:08', 'W', '45.148.10.205', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(16671, '2025-11-24 08:23:20', 'W', '193.142.201.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(16672, '2025-11-24 08:28:47', 'W', '115.42.75.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16673, '2025-11-24 08:29:22', 'W', '170.233.242.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16674, '2025-11-24 08:29:23', 'W', '103.212.162.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(16675, '2025-11-24 08:31:22', 'W', '147.235.208.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(16676, '2025-11-24 08:31:47', 'W', '186.19.33.223', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(16677, '2025-11-24 08:31:49', 'W', '5.37.203.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(16678, '2025-11-24 08:31:59', 'W', '41.228.195.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.85 Safari/537.36', 'Chrome', 'Windows 10'),
(16679, '2025-11-24 08:33:25', 'W', '38.222.70.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(16680, '2025-11-24 08:41:26', 'W', '17.246.15.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16681, '2025-11-24 08:46:13', 'W', '205.210.31.47', '', 'Unknown Browser', 'Unknown OS Platform'),
(16682, '2025-11-24 08:54:30', 'W', '121.29.51.28', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906', 'Unknown Browser', 'Linux'),
(16683, '2025-11-24 09:09:29', 'W', '195.24.236.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0', 'Firefox', 'Windows 10'),
(16684, '2025-11-24 09:13:23', 'W', '213.180.203.40', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16685, '2025-11-24 09:20:38', 'W', '43.173.178.59', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16686, '2025-11-24 09:22:19', 'W', '34.202.50.43', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16687, '2025-11-24 09:24:55', 'W', '5.255.231.87', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16688, '2025-11-24 09:25:30', 'W', '34.56.54.217', 'quillbot.com', 'Unknown Browser', 'Unknown OS Platform'),
(16689, '2025-11-24 09:27:05', 'W', '201.77.100.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(16690, '2025-11-24 09:27:06', 'W', '5.175.146.88', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36', 'Chrome', 'Windows XP'),
(16691, '2025-11-24 09:27:31', 'W', '123.19.170.42', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(16692, '2025-11-24 09:27:32', 'W', '186.209.191.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(16693, '2025-11-24 09:27:35', 'W', '179.113.171.205', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.2', 'Chrome', 'Windows 7'),
(16694, '2025-11-24 09:27:44', 'W', '186.12.188.247', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(16695, '2025-11-24 09:28:48', 'W', '102.217.242.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(16696, '2025-11-24 09:28:52', 'W', '179.49.38.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(16697, '2025-11-24 09:30:38', 'W', '123.21.160.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(16698, '2025-11-24 09:31:46', 'W', '113.183.163.123', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Windows 7');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(16699, '2025-11-24 09:34:47', 'W', '213.137.71.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4702.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(16700, '2025-11-24 09:34:50', 'W', '118.137.140.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.3538.77 Safari/537.36', 'Chrome', 'Mac OS X'),
(16701, '2025-11-24 09:38:35', 'W', '106.219.89.181', 'Opera/9.38.(X11; Linux i686; mai-IN) Presto/2.9.164 Version/11.00', 'Opera', 'Linux'),
(16702, '2025-11-24 09:41:00', 'W', '146.174.164.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11', 'Chrome', 'Mac OS X'),
(16703, '2025-11-24 09:50:25', 'W', '194.180.49.172', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(16704, '2025-11-24 10:05:35', 'W', '87.250.224.85', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16705, '2025-11-24 10:14:28', 'W', '213.180.203.226', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16706, '2025-11-24 10:14:30', 'W', '213.180.203.99', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(16707, '2025-11-24 10:25:45', 'W', '213.74.118.106', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/17.0.811.0 Safari/531.1', 'Chrome', 'Linux'),
(16708, '2025-11-24 10:26:49', 'W', '103.50.158.15', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16709, '2025-11-24 10:27:26', 'W', '177.102.81.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(16710, '2025-11-24 10:29:10', 'W', '202.76.170.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.6 Safari/537.11', 'Chrome', 'Mac OS X'),
(16711, '2025-11-24 10:30:08', 'W', '123.23.114.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(16712, '2025-11-24 10:31:33', 'W', '103.47.132.103', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Windows 10'),
(16713, '2025-11-24 10:32:10', 'W', '105.154.65.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.19 Safari/537.36', 'Chrome', 'Mac OS X'),
(16714, '2025-11-24 10:33:46', 'W', '103.120.70.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(16715, '2025-11-24 10:34:25', 'W', '37.111.231.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(16716, '2025-11-24 10:42:41', 'W', '170.84.147.251', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 95; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(16717, '2025-11-24 10:46:48', 'W', '43.173.176.75', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16718, '2025-11-24 11:21:16', 'W', '103.65.236.169', 'python-requests/2.32.3', 'Unknown Browser', 'Unknown OS Platform'),
(16719, '2025-11-24 11:25:33', 'W', '103.151.46.210', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_7 rv:2.0; tig-ER) AppleWebKit/531.48.6 (KHTML, like Gecko) Version/4.0.3 Safari/531.48.6', 'Safari', 'Mac OS X'),
(16720, '2025-11-24 11:25:53', 'A', '47.230.81.179', 'Mozilla/5.0 (Linux; Android 2.2.3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/46.0.882.0 Safari/535.1', 'Chrome', 'Android'),
(16721, '2025-11-24 11:27:13', 'W', '27.71.84.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(16722, '2025-11-24 11:27:17', 'W', '45.188.178.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16723, '2025-11-24 11:27:34', 'W', '106.221.77.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Mac OS X'),
(16724, '2025-11-24 11:28:15', 'W', '95.57.233.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(16725, '2025-11-24 11:28:49', 'W', '212.237.119.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16726, '2025-11-24 11:28:54', 'W', '181.209.116.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36', 'Chrome', 'Windows 10'),
(16727, '2025-11-24 11:29:21', 'W', '57.141.4.36', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(16728, '2025-11-24 11:29:31', 'W', '186.12.171.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(16729, '2025-11-24 11:31:56', 'W', '105.112.54.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(16730, '2025-11-24 11:41:13', 'W', '43.152.48.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16731, '2025-11-24 11:42:18', 'W', '190.89.29.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16732, '2025-11-24 11:43:44', 'W', '5.250.131.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16733, '2025-11-24 11:47:06', 'W', '176.224.49.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16734, '2025-11-24 11:48:17', 'W', '119.93.155.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16735, '2025-11-24 11:49:16', 'W', '169.224.21.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16736, '2025-11-24 11:49:20', 'W', '52.1.122.7', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16737, '2025-11-24 11:50:11', 'W', '179.24.52.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16738, '2025-11-24 11:51:24', 'W', '138.59.121.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16739, '2025-11-24 11:52:08', 'W', '52.23.136.128', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16740, '2025-11-24 11:52:44', 'W', '34.204.153.18', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16741, '2025-11-24 11:52:46', 'W', '103.52.135.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16742, '2025-11-24 11:55:45', 'W', '120.28.184.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16743, '2025-11-24 11:57:48', 'W', '176.105.212.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16744, '2025-11-24 11:58:41', 'W', '38.3.142.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16745, '2025-11-24 11:59:38', 'W', '176.17.226.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16746, '2025-11-24 12:00:48', 'W', '117.221.176.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16747, '2025-11-24 12:02:00', 'W', '112.198.114.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16748, '2025-11-24 12:02:15', 'W', '34.199.46.200', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16749, '2025-11-24 12:03:49', 'W', '179.49.125.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16750, '2025-11-24 12:05:17', 'W', '191.220.118.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16751, '2025-11-24 12:07:19', 'W', '34.236.11.126', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16752, '2025-11-24 12:08:53', 'W', '103.163.255.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16753, '2025-11-24 12:09:26', 'W', '41.98.168.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16754, '2025-11-24 12:12:28', 'W', '187.61.186.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16755, '2025-11-24 12:14:20', 'W', '37.18.98.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16756, '2025-11-24 12:16:06', 'W', '5.194.148.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16757, '2025-11-24 12:17:05', 'W', '45.168.121.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16758, '2025-11-24 12:17:27', 'W', '3.81.154.62', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16759, '2025-11-24 12:17:33', 'W', '88.241.95.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16760, '2025-11-24 12:18:15', 'W', '52.5.40.63', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(16761, '2025-11-24 12:19:10', 'W', '41.90.172.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16762, '2025-11-24 12:19:53', 'W', '51.223.4.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16763, '2025-11-24 12:20:38', 'W', '197.95.101.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16764, '2025-11-24 12:22:23', 'W', '105.225.137.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16765, '2025-11-24 12:24:24', 'W', '183.171.242.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16766, '2025-11-24 12:25:22', 'W', '154.255.35.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16767, '2025-11-24 12:26:27', 'W', '203.215.167.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16768, '2025-11-24 12:26:51', 'W', '117.244.66.97', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(16769, '2025-11-24 12:27:13', 'W', '193.36.187.198', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(16770, '2025-11-24 12:27:50', 'W', '169.224.13.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16771, '2025-11-24 12:29:18', 'W', '102.96.70.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16772, '2025-11-24 12:29:50', 'W', '177.20.248.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16773, '2025-11-24 12:30:27', 'W', '113.165.232.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(16774, '2025-11-24 12:31:31', 'W', '213.230.87.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16775, '2025-11-24 12:32:25', 'W', '14.237.115.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/77.0.3865.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(16776, '2025-11-24 12:34:34', 'W', '51.68.111.241', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(16777, '2025-11-24 12:34:36', 'W', '167.61.232.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16778, '2025-11-24 12:36:23', 'W', '103.70.86.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16779, '2025-11-24 12:37:01', 'W', '124.106.230.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16780, '2025-11-24 12:40:34', 'W', '139.135.49.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16781, '2025-11-24 12:40:51', 'W', '159.138.88.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(16782, '2025-11-24 12:42:26', 'W', '142.93.127.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16783, '2025-11-24 12:42:41', 'W', '166.108.228.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16784, '2025-11-24 12:43:16', 'W', '105.67.128.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16785, '2025-11-24 12:44:00', 'W', '177.87.240.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16786, '2025-11-24 12:44:31', 'W', '166.108.224.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16787, '2025-11-24 12:46:10', 'W', '176.43.219.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16788, '2025-11-24 12:46:20', 'W', '111.119.219.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16789, '2025-11-24 12:47:48', 'W', '114.31.139.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16790, '2025-11-24 12:50:42', 'W', '179.209.141.88', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(16791, '2025-11-24 12:50:51', 'W', '37.236.223.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16792, '2025-11-24 12:51:39', 'W', '84.240.251.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16793, '2025-11-24 12:51:40', 'W', '169.224.124.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16794, '2025-11-24 12:51:43', 'W', '190.110.186.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16795, '2025-11-24 12:51:45', 'W', '46.184.188.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16796, '2025-11-24 12:51:46', 'W', '185.255.45.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16797, '2025-11-24 12:51:47', 'W', '196.179.150.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16798, '2025-11-24 12:51:49', 'W', '181.188.170.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16799, '2025-11-24 12:51:49', 'W', '179.26.246.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16800, '2025-11-24 12:51:51', 'W', '212.112.119.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16801, '2025-11-24 12:51:51', 'W', '45.191.80.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16802, '2025-11-24 12:51:51', 'W', '177.10.184.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16803, '2025-11-24 12:51:58', 'W', '157.48.79.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16804, '2025-11-24 12:52:09', 'W', '186.61.132.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16805, '2025-11-24 12:52:25', 'W', '187.89.175.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16806, '2025-11-24 12:52:27', 'W', '186.26.99.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16807, '2025-11-24 12:53:35', 'W', '106.215.160.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16808, '2025-11-24 12:53:38', 'W', '190.114.33.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16809, '2025-11-24 12:55:42', 'W', '103.77.191.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16810, '2025-11-24 12:55:42', 'W', '2.132.196.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16811, '2025-11-24 12:56:39', 'W', '170.80.226.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16812, '2025-11-24 12:56:40', 'W', '138.0.69.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16813, '2025-11-24 12:57:25', 'W', '177.104.98.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16814, '2025-11-24 12:59:16', 'I', '104.252.188.200', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(16815, '2025-11-24 12:59:17', 'W', '142.147.191.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16816, '2025-11-24 12:59:21', 'W', '167.249.188.94', 'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/532.13.2 (KHTML, like Gecko) Version/4.0 Safari/532.13.2', 'Safari', 'Unknown OS Platform'),
(16817, '2025-11-24 13:00:23', 'W', '165.22.11.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16818, '2025-11-24 13:00:24', 'W', '176.28.253.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16819, '2025-11-24 13:00:35', 'W', '179.37.164.16', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/5.0)', 'Internet Explorer', 'Windows 7'),
(16820, '2025-11-24 13:01:30', 'W', '212.58.102.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16821, '2025-11-24 13:01:30', 'W', '51.223.98.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16822, '2025-11-24 13:01:41', 'W', '27.60.20.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16823, '2025-11-24 13:01:42', 'W', '157.100.140.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16824, '2025-11-24 13:02:34', 'W', '177.235.218.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16825, '2025-11-24 13:02:34', 'W', '192.81.214.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16826, '2025-11-24 13:04:07', 'W', '198.199.123.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16827, '2025-11-24 13:04:09', 'W', '142.93.7.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16828, '2025-11-24 13:05:56', 'W', '106.222.209.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16829, '2025-11-24 13:06:15', 'W', '154.244.129.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16830, '2025-11-24 13:06:56', 'W', '41.214.49.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16831, '2025-11-24 13:08:16', 'W', '201.217.233.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16832, '2025-11-24 13:08:18', 'W', '106.219.88.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16833, '2025-11-24 13:12:03', 'W', '119.157.65.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16834, '2025-11-24 13:12:03', 'W', '103.57.21.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16835, '2025-11-24 13:13:21', 'W', '213.204.71.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16836, '2025-11-24 13:14:22', 'W', '130.193.255.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16837, '2025-11-24 13:14:23', 'W', '46.161.195.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16838, '2025-11-24 13:15:24', 'W', '92.253.31.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16839, '2025-11-24 13:15:26', 'W', '88.243.129.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16840, '2025-11-24 13:16:35', 'W', '95.56.130.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16841, '2025-11-24 13:16:40', 'W', '106.206.12.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16842, '2025-11-24 13:18:25', 'W', '45.179.97.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16843, '2025-11-24 13:18:25', 'W', '186.50.66.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16844, '2025-11-24 13:19:16', 'W', '37.40.225.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16845, '2025-11-24 13:19:17', 'W', '212.178.17.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16846, '2025-11-24 13:20:27', 'W', '216.10.216.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16847, '2025-11-24 13:20:28', 'W', '179.125.116.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16848, '2025-11-24 13:21:40', 'W', '188.123.156.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16849, '2025-11-24 13:21:53', 'W', '200.225.187.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16850, '2025-11-24 13:22:58', 'W', '206.84.80.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16851, '2025-11-24 13:22:58', 'W', '45.235.147.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16852, '2025-11-24 13:23:21', 'W', '186.241.5.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16853, '2025-11-24 13:23:22', 'W', '103.199.205.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16854, '2025-11-24 13:23:35', 'W', '91.93.128.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16855, '2025-11-24 13:23:43', 'W', '152.59.184.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16856, '2025-11-24 13:25:17', 'W', '176.105.237.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16857, '2025-11-24 13:26:28', 'W', '37.186.50.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16858, '2025-11-24 13:26:31', 'W', '168.121.242.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16859, '2025-11-24 13:26:57', 'W', '103.163.171.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16860, '2025-11-24 13:26:58', 'W', '179.60.219.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16861, '2025-11-24 13:27:29', 'W', '5.31.140.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16862, '2025-11-24 13:27:29', 'W', '223.185.48.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16863, '2025-11-24 13:27:37', 'W', '182.190.200.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(16864, '2025-11-24 13:28:05', 'W', '191.241.129.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Mac OS X'),
(16865, '2025-11-24 13:28:10', 'W', '45.227.117.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(16866, '2025-11-24 13:30:46', 'W', '86.124.150.117', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(16867, '2025-11-24 13:30:53', 'W', '109.237.196.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16868, '2025-11-24 13:30:55', 'W', '200.39.53.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.43 Safari/537.36', 'Chrome', 'Windows 10'),
(16869, '2025-11-24 13:30:55', 'W', '45.228.250.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16870, '2025-11-24 13:31:21', 'W', '175.141.175.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16871, '2025-11-24 13:31:22', 'W', '170.79.84.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16872, '2025-11-24 13:32:22', 'W', '152.170.10.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Mac OS X'),
(16873, '2025-11-24 13:32:59', 'W', '200.101.116.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16874, '2025-11-24 13:33:03', 'W', '102.219.25.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16875, '2025-11-24 13:33:39', 'W', '17.241.219.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16876, '2025-11-24 13:33:46', 'W', '161.35.0.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16877, '2025-11-24 13:33:48', 'W', '191.118.19.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16878, '2025-11-24 13:34:30', 'W', '154.237.20.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16879, '2025-11-24 13:34:30', 'W', '5.57.13.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16880, '2025-11-24 13:36:15', 'W', '64.227.27.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16881, '2025-11-24 13:36:19', 'W', '179.38.109.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16882, '2025-11-24 13:37:22', 'W', '105.235.138.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(16883, '2025-11-24 13:37:42', 'W', '134.209.127.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16884, '2025-11-24 13:37:43', 'W', '177.220.182.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16885, '2025-11-24 13:38:47', 'W', '191.5.105.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16886, '2025-11-24 13:38:54', 'W', '37.150.1.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16887, '2025-11-24 13:39:12', 'A', '121.29.51.28', 'Dalvik/2.1.0 (Linux; U; Android 9.0; ZTE BA520 Build/MRA58K)', 'Unknown Browser', 'Android'),
(16888, '2025-11-24 13:40:21', 'W', '192.81.210.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16889, '2025-11-24 13:40:22', 'W', '187.255.98.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16890, '2025-11-24 13:42:25', 'W', '24.152.121.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16891, '2025-11-24 13:42:27', 'W', '169.224.110.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16892, '2025-11-24 13:43:06', 'W', '186.216.32.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16893, '2025-11-24 13:47:12', 'W', '102.152.50.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16894, '2025-11-24 13:47:16', 'W', '51.39.247.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16895, '2025-11-24 13:48:08', 'W', '147.182.180.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16896, '2025-11-24 13:48:09', 'W', '109.107.253.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16897, '2025-11-24 13:48:58', 'W', '190.194.60.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16898, '2025-11-24 13:48:59', 'W', '186.225.185.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16899, '2025-11-24 13:51:37', 'W', '87.255.214.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16900, '2025-11-24 13:52:30', 'W', '195.178.110.155', '', 'Unknown Browser', 'Unknown OS Platform'),
(16901, '2025-11-24 13:53:56', 'W', '190.188.181.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16902, '2025-11-24 13:54:05', 'W', '186.158.229.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16903, '2025-11-24 13:55:16', 'W', '151.244.153.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16904, '2025-11-24 13:55:25', 'W', '103.121.109.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16905, '2025-11-24 13:55:54', 'W', '41.90.209.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16906, '2025-11-24 13:55:54', 'W', '45.226.21.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16907, '2025-11-24 13:56:05', 'W', '152.58.58.94', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/41.0.874.0 Safari/532.2', 'Chrome', 'Linux'),
(16908, '2025-11-24 13:56:32', 'I', '152.58.185.46', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; ss-ZA) AppleWebKit/532.22.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6532.22.2', 'Handheld Browser', 'iPod'),
(16909, '2025-11-24 13:57:15', 'W', '77.247.91.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16910, '2025-11-24 13:57:15', 'W', '103.81.193.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16911, '2025-11-24 13:58:54', 'W', '137.184.158.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16912, '2025-11-24 13:58:57', 'W', '223.184.150.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16913, '2025-11-24 13:59:07', 'W', '17.241.219.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16914, '2025-11-24 14:00:33', 'W', '17.241.75.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16915, '2025-11-24 14:00:53', 'W', '179.125.132.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16916, '2025-11-24 14:00:54', 'W', '170.83.96.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16917, '2025-11-24 14:02:35', 'W', '45.179.131.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16918, '2025-11-24 14:02:38', 'W', '38.225.246.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16919, '2025-11-24 14:04:37', 'W', '49.43.163.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16920, '2025-11-24 14:04:39', 'W', '157.245.88.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16921, '2025-11-24 14:05:59', 'W', '200.217.27.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16922, '2025-11-24 14:06:00', 'W', '45.180.226.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16923, '2025-11-24 14:08:25', 'W', '177.33.15.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16924, '2025-11-24 14:08:35', 'W', '102.220.170.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16925, '2025-11-24 14:09:28', 'W', '200.103.201.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16926, '2025-11-24 14:09:30', 'W', '213.230.88.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16927, '2025-11-24 14:11:41', 'W', '109.107.251.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16928, '2025-11-24 14:11:44', 'W', '181.232.237.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16929, '2025-11-24 14:13:15', 'W', '102.217.122.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16930, '2025-11-24 14:13:16', 'W', '185.9.139.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16931, '2025-11-24 14:14:51', 'W', '177.37.249.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16932, '2025-11-24 14:14:55', 'W', '106.219.175.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16933, '2025-11-24 14:15:50', 'I', '111.119.235.190', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(16934, '2025-11-24 14:16:24', 'W', '102.100.164.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16935, '2025-11-24 14:16:24', 'W', '106.51.192.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16936, '2025-11-24 14:17:05', 'W', '110.238.105.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16937, '2025-11-24 14:18:02', 'W', '103.170.178.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16938, '2025-11-24 14:18:06', 'W', '189.6.12.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16939, '2025-11-24 14:20:46', 'W', '49.0.206.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(16940, '2025-11-24 14:21:00', 'W', '196.188.244.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16941, '2025-11-24 14:21:13', 'W', '169.224.120.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16942, '2025-11-24 14:22:20', 'W', '177.74.189.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16943, '2025-11-24 14:22:23', 'W', '141.226.88.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16944, '2025-11-24 14:23:18', 'W', '84.54.84.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16945, '2025-11-24 14:23:19', 'W', '5.152.60.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16946, '2025-11-24 14:25:53', 'W', '201.51.211.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16947, '2025-11-24 14:25:55', 'W', '177.47.92.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16948, '2025-11-24 14:26:48', 'W', '82.167.208.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16949, '2025-11-24 14:27:13', 'W', '186.132.165.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16950, '2025-11-24 14:27:20', 'W', '177.47.82.4', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.5 Safari/537.36', 'Chrome', 'Windows 7'),
(16951, '2025-11-24 14:29:16', 'W', '14.191.71.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(16952, '2025-11-24 14:29:33', 'W', '149.27.37.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16953, '2025-11-24 14:29:33', 'W', '186.57.23.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16954, '2025-11-24 14:31:06', 'W', '151.244.154.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16955, '2025-11-24 14:31:08', 'W', '185.255.45.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16956, '2025-11-24 14:32:19', 'W', '181.43.151.17', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16957, '2025-11-24 14:32:59', 'W', '103.61.240.205', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(16958, '2025-11-24 14:33:03', 'W', '95.65.217.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16959, '2025-11-24 14:33:05', 'W', '86.108.11.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(16960, '2025-11-24 14:34:16', 'W', '103.185.224.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16961, '2025-11-24 14:34:17', 'W', '137.184.103.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16962, '2025-11-24 14:35:57', 'W', '149.86.144.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16963, '2025-11-24 14:35:57', 'W', '177.93.159.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16964, '2025-11-24 14:36:50', 'W', '17.241.227.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16965, '2025-11-24 14:38:29', 'W', '17.241.227.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16966, '2025-11-24 14:38:42', 'W', '103.255.67.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16967, '2025-11-24 14:38:46', 'W', '103.196.1.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16968, '2025-11-24 14:39:26', 'W', '190.5.32.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16969, '2025-11-24 14:39:27', 'W', '191.7.91.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16970, '2025-11-24 14:41:09', 'W', '191.85.97.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16971, '2025-11-24 14:41:10', 'W', '213.230.93.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16972, '2025-11-24 14:45:45', 'W', '177.32.32.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16973, '2025-11-24 14:45:49', 'W', '186.64.69.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16974, '2025-11-24 14:47:09', 'W', '37.238.101.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16975, '2025-11-24 14:47:11', 'W', '142.93.49.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16976, '2025-11-24 14:48:59', 'W', '149.88.18.28', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(16977, '2025-11-24 14:49:23', 'W', '179.235.114.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16978, '2025-11-24 14:49:25', 'W', '192.241.134.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16979, '2025-11-24 14:49:27', 'W', '43.152.174.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16980, '2025-11-24 14:51:23', 'W', '201.140.222.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16981, '2025-11-24 14:51:43', 'W', '17.22.237.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(16982, '2025-11-24 14:52:13', 'W', '38.51.121.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16983, '2025-11-24 14:52:14', 'W', '38.7.0.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16984, '2025-11-24 14:52:17', 'W', '181.46.9.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16985, '2025-11-24 14:52:18', 'W', '38.51.221.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16986, '2025-11-24 14:52:19', 'W', '103.163.237.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16987, '2025-11-24 14:52:21', 'W', '176.29.15.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16988, '2025-11-24 14:52:22', 'W', '84.54.70.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16989, '2025-11-24 14:52:22', 'W', '177.230.105.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16990, '2025-11-24 14:52:23', 'W', '67.205.158.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16991, '2025-11-24 14:52:24', 'W', '114.130.145.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16992, '2025-11-24 14:52:24', 'W', '178.126.200.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16993, '2025-11-24 14:52:25', 'W', '93.187.65.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16994, '2025-11-24 14:52:25', 'W', '38.172.176.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16995, '2025-11-24 14:52:26', 'W', '203.26.240.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16996, '2025-11-24 14:52:49', 'W', '105.69.68.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16997, '2025-11-24 14:52:54', 'W', '188.72.13.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16998, '2025-11-24 14:53:00', 'W', '102.213.200.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(16999, '2025-11-24 14:53:12', 'W', '177.192.2.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17000, '2025-11-24 14:54:10', 'W', '46.1.49.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17001, '2025-11-24 14:54:11', 'W', '38.41.188.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17002, '2025-11-24 14:54:12', 'W', '105.154.78.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17003, '2025-11-24 14:56:20', 'W', '170.246.90.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17004, '2025-11-24 14:56:20', 'W', '181.94.226.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17005, '2025-11-24 14:56:24', 'W', '169.224.36.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17006, '2025-11-24 14:56:39', 'W', '188.64.11.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17007, '2025-11-24 14:56:43', 'W', '200.81.54.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17008, '2025-11-24 14:56:49', 'W', '152.58.34.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17009, '2025-11-24 14:56:55', 'W', '37.237.174.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17010, '2025-11-24 14:56:55', 'W', '186.132.252.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17011, '2025-11-24 14:57:19', 'W', '160.30.187.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17012, '2025-11-24 14:57:24', 'W', '223.25.62.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17013, '2025-11-24 14:57:32', 'W', '181.115.62.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17014, '2025-11-24 14:58:09', 'W', '181.208.160.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17015, '2025-11-24 14:58:11', 'W', '84.54.73.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17016, '2025-11-24 14:58:43', 'W', '213.230.92.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17017, '2025-11-24 15:01:23', 'W', '93.180.222.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17018, '2025-11-24 15:01:24', 'W', '39.47.62.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17019, '2025-11-24 15:01:26', 'W', '188.113.230.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17020, '2025-11-24 15:02:09', 'W', '67.205.182.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17021, '2025-11-24 15:02:10', 'W', '177.20.230.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17022, '2025-11-24 15:02:15', 'W', '181.192.92.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17023, '2025-11-24 15:03:28', 'W', '151.244.146.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17024, '2025-11-24 15:03:31', 'W', '187.85.88.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17025, '2025-11-24 15:03:34', 'W', '41.223.73.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17026, '2025-11-24 15:07:24', 'W', '5.246.178.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17027, '2025-11-24 15:07:25', 'W', '103.168.201.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17028, '2025-11-24 15:07:25', 'W', '170.254.162.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17029, '2025-11-24 15:08:54', 'W', '143.198.188.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17030, '2025-11-24 15:08:55', 'W', '103.134.58.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17031, '2025-11-24 15:08:57', 'W', '45.181.222.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17032, '2025-11-24 15:11:05', 'A', '178.157.45.236', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(17033, '2025-11-24 15:11:08', 'A', '66.249.81.167', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(17034, '2025-11-24 15:11:08', 'A', '66.102.9.236', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)', 'Handheld Browser', 'Android'),
(17035, '2025-11-24 15:11:48', 'W', '177.9.247.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17036, '2025-11-24 15:11:49', 'W', '161.35.58.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17037, '2025-11-24 15:11:49', 'W', '169.224.121.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17038, '2025-11-24 15:13:39', 'W', '94.232.27.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17039, '2025-11-24 15:13:46', 'W', '102.209.18.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17040, '2025-11-24 15:13:58', 'W', '128.234.10.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17041, '2025-11-24 15:15:32', 'W', '181.95.90.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17042, '2025-11-24 15:15:34', 'W', '103.112.149.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17043, '2025-11-24 15:15:35', 'W', '179.125.142.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17044, '2025-11-24 15:16:19', 'W', '103.19.49.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17045, '2025-11-24 15:16:20', 'W', '138.121.227.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17046, '2025-11-24 15:16:23', 'W', '182.252.95.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17047, '2025-11-24 15:17:30', 'W', '103.130.113.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17048, '2025-11-24 15:17:32', 'W', '103.138.26.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17049, '2025-11-24 15:17:32', 'W', '102.209.18.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17050, '2025-11-24 15:19:03', 'W', '191.102.19.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17051, '2025-11-24 15:19:05', 'W', '45.170.80.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17052, '2025-11-24 15:19:06', 'W', '198.199.81.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17053, '2025-11-24 15:20:11', 'W', '187.131.38.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17054, '2025-11-24 15:20:13', 'W', '78.190.25.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17055, '2025-11-24 15:20:16', 'W', '45.167.213.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17056, '2025-11-24 15:21:48', 'W', '212.237.120.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17057, '2025-11-24 15:21:49', 'W', '59.103.216.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17058, '2025-11-24 15:21:50', 'W', '198.199.78.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17059, '2025-11-24 15:22:43', 'A', '37.19.197.231', 'Mozilla/5.0 (Linux; Android 9; ASUS_I005DA Build/PI; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.122 Mobile', 'Handheld Browser', 'Android'),
(17060, '2025-11-24 15:23:55', 'W', '185.122.255.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17061, '2025-11-24 15:23:58', 'W', '167.59.229.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17062, '2025-11-24 15:23:59', 'W', '165.101.53.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17063, '2025-11-24 15:25:08', 'W', '177.36.212.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17064, '2025-11-24 15:25:09', 'W', '185.163.26.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17065, '2025-11-24 15:25:11', 'W', '197.234.147.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17066, '2025-11-24 15:25:41', 'W', '169.224.94.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17067, '2025-11-24 15:25:47', 'W', '103.81.113.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17068, '2025-11-24 15:25:52', 'W', '94.230.230.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17069, '2025-11-24 15:26:48', 'W', '169.224.24.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17070, '2025-11-24 15:26:48', 'W', '186.219.169.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17071, '2025-11-24 15:26:50', 'W', '142.93.207.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17072, '2025-11-24 15:27:04', 'W', '189.90.124.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Windows 10'),
(17073, '2025-11-24 15:27:23', 'W', '177.54.191.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17074, '2025-11-24 15:27:24', 'W', '92.48.52.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17075, '2025-11-24 15:27:24', 'W', '177.54.4.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17076, '2025-11-24 15:28:13', 'W', '190.15.118.67', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(17077, '2025-11-24 15:28:39', 'W', '17.246.15.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17078, '2025-11-24 15:28:47', 'W', '157.100.108.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17079, '2025-11-24 15:28:49', 'W', '128.234.112.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17080, '2025-11-24 15:28:54', 'W', '160.30.179.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17081, '2025-11-24 15:30:17', 'W', '105.160.52.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17082, '2025-11-24 15:30:25', 'W', '31.145.13.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17083, '2025-11-24 15:30:57', 'W', '84.54.73.48', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36', 'Chrome', 'Windows XP'),
(17084, '2025-11-24 15:31:08', 'W', '170.81.156.3', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(17085, '2025-11-24 15:31:09', 'W', '186.68.163.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17086, '2025-11-24 15:32:06', 'W', '165.16.183.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(17087, '2025-11-24 15:32:36', 'W', '38.10.98.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17088, '2025-11-24 15:32:37', 'W', '165.0.184.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17089, '2025-11-24 15:32:57', 'W', '165.227.197.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17090, '2025-11-24 15:32:57', 'W', '190.7.36.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17091, '2025-11-24 15:32:58', 'W', '83.110.7.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17092, '2025-11-24 15:34:31', 'W', '2.187.120.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17093, '2025-11-24 15:34:33', 'W', '167.99.227.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17094, '2025-11-24 15:34:42', 'W', '37.238.91.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17095, '2025-11-24 15:34:43', 'W', '185.234.24.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17096, '2025-11-24 15:35:09', 'W', '103.186.227.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17097, '2025-11-24 15:35:10', 'W', '179.26.56.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17098, '2025-11-24 15:35:34', 'W', '190.97.231.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17099, '2025-11-24 15:36:22', 'W', '177.105.246.54', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(17100, '2025-11-24 15:39:06', 'W', '187.19.227.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17101, '2025-11-24 15:39:06', 'W', '190.123.9.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17102, '2025-11-24 15:39:07', 'W', '38.3.229.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17103, '2025-11-24 15:40:41', 'W', '103.66.148.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17104, '2025-11-24 15:40:43', 'W', '196.250.156.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17105, '2025-11-24 15:40:46', 'W', '189.32.171.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17106, '2025-11-24 15:42:21', 'W', '102.129.75.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17107, '2025-11-24 15:42:22', 'W', '186.236.58.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17108, '2025-11-24 15:42:22', 'W', '129.222.91.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17109, '2025-11-24 15:45:04', 'W', '200.68.167.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17110, '2025-11-24 15:45:06', 'W', '103.168.81.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17111, '2025-11-24 15:45:10', 'W', '49.42.109.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17112, '2025-11-24 15:46:03', 'W', '160.178.208.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17113, '2025-11-24 15:46:05', 'W', '198.163.194.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17114, '2025-11-24 15:46:07', 'W', '187.207.33.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17115, '2025-11-24 15:46:44', 'W', '78.84.42.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17116, '2025-11-24 15:46:46', 'W', '84.54.71.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17117, '2025-11-24 15:46:48', 'W', '185.206.82.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17118, '2025-11-24 15:48:21', 'W', '198.199.68.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17119, '2025-11-24 15:48:22', 'W', '149.109.85.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17120, '2025-11-24 15:48:23', 'W', '154.57.223.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17121, '2025-11-24 15:50:42', 'W', '143.244.145.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17122, '2025-11-24 15:50:43', 'W', '143.244.159.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17123, '2025-11-24 15:50:44', 'W', '143.198.163.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17124, '2025-11-24 15:51:55', 'W', '27.34.70.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17125, '2025-11-24 15:51:56', 'W', '159.223.99.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17126, '2025-11-24 15:52:00', 'W', '39.42.145.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17127, '2025-11-24 15:52:55', 'W', '110.226.163.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17128, '2025-11-24 15:52:56', 'W', '188.161.133.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17129, '2025-11-24 15:52:56', 'W', '94.249.48.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17130, '2025-11-24 15:54:28', 'W', '190.48.121.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17131, '2025-11-24 15:54:30', 'W', '64.227.29.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17132, '2025-11-24 15:54:30', 'W', '189.160.102.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17133, '2025-11-24 15:55:46', 'W', '103.126.219.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17134, '2025-11-24 15:55:46', 'W', '84.54.72.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17135, '2025-11-24 15:55:47', 'W', '179.133.44.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17136, '2025-11-24 15:56:10', 'W', '162.243.165.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17137, '2025-11-24 15:56:10', 'W', '178.136.106.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17138, '2025-11-24 15:56:11', 'W', '201.87.251.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17139, '2025-11-24 15:56:29', 'W', '176.240.14.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17140, '2025-11-24 15:56:30', 'W', '37.114.181.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17141, '2025-11-24 15:58:00', 'W', '103.178.30.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17142, '2025-11-24 15:58:02', 'W', '39.34.134.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17143, '2025-11-24 15:58:09', 'W', '84.54.76.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17144, '2025-11-24 15:58:37', 'W', '37.236.214.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17145, '2025-11-24 15:58:37', 'W', '186.139.129.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17146, '2025-11-24 15:58:37', 'W', '38.3.231.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17147, '2025-11-24 16:01:37', 'W', '103.163.238.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17148, '2025-11-24 16:01:37', 'W', '103.242.217.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17149, '2025-11-24 16:01:37', 'W', '196.235.199.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17150, '2025-11-24 16:02:23', 'W', '17.22.245.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17151, '2025-11-24 16:04:12', 'W', '45.227.148.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17152, '2025-11-24 16:04:15', 'W', '45.186.158.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17153, '2025-11-24 16:04:15', 'W', '165.165.119.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17154, '2025-11-24 16:06:04', 'W', '181.189.34.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17155, '2025-11-24 16:06:06', 'W', '179.117.97.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17156, '2025-11-24 16:06:07', 'W', '49.43.132.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17157, '2025-11-24 16:08:18', 'W', '103.124.251.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17158, '2025-11-24 16:08:18', 'W', '187.188.42.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17159, '2025-11-24 16:08:19', 'W', '161.35.49.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17160, '2025-11-24 16:10:36', 'W', '204.157.177.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17161, '2025-11-24 16:11:34', 'W', '192.162.237.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17162, '2025-11-24 16:22:38', 'W', '14.231.231.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 7'),
(17163, '2025-11-24 16:23:54', 'W', '222.252.151.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(17164, '2025-11-24 16:26:33', 'W', '189.90.234.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(17165, '2025-11-24 16:33:11', 'W', '17.22.245.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17166, '2025-11-24 16:59:13', 'W', '37.205.114.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17167, '2025-11-24 16:59:17', 'W', '187.21.174.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17168, '2025-11-24 16:59:18', 'W', '161.35.103.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17169, '2025-11-24 17:02:42', 'W', '43.173.181.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17170, '2025-11-24 17:07:17', 'W', '18.142.25.163', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(17171, '2025-11-24 17:07:46', 'W', '146.120.248.8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17172, '2025-11-24 17:22:17', 'W', '45.148.10.99', 'Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0', 'Firefox', 'Windows 10'),
(17173, '2025-11-24 17:22:23', 'W', '45.148.10.99', '', 'Unknown Browser', 'Unknown OS Platform'),
(17174, '2025-11-24 17:25:19', 'W', '43.173.180.112', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17175, '2025-11-24 17:26:49', 'W', '177.1.152.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(17176, '2025-11-24 17:27:32', 'W', '179.51.143.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(17177, '2025-11-24 17:27:35', 'W', '121.29.51.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27', 'Chrome', 'Mac OS X'),
(17178, '2025-11-24 17:27:37', 'W', '186.194.175.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(17179, '2025-11-24 17:28:00', 'W', '103.149.1.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17180, '2025-11-24 17:32:00', 'W', '17.241.227.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17181, '2025-11-24 17:36:10', 'W', '14.186.158.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(17182, '2025-11-24 17:36:27', 'W', '103.47.132.1', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17183, '2025-11-24 17:37:53', 'W', '186.134.81.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17184, '2025-11-24 17:38:33', 'W', '43.173.179.81', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17185, '2025-11-24 17:41:14', 'W', '17.246.19.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17186, '2025-11-24 17:44:56', 'W', '169.224.7.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17187, '2025-11-24 17:44:59', 'W', '84.54.72.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17188, '2025-11-24 17:45:10', 'W', '180.191.210.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17189, '2025-11-24 17:50:04', 'W', '103.114.97.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17190, '2025-11-24 17:50:05', 'W', '169.224.17.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17191, '2025-11-24 17:50:06', 'W', '41.66.122.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17192, '2025-11-24 17:55:24', 'W', '43.173.181.20', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17193, '2025-11-24 17:59:20', 'W', '43.174.29.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17194, '2025-11-24 18:12:24', 'W', '165.16.181.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17195, '2025-11-24 18:12:28', 'W', '177.71.100.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17196, '2025-11-24 18:12:35', 'W', '213.230.82.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17197, '2025-11-24 18:21:08', 'W', '51.39.232.107', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/34.0.892.0 Safari/534.0', 'Chrome', 'Linux'),
(17198, '2025-11-24 18:23:32', 'W', '181.97.76.177', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(17199, '2025-11-24 18:23:47', 'W', '17.241.75.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17200, '2025-11-24 18:26:45', 'W', '113.174.97.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(17201, '2025-11-24 18:26:46', 'W', '156.217.233.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Mac OS X'),
(17202, '2025-11-24 18:31:04', 'W', '52.255.111.11', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17203, '2025-11-24 18:31:50', 'W', '113.182.107.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(17204, '2025-11-24 18:32:03', 'W', '181.131.212.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17205, '2025-11-24 18:32:05', 'W', '95.5.188.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17206, '2025-11-24 18:32:08', 'W', '186.219.215.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17207, '2025-11-24 18:32:12', 'W', '138.255.31.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17208, '2025-11-24 18:32:27', 'W', '180.248.27.31', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36', 'Chrome', 'Windows XP'),
(17209, '2025-11-24 18:33:33', 'W', '36.85.221.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', 'Chrome', 'Windows 10'),
(17210, '2025-11-24 18:33:33', 'W', '189.45.175.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(17211, '2025-11-24 18:34:29', 'W', '113.183.216.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Windows 10'),
(17212, '2025-11-24 18:36:26', 'W', '177.45.127.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(17213, '2025-11-24 18:40:30', 'W', '5.255.118.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17214, '2025-11-24 18:51:26', 'W', '186.129.30.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17215, '2025-11-24 18:51:27', 'W', '161.35.59.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17216, '2025-11-24 18:51:28', 'W', '167.56.125.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(17217, '2025-11-24 18:51:31', 'W', '169.224.65.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17218, '2025-11-24 18:51:33', 'W', '201.37.87.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17219, '2025-11-24 18:51:33', 'W', '176.29.56.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17220, '2025-11-24 18:51:37', 'W', '37.114.183.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17221, '2025-11-24 18:51:38', 'W', '152.231.189.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17222, '2025-11-24 18:51:41', 'W', '106.206.238.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17223, '2025-11-24 18:51:53', 'W', '106.76.95.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17224, '2025-11-24 18:53:54', 'W', '159.89.48.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17225, '2025-11-24 18:53:58', 'W', '37.205.112.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17226, '2025-11-24 18:54:04', 'W', '45.65.224.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17227, '2025-11-24 18:54:21', 'W', '17.22.245.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17228, '2025-11-24 18:54:45', 'W', '187.109.203.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17229, '2025-11-24 19:00:15', 'W', '40.77.167.33', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(17230, '2025-11-24 19:22:53', 'W', '38.41.196.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17231, '2025-11-24 19:23:01', 'W', '188.72.46.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17232, '2025-11-24 19:23:04', 'W', '168.181.198.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17233, '2025-11-24 19:23:06', 'W', '157.230.219.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17234, '2025-11-24 19:24:57', 'W', '109.236.93.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17235, '2025-11-24 19:25:46', 'W', '45.5.100.237', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(17236, '2025-11-24 19:29:39', 'W', '179.98.213.69', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Windows 7'),
(17237, '2025-11-24 19:33:13', 'W', '201.34.241.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(17238, '2025-11-24 19:37:04', 'W', '177.45.91.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(17239, '2025-11-24 19:37:30', 'W', '43.173.181.62', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17240, '2025-11-24 19:38:46', 'A', '45.234.227.200', 'Mozilla/5.0 (Android 2.3; Mobile; rv:34.0) Gecko/34.0 Firefox/34.0', 'Handheld Browser', 'Android'),
(17241, '2025-11-24 19:41:44', 'W', '17.241.219.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17242, '2025-11-24 19:42:14', 'W', '45.234.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17243, '2025-11-24 19:42:16', 'W', '94.54.28.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17244, '2025-11-24 19:42:23', 'W', '5.110.140.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17245, '2025-11-24 19:42:27', 'W', '2.76.103.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17246, '2025-11-24 19:45:38', 'W', '193.187.128.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(17247, '2025-11-24 19:47:06', 'W', '103.25.92.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17248, '2025-11-24 19:59:01', 'W', '185.89.157.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17249, '2025-11-24 19:59:02', 'W', '200.107.64.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17250, '2025-11-24 19:59:03', 'W', '46.211.170.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17251, '2025-11-24 19:59:05', 'W', '116.71.11.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17252, '2025-11-24 19:59:42', 'W', '213.230.92.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17253, '2025-11-24 19:59:48', 'W', '190.231.187.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17254, '2025-11-24 19:59:48', 'W', '46.2.135.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17255, '2025-11-24 19:59:59', 'W', '185.158.22.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17256, '2025-11-24 20:00:22', 'W', '179.189.44.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17257, '2025-11-24 20:00:22', 'W', '77.234.225.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17258, '2025-11-24 20:00:32', 'W', '45.140.24.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17259, '2025-11-24 20:02:32', 'W', '187.189.95.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17260, '2025-11-24 20:02:45', 'W', '186.1.175.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17261, '2025-11-24 20:02:50', 'W', '181.173.5.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17262, '2025-11-24 20:02:52', 'W', '41.24.24.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17263, '2025-11-24 20:05:18', 'W', '186.214.61.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17264, '2025-11-24 20:05:20', 'W', '196.207.227.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17265, '2025-11-24 20:05:21', 'W', '177.101.109.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17266, '2025-11-24 20:05:23', 'W', '103.69.96.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(17267, '2025-11-24 20:05:25', 'W', '185.14.249.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17268, '2025-11-24 20:07:49', 'W', '190.93.193.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17269, '2025-11-24 20:07:51', 'W', '181.234.211.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17270, '2025-11-24 20:07:52', 'W', '177.4.178.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17271, '2025-11-24 20:07:52', 'W', '131.100.202.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17272, '2025-11-24 20:11:10', 'W', '167.71.17.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17273, '2025-11-24 20:11:11', 'W', '190.60.61.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17274, '2025-11-24 20:11:12', 'W', '189.61.184.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17275, '2025-11-24 20:11:16', 'W', '181.94.226.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17276, '2025-11-24 20:11:50', 'W', '172.213.21.115', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17277, '2025-11-24 20:11:53', 'W', '172.213.21.117', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17278, '2025-11-24 20:13:33', 'W', '51.211.35.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17279, '2025-11-24 20:13:36', 'W', '177.71.24.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17280, '2025-11-24 20:13:37', 'W', '170.246.157.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17281, '2025-11-24 20:16:26', 'W', '201.182.184.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17282, '2025-11-24 20:16:30', 'W', '105.156.61.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17283, '2025-11-24 20:16:34', 'W', '157.100.61.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17284, '2025-11-24 20:16:40', 'W', '177.36.216.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17285, '2025-11-24 20:17:47', 'W', '187.19.255.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17286, '2025-11-24 20:17:48', 'W', '67.207.86.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17287, '2025-11-24 20:17:50', 'W', '197.205.247.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17288, '2025-11-24 20:17:52', 'W', '41.90.172.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17289, '2025-11-24 20:18:18', 'W', '157.245.255.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17290, '2025-11-24 20:18:18', 'W', '170.84.159.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17291, '2025-11-24 20:18:20', 'W', '159.65.234.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17292, '2025-11-24 20:18:21', 'W', '92.241.37.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17293, '2025-11-24 20:19:28', 'W', '2.190.196.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17294, '2025-11-24 20:19:31', 'W', '181.46.68.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17295, '2025-11-24 20:19:34', 'W', '41.83.97.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17296, '2025-11-24 20:19:35', 'W', '177.32.90.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17297, '2025-11-24 20:20:01', 'W', '191.239.245.31', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17298, '2025-11-24 20:20:20', 'W', '181.127.241.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17299, '2025-11-24 20:20:23', 'W', '188.53.177.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17300, '2025-11-24 20:20:25', 'W', '190.206.84.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17301, '2025-11-24 20:20:26', 'W', '102.219.208.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17302, '2025-11-24 20:21:13', 'W', '17.246.15.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17303, '2025-11-24 20:21:46', 'W', '170.84.216.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17304, '2025-11-24 20:21:49', 'W', '177.55.231.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17305, '2025-11-24 20:21:49', 'W', '179.105.47.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17306, '2025-11-24 20:21:53', 'W', '45.185.35.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17307, '2025-11-24 20:23:52', 'W', '160.176.115.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17308, '2025-11-24 20:23:54', 'W', '181.44.130.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17309, '2025-11-24 20:23:55', 'W', '83.171.207.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17310, '2025-11-24 20:23:57', 'W', '167.250.75.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17311, '2025-11-24 20:24:56', 'W', '206.189.203.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17312, '2025-11-24 20:24:56', 'W', '45.172.60.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17313, '2025-11-24 20:24:56', 'W', '92.253.224.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17314, '2025-11-24 20:24:59', 'W', '170.238.196.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17315, '2025-11-24 20:25:22', 'W', '24.199.85.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17316, '2025-11-24 20:25:24', 'W', '38.3.192.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17317, '2025-11-24 20:25:24', 'W', '170.81.93.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17318, '2025-11-24 20:25:30', 'W', '189.101.58.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17319, '2025-11-24 20:27:24', 'W', '168.205.42.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17320, '2025-11-24 20:27:25', 'W', '24.144.122.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17321, '2025-11-24 20:27:28', 'W', '105.168.212.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17322, '2025-11-24 20:27:45', 'W', '37.236.0.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17323, '2025-11-24 20:28:02', 'W', '92.44.27.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17324, '2025-11-24 20:29:29', 'W', '152.59.37.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(17325, '2025-11-24 20:29:41', 'W', '176.237.196.170', 'Opera/8.20.(Windows NT 5.2; uz-UZ) Presto/2.9.167 Version/10.00', 'Opera', 'Windows Server 2003/XP x64'),
(17326, '2025-11-24 20:30:24', 'W', '151.250.79.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17327, '2025-11-24 20:30:27', 'W', '45.167.209.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17328, '2025-11-24 20:30:28', 'W', '102.220.210.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17329, '2025-11-24 20:30:32', 'W', '186.195.142.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17330, '2025-11-24 20:31:30', 'W', '105.154.73.231', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 8.1'),
(17331, '2025-11-24 20:32:37', 'W', '177.143.74.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17332, '2025-11-24 20:32:40', 'W', '38.41.40.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17333, '2025-11-24 20:32:43', 'W', '14.191.140.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17334, '2025-11-24 20:32:47', 'W', '186.55.28.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17335, '2025-11-24 20:33:01', 'W', '177.75.61.106', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 8.1'),
(17336, '2025-11-24 20:34:00', 'W', '105.101.87.24', 'Mozilla/5.0 (X11; CrOS i686 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(17337, '2025-11-24 20:34:19', 'W', '105.72.131.155', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(17338, '2025-11-24 20:34:38', 'W', '74.7.229.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(17339, '2025-11-24 20:35:01', 'W', '179.63.104.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17340, '2025-11-24 20:35:04', 'W', '66.118.174.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17341, '2025-11-24 20:35:05', 'W', '190.140.210.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17342, '2025-11-24 20:35:08', 'W', '201.177.8.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17343, '2025-11-24 20:36:35', 'W', '201.138.213.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17344, '2025-11-24 20:36:35', 'W', '191.242.51.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17345, '2025-11-24 20:36:38', 'W', '68.183.120.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17346, '2025-11-24 20:36:38', 'W', '68.183.108.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17347, '2025-11-24 20:36:58', 'W', '17.22.245.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17348, '2025-11-24 20:39:30', 'W', '202.165.250.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17349, '2025-11-24 20:39:32', 'W', '177.53.175.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17350, '2025-11-24 20:41:03', 'W', '74.7.36.93', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17351, '2025-11-24 20:41:17', 'W', '147.182.164.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17352, '2025-11-24 20:41:20', 'W', '191.37.196.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17353, '2025-11-24 20:41:22', 'W', '41.123.227.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17354, '2025-11-24 20:41:30', 'W', '186.73.146.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17355, '2025-11-24 20:43:01', 'W', '156.212.233.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17356, '2025-11-24 20:43:03', 'W', '177.82.60.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17357, '2025-11-24 20:43:04', 'W', '202.164.207.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17358, '2025-11-24 20:43:09', 'W', '170.244.52.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17359, '2025-11-24 20:44:37', 'W', '159.223.183.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17360, '2025-11-24 20:44:39', 'W', '169.224.97.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17361, '2025-11-24 20:44:39', 'W', '91.72.55.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17362, '2025-11-24 20:44:41', 'W', '151.255.60.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17363, '2025-11-24 20:48:20', 'W', '94.249.49.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17364, '2025-11-24 20:48:22', 'W', '170.78.119.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17365, '2025-11-24 20:48:26', 'W', '88.238.59.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17366, '2025-11-24 20:48:34', 'W', '46.100.87.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17367, '2025-11-24 20:49:27', 'W', '67.205.142.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17368, '2025-11-24 20:49:30', 'W', '179.124.182.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17369, '2025-11-24 20:49:32', 'W', '174.138.41.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17370, '2025-11-24 20:49:34', 'W', '197.185.162.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17371, '2025-11-24 20:50:22', 'W', '170.81.211.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17372, '2025-11-24 20:50:22', 'W', '186.250.112.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17373, '2025-11-24 20:50:24', 'W', '91.218.89.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17374, '2025-11-24 20:50:24', 'W', '38.171.56.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17375, '2025-11-24 20:54:10', 'W', '168.0.46.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17376, '2025-11-24 20:54:10', 'W', '146.190.65.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17377, '2025-11-24 20:54:11', 'W', '95.111.15.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17378, '2025-11-24 20:54:12', 'W', '177.190.86.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17379, '2025-11-24 20:55:40', 'W', '186.193.153.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17380, '2025-11-24 20:55:46', 'W', '213.230.93.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17381, '2025-11-24 20:55:48', 'W', '41.143.20.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17382, '2025-11-24 20:55:52', 'W', '204.157.182.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17383, '2025-11-24 20:55:52', 'W', '78.177.142.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17384, '2025-11-24 20:57:15', 'W', '17.246.19.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17385, '2025-11-24 20:58:04', 'W', '190.142.192.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17386, '2025-11-24 20:58:04', 'W', '154.65.122.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17387, '2025-11-24 20:58:06', 'W', '45.162.214.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17388, '2025-11-24 20:58:09', 'W', '185.197.131.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17389, '2025-11-24 21:00:18', 'W', '167.249.231.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17390, '2025-11-24 21:00:22', 'W', '164.163.150.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17391, '2025-11-24 21:00:23', 'W', '168.181.209.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17392, '2025-11-24 21:00:29', 'W', '176.117.104.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17393, '2025-11-24 21:01:55', 'W', '102.90.118.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17394, '2025-11-24 21:01:56', 'W', '177.181.5.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17395, '2025-11-24 21:01:57', 'W', '37.36.135.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17396, '2025-11-24 21:01:58', 'W', '201.177.12.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17397, '2025-11-24 21:04:23', 'W', '181.59.2.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17398, '2025-11-24 21:04:28', 'W', '41.56.177.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17399, '2025-11-24 21:04:28', 'W', '177.189.46.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17400, '2025-11-24 21:04:30', 'W', '85.154.179.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17401, '2025-11-24 21:05:26', 'W', '103.25.240.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17402, '2025-11-24 21:05:29', 'W', '89.35.44.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17403, '2025-11-24 21:05:30', 'W', '102.176.101.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17404, '2025-11-24 21:05:31', 'W', '138.97.163.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17405, '2025-11-24 21:07:21', 'W', '178.77.148.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17406, '2025-11-24 21:07:23', 'W', '138.117.97.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17407, '2025-11-24 21:07:27', 'W', '45.162.251.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17408, '2025-11-24 21:07:30', 'W', '200.52.233.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17409, '2025-11-24 21:09:17', 'W', '88.230.5.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17410, '2025-11-24 21:09:22', 'W', '196.177.118.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17411, '2025-11-24 21:09:23', 'W', '213.230.87.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17412, '2025-11-24 21:09:26', 'W', '199.74.190.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17413, '2025-11-24 21:09:34', 'W', '212.126.124.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17414, '2025-11-24 21:11:04', 'W', '202.142.155.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17415, '2025-11-24 21:11:12', 'W', '154.161.124.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17416, '2025-11-24 21:11:16', 'W', '37.111.4.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17417, '2025-11-24 21:11:24', 'W', '17.241.219.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17418, '2025-11-24 21:12:43', 'W', '67.205.167.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17419, '2025-11-24 21:12:44', 'W', '37.239.65.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17420, '2025-11-24 21:12:45', 'W', '102.0.15.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17421, '2025-11-24 21:12:46', 'W', '170.244.58.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17422, '2025-11-24 21:14:18', 'W', '88.227.176.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17423, '2025-11-24 21:14:20', 'W', '192.109.217.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17424, '2025-11-24 21:14:22', 'W', '151.244.147.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17425, '2025-11-24 21:14:33', 'W', '41.116.255.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17426, '2025-11-24 21:16:07', 'W', '200.123.53.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17427, '2025-11-24 21:16:07', 'W', '192.141.142.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17428, '2025-11-24 21:16:09', 'W', '186.53.193.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17429, '2025-11-24 21:16:16', 'W', '17.246.23.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17430, '2025-11-24 21:16:22', 'W', '45.190.5.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17431, '2025-11-24 21:18:14', 'W', '146.174.191.252', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.462.0 Safari/534.3', 'Chrome', 'Linux'),
(17432, '2025-11-24 21:18:31', 'W', '102.207.2.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17433, '2025-11-24 21:18:34', 'W', '194.107.178.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17434, '2025-11-24 21:18:34', 'W', '181.233.16.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17435, '2025-11-24 21:18:47', 'W', '45.228.189.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17436, '2025-11-24 21:18:51', 'W', '177.71.24.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17437, '2025-11-24 21:18:52', 'W', '179.125.133.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17438, '2025-11-24 21:19:03', 'W', '181.23.23.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17439, '2025-11-24 21:19:39', 'W', '160.20.64.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17440, '2025-11-24 21:20:21', 'W', '201.33.70.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17441, '2025-11-24 21:20:22', 'W', '150.228.135.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17442, '2025-11-24 21:20:25', 'W', '177.124.100.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17443, '2025-11-24 21:21:24', 'W', '169.224.24.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17444, '2025-11-24 21:21:24', 'W', '187.32.16.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17445, '2025-11-24 21:21:24', 'W', '177.37.22.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17446, '2025-11-24 21:21:26', 'W', '78.190.160.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17447, '2025-11-24 21:23:02', 'W', '202.51.216.108', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(17448, '2025-11-24 21:23:04', 'A', '202.51.216.108', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'Chrome', 'Android'),
(17449, '2025-11-24 21:24:18', 'W', '188.163.13.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17450, '2025-11-24 21:24:30', 'W', '159.223.167.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17451, '2025-11-24 21:24:33', 'W', '141.98.140.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17452, '2025-11-24 21:24:37', 'W', '37.105.198.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17453, '2025-11-24 21:24:40', 'W', '152.156.105.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17454, '2025-11-24 21:25:44', 'W', '182.253.51.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 10'),
(17455, '2025-11-24 21:26:08', 'W', '45.238.3.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17456, '2025-11-24 21:26:10', 'W', '143.198.168.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17457, '2025-11-24 21:26:11', 'W', '190.180.177.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17458, '2025-11-24 21:26:12', 'W', '157.230.190.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17459, '2025-11-24 21:26:37', 'W', '179.109.172.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(17460, '2025-11-24 21:28:02', 'W', '2.90.69.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17461, '2025-11-24 21:28:03', 'W', '196.127.129.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17462, '2025-11-24 21:28:06', 'W', '85.117.110.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17463, '2025-11-24 21:28:07', 'W', '190.141.104.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17464, '2025-11-24 21:29:10', 'W', '197.59.47.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(17465, '2025-11-24 21:30:16', 'W', '174.138.40.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17466, '2025-11-24 21:30:17', 'W', '177.101.186.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17467, '2025-11-24 21:30:18', 'W', '72.27.166.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17468, '2025-11-24 21:30:19', 'W', '185.206.126.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17469, '2025-11-24 21:31:47', 'W', '68.221.75.31', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17470, '2025-11-24 21:32:03', 'W', '5.155.10.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(17471, '2025-11-24 21:32:08', 'W', '109.163.178.77', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(17472, '2025-11-24 21:33:23', 'W', '14.180.103.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Mac OS X'),
(17473, '2025-11-24 21:35:54', 'W', '167.250.27.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(17474, '2025-11-24 21:35:54', 'W', '152.231.180.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17475, '2025-11-24 21:35:56', 'W', '177.55.181.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17476, '2025-11-24 21:35:56', 'W', '200.75.121.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17477, '2025-11-24 21:38:14', 'W', '177.230.132.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17478, '2025-11-24 21:38:15', 'W', '177.239.39.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17479, '2025-11-24 21:38:31', 'W', '45.163.3.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17480, '2025-11-24 21:39:35', 'W', '178.137.141.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17481, '2025-11-24 21:39:37', 'W', '181.46.160.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17482, '2025-11-24 21:39:39', 'W', '181.46.136.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17483, '2025-11-24 21:39:41', 'W', '146.255.74.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17484, '2025-11-24 21:40:49', 'W', '196.189.224.24', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(17485, '2025-11-24 21:43:35', 'W', '179.96.165.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17486, '2025-11-24 21:43:36', 'W', '177.184.110.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17487, '2025-11-24 21:43:38', 'W', '78.173.95.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17488, '2025-11-24 21:43:38', 'W', '38.25.162.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17489, '2025-11-24 21:45:28', 'W', '181.126.35.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17490, '2025-11-24 21:45:28', 'W', '147.182.162.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17491, '2025-11-24 21:45:29', 'W', '91.186.248.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17492, '2025-11-24 21:45:34', 'W', '94.158.58.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17493, '2025-11-24 21:47:31', 'W', '17.246.15.122', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17494, '2025-11-24 21:48:04', 'W', '165.165.113.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17495, '2025-11-24 21:48:07', 'W', '45.166.4.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17496, '2025-11-24 21:48:08', 'W', '186.61.63.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17497, '2025-11-24 21:48:11', 'W', '186.92.212.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17498, '2025-11-24 21:49:52', 'W', '102.69.235.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17499, '2025-11-24 21:49:55', 'W', '181.225.47.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17500, '2025-11-24 21:49:57', 'W', '181.116.249.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17501, '2025-11-24 21:49:57', 'W', '38.41.2.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17502, '2025-11-24 21:51:30', 'W', '190.94.213.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17503, '2025-11-24 21:51:33', 'W', '181.199.44.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17504, '2025-11-24 21:51:39', 'W', '200.150.253.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17505, '2025-11-24 21:51:45', 'W', '200.105.158.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17506, '2025-11-24 21:53:39', 'W', '181.91.71.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17507, '2025-11-24 21:53:40', 'W', '45.224.198.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17508, '2025-11-24 21:53:41', 'W', '45.233.35.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17509, '2025-11-24 21:53:43', 'W', '212.50.43.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17510, '2025-11-24 21:55:15', 'W', '94.249.80.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17511, '2025-11-24 21:55:17', 'W', '178.81.212.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17512, '2025-11-24 21:55:20', 'W', '195.62.50.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17513, '2025-11-24 21:55:21', 'W', '170.83.2.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17514, '2025-11-24 21:56:49', 'W', '38.3.192.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17515, '2025-11-24 21:56:52', 'W', '201.68.109.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17516, '2025-11-24 21:56:54', 'W', '200.46.55.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17517, '2025-11-24 21:56:55', 'W', '201.69.143.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17518, '2025-11-24 21:58:16', 'W', '177.152.94.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17519, '2025-11-24 21:58:16', 'W', '102.189.151.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17520, '2025-11-24 21:58:17', 'W', '177.152.82.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17521, '2025-11-24 21:58:17', 'W', '92.249.50.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17522, '2025-11-24 22:01:16', 'W', '191.103.86.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17523, '2025-11-24 22:01:19', 'W', '170.231.120.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17524, '2025-11-24 22:01:19', 'W', '201.177.131.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17525, '2025-11-24 22:01:23', 'W', '190.15.201.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17526, '2025-11-24 22:02:58', 'W', '78.179.19.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17527, '2025-11-24 22:03:00', 'W', '176.42.170.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17528, '2025-11-24 22:03:00', 'W', '72.27.65.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17529, '2025-11-24 22:03:02', 'W', '143.208.43.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17530, '2025-11-24 22:04:17', 'W', '186.23.28.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17531, '2025-11-24 22:04:20', 'W', '201.217.120.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17532, '2025-11-24 22:04:21', 'W', '41.34.157.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17533, '2025-11-24 22:04:25', 'W', '181.77.207.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17534, '2025-11-24 22:06:19', 'W', '179.1.125.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17535, '2025-11-24 22:06:20', 'W', '177.130.241.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17536, '2025-11-24 22:06:20', 'W', '159.223.109.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17537, '2025-11-24 22:06:22', 'W', '116.204.143.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17538, '2025-11-24 22:07:02', 'W', '196.75.138.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17539, '2025-11-24 22:07:03', 'W', '190.114.37.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17540, '2025-11-24 22:07:05', 'W', '197.221.125.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17541, '2025-11-24 22:07:05', 'W', '197.245.95.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17542, '2025-11-24 22:10:22', 'W', '160.179.11.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17543, '2025-11-24 22:10:24', 'W', '206.189.227.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17544, '2025-11-24 22:10:24', 'W', '45.160.166.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17545, '2025-11-24 22:10:25', 'W', '190.97.237.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17546, '2025-11-24 22:11:38', 'W', '169.224.1.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17547, '2025-11-24 22:11:41', 'W', '38.41.188.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17548, '2025-11-24 22:11:42', 'W', '201.153.200.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17549, '2025-11-24 22:11:44', 'W', '149.78.235.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17550, '2025-11-24 22:11:57', 'W', '17.241.75.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17551, '2025-11-24 22:12:16', 'W', '37.238.4.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17552, '2025-11-24 22:12:20', 'W', '84.54.90.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17553, '2025-11-24 22:12:21', 'W', '186.128.55.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17554, '2025-11-24 22:12:30', 'W', '181.42.221.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17555, '2025-11-24 22:14:24', 'W', '177.45.8.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17556, '2025-11-24 22:14:26', 'W', '39.60.245.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17557, '2025-11-24 22:14:31', 'W', '200.82.143.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17558, '2025-11-24 22:14:33', 'W', '165.51.45.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17559, '2025-11-24 22:16:10', 'W', '189.90.28.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17560, '2025-11-24 22:16:12', 'W', '104.248.57.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17561, '2025-11-24 22:16:14', 'W', '186.249.185.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17562, '2025-11-24 22:16:17', 'W', '82.197.48.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17563, '2025-11-24 22:20:13', 'W', '201.185.38.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17564, '2025-11-24 22:20:22', 'W', '186.122.11.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17565, '2025-11-24 22:20:24', 'W', '167.57.37.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17566, '2025-11-24 22:20:28', 'W', '131.221.64.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17567, '2025-11-24 22:23:49', 'W', '160.164.143.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(17568, '2025-11-24 22:28:46', 'W', '45.172.37.97', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 7'),
(17569, '2025-11-24 22:30:31', 'W', '197.147.60.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(17570, '2025-11-24 22:31:56', 'W', '201.71.134.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4591.54 Safari/537.36', 'Chrome', 'Windows 10'),
(17571, '2025-11-24 22:31:57', 'W', '197.94.214.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(17572, '2025-11-24 22:36:33', 'W', '45.234.82.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.26 Safari/537.36', 'Chrome', 'Windows 10'),
(17573, '2025-11-24 22:36:55', 'W', '105.111.201.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Mac OS X'),
(17574, '2025-11-24 22:42:19', 'A', '66.249.92.168', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(17575, '2025-11-24 23:13:35', 'W', '17.22.245.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17576, '2025-11-24 23:14:30', 'W', '87.250.224.27', 'Mozilla/5.0 (compatible; YaDirectFetcher/1.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(17577, '2025-11-24 23:14:32', 'W', '95.108.213.149', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(17578, '2025-11-24 23:17:08', 'W', '45.6.28.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17579, '2025-11-24 23:17:08', 'W', '189.78.88.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17580, '2025-11-24 23:17:11', 'W', '129.224.209.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17581, '2025-11-24 23:17:14', 'W', '171.250.166.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17582, '2025-11-24 23:18:39', 'W', '17.241.227.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17583, '2025-11-24 23:20:03', 'W', '186.57.118.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17584, '2025-11-24 23:20:06', 'W', '190.120.248.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17585, '2025-11-24 23:20:06', 'W', '201.220.137.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17586, '2025-11-24 23:20:33', 'W', '87.250.224.40', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(17587, '2025-11-24 23:21:22', 'W', '205.164.106.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17588, '2025-11-24 23:21:25', 'W', '181.59.3.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17589, '2025-11-24 23:21:25', 'W', '186.219.180.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17590, '2025-11-24 23:21:27', 'W', '190.104.35.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17591, '2025-11-24 23:23:48', 'W', '177.85.127.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17592, '2025-11-24 23:23:51', 'W', '138.0.190.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17593, '2025-11-24 23:23:54', 'W', '46.2.132.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17594, '2025-11-24 23:23:58', 'W', '190.97.254.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17595, '2025-11-24 23:24:40', 'W', '47.146.55.222', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_2 rv:4.0; es-PA) AppleWebKit/535.20.3 (KHTML, like Gecko) Version/5.0 Safari/535.20.3', 'Safari', 'Mac OS X'),
(17596, '2025-11-24 23:25:24', 'W', '190.55.253.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17597, '2025-11-24 23:25:27', 'W', '41.83.88.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17598, '2025-11-24 23:25:33', 'W', '185.225.40.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17599, '2025-11-24 23:28:52', 'W', '179.108.2.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(17600, '2025-11-24 23:32:34', 'W', '165.22.12.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17601, '2025-11-24 23:32:34', 'W', '38.52.143.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17602, '2025-11-24 23:32:35', 'W', '179.189.130.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17603, '2025-11-24 23:32:37', 'W', '185.95.205.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17604, '2025-11-24 23:33:56', 'W', '179.9.79.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(17605, '2025-11-24 23:33:57', 'W', '190.97.251.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17606, '2025-11-24 23:33:58', 'W', '147.182.166.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17607, '2025-11-24 23:33:58', 'W', '45.189.234.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17608, '2025-11-24 23:33:59', 'W', '17.246.23.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17609, '2025-11-24 23:34:02', 'W', '191.187.36.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17610, '2025-11-24 23:35:34', 'W', '41.251.14.216', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_7; rv:1.9.5.20) Gecko/4398-05-11 23:41:07.574509 Firefox/3.8', 'Firefox', 'Mac OS X'),
(17611, '2025-11-24 23:38:18', 'W', '103.112.52.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17612, '2025-11-24 23:38:20', 'W', '38.248.158.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17613, '2025-11-24 23:38:22', 'W', '187.35.2.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17614, '2025-11-24 23:38:26', 'W', '37.114.181.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17615, '2025-11-24 23:40:38', 'W', '201.231.250.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17616, '2025-11-24 23:40:39', 'W', '181.170.179.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17617, '2025-11-24 23:40:42', 'W', '152.254.173.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17618, '2025-11-24 23:40:52', 'W', '186.192.183.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17619, '2025-11-24 23:42:24', 'W', '102.187.218.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17620, '2025-11-24 23:42:25', 'W', '181.78.116.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17621, '2025-11-24 23:42:29', 'W', '181.199.44.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17622, '2025-11-24 23:42:29', 'W', '123.31.103.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17623, '2025-11-24 23:43:40', 'W', '45.185.231.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(17624, '2025-11-24 23:43:49', 'W', '178.81.13.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17625, '2025-11-24 23:43:50', 'W', '157.230.225.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17626, '2025-11-24 23:43:52', 'W', '112.209.171.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17627, '2025-11-24 23:47:55', 'W', '45.179.70.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17628, '2025-11-24 23:47:57', 'W', '201.148.244.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17629, '2025-11-24 23:47:57', 'W', '181.232.183.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17630, '2025-11-24 23:47:58', 'W', '189.106.16.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17631, '2025-11-24 23:48:01', 'W', '99.35.102.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17632, '2025-11-24 23:51:18', 'W', '147.182.183.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17633, '2025-11-24 23:51:20', 'W', '165.16.181.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17634, '2025-11-24 23:51:21', 'W', '191.5.84.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17635, '2025-11-24 23:51:23', 'W', '169.224.106.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17636, '2025-11-24 23:51:28', 'W', '45.174.149.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17637, '2025-11-24 23:53:12', 'W', '191.191.11.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17638, '2025-11-24 23:53:16', 'W', '181.189.30.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17639, '2025-11-24 23:53:20', 'W', '45.178.168.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17640, '2025-11-24 23:53:22', 'W', '142.93.115.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17641, '2025-11-24 23:53:24', 'W', '38.166.228.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17642, '2025-11-24 23:54:07', 'W', '17.246.19.182', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17643, '2025-11-24 23:54:36', 'W', '197.37.116.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17644, '2025-11-24 23:54:37', 'W', '186.19.62.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17645, '2025-11-24 23:54:37', 'W', '177.125.24.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17646, '2025-11-24 23:54:38', 'W', '185.93.91.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17647, '2025-11-24 23:54:39', 'W', '168.232.225.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17648, '2025-11-24 23:55:14', 'W', '186.76.247.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17649, '2025-11-24 23:55:16', 'W', '167.172.155.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17650, '2025-11-24 23:55:16', 'W', '179.106.62.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17651, '2025-11-24 23:55:17', 'W', '187.90.236.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17652, '2025-11-24 23:55:18', 'W', '190.136.57.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17653, '2025-11-24 23:55:51', 'W', '67.205.133.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17654, '2025-11-24 23:55:54', 'W', '41.251.100.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17655, '2025-11-24 23:55:54', 'W', '186.23.179.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17656, '2025-11-24 23:55:55', 'W', '45.187.111.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17657, '2025-11-24 23:55:56', 'W', '190.97.249.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17658, '2025-11-24 23:57:39', 'W', '177.39.159.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17659, '2025-11-24 23:57:39', 'W', '27.123.137.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17660, '2025-11-24 23:57:41', 'W', '177.143.178.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17661, '2025-11-24 23:57:41', 'W', '206.0.163.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17662, '2025-11-24 23:57:43', 'W', '45.228.136.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17663, '2025-11-24 23:58:29', 'W', '159.223.164.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17664, '2025-11-24 23:58:33', 'W', '45.70.116.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17665, '2025-11-24 23:58:33', 'W', '5.246.66.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17666, '2025-11-24 23:58:34', 'W', '191.189.8.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17667, '2025-11-24 23:58:39', 'W', '138.59.225.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17668, '2025-11-25 00:00:18', 'W', '161.35.55.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17669, '2025-11-25 00:00:18', 'W', '17.241.227.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17670, '2025-11-25 00:00:19', 'W', '160.238.202.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17671, '2025-11-25 00:00:20', 'W', '185.206.124.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17672, '2025-11-25 00:00:20', 'W', '45.188.167.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17673, '2025-11-25 00:00:22', 'W', '212.58.102.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17674, '2025-11-25 00:01:45', 'W', '213.230.74.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17675, '2025-11-25 00:01:45', 'W', '38.222.172.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17676, '2025-11-25 00:01:48', 'W', '24.144.123.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17677, '2025-11-25 00:01:51', 'W', '45.188.121.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17678, '2025-11-25 00:02:01', 'W', '190.120.245.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17679, '2025-11-25 00:02:05', 'W', '38.159.55.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17680, '2025-11-25 00:02:08', 'W', '103.191.99.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17681, '2025-11-25 00:02:09', 'W', '200.189.28.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17682, '2025-11-25 00:02:12', 'W', '138.118.203.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17683, '2025-11-25 00:04:08', 'W', '38.183.236.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17684, '2025-11-25 00:04:09', 'W', '157.245.94.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17685, '2025-11-25 00:04:11', 'W', '162.243.165.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17686, '2025-11-25 00:04:11', 'W', '200.8.77.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17687, '2025-11-25 00:04:12', 'W', '179.209.141.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17688, '2025-11-25 00:04:29', 'W', '157.45.32.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17689, '2025-11-25 00:05:54', 'W', '181.1.243.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17690, '2025-11-25 00:05:59', 'W', '137.184.145.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17691, '2025-11-25 00:06:00', 'W', '41.75.65.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17692, '2025-11-25 00:06:01', 'W', '167.172.129.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17693, '2025-11-25 00:06:02', 'W', '186.96.254.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17694, '2025-11-25 00:08:53', 'W', '189.140.96.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17695, '2025-11-25 00:08:55', 'W', '170.244.215.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17696, '2025-11-25 00:08:56', 'W', '190.226.240.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17697, '2025-11-25 00:09:00', 'W', '51.36.197.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17698, '2025-11-25 00:09:02', 'W', '216.98.214.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17699, '2025-11-25 00:10:25', 'W', '186.48.165.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17700, '2025-11-25 00:10:26', 'W', '38.3.195.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17701, '2025-11-25 00:10:26', 'W', '178.80.164.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17702, '2025-11-25 00:10:29', 'W', '154.254.158.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17703, '2025-11-25 00:10:30', 'W', '181.46.57.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17704, '2025-11-25 00:11:41', 'W', '181.78.14.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17705, '2025-11-25 00:11:42', 'W', '168.232.162.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17706, '2025-11-25 00:11:42', 'W', '200.61.172.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17707, '2025-11-25 00:11:45', 'W', '181.46.137.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17708, '2025-11-25 00:11:47', 'W', '186.177.191.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17709, '2025-11-25 00:12:20', 'W', '177.140.101.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17710, '2025-11-25 00:12:23', 'W', '165.22.185.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17711, '2025-11-25 00:12:24', 'W', '64.227.17.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17712, '2025-11-25 00:12:24', 'W', '136.228.174.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17713, '2025-11-25 00:12:26', 'W', '157.230.235.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17714, '2025-11-25 00:14:14', 'W', '185.46.76.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17715, '2025-11-25 00:14:15', 'W', '45.190.211.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17716, '2025-11-25 00:14:16', 'W', '196.117.19.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17717, '2025-11-25 00:14:17', 'W', '187.72.61.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17718, '2025-11-25 00:14:30', 'W', '102.89.22.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17719, '2025-11-25 00:15:30', 'W', '138.122.150.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17720, '2025-11-25 00:15:30', 'W', '189.113.230.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17721, '2025-11-25 00:15:31', 'W', '186.139.141.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17722, '2025-11-25 00:15:33', 'W', '189.155.100.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17723, '2025-11-25 00:15:34', 'W', '45.112.44.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17724, '2025-11-25 00:16:19', 'W', '38.171.39.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17725, '2025-11-25 00:16:23', 'W', '102.209.223.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17726, '2025-11-25 00:16:24', 'W', '177.200.39.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17727, '2025-11-25 00:16:26', 'W', '180.190.127.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17728, '2025-11-25 00:18:44', 'W', '138.59.131.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17729, '2025-11-25 00:18:46', 'W', '157.245.135.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17730, '2025-11-25 00:18:46', 'W', '179.42.142.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17731, '2025-11-25 00:18:48', 'W', '179.6.138.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(17732, '2025-11-25 00:18:48', 'W', '190.99.246.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17733, '2025-11-25 00:19:33', 'W', '52.167.144.234', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(17734, '2025-11-25 00:20:09', 'W', '17.241.227.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17735, '2025-11-25 00:20:25', 'W', '87.238.208.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17736, '2025-11-25 00:20:27', 'W', '191.0.104.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17737, '2025-11-25 00:20:28', 'W', '181.14.219.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17738, '2025-11-25 00:20:28', 'W', '186.151.98.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17739, '2025-11-25 00:20:30', 'W', '38.252.185.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17740, '2025-11-25 00:20:36', 'W', '138.204.15.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36', 'Chrome', 'Windows 7'),
(17741, '2025-11-25 00:21:57', 'W', '89.43.133.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17742, '2025-11-25 00:21:58', 'W', '186.39.130.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17743, '2025-11-25 00:22:00', 'W', '38.196.194.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17744, '2025-11-25 00:22:02', 'W', '170.233.68.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17745, '2025-11-25 00:22:06', 'W', '189.156.224.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17746, '2025-11-25 00:25:06', 'W', '142.93.14.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17747, '2025-11-25 00:25:07', 'W', '197.245.31.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17748, '2025-11-25 00:25:08', 'W', '154.255.4.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17749, '2025-11-25 00:25:11', 'W', '177.11.98.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17750, '2025-11-25 00:25:13', 'W', '200.25.170.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17751, '2025-11-25 00:27:10', 'W', '45.230.168.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17752, '2025-11-25 00:27:12', 'W', '187.16.188.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17753, '2025-11-25 00:27:13', 'W', '105.157.28.127', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.2', 'Chrome', 'Windows 7'),
(17754, '2025-11-25 00:27:14', 'W', '105.103.53.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17755, '2025-11-25 00:27:15', 'W', '45.169.79.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17756, '2025-11-25 00:27:15', 'W', '114.108.219.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17757, '2025-11-25 00:29:17', 'W', '46.185.191.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17758, '2025-11-25 00:29:23', 'W', '181.51.34.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17759, '2025-11-25 00:29:23', 'W', '178.81.13.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17760, '2025-11-25 00:29:25', 'W', '45.70.53.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17761, '2025-11-25 00:29:28', 'W', '5.45.135.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17762, '2025-11-25 00:30:34', 'W', '177.253.198.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17763, '2025-11-25 00:30:36', 'W', '45.189.115.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17764, '2025-11-25 00:30:36', 'W', '134.209.119.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17765, '2025-11-25 00:30:37', 'W', '94.142.47.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17766, '2025-11-25 00:30:38', 'W', '159.223.146.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17767, '2025-11-25 00:31:51', 'W', '189.124.73.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17768, '2025-11-25 00:31:54', 'W', '181.198.102.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17769, '2025-11-25 00:31:55', 'W', '5.110.226.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17770, '2025-11-25 00:31:55', 'W', '168.232.162.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17771, '2025-11-25 00:31:59', 'W', '189.90.24.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17772, '2025-11-25 00:32:40', 'W', '161.35.113.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17773, '2025-11-25 00:32:41', 'W', '187.87.244.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17774, '2025-11-25 00:32:43', 'W', '201.222.139.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17775, '2025-11-25 00:32:46', 'W', '101.0.45.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17776, '2025-11-25 00:32:46', 'W', '188.72.10.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17777, '2025-11-25 00:33:07', 'W', '189.113.74.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(17778, '2025-11-25 00:33:59', 'W', '57.141.4.47', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(17779, '2025-11-25 00:34:16', 'W', '169.224.16.181', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(17780, '2025-11-25 00:35:40', 'W', '189.217.202.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17781, '2025-11-25 00:35:42', 'W', '190.97.236.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17782, '2025-11-25 00:35:43', 'W', '186.158.200.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17783, '2025-11-25 00:35:45', 'W', '137.184.70.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17784, '2025-11-25 00:35:48', 'W', '177.23.57.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17785, '2025-11-25 00:37:32', 'W', '160.19.226.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17786, '2025-11-25 00:37:34', 'W', '45.234.45.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17787, '2025-11-25 00:37:34', 'W', '136.169.30.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17788, '2025-11-25 00:37:35', 'W', '41.62.130.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17789, '2025-11-25 00:37:35', 'W', '202.71.181.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17790, '2025-11-25 00:38:58', 'W', '186.92.202.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17791, '2025-11-25 00:39:02', 'W', '177.152.182.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17792, '2025-11-25 00:39:03', 'W', '186.158.30.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17793, '2025-11-25 00:39:03', 'W', '170.150.61.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17794, '2025-11-25 00:39:05', 'W', '200.63.111.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17795, '2025-11-25 00:39:14', 'W', '189.49.178.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17796, '2025-11-25 00:39:35', 'W', '23.98.142.187', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17797, '2025-11-25 00:39:48', 'W', '177.201.159.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17798, '2025-11-25 00:40:09', 'W', '120.29.79.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17799, '2025-11-25 00:40:12', 'W', '186.15.99.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17800, '2025-11-25 00:40:13', 'W', '138.84.50.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17801, '2025-11-25 00:40:13', 'W', '45.231.138.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17802, '2025-11-25 00:41:29', 'W', '213.230.87.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17803, '2025-11-25 00:41:29', 'W', '190.112.176.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17804, '2025-11-25 00:41:30', 'W', '38.166.53.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17805, '2025-11-25 00:41:32', 'W', '156.247.209.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17806, '2025-11-25 00:41:33', 'W', '168.196.212.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17807, '2025-11-25 00:42:38', 'W', '83.99.151.68', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17808, '2025-11-25 00:45:03', 'W', '137.184.210.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17809, '2025-11-25 00:45:03', 'W', '58.69.57.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17810, '2025-11-25 00:45:04', 'W', '143.198.173.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17811, '2025-11-25 00:45:05', 'W', '159.89.232.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17812, '2025-11-25 00:45:08', 'W', '179.26.197.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17813, '2025-11-25 00:45:37', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17814, '2025-11-25 00:47:13', 'W', '142.247.83.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17815, '2025-11-25 00:47:13', 'W', '191.53.153.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17816, '2025-11-25 00:47:14', 'W', '186.96.69.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17817, '2025-11-25 00:47:16', 'W', '167.57.76.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17818, '2025-11-25 00:47:16', 'W', '45.230.9.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17819, '2025-11-25 00:48:40', 'W', '170.245.8.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17820, '2025-11-25 00:48:42', 'W', '190.112.103.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17821, '2025-11-25 00:48:44', 'W', '177.125.116.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17822, '2025-11-25 00:48:45', 'W', '190.227.50.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17823, '2025-11-25 00:48:55', 'W', '190.120.253.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17824, '2025-11-25 00:50:27', 'W', '109.107.231.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17825, '2025-11-25 00:50:28', 'W', '181.115.171.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17826, '2025-11-25 00:50:28', 'W', '190.110.241.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17827, '2025-11-25 00:50:31', 'W', '190.172.85.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17828, '2025-11-25 00:50:31', 'W', '200.59.186.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17829, '2025-11-25 00:51:09', 'W', '177.105.246.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17830, '2025-11-25 00:51:09', 'W', '201.219.168.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17831, '2025-11-25 00:51:09', 'W', '181.46.66.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17832, '2025-11-25 00:51:13', 'W', '192.162.134.61', 'Mozilla/5.0 (Windows NT 6.0; tg-TJ; rv:1.9.2.20) Gecko/7185-07-09 00:33:05.389526 Firefox/5.0', 'Firefox', 'Windows Vista'),
(17833, '2025-11-25 00:51:13', 'W', '179.36.211.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17834, '2025-11-25 00:51:16', 'W', '187.56.141.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17835, '2025-11-25 00:52:59', 'W', '197.211.59.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17836, '2025-11-25 00:53:15', 'W', '196.207.231.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17837, '2025-11-25 00:53:16', 'W', '103.215.192.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17838, '2025-11-25 00:53:18', 'W', '103.120.69.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17839, '2025-11-25 00:53:22', 'W', '200.82.239.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17840, '2025-11-25 00:53:59', 'W', '177.229.239.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17841, '2025-11-25 00:53:59', 'W', '190.49.113.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17842, '2025-11-25 00:54:02', 'W', '195.142.16.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17843, '2025-11-25 00:54:03', 'W', '93.114.194.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17844, '2025-11-25 00:54:03', 'W', '169.224.12.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17845, '2025-11-25 00:54:25', 'W', '17.241.227.139', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17846, '2025-11-25 00:55:25', 'W', '176.205.212.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17847, '2025-11-25 00:55:26', 'W', '189.126.218.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17848, '2025-11-25 00:55:27', 'W', '177.37.144.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17849, '2025-11-25 00:55:36', 'W', '159.0.53.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17850, '2025-11-25 00:55:39', 'W', '5.62.143.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17851, '2025-11-25 00:55:48', 'W', '83.99.151.65', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17852, '2025-11-25 00:56:09', 'W', '83.99.151.66', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17853, '2025-11-25 00:56:18', 'W', '83.99.151.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17854, '2025-11-25 00:56:28', 'W', '83.99.151.64', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17855, '2025-11-25 00:56:51', 'W', '190.207.154.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17856, '2025-11-25 00:56:53', 'W', '177.196.213.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17857, '2025-11-25 00:56:55', 'W', '131.226.104.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17858, '2025-11-25 00:56:55', 'W', '176.29.205.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17859, '2025-11-25 00:57:02', 'W', '186.128.8.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17860, '2025-11-25 00:58:04', 'W', '189.244.171.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17861, '2025-11-25 00:58:07', 'W', '186.19.22.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17862, '2025-11-25 00:58:07', 'W', '190.87.160.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17863, '2025-11-25 00:58:08', 'W', '190.141.121.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17864, '2025-11-25 00:58:10', 'W', '168.205.61.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17865, '2025-11-25 00:58:18', 'W', '83.99.151.67', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17866, '2025-11-25 00:58:27', 'W', '198.211.113.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17867, '2025-11-25 00:58:30', 'W', '105.108.211.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17868, '2025-11-25 00:59:13', 'W', '103.232.64.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17869, '2025-11-25 00:59:15', 'W', '174.138.42.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17870, '2025-11-25 00:59:15', 'W', '167.172.132.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17871, '2025-11-25 00:59:19', 'W', '103.134.219.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17872, '2025-11-25 00:59:22', 'W', '181.117.9.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17873, '2025-11-25 00:59:36', 'W', '189.158.138.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17874, '2025-11-25 00:59:36', 'W', '134.122.22.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17875, '2025-11-25 00:59:37', 'W', '169.224.1.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17876, '2025-11-25 00:59:49', 'W', '152.59.119.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17877, '2025-11-25 01:00:33', 'W', '187.108.213.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17878, '2025-11-25 01:00:35', 'W', '45.186.203.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17879, '2025-11-25 01:00:36', 'W', '186.70.50.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17880, '2025-11-25 01:00:37', 'W', '190.96.115.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17881, '2025-11-25 01:00:37', 'W', '143.105.165.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17882, '2025-11-25 01:01:18', 'W', '83.99.151.71', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17883, '2025-11-25 01:01:40', 'W', '177.112.176.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17884, '2025-11-25 01:01:41', 'W', '45.127.58.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17885, '2025-11-25 01:01:43', 'W', '60.50.200.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17886, '2025-11-25 01:01:44', 'W', '177.95.31.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17887, '2025-11-25 01:01:45', 'W', '186.22.128.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17888, '2025-11-25 01:03:46', 'W', '179.108.245.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17889, '2025-11-25 01:03:50', 'W', '190.212.113.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17890, '2025-11-25 01:03:52', 'W', '187.188.45.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17891, '2025-11-25 01:03:53', 'W', '189.142.219.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17892, '2025-11-25 01:05:09', 'W', '197.94.220.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17893, '2025-11-25 01:05:10', 'W', '159.89.225.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17894, '2025-11-25 01:05:12', 'W', '201.1.54.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17895, '2025-11-25 01:05:12', 'W', '179.125.244.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17896, '2025-11-25 01:05:17', 'W', '187.126.89.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17897, '2025-11-25 01:07:35', 'W', '178.150.14.250', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(17898, '2025-11-25 01:07:50', 'W', '185.229.252.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17899, '2025-11-25 01:07:51', 'W', '134.209.114.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17900, '2025-11-25 01:07:52', 'W', '45.71.211.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17901, '2025-11-25 01:07:52', 'W', '45.177.205.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17902, '2025-11-25 01:07:54', 'W', '157.100.88.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17903, '2025-11-25 01:08:32', 'W', '45.173.217.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17904, '2025-11-25 01:08:32', 'W', '190.250.39.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17905, '2025-11-25 01:08:34', 'W', '190.108.99.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17906, '2025-11-25 01:08:35', 'W', '179.96.206.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17907, '2025-11-25 01:08:53', 'W', '190.97.252.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17908, '2025-11-25 01:10:34', 'W', '54.251.56.172', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(17909, '2025-11-25 01:10:46', 'W', '181.46.164.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17910, '2025-11-25 01:10:47', 'W', '179.222.237.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17911, '2025-11-25 01:10:54', 'W', '41.110.85.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17912, '2025-11-25 01:10:58', 'W', '177.230.79.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17913, '2025-11-25 01:11:08', 'W', '17.246.15.23', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17914, '2025-11-25 01:11:22', 'W', '196.126.70.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17915, '2025-11-25 01:12:38', 'W', '83.99.151.69', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; GeedoProductSearch; +https://geedo.com/product-search.html) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(17916, '2025-11-25 01:12:46', 'W', '43.173.179.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(17917, '2025-11-25 01:13:24', 'W', '189.78.237.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17918, '2025-11-25 01:13:26', 'W', '134.209.77.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17919, '2025-11-25 01:13:27', 'W', '177.52.83.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17920, '2025-11-25 01:13:29', 'W', '115.78.8.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17921, '2025-11-25 01:13:29', 'W', '181.116.60.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17922, '2025-11-25 01:14:35', 'W', '103.153.199.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17923, '2025-11-25 01:14:38', 'W', '157.100.108.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17924, '2025-11-25 01:14:39', 'W', '206.84.81.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17925, '2025-11-25 01:14:40', 'W', '198.199.87.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17926, '2025-11-25 01:14:49', 'W', '151.244.151.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17927, '2025-11-25 01:16:34', 'W', '160.176.25.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17928, '2025-11-25 01:16:36', 'W', '138.84.41.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17929, '2025-11-25 01:16:37', 'W', '186.224.129.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17930, '2025-11-25 01:16:38', 'W', '187.95.231.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17931, '2025-11-25 01:17:06', 'W', '190.89.128.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17932, '2025-11-25 01:17:08', 'W', '45.180.141.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17933, '2025-11-25 01:17:10', 'W', '143.202.67.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17934, '2025-11-25 01:18:20', 'W', '3.140.182.19', 'cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(17935, '2025-11-25 01:18:31', 'W', '104.244.231.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17936, '2025-11-25 01:18:32', 'W', '143.105.137.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17937, '2025-11-25 01:18:36', 'W', '51.39.247.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17938, '2025-11-25 01:18:42', 'W', '49.145.222.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17939, '2025-11-25 01:18:44', 'W', '177.234.186.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17940, '2025-11-25 01:21:03', 'W', '186.195.110.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17941, '2025-11-25 01:21:04', 'W', '202.43.231.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17942, '2025-11-25 01:21:05', 'W', '24.199.93.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17943, '2025-11-25 01:21:06', 'W', '186.138.6.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17944, '2025-11-25 01:21:09', 'W', '111.94.10.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17945, '2025-11-25 01:22:23', 'W', '17.241.75.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17946, '2025-11-25 01:22:42', 'W', '91.106.42.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17947, '2025-11-25 01:22:47', 'W', '192.81.214.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17948, '2025-11-25 01:22:50', 'W', '154.124.230.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17949, '2025-11-25 01:22:52', 'W', '167.250.60.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17950, '2025-11-25 01:22:57', 'W', '186.64.223.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17951, '2025-11-25 01:23:22', 'W', '40.77.167.37', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(17952, '2025-11-25 01:23:51', 'W', '146.174.165.248', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3', 'Chrome', 'Windows XP'),
(17953, '2025-11-25 01:24:55', 'W', '179.102.34.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17954, '2025-11-25 01:24:56', 'W', '212.237.120.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17955, '2025-11-25 01:24:59', 'W', '157.100.143.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17956, '2025-11-25 01:24:59', 'W', '169.224.1.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17957, '2025-11-25 01:26:57', 'W', '41.66.64.232', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(17958, '2025-11-25 01:26:59', 'W', '103.112.55.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(17959, '2025-11-25 01:27:06', 'W', '113.174.37.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(17960, '2025-11-25 01:27:12', 'W', '102.90.100.97', 'Opera/9.52.(Windows NT 5.0; ln-CD) Presto/2.9.176 Version/11.00', 'Opera', 'Windows 2000'),
(17961, '2025-11-25 01:28:03', 'W', '142.93.118.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17962, '2025-11-25 01:28:04', 'W', '189.153.219.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17963, '2025-11-25 01:28:06', 'W', '181.92.238.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17964, '2025-11-25 01:28:09', 'W', '186.0.231.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17965, '2025-11-25 01:28:17', 'W', '105.159.132.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17966, '2025-11-25 01:28:53', 'W', '14.242.32.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(17967, '2025-11-25 01:29:11', 'W', '201.219.166.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(17968, '2025-11-25 01:29:42', 'W', '102.217.176.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17969, '2025-11-25 01:29:44', 'W', '154.205.188.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17970, '2025-11-25 01:29:45', 'W', '201.219.168.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17971, '2025-11-25 01:29:45', 'W', '181.199.61.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17972, '2025-11-25 01:29:46', 'W', '190.103.29.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17973, '2025-11-25 01:30:39', 'W', '79.173.221.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17974, '2025-11-25 01:30:42', 'W', '20.90.7.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17975, '2025-11-25 01:30:42', 'W', '186.39.43.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17976, '2025-11-25 01:30:42', 'W', '180.191.168.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17977, '2025-11-25 01:30:42', 'W', '45.228.136.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17978, '2025-11-25 01:30:44', 'W', '217.73.111.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17979, '2025-11-25 01:30:45', 'W', '20.90.7.159', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(17980, '2025-11-25 01:31:17', 'W', '189.69.114.250', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(17981, '2025-11-25 01:31:32', 'W', '17.22.237.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(17982, '2025-11-25 01:31:55', 'W', '186.235.122.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17983, '2025-11-25 01:31:57', 'W', '177.152.87.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17984, '2025-11-25 01:31:59', 'W', '188.50.53.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17985, '2025-11-25 01:32:00', 'W', '178.125.255.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17986, '2025-11-25 01:32:02', 'W', '74.7.243.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(17987, '2025-11-25 01:32:14', 'W', '189.217.211.188', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(17988, '2025-11-25 01:32:50', 'W', '190.55.123.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17989, '2025-11-25 01:32:53', 'W', '143.244.168.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17990, '2025-11-25 01:32:55', 'W', '170.247.0.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17991, '2025-11-25 01:32:55', 'W', '82.86.104.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17992, '2025-11-25 01:32:57', 'W', '170.238.167.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17993, '2025-11-25 01:33:53', 'W', '123.19.131.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.26 Safari/537.36', 'Chrome', 'Windows 10'),
(17994, '2025-11-25 01:34:06', 'W', '187.75.31.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(17995, '2025-11-25 01:34:11', 'W', '181.168.126.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17996, '2025-11-25 01:34:12', 'W', '143.0.254.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17997, '2025-11-25 01:34:15', 'W', '103.23.254.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17998, '2025-11-25 01:34:15', 'W', '189.76.187.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(17999, '2025-11-25 01:34:16', 'W', '181.46.68.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18000, '2025-11-25 01:35:23', 'W', '17.246.23.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18001, '2025-11-25 01:35:24', 'W', '17.246.19.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18002, '2025-11-25 01:37:49', 'W', '177.136.3.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18003, '2025-11-25 01:37:51', 'W', '200.5.55.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18004, '2025-11-25 01:37:52', 'W', '201.240.147.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18005, '2025-11-25 01:37:53', 'W', '191.114.205.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18006, '2025-11-25 01:37:53', 'W', '43.152.22.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18007, '2025-11-25 01:38:01', 'W', '112.204.239.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18008, '2025-11-25 01:40:33', 'W', '84.54.72.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18009, '2025-11-25 01:40:34', 'W', '187.1.51.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18010, '2025-11-25 01:40:36', 'W', '189.203.145.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18011, '2025-11-25 01:40:39', 'W', '160.187.117.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18012, '2025-11-25 01:40:39', 'W', '152.59.164.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18013, '2025-11-25 01:40:40', 'W', '188.22.63.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18014, '2025-11-25 01:40:44', 'W', '41.220.147.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18015, '2025-11-25 01:40:44', 'W', '190.94.213.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18016, '2025-11-25 01:40:45', 'W', '45.174.149.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18017, '2025-11-25 01:40:47', 'W', '181.91.84.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18018, '2025-11-25 01:40:48', 'W', '2.90.44.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18019, '2025-11-25 01:40:49', 'W', '102.128.171.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18020, '2025-11-25 01:40:49', 'W', '103.186.227.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18021, '2025-11-25 01:40:52', 'W', '180.249.166.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18022, '2025-11-25 01:42:24', 'W', '103.178.30.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18023, '2025-11-25 01:42:25', 'W', '170.239.110.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18024, '2025-11-25 01:42:28', 'W', '186.224.29.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18025, '2025-11-25 01:42:29', 'W', '186.122.104.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18026, '2025-11-25 01:42:32', 'W', '181.58.39.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18027, '2025-11-25 01:42:34', 'W', '181.47.126.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18028, '2025-11-25 01:43:26', 'W', '161.35.112.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18029, '2025-11-25 01:43:26', 'W', '165.22.11.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18030, '2025-11-25 01:43:27', 'W', '159.65.217.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18031, '2025-11-25 01:43:29', 'W', '45.70.9.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18032, '2025-11-25 01:43:29', 'W', '38.222.180.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18033, '2025-11-25 01:43:30', 'W', '201.159.182.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18034, '2025-11-25 01:44:07', 'W', '190.179.235.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18035, '2025-11-25 01:44:09', 'W', '187.84.7.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18036, '2025-11-25 01:44:10', 'W', '131.255.96.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18037, '2025-11-25 01:44:16', 'W', '186.158.200.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18038, '2025-11-25 01:44:21', 'W', '170.83.116.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18039, '2025-11-25 01:44:29', 'W', '181.174.249.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18040, '2025-11-25 01:45:15', 'W', '190.134.219.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18041, '2025-11-25 01:45:18', 'W', '164.163.249.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18042, '2025-11-25 01:45:19', 'W', '177.10.235.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18043, '2025-11-25 01:45:20', 'W', '191.37.48.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18044, '2025-11-25 01:45:20', 'W', '45.167.184.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18045, '2025-11-25 01:45:22', 'W', '72.50.2.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18046, '2025-11-25 01:45:39', 'W', '149.50.236.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18047, '2025-11-25 01:45:43', 'W', '187.189.57.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18048, '2025-11-25 01:45:44', 'W', '191.181.98.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18049, '2025-11-25 01:45:45', 'W', '198.163.192.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18050, '2025-11-25 01:45:45', 'W', '200.229.10.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18051, '2025-11-25 01:45:46', 'W', '190.212.214.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18052, '2025-11-25 01:46:43', 'W', '186.122.2.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18053, '2025-11-25 01:46:44', 'W', '181.192.123.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18054, '2025-11-25 01:46:44', 'W', '72.252.211.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18055, '2025-11-25 01:46:48', 'W', '157.245.134.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18056, '2025-11-25 01:46:50', 'W', '49.36.185.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18057, '2025-11-25 01:46:55', 'W', '45.5.50.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18058, '2025-11-25 01:49:45', 'W', '177.22.167.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18059, '2025-11-25 01:49:46', 'W', '191.99.35.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18060, '2025-11-25 01:49:51', 'W', '186.55.10.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18061, '2025-11-25 01:49:52', 'W', '181.233.161.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18062, '2025-11-25 01:49:55', 'W', '137.184.200.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18063, '2025-11-25 01:49:56', 'W', '148.222.119.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18064, '2025-11-25 01:50:52', 'W', '143.198.113.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18065, '2025-11-25 01:50:54', 'W', '181.46.9.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18066, '2025-11-25 01:50:54', 'W', '189.126.230.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18067, '2025-11-25 01:50:56', 'W', '181.32.138.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18068, '2025-11-25 01:50:57', 'W', '179.190.127.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18069, '2025-11-25 01:50:58', 'W', '189.90.121.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18070, '2025-11-25 01:51:43', 'W', '187.189.40.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18071, '2025-11-25 01:51:46', 'W', '213.230.87.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18072, '2025-11-25 01:51:49', 'W', '190.122.181.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18073, '2025-11-25 01:51:52', 'W', '177.107.181.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18074, '2025-11-25 01:51:56', 'W', '200.6.82.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18075, '2025-11-25 01:51:59', 'W', '178.114.164.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18076, '2025-11-25 01:55:05', 'W', '38.226.189.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18077, '2025-11-25 01:55:06', 'W', '177.92.150.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18078, '2025-11-25 01:55:06', 'W', '190.110.47.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18079, '2025-11-25 01:55:08', 'W', '68.183.107.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18080, '2025-11-25 01:55:10', 'W', '102.141.50.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18081, '2025-11-25 01:55:10', 'W', '175.143.204.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18082, '2025-11-25 01:55:54', 'W', '51.39.233.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18083, '2025-11-25 01:55:56', 'W', '165.16.180.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18084, '2025-11-25 01:55:58', 'W', '41.132.51.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18085, '2025-11-25 01:55:58', 'W', '45.224.98.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18086, '2025-11-25 01:55:59', 'W', '156.203.4.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18087, '2025-11-25 01:55:59', 'W', '186.22.238.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18088, '2025-11-25 01:56:38', 'W', '181.188.178.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18089, '2025-11-25 01:56:39', 'W', '197.59.133.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18090, '2025-11-25 01:56:39', 'W', '190.158.204.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18091, '2025-11-25 01:56:40', 'W', '111.125.105.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18092, '2025-11-25 01:56:42', 'W', '187.102.197.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18093, '2025-11-25 01:56:45', 'W', '138.185.19.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18094, '2025-11-25 01:58:12', 'W', '38.10.252.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18095, '2025-11-25 01:58:14', 'W', '177.37.151.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18096, '2025-11-25 01:58:14', 'W', '103.133.174.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18097, '2025-11-25 01:58:15', 'W', '159.203.191.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18098, '2025-11-25 01:58:16', 'W', '138.185.199.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18099, '2025-11-25 01:58:22', 'W', '177.192.10.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18100, '2025-11-25 01:59:09', 'W', '49.145.107.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18101, '2025-11-25 01:59:12', 'W', '137.184.203.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18102, '2025-11-25 01:59:13', 'W', '47.11.237.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18103, '2025-11-25 01:59:14', 'W', '84.54.86.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18104, '2025-11-25 01:59:16', 'W', '167.99.3.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18105, '2025-11-25 01:59:18', 'W', '165.16.184.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18106, '2025-11-25 01:59:53', 'W', '14.228.59.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18107, '2025-11-25 01:59:53', 'W', '190.175.1.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18108, '2025-11-25 01:59:53', 'W', '177.192.1.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18109, '2025-11-25 01:59:54', 'W', '181.84.241.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18110, '2025-11-25 01:59:56', 'W', '190.8.164.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18111, '2025-11-25 02:00:00', 'W', '187.102.252.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18112, '2025-11-25 02:00:34', 'W', '17.246.19.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18113, '2025-11-25 02:00:52', 'W', '105.109.76.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18114, '2025-11-25 02:00:54', 'W', '114.79.178.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18115, '2025-11-25 02:00:55', 'W', '181.115.172.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18116, '2025-11-25 02:00:55', 'W', '45.172.117.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18117, '2025-11-25 02:00:57', 'W', '179.216.244.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18118, '2025-11-25 02:01:02', 'W', '187.131.158.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18119, '2025-11-25 02:01:48', 'W', '17.241.219.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18120, '2025-11-25 02:02:32', 'W', '115.186.120.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18121, '2025-11-25 02:02:35', 'W', '191.37.151.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18122, '2025-11-25 02:02:39', 'W', '143.255.84.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18123, '2025-11-25 02:02:40', 'W', '189.36.254.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18124, '2025-11-25 02:02:40', 'W', '67.205.186.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18125, '2025-11-25 02:02:46', 'W', '186.22.253.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18126, '2025-11-25 02:04:24', 'W', '91.186.255.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18127, '2025-11-25 02:04:24', 'W', '213.230.92.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18128, '2025-11-25 02:04:24', 'W', '188.163.56.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18129, '2025-11-25 02:04:24', 'W', '191.37.20.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18130, '2025-11-25 02:04:27', 'W', '45.172.199.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18131, '2025-11-25 02:04:28', 'W', '201.1.72.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18132, '2025-11-25 02:05:00', 'W', '187.188.33.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18133, '2025-11-25 02:05:03', 'W', '181.44.116.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18134, '2025-11-25 02:05:04', 'W', '177.70.93.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18135, '2025-11-25 02:05:04', 'W', '181.46.236.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18136, '2025-11-25 02:05:08', 'W', '45.165.86.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18137, '2025-11-25 02:05:09', 'W', '179.126.165.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18138, '2025-11-25 02:06:02', 'W', '45.228.175.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18139, '2025-11-25 02:06:02', 'W', '116.241.254.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18140, '2025-11-25 02:06:02', 'W', '186.134.138.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18141, '2025-11-25 02:06:05', 'W', '104.248.121.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18142, '2025-11-25 02:06:07', 'W', '188.51.229.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18143, '2025-11-25 02:06:07', 'W', '91.186.249.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18144, '2025-11-25 02:07:02', 'W', '105.246.26.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18145, '2025-11-25 02:07:02', 'W', '151.236.188.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18146, '2025-11-25 02:07:02', 'W', '200.50.154.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18147, '2025-11-25 02:07:03', 'W', '38.191.216.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18148, '2025-11-25 02:07:05', 'W', '186.22.62.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18149, '2025-11-25 02:07:06', 'W', '190.132.31.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18150, '2025-11-25 02:08:12', 'W', '179.125.28.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18151, '2025-11-25 02:08:14', 'W', '190.77.19.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18152, '2025-11-25 02:08:14', 'W', '213.204.115.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18153, '2025-11-25 02:08:15', 'W', '181.46.137.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18154, '2025-11-25 02:08:16', 'W', '154.255.9.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18155, '2025-11-25 02:10:14', 'W', '186.148.225.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18156, '2025-11-25 02:10:15', 'W', '181.209.36.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18157, '2025-11-25 02:10:17', 'W', '77.69.255.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18158, '2025-11-25 02:10:20', 'W', '139.135.241.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18159, '2025-11-25 02:10:20', 'W', '190.97.254.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18160, '2025-11-25 02:10:24', 'W', '201.148.247.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18161, '2025-11-25 02:10:45', 'W', '65.181.8.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18162, '2025-11-25 02:11:47', 'W', '146.190.71.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18163, '2025-11-25 02:11:49', 'W', '190.120.249.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18164, '2025-11-25 02:11:50', 'W', '187.56.110.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18165, '2025-11-25 02:11:52', 'W', '167.71.23.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18166, '2025-11-25 02:11:57', 'W', '180.191.185.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18167, '2025-11-25 02:13:05', 'W', '177.125.85.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18168, '2025-11-25 02:13:05', 'W', '38.166.95.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18169, '2025-11-25 02:13:06', 'W', '38.171.82.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18170, '2025-11-25 02:13:07', 'W', '177.128.115.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18171, '2025-11-25 02:13:26', 'W', '177.128.53.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18172, '2025-11-25 02:13:31', 'W', '187.144.134.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18173, '2025-11-25 02:16:13', 'W', '167.172.155.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18174, '2025-11-25 02:16:15', 'W', '177.91.72.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18175, '2025-11-25 02:16:15', 'W', '122.152.54.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18176, '2025-11-25 02:16:15', 'W', '38.224.202.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18177, '2025-11-25 02:16:17', 'W', '186.177.189.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18178, '2025-11-25 02:20:00', 'W', '200.189.28.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18179, '2025-11-25 02:20:01', 'W', '185.147.100.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18180, '2025-11-25 02:20:03', 'W', '122.164.81.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18181, '2025-11-25 02:20:05', 'W', '177.221.12.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18182, '2025-11-25 02:20:11', 'W', '38.43.251.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18183, '2025-11-25 02:20:21', 'W', '177.37.79.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18184, '2025-11-25 02:21:40', 'W', '201.182.150.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18185, '2025-11-25 02:21:40', 'W', '154.40.143.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18186, '2025-11-25 02:21:41', 'W', '157.230.215.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18187, '2025-11-25 02:21:42', 'W', '176.29.209.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18188, '2025-11-25 02:21:43', 'W', '45.167.80.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18189, '2025-11-25 02:21:44', 'W', '187.17.143.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18190, '2025-11-25 02:23:10', 'W', '143.202.171.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18191, '2025-11-25 02:23:10', 'W', '186.192.32.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18192, '2025-11-25 02:23:10', 'W', '14.192.148.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18193, '2025-11-25 02:23:12', 'W', '105.97.19.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18194, '2025-11-25 02:23:12', 'W', '190.53.248.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18195, '2025-11-25 02:23:13', 'W', '170.78.246.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18196, '2025-11-25 02:23:31', 'W', '177.36.216.58', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(18197, '2025-11-25 02:23:56', 'W', '14.168.39.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18198, '2025-11-25 02:24:06', 'W', '177.131.189.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18199, '2025-11-25 02:24:07', 'W', '119.160.215.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18200, '2025-11-25 02:24:07', 'W', '157.245.249.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18201, '2025-11-25 02:24:08', 'W', '45.180.181.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18202, '2025-11-25 02:24:10', 'W', '38.253.148.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18203, '2025-11-25 02:24:20', 'W', '129.224.202.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18204, '2025-11-25 02:25:15', 'W', '190.183.23.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18205, '2025-11-25 02:25:17', 'W', '201.216.219.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18206, '2025-11-25 02:25:18', 'W', '38.172.138.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18207, '2025-11-25 02:25:20', 'W', '45.189.251.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18208, '2025-11-25 02:25:28', 'W', '82.167.166.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18209, '2025-11-25 02:26:07', 'W', '38.171.99.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18210, '2025-11-25 02:26:10', 'W', '187.63.173.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18211, '2025-11-25 02:26:11', 'W', '157.100.198.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18212, '2025-11-25 02:26:12', 'W', '64.227.2.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18213, '2025-11-25 02:26:13', 'W', '190.143.240.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18214, '2025-11-25 02:26:15', 'W', '167.59.206.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18215, '2025-11-25 02:27:30', 'W', '57.141.4.51', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(18216, '2025-11-25 02:28:16', 'W', '186.128.94.166', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(18217, '2025-11-25 02:29:35', 'W', '190.174.232.9', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Safari/537.36', 'Chrome', 'Windows 10'),
(18218, '2025-11-25 02:30:27', 'W', '186.216.219.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18219, '2025-11-25 02:30:28', 'W', '45.182.215.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 10'),
(18220, '2025-11-25 02:30:29', 'W', '46.53.0.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18221, '2025-11-25 02:30:30', 'W', '187.57.73.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18222, '2025-11-25 02:30:32', 'W', '186.96.69.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18223, '2025-11-25 02:30:32', 'W', '199.74.190.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18224, '2025-11-25 02:30:34', 'W', '152.237.104.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18225, '2025-11-25 02:31:56', 'W', '154.255.99.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18226, '2025-11-25 02:31:57', 'W', '186.158.120.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18227, '2025-11-25 02:31:59', 'W', '102.217.242.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18228, '2025-11-25 02:31:59', 'W', '170.246.208.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18229, '2025-11-25 02:32:00', 'W', '181.127.205.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18230, '2025-11-25 02:32:01', 'W', '37.236.120.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18231, '2025-11-25 02:33:59', 'W', '43.175.56.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18232, '2025-11-25 02:34:02', 'W', '103.180.126.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18233, '2025-11-25 02:34:03', 'W', '189.84.176.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18234, '2025-11-25 02:34:05', 'W', '206.81.9.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18235, '2025-11-25 02:34:05', 'W', '131.100.84.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18236, '2025-11-25 02:34:05', 'W', '189.84.181.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18237, '2025-11-25 02:34:08', 'W', '179.108.2.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18238, '2025-11-25 02:36:00', 'W', '191.106.199.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18239, '2025-11-25 02:37:41', 'W', '137.184.195.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18240, '2025-11-25 02:37:41', 'W', '189.183.72.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18241, '2025-11-25 02:37:41', 'W', '200.7.159.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18242, '2025-11-25 02:37:43', 'W', '190.105.75.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18243, '2025-11-25 02:37:44', 'W', '190.97.226.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18244, '2025-11-25 02:37:44', 'W', '119.160.189.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18245, '2025-11-25 02:37:46', 'W', '200.92.174.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18246, '2025-11-25 02:37:47', 'W', '165.22.189.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(18247, '2025-11-25 02:37:48', 'W', '190.19.90.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18248, '2025-11-25 02:37:50', 'W', '129.222.161.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18249, '2025-11-25 02:37:52', 'W', '186.33.20.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18250, '2025-11-25 02:37:52', 'W', '159.203.179.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18251, '2025-11-25 02:37:53', 'W', '190.97.249.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18252, '2025-11-25 02:37:54', 'W', '92.63.204.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18253, '2025-11-25 02:37:55', 'W', '201.40.219.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18254, '2025-11-25 02:37:56', 'W', '129.224.209.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18255, '2025-11-25 02:37:57', 'W', '196.89.197.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18256, '2025-11-25 02:38:01', 'W', '17.22.245.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18257, '2025-11-25 02:38:11', 'W', '201.219.234.198', 'Opera/9.71.(Windows NT 5.2; quz-PE) Presto/2.9.187 Version/10.00', 'Opera', 'Windows Server 2003/XP x64'),
(18258, '2025-11-25 02:39:39', 'W', '80.76.50.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18259, '2025-11-25 02:39:41', 'W', '173.73.255.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18260, '2025-11-25 02:39:41', 'W', '103.72.61.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18261, '2025-11-25 02:39:43', 'W', '84.54.73.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18262, '2025-11-25 02:39:44', 'W', '103.180.217.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18263, '2025-11-25 02:39:44', 'W', '190.55.253.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18264, '2025-11-25 02:39:47', 'W', '179.54.154.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18265, '2025-11-25 02:41:53', 'W', '45.169.163.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18266, '2025-11-25 02:41:55', 'W', '190.106.95.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18267, '2025-11-25 02:41:58', 'W', '138.255.77.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18268, '2025-11-25 02:41:58', 'W', '170.82.233.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18269, '2025-11-25 02:42:00', 'W', '38.3.231.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18270, '2025-11-25 02:42:01', 'W', '47.15.93.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18271, '2025-11-25 02:42:06', 'W', '43.173.177.4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18272, '2025-11-25 02:42:12', 'W', '131.221.252.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18273, '2025-11-25 02:43:45', 'W', '103.4.54.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18274, '2025-11-25 02:43:47', 'W', '37.211.167.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18275, '2025-11-25 02:43:47', 'W', '201.148.118.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18276, '2025-11-25 02:43:49', 'W', '186.1.186.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18277, '2025-11-25 02:43:50', 'W', '103.169.39.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18278, '2025-11-25 02:43:50', 'W', '45.172.68.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18279, '2025-11-25 02:44:35', 'W', '187.208.81.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18280, '2025-11-25 02:44:38', 'W', '45.187.0.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18281, '2025-11-25 02:44:40', 'W', '201.219.160.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18282, '2025-11-25 02:44:42', 'W', '181.46.166.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18283, '2025-11-25 02:44:43', 'W', '5.120.3.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18284, '2025-11-25 02:44:45', 'W', '41.13.129.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18285, '2025-11-25 02:46:19', 'W', '190.108.207.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18286, '2025-11-25 02:46:19', 'W', '103.135.217.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18287, '2025-11-25 02:46:22', 'W', '105.66.1.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18288, '2025-11-25 02:46:22', 'W', '186.219.142.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18289, '2025-11-25 02:46:23', 'W', '187.95.56.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18290, '2025-11-25 02:46:25', 'W', '51.235.226.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18291, '2025-11-25 02:46:25', 'W', '65.18.119.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18292, '2025-11-25 02:47:15', 'W', '17.22.245.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18293, '2025-11-25 02:49:52', 'W', '185.179.31.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18294, '2025-11-25 02:49:53', 'W', '200.8.77.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18295, '2025-11-25 02:49:54', 'W', '151.255.3.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18296, '2025-11-25 02:49:55', 'W', '103.44.19.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18297, '2025-11-25 02:49:55', 'W', '45.188.69.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18298, '2025-11-25 02:49:56', 'W', '179.218.11.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18299, '2025-11-25 02:51:04', 'W', '148.227.87.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18300, '2025-11-25 02:51:07', 'W', '179.50.138.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18301, '2025-11-25 02:51:08', 'W', '186.54.181.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18302, '2025-11-25 02:51:09', 'W', '59.153.86.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18303, '2025-11-25 02:51:09', 'W', '189.28.90.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18304, '2025-11-25 02:51:11', 'W', '103.152.104.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18305, '2025-11-25 02:51:11', 'W', '186.75.54.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18306, '2025-11-25 02:52:07', 'W', '191.91.241.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18307, '2025-11-25 02:52:07', 'W', '177.105.246.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18308, '2025-11-25 02:52:08', 'W', '51.36.219.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18309, '2025-11-25 02:52:10', 'W', '181.46.68.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18310, '2025-11-25 02:52:10', 'W', '186.242.195.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18311, '2025-11-25 02:52:13', 'W', '157.100.113.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18312, '2025-11-25 02:52:15', 'W', '181.13.252.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18313, '2025-11-25 02:54:00', 'W', '17.241.75.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18314, '2025-11-25 02:55:02', 'W', '197.29.241.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18315, '2025-11-25 02:55:03', 'W', '177.116.247.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18316, '2025-11-25 02:55:03', 'W', '77.223.252.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18317, '2025-11-25 02:55:05', 'W', '169.224.22.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18318, '2025-11-25 02:55:06', 'W', '187.224.227.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18319, '2025-11-25 02:55:06', 'W', '181.115.167.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18320, '2025-11-25 02:55:09', 'W', '181.90.68.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18321, '2025-11-25 02:55:29', 'W', '216.73.216.143', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(18322, '2025-11-25 02:55:55', 'W', '179.106.178.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18323, '2025-11-25 02:55:56', 'W', '116.111.184.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18324, '2025-11-25 02:55:58', 'W', '45.121.2.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18325, '2025-11-25 02:55:59', 'W', '45.168.119.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18326, '2025-11-25 02:56:01', 'W', '181.44.90.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18327, '2025-11-25 02:56:05', 'W', '181.46.66.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18328, '2025-11-25 02:58:20', 'W', '170.79.149.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18329, '2025-11-25 02:58:22', 'W', '198.163.192.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18330, '2025-11-25 02:58:23', 'W', '181.46.77.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18331, '2025-11-25 02:58:24', 'W', '212.34.16.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18332, '2025-11-25 02:58:25', 'W', '190.136.211.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18333, '2025-11-25 02:58:34', 'W', '157.85.211.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18334, '2025-11-25 02:59:59', 'W', '38.92.20.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18335, '2025-11-25 03:00:00', 'W', '138.84.127.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18336, '2025-11-25 03:00:03', 'W', '190.9.115.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18337, '2025-11-25 03:00:04', 'W', '103.98.129.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18338, '2025-11-25 03:00:06', 'W', '51.36.170.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18339, '2025-11-25 03:00:08', 'W', '191.183.43.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18340, '2025-11-25 03:00:15', 'W', '60.53.18.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18341, '2025-11-25 03:00:43', 'W', '159.203.186.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18342, '2025-11-25 03:00:45', 'W', '191.37.174.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18343, '2025-11-25 03:00:45', 'W', '38.156.229.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18344, '2025-11-25 03:00:47', 'W', '212.96.73.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18345, '2025-11-25 03:00:47', 'W', '181.192.99.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18346, '2025-11-25 03:02:12', 'W', '134.122.115.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18347, '2025-11-25 03:02:15', 'W', '45.231.203.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18348, '2025-11-25 03:02:16', 'W', '177.152.115.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18349, '2025-11-25 03:02:18', 'W', '177.37.140.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18350, '2025-11-25 03:02:20', 'W', '189.63.234.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18351, '2025-11-25 03:02:21', 'W', '168.181.125.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18352, '2025-11-25 03:02:29', 'W', '186.96.68.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18353, '2025-11-25 03:03:09', 'W', '200.58.83.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18354, '2025-11-25 03:03:10', 'W', '186.22.238.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18355, '2025-11-25 03:03:12', 'W', '38.58.174.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18356, '2025-11-25 03:03:13', 'W', '189.201.251.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18357, '2025-11-25 03:03:15', 'W', '37.242.39.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18358, '2025-11-25 03:03:20', 'W', '182.253.164.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18359, '2025-11-25 03:03:29', 'W', '213.206.63.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18360, '2025-11-25 03:03:54', 'W', '149.34.195.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18361, '2025-11-25 03:03:54', 'W', '179.51.157.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18362, '2025-11-25 03:03:57', 'W', '206.1.134.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18363, '2025-11-25 03:03:57', 'W', '45.185.159.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18364, '2025-11-25 03:04:06', 'W', '103.167.208.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18365, '2025-11-25 03:04:09', 'W', '154.161.243.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18366, '2025-11-25 03:04:09', 'W', '138.117.224.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18367, '2025-11-25 03:04:17', 'W', '62.201.248.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18368, '2025-11-25 03:04:19', 'W', '38.156.89.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18369, '2025-11-25 03:04:20', 'W', '164.163.34.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18370, '2025-11-25 03:04:20', 'W', '181.237.219.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18371, '2025-11-25 03:04:48', 'W', '200.25.150.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18372, '2025-11-25 03:04:48', 'W', '189.91.251.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18373, '2025-11-25 03:04:51', 'W', '167.62.93.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18374, '2025-11-25 03:04:52', 'W', '177.230.135.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18375, '2025-11-25 03:04:54', 'W', '181.46.68.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18376, '2025-11-25 03:04:54', 'W', '197.185.153.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18377, '2025-11-25 03:04:56', 'W', '189.199.46.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18378, '2025-11-25 03:07:17', 'W', '178.77.170.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18379, '2025-11-25 03:07:18', 'W', '203.188.250.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18380, '2025-11-25 03:07:20', 'W', '223.181.96.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18381, '2025-11-25 03:07:21', 'W', '103.120.45.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18382, '2025-11-25 03:07:24', 'W', '198.163.193.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18383, '2025-11-25 03:07:24', 'W', '45.239.150.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18384, '2025-11-25 03:07:27', 'W', '178.153.80.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18385, '2025-11-25 03:08:04', 'W', '49.149.68.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18386, '2025-11-25 03:08:05', 'W', '191.92.49.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18387, '2025-11-25 03:08:06', 'W', '198.199.76.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18388, '2025-11-25 03:08:07', 'W', '179.42.142.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18389, '2025-11-25 03:08:07', 'W', '84.54.70.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18390, '2025-11-25 03:08:07', 'W', '109.137.210.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18391, '2025-11-25 03:08:10', 'W', '14.163.89.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18392, '2025-11-25 03:09:51', 'W', '145.82.245.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18393, '2025-11-25 03:09:53', 'W', '210.10.3.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18394, '2025-11-25 03:09:54', 'W', '112.202.120.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18395, '2025-11-25 03:09:55', 'W', '45.166.119.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18396, '2025-11-25 03:09:55', 'W', '181.115.174.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18397, '2025-11-25 03:09:57', 'W', '62.8.69.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18398, '2025-11-25 03:12:50', 'W', '45.177.146.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18399, '2025-11-25 03:12:51', 'W', '138.255.233.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18400, '2025-11-25 03:12:53', 'W', '177.23.116.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18401, '2025-11-25 03:12:54', 'W', '190.89.30.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18402, '2025-11-25 03:12:54', 'W', '191.5.37.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18403, '2025-11-25 03:12:56', 'W', '191.6.250.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18404, '2025-11-25 03:13:56', 'W', '177.87.5.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18405, '2025-11-25 03:13:57', 'W', '45.160.182.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18406, '2025-11-25 03:13:58', 'W', '103.72.60.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18407, '2025-11-25 03:13:58', 'W', '31.166.209.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18408, '2025-11-25 03:13:59', 'W', '143.198.117.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18409, '2025-11-25 03:13:59', 'W', '189.114.246.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18410, '2025-11-25 03:14:00', 'W', '190.110.59.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18411, '2025-11-25 03:15:28', 'W', '177.170.90.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18412, '2025-11-25 03:15:29', 'W', '92.99.220.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18413, '2025-11-25 03:15:32', 'W', '157.20.252.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18414, '2025-11-25 03:15:34', 'W', '128.234.124.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18415, '2025-11-25 03:15:34', 'W', '159.223.149.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18416, '2025-11-25 03:15:37', 'W', '201.131.71.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18417, '2025-11-25 03:15:37', 'W', '72.252.198.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18418, '2025-11-25 03:17:11', 'W', '167.99.5.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18419, '2025-11-25 03:17:13', 'W', '65.20.197.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18420, '2025-11-25 03:17:16', 'W', '45.228.79.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18421, '2025-11-25 03:17:19', 'W', '167.250.40.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18422, '2025-11-25 03:17:20', 'W', '187.236.16.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18423, '2025-11-25 03:17:21', 'W', '200.82.159.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18424, '2025-11-25 03:17:22', 'W', '186.232.94.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18425, '2025-11-25 03:19:21', 'W', '92.99.201.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 10'),
(18426, '2025-11-25 03:19:54', 'W', '167.62.30.12', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(18427, '2025-11-25 03:21:13', 'W', '170.244.161.78', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Windows 8'),
(18428, '2025-11-25 03:22:11', 'W', '200.24.196.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(18429, '2025-11-25 03:22:11', 'W', '103.219.235.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18430, '2025-11-25 03:22:13', 'W', '152.231.35.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18431, '2025-11-25 03:22:14', 'W', '200.107.116.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18432, '2025-11-25 03:22:14', 'W', '106.196.97.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18433, '2025-11-25 03:22:15', 'W', '187.188.73.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36', 'Chrome', 'Windows 10'),
(18434, '2025-11-25 03:22:16', 'W', '176.105.209.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18435, '2025-11-25 03:22:17', 'W', '189.141.241.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18436, '2025-11-25 03:22:17', 'W', '175.136.97.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18437, '2025-11-25 03:22:21', 'W', '131.108.140.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18438, '2025-11-25 03:26:30', 'W', '192.81.213.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18439, '2025-11-25 03:26:30', 'W', '78.154.163.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18440, '2025-11-25 03:26:32', 'W', '89.148.47.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18441, '2025-11-25 03:26:33', 'W', '201.218.242.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18442, '2025-11-25 03:26:33', 'W', '186.77.205.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18443, '2025-11-25 03:26:34', 'W', '157.230.60.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18444, '2025-11-25 03:26:36', 'W', '190.89.184.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18445, '2025-11-25 03:28:06', 'W', '92.62.71.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18446, '2025-11-25 03:28:07', 'W', '179.49.27.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18447, '2025-11-25 03:28:08', 'W', '186.32.217.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18448, '2025-11-25 03:28:10', 'W', '189.178.205.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18449, '2025-11-25 03:28:11', 'W', '177.138.165.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18450, '2025-11-25 03:28:12', 'W', '186.153.71.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18451, '2025-11-25 03:28:13', 'W', '200.192.151.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18452, '2025-11-25 03:29:26', 'W', '170.78.211.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18453, '2025-11-25 03:29:27', 'W', '151.244.150.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18454, '2025-11-25 03:29:28', 'W', '72.50.62.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18455, '2025-11-25 03:29:29', 'W', '103.155.118.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18456, '2025-11-25 03:29:30', 'W', '200.229.10.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18457, '2025-11-25 03:29:31', 'W', '168.121.98.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18458, '2025-11-25 03:29:32', 'W', '187.109.133.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18459, '2025-11-25 03:29:37', 'W', '190.115.65.198', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(18460, '2025-11-25 03:29:38', 'W', '38.166.156.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36', 'Chrome', 'Mac OS X'),
(18461, '2025-11-25 03:29:54', 'W', '177.44.171.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18462, '2025-11-25 03:29:54', 'W', '91.225.143.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18463, '2025-11-25 03:29:56', 'W', '152.250.139.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18464, '2025-11-25 03:29:57', 'W', '36.68.130.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18465, '2025-11-25 03:29:58', 'W', '186.22.16.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18466, '2025-11-25 03:29:58', 'W', '45.236.143.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18467, '2025-11-25 03:30:00', 'W', '136.228.172.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18468, '2025-11-25 03:30:10', 'W', '189.50.32.186', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(18469, '2025-11-25 03:31:16', 'W', '103.231.162.159', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 7'),
(18470, '2025-11-25 03:31:48', 'W', '149.200.140.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18471, '2025-11-25 03:31:50', 'W', '190.245.118.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18472, '2025-11-25 03:31:52', 'W', '169.224.17.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18473, '2025-11-25 03:31:53', 'W', '138.219.238.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18474, '2025-11-25 03:31:55', 'W', '94.230.228.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18475, '2025-11-25 03:31:56', 'W', '170.239.159.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18476, '2025-11-25 03:32:01', 'W', '181.115.63.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18477, '2025-11-25 03:32:20', 'W', '116.99.249.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(18478, '2025-11-25 03:33:48', 'W', '94.230.230.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18479, '2025-11-25 03:33:51', 'W', '84.54.120.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18480, '2025-11-25 03:33:53', 'W', '177.128.145.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18481, '2025-11-25 03:33:54', 'W', '200.55.245.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18482, '2025-11-25 03:33:56', 'W', '190.130.138.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18483, '2025-11-25 03:33:56', 'W', '174.138.34.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18484, '2025-11-25 03:33:59', 'W', '5.62.145.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18485, '2025-11-25 03:36:10', 'W', '142.93.58.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18486, '2025-11-25 03:36:13', 'W', '42.106.31.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18487, '2025-11-25 03:36:13', 'W', '103.253.150.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18488, '2025-11-25 03:36:14', 'W', '159.203.182.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18489, '2025-11-25 03:36:16', 'W', '91.186.249.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18490, '2025-11-25 03:36:16', 'W', '190.133.101.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18491, '2025-11-25 03:36:17', 'W', '138.84.62.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18492, '2025-11-25 03:37:19', 'W', '213.230.86.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18493, '2025-11-25 03:37:21', 'W', '159.89.235.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18494, '2025-11-25 03:37:21', 'W', '157.230.57.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18495, '2025-11-25 03:37:23', 'W', '84.54.72.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18496, '2025-11-25 03:37:24', 'W', '94.158.60.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18497, '2025-11-25 03:37:26', 'W', '191.83.130.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18498, '2025-11-25 03:37:26', 'W', '169.224.21.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18499, '2025-11-25 03:38:30', 'W', '189.218.239.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18500, '2025-11-25 03:38:30', 'W', '31.167.135.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18501, '2025-11-25 03:38:31', 'W', '147.182.171.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18502, '2025-11-25 03:38:32', 'W', '38.171.63.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18503, '2025-11-25 03:38:33', 'W', '14.224.199.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18504, '2025-11-25 03:38:34', 'W', '157.230.15.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18505, '2025-11-25 03:38:42', 'W', '186.88.206.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(18506, '2025-11-25 03:40:28', 'W', '176.64.13.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Mac OS X'),
(18507, '2025-11-25 03:40:45', 'W', '189.189.175.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18508, '2025-11-25 03:40:46', 'W', '189.113.51.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18509, '2025-11-25 03:40:47', 'W', '45.190.140.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18510, '2025-11-25 03:40:48', 'W', '223.184.222.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18511, '2025-11-25 03:40:50', 'W', '197.145.191.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18512, '2025-11-25 03:40:51', 'W', '181.199.58.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18513, '2025-11-25 03:40:53', 'W', '103.125.179.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18514, '2025-11-25 03:42:12', 'W', '138.219.14.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18515, '2025-11-25 03:42:12', 'W', '177.37.117.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18516, '2025-11-25 03:42:14', 'W', '187.19.224.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18517, '2025-11-25 03:42:16', 'W', '37.110.214.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18518, '2025-11-25 03:42:17', 'W', '14.170.101.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18519, '2025-11-25 03:42:17', 'W', '37.238.210.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18520, '2025-11-25 03:42:20', 'W', '180.74.216.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18521, '2025-11-25 03:50:54', 'W', '201.225.11.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18522, '2025-11-25 03:50:56', 'W', '165.22.191.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18523, '2025-11-25 03:50:59', 'W', '169.224.7.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18524, '2025-11-25 03:51:01', 'W', '103.174.215.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18525, '2025-11-25 03:51:03', 'W', '94.20.230.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18526, '2025-11-25 03:51:04', 'W', '200.53.192.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18527, '2025-11-25 03:51:07', 'W', '51.39.231.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18528, '2025-11-25 03:51:51', 'W', '43.173.181.217', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18529, '2025-11-25 03:52:41', 'W', '152.202.232.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18530, '2025-11-25 03:52:42', 'W', '201.234.117.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18531, '2025-11-25 03:52:43', 'W', '187.209.140.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18532, '2025-11-25 03:52:45', 'W', '86.108.17.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18533, '2025-11-25 03:52:45', 'W', '124.106.136.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18534, '2025-11-25 03:52:46', 'W', '176.28.165.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18535, '2025-11-25 03:52:47', 'W', '5.62.145.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18536, '2025-11-25 03:52:48', 'W', '143.255.111.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18537, '2025-11-25 03:53:58', 'W', '106.205.179.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18538, '2025-11-25 03:53:58', 'W', '183.171.191.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18539, '2025-11-25 03:54:00', 'W', '45.112.47.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18540, '2025-11-25 03:54:00', 'W', '177.223.31.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18541, '2025-11-25 03:54:00', 'W', '178.131.128.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18542, '2025-11-25 03:54:02', 'W', '159.223.121.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18543, '2025-11-25 03:54:03', 'W', '187.155.58.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18544, '2025-11-25 03:54:03', 'W', '213.206.63.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18545, '2025-11-25 03:54:04', 'W', '195.5.56.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18546, '2025-11-25 03:54:05', 'W', '190.110.34.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18547, '2025-11-25 03:54:08', 'W', '187.19.230.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18548, '2025-11-25 03:54:10', 'W', '37.124.71.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18549, '2025-11-25 03:54:12', 'W', '165.165.115.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18550, '2025-11-25 03:54:12', 'W', '47.11.3.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18551, '2025-11-25 03:57:27', 'W', '177.4.63.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18552, '2025-11-25 03:57:29', 'W', '103.190.45.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18553, '2025-11-25 03:57:31', 'W', '45.189.58.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18554, '2025-11-25 03:57:34', 'W', '37.111.218.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18555, '2025-11-25 03:57:34', 'W', '148.227.73.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18556, '2025-11-25 03:57:37', 'W', '45.164.30.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18557, '2025-11-25 03:57:37', 'W', '38.222.129.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18558, '2025-11-25 03:57:42', 'W', '190.55.237.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18559, '2025-11-25 03:59:55', 'W', '38.156.230.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18560, '2025-11-25 03:59:56', 'W', '187.189.142.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18561, '2025-11-25 03:59:57', 'W', '200.124.167.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18562, '2025-11-25 03:59:57', 'W', '198.12.37.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18563, '2025-11-25 03:59:58', 'W', '38.191.141.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18564, '2025-11-25 03:59:59', 'W', '190.188.3.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18565, '2025-11-25 04:00:00', 'W', '131.100.241.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18566, '2025-11-25 04:00:03', 'W', '45.180.241.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18567, '2025-11-25 04:00:35', 'W', '142.93.126.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18568, '2025-11-25 04:00:35', 'W', '5.62.143.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18569, '2025-11-25 04:00:37', 'W', '191.5.197.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18570, '2025-11-25 04:00:38', 'W', '45.178.2.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18571, '2025-11-25 04:00:39', 'W', '103.253.151.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18572, '2025-11-25 04:00:40', 'W', '170.83.116.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18573, '2025-11-25 04:00:41', 'W', '189.123.97.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18574, '2025-11-25 04:00:43', 'W', '2.90.237.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18575, '2025-11-25 04:02:59', 'W', '181.197.40.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18576, '2025-11-25 04:03:00', 'W', '37.63.19.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18577, '2025-11-25 04:03:02', 'W', '189.217.88.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18578, '2025-11-25 04:03:04', 'W', '159.89.93.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18579, '2025-11-25 04:03:11', 'W', '86.108.70.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18580, '2025-11-25 04:03:14', 'W', '217.199.145.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18581, '2025-11-25 04:03:17', 'W', '157.100.137.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18582, '2025-11-25 04:03:17', 'W', '190.140.113.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18583, '2025-11-25 04:04:45', 'W', '189.196.204.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18584, '2025-11-25 04:04:46', 'W', '168.205.109.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18585, '2025-11-25 04:04:46', 'W', '170.231.235.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18586, '2025-11-25 04:05:48', 'W', '190.224.83.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18587, '2025-11-25 04:05:49', 'W', '177.124.11.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18588, '2025-11-25 04:05:49', 'W', '138.118.88.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18589, '2025-11-25 04:05:51', 'W', '138.186.161.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18590, '2025-11-25 04:05:52', 'W', '189.28.65.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18591, '2025-11-25 04:05:55', 'W', '43.246.221.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18592, '2025-11-25 04:05:56', 'W', '177.21.143.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18593, '2025-11-25 04:05:57', 'W', '177.236.11.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18594, '2025-11-25 04:06:22', 'W', '102.249.64.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18595, '2025-11-25 04:07:50', 'W', '187.10.20.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18596, '2025-11-25 04:07:51', 'W', '103.167.66.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18597, '2025-11-25 04:07:53', 'W', '159.65.225.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18598, '2025-11-25 04:07:53', 'W', '167.62.230.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18599, '2025-11-25 04:07:56', 'W', '177.72.85.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18600, '2025-11-25 04:07:56', 'W', '180.74.227.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18601, '2025-11-25 04:07:58', 'W', '103.253.18.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18602, '2025-11-25 04:07:59', 'W', '213.230.87.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18603, '2025-11-25 04:11:16', 'W', '187.161.134.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18604, '2025-11-25 04:11:19', 'W', '157.100.137.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18605, '2025-11-25 04:11:20', 'W', '190.3.50.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18606, '2025-11-25 04:11:22', 'W', '187.187.207.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18607, '2025-11-25 04:11:23', 'W', '170.244.202.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18608, '2025-11-25 04:11:25', 'W', '137.184.193.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18609, '2025-11-25 04:11:26', 'W', '45.165.85.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18610, '2025-11-25 04:11:26', 'W', '103.122.142.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18611, '2025-11-25 04:12:51', 'W', '187.36.161.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18612, '2025-11-25 04:12:54', 'W', '45.190.212.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18613, '2025-11-25 04:12:58', 'W', '45.237.127.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18614, '2025-11-25 04:13:00', 'W', '186.208.150.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18615, '2025-11-25 04:13:01', 'W', '177.86.38.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18616, '2025-11-25 04:13:02', 'W', '165.227.89.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18617, '2025-11-25 04:13:02', 'W', '182.190.218.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18618, '2025-11-25 04:13:05', 'W', '169.224.126.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18619, '2025-11-25 04:14:46', 'W', '141.253.101.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(18620, '2025-11-25 04:16:16', 'W', '157.100.198.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18621, '2025-11-25 04:16:17', 'W', '167.99.232.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18622, '2025-11-25 04:16:19', 'W', '206.189.183.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18623, '2025-11-25 04:16:20', 'W', '94.123.235.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18624, '2025-11-25 04:16:21', 'W', '190.112.96.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18625, '2025-11-25 04:16:21', 'W', '168.227.98.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18626, '2025-11-25 04:16:25', 'W', '197.248.116.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18627, '2025-11-25 04:16:26', 'W', '157.15.210.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18628, '2025-11-25 04:16:37', 'W', '191.185.73.21', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Windows 7'),
(18629, '2025-11-25 04:17:45', 'W', '103.138.26.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18630, '2025-11-25 04:17:46', 'W', '142.93.254.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18631, '2025-11-25 04:17:47', 'W', '187.201.191.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18632, '2025-11-25 04:17:49', 'W', '170.83.144.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18633, '2025-11-25 04:17:49', 'W', '37.238.4.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18634, '2025-11-25 04:17:50', 'W', '170.80.240.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18635, '2025-11-25 04:17:52', 'W', '46.251.206.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18636, '2025-11-25 04:17:57', 'W', '45.180.35.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18637, '2025-11-25 04:19:16', 'W', '190.52.107.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18638, '2025-11-25 04:19:17', 'W', '169.224.18.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18639, '2025-11-25 04:19:19', 'W', '187.252.203.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18640, '2025-11-25 04:19:20', 'W', '126.209.73.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18641, '2025-11-25 04:19:21', 'W', '170.82.155.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18642, '2025-11-25 04:19:22', 'W', '189.217.8.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18643, '2025-11-25 04:19:25', 'W', '49.36.191.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18644, '2025-11-25 04:19:41', 'W', '179.105.27.188', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'Chrome', 'Windows 7'),
(18645, '2025-11-25 04:20:58', 'W', '189.29.147.43', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(18646, '2025-11-25 04:21:02', 'W', '179.29.248.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(18647, '2025-11-25 04:24:18', 'W', '123.21.229.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(18648, '2025-11-25 04:37:48', 'A', '138.226.237.83', 'Mozilla/5.0 (Linux; Android 9; ASUS_I005DA Build/PI; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.122 Mobile', 'Handheld Browser', 'Android'),
(18649, '2025-11-25 04:52:59', 'W', '77.13.67.215', 'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/535.40.7 (KHTML, like Gecko) Version/5.1 Safari/535.40.7', 'Safari', 'Unknown OS Platform'),
(18650, '2025-11-25 05:13:45', 'W', '17.22.253.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18651, '2025-11-25 05:14:59', 'W', '186.158.200.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18652, '2025-11-25 05:15:02', 'W', '176.236.226.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18653, '2025-11-25 05:15:03', 'W', '206.84.34.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18654, '2025-11-25 05:15:03', 'W', '152.32.68.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18655, '2025-11-25 05:15:04', 'W', '170.81.156.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18656, '2025-11-25 05:15:06', 'W', '177.62.157.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18657, '2025-11-25 05:15:06', 'W', '170.150.98.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18658, '2025-11-25 05:15:58', 'W', '177.137.195.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(18659, '2025-11-25 05:16:43', 'W', '123.26.226.74', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(18660, '2025-11-25 05:17:37', 'W', '14.167.12.192', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 AOL/11.0 AOLBUILD/11.0.1839 Safari/537.36', 'Chrome', 'Windows 10'),
(18661, '2025-11-25 05:21:19', 'W', '98.56.179.25', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/3.0)', 'Internet Explorer', 'Windows Vista'),
(18662, '2025-11-25 05:24:59', 'W', '14.191.244.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(18663, '2025-11-25 05:25:36', 'W', '123.28.96.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(18664, '2025-11-25 05:26:56', 'W', '147.135.213.38', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(18665, '2025-11-25 05:31:51', 'W', '17.22.245.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18666, '2025-11-25 05:49:59', 'W', '17.246.19.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18667, '2025-11-25 06:15:09', 'W', '168.232.172.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18668, '2025-11-25 06:15:51', 'W', '189.217.89.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(18669, '2025-11-25 06:17:36', 'W', '14.231.179.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18670, '2025-11-25 06:17:43', 'W', '51.36.220.71', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18671, '2025-11-25 06:19:48', 'W', '14.167.170.179', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.140 Safari/537.36', 'Chrome', 'Windows 7'),
(18672, '2025-11-25 06:19:48', 'W', '17.246.23.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18673, '2025-11-25 06:19:50', 'W', '189.162.108.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Windows 10'),
(18674, '2025-11-25 06:22:41', 'W', '92.62.69.239', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36', 'Chrome', 'Windows 7'),
(18675, '2025-11-25 06:28:30', 'W', '218.152.33.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(18676, '2025-11-25 06:57:58', 'W', '17.241.219.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18677, '2025-11-25 07:14:21', 'W', '45.4.229.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(18678, '2025-11-25 07:15:23', 'W', '157.10.184.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(18679, '2025-11-25 07:15:26', 'W', '186.250.80.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(18680, '2025-11-25 07:15:42', 'W', '17.241.219.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18681, '2025-11-25 07:16:23', 'W', '181.91.85.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(18682, '2025-11-25 07:16:23', 'W', '160.19.226.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(18683, '2025-11-25 07:17:43', 'W', '151.236.166.48', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.40 Safari/537.36', 'Chrome', 'Mac OS X'),
(18684, '2025-11-25 07:26:11', 'W', '14.180.31.138', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8'),
(18685, '2025-11-25 07:28:08', 'W', '177.222.178.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(18686, '2025-11-25 07:34:20', 'W', '146.174.187.255', 'Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50', 'Chrome', 'Linux'),
(18687, '2025-11-25 07:35:16', 'W', '23.98.142.180', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(18688, '2025-11-25 07:50:04', 'I', '49.43.132.158', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/535.1 (KHTML, like Gecko) FxiOS/15.8s8892.0 Mobile/85I079 Safari/535.1', 'Handheld Browser', 'iPhone'),
(18689, '2025-11-25 07:56:36', 'W', '124.222.0.76', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18690, '2025-11-25 08:03:35', 'W', '100.28.98.116', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(18691, '2025-11-25 08:03:59', 'W', '54.83.189.183', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(18692, '2025-11-25 08:05:11', 'W', '23.22.38.164', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(18693, '2025-11-25 08:06:31', 'W', '34.192.71.27', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(18694, '2025-11-25 08:09:32', 'W', '169.224.3.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18695, '2025-11-25 08:10:36', 'W', '2.134.101.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18696, '2025-11-25 08:11:38', 'W', '103.150.69.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18697, '2025-11-25 08:12:43', 'W', '43.173.180.55', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18698, '2025-11-25 08:14:51', 'W', '185.244.152.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18699, '2025-11-25 08:15:57', 'W', '197.248.75.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18700, '2025-11-25 08:16:59', 'W', '102.206.123.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(18701, '2025-11-25 08:17:00', 'W', '5.175.147.240', 'Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows XP'),
(18702, '2025-11-25 08:18:04', 'W', '103.10.195.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 10'),
(18703, '2025-11-25 08:19:02', 'W', '202.76.173.121', 'Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.343 Safari/534.10', 'Chrome', 'Unknown OS Platform'),
(18704, '2025-11-25 08:21:02', 'W', '196.189.29.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(18705, '2025-11-25 08:35:30', 'W', '198.235.24.24', '', 'Unknown Browser', 'Unknown OS Platform'),
(18706, '2025-11-25 09:14:30', 'W', '37.41.187.55', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.140 Safari/537.36', 'Chrome', 'Windows 7'),
(18707, '2025-11-25 09:15:26', 'W', '187.10.83.79', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 8'),
(18708, '2025-11-25 09:16:10', 'W', '109.105.200.206', 'Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18709, '2025-11-25 09:16:35', 'W', '201.51.137.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4950.0 Iron Safari/537.36', 'Chrome', 'Windows 10'),
(18710, '2025-11-25 09:17:17', 'W', '186.39.53.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(18711, '2025-11-25 09:20:03', 'W', '138.118.30.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(18712, '2025-11-25 09:20:03', 'W', '187.84.3.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 CravingExplorer/2.4.1', 'Chrome', 'Windows 10'),
(18713, '2025-11-25 09:20:20', 'W', '85.154.55.221', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(18714, '2025-11-25 09:21:23', 'W', '202.61.244.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6515.355 Safari/537.36', 'Chrome', 'Windows 10'),
(18715, '2025-11-25 09:42:36', 'W', '43.173.173.101', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18716, '2025-11-25 10:01:00', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6402.187 Safari/537.36', 'Chrome', 'Windows 10'),
(18717, '2025-11-25 10:02:54', 'W', '52.167.144.203', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18718, '2025-11-25 10:13:59', 'W', '14.230.29.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18719, '2025-11-25 10:14:27', 'W', '14.229.215.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(18720, '2025-11-25 10:15:43', 'W', '197.59.164.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(18721, '2025-11-25 10:16:20', 'W', '197.95.89.148', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18722, '2025-11-25 10:29:54', 'W', '152.53.53.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2830.293 Safari/537.36', 'Chrome', 'Windows 10'),
(18723, '2025-11-25 10:32:54', 'W', '217.182.195.181', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(18724, '2025-11-25 10:35:37', 'W', '52.167.144.225', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18725, '2025-11-25 10:44:44', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8175.459 Safari/537.36', 'Chrome', 'Windows 10'),
(18726, '2025-11-25 10:47:16', 'W', '37.120.184.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3145.685 Safari/537.36', 'Chrome', 'Windows 10'),
(18727, '2025-11-25 10:47:27', 'W', '152.53.15.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5022.814 Safari/537.36', 'Chrome', 'Windows 10'),
(18728, '2025-11-25 11:00:29', 'W', '152.53.108.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2641.167 Safari/537.36', 'Chrome', 'Windows 10'),
(18729, '2025-11-25 11:00:51', 'W', '37.120.184.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1679.305 Safari/537.36', 'Chrome', 'Windows 10'),
(18730, '2025-11-25 11:02:25', 'W', '4.196.118.124', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(18731, '2025-11-25 11:08:36', 'W', '74.7.242.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(18732, '2025-11-25 11:14:35', 'W', '190.151.225.157', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(18733, '2025-11-25 11:15:45', 'W', '102.141.50.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(18734, '2025-11-25 11:16:38', 'W', '102.159.52.44', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(18735, '2025-11-25 11:17:02', 'W', '89.41.104.242', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4558.0 Safari/537.36', 'Chrome', 'Windows 7'),
(18736, '2025-11-25 11:17:29', 'W', '177.54.224.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(18737, '2025-11-25 11:18:38', 'W', '170.239.37.17', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(18738, '2025-11-25 11:19:02', 'W', '58.97.226.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18739, '2025-11-25 11:19:03', 'W', '182.191.163.234', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Windows 7'),
(18740, '2025-11-25 11:19:15', 'W', '196.188.33.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(18741, '2025-11-25 11:25:01', 'W', '43.173.182.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18742, '2025-11-25 11:26:46', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1457.961 Safari/537.36', 'Chrome', 'Windows 10'),
(18743, '2025-11-25 11:34:19', 'W', '43.173.179.120', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18744, '2025-11-25 11:36:30', 'W', '152.53.51.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3286.868 Safari/537.36', 'Chrome', 'Windows 10'),
(18745, '2025-11-25 11:44:10', 'W', '152.53.111.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7118.326 Safari/537.36', 'Chrome', 'Windows 10'),
(18746, '2025-11-25 11:45:37', 'W', '152.53.108.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7268.946 Safari/537.36', 'Chrome', 'Windows 10'),
(18747, '2025-11-25 11:55:40', 'A', '47.128.30.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(18748, '2025-11-25 11:59:43', 'W', '177.223.172.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(18749, '2025-11-25 12:01:32', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5310.896 Safari/537.36', 'Chrome', 'Windows 10'),
(18750, '2025-11-25 12:13:49', 'W', '177.85.235.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Windows 10'),
(18751, '2025-11-25 12:13:57', 'W', '182.190.165.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(18752, '2025-11-25 12:15:10', 'W', '176.222.63.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18753, '2025-11-25 12:16:18', 'W', '179.125.155.124', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 7'),
(18754, '2025-11-25 12:18:00', 'W', '181.191.196.189', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(18755, '2025-11-25 12:18:04', 'W', '189.131.116.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(18756, '2025-11-25 12:18:16', 'W', '38.171.238.73', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(18757, '2025-11-25 12:18:41', 'W', '49.0.4.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(18758, '2025-11-25 12:19:34', 'W', '197.54.113.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(18759, '2025-11-25 12:19:41', 'W', '168.121.108.237', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(18760, '2025-11-25 12:24:47', 'W', '62.84.185.60', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(18761, '2025-11-25 12:26:36', 'W', '217.17.230.49', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4.90; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(18762, '2025-11-25 12:34:34', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2719.980 Safari/537.36', 'Chrome', 'Windows 10'),
(18763, '2025-11-25 12:34:54', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4984.364 Safari/537.36', 'Chrome', 'Windows 10'),
(18764, '2025-11-25 12:38:17', 'W', '89.58.29.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2320.550 Safari/537.36', 'Chrome', 'Windows 10'),
(18765, '2025-11-25 12:42:34', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9489.780 Safari/537.36', 'Chrome', 'Windows 10'),
(18766, '2025-11-25 13:04:36', 'W', '94.23.188.201', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(18767, '2025-11-25 13:10:43', 'W', '17.241.227.184', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18768, '2025-11-25 13:13:16', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4186.246 Safari/537.36', 'Chrome', 'Windows 10'),
(18769, '2025-11-25 13:13:59', 'W', '17.246.19.151', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18770, '2025-11-25 13:14:00', 'W', '197.32.110.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 10'),
(18771, '2025-11-25 13:17:49', 'W', '45.184.96.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(18772, '2025-11-25 13:18:06', 'W', '89.58.46.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2801.441 Safari/537.36', 'Chrome', 'Windows 10'),
(18773, '2025-11-25 13:19:33', 'W', '103.76.241.22', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 8.1'),
(18774, '2025-11-25 13:19:42', 'W', '113.163.73.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(18775, '2025-11-25 13:19:46', 'W', '84.115.214.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4137.1 SputnikBrowser/5.6.6280.0 (GOST) Safari/537.36', 'Chrome', 'Windows 10'),
(18776, '2025-11-25 13:19:52', 'W', '37.238.197.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(18777, '2025-11-25 13:20:10', 'W', '46.53.232.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(18778, '2025-11-25 13:22:42', 'W', '2.132.237.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(18779, '2025-11-25 13:22:58', 'W', '188.68.33.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7261.317 Safari/537.36', 'Chrome', 'Windows 10'),
(18780, '2025-11-25 13:23:27', 'W', '152.232.160.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(18781, '2025-11-25 13:23:37', 'W', '17.241.75.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18782, '2025-11-25 13:24:00', 'W', '152.53.2.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1092.231 Safari/537.36', 'Chrome', 'Windows 10'),
(18783, '2025-11-25 13:32:38', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9903.973 Safari/537.36', 'Chrome', 'Windows 10'),
(18784, '2025-11-25 13:38:23', 'W', '18.214.196.124', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(18785, '2025-11-25 13:48:04', 'W', '202.76.171.229', 'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16', 'Chrome', 'Linux'),
(18786, '2025-11-25 13:53:36', 'W', '17.246.15.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18787, '2025-11-25 13:55:52', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9212.518 Safari/537.36', 'Chrome', 'Windows 10'),
(18788, '2025-11-25 13:57:16', 'W', '37.120.185.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2219.316 Safari/537.36', 'Chrome', 'Windows 10'),
(18789, '2025-11-25 14:03:27', 'W', '152.53.103.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1488.443 Safari/537.36', 'Chrome', 'Windows 10'),
(18790, '2025-11-25 14:10:19', 'W', '37.120.187.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5052.121 Safari/537.36', 'Chrome', 'Windows 10'),
(18791, '2025-11-25 14:13:03', 'W', '52.74.142.177', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(18792, '2025-11-25 14:13:59', 'W', '197.113.38.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(18793, '2025-11-25 14:14:15', 'W', '105.225.15.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(18794, '2025-11-25 14:14:15', 'W', '92.63.204.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Windows 10'),
(18795, '2025-11-25 14:14:40', 'W', '17.241.219.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18796, '2025-11-25 14:15:16', 'W', '177.91.251.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(18797, '2025-11-25 14:17:04', 'W', '78.40.180.180', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'Chrome', 'Windows 7'),
(18798, '2025-11-25 14:17:05', 'W', '82.215.103.105', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4371.0 Safari/537.36', 'Chrome', 'Windows 7'),
(18799, '2025-11-25 14:17:20', 'W', '187.63.84.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(18800, '2025-11-25 14:17:22', 'W', '103.80.3.68', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(18801, '2025-11-25 14:17:27', 'W', '190.244.77.74', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(18802, '2025-11-25 14:17:53', 'W', '5.252.227.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9181.217 Safari/537.36', 'Chrome', 'Windows 10'),
(18803, '2025-11-25 14:19:52', 'W', '154.84.214.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(18804, '2025-11-25 14:20:17', 'W', '67.203.207.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(18805, '2025-11-25 14:29:56', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9597.135 Safari/537.36', 'Chrome', 'Windows 10'),
(18806, '2025-11-25 14:31:05', 'W', '17.22.237.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18807, '2025-11-25 14:37:00', 'W', '17.241.219.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18808, '2025-11-25 14:41:50', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7611.517 Safari/537.36', 'Chrome', 'Windows 10'),
(18809, '2025-11-25 14:44:18', 'W', '17.22.245.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18810, '2025-11-25 14:47:10', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3923.778 Safari/537.36', 'Chrome', 'Windows 10'),
(18811, '2025-11-25 14:51:23', 'W', '89.58.18.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5382.355 Safari/537.36', 'Chrome', 'Windows 10'),
(18812, '2025-11-25 14:52:44', 'W', '43.173.177.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18813, '2025-11-25 14:53:25', 'W', '17.22.237.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18814, '2025-11-25 15:06:30', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2121.887 Safari/537.36', 'Chrome', 'Windows 10'),
(18815, '2025-11-25 15:07:38', 'W', '17.246.15.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18816, '2025-11-25 15:09:15', 'W', '152.53.67.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4170.788 Safari/537.36', 'Chrome', 'Windows 10'),
(18817, '2025-11-25 15:13:24', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8085.316 Safari/537.36', 'Chrome', 'Windows 10'),
(18818, '2025-11-25 15:14:02', 'W', '102.223.59.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(18819, '2025-11-25 15:15:38', 'W', '176.202.32.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.4078.2 Safari/537.36', 'Chrome', 'Mac OS X'),
(18820, '2025-11-25 15:16:09', 'W', '39.47.61.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(18821, '2025-11-25 15:16:10', 'W', '131.100.98.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(18822, '2025-11-25 15:16:14', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6577.501 Safari/537.36', 'Chrome', 'Windows 10'),
(18823, '2025-11-25 15:23:14', 'W', '37.114.176.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(18824, '2025-11-25 15:23:17', 'W', '223.233.84.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(18825, '2025-11-25 15:24:32', 'W', '190.94.137.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(18826, '2025-11-25 15:24:33', 'W', '152.204.180.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'Chrome', 'Windows 10'),
(18827, '2025-11-25 15:25:10', 'W', '17.22.245.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18828, '2025-11-25 15:29:09', 'W', '17.246.15.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18829, '2025-11-25 15:37:26', 'W', '109.206.181.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(18830, '2025-11-25 15:48:16', 'W', '37.120.187.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1882.357 Safari/537.36', 'Chrome', 'Windows 10'),
(18831, '2025-11-25 15:48:33', 'W', '17.22.253.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18832, '2025-11-25 15:51:05', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7582.771 Safari/537.36', 'Chrome', 'Windows 10'),
(18833, '2025-11-25 15:51:41', 'W', '89.58.29.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6760.470 Safari/537.36', 'Chrome', 'Windows 10'),
(18834, '2025-11-25 15:56:22', 'W', '103.151.188.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18835, '2025-11-25 15:56:49', 'W', '52.167.144.194', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18836, '2025-11-25 15:57:24', 'W', '38.183.236.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18837, '2025-11-25 16:03:07', 'W', '202.76.143.93', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30', 'Chrome', 'Ubuntu'),
(18838, '2025-11-25 16:09:58', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4554.117 Safari/537.36', 'Chrome', 'Windows 10'),
(18839, '2025-11-25 16:10:08', 'W', '202.76.169.196', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0', 'Chrome', 'Mac OS X'),
(18840, '2025-11-25 16:13:48', 'W', '152.53.86.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6130.169 Safari/537.36', 'Chrome', 'Windows 10'),
(18841, '2025-11-25 16:16:43', 'W', '175.212.160.144', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(18842, '2025-11-25 16:19:09', 'W', '37.56.0.243', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(18843, '2025-11-25 16:22:24', 'W', '17.246.15.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18844, '2025-11-25 16:24:54', 'W', '17.22.237.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18845, '2025-11-25 16:26:41', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8021.716 Safari/537.36', 'Chrome', 'Windows 10'),
(18846, '2025-11-25 16:36:50', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2069.743 Safari/537.36', 'Chrome', 'Windows 10'),
(18847, '2025-11-25 16:48:54', 'W', '152.53.23.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6849.176 Safari/537.36', 'Chrome', 'Windows 10'),
(18848, '2025-11-25 16:54:29', 'W', '34.61.217.64', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36', 'Chrome', 'Windows 8'),
(18849, '2025-11-25 17:01:07', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2503.376 Safari/537.36', 'Chrome', 'Windows 10'),
(18850, '2025-11-25 17:03:27', 'A', '47.128.19.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(18851, '2025-11-25 17:04:16', 'A', '47.128.37.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(18852, '2025-11-25 17:06:10', 'W', '124.243.137.230', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(18853, '2025-11-25 17:06:58', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3417.694 Safari/537.36', 'Chrome', 'Windows 10'),
(18854, '2025-11-25 17:08:50', 'W', '38.51.207.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18855, '2025-11-25 17:16:44', 'W', '181.13.205.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18856, '2025-11-25 17:18:15', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6454.846 Safari/537.36', 'Chrome', 'Windows 10'),
(18857, '2025-11-25 17:19:49', 'W', '51.36.99.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18858, '2025-11-25 17:27:29', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5482.113 Safari/537.36', 'Chrome', 'Windows 10'),
(18859, '2025-11-25 17:36:20', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7683.381 Safari/537.36', 'Chrome', 'Windows 10'),
(18860, '2025-11-25 17:41:27', 'W', '23.98.142.186', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(18861, '2025-11-25 17:44:07', 'W', '46.250.162.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(18862, '2025-11-25 17:59:00', 'W', '17.246.23.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18863, '2025-11-25 18:05:23', 'W', '14.177.205.144', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(18864, '2025-11-25 18:05:27', 'W', '17.241.227.27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18865, '2025-11-25 18:07:17', 'A', '156.59.198.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(18866, '2025-11-25 18:07:39', 'W', '162.128.163.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(18867, '2025-11-25 18:10:04', 'W', '131.161.223.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(18868, '2025-11-25 18:10:41', 'W', '17.246.19.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18869, '2025-11-25 18:15:05', 'W', '197.25.82.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(18870, '2025-11-25 18:16:19', 'W', '45.163.75.43', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18871, '2025-11-25 18:16:25', 'W', '181.224.173.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18872, '2025-11-25 18:30:58', 'W', '18.141.242.15', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(18873, '2025-11-25 18:31:22', 'W', '152.53.86.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4514.254 Safari/537.36', 'Chrome', 'Windows 10'),
(18874, '2025-11-25 18:35:43', 'W', '17.22.245.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18875, '2025-11-25 18:40:08', 'W', '176.119.98.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(18876, '2025-11-25 18:40:24', 'W', '89.58.27.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1742.450 Safari/537.36', 'Chrome', 'Windows 10'),
(18877, '2025-11-25 18:43:14', 'W', '43.173.175.151', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18878, '2025-11-25 18:45:20', 'W', '83.171.207.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18879, '2025-11-25 18:50:42', 'W', '37.120.185.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4516.686 Safari/537.36', 'Chrome', 'Windows 10'),
(18880, '2025-11-25 18:52:33', 'W', '68.221.67.162', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(18881, '2025-11-25 19:08:27', 'W', '154.250.1.232', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18882, '2025-11-25 19:10:10', 'W', '17.246.23.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18883, '2025-11-25 19:15:14', 'W', '102.97.28.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(18884, '2025-11-25 19:38:28', 'W', '95.56.56.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(18885, '2025-11-25 19:38:49', 'W', '45.179.65.181', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36', 'Chrome', 'Windows 8'),
(18886, '2025-11-25 20:03:03', 'W', '202.76.173.141', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS; pl-pl) AppleWebKit/412 (KHTML, like Gecko) Safari/412', 'Safari', 'Mac OS X'),
(18887, '2025-11-25 20:13:57', 'W', '41.97.191.4', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 AOL/11.0 AOLBUILD/11.0.1839 Safari/537.36', 'Chrome', 'Windows 10'),
(18888, '2025-11-25 20:13:58', 'W', '186.19.110.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(18889, '2025-11-25 20:20:01', 'W', '51.68.247.220', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(18890, '2025-11-25 20:23:07', 'W', '152.53.87.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6076.715 Safari/537.36', 'Chrome', 'Windows 10'),
(18891, '2025-11-25 20:27:53', 'W', '52.167.144.197', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18892, '2025-11-25 20:30:35', 'W', '37.120.185.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1956.557 Safari/537.36', 'Chrome', 'Windows 10'),
(18893, '2025-11-25 20:37:57', 'W', '18.139.81.237', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(18894, '2025-11-25 20:40:04', 'W', '79.177.151.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(18895, '2025-11-25 20:42:40', 'W', '186.14.169.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Windows 10'),
(18896, '2025-11-25 20:45:14', 'W', '85.14.11.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(18897, '2025-11-25 20:52:57', 'W', '17.246.19.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18898, '2025-11-25 21:05:18', 'W', '177.99.1.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Windows 7'),
(18899, '2025-11-25 21:05:24', 'W', '102.191.73.171', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1623.0 Safari/537.36', 'Chrome', 'Windows 7'),
(18900, '2025-11-25 21:07:16', 'W', '152.53.2.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5618.947 Safari/537.36', 'Chrome', 'Windows 10'),
(18901, '2025-11-25 21:15:02', 'W', '14.176.22.182', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18902, '2025-11-25 21:19:37', 'W', '17.246.15.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18903, '2025-11-25 21:23:15', 'W', '52.220.174.74', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(18904, '2025-11-25 21:30:13', 'W', '197.200.23.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(18905, '2025-11-25 21:38:38', 'W', '152.53.49.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2613.366 Safari/537.36', 'Chrome', 'Windows 10'),
(18906, '2025-11-25 21:40:26', 'W', '105.74.73.211', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 8.1'),
(18907, '2025-11-25 21:41:39', 'W', '201.202.14.158', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F', 'Chrome', 'Linux'),
(18908, '2025-11-25 21:45:33', 'W', '40.77.167.43', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18909, '2025-11-25 21:47:00', 'W', '17.241.227.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18910, '2025-11-25 21:49:43', 'W', '17.241.227.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18911, '2025-11-25 21:51:25', 'W', '89.58.16.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8692.907 Safari/537.36', 'Chrome', 'Windows 10'),
(18912, '2025-11-25 21:51:46', 'W', '47.82.11.62', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(18913, '2025-11-25 21:52:43', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2298.940 Safari/537.36', 'Chrome', 'Windows 10'),
(18914, '2025-11-25 21:59:19', 'W', '17.246.23.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18915, '2025-11-25 22:01:53', 'W', '17.241.75.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18916, '2025-11-25 22:03:07', 'W', '17.22.237.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18917, '2025-11-25 22:04:23', 'W', '148.222.132.87', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 7'),
(18918, '2025-11-25 22:04:42', 'W', '129.122.244.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Windows 7'),
(18919, '2025-11-25 22:07:07', 'W', '109.236.46.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18920, '2025-11-25 22:07:10', 'W', '51.235.193.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18921, '2025-11-25 22:07:13', 'W', '179.0.183.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18922, '2025-11-25 22:07:17', 'W', '201.150.121.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18923, '2025-11-25 22:07:20', 'W', '138.219.218.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18924, '2025-11-25 22:07:21', 'W', '177.155.137.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18925, '2025-11-25 22:07:23', 'W', '170.231.121.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18926, '2025-11-25 22:07:24', 'W', '185.147.102.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18927, '2025-11-25 22:07:24', 'W', '191.177.174.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(18928, '2025-11-25 22:12:23', 'W', '45.173.197.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18929, '2025-11-25 22:12:25', 'W', '41.102.193.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18930, '2025-11-25 22:12:27', 'W', '177.184.71.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18931, '2025-11-25 22:12:28', 'W', '188.51.192.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18932, '2025-11-25 22:12:28', 'W', '177.47.251.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18933, '2025-11-25 22:12:29', 'W', '159.65.223.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18934, '2025-11-25 22:12:30', 'W', '68.183.27.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18935, '2025-11-25 22:12:30', 'W', '45.186.72.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18936, '2025-11-25 22:12:32', 'W', '186.216.181.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18937, '2025-11-25 22:14:31', 'W', '190.97.227.57', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36', 'Chrome', 'Windows 7'),
(18938, '2025-11-25 22:19:33', 'W', '202.61.238.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7349.699 Safari/537.36', 'Chrome', 'Windows 10'),
(18939, '2025-11-25 22:19:46', 'W', '17.246.23.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18940, '2025-11-25 22:20:45', 'W', '17.22.245.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18941, '2025-11-25 22:25:06', 'W', '46.232.251.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5599.701 Safari/537.36', 'Chrome', 'Windows 10'),
(18942, '2025-11-25 22:30:13', 'W', '152.53.110.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5026.169 Safari/537.36', 'Chrome', 'Windows 10'),
(18943, '2025-11-25 22:33:37', 'W', '200.236.251.34', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(18944, '2025-11-25 22:38:42', 'W', '152.53.108.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5782.420 Safari/537.36', 'Chrome', 'Windows 10'),
(18945, '2025-11-25 22:43:33', 'W', '104.36.21.59', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(18946, '2025-11-25 22:54:57', 'W', '165.0.129.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18947, '2025-11-25 22:55:00', 'W', '95.186.70.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18948, '2025-11-25 22:55:11', 'W', '201.227.235.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18949, '2025-11-25 22:55:14', 'W', '60.50.200.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18950, '2025-11-25 22:55:17', 'W', '45.185.194.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18951, '2025-11-25 22:55:21', 'W', '190.97.224.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18952, '2025-11-25 22:55:23', 'W', '38.158.126.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18953, '2025-11-25 22:55:23', 'W', '157.230.7.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18954, '2025-11-25 22:55:23', 'W', '223.123.32.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18955, '2025-11-25 23:07:42', 'W', '190.105.212.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18956, '2025-11-25 23:07:43', 'W', '157.230.182.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18957, '2025-11-25 23:07:43', 'W', '190.142.102.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18958, '2025-11-25 23:07:45', 'W', '192.81.215.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18959, '2025-11-25 23:07:45', 'W', '191.81.190.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18960, '2025-11-25 23:07:46', 'W', '190.142.55.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18961, '2025-11-25 23:07:47', 'W', '105.119.25.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18962, '2025-11-25 23:07:49', 'W', '204.199.122.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18963, '2025-11-25 23:07:50', 'W', '156.196.108.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18964, '2025-11-25 23:12:18', 'W', '17.22.245.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18965, '2025-11-25 23:19:28', 'W', '190.216.104.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18966, '2025-11-25 23:19:31', 'W', '83.120.25.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18967, '2025-11-25 23:19:32', 'W', '190.8.165.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18968, '2025-11-25 23:19:35', 'W', '190.46.89.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18969, '2025-11-25 23:19:35', 'W', '186.218.236.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18970, '2025-11-25 23:19:37', 'W', '178.251.107.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18971, '2025-11-25 23:19:38', 'W', '190.153.66.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18972, '2025-11-25 23:19:38', 'W', '187.182.237.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18973, '2025-11-25 23:19:40', 'W', '177.127.180.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18974, '2025-11-25 23:20:09', 'W', '17.246.23.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(18975, '2025-11-25 23:26:11', 'W', '152.53.17.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5846.352 Safari/537.36', 'Chrome', 'Windows 10'),
(18976, '2025-11-25 23:26:50', 'W', '135.236.155.22', '', 'Unknown Browser', 'Unknown OS Platform'),
(18977, '2025-11-25 23:29:52', 'W', '172.213.21.116', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(18978, '2025-11-25 23:29:54', 'W', '66.249.66.75', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(18979, '2025-11-25 23:33:24', 'W', '82.199.210.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(18980, '2025-11-25 23:43:56', 'W', '145.239.65.133', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(18981, '2025-11-25 23:44:53', 'W', '187.34.11.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18982, '2025-11-25 23:44:55', 'W', '213.200.15.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18983, '2025-11-25 23:44:57', 'W', '201.43.228.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18984, '2025-11-25 23:44:57', 'W', '38.95.86.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18985, '2025-11-25 23:44:57', 'W', '167.100.202.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18986, '2025-11-25 23:45:00', 'W', '186.194.21.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18987, '2025-11-25 23:45:01', 'W', '177.130.238.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18988, '2025-11-25 23:45:07', 'W', '190.9.97.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18989, '2025-11-25 23:48:35', 'W', '40.77.167.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(18990, '2025-11-25 23:49:51', 'W', '191.55.106.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18991, '2025-11-25 23:49:59', 'W', '37.238.164.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18992, '2025-11-25 23:50:00', 'W', '177.244.64.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18993, '2025-11-25 23:50:02', 'W', '45.190.185.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18994, '2025-11-25 23:50:03', 'W', '175.110.250.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18995, '2025-11-25 23:50:05', 'W', '181.46.71.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18996, '2025-11-25 23:50:05', 'W', '191.243.149.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18997, '2025-11-25 23:50:07', 'W', '151.255.39.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18998, '2025-11-25 23:50:08', 'W', '38.183.9.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(18999, '2025-11-25 23:54:50', 'W', '47.128.110.58', 'Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19000, '2025-11-25 23:55:52', 'W', '191.33.61.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19001, '2025-11-25 23:55:55', 'W', '170.244.202.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19002, '2025-11-25 23:55:56', 'W', '179.167.180.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19003, '2025-11-25 23:55:57', 'W', '120.29.86.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19004, '2025-11-25 23:55:57', 'W', '24.144.117.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19005, '2025-11-25 23:55:59', 'W', '186.68.207.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19006, '2025-11-25 23:56:01', 'W', '169.224.38.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19007, '2025-11-25 23:56:04', 'W', '190.51.66.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19008, '2025-11-25 23:56:06', 'W', '213.230.112.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19009, '2025-11-26 00:03:03', 'W', '41.56.106.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(19010, '2025-11-26 00:04:17', 'W', '5.1.108.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(19011, '2025-11-26 00:04:17', 'W', '68.183.26.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19012, '2025-11-26 00:04:18', 'W', '38.171.192.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19013, '2025-11-26 00:04:18', 'W', '186.128.197.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19014, '2025-11-26 00:04:31', 'W', '170.78.129.253', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 10'),
(19015, '2025-11-26 00:05:41', 'W', '113.166.179.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(19016, '2025-11-26 00:05:52', 'W', '14.191.81.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36', 'Chrome', 'Mac OS X'),
(19017, '2025-11-26 00:16:09', 'W', '200.215.247.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19018, '2025-11-26 00:16:11', 'W', '38.51.207.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19019, '2025-11-26 00:16:14', 'W', '37.126.9.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19020, '2025-11-26 00:16:14', 'W', '186.195.239.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19021, '2025-11-26 00:16:17', 'W', '190.181.22.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19022, '2025-11-26 00:16:18', 'W', '5.246.1.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19023, '2025-11-26 00:16:22', 'W', '45.171.241.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19024, '2025-11-26 00:16:22', 'W', '200.50.155.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19025, '2025-11-26 00:16:24', 'W', '87.252.179.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19026, '2025-11-26 00:17:04', 'W', '17.22.245.95', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19027, '2025-11-26 00:19:33', 'W', '186.209.185.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19028, '2025-11-26 00:19:35', 'W', '179.209.46.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19029, '2025-11-26 00:19:36', 'W', '102.102.66.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19030, '2025-11-26 00:19:38', 'W', '38.210.180.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19031, '2025-11-26 00:19:42', 'W', '45.164.135.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19032, '2025-11-26 00:19:43', 'W', '197.221.123.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19033, '2025-11-26 00:19:45', 'W', '202.165.90.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19034, '2025-11-26 00:19:46', 'W', '45.172.69.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19035, '2025-11-26 00:21:06', 'W', '176.65.132.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Mac OS X'),
(19036, '2025-11-26 00:30:00', 'W', '187.211.21.239', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19037, '2025-11-26 00:30:03', 'W', '24.152.70.221', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(19038, '2025-11-26 00:31:03', 'W', '103.138.173.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(19039, '2025-11-26 00:31:07', 'W', '41.92.3.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Mac OS X'),
(19040, '2025-11-26 00:31:08', 'W', '189.11.149.130', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(19041, '2025-11-26 00:31:43', 'W', '167.250.235.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19042, '2025-11-26 00:31:45', 'W', '185.255.45.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19043, '2025-11-26 00:31:48', 'W', '180.253.255.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19044, '2025-11-26 00:31:49', 'W', '45.71.80.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19045, '2025-11-26 00:31:51', 'W', '85.106.207.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19046, '2025-11-26 00:31:52', 'W', '189.34.145.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19047, '2025-11-26 00:31:52', 'W', '94.158.60.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19048, '2025-11-26 00:31:54', 'W', '170.233.71.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19049, '2025-11-26 00:31:55', 'W', '169.224.16.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19050, '2025-11-26 00:31:56', 'W', '189.183.23.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(19051, '2025-11-26 00:32:32', 'W', '45.172.80.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(19052, '2025-11-26 00:32:48', 'W', '45.175.15.102', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(19053, '2025-11-26 00:33:01', 'W', '62.221.76.102', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(19054, '2025-11-26 00:36:10', 'W', '204.48.28.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19055, '2025-11-26 00:36:13', 'W', '190.140.113.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19056, '2025-11-26 00:36:13', 'W', '136.158.3.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19057, '2025-11-26 00:36:15', 'W', '143.198.163.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19058, '2025-11-26 00:36:16', 'W', '179.51.143.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19059, '2025-11-26 00:36:17', 'W', '185.32.149.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19060, '2025-11-26 00:36:18', 'W', '94.20.213.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19061, '2025-11-26 00:36:19', 'W', '45.229.73.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19062, '2025-11-26 00:36:19', 'W', '186.158.178.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19063, '2025-11-26 00:41:12', 'W', '170.246.215.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19064, '2025-11-26 00:41:14', 'W', '91.225.216.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19065, '2025-11-26 00:41:17', 'W', '182.253.36.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19066, '2025-11-26 00:41:18', 'W', '167.250.162.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19067, '2025-11-26 00:41:18', 'W', '186.0.237.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19068, '2025-11-26 00:41:20', 'W', '102.152.13.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19069, '2025-11-26 00:41:20', 'W', '170.246.157.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19070, '2025-11-26 00:41:22', 'W', '185.136.148.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19071, '2025-11-26 00:41:26', 'W', '45.7.165.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19072, '2025-11-26 00:46:15', 'W', '197.211.52.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19073, '2025-11-26 00:46:18', 'W', '138.59.9.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19074, '2025-11-26 00:46:18', 'W', '143.255.164.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19075, '2025-11-26 00:46:21', 'W', '187.190.168.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19076, '2025-11-26 00:46:23', 'W', '190.173.17.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19077, '2025-11-26 00:46:23', 'W', '38.183.236.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19078, '2025-11-26 00:46:26', 'W', '187.108.124.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19079, '2025-11-26 00:46:29', 'W', '190.220.244.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19080, '2025-11-26 00:46:29', 'W', '167.249.14.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19081, '2025-11-26 00:48:45', 'W', '154.208.48.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19082, '2025-11-26 00:48:47', 'W', '38.41.22.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19083, '2025-11-26 00:48:49', 'W', '151.255.13.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19084, '2025-11-26 00:48:50', 'W', '189.28.64.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19085, '2025-11-26 00:48:53', 'W', '187.88.4.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19086, '2025-11-26 00:48:53', 'W', '187.103.218.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19087, '2025-11-26 00:48:56', 'W', '190.55.253.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19088, '2025-11-26 00:49:03', 'W', '190.97.237.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19089, '2025-11-26 00:51:30', 'W', '93.41.102.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19090, '2025-11-26 00:51:30', 'W', '38.248.176.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19091, '2025-11-26 00:51:32', 'W', '159.89.225.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19092, '2025-11-26 00:51:33', 'W', '212.34.20.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19093, '2025-11-26 00:51:34', 'W', '143.208.43.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19094, '2025-11-26 00:51:36', 'W', '186.14.200.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19095, '2025-11-26 00:51:36', 'W', '152.110.153.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19096, '2025-11-26 00:51:38', 'W', '191.82.229.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19097, '2025-11-26 00:51:42', 'W', '138.0.146.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19098, '2025-11-26 00:52:08', 'W', '40.77.167.71', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19099, '2025-11-26 00:54:52', 'W', '38.252.237.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19100, '2025-11-26 00:54:52', 'W', '187.146.69.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19101, '2025-11-26 00:54:55', 'W', '31.223.103.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19102, '2025-11-26 00:54:56', 'W', '186.124.96.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19103, '2025-11-26 00:54:57', 'W', '191.242.9.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19104, '2025-11-26 00:54:58', 'W', '131.196.82.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19105, '2025-11-26 00:55:01', 'W', '188.136.209.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19106, '2025-11-26 00:55:09', 'W', '138.0.229.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19107, '2025-11-26 00:55:57', 'W', '110.54.211.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19108, '2025-11-26 00:56:00', 'W', '181.99.179.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19109, '2025-11-26 00:56:03', 'W', '186.158.26.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19110, '2025-11-26 00:56:07', 'W', '189.78.133.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19111, '2025-11-26 00:56:10', 'W', '189.31.237.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19112, '2025-11-26 00:56:14', 'W', '186.5.240.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19113, '2025-11-26 00:56:17', 'W', '186.17.131.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19114, '2025-11-26 00:56:21', 'W', '200.114.233.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19115, '2025-11-26 00:56:27', 'W', '200.12.12.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19116, '2025-11-26 00:56:43', 'W', '168.196.245.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19117, '2025-11-26 00:56:44', 'W', '186.129.126.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19118, '2025-11-26 00:56:46', 'W', '37.238.5.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19119, '2025-11-26 00:56:46', 'W', '167.60.17.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19120, '2025-11-26 00:56:46', 'W', '169.224.5.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19121, '2025-11-26 00:56:48', 'W', '103.109.238.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19122, '2025-11-26 00:56:49', 'W', '45.170.47.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19123, '2025-11-26 00:56:49', 'W', '169.224.94.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19124, '2025-11-26 00:58:16', 'W', '189.62.46.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19125, '2025-11-26 00:58:18', 'W', '186.29.181.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19126, '2025-11-26 00:58:21', 'W', '79.177.150.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19127, '2025-11-26 00:58:21', 'W', '138.255.144.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19128, '2025-11-26 00:58:25', 'W', '91.106.42.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19129, '2025-11-26 00:58:25', 'W', '185.18.253.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19130, '2025-11-26 00:58:27', 'W', '201.219.167.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19131, '2025-11-26 00:58:28', 'W', '186.22.56.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19132, '2025-11-26 01:02:16', 'W', '123.23.172.33', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Windows 7'),
(19133, '2025-11-26 01:02:19', 'W', '14.235.169.200', 'Mozilla/5.0 (X11; NetBSD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19134, '2025-11-26 01:03:59', 'W', '62.201.244.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19135, '2025-11-26 01:03:59', 'W', '138.219.49.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19136, '2025-11-26 01:04:00', 'W', '51.39.66.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19137, '2025-11-26 01:04:01', 'W', '190.120.248.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19138, '2025-11-26 01:04:02', 'W', '38.159.56.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19139, '2025-11-26 01:04:03', 'W', '177.229.207.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19140, '2025-11-26 01:04:03', 'W', '41.82.168.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19141, '2025-11-26 01:04:03', 'W', '177.195.0.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19142, '2025-11-26 01:04:03', 'W', '104.248.113.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19143, '2025-11-26 01:07:49', 'W', '181.78.27.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19144, '2025-11-26 01:07:50', 'W', '64.32.78.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19145, '2025-11-26 01:07:51', 'W', '191.93.226.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19146, '2025-11-26 01:07:53', 'W', '45.233.191.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19147, '2025-11-26 01:07:54', 'W', '154.61.172.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19148, '2025-11-26 01:07:55', 'W', '177.202.120.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19149, '2025-11-26 01:07:56', 'W', '103.229.254.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19150, '2025-11-26 01:07:57', 'W', '162.243.170.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19151, '2025-11-26 01:08:01', 'W', '179.125.129.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(19152, '2025-11-26 01:08:01', 'W', '177.143.179.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19153, '2025-11-26 01:11:06', 'W', '103.166.91.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19154, '2025-11-26 01:11:06', 'W', '186.2.159.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19155, '2025-11-26 01:11:09', 'W', '212.33.46.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19156, '2025-11-26 01:11:09', 'W', '200.170.124.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19157, '2025-11-26 01:11:10', 'W', '179.0.116.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19158, '2025-11-26 01:11:10', 'W', '180.94.8.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19159, '2025-11-26 01:11:12', 'W', '45.187.105.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19160, '2025-11-26 01:11:12', 'W', '177.240.210.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19161, '2025-11-26 01:11:13', 'W', '201.80.3.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19162, '2025-11-26 01:14:02', 'W', '89.58.41.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6019.579 Safari/537.36', 'Chrome', 'Windows 10'),
(19163, '2025-11-26 01:14:40', 'W', '179.25.207.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19164, '2025-11-26 01:14:41', 'W', '17.22.245.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19165, '2025-11-26 01:14:41', 'W', '186.223.179.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19166, '2025-11-26 01:14:42', 'W', '186.132.134.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19167, '2025-11-26 01:14:43', 'W', '191.243.67.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19168, '2025-11-26 01:14:44', 'W', '181.51.89.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19169, '2025-11-26 01:14:47', 'W', '167.62.11.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19170, '2025-11-26 01:14:47', 'W', '200.194.190.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19171, '2025-11-26 01:16:50', 'W', '152.53.54.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4567.666 Safari/537.36', 'Chrome', 'Windows 10'),
(19172, '2025-11-26 01:16:53', 'W', '179.125.243.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19173, '2025-11-26 01:16:56', 'W', '186.82.112.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19174, '2025-11-26 01:16:56', 'W', '170.246.190.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19175, '2025-11-26 01:17:00', 'W', '185.24.61.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19176, '2025-11-26 01:17:01', 'W', '45.235.2.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19177, '2025-11-26 01:17:03', 'W', '143.202.134.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19178, '2025-11-26 01:17:04', 'W', '170.83.203.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19179, '2025-11-26 01:17:05', 'W', '138.97.160.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19180, '2025-11-26 01:17:12', 'W', '131.0.225.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19181, '2025-11-26 01:19:56', 'W', '217.142.21.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19182, '2025-11-26 01:19:57', 'W', '93.179.121.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19183, '2025-11-26 01:19:58', 'W', '117.102.55.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19184, '2025-11-26 01:19:58', 'W', '167.172.140.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19185, '2025-11-26 01:19:59', 'W', '143.137.67.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19186, '2025-11-26 01:20:01', 'W', '187.1.9.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19187, '2025-11-26 01:20:02', 'W', '181.46.66.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19188, '2025-11-26 01:20:10', 'W', '88.231.61.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19189, '2025-11-26 01:20:14', 'W', '186.189.85.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19190, '2025-11-26 01:21:27', 'W', '105.235.133.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19191, '2025-11-26 01:21:28', 'W', '161.35.103.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19192, '2025-11-26 01:21:31', 'W', '170.82.135.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19193, '2025-11-26 01:21:35', 'W', '190.130.220.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19194, '2025-11-26 01:21:35', 'W', '201.42.122.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19195, '2025-11-26 01:21:36', 'W', '168.90.19.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19196, '2025-11-26 01:21:38', 'W', '24.199.95.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19197, '2025-11-26 01:21:39', 'W', '186.22.56.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19198, '2025-11-26 01:21:40', 'A', '156.59.198.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19199, '2025-11-26 01:21:46', 'W', '177.11.165.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19200, '2025-11-26 01:24:17', 'W', '168.0.103.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19201, '2025-11-26 01:24:19', 'W', '141.98.140.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19202, '2025-11-26 01:24:20', 'W', '37.212.6.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19203, '2025-11-26 01:24:23', 'W', '186.39.122.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19204, '2025-11-26 01:24:26', 'W', '103.185.223.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19205, '2025-11-26 01:24:26', 'W', '188.52.193.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19206, '2025-11-26 01:24:29', 'W', '66.118.190.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19207, '2025-11-26 01:24:29', 'W', '45.178.26.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19208, '2025-11-26 01:24:32', 'W', '212.58.103.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19209, '2025-11-26 01:28:47', 'W', '181.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19210, '2025-11-26 01:28:49', 'W', '198.211.103.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19211, '2025-11-26 01:28:50', 'W', '187.214.49.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19212, '2025-11-26 01:28:50', 'W', '69.55.55.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19213, '2025-11-26 01:28:52', 'W', '41.25.43.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19214, '2025-11-26 01:28:52', 'W', '187.234.176.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19215, '2025-11-26 01:28:53', 'W', '182.48.66.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19216, '2025-11-26 01:28:56', 'W', '24.232.199.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19217, '2025-11-26 01:28:56', 'W', '138.185.216.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19218, '2025-11-26 01:29:03', 'W', '181.21.56.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(19219, '2025-11-26 01:29:04', 'W', '45.187.162.26', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2470 AOLBUILD/11.0.2470 Safari/537.36', 'Chrome', 'Windows 10'),
(19220, '2025-11-26 01:29:12', 'W', '14.191.51.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19221, '2025-11-26 01:31:46', 'W', '131.72.198.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(19222, '2025-11-26 01:32:55', 'W', '201.37.121.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(19223, '2025-11-26 01:33:39', 'W', '66.231.72.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19224, '2025-11-26 01:33:40', 'W', '45.228.213.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19225, '2025-11-26 01:33:42', 'W', '103.76.47.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19226, '2025-11-26 01:33:42', 'W', '190.108.249.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19227, '2025-11-26 01:33:45', 'W', '187.161.119.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19228, '2025-11-26 01:33:45', 'W', '27.125.249.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19229, '2025-11-26 01:33:48', 'W', '130.250.229.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19230, '2025-11-26 01:33:52', 'W', '190.142.252.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19231, '2025-11-26 01:33:53', 'W', '45.228.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19232, '2025-11-26 01:34:34', 'W', '152.53.53.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4309.393 Safari/537.36', 'Chrome', 'Windows 10'),
(19233, '2025-11-26 01:35:59', 'W', '181.93.77.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19234, '2025-11-26 01:36:00', 'W', '168.228.195.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19235, '2025-11-26 01:36:00', 'W', '186.19.123.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19236, '2025-11-26 01:36:02', 'W', '93.175.47.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19237, '2025-11-26 01:36:02', 'W', '201.7.218.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19238, '2025-11-26 01:36:03', 'W', '143.44.164.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19239, '2025-11-26 01:36:04', 'W', '45.238.189.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19240, '2025-11-26 01:36:08', 'W', '37.125.30.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19241, '2025-11-26 01:36:22', 'W', '201.43.234.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19242, '2025-11-26 01:36:49', 'W', '41.111.19.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19243, '2025-11-26 01:36:51', 'W', '190.142.252.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19244, '2025-11-26 01:36:52', 'W', '173.225.242.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19245, '2025-11-26 01:36:54', 'W', '190.141.120.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19246, '2025-11-26 01:36:56', 'W', '112.203.137.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19247, '2025-11-26 01:36:58', 'W', '103.42.217.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19248, '2025-11-26 01:37:02', 'W', '138.117.23.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19249, '2025-11-26 01:37:02', 'W', '105.159.95.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19250, '2025-11-26 01:37:32', 'W', '51.68.107.159', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(19251, '2025-11-26 01:37:56', 'W', '45.188.20.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19252, '2025-11-26 01:37:57', 'W', '38.166.243.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19253, '2025-11-26 01:37:59', 'W', '45.233.101.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19254, '2025-11-26 01:37:59', 'W', '190.103.28.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19255, '2025-11-26 01:38:02', 'W', '38.41.13.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19256, '2025-11-26 01:38:02', 'W', '179.9.173.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19257, '2025-11-26 01:38:06', 'W', '201.177.20.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19258, '2025-11-26 01:38:16', 'W', '138.94.121.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19259, '2025-11-26 01:40:02', 'W', '203.26.240.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19260, '2025-11-26 01:40:03', 'W', '147.182.191.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19261, '2025-11-26 01:40:04', 'W', '191.54.87.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19262, '2025-11-26 01:40:05', 'W', '196.210.177.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19263, '2025-11-26 01:40:06', 'W', '45.65.225.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19264, '2025-11-26 01:40:07', 'W', '191.180.26.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19265, '2025-11-26 01:40:07', 'W', '189.156.47.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19266, '2025-11-26 01:40:07', 'W', '185.244.152.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19267, '2025-11-26 01:40:09', 'W', '63.143.116.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19268, '2025-11-26 01:41:41', 'W', '148.222.130.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(19269, '2025-11-26 01:41:43', 'W', '181.26.198.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19270, '2025-11-26 01:41:44', 'W', '189.38.37.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19271, '2025-11-26 01:41:45', 'W', '45.191.175.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19272, '2025-11-26 01:41:46', 'W', '191.13.75.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19273, '2025-11-26 01:41:49', 'W', '181.78.21.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19274, '2025-11-26 01:42:02', 'W', '192.241.158.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19275, '2025-11-26 01:42:04', 'W', '46.248.201.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19276, '2025-11-26 01:42:05', 'W', '181.13.217.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19277, '2025-11-26 01:42:06', 'W', '188.129.82.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19278, '2025-11-26 01:42:07', 'W', '161.22.59.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19279, '2025-11-26 01:42:09', 'W', '102.209.57.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19280, '2025-11-26 01:42:09', 'W', '141.164.143.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19281, '2025-11-26 01:42:10', 'W', '84.54.71.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19282, '2025-11-26 01:42:13', 'W', '138.97.187.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19283, '2025-11-26 01:42:33', 'W', '152.53.86.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5075.735 Safari/537.36', 'Chrome', 'Windows 10'),
(19284, '2025-11-26 01:43:14', 'W', '5.45.136.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19285, '2025-11-26 01:43:15', 'W', '103.170.84.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19286, '2025-11-26 01:43:15', 'W', '51.252.224.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19287, '2025-11-26 01:43:17', 'W', '187.189.166.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19288, '2025-11-26 01:43:17', 'W', '84.54.66.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19289, '2025-11-26 01:43:18', 'W', '169.224.36.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19290, '2025-11-26 01:43:19', 'W', '170.81.50.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19291, '2025-11-26 01:43:19', 'W', '103.20.243.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19292, '2025-11-26 01:43:24', 'W', '106.198.11.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19293, '2025-11-26 01:46:53', 'W', '37.237.165.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19294, '2025-11-26 01:46:55', 'W', '45.174.73.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19295, '2025-11-26 01:46:55', 'W', '151.255.34.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19296, '2025-11-26 01:46:56', 'W', '187.184.107.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19297, '2025-11-26 01:46:59', 'W', '191.97.14.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19298, '2025-11-26 01:47:00', 'W', '168.228.195.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19299, '2025-11-26 01:47:01', 'W', '190.89.29.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19300, '2025-11-26 01:47:02', 'W', '186.151.108.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19301, '2025-11-26 01:48:59', 'W', '38.51.31.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19302, '2025-11-26 01:49:00', 'W', '38.172.161.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19303, '2025-11-26 01:49:02', 'W', '200.192.101.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19304, '2025-11-26 01:49:02', 'W', '38.222.7.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19305, '2025-11-26 01:49:03', 'W', '186.78.161.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19306, '2025-11-26 01:49:03', 'W', '45.191.81.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19307, '2025-11-26 01:49:05', 'W', '102.135.170.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19308, '2025-11-26 01:49:05', 'W', '14.229.41.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19309, '2025-11-26 01:49:06', 'W', '186.225.213.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19310, '2025-11-26 01:51:28', 'W', '189.28.222.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19311, '2025-11-26 01:51:28', 'W', '190.74.203.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19312, '2025-11-26 01:51:30', 'W', '143.44.193.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19313, '2025-11-26 01:51:30', 'W', '45.179.129.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19314, '2025-11-26 01:51:31', 'W', '45.175.113.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19315, '2025-11-26 01:51:33', 'W', '177.6.189.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19316, '2025-11-26 01:51:33', 'W', '186.61.63.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19317, '2025-11-26 01:51:33', 'W', '157.245.247.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19318, '2025-11-26 01:51:43', 'W', '190.55.253.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19319, '2025-11-26 01:53:46', 'W', '179.51.154.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19320, '2025-11-26 01:54:03', 'W', '217.142.21.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19321, '2025-11-26 01:54:04', 'W', '177.190.77.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19322, '2025-11-26 01:54:05', 'W', '103.129.124.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19323, '2025-11-26 01:54:06', 'W', '177.92.53.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19324, '2025-11-26 01:54:08', 'W', '200.236.251.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19325, '2025-11-26 01:54:09', 'W', '171.225.206.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19326, '2025-11-26 01:54:10', 'W', '196.137.189.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19327, '2025-11-26 01:54:17', 'W', '191.39.134.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19328, '2025-11-26 01:57:11', 'W', '175.145.38.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19329, '2025-11-26 01:57:12', 'W', '38.41.4.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19330, '2025-11-26 01:57:12', 'W', '103.173.7.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19331, '2025-11-26 01:57:14', 'W', '45.230.165.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19332, '2025-11-26 01:57:14', 'W', '167.172.133.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19333, '2025-11-26 01:57:15', 'W', '206.189.191.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19334, '2025-11-26 01:57:16', 'W', '186.122.225.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19335, '2025-11-26 01:57:16', 'W', '45.181.85.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19336, '2025-11-26 01:57:16', 'W', '167.172.159.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19337, '2025-11-26 01:58:12', 'W', '138.84.109.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19338, '2025-11-26 01:58:13', 'W', '190.172.54.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19339, '2025-11-26 01:58:14', 'W', '41.82.156.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19340, '2025-11-26 01:58:14', 'W', '192.241.137.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19341, '2025-11-26 01:58:15', 'W', '41.83.250.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19342, '2025-11-26 01:58:17', 'W', '189.175.188.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19343, '2025-11-26 01:58:17', 'W', '177.125.84.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19344, '2025-11-26 01:58:19', 'W', '131.0.64.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19345, '2025-11-26 01:59:59', 'W', '64.227.28.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19346, '2025-11-26 02:00:00', 'W', '177.137.102.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19347, '2025-11-26 02:00:01', 'W', '45.176.137.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19348, '2025-11-26 02:00:03', 'W', '177.194.195.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19349, '2025-11-26 02:00:04', 'W', '141.164.193.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19350, '2025-11-26 02:00:06', 'W', '200.155.173.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19351, '2025-11-26 02:00:07', 'W', '190.55.123.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19352, '2025-11-26 02:00:07', 'W', '189.19.99.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19353, '2025-11-26 02:00:09', 'W', '152.171.44.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19354, '2025-11-26 02:01:47', 'W', '137.184.77.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19355, '2025-11-26 02:01:47', 'W', '181.16.123.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19356, '2025-11-26 02:01:49', 'W', '186.50.90.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19357, '2025-11-26 02:01:50', 'W', '191.205.136.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19358, '2025-11-26 02:01:50', 'W', '181.188.161.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19359, '2025-11-26 02:01:51', 'W', '177.70.165.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19360, '2025-11-26 02:01:52', 'W', '38.224.65.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19361, '2025-11-26 02:01:53', 'W', '181.104.64.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19362, '2025-11-26 02:01:53', 'W', '41.116.191.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19363, '2025-11-26 02:02:50', 'W', '138.117.145.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.9999.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19364, '2025-11-26 02:02:54', 'W', '138.121.67.182', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(19365, '2025-11-26 02:03:21', 'W', '138.94.177.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19366, '2025-11-26 02:03:21', 'W', '179.49.114.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19367, '2025-11-26 02:03:23', 'W', '200.4.118.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19368, '2025-11-26 02:03:24', 'W', '103.231.238.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19369, '2025-11-26 02:03:25', 'W', '179.135.44.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19370, '2025-11-26 02:03:27', 'W', '45.179.148.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19371, '2025-11-26 02:03:27', 'W', '169.224.12.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19372, '2025-11-26 02:03:28', 'W', '177.128.191.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19373, '2025-11-26 02:03:54', 'W', '45.239.225.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(19374, '2025-11-26 02:03:54', 'W', '167.62.20.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(19375, '2025-11-26 02:04:10', 'W', '131.108.174.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Windows 10'),
(19376, '2025-11-26 02:04:15', 'W', '103.149.143.189', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19377, '2025-11-26 02:04:18', 'W', '177.37.21.250', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36', 'Chrome', 'Windows 10'),
(19378, '2025-11-26 02:04:42', 'W', '38.156.230.22', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(19379, '2025-11-26 02:05:33', 'W', '179.29.33.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19380, '2025-11-26 02:05:34', 'W', '38.43.251.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19381, '2025-11-26 02:05:35', 'W', '186.250.204.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19382, '2025-11-26 02:05:36', 'W', '168.194.144.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19383, '2025-11-26 02:05:38', 'W', '137.184.205.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19384, '2025-11-26 02:05:39', 'W', '45.181.133.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19385, '2025-11-26 02:05:41', 'W', '197.244.28.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19386, '2025-11-26 02:05:43', 'W', '177.52.83.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19387, '2025-11-26 02:06:02', 'W', '201.4.144.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19388, '2025-11-26 02:07:38', 'W', '52.167.144.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19389, '2025-11-26 02:08:21', 'W', '45.228.35.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19390, '2025-11-26 02:08:21', 'W', '45.225.177.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19391, '2025-11-26 02:08:23', 'W', '190.89.157.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19392, '2025-11-26 02:08:24', 'W', '51.36.47.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19393, '2025-11-26 02:08:27', 'W', '186.209.58.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19394, '2025-11-26 02:08:28', 'W', '190.114.99.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19395, '2025-11-26 02:08:29', 'W', '213.206.61.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19396, '2025-11-26 02:08:30', 'W', '151.244.151.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19397, '2025-11-26 02:08:32', 'W', '45.191.163.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19398, '2025-11-26 02:09:35', 'W', '186.194.217.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19399, '2025-11-26 02:09:36', 'W', '185.114.53.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19400, '2025-11-26 02:09:37', 'W', '196.77.187.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19401, '2025-11-26 02:09:39', 'W', '201.29.183.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19402, '2025-11-26 02:09:40', 'W', '37.126.184.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19403, '2025-11-26 02:09:40', 'W', '168.195.157.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19404, '2025-11-26 02:09:41', 'W', '189.90.211.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19405, '2025-11-26 02:09:42', 'W', '200.24.159.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19406, '2025-11-26 02:09:43', 'W', '103.152.144.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19407, '2025-11-26 02:10:03', 'W', '152.53.47.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4041.105 Safari/537.36', 'Chrome', 'Windows 10'),
(19408, '2025-11-26 02:12:02', 'W', '201.141.19.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19409, '2025-11-26 02:12:04', 'W', '102.215.33.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19410, '2025-11-26 02:12:05', 'W', '177.55.181.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19411, '2025-11-26 02:12:06', 'W', '134.209.68.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19412, '2025-11-26 02:12:08', 'W', '170.239.73.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19413, '2025-11-26 02:12:08', 'W', '189.113.53.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19414, '2025-11-26 02:12:11', 'W', '63.143.93.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19415, '2025-11-26 02:12:11', 'W', '177.125.189.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19416, '2025-11-26 02:12:14', 'W', '201.176.73.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19417, '2025-11-26 02:13:02', 'W', '17.246.15.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19418, '2025-11-26 02:15:31', 'W', '189.38.40.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19419, '2025-11-26 02:15:32', 'W', '167.57.223.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19420, '2025-11-26 02:15:33', 'W', '157.230.2.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19421, '2025-11-26 02:15:34', 'W', '156.207.6.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19422, '2025-11-26 02:15:35', 'W', '41.142.41.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19423, '2025-11-26 02:15:35', 'W', '181.26.108.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19424, '2025-11-26 02:15:37', 'W', '196.176.25.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19425, '2025-11-26 02:15:38', 'W', '170.247.239.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19426, '2025-11-26 02:16:35', 'W', '41.98.163.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19427, '2025-11-26 02:16:37', 'W', '181.233.89.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19428, '2025-11-26 02:16:37', 'W', '190.92.35.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19429, '2025-11-26 02:16:38', 'W', '49.145.231.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19430, '2025-11-26 02:16:39', 'W', '167.172.154.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19431, '2025-11-26 02:16:40', 'W', '45.70.198.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19432, '2025-11-26 02:16:41', 'W', '177.93.182.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19433, '2025-11-26 02:16:41', 'W', '186.22.253.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19434, '2025-11-26 02:16:42', 'W', '187.245.112.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19435, '2025-11-26 02:19:55', 'W', '91.207.180.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19436, '2025-11-26 02:19:58', 'W', '200.79.185.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19437, '2025-11-26 02:19:59', 'W', '177.112.229.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19438, '2025-11-26 02:20:05', 'W', '170.80.34.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19439, '2025-11-26 02:20:07', 'W', '41.251.60.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19440, '2025-11-26 02:20:08', 'W', '143.0.38.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19441, '2025-11-26 02:20:09', 'W', '179.109.90.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19442, '2025-11-26 02:20:09', 'W', '200.59.247.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19443, '2025-11-26 02:20:12', 'W', '37.239.228.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19444, '2025-11-26 02:21:41', 'W', '159.65.216.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19445, '2025-11-26 02:21:44', 'W', '181.121.87.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19446, '2025-11-26 02:21:45', 'W', '185.171.63.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19447, '2025-11-26 02:21:47', 'W', '45.188.76.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19448, '2025-11-26 02:21:47', 'W', '187.66.2.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19449, '2025-11-26 02:21:49', 'W', '201.220.140.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19450, '2025-11-26 02:21:51', 'W', '187.20.28.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19451, '2025-11-26 02:21:55', 'W', '186.249.211.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19452, '2025-11-26 02:23:21', 'W', '195.87.9.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19453, '2025-11-26 02:23:23', 'W', '190.167.206.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19454, '2025-11-26 02:23:26', 'W', '200.4.117.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19455, '2025-11-26 02:23:27', 'W', '181.229.206.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19456, '2025-11-26 02:23:27', 'W', '181.115.171.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19457, '2025-11-26 02:23:29', 'W', '189.139.174.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19458, '2025-11-26 02:23:29', 'W', '191.97.72.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19459, '2025-11-26 02:23:30', 'W', '201.221.115.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19460, '2025-11-26 02:23:34', 'W', '190.192.180.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19461, '2025-11-26 02:24:02', 'W', '43.173.179.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19462, '2025-11-26 02:25:18', 'W', '134.209.113.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19463, '2025-11-26 02:25:19', 'W', '67.205.178.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19464, '2025-11-26 02:25:20', 'W', '201.219.166.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19465, '2025-11-26 02:25:20', 'W', '189.74.200.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19466, '2025-11-26 02:25:21', 'W', '187.190.189.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19467, '2025-11-26 02:25:21', 'W', '146.190.221.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19468, '2025-11-26 02:25:22', 'W', '103.166.59.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19469, '2025-11-26 02:25:23', 'W', '131.196.76.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19470, '2025-11-26 02:25:31', 'W', '167.61.56.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19471, '2025-11-26 02:28:02', 'W', '190.55.131.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19472, '2025-11-26 02:28:04', 'W', '190.34.108.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19473, '2025-11-26 02:28:05', 'W', '187.191.11.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19474, '2025-11-26 02:28:06', 'W', '137.184.201.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19475, '2025-11-26 02:28:22', 'W', '152.59.88.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19476, '2025-11-26 02:29:51', 'W', '167.59.251.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19477, '2025-11-26 02:29:51', 'W', '164.163.99.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19478, '2025-11-26 02:29:51', 'W', '46.251.201.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19479, '2025-11-26 02:29:53', 'W', '45.181.35.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19480, '2025-11-26 02:30:10', 'W', '179.106.5.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19481, '2025-11-26 02:31:39', 'W', '37.236.206.16', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19482, '2025-11-26 02:31:43', 'W', '191.178.172.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(19483, '2025-11-26 02:33:23', 'W', '17.241.219.238', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19484, '2025-11-26 02:35:41', 'W', '129.222.242.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19485, '2025-11-26 02:40:19', 'W', '170.231.121.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19486, '2025-11-26 03:00:26', 'W', '217.164.12.38', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Windows 10'),
(19487, '2025-11-26 03:01:02', 'W', '45.186.198.212', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36', 'Chrome', 'Linux'),
(19488, '2025-11-26 03:01:18', 'W', '117.233.175.0', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(19489, '2025-11-26 03:01:59', 'W', '38.156.229.122', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 10'),
(19490, '2025-11-26 03:02:25', 'W', '128.201.118.224', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(19491, '2025-11-26 03:02:57', 'W', '188.68.58.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5490.472 Safari/537.36', 'Chrome', 'Windows 10'),
(19492, '2025-11-26 03:15:23', 'W', '152.53.109.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5191.281 Safari/537.36', 'Chrome', 'Windows 10'),
(19493, '2025-11-26 03:17:31', 'W', '152.53.109.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5867.869 Safari/537.36', 'Chrome', 'Windows 10'),
(19494, '2025-11-26 03:17:53', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(19495, '2025-11-26 03:18:01', 'W', '34.83.17.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19496, '2025-11-26 03:18:36', 'W', '35.233.235.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19497, '2025-11-26 03:19:03', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(19498, '2025-11-26 03:19:34', 'W', '136.117.8.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19499, '2025-11-26 03:19:54', 'W', '136.117.8.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19500, '2025-11-26 03:20:36', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(19501, '2025-11-26 03:20:46', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19502, '2025-11-26 03:21:26', 'W', '34.105.0.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19503, '2025-11-26 03:22:25', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(19504, '2025-11-26 03:22:42', 'W', '34.105.63.255', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19505, '2025-11-26 03:22:45', 'W', '17.241.75.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19506, '2025-11-26 03:23:10', 'W', '34.187.208.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19507, '2025-11-26 03:23:48', 'W', '34.187.208.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(19508, '2025-11-26 03:23:52', 'W', '34.182.85.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19509, '2025-11-26 03:23:53', 'W', '34.11.181.209', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19510, '2025-11-26 03:24:32', 'W', '34.127.102.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19511, '2025-11-26 03:24:33', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19512, '2025-11-26 03:24:48', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19513, '2025-11-26 03:25:31', 'W', '34.169.209.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19514, '2025-11-26 03:26:01', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19515, '2025-11-26 03:26:23', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19516, '2025-11-26 03:27:25', 'W', '187.84.244.74', 'Mozilla/5.0 (X11; NetBSD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19517, '2025-11-26 03:27:29', 'W', '152.53.110.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2235.806 Safari/537.36', 'Chrome', 'Windows 10'),
(19518, '2025-11-26 03:30:00', 'W', '34.11.231.43', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(19519, '2025-11-26 03:31:28', 'W', '136.117.8.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19520, '2025-11-26 03:32:02', 'W', '34.169.186.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19521, '2025-11-26 03:32:09', 'W', '152.53.49.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6903.336 Safari/537.36', 'Chrome', 'Windows 10'),
(19522, '2025-11-26 03:32:18', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19523, '2025-11-26 03:33:09', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19524, '2025-11-26 03:33:42', 'W', '35.247.75.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19525, '2025-11-26 03:36:19', 'W', '34.187.208.234', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19526, '2025-11-26 03:37:22', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19527, '2025-11-26 03:38:17', 'W', '34.53.13.130', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(19528, '2025-11-26 03:39:01', 'W', '34.168.28.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19529, '2025-11-26 03:39:18', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19530, '2025-11-26 03:40:01', 'W', '35.233.235.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(19531, '2025-11-26 03:40:04', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19532, '2025-11-26 03:43:36', 'W', '152.53.52.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9923.127 Safari/537.36', 'Chrome', 'Windows 10'),
(19533, '2025-11-26 03:43:51', 'W', '34.187.208.234', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19534, '2025-11-26 03:44:15', 'W', '34.187.208.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19535, '2025-11-26 03:44:20', 'W', '34.187.208.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19536, '2025-11-26 03:45:28', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19537, '2025-11-26 03:45:55', 'W', '34.169.209.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(19538, '2025-11-26 03:46:07', 'W', '34.127.102.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19539, '2025-11-26 03:46:39', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(19540, '2025-11-26 03:47:18', 'W', '34.127.102.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19541, '2025-11-26 03:48:12', 'W', '136.117.8.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19542, '2025-11-26 03:48:28', 'W', '34.11.231.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19543, '2025-11-26 03:48:40', 'W', '34.145.89.24', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19544, '2025-11-26 03:48:49', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19545, '2025-11-26 03:49:13', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19546, '2025-11-26 03:49:17', 'W', '34.11.231.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19547, '2025-11-26 03:51:03', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(19548, '2025-11-26 03:51:39', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(19549, '2025-11-26 03:51:47', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19550, '2025-11-26 03:52:52', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(19551, '2025-11-26 03:55:19', 'W', '152.53.86.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3230.516 Safari/537.36', 'Chrome', 'Windows 10'),
(19552, '2025-11-26 03:57:02', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(19553, '2025-11-26 03:57:05', 'W', '188.68.53.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9049.236 Safari/537.36', 'Chrome', 'Windows 10'),
(19554, '2025-11-26 03:57:28', 'W', '34.53.13.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19555, '2025-11-26 03:57:30', 'W', '34.53.13.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19556, '2025-11-26 03:57:51', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19557, '2025-11-26 03:58:07', 'W', '34.53.13.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19558, '2025-11-26 03:58:59', 'W', '104.196.243.241', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19559, '2025-11-26 03:59:06', 'W', '34.127.102.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19560, '2025-11-26 03:59:32', 'A', '47.128.125.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19561, '2025-11-26 04:00:39', 'W', '34.11.231.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19562, '2025-11-26 04:00:41', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19563, '2025-11-26 04:01:37', 'A', '47.128.97.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19564, '2025-11-26 04:01:55', 'W', '35.233.235.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(19565, '2025-11-26 04:01:59', 'A', '47.128.54.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19566, '2025-11-26 04:02:28', 'W', '200.73.217.187', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Windows 10'),
(19567, '2025-11-26 04:02:48', 'A', '47.128.56.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19568, '2025-11-26 04:03:07', 'W', '34.83.201.183', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(19569, '2025-11-26 04:03:38', 'A', '47.128.42.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19570, '2025-11-26 04:03:51', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(19571, '2025-11-26 04:03:59', 'W', '35.247.75.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19572, '2025-11-26 04:04:03', 'W', '14.191.159.98', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(19573, '2025-11-26 04:04:07', 'A', '47.128.26.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19574, '2025-11-26 04:04:09', 'W', '35.247.75.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19575, '2025-11-26 04:04:35', 'W', '131.255.37.12', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(19576, '2025-11-26 04:05:07', 'W', '181.178.65.179', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Windows 7'),
(19577, '2025-11-26 04:05:47', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19578, '2025-11-26 04:06:06', 'A', '47.128.57.130', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19579, '2025-11-26 04:06:28', 'W', '34.83.17.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(19580, '2025-11-26 04:07:06', 'W', '136.117.208.140', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(19581, '2025-11-26 04:07:47', 'A', '47.128.42.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19582, '2025-11-26 04:08:14', 'A', '47.128.36.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19583, '2025-11-26 04:08:24', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8752.647 Safari/537.36', 'Chrome', 'Windows 10'),
(19584, '2025-11-26 04:09:10', 'A', '47.128.97.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19585, '2025-11-26 04:09:28', 'A', '47.128.54.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19586, '2025-11-26 04:09:44', 'W', '34.169.209.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(19587, '2025-11-26 04:09:57', 'A', '47.128.43.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19588, '2025-11-26 04:10:00', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19589, '2025-11-26 04:10:18', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(19590, '2025-11-26 04:11:06', 'A', '47.128.25.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19591, '2025-11-26 04:12:23', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19592, '2025-11-26 04:12:28', 'A', '47.128.53.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19593, '2025-11-26 04:12:48', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(19594, '2025-11-26 04:13:18', 'A', '47.128.39.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19595, '2025-11-26 04:14:37', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19596, '2025-11-26 04:14:45', 'W', '34.145.89.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19597, '2025-11-26 04:15:07', 'W', '136.117.8.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(19598, '2025-11-26 04:15:10', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19599, '2025-11-26 04:15:13', 'A', '47.128.44.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19600, '2025-11-26 04:15:44', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(19601, '2025-11-26 04:16:05', 'A', '47.128.41.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19602, '2025-11-26 04:16:46', 'W', '34.53.109.163', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(19603, '2025-11-26 04:17:46', 'A', '47.128.51.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19604, '2025-11-26 04:18:36', 'A', '47.128.47.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19605, '2025-11-26 04:18:45', 'W', '136.117.8.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(19606, '2025-11-26 04:18:53', 'W', '35.247.75.149', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(19607, '2025-11-26 04:19:25', 'A', '47.128.112.98', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19608, '2025-11-26 04:19:34', 'W', '34.105.0.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19609, '2025-11-26 04:19:37', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(19610, '2025-11-26 04:20:01', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(19611, '2025-11-26 04:21:25', 'W', '35.247.75.149', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19612, '2025-11-26 04:22:20', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(19613, '2025-11-26 04:22:28', 'W', '34.169.186.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(19614, '2025-11-26 04:23:39', 'W', '35.233.235.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19615, '2025-11-26 04:23:46', 'W', '35.247.75.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19616, '2025-11-26 04:23:47', 'W', '34.83.201.183', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19617, '2025-11-26 04:24:03', 'W', '17.22.253.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19618, '2025-11-26 04:25:13', 'W', '35.247.75.149', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(19619, '2025-11-26 04:25:37', 'W', '34.83.17.68', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19620, '2025-11-26 04:30:56', 'W', '34.169.209.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19621, '2025-11-26 04:30:59', 'W', '130.193.195.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(19622, '2025-11-26 04:31:49', 'W', '186.188.239.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Windows 7'),
(19623, '2025-11-26 04:32:04', 'W', '34.11.231.43', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19624, '2025-11-26 04:35:32', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(19625, '2025-11-26 04:35:45', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(19626, '2025-11-26 04:36:08', 'W', '34.53.13.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19627, '2025-11-26 04:36:21', 'W', '176.65.132.18', 'Web Downloader/6.9', 'Unknown Browser', 'Unknown OS Platform'),
(19628, '2025-11-26 04:38:10', 'W', '34.182.85.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19629, '2025-11-26 04:38:59', 'W', '34.169.240.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(19630, '2025-11-26 04:39:39', 'W', '34.105.0.14', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19631, '2025-11-26 04:40:16', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19632, '2025-11-26 04:40:19', 'W', '17.22.245.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19633, '2025-11-26 04:40:29', 'W', '34.127.102.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19634, '2025-11-26 04:41:04', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19635, '2025-11-26 04:41:35', 'W', '35.233.235.80', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19636, '2025-11-26 04:45:17', 'W', '136.118.2.160', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(19637, '2025-11-26 04:45:35', 'W', '35.233.235.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19638, '2025-11-26 04:45:42', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(19639, '2025-11-26 04:46:26', 'W', '34.83.184.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(19640, '2025-11-26 04:47:36', 'W', '136.117.8.106', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(19641, '2025-11-26 04:48:04', 'W', '34.187.227.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19642, '2025-11-26 04:48:24', 'W', '34.83.184.64', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(19643, '2025-11-26 04:48:28', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19644, '2025-11-26 04:48:42', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19645, '2025-11-26 04:49:28', 'A', '47.128.126.36', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19646, '2025-11-26 04:51:00', 'W', '34.53.13.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(19647, '2025-11-26 04:52:24', 'W', '34.83.184.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(19648, '2025-11-26 04:52:49', 'W', '34.169.186.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19649, '2025-11-26 04:53:11', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(19650, '2025-11-26 04:53:30', 'W', '17.246.23.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19651, '2025-11-26 04:58:29', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19652, '2025-11-26 05:00:44', 'W', '187.52.229.248', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 7'),
(19653, '2025-11-26 05:01:21', 'A', '47.128.41.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19654, '2025-11-26 05:02:33', 'W', '191.85.64.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Mac OS X'),
(19655, '2025-11-26 05:02:39', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(19656, '2025-11-26 05:03:53', 'A', '47.128.124.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19657, '2025-11-26 05:04:06', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(19658, '2025-11-26 05:04:27', 'W', '136.118.2.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(19659, '2025-11-26 05:04:37', 'A', '47.128.37.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19660, '2025-11-26 05:04:41', 'W', '34.169.186.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(19661, '2025-11-26 05:04:42', 'W', '131.0.61.32', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Windows 10'),
(19662, '2025-11-26 05:04:43', 'A', '47.128.43.52', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19663, '2025-11-26 05:04:43', 'W', '178.152.127.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Windows 10'),
(19664, '2025-11-26 05:04:49', 'W', '136.118.2.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19665, '2025-11-26 05:04:49', 'W', '113.172.143.17', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Safari/537.36', 'Chrome', 'Windows 10'),
(19666, '2025-11-26 05:05:25', 'W', '190.9.64.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.631 Safari/537.36', 'Chrome', 'Mac OS X'),
(19667, '2025-11-26 05:05:26', 'A', '47.128.123.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19668, '2025-11-26 05:06:15', 'A', '47.128.120.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19669, '2025-11-26 05:06:21', 'A', '47.128.32.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19670, '2025-11-26 05:07:09', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19671, '2025-11-26 05:07:42', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6020.464 Safari/537.36', 'Chrome', 'Windows 10'),
(19672, '2025-11-26 05:07:53', 'A', '47.128.45.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19673, '2025-11-26 05:08:42', 'A', '47.128.39.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19674, '2025-11-26 05:08:48', 'A', '47.128.45.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19675, '2025-11-26 05:09:31', 'A', '47.128.42.95', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19676, '2025-11-26 05:09:37', 'A', '47.128.30.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19677, '2025-11-26 05:10:41', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19678, '2025-11-26 05:11:03', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19679, '2025-11-26 05:11:08', 'A', '47.128.56.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19680, '2025-11-26 05:11:58', 'A', '47.128.116.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19681, '2025-11-26 05:12:12', 'W', '34.11.239.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(19682, '2025-11-26 05:12:47', 'A', '47.128.113.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19683, '2025-11-26 05:12:52', 'A', '47.128.32.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19684, '2025-11-26 05:14:27', 'A', '47.128.57.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19685, '2025-11-26 05:14:31', 'A', '47.128.26.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19686, '2025-11-26 05:14:39', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(19687, '2025-11-26 05:14:57', 'W', '34.168.178.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(19688, '2025-11-26 05:15:01', 'W', '34.83.17.68', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19689, '2025-11-26 05:16:02', 'A', '47.128.39.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19690, '2025-11-26 05:16:09', 'A', '47.128.118.46', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19691, '2025-11-26 05:16:11', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19692, '2025-11-26 05:16:58', 'A', '47.128.26.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19693, '2025-11-26 05:17:03', 'W', '34.168.178.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19694, '2025-11-26 05:17:12', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19695, '2025-11-26 05:17:38', 'W', '34.169.186.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(19696, '2025-11-26 05:17:57', 'W', '152.53.45.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3791.713 Safari/537.36', 'Chrome', 'Windows 10'),
(19697, '2025-11-26 05:18:29', 'A', '47.128.118.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19698, '2025-11-26 05:18:38', 'W', '136.117.8.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19699, '2025-11-26 05:18:55', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19700, '2025-11-26 05:19:51', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(19701, '2025-11-26 05:21:09', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19702, '2025-11-26 05:22:10', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(19703, '2025-11-26 05:22:14', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19704, '2025-11-26 05:22:42', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19705, '2025-11-26 05:23:09', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19706, '2025-11-26 05:23:58', 'W', '136.118.2.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(19707, '2025-11-26 05:24:07', 'W', '34.169.186.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19708, '2025-11-26 05:25:32', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(19709, '2025-11-26 05:25:50', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19710, '2025-11-26 05:26:30', 'W', '34.105.0.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19711, '2025-11-26 05:26:50', 'W', '34.53.109.163', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(19712, '2025-11-26 05:27:08', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19713, '2025-11-26 05:27:49', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(19714, '2025-11-26 05:27:49', 'W', '35.197.74.32', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19715, '2025-11-26 05:28:26', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19716, '2025-11-26 05:28:44', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19717, '2025-11-26 05:28:49', 'W', '136.117.8.106', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(19718, '2025-11-26 05:29:33', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(19719, '2025-11-26 05:29:41', 'W', '200.150.252.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(19720, '2025-11-26 05:29:51', 'W', '113.184.59.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(19721, '2025-11-26 05:29:52', 'W', '34.169.186.126', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19722, '2025-11-26 05:30:24', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(19723, '2025-11-26 05:31:16', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(19724, '2025-11-26 05:31:38', 'W', '17.246.15.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19725, '2025-11-26 05:31:42', 'W', '34.11.239.252', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19726, '2025-11-26 05:31:52', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(19727, '2025-11-26 05:32:35', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19728, '2025-11-26 05:32:50', 'W', '34.169.186.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(19729, '2025-11-26 05:33:17', 'W', '51.68.107.148', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(19730, '2025-11-26 05:37:41', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(19731, '2025-11-26 05:38:08', 'W', '34.83.17.68', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(19732, '2025-11-26 05:38:12', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19733, '2025-11-26 05:39:00', 'W', '136.117.182.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19734, '2025-11-26 05:40:09', 'W', '136.118.98.79', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(19735, '2025-11-26 05:40:30', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(19736, '2025-11-26 05:40:39', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(19737, '2025-11-26 05:42:22', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(19738, '2025-11-26 05:42:29', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19739, '2025-11-26 05:42:34', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(19740, '2025-11-26 05:42:59', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(19741, '2025-11-26 05:43:59', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(19742, '2025-11-26 05:45:20', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19743, '2025-11-26 05:45:47', 'W', '136.117.182.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(19744, '2025-11-26 05:45:50', 'W', '34.83.17.68', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19745, '2025-11-26 05:46:21', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19746, '2025-11-26 05:46:22', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(19747, '2025-11-26 05:47:10', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(19748, '2025-11-26 05:47:32', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(19749, '2025-11-26 05:47:45', 'W', '136.117.182.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19750, '2025-11-26 05:49:25', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19751, '2025-11-26 05:50:03', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(19752, '2025-11-26 05:50:24', 'W', '34.187.227.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19753, '2025-11-26 05:51:36', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19754, '2025-11-26 05:52:26', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19755, '2025-11-26 05:53:04', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(19756, '2025-11-26 05:53:24', 'W', '34.168.28.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19757, '2025-11-26 05:53:53', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19758, '2025-11-26 05:54:03', 'W', '35.247.119.34', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(19759, '2025-11-26 05:54:37', 'W', '34.168.28.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(19760, '2025-11-26 05:54:55', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(19761, '2025-11-26 05:55:45', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19762, '2025-11-26 05:56:45', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19763, '2025-11-26 05:57:15', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19764, '2025-11-26 05:58:07', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(19765, '2025-11-26 05:58:19', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19766, '2025-11-26 05:58:43', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(19767, '2025-11-26 05:59:17', 'W', '197.232.244.69', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(19768, '2025-11-26 05:59:52', 'W', '41.104.240.157', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(19769, '2025-11-26 06:01:02', 'W', '190.32.108.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19770, '2025-11-26 06:01:05', 'W', '38.191.187.136', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19771, '2025-11-26 06:02:45', 'W', '152.53.2.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8069.159 Safari/537.36', 'Chrome', 'Windows 10'),
(19772, '2025-11-26 06:09:23', 'W', '52.230.164.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(19773, '2025-11-26 06:09:28', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(19774, '2025-11-26 06:31:07', 'W', '212.34.22.84', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3215.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19775, '2025-11-26 06:31:41', 'W', '177.92.182.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(19776, '2025-11-26 06:45:40', 'W', '43.173.180.224', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19777, '2025-11-26 06:46:09', 'W', '146.174.181.73', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.127 Chrome/10.0.648.127 Safari/534.16', 'Chrome', 'Ubuntu'),
(19778, '2025-11-26 06:47:43', 'W', '43.173.179.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19779, '2025-11-26 06:49:46', 'W', '17.246.15.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(19780, '2025-11-26 06:59:57', 'W', '43.173.178.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19781, '2025-11-26 07:05:16', 'W', '201.40.12.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(19782, '2025-11-26 07:14:07', 'W', '43.173.181.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19783, '2025-11-26 07:14:08', 'W', '43.173.179.247', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19784, '2025-11-26 07:26:08', 'W', '17.246.19.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19785, '2025-11-26 07:29:31', 'W', '179.129.178.143', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2470 AOLBUILD/11.0.2470 Safari/537.36', 'Chrome', 'Windows 10'),
(19786, '2025-11-26 07:33:46', 'W', '152.53.1.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9571.648 Safari/537.36', 'Chrome', 'Windows 10'),
(19787, '2025-11-26 07:34:18', 'W', '40.77.167.2', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19788, '2025-11-26 07:43:04', 'W', '17.241.75.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19789, '2025-11-26 07:44:38', 'W', '216.73.216.29', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(19790, '2025-11-26 08:04:54', 'W', '179.105.131.96', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(19791, '2025-11-26 08:06:29', 'W', '188.72.46.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(19792, '2025-11-26 08:10:24', 'W', '52.74.185.192', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(19793, '2025-11-26 08:12:26', 'A', '47.128.43.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19794, '2025-11-26 08:15:37', 'W', '213.180.203.130', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(19795, '2025-11-26 08:22:51', 'W', '37.120.184.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7158.131 Safari/537.36', 'Chrome', 'Windows 10'),
(19796, '2025-11-26 08:26:37', 'W', '147.185.132.64', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(19797, '2025-11-26 08:30:50', 'W', '45.244.169.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(19798, '2025-11-26 08:30:53', 'W', '147.236.230.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 FS', 'Chrome', 'Mac OS X'),
(19799, '2025-11-26 08:30:54', 'W', '46.184.31.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(19800, '2025-11-26 08:32:09', 'W', '89.117.3.62', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(19801, '2025-11-26 08:58:25', 'W', '152.53.110.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4434.138 Safari/537.36', 'Chrome', 'Windows 10'),
(19802, '2025-11-26 08:59:29', 'A', '47.128.18.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19803, '2025-11-26 09:00:06', 'W', '14.249.194.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(19804, '2025-11-26 09:01:06', 'W', '191.19.39.93', 'Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19805, '2025-11-26 09:01:08', 'W', '46.251.211.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(19806, '2025-11-26 09:02:14', 'W', '41.108.60.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(19807, '2025-11-26 09:08:12', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6479.666 Safari/537.36', 'Chrome', 'Windows 10'),
(19808, '2025-11-26 09:14:53', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1141.798 Safari/537.36', 'Chrome', 'Windows 10'),
(19809, '2025-11-26 09:18:00', 'W', '152.53.49.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4557.865 Safari/537.36', 'Chrome', 'Windows 10'),
(19810, '2025-11-26 09:29:50', 'W', '151.236.183.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(19811, '2025-11-26 09:30:00', 'W', '181.45.96.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(19812, '2025-11-26 09:30:02', 'W', '45.132.163.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(19813, '2025-11-26 09:32:41', 'W', '41.237.7.172', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19814, '2025-11-26 09:32:45', 'W', '152.53.85.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9258.895 Safari/537.36', 'Chrome', 'Windows 10'),
(19815, '2025-11-26 09:38:37', 'A', '66.249.92.14', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(19816, '2025-11-26 09:40:38', 'A', '66.249.92.13', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(19817, '2025-11-26 09:48:54', 'A', '47.128.120.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19818, '2025-11-26 10:00:18', 'W', '189.203.97.99', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19819, '2025-11-26 10:00:27', 'W', '103.120.45.103', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 8'),
(19820, '2025-11-26 10:01:03', 'W', '177.221.130.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(19821, '2025-11-26 10:02:04', 'W', '189.223.34.83', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(19822, '2025-11-26 10:14:06', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4833.528 Safari/537.36', 'Chrome', 'Windows 10'),
(19823, '2025-11-26 10:16:23', 'W', '52.167.144.188', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19824, '2025-11-26 10:27:09', 'W', '37.120.187.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3534.643 Safari/537.36', 'Chrome', 'Windows 10'),
(19825, '2025-11-26 10:28:23', 'W', '87.97.241.116', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19826, '2025-11-26 10:29:34', 'W', '2.132.24.153', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14', 'Chrome', 'Windows 8'),
(19827, '2025-11-26 10:33:01', 'W', '131.161.188.124', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(19828, '2025-11-26 10:35:56', 'A', '47.128.49.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19829, '2025-11-26 10:42:10', 'W', '202.76.169.48', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16', 'Chrome', 'Mac OS X'),
(19830, '2025-11-26 10:44:42', 'W', '188.68.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6369.661 Safari/537.36', 'Chrome', 'Windows 10'),
(19831, '2025-11-26 10:49:08', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9830.326 Safari/537.36', 'Chrome', 'Windows 10'),
(19832, '2025-11-26 10:54:26', 'W', '20.169.78.167', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(19833, '2025-11-26 11:00:24', 'W', '175.157.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(19834, '2025-11-26 11:00:27', 'W', '149.129.214.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(19835, '2025-11-26 11:00:32', 'W', '84.54.71.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(19836, '2025-11-26 11:00:48', 'W', '102.43.214.31', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36', 'Chrome', 'Windows 10'),
(19837, '2025-11-26 11:01:25', 'W', '14.176.56.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(19838, '2025-11-26 11:01:31', 'W', '187.112.182.184', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19839, '2025-11-26 11:02:15', 'W', '179.93.65.223', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19840, '2025-11-26 11:05:47', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4697.393 Safari/537.36', 'Chrome', 'Windows 10'),
(19841, '2025-11-26 11:06:53', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1602.233 Safari/537.36', 'Chrome', 'Windows 10'),
(19842, '2025-11-26 11:14:37', 'W', '43.173.176.80', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19843, '2025-11-26 11:16:42', 'W', '43.173.174.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19844, '2025-11-26 11:18:28', 'W', '152.53.53.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7312.157 Safari/537.36', 'Chrome', 'Windows 10'),
(19845, '2025-11-26 11:18:38', 'A', '47.128.99.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19846, '2025-11-26 11:22:53', 'W', '43.173.182.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19847, '2025-11-26 11:29:20', 'W', '37.238.19.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(19848, '2025-11-26 11:29:56', 'W', '41.242.161.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(19849, '2025-11-26 11:30:18', 'W', '92.253.31.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(19850, '2025-11-26 11:30:51', 'W', '195.178.110.156', '', 'Unknown Browser', 'Unknown OS Platform'),
(19851, '2025-11-26 11:31:38', 'W', '186.209.22.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(19852, '2025-11-26 11:32:16', 'W', '113.169.125.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Mac OS X'),
(19853, '2025-11-26 11:44:15', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4053.845 Safari/537.36', 'Chrome', 'Windows 10'),
(19854, '2025-11-26 11:46:50', 'W', '152.53.51.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5848.187 Safari/537.36', 'Chrome', 'Windows 10'),
(19855, '2025-11-26 11:55:29', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9208.394 Safari/537.36', 'Chrome', 'Windows 10'),
(19856, '2025-11-26 12:00:55', 'W', '190.80.246.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(19857, '2025-11-26 12:01:01', 'W', '131.100.254.120', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 7'),
(19858, '2025-11-26 12:02:24', 'W', '189.76.69.171', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(19859, '2025-11-26 12:15:36', 'A', '47.128.34.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19860, '2025-11-26 12:17:46', 'W', '152.53.109.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7457.809 Safari/537.36', 'Chrome', 'Windows 10'),
(19861, '2025-11-26 12:26:18', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3188.591 Safari/537.36', 'Chrome', 'Windows 10'),
(19862, '2025-11-26 12:30:24', 'W', '212.237.119.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(19863, '2025-11-26 12:31:27', 'W', '102.182.190.245', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(19864, '2025-11-26 12:32:15', 'W', '37.236.151.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(19865, '2025-11-26 12:32:29', 'W', '105.78.34.117', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 AOL/11.0 AOLBUILD/11.0.1839 Safari/537.36', 'Chrome', 'Windows 10'),
(19866, '2025-11-26 12:37:19', 'A', '47.128.125.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19867, '2025-11-26 12:42:12', 'A', '47.128.35.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19868, '2025-11-26 12:52:16', 'W', '152.53.18.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6082.937 Safari/537.36', 'Chrome', 'Windows 10'),
(19869, '2025-11-26 13:01:20', 'W', '190.2.100.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(19870, '2025-11-26 13:02:13', 'W', '170.81.230.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(19871, '2025-11-26 13:04:15', 'A', '47.128.39.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19872, '2025-11-26 13:04:52', 'W', '80.94.250.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(19873, '2025-11-26 13:04:52', 'W', '186.54.91.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(19874, '2025-11-26 13:05:52', 'A', '47.128.122.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19875, '2025-11-26 13:07:38', 'W', '109.234.35.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Mac OS X'),
(19876, '2025-11-26 13:10:05', 'W', '152.53.111.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4787.950 Safari/537.36', 'Chrome', 'Windows 10'),
(19877, '2025-11-26 13:16:50', 'W', '107.152.32.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(19878, '2025-11-26 13:19:02', 'A', '47.128.56.188', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19879, '2025-11-26 13:19:53', 'A', '47.128.45.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19880, '2025-11-26 13:28:41', 'W', '40.77.167.54', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19881, '2025-11-26 13:29:14', 'W', '14.231.253.119', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/90.0.4430.72 Safari/537.36', 'Chrome', 'Windows 7'),
(19882, '2025-11-26 13:29:56', 'W', '39.36.12.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Kinza/6.1.5', 'Chrome', 'Windows 10'),
(19883, '2025-11-26 13:30:57', 'W', '105.102.228.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(19884, '2025-11-26 13:30:57', 'W', '191.6.251.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36', 'Chrome', 'Windows 10'),
(19885, '2025-11-26 13:33:44', 'W', '152.53.109.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8214.443 Safari/537.36', 'Chrome', 'Windows 10'),
(19886, '2025-11-26 13:42:24', 'W', '52.167.144.229', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19887, '2025-11-26 13:43:05', 'A', '47.128.38.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19888, '2025-11-26 13:50:38', 'W', '17.22.253.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19889, '2025-11-26 13:53:17', 'A', '47.128.43.131', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19890, '2025-11-26 13:54:02', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3167.596 Safari/537.36', 'Chrome', 'Windows 10'),
(19891, '2025-11-26 13:59:21', 'W', '152.53.86.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1852.393 Safari/537.36', 'Chrome', 'Windows 10'),
(19892, '2025-11-26 13:59:44', 'W', '45.175.100.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(19893, '2025-11-26 13:59:58', 'W', '45.65.142.32', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(19894, '2025-11-26 14:00:07', 'W', '187.56.61.151', 'Mozilla/5.0 (X11; NetBSD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19895, '2025-11-26 14:02:13', 'W', '177.104.212.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Mac OS X'),
(19896, '2025-11-26 14:05:39', 'A', '47.128.28.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19897, '2025-11-26 14:07:17', 'A', '47.128.47.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19898, '2025-11-26 14:13:49', 'A', '47.128.109.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19899, '2025-11-26 14:18:10', 'W', '184.73.189.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19900, '2025-11-26 14:19:16', 'W', '152.53.13.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5459.723 Safari/537.36', 'Chrome', 'Windows 10'),
(19901, '2025-11-26 14:19:22', 'W', '89.58.24.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8592.480 Safari/537.36', 'Chrome', 'Windows 10'),
(19902, '2025-11-26 14:30:53', 'A', '47.128.118.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19903, '2025-11-26 14:31:38', 'W', '177.82.66.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(19904, '2025-11-26 14:33:40', 'A', '93.170.122.208', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(19905, '2025-11-26 14:34:15', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3473.567 Safari/537.36', 'Chrome', 'Windows 10'),
(19906, '2025-11-26 14:34:58', 'A', '47.128.118.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19907, '2025-11-26 14:39:03', 'A', '47.128.47.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19908, '2025-11-26 14:42:23', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2572.313 Safari/537.36', 'Chrome', 'Windows 10'),
(19909, '2025-11-26 14:42:23', 'A', '47.128.50.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19910, '2025-11-26 14:54:38', 'A', '47.128.99.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19911, '2025-11-26 15:03:36', 'W', '176.57.207.52', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Windows 10'),
(19912, '2025-11-26 15:03:40', 'W', '38.255.86.11', 'Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(19913, '2025-11-26 15:05:12', 'W', '167.250.162.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(19914, '2025-11-26 15:05:16', 'W', '37.237.242.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(19915, '2025-11-26 15:05:25', 'W', '37.120.187.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3629.462 Safari/537.36', 'Chrome', 'Windows 10'),
(19916, '2025-11-26 15:06:01', 'A', '47.128.21.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19917, '2025-11-26 15:06:06', 'W', '152.53.87.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8979.834 Safari/537.36', 'Chrome', 'Windows 10'),
(19918, '2025-11-26 15:12:43', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6577.970 Safari/537.36', 'Chrome', 'Windows 10'),
(19919, '2025-11-26 15:17:30', 'A', '47.128.57.42', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19920, '2025-11-26 15:31:33', 'W', '152.59.5.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1150.52 Safari/537.36', 'Chrome', 'Windows 10'),
(19921, '2025-11-26 15:31:52', 'W', '14.160.226.11', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(19922, '2025-11-26 15:32:34', 'W', '177.2.181.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.6 Safari/537.36', 'Chrome', 'Mac OS X'),
(19923, '2025-11-26 15:36:09', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4424.482 Safari/537.36', 'Chrome', 'Windows 10'),
(19924, '2025-11-26 15:40:06', 'A', '47.128.63.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19925, '2025-11-26 15:46:00', 'A', '47.128.114.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19926, '2025-11-26 15:47:35', 'W', '87.236.176.189', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(19927, '2025-11-26 15:53:47', 'W', '152.53.50.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2833.409 Safari/537.36', 'Chrome', 'Windows 10'),
(19928, '2025-11-26 15:54:01', 'A', '47.128.22.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19929, '2025-11-26 16:00:24', 'W', '181.42.217.193', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1464.0 Safari/537.36', 'Chrome', 'Windows 8'),
(19930, '2025-11-26 16:01:39', 'W', '154.247.253.69', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(19931, '2025-11-26 16:02:47', 'W', '154.121.106.87', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'Chrome', 'Windows 7'),
(19932, '2025-11-26 16:03:50', 'A', '47.128.43.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19933, '2025-11-26 16:05:27', 'A', '47.128.49.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19934, '2025-11-26 16:09:55', 'W', '37.221.199.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6124.723 Safari/537.36', 'Chrome', 'Windows 10'),
(19935, '2025-11-26 16:12:55', 'W', '152.53.65.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2910.336 Safari/537.36', 'Chrome', 'Windows 10'),
(19936, '2025-11-26 16:16:54', 'A', '47.128.120.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19937, '2025-11-26 16:17:06', 'A', '47.128.29.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19938, '2025-11-26 16:17:56', 'A', '47.128.36.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19939, '2025-11-26 16:19:33', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2691.677 Safari/537.36', 'Chrome', 'Windows 10'),
(19940, '2025-11-26 16:28:18', 'A', '47.128.49.48', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19941, '2025-11-26 16:30:17', 'W', '202.61.225.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8573.246 Safari/537.36', 'Chrome', 'Windows 10'),
(19942, '2025-11-26 16:37:43', 'W', '35.198.192.72', 'Python/3.12 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(19943, '2025-11-26 16:40:17', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3206.725 Safari/537.36', 'Chrome', 'Windows 10'),
(19944, '2025-11-26 16:42:46', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2122.726 Safari/537.36', 'Chrome', 'Windows 10'),
(19945, '2025-11-26 16:46:45', 'W', '195.154.61.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(19946, '2025-11-26 16:54:06', 'W', '176.241.84.109', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19947, '2025-11-26 17:00:58', 'A', '47.128.30.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19948, '2025-11-26 17:01:02', 'A', '47.128.26.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19949, '2025-11-26 17:04:17', 'A', '47.128.27.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19950, '2025-11-26 17:04:26', 'W', '17.22.245.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(19951, '2025-11-26 17:06:02', 'A', '47.128.96.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19952, '2025-11-26 17:06:36', 'W', '187.34.207.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(19953, '2025-11-26 17:09:13', 'A', '47.128.49.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19954, '2025-11-26 17:09:13', 'A', '47.128.42.206', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19955, '2025-11-26 17:09:23', 'W', '152.53.17.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7425.890 Safari/537.36', 'Chrome', 'Windows 10'),
(19956, '2025-11-26 17:10:52', 'W', '45.41.165.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19957, '2025-11-26 17:11:32', 'W', '45.124.171.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(19958, '2025-11-26 17:11:39', 'A', '47.128.52.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19959, '2025-11-26 17:12:03', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7021.162 Safari/537.36', 'Chrome', 'Windows 10'),
(19960, '2025-11-26 17:13:16', 'W', '102.212.189.107', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 7'),
(19961, '2025-11-26 17:13:30', 'W', '51.68.247.206', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(19962, '2025-11-26 17:14:09', 'W', '206.0.152.51', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(19963, '2025-11-26 17:15:19', 'W', '156.207.175.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Mac OS X'),
(19964, '2025-11-26 17:17:09', 'W', '104.36.21.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(19965, '2025-11-26 17:29:55', 'W', '43.174.84.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19966, '2025-11-26 17:30:16', 'W', '51.68.236.94', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(19967, '2025-11-26 17:30:50', 'W', '43.174.8.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19968, '2025-11-26 17:33:27', 'W', '202.61.197.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2546.746 Safari/537.36', 'Chrome', 'Windows 10'),
(19969, '2025-11-26 17:38:00', 'A', '47.128.24.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19970, '2025-11-26 17:38:48', 'W', '5.45.109.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2329.581 Safari/537.36', 'Chrome', 'Windows 10'),
(19971, '2025-11-26 17:43:59', 'W', '43.173.180.66', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19972, '2025-11-26 17:47:21', 'W', '43.173.182.251', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19973, '2025-11-26 17:54:20', 'A', '47.128.111.96', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19974, '2025-11-26 17:56:35', 'W', '205.210.31.11', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(19975, '2025-11-26 17:56:35', 'W', '84.37.50.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(19976, '2025-11-26 17:56:46', 'W', '89.58.19.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6006.492 Safari/537.36', 'Chrome', 'Windows 10'),
(19977, '2025-11-26 17:57:59', 'W', '41.209.3.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(19978, '2025-11-26 17:59:09', 'A', '47.128.45.185', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19979, '2025-11-26 17:59:19', 'W', '20.204.24.251', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(19980, '2025-11-26 17:59:27', 'W', '20.204.24.249', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(19981, '2025-11-26 17:59:59', 'A', '47.128.60.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19982, '2025-11-26 18:07:22', 'W', '179.19.101.178', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19983, '2025-11-26 18:11:14', 'A', '47.128.16.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19984, '2025-11-26 18:11:15', 'A', '47.128.35.100', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19985, '2025-11-26 18:12:06', 'A', '47.128.20.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19986, '2025-11-26 18:12:10', 'W', '179.165.82.200', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(19987, '2025-11-26 18:15:19', 'A', '47.128.121.197', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19988, '2025-11-26 18:15:24', 'W', '43.173.174.36', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(19989, '2025-11-26 18:15:25', 'W', '190.142.224.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(19990, '2025-11-26 18:15:26', 'W', '167.57.88.9', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36', 'Chrome', 'Windows 8.1'),
(19991, '2025-11-26 18:16:36', 'W', '131.0.5.236', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(19992, '2025-11-26 18:22:15', 'W', '45.219.227.182', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(19993, '2025-11-26 18:23:49', 'W', '195.178.110.131', '', 'Unknown Browser', 'Unknown OS Platform'),
(19994, '2025-11-26 18:24:12', 'A', '47.128.57.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19995, '2025-11-26 18:29:03', 'A', '47.128.96.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19996, '2025-11-26 18:29:41', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7772.704 Safari/537.36', 'Chrome', 'Windows 10'),
(19997, '2025-11-26 18:33:56', 'A', '47.128.32.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(19998, '2025-11-26 18:34:33', 'W', '20.169.73.43', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(19999, '2025-11-26 18:35:34', 'A', '47.128.96.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20000, '2025-11-26 18:38:44', 'W', '74.7.229.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; +https://openai.com/searchbot', 'Chrome', 'Mac OS X'),
(20001, '2025-11-26 18:38:58', 'W', '152.53.86.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8575.278 Safari/537.36', 'Chrome', 'Windows 10'),
(20002, '2025-11-26 18:45:18', 'A', '47.128.33.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20003, '2025-11-26 18:47:41', 'A', '47.128.53.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20004, '2025-11-26 18:48:30', 'W', '216.73.216.28', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(20005, '2025-11-26 18:55:20', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7421.291 Safari/537.36', 'Chrome', 'Windows 10'),
(20006, '2025-11-26 18:55:46', 'A', '47.128.30.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20007, '2025-11-26 19:00:05', 'W', '154.183.13.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(20008, '2025-11-26 19:00:31', 'W', '169.224.13.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.44 Safari/537.36', 'Chrome', 'Mac OS X'),
(20009, '2025-11-26 19:00:34', 'W', '45.229.39.91', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36', 'Chrome', 'Windows 8.1'),
(20010, '2025-11-26 19:01:32', 'A', '47.128.58.67', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20011, '2025-11-26 19:02:47', 'W', '45.190.13.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(20012, '2025-11-26 19:04:49', 'A', '47.128.49.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20013, '2025-11-26 19:06:09', 'W', '181.115.5.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'Chrome', 'Windows 10'),
(20014, '2025-11-26 19:06:50', 'W', '181.67.249.151', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Windows 8.1'),
(20015, '2025-11-26 19:11:12', 'A', '47.128.25.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20016, '2025-11-26 19:25:47', 'A', '47.128.33.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20017, '2025-11-26 19:27:56', 'W', '101.109.232.173', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(20018, '2025-11-26 19:42:03', 'A', '47.128.113.22', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20019, '2025-11-26 19:49:24', 'A', '47.128.110.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(20020, '2025-11-26 19:50:13', 'A', '47.128.33.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20021, '2025-11-26 19:51:50', 'A', '47.128.18.4', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20022, '2025-11-26 19:57:30', 'A', '47.128.113.31', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20023, '2025-11-26 19:57:36', 'W', '185.32.2.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20024, '2025-11-26 19:58:41', 'W', '152.53.135.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7896.739 Safari/537.36', 'Chrome', 'Windows 10'),
(20025, '2025-11-26 19:59:17', 'W', '200.36.212.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20026, '2025-11-26 19:59:20', 'W', '38.210.182.189', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(20027, '2025-11-26 20:01:44', 'W', '37.235.56.100', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(20028, '2025-11-26 20:04:44', 'W', '197.240.138.49', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'Chrome', 'Windows XP'),
(20029, '2025-11-26 20:07:22', 'W', '181.78.44.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(20030, '2025-11-26 20:10:02', 'W', '41.90.44.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(20031, '2025-11-26 20:11:47', 'W', '152.53.101.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6320.431 Safari/537.36', 'Chrome', 'Windows 10'),
(20032, '2025-11-26 20:12:29', 'W', '150.107.107.35', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36', 'Chrome', 'Windows 10'),
(20033, '2025-11-26 20:14:35', 'W', '152.53.86.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1654.145 Safari/537.36', 'Chrome', 'Windows 10'),
(20034, '2025-11-26 20:16:17', 'A', '47.128.42.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20035, '2025-11-26 20:17:36', 'W', '45.171.155.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20036, '2025-11-26 20:19:21', 'W', '114.10.8.124', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(20037, '2025-11-26 20:19:32', 'A', '47.128.58.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20038, '2025-11-26 20:19:46', 'W', '43.173.179.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20039, '2025-11-26 20:20:18', 'A', '47.128.123.40', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20040, '2025-11-26 20:24:09', 'W', '43.173.182.132', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20041, '2025-11-26 20:25:11', 'A', '47.128.126.161', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20042, '2025-11-26 20:26:18', 'W', '43.173.180.21', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20043, '2025-11-26 20:29:47', 'W', '89.58.44.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2925.132 Safari/537.36', 'Chrome', 'Windows 10'),
(20044, '2025-11-26 20:30:08', 'A', '47.128.121.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20045, '2025-11-26 20:30:57', 'A', '47.128.19.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20046, '2025-11-26 20:31:33', 'W', '152.53.110.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4340.676 Safari/537.36', 'Chrome', 'Windows 10'),
(20047, '2025-11-26 20:35:01', 'A', '47.128.53.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20048, '2025-11-26 20:40:10', 'W', '68.221.67.160', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20049, '2025-11-26 20:49:41', 'A', '47.128.63.241', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20050, '2025-11-26 20:52:17', 'W', '172.213.21.157', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20051, '2025-11-26 21:00:37', 'W', '41.251.12.212', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(20052, '2025-11-26 21:01:51', 'W', '14.230.211.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(20053, '2025-11-26 21:03:25', 'W', '110.138.83.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(20054, '2025-11-26 21:03:27', 'W', '147.235.204.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(20055, '2025-11-26 21:04:26', 'W', '37.239.25.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(20056, '2025-11-26 21:04:27', 'W', '181.68.159.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36', 'Chrome', 'Windows 10'),
(20057, '2025-11-26 21:04:27', 'W', '46.210.161.58', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(20058, '2025-11-26 21:04:28', 'W', '14.172.7.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(20059, '2025-11-26 21:06:48', 'A', '47.128.33.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20060, '2025-11-26 21:09:51', 'W', '182.8.211.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(20061, '2025-11-26 21:11:26', 'W', '14.191.132.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Windows 7'),
(20062, '2025-11-26 21:12:10', 'W', '179.125.141.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(20063, '2025-11-26 21:12:30', 'A', '47.128.59.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20064, '2025-11-26 21:12:47', 'W', '216.213.24.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20065, '2025-11-26 21:17:20', 'W', '177.36.197.61', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20066, '2025-11-26 21:19:48', 'A', '47.128.61.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20067, '2025-11-26 21:22:05', 'W', '80.76.49.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20068, '2025-11-26 21:22:26', 'W', '37.120.184.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5537.717 Safari/537.36', 'Chrome', 'Windows 10'),
(20069, '2025-11-26 21:23:51', 'A', '47.128.30.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20070, '2025-11-26 21:25:53', 'W', '102.217.159.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20071, '2025-11-26 21:30:01', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8813.172 Safari/537.36', 'Chrome', 'Windows 10'),
(20072, '2025-11-26 21:32:04', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4294.455 Safari/537.36', 'Chrome', 'Windows 10'),
(20073, '2025-11-26 21:33:13', 'W', '202.76.188.141', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24', 'Chrome', 'Windows 7'),
(20074, '2025-11-26 21:37:37', 'A', '47.128.125.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20075, '2025-11-26 21:56:50', 'W', '77.137.65.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Windows 10'),
(20076, '2025-11-26 21:57:55', 'A', '47.128.114.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20077, '2025-11-26 21:58:44', 'A', '47.128.113.118', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20078, '2025-11-26 22:00:17', 'W', '116.193.68.82', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 7'),
(20079, '2025-11-26 22:00:51', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5162.993 Safari/537.36', 'Chrome', 'Windows 10'),
(20080, '2025-11-26 22:02:35', 'W', '45.224.29.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(20081, '2025-11-26 22:06:51', 'W', '170.84.145.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(20082, '2025-11-26 22:07:06', 'W', '188.68.49.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2906.537 Safari/537.36', 'Chrome', 'Windows 10'),
(20083, '2025-11-26 22:11:01', 'W', '179.189.45.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(20084, '2025-11-26 22:15:25', 'A', '47.128.57.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20085, '2025-11-26 22:15:28', 'W', '152.53.53.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5647.547 Safari/537.36', 'Chrome', 'Windows 10'),
(20086, '2025-11-26 22:18:20', 'W', '185.247.137.176', 'Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20087, '2025-11-26 22:18:40', 'W', '191.235.99.85', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20088, '2025-11-26 22:18:41', 'W', '191.235.99.87', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20089, '2025-11-26 22:23:07', 'W', '43.173.179.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20090, '2025-11-26 22:24:24', 'W', '163.61.73.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20091, '2025-11-26 22:25:18', 'W', '43.173.180.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20092, '2025-11-26 22:25:22', 'W', '186.97.125.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20093, '2025-11-26 22:25:25', 'W', '43.173.180.38', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20094, '2025-11-26 22:26:14', 'A', '47.128.49.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20095, '2025-11-26 22:26:22', 'W', '43.173.175.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20096, '2025-11-26 22:28:50', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3136.329 Safari/537.36', 'Chrome', 'Windows 10'),
(20097, '2025-11-26 22:29:40', 'W', '43.173.173.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20098, '2025-11-26 22:35:07', 'A', '47.128.114.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20099, '2025-11-26 22:38:36', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6041.232 Safari/537.36', 'Chrome', 'Windows 10'),
(20100, '2025-11-26 22:39:30', 'A', '47.128.34.61', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20101, '2025-11-26 22:49:04', 'W', '37.120.184.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7915.120 Safari/537.36', 'Chrome', 'Windows 10'),
(20102, '2025-11-26 22:49:07', 'W', '213.180.203.116', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(20103, '2025-11-26 23:00:42', 'W', '14.244.147.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(20104, '2025-11-26 23:01:46', 'A', '47.128.30.193', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20105, '2025-11-26 23:06:17', 'W', '188.68.55.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3500.881 Safari/537.36', 'Chrome', 'Windows 10'),
(20106, '2025-11-26 23:22:26', 'A', '47.128.54.254', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20107, '2025-11-26 23:23:18', 'A', '47.128.57.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20108, '2025-11-26 23:24:50', 'A', '47.128.99.12', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20109, '2025-11-26 23:26:15', 'W', '51.68.107.149', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20110, '2025-11-26 23:27:19', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5305.372 Safari/537.36', 'Chrome', 'Windows 10'),
(20111, '2025-11-26 23:32:47', 'A', '47.128.32.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20112, '2025-11-26 23:32:58', 'W', '52.167.144.163', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20113, '2025-11-26 23:37:14', 'W', '202.76.161.218', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8', 'Safari', 'Mac OS X'),
(20114, '2025-11-26 23:39:54', 'W', '20.169.78.185', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20115, '2025-11-26 23:44:52', 'W', '45.32.144.102', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Ubuntu'),
(20116, '2025-11-26 23:58:17', 'W', '14.230.191.239', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(20117, '2025-11-27 00:00:11', 'W', '129.222.187.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(20118, '2025-11-27 00:00:12', 'W', '179.180.128.6', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 7'),
(20119, '2025-11-27 00:00:21', 'W', '196.120.12.17', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 7'),
(20120, '2025-11-27 00:00:32', 'W', '186.250.253.156', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(20121, '2025-11-27 00:00:35', 'W', '177.87.165.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Mac OS X'),
(20122, '2025-11-27 00:02:09', 'A', '47.128.35.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20123, '2025-11-27 00:11:40', 'W', '152.53.103.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7923.571 Safari/537.36', 'Chrome', 'Windows 10'),
(20124, '2025-11-27 00:11:40', 'W', '205.210.31.108', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(20125, '2025-11-27 00:15:00', 'W', '198.235.24.9', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(20126, '2025-11-27 00:15:00', 'W', '198.235.24.43', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(20127, '2025-11-27 00:16:51', 'W', '198.235.24.143', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'Unknown Browser', 'Unknown OS Platform'),
(20128, '2025-11-27 00:17:51', 'W', '43.173.175.156', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20129, '2025-11-27 00:30:46', 'W', '176.31.139.1', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20130, '2025-11-27 00:30:58', 'W', '51.68.247.205', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20131, '2025-11-27 00:31:14', 'W', '5.39.109.162', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20132, '2025-11-27 00:31:24', 'W', '92.222.104.223', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20133, '2025-11-27 00:31:41', 'W', '37.59.204.150', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20134, '2025-11-27 00:34:21', 'W', '37.120.187.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4645.468 Safari/537.36', 'Chrome', 'Windows 10'),
(20135, '2025-11-27 00:44:48', 'W', '152.53.2.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8195.960 Safari/537.36', 'Chrome', 'Windows 10'),
(20136, '2025-11-27 00:53:57', 'W', '152.53.110.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3755.168 Safari/537.36', 'Chrome', 'Windows 10'),
(20137, '2025-11-27 00:55:59', 'W', '104.36.21.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20138, '2025-11-27 00:56:39', 'W', '103.165.157.129', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'Chrome', 'Windows 7'),
(20139, '2025-11-27 00:58:42', 'W', '69.160.102.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(20140, '2025-11-27 00:58:44', 'W', '102.88.110.221', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(20141, '2025-11-27 01:01:08', 'W', '110.37.11.168', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 7'),
(20142, '2025-11-27 01:02:07', 'A', '47.128.50.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20143, '2025-11-27 01:02:18', 'W', '103.152.104.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(20144, '2025-11-27 01:04:52', 'W', '160.187.108.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(20145, '2025-11-27 01:07:33', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9200.194 Safari/537.36', 'Chrome', 'Windows 10'),
(20146, '2025-11-27 01:12:27', 'W', '113.190.20.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.49 Safari/537.36', 'Chrome', 'Windows 10'),
(20147, '2025-11-27 01:17:10', 'A', '47.128.60.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20148, '2025-11-27 01:17:41', 'A', '47.128.35.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20149, '2025-11-27 01:32:56', 'A', '47.128.124.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20150, '2025-11-27 01:35:26', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7674.450 Safari/537.36', 'Chrome', 'Windows 10'),
(20151, '2025-11-27 01:37:02', 'A', '47.128.25.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20152, '2025-11-27 01:45:56', 'W', '37.120.184.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7503.350 Safari/537.36', 'Chrome', 'Windows 10'),
(20153, '2025-11-27 01:49:46', 'A', '47.128.25.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20154, '2025-11-27 01:51:55', 'W', '51.91.242.106', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20155, '2025-11-27 01:54:22', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3540.353 Safari/537.36', 'Chrome', 'Windows 10'),
(20156, '2025-11-27 01:57:40', 'W', '181.97.76.177', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(20157, '2025-11-27 01:57:53', 'W', '190.140.112.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(20158, '2025-11-27 01:58:16', 'W', '45.127.246.175', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(20159, '2025-11-27 01:58:17', 'W', '187.14.171.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20160, '2025-11-27 01:58:31', 'W', '179.191.222.133', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(20161, '2025-11-27 02:02:14', 'W', '189.33.159.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(20162, '2025-11-27 02:03:41', 'I', '156.239.209.124', 'Mozilla/5.0 (iPad; CPU iPad OS 13_5_1 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) CriOS/45.0.876.0 Mobile/51X556 Safari/532.2', 'Handheld Browser', 'iPad'),
(20163, '2025-11-27 02:04:43', 'W', '190.114.35.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(20164, '2025-11-27 02:04:45', 'W', '190.17.202.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(20165, '2025-11-27 02:08:24', 'A', '47.128.32.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20166, '2025-11-27 02:10:46', 'A', '47.128.35.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20167, '2025-11-27 02:13:06', 'W', '152.53.86.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8281.155 Safari/537.36', 'Chrome', 'Windows 10'),
(20168, '2025-11-27 02:13:18', 'A', '172.59.242.74', 'Mozilla/5.0 (Android 3.2.2; Mobile; rv:15.0) Gecko/15.0 Firefox/15.0', 'Handheld Browser', 'Android'),
(20169, '2025-11-27 02:20:47', 'W', '62.8.3.5', 'Opera/8.13.(Windows NT 5.2; ik-CA) Presto/2.9.165 Version/10.00', 'Opera', 'Windows Server 2003/XP x64'),
(20170, '2025-11-27 02:23:18', 'W', '190.135.211.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20171, '2025-11-27 02:27:09', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3961.553 Safari/537.36', 'Chrome', 'Windows 10'),
(20172, '2025-11-27 02:27:38', 'W', '187.49.143.213', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(20173, '2025-11-27 02:32:55', 'W', '135.134.70.88', 'Opera/8.22.(X11; Linux i686; wae-CH) Presto/2.9.163 Version/11.00', 'Opera', 'Linux'),
(20174, '2025-11-27 02:32:59', 'A', '47.128.29.129', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20175, '2025-11-27 02:38:44', 'W', '202.61.244.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7214.634 Safari/537.36', 'Chrome', 'Windows 10'),
(20176, '2025-11-27 02:51:23', 'A', '47.128.41.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20177, '2025-11-27 02:56:44', 'W', '200.5.55.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(20178, '2025-11-27 02:57:48', 'A', '189.232.239.163', 'Mozilla/5.0 (Android 2.3.7; Mobile; rv:23.0) Gecko/23.0 Firefox/23.0', 'Handheld Browser', 'Android'),
(20179, '2025-11-27 02:59:03', 'W', '114.130.188.129', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(20180, '2025-11-27 02:59:18', 'W', '191.36.199.230', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(20181, '2025-11-27 03:01:31', 'W', '103.190.204.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Windows 10'),
(20182, '2025-11-27 03:01:31', 'W', '45.172.68.45', 'Opera/9.92.(Windows NT 11.0; ja-JP) Presto/2.9.189 Version/10.00', 'Opera', 'Unknown OS Platform'),
(20183, '2025-11-27 03:01:34', 'W', '38.224.158.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20184, '2025-11-27 03:02:14', 'W', '38.183.236.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Mac OS X'),
(20185, '2025-11-27 03:03:07', 'W', '187.189.58.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(20186, '2025-11-27 03:04:42', 'W', '152.53.19.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2955.674 Safari/537.36', 'Chrome', 'Windows 10'),
(20187, '2025-11-27 03:09:56', 'W', '45.229.44.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'Chrome', 'Windows 7'),
(20188, '2025-11-27 03:11:25', 'W', '176.29.204.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(20189, '2025-11-27 03:14:00', 'W', '176.57.188.217', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20190, '2025-11-27 03:20:21', 'W', '152.53.55.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4691.886 Safari/537.36', 'Chrome', 'Windows 10'),
(20191, '2025-11-27 03:28:20', 'W', '17.246.15.151', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20192, '2025-11-27 03:30:14', 'W', '191.239.245.19', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20193, '2025-11-27 03:31:59', 'W', '146.174.170.189', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11', 'Chrome', 'Linux'),
(20194, '2025-11-27 03:34:18', 'A', '47.128.34.30', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20195, '2025-11-27 03:35:29', 'W', '57.141.4.62', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(20196, '2025-11-27 03:43:40', 'W', '34.169.225.21', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(20197, '2025-11-27 03:43:47', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20198, '2025-11-27 03:48:32', 'W', '14.184.166.227', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.01; Trident/3.0)', 'Internet Explorer', 'Windows 2000'),
(20199, '2025-11-27 03:48:37', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(20200, '2025-11-27 03:51:20', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(20201, '2025-11-27 03:52:48', 'W', '189.155.102.241', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(20202, '2025-11-27 03:53:09', 'A', '47.128.62.145', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20203, '2025-11-27 03:53:19', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7460.123 Safari/537.36', 'Chrome', 'Windows 10'),
(20204, '2025-11-27 03:56:05', 'W', '136.118.2.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(20205, '2025-11-27 03:56:31', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9691.318 Safari/537.36', 'Chrome', 'Windows 10'),
(20206, '2025-11-27 03:57:54', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3575.321 Safari/537.36', 'Chrome', 'Windows 10'),
(20207, '2025-11-27 03:59:04', 'W', '188.169.164.72', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(20208, '2025-11-27 04:00:42', 'W', '45.166.9.36', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8.1'),
(20209, '2025-11-27 04:02:44', 'W', '14.186.103.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(20210, '2025-11-27 04:02:46', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20211, '2025-11-27 04:03:15', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(20212, '2025-11-27 04:03:40', 'W', '139.171.177.10', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/8700-07-31 16:40:02.732422 Firefox/3.8', 'Firefox', 'Linux'),
(20213, '2025-11-27 04:04:38', 'W', '177.78.28.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(20214, '2025-11-27 04:04:40', 'A', '47.128.116.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20215, '2025-11-27 04:05:15', 'A', '47.128.63.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20216, '2025-11-27 04:05:30', 'A', '47.128.52.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20217, '2025-11-27 04:06:06', 'A', '47.128.40.63', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20218, '2025-11-27 04:06:13', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1015.271 Safari/537.36', 'Chrome', 'Windows 10'),
(20219, '2025-11-27 04:06:56', 'A', '47.128.96.86', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20220, '2025-11-27 04:07:14', 'A', '47.128.34.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20221, '2025-11-27 04:07:54', 'A', '47.128.99.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20222, '2025-11-27 04:08:06', 'A', '47.128.115.238', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20223, '2025-11-27 04:09:47', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20224, '2025-11-27 04:12:02', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(20225, '2025-11-27 04:13:32', 'A', '47.128.52.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20226, '2025-11-27 04:14:23', 'A', '47.128.45.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20227, '2025-11-27 04:15:14', 'A', '47.128.31.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20228, '2025-11-27 04:16:04', 'A', '47.128.44.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20229, '2025-11-27 04:16:04', 'A', '47.128.122.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20230, '2025-11-27 04:17:44', 'A', '47.128.49.183', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20231, '2025-11-27 04:17:44', 'A', '47.128.17.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20232, '2025-11-27 04:18:34', 'A', '47.128.54.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20233, '2025-11-27 04:20:52', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20234, '2025-11-27 04:21:04', 'A', '47.128.33.110', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20235, '2025-11-27 04:21:55', 'A', '47.128.110.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20236, '2025-11-27 04:22:45', 'A', '47.128.35.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20237, '2025-11-27 04:23:35', 'A', '47.128.23.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20238, '2025-11-27 04:28:30', 'W', '177.73.43.177', 'Mozilla/5.0 (Windows NT 4.0) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/52.0.823.0 Safari/536.2', 'Chrome', 'Unknown OS Platform'),
(20239, '2025-11-27 04:30:15', 'A', '47.128.113.233', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20240, '2025-11-27 04:32:59', 'W', '137.135.191.45', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20241, '2025-11-27 04:34:25', 'A', '47.128.22.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20242, '2025-11-27 04:35:15', 'A', '47.128.18.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20243, '2025-11-27 04:37:43', 'W', '13.213.233.255', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(20244, '2025-11-27 04:39:25', 'A', '47.128.16.97', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20245, '2025-11-27 04:41:37', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8059.383 Safari/537.36', 'Chrome', 'Windows 10'),
(20246, '2025-11-27 04:42:15', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7908.223 Safari/537.36', 'Chrome', 'Windows 10'),
(20247, '2025-11-27 04:43:31', 'W', '62.113.117.240', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20248, '2025-11-27 04:45:35', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(20249, '2025-11-27 04:50:14', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(20250, '2025-11-27 04:51:30', 'A', '47.128.127.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20251, '2025-11-27 04:51:56', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4601.477 Safari/537.36', 'Chrome', 'Windows 10'),
(20252, '2025-11-27 04:52:15', 'W', '149.62.205.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/41.0.880.0 Safari/535.2', 'Chrome', 'Mac OS X'),
(20253, '2025-11-27 04:53:17', 'A', '47.128.22.70', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20254, '2025-11-27 04:54:48', 'A', '47.128.50.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20255, '2025-11-27 04:56:36', 'W', '45.234.129.155', 'Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20256, '2025-11-27 04:59:17', 'A', '47.128.111.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20257, '2025-11-27 04:59:38', 'W', '103.235.78.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(20258, '2025-11-27 04:59:47', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(20259, '2025-11-27 05:00:27', 'W', '40.77.167.75', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20260, '2025-11-27 05:00:33', 'W', '103.148.51.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.91 Safari/537.36', 'Chrome', 'Windows 10'),
(20261, '2025-11-27 05:00:57', 'W', '34.83.184.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(20262, '2025-11-27 05:02:01', 'W', '136.117.182.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20263, '2025-11-27 05:03:28', 'W', '145.239.65.236', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20264, '2025-11-27 05:05:34', 'W', '102.0.12.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(20265, '2025-11-27 05:08:40', 'W', '184.22.180.215', 'Opera/9.79.(X11; Linux i686; hy-AM) Presto/2.9.173 Version/11.00', 'Opera', 'Linux'),
(20266, '2025-11-27 05:09:03', 'W', '186.193.21.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(20267, '2025-11-27 05:10:23', 'W', '34.168.28.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20268, '2025-11-27 05:14:47', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20269, '2025-11-27 05:15:26', 'W', '66.207.184.95', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/16.0.812.0 Safari/535.1', 'Chrome', 'Linux'),
(20270, '2025-11-27 05:17:21', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(20271, '2025-11-27 05:19:42', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20272, '2025-11-27 05:20:55', 'W', '179.49.38.191', 'Mozilla/5.0 (Windows; U; Windows NT 10.0) AppleWebKit/534.16.5 (KHTML, like Gecko) Version/4.0.4 Safari/534.16.5', 'Safari', 'Windows 10'),
(20273, '2025-11-27 05:21:08', 'A', '47.128.20.228', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20274, '2025-11-27 05:21:40', 'A', '47.128.20.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20275, '2025-11-27 05:22:33', 'A', '47.128.115.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20276, '2025-11-27 05:22:56', 'A', '47.128.42.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20277, '2025-11-27 05:23:27', 'A', '47.128.39.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20278, '2025-11-27 05:23:50', 'A', '47.128.116.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20279, '2025-11-27 05:25:18', 'A', '47.128.62.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20280, '2025-11-27 05:25:31', 'A', '194.9.6.72', 'Mozilla/5.0 (Linux; Android 9; ASUS_I005DA Build/PI; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.122 Mobile', 'Handheld Browser', 'Android'),
(20281, '2025-11-27 05:25:38', 'A', '47.128.126.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20282, '2025-11-27 05:25:51', 'W', '35.93.38.145', 'Mozilla/5.0 (compatible; wpbot/1.3; +https://forms.gle/ajBaxygz9jSR8p8G9)', 'Unknown Browser', 'Unknown OS Platform'),
(20283, '2025-11-27 05:26:12', 'A', '47.128.27.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20284, '2025-11-27 05:26:32', 'A', '47.128.120.219', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20285, '2025-11-27 05:26:51', 'I', '222.166.117.96', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; mni-IN) AppleWebKit/532.33.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6532.33.4', 'Handheld Browser', 'iPod'),
(20286, '2025-11-27 05:26:54', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20287, '2025-11-27 05:27:26', 'A', '47.128.99.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20288, '2025-11-27 05:28:00', 'A', '47.128.123.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20289, '2025-11-27 05:28:20', 'A', '47.128.119.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20290, '2025-11-27 05:28:55', 'A', '47.128.118.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20291, '2025-11-27 05:29:13', 'A', '47.128.17.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20292, '2025-11-27 05:29:17', 'W', '35.233.176.125', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20293, '2025-11-27 05:31:29', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9575.656 Safari/537.36', 'Chrome', 'Windows 10'),
(20294, '2025-11-27 05:31:55', 'A', '47.128.119.151', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20295, '2025-11-27 05:32:29', 'A', '47.128.112.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20296, '2025-11-27 05:32:49', 'A', '47.128.52.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20297, '2025-11-27 05:33:23', 'A', '47.128.34.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20298, '2025-11-27 05:33:41', 'A', '47.128.50.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20299, '2025-11-27 05:34:14', 'W', '92.222.104.221', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20300, '2025-11-27 05:34:17', 'A', '47.128.46.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20301, '2025-11-27 05:34:25', 'W', '92.222.104.194', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20302, '2025-11-27 05:34:37', 'W', '37.59.204.158', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20303, '2025-11-27 05:35:13', 'W', '92.222.108.126', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20304, '2025-11-27 05:35:28', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20305, '2025-11-27 05:35:30', 'A', '47.128.20.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20306, '2025-11-27 05:36:05', 'A', '47.128.16.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20307, '2025-11-27 05:36:23', 'A', '47.128.50.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20308, '2025-11-27 05:36:40', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20309, '2025-11-27 05:36:59', 'A', '47.128.30.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20310, '2025-11-27 05:37:16', 'A', '47.128.124.196', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20311, '2025-11-27 05:37:53', 'W', '34.11.239.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(20312, '2025-11-27 05:38:09', 'A', '47.128.39.17', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20313, '2025-11-27 05:39:42', 'A', '47.128.60.11', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20314, '2025-11-27 05:39:58', 'A', '47.128.47.171', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20315, '2025-11-27 05:40:09', 'W', '34.168.178.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20316, '2025-11-27 05:41:45', 'A', '47.128.99.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20317, '2025-11-27 05:42:21', 'A', '47.128.23.174', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20318, '2025-11-27 05:44:26', 'A', '47.128.16.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20319, '2025-11-27 05:45:02', 'A', '47.128.115.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20320, '2025-11-27 05:46:14', 'A', '47.128.56.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20321, '2025-11-27 05:47:08', 'A', '47.128.62.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20322, '2025-11-27 05:47:45', 'A', '47.128.24.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20323, '2025-11-27 05:48:56', 'A', '47.128.49.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20324, '2025-11-27 05:49:31', 'A', '47.128.99.106', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20325, '2025-11-27 05:49:50', 'A', '47.128.37.207', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20326, '2025-11-27 05:50:25', 'A', '47.128.113.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20327, '2025-11-27 05:50:43', 'A', '47.128.48.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20328, '2025-11-27 05:51:37', 'A', '47.128.123.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20329, '2025-11-27 05:53:06', 'A', '47.128.35.147', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20330, '2025-11-27 05:54:00', 'A', '47.128.40.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20331, '2025-11-27 05:54:18', 'A', '47.128.23.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20332, '2025-11-27 05:54:55', 'A', '47.128.28.149', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20333, '2025-11-27 05:56:22', 'W', '89.58.62.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5734.113 Safari/537.36', 'Chrome', 'Windows 10'),
(20334, '2025-11-27 05:56:42', 'A', '47.128.112.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20335, '2025-11-27 05:57:01', 'A', '47.128.60.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20336, '2025-11-27 05:57:36', 'A', '47.128.30.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20337, '2025-11-27 05:57:55', 'A', '47.128.18.135', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20338, '2025-11-27 05:58:28', 'A', '47.128.53.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20339, '2025-11-27 05:58:32', 'W', '59.103.218.74', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(20340, '2025-11-27 05:58:49', 'A', '47.128.47.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20341, '2025-11-27 05:59:17', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(20342, '2025-11-27 05:59:22', 'A', '47.128.114.121', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20343, '2025-11-27 05:59:45', 'A', '47.128.126.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20344, '2025-11-27 06:01:34', 'A', '47.128.57.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20345, '2025-11-27 06:02:03', 'A', '47.128.22.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20346, '2025-11-27 06:04:16', 'A', '47.128.33.146', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20347, '2025-11-27 06:05:14', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20348, '2025-11-27 06:05:22', 'W', '177.101.43.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(20349, '2025-11-27 06:06:03', 'A', '47.128.113.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20350, '2025-11-27 06:06:57', 'A', '47.128.56.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20351, '2025-11-27 06:07:14', 'W', '143.202.228.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(20352, '2025-11-27 06:09:13', 'W', '188.253.208.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(20353, '2025-11-27 06:09:13', 'W', '45.171.47.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 10'),
(20354, '2025-11-27 06:10:10', 'A', '47.128.55.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20355, '2025-11-27 06:10:31', 'A', '47.128.117.173', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20356, '2025-11-27 06:11:56', 'A', '47.128.29.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20357, '2025-11-27 06:12:49', 'A', '47.128.27.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20358, '2025-11-27 06:14:07', 'A', '47.128.32.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20359, '2025-11-27 06:15:45', 'W', '51.68.235.38', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20360, '2025-11-27 06:15:56', 'A', '47.128.97.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20361, '2025-11-27 06:17:44', 'A', '47.128.126.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20362, '2025-11-27 06:18:11', 'A', '47.128.22.144', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20363, '2025-11-27 06:20:25', 'A', '47.128.59.88', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20364, '2025-11-27 06:20:54', 'A', '47.128.31.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20365, '2025-11-27 06:21:18', 'A', '47.128.113.89', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20366, '2025-11-27 06:21:46', 'A', '47.128.49.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20367, '2025-11-27 06:22:40', 'A', '47.128.123.143', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20368, '2025-11-27 06:23:05', 'A', '47.128.19.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20369, '2025-11-27 06:23:34', 'A', '47.128.37.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20370, '2025-11-27 06:25:20', 'A', '47.128.18.77', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20371, '2025-11-27 06:27:08', 'A', '47.128.17.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20372, '2025-11-27 06:27:20', 'W', '218.152.33.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(20373, '2025-11-27 06:28:03', 'A', '47.128.111.223', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20374, '2025-11-27 06:28:58', 'A', '47.128.39.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20375, '2025-11-27 06:29:26', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20376, '2025-11-27 06:30:32', 'W', '200.229.158.163', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/3.1)', 'Internet Explorer', 'Windows 2000'),
(20377, '2025-11-27 06:30:44', 'A', '47.128.99.180', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20378, '2025-11-27 06:31:11', 'A', '47.128.47.38', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20379, '2025-11-27 06:31:30', 'W', '152.53.110.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4161.789 Safari/537.36', 'Chrome', 'Windows 10'),
(20380, '2025-11-27 06:31:42', 'W', '202.76.139.142', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.464.0 Safari/534.3', 'Chrome', 'Mac OS X'),
(20381, '2025-11-27 06:32:03', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(20382, '2025-11-27 06:33:25', 'A', '47.128.124.247', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20383, '2025-11-27 06:34:11', 'A', '103.180.169.22', 'Mozilla/5.0 (Linux; Android 4.2.2) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/38.0.824.0 Safari/531.0', 'Chrome', 'Android'),
(20384, '2025-11-27 06:35:07', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(20385, '2025-11-27 06:36:16', 'W', '87.176.110.198', 'Mozilla/5.0 (Windows NT 5.2; hne-IN; rv:1.9.1.20) Gecko/3352-02-05 23:21:05.258018 Firefox/3.8', 'Firefox', 'Windows Server 2003/XP x64'),
(20386, '2025-11-27 06:36:38', 'A', '47.128.28.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20387, '2025-11-27 06:37:29', 'A', '47.128.37.239', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20388, '2025-11-27 06:38:09', 'W', '17.241.219.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20389, '2025-11-27 06:38:10', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(20390, '2025-11-27 06:39:14', 'A', '47.128.97.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20391, '2025-11-27 06:39:14', 'A', '47.128.45.115', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20392, '2025-11-27 06:40:08', 'A', '47.128.58.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20393, '2025-11-27 06:40:08', 'A', '47.128.125.104', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20394, '2025-11-27 06:40:34', 'I', '38.41.16.32', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; ps-AF) AppleWebKit/534.22.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6534.22.7', 'Handheld Browser', 'iPod'),
(20395, '2025-11-27 06:41:53', 'W', '17.241.219.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20396, '2025-11-27 06:44:26', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20397, '2025-11-27 06:44:37', 'A', '47.128.38.107', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20398, '2025-11-27 06:47:19', 'A', '47.128.125.204', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20399, '2025-11-27 06:49:07', 'A', '47.128.21.227', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20400, '2025-11-27 06:49:56', 'W', '89.58.17.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8708.975 Safari/537.36', 'Chrome', 'Windows 10'),
(20401, '2025-11-27 06:50:01', 'A', '47.128.48.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20402, '2025-11-27 06:52:55', 'W', '188.68.49.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5439.923 Safari/537.36', 'Chrome', 'Windows 10'),
(20403, '2025-11-27 06:53:04', 'A', '47.128.42.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20404, '2025-11-27 06:54:11', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2011.665 Safari/537.36', 'Chrome', 'Windows 10'),
(20405, '2025-11-27 06:57:17', 'W', '200.163.22.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(20406, '2025-11-27 06:58:29', 'W', '113.180.103.73', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(20407, '2025-11-27 06:59:09', 'W', '45.238.95.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(20408, '2025-11-27 07:00:14', 'A', '47.128.97.211', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20409, '2025-11-27 07:00:45', 'W', '177.112.208.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(20410, '2025-11-27 07:00:48', 'W', '189.249.229.41', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(20411, '2025-11-27 07:00:49', 'W', '103.134.218.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(20412, '2025-11-27 07:01:08', 'A', '47.128.36.60', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20413, '2025-11-27 07:05:18', 'A', '47.128.123.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20414, '2025-11-27 07:05:40', 'W', '57.141.4.42', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(20415, '2025-11-27 07:07:01', 'W', '84.32.53.93', 'Mozilla/5.0 (Windows NT 5.01; pa-PK; rv:1.9.0.20) Gecko/5623-02-13 15:42:19.820679 Firefox/3.8', 'Firefox', 'Windows 2000'),
(20416, '2025-11-27 07:08:50', 'A', '47.128.45.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20417, '2025-11-27 07:09:17', 'A', '47.128.112.230', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20418, '2025-11-27 07:10:08', 'A', '47.128.27.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20419, '2025-11-27 07:10:20', 'W', '40.77.167.20', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20420, '2025-11-27 07:11:32', 'A', '47.128.38.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20421, '2025-11-27 07:11:56', 'A', '47.128.28.189', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20422, '2025-11-27 07:12:26', 'A', '47.128.110.3', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20423, '2025-11-27 07:14:37', 'A', '47.128.120.50', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20424, '2025-11-27 07:15:06', 'A', '47.128.120.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20425, '2025-11-27 07:15:30', 'A', '47.128.99.250', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20426, '2025-11-27 07:16:54', 'A', '47.128.37.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20427, '2025-11-27 07:17:12', 'W', '92.170.64.40', 'Opera/9.27.(X11; Linux i686; nr-ZA) Presto/2.9.161 Version/10.00', 'Opera', 'Linux'),
(20428, '2025-11-27 07:17:17', 'A', '47.128.22.214', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20429, '2025-11-27 07:18:06', 'W', '102.222.235.166', 'Opera/8.96.(Windows NT 6.1; ky-KG) Presto/2.9.172 Version/12.00', 'Opera', 'Windows 7'),
(20430, '2025-11-27 07:18:41', 'A', '47.128.52.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20431, '2025-11-27 07:20:29', 'A', '47.128.35.39', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20432, '2025-11-27 07:20:30', 'W', '154.72.162.155', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.01; Trident/4.1)', 'Internet Explorer', 'Windows 2000'),
(20433, '2025-11-27 07:23:11', 'A', '47.128.53.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20434, '2025-11-27 07:24:58', 'A', '47.128.30.66', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20435, '2025-11-27 07:25:22', 'A', '47.128.16.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20436, '2025-11-27 07:25:52', 'A', '47.128.114.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20437, '2025-11-27 07:26:23', 'A', '47.128.33.191', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20438, '2025-11-27 07:27:40', 'A', '47.128.37.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20439, '2025-11-27 07:28:11', 'A', '47.128.47.43', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20440, '2025-11-27 07:28:35', 'A', '47.128.43.58', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20441, '2025-11-27 07:28:40', 'W', '43.174.136.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20442, '2025-11-27 07:29:28', 'A', '47.128.27.102', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20443, '2025-11-27 07:32:11', 'W', '185.216.177.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3691.686 Safari/537.36', 'Chrome', 'Windows 10'),
(20444, '2025-11-27 07:32:59', 'W', '122.160.25.89', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.01; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(20445, '2025-11-27 07:33:06', 'A', '47.128.49.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20446, '2025-11-27 07:34:59', 'A', '47.128.120.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20447, '2025-11-27 07:36:44', 'W', '202.76.131.218', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6', 'Chrome', 'Windows 8'),
(20448, '2025-11-27 07:37:36', 'A', '47.128.21.195', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20449, '2025-11-27 07:38:29', 'A', '47.128.36.124', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20450, '2025-11-27 07:39:01', 'A', '47.128.122.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20451, '2025-11-27 07:40:46', 'A', '47.128.52.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20452, '2025-11-27 07:41:47', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8572.688 Safari/537.36', 'Chrome', 'Windows 10'),
(20453, '2025-11-27 07:42:03', 'A', '47.128.59.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20454, '2025-11-27 07:44:45', 'A', '47.128.54.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20455, '2025-11-27 07:45:57', 'I', '5.44.35.15', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/377.0.781279791 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(20456, '2025-11-27 07:53:03', 'A', '47.128.19.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20457, '2025-11-27 07:53:57', 'A', '47.128.23.8', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20458, '2025-11-27 07:55:54', 'A', '47.128.60.137', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20459, '2025-11-27 07:57:03', 'W', '177.38.130.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(20460, '2025-11-27 07:57:08', 'W', '177.33.87.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(20461, '2025-11-27 07:58:18', 'A', '47.128.23.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20462, '2025-11-27 07:58:39', 'W', '123.22.139.226', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(20463, '2025-11-27 07:59:27', 'A', '47.128.99.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20464, '2025-11-27 08:00:57', 'A', '47.128.45.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20465, '2025-11-27 08:03:38', 'A', '47.128.31.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20466, '2025-11-27 08:03:56', 'A', '47.128.37.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20467, '2025-11-27 08:04:32', 'A', '47.128.124.192', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20468, '2025-11-27 08:04:59', 'W', '78.183.86.255', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/533.27.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.27.1', 'Safari', 'Windows 2000'),
(20469, '2025-11-27 08:05:17', 'W', '103.162.184.169', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/17.0.836.0 Safari/534.0', 'Chrome', 'Windows 10'),
(20470, '2025-11-27 08:05:26', 'A', '47.128.125.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20471, '2025-11-27 08:06:19', 'A', '47.128.112.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20472, '2025-11-27 08:09:59', 'A', '47.128.42.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20473, '2025-11-27 08:11:46', 'A', '47.128.125.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20474, '2025-11-27 08:12:14', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4616.285 Safari/537.36', 'Chrome', 'Windows 10'),
(20475, '2025-11-27 08:12:40', 'A', '47.128.30.253', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20476, '2025-11-27 08:13:35', 'A', '47.128.124.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20477, '2025-11-27 08:14:27', 'A', '47.128.54.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20478, '2025-11-27 08:17:58', 'W', '38.83.171.32', 'Timpibot/1.0 (+http://timpi.io/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(20479, '2025-11-27 08:18:48', 'W', '142.173.210.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_9 rv:3.0; gv-GB) AppleWebKit/535.37.3 (KHTML, like Gecko) Version/5.0.2 Safari/535.37.3', 'Safari', 'Mac OS X'),
(20480, '2025-11-27 08:19:53', 'A', '47.128.125.138', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20481, '2025-11-27 08:21:24', 'A', '47.128.123.154', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20482, '2025-11-27 08:22:20', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20483, '2025-11-27 08:24:22', 'A', '70.21.195.15', 'Mozilla/5.0 (Linux; Android 3.1) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/33.0.824.0 Safari/531.1', 'Chrome', 'Android'),
(20484, '2025-11-27 08:25:21', 'A', '47.128.55.29', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20485, '2025-11-27 08:26:07', 'W', '34.83.184.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20486, '2025-11-27 08:26:08', 'W', '178.244.204.80', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/39.0.850.0 Safari/531.2', 'Chrome', 'Windows 7'),
(20487, '2025-11-27 08:30:25', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(20488, '2025-11-27 08:31:17', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1210.767 Safari/537.36', 'Chrome', 'Windows 10'),
(20489, '2025-11-27 08:36:48', 'A', '47.128.58.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20490, '2025-11-27 08:38:09', 'A', '47.128.24.116', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20491, '2025-11-27 08:42:10', 'A', '47.128.98.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(20492, '2025-11-27 08:43:34', 'A', '47.128.120.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20493, '2025-11-27 08:44:00', 'W', '213.230.92.7', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 10.0; Trident/4.1)', 'Internet Explorer', 'Windows 10'),
(20494, '2025-11-27 08:46:15', 'A', '47.128.22.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20495, '2025-11-27 08:47:09', 'A', '47.128.58.225', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20496, '2025-11-27 08:55:22', 'W', '152.53.2.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9398.808 Safari/537.36', 'Chrome', 'Windows 10'),
(20497, '2025-11-27 08:55:40', 'A', '47.128.49.224', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20498, '2025-11-27 08:58:03', 'W', '89.147.172.129', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(20499, '2025-11-27 08:58:18', 'W', '103.73.184.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_7; rv:1.9.5.20) Gecko/4041-12-28 23:31:25.247566 Firefox/15.0', 'Firefox', 'Mac OS X'),
(20500, '2025-11-27 08:58:20', 'W', '192.140.150.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20501, '2025-11-27 08:58:22', 'A', '47.128.44.51', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20502, '2025-11-27 08:59:13', 'W', '177.68.57.76', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(20503, '2025-11-27 08:59:51', 'W', '154.239.169.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(20504, '2025-11-27 09:01:06', 'A', '47.128.23.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20505, '2025-11-27 09:01:33', 'A', '47.128.60.81', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20506, '2025-11-27 09:03:10', 'W', '103.14.72.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(20507, '2025-11-27 09:04:06', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20508, '2025-11-27 09:05:08', 'W', '189.90.24.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(20509, '2025-11-27 09:05:36', 'A', '47.128.19.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20510, '2025-11-27 09:06:30', 'A', '47.128.113.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20511, '2025-11-27 09:11:52', 'W', '35.233.176.125', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20512, '2025-11-27 09:12:16', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20513, '2025-11-27 09:12:30', 'W', '34.168.178.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20514, '2025-11-27 09:12:35', 'A', '47.128.45.13', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20515, '2025-11-27 09:12:56', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20516, '2025-11-27 09:13:08', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1292.347 Safari/537.36', 'Chrome', 'Windows 10'),
(20517, '2025-11-27 09:16:05', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(20518, '2025-11-27 09:18:10', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(20519, '2025-11-27 09:18:57', 'W', '195.24.236.57', '', 'Unknown Browser', 'Unknown OS Platform'),
(20520, '2025-11-27 09:20:01', 'A', '47.128.119.14', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20521, '2025-11-27 09:22:37', 'A', '47.128.25.117', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20522, '2025-11-27 09:22:47', 'A', '47.128.113.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20523, '2025-11-27 09:24:35', 'A', '47.128.117.134', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20524, '2025-11-27 09:25:05', 'W', '202.76.169.178', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.36 Safari/536.5', 'Chrome', 'Windows Vista'),
(20525, '2025-11-27 09:26:36', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20526, '2025-11-27 09:28:04', 'A', '47.128.22.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20527, '2025-11-27 09:28:23', 'W', '79.217.99.134', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_6 rv:6.0; gd-GB) AppleWebKit/533.41.5 (KHTML, like Gecko) Version/4.0 Safari/533.41.5', 'Safari', 'Mac OS X'),
(20528, '2025-11-27 09:30:46', 'A', '47.128.35.55', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20529, '2025-11-27 09:33:31', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(20530, '2025-11-27 09:37:06', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8649.481 Safari/537.36', 'Chrome', 'Windows 10'),
(20531, '2025-11-27 09:37:15', 'W', '103.178.27.82', 'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/533.9.7 (KHTML, like Gecko) Version/5.0.5 Safari/533.9.7', 'Safari', 'Windows 2000'),
(20532, '2025-11-27 09:40:46', 'A', '47.128.125.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20533, '2025-11-27 09:42:58', 'W', '103.69.96.98', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Linux'),
(20534, '2025-11-27 09:43:28', 'A', '47.128.53.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20535, '2025-11-27 09:45:23', 'A', '47.128.33.93', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20536, '2025-11-27 09:46:10', 'A', '47.128.39.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20537, '2025-11-27 09:47:15', 'A', '47.128.121.64', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; ttspider-feedback@tiktok.com)', 'Handheld Browser', 'Android'),
(20538, '2025-11-27 09:47:37', 'W', '51.68.247.192', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20539, '2025-11-27 09:47:52', 'W', '37.59.204.159', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20540, '2025-11-27 09:47:52', 'W', '45.228.77.136', 'Opera/8.97.(X11; Linux x86_64; szl-PL) Presto/2.9.188 Version/11.00', 'Opera', 'Linux'),
(20541, '2025-11-27 09:48:06', 'W', '5.39.1.228', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20542, '2025-11-27 09:48:20', 'W', '5.39.109.182', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20543, '2025-11-27 09:48:58', 'A', '47.128.126.169', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20544, '2025-11-27 09:49:19', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7199.797 Safari/537.36', 'Chrome', 'Windows 10'),
(20545, '2025-11-27 09:55:38', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20546, '2025-11-27 09:56:01', 'A', '47.128.43.167', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20547, '2025-11-27 09:56:06', 'A', '47.128.115.74', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20548, '2025-11-27 09:57:44', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(20549, '2025-11-27 09:57:51', 'A', '47.128.115.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20550, '2025-11-27 09:57:54', 'A', '47.128.20.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20551, '2025-11-27 10:00:19', 'W', '168.181.5.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(20552, '2025-11-27 10:01:41', 'W', '190.109.31.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(20553, '2025-11-27 10:01:43', 'W', '182.9.193.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20554, '2025-11-27 10:01:47', 'W', '38.210.181.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(20555, '2025-11-27 10:02:18', 'A', '47.128.58.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20556, '2025-11-27 10:02:50', 'W', '92.53.36.113', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36', 'Chrome', 'Windows 8'),
(20557, '2025-11-27 10:04:09', 'A', '47.128.33.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20558, '2025-11-27 10:05:01', 'W', '103.129.111.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Mac OS X'),
(20559, '2025-11-27 10:05:51', 'W', '103.76.45.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4886.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(20560, '2025-11-27 10:07:23', 'W', '34.53.109.163', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(20561, '2025-11-27 10:08:34', 'W', '37.120.187.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3038.381 Safari/537.36', 'Chrome', 'Windows 10'),
(20562, '2025-11-27 10:08:39', 'A', '47.128.43.32', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20563, '2025-11-27 10:11:24', 'A', '47.128.61.71', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20564, '2025-11-27 10:11:34', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20565, '2025-11-27 10:11:59', 'W', '34.187.227.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20566, '2025-11-27 10:13:13', 'A', '47.128.45.132', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20567, '2025-11-27 10:16:16', 'W', '34.83.184.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(20568, '2025-11-27 10:17:51', 'W', '34.83.184.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20569, '2025-11-27 10:17:52', 'I', '86.153.207.160', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; af-ZA) AppleWebKit/531.28.6 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6531.28.6', 'Handheld Browser', 'iPod'),
(20570, '2025-11-27 10:19:26', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20571, '2025-11-27 10:20:08', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1311.332 Safari/537.36', 'Chrome', 'Windows 10'),
(20572, '2025-11-27 10:22:25', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9388.898 Safari/537.36', 'Chrome', 'Windows 10'),
(20573, '2025-11-27 10:24:09', 'A', '47.128.116.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20574, '2025-11-27 10:26:19', 'W', '34.169.186.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(20575, '2025-11-27 10:26:39', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3378.837 Safari/537.36', 'Chrome', 'Windows 10'),
(20576, '2025-11-27 10:29:08', 'W', '152.53.50.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9603.484 Safari/537.36', 'Chrome', 'Windows 10'),
(20577, '2025-11-27 10:31:09', 'W', '179.125.134.182', 'Opera/8.22.(X11; Linux x86_64; pap-CW) Presto/2.9.161 Version/11.00', 'Opera', 'Linux'),
(20578, '2025-11-27 10:31:23', 'A', '47.128.114.7', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20579, '2025-11-27 10:35:56', 'W', '35.197.74.32', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20580, '2025-11-27 10:36:50', 'A', '47.128.97.177', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20581, '2025-11-27 10:38:05', 'W', '34.168.174.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(20582, '2025-11-27 10:38:29', 'W', '152.53.16.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7426.210 Safari/537.36', 'Chrome', 'Windows 10'),
(20583, '2025-11-27 10:39:52', 'W', '152.53.108.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2610.451 Safari/537.36', 'Chrome', 'Windows 10'),
(20584, '2025-11-27 10:45:59', 'A', '47.128.126.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20585, '2025-11-27 10:48:42', 'A', '47.128.29.249', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20586, '2025-11-27 10:49:34', 'A', '47.128.110.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20587, '2025-11-27 10:49:45', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8714.625 Safari/537.36', 'Chrome', 'Windows 10'),
(20588, '2025-11-27 10:55:26', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5428.528 Safari/537.36', 'Chrome', 'Windows 10'),
(20589, '2025-11-27 10:57:50', 'W', '45.5.109.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(20590, '2025-11-27 10:59:04', 'W', '152.53.18.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6494.835 Safari/537.36', 'Chrome', 'Windows 10'),
(20591, '2025-11-27 11:00:08', 'W', '143.0.229.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.49 Safari/537.36', 'Chrome', 'Windows 10'),
(20592, '2025-11-27 11:00:20', 'A', '47.128.23.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20593, '2025-11-27 11:02:34', 'W', '187.19.234.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(20594, '2025-11-27 11:03:15', 'W', '180.254.77.199', 'Mozilla/5.0 (Windows NT 6.1; crh-UA; rv:1.9.1.20) Gecko/9442-09-17 12:36:00.763214 Firefox/5.0', 'Firefox', 'Windows 7'),
(20595, '2025-11-27 11:03:43', 'W', '45.173.144.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/87.0.4280.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(20596, '2025-11-27 11:03:55', 'A', '47.128.121.33', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20597, '2025-11-27 11:05:18', 'W', '51.68.107.139', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20598, '2025-11-27 11:05:44', 'W', '52.167.144.190', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20599, '2025-11-27 11:06:06', 'W', '223.123.97.200', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(20600, '2025-11-27 11:06:32', 'W', '113.190.18.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Windows 10'),
(20601, '2025-11-27 11:08:24', 'A', '47.128.17.85', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20602, '2025-11-27 11:10:49', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(20603, '2025-11-27 11:12:53', 'A', '47.128.61.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20604, '2025-11-27 11:13:34', 'W', '146.174.160.115', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6', 'Safari', 'Mac OS X'),
(20605, '2025-11-27 11:13:59', 'W', '34.53.28.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(20606, '2025-11-27 11:14:05', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3799.115 Safari/537.36', 'Chrome', 'Windows 10'),
(20607, '2025-11-27 11:14:35', 'W', '34.168.174.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20608, '2025-11-27 11:21:19', 'A', '47.128.19.113', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20609, '2025-11-27 11:22:54', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5497.985 Safari/537.36', 'Chrome', 'Windows 10'),
(20610, '2025-11-27 11:23:38', 'W', '37.221.194.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7384.613 Safari/537.36', 'Chrome', 'Windows 10'),
(20611, '2025-11-27 11:25:12', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6069.929 Safari/537.36', 'Chrome', 'Windows 10'),
(20612, '2025-11-27 11:27:35', 'A', '47.128.48.82', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20613, '2025-11-27 11:28:08', 'W', '152.53.108.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9019.316 Safari/537.36', 'Chrome', 'Windows 10'),
(20614, '2025-11-27 11:31:58', 'W', '89.58.24.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6623.676 Safari/537.36', 'Chrome', 'Windows 10'),
(20615, '2025-11-27 11:32:58', 'A', '47.128.18.163', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20616, '2025-11-27 11:36:33', 'A', '47.128.113.20', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20617, '2025-11-27 11:41:56', 'A', '47.128.121.49', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20618, '2025-11-27 11:43:44', 'A', '47.128.111.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20619, '2025-11-27 11:46:09', 'W', '90.198.56.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(20620, '2025-11-27 11:52:06', 'W', '169.224.87.238', 'Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/534.13.3 (KHTML, like Gecko) Version/4.0.2 Safari/534.13.3', 'Safari', 'Windows 8'),
(20621, '2025-11-27 11:54:30', 'A', '47.128.41.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20622, '2025-11-27 11:54:30', 'A', '47.128.61.198', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20623, '2025-11-27 11:56:17', 'A', '47.128.111.72', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20624, '2025-11-27 11:56:57', 'W', '167.57.21.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/524.34', 'Chrome', 'Mac OS X'),
(20625, '2025-11-27 11:57:11', 'W', '113.172.210.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(20626, '2025-11-27 11:58:14', 'W', '34.168.174.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(20627, '2025-11-27 11:58:26', 'W', '180.243.176.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(20628, '2025-11-27 11:58:26', 'W', '14.165.28.27', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20629, '2025-11-27 11:58:38', 'W', '181.94.242.184', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Windows 7'),
(20630, '2025-11-27 11:58:58', 'A', '47.128.58.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20631, '2025-11-27 11:59:21', 'W', '91.191.194.62', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Windows 7'),
(20632, '2025-11-27 11:59:37', 'W', '103.31.94.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(20633, '2025-11-27 11:59:48', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20634, '2025-11-27 12:00:03', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1442.964 Safari/537.36', 'Chrome', 'Windows 10'),
(20635, '2025-11-27 12:00:07', 'W', '89.58.41.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2812.853 Safari/537.36', 'Chrome', 'Windows 10'),
(20636, '2025-11-27 12:00:32', 'W', '177.87.14.242', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(20637, '2025-11-27 12:01:39', 'A', '47.128.60.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20638, '2025-11-27 12:01:40', 'A', '47.128.120.205', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20639, '2025-11-27 12:02:06', 'W', '89.117.76.76', 'Opera/8.10.(Windows NT 11.0; ta-IN) Presto/2.9.163 Version/12.00', 'Opera', 'Unknown OS Platform'),
(20640, '2025-11-27 12:02:19', 'W', '157.100.203.85', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(20641, '2025-11-27 12:02:44', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(20642, '2025-11-27 12:05:57', 'W', '119.155.250.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(20643, '2025-11-27 12:06:28', 'W', '105.197.131.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(20644, '2025-11-27 12:07:02', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(20645, '2025-11-27 12:07:09', 'W', '152.53.52.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5965.995 Safari/537.36', 'Chrome', 'Windows 10'),
(20646, '2025-11-27 12:08:48', 'W', '4.196.118.117', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20647, '2025-11-27 12:13:01', 'W', '43.173.180.14', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20648, '2025-11-27 12:15:06', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20649, '2025-11-27 12:15:46', 'W', '34.145.89.24', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20650, '2025-11-27 12:17:25', 'W', '152.53.85.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1913.714 Safari/537.36', 'Chrome', 'Windows 10'),
(20651, '2025-11-27 12:19:39', 'W', '143.198.21.122', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(20652, '2025-11-27 12:19:40', 'W', '143.198.21.122', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20653, '2025-11-27 12:22:21', 'A', '47.128.52.182', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20654, '2025-11-27 12:24:14', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3275.728 Safari/537.36', 'Chrome', 'Windows 10'),
(20655, '2025-11-27 12:27:21', 'W', '152.53.108.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9147.500 Safari/537.36', 'Chrome', 'Windows 10'),
(20656, '2025-11-27 12:29:48', 'W', '152.53.85.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8376.489 Safari/537.36', 'Chrome', 'Windows 10'),
(20657, '2025-11-27 12:30:45', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(20658, '2025-11-27 12:31:13', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4196.522 Safari/537.36', 'Chrome', 'Windows 10'),
(20659, '2025-11-27 12:34:00', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20660, '2025-11-27 12:45:32', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(20661, '2025-11-27 12:47:08', 'W', '36.37.164.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20662, '2025-11-27 12:47:33', 'A', '47.128.110.133', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20663, '2025-11-27 12:49:22', 'A', '47.128.122.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20664, '2025-11-27 12:52:57', 'A', '47.128.45.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20665, '2025-11-27 12:52:57', 'A', '47.128.126.65', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20666, '2025-11-27 12:54:18', 'W', '90.182.147.170', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(20667, '2025-11-27 12:57:17', 'W', '189.100.70.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(20668, '2025-11-27 12:57:54', 'W', '110.37.42.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(20669, '2025-11-27 12:58:39', 'W', '190.140.112.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 10'),
(20670, '2025-11-27 12:59:10', 'W', '136.117.8.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20671, '2025-11-27 12:59:29', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20672, '2025-11-27 13:00:50', 'W', '187.188.225.43', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.92 Safari/537.36', 'Chrome', 'Windows 10'),
(20673, '2025-11-27 13:01:01', 'A', '47.128.42.28', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20674, '2025-11-27 13:01:26', 'W', '34.11.239.252', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(20675, '2025-11-27 13:01:37', 'W', '20.169.78.176', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20676, '2025-11-27 13:01:37', 'W', '119.160.215.196', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36', 'Chrome', 'Windows 7'),
(20677, '2025-11-27 13:01:56', 'A', '47.128.42.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20678, '2025-11-27 13:02:08', 'W', '45.167.49.51', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(20679, '2025-11-27 13:02:40', 'W', '5.161.61.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 10'),
(20680, '2025-11-27 13:07:18', 'A', '47.128.115.172', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20681, '2025-11-27 13:08:17', 'W', '34.168.28.231', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20682, '2025-11-27 13:08:53', 'W', '136.117.208.140', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(20683, '2025-11-27 13:10:52', 'A', '47.128.56.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20684, '2025-11-27 13:12:08', 'W', '188.169.164.73', 'Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/37.0.856.0 Safari/534.0', 'Chrome', 'Unknown OS Platform'),
(20685, '2025-11-27 13:12:51', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1543.284 Safari/537.36', 'Chrome', 'Windows 10'),
(20686, '2025-11-27 13:16:13', 'A', '47.128.26.35', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20687, '2025-11-27 13:16:59', 'W', '34.168.174.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(20688, '2025-11-27 13:19:23', 'W', '34.187.227.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20689, '2025-11-27 13:20:43', 'A', '47.128.96.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20690, '2025-11-27 13:21:24', 'W', '34.53.28.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(20691, '2025-11-27 13:21:26', 'W', '123.24.131.179', 'Opera/8.70.(Windows 98; Win 9x 4.90; fr-CA) Presto/2.9.179 Version/10.00', 'Opera', 'Unknown OS Platform'),
(20692, '2025-11-27 13:22:46', 'W', '172.213.21.159', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20693, '2025-11-27 13:23:24', 'A', '47.128.38.216', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20694, '2025-11-27 13:24:18', 'A', '47.128.40.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20695, '2025-11-27 13:26:29', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(20696, '2025-11-27 13:27:46', 'W', '120.140.37.38', 'Opera/8.82.(X11; Linux i686; csb-PL) Presto/2.9.172 Version/10.00', 'Opera', 'Linux'),
(20697, '2025-11-27 13:28:49', 'A', '47.128.113.140', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20698, '2025-11-27 13:29:43', 'A', '47.128.28.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20699, '2025-11-27 13:30:45', 'W', '213.180.203.144', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(20700, '2025-11-27 13:30:51', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(20701, '2025-11-27 13:31:05', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(20702, '2025-11-27 13:31:25', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20703, '2025-11-27 13:34:54', 'A', '47.128.20.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20704, '2025-11-27 13:35:16', 'A', '47.128.34.10', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20705, '2025-11-27 13:36:51', 'W', '34.169.186.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20706, '2025-11-27 13:37:12', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3920.873 Safari/537.36', 'Chrome', 'Windows 10'),
(20707, '2025-11-27 13:37:28', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20708, '2025-11-27 13:38:39', 'W', '37.59.204.133', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20709, '2025-11-27 13:38:54', 'W', '54.37.118.66', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(20710, '2025-11-27 13:38:59', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20711, '2025-11-27 13:39:40', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20712, '2025-11-27 13:40:24', 'W', '17.241.227.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20713, '2025-11-27 13:40:38', 'A', '47.128.54.41', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20714, '2025-11-27 13:44:13', 'W', '45.124.140.1', 'Opera/9.75.(Windows NT 4.0; hy-AM) Presto/2.9.174 Version/10.00', 'Opera', 'Unknown OS Platform'),
(20715, '2025-11-27 13:44:51', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(20716, '2025-11-27 13:50:59', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(20717, '2025-11-27 13:54:09', 'W', '162.142.125.118', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(20718, '2025-11-27 13:56:11', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(20719, '2025-11-27 13:58:30', 'A', '47.128.127.234', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20720, '2025-11-27 14:00:12', 'W', '191.23.86.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20721, '2025-11-27 14:00:55', 'W', '34.168.28.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20722, '2025-11-27 14:00:59', 'W', '14.240.136.195', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(20723, '2025-11-27 14:02:21', 'W', '177.18.149.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(20724, '2025-11-27 14:02:44', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2478.433 Safari/537.36', 'Chrome', 'Windows 10'),
(20725, '2025-11-27 14:02:55', 'W', '34.169.186.126', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20726, '2025-11-27 14:03:35', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(20727, '2025-11-27 14:04:03', 'A', '47.128.112.179', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20728, '2025-11-27 14:07:31', 'W', '113.191.123.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Mac OS X'),
(20729, '2025-11-27 14:08:34', 'W', '34.83.184.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20730, '2025-11-27 14:09:36', 'W', '114.130.186.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(20731, '2025-11-27 14:09:37', 'A', '47.128.63.244', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20732, '2025-11-27 14:10:39', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20733, '2025-11-27 14:10:44', 'A', '47.128.24.99', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20734, '2025-11-27 14:11:53', 'A', '47.128.112.9', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20735, '2025-11-27 14:12:00', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(20736, '2025-11-27 14:19:14', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6933.916 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(20737, '2025-11-27 14:20:02', 'W', '40.77.167.15', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(20738, '2025-11-27 14:21:08', 'W', '206.168.34.217', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(20739, '2025-11-27 14:23:48', 'W', '17.246.19.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20740, '2025-11-27 14:27:37', 'W', '170.239.30.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20741, '2025-11-27 14:28:18', 'W', '17.241.227.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20742, '2025-11-27 14:31:28', 'A', '47.128.96.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; ttspider-feedback@tiktok.com)', 'Handheld Browser', 'Android'),
(20743, '2025-11-27 14:32:36', 'W', '189.6.20.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20744, '2025-11-27 14:36:31', 'I', '185.47.93.68', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(20745, '2025-11-27 14:39:37', 'A', '47.128.49.160', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20746, '2025-11-27 14:40:24', 'W', '154.124.237.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20747, '2025-11-27 14:46:58', 'W', '223.204.199.174', 'Opera/9.92.(X11; Linux x86_64; sr-ME) Presto/2.9.184 Version/11.00', 'Opera', 'Linux'),
(20748, '2025-11-27 14:47:30', 'W', '34.83.17.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20749, '2025-11-27 14:48:46', 'W', '185.72.218.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20750, '2025-11-27 14:50:02', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20751, '2025-11-27 14:51:57', 'I', '197.145.169.124', 'Mozilla/5.0 (iPad; CPU iPad OS 17_3_1 like Mac OS X) AppleWebKit/531.1 (KHTML, like Gecko) CriOS/58.0.883.0 Mobile/40J668 Safari/531.1', 'Handheld Browser', 'iPad'),
(20752, '2025-11-27 14:53:55', 'W', '213.55.220.230', 'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/533.32.6 (KHTML, like Gecko) Version/5.0 Safari/533.32.6', 'Safari', 'Windows 7'),
(20753, '2025-11-27 14:54:34', 'W', '17.246.15.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20754, '2025-11-27 14:55:41', 'W', '201.17.216.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20755, '2025-11-27 14:56:40', 'A', '47.128.39.15', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20756, '2025-11-27 14:57:47', 'W', '191.52.246.141', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(20757, '2025-11-27 14:58:19', 'W', '45.188.240.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(20758, '2025-11-27 14:58:21', 'W', '196.189.120.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(20759, '2025-11-27 14:58:24', 'W', '197.184.68.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(20760, '2025-11-27 14:58:45', 'W', '34.83.184.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20761, '2025-11-27 14:58:58', 'W', '35.247.119.34', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(20762, '2025-11-27 15:00:02', 'W', '103.184.0.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(20763, '2025-11-27 15:00:48', 'A', '47.128.54.178', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20764, '2025-11-27 15:01:19', 'W', '188.68.36.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4101.991 Safari/537.36', 'Chrome', 'Windows 10'),
(20765, '2025-11-27 15:05:53', 'W', '186.132.20.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20766, '2025-11-27 15:07:03', 'A', '47.128.16.56', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20767, '2025-11-27 15:07:50', 'W', '123.19.135.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(20768, '2025-11-27 15:08:04', 'W', '34.53.28.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20769, '2025-11-27 15:08:12', 'W', '89.58.29.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4547.891 Safari/537.36', 'Chrome', 'Windows 10'),
(20770, '2025-11-27 15:08:49', 'A', '47.128.99.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20771, '2025-11-27 15:08:57', 'W', '104.248.52.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20772, '2025-11-27 15:09:42', 'A', '47.128.34.237', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20773, '2025-11-27 15:10:42', 'A', '47.128.118.5', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20774, '2025-11-27 15:11:35', 'A', '47.128.126.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20775, '2025-11-27 15:12:23', 'A', '47.128.48.170', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20776, '2025-11-27 15:12:32', 'W', '41.82.79.113', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_0; rv:1.9.6.20) Gecko/5608-11-06 16:30:51.061371 Firefox/11.0', 'Firefox', 'Mac OS X'),
(20777, '2025-11-27 15:14:08', 'W', '17.246.15.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20778, '2025-11-27 15:14:23', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2271.749 Safari/537.36', 'Chrome', 'Windows 10'),
(20779, '2025-11-27 15:15:53', 'W', '102.216.86.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20780, '2025-11-27 15:15:57', 'A', '47.128.33.190', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20781, '2025-11-27 15:16:55', 'A', '47.128.121.2', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20782, '2025-11-27 15:17:06', 'W', '105.107.59.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20783, '2025-11-27 15:17:59', 'W', '51.68.111.204', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(20784, '2025-11-27 15:19:18', 'W', '157.49.21.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20785, '2025-11-27 15:19:37', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20786, '2025-11-27 15:21:37', 'W', '102.132.202.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20787, '2025-11-27 15:22:34', 'W', '45.153.118.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20788, '2025-11-27 15:23:03', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7507.520 Safari/537.36', 'Chrome', 'Windows 10'),
(20789, '2025-11-27 15:23:53', 'W', '102.41.14.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20790, '2025-11-27 15:26:03', 'W', '196.207.231.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20791, '2025-11-27 15:26:40', 'A', '47.128.54.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20792, '2025-11-27 15:27:42', 'W', '37.120.186.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1443.367 Safari/537.36', 'Chrome', 'Windows 10'),
(20793, '2025-11-27 15:29:15', 'W', '86.192.233.166', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.30.7 (KHTML, like Gecko) Version/4.0.2 Safari/533.30.7', 'Safari', 'Unknown OS Platform'),
(20794, '2025-11-27 15:30:41', 'W', '34.11.239.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(20795, '2025-11-27 15:31:33', 'W', '200.80.186.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20796, '2025-11-27 15:39:13', 'A', '47.128.63.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20797, '2025-11-27 15:41:23', 'W', '186.22.8.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20798, '2025-11-27 15:41:54', 'A', '47.128.33.232', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20799, '2025-11-27 15:42:10', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5398.855 Safari/537.36', 'Chrome', 'Windows 10'),
(20800, '2025-11-27 15:44:08', 'W', '34.105.87.123', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(20801, '2025-11-27 15:49:02', 'A', '47.128.30.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20802, '2025-11-27 15:49:24', 'W', '37.99.42.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20803, '2025-11-27 15:52:09', 'W', '20.194.157.189', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20804, '2025-11-27 15:52:23', 'W', '191.239.245.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20805, '2025-11-27 15:52:36', 'A', '47.128.120.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20806, '2025-11-27 15:53:28', 'W', '34.187.227.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(20807, '2025-11-27 15:53:36', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(20808, '2025-11-27 15:54:04', 'W', '34.11.239.252', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(20809, '2025-11-27 15:54:23', 'A', '47.128.42.128', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20810, '2025-11-27 15:56:17', 'W', '34.168.174.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20811, '2025-11-27 15:56:57', 'W', '5.111.35.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20812, '2025-11-27 15:57:12', 'W', '181.55.68.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(20813, '2025-11-27 15:57:15', 'W', '191.221.138.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(20814, '2025-11-27 15:58:06', 'W', '136.117.182.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(20815, '2025-11-27 15:58:13', 'W', '45.225.162.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(20816, '2025-11-27 15:58:25', 'W', '121.170.203.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(20817, '2025-11-27 15:58:29', 'W', '213.230.87.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20818, '2025-11-27 15:58:53', 'A', '47.128.61.213', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20819, '2025-11-27 16:00:34', 'W', '105.184.228.92', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36', 'Chrome', 'Windows 10'),
(20820, '2025-11-27 16:00:38', 'W', '181.13.239.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.779 Safari/537.36', 'Chrome', 'Mac OS X'),
(20821, '2025-11-27 16:01:14', 'W', '143.202.52.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20822, '2025-11-27 16:01:42', 'W', '197.185.144.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(20823, '2025-11-27 16:01:45', 'W', '187.63.96.112', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(20824, '2025-11-27 16:02:33', 'W', '185.168.153.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20825, '2025-11-27 16:07:21', 'W', '136.117.8.106', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20826, '2025-11-27 16:08:11', 'W', '43.173.179.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20827, '2025-11-27 16:09:12', 'W', '43.173.175.237', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20828, '2025-11-27 16:11:58', 'W', '115.164.213.44', 'Mozilla/5.0 (Windows 98) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/19.0.863.0 Safari/536.1', 'Chrome', 'Unknown OS Platform'),
(20829, '2025-11-27 16:12:12', 'W', '34.53.28.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20830, '2025-11-27 16:12:33', 'W', '34.105.63.255', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(20831, '2025-11-27 16:13:19', 'W', '43.173.178.26', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20832, '2025-11-27 16:14:56', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7032.502 Safari/537.36', 'Chrome', 'Windows 10'),
(20833, '2025-11-27 16:15:24', 'W', '188.169.233.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(20834, '2025-11-27 16:15:39', 'A', '47.128.61.142', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20835, '2025-11-27 16:16:51', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20836, '2025-11-27 16:16:59', 'W', '103.136.95.117', 'Mozilla/5.0 (Windows CE) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/54.0.843.0 Safari/531.1', 'Chrome', 'Unknown OS Platform'),
(20837, '2025-11-27 16:17:07', 'A', '90.27.46.114', 'Mozilla/5.0 (Linux; Android 3.1) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/33.0.824.0 Safari/531.1', 'Chrome', 'Android'),
(20838, '2025-11-27 16:17:18', 'W', '157.100.107.34', 'Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/535.17.1 (KHTML, like Gecko) Version/4.0.4 Safari/535.17.1', 'Safari', 'Windows 7'),
(20839, '2025-11-27 16:17:45', 'A', '47.128.113.187', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20840, '2025-11-27 16:21:56', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(20841, '2025-11-27 16:22:29', 'W', '49.47.142.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Mac OS X'),
(20842, '2025-11-27 16:24:12', 'W', '34.11.239.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20843, '2025-11-27 16:24:57', 'W', '17.246.15.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20844, '2025-11-27 16:26:25', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(20845, '2025-11-27 16:29:48', 'W', '168.197.196.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(20846, '2025-11-27 16:31:17', 'W', '4.196.198.90', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20847, '2025-11-27 16:32:43', 'W', '217.20.253.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20848, '2025-11-27 16:33:41', 'W', '103.129.211.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Windows 10'),
(20849, '2025-11-27 16:35:27', 'W', '138.0.246.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20850, '2025-11-27 16:35:58', 'A', '47.128.26.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20851, '2025-11-27 16:35:58', 'A', '47.128.30.248', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20852, '2025-11-27 16:36:23', 'W', '62.201.202.14', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'Chrome', 'Windows 7'),
(20853, '2025-11-27 16:36:34', 'W', '212.237.120.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20854, '2025-11-27 16:37:44', 'W', '36.224.103.179', 'Mozilla/5.0 (Windows NT 6.1; ta-IN; rv:1.9.1.20) Gecko/2018-05-23 00:55:54.052710 Firefox/8.0', 'Firefox', 'Windows 7'),
(20855, '2025-11-27 16:40:50', 'W', '49.37.53.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20856, '2025-11-27 16:42:02', 'W', '185.67.177.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20857, '2025-11-27 16:42:14', 'W', '188.68.59.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9493.692 Safari/537.36', 'Chrome', 'Windows 10'),
(20858, '2025-11-27 16:42:49', 'W', '34.83.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(20859, '2025-11-27 16:44:36', 'W', '37.16.47.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20860, '2025-11-27 16:45:29', 'W', '158.173.21.105', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20861, '2025-11-27 16:45:46', 'A', '47.128.50.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20862, '2025-11-27 16:47:25', 'A', '47.128.57.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20863, '2025-11-27 16:49:30', 'W', '103.103.88.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20864, '2025-11-27 16:49:47', 'W', '152.53.100.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4721.227 Safari/537.36', 'Chrome', 'Windows 10'),
(20865, '2025-11-27 16:52:16', 'W', '105.243.5.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20866, '2025-11-27 16:55:40', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4975.585 Safari/537.36', 'Chrome', 'Windows 10'),
(20867, '2025-11-27 16:56:56', 'W', '83.171.207.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20868, '2025-11-27 16:59:06', 'W', '102.217.144.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20869, '2025-11-27 17:00:11', 'W', '212.34.23.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20870, '2025-11-27 17:02:45', 'W', '95.141.211.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20871, '2025-11-27 17:03:02', 'W', '88.184.27.136', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trident/4.1)', 'Internet Explorer', 'Windows XP'),
(20872, '2025-11-27 17:03:06', 'W', '37.120.186.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8513.843 Safari/537.36', 'Chrome', 'Windows 10'),
(20873, '2025-11-27 17:03:55', 'W', '45.173.134.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20874, '2025-11-27 17:08:32', 'W', '122.161.72.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20875, '2025-11-27 17:08:38', 'A', '47.128.38.103', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20876, '2025-11-27 17:09:33', 'W', '186.132.159.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20877, '2025-11-27 17:09:51', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20878, '2025-11-27 17:10:13', 'W', '152.53.86.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5690.611 Safari/537.36', 'Chrome', 'Windows 10'),
(20879, '2025-11-27 17:10:16', 'A', '47.128.112.27', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20880, '2025-11-27 17:12:27', 'W', '78.208.223.159', 'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/535.20.4 (KHTML, like Gecko) Version/4.0.1 Safari/535.20.4', 'Safari', 'Unknown OS Platform'),
(20881, '2025-11-27 17:15:09', 'A', '47.128.37.114', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20882, '2025-11-27 17:17:37', 'A', '47.128.52.19', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20883, '2025-11-27 17:17:48', 'W', '178.87.255.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20884, '2025-11-27 17:19:16', 'A', '47.128.48.59', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20885, '2025-11-27 17:21:12', 'W', '179.36.179.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20886, '2025-11-27 17:25:07', 'W', '45.177.160.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(20887, '2025-11-27 17:25:08', 'W', '177.71.27.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(20888, '2025-11-27 17:27:25', 'A', '47.128.122.84', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20889, '2025-11-27 17:28:41', 'W', '114.10.45.131', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(20890, '2025-11-27 17:29:13', 'W', '160.154.219.232', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(20891, '2025-11-27 17:31:14', 'W', '17.241.219.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20892, '2025-11-27 17:35:00', 'A', '14.233.195.129', 'Mozilla/5.0 (Android 14; Mobile; rv:34.0) Gecko/34.0 Firefox/34.0', 'Handheld Browser', 'Android'),
(20893, '2025-11-27 17:37:18', 'A', '47.128.29.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20894, '2025-11-27 17:37:25', 'W', '14.171.106.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(20895, '2025-11-27 17:38:37', 'W', '78.174.217.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20896, '2025-11-27 17:39:46', 'A', '47.128.38.255', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20897, '2025-11-27 17:40:34', 'A', '47.128.23.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20898, '2025-11-27 17:40:52', 'W', '170.79.31.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20899, '2025-11-27 17:42:13', 'W', '181.116.47.106', 'Mozilla/5.0 (Windows 95) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/50.0.826.0 Safari/536.0', 'Chrome', 'Unknown OS Platform'),
(20900, '2025-11-27 17:46:13', 'W', '201.177.149.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20901, '2025-11-27 17:46:22', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(20902, '2025-11-27 17:47:46', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7300.798 Safari/537.36', 'Chrome', 'Windows 10'),
(20903, '2025-11-27 17:49:29', 'A', '47.128.27.226', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20904, '2025-11-27 17:49:38', 'W', '46.184.25.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20905, '2025-11-27 17:54:02', 'W', '189.219.77.9', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/20.0.810.0 Safari/535.1', 'Chrome', 'Mac OS X'),
(20906, '2025-11-27 17:55:20', 'W', '179.50.208.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20907, '2025-11-27 17:58:51', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20908, '2025-11-27 17:59:07', 'W', '103.133.140.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20909, '2025-11-27 18:01:08', 'W', '202.76.184.244', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2', 'Chrome', 'Windows 7'),
(20910, '2025-11-27 18:01:15', 'W', '196.207.159.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20911, '2025-11-27 18:01:40', 'W', '188.66.218.84', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/45.0.891.0 Safari/532.1', 'Chrome', 'Linux'),
(20912, '2025-11-27 18:05:58', 'W', '152.53.108.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3288.724 Safari/537.36', 'Chrome', 'Windows 10'),
(20913, '2025-11-27 18:06:08', 'W', '217.142.22.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20914, '2025-11-27 18:10:08', 'W', '197.147.202.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20915, '2025-11-27 18:12:47', 'W', '186.51.152.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20916, '2025-11-27 18:13:23', 'A', '47.128.97.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20917, '2025-11-27 18:14:15', 'W', '20.204.24.242', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20918, '2025-11-27 18:15:41', 'W', '159.0.40.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20919, '2025-11-27 18:17:33', 'A', '47.128.57.181', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20920, '2025-11-27 18:18:12', 'W', '86.57.14.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20921, '2025-11-27 18:20:06', 'A', '47.128.57.69', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20922, '2025-11-27 18:21:08', 'A', '47.128.112.202', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20923, '2025-11-27 18:21:08', 'W', '154.240.33.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20924, '2025-11-27 18:23:00', 'W', '51.36.220.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20925, '2025-11-27 18:23:10', 'A', '47.128.48.141', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20926, '2025-11-27 18:24:12', 'A', '47.128.30.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20927, '2025-11-27 18:24:34', 'W', '106.215.140.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20928, '2025-11-27 18:25:23', 'W', '17.22.237.100', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20929, '2025-11-27 18:26:34', 'W', '181.26.118.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20930, '2025-11-27 18:27:21', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(20931, '2025-11-27 18:28:29', 'W', '138.255.215.195', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/3.1)', 'Internet Explorer', 'Windows 7'),
(20932, '2025-11-27 18:28:34', 'W', '34.168.28.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(20933, '2025-11-27 18:28:44', 'W', '177.47.168.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20934, '2025-11-27 18:29:00', 'W', '187.40.108.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20935, '2025-11-27 18:29:45', 'W', '185.104.244.50', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 10'),
(20936, '2025-11-27 18:32:31', 'W', '14.244.168.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(20937, '2025-11-27 18:32:32', 'W', '45.179.70.172', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(20938, '2025-11-27 18:32:34', 'W', '110.138.88.99', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(20939, '2025-11-27 18:33:10', 'W', '91.220.41.2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(20940, '2025-11-27 18:34:01', 'W', '49.43.133.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20941, '2025-11-27 18:35:11', 'W', '34.168.174.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20942, '2025-11-27 18:35:26', 'W', '217.199.144.12', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_2; rv:1.9.6.20) Gecko/2451-06-19 04:49:27.153578 Firefox/3.8', 'Firefox', 'Mac OS X'),
(20943, '2025-11-27 18:36:09', 'W', '189.90.221.223', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 8'),
(20944, '2025-11-27 18:36:10', 'W', '14.228.6.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(20945, '2025-11-27 18:37:10', 'W', '14.180.71.54', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(20946, '2025-11-27 18:37:18', 'A', '47.128.44.240', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20947, '2025-11-27 18:39:41', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7454.282 Safari/537.36', 'Chrome', 'Windows 10'),
(20948, '2025-11-27 18:40:36', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(20949, '2025-11-27 18:41:37', 'I', '174.74.230.23', 'Mozilla/5.0 (iPad; CPU iPad OS 17_4_1 like Mac OS X) AppleWebKit/531.2 (KHTML, like Gecko) FxiOS/14.7v7586.0 Mobile/19S561 Safari/531.2', 'Handheld Browser', 'iPad'),
(20950, '2025-11-27 18:42:46', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4124.556 Safari/537.36', 'Chrome', 'Windows 10'),
(20951, '2025-11-27 18:47:34', 'A', '47.128.20.75', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20952, '2025-11-27 18:48:37', 'A', '47.128.35.94', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20953, '2025-11-27 18:48:54', 'W', '34.187.227.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(20954, '2025-11-27 18:50:46', 'W', '67.205.136.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20955, '2025-11-27 18:51:46', 'W', '17.22.245.199', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20956, '2025-11-27 18:52:11', 'W', '62.201.240.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20957, '2025-11-27 18:53:27', 'W', '170.79.129.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20958, '2025-11-27 18:55:10', 'W', '17.22.245.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20959, '2025-11-27 18:56:43', 'W', '75.253.26.190', 'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/533.13.7 (KHTML, like Gecko) Version/5.1 Safari/533.13.7', 'Safari', 'Unknown OS Platform'),
(20960, '2025-11-27 19:03:24', 'A', '47.128.111.148', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; ttspider-feedback@tiktok.com)', 'Handheld Browser', 'Android'),
(20961, '2025-11-27 19:05:32', 'W', '41.90.235.153', 'Opera/9.82.(X11; Linux x86_64; nds-NL) Presto/2.9.174 Version/11.00', 'Opera', 'Linux'),
(20962, '2025-11-27 19:05:52', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4615.638 Safari/537.36', 'Chrome', 'Windows 10'),
(20963, '2025-11-27 19:07:12', 'W', '176.117.105.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20964, '2025-11-27 19:07:36', 'W', '17.22.245.31', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20965, '2025-11-27 19:08:53', 'W', '146.174.179.3', 'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.0 Safari/534.3', 'Chrome', 'Windows Server 2003/XP x64'),
(20966, '2025-11-27 19:10:52', 'W', '181.46.57.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20967, '2025-11-27 19:14:50', 'W', '190.17.197.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20968, '2025-11-27 19:15:22', 'A', '47.128.57.23', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20969, '2025-11-27 19:15:32', 'W', '104.248.50.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20970, '2025-11-27 19:20:33', 'W', '109.107.228.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20971, '2025-11-27 19:20:46', 'W', '17.241.75.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(20972, '2025-11-27 19:23:02', 'A', '47.128.18.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20973, '2025-11-27 19:23:15', 'W', '165.227.197.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20974, '2025-11-27 19:25:26', 'W', '149.255.211.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(20975, '2025-11-27 19:27:40', 'W', '170.231.64.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20976, '2025-11-27 19:28:11', 'W', '186.12.171.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'Chrome', 'Windows 10'),
(20977, '2025-11-27 19:28:17', 'W', '200.6.143.192', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(20978, '2025-11-27 19:29:37', 'W', '157.245.83.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(20979, '2025-11-27 19:31:21', 'W', '189.121.244.188', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(20980, '2025-11-27 19:31:25', 'W', '39.34.93.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36	Chrome Generic', 'Chrome', 'Mac OS X'),
(20981, '2025-11-27 19:31:25', 'W', '62.217.158.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(20982, '2025-11-27 19:32:04', 'A', '47.128.23.127', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20983, '2025-11-27 19:32:10', 'W', '160.20.207.125', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Windows 7'),
(20984, '2025-11-27 19:32:54', 'W', '82.197.48.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20985, '2025-11-27 19:33:19', 'W', '37.41.153.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(20986, '2025-11-27 19:33:24', 'W', '93.143.78.166', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36', 'Chrome', 'Windows 7'),
(20987, '2025-11-27 19:33:24', 'W', '179.98.41.238', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(20988, '2025-11-27 19:33:38', 'W', '189.89.164.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(20989, '2025-11-27 19:35:08', 'A', '47.128.55.165', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(20990, '2025-11-27 19:38:17', 'W', '41.83.1.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3790.0 Safari/537.36', 'Chrome', 'Windows 10'),
(20991, '2025-11-27 19:39:00', 'W', '20.0.53.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(20992, '2025-11-27 19:42:25', 'W', '37.120.184.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2620.824 Safari/537.36', 'Chrome', 'Windows 10'),
(20993, '2025-11-27 19:42:26', 'W', '37.120.185.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7659.813 Safari/537.36', 'Chrome', 'Windows 10'),
(20994, '2025-11-27 19:43:07', 'A', '117.102.41.0', 'Mozilla/5.0 (Linux; Android 3.2.4) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/55.0.827.0 Safari/531.1', 'Chrome', 'Android'),
(20995, '2025-11-27 19:49:21', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20996, '2025-11-27 19:52:31', 'W', '109.107.228.255', 'Opera/8.51.(Windows NT 5.0; th-TH) Presto/2.9.185 Version/12.00', 'Opera', 'Windows 2000'),
(20997, '2025-11-27 19:54:59', 'W', '159.138.20.120', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(20998, '2025-11-27 19:55:27', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9508.775 Safari/537.36', 'Chrome', 'Windows 10'),
(20999, '2025-11-27 19:55:52', 'W', '5.193.158.199', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/4074-09-17 18:25:20.383003 Firefox/3.8', 'Firefox', 'Linux'),
(21000, '2025-11-27 19:56:32', 'A', '47.128.62.24', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21001, '2025-11-27 20:00:38', 'A', '47.128.46.245', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21002, '2025-11-27 20:02:00', 'W', '103.58.75.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21003, '2025-11-27 20:02:00', 'W', '41.251.81.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21004, '2025-11-27 20:05:51', 'W', '69.171.231.27', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(21005, '2025-11-27 20:07:55', 'A', '47.128.27.215', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21006, '2025-11-27 20:08:53', 'A', '47.128.42.80', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21007, '2025-11-27 20:11:56', 'A', '47.128.22.45', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21008, '2025-11-27 20:12:17', 'W', '34.11.181.209', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21009, '2025-11-27 20:12:37', 'W', '187.189.0.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21010, '2025-11-27 20:13:25', 'W', '35.233.176.125', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(21011, '2025-11-27 20:15:56', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21012, '2025-11-27 20:17:25', 'A', '47.128.123.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21013, '2025-11-27 20:17:37', 'A', '160.179.67.186', 'Mozilla/5.0 (Linux; Android 2.3.7) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/59.0.896.0 Safari/533.0', 'Chrome', 'Android'),
(21014, '2025-11-27 20:21:13', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21015, '2025-11-27 20:21:46', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(21016, '2025-11-27 20:23:13', 'W', '35.233.176.125', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(21017, '2025-11-27 20:23:13', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2944.788 Safari/537.36', 'Chrome', 'Windows 10'),
(21018, '2025-11-27 20:24:20', 'W', '34.169.155.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(21019, '2025-11-27 20:24:58', 'W', '103.150.69.221', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(21020, '2025-11-27 20:25:01', 'W', '169.224.124.136', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows 7'),
(21021, '2025-11-27 20:25:23', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2690.980 Safari/537.36', 'Chrome', 'Windows 10'),
(21022, '2025-11-27 20:26:06', 'W', '157.100.198.15', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0; Trident/3.1)', 'Internet Explorer', 'Windows 2000'),
(21023, '2025-11-27 20:26:31', 'W', '190.135.170.137', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(21024, '2025-11-27 20:27:00', 'W', '191.217.93.199', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21025, '2025-11-27 20:29:33', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21026, '2025-11-27 20:29:35', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21027, '2025-11-27 20:33:19', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8684.141 Safari/537.36', 'Chrome', 'Windows 10'),
(21028, '2025-11-27 20:34:37', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21029, '2025-11-27 20:35:56', 'W', '151.244.147.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(21030, '2025-11-27 20:37:27', 'W', '27.50.13.198', 'Opera/9.48.(Windows NT 6.1; or-IN) Presto/2.9.178 Version/10.00', 'Opera', 'Windows 7'),
(21031, '2025-11-27 20:38:44', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9808.544 Safari/537.36', 'Chrome', 'Windows 10'),
(21032, '2025-11-27 20:39:33', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(21033, '2025-11-27 20:40:51', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21034, '2025-11-27 20:42:37', 'A', '47.128.97.54', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21035, '2025-11-27 20:45:06', 'W', '17.22.245.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21036, '2025-11-27 20:47:08', 'A', '47.128.40.126', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21037, '2025-11-27 20:47:36', 'W', '176.19.141.67', 'Mozilla/5.0 (Windows NT 6.0; nn-NO; rv:1.9.0.20) Gecko/3768-05-27 14:19:10.111122 Firefox/12.0', 'Firefox', 'Windows Vista'),
(21038, '2025-11-27 20:49:12', 'W', '186.53.22.84', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.2; Trident/4.0)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(21039, '2025-11-27 20:49:40', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9900.122 Safari/537.36', 'Chrome', 'Windows 10'),
(21040, '2025-11-27 20:49:50', 'W', '34.11.181.209', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(21041, '2025-11-27 20:49:58', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8874.856 Safari/537.36', 'Chrome', 'Windows 10'),
(21042, '2025-11-27 20:50:03', 'W', '188.68.58.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2166.969 Safari/537.36', 'Chrome', 'Windows 10'),
(21043, '2025-11-27 20:52:02', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(21044, '2025-11-27 20:52:53', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21045, '2025-11-27 20:53:26', 'W', '152.53.23.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2383.511 Safari/537.36', 'Chrome', 'Windows 10'),
(21046, '2025-11-27 20:55:17', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21047, '2025-11-27 20:58:34', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3511.629 Safari/537.36', 'Chrome', 'Windows 10'),
(21048, '2025-11-27 20:59:24', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(21049, '2025-11-27 21:02:15', 'W', '14.167.221.203', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2991-03-24 09:24:54.426804 Firefox/3.8', 'Firefox', 'Linux'),
(21050, '2025-11-27 21:02:21', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21051, '2025-11-27 21:02:34', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21052, '2025-11-27 21:02:35', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21053, '2025-11-27 21:04:39', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6476.116 Safari/537.36', 'Chrome', 'Windows 10'),
(21054, '2025-11-27 21:05:59', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(21055, '2025-11-27 21:06:34', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21056, '2025-11-27 21:07:26', 'W', '181.46.68.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21057, '2025-11-27 21:07:42', 'W', '149.88.111.77', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(21058, '2025-11-27 21:08:37', 'W', '43.173.180.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21059, '2025-11-27 21:08:56', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(21060, '2025-11-27 21:11:19', 'W', '34.83.225.110', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21061, '2025-11-27 21:12:07', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21062, '2025-11-27 21:12:53', 'W', '43.173.178.134', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21063, '2025-11-27 21:16:11', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(21064, '2025-11-27 21:16:29', 'A', '47.128.20.199', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21065, '2025-11-27 21:16:30', 'W', '104.196.243.241', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21066, '2025-11-27 21:17:52', 'W', '17.246.19.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21067, '2025-11-27 21:18:06', 'A', '47.128.110.218', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21068, '2025-11-27 21:18:27', 'W', '186.112.15.152', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.24 Safari/537.36', 'Chrome', 'Windows 7'),
(21069, '2025-11-27 21:19:16', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(21070, '2025-11-27 21:19:22', 'W', '103.123.65.57', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(21071, '2025-11-27 21:19:35', 'W', '188.68.53.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2311.943 Safari/537.36', 'Chrome', 'Windows 10'),
(21072, '2025-11-27 21:19:53', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(21073, '2025-11-27 21:22:00', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21074, '2025-11-27 21:23:18', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21075, '2025-11-27 21:24:46', 'W', '179.232.238.134', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 8'),
(21076, '2025-11-27 21:26:49', 'W', '190.5.161.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(21077, '2025-11-27 21:26:52', 'W', '45.166.168.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'Chrome', 'Windows 10'),
(21078, '2025-11-27 21:27:13', 'W', '37.232.118.19', 'Opera/9.23.(X11; Linux x86_64; mni-IN) Presto/2.9.170 Version/10.00', 'Opera', 'Linux'),
(21079, '2025-11-27 21:27:22', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21080, '2025-11-27 21:27:31', 'W', '193.151.82.49', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/3.1)', 'Internet Explorer', 'Windows Vista'),
(21081, '2025-11-27 21:29:53', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(21082, '2025-11-27 21:31:11', 'A', '47.128.37.220', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21083, '2025-11-27 21:31:38', 'A', '47.128.122.34', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21084, '2025-11-27 21:32:05', 'W', '201.29.171.114', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21085, '2025-11-27 21:32:37', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21086, '2025-11-27 21:33:04', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21087, '2025-11-27 21:33:20', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21088, '2025-11-27 21:33:27', 'W', '35.247.119.34', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21089, '2025-11-27 21:33:38', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21090, '2025-11-27 21:38:13', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21091, '2025-11-27 21:41:51', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(21092, '2025-11-27 21:43:09', 'A', '47.128.59.92', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21093, '2025-11-27 21:43:30', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21094, '2025-11-27 21:46:24', 'W', '24.192.255.105', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/13.0.830.0 Safari/531.1', 'Chrome', 'Windows 8'),
(21095, '2025-11-27 21:46:29', 'W', '34.187.170.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21096, '2025-11-27 21:47:47', 'W', '212.34.23.211', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21097, '2025-11-27 21:47:47', 'A', '47.128.59.119', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21098, '2025-11-27 21:50:19', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(21099, '2025-11-27 21:51:17', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21100, '2025-11-27 21:52:43', 'I', '197.184.124.85', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; ug-CN) AppleWebKit/532.42.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6532.42.1', 'Handheld Browser', 'iPod'),
(21101, '2025-11-27 21:55:06', 'A', '47.128.110.229', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21102, '2025-11-27 21:57:02', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21103, '2025-11-27 21:58:24', 'A', '47.128.36.168', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21104, '2025-11-27 21:58:32', 'I', '85.117.111.35', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; tn-ZA) AppleWebKit/533.2.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6533.2.4', 'Handheld Browser', 'iPod'),
(21105, '2025-11-27 22:01:08', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21106, '2025-11-27 22:01:15', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6647.382 Safari/537.36', 'Chrome', 'Windows 10'),
(21107, '2025-11-27 22:02:25', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21108, '2025-11-27 22:04:25', 'W', '34.169.155.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21109, '2025-11-27 22:05:59', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8177.711 Safari/537.36', 'Chrome', 'Windows 10'),
(21110, '2025-11-27 22:06:14', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(21111, '2025-11-27 22:07:05', 'W', '160.178.36.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_7 rv:4.0; dz-BT) AppleWebKit/533.12.1 (KHTML, like Gecko) Version/4.1 Safari/533.12.1', 'Safari', 'Mac OS X'),
(21112, '2025-11-27 22:07:22', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21113, '2025-11-27 22:07:23', 'A', '47.128.54.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21114, '2025-11-27 22:09:03', 'A', '47.128.124.166', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21115, '2025-11-27 22:11:29', 'A', '47.128.62.62', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21116, '2025-11-27 22:12:59', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21117, '2025-11-27 22:13:15', 'A', '66.249.70.101', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(21118, '2025-11-27 22:14:03', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7301.630 Safari/537.36', 'Chrome', 'Windows 10'),
(21119, '2025-11-27 22:17:11', 'A', '47.128.98.68', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21120, '2025-11-27 22:17:14', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(21121, '2025-11-27 22:17:52', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8104.775 Safari/537.36', 'Chrome', 'Windows 10'),
(21122, '2025-11-27 22:18:55', 'W', '105.105.111.69', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36', 'Chrome', 'Windows 7'),
(21123, '2025-11-27 22:19:29', 'W', '5.0.121.185', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(21124, '2025-11-27 22:20:48', 'W', '152.53.110.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7078.388 Safari/537.36', 'Chrome', 'Windows 10'),
(21125, '2025-11-27 22:20:50', 'W', '190.229.6.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(21126, '2025-11-27 22:21:12', 'W', '107.152.47.63', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21127, '2025-11-27 22:26:04', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(21128, '2025-11-27 22:28:20', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21129, '2025-11-27 22:30:43', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6135.847 Safari/537.36', 'Chrome', 'Windows 10'),
(21130, '2025-11-27 22:31:19', 'A', '47.128.51.210', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21131, '2025-11-27 22:33:28', 'W', '189.113.224.111', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21132, '2025-11-27 22:33:58', 'W', '17.241.75.4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21133, '2025-11-27 22:34:53', 'A', '47.128.96.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; ttspider-feedback@tiktok.com)', 'Handheld Browser', 'Android'),
(21134, '2025-11-27 22:38:09', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2202.136 Safari/537.36', 'Chrome', 'Windows 10'),
(21135, '2025-11-27 22:44:52', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(21136, '2025-11-27 22:46:42', 'W', '17.241.219.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21137, '2025-11-27 22:47:57', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21138, '2025-11-27 22:50:00', 'A', '47.128.20.76', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21139, '2025-11-27 22:50:10', 'W', '137.135.191.35', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21140, '2025-11-27 22:58:10', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21141, '2025-11-27 23:06:40', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21142, '2025-11-27 23:09:23', 'W', '114.27.129.72', 'Opera/8.42.(Windows NT 11.0; nr-ZA) Presto/2.9.168 Version/10.00', 'Opera', 'Unknown OS Platform'),
(21143, '2025-11-27 23:09:55', 'W', '34.11.181.209', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(21144, '2025-11-27 23:10:11', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(21145, '2025-11-27 23:11:24', 'W', '136.118.34.163', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21146, '2025-11-27 23:14:57', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9291.785 Safari/537.36', 'Chrome', 'Windows 10'),
(21147, '2025-11-27 23:19:09', 'W', '177.10.12.191', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(21148, '2025-11-27 23:19:18', 'W', '39.49.139.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21149, '2025-11-27 23:22:21', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1665.563 Safari/537.36', 'Chrome', 'Windows 10'),
(21150, '2025-11-27 23:23:12', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1892.443 Safari/537.36', 'Chrome', 'Windows 10'),
(21151, '2025-11-27 23:23:30', 'W', '136.158.42.183', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 4.0; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21152, '2025-11-27 23:26:46', 'W', '131.108.143.220', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(21153, '2025-11-27 23:32:09', 'W', '185.30.76.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21154, '2025-11-27 23:32:32', 'W', '57.141.4.7', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(21155, '2025-11-27 23:32:59', 'A', '47.128.62.252', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21156, '2025-11-27 23:34:31', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21157, '2025-11-27 23:35:05', 'W', '17.246.19.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21158, '2025-11-27 23:36:02', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5003.145 Safari/537.36', 'Chrome', 'Windows 10'),
(21159, '2025-11-27 23:39:18', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21160, '2025-11-27 23:39:30', 'A', '47.128.18.152', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21161, '2025-11-27 23:42:03', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21162, '2025-11-27 23:42:32', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21163, '2025-11-27 23:44:25', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6381.826 Safari/537.36', 'Chrome', 'Windows 10'),
(21164, '2025-11-27 23:46:38', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(21165, '2025-11-27 23:47:28', 'W', '163.223.211.44', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_6) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/57.0.878.0 Safari/536.0', 'Chrome', 'Mac OS X'),
(21166, '2025-11-27 23:47:49', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5120.615 Safari/537.36', 'Chrome', 'Windows 10'),
(21167, '2025-11-27 23:48:53', 'W', '179.217.48.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21168, '2025-11-27 23:49:17', 'W', '89.58.44.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9020.208 Safari/537.36', 'Chrome', 'Windows 10'),
(21169, '2025-11-27 23:55:33', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2101.636 Safari/537.36', 'Chrome', 'Windows 10'),
(21170, '2025-11-27 23:55:36', 'W', '213.230.76.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21171, '2025-11-27 23:56:25', 'A', '47.128.127.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21172, '2025-11-27 23:56:52', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21173, '2025-11-28 00:00:57', 'W', '17.246.15.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21174, '2025-11-28 00:01:51', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(21175, '2025-11-28 00:02:04', 'W', '177.66.175.206', 'Mozilla/5.0 (Windows NT 6.2; lij-IT; rv:1.9.2.20) Gecko/3433-11-18 16:27:11.968529 Firefox/3.6.12', 'Firefox', 'Windows 8'),
(21176, '2025-11-28 00:03:03', 'A', '47.128.122.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21177, '2025-11-28 00:03:34', 'W', '17.246.23.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21178, '2025-11-28 00:05:55', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21179, '2025-11-28 00:07:13', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2114.977 Safari/537.36', 'Chrome', 'Windows 10'),
(21180, '2025-11-28 00:08:17', 'W', '152.53.110.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9368.801 Safari/537.36', 'Chrome', 'Windows 10'),
(21181, '2025-11-28 00:14:17', 'W', '190.6.49.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21182, '2025-11-28 00:14:23', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(21183, '2025-11-28 00:19:21', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(21184, '2025-11-28 00:20:14', 'W', '149.107.249.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21185, '2025-11-28 00:20:16', 'W', '181.26.164.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21186, '2025-11-28 00:20:16', 'W', '152.53.0.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2235.206 Safari/537.36', 'Chrome', 'Windows 10'),
(21187, '2025-11-28 00:20:18', 'W', '189.110.84.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21188, '2025-11-28 00:22:19', 'W', '138.94.38.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21189, '2025-11-28 00:22:22', 'W', '187.122.58.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21190, '2025-11-28 00:22:58', 'W', '14.188.134.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Chrome', 'Windows 10'),
(21191, '2025-11-28 00:23:27', 'W', '43.173.180.166', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21192, '2025-11-28 00:23:30', 'W', '164.163.191.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21193, '2025-11-28 00:23:43', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(21194, '2025-11-28 00:24:19', 'A', '47.128.48.159', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21195, '2025-11-28 00:24:35', 'I', '131.100.165.126', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_7 like Mac OS X) AppleWebKit/535.1 (KHTML, like Gecko) CriOS/37.0.801.0 Mobile/95T984 Safari/535.1', 'Handheld Browser', 'iPhone'),
(21196, '2025-11-28 00:27:26', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21197, '2025-11-28 00:27:44', 'W', '38.58.232.152', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(21198, '2025-11-28 00:34:00', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21199, '2025-11-28 00:34:01', 'W', '186.158.200.145', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21200, '2025-11-28 00:35:40', 'W', '152.53.2.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4562.637 Safari/537.36', 'Chrome', 'Windows 10'),
(21201, '2025-11-28 00:40:11', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2747.956 Safari/537.36', 'Chrome', 'Windows 10'),
(21202, '2025-11-28 00:44:03', 'W', '191.99.42.10', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0)', 'Internet Explorer', 'Windows Vista'),
(21203, '2025-11-28 00:46:34', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(21204, '2025-11-28 00:46:40', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5213.407 Safari/537.36', 'Chrome', 'Windows 10'),
(21205, '2025-11-28 00:46:46', 'I', '190.120.254.190', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; km-KH) AppleWebKit/532.10.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6532.10.5', 'Handheld Browser', 'iPod'),
(21206, '2025-11-28 00:47:10', 'W', '190.89.91.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21207, '2025-11-28 00:48:51', 'W', '13.250.16.86', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21208, '2025-11-28 00:49:07', 'W', '13.250.16.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21209, '2025-11-28 00:49:19', 'W', '37.120.187.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6069.587 Safari/537.36', 'Chrome', 'Windows 10'),
(21210, '2025-11-28 00:51:06', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21211, '2025-11-28 00:51:40', 'A', '47.128.25.0', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21212, '2025-11-28 00:52:25', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21213, '2025-11-28 00:52:35', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1915.706 Safari/537.36', 'Chrome', 'Windows 10'),
(21214, '2025-11-28 00:53:48', 'W', '3.25.55.10', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21215, '2025-11-28 00:53:48', 'W', '3.25.55.10', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21216, '2025-11-28 00:53:48', 'W', '3.25.55.10', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21217, '2025-11-28 00:54:00', 'W', '3.25.55.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21218, '2025-11-28 00:55:31', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7367.156 Safari/537.36', 'Chrome', 'Windows 10'),
(21219, '2025-11-28 00:55:43', 'A', '47.128.29.164', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21220, '2025-11-28 01:01:48', 'A', '47.128.22.251', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21221, '2025-11-28 01:03:24', 'A', '47.128.31.57', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21222, '2025-11-28 01:04:03', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21223, '2025-11-28 01:06:24', 'W', '34.187.170.193', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21224, '2025-11-28 01:09:56', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21225, '2025-11-28 01:09:58', 'A', '47.128.97.176', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21226, '2025-11-28 01:11:23', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21227, '2025-11-28 01:14:30', 'A', '47.128.55.111', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21228, '2025-11-28 01:17:02', 'W', '45.181.85.238', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 Safari/537.15', 'Chrome', 'Windows 8'),
(21229, '2025-11-28 01:19:20', 'W', '190.155.250.226', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Chrome', 'Windows 7'),
(21230, '2025-11-28 01:19:42', 'W', '177.129.159.99', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(21231, '2025-11-28 01:20:40', 'W', '186.251.71.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(21232, '2025-11-28 01:21:08', 'A', '47.128.55.78', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21233, '2025-11-28 01:21:41', 'W', '181.78.194.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(21234, '2025-11-28 01:22:19', 'W', '62.16.71.47', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.9 Safari/537.36', 'Chrome', 'Windows 10'),
(21235, '2025-11-28 01:25:13', 'W', '17.22.245.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21236, '2025-11-28 01:26:22', 'W', '31.46.251.147', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(21237, '2025-11-28 01:27:10', 'W', '34.168.43.39', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21238, '2025-11-28 01:28:44', 'A', '47.128.52.6', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21239, '2025-11-28 01:28:59', 'W', '152.53.51.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7794.664 Safari/537.36', 'Chrome', 'Windows 10'),
(21240, '2025-11-28 01:29:59', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5489.619 Safari/537.36', 'Chrome', 'Windows 10'),
(21241, '2025-11-28 01:31:18', 'W', '152.53.85.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5413.255 Safari/537.36', 'Chrome', 'Windows 10'),
(21242, '2025-11-28 01:36:15', 'A', '66.249.66.36', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(21243, '2025-11-28 01:36:15', 'W', '66.249.66.166', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(21244, '2025-11-28 01:36:31', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21245, '2025-11-28 01:37:41', 'W', '35.212.159.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21246, '2025-11-28 01:40:03', 'W', '152.53.85.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1959.155 Safari/537.36', 'Chrome', 'Windows 10'),
(21247, '2025-11-28 01:40:53', 'A', '47.128.122.162', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21248, '2025-11-28 01:42:42', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(21249, '2025-11-28 01:45:56', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5443.897 Safari/537.36', 'Chrome', 'Windows 10'),
(21250, '2025-11-28 01:47:24', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4879.193 Safari/537.36', 'Chrome', 'Windows 10'),
(21251, '2025-11-28 01:48:56', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21252, '2025-11-28 01:49:00', 'A', '47.128.116.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21253, '2025-11-28 01:50:18', 'W', '152.53.35.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4432.311 Safari/537.36', 'Chrome', 'Windows 10'),
(21254, '2025-11-28 01:52:44', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21255, '2025-11-28 01:57:22', 'W', '148.74.198.229', 'Opera/8.91.(X11; Linux i686; hsb-DE) Presto/2.9.189 Version/12.00', 'Opera', 'Linux'),
(21256, '2025-11-28 01:59:58', 'W', '66.249.66.200', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(21257, '2025-11-28 01:59:58', 'A', '66.249.66.35', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(21258, '2025-11-28 02:05:33', 'W', '152.53.52.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9374.740 Safari/537.36', 'Chrome', 'Windows 10'),
(21259, '2025-11-28 02:06:16', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21260, '2025-11-28 02:06:16', 'A', '47.128.60.91', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21261, '2025-11-28 02:06:38', 'W', '34.105.87.123', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(21262, '2025-11-28 02:09:22', 'W', '162.211.40.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21263, '2025-11-28 02:11:58', 'W', '17.241.219.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21264, '2025-11-28 02:13:22', 'W', '196.115.33.93', 'Opera/8.19.(Windows 95; ln-CD) Presto/2.9.172 Version/10.00', 'Opera', 'Unknown OS Platform'),
(21265, '2025-11-28 02:15:13', 'W', '152.53.45.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3549.828 Safari/537.36', 'Chrome', 'Windows 10'),
(21266, '2025-11-28 02:17:43', 'W', '187.60.223.221', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(21267, '2025-11-28 02:17:43', 'W', '14.179.224.252', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(21268, '2025-11-28 02:18:58', 'A', '47.128.56.242', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21269, '2025-11-28 02:19:27', 'W', '138.185.145.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(21270, '2025-11-28 02:19:47', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21271, '2025-11-28 02:20:05', 'W', '17.246.19.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21272, '2025-11-28 02:20:18', 'W', '34.187.170.193', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(21273, '2025-11-28 02:20:50', 'W', '152.53.111.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4885.888 Safari/537.36', 'Chrome', 'Windows 10'),
(21274, '2025-11-28 02:21:19', 'W', '177.234.222.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(21275, '2025-11-28 02:21:59', 'W', '177.36.183.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21276, '2025-11-28 02:23:01', 'A', '47.128.62.125', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21277, '2025-11-28 02:24:44', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21278, '2025-11-28 02:25:03', 'A', '47.128.43.90', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21279, '2025-11-28 02:28:28', 'W', '184.22.221.73', 'Opera/8.57.(X11; Linux i686; fur-IT) Presto/2.9.166 Version/11.00', 'Opera', 'Linux'),
(21280, '2025-11-28 02:28:34', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5209.858 Safari/537.36', 'Chrome', 'Windows 10'),
(21281, '2025-11-28 02:29:21', 'W', '17.246.15.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21282, '2025-11-28 02:31:02', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(21283, '2025-11-28 02:31:51', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21284, '2025-11-28 02:33:30', 'A', '47.128.122.101', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; ttspider-feedback@tiktok.com)', 'Handheld Browser', 'Android'),
(21285, '2025-11-28 02:36:04', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.2278.133 Safari/537.36', 'Chrome', 'Windows 10'),
(21286, '2025-11-28 02:37:49', 'A', '186.82.87.20', 'Mozilla/5.0 (Linux; Android 6.0) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/22.0.839.0 Safari/536.1', 'Chrome', 'Android'),
(21287, '2025-11-28 02:41:40', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21288, '2025-11-28 02:42:16', 'W', '154.213.162.59', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21289, '2025-11-28 02:42:17', 'A', '47.128.48.221', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21290, '2025-11-28 02:43:25', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21291, '2025-11-28 02:44:18', 'A', '47.128.99.136', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21292, '2025-11-28 02:49:54', 'W', '45.172.142.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21293, '2025-11-28 02:51:52', 'A', '66.249.72.203', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(21294, '2025-11-28 02:51:57', 'A', '47.128.118.16', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21295, '2025-11-28 02:52:08', 'W', '79.101.67.22', 'Opera/8.95.(X11; Linux x86_64; yi-US) Presto/2.9.188 Version/11.00', 'Opera', 'Linux'),
(21296, '2025-11-28 02:53:05', 'W', '103.138.123.83', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 95; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21297, '2025-11-28 02:53:50', 'W', '212.253.204.147', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/3.0)', 'Internet Explorer', 'Windows Vista'),
(21298, '2025-11-28 02:54:43', 'A', '47.128.52.236', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21299, '2025-11-28 02:54:48', 'W', '17.22.245.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21300, '2025-11-28 02:54:56', 'W', '102.91.105.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21301, '2025-11-28 02:56:52', 'A', '47.128.115.155', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21302, '2025-11-28 02:57:36', 'W', '17.241.227.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21303, '2025-11-28 02:58:53', 'W', '34.168.57.197', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(21304, '2025-11-28 02:59:50', 'W', '17.246.23.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21305, '2025-11-28 03:06:00', 'A', '47.128.112.156', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21306, '2025-11-28 03:06:31', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21307, '2025-11-28 03:07:05', 'W', '23.244.126.139', 'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/533.15.7 (KHTML, like Gecko) Version/4.0 Safari/533.15.7', 'Safari', 'Windows XP'),
(21308, '2025-11-28 03:10:34', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6311.599 Safari/537.36', 'Chrome', 'Windows 10'),
(21309, '2025-11-28 03:11:36', 'W', '51.68.107.144', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(21310, '2025-11-28 03:14:20', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(21311, '2025-11-28 03:15:41', 'W', '152.53.53.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1167.715 Safari/537.36', 'Chrome', 'Windows 10'),
(21312, '2025-11-28 03:16:16', 'W', '34.169.155.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21313, '2025-11-28 03:17:06', 'W', '103.164.192.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(21314, '2025-11-28 03:17:38', 'W', '192.145.45.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7430.694 Safari/537.36', 'Chrome', 'Windows 10'),
(21315, '2025-11-28 03:18:06', 'W', '137.59.230.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36', 'Chrome', 'Windows 10'),
(21316, '2025-11-28 03:19:11', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21317, '2025-11-28 03:20:53', 'W', '186.223.176.182', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(21318, '2025-11-28 03:23:47', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8006.171 Safari/537.36', 'Chrome', 'Windows 10'),
(21319, '2025-11-28 03:26:18', 'W', '17.246.15.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21320, '2025-11-28 03:27:30', 'W', '124.29.221.241', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4 rv:6.0; ik-CA) AppleWebKit/531.21.7 (KHTML, like Gecko) Version/4.0 Safari/531.21.7', 'Safari', 'Mac OS X'),
(21321, '2025-11-28 03:29:37', 'W', '152.53.18.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5758.496 Safari/537.36', 'Chrome', 'Windows 10'),
(21322, '2025-11-28 03:30:56', 'I', '202.164.207.132', 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_8 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) CriOS/23.0.815.0 Mobile/55E240 Safari/532.2', 'Handheld Browser', 'iPad'),
(21323, '2025-11-28 03:35:35', 'W', '82.66.222.193', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21324, '2025-11-28 03:38:42', 'W', '123.26.97.65', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0; Trident/4.0)', 'Internet Explorer', 'Windows 2000'),
(21325, '2025-11-28 03:41:29', 'W', '181.199.60.64', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/52.0.838.0 Safari/533.2', 'Chrome', 'Linux'),
(21326, '2025-11-28 03:44:27', 'W', '17.246.23.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21327, '2025-11-28 03:45:05', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3568.848 Safari/537.36', 'Chrome', 'Windows 10'),
(21328, '2025-11-28 03:46:56', 'W', '17.22.245.189', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21329, '2025-11-28 03:51:08', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1210.195 Safari/537.36', 'Chrome', 'Windows 10'),
(21330, '2025-11-28 03:51:18', 'A', '47.128.22.203', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21331, '2025-11-28 03:51:41', 'W', '223.29.145.188', 'Opera/9.44.(X11; Linux x86_64; mg-MG) Presto/2.9.176 Version/10.00', 'Opera', 'Linux'),
(21332, '2025-11-28 03:52:00', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8054.921 Safari/537.36', 'Chrome', 'Windows 10'),
(21333, '2025-11-28 03:56:33', 'W', '152.53.101.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3284.345 Safari/537.36', 'Chrome', 'Windows 10'),
(21334, '2025-11-28 03:59:26', 'A', '47.128.20.26', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21335, '2025-11-28 04:02:26', 'A', '47.128.50.47', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21336, '2025-11-28 04:05:40', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21337, '2025-11-28 04:07:44', 'W', '138.36.81.52', 'Mozilla/5.0 (Windows NT 6.0; mn-MN; rv:1.9.1.20) Gecko/7940-07-29 00:23:14.977295 Firefox/3.6.3', 'Firefox', 'Windows Vista'),
(21338, '2025-11-28 04:09:25', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21339, '2025-11-28 04:11:09', 'W', '123.28.145.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21340, '2025-11-28 04:11:14', 'W', '45.6.211.164', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21341, '2025-11-28 04:13:52', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21342, '2025-11-28 04:14:25', 'W', '188.172.229.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4107.432 Safari/537.36', 'Chrome', 'Windows 10'),
(21343, '2025-11-28 04:16:07', 'W', '17.22.245.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21344, '2025-11-28 04:16:37', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9603.967 Safari/537.36', 'Chrome', 'Windows 10'),
(21345, '2025-11-28 04:18:05', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(21346, '2025-11-28 04:18:35', 'W', '40.77.167.131', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21347, '2025-11-28 04:19:22', 'W', '190.212.210.243', 'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21348, '2025-11-28 04:19:43', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(21349, '2025-11-28 04:20:11', 'W', '190.212.125.76', 'Mozilla/5.0 (X11; CrOS i686 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21350, '2025-11-28 04:22:37', 'W', '45.5.171.139', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36', 'Chrome', 'Windows 10'),
(21351, '2025-11-28 04:22:50', 'W', '138.94.95.15', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(21352, '2025-11-28 04:22:52', 'W', '113.183.97.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(21353, '2025-11-28 04:22:59', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21354, '2025-11-28 04:26:04', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21355, '2025-11-28 04:27:51', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8296.108 Safari/537.36', 'Chrome', 'Windows 10'),
(21356, '2025-11-28 04:28:54', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(21357, '2025-11-28 04:30:33', 'W', '34.105.87.123', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21358, '2025-11-28 04:34:05', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21359, '2025-11-28 04:34:07', 'W', '82.66.105.27', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows CE; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(21360, '2025-11-28 04:34:47', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21361, '2025-11-28 04:35:05', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4012.519 Safari/537.36', 'Chrome', 'Windows 10'),
(21362, '2025-11-28 04:36:53', 'W', '17.246.15.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21363, '2025-11-28 04:37:54', 'W', '34.169.155.101', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21364, '2025-11-28 04:40:34', 'I', '186.130.39.239', 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/535.1 (KHTML, like Gecko) CriOS/43.0.804.0 Mobile/29S149 Safari/535.1', 'Handheld Browser', 'iPhone'),
(21365, '2025-11-28 04:41:47', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21366, '2025-11-28 04:42:42', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5030.330 Safari/537.36', 'Chrome', 'Windows 10'),
(21367, '2025-11-28 04:44:11', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4818.943 Safari/537.36', 'Chrome', 'Windows 10'),
(21368, '2025-11-28 04:49:26', 'W', '40.77.167.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21369, '2025-11-28 04:50:41', 'W', '17.241.75.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21370, '2025-11-28 04:51:48', 'W', '90.198.56.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(21371, '2025-11-28 04:52:23', 'W', '179.63.35.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21372, '2025-11-28 04:52:41', 'W', '185.89.159.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21373, '2025-11-28 04:54:11', 'W', '152.53.86.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3658.512 Safari/537.36', 'Chrome', 'Windows 10'),
(21374, '2025-11-28 05:00:49', 'A', '103.15.213.16', 'Mozilla/5.0 (Linux; Android 4.1) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/56.0.875.0 Safari/536.1', 'Chrome', 'Android'),
(21375, '2025-11-28 05:03:45', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9766.175 Safari/537.36', 'Chrome', 'Windows 10'),
(21376, '2025-11-28 05:09:54', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21377, '2025-11-28 05:10:04', 'W', '137.135.190.254', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21378, '2025-11-28 05:12:48', 'W', '187.188.9.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21379, '2025-11-28 05:12:49', 'W', '181.50.102.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21380, '2025-11-28 05:15:32', 'W', '152.53.84.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5434.728 Safari/537.36', 'Chrome', 'Windows 10'),
(21381, '2025-11-28 05:16:10', 'W', '69.130.100.110', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_0) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/38.0.897.0 Safari/531.2', 'Chrome', 'Mac OS X'),
(21382, '2025-11-28 05:17:56', 'W', '186.210.74.71', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 7'),
(21383, '2025-11-28 05:22:52', 'W', '91.186.249.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(21384, '2025-11-28 05:25:41', 'W', '89.58.19.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4376.700 Safari/537.36', 'Chrome', 'Windows 10'),
(21385, '2025-11-28 05:27:24', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(21386, '2025-11-28 05:28:47', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8867.914 Safari/537.36', 'Chrome', 'Windows 10'),
(21387, '2025-11-28 05:29:34', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7821.512 Safari/537.36', 'Chrome', 'Windows 10'),
(21388, '2025-11-28 05:30:28', 'W', '165.165.116.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21389, '2025-11-28 05:30:31', 'W', '102.220.149.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21390, '2025-11-28 05:32:23', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6362.292 Safari/537.36', 'Chrome', 'Windows 10'),
(21391, '2025-11-28 05:32:41', 'W', '34.53.109.163', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21392, '2025-11-28 05:43:53', 'W', '17.22.237.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21393, '2025-11-28 05:47:10', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(21394, '2025-11-28 05:47:19', 'W', '34.105.63.255', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21395, '2025-11-28 05:48:09', 'W', '31.148.29.22', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21396, '2025-11-28 05:48:49', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7963.568 Safari/537.36', 'Chrome', 'Windows 10'),
(21397, '2025-11-28 05:50:55', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21398, '2025-11-28 05:51:54', 'W', '94.158.58.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21399, '2025-11-28 05:51:55', 'W', '177.33.84.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21400, '2025-11-28 05:54:33', 'W', '146.174.164.220', 'Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.339 Safari/534.10', 'Chrome', 'Unknown OS Platform'),
(21401, '2025-11-28 05:55:54', 'W', '162.246.109.34', 'Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/40.0.874.0 Safari/533.1', 'Chrome', 'Unknown OS Platform'),
(21402, '2025-11-28 05:58:58', 'W', '34.169.155.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(21403, '2025-11-28 05:59:17', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(21404, '2025-11-28 05:59:53', 'W', '35.230.39.150', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21405, '2025-11-28 06:02:55', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(21406, '2025-11-28 06:03:06', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21407, '2025-11-28 06:03:40', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.6144.868 Safari/537.36', 'Chrome', 'Windows 10'),
(21408, '2025-11-28 06:07:30', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21409, '2025-11-28 06:09:26', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.7926.977 Safari/537.36', 'Chrome', 'Windows 10'),
(21410, '2025-11-28 06:09:41', 'W', '104.196.243.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(21411, '2025-11-28 06:10:29', 'W', '188.68.53.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.9039.655 Safari/537.36', 'Chrome', 'Windows 10'),
(21412, '2025-11-28 06:11:00', 'W', '152.53.20.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8381.285 Safari/537.36', 'Chrome', 'Windows 10'),
(21413, '2025-11-28 06:15:19', 'W', '188.68.33.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1893.571 Safari/537.36', 'Chrome', 'Windows 10'),
(21414, '2025-11-28 06:16:06', 'A', '88.238.194.42', 'Mozilla/5.0 (Linux; Android 3.2) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/55.0.891.0 Safari/534.0', 'Chrome', 'Android'),
(21415, '2025-11-28 06:17:23', 'W', '179.108.237.177', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21416, '2025-11-28 06:17:44', 'I', '5.0.35.239', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; dv-MV) AppleWebKit/532.30.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6532.30.2', 'Handheld Browser', 'iPod'),
(21417, '2025-11-28 06:18:07', 'W', '154.127.176.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(21418, '2025-11-28 06:19:34', 'W', '200.50.227.107', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(21419, '2025-11-28 06:19:52', 'W', '189.71.252.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(21420, '2025-11-28 06:20:32', 'W', '45.65.187.115', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36', 'Chrome', 'Windows 8'),
(21421, '2025-11-28 06:20:40', 'W', '123.20.144.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(21422, '2025-11-28 06:20:53', 'W', '170.247.238.10', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(21423, '2025-11-28 06:21:30', 'W', '14.165.27.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Mac OS X'),
(21424, '2025-11-28 06:22:01', 'W', '14.175.42.191', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(21425, '2025-11-28 06:22:07', 'W', '216.28.193.188', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(21426, '2025-11-28 06:22:15', 'W', '168.205.136.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(21427, '2025-11-28 06:26:07', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21428, '2025-11-28 06:26:31', 'W', '152.53.85.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.1610.797 Safari/537.36', 'Chrome', 'Windows 10'),
(21429, '2025-11-28 06:30:17', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(21430, '2025-11-28 06:30:58', 'W', '17.246.23.126', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21431, '2025-11-28 06:33:07', 'W', '212.252.73.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21432, '2025-11-28 06:33:08', 'W', '176.38.56.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21433, '2025-11-28 06:35:45', 'W', '35.233.176.125', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21434, '2025-11-28 06:46:54', 'W', '207.204.114.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21435, '2025-11-28 06:46:56', 'W', '160.191.208.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21436, '2025-11-28 06:47:38', 'W', '35.247.119.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21437, '2025-11-28 06:56:02', 'W', '138.59.11.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21438, '2025-11-28 06:56:05', 'W', '27.60.167.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21439, '2025-11-28 06:56:29', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21440, '2025-11-28 06:56:52', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21441, '2025-11-28 07:00:31', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6760.432 Safari/537.36', 'Chrome', 'Windows 10'),
(21442, '2025-11-28 07:04:57', 'W', '168.181.51.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21443, '2025-11-28 07:05:06', 'W', '92.253.30.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21444, '2025-11-28 07:07:48', 'W', '102.205.161.10', 'Opera/8.35.(X11; Linux i686; ga-IE) Presto/2.9.183 Version/11.00', 'Opera', 'Linux'),
(21445, '2025-11-28 07:11:00', 'W', '169.224.11.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21446, '2025-11-28 07:12:25', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1736.378 Safari/537.36', 'Chrome', 'Windows 10'),
(21447, '2025-11-28 07:12:30', 'W', '43.173.175.225', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21448, '2025-11-28 07:16:32', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6604.829 Safari/537.36', 'Chrome', 'Windows 10'),
(21449, '2025-11-28 07:16:51', 'W', '14.190.229.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.3538.77 Safari/537.36', 'Chrome', 'Mac OS X'),
(21450, '2025-11-28 07:17:05', 'W', '123.30.125.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(21451, '2025-11-28 07:17:17', 'I', '89.245.18.41', 'Mozilla/5.0 (iPad; CPU iPad OS 7_1_2 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) FxiOS/10.1r3603.0 Mobile/77U747 Safari/534.1', 'Handheld Browser', 'iPad'),
(21452, '2025-11-28 07:18:39', 'W', '179.125.18.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21453, '2025-11-28 07:18:43', 'W', '179.42.183.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21454, '2025-11-28 07:19:42', 'W', '165.22.4.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21455, '2025-11-28 07:19:46', 'W', '24.144.119.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21456, '2025-11-28 07:20:04', 'I', '218.188.253.246', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; wae-CH) AppleWebKit/533.26.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6533.26.5', 'Handheld Browser', 'iPod'),
(21457, '2025-11-28 07:20:07', 'W', '5.45.133.154', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Windows 7'),
(21458, '2025-11-28 07:20:08', 'W', '39.38.128.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(21459, '2025-11-28 07:20:33', 'W', '45.177.222.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(21460, '2025-11-28 07:21:16', 'W', '186.183.102.187', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(21461, '2025-11-28 07:23:45', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21462, '2025-11-28 07:24:47', 'W', '181.23.224.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21463, '2025-11-28 07:24:54', 'W', '156.206.127.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21464, '2025-11-28 07:25:06', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21465, '2025-11-28 07:26:56', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.5544.932 Safari/537.36', 'Chrome', 'Windows 10'),
(21466, '2025-11-28 07:29:18', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21467, '2025-11-28 07:31:59', 'I', '91.198.101.106', 'Mozilla/5.0 (iPad; CPU iPad OS 17_4_1 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) FxiOS/13.3n9328.0 Mobile/65C970 Safari/534.1', 'Handheld Browser', 'iPad'),
(21468, '2025-11-28 07:32:51', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21469, '2025-11-28 07:32:59', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21470, '2025-11-28 07:35:21', 'W', '202.61.197.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.8981.541 Safari/537.36', 'Chrome', 'Windows 10'),
(21471, '2025-11-28 07:35:40', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4626.326 Safari/537.36', 'Chrome', 'Windows 10'),
(21472, '2025-11-28 07:37:55', 'W', '17.22.245.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21473, '2025-11-28 07:40:42', 'I', '35.144.66.22', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; byn-ER) AppleWebKit/534.21.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6534.21.2', 'Handheld Browser', 'iPod'),
(21474, '2025-11-28 07:42:00', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21475, '2025-11-28 07:43:53', 'W', '152.53.54.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3739.904 Safari/537.36', 'Chrome', 'Windows 10'),
(21476, '2025-11-28 07:43:59', 'W', '43.173.177.248', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21477, '2025-11-28 07:44:31', 'W', '47.128.71.54', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21478, '2025-11-28 07:44:31', 'W', '47.128.71.54', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21479, '2025-11-28 07:44:31', 'W', '47.128.71.54', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21480, '2025-11-28 07:44:31', 'W', '47.128.71.54', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21481, '2025-11-28 07:44:47', 'W', '47.128.71.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21482, '2025-11-28 07:47:29', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9931.981 Safari/537.36', 'Chrome', 'Windows 10'),
(21483, '2025-11-28 07:48:35', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3728.557 Safari/537.36', 'Chrome', 'Windows 10'),
(21484, '2025-11-28 07:55:54', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21485, '2025-11-28 07:55:54', 'W', '34.168.43.39', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(21486, '2025-11-28 07:55:58', 'W', '179.241.50.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21487, '2025-11-28 07:58:50', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1317.598 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(21488, '2025-11-28 08:00:34', 'W', '202.76.187.105', 'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 ( .NET CLR 3.5.30729; .NET4.0E)', 'Firefox', 'Windows Server 2003/XP x64'),
(21489, '2025-11-28 08:00:35', 'W', '47.128.146.56', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21490, '2025-11-28 08:00:47', 'W', '47.128.146.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21491, '2025-11-28 08:01:18', 'W', '177.195.123.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21492, '2025-11-28 08:01:18', 'W', '177.16.32.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21493, '2025-11-28 08:01:22', 'W', '152.53.85.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3878.131 Safari/537.36', 'Chrome', 'Windows 10'),
(21494, '2025-11-28 08:01:55', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2450.900 Safari/537.36', 'Chrome', 'Windows 10'),
(21495, '2025-11-28 08:03:24', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5648.275 Safari/537.36', 'Chrome', 'Windows 10'),
(21496, '2025-11-28 08:03:36', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(21497, '2025-11-28 08:06:53', 'W', '188.48.238.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21498, '2025-11-28 08:06:55', 'W', '185.117.151.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21499, '2025-11-28 08:08:40', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7030.785 Safari/537.36', 'Chrome', 'Windows 10'),
(21500, '2025-11-28 08:08:43', 'W', '49.145.116.72', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/5968-06-03 16:34:05.244858 Firefox/3.6.14', 'Firefox', 'Linux'),
(21501, '2025-11-28 08:09:33', 'W', '77.247.90.188', 'Opera/8.62.(Windows NT 6.2; tn-ZA) Presto/2.9.174 Version/11.00', 'Opera', 'Windows 8'),
(21502, '2025-11-28 08:10:19', 'W', '189.84.181.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21503, '2025-11-28 08:10:20', 'W', '45.232.88.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21504, '2025-11-28 08:12:16', 'W', '38.137.59.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21505, '2025-11-28 08:12:20', 'W', '119.93.143.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_9 rv:3.0; tr-TR) AppleWebKit/531.32.3 (KHTML, like Gecko) Version/5.0 Safari/531.32.3', 'Safari', 'Mac OS X'),
(21506, '2025-11-28 08:12:24', 'W', '200.181.252.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21507, '2025-11-28 08:17:09', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21508, '2025-11-28 08:17:13', 'W', '167.250.40.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(21509, '2025-11-28 08:17:16', 'W', '14.190.40.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21510, '2025-11-28 08:17:21', 'W', '136.117.4.28', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21511, '2025-11-28 08:17:23', 'W', '154.255.56.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21512, '2025-11-28 08:19:05', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3570.438 Safari/537.36', 'Chrome', 'Windows 10'),
(21513, '2025-11-28 08:19:51', 'W', '14.164.202.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(21514, '2025-11-28 08:20:54', 'W', '119.73.116.132', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(21515, '2025-11-28 08:21:16', 'W', '169.224.104.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21516, '2025-11-28 08:21:19', 'W', '109.107.253.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21517, '2025-11-28 08:21:32', 'W', '170.82.50.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Windows 10'),
(21518, '2025-11-28 08:21:47', 'W', '131.196.41.213', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 7'),
(21519, '2025-11-28 08:21:52', 'W', '181.52.136.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(21520, '2025-11-28 08:22:07', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21521, '2025-11-28 08:23:45', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21522, '2025-11-28 08:23:53', 'W', '157.85.213.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(21523, '2025-11-28 08:24:22', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(21524, '2025-11-28 08:25:01', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9692.314 Safari/537.36', 'Chrome', 'Windows 10'),
(21525, '2025-11-28 08:28:19', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(21526, '2025-11-28 08:29:08', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7407.741 Safari/537.36', 'Chrome', 'Windows 10'),
(21527, '2025-11-28 08:29:09', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6143.462 Safari/537.36', 'Chrome', 'Windows 10'),
(21528, '2025-11-28 08:29:18', 'W', '66.249.66.36', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(21529, '2025-11-28 08:33:01', 'W', '202.61.225.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4342.999 Safari/537.36', 'Chrome', 'Windows 10'),
(21530, '2025-11-28 08:34:33', 'W', '67.43.54.10', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(21531, '2025-11-28 08:35:33', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3679.578 Safari/537.36', 'Chrome', 'Windows 10'),
(21532, '2025-11-28 08:36:08', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4214.350 Safari/537.36', 'Chrome', 'Windows 10'),
(21533, '2025-11-28 08:37:14', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9841.502 Safari/537.36', 'Chrome', 'Windows 10'),
(21534, '2025-11-28 08:44:29', 'W', '35.233.176.125', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(21535, '2025-11-28 08:46:34', 'W', '194.44.27.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21536, '2025-11-28 08:46:37', 'W', '197.184.126.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21537, '2025-11-28 08:51:18', 'I', '161.8.175.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/22.0.845.0 Mobile/03E911 Safari/535.2', 'Handheld Browser', 'iPhone'),
(21538, '2025-11-28 08:51:57', 'W', '201.94.145.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21539, '2025-11-28 08:52:00', 'W', '189.142.29.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21540, '2025-11-28 08:54:59', 'I', '85.254.65.44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(21541, '2025-11-28 08:55:06', 'W', '31.56.130.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21542, '2025-11-28 08:56:28', 'W', '49.150.66.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21543, '2025-11-28 08:56:30', 'W', '45.229.82.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21544, '2025-11-28 08:56:45', 'W', '170.84.46.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21545, '2025-11-28 08:56:49', 'W', '38.222.190.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21546, '2025-11-28 08:58:29', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2766.147 Safari/537.36', 'Chrome', 'Windows 10'),
(21547, '2025-11-28 09:01:51', 'W', '152.53.33.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7404.384 Safari/537.36', 'Chrome', 'Windows 10'),
(21548, '2025-11-28 09:03:49', 'W', '38.137.23.230', 'Opera/9.68.(X11; Linux x86_64; ky-KG) Presto/2.9.187 Version/12.00', 'Opera', 'Linux'),
(21549, '2025-11-28 09:07:11', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6711.341 Safari/537.36', 'Chrome', 'Windows 10'),
(21550, '2025-11-28 09:07:55', 'W', '159.223.161.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21551, '2025-11-28 09:07:55', 'W', '181.116.178.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21552, '2025-11-28 09:10:34', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9505.138 Safari/537.36', 'Chrome', 'Windows 10'),
(21553, '2025-11-28 09:11:34', 'I', '154.208.48.220', 'Mozilla/5.0 (iPad; CPU iPad OS 9_3_6 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/49.0.840.0 Mobile/43I841 Safari/536.2', 'Handheld Browser', 'iPad'),
(21554, '2025-11-28 09:12:02', 'W', '103.179.22.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21555, '2025-11-28 09:16:44', 'W', '190.5.43.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4880.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(21556, '2025-11-28 09:16:52', 'W', '45.183.250.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21557, '2025-11-28 09:16:52', 'W', '103.118.77.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21558, '2025-11-28 09:17:31', 'W', '138.59.221.197', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(21559, '2025-11-28 09:17:32', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7923.466 Safari/537.36', 'Chrome', 'Windows 10'),
(21560, '2025-11-28 09:17:38', 'W', '179.6.47.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Windows 10'),
(21561, '2025-11-28 09:18:48', 'W', '88.228.121.209', 'Opera/8.25.(Windows NT 5.1; ve-ZA) Presto/2.9.183 Version/10.00', 'Opera', 'Windows XP'),
(21562, '2025-11-28 09:19:57', 'W', '5.45.143.156', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(21563, '2025-11-28 09:20:02', 'W', '177.12.24.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36', 'Chrome', 'Windows 10'),
(21564, '2025-11-28 09:20:59', 'W', '41.201.83.253', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36', 'Chrome', 'Windows XP'),
(21565, '2025-11-28 09:21:12', 'W', '212.241.8.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21566, '2025-11-28 09:22:36', 'W', '92.114.227.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(21567, '2025-11-28 09:22:36', 'W', '170.231.134.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(21568, '2025-11-28 09:24:38', 'W', '5.252.227.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5623.666 Safari/537.36', 'Chrome', 'Windows 10'),
(21569, '2025-11-28 09:26:15', 'I', '136.158.24.200', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; brx-IN) AppleWebKit/535.36.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6535.36.7', 'Handheld Browser', 'iPod'),
(21570, '2025-11-28 09:26:27', 'W', '196.190.154.91', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/37.0.876.0 Safari/536.1', 'Chrome', 'Linux'),
(21571, '2025-11-28 09:26:27', 'W', '89.58.12.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6195.322 Safari/537.36', 'Chrome', 'Windows 10'),
(21572, '2025-11-28 09:28:35', 'W', '103.108.61.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21573, '2025-11-28 09:28:37', 'W', '94.232.26.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21574, '2025-11-28 09:30:03', 'W', '89.58.29.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4610.133 Safari/537.36', 'Chrome', 'Windows 10'),
(21575, '2025-11-28 09:37:21', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3900.770 Safari/537.36', 'Chrome', 'Windows 10'),
(21576, '2025-11-28 09:38:14', 'W', '40.84.221.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21577, '2025-11-28 09:45:59', 'W', '37.120.187.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1224.842 Safari/537.36', 'Chrome', 'Windows 10'),
(21578, '2025-11-28 09:46:00', 'W', '200.120.11.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21579, '2025-11-28 09:46:03', 'W', '103.244.172.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21580, '2025-11-28 09:47:11', 'W', '103.149.240.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21581, '2025-11-28 09:47:12', 'W', '197.185.163.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21582, '2025-11-28 09:52:26', 'A', '181.188.15.118', 'Mozilla/5.0 (Linux; Android 2.2.1) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/53.0.871.0 Safari/533.0', 'Chrome', 'Android'),
(21583, '2025-11-28 09:58:27', 'W', '146.174.176.186', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.34 (KHTML, like Gecko) Dooble/1.40 Safari/534.34', 'Safari', 'Windows XP'),
(21584, '2025-11-28 09:59:12', 'W', '14.192.148.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21585, '2025-11-28 09:59:21', 'W', '45.226.6.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21586, '2025-11-28 09:59:31', 'W', '198.199.65.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21587, '2025-11-28 10:04:41', 'W', '176.117.106.52', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/9093-04-13 15:30:50.424561 Firefox/3.6.4', 'Firefox', 'Linux'),
(21588, '2025-11-28 10:07:59', 'W', '152.53.110.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6295.549 Safari/537.36', 'Chrome', 'Windows 10'),
(21589, '2025-11-28 10:10:10', 'W', '176.29.167.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21590, '2025-11-28 10:10:11', 'W', '188.53.217.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21591, '2025-11-28 10:10:53', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6939.456 Safari/537.36', 'Chrome', 'Windows 10'),
(21592, '2025-11-28 10:14:11', 'W', '223.204.231.117', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_0) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/45.0.871.0 Safari/532.2', 'Chrome', 'Mac OS X'),
(21593, '2025-11-28 10:14:11', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8386.603 Safari/537.36', 'Chrome', 'Windows 10'),
(21594, '2025-11-28 10:17:15', 'A', '102.211.213.58', 'Mozilla/5.0 (Android 4.4.2; Mobile; rv:67.0) Gecko/67.0 Firefox/67.0', 'Handheld Browser', 'Android'),
(21595, '2025-11-28 10:19:03', 'W', '196.117.54.152', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(21596, '2025-11-28 10:19:29', 'W', '202.76.169.197', 'Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.2.12) Gecko/20101026 SUSE/3.6.12-0.7.1 Firefox/3.6.12', 'Firefox', 'Linux'),
(21597, '2025-11-28 10:20:14', 'W', '197.92.203.67', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36', 'Chrome', 'Windows 10'),
(21598, '2025-11-28 10:21:11', 'W', '102.100.234.236', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21599, '2025-11-28 10:21:12', 'W', '113.191.195.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(21600, '2025-11-28 10:23:33', 'W', '186.224.150.69', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21601, '2025-11-28 10:26:59', 'W', '94.23.188.199', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(21602, '2025-11-28 10:27:48', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5445.705 Safari/537.36', 'Chrome', 'Windows 10'),
(21603, '2025-11-28 10:38:38', 'W', '54.235.81.43', 'Mozilla/5.0 AppleWebKit/605.1.15 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/605.1.15', 'Chrome', 'Unknown OS Platform'),
(21604, '2025-11-28 10:39:57', 'W', '152.53.16.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1871.895 Safari/537.36', 'Chrome', 'Windows 10'),
(21605, '2025-11-28 10:45:52', 'W', '152.53.86.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5880.976 Safari/537.36', 'Chrome', 'Windows 10'),
(21606, '2025-11-28 10:47:25', 'W', '89.58.16.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4976.293 Safari/537.36', 'Chrome', 'Windows 10'),
(21607, '2025-11-28 10:48:32', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21608, '2025-11-28 10:49:29', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(21609, '2025-11-28 10:49:59', 'W', '152.53.85.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5295.320 Safari/537.36', 'Chrome', 'Windows 10'),
(21610, '2025-11-28 10:52:21', 'W', '57.141.4.4', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(21611, '2025-11-28 10:54:54', 'W', '152.53.2.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9949.653 Safari/537.36', 'Chrome', 'Windows 10'),
(21612, '2025-11-28 10:56:17', 'W', '17.241.219.156', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21613, '2025-11-28 10:57:36', 'W', '200.53.199.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21614, '2025-11-28 10:57:40', 'W', '200.33.130.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21615, '2025-11-28 11:00:04', 'W', '105.245.4.63', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/532.30.2 (KHTML, like Gecko) Version/4.0.3 Safari/532.30.2', 'Safari', 'Unknown OS Platform'),
(21616, '2025-11-28 11:01:52', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5518.736 Safari/537.36', 'Chrome', 'Windows 10'),
(21617, '2025-11-28 11:01:55', 'W', '45.118.70.141', 'Opera/8.63.(Windows 95; sl-SI) Presto/2.9.172 Version/11.00', 'Opera', 'Unknown OS Platform'),
(21618, '2025-11-28 11:02:28', 'W', '13.212.76.226', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21619, '2025-11-28 11:02:42', 'W', '13.212.76.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21620, '2025-11-28 11:04:20', 'W', '201.20.90.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21621, '2025-11-28 11:04:21', 'W', '80.40.7.63', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/57.0.845.0 Safari/531.2', 'Chrome', 'Windows XP'),
(21622, '2025-11-28 11:06:20', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21623, '2025-11-28 11:08:34', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(21624, '2025-11-28 11:12:33', 'W', '178.233.124.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21625, '2025-11-28 11:12:34', 'W', '185.97.92.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21626, '2025-11-28 11:13:22', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21627, '2025-11-28 11:14:20', 'W', '57.141.4.13', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(21628, '2025-11-28 11:20:06', 'W', '34.11.181.209', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21629, '2025-11-28 11:20:45', 'W', '89.58.44.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2150.616 Safari/537.36', 'Chrome', 'Windows 10'),
(21630, '2025-11-28 11:20:52', 'W', '177.10.17.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(21631, '2025-11-28 11:21:22', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6964.743 Safari/537.36', 'Chrome', 'Windows 10'),
(21632, '2025-11-28 11:22:05', 'W', '136.117.80.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21633, '2025-11-28 11:22:56', 'W', '2.50.217.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(21634, '2025-11-28 11:24:44', 'A', '217.218.145.171', 'Mozilla/5.0 (Linux; Android 4.2) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/21.0.848.0 Safari/536.2', 'Chrome', 'Android'),
(21635, '2025-11-28 11:27:14', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21636, '2025-11-28 11:27:21', 'W', '52.221.243.65', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(21637, '2025-11-28 11:27:34', 'W', '52.221.243.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(21638, '2025-11-28 11:27:48', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6175.542 Safari/537.36', 'Chrome', 'Windows 10'),
(21639, '2025-11-28 11:28:21', 'W', '112.204.213.219', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; Trident/4.1)', 'Internet Explorer', 'Windows 10'),
(21640, '2025-11-28 11:30:53', 'W', '152.53.16.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6893.386 Safari/537.36', 'Chrome', 'Windows 10'),
(21641, '2025-11-28 11:34:39', 'W', '152.53.84.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4017.777 Safari/537.36', 'Chrome', 'Windows 10'),
(21642, '2025-11-28 11:44:04', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(21643, '2025-11-28 11:47:09', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9829.223 Safari/537.36', 'Chrome', 'Windows 10'),
(21644, '2025-11-28 11:49:02', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21645, '2025-11-28 11:49:29', 'W', '181.93.105.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21646, '2025-11-28 11:49:40', 'W', '14.192.215.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21647, '2025-11-28 11:51:07', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2352.632 Safari/537.36', 'Chrome', 'Windows 10'),
(21648, '2025-11-28 11:52:24', 'W', '185.204.68.205', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; Trident/5.1)', 'Internet Explorer', 'Windows 10'),
(21649, '2025-11-28 11:52:51', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3149.937 Safari/537.36', 'Chrome', 'Windows 10'),
(21650, '2025-11-28 11:53:07', 'W', '152.53.84.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8125.762 Safari/537.36', 'Chrome', 'Windows 10'),
(21651, '2025-11-28 11:56:41', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8490.516 Safari/537.36', 'Chrome', 'Windows 10'),
(21652, '2025-11-28 11:56:58', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(21653, '2025-11-28 11:57:31', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(21654, '2025-11-28 12:01:22', 'W', '117.243.76.88', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_1; rv:1.9.5.20) Gecko/8865-04-05 04:59:33.108154 Firefox/3.6.8', 'Firefox', 'Mac OS X'),
(21655, '2025-11-28 12:06:27', 'A', '47.128.63.18', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21656, '2025-11-28 12:06:27', 'A', '47.128.124.120', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21657, '2025-11-28 12:06:50', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1149.114 Safari/537.36', 'Chrome', 'Windows 10'),
(21658, '2025-11-28 12:07:14', 'A', '47.128.97.243', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(21659, '2025-11-28 12:10:13', 'W', '136.117.34.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(21660, '2025-11-28 12:12:23', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21661, '2025-11-28 12:13:35', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21662, '2025-11-28 12:14:01', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3909.542 Safari/537.36', 'Chrome', 'Windows 10'),
(21663, '2025-11-28 12:17:08', 'W', '197.37.69.37', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Windows 7'),
(21664, '2025-11-28 12:17:41', 'W', '45.182.141.181', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.47 Safari/537.36', 'Chrome', 'Windows 7'),
(21665, '2025-11-28 12:18:30', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8995.737 Safari/537.36', 'Chrome', 'Windows 10'),
(21666, '2025-11-28 12:19:35', 'W', '113.186.229.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(21667, '2025-11-28 12:20:29', 'W', '103.124.99.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 CravingExplorer/2.4.1', 'Chrome', 'Windows 10'),
(21668, '2025-11-28 12:22:15', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1266.677 Safari/537.36', 'Chrome', 'Windows 10'),
(21669, '2025-11-28 12:22:30', 'W', '78.154.164.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(21670, '2025-11-28 12:27:33', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7225.824 Safari/537.36', 'Chrome', 'Windows 10'),
(21671, '2025-11-28 12:27:34', 'W', '89.58.41.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8869.189 Safari/537.36', 'Chrome', 'Windows 10'),
(21672, '2025-11-28 12:27:53', 'W', '198.199.121.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21673, '2025-11-28 12:27:55', 'W', '196.117.165.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21674, '2025-11-28 12:33:02', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21675, '2025-11-28 12:34:49', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21676, '2025-11-28 12:41:32', 'W', '188.68.59.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7644.534 Safari/537.36', 'Chrome', 'Windows 10'),
(21677, '2025-11-28 12:41:55', 'W', '37.120.187.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9434.567 Safari/537.36', 'Chrome', 'Windows 10'),
(21678, '2025-11-28 12:42:01', 'W', '152.53.132.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4233.612 Safari/537.36', 'Chrome', 'Windows 10'),
(21679, '2025-11-28 12:42:04', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21680, '2025-11-28 12:44:25', 'W', '103.135.253.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21681, '2025-11-28 12:44:27', 'W', '91.246.101.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21682, '2025-11-28 12:44:54', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21683, '2025-11-28 12:46:10', 'W', '34.83.201.183', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21684, '2025-11-28 12:46:40', 'W', '41.133.220.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21685, '2025-11-28 12:46:40', 'I', '197.184.66.81', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; tl-PH) AppleWebKit/533.12.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6533.12.1', 'Handheld Browser', 'iPod'),
(21686, '2025-11-28 12:46:42', 'W', '193.38.33.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21687, '2025-11-28 12:49:17', 'W', '152.53.87.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5122.505 Safari/537.36', 'Chrome', 'Windows 10'),
(21688, '2025-11-28 12:50:08', 'I', '200.82.192.5', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; fy-NL) AppleWebKit/533.11.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6533.11.4', 'Handheld Browser', 'iPod'),
(21689, '2025-11-28 12:50:09', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21690, '2025-11-28 12:54:40', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21691, '2025-11-28 12:55:27', 'W', '136.117.34.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21692, '2025-11-28 12:56:02', 'W', '35.230.39.150', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(21693, '2025-11-28 13:05:46', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2484.467 Safari/537.36', 'Chrome', 'Windows 10'),
(21694, '2025-11-28 13:07:19', 'W', '152.53.87.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2413.509 Safari/537.36', 'Chrome', 'Windows 10'),
(21695, '2025-11-28 13:07:35', 'W', '223.181.96.15', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trident/5.1)', 'Internet Explorer', 'Windows XP'),
(21696, '2025-11-28 13:08:17', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4935.153 Safari/537.36', 'Chrome', 'Windows 10'),
(21697, '2025-11-28 13:08:38', 'W', '152.53.18.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8425.796 Safari/537.36', 'Chrome', 'Windows 10'),
(21698, '2025-11-28 13:11:15', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4139.760 Safari/537.36', 'Chrome', 'Windows 10'),
(21699, '2025-11-28 13:11:17', 'W', '137.184.24.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21700, '2025-11-28 13:11:21', 'W', '38.156.237.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21701, '2025-11-28 13:15:03', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4287.865 Safari/537.36', 'Chrome', 'Windows 10'),
(21702, '2025-11-28 13:15:45', 'W', '137.184.192.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21703, '2025-11-28 13:15:47', 'W', '45.173.123.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21704, '2025-11-28 13:16:38', 'W', '197.214.196.101', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Windows 10'),
(21705, '2025-11-28 13:17:05', 'W', '45.238.155.209', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 10'),
(21706, '2025-11-28 13:18:17', 'W', '113.182.238.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21707, '2025-11-28 13:18:19', 'W', '45.5.47.185', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(21708, '2025-11-28 13:18:49', 'W', '167.62.164.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'Chrome', 'Mac OS X'),
(21709, '2025-11-28 13:19:46', 'W', '103.103.35.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Windows 10'),
(21710, '2025-11-28 13:19:46', 'W', '45.173.30.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'Chrome', 'Windows 10'),
(21711, '2025-11-28 13:20:11', 'W', '187.0.234.19', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(21712, '2025-11-28 13:20:55', 'W', '152.53.102.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9155.883 Safari/537.36', 'Chrome', 'Windows 10'),
(21713, '2025-11-28 13:22:38', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4243.647 Safari/537.36', 'Chrome', 'Windows 10'),
(21714, '2025-11-28 13:24:08', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21715, '2025-11-28 13:26:02', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21716, '2025-11-28 13:28:47', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21717, '2025-11-28 13:29:46', 'W', '109.224.242.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21718, '2025-11-28 13:29:56', 'W', '176.42.20.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21719, '2025-11-28 13:32:35', 'W', '138.94.164.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21720, '2025-11-28 13:32:39', 'W', '167.57.98.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21721, '2025-11-28 13:33:52', 'W', '177.125.95.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21722, '2025-11-28 13:33:53', 'W', '187.188.49.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21723, '2025-11-28 13:37:06', 'W', '82.167.80.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21724, '2025-11-28 13:37:09', 'W', '138.59.227.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21725, '2025-11-28 13:48:42', 'W', '176.88.191.244', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/54.0.854.0 Safari/532.2', 'Chrome', 'Linux'),
(21726, '2025-11-28 13:50:06', 'W', '17.246.19.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21727, '2025-11-28 13:50:19', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8742.556 Safari/537.36', 'Chrome', 'Windows 10'),
(21728, '2025-11-28 13:54:06', 'W', '35.233.176.125', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21729, '2025-11-28 13:55:44', 'W', '62.205.200.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21730, '2025-11-28 13:55:44', 'W', '170.238.105.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21731, '2025-11-28 13:57:58', 'W', '169.224.86.74', 'Opera/9.25.(X11; Linux i686; mg-MG) Presto/2.9.174 Version/11.00', 'Opera', 'Linux'),
(21732, '2025-11-28 13:59:27', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21733, '2025-11-28 14:00:13', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21734, '2025-11-28 14:04:09', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(21735, '2025-11-28 14:04:32', 'W', '103.188.136.98', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/3.0)', 'Internet Explorer', 'Windows 8'),
(21736, '2025-11-28 14:09:12', 'W', '179.127.130.104', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/3960-08-29 16:50:05.699005 Firefox/3.6.18', 'Firefox', 'Linux'),
(21737, '2025-11-28 14:09:40', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21738, '2025-11-28 14:11:11', 'W', '152.53.86.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6387.621 Safari/537.36', 'Chrome', 'Windows 10'),
(21739, '2025-11-28 14:14:16', 'W', '41.208.191.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21740, '2025-11-28 14:14:19', 'W', '197.120.248.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21741, '2025-11-28 14:14:31', 'W', '185.236.213.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21742, '2025-11-28 14:17:04', 'W', '158.173.21.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Mac OS X'),
(21743, '2025-11-28 14:17:19', 'W', '181.116.81.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21744, '2025-11-28 14:17:20', 'W', '39.52.155.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21745, '2025-11-28 14:17:27', 'W', '89.58.46.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6373.685 Safari/537.36', 'Chrome', 'Windows 10'),
(21746, '2025-11-28 14:18:30', 'W', '113.176.180.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(21747, '2025-11-28 14:19:29', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21748, '2025-11-28 14:19:40', 'W', '190.52.68.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Mac OS X'),
(21749, '2025-11-28 14:19:55', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(21750, '2025-11-28 14:20:05', 'W', '170.238.21.65', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36', 'Chrome', 'Windows 10'),
(21751, '2025-11-28 14:20:09', 'W', '72.255.19.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21752, '2025-11-28 14:20:10', 'W', '188.118.71.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21753, '2025-11-28 14:21:01', 'W', '89.58.12.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4958.509 Safari/537.36', 'Chrome', 'Windows 10'),
(21754, '2025-11-28 14:21:16', 'W', '113.164.118.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4582.189 Safari/537.36', 'Chrome', 'Mac OS X'),
(21755, '2025-11-28 14:21:27', 'W', '38.52.198.16', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21756, '2025-11-28 14:22:57', 'W', '185.244.154.186', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4868.173 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21757, '2025-11-28 14:23:57', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9165.367 Safari/537.36', 'Chrome', 'Windows 10'),
(21758, '2025-11-28 14:24:57', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(21759, '2025-11-28 14:31:03', 'W', '197.45.237.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21760, '2025-11-28 14:31:07', 'W', '122.162.147.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21761, '2025-11-28 14:31:31', 'W', '176.29.112.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21762, '2025-11-28 14:31:32', 'W', '137.184.23.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21763, '2025-11-28 14:31:37', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21764, '2025-11-28 14:33:59', 'W', '138.121.113.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21765, '2025-11-28 14:34:04', 'W', '49.36.178.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21766, '2025-11-28 14:39:15', 'W', '212.47.136.218', 'Opera/8.91.(Windows NT 11.0; hy-AM) Presto/2.9.189 Version/10.00', 'Opera', 'Unknown OS Platform'),
(21767, '2025-11-28 14:41:42', 'W', '136.117.4.28', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21768, '2025-11-28 14:43:39', 'W', '103.84.128.10', 'Mozilla/5.0 (Windows 98; mhr-RU; rv:1.9.2.20) Gecko/2340-01-18 16:59:43.372387 Firefox/15.0', 'Firefox', 'Unknown OS Platform'),
(21769, '2025-11-28 14:44:42', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1967.693 Safari/537.36', 'Chrome', 'Windows 10'),
(21770, '2025-11-28 14:46:13', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9174.211 Safari/537.36', 'Chrome', 'Windows 10'),
(21771, '2025-11-28 14:47:01', 'W', '89.58.16.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9557.406 Safari/537.36', 'Chrome', 'Windows 10'),
(21772, '2025-11-28 14:48:13', 'W', '74.103.230.44', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_2 rv:3.0; tcy-IN) AppleWebKit/535.45.1 (KHTML, like Gecko) Version/4.0 Safari/535.45.1', 'Safari', 'Mac OS X'),
(21773, '2025-11-28 14:53:48', 'W', '84.54.70.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21774, '2025-11-28 14:55:35', 'I', '189.126.82.207', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_6 like Mac OS X) AppleWebKit/532.0 (KHTML, like Gecko) CriOS/27.0.853.0 Mobile/02U980 Safari/532.0', 'Handheld Browser', 'iPhone'),
(21775, '2025-11-28 14:59:24', 'W', '74.7.35.124', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21776, '2025-11-28 15:00:39', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8227.288 Safari/537.36', 'Chrome', 'Windows 10'),
(21777, '2025-11-28 15:01:23', 'W', '109.245.168.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21778, '2025-11-28 15:01:24', 'W', '200.8.77.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21779, '2025-11-28 15:03:15', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21780, '2025-11-28 15:04:05', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1486.678 Safari/537.36', 'Chrome', 'Windows 10'),
(21781, '2025-11-28 15:09:06', 'W', '17.246.15.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21782, '2025-11-28 15:10:49', 'W', '14.187.140.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21783, '2025-11-28 15:10:52', 'W', '125.163.18.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21784, '2025-11-28 15:12:29', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(21785, '2025-11-28 15:15:15', 'W', '189.232.55.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21786, '2025-11-28 15:15:32', 'W', '14.190.145.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21787, '2025-11-28 15:16:47', 'W', '179.130.179.107', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.107 Safari/537.36', 'Chrome', 'Windows 7'),
(21788, '2025-11-28 15:16:57', 'W', '103.237.39.8', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5118.205 Safari/537.36', 'Chrome', 'Windows 10'),
(21789, '2025-11-28 15:17:01', 'W', '154.127.152.219', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(21790, '2025-11-28 15:18:32', 'W', '35.247.119.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(21791, '2025-11-28 15:18:57', 'W', '178.120.48.217', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(21792, '2025-11-28 15:19:49', 'W', '152.58.56.173', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36', 'Chrome', 'Windows XP'),
(21793, '2025-11-28 15:19:58', 'W', '45.178.207.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(21794, '2025-11-28 15:20:28', 'W', '35.233.176.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21795, '2025-11-28 15:21:45', 'W', '182.182.28.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(21796, '2025-11-28 15:21:52', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(21797, '2025-11-28 15:22:19', 'W', '103.140.87.156', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2510 AOLBUILD/11.0.2510 Safari/537.36', 'Chrome', 'Windows 7'),
(21798, '2025-11-28 15:24:25', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2045.773 Safari/537.36', 'Chrome', 'Windows 10'),
(21799, '2025-11-28 15:25:32', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21800, '2025-11-28 15:26:00', 'W', '17.246.23.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21801, '2025-11-28 15:30:11', 'W', '5.45.109.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1697.772 Safari/537.36', 'Chrome', 'Windows 10'),
(21802, '2025-11-28 15:30:12', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4149.360 Safari/537.36', 'Chrome', 'Windows 10'),
(21803, '2025-11-28 15:30:55', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21804, '2025-11-28 15:31:27', 'W', '192.140.119.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21805, '2025-11-28 15:31:31', 'W', '177.22.171.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21806, '2025-11-28 15:31:39', 'W', '136.117.34.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(21807, '2025-11-28 15:31:49', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21808, '2025-11-28 15:33:18', 'W', '80.6.112.76', 'Opera/9.17.(X11; Linux i686; sv-FI) Presto/2.9.177 Version/10.00', 'Opera', 'Linux'),
(21809, '2025-11-28 15:34:42', 'W', '17.241.219.164', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21810, '2025-11-28 15:34:59', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21811, '2025-11-28 15:35:46', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(21812, '2025-11-28 15:36:28', 'W', '38.191.37.6', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_7; rv:1.9.2.20) Gecko/2371-06-01 22:43:25.944237 Firefox/9.0', 'Firefox', 'Mac OS X'),
(21813, '2025-11-28 15:37:13', 'W', '45.15.43.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21814, '2025-11-28 15:37:19', 'W', '59.103.221.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21815, '2025-11-28 15:38:41', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21816, '2025-11-28 15:38:47', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21817, '2025-11-28 15:39:06', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21818, '2025-11-28 15:42:57', 'W', '103.108.130.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21819, '2025-11-28 15:43:02', 'W', '213.230.86.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21820, '2025-11-28 15:45:04', 'W', '168.121.42.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21821, '2025-11-28 15:45:05', 'W', '103.155.166.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21822, '2025-11-28 15:45:17', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(21823, '2025-11-28 15:45:50', 'W', '172.213.21.151', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21824, '2025-11-28 15:45:50', 'W', '172.213.21.155', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21825, '2025-11-28 15:45:54', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5798.554 Safari/537.36', 'Chrome', 'Windows 10'),
(21826, '2025-11-28 15:46:07', 'W', '17.241.219.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21827, '2025-11-28 15:46:12', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21828, '2025-11-28 15:46:49', 'W', '52.167.144.212', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(21829, '2025-11-28 15:47:19', 'W', '146.174.180.44', 'Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30', 'Chrome', 'Linux'),
(21830, '2025-11-28 15:48:00', 'W', '17.246.19.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21831, '2025-11-28 15:48:23', 'W', '152.237.180.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21832, '2025-11-28 15:48:32', 'W', '102.138.126.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21833, '2025-11-28 15:52:29', 'W', '34.169.225.21', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21834, '2025-11-28 15:52:29', 'W', '157.230.227.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21835, '2025-11-28 15:52:37', 'W', '157.49.167.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21836, '2025-11-28 15:58:28', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8319.923 Safari/537.36', 'Chrome', 'Windows 10'),
(21837, '2025-11-28 16:01:10', 'W', '41.13.90.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21838, '2025-11-28 16:01:45', 'W', '103.58.4.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_7 rv:4.0; lo-LA) AppleWebKit/534.31.7 (KHTML, like Gecko) Version/5.1 Safari/534.31.7', 'Safari', 'Mac OS X'),
(21839, '2025-11-28 16:07:15', 'W', '138.84.59.73', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(21840, '2025-11-28 16:08:12', 'W', '112.200.9.15', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_4 rv:5.0; es-PY) AppleWebKit/535.18.2 (KHTML, like Gecko) Version/4.1 Safari/535.18.2', 'Safari', 'Mac OS X'),
(21841, '2025-11-28 16:10:04', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21842, '2025-11-28 16:10:08', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7883.965 Safari/537.36', 'Chrome', 'Windows 10'),
(21843, '2025-11-28 16:11:23', 'W', '154.253.79.84', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(21844, '2025-11-28 16:13:41', 'W', '136.117.80.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21845, '2025-11-28 16:14:49', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21846, '2025-11-28 16:15:22', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5193.264 Safari/537.36', 'Chrome', 'Windows 10'),
(21847, '2025-11-28 16:25:52', 'W', '17.241.75.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21848, '2025-11-28 16:28:00', 'W', '188.68.36.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3807.113 Safari/537.36', 'Chrome', 'Windows 10'),
(21849, '2025-11-28 16:37:05', 'W', '129.224.209.210', 'Opera/9.31.(Windows 98; Win 9x 4.90; wal-ET) Presto/2.9.161 Version/10.00', 'Opera', 'Unknown OS Platform'),
(21850, '2025-11-28 16:38:11', 'W', '167.17.55.182', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/531.38.5 (KHTML, like Gecko) Version/5.1 Safari/531.38.5', 'Safari', 'Windows 2000'),
(21851, '2025-11-28 16:38:20', 'W', '17.22.253.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21852, '2025-11-28 16:41:23', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9009.248 Safari/537.36', 'Chrome', 'Windows 10'),
(21853, '2025-11-28 16:48:06', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3524.691 Safari/537.36', 'Chrome', 'Windows 10'),
(21854, '2025-11-28 16:52:03', 'W', '106.215.148.115', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trident/4.0)', 'Internet Explorer', 'Windows 2000'),
(21855, '2025-11-28 16:52:19', 'W', '5.53.39.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(21856, '2025-11-28 16:52:45', 'W', '170.247.40.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36', 'Chrome', 'Mac OS X'),
(21857, '2025-11-28 16:53:50', 'W', '212.8.48.55', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(21858, '2025-11-28 16:55:14', 'W', '142.173.33.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_7 rv:5.0; ca-ES) AppleWebKit/532.1.4 (KHTML, like Gecko) Version/5.0.2 Safari/532.1.4', 'Safari', 'Mac OS X'),
(21859, '2025-11-28 16:57:15', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21860, '2025-11-28 16:58:30', 'W', '186.54.172.74', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 7'),
(21861, '2025-11-28 16:58:31', 'W', '102.157.110.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(21862, '2025-11-28 16:58:36', 'W', '190.105.81.18', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(21863, '2025-11-28 16:59:20', 'W', '95.8.181.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21864, '2025-11-28 16:59:22', 'W', '201.191.218.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21865, '2025-11-28 17:00:31', 'W', '89.58.16.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7917.910 Safari/537.36', 'Chrome', 'Windows 10'),
(21866, '2025-11-28 17:02:48', 'W', '176.47.13.67', 'Opera/9.97.(X11; Linux x86_64; lv-LV) Presto/2.9.178 Version/12.00', 'Opera', 'Linux'),
(21867, '2025-11-28 17:03:05', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4284.705 Safari/537.36', 'Chrome', 'Windows 10'),
(21868, '2025-11-28 17:03:38', 'W', '106.193.105.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21869, '2025-11-28 17:04:20', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21870, '2025-11-28 17:04:27', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21871, '2025-11-28 17:06:14', 'W', '109.175.104.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21872, '2025-11-28 17:06:16', 'W', '102.207.8.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21873, '2025-11-28 17:08:21', 'W', '34.169.155.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21874, '2025-11-28 17:09:16', 'W', '135.196.202.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21875, '2025-11-28 17:09:43', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5581.463 Safari/537.36', 'Chrome', 'Windows 10'),
(21876, '2025-11-28 17:12:59', 'W', '181.120.98.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21877, '2025-11-28 17:12:59', 'W', '201.29.247.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21878, '2025-11-28 17:15:31', 'W', '136.117.34.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21879, '2025-11-28 17:20:30', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21880, '2025-11-28 17:20:34', 'W', '17.241.227.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21881, '2025-11-28 17:24:26', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21882, '2025-11-28 17:25:42', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(21883, '2025-11-28 17:25:45', 'W', '152.53.108.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4687.101 Safari/537.36', 'Chrome', 'Windows 10'),
(21884, '2025-11-28 17:26:16', 'W', '34.182.62.222', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21885, '2025-11-28 17:26:41', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(21886, '2025-11-28 17:28:14', 'W', '136.117.34.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(21887, '2025-11-28 17:30:24', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4978.994 Safari/537.36', 'Chrome', 'Windows 10'),
(21888, '2025-11-28 17:32:28', 'W', '128.241.235.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5623.511 Safari/537.36', 'Chrome', 'Windows 10'),
(21889, '2025-11-28 17:36:10', 'W', '34.169.155.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21890, '2025-11-28 17:36:45', 'W', '34.187.170.193', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21891, '2025-11-28 17:40:03', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21892, '2025-11-28 17:40:09', 'W', '145.82.5.227', 'Opera/9.52.(Windows NT 10.0; byn-ER) Presto/2.9.188 Version/11.00', 'Opera', 'Windows 10'),
(21893, '2025-11-28 17:41:19', 'W', '200.150.254.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(21894, '2025-11-28 17:41:20', 'W', '179.48.219.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(21895, '2025-11-28 17:41:29', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1490.442 Safari/537.36', 'Chrome', 'Windows 10'),
(21896, '2025-11-28 17:41:34', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(21897, '2025-11-28 17:42:05', 'W', '196.190.51.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21898, '2025-11-28 17:42:05', 'W', '201.29.132.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21899, '2025-11-28 17:43:36', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3233.900 Safari/537.36', 'Chrome', 'Windows 10'),
(21900, '2025-11-28 17:50:08', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3590.205 Safari/537.36', 'Chrome', 'Windows 10'),
(21901, '2025-11-28 17:52:08', 'W', '110.39.85.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21902, '2025-11-28 17:52:09', 'W', '167.99.149.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21903, '2025-11-28 17:53:33', 'A', '82.45.107.51', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:35.0) Gecko/35.0 Firefox/35.0', 'Handheld Browser', 'Android'),
(21904, '2025-11-28 17:53:45', 'W', '52.255.111.63', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21905, '2025-11-28 17:59:52', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4291.602 Safari/537.36', 'Chrome', 'Windows 10'),
(21906, '2025-11-28 18:00:47', 'W', '72.253.9.87', 'Opera/8.76.(Windows NT 10.0; dz-BT) Presto/2.9.166 Version/12.00', 'Opera', 'Windows 10'),
(21907, '2025-11-28 18:01:10', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21908, '2025-11-28 18:01:24', 'W', '45.182.141.229', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.1; Trident/5.1)', 'Internet Explorer', 'Windows XP'),
(21909, '2025-11-28 18:05:45', 'W', '186.194.170.137', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/77.0.3865.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(21910, '2025-11-28 18:05:52', 'W', '91.224.45.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'Chrome', 'Windows 10'),
(21911, '2025-11-28 18:07:52', 'W', '188.156.68.69', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36', 'Chrome', 'Windows 7'),
(21912, '2025-11-28 18:07:53', 'W', '186.26.98.249', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'Chrome', 'Windows 7'),
(21913, '2025-11-28 18:07:57', 'W', '45.178.1.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(21914, '2025-11-28 18:10:41', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21915, '2025-11-28 18:18:29', 'W', '45.175.145.119', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.67 Safari/537.36', 'Chrome', 'Mac OS X'),
(21916, '2025-11-28 18:21:39', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5281.985 Safari/537.36', 'Chrome', 'Windows 10'),
(21917, '2025-11-28 18:22:41', 'W', '202.76.139.59', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12', 'Firefox', 'Windows Vista'),
(21918, '2025-11-28 18:27:10', 'W', '82.215.97.223', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 7'),
(21919, '2025-11-28 18:29:16', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21920, '2025-11-28 18:32:43', 'W', '136.117.34.16', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(21921, '2025-11-28 18:33:48', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4869.992 Safari/537.36', 'Chrome', 'Windows 10'),
(21922, '2025-11-28 18:35:36', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7591.233 Safari/537.36', 'Chrome', 'Windows 10'),
(21923, '2025-11-28 18:36:01', 'W', '37.237.136.36', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/29.0.853.0 Safari/536.2', 'Chrome', 'Linux'),
(21924, '2025-11-28 18:39:15', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(21925, '2025-11-28 18:39:43', 'W', '34.168.122.143', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21926, '2025-11-28 18:42:32', 'W', '136.118.34.163', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(21927, '2025-11-28 18:47:07', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(21928, '2025-11-28 18:47:59', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(21929, '2025-11-28 18:49:48', 'W', '23.97.109.233', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21930, '2025-11-28 18:53:10', 'W', '103.217.156.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21931, '2025-11-28 18:54:44', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6275.715 Safari/537.36', 'Chrome', 'Windows 10'),
(21932, '2025-11-28 18:55:24', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3989.330 Safari/537.36', 'Chrome', 'Windows 10'),
(21933, '2025-11-28 18:57:33', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4778.635 Safari/537.36', 'Chrome', 'Windows 10'),
(21934, '2025-11-28 18:58:48', 'W', '176.123.241.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(21935, '2025-11-28 18:58:49', 'W', '17.241.219.229', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21936, '2025-11-28 18:58:52', 'W', '187.39.115.110', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'Chrome', 'Windows 10'),
(21937, '2025-11-28 19:01:04', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(21938, '2025-11-28 19:01:28', 'W', '17.22.253.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21939, '2025-11-28 19:02:24', 'W', '213.180.203.159', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(21940, '2025-11-28 19:03:40', 'W', '177.240.30.77', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21941, '2025-11-28 19:03:43', 'W', '177.39.157.146', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(21942, '2025-11-28 19:04:09', 'W', '136.118.34.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(21943, '2025-11-28 19:04:21', 'W', '34.187.170.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21944, '2025-11-28 19:06:34', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(21945, '2025-11-28 19:10:51', 'W', '136.117.80.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21946, '2025-11-28 19:14:16', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(21947, '2025-11-28 19:15:13', 'W', '68.221.75.28', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21948, '2025-11-28 19:17:34', 'W', '104.36.21.59', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21949, '2025-11-28 19:17:55', 'W', '35.233.176.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(21950, '2025-11-28 19:18:22', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21951, '2025-11-28 19:21:45', 'W', '34.169.155.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(21952, '2025-11-28 19:22:34', 'W', '186.5.111.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 10'),
(21953, '2025-11-28 19:23:12', 'W', '94.20.42.32', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_4 rv:5.0; te-IN) AppleWebKit/534.16.7 (KHTML, like Gecko) Version/4.1 Safari/534.16.7', 'Safari', 'Mac OS X'),
(21954, '2025-11-28 19:24:41', 'A', '62.45.36.118', 'Mozilla/5.0 (Android 4.3.1; Mobile; rv:21.0) Gecko/21.0 Firefox/21.0', 'Handheld Browser', 'Android'),
(21955, '2025-11-28 19:28:35', 'W', '197.184.111.156', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7 rv:4.0; tcy-IN) AppleWebKit/533.37.5 (KHTML, like Gecko) Version/4.0.2 Safari/533.37.5', 'Safari', 'Mac OS X'),
(21956, '2025-11-28 19:29:20', 'W', '17.22.253.188', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21957, '2025-11-28 19:30:05', 'W', '136.118.34.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21958, '2025-11-28 19:31:48', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(21959, '2025-11-28 19:36:27', 'W', '17.241.227.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21960, '2025-11-28 19:37:08', 'W', '202.61.244.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1716.477 Safari/537.36', 'Chrome', 'Windows 10'),
(21961, '2025-11-28 19:37:47', 'W', '202.61.203.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8842.796 Safari/537.36', 'Chrome', 'Windows 10'),
(21962, '2025-11-28 19:44:35', 'W', '94.23.188.215', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(21963, '2025-11-28 19:45:28', 'W', '209.50.163.135', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 11.0; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(21964, '2025-11-28 19:45:45', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(21965, '2025-11-28 19:48:42', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2551.670 Safari/537.36', 'Chrome', 'Windows 10'),
(21966, '2025-11-28 19:50:15', 'W', '45.148.10.174', '', 'Unknown Browser', 'Unknown OS Platform'),
(21967, '2025-11-28 19:50:25', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21968, '2025-11-28 19:50:26', 'W', '45.148.10.174', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'Firefox', 'Windows 7'),
(21969, '2025-11-28 19:51:03', 'W', '34.169.225.21', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21970, '2025-11-28 19:52:55', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7868.420 Safari/537.36', 'Chrome', 'Windows 10'),
(21971, '2025-11-28 19:54:12', 'W', '34.169.225.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(21972, '2025-11-28 19:54:32', 'W', '17.246.23.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21973, '2025-11-28 19:54:52', 'W', '203.83.45.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(21974, '2025-11-28 19:55:19', 'W', '14.167.168.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(21975, '2025-11-28 19:56:15', 'W', '34.105.63.255', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21976, '2025-11-28 19:56:50', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6219.405 Safari/537.36', 'Chrome', 'Windows 10'),
(21977, '2025-11-28 19:59:59', 'W', '152.53.111.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1522.129 Safari/537.36', 'Chrome', 'Windows 10'),
(21978, '2025-11-28 20:00:17', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(21979, '2025-11-28 20:00:41', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3858.590 Safari/537.36', 'Chrome', 'Windows 10'),
(21980, '2025-11-28 20:01:16', 'W', '191.239.245.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(21981, '2025-11-28 20:02:53', 'W', '41.233.47.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21982, '2025-11-28 20:02:55', 'W', '143.0.104.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21983, '2025-11-28 20:02:58', 'W', '45.184.233.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(21984, '2025-11-28 20:04:10', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(21985, '2025-11-28 20:05:34', 'W', '181.188.179.186', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(21986, '2025-11-28 20:07:17', 'W', '179.60.66.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'Chrome', 'Mac OS X'),
(21987, '2025-11-28 20:07:45', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8685.958 Safari/537.36', 'Chrome', 'Windows 10'),
(21988, '2025-11-28 20:07:45', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8909.950 Safari/537.36', 'Chrome', 'Windows 10'),
(21989, '2025-11-28 20:08:39', 'W', '36.228.19.180', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2946-12-28 01:15:37.416180 Firefox/3.8', 'Firefox', 'Linux'),
(21990, '2025-11-28 20:10:03', 'W', '176.29.206.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21991, '2025-11-28 20:10:05', 'W', '5.156.152.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21992, '2025-11-28 20:12:02', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21993, '2025-11-28 20:16:20', 'W', '17.22.245.58', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(21994, '2025-11-28 20:17:39', 'W', '196.188.224.22', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'Chrome', 'Windows 8.1'),
(21995, '2025-11-28 20:19:33', 'W', '136.117.166.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(21996, '2025-11-28 20:19:37', 'W', '178.40.242.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(21997, '2025-11-28 20:34:19', 'W', '186.13.114.32', 'Opera/8.70.(Windows NT 10.0; ky-KG) Presto/2.9.163 Version/12.00', 'Opera', 'Windows 10'),
(21998, '2025-11-28 20:34:53', 'I', '190.49.85.128', 'Mozilla/5.0 (iPad; CPU iPad OS 11_4_1 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) CriOS/60.0.821.0 Mobile/34E965 Safari/533.2', 'Handheld Browser', 'iPad'),
(21999, '2025-11-28 20:36:07', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22000, '2025-11-28 20:36:26', 'W', '102.210.25.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.44 Safari/537.36', 'Chrome', 'Mac OS X'),
(22001, '2025-11-28 20:36:45', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(22002, '2025-11-28 20:41:03', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9049.324 Safari/537.36', 'Chrome', 'Windows 10'),
(22003, '2025-11-28 20:48:16', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3339.566 Safari/537.36', 'Chrome', 'Windows 10'),
(22004, '2025-11-28 20:48:56', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7860.525 Safari/537.36', 'Chrome', 'Windows 10'),
(22005, '2025-11-28 20:52:43', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(22006, '2025-11-28 20:54:50', 'W', '105.75.197.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(22007, '2025-11-28 20:55:34', 'W', '102.67.159.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(22008, '2025-11-28 20:57:03', 'W', '34.169.155.101', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(22009, '2025-11-28 20:57:11', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9438.855 Safari/537.36', 'Chrome', 'Windows 10'),
(22010, '2025-11-28 20:58:23', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(22011, '2025-11-28 20:59:02', 'W', '92.222.104.222', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(22012, '2025-11-28 21:00:31', 'W', '186.39.93.140', 'Opera/9.92.(Windows 95; lb-LU) Presto/2.9.189 Version/11.00', 'Opera', 'Unknown OS Platform'),
(22013, '2025-11-28 21:01:57', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4834.840 Safari/537.36', 'Chrome', 'Windows 10'),
(22014, '2025-11-28 21:04:46', 'W', '136.117.34.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22015, '2025-11-28 21:07:20', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22016, '2025-11-28 21:11:10', 'W', '186.109.53.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(22017, '2025-11-28 21:17:39', 'W', '136.117.34.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22018, '2025-11-28 21:18:19', 'W', '34.169.155.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(22019, '2025-11-28 21:19:53', 'W', '136.118.34.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(22020, '2025-11-28 21:19:54', 'W', '180.180.61.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_6) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/40.0.830.0 Safari/534.2', 'Chrome', 'Mac OS X'),
(22021, '2025-11-28 21:20:02', 'W', '109.224.242.162', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/27.0.806.0 Safari/531.0', 'Chrome', 'Linux'),
(22022, '2025-11-28 21:20:55', 'W', '136.118.34.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22023, '2025-11-28 21:21:09', 'W', '136.117.34.16', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(22024, '2025-11-28 21:22:10', 'W', '35.230.39.150', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(22025, '2025-11-28 21:25:03', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22026, '2025-11-28 21:29:10', 'W', '136.118.34.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22027, '2025-11-28 21:31:45', 'W', '136.117.166.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(22028, '2025-11-28 21:31:47', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(22029, '2025-11-28 21:34:02', 'W', '35.180.164.153', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(22030, '2025-11-28 21:35:02', 'W', '35.180.164.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22031, '2025-11-28 21:35:30', 'I', '189.216.232.76', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; mi-NZ) AppleWebKit/533.35.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6533.35.7', 'Handheld Browser', 'iPod'),
(22032, '2025-11-28 21:38:51', 'W', '35.230.39.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(22033, '2025-11-28 21:40:33', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6113.300 Safari/537.36', 'Chrome', 'Windows 10'),
(22034, '2025-11-28 21:41:26', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22035, '2025-11-28 21:54:17', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5478.989 Safari/537.36', 'Chrome', 'Windows 10'),
(22036, '2025-11-28 21:54:17', 'W', '37.120.186.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6173.618 Safari/537.36', 'Chrome', 'Windows 10'),
(22037, '2025-11-28 21:54:29', 'W', '200.75.153.148', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Windows 10'),
(22038, '2025-11-28 21:54:30', 'W', '177.204.183.56', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 7'),
(22039, '2025-11-28 21:54:35', 'W', '17.246.19.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22040, '2025-11-28 21:55:08', 'W', '105.96.146.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.162 Safari/537.36', 'Chrome', 'Windows 10'),
(22041, '2025-11-28 21:55:13', 'W', '177.66.247.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Windows 7'),
(22042, '2025-11-28 22:05:59', 'W', '177.37.235.24', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_2 rv:4.0; unm-US) AppleWebKit/531.49.5 (KHTML, like Gecko) Version/5.0.2 Safari/531.49.5', 'Safari', 'Mac OS X'),
(22043, '2025-11-28 22:06:04', 'W', '138.0.127.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(22044, '2025-11-28 22:06:55', 'W', '17.22.245.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22045, '2025-11-28 22:08:06', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1551.381 Safari/537.36', 'Chrome', 'Windows 10'),
(22046, '2025-11-28 22:08:53', 'A', '66.76.123.141', 'Mozilla/5.0 (Linux; Android 12) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/27.0.817.0 Safari/531.2', 'Chrome', 'Android'),
(22047, '2025-11-28 22:10:36', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3451.390 Safari/537.36', 'Chrome', 'Windows 10'),
(22048, '2025-11-28 22:11:26', 'W', '17.246.19.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22049, '2025-11-28 22:12:03', 'W', '191.37.180.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(22050, '2025-11-28 22:12:03', 'W', '216.234.223.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Mac OS X'),
(22051, '2025-11-28 22:12:07', 'W', '94.248.135.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22052, '2025-11-28 22:17:19', 'W', '41.249.137.179', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36', 'Chrome', 'Windows XP'),
(22053, '2025-11-28 22:22:21', 'W', '200.39.44.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(22054, '2025-11-28 22:24:04', 'W', '13.222.231.149', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(22055, '2025-11-28 22:24:09', 'W', '13.222.231.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22056, '2025-11-28 22:27:07', 'W', '179.38.40.215', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(22057, '2025-11-28 22:29:32', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6372.121 Safari/537.36', 'Chrome', 'Windows 10'),
(22058, '2025-11-28 22:32:29', 'W', '201.217.227.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(22059, '2025-11-28 22:33:57', 'W', '51.198.143.165', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_2 rv:4.0; yi-US) AppleWebKit/534.13.1 (KHTML, like Gecko) Version/5.0.3 Safari/534.13.1', 'Safari', 'Mac OS X'),
(22060, '2025-11-28 22:39:07', 'W', '190.242.27.23', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 4.0; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22061, '2025-11-28 22:41:59', 'W', '186.193.242.205', 'Opera/8.92.(X11; Linux x86_64; bs-BA) Presto/2.9.178 Version/10.00', 'Opera', 'Linux'),
(22062, '2025-11-28 22:44:35', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8631.325 Safari/537.36', 'Chrome', 'Windows 10'),
(22063, '2025-11-28 22:46:44', 'W', '45.229.33.134', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_6) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/45.0.883.0 Safari/531.2', 'Chrome', 'Mac OS X'),
(22064, '2025-11-28 22:48:13', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4777.936 Safari/537.36', 'Chrome', 'Windows 10'),
(22065, '2025-11-28 22:50:08', 'W', '87.250.224.103', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22066, '2025-11-28 22:50:19', 'W', '188.68.54.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4759.133 Safari/537.36', 'Chrome', 'Windows 10'),
(22067, '2025-11-28 22:52:14', 'W', '34.168.122.143', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(22068, '2025-11-28 22:52:26', 'W', '89.58.33.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2693.700 Safari/537.36', 'Chrome', 'Windows 10'),
(22069, '2025-11-28 22:54:13', 'W', '46.184.241.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.63 Safari/537.36', 'Chrome', 'Windows 10'),
(22070, '2025-11-28 22:54:15', 'W', '17.241.219.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22071, '2025-11-28 22:54:18', 'W', '102.141.40.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(22072, '2025-11-28 22:55:28', 'W', '159.0.207.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22073, '2025-11-28 22:55:29', 'W', '45.177.211.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22074, '2025-11-28 22:57:34', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22075, '2025-11-28 22:59:54', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22076, '2025-11-28 23:00:46', 'W', '35.230.2.83', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(22077, '2025-11-28 23:01:19', 'W', '197.101.92.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22078, '2025-11-28 23:01:20', 'W', '152.59.78.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22079, '2025-11-28 23:04:35', 'W', '89.149.90.9', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/6928-06-02 16:17:15.772736 Firefox/3.8', 'Firefox', 'Linux'),
(22080, '2025-11-28 23:04:58', 'W', '188.68.53.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1013.793 Safari/537.36', 'Chrome', 'Windows 10'),
(22081, '2025-11-28 23:05:16', 'W', '109.116.206.243', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/534.29.2 (KHTML, like Gecko) Version/4.0.1 Safari/534.29.2', 'Safari', 'Windows 2000'),
(22082, '2025-11-28 23:06:46', 'W', '190.124.56.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22083, '2025-11-28 23:06:48', 'W', '177.67.156.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22084, '2025-11-28 23:08:12', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2043.272 Safari/537.36', 'Chrome', 'Windows 10'),
(22085, '2025-11-28 23:08:56', 'W', '190.212.216.118', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/42.0.859.0 Safari/531.2', 'Chrome', 'Linux'),
(22086, '2025-11-28 23:09:45', 'W', '110.44.115.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(22087, '2025-11-28 23:09:48', 'W', '45.228.139.158', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4558.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22088, '2025-11-28 23:09:49', 'W', '17.22.253.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22089, '2025-11-28 23:09:53', 'W', '37.242.56.197', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 95; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(22090, '2025-11-28 23:14:20', 'W', '17.246.19.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22091, '2025-11-28 23:14:24', 'W', '152.53.47.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4113.680 Safari/537.36', 'Chrome', 'Windows 10'),
(22092, '2025-11-28 23:15:27', 'W', '181.26.8.31', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'Chrome', 'Windows 7'),
(22093, '2025-11-28 23:15:42', 'W', '152.53.3.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2589.705 Safari/537.36', 'Chrome', 'Windows 10'),
(22094, '2025-11-28 23:16:01', 'W', '181.115.171.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22095, '2025-11-28 23:17:08', 'W', '190.191.67.59', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(22096, '2025-11-28 23:17:11', 'W', '181.55.68.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.43 Safari/537.36', 'Chrome', 'Mac OS X'),
(22097, '2025-11-28 23:18:21', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7556.234 Safari/537.36', 'Chrome', 'Windows 10'),
(22098, '2025-11-28 23:18:58', 'W', '177.184.48.252', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 10'),
(22099, '2025-11-28 23:22:39', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2679.846 Safari/537.36', 'Chrome', 'Windows 10'),
(22100, '2025-11-28 23:29:51', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3917.213 Safari/537.36', 'Chrome', 'Windows 10'),
(22101, '2025-11-28 23:33:00', 'W', '152.53.17.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9704.101 Safari/537.36', 'Chrome', 'Windows 10'),
(22102, '2025-11-28 23:39:29', 'W', '136.117.80.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(22103, '2025-11-28 23:41:01', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6465.296 Safari/537.36', 'Chrome', 'Windows 10'),
(22104, '2025-11-28 23:43:31', 'W', '167.71.18.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22105, '2025-11-28 23:43:31', 'W', '192.241.144.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22106, '2025-11-28 23:51:04', 'W', '136.117.34.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(22107, '2025-11-28 23:51:09', 'W', '181.177.217.71', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22108, '2025-11-28 23:51:32', 'W', '201.15.156.127', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 7'),
(22109, '2025-11-28 23:51:33', 'W', '113.176.213.147', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(22110, '2025-11-28 23:51:59', 'W', '152.53.2.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4328.586 Safari/537.36', 'Chrome', 'Windows 10'),
(22111, '2025-11-28 23:52:42', 'W', '177.223.122.20', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 7'),
(22112, '2025-11-28 23:54:22', 'W', '181.94.226.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22113, '2025-11-28 23:54:23', 'W', '38.7.20.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22114, '2025-11-28 23:57:15', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9014.844 Safari/537.36', 'Chrome', 'Windows 10'),
(22115, '2025-11-28 23:57:51', 'W', '17.246.19.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22116, '2025-11-28 23:58:00', 'W', '34.169.155.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22117, '2025-11-28 23:59:38', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9559.659 Safari/537.36', 'Chrome', 'Windows 10'),
(22118, '2025-11-29 00:03:01', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4355.609 Safari/537.36', 'Chrome', 'Windows 10'),
(22119, '2025-11-29 00:03:22', 'W', '152.53.86.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1983.452 Safari/537.36', 'Chrome', 'Windows 10'),
(22120, '2025-11-29 00:06:18', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6283.431 Safari/537.36', 'Chrome', 'Windows 10'),
(22121, '2025-11-29 00:08:15', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(22122, '2025-11-29 00:09:22', 'W', '213.180.203.134', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22123, '2025-11-29 00:09:51', 'W', '190.97.254.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22124, '2025-11-29 00:09:54', 'W', '181.178.54.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22125, '2025-11-29 00:10:33', 'W', '103.173.172.78', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/59.0.836.0 Safari/533.1', 'Chrome', 'Mac OS X'),
(22126, '2025-11-29 00:11:21', 'W', '51.235.210.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22127, '2025-11-29 00:11:24', 'W', '179.108.76.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22128, '2025-11-29 00:13:01', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1415.221 Safari/537.36', 'Chrome', 'Windows 10'),
(22129, '2025-11-29 00:15:09', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(22130, '2025-11-29 00:16:48', 'W', '191.99.49.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22131, '2025-11-29 00:16:51', 'W', '187.34.61.109', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(22132, '2025-11-29 00:21:37', 'W', '20.194.1.13', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22133, '2025-11-29 00:23:25', 'W', '188.68.59.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2861.251 Safari/537.36', 'Chrome', 'Windows 10'),
(22134, '2025-11-29 00:25:37', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9401.596 Safari/537.36', 'Chrome', 'Windows 10'),
(22135, '2025-11-29 00:27:31', 'W', '136.117.34.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22136, '2025-11-29 00:30:05', 'W', '189.28.73.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22137, '2025-11-29 00:30:09', 'W', '178.87.216.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22138, '2025-11-29 00:30:16', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(22139, '2025-11-29 00:31:17', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9554.430 Safari/537.36', 'Chrome', 'Windows 10'),
(22140, '2025-11-29 00:31:46', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7958.598 Safari/537.36', 'Chrome', 'Windows 10'),
(22141, '2025-11-29 00:40:11', 'W', '179.38.154.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22142, '2025-11-29 00:40:13', 'W', '178.128.149.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22143, '2025-11-29 00:40:21', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(22144, '2025-11-29 00:41:49', 'W', '17.22.237.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22145, '2025-11-29 00:41:54', 'A', '187.198.145.207', 'Mozilla/5.0 (Android 3.2.4; Mobile; rv:21.0) Gecko/21.0 Firefox/21.0', 'Handheld Browser', 'Android'),
(22146, '2025-11-29 00:41:59', 'W', '35.230.39.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22147, '2025-11-29 00:42:10', 'W', '37.239.233.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8 rv:3.0; mt-MT) AppleWebKit/532.43.5 (KHTML, like Gecko) Version/4.0.5 Safari/532.43.5', 'Safari', 'Mac OS X'),
(22148, '2025-11-29 00:44:35', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4086.629 Safari/537.36', 'Chrome', 'Windows 10'),
(22149, '2025-11-29 00:45:29', 'W', '17.246.23.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22150, '2025-11-29 00:45:58', 'W', '45.191.238.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22151, '2025-11-29 00:46:00', 'W', '181.116.252.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22152, '2025-11-29 00:46:14', 'W', '34.169.225.21', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22153, '2025-11-29 00:48:16', 'W', '38.13.181.185', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.2; Trident/3.0)', 'Internet Explorer', 'Windows 8'),
(22154, '2025-11-29 00:48:52', 'W', '136.117.4.28', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(22155, '2025-11-29 00:49:37', 'W', '136.117.208.140', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(22156, '2025-11-29 00:52:32', 'W', '157.100.203.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'Chrome', 'Windows 10'),
(22157, '2025-11-29 00:53:04', 'W', '152.53.16.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9856.831 Safari/537.36', 'Chrome', 'Windows 10'),
(22158, '2025-11-29 00:53:59', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8098.622 Safari/537.36', 'Chrome', 'Windows 10'),
(22159, '2025-11-29 00:54:03', 'W', '152.53.17.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4266.278 Safari/537.36', 'Chrome', 'Windows 10'),
(22160, '2025-11-29 00:54:23', 'A', '179.0.116.116', 'Mozilla/5.0 (Android 2.2.3; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0', 'Handheld Browser', 'Android'),
(22161, '2025-11-29 00:54:59', 'W', '17.241.219.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22162, '2025-11-29 00:55:16', 'W', '34.187.188.215', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(22163, '2025-11-29 00:55:30', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3614.593 Safari/537.36', 'Chrome', 'Windows 10'),
(22164, '2025-11-29 00:55:34', 'W', '123.26.147.203', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.5 Safari/537.36', 'Chrome', 'Windows 7'),
(22165, '2025-11-29 00:55:35', 'W', '187.21.220.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(22166, '2025-11-29 00:57:04', 'W', '201.235.165.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22167, '2025-11-29 00:57:04', 'W', '45.6.37.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22168, '2025-11-29 00:59:07', 'W', '5.255.231.28', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22169, '2025-11-29 00:59:33', 'W', '146.174.175.188', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204', 'Chrome', 'Mac OS X'),
(22170, '2025-11-29 01:00:03', 'W', '14.173.9.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22171, '2025-11-29 01:00:15', 'W', '38.51.221.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22172, '2025-11-29 01:00:16', 'W', '152.53.65.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1028.234 Safari/537.36', 'Chrome', 'Windows 10'),
(22173, '2025-11-29 01:03:53', 'W', '37.238.66.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(22174, '2025-11-29 01:05:49', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(22175, '2025-11-29 01:06:30', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6233.860 Safari/537.36', 'Chrome', 'Windows 10'),
(22176, '2025-11-29 01:08:20', 'W', '89.58.62.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2351.697 Safari/537.36', 'Chrome', 'Windows 10'),
(22177, '2025-11-29 01:21:00', 'W', '103.122.251.116', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.1)', 'Internet Explorer', 'Windows Vista'),
(22178, '2025-11-29 01:22:37', 'W', '136.175.103.239', 'Opera/9.67.(X11; Linux i686; mn-MN) Presto/2.9.161 Version/12.00', 'Opera', 'Linux'),
(22179, '2025-11-29 01:23:14', 'W', '169.224.105.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22180, '2025-11-29 01:23:15', 'W', '201.141.26.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22181, '2025-11-29 01:23:46', 'W', '201.189.224.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(22182, '2025-11-29 01:24:05', 'W', '72.244.77.12', 'Mozilla/5.0 (Windows NT 4.0) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/46.0.897.0 Safari/535.2', 'Chrome', 'Unknown OS Platform'),
(22183, '2025-11-29 01:24:21', 'W', '152.53.109.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7607.334 Safari/537.36', 'Chrome', 'Windows 10'),
(22184, '2025-11-29 01:25:08', 'W', '137.184.217.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22185, '2025-11-29 01:25:09', 'W', '190.253.21.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22186, '2025-11-29 01:26:00', 'W', '213.230.116.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'Chrome', 'Mac OS X'),
(22187, '2025-11-29 01:27:30', 'W', '143.105.165.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22188, '2025-11-29 01:27:33', 'W', '67.207.82.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22189, '2025-11-29 01:28:20', 'W', '201.75.182.170', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(22190, '2025-11-29 01:35:57', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5715.550 Safari/537.36', 'Chrome', 'Windows 10'),
(22191, '2025-11-29 01:41:26', 'W', '202.76.133.93', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2', 'Chrome', 'Windows XP'),
(22192, '2025-11-29 01:42:17', 'W', '109.245.166.75', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'Chrome', 'Windows 7'),
(22193, '2025-11-29 01:43:46', 'W', '45.191.130.218', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22194, '2025-11-29 01:44:57', 'W', '17.241.227.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22195, '2025-11-29 01:48:42', 'W', '46.232.251.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3591.556 Safari/537.36', 'Chrome', 'Windows 10'),
(22196, '2025-11-29 01:48:50', 'W', '5.39.109.178', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(22197, '2025-11-29 01:50:25', 'W', '102.130.22.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22198, '2025-11-29 01:50:26', 'W', '190.5.34.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22199, '2025-11-29 01:51:23', 'W', '119.23.78.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(22200, '2025-11-29 01:54:59', 'W', '95.108.213.182', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22201, '2025-11-29 01:55:15', 'W', '17.246.19.160', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22202, '2025-11-29 01:56:07', 'W', '168.232.59.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(22203, '2025-11-29 01:57:29', 'W', '213.180.203.58', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22204, '2025-11-29 01:57:30', 'W', '167.250.235.22', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/3.1)', 'Internet Explorer', 'Windows 7'),
(22205, '2025-11-29 02:04:16', 'W', '181.199.62.129', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 7'),
(22206, '2025-11-29 02:05:55', 'W', '89.58.12.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5062.147 Safari/537.36', 'Chrome', 'Windows 10'),
(22207, '2025-11-29 02:11:27', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9903.731 Safari/537.36', 'Chrome', 'Windows 10'),
(22208, '2025-11-29 02:15:10', 'W', '38.43.205.217', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(22209, '2025-11-29 02:15:13', 'W', '14.226.162.253', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22210, '2025-11-29 02:24:34', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3206.727 Safari/537.36', 'Chrome', 'Windows 10'),
(22211, '2025-11-29 02:25:15', 'W', '52.255.111.59', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22212, '2025-11-29 02:27:17', 'W', '17.22.237.16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22213, '2025-11-29 02:35:28', 'W', '17.22.245.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22214, '2025-11-29 02:35:51', 'W', '154.18.249.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22215, '2025-11-29 02:35:54', 'W', '190.211.120.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22216, '2025-11-29 02:38:00', 'W', '154.197.1.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22217, '2025-11-29 02:38:01', 'W', '88.234.74.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22218, '2025-11-29 02:40:03', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8491.473 Safari/537.36', 'Chrome', 'Windows 10'),
(22219, '2025-11-29 02:40:23', 'W', '157.230.83.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22220, '2025-11-29 02:40:25', 'W', '5.109.186.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22221, '2025-11-29 02:41:13', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2259.994 Safari/537.36', 'Chrome', 'Windows 10'),
(22222, '2025-11-29 02:43:16', 'W', '45.184.167.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22223, '2025-11-29 02:43:22', 'W', '109.107.227.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22224, '2025-11-29 02:43:43', 'W', '152.53.2.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1300.631 Safari/537.36', 'Chrome', 'Windows 10'),
(22225, '2025-11-29 02:43:52', 'W', '190.134.139.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22226, '2025-11-29 02:43:54', 'W', '138.118.15.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22227, '2025-11-29 02:49:59', 'W', '112.211.5.39', 'Mozilla/5.0 (Windows NT 5.0; bs-BA; rv:1.9.0.20) Gecko/8760-10-11 05:59:14.413208 Firefox/3.6.12', 'Firefox', 'Windows 2000'),
(22228, '2025-11-29 02:50:42', 'W', '190.60.61.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(22229, '2025-11-29 02:51:31', 'W', '89.58.29.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4952.343 Safari/537.36', 'Chrome', 'Windows 10'),
(22230, '2025-11-29 02:51:34', 'W', '152.53.15.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4657.820 Safari/537.36', 'Chrome', 'Windows 10'),
(22231, '2025-11-29 02:55:41', 'W', '186.130.0.64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(22232, '2025-11-29 02:56:06', 'W', '200.82.141.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(22233, '2025-11-29 02:56:13', 'W', '157.100.120.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(22234, '2025-11-29 02:56:19', 'W', '211.227.31.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(22235, '2025-11-29 02:57:42', 'W', '190.34.108.121', 'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/535.34.7 (KHTML, like Gecko) Version/4.0 Safari/535.34.7', 'Safari', 'Unknown OS Platform'),
(22236, '2025-11-29 02:59:48', 'W', '188.68.54.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6794.591 Safari/537.36', 'Chrome', 'Windows 10'),
(22237, '2025-11-29 03:02:08', 'W', '103.217.98.131', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 11.0; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(22238, '2025-11-29 03:03:03', 'W', '204.114.110.208', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_3 rv:4.0; wo-SN) AppleWebKit/531.31.1 (KHTML, like Gecko) Version/5.1 Safari/531.31.1', 'Safari', 'Mac OS X'),
(22239, '2025-11-29 03:04:40', 'W', '152.53.109.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6294.164 Safari/537.36', 'Chrome', 'Windows 10'),
(22240, '2025-11-29 03:05:40', 'W', '188.68.53.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7594.172 Safari/537.36', 'Chrome', 'Windows 10'),
(22241, '2025-11-29 03:07:22', 'W', '189.127.58.126', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4558.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22242, '2025-11-29 03:07:27', 'W', '14.171.181.166', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/62.0.895.0 Safari/535.0', 'Chrome', 'Linux'),
(22243, '2025-11-29 03:07:59', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4702.546 Safari/537.36', 'Chrome', 'Windows 10'),
(22244, '2025-11-29 03:08:51', 'W', '201.105.60.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(22245, '2025-11-29 03:08:53', 'W', '186.10.205.238', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22246, '2025-11-29 03:09:40', 'W', '185.254.35.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(22247, '2025-11-29 03:15:15', 'W', '106.222.211.216', 'Opera/8.59.(Windows NT 5.0; is-IS) Presto/2.9.168 Version/10.00', 'Opera', 'Windows 2000'),
(22248, '2025-11-29 03:18:48', 'W', '89.58.62.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8477.109 Safari/537.36', 'Chrome', 'Windows 10'),
(22249, '2025-11-29 03:19:13', 'W', '5.255.231.32', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22250, '2025-11-29 03:22:05', 'W', '152.53.16.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8684.796 Safari/537.36', 'Chrome', 'Windows 10'),
(22251, '2025-11-29 03:22:17', 'W', '17.241.219.127', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22252, '2025-11-29 03:25:44', 'W', '5.255.231.52', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22253, '2025-11-29 03:28:21', 'I', '179.26.132.57', 'Mozilla/5.0 (iPad; CPU iPad OS 8_4_1 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) FxiOS/9.9e5482.0 Mobile/61A291 Safari/533.2', 'Handheld Browser', 'iPad'),
(22254, '2025-11-29 03:28:44', 'W', '103.153.52.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22255, '2025-11-29 03:28:45', 'W', '186.237.167.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22256, '2025-11-29 03:31:15', 'W', '89.58.43.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6742.753 Safari/537.36', 'Chrome', 'Windows 10'),
(22257, '2025-11-29 03:46:22', 'W', '104.244.225.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22258, '2025-11-29 03:46:22', 'W', '186.251.198.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22259, '2025-11-29 03:50:03', 'W', '152.53.18.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2403.574 Safari/537.36', 'Chrome', 'Windows 10'),
(22260, '2025-11-29 03:50:30', 'W', '186.249.128.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(22261, '2025-11-29 03:50:31', 'W', '123.18.186.84', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.24 Safari/537.36', 'Chrome', 'Windows 7'),
(22262, '2025-11-29 03:51:07', 'W', '187.255.42.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(22263, '2025-11-29 03:53:47', 'W', '180.190.172.252', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 10.0; Trident/5.1)', 'Internet Explorer', 'Windows 10'),
(22264, '2025-11-29 03:59:41', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1765.609 Safari/537.36', 'Chrome', 'Windows 10'),
(22265, '2025-11-29 03:59:47', 'W', '103.113.149.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(22266, '2025-11-29 04:00:30', 'W', '109.161.168.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22267, '2025-11-29 04:00:30', 'W', '179.153.211.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(22268, '2025-11-29 04:05:51', 'W', '58.69.105.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22269, '2025-11-29 04:14:21', 'W', '27.125.243.51', 'Mozilla/5.0 (Windows CE; sw-KE; rv:1.9.1.20) Gecko/6677-11-03 00:08:48.161804 Firefox/3.8', 'Firefox', 'Unknown OS Platform'),
(22270, '2025-11-29 04:14:21', 'W', '17.22.253.176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22271, '2025-11-29 04:15:08', 'I', '187.52.19.64', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) FxiOS/12.2y9630.0 Mobile/38F486 Safari/536.2', 'Handheld Browser', 'iPhone'),
(22272, '2025-11-29 04:17:13', 'W', '17.246.15.210', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22273, '2025-11-29 04:24:26', 'W', '17.22.253.150', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22274, '2025-11-29 04:34:51', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5400.612 Safari/537.36', 'Chrome', 'Windows 10'),
(22275, '2025-11-29 04:35:33', 'W', '152.53.110.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9189.647 Safari/537.36', 'Chrome', 'Windows 10'),
(22276, '2025-11-29 04:42:13', 'W', '34.172.80.46', 'Python/3.14 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(22277, '2025-11-29 04:42:25', 'W', '103.230.244.29', 'Opera/9.10.(X11; Linux x86_64; tt-RU) Presto/2.9.164 Version/11.00', 'Opera', 'Linux'),
(22278, '2025-11-29 04:42:42', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2582.551 Safari/537.36', 'Chrome', 'Windows 10'),
(22279, '2025-11-29 04:47:20', 'W', '17.246.19.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22280, '2025-11-29 04:53:39', 'W', '37.120.187.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6962.681 Safari/537.36', 'Chrome', 'Windows 10'),
(22281, '2025-11-29 04:55:41', 'W', '178.90.251.11', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(22282, '2025-11-29 05:01:07', 'I', '194.187.211.77', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; bn-BD) AppleWebKit/532.23.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6532.23.6', 'Handheld Browser', 'iPod'),
(22283, '2025-11-29 05:02:49', 'W', '38.43.130.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Windows 10'),
(22284, '2025-11-29 05:03:08', 'W', '213.180.203.126', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22285, '2025-11-29 05:04:06', 'W', '191.37.151.235', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22286, '2025-11-29 05:09:34', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4951.349 Safari/537.36', 'Chrome', 'Windows 10'),
(22287, '2025-11-29 05:11:48', 'W', '152.53.86.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4285.539 Safari/537.36', 'Chrome', 'Windows 10'),
(22288, '2025-11-29 05:16:52', 'W', '95.108.213.110', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22289, '2025-11-29 05:17:11', 'W', '104.248.123.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22290, '2025-11-29 05:17:12', 'W', '37.236.153.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22291, '2025-11-29 05:22:17', 'W', '202.76.168.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7', 'Chrome', 'Mac OS X'),
(22292, '2025-11-29 05:25:02', 'W', '17.241.227.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22293, '2025-11-29 05:26:55', 'W', '122.54.232.253', 'Opera/8.33.(X11; Linux i686; tl-PH) Presto/2.9.175 Version/11.00', 'Opera', 'Linux'),
(22294, '2025-11-29 05:26:55', 'W', '106.219.155.60', 'Mozilla/5.0 (Windows 98; Win 9x 4.90; ve-ZA; rv:1.9.0.20) Gecko/6151-09-02 01:17:46.639404 Firefox/3.6.17', 'Firefox', 'Unknown OS Platform'),
(22295, '2025-11-29 05:29:21', 'W', '106.217.182.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22296, '2025-11-29 05:29:23', 'W', '177.125.45.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22297, '2025-11-29 05:36:18', 'W', '152.53.87.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6815.237 Safari/537.36', 'Chrome', 'Windows 10'),
(22298, '2025-11-29 05:37:29', 'W', '94.98.250.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22299, '2025-11-29 05:38:22', 'W', '188.68.36.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4549.677 Safari/537.36', 'Chrome', 'Windows 10'),
(22300, '2025-11-29 05:38:38', 'W', '190.242.26.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22301, '2025-11-29 05:38:40', 'W', '49.236.212.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22302, '2025-11-29 05:40:16', 'W', '17.241.227.42', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22303, '2025-11-29 05:45:21', 'W', '152.53.16.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3077.946 Safari/537.36', 'Chrome', 'Windows 10'),
(22304, '2025-11-29 05:48:22', 'W', '5.255.231.123', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22305, '2025-11-29 05:52:02', 'W', '103.163.171.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(22306, '2025-11-29 05:52:06', 'W', '187.85.146.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22307, '2025-11-29 05:52:10', 'W', '182.4.36.35', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(22308, '2025-11-29 05:52:10', 'W', '191.253.55.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22309, '2025-11-29 05:58:46', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9060.933 Safari/537.36', 'Chrome', 'Windows 10'),
(22310, '2025-11-29 06:00:05', 'W', '31.146.159.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(22311, '2025-11-29 06:01:24', 'W', '37.214.63.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22312, '2025-11-29 06:01:26', 'W', '185.34.130.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22313, '2025-11-29 06:02:03', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8040.360 Safari/537.36', 'Chrome', 'Windows 10'),
(22314, '2025-11-29 06:05:52', 'W', '152.53.33.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9653.324 Safari/537.36', 'Chrome', 'Windows 10'),
(22315, '2025-11-29 06:08:16', 'W', '5.39.1.244', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(22316, '2025-11-29 06:10:22', 'W', '122.162.150.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22317, '2025-11-29 06:10:25', 'W', '134.122.125.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22318, '2025-11-29 06:10:43', 'W', '188.68.54.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2734.701 Safari/537.36', 'Chrome', 'Windows 10'),
(22319, '2025-11-29 06:12:51', 'W', '100.38.255.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_6; rv:1.9.3.20) Gecko/2096-08-07 15:14:23.542694 Firefox/3.8', 'Firefox', 'Mac OS X'),
(22320, '2025-11-29 06:13:18', 'W', '213.180.203.183', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22321, '2025-11-29 06:17:32', 'W', '208.101.209.25', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/43.0.840.0 Safari/534.2', 'Chrome', 'Linux'),
(22322, '2025-11-29 06:17:59', 'W', '203.210.228.203', 'Opera/8.74.(Windows NT 10.0; nan-TW) Presto/2.9.169 Version/11.00', 'Opera', 'Windows 10'),
(22323, '2025-11-29 06:19:18', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2723.924 Safari/537.36', 'Chrome', 'Windows 10'),
(22324, '2025-11-29 06:20:10', 'W', '170.246.69.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22325, '2025-11-29 06:20:12', 'W', '197.185.150.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22326, '2025-11-29 06:20:41', 'W', '5.255.231.93', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22327, '2025-11-29 06:21:45', 'A', '66.249.70.99', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(22328, '2025-11-29 06:25:25', 'W', '5.45.109.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6654.720 Safari/537.36', 'Chrome', 'Windows 10'),
(22329, '2025-11-29 06:26:56', 'W', '170.0.58.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22330, '2025-11-29 06:30:00', 'W', '51.68.107.137', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(22331, '2025-11-29 06:32:54', 'W', '17.22.253.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22332, '2025-11-29 06:33:01', 'W', '17.241.219.168', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22333, '2025-11-29 06:33:55', 'W', '83.21.248.253', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_9 rv:5.0; sl-SI) AppleWebKit/533.32.5 (KHTML, like Gecko) Version/4.1 Safari/533.32.5', 'Safari', 'Mac OS X'),
(22334, '2025-11-29 06:34:49', 'W', '152.53.2.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3967.533 Safari/537.36', 'Chrome', 'Windows 10'),
(22335, '2025-11-29 06:37:18', 'W', '188.68.55.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3826.524 Safari/537.36', 'Chrome', 'Windows 10'),
(22336, '2025-11-29 06:37:36', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3231.639 Safari/537.36', 'Chrome', 'Windows 10'),
(22337, '2025-11-29 06:38:47', 'W', '152.53.2.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8288.369 Safari/537.36', 'Chrome', 'Windows 10'),
(22338, '2025-11-29 06:40:53', 'W', '17.22.237.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22339, '2025-11-29 06:40:59', 'W', '142.173.211.102', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_1 rv:4.0; iw-IL) AppleWebKit/532.40.5 (KHTML, like Gecko) Version/5.1 Safari/532.40.5', 'Safari', 'Mac OS X'),
(22340, '2025-11-29 06:41:23', 'W', '176.47.34.58', 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/535.24.2 (KHTML, like Gecko) Version/5.0.4 Safari/535.24.2', 'Safari', 'Unknown OS Platform'),
(22341, '2025-11-29 06:41:31', 'W', '51.68.111.202', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(22342, '2025-11-29 06:42:00', 'W', '171.254.10.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/42.0.872.0 Safari/533.2', 'Chrome', 'Linux'),
(22343, '2025-11-29 06:43:46', 'W', '103.165.21.168', 'Opera/9.77.(X11; Linux i686; ti-ET) Presto/2.9.170 Version/12.00', 'Opera', 'Linux'),
(22344, '2025-11-29 06:44:41', 'W', '154.255.82.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22345, '2025-11-29 06:44:42', 'W', '104.248.55.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22346, '2025-11-29 06:44:46', 'W', '198.145.118.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22347, '2025-11-29 06:49:08', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8875.701 Safari/537.36', 'Chrome', 'Windows 10'),
(22348, '2025-11-29 06:49:19', 'W', '116.68.197.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22349, '2025-11-29 06:49:21', 'W', '169.224.105.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22350, '2025-11-29 06:49:23', 'W', '89.138.170.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22351, '2025-11-29 06:49:26', 'W', '14.164.186.11', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)', 'Internet Explorer', 'Windows 7'),
(22352, '2025-11-29 06:51:42', 'W', '41.90.186.62', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 7'),
(22353, '2025-11-29 06:54:50', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2750.820 Safari/537.36', 'Chrome', 'Windows 10'),
(22354, '2025-11-29 06:55:01', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1490.396 Safari/537.36', 'Chrome', 'Windows 10'),
(22355, '2025-11-29 06:58:00', 'W', '20.169.78.174', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22356, '2025-11-29 07:05:54', 'W', '134.209.66.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22357, '2025-11-29 07:05:56', 'W', '213.230.88.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22358, '2025-11-29 07:05:56', 'W', '186.193.158.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22359, '2025-11-29 07:10:18', 'W', '160.250.51.117', 'Opera/8.92.(X11; Linux x86_64; ko-KR) Presto/2.9.178 Version/11.00', 'Opera', 'Linux'),
(22360, '2025-11-29 07:10:21', 'W', '190.204.114.225', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2 rv:4.0; mk-MK) AppleWebKit/535.5.5 (KHTML, like Gecko) Version/5.1 Safari/535.5.5', 'Safari', 'Mac OS X'),
(22361, '2025-11-29 07:11:13', 'W', '43.173.180.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22362, '2025-11-29 07:12:51', 'W', '152.53.3.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3528.607 Safari/537.36', 'Chrome', 'Windows 10'),
(22363, '2025-11-29 07:15:19', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5179.586 Safari/537.36', 'Chrome', 'Windows 10'),
(22364, '2025-11-29 07:16:42', 'W', '17.22.245.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22365, '2025-11-29 07:18:40', 'W', '177.74.142.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22366, '2025-11-29 07:18:42', 'W', '206.189.206.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22367, '2025-11-29 07:18:43', 'W', '45.70.133.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22368, '2025-11-29 07:23:12', 'W', '196.177.0.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22369, '2025-11-29 07:23:16', 'W', '102.214.117.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22370, '2025-11-29 07:23:17', 'W', '152.53.53.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2773.317 Safari/537.36', 'Chrome', 'Windows 10'),
(22371, '2025-11-29 07:23:27', 'W', '178.77.184.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22372, '2025-11-29 07:24:39', 'I', '189.90.117.152', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; af-ZA) AppleWebKit/531.4.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6531.4.2', 'Handheld Browser', 'iPod'),
(22373, '2025-11-29 07:24:51', 'W', '38.250.157.211', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_9) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/18.0.892.0 Safari/531.2', 'Chrome', 'Mac OS X'),
(22374, '2025-11-29 07:29:45', 'W', '51.68.111.215', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(22375, '2025-11-29 07:30:41', 'W', '188.50.16.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22376, '2025-11-29 07:30:46', 'W', '102.135.172.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22377, '2025-11-29 07:30:52', 'W', '206.189.232.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22378, '2025-11-29 07:32:21', 'I', '45.3.47.217', 'Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) FxiOS/16.3i7711.0 Mobile/72E131 Safari/532.2', 'Handheld Browser', 'iPad'),
(22379, '2025-11-29 07:39:02', 'W', '72.131.121.105', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_0; rv:1.9.4.20) Gecko/5260-05-10 01:50:09.350357 Firefox/6.0', 'Firefox', 'Mac OS X'),
(22380, '2025-11-29 07:41:18', 'W', '40.77.167.42', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(22381, '2025-11-29 07:42:04', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4862.723 Safari/537.36', 'Chrome', 'Windows 10'),
(22382, '2025-11-29 07:42:52', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2169.491 Safari/537.36', 'Chrome', 'Windows 10'),
(22383, '2025-11-29 07:43:07', 'A', '47.128.28.73', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(22384, '2025-11-29 07:45:05', 'W', '37.221.194.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1190.569 Safari/537.36', 'Chrome', 'Windows 10'),
(22385, '2025-11-29 07:49:36', 'W', '158.94.210.211', '', 'Unknown Browser', 'Unknown OS Platform'),
(22386, '2025-11-29 07:49:39', 'W', '87.250.224.93', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22387, '2025-11-29 07:53:49', 'W', '17.241.75.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22388, '2025-11-29 07:55:00', 'W', '14.254.168.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Mac OS X'),
(22389, '2025-11-29 07:57:05', 'W', '152.53.0.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8298.432 Safari/537.36', 'Chrome', 'Windows 10'),
(22390, '2025-11-29 07:58:49', 'W', '176.29.110.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22391, '2025-11-29 07:58:56', 'W', '186.47.137.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22392, '2025-11-29 07:58:58', 'W', '179.6.6.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22393, '2025-11-29 07:59:01', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2251.131 Safari/537.36', 'Chrome', 'Windows 10'),
(22394, '2025-11-29 07:59:17', 'W', '17.22.253.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22395, '2025-11-29 08:00:54', 'W', '5.255.231.22', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22396, '2025-11-29 08:15:09', 'W', '188.172.229.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5548.968 Safari/537.36', 'Chrome', 'Windows 10'),
(22397, '2025-11-29 08:18:43', 'W', '132.255.159.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22398, '2025-11-29 08:18:44', 'W', '223.233.70.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22399, '2025-11-29 08:22:30', 'W', '14.186.170.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.141 Safari/537.36', 'Chrome', 'Mac OS X'),
(22400, '2025-11-29 08:22:36', 'W', '190.130.134.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22401, '2025-11-29 08:22:38', 'W', '41.90.186.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22402, '2025-11-29 08:22:39', 'W', '37.36.127.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22403, '2025-11-29 08:25:27', 'W', '197.184.177.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22404, '2025-11-29 08:25:30', 'W', '149.2.83.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22405, '2025-11-29 08:25:30', 'W', '189.90.193.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22406, '2025-11-29 08:25:45', 'W', '194.39.228.44', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(22407, '2025-11-29 08:27:21', 'A', '47.128.36.153', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(22408, '2025-11-29 08:28:43', 'W', '37.214.21.46', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.1)', 'Internet Explorer', 'Windows 7'),
(22409, '2025-11-29 08:29:40', 'W', '154.82.133.66', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/60.0.822.0 Safari/532.2', 'Chrome', 'Linux'),
(22410, '2025-11-29 08:30:53', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2198.514 Safari/537.36', 'Chrome', 'Windows 10'),
(22411, '2025-11-29 08:35:03', 'W', '46.38.238.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9496.775 Safari/537.36', 'Chrome', 'Windows 10'),
(22412, '2025-11-29 08:46:28', 'W', '45.190.141.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22413, '2025-11-29 08:46:28', 'W', '67.205.188.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22414, '2025-11-29 08:46:28', 'W', '27.97.208.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22415, '2025-11-29 08:46:28', 'W', '159.65.219.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22416, '2025-11-29 08:46:28', 'W', '188.68.55.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5414.966 Safari/537.36', 'Chrome', 'Windows 10'),
(22417, '2025-11-29 08:46:28', 'W', '168.149.74.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22418, '2025-11-29 08:46:28', 'W', '159.89.233.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22419, '2025-11-29 08:46:28', 'W', '143.244.162.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22420, '2025-11-29 08:46:28', 'W', '186.30.113.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22421, '2025-11-29 08:46:28', 'W', '167.172.136.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22422, '2025-11-29 08:46:55', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1424.575 Safari/537.36', 'Chrome', 'Windows 10'),
(22423, '2025-11-29 08:49:59', 'W', '152.53.86.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1493.763 Safari/537.36', 'Chrome', 'Windows 10'),
(22424, '2025-11-29 08:51:32', 'W', '14.162.62.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(22425, '2025-11-29 08:51:35', 'W', '183.171.96.70', 'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/534.49.5 (KHTML, like Gecko) Version/5.1 Safari/534.49.5', 'Safari', 'Unknown OS Platform'),
(22426, '2025-11-29 08:51:41', 'W', '5.36.253.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(22427, '2025-11-29 08:52:45', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1607.680 Safari/537.36', 'Chrome', 'Windows 10'),
(22428, '2025-11-29 08:53:18', 'W', '52.167.144.156', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(22429, '2025-11-29 08:54:15', 'W', '186.223.124.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22430, '2025-11-29 08:54:16', 'W', '178.128.144.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22431, '2025-11-29 08:54:17', 'W', '41.101.124.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22432, '2025-11-29 08:57:29', 'W', '37.120.187.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5072.735 Safari/537.36', 'Chrome', 'Windows 10'),
(22433, '2025-11-29 09:01:40', 'W', '168.0.169.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22434, '2025-11-29 09:01:41', 'W', '102.142.24.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22435, '2025-11-29 09:01:43', 'W', '103.144.38.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22436, '2025-11-29 09:03:03', 'W', '77.195.55.9', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_5) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/54.0.857.0 Safari/532.1', 'Chrome', 'Mac OS X'),
(22437, '2025-11-29 09:03:44', 'W', '103.130.173.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(22438, '2025-11-29 09:03:44', 'W', '37.238.186.25', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows XP'),
(22439, '2025-11-29 09:03:54', 'W', '152.53.110.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8366.173 Safari/537.36', 'Chrome', 'Windows 10'),
(22440, '2025-11-29 09:03:58', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2825.509 Safari/537.36', 'Chrome', 'Windows 10'),
(22441, '2025-11-29 09:06:06', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9533.926 Safari/537.36', 'Chrome', 'Windows 10'),
(22442, '2025-11-29 09:08:20', 'W', '187.17.204.206', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(22443, '2025-11-29 09:10:11', 'W', '138.59.122.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(22444, '2025-11-29 09:11:55', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7248.835 Safari/537.36', 'Chrome', 'Windows 10'),
(22445, '2025-11-29 09:12:43', 'W', '89.58.12.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2014.701 Safari/537.36', 'Chrome', 'Windows 10'),
(22446, '2025-11-29 09:17:58', 'W', '69.160.102.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22447, '2025-11-29 09:17:59', 'W', '186.106.162.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22448, '2025-11-29 09:18:03', 'W', '186.13.209.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22449, '2025-11-29 09:19:30', 'W', '37.120.187.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1715.165 Safari/537.36', 'Chrome', 'Windows 10'),
(22450, '2025-11-29 09:20:09', 'W', '89.58.16.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6166.325 Safari/537.36', 'Chrome', 'Windows 10'),
(22451, '2025-11-29 09:20:21', 'W', '103.115.238.242', 'Opera/8.87.(X11; Linux i686; ar-KM) Presto/2.9.176 Version/11.00', 'Opera', 'Linux'),
(22452, '2025-11-29 09:21:53', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1136.698 Safari/537.36', 'Chrome', 'Windows 10'),
(22453, '2025-11-29 09:22:25', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8512.601 Safari/537.36', 'Chrome', 'Windows 10'),
(22454, '2025-11-29 09:36:29', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5799.620 Safari/537.36', 'Chrome', 'Windows 10'),
(22455, '2025-11-29 09:36:29', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5799.620 Safari/537.36', 'Chrome', 'Windows 10'),
(22456, '2025-11-29 09:36:29', 'W', '51.39.229.217', 'Opera/8.75.(Windows NT 4.0; ha-NG) Presto/2.9.182 Version/10.00', 'Opera', 'Unknown OS Platform'),
(22457, '2025-11-29 09:36:29', 'I', '169.224.70.179', 'Mozilla/5.0 (iPad; CPU iPad OS 17_2 like Mac OS X) AppleWebKit/532.1 (KHTML, like Gecko) FxiOS/13.9i9997.0 Mobile/99L609 Safari/532.1', 'Handheld Browser', 'iPad'),
(22458, '2025-11-29 09:40:52', 'W', '77.69.171.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22459, '2025-11-29 09:40:59', 'W', '195.16.79.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22460, '2025-11-29 09:41:00', 'W', '197.232.0.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22461, '2025-11-29 09:41:02', 'W', '43.174.15.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22462, '2025-11-29 09:47:47', 'W', '187.61.185.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22463, '2025-11-29 09:47:49', 'W', '105.157.107.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22464, '2025-11-29 09:47:50', 'W', '181.233.17.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22465, '2025-11-29 09:47:50', 'W', '45.165.42.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22466, '2025-11-29 09:50:40', 'W', '171.48.17.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22467, '2025-11-29 09:50:42', 'W', '103.120.201.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22468, '2025-11-29 09:50:42', 'W', '112.209.69.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22469, '2025-11-29 09:50:44', 'W', '203.215.174.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22470, '2025-11-29 09:51:13', 'W', '14.191.64.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(22471, '2025-11-29 09:51:14', 'W', '123.22.218.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22472, '2025-11-29 09:52:16', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8346.352 Safari/537.36', 'Chrome', 'Windows 10'),
(22473, '2025-11-29 09:53:40', 'W', '152.53.54.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1074.788 Safari/537.36', 'Chrome', 'Windows 10'),
(22474, '2025-11-29 09:57:31', 'W', '82.167.127.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22475, '2025-11-29 09:57:34', 'W', '174.140.25.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22476, '2025-11-29 09:57:36', 'W', '102.100.212.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22477, '2025-11-29 10:00:50', 'W', '152.53.111.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4481.226 Safari/537.36', 'Chrome', 'Windows 10'),
(22478, '2025-11-29 10:01:08', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9100.148 Safari/537.36', 'Chrome', 'Windows 10'),
(22479, '2025-11-29 10:01:51', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9576.614 Safari/537.36', 'Chrome', 'Windows 10'),
(22480, '2025-11-29 10:04:41', 'W', '95.108.213.78', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22481, '2025-11-29 10:06:20', 'W', '181.111.51.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(22482, '2025-11-29 10:07:42', 'W', '20.169.78.183', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22483, '2025-11-29 10:08:35', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7391.242 Safari/537.36', 'Chrome', 'Windows 10'),
(22484, '2025-11-29 10:08:38', 'W', '14.168.95.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(22485, '2025-11-29 10:10:40', 'W', '169.0.101.183', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/7191-12-17 07:04:06.114777 Firefox/3.8', 'Firefox', 'Linux'),
(22486, '2025-11-29 10:11:03', 'W', '147.30.166.252', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22487, '2025-11-29 10:13:19', 'W', '213.180.203.23', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22488, '2025-11-29 10:15:14', 'W', '103.106.240.112', 'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/531.30.7 (KHTML, like Gecko) Version/4.0 Safari/531.30.7', 'Safari', 'Unknown OS Platform'),
(22489, '2025-11-29 10:16:39', 'W', '152.53.21.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6670.170 Safari/537.36', 'Chrome', 'Windows 10'),
(22490, '2025-11-29 10:18:25', 'W', '128.241.235.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4458.362 Safari/537.36', 'Chrome', 'Windows 10'),
(22491, '2025-11-29 10:18:48', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4749.499 Safari/537.36', 'Chrome', 'Windows 10'),
(22492, '2025-11-29 10:19:43', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3240.872 Safari/537.36', 'Chrome', 'Windows 10'),
(22493, '2025-11-29 10:29:48', 'W', '190.89.30.66', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6 rv:6.0; ce-RU) AppleWebKit/535.4.5 (KHTML, like Gecko) Version/5.0 Safari/535.4.5', 'Safari', 'Mac OS X'),
(22494, '2025-11-29 10:36:13', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4682.257 Safari/537.36', 'Chrome', 'Windows 10'),
(22495, '2025-11-29 10:44:12', 'W', '152.53.110.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7040.682 Safari/537.36', 'Chrome', 'Windows 10'),
(22496, '2025-11-29 10:46:04', 'W', '187.84.152.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(22497, '2025-11-29 10:48:08', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5839.427 Safari/537.36', 'Chrome', 'Windows 10'),
(22498, '2025-11-29 10:49:19', 'A', '94.59.152.211', 'Mozilla/5.0 (Linux; Android 4.4.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/19.0.809.0 Safari/534.1', 'Chrome', 'Android'),
(22499, '2025-11-29 10:55:14', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9963.739 Safari/537.36', 'Chrome', 'Windows 10'),
(22500, '2025-11-29 10:57:33', 'W', '137.155.92.140', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_3 rv:5.0; fo-FO) AppleWebKit/533.4.2 (KHTML, like Gecko) Version/4.0.1 Safari/533.4.2', 'Safari', 'Mac OS X'),
(22501, '2025-11-29 10:57:37', 'W', '113.165.166.22', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows 7'),
(22502, '2025-11-29 10:57:52', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3060.535 Safari/537.36', 'Chrome', 'Windows 10'),
(22503, '2025-11-29 10:59:14', 'W', '152.53.109.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9298.974 Safari/537.36', 'Chrome', 'Windows 10'),
(22504, '2025-11-29 11:02:46', 'W', '152.53.85.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4140.960 Safari/537.36', 'Chrome', 'Windows 10'),
(22505, '2025-11-29 11:03:55', 'W', '5.255.231.130', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22506, '2025-11-29 11:04:05', 'W', '37.120.187.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9414.100 Safari/537.36', 'Chrome', 'Windows 10'),
(22507, '2025-11-29 11:06:14', 'W', '181.115.128.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(22508, '2025-11-29 11:06:44', 'W', '177.74.234.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(22509, '2025-11-29 11:06:45', 'W', '41.198.158.50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(22510, '2025-11-29 11:06:49', 'W', '38.51.206.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'Chrome', 'Mac OS X'),
(22511, '2025-11-29 11:11:50', 'W', '189.215.157.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(22512, '2025-11-29 11:13:53', 'W', '201.0.61.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(22513, '2025-11-29 11:14:37', 'W', '152.53.12.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3640.960 Safari/537.36', 'Chrome', 'Windows 10'),
(22514, '2025-11-29 11:15:43', 'W', '213.180.203.12', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22515, '2025-11-29 11:16:11', 'W', '43.173.180.50', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22516, '2025-11-29 11:19:32', 'W', '180.191.59.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(22517, '2025-11-29 11:21:00', 'W', '37.212.39.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22518, '2025-11-29 11:21:02', 'W', '146.190.223.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22519, '2025-11-29 11:21:04', 'W', '154.121.142.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22520, '2025-11-29 11:21:11', 'W', '49.37.159.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22521, '2025-11-29 11:22:09', 'W', '202.76.176.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19', 'Chrome', 'Mac OS X'),
(22522, '2025-11-29 11:22:56', 'W', '43.173.176.167', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22523, '2025-11-29 11:22:58', 'W', '103.248.120.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22524, '2025-11-29 11:25:06', 'W', '87.250.224.12', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22525, '2025-11-29 11:25:09', 'W', '177.86.149.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(22526, '2025-11-29 11:25:12', 'W', '89.58.44.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4444.359 Safari/537.36', 'Chrome', 'Windows 10'),
(22527, '2025-11-29 11:26:32', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1754.944 Safari/537.36', 'Chrome', 'Windows 10'),
(22528, '2025-11-29 11:27:28', 'W', '181.46.136.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22529, '2025-11-29 11:28:32', 'W', '196.189.18.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22530, '2025-11-29 11:31:37', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8219.397 Safari/537.36', 'Chrome', 'Windows 10'),
(22531, '2025-11-29 11:34:12', 'W', '152.53.3.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5266.252 Safari/537.36', 'Chrome', 'Windows 10'),
(22532, '2025-11-29 11:34:35', 'W', '41.71.30.71', 'Opera/9.47.(X11; Linux i686; am-ET) Presto/2.9.171 Version/10.00', 'Opera', 'Linux'),
(22533, '2025-11-29 11:35:16', 'W', '95.212.120.100', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 8'),
(22534, '2025-11-29 11:35:25', 'W', '182.181.193.2', 'Mozilla/5.0 (Windows NT 6.0; byn-ER; rv:1.9.0.20) Gecko/5214-02-19 10:26:52.451965 Firefox/3.8', 'Firefox', 'Windows Vista'),
(22535, '2025-11-29 11:35:29', 'W', '137.155.17.162', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/4.1)', 'Internet Explorer', 'Windows Vista'),
(22536, '2025-11-29 11:39:42', 'W', '37.238.63.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22537, '2025-11-29 11:39:45', 'W', '206.0.91.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22538, '2025-11-29 11:39:45', 'W', '37.239.224.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22539, '2025-11-29 11:39:49', 'W', '91.186.249.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22540, '2025-11-29 11:41:06', 'W', '118.100.234.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22541, '2025-11-29 11:45:36', 'W', '178.210.225.134', 'Opera/8.70.(Windows 98; Win 9x 4.90; fr-CA) Presto/2.9.179 Version/10.00', 'Opera', 'Unknown OS Platform'),
(22542, '2025-11-29 11:46:09', 'W', '14.254.142.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(22543, '2025-11-29 11:50:49', 'W', '187.62.78.111', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Windows 7'),
(22544, '2025-11-29 11:52:44', 'W', '5.255.231.112', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22545, '2025-11-29 12:01:30', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4346.388 Safari/537.36', 'Chrome', 'Windows 10'),
(22546, '2025-11-29 12:02:01', 'W', '186.210.35.152', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Mac OS X'),
(22547, '2025-11-29 12:02:03', 'W', '170.83.100.131', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 7'),
(22548, '2025-11-29 12:04:32', 'W', '176.29.167.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22549, '2025-11-29 12:04:34', 'W', '104.244.227.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22550, '2025-11-29 12:04:34', 'W', '187.19.253.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22551, '2025-11-29 12:04:35', 'W', '181.115.172.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22552, '2025-11-29 12:05:17', 'W', '205.169.39.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22553, '2025-11-29 12:05:39', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5182.679 Safari/537.36', 'Chrome', 'Windows 10'),
(22554, '2025-11-29 12:06:33', 'W', '213.180.203.49', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22555, '2025-11-29 12:07:55', 'W', '203.89.126.57', 'Opera/8.74.(Windows NT 5.2; lt-LT) Presto/2.9.190 Version/11.00', 'Opera', 'Windows Server 2003/XP x64'),
(22556, '2025-11-29 12:08:23', 'W', '37.35.67.210', 'Opera/8.36.(Windows NT 11.0; gu-IN) Presto/2.9.173 Version/11.00', 'Opera', 'Unknown OS Platform'),
(22557, '2025-11-29 12:16:36', 'W', '35.87.162.186', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(22558, '2025-11-29 12:17:29', 'W', '35.87.162.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22559, '2025-11-29 12:20:04', 'W', '152.53.52.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2113.986 Safari/537.36', 'Chrome', 'Windows 10'),
(22560, '2025-11-29 12:20:39', 'W', '106.117.48.27', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22561, '2025-11-29 12:22:07', 'I', '95.47.103.250', 'Mozilla/5.0 (iPad; CPU iPad OS 10_3_4 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) FxiOS/17.9x3093.0 Mobile/89X228 Safari/536.2', 'Handheld Browser', 'iPad'),
(22562, '2025-11-29 12:24:05', 'A', '14.233.82.119', 'Mozilla/5.0 (Linux; Android 9) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/59.0.804.0 Safari/534.2', 'Chrome', 'Android'),
(22563, '2025-11-29 12:24:28', 'W', '152.53.87.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1233.613 Safari/537.36', 'Chrome', 'Windows 10'),
(22564, '2025-11-29 12:28:45', 'W', '167.99.10.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22565, '2025-11-29 12:28:47', 'W', '206.189.226.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22566, '2025-11-29 12:28:47', 'W', '169.224.18.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22567, '2025-11-29 12:28:49', 'W', '82.197.48.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22568, '2025-11-29 12:29:39', 'W', '49.36.69.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22569, '2025-11-29 12:29:41', 'W', '95.184.15.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22570, '2025-11-29 12:29:44', 'W', '46.251.213.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22571, '2025-11-29 12:29:44', 'W', '192.141.223.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22572, '2025-11-29 12:30:29', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3266.963 Safari/537.36', 'Chrome', 'Windows 10'),
(22573, '2025-11-29 12:37:15', 'W', '196.137.110.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22574, '2025-11-29 12:37:17', 'W', '198.211.96.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22575, '2025-11-29 12:37:20', 'W', '45.160.89.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22576, '2025-11-29 12:37:33', 'W', '152.53.108.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5514.473 Safari/537.36', 'Chrome', 'Windows 10'),
(22577, '2025-11-29 12:38:32', 'W', '2.90.215.110', 'Mozilla/5.0 (Windows 98; sc-IT; rv:1.9.1.20) Gecko/8255-03-17 03:34:13.716064 Firefox/3.8', 'Firefox', 'Unknown OS Platform'),
(22578, '2025-11-29 12:40:28', 'W', '103.235.2.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22579, '2025-11-29 12:40:29', 'W', '217.19.215.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22580, '2025-11-29 12:40:31', 'W', '190.97.242.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22581, '2025-11-29 12:40:32', 'W', '137.184.213.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22582, '2025-11-29 12:43:07', 'W', '41.209.3.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22583, '2025-11-29 12:43:09', 'W', '45.127.245.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22584, '2025-11-29 12:43:11', 'W', '106.217.99.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22585, '2025-11-29 12:43:13', 'W', '59.153.231.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22586, '2025-11-29 12:45:31', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6870.550 Safari/537.36', 'Chrome', 'Windows 10'),
(22587, '2025-11-29 12:48:11', 'W', '87.250.224.115', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22588, '2025-11-29 12:48:45', 'W', '45.228.205.127', 'Opera/8.25.(X11; Linux i686; fr-CA) Presto/2.9.163 Version/11.00', 'Opera', 'Linux'),
(22589, '2025-11-29 12:51:36', 'W', '202.61.224.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6072.469 Safari/537.36', 'Chrome', 'Windows 10'),
(22590, '2025-11-29 12:54:05', 'W', '200.7.207.178', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(22591, '2025-11-29 12:54:08', 'W', '170.84.225.173', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(22592, '2025-11-29 12:54:27', 'W', '179.174.0.92', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 ADG/11.0.2566 AOLBUILD/11.0.2566 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22593, '2025-11-29 12:54:32', 'W', '179.208.112.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(22594, '2025-11-29 12:54:52', 'W', '152.53.111.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6899.799 Safari/537.36', 'Chrome', 'Windows 10'),
(22595, '2025-11-29 12:55:32', 'W', '103.112.55.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Windows 10'),
(22596, '2025-11-29 12:57:20', 'W', '42.108.86.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22597, '2025-11-29 12:57:22', 'W', '192.241.156.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22598, '2025-11-29 12:57:32', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1556.551 Safari/537.36', 'Chrome', 'Windows 10'),
(22599, '2025-11-29 12:57:57', 'W', '205.164.154.171', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(22600, '2025-11-29 12:59:55', 'W', '152.53.49.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7944.333 Safari/537.36', 'Chrome', 'Windows 10'),
(22601, '2025-11-29 13:09:19', 'W', '197.185.152.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22602, '2025-11-29 13:09:21', 'W', '78.190.180.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22603, '2025-11-29 13:09:23', 'W', '94.230.231.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22604, '2025-11-29 13:09:25', 'W', '191.84.206.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22605, '2025-11-29 13:11:07', 'W', '103.199.110.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(22606, '2025-11-29 13:12:02', 'W', '180.75.236.237', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.41.6 (KHTML, like Gecko) Version/4.0.1 Safari/533.41.6', 'Safari', 'Unknown OS Platform'),
(22607, '2025-11-29 13:13:31', 'W', '158.51.100.148', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 10.0; Trident/3.1)', 'Internet Explorer', 'Windows 10'),
(22608, '2025-11-29 13:14:18', 'W', '152.53.86.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1740.817 Safari/537.36', 'Chrome', 'Windows 10'),
(22609, '2025-11-29 13:14:23', 'W', '168.196.138.68', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22610, '2025-11-29 13:16:40', 'W', '142.93.204.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22611, '2025-11-29 13:16:42', 'W', '167.99.235.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22612, '2025-11-29 13:16:44', 'W', '41.208.141.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22613, '2025-11-29 13:16:44', 'W', '201.176.202.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22614, '2025-11-29 13:17:52', 'W', '17.22.237.155', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22615, '2025-11-29 13:18:16', 'W', '188.172.229.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2586.169 Safari/537.36', 'Chrome', 'Windows 10'),
(22616, '2025-11-29 13:22:16', 'W', '197.244.209.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22617, '2025-11-29 13:22:16', 'W', '39.63.225.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22618, '2025-11-29 13:22:19', 'W', '186.27.163.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22619, '2025-11-29 13:22:22', 'W', '188.52.48.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22620, '2025-11-29 13:25:05', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3742.736 Safari/537.36', 'Chrome', 'Windows 10'),
(22621, '2025-11-29 13:29:46', 'W', '152.53.111.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4872.992 Safari/537.36', 'Chrome', 'Windows 10'),
(22622, '2025-11-29 13:31:19', 'W', '102.91.103.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1309.0 Safari/537.17', 'Chrome', 'Mac OS X'),
(22623, '2025-11-29 13:33:03', 'W', '152.53.108.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7001.284 Safari/537.36', 'Chrome', 'Windows 10'),
(22624, '2025-11-29 13:33:40', 'W', '37.238.115.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22625, '2025-11-29 13:33:43', 'W', '186.235.190.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22626, '2025-11-29 13:33:45', 'W', '217.142.21.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22627, '2025-11-29 13:33:46', 'W', '103.109.239.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22628, '2025-11-29 13:38:29', 'W', '18.246.226.157', 'python-httpx/0.22.0', 'Unknown Browser', 'Unknown OS Platform'),
(22629, '2025-11-29 13:39:10', 'W', '18.246.226.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22630, '2025-11-29 13:39:17', 'W', '46.38.238.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3506.748 Safari/537.36', 'Chrome', 'Windows 10'),
(22631, '2025-11-29 13:40:48', 'W', '152.53.17.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6411.618 Safari/537.36', 'Chrome', 'Windows 10'),
(22632, '2025-11-29 13:47:50', 'W', '138.186.237.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22633, '2025-11-29 13:47:51', 'W', '45.125.4.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22634, '2025-11-29 13:47:53', 'W', '185.105.228.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22635, '2025-11-29 13:47:54', 'W', '189.4.104.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22636, '2025-11-29 13:50:28', 'W', '179.60.70.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22637, '2025-11-29 13:50:31', 'W', '186.129.97.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22638, '2025-11-29 13:50:32', 'W', '115.135.30.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22639, '2025-11-29 13:50:41', 'W', '157.48.243.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22640, '2025-11-29 13:54:53', 'W', '41.143.209.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'Chrome', 'Mac OS X'),
(22641, '2025-11-29 13:55:42', 'W', '161.35.6.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22642, '2025-11-29 13:55:44', 'W', '177.104.98.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22643, '2025-11-29 13:55:45', 'W', '102.253.4.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22644, '2025-11-29 13:55:49', 'W', '149.50.198.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22645, '2025-11-29 13:55:57', 'W', '191.91.213.64', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(22646, '2025-11-29 13:57:46', 'W', '17.246.19.33', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22647, '2025-11-29 14:00:54', 'W', '38.156.75.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22648, '2025-11-29 14:00:54', 'W', '181.230.79.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22649, '2025-11-29 14:00:56', 'W', '109.107.243.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22650, '2025-11-29 14:00:57', 'W', '177.125.147.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22651, '2025-11-29 14:01:25', 'W', '189.30.51.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22652, '2025-11-29 14:01:26', 'W', '206.84.81.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22653, '2025-11-29 14:01:28', 'W', '165.227.199.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22654, '2025-11-29 14:01:30', 'W', '103.234.202.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22655, '2025-11-29 14:05:16', 'W', '154.161.255.228', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/7549-10-25 20:18:31.650848 Firefox/12.0', 'Firefox', 'Linux'),
(22656, '2025-11-29 14:06:19', 'W', '41.158.146.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(22657, '2025-11-29 14:07:43', 'W', '213.201.242.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22658, '2025-11-29 14:07:44', 'W', '181.214.187.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22659, '2025-11-29 14:08:18', 'W', '102.210.28.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22660, '2025-11-29 14:08:19', 'W', '79.177.150.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22661, '2025-11-29 14:08:19', 'W', '185.97.95.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22662, '2025-11-29 14:08:21', 'W', '104.248.54.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22663, '2025-11-29 14:09:28', 'W', '17.22.253.87', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22664, '2025-11-29 14:10:01', 'W', '5.255.231.36', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22665, '2025-11-29 14:17:31', 'W', '43.173.182.5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22666, '2025-11-29 14:27:21', 'W', '179.34.196.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22667, '2025-11-29 14:28:58', 'W', '152.53.108.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5643.469 Safari/537.36', 'Chrome', 'Windows 10'),
(22668, '2025-11-29 14:38:04', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8098.325 Safari/537.36', 'Chrome', 'Windows 10'),
(22669, '2025-11-29 14:39:46', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9921.520 Safari/537.36', 'Chrome', 'Windows 10'),
(22670, '2025-11-29 14:44:04', 'W', '191.239.245.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22671, '2025-11-29 14:48:32', 'W', '196.189.25.57', 'Opera/8.55.(Windows 98; Win 9x 4.90; ms-MY) Presto/2.9.184 Version/12.00', 'Opera', 'Unknown OS Platform'),
(22672, '2025-11-29 14:50:18', 'W', '103.133.200.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22673, '2025-11-29 14:50:21', 'W', '190.120.248.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22674, '2025-11-29 14:50:22', 'W', '189.126.198.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22675, '2025-11-29 14:50:32', 'W', '102.135.169.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22676, '2025-11-29 14:53:58', 'W', '144.48.108.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Mac OS X'),
(22677, '2025-11-29 14:55:06', 'W', '103.171.251.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.101.4951.54 Safari/537.36', 'Chrome', 'Windows 10'),
(22678, '2025-11-29 14:56:18', 'W', '103.130.18.210', 'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/535.17.4 (KHTML, like Gecko) Version/4.0.3 Safari/535.17.4', 'Safari', 'Unknown OS Platform'),
(22679, '2025-11-29 14:57:40', 'W', '178.136.213.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36', 'Chrome', 'Mac OS X'),
(22680, '2025-11-29 14:58:01', 'W', '170.78.95.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(22681, '2025-11-29 15:00:04', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7771.498 Safari/537.36', 'Chrome', 'Windows 10'),
(22682, '2025-11-29 15:01:48', 'W', '54.206.115.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22683, '2025-11-29 15:01:56', 'W', '54.206.115.99', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(22684, '2025-11-29 15:05:29', 'W', '188.68.53.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9277.902 Safari/537.36', 'Chrome', 'Windows 10'),
(22685, '2025-11-29 15:05:57', 'W', '223.181.122.25', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 11.0; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22686, '2025-11-29 15:06:29', 'W', '17.22.253.71', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22687, '2025-11-29 15:06:37', 'W', '152.53.110.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1967.479 Safari/537.36', 'Chrome', 'Windows 10'),
(22688, '2025-11-29 15:06:38', 'W', '45.179.206.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4702.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(22689, '2025-11-29 15:09:50', 'W', '179.0.78.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(22690, '2025-11-29 15:09:52', 'W', '177.101.43.227', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(22691, '2025-11-29 15:09:53', 'W', '190.220.151.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(22692, '2025-11-29 15:10:58', 'W', '152.53.53.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4892.750 Safari/537.36', 'Chrome', 'Windows 10'),
(22693, '2025-11-29 15:14:13', 'W', '206.81.8.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22694, '2025-11-29 15:14:15', 'W', '82.215.105.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22695, '2025-11-29 15:14:17', 'W', '168.121.74.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22696, '2025-11-29 15:14:24', 'W', '5.21.238.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22697, '2025-11-29 15:17:06', 'W', '152.53.85.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9134.952 Safari/537.36', 'Chrome', 'Windows 10'),
(22698, '2025-11-29 15:17:29', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7597.632 Safari/537.36', 'Chrome', 'Windows 10'),
(22699, '2025-11-29 15:22:23', 'W', '152.53.33.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6444.819 Safari/537.36', 'Chrome', 'Windows 10'),
(22700, '2025-11-29 15:25:10', 'W', '17.246.15.111', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22701, '2025-11-29 15:29:54', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8671.419 Safari/537.36', 'Chrome', 'Windows 10'),
(22702, '2025-11-29 15:30:43', 'W', '5.255.231.109', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22703, '2025-11-29 15:39:25', 'W', '77.223.244.8', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22704, '2025-11-29 15:39:50', 'W', '196.189.225.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22705, '2025-11-29 15:39:52', 'W', '181.226.163.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22706, '2025-11-29 15:39:54', 'W', '68.183.104.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22707, '2025-11-29 15:40:01', 'W', '186.12.190.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22708, '2025-11-29 15:53:13', 'W', '141.8.143.1', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22709, '2025-11-29 15:53:13', 'W', '213.180.203.239', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22710, '2025-11-29 15:53:14', 'W', '77.88.47.16', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22711, '2025-11-29 15:53:14', 'W', '87.250.233.1', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22712, '2025-11-29 15:53:14', 'W', '5.255.231.171', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22713, '2025-11-29 15:53:15', 'W', '5.255.251.131', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22714, '2025-11-29 15:53:16', 'W', '77.88.9.135', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22715, '2025-11-29 15:55:00', 'W', '141.105.171.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22716, '2025-11-29 15:55:03', 'W', '201.202.14.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22717, '2025-11-29 15:55:03', 'W', '187.190.189.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22718, '2025-11-29 15:55:35', 'W', '111.119.210.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(22719, '2025-11-29 15:56:15', 'W', '179.51.143.115', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/59.0.877.0 Safari/533.1', 'Chrome', 'Linux'),
(22720, '2025-11-29 16:03:25', 'W', '190.102.46.206', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.41 Safari/537.36', 'Chrome', 'Windows 7'),
(22721, '2025-11-29 16:03:29', 'W', '201.219.167.165', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/90.0.4430.72 Safari/537.36', 'Chrome', 'Windows 7'),
(22722, '2025-11-29 16:04:02', 'W', '98.244.113.38', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/28.0.803.0 Safari/531.0', 'Chrome', 'Windows 10'),
(22723, '2025-11-29 16:06:56', 'W', '17.246.19.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22724, '2025-11-29 16:08:48', 'W', '152.53.47.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1492.986 Safari/537.36', 'Chrome', 'Windows 10'),
(22725, '2025-11-29 16:14:50', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2253.752 Safari/537.36', 'Chrome', 'Windows 10'),
(22726, '2025-11-29 16:15:04', 'W', '43.173.177.99', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22727, '2025-11-29 16:17:12', 'W', '18.237.42.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 YaBrowser/25.10.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22728, '2025-11-29 16:17:40', 'W', '38.54.105.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22729, '2025-11-29 16:17:56', 'W', '31.56.240.149', 'Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', 'Firefox', 'Linux'),
(22730, '2025-11-29 16:19:49', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9168.805 Safari/537.36', 'Chrome', 'Windows 10'),
(22731, '2025-11-29 16:24:09', 'W', '190.242.25.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22732, '2025-11-29 16:24:18', 'W', '181.208.78.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22733, '2025-11-29 16:24:19', 'W', '41.249.153.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22734, '2025-11-29 16:24:21', 'W', '206.84.41.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22735, '2025-11-29 16:25:36', 'W', '49.151.161.33', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/46.0.800.0 Safari/531.0', 'Chrome', 'Windows 2000'),
(22736, '2025-11-29 16:25:54', 'W', '152.53.18.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9586.526 Safari/537.36', 'Chrome', 'Windows 10'),
(22737, '2025-11-29 16:27:17', 'W', '190.98.18.179', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22738, '2025-11-29 16:28:36', 'W', '152.53.110.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2730.595 Safari/537.36', 'Chrome', 'Windows 10'),
(22739, '2025-11-29 16:30:23', 'W', '196.74.191.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22740, '2025-11-29 16:32:05', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3751.467 Safari/537.36', 'Chrome', 'Windows 10'),
(22741, '2025-11-29 16:33:02', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8034.516 Safari/537.36', 'Chrome', 'Windows 10'),
(22742, '2025-11-29 16:35:26', 'I', '156.239.193.248', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; ht-HT) AppleWebKit/532.13.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6532.13.5', 'Handheld Browser', 'iPod'),
(22743, '2025-11-29 16:42:11', 'W', '46.149.61.196', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Windows 10'),
(22744, '2025-11-29 16:42:14', 'W', '5.255.231.68', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22745, '2025-11-29 16:44:24', 'W', '152.56.240.211', 'Opera/8.87.(X11; Linux x86_64; pap-CW) Presto/2.9.169 Version/12.00', 'Opera', 'Linux'),
(22746, '2025-11-29 16:44:52', 'W', '104.244.230.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(22747, '2025-11-29 16:46:47', 'W', '5.62.148.128', 'Opera/9.68.(X11; Linux x86_64; om-KE) Presto/2.9.186 Version/10.00', 'Opera', 'Linux'),
(22748, '2025-11-29 16:47:22', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7322.783 Safari/537.36', 'Chrome', 'Windows 10'),
(22749, '2025-11-29 16:47:57', 'W', '161.35.10.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22750, '2025-11-29 16:47:57', 'W', '162.243.172.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22751, '2025-11-29 16:54:44', 'W', '57.141.4.54', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(22752, '2025-11-29 16:59:34', 'W', '152.53.51.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5831.104 Safari/537.36', 'Chrome', 'Windows 10'),
(22753, '2025-11-29 17:05:13', 'W', '152.53.85.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7785.516 Safari/537.36', 'Chrome', 'Windows 10'),
(22754, '2025-11-29 17:05:18', 'W', '37.46.196.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)', 'Unknown Browser', 'Windows 10'),
(22755, '2025-11-29 17:05:43', 'W', '152.53.18.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9785.485 Safari/537.36', 'Chrome', 'Windows 10'),
(22756, '2025-11-29 17:09:33', 'I', '179.96.249.39', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; nds-DE) AppleWebKit/535.29.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6535.29.3', 'Handheld Browser', 'iPod'),
(22757, '2025-11-29 17:09:41', 'W', '152.53.3.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8613.466 Safari/537.36', 'Chrome', 'Windows 10'),
(22758, '2025-11-29 17:10:25', 'W', '152.53.110.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8725.622 Safari/537.36', 'Chrome', 'Windows 10'),
(22759, '2025-11-29 17:11:36', 'W', '17.22.253.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22760, '2025-11-29 17:12:52', 'W', '68.221.75.27', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22761, '2025-11-29 17:13:15', 'W', '194.127.108.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22762, '2025-11-29 17:13:18', 'W', '176.28.74.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22763, '2025-11-29 17:13:21', 'W', '129.208.75.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22764, '2025-11-29 17:13:23', 'W', '102.157.43.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22765, '2025-11-29 17:13:49', 'W', '168.0.99.181', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/4.0)', 'Internet Explorer', 'Windows 2000'),
(22766, '2025-11-29 17:19:16', 'W', '73.2.230.99', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 11.0; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(22767, '2025-11-29 17:19:41', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7858.737 Safari/537.36', 'Chrome', 'Windows 10'),
(22768, '2025-11-29 17:19:43', 'W', '37.120.184.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8622.655 Safari/537.36', 'Chrome', 'Windows 10'),
(22769, '2025-11-29 17:21:01', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9849.218 Safari/537.36', 'Chrome', 'Windows 10'),
(22770, '2025-11-29 17:24:09', 'W', '103.251.254.235', 'Opera/9.16.(Windows CE; es-US) Presto/2.9.184 Version/12.00', 'Opera', 'Unknown OS Platform'),
(22771, '2025-11-29 17:27:21', 'W', '4.239.248.87', '', 'Unknown Browser', 'Unknown OS Platform'),
(22772, '2025-11-29 17:27:52', 'W', '109.206.181.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Linux'),
(22773, '2025-11-29 17:37:21', 'W', '196.191.55.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22774, '2025-11-29 17:37:25', 'W', '179.99.19.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22775, '2025-11-29 17:37:30', 'W', '41.56.82.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22776, '2025-11-29 17:37:34', 'W', '45.172.240.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22777, '2025-11-29 17:37:46', 'W', '3.27.160.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22778, '2025-11-29 17:37:48', 'W', '3.27.160.88', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(22779, '2025-11-29 17:39:19', 'W', '152.53.52.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8725.126 Safari/537.36', 'Chrome', 'Windows 10'),
(22780, '2025-11-29 17:40:16', 'A', '177.46.33.113', 'Mozilla/5.0 (Android 4.2; Mobile; rv:43.0) Gecko/43.0 Firefox/43.0', 'Handheld Browser', 'Android'),
(22781, '2025-11-29 17:42:29', 'W', '42.0.7.221', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22782, '2025-11-29 17:46:56', 'I', '184.147.112.47', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(22783, '2025-11-29 17:49:27', 'W', '138.255.95.42', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(22784, '2025-11-29 17:52:18', 'W', '102.0.5.132', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/31.0.890.0 Safari/536.0', 'Chrome', 'Windows XP'),
(22785, '2025-11-29 17:52:32', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9786.147 Safari/537.36', 'Chrome', 'Windows 10'),
(22786, '2025-11-29 17:52:47', 'W', '186.250.206.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36	Chrome Generic', 'Chrome', 'Mac OS X'),
(22787, '2025-11-29 17:53:37', 'W', '194.1.218.229', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(22788, '2025-11-29 17:55:54', 'W', '188.40.192.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(22789, '2025-11-29 17:57:11', 'W', '186.21.240.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(22790, '2025-11-29 18:01:29', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1798.155 Safari/537.36', 'Chrome', 'Windows 10'),
(22791, '2025-11-29 18:01:53', 'W', '38.226.202.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22792, '2025-11-29 18:01:56', 'W', '190.89.30.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22793, '2025-11-29 18:02:02', 'W', '5.163.94.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22794, '2025-11-29 18:02:05', 'W', '169.224.11.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22795, '2025-11-29 18:04:55', 'W', '66.9.172.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22796, '2025-11-29 18:04:57', 'W', '167.71.20.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22797, '2025-11-29 18:04:58', 'W', '128.201.99.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22798, '2025-11-29 18:05:00', 'W', '45.168.23.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22799, '2025-11-29 18:05:50', 'W', '89.58.27.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9742.638 Safari/537.36', 'Chrome', 'Windows 10'),
(22800, '2025-11-29 18:07:42', 'W', '139.135.39.1', 'Opera/9.65.(Windows CE; sv-FI) Presto/2.9.171 Version/10.00', 'Opera', 'Unknown OS Platform'),
(22801, '2025-11-29 18:11:49', 'W', '152.53.14.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4120.467 Safari/537.36', 'Chrome', 'Windows 10'),
(22802, '2025-11-29 18:13:48', 'W', '169.224.23.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22803, '2025-11-29 18:13:53', 'W', '103.72.2.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22804, '2025-11-29 18:13:55', 'W', '177.53.213.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22805, '2025-11-29 18:13:56', 'W', '190.122.221.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22806, '2025-11-29 18:14:33', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2083.304 Safari/537.36', 'Chrome', 'Windows 10'),
(22807, '2025-11-29 18:16:28', 'W', '170.83.118.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Mac OS X'),
(22808, '2025-11-29 18:17:35', 'W', '89.58.16.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8833.809 Safari/537.36', 'Chrome', 'Windows 10'),
(22809, '2025-11-29 18:18:58', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4568.319 Safari/537.36', 'Chrome', 'Windows 10'),
(22810, '2025-11-29 18:19:07', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7472.774 Safari/537.36', 'Chrome', 'Windows 10'),
(22811, '2025-11-29 18:23:08', 'W', '152.53.86.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6658.741 Safari/537.36', 'Chrome', 'Windows 10'),
(22812, '2025-11-29 18:23:14', 'W', '37.214.6.56', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22813, '2025-11-29 18:28:51', 'W', '101.53.234.250', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trident/3.0)', 'Internet Explorer', 'Windows 7'),
(22814, '2025-11-29 18:31:38', 'W', '128.241.235.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6237.980 Safari/537.36', 'Chrome', 'Windows 10'),
(22815, '2025-11-29 18:33:38', 'W', '87.101.80.179', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(22816, '2025-11-29 18:38:17', 'W', '146.174.172.204', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11', 'Chrome', 'Windows 8'),
(22817, '2025-11-29 18:38:18', 'W', '152.53.2.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7415.762 Safari/537.36', 'Chrome', 'Windows 10'),
(22818, '2025-11-29 18:39:50', 'W', '145.255.169.163', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Windows 10'),
(22819, '2025-11-29 18:40:53', 'W', '168.205.39.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 10'),
(22820, '2025-11-29 18:46:33', 'W', '170.239.111.138', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(22821, '2025-11-29 18:50:33', 'W', '93.180.222.2', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22822, '2025-11-29 18:53:24', 'W', '170.78.167.216', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 7'),
(22823, '2025-11-29 18:55:41', 'W', '37.111.159.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22824, '2025-11-29 18:59:49', 'W', '152.53.110.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6887.709 Safari/537.36', 'Chrome', 'Windows 10'),
(22825, '2025-11-29 19:12:33', 'W', '152.53.108.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2149.503 Safari/537.36', 'Chrome', 'Windows 10'),
(22826, '2025-11-29 19:14:52', 'W', '167.61.246.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22827, '2025-11-29 19:16:31', 'W', '128.241.235.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4777.383 Safari/537.36', 'Chrome', 'Windows 10'),
(22828, '2025-11-29 19:17:31', 'W', '152.53.108.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9164.175 Safari/537.36', 'Chrome', 'Windows 10'),
(22829, '2025-11-29 19:17:36', 'W', '93.184.15.2', 'Opera/8.98.(Windows CE; sq-ML) Presto/2.9.166 Version/12.00', 'Opera', 'Unknown OS Platform'),
(22830, '2025-11-29 19:20:24', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2730.447 Safari/537.36', 'Chrome', 'Windows 10'),
(22831, '2025-11-29 19:25:14', 'W', '14.173.239.133', 'Opera/8.31.(X11; Linux x86_64; hak-TW) Presto/2.9.178 Version/10.00', 'Opera', 'Linux'),
(22832, '2025-11-29 19:26:50', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1785.321 Safari/537.36', 'Chrome', 'Windows 10'),
(22833, '2025-11-29 19:29:15', 'W', '137.155.0.82', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_3 rv:4.0; oc-FR) AppleWebKit/532.34.7 (KHTML, like Gecko) Version/5.1 Safari/532.34.7', 'Safari', 'Mac OS X'),
(22834, '2025-11-29 19:31:54', 'W', '89.58.57.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4445.764 Safari/537.36', 'Chrome', 'Windows 10'),
(22835, '2025-11-29 19:34:53', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9946.412 Safari/537.36', 'Chrome', 'Windows 10'),
(22836, '2025-11-29 19:39:09', 'W', '194.36.147.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1925.982 Safari/537.36', 'Chrome', 'Windows 10'),
(22837, '2025-11-29 19:39:46', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8788.226 Safari/537.36', 'Chrome', 'Windows 10'),
(22838, '2025-11-29 19:42:33', 'W', '17.246.19.7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22839, '2025-11-29 19:45:53', 'W', '181.216.196.20', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Mac OS X'),
(22840, '2025-11-29 19:45:56', 'W', '160.20.35.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22841, '2025-11-29 19:49:59', 'W', '103.94.255.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/85.0.4183.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(22842, '2025-11-29 19:51:03', 'W', '45.187.213.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.147 Safari/537.36', 'Chrome', 'Mac OS X'),
(22843, '2025-11-29 19:55:15', 'W', '95.108.213.106', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22844, '2025-11-29 19:55:32', 'W', '37.120.187.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7622.438 Safari/537.36', 'Chrome', 'Windows 10'),
(22845, '2025-11-29 19:55:38', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4948.250 Safari/537.36', 'Chrome', 'Windows 10'),
(22846, '2025-11-29 19:56:52', 'W', '203.223.88.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(22847, '2025-11-29 19:56:54', 'W', '186.235.202.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22848, '2025-11-29 20:02:19', 'W', '152.53.49.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8972.690 Safari/537.36', 'Chrome', 'Windows 10'),
(22849, '2025-11-29 20:03:18', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3499.256 Safari/537.36', 'Chrome', 'Windows 10'),
(22850, '2025-11-29 20:04:35', 'W', '152.53.16.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7322.403 Safari/537.36', 'Chrome', 'Windows 10'),
(22851, '2025-11-29 20:11:09', 'I', '102.0.11.78', 'Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) CriOS/53.0.894.0 Mobile/54J430 Safari/532.2', 'Handheld Browser', 'iPhone'),
(22852, '2025-11-29 20:13:35', 'W', '104.252.184.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22853, '2025-11-29 20:13:58', 'W', '171.226.134.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Mac OS X'),
(22854, '2025-11-29 20:15:47', 'W', '84.37.183.251', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22855, '2025-11-29 20:16:10', 'W', '88.175.30.131', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.2; Trident/5.1)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(22856, '2025-11-29 20:19:51', 'W', '213.180.203.128', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22857, '2025-11-29 20:20:40', 'W', '190.19.68.216', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Windows 7'),
(22858, '2025-11-29 20:22:26', 'W', '180.252.228.230', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 11.0; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22859, '2025-11-29 20:24:47', 'W', '37.120.187.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8560.411 Safari/537.36', 'Chrome', 'Windows 10'),
(22860, '2025-11-29 20:33:22', 'W', '13.239.38.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22861, '2025-11-29 20:33:29', 'W', '13.239.38.121', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(22862, '2025-11-29 20:35:16', 'W', '152.53.131.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6202.379 Safari/537.36', 'Chrome', 'Windows 10'),
(22863, '2025-11-29 20:39:14', 'W', '188.68.53.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3059.950 Safari/537.36', 'Chrome', 'Windows 10'),
(22864, '2025-11-29 20:39:35', 'W', '89.7.207.33', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_5; rv:1.9.4.20) Gecko/6869-09-17 18:31:02.170441 Firefox/14.0', 'Firefox', 'Mac OS X'),
(22865, '2025-11-29 20:42:15', 'W', '20.97.189.103', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22866, '2025-11-29 20:46:09', 'W', '109.107.251.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.69 Safari/537.36', 'Chrome', 'Mac OS X'),
(22867, '2025-11-29 20:48:07', 'W', '190.5.39.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(22868, '2025-11-29 20:48:54', 'W', '193.43.140.82', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/27.0.813.0 Safari/535.0', 'Chrome', 'Linux'),
(22869, '2025-11-29 20:50:00', 'W', '152.53.53.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9703.470 Safari/537.36', 'Chrome', 'Windows 10'),
(22870, '2025-11-29 20:51:21', 'W', '190.70.19.120', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22871, '2025-11-29 20:53:14', 'W', '187.246.14.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22872, '2025-11-29 20:55:12', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9901.319 Safari/537.36', 'Chrome', 'Windows 10'),
(22873, '2025-11-29 20:55:38', 'W', '186.247.101.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Mac OS X'),
(22874, '2025-11-29 20:55:57', 'W', '172.213.21.126', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22875, '2025-11-29 20:58:21', 'W', '213.196.99.253', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(22876, '2025-11-29 21:00:57', 'W', '152.53.17.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7489.123 Safari/537.36', 'Chrome', 'Windows 10'),
(22877, '2025-11-29 21:02:10', 'W', '37.120.187.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3278.612 Safari/537.36', 'Chrome', 'Windows 10'),
(22878, '2025-11-29 21:02:11', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6166.144 Safari/537.36', 'Chrome', 'Windows 10'),
(22879, '2025-11-29 21:03:34', 'W', '152.53.110.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3752.904 Safari/537.36', 'Chrome', 'Windows 10'),
(22880, '2025-11-29 21:06:46', 'W', '210.4.92.243', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.1.3 (KHTML, like Gecko) Version/5.0 Safari/533.1.3', 'Safari', 'Unknown OS Platform'),
(22881, '2025-11-29 21:09:53', 'W', '152.53.2.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5332.634 Safari/537.36', 'Chrome', 'Windows 10'),
(22882, '2025-11-29 21:16:55', 'W', '172.56.166.117', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(22883, '2025-11-29 21:19:12', 'W', '76.39.210.121', 'Mozilla/5.0 (Windows 98) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/62.0.832.0 Safari/531.0', 'Chrome', 'Unknown OS Platform'),
(22884, '2025-11-29 21:21:29', 'W', '202.76.189.105', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1', 'Chrome', 'Linux'),
(22885, '2025-11-29 21:21:59', 'W', '152.53.86.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2843.460 Safari/537.36', 'Chrome', 'Windows 10'),
(22886, '2025-11-29 21:26:54', 'W', '37.120.185.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4591.614 Safari/537.36', 'Chrome', 'Windows 10'),
(22887, '2025-11-29 21:27:52', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7762.977 Safari/537.36', 'Chrome', 'Windows 10'),
(22888, '2025-11-29 21:33:50', 'A', '188.53.119.19', 'Mozilla/5.0 (Android 2.3; Mobile; rv:12.0) Gecko/12.0 Firefox/12.0', 'Handheld Browser', 'Android'),
(22889, '2025-11-29 21:34:09', 'I', '80.193.180.7', 'Mozilla/5.0 (iPad; CPU iPad OS 14_2 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) FxiOS/12.2m1180.0 Mobile/99Y931 Safari/532.2', 'Handheld Browser', 'iPad'),
(22890, '2025-11-29 21:36:16', 'W', '152.53.2.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1927.974 Safari/537.36', 'Chrome', 'Windows 10'),
(22891, '2025-11-29 21:46:31', 'W', '45.239.237.0', 'Mozilla/5.0 (Windows 95) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/43.0.824.0 Safari/532.1', 'Chrome', 'Unknown OS Platform'),
(22892, '2025-11-29 21:46:33', 'W', '177.66.49.35', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 7'),
(22893, '2025-11-29 21:47:57', 'W', '57.141.4.8', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(22894, '2025-11-29 21:49:39', 'W', '87.226.117.151', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22895, '2025-11-29 21:52:59', 'W', '131.196.79.228', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(22896, '2025-11-29 21:55:31', 'W', '77.69.205.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(22897, '2025-11-29 21:57:28', 'W', '178.218.200.247', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 FS', 'Chrome', 'Mac OS X'),
(22898, '2025-11-29 22:02:18', 'A', '158.51.102.112', 'Mozilla/5.0 (Android 4.4.3; Mobile; rv:38.0) Gecko/38.0 Firefox/38.0', 'Handheld Browser', 'Android'),
(22899, '2025-11-29 22:07:10', 'I', '83.60.104.161', 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) FxiOS/16.6o3099.0 Mobile/24D838 Safari/536.0', 'Handheld Browser', 'iPhone'),
(22900, '2025-11-29 22:29:24', 'W', '43.173.177.200', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(22901, '2025-11-29 22:33:58', 'W', '37.120.184.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9373.559 Safari/537.36', 'Chrome', 'Windows 10'),
(22902, '2025-11-29 22:36:07', 'W', '187.63.95.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22903, '2025-11-29 22:37:09', 'W', '68.61.167.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22904, '2025-11-29 22:38:01', 'W', '86.4.192.238', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/62.0.872.0 Safari/536.0', 'Chrome', 'Windows 7'),
(22905, '2025-11-29 22:38:01', 'W', '86.209.111.113', 'Opera/9.95.(Windows NT 6.1; te-IN) Presto/2.9.161 Version/11.00', 'Opera', 'Windows 7'),
(22906, '2025-11-29 22:40:30', 'W', '17.246.15.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22907, '2025-11-29 22:43:44', 'W', '170.233.105.5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(22908, '2025-11-29 22:46:31', 'W', '201.208.75.82', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/61.0.834.0 Safari/535.1', 'Chrome', 'Mac OS X'),
(22909, '2025-11-29 22:48:22', 'W', '52.77.55.177', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(22910, '2025-11-29 22:48:50', 'W', '93.159.5.85', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_7 rv:3.0; cs-CZ) AppleWebKit/535.20.3 (KHTML, like Gecko) Version/4.1 Safari/535.20.3', 'Safari', 'Mac OS X'),
(22911, '2025-11-29 22:52:08', 'W', '17.246.15.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22912, '2025-11-29 22:55:29', 'W', '183.223.249.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0', 'Chrome', 'Windows 10'),
(22913, '2025-11-29 22:55:49', 'W', '103.78.115.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Mac OS X'),
(22914, '2025-11-29 22:57:19', 'W', '160.89.14.78', 'Opera/8.54.(Windows 98; Win 9x 4.90; nhn-MX) Presto/2.9.177 Version/11.00', 'Opera', 'Unknown OS Platform'),
(22915, '2025-11-29 23:01:25', 'W', '17.22.237.226', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22916, '2025-11-29 23:12:34', 'I', '190.120.248.146', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; om-KE) AppleWebKit/533.13.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6533.13.4', 'Handheld Browser', 'iPod'),
(22917, '2025-11-29 23:14:39', 'W', '152.53.110.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3147.830 Safari/537.36', 'Chrome', 'Windows 10'),
(22918, '2025-11-29 23:21:25', 'W', '17.22.253.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22919, '2025-11-29 23:22:20', 'W', '17.246.23.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22920, '2025-11-29 23:26:44', 'W', '169.224.1.86', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'Chrome', 'Windows 10'),
(22921, '2025-11-29 23:42:09', 'W', '185.70.238.13', 'Wget/1.21.4', 'Unknown Browser', 'Unknown OS Platform'),
(22922, '2025-11-29 23:50:12', 'I', '76.152.3.140', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; lv-LV) AppleWebKit/532.24.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6532.24.3', 'Handheld Browser', 'iPod'),
(22923, '2025-11-29 23:50:13', 'W', '17.241.227.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22924, '2025-11-29 23:53:32', 'W', '79.173.215.107', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trident/3.1)', 'Internet Explorer', 'Windows 2000'),
(22925, '2025-11-29 23:53:40', 'W', '35.180.58.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(22926, '2025-11-29 23:53:41', 'W', '35.180.58.27', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(22927, '2025-11-29 23:54:05', 'W', '186.54.48.20', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22928, '2025-11-29 23:54:17', 'W', '103.14.72.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.9999.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22929, '2025-11-29 23:54:18', 'W', '128.201.168.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'Chrome', 'Windows 10'),
(22930, '2025-11-29 23:54:27', 'W', '200.106.194.3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(22931, '2025-11-29 23:58:16', 'W', '187.131.83.161', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 7'),
(22932, '2025-11-29 23:59:28', 'W', '41.114.11.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(22933, '2025-11-30 00:05:13', 'W', '38.58.66.216', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36', 'Chrome', 'Windows 7'),
(22934, '2025-11-30 00:07:10', 'W', '17.241.219.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22935, '2025-11-30 00:07:56', 'I', '110.226.178.248', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; bs-BA) AppleWebKit/535.46.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6535.46.5', 'Handheld Browser', 'iPod'),
(22936, '2025-11-30 00:12:08', 'I', '93.171.246.154', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_7 like Mac OS X) AppleWebKit/536.1 (KHTML, like Gecko) CriOS/35.0.879.0 Mobile/82S777 Safari/536.1', 'Handheld Browser', 'iPhone'),
(22937, '2025-11-30 00:12:20', 'W', '152.53.18.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5250.722 Safari/537.36', 'Chrome', 'Windows 10'),
(22938, '2025-11-30 00:23:54', 'W', '23.97.109.232', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22939, '2025-11-30 00:27:48', 'W', '51.68.111.245', 'Mozilla/5.0 (compatible; MJ12bot/v2.0.4; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(22940, '2025-11-30 00:31:33', 'A', '66.249.92.34', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(22941, '2025-11-30 00:32:01', 'W', '152.53.49.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6921.843 Safari/537.36', 'Chrome', 'Windows 10'),
(22942, '2025-11-30 00:36:14', 'W', '46.184.247.107', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_5 rv:4.0; yi-US) AppleWebKit/534.47.5 (KHTML, like Gecko) Version/4.0.3 Safari/534.47.5', 'Safari', 'Mac OS X'),
(22943, '2025-11-30 00:39:20', 'W', '17.246.15.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22944, '2025-11-30 00:39:26', 'W', '93.123.109.7', 'Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.12', 'Unknown Browser', 'Unknown OS Platform'),
(22945, '2025-11-30 00:41:28', 'W', '152.53.19.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9185.203 Safari/537.36', 'Chrome', 'Windows 10'),
(22946, '2025-11-30 00:44:14', 'W', '216.9.236.191', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_0 rv:3.0; mhr-RU) AppleWebKit/534.34.5 (KHTML, like Gecko) Version/4.0 Safari/534.34.5', 'Safari', 'Mac OS X'),
(22947, '2025-11-30 00:45:46', 'W', '177.152.82.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Windows 10'),
(22948, '2025-11-30 00:51:38', 'W', '187.190.224.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(22949, '2025-11-30 00:52:48', 'W', '109.92.90.22', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(22950, '2025-11-30 01:00:15', 'W', '37.120.184.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2319.960 Safari/537.36', 'Chrome', 'Windows 10'),
(22951, '2025-11-30 01:00:29', 'W', '213.180.203.167', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(22952, '2025-11-30 01:00:34', 'W', '146.174.175.115', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20100101 Firefox/5.0', 'Firefox', 'Windows 7'),
(22953, '2025-11-30 01:02:11', 'W', '218.152.33.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(22954, '2025-11-30 01:02:41', 'W', '148.227.73.188', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.4000.0 Iron Safari/537.36', 'Chrome', 'Windows 7'),
(22955, '2025-11-30 01:08:15', 'A', '66.249.92.200', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(22956, '2025-11-30 01:16:01', 'W', '213.139.63.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22957, '2025-11-30 01:16:06', 'W', '5.111.220.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22958, '2025-11-30 01:16:09', 'W', '177.87.5.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22959, '2025-11-30 01:16:10', 'W', '176.28.164.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22960, '2025-11-30 01:16:14', 'W', '37.120.184.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8267.643 Safari/537.36', 'Chrome', 'Windows 10'),
(22961, '2025-11-30 01:17:50', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9791.482 Safari/537.36', 'Chrome', 'Windows 10'),
(22962, '2025-11-30 01:18:15', 'I', '181.197.84.57', 'Mozilla/5.0 (iPhone; CPU iPhone OS 1_1_5 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) FxiOS/12.5f2458.0 Mobile/18G630 Safari/534.1', 'Handheld Browser', 'iPhone'),
(22963, '2025-11-30 01:23:21', 'W', '20.215.214.28', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(22964, '2025-11-30 01:38:55', 'W', '105.172.78.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(22965, '2025-11-30 01:40:11', 'W', '159.148.239.49', 'Opera/8.94.(Windows 95; uz-UZ) Presto/2.9.165 Version/10.00', 'Opera', 'Unknown OS Platform'),
(22966, '2025-11-30 01:42:38', 'W', '72.181.80.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22967, '2025-11-30 01:47:47', 'W', '177.241.39.32', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 11.0; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(22968, '2025-11-30 01:51:14', 'W', '45.166.92.119', 'Mozilla/5.0 (Windows 98; Win 9x 4.90; ckb-IQ; rv:1.9.2.20) Gecko/7512-01-12 20:44:48.426727 Firefox/11.0', 'Firefox', 'Unknown OS Platform'),
(22969, '2025-11-30 01:53:33', 'W', '17.22.245.182', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22970, '2025-11-30 01:55:04', 'W', '37.120.184.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3575.170 Safari/537.36', 'Chrome', 'Windows 10'),
(22971, '2025-11-30 01:55:15', 'W', '192.144.65.53', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22972, '2025-11-30 01:57:27', 'A', '76.34.180.63', 'Mozilla/5.0 (Linux; Android 3.1) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/22.0.846.0 Safari/534.2', 'Chrome', 'Android'),
(22973, '2025-11-30 02:05:15', 'A', '157.38.133.75', 'Mozilla/5.0 (Android 10; Mobile; rv:43.0) Gecko/43.0 Firefox/43.0', 'Handheld Browser', 'Android'),
(22974, '2025-11-30 02:09:37', 'W', '87.116.165.121', 'Opera/8.17.(Windows NT 5.01; st-ZA) Presto/2.9.186 Version/11.00', 'Opera', 'Windows 2000'),
(22975, '2025-11-30 02:10:45', 'W', '186.14.232.135', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/4.1)', 'Internet Explorer', 'Windows Vista'),
(22976, '2025-11-30 02:17:41', 'W', '167.249.106.19', 'Opera/8.59.(X11; Linux x86_64; ne-NP) Presto/2.9.172 Version/10.00', 'Opera', 'Linux'),
(22977, '2025-11-30 02:18:50', 'I', '201.159.20.39', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; ckb-IQ) AppleWebKit/534.13.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B112 Safari/6534.13.5', 'Handheld Browser', 'iPod'),
(22978, '2025-11-30 02:32:13', 'W', '216.73.216.220', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(22979, '2025-11-30 02:36:01', 'A', '209.121.34.20', 'Mozilla/5.0 (Linux; Android 4.0.4) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/33.0.865.0 Safari/536.0', 'Chrome', 'Android'),
(22980, '2025-11-30 02:42:07', 'W', '202.61.224.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7121.772 Safari/537.36', 'Chrome', 'Windows 10'),
(22981, '2025-11-30 02:42:55', 'W', '156.249.49.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(22982, '2025-11-30 02:45:01', 'W', '189.58.151.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(22983, '2025-11-30 02:45:04', 'I', '91.191.132.211', 'Mozilla/5.0 (iPad; CPU iPad OS 13_5_1 like Mac OS X) AppleWebKit/534.0 (KHTML, like Gecko) CriOS/19.0.841.0 Mobile/91H354 Safari/534.0', 'Handheld Browser', 'iPad'),
(22984, '2025-11-30 02:45:27', 'W', '177.73.171.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(22985, '2025-11-30 02:47:50', 'W', '179.42.148.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(22986, '2025-11-30 02:49:50', 'W', '179.215.126.37', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.1)', 'Internet Explorer', 'Windows 7'),
(22987, '2025-11-30 02:52:18', 'W', '201.215.77.48', 'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/532.2.1 (KHTML, like Gecko) Version/5.0.4 Safari/532.2.1', 'Safari', 'Windows Server 2003/XP x64'),
(22988, '2025-11-30 02:55:53', 'W', '185.147.100.7', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0 rv:2.0; bhb-IN) AppleWebKit/531.38.7 (KHTML, like Gecko) Version/4.0.1 Safari/531.38.7', 'Safari', 'Mac OS X'),
(22989, '2025-11-30 02:57:04', 'W', '152.53.18.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5275.648 Safari/537.36', 'Chrome', 'Windows 10'),
(22990, '2025-11-30 02:58:29', 'W', '17.22.245.236', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(22991, '2025-11-30 03:03:57', 'W', '38.7.30.243', 'Opera/8.52.(X11; Linux i686; ne-NP) Presto/2.9.165 Version/10.00', 'Opera', 'Linux'),
(22992, '2025-11-30 03:04:06', 'A', '73.54.175.195', 'Mozilla/5.0 (Android 7.1.1; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0', 'Handheld Browser', 'Android'),
(22993, '2025-11-30 03:05:55', 'W', '43.174.152.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22994, '2025-11-30 03:06:03', 'W', '181.115.171.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22995, '2025-11-30 03:06:09', 'W', '45.225.215.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22996, '2025-11-30 03:06:23', 'W', '181.46.68.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(22997, '2025-11-30 03:15:33', 'W', '102.0.23.102', 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/534.11.4 (KHTML, like Gecko) Version/5.1 Safari/534.11.4', 'Safari', 'Unknown OS Platform'),
(22998, '2025-11-30 03:20:29', 'W', '103.200.36.135', 'Opera/8.42.(Windows NT 6.1; ast-ES) Presto/2.9.170 Version/12.00', 'Opera', 'Windows 7'),
(22999, '2025-11-30 03:21:19', 'W', '84.199.83.109', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 10.0; Trident/5.1)', 'Internet Explorer', 'Windows 10'),
(23000, '2025-11-30 03:21:22', 'W', '13.38.130.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/91.0.4472.124', 'Chrome', 'Windows 10'),
(23001, '2025-11-30 03:21:30', 'W', '13.38.130.204', 'python-httpx/0.28.1', 'Unknown Browser', 'Unknown OS Platform'),
(23002, '2025-11-30 03:24:03', 'W', '152.53.111.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1792.389 Safari/537.36', 'Chrome', 'Windows 10'),
(23003, '2025-11-30 03:27:35', 'W', '80.171.195.242', 'Opera/9.93.(Windows NT 5.0; st-ZA) Presto/2.9.174 Version/10.00', 'Opera', 'Windows 2000'),
(23004, '2025-11-30 03:33:27', 'W', '17.22.253.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23005, '2025-11-30 03:35:47', 'W', '118.100.234.33', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_9 rv:6.0; mn-MN) AppleWebKit/531.45.2 (KHTML, like Gecko) Version/4.0 Safari/531.45.2', 'Safari', 'Mac OS X'),
(23006, '2025-11-30 03:37:05', 'W', '189.203.90.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23007, '2025-11-30 03:37:08', 'W', '223.185.52.104', 'Opera/9.94.(X11; Linux x86_64; st-ZA) Presto/2.9.178 Version/12.00', 'Opera', 'Linux'),
(23008, '2025-11-30 03:37:13', 'W', '148.222.119.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23009, '2025-11-30 03:37:16', 'W', '134.122.16.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23010, '2025-11-30 03:37:20', 'W', '190.183.247.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23011, '2025-11-30 03:37:21', 'W', '187.190.88.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23012, '2025-11-30 03:41:17', 'W', '186.109.107.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', 'Chrome', 'Mac OS X'),
(23013, '2025-11-30 03:41:31', 'W', '187.62.92.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Windows 10'),
(23014, '2025-11-30 03:42:17', 'W', '181.55.70.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'Chrome', 'Mac OS X'),
(23015, '2025-11-30 03:45:31', 'W', '186.109.244.22', 'Opera/9.29.(Windows NT 6.0; mk-MK) Presto/2.9.187 Version/12.00', 'Opera', 'Windows Vista'),
(23016, '2025-11-30 03:50:22', 'W', '95.108.213.222', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(23017, '2025-11-30 03:59:05', 'I', '99.245.179.60', 'Mozilla/5.0 (iPad; CPU iPad OS 3_1_3 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) FxiOS/11.3n6594.0 Mobile/97O971 Safari/533.2', 'Handheld Browser', 'iPad'),
(23018, '2025-11-30 04:03:00', 'W', '103.158.121.167', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/5.0)', 'Internet Explorer', 'Windows 2000'),
(23019, '2025-11-30 04:03:02', 'W', '202.61.225.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5026.184 Safari/537.36', 'Chrome', 'Windows 10'),
(23020, '2025-11-30 04:07:38', 'W', '103.161.99.184', 'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/534.15.3 (KHTML, like Gecko) Version/5.0.5 Safari/534.15.3', 'Safari', 'Windows Server 2003/XP x64'),
(23021, '2025-11-30 04:09:14', 'A', '188.191.106.135', 'Mozilla/5.0 (Android 4.3; Mobile; rv:55.0) Gecko/55.0 Firefox/55.0', 'Handheld Browser', 'Android'),
(23022, '2025-11-30 04:09:21', 'W', '152.53.86.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9083.596 Safari/537.36', 'Chrome', 'Windows 10'),
(23023, '2025-11-30 04:16:32', 'W', '152.53.12.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8645.415 Safari/537.36', 'Chrome', 'Windows 10'),
(23024, '2025-11-30 04:17:04', 'W', '43.173.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23025, '2025-11-30 04:17:04', 'W', '43.173.175.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23026, '2025-11-30 04:19:28', 'W', '43.173.177.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23027, '2025-11-30 04:24:34', 'W', '202.76.171.235', 'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/5.0', 'Firefox', 'Windows XP'),
(23028, '2025-11-30 04:30:19', 'W', '41.242.161.162', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(23029, '2025-11-30 04:32:09', 'W', '176.31.139.21', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(23030, '2025-11-30 04:32:56', 'I', '186.189.88.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) CriOS/45.0.868.0 Mobile/16F166 Safari/536.0', 'Handheld Browser', 'iPhone'),
(23031, '2025-11-30 04:33:26', 'I', '112.104.189.25', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; pl-PL) AppleWebKit/531.23.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6531.23.1', 'Handheld Browser', 'iPod'),
(23032, '2025-11-30 04:34:38', 'I', '5.37.104.148', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; zh-HK) AppleWebKit/533.28.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6533.28.1', 'Handheld Browser', 'iPod'),
(23033, '2025-11-30 04:38:33', 'W', '37.120.185.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6313.365 Safari/537.36', 'Chrome', 'Windows 10'),
(23034, '2025-11-30 04:41:04', 'W', '197.3.235.132', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_6) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/32.0.863.0 Safari/532.2', 'Chrome', 'Mac OS X'),
(23035, '2025-11-30 04:43:31', 'W', '45.196.117.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(23036, '2025-11-30 04:45:11', 'W', '191.235.99.83', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23037, '2025-11-30 04:46:51', 'W', '217.142.22.200', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(23038, '2025-11-30 04:47:42', 'W', '171.226.41.20', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Win 9x 4.90; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23039, '2025-11-30 04:49:56', 'W', '190.11.3.77', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'Chrome', 'Windows 8'),
(23040, '2025-11-30 05:04:29', 'W', '176.234.233.55', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/3043-07-13 10:56:00.584282 Firefox/3.8', 'Firefox', 'Linux'),
(23041, '2025-11-30 05:05:08', 'W', '152.53.110.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2612.878 Safari/537.36', 'Chrome', 'Windows 10'),
(23042, '2025-11-30 05:12:07', 'W', '43.173.181.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(23043, '2025-11-30 05:12:39', 'W', '46.232.250.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7091.455 Safari/537.36', 'Chrome', 'Windows 10'),
(23044, '2025-11-30 05:14:49', 'W', '187.249.56.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23045, '2025-11-30 05:14:53', 'W', '14.173.175.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23046, '2025-11-30 05:14:55', 'W', '200.97.96.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23047, '2025-11-30 05:15:05', 'W', '141.98.141.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23048, '2025-11-30 05:15:19', 'W', '177.37.144.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23049, '2025-11-30 05:15:37', 'W', '35.222.252.124', 'Python/3.14 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(23050, '2025-11-30 05:18:47', 'W', '87.250.224.240', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(23051, '2025-11-30 05:26:15', 'W', '179.60.241.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23052, '2025-11-30 05:26:15', 'W', '142.93.243.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23053, '2025-11-30 05:26:19', 'W', '45.112.47.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23054, '2025-11-30 05:26:22', 'W', '41.73.123.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23055, '2025-11-30 05:28:20', 'W', '91.225.162.22', 'Opera/9.92.(X11; Linux x86_64; ht-HT) Presto/2.9.160 Version/10.00', 'Opera', 'Linux'),
(23056, '2025-11-30 05:37:56', 'W', '221.150.109.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'Chrome', 'Windows 10'),
(23057, '2025-11-30 05:38:21', 'W', '181.116.253.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23058, '2025-11-30 05:38:23', 'W', '201.50.111.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23059, '2025-11-30 05:38:25', 'W', '190.6.59.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23060, '2025-11-30 05:38:26', 'W', '187.57.140.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23061, '2025-11-30 05:38:30', 'W', '122.102.119.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23062, '2025-11-30 05:42:27', 'W', '152.53.47.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1575.515 Safari/537.36', 'Chrome', 'Windows 10'),
(23063, '2025-11-30 05:43:18', 'W', '37.111.178.31', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(23064, '2025-11-30 05:44:05', 'W', '186.122.224.98', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 10'),
(23065, '2025-11-30 05:47:17', 'W', '152.53.109.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3167.695 Safari/537.36', 'Chrome', 'Windows 10'),
(23066, '2025-11-30 05:50:30', 'W', '200.80.180.102', 'Opera/9.74.(X11; Linux i686; the-NP) Presto/2.9.187 Version/11.00', 'Opera', 'Linux'),
(23067, '2025-11-30 05:52:08', 'W', '150.228.1.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23068, '2025-11-30 05:52:22', 'W', '45.175.230.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23069, '2025-11-30 05:52:27', 'W', '103.99.27.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23070, '2025-11-30 05:52:28', 'W', '151.244.146.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23071, '2025-11-30 05:52:31', 'W', '200.63.107.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23072, '2025-11-30 05:54:33', 'W', '176.29.253.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23073, '2025-11-30 05:54:34', 'W', '105.72.246.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23074, '2025-11-30 05:54:39', 'W', '201.20.75.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23075, '2025-11-30 05:54:39', 'W', '190.55.123.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23076, '2025-11-30 05:54:41', 'W', '110.137.74.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23077, '2025-11-30 05:57:45', 'I', '67.78.144.58', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; crh-UA) AppleWebKit/535.5.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B112 Safari/6535.5.6', 'Handheld Browser', 'iPod'),
(23078, '2025-11-30 05:59:28', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8426.767 Safari/537.36', 'Chrome', 'Windows 10'),
(23079, '2025-11-30 05:59:55', 'W', '49.36.208.31', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/16.0.882.0 Safari/533.0', 'Chrome', 'Linux'),
(23080, '2025-11-30 06:00:30', 'A', '218.188.253.246', 'Mozilla/5.0 (Linux; Android 3.2.6) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/22.0.805.0 Safari/532.1', 'Chrome', 'Android'),
(23081, '2025-11-30 06:05:05', 'W', '103.178.61.166', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23082, '2025-11-30 06:05:06', 'W', '79.132.181.6', 'Opera/9.58.(Windows 98; Win 9x 4.90; id-ID) Presto/2.9.182 Version/10.00', 'Opera', 'Unknown OS Platform'),
(23083, '2025-11-30 06:05:59', 'I', '181.46.9.151', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; bg-BG) AppleWebKit/535.44.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6535.44.4', 'Handheld Browser', 'iPod'),
(23084, '2025-11-30 06:06:57', 'W', '152.53.19.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8666.558 Safari/537.36', 'Chrome', 'Windows 10'),
(23085, '2025-11-30 06:09:38', 'W', '43.173.182.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23086, '2025-11-30 06:10:48', 'W', '43.173.179.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23087, '2025-11-30 06:11:19', 'W', '87.250.224.224', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(23088, '2025-11-30 06:11:27', 'W', '160.250.51.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4612.206 Safari/537.36', 'Chrome', 'Mac OS X'),
(23089, '2025-11-30 06:11:53', 'W', '43.173.174.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23090, '2025-11-30 06:13:07', 'W', '45.249.85.21', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_9; rv:1.9.6.20) Gecko/7859-11-02 14:23:11.374298 Firefox/4.0', 'Firefox', 'Mac OS X'),
(23091, '2025-11-30 06:15:12', 'W', '43.173.177.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23092, '2025-11-30 06:15:12', 'W', '43.173.177.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23093, '2025-11-30 06:15:23', 'W', '43.173.179.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23094, '2025-11-30 06:17:27', 'W', '152.53.86.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3690.958 Safari/537.36', 'Chrome', 'Windows 10'),
(23095, '2025-11-30 06:19:22', 'W', '94.123.223.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23096, '2025-11-30 06:19:24', 'W', '37.114.129.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23097, '2025-11-30 06:19:27', 'W', '179.24.167.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23098, '2025-11-30 06:19:29', 'W', '181.189.121.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23099, '2025-11-30 06:19:35', 'W', '196.75.40.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23100, '2025-11-30 06:21:13', 'W', '37.120.185.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9178.115 Safari/537.36', 'Chrome', 'Windows 10'),
(23101, '2025-11-30 06:21:27', 'I', '80.76.58.91', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; shs-CA) AppleWebKit/531.35.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.35.4', 'Handheld Browser', 'iPod'),
(23102, '2025-11-30 06:23:38', 'W', '152.53.35.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5340.271 Safari/537.36', 'Chrome', 'Windows 10'),
(23103, '2025-11-30 06:34:34', 'W', '45.168.135.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23104, '2025-11-30 06:34:41', 'W', '113.211.214.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23105, '2025-11-30 06:34:42', 'W', '64.227.21.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23106, '2025-11-30 06:34:43', 'W', '143.244.147.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23107, '2025-11-30 06:34:47', 'W', '223.181.15.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23108, '2025-11-30 06:35:55', 'W', '91.89.165.191', 'Opera/9.76.(Windows NT 10.0; km-KH) Presto/2.9.179 Version/10.00', 'Opera', 'Windows 10'),
(23109, '2025-11-30 06:39:45', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7674.379 Safari/537.36', 'Chrome', 'Windows 10'),
(23110, '2025-11-30 06:41:36', 'W', '131.221.253.141', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23111, '2025-11-30 06:42:21', 'W', '181.47.82.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23112, '2025-11-30 06:42:29', 'W', '192.241.159.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23113, '2025-11-30 06:42:30', 'W', '189.216.232.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23114, '2025-11-30 06:42:30', 'W', '201.170.21.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23115, '2025-11-30 06:42:31', 'W', '188.253.221.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23116, '2025-11-30 06:42:50', 'W', '190.90.154.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36', 'Chrome', 'Windows 10'),
(23117, '2025-11-30 06:44:33', 'W', '146.174.187.234', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.227.0 Safari/532.3', 'Chrome', 'Windows 7'),
(23118, '2025-11-30 06:47:37', 'W', '110.137.83.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(23119, '2025-11-30 06:48:47', 'W', '176.64.34.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23120, '2025-11-30 06:48:54', 'W', '103.10.28.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23121, '2025-11-30 06:48:58', 'W', '176.236.227.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23122, '2025-11-30 06:48:59', 'W', '41.56.162.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23123, '2025-11-30 06:49:00', 'W', '41.13.108.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23124, '2025-11-30 06:49:36', 'W', '152.53.53.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5431.397 Safari/537.36', 'Chrome', 'Windows 10'),
(23125, '2025-11-30 06:55:15', 'W', '137.184.199.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23126, '2025-11-30 06:55:21', 'W', '102.67.207.21', 'Opera/9.99.(X11; Linux x86_64; mr-IN) Presto/2.9.185 Version/11.00', 'Opera', 'Linux'),
(23127, '2025-11-30 06:55:29', 'W', '186.15.57.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23128, '2025-11-30 06:55:32', 'W', '103.18.10.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23129, '2025-11-30 06:55:33', 'W', '200.123.53.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23130, '2025-11-30 06:55:33', 'W', '188.136.178.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23131, '2025-11-30 06:56:28', 'W', '17.22.237.130', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23132, '2025-11-30 07:00:13', 'W', '177.124.96.226', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 10.0; Trident/3.1)', 'Internet Explorer', 'Windows 10'),
(23133, '2025-11-30 07:02:44', 'W', '181.224.173.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23134, '2025-11-30 07:02:44', 'W', '152.59.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23135, '2025-11-30 07:02:46', 'W', '179.135.118.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23136, '2025-11-30 07:02:49', 'W', '5.59.230.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23137, '2025-11-30 07:02:52', 'W', '190.142.171.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23138, '2025-11-30 07:04:06', 'W', '152.53.111.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5673.742 Safari/537.36', 'Chrome', 'Windows 10'),
(23139, '2025-11-30 07:09:45', 'W', '202.69.60.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4591.54 Safari/537.36', 'Chrome', 'Windows 10'),
(23140, '2025-11-30 07:10:53', 'W', '43.173.176.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23141, '2025-11-30 07:11:59', 'W', '43.173.175.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23142, '2025-11-30 07:15:17', 'W', '43.173.175.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23143, '2025-11-30 07:19:07', 'W', '182.48.66.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23144, '2025-11-30 07:19:10', 'W', '177.66.44.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23145, '2025-11-30 07:19:11', 'W', '38.171.9.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23146, '2025-11-30 07:19:11', 'W', '27.34.68.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23147, '2025-11-30 07:19:16', 'I', '179.6.2.184', 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_4 like Mac OS X) AppleWebKit/534.2 (KHTML, like Gecko) FxiOS/16.6h3353.0 Mobile/64D672 Safari/534.2', 'Handheld Browser', 'iPad'),
(23148, '2025-11-30 07:20:07', 'W', '103.166.173.66', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/8022-01-17 07:41:04.405792 Firefox/3.8', 'Firefox', 'Linux'),
(23149, '2025-11-30 07:27:11', 'W', '20.0.53.101', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23150, '2025-11-30 07:27:13', 'W', '20.0.53.96', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23151, '2025-11-30 07:29:40', 'W', '179.209.194.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23152, '2025-11-30 07:29:40', 'W', '180.195.65.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23153, '2025-11-30 07:29:42', 'W', '46.232.250.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6135.749 Safari/537.36', 'Chrome', 'Windows 10'),
(23154, '2025-11-30 07:29:42', 'W', '82.167.168.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23155, '2025-11-30 07:29:43', 'W', '113.174.209.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23156, '2025-11-30 07:34:05', 'W', '46.3.48.246', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/29.0.826.0 Safari/533.0', 'Chrome', 'Linux'),
(23157, '2025-11-30 07:34:55', 'W', '152.53.51.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7849.459 Safari/537.36', 'Chrome', 'Windows 10'),
(23158, '2025-11-30 07:36:01', 'W', '152.53.16.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3402.333 Safari/537.36', 'Chrome', 'Windows 10'),
(23159, '2025-11-30 07:37:22', 'W', '45.231.98.12', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.2 Safari/537.36', 'Chrome', 'Windows 10'),
(23160, '2025-11-30 07:40:19', 'W', '148.227.75.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23161, '2025-11-30 07:40:21', 'W', '142.93.253.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23162, '2025-11-30 07:40:21', 'W', '190.218.230.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23163, '2025-11-30 07:40:22', 'W', '187.255.194.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23164, '2025-11-30 07:40:27', 'W', '102.212.226.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23165, '2025-11-30 07:40:43', 'W', '154.121.51.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(23166, '2025-11-30 07:43:57', 'W', '152.237.175.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Mac OS X'),
(23167, '2025-11-30 07:45:21', 'W', '185.184.197.134', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23168, '2025-11-30 07:45:25', 'W', '190.105.75.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23169, '2025-11-30 07:45:25', 'W', '197.184.70.86', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23170, '2025-11-30 07:45:25', 'W', '143.198.116.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23171, '2025-11-30 07:45:28', 'W', '177.137.230.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23172, '2025-11-30 07:45:32', 'W', '187.0.235.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23173, '2025-11-30 07:46:22', 'W', '172.178.141.127', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23174, '2025-11-30 07:46:22', 'W', '172.178.141.126', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23175, '2025-11-30 07:50:05', 'W', '57.141.4.52', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(23176, '2025-11-30 07:50:39', 'W', '209.236.242.13', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/39.0.894.0 Safari/534.1', 'Chrome', 'Windows XP'),
(23177, '2025-11-30 07:54:38', 'W', '197.155.176.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23178, '2025-11-30 07:54:38', 'W', '138.121.224.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23179, '2025-11-30 07:54:41', 'W', '170.254.200.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23180, '2025-11-30 07:54:43', 'W', '59.153.17.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23181, '2025-11-30 07:54:44', 'W', '177.32.67.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23182, '2025-11-30 08:08:08', 'W', '190.133.128.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23183, '2025-11-30 08:08:09', 'W', '204.48.31.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23184, '2025-11-30 08:08:11', 'W', '14.234.46.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23185, '2025-11-30 08:08:12', 'W', '181.175.152.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23186, '2025-11-30 08:08:14', 'W', '177.8.54.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23187, '2025-11-30 08:10:32', 'W', '18.139.61.118', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(23188, '2025-11-30 08:11:48', 'W', '43.173.177.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23189, '2025-11-30 08:13:48', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5836.252 Safari/537.36', 'Chrome', 'Windows 10'),
(23190, '2025-11-30 08:14:58', 'I', '103.132.176.5', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; os-RU) AppleWebKit/532.25.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6532.25.4', 'Handheld Browser', 'iPod'),
(23191, '2025-11-30 08:19:19', 'W', '45.153.34.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'Edge', 'Windows 10'),
(23192, '2025-11-30 08:31:27', 'A', '45.70.13.165', 'Mozilla/5.0 (Linux; Android 4.0.1) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/63.0.826.0 Safari/533.1', 'Chrome', 'Android'),
(23193, '2025-11-30 08:35:37', 'W', '172.87.18.86', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/13.0.820.0 Safari/532.2', 'Chrome', 'Mac OS X'),
(23194, '2025-11-30 08:38:27', 'W', '117.5.152.206', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(23195, '2025-11-30 08:39:18', 'W', '200.176.2.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4500.0 Iron Safari/537.36', 'Chrome', 'Windows 10'),
(23196, '2025-11-30 08:40:01', 'W', '188.113.233.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(23197, '2025-11-30 08:41:11', 'W', '66.167.169.253', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Windows 8'),
(23198, '2025-11-30 08:41:16', 'W', '201.217.227.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Windows 10'),
(23199, '2025-11-30 08:41:17', 'W', '14.173.141.240', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Mac OS X'),
(23200, '2025-11-30 08:42:04', 'W', '91.211.134.227', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36', 'Chrome', 'Windows 7'),
(23201, '2025-11-30 08:43:15', 'W', '177.82.88.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(23202, '2025-11-30 08:43:25', 'W', '182.253.58.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23203, '2025-11-30 08:43:58', 'W', '200.1.2.231', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 10.0; Trident/3.1)', 'Internet Explorer', 'Windows 10'),
(23204, '2025-11-30 08:45:34', 'W', '41.140.138.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23205, '2025-11-30 08:45:39', 'W', '102.213.49.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23206, '2025-11-30 08:45:39', 'W', '45.190.6.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23207, '2025-11-30 08:45:42', 'W', '170.238.178.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23208, '2025-11-30 08:45:50', 'W', '111.92.116.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23209, '2025-11-30 08:54:46', 'W', '47.11.128.198', 'Opera/9.93.(X11; Linux x86_64; nl-BE) Presto/2.9.186 Version/12.00', 'Opera', 'Linux'),
(23210, '2025-11-30 08:54:48', 'W', '5.246.172.168', 'Opera/8.40.(Windows NT 11.0; ak-GH) Presto/2.9.182 Version/10.00', 'Opera', 'Unknown OS Platform'),
(23211, '2025-11-30 08:55:39', 'W', '179.6.6.60', 'Mozilla/5.0 (Windows CE) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/61.0.811.0 Safari/533.0', 'Chrome', 'Unknown OS Platform'),
(23212, '2025-11-30 08:55:45', 'W', '41.193.109.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23213, '2025-11-30 08:55:46', 'W', '159.89.91.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23214, '2025-11-30 08:55:49', 'W', '102.176.180.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23215, '2025-11-30 08:55:51', 'W', '187.49.184.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23216, '2025-11-30 08:55:57', 'W', '191.40.97.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23217, '2025-11-30 08:58:51', 'W', '104.206.162.139', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(23218, '2025-11-30 09:01:37', 'W', '152.53.108.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4114.514 Safari/537.36', 'Chrome', 'Windows 10'),
(23219, '2025-11-30 09:03:30', 'W', '46.96.31.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23220, '2025-11-30 09:03:32', 'W', '181.46.136.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23221, '2025-11-30 09:03:36', 'W', '38.52.84.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23222, '2025-11-30 09:03:38', 'W', '27.125.244.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23223, '2025-11-30 09:07:41', 'W', '119.94.4.156', 'Opera/8.98.(Windows 95; cmn-TW) Presto/2.9.174 Version/12.00', 'Opera', 'Unknown OS Platform'),
(23224, '2025-11-30 09:07:52', 'W', '43.173.179.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23225, '2025-11-30 09:08:55', 'W', '43.173.182.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(23226, '2025-11-30 09:11:10', 'W', '43.173.180.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23227, '2025-11-30 09:12:11', 'W', '146.174.169.31', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2', 'Firefox', 'Mac OS X'),
(23228, '2025-11-30 09:16:25', 'W', '213.180.203.108', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(23229, '2025-11-30 09:17:21', 'W', '136.158.66.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23230, '2025-11-30 09:17:22', 'W', '102.217.108.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23231, '2025-11-30 09:17:23', 'W', '143.0.228.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23232, '2025-11-30 09:17:26', 'W', '103.28.252.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23233, '2025-11-30 09:17:29', 'W', '129.222.187.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23234, '2025-11-30 09:20:04', 'W', '37.242.35.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23235, '2025-11-30 09:20:04', 'W', '159.0.6.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23236, '2025-11-30 09:20:06', 'W', '49.37.112.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23237, '2025-11-30 09:29:01', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2391.673 Safari/537.36', 'Chrome', 'Windows 10'),
(23238, '2025-11-30 09:29:23', 'W', '190.53.249.78', 'Opera/8.85.(Windows NT 4.0; kw-GB) Presto/2.9.185 Version/12.00', 'Opera', 'Unknown OS Platform'),
(23239, '2025-11-30 09:30:01', 'W', '46.162.203.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23240, '2025-11-30 09:30:03', 'W', '187.193.127.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23241, '2025-11-30 09:30:06', 'W', '154.255.1.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23242, '2025-11-30 09:30:07', 'W', '102.0.16.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23243, '2025-11-30 09:30:17', 'W', '103.77.1.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23244, '2025-11-30 09:34:17', 'W', '157.245.134.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23245, '2025-11-30 09:34:19', 'W', '160.155.238.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23246, '2025-11-30 09:34:22', 'W', '197.26.88.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23247, '2025-11-30 09:34:28', 'W', '95.57.235.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23248, '2025-11-30 09:34:50', 'I', '149.86.135.67', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_2 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/46.0.877.0 Mobile/92O344 Safari/536.2', 'Handheld Browser', 'iPhone'),
(23249, '2025-11-30 09:34:51', 'W', '143.105.167.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23250, '2025-11-30 09:36:56', 'W', '37.120.184.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8055.867 Safari/537.36', 'Chrome', 'Windows 10'),
(23251, '2025-11-30 09:40:26', 'W', '14.234.150.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(23252, '2025-11-30 09:42:14', 'A', '37.236.180.38', 'Mozilla/5.0 (Linux; Android 8.0.0) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/57.0.817.0 Safari/534.0', 'Chrome', 'Android'),
(23253, '2025-11-30 09:44:44', 'W', '177.33.137.128', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23254, '2025-11-30 09:49:41', 'W', '110.136.145.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23255, '2025-11-30 09:49:43', 'W', '152.59.46.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23256, '2025-11-30 09:49:48', 'W', '67.205.140.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23257, '2025-11-30 09:49:52', 'W', '186.158.30.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23258, '2025-11-30 09:49:59', 'W', '102.207.180.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23259, '2025-11-30 09:52:18', 'W', '120.29.91.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23260, '2025-11-30 09:52:22', 'W', '165.227.92.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23261, '2025-11-30 09:52:23', 'W', '201.219.161.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23262, '2025-11-30 09:52:25', 'W', '37.61.125.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23263, '2025-11-30 09:52:26', 'W', '149.200.191.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23264, '2025-11-30 09:53:13', 'W', '192.126.172.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(23265, '2025-11-30 09:53:14', 'A', '102.205.239.206', 'Mozilla/5.0 (Linux; Android 6.0) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/20.0.849.0 Safari/532.0', 'Chrome', 'Android'),
(23266, '2025-11-30 09:54:53', 'W', '195.85.223.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23267, '2025-11-30 09:54:54', 'W', '190.69.53.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23268, '2025-11-30 09:54:57', 'W', '187.84.2.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23269, '2025-11-30 09:54:57', 'W', '45.180.4.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23270, '2025-11-30 09:55:02', 'W', '188.187.129.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23271, '2025-11-30 09:55:07', 'A', '103.185.100.73', 'Mozilla/5.0 (Android 2.3.4; Mobile; rv:10.0) Gecko/10.0 Firefox/10.0', 'Handheld Browser', 'Android'),
(23272, '2025-11-30 09:56:44', 'W', '102.217.178.114', 'Opera/9.62.(Windows NT 5.1; et-EE) Presto/2.9.183 Version/11.00', 'Opera', 'Windows XP'),
(23273, '2025-11-30 10:01:13', 'W', '191.235.66.23', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23274, '2025-11-30 10:05:20', 'W', '152.53.17.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1729.452 Safari/537.36', 'Chrome', 'Windows 10'),
(23275, '2025-11-30 10:07:53', 'W', '154.241.112.59', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/26.0.860.0 Safari/535.1', 'Chrome', 'Mac OS X'),
(23276, '2025-11-30 10:09:13', 'W', '79.106.215.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23277, '2025-11-30 10:09:14', 'W', '64.227.27.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23278, '2025-11-30 10:09:15', 'W', '188.253.221.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23279, '2025-11-30 10:09:15', 'W', '103.186.219.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23280, '2025-11-30 10:09:17', 'W', '200.8.77.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23281, '2025-11-30 10:10:15', 'W', '89.58.40.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4789.982 Safari/537.36', 'Chrome', 'Windows 10'),
(23282, '2025-11-30 10:10:17', 'W', '43.173.181.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23283, '2025-11-30 10:11:12', 'W', '152.53.86.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6520.429 Safari/537.36', 'Chrome', 'Windows 10'),
(23284, '2025-11-30 10:15:01', 'W', '43.173.173.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23285, '2025-11-30 10:15:02', 'W', '43.173.182.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23286, '2025-11-30 10:18:44', 'W', '103.69.96.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'Edge', 'Windows 10'),
(23287, '2025-11-30 10:19:35', 'W', '43.173.175.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23288, '2025-11-30 10:19:58', 'W', '89.58.29.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6445.386 Safari/537.36', 'Chrome', 'Windows 10'),
(23289, '2025-11-30 10:25:53', 'W', '37.221.199.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5136.758 Safari/537.36', 'Chrome', 'Windows 10'),
(23290, '2025-11-30 10:29:19', 'W', '45.6.226.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23291, '2025-11-30 10:29:22', 'W', '125.167.49.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23292, '2025-11-30 10:29:23', 'W', '177.221.78.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23293, '2025-11-30 10:29:23', 'W', '190.22.193.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23294, '2025-11-30 10:29:23', 'W', '95.158.42.54', 'Mozilla/5.0 (Windows 95) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/58.0.838.0 Safari/531.0', 'Chrome', 'Unknown OS Platform'),
(23295, '2025-11-30 10:29:26', 'W', '191.242.53.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23296, '2025-11-30 10:32:24', 'W', '179.243.180.55', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0)', 'Internet Explorer', 'Windows 7'),
(23297, '2025-11-30 10:35:05', 'W', '104.243.210.130', 'Mozilla/5.0 (Windows NT 5.1; si-LK; rv:1.9.2.20) Gecko/8887-01-09 13:27:38.992401 Firefox/15.0', 'Firefox', 'Windows XP'),
(23298, '2025-11-30 10:36:51', 'W', '102.0.26.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23299, '2025-11-30 10:36:53', 'W', '159.223.112.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23300, '2025-11-30 10:36:55', 'W', '181.123.196.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23301, '2025-11-30 10:36:56', 'W', '181.44.130.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23302, '2025-11-30 10:37:01', 'W', '185.142.40.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23303, '2025-11-30 10:37:19', 'W', '175.107.227.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23304, '2025-11-30 10:41:37', 'W', '213.139.53.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(23305, '2025-11-30 10:43:32', 'W', '162.249.127.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23306, '2025-11-30 10:44:36', 'W', '103.86.57.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36', 'Chrome', 'Windows 10'),
(23307, '2025-11-30 10:44:43', 'W', '177.24.48.242', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Windows 7'),
(23308, '2025-11-30 10:46:08', 'I', '106.215.171.5', 'Mozilla/5.0 (iPad; CPU iPad OS 17_1 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) CriOS/34.0.834.0 Mobile/06X642 Safari/533.2', 'Handheld Browser', 'iPad'),
(23309, '2025-11-30 10:47:31', 'W', '89.58.29.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1363.474 Safari/537.36', 'Chrome', 'Windows 10'),
(23310, '2025-11-30 10:51:01', 'W', '5.41.134.188', 'Mozilla/5.0 (Windows; U; Windows NT 10.0) AppleWebKit/533.2.6 (KHTML, like Gecko) Version/5.0.5 Safari/533.2.6', 'Safari', 'Windows 10'),
(23311, '2025-11-30 10:52:03', 'W', '201.158.42.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(23312, '2025-11-30 10:52:06', 'W', '49.36.99.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23313, '2025-11-30 10:52:10', 'W', '103.228.11.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23314, '2025-11-30 10:52:12', 'W', '103.91.149.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23315, '2025-11-30 10:52:14', 'W', '201.219.66.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23316, '2025-11-30 10:57:08', 'I', '14.185.111.21', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/534.2 (KHTML, like Gecko) CriOS/28.0.863.0 Mobile/64E028 Safari/534.2', 'Handheld Browser', 'iPhone'),
(23317, '2025-11-30 11:00:10', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1077.428 Safari/537.36', 'Chrome', 'Windows 10'),
(23318, '2025-11-30 11:05:15', 'W', '188.68.38.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5740.572 Safari/537.36', 'Chrome', 'Windows 10'),
(23319, '2025-11-30 11:06:35', 'W', '202.76.140.61', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4', 'Firefox', 'Windows Vista'),
(23320, '2025-11-30 11:09:25', 'W', '43.173.182.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23321, '2025-11-30 11:10:02', 'W', '103.60.161.76', 'Opera/8.60.(Windows NT 5.0; nb-NO) Presto/2.9.190 Version/11.00', 'Opera', 'Windows 2000'),
(23322, '2025-11-30 11:10:30', 'W', '43.173.182.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23323, '2025-11-30 11:11:35', 'W', '43.173.177.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(23324, '2025-11-30 11:11:35', 'W', '43.173.179.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23325, '2025-11-30 11:12:35', 'W', '181.91.220.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23326, '2025-11-30 11:12:36', 'W', '188.119.8.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23327, '2025-11-30 11:12:40', 'W', '43.173.177.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23328, '2025-11-30 11:12:40', 'W', '43.173.175.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23329, '2025-11-30 11:12:40', 'W', '103.151.36.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23330, '2025-11-30 11:12:42', 'W', '84.54.86.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23331, '2025-11-30 11:16:42', 'W', '143.198.109.59', 'Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0', 'Firefox', 'Linux'),
(23332, '2025-11-30 11:16:43', 'W', '143.198.109.59', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(23333, '2025-11-30 11:20:20', 'W', '93.180.222.10', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 10.0; Trident/3.0)', 'Internet Explorer', 'Windows 10'),
(23334, '2025-11-30 11:26:41', 'W', '103.177.253.38', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/23.0.884.0 Safari/536.0', 'Chrome', 'Linux'),
(23335, '2025-11-30 11:27:37', 'W', '152.53.108.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6247.598 Safari/537.36', 'Chrome', 'Windows 10'),
(23336, '2025-11-30 11:28:25', 'W', '185.106.30.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Chrome', 'Windows 10'),
(23337, '2025-11-30 11:31:57', 'W', '14.191.244.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23338, '2025-11-30 11:31:58', 'W', '49.43.162.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23339, '2025-11-30 11:32:00', 'W', '113.186.15.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23340, '2025-11-30 11:35:32', 'W', '152.53.51.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7966.201 Safari/537.36', 'Chrome', 'Windows 10'),
(23341, '2025-11-30 11:36:15', 'W', '198.235.24.43', '', 'Unknown Browser', 'Unknown OS Platform'),
(23342, '2025-11-30 11:36:19', 'W', '152.53.2.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3294.412 Safari/537.36', 'Chrome', 'Windows 10'),
(23343, '2025-11-30 11:38:24', 'W', '200.30.197.91', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36', 'Chrome', 'Mac OS X'),
(23344, '2025-11-30 11:39:20', 'W', '37.120.185.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2705.615 Safari/537.36', 'Chrome', 'Windows 10'),
(23345, '2025-11-30 12:05:21', 'W', '31.155.24.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23346, '2025-11-30 12:05:22', 'W', '95.86.157.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23347, '2025-11-30 12:05:27', 'W', '193.30.240.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23348, '2025-11-30 12:05:32', 'W', '117.235.100.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23349, '2025-11-30 12:10:29', 'W', '188.68.53.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9396.261 Safari/537.36', 'Chrome', 'Windows 10'),
(23350, '2025-11-30 12:11:23', 'W', '43.173.182.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23351, '2025-11-30 12:11:56', 'W', '149.255.208.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23352, '2025-11-30 12:11:57', 'W', '139.135.192.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23353, '2025-11-30 12:11:58', 'W', '134.122.25.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23354, '2025-11-30 12:12:02', 'W', '152.58.10.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23355, '2025-11-30 12:12:07', 'W', '37.239.68.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23356, '2025-11-30 12:12:42', 'I', '14.231.230.26', 'Mozilla/5.0 (iPad; CPU iPad OS 1_1_5 like Mac OS X) AppleWebKit/531.2 (KHTML, like Gecko) CriOS/55.0.861.0 Mobile/60N361 Safari/531.2', 'Handheld Browser', 'iPad'),
(23357, '2025-11-30 12:12:49', 'W', '129.224.209.94', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/533.45.4 (KHTML, like Gecko) Version/5.0.5 Safari/533.45.4', 'Safari', 'Windows 2000'),
(23358, '2025-11-30 12:14:23', 'W', '52.25.136.175', 'Screaming Frog SEO Spider/8.1', 'Unknown Browser', 'Unknown OS Platform'),
(23359, '2025-11-30 12:14:33', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/536.5 (KHTML like Gecko) Chrome/19.0.1084.56 Safari/536.5', 'Chrome', 'Unknown OS Platform'),
(23360, '2025-11-30 12:14:33', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3844.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23361, '2025-11-30 12:14:33', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 7.1.2; FP2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3888.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23362, '2025-11-30 12:14:33', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 10'),
(23363, '2025-11-30 12:14:33', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; U; Android 1.5; en-us; T-Mobile G1 Build/CRB43) AppleWebKit/528.5  (KHTML, like Gecko) Version/3.1.2 Mobile Safari 525.20.1', 'Handheld Browser', 'Android'),
(23364, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 6.2; rv:20.0) Gecko/20121202 Firefox/20.0', 'Firefox', 'Windows 8'),
(23365, '2025-11-30 12:14:34', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; SM-N950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23366, '2025-11-30 12:14:34', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; LM-G820) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23367, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(23368, '2025-11-30 12:14:34', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Droid Build/FRG22D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1', 'Handheld Browser', 'Android'),
(23369, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Googlebot/2.1 ( http://www.googlebot.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(23370, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0', 'Firefox', 'Mac OS X'),
(23371, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'Chrome', 'Mac OS X'),
(23372, '2025-11-30 12:14:34', 'A', '52.25.136.175', 'Opera/9.80 (Android; Opera Mini/42.0.2254/150.36; U; en) Presto/2.12.423 Version/12.16', 'Opera', 'Android'),
(23373, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'BlackBerry9530/4.7.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 UP.Link/6.3.1.20.0', 'Unknown Browser', 'BlackBerry'),
(23374, '2025-11-30 12:14:34', 'I', '52.25.136.175', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.123 Mobile/15E148 Safari/605.1', 'Handheld Browser', 'iPhone'),
(23375, '2025-11-30 12:14:34', 'W', '52.25.136.175', 'Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.12', 'Unknown Browser', 'Unknown OS Platform'),
(23376, '2025-11-30 12:14:35', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3pre) Gecko/20070330', 'Unknown Browser', 'Linux'),
(23377, '2025-11-30 12:15:37', 'W', '187.108.240.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23378, '2025-11-30 12:15:40', 'W', '185.200.38.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23379, '2025-11-30 12:15:40', 'W', '187.94.139.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23380, '2025-11-30 12:15:49', 'W', '139.135.78.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23381, '2025-11-30 12:15:52', 'W', '45.176.1.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23382, '2025-11-30 12:16:00', 'W', '188.120.40.72', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_8 rv:4.0; da-DK) AppleWebKit/532.46.1 (KHTML, like Gecko) Version/4.0 Safari/532.46.1', 'Safari', 'Mac OS X'),
(23383, '2025-11-30 12:20:04', 'W', '223.184.226.165', 'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/532.9.7 (KHTML, like Gecko) Version/4.0.2 Safari/532.9.7', 'Safari', 'Windows 2000'),
(23384, '2025-11-30 12:22:01', 'W', '136.158.51.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/33.0.861.0 Safari/533.0', 'Chrome', 'Mac OS X'),
(23385, '2025-11-30 12:22:33', 'W', '89.58.44.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3134.312 Safari/537.36', 'Chrome', 'Windows 10'),
(23386, '2025-11-30 12:23:03', 'W', '57.141.4.35', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(23387, '2025-11-30 12:28:11', 'W', '158.94.158.187', 'Mozilla/5.0 (Windows NT 5.01; ayc-PE; rv:1.9.0.20) Gecko/9442-03-13 01:42:19.229584 Firefox/3.6.12', 'Firefox', 'Windows 2000'),
(23388, '2025-11-30 12:29:26', 'W', '38.156.229.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23389, '2025-11-30 12:29:28', 'W', '68.183.117.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23390, '2025-11-30 12:29:29', 'W', '200.81.152.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23391, '2025-11-30 12:29:33', 'W', '176.106.174.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23392, '2025-11-30 12:29:43', 'W', '49.145.46.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23393, '2025-11-30 12:32:50', 'W', '187.73.75.203', 'Opera/8.16.(Windows CE; se-NO) Presto/2.9.179 Version/11.00', 'Opera', 'Unknown OS Platform'),
(23394, '2025-11-30 12:33:11', 'W', '72.255.19.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23395, '2025-11-30 12:33:13', 'W', '169.224.0.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23396, '2025-11-30 12:33:14', 'W', '181.232.195.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23397, '2025-11-30 12:33:18', 'W', '138.97.234.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23398, '2025-11-30 12:33:23', 'W', '179.214.114.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23399, '2025-11-30 12:34:31', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7581.852 Safari/537.36', 'Chrome', 'Windows 10'),
(23400, '2025-11-30 12:35:45', 'I', '189.217.200.204', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; hr-HR) AppleWebKit/533.17.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6533.17.4', 'Handheld Browser', 'iPod'),
(23401, '2025-11-30 12:36:05', 'W', '41.71.50.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23402, '2025-11-30 12:36:08', 'W', '45.239.206.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23403, '2025-11-30 12:36:13', 'W', '181.20.209.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23404, '2025-11-30 12:36:15', 'W', '181.78.202.193', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.1)', 'Internet Explorer', 'Windows 7'),
(23405, '2025-11-30 12:36:16', 'W', '201.46.114.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23406, '2025-11-30 12:36:17', 'W', '45.239.234.93', 'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/535.30.1 (KHTML, like Gecko) Version/4.0.1 Safari/535.30.1', 'Safari', 'Windows XP'),
(23407, '2025-11-30 12:36:21', 'W', '37.242.58.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23408, '2025-11-30 12:37:13', 'W', '152.53.131.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6427.726 Safari/537.36', 'Chrome', 'Windows 10'),
(23409, '2025-11-30 12:37:54', 'W', '142.173.129.187', 'Opera/9.86.(X11; Linux i686; so-DJ) Presto/2.9.183 Version/10.00', 'Opera', 'Linux'),
(23410, '2025-11-30 12:41:55', 'W', '103.209.196.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23411, '2025-11-30 12:41:56', 'W', '38.222.119.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23412, '2025-11-30 12:42:03', 'W', '205.164.151.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23413, '2025-11-30 12:42:04', 'W', '212.47.138.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23414, '2025-11-30 12:42:06', 'W', '201.159.91.216', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23415, '2025-11-30 12:42:36', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1558.573 Safari/537.36', 'Chrome', 'Windows 10'),
(23416, '2025-11-30 12:46:22', 'W', '68.221.67.170', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23417, '2025-11-30 12:47:43', 'W', '4.151.241.245', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23418, '2025-11-30 12:49:11', 'W', '42.104.210.81', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_0) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/57.0.859.0 Safari/533.2', 'Chrome', 'Mac OS X'),
(23419, '2025-11-30 13:04:41', 'W', '90.108.85.82', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/5.1)', 'Internet Explorer', 'Windows Vista'),
(23420, '2025-11-30 13:08:23', 'W', '103.69.96.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(23421, '2025-11-30 13:11:49', 'W', '152.53.33.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9771.242 Safari/537.36', 'Chrome', 'Windows 10'),
(23422, '2025-11-30 13:13:02', 'W', '43.173.182.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23423, '2025-11-30 13:19:33', 'W', '102.191.203.129', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/35.0.892.0 Safari/531.0', 'Chrome', 'Linux'),
(23424, '2025-11-30 13:25:55', 'W', '103.124.196.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23425, '2025-11-30 13:25:56', 'W', '27.125.251.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23426, '2025-11-30 13:26:00', 'W', '46.251.213.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23427, '2025-11-30 13:26:02', 'W', '102.219.208.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23428, '2025-11-30 13:26:05', 'W', '137.184.68.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23429, '2025-11-30 13:27:54', 'W', '57.141.4.29', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(23430, '2025-11-30 13:28:10', 'W', '93.185.33.170', 'Opera/9.32.(X11; Linux x86_64; tg-TJ) Presto/2.9.171 Version/11.00', 'Opera', 'Linux'),
(23431, '2025-11-30 13:31:29', 'W', '43.173.181.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23432, '2025-11-30 13:40:59', 'W', '201.220.22.227', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23433, '2025-11-30 13:42:09', 'W', '124.107.90.120', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_9 rv:6.0; mn-MN) AppleWebKit/531.45.2 (KHTML, like Gecko) Version/4.0 Safari/531.45.2', 'Safari', 'Mac OS X'),
(23434, '2025-11-30 13:45:02', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1352.772 Safari/537.36', 'Chrome', 'Windows 10'),
(23435, '2025-11-30 13:47:02', 'W', '206.189.235.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23436, '2025-11-30 13:47:03', 'W', '167.99.14.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23437, '2025-11-30 13:47:06', 'W', '152.32.104.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23438, '2025-11-30 13:47:07', 'W', '159.223.184.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23439, '2025-11-30 13:47:11', 'W', '177.86.20.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23440, '2025-11-30 13:47:12', 'W', '37.77.49.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23441, '2025-11-30 13:48:21', 'W', '81.213.86.44', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/7156-11-11 23:31:41.761932 Firefox/3.6.1', 'Firefox', 'Linux'),
(23442, '2025-11-30 13:50:03', 'W', '103.174.193.169', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 AOLShield/83.0.4103.0', 'Chrome', 'Windows 7'),
(23443, '2025-11-30 13:52:23', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6618.250 Safari/537.36', 'Chrome', 'Windows 10'),
(23444, '2025-11-30 14:00:59', 'W', '158.172.159.190', 'Opera/8.26.(X11; Linux i686; gl-ES) Presto/2.9.182 Version/10.00', 'Opera', 'Linux'),
(23445, '2025-11-30 14:01:12', 'W', '37.120.185.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7410.825 Safari/537.36', 'Chrome', 'Windows 10'),
(23446, '2025-11-30 14:02:29', 'W', '177.33.86.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23447, '2025-11-30 14:02:32', 'W', '178.251.106.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23448, '2025-11-30 14:02:32', 'W', '110.224.165.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23449, '2025-11-30 14:02:35', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5208.799 Safari/537.36', 'Chrome', 'Windows 10'),
(23450, '2025-11-30 14:02:36', 'W', '223.233.66.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23451, '2025-11-30 14:02:37', 'W', '157.245.128.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23452, '2025-11-30 14:02:37', 'W', '177.221.241.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23453, '2025-11-30 14:12:53', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4929.203 Safari/537.36', 'Chrome', 'Windows 10'),
(23454, '2025-11-30 14:13:21', 'W', '43.173.178.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23455, '2025-11-30 14:14:24', 'W', '43.173.179.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23456, '2025-11-30 14:15:30', 'W', '43.173.175.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23457, '2025-11-30 14:16:44', 'W', '200.164.185.119', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_4 rv:3.0; ckb-IQ) AppleWebKit/534.45.6 (KHTML, like Gecko) Version/5.0.2 Safari/534.45.6', 'Safari', 'Mac OS X'),
(23458, '2025-11-30 14:17:44', 'W', '43.173.177.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23459, '2025-11-30 14:24:33', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2589.321 Safari/537.36', 'Chrome', 'Windows 10'),
(23460, '2025-11-30 14:26:56', 'W', '45.71.187.100', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'Chrome', 'Windows 7'),
(23461, '2025-11-30 14:29:33', 'W', '73.192.89.186', 'Opera/8.14.(X11; Linux x86_64; lzh-TW) Presto/2.9.181 Version/11.00', 'Opera', 'Linux'),
(23462, '2025-11-30 14:30:27', 'W', '17.246.15.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23463, '2025-11-30 14:34:27', 'W', '212.8.248.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23464, '2025-11-30 14:35:40', 'W', '103.120.167.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23465, '2025-11-30 14:35:40', 'W', '200.82.188.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23466, '2025-11-30 14:35:44', 'W', '84.54.71.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23467, '2025-11-30 14:35:44', 'W', '165.22.1.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23468, '2025-11-30 14:35:47', 'W', '152.237.5.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23469, '2025-11-30 14:35:52', 'W', '152.58.106.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23470, '2025-11-30 14:36:27', 'I', '80.15.189.191', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; ur-PK) AppleWebKit/533.4.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6533.4.1', 'Handheld Browser', 'iPod'),
(23471, '2025-11-30 14:39:32', 'A', '102.152.38.132', 'Mozilla/5.0 (Android 4.0.4; Mobile; rv:59.0) Gecko/59.0 Firefox/59.0', 'Handheld Browser', 'Android'),
(23472, '2025-11-30 14:39:51', 'W', '189.35.120.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(23473, '2025-11-30 14:40:00', 'W', '89.58.40.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2852.171 Safari/537.36', 'Chrome', 'Windows 10'),
(23474, '2025-11-30 14:40:15', 'W', '138.117.145.167', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(23475, '2025-11-30 14:40:34', 'W', '154.192.174.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23476, '2025-11-30 14:40:36', 'W', '95.141.221.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23477, '2025-11-30 14:40:41', 'W', '157.100.204.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23478, '2025-11-30 14:40:41', 'W', '67.207.95.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23479, '2025-11-30 14:40:43', 'W', '37.114.149.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23480, '2025-11-30 14:40:44', 'W', '103.166.193.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23481, '2025-11-30 14:40:53', 'W', '41.98.76.201', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', 'Chrome', 'Windows 7'),
(23482, '2025-11-30 14:40:56', 'W', '186.143.133.179', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Windows 7'),
(23483, '2025-11-30 14:41:21', 'W', '45.182.205.180', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23484, '2025-11-30 14:42:16', 'W', '187.145.191.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36', 'Chrome', 'Windows 10'),
(23485, '2025-11-30 14:42:16', 'W', '143.105.123.173', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.75 Safari/537.36', 'Chrome', 'Mac OS X'),
(23486, '2025-11-30 14:42:18', 'W', '152.53.2.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2754.472 Safari/537.36', 'Chrome', 'Windows 10'),
(23487, '2025-11-30 14:43:24', 'A', '144.48.108.235', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:7.0) Gecko/7.0 Firefox/7.0', 'Handheld Browser', 'Android'),
(23488, '2025-11-30 14:47:05', 'W', '103.165.20.186', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/26.0.803.0 Safari/535.2', 'Chrome', 'Windows 7'),
(23489, '2025-11-30 14:47:15', 'W', '14.191.233.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5; rv:1.9.3.20) Gecko/3096-02-12 14:22:48.351471 Firefox/3.6.20', 'Firefox', 'Mac OS X'),
(23490, '2025-11-30 14:47:57', 'W', '194.36.147.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1956.120 Safari/537.36', 'Chrome', 'Windows 10'),
(23491, '2025-11-30 14:49:14', 'W', '17.241.219.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23492, '2025-11-30 14:50:08', 'W', '81.18.84.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23493, '2025-11-30 14:50:20', 'W', '41.212.102.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23494, '2025-11-30 14:50:22', 'W', '181.45.177.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23495, '2025-11-30 14:50:24', 'W', '196.41.10.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23496, '2025-11-30 14:50:25', 'W', '177.106.225.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23497, '2025-11-30 14:50:28', 'W', '185.206.124.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23498, '2025-11-30 14:54:00', 'W', '102.141.45.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23499, '2025-11-30 14:54:08', 'W', '189.6.37.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23500, '2025-11-30 14:54:10', 'W', '102.207.8.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23501, '2025-11-30 14:54:11', 'W', '91.186.254.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23502, '2025-11-30 14:54:12', 'W', '152.53.110.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8752.907 Safari/537.36', 'Chrome', 'Windows 10'),
(23503, '2025-11-30 14:54:14', 'W', '169.224.36.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23504, '2025-11-30 14:55:44', 'W', '79.117.196.169', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/5381-07-18 06:24:00.212616 Firefox/7.0', 'Firefox', 'Linux'),
(23505, '2025-11-30 14:56:11', 'W', '189.11.88.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23506, '2025-11-30 14:56:14', 'W', '80.94.250.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23507, '2025-11-30 14:56:15', 'W', '38.226.185.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23508, '2025-11-30 14:56:15', 'W', '123.25.196.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23509, '2025-11-30 14:56:18', 'W', '86.99.15.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23510, '2025-11-30 14:56:21', 'W', '103.78.254.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23511, '2025-11-30 15:01:49', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8628.630 Safari/537.36', 'Chrome', 'Windows 10'),
(23512, '2025-11-30 15:04:27', 'W', '114.142.165.181', 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/531.9.5 (KHTML, like Gecko) Version/5.0 Safari/531.9.5', 'Safari', 'Unknown OS Platform'),
(23513, '2025-11-30 15:05:48', 'W', '17.241.75.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23514, '2025-11-30 15:07:02', 'W', '131.196.246.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23515, '2025-11-30 15:07:03', 'W', '174.138.44.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23516, '2025-11-30 15:07:05', 'W', '103.174.66.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23517, '2025-11-30 15:07:05', 'W', '181.200.157.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23518, '2025-11-30 15:07:09', 'W', '173.244.157.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23519, '2025-11-30 15:07:13', 'W', '197.146.65.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23520, '2025-11-30 15:08:57', 'W', '42.108.196.19', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 4.0; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23521, '2025-11-30 15:11:27', 'W', '43.173.182.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23522, '2025-11-30 15:11:27', 'W', '43.173.177.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23523, '2025-11-30 15:11:40', 'I', '52.25.136.175', 'Mozilla/5.0 (iPad; CPU OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H321 Safari/600.1.4', 'Handheld Browser', 'iPad'),
(23524, '2025-11-30 15:11:47', 'W', '37.120.187.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4068.378 Safari/537.36', 'Chrome', 'Windows 10'),
(23525, '2025-11-30 15:11:49', 'W', '1.52.187.163', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_5 rv:2.0; ml-IN) AppleWebKit/534.33.2 (KHTML, like Gecko) Version/4.0.3 Safari/534.33.2', 'Safari', 'Mac OS X'),
(23526, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Mac OS X'),
(23527, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/1.22 (compatible; MSIE 5.01; PalmOS 3.0) EudoraWeb 2.1', 'Internet Explorer', 'Unknown OS Platform'),
(23528, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.42 Safari/537.36', 'Chrome', 'Windows 10'),
(23529, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36', 'Chrome', 'Windows 7'),
(23530, '2025-11-30 15:11:51', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 8.1.0; Redmi 5 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23531, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Chrome', 'Linux'),
(23532, '2025-11-30 15:11:51', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 5.1.1; Coolpad 3622A Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23533, '2025-11-30 15:11:51', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23534, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 OPR/62.0.3331.117', 'Chrome', 'Windows 10'),
(23535, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3879.0 Safari/537.36 Edg/78.0.249.0', 'Chrome', 'Windows 7'),
(23536, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36', 'Chrome', 'Mac OS X'),
(23537, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; rv:45.9) Gecko/20100101 Goanna/3.2 Firefox/45.9 PaleMoon/27.4.0', 'Firefox', 'Windows 10'),
(23538, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.70', 'Chrome', 'Windows 10'),
(23539, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/607.2.6 (KHTML, like Gecko) Version/12.1.1 Safari/607.2.6 Maxthon/5.1.132', 'Maxthon', 'Mac OS X'),
(23540, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'NetSurf/1.2 (NetBSD; amd64)', 'Unknown Browser', 'Unknown OS Platform'),
(23541, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'P3P Validator', 'Unknown Browser', 'Unknown OS Platform'),
(23542, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(23543, '2025-11-30 15:11:51', 'W', '52.25.136.175', 'Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/10.0.012; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) WicKed/7.1.12344', 'Unknown Browser', 'Unknown OS Platform'),
(23544, '2025-11-30 15:14:44', 'W', '43.173.182.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23545, '2025-11-30 15:14:44', 'W', '43.173.182.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23546, '2025-11-30 15:15:39', 'W', '152.53.23.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3749.527 Safari/537.36', 'Chrome', 'Windows 10'),
(23547, '2025-11-30 15:16:25', 'W', '152.53.45.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2494.794 Safari/537.36', 'Chrome', 'Windows 10'),
(23548, '2025-11-30 15:18:29', 'W', '190.109.124.163', 'Opera/9.32.(X11; Linux x86_64; am-ET) Presto/2.9.185 Version/10.00', 'Opera', 'Linux'),
(23549, '2025-11-30 15:18:34', 'W', '152.53.110.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4453.727 Safari/537.36', 'Chrome', 'Windows 10'),
(23550, '2025-11-30 15:18:45', 'W', '17.22.245.224', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23551, '2025-11-30 15:19:07', 'W', '202.76.179.186', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5', 'Chrome', 'Linux'),
(23552, '2025-11-30 15:20:40', 'W', '152.53.111.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6214.107 Safari/537.36', 'Chrome', 'Windows 10'),
(23553, '2025-11-30 15:25:16', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6480.369 Safari/537.36', 'Chrome', 'Windows 10'),
(23554, '2025-11-30 15:26:31', 'W', '152.53.110.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8919.933 Safari/537.36', 'Chrome', 'Windows 10'),
(23555, '2025-11-30 15:37:54', 'W', '78.40.176.108', 'Opera/9.75.(Windows NT 4.0; hy-AM) Presto/2.9.174 Version/10.00', 'Opera', 'Unknown OS Platform'),
(23556, '2025-11-30 15:38:10', 'W', '94.59.124.146', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.1)', 'Internet Explorer', 'Windows Vista'),
(23557, '2025-11-30 15:40:43', 'W', '38.3.195.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23558, '2025-11-30 15:40:45', 'W', '45.70.22.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23559, '2025-11-30 15:40:46', 'W', '177.55.226.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23560, '2025-11-30 15:40:52', 'W', '128.201.23.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23561, '2025-11-30 15:41:08', 'W', '154.255.38.44', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Windows 7'),
(23562, '2025-11-30 15:42:04', 'W', '128.241.235.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6946.734 Safari/537.36', 'Chrome', 'Windows 10'),
(23563, '2025-11-30 15:42:37', 'W', '160.20.185.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23564, '2025-11-30 15:42:41', 'W', '103.155.62.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23565, '2025-11-30 15:42:43', 'W', '154.41.187.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23566, '2025-11-30 15:42:43', 'W', '179.157.132.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23567, '2025-11-30 15:42:46', 'W', '45.176.106.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23568, '2025-11-30 15:42:48', 'W', '201.24.229.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23569, '2025-11-30 15:42:54', 'W', '165.0.153.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Windows 10'),
(23570, '2025-11-30 15:42:54', 'W', '189.28.145.242', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4691.94 Safari/537.36', 'Chrome', 'Mac OS X'),
(23571, '2025-11-30 15:45:36', 'W', '84.54.66.66', 'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/531.24.3 (KHTML, like Gecko) Version/4.0.4 Safari/531.24.3', 'Safari', 'Windows 2000'),
(23572, '2025-11-30 15:50:29', 'I', '196.191.55.144', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; ig-NG) AppleWebKit/534.29.2 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6534.29.2', 'Handheld Browser', 'iPod');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(23573, '2025-11-30 15:51:37', 'I', '72.244.70.80', 'Mozilla/5.0 (iPad; CPU iPad OS 14_2_1 like Mac OS X) AppleWebKit/533.0 (KHTML, like Gecko) FxiOS/13.4d2958.0 Mobile/92C267 Safari/533.0', 'Handheld Browser', 'iPad'),
(23574, '2025-11-30 15:52:51', 'W', '17.22.237.134', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23575, '2025-11-30 15:54:05', 'W', '152.53.13.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9294.316 Safari/537.36', 'Chrome', 'Windows 10'),
(23576, '2025-11-30 15:57:37', 'W', '116.206.201.148', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(23577, '2025-11-30 15:57:45', 'W', '123.22.160.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23578, '2025-11-30 16:01:37', 'W', '17.22.245.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23579, '2025-11-30 16:02:30', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2386.647 Safari/537.36', 'Chrome', 'Windows 10'),
(23580, '2025-11-30 16:03:32', 'W', '17.22.237.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23581, '2025-11-30 16:05:16', 'W', '183.171.101.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23582, '2025-11-30 16:05:17', 'W', '187.17.61.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23583, '2025-11-30 16:05:19', 'W', '186.14.121.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23584, '2025-11-30 16:05:22', 'W', '142.93.7.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23585, '2025-11-30 16:05:26', 'W', '37.242.36.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23586, '2025-11-30 16:05:26', 'W', '186.26.93.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23587, '2025-11-30 16:06:52', 'W', '17.22.245.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23588, '2025-11-30 16:08:44', 'W', '131.255.96.11', 'Opera/8.77.(Windows NT 6.0; yi-US) Presto/2.9.161 Version/11.00', 'Opera', 'Windows Vista'),
(23589, '2025-11-30 16:11:05', 'W', '4.151.241.247', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23590, '2025-11-30 16:13:57', 'W', '43.173.173.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23591, '2025-11-30 16:17:33', 'W', '43.173.179.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23592, '2025-11-30 16:21:51', 'W', '43.173.179.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23593, '2025-11-30 16:23:01', 'W', '43.173.180.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23594, '2025-11-30 16:31:47', 'I', '179.63.37.8', 'Mozilla/5.0 (iPad; CPU iPad OS 14_8_1 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) FxiOS/14.5v6514.0 Mobile/21F442 Safari/534.1', 'Handheld Browser', 'iPad'),
(23595, '2025-11-30 16:32:33', 'I', '70.65.81.109', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; se-NO) AppleWebKit/534.6.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6534.6.4', 'Handheld Browser', 'iPod'),
(23596, '2025-11-30 16:40:56', 'W', '20.215.214.26', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23597, '2025-11-30 16:48:43', 'W', '5.255.231.3', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(23598, '2025-11-30 16:49:19', 'W', '149.109.140.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23599, '2025-11-30 16:49:20', 'W', '186.53.94.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23600, '2025-11-30 16:49:21', 'W', '188.53.118.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23601, '2025-11-30 16:49:25', 'W', '201.182.248.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23602, '2025-11-30 16:49:27', 'W', '177.72.22.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23603, '2025-11-30 16:50:13', 'I', '141.98.140.184', 'Mozilla/5.0 (iPad; CPU iPad OS 17_3_1 like Mac OS X) AppleWebKit/535.1 (KHTML, like Gecko) FxiOS/11.5r4247.0 Mobile/00T505 Safari/535.1', 'Handheld Browser', 'iPad'),
(23604, '2025-11-30 16:50:13', 'W', '46.38.236.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3524.220 Safari/537.36', 'Chrome', 'Windows 10'),
(23605, '2025-11-30 16:52:58', 'W', '5.255.231.97', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(23606, '2025-11-30 16:53:05', 'W', '156.233.56.60', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(23607, '2025-11-30 16:53:39', 'W', '191.239.245.21', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(23608, '2025-11-30 16:54:27', 'W', '186.122.1.85', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(23609, '2025-11-30 16:54:28', 'W', '177.185.43.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23610, '2025-11-30 16:54:28', 'W', '186.72.18.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23611, '2025-11-30 16:54:28', 'W', '213.230.87.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23612, '2025-11-30 16:54:34', 'W', '190.110.109.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23613, '2025-11-30 16:54:37', 'W', '37.239.63.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23614, '2025-11-30 16:54:39', 'W', '177.39.92.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23615, '2025-11-30 16:54:44', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3808.401 Safari/537.36', 'Chrome', 'Windows 10'),
(23616, '2025-11-30 16:56:05', 'W', '102.215.12.242', 'Opera/9.94.(X11; Linux x86_64; st-ZA) Presto/2.9.178 Version/12.00', 'Opera', 'Linux'),
(23617, '2025-11-30 16:56:54', 'W', '89.58.57.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6347.137 Safari/537.36', 'Chrome', 'Windows 10'),
(23618, '2025-11-30 16:57:29', 'W', '152.53.87.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5679.114 Safari/537.36', 'Chrome', 'Windows 10'),
(23619, '2025-11-30 17:02:34', 'W', '45.160.88.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'Chrome', 'Windows 10'),
(23620, '2025-11-30 17:03:05', 'W', '14.191.130.197', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3235.0 Safari/537.36', 'Chrome', 'Windows 7'),
(23621, '2025-11-30 17:04:18', 'W', '103.134.58.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23622, '2025-11-30 17:05:27', 'W', '186.152.193.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23623, '2025-11-30 17:05:29', 'W', '185.95.204.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23624, '2025-11-30 17:05:30', 'W', '186.194.175.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23625, '2025-11-30 17:05:39', 'W', '102.0.15.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23626, '2025-11-30 17:05:43', 'W', '49.43.133.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23627, '2025-11-30 17:07:01', 'W', '103.121.178.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36', 'Chrome', 'Mac OS X'),
(23628, '2025-11-30 17:09:32', 'W', '89.58.29.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8980.988 Safari/537.36', 'Chrome', 'Windows 10'),
(23629, '2025-11-30 17:10:58', 'W', '179.160.59.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23630, '2025-11-30 17:11:00', 'W', '191.8.203.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23631, '2025-11-30 17:11:01', 'W', '181.98.81.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23632, '2025-11-30 17:11:04', 'W', '49.36.219.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23633, '2025-11-30 17:11:09', 'W', '136.228.172.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23634, '2025-11-30 17:11:28', 'W', '129.222.147.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23635, '2025-11-30 17:12:58', 'W', '43.173.175.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(23636, '2025-11-30 17:12:58', 'W', '43.173.182.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23637, '2025-11-30 17:13:41', 'W', '37.120.187.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5885.611 Safari/537.36', 'Chrome', 'Windows 10'),
(23638, '2025-11-30 17:15:08', 'W', '43.173.181.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23639, '2025-11-30 17:15:08', 'W', '43.173.182.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23640, '2025-11-30 17:16:14', 'W', '43.173.174.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23641, '2025-11-30 17:17:45', 'W', '102.141.40.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23642, '2025-11-30 17:17:53', 'W', '161.35.104.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23643, '2025-11-30 17:17:55', 'W', '103.174.23.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23644, '2025-11-30 17:18:00', 'W', '181.209.100.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23645, '2025-11-30 17:18:16', 'W', '148.227.69.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23646, '2025-11-30 17:21:10', 'W', '5.62.141.77', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23647, '2025-11-30 17:22:48', 'W', '17.22.237.146', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23648, '2025-11-30 17:24:39', 'W', '17.241.75.102', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23649, '2025-11-30 17:24:41', 'W', '152.53.86.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9775.696 Safari/537.36', 'Chrome', 'Windows 10'),
(23650, '2025-11-30 17:30:25', 'W', '102.135.174.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23651, '2025-11-30 17:30:27', 'W', '45.163.145.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23652, '2025-11-30 17:30:27', 'W', '162.243.164.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23653, '2025-11-30 17:30:30', 'W', '161.35.58.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23654, '2025-11-30 17:30:31', 'W', '177.36.6.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23655, '2025-11-30 17:30:32', 'W', '45.150.214.168', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(23656, '2025-11-30 17:31:23', 'W', '167.94.138.187', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(23657, '2025-11-30 17:33:08', 'W', '45.224.51.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23658, '2025-11-30 17:33:11', 'W', '37.239.104.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23659, '2025-11-30 17:33:13', 'W', '200.225.118.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23660, '2025-11-30 17:33:22', 'W', '177.84.17.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23661, '2025-11-30 17:33:22', 'W', '191.183.3.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23662, '2025-11-30 17:34:27', 'W', '109.121.2.30', 'Opera/8.63.(X11; Linux x86_64; se-NO) Presto/2.9.188 Version/10.00', 'Opera', 'Linux'),
(23663, '2025-11-30 17:36:51', 'W', '17.241.227.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23664, '2025-11-30 17:41:20', 'W', '206.189.179.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23665, '2025-11-30 17:41:24', 'W', '137.184.210.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23666, '2025-11-30 17:41:30', 'W', '105.235.128.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23667, '2025-11-30 17:41:31', 'W', '217.142.22.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23668, '2025-11-30 17:41:31', 'W', '185.146.112.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23669, '2025-11-30 17:44:01', 'W', '17.22.237.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23670, '2025-11-30 17:44:30', 'W', '43.173.182.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23671, '2025-11-30 17:47:06', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1513.519 Safari/537.36', 'Chrome', 'Windows 10'),
(23672, '2025-11-30 17:49:29', 'W', '202.61.244.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8546.815 Safari/537.36', 'Chrome', 'Windows 10'),
(23673, '2025-11-30 17:50:19', 'W', '162.142.125.119', 'Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)', 'Unknown Browser', 'Unknown OS Platform'),
(23674, '2025-11-30 17:51:30', 'W', '89.58.32.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1609.121 Safari/537.36', 'Chrome', 'Windows 10'),
(23675, '2025-11-30 17:55:39', 'W', '152.53.53.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9582.988 Safari/537.36', 'Chrome', 'Windows 10'),
(23676, '2025-11-30 17:57:41', 'W', '17.22.237.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23677, '2025-11-30 17:59:45', 'W', '152.53.52.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5146.723 Safari/537.36', 'Chrome', 'Windows 10'),
(23678, '2025-11-30 18:01:03', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8603.924 Safari/537.36', 'Chrome', 'Windows 10'),
(23679, '2025-11-30 18:02:16', 'W', '168.196.102.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(23680, '2025-11-30 18:03:03', 'W', '37.77.49.104', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36', 'Chrome', 'Mac OS X'),
(23681, '2025-11-30 18:05:16', 'W', '37.200.132.45', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.2; Trident/4.1)', 'Internet Explorer', 'Windows 8'),
(23682, '2025-11-30 18:05:38', 'W', '186.90.216.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23683, '2025-11-30 18:05:44', 'W', '200.81.152.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23684, '2025-11-30 18:05:53', 'W', '198.163.192.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23685, '2025-11-30 18:05:54', 'W', '37.40.226.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23686, '2025-11-30 18:09:27', 'W', '37.238.4.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23687, '2025-11-30 18:10:02', 'W', '177.234.183.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23688, '2025-11-30 18:10:09', 'W', '188.72.40.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23689, '2025-11-30 18:10:11', 'W', '45.185.163.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23690, '2025-11-30 18:10:14', 'W', '37.123.64.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23691, '2025-11-30 18:10:15', 'W', '178.131.96.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23692, '2025-11-30 18:10:17', 'W', '45.184.248.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23693, '2025-11-30 18:10:37', 'W', '43.173.180.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23694, '2025-11-30 18:10:46', 'W', '123.16.87.186', 'Opera/9.98.(Windows NT 5.2; eu-ES) Presto/2.9.183 Version/10.00', 'Opera', 'Windows Server 2003/XP x64'),
(23695, '2025-11-30 18:12:42', 'W', '43.173.176.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23696, '2025-11-30 18:12:42', 'W', '43.173.180.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23697, '2025-11-30 18:12:42', 'W', '43.173.176.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23698, '2025-11-30 18:14:58', 'W', '43.173.181.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23699, '2025-11-30 18:14:58', 'W', '43.173.178.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23700, '2025-11-30 18:15:02', 'W', '165.165.108.48', 'Mozilla/5.0 (Windows NT 4.0; ckb-IQ; rv:1.9.2.20) Gecko/7295-10-24 14:52:57.700897 Firefox/5.0', 'Firefox', 'Unknown OS Platform'),
(23701, '2025-11-30 18:16:05', 'W', '43.173.180.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(23702, '2025-11-30 18:16:06', 'W', '43.173.182.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23703, '2025-11-30 18:18:18', 'W', '43.173.179.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23704, '2025-11-30 18:19:19', 'W', '43.173.181.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23705, '2025-11-30 18:21:07', 'I', '5.50.159.215', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; apn-IN) AppleWebKit/534.28.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6534.28.4', 'Handheld Browser', 'iPod'),
(23706, '2025-11-30 18:21:31', 'W', '43.173.181.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23707, '2025-11-30 18:21:36', 'W', '43.173.180.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23708, '2025-11-30 18:22:21', 'W', '152.53.47.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5034.309 Safari/537.36', 'Chrome', 'Windows 10'),
(23709, '2025-11-30 18:22:41', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4349.450 Safari/537.36', 'Chrome', 'Windows 10'),
(23710, '2025-11-30 18:24:49', 'W', '43.173.179.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(23711, '2025-11-30 18:25:57', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4891.146 Safari/537.36', 'Chrome', 'Windows 10'),
(23712, '2025-11-30 18:27:04', 'W', '43.173.182.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23713, '2025-11-30 18:28:08', 'W', '152.53.87.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3055.309 Safari/537.36', 'Chrome', 'Windows 10'),
(23714, '2025-11-30 18:29:44', 'W', '103.153.210.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23715, '2025-11-30 18:29:50', 'W', '38.147.75.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23716, '2025-11-30 18:29:54', 'W', '196.250.137.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23717, '2025-11-30 18:29:54', 'W', '38.199.55.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23718, '2025-11-30 18:29:58', 'W', '101.53.241.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23719, '2025-11-30 18:33:39', 'W', '43.173.173.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23720, '2025-11-30 18:34:46', 'W', '103.148.23.194', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_4; rv:1.9.6.20) Gecko/4574-10-30 01:32:50.205368 Firefox/3.8', 'Firefox', 'Mac OS X'),
(23721, '2025-11-30 18:35:50', 'W', '43.173.180.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23722, '2025-11-30 18:36:54', 'W', '43.173.177.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23723, '2025-11-30 18:38:21', 'W', '51.75.236.138', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(23724, '2025-11-30 18:38:23', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3809.892 Safari/537.36', 'Chrome', 'Windows 10'),
(23725, '2025-11-30 18:38:35', 'W', '92.222.104.200', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(23726, '2025-11-30 18:43:17', 'W', '37.120.187.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2201.852 Safari/537.36', 'Chrome', 'Windows 10'),
(23727, '2025-11-30 18:43:31', 'W', '43.173.179.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23728, '2025-11-30 18:44:35', 'W', '43.173.182.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(23729, '2025-11-30 18:45:05', 'W', '194.169.166.201', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 10.0; Trident/3.0)', 'Internet Explorer', 'Windows 10'),
(23730, '2025-11-30 18:47:53', 'W', '43.173.177.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23731, '2025-11-30 18:49:12', 'W', '138.186.161.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23732, '2025-11-30 18:49:15', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4332.657 Safari/537.36', 'Chrome', 'Windows 10'),
(23733, '2025-11-30 18:52:12', 'W', '202.71.181.64', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', 'Chrome', 'Windows 7'),
(23734, '2025-11-30 18:53:20', 'W', '43.173.180.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23735, '2025-11-30 18:57:43', 'W', '43.173.180.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23736, '2025-11-30 19:00:40', 'W', '187.189.101.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23737, '2025-11-30 19:04:17', 'W', '43.173.181.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23738, '2025-11-30 19:05:14', 'W', '89.58.33.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7382.997 Safari/537.36', 'Chrome', 'Windows 10'),
(23739, '2025-11-30 19:07:33', 'W', '43.173.176.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23740, '2025-11-30 19:09:29', 'W', '17.241.219.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23741, '2025-11-30 19:10:53', 'W', '43.173.177.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23742, '2025-11-30 19:12:14', 'A', '197.248.221.57', 'Mozilla/5.0 (Android 1.0; Mobile; rv:57.0) Gecko/57.0 Firefox/57.0', 'Handheld Browser', 'Android'),
(23743, '2025-11-30 19:12:38', 'W', '17.241.219.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23744, '2025-11-30 19:14:14', 'W', '43.173.180.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(23745, '2025-11-30 19:16:24', 'W', '190.174.23.243', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows 95; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23746, '2025-11-30 19:16:53', 'W', '17.246.15.4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23747, '2025-11-30 19:20:09', 'W', '146.174.164.172', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13', 'Chrome', 'Windows Vista'),
(23748, '2025-11-30 19:20:14', 'W', '169.1.17.89', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/3.1)', 'Internet Explorer', 'Windows 7'),
(23749, '2025-11-30 19:23:08', 'W', '188.113.230.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23750, '2025-11-30 19:23:14', 'W', '103.115.199.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23751, '2025-11-30 19:23:15', 'W', '213.230.112.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23752, '2025-11-30 19:23:17', 'W', '197.237.48.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23753, '2025-11-30 19:23:21', 'W', '190.141.121.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23754, '2025-11-30 19:23:42', 'W', '38.166.191.242', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23755, '2025-11-30 19:26:55', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4021.454 Safari/537.36', 'Chrome', 'Windows 10'),
(23756, '2025-11-30 19:27:23', 'W', '161.35.10.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23757, '2025-11-30 19:27:26', 'W', '138.185.159.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23758, '2025-11-30 19:27:31', 'W', '102.135.172.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23759, '2025-11-30 19:27:33', 'W', '92.241.36.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23760, '2025-11-30 19:27:41', 'W', '102.213.134.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23761, '2025-11-30 19:29:08', 'W', '152.53.85.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7911.349 Safari/537.36', 'Chrome', 'Windows 10'),
(23762, '2025-11-30 19:31:28', 'W', '173.17.222.175', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(23763, '2025-11-30 19:33:49', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7117.892 Safari/537.36', 'Chrome', 'Windows 10'),
(23764, '2025-11-30 19:36:02', 'A', '38.13.181.89', 'Mozilla/5.0 (Android 2.0; Mobile; rv:24.0) Gecko/24.0 Firefox/24.0', 'Handheld Browser', 'Android'),
(23765, '2025-11-30 19:36:04', 'I', '41.121.161.133', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; is-IS) AppleWebKit/535.6.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B112 Safari/6535.6.1', 'Handheld Browser', 'iPod'),
(23766, '2025-11-30 19:36:42', 'I', '90.125.97.74', 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_8 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) FxiOS/13.3x0896.0 Mobile/48L170 Safari/534.1', 'Handheld Browser', 'iPad'),
(23767, '2025-11-30 19:43:39', 'W', '178.73.78.164', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_1; rv:1.9.3.20) Gecko/9437-02-08 12:10:53.586060 Firefox/3.6.8', 'Firefox', 'Mac OS X'),
(23768, '2025-11-30 19:51:44', 'W', '189.153.160.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.63 Safari/537.36', 'Chrome', 'Windows 10'),
(23769, '2025-11-30 19:52:15', 'I', '46.184.213.180', 'Mozilla/5.0 (iPad; CPU iPad OS 2_2_1 like Mac OS X) AppleWebKit/535.0 (KHTML, like Gecko) CriOS/23.0.807.0 Mobile/92B045 Safari/535.0', 'Handheld Browser', 'iPad'),
(23770, '2025-11-30 19:52:20', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5326.744 Safari/537.36', 'Chrome', 'Windows 10'),
(23771, '2025-11-30 19:52:50', 'W', '152.53.47.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9158.100 Safari/537.36', 'Chrome', 'Windows 10'),
(23772, '2025-11-30 19:53:08', 'W', '113.172.216.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23773, '2025-11-30 19:53:12', 'W', '186.205.14.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23774, '2025-11-30 19:53:17', 'W', '167.58.224.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23775, '2025-11-30 19:53:18', 'W', '191.241.242.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23776, '2025-11-30 19:53:20', 'W', '177.23.37.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23777, '2025-11-30 19:53:27', 'W', '115.135.31.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23778, '2025-11-30 19:55:25', 'W', '91.106.38.39', 'Opera/9.10.(X11; Linux x86_64; ky-KG) Presto/2.9.163 Version/11.00', 'Opera', 'Linux'),
(23779, '2025-11-30 20:05:36', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'Edge', 'Windows 10'),
(23780, '2025-11-30 20:05:40', 'W', '186.22.68.148', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/16.0.852.0 Safari/533.2', 'Chrome', 'Linux'),
(23781, '2025-11-30 20:07:56', 'W', '66.187.11.158', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trident/5.0)', 'Internet Explorer', 'Windows 2000'),
(23782, '2025-11-30 20:11:59', 'W', '43.173.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23783, '2025-11-30 20:13:03', 'W', '43.173.177.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23784, '2025-11-30 20:14:08', 'W', '43.173.181.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23785, '2025-11-30 20:15:23', 'W', '152.53.55.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9396.256 Safari/537.36', 'Chrome', 'Windows 10'),
(23786, '2025-11-30 20:16:52', 'W', '152.53.16.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3880.946 Safari/537.36', 'Chrome', 'Windows 10'),
(23787, '2025-11-30 20:19:07', 'W', '101.44.36.173', 'Opera/8.22.(X11; Linux x86_64; ka-GE) Presto/2.9.184 Version/12.00', 'Opera', 'Linux'),
(23788, '2025-11-30 20:19:43', 'W', '17.22.253.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23789, '2025-11-30 20:22:43', 'W', '17.241.75.154', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23790, '2025-11-30 20:27:32', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7369.910 Safari/537.36', 'Chrome', 'Windows 10'),
(23791, '2025-11-30 20:28:42', 'I', '45.228.33.192', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; hsb-DE) AppleWebKit/535.33.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6535.33.1', 'Handheld Browser', 'iPod'),
(23792, '2025-11-30 20:35:40', 'W', '51.39.102.153', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_4; rv:1.9.5.20) Gecko/5354-09-24 11:17:30.964203 Firefox/3.6.1', 'Firefox', 'Mac OS X'),
(23793, '2025-11-30 20:38:29', 'W', '88.242.219.104', 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/533.14.4 (KHTML, like Gecko) Version/4.1 Safari/533.14.4', 'Safari', 'Unknown OS Platform'),
(23794, '2025-11-30 20:39:01', 'W', '91.74.151.157', 'Opera/8.70.(X11; Linux x86_64; bem-ZM) Presto/2.9.187 Version/11.00', 'Opera', 'Linux'),
(23795, '2025-11-30 20:40:07', 'W', '190.139.245.150', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_9) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/33.0.832.0 Safari/531.0', 'Chrome', 'Mac OS X'),
(23796, '2025-11-30 20:40:31', 'W', '200.159.190.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23797, '2025-11-30 20:40:34', 'W', '186.195.100.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23798, '2025-11-30 20:40:35', 'W', '209.137.206.165', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 95; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23799, '2025-11-30 20:40:37', 'W', '187.191.36.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23800, '2025-11-30 20:40:39', 'W', '14.166.12.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23801, '2025-11-30 20:40:40', 'W', '190.108.99.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23802, '2025-11-30 20:40:41', 'W', '5.62.143.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23803, '2025-11-30 20:42:52', 'W', '38.248.254.238', 'Mozilla/5.0 (Windows NT 4.0) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/28.0.800.0 Safari/531.0', 'Chrome', 'Unknown OS Platform'),
(23804, '2025-11-30 20:51:24', 'W', '152.53.52.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9827.571 Safari/537.36', 'Chrome', 'Windows 10'),
(23805, '2025-11-30 20:56:12', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4572.673 Safari/537.36', 'Chrome', 'Windows 10'),
(23806, '2025-11-30 21:02:37', 'W', '142.173.139.99', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_4 rv:5.0; pt-PT) AppleWebKit/535.12.1 (KHTML, like Gecko) Version/5.0.2 Safari/535.12.1', 'Safari', 'Mac OS X'),
(23807, '2025-11-30 21:07:10', 'W', '181.191.99.215', 'Opera/9.39.(Windows NT 5.1; dv-MV) Presto/2.9.160 Version/11.00', 'Opera', 'Windows XP'),
(23808, '2025-11-30 21:07:45', 'W', '152.53.53.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4154.769 Safari/537.36', 'Chrome', 'Windows 10'),
(23809, '2025-11-30 21:09:08', 'W', '43.173.180.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23810, '2025-11-30 21:09:49', 'W', '34.170.165.171', 'Python/3.14 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(23811, '2025-11-30 21:12:22', 'W', '152.53.85.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6330.393 Safari/537.36', 'Chrome', 'Windows 10'),
(23812, '2025-11-30 21:14:22', 'I', '196.188.252.237', 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/532.2 (KHTML, like Gecko) FxiOS/13.6r2865.0 Mobile/98L446 Safari/532.2', 'Handheld Browser', 'iPhone'),
(23813, '2025-11-30 21:18:45', 'W', '37.120.187.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9359.144 Safari/537.36', 'Chrome', 'Windows 10'),
(23814, '2025-11-30 21:25:28', 'W', '131.72.204.192', 'Opera/8.48.(Windows NT 11.0; te-IN) Presto/2.9.170 Version/11.00', 'Opera', 'Unknown OS Platform'),
(23815, '2025-11-30 21:28:05', 'W', '17.241.227.101', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23816, '2025-11-30 21:31:28', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5331.511 Safari/537.36', 'Chrome', 'Windows 10'),
(23817, '2025-11-30 21:31:35', 'W', '52.25.136.175', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.0', 'Opera', 'Windows 2000'),
(23818, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; Linux i686; rv:49.0) Gecko/20100101 Firefox/49.0', 'Firefox', 'Linux'),
(23819, '2025-11-30 21:31:45', 'I', '52.25.136.175', 'Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A465 Safari/8536.25 (3B92C18B-D9DE-4CB7-A02A-22FD2AF17C8F)', 'Handheld Browser', 'iPad'),
(23820, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.19 Safari/537.36', 'Chrome', 'Mac OS X'),
(23821, '2025-11-30 21:31:45', 'I', '52.25.136.175', 'Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPad'),
(23822, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.99', 'Chrome', 'Windows 10'),
(23823, '2025-11-30 21:31:45', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; SM-N950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23824, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; U; FreeBSD x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16', 'Chrome', 'Unknown OS Platform'),
(23825, '2025-11-30 21:31:45', 'A', '52.25.136.175', 'Opera/9.80 (Android; Opera Mini/7.5.33361/31.1543; U; en) Presto/2.8.119 Version/11.1010', 'Opera', 'Android'),
(23826, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'NokiaN73-1/3.0649.0.0.1 Series60/3.0 Profile/MIDP2.0 Configuration/CLDC-1.1', 'Unknown Browser', 'Unknown OS Platform'),
(23827, '2025-11-30 21:31:45', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.613.0 Safari/534.15', 'Chrome', 'Linux'),
(23828, '2025-11-30 21:31:46', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(23829, '2025-11-30 21:31:46', 'W', '52.25.136.175', 'Mozilla/5.0 (X11; Linux i686; rv:40.0) Gecko/20100101 Firefox/40.0', 'Firefox', 'Linux'),
(23830, '2025-11-30 21:31:46', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3191.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(23831, '2025-11-30 21:31:46', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; G8343 Build/47.2.A.10.107; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/229.1.0.17.118;]', 'Handheld Browser', 'Android'),
(23832, '2025-11-30 21:31:46', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36', 'Chrome', 'Windows 10'),
(23833, '2025-11-30 21:31:46', 'W', '52.25.136.175', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36', 'Chrome', 'Windows 10'),
(23834, '2025-11-30 21:31:47', 'A', '52.25.136.175', 'Mozilla/5.0 (Linux; Android 9; Pixel 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(23835, '2025-11-30 21:31:47', 'W', '52.25.136.175', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X'),
(23836, '2025-11-30 21:33:30', 'W', '181.46.136.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23837, '2025-11-30 21:33:30', 'W', '200.13.46.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23838, '2025-11-30 21:33:32', 'W', '103.168.68.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23839, '2025-11-30 21:33:36', 'W', '197.119.101.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23840, '2025-11-30 21:33:37', 'W', '37.52.117.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23841, '2025-11-30 21:33:37', 'W', '109.107.253.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23842, '2025-11-30 21:37:01', 'W', '92.149.13.52', 'Mozilla/5.0 (Windows NT 5.0; ik-CA; rv:1.9.2.20) Gecko/6486-01-23 18:03:46.502411 Firefox/5.0', 'Firefox', 'Windows 2000'),
(23843, '2025-11-30 21:37:32', 'W', '98.254.25.81', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows CE; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23844, '2025-11-30 21:40:09', 'A', '66.249.92.166', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(23845, '2025-11-30 21:42:11', 'W', '152.53.102.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3663.277 Safari/537.36', 'Chrome', 'Windows 10'),
(23846, '2025-11-30 21:42:25', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5403.679 Safari/537.36', 'Chrome', 'Windows 10'),
(23847, '2025-11-30 21:47:17', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1364.337 Safari/537.36', 'Chrome', 'Windows 10'),
(23848, '2025-11-30 21:50:21', 'W', '5.38.47.173', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36', 'Chrome', 'Windows 10'),
(23849, '2025-11-30 21:53:19', 'W', '17.241.75.254', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23850, '2025-11-30 21:53:29', 'W', '189.34.145.226', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23851, '2025-11-30 21:55:37', 'W', '45.176.73.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(23852, '2025-11-30 21:56:00', 'W', '141.98.140.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(23853, '2025-11-30 21:56:20', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3323.795 Safari/537.36', 'Chrome', 'Windows 10'),
(23854, '2025-11-30 21:57:42', 'W', '186.151.97.201', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/49.0.882.0 Safari/536.1', 'Chrome', 'Windows 8'),
(23855, '2025-11-30 22:01:04', 'W', '94.23.188.222', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(23856, '2025-11-30 22:01:20', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5982.733 Safari/537.36', 'Chrome', 'Windows 10'),
(23857, '2025-11-30 22:03:27', 'A', '45.231.203.47', 'Mozilla/5.0 (Android 12; Mobile; rv:50.0) Gecko/50.0 Firefox/50.0', 'Handheld Browser', 'Android'),
(23858, '2025-11-30 22:06:46', 'W', '5.55.168.79', 'Opera/9.37.(X11; Linux x86_64; hsb-DE) Presto/2.9.177 Version/10.00', 'Opera', 'Linux'),
(23859, '2025-11-30 22:08:49', 'W', '186.17.105.236', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(23860, '2025-11-30 22:09:26', 'W', '152.53.101.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1330.366 Safari/537.36', 'Chrome', 'Windows 10'),
(23861, '2025-11-30 22:09:34', 'W', '146.174.165.195', 'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1', 'Chrome', 'Windows Server 2003/XP x64'),
(23862, '2025-11-30 22:09:43', 'W', '17.241.75.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23863, '2025-11-30 22:11:31', 'W', '43.173.180.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23864, '2025-11-30 22:12:36', 'W', '43.173.181.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23865, '2025-11-30 22:20:54', 'W', '152.53.13.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3473.394 Safari/537.36', 'Chrome', 'Windows 10'),
(23866, '2025-11-30 22:21:26', 'W', '202.76.179.69', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7', 'Safari', 'Mac OS X'),
(23867, '2025-11-30 22:25:32', 'W', '189.197.117.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23868, '2025-11-30 22:25:33', 'W', '197.234.147.64', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23869, '2025-11-30 22:25:33', 'W', '138.97.163.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23870, '2025-11-30 22:25:41', 'W', '91.106.40.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23871, '2025-11-30 22:25:41', 'W', '14.235.82.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23872, '2025-11-30 22:25:43', 'W', '106.194.55.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23873, '2025-11-30 22:33:01', 'W', '186.167.112.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23874, '2025-11-30 22:33:04', 'W', '157.100.105.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23875, '2025-11-30 22:33:05', 'W', '190.32.209.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23876, '2025-11-30 22:33:08', 'W', '14.230.90.229', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23877, '2025-11-30 22:33:12', 'W', '200.189.23.102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23878, '2025-11-30 22:33:14', 'W', '195.62.37.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23879, '2025-11-30 22:33:16', 'W', '109.206.198.33', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 10.0; Trident/3.1)', 'Internet Explorer', 'Windows 10'),
(23880, '2025-11-30 22:35:53', 'W', '202.76.168.34', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20110619 Firefox/5.0', 'Firefox', 'Windows 7'),
(23881, '2025-11-30 22:37:04', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9828.812 Safari/537.36', 'Chrome', 'Windows 10'),
(23882, '2025-11-30 22:37:54', 'W', '17.22.253.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23883, '2025-11-30 22:38:57', 'W', '89.58.12.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1725.569 Safari/537.36', 'Chrome', 'Windows 10'),
(23884, '2025-11-30 22:40:27', 'W', '51.36.233.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23885, '2025-11-30 22:40:31', 'W', '181.94.224.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23886, '2025-11-30 22:40:34', 'W', '190.140.23.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23887, '2025-11-30 22:40:35', 'W', '45.183.243.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23888, '2025-11-30 22:40:39', 'W', '45.187.110.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23889, '2025-11-30 22:40:41', 'W', '201.225.70.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23890, '2025-11-30 22:42:35', 'W', '176.117.105.165', 'Mozilla/5.0 (Windows NT 6.1; sq-ML; rv:1.9.2.20) Gecko/7412-08-06 08:07:49.529114 Firefox/3.6.10', 'Firefox', 'Windows 7'),
(23891, '2025-11-30 22:42:36', 'W', '179.51.114.104', 'Opera/8.91.(X11; Linux x86_64; ia-FR) Presto/2.9.168 Version/11.00', 'Opera', 'Linux'),
(23892, '2025-11-30 22:43:37', 'I', '23.146.116.110', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; aa-ET) AppleWebKit/531.26.5 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6531.26.5', 'Handheld Browser', 'iPod'),
(23893, '2025-11-30 22:46:27', 'W', '177.172.238.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(23894, '2025-11-30 22:47:54', 'W', '128.241.232.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9790.777 Safari/537.36', 'Chrome', 'Windows 10'),
(23895, '2025-11-30 22:49:19', 'W', '38.248.149.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(23896, '2025-11-30 22:49:22', 'W', '181.41.229.57', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.136 Safari/537.36', 'Chrome', 'Windows 8.1'),
(23897, '2025-11-30 22:49:24', 'W', '190.5.200.180', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36', 'Chrome', 'Windows 7'),
(23898, '2025-11-30 22:51:41', 'W', '105.74.65.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23899, '2025-11-30 22:51:41', 'W', '187.88.126.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23900, '2025-11-30 22:51:44', 'W', '196.179.11.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23901, '2025-11-30 22:51:47', 'W', '165.16.183.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23902, '2025-11-30 22:51:49', 'W', '143.244.174.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23903, '2025-11-30 22:51:51', 'W', '93.180.222.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23904, '2025-11-30 22:52:51', 'W', '103.151.46.100', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 7'),
(23905, '2025-11-30 22:52:54', 'W', '202.76.181.149', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko Firefox/11.0', 'Firefox', 'Windows 7'),
(23906, '2025-11-30 22:54:39', 'W', '92.253.24.74', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.99 Safari/537.36', 'Chrome', 'Mac OS X'),
(23907, '2025-11-30 22:54:41', 'W', '45.5.142.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 10'),
(23908, '2025-11-30 22:54:51', 'W', '174.61.103.13', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 4.0; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(23909, '2025-11-30 22:55:29', 'I', '27.72.68.209', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_7 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) CriOS/17.0.858.0 Mobile/38J550 Safari/534.1', 'Handheld Browser', 'iPhone'),
(23910, '2025-11-30 22:56:22', 'I', '102.213.68.53', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_6 like Mac OS X) AppleWebKit/531.0 (KHTML, like Gecko) FxiOS/18.8o5689.0 Mobile/35U243 Safari/531.0', 'Handheld Browser', 'iPhone'),
(23911, '2025-11-30 23:01:13', 'W', '188.6.85.27', 'Opera/9.84.(Windows NT 5.01; ps-AF) Presto/2.9.168 Version/11.00', 'Opera', 'Windows 2000'),
(23912, '2025-11-30 23:06:34', 'W', '43.173.173.212', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(23913, '2025-11-30 23:07:40', 'W', '43.173.182.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23914, '2025-11-30 23:08:46', 'W', '43.173.174.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(23915, '2025-11-30 23:08:46', 'W', '43.173.176.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23916, '2025-11-30 23:09:28', 'W', '197.234.142.79', 'Opera/8.11.(X11; Linux i686; unm-US) Presto/2.9.162 Version/11.00', 'Opera', 'Linux'),
(23917, '2025-11-30 23:10:53', 'W', '159.148.236.45', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_0 rv:2.0; uk-UA) AppleWebKit/531.23.4 (KHTML, like Gecko) Version/5.0 Safari/531.23.4', 'Safari', 'Mac OS X'),
(23918, '2025-11-30 23:12:36', 'W', '152.53.86.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8973.205 Safari/537.36', 'Chrome', 'Windows 10'),
(23919, '2025-11-30 23:13:15', 'W', '107.152.46.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(23920, '2025-11-30 23:14:01', 'W', '152.53.85.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9162.471 Safari/537.36', 'Chrome', 'Windows 10'),
(23921, '2025-11-30 23:20:45', 'W', '188.53.37.224', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/3.0)', 'Internet Explorer', 'Windows 2000'),
(23922, '2025-11-30 23:22:53', 'W', '128.241.235.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7568.573 Safari/537.36', 'Chrome', 'Windows 10'),
(23923, '2025-11-30 23:31:03', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5033.461 Safari/537.36', 'Chrome', 'Windows 10'),
(23924, '2025-11-30 23:31:19', 'W', '41.82.107.179', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_2 rv:5.0; hu-HU) AppleWebKit/535.39.5 (KHTML, like Gecko) Version/4.0 Safari/535.39.5', 'Safari', 'Mac OS X'),
(23925, '2025-11-30 23:31:31', 'W', '64.227.25.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23926, '2025-11-30 23:31:31', 'W', '190.228.33.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23927, '2025-11-30 23:31:32', 'W', '190.183.203.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23928, '2025-11-30 23:31:35', 'W', '196.207.227.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23929, '2025-11-30 23:31:37', 'W', '200.82.59.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23930, '2025-11-30 23:31:40', 'W', '179.63.52.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23931, '2025-11-30 23:32:59', 'W', '89.58.41.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6655.719 Safari/537.36', 'Chrome', 'Windows 10'),
(23932, '2025-11-30 23:36:06', 'W', '52.167.144.17', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(23933, '2025-11-30 23:36:30', 'W', '179.0.33.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23934, '2025-11-30 23:36:30', 'W', '105.155.102.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23935, '2025-11-30 23:36:32', 'W', '197.185.132.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23936, '2025-11-30 23:36:32', 'W', '142.93.206.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23937, '2025-11-30 23:36:34', 'W', '37.237.166.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23938, '2025-11-30 23:36:36', 'W', '187.34.177.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23939, '2025-11-30 23:36:48', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7730.483 Safari/537.36', 'Chrome', 'Windows 10'),
(23940, '2025-11-30 23:41:52', 'W', '143.208.127.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23941, '2025-11-30 23:41:53', 'W', '196.75.81.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23942, '2025-11-30 23:41:57', 'W', '103.136.58.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23943, '2025-11-30 23:42:05', 'W', '138.204.79.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23944, '2025-11-30 23:42:07', 'W', '169.224.32.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23945, '2025-11-30 23:42:08', 'W', '102.207.8.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23946, '2025-11-30 23:43:29', 'W', '17.241.227.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23947, '2025-11-30 23:45:51', 'W', '137.184.48.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23948, '2025-11-30 23:45:54', 'W', '186.250.43.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23949, '2025-11-30 23:46:29', 'W', '17.241.219.107', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23950, '2025-11-30 23:48:24', 'W', '200.138.109.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(23951, '2025-11-30 23:48:27', 'W', '105.112.112.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(23952, '2025-11-30 23:49:34', 'W', '17.246.15.153', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23953, '2025-11-30 23:52:15', 'W', '154.208.36.45', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'Chrome', 'Windows 10'),
(23954, '2025-11-30 23:54:17', 'W', '143.244.166.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23955, '2025-11-30 23:54:24', 'W', '45.239.243.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23956, '2025-11-30 23:54:25', 'W', '181.43.215.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23957, '2025-11-30 23:54:29', 'W', '141.164.240.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23958, '2025-11-30 23:54:31', 'W', '38.166.171.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23959, '2025-11-30 23:54:32', 'W', '45.4.1.247', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(23960, '2025-11-30 23:54:38', 'W', '187.106.43.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23961, '2025-11-30 23:58:40', 'W', '181.44.129.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23962, '2025-11-30 23:58:50', 'W', '177.241.45.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23963, '2025-11-30 23:58:51', 'W', '186.121.238.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23964, '2025-11-30 23:58:52', 'W', '170.245.198.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23965, '2025-11-30 23:58:54', 'W', '186.39.132.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23966, '2025-11-30 23:59:03', 'I', '213.230.87.95', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; ik-CA) AppleWebKit/532.25.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6532.25.4', 'Handheld Browser', 'iPod'),
(23967, '2025-12-01 00:01:04', 'W', '113.182.210.140', 'Opera/8.44.(Windows 95; bo-CN) Presto/2.9.188 Version/11.00', 'Opera', 'Unknown OS Platform'),
(23968, '2025-12-01 00:01:04', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1802.752 Safari/537.36', 'Chrome', 'Windows 10'),
(23969, '2025-12-01 00:10:45', 'W', '43.173.180.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23970, '2025-12-01 00:10:45', 'W', '43.173.178.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23971, '2025-12-01 00:11:14', 'W', '159.223.101.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23972, '2025-12-01 00:11:20', 'W', '189.153.216.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23973, '2025-12-01 00:11:21', 'W', '191.202.0.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23974, '2025-12-01 00:11:21', 'W', '36.76.181.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23975, '2025-12-01 00:11:24', 'W', '45.175.12.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23976, '2025-12-01 00:15:08', 'W', '43.173.180.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23977, '2025-12-01 00:16:37', 'W', '146.70.24.90', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(23978, '2025-12-01 00:17:56', 'W', '161.35.117.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23979, '2025-12-01 00:17:56', 'W', '190.124.158.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23980, '2025-12-01 00:18:06', 'W', '181.95.116.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23981, '2025-12-01 00:18:08', 'W', '186.48.193.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23982, '2025-12-01 00:18:08', 'W', '186.121.232.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23983, '2025-12-01 00:18:12', 'W', '176.29.204.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23984, '2025-12-01 00:20:36', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8747.741 Safari/537.36', 'Chrome', 'Windows 10'),
(23985, '2025-12-01 00:20:38', 'W', '177.188.185.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23986, '2025-12-01 00:20:39', 'W', '37.238.64.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23987, '2025-12-01 00:20:46', 'W', '189.144.9.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23988, '2025-12-01 00:20:48', 'W', '197.184.88.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23989, '2025-12-01 00:20:52', 'W', '200.185.220.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23990, '2025-12-01 00:20:56', 'W', '102.66.141.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23991, '2025-12-01 00:24:46', 'W', '17.246.19.26', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(23992, '2025-12-01 00:26:27', 'W', '157.100.141.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23993, '2025-12-01 00:26:27', 'W', '137.184.73.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23994, '2025-12-01 00:26:34', 'W', '45.237.101.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23995, '2025-12-01 00:26:34', 'W', '161.35.58.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23996, '2025-12-01 00:26:40', 'W', '191.37.148.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23997, '2025-12-01 00:26:41', 'W', '186.179.67.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23998, '2025-12-01 00:28:15', 'W', '169.224.97.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(23999, '2025-12-01 00:28:18', 'W', '45.70.158.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24000, '2025-12-01 00:28:19', 'W', '41.249.122.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24001, '2025-12-01 00:28:22', 'W', '154.255.23.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24002, '2025-12-01 00:28:27', 'W', '37.217.158.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24003, '2025-12-01 00:28:28', 'W', '167.56.118.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24004, '2025-12-01 00:30:55', 'W', '41.78.17.212', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_5) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/58.0.814.0 Safari/534.2', 'Chrome', 'Mac OS X'),
(24005, '2025-12-01 00:31:15', 'W', '38.19.238.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24006, '2025-12-01 00:31:15', 'W', '14.248.74.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24007, '2025-12-01 00:31:18', 'W', '187.53.175.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24008, '2025-12-01 00:31:18', 'W', '138.118.29.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24009, '2025-12-01 00:31:26', 'W', '152.202.45.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24010, '2025-12-01 00:31:38', 'W', '139.135.192.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24011, '2025-12-01 00:31:55', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8157.783 Safari/537.36', 'Chrome', 'Windows 10'),
(24012, '2025-12-01 00:33:56', 'W', '202.61.225.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3520.379 Safari/537.36', 'Chrome', 'Windows 10'),
(24013, '2025-12-01 00:35:15', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5169.153 Safari/537.36', 'Chrome', 'Windows 10'),
(24014, '2025-12-01 00:37:24', 'W', '152.53.85.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8157.980 Safari/537.36', 'Chrome', 'Windows 10'),
(24015, '2025-12-01 00:38:11', 'W', '17.241.227.99', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24016, '2025-12-01 00:44:47', 'I', '78.167.3.186', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; yo-NG) AppleWebKit/535.17.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6535.17.4', 'Handheld Browser', 'iPod'),
(24017, '2025-12-01 00:47:16', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6729.961 Safari/537.36', 'Chrome', 'Windows 10'),
(24018, '2025-12-01 00:47:29', 'W', '190.141.67.79', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(24019, '2025-12-01 00:47:32', 'W', '102.142.28.49', 'Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36', 'Chrome', 'Unknown OS Platform'),
(24020, '2025-12-01 00:47:56', 'W', '17.246.23.77', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24021, '2025-12-01 00:49:16', 'W', '181.26.185.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24022, '2025-12-01 00:49:16', 'W', '179.107.246.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24023, '2025-12-01 00:49:19', 'W', '38.10.251.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24024, '2025-12-01 00:49:19', 'W', '190.171.113.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(24025, '2025-12-01 00:49:23', 'W', '189.84.183.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24026, '2025-12-01 00:50:13', 'W', '72.244.52.133', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_1) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/44.0.819.0 Safari/535.0', 'Chrome', 'Mac OS X'),
(24027, '2025-12-01 00:50:45', 'W', '181.178.146.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24028, '2025-12-01 00:50:49', 'W', '177.74.219.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24029, '2025-12-01 00:51:28', 'W', '190.114.34.230', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(24030, '2025-12-01 00:51:49', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2313.440 Safari/537.36', 'Chrome', 'Windows 10'),
(24031, '2025-12-01 00:51:51', 'W', '123.24.105.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'Chrome', 'Mac OS X'),
(24032, '2025-12-01 00:51:53', 'W', '103.177.93.42', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'Chrome', 'Windows 7'),
(24033, '2025-12-01 00:55:07', 'W', '143.198.91.51', 'Mozilla/5.0 (compatible; WP-Safe-Scanner/1.0)', 'Unknown Browser', 'Unknown OS Platform'),
(24034, '2025-12-01 00:55:18', 'W', '89.58.19.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4127.977 Safari/537.36', 'Chrome', 'Windows 10'),
(24035, '2025-12-01 00:55:24', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3928.798 Safari/537.36', 'Chrome', 'Windows 10'),
(24036, '2025-12-01 00:56:22', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5161.781 Safari/537.36', 'Chrome', 'Windows 10'),
(24037, '2025-12-01 00:56:24', 'W', '104.36.21.59', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24038, '2025-12-01 00:58:27', 'W', '103.57.204.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24039, '2025-12-01 00:58:31', 'W', '177.222.63.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24040, '2025-12-01 00:58:35', 'W', '192.140.99.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24041, '2025-12-01 00:58:35', 'W', '205.235.6.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24042, '2025-12-01 00:58:39', 'W', '190.172.67.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24043, '2025-12-01 00:58:42', 'W', '88.242.203.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24044, '2025-12-01 00:59:52', 'W', '17.241.227.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24045, '2025-12-01 01:03:14', 'W', '38.188.25.81', 'Opera/8.39.(Windows NT 5.01; fi-FI) Presto/2.9.167 Version/11.00', 'Opera', 'Windows 2000'),
(24046, '2025-12-01 01:03:21', 'W', '17.241.75.103', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24047, '2025-12-01 01:04:01', 'W', '202.76.134.177', 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100915 Gentoo Firefox/3.6.9', 'Firefox', 'Linux'),
(24048, '2025-12-01 01:06:39', 'W', '190.140.169.154', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/16.0.802.0 Safari/532.0', 'Chrome', 'Windows Vista'),
(24049, '2025-12-01 01:11:40', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4455.724 Safari/537.36', 'Chrome', 'Windows 10'),
(24050, '2025-12-01 01:14:30', 'I', '76.18.104.253', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; lv-LV) AppleWebKit/531.2.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.2.7', 'Handheld Browser', 'iPod'),
(24051, '2025-12-01 01:16:06', 'W', '169.224.16.38', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/3.0)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(24052, '2025-12-01 01:17:53', 'W', '43.173.180.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(24053, '2025-12-01 01:18:14', 'I', '58.182.166.54', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_4 like Mac OS X) AppleWebKit/532.0 (KHTML, like Gecko) FxiOS/13.9h4788.0 Mobile/19O926 Safari/532.0', 'Handheld Browser', 'iPhone'),
(24054, '2025-12-01 01:22:53', 'W', '52.221.20.215', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24055, '2025-12-01 01:24:39', 'W', '17.22.237.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24056, '2025-12-01 01:25:14', 'W', '66.249.66.34', 'Googlebot-Image/1.0', 'Unknown Browser', 'Unknown OS Platform'),
(24057, '2025-12-01 01:29:36', 'W', '37.120.185.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8087.592 Safari/537.36', 'Chrome', 'Windows 10'),
(24058, '2025-12-01 01:34:06', 'W', '185.56.192.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24059, '2025-12-01 01:34:08', 'W', '190.97.231.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24060, '2025-12-01 01:34:11', 'W', '179.190.127.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24061, '2025-12-01 01:34:14', 'W', '177.185.38.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24062, '2025-12-01 01:37:23', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8529.574 Safari/537.36', 'Chrome', 'Windows 10'),
(24063, '2025-12-01 01:37:39', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5784.194 Safari/537.36', 'Chrome', 'Windows 10'),
(24064, '2025-12-01 01:39:32', 'W', '188.172.229.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9951.323 Safari/537.36', 'Chrome', 'Windows 10'),
(24065, '2025-12-01 01:42:04', 'W', '34.169.171.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24066, '2025-12-01 01:42:10', 'W', '137.184.109.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24067, '2025-12-01 01:42:23', 'W', '43.241.131.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24068, '2025-12-01 01:42:33', 'W', '37.236.178.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24069, '2025-12-01 01:42:34', 'W', '189.63.48.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24070, '2025-12-01 01:42:41', 'W', '157.100.107.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24071, '2025-12-01 01:42:41', 'W', '38.183.114.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24072, '2025-12-01 01:45:08', 'W', '179.37.25.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24073, '2025-12-01 01:45:08', 'W', '181.115.108.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24074, '2025-12-01 01:45:13', 'W', '190.251.46.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24075, '2025-12-01 01:45:13', 'W', '179.250.175.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24076, '2025-12-01 01:45:16', 'W', '179.199.84.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24077, '2025-12-01 01:45:16', 'W', '187.225.23.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24078, '2025-12-01 01:45:35', 'W', '177.241.163.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Mac OS X'),
(24079, '2025-12-01 01:45:47', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24080, '2025-12-01 01:47:17', 'W', '191.81.186.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24081, '2025-12-01 01:47:17', 'W', '190.176.60.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24082, '2025-12-01 01:47:22', 'W', '178.86.192.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24083, '2025-12-01 01:47:28', 'W', '190.97.243.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24084, '2025-12-01 01:47:41', 'W', '161.10.203.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24085, '2025-12-01 01:49:24', 'W', '177.241.27.190', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(24086, '2025-12-01 01:52:54', 'W', '179.127.249.215', 'Opera/8.48.(Windows NT 6.1; tig-ER) Presto/2.9.184 Version/12.00', 'Opera', 'Windows 7'),
(24087, '2025-12-01 01:55:07', 'W', '177.75.108.37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(24088, '2025-12-01 01:55:35', 'W', '75.119.150.240', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; Trident/5.0)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(24089, '2025-12-01 01:55:52', 'W', '17.22.245.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24090, '2025-12-01 01:57:02', 'W', '34.105.63.255', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24091, '2025-12-01 02:00:46', 'W', '37.221.194.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3822.265 Safari/537.36', 'Chrome', 'Windows 10'),
(24092, '2025-12-01 02:03:43', 'W', '88.97.204.147', 'Opera/9.23.(Windows NT 6.0; nr-ZA) Presto/2.9.182 Version/10.00', 'Opera', 'Windows Vista'),
(24093, '2025-12-01 02:04:15', 'W', '3.0.208.184', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24094, '2025-12-01 02:04:27', 'W', '213.233.110.225', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_6; rv:1.9.2.20) Gecko/7713-03-08 22:13:25.598511 Firefox/7.0', 'Firefox', 'Mac OS X'),
(24095, '2025-12-01 02:05:24', 'A', '66.249.70.109', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(24096, '2025-12-01 02:06:08', 'W', '152.53.16.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1390.618 Safari/537.36', 'Chrome', 'Windows 10'),
(24097, '2025-12-01 02:07:32', 'W', '34.187.170.193', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24098, '2025-12-01 02:08:41', 'W', '43.173.180.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.3', 'Chrome', 'Windows 10'),
(24099, '2025-12-01 02:10:51', 'W', '123.28.173.149', 'Opera/9.78.(Windows NT 5.1; sw-KE) Presto/2.9.168 Version/10.00', 'Opera', 'Windows XP'),
(24100, '2025-12-01 02:11:56', 'W', '43.173.175.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.119 Safari/537.36', 'Chrome', 'Windows 10'),
(24101, '2025-12-01 02:12:14', 'W', '41.99.167.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24102, '2025-12-01 02:12:21', 'W', '179.106.65.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24103, '2025-12-01 02:12:24', 'W', '181.46.77.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24104, '2025-12-01 02:12:25', 'W', '103.204.94.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24105, '2025-12-01 02:12:25', 'W', '177.9.29.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24106, '2025-12-01 02:12:27', 'W', '181.46.136.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24107, '2025-12-01 02:13:03', 'W', '43.173.180.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24108, '2025-12-01 02:17:26', 'W', '152.53.35.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7419.672 Safari/537.36', 'Chrome', 'Windows 10'),
(24109, '2025-12-01 02:20:30', 'W', '91.163.87.31', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 11.0; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24110, '2025-12-01 02:21:43', 'W', '76.22.176.93', 'Mozilla/5.0 (Windows; U; Windows NT 10.0) AppleWebKit/532.39.5 (KHTML, like Gecko) Version/5.1 Safari/532.39.5', 'Safari', 'Windows 10'),
(24111, '2025-12-01 02:26:16', 'W', '177.143.88.112', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 10.0; Trident/4.0)', 'Internet Explorer', 'Windows 10'),
(24112, '2025-12-01 02:27:16', 'W', '17.241.227.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24113, '2025-12-01 02:33:46', 'W', '139.60.101.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Mac OS X'),
(24114, '2025-12-01 02:37:28', 'W', '159.223.178.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24115, '2025-12-01 02:37:37', 'W', '68.183.128.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24116, '2025-12-01 02:37:38', 'W', '38.10.236.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24117, '2025-12-01 02:37:45', 'W', '41.198.158.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24118, '2025-12-01 02:42:35', 'W', '152.53.54.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4937.172 Safari/537.36', 'Chrome', 'Windows 10'),
(24119, '2025-12-01 02:43:05', 'W', '181.44.8.46', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/88.0.4324.175 Safari/537.36', 'Chrome', 'Mac OS X'),
(24120, '2025-12-01 02:43:46', 'W', '46.38.236.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5724.895 Safari/537.36', 'Chrome', 'Windows 10'),
(24121, '2025-12-01 02:44:58', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5584.873 Safari/537.36', 'Chrome', 'Windows 10'),
(24122, '2025-12-01 02:46:48', 'W', '201.219.167.12', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36', 'Chrome', 'Windows 8.1'),
(24123, '2025-12-01 02:46:49', 'W', '143.137.156.196', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(24124, '2025-12-01 02:47:02', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5015.620 Safari/537.36', 'Chrome', 'Windows 10'),
(24125, '2025-12-01 02:47:54', 'W', '68.226.182.144', 'Mozilla/5.0 (Windows NT 11.0) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/21.0.804.0 Safari/534.0', 'Chrome', 'Unknown OS Platform'),
(24126, '2025-12-01 02:49:34', 'W', '37.120.185.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4568.717 Safari/537.36', 'Chrome', 'Windows 10'),
(24127, '2025-12-01 02:55:52', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9154.820 Safari/537.36', 'Chrome', 'Windows 10'),
(24128, '2025-12-01 03:00:23', 'W', '216.82.47.248', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/16.0.896.0 Safari/535.0', 'Chrome', 'Linux'),
(24129, '2025-12-01 03:02:28', 'W', '17.241.227.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24130, '2025-12-01 03:03:30', 'W', '213.173.108.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24131, '2025-12-01 03:05:50', 'W', '66.249.66.202', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(24132, '2025-12-01 03:05:50', 'A', '66.249.66.13', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(24133, '2025-12-01 03:06:25', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5364.716 Safari/537.36', 'Chrome', 'Windows 10'),
(24134, '2025-12-01 03:14:04', 'W', '201.77.106.185', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; Trident/5.0)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(24135, '2025-12-01 03:20:11', 'W', '5.68.176.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'Chrome', 'Windows 10'),
(24136, '2025-12-01 03:21:04', 'W', '190.200.15.10', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/6969-04-11 01:09:12.366821 Firefox/14.0', 'Firefox', 'Linux'),
(24137, '2025-12-01 03:21:27', 'W', '185.106.28.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24138, '2025-12-01 03:21:31', 'W', '212.34.16.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24139, '2025-12-01 03:21:33', 'W', '189.215.166.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24140, '2025-12-01 03:21:34', 'W', '45.180.90.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24141, '2025-12-01 03:21:37', 'W', '69.160.102.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24142, '2025-12-01 03:21:41', 'W', '45.4.133.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24143, '2025-12-01 03:26:22', 'W', '43.173.175.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24144, '2025-12-01 03:26:22', 'W', '43.173.180.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24145, '2025-12-01 03:27:29', 'W', '43.173.173.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24146, '2025-12-01 03:27:34', 'W', '38.41.5.108', 'Opera/8.33.(X11; Linux i686; tl-PH) Presto/2.9.175 Version/11.00', 'Opera', 'Linux'),
(24147, '2025-12-01 03:28:33', 'W', '43.173.176.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24148, '2025-12-01 03:28:57', 'W', '200.149.47.139', 'Opera/8.44.(Windows 98; Win 9x 4.90; sw-TZ) Presto/2.9.161 Version/12.00', 'Opera', 'Unknown OS Platform'),
(24149, '2025-12-01 03:29:59', 'W', '113.186.88.124', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_8 rv:3.0; gez-ER) AppleWebKit/534.46.5 (KHTML, like Gecko) Version/5.1 Safari/534.46.5', 'Safari', 'Mac OS X'),
(24150, '2025-12-01 03:35:05', 'W', '43.173.180.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24151, '2025-12-01 03:40:01', 'W', '189.217.102.102', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.1; Trident/3.1)', 'Internet Explorer', 'Windows 7'),
(24152, '2025-12-01 03:41:57', 'W', '191.254.214.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/34.0.835.0 Safari/536.2', 'Chrome', 'Mac OS X'),
(24153, '2025-12-01 03:44:25', 'W', '169.224.87.124', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', 'Chrome', 'Mac OS X'),
(24154, '2025-12-01 03:46:13', 'W', '180.235.119.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24155, '2025-12-01 03:46:14', 'W', '179.90.196.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24156, '2025-12-01 03:46:16', 'W', '103.57.204.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24157, '2025-12-01 03:46:17', 'W', '177.92.54.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24158, '2025-12-01 03:46:18', 'W', '200.106.213.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24159, '2025-12-01 03:46:25', 'W', '204.157.172.208', 'Opera/9.80.(Windows 98; Win 9x 4.90; yo-NG) Presto/2.9.168 Version/11.00', 'Opera', 'Unknown OS Platform'),
(24160, '2025-12-01 03:46:26', 'W', '93.185.37.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24161, '2025-12-01 03:47:04', 'W', '177.131.178.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4582.189 Safari/537.36', 'Chrome', 'Mac OS X'),
(24162, '2025-12-01 03:47:39', 'W', '41.193.80.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(24163, '2025-12-01 03:53:17', 'W', '187.211.133.54', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_1 rv:3.0; nso-ZA) AppleWebKit/532.20.4 (KHTML, like Gecko) Version/4.0 Safari/532.20.4', 'Safari', 'Mac OS X'),
(24164, '2025-12-01 03:53:18', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6977.457 Safari/537.36', 'Chrome', 'Windows 10'),
(24165, '2025-12-01 03:56:03', 'W', '2.42.59.63', 'Opera/9.34.(X11; Linux x86_64; ce-RU) Presto/2.9.175 Version/10.00', 'Opera', 'Linux'),
(24166, '2025-12-01 03:57:54', 'W', '34.44.95.157', 'Python/3.14 aiohttp/3.13.2', 'Unknown Browser', 'Unknown OS Platform'),
(24167, '2025-12-01 04:03:27', 'W', '46.11.114.241', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(24168, '2025-12-01 04:04:42', 'W', '180.190.11.136', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/3575-12-21 16:47:47.224091 Firefox/3.8', 'Firefox', 'Linux'),
(24169, '2025-12-01 04:08:54', 'W', '152.53.110.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9223.989 Safari/537.36', 'Chrome', 'Windows 10'),
(24170, '2025-12-01 04:10:00', 'W', '176.29.167.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24171, '2025-12-01 04:10:01', 'W', '213.230.86.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24172, '2025-12-01 04:10:03', 'W', '137.184.202.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24173, '2025-12-01 04:10:04', 'W', '190.194.20.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24174, '2025-12-01 04:10:05', 'W', '206.81.7.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24175, '2025-12-01 04:10:34', 'W', '17.246.15.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24176, '2025-12-01 04:12:51', 'W', '43.173.181.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24177, '2025-12-01 04:15:08', 'W', '43.173.179.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24178, '2025-12-01 04:16:13', 'W', '43.173.177.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24179, '2025-12-01 04:23:28', 'W', '34.105.9.0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24180, '2025-12-01 04:25:22', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1474.731 Safari/537.36', 'Chrome', 'Windows 10'),
(24181, '2025-12-01 04:26:55', 'W', '89.58.46.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2522.124 Safari/537.36', 'Chrome', 'Windows 10'),
(24182, '2025-12-01 04:27:12', 'W', '142.116.63.65', 'Opera/8.98.(X11; Linux i686; az-AZ) Presto/2.9.182 Version/11.00', 'Opera', 'Linux'),
(24183, '2025-12-01 04:31:23', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24184, '2025-12-01 04:31:56', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24185, '2025-12-01 04:33:46', 'W', '43.173.177.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24186, '2025-12-01 04:35:27', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24187, '2025-12-01 04:35:51', 'W', '143.137.152.97', 'Opera/9.21.(Windows CE; lv-LV) Presto/2.9.163 Version/12.00', 'Opera', 'Unknown OS Platform'),
(24188, '2025-12-01 04:39:47', 'W', '103.154.49.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24189, '2025-12-01 04:39:50', 'W', '149.30.149.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24190, '2025-12-01 04:39:50', 'W', '193.106.49.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24191, '2025-12-01 04:39:53', 'W', '147.182.179.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24192, '2025-12-01 04:39:55', 'W', '201.74.242.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24193, '2025-12-01 04:39:55', 'W', '131.196.65.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24194, '2025-12-01 04:40:16', 'W', '49.151.201.22', 'Opera/9.17.(X11; Linux i686; rw-RW) Presto/2.9.166 Version/11.00', 'Opera', 'Linux'),
(24195, '2025-12-01 04:40:17', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(24196, '2025-12-01 04:43:01', 'W', '107.3.166.116', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.01; Trident/3.1)', 'Internet Explorer', 'Windows 2000'),
(24197, '2025-12-01 04:44:05', 'W', '159.148.239.244', 'Opera/8.44.(Windows 95; gez-ER) Presto/2.9.172 Version/10.00', 'Opera', 'Unknown OS Platform'),
(24198, '2025-12-01 04:44:19', 'W', '179.6.35.24', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36', 'Chrome', 'Windows 10'),
(24199, '2025-12-01 04:44:49', 'W', '136.117.12.231', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(24200, '2025-12-01 04:44:50', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6623.579 Safari/537.36', 'Chrome', 'Windows 10'),
(24201, '2025-12-01 04:45:37', 'W', '177.71.27.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', 'Chrome', 'Mac OS X'),
(24202, '2025-12-01 04:46:16', 'W', '186.96.217.191', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.1)', 'Internet Explorer', 'Windows 7'),
(24203, '2025-12-01 04:47:00', 'W', '203.162.72.139', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows 7'),
(24204, '2025-12-01 04:48:21', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24205, '2025-12-01 04:48:26', 'W', '187.61.100.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24206, '2025-12-01 04:48:28', 'W', '195.78.100.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24207, '2025-12-01 04:48:28', 'W', '45.239.51.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24208, '2025-12-01 04:48:32', 'W', '103.244.176.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24209, '2025-12-01 04:48:32', 'W', '167.86.151.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24210, '2025-12-01 04:48:33', 'W', '115.76.48.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24211, '2025-12-01 04:50:18', 'W', '188.68.58.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7729.773 Safari/537.36', 'Chrome', 'Windows 10'),
(24212, '2025-12-01 04:50:25', 'W', '17.246.19.169', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24213, '2025-12-01 04:50:46', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24214, '2025-12-01 04:50:47', 'W', '187.86.31.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24215, '2025-12-01 04:50:49', 'W', '176.57.207.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24216, '2025-12-01 04:50:54', 'W', '105.69.126.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24217, '2025-12-01 04:50:54', 'W', '27.50.12.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24218, '2025-12-01 04:50:55', 'W', '202.94.164.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24219, '2025-12-01 04:54:41', 'W', '34.83.225.110', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24220, '2025-12-01 04:57:33', 'I', '109.177.100.39', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; ga-IE) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6533.18.1', 'Handheld Browser', 'iPod'),
(24221, '2025-12-01 05:01:03', 'W', '190.114.34.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24222, '2025-12-01 05:01:05', 'W', '217.142.21.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24223, '2025-12-01 05:01:11', 'W', '176.16.85.62', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24224, '2025-12-01 05:01:15', 'W', '196.153.85.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24225, '2025-12-01 05:01:17', 'W', '181.208.107.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24226, '2025-12-01 05:01:42', 'W', '187.161.16.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24227, '2025-12-01 05:03:40', 'W', '71.186.229.195', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.01; Trident/3.1)', 'Internet Explorer', 'Windows 2000'),
(24228, '2025-12-01 05:04:06', 'I', '95.173.231.33', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) CriOS/47.0.833.0 Mobile/69W354 Safari/533.2', 'Handheld Browser', 'iPhone'),
(24229, '2025-12-01 05:04:22', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24230, '2025-12-01 05:05:09', 'W', '176.117.105.253', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.01; Trident/3.0)', 'Internet Explorer', 'Windows 2000'),
(24231, '2025-12-01 05:08:06', 'W', '188.191.106.158', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/534.41.1 (KHTML, like Gecko) Version/4.0.5 Safari/534.41.1', 'Safari', 'Unknown OS Platform'),
(24232, '2025-12-01 05:09:07', 'W', '177.127.155.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24233, '2025-12-01 05:09:08', 'W', '179.216.40.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24234, '2025-12-01 05:09:11', 'W', '102.210.25.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24235, '2025-12-01 05:09:16', 'W', '191.253.76.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24236, '2025-12-01 05:09:18', 'W', '157.230.190.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24237, '2025-12-01 05:09:18', 'W', '181.174.244.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24238, '2025-12-01 05:11:00', 'W', '136.117.208.140', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24239, '2025-12-01 05:11:38', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4820.918 Safari/537.36', 'Chrome', 'Windows 10'),
(24240, '2025-12-01 05:13:33', 'W', '79.116.16.83', 'Opera/8.87.(X11; Linux x86_64; nan-TW) Presto/2.9.185 Version/10.00', 'Opera', 'Linux'),
(24241, '2025-12-01 05:15:29', 'W', '5.39.109.168', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24242, '2025-12-01 05:16:07', 'W', '103.135.255.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24243, '2025-12-01 05:16:08', 'W', '38.51.200.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24244, '2025-12-01 05:16:11', 'W', '190.92.33.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24245, '2025-12-01 05:16:12', 'W', '45.232.93.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24246, '2025-12-01 05:16:12', 'W', '200.26.252.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24247, '2025-12-01 05:17:24', 'W', '43.173.179.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24248, '2025-12-01 05:17:24', 'W', '43.173.178.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24249, '2025-12-01 05:17:24', 'W', '43.173.180.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24250, '2025-12-01 05:18:31', 'W', '43.173.181.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24251, '2025-12-01 05:18:31', 'W', '43.173.182.74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24252, '2025-12-01 05:19:37', 'W', '43.173.180.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24253, '2025-12-01 05:19:37', 'W', '43.173.173.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24254, '2025-12-01 05:19:55', 'W', '87.89.134.234', 'Mozilla/5.0 (Windows NT 5.2; as-IN; rv:1.9.2.20) Gecko/3109-01-20 10:48:58.328445 Firefox/3.8', 'Firefox', 'Windows Server 2003/XP x64'),
(24255, '2025-12-01 05:24:30', 'W', '37.120.184.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7925.541 Safari/537.36', 'Chrome', 'Windows 10'),
(24256, '2025-12-01 05:25:03', 'W', '43.173.182.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(24257, '2025-12-01 05:30:17', 'W', '213.230.86.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24258, '2025-12-01 05:30:19', 'W', '134.209.73.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24259, '2025-12-01 05:30:28', 'W', '196.250.215.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24260, '2025-12-01 05:30:31', 'W', '192.140.148.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24261, '2025-12-01 05:30:31', 'W', '200.36.155.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24262, '2025-12-01 05:30:41', 'W', '41.193.150.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24263, '2025-12-01 05:30:58', 'W', '57.141.4.45', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24264, '2025-12-01 05:32:21', 'W', '110.44.115.148', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/36.0.890.0 Safari/533.0', 'Chrome', 'Linux'),
(24265, '2025-12-01 05:33:28', 'W', '187.244.126.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24266, '2025-12-01 05:33:37', 'W', '190.12.151.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24267, '2025-12-01 05:33:38', 'W', '187.38.62.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24268, '2025-12-01 05:33:39', 'W', '39.63.24.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24269, '2025-12-01 05:33:41', 'W', '103.116.116.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24270, '2025-12-01 05:33:46', 'W', '45.178.122.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24271, '2025-12-01 05:33:58', 'W', '17.22.253.166', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24272, '2025-12-01 05:34:14', 'W', '17.241.75.235', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24273, '2025-12-01 05:41:06', 'W', '37.221.194.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3372.889 Safari/537.36', 'Chrome', 'Windows 10'),
(24274, '2025-12-01 05:41:16', 'W', '181.117.14.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24275, '2025-12-01 05:41:21', 'W', '168.197.25.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24276, '2025-12-01 05:41:21', 'W', '180.195.198.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24277, '2025-12-01 05:41:22', 'W', '187.122.55.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24278, '2025-12-01 05:41:23', 'W', '89.58.16.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3032.397 Safari/537.36', 'Chrome', 'Windows 10'),
(24279, '2025-12-01 05:41:25', 'W', '181.55.68.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24280, '2025-12-01 05:41:27', 'W', '69.160.29.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24281, '2025-12-01 05:43:20', 'W', '190.97.227.32', 'Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/531.34.4 (KHTML, like Gecko) Version/4.1 Safari/531.34.4', 'Safari', 'Windows 8'),
(24282, '2025-12-01 05:45:07', 'W', '177.22.24.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36', 'Chrome', 'Mac OS X'),
(24283, '2025-12-01 05:45:09', 'W', '190.173.70.237', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(24284, '2025-12-01 05:46:13', 'W', '103.137.26.113', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.105 Safari/537.36', 'Chrome', 'Windows 7'),
(24285, '2025-12-01 05:47:10', 'W', '201.43.253.219', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36', 'Chrome', 'Windows 8.1'),
(24286, '2025-12-01 05:47:12', 'W', '201.175.217.165', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36', 'Chrome', 'Mac OS X'),
(24287, '2025-12-01 05:47:38', 'W', '51.68.247.222', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24288, '2025-12-01 05:50:50', 'W', '128.241.232.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9574.490 Safari/537.36', 'Chrome', 'Windows 10'),
(24289, '2025-12-01 05:52:31', 'W', '177.184.217.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24290, '2025-12-01 05:52:40', 'W', '191.188.67.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24291, '2025-12-01 05:52:42', 'W', '176.29.18.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24292, '2025-12-01 05:52:43', 'W', '103.160.26.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24293, '2025-12-01 05:52:43', 'W', '154.250.131.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24294, '2025-12-01 05:52:46', 'W', '31.166.248.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24295, '2025-12-01 05:54:54', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2909.534 Safari/537.36', 'Chrome', 'Windows 10'),
(24296, '2025-12-01 05:55:02', 'W', '4.196.118.120', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24297, '2025-12-01 06:02:53', 'W', '17.22.253.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24298, '2025-12-01 06:08:40', 'W', '105.106.51.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24299, '2025-12-01 06:08:45', 'W', '102.219.210.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24300, '2025-12-01 06:08:47', 'W', '45.190.31.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24301, '2025-12-01 06:08:49', 'W', '138.185.195.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24302, '2025-12-01 06:08:52', 'W', '86.108.33.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24303, '2025-12-01 06:08:53', 'W', '177.226.190.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24304, '2025-12-01 06:13:26', 'W', '103.177.93.22', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/531.15.6 (KHTML, like Gecko) Version/4.0.4 Safari/531.15.6', 'Safari', 'Windows 2000'),
(24305, '2025-12-01 06:13:30', 'W', '143.0.57.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24306, '2025-12-01 06:13:36', 'W', '204.18.219.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24307, '2025-12-01 06:13:36', 'W', '189.220.43.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24308, '2025-12-01 06:13:38', 'W', '38.166.94.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24309, '2025-12-01 06:13:40', 'W', '46.184.240.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24310, '2025-12-01 06:13:41', 'W', '5.62.139.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24311, '2025-12-01 06:14:53', 'W', '43.173.175.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24312, '2025-12-01 06:15:56', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7000.421 Safari/537.36', 'Chrome', 'Windows 10'),
(24313, '2025-12-01 06:18:09', 'W', '43.173.180.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24314, '2025-12-01 06:18:24', 'W', '112.205.222.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24315, '2025-12-01 06:18:35', 'W', '178.78.161.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24316, '2025-12-01 06:18:36', 'W', '157.230.85.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24317, '2025-12-01 06:18:41', 'W', '27.34.18.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24318, '2025-12-01 06:18:50', 'W', '157.230.220.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24319, '2025-12-01 06:18:53', 'W', '185.14.248.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24320, '2025-12-01 06:18:58', 'W', '187.115.177.179', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24321, '2025-12-01 06:20:58', 'W', '17.241.227.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24322, '2025-12-01 06:23:58', 'W', '17.246.19.30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24323, '2025-12-01 06:24:38', 'W', '23.251.71.69', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_9) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/54.0.816.0 Safari/535.2', 'Chrome', 'Mac OS X'),
(24324, '2025-12-01 06:32:05', 'W', '179.60.65.217', 'Mozilla/5.0 (Windows NT 5.01) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/33.0.813.0 Safari/532.0', 'Chrome', 'Windows 2000'),
(24325, '2025-12-01 06:33:13', 'W', '122.2.235.57', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4.90; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24326, '2025-12-01 06:33:13', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24327, '2025-12-01 06:34:22', 'W', '17.241.227.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24328, '2025-12-01 06:35:42', 'W', '152.53.108.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3440.393 Safari/537.36', 'Chrome', 'Windows 10'),
(24329, '2025-12-01 06:39:34', 'W', '17.22.253.29', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24330, '2025-12-01 06:39:45', 'W', '104.251.93.66', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_5; rv:1.9.3.20) Gecko/3651-06-14 14:03:39.198212 Firefox/3.6.16', 'Firefox', 'Mac OS X'),
(24331, '2025-12-01 06:41:45', 'W', '142.181.163.42', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_6) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/54.0.802.0 Safari/532.2', 'Chrome', 'Mac OS X'),
(24332, '2025-12-01 06:45:13', 'W', '114.10.135.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36', 'Chrome', 'Windows 10'),
(24333, '2025-12-01 06:45:14', 'W', '132.255.159.149', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(24334, '2025-12-01 06:47:41', 'W', '103.148.108.208', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36', 'Chrome', 'Windows XP'),
(24335, '2025-12-01 06:48:59', 'W', '181.62.56.175', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.140 Safari/537.36', 'Chrome', 'Windows 7'),
(24336, '2025-12-01 06:49:36', 'W', '180.241.49.220', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_7; rv:1.9.6.20) Gecko/6261-10-12 20:01:32.040161 Firefox/9.0', 'Firefox', 'Mac OS X'),
(24337, '2025-12-01 06:50:31', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24338, '2025-12-01 06:52:12', 'W', '181.199.38.152', 'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/533.48.4 (KHTML, like Gecko) Version/4.0 Safari/533.48.4', 'Safari', 'Windows Server 2003/XP x64'),
(24339, '2025-12-01 06:54:08', 'W', '196.191.194.8', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/26.0.878.0 Safari/534.1', 'Chrome', 'Windows 7'),
(24340, '2025-12-01 06:56:32', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24341, '2025-12-01 06:57:22', 'W', '159.89.204.132', 'Mozilla/5.0 (compatible; WP-Safe-Scanner/1.0)', 'Unknown Browser', 'Unknown OS Platform'),
(24342, '2025-12-01 06:57:35', 'A', '66.249.74.76', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(24343, '2025-12-01 06:57:39', 'W', '157.100.104.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_7 rv:3.0; cs-CZ) AppleWebKit/535.20.3 (KHTML, like Gecko) Version/4.1 Safari/535.20.3', 'Safari', 'Mac OS X'),
(24344, '2025-12-01 06:57:56', 'W', '213.180.203.14', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(24345, '2025-12-01 06:59:16', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24346, '2025-12-01 07:03:16', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(24347, '2025-12-01 07:06:55', 'W', '200.141.182.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(24348, '2025-12-01 07:06:57', 'W', '170.254.249.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24349, '2025-12-01 07:06:58', 'W', '190.8.165.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24350, '2025-12-01 07:07:00', 'W', '84.54.72.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24351, '2025-12-01 07:07:01', 'W', '103.155.27.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24352, '2025-12-01 07:09:36', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24353, '2025-12-01 07:11:49', 'W', '152.53.86.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3674.764 Safari/537.36', 'Chrome', 'Windows 10'),
(24354, '2025-12-01 07:16:10', 'W', '37.120.185.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5042.149 Safari/537.36', 'Chrome', 'Windows 10'),
(24355, '2025-12-01 07:18:02', 'W', '136.117.80.244', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24356, '2025-12-01 07:18:55', 'W', '37.59.204.152', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24357, '2025-12-01 07:18:59', 'W', '152.53.111.250', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7733.112 Safari/537.36', 'Chrome', 'Windows 10'),
(24358, '2025-12-01 07:21:12', 'W', '88.238.152.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24359, '2025-12-01 07:21:20', 'W', '196.128.238.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24360, '2025-12-01 07:21:22', 'W', '180.235.117.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24361, '2025-12-01 07:21:22', 'W', '212.58.114.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24362, '2025-12-01 07:21:26', 'W', '152.57.23.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24363, '2025-12-01 07:21:26', 'W', '177.39.126.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24364, '2025-12-01 07:24:59', 'W', '35.230.108.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24365, '2025-12-01 07:26:42', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24366, '2025-12-01 07:28:29', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7901.189 Safari/537.36', 'Chrome', 'Windows 10'),
(24367, '2025-12-01 07:28:36', 'W', '201.42.114.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24368, '2025-12-01 07:28:37', 'W', '14.245.180.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24369, '2025-12-01 07:28:39', 'W', '83.99.137.43', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24370, '2025-12-01 07:28:43', 'W', '103.18.34.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24371, '2025-12-01 07:28:45', 'W', '206.85.38.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24372, '2025-12-01 07:28:49', 'W', '213.139.52.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24373, '2025-12-01 07:30:17', 'W', '198.163.194.11', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24374, '2025-12-01 07:33:00', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(24375, '2025-12-01 07:34:24', 'W', '17.22.237.181', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24376, '2025-12-01 07:35:46', 'W', '81.38.166.14', 'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/531.16.1 (KHTML, like Gecko) Version/5.0.5 Safari/531.16.1', 'Safari', 'Windows Vista'),
(24377, '2025-12-01 07:35:48', 'W', '152.53.16.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9646.644 Safari/537.36', 'Chrome', 'Windows 10'),
(24378, '2025-12-01 07:37:15', 'W', '157.100.106.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24379, '2025-12-01 07:38:02', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24380, '2025-12-01 07:39:43', 'W', '196.189.17.118', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24381, '2025-12-01 07:39:46', 'W', '84.54.73.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24382, '2025-12-01 07:39:47', 'W', '5.62.139.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24383, '2025-12-01 07:39:47', 'W', '188.53.180.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24384, '2025-12-01 07:39:50', 'W', '201.180.45.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24385, '2025-12-01 07:39:53', 'W', '181.117.80.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24386, '2025-12-01 07:40:11', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6361.743 Safari/537.36', 'Chrome', 'Windows 10'),
(24387, '2025-12-01 07:42:20', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24388, '2025-12-01 07:43:30', 'W', '102.164.216.52', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36', 'Chrome', 'Mac OS X'),
(24389, '2025-12-01 07:43:47', 'W', '157.49.63.212', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/4.0)', 'Internet Explorer', 'Windows 8'),
(24390, '2025-12-01 07:44:33', 'W', '190.57.216.2', 'Opera/8.44.(Windows NT 5.01; fa-IR) Presto/2.9.176 Version/10.00', 'Opera', 'Windows 2000'),
(24391, '2025-12-01 07:44:34', 'W', '181.115.59.250', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 8.1'),
(24392, '2025-12-01 07:44:56', 'W', '181.139.189.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(24393, '2025-12-01 07:52:57', 'W', '42.107.171.144', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_4 rv:6.0; ml-IN) AppleWebKit/533.47.4 (KHTML, like Gecko) Version/5.0 Safari/533.47.4', 'Safari', 'Mac OS X'),
(24394, '2025-12-01 07:53:44', 'W', '200.115.205.194', 'Mozilla/5.0 (Windows NT 5.01; af-ZA; rv:1.9.0.20) Gecko/3315-03-03 16:37:01.798004 Firefox/3.6.14', 'Firefox', 'Windows 2000'),
(24395, '2025-12-01 07:54:31', 'W', '17.246.23.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24396, '2025-12-01 07:55:00', 'W', '161.142.150.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24397, '2025-12-01 07:55:01', 'W', '134.122.112.135', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24398, '2025-12-01 07:55:04', 'W', '5.62.143.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24399, '2025-12-01 07:55:04', 'W', '91.185.10.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24400, '2025-12-01 07:55:07', 'W', '187.109.144.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24401, '2025-12-01 07:55:09', 'W', '187.191.8.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24402, '2025-12-01 07:58:02', 'W', '45.176.160.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24403, '2025-12-01 07:58:10', 'W', '138.186.219.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24404, '2025-12-01 07:58:12', 'W', '200.106.185.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24405, '2025-12-01 07:58:12', 'W', '196.189.29.213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24406, '2025-12-01 07:58:47', 'W', '152.53.52.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2546.790 Safari/537.36', 'Chrome', 'Windows 10'),
(24407, '2025-12-01 07:59:07', 'W', '181.78.64.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24408, '2025-12-01 07:59:08', 'W', '14.191.183.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24409, '2025-12-01 08:07:14', 'W', '152.53.14.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1641.289 Safari/537.36', 'Chrome', 'Windows 10'),
(24410, '2025-12-01 08:08:02', 'W', '37.221.199.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7268.464 Safari/537.36', 'Chrome', 'Windows 10'),
(24411, '2025-12-01 08:08:16', 'W', '185.137.39.249', 'Opera/8.28.(X11; Linux i686; fr-CA) Presto/2.9.170 Version/10.00', 'Opera', 'Linux'),
(24412, '2025-12-01 08:08:51', 'W', '189.75.179.91', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.01; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(24413, '2025-12-01 08:10:25', 'W', '45.118.67.137', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_3 rv:6.0; et-EE) AppleWebKit/535.11.3 (KHTML, like Gecko) Version/5.0.5 Safari/535.11.3', 'Safari', 'Mac OS X'),
(24414, '2025-12-01 08:12:24', 'W', '177.128.206.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24415, '2025-12-01 08:12:25', 'W', '159.223.140.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24416, '2025-12-01 08:12:26', 'W', '103.148.52.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24417, '2025-12-01 08:12:28', 'W', '152.203.218.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24418, '2025-12-01 08:12:31', 'W', '154.127.248.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24419, '2025-12-01 08:12:32', 'W', '45.164.6.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24420, '2025-12-01 08:13:53', 'W', '180.176.36.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_7; rv:1.9.5.20) Gecko/2589-06-22 00:39:57.953426 Firefox/3.6.18', 'Firefox', 'Mac OS X'),
(24421, '2025-12-01 08:22:19', 'W', '151.251.134.250', 'Opera/8.97.(Windows NT 5.2; gl-ES) Presto/2.9.190 Version/12.00', 'Opera', 'Windows Server 2003/XP x64'),
(24422, '2025-12-01 08:24:43', 'W', '43.173.181.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24423, '2025-12-01 08:24:52', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24424, '2025-12-01 08:26:00', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2535.734 Safari/537.36', 'Chrome', 'Windows 10'),
(24425, '2025-12-01 08:27:37', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24426, '2025-12-01 08:28:10', 'I', '73.3.122.197', 'Mozilla/5.0 (iPad; CPU iPad OS 17_2_1 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) FxiOS/13.4v4894.0 Mobile/03G434 Safari/536.2', 'Handheld Browser', 'iPad'),
(24427, '2025-12-01 08:28:40', 'W', '104.251.93.12', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 11.0; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24428, '2025-12-01 08:31:03', 'W', '137.155.10.223', 'Opera/8.99.(X11; Linux i686; tl-PH) Presto/2.9.190 Version/12.00', 'Opera', 'Linux'),
(24429, '2025-12-01 08:31:30', 'W', '152.53.100.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5085.690 Safari/537.36', 'Chrome', 'Windows 10'),
(24430, '2025-12-01 08:36:34', 'W', '45.234.103.19', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_2; rv:1.9.5.20) Gecko/6410-12-27 09:21:50.602417 Firefox/3.6.1', 'Firefox', 'Mac OS X'),
(24431, '2025-12-01 08:37:45', 'W', '177.74.237.228', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/533.34.7 (KHTML, like Gecko) Version/4.0.3 Safari/533.34.7', 'Safari', 'Unknown OS Platform'),
(24432, '2025-12-01 08:40:12', 'A', '190.245.32.204', 'Mozilla/5.0 (Linux; Android 7.1.1) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/57.0.889.0 Safari/536.1', 'Chrome', 'Android'),
(24433, '2025-12-01 08:41:30', 'W', '103.163.57.142', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_6 rv:2.0; lb-LU) AppleWebKit/533.18.2 (KHTML, like Gecko) Version/4.0.2 Safari/533.18.2', 'Safari', 'Mac OS X'),
(24434, '2025-12-01 08:42:14', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6623.134 Safari/537.36', 'Chrome', 'Windows 10'),
(24435, '2025-12-01 08:42:39', 'W', '138.122.236.204', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36', 'Chrome', 'Mac OS X'),
(24436, '2025-12-01 08:42:40', 'W', '14.240.149.38', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Windows 7'),
(24437, '2025-12-01 08:43:57', 'W', '14.240.118.151', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/79.0.3945.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(24438, '2025-12-01 08:44:11', 'W', '186.233.221.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.85 Safari/537.36', 'Chrome', 'Windows 10'),
(24439, '2025-12-01 08:44:14', 'W', '84.54.76.110', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36', 'Chrome', 'Windows 10'),
(24440, '2025-12-01 08:45:56', 'W', '131.100.131.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(24441, '2025-12-01 08:46:06', 'W', '113.173.151.216', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2615-01-21 01:44:16.308083 Firefox/11.0', 'Firefox', 'Linux'),
(24442, '2025-12-01 08:46:28', 'W', '151.244.151.65', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(24443, '2025-12-01 08:46:55', 'W', '210.87.69.123', 'Opera/8.11.(X11; Linux i686; eu-FR) Presto/2.9.188 Version/12.00', 'Opera', 'Linux'),
(24444, '2025-12-01 08:47:41', 'W', '86.242.187.105', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_5 rv:6.0; ca-AD) AppleWebKit/535.41.5 (KHTML, like Gecko) Version/4.0.2 Safari/535.41.5', 'Safari', 'Mac OS X'),
(24445, '2025-12-01 08:47:45', 'W', '54.254.218.15', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24446, '2025-12-01 08:48:42', 'I', '187.61.107.222', 'Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/531.0 (KHTML, like Gecko) CriOS/39.0.801.0 Mobile/08N693 Safari/531.0', 'Handheld Browser', 'iPhone'),
(24447, '2025-12-01 08:52:43', 'W', '189.141.242.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24448, '2025-12-01 08:52:48', 'W', '177.242.198.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24449, '2025-12-01 08:52:50', 'W', '197.92.182.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24450, '2025-12-01 08:52:51', 'W', '190.15.220.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24451, '2025-12-01 08:52:52', 'W', '151.244.148.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24452, '2025-12-01 08:52:54', 'W', '91.186.250.56', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24453, '2025-12-01 08:57:17', 'W', '192.81.209.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24454, '2025-12-01 08:57:21', 'W', '167.172.149.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24455, '2025-12-01 08:57:24', 'W', '138.94.164.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24456, '2025-12-01 08:57:25', 'W', '175.107.220.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24457, '2025-12-01 08:57:29', 'W', '161.0.201.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24458, '2025-12-01 08:57:29', 'W', '49.43.132.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24459, '2025-12-01 09:00:13', 'W', '105.105.28.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24460, '2025-12-01 09:00:16', 'W', '165.0.37.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24461, '2025-12-01 09:00:19', 'W', '131.72.84.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24462, '2025-12-01 09:00:19', 'W', '131.196.78.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24463, '2025-12-01 09:00:22', 'W', '113.162.48.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24464, '2025-12-01 09:00:25', 'W', '102.0.8.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24465, '2025-12-01 09:05:50', 'W', '89.58.24.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8075.314 Safari/537.36', 'Chrome', 'Windows 10'),
(24466, '2025-12-01 09:13:12', 'W', '37.8.106.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24467, '2025-12-01 09:13:18', 'W', '177.33.155.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24468, '2025-12-01 09:13:19', 'W', '190.120.246.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24469, '2025-12-01 09:13:22', 'W', '190.55.253.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24470, '2025-12-01 09:13:25', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5440.655 Safari/537.36', 'Chrome', 'Windows 10'),
(24471, '2025-12-01 09:13:26', 'W', '138.255.233.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24472, '2025-12-01 09:13:27', 'W', '14.235.68.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24473, '2025-12-01 09:13:52', 'W', '35.230.2.83', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(24474, '2025-12-01 09:14:58', 'W', '89.58.19.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1015.771 Safari/537.36', 'Chrome', 'Windows 10'),
(24475, '2025-12-01 09:17:10', 'W', '45.232.0.13', 'Opera/8.54.(Windows NT 6.0; fo-FO) Presto/2.9.188 Version/12.00', 'Opera', 'Windows Vista'),
(24476, '2025-12-01 09:20:29', 'W', '187.101.228.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24477, '2025-12-01 09:20:35', 'W', '170.80.147.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24478, '2025-12-01 09:20:38', 'W', '112.209.67.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24479, '2025-12-01 09:20:38', 'W', '181.44.184.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24480, '2025-12-01 09:20:39', 'W', '188.68.36.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7871.105 Safari/537.36', 'Chrome', 'Windows 10'),
(24481, '2025-12-01 09:20:45', 'W', '178.119.13.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24482, '2025-12-01 09:20:55', 'W', '149.255.195.4', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_12_7) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/20.0.882.0 Safari/534.1', 'Chrome', 'Mac OS X'),
(24483, '2025-12-01 09:21:01', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24484, '2025-12-01 09:21:55', 'W', '149.50.204.18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24485, '2025-12-01 09:21:58', 'W', '138.118.203.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24486, '2025-12-01 09:21:58', 'W', '27.97.181.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24487, '2025-12-01 09:22:00', 'W', '151.244.157.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24488, '2025-12-01 09:22:03', 'W', '94.249.90.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24489, '2025-12-01 09:22:06', 'W', '91.211.132.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24490, '2025-12-01 09:23:07', 'I', '86.127.231.220', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; tt-RU) AppleWebKit/532.16.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6532.16.6', 'Handheld Browser', 'iPod'),
(24491, '2025-12-01 09:28:35', 'W', '43.173.177.233', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24492, '2025-12-01 09:33:25', 'W', '152.53.18.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1848.580 Safari/537.36', 'Chrome', 'Windows 10'),
(24493, '2025-12-01 09:35:04', 'W', '89.37.66.192', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(24494, '2025-12-01 09:39:08', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24495, '2025-12-01 09:39:40', 'W', '128.241.235.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8881.349 Safari/537.36', 'Chrome', 'Windows 10'),
(24496, '2025-12-01 09:42:50', 'W', '170.84.225.135', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.101 Safari/537.36', 'Chrome', 'Mac OS X'),
(24497, '2025-12-01 09:43:23', 'I', '177.43.133.68', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_6 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) FxiOS/15.7c7310.0 Mobile/61Y037 Safari/536.0', 'Handheld Browser', 'iPhone'),
(24498, '2025-12-01 09:43:50', 'W', '179.35.54.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(24499, '2025-12-01 09:43:52', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24500, '2025-12-01 09:45:01', 'W', '75.119.155.172', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', 'Unknown Browser', 'Unknown OS Platform'),
(24501, '2025-12-01 09:45:58', 'W', '190.103.91.123', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/4474-12-28 12:20:33.634857 Firefox/3.8', 'Firefox', 'Linux'),
(24502, '2025-12-01 09:47:22', 'W', '222.252.168.234', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(24503, '2025-12-01 09:48:31', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24504, '2025-12-01 09:49:47', 'W', '34.169.148.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(24505, '2025-12-01 09:54:55', 'W', '14.171.46.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24506, '2025-12-01 09:55:00', 'W', '169.224.4.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24507, '2025-12-01 09:55:00', 'W', '168.228.200.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24508, '2025-12-01 09:55:01', 'W', '37.237.46.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24509, '2025-12-01 09:55:07', 'W', '103.135.138.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24510, '2025-12-01 09:55:16', 'W', '177.125.24.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24511, '2025-12-01 09:56:41', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(24512, '2025-12-01 10:00:16', 'W', '89.58.62.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7167.867 Safari/537.36', 'Chrome', 'Windows 10'),
(24513, '2025-12-01 10:01:43', 'W', '34.187.188.215', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24514, '2025-12-01 10:02:46', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(24515, '2025-12-01 10:04:46', 'W', '152.53.1.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6641.263 Safari/537.36', 'Chrome', 'Windows 10'),
(24516, '2025-12-01 10:11:41', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6700.925 Safari/537.36', 'Chrome', 'Windows 10'),
(24517, '2025-12-01 10:13:31', 'W', '188.68.36.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1758.705 Safari/537.36', 'Chrome', 'Windows 10'),
(24518, '2025-12-01 10:13:36', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24519, '2025-12-01 10:15:39', 'W', '34.83.225.110', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24520, '2025-12-01 10:20:12', 'W', '78.177.128.110', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_2 rv:3.0; tcy-IN) AppleWebKit/535.45.1 (KHTML, like Gecko) Version/4.0 Safari/535.45.1', 'Safari', 'Mac OS X'),
(24521, '2025-12-01 10:20:21', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6872.368 Safari/537.36', 'Chrome', 'Windows 10'),
(24522, '2025-12-01 10:20:39', 'W', '129.28.200.54', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24523, '2025-12-01 10:20:48', 'W', '68.221.67.167', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24524, '2025-12-01 10:21:15', 'W', '175.29.128.62', 'Opera/8.54.(X11; Linux x86_64; ru-RU) Presto/2.9.161 Version/12.00', 'Opera', 'Linux'),
(24525, '2025-12-01 10:26:08', 'W', '34.169.171.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24526, '2025-12-01 10:39:15', 'I', '112.209.164.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/531.0 (KHTML, like Gecko) FxiOS/12.5o3966.0 Mobile/58J210 Safari/531.0', 'Handheld Browser', 'iPhone'),
(24527, '2025-12-01 10:39:45', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24528, '2025-12-01 10:40:17', 'W', '136.117.166.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24529, '2025-12-01 10:40:30', 'W', '186.209.190.21', 'Opera/8.49.(Windows 98; Win 9x 4.90; th-TH) Presto/2.9.169 Version/12.00', 'Opera', 'Unknown OS Platform'),
(24530, '2025-12-01 10:45:03', 'W', '200.219.59.62', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36', 'Chrome', 'Windows 8.1'),
(24531, '2025-12-01 10:45:42', 'W', '197.43.206.25', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4450.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24532, '2025-12-01 10:46:06', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(24533, '2025-12-01 10:46:47', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24534, '2025-12-01 10:47:25', 'W', '217.142.21.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(24535, '2025-12-01 10:48:09', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24536, '2025-12-01 10:54:20', 'W', '37.214.22.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24537, '2025-12-01 10:55:15', 'W', '35.197.74.32', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24538, '2025-12-01 11:01:02', 'W', '124.29.221.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24539, '2025-12-01 11:01:05', 'W', '197.113.249.104', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24540, '2025-12-01 11:01:06', 'W', '190.133.118.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24541, '2025-12-01 11:02:24', 'W', '45.177.154.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24542, '2025-12-01 11:02:24', 'W', '142.93.199.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24543, '2025-12-01 11:02:26', 'W', '37.236.41.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24544, '2025-12-01 11:02:27', 'W', '154.124.203.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24545, '2025-12-01 11:02:30', 'W', '217.199.144.116', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24546, '2025-12-01 11:02:34', 'W', '37.236.89.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24547, '2025-12-01 11:04:56', 'W', '154.125.122.30', 'Opera/9.82.(X11; Linux x86_64; hr-HR) Presto/2.9.190 Version/10.00', 'Opera', 'Linux'),
(24548, '2025-12-01 11:06:47', 'W', '185.213.230.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24549, '2025-12-01 11:06:49', 'W', '123.28.69.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24550, '2025-12-01 11:06:49', 'W', '185.50.239.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24551, '2025-12-01 11:06:52', 'W', '202.51.69.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24552, '2025-12-01 11:07:02', 'W', '41.139.243.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24553, '2025-12-01 11:07:47', 'W', '34.11.203.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24554, '2025-12-01 11:08:39', 'I', '203.189.118.109', 'Mozilla/5.0 (iPhone; CPU iPhone OS 4_3_5 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/29.0.816.0 Mobile/99W364 Safari/536.2', 'Handheld Browser', 'iPhone'),
(24555, '2025-12-01 11:12:12', 'W', '137.135.190.251', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24556, '2025-12-01 11:13:57', 'W', '45.185.157.62', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/3499-01-26 06:46:34.213547 Firefox/3.8', 'Firefox', 'Linux'),
(24557, '2025-12-01 11:18:58', 'W', '168.196.172.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24558, '2025-12-01 11:19:01', 'W', '119.73.99.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24559, '2025-12-01 11:19:02', 'W', '95.56.65.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24560, '2025-12-01 11:19:04', 'W', '45.179.140.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24561, '2025-12-01 11:19:06', 'W', '177.225.165.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24562, '2025-12-01 11:19:08', 'W', '38.156.229.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24563, '2025-12-01 11:20:10', 'W', '103.190.228.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24564, '2025-12-01 11:22:11', 'W', '152.53.109.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9283.431 Safari/537.36', 'Chrome', 'Windows 10'),
(24565, '2025-12-01 11:22:14', 'W', '188.68.38.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5654.259 Safari/537.36', 'Chrome', 'Windows 10'),
(24566, '2025-12-01 11:22:46', 'W', '35.230.108.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24567, '2025-12-01 11:23:55', 'W', '202.76.178.107', 'Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50', 'Chrome', 'Linux'),
(24568, '2025-12-01 11:25:13', 'W', '169.224.0.171', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 10.0; Trident/3.0)', 'Internet Explorer', 'Windows 10'),
(24569, '2025-12-01 11:31:44', 'W', '170.246.69.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24570, '2025-12-01 11:31:46', 'W', '157.245.86.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24571, '2025-12-01 11:31:48', 'W', '41.90.187.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24572, '2025-12-01 11:31:48', 'W', '37.111.225.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24573, '2025-12-01 11:31:50', 'W', '67.205.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24574, '2025-12-01 11:31:53', 'A', '147.30.140.235', 'Mozilla/5.0 (Android 3.2; Mobile; rv:23.0) Gecko/23.0 Firefox/23.0', 'Handheld Browser', 'Android'),
(24575, '2025-12-01 11:31:58', 'W', '102.209.57.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24576, '2025-12-01 11:36:10', 'W', '104.196.243.241', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(24577, '2025-12-01 11:36:47', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24578, '2025-12-01 11:40:59', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7267.357 Safari/537.36', 'Chrome', 'Windows 10'),
(24579, '2025-12-01 11:41:21', 'W', '75.185.20.188', 'Opera/8.15.(X11; Linux i686; kl-GL) Presto/2.9.162 Version/12.00', 'Opera', 'Linux'),
(24580, '2025-12-01 11:42:04', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7651.679 Safari/537.36', 'Chrome', 'Windows 10'),
(24581, '2025-12-01 11:43:32', 'W', '105.160.114.37', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24582, '2025-12-01 11:43:36', 'W', '177.145.0.129', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36', 'Chrome', 'Windows 10'),
(24583, '2025-12-01 11:44:26', 'W', '5.21.134.142', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4.90; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24584, '2025-12-01 11:44:54', 'W', '102.39.58.60', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(24585, '2025-12-01 11:45:32', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24586, '2025-12-01 11:45:34', 'W', '14.234.130.136', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(24587, '2025-12-01 11:46:02', 'W', '89.58.16.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7141.529 Safari/537.36', 'Chrome', 'Windows 10'),
(24588, '2025-12-01 11:46:54', 'W', '188.172.229.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3125.965 Safari/537.36', 'Chrome', 'Windows 10'),
(24589, '2025-12-01 11:47:05', 'W', '62.217.152.245', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 10'),
(24590, '2025-12-01 11:50:00', 'W', '87.250.224.6', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(24591, '2025-12-01 11:52:01', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24592, '2025-12-01 11:57:44', 'W', '84.31.69.49', 'Opera/9.10.(Windows NT 6.2; tl-PH) Presto/2.9.186 Version/12.00', 'Opera', 'Windows 8'),
(24593, '2025-12-01 11:57:47', 'W', '46.38.236.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9233.320 Safari/537.36', 'Chrome', 'Windows 10'),
(24594, '2025-12-01 11:57:53', 'W', '150.129.247.243', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 11.0; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24595, '2025-12-01 11:58:54', 'W', '152.53.55.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7422.549 Safari/537.36', 'Chrome', 'Windows 10'),
(24596, '2025-12-01 12:00:02', 'W', '37.59.204.130', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24597, '2025-12-01 12:09:27', 'W', '136.29.52.174', 'Opera/8.96.(Windows NT 6.0; iw-IL) Presto/2.9.171 Version/11.00', 'Opera', 'Windows Vista'),
(24598, '2025-12-01 12:10:07', 'W', '128.241.235.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2820.126 Safari/537.36', 'Chrome', 'Windows 10'),
(24599, '2025-12-01 12:10:43', 'W', '34.187.188.215', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(24600, '2025-12-01 12:10:57', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24601, '2025-12-01 12:11:05', 'W', '136.117.80.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24602, '2025-12-01 12:12:40', 'W', '34.169.148.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24603, '2025-12-01 12:12:58', 'W', '103.220.234.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24604, '2025-12-01 12:13:01', 'W', '45.238.24.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24605, '2025-12-01 12:13:02', 'W', '182.62.54.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24606, '2025-12-01 12:13:05', 'W', '190.179.199.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24607, '2025-12-01 12:13:11', 'W', '102.129.81.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24608, '2025-12-01 12:13:14', 'W', '58.97.193.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24609, '2025-12-01 12:16:24', 'W', '190.153.118.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24610, '2025-12-01 12:16:28', 'W', '169.224.96.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(24611, '2025-12-01 12:16:28', 'W', '179.63.33.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24612, '2025-12-01 12:16:32', 'W', '136.117.4.28', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(24613, '2025-12-01 12:16:33', 'W', '185.244.154.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24614, '2025-12-01 12:16:37', 'W', '46.251.198.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24615, '2025-12-01 12:17:14', 'W', '5.255.231.162', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(24616, '2025-12-01 12:19:02', 'W', '128.241.235.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1577.583 Safari/537.36', 'Chrome', 'Windows 10'),
(24617, '2025-12-01 12:19:13', 'W', '45.173.228.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24618, '2025-12-01 12:19:16', 'W', '112.210.224.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24619, '2025-12-01 12:19:16', 'W', '190.108.77.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24620, '2025-12-01 12:19:22', 'W', '102.217.65.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24621, '2025-12-01 12:19:25', 'W', '41.71.46.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24622, '2025-12-01 12:19:27', 'W', '169.224.126.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24623, '2025-12-01 12:19:53', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(24624, '2025-12-01 12:27:47', 'W', '121.46.71.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24625, '2025-12-01 12:27:49', 'W', '45.169.155.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24626, '2025-12-01 12:27:49', 'W', '105.247.136.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24627, '2025-12-01 12:27:52', 'W', '14.237.130.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24628, '2025-12-01 12:27:55', 'W', '198.12.60.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24629, '2025-12-01 12:29:24', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24630, '2025-12-01 12:31:07', 'I', '14.244.77.22', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; ht-HT) AppleWebKit/535.39.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6535.39.5', 'Handheld Browser', 'iPod'),
(24631, '2025-12-01 12:33:28', 'W', '37.19.66.7', 'Opera/9.80.(X11; Linux x86_64; mi-NZ) Presto/2.9.190 Version/12.00', 'Opera', 'Linux'),
(24632, '2025-12-01 12:34:43', 'W', '112.208.167.30', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24633, '2025-12-01 12:37:47', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24634, '2025-12-01 12:38:48', 'W', '102.134.18.50', 'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/533.30.1 (KHTML, like Gecko) Version/5.0.1 Safari/533.30.1', 'Safari', 'Windows Server 2003/XP x64'),
(24635, '2025-12-01 12:42:48', 'W', '92.98.156.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(24636, '2025-12-01 12:42:55', 'W', '189.131.76.79', 'Mozilla/5.0 (Windows NT 11.0; si-LK; rv:1.9.2.20) Gecko/8178-09-02 18:21:07.507965 Firefox/12.0', 'Firefox', 'Unknown OS Platform'),
(24637, '2025-12-01 12:43:46', 'W', '179.63.67.143', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'Chrome', 'Windows 7'),
(24638, '2025-12-01 12:44:43', 'W', '103.253.102.211', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.152 Safari/537.36', 'Chrome', 'Windows 7'),
(24639, '2025-12-01 12:44:45', 'W', '91.222.42.13', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'Chrome', 'Mac OS X'),
(24640, '2025-12-01 12:45:10', 'W', '31.167.158.25', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_8 rv:4.0; da-DK) AppleWebKit/531.36.7 (KHTML, like Gecko) Version/5.1 Safari/531.36.7', 'Safari', 'Mac OS X'),
(24641, '2025-12-01 12:45:17', 'W', '35.230.108.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24642, '2025-12-01 12:46:17', 'W', '200.14.56.145', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24643, '2025-12-01 12:46:39', 'W', '168.232.229.243', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/88.0.4324.182 Safari/537.36', 'Chrome', 'Mac OS X'),
(24644, '2025-12-01 12:46:54', 'W', '191.112.52.110', 'Opera/9.51.(X11; Linux i686; be-BY) Presto/2.9.171 Version/10.00', 'Opera', 'Linux'),
(24645, '2025-12-01 12:46:56', 'W', '14.164.78.33', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36', 'Chrome', 'Mac OS X'),
(24646, '2025-12-01 12:48:03', 'W', '152.110.221.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(24647, '2025-12-01 12:49:44', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(24648, '2025-12-01 12:51:23', 'W', '178.87.11.3', 'Opera/9.54.(Windows CE; ug-CN) Presto/2.9.160 Version/10.00', 'Opera', 'Unknown OS Platform'),
(24649, '2025-12-01 12:51:28', 'W', '157.49.143.11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2 rv:4.0; af-ZA) AppleWebKit/531.24.3 (KHTML, like Gecko) Version/5.0 Safari/531.24.3', 'Safari', 'Mac OS X'),
(24650, '2025-12-01 12:51:45', 'I', '158.181.44.43', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; sk-SK) AppleWebKit/532.5.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6532.5.5', 'Handheld Browser', 'iPod'),
(24651, '2025-12-01 12:54:11', 'I', '71.135.72.138', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; se-NO) AppleWebKit/532.40.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6532.40.5', 'Handheld Browser', 'iPod'),
(24652, '2025-12-01 13:02:04', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6330.193 Safari/537.36', 'Chrome', 'Windows 10'),
(24653, '2025-12-01 13:04:49', 'W', '152.117.104.201', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_6) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/43.0.815.0 Safari/535.0', 'Chrome', 'Mac OS X'),
(24654, '2025-12-01 13:05:43', 'W', '34.168.57.197', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24655, '2025-12-01 13:05:58', 'W', '89.182.25.188', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.2; Trident/4.1)', 'Internet Explorer', 'Windows 8'),
(24656, '2025-12-01 13:06:16', 'W', '205.210.31.3', '', 'Unknown Browser', 'Unknown OS Platform'),
(24657, '2025-12-01 13:07:31', 'W', '186.19.123.130', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/6885-12-21 05:27:58.644470 Firefox/13.0', 'Firefox', 'Linux'),
(24658, '2025-12-01 13:15:30', 'W', '111.230.69.220', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24659, '2025-12-01 13:18:12', 'W', '177.23.55.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24660, '2025-12-01 13:18:13', 'W', '176.28.155.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24661, '2025-12-01 13:18:16', 'W', '102.0.3.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24662, '2025-12-01 13:18:18', 'W', '5.53.115.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24663, '2025-12-01 13:18:18', 'W', '177.22.174.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24664, '2025-12-01 13:18:20', 'W', '45.169.57.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24665, '2025-12-01 13:21:12', 'W', '185.163.26.62', 'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/531.10.4 (KHTML, like Gecko) Version/4.1 Safari/531.10.4', 'Safari', 'Windows 2000'),
(24666, '2025-12-01 13:27:03', 'W', '191.239.245.26', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24667, '2025-12-01 13:27:50', 'W', '51.68.247.193', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24668, '2025-12-01 13:28:12', 'W', '128.241.235.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7116.567 Safari/537.36', 'Chrome', 'Windows 10'),
(24669, '2025-12-01 13:28:32', 'W', '178.121.26.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24670, '2025-12-01 13:28:35', 'W', '154.70.247.233', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24671, '2025-12-01 13:28:37', 'W', '181.56.54.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24672, '2025-12-01 13:28:39', 'W', '181.115.171.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24673, '2025-12-01 13:28:42', 'W', '66.118.178.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24674, '2025-12-01 13:28:45', 'W', '138.0.231.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24675, '2025-12-01 13:29:39', 'W', '136.117.166.70', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(24676, '2025-12-01 13:33:17', 'W', '35.230.108.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24677, '2025-12-01 13:36:23', 'W', '176.31.139.30', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24678, '2025-12-01 13:38:30', 'I', '154.194.231.124', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; ts-ZA) AppleWebKit/533.32.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6533.32.7', 'Handheld Browser', 'iPod'),
(24679, '2025-12-01 13:39:43', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(24680, '2025-12-01 13:40:09', 'W', '40.84.221.219', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24681, '2025-12-01 13:42:13', 'W', '14.186.121.36', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'Chrome', 'Windows 10'),
(24682, '2025-12-01 13:42:15', 'W', '186.219.143.61', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/85.0.4183.102 Safari/537.36', 'Chrome', 'Mac OS X'),
(24683, '2025-12-01 13:42:47', 'W', '152.53.15.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3960.423 Safari/537.36', 'Chrome', 'Windows 10'),
(24684, '2025-12-01 13:42:53', 'W', '45.180.96.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'Chrome', 'Windows 10'),
(24685, '2025-12-01 13:43:04', 'W', '38.43.251.194', 'Opera/8.64.(Windows NT 5.2; kw-GB) Presto/2.9.188 Version/12.00', 'Opera', 'Windows Server 2003/XP x64'),
(24686, '2025-12-01 13:43:47', 'W', '5.255.231.5', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(24687, '2025-12-01 13:44:05', 'W', '45.229.105.214', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(24688, '2025-12-01 13:46:44', 'W', '34.169.148.92', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24689, '2025-12-01 13:51:08', 'W', '52.220.113.184', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24690, '2025-12-01 13:53:32', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(24691, '2025-12-01 13:54:34', 'I', '49.43.154.242', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; aa-ER) AppleWebKit/533.32.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6533.32.6', 'Handheld Browser', 'iPod'),
(24692, '2025-12-01 13:56:29', 'W', '109.234.35.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24693, '2025-12-01 13:58:15', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(24694, '2025-12-01 14:01:08', 'W', '54.37.118.74', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(24695, '2025-12-01 14:01:24', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24696, '2025-12-01 14:02:36', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24697, '2025-12-01 14:04:40', 'W', '152.53.111.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9572.989 Safari/537.36', 'Chrome', 'Windows 10'),
(24698, '2025-12-01 14:05:05', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24699, '2025-12-01 14:05:33', 'W', '103.174.140.100', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/3.0)', 'Internet Explorer', 'Windows 8'),
(24700, '2025-12-01 14:07:19', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(24701, '2025-12-01 14:08:17', 'W', '17.241.219.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24702, '2025-12-01 14:11:34', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(24703, '2025-12-01 14:12:39', 'W', '37.120.184.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4872.883 Safari/537.36', 'Chrome', 'Windows 10'),
(24704, '2025-12-01 14:15:19', 'W', '17.241.75.250', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24705, '2025-12-01 14:15:33', 'W', '45.228.52.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24706, '2025-12-01 14:15:34', 'W', '150.228.5.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24707, '2025-12-01 14:15:34', 'W', '201.81.0.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24708, '2025-12-01 14:15:36', 'W', '190.212.127.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24709, '2025-12-01 14:15:36', 'W', '45.228.188.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24710, '2025-12-01 14:15:37', 'W', '190.5.42.107', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24711, '2025-12-01 14:16:16', 'W', '104.196.241.65', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(24712, '2025-12-01 14:16:51', 'W', '84.54.84.168', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_2) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/35.0.821.0 Safari/536.0', 'Chrome', 'Mac OS X'),
(24713, '2025-12-01 14:19:09', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(24714, '2025-12-01 14:19:35', 'W', '34.53.109.163', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24715, '2025-12-01 14:20:25', 'W', '102.210.171.136', 'Timpibot/1.0 (+http://timpi.io/crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(24716, '2025-12-01 14:21:16', 'W', '73.213.50.60', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_12_5 rv:3.0; bn-BD) AppleWebKit/533.39.3 (KHTML, like Gecko) Version/5.1 Safari/533.39.3', 'Safari', 'Mac OS X'),
(24717, '2025-12-01 14:21:39', 'W', '189.5.168.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24718, '2025-12-01 14:21:39', 'W', '191.204.228.77', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24719, '2025-12-01 14:21:42', 'W', '177.47.59.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24720, '2025-12-01 14:21:42', 'W', '131.72.170.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24721, '2025-12-01 14:21:43', 'W', '170.246.69.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24722, '2025-12-01 14:21:45', 'W', '201.177.97.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24723, '2025-12-01 14:24:25', 'W', '17.241.75.47', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24724, '2025-12-01 14:25:53', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(24725, '2025-12-01 14:26:56', 'W', '136.118.98.79', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(24726, '2025-12-01 14:29:15', 'W', '38.51.206.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24727, '2025-12-01 14:29:15', 'W', '103.180.52.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24728, '2025-12-01 14:29:17', 'W', '200.59.186.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24729, '2025-12-01 14:29:18', 'W', '115.164.218.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24730, '2025-12-01 14:29:18', 'W', '93.112.245.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24731, '2025-12-01 14:29:30', 'W', '188.253.90.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24732, '2025-12-01 14:33:34', 'I', '117.235.109.89', 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_4 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) CriOS/33.0.889.0 Mobile/21P978 Safari/536.0', 'Handheld Browser', 'iPad'),
(24733, '2025-12-01 14:34:28', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24734, '2025-12-01 14:35:51', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24735, '2025-12-01 14:36:10', 'W', '152.53.52.101', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7172.988 Safari/537.36', 'Chrome', 'Windows 10'),
(24736, '2025-12-01 14:39:22', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(24737, '2025-12-01 14:41:51', 'W', '181.209.90.3', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 95; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24738, '2025-12-01 14:42:30', 'W', '190.115.218.196', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36', 'Chrome', 'Windows 8'),
(24739, '2025-12-01 14:44:34', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24740, '2025-12-01 14:45:19', 'W', '177.125.175.150', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'Chrome', 'Windows 7'),
(24741, '2025-12-01 14:53:07', 'W', '34.11.203.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(24742, '2025-12-01 14:55:26', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(24743, '2025-12-01 14:57:27', 'W', '192.126.137.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(24744, '2025-12-01 14:58:11', 'W', '17.241.227.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24745, '2025-12-01 14:58:35', 'W', '190.97.227.34', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_6) AppleWebKit/535.0 (KHTML, like Gecko) Chrome/14.0.835.0 Safari/535.0', 'Chrome', 'Mac OS X'),
(24746, '2025-12-01 15:00:18', 'W', '154.248.153.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24747, '2025-12-01 15:00:20', 'W', '167.172.150.133', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24748, '2025-12-01 15:00:26', 'W', '102.97.132.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24749, '2025-12-01 15:00:27', 'W', '103.157.24.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24750, '2025-12-01 15:04:09', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(24751, '2025-12-01 15:07:01', 'W', '154.194.229.14', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Trident/4.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24752, '2025-12-01 15:07:46', 'W', '38.156.100.12', 'Opera/9.84.(Windows NT 4.0; ak-GH) Presto/2.9.180 Version/12.00', 'Opera', 'Unknown OS Platform'),
(24753, '2025-12-01 15:08:11', 'W', '102.164.171.225', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 11.0; Trident/3.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24754, '2025-12-01 15:08:52', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24755, '2025-12-01 15:08:57', 'W', '191.235.99.94', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24756, '2025-12-01 15:09:40', 'W', '104.248.62.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24757, '2025-12-01 15:09:41', 'W', '185.206.81.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24758, '2025-12-01 15:09:47', 'W', '157.230.237.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24759, '2025-12-01 15:09:50', 'W', '190.220.147.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24760, '2025-12-01 15:09:53', 'W', '212.237.120.202', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24761, '2025-12-01 15:09:57', 'W', '138.117.90.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24762, '2025-12-01 15:10:19', 'W', '14.172.244.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2 rv:2.0; niu-NU) AppleWebKit/531.30.3 (KHTML, like Gecko) Version/5.0 Safari/531.30.3', 'Safari', 'Mac OS X'),
(24763, '2025-12-01 15:10:21', 'W', '152.53.12.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1050.827 Safari/537.36', 'Chrome', 'Windows 10'),
(24764, '2025-12-01 15:10:21', 'I', '187.0.234.131', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/533.0 (KHTML, like Gecko) FxiOS/17.5e7880.0 Mobile/76X316 Safari/533.0', 'Handheld Browser', 'iPhone'),
(24765, '2025-12-01 15:13:04', 'W', '186.158.120.115', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(24766, '2025-12-01 15:13:26', 'W', '35.197.74.32', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24767, '2025-12-01 15:13:40', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7456.576 Safari/537.36', 'Chrome', 'Windows 10'),
(24768, '2025-12-01 15:14:06', 'W', '136.117.166.70', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(24769, '2025-12-01 15:14:25', 'W', '34.11.203.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(24770, '2025-12-01 15:14:41', 'W', '34.169.171.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24771, '2025-12-01 15:14:48', 'W', '43.173.182.222', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24772, '2025-12-01 15:17:40', 'W', '5.252.227.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5417.130 Safari/537.36', 'Chrome', 'Windows 10'),
(24773, '2025-12-01 15:20:42', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2871.755 Safari/537.36', 'Chrome', 'Windows 10'),
(24774, '2025-12-01 15:21:32', 'W', '17.246.19.249', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24775, '2025-12-01 15:23:28', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(24776, '2025-12-01 15:24:38', 'I', '193.19.254.164', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; az-AZ) AppleWebKit/534.12.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6534.12.7', 'Handheld Browser', 'iPod'),
(24777, '2025-12-01 15:25:44', 'W', '35.230.108.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24778, '2025-12-01 15:25:47', 'A', '66.249.66.12', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Handheld Browser', 'Android'),
(24779, '2025-12-01 15:25:47', 'W', '66.249.66.12', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Unknown Browser', 'Unknown OS Platform'),
(24780, '2025-12-01 15:28:28', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24781, '2025-12-01 15:30:26', 'W', '105.188.82.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24782, '2025-12-01 15:30:28', 'W', '167.249.35.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24783, '2025-12-01 15:30:32', 'W', '157.230.83.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24784, '2025-12-01 15:30:33', 'W', '41.207.27.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24785, '2025-12-01 15:30:33', 'W', '206.189.236.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24786, '2025-12-01 15:30:38', 'W', '190.153.91.172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24787, '2025-12-01 15:32:53', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(24788, '2025-12-01 15:35:21', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24789, '2025-12-01 15:38:22', 'W', '136.118.98.79', 'Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(24790, '2025-12-01 15:39:07', 'W', '17.22.253.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24791, '2025-12-01 15:39:37', 'W', '190.120.250.38', 'Mozilla/5.0 (Windows NT 6.2; sr-RS; rv:1.9.0.20) Gecko/7008-10-03 10:51:32.173004 Firefox/3.6.8', 'Firefox', 'Windows 8'),
(24792, '2025-12-01 15:42:44', 'W', '177.125.130.214', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/3.0)', 'Internet Explorer', 'Windows 2000'),
(24793, '2025-12-01 15:43:49', 'W', '17.241.227.194', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24794, '2025-12-01 15:44:33', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24795, '2025-12-01 15:45:04', 'W', '52.154.22.59', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24796, '2025-12-01 15:46:09', 'W', '212.47.135.14', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/78.0.3904.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(24797, '2025-12-01 15:46:24', 'W', '103.114.252.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24798, '2025-12-01 15:46:27', 'W', '37.239.38.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24799, '2025-12-01 15:46:28', 'W', '134.122.122.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24800, '2025-12-01 15:46:29', 'W', '191.217.212.234', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24801, '2025-12-01 15:46:29', 'W', '46.150.93.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24802, '2025-12-01 15:46:32', 'W', '170.233.62.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24803, '2025-12-01 15:46:45', 'W', '84.54.70.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24804, '2025-12-01 15:53:44', 'W', '103.217.98.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24805, '2025-12-01 15:53:46', 'W', '134.209.117.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24806, '2025-12-01 15:53:48', 'W', '91.106.42.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24807, '2025-12-01 15:53:51', 'W', '31.166.14.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24808, '2025-12-01 15:53:51', 'W', '37.214.34.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24809, '2025-12-01 15:53:56', 'W', '45.166.87.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24810, '2025-12-01 15:54:12', 'W', '84.54.120.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24811, '2025-12-01 15:58:07', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24812, '2025-12-01 15:59:41', 'W', '85.253.157.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24813, '2025-12-01 15:59:44', 'W', '186.177.191.150', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24814, '2025-12-01 15:59:50', 'W', '198.211.113.147', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24815, '2025-12-01 15:59:50', 'W', '123.24.9.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24816, '2025-12-01 15:59:52', 'W', '187.73.93.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24817, '2025-12-01 16:01:44', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24818, '2025-12-01 16:04:10', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24819, '2025-12-01 16:07:25', 'W', '200.4.116.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24820, '2025-12-01 16:07:27', 'W', '147.182.171.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24821, '2025-12-01 16:07:33', 'W', '196.75.159.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24822, '2025-12-01 16:07:35', 'W', '169.224.4.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24823, '2025-12-01 16:07:35', 'W', '86.108.0.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24824, '2025-12-01 16:07:38', 'W', '50.7.14.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24825, '2025-12-01 16:11:27', 'W', '187.19.233.46', 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trident/5.1)', 'Internet Explorer', 'Windows 2000'),
(24826, '2025-12-01 16:11:38', 'I', '45.181.197.15', 'Mozilla/5.0 (iPad; CPU iPad OS 13_5_1 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/35.0.813.0 Mobile/62M667 Safari/536.2', 'Handheld Browser', 'iPad'),
(24827, '2025-12-01 16:14:20', 'W', '136.117.80.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24828, '2025-12-01 16:19:24', 'W', '37.110.210.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_8 rv:2.0; ast-ES) AppleWebKit/531.33.2 (KHTML, like Gecko) Version/5.0.1 Safari/531.33.2', 'Safari', 'Mac OS X'),
(24829, '2025-12-01 16:19:37', 'W', '178.159.37.78', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(24830, '2025-12-01 16:23:06', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(24831, '2025-12-01 16:23:10', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24832, '2025-12-01 16:23:47', 'W', '164.163.215.206', 'Opera/9.67.(X11; Linux x86_64; fo-FO) Presto/2.9.165 Version/12.00', 'Opera', 'Linux'),
(24833, '2025-12-01 16:33:22', 'W', '84.54.78.204', 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/532.29.5 (KHTML, like Gecko) Version/5.0.2 Safari/532.29.5', 'Safari', 'Unknown OS Platform'),
(24834, '2025-12-01 16:33:49', 'A', '38.13.141.249', 'Mozilla/5.0 (Android 4.0.1; Mobile; rv:52.0) Gecko/52.0 Firefox/52.0', 'Handheld Browser', 'Android'),
(24835, '2025-12-01 16:34:55', 'W', '17.246.23.144', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24836, '2025-12-01 16:35:03', 'W', '190.133.113.47', 'Opera/9.69.(X11; Linux x86_64; iu-CA) Presto/2.9.177 Version/10.00', 'Opera', 'Linux'),
(24837, '2025-12-01 16:35:23', 'W', '78.167.6.68', 'Mozilla/5.0 (Windows 95) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/20.0.876.0 Safari/533.2', 'Chrome', 'Unknown OS Platform'),
(24838, '2025-12-01 16:37:29', 'W', '89.58.12.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1516.470 Safari/537.36', 'Chrome', 'Windows 10'),
(24839, '2025-12-01 16:37:37', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24840, '2025-12-01 16:44:16', 'W', '169.224.5.170', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Win 9x 4.90; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(24841, '2025-12-01 16:44:16', 'I', '177.107.29.38', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/43.0.874.0 Mobile/22P535 Safari/535.2', 'Handheld Browser', 'iPhone'),
(24842, '2025-12-01 16:45:16', 'W', '103.49.210.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24843, '2025-12-01 16:45:18', 'W', '201.141.100.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24844, '2025-12-01 16:45:24', 'W', '190.104.36.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24845, '2025-12-01 16:45:26', 'W', '137.184.197.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24846, '2025-12-01 16:45:28', 'W', '41.82.200.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24847, '2025-12-01 16:45:30', 'W', '84.54.66.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24848, '2025-12-01 16:48:01', 'W', '34.83.201.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'Chrome', 'Windows 10'),
(24849, '2025-12-01 16:49:55', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(24850, '2025-12-01 16:54:38', 'W', '37.120.187.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6188.730 Safari/537.36', 'Chrome', 'Windows 10'),
(24851, '2025-12-01 16:56:02', 'W', '136.117.80.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(24852, '2025-12-01 17:00:28', 'W', '103.74.11.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24853, '2025-12-01 17:00:31', 'W', '177.67.37.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24854, '2025-12-01 17:00:34', 'W', '102.208.164.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24855, '2025-12-01 17:00:35', 'W', '177.131.193.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24856, '2025-12-01 17:00:37', 'W', '102.104.242.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24857, '2025-12-01 17:00:51', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(24858, '2025-12-01 17:02:02', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24859, '2025-12-01 17:02:07', 'W', '128.241.232.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7475.825 Safari/537.36', 'Chrome', 'Windows 10'),
(24860, '2025-12-01 17:03:25', 'W', '169.224.64.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24861, '2025-12-01 17:03:28', 'W', '186.69.252.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24862, '2025-12-01 17:03:33', 'W', '179.0.32.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24863, '2025-12-01 17:03:38', 'W', '45.176.154.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24864, '2025-12-01 17:06:17', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24865, '2025-12-01 17:07:30', 'W', '177.84.62.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24866, '2025-12-01 17:07:36', 'W', '181.89.195.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24867, '2025-12-01 17:07:43', 'W', '201.47.31.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24868, '2025-12-01 17:07:43', 'W', '176.29.150.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24869, '2025-12-01 17:07:45', 'W', '169.224.98.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24870, '2025-12-01 17:07:49', 'W', '102.32.135.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24871, '2025-12-01 17:08:05', 'W', '45.236.254.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(24872, '2025-12-01 17:10:36', 'W', '170.83.144.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24873, '2025-12-01 17:10:38', 'W', '102.38.95.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24874, '2025-12-01 17:10:40', 'W', '186.209.185.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24875, '2025-12-01 17:10:40', 'W', '103.158.159.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24876, '2025-12-01 17:10:42', 'W', '190.142.155.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24877, '2025-12-01 17:10:45', 'W', '88.201.58.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24878, '2025-12-01 17:10:58', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24879, '2025-12-01 17:12:09', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24880, '2025-12-01 17:12:57', 'W', '35.197.74.32', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MDDCJS)', 'Internet Explorer', 'Windows 8'),
(24881, '2025-12-01 17:13:01', 'W', '103.189.124.242', 'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/535.23.2 (KHTML, like Gecko) Version/5.0.4 Safari/535.23.2', 'Safari', 'Windows 2000'),
(24882, '2025-12-01 17:14:23', 'W', '154.255.117.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24883, '2025-12-01 17:14:25', 'W', '87.252.182.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24884, '2025-12-01 17:14:26', 'W', '182.69.177.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24885, '2025-12-01 17:14:28', 'W', '189.73.45.173', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24886, '2025-12-01 17:14:28', 'W', '95.87.74.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24887, '2025-12-01 17:15:55', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(24888, '2025-12-01 17:16:37', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24889, '2025-12-01 17:16:41', 'W', '162.14.79.210', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24890, '2025-12-01 17:18:06', 'W', '196.177.179.206', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36', 'Chrome', 'Windows 10'),
(24891, '2025-12-01 17:19:21', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24892, '2025-12-01 17:20:18', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24893, '2025-12-01 17:21:05', 'W', '94.49.42.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24894, '2025-12-01 17:21:08', 'W', '102.217.176.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24895, '2025-12-01 17:21:10', 'W', '37.236.98.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24896, '2025-12-01 17:21:11', 'W', '79.106.24.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24897, '2025-12-01 17:21:13', 'W', '114.8.226.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24898, '2025-12-01 17:21:14', 'W', '177.52.82.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24899, '2025-12-01 17:21:42', 'W', '34.187.170.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(24900, '2025-12-01 17:22:58', 'W', '34.169.171.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(24901, '2025-12-01 17:23:03', 'W', '17.246.23.187', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24902, '2025-12-01 17:26:31', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24903, '2025-12-01 17:26:43', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(24904, '2025-12-01 17:28:24', 'W', '187.84.6.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24905, '2025-12-01 17:28:26', 'W', '176.29.161.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24906, '2025-12-01 17:28:29', 'W', '212.45.81.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24907, '2025-12-01 17:28:30', 'W', '102.39.207.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24908, '2025-12-01 17:28:35', 'W', '169.224.96.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24909, '2025-12-01 17:29:52', 'W', '74.7.35.112', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24910, '2025-12-01 17:30:43', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24911, '2025-12-01 17:33:49', 'W', '152.53.2.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8493.871 Safari/537.36', 'Chrome', 'Windows 10'),
(24912, '2025-12-01 17:34:14', 'W', '38.222.3.192', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_4 rv:6.0; iu-CA) AppleWebKit/535.23.6 (KHTML, like Gecko) Version/4.1 Safari/535.23.6', 'Safari', 'Mac OS X'),
(24913, '2025-12-01 17:37:35', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24914, '2025-12-01 17:38:16', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24915, '2025-12-01 17:38:18', 'W', '152.53.108.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8892.600 Safari/537.36', 'Chrome', 'Windows 10'),
(24916, '2025-12-01 17:38:50', 'W', '111.119.233.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24917, '2025-12-01 17:39:50', 'W', '5.68.176.252', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24918, '2025-12-01 17:40:12', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3759.940 Safari/537.36', 'Chrome', 'Windows 10'),
(24919, '2025-12-01 17:40:53', 'W', '34.169.171.159', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(24920, '2025-12-01 17:41:21', 'W', '34.83.201.183', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(24921, '2025-12-01 17:42:44', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(24922, '2025-12-01 17:43:12', 'W', '104.196.241.65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24923, '2025-12-01 17:44:16', 'W', '95.59.114.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24924, '2025-12-01 17:44:18', 'W', '193.8.95.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24925, '2025-12-01 17:44:20', 'W', '132.255.11.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24926, '2025-12-01 17:44:23', 'W', '95.212.5.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24927, '2025-12-01 17:44:28', 'W', '5.62.145.137', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24928, '2025-12-01 17:44:30', 'W', '196.65.33.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24929, '2025-12-01 17:46:01', 'W', '35.230.108.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24930, '2025-12-01 17:48:15', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24931, '2025-12-01 17:49:52', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Windows 10'),
(24932, '2025-12-01 17:51:59', 'W', '17.22.237.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24933, '2025-12-01 17:54:13', 'I', '78.190.201.20', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/531.1 (KHTML, like Gecko) CriOS/44.0.810.0 Mobile/56E582 Safari/531.1', 'Handheld Browser', 'iPhone'),
(24934, '2025-12-01 17:54:38', 'W', '188.68.38.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5253.854 Safari/537.36', 'Chrome', 'Windows 10'),
(24935, '2025-12-01 17:57:27', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24936, '2025-12-01 17:57:28', 'W', '17.241.227.108', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24937, '2025-12-01 17:57:28', 'W', '34.169.171.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24938, '2025-12-01 17:57:52', 'W', '103.75.244.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24939, '2025-12-01 17:58:52', 'W', '128.241.235.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4073.974 Safari/537.36', 'Chrome', 'Windows 10'),
(24940, '2025-12-01 18:02:59', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24941, '2025-12-01 18:05:16', 'A', '109.107.230.158', 'Mozilla/5.0 (Linux; Android 4.1) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/21.0.814.0 Safari/536.1', 'Chrome', 'Android'),
(24942, '2025-12-01 18:08:44', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(24943, '2025-12-01 18:09:44', 'W', '34.11.203.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(24944, '2025-12-01 18:09:56', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2643.915 Safari/537.36', 'Chrome', 'Windows 10'),
(24945, '2025-12-01 18:10:12', 'W', '186.221.154.92', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'Chrome', 'Windows 10'),
(24946, '2025-12-01 18:11:30', 'W', '179.127.246.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/81.0.4044.108 Safari/537.36', 'Chrome', 'Mac OS X'),
(24947, '2025-12-01 18:11:33', 'W', '186.249.159.120', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24948, '2025-12-01 18:12:15', 'W', '78.179.0.228', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/4917-06-16 11:38:30.152847 Firefox/3.6.19', 'Firefox', 'Linux'),
(24949, '2025-12-01 18:15:44', 'W', '123.20.54.245', 'Opera/9.48.(Windows CE; it-CH) Presto/2.9.168 Version/10.00', 'Opera', 'Unknown OS Platform'),
(24950, '2025-12-01 18:16:09', 'W', '46.175.7.44', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_1; rv:1.9.3.20) Gecko/9437-02-08 12:10:53.586060 Firefox/3.6.8', 'Firefox', 'Mac OS X'),
(24951, '2025-12-01 18:17:47', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(24952, '2025-12-01 18:18:09', 'W', '34.169.171.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.4; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(24953, '2025-12-01 18:19:45', 'W', '41.209.53.114', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(24954, '2025-12-01 18:20:24', 'W', '152.53.109.112', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5758.119 Safari/537.36', 'Chrome', 'Windows 10'),
(24955, '2025-12-01 18:21:37', 'W', '34.105.87.123', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24956, '2025-12-01 18:22:54', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(24957, '2025-12-01 18:23:29', 'W', '17.241.219.94', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24958, '2025-12-01 18:24:50', 'I', '216.38.225.192', 'Mozilla/5.0 (iPad; CPU iPad OS 10_3_4 like Mac OS X) AppleWebKit/536.2 (KHTML, like Gecko) CriOS/39.0.843.0 Mobile/51L064 Safari/536.2', 'Handheld Browser', 'iPad'),
(24959, '2025-12-01 18:25:40', 'I', '94.234.85.195', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_12 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(24960, '2025-12-01 18:28:17', 'W', '68.221.67.169', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24961, '2025-12-01 18:28:40', 'W', '149.2.83.38', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_1 rv:5.0; bho-IN) AppleWebKit/533.48.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.48.4', 'Safari', 'Mac OS X'),
(24962, '2025-12-01 18:29:29', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24963, '2025-12-01 18:32:58', 'W', '34.105.9.0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24964, '2025-12-01 18:33:14', 'W', '190.92.200.148', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24965, '2025-12-01 18:34:28', 'W', '42.104.227.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24966, '2025-12-01 18:37:37', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(24967, '2025-12-01 18:40:13', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4326.373 Safari/537.36', 'Chrome', 'Windows 10'),
(24968, '2025-12-01 18:56:27', 'W', '124.243.183.158', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(24969, '2025-12-01 18:57:02', 'W', '49.42.187.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24970, '2025-12-01 18:58:56', 'W', '31.24.252.146', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24971, '2025-12-01 19:01:00', 'W', '121.127.54.77', 'Opera/9.50.(X11; Linux i686; ps-AF) Presto/2.9.182 Version/12.00', 'Opera', 'Linux'),
(24972, '2025-12-01 19:03:19', 'W', '160.19.248.38', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36', 'Chrome', 'Windows 10'),
(24973, '2025-12-01 19:03:44', 'W', '17.241.227.49', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24974, '2025-12-01 19:06:46', 'W', '17.246.19.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24975, '2025-12-01 19:07:21', 'W', '17.246.23.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24976, '2025-12-01 19:09:03', 'W', '152.53.2.205', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9182.577 Safari/537.36', 'Chrome', 'Windows 10'),
(24977, '2025-12-01 19:11:37', 'W', '213.180.203.45', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(24978, '2025-12-01 19:12:10', 'W', '46.38.253.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6662.132 Safari/537.36', 'Chrome', 'Windows 10'),
(24979, '2025-12-01 19:14:26', 'W', '88.243.194.251', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/532.17.7 (KHTML, like Gecko) Version/5.0 Safari/532.17.7', 'Safari', 'Unknown OS Platform'),
(24980, '2025-12-01 19:16:16', 'W', '104.196.243.241', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(24981, '2025-12-01 19:18:24', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0', 'Firefox', 'Mac OS X'),
(24982, '2025-12-01 19:20:42', 'W', '34.187.188.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(24983, '2025-12-01 19:24:08', 'W', '202.76.140.136', 'Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11', 'Firefox', 'Linux'),
(24984, '2025-12-01 19:24:45', 'W', '128.241.232.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4947.847 Safari/537.36', 'Chrome', 'Windows 10'),
(24985, '2025-12-01 19:24:59', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(24986, '2025-12-01 19:29:47', 'W', '223.123.111.106', 'Mozilla/5.0 (Windows NT 11.0) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/62.0.847.0 Safari/532.1', 'Chrome', 'Unknown OS Platform'),
(24987, '2025-12-01 19:30:04', 'W', '74.7.36.99', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(24988, '2025-12-01 19:33:31', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(24989, '2025-12-01 19:38:58', 'W', '202.61.203.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9659.278 Safari/537.36', 'Chrome', 'Windows 10'),
(24990, '2025-12-01 19:40:44', 'W', '152.53.110.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4842.514 Safari/537.36', 'Chrome', 'Windows 10'),
(24991, '2025-12-01 19:45:14', 'W', '91.6.197.223', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_7) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/28.0.855.0 Safari/532.1', 'Chrome', 'Mac OS X'),
(24992, '2025-12-01 19:50:51', 'W', '17.241.227.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(24993, '2025-12-01 19:52:54', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(24994, '2025-12-01 19:52:59', 'W', '37.120.187.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5548.336 Safari/537.36', 'Chrome', 'Windows 10'),
(24995, '2025-12-01 19:53:29', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36', 'Chrome', 'Windows 10'),
(24996, '2025-12-01 19:54:58', 'W', '152.53.20.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3036.852 Safari/537.36', 'Chrome', 'Windows 10'),
(24997, '2025-12-01 19:57:00', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(24998, '2025-12-01 19:59:09', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(24999, '2025-12-01 20:02:36', 'W', '181.46.166.206', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.1 (KHTML, like Gecko) Chrome/45.0.838.0 Safari/536.1', 'Chrome', 'Linux'),
(25000, '2025-12-01 20:11:00', 'W', '102.254.69.236', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.819 Safari/537.36', 'Chrome', 'Windows 10'),
(25001, '2025-12-01 20:12:38', 'W', '160.177.199.13', 'Mozilla/5.0 (Windows NT 4.0) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/47.0.869.0 Safari/533.0', 'Chrome', 'Unknown OS Platform'),
(25002, '2025-12-01 20:12:58', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X'),
(25003, '2025-12-01 20:13:13', 'W', '190.28.27.252', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.51 Safari/537.36', 'Chrome', 'Mac OS X'),
(25004, '2025-12-01 20:13:14', 'W', '98.97.76.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36', 'Chrome', 'Windows 10'),
(25005, '2025-12-01 20:13:20', 'W', '202.61.238.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.2236.325 Safari/537.36', 'Chrome', 'Windows 10'),
(25006, '2025-12-01 20:15:30', 'W', '17.241.75.122', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25007, '2025-12-01 20:16:11', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393', 'Edge', 'Windows 10'),
(25008, '2025-12-01 20:16:19', 'W', '51.252.186.150', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36', 'Chrome', 'Windows 7'),
(25009, '2025-12-01 20:16:55', 'W', '85.114.204.215', 'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/532.29.6 (KHTML, like Gecko) Version/5.0.5 Safari/532.29.6', 'Safari', 'Windows Vista'),
(25010, '2025-12-01 20:20:35', 'W', '146.174.169.0', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.241.0 Safari/532.4', 'Chrome', 'Windows Vista'),
(25011, '2025-12-01 20:25:09', 'W', '37.237.227.240', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident/4.1)', 'Internet Explorer', 'Windows XP'),
(25012, '2025-12-01 20:29:12', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25013, '2025-12-01 20:29:30', 'W', '34.168.122.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25014, '2025-12-01 20:31:13', 'W', '23.97.109.227', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(25015, '2025-12-01 20:32:10', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25016, '2025-12-01 20:33:38', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25017, '2025-12-01 20:35:12', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25018, '2025-12-01 20:37:23', 'W', '149.88.18.28', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(25019, '2025-12-01 20:39:28', 'W', '171.241.41.100', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_10_9) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/17.0.861.0 Safari/533.2', 'Chrome', 'Mac OS X'),
(25020, '2025-12-01 20:40:00', 'W', '178.136.106.10', 'Mozilla/5.0 (Windows; U; Windows NT 11.0) AppleWebKit/532.29.7 (KHTML, like Gecko) Version/4.0.1 Safari/532.29.7', 'Safari', 'Unknown OS Platform'),
(25021, '2025-12-01 20:40:15', 'W', '172.213.21.118', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(25022, '2025-12-01 20:40:39', 'W', '172.213.21.149', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(25023, '2025-12-01 20:42:17', 'W', '17.246.15.246', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25024, '2025-12-01 20:42:24', 'W', '17.246.15.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25025, '2025-12-01 20:43:07', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8169.269 Safari/537.36', 'Chrome', 'Windows 10'),
(25026, '2025-12-01 20:45:33', 'W', '17.246.15.81', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25027, '2025-12-01 20:46:05', 'W', '34.11.203.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25028, '2025-12-01 20:46:31', 'I', '104.28.30.74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', 'Handheld Browser', 'iPhone'),
(25029, '2025-12-01 20:52:56', 'W', '80.76.50.99', 'Opera/9.24.(Windows NT 10.0; tk-TM) Presto/2.9.164 Version/10.00', 'Opera', 'Windows 10'),
(25030, '2025-12-01 20:55:59', 'W', '37.120.184.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5039.218 Safari/537.36', 'Chrome', 'Windows 10'),
(25031, '2025-12-01 20:56:11', 'W', '188.68.38.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6822.207 Safari/537.36', 'Chrome', 'Windows 10'),
(25032, '2025-12-01 21:00:57', 'W', '17.241.219.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25033, '2025-12-01 21:02:12', 'W', '188.68.54.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6202.831 Safari/537.36', 'Chrome', 'Windows 10'),
(25034, '2025-12-01 21:03:28', 'W', '17.246.23.182', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25035, '2025-12-01 21:04:39', 'W', '177.129.247.195', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(25036, '2025-12-01 21:05:43', 'W', '142.56.36.96', 'Opera/8.13.(X11; Linux i686; km-KH) Presto/2.9.169 Version/11.00', 'Opera', 'Linux'),
(25037, '2025-12-01 21:09:47', 'W', '187.112.103.216', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Mac OS X'),
(25038, '2025-12-01 21:16:09', 'W', '105.112.201.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25039, '2025-12-01 21:16:12', 'W', '105.108.109.199', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25040, '2025-12-01 21:16:18', 'W', '102.210.28.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25041, '2025-12-01 21:32:32', 'A', '2.83.171.121', 'Mozilla/5.0 (Linux; Android 4.4.1) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/43.0.819.0 Safari/531.2', 'Chrome', 'Android'),
(25042, '2025-12-01 21:33:43', 'W', '152.53.2.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4365.323 Safari/537.36', 'Chrome', 'Windows 10'),
(25043, '2025-12-01 21:34:01', 'W', '34.105.9.0', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(25044, '2025-12-01 21:38:14', 'W', '166.108.200.184', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47', 'Chrome', 'Windows 10'),
(25045, '2025-12-01 21:39:52', 'W', '197.217.6.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25046, '2025-12-01 21:39:53', 'W', '190.142.155.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25047, '2025-12-01 21:39:58', 'W', '204.48.30.154', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25048, '2025-12-01 21:40:02', 'W', '159.65.218.25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25049, '2025-12-01 21:40:02', 'W', '98.128.229.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25050, '2025-12-01 21:40:06', 'W', '177.93.0.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25051, '2025-12-01 21:40:17', 'A', '109.245.33.21', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', 'Handheld Browser', 'Android'),
(25052, '2025-12-01 21:41:44', 'W', '166.108.237.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25053, '2025-12-01 21:43:52', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25054, '2025-12-01 21:45:12', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25055, '2025-12-01 21:46:08', 'A', '86.250.105.37', 'Mozilla/5.0 (Linux; Android 4.0.4) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/31.0.848.0 Safari/532.0', 'Chrome', 'Android'),
(25056, '2025-12-01 21:49:56', 'W', '168.195.210.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25057, '2025-12-01 21:49:56', 'W', '191.178.194.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25058, '2025-12-01 21:49:57', 'W', '179.236.202.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25059, '2025-12-01 21:50:13', 'W', '197.184.118.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25060, '2025-12-01 21:50:35', 'W', '141.98.141.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25061, '2025-12-01 21:50:38', 'W', '41.198.159.31', 'Opera/9.33.(X11; Linux x86_64; nan-TW) Presto/2.9.167 Version/12.00', 'Opera', 'Linux'),
(25062, '2025-12-01 21:51:24', 'W', '103.178.30.168', 'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/7261-12-11 11:09:22.216644 Firefox/3.6.11', 'Firefox', 'Linux'),
(25063, '2025-12-01 21:54:54', 'W', '24.125.169.148', 'Opera/9.24.(Windows NT 10.0; tk-TM) Presto/2.9.164 Version/10.00', 'Opera', 'Windows 10'),
(25064, '2025-12-01 21:58:20', 'W', '45.171.157.118', 'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/532.11.6 (KHTML, like Gecko) Version/5.0 Safari/532.11.6', 'Safari', 'Unknown OS Platform'),
(25065, '2025-12-01 22:03:50', 'W', '78.163.149.33', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trident/3.1)', 'Internet Explorer', 'Windows XP'),
(25066, '2025-12-01 22:06:01', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25067, '2025-12-01 22:06:56', 'W', '92.222.104.216', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25068, '2025-12-01 22:08:27', 'W', '128.241.235.82', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6255.764 Safari/537.36', 'Chrome', 'Windows 10'),
(25069, '2025-12-01 22:09:48', 'W', '138.185.96.129', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4886.148 Safari/537.36', 'Chrome', 'Mac OS X'),
(25070, '2025-12-01 22:09:52', 'W', '138.99.72.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(25071, '2025-12-01 22:10:02', 'W', '78.95.183.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25072, '2025-12-01 22:10:04', 'W', '186.236.227.125', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25073, '2025-12-01 22:10:17', 'W', '187.106.40.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25074, '2025-12-01 22:10:24', 'W', '41.56.213.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25075, '2025-12-01 22:10:31', 'W', '190.120.253.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25076, '2025-12-01 22:10:34', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25077, '2025-12-01 22:11:45', 'W', '190.252.166.147', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 7'),
(25078, '2025-12-01 22:12:17', 'W', '188.237.23.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', 'Chrome', 'Mac OS X'),
(25079, '2025-12-01 22:12:21', 'W', '51.68.247.208', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25080, '2025-12-01 22:12:22', 'I', '38.222.56.109', 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_8 like Mac OS X) AppleWebKit/532.0 (KHTML, like Gecko) FxiOS/18.5i0166.0 Mobile/59H462 Safari/532.0', 'Handheld Browser', 'iPad'),
(25081, '2025-12-01 22:12:41', 'W', '5.39.1.229', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25082, '2025-12-01 22:13:50', 'W', '34.187.170.193', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(25083, '2025-12-01 22:13:57', 'W', '105.108.250.153', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36', 'Chrome', 'Windows 7'),
(25084, '2025-12-01 22:19:32', 'W', '41.69.34.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36	Chrome 79.0', 'Chrome', 'Mac OS X'),
(25085, '2025-12-01 22:21:03', 'W', '89.58.0.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3286.583 Safari/537.36', 'Chrome', 'Windows 10'),
(25086, '2025-12-01 22:22:24', 'W', '86.121.90.76', 'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; Trident/5.0)', 'Internet Explorer', 'Windows XP'),
(25087, '2025-12-01 22:24:50', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(25088, '2025-12-01 22:25:05', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'Firefox', 'Windows 10'),
(25089, '2025-12-01 22:27:04', 'W', '17.241.219.218', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25090, '2025-12-01 22:27:59', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'Chrome', 'Windows 10'),
(25091, '2025-12-01 22:30:03', 'W', '34.105.9.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25092, '2025-12-01 22:30:57', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(25093, '2025-12-01 22:35:18', 'W', '34.53.109.163', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(25094, '2025-12-01 22:39:44', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(25095, '2025-12-01 22:39:56', 'W', '92.26.104.132', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.0 (KHTML, like Gecko) Chrome/47.0.804.0 Safari/533.0', 'Chrome', 'Linux'),
(25096, '2025-12-01 22:46:19', 'W', '128.241.235.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5555.533 Safari/537.36', 'Chrome', 'Windows 10'),
(25097, '2025-12-01 22:46:39', 'I', '51.211.111.109', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_6 like Mac OS X) AppleWebKit/533.2 (KHTML, like Gecko) FxiOS/16.5l6075.0 Mobile/10C443 Safari/533.2', 'Handheld Browser', 'iPhone'),
(25098, '2025-12-01 22:47:03', 'W', '54.37.118.75', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25099, '2025-12-01 22:47:13', 'W', '176.31.139.14', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25100, '2025-12-01 22:47:38', 'I', '178.220.181.24', 'Mozilla/5.0 (iPad; CPU iPad OS 17_2 like Mac OS X) AppleWebKit/532.1 (KHTML, like Gecko) FxiOS/16.3z9378.0 Mobile/03C709 Safari/532.1', 'Handheld Browser', 'iPad'),
(25101, '2025-12-01 22:47:51', 'W', '193.142.201.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', 'Chrome', 'Windows 10'),
(25102, '2025-12-01 22:54:29', 'W', '128.241.235.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6511.301 Safari/537.36', 'Chrome', 'Windows 10'),
(25103, '2025-12-01 22:57:08', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25104, '2025-12-01 22:57:58', 'W', '17.22.237.82', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25105, '2025-12-01 23:05:25', 'W', '45.183.211.192', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'Chrome', 'Mac OS X'),
(25106, '2025-12-01 23:05:33', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25107, '2025-12-01 23:08:05', 'W', '50.121.94.170', 'Opera/8.69.(Windows NT 4.0; shs-CA) Presto/2.9.177 Version/10.00', 'Opera', 'Unknown OS Platform'),
(25108, '2025-12-01 23:09:09', 'W', '17.241.75.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25109, '2025-12-01 23:11:56', 'W', '190.4.80.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'Chrome', 'Windows 10'),
(25110, '2025-12-01 23:13:31', 'W', '105.107.82.73', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.90 Safari/537.36', 'Chrome', 'Mac OS X'),
(25111, '2025-12-01 23:13:33', 'W', '143.255.149.205', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.44 Safari/537.36', 'Chrome', 'Mac OS X'),
(25112, '2025-12-01 23:13:50', 'W', '177.39.104.184', 'Opera/9.86.(X11; Linux x86_64; mt-MT) Presto/2.9.161 Version/12.00', 'Opera', 'Linux'),
(25113, '2025-12-01 23:14:06', 'W', '45.174.154.5', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'Chrome', 'Windows 10'),
(25114, '2025-12-01 23:16:16', 'W', '209.14.148.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25115, '2025-12-01 23:16:18', 'W', '45.188.105.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25116, '2025-12-01 23:16:19', 'W', '194.35.251.58', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25117, '2025-12-01 23:16:23', 'W', '200.229.10.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25118, '2025-12-01 23:16:24', 'W', '186.226.195.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25119, '2025-12-01 23:16:27', 'W', '161.0.66.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25120, '2025-12-01 23:17:00', 'W', '80.78.77.48', 'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/535.23.7 (KHTML, like Gecko) Version/4.0 Safari/535.23.7', 'Safari', 'Windows XP'),
(25121, '2025-12-01 23:19:03', 'W', '152.53.18.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1273.713 Safari/537.36', 'Chrome', 'Windows 10'),
(25122, '2025-12-01 23:20:54', 'W', '34.83.225.110', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25123, '2025-12-01 23:22:21', 'W', '103.104.97.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25124, '2025-12-01 23:22:21', 'W', '164.138.207.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25125, '2025-12-01 23:22:24', 'W', '102.211.145.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25126, '2025-12-01 23:22:25', 'W', '186.250.43.183', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25127, '2025-12-01 23:22:29', 'W', '102.129.92.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25128, '2025-12-01 23:29:31', 'W', '152.53.49.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4341.523 Safari/537.36', 'Chrome', 'Windows 10'),
(25129, '2025-12-01 23:31:01', 'W', '45.188.0.106', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(25130, '2025-12-01 23:34:05', 'W', '136.117.12.231', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(25131, '2025-12-01 23:34:12', 'W', '45.187.58.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25132, '2025-12-01 23:34:12', 'W', '187.85.46.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25133, '2025-12-01 23:34:16', 'W', '176.232.121.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25134, '2025-12-01 23:34:17', 'W', '38.80.13.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25135, '2025-12-01 23:34:20', 'W', '212.58.119.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25136, '2025-12-01 23:34:28', 'W', '109.107.228.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25137, '2025-12-01 23:37:25', 'W', '142.173.184.13', 'Opera/9.63.(Windows NT 5.2; ha-NG) Presto/2.9.167 Version/12.00', 'Opera', 'Windows Server 2003/XP x64'),
(25138, '2025-12-01 23:39:21', 'W', '156.197.15.246', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25139, '2025-12-01 23:39:23', 'W', '181.115.171.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25140, '2025-12-01 23:39:27', 'W', '189.63.226.54', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25141, '2025-12-01 23:39:28', 'W', '185.14.249.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25142, '2025-12-01 23:39:28', 'W', '191.6.120.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25143, '2025-12-01 23:40:06', 'W', '17.241.227.208', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25144, '2025-12-01 23:43:26', 'W', '104.196.243.241', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25145, '2025-12-01 23:53:49', 'W', '34.127.125.89', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(25146, '2025-12-01 23:53:56', 'W', '152.53.21.115', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5481.693 Safari/537.36', 'Chrome', 'Windows 10'),
(25147, '2025-12-01 23:56:57', 'W', '202.76.161.194', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36', 'Chrome', 'Windows XP'),
(25148, '2025-12-01 23:58:19', 'W', '210.211.62.123', 'Opera/9.77.(X11; Linux x86_64; lij-IT) Presto/2.9.188 Version/10.00', 'Opera', 'Linux'),
(25149, '2025-12-02 00:01:06', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Mac OS X'),
(25150, '2025-12-02 00:01:21', 'W', '187.20.83.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25151, '2025-12-02 00:01:22', 'W', '167.71.30.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25152, '2025-12-02 00:01:24', 'W', '186.0.86.129', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25153, '2025-12-02 00:01:27', 'W', '188.113.213.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25154, '2025-12-02 00:01:27', 'W', '186.52.234.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25155, '2025-12-02 00:01:29', 'W', '190.142.155.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25156, '2025-12-02 00:01:33', 'W', '94.59.3.211', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 8'),
(25157, '2025-12-02 00:02:01', 'W', '128.241.232.16', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1537.387 Safari/537.36', 'Chrome', 'Windows 10'),
(25158, '2025-12-02 00:03:50', 'W', '189.215.147.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36', 'Chrome', 'Mac OS X'),
(25159, '2025-12-02 00:04:42', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25160, '2025-12-02 00:07:41', 'W', '191.25.151.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Mac OS X'),
(25161, '2025-12-02 00:08:09', 'W', '121.168.219.212', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Win 9x 4.90; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(25162, '2025-12-02 00:11:59', 'W', '167.71.29.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25163, '2025-12-02 00:11:59', 'W', '86.108.32.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25164, '2025-12-02 00:12:05', 'W', '167.58.151.57', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25165, '2025-12-02 00:12:05', 'W', '161.49.103.211', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25166, '2025-12-02 00:12:09', 'W', '45.160.204.228', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25167, '2025-12-02 00:12:18', 'W', '190.211.117.186', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25168, '2025-12-02 00:15:33', 'W', '188.172.229.151', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1746.528 Safari/537.36', 'Chrome', 'Windows 10'),
(25169, '2025-12-02 00:15:49', 'W', '136.117.80.244', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25170, '2025-12-02 00:18:17', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25171, '2025-12-02 00:19:09', 'W', '34.105.87.123', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(25172, '2025-12-02 00:21:21', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(25173, '2025-12-02 00:24:47', 'W', '41.238.37.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25174, '2025-12-02 00:24:48', 'W', '206.189.206.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25175, '2025-12-02 00:24:53', 'W', '201.103.53.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25176, '2025-12-02 00:24:56', 'W', '190.129.103.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25177, '2025-12-02 00:24:58', 'W', '169.224.18.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25178, '2025-12-02 00:27:05', 'W', '65.111.5.129', 'Opera/9.33.(X11; Linux i686; nso-ZA) Presto/2.9.174 Version/10.00', 'Opera', 'Linux'),
(25179, '2025-12-02 00:35:14', 'W', '45.191.216.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25180, '2025-12-02 00:35:14', 'W', '112.198.227.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25181, '2025-12-02 00:35:19', 'W', '187.61.111.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25182, '2025-12-02 00:35:20', 'W', '201.77.172.223', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25183, '2025-12-02 00:35:22', 'W', '45.238.182.127', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25184, '2025-12-02 00:35:24', 'W', '149.255.231.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25185, '2025-12-02 00:38:18', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25186, '2025-12-02 00:38:19', 'W', '38.154.48.240', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Linux'),
(25187, '2025-12-02 00:38:39', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25188, '2025-12-02 00:40:58', 'W', '17.246.15.78', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25189, '2025-12-02 00:46:34', 'W', '34.11.203.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25190, '2025-12-02 00:49:58', 'W', '137.135.190.249', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(25191, '2025-12-02 00:51:01', 'W', '181.57.54.73', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25192, '2025-12-02 00:51:05', 'W', '181.188.160.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25193, '2025-12-02 00:51:09', 'W', '176.29.16.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25194, '2025-12-02 00:51:25', 'W', '35.230.2.83', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25195, '2025-12-02 00:52:44', 'W', '17.241.219.196', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25196, '2025-12-02 00:56:57', 'W', '185.122.255.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25197, '2025-12-02 00:56:59', 'W', '103.120.167.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25198, '2025-12-02 00:57:04', 'W', '103.235.93.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25199, '2025-12-02 00:57:08', 'W', '170.238.59.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25200, '2025-12-02 00:57:15', 'W', '192.140.21.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25201, '2025-12-02 00:57:19', 'W', '178.128.155.103', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25202, '2025-12-02 01:01:33', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25203, '2025-12-02 01:02:37', 'W', '17.241.219.211', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25204, '2025-12-02 01:06:31', 'W', '198.235.24.158', '', 'Unknown Browser', 'Unknown OS Platform'),
(25205, '2025-12-02 01:09:13', 'W', '102.221.210.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25206, '2025-12-02 01:09:16', 'W', '169.224.4.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25207, '2025-12-02 01:09:17', 'W', '196.39.160.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25208, '2025-12-02 01:09:17', 'W', '109.177.253.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25209, '2025-12-02 01:09:25', 'W', '194.44.56.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25210, '2025-12-02 01:09:25', 'W', '190.240.105.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25211, '2025-12-02 01:11:11', 'W', '54.223.189.6', 'Mozilla/5.0 (compatible; crawler)', 'Unknown Browser', 'Unknown OS Platform'),
(25212, '2025-12-02 01:17:09', 'W', '137.184.157.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25213, '2025-12-02 01:17:12', 'W', '143.208.43.175', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25214, '2025-12-02 01:17:15', 'W', '152.237.23.204', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25215, '2025-12-02 01:17:20', 'W', '189.224.142.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25216, '2025-12-02 01:17:24', 'W', '103.174.99.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25217, '2025-12-02 01:21:55', 'W', '152.53.44.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4411.305 Safari/537.36', 'Chrome', 'Windows 10'),
(25218, '2025-12-02 01:22:25', 'W', '203.91.115.246', 'Opera/9.50.(Windows CE; ss-ZA) Presto/2.9.184 Version/12.00', 'Opera', 'Unknown OS Platform'),
(25219, '2025-12-02 01:22:29', 'W', '159.223.116.168', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25220, '2025-12-02 01:22:38', 'W', '134.122.19.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25221, '2025-12-02 01:22:42', 'W', '189.106.53.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25222, '2025-12-02 01:22:43', 'W', '177.12.9.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25223, '2025-12-02 01:22:47', 'W', '64.227.27.185', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25224, '2025-12-02 01:22:48', 'W', '181.80.197.176', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25225, '2025-12-02 01:25:59', 'W', '34.182.62.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(25226, '2025-12-02 01:26:27', 'W', '86.172.228.221', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_5) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/53.0.881.0 Safari/531.2', 'Chrome', 'Mac OS X'),
(25227, '2025-12-02 01:28:36', 'I', '94.121.252.223', 'Mozilla/5.0 (iPad; CPU iPad OS 17_1 like Mac OS X) AppleWebKit/531.2 (KHTML, like Gecko) FxiOS/13.2f1061.0 Mobile/59R779 Safari/531.2', 'Handheld Browser', 'iPad'),
(25228, '2025-12-02 01:28:54', 'W', '177.152.105.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25229, '2025-12-02 01:28:58', 'W', '189.48.227.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25230, '2025-12-02 01:28:59', 'W', '190.140.56.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25231, '2025-12-02 01:29:02', 'W', '167.58.15.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25232, '2025-12-02 01:29:06', 'W', '197.240.236.161', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25233, '2025-12-02 01:31:03', 'W', '60.254.10.213', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25234, '2025-12-02 01:31:21', 'W', '201.219.67.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25235, '2025-12-02 01:31:27', 'W', '189.201.234.50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25236, '2025-12-02 01:31:27', 'W', '20.55.61.179', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25237, '2025-12-02 01:31:27', 'W', '159.203.186.222', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25238, '2025-12-02 01:31:28', 'W', '212.34.3.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25239, '2025-12-02 01:31:30', 'W', '152.254.234.139', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25240, '2025-12-02 01:31:32', 'W', '177.55.93.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25241, '2025-12-02 01:32:28', 'W', '136.117.166.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25242, '2025-12-02 01:38:04', 'W', '35.230.2.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.2420.81', 'Chrome', 'Windows 10'),
(25243, '2025-12-02 01:38:53', 'W', '146.70.136.20', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; Trident/5.1)', 'Internet Explorer', 'Unknown OS Platform'),
(25244, '2025-12-02 01:39:38', 'W', '34.105.63.255', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25245, '2025-12-02 01:39:54', 'W', '157.100.106.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25246, '2025-12-02 01:39:59', 'W', '159.223.106.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25247, '2025-12-02 01:40:00', 'W', '170.81.156.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25248, '2025-12-02 01:40:04', 'W', '200.75.141.215', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25249, '2025-12-02 01:40:48', 'W', '107.152.35.253', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'Chrome', 'Windows 10'),
(25250, '2025-12-02 01:42:46', 'W', '104.196.243.241', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25251, '2025-12-02 01:43:15', 'W', '45.42.191.180', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_1 rv:3.0; hi-IN) AppleWebKit/531.41.7 (KHTML, like Gecko) Version/4.1 Safari/531.41.7', 'Safari', 'Mac OS X'),
(25252, '2025-12-02 01:43:57', 'W', '35.197.74.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(25253, '2025-12-02 01:44:21', 'W', '128.241.235.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.8807.456 Safari/537.36', 'Chrome', 'Windows 10'),
(25254, '2025-12-02 01:45:28', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25255, '2025-12-02 01:46:11', 'W', '152.53.109.42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9275.367 Safari/537.36', 'Chrome', 'Windows 10'),
(25256, '2025-12-02 01:46:36', 'W', '5.161.102.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'Chrome', 'Windows 10'),
(25257, '2025-12-02 01:47:37', 'W', '186.218.28.55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25258, '2025-12-02 01:47:38', 'W', '201.164.177.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25259, '2025-12-02 01:47:40', 'W', '179.251.57.59', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25260, '2025-12-02 01:47:43', 'W', '159.223.112.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25261, '2025-12-02 01:47:44', 'W', '143.0.229.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25262, '2025-12-02 01:47:48', 'W', '113.179.35.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25263, '2025-12-02 01:48:48', 'W', '45.168.205.127', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/7729-05-27 01:13:29.730164 Firefox/3.6.20', 'Firefox', 'Linux'),
(25264, '2025-12-02 01:50:04', 'W', '34.11.203.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25265, '2025-12-02 01:52:15', 'W', '34.53.109.163', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25266, '2025-12-02 01:52:57', 'W', '152.53.108.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6887.351 Safari/537.36', 'Chrome', 'Windows 10'),
(25267, '2025-12-02 01:52:58', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25268, '2025-12-02 01:53:18', 'W', '187.249.108.46', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25269, '2025-12-02 01:53:23', 'W', '152.58.78.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25270, '2025-12-02 01:53:23', 'W', '45.178.2.239', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25271, '2025-12-02 01:53:27', 'W', '190.62.86.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25272, '2025-12-02 01:53:27', 'W', '186.222.113.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25273, '2025-12-02 01:55:31', 'W', '63.143.93.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25274, '2025-12-02 01:55:35', 'W', '200.82.188.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25275, '2025-12-02 01:55:39', 'W', '138.0.231.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25276, '2025-12-02 01:55:39', 'W', '14.230.132.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25277, '2025-12-02 01:55:39', 'W', '186.77.196.113', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25278, '2025-12-02 01:57:15', 'W', '113.188.88.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(25279, '2025-12-02 01:57:20', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25280, '2025-12-02 02:03:58', 'W', '68.231.234.200', 'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/533.35.7 (KHTML, like Gecko) Version/5.0.5 Safari/533.35.7', 'Safari', 'Unknown OS Platform'),
(25281, '2025-12-02 02:04:54', 'W', '216.73.216.22', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'Unknown Browser', 'Unknown OS Platform'),
(25282, '2025-12-02 02:07:12', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25283, '2025-12-02 02:07:14', 'W', '170.246.44.64', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Windows 7'),
(25284, '2025-12-02 02:07:14', 'W', '210.87.74.90', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/90.0.4430.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(25285, '2025-12-02 02:07:17', 'W', '38.172.164.198', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25286, '2025-12-02 02:07:18', 'W', '177.116.177.66', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/89.0.4389.130 Safari/537.36', 'Chrome', 'Mac OS X'),
(25287, '2025-12-02 02:07:45', 'W', '186.150.192.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25288, '2025-12-02 02:07:45', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25289, '2025-12-02 02:07:58', 'W', '37.205.113.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25290, '2025-12-02 02:08:10', 'W', '34.187.188.215', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Mac OS X'),
(25291, '2025-12-02 02:08:11', 'W', '177.221.6.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25292, '2025-12-02 02:08:15', 'W', '181.209.117.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25293, '2025-12-02 02:08:15', 'W', '45.177.9.252', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25294, '2025-12-02 02:08:16', 'W', '138.204.79.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25295, '2025-12-02 02:08:55', 'W', '202.76.178.152', 'Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0', 'Firefox', 'Windows 7'),
(25296, '2025-12-02 02:09:16', 'W', '179.0.118.96', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.3478.83 Safari/537.36', 'Chrome', 'Windows 8.1'),
(25297, '2025-12-02 02:12:21', 'W', '73.235.194.149', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/4.1)', 'Internet Explorer', 'Unknown OS Platform'),
(25298, '2025-12-02 02:12:24', 'W', '177.234.237.17', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36', 'Chrome', 'Mac OS X'),
(25299, '2025-12-02 02:14:48', 'W', '43.173.173.141', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(25300, '2025-12-02 02:15:01', 'W', '136.117.4.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25301, '2025-12-02 02:15:12', 'W', '95.108.213.244', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 'Unknown Browser', 'Unknown OS Platform'),
(25302, '2025-12-02 02:17:33', 'W', '190.233.177.107', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(25303, '2025-12-02 02:29:03', 'W', '213.230.87.92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25304, '2025-12-02 02:29:16', 'W', '189.217.102.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25305, '2025-12-02 02:29:20', 'W', '200.163.22.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25306, '2025-12-02 02:29:21', 'W', '190.96.97.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25307, '2025-12-02 02:29:24', 'W', '179.93.108.230', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25308, '2025-12-02 02:29:56', 'W', '89.58.29.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6968.916 Safari/537.36', 'Chrome', 'Windows 10'),
(25309, '2025-12-02 02:30:29', 'W', '17.246.15.228', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25310, '2025-12-02 02:32:14', 'W', '92.222.108.109', 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)', 'Unknown Browser', 'Unknown OS Platform'),
(25311, '2025-12-02 02:32:26', 'W', '141.179.57.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25312, '2025-12-02 02:32:31', 'W', '201.182.71.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25313, '2025-12-02 02:32:33', 'W', '63.143.94.22', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25314, '2025-12-02 02:32:34', 'W', '103.59.179.81', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25315, '2025-12-02 02:32:40', 'W', '190.35.64.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25316, '2025-12-02 02:43:55', 'W', '45.190.212.124', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; Trident/4.1)', 'Internet Explorer', 'Windows 10'),
(25317, '2025-12-02 02:45:07', 'W', '152.53.87.75', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3385.578 Safari/537.36', 'Chrome', 'Windows 10'),
(25318, '2025-12-02 02:45:18', 'W', '190.142.55.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25319, '2025-12-02 02:45:26', 'W', '186.237.22.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25320, '2025-12-02 02:45:28', 'W', '64.227.4.91', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25321, '2025-12-02 02:45:29', 'W', '206.42.16.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25322, '2025-12-02 02:45:34', 'W', '190.173.18.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25323, '2025-12-02 02:45:38', 'W', '89.58.29.90', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6424.377 Safari/537.36', 'Chrome', 'Windows 10'),
(25324, '2025-12-02 02:45:40', 'W', '210.23.162.124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25325, '2025-12-02 02:46:05', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4788.971 Safari/537.36', 'Chrome', 'Windows 10'),
(25326, '2025-12-02 02:46:13', 'W', '128.241.232.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.3601.843 Safari/537.36', 'Chrome', 'Windows 10'),
(25327, '2025-12-02 02:49:21', 'W', '17.241.75.161', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25328, '2025-12-02 02:49:55', 'W', '136.118.98.79', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 10'),
(25329, '2025-12-02 02:50:14', 'W', '47.82.11.52', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25330, '2025-12-02 02:50:33', 'W', '152.53.53.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6845.536 Safari/537.36', 'Chrome', 'Windows 10'),
(25331, '2025-12-02 02:50:43', 'W', '34.187.170.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(25332, '2025-12-02 02:58:37', 'W', '34.11.181.209', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25333, '2025-12-02 03:00:51', 'W', '128.241.232.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6908.966 Safari/537.36', 'Chrome', 'Windows 10'),
(25334, '2025-12-02 03:02:47', 'W', '34.105.63.255', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25335, '2025-12-02 03:04:45', 'W', '128.241.235.114', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4787.970 Safari/537.36', 'Chrome', 'Windows 10'),
(25336, '2025-12-02 03:04:57', 'W', '146.174.188.145', 'Mozilla/5.0 (X11; CrOS i686 12.433.109) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30', 'Chrome', 'Unknown OS Platform'),
(25337, '2025-12-02 03:07:07', 'W', '101.53.234.12', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25338, '2025-12-02 03:07:11', 'W', '157.100.61.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25339, '2025-12-02 03:07:14', 'W', '200.189.23.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25340, '2025-12-02 03:07:14', 'W', '152.156.100.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25341, '2025-12-02 03:07:18', 'W', '190.219.28.207', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25342, '2025-12-02 03:07:21', 'W', '179.1.223.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25343, '2025-12-02 03:07:53', 'W', '45.187.125.22', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3215.0 Safari/537.36', 'Chrome', 'Windows 8.1'),
(25344, '2025-12-02 03:08:06', 'W', '190.171.112.141', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/83.0.4103.116 Safari/537.36', 'Chrome', 'Mac OS X'),
(25345, '2025-12-02 03:08:40', 'W', '34.105.9.0', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(25346, '2025-12-02 03:09:28', 'W', '152.53.52.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5654.848 Safari/537.36', 'Chrome', 'Windows 10'),
(25347, '2025-12-02 03:10:24', 'W', '170.203.222.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25348, '2025-12-02 03:10:28', 'W', '181.33.243.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25349, '2025-12-02 03:10:30', 'W', '137.184.202.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25350, '2025-12-02 03:10:31', 'W', '187.84.0.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25351, '2025-12-02 03:10:33', 'W', '200.8.117.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25352, '2025-12-02 03:10:33', 'W', '171.251.237.191', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25353, '2025-12-02 03:12:57', 'W', '152.53.109.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.1601.296 Safari/537.36', 'Chrome', 'Windows 10'),
(25354, '2025-12-02 03:14:06', 'W', '107.152.32.177', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25355, '2025-12-02 03:18:00', 'W', '137.255.97.4', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Trident/3.0)', 'Internet Explorer', 'Unknown OS Platform'),
(25356, '2025-12-02 03:21:34', 'W', '152.53.0.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6427.313 Safari/537.36', 'Chrome', 'Windows 10'),
(25357, '2025-12-02 03:24:50', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5951.432 Safari/537.36', 'Chrome', 'Windows 10'),
(25358, '2025-12-02 03:25:00', 'W', '205.210.31.32', '', 'Unknown Browser', 'Unknown OS Platform'),
(25359, '2025-12-02 03:25:12', 'W', '34.127.125.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25360, '2025-12-02 03:26:00', 'I', '160.187.108.1', 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; mag-IN) AppleWebKit/534.43.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6534.43.3', 'Handheld Browser', 'iPod'),
(25361, '2025-12-02 03:28:50', 'W', '159.223.110.63', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25362, '2025-12-02 03:28:58', 'W', '212.34.19.165', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25363, '2025-12-02 03:28:58', 'W', '119.94.171.24', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25364, '2025-12-02 03:29:01', 'W', '179.51.102.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25365, '2025-12-02 03:29:04', 'W', '136.158.39.132', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25366, '2025-12-02 03:29:06', 'W', '161.10.11.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25367, '2025-12-02 03:30:10', 'W', '34.168.122.143', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(25368, '2025-12-02 03:31:22', 'W', '17.241.219.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25369, '2025-12-02 03:33:12', 'W', '202.51.216.112', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(25370, '2025-12-02 03:33:15', 'A', '202.51.216.112', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'Chrome', 'Android'),
(25371, '2025-12-02 03:33:53', 'W', '102.249.42.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25372, '2025-12-02 03:34:00', 'W', '45.226.17.11', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25373, '2025-12-02 03:34:01', 'W', '103.204.209.177', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25374, '2025-12-02 03:34:05', 'W', '164.163.15.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25375, '2025-12-02 03:34:06', 'W', '190.89.46.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25376, '2025-12-02 03:34:09', 'W', '14.164.110.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25377, '2025-12-02 03:49:31', 'W', '128.241.232.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4940.690 Safari/537.36', 'Chrome', 'Windows 10'),
(25378, '2025-12-02 03:50:06', 'W', '152.53.14.97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5408.938 Safari/537.36', 'Chrome', 'Windows 10'),
(25379, '2025-12-02 03:52:05', 'W', '17.22.253.15', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25380, '2025-12-02 03:58:02', 'W', '201.95.44.166', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25381, '2025-12-02 03:58:07', 'W', '113.211.132.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25382, '2025-12-02 03:58:08', 'W', '191.99.74.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25383, '2025-12-02 03:58:12', 'W', '91.106.41.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25384, '2025-12-02 03:58:15', 'W', '106.206.138.187', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25385, '2025-12-02 03:58:19', 'W', '152.59.148.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25386, '2025-12-02 03:58:36', 'W', '183.87.233.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25387, '2025-12-02 03:58:40', 'W', '102.135.169.152', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25388, '2025-12-02 03:58:41', 'W', '200.25.154.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25389, '2025-12-02 03:58:44', 'W', '49.37.43.220', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25390, '2025-12-02 03:58:58', 'W', '112.198.104.227', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/44.0.857.0 Safari/533.1', 'Chrome', 'Linux');
INSERT INTO `log_sessions` (`session_id`, `session_date`, `session_type`, `session_ip`, `session_user_agent`, `user_browser`, `user_os`) VALUES
(25391, '2025-12-02 03:59:37', 'W', '35.197.74.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0', 'Chrome', 'Windows 10'),
(25392, '2025-12-02 04:05:11', 'W', '17.22.245.212', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25393, '2025-12-02 04:08:04', 'W', '187.246.31.203', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.58 Safari/537.36', 'Chrome', 'Windows 10'),
(25394, '2025-12-02 04:08:27', 'W', '177.33.140.128', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36', 'Chrome', 'Windows 10'),
(25395, '2025-12-02 04:08:28', 'W', '201.217.119.172', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36', 'Chrome', 'Mac OS X'),
(25396, '2025-12-02 04:09:29', 'W', '17.246.23.162', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25397, '2025-12-02 04:12:35', 'A', '66.249.92.167', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.122 Mobile Safari/537.36 (compatible; AdsBot-Google-Mobile; +http://www.google.com/mobile/adsbot.html)', 'Handheld Browser', 'Android'),
(25398, '2025-12-02 04:31:23', 'W', '121.101.131.49', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/531.34.7 (KHTML, like Gecko) Version/4.0.2 Safari/531.34.7', 'Safari', 'Unknown OS Platform'),
(25399, '2025-12-02 04:40:52', 'W', '161.142.146.96', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25400, '2025-12-02 04:40:56', 'W', '147.182.168.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25401, '2025-12-02 04:40:57', 'W', '177.226.107.227', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25402, '2025-12-02 04:40:58', 'W', '67.205.142.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25403, '2025-12-02 04:41:01', 'W', '103.135.253.214', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25404, '2025-12-02 04:41:04', 'W', '14.181.224.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25405, '2025-12-02 04:41:12', 'W', '47.82.11.80', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25406, '2025-12-02 04:41:45', 'W', '128.241.235.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6911.415 Safari/537.36', 'Chrome', 'Windows 10'),
(25407, '2025-12-02 04:44:17', 'W', '34.11.203.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(25408, '2025-12-02 04:46:23', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25409, '2025-12-02 04:49:00', 'W', '34.105.87.123', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Mac OS X'),
(25410, '2025-12-02 04:52:48', 'W', '128.241.235.47', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7370.193 Safari/537.36', 'Chrome', 'Windows 10'),
(25411, '2025-12-02 04:54:31', 'W', '179.189.45.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25412, '2025-12-02 04:54:32', 'W', '120.60.156.36', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25413, '2025-12-02 04:54:34', 'W', '190.12.114.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25414, '2025-12-02 04:54:34', 'W', '177.116.90.17', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25415, '2025-12-02 04:54:37', 'W', '186.128.90.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25416, '2025-12-02 04:58:27', 'W', '37.120.185.145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.7889.746 Safari/537.36', 'Chrome', 'Windows 10'),
(25417, '2025-12-02 05:00:03', 'W', '34.127.125.89', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25418, '2025-12-02 05:01:00', 'W', '34.83.225.110', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25419, '2025-12-02 05:02:24', 'W', '170.80.35.119', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(25420, '2025-12-02 05:02:36', 'W', '181.199.54.92', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25421, '2025-12-02 05:03:23', 'W', '17.241.219.88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25422, '2025-12-02 05:04:26', 'W', '170.244.52.35', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'Chrome', 'Mac OS X'),
(25423, '2025-12-02 05:04:28', 'W', '190.114.43.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'Chrome', 'Windows 10'),
(25424, '2025-12-02 05:04:29', 'W', '177.192.18.93', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25425, '2025-12-02 05:04:30', 'W', '181.191.143.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36', 'Chrome', 'Windows 10'),
(25426, '2025-12-02 05:05:25', 'W', '189.69.254.116', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', 'Chrome', 'Windows 7'),
(25427, '2025-12-02 05:08:10', 'W', '197.200.112.105', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/89.0.4389.72 Safari/537.36', 'Chrome', 'Mac OS X'),
(25428, '2025-12-02 05:09:51', 'W', '17.241.75.178', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25429, '2025-12-02 05:10:18', 'W', '103.120.253.43', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/36.0.842.0 Safari/533.2', 'Chrome', 'Windows 2000'),
(25430, '2025-12-02 05:14:39', 'W', '34.127.125.89', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(25431, '2025-12-02 05:15:49', 'W', '34.168.57.197', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25432, '2025-12-02 05:18:16', 'W', '185.97.95.147', 'Opera/9.49.(X11; Linux i686; it-CH) Presto/2.9.160 Version/10.00', 'Opera', 'Linux'),
(25433, '2025-12-02 05:21:07', 'W', '201.217.98.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25434, '2025-12-02 05:22:16', 'W', '34.127.125.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Windows 10'),
(25435, '2025-12-02 05:23:16', 'W', '84.54.71.55', 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/4442-08-02 02:20:19.787888 Firefox/3.6.15', 'Firefox', 'Linux'),
(25436, '2025-12-02 05:23:19', 'W', '35.230.108.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25437, '2025-12-02 05:25:57', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Mac OS X'),
(25438, '2025-12-02 05:29:48', 'W', '24.88.255.128', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_9_7 rv:3.0; ja-JP) AppleWebKit/535.2.7 (KHTML, like Gecko) Version/4.1 Safari/535.2.7', 'Safari', 'Mac OS X'),
(25439, '2025-12-02 05:37:14', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25440, '2025-12-02 05:43:45', 'W', '191.241.200.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25441, '2025-12-02 05:43:46', 'W', '213.230.86.157', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25442, '2025-12-02 05:43:46', 'W', '169.224.70.72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25443, '2025-12-02 05:43:49', 'W', '178.75.245.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25444, '2025-12-02 05:43:49', 'W', '188.113.206.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25445, '2025-12-02 05:43:51', 'W', '176.36.168.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25446, '2025-12-02 05:45:43', 'W', '34.168.57.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25447, '2025-12-02 05:46:10', 'W', '152.53.1.106', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4897.341 Safari/537.36', 'Chrome', 'Windows 10'),
(25448, '2025-12-02 05:52:00', 'W', '119.207.120.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'Firefox', 'Windows 10'),
(25449, '2025-12-02 05:59:38', 'W', '110.38.207.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3409.85 Safari/537.36', 'Chrome', 'Windows 10'),
(25450, '2025-12-02 06:00:24', 'W', '128.241.235.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.4132.754 Safari/537.36', 'Chrome', 'Windows 10'),
(25451, '2025-12-02 06:22:06', 'W', '189.253.250.210', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25452, '2025-12-02 06:22:07', 'W', '45.162.72.30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25453, '2025-12-02 06:22:08', 'W', '143.105.97.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25454, '2025-12-02 06:22:09', 'W', '190.93.196.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25455, '2025-12-02 06:22:10', 'W', '37.120.185.171', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.9646.386 Safari/537.36', 'Chrome', 'Windows 10'),
(25456, '2025-12-02 06:22:10', 'W', '177.232.89.83', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25457, '2025-12-02 06:22:19', 'W', '136.158.11.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25458, '2025-12-02 06:32:22', 'W', '20.215.214.30', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot', 'Unknown Browser', 'Unknown OS Platform'),
(25459, '2025-12-02 06:33:52', 'W', '45.115.113.46', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_2 rv:4.0; an-ES) AppleWebKit/535.41.7 (KHTML, like Gecko) Version/4.0.2 Safari/535.41.7', 'Safari', 'Mac OS X'),
(25460, '2025-12-02 06:34:06', 'W', '136.117.80.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25461, '2025-12-02 06:36:29', 'W', '152.53.3.49', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5675.650 Safari/537.36', 'Chrome', 'Windows 10'),
(25462, '2025-12-02 06:41:44', 'W', '136.117.166.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0', 'Chrome', 'Windows 10'),
(25463, '2025-12-02 06:43:03', 'W', '152.58.121.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25464, '2025-12-02 06:44:46', 'W', '34.169.148.92', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'Internet Explorer', 'Windows XP'),
(25465, '2025-12-02 06:46:41', 'W', '34.187.170.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(25466, '2025-12-02 06:46:44', 'W', '34.168.122.143', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)', 'Internet Explorer', 'Windows Vista'),
(25467, '2025-12-02 06:48:35', 'W', '175.176.87.17', 'Mozilla/5.0 (Windows 95; ka-GE; rv:1.9.2.20) Gecko/2315-01-14 22:40:05.610424 Firefox/3.6.6', 'Firefox', 'Unknown OS Platform'),
(25468, '2025-12-02 06:51:29', 'W', '36.255.213.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25469, '2025-12-02 06:51:43', 'W', '186.132.27.144', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25470, '2025-12-02 06:51:43', 'W', '5.10.228.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25471, '2025-12-02 06:51:45', 'W', '105.213.18.195', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25472, '2025-12-02 06:51:47', 'W', '159.89.94.98', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25473, '2025-12-02 06:51:48', 'W', '143.137.163.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25474, '2025-12-02 06:51:50', 'W', '45.38.129.233', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25475, '2025-12-02 06:51:54', 'W', '38.191.216.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25476, '2025-12-02 06:52:37', 'W', '143.208.174.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_7; rv:1.9.3.20) Gecko/8011-06-17 21:05:43.029694 Firefox/3.6.19', 'Firefox', 'Mac OS X'),
(25477, '2025-12-02 06:58:17', 'W', '202.76.139.76', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3', 'Safari', 'Mac OS X'),
(25478, '2025-12-02 06:58:56', 'W', '191.103.49.26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25479, '2025-12-02 06:58:56', 'W', '178.81.203.34', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25480, '2025-12-02 06:58:59', 'W', '196.189.24.240', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25481, '2025-12-02 06:58:59', 'W', '181.46.68.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25482, '2025-12-02 06:59:03', 'W', '190.5.34.253', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25483, '2025-12-02 06:59:09', 'W', '102.66.144.247', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25484, '2025-12-02 07:01:05', 'W', '178.136.42.76', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Mac OS X'),
(25485, '2025-12-02 07:01:09', 'W', '186.208.237.76', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'Chrome', 'Windows 10'),
(25486, '2025-12-02 07:01:20', 'W', '186.158.220.189', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25487, '2025-12-02 07:01:23', 'W', '186.61.153.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25488, '2025-12-02 07:01:28', 'W', '38.3.228.192', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25489, '2025-12-02 07:01:28', 'W', '112.210.228.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25490, '2025-12-02 07:01:29', 'W', '68.183.26.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25491, '2025-12-02 07:01:33', 'W', '201.165.27.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25492, '2025-12-02 07:02:11', 'W', '190.142.233.51', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'Chrome', 'Windows 10'),
(25493, '2025-12-02 07:02:36', 'W', '34.182.62.222', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'Chrome', 'Linux'),
(25494, '2025-12-02 07:03:54', 'W', '113.188.19.136', 'Opera/9.60.(Windows NT 10.0; ug-CN) Presto/2.9.165 Version/11.00', 'Opera', 'Windows 10'),
(25495, '2025-12-02 07:05:07', 'W', '37.114.183.136', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.2.0.1713 Safari/537.36', 'Chrome', 'Windows 10'),
(25496, '2025-12-02 07:05:13', 'W', '131.108.120.49', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36', 'Chrome', 'Linux'),
(25497, '2025-12-02 07:06:42', 'W', '34.169.171.159', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25498, '2025-12-02 07:07:16', 'W', '128.241.235.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.5191.934 Safari/537.36', 'Chrome', 'Windows 10'),
(25499, '2025-12-02 07:08:04', 'W', '185.122.255.114', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_0 rv:6.0; sr-RS) AppleWebKit/532.43.3 (KHTML, like Gecko) Version/4.1 Safari/532.43.3', 'Safari', 'Mac OS X'),
(25500, '2025-12-02 07:08:48', 'W', '17.246.15.56', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25501, '2025-12-02 07:11:20', 'W', '209.128.210.140', 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_6 rv:2.0; kn-IN) AppleWebKit/531.47.7 (KHTML, like Gecko) Version/5.0.5 Safari/531.47.7', 'Safari', 'Mac OS X'),
(25502, '2025-12-02 07:12:16', 'W', '35.230.108.70', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25503, '2025-12-02 07:12:32', 'W', '103.87.27.142', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.2; Trident/4.1)', 'Internet Explorer', 'Windows Server 2003/XP x64'),
(25504, '2025-12-02 07:13:34', 'A', '74.105.240.26', 'Mozilla/5.0 (Android 7.0; Mobile; rv:27.0) Gecko/27.0 Firefox/27.0', 'Handheld Browser', 'Android'),
(25505, '2025-12-02 07:18:22', 'A', '47.128.43.231', 'Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)', 'Handheld Browser', 'Android'),
(25506, '2025-12-02 07:20:36', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25507, '2025-12-02 07:27:12', 'W', '136.117.166.70', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25508, '2025-12-02 07:28:04', 'W', '51.36.220.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25509, '2025-12-02 07:28:10', 'W', '176.29.171.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25510, '2025-12-02 07:28:10', 'W', '41.139.246.109', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25511, '2025-12-02 07:28:20', 'W', '103.172.196.221', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25512, '2025-12-02 07:28:20', 'W', '149.109.134.225', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25513, '2025-12-02 07:29:30', 'W', '38.3.230.4', 'Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/534.14.3 (KHTML, like Gecko) Version/4.1 Safari/534.14.3', 'Safari', 'Windows 8'),
(25514, '2025-12-02 07:34:04', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25515, '2025-12-02 07:34:33', 'W', '104.196.241.65', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25516, '2025-12-02 07:42:49', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Chrome', 'Windows 10'),
(25517, '2025-12-02 07:42:53', 'W', '34.168.43.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25518, '2025-12-02 07:50:28', 'W', '34.11.181.209', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Firefox', 'Windows 7'),
(25519, '2025-12-02 07:51:34', 'W', '17.22.253.121', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25520, '2025-12-02 07:52:00', 'W', '103.180.118.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25521, '2025-12-02 07:52:00', 'W', '5.163.90.192', 'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/535.31.1 (KHTML, like Gecko) Version/4.0.5 Safari/535.31.1', 'Safari', 'Windows Vista'),
(25522, '2025-12-02 07:52:01', 'W', '191.5.83.201', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25523, '2025-12-02 07:52:03', 'W', '31.22.48.40', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25524, '2025-12-02 07:52:04', 'W', '200.63.104.5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25525, '2025-12-02 07:52:11', 'W', '102.213.134.9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25526, '2025-12-02 07:52:11', 'W', '165.165.224.218', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25527, '2025-12-02 07:54:05', 'W', '172.58.210.210', 'Opera/8.15.(X11; Linux i686; lv-LV) Presto/2.9.168 Version/10.00', 'Opera', 'Linux'),
(25528, '2025-12-02 07:56:47', 'W', '45.189.56.33', 'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/532.36.7 (KHTML, like Gecko) Version/4.1 Safari/532.36.7', 'Safari', 'Unknown OS Platform'),
(25529, '2025-12-02 08:01:05', 'W', '112.211.139.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25530, '2025-12-02 08:01:07', 'W', '187.106.35.109', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36', 'Chrome', 'Mac OS X'),
(25531, '2025-12-02 08:01:08', 'W', '212.154.212.45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25532, '2025-12-02 08:01:09', 'W', '170.82.113.50', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.88 Safari/537.36', 'Chrome', 'Windows 10'),
(25533, '2025-12-02 08:01:10', 'W', '39.46.171.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25534, '2025-12-02 08:01:11', 'W', '37.157.121.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25535, '2025-12-02 08:01:15', 'W', '158.181.40.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25536, '2025-12-02 08:02:27', 'W', '37.239.35.5', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trident/5.0)', 'Internet Explorer', 'Unknown OS Platform'),
(25537, '2025-12-02 08:02:54', 'W', '34.169.171.159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25538, '2025-12-02 08:03:15', 'W', '14.234.44.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25539, '2025-12-02 08:03:16', 'W', '192.241.138.251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25540, '2025-12-02 08:03:18', 'W', '146.190.65.155', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25541, '2025-12-02 08:03:23', 'W', '129.45.36.37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25542, '2025-12-02 08:03:24', 'W', '131.108.8.241', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25543, '2025-12-02 08:03:25', 'W', '103.110.183.164', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25544, '2025-12-02 08:04:38', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25545, '2025-12-02 08:05:28', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0', 'Firefox', 'Windows 10'),
(25546, '2025-12-02 08:06:30', 'W', '156.208.10.22', 'Mozilla/5.0 (Microsoft Windows NT 10.0.16299.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 (FTM)', 'Chrome', 'Windows 10'),
(25547, '2025-12-02 08:06:42', 'W', '34.182.62.222', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25548, '2025-12-02 08:06:48', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0', 'Chrome', 'Windows 10'),
(25549, '2025-12-02 08:07:32', 'W', '34.83.225.110', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', 'Firefox', 'Mac OS X'),
(25550, '2025-12-02 08:07:46', 'W', '34.168.43.39', 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0', 'Firefox', 'Linux'),
(25551, '2025-12-02 08:13:56', 'W', '17.246.23.6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)', 'Safari', 'Mac OS X'),
(25552, '2025-12-02 08:14:25', 'W', '1.179.42.94', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25553, '2025-12-02 08:14:28', 'W', '91.247.57.32', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25554, '2025-12-02 08:14:34', 'W', '188.120.40.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25555, '2025-12-02 08:15:27', 'W', '193.19.254.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25556, '2025-12-02 08:15:29', 'W', '45.165.3.156', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_10_8; rv:1.9.5.20) Gecko/2047-07-05 17:16:31.383792 Firefox/14.0', 'Firefox', 'Mac OS X'),
(25557, '2025-12-02 08:15:30', 'W', '186.122.224.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25558, '2025-12-02 08:15:32', 'W', '49.144.40.33', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25559, '2025-12-02 08:15:33', 'W', '37.236.180.99', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25560, '2025-12-02 08:15:37', 'W', '36.74.124.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25561, '2025-12-02 08:15:37', 'W', '186.157.103.212', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25562, '2025-12-02 08:15:39', 'W', '102.0.20.114', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/32.0.815.0 Safari/534.0', 'Chrome', 'Windows 8'),
(25563, '2025-12-02 08:16:07', 'W', '34.53.109.163', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(25564, '2025-12-02 08:18:34', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'Chrome', 'Windows 10'),
(25565, '2025-12-02 08:18:36', 'W', '177.10.216.51', 'Opera/8.64.(X11; Linux x86_64; pt-BR) Presto/2.9.179 Version/10.00', 'Opera', 'Linux'),
(25566, '2025-12-02 08:19:14', 'W', '202.47.44.84', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25567, '2025-12-02 08:19:21', 'W', '186.122.253.131', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25568, '2025-12-02 08:19:26', 'W', '103.251.255.209', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25569, '2025-12-02 08:19:31', 'W', '82.215.80.29', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25570, '2025-12-02 08:19:38', 'W', '206.189.183.141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25571, '2025-12-02 08:22:24', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25572, '2025-12-02 08:22:47', 'W', '34.168.43.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25573, '2025-12-02 08:23:24', 'W', '35.230.108.70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0', 'Firefox', 'Windows 10'),
(25574, '2025-12-02 08:24:39', 'W', '136.117.208.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25575, '2025-12-02 08:24:51', 'W', '178.95.210.105', 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/3.1)', 'Internet Explorer', 'Windows 7'),
(25576, '2025-12-02 08:24:56', 'W', '34.105.9.0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', 'Safari', 'Mac OS X'),
(25577, '2025-12-02 08:25:57', 'W', '136.117.4.28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25578, '2025-12-02 08:30:02', 'W', '34.127.125.89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'Chrome', 'Windows 10'),
(25579, '2025-12-02 08:33:26', 'W', '152.56.21.166', 'Mozilla/5.0 (Windows CE) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/40.0.855.0 Safari/533.1', 'Chrome', 'Unknown OS Platform'),
(25580, '2025-12-02 08:36:58', 'W', '84.54.122.48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25581, '2025-12-02 08:37:03', 'W', '14.247.253.119', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25582, '2025-12-02 08:37:04', 'W', '51.39.18.217', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25583, '2025-12-02 08:37:06', 'W', '177.12.242.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25584, '2025-12-02 08:37:09', 'W', '185.106.28.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25585, '2025-12-02 08:44:11', 'W', '136.117.12.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25586, '2025-12-02 08:46:27', 'W', '223.25.63.142', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25587, '2025-12-02 08:46:27', 'W', '177.67.34.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25588, '2025-12-02 08:46:31', 'W', '138.186.173.244', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25589, '2025-12-02 08:46:33', 'W', '191.181.57.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25590, '2025-12-02 08:46:34', 'W', '191.254.87.140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25591, '2025-12-02 08:46:41', 'W', '106.215.83.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25592, '2025-12-02 08:53:27', 'W', '176.45.47.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25593, '2025-12-02 08:53:33', 'W', '102.66.183.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25594, '2025-12-02 08:53:33', 'W', '103.151.74.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25595, '2025-12-02 08:53:37', 'W', '143.105.136.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25596, '2025-12-02 08:53:46', 'W', '168.210.134.169', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25597, '2025-12-02 08:55:17', 'W', '196.115.158.53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25598, '2025-12-02 08:55:22', 'W', '146.190.65.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25599, '2025-12-02 08:55:24', 'W', '165.22.177.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25600, '2025-12-02 08:55:25', 'W', '197.248.68.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25601, '2025-12-02 08:55:25', 'W', '203.115.84.88', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25602, '2025-12-02 08:56:33', 'W', '64.227.7.35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25603, '2025-12-02 08:59:39', 'W', '89.146.161.121', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'Chrome', 'Windows 10'),
(25604, '2025-12-02 09:00:59', 'W', '37.203.18.33', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36', 'Chrome', 'Mac OS X'),
(25605, '2025-12-02 09:02:31', 'W', '103.26.86.63', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25606, '2025-12-02 09:03:55', 'W', '223.185.35.93', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Chrome', 'Windows 10'),
(25607, '2025-12-02 09:06:34', 'W', '88.147.47.130', 'Mozilla/5.0 (Windows; U; Windows NT 5.01) AppleWebKit/532.1.7 (KHTML, like Gecko) Version/5.0 Safari/532.1.7', 'Safari', 'Windows 2000'),
(25608, '2025-12-02 09:08:25', 'W', '102.190.76.136', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25609, '2025-12-02 09:08:29', 'W', '137.184.218.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25610, '2025-12-02 09:08:30', 'W', '146.190.75.6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25611, '2025-12-02 09:08:34', 'W', '45.232.78.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25612, '2025-12-02 09:08:34', 'W', '138.219.162.15', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25613, '2025-12-02 09:09:01', 'W', '177.62.212.181', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25614, '2025-12-02 09:13:54', 'W', '136.118.98.79', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chrome', 'Mac OS X'),
(25615, '2025-12-02 09:21:24', 'W', '12.74.54.131', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_1 rv:3.0; da-DK) AppleWebKit/535.18.1 (KHTML, like Gecko) Version/4.0 Safari/535.18.1', 'Safari', 'Mac OS X'),
(25616, '2025-12-02 09:23:41', 'W', '180.252.83.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25617, '2025-12-02 09:23:44', 'W', '59.152.4.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25618, '2025-12-02 09:23:48', 'W', '113.170.217.193', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25619, '2025-12-02 09:23:51', 'W', '187.21.129.249', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25620, '2025-12-02 09:23:51', 'W', '45.171.186.138', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25621, '2025-12-02 09:23:52', 'W', '139.167.41.162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25622, '2025-12-02 09:29:09', 'W', '103.176.19.156', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25623, '2025-12-02 09:30:16', 'W', '43.173.181.2', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36', 'Chrome', 'Windows 7'),
(25624, '2025-12-02 09:31:22', 'W', '212.47.146.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25625, '2025-12-02 09:31:24', 'W', '196.188.126.235', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25626, '2025-12-02 09:31:25', 'W', '157.245.136.111', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25627, '2025-12-02 09:31:27', 'W', '137.184.110.10', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25628, '2025-12-02 09:31:28', 'W', '181.26.166.95', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'Chrome', 'Windows 10'),
(25629, '2025-12-02 09:32:21', 'W', '136.117.208.140', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25630, '2025-12-02 09:33:03', 'W', '104.196.241.65', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Chrome', 'Linux'),
(25631, '2025-12-02 09:43:03', 'W', '34.53.109.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Chrome', 'Mac OS X');

-- --------------------------------------------------------

--
-- Table structure for table `log_subscriptions`
--

CREATE TABLE `log_subscriptions` (
  `payment_id` int(11) NOT NULL,
  `plan_title` varchar(256) NOT NULL,
  `subscriber_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL DEFAULT '',
  `price` float NOT NULL,
  `commission` float NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `market_categories`
--

CREATE TABLE `market_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `market_categories`
--

INSERT INTO `market_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Apparel &amp; Accessories', '', 1),
(2, 0, 'Autos &amp; Vehicles', '', 2),
(3, 0, 'Baby &amp; Children&#039;s Products', '', 3),
(4, 0, 'Beauty Products &amp; Services', '', 4),
(5, 0, 'Computers &amp; Peripherals', '', 5),
(6, 0, 'Consumer Electronics', '', 6),
(7, 0, 'Dating Services', '', 7),
(8, 0, 'Financial Services', '', 8),
(9, 0, 'Gifts &amp; Occasions', '', 9),
(10, 0, 'Home &amp; Garden', '', 10),
(11, 0, 'Other', '', 11);

-- --------------------------------------------------------

--
-- Table structure for table `market_payments`
--

CREATE TABLE `market_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `merits_categories`
--

CREATE TABLE `merits_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_image` varchar(256) DEFAULT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `monetization_payments`
--

CREATE TABLE `monetization_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `monetization_plans`
--

CREATE TABLE `monetization_plans` (
  `plan_id` int(11) NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `title` varchar(256) NOT NULL,
  `price` float NOT NULL,
  `period_num` int(10) UNSIGNED NOT NULL,
  `period` varchar(32) NOT NULL,
  `custom_description` text DEFAULT NULL,
  `plan_order` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `paypal_billing_plan` varchar(256) DEFAULT NULL,
  `stripe_billing_plan` varchar(256) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `movies`
--

CREATE TABLE `movies` (
  `movie_id` int(10) UNSIGNED NOT NULL,
  `source` text NOT NULL,
  `source_type` varchar(64) NOT NULL,
  `title` varchar(256) NOT NULL,
  `description` text DEFAULT NULL,
  `imdb_url` text DEFAULT NULL,
  `stars` text DEFAULT NULL,
  `release_year` int(11) DEFAULT NULL,
  `duration` int(11) DEFAULT NULL,
  `genres` mediumtext DEFAULT NULL,
  `poster` varchar(256) DEFAULT NULL,
  `views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `is_paid` enum('0','1') NOT NULL DEFAULT '0',
  `price` float NOT NULL DEFAULT 0,
  `available_for` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `movies`
--

INSERT INTO `movies` (`movie_id`, `source`, `source_type`, `title`, `description`, `imdb_url`, `stars`, `release_year`, `duration`, `genres`, `poster`, `views`, `is_paid`, `price`, `available_for`) VALUES
(1, 'http://Youtube', 'link', 'Black_Panther_3', 'After the events of previous Black Panther films, Wakanda faces new threats from both within and beyond its borders. T&rsquo;Challa&rsquo;s legacy inspires a new generation of heroes, while old enemies and powerful new adversaries challenge the balance of power in Wakanda and across the world. With cutting-edge technology, cultural depth, and fierce action, the nation&rsquo;s future hangs in the balance as heroes unite to protect their people and the world.', 'https://www.imdb.com/title/Black_Panther_3', 'Letitia Wright as Shuri / Black Panther\r\n\r\nLupita Nyong&rsquo;o as Nakia\r\n\r\nDanai Gurira as Okoye\r\n\r\nWinston Duke as M&rsquo;Baku\r\n\r\nAngela Bassett as Ramonda\r\n\r\nMartin Freeman as Everett K. Ross\r\n\r\nDenzel Washington &ndash; rumored to join in a major role (unconfirmed)', 2025, 120, '1,2', 'photos/2025/09/mxbook_5fb05444615d01e03cc4760bcc635ddb.jpeg', 0, '1', 10, 5);

-- --------------------------------------------------------

--
-- Table structure for table `movies_genres`
--

CREATE TABLE `movies_genres` (
  `genre_id` int(10) UNSIGNED NOT NULL,
  `genre_name` varchar(256) NOT NULL,
  `genre_description` text NOT NULL,
  `genre_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `movies_genres`
--

INSERT INTO `movies_genres` (`genre_id`, `genre_name`, `genre_description`, `genre_order`) VALUES
(1, 'Action', '', 1),
(2, 'Adventure', '', 2),
(3, 'Animation', '', 3),
(4, 'Comedy', '', 4),
(5, 'Crime', '', 5),
(6, 'Documentary', '', 6),
(7, 'Drama', '', 7),
(8, 'Family', '', 8),
(9, 'Fantasy', '', 9),
(10, 'History', '', 10),
(11, 'Horror', '', 11),
(12, 'Musical', '', 12),
(13, 'Mythological', '', 13),
(14, 'Romance', '', 14),
(15, 'Sport', '', 15),
(16, 'TV Show', '', 16),
(17, 'Thriller', '', 17),
(18, 'War', '', 18);

-- --------------------------------------------------------

--
-- Table structure for table `movies_payments`
--

CREATE TABLE `movies_payments` (
  `id` int(10) UNSIGNED NOT NULL,
  `movie_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `payment_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `notification_id` int(10) UNSIGNED NOT NULL,
  `to_user_id` int(10) UNSIGNED NOT NULL,
  `from_user_id` int(10) UNSIGNED NOT NULL,
  `from_user_type` enum('user','page') NOT NULL DEFAULT 'user',
  `action` varchar(256) NOT NULL,
  `node_type` varchar(256) NOT NULL,
  `node_url` varchar(256) NOT NULL,
  `notify_id` varchar(256) DEFAULT NULL,
  `message` mediumtext DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `seen` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `notifications`
--

INSERT INTO `notifications` (`notification_id`, `to_user_id`, `from_user_id`, `from_user_type`, `action`, `node_type`, `node_url`, `notify_id`, `message`, `time`, `seen`) VALUES
(3, 1, 1, 'user', 'async_request', '', '', '', '15 fake users generated successfully', '2025-09-17 06:48:12', '1'),
(6, 14, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-09-17 11:39:08', '0'),
(7, 14, 17, 'user', 'follow', '', '', '', '', '2025-09-17 11:39:08', '0'),
(8, 16, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-09-17 11:39:08', '0'),
(9, 16, 17, 'user', 'follow', '', '', '', '', '2025-09-17 11:39:08', '0'),
(10, 17, 1, 'user', 'react_like', 'post', '5', '', '', '2025-09-29 05:37:47', '1'),
(11, 17, 1, 'user', 'comment', 'post', '5', 'comment_1', '', '2025-09-29 05:38:29', '1'),
(12, 1, 17, 'user', 'react_love', 'post_comment', '5', 'comment_1', '', '2025-09-29 05:38:40', '1'),
(13, 17, 1, 'user', 'comment', 'post', '5', 'comment_2', '', '2025-09-29 05:39:13', '1'),
(14, 1, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-09-29 05:40:20', '1'),
(16, 17, 1, 'user', 'friend_accept', '', 'admindemo', '', '', '2025-09-29 05:40:28', '1'),
(18, 1, 17, 'user', 'chat_message', '', '1', '', 'Hello sam', '2025-09-29 05:40:46', '1'),
(19, 1, 17, 'user', 'chat_message', '', '1', '', 'I want sell this laptop', '2025-09-29 05:41:06', '1'),
(20, 17, 1, 'user', 'chat_message', '', '1', '', 'ok', '2025-09-29 05:54:13', '1'),
(21, 1, 17, 'user', 'chat_message', '', '1', '', '🤣', '2025-09-29 05:55:14', '1'),
(22, 17, 1, 'user', 'share', 'post', '5', '', '', '2025-09-29 05:55:58', '1'),
(23, 1, 17, 'user', 'post_review', '', '6', '', '', '2025-09-29 05:56:50', '1'),
(30, 1, 17, 'user', 'react_love', 'post', '6', '', '', '2025-09-29 05:58:22', '1'),
(31, 17, 1, 'user', 'react_love', 'post', '7', '', '', '2025-09-29 06:20:21', '1'),
(32, 17, 1, 'user', 'react_love', 'post', '8', '', '', '2025-09-29 06:26:34', '1'),
(33, 1, 17, 'user', 'live_stream', 'post', '9', '', '', '2025-09-29 06:45:55', '1'),
(34, 17, 1, 'user', 'comment', 'post', '9', 'comment_3', '', '2025-09-29 06:46:31', '1'),
(35, 17, 1, 'user', 'comment', 'post', '9', 'comment_4', '', '2025-09-29 06:48:01', '1'),
(36, 17, 1, 'user', 'react_love', 'post', '9', '', '', '2025-09-29 06:48:15', '1'),
(37, 17, 1, 'user', 'comment', 'post', '9', 'comment_5', '', '2025-09-29 06:48:21', '1'),
(38, 17, 1, 'user', 'share', 'post', '9', '', '', '2025-09-29 06:48:39', '1'),
(39, 1, 17, 'user', 'live_stream', 'post', '12', '', '', '2025-09-29 06:52:45', '1'),
(40, 17, 1, 'user', 'comment', 'post', '12', 'comment_6', '', '2025-09-29 06:53:58', '1'),
(41, 1, 17, 'user', 'react_haha', 'post_comment', '12', 'comment_6', '', '2025-09-29 06:54:13', '1'),
(42, 1, 17, 'user', 'reply', 'post', '12', 'comment_7', '', '2025-09-29 06:54:22', '1'),
(43, 1, 17, 'user', 'live_stream', 'post', '13', '', '', '2025-09-29 06:55:46', '1'),
(44, 17, 1, 'user', 'comment', 'post', '13', 'comment_8', '', '2025-09-29 06:56:39', '1'),
(45, 1, 17, 'user', 'live_stream', 'post', '14', '', '', '2025-09-29 06:57:39', '1'),
(46, 1, 17, 'user', 'live_stream', 'post', '15', '', '', '2025-09-29 07:00:02', '1'),
(47, 17, 1, 'user', 'comment', 'post', '15', 'comment_9', '', '2025-09-29 07:00:59', '1'),
(50, 1, 17, 'user', 'reply', 'post', '15', 'comment_10', '', '2025-09-29 07:06:26', '1'),
(51, 1, 17, 'user', 'live_stream', 'post', '16', '', '', '2025-09-29 07:12:50', '1'),
(52, 17, 1, 'user', 'comment', 'post', '16', 'comment_11', '', '2025-09-29 07:16:34', '1'),
(54, 17, 1, 'user', 'comment', 'post', '16', 'comment_12', '', '2025-09-29 07:17:34', '1'),
(55, 17, 1, 'user', 'comment', 'post', '16', 'comment_13', '', '2025-09-29 07:18:01', '1'),
(56, 1, 17, 'user', 'live_stream', 'post', '17', '', '', '2025-09-29 07:22:30', '1'),
(57, 17, 1, 'user', 'comment', 'post', '17', 'comment_14', '', '2025-09-29 07:23:05', '1'),
(58, 17, 1, 'user', 'comment', 'post', '17', 'comment_15', '', '2025-09-29 07:23:57', '1'),
(59, 1, 17, 'user', 'live_stream', 'post', '18', '', '', '2025-09-29 07:24:22', '1'),
(60, 1, 17, 'user', 'live_stream', 'post', '19', '', '', '2025-09-29 08:03:52', '1'),
(61, 17, 1, 'user', 'comment', 'post', '19', 'comment_16', '', '2025-09-29 08:04:38', '1'),
(62, 1, 17, 'user', 'live_stream', 'post', '20', '', '', '2025-09-29 08:06:04', '1'),
(63, 17, 1, 'user', 'react_love', 'post', '24', '', '', '2025-09-29 08:23:38', '1'),
(64, 17, 1, 'user', 'react_love', 'post', '23', '', '', '2025-09-29 08:23:41', '1'),
(65, 1, 17, 'user', 'wall', 'post', '26', '', '', '2025-09-29 08:27:05', '1'),
(66, 17, 1, 'user', 'react_love', 'post', '26', '', '', '2025-09-29 08:27:19', '1'),
(67, 1, 17, 'user', 'wall', 'post', '27', '', '', '2025-09-29 08:29:18', '1'),
(68, 17, 1, 'user', 'vote', 'post', '27', '', '', '2025-09-29 08:29:33', '1'),
(69, 1, 17, 'user', 'wall', 'post', '28', '', '', '2025-09-29 08:32:29', '1'),
(70, 17, 1, 'user', 'react_wow', 'post', '30', '', '', '2025-09-29 08:44:02', '1'),
(71, 17, 1, 'user', 'react_haha', 'post', '32', '', '', '2025-09-29 08:56:24', '1'),
(72, 17, 1, 'user', 'friend_add', '', 'admindemo', '', '', '2025-09-29 08:58:57', '1'),
(74, 1, 17, 'user', 'friend_accept', '', 'userdemo', '', '', '2025-09-29 08:59:15', '1'),
(75, 1, 17, 'user', 'poke', '', 'userdemo', '', '', '2025-09-29 08:59:25', '1'),
(76, 2, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-09-29 09:36:49', '1'),
(77, 2, 17, 'user', 'follow', '', '', '', '', '2025-09-29 09:36:49', '1'),
(78, 3, 17, 'user', 'follow', '', '', '', '', '2025-09-29 09:37:08', '0'),
(79, 1, 17, 'user', 'page_invitation', 'Trendy Fashion Hub', 'TrendyFashion2025', '', '', '2025-09-29 09:41:11', '1'),
(80, 1, 17, 'user', 'live_stream', 'post', '44', '', '', '2025-09-29 10:09:14', '1'),
(81, 1, 17, 'user', 'ads_campaign_added', '', '', '', '', '2025-09-29 11:53:29', '1'),
(82, 17, 1, 'user', 'ads_campaign_approved', '', '', '', '', '2025-09-29 11:53:47', '1'),
(83, 1, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-10-01 05:25:43', '1'),
(85, 17, 1, 'user', 'friend_accept', '', 'admindemo', '', '', '2025-10-01 05:25:54', '1'),
(87, 17, 1, 'user', 'friend_add', '', 'admindemo', '', '', '2025-10-01 05:31:26', '1'),
(89, 1, 17, 'user', 'friend_accept', '', 'userdemo', '', '', '2025-10-01 05:32:58', '1'),
(90, 17, 1, 'user', 'chat_message', '', '1', '', 'hello', '2025-10-01 05:37:58', '1'),
(91, 1, 17, 'user', 'live_stream', 'post', '50', '', '', '2025-10-01 11:34:37', '1'),
(92, 1, 17, 'user', 'live_stream', 'post', '51', '', '', '2025-10-01 11:37:40', '1'),
(93, 1, 17, 'user', 'live_stream', 'post', '52', '', '', '2025-10-01 11:38:21', '1'),
(94, 1, 17, 'user', 'live_stream', 'post', '53', '', '', '2025-10-01 11:39:02', '1'),
(95, 1, 17, 'user', 'chat_message', '', '2', '', 'hello', '2025-10-01 11:50:10', '1'),
(96, 1, 17, 'user', 'live_stream', 'post', '54', '', '', '2025-10-15 05:19:10', '1'),
(97, 1, 17, 'user', 'live_stream', 'post', '56', '', '', '2025-10-15 05:24:03', '1'),
(98, 1, 17, 'user', 'live_stream', 'post', '57', '', '', '2025-10-15 05:24:30', '1'),
(99, 1, 17, 'user', 'live_stream', 'post', '58', '', '', '2025-10-15 05:28:11', '1'),
(100, 21, 17, 'user', 'chat_message', '', '3', '', '😀 😃', '2025-10-15 05:28:34', '0'),
(101, 21, 17, 'user', 'chat_message', '', '3', '', '😜', '2025-10-15 05:29:38', '0'),
(102, 1, 17, 'user', 'live_stream', 'post', '59', '', '', '2025-10-15 05:43:51', '1'),
(103, 23, 17, 'user', 'chat_message', '', '4', '', 'test', '2025-10-15 05:44:27', '0'),
(104, 1, 17, 'user', 'live_stream', 'post', '60', '', '', '2025-10-15 05:49:41', '1'),
(105, 1, 17, 'user', 'live_stream', 'post', '61', '', '', '2025-10-15 05:55:18', '1'),
(106, 1, 17, 'user', 'live_stream', 'post', '62', '', '', '2025-10-15 05:55:56', '1'),
(109, 4, 1, 'user', 'friend_add', '', 'admindemo', '', '', '2025-10-15 10:49:38', '0'),
(117, 5, 22, 'user', 'friend_add', '', 'usertest12', '', '', '2025-10-15 12:15:04', '0'),
(118, 5, 22, 'user', 'follow', '', '', '', '', '2025-10-15 12:15:04', '0'),
(119, 1, 17, 'user', 'live_stream', 'post', '63', '', '', '2025-10-16 03:45:22', '1'),
(120, 17, 1, 'user', 'comment', 'post', '63', 'comment_23', '', '2025-10-16 03:46:40', '1'),
(121, 17, 1, 'user', 'comment', 'post', '63', 'comment_24', '', '2025-10-16 03:49:02', '1'),
(122, 1, 17, 'user', 'live_stream', 'post', '64', '', '', '2025-10-16 03:49:17', '1'),
(123, 17, 1, 'user', 'comment', 'post', '63', 'comment_25', '', '2025-10-16 03:49:25', '1'),
(124, 1, 17, 'user', 'live_stream', 'post', '65', '', '', '2025-10-16 03:50:42', '1'),
(125, 17, 1, 'user', 'comment', 'post', '65', 'comment_26', '', '2025-10-16 03:51:02', '1'),
(126, 1, 17, 'user', 'live_stream', 'post', '66', '', '', '2025-10-16 03:51:17', '1'),
(127, 1, 17, 'user', 'live_stream', 'post', '67', '', '', '2025-10-16 03:53:07', '1'),
(128, 1, 17, 'user', 'live_stream', 'post', '68', '', '', '2025-10-16 03:54:15', '1'),
(129, 1, 17, 'user', 'live_stream', 'post', '69', '', '', '2025-10-16 04:02:04', '1'),
(130, 1, 17, 'user', 'live_stream', 'post', '70', '', '', '2025-10-16 04:22:59', '1'),
(131, 1, 17, 'user', 'live_stream', 'post', '71', '', '', '2025-10-16 04:24:31', '1'),
(132, 1, 17, 'user', 'live_stream', 'post', '72', '', '', '2025-10-16 04:29:32', '1'),
(133, 1, 17, 'user', 'live_stream', 'post', '73', '', '', '2025-10-16 04:34:35', '1'),
(134, 1, 17, 'user', 'live_stream', 'post', '74', '', '', '2025-10-16 04:35:06', '1'),
(135, 1, 17, 'user', 'live_stream', 'post', '75', '', '', '2025-10-16 04:35:45', '1'),
(136, 1, 17, 'user', 'live_stream', 'post', '76', '', '', '2025-10-16 04:44:26', '1'),
(137, 1, 17, 'user', 'live_stream', 'post', '77', '', '', '2025-10-16 04:49:33', '1'),
(138, 1, 17, 'user', 'live_stream', 'post', '78', '', '', '2025-10-16 04:49:46', '1'),
(139, 1, 17, 'user', 'live_stream', 'post', '79', '', '', '2025-10-16 04:50:13', '1'),
(140, 1, 17, 'user', 'live_stream', 'post', '80', '', '', '2025-10-16 04:50:30', '1'),
(141, 1, 17, 'user', 'live_stream', 'post', '81', '', '', '2025-10-16 04:51:34', '1'),
(142, 1, 17, 'user', 'live_stream', 'post', '82', '', '', '2025-10-16 04:54:21', '1'),
(143, 1, 17, 'user', 'live_stream', 'post', '83', '', '', '2025-10-16 04:56:47', '1'),
(144, 1, 17, 'user', 'live_stream', 'post', '84', '', '', '2025-10-16 05:03:05', '1'),
(145, 1, 17, 'user', 'live_stream', 'post', '85', '', '', '2025-10-16 05:05:37', '1'),
(146, 1, 17, 'user', 'live_stream', 'post', '86', '', '', '2025-10-16 05:07:10', '1'),
(147, 1, 17, 'user', 'live_stream', 'post', '87', '', '', '2025-10-16 05:14:38', '1'),
(148, 17, 23, 'user', 'friend_add', '', 'usertest252', '', '', '2025-10-16 05:21:37', '1'),
(149, 17, 23, 'user', 'follow', '', '', '', '', '2025-10-16 05:21:37', '1'),
(150, 23, 17, 'user', 'friend_accept', '', 'userdemo', '', '', '2025-10-16 05:21:41', '0'),
(151, 23, 17, 'user', 'follow', '', '', '', '', '2025-10-16 05:21:41', '0'),
(152, 17, 23, 'user', 'live_stream', 'post', '89', '', '', '2025-10-16 05:22:22', '1'),
(153, 1, 17, 'user', 'live_stream', 'post', '90', '', '', '2025-10-16 05:23:24', '1'),
(154, 23, 17, 'user', 'live_stream', 'post', '90', '', '', '2025-10-16 05:23:24', '0'),
(155, 1, 17, 'user', 'live_stream', 'post', '91', '', '', '2025-10-16 05:23:49', '1'),
(156, 23, 17, 'user', 'live_stream', 'post', '91', '', '', '2025-10-16 05:23:49', '0'),
(157, 1, 17, 'user', 'live_stream', 'post', '92', '', '', '2025-10-16 05:24:14', '1'),
(158, 23, 17, 'user', 'live_stream', 'post', '92', '', '', '2025-10-16 05:24:14', '0'),
(159, 1, 17, 'user', 'live_stream', 'post', '93', '', '', '2025-10-16 05:24:30', '1'),
(160, 23, 17, 'user', 'live_stream', 'post', '93', '', '', '2025-10-16 05:24:30', '0'),
(161, 17, 1, 'user', 'live_stream', 'post', '94', '', '', '2025-10-16 05:28:33', '1'),
(162, 17, 1, 'user', 'live_stream', 'post', '95', '', '', '2025-10-16 05:35:03', '1'),
(163, 1, 17, 'user', 'live_stream', 'post', '96', '', '', '2025-10-16 05:35:39', '1'),
(164, 23, 17, 'user', 'live_stream', 'post', '96', '', '', '2025-10-16 05:35:39', '0'),
(165, 1, 17, 'user', 'live_stream', 'post', '97', '', '', '2025-10-16 05:36:00', '1'),
(166, 23, 17, 'user', 'live_stream', 'post', '97', '', '', '2025-10-16 05:36:00', '0'),
(167, 17, 1, 'user', 'live_stream', 'post', '98', '', '', '2025-10-16 05:37:12', '1'),
(168, 17, 1, 'user', 'live_stream', 'post', '99', '', '', '2025-10-16 05:37:20', '1'),
(169, 17, 1, 'user', 'live_stream', 'post', '100', '', '', '2025-10-16 05:38:16', '1'),
(170, 17, 1, 'user', 'live_stream', 'post', '101', '', '', '2025-10-16 05:40:38', '1'),
(171, 17, 1, 'user', 'live_stream', 'post', '102', '', '', '2025-10-16 05:44:28', '1'),
(172, 17, 1, 'user', 'live_stream', 'post', '103', '', '', '2025-10-16 05:53:46', '1'),
(173, 17, 1, 'user', 'live_stream', 'post', '104', '', '', '2025-10-16 05:53:59', '1'),
(174, 17, 1, 'user', 'live_stream', 'post', '105', '', '', '2025-10-16 05:56:42', '1'),
(175, 17, 1, 'user', 'live_stream', 'post', '106', '', '', '2025-10-16 05:57:56', '1'),
(176, 17, 1, 'user', 'live_stream', 'post', '107', '', '', '2025-10-16 06:00:39', '1'),
(177, 17, 1, 'user', 'live_stream', 'post', '108', '', '', '2025-10-16 06:01:42', '1'),
(178, 1, 17, 'user', 'live_stream', 'post', '109', '', '', '2025-10-16 06:02:32', '1'),
(179, 23, 17, 'user', 'live_stream', 'post', '109', '', '', '2025-10-16 06:02:32', '0'),
(180, 1, 17, 'user', 'live_stream', 'post', '110', '', '', '2025-10-16 06:02:55', '1'),
(181, 23, 17, 'user', 'live_stream', 'post', '110', '', '', '2025-10-16 06:02:55', '0'),
(182, 23, 17, 'user', 'live_stream', 'post', '114', '', '', '2025-10-16 09:46:00', '0'),
(183, 23, 17, 'user', 'live_stream', 'post', '116', '', '', '2025-10-16 09:48:49', '0'),
(184, 23, 17, 'user', 'live_stream', 'post', '117', '', '', '2025-10-16 09:52:10', '0'),
(185, 23, 17, 'user', 'live_stream', 'post', '118', '', '', '2025-10-16 09:52:32', '0'),
(186, 23, 17, 'user', 'live_stream', 'post', '119', '', '', '2025-10-16 09:52:59', '0'),
(187, 23, 17, 'user', 'live_stream', 'post', '121', '', '', '2025-10-16 11:08:55', '0'),
(188, 23, 17, 'user', 'live_stream', 'post', '122', '', '', '2025-10-16 11:10:37', '0'),
(189, 1, 17, 'user', 'friend_add', '', 'userdemo', '', '', '2025-10-16 11:17:26', '1'),
(191, 17, 1, 'user', 'friend_accept', '', 'admindemo', '', '', '2025-10-16 11:17:33', '1'),
(193, 17, 1, 'user', 'live_stream', 'post', '124', '', '', '2025-10-16 11:18:19', '1'),
(194, 1, 17, 'user', 'comment', 'post', '124', 'comment_38', '', '2025-10-16 11:18:57', '1'),
(195, 17, 1, 'user', 'react_like', 'post_comment', '124', 'comment_38', '', '2025-10-16 11:19:09', '1'),
(196, 17, 1, 'user', 'reply', 'post', '124', 'comment_39', '', '2025-10-16 11:20:05', '1'),
(197, 1, 17, 'user', 'comment', 'post', '124', 'comment_40', '', '2025-10-16 11:20:19', '1'),
(198, 17, 1, 'user', 'reply', 'post', '124', 'comment_41', '', '2025-10-16 11:20:36', '1'),
(199, 1, 17, 'user', 'live_stream', 'post', '125', '', '', '2025-10-16 11:22:59', '1'),
(200, 23, 17, 'user', 'live_stream', 'post', '125', '', '', '2025-10-16 11:22:59', '0'),
(201, 17, 1, 'user', 'comment', 'post', '125', 'comment_42', '', '2025-10-16 11:23:22', '1'),
(202, 1, 17, 'user', 'reply', 'post', '125', 'comment_43', '', '2025-10-16 11:23:43', '1'),
(203, 17, 1, 'user', 'friend_add', '', 'admindemo', '', '', '2025-10-16 11:54:47', '1'),
(205, 1, 17, 'user', 'friend_accept', '', 'userdemo', '', '', '2025-10-16 11:55:03', '1'),
(206, 17, 1, 'user', 'friend_add', '', 'admindemo', '', '', '2025-10-16 11:59:39', '1'),
(207, 17, 1, 'user', 'follow', '', '', '', '', '2025-10-16 11:59:39', '1'),
(208, 1, 17, 'user', 'friend_accept', '', 'userdemo', '', '', '2025-10-16 11:59:44', '1');

-- --------------------------------------------------------

--
-- Table structure for table `offers_categories`
--

CREATE TABLE `offers_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `offers_categories`
--

INSERT INTO `offers_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Apparel &amp; Accessories', '', 1),
(2, 0, 'Autos &amp; Vehicles', '', 2),
(3, 0, 'Baby &amp; Children&#039;s Products', '', 3),
(4, 0, 'Beauty Products &amp; Services', '', 4),
(5, 0, 'Computers &amp; Peripherals', '', 5),
(6, 0, 'Consumer Electronics', '', 6),
(7, 0, 'Dating Services', '', 7),
(8, 0, 'Financial Services', '', 8),
(9, 0, 'Gifts &amp; Occasions', '', 9),
(10, 0, 'Home &amp; Garden', '', 10),
(11, 0, 'Other', '', 11);

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `order_id` int(10) UNSIGNED NOT NULL,
  `order_hash` varchar(128) NOT NULL,
  `order_collection_id` varchar(128) DEFAULT NULL,
  `is_payment_done` enum('0','1') NOT NULL DEFAULT '0',
  `is_cash_on_delivery` enum('0','1') NOT NULL DEFAULT '0',
  `is_digital` enum('0','1') NOT NULL DEFAULT '0',
  `seller_id` int(10) UNSIGNED NOT NULL,
  `seller_page_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `buyer_id` int(10) UNSIGNED NOT NULL,
  `buyer_address_id` int(10) UNSIGNED NOT NULL,
  `sub_total` float UNSIGNED NOT NULL DEFAULT 0,
  `commission` float UNSIGNED NOT NULL,
  `status` enum('placed','canceled','accepted','packed','shipped','delivered') NOT NULL DEFAULT 'placed',
  `tracking_link` mediumtext DEFAULT NULL,
  `tracking_number` mediumtext DEFAULT NULL,
  `insert_time` datetime NOT NULL,
  `update_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `orders_items`
--

CREATE TABLE `orders_items` (
  `id` int(11) NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `product_post_id` int(10) UNSIGNED NOT NULL,
  `quantity` int(10) UNSIGNED NOT NULL,
  `price` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `packages`
--

CREATE TABLE `packages` (
  `package_id` int(11) NOT NULL,
  `name` varchar(256) NOT NULL,
  `price` varchar(32) NOT NULL,
  `period_num` int(10) UNSIGNED NOT NULL,
  `period` varchar(32) NOT NULL,
  `color` varchar(32) NOT NULL,
  `icon` varchar(256) NOT NULL,
  `package_permissions_group_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `allowed_blogs_categories` int(11) NOT NULL DEFAULT 0,
  `allowed_videos_categories` int(11) NOT NULL DEFAULT 0,
  `allowed_products` int(11) NOT NULL DEFAULT 0,
  `verification_badge_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `boost_posts_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `boost_posts` int(10) UNSIGNED NOT NULL,
  `boost_pages_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `boost_pages` int(10) UNSIGNED NOT NULL,
  `custom_description` text DEFAULT NULL,
  `package_order` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `paypal_billing_plan` varchar(256) DEFAULT NULL,
  `stripe_billing_plan` varchar(256) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `packages_payments`
--

CREATE TABLE `packages_payments` (
  `payment_id` int(11) NOT NULL,
  `payment_date` datetime NOT NULL,
  `package_name` varchar(256) NOT NULL,
  `package_price` float UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `page_id` int(10) UNSIGNED NOT NULL,
  `page_admin` int(10) UNSIGNED NOT NULL,
  `page_category` int(10) UNSIGNED NOT NULL,
  `page_name` varchar(64) NOT NULL,
  `page_title` varchar(256) NOT NULL,
  `page_picture` varchar(256) DEFAULT NULL,
  `page_picture_id` int(10) UNSIGNED DEFAULT NULL,
  `page_cover` varchar(256) DEFAULT NULL,
  `page_cover_id` int(10) UNSIGNED DEFAULT NULL,
  `page_cover_position` varchar(256) DEFAULT NULL,
  `page_album_pictures` int(10) UNSIGNED DEFAULT NULL,
  `page_album_covers` int(10) UNSIGNED DEFAULT NULL,
  `page_album_timeline` int(10) UNSIGNED DEFAULT NULL,
  `page_pinned_post` int(10) UNSIGNED DEFAULT NULL,
  `page_verified` enum('0','1') NOT NULL DEFAULT '0',
  `page_tips_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `page_boosted` enum('0','1') NOT NULL DEFAULT '0',
  `page_boosted_by` int(10) UNSIGNED DEFAULT NULL,
  `page_company` varchar(256) DEFAULT NULL,
  `page_phone` varchar(256) DEFAULT NULL,
  `page_website` varchar(256) DEFAULT NULL,
  `page_location` varchar(256) DEFAULT NULL,
  `page_country` int(10) UNSIGNED NOT NULL,
  `page_language` int(10) UNSIGNED NOT NULL,
  `page_description` mediumtext NOT NULL,
  `page_action_text` varchar(32) DEFAULT NULL,
  `page_action_color` varchar(32) DEFAULT NULL,
  `page_action_url` varchar(256) DEFAULT NULL,
  `page_social_facebook` varchar(256) DEFAULT NULL,
  `page_social_twitter` varchar(256) DEFAULT NULL,
  `page_social_youtube` varchar(256) DEFAULT NULL,
  `page_social_instagram` varchar(256) DEFAULT NULL,
  `page_social_linkedin` varchar(256) DEFAULT NULL,
  `page_social_vkontakte` varchar(256) DEFAULT NULL,
  `page_likes` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `page_monetization_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `page_monetization_min_price` float NOT NULL DEFAULT 0,
  `page_monetization_plans` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `page_rate` float NOT NULL DEFAULT 0,
  `page_pbid` varchar(128) DEFAULT NULL,
  `page_date` datetime NOT NULL,
  `is_fake` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `pages`
--

INSERT INTO `pages` (`page_id`, `page_admin`, `page_category`, `page_name`, `page_title`, `page_picture`, `page_picture_id`, `page_cover`, `page_cover_id`, `page_cover_position`, `page_album_pictures`, `page_album_covers`, `page_album_timeline`, `page_pinned_post`, `page_verified`, `page_tips_enabled`, `page_boosted`, `page_boosted_by`, `page_company`, `page_phone`, `page_website`, `page_location`, `page_country`, `page_language`, `page_description`, `page_action_text`, `page_action_color`, `page_action_url`, `page_social_facebook`, `page_social_twitter`, `page_social_youtube`, `page_social_instagram`, `page_social_linkedin`, `page_social_vkontakte`, `page_likes`, `page_monetization_enabled`, `page_monetization_min_price`, `page_monetization_plans`, `page_rate`, `page_pbid`, `page_date`, `is_fake`) VALUES
(1, 17, 9, 'TrendyFashion2025', 'Trendy Fashion Hub', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, 230, 1, 'Your one-stop destination for trendy outfits, styling tips, and fashion deals.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, '0', 0, 0, 0, '0230000900000001', '2025-09-29 09:41:01', '0');

-- --------------------------------------------------------

--
-- Table structure for table `pages_admins`
--

CREATE TABLE `pages_admins` (
  `id` int(10) UNSIGNED NOT NULL,
  `page_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `pages_admins`
--

INSERT INTO `pages_admins` (`id`, `page_id`, `user_id`) VALUES
(1, 1, 17);

-- --------------------------------------------------------

--
-- Table structure for table `pages_categories`
--

CREATE TABLE `pages_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `pages_categories`
--

INSERT INTO `pages_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Cars and Vehicles', '', 1),
(2, 0, 'Comedy', '', 2),
(3, 0, 'Economics and Trade', '', 3),
(4, 0, 'Education', '', 4),
(5, 0, 'Entertainment', '', 5),
(6, 0, 'Movies and Animation', '', 6),
(7, 0, 'Gaming', '', 7),
(8, 0, 'History and Facts', '', 8),
(9, 0, 'Live Style', '', 9),
(10, 0, 'Natural', '', 10),
(11, 0, 'News and Politics', '', 11),
(12, 0, 'People and Nations', '', 12),
(13, 0, 'Pets and Animals', '', 13),
(14, 0, 'Places and Regions', '', 14),
(15, 0, 'Science and Technology', '', 15),
(16, 0, 'Sport', '', 16),
(17, 0, 'Travel and Events', '', 17),
(18, 0, 'Other', '', 18);

-- --------------------------------------------------------

--
-- Table structure for table `pages_invites`
--

CREATE TABLE `pages_invites` (
  `id` int(10) UNSIGNED NOT NULL,
  `page_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `from_user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `pages_invites`
--

INSERT INTO `pages_invites` (`id`, `page_id`, `user_id`, `from_user_id`) VALUES
(1, 1, 1, 17);

-- --------------------------------------------------------

--
-- Table structure for table `pages_likes`
--

CREATE TABLE `pages_likes` (
  `id` int(10) UNSIGNED NOT NULL,
  `page_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `pages_likes`
--

INSERT INTO `pages_likes` (`id`, `page_id`, `user_id`) VALUES
(3, 1, 1),
(1, 1, 17);

-- --------------------------------------------------------

--
-- Table structure for table `permissions_groups`
--

CREATE TABLE `permissions_groups` (
  `permissions_group_id` int(10) UNSIGNED NOT NULL,
  `permissions_group_title` varchar(255) NOT NULL,
  `pages_permission` enum('0','1') NOT NULL DEFAULT '0',
  `groups_permission` enum('0','1') NOT NULL DEFAULT '0',
  `events_permission` enum('0','1') NOT NULL DEFAULT '0',
  `reels_permission` enum('0','1') NOT NULL DEFAULT '0',
  `watch_permission` enum('0','1') NOT NULL DEFAULT '0',
  `blogs_permission` enum('0','1') NOT NULL DEFAULT '0',
  `blogs_permission_read` enum('0','1') NOT NULL DEFAULT '0',
  `market_permission` enum('0','1') NOT NULL DEFAULT '0',
  `offers_permission` enum('0','1') NOT NULL DEFAULT '0',
  `offers_permission_read` enum('0','1') NOT NULL DEFAULT '0',
  `jobs_permission` enum('0','1') NOT NULL DEFAULT '0',
  `courses_permission` enum('0','1') NOT NULL DEFAULT '0',
  `forums_permission` enum('0','1') NOT NULL DEFAULT '0',
  `movies_permission` enum('0','1') NOT NULL DEFAULT '0',
  `games_permission` enum('0','1') NOT NULL DEFAULT '0',
  `gifts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `stories_permission` enum('0','1') NOT NULL DEFAULT '0',
  `posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `schedule_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `colored_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `activity_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `polls_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `geolocation_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `gif_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `anonymous_posts_permission` enum('0','1') NOT NULL DEFAULT '0',
  `invitation_permission` enum('0','1') NOT NULL DEFAULT '0',
  `audio_call_permission` enum('0','1') NOT NULL DEFAULT '0',
  `video_call_permission` enum('0','1') NOT NULL DEFAULT '0',
  `live_permission` enum('0','1') NOT NULL DEFAULT '0',
  `videos_upload_permission` enum('0','1') NOT NULL DEFAULT '0',
  `audios_upload_permission` enum('0','1') NOT NULL DEFAULT '0',
  `files_upload_permission` enum('0','1') NOT NULL DEFAULT '0',
  `ads_permission` enum('0','1') NOT NULL DEFAULT '0',
  `funding_permission` enum('0','1') NOT NULL DEFAULT '0',
  `monetization_permission` enum('0','1') NOT NULL DEFAULT '0',
  `tips_permission` enum('0','1') NOT NULL DEFAULT '0',
  `custom_affiliates_system` enum('0','1') NOT NULL DEFAULT '0',
  `affiliates_per_user` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_2` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_2` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_3` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_3` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_4` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_4` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_5` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_5` float UNSIGNED NOT NULL DEFAULT 0,
  `custom_points_system` enum('0','1') NOT NULL DEFAULT '0',
  `points_per_currency` int(10) UNSIGNED NOT NULL DEFAULT 100
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `permissions_groups`
--

INSERT INTO `permissions_groups` (`permissions_group_id`, `permissions_group_title`, `pages_permission`, `groups_permission`, `events_permission`, `reels_permission`, `watch_permission`, `blogs_permission`, `blogs_permission_read`, `market_permission`, `offers_permission`, `offers_permission_read`, `jobs_permission`, `courses_permission`, `forums_permission`, `movies_permission`, `games_permission`, `gifts_permission`, `stories_permission`, `posts_permission`, `schedule_posts_permission`, `colored_posts_permission`, `activity_posts_permission`, `polls_posts_permission`, `geolocation_posts_permission`, `gif_posts_permission`, `anonymous_posts_permission`, `invitation_permission`, `audio_call_permission`, `video_call_permission`, `live_permission`, `videos_upload_permission`, `audios_upload_permission`, `files_upload_permission`, `ads_permission`, `funding_permission`, `monetization_permission`, `tips_permission`, `custom_affiliates_system`, `affiliates_per_user`, `affiliates_percentage`, `affiliates_per_user_2`, `affiliates_percentage_2`, `affiliates_per_user_3`, `affiliates_percentage_3`, `affiliates_per_user_4`, `affiliates_percentage_4`, `affiliates_per_user_5`, `affiliates_percentage_5`, `custom_points_system`, `points_per_currency`) VALUES
(1, 'Users Permissions', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 100),
(2, 'Verified Permissions', '0', '0', '0', '1', '1', '1', '1', '0', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 100);

-- --------------------------------------------------------

--
-- Table structure for table `points_payments`
--

CREATE TABLE `points_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts`
--

CREATE TABLE `posts` (
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_type` enum('user','page') NOT NULL,
  `in_group` enum('0','1') NOT NULL DEFAULT '0',
  `group_id` int(10) UNSIGNED DEFAULT NULL,
  `group_approved` enum('0','1') NOT NULL DEFAULT '1',
  `in_event` enum('0','1') NOT NULL DEFAULT '0',
  `event_id` int(10) UNSIGNED DEFAULT NULL,
  `event_approved` enum('0','1') NOT NULL DEFAULT '1',
  `in_wall` enum('0','1') NOT NULL DEFAULT '0',
  `wall_id` int(10) UNSIGNED DEFAULT NULL,
  `post_type` varchar(32) NOT NULL,
  `colored_pattern` int(10) UNSIGNED DEFAULT NULL,
  `origin_id` int(10) UNSIGNED DEFAULT NULL,
  `time` datetime NOT NULL,
  `location` varchar(256) DEFAULT NULL,
  `privacy` varchar(32) NOT NULL,
  `text` longtext DEFAULT NULL,
  `feeling_action` varchar(32) DEFAULT NULL,
  `feeling_value` varchar(256) DEFAULT NULL,
  `boosted` enum('0','1') NOT NULL DEFAULT '0',
  `boosted_by` int(10) UNSIGNED DEFAULT NULL,
  `comments_disabled` enum('0','1') NOT NULL DEFAULT '0',
  `is_hidden` enum('0','1') NOT NULL DEFAULT '0',
  `is_schedule` enum('0','1') NOT NULL DEFAULT '0',
  `for_adult` enum('0','1') NOT NULL DEFAULT '0',
  `is_anonymous` enum('0','1') NOT NULL DEFAULT '0',
  `reaction_like_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_love_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_haha_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_yay_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_wow_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_sad_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_angry_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `comments` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `shares` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `post_rate` float NOT NULL DEFAULT 0,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0',
  `tips_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `for_subscriptions` enum('0','1') NOT NULL DEFAULT '0',
  `subscriptions_image` varchar(256) DEFAULT NULL,
  `is_paid` enum('0','1') NOT NULL DEFAULT '0',
  `is_paid_locked` enum('0','1') NOT NULL DEFAULT '0',
  `post_price` float UNSIGNED NOT NULL DEFAULT 0,
  `paid_text` text DEFAULT NULL,
  `paid_image` varchar(256) DEFAULT NULL,
  `processing` enum('0','1') NOT NULL DEFAULT '0',
  `pre_approved` enum('0','1') NOT NULL DEFAULT '1',
  `has_approved` enum('0','1') NOT NULL DEFAULT '0',
  `post_latitude` varchar(256) NOT NULL DEFAULT '0',
  `post_longitude` varchar(256) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts`
--

INSERT INTO `posts` (`post_id`, `user_id`, `user_type`, `in_group`, `group_id`, `group_approved`, `in_event`, `event_id`, `event_approved`, `in_wall`, `wall_id`, `post_type`, `colored_pattern`, `origin_id`, `time`, `location`, `privacy`, `text`, `feeling_action`, `feeling_value`, `boosted`, `boosted_by`, `comments_disabled`, `is_hidden`, `is_schedule`, `for_adult`, `is_anonymous`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `comments`, `shares`, `views`, `post_rate`, `points_earned`, `tips_enabled`, `for_subscriptions`, `subscriptions_image`, `is_paid`, `is_paid_locked`, `post_price`, `paid_text`, `paid_image`, `processing`, `pre_approved`, `has_approved`, `post_latitude`, `post_longitude`) VALUES
(1, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, '', 0, NULL, '2025-09-17 06:57:56', '', 'public', ':STK-5:', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(2, 1, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_picture', NULL, NULL, '2025-09-17 09:08:32', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 53, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(3, 17, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_picture', NULL, NULL, '2025-09-17 11:37:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(4, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-09-17 11:40:02', '', 'public', 'Having good time with friends', 'Feeling', 'Happy', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(5, 17, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_picture', NULL, NULL, '2025-09-29 05:36:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 1, 0, 0, 0, 0, 0, 0, 2, 1, 77, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(6, 1, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'shared', NULL, 5, '2025-09-29 05:55:58', NULL, 'public', 'Handsome', NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 0, 0, 0, 0, 0, 52, 4, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(7, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'video', 0, NULL, '2025-09-29 06:19:49', '', 'public', 'NetfliX #onlinestreaming ', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 0, 0, 0, 0, 0, 129, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(8, 17, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_cover', NULL, NULL, '2025-09-29 06:25:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 0, 0, 0, 0, 0, 60, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(10, 1, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'shared', NULL, 9, '2025-09-29 06:48:39', NULL, 'public', 'Online', NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(11, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-09-29 06:51:12', '', 'public', 'New Car\n', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(21, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'album', 0, NULL, '2025-09-29 08:14:36', '', 'public', '', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(22, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'album', 0, NULL, '2025-09-29 08:15:54', '', 'public', '', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(23, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'album', 0, NULL, '2025-09-29 08:22:47', '', 'public', '', 'Feeling', 'Happy', '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 0, 0, 0, 0, 0, 61, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(24, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, '', 5, NULL, '2025-09-29 08:23:21', '', 'public', 'Good Morning', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(25, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'audio', 0, NULL, '2025-09-29 08:25:30', '', 'me', '', 'Feeling', 'Loved', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(27, 17, 'user', '0', 0, '0', '0', 0, '0', '1', 1, 'poll', 0, NULL, '2025-09-29 08:29:18', '', 'public', 'What type of content do you enjoy most?', 'Watching', 'Watching Movie', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(28, 17, 'user', '0', 0, '0', '0', 0, '0', '1', 1, 'reel', 0, NULL, '2025-09-29 08:32:29', '', 'friends', '#TomCruise #CelebrityCameo #TomCruiseFan #Hollywood #ActionStar #MissionImpossible #TopGun #MovieReels #ReelsViral #FYP', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(29, 17, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-09-29 08:36:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 124, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(30, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'offer', 0, NULL, '2025-09-29 08:39:57', '', 'public', 'Celebrate Navratri with 25% off on all products!', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 1, 0, 0, 1, 0, 0, 0, 0, 2, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(31, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'job', 0, NULL, '2025-09-29 08:54:03', '', 'public', 'Job Title: PHP Developer (3 Years Experience)\r\nLocation: Los Angeles, California, USA &bull; Employment Type: Full-Time\r\n\r\nWe are seeking a PHP Developer with 3 years of experience to design, develop, and maintain web applications. You will write clean, scalable code, work with relational databases (MySQL/PostgreSQL), integrate APIs, and optimize performance. Strong knowledge of PHP frameworks (Laravel/CodeIgniter/Symfony), HTML, CSS, JavaScript, jQuery, MVC, OOP, and Git is required. Experience in debugging, code reviews, and collaboration with front-end teams is essential. Familiarity with RESTful APIs, cloud platforms (AWS/Azure), and front-end frameworks (React/Angular) is a plus. Must possess problem-solving skills, attention to detail, and the ability to work independently or in teams.\r\n\r\nBenefits: Health insurance, paid leave, flexible hours, and career growth opportunities.', '', '', '0', NULL, '0', '0', '0', '0', '0', 1, 0, 0, 0, 0, 0, 0, 0, 0, 179, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(32, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'reel', 0, NULL, '2025-09-29 08:55:42', '', 'friends', '#CarryMinati #CarryMinatiReels #AjeyNagar #CarryArmy #IndianYouTuber #TrendingReels #ViralReels #ReelsIndia #ComedyReels #RoastKing #ReelsTrending #ViralVideo #ReelsFYP #YouTubeStar #ReelsDaily #MemeReels #EntertainmentReels #DesiReels #ViralContent #SocialMediaStar', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 1, 1, 0, 0, 0, 0, 1, 0, 2, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(33, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'audio', 0, NULL, '2025-09-29 09:11:00', '', 'public', 'Turn up the vibe with Shaky! 💃🔥 Perfect track for dance, party reels, and unstoppable energy. Drop your best moves and let&rsquo;s get shaky! 🚀✨\n\n#Shaky #ShakySong #ShakyVibes #DanceReels #PartyVibes #TrendingSong #ReelsTrending #ViralReels #DanceWithMe #FeelTheBeat #MusicReels #SongTrend #PartyMood #DanceChallenge #ReelsIndia', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 407, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(34, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'file', 0, NULL, '2025-09-29 09:13:26', '', 'public', 'top Travel Destinations', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(35, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, '', 0, NULL, '2025-09-29 09:16:00', '', 'public', 'Sometimes we smile outside, but deep inside we are broken. Not every battle is visible, and not every pain is spoken. Just needed a place to let it out without revealing my name. 💭✨\n\n#AnonymousPost #UnspokenThoughts #SilentPain #Feelings #HiddenStories #AnonymousConfession\n', '', '', '0', NULL, '0', '0', '1', '0', '1', 1, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(36, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-09-29 09:25:00', '', 'public', 'Glow inside and out ✨💄 From skincare to self-care, discover the best beauty &amp; personal care trends. Stay confident, stay beautiful!\n\n#BeautyAndPersonalCare #SkincareRoutine #SelfCareDaily #GlowUpJourney #NaturalBeauty #MakeupLove #HealthySkin #BeautyTips #PersonalCareMatters #BeautyGoals #SelfCareSunday #WellnessAndBeauty #FaceCare #HairCare #BodyCare #PamperYourself #BeautyHacks #DailyGlow #SkinCareLove #BeautyCare', '', '', '0', NULL, '0', '0', '1', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 438, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(37, 1, 'page', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-09-29 09:47:47', '', 'public', 'Step into the world of style with Trendy Fashion Hub 👗👠 Your one-stop destination for the latest fashion trends, chic outfits, and style inspiration. From everyday wear to statement looks, we bring you fashion that defines YOU. Stay trendy, stay confident, and let your wardrobe speak louder than words. 💃🔥\n\n#TrendyFashionHub #Fashion #Style #Outfit #Clothing #Trendy #Shopping #Wardrobe #OOTD #InstaFashion #LookBook #StreetStyle #Chic #FashionWear #TrendyStyle #FashionInspo #StyleGoals #CasualWear #EthnicWear #WesternWear #StreetWear #LuxuryStyle #FashionAddict #StyleInspo #OutfitOfTheDay #FashionBlogger #FashionTrends #StyleIcon #ModernFashion #EverydayStyle #FashionVibes', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(38, 17, 'user', '0', 1, '1', '0', NULL, '1', '0', NULL, 'group', NULL, NULL, '2025-09-29 09:51:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(39, 17, 'user', '0', NULL, '1', '0', 1, '1', '0', NULL, 'event', NULL, NULL, '2025-09-29 09:54:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(41, 17, 'user', '0', NULL, '1', '1', 1, '1', '0', NULL, 'event_cover', NULL, NULL, '2025-09-29 10:03:54', NULL, 'custom', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(42, 17, 'user', '1', 1, '1', '0', NULL, '1', '0', NULL, 'group_cover', NULL, NULL, '2025-09-29 10:05:18', NULL, 'custom', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(43, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-09-29 10:08:48', '', 'public', 'Navratri Shopping', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 134, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(45, 17, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-09-29 10:35:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(46, 1, 'page', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-09-29 10:37:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(47, 17, 'user', '1', 1, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-09-29 10:39:41', NULL, 'custom', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(48, 17, 'user', '0', NULL, '1', '1', 1, '1', '0', NULL, 'article', NULL, NULL, '2025-09-29 10:43:32', NULL, 'custom', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(49, 17, 'user', '0', 0, '0', '0', 0, '0', '0', 0, '', 0, NULL, '2025-10-01 11:31:07', '', 'public', 'Happy rerer\n', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(55, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'offer', 0, NULL, '2025-10-15 05:20:17', '', 'public', 'NAffffytvgbnliuytrdfxcvbnkmliuytrdfcgvbnmjhgufc', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(65, 17, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 03:50:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 1, 0, 89, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(88, 23, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:20:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(89, 23, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:22:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(94, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:28:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(95, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:35:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(98, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:37:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(99, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:37:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(100, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:38:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(101, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:40:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(102, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:44:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 102, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(103, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:53:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(104, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:53:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 104, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(105, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:56:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(106, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 05:57:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(107, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 06:00:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 109, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(108, 1, 'user', '0', 0, '0', '0', 0, '0', '0', NULL, 'live', NULL, NULL, '2025-10-16 06:01:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(111, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, '', 0, NULL, '2025-10-16 06:31:52', '', 'public', 'test', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(112, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'photos', 0, NULL, '2025-10-16 06:32:12', '', 'public', '', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(113, 1, 'user', '0', 0, '0', '0', 0, '0', '0', 0, 'offer', 0, NULL, '2025-10-16 06:47:02', '', 'public', 'testsetetst rtdrt rtdrtertdrt rtrt drtrtrrtdrtdrt', '', '', '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', '', '0', '0', 0, '', '', '0', '1', '1', '0', '0'),
(126, 25, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-10-24 19:25:08', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 106, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(127, 26, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_picture', NULL, NULL, '2025-10-27 03:46:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(128, 26, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-10-27 04:43:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(129, 27, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-10-27 17:18:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(130, 28, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-10-27 17:55:37', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(131, 30, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'profile_picture', NULL, NULL, '2025-11-19 07:40:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, NULL, NULL, '0', '1', '0', '0', '0'),
(132, 30, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 07:46:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(133, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:02:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(134, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:06:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(135, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:08:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(136, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:13:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(137, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:14:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(138, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:21:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(139, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:23:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(140, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:29:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(141, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:31:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(142, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:34:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(143, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:35:05', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(144, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:35:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(145, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:38:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(146, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:38:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(147, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:41:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(148, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:43:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(149, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:45:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(150, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:49:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(151, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:50:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(152, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:56:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(153, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:58:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(154, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 08:58:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(155, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:02:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(156, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:05:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(157, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:07:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(158, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:09:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(159, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:12:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(160, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:13:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(161, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:19:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(162, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:19:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(163, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:20:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(164, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:25:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(165, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:27:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(166, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:32:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(167, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:36:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(168, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:43:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(169, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:52:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(170, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 09:53:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(171, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:00:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(172, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:15:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(173, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:16:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(174, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:17:08', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(175, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:20:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(176, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:27:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(177, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:29:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(178, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:32:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(179, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:34:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(180, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 10:42:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(181, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-19 11:11:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(182, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:24:32', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(183, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:25:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(184, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:25:32', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(185, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:32:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(186, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:35:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(187, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:38:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(188, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:41:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(189, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:48:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(190, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:49:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(191, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:51:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(192, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:59:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(193, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 00:59:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(194, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:10:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(195, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:27:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(196, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:28:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(197, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:39:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(198, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:41:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(199, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:41:43', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(200, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:42:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(201, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:49:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(202, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:54:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(203, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 01:59:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(204, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:07:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(205, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:17:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(206, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:19:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(207, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:33:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(208, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:45:43', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(209, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:49:32', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(210, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 02:52:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(211, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:00:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(212, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:04:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(213, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:17:15', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(214, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:19:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(215, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:20:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(216, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:32:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(217, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:47:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(218, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 03:47:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(219, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:12:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(220, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:15:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(221, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:23:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(222, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:30:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(223, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:31:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(224, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:37:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(225, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 04:51:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(226, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 05:41:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(227, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 06:13:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(228, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 06:51:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(229, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 07:18:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(230, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 07:30:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(231, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 08:42:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(232, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 09:22:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(233, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 10:21:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(234, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-20 11:53:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(235, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:04:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(236, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:09:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0');
INSERT INTO `posts` (`post_id`, `user_id`, `user_type`, `in_group`, `group_id`, `group_approved`, `in_event`, `event_id`, `event_approved`, `in_wall`, `wall_id`, `post_type`, `colored_pattern`, `origin_id`, `time`, `location`, `privacy`, `text`, `feeling_action`, `feeling_value`, `boosted`, `boosted_by`, `comments_disabled`, `is_hidden`, `is_schedule`, `for_adult`, `is_anonymous`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `comments`, `shares`, `views`, `post_rate`, `points_earned`, `tips_enabled`, `for_subscriptions`, `subscriptions_image`, `is_paid`, `is_paid_locked`, `post_price`, `paid_text`, `paid_image`, `processing`, `pre_approved`, `has_approved`, `post_latitude`, `post_longitude`) VALUES
(237, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:22:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(238, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:23:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(239, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:33:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(240, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:34:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(241, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:36:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(242, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:42:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(243, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:47:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(244, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:48:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(245, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:49:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(246, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:50:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(247, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 00:53:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(248, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:01:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(249, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:09:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(250, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:15:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(251, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:16:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(252, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:29:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(253, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:33:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(254, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:50:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(255, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:52:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(256, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:56:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(257, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:57:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(258, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 01:58:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(259, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:13:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(260, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:23:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(261, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:24:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 44, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(262, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:30:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(263, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:40:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(264, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 02:49:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(265, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 03:00:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(266, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-21 04:46:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(267, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:00:37', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(268, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:13:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(269, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:15:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(270, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:17:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 44, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(271, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:24:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(272, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:26:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(273, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:28:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(274, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:48:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(275, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 00:50:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(276, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:05:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(277, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:05:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(278, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:14:08', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(279, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:15:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(280, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:27:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(281, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:38:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(282, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:41:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(283, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:52:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(284, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 01:58:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(285, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:16:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(286, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:25:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(287, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:28:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(288, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:43:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(289, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:51:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(290, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 02:55:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(291, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 05:30:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(292, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 05:40:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(293, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 06:15:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(294, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 06:29:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(295, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 07:07:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(296, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 07:26:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(297, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 07:49:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(298, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 08:01:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(299, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 08:03:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(300, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 08:53:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(301, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 08:58:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(302, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 10:57:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(303, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 11:15:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(304, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-22 12:04:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(305, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:08:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(306, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:15:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(307, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:22:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(308, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:33:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(309, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:40:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 53, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(310, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:45:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(311, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:55:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(312, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 00:56:43', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(313, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 01:07:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(314, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 01:27:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(315, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 01:34:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(316, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 01:45:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(317, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 02:01:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(318, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 02:21:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(319, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 02:27:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(320, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 02:58:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(321, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 03:02:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(322, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-23 03:15:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(323, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 00:05:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(324, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 00:13:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(325, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:31:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(326, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:37:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(327, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:42:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(328, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:46:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(329, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:48:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(330, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 02:55:37', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(331, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 03:12:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(332, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 03:14:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(333, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 03:17:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(334, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 03:42:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(335, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 03:54:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(336, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 04:04:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(337, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 04:05:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(338, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 04:12:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(339, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 04:31:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(340, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 05:11:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(341, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 05:37:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(342, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 06:10:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(343, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 06:37:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(344, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 06:55:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(345, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 07:54:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(346, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 08:04:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(347, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 08:33:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(348, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 12:12:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(349, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 12:31:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(350, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-24 13:05:40', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(351, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:09:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(352, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:15:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(353, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:16:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(354, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:16:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(355, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:17:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(356, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:26:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(357, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:27:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(358, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:27:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(359, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:31:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(360, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:34:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(361, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:38:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(362, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:48:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(363, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:52:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(364, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:54:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(365, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 00:57:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(366, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:02:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(367, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:07:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(368, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:08:40', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(369, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:16:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(370, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:16:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(371, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:18:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(372, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:33:05', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(373, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:36:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(374, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:42:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(375, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 01:54:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(376, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:07:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(377, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:19:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(378, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:19:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(379, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:26:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(380, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:39:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(381, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 02:46:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(382, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 03:16:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(383, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 03:32:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(384, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 03:39:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(385, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 03:48:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(386, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 04:29:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(387, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 05:32:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(388, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 06:01:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(389, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 06:17:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(390, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 06:18:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(391, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 08:01:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(392, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 08:04:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(393, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 08:50:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(394, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 12:23:07', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(395, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 13:02:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(396, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-25 15:16:05', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(397, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:11:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(398, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:15:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(399, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:20:18', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(400, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:25:15', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(401, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:26:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(402, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:29:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(403, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:39:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(404, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:48:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(405, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 00:56:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(406, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:00:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(407, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:11:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(408, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:15:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(409, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:28:15', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(410, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:41:37', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(411, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:45:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(412, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:56:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0');
INSERT INTO `posts` (`post_id`, `user_id`, `user_type`, `in_group`, `group_id`, `group_approved`, `in_event`, `event_id`, `event_approved`, `in_wall`, `wall_id`, `post_type`, `colored_pattern`, `origin_id`, `time`, `location`, `privacy`, `text`, `feeling_action`, `feeling_value`, `boosted`, `boosted_by`, `comments_disabled`, `is_hidden`, `is_schedule`, `for_adult`, `is_anonymous`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `comments`, `shares`, `views`, `post_rate`, `points_earned`, `tips_enabled`, `for_subscriptions`, `subscriptions_image`, `is_paid`, `is_paid_locked`, `post_price`, `paid_text`, `paid_image`, `processing`, `pre_approved`, `has_approved`, `post_latitude`, `post_longitude`) VALUES
(413, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 01:56:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(414, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:17:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(415, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:24:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(416, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:28:08', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(417, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:35:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(418, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:53:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(419, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 02:56:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(420, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 03:18:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(421, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 03:29:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(422, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 03:44:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(423, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 04:18:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(424, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 04:37:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(425, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 05:16:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(426, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 05:41:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(427, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 05:53:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(428, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 06:06:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(429, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 06:08:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(430, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 06:40:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(431, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 07:45:18', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(432, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 08:04:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(433, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 08:30:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(434, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 09:01:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(435, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 10:08:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(436, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 10:49:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(437, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 11:46:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(438, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 19:25:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(439, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 20:24:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(440, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 20:27:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(441, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-26 20:34:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(442, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:13:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(443, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:23:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(444, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:24:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(445, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:26:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(446, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:36:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(447, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:41:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(448, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 00:54:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(449, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:05:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(450, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:15:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(451, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:18:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(452, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:22:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(453, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:35:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(454, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:44:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(455, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 01:56:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(456, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 02:28:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(457, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 02:31:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(458, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:04:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(459, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:09:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(460, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:13:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(461, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:17:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(462, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:31:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(463, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 03:49:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(464, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 04:04:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(465, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 04:06:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(466, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 04:16:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(467, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 04:30:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(468, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 04:44:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(469, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 05:04:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(470, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 05:28:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(471, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 05:48:15', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(472, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 05:53:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(473, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 06:55:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(474, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 07:13:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(475, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 07:44:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(476, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 07:58:18', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(477, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 08:37:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(478, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 08:51:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(479, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 09:46:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(480, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 10:04:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(481, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 10:57:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(482, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 12:45:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(483, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 13:16:19', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(484, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 14:50:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(485, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 15:11:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(486, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 16:19:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(487, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 19:25:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(488, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 20:36:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(489, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-27 21:28:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(490, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:06:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(491, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:14:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(492, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:28:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(493, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:30:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(494, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:41:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(495, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:53:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(496, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 00:54:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(497, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 01:05:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(498, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 01:32:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(499, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 01:46:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(500, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 01:47:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(501, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 01:58:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(502, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:00:28', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(503, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:11:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(504, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:12:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(505, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:32:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(506, 31, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:33:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(507, 31, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:35:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(508, 31, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:35:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(509, 31, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:36:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(510, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:47:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(511, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 02:59:05', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(512, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 03:01:07', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(513, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 03:17:01', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(514, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 03:24:22', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(515, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 03:39:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(516, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 03:54:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(517, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 04:31:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(518, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 05:00:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(519, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 05:08:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(520, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 05:44:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(521, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 06:07:09', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(522, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 06:29:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(523, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 07:17:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(524, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 07:24:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(525, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 07:38:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(526, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 09:07:27', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(527, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 09:18:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(528, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 09:22:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(529, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 09:32:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(530, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 09:50:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(531, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 10:22:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(532, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 10:58:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(533, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 11:02:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(534, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 11:22:04', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(535, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 11:31:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(536, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 12:30:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(537, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 12:57:02', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(538, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 13:57:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(539, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 16:58:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(540, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 16:59:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(541, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-28 20:50:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(542, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:18:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(543, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:25:26', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(544, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:31:14', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(545, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:43:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(546, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:43:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(547, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:44:15', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(548, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:53:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(549, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:57:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(550, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 00:59:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(551, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 01:03:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(552, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 01:29:32', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(553, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 01:36:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(554, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 01:53:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(555, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 02:00:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(556, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 02:04:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(557, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 02:15:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(558, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 02:16:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(559, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 02:49:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(560, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:05:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(561, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:07:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(562, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:09:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(563, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:36:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(564, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:51:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(565, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:55:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(566, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 03:57:25', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(567, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 04:26:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(568, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 04:49:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(569, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 08:28:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(570, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 10:12:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(571, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 11:49:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(572, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-29 17:28:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(573, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:04:13', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(574, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:14:03', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(575, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:19:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(576, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:25:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(577, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:44:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(578, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 00:53:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(579, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 01:00:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(580, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 01:10:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(581, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 01:34:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(582, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 02:04:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(583, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 02:34:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(584, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 02:41:57', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(585, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 02:55:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(586, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 03:01:55', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(587, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 03:14:33', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(588, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 03:20:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0');
INSERT INTO `posts` (`post_id`, `user_id`, `user_type`, `in_group`, `group_id`, `group_approved`, `in_event`, `event_id`, `event_approved`, `in_wall`, `wall_id`, `post_type`, `colored_pattern`, `origin_id`, `time`, `location`, `privacy`, `text`, `feeling_action`, `feeling_value`, `boosted`, `boosted_by`, `comments_disabled`, `is_hidden`, `is_schedule`, `for_adult`, `is_anonymous`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `comments`, `shares`, `views`, `post_rate`, `points_earned`, `tips_enabled`, `for_subscriptions`, `subscriptions_image`, `is_paid`, `is_paid_locked`, `post_price`, `paid_text`, `paid_image`, `processing`, `pre_approved`, `has_approved`, `post_latitude`, `post_longitude`) VALUES
(589, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 03:47:29', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(590, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 03:51:59', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(591, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 05:06:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(592, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 05:07:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(593, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 05:33:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(594, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 06:05:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(595, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 06:14:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(596, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 06:25:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(597, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 06:40:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(598, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 06:45:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(599, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 07:31:18', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(600, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 08:30:35', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(601, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 08:38:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(602, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 08:43:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(603, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 08:59:48', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(604, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 09:19:36', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(605, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 09:27:43', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(606, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 09:39:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(607, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 09:43:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(608, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-11-30 11:08:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(609, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:06:50', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(610, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:19:21', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(611, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:20:11', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(612, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:31:23', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(613, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:33:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(614, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:49:20', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(615, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 00:55:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(616, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:00:52', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(617, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:14:56', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(618, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:15:06', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(619, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:30:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(620, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:44:30', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(621, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 01:57:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(622, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 02:02:40', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(623, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 02:39:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(624, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 02:44:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(625, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-01 03:01:39', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(626, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:05:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(627, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:07:31', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(628, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:19:12', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(629, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:23:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(630, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:29:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(631, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:31:10', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(632, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:33:16', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(633, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:36:38', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(634, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 00:49:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(635, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:03:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(636, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:06:41', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(637, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:10:49', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(638, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:23:17', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(639, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:28:58', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(640, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:31:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(641, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:35:51', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(642, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 01:42:46', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(643, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 02:14:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(644, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 02:31:47', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(645, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 02:32:34', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(646, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 02:38:00', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(647, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 02:47:45', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(648, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 03:28:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(649, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 03:56:05', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(650, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 04:35:53', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(651, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 05:07:24', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(652, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 05:50:40', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(653, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 07:29:54', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(654, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 07:33:44', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0'),
(655, 29, 'user', '0', NULL, '1', '0', NULL, '1', '0', NULL, 'article', NULL, NULL, '2025-12-02 08:56:42', NULL, 'public', NULL, NULL, NULL, '0', NULL, '0', '0', '0', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', NULL, '0', '0', 0, '', NULL, '0', '1', '1', '0', '0');

-- --------------------------------------------------------

--
-- Table structure for table `posts_articles`
--

CREATE TABLE `posts_articles` (
  `article_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `cover` varchar(256) NOT NULL,
  `title` varchar(256) NOT NULL,
  `text` text NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `tags` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_articles`
--

INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(1, 29, 'photos/2025/09/mxbook_f07d3a344d7eac7bed893cff67b92cc3.jpg', 'Top 10 Travel Destinations for 2025', '&lt;p&gt;Explore the most breathtaking travel destinations for 2025, including hidden gems and popular spots. Tips, photos, and experiences included&lt;/p&gt;', 22, '#Travel #Adventure #Explore #Wanderlust #Holiday #Vacation'),
(2, 45, 'photos/2025/09/mxbook_e2694f2e5d6e2d3653c2f1a95b92e419.png', '&ldquo;Tech Innovators Hub: Shaping the Future of Innovation &amp; Networking&rdquo;', '&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Tech Innovators Hub: Shaping the Future of Innovation &amp;amp; Networking&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br /&gt;In today&rsquo;s fast-paced digital world, staying ahead in technology and innovation is key. &lt;strong&gt;Tech Innovators Hub&lt;/strong&gt; brings together tech enthusiasts, professionals, and startups to explore emerging trends, share knowledge, and foster meaningful connections. Whether you are a seasoned innovator or a budding tech enthusiast, this hub offers something for everyone. Join us as we dive into the world of innovation, networking, and future-ready ideas.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;What is Tech Innovators Hub?&lt;/strong&gt;&lt;br /&gt;Founded with a mission to connect passionate minds, Tech Innovators Hub is more than just a community&mdash;it&rsquo;s a platform for &lt;strong&gt;knowledge exchange and collaboration&lt;/strong&gt;. Over the years, it has hosted numerous meetups, workshops, and webinars, empowering members to learn, grow, and contribute to the tech ecosystem. Its vision is simple yet powerful: &lt;strong&gt;to inspire innovation and build a network of forward-thinking professionals.&lt;/strong&gt;&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Upcoming Events &amp;amp; Meetups&lt;/strong&gt;&lt;br /&gt;Tech Innovators Hub regularly organizes &lt;strong&gt;meetups, workshops, and hackathons&lt;/strong&gt; that cater to diverse interests: from AI, IoT, and blockchain to entrepreneurship and digital marketing. These events provide attendees with the chance to &lt;strong&gt;learn from experts, share ideas, and explore collaborations&lt;/strong&gt;. If you&rsquo;re looking to stay updated with the latest in technology or want to present your own innovative projects, these meetups are the perfect opportunity.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Community &amp;amp; Networking&lt;/strong&gt;&lt;br /&gt;The heart of Tech Innovators Hub is its &lt;strong&gt;vibrant community&lt;/strong&gt;. Members not only gain insights from industry leaders but also connect with peers who share similar passions. Past events have sparked collaborations that turned into successful startups, partnerships, and mentoring opportunities. By joining the hub, you gain access to a &lt;strong&gt;supportive network that encourages creativity and growth&lt;/strong&gt;.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;How to Get Involved&lt;/strong&gt;&lt;br /&gt;Getting involved is simple:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Join the community online&lt;/strong&gt; via social media or the official website.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Register for upcoming events&lt;/strong&gt; and meetups.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Participate as a speaker, volunteer, or mentor&lt;/strong&gt; to share your expertise.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;No matter your level of experience, there&rsquo;s a place for you in the Tech Innovators Hub. &lt;strong&gt;Engage, learn, and contribute&lt;/strong&gt; to a thriving ecosystem of tech enthusiasts.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Conclusion &amp;amp; Call-to-Action&lt;/strong&gt;&lt;br /&gt;The future belongs to those who innovate and collaborate. Don&rsquo;t miss your chance to be part of the &lt;strong&gt;Tech Innovators Hub community&lt;/strong&gt;&mdash;a space where ideas turn into action and networks transform into opportunities. &lt;strong&gt;Join the next meetup today and be a part of the innovation journey!&lt;/strong&gt;&lt;/p&gt;', 15, '#TechInnovation #Networking #TechEvents #InnovationHub #FutureOfTech #StartupCommunity #AI #IoT #Blockchain #Entrepreneurship'),
(3, 46, 'photos/2025/09/mxbook_3f7b7e6742a493aa530213cfca60d5f3.png', 'Trendy Fashion Hub: Your Ultimate Destination for Style &amp; Trends', '&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Trendy Fashion Hub: Your Ultimate Destination for Style &amp;amp; Trends&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br /&gt;Fashion is more than just clothing&mdash;it&rsquo;s a way to express your personality, mood, and creativity. &lt;strong&gt;Trendy Fashion Hub&lt;/strong&gt; is your go-to platform for the latest trends, style tips, and fashion inspiration. Whether you&rsquo;re a fashionista, a budding designer, or someone looking to revamp their wardrobe, this hub keeps you updated with everything trendy and stylish.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Discover the Latest Fashion Trends&lt;/strong&gt;&lt;br /&gt;At Trendy Fashion Hub, we bring you &lt;strong&gt;cutting-edge trends from the runway to the streets&lt;/strong&gt;. From seasonal collections, vibrant colors, and statement accessories to sustainable fashion choices, our platform covers it all. Stay ahead of the fashion curve with curated guides, style tips, and trend alerts that ensure you always make a statement wherever you go.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Fashion Tips &amp;amp; Style Guides&lt;/strong&gt;&lt;br /&gt;Our &lt;strong&gt;style guides and tips&lt;/strong&gt; are designed to help you put together outfits that reflect your personality. Learn how to mix and match clothing, choose accessories, and create looks for every occasion&mdash;from casual streetwear to formal events. Trendy Fashion Hub empowers you to express yourself through your wardrobe confidently.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Community &amp;amp; Fashion Inspiration&lt;/strong&gt;&lt;br /&gt;Fashion is better when shared! Trendy Fashion Hub encourages fashion enthusiasts to &lt;strong&gt;connect, share ideas, and inspire each other&lt;/strong&gt;. Our community features influencers, designers, and everyday fashion lovers who contribute their unique perspectives. Discover new brands, innovative designs, and creative styling hacks that elevate your fashion game.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;How to Stay Connected&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Follow Trendy Fashion Hub on social media&lt;/strong&gt; for daily updates.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Join fashion discussions and live events&lt;/strong&gt; to interact with experts.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Submit your own fashion tips or looks&lt;/strong&gt; to inspire others.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Whether you&rsquo;re looking for inspiration or want to showcase your style, Trendy Fashion Hub is your ultimate fashion destination.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Conclusion &amp;amp; Call-to-Action&lt;/strong&gt;&lt;br /&gt;Fashion is ever-evolving, and staying updated is key to keeping your style fresh. Join the &lt;strong&gt;Trendy Fashion Hub community today&lt;/strong&gt;, explore the latest trends, and express your fashion identity with confidence. &lt;strong&gt;Be bold, be stylish, be trendy!&lt;/strong&gt;&lt;/p&gt;', 19, '#FashionTrends #StyleInspo #OOTD #FashionHub #StreetStyle #RunwayTrends #WardrobeGoals #TrendyLooks #FashionLovers #StyleGuide'),
(4, 47, 'photos/2025/09/mxbook_abd33d644a7227bad953593b2f44aaa1.png', 'Tech Innovators Hub: Empowering Innovation and Networking', '&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Tech Innovators Hub: Empowering Innovation and Networking&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br /&gt;In an era dominated by technology and innovation, staying connected and informed is key. &lt;strong&gt;Tech Innovators Hub&lt;/strong&gt; is a dynamic community that brings together tech enthusiasts, entrepreneurs, and industry experts to &lt;strong&gt;share ideas, learn new skills, and collaborate on innovative projects&lt;/strong&gt;. Whether you&rsquo;re a professional, student, or startup founder, the hub provides a platform to explore emerging trends and expand your network.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;What is Tech Innovators Hub?&lt;/strong&gt;&lt;br /&gt;Tech Innovators Hub is more than just a community&mdash;it&rsquo;s a &lt;strong&gt;platform for growth, learning, and collaboration&lt;/strong&gt;. Founded with the mission to &lt;strong&gt;connect innovative minds&lt;/strong&gt;, the hub hosts events, workshops, and webinars that inspire members to explore cutting-edge technologies and share their expertise. Its vision is to &lt;strong&gt;foster a collaborative ecosystem where ideas turn into actionable solutions&lt;/strong&gt;.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Upcoming Events &amp;amp; Meetups&lt;/strong&gt;&lt;br /&gt;The hub regularly organizes events focused on the latest in tech, such as:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;AI &amp;amp; Machine Learning workshops&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Blockchain and IoT sessions&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Startup pitch events and hackathons&lt;br /&gt;These meetups are designed to &lt;strong&gt;empower participants with knowledge, practical experience, and networking opportunities&lt;/strong&gt;. Attendees can meet industry experts, present their projects, and gain valuable feedback.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Community &amp;amp; Networking Opportunities&lt;/strong&gt;&lt;br /&gt;At the heart of Tech Innovators Hub is its &lt;strong&gt;engaged and collaborative community&lt;/strong&gt;. Members have access to:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;Networking sessions with like-minded professionals&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Mentorship opportunities from experienced innovators&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Platforms to share ideas and collaborate on projects&lt;br /&gt;This ecosystem &lt;strong&gt;encourages creativity, knowledge-sharing, and professional growth&lt;/strong&gt;, making it an ideal place for tech enthusiasts to thrive.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;How to Join &amp;amp; Get Involved&lt;/strong&gt;&lt;br /&gt;Becoming a part of Tech Innovators Hub is simple:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Sign up online&lt;/strong&gt; via the official website or social media channels&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Attend meetups and workshops&lt;/strong&gt; to gain knowledge and network&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Contribute as a speaker, mentor, or volunteer&lt;/strong&gt; to share your expertise&lt;br /&gt;Whether you&rsquo;re a beginner or an experienced professional, there&rsquo;s a place for you in this innovative community.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Conclusion &amp;amp; Call-to-Action&lt;/strong&gt;&lt;br /&gt;Innovation thrives when people collaborate and share ideas. &lt;strong&gt;Join Tech Innovators Hub today&lt;/strong&gt; and be part of a community that&rsquo;s shaping the future of technology. Explore new trends, meet innovators, and transform your ideas into reality!&lt;/p&gt;', 22, '#TechInnovation #Networking #TechEvents #InnovationHub #FutureOfTech #StartupCommunity #AI #IoT #Blockchain #Entrepreneurship'),
(5, 48, 'photos/2025/09/mxbook_a07b22dd983c8403a09176e0d8f05884.png', 'Join Us at the Tech Innovators Hub Meetup: Connect, Learn, and Innovate', '&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Join Us at the Tech Innovators Hub Meetup: Connect, Learn, and Innovate&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br /&gt;Are you ready to be part of a &lt;strong&gt;community that thrives on innovation and collaboration&lt;/strong&gt;? The &lt;strong&gt;Tech Innovators Hub Meetup&lt;/strong&gt; is here to bring together tech enthusiasts, entrepreneurs, and professionals for an exciting event filled with learning, networking, and inspiration. Whether you are looking to gain insights from industry experts or connect with like-minded individuals, this event is not to be missed.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Event Highlights&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Date &amp;amp; Time:&lt;/strong&gt; [Insert Date &amp;amp; Time]&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Venue:&lt;/strong&gt; [Insert Venue / Online Link]&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Topics Covered:&lt;/strong&gt; AI, IoT, Blockchain, Startups, and Emerging Technologies&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Speakers:&lt;/strong&gt; Industry leaders, innovators, and tech enthusiasts sharing their insights&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Activities:&lt;/strong&gt; Panel discussions, live Q&amp;amp;A sessions, and networking opportunities&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This meetup is designed to &lt;strong&gt;help participants gain practical knowledge, explore emerging trends, and foster collaborations&lt;/strong&gt; that can lead to real-world projects and innovations.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Why You Should Attend&lt;/strong&gt;&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Learn from Experts:&lt;/strong&gt; Gain insights from industry professionals and thought leaders.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Network with Innovators:&lt;/strong&gt; Meet like-minded tech enthusiasts and potential collaborators.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Showcase Your Ideas:&lt;/strong&gt; Present your projects or innovative concepts to an engaged audience.&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;&lt;strong&gt;Stay Ahead in Technology:&lt;/strong&gt; Discover the latest trends and developments in the tech world.&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;How to Register&lt;/strong&gt;&lt;br /&gt;Joining the Tech Innovators Hub Meetup is easy:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;p&gt;Visit the official registration link: [Insert Link]&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Fill out your details and secure your spot&lt;/p&gt;\n&lt;/li&gt;\n&lt;li&gt;\n&lt;p&gt;Follow our social media channels for event updates and reminders&lt;/p&gt;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;strong&gt;Tip:&lt;/strong&gt; Seats are limited, so early registration is recommended to ensure your participation.&lt;/p&gt;\n&lt;hr /&gt;\n&lt;p&gt;&lt;strong&gt;Conclusion &amp;amp; Call-to-Action&lt;/strong&gt;&lt;br /&gt;Don&rsquo;t miss the chance to &lt;strong&gt;be part of a vibrant tech community&lt;/strong&gt; that&rsquo;s shaping the future. Join us at the &lt;strong&gt;Tech Innovators Hub Meetup&lt;/strong&gt;, connect with innovators, and take your ideas to the next level. &lt;strong&gt;Register now and be ready to innovate, inspire, and network!&lt;/strong&gt;&lt;/p&gt;', 15, '#TechInnovation #Networking #TechMeetup #StartupCommunity #FutureOfTech #AI #IoT #Blockchain #EventAlert #TechLearning'),
(6, 126, 'photos/2025/10/mxbook_5dfe4c94d420eea2d91ed993ce5cadcc.jpg', 'Global Safe Cargo Packers and Movers Chennai &ndash; The Best Moving Company Near You', '&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; xml:lang=&quot;en-us&quot;&gt;Global Safe Cargo is not only defined by its commitment to timely delivery but also by its dependability. During a move, we totally get that being on time is very crucial. For this reason, our transport vehicles which are GPS-enabled provide the exact location of the freight at any time so that it is very easy and fast to track them. In other words, the entire route of your shipment will be visible to you giving you full security and tranquility. We are the team that promises to deliver your things safely and on time, therefore, we are a reliable choice for both local and long-distance moves.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; xml:lang=&quot;en-us&quot;&gt;Another good thing about hiring Global Safe Cargo &lt;strong&gt;&lt;a href=&quot;https://globalsafecargomovers.com/&quot;&gt;Cheapest Packers and Movers Chennai&lt;/a&gt;&lt;/strong&gt; is that you will not miss any service because of our wide-ranging services. The breadth of our relocation services includes not only household shifting and office relocation but also vehicle transport, packing &amp;amp; unpacking, and storage solutions. With our door-to-door service, you can rest assured that no matter the phase of the move, the logistics, the safety, or the manpower concern will not bother you. Furthermore, we have the provision of safe storage facilities for as long as you want if that is what you need.&lt;/span&gt;&lt;/p&gt;', 16, 'Top  Packers and Movers Chennai'),
(7, 128, 'photos/2025/10/mxbook_9f0dbf1dee6db5775b07c2ce16c88206.jpg', '5 Signs You Need Professional Packers and Movers in Bilaspur', '&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Choosing the right Packers and Movers in Bilaspur is crucial to your relocation success. You need to choose a company that will provide excellent service at an affordable price. This will help you move without stressing out about the cost of the move.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;A professional Packers and Movers in Bilaspur will give you an accurate quote for your move. They will also inspect your items and keep a record of them.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;strong&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:18pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;1. You Need a Reliable Company&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Whether you&#039;re moving your home or office, a trusted mover will provide safe packing and transport. They will use protective packaging and experience handling to ensure your items arrive at their destination without damage. They can also relocate your car or two-wheeler, using dedicated carriers to ensure your vehicle is delivered safely to its new location.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The capital of Chhattisgarh, Bilaspur is a bustling business hub with a vibrant steel industry. With a growing middle class and increasing literacy levels, the city offers many opportunities for start-ups and established businesses alike. Opening a coaching center for competitive exams, spoken English classes, or skill-based vocational training can yield good returns.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;strong&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:18pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;2. You Need Help with Packing&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you have a lot of items to pack and move, a professional service can save you time and hassle. They have experience with packing all kinds of belongings, and they will take care of your fragile and valuable items. They also offer services like storage and warehousing.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;They will inspect your items and keep records of them. They will provide you with an accurate estimate before starting the work. They will also provide you with a written contract, which will include the services they&rsquo;ll perform and their prices. If a company doesn&rsquo;t have this, be wary of them.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The best &lt;strong&gt;&lt;a href=&quot;https://www.sspackerandmover.in/bilaspur.html&quot;&gt;packers and movers in Bilaspur&lt;/a&gt;&lt;/strong&gt; will be transparent with their pricing and won&rsquo;t have any hidden costs. They will also offer first-class client support from start to finish.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;strong&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:18pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;3. You Need a Reliable Company&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;A reputable packers and movers Bilaspur company will offer you transparent service charges, and they won&rsquo;t charge you for packing materials. They&rsquo;ll also provide you with an inventory of your items and will ensure that they deliver everything on time. In addition, they&rsquo;ll help you plan your move so that it goes as smoothly as possible.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Relocating to a new place can be a stressful process, but if you hire a professional packer and mover, you can save yourself some of the hassle. These companies specialize in home and office relocation, and they can help you get settled in your new place.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;strong&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:18pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;4. You Need a Reliable Company&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Relocating to a new house is a significant event that involves moving household items. It is a common phenomenon for families and business owners who want to shift their home or workplace according to their changing wants and needs.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The most dependable packers and movers in Bilaspur offer residential and commercial relocation services, warehousing, and vehicle transportation. They also have a transparent pricing policy. They conduct an in-person assessment, take an inventory of your products, and provide you with an accurate quote. They also give you a copy of the agreement before they begin packing and transporting your items.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;They also ensure that your belongings are safe during the whole process. They have experienced staff and trained professionals who are skilled in packing, storing, and transferring your goods.&lt;/span&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;strong&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:18pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;5. You Need a Reliable Company&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Choosing the right movers and packers is crucial to a smooth relocation. It&rsquo;s important to find a company that has experience and is reputable. It&rsquo;s also helpful to check customer reviews before hiring a company.&lt;/span&gt;&lt;/p&gt;\n&lt;div style=&quot;border:none;border-bottom:solid 1pt;padding:0cm 0cm 1pt 0cm;&quot;&gt;\n&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align:justify;line-height:normal;border:none;padding:0cm;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;font-size:12pt;font-family:&#039;Times New Roman&#039;, serif;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The cost of a moving service depends on several factors, including the distance and type of goods being moved. Other costs include taxes, packaging services, and storage services. Additionally, some companies offer insurance services to protect your belongings during the relocation process.&lt;/span&gt;&lt;/p&gt;\n&lt;/div&gt;', 16, ''),
(8, 129, 'photos/2025/10/mxbook_53e858de6427c82987c5a1bcfa07184b.jpg', 'Packers and Movers Guwahati Price List', '&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;You might think that packing, moving, and unpacking are easy tasks, but that&rsquo;s not always the case. If done incorrectly, you can damage your belongings or break items.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;To avoid this, you should hire a professional packers and movers company in Guwahati. Understanding their pricing can help you plan your relocation budget accurately.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Packing&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Packing and moving is a time-consuming task that requires careful planning. It&rsquo;s also a risky job, as there are a lot of items that can be damaged during the process. This is why it&rsquo;s important to hire professional packers and movers Guwahati for the job. This way, you can be sure that your belongings will be safe and secure. Moreover, the professionals know how to handle different types of items and will not damage them.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Packers and movers Guwahati offer various packages for packing and moving, so you should ask about the pricing before hiring them. If they have hidden charges, it&rsquo;s better to look for another company that can provide you with the same services at a lower price. A good Packers And Movers Guwahati price list will include all the necessary expenses. It will also include the GST rates of the basic services and any additional services you may need.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The cost of the Packers and Movers Guwahati package will depend on the size of your move and the distance between the two locations. It will also vary based on the type of vehicle you choose. For example, a dedicated truck will cost more than a shared one. Similarly, the number of boxes will impact the overall cost. You should also take into account the costs of packing materials, insurance, and special handling.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;You should also consider whether the &lt;strong&gt;&lt;a href=&quot;https://www.dtcpackers.co.in/&quot;&gt;Packers and movers Guwahati&lt;/a&gt;&lt;/strong&gt; have a warehouse management service. This will allow you to store your possessions if the new place isn&rsquo;t ready for them yet. This will prevent you from having to pay extra storage fees. Additionally, it will protect your belongings from theft and weather-related damages. A reputable Packers and Movers Guwahati will also ensure that your goods are safely stored until they are ready to be delivered. They will even provide you with a detailed report on your belongings.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Loading&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;A full-service packer and mover typically includes loading and unloading services in their moving costs. These services are essential to ensure that your items are protected from damage during the transport process. They also help you save time and money by eliminating the need to rent a truck and purchase packing materials. Whether you are moving to a new home or business, these services will make your relocation easy and hassle-free.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;They can also handle the transportation of heavy and fragile items. They also offer a range of additional services, including temporary storage facilities.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Loading is a vital part of any relocation, but it can be costly when done by a non-professional. This task requires a lot of time and effort, as well as a variety of packing supplies. If you choose to do the work yourself, you will need to buy packing materials such as boxes, plastic bags, wrappings, and tape.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;The cost of movers and packers in Guwahati varies depending on the volume of goods, distance, and additional services. For example, the cost of a 2 BHK move from Pune to Guwahati will vary based on the volume and type of goods. In addition, the amount of packing materials needed and the type of vehicle used will affect the overall cost.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Choosing the best &lt;strong&gt;&lt;a href=&quot;https://www.dtcpackers.co.in/packers-and-movers-barpeta.html&quot;&gt;packers and movers in Barpeta&lt;/a&gt;&lt;/strong&gt; can be difficult, but with the right research, it can be easy. Fortunately, DTC packers is here to help you find the best names in the industry. Using our directory, you can compare quotes from multiple companies and decide which one suits your needs the best. We also offer an online quote calculator so you can get the most accurate estimate of your move&rsquo;s costs.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;&nbsp;&lt;/span&gt;&lt;/p&gt;', 16, ''),
(9, 130, '', 'How to Take Out a Loan Without Breaking the Bank', '&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Sometimes, it makes sense to borrow money for things that improve your life over the long term. But borrowing can also be expensive if you don&rsquo;t manage your debt wisely.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Before you apply for a personal loan, take some time to review your options and make sure the monthly payment fits in with your budget. This will help ensure you&rsquo;re not overborrowing.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;1. Don&rsquo;t Overborrow&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;It&rsquo;s surprisingly easy to overstretch your budget by borrowing more than you can afford. If you borrow too much, you may end up paying thousands in interest and hurting your credit score (because you&rsquo;ll be paying more than what you borrowed). It might also make it harder to afford essential expenses like rent, utilities and food.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Luckily, there are ways to prevent over borrowing. You can start by determining what you need to borrow and how much it will cost in total. Then, compare lenders to find the best rates and terms. This could save you a lot of money in the long run!&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;You can also avoid over borrowing by carefully monitoring your debt and creating a solid plan for repayment. Keeping your balances low and making payments on time can help you build up your credit scores again, which will make it easier for you to borrow in the future.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Before you apply for a personal loan, be sure to check your credit report to ensure there are no inaccuracies that could hinder your chances of approval. You can get one free credit report per year from each of the three credit bureaus. And remember to shop around: rates and fees vary widely by lender.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you have a strong income, you might be able to qualify for a personal loan from a bank or online lender. These loans typically offer competitive rates, and you can often get approved quickly. However, these types of loans tend to require collateral, such as your home or car. And you&rsquo;ll likely have to pay higher interest rates than unsecured loans for people with good credit.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you&rsquo;re unsure whether a personal loan is right for you, consider consulting with a certified credit counselor. They&rsquo;ll discuss your finances with you and identify a repayment plan to help you get back on track. They can also teach you how to use a debt avalanche method, which is an effective way to reduce your debt load. You can also ask family or friends to lend you money. Just be sure to have a clear conversation about expectations and put everything in writing. And if you decide to borrow from someone you know, consider finding a cosigner.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;2. Create a Budget&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;It&rsquo;s important to create a budget before taking out any loan. This will help you understand what your monthly payments will be and if they will fit into your overall financial plan. Then, you can prioritize your debts and savings goals.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;To create a budget, start by calculating your net income. This is your total income minus all of your expenses. If you find that your current budget is not working, try making small changes. For example, you may be able to save more by lowering your spending or increasing your income through a side hustle or another source of income.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;For businesses, creating a budget is also important. This will show lenders that you are focused on achieving a profitable financial position. It will also allow you to plan for a sustainable debt-to-equity ratio.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Once you&rsquo;ve created a budget, you&rsquo;ll need to determine which expenses are most important. For most people, this will include basic living expenses and debt payments. If you can, set aside a starter emergency fund of several months&rsquo; worth of bare-bones living expenses. This can help prevent relying on credit cards during emergencies or unexpected costs, which can lead to more debt.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you need to borrow, choose a personal loan that offers a reasonable interest rate and manageable terms. Avoid payday or title loans, which typically have extremely high interest rates and are designed for desperate borrowers. These loans can quickly add up and cost you two or even three times what you borrowed.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Once you&rsquo;ve established a budget, you can start to pay off your debts. For most, this will require aggressively paying down high-interest debt and continuing to pay at least the minimum on any other outstanding debts. If you have any lump sums of money or extra funds at the end of the month, consider directing them toward your debt repayment, as this can accelerate your progress. You can also ask friends or family to lend you money, but this should be a last resort. Their money could be earmarked for other important goals, and they might not be willing to risk it.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;3. Review Your Options&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you find yourself needing to borrow, it is important that you evaluate your options. This means considering the purpose of the loan, the terms of repayment, and the total cost, including fees and interest. Then, compare these factors to your budget and financial goals.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Taking out a personal loan is one way to fund an expense or purchase, and it may make sense in some circumstances. For example, if you have high credit card debt and are looking to lower your credit utilization ratio, a personal loan could be beneficial. However, it&rsquo;s also important to remember that you can save for purchases in advance and avoid the need to borrow altogether.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;In some cases, a personal loan may be necessary if you have an emergency expense, such as a medical bill or home repair. In this case, the fast turnaround of a personal loan could be more convenient than a lengthy wait for your bank to process a deposit or a check. Additionally, personal loans are typically unsecured, which allows you to receive funds faster than a secured loan would.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;When choosing a lender, it&rsquo;s best to shop around for the lowest rates and costs. Be sure to review each lender&rsquo;s required documents, such as proof of income and a debt-to-income (DTI) ratio. Then, carefully consider each lender&rsquo;s approval timeline and funding speed to ensure that it meets your needs.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;It&rsquo;s also worth noting that some lenders charge fees for the privilege of extending you credit. These additional charges can quickly inflate your overall loan cost. Finally, it&rsquo;s a good idea to review the lender&rsquo;s customer reviews and reputation before applying. Avoid any lenders that promise approval without assessing your credit or ask you to send money before confirming your loan.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Borrowing from friends or family is another option, but this can be stressful and cause strain on relationships. If someone is willing to lend you money, it&rsquo;s a good idea to establish clear terms and a written agreement in order to avoid any conflict or strain. Lastly, if you have equity in your home, you can also choose to take out a home equity line of credit. These can have a lower interest rate than personal loans and are often backed by collateral, which makes them less risky for the lender.&lt;/span&gt;&lt;/p&gt;\n&lt;h2 style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;4. Make Payments on Time&lt;/span&gt;&lt;/h2&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Paying off debt on time helps to build good credit, which is a positive factor in improving your financial health. It also helps to keep you from paying costly late fees. If you are worried about missing a payment, contact your lender as soon as possible (ideally before you are 30 days late). They may be able to work with you to create a different financing arrangement that allows you to continue making payments on time and avoid damaging your credit score.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;If you can afford to, make bi-weekly or monthly payments instead of the standard monthly ones. This simple step can cut the life of your loan by several months or even years, saving you a substantial amount in interest charges. If you have a windfall from a work bonus, tax refund or other source, consider using it to pay down your loan balance early. However, before you do this, check the fine print on your loan agreement to be sure there is no prepayment penalty.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Another way to make your loan more manageable is to use a credit card that offers a revolving account. This will allow you to draw money based on your needs and only pay interest on what you actually use. This is ideal for borrowers who aren&rsquo;t sure how much they need to borrow.&lt;/span&gt;&lt;/p&gt;\n&lt;p style=&quot;text-align:justify;&quot;&gt;&lt;span lang=&quot;en-us&quot; xml:lang=&quot;en-us&quot;&gt;Some of the other key reasons for hiring Indian Cargo &lt;strong&gt;&lt;a href=&quot;https://indiancargopackersmovers.in/packers-movers-janakpuri.html&quot;&gt;Packers and Movers Janakpuri&lt;/a&gt;&lt;/strong&gt; include the excellent packing materials used by them. We realize that the things you own are both emotionally and financially valuable to you, thus we do not at all compromise on their safety.&lt;/span&gt;&lt;/p&gt;\n&lt;div style=&quot;border:none;border-bottom:solid 1pt;padding:0cm 0cm 1pt 0cm;&quot;&gt;\n&lt;p style=&quot;text-align:justify;border:none;padding:0cm;&quot;&gt;&lt;span lang=&quot;en-us&quot; style=&quot;color:#000000;&quot; xml:lang=&quot;en-us&quot;&gt;Ultimately, you can minimize the need to take out loans in the future by monitoring your budget and building an emergency fund. However, if you do need to borrow in the future, a personal loan can be an affordable solution. Just be sure to carefully shop among lenders and choose the best option based on your credit scores, income and debt-to-income ratio. Remember that loans that have to be repaid every week or at the end of the month are typically very expensive and reserved for those in desperate financial situations, so you should always try to stick with an installment loan whenever possible. In addition, a personal loan can help to diversify your credit mix, improve your credit utilization ratio and reduce your overall debt load.&lt;/span&gt;&lt;/p&gt;\n&lt;/div&gt;', 16, '');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(10, 132, 'photos/2025/11/mxbook_77c2a8366bbe5726dae8d6f33eda3b21.jpg', 'Celestial Empire: Strategies for Managing Resources and Population Growth Effectively', '&lt;p&gt;Resource and population management are at the core of Celestial Empire&rsquo;s gameplay. The balance between growth and stability determines whether your city thrives or collapses. Understanding these systems early on will help you build a sustainable and prosperous empire.&lt;/p&gt;\n&lt;p&gt;A strong food supply is the foundation of any successful settlement. Farms, fisheries, and hunting areas must be placed strategically to ensure consistent output. As seasons change, production fluctuates, so it&rsquo;s wise to diversify your food sources to prevent shortages.&lt;/p&gt;\n&lt;p&gt;Population growth brings new workers, but also new demands. Housing, entertainment, hygiene, and religion all play a role in keeping citizens satisfied. Unhappy or underserved populations can lead to civil unrest, which can halt productivity and damage buildings.&lt;/p&gt;\n&lt;p&gt;As your empire expands, organizing districts&mdash;such as residential, industrial, and agricultural zones&mdash;helps improve efficiency. Proper layout prevents travel bottlenecks and keeps resource flow steady. By mastering these fundamentals, you can build a thriving and harmonious realm in Celestial Empire.&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Z2u.com&lt;/strong&gt; has provide huge stock of &lt;a href=&quot;https://www.z2u.com/celestial-empire/accounts-5-35988&quot;&gt;&lt;strong&gt;Cheap Celestial Empire Account&lt;/strong&gt;&lt;/a&gt; and the fastest delivery of Celestial Empire Account. Please don&#039;t hesitate to choose the reputable &lt;a href=&quot;https://www.z2u.com/celestial-empire/accounts-5-35988&quot;&gt;&lt;strong&gt;Celestial Empire Account &lt;/strong&gt;&lt;/a&gt;seller - z2u.com. Our 24/7 online customer service will bring you the perfect trading experience.&lt;/p&gt;', 19, 'Celestial Empire Account'),
(11, 133, '', 'EA FC 26 TOTW 10 &ndash; Prognose &amp; Highlights [Update]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Prognosen f&uuml;r das EA FC 26 TOTW 10 fallen in diesem Jahr deutlich &uuml;berschaubarer aus als in den vergangenen Wochen, was vor allem auf die Pause im Ligabetrieb w&auml;hrend der WM-Qualifikationsspiele zur&uuml;ckzuf&uuml;hren ist. Weniger Spiele bedeuten auch weniger potenzielle Kandidaten f&uuml;r das Team der Woche, doch die Auswahl bleibt spannend. Hochkar&auml;ter wie Kylian Mbapp&eacute;, Erling Haaland, Harry Kane, Bukayo Saka, Bruno Fernandes, Hakan &Ccedil;alhanoğlu, Alexander Sorloth und Jo&atilde;o Neves k&auml;mpfen um einen Platz im TOTW 10. Auch die Frauenligen pr&auml;sentieren mit Khadija Shaw und Ewa Pajor vielversprechende Optionen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In unseren Vorhersagen f&uuml;r das Team der Woche 10 werfen wir einen Blick auf die vielversprechendsten Profis in den Kategorien St&uuml;rmer, Mittelfeld sowie Verteidiger und Torwart. Dabei ist zu beachten, dass einige Spieler &ndash; etwa Oleksandr Hutsuliak, der f&uuml;r die Ukraine zwei Tore und eine Vorlage erzielte, oder Marko Arnautovic mit zwei Toren f&uuml;r &Ouml;sterreich &ndash; aufgrund lizenzrechtlicher Beschr&auml;nkungen nicht in FIFA 26 vertreten sind und somit keine Chance auf eine TOTW-Auszeichnung haben. Zudem f&uuml;hren die wenigen L&auml;nderspiele zu weniger Profilierungsm&ouml;glichkeiten, was die Auswahl einschr&auml;nkt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dennoch konnten sich mehrere Spieler in den Qualifikationsspielen besonders hervortun. Topstars wie Mbapp&eacute;, Haaland und Kane gl&auml;nzten jeweils mit zwei Toren und wurden als Man of the Match ausgezeichnet. Khadija Shaw &uuml;berzeugte ebenfalls mit einem Tor, einer Vorlage und ihrer Performance, die Manchester City zum Sieg f&uuml;hrte. Besonders spannend ist die Entscheidung zwischen Bruno Fernandes und Jo&atilde;o Neves, die beide im gleichen Spiel gegen Armenien jeweils drei Tore erzielten. Normalerweise erh&auml;lt pro Spiel nur ein Spieler eine TOTW-Karte, aber in diesem Fall k&ouml;nnten beide eine Auszeichnung verdienen. &Auml;hnlich beeindruckend war Troy Parrott, der im Spiel gegen Ungarn drei Tore erzielte. Auch Spieler wie Andrija Živković, Julian Ryerson, Malo Gusto, Mikel Oyarzabal, Alexander Sorloth und Nick Woltemade, die jeweils zwei Tore erzielten, stehen hoch im Kurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Weitere interessante Kandidaten haben wir ebenfalls aufgelistet. Ob und welche Profis letztlich ins Team der Woche 10 aufgenommen werden, entscheidet sich am Mittwoch, dem 19. November 2025, um 19:00 Uhr. Bis dahin sind noch die Karten vom Team der Woche 9 in den Packs erh&auml;ltlich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02f8bfe33168274e19e6OKPwKdAo03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02f8bfe33168274e19e6OKPwKdAo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die kommende Team of the Week 10 in FIFA Ultimate Team verspricht spannende Highlights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viele Top-Spieler k&ouml;nnten eine Nominierung erhalten, darunter Mbappe, Haaland und Kane.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Spieler haben in den vergangenen Spielen beeindruckende Leistungen gezeigt und sind somit im Blickfeld.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans spekulieren bereits dar&uuml;ber, wer es letztendlich ins Team schaffen wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Entscheidung h&auml;ngt von den jeweiligen Spielleistungen in der Woche ab.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bleiben Sie dran, um die offizielle Bekanntgabe der TOTW 10 zu verfolgen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber EA FC 26 und FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;EA &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FC 26 Coins&lt;/a&gt; sind die digitale W&auml;hrung, die im Modus FIFA Ultimate Team eingesetzt wird, um neue Packs, Top-Spieler und individuelle Anpassungen zu erwerben. FC 26 Coins erm&ouml;glichen es Spielern, ihr Team gezielt zu verbessern und schneller Fortschritte im Spiel zu erzielen. Wer seine &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 26 Coins&lt;/a&gt; schnell auff&uuml;llen m&ouml;chte, kann dies &uuml;ber verschiedene Handelsplattformen wie LootBar.gg oder andere seri&ouml;se Anbieter tun, die einen sicheren Top-up-Service bieten. So l&auml;sst sich das Spielerlebnis im FUT-Modus optimal gestalten und das Traumteam effizient zusammenstellen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 26 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler FC 26 Coins aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. lootbar.gg hebt sich durch seine benutzerfreundliche Oberfl&auml;che und die einfache Abwicklung beim &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FIFA Coins kaufen&lt;/a&gt; hervor, was besonders f&uuml;r Neueinsteiger attraktiv ist.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Vorteil von lootbar ist die Kombination aus g&uuml;nstigen Preisen, regelm&auml;&szlig;ig verf&uuml;gbaren Rabatten und attraktiven Bonusaktionen, wodurch Spieler beim Kauf von FC 26 Coins bares Geld sparen k&ouml;nnen. Dar&uuml;ber hinaus sorgt die moderne Sicherheitsinfrastruktur bei lootbar.gg daf&uuml;r, dass alle Transaktionen gesch&uuml;tzt ablaufen und pers&ouml;nliche Daten sicher bleiben. Der professionelle und jederzeit erreichbare Kundensupport garantiert zudem, dass Fragen schnell beantwortet und m&ouml;gliche Probleme zuverl&auml;ssig gel&ouml;st werden. Mit der schnellen Lieferung der Coins erleben Nutzer ein rundum sorgenfreies Einkaufserlebnis auf lootbar.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 26 Coins bei LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Webseite von Lootbar und melden Sie sich mit Ihrem Account an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie die passende Plattform aus, auf der Sie FC 26 spielen, zum Beispiel PlayStation, Xbox oder PC.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die Anzahl der FC 26 Coins, die Sie erwerben m&ouml;chten, und legen Sie diese in den Warenkorb.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGehen Sie zum Warenkorb und klicken Sie auf die Option zur Bezahlung.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus, wie etwa Kreditkarte, PayPal, Giropay oder paysafecard, und schlie&szlig;en Sie die Zahlung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach der Bezahlung werden Sie aufgefordert, die erforderlichen Informationen f&uuml;r die Lieferung Ihrer FC 26 Coins bereitzustellen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie die ben&ouml;tigten Daten ein und best&auml;tigen Sie Ihren Kauf.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWarten Sie nun, bis die Coins Ihrem FC 26 Spielkonto gutgeschrieben werden; w&auml;hrend dieses Prozesses sollten Sie sich nicht ins Spiel einloggen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald die Bestellung abgeschlossen ist, k&ouml;nnen Sie die FC 26 Coins im Spiel nutzen und Ihr Spielerlebnis erweitern.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; height=&quot;602&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(12, 134, '', 'Monopoly GO: Rebel Racers Score Stuns Fans &ndash; Latest News', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0361cf1664e548d907f8KrQ0Arec03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0361cf1664e548d907f8KrQ0Arec03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A player of Monopoly GO has recently stunned the gaming community by sharing an astonishing Rebel Racers score, leaving fans in disbelief over its magnitude. Monopoly GO, developed by Scopely, is a mobile adaptation of the classic Hasbro board game, blending nostalgic gameplay with innovative features since its 2023 launch. The game offers familiar mechanics alongside new elements, such as a treasure hunting mini-game that adds excitement to the experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In a recent act of goodwill, Scopely rewarded players for reporting in-game issues with free dice rolls. After some players encountered problems during the latest tournament, where their accumulated points failed to display correctly, they received 200 free dice rolls as compensation. However, the developers quickly responded to reports of exploitation, cracking down on users attempting to abuse the system with false bug reports.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On Reddit, a user named whyisthislife87 shared a screenshot from Rebel Racers, a fast-paced mini-game event where players race against three other teams in successive rounds. The screenshot featured a competitor who achieved a staggering score of over 1 million points&mdash;specifically, 1,047,011. Rebel Racers offers generous rewards for top performers, including rare stickers, a five-star sticker pack, a special board token, and a Rebel Alliance shield. Such high scores are raising eyebrows among fans, who find it difficult to believe that someone could amass so many points legitimately.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many community members expressed skepticism about the authenticity of the score. While some confirmed that the screenshot was genuine and not digitally altered, accusations of cheating circulated. One Reddit user described the score as the &quot;most insane&quot; they&rsquo;d ever seen, suggesting it seemed impossible without some form of unfair advantage. Conversely, a humorous comment suggested the player must have hit the maximum roll of 6 six times in a row repeatedly, jokingly encouraging others to improve their skills to compete at that level.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly GO continues to feature various themed events, adding new collaborations and challenges. Following previous partnerships with brands like Aqua Partners, Desert Bloom, and St. Patrick&rsquo;s Partners, the upcoming June schedule promises excitement for Star Wars fans. Starting June 17, the &quot;Hyperspace Partners&quot; event will invite players to team up with four friends to build attractions inspired by the galaxy far, far away. Completing all four partnerships offers top prizes such as a Millennium Falcon board token, further enriching the game&#039;s universe and appeal.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go Dice&lt;/a&gt; serves as the essential in-game currency in Monopoly Go, allowing players to make moves and progress throughout the digital board. Players can acquire Monopoly Go Dice by topping up through popular game trading platforms such as Codashop, SEAGM, and Midasbuy, which offer secure and convenient purchase options. With more dice, users can enjoy extended play sessions and unlock additional opportunities within the game. This makes Monopoly Go Dice a valuable asset for anyone looking to enhance their Monopoly Go experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you are looking to top up Monopoly Go Dice for your in-game needs, it&#039;s worth considering the lootbar game trading platform as your go-to choice. Whether you are aiming to enhance your gaming experience or simply want to progress faster, using a professional service can make the process much smoother and more convenient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; is its reputation for competitive pricing and secure transactions. Players can &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; and Monopoly Go Stickers at affordable rates, taking advantage of regular discounts and saving money with each purchase. The platform employs advanced security measures to protect your payments and personal information, giving you peace of mind while you shop.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg offers exceptional customer support, available 24/7 to address any questions or concerns you might have during your buying journey. With quick delivery times and a supportive community through the LootBar Blog, you&rsquo;ll not only receive your items promptly but also gain access to valuable gaming insights and updates. Overall, lootbar.gg stands out as a reliable and efficient platform to buy Monopoly Go Dice and stickers, making your gaming experience better than ever.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, follow these simple steps to complete your purchase efficiently.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, go to the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and log in to your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn the homepage, locate the Game Item section and find Monopoly Go Sticker, or if you wish to buy dice, switch to the top up tab on the left side of the page.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, enter your user details, such as your username and invitation link, as prompted on the site.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide which Monopoly Go stickers you want to buy and specify the quantity, then click on Buy Now to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, pick your desired payment method from the available options and click Pay Now to complete your purchase.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following these steps will help you successfully acquire Monopoly Go stickers and dice on LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(13, 135, '', 'Pok&eacute;mon TCG Pocket Launch &ndash; Mobile Card Game Arrives', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Pok&eacute;mon TCG Pocket app has officially launched on mobile platforms, bringing the popular digital trading card experience to smartphones and tablets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This free-to-play game enables players to enjoy opening booster packs to collect virtual versions of their favorite Pok&eacute;mon cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once collected, players can build decks and challenge others in strategic battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game was initially unveiled during the Pok&eacute;mon Presents showcase in February and has since become accessible for download on both iOS and Android devices.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0343e1248d8491d60293KWNyuV1b03&quot; height=&quot;360&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0343e1248d8491d60293KWNyuV1b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute;mon Trading Card Game Pocket has just launched on mobile devices, bringing the beloved card battling experience to fans everywhere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout features is the innovative &quot;immersive cards&quot; that allow players to explore detailed artwork, immersing themselves in the vibrant worlds of Pok&eacute;mon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While the game is free to download and start playing, it includes microtransactions and various in-game currencies. These can be used to purchase booster packs and other items, helping players expand their collections faster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute; Gold, the premium currency, can be bought in packages ranging from 79p for five pieces up to &pound;79.99 for 500 pieces. This currency can unlock bundles of cards and other goodies, with options starting from 45 to 115 pieces per bundle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can also enjoy daily freebies, giving access to a significant portion of the game without spending any money&mdash;if they&rsquo;re patient enough to wait for daily rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At launch, the card selections feature the Genetic Apex Collection, showcasing many fan-favorite Pok&eacute;mon from the Kanto region, appealing to nostalgic fans and new players alike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Earlier this year, Eurogamer&rsquo;s Lottie Lynn previewed the game, noting that although the main focus is on opening card packs, there&rsquo;s a solid foundation for a compelling digital card game underneath.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Pok&eacute;mon TCG Pocket aims for success, comparisons to Pok&eacute;mon GO are inevitable. Pok&eacute;mon GO recently introduced its Gigantamax feature, which received mixed reactions, prompting Niantic to tweak the mechanics based on player feedback to make battles more accessible.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute; Gold serves as the primary currency in &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket&lt;/a&gt;, allowing players to unlock exclusive cards, purchase special covers, and restore stamina to continue their card battles. You can easily obtain Pok&eacute; Gold by topping up through popular trading platforms such as Lootbar.gg, which offers reliable service for in-game currency purchases. This currency is essential for enhancing your experience in the Pokemon TCG Pocket mobile game, as it grants access to premium content and unique collectibles. With Pok&eacute; Gold, players can expand their card collection and enjoy a more dynamic gameplay environment.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Pok&eacute; Gold for the Pokemon Trading Card Game Pocket, they may want to consider using the lootbar game trading platform. As the main currency in the Pokemon TCG, having enough Pok&eacute; Gold can enhance your gameplay experience, and finding a trustworthy source is essential for a smooth transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One significant advantage of choosing &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; for your &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold buy&lt;/a&gt; is the platform&rsquo;s commitment to competitive pricing and frequent discounts. By leveraging partnerships with major game developers, lootbar.gg is able to offer attractive deals and special sales on Pokemon TCG top ups, helping players save money while enjoying their favorite game. Additionally, the platform&rsquo;s state-of-the-art encryption and strict data protection protocols ensure every transaction is 100% secure, providing peace of mind for users concerned about their personal and payment information.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another notable benefit is lootbar.gg&rsquo;s customer-centric approach. The platform offers 24/7 customer support, so whether you have questions about the Pokemon Trading Card Game Pocket recharge or need help with your purchase, assistance is always available. Furthermore, lootbar.gg is known for its rapid delivery system, ensuring that players receive their Pok&eacute; Gold within just a few minutes of purchase, allowing them to jump right back into the action without unnecessary delays.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Pocket Pok&eacute; Gold top up&lt;/a&gt; on the lootbar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official Lootbar website at lootbar.gg, select your preferred language and currency, and log in to your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate from the homepage to the Pok&eacute;mon TCG Pocket top up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide the amount of Pok&eacute; Gold you wish to add to your account and click on &ldquo;Top-up Now.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your login account details, password, and character name as prompted to proceed with the top up process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your payment method from the available options and confirm the transaction by clicking &quot;Pay Now.&quot;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the payment has been processed and your order is verified, the Pok&eacute; Gold will be credited to your account within a few minutes, allowing you to enjoy additional currency in Pok&eacute;mon TCG Pocket.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(14, 136, '', 'Digital Deception &ndash; The Dark Side of Virtual Control', '&lt;h3&gt;Digital Deception and Control&lt;/h3&gt;\n&lt;p&gt;Digital intimacy promised connection&lt;/p&gt;\n&lt;p&gt;but delivered Kirat Assi into isolation&lt;/p&gt;\n&lt;p&gt;Her bond with &#039;Bobby&#039;, spanning years&lt;/p&gt;\n&lt;p&gt;began within their London Sikh circles&lt;/p&gt;\n&lt;p&gt;blossoming into a profound romance&lt;/p&gt;\n&lt;p&gt;anchored solely in the virtual sphere&lt;/p&gt;\n&lt;p&gt;Physical meetings perpetually dissolved&lt;/p&gt;\n&lt;p&gt;obstacles always emerging on cue&lt;/p&gt;\n&lt;p&gt;While continents separated their bodies&lt;/p&gt;\n&lt;p&gt;his psychological grip tightened relentlessly&lt;/p&gt;\n&lt;p&gt;Across screens, coercive control took root&lt;/p&gt;\n&lt;p&gt;a hidden violence reshaping her reality&lt;/p&gt;\n&lt;p&gt;&quot;Online spaces seem safe, distant&quot;&lt;/p&gt;\n&lt;p&gt;Assi reflects on the slow erosion&lt;/p&gt;\n&lt;p&gt;&quot;They become cages where identity crumbles&quot;&lt;/p&gt;\n&lt;p&gt;The constant manipulation, the enforced solitude&lt;/p&gt;\n&lt;p&gt;chipped away until her essence faded&lt;/p&gt;\n&lt;p&gt;leaving a ghost of her former self&lt;/p&gt;\n&lt;p&gt;This wasn&#039;t fleeting deception&lt;/p&gt;\n&lt;p&gt;but a systematic dismantling&lt;/p&gt;\n&lt;p&gt;Proof that trust forged in pixels&lt;/p&gt;\n&lt;p&gt;can inflict wounds just as deep&lt;/p&gt;\n&lt;p&gt;as any betrayal face-to-face&lt;/p&gt;\n&lt;p&gt;A decade lost to a phantom lover&lt;/p&gt;\n&lt;p&gt;a testament to digital control&#039;s silent power&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d0358ef22175182b868adiFQsPmmo07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d0358ef22175182b868adiFQsPmmo07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the digital age, where elaborate online deceptions can span years, the documentary &quot;Sweet Bobby: My Catfish Nightmare&quot; stands as a chilling testament to the dark side of internet relationships. This haunting true story chronicles one woman&#039;s devastating experience of being manipulated through an intricate web of false identities.&lt;/p&gt;\n&lt;p&gt;The victim found herself entangled in an emotional labyrinth, carefully constructed by someone she believed she knew intimately. What makes this case particularly disturbing is not just the deception itself, but its extraordinary duration and complexity.&lt;/p&gt;\n&lt;p&gt;Over the course of several years, the perpetrator created an entire fictional world, complete with multiple supporting characters and elaborate backstories. This wasn&#039;t merely a fake dating profile but an entire ecosystem of falsehoods designed to maintain control and psychological manipulation.&lt;/p&gt;\n&lt;p&gt;The documentary meticulously traces how technology enabled this extensive fraud, highlighting the vulnerability we all face in an increasingly virtual social landscape. It raises profound questions about trust, identity, and the human capacity for both cruelty and resilience.&lt;/p&gt;\n&lt;p&gt;Perhaps most valuable are the insights into how such elaborate catfishing schemes operate and the psychological toll they exact on victims. The documentary serves as both a warning and a guide for navigating online relationships with appropriate caution.&lt;/p&gt;\n&lt;p&gt;For those who have experienced similar deceptions, the story offers validation and understanding. For others, it provides a sobering reminder that in the digital realm, verification of identity requires more than just emotional certainty.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d035c68c5afb073a1ccdbNaLsJA5w07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d035c68c5afb073a1ccdbNaLsJA5w07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;November Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;Discover the latest additions to Netflix this November 2025, bringing fresh entertainment to your screens.&lt;/p&gt;\n&lt;p&gt;Mark your calendar for October 31st, when new titles are set to debut, offering a variety of movies and series to enjoy.&lt;/p&gt;\n&lt;p&gt;Stay tuned for exclusive releases, thrilling dramas, and captivating documentaries that will keep you entertained throughout the month.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d035f7a7b8eb5816e7939JEZW5hhb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d035f7a7b8eb5816e7939JEZW5hhb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Based on the available information regarding the Netflix series &lt;em&gt;The Beast in Me&lt;/em&gt;:&lt;/p&gt;\n&lt;p&gt;Nile Jarvis, portrayed by Matthew Rhys, is depicted as a controversial real estate tycoon&lt;/p&gt;\n&lt;p&gt;who becomes the prime suspect in a murder investigation.&lt;/p&gt;\n&lt;p&gt;The narrative constructs intense psychological tension around his character,&lt;/p&gt;\n&lt;p&gt;positioning him at the center of a criminal mystery involving a missing person case.&lt;/p&gt;\n&lt;p&gt;The series deliberately maintains ambiguity about his culpability,&lt;/p&gt;\n&lt;p&gt;utilizing intricate plot twists to challenge viewer assumptions.&lt;/p&gt;\n&lt;p&gt;Character dynamics and evolving revelations progressively unpack&lt;/p&gt;\n&lt;p&gt;whether Jarvis embodies a calculated murderer or a misunderstood figure.&lt;/p&gt;\n&lt;p&gt;This eight-episode thriller, premiered on November 13, 2025,&lt;/p&gt;\n&lt;p&gt;explores themes of guilt, perception, and hidden human darkness&lt;/p&gt;\n&lt;p&gt;through its cat-and-mouse storyline between Jarvis and Claire Danes&#039; character.&lt;/p&gt;\n&lt;p&gt;The finale&#039;s resolution hinges on meticulously layered evidence&lt;/p&gt;\n&lt;p&gt;and psychological revelations rather than explicit confirmation,&lt;/p&gt;\n&lt;p&gt;leaving interpretive space regarding Jarvis&#039;s ultimate accountability.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d03626571e96e45be783eOPJ5hyXP07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d03626571e96e45be783eOPJ5hyXP07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Sweet Bobby Podcast Film&lt;/h3&gt;\n&lt;p&gt;&lt;em&gt;Sweet Bobby: My Catfish Nightmare&lt;/em&gt; brings a notorious podcast tale to Netflix screens.&lt;/p&gt;\n&lt;p&gt;This documentary chronicles Assi&#039;s terrifying eight-year entanglement in an elaborate online deception.&lt;/p&gt;\n&lt;p&gt;Originally a chart-topping podcast detailing the shocking relationship built on lies&lt;/p&gt;\n&lt;p&gt;the story captivated global audiences with its unbelievable twists.&lt;/p&gt;\n&lt;p&gt;Assi confesses underestimating the phenomenon&#039;s explosive reach&lt;/p&gt;\n&lt;p&gt;as the narrative spiralled into a global phenomenon.&lt;/p&gt;\n&lt;p&gt;Producer RAW, known for &lt;em&gt;The Tinder Swindler&lt;/em&gt;, adapts this harrowing personal account.&lt;/p&gt;\n&lt;p&gt;Director Lyttanya Shannon (&lt;em&gt;Subnormal: A British Scandal&lt;/em&gt;) guides the visual retelling.&lt;/p&gt;\n&lt;p&gt;Viewers witness Assi&#039;s ordeal through photos, messages, and exclusive interviews&lt;/p&gt;\n&lt;p&gt;including testimonies from those who observed the fake relationship unfold.&lt;/p&gt;\n&lt;p&gt;Executive producer Rebecca North (&lt;em&gt;American Nightmare&lt;/em&gt;) and producer Kiran Sira (&lt;em&gt;Murder, Mystery and My Family&lt;/em&gt;) shape the project.&lt;/p&gt;\n&lt;p&gt;Assi reflects on the pervasive dangers lurking online&lt;/p&gt;\n&lt;p&gt;underscoring the documentary&#039;s cautionary core message.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d039cba25049d0ad6484bjadBSAQt03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d039cba25049d0ad6484bjadBSAQt03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform primarily used for watching TV shows and movies. However, Netflix content can be blocked in certain regions due to licensing restrictions or network filters, preventing viewers from accessing specific titles. To overcome these limitations, users often seek methods for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, allowing them to bypass geo-restrictions and view a broader library.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been searching for. This powerful VPN service is specifically designed to bypass geographical limitations, allowing you to explore the full range of Netflix libraries from anywhere in the world. Unlike other services that struggle with Netflix&#039;s detection systems, SafeShell VPN uses sophisticated technology to provide seamless access to your favorite shows and movies without interruption.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits beyond just Netflix unblocking. With its exclusive App Mode, you can access content from multiple regions simultaneously, expanding your entertainment options significantly. The service provides blazing connection speeds with no bandwidth limits, ensuring buffer-free streaming even in high definition. Security is paramount with SafeShell VPN&#039;s proprietary &quot;ShellGuard&quot; protocol, which keeps your online activities private and protected from surveillance. Additionally, you can connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs, making it a versatile solution for all your streaming needs. Their flexible free trial plan allows you to experience these premium features before committing to a subscription.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to bypass regional restrictions and enjoy unlimited streaming options:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and install it on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and create an account or sign in with your existing credentials\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode for optimal streaming performance with Netflix\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a server in your desired region (such as Japan for anime or US for American shows)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open Netflix and you&#039;ll automatically see the content library of the region you&#039;ve selected\n&lt;/li&gt;\n&lt;li&gt;\nStart streaming your favorite shows and movies without any geographical limitations\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(15, 137, '', 'Genshin Impact Characters &ndash; Upcoming Leaks &amp; Updates', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03576eebc19f1207e1d3pVxJ82Fw03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03576eebc19f1207e1d3pVxJ82Fw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming Genshin Impact Characters&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anticipation is building within the Genshin Impact community as new characters are expected to arrive with the upcoming update, sparking widespread speculation and discussion. Recent leak reports, considered highly reliable, have revealed a lineup that could reshape team compositions and strategic planning in version 6.3.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to these sources, the new roster is projected to be released in early January 2026, though official confirmation has yet to arrive. The leaked characters include a five-star Hydro catalyst user, a five-star Geo sword wielder, and a four-star Geo polearm specialist. This suggests a strong emphasis on enhancing geo-hydro interactions, potentially opening new avenues for team synergy and combat strategies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The update might also feature the Lantern Rite festival during its second phase, continuing a tradition seen in previous even-numbered updates. Much of this information comes from early leaks credited to prominent community insiders, such as Uncle Kokomi and @earlyggcom, who have a solid track record of accurate predictions. However, fans should approach these leaks with cautious optimism, as official details are still pending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As players prepare their primogems and plan their pulls, understanding the potential roles and meta implications of these characters will be crucial. The upcoming update promises to introduce fresh dynamics that could influence the game&rsquo;s evolving meta landscape significantly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0358ba25049d0ad64498zDGFRO4m03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0358ba25049d0ad64498zDGFRO4m03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official channels have yet to release detailed information regarding the banner phases, probability rates, and the overall schedule. Drawing from previous release patterns, it is anticipated that the new characters will make their initial appearance during the first phase. Subsequently, a second phase is expected to introduce a paired banner featuring the other character.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d035a6eebc19f1207e1f7ujXqDv7h03&quot; height=&quot;72&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d035a6eebc19f1207e1f7ujXqDv7h03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upcoming updates are based on predictions from past release patterns and have not been officially confirmed as of now.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With a focus on geo and hydro elements, these new characters are expected to attract many adventurers, yet their usefulness will depend heavily on your existing team composition and resource management. Here&#039;s an initial overview:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If your roster lacks powerful hydro characters like Furina or Nefer, these new additions could be a game-changer for lunar-based teams. However, they might overlap with current supports, so it might be wise to hold off unless your team heavily relies on her unique buffs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This banner features a rare five-star geo sword wielder. If you missed previous geo banners or need a new main damage dealer, this could be your main focus&mdash;especially if lunar crystallize strategies become more prominent in the meta.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for early character ability reveals and datamine leaks. If lunar reactions are limited to hydro and geo elements, then cross-element versatility might be less impactful than initially expected, making this update less disruptive than previous dendro-focused changes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expect a balanced chance of obtaining these characters, with no guaranteed rate-ups for legacy five-star units. Set realistic goals for your pulls, as pre-farming nodes might be complicated by upcoming map expansions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the new characters is expected to serve as a hydro applicator and support, crafted for team synergy. Described as a &quot;moon maiden,&quot; she may interact with new nod-krai units and could be featured in special events. Her role as a hydro driver might resemble Furina&rsquo;s output but with distinct buff mechanics.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There are rumors of a &quot;Celadon Mare&quot; adeptus from Liyue, though speculation about anemo elements has been debunked by source leaks. Designed as a powerful single-target hypercarry, she might be the strongest yet for lunar crystallize strategies. Pair her with characters like Zibai and utilize standard geo resonance options such as Zhongli, Gorou, and Albedo.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Previously mentioned in the lore during the archon quest 6.1, this character is now expected to serve as a geo support for Zibai. She scales well with other geo units but probably won&rsquo;t be featured in lantern rite selector banners due to her regional origin. She may fulfill both battery and sub-DPS roles within teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d035b7accf90cb0a9b049pPQQLSDj03&quot; height=&quot;72&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d035b7accf90cb0a9b049pPQQLSDj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Version 6.3 Preview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upcoming updates in version 6.3 are set to introduce significant changes, with a focus on expanding lore and characters in Liyue. The second phase is expected to follow a familiar schedule, coinciding with previous patterns, and will feature a new character linked to the frost moon theme. Notably, Zibai has been confirmed as a Geo user, shifting away from the initial Anemo speculation. Fans can look forward to event-linked team bonuses and possibly trial events that showcase the three new units. Rewards are anticipated to include Primogems, upgrade materials, and potentially an exclusive weapon for the event, although specific details remain under wraps.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The map will see new areas accessible through Nod-Krai, influencing farming routes and exploration strategies. Early guides warn players to prepare for farming bottlenecks until official resource maps are released post-launch. To optimize pull opportunities, players should prioritize completing daily and weekly tasks, and gather essential talent books and boss drops&mdash;particularly for Geo and Hydro elements&mdash;to be ready for new drop tables as they become available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Existing event challenges from previous versions, especially those tied to Liyue, should be completed to earn unique currencies and materials necessary for upgrades. Streamlining units by organizing talent sets for Hydro and Geo characters can also accelerate early progression. All information about character kits, banner specifics, and final rates are based on leaked data, which, while credible, should be approached with caution given their unofficial status.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new mechanic, rumored but not confirmed, promises to add depth to gameplay&mdash;details on its functionality and elemental scope are yet to be clarified. While map expansion hints suggest some farming limitations, these are based on inference rather than official statements. Visual assets for upcoming characters like Columbina, Zibai, and Illuga have not yet been officially released; suggested descriptions include their roles as Hydro Catalyst, Geo Sword Adeptus, and Geo Polearm Support respectively, to anticipate their banner reveal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, version 6.3 aims to refresh the game&rsquo;s meta with new units and event content, but players should remain adaptable until official announcements confirm these leaks. If early predictions are accurate, teams focusing on Geo and related reactions could significantly impact the Spiral Abyss and leaderboard standings in early 2026, especially if the planned reworks and reactions come to fruition. Stay tuned for detailed kit reveals and banner confirmations once pre-release information becomes available. For in-depth lore insights and preparation tips, fans are encouraged to follow the latest leaks and updates related to Genshin Impact 6.3.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, primarily used to exchange for items such as Wishes, character outfits, and other valuable in-game content. Players looking to acquire Genesis Crystals can easily top up through reputable game trading platforms like Codashop, OffGamers, or the official miHoYo website, using real-world money for instant access. This allows users to swiftly enhance their gameplay experience and unlock exclusive features or content not otherwise available through standard progression. By utilizing these trusted platforms, Genshin Impact fans can conveniently purchase Genesis Crystals to enrich their adventures in Teyvat.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt; your Genesis Crystals, you may want to consider using the lootbar game trading platform. Lootbar.gg stands out as a reliable option for players who wish to &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt; quickly and securely. With Lootbar, all transactions are processed through the official miHoYo channel, ensuring the safety of your Genshin Impact account and the legitimacy of your purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; is the exceptional value it offers. Not only does the platform feature competitive pricing&mdash;often allowing you to save a substantial amount compared to other sources&mdash;but it also provides options for bulk purchases like the &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact crystal top up&lt;/a&gt; packs, such as 6480 Genesis Crystals*4, which can be completed in a single, convenient payment. Additionally, Lootbar often includes special deals that double the amount of Genesis Crystals received, maximizing the benefits for gamers and making it an excellent choice for anyone looking to enhance their Genshin Impact experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genshin&lt;/a&gt; on the LootBar trading platform, start by visiting LootBar&rsquo;s official website and logging into your account after selecting your preferred language and currency. Once you are logged in, navigate to the top up section and choose Genshin Impact from the list of available games. Next, decide how many Genesis Crystals you wish to purchase, then click the &lsquo;Buy Now&rsquo; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the following steps, select your game server and carefully enter your Genshin Impact UID to ensure the Genesis Crystal top up reaches your account. Once that&rsquo;s complete, click the top up button and select your desired payment method from the available options. After making your payment, your Genesis Crystals will be credited to your Genshin Impact account, allowing you to enjoy premium in-game purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(16, 138, '', 'Security Audits: Challenges &amp; Realities Explained', '&lt;p&gt;Security audits: Navigating a challenging profession&lt;/p&gt;\n&lt;p&gt;The role of a security auditor comes with certain enviable perks &ndash; extensive travel opportunities and the legitimate authorization to test systems to their breaking point. However, beneath these surface benefits lies a professionally demanding position that deserves closer examination.&lt;/p&gt;\n&lt;p&gt;Security auditors operate in an inherently adversarial environment. Their primary function involves entering organizations as outsiders, methodically identifying vulnerabilities and weaknesses, then documenting these findings in comprehensive reports destined for management review.&lt;/p&gt;\n&lt;p&gt;This creates an unavoidable tension. Despite the best interpersonal skills or diplomatic approach, the fundamental nature of the job positions auditors as critics within an organization&#039;s ecosystem. The auditor&#039;s presence often generates apprehension among staff who may perceive the process as a direct challenge to their professional competence.&lt;/p&gt;\n&lt;p&gt;The psychological dynamics at play make building positive professional relationships particularly difficult in this field. Even when auditors approach their work with tact and respect, the core function of highlighting deficiencies runs counter to establishing the goodwill typically associated with successful professional interactions.No one enjoys being confronted with the reality of weaknesses in their IT infrastructure, especially when those flaws could lead to serious breaches. Often, companies respond by hiring security firms, only to terminate their contracts once unfavorable findings surface, leaving everyone disillusioned and the problem unresolved. Others might bring in a team of auditors, but if the team is disorganized or uncooperative, they struggle to even begin their assessment, delaying crucial insights. When faced with reports indicating non-compliance, organizations sometimes demand that these reports be altered to fit their narrative, further obscuring the truth.&lt;/p&gt;\n&lt;p&gt;Such scenarios, while uncomfortable, are unfortunately common. The tension becomes even more palpable when auditors, who are expected to provide an unbiased view, report findings that companies prefer to ignore or downplay. This dynamic played a part in the case of Merrick Bank&rsquo;s legal action against Savvis, a security auditor that certified CardSystems Solutions as compliant back in 2004&mdash;just before a major data breach exposed over 260,000 stolen credit card numbers, resulting in significant financial liabilities.&lt;/p&gt;\n&lt;p&gt;The background of this incident reveals that CardSystems was certified as meeting the then-standard CISP (Cardholder Information Security Program), a precursor to today&rsquo;s PCI DSS standards. Despite previous audits indicating deficiencies, the June 2004 assessment failed to flag critical issues, such as unencrypted data storage, which should have been a red flag. Three months later, hackers exploited these oversights, leading to the breach and subsequent legal fallout.&lt;/p&gt;\n&lt;p&gt;Understandably, many call for accountability, targeting the auditors who allegedly provided a false sense of security. However, experts suggest that the situation is more complex. Similar to lawsuits against credit rating agencies like Moody&rsquo;s and S&amp;amp;P, which were accused of being overly optimistic about risky securities, questions arise about whether auditors can truly be held liable for their assessments, especially when they rely heavily on self-reported or limited information.&lt;/p&gt;\n&lt;p&gt;Further complicating matters is the role of credit card companies. Historically, only the audited entities had access to detailed audit reports, creating significant loopholes and potential for misrepresentation. Recently, new regulations&mdash;such as the PCI Security Council&rsquo;s requirement to provide auditors with copies of reports&mdash;aim to improve transparency, but gaps remain.&lt;/p&gt;\n&lt;p&gt;Rachel James from ID Experts highlights that the current audit landscape is dominated by a handful of large vendors with vested interests, often leading to a focus on checking boxes rather than achieving genuine security. Cheating and superficial compliance are real risks, as evidenced by surveys revealing that some security professionals admit to dishonest practices to meet standards.&lt;/p&gt;\n&lt;p&gt;The fundamental issue lies in the human factor. Auditors may miss glaring issues if they lack full cooperation from client management or if companies intentionally obscure vulnerabilities. The recent acquisition of CardSystems by Savvis illustrates how organizational dynamics can influence audit outcomes&mdash;if management is uncooperative or fearful, auditors might not be able to perform their duties effectively.&lt;/p&gt;\n&lt;p&gt;Some critics argue that compliance itself is an elusive target&mdash;today&rsquo;s standards may be met, but tomorrow&rsquo;s vulnerabilities could easily undermine that compliance. The complexity and tediousness of maintaining adherence to evolving standards can discourage thoroughness, leading to superficial checks rather than meaningful security improvements.&lt;/p&gt;\n&lt;p&gt;What&rsquo;s needed, experts suggest, are better tools&mdash;comprehensive, human-understandable compliance matrices that help organizations communicate clearly with auditors and proactively identify weaknesses before they escalate into public scandals or legal actions. While reforming auditing practices is essential, it&rsquo;s equally important to scrutinize the companies being audited, ensuring they uphold integrity and transparency.&lt;/p&gt;\n&lt;p&gt;In a different vein, if you&rsquo;re having a rough day, consider visiting the TSA&rsquo;s blog, where commenters are often some of the most outspoken critics online. Their frustrations with programs like Secure Flight&mdash;particularly the hassles of explaining middle initials at the airport&mdash;offer a humorous reminder that, despite all the security measures, daily frustrations can still be quite relatable.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to geographical restrictions, censorship, or privacy concerns. These virtual private networks provide a secure, encrypted connection that masks the user&#039;s actual IP address, allowing them to bypass regional content blocks while maintaining anonymity from ISPs and potential surveillance. Porn unblocked through VPNs offers users unrestricted access to adult content regardless of their physical location, ensuring both privacy protection and the freedom to browse without bandwidth throttling or monitoring.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, a service designed to provide both security and accessibility to users worldwide. The SafeShell VPN offers several significant benefits that make it an excellent choice for those seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nComplete anonymity through advanced encryption that prevents your ISP, government, or network administrators from monitoring your browsing activities\n&lt;/li&gt;\n&lt;li&gt;\nExceptional streaming speeds that eliminate buffering issues when accessing high-definition adult content, unlike many other VPNs that slow down your connection\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that allows you to access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol designed specifically to bypass sophisticated content restrictions while maintaining undetectable browsing\n&lt;/li&gt;\n&lt;li&gt;\nVersatile multi-device support for up to five connections at once, covering all major platforms including Windows, macOS, iOS, Android, and various smart TV systems\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content securely using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these distinct steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAcquire a subscription by visiting the official SafeShell VPN website and selecting a suitable plan.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your device and complete the installation process.\n&lt;/li&gt;\n&lt;li&gt;\nActivate the App Mode feature within the SafeShell VPN interface for optimal functionality and unrestricted access.\n&lt;/li&gt;\n&lt;li&gt;\nChoose your desired geographical location from SafeShell VPN&#039;s extensive global server network list.\n&lt;/li&gt;\n&lt;li&gt;\nInitiate your browsing session; SafeShell VPN ensures encrypted, private access to content while safeguarding your identity.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(17, 139, '', 'Видеоновости игр: FIFA, Call of Duty, Elden Ring', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d01c9f91688f17c649c31QCd0F1Ou03&quot; height=&quot;488&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d01c9f91688f17c649c31QCd0F1Ou03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;732&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Наступила пятница, а вместе с ней вышел очередной, 51-й выпуск наших видеоновостей. В этом выпуске мы расскажем о важных событиях в мире видеоигр.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Первое &mdash; серия FIFA может получить новое название, а в ближайшем будущем возвращение Nike в состав спонсоров обсуждается как возможный шаг. Также стало известно, что серия Call of Duty впервые за 17 лет откладывает выпуск нового релиза: новая часть не появится в 2023 году, что вызывает много вопросов у поклонников.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Кроме того, на фоне обсуждений оказалась игра Elden Ring &mdash; несмотря на жалобы игроков на оптимизацию, критики поставили ей рекордные оценки на платформе OpenCritic, что вызывает споры о её месте в истории игр.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Не пропустите и другие новости, а также следите за нашим каналом &laquo;чемп.play&raquo; на YouTube, где публикуются все свежие видео. Подписывайтесь, чтобы первыми узнавать о самых интересных событиях в геймерском мире.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Call of Duty: Mobile?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile CP &mdash; это внутриигровая валюта, которую используют для покупки эксклюзивных скинов, оружия, боевого пропуска и других премиальных предметов в CODM. Благодаря CP игроки могут персонализировать персонажей и получать доступ к уникальному контенту, что делает геймплей ярче и интереснее. Пополнить баланс для &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM донат&lt;/a&gt; можно через различные игровые торговые платформы, такие как LootBar, которые предлагают удобные и безопасные способы покупки валюты. Такой подход позволяет быстро улучшить игровой опыт и получить максимум удовольствия от Call of Duty: Mobile.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему LootBar.gg &mdash; лучший выбор для пополнения CP в CODM?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы хотите &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить СР дешево&lt;/a&gt; для Call of Duty: Mobile, стоит обратить внимание на платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Этот сервис выгодно выделяется среди других благодаря своей надежности и высокому уровню безопасности, что особенно важно при совершении игровых транзакций. На lootbar поддерживаются разнообразные методы оплаты, а круглосуточная служба поддержки оперативно поможет решить любые вопросы, связанные с процессом покупки. Благодаря этому игроки могут быть уверены, что их средства и персональные данные находятся под надежной защитой.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Платформа lootbar также привлекает своими конкурентными ценами и частыми акциями, позволяя купить СР дешево и с максимальной выгодой. Дополнительным преимуществом являются регулярные скидки, которые делают пополнение CP в CODM еще более доступным. Помимо Call of Duty: Mobile, lootbar предлагает услуги для других популярных игр, что делает ее универсальным выбором для геймеров. Выбирая lootbar для покупки внутриигровой валюты, вы получаете не только выгодные условия, но и удобный, эффективный сервис, способный улучшить ваш игровой опыт.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить CP для CODM на LootBar.gg&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПерейдите на платформу LootBar и выберите удобные для вас язык и валюту для совершения операций.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nАвторизуйтесь в своем аккаунте на сайте или зарегистрируйтесь, если вы впервые используете LootBar.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПерейдите в раздел &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение счета Call of Duty Mobile&lt;/a&gt;, найдите игру в списке и выберите функцию пополнения.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВведите желаемое количество внутриигровой валюты COD Points, которую хотите приобрести.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВыберите подходящий способ оплаты из предложенных вариантов и подтвердите платеж, нажав на кнопку для завершения пополнения.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле успешной оплаты CP поступят на ваш игровой аккаунт CODM, и вы сможете использовать их для покупки контента в игре.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; height=&quot;474&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(18, 140, '', 'Golden Chalices &ndash; The Iconic Symbol of Love Is Blind', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d039b7accf90cb0a9b4ealmaO9llS03&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d039b7accf90cb0a9b4ealmaO9llS03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The signature golden chalices have evolved into a recognizable symbol of the popular dating show, comparable to the memorable romance between Lauren and Cameron. These versatile containers serve participants for various beverages ranging from morning coffee to celebratory champagne, and even accommodate Jordan&#039;s controversial chicken smoothie concoction for the adventurous few.&lt;/p&gt;\n&lt;p&gt;Indeed, these gleaming cups have become so intrinsically linked to the program&#039;s identity that it&#039;s difficult to imagine the show without their distinctive presence, as they accompany contestants through every emotional moment of their unique dating journey.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d039e7389d6396f02f36cyp91P2DK03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d039e7389d6396f02f36cyp91P2DK03&quot; width=&quot;608&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Join the celebration of season 9, now available for streaming, by adding a touch of glamour to your gatherings with a stylish metallic glass.&lt;/p&gt;\n&lt;p&gt;Available for purchase from the Netflix shop, these goblets are perfect for sipping your favorite drinks and feeling like you&#039;re part of the love journey.&lt;/p&gt;\n&lt;p&gt;But the excitement doesn&#039;t stop there!&lt;/p&gt;\n&lt;p&gt;Explore a wide range of official &lt;em&gt;Love Is Blind&lt;/em&gt; merchandise, including pod squad-themed necklaces, cozy hoodies, durable tumblers, and more to showcase your fan spirit.  &lt;/p&gt;\n&lt;p&gt;Regrettably, creating a personalized pod wall is beyond our scope&mdash;you&#039;ll need to contact a professional for that.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68d08ca984eed8c841e7989e83DuUV4d03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68d08ca984eed8c841e7989e83DuUV4d03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the heartfelt moments as couples from &quot;Love Is Blind&quot; finally see each other in person for the very first time.&lt;/p&gt;\n&lt;p&gt;It&#039;s impossible not to get emotional&mdash;grab some tissues!&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service offering a vast library of TV shows and movies for on-demand viewing. However, Netflix blocked content refers to titles unavailable in a user&#039;s specific region due to licensing agreements and geographic restrictions imposed by the platform. To overcome this limitation and access the full global catalog, users often seek methods for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, such as VPNs or proxies, allowing them to view shows and movies normally restricted in their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to unblock Netflix and access region-restricted content, you might want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN excels at delivering a seamless streaming experience specifically for Netflix users. It offers blazing-fast connection speeds on high-speed servers optimized for Netflix, eliminating buffering and ensuring smooth playback of high-definition content. The unique App Mode allows you to unlock and access libraries from multiple Netflix regions simultaneously, while support for connecting up to five devices at once means you can enjoy your favorite shows on various platforms like Windows, macOS, iOS, Android, and smart TVs.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN provides uncompromised security for your streaming activities. It utilizes the advanced proprietary ShellGuard VPN protocol with strong encryption to protect your online privacy and shield your data from surveillance, ensuring your viewing remains confidential. To experience these benefits risk-free, SafeShell VPN offers a flexible free trial plan, allowing you to test its robust features, speed, and security before committing.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, your initial step involves securing a subscription. Navigate to the official SafeShell VPN website and select a suitable plan based on your streaming requirements and budget. After completing the subscription process, proceed to download the dedicated application for your specific operating system&mdash;whether Windows, macOS, iOS, or Android&mdash;directly from their platform. Installation is straightforward; simply follow the on-screen prompts after launching the downloaded file.&lt;/p&gt;\n\n&lt;p&gt;Once installed, open the SafeShell VPN app and log into your account using your credentials. For optimal Netflix streaming performance, switch to the specialized APP mode within the interface&mdash;this mode prioritizes speed and stability crucial for uninterrupted viewing. Next, carefully browse the extensive list of international servers and select one located in the specific country whose Netflix catalog you wish to explore, such as Japan or Germany. Click the &#039;Connect&#039; button to securely link your device through that regional gateway.&lt;/p&gt;\n\n&lt;p&gt;After successfully establishing the VPN connection via SafeShell Netflix VPN, launch either the Netflix application or website. Log into your existing Netflix account as usual; you&#039;ll now instantly gain access to the full range of movies and shows available in your chosen server&#039;s location. This seamless process reliably unblocks regional content libraries, letting you enjoy diverse entertainment without geographical restrictions.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(19, 141, '', 'Gift Card Scams &ndash; How to Spot &amp; Avoid Fraud', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be cautious of anyone urging you to purchase a gift card, such as Google Play, Apple, or Amazon cards, and then asking for the card details. Legitimate organizations, whether government agencies or businesses, will never request payment through gift cards or ask for the card numbers over the phone or online. Always retain a copy of your gift card and receipt, and use this information to report the scam to the relevant gift card provider, seeking a refund if possible.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Most gift card scams commence through unsolicited calls, texts, emails, or social media messages. Scammers employ various tactics to persuade you to buy specific gift cards and share their codes. They often claim urgency, warning that immediate action is necessary to prevent dire consequences, aiming to prevent you from thinking or consulting others. Remember to slow down&mdash;if it feels off, it probably is. Do not make any payments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scammers may instruct you on where to purchase the cards, often directing you to popular stores like Walmart, Target, CVS, Walgreens, or online platforms like eBay. Sometimes, they will stay on the line as you buy multiple cards at different locations to avoid suspicion, even guiding you through loading funds onto the cards while on the call. If this occurs, hang up immediately&mdash;it&#039;s a scam. Never share the card number or PIN, as these details give scammers access to your loaded funds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Different schemes are used to trick people into buying gift cards:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFake government officials: Claiming to be from the IRS, Social Security, or FTC, insisting you owe taxes or fines. Authentic agencies do not demand immediate payment via gift cards.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFake tech support: Posing as Microsoft or Apple support, alleging issues with your device and requesting remote access or payment. Never grant remote access to unknown callers.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nImpersonating loved ones: Pretending to be a friend or family member in crisis, sometimes using voice cloning technology to mimic their voice, and asking for urgent money transfers. Always verify by contacting the individual directly.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFake prizes: Claiming you&#039;ve won a contest but requiring you to pay fees via gift cards before claiming your prize. Legitimate contests do not ask for such payments.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUtility scams: Threatening to disconnect your service unless you pay immediately. Utility companies do not operate this way.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRomance scams: Building a relationship online and then inventing emergencies or stories to coax you into purchasing gift cards. Never send money or gifts to someone you haven&#039;t met in person.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFake checks: Sending a check for more than owed and instructing you to deposit it and send back the difference via gift card. These checks are counterfeit, and you will be responsible for the entire amount.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;ve already shared the gift card details with someone, act quickly:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nReport the scam to the gift card company immediately, regardless of when it occurred.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRequest a refund&mdash;some companies are actively working to recover stolen funds.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFile a report with the Federal Trade Commission at reportfraud.ftc.gov to help combat these scams.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remaining vigilant and cautious can help protect you from falling victim to gift card scams.If you suspect a scam involving a gift card, it is crucial to act quickly and follow specific steps to protect your funds. First, contact the relevant company directly using the official contact information found on their website or the card itself, rather than relying on unsolicited instructions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For instance, if you have an Amazon gift card, call their customer service at (888) 280-4331 and adhere to their guidance. Always retain a copy of your gift card or receipt for proof. Visiting Amazon&rsquo;s official website can also help you learn about common scams and how to avoid them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Similarly, for American Express, dial (877) 297-4438, follow their instructions, and keep documentation of your card or receipt. Visiting their scam information page provides further resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When dealing with Apple or iTunes gift cards, call (800) 275-2273, mention &ldquo;gift card&rdquo; to connect with a representative, and inquire whether the funds are still available. If so, request a freeze or refund. Remember to keep your card or receipt safe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Best Buy customers should call (888) 237-8289, keep records of their gift cards, and review their scam prevention tips on the official site. The same applies to other retailers like Target at (800) 544-2943, Walmart at (888) 537-5503, and Sephora at (877) 737-4672.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For digital platforms such as Google Play or Steam, report the scam directly through their support channels&mdash;Google&rsquo;s form or Steam&rsquo;s support page&mdash;and request a freeze or refund if the remaining balance is available. Keep copies of any receipts or card details.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Services like MoneyPak and ReloadIt require submitting a fraud claim or following their specific instructions, which can usually be found on their official websites. Always document your transactions with photos or copies for future reference.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In cases where the gift card issuer is unknown or the card is unlisted, consult the card itself for contact details or search online. If contact proves impossible, report the incident to the Federal Trade Commission (FTC) for further assistance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, gift cards are meant solely for gifting purposes. Never purchase a gift card at someone&rsquo;s request to transfer funds to them, as this is a common scam tactic. Stick to reputable stores, inspect cards carefully before buying&mdash;checking for tampered stickers or exposed PINs&mdash;and always keep copies of your purchase receipts and card details. Taking these precautions can help safeguard your money from fraud.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What Can Apple iTunes Gift Card (US) Use For?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;apple itunes gift card us&lt;/a&gt; is a prepaid card that allows users to conveniently add balance to their Apple account, making it easy to purchase a wide variety of digital content like apps, games, music, movies, and subscriptions such as Apple Music or iCloud+.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to digital content, it can also be used for shopping physical products and accessories directly from Apple retail stores, apple.com, or through the Apple Store app in the United States.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gamers often use the apple itunes gift card us to top up in-game currency or buy special bundles, and popular game trading platforms like SEAGM, OffGamers, and MTCGAME offer quick top-up services for these cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With its versatility and ease of use, the card is a preferred choice for those who want to enjoy Apple&rsquo;s ecosystem without relying on traditional payment methods.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Apple iTunes Gift Cards (US)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their Apple iTunes Gift Card, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. Choosing to &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy itunes gift card us&lt;/a&gt; on lootbar.gg comes with several notable advantages that set it apart from other options. The platform boasts a robust security system, utilizing advanced encryption technologies and supporting over 60 payment methods&mdash;including PayPal and major international credit cards&mdash;ensuring that every transaction is both safe and convenient for users all around the globe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar.gg further enhances user satisfaction with its instant delivery feature. As soon as the purchase is completed, the Apple iTunes Gift Card code is provided immediately, allowing players to quickly enjoy their recharge without any unnecessary waiting. This efficiency makes lootbar the ideal choice for those who value speed and reliability in their online transactions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg offers round-the-clock customer support to assist players at any time. Whether you have questions about your purchase or encounter any issues, their dedicated support team is always available to help, guaranteeing a smooth and worry-free experience when you buy itunes gift card us. By choosing lootbar, players can enjoy a combination of security, speed, and excellent service that enhances every step of the buying process.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Apple iTunes Gift Card (US) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy apple gift card&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar.gg website. Once there, choose your preferred language and currency to ensure a seamless shopping experience, and log in to your account. Next, use the search function on the homepage to find the iTunes Gift Card US, where you can browse through the available options. Select the desired denomination and the number of cards you wish to purchase, then proceed by clicking on the &quot;Buy Now&quot; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your gift card, you will need to choose a payment method that suits you best from the available options. Click on &quot;Pay Now&quot; to complete your purchase securely. Once your payment has been successfully processed, the Apple iTunes Gift Card code will be delivered to you instantly, allowing you to redeem it or share it as a gift right away. This streamlined process makes it convenient and fast to buy apple gift card through LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; height=&quot;629&quot; src=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(20, 142, '', 'Apple Security Vulnerabilities &ndash; QuickTime &amp; iTunes Updates', '&lt;p&gt;Apple Addresses Security Vulnerabilities in Media Software Updates&lt;/p&gt;\n&lt;p&gt;Cupertino-based tech giant released QuickTime version 7.6.2 on Monday, addressing multiple security vulnerabilities while leaving certain other known issues unresolved. The update patches ten security flaws in the media player, while a separate iTunes update to version 8.2 fixes a single security issue.&lt;/p&gt;\n&lt;p&gt;Security experts may question Apple&#039;s prioritization strategy as the well-publicized Java vulnerability, which was demonstrated at the Pwn2Own competition earlier this year, remains unpatched despite being reported in 2008.&lt;/p&gt;\n&lt;p&gt;The QuickTime update primarily focuses on buffer-related vulnerabilities. Six of the ten fixes were identified through TippingPoint&#039;s Zero Day Initiative program. These include patches for heap buffer overflow issues that could be triggered by specially crafted FLC files, compressed PSD files, MS ADPCM-encoded movie files, CRGN atom types, and JP2 files.&lt;/p&gt;\n&lt;p&gt;Additional QuickTime fixes address memory corruption problems related to Sorenson 3 video files and two separate issues with PICT image handling. The company also resolved a sign extension vulnerability in image description atoms through improved validation, and fixed a potential arbitrary code execution vulnerability when user data atom size equals zero.&lt;/p&gt;\n&lt;p&gt;While most patches apply across platforms, two fixes&mdash;the CGRN issue and an integer-underflow error&mdash;specifically target Windows users running XP SP3 or Vista.&lt;/p&gt;\n&lt;p&gt;The iTunes 8.2 update includes a security enhancement addressing a stack buffer overflow vulnerability that could be exploited through maliciously crafted &quot;itms:&quot; URLs, potentially causing application crashes or unauthorized code execution. Apple implemented improved bounds checking to resolve this issue.&lt;/p&gt;\n&lt;p&gt;The selective approach to patching continues to raise questions about Apple&#039;s security response priorities and timelines.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions and censorship that limit access to adult content. Unblock porn through a VPN enables users to bypass these barriers by changing their IP address, ensuring privacy and security while browsing sensitive material.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for bypassing geographical limitations. SafeShell VPN provides numerous benefits that make it ideal for users seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; while maintaining privacy and security. &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nThe service delivers exceptional browsing speeds without compromising security, allowing you to stream adult content in high definition without frustrating buffering issues.\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell&#039;s unique App Mode feature lets you access content from multiple regions simultaneously, eliminating the need to constantly switch between servers.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive ShellGuard protocol ensures your browsing activities remain completely private, protecting you from surveillance by your ISP or network administrators.\n&lt;/li&gt;\n&lt;li&gt;\nWith support for up to five devices at once across multiple platforms including Windows, iOS, Android, and more, SafeShell VPN offers comprehensive protection for all your devices.\n&lt;/li&gt;\n&lt;li&gt;\nThe wide network of servers across various locations makes it simple to bypass even the strictest geo-restrictions, giving you unrestricted access to adult content worldwide.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing regional content, first visit the official website and register for an account that matches your viewing requirements. After completing registration, download the SafeShell VPN application to your device and install it following the on-screen instructions. Once installed, launch the application and log in using your newly created credentials. For optimal performance, navigate to settings and activate the App Mode feature, which enhances streaming capabilities and ensures smoother playback.&lt;/p&gt;\n&lt;p&gt;Next, browse through the extensive server network offered by SafeShell VPN and select a location that hosts the content you wish to view. After connecting to your chosen server, which typically takes just seconds, open your preferred browser in a private browsing window for additional security. SafeShell VPN&#039;s encryption technology will now mask your actual location and IP address, allowing you to access previously restricted content while maintaining your privacy and security online. Remember that SafeShell VPN&#039;s no-logs policy ensures your browsing activities remain completely confidential.&lt;/p&gt;', 9, 'game'),
(21, 143, '', 'Harry Potter and the Cursed Child &ndash; SF Preview Events', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d02bfbce9cf1c7c41e812JilWK8pe07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d02bfbce9cf1c7c41e812JilWK8pe07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;San Francisco Welcomes &quot;Harry Potter and the Cursed Child&quot; with Special House-Themed Preview Events&lt;/p&gt;\n&lt;p&gt;Calling all witches and wizards in the Bay Area! A magical opportunity awaits fans of the Wizarding World as &quot;Harry Potter and the Cursed Child&quot; prepares for its San Francisco debut.&lt;/p&gt;\n&lt;p&gt;The production team has announced an exciting house-themed lottery offering $20 tickets to preview performances on October 23-24 at the Curran Theater. This special &quot;Hogwarts House Homecoming&quot; event isn&#039;t just about seeing the show&mdash;winners will also enjoy exclusive pre-show house pride celebrations at undisclosed locations near the venue.&lt;/p&gt;\n&lt;p&gt;Entering is simple: visit the official website, select your Hogwarts house crest, and submit your entry by 1pm PST on October 11. Winners will be notified the same day.&lt;/p&gt;\n&lt;p&gt;Haven&#039;t been sorted yet? Download the Wizarding World app or visit the official website to discover whether you belong in brave Gryffindor, loyal Hufflepuff, wise Ravenclaw, or ambitious Slytherin before entering.&lt;/p&gt;\n&lt;p&gt;This West Coast premiere joins successful productions already running in New York, London, and Melbourne, with Hamburg opening soon. Don&#039;t miss your chance to experience the magic at this special house-themed celebration!&lt;/p&gt;\n&lt;p&gt;For complete details and to enter the lottery, visit the official &quot;Harry Potter and the Cursed Child&quot; website today.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the dark lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; films, they&#039;re available across several streaming services including HBO Max, Amazon Prime, and Netflix (though availability varies by region), with digital rental options also available through platforms like Apple TV and Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. This powerful VPN service offers a range of features specifically designed to enhance your streaming experience while maintaining top-notch security and performance.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out with its high-speed servers optimized for Netflix streaming, ensuring buffer-free playback even in HD quality. The service allows connection on up to five devices simultaneously, with compatibility across Windows, macOS, iOS, Android, and various TV platforms. Perhaps most impressively, its exclusive App Mode enables users to access content from multiple regions at once, significantly expanding your entertainment options.&lt;/p&gt;\n&lt;p&gt;Beyond streaming capabilities, SafeShell VPN delivers lightning-fast speeds without bandwidth limitations, eliminating frustrating throttling issues. Your online privacy remains protected through the proprietary &quot;ShellGuard&quot; protocol, providing advanced encryption for secure browsing. With a flexible free trial plan available, you can experience all these benefits before committing to the service, making SafeShell VPN an excellent choice for unlocking Netflix&#039;s full potential.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs. - After subscribing, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android. - Launch the SafeShell VPN application and log in to your account. - Choose the APP mode within the app to optimize your streaming experience. - Browse the list of available VPN servers and select one located in the region where you want to access Harry Potter movies, such as the US, UK, or Canada. - Click &quot;Connect&quot; to establish a secure VPN connection to your chosen server. - Finally, open your Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies from the region you selected with SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(22, 144, '', 'AFK Journey Pack Recommendations &ndash; Best Value Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d01f69ec1055bd53536a5LLoMp8dK03&quot; height=&quot;415&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d01f69ec1055bd53536a5LLoMp8dK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;740&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Optimal Pack Recommendations&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;AFK Journey stands out as an engaging idle RPG, featuring cutting-edge visuals and impressive graphic quality that elevate the gaming experience. With a roster of over 100 heroes to summon and collect, each with distinctive skills and abilities, players are equipped to dominate battles with strategic team compositions. Although the game is designed to be accessible for free-to-play players, investing in certain packs can significantly enhance your progress and gameplay efficiency. To help you make smart investment choices, this guide highlights the most valuable packs available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starting with the most economical option, the &lt;strong style=&quot;font-family:Arial;&quot;&gt;$1 pack&lt;/strong&gt; offers incredible initial value. Upon beginning your adventure, this pack grants you 10 epic invitation letters, which are crucial for reaching the pity system within just 10 summons on the epic recruitment banner. This means you&#039;ll have a high chance of obtaining at least one SSR hero early on, giving your team a strong start. Additionally, the pack allows you to create a wishlist on the banner, enabling you to select one of five preferred characters&mdash;making early game progression smoother. There&#039;s also a notable 20% chance to acquire Thoran, widely regarded as the best tank in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, the &lt;strong style=&quot;font-family:Arial;&quot;&gt;Secret Travelogue&lt;/strong&gt; functions as the game&#039;s equivalent of a battle pass. It includes a variety of resources, epic invitation letters, and other exclusive items. The epic invite letters are particularly valuable, as they offer a choice box with an S-tier hero, providing flexibility in building your team. Initially, players on the PTR server had four hero options to choose from, though this may expand upon official release. The premium version of the Travelogue unlocks the first 20 levels, a decorative border, cosmetic items, and an additional 10 epic invitation letters, delivering substantial value for dedicated players seeking to accelerate their growth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By focusing on these key packs, players can maximize their resource efficiency and enjoy a more streamlined progression through the immersive world of AFK Journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d01f9d3eefc7c65a32e63uksDcGZD03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d01f9d3eefc7c65a32e63uksDcGZD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Opting for a monthly subscription is a smart choice for players who prefer to spend moderately.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These passes, often labeled as monthly cards or subscription packs, provide consistent benefits over a 30-day period.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a relatively small investment, they deliver daily rewards that significantly enhance your gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Typically, these packs include a reliable flow of diamonds along with VIP points, supporting steady progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Instead of making sporadic, larger purchases, a monthly pass ensures a continuous supply of essential resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, this approach offers better value and convenience compared to buying individual packs on an ad-hoc basis.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d01fd6480ceababbf5d3cbtgioKp103&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d01fd6480ceababbf5d3cbtgioKp103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For players considering their spending options in AFK Journey, several packs offer valuable rewards to enhance gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starting with the Classic Gazette at $5, this package grants a total of 12,000 diamonds&mdash;distributed as 3,000 immediately and 9,000 spread out over a month. Additionally, it provides VIP points to help boost your status.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;re aiming for rare invite letters, the Premium Gazette priced at $15 is an excellent choice. It delivers 70 epic invite letters, with 10 available upfront and 2 given daily, along with VIP points to support your progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those looking for a more substantial boost, the Growth Bundle at $30 offers a comprehensive package. It includes 18,000 diamonds, 60 invitation letters, and 60 epic invite letters. To unlock all these rewards, players need to reach stage 951 in AFK mode first. Completing this bundle typically takes around a month, making it suitable for dedicated players seeking significant advancement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02027accf90cb0a99783OKR5ZPs503&quot; height=&quot;574&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02027accf90cb0a99783OKR5ZPs503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Game Progression and Offers&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the initial phase of your journey, players can take advantage of exclusive offers known as welcome packs. These bundles combine several high-quality items and are only accessible during the first two weeks after creating your character. Once this period passes, the opportunity to purchase these packs is gone. To acquire them, players need to use a special in-game currency called &ldquo;dragon crystals,&rdquo; which are separate from regular game coins. The value of these packs is generally considered excellent, with many veteran players opting for the $90 option, as it grants access to Thoran, widely regarded as the strongest tank in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you progress further, you&#039;ll encounter limited-time special packages that become available upon reaching certain story milestones or AFK stage achievements. These packs can only be purchased during a brief two-hour window before they vanish from the shop. Their prices are variable, ranging from as little as $1 to as much as $50, depending on the content and timing. Despite their fleeting availability, these packages are known for offering great value, often including multiple pulls and even S-level characters, making them highly desirable for dedicated players aiming to enhance their team efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02056eebc19f1207d398UUAdaywN03&quot; height=&quot;572&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02056eebc19f1207d398UUAdaywN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you delve deeper into AFK Journey, enhancing your heroes is a crucial aspect of progression. To strengthen your team, you&#039;ll need to upgrade hero levels, ascend stars, and unlock advanced skills. Hero advancement packs provide the necessary hero shards and resources in substantial amounts, streamlining this process. These packs are tailored to fit various budgets, allowing both casual and dedicated players to improve their heroes effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For an optimal gaming experience, consider playing AFK Journey on a larger screen such as your PC or laptop using BlueStacks. This setup offers smoother gameplay and eliminates concerns about battery life, ensuring you can enjoy the game seamlessly for longer sessions.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;AFK Journey Dragon Crystals: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Dragon Crystals&lt;/a&gt; are the premium currency in AFK Journey, primarily used to purchase exclusive bundles, hero skins, and special cosmetics that enhance your gameplay experience. Players can easily obtain Dragon Crystals through top-up services on popular trading platforms such as Codashop, SEAGM, and OffGamers, which offer various packages to suit different budgets. With Dragon Crystals, you can unlock rare resources and accelerate your progress, making your adventure in AFK Journey even more rewarding. Whether you&rsquo;re looking to upgrade heroes quickly or access unique in-game items, Dragon Crystals provide a convenient way to enjoy all the game has to offer.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top up AFK Journey?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up AFK Journey Dragon Crystals&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for a seamless and rewarding experience. This platform stands out due to its reliable and user-friendly service, making it easy for gamers to purchase premium in-game currency anytime they need. By choosing lootbar.gg, players ensure they have a trusted partner for their gaming needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One major advantage of using lootbar.gg to top up AFK Journey Dragon Crystals is the opportunity to enjoy substantial savings. The platform frequently provides discounts and special promotions, allowing users to save up to 20% on their purchases. Additionally, all transactions are secured with industry-leading encryption technology, guaranteeing that your payments and personal information are fully protected throughout the entire process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg is committed to delivering excellent customer service and efficiency. Their support team is available 24/7 to assist with any inquiries or issues, ensuring that help is always at hand. On top of that, the platform boasts incredibly fast delivery times, with most top up AFK Journey Dragon Crystals orders being fulfilled within just three minutes, so players can get back to enjoying their favorite game without unnecessary delays.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top up AFK Journey on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge AFK Journey&lt;/a&gt; Dragon Crystals on the lootbar trading platform, follow these straightforward steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by selecting your preferred language and currency on the website to ensure a smooth transaction experience.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLog into your existing LootBar account, or sign up for a new one if you haven&rsquo;t registered yet.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Top-up section for AFK Journey from the homepage to access the recharge options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick the Dragon Crystals package and specify the quantity you wish to purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed by clicking &quot;Top-up Now&quot;, then choose your desired payment method and finalize the transaction with &quot;Pay Now&quot;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter the necessary details, including your email address, password, and game server, which allows the platform to process your order securely&mdash;make sure not to log into the game during this period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWait for LootBar to complete the purchase on your behalf; they will log into your account, add the Dragon Crystals, and clear the login history upon completion.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce you receive a notification that the top-up is done, you can log back into AFK Journey and confirm that your Dragon Crystals have been successfully added.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; height=&quot;544&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(23, 145, '', 'TOTW 10 FC 26 : Pr&eacute;dictions et joueurs cl&eacute;s', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d026cfd207cdb5f6e36cddBLDcHmw03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d026cfd207cdb5f6e36cddBLDcHmw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette semaine, je n&#039;ai pas s&eacute;lectionn&eacute; de gardien, car je n&#039;avais pas de candidat &eacute;vident.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Du c&ocirc;t&eacute; des performances remarquables, Bukayo Saka a inscrit un but crucial lors de la victoire 2-0 de l&#039;Angleterre contre la Serbie.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bruno Fernandes a brill&eacute; avec un tripl&eacute; remarquable sous les couleurs du Portugal, tout comme Joao Neves qui a &eacute;galement marqu&eacute; &agrave; plusieurs reprises.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En Irlande, Troy Parrott s&rsquo;est illustr&eacute; en inscrivant cinq buts en seulement deux rencontres, ce qui est impressionnant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;C&ocirc;t&eacute; d&eacute;fense, Malo Gusto, le lat&eacute;ral de Chelsea, a &eacute;t&eacute; d&eacute;cisif avec deux passes d&eacute;cisives cette semaine.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bien s&ucirc;r, de nombreux autres joueurs auraient leur place dans la TOTW 10 sur FC 26, mais il faut faire des choix difficiles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici donc ma pr&eacute;diction illustr&eacute;e en image, en esp&eacute;rant qu&rsquo;elle refl&egrave;te au mieux les performances de cette p&eacute;riode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02745a45ce77b9f2b734DRtsBgWK03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02745a45ce77b9f2b734DRtsBgWK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici la composition potentielle pour la TOTW 10 sur EA Sports FC 26, mettant en avant les joueurs en forme cette semaine :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBukayo Saka (Arsenal)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZivkovic (PAOK)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWoltemade (Newcastle)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWilliams (Nottingham Forest)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTzolis (Club Brugge)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeike (Brighton &amp;amp; Hove Albion)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRyerson (Borussia Dortmund)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nParrott (AZ Alkmaar)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOyarzabal (Real Sociedad)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOsimhen (Galatasaray)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNdoye (Nottingham Forest)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMartinez (Inter Milan)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMapi Le&oacute;n (FC Barcelone)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nJo&atilde;o Neves (Paris Saint-Germain)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIngason (Panathinaikos)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHaaland (Manchester City)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGvardiol (Manchester City)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGusto (Chelsea)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFerran Torres (FC Barcelone)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCasparij (Manchester City)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBruno Fernandes (Manchester United)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBacuna (Gaziantep)\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAngela Sosa (Madrid CFF)\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour ne rien manquer des actualit&eacute;s et mises &agrave; jour d&rsquo;EA Sports FC 26, suivez Fut with Apero sur Twitter ou Facebook !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle utilis&eacute;e dans le jeu FC 26 pour acheter des joueurs, am&eacute;liorer votre &eacute;quipe ou acqu&eacute;rir divers objets et avantages en jeu. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt;, il est possible de passer par des plateformes de trading et de rechargement fiables telles que LootBar, IGVault ou MmoGah, o&ugrave; les joueurs peuvent facilement effectuer un top up s&eacute;curis&eacute;. Gr&acirc;ce aux Cr&eacute;dits FC 26, les utilisateurs optimisent leur exp&eacute;rience de jeu en acc&eacute;dant rapidement aux ressources essentielles pour progresser dans FC 26.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si les joueurs souhaitent recharger des Cr&eacute;dits FC 26, ils peuvent envisager d&rsquo;utiliser la plateforme de trading de jeux &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; pour une exp&eacute;rience optimale. &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;acheter cr&eacute;dit FC 26&lt;/a&gt; sur lootbar.gg offre de nombreux avantages, notamment la possibilit&eacute; de profiter de r&eacute;ductions r&eacute;guli&egrave;res qui rendent l&#039;achat de cr&eacute;dits bien plus abordable. La plateforme propose aussi des bonus exclusifs lors d&rsquo;&eacute;v&eacute;nements sp&eacute;ciaux, permettant d&rsquo;obtenir davantage de cr&eacute;dits pour le m&ecirc;me prix. Gr&acirc;ce &agrave; un syst&egrave;me de paiement hautement s&eacute;curis&eacute;, les utilisateurs peuvent effectuer leurs transactions en toute tranquillit&eacute;, sachant que leurs informations sont prot&eacute;g&eacute;es.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, lootbar.gg se distingue par son service client disponible 24h/24 et 7j/7, pr&ecirc;t &agrave; r&eacute;pondre &agrave; toutes les questions ou &agrave; r&eacute;soudre les probl&egrave;mes rapidement. La rapidit&eacute; de livraison est &eacute;galement un atout majeur, garantissant que les cr&eacute;dits FC 26 sont cr&eacute;dit&eacute;s sur le compte en un temps record, sans attente inutile. En choisissant lootbar.gg pour acheter cr&eacute;dit FC 26, les joueurs b&eacute;n&eacute;ficient ainsi d&rsquo;une plateforme fiable, &eacute;conomique et enti&egrave;rement ax&eacute;e sur la satisfaction de ses utilisateurs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Cr&eacute;dits FC 26 sur la plateforme de trading Lootbar, suivez ces &eacute;tapes simples.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAcc&eacute;dez &agrave; la page d&eacute;di&eacute;e &agrave; l&rsquo;achat de Cr&eacute;dits FC 26 sur Lootbar, o&ugrave; vous pouvez &eacute;galement trouver des options pour acqu&eacute;rir des joueurs ou des objets DC&Eacute;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez le montant de cr&eacute;dits souhait&eacute; ou choisissez un pack qui correspond &agrave; vos besoins pour am&eacute;liorer votre exp&eacute;rience dans le jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntrez ensuite les informations de votre compte ainsi que les codes de secours n&eacute;cessaires pour garantir la s&eacute;curit&eacute; de votre transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez le mode de paiement qui vous convient parmi les options propos&eacute;es, puis cliquez sur &laquo; Payer maintenant &raquo; pour finaliser votre achat.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nD&egrave;s que la transaction est confirm&eacute;e, vos Cr&eacute;dits FC 26 seront livr&eacute;s rapidement sur votre compte, et vous recevrez une notification vous invitant &agrave; vous connecter &agrave; FC 26 pour profiter de vos cr&eacute;dits.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous vous demandez &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt;, il s&rsquo;agit de la monnaie virtuelle utilis&eacute;e dans le jeu pour acheter des joueurs, objets ou encore participer &agrave; des activit&eacute;s sp&eacute;ciales, rendant ainsi vos sessions de jeu encore plus passionnantes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(24, 146, '', 'Zodiac Killer Case: New Docuseries Reveals Shocking Evidence', '&lt;p&gt;The elusive Zodiac Killer case&lt;/p&gt;\n&lt;p&gt;continues to haunt true crime circles&lt;/p&gt;\n&lt;p&gt;decades after the chilling crimes.&lt;/p&gt;\n&lt;p&gt;Northern California&#039;s unsolved nightmare&lt;/p&gt;\n&lt;p&gt;spawned endless speculation&lt;/p&gt;\n&lt;p&gt;and media adaptations.&lt;/p&gt;\n&lt;p&gt;Taunting communications&lt;/p&gt;\n&lt;p&gt;and baffling ciphers&lt;/p&gt;\n&lt;p&gt;defined this killer&#039;s reign of terror.&lt;/p&gt;\n&lt;p&gt;&quot;He eluded justice completely,&quot;&lt;/p&gt;\n&lt;p&gt;observes journalist Rita Williams&lt;/p&gt;\n&lt;p&gt;in the new documentary.&lt;/p&gt;\n&lt;p&gt;Now arrives a three-part investigation&lt;/p&gt;\n&lt;p&gt;promising fresh evidence&lt;/p&gt;\n&lt;p&gt;and novel perspectives.&lt;/p&gt;\n&lt;p&gt;The docuseries titled &lt;em&gt;This Is the Zodiac Speaking&lt;/em&gt; &lt;/p&gt;\n&lt;p&gt;aims to reframe&lt;/p&gt;\n&lt;p&gt;this enduring enigma.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03786480ceababbf7579qDLmm0sj03&quot; height=&quot;340&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03786480ceababbf7579qDLmm0sj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The chilling documentary spotlights startling revelations&lt;/p&gt;\n&lt;p&gt;from the Seawater family&lt;/p&gt;\n&lt;p&gt;who knew prime suspect Arthur Leigh Allen intimately&lt;/p&gt;\n&lt;p&gt;during their youth&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Allen served as an unexpected mentor&lt;/p&gt;\n&lt;p&gt;taking them on trips to locations&lt;/p&gt;\n&lt;p&gt;that later became infamous murder scenes&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;His former students and victims&#039; loved ones&lt;/p&gt;\n&lt;p&gt;add haunting personal perspectives&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Investigative journalist Robert Graysmith&lt;/p&gt;\n&lt;p&gt;and local TV reporter Williams&lt;/p&gt;\n&lt;p&gt;share insights from their extensive case coverage&lt;/p&gt;\n&lt;p&gt;including Williams&#039; historic interview with Allen&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Law enforcement faces renewed scrutiny&lt;/p&gt;\n&lt;p&gt;as previously unrevealed evidence emerges&lt;/p&gt;\n&lt;p&gt;decades after failing to charge Allen&lt;/p&gt;\n&lt;p&gt;the only publicly named suspect&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The Seawaters&#039; testimony presents&lt;/p&gt;\n&lt;p&gt;a disturbing new dimension to the unsolved case&lt;/p&gt;\n&lt;p&gt;challenging established narratives&lt;/p&gt;\n&lt;p&gt;with their intimate connection to both suspect&lt;/p&gt;\n&lt;p&gt;and crime locations&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d037ad26eabd46d1640a6bkoo81t403&quot; height=&quot;340&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d037ad26eabd46d1640a6bkoo81t403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;You can view the episode right above this line.&lt;/p&gt;\n&lt;p&gt;The documentary series &lt;em&gt;This Is the Zodiac Speaking&lt;/em&gt; is set to debut on October 23rd.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d037ed26eabd46d1640f8tU9Ja7FV03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d037ed26eabd46d1640f8tU9Ja7FV03&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, widely used for entertainment purposes. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to restricted or geo-blocked content on the platform, enabling users to enjoy a broader range of shows and movies from different regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix through Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN provides a reliable and secure connection that effectively bypasses geo-restrictions, granting access to the full Netflix library regardless of location. Its high-speed servers are specifically optimized for seamless streaming, delivering lightning-fast connection speeds and high-definition content without buffering. Additionally, SafeShell VPN employs advanced encryption protocols and its proprietary ShellGuard technology to ensure your online activities remain private and protected from surveillance. The platform also offers an exclusive App Mode, allowing users to unlock content from multiple regions simultaneously, expanding your entertainment options. With the ability to connect up to five devices simultaneously across various operating systems, and a flexible free trial plan, SafeShell VPN makes secure and unrestricted streaming easy and convenient, providing a smooth Netflix experience combined with robust security benefits.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Follow these steps to break free from regional restrictions:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and install it on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or log in with your existing credentials if you&#039;ve already subscribed to SafeShell\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and select APP mode for optimal streaming performance\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a server in your desired Netflix region (such as Japan for anime or US for exclusive shows)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open Netflix and enjoy browsing through an expanded library of content that would normally be unavailable in your region\n&lt;/li&gt;\n&lt;li&gt;\nIf you experience any buffering, try switching to a different server within your target region for better speeds\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(25, 147, '', 'Trend Micro HouseCall 7.0 &ndash; Beta Launch &amp; Features', '&lt;p&gt;Trend Micro has announced the launch of a public beta for HouseCall 7.0, marking a significant update to their online malware scanning tool.&lt;/p&gt;\n&lt;p&gt;This new version introduces a redesigned user interface, replacing the previous version (6.6), and eliminates the need for Java or ActiveX plugins.&lt;/p&gt;\n&lt;p&gt;Instead, users can now run a standalone client that connects directly to the Trend Micro Smart Protection Network, a cloud-based platform that offers real-time threat intelligence and reputation data, first introduced a year ago.&lt;/p&gt;\n&lt;p&gt;One notable feature in HouseCall 7.0 is &quot;Smart Feedback,&quot; which gathers anonymized user data and compares it across the network to identify emerging threats more efficiently.&lt;/p&gt;\n&lt;p&gt;This crowdsourcing approach to threat detection aligns HouseCall 7.0 with other cloud-integrated antivirus solutions, such as Panda Security&#039;s cloud antivirus, which also entered beta last month.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geo-restrictions, privacy concerns, and government censorship that limit access to adult content in many regions. Using a VPN allows individuals to bypass these restrictions by masking their IP address and encrypting their internet traffic, ensuring anonymous browsing while accessing adult websites. Porn unblocked through VPN services provides users with secure access to content that might otherwise be restricted by their ISP or local regulations, allowing for private enjoyment without fear of monitoring or bandwidth throttling.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content or &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might be unavailable in your location, SafeShell VPN offers a comprehensive solution that prioritizes both accessibility and privacy. This service enables users to bypass geographical restrictions while maintaining complete anonymity, ensuring that your online activities remain private and secure from potential surveillance by internet service providers or network administrators.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN distinguishes itself with several key advantages that make it particularly suitable for accessing sensitive content. Its proprietary ShellGuard protocol provides military-grade encryption that keeps your browsing habits completely confidential, while the service&#039;s impressive connection speeds ensure you won&#039;t experience the frustrating buffering or quality issues that often plague other VPN services. Additionally, the innovative App Mode feature allows users to access content from multiple regions simultaneously without the inconvenience of constantly switching between different servers.&lt;/p&gt;\n&lt;p&gt;Beyond just helping to unblock porn sites, SafeShell VPN offers practical benefits for everyday use across multiple devices. With support for up to five simultaneous connections spanning various platforms including Windows, macOS, iOS, Android, and smart TVs, you can ensure comprehensive protection across all your technology. This versatility, combined with SafeShell VPN&#039;s commitment to maintaining no activity logs, creates a secure digital environment where users can browse freely without concerns about their privacy being compromised.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing region-restricted adult content, first obtain a &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; subscription directly from their official website. Carefully evaluate and select a suitable subscription tier that aligns with your requirements.Following subscription confirmation, proceed to download the SafeShell VPN application onto your specific device platform and complete the straightforward installation process.Once installed, launch the application and ensure the App Mode feature is activated; this setting is crucial for comprehensive functionality and unrestricted access capabilities.&lt;/p&gt;\n&lt;p&gt;With the SafeShell VPN application active and App Mode enabled, navigate to the server selection interface.Browse SafeShell&#039;s extensive global network and choose a server location corresponding to the geographical region whose content you wish to unlock.After establishing a secure connection to your chosen server through SafeShell VPN, you can freely browse the desired adult websites with complete privacy and anonymity, as your actual location and identity remain securely encrypted and protected.&lt;/p&gt;', 9, 'game'),
(26, 148, '', 'StrongWebmail Hack Challenge &ndash; Voice Verification Tested', '&lt;p&gt;Many of us find the idea of hacking intriguing, and a recent event has certainly stirred the cybersecurity community. StrongWebmail&#039;s CEO, Darren Berkowitz, issued a bold challenge offering $10,000 to anyone who could infiltrate his email account and reveal upcoming schedule details. The company&#039;s focus lies in voice-based identity verification, a method intended to bolster online security by linking accounts to a user&#039;s mobile device.&lt;/p&gt;\n&lt;p&gt;The challenge was designed with specific parameters: hackers were given the email address and password, along with a few rules to follow, such as avoiding social engineering. The core security feature involved a three-digit verification code called via a mobile phone, which users must confirm to access their inbox. This system relies on a service from Beverly Hills-based Telesign, which provides similar authentication solutions across the web.&lt;/p&gt;\n&lt;p&gt;Participants aimed to bypass this voice verification process to access Berkowitz&#039;s calendar entries for a specific date. The contest was open-ended otherwise, allowing creativity within the established rules. A team comprised of researchers from Secure Science, including Lance James, Aviv Ruff, and Mike Bailey, took on the challenge. They successfully demonstrated that it was possible to breach the system, confirming their findings with Berkowitz himself.&lt;/p&gt;\n&lt;p&gt;Details remain guarded, but reports suggest the team employed a man-in-the-middle attack after registering an account within the system. Interestingly, the demonstration was hindered by a free Firefox extension called NoScript, highlighting the importance of browser security tools. Ultimately, this event underscores that innovative authentication methods are crucial, but users should also leverage reliable security software to mitigate human vulnerabilities.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because it enables them to bypass geographic restrictions and censorship, granting access to otherwise restricted adult content. Unblocking porn allows users to browse freely, ensuring privacy, avoiding ISP throttling, and enhancing security when accessing sensitive material on public networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you wish to access region-restricted adult content by unblocking porn sites, you might want to consider the SafeShell VPN. This service specializes in overcoming geographical barriers, granting you entry to exclusive platforms that might otherwise remain inaccessible due to local censorship or content limitations.&lt;/p&gt;\n&lt;p&gt;Beyond simply helping &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, SafeShell VPN prioritizes your digital safety with military-grade encryption that anonymizes your connection. This prevents third parties like ISPs or network monitors from detecting your activities, while specialized protocols ensure uninterrupted streaming without speed throttling or buffering disruptions during private sessions.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN extends its protection across multiple devices simultaneously, enabling consistent access whether you&rsquo;re using smartphones, tablets, or computers. Its optimized servers maintain low latency for smooth HD viewing while preserving your anonymity, making it a versatile solution for both unrestricted access and comprehensive privacy.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing geo-restricted content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which allows you to browse privately while unlocking regional limitations. Here&#039;s how to set it up:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by visiting SafeShell VPN&#039;s official website and selecting a subscription plan that matches your requirements\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application to your device through their website or appropriate app store\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the application and create your account or log in with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the settings menu and ensure the privacy protection features are activated\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and select a location in the region where your desired content is accessible\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your chosen server and wait until the connection is established\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your browser and visit your preferred content platforms with complete anonymity\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(27, 149, '', 'Honkai: Star Rail 3.2 Update &ndash; Free 5-Star Character', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02d1512ef0598babd3b4UEk5QVZM03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02d1512ef0598babd3b4UEk5QVZM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Honkai: Star Rail is gearing up for its highly anticipated 3.2 update, bringing a host of exciting features and rewards for players to enjoy. One of the most notable additions is a brand-new, exclusive five-star character that players can obtain for free, marking a significant milestone in the game&#039;s ongoing celebrations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the game approaches its second anniversary, developers from Hoyoverse are ensuring fans feel appreciated with generous in-game gifts. A key highlight is the introduction of a special &quot;golden companion spirit&quot; token awarded upon logging in during the update period. This token acts as a new currency that can be spent in an exclusive shop to unlock coveted characters like Ruan Mei or Luocha at no cost.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout the game&#039;s history, Honkai: Star Rail has frequently rewarded players with free characters, both through event participation and special celebrations. Past events have offered four-star units, such as the &quot;Awoo Firm&quot; event, which allowed players to select from multiple four-star characters. There have also been rare opportunities to receive five-star heroes for free, including Dr. Ratio in version 1.6 and a five-star selector during version 2.7. The upcoming update continues this trend by providing players a choice between two limited five-star heroes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The introduction of the free five-star character token signals a potential shift toward a permanent feature within the game. Many fans speculate that the token could be used in future updates or special shops, allowing players to save and spend them at their convenience, especially as the five-star shop may become a lasting addition. This initiative offers a valuable chance for players who missed out on powerful units like Ruan Mei, widely regarded as a key support character in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to these rewards, the 3.2 update promises a variety of limited-time events and activities to celebrate the anniversary. Players can look forward to claiming up to 30 free gacha pulls, significantly boosting their chances of obtaining rare characters and equipment. Upcoming events, such as &quot;Star Rail World&quot; and the &quot;Astral Express Annual Trailblaze Report,&quot; serve as follow-ups to last year&#039;s Cosmodyssey event and promise engaging new content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Honkai: Star Rail&#039;s second anniversary is set to bring an abundance of free rewards, exciting characters, and fresh content, reaffirming its position as a beloved sci-fi RPG among fans worldwide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable resource in Honkai Star Rail, primarily used to boost and improve the skills of Valkyries and Stigmata, which helps players strengthen their teams for tougher challenges. You can obtain Oneiric Shards through &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services on various trusted game trading platforms, allowing players to purchase them quickly and securely with real money. This top up option is especially popular among those who want to progress faster or unlock powerful upgrades without waiting for in-game rewards. By using these platforms, players can enhance their gameplay experience and access advanced enhancements for their favorite characters.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Oneiric Shard&lt;/a&gt; to upgrade their Valkyries and Stigmata in Honkai Star Rail, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As a reputable &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up center&lt;/a&gt;, lootbar.gg provides a seamless and secure environment for topping up in-game currencies, ensuring that your transactions are both safe and efficient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out with its global reach, professional services, and user-friendly experience. Not only does it offer 24/7 online customer service to assist you at any time, but it also supports a wide variety of payment methods to make your purchasing process hassle-free. Additionally, the &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up center&lt;/a&gt; on lootbar features competitive pricing and attractive discounts, sometimes reaching up to 20% off, making it a smart choice for players who want to maximize their value when they buy Oneiric Shard.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin the &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Star Rail top up&lt;/a&gt; process for Oneiric Shards on the Lootbar trading platform, first visit the official Lootbar website and select your preferred language and currency type before logging into your account. Once logged in, navigate to the top-up section and choose Honkai: Star Rail from the list of available games. Next, decide on the number of Oneiric Shards or Express Supply Passes you wish to purchase and click on the &ldquo;Top-up Now&rdquo; button to proceed with your selection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterward, you will need to specify your game server and enter your Star Rail UID along with your character name to ensure the top up is delivered to the correct account. Once these details are provided, click the Top-up button and select your preferred payment method from the available options. Complete the payment, and your Oneiric Shards will be credited to your account, allowing you to upgrade Valkyries and Stigmata within the game efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(28, 150, '', 'Wizards Unite Dark Arts Month: October Events Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d02e3fd207cdb5f6e3e94kPWkVZoj03&quot; height=&quot;571&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d02e3fd207cdb5f6e3e94kPWkVZoj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;October Brings Spooktacular Challenges to Wizards Unite Game&lt;/p&gt;\n&lt;p&gt;Prepare your wands and polish your spellcasting skills! The popular augmented reality mobile game Harry Potter: Wizards Unite is embracing the Halloween season with a month-long celebration of the Dark Arts throughout October.&lt;/p&gt;\n&lt;p&gt;Players worldwide will face an unprecedented surge of sinister forces threatening the wizarding world during what developers are calling #DarkArtsMonth. This special event promises to test even the most experienced witches and wizards with unique challenges and rare encounters.&lt;/p&gt;\n&lt;p&gt;The festivities kick off between October 8-14 with the &quot;Fighting Forces Brilliant Event: Part 1.&quot; This special quest will feature rare encounters including the chilling Brilliant Death Eater and a notorious escapee from Azkaban prison. Players should prepare their defensive spells accordingly!&lt;/p&gt;\n&lt;p&gt;Mid-month excitement continues with Community Day on October 19th, when uncanny creatures will appear with increased frequency. Keep your eyes peeled for Vampires, Werewolves, and pesky Doxies throughout the game world.&lt;/p&gt;\n&lt;p&gt;The dark celebration continues from October 22-28 with another special quest featuring the Brilliant Sirius Black and a soul-sucking Dementor. These rare foundables, identifiable by their distinctive purple aura, offer players unique collection opportunities not available during regular gameplay.&lt;/p&gt;\n&lt;p&gt;The month culminates on Halloween with an exclusive quest featuring limited-time rewards. Additionally, players can participate in a special Dark Arts-themed Wizarding Challenge Fortress, providing a thrilling alternative to facing mountain trolls like Harry and his friends did in the original stories.&lt;/p&gt;\n&lt;p&gt;For those unfamiliar with the game mechanics, &quot;Brilliant Foundables&quot; represent rare elements from the wizarding world that typically only appear during special events, making this month an exceptional opportunity for collectors and enthusiasts alike.&lt;/p&gt;\n&lt;p&gt;Players seeking additional details about these spooky events should visit the official game blog for comprehensive information on all the magical activities planned for this most bewitching time of year.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of a young wizard named Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts dark forces led by Lord Voldemort, and fulfills his prophesied destiny across eight main installments. For viewers seeking &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete series is accessible via major streaming platforms including Max (formerly HBO Max) and Peacock, with individual titles also available for digital rental or purchase on services like Amazon Prime Video and Apple TV. Due to regional licensing variations, some locations may require using a VPN to access certain streaming libraries where the films are available.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content like Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring you enjoy buffer-free, high-definition entertainment without interruptions. It allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, so you can watch your favorite shows on any device. Additionally, with its exclusive App Mode, SafeShell VPN enables users to unlock content from multiple regions at once, expanding your entertainment options beyond geographical limitations. The lightning-fast speeds provided by SafeShell VPN eliminate buffering and bandwidth restrictions, delivering an exceptional viewing experience. Moreover, its top-level security features, powered by the proprietary ShellGuard protocol, protect your privacy and data from cyber threats. For those hesitant to commit, SafeShell VPN also offers a flexible free trial plan, allowing you to explore all these benefits risk-free before making a decision.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Ready to embark on a magical journey with Harry Potter? Here&#039;s how to access the wizarding world using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and select a subscription plan that matches your viewing needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account, then select APP mode for the best streaming experience\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available in the streaming library (popular options include US or UK servers)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred streaming platform, search for Harry Potter movies, and start watching the adventures of the boy who lived without any geographical restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(29, 151, '', 'Harry Potter Wallpaper &ndash; Magical Decor Ideas', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04448f5f49aab8fe6d71uVxHeg3e03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04448f5f49aab8fe6d71uVxHeg3e03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Harry Potter Wallpaper Collection&lt;/h3&gt;\n&lt;p&gt;Feeling uninspired by your current decor? Transform any room into an enchanted realm with spellbinding wallpaper designs.&lt;/p&gt;\n&lt;p&gt;The newly unveiled Harry Potter collection offers captivating patterns, allowing fans to infuse their spaces with iconic house styles like Gryffindor courage or Ravenclaw wisdom before committing to a single brushstroke.&lt;/p&gt;\n&lt;p&gt;A touch of magic awaits to elevate your home&#039;s atmosphere.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d044814a3a0899092af82ysGUBr5s03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d044814a3a0899092af82ysGUBr5s03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Miraphora Mina and Eduardo Lima, renowned for crafting the visual magic of the Harry Potter movies, have unveiled a limited-edition series of five exquisite wallpapers.&lt;/p&gt;\n&lt;p&gt;These designs showcase some of the most beloved motifs from the wizarding world, offering fans a chance to bring a touch of Hogwarts into their homes.&lt;/p&gt;\n&lt;p&gt;If you&#039;ve been meaning to refresh that worn-out, peeling wallpaper, this collection provides a perfect solution.&lt;/p&gt;\n&lt;p&gt;Now, let&#039;s explore the enchanting designs that make up this captivating collection.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d044b9ec1055bd5354f4e7YcSJDmB03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d044b9ec1055bd5354f4e7YcSJDmB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This intricate wallpaper design showcases the opulent Black family tapestry&lt;/p&gt;\n&lt;p&gt;with its complex branches and elaborate magical embellishments&lt;/p&gt;\n&lt;p&gt;Featuring notorious figures from wizarding history woven into the pattern&lt;/p&gt;\n&lt;p&gt;it transforms any room into a statement piece of pure wizarding heritage&lt;/p&gt;\n&lt;p&gt;The detailed artistry invites admiration as a bold decorative element&lt;/p&gt;\n&lt;p&gt;perfect for creating an atmosphere of magical legacy in living spaces&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d044f6480ceababbf81b8GitOe7TJ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d044f6480ceababbf81b8GitOe7TJ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Magical Wallpapers Collection&lt;/h3&gt;\n&lt;p&gt;This wallpaper showcases the legendary Marauder&#039;s Map, highlighting its secretive and playful details.&lt;/p&gt;\n&lt;p&gt;Perfect for immersing yourself in the complex blueprints of Hogwarts, it invites you to explore every corner.&lt;/p&gt;\n&lt;p&gt;Please remember, it&#039;s designed for display only&mdash;don&#039;t attempt to take it on your adventures!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04527accf90cb0a9c256BweuJB6e03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04527accf90cb0a9c256BweuJB6e03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For those seeking a bold monochrome aesthetic, this Daily Prophet collage wallpaper offers a striking visual experience. It immerses you in the wizarding world&rsquo;s latest headlines, from sensational stories about Harry Potter as an &#039;undesirable&#039; to the provocative question surrounding Dumbledore&mdash;&#039;Daft or dangerous?&#039;&lt;/p&gt;\n&lt;p&gt;This design captures the essence of the wizarding news, blending sharp geometric patterns with classic black and white imagery.&lt;/p&gt;\n&lt;p&gt;Perfect for fans who want to bring a touch of magical journalism into their space, it combines intrigue with a modern artistic flair.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04551508c57818b05843G8iueit603&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04551508c57818b05843G8iueit603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Magical Harry Potter Wall Decor&lt;/h3&gt;\n&lt;p&gt;Transform your walls into a magical portal with MinaLima&#039;s enchanting designs.&lt;/p&gt;\n&lt;p&gt;Bid farewell to cluttered shelves and limited display space.&lt;/p&gt;\n&lt;p&gt;This new Harry Potter wallpaper collection offers a captivating alternative,&lt;/p&gt;\n&lt;p&gt;bringing the iconic Hogwarts library book covers to life across your room.&lt;/p&gt;\n&lt;p&gt;Immerse yourself in the wizarding world&#039;s literary treasures&lt;/p&gt;\n&lt;p&gt;without sacrificing precious real estate for physical copies.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d0459e1248d8491d6151ar3rCiFo003&quot; height=&quot;689&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d0459e1248d8491d6151ar3rCiFo003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Imagine transforming your space with enchanting designs, like the whimsical baby blue and shimmering gold patterns inspired by Quidditch.&lt;/p&gt;\n&lt;p&gt;For those eager to update their walls, there&rsquo;s good news: the MinaLima wallpaper collection is now accessible worldwide.&lt;/p&gt;\n&lt;p&gt;You can explore these captivating designs exclusively via minalima.com or visit the House of MinaLima stores in London and Osaka.&lt;/p&gt;\n&lt;p&gt;The collection will be available starting Wednesday, September 18, 2019, making it easier than ever to bring a touch of magic into your home.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The magical film series chronicles the adventures of young wizard Harry Potter as he discovers his powers, attends Hogwarts School, forms lasting friendships, and confronts the evil Lord Voldemort who threatens the wizarding world. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete collection is available on streaming services like HBO Max and Peacock, or you can rent/purchase them from digital platforms like Amazon Prime, Apple TV, or Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. SafeShell VPN offers high-speed servers specifically optimized for Netflix streaming, ensuring you can enjoy your favorite content without interruptions or buffering. With lightning-fast connection speeds and no bandwidth restrictions, you&#039;ll experience smooth, high-definition streaming every time. Plus, the exclusive App Mode feature allows you to unlock content from multiple regions simultaneously, giving you access to a wider variety of entertainment options.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also stands out with its ability to connect up to five devices at once, supporting various operating systems including Windows, macOS, iOS, Android, Apple TV, and more. Your online security is guaranteed through the proprietary &quot;ShellGuard&quot; VPN protocol, providing advanced encryption for your browsing sessions. To top it all off, SafeShell offers a flexible free trial plan that lets you test all these premium features before making any commitment, making it an ideal choice for Netflix viewers seeking unrestricted access to global content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To stream Harry Potter films via &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this straightforward process:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a SafeShell VPN plan through their official website, selecting an option that meets your requirements.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your specific device operating system, such as Windows, macOS, iOS, or Android.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app, log into your account, and choose the recommended APP mode for optimal Netflix streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the available server locations within the SafeShell VPN interface and connect to a server in a region offering the desired Harry Potter content library, like the US or UK.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open the Netflix platform, log into your account, and enjoy unrestricted access to the Harry Potter series through your secure SafeShell VPN connection.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(30, 152, '', 'Massively OP Podcast: MMO News &amp; Industry Insights', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02c8d50f76032a30e271M6gpZriR03&quot; height=&quot;229&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02c8d50f76032a30e271M6gpZriR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Imagine a moment of pure joy: diving into detailed financial reports of your favorite gaming studios, unraveling their fiscal health with excitement. Now, enhance that thrill by tuning into a lively discussion hosted by Bree and Justin, who don their geekiest glasses to analyze the latest industry insights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Welcome to the latest episode of the Massively OP Podcast, a lively hour packed with news updates, industry stories, personal opinions, and listener emails. If you&#039;d like to join the conversation, just click the &ldquo;tips&rdquo; button located at the top right of our website to send your message.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The episode kicks off with a warm introduction, setting the stage for an engaging discussion. The hosts then explore recent adventures in the MMO world, including Twin Saga and The Secret World, sharing their experiences and thoughts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, they delve into financial reports from major companies like Nexon and NCSoft, offering insights into the economic landscape of gaming studios. They also cover the revival of Neocron, the addition of a new beast in Marvel Heroes, and the latest class updates in Star Wars: The Old Republic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Further on, the podcast discusses Eve Online&rsquo;s move to a free-to-play model and the server mergers happening in Black Desert. Listener questions are featured next, focusing on factions within MMOs and Blizzard&rsquo;s responsibilities to the genre.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Towards the end, Bree and Justin promote an upcoming interview with Mark Jacobs, and the episode concludes with a fun segment about colors. Throughout, listeners can enjoy the theme music &ldquo;Olvia Theme&rdquo; from Black Desert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Listeners are encouraged to stream or download episode 91 through various platforms such as iTunes, Stitcher, Player FM, TuneIn, Google Play, and Pocket Casts. Stay connected with Massively OP via their website, Twitter, Facebook, Google Plus, and Twitch. If you encounter technical issues with the web player, be sure to check your Flash or script blocker settings.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Blade &amp;amp; Soul NEO Divine Gems and Why They&#039;re Essential for Players?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; serve as the main premium currency in Blade &amp;amp; Soul NEO, allowing players to upgrade powerful gear, unlock rare outfits, and enhance their characters for advanced challenges. These gems are highly sought after for accessing special items and boosting progress throughout the game. To obtain Blade &amp;amp; Soul NEO Divine Gems quickly, players often use reputable game trading platforms such as MmoGah, IGVault, and Z2U to top up their accounts safely and reliably. This makes Divine Gems not only essential for gameplay but also accessible for those looking to advance faster in the world of Blade &amp;amp; Soul NEO.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why choose LootBar.gg to buy Blade &amp;amp; Soul NEO divine gems?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Blade &amp;amp; Soul NEO Divine Gems, they may want to consider the lootbar game trading platform for a seamless and trustworthy experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; is well-known for its professional and attentive customer service, making it an excellent choice for both new and seasoned players looking to enhance their BNS NEO gameplay. With support for a wide range of popular games, lootbar.gg stands out as a versatile and reliable solution for in-game currency needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing lootbar.gg to &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy BNS NEO Divine Gems&lt;/a&gt; is its highly competitive pricing. The platform regularly offers discounts and special promotions, ensuring that players can maximize their value with every purchase. In addition, lootbar.gg guarantees 100% secure transactions through advanced encryption and robust data protection, giving players peace of mind knowing their payments and personal information are always safe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar.gg delivers exceptional customer support with a dedicated team available 24/7 to answer questions or resolve issues at any time. The fast delivery system ensures that players receive their BNS NEO Divine Gems quickly and efficiently, minimizing waiting times and allowing them to dive back into the action without delay. All these benefits make lootbar.gg the preferred choice for gamers who value security, speed, and excellent service when purchasing in-game currency.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Steps for Blade &amp;amp; Soul NEO Divine Gems purchase on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and selecting your desired language and currency for a smooth browsing experience.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, log into your existing LootBar account, or quickly register for a new one if you&rsquo;re a first-time user.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate through the main menu to find the Game Coins section, and then select Blade &amp;amp; Soul NEO Divine Gems from the list of available products.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the specific amount of BNS NEO Divine Gems you wish to purchase based on your in-game requirements.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick on the &quot;Buy Now&quot; button, decide on your preferred payment option, and proceed by clicking &quot;Pay Now&quot; to finalize your transaction securely.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the payment, upload the required item image as per the on-screen instructions to verify your purchase, and then log in to Blade &amp;amp; Soul NEO to confirm that your Divine Gems have been credited to your account.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; height=&quot;605&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(31, 153, '', 'The Diplomat Season 2 Premiere &ndash; Date, NYC Event Details', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03a4c4d2ff9100919b94rc5BJkNS03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03a4c4d2ff9100919b94rc5BJkNS03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 2 Premiere Details&lt;/h3&gt;\n&lt;p&gt;Mark your calendars for October 17th!&lt;/p&gt;\n\n&lt;p&gt;Netflix extends a coveted invitation to fans.&lt;/p&gt;\n\n&lt;p&gt;Experience the celebrated drama firsthand at its exclusive Season 2 premiere event.&lt;/p&gt;\n\n&lt;p&gt;Secure your spot for this special New York City screening.&lt;/p&gt;\n\n&lt;p&gt;Don&#039;t miss the chance to join the premiere festivities.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d035d74119c9d90303298lVKAWpSM07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d035d74119c9d90303298lVKAWpSM07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Diplomat&#039;s Season 2 premiere event occurred on October 28, 2024.&lt;/p&gt;\n&lt;p&gt;This exclusive gathering took place at The Plaza Hotel in New York City.&lt;/p&gt;\n&lt;p&gt;The iconic venue previously hosted the celebratory screening and reception.&lt;/p&gt;\n&lt;p&gt;Featured appearances included actress Rosaline Elbay among other attendees.&lt;/p&gt;\n&lt;p&gt;Press documentation from the evening captured the event&#039;s highlights.&lt;/p&gt;\n&lt;p&gt;Photographic evidence confirms the premiere&#039;s New York setting conclusively.&lt;/p&gt;\n&lt;p&gt;The occasion was documented extensively by media outlets at that time.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d03612a3d91652a785448AIelEi5w07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d03612a3d91652a785448AIelEi5w07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the thrilling conclusion of &lt;em&gt;The Diplomat&lt;/em&gt; Season 2 as fans are left in awe by the shocking finale.  &lt;/p&gt;\n&lt;p&gt;Join us as we delve into the performances of the talented cast and explore the creative minds behind this compelling series.&lt;/p&gt;\n&lt;p&gt;Stay tuned for insights and highlights from the season that has captivated audiences worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d03637ceeb0faca98a309NHivNV6A07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d03637ceeb0faca98a309NHivNV6A07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Attending &quot;The Diplomat&quot; Season 2 New York Premiere: Your Complete Guide&lt;/p&gt;\n&lt;p&gt;The highly anticipated second season of Netflix&#039;s political thriller &quot;The Diplomat&quot; is finally arriving, and fans have a unique opportunity to join the celebration in New York City.&lt;/p&gt;\n&lt;p&gt;The star-studded premiere event will feature the show&#039;s impressive ensemble cast, including Keri Russell as Ambassador Kate Wyler and Rufus Sewell as her politically savvy husband Hal.&lt;/p&gt;\n&lt;p&gt;For those looking to attend this exclusive screening, tickets must be reserved in advance through the official Netflix Events platform. Space is limited, so early registration is strongly recommended.&lt;/p&gt;\n&lt;p&gt;The premiere will be held at the prestigious Lincoln Center on Thursday evening, with doors opening at 6:30 PM. Attendees are advised to arrive at least 30 minutes early to allow time for security screening and seating.&lt;/p&gt;\n&lt;p&gt;Dress code for the event is cocktail attire, striking a balance between formal and comfortable. Photography will be permitted in designated areas only, with strict restrictions during the actual screening.&lt;/p&gt;\n&lt;p&gt;Following the premiere, select ticket holders will have access to a reception where light refreshments will be served, though cast interaction cannot be guaranteed.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss this rare opportunity to be among the first to witness the continuation of this gripping diplomatic drama before it streams worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d0366e7bfe8ca8699901fLkfVCmyW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d0366e7bfe8ca8699901fLkfVCmyW07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 2 Premiere Event&lt;/h3&gt;\n&lt;p&gt;Exclusive Opportunity: Join the Cast of &quot;The Diplomat&quot; for Season 2 Premiere in NYC&lt;/p&gt;\n&lt;p&gt;Limited tickets available now for this special screening event! Be among the first to view the Season 2 premiere episode alongside the show&#039;s stars on October 28th.&lt;/p&gt;\n&lt;p&gt;Reserve your spot immediately as this is a first-come, first-served opportunity. Please note that due to overbooking to ensure a full house, admission cannot be guaranteed. Complete terms and conditions apply to all attendees.&lt;/p&gt;\n&lt;p&gt;Event Details:&lt;/p&gt;\n&lt;p&gt;The exact location will be communicated to confirmed ticket holders&lt;/p&gt;\n&lt;p&gt;Doors open: 6:00 PM Eastern Time&lt;/p&gt;\n&lt;p&gt;Screening begins: 7:30 PM Eastern Time&lt;/p&gt;\n&lt;p&gt;Dress recommendations include elegant attire or business casual options inspired by the show&#039;s protagonist.&lt;/p&gt;\n&lt;p&gt;Season 2 Storyline Preview:&lt;/p&gt;\n&lt;p&gt;The new season explores the consequences of the devastating explosion from the Season 1 finale. According to Alex Graves, Executive Producer and Director, &quot;The incident has deeply affected everyone, with some characters potentially never recovering.&quot;&lt;/p&gt;\n&lt;p&gt;The plot thickens as Ambassador Kate discovers the shocking truth - the attack wasn&#039;t orchestrated by foreign adversaries but originated within British government circles. Creator and Showrunner Debora Cahn explains: &quot;Kate faces the difficult task of investigating her host country while realizing they&#039;ve been wrongfully accusing uninvolved nations.&quot;&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the complete second season - all six episodes release on Netflix October 31st.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03a97accf90cb0a9b5deHXog6jYq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03a97accf90cb0a9b5deHXog6jYq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 2 Teaser and Preview&lt;/h3&gt;\n&lt;p&gt;Discover the latest teaser for Season 2 of &lt;em&gt;The Diplomat&lt;/em&gt;, offering a sneak peek into the upcoming episodes.  &lt;/p&gt;\n&lt;p&gt;Get ready to dive into new diplomatic challenges and intense political drama.&lt;/p&gt;\n&lt;p&gt;Stay tuned for the official release date and how you can catch the premiere.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss out on the action-filled trailer that promises more gripping storylines and compelling performances.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a leading streaming service utilized for viewing a vast library of films and television series on demand. However, users frequently encounter Netflix blocked when attempting to access content restricted in their geographical location or due to network limitations. This leads many to seek solutions for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, enabling them to bypass these barriers and reach a broader range of titles available elsewhere.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Netflix by Netflix unblock, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful solution designed specifically to help you enjoy your favorite shows and movies without geographical limitations.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that make it stand out from other VPN services:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-Speed Servers optimized for Netflix streaming, ensuring buffer-free viewing experiences even in HD quality\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode that uniquely allows access to multiple regional Netflix libraries simultaneously, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nBlazing Connection Speeds with no bandwidth restrictions, making buffering issues a thing of the past while streaming your favorite content\n&lt;/li&gt;\n&lt;li&gt;\nMulti-Device Support allowing connection of up to five devices at once, compatible with Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro\n&lt;/li&gt;\n&lt;li&gt;\nSuperior Security through the proprietary &quot;ShellGuard&quot; VPN protocol, protecting your online activities from surveillance while you enjoy unrestricted Netflix content\n&lt;/li&gt;\n&lt;li&gt;\nFlexible Free Trial Plan giving you the opportunity to experience all these premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To stream global Netflix libraries using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow this streamlined process:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nObtain a SafeShell VPN subscription by visiting their official website and selecting your preferred plan\n&lt;/li&gt;\n&lt;li&gt;\nInstall the SafeShell application compatible with your device&#039;s operating system from their download section\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the VPN client and authenticate using your account credentials upon login\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode within the interface for optimized Netflix streaming performance\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a VPN server located in your desired content region (like Japan or Germany)\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix through your browser or application while maintaining the active VPN connection\n&lt;/li&gt;\n&lt;li&gt;\nAccess region-specific content libraries immediately with your existing Netflix account credentials\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The entire setup takes minutes, letting you bypass geographical restrictions seamlessly through SafeShell&#039;s specialized servers.&lt;/p&gt;', 9, 'game'),
(32, 154, '', 'Netflix New Releases: Latest Movies This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04667accf90cb0a9c40336eg0zmp03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04667accf90cb0a9c40336eg0zmp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;New Releases on Netflix&lt;/h3&gt;\n&lt;p&gt;This week has been particularly exciting for Netflix enthusiasts, with a trio of fresh original films arriving on the platform between November 10 and 14. Each of these movies offers a unique experience, catering to diverse tastes and preferences.&lt;/p&gt;\n&lt;p&gt;Among the latest releases, viewers can expect a variety of genres and storytelling styles, ensuring there&#039;s something for everyone. Whether you&#039;re into thrilling dramas, lighthearted comedies, or gripping adventures, Netflix has you covered this week.&lt;/p&gt;\n&lt;p&gt;Curious about which films have made their debut? Keep reading to discover the new titles available just in time for the weekend. Whatever your mood, you&#039;re likely to find a new favorite among these recent additions&mdash;so don&#039;t wait, start streaming now!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04696eebc19f1207ec2eyDCZe7Qq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04696eebc19f1207ec2eyDCZe7Qq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Alex Woo&#039;s enchanting family adventure premieres exclusively on Netflix this November 14th&lt;/p&gt;\n&lt;p&gt;Rated PG across US and UK regions, the 91-minute fantasy unfolds as a perfect evening escape&lt;/p&gt;\n&lt;p&gt;Jolie Hoang-Rappaport and Elias Janssen headline alongside Craig Robinson, Simu Liu, and Cristin Milioti&lt;/p&gt;\n&lt;p&gt;Omid Djalili, Gia Carides, SungWon Cho, and Zachary Noah Piser complete this dynamic ensemble&lt;/p&gt;\n&lt;p&gt;Critics embraced the journey with an 86% Rotten Tomatoes score while audience reactions remain pending&lt;/p&gt;\n&lt;p&gt;Stream this magical original immediately through your Netflix subscription worldwide&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6902a66e90c80ed30cab9a35xFx07Gw003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6902a66e90c80ed30cab9a35xFx07Gw003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Arriving mid-November 2025 exclusively for Netflix subscribers&lt;/p&gt;\n&lt;p&gt;Experience acclaimed director Richard Linklater&#039;s latest vision&lt;/p&gt;\n&lt;p&gt;A sophisticated blend of French and American talent graces the screen&lt;/p&gt;\n&lt;p&gt;Starring Guillaume Marbeck, Aubry Dullin, Zoey Deutch, Bruno Dreyfurst, and Matthieu Penchinat&lt;/p&gt;\n&lt;p&gt;This cinematic tapestry earns a stellar 90% approval from critics&lt;/p&gt;\n&lt;p&gt;Mature themes warrant its R rating in the US and 15+ in the UK&lt;/p&gt;\n&lt;p&gt;Prepare for an engaging narrative unfolding in just under two hours&lt;/p&gt;\n&lt;p&gt;Stream &quot;Nouvelle Vague&quot; starting November 14th&lt;/p&gt;\n&lt;p&gt;Linklater crafts another compelling story for the global audience&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69112685e286f27ca0a630070S0p2ie203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69112685e286f27ca0a630070S0p2ie203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Available for streaming on Netflix&lt;/p&gt;\n&lt;p&gt;Premiere date: November 12&lt;/p&gt;\n&lt;p&gt;Duration: 1 hour 31 minutes&lt;/p&gt;\n&lt;p&gt;Suitable for viewers aged PG in both the US and UK&lt;/p&gt;\n&lt;p&gt;Main cast includes Alicia Silverstone, Oliver Hudson, Jameela Jamil, Pierson Fode, and Melissa Joan Hart&lt;/p&gt;\n&lt;p&gt;Directed by Steve Carr&lt;/p&gt;\n&lt;p&gt;Critical reception: To be confirmed (critics); Audience feedback: To be confirmed&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Stream &lt;em&gt;A Merry Little Ex-Mas&lt;/em&gt; this holiday season on Netflix&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6902a66657ea801e47255ee0Tp8x6SyA03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6902a66657ea801e47255ee0Tp8x6SyA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Witness Guillermo del Toro&#039;s visionary take on a timeless myth this November.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The maestro behind Pan&#039;s Labyrinth and The Shape of Water brings his unique sensibility to &lt;em&gt;Frankenstein&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;An exceptional ensemble brings this gothic tale to life, featuring Oscar Isaac, Mia Goth, and Jacob Elordi.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;They are joined by seasoned talents like Christoph Waltz, Charles Dance, Lars Mikkelsen, and David Bradley, alongside Felix Kammerer and Christian Convery.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Prepare for a visually stunning and emotionally resonant journey spanning 149 minutes.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Mark your calendars for its exclusive Netflix premiere on November 7th.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Critics have embraced its dark beauty, reflected in an 85% Rotten Tomatoes score, while audiences are even more enthusiastic at 95%.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;This mature adaptation carries an R rating in the US and is suitable for viewers 15+ in the UK.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Experience &lt;em&gt;Guillermo del Toro&#039;s Frankenstein&lt;/em&gt; only on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d0473c4d2ff910091a69fGk310SWt03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d0473c4d2ff910091a69fGk310SWt03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix November 2025 Lineup&lt;/h3&gt;\n&lt;p&gt;Available for streaming on Netflix&lt;/p&gt;\n&lt;p&gt;Premiere Date: October 29&lt;/p&gt;\n&lt;p&gt;Duration: 102 minutes&lt;/p&gt;\n&lt;p&gt;Suitable for viewers aged 16 and above in the US, 15+ in the UK&lt;/p&gt;\n&lt;p&gt;Featuring performances by Colin Farrell, Tilda Swinton, Fala Chen, Alex Jennings, and Deanie Ip&lt;/p&gt;\n&lt;p&gt;Directed by Edward Berger&lt;/p&gt;\n&lt;p&gt;Critical and audience reception: Both rated at 48% on Rotten Tomatoes&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04751508c57818b05a1451xhoeqe03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04751508c57818b05a1451xhoeqe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Kathryn Bigelow detonates onto Netflix this autumn&lt;/p&gt;\n&lt;p&gt;with her explosive ensemble thriller.&lt;/p&gt;\n&lt;p&gt;Rebecca Ferguson and Idris Elba ignite the screen&lt;/p&gt;\n&lt;p&gt;alongside Gabriel Basso, Jared Harris, and Tracy Letts.&lt;/p&gt;\n&lt;p&gt;Expect a gripping 115-minute tale primed for mature audiences.&lt;/p&gt;\n&lt;p&gt;Earning solid critical acclaim and strong viewer approval.&lt;/p&gt;\n&lt;p&gt;Stream the just-landed &lt;em&gt;A House of Dynamite&lt;/em&gt; today.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d04781508c57818b05a2cd147QSE603&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d04781508c57818b05a2cd147QSE603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking ahead to Netflix&#039;s original film lineup for November 2025, subscribers can expect a modest but diverse collection of new content before the year concludes.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s English-language original film slate features just two releases in November, with additional titles arriving in December to round out the year.&lt;/p&gt;\n&lt;p&gt;Mid-month brings &quot;Champagne Problems&quot; on November 19th, followed closely by &quot;Train Dreams&quot; on November 21st. The holiday season kicks off with &quot;Jingle Bell Heist&quot; dropping just before Thanksgiving on November 26th.&lt;/p&gt;\n&lt;p&gt;December continues the momentum with the anticipated sequel &quot;Troll 2&quot; arriving on the first day of the month. Romance fans can look forward to &quot;My Secret Santa&quot; on December 3rd, while &quot;Jay Kelly&quot; premieres on December 5th.&lt;/p&gt;\n&lt;p&gt;The most significant December release is undoubtedly &quot;Wake Up Dead Man,&quot; the third installment in Rian Johnson&#039;s popular Knives Out mystery series starring Daniel Craig, which debuts December 12th. Christmas Eve brings the final 2025 Netflix original film with &quot;Goodbye June&quot; on December 24th.&lt;/p&gt;\n&lt;p&gt;While the streaming service&#039;s end-of-year original film lineup may seem limited compared to previous years, these eight productions represent Netflix&#039;s continued investment in diverse storytelling across multiple genres.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service designed to bypass geographical restrictions by masking your real location. It functions by routing your connection through servers in other countries, making Netflix perceive you as accessing from that region. This virtual relocation technique unlocks region-specific libraries that would otherwise be unavailable in your actual location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix using a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality. 1. SafeShell VPN supports multiple devices simultaneously, allowing you to connect up to five devices at once across various operating systems such as Windows, macOS, iOS, and Android, providing flexibility and convenience. 2. Its exclusive App Mode enables users to unlock and enjoy content from multiple regions simultaneously, broadening your entertainment options without restrictions. 3. Additionally, SafeShell VPN delivers lightning-fast speeds without bandwidth limitations, ensuring smooth streaming, downloading, and browsing experiences. 4. With top-level security through their proprietary ShellGuard protocol, your online privacy remains protected with advanced encryption. 5. Finally, the flexible free trial plan allows you to explore all these features risk-free, making SafeShell VPN a reliable solution when your Netflix VPN not working.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; service, first secure your subscription by visiting the official SafeShell VPN website. Choose a suitable plan that aligns with your streaming requirements and budget, then proceed to subscribe.Next, download the SafeShell VPN application tailored for your specific device operating system, such as Windows, macOS, iOS, or Android, from their official site and complete the straightforward installation process.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN app and log into your account.For optimal Netflix streaming performance, select the &#039;APP mode&#039; specifically designed to handle region-restricted content.Browse the list of available VPN servers and choose one located in the country whose Netflix library you wish to access, such as the US, UK, or Japan.Click &#039;Connect&#039; to establish a secure connection through this server.Finally, open your Netflix app or website, log in with your credentials, and seamlessly enjoy the expanded content catalog available in your chosen region via SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(33, 155, '', 'Dofus Unity Bijoutier : Guide XP jusqu&#039;au niveau 200', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Atteindre le niveau 200 en tant que bijoutier dans Dofus Unity repr&eacute;sente un v&eacute;ritable d&eacute;fi financier. La progression exige un investissement cons&eacute;quent en ressources, ce qui peut rendre la mont&eacute;e en niveau co&ucirc;teuse et peu rentable. Cependant, certains crafts sp&eacute;cifiques offrent une opportunit&eacute; d&#039;am&eacute;liorer ses comp&eacute;tences sans trop alourdir son budget.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans ce guide, vous d&eacute;couvrirez une table d&eacute;taill&eacute;e d&#039;exp&eacute;rience (XP) ainsi que les quantit&eacute;s pr&eacute;cises de ressources n&eacute;cessaires pour atteindre le niveau maximum en bijouterie. Optimiser ses crafts et choisir judicieusement ses recettes sont essentiels pour progresser efficacement tout en ma&icirc;trisant ses d&eacute;penses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d6a9d3e2822e62aa81958piTjb9JC03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d6a9d3e2822e62aa81958piTjb9JC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;412&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour faire &eacute;voluer votre m&eacute;tier de bijoutier de son niveau initial &agrave; 200, il vous faudra rassembler une quantit&eacute; importante de ressources provenant &agrave; la fois de monstres et de boss. Ce processus implique &eacute;galement la collaboration avec d&rsquo;autres professions telles qu&rsquo;alchimiste, mineur ou encore b&ucirc;cheron, afin de r&eacute;aliser certaines recettes complexes. La ma&icirc;trise pour &eacute;viter les galets est relativement simple, mais il est recommand&eacute; d&rsquo;investir dans d&rsquo;autres mat&eacute;riaux essentiels, notamment des tourmalines et des trames dimensionnelles, pour optimiser votre progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c9f5c4a0b6a444af891062O611H0u103&quot; height=&quot;375&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c9f5c4a0b6a444af891062O611H0u103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c9f5c62cfbbe48af1b2dbeeu1cvNQI03&quot; height=&quot;375&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c9f5c62cfbbe48af1b2dbeeu1cvNQI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment faire des Kamas dans Dofus?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kamas &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;DOFUS&lt;/a&gt; est la devise principale utilis&eacute;e dans le jeu DOFUS pour effectuer des &eacute;changes, acqu&eacute;rir de l&#039;&eacute;quipement et am&eacute;liorer son personnage.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les joueurs peuvent obtenir des &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas DOFUS&lt;/a&gt; en accomplissant diverses activit&eacute;s dans le jeu ou en utilisant des plateformes de recharge telles que LootBar, qui proposent des services de top up rapides et s&eacute;curis&eacute;s &agrave; des tarifs avantageux.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gr&acirc;ce &agrave; l&#039;utilisation de Kamas DOFUS, il devient plus facile de progresser dans l&#039;aventure et d&#039;acc&eacute;der &agrave; de nouveaux contenus en jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quel est le meilleur site d&#039;achat de Kamas?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;achat Kamas&lt;/a&gt; pour le jeu DOFUS, il serait judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt;. Cette solution en ligne r&eacute;pond parfaitement aux besoins des joueurs en qu&ecirc;te de rapidit&eacute; et de s&eacute;curit&eacute; lors du rechargement de leur monnaie principale dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux atouts de lootbar.gg r&eacute;side dans ses tarifs comp&eacute;titifs et ses offres promotionnelles r&eacute;guli&egrave;res, permettant aux utilisateurs de r&eacute;aliser des &eacute;conomies substantielles sur chaque achat Kamas. En plus de proposer des prix attractifs, la plateforme met un point d&rsquo;honneur &agrave; assurer la s&eacute;curit&eacute; de toutes les transactions gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;, garantissant ainsi la confidentialit&eacute; et la protection des donn&eacute;es des clients.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, lootbargg se distingue par la qualit&eacute; de son service client&egrave;le, disponible en continu pour r&eacute;pondre &agrave; toutes les questions ou r&eacute;soudre d&rsquo;&eacute;ventuels probl&egrave;mes. De plus, la livraison quasi instantan&eacute;e des Kamas DOFUS, g&eacute;n&eacute;ralement en moins de trois minutes, offre une exp&eacute;rience d&rsquo;achat rapide et sans tracas. Gr&acirc;ce &agrave; ces nombreux avantages, lootbar.gg s&rsquo;impose comme la r&eacute;f&eacute;rence incontournable pour tout achat Kamas fiable et avantageux.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des Kamas Dofus sur Lootbar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Kamas DOFUS sur la plateforme Lootbar, suivez ces &eacute;tapes simples pour effectuer votre &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas acheter&lt;/a&gt; en toute s&eacute;curit&eacute;.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur le site officiel de Lootbar &agrave; l&#039;adresse lootbar.gg/fr et dirigez-vous vers la section d&eacute;di&eacute;e au jeu DOFUS.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez la quantit&eacute; de Kamas DOFUS dont vous avez besoin en fonction de vos pr&eacute;f&eacute;rences et appuyez sur le bouton pour proc&eacute;der &agrave; l&rsquo;achat.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRemplissez soigneusement les informations requises, telles que votre identifiant de compte DOFUS et autres d&eacute;tails n&eacute;cessaires &agrave; la transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez votre m&eacute;thode de paiement favorite parmi celles propos&eacute;es sur le site, puis confirmez votre achat en cliquant sur le bouton de paiement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUne fois la transaction valid&eacute;e, patientez quelques instants pour recevoir vos Kamas directement sur votre compte DOFUS, pr&ecirc;ts &agrave; &ecirc;tre utilis&eacute;s dans le jeu.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; height=&quot;593&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(34, 156, '', 'Call of Duty Mobile: How to Add Friends Easily', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690a8ef151c64b0255bdd4e1U8QJo3qs03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/690a8ef151c64b0255bdd4e1U8QJo3qs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty Mobile stands out as a premium adaptation of the classic mobile first-person shooter experience. It offers smooth and responsive controls, combined with creative variations in game modes that help it shine among other mobile battle royale games. Beyond its battle royale component, the game features a variety of modes that showcase its versatility within the shooter genre on mobile devices.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Building a strong team is essential for success in multiplayer matches, and COD Mobile simplifies the process of connecting with friends. Users can effortlessly add friends to their list and invite them to join matches, making team formation straightforward and quick. This process involves two main steps: first, adding friends to your in-game contacts, and second, sending invitations to join a game session.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This streamlined system enables players to coordinate and compete with friends from anywhere, turning their smartphones into portable multiplayer hubs. Nonetheless, securing victories in COD Mobile also depends on strategy and teamwork beyond just assembling a squad.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151b36db5ffb277cebc67fiLv0OiVm03&quot; height=&quot;530&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151b36db5ffb277cebc67fiLv0OiVm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To connect with friends in Call of Duty Mobile, start by locating the friend icon situated at the top section of the main menu. This icon is displayed as a small gray circle featuring two human figures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upon clicking this icon, a new menu will appear, presenting multiple options for adding friends. Selecting the &#039;Add Friends&#039; feature enables you to manually search for players to include in your friends list.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the search bar positioned at the upper right corner, enter either the username or user ID of the person you wish to add. When you find the correct player, a profile card will appear, featuring a yellow button in the top-right corner. This button displays a silhouette of a person with a plus sign and is used to send a friend request.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the request is sent, the recipient must accept it before you can invite them to join your squad. Only after mutual agreement can you team up and enjoy various Call of Duty game modes together.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690154c4d955c332e90878ccQ45d9hha03&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/690154c4d955c332e90878ccQ45d9hha03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To connect with friends in Call of Duty Mobile, navigate to the multiplayer menu where you can either add new friends or invite existing ones to join your game session. When choosing the invite option, a list of your online friends will appear on the right side of the screen. Simply tap on a friend&#039;s name to send them an invitation. Once they accept, they will be added to your squad, allowing you to coordinate easily.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Launching any of COD Mobile&#039;s various game modes with a squad ensures that all members join the action together. This feature enhances the multiplayer experience by promoting teamwork and strategy, whether you&#039;re playing locally with friends or teaming up with players from afar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty Mobile offers a seamless and engaging portable shooting experience, making it perfect for playing with friends anytime, anywhere. Whether you&#039;re sitting side by side or connecting from different locations, jumping into a match together is always more fun than playing solo.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game is currently available on both iOS and Android devices, bringing the thrilling combat experience to a wide range of players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For more tips and guides, check out our article on Call of Duty Mobile&#039;s Battle Royale class strategies.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are CODM and CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM CP&lt;/a&gt; refers to the in-game currency used in Call of Duty: Mobile, allowing players to purchase exclusive items, battle passes, and weapon skins to enhance their gaming experience. Players can easily top up CODM CP through popular game trading platforms such as Codashop, SEAGM, or Midasbuy, which facilitate secure and convenient transactions. By using CODM CP, gamers unlock premium content, gain access to new customization options, and stay ahead in the competitive world of Call of Duty: Mobile.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Recharge codm cp&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. Lootbar.gg stands out as a trusted global service, providing a professional environment where users can safely purchase Call of Duty: Mobile CP. With advanced encryption technologies and strict data protection measures, players can rest assured that every transaction is secure and their personal information is well guarded.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key advantage of choosing lootbar.gg for your CODM CP top-up needs is the competitive pricing. The platform frequently offers attractive discounts and special promotions, allowing gamers to maximize the value of their purchases. In fact, the highest discount rate for Call of Duty: Mobile CP can reach up to 19%, making it an economical choice for players who want to enhance their gameplay without overspending. Additionally, lootbar.gg is committed to fast delivery, ensuring that your CP is credited to your account quickly and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar also excels in customer support, providing 24/7 assistance to address any concerns or questions regarding Recharge codm cp transactions. Their dedicated support team is always ready to help, no matter the time of day. Furthermore, the LootBar Blog community offers valuable resources, game guides, and event updates, helping players stay informed and make the most of their gaming experience. For anyone seeking a convenient, affordable, and secure way to top up Call of Duty: Mobile CP, lootbar.gg is a top choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up CODM on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up CODM&lt;/a&gt; on the Lootbar trading platform, start by navigating to the official Lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once you arrive, set your preferred language and currency, and then log in to your account to proceed. On the homepage, look for the Top-Up section and select Call of Duty: Mobile from the available games. This will take you to the specific page for CODM top-ups.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide how many Call of Duty: Mobile CP you would like to purchase and select the desired amount. After making your choice, pick a payment method that is most convenient for you from the available options. Finally, confirm your selection by clicking the &quot;Top-up Now&quot; button. Your COD Points will be credited to your Call of Duty: Mobile account shortly, completing the top up CODM process smoothly and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; height=&quot;651&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(35, 157, '', 'Лилия в Mobile Legends &mdash; обзор героя и тактики', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d029a6480ceababbf67faX8A6yXIT03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d029a6480ceababbf67faX8A6yXIT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Характеристики Лилии в Mobile Legends&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Лилия &mdash; яркая и динамичная магическая героиня в Mobile Legends, отличающаяся высокой скоростью и способностью наносить мощный урон в короткие сроки. Ее ключевым преимуществом является мобильность, которая позволяет быстро перемещаться по карте и контролировать пространство вокруг.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;В игре Лилия обычно занимает среднюю линию, где она эффективно занимается зоной врагов, быстро очищает минные волны и создает хаос в рядах противников. Ее стратегия основана на использовании теневой энергии, которая дает ей возможность быстро перезаряжать навыки и наносить взрывной урон.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Образ Лилии &mdash; это маленькая, озорная ведьма, мастер теневых технологий, способная телепортироваться и контролировать территорию. Ее стиль игры подходит для агрессивных магов, любящих атаковать и устраивать быстрые схватки. Ее ультимативная способность позволяет ей проникать в ряды врагов и безопасно возвращаться, что дает ей преимущество в боях.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Основные сильные стороны Лилии &mdash; это высокая мобильность и способность наносить мощный урон по площади. Благодаря этим качествам она способна быстро влиять на ход сражения, создавая давление в начале игры и эффективно контролируя карту. Ее умение быстро очищать волны и перехватывать инициативу делает ее опасным противником на любой стадии боя.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d029dba25049d0ad639b75UmMi9V303&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d029dba25049d0ad639b75UmMi9V303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;В этом руководстве мы подробно рассмотрим персонажа Baxia из мобильной игры Legends Bang Bang.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Его пассивная способность, известная как &laquo;Гневная тьма&raquo;, усиливает его бомбы, увеличивая их урон и эффект замедления противников.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Первый навык &mdash; &laquo;Гневная тьма&raquo; &mdash; позволяет вызывать бомбы, которые взрываются при попадании, нанося урон в радиусе действия.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Второй навык &mdash; &laquo;Теневая энергия&raquo; &mdash; создает область тьмы, которая усиливает взрывы бомб и наносит существенный урон врагам, находящимся в зоне действия.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;И, наконец, ультимативная способность &mdash; &laquo;Черные ботинки&raquo; &mdash; мгновенно возвращает героя на предыдущую позицию, одновременно восстанавливая здоровье и перезаряжая все навыки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a0ba25049d0ad639f178kdlMQO03&quot; height=&quot;563&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a0ba25049d0ad639f178kdlMQO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Оптимальная сборка для Лилии в Mobile Legends направлена на усиление магического урона, снижение времени перезарядки и повышение скорости передвижения, что позволяет быстро наносить урон и эффективно избегать опасностей:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; Аркановые сапоги для увеличения магической защиты и скорости передвижения&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; Часы судьбы, усиливающие магические показатели и выживаемость&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; Молниеносный жезл для мощных магических атак и критических ударов&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; Богоподобное копье для снижения защитных характеристик врагов и увеличения урона&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a37accf90cb0a9a316OdHbshku03&quot; height=&quot;399&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a37accf90cb0a9a316OdHbshku03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Тактика и снаряжение Лилии&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;В мобильных битвах важно правильно подбирать снаряжение для Лилии, чтобы максимально повысить её эффективность на поле боя. Например, для увеличения магического урона рекомендуется использовать Святой Кристалл, а для замедления врагов &mdash; Волшебная палочка Ледяной королевы. Если противники обладают высоким сопротивлением магии, отлично подойдет Волшебная палочка Гения. В зависимости от ситуации, стоит выбирать предметы, учитывая тип угроз &mdash; например, Winter Truncheon поможет против взрывных уронов и контроля.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Эмблема для мага является обязательным элементом, усиливающим способности Лилии. В качестве талантов рекомендуется выбрать ловкость, наблюдательность и нечистую ярость &mdash; так увеличивается урон и повышается выживаемость на линии.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Классическая тактика Лилии включает аккуратное накопление бомб, после чего их нужно точно взорвать. Для этого разместите несколько бомб, активируйте их с помощью Shadow Energy (второй навык), а затем используйте ультимативную способность. В случае давления со стороны противника, повторяйте этот цикл, быстро перезаряжая навыки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Опытные игроки используют стратегию связывания нескольких бомб и устраивают неожиданные взрывы, скрываясь в тени тумана войны. Такой подход позволяет удивить врага и получить преимущество в бою.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a77accf90cb0a9a39864QN2s9D03&quot; height=&quot;563&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a77accf90cb0a9a39864QN2s9D03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02abd50f76032a30e044Yv88LVU103&quot; height=&quot;399&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02abd50f76032a30e044Yv88LVU103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Лилия в Mobile Legends: особенности использования и тактики&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;В игре доступны разнообразные скины для Лилии, которые можно получить через специальные события и сезонные акции. Эти косметические предметы значительно улучшают визуальные эффекты и озвучку героя, делая игровой процесс более захватывающим.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Стратегии против Лилии требуют быстрого реагирования и правильного выбора героев. Отличными контр-мероприятиями являются персонажи с высокой мобильностью и способностью к прерыванию её навыков, такие как герои с молниеносным сближением и мощными уроном. Например, Сабер, Линг и Хаябуса могут эффективно ловить Лилию врасплох благодаря своей скорости и урону.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для защиты от Лилии рекомендуется использовать сборки с защитными предметами, повышающими выживаемость. Хорошими вариантами считаются щит Атины, сияющая броня и зимний трон, которые позволяют снизить урон и продлить время боя.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Mobile Legends: Bang Bang (MLBB)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Алмазы в Mobile Legends: Bang Bang&lt;/a&gt; (МЛББ) &mdash; это премиум-валюта, которую используют для покупки эксклюзивных скинов, героев и различных внутриигровых предметов, позволяющих персонализировать игровой процесс и получать дополнительные преимущества.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Получить алмазы можно через официальное пополнение в приложении или воспользоваться надежными торговыми платформами, такими как LootBar, где часто доступны специальные предложения и акции.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Это дает игрокам гибкость в выборе способов приобретения и позволяет выгодно пополнять баланс алмазов в МЛББ.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит покупать алмазы для MLBB на LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы хотите &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнить алмазы&lt;/a&gt; в Mobile Legends: Bang Bang (МЛББ), стоит обратить внимание на платформу для игровых сделок &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. Этот сервис предлагает удобный и быстрый способ покупки премиальной валюты, что особенно важно для игроков, стремящихся улучшить игровой опыт без лишних хлопот.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одно из главных преимуществ lootbar.gg &mdash; это выгодные цены на пополнение алмазов. Благодаря прямому сотрудничеству с поставщиками, платформа способна предоставить одни из самых низких цен на рынке, что позволяет экономить даже при регулярных покупках. Кроме того, lootbar уделяет особое внимание безопасности: используются только проверенные методы оплаты, а все сделки проходят строгую модерацию, чтобы защитить данные и аккаунты пользователей.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Дополнительным плюсом является круглосуточная поддержка клиентов, которая всегда готова помочь при возникновении любых вопросов или трудностей. Таким образом, выбирая lootbar для того чтобы пополнить алмазы в Mobile Legends: Bang Bang, вы получаете сочетание надежности, выгодных цен и высокого качества сервиса, что делает платформу оптимальным выбором для геймеров.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить счёт MLBB на LootBar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nСначала авторизуйтесь на платформе LootBar или создайте новый аккаунт, если вы ранее не пользовались этим сервисом.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nЗатем укажите ваш уникальный идентификатор игрока MLBB и имя персонажа, чтобы гарантировать правильное начисление алмазов.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле этого выберите необходимое количество алмазов, чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить алмазы для Mobile Legends: Bang Bang&lt;/a&gt;, и нажмите на кнопку для перехода к оплате.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nНа следующем шаге определитесь с удобным для вас способом оплаты, например, банковской картой или через PayPal, и подтвердите платеж.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле завершения оплаты алмазы поступят на ваш игровой счет, обычно это занимает всего несколько минут, и вы сразу сможете использовать их в игре.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; height=&quot;473&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(36, 158, '', 'East of Eden: Netflix&#039;s Bold New Reimagining', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03b5fd207cdb5f6e4be8KOOyRW6O03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03b5fd207cdb5f6e4be8KOOyRW6O03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Kazan to Reimagine &quot;East of Eden&lt;/h3&gt;\n&lt;p&gt;Florence Pugh joins Zoe Kazan&#039;s ambitious reimagining of Steinbeck&#039;s masterpiece&lt;/p&gt;\n&lt;p&gt;Kazan writes and executive produces this seven-episode saga, honoring her grandfather&#039;s cinematic legacy&lt;/p&gt;\n&lt;p&gt;Her vision transports the Salinas Valley saga to New Zealand&#039;s evocative landscapes&lt;/p&gt;\n&lt;p&gt;Pugh, fresh from acclaimed roles in Oppenheimer and Dune, also executive produces alongside Kazan&lt;/p&gt;\n&lt;p&gt;This Netflix limited series revives Steinbeck&#039;s Nobel Prize-winning exploration of fractured families&lt;/p&gt;\n&lt;p&gt;Prepare for a profound journey into the shadows beneath California&#039;s golden promise&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d037761306fa7233f1517uGSmhWAc07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d037761306fa7233f1517uGSmhWAc07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the realm of literary adaptations, a significant announcement has emerged from the entertainment industry. Zoe Kazan, known for her multifaceted career as an actress, writer, and director, is taking on a new challenge by helming a limited series adaptation of John Steinbeck&#039;s classic novel &quot;East of Eden.&quot;&lt;/p&gt;\n&lt;p&gt;This ambitious project marks Kazan&#039;s debut as a showrunner for a television series, building upon her established reputation in both independent and mainstream cinema. Her connection to the material runs deep, as her grandfather, Elia Kazan, directed the 1955 film adaptation that starred James Dean in his breakthrough role.&lt;/p&gt;\n&lt;p&gt;The limited series format promises to explore the expansive narrative of Steinbeck&#039;s novel more thoroughly than a feature film could accommodate. Set in California&#039;s Salinas Valley, the original work spans generations of two families, the Trasks and the Hamiltons, while examining themes of good and evil, free will, and the complexity of family relationships.&lt;/p&gt;\n&lt;p&gt;Industry insiders report that several major streaming platforms have expressed interest in the project, recognizing both the enduring appeal of Steinbeck&#039;s work and Kazan&#039;s unique vision as a storyteller. The adaptation is expected to attract high-profile talent both in front of and behind the camera.&lt;/p&gt;\n&lt;p&gt;Production details, including casting choices and release timeline, remain in development as Kazan works to translate the novel&#039;s rich, multigenerational story for contemporary audiences while honoring its literary legacy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d037a7fa822d6c5c79397oSgm5a1107&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d037a7fa822d6c5c79397oSgm5a1107&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix is set to expand its streaming library this November with a diverse array of new content. The platform&#039;s upcoming releases will feature everything from highly anticipated original series to classic films and seasonal favorites.&lt;/p&gt;\n&lt;p&gt;The streaming giant begins its November lineup on October 31st, strategically positioning new content to coincide with the Halloween to holiday season transition. This scheduling approach allows subscribers to enjoy fresh entertainment options throughout the entire month.&lt;/p&gt;\n&lt;p&gt;Subscribers can expect a balanced mix of genres including drama, comedy, documentary, and family-friendly programming. The carefully curated selection aims to cater to various audience preferences during the approaching holiday season.&lt;/p&gt;\n&lt;p&gt;Netflix continues its commitment to delivering both original productions and licensed content, maintaining its competitive edge in the increasingly crowded streaming marketplace. The November catalog demonstrates the platform&#039;s ongoing investment in diverse programming.&lt;/p&gt;\n&lt;p&gt;The timing of these releases aligns with typical viewing pattern changes as audiences spend more time indoors during the colder months in many regions, making November a strategically important period for content launches.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d037ef81c489e97a73d89VBOMwjZN07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d037ef81c489e97a73d89VBOMwjZN07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Series Finale Reveal&lt;/h3&gt;\n&lt;p&gt;The psychological thriller&#039;s conclusion reveals Nile Jarvis as a murderer through definitive evidence uncovered by protagonist Aggie Wiggs.&lt;/p&gt;\n&lt;p&gt;Aggie discovers conclusive proof implicating Nile in Madison&#039;s disappearance&lt;/p&gt;\n&lt;p&gt;and subsequently confirms his involvement in FBI agent Brian Abbott&#039;s death.&lt;/p&gt;\n&lt;p&gt;The climax occurs when Aggie unknowingly texts evidence to Brian&#039;s phone&lt;/p&gt;\n&lt;p&gt;which Nile now possesses after eliminating the investigator.&lt;/p&gt;\n&lt;p&gt;Returning home, Aggie encounters Nile holding her manuscript&lt;/p&gt;\n&lt;p&gt;titled &quot;The Beast and Me&quot; - now bearing his handwritten annotations.&lt;/p&gt;\n&lt;p&gt;Nile&#039;s chilling alteration of the book&#039;s title to &quot;The Beast in Me&quot;&lt;/p&gt;\n&lt;p&gt;serves as the series&#039; final, unsettling revelation of his guilt.&lt;/p&gt;\n&lt;p&gt;While the resolution confirms Nile&#039;s criminal nature&lt;/p&gt;\n&lt;p&gt;the narrative maintains tension through the protagonists&#039; psychological dynamic&lt;/p&gt;\n&lt;p&gt;and exploration of trauma&#039;s impact on human behavior.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691d0382a6fff6a3fc7c89ces67h7yI607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691d0382a6fff6a3fc7c89ces67h7yI607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In crafting this multigenerational tale, I&#039;ve found myself deeply affected by the personal connection I share with the source material,&quot; Kazan revealed in her Netflix statement. &quot;Steinbeck&#039;s prose&mdash;raw, surprising, philosophical, and uninhibited&mdash;has captivated me since my adolescent introduction to &#039;East of Eden.&#039;&lt;/p&gt;\n&lt;p&gt;The limited series adaptation chronicles the complex journey of the Trask family across generations, uniquely centered on the compelling and controversial character Cathy Ames, with Florence Pugh bringing this pivotal role to life on screen.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03baba25049d0ad649eev7jiCZ6v03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03baba25049d0ad649eev7jiCZ6v03&quot; width=&quot;531&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Zoe Kazan radiates excitement over her leadership role in the new East of Eden series, calling the entire process &quot;the greatest joy.&quot;&lt;/p&gt;\n&lt;p&gt;She collaborates closely with Jeb Stuart as co-showrunner and co-executive producer.&lt;/p&gt;\n&lt;p&gt;Directorial duties are split: Garth Davis handles the opening episodes 1-4, and Laure de Clermont-Tonnerre steps in for the concluding episodes 5-7.&lt;/p&gt;\n&lt;p&gt;An impressive ensemble cast has been unveiled, starring Florence Pugh in the role of Cathy Ames.&lt;/p&gt;\n&lt;p&gt;Christopher Abbott takes on Adam Trask, while Mike Faist embodies Charles Trask.&lt;/p&gt;\n&lt;p&gt;Supporting talents include Hoon Lee as Lee, Tracy Letts as Cyrus Trask, and Martha Plimpton as Faye.&lt;/p&gt;\n&lt;p&gt;Ciaran Hinds portrays Samuel Hamilton, with Joseph Zada as Cal Trask and Joe Anders as Aron Trask.&lt;/p&gt;\n&lt;p&gt;Peter Friedlander of Netflix praised Kazan&#039;s artistic approach, noting how it respectfully nods to her grandfather&#039;s classic film while breathing new life into Steinbeck&#039;s iconic story for contemporary viewers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6905487deccc9a7a5b9eb19bCGGlfLCw03&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6905487deccc9a7a5b9eb19bCGGlfLCw03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Literary Adaptations on Stream&lt;/h3&gt;\n&lt;p&gt;Explore a selection of captivating series adapted from classic and contemporary literature, now available for streaming.&lt;/p&gt;\n&lt;p&gt;These shows bring beloved stories and characters to life, offering viewers a unique blend of storytelling and visual artistry.&lt;/p&gt;\n&lt;p&gt;From timeless novels to modern masterpieces, discover how literature continues to inspire engaging television experiences.&lt;/p&gt;\n&lt;p&gt;Enjoy immersing yourself in worlds crafted from the pages of your favorite books, reimagined for the small screen.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform primarily used for watching TV shows and movies online. However, due to regional licensing restrictions, content availability varies significantly by country, leading users to seek ways for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; access. Netflix unblocked refers to the process of overcoming these geographical barriers, enabling viewers to reach a much broader content library typically reserved for other regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted Netflix libraries by unblocking geo-content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a compelling solution to consider.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN excels in delivering blazing-fast connection speeds specifically optimized for seamless Netflix streaming, eliminating frustrating buffering even for high-definition content. Its exclusive App Mode allows simultaneous access to multiple regional libraries, vastly expanding your entertainment options, while support for up to five simultaneous device connections ensures you can enjoy Netflix on your preferred gadgets, be it a smart TV, phone, or computer.&lt;/p&gt;\n&lt;p&gt;Crucially, SafeShell VPN provides uncompromised security with advanced encryption and its proprietary ShellGuard protocol, safeguarding your online privacy from surveillance while effectively bypassing Netflix&#039;s VPN detection systems. To experience these benefits firsthand, SafeShell VPN offers a flexible free trial plan, letting you test its robust features risk-free.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to watch regional Netflix content, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. - Next, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. - Once installed, launch the SafeShell VPN app and log in to your account. - Choose the APP mode for a better streaming experience and browse the list of available servers. - Select a server located in the region whose Netflix content you want to access, such as the US or UK, and click &quot;Connect&quot; to establish a secure connection. - After connecting, open the Netflix app or visit the Netflix website, log into your account, and enjoy watching content from your chosen region seamlessly.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(37, 159, '', 'Gift Cards: Key Benefits &amp; Global Popularity', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02843d95d43f5a55bba7cWpV3h2P03&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02843d95d43f5a55bba7cWpV3h2P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In recent years, the popularity of gift cards has surged, transforming them into a significant digital asset across the globe. Their appeal is largely driven by the increasing number of consumers shopping online and the tangible value they offer, which continues to captivate both individuals and businesses alike. As their market presence expands, understanding the key benefits of gift cards becomes increasingly important.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gift cards function as prepaid cards containing a certain amount of stored value, allowing users to purchase products or services from participating retailers. These cards are issued by brands to facilitate seamless transactions and often serve as convenient payment options. They come in various formats, including physical cards, digital versions, and gift vouchers, and are available in multiple currencies such as USD, EUR, GBP, and CAD.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Different types of gift cards cater to specific audiences and purposes. For example, there are cards tailored for gamers, entertainment enthusiasts, young adults, and teenagers, among others. Essentially, gift cards are versatile tools designed to meet various needs, making them a popular choice for gift-giving and promotional activities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68d32ea58d0818e26a95d3231tNAtuiT03&quot; height=&quot;666&quot; src=&quot;https://c2c.fp.guinfra.com/file/68d32ea58d0818e26a95d3231tNAtuiT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gift cards have revolutionized the way people approach giving and receiving presents worldwide. Unlike traditional gifts, they offer recipients the freedom to choose exactly what they want, making the gift more personalized and meaningful. This flexibility allows the giver to provide a token that aligns with the recipient&rsquo;s interests and preferences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example, a gaming enthusiast might prefer a Steam gift card over a physical shirt or greeting card. Such a card enables them to access a wide range of video games and content on the Steam platform, ensuring the gift is both practical and enjoyable. Similarly, offering a $100 Amazon gift card to a shopping lover opens up countless possibilities, from books and gadgets to fashion and home goods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The appeal of gift cards lies in their ability to cater to individual tastes while providing tangible value. They often serve as a more thoughtful alternative to conventional gifts, as they demonstrate understanding of the recipient&rsquo;s hobbies and desires. Giving a gift card can also foster goodwill, as recipients tend to appreciate the opportunity to select something they genuinely want.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The rise of online shopping, especially accelerated by the COVID-19 pandemic, has further boosted the popularity of gift cards. Many e-commerce platforms now offer digital gift cards as a convenient payment option, overcoming geographical and currency barriers. For instance, Apple gift cards can be used to subscribe to Apple Music or purchase devices like iPhones, iPads, or MacBooks, regardless of location. Similarly, Netflix gift cards allow users to enjoy streaming content from anywhere in the world.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Businesses recognize the marketing potential of gift cards as well. They serve as branding tools, displaying a company&rsquo;s logo and increasing brand visibility with each use. Additionally, companies often use gift cards to incentivize customers through discounts or promotional offers, which can lead to higher sales and customer loyalty.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For individuals, gift cards also help manage personal finances. They enable better control over spending, as users can track their expenses and set budgets accordingly. For example, spending a $100 Steam gift card on gaming content allows users to limit their expenditure within a predefined limit, avoiding overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, the secondary market for gift cards has become a profitable avenue. If someone owns a gift card they don&rsquo;t plan to use, they can sell it on trusted platforms like Prestmit. Such platforms facilitate quick, secure transactions, allowing users to exchange gift cards for cash or cryptocurrency. Since many gift cards have no expiration date, they represent a valuable asset that can be traded or sold, providing an additional way to earn money online.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, gift cards offer numerous advantages&mdash;from providing personalized, flexible gifts and supporting online shopping to serving as effective marketing tools and financial management aids. Their versatility and growing market demand make them an increasingly popular choice for consumers and businesses alike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68d32ea9ed2f3c51804554616H5R8LeZ03&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/68d32ea9ed2f3c51804554616H5R8LeZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To sell your gift cards efficiently, follow these straightforward steps:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by visiting the official Prestmit website or downloading the Prestmit app from either the Google Play Store or Apple App Store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Create an account and log in to access the platform&#039;s features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Navigate to the &ldquo;Gift Cards&rdquo; section and select &ldquo;Sell Gift Cards&rdquo; to initiate the selling process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choose your preferred payment option&mdash;either fiat currency or cryptocurrency&mdash;to receive your funds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Identify the gift card category that matches your card and specify the exact type of card you&#039;re selling.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Input the amount value of your gift card to accurately reflect its worth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Provide the necessary details by uploading an image of your card or entering the card code in the designated comment field.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Click on &ldquo;Proceed&rdquo; to finalize your transaction and await confirmation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the transaction is successful, payment is processed immediately, ensuring quick access to your funds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gift cards are versatile tools that can be used at both physical and online stores that accept them. Popular platforms like Amazon, Steam, Apple, and Sephora support gift card payments, allowing you to purchase a wide range of products.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The value of gift cards is real-time and flexible, often denominated in different currencies. They serve as convenient alternatives to cash or traditional credit and debit cards, providing quick and secure access to goods and services.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can also profit from your gift cards by reselling them on reputable platforms such as Prestmit, which offers competitive rates to maximize your earnings through trading.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among younger demographics, gift cards are increasingly favored as a digital asset for shopping, trading, or gifting purposes. Their benefits are significant, but it&rsquo;s essential to clarify your goals with the card beforehand to make the most of its advantages.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Steam Wallet Code (BRL)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Wallet Code&lt;/a&gt; is a digital code that allows users to add funds to their Steam account, making it easier to purchase games, software, and other digital content on the Steam platform. Many game trading platforms, such as OffGamers, SEAGM, and MTCGame, offer convenient top-up services where users can acquire Steam Wallet Code in various denominations. Once redeemed, the balance can be used to buy a wide selection of games and in-game items, or even gift games to friends within the Steam ecosystem. This makes Steam Wallet Code a versatile and secure way to manage your gaming budget.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Steam Wallet Code?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their Steam Wallet Code, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a convenient and secure experience. One of the standout advantages of using lootbar is its commitment to providing a highly secure environment for all transactions. With a robust selection of global payment options like PayPal, Visa, and MasterCard, every purchase on lootbar.gg is protected by advanced encryption and sophisticated anti-fraud measures, ensuring that your personal and financial information remains safe at all times.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant benefit of lootbar is the speed and efficiency with which users receive their Steam Wallet Codes. The platform is designed for instant delivery, so players can access their codes immediately after purchase and dive straight into their favorite games without unnecessary delays. This immediate access is ideal for gamers who value their time and want to enjoy seamless gameplay without interruptions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar offers a range of exclusive perks to its users, such as special discounts, limited-time bundles, and reward bonuses tailored to different needs. The dedicated 24/7 customer support team is always available to assist with any queries or issues, making the buying process smooth and stress-free. By choosing lootbar.gg, players can enjoy a reliable, rewarding, and user-focused solution for purchasing Steam Wallet Codes.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Steam Wallet Code (BRL) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase a &lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Gift Card&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and logging into your account after selecting your desired language and currency. Once logged in, navigate to the Gift Card section found on the homepage, then select the Steam Wallet Code (BRL) option. From here, review your choices for console, PC, or all devices to ensure the card is compatible with your needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting the appropriate plan, click on the Top-Up Now button to proceed. You&#039;ll be prompted to choose your preferred payment method from the available options. Complete the process by clicking Pay Now, which will finalize your payment. Upon successful transaction, the Steam Gift Card will be delivered to your account, ready for use on the Steam platform.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; height=&quot;451&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(38, 160, '', 'Delta Force Review &ndash; Battlefield Alternative?', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d026fd3eefc7c65a336b6MHiAzcZQ03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d026fd3eefc7c65a336b6MHiAzcZQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Like many avid fans, I&#039;ve been eager for a true comeback for Dice&#039;s beloved Battlefield franchise following the rocky start of 2042. Although recent updates have improved its stability and gameplay, I remain on the lookout for a modern shooter that captures the essence of the classic titles I cherished. Titles like Battlebit kept me engaged for a while, whereas Call of Duty Black Ops 6 didn&#039;t really spark my interest. Then, I decided to give Delta Force a shot, approaching it with a cautious skepticism.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game features operators&mdash;reminiscent of Battlefield 2042&mdash;and is set in a semi-modern, pseudo-realistic environment. Interestingly, I was taken aback to learn that a small development team chose to reimagine the scenario as a free-to-play shooter, seemingly inspired by the missteps of 2042. Some maps bear a striking resemblance to those in 2042, and the operator system, with characters wielding unique abilities, draws heavily from hero-shooter mechanics found in other contemporary titles. It raises the question: why choose this over Battlefield?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, the appeal of a fresh, shiny game is hard to resist. During my testing phase, I played on closed servers, so I didn&#039;t experience the full scale of the 64-player battles, but even in limited play, it was clear that Delta Force offers a multiplayer FPS experience where players are scattered across various locations, engaging in combat. The graphics impress, the gun customization options are remarkably detailed, and the chaos of explosions, tanks, and frantic firefights is palpable. Notably, Delta Force runs more smoothly than Battlefield 2042 did at launch, which is a significant plus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The gunplay itself is quite satisfying. With a relatively short time-to-kill, engagements feel impactful&mdash;killing enemies provides a rewarding rush, while dying feels punishing. Given that gunplay is the core of any shooter, Delta Force manages to strike a balance, incorporating projectile drop and recoil that walk the line between realistic simulation and arcade fun. Overall, it offers a competent shooting experience that keeps players engaged and coming back for more.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0274d50f76032a30dbd2RESwQVbO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0274d50f76032a30dbd2RESwQVbO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond the core 64-player battles, the game introduces an exciting operations mode that combines elements reminiscent of Tarkov with a map design similar to Call of Duty: Warzone. There have been moments where I had to remind myself that I was not actually playing Warzone, which is an interesting reflection on the game&#039;s stylistic choices. While this blending isn&#039;t inherently negative, it does highlight one of the key issues I find with Delta Force, which I will discuss later.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The operations mode stands out for its tension and entertainment value, capturing the essence of survival shooters that emphasize cautious gameplay and strategic decision-making. Although it doesn&#039;t reinvent the wheel, it proves effective in delivering engaging combat scenarios. Players are tasked with dropping into a designated area to complete objectives and gather loot, with the option to return to a safe zone&mdash;referred to as the black site&mdash;to upgrade equipment or buy new gear. This setup feels familiar, echoing common battle royale mechanics.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One notable aspect is the very short time-to-kill, which makes dying feel abrupt and sometimes frustrating, especially when a single mistake results in death within seconds. Nevertheless, this high stakes environment encourages tactical play, rewarding careful planning and coordination. I can easily envision myself enjoying this mode with friends during a relaxed weekend or a rainy evening.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, the game&rsquo;s overall approach has its downsides, particularly related to how familiar and derivative certain modes feel, and some design choices that may hinder long-term engagement. These factors contribute to a sense that Delta Force, despite its promising elements, struggles to stand out in an increasingly crowded genre.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02776e80a7dc15674754gTI8UeRC03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02776e80a7dc15674754gTI8UeRC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently in its open beta phase, Delta Force is essentially a soft launch, often used as a mere testing ground before full release. Future updates promise additional content, including a standalone Black Hawk Down DLC that aligns well with the game&#039;s military setting, along with new maps, operators, and weaponry to diversify gameplay. At present, it stands out as a capable free-to-play first-person shooter, offering a decent experience without hefty costs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, two major concerns overshadow its potential: a lack of originality and the controversial implementation of kernel-level anti-cheat technology. The game does little to break new ground; instead, it rehashes concepts and mechanics from existing titles within the genre. While the developer team, Jade, might have plans to introduce innovative features in future updates&mdash;hoping to add unique elements&mdash;the current state offers little incentive to choose Delta Force over other well-established shooters inspired by similar gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The anti-cheat system has also sparked significant debate. The developers responded to Steam reviews by explaining that they utilize ACE, an anti-cheat solution trusted by many leading developers, which operates at the kernel level to effectively combat sophisticated hacking tools. They emphasized that ACE only runs when the game is active and are actively working to resolve false security alerts that some anti-virus programs may generate, which can cause misunderstandings about its operation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As with any game employing deep system integrations, players should weigh their options carefully before installing. For a free-to-play title, Delta Force offers a competent experience, but it doesn&#039;t stand out in terms of innovation or features. It&#039;s worth trying if you&#039;re seeking a new shooter, but those already satisfied with their current multiplayer titles or concerned about kernel-level anti-cheat measures might prefer to wait or pass altogether.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Delta Force and Delta Force Coins?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;delta force coins&lt;/a&gt; is the primary in-game currency in Delta Force, used to unlock special content, purchase exclusive items, and enhance your overall gameplay experience. Players can obtain delta force coins by topping up through popular game trading platforms such as Codashop, SEAGM, or UniPin, making it easy to quickly increase your balance and access premium features. With delta force coins, you can acquire unique weapons, character skins, and upgrades that give you a competitive edge in both battle royale and multiplayer modes. This currency is essential for players looking to customize their arsenal and progress faster in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Delta Force Coins Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Delta Force Coins, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for a seamless experience. lootbar.gg stands out by offering global access, allowing players from around the world to &lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy delta force coins&lt;/a&gt; quickly and securely. The platform prioritizes user security and provides 100% safe transactions, ensuring that every purchase is protected and reliable. With its user-first philosophy, lootbar.gg delivers professional and convenient services, making it easy for gamers to get what they need for a variety of titles, including Delta Force.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of choosing lootbar.gg is the flexibility and affordability it provides. Players can buy delta force coins using numerous payment options suited to their preferences, and there is always 24/7 customer support available to resolve any issues or questions. Additionally, lootbar.gg frequently offers attractive discounts and promotions, with savings on Delta Force Coins that can reach up to 20%. This means gamers can enjoy more in-game currency at a lower price, making lootbar.gg a smart choice for anyone looking to enhance their Delta Force experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Delta Force on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up delta force&lt;/a&gt; coins on the LootBar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency settings. After logging into your account, navigate to the Home page, where you will need to locate the Delta Force section under the Top-Up column. Here, enter your Player ID as instructed to ensure your purchased coins are credited to the correct game account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide the amount of Delta Force Coins you wish to acquire and click on the &quot;Top-up Now&quot; button to proceed. You will then be prompted to select a payment method that suits you best; once chosen, simply confirm your payment by clicking &quot;Pay Now.&quot; Following these steps ensures a smooth and secure process to top up delta force coins, allowing you to enjoy your game with the resources you need.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(39, 161, '', 'Song Lyrics Searches &ndash; Cybersecurity Risks &amp; Safety Tips', '&lt;p&gt;Online searches for song lyrics can pose significant cybersecurity risks, according to recent findings by security experts. Many individuals, like actress Anne Hathaway, may turn to the internet for quick lessons, but they may unknowingly expose their devices to malware and other threats.&lt;/p&gt;\n&lt;p&gt;Research indicates that nearly 5% of search results for certain music-related queries contain malicious content. For example, when users search for lyrics, they often encounter websites that harbor harmful software capable of infecting their computers. In some cases, up to a quarter of the search results for popular terms might lead to dangerous sites.&lt;/p&gt;\n&lt;p&gt;The analysis was based on approximately 2,600 commonly searched keywords across various categories. Interestingly, terms associated with &quot;free&quot; content or music downloads tend to be particularly risky. Conversely, health and economic-related searches generally pose lower threats, although exceptions exist.&lt;/p&gt;\n&lt;p&gt;Certain keywords stand out as especially perilous. In the United States, searching for &quot;IRS stimulus checks&quot; or &quot;free music downloads&quot; increases the likelihood of encountering malware. Similarly, searches related to health topics like &quot;phentermine&quot; or shopping terms like &quot;lowest prices&quot; also carry notable risks.&lt;/p&gt;\n&lt;p&gt;It appears that some search terms are more prone to leading users astray. For instance, &quot;screensavers&quot; searches showed alarmingly high infection rates, with over half of the results potentially contaminated. Surprisingly, benign terms such as &quot;viagra&quot; had fewer infected links, highlighting the unpredictable nature of online threats.&lt;/p&gt;\n&lt;p&gt;The study also uncovered that users seeking work-from-home opportunities or free services are at elevated risk levels. Infections in these categories can be up to four times more common than average, especially when paired with terms like &quot;free.&quot; This underscores the importance of cautious searching, particularly for vulnerable populations.&lt;/p&gt;\n&lt;p&gt;Overall, the report warns that casual or uninformed searches&mdash;especially those related to music lyrics&mdash;can inadvertently lead to serious security issues. For those concerned about their online safety, it&rsquo;s advisable to use trusted sources and be vigilant about the sites visited during searches. The full report, containing detailed insights and international data, is available in PDF format from McAfee, serving as a reminder to stay alert when exploring the web.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various regional restrictions, privacy concerns, and ISP throttling issues. The ability to bypass geo-restrictions allows users to access adult content that might otherwise be unavailable in their location, while also providing the anonymity needed to protect their personal browsing habits from unwanted surveillance. Porn unblocked through VPN services not only offers users greater freedom to explore content libraries across different regions but also provides enhanced security when accessing sensitive material, especially when using public Wi-Fi networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, SafeShell VPN might be the solution you need. This powerful virtual private network service specializes in helping users bypass geographical restrictions while maintaining complete privacy and security during their browsing sessions. SafeShell VPN allows you to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might otherwise be inaccessible in your location, opening up a world of content without compromising your digital footprint.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits beyond just content access. Its state-of-the-art encryption ensures your online activities remain completely anonymous, protecting you from surveillance by ISPs or network administrators. The service boasts impressive connection speeds that won&#039;t slow down your browsing experience, making it ideal for streaming high-definition content without frustrating buffering issues. Additionally, SafeShell VPN&#039;s unique App Mode feature allows users to access content from multiple regions simultaneously, eliminating the need to constantly switch between servers.&lt;/p&gt;\n&lt;p&gt;With support for up to five devices at once, SafeShell VPN provides comprehensive protection across your entire digital ecosystem. The service is compatible with virtually all major platforms including Windows, macOS, iOS, Android, and various smart TV systems. The exclusive ShellGuard protocol offers an additional layer of security that&#039;s designed to be undetectable by sophisticated monitoring systems, effectively circumventing even the strictest content restrictions. For users seeking both privacy and unrestricted access to adult content, SafeShell VPN delivers a complete package of security, speed, and freedom.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, you first need to acquire the service. Visit the official SafeShell VPN website and sign up for a subscription that suits your requirements. Once your account is active, proceed to download the SafeShell VPN application compatible with your device&#039;s operating system. Complete the installation process by following the on-screen instructions carefully to ensure the software is correctly set up on your system.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN application on your device. Navigate to the settings and activate its application-specific routing feature, if available, for targeted usage. Then, select a server location from the extensive list of countries offered by SafeShell VPN that corresponds to the region whose content you wish to unlock. Once connected to your chosen server, you can freely access the desired websites, ensuring your connection remains encrypted and anonymous throughout your browsing session.&lt;/p&gt;', 9, 'game'),
(40, 162, '', 'Pok&eacute;mon TCG Pocket &ndash; Leaks zu Weisheit von Meer und Himmel', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03d1b5927f73b8d69a93Qcvky5Kh03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03d1b5927f73b8d69a93Qcvky5Kh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;960&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vor dem morgigen Erscheinungsdatum des neuen A4-Sets &quot;Weisheit von Meer und Himmel&quot; haben Pok&eacute;mon TCG Pocket-Dataminer erneut f&uuml;r Aufsehen gesorgt. Bereits im Vorfeld tauchten mehrere der begehrtesten Karten der Erweiterung auf, was f&uuml;r viel Aufregung sorgt. Die Leaks gew&auml;hren nicht nur einen ersten Blick auf das beeindruckende Immersive Lugia, sondern pr&auml;sentieren auch alle neuen Rainbow Rares sowie die beiden exklusiven Gold Crown-Karten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Achtung, Spoiler voraus!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der bekannte Dataminer &quot;pokefan-9000&quot; ver&ouml;ffentlichte ein Video, das die Animation der Immersive Lugia zeigt. Das Ergebnis wirkt &auml;u&szlig;erst beeindruckend, auch wenn nat&uuml;rlich der pers&ouml;nliche Geschmack dar&uuml;ber entscheidet. Die Animation bringt die Karte auf ein neues Level und l&auml;sst die Legend&auml;re Pok&eacute;mon in einem ganz neuen Licht erscheinen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Community wird die Immersive Lugia kontrovers diskutiert: W&auml;hrend viele Sammler die detaillierte Gestaltung und die Animation feiern, kritisieren andere, dass Lugia w&auml;hrend der Animation nur statisch bleibt, was den Eindruck tr&uuml;bt. Dar&uuml;ber hinaus sind in den Leaks auch die Rainbow Rares sichtbar geworden. Die Reddit-Galerie zeigt eine Vielzahl dieser farbenfrohen Karten, die in der neuen Erweiterung enthalten sein werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besonders spannend sind die Gold Crown-Karten, die zu den seltensten Exemplaren der gesamten Erweiterung z&auml;hlen. Im Leak sind unter anderem die Gold Crown-Varianten von Ho-Oh und Lugia zu sehen, was die Vorfreude auf die kommenden Sammelst&uuml;cke steigert. Diese Karten setzen auf einen besonderen Glanz und hohe Seltenheit, was sie f&uuml;r Sammler besonders attraktiv macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das &quot;Weisheit von Meer und Himmel&quot;-Set erscheint bereits morgen, am 30. Juli 2025. Es umfasst insgesamt 200 unterschiedliche Karten, darunter zahlreiche Full-Art-, Immersive- und Gold-Varianten. Ein Highlight ist die besondere Synergie zwischen Ho-Oh und Lugia, die beide in dieser Erweiterung eine zentrale Rolle spielen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Freut ihr euch auf das neue A4-Set? Oder ist bei euch das Sammelkartenfieber bereits abgeklungen? Die kommenden Tage werden zeigen, welche Karten sich als echte Highlights entpuppen und welche vielleicht noch auf ihre Entdeckung warten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die Hauptw&auml;hrung im Pok&eacute;mon TCG Pocket und wird verwendet, um Items zu erwerben, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wiederherzustellen.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen Pok&eacute; Gold durch verschiedene Top-up-Plattformen wie Lootbar.gg erhalten, die einen schnellen und sicheren Aufladeprozess bieten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch den Einsatz von Pok&eacute; Gold lassen sich seltene goldene Pok&eacute;mon-Karten freischalten und die eigene Sammlung gezielt erweitern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Sammeln und Ausgeben von Pok&eacute; Gold sorgt f&uuml;r ein abwechslungsreiches Spielerlebnis und er&ouml;ffnet neue M&ouml;glichkeiten im Spiel.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler dar&uuml;ber nachdenken, Pok&eacute; Gold aufzuladen, lohnt es sich, die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform zu nutzen. Denn lootbar.gg ist nicht nur f&uuml;r seine g&uuml;nstigen Preise bekannt, sondern auch f&uuml;r seine benutzerfreundlichen und sicheren Dienstleistungen beim Kauf von Pok&eacute; Gold f&uuml;r das beliebte Pokemon Trading Card Game Pocket.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein bedeutender Vorteil von lootbar ist die Kombination aus attraktiven Rabatten und einer schnellen, sicheren Abwicklung. Wer &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; m&ouml;chte, profitiert auf lootbar.gg von speziellen Sonderaktionen und niedrigen Preisen, was das Sammeln und Freischalten neuer Pok&eacute;mon-Karten deutlich erschwinglicher macht. Die Transaktionen sind durch moderne Verschl&uuml;sselung optimal gesch&uuml;tzt, sodass Spieler ihre Daten und Zahlungen in sicheren H&auml;nden wissen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus bietet lootbar einen rund um die Uhr erreichbaren Kundensupport, der bei allen Fragen oder Problemen sofort weiterhilft. Die Plattform zeichnet sich durch eine besonders schnelle Lieferung aus, sodass das gekaufte Pok&eacute; Gold ohne lange Wartezeit im Spiel zur Verf&uuml;gung steht. Insgesamt macht lootbar das Pok&eacute; Gold kaufen zu einem unkomplizierten und angenehmen Erlebnis f&uuml;r alle Fans von Pokemon TCG.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRufen Sie zun&auml;chst die Lootbar-Plattform auf und loggen Sie sich mit Ihren Zugangsdaten ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie anschlie&szlig;end zur Seite, auf der Sie das &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt; durchf&uuml;hren k&ouml;nnen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDort w&auml;hlen Sie den gew&uuml;nschten Betrag an Pok&eacute; Gold aus, den Sie Ihrem Konto hinzuf&uuml;gen m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIm n&auml;chsten Schritt geben Sie die erforderlichen Kontoinformationen wie Benutzername und Charaktername ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie dann unter den angebotenen Zahlungsoptionen Ihre bevorzugte Methode aus.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFolgen Sie den weiteren Anweisungen, um die Zahlung sicher abzuschlie&szlig;en.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Transaktion wird das Pok&eacute; Gold meist binnen weniger Minuten Ihrem Spielkonto im Pokemon Sammelkartenspiel Pocket gutgeschrieben.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(41, 163, '', 'Valorant Patch 11.08 : R&eacute;volution du gameplay en 2025', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une v&eacute;ritable r&eacute;volution s&rsquo;annonce dans l&rsquo;univers de Valorant avec la sortie du patch 11.08, en octobre 2025. Ce changement majeur annonce un tournant radical pour le gameplay, qui devient plus dynamique, strat&eacute;gique et spectaculaire que jamais. Fini les strat&eacute;gies fixes et pr&eacute;visibles : place &agrave; l&rsquo;audace, &agrave; la ma&icirc;trise du tir et &agrave; une m&eacute;ta en constante &eacute;volution, difficile &agrave; stabiliser.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux axes de ce patch concerne la refonte du syst&egrave;me de recul des armes phares comme la Vandal, la Phantom ou le Bulldog. Les sch&eacute;mas de dispersion horizontale ont &eacute;t&eacute; am&eacute;lior&eacute;s pour offrir une meilleure coh&eacute;rence, permettant aux joueurs de tirer avec plus de r&eacute;gularit&eacute;. La pr&eacute;cision garantie lors des tirs soutenus, avec les &quot;protected bullets&quot;, augmente : la Vandal passe de 4 &agrave; 6, la Phantom de 6 &agrave; 8, et la Bulldog s&rsquo;adapte en cons&eacute;quence. Les SMGs ne sont pas en reste, avec une perte de pr&eacute;cision &agrave; long terme pour le Stinger, tandis que la Spectre voit sa dispersion diminuer et sa r&eacute;cup&eacute;ration plus rapide, favorisant un jeu plus fluide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les agents ne sont pas en reste, avec une s&eacute;rie de modifications visant &agrave; &eacute;quilibrer leurs capacit&eacute;s. La majorit&eacute; des comp&eacute;tences rechargeables, notamment celles de Sova, Fade, Breach, KAY/O, Astra et Gekko, sont d&eacute;sormais soumises &agrave; un cooldown standard de 60 secondes. Cela impose une gestion plus strat&eacute;gique de l&rsquo;utilitaire, renfor&ccedil;ant la coordination d&rsquo;&eacute;quipe. Par ailleurs, les effets de nearsight et de concussion sont harmonis&eacute;s : la port&eacute;e de la nearsight passe de 5 &agrave; 7 m&egrave;tres, et la dur&eacute;e des &eacute;tourdissements hors ultimes est limit&eacute;e &agrave; 2,5 secondes, afin de rendre les affrontements plus &eacute;quilibr&eacute;s et pr&eacute;visibles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Certains agents phares, comme Yoru et Neon, subissent aussi des ajustements importants. Yoru voit son clone et son flash nerf&eacute;s, avec des limitations sur les combos et une t&eacute;l&eacute;portation plus fragile. Neon, quant &agrave; elle, voit sa vitesse brute limit&eacute;e, ce qui modifie sa fa&ccedil;on d&rsquo;aborder le jeu. D&rsquo;autres agents b&eacute;n&eacute;ficient de buffs ou nerfs cibl&eacute;s, comme des sentinelles moins r&eacute;sistantes ou une r&eacute;sistance accrue pour le Spectre, pour varier les styles de jeu et encourager la diversit&eacute; tactique.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sur le plan du gameplay et des cartes, l&rsquo;accent est mis sur l&rsquo;immersion et l&rsquo;&eacute;quilibre. Le comportement en d&eacute;but de round, notamment lors des kick-offs, revient &agrave; une version plus authentique pour renforcer la sensation d&rsquo;un vrai football virtuel. Les cartes Abyss et Pearl ont &eacute;t&eacute; retouch&eacute;es dans leurs zones strat&eacute;giques afin d&rsquo;&eacute;quilibrer les duels et le contr&ocirc;le des espaces cl&eacute;s. La gestion du rythme, des timings de comp&eacute;tences et de l&rsquo;initiative devient plus cruciale, avec une normalisation des stims (Brimstone, Reyna, KAY/O), offrant des bonus de vitesse et de tir uniformes, peu importe la source.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ces changements confirment la place de Valorant comme l&rsquo;un des FPS tactiques les plus dynamiques et &eacute;volutifs du moment. La nouvelle m&eacute;ta 2.0 invite les joueurs &agrave; revoir leurs habitudes, &agrave; faire preuve de cr&eacute;ativit&eacute; et &agrave; agir rapidement. Pr&eacute;parez-vous &agrave; une exp&eacute;rience plus nerveuse, o&ugrave; l&rsquo;audace et la ma&icirc;trise du jeu seront r&eacute;compens&eacute;es, pour une immersion totale dans cette nouvelle &egrave;re du titre.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points&lt;/a&gt; repr&eacute;sentent la devise principale dans Valorant, servant notamment &agrave; acheter des skins d&rsquo;armes, des accessoires cosm&eacute;tiques ou &agrave; d&eacute;bloquer le Passe de combat. Ils offrent aux joueurs la possibilit&eacute; de personnaliser leur exp&eacute;rience de jeu selon leurs pr&eacute;f&eacute;rences. Pour obtenir des Valorant points, il suffit de r&eacute;aliser un top up via des plateformes sp&eacute;cialis&eacute;es comme LootBar, ou directement dans le client officiel du jeu. Gr&acirc;ce &agrave; ces options d&rsquo;achat, chaque joueur peut enrichir son arsenal et son apparence en quelques clics.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger des Valorant Points, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme de trading de jeux &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. Cette solution en ligne est id&eacute;ale pour les joueurs cherchant un moyen fiable et abordable d&rsquo;acheter des &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt;. Lootbar.gg se distingue par ses offres attractives, permettant de b&eacute;n&eacute;ficier r&eacute;guli&egrave;rement de r&eacute;ductions importantes qui rendent vos achats encore plus &eacute;conomiques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En plus des tarifs comp&eacute;titifs, lootbar garantit une exp&eacute;rience s&eacute;curis&eacute;e gr&acirc;ce &agrave; des technologies de cryptage avanc&eacute;es, assurant la protection de vos transactions. Les joueurs appr&eacute;cient &eacute;galement la rapidit&eacute; du service, avec une livraison des points en moins de trois minutes, ainsi qu&rsquo;un support client disponible 24h/24 et 7j/7 pour r&eacute;pondre &agrave; toutes les questions. Gr&acirc;ce &agrave; lootbar, recharger vos Valorant Points devient simple, rapide et sans souci, tout en profitant des meilleures offres du march&eacute;.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt; sur la plateforme lootbar, suivez ces &eacute;tapes simples : &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur la page d&eacute;di&eacute;e &agrave; l&#039;achat des Valorant Points sur le site lootbar.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez la quantit&eacute; de points que vous souhaitez obtenir parmi les diff&eacute;rentes options propos&eacute;es.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIndiquez soigneusement les informations de votre compte Riot Games, n&eacute;cessaires pour finaliser la transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e parmi les choix disponibles, puis validez le paiement en cliquant sur le bouton appropri&eacute;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAttendez quelques minutes le temps que vos Valorant Points soient cr&eacute;dit&eacute;s sur votre compte, puis connectez-vous &agrave; Valorant pour profiter imm&eacute;diatement de votre nouvelle devise en jeu.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(42, 164, '', 'WizardingWorld.com &ndash; Your Portal to Harry Potter Magic', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d02ee6480ceababbf6dadAH7NhlQt03&quot; height=&quot;692&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d02ee6480ceababbf6dadAH7NhlQt03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Welcome to the new digital home of the wizarding universe! Step inside, pour yourself a warm cup of tea&mdash;or perhaps a refreshing Butterbeer&mdash;and explore all the magical delights awaiting you.&lt;/p&gt;\n&lt;p&gt;If you&#039;ve found your way here, you may notice we&#039;ve undergone a charming transformation. Welcome to WizardingWorld.com, your expanded portal into the enchanting realms of Harry Potter and Fantastic Beasts.&lt;/p&gt;\n&lt;p&gt;Our magical abode has grown larger, offering a more vibrant and polished experience. Building upon the foundation of Pottermore, we&#039;ve added new wings and floors, infused with extension charms to bring you even more content. The best part? This enchanted space is open to wizards and witches of all ages to explore.&lt;/p&gt;\n&lt;p&gt;Discover in-depth articles inspired by J.K. Rowling&rsquo;s stories, penned by a diverse array of storytellers sharing their insights. Test your magical knowledge with engaging quizzes, watch exclusive videos, and stay up-to-date with the latest news from the wizarding world.&lt;/p&gt;\n&lt;p&gt;We&rsquo;re still settling in and unpacking a few surprises, so stay tuned for more enchanting reveals. Rest assured, no rogue Doxies will be lurking here!&lt;/p&gt;\n&lt;p&gt;As part of creating this new magical residence, we&rsquo;ve crafted a reimagined Sorting Hat ceremony. Find a cozy spot&mdash;perhaps a three-legged stool&mdash;and discover where you truly belong. Don&rsquo;t worry; your beloved Hogwarts houses are safe with us! We&#039;ve redesigned the sorting process using J.K. Rowling&rsquo;s original questions from Pottermore, giving you a fresh and beautiful new experience.&lt;/p&gt;\n&lt;p&gt;Share your house pride on social media with #HousePride, and if you&#039;re on Instagram, you can use an exclusive house-themed frame to showcase your Sorting Hat results.&lt;/p&gt;\n&lt;p&gt;For an even more interactive adventure, try out the mobile version of the sorting ceremony through our newly launched wizarding world app, available in your country. Answer a few questions and unlock special treats along the way.&lt;/p&gt;\n&lt;p&gt;Speaking of the app, we&rsquo;ve recently released it in the UK, US, Ireland, Australia, Canada, and New Zealand. It&rsquo;s free, packed with surprises like secret code unlocks and our new weekly fanzine, Wizarding Weekly. More countries will soon join the magical rollout.&lt;/p&gt;\n&lt;p&gt;Stay patient with us&mdash;there&rsquo;s much more magic to come. In the meantime, explore the site, enjoy the experience, and don&rsquo;t forget to grab a biscuit on your way out. We hope you love what we&rsquo;ve created!&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical journey of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the dark lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; films, they&#039;re available across several streaming platforms including Netflix (in select regions), HBO Max, and Amazon Prime, with rental options from digital retailers also providing convenient access to this beloved fantasy series.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your ultimate streaming companion. This powerful VPN solution offers an exceptional streaming experience with its high-speed servers specifically optimized for Netflix, ensuring you can enjoy your favorite content in high definition without any buffering or interruptions. The SafeShell VPN&#039;s lightning-fast speeds eliminate the frustration of throttling, allowing you to immerse yourself completely in the magical world of Harry Potter without technical distractions.&lt;/p&gt;\n&lt;p&gt;What sets SafeShell VPN apart from competitors is its versatility and user-friendly features. You can connect up to five devices simultaneously, making it perfect for households where multiple family members want to access different content at the same time. The VPN works seamlessly across various platforms including Windows, macOS, iOS, Android, Apple TV, and more, giving you the flexibility to watch your preferred shows on any device. Additionally, the exclusive App Mode feature allows you to unlock content from multiple regions simultaneously, vastly expanding your entertainment options.&lt;/p&gt;\n&lt;p&gt;Your online security is never compromised with SafeShell VPN, as it employs the proprietary &quot;ShellGuard&quot; protocol to ensure top-level security during all your browsing sessions. This advanced encryption technology keeps your personal data protected from potential threats while you enjoy unrestricted access to global content libraries. If you&#039;re still unsure, SafeShell VPN offers a flexible free trial plan that lets you test all these premium features without any initial commitment, making it a risk-free solution for enhancing your Netflix viewing experience and accessing those elusive Harry Potter films that might be available only in certain regions.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To stream Harry Potter movies securely from any region, follow these essential steps using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a SafeShell VPN plan through their official website to establish your secure connection.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your preferred device, ensuring compatibility with platforms like Windows, macOS, iOS, or Android.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the VPN app and log into your account, then select the optimized &quot;Stream Mode&quot; for seamless high-definition viewing.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server list and connect to a location matching your desired Harry Potter regional library (e.g., UK for earliest releases).\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix or your streaming platform once the VPN connection is active, authenticate your account, and enjoy unrestricted access to the wizarding world.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;SafeShell VPN ensures encrypted, buffer-free viewing while bypassing geographical restrictions effectively.&lt;/p&gt;', 9, 'game'),
(43, 165, '', 'Krafton &mdash; программа увольнений: ИИ в центре', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03f56480ceababbf7ceciH6LVJHH03&quot; height=&quot;428&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03f56480ceababbf7ceciH6LVJHH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;760&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Южнокорейский разработчик игр Krafton, известный благодаря популярной игре PUBG: Battlegrounds, объявил о запуске программы добровольных увольнений в рамках своей новой стратегии &laquo;ИИ в центре внимания&raquo;. Компания подчеркивает, что это не массовое сокращение штата, а скорее поддержка сотрудников в условиях технологической трансформации и внедрения искусственного интеллекта, позволяющая им самостоятельно выбирать дальнейший путь.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Программа стартовала 12 ноября и предназначена для локальных работников организации. Тем, кто решит покинуть компанию, обещают щедрые компенсации &mdash; от шести до тридцати шести месяцев зарплаты, в зависимости от стажа работы. Представители Krafton пояснили, что инициатива дает сотрудникам возможность самостоятельно определить направления развития и принять новые вызовы как внутри компании, так и за её пределами.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Тем не менее, многие в индустрии воспринимают это скорее как способ неофициальной оптимизации кадрового состава. Особенно удивляет такой шаг на фоне рекордных финансовых показателей компании за третий квартал 2025 года, когда операционная прибыль впервые превысила триллион вон (около 590 миллионов евро).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ранее, 4 ноября, финансовый директор Бэ Дон Гын сообщил о временной приостановке набора новых сотрудников, что усиливает впечатление о том, что стратегия по развитию искусственного интеллекта уже оказывает влияние на кадровую политику. Несмотря на заверения руководства о новых возможностях и перспективах, разработчики и поклонники PUBG выражают опасения, что будущее компании может стать менее &laquo;человечным&raquo;, чем обещают её ИИ-инициативы.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое PUBG Mobile и почему она так популярна?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; &mdash; это внутриигровая премиум-валюта, необходимая для приобретения эксклюзивных скинов, костюмов, эмоций и других уникальных предметов, которые делают игровой процесс интереснее и позволяют выделиться среди других игроков. Получить PUBG UC можно путем пополнения баланса на специальных игровых платформах, таких как Midasbuy, Codashop или других официальных сервисах. После успешного пополнения UC сразу поступают на аккаунт игрока, открывая доступ к новым возможностям кастомизации и участию в специальных событиях. Благодаря этому, каждый может персонализировать своего героя и получить удовольствие от уникального контента.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит купить UC для PUBG Mobile на LootBar (лут бар)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы планируете &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение UC&lt;/a&gt; для PUBG, стоит обратить внимание на платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg, которая предлагает удобный и надежный сервис для покупки внутриигровой валюты. На этой платформе пользователи получают доступ к привлекательным ценам, которые значительно ниже, чем в официальном приложении, а также к уникальным акциям и скидкам, позволяющим экономить при каждом пополнении счета. Благодаря таким условиям, каждый игрок может получить больше UC за свои деньги, что делает процесс доната еще более выгодным.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Кроме финансовых преимуществ, lootbar гарантирует высокий уровень безопасности всех транзакций. Используются только проверенные методы оплаты, включая PayPal и банковские карты. Это обеспечивает защиту данных и сохранность аккаунта в PUBG, минимизируя риск мошенничества и несанкционированного доступа. Платформа также отличается оперативной работой: пополнение UC осуществляется за считанные минуты после подтверждения платежа, что позволяет игрокам моментально использовать новые возможности в игре.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Дополнительным плюсом lootbar.gg является круглосуточная поддержка пользователей. Служба поддержки всегда готова помочь через онлайн-чат или электронную почту, отвечая на вопросы и оперативно решая любые проблемы. Такой сервис делает lootbar лучшим выбором для пополнения UC, а также для покупки валюты других популярных игр, предоставляя надежность, скорость и экономию для каждого геймера.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить UC для PUBG Mobile на LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДля того чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить UC&lt;/a&gt; через платформу lootbar, начните с выбора подходящего языка и удобной для вас валюты на сайте.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nЗатем перейдите в раздел, посвящённый пополнению, и найдите игру PUBG Mobile.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВведите свой уникальный идентификационный номер игрока (UID) PUBG Mobile и определитесь с количеством UC, которые вы хотите приобрести.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДалее нажмите кнопку для оформления заказа и выберите наиболее комфортный для вас способ оплаты.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПодтвердите платёж, после чего ваши UC будут автоматически зачислены на игровой аккаунт.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nТаким образом, купить UC можно быстро и просто, воспользовавшись безопасными и выгодными условиями на lootbar.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; height=&quot;464&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(44, 166, '', 'Live Trivia Apps &ndash; Top Picks &amp; Features Explained', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Rise of Live Trivia Apps&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In recent years, the popularity of live trivia applications has skyrocketed, captivating audiences worldwide with their engaging mix of fun, learning, and monetary rewards. These platforms enable users to challenge their knowledge in various topics while competing against participants from different regions, creating a dynamic and interactive experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the standout options is HQ Trivia, a trailblazer in the realm of live quiz apps. It features daily live competitions where players answer a sequence of 12 progressively difficult multiple-choice questions. Success hinges on answering all questions correctly to share in the cash prize pool, with vibrant hosts and rapid-fire questions fueling an electrifying gaming environment that keeps players returning.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Swagbucks Trivia presents a distinct approach by combining live and on-demand formats. Participants can join scheduled live game shows at 8 pm EST from Monday to Thursday, competing for a slice of the prize money. Alternatively, they can engage in quick 10-question quizzes anytime during the day to earn points redeemable for gift cards or PayPal cash. This free-to-play platform emphasizes earning rewards through knowledge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The digital adaptation of the beloved TV game show, Jeopardy! World Tour, brings the iconic quiz experience to smartphones. It offers a variety of categories inspired by the show, allowing players to test their expertise across diverse topics. Though not a traditional live trivia game, it captures the essence of the televised competition and appeals to fans seeking a familiar challenge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trivia Crack is another popular app that emphasizes head-to-head competition. Users challenge opponents in various categories such as art, entertainment, geography, history, science, and sports. Points earned from victories can be converted into real-money payouts, including PayPal transfers. While it doesn&#039;t host live games per se, its real-time competitive format and reward system make it a notable choice.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kahoot! stands out as a flexible platform primarily used for educational purposes but also widely adopted in corporate and social settings. It allows users to create personalized quizzes or access a vast library of existing ones. During live sessions, participants join via a unique game PIN and answer questions in real-time on their devices, fostering collaboration and interactive learning experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03dde1248d8491d60d2bZKABVWSb03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03dde1248d8491d60d2bZKABVWSb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Givling distinguishes itself in the realm of trivia applications with a distinctive concept that combines entertainment with social impact. Participants are automatically grouped into teams of three, competing to answer true or false questions within a set time frame. The team with the highest score at the end of each session shares a cash prize pool, fostering a competitive yet collaborative environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Operating twice daily, Givling has awarded over $3.3 million to players, emphasizing its commitment to community support. Its core mission extends beyond entertainment, aiming to help individuals pay off student loans and mortgages through engaging trivia competitions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lucky Trivia Live, integrated within the Lucktastic app ecosystem, presents daily live quizzes across diverse categories including entertainment, sports, history, and odd facts. Correct answers earn players stars, which can be redeemed for entries into sweepstakes or for gift cards from major retailers like Amazon, blending game play with tangible rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Although QuizUp has been discontinued, it remains an influential pioneer in the trivia app industry. It enabled users to challenge friends or random opponents in real-time quizzes across numerous topics, laying the groundwork for many modern trivia games.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sporcle offers an extensive library of user-created quizzes spanning virtually every imaginable subject. While not primarily focused on live gameplay, Sporcle features daily challenges that foster a vibrant community of trivia enthusiasts. Its variety of quiz formats, including multiple-choice, fill-in-the-blank, and image-based questions, caters to diverse preferences and skill levels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03e08f5f49aab8fe655fcx17Smbc03&quot; height=&quot;404&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03e08f5f49aab8fe655fcx17Smbc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Popular Trivia Apps Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Although a relatively recent addition to the trivia app landscape, Par has quickly captured the interest of quiz enthusiasts worldwide. Its design centers around quick, engaging trivia challenges that are ideal for short, casual gaming sessions. By emphasizing rapid-fire questions, Par helps users sharpen their recall speed and enhance their general knowledge in an entertaining way.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Taking inspiration from the iconic &ldquo;Who Wants to Be a Millionaire?&rdquo; television game show, this app immerses players in a high-stakes quiz environment. Users navigate through a series of progressively tougher questions, with the chance to earn virtual monetary rewards. Strategic elements like lifelines, reminiscent of the show, add depth to the gameplay, requiring players to decide when to use their hints wisely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another notable app based on a beloved quiz show is The Chase &ndash; World Tour. In this game, players face off against &ldquo;the Chaser,&rdquo; a formidable quiz master. The app supports both solo and multiplayer formats, enabling users to challenge friends or compete against random opponents. Its fast-paced rounds and challenging questions deliver an adrenaline-fueled trivia experience that appeals to competitive quiz lovers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, Quizlet, widely recognized for its educational tools, also offers a live trivia feature known as Quizlet Live. This team-based game promotes collaboration, as players are randomly grouped into teams and work together to answer questions correctly. Its emphasis on teamwork and communication sets it apart from traditional trivia apps, making it especially popular in classroom settings and among groups seeking a cooperative gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03e25a45ce77b9f2cffdyqFBzKKg03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03e25a45ce77b9f2cffdyqFBzKKg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Live trivia platforms have transformed traditional quiz experiences by blending entertainment with real-time competition. Unlike standard apps, some platforms integrate mini-games that challenge players&rsquo; quick thinking and knowledge simultaneously, adding an extra layer of excitement. For instance, certain apps host regular events, such as weekly tournaments on specific days, where participants can vie for cash rewards, often distributing the prize pool among the top performers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The landscape of quiz apps ranges from well-known classics like HQ Trivia to innovative newcomers that emphasize social interaction and learning. These applications serve a dual purpose: providing engaging entertainment and helping users expand their general knowledge base. Whether you prefer casual play to unwind or aim to compete at a higher level, there is an app tailored to your interests.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the rise of live trivia gaming, players now enjoy dynamic formats that foster community, enhance mental agility, and even offer monetary incentives. The variety ensures that every quiz enthusiast can find an app that matches their style and skill level, making the pursuit of knowledge more interactive and rewarding than ever before.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Bigo Live and Bigo Live Diamonds?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds&lt;/a&gt; serve as the main premium currency on the Bigo Live platform, enabling users to buy virtual gifts, enhance their livestreams, and unlock exclusive features such as special effects and advanced chat room options. Users can obtain Bigo Live Diamonds by topping up through various reputable game trading platforms like SEAGM, Codashop, or OffGamers, making it convenient and secure to purchase the currency. With Bigo Live Diamonds, audiences can show support to their favorite streamers by sending virtual gifts or accessing premium content. This virtual currency plays a key role in creating a more interactive and rewarding experience on Bigo Live.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Choice for Bigo Live Diamond Recharge?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Bigo Live Diamonds, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience. With lootbar.gg, users can enjoy consistently low prices on &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds recharge&lt;/a&gt;, thanks to frequent promotions and special discounts that make every purchase more affordable. The platform stands out by offering a variety of payment methods, including Visa, digital wallets, and debit cards, ensuring that everyone can find a payment option that suits their needs without any hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar takes pride in its rapid delivery system, usually processing and delivering Bigo Live Diamonds within just three minutes. This efficiency means players can start enjoying their in-app purchases almost instantly. Should any questions or issues arise, lootbar provides 24/7 customer support dedicated to resolving concerns quickly and professionally. These advantages make lootbar.gg a reliable and convenient choice for anyone looking to recharge Bigo Live Diamonds safely and efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Recharge Bigo Live on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin the &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;bigo diamonds recharge&lt;/a&gt; process on the LootBar trading platform, first visit the official LootBar website and select your preferred language and currency before logging into your account. Once you&rsquo;re logged in, navigate to the Top-Up section on the homepage and locate the option for Bigo Live. Here, you will be prompted to enter your unique User ID (UID) to ensure the diamonds are credited to the correct account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After providing your UID, choose the quantity of Bigo Live Diamonds you wish to purchase and proceed by clicking &ldquo;Top-up Now.&rdquo; Next, select your desired payment method from the available options and finalize your purchase by clicking &quot;Pay Now.&quot; This straightforward process allows users to quickly and securely complete their bigo diamonds recharge, ensuring instant access to premium features and virtual goods within the Bigo Live platform.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; height=&quot;764&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;811&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(45, 167, '', 'Kingshot Third-Generation Heroes Guide &ndash; Release &amp; Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03e5fd207cdb5f6e4ed8qSWzNeLw03&quot; height=&quot;300&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03e5fd207cdb5f6e4ed8qSWzNeLw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;275&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Third-Generation Hero Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The third generation of heroes made their debut on select initial servers within Kingshot on June 9, 2025. As the game progresses, players can anticipate these heroes becoming available in their regions approximately three to four months after the server&#039;s launch. This group features three distinct characters: Petra, a cavalry hero; Eric, specializing in infantry combat; and Jaeger, an expert archer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03e7d50f76032a30ef2fcqIolYRR03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03e7d50f76032a30ef2fcqIolYRR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;417&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra, a hero from the third generation of cavalry units, can be obtained by spinning the hero roulette or purchasing her from the Swordland shop.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686efe18934d7dca3dcf7506KUaOKLCs03&quot; height=&quot;559&quot; src=&quot;https://c2c.fp.guinfra.com/file/686efe18934d7dca3dcf7506KUaOKLCs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The hero&#039;s offensive power stands at 3,330, showcasing their ability to deal significant damage during battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Defensively, the hero maintains a sturdy stance with a defense rating also at 3,330, indicating balanced resilience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Survivability is further emphasized by a substantial health pool of 33,300, ensuring the hero can endure prolonged encounters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151ac9d2e8140ffa48eafbv3Nbb7Xa03&quot; height=&quot;517&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151ac9d2e8140ffa48eafbv3Nbb7Xa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;482&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra hurls a tarot card toward her adversary, inflicting damage equal to 378% of her attack power.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This attack also applies one of two possible effects: either decreasing the enemy&rsquo;s attack by 20% for 2 seconds or stunning them for 1.5 seconds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As she advances, her damage output enhances progressively: 270%, 297%, 324%, 351%, culminating at 378%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151aceb30c7acd21b818efhcRgdw7S03&quot; height=&quot;511&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151aceb30c7acd21b818efhcRgdw7S03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;488&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra unleashes a curse upon her foe, inflicting floating damage derived from 70% of her attack&#039;s base power. The actual damage varies randomly, ranging from a minimum of 5% up to a maximum of 600% of that base value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade progression for this skill enhances its potency, increasing the damage multiplier as follows:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst upgrade: 50%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSecond upgrade: 55%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThird upgrade: 60%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFourth upgrade: 65%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFifth upgrade: 70%\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151adadfef02f72453d2e470gbbKvZ03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151adadfef02f72453d2e470gbbKvZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;582&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra turns the tides of battle by restoring a wounded ally with the lowest remaining health, calculated from her attack power multiplied by 140%. The amount of health regained varies randomly, falling anywhere between 5% and 400% of this base figure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade levels for her healing ability include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHeal Up: 100%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHeal Up: 110%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHeal Up: 120%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHeal Up: 130%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHeal Up: 140%\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686efe18934d7dca3dcf7506KUaOKLCs03&quot; height=&quot;559&quot; src=&quot;https://c2c.fp.guinfra.com/file/686efe18934d7dca3dcf7506KUaOKLCs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The cavalry unit experienced a remarkable boost, with attack capabilities increasing by over 290%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Similarly, defenses for cavalry also saw an impressive rise of approximately 290%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151ae1d2e8140ffa48ed13TEX3x7FD03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151ae1d2e8140ffa48ed13TEX3x7FD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;588&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All team members now have a 50% probability to inflict a curse on their enemies, which amplifies the damage the foes receive by half.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade levels progressively boost this effect, increasing the additional damage enemies endure as follows:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 1: 10% more damage taken\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 2: 20% more damage taken\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 3: 30% more damage taken\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 4: 40% more damage taken\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 5: 50% more damage taken\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151aeaf24545d52dea085d4HhqmWHB03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151aeaf24545d52dea085d4HhqmWHB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;574&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra is renowned among her troops as a fortunate seer, offering a significant boost to their combat effectiveness. Her abilities provide a 50% probability to enhance the entire squad&#039;s attack power by half.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As she advances through upgrades, her damage amplification capabilities improve incrementally:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInitial upgrade: 10% increase\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSecond upgrade: 20% increase\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThird upgrade: 30% increase\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFourth upgrade: 40% increase\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinal upgrade: 50% increase\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151af61d336ef7d5e4309a3teoYBSS03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151af61d336ef7d5e4309a3teoYBSS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;582&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Petra&rsquo;s predictive abilities help mitigate negative results by decreasing damage received across all teams by up to 50%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her skill enhancement levels unlock progressively better protection:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt initial level, damage reduction begins at 10%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSubsequent upgrades increase this benefit in 10% increments, reaching a maximum of 50%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d04037389d6396f02fa58QeWVOabD03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d04037389d6396f02fa58QeWVOabD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;549&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Jaeger Hero Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jaeger stands out as a third-generation hero specializing in archery skills.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players have multiple ways to add him to their roster, including daily deals and special events.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participate in the Strongest Governor competition to earn opportunities for unlocking him.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Jaeger can be obtained via the Swordland shop and hero rally events.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Strategically acquiring him can significantly enhance your combat capabilities and tactical options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6865c78ae8901e9ac2bc0f83cCfk0U3A03&quot; height=&quot;501&quot; src=&quot;https://c2c.fp.guinfra.com/file/6865c78ae8901e9ac2bc0f83cCfk0U3A03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;498&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The hero&#039;s offensive capability is measured at 4,045, indicating a strong attack potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Defensively, the hero has a score of 3,330, reflecting their resilience against opponents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of vitality, the hero possesses a health pool of 24,974, showcasing substantial durability during battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfda477617ae877dbdf6cFK14Z0g03&quot; height=&quot;515&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfda477617ae877dbdf6cFK14Z0g03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;484&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unleashing a haunting melody reminiscent of a siren&rsquo;s deadly call, Jaeger executes a powerful attack that inflicts 224% damage on all foes within the designated zone, while also rendering them immobile with a 2-second stun.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade progression offers increasing impact:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The damage radius effect intensifies with each level, starting from 160%, then 176%, 192%, 208%, and ultimately reaching the peak at 224%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfdd4feaf2a7b240f6b4YKQE3UAm03&quot; height=&quot;509&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfdd4feaf2a7b240f6b4YKQE3UAm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;490&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jaeger&#039;s most formidable moments in battle are marked by their sheer unpredictability. When he lands a successful strike, he inflicts an astonishing 300% damage, turning the tide of the fight in an instant. Conversely, if his attack misses or fails, he compensates by healing the enemy for a sum equal to half of his attack power multiplied by 50%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As he advances through upgrades, his damage output steadily increases, starting from 220% and reaching up to the maximum of 300%. This progression ensures that each enhancement makes Jaeger a more dangerous and versatile fighter, capable of delivering devastating blows or providing unexpected healing when needed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfdf8710220d13d52882jJEFBuJg03&quot; height=&quot;512&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfdf8710220d13d52882jJEFBuJg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;487&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A traveling minstrel masterfully exploits whispered secrets, boosting foes&#039; vulnerability and causing them to sustain 30% more damage for a brief 3-second window.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade levels progressively enhance this effect, with the damage increase rising from 1% at the initial stage to a maximum of 30% at the highest level.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6865c78ae8901e9ac2bc0f83cCfk0U3A03&quot; height=&quot;501&quot; src=&quot;https://c2c.fp.guinfra.com/file/6865c78ae8901e9ac2bc0f83cCfk0U3A03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;498&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The archer&#039;s offensive capabilities have surged by an impressive 290.23%, significantly enhancing its attack potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Similarly, the defensive strength of the archer has also experienced a substantial increase of 290.23%, bolstering its resilience against enemies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfe18c3697c6f0a9c830NSp571a103&quot; height=&quot;508&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfe18c3697c6f0a9c830NSp571a103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;491&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jaeger&#039;s powerful theme serves as an effective intimidation tactic, providing a 20% probability to boost the entire team&#039;s damage output by 40% for a duration of three turns.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade forecast:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Damage enhancement levels progress as follows: 8%, 16%, 24%, 32%, and ultimately reaching 40%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfe4bed87f081c173234emDJBY0V03&quot; height=&quot;510&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfe4bed87f081c173234emDJBY0V03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;490&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The melody plays a crucial role in sharpening a soldier&#039;s focus. When deployed, Jaeger provides each squad with a 20% probability to cut the enemy&#039;s overall threat level by half, significantly diminishing their effectiveness for two turns upon attacking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade pathway:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reduction in enemy threat level: 10% / 20% / 30% / 40% / 50%&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdfe7f3acc01f72dff386XbcJNu6l03&quot; height=&quot;519&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdfe7f3acc01f72dff386XbcJNu6l03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;481&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A powerful melody ignites a surge of energy within the team, boosting their collective vitality by a quarter.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade stages reveal incremental enhancements:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHealth increase begins at 5%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProgresses through 10%, 15%, 20%, and ultimately reaches 25%\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d041c1508c57818b05526CyUx7OyO03&quot; height=&quot;490&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d041c1508c57818b05526CyUx7OyO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;509&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hero Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric belongs to the third generation of infantry heroes, showcasing his specialized combat skills.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players have the opportunity to acquire him during the Hall of Heroes event, where he can be unlocked by participating actively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternatively, Eric is also available for purchase in the Swordland shop, offering another avenue for acquisition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686daf68e67820966188430cbA3OhSGO03&quot; height=&quot;496&quot; src=&quot;https://c2c.fp.guinfra.com/file/686daf68e67820966188430cbA3OhSGO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;503&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The hero&#039;s offensive power is measured at 2,554, showcasing their capability to inflict damage during battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Defensively, the hero boasts a strength of 3,330, enabling them to withstand enemy attacks effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of vitality, the hero&#039;s health pool stands at 49,950, indicating their durability and endurance in prolonged combat scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8e462eff40b4afc7a044ayUSXjF03&quot; height=&quot;513&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8e462eff40b4afc7a044ayUSXjF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;486&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric unleashes a powerful strike by swinging his sacred hammer, causing a devastating blow that inflicts 168% of his attack damage on the enemy directly in front of him. This mighty attack not only deals significant damage but also hampers the opponent&#039;s agility by decreasing their attack speed by half for a duration of four seconds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As he advances through upgrades, the attack&#039;s potency increases incrementally:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst upgrade: 120%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSecond upgrade: 132%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThird upgrade: 144%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFourth upgrade: 156%\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinal upgrade: 168%\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8e6efca08b29a71a1f6mKIAoLt203&quot; height=&quot;511&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8e6efca08b29a71a1f6mKIAoLt203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;488&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a paladin, the marks of battle and armor dents are symbols of honor. When facing Eric, each strike has a 16% chance to bolster the paladin&#039;s defenses by 20% for a brief 2-second period, stacking up to five times for enhanced resilience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade prospects are as follows:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProbability increase: progressing from 8% to 16% in incremental steps of 2% (8%, 10%, 12%, 14%, 16%).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDefense boost: rising from 8% to 20% in increments of 3%, starting at 8%, then 11%, 14%, 17%, and finally reaching 20%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8e8d701bad17facbec6A1R2laMU03&quot; height=&quot;504&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8e8d701bad17facbec6A1R2laMU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;495&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric thrusts his Warhammer into the earth, unleashing a powerful strike that inflicts 112% of his attack as damage across a wide, fan-shaped area.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There is also a 30% probability that enemies caught in the attack will be stunned for 1 second.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade Path Preview:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enhanced damage percentages progress as follows: 80%, 88%, 96%, 104%, and ultimately reaching 112%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686daf68e67820966188430cbA3OhSGO03&quot; height=&quot;496&quot; src=&quot;https://c2c.fp.guinfra.com/file/686daf68e67820966188430cbA3OhSGO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;503&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The offensive capabilities of infantry units have surged by approximately 290 percent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Similarly, their defensive resilience has experienced an equivalent increase of about 290 percent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8eb71bc4b34fa2daa24uDo309Va03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8eb71bc4b34fa2daa24uDo309Va03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;484&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric&rsquo;s unwavering conviction is so powerful that it can unsettle his foes, diminishing the combined strength of enemy squads by up to 20%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As he advances through upgrades, this effect intensifies:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt the first level, enemy attack decreases by 4%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProgressing to the second level, the reduction becomes 8%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFurther upgrades bring it to 12%, then 16%, and finally reach the maximum of 20%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8edadbb3f2be9d2ca3b5rkzvFa603&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8edadbb3f2be9d2ca3b5rkzvFa603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;565&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Conviction acts as a protective barrier for those who stand for justice, decreasing the amount of damage their squads endure by up to 20%.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you enhance this ability, its damage reduction increases incrementally:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst upgrade: 4% reduction\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSecond upgrade: 8% reduction\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThird upgrade: 12% reduction\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFourth upgrade: 16% reduction\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinal upgrade: 20% reduction\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8ef5f48a3453515a454hfisx11i03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8ef5f48a3453515a454hfisx11i03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;579&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A visionary leader has the power to ignite fresh sources of energy within the team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric&#039;s leadership boosts the overall health of the squad by up to 25%, enhancing durability and resilience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade levels offer progressive improvements:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst upgrade: +5% health\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSecond upgrade: +10% health\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThird upgrade: +15% health\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFourth upgrade: +20% health\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFifth upgrade: +25% health\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Kingshot Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kingshot Currency is the premium resource used in the Kingshot game to accelerate progress, upgrade heroes, and strengthen your overall &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot strategy&lt;/a&gt;. Players can acquire Kingshot Currency&mdash;commonly known as kingshot gems and packs&mdash;through top-up services on leading game trading platforms like LootBar, which offer secure transactions and occasional discounts. Utilizing &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot recources&lt;/a&gt; allows players to instantly finish construction and unlock exclusive items, giving a competitive edge in gameplay. Whether you&rsquo;re enhancing your governor power or optimizing your battle tactics, Kingshot Currency is essential for building an effective kingshot strategy.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Top up Kingshot Gems on LootBar.gg？&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge kingshot&lt;/a&gt; Gems, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; for the best experience. Lootbar.gg stands out in the game trading market thanks to its user-friendly interface and commitment to secure transactions, making the process of topping up Kingshot Gems both convenient and safe. The platform frequently offers deals and promotions, allowing users to maximize the value of their purchase while enjoying affordable prices on Kingshot packs filled with Hero Shards, Skill Books, Speedups, and more.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major advantage of lootbar.gg is its flexible payment options, which accommodate a wide range of preferences, including credit cards, debit cards, and various digital wallets. This makes it easy for players from different regions to recharge Kingshot without hassle. Additionally, lootbar.gg provides instant delivery for Kingshot items and currency, so gamers can quickly gain access to crucial combat upgrades and enhance their Governor Power without unnecessary waiting.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To ensure a seamless recharge kingshot process, lootbar.gg also offers 24/7 customer support. Whether you have questions about your order or need assistance with the platform, their dedicated team is always available to help. With its reliable service, diverse payment choices, and rapid transactions, lootbar.gg is a top choice for players who want to efficiently boost their Kingshot experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Tips of Buying Kingshot Gems and Packs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up kingshot&lt;/a&gt; on the Lootbar trading platform, start by visiting the official LootBar website and logging into your account.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your preferred language and currency settings.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Home page and locate the Top-up section, then choose kingshot from the available options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrowse the different kingshot packs and select the one that suits your needs, then click on Top-up Now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick your desired payment method and proceed by clicking Pay Now to finalize your transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter all required details accurately to ensure quick and secure delivery of your kingshot top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIf you encounter any issues or need further assistance, reach out to customer service and, if requested, provide a screenshot of the kingshot pack you wish to purchase.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; height=&quot;384&quot; src=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(46, 168, '', 'Gisilens in Honkai Star Rail &ndash; F&auml;higkeiten &amp; Tipps', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d028d7389d6396f02df9e2hwKP0Ak03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d028d7389d6396f02df9e2hwKP0Ak03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail ist eine legend&auml;re Figur, die vor allem f&uuml;r ihre F&auml;higkeit bekannt ist, kontinuierlichen Schaden aufrechtzuerhalten. Die Halbg&ouml;ttin geh&ouml;rt dem Pfad des Nichts an und nutzt das physische Element, was sie zu einer m&auml;chtigen Unterst&uuml;tzung im Kampf macht. Mit ihren aktiven F&auml;higkeiten kann sie gezielt Dot-Status-Effekte bei Gegnern ausl&ouml;sen, was sie zu einem effizienten Schadensverursacher macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sie eignet sich besonders gut in Kombination mit elektrischen Charakteren wie Kafka, da ihre J&auml;ger-F&auml;higkeiten eine sofortige Aktivierung periodischer Effekte erm&ouml;glichen. Als Vertreterin der Debuff-Klasse schw&auml;cht sie die Gegner erheblich: Sie erh&ouml;ht den Schaden, den diese erleiden, und reduziert gleichzeitig ihre Verteidigungs- und Angriffswerte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch die richtige Wahl an Ausr&uuml;stung und Eigenschaften kann Gisilens nicht nur gro&szlig;e Mengen an Schaden austeilen, sondern auch die F&auml;higkeiten ihres Teams verbessern. Dank ihrer vielseitigen F&auml;higkeiten ist sie eine essenzielle Einheit in Builds, die auf Dot-Status basieren, und tr&auml;gt ma&szlig;geblich zum Erfolg im Kampf bei.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d028fda6c17ccdaa6b81ddPcm477T03&quot; height=&quot;282&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d028fda6c17ccdaa6b81ddPcm477T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail: Optimale Build-Strategien und Teamzusammenstellung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Wahl des richtigen Charakters ist entscheidend f&uuml;r den Erfolg in Honkai Star Rail. Besonders Gisilens hat sich als vielseitiger Charakter etabliert, der in verschiedenen Teams wertvolle Dienste leisten kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Laut aktuellen Statistiken wird Gisilens mit einer beeindruckenden Pr&auml;ferenz von 92 % im Schie&szlig;stand bewertet, was auf eine hohe Beliebtheit und Effektivit&auml;t hinweist. Im Vergleich dazu liegen die Bewertungen in den niedrigeren Kategorien bei 29 %, 9 %, 6 % und 6 %, was die starke Position von Gisilens unterstreicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Insgesamt wurden bisher 4852 Exemplare des Charakters gew&auml;hlt, was die gro&szlig;e Nachfrage und den Wunsch nach einer optimalen Nutzung zeigt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Gisilens effektiv zu integrieren, ist es wichtig, die besten Baupl&auml;ne zu kennen und zu wissen, wie man den Charakter erh&auml;lt. Die Beschaffung erfolgt meist &uuml;ber spezielle Events, Banner oder durch bestimmte In-Game-Mechanismen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gut durchdachtes Squad, das Gisilens optimal unterst&uuml;tzt, besteht aus Charakteren, die seine F&auml;higkeiten erg&auml;nzen und seine St&auml;rken maximieren. Die richtige Ausr&uuml;stung und das passende Artefakt-Setup sind ebenfalls entscheidend f&uuml;r den Erfolg.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kurz gesagt: Gisilens ist eine erstklassige Wahl f&uuml;r Spieler, die ihre Teams verst&auml;rken m&ouml;chten. Mit der richtigen Strategie und einem gezielten Aufbau l&auml;sst sich das volle Potential dieses Charakters entfalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0291415fff0d59eabbddRzoF45jd03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0291415fff0d59eabbddRzoF45jd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das neue Event &bdquo;Leap: Elegie der Tiefsee&ldquo; startet in der ersten H&auml;lfte des Jahres 2025, genauer gesagt vom 13. August bis zum 2. September. W&auml;hrend dieser Zeit besteht die M&ouml;glichkeit, Gisilens zu sammeln und zu verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Zeitraum f&uuml;r den Banner-Reset und die Verf&uuml;gbarkeit der neuen Inhalte ist somit klar festgelegt und bietet den Spielern die Chance, ihre Teams entsprechend anzupassen und zu optimieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein Blick auf die Vorteile zeigt, dass das Event eine hervorragende Gelegenheit bietet, seltene Gegenst&auml;nde zu ergattern und das eigene Team zu verst&auml;rken. Allerdings gibt es auch einige Herausforderungen: Die begrenzte Dauer erfordert eine effiziente Planung und schnelle Entscheidungen, um das Beste aus den verf&uuml;gbaren Ressourcen herauszuholen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Insgesamt bietet das Event spannende neue Inhalte und strategische M&ouml;glichkeiten, die es zu nutzen gilt, um im Spiel voranzukommen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0294d26eabd46d162d29LSHOgeYH03&quot; height=&quot;244&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0294d26eabd46d162d29LSHOgeYH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entdecken Sie die effektivsten Gisilens-Strategien in Honkai: Star Rail, um Ihre Teamleistung zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Optimale Ausr&uuml;stung und F&auml;higkeiten sind entscheidend, um das volle Potenzial dieser Figur auszusch&ouml;pfen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine gut abgestimmte Squad-Konstellation sorgt f&uuml;r erh&ouml;hte &Uuml;berlebensf&auml;higkeit und Schadensoutput.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Setzen Sie auf Kombinationen, die Gisilens&#039; St&auml;rken verst&auml;rken und Schw&auml;chen abdecken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regelm&auml;&szlig;iges Upgraden und Feinabstimmen Ihrer Builds garantiert langfristigen Erfolg im Spiel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02966eebc19f1207da70SX5OTPwK03&quot; height=&quot;370&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02966eebc19f1207da70SX5OTPwK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Figur in Honkai Star Rail, die den Gisilens-Charakter repr&auml;sentiert, folgt dem Pfad des Nichts und basiert auf kontinuierlichem Schaden als Kern ihrer Spielweise. Neben ihrer Rolle im Kampf ist sie auch eine m&auml;chtige Unterst&uuml;tzerin, die Gegner auf vielf&auml;ltige Weise schw&auml;cht. F&uuml;r den optimalen Build empfiehlt sich eine gezielte Wahl der folgenden Attribute:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kernwerte:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Angriffskraft&lt;/strong&gt; ( &lt;em style=&quot;font-family:Arial;&quot;&gt;ATK&lt;/em&gt; ) &ndash; Alle F&auml;higkeiten skalieren auf diesen Wert, weshalb es essenziell ist, ihn durch alle verf&uuml;gbaren Quellen zu maximieren, um den Schaden zu steigern.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Trefferchance&lt;/strong&gt; ( &lt;em style=&quot;font-family:Arial;&quot;&gt;SHPE&lt;/em&gt; ) &ndash; Erh&ouml;ht die Wahrscheinlichkeit, Debuffs erfolgreich anzuwenden, und steigert den Schaden, insbesondere wenn das Talent &bdquo;Perlenketten&ldquo; aktiviert ist.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Strategische Hinweise:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um maximale Effektivit&auml;t zu erreichen, sollte die Heldin alle drei Runden ihre Superkraft aktivieren. Dies setzt voraus, dass die Energie gut verwaltet wird. Bei Energieproblemen ist es ratsam, die Geschwindigkeit (f&uuml;r h&auml;ufigere Aktionen) und die Energiewiederherstellung (um das &bdquo;Glas&ldquo; regelm&auml;&szlig;ig zu f&uuml;llen) zu verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Empfohlene Ausr&uuml;stung:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei der Auswahl von Reliquien und Schmuckst&uuml;cken sollte der Fokus auf den oben genannten Schl&uuml;sselparametern liegen, um den Schadensoutput und die Supportf&auml;higkeiten optimal zu unterst&uuml;tzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0298cf1664e548d8fd78uqzPx4rJ03&quot; height=&quot;113&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0298cf1664e548d8fd78uqzPx4rJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um eine effektive Gisilens-Strategie in Honkai Star Rail zu entwickeln, ist es wichtig, die wichtigsten Eigenschaften und Werte im Blick zu behalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zun&auml;chst sollten die Statistiken im Endstadium der Charakterentwicklung auf bestimmte Zielwerte ausgerichtet sein, um die Leistung zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Trefferquote bei Effekten sollte idealerweise zwischen 60 % und 120 % liegen, wobei 60 % das Minimum und 120 % die empfohlene Obergrenze sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Angriffskraft sollte mindestens 3 Einheiten erreichen, um einen sp&uuml;rbaren Einfluss im Kampf zu haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Was die Geschwindigkeit betrifft, ist eine Marke von mindestens 134 Einheiten empfehlenswert, wobei 160 Einheiten noch bessere Kampff&auml;higkeiten erm&ouml;glicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zur Bewertung der Lichtkegel ist es hilfreich, eine &Uuml;bersicht der aktuellen Waffen-&bdquo;Karten&ldquo; im Pfad der Nichtexistenz zu haben, die den F&auml;higkeiten des Halbgottes entsprechen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Karten sollten sorgf&auml;ltig ausgew&auml;hlt werden, um die St&auml;rken des Charakters optimal zu erg&auml;nzen und eine effektive Teamzusammenstellung zu gew&auml;hrleisten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d029a5a45ce77b9f2b9b4ESoTxFOt03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d029a5a45ce77b9f2b9b4ESoTxFOt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;517&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternativ k&ouml;nnen Sie auch auf folgende Strategien zur&uuml;ckgreifen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDas &bdquo;Fliegende L&uuml;gen&ldquo;-Set (leicht) bietet eine gute Option f&uuml;r die zweite Schadensposition. Es reduziert die Verteidigung des Gegners leicht und erfordert eine erhebliche Investition in den Geschwindigkeitswert, um den passiven Bonus voll auszusch&ouml;pfen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;r kosteng&uuml;nstige Karten stehen &bdquo;Einsame Heilung&ldquo; (leicht), &bdquo;Fermata&ldquo; (episch) und &bdquo;Void&ldquo; (HRSG) zur Verf&uuml;gung. Die ersten beiden Karten steigern den DPS und sorgen gleichzeitig f&uuml;r einen Penetrationseffekt, der situativ n&uuml;tzlich ist. Die letzte Karte ist besonders f&uuml;r Einsteiger geeignet und bietet eine solide Grundlage.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Welche Relikte und Dekorationen sind erforderlich?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hlen Sie Relikte, die die DOT-Effizienz maximieren und wichtige Werte verbessern, um den Schaden zu steigern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unter den verf&uuml;gbaren Relikts&auml;tzen und -kombinationen gibt es einige, die besonders hervorstechen:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d029dcf1664e548d8fdbaFeA1GyhK03&quot; height=&quot;246&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d029dcf1664e548d8fdbaFeA1GyhK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gisilens: Team- und Build-Strategien&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sie haben die M&ouml;glichkeit, verschiedene Komponenten wie Angriff, Geschwindigkeit oder physische Elementwerte zu einer 2x2-Kombination zusammenzuf&uuml;gen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Strategie ist besonders n&uuml;tzlich, solange Sie noch nicht die notwendigen Voraussetzungen f&uuml;r das Farmen von &bdquo;Der Gefangene des Dunklen Verlieses&ldquo; erf&uuml;llt haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei der Gestaltung Ihrer Einheit spielen auch spezielle Dekorationen eine wichtige Rolle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hlen Sie vorzugsweise Dekorationen, die die Mechanik Ihrer Einheit optimal erg&auml;nzen und ihre F&auml;higkeiten weiter verst&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d029ffd207cdb5f6e3a30iWoShEEm03&quot; height=&quot;315&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d029ffd207cdb5f6e3a30iWoShEEm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r den fr&uuml;hen bis mittleren Spielabschnitt in Honkai Star Rail ist die optimale Wahl das Set &bdquo;Weltraumversiegelungsstation&ldquo;, welches eine hohe Angriffskraft bietet und in der Startwelt &bdquo;Virtuelles Universum&ldquo; farmbar ist. Dieses Setup ist besonders effektiv f&uuml;r den Aufbau eines starken Teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens spielt im Team eine entscheidende Rolle, indem sie regelm&auml;&szlig;ig Debuffs und Statusver&auml;nderungen an den Gegnern anbringt. Diese Effekte erh&ouml;hen den verursachten Schaden, was sowohl f&uuml;r sie selbst als auch f&uuml;r ihre Verb&uuml;ndeten von Vorteil ist. Ihr Hauptfokus liegt auf Schadensaussto&szlig;, weshalb ihr Standard-Build auf Dot-Charakteren basiert, erg&auml;nzt durch Unterst&uuml;tzer, die starke Buffs gew&auml;hren, ohne viele Skillpunkte zu beanspruchen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Geeignete Partnercharaktere sind solche, die ihre F&auml;higkeiten perfekt erg&auml;nzen und die Schadensausbeute maximieren, sodass Gisilens ihr volles Potenzial entfalten kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a2512ef0598babd1c4baLcDuXO03&quot; height=&quot;492&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a2512ef0598babd1c4baLcDuXO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei der Zusammenstellung deines Teams in Honkai Star Rail gibt es kaum feste Regeln oder Einschr&auml;nkungen. Es ist vollkommen in Ordnung, neben den Hauptcharakteren auch unterst&uuml;tzende Figuren wie De-Buff-, Puffer-, Heiler- oder Schildcharaktere einzusetzen, um die Teamleistung zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Einige der effektivsten Teamkonstellationen sind solche, in denen der Geiger gut mit den bereits erw&auml;hnten Helden harmoniert. Diese Kombinationen k&ouml;nnen die Schadensausbeute steigern und die &Uuml;berlebensf&auml;higkeit deiner Truppe verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a4c4d2ff9100918eb6F3SGEwdQ03&quot; height=&quot;443&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a4c4d2ff9100918eb6F3SGEwdQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Entwicklung deiner Charaktere in Honkai Star Rail optimal zu gestalten, ist es wichtig, die ben&ouml;tigten Materialien f&uuml;r das Leveling im Blick zu behalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine &uuml;bersichtliche Tabelle bietet dir detaillierte Informationen &uuml;ber die erforderlichen Gegenst&auml;nde, um deine Einheiten aufzuwerten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dabei werden sowohl die Materialien f&uuml;r das allgemeine Hochstufen als auch die Entwicklung von F&auml;higkeiten und Talentb&auml;umen abgedeckt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So kannst du gezielt planen, welche Ressourcen du sammeln musst, um deine Charaktere effektiv zu verbessern und ihre Kampff&auml;higkeiten zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02a77accf90cb0a9a39ai56Ddx3703&quot; height=&quot;730&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02a77accf90cb0a9a39ai56Ddx3703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;440&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Gisilens vollst&auml;ndig aufzur&uuml;sten, ben&ouml;tigen Sie eine Vielzahl von Materialien, die an verschiedenen Orten und durch unterschiedliche Aktivit&auml;ten erh&auml;ltlich sind. Die wichtigsten Ressourcen umfassen:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Drei Millionen achthundertachtundachtzigtausend Kredite, die f&uuml;r die Verbesserung der Ausr&uuml;stung essenziell sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zweihundertneunzig Reisef&uuml;hrer, die den Fortschritt in den Abenteuern erleichtern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zerquetschte Fleischst&uuml;cke der Angst (56 St&uuml;ck), zerrissene Mut-Brust (71 St&uuml;ck) sowie gepr&uuml;fte K&ouml;rper durch Ruhm (73 St&uuml;ck), welche bei Titanenscions und Twilight-Beasts an Amphoraeus-Stellen droppen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Feuergeist (18 St&uuml;ck), Sternenfeueressenz (69 St&uuml;ck) und Himmlischer Kremator (139 St&uuml;ck), Materialien, die im &bdquo;Sepalist&ldquo; &ndash; einer Alchemieeinrichtung &ndash; gez&uuml;chtet werden, um den Pfad der Nichtexistenz zu verfolgen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Aggressive Gerinnsel (65 St&uuml;ck), das aus der Aktivit&auml;t &bdquo;Stagnant Shadow: Die Drachenstadt Styxia&ldquo; stammt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Erinnerungen an Sonne und Donner (12 St&uuml;ck), ein spezieller Gegenstand vom w&ouml;chentlichen Bosskampf &bdquo;Echoes of War: Celestial Castrum Circadian Eye&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Und schlie&szlig;lich der Abdruck des Schicksals (8 St&uuml;ck), ein bedeutendes Artefakt f&uuml;r die Entwicklung.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Ressourcen sind notwendig, um Gisilens F&auml;higkeiten effektiv zu verbessern und im Kampf zu st&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02aa7389d6396f02e1afQJXJ3hco03&quot; height=&quot;414&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02aa7389d6396f02e1afQJXJ3hco03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;727&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail: Eine umfassende &Uuml;bersicht &uuml;ber Build und Teamzusammenstellung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die F&auml;higkeiten der Halbg&ouml;ttin deuten auf eine enge Verbindung zu Dot-Teams hin. Sie setzt regelm&auml;&szlig;ig Schw&auml;chungen wie Statusver&auml;nderungen, Talente und Superkr&auml;fte ein, die auf Debuffs basieren. Gleichzeitig profitiert sie selbst von diesen Effekten, indem sie zus&auml;tzlichen Schaden gegen Ziele verursacht, die mit Dot-Effekten belegt sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trotz ihres beeindruckenden Fl&auml;chenangriffs (AoE) lassen ihre Kernmechaniken sie widerstandsf&auml;hig gegen gro&szlig;e Massen von Gegnern sowie gegen Elite- und Bossk&auml;mpfe bestehen. Besonders hervorzuheben ist der &bdquo;Blutungs&ldquo;-Effekt, der durch die maximalen HP des Gegners ausgel&ouml;st wird und erheblichen Schaden verursacht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Grundf&auml;higkeiten&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alle F&auml;higkeiten der Halbg&ouml;ttin sind von ihrer Angriffskraft (Atk) abh&auml;ngig. Jede aktive F&auml;higkeit zielt darauf ab, negative Zust&auml;nde zu verbreiten oder physischen Schaden zu verursachen, was sie zu einem vielseitigen Schadens- und Debuff-Charakter macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ausr&uuml;stung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&quot;Ozean-Wohnsitz&quot; || Schw&auml;chung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein visuelles Beispiel zeigt, wie diese Ausr&uuml;stung eine spezielle Dimension erzeugt, die 20 Sekunden besteht und sich vorw&auml;rts bewegt. Gegner, die den Bereich betreten, werden vom Status &bdquo;Rausch&ldquo; betroffen, was sie daran hindert, die Heldin anzugreifen. Zu Beginn des Kampfes k&ouml;nnen diese Gegner au&szlig;erdem durch das Talent der Halbg&ouml;ttin mit hoher Wahrscheinlichkeit (100 %) mit Effekten wie Verwitterung, Blutung, Brennen oder Schock belegt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Basisangriff&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&Auml;olisch-Harmonie: Echo in ruhigen Gew&auml;ssern || Einzelziel&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hierbei handelt es sich um einen Angriff, der dem ausgew&auml;hlten Ziel physischen Schaden pro Sekunde zuf&uuml;gt, im Bereich von 50-100 %. Dieser Angriff dient prim&auml;r der kontinuierlichen Schadenserzeugung.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&auml;higkeit&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Obert&ouml;ne, die der verborgenen Str&ouml;mung folgen || Fl&auml;chenschaden&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese F&auml;higkeit f&uuml;gt allen Gegnern auf dem Schlachtfeld physischen Schaden pro Sekunde in H&ouml;he von 70-140 % zu und erh&ouml;ht mit einer hohen Wahrscheinlichkeit (100 %) den von ihnen erlittenen Schaden um 10-20 % f&uuml;r bis zu drei Runden. Damit steigert sie die Effektivit&auml;t im Kampf deutlich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Superkraft&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Tanz der tobenden Gezeiten und verschlungenen Seelen || AoE&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Superkraft verursacht erheblichen physischen Schaden (120-200 %) pro Sekunde auf alle Ziele und schafft eine Zone, die den Angriffswert der Gegner um 15 % reduziert und ihre Verteidigung um 15-25 % erh&ouml;ht. In dieser Zone erlittene periodische Sch&auml;den setzen zus&auml;tzlich einen physischen Dot (32-80 %) auf die Gegner, wobei dieser Bonus nicht mehrfach aus derselben Quelle ausgel&ouml;st wird. Die Zone verschwindet nach drei Runden oder wenn die Halbg&ouml;ttin kampfunf&auml;hig wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Passive F&auml;higkeiten&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die wichtigste passive F&auml;higkeit macht die Halbg&ouml;ttin zu einer vielseitigen Dot-Mechanikerin, die verschiedenen Gegnern kontinuierlich Effekte zuf&uuml;gen kann. Dies erm&ouml;glicht eine flexible und effiziente Schadensverteilung im Kampf.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Talent&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lied der Meeressirene || Schw&auml;chung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn ein Verb&uuml;ndeter einen Feind angreift, besteht eine 100 %-ige Chance, dass dieser verwittert, blutet, brennt oder schockt. Dabei priorisiert die F&auml;higkeit Status, die der Gegner noch nicht hat. W&auml;hrend diese Effekte wirken, erleidet das Ziel regelm&auml;&szlig;ig Schaden (10-25 %) des jeweiligen Typs f&uuml;r zwei Runden. Bei Blutung wird zus&auml;tzlich ein physischer Dot in H&ouml;he von 20 % der maximalen HP des Gegners ausgel&ouml;st, maximal jedoch 10-25 % des Schadens, den die Halbg&ouml;ttin verursacht. Auch dieser Effekt h&auml;lt zwei Runden an.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Level-Entwicklung&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die wichtigsten F&auml;higkeiten zum Leveln sind das Talent (Hauptquelle f&uuml;r Dot) und die ultimative F&auml;higkeit (hoher Fl&auml;chenschaden und Schw&auml;chung). Danach folgen die Fertigkeiten, die den Schaden, den Gegner erleiden, erh&ouml;hen. Die Grundf&auml;higkeit und das Talent werden weniger h&auml;ufig benutzt und daher entweder nicht verst&auml;rkt oder erst sp&auml;t im Entwicklungsprozess verbessert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eigenschaften bei vollst&auml;ndigem Freischalten aller Talente&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAngriffskraft (Atk): +18 %\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeschwindigkeit: +14 Einheiten\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTrefferwahrscheinlichkeit (CHC): +10 %\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Talentbaum der Halbg&ouml;ttin in Honkai Star Rail ist darauf ausgelegt, die Schadens- und Debuff-Potenziale optimal zu nutzen und das Team effizient zu st&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02acfd207cdb5f6e3b19f8xa0iyb03&quot; height=&quot;174&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02acfd207cdb5f6e3b19f8xa0iyb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Welt von Honkai Star Rail gelten bestimmte Gisilens als besonders m&auml;chtig, insbesondere die Eidolons E1, E2 und E6.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das erste Eidolon stellt eine der effektivsten Methoden dar, um den Gesamtschaden des Teams erheblich zu steigern. Es erlaubt der Halbg&ouml;ttin, mehr Statuswerte zu buffen, was vor allem bei Teams mit wenigen Schadensverursachern von Vorteil ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit dem zweiten Eidolon erh&auml;lt man ein bedeutendes Upgrade, das vom gesamten Team sehr gesch&auml;tzt wird. Es sorgt daf&uuml;r, dass nicht nur die Geigerin, sondern auch ihre Verb&uuml;ndeten erheblich gest&auml;rkt werden, was den Gesamtschaden deutlich erh&ouml;ht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das sechste Eidolon schlie&szlig;lich repr&auml;sentiert den H&ouml;hepunkt der Macht eines Charakters. F&uuml;r den Vertreter des Nichts auf Amphoreus bedeutet dies, dass physischer Dot h&auml;ufiger ausgel&ouml;st wird und der Schadensmultiplikator steigt. Diese Verst&auml;rkung macht es den Feinden praktisch unm&ouml;glich, sich gegen den Charakter durchzusetzen, da alle anderen Eidolons zusammen mit diesem auch den letzten Widerstand brechen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alle genannten Konstanten symbolisieren die Essenz der Nicht-Existenz und ihrer unaufhaltsamen Kraft.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02af5a45ce77b9f2bb00LDakeLEH03&quot; height=&quot;309&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02af5a45ce77b9f2bb00LDakeLEH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail optimal einsetzen: Ein Leitfaden&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei der Steuerung von Gisilens ist die Bedienung denkbar unkompliziert. Das Gameplay basiert auf der geschickten Nutzung von F&auml;higkeiten, wobei im Wechsel eine normale Attacke und eine Spezialf&auml;higkeit oder Ultimates eingesetzt werden, um Schaden zu maximieren und gegnerische Debuffs, inklusive DOT-Statuswerte, zu verst&auml;rken. Dabei spielen Verb&uuml;ndete mit &auml;hnlichem Spielstil eine entscheidende Rolle. Sie erg&auml;nzen nicht nur den Schaden, sondern sorgen auch f&uuml;r wiederkehrende Effekte, die den Gegner zus&auml;tzlich schw&auml;chen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das M&auml;dchen arbeitet im Team wesentlich effizienter, wenn sie von Partnern unterst&uuml;tzt wird, die ihre F&auml;higkeiten erg&auml;nzen. Im Gegensatz zu klassischen Hyper-Carries ist Gisilens nicht ausschlie&szlig;lich auf Buffs vom Support angewiesen. Ihre Hauptaufgabe besteht darin, Aktionspunkte an alle Schaden verursachenden Teammitglieder zu verteilen, damit jeder seinen Beitrag leisten kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Taktik mit Gisilens erfordert eine genaue Rotation. Bereite dich mit ihren Techniken auf den Kampf vor, indem du gezielt F&auml;higkeiten aktivierst. Wenn die Halbg&ouml;ttin am Zug ist, setze ihre Fertigkeit ein, um Gegnern Schaden &uuml;ber Zeit und Schw&auml;chungen zuzuf&uuml;gen. Andere Teammitglieder sollten je nach Reihenfolge ebenfalls ihre F&auml;higkeiten einsetzen, um dauerhaft DOT-Status zu erhalten. Nutze unterst&uuml;tzende F&auml;higkeiten wie Heilung, Schild oder Buffs, wenn die aktuellen Effekte nachlassen. Der Debuff der Fertigkeit h&auml;lt drei Runden an, doch bei ausreichenden Skill-Punkten hat die Aktivierung der F&auml;higkeiten Priorit&auml;t, da Gisilens einer der wichtigsten DPS-Quellen ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sobald die ultimative F&auml;higkeit freigeschaltet ist, sollte sie sofort oder nach den Support-Boosts eingesetzt werden. Diese F&auml;higkeit l&auml;sst alle DOTs sofort wirksam werden, weshalb es wichtig ist, dass die Gegner bereits mit diesen Status belegt sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lohnt es sich, Gisilens aus dem Team zu entfernen? Das h&auml;ngt von der jeweiligen Spielsituation ab. In den meisten F&auml;llen ist sie eine wertvolle Erg&auml;nzung, da sie sowohl Schaden erh&ouml;ht als auch das Team unterst&uuml;tzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02b2d26eabd46d162f9dHiip7xP403&quot; height=&quot;397&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02b2d26eabd46d162f9dHiip7xP403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gisilens im &Uuml;berblick&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens in Honkai Star Rail ist eine beeindruckende Erg&auml;nzung f&uuml;r Dot-basierte Teams und steigert deren Effektivit&auml;t erheblich. Durch ihre vielseitigen F&auml;higkeiten kann sie sowohl Schaden austeilen als auch Gegner durch gezielte Schw&auml;chungen im Kampf erheblich schw&auml;chen. Obwohl sie prim&auml;r physischen Schaden verursacht, ist sie nicht auf das &bdquo;Bluten&ldquo; beschr&auml;nkt, sondern kann verschiedene periodische Status aktivieren und sofort nutzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Charakter bringt keine radikal neuen Spielmechaniken mit sich, doch die Kombination aus einfachen, aber leistungsstarken F&auml;higkeiten macht sie zu einem wertvollen Baustein in entsprechenden Builds. Besonders in Kombination mit Kafka (elektrisch) &ndash; dem sogenannten &bdquo;Kern&ldquo; &ndash; und dem Schwarzen Schwan (windig) zeigt sie ihre St&auml;rken. Letzterer kann bei Bedarf durch andere Unterst&uuml;tzer ersetzt werden, die den gleichen Harmoniebereich abdecken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gisilens eignet sich vor allem f&uuml;r Teams, die auf periodischen Schaden setzen und das volle Potential ihrer Gruppe entfalten m&ouml;chten, vor allem wenn der Stellaron-Hunter im Team vorhanden ist. Ihre Relevanz ist jedoch eher begrenzt, da sie zur Nischengruppe der Halbg&ouml;tter geh&ouml;rt und nicht immer die Aufmerksamkeit erh&auml;lt, die notwendig ist, um langfristig eine Investition zu rechtfertigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei der Wahl zwischen Signaturwaffe und Eidolons sollte man die Zusammensetzung des Teams ber&uuml;cksichtigen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBei zwei Schadensverursachern im Team ist &bdquo;Konstant&ldquo; die bessere Wahl, da es den Schaden gleichm&auml;&szlig;ig erh&ouml;ht.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBei drei Schadensverursachern, inklusive Gisilens, ist der Kegel effektiver, da er den Schaden noch st&auml;rker boostet.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beide Optionen steigern den Gesamtschaden des Teams, wobei Eidolons einen marginal h&ouml;heren DPS-Boost bieten, das Signal daf&uuml;r durch seine vielseitigen Werte ausgeglichen wird. Dies ist besonders wichtig, wenn keine besseren Alternativen vorhanden sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Anleitung zu Honkai: Star Rail hilft Ihnen dabei, Gisilens, die geheimnisvolle Halbg&ouml;ttin aus den Golden Descendants, besser zu verstehen und den optimalen Build f&uuml;r sie zu entwickeln. F&uuml;r Fragen oder Meinungen zu Gisilens k&ouml;nnen Sie gerne die Kommentare nutzen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine Premium-Ingame-W&auml;hrung in HSR, die vor allem dazu verwendet wird, wichtige Ressourcen zu kaufen oder Stellar Jade zu erhalten, was wiederum f&uuml;r das Ziehen neuer Charaktere und Lichtkegel im Spiel ben&ouml;tigt wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den eigenen Fortschritt in Honkai Star Rail zu beschleunigen oder spezielle Charaktere freizuschalten, ist eine ausreichende Menge an Oneiric Shards oft entscheidend.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; ist auf verschiedenen Handelsplattformen m&ouml;glich, wobei Anbieter wie Lootbar besonders beliebt sind, um Traumsplitter schnell und sicher zu erwerben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler dar&uuml;ber nachdenken, ihre Oneiric Shards f&uuml;r Honkai Star Rail aufzuladen, sollten sie die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; Option &uuml;ber die lootbar.gg Plattform in Erw&auml;gung ziehen. Gerade f&uuml;r leidenschaftliche HSR-Spieler bietet lootbar.gg zahlreiche Anreize, die das Aufladen besonders attraktiv machen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Plattform &uuml;berzeugt durch ihre benutzerfreundliche Oberfl&auml;che und schnelle Bearbeitung der Transaktionen, sodass Spieler ihre Oneiric Shards ohne lange Wartezeiten erhalten. Dar&uuml;ber hinaus garantiert lootbar.gg ein hohes Ma&szlig; an Sicherheit und Datenschutz, damit jede honkai star rail top up Zahlung reibungslos und gesch&uuml;tzt verl&auml;uft. Mit regelm&auml;&szlig;ig angebotenen Sonderaktionen und Rabatten k&ouml;nnen Nutzer beim Kauf von Traumsplittern bares Geld sparen. Der zuverl&auml;ssige Kundenservice steht rund um die Uhr bereit, um bei Fragen oder Anliegen zu unterst&uuml;tzen und das Einkaufserlebnis auf lootbar.gg noch angenehmer zu gestalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie zun&auml;chst zur &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up center&lt;/a&gt; auf der LootBar-Plattform und stellen Sie sicher, dass Sie angemeldet sind.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuchen Sie auf der Seite den Bereich f&uuml;r Honkai Star Rail und geben Sie Ihre UID sowie die passende Serverregion sorgf&auml;ltig ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie die gew&uuml;nschte Menge an Oneiric Shards aus, die Sie Ihrem HSR-Konto hinzuf&uuml;gen m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKlicken Sie anschlie&szlig;end auf die Schaltfl&auml;che, um den Ladevorgang zu starten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie im n&auml;chsten Schritt, ob Ihr Ingame-Name mit der angegebenen UID korrekt &uuml;bereinstimmt, damit die Shards dem richtigen Konto gutgeschrieben werden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden und schlie&szlig;en Sie den Kauf durch eine sofortige Bezahlung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach Abschluss der Transaktion wird der Betrag an Oneiric Shards in der Regel z&uuml;gig und sicher auf Ihr Honkai Star Rail-Konto &uuml;bertragen, sodass Sie direkt im Spiel davon profitieren k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; height=&quot;557&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(47, 169, '', 'Brawl Stars Strategy: Maximize Super Charge &amp; Damage', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d6aae6fd681f3e4e7a4a3Za5Bcuri03&quot; height=&quot;284&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d6aae6fd681f3e4e7a4a3Za5Bcuri03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;226&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To excel in this strategy, focus on customizing your build to maximize super charge and damage output. When facing grassy terrains, equip speed gear to boost damage effectiveness. Remember, the choice of gear isn&#039;t critical; your decision should primarily reflect the map layout and your personal playstyle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Coordinate closely with brawlers who do not pose a threat to your team, such as Frank, Primo, and Buzz. Your main objective is to eliminate Shelly opponents swiftly. A good tactic involves faking a team-up with Shelly early on, then executing a quick hit, deploying your super or gadget, followed by another attack to take her out. Shelly&#039;s defenses weaken significantly without her super, so seize these moments to strike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Form alliances with tank characters that don&rsquo;t counter your abilities. While Meg and Lily can be somewhat unreliable, they remain useful if Meg stays in close proximity and avoids teaming up with other Megs. Prioritize eliminating Shelly units early in the game before they can gather their super or form alliances, as engaging them later can be risky if they have a super and backup teammates. When that happens, teaming with other tanks or even a Meg can help focus fire on Shelly groups.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be cautious around Gale, hiding behind walls to avoid direct confrontation. Conversely, Collette presents a hard counter to your strategy, though whether to team with her depends on your game sense&mdash;developed through experience and consistent play. Ultimately, mastering these tactics requires ongoing practice and strategic grinding to sharpen your judgment in various situations.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Brawl Stars Gems on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge brawl stars gems&lt;/a&gt;, they may want to consider using the lootbar game trading platform. As a global professional service, lootbar.gg specializes in secure and efficient gaming transactions, providing a seamless experience for topping up premium currencies like Brawl Stars Gems. The platform stands out with its 24/7 online customer support, ensuring that assistance is always available when needed, and it supports a wide range of convenient payment methods to make every transaction smooth and stress-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg offers significant cost savings, with regular discounts and special promotions designed to help players get more value for their money. For instance, buying Brawl Stars Gems through lootbar.gg can unlock some of the best discount rates available, allowing players to save up to $100 when purchasing larger gem packages. Whether you are seeking a &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;brawl stars gems code&lt;/a&gt; or using &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;brawl stars qr codes gems&lt;/a&gt; for quick and secure top-ups, lootbar.gg provides a reliable platform that caters to all players&rsquo; needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Brawl Stars on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To recharge Brawl Stars Gems on the Lootbar trading platform, start by visiting the official LootBar.gg website and selecting your preferred language and currency type. After logging into your account, navigate to the top-up section and choose Brawl Stars from the list of available games. Decide on the amount of Gems you want to purchase, then click the &ldquo;Top-up Now&rdquo; button to proceed with your &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;brawl stars gems recharge&lt;/a&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, you&rsquo;ll be asked to select your server and enter both your Brawl Stars UID and Character Name to ensure your gems are delivered to the correct account. After confirming these details, click the Top-up button. You can then choose your preferred payment method and complete the transaction. Once the payment is successful, your Brawl Stars Gems will be credited to your account, allowing you to enjoy premium features in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68647041aa80ca1167c70f81RasY7iDm03&quot; height=&quot;496&quot; src=&quot;https://c2c.fp.guinfra.com/file/68647041aa80ca1167c70f81RasY7iDm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(48, 170, '', 'Wizarding World App Launch &ndash; Features &amp; Regions', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691125724836155b024ef4181kstqdNo03&quot; height=&quot;510&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691125724836155b024ef4181kstqdNo03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting news for fans across the UK, Ireland, and the US &ndash; a brand-new, complimentary app is now accessible, offering a fresh way to explore the wizarding universe. Here&#039;s a sneak peek at what awaits you.&lt;/p&gt;\n&lt;p&gt;Following its initial testing phase in New Zealand last month, the official Wizarding World app has expanded its reach to include Canada and Australia, and has now officially launched in the UK, Ireland, and the United States. Welcome aboard to all new users!&lt;/p&gt;\n&lt;p&gt;This innovative app consolidates familiar content from Pottermore with a host of exciting new features. Think of it as a magical upgrade&mdash;imagine reducing website clutter to fit all the enchantment neatly into your phone. In addition to the latest news, engaging features, and fun quizzes, the app introduces a more interactive experience for fans eager to dive deeper into the wizarding world. Stay tuned for the upcoming reimagined Sorting Ceremony, adding even more magic.&lt;/p&gt;\n&lt;p&gt;Within the app, you&#039;ll find hidden codes waiting to be unlocked, polls to gauge your opinions alongside fellow house members, and a variety of multimedia elements like video clips, iconic quotes, trivia cards, and more. To keep the magic flowing, a new feature called the Wizarding Weekly will arrive every Wednesday, bringing themed content to keep you enchanted.&lt;/p&gt;\n&lt;p&gt;And this is just the beginning&mdash;more surprises are on the horizon. Why not explore the app now and see how it enhances your wizarding journey? Remember, a wizarding passport is your key to full access.&lt;/p&gt;\n&lt;p&gt;The Wizarding World app is available on both the App Store and Google Play in select regions.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the epic tale of a young wizard discovering his legacy and confronting the dark wizard Voldemort, spanning his years at a magical school and the ultimate battle for the wizarding world&#039;s fate. For viewers wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the film series is accessible on popular streaming services like Peacock, HBO Max, and Amazon Prime Video, or available for digital rental/purchase through platforms such as Apple TV and Vudu.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One of the primary advantages of the SafeShell VPN is its high-speed servers, which are specifically optimized for seamless Netflix streaming. These servers utilize cutting-edge technology to provide lightning-fast connection speeds, ensuring buffer-free playback and crisp high-definition quality, significantly enhancing your viewing experience. &lt;/p&gt;\n&lt;p&gt;Additionally, SafeShell VPN offers the convenience of connecting multiple devices simultaneously&mdash;up to five at once&mdash;making it perfect for families or users with multiple gadgets. Its broad compatibility across operating systems like Windows, macOS, iOS, Android, and even smart TVs means you can enjoy your favorite shows on any device, anytime. The platform&#039;s exclusive App Mode feature further allows users to unlock and stream content from various regions at the same time, giving you access to a diverse range of entertainment libraries without restrictions.&lt;/p&gt;\n&lt;p&gt;Beyond streaming benefits, SafeShell VPN prioritizes your online security with its proprietary ShellGuard protocol, which provides top-tier encryption, safeguarding your personal data from cyber threats. Its lightning-fast speeds and bandwidth flexibility eliminate buffering and throttling issues, letting you browse, download, and stream effortlessly. Plus, with a flexible free trial plan, you can explore all these features risk-free, making SafeShell VPN an ideal solution for reliable, secure, and unrestricted access to Netflix and other streaming platforms.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking the magical world of Harry Potter is easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful tool that helps you bypass geographical restrictions. Begin your wizarding journey by visiting the SafeShell VPN website where you can choose from various subscription plans tailored to your needs. Once you&#039;ve selected your preferred option, complete the registration process and download the application that&#039;s compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;After installing SafeShell VPN, launch the application and log into your account. For the optimal streaming experience, select the APP mode which is specifically designed to enhance your viewing pleasure. Next, browse through the server list and connect to a location where Harry Potter is available in the streaming library. The United States, United Kingdom, or Canada servers are excellent choices for accessing the complete collection of Harry Potter films.&lt;/p&gt;\n&lt;p&gt;With your SafeShell VPN connection established, open your preferred streaming platform and search for Harry Potter. You&#039;ll now have access to all eight magical movies in the series, from &quot;The Philosopher&#039;s Stone&quot; to &quot;The Deathly Hallows Part 2.&quot; Sit back, relax, and immerse yourself in the enchanting world of Hogwarts, knowing that SafeShell VPN is working behind the scenes to provide you with a seamless, buffer-free streaming experience regardless of your actual location.&lt;/p&gt;', 9, 'game'),
(49, 171, '', 'Zenless Zone Zero &ndash; Neues Hoyoverse-Spiel vorgestellt', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Am 13. Mai 2022 gab das Entwicklerteam Hoyoverse die offizielle Bekanntgabe ihres neuesten Projekts bekannt: Zenless Zone Zero.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Spiel ist ein actionreiches Rollenspiel, bei dem Spieler gegen Feinde antreten und dabei Anime-Charaktere steuern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Schauplatz befindet sich in New Eridu, einer postapokalyptischen Zufluchtsst&auml;tte f&uuml;r die letzten &Uuml;berlebenden der Menschheit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Geplant ist die Ver&ouml;ffentlichung sowohl f&uuml;r PC als auch f&uuml;r iOS-Ger&auml;te.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessierte Spieler k&ouml;nnen sich auf der offiziellen Webseite f&uuml;r die geschlossene Beta registrieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein konkreter Ver&ouml;ffentlichungstermin wurde bisher noch nicht genannt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Anschluss k&ouml;nnt ihr den ersten offiziellen Trailer zum Spiel sehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0240da6c17ccdaa6b77bOChJbEOI03&quot; height=&quot;360&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0240da6c17ccdaa6b77bOChJbEOI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Am 13. Mai wird Hoyoverse voraussichtlich ein neues Spiel vorstellen, das die Fans &uuml;berraschen k&ouml;nnte. Bereits im Vorfeld gibt es Hinweise auf ein spannendes Projekt, das sich deutlich vom bekannten Genshin Impact unterscheidet. Der bekannte Analyst Daniel Ahmad berichtete von einem sogenannten &quot;AAA-Open-World-Action-Adventure&quot; mit Shooter-Elementen, das den Titel &quot;Zenless Zone Zero&quot; tragen soll.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Spiel soll eine lebendige und paranormale Welt bieten, die durch eine Anime-Grafik besticht &ndash; &auml;hnlich wie bei Genshin Impact. Ob es sich um einen Einzelspieler-Titel oder ein kooperatives Erlebnis handelt, ist bisher noch unklar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Entwickler haben eine offizielle Webseite eingerichtet, auf der ein Countdown l&auml;uft. Dieser endet am Freitag, dem 13. Mai, um 8:00 Uhr morgens, zu diesem Zeitpunkt werden vermutlich weitere Details enth&uuml;llt. Die Webseite ist auch in englischer Sprache verf&uuml;gbar, was auf einen weltweiten Release hindeuten k&ouml;nnte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans und Interessierte d&uuml;rfen gespannt sein, was Hoyoverse am kommenden Freitag pr&auml;sentieren wird.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die Premium-W&auml;hrung, die in Zenless Zone Zero verwendet wird, um seltene Charaktere, spezielle Ausr&uuml;stung und exklusive Ressourcen freizuschalten. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch einen Top-up auf bekannten Gaming-Handelsplattformen wie Lootbar, Mmogah oder OffGamers erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit dieser Ingame-W&auml;hrung lassen sich gezielt bestimmte Agenten rekrutieren und wertvolle Gegenst&auml;nde im Spiel erwerben, um die eigene Spielst&auml;rke zu verbessern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Durch das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero top up&lt;/a&gt; auf lootbar.gg profitieren Nutzer von einer benutzerfreundlichen Oberfl&auml;che, die den Aufladeprozess einfach und effizient gestaltet. Die Plattform bietet eine &uuml;bersichtliche Struktur, sodass auch neue Spieler problemlos die gew&uuml;nschten Ressourcen finden und kaufen k&ouml;nnen. Zus&auml;tzlich k&ouml;nnen Nutzer beim Kauf von Monochrome Film auf lootbar von besonders attraktiven Aktionen und Rabatten profitieren, was das Aufladen nicht nur g&uuml;nstiger, sondern auch lohnenswerter macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Vorteil von lootbar ist die hohe Sicherheit und Zuverl&auml;ssigkeit der Transaktionen. Die Plattform setzt moderne Verschl&uuml;sselungstechnologien ein, um die Daten und Zahlungen der Nutzer zu sch&uuml;tzen, und gew&auml;hrleistet so ein sicheres Zenless Zone Zero top up. Au&szlig;erdem &uuml;berzeugt lootbar durch einen schnellen und kompetenten Kundenservice, der bei Fragen oder Problemen rund um die Uhr erreichbar ist. Mit der sofortigen Lieferung der gekauften Ressourcen k&ouml;nnen Spieler praktisch ohne Wartezeit direkt weiterspielen und ihr Erlebnis in ZZZ voll auskosten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Zenless Zone Zero Monochrome Film im ZZZ Spiel &uuml;ber die Plattform LootBar aufzuladen, starten Sie zun&auml;chst mit dem Besuch der Webseite lootbar.gg/de. Dort stellen Sie Ihre bevorzugte Sprache und W&auml;hrung ein und melden sich mit Ihrem Konto an. Anschlie&szlig;end navigieren Sie zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt;. Hier tragen Sie Ihre ZZZ UID sowie die entsprechende Serverregion ein, damit die Transaktion korrekt zugeordnet werden kann. Im n&auml;chsten Schritt w&auml;hlen Sie die gew&uuml;nschte Menge an Monochrome Film, die Sie f&uuml;r Ihr Spiel kaufen m&ouml;chten, und klicken auf &bdquo;Sofort aufladen&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bevor Sie den Kauf abschlie&szlig;en, vergewissern Sie sich, dass die eingegebene UID mit Ihrem Zenless Zone Zero Konto &uuml;bereinstimmt, um Fehler zu vermeiden. Jetzt w&auml;hlen Sie eine der angebotenen Zahlungsmethoden aus und klicken auf &bdquo;Sofort bezahlen&ldquo;. Nach erfolgreicher Bezahlung wird Ihre Transaktion umgehend und sicher verarbeitet, sodass die Monochrome Film sofort Ihrem Spielkonto gutgeschrieben werden. So k&ouml;nnen Sie schnell und unkompliziert neue Inhalte in Zenless Zone Zero genie&szlig;en.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(50, 172, '', 'Valorant Console Open Beta: PlayStation 5 &amp; Xbox Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03cdb5927f73b8d69a75eGIectPl03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03cdb5927f73b8d69a75eGIectPl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The console version of the acclaimed Riot Games tactical shooter, Valorant, has now entered an open beta phase accessible to all PlayStation 5 and Xbox Series X users. This marks a significant expansion from the initial limited testing period, opening the door for a broader audience to experience the game on home consoles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Originally released on PC in mid-2020 after several years of development, Valorant quickly gained recognition for its blend of hero-based gameplay and tactical shooting mechanics reminiscent of classic titles like Counter-Strike: Global Offensive. Its success was further cemented when it received the &quot;Best Esports Game&quot; award at the 2022 Game Awards, highlighting its prominence in competitive gaming.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Although Valorant has been a PC-exclusive title for over four years, recent announcements have signaled its upcoming arrival on consoles. Riot Games revealed during this year&#039;s Summer Games Fest that a beta for the console versions would commence on June 14. Notably, this initial phase does not include cross-play functionality with the PC version but does support cross-progression, allowing players to carry their progress across platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The transition to open beta for PS5 and Xbox Series X marks a key milestone, providing free access to all console gamers without the need for special codes, unlike the earlier closed beta. Despite this expansion, Riot has clarified that cross-play between console and PC remains unavailable, citing concerns over maintaining fair competitive conditions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To optimize gameplay on controllers, Riot has implemented several adjustments. The &quot;focus&quot; mechanic now operates similarly to the &quot;hip fire&quot; option on PC, enabling players to slow down for more accurate shots. Additionally, some agent abilities have been tweaked to better suit controller input, and the PS5 version will not utilize the DualSense&#039;s gyro aiming features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This console release serves as a pivotal step in bringing Valorant to a wider audience. While Riot has previously expressed interest in developing a mobile version, details remain scarce. There are also speculations about potential releases on other platforms such as Linux, Nintendo Switch, and Steam Deck, indicating ongoing interest in expanding Valorant&#039;s reach beyond PC and current consoles.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to unlock a variety of exclusive items like weapon skins, gun buddies, and access to the Battle Pass for enhanced gameplay experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain Valorant Points, players must purchase them using real money through trusted game trading platforms such as LootBar, which is known for offering attractive deals on &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; and top-up services.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike other in-game currencies earned through gameplay, Valorant Points provide direct access to premium content, making them highly sought after by the community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Whether you want to personalize your gear or access new seasonal rewards, buying Valorant Points from reliable sites is the most efficient way to enhance your Valorant collection.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Valorant&lt;/a&gt; Points efficiently, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform. This platform offers a seamless and user-friendly experience for anyone aiming to enhance their Valorant gameplay by purchasing in-game currency. With its intuitive interface, even first-time users can navigate the site with ease and complete their transactions effortlessly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of choosing lootbar.gg for your top up Valorant needs is its commitment to affordability and security. The platform is well-known for offering highly competitive prices, allowing players to get more value for their money whether they are making a small purchase or buying in bulk. Additionally, lootbar.gg prioritizes the safety of every transaction by utilizing advanced encryption technology and strict data protection protocols, ensuring that players&rsquo; personal and payment information remain secure at all times.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant benefit is the lightning-fast delivery speed and exceptional customer support provided by lootbar.gg. Once a purchase is made, Valorant Points are typically delivered within minutes, allowing players to return to the action without any unnecessary delays. Furthermore, the platform boasts a dedicated 24/7 customer support team, ready to assist with any issues or questions, making the entire top up Valorant process smooth and worry-free.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up Valorant Points on the Lootbar trading platform, begin by visiting the official Lootbar.gg website and selecting your preferred language and currency for a smooth experience. Once on the homepage, navigate to the Valorant section under the top-up category to find the relevant options for purchasing in-game currency. You will then need to enter your Riot Username and Password to securely link your game account, ensuring the Valorant Points are credited to the correct profile.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After your account is connected, choose how many Valorant Points you want to buy and click the &ldquo;Top-up Now&rdquo; button to continue. Next, select your preferred payment method from the available options and confirm the transaction by clicking &ldquo;Pay Now.&rdquo; The &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; will be processed quickly, and your newly acquired Valorant Points will appear in your account within minutes, allowing you to unlock skins and other exclusive items right away.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(51, 173, '', 'Wuthering Waves 2.8 Update &ndash; New Characters Revealed', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d041a5a45ce77b9f2d3a7MbroAF5s03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d041a5a45ce77b9f2d3a7MbroAF5s03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves 2.8 Update&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the latest update of Wuthering Waves 2.8, two new characters have been introduced. Chisa, a five-star Havoc-Broadblade Resonator, joins the roster as a powerful addition for players seeking high-tier units. Buling, a four-star Electro-Rectifier, will be featured in the second banner, meaning interested players will need to wait an additional three weeks to obtain her. Those aiming to add Chisa to their team can prepare for the release by keeping an eye on the official launch date and the scheduled maintenance completion time, which will mark the official availability of the new content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0420c4d2ff910091a255DvUBYEUZ03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0420c4d2ff910091a255DvUBYEUZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Wuthering Waves version 2.8 is scheduled for release on November 19, 2025, primarily aimed at players in the American time zones, including UTC-4 and earlier. For gamers residing in Europe, access will be available shortly after midnight on November 20, 2025. Meanwhile, players in Asian regions can expect to join the new update during the morning or around midday on the same day.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d04228f5f49aab8fe6abbwNBuWAdS03&quot; height=&quot;255&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d04228f5f49aab8fe6abbwNBuWAdS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuwa 2.8 Update Details&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the upcoming Wuwa 2.8 update, players will find Chisa featured prominently in the event banner. Accompanying her are four-star characters that players can look forward to obtaining:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTaochi, wielding the havoc-broadblade\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYuanwu, equipped with electro-gauntlets\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAalto, armed with aero-pistols\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These characters are part of the new roster introduced in this update, offering diverse combat options and strategic possibilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d04258f5f49aab8fe6b0bK5tmOVNI03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d04258f5f49aab8fe6b0bK5tmOVNI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The servers for Wuthering Waves will be temporarily shut down for approximately seven hours. Players should anticipate that the maintenance window for version 2.8 will commence at the scheduled start time and conclude around the same duration later.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0427c4d2ff910091a2c1U2pAGXtp03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0427c4d2ff910091a2c1U2pAGXtp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d042bba25049d0ad65066kV7p0LXT03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d042bba25049d0ad65066kV7p0LXT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Event Duration and Schedule&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The duration of Wuthering Waves 2.8 is set for just five weeks. Players should mark their calendars for the upcoming release and anticipate the maintenance period ending accordingly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d042dd50f76032a30f229zQ68y2NR03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d042dd50f76032a30f229zQ68y2NR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites&lt;/a&gt; are the exclusive premium currency in Wuthering Waves, enabling players to unlock special bundles, upgrade their arsenal, and access a variety of high-value in-game resources to enhance their adventure. These Lunites are especially sought after for acquiring rare characters and weapons that are otherwise difficult to obtain through regular gameplay. To obtain Wuthering Waves Lunites, players can conveniently top up their accounts via popular game trading platforms such as Codashop, OffGamers, and Midasbuy. With Lunites, players can significantly boost their progress and enjoy a richer gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Wuthering Waves&lt;/a&gt; Lunites, choosing the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform is a smart option to consider. Lootbar.gg stands out as a global and professional service provider that specializes in secure game currency transactions, making it an ideal choice for those who want to top up Wuthering Waves quickly and safely. With a streamlined interface and clear instructions, lootbar ensures that every step of the &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up wuwa&lt;/a&gt; process is straightforward and hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major advantages of using lootbar.gg for your &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering waves top up&lt;/a&gt; is the impressive flexibility it offers. The platform supports a wide range of payment methods, catering to the diverse needs of players worldwide. Additionally, lootbar provides round-the-clock customer support, so you can get assistance with any issues or questions at any time. This commitment to service ensures that players can always rely on lootbar for a smooth and trustworthy transaction experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant benefit is the cost savings available on lootbar.gg. The platform frequently features various promotions and offers discounts for different games and items, with some discounts reaching up to 20%. This means players can top up Wuthering Waves Lunites at highly competitive prices, maximizing the value of their purchase. Overall, lootbar is a convenient and economical solution for anyone looking to top up wuwa and enhance their gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Wuthering Waves on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;WuWa top up&lt;/a&gt; for Lunites on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency, then log into your account. Navigate to the top-up section and choose Wuthering Waves from the available games. Decide on the amount of Lunites you wish to purchase and proceed by clicking &quot;Top-up Now.&quot; You will then be prompted to select your payment method and complete the payment process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After you have made your payment, you will need to provide the necessary top-up account details, including your login method, game account information, password, and server. Next, coordinate with the designated seller to facilitate the WuWa top up and delivery of your Lunites. Once the transaction is processed, you can log into your Wuthering Waves game account to verify that your Lunites have been credited and are ready for use.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(52, 174, '', 'FC 26 Ultimate Team Player Items &ndash; Types &amp; Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction: The Four Types of Cards in FC 26 Ultimate Team&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03155a45ce77b9f2c199tUqTVoim03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03155a45ce77b9f2c199tUqTVoim03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Player Items: The Heart of Your Squad&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Football Club 26 Ultimate Team, player items play a central role, as they allow you to assemble your squad for matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You need to choose your starting lineup and fill your bench with substitutes before you can play any game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Without a complete team, participation in matches is not possible.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To find certain players, take advantage of the player search filters available in the transfer market.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you acquire player items from packs that you don&#039;t need, you have options: sell them on the market to gain coins, or use them in Squad Building Challenges (SBCs) for additional rewards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain and Manage Player Items&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Player items in FC 26 provide detailed data, including:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOverall rating and key attributes\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPlayer position and nationality\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClub affiliation\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSpecial abilities or traits\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nContract details and fitness level\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChemistry style applied\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCard type (e.g., regular, special edition)\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Key Information Displayed on Player Items&lt;/h3&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOverall rating, card quality, and visible statistics on the front of the card\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClassification by item type and how rare the card is\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPlayer&#039;s assigned position on the pitch\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInjury status and related information\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChemistry links and applied chemistry styles\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnique PlayStyles associated with the card\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWhether the card is untradeable and first owned\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMajor attributes and standout abilities\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSkill ratings and special moves\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTypical market value or average trading price\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetailed biography and background information\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Understanding Ratings, Quality, and Card Types&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0317c4d2ff910091943bPvJRsvDM03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0317c4d2ff910091943bPvJRsvDM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When examining a player card, the primary detail that stands out is the rating, which ranges from 0 to 99.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This score serves as a quick indicator of a player&#039;s abilities, but it&#039;s important to note that it doesn&#039;t represent an average of their stats or fully capture every attribute.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In some situations, a player with a lower overall rating might actually fit your team or play style better than a higher-rated one.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Player items are also distinguished by color, which reflects their tier:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBronze cards are assigned to players rated 64 or lower\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSilver cards are for those rated between 65 and 74\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGold cards represent players rated from 75 up to 99\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0319b5927f73b8d69589JFcuyry103&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0319b5927f73b8d69589JFcuyry103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When evaluating a player in FC 26 Ultimate Team, it&rsquo;s important to look beyond just surface-level stats.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Key attributes such as pace, shooting, passing, dribbling, defending, and physicality form the foundation of a player&rsquo;s performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Skill moves and weak foot ratings further help determine a player&rsquo;s versatility and ability on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a deeper analysis, check the full breakdown of attributes in the &lsquo;bio&rsquo; section under &lsquo;attribute details&rsquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can also use the right stick to quickly view the most relevant stats for a player&rsquo;s specific position, making comparisons easier.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Goalkeepers have unique attribute sets on their cards, including diving, handling, kicking, reflexes, speed, and positioning, all of which affect their effectiveness in goal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Player items come in several varieties.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Standard cards are issued to every player at launch and represent the basic version.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other types include concept items, Icons, Heroes, In Form cards, and special editions, each distinguished by unique card designs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rare cards are visually brighter and more eye-catching.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These are awarded to players who possess standout features not found in regular items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d031bc4d2ff9100919465XihQBmyp03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d031bc4d2ff9100919465XihQBmyp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Player Attributes and How to Assess Them&lt;/h3&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Positions, Chemistry, and Styles&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At the start of Ultimate Team, standard player cards are available for everyone and serve as the foundation of the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond these, the mode introduces a variety of unique player items such as Concept cards, Icons, Heroes, In Form versions, and other special releases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each card type is visually distinct, allowing you to identify them by their unique artwork.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bright and shiny card designs indicate Rare items, which are given to players who possess standout qualities not found in regular cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Non-rare cards, by contrast, are less visually striking and are more common among players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d031bc4d2ff9100919465XihQBmyp03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d031bc4d2ff9100919465XihQBmyp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When building your squad in FC 26 Ultimate Team, it&rsquo;s essential to pay attention to both the main and alternate positions of each player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players should be assigned to their preferred positions to maximize team chemistry; misplaced players will not contribute effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All players can technically occupy any of the twelve available positions, but performance and chemistry suffer if, for example, a goalkeeper is placed as a striker.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Their attributes are tailored to their specific roles, so out-of-position players will underperform.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players are susceptible to injuries, which can sideline them for several matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The duration of their recovery is indicated on their card, and you can use healing consumables to reduce their downtime by up to five matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A player&rsquo;s chemistry is displayed on their item using zero to three blue diamonds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This rating reflects how well the player links with teammates, the manager, and the overall team setup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d031fe1248d8491d5ffc9Eysh3V5R03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d031fe1248d8491d5ffc9Eysh3V5R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A player item displays its current active style, which influences which attributes receive enhancements when chemistry points are applied.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As more blue diamonds are filled, the player&#039;s chemistry increases, resulting in a larger boost to the chosen statistics.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Market Value and Player Details&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The fifth player view in FC 26 Ultimate Team provides the average transfer market price for a player item, offering a reference point for comparing different items. This value is an average, not the minimum sale price found in external databases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pressing R3 opens the [Player Details] screen, which contains four distinct views for in-depth information.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can find details such as the player&rsquo;s full name, nickname, nationality, current club and country, birthdate, height, preferred and weak foot, skill moves, alternative positions, injury status, and whether the item can be traded.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The screen also displays a comprehensive list of player attributes, including playstyles and performance statistics like appearances, goals, assists, and cards received.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It further allows you to see the purchase price of the item and how many previous owners it has had.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Special Signs and Unique Player Item Indicators&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03216eebc19f1207dfb1wmLqSpw103&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03216eebc19f1207dfb1wmLqSpw103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;750&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Player items in FC 26 Ultimate Team can sometimes display unique icons or markings, each representing a specific status or attribute:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIf a player is injured or suspended, you&rsquo;ll notice a rectangle or band-aid symbol at the top right corner of their card. This visual cue disappears after applying a healing consumable or once the suspension ends.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLoan players are easily recognized by a blue circle icon, which indicates how many matches they have left before the loan expires.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSince FC 24, cards that are the original first owner of a player feature a distinct icon to set them apart from others.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAdditionally, player cards may display special icons denoting their Playstyles, helping you quickly identify unique abilities or traits on the pitch.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions About Player Items&lt;/h3&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIn FC 26 Ultimate Team, player items are essential&mdash;they allow you to control specific footballers during matches. Without these cards in your collection, you can&rsquo;t include those players in your lineup.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo acquire new player cards, navigate to the transfer market, apply the relevant filters, and purchase the desired item.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce you&rsquo;ve obtained a player, you can either send them directly to your club or place them in your active squad for immediate use.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIf a player is suspended, move them into the reserves section (to the right of your substitutes) and wait for their suspension to end before using them again.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInjured players can also be placed in reserves until they recover naturally, or you can speed up the process by applying a healing consumable to them.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo view a player&rsquo;s full range of stats and attributes, highlight the player and access their Bio by pressing R3.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWork rates cannot be modified in FC 26 Ultimate Team, as this feature isn&rsquo;t available.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWhile gold player cards are generally associated with higher ratings, a gold status doesn&rsquo;t always mean a player is superior. Sometimes, silver or bronze players might have better individual attributes than higher-rated golds.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRare player items are less common and typically cost more due to their higher discard value, but rarity doesn&rsquo;t always equate to better performance on the pitch.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou can store unlimited player cards in your club, but only one version of each player can be in your squad at a time. Duplicate items can be managed via the transfer list, duplicate pile, or targets list, though different versions of the same player aren&rsquo;t considered duplicates but can&rsquo;t be used together in a single squad.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWhenever you pack or purchase a player, make sure to send them to your active squad if you want to use them immediately. If you can&rsquo;t locate a new card, check your club storage&mdash;it may have been sent there if your squad was already full.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;re an avid &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc player&lt;/a&gt; but find yourself short on coins, look no further&mdash;&lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; is your go-to trading platform to buy &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; and get ahead in the latest FC 26 game. Whether you&#039;re looking to build your dream squad or secure top-tier players, having enough FC 26 coins is crucial. LootBar makes it easy and hassle-free to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fifa coins&lt;/a&gt;, so you never have to worry about running out of in-game currency and missing out on exciting opportunities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing LootBar means enjoying unbeatable benefits. Not only does LootBar offer the best prices on the market&mdash;with regular discounts and promotions that can reach up to 8% off&mdash;but it also ensures 100% secure transactions with advanced encryption for your peace of mind. The platform&rsquo;s global reach allows FC players everywhere to access seamless payment processes, and their 24/7 customer service is always ready to help with any questions. Plus, your FC 26 coins are delivered at lightning speed, typically within just half an hour. With a Trustpilot rating of 4.9 and glowing recommendations from users, LootBar stands out as the smartest and safest way to buy FIFA coins and boost your gaming experience.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(53, 175, '', 'Path of Exile 2 Patch 0.1.1 &ndash; Release Date &amp; Notes', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;GGG has set the official launch date for the upcoming patch 0.1.1, scheduled for Friday, January 17th, 2025, according to New Zealand local time. This timing corresponds to early morning in Europe and late Thursday night in the Americas. The team is working diligently to finalize and publish the detailed patch notes as soon as they are complete.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On the official Path of Exile Twitter account, the developers mentioned their goal to roll out the 0.1.1 update for Path of Exile 2 on the same day, Friday NZT, barring any unforeseen issues during final testing. The patch notes are still being prepared, but they are eager to share the information with the community once ready.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are encouraged to stay tuned for the official patch notes, which will be announced promptly. For those interested in ongoing updates about Path of Exile 2 patches and hotfixes, joining their Discord server and selecting the Path of Exile 2 role in the #roles channel is recommended. Keep informed and stay connected to the latest news.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Authored by: ** cptn garbage **&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reviewed by: ** tenkiei **&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is PoE2 and PoE2 Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PoE2 Currency&lt;/a&gt; refers to a collection of valuable in-game items used primarily for crafting equipment, trading with other players, and powering up your character throughout your journey in Path of Exile 2. These items are essential for modifying gear, enhancing weapons, and acquiring powerful upgrades, making them a central aspect of gameplay progression. Players can obtain PoE2 Currency through in-game activities such as defeating monsters or looting chests, or by topping up via reputable trading platforms like Path of Exile Trade, PoE Ninja, or third-party marketplaces. Acquiring and managing PoE2 Currency efficiently is crucial for gaining an edge in both the game&#039;s economy and its challenging battles.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy POE2 Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up POE2 Currency, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; for a seamless and secure experience. When you &lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy poe2 currency&lt;/a&gt; on lootbar.gg, you benefit from some of the lowest market prices, plus frequent seasonal discounts that help you maximize your savings. The platform&rsquo;s advanced encryption technology and strict security measures protect every transaction, so you can purchase with confidence knowing your account and personal information are safe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg stands out for its efficient service, boasting delivery times from as fast as 15 minutes up to just 2 hours. This means you can quickly return to your adventure in Path of Exile 2 without unnecessary waiting. In addition, their dedicated customer support team is available 24/7, ready to help with any questions or issues you encounter. All these advantages make lootbar.gg a top choice for players seeking to buy poe2 currency efficiently and reliably.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy POE2 Currency on LootBar, a Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy path of exile 2 currency&lt;/a&gt; on the LootBar trading platform, simply follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official LootBar.gg website and select your preferred language and currency, then log into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Game Items section on the homepage and select PoE 2 Currency.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrowse through the available currency options, pick the type and quantity you need, and hit the Buy Now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your server details and character name carefully to ensure smooth delivery.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose a payment method that suits you and complete your purchase by clicking Pay Now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your order is placed, log into Path of Exile 2 and accept the in-game party invitation from the LootBar trader.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMeet the trader at the designated location and trade a low-value item to securely receive your path of exile 2 currency.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472da5dced5dd103ae4d6vV44xCGc03&quot; height=&quot;685&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472da5dced5dd103ae4d6vV44xCGc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(54, 176, '', 'MLB The Show 25 Postseason Series: Division Series Cards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0368e1248d8491d60509ujfasDil03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0368e1248d8491d60509ujfasDil03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The MLB postseason showcases top teams and standout players vying for the coveted World Series title. To honor this exciting phase, MLB The Show 25 introduces the Postseason Series, renowned for delivering some of the most sought-after card drops of the year. The latest release celebrates the Division Series, bringing fresh and valuable cards to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Within Diamond Dynasty, there are two dedicated programs for the Division Series&mdash;one representing the American League and the other for the National League. Players can unlock all the cards by simply progressing through these programs without needing any stubs or additional purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key highlight of the Postseason Series is the assortment of powerful bullpen options. This year, Adrian Morejon&rsquo;s Wild Card Series card stands out with impressive stats. Meanwhile, Division Series cards feature Jacob Misiorowski and Roki Sasaki from the NL, and Devin Williams along with Troy Melton from the AL, all boasting a remarkable 125 hits/9 attribute, making them formidable relievers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Position players featured in these sets often serve as theme team fillers, but there are notable exceptions. For example, Tigers fans will appreciate the Kerry Carpenter card, and on the NL side, Michael Busch offers a strong first baseman option for the Cubs, adding both utility and excitement to the lineup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d036b8f5f49aab8fe5c3d6jvVfkHT03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d036b8f5f49aab8fe5c3d6jvVfkHT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Postseason content in MLB The Show 25 offers players multiple avenues to unlock exclusive cards. Completing specific tasks within the program grants access to postseason player cards, which are earned through a series of moments that recreate pivotal plays from each division series. By successfully completing all 17 moments in the National League program, players accumulate enough stars to unlock every available postseason player, including the highly sought-after Roki Sasaki. The same process applies to the American League, allowing players to unlock all cards if they prefer focusing on moments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those seeking alternative methods, completing designated missions provides a straightforward path to earning stars and unlocking content. These missions emphasize gameplay achievements over moments, catering to different play styles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the American League, missions include accumulating 1,000 experience points (pxp) with combined teams like the Yankees, Tigers, Mariners, and Blue Jays for 20 stars, or earning 500 pxp with division series cards for 10 stars. Additional missions involve pitching innings, striking out batters, or hitting hits with specific teams, each awarding stars upon completion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Similarly, the National League missions require players to earn pxp with teams such as the Cubs, Dodgers, Brewers, and Phillies, or to achieve milestones like total bases, runs, or home runs with specific teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each program requires a total of 50 stars to complete. The cards offered are all rated at 99 overall, representing some of the best players in the game. Notable American League players include Devin Williams, Javier Baez, and George Kirby, while the National League features stars like Alec Bohm, Seiya Suzuki, and Roki Sasaki.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collecting these cards is free, but they serve a strategic purpose: unlocking the coveted Aaron Judge postseason card, which stands out as one of the top-tier cards in MLB The Show 25.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; serve as the essential in-game currency, allowing players to purchase player cards, card packs, equipment, and customization options to build and personalize their ultimate baseball team. These Stubs can be obtained not only through gameplay, such as completing matches and missions, but also by topping up on game trading platforms like LootBar, where players can buy MLB The Show 25 Stubs at competitive prices. Using Stubs, gamers unlock special content and gain access to exclusive rewards, enhancing both their strategic options and overall experience in MLB The Show 25. With convenient top-up services available, acquiring Stubs is quick and straightforward for any aspiring manager.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up MLB The Show 25 Stubs, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their purchases. Choosing to &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt; on lootbar offers several compelling advantages that enhance the overall gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar.gg stands out for its commitment to security, utilizing advanced encryption technology to ensure that every transaction is safe and your personal information remains protected. Players can also benefit from lightning-fast delivery speeds, with Stubs often arriving in their accounts within mere minutes, allowing for immediate team improvements. Additionally, lootbar&rsquo;s dedicated 24/7 customer support ensures that any questions or concerns are resolved promptly, making the process seamless and worry-free for gamers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the Lootbar trading platform, start by visiting the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt; and logging into your account. Once logged in, navigate to the &quot;Game Coins&quot; section and search for MLB The Show 25 among the listed games. Select the game to view available options for MLB The Show 25 Stubs and choose the amount you wish to buy by clicking on the &quot;Buy Now&quot; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, follow the on-screen prompts to provide all necessary details as instructed in the purchase guide. After entering your information, proceed to the payment section where you can select your preferred payment method. Complete the transaction, and your MLB The Show 25 Stubs will be delivered according to the platform&rsquo;s fulfillment process. This streamlined process ensures you can quickly and safely acquire MLB The Show 25 Stubs for sale to enhance your gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(55, 177, '', 'Marvel Rivals: Gambit&#039;s Role and Abilities Revealed', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02839682dbe4ac394c3bbAusv0F103&quot; height=&quot;484&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02839682dbe4ac394c3bbAusv0F103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;860&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gambit&#039;s Role in Marvel Rivals&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming fifth season of Marvel Rivals has generated significant buzz, especially with the official trailer revealing the inclusion of Rogue and Gambit, two iconic characters from the Marvel universe. Fans are excited to see these fan-favorite mutants make their debut in the game, bringing their well-known comic book dynamics to the digital battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Set to launch on November 14, 2025, Season 5 promises a host of new content, including fresh heroes, themed cosmetics, and a revamped map inspired by the Collector&rsquo;s amusement park. The trailer&rsquo;s confirmation of Gambit has sparked widespread curiosity about his potential abilities and gameplay style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leaked information suggests Gambit&rsquo;s skill set will revolve around his signature card-throwing powers, enhanced agility, and strategic attacks. Players can anticipate a unique role that emphasizes both offensive prowess and tactical play, aligning with his comic book persona. As the release date approaches, fans are eagerly awaiting more detailed insights into Gambit&rsquo;s in-game abilities and how they will influence the evolving meta of Marvel Rivals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151b97c5980d12c5afc9d8vG2aCrVy03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151b97c5980d12c5afc9d8vG2aCrVy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This article provides a comprehensive overview of Gambit&#039;s role in the current season of Marvel Rivals, including his background, gameplay style, and potential abilities based on recent leaks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Originating from the vast Marvel comics universe, Gambit, whose real name is Remy LeBeau, is a charismatic thief hailing from New Orleans. His unique mutant power allows him to imbue objects&mdash;most famously playing cards&mdash;with kinetic energy, causing them to explode upon impact. Known for his suave demeanor, trench coat, and distinctive Cajun accent, Gambit combines street-smart charm with deadly precision.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Marvel Rivals, he has been introduced as a strategic fighter, emphasizing aggressive tactics and rapid damage output. His gameplay revolves around his signature card-throwing technique and energy-charging mechanics, which add a dynamic element to combat. According to recent leaks, Gambit is set to feature new mechanics that enhance his offensive capabilities, making him a versatile and intriguing addition to the game&rsquo;s roster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d028a7389d6396f02df65HIqeOVLv03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d028a7389d6396f02df65HIqeOVLv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gambit&#039;s capabilities in Marvel Rivals are centered around strategic manipulation and versatile combat techniques, making him a formidable opponent on the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;His primary role is that of a strategist, emphasizing tactical support and damage dealing through calculated actions. Gambit&#039;s abilities were introduced in the game on November 14, 2025, during the launch of Season 5, and are voiced by AJ Locascio, known for his work in X-Men &rsquo;97.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of Gambit&#039;s signature moves is the &#039;Ragin&rsquo; Royal Flush,&#039; an ultimate ability where he targets an ally within sight. He then unleashes a barrage of aces that serve dual purposes: healing allies and purifying negative effects. During this move, both Gambit and his ally enter a kinetic transfer state, boosting their movement speed and jump height. Additionally, this enhances their attacks with extra single-target explosive damage and accelerates the ally&rsquo;s ultimate ability charge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gambit&rsquo;s offensive options include his &#039;Kinetic Cards&#039; attack, where he throws three charged cards in an arc. These cards explode upon impact, damaging enemies and healing allies in the vicinity. For mobility, he can activate the &#039;Cajun Charge&#039;&mdash;a quick dash with his bo staff, allowing him to sidestep forward rapidly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;He has a set of deck-based abilities that revolve around healing, damage, and purification. &#039;Healing Hearts&#039; lets him conjure a heart-shaped card by consuming a sleight of hand stack, restoring health and switching him to the healing hearts deck. While this deck is active, he can trigger &#039;Bridge Boost,&#039; which, when empowered, fires a full deck of bouncing cards that heal allies and provide a healing boost upon impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another supportive move, &#039;Purifying Pick-Up,&#039; allows Gambit to launch a cluster of cards in an arc that heals and purifies allies nearby, activated while healing hearts deck is in use. For damage enhancement, he can conjure a spade card through &#039;Breaking Spades&#039; by consuming a sleight of hand stack, increasing his damage output and switching to the breaking spades deck.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the breaking spades deck active, Gambit can trigger &#039;Explosive Trick,&#039; which fires a full set of explosive cards that deal damage and reduce healing effects on enemies. Additionally, &#039;Bidding Barrage&#039;&mdash;another empowered attack&mdash;causes cards to scatter in an arc in all directions, damaging and knocking enemies upward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Gambit&#039;s kit combines precise offensive strikes with supportive abilities that can heal, purify, and enhance his allies, making him a multifaceted combatant suited for both tactical planning and direct confrontation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d028e8a30c0827e6fadf3NsXHWiM803&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d028e8a30c0827e6fadf3NsXHWiM803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gambit&#039;s Debut in Marvel Rivals&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On November 14, 2025, Gambit makes his debut in Marvel Rivals as the 44th playable character, marking the start of Season 5.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voiced by AJ Locascio, famed for his role in X-Men &rsquo;97, Gambit introduces a blend of charisma and energetic card-based combat to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This beloved mutant from the X-Men universe will be introduced just weeks ahead of Rogue&rsquo;s upcoming appearance in December 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can jump right into the action at season launch to explore Gambit&rsquo;s dynamic, combo-heavy gameplay as a strategist-class hero, offering a fresh and exciting playstyle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0291d26eabd46d162cedGtSCzOf003&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0291d26eabd46d162cedGtSCzOf003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gambit as Main Character&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Are you considering making Gambit your primary character once he becomes available in Marvel Rivals? Share your thoughts and excitement in the comments section below!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency within the Marvel Rivals game, allowing players to unlock a variety of exclusive cosmetic enhancements like character skins, emotes, and other visual upgrades. Players can obtain Marvel Rivals Lattices by purchasing them through reputable game trading platforms such as LootBar, where top-up services are available for quick and secure transactions. With Lattices, users gain access to the Battle Pass and other special in-game content that isn&#039;t accessible through standard gameplay rewards. This makes Marvel Rivals Lattices essential for those aiming to personalize their gaming experience and stand out in the Marvel universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. lootbar.gg stands out by providing a professional and secure environment where players can &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Marvel Rivals Lattice&lt;/a&gt; with confidence. The platform supports a wide range of popular games and offers round-the-clock customer service, ensuring that help is always available whenever you need it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg is known for its competitive prices and frequent discounts, making it an excellent choice for budget-conscious gamers. Players can take advantage of promotions, with discounts on Marvel Rivals Lattices reaching up to 20%, allowing them to get more value for their money. The platform also supports multiple convenient payment methods, making transactions fast and hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond just being a marketplace, lootbar fosters a vibrant community where players can access guides, the latest news, and exclusive events through its blog and Discord server. This creates an engaging space for gamers to connect, share experiences, and stay updated. For those who want to buy Marvel Rivals Lattice efficiently and enjoy added community benefits, lootbar.gg is a top choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the lootbar trading platform, begin by visiting the official LootBar.gg website and logging into your account after selecting your desired language and currency type. Once you are on the homepage, navigate to the Top-Up section and locate Marvel Rivals among the available games. You will need to enter your Marvel Rivals User ID to ensure the Lattices are credited to the correct account. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After entering your User ID, choose how many Marvel Rivals Lattices you wish to purchase from the available options. The platform offers various payment methods, so select the one that best suits you. Confirm your selection and proceed by clicking the &quot;Pay Now&quot; button to complete the transaction. With these simple steps, you can quickly top up Marvel Rivals and enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(56, 178, '', 'Quantum Charge in Mobile Legends: Key Benefits &amp; Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d036f02dfe77309c9bc93L1wGqoDu03&quot; height=&quot;253&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d036f02dfe77309c9bc93L1wGqoDu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quantum Charge Advantage&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As of December 14 at 12:40 p.m. (GMT+8), new guides have been incorporated to enhance understanding.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Quantum Charge has become a standout feature in Mobile Legends: Bang Bang, capturing the interest of players across different levels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Its popularity extends beyond casual ranked matches into professional tournaments, highlighting its strategic importance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Originally, Quantum Charge is a revamped version of the Electro Flash talent from the older emblem system, offering a fresh approach for marksman players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c0ba02514f0709a4be0ff7guw00Bqa03&quot; height=&quot;72&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c0ba02514f0709a4be0ff7guw00Bqa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This talent offers benefits such as health regeneration and increased movement speed with every basic attack, making it particularly effective for marksman and assassin heroes who depend heavily on their auto-attacks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interestingly, Bigetron Alpha&rsquo;s &quot;Xorizo&quot; Dwipayana argues that EXP lane heroes can also benefit from this talent, and his perspective provides a compelling rationale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In related news, understanding when to choose Athena&rsquo;s Shield versus Radiant Armor can significantly impact your defense strategy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, mastering split push tactics with the top three heroes in MLBB can catch opponents off guard and turn the tide of the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0374c4d2ff9100919911wQvU4rXk03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0374c4d2ff9100919911wQvU4rXk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During a recent discussion with One Esports, a prominent Bigetron Alpha player shared insights on how mastering certain skills can enhance the performance of EXP laners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;He emphasized that prioritizing health regeneration and increasing movement speed during the early stages of the game can significantly benefit EXP laners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to him, these attributes are crucial for gaining an advantage in the laning phase, helping players sustain longer and maneuver more effectively against opponents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0376d50f76032a30eaf8bvOZFmbC03&quot; height=&quot;128&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0376d50f76032a30eaf8bvOZFmbC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quantum Charge Advantage for EXP Laners&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the laning phase, EXP laners typically operate independently, unlike mid or gold laners who often receive assistance from ropers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This independence makes Quantum Charge particularly valuable for EXP laners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The ability to regenerate health and boost movement speed allows them to maintain their presence in the lane.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As a result, they can survive the critical early minutes of the game more effectively without relying heavily on their teammates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d037920b311c2db5877ecE4sJ2Imt03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d037920b311c2db5877ecE4sJ2Imt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the initial week of MPL ID Season 12, the player demonstrated how powerful this talent can be, particularly on heroes like Paquito and Grock that do not depend on basic attacks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;His strategic use of the talent allowed him to control the lane effectively from the start, setting the stage for victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key advantage observed was his ability to recover health by engaging enemies whenever his HP dipped, thanks to the talent&#039;s quick eight-second cooldown.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This approach also reduced the frequency of recalling, enabling more sustained pressure in lane and contributing to overall game success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d037d7389d6396f02f0a0rUhMiby803&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d037d7389d6396f02f0a0rUhMiby803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;He mentioned that the necessity of Quantum Charge isn&#039;t universal and can vary based on the hero chosen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As an example, he mentioned playing Esmeralda effectively without relying on Quantum Charge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those interested, our detailed guide offers an in-depth look at the updated emblem system.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with One Esports on Facebook, Instagram, and TikTok to keep up with the latest Mobile Legends Bang Bang esports news, strategies, and updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For additional tips, check out our article on speeding up your rank progression in Mobile Legends and reaching your objectives more efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond&lt;/a&gt; is the premium currency within the popular game Mobile Legends: Bang Bang, primarily used to unlock new heroes, purchase exclusive skins, and access various in-game items that enhance your playing experience. Players can obtain Mobile Legends: Bang Bang Diamond by topping up through reputable game trading platforms such as Codashop, Unipin, and the official in-game store. Acquiring diamonds allows users to stand out in battles and customize their gameplay with special features. This makes Mobile Legends: Bang Bang Diamond an essential asset for players looking to get the most out of their gaming journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Mobile Legends: Bang Bang&lt;/a&gt; Diamond, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out by providing a secure, professional environment for purchasing &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;mobile legend diamond&lt;/a&gt;, ensuring that every transaction is safe and reliable. With support for &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diamond mobile legends&lt;/a&gt; top-ups, players from all over the world can access their favorite in-game currency quickly and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar offers a range of benefits that make it an attractive choice for gamers. The platform boasts 24/7 online customer service, so any questions or issues can be addressed at any time. Multiple payment methods are accepted, adding convenience and flexibility to the process. Additionally, lootbar frequently provides special discounts and promotions, allowing users to get more value when they top up Mobile Legends: Bang Bang. This combination of affordability, safety, and convenience makes lootbar.gg a top choice for anyone looking to enhance their Mobile Legends experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Mobile Legends: Bang Bang on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete an &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLBB top up&lt;/a&gt; on the LootBar trading platform, follow these steps:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAccess the LootBar website and select your desired language and currency, then log in to your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and pick Mobile Legends: Bang Bang from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide how many Diamonds you wish to buy for MLBB, then click the option to proceed with your top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the payment method you want to use and finish the payment process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce payment is complete, provide your Mobile Legends account details, including the login method, account ID, password, and server information as required.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWork with the seller to finalize the top-up delivery; after the process is completed, check your Mobile Legends account to ensure the Diamonds have been credited successfully.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; height=&quot;478&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(57, 179, '', 'Last War: Survival Decoration Chests Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d03f18f5f49aab8fe66a5QZBZUygE03&quot; height=&quot;300&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d03f18f5f49aab8fe66a5QZBZUygE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the world of Last War: Survival, decoration chests are a vital tool for players seeking to enhance both the look and functionality of their bases. These chests contain a variety of decorative items that serve dual purposes: improving aesthetics and providing gameplay advantages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Acquiring decoration chests often involves participating in seasonal and special events. Limited-time challenges and ranking tournaments reward top performers with high-quality chests, while alliance activities and group milestones also yield valuable rewards. Daily and weekly tasks are consistent sources, offering smaller but steady supplies of these chests to help build your collection over time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Progressing through the game&rsquo;s main storyline can also unlock decoration chests as a reward for completing key stages. Additionally, the in-game store frequently features bundles and promotional sales that include decoration chests, sometimes offering discounts or exclusive items for purchase with in-game currency or real money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participation in PvE boss battles, dungeon raids, and PvP combat such as arena fights or alliance wars can also yield decoration chests as part of the loot. These activities not only test your skills but also contribute to your collection, making strategic engagement in various game modes essential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Managing your resources effectively involves prioritizing activities that provide the highest rewards. Regularly checking for special events, login bonuses, and shop discounts can significantly boost your collection. Staying active in alliances and participating in group events can unlock additional exclusive chests, further enhancing your base.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Decorations are categorized based on their function and rarity. Offensive decorations increase troop attack power, defensive items bolster your base&rsquo;s resilience, and resource production decorations improve the efficiency of resource gathering and storage. Tactical decorations offer strategic advantages, such as reducing training or healing times, or increasing scouting effectiveness. Aesthetic decorations are primarily cosmetic, allowing personalization without impacting gameplay, but rare and limited-edition items can also serve as status symbols.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing the right decorations depends on your gameplay style. Combat-focused players should invest in offensive and defensive items, resource gatherers benefit from production boosts, and collectors may prioritize rare or aesthetic decorations to showcase achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize the benefits from decoration chests, timing and strategy are key. Opening chests during special events or when promotional offers are available can increase the value of your rewards. Keeping track of ongoing events, participating actively, and maintaining a consistent login routine will help you accumulate the best possible items, ultimately strengthening your base and advancing your survival prospects.Engaging in special in-game events and promotions can significantly boost your chances of acquiring rare and high-quality decorations. During these periods, drop rates are often increased, and additional rewards like bonus chests or special event tokens are available, making your collection efforts more efficient. To capitalize on this, monitor event schedules carefully and prioritize participation in those that feature last war survival decoration chests as rewards. Take advantage of limited-time offers or bundle deals that reduce the cost of chests, and use event tokens or points to obtain chests that typically require premium currency, thereby maximizing your resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Patience plays a key role in building a strong decoration collection. Waiting until your inventory is nearly full or you&rsquo;ve reached specific milestones allows for better chances of obtaining duplicates or rare items. If your game supports combining decorations to enhance their stats, this strategy can significantly improve your investment&rsquo;s value. Focus on acquiring the decorations you need most&mdash;such as rare offensive boosts or resource production enhancements&mdash;and open chests when you&rsquo;re close to completing a set or achieving a particular goal. Opening multiple chests simultaneously can also help you benefit from duplicates, which can often be merged or upgraded.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Early-stage gameplay usually features lower-tier decorations that offer limited benefits, so it&rsquo;s advisable to save your resources for higher-tier chests or special events offering more valuable rewards. Use your in-game currency or premium resources wisely&mdash;preferably on mid- or high-tier chests&mdash;while avoiding low-tier chests unless they are essential for immediate progress, such as completing daily tasks or early milestones. If low-tier decorations are useful for resource generation early on, prioritize them to accelerate your base development.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rewarding milestones, such as advancing through major campaign chapters or reaching alliance objectives, can be excellent opportunities to unlock new chests. Linking chest openings to these achievements turns the process into a celebration of your progress and keeps motivation high. Consider timing your chest openings after significant accomplishments, making each reward feel more meaningful. This approach fosters a sense of progression and achievement, encouraging continued engagement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Resource management is crucial when opening last war survival decoration chests. Balance your spending to ensure you don&rsquo;t deplete vital resources needed for other critical upgrades and defenses. Keep track of your in-game currency, setting aside a portion for chest openings, and avoid overspending unless it directly benefits your strategic goals. Take advantage of free chests or periodic offers whenever possible, and only purchase additional chests when necessary to avoid unnecessary expenditure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maintaining an organized record of your decorations helps prevent redundant duplicates and focuses your efforts on obtaining missing or valuable items. Keep track of what you already own and identify gaps or opportunities for upgrades. Prioritize decorations that can be upgraded or merged for better stats or visual appeal, especially those offering the most significant benefits in gameplay or aesthetics. This targeted approach ensures efficient use of your resources and enhances your overall base setup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Applying these strategies allows you to maximize the benefits from your last war survival decoration chests, turning them into powerful tools for strengthening your base and advancing your gameplay. Always align your chest-opening activities with your broader goals, whether it&rsquo;s boosting defenses, improving stats, or personalizing your base&rsquo;s appearance. Stay adaptable and make informed decisions based on the rewards available and your current needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, last war survival decoration chests are more than mere rewards&mdash;they&rsquo;re vital resources that can elevate your entire gaming experience. By understanding how to acquire, manage, and optimize these chests, you unlock the potential to create a formidable and visually impressive base. Whether your aim is to dominate battles, fortify defenses, or showcase your progress, these chests provide versatile tools to help you succeed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the right approach, participation in events, strategic resource management, and a focus on valuable decorations, you can turn your collection into a reflection of your dedication and skill. Begin implementing these tactics today: open those chests thoughtfully, upgrade wisely, and let your base become a testament to your strategic prowess in last war: survival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For more detailed guides and tips like this last war survival decoration chest guide, visit Theria Games [Last War Survival].&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; serves as the primary in-game currency in Last War: Survival, a strategic zombie apocalypse survival game where players build shelters and lead survivors. This currency allows players to unlock new equipment, recruit powerful heroes, and speed up their progress, helping them thrive in the harsh world. To acquire Last War: Survival Hot Package, players can top up through popular game trading platforms such as SEAGM, Codashop, and Midasbuy, making it easy to enhance their gameplay experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are considering topping up Last War: Survival Hot Package, they may want to explore using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar.gg is its reputation for professionalism and safety. The platform supports secure transactions and offers a user-friendly interface, making it easy for anyone to purchase Last War Hot Packages or even &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war gold bricks&lt;/a&gt;. Lootbar.gg caters to a global audience by supporting multiple payment methods and providing round-the-clock customer service, ensuring assistance is always available whenever you need it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar stands out due to its highly competitive prices and regular promotions. With discounts that can reach up to 25% for Last War: Survival top-ups, players can maximize their in-game benefits without overspending. Beyond great deals, lootbar also fosters a friendly gaming community by offering access to helpful guides, exclusive leaks, and interactive events through its blog and Discord channel, helping players enhance their overall gaming journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; on the lootbar trading platform, begin by signing into your LootBar account; if you&rsquo;re new, create an account first.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, navigate to the Home page, then locate the Top-up section, and choose LW: Survival from the options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Browse through the available Hot Package sets offered for Last War: Survival, pick the package you prefer, and hit the Top-up now button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Proceed by choosing your desired payment method among the listed options, then confirm your choice by clicking Pay Now.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After your payment is successful, provide the necessary account details and password so the platform can deliver your Hot Package and finalize your last war top up process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(58, 180, '', 'Blizzard Patch 2.4.0 &ndash; Season 10 Hotfix &amp; Updates', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Blizzard has released patch 2.4.0 along with Season 10! Find out all the details about the initial hotfix now live on the servers, only on Maxroll.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be sure to explore the comprehensive Season 10 FAQ, expertly compiled by Wudijo, to stay informed about all the updates and changes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68d1deb83ccaa434c5c2ebd26OBeD1J303&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68d1deb83ccaa434c5c2ebd26OBeD1J303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;900&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players may have noticed that legendary items now drop at a more balanced rate across different levels and difficulty settings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This adjustment aims to create a fairer and more engaging gameplay experience by ensuring consistency in loot distribution.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Season 10 begins, we are excited to introduce a series of updates through the season&#039;s compendium, bringing fresh content and mechanics to enhance your adventure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Our primary focus is to refine build guides, incorporating the latest item changes, new features, and gameplay mechanics introduced in this season.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;We are actively working on additional improvements for D4planner to help you strategize more effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with us by joining our Discord community, where you can receive real-time updates on development progress and share your season 10 experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Don&#039;t forget to visit our YouTube channel for tutorials, highlights, and more content to elevate your Diablo 4 journey!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Diablo 4 Gold: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diablo 4 gold serves as the essential premium currency in Diablo 4, enabling players to purchase valuable equipment, upgrade their gear, and obtain various in-game items to enhance their characters. While gold can be gradually accumulated through gameplay, many players choose to obtain &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap diablo 4 gold&lt;/a&gt; by topping up on reputable game trading platforms such as MMOGAH, IGGM, or G2G, which offer a fast and secure way to boost your in-game wealth. Acquiring gold this way allows you to skip the tedious grind and focus on exploring the game&rsquo;s dark world and mastering its challenges with ease.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Diablo 4 Gold on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their Diablo 4 gold, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg stands out as a trusted destination for players who want to &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diablo 4 buy gold&lt;/a&gt; thanks to its professional approach and secure transaction system. With advanced safety measures and a user-friendly interface, players can confidently purchase game currency without worrying about account security or complicated processes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar is its competitive pricing structure. Players searching for the &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheapest diablo 4 gold&lt;/a&gt; will find that lootbar.gg frequently offers attractive discounts, including special promotions and regular deals that make gold more affordable than ever. In addition, customers benefit from a variety of payment options, making it easy to choose the most convenient way to complete their purchase, regardless of location.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar ensures a smooth and responsive customer experience with 24/7 online support. This means that any questions or concerns related to diablo 4 buy gold can be resolved swiftly by a dedicated team. With its combination of reliability, low prices, and excellent service, lootbar.gg is the ideal choice for gamers who want to maximize their Diablo 4 adventure.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Diablo 4 Gold on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Diablo 4&lt;/a&gt; Gold on the Lootbar trading platform, simply follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official Lootbar website by entering &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;/ in your browser.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the &quot;Game&quot; section in the header and choose Diablo 4 from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick your desired server type, either Softcore or Hardcore, and specify the amount of Diablo 4 Gold you want to purchase before clicking the &quot;Buy now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCarefully enter your Diablo 4 game ID to ensure the gold is delivered to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your preferred payment option from the available methods and click on &quot;Pay Now&quot; to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter completing your payment, your Diablo 4 Gold will be credited to your in-game account, allowing you to enjoy your enhanced gaming experience immediately.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; height=&quot;497&quot; src=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(59, 181, '', 'Fortnite Springfield Event: Simpsons Tomato Challenge Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02edd50f76032a30e479d3amqMVI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02edd50f76032a30e479d3amqMVI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Fortnite&#039;s current Battle Royale mode, players find themselves in Springfield, thanks to a special event featuring The Simpsons. This limited-time mash-up allows fans to explore renowned Springfield landmarks within the game until late November.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout this period, numerous weekly challenges are themed around The Simpsons, encouraging players to explore the town and locate specific spots to earn rewards. One of the latest quests involves finding tomatoes scattered around Springfield and traveling a distance of 500 meters while under their influence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete this challenge, players should first gather tomatoes from designated areas. Once collected, consuming a tomato will grant a temporary effect that boosts health. With the effect active, players need to move around the map, ensuring they cover at least 500 meters. This can be achieved by walking, running, or using in-game transportation, all while the tomato&#039;s effect remains active. Planning your route to maximize distance covered during this period will help you successfully finish the quest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02f1c4d2ff910091925diH1iAjjW03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02f1c4d2ff910091925diH1iAjjW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To locate tomatoes in Fortnite, players should visit Cletus&#039;s farm, which is situated in the northwest corner of the map. Cletus is known as Springfield&#039;s leading tomato grower, making his farm the prime spot for finding these vegetables.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While striking the tomato plants with a pickaxe will cause them to break, this action does not yield any tomatoes. Instead, players need to look for baskets scattered around the farm area, typically placed among the crops.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interacting with these baskets is the only way to collect tomatoes, as they contain the items players are searching for. Exploring Cletus&rsquo;s farm and engaging with the baskets is essential for gathering tomatoes efficiently during gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d02f4ba25049d0ad63ee4RxFcqxTL03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d02f4ba25049d0ad63ee4RxFcqxTL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During Fortnite&#039;s weekly challenges, players are required to cover a distance of 500 meters while under the influence of tomatoes. You may have observed that Cletus&#039;s tomato fields appear to emit a radioactive glow. Despite their appearance, these tomatoes currently do not grant any special effects other than restoring 10 HP to the player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, a recent animated short featuring The Simpsons revealed that Springfield&#039;s water supply is expected to be contaminated with a Zero Point shard in the upcoming Fortnite update. As a result, players won&#039;t be able to complete this particular quest right now. They will need to wait until the next scheduled downtime on November 19 to try again.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the in-game currency that allows players to purchase cosmetic items like skins, emotes, and the Battle Pass, enhancing their experience with unique looks and animations. Players can obtain Fortnite V-Bucks by topping up through popular game trading platforms such as G2G, Eneba, and OffGamers. These platforms offer convenient and secure ways to add V-Bucks to your account, ensuring you always have enough for the latest in-game items. Acquiring Fortnite V-Bucks through these services is a popular choice for players looking to personalize their gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their purchase. lootbar.gg offers a secure and professional environment for game transactions, ensuring that every top-up is protected by robust security measures. The platform supports multiple payment methods, making it convenient for users around the world to complete their purchases with ease. Additionally, lootbar provides 24/7 online customer service, so any questions or issues can be resolved quickly, enhancing the overall experience for gamers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of lootbar is its commitment to offering competitive prices and attractive discounts. Players can enjoy up to 19% off when they buy Fortnite V-Bucks on lootbar, thanks to regular promotions and tiered discount rates. With support for over 60 popular games, lootbar.gg is a versatile solution for gamers seeking affordable and reliable game top-ups. The platform&rsquo;s emphasis on customer satisfaction and global accessibility makes it a top choice for anyone looking to buy Fortnite V-Bucks efficiently and securely.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Select your preferred language and currency, then log in to your account. Once logged in, navigate to the Home page and look for Fortnite under the Top-Up section. Enter your Player ID as prompted by the top-up instructions to ensure your V-Bucks are credited to the correct account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide how many V-Bucks you want to purchase and click on the &ldquo;Top-up Now&rdquo; button. You&rsquo;ll then be directed to choose your preferred payment method from the available options. Complete the transaction by clicking &ldquo;Pay Now.&rdquo; After your payment is processed, your Fortnite V-Bucks will be delivered to your account within a few minutes, allowing you to enjoy your new in-game currency and make the most of your Fortnite experience.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(60, 182, '', 'Guild Wars 2 Outage: Missing Items &amp; Recovery Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5442ca5a6c9f1dc06f46qEHK69Lj03&quot; height=&quot;229&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5442ca5a6c9f1dc06f46qEHK69Lj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Online gaming platforms often face a series of problematic terms that signal trouble ahead. Words like &quot;outage,&quot; &quot;missing,&quot; and &quot;unexpected&quot; tend to spell trouble, especially when combined, indicating escalating issues. Recently, players of Guild Wars 2 experienced this firsthand following an unexpected service disruption that led to many losing access to their in-game items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The situation appeared dire at first, but there is a hopeful outlook. Gaile Gray, the game&#039;s communications manager, reassured the community through official forums that the issue was likely temporary. She advised players to continue playing for about an hour after the outage, as most missing items and currency should reappear during this period. For those still facing issues afterward, customer support is available to assist in resolving the problems.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, NCsoft, the publisher behind Guild Wars 2, has been dealing with larger network challenges. Several of their titles, including WildStar and Blade &amp;amp; Soul, experienced additional outages and login difficulties overnight. These disruptions are believed to be caused by Distributed Denial of Service (DDoS) attacks, which continue to impact the stability of their online services.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Blade &amp;amp; Soul NEO Divine Gems and Why They&#039;re Essential for Players?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; serve as the essential in-game currency in Blade &amp;amp; Soul NEO, enabling players to upgrade weapons, acquire exclusive outfits, and obtain rare consumables that boost their characters&rsquo; capabilities. These gems play a crucial role in advancing through challenging content and personalizing your character&rsquo;s appearance. Players can conveniently obtain Blade &amp;amp; Soul NEO Divine Gems by topping up through various reputable game trading platforms such as MmoGah, G2G, and IGVault, making it easy to enhance their gaming experience. Investing in BNS NEO Divine Gems ensures quicker progression and access to premium in-game content.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why choose LootBar.gg to buy Blade &amp;amp; Soul NEO divine gems?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Blade &amp;amp; Soul NEO Divine Gems, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. Lootbar.gg stands out as an excellent choice for those who want to &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy BNS Gems&lt;/a&gt;, thanks to its commitment to providing secure, efficient, and customer-focused services. With lootbar.gg, users benefit from regular discounts and competitive pricing, especially during special events, allowing them to maximize their in-game purchases without overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to attractive pricing, lootbar ensures every transaction is protected with advanced encryption and strict data security measures, guaranteeing that all payments and personal information remain confidential. This level of security allows players to Buy BNS Gems with peace of mind, knowing their transactions are both safe and legal. Moreover, the platform is renowned for its quick delivery system, ensuring that players receive their Blade &amp;amp; Soul NEO Divine Gems promptly, so they can enhance their gaming experience without unnecessary delays.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another notable advantage of lootbar.gg is its exceptional customer support, available 24/7 to assist users with any questions or issues related to their purchases. Whether you need assistance with buying Blade &amp;amp; Soul NEO Divine Gems or have inquiries about other supported games, lootbar&rsquo;s professional and considerate team is always ready to help. This comprehensive approach makes lootbar a top choice for gamers seeking a trustworthy and efficient platform to Buy BNS Gems and enjoy their favorite titles to the fullest.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Steps for Blade &amp;amp; Soul NEO Divine Gems purchase on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; on the lootbar trading platform, start by visiting the official LootBar website and selecting your desired language and currency for a smoother purchasing experience. Next, you&#039;ll need to either log in to your existing LootBar account or create a new one if you haven&rsquo;t registered yet. Once logged in, navigate to the Game Coins section from the homepage and find Blade &amp;amp; Soul NEO Divine Gems among the listed options. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After locating Blade &amp;amp; Soul NEO Divine Gems, choose the specific amount you wish to purchase, and then click the Buy Now button. You will be prompted to select a payment method that suits you, and upon confirming the details, click Pay Now to finalize your payment. Following the transaction, upload an image of your relevant item as instructed, and then check the game to ensure the Divine Gems have been credited to your account. This seamless process makes it easy to Buy Blade &amp;amp; Soul NEO Divine Gems and quickly enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; height=&quot;605&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(61, 183, '', 'Genshin Impact Jahoda Guide &ndash; New Anemo Bow Healer', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54dfefda918efac8acc8yabBG4uw03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54dfefda918efac8acc8yabBG4uw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the latest update for Genshin Impact, players are introduced to Jahoda, a new 4-star character wielding an anemo bow. She is scheduled to debut in version 6.2, adding to the roster of versatile anemo healers. Each region in Teyvat seems to have its standout star&mdash;Kaveh captured attention in Sumeru, while Ororon made waves in Natlan. For the upcoming version in NuoKrai, the spotlight is on Jahoda, an energetic member of the Curatorium of Secrets. Her lively and resilient personality has quickly won fans, making her a prominent figure in the evolving storyline of version 6.0.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54e3bf203f1f5b873afdeIgJt7fx03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54e3bf203f1f5b873afdeIgJt7fx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent data mining has shed light on Jahoda&rsquo;s role in Genshin Impact, revealing her as a versatile support character with unique team benefits. Although details were scarce before the beta for version 6.2, it&rsquo;s now known that she functions primarily as a group healer, offering elemental bonuses tailored to the most prevalent element among allies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In situations where elements are evenly distributed, Jahoda&rsquo;s buffs follow a specific priority order: pyro takes precedence, followed by hydro, electro, and cryo. This design aims to maximize her effectiveness based on team composition. Some theorycrafters have likened her to Sucrose, suggesting she could synergize well with Nefer teams, adding strategic depth to team setups.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jahoda is classified as a four-star female character wielding an anemo element and a bow. Her constellation is named &ldquo;Fragum.&rdquo; Genshin Impact officially announced her as a playable character on October 24, 2025, but her actual release is scheduled for December 3, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming version 6.2 update is expected to feature banners for characters like Duran, Venti, Xilonen, and Varesa. It remains uncertain whether Jahoda will appear in the initial or later phase of the update, so players are advised to conserve their primogems and stay tuned to developer livestreams for more information.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While four-star characters generally aren&rsquo;t the main focus for pulls, the banners in version 6.2 present some compelling reasons to consider obtaining Jahoda&rsquo;s constellations. Duran, a rare five-star pyro support, sees a significant buff in this update, and Venti is rumored to receive a major overhaul including a new signature weapon. Additionally, Xilonen is regarded as one of the best universal supports currently in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Given these factors, investing in a few constellations for Jahoda during this update can be a worthwhile strategy, especially for players planning to pursue Columbina in version 6.3. Preparing wishes in advance will ensure readiness to capitalize on her potential when she becomes available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54e855a5a631a599514fmarB3SGX03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54e855a5a631a599514fmarB3SGX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Details about Columbina&rsquo;s gameplay remain scarce, yet she is anticipated to complete the roster for numerous Nod-Krai teams in Genshin Impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who have already begun building their Nod-Krai lineup are advised to save their Primogems accordingly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming update, Version 6.2, is scheduled to go live on December 3, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, fans won&rsquo;t be able to access the Moon Maiden of Nod-Krai until the latter part of January, giving them some time to prepare.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, primarily used to acquire valuable items such as character wishes, exclusive outfits, and other in-game resources. Players looking to obtain Genesis Crystals can purchase them by topping up through official game trading platforms like the Genshin Impact website or authorized payment partners. This allows users to quickly boost their collection and enjoy enhanced content within the game. By using real-world money, players gain immediate access to these crystals for a more customizable gameplay experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Genesis Crystals for Genshin Impact, they may want to consider using the lootbar game trading platform. As a dedicated &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up shop genshin&lt;/a&gt; fans trust, &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; offers a seamless and secure process for &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt;, ensuring that all transactions are processed through miHoYo&#039;s official channels. This guarantees the safety of your account and the authenticity of your Genesis Crystals.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of choosing lootbar.gg for your &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up genshin&lt;/a&gt; needs is the exceptional value offered. Players can enjoy exclusive promotions, such as receiving double the amount of Genesis Crystals with each purchase, maximizing the benefits with every transaction. Additionally, lootbar.gg provides competitive pricing&mdash;when purchasing large bundles like 6480 Genesis Crystals*4, users can save a significant amount compared to standard prices, and complete their purchase with just one convenient payment. This combination of security, value, and convenience makes lootbar.gg an excellent choice for any Genshin Impact player looking to enhance their in-game experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genshin&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and logging into your account after setting your preferred language and currency.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top up section on the site.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFrom the list of games, select Genshin Impact as the game you wish to top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the desired quantity of Genesis Crystal you want to purchase and proceed by clicking the &#039;Buy Now&#039; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Genshin Impact UID and pick the correct server to ensure your top up Genshin is credited to the right account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nConfirm your details, select your payment method, and complete the payment to finalize your Genesis Crystal top up.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(62, 184, '', 'Microsoft June Security Update &ndash; Windows Vulnerabilities Fixed', '&lt;p&gt;Microsoft&#039;s June Security Update Tackles Widespread Windows Vulnerabilities&lt;/p&gt;\n&lt;p&gt;In a significant departure from recent months of relative stability, Microsoft has released an extensive security update addressing numerous critical issues across Windows platforms and Internet Explorer 8.&lt;/p&gt;\n&lt;p&gt;The June update package targets 31 vulnerabilities, with Microsoft engineers highlighting 14 flaws they believe could be exploited within the next month. This marks one of the largest security updates in recent months.&lt;/p&gt;\n&lt;p&gt;During today&#039;s announcement, Microsoft Security Response Center engineers seemed particularly concerned about a critical remote code execution vulnerability affecting Windows 2000 Server with Service Pack 4 running as domain controllers with LDAP services. Despite being disclosed internally last October, the vulnerability was privately reported and has not been exploited in the wild.&lt;/p&gt;\n&lt;p&gt;&quot;This vulnerability presents a high-priority patching scenario given its network vulnerable-by-default configuration through LDAP services,&quot; explained one security engineer during the briefing.&lt;/p&gt;\n&lt;p&gt;Also notable in this update is the first cumulative security patch for Internet Explorer 8, addressing issues identified during the CanSecWest security conference. During the conference&#039;s &quot;Pwn2Own&quot; competition, security researchers successfully compromised a Sony VAIO running pre-release versions of IE8 and Windows 7.&lt;/p&gt;\n&lt;p&gt;The vulnerability&#039;s severity varies by operating system, with Windows XP users facing the highest risk level. While Windows Vista offers some protection through Address Space Load Randomization (ASLR) and Data Execution Prevention (DEP), the Windows 7 Release Candidate appears equally vulnerable as XP according to Microsoft&#039;s exploitability index ratings.&lt;/p&gt;\n&lt;p&gt;With Windows 2000 Server approaching end-of-support in approximately five weeks, administrators are strongly encouraged to prioritize these updates, particularly for systems running critical infrastructure services.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various restrictions imposed by governments, regions, or Internet Service Providers. These virtual private networks provide a secure tunnel that masks users&#039; real IP addresses, allowing them to bypass geo-restrictions while maintaining privacy and anonymity when accessing adult content. Porn unblocked through VPN services not only offers access to otherwise restricted sites but also protects users from potential surveillance, bandwidth throttling, and security vulnerabilities, especially when browsing on public Wi-Fi networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted adult content, such as unblocking porn sites that are geo-blocked in your area, SafeShell VPN provides an effective solution. Beyond simply granting access, it ensures your browsing remains private and secure while bypassing these restrictions, offering peace of mind alongside freedom of access.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN delivers significant advantages for users aiming to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; securely. Its innovative App Mode allows seamless access to geo-restricted adult content from multiple regions simultaneously without constant server switching. Combined with the exclusive ShellGuard protocol, it provides undetectable, military-grade encryption, shielding your activity from ISPs or surveillance. Furthermore, enjoy consistently fast speeds ideal for streaming without buffering, and protect up to five devices at once&mdash;including computers, phones, and streaming devices&mdash;ensuring comprehensive security and access across all your platforms.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing porn content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, enable the App Mode within the application to maximize your access options. Then, browse through the available server locations and choose a region where the desired content is accessible. Finally, connect to the selected server and enjoy unrestricted browsing with complete privacy, ensuring your identity remains protected while viewing adult content from any region.&lt;/p&gt;', 9, 'game'),
(63, 185, '', 'Netflix New Releases: Top 23 Titles This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e565a16507cc2209d5101vDmhf3bg03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e565a16507cc2209d5101vDmhf3bg03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix New Releases&lt;/h3&gt;\n&lt;p&gt;Netflix Expands Library with 23 Fresh Titles This Week: My Personal Recommendations&lt;/p&gt;\n&lt;p&gt;Among the wealth of new content arriving on Netflix this week, several standout additions deserve special attention from subscribers looking for their next binge-worthy experience.&lt;/p&gt;\n&lt;p&gt;Topping my recommendations is the compelling two-part documentary &quot;AKA Charlie Sheen,&quot; which offers an intimate look at the controversial actor&#039;s tumultuous journey through Hollywood. With candid interviews featuring Sheen himself alongside industry colleagues, this documentary promises an unfiltered examination of his meteoric rise and subsequent public struggles.&lt;/p&gt;\n&lt;p&gt;Rom-com enthusiasts should keep an eye out for &quot;The Wrong Paris,&quot; starring Miranda Cosgrove. This charming original follows a Texan artist named Dawn who participates in a dating show supposedly set in the City of Lights, only to discover she&#039;s been transported to Paris, Texas instead of France&mdash;creating a perfect setup for both comedy and unexpected romance.&lt;/p&gt;\n&lt;p&gt;The streaming giant&#039;s substantial content refresh comes at an ideal time for subscribers seeking fresh entertainment options as fall approaches. With nearly two dozen new titles spanning various genres, there&#039;s something to satisfy virtually every viewing preference this week.&lt;/p&gt;\n&lt;p&gt;Netflix continues its strategy of balancing original productions with acquired content, ensuring the platform remains competitive in the increasingly crowded streaming landscape. Remember to check what&#039;s departing the service this week to catch any must-watch titles before they disappear.&lt;/p&gt;\n&lt;p&gt;For a complete overview of September&#039;s offerings and recommendations on current trending series worth your time, the Netflix content calendar provides a helpful roadmap to navigate this month&#039;s entertainment options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68b38be62342969119ef561823PkekI803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68b38be62342969119ef561823PkekI803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the comedy &quot;The Wrong Paris,&quot; Miranda Cosgrove takes on the role of Dawn, a talented artist from Texas who dreams of studying in Paris. Faced with financial hurdles, her chance to move to the French capital seems out of reach&mdash;until her friend suggests a daring plan.&lt;/p&gt;\n&lt;p&gt;The solution? Join &quot;The Honeypot: Paris,&quot; a dating reality show filmed in Paris. If Dawn secures a spot on the show, she&rsquo;ll get to live in Paris without the expenses.&lt;/p&gt;\n&lt;p&gt;However, things take an unexpected turn after a long nine-hour flight. Dawn discovers she&rsquo;s not heading to Paris, France, but rather to Paris, Texas&mdash;just a few miles from home. To add to the surprise, the charming cowboy she met earlier, Pierson Fod&eacute;&rsquo;s character, turns out to be the show&rsquo;s eligible bachelor.&lt;/p&gt;\n&lt;p&gt;While the movie&rsquo;s overall reception remains uncertain, its quirky premise promises a lighthearted and entertaining experience. Fans of romantic comedies and fun twists might find this film worth a watch.&lt;/p&gt;\n&lt;p&gt;Available to stream on Netflix starting September 12.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e56603be907444763ca8fpLEevXSv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e56603be907444763ca8fpLEevXSv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Charlie Sheen&#039;s life has been nothing short of extraordinary, marked by fame, controversy, and resilience. As the son of renowned actor Martin Sheen and sibling to Emilio Estevez, his path to stardom seemed inevitable. Throughout the 1980s, Sheen established himself as a leading man in Hollywood, eventually reaching the heights of television fame with &quot;Two and a Half Men,&quot; where he reportedly earned over a million dollars per episode.&lt;/p&gt;\n&lt;p&gt;subscribe to Tom&#039;s Guide for the latest updates, reviews, and exclusive deals delivered straight to your inbox.&lt;/p&gt;\n&lt;p&gt;Stay informed with breaking news, expert reviews, and special offers from trusted brands. By subscribing, you agree to our terms and privacy policy, and confirm you&#039;re over 16 years old.&lt;/p&gt;\n&lt;p&gt;However, Sheen&#039;s career faced a dramatic decline amid relentless media scrutiny, tumultuous relationships, and struggles with substance abuse. This turbulent period led to a significant fall from grace, impacting his public image profoundly.&lt;/p&gt;\n&lt;p&gt;In recent years, Sheen has committed to sobriety and personal recovery. His documentary, &quot;Aka Charlie Sheen,&quot; offers an honest and intimate perspective on his past challenges and the journey toward redemption. Don&#039;t miss this revealing two-part series.&lt;/p&gt;\n&lt;p&gt;watch on Netflix starting September 10&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e5663ad80cd0bfac3afbaoXD3PIj103&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e5663ad80cd0bfac3afbaoXD3PIj103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Upcoming Boxing Showdown&lt;/h3&gt;\n&lt;p&gt;Kimmie&rsquo;s Power Shift&lt;/p&gt;\n&lt;p&gt;Love Is Blind: Over 50&lt;/p&gt;\n&lt;p&gt;Set your calendar for an explosive September showdown when boxing titans collide in Las Vegas.&lt;/p&gt;\n&lt;p&gt;Terence Crawford enters the ring as WBA light middleweight champion, having previously achieved undisputed status in another division.&lt;/p&gt;\n&lt;p&gt;Facing him is the formidable Canelo &Aacute;lvarez, reigning undisputed super middleweight king with a 63-2-2 record including 39 brutal knockouts.&lt;/p&gt;\n&lt;p&gt;This historic encounter guarantees fireworks as both warriors risk their legacies for ultimate supremacy.&lt;/p&gt;\n&lt;p&gt;Crawford&#039;s technical brilliance presents a fascinating counterpoint to Canelo&#039;s devastating power and championship pedigree.&lt;/p&gt;\n&lt;p&gt;Regardless of predictions, this clash demands attention as one of 2024&#039;s premier sporting spectacles.&lt;/p&gt;\n&lt;p&gt;Experience every punch live exclusively via Netflix streaming at 9 p.m. ET on September 13.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e56651170d2af973857db63NKBIWs03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e56651170d2af973857db63NKBIWs03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Season 2 throws the world of &lt;em&gt;Beauty in Black&lt;/em&gt; into disarray.&lt;/p&gt;\n&lt;p&gt;Kimmie, once navigating life as a sex worker, now holds the reins of the prestigious Bellaire beauty empire.&lt;/p&gt;\n&lt;p&gt;Horace Bellaire&#039;s unexpected decision places sole ownership squarely in her hands.&lt;/p&gt;\n&lt;p&gt;This seismic shift instantly turns the powerful Bellaire family against their new, unlikely leader.&lt;/p&gt;\n&lt;p&gt;Portrayed by Taylor Polidore Williams, Kimmie must now defend her position fiercely.&lt;/p&gt;\n&lt;p&gt;Her mission: elevate the beauty brand while simultaneously battling hostile Bellaires determined to reclaim what they see as theirs.&lt;/p&gt;\n&lt;p&gt;Crystle Stewart&#039;s Mallory, whose path fatefully intertwined with Kimmie&#039;s in Season 1, remains central to the unfolding family drama.&lt;/p&gt;\n&lt;p&gt;The clash between Kimmie&#039;s past and her powerful present defines the new season&#039;s tension.&lt;/p&gt;\n&lt;p&gt;Catch the escalating conflict and power struggles when the series returns to Netflix on September 11.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e566816507cc2209d51b3AOGH86rf03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e566816507cc2209d51b3AOGH86rf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Many Netflix fans are already familiar with the captivating reality series &quot;Love Is Blind,&quot; where the concept of dating is turned upside down. Participants communicate and form connections without ever seeing each other, with the ultimate goal of tying the knot.&lt;/p&gt;\n&lt;p&gt;The franchise has expanded beyond its original format, with &quot;Love Is Blind: Brazil&quot; standing out as a notable adaptation. This version features a unique twist: all contestants are over 50, adding a fresh perspective to the age-defying love stories.&lt;/p&gt;\n&lt;p&gt;Prepare for a new take on romance as this special season premieres soon.&lt;/p&gt;\n&lt;p&gt;Watch on Netflix starting September 10.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e566b651be0a815f255fcchxXwCtr03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e566b651be0a815f255fcchxXwCtr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix New Releases Overview&lt;/h3&gt;\n&lt;p&gt;Discover a fresh chapter in the &quot;Love is Blind&quot; saga as &quot;Love is Blind: France&quot; premieres soon, bringing the popular dating experiment to a new cultural backdrop.&lt;/p&gt;\n&lt;p&gt;Set in France, this season introduces 30 singles eager to find love without ever seeing their potential partner face-to-face.&lt;/p&gt;\n&lt;p&gt;The show promises the same heartfelt connections and surprising twists that fans have come to love, all set against the charming French scenery.&lt;/p&gt;\n&lt;p&gt;Catch the debut of &quot;Love is Blind: France&quot; on Netflix starting September 10.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss this exciting new installment that explores love in a whole new language and environment.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e566e55a5a631a5996764xLkLIVoB03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e566e55a5a631a5996764xLkLIVoB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix Expands Library with Fresh Content: My Top Recommendations&lt;/p&gt;\n&lt;p&gt;Netflix continues to cement its position as a premier streaming platform by regularly refreshing its content library with diverse offerings spanning multiple genres and formats.&lt;/p&gt;\n&lt;p&gt;This week&#039;s additions bring an exciting mix of comedy, drama, documentaries, and family entertainment to subscribers worldwide.&lt;/p&gt;\n&lt;p&gt;Among the most anticipated releases is Jordan Jensen&#039;s debut stand-up special &quot;Take Me With You,&quot; where she fearlessly tackles topics like femininity struggles and the uncomfortable realities of human existence. Jensen&#039;s raw perspective promises a refreshing take on comedy that doesn&#039;t shy away from life&#039;s awkward truths.&lt;/p&gt;\n&lt;p&gt;For documentary enthusiasts, &quot;AKA Charlie Sheen&quot; offers an unprecedented look at the controversial actor&#039;s journey through fame and recovery, featuring candid reflections on his highly publicized past with newfound sobriety and perspective.&lt;/p&gt;\n&lt;p&gt;International content continues to thrive with several compelling additions. &quot;The Dead Girls&quot; from Mexico explores the dark empire built by the Baladro sisters in 1960s Mexico, while &quot;Maledictions&quot; from Argentina presents a governor&#039;s harrowing choice between political ambition and family when his child disappears.&lt;/p&gt;\n&lt;p&gt;Family viewers haven&#039;t been forgotten, with &quot;Dr. Seuss&#039;s Red Fish, Blue Fish&quot; bringing the beloved characters to life in a colorful adventure perfect for younger audiences.&lt;/p&gt;\n&lt;p&gt;Reality TV fans can enjoy new seasons of the popular &quot;Love is Blind&quot; franchise, with both Brazil and France editions offering fresh perspectives on the experimental dating format. The Brazil edition notably features participants over 50, demonstrating that romance knows no age limits.&lt;/p&gt;\n&lt;p&gt;Sports enthusiasts should mark their calendars for September 13, when the platform will livestream the highly anticipated boxing match between Canelo &Aacute;lvarez and Terence Crawford from Las Vegas.&lt;/p&gt;\n&lt;p&gt;While these new additions enrich the platform, subscribers should note some notable departures, including the critically acclaimed &quot;Mad Max: Fury Road&quot; and all five seasons of &quot;Greenleaf.&quot;&lt;/p&gt;\n&lt;p&gt;With this diverse array of new content, Netflix continues to provide something for virtually every viewer preference, reinforcing why it remains a dominant force in the streaming landscape.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Insights by Malcolm&lt;/h3&gt;\n&lt;p&gt;Malcolm McMillan brings bold opinions to his role as a Streaming Editor at Tom&#039;s Guide.&lt;/p&gt;\n&lt;p&gt;He joined the team in 2022 and has focused on dissecting streaming movies and shows since 2023.&lt;/p&gt;\n&lt;p&gt;Never afraid of controversy, he famously ranks &quot;John Wick&quot; among cinema&#039;s absolute elite.&lt;/p&gt;\n&lt;p&gt;His recent buzz covers a diverse mix of upcoming hits and current series.&lt;/p&gt;\n&lt;p&gt;A chilling first trailer for Netflix&#039;s major new thriller recently captured his attention.&lt;/p&gt;\n&lt;p&gt;He also highlights Steve Agee discussing fresh dynamics in &#039;Peacemaker&#039; season 2.&lt;/p&gt;\n&lt;p&gt;While noting &#039;Upload&#039;s fourth season felt uneven, he advises Prime Video fans to stream it regardless.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a virtual private network service specifically used to bypass geographical restrictions imposed by the streaming platform. By connecting through a server in another country, this tool enables viewers to unlock and access Netflix libraries and exclusive content only available in those specific regions. It essentially allows users to overcome geo-blocks and explore a wider range of shows and movies than what is offered in their home location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service is renowned for its ability to successfully unblock Netflix, providing users with reliable access to a vast array of international streaming libraries. SafeShell VPN&rsquo;s high-speed servers are specifically optimized for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, ensuring smooth, buffer-free streaming with high-definition quality. Additionally, its support for multiple devices allows users to enjoy seamless connectivity across various platforms such as Windows, macOS, iOS, Android, and more, making it convenient to watch content anytime, anywhere.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN offers features like the exclusive App Mode, which enables users to unlock and enjoy content from multiple regions simultaneously, broadening entertainment options. Its lightning-fast speeds eliminate buffering and throttling issues, delivering an enhanced streaming experience. With top-level security through its proprietary ShellGuard protocol, users can browse privately without concerns over data breaches. The flexible free trial plan also allows new users to test its capabilities risk-free, making SafeShell VPN an excellent choice for those seeking a stable, secure, and efficient way to enjoy Netflix unblocked.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To access regional Netflix libraries using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow these straightforward steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAcquire a SafeShell Netflix VPN subscription by visiting their official website and selecting a suitable plan\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your device&rsquo;s operating system from their platform\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application, then launch it and log into your account using your credentials\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode within the SafeShell VPN interface for optimal streaming performance\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server list and choose a location corresponding to your desired Netflix region\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the selected VPN server and wait for confirmation of a secure tunnel\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix through your browser or application and enjoy unrestricted access to geo-specific content\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The entire process ensures seamless access to global Netflix libraries through SafeShell VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(64, 186, '', 'Pok&eacute;mon TCG Pocket: Parallel Foil Cards Outbreak Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A special event has recently taken over Pok&eacute;mon TCG Pocket, bringing a thrilling surge of parallel foil cards from the Deluxe Pack EX set. This phenomenon is known as the Parallel Foil Cards Outbreak, offering players a chance to acquire exclusive and rare cards through a series of engaging wonder pick opportunities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The event kicks off on October 24, 2025, and runs until October 30, 2025, providing a limited window for collectors and players alike to maximize their gains. During this period, each time players update their wonder pick in-game, they may encounter new bonus or rare card options. Bonus picks are available free of charge, while rare picks require spending 3 wonder stamina.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can expect to discover a diverse array of deluxe pack ex parallel foil cards, categorized by rarity and special features. Notable cards include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGardevoir [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGreninja [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSerperior [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZeraora [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNihilego [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLucario [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMagearna [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFlareon [&diams;&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nManaphy [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCharmeleon [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMonferno [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCosmoem [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMachoke [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOricorio (Psychic type) [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHaunter [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPheromosa [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKakuna [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSabrina Supporter [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCyrus Supporter [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLillie Supporter [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRare Candy Item [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPok&eacute;mon Communication Item [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSudowoodo [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTinkatuff [&diams;&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFarfetch&rsquo;d [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRiolu [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGolbat [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSneasel [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRowlet [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKartana [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEevee (Eevee Grove variant) [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTorkoal [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGrowlithe [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrionne [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChinchou [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMisdreavus [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPikachu (Genetic Apex Pikachu variant) [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPhanpy [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCubone [&diams;]\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMagikarp [&diams;]\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s important to note that these wonder picks are time-sensitive and will expire once the event concludes. To make the most of this opportunity, players are encouraged to check their wonder picks frequently and claim their desired cards promptly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, a set of missions will be available throughout the event, offering further incentives and rewards to participate actively. Stay vigilant and enjoy this exciting chance to enhance your collection with some of the most sought-after parallel foil cards from the Deluxe Pack EX set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54a97181d5fa23c60047GP57C5UP03&quot; height=&quot;148&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54a97181d5fa23c60047GP57C5UP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute; Gold serves as the primary currency in &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket&lt;/a&gt;, allowing players to buy valuable items, restore stamina, and access exclusive content such as rare cards and unique covers, thereby enhancing the overall gameplay experience. Players looking to acquire Pok&eacute; Gold can conveniently top up through various trading platforms, including Lootbar.gg, which is known for its dedicated customer support. With Pok&eacute; Gold, enthusiasts of the Pokemon Trading Card Game Pocket can expand their collections and enjoy additional in-game benefits that aren&rsquo;t available through regular play. This makes Pok&eacute; Gold an essential resource for anyone aiming to get the most out of their Pokemon TCG Pocket adventures.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Pok&eacute; Gold for their adventures in the Pok&eacute;mon Trading Card Game Pocket, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;, the trusted game trading platform. This platform stands out as a preferred choice for &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold buy&lt;/a&gt;, thanks to its excellent combination of affordability, security, and user-friendly services.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of lootbar.gg is its commitment to low prices and frequent special discounts, allowing users to get more value when topping up their Pok&eacute; Gold. In addition to saving money, players can rest assured that every transaction is 100% secure. The platform utilizes advanced encryption technology and rigorous data protection protocols, ensuring that all payments and personal information remain confidential and safe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar.gg also excels in customer care and efficiency. With a dedicated 24/7 customer support team, users can receive immediate assistance with any inquiries or issues related to their Pok&eacute;mon TCG Pocket recharge. Moreover, the platform guarantees quick delivery, promising that Pok&eacute; Gold will be credited to accounts within just three minutes. These benefits make lootbar.gg a reliable and convenient solution for players seeking a seamless Pok&eacute; Gold buy experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Pocket Pok&eacute; Gold top up&lt;/a&gt; on the lootbar trading platform, follow these simple steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official Lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Pok&eacute;mon TCG Pocket top up section from the homepage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide the amount of Pok&eacute; Gold you wish to buy and click the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Login Account, Password, and Character Name as requested, and follow the on-screen instructions.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your desired payment method from the available options, complete any required details, and then click &quot;Pay Now&quot; to finalize the purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter your payment is processed and the order is confirmed, the Pok&eacute; Gold will be delivered to your game account within a few minutes, allowing you to enjoy enhanced gameplay in Pok&eacute;mon TCG Pocket.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(65, 187, '', 'Is It Cake? Holiday &ndash; Festive Baking Showdown Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e552fca5a6c9f1dc07e27uZKSDC4003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e552fca5a6c9f1dc07e27uZKSDC4003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Holiday Cake Showdown&lt;/h3&gt;\n&lt;p&gt;Exciting news for dessert enthusiasts and holiday fans alike: a special seasonal edition of the popular baking showdown, &lt;em&gt;Is It Cake? Holiday&lt;/em&gt;, is set to premiere on November 28. &lt;/p&gt;\n&lt;p&gt;This festive installment brings a twist to the usual format, with contestants crafting intricate edible illusions that mimic traditional winter symbols. From shimmering ice skates to decorative wreaths and charming nutcrackers, each creation aims to fool the eye as well as delight the taste buds.&lt;/p&gt;\n&lt;p&gt;Celebrity judges will once again put their perception skills to the test, discerning which dazzling displays are genuine confections and which are clever copies made from fondant and other edible materials. Over the course of four engaging episodes, viewers will be treated to a parade of holiday-themed masterpieces, showcasing the artistry and ingenuity of the bakers as they bring seasonal cheer through their edible sculptures.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e553316507cc2209d41a886WCmMi503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e553316507cc2209d41a886WCmMi503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A festive edition of the popular deception-based series returns,&lt;/p&gt;\n&lt;p&gt;featuring an elite roster of pastry artists from its previous runs.&lt;/p&gt;\n&lt;p&gt;These nine skilled competitors will showcase their edible artistry&lt;/p&gt;\n&lt;p&gt;in a winter-themed battle for a substantial monetary reward.&lt;/p&gt;\n&lt;p&gt;Season one brings Jonny Manganello&#039;s flair alongside April Julian&#039;s innovation,&lt;/p&gt;\n&lt;p&gt;while Andrew Fuller returns after claiming victory earlier.&lt;/p&gt;\n&lt;p&gt;Representing season two, Elizabeth Rowe leads with championship experience,&lt;/p&gt;\n&lt;p&gt;joined by Miko Kaw Hok Uy and Danya Smith&#039;s distinctive styles.&lt;/p&gt;\n&lt;p&gt;Fresh from season three&#039;s mind-bending creations come Grace Pak and Jujhar Mann,&lt;/p&gt;\n&lt;p&gt;accompanied by reigning champion Henderson Gonzalez.&lt;/p&gt;\n&lt;p&gt;Together they&#039;ll craft confectionery illusions in this holiday special,&lt;/p&gt;\n&lt;p&gt;where only the most convincing baker will slice through the competition.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e5536a80b4751b6d0592dAmNp2FCC03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e5536a80b4751b6d0592dAmNp2FCC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Baking Deception Show&lt;/h3&gt;\n&lt;p&gt;The festive-themed installment of this popular baking deception challenge welcomes back host Mikey Day, known for his &lt;em&gt;Saturday Night Live&lt;/em&gt; tenure.&lt;/p&gt;\n&lt;p&gt;An impressive roster of celebrity judges prepares to scrutinize the uncanny edible illusions.&lt;/p&gt;\n&lt;p&gt;Featured guests include comedy talents like Wayne Brady, Tiffany Haddish, Sebastian Maniscalco, and Randall Park.&lt;/p&gt;\n&lt;p&gt;Also joining the panel are Rachel Bloom, Hannah Berner, Devon Walker, Chris Witaske, James Austin Johnson, Sasheer Zamata, Terry Crews, and Punkie Johnson.&lt;/p&gt;\n&lt;p&gt;Behind the scenes, Alfred Street Industries spearheads production.&lt;/p&gt;\n&lt;p&gt;Executive producers Dan Cutforth, Jane Lipsitz, Nan Strait, Dan Volpe, Andrew Wallace, and Cat Sullivan guide the series.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e5538abd5188fb16b4c6eyvPoRX7E03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e5538abd5188fb16b4c6eyvPoRX7E03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Holiday Cake Memories&lt;/h3&gt;\n&lt;p&gt;Get ready for festive confections! While November&#039;s holiday special approaches, fans can enjoy a sweet trip down memory lane with all previous &quot;Is It Cake?&quot; champions and contestants. Refresh your cake deception expertise by streaming the complete three-season collection, available now on Netflix.&lt;/p&gt;\n&lt;p&gt;Curious about past cake artists who mastered the art of hyperrealistic baking illusions? Every winner and finalist from the show&#039;s history awaits in the existing episodes, providing the perfect appetizer before the upcoming holiday-themed competition serves up its seasonal surprises.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, providing users with access to a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access Netflix content that is restricted or blocked due to geographical limitations or network policies, often achieved through VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to unblock Netflix and access region-restricted content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an ideal solution, delivering these key advantages:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers optimized for Netflix eliminate buffering and enable HD streaming by bypassing geographical restrictions.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode unlocks simultaneous access to multiple regional libraries, expanding your entertainment choices across platforms.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with unlimited bandwidth ensure seamless streaming, downloading, and browsing without interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices concurrently across Windows, macOS, iOS, Android, and TV operating systems for versatile viewing.\n&lt;/li&gt;\n&lt;li&gt;\nUncompromised security through the proprietary ShellGuard protocol employs military-grade encryption to shield your data from surveillance.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial lets you experience premium features risk-free before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin using SafeShell VPN for accessing regional Netflix libraries, first navigate to their official website and select a subscription package that suits your preferences.&lt;/p&gt;\n&lt;p&gt;Complete the signup process, then download and install the SafeShell application compatible with your operating system&mdash;be it Windows, macOS, or mobile platforms.&lt;/p&gt;\n&lt;p&gt;Ensure you launch the installed application and log into your newly created account.&lt;/p&gt;\n&lt;p&gt;For optimal Netflix streaming, activate the application and choose APP mode as recommended.&lt;/p&gt;\n&lt;p&gt;Browse the server list within the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; interface and select a location matching your desired content region, such as Japan or Brazil.&lt;/p&gt;\n&lt;p&gt;Establish the VPN connection by clicking &quot;Connect&quot;, then open Netflix through your browser or app to browse the regional library seamlessly.&lt;/p&gt;', 9, 'game'),
(66, 188, '', 'Genshin Impact Geist auf der Insel &ndash; R&auml;tsel l&ouml;sen', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5494abd5188fb16b4131bdiYDWsQ03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5494abd5188fb16b4131bdiYDWsQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Geist auf der Insel&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf einer einsamen Insel in Genshin Impact trifft man auf einen auff&auml;lligen Geist, der mit lauter Stimme auf sich aufmerksam macht. Dieser Geist bietet dem Spieler an, bei der Fortf&uuml;hrung eines Liedes zu helfen und so die Geschichte des tanzenden Dietrichs zu enth&uuml;llen. Dietrich wird dabei als eine Figur erinnert, die h&auml;ufig in geselligen Abenden in der Taverne zu finden war, wo er feine Getr&auml;nke genoss und eine lebendige Atmosph&auml;re schuf.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In diesem Ratgeber erf&auml;hrt man, wie man den lauten Geist auf dem Friedhof aufsp&uuml;rt und ob es eine M&ouml;glichkeit gibt, die richtige Zeile des Liedes zu singen, um das R&auml;tsel zu l&ouml;sen. Das Finden des Geistes erfordert Aufmerksamkeit und das richtige Timing, um die passende Passage zu entdecken und die Geschichte hinter dem lauten Geist zu entschl&uuml;sseln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5497ca5a6c9f1dc074d5c2uF1V6I03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5497ca5a6c9f1dc074d5c2uF1V6I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5499f5e0903882439283Vo7TrklN03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5499f5e0903882439283Vo7TrklN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn du dich in der N&auml;he der Westk&uuml;ste des Nachtfriedhofs befindest, entdeckst du einen unbesetzten Stuhl. Bei Interaktion mit diesem wird dein Charakter vor&uuml;bergehend kalt, bis die Gesundheit auf null sinkt. &lt;strong style=&quot;font-family:Arial;&quot;&gt;25 % der maximalen Gesundheit werden dabei verbraucht.&lt;/strong&gt; Anschlie&szlig;end erscheint eine Meldung: &lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;Von dem Stuhl str&ouml;mt eine unheimliche K&auml;lte aus, als w&uuml;rde das Leben langsam aus dir entweichen.&ldquo;&lt;/em&gt; Kurz darauf taucht ein Geist in der Umgebung auf.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e549cdda72ce54ed3b2cbBwgtrSRK03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e549cdda72ce54ed3b2cbBwgtrSRK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch den Einsatz eines Teleskops auf dem Leuchtturm haben Sie die M&ouml;glichkeit, einen einsamen Mann zu ersp&auml;hen, sofern Sie das Licht auf das offene Meer richten und ein Rufsignal senden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dabei ist es hilfreich, die richtige Technik zu beherrschen, um die Signale klar und deutlich zu &uuml;bermitteln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie lernen m&ouml;chten, ein Wirtshauslied zu singen, sollten Sie zun&auml;chst die Melodie und den Text intensiv studieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;H&ouml;ren Sie sich Aufnahmen an, um den Rhythmus und die Tonlage zu verinnerlichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&Uuml;ben Sie regelm&auml;&szlig;ig, um Sicherheit im Gesang zu gewinnen, und versuchen Sie, den Ausdruck der Lieder zu erfassen, um die Stimmung authentisch zu vermitteln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Geduld und Ausdauer gelingt es Ihnen, das Lied im geselligen Beisammensein gekonnt vorzutragen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e549e2e1f35aa221fd7bejAlPAfGi03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e549e2e1f35aa221fd7bejAlPAfGi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54a1ca5a6c9f1dc0756bHPja2Sk003&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54a1ca5a6c9f1dc0756bHPja2Sk003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gespr&auml;ch mit dem Geist&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend des Gespr&auml;chs wird der Geist sie auffordern, die Zeilen eines bekannten Liedes weiterzuf&uuml;hren: &lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;Die Nachbarn machen Musik, und ich kann nicht stillstehen!&ldquo;&lt;/em&gt; &lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;&hellip;&ldquo;&lt;/em&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;Meine Freundin Paimon ist wirklich ein tolles M&auml;dchen!&ldquo;&lt;/em&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;Hier auf der Insel sind die Geister und trinken ihr Bier.&ldquo;&lt;/em&gt; \n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alle Optionen f&uuml;hren jedoch zu einer entt&auml;uschenden Reaktion &ndash; der Geist wird sie bitten, nicht zur&uuml;ckzukehren, bis sie die passenden Worte gelernt haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54a563cf844298f45517XWBkaWfz03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54a563cf844298f45517XWBkaWfz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54a739f90ffc6f96d3da0ig8XUdq03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54a739f90ffc6f96d3da0ig8XUdq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Versuchen Sie, sich mit &lt;strong style=&quot;font-family:Arial;&quot;&gt;Kirill Chudomirovich&lt;/strong&gt; zu verbinden, nehmen Sie Platz und sprechen Sie ruhig mit dem Geist, w&auml;hrend Sie seine Worte weiterf&uuml;hren:  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bdquo;Hier erklingt die Geige, gefolgt vom Kontrabass! Ein Abend voller Melodien, eine Stunde voller Freude! Wir werden singen und tanzen, niemand kann uns aufhalten!&ldquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Achten Sie darauf, Ihre Gesundheit dabei zu bewahren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leider sind keine weiteren Hinweise oder Zeichen im Text enthalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54aa3be907444763b50cgMCf6Jjl03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54aa3be907444763b50cgMCf6Jjl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54ac42be7c80e4ffc1c8YsjJuNKm03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54ac42be7c80e4ffc1c8YsjJuNKm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact gibt es ein verstecktes R&auml;tsel rund um den Lauten Geist, das keine Belohnung bietet. Sobald Sie nach Kirills Dialog an seinem Standort sitzen, werden die Lebenspunkte Ihres aktiven Charakters nicht mehr reduziert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54afdf01b332ecf77adagbm5UDTP03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54afdf01b332ecf77adagbm5UDTP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f96b523822fc168c99d6a9RJZx8L6W03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f96b523822fc168c99d6a9RJZx8L6W03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Geist und Grabstein&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie die M&ouml;glichkeit &lt;strong style=&quot;font-family:Arial;&quot;&gt;&bdquo;Genau untersuchen&ldquo;&lt;/strong&gt; nutzen und die nahegelegenen Grabsteine betrachten, k&ouml;nnen Sie sicher sein, dass die &Uuml;berreste des schwebenden Geists an diesem Ort aufbewahrt werden, dessen Name Dietrich lautet.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die Premiumw&auml;hrung in Genshin Impact und werden verwendet, um spezielle Gegenst&auml;nde wie Urgestein oder exklusive Hilfspakete im Spiel zu erwerben.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle zu erhalten, k&ouml;nnen Spieler sie &uuml;ber verschiedene Spiele-Handelsplattformen wie Codashop, OffGamers oder direkt im offiziellen Shop des Spiels per Top-up kaufen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Sch&ouml;pfungskristallen kann man sich Vorteile verschaffen, etwa durch den Zugang zu begehrten Charakteren und Items, was das Spielerlebnis erheblich bereichert.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler dar&uuml;ber nachdenken, wie sie schnell und sicher Sch&ouml;pfungskristalle aufladen k&ouml;nnen, sollten sie die Nutzung der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform in Betracht ziehen. Gerade f&uuml;r Fans von Genshin Impact, die regelm&auml;&szlig;ig das &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge kristalle&lt;/a&gt; Feature verwenden, bietet lootbar.gg eine komfortable und effiziente M&ouml;glichkeit, ihre Ingame-W&auml;hrung zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil der lootbar.gg Plattform ist die attraktive Preisgestaltung und die M&ouml;glichkeit, beim &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact top up&lt;/a&gt; bares Geld zu sparen. Nutzer k&ouml;nnen beispielsweise gro&szlig;e Mengen an Sch&ouml;pfungskristallen, wie etwa das Paket 6480+1600 Sch&ouml;pfungskristalle*3, zu einem deutlich verg&uuml;nstigten Preis erwerben. Die Transaktionen sind nicht nur schnell, sondern auch sicher, sodass Spieler ihre W&auml;hrung sofort nach dem Kauf im Spiel verwenden k&ouml;nnen. Dar&uuml;ber hinaus ist die Bedienung der Website benutzerfreundlich, was den gesamten Kaufprozess vereinfacht und beschleunigt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Pluspunkt ist die Zuverl&auml;ssigkeit der Plattform beim &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact sch&ouml;pfungskristalle kaufen&lt;/a&gt;. Lootbar.gg arbeitet direkt mit den offiziellen Kan&auml;len von Hoyoverse zusammen, wodurch Spieler sicher sein k&ouml;nnen, dass sie nur legitime und gepr&uuml;fte Angebote nutzen. Dank der schnellen Lieferung und des professionellen Kundendienstes k&ouml;nnen Spieler ihr Abenteuer in Genshin Impact ohne Verz&ouml;gerung fortsetzen und ihre Lieblingscharaktere sowie -waffen noch g&uuml;nstiger erhalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle, auch als &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Urgestein genshin impact&lt;/a&gt; bekannt, &uuml;ber die LootBar Handelsplattform aufzuladen, gehen Sie wie folgt vor:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die offizielle Website von LootBar und w&auml;hlen Sie sowohl Ihre bevorzugte Sprache als auch die gew&uuml;nschte W&auml;hrung aus, bevor Sie sich mit Ihrem Account anmelden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuchen Sie im Spielemen&uuml; nach Genshin Impact und w&auml;hlen Sie diese Option aus, um zum Aufladebereich zu gelangen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich anschlie&szlig;end f&uuml;r die gew&uuml;nschte Menge an Sch&ouml;pfungskristallen, die Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten, und klicken Sie auf &bdquo;Top-up now&ldquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie im n&auml;chsten Schritt den Server, auf dem Sie spielen, sowie Ihre Genshin Impact UID ein, um sicherzustellen, dass die Urgestein genshin impact dem richtigen Konto gutgeschrieben werden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAbschlie&szlig;end w&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus, folgen den Zahlungsanweisungen und best&auml;tigen die Transaktion, damit die Sch&ouml;pfungskristalle schnell und sicher Ihrem Spielkonto hinzugef&uuml;gt werden.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(67, 189, '', 'Dune: Awakening &ndash; Official Building Contest &amp; Game Update', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d242be7c80e4ffc45dTfqCEh1s03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d242be7c80e4ffc45dTfqCEh1s03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Funcom has launched its inaugural official building competition for Dune: Awakening, encouraging players to showcase their creative base designs for a chance to earn exclusive prizes. Since its launch on June 5, Dune: Awakening has gained rapid popularity as an open-world multiplayer survival experience set on the harsh desert planet of Arrakis, emphasizing resource collection, hydration management, and strategic base construction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game has quickly become Funcom&rsquo;s fastest-selling title, shattering previous sales records and attracting a peak of 189,000 concurrent players on Steam. Despite this success, players have voiced concerns over the limited endgame PvE content and issues with griefers exploiting certain mechanics, particularly impacting solo players. In response, Funcom has actively released updates to improve gameplay balance and address community feedback, helping retain a large portion of its player base.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming contest, announced via the official Dune: Awakening blog, runs from July 14 to July 28 at 6 pm EST. Participants are invited to submit photos or videos of their most impressive faction-themed bases&mdash;either on Twitter, Bluesky, Instagram, TikTok, or YouTube using @duneawakening or #duneawakening tags. Alternatively, entries can be uploaded through the Pimp My Dune website with the &ldquo;building contest&rdquo; tag. Only one entry per player is permitted, with a maximum of 20 photos or a 2-minute video.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This competition emphasizes faction loyalty, with players choosing among Atreides, Harkonnen, or Chome. Creative use of Chome building sets in an Atreides-themed base is allowed, but adherence to the designated faction&rsquo;s aesthetic will be a key judging criterion. Winners will be announced shortly after August 8 via the Dune: Awakening site.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The contest will award one first-place winner and two runners-up per faction&mdash;totaling three winners and six runners-up. Prizes for the top entries include a LEGO Royal Atreides Ornithopter set, featuring 1,369 pieces depicting the iconic aircraft from Dune: Part One. Runners-up will receive a Dune: Awakening collector&rsquo;s box from Madrinas, which contains a spice chai latte milk tea, a limited-edition shaker cup, and an in-game code for a &ldquo;Memory of Pain&rdquo; mural decoration.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari serves as the main currency within the world of Dune: Awakening, enabling players to trade for vital gear, purchase essential resources, and access services from NPCs throughout Arrakis. Players can top up their &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; through various popular trading platforms, making it easier to stay prepared for survival and competition in the harsh desert environment. Safeguarding your dune awakening solari by depositing it in hub banks ensures you don&rsquo;t lose your hard-earned currency if you fall in battle, allowing for smarter and more secure gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Dune Awakening Solari, they may want to consider the lootbar game trading platform for a seamless and secure experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; to &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt; is its commitment to offering competitive prices and frequent discounts, allowing players to save more on their purchases. The platform is designed with user safety in mind, utilizing advanced encryption and strict data protection standards to ensure that all transactions and personal information remain secure. In addition, lootbar.gg supports a wide array of popular games, making it a versatile choice for those who play multiple titles beyond Dune: Awakening.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar.gg stands out for its exceptional customer service and fast delivery. Their support team is available 24/7 to assist with any questions or concerns, ensuring that every player receives assistance when needed. The platform also prides itself on speedy order fulfillment, so when you buy Dune Awakening Solari, you can expect your in-game currency to be delivered quickly and efficiently. For players seeking not only convenience but also community, the LootBar Blog offers valuable game guides and event updates, connecting players with a broader gaming audience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari for sale&lt;/a&gt; on the LootBar trading platform, follow these steps for a smooth top-up experience.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official LootBar.gg website, where you can select your preferred language and currency for convenience, then log into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Home page and locate the Game Coins section, where you will find the option for Dune Awakening Solari for sale.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the quantity of Solari you wish to buy and simply click the Buy Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, provide the necessary details as prompted by the purchase instructions to ensure your transaction is processed correctly.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose your payment method from the available options and click Pay Now to complete your purchase and receive your Solari.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(68, 190, '', 'Hero Guide &ndash; Strategy &amp; Development Tips for PvE/PvP', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hero Development and Strategy&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Achieving victory in PvE challenges like Crazy Joe and Bear Hunt requires strategic hero deployment and development. Similarly, excelling in PvP battles such as SVS and Brothers in Arms hinges on selecting the right heroes and optimizing their abilities. Your heroes play a pivotal role in shaping your overall performance, making their effective management essential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With properly chosen and thoroughly upgraded heroes, you can ascend to top rankings in key game events. However, understanding heroes&#039; mechanics can be quite complex. This comprehensive hero guide aims to simplify that process. From fundamental aspects like leveling up your heroes, to advanced strategies such as skill enhancement order, we&#039;ve got you covered.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Continue reading to master everything you need to know to make your heroes unstoppable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a65e1621acdbd4e6ce6c43eY19iKqx03&quot; height=&quot;901&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a65e1621acdbd4e6ce6c43eY19iKqx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;780&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding heroes in Whiteout Survival can be complex, as there are many aspects to consider. In this guide, we&rsquo;ll break down the essential components that define a hero, explaining their significance and impact on your overall strategy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most important factors is hero rarity, which influences both how difficult it is to acquire a hero and their potential strength after upgrades. Generally, heroes with higher rarity levels tend to outperform lower-tier ones when fully developed. The rarity categories are:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBlue (R): Rare heroes that are relatively easier to obtain but less powerful.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPurple (SR): Epic heroes offering a good balance of availability and strength.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGold (SSR): Mythic heroes that are the most difficult to find but provide the highest potential in gameplay.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6893e805b2f6c03861b75f21idzdtwca03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6893e805b2f6c03861b75f21idzdtwca03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;703&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, every hero is assigned a specific class that influences their supporting troops during exploration and enhances their abilities in expeditions. To identify a hero&#039;s class, simply click on the icon marked in the image above. The game features three distinct hero classes:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInfantry, represented by a shield icon\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLancer, signified by a spear icon\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMarksman, indicated by a crossbow icon\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5519abd5188fb16b4a64DHG6PWyV03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5519abd5188fb16b4a64DHG6PWyV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;708&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, each hero is classified into a main class and a sub-class, indicated by an icon adjacent to their primary class icon, as shown in the image above. The main class determines their primary role, whether in combat or growth, while the sub-class further refines their specialization.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Combat-oriented heroes excel in offensive skills, making them ideal for battles and defending your base. Conversely, growth-focused heroes possess abilities aimed at enhancing your overall progress, such as boosting resource gathering efficiency or accelerating construction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When starting your journey in Whiteout Survival, you&#039;ll notice that your hero roster is initially limited. This is because heroes are introduced gradually through what are called &quot;generations.&quot; You begin in generation 1 upon starting a new game state, and as you progress, new generations will unlock over time. Typically, after about 40 days, you will unlock generation 2 heroes, with subsequent generations becoming available approximately every 80 days.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;New heroes can be acquired through standard methods like hero recruitment and the lucky wheel. For detailed information on specific heroes, including their generation placement and strategic guides, be sure to check our comprehensive list of Whiteout Survival heroes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688bfe9cbe4994d66478623eIm6aJrmK03&quot; height=&quot;724&quot; src=&quot;https://c2c.fp.guinfra.com/file/688bfe9cbe4994d66478623eIm6aJrmK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;780&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, a hero&#039;s skill set is crucial for maximizing their effectiveness across various game modes. Each hero is equipped with two categories of skills: exploration and expedition. The number of skills in each category varies depending on the hero&#039;s rarity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For instance, rare heroes possess 2 exploration and 2 expedition skills, epic heroes have 3 exploration and 2 expedition skills, while mythic heroes boast 3 exploration and 3 expedition skills. Understanding the distinction between these skill types is key to strategic gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exploration skills activate during activities where only heroes are deployed, such as exploration or arena battles, and do not require troops. Conversely, expedition skills come into play when heroes are accompanied by troops, such as during PVP combat or beast hunts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The first expedition skill of a hero plays a pivotal role in team-based events like rallies. For rally joiners, only the lead hero&rsquo;s first expedition skill influences the rally&rsquo;s overall buffs. Unlike rally leaders, who benefit from all three of their heroes&rsquo; skills, joiners&rsquo; contributions are limited to their first expedition skill.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, the rally&rsquo;s buff is determined by the first four heroes who join as leaders. If a subsequent hero joins with a higher-level first expedition skill, it replaces the lower-level skill in the rally&rsquo;s buff calculation, dynamically enhancing rally performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This highlights the importance of selecting heroes carefully. Sending a hero with an irrelevant first expedition skill&mdash;like a stamina reduction hero in a bear hunt&mdash;can diminish rally effectiveness by displacing more useful skills. Proper hero selection ensures team strength is optimized rather than compromised.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In exploration modes, heroes are accompanied by escorts based on their class, such as lancer heroes taking lancer escorts. The number of escorts a hero can carry increases with their level:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 1: 2 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 5: 3 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 10: 4 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 20: 5 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 30: 6 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 40: 7 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 50: 8 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 60: 9 escorts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 70: 10 escorts\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A hero&#039;s troop capacity, which determines how many troops they can lead during expedition battles, also increases as they level up. However, the visible troop capacity may appear lower than the actual capacity due to additional buffs from research and command center levels, allowing for greater troop deployment than initially shown.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55209f9c9a1ce19e2144xfGay2jM03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55209f9c9a1ce19e2144xfGay2jM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;574&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In this part of the Whiteout Survival Hero Guide, we focus on understanding a hero&#039;s comprehensive attributes and enhancements. To check your heroes&#039; total stats, click on the small list icon located on their profile, as shown in the illustration above. These attributes are divided into two categories: exploration and expedition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During exploration phases, the exploration stats are active, providing various bonuses. Conversely, during expedition missions, the expedition stats come into effect. Notably, the expedition stats grant a significant buff to a specific troop type, which directly correlates with the hero&#039;s class designation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5523a86e831dff86b03fil5zDHHI03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5523a86e831dff86b03fil5zDHHI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;602&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, heroes possess unique talents that significantly enhance their capabilities. These talents are visible on the hero&rsquo;s profile, marked by a small icon next to their star rating, as shown in the accompanying image. Once unlocked, these buffs are constantly active on your account, providing ongoing advantages regardless of whether the hero is actively participating in an activity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To unlock a hero&rsquo;s talent, you need to reach at least star level 1 and achieve the maximum buff at 5 stars. Keep in mind, however, that these talents are not effective for rally joiners, limiting their benefits in certain scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maximizing your heroes&rsquo; potential requires a multi-faceted approach to upgrading. You should focus on several methods: leveling up, ascending, enhancing skills, and equipping gear. We&rsquo;ll delve into each of these in the following sections of this guide to help you build powerful heroes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The most straightforward method to improve your heroes is by increasing their level. Heroes can reach a cap of level 80, with each level boost boosting their overall power and stats. To level up your heroes, you must provide them with hero experience (EXP). The experience needed for each level varies, and the specific requirements are outlined below.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552728c26ff11e7ef0d47o3xJXdJ03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552728c26ff11e7ef0d47o3xJXdJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;384&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hero Progress Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As players advance in Whiteout Survival, one of the key challenges is gathering sufficient hero experience to level up your characters. The most efficient method to earn hero XP is through the exploration mode, where the amount gained every 10 minutes depends on your current stage&mdash;higher stages yield more experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besides exploration, there are several other avenues to acquire hero XP. Participating in various in-game events can reward you with experience points, and you can also purchase hero XP directly from the shop using in-game currency or gems. Additionally, defeating beasts and completing intelligence missions provide opportunities to earn extra hero experience, helping to strengthen your heroes more rapidly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552b63cf844298f45a45LKNhqmb003&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552b63cf844298f45a45LKNhqmb003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;625&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To enhance your heroes&#039; abilities beyond gaining experience points, the drill camp offers a powerful leveling tool.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by designating your top five heroes as drill instructors; these are your highest-level characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once appointed, you can assign other heroes to the available drill slots.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The level of heroes in these slots will be synchronized to match the lowest-level drill instructor among them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The total number of drill slots available can be expanded by upgrading your furnace.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At furnace level 30, you will unlock up to 15 drill slots for your heroes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, if you wish to reset the progress, you can revert your heroes&#039; levels in the drill camp, which will refund all experience points invested in them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552e9f9c9a1ce19e21c6FU6Emfaf03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552e9f9c9a1ce19e21c6FU6Emfaf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;578&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, elevating your heroes to higher star levels is essential for boosting their overall strength. Once a hero is unlocked, you can promote them through ascension, which increases their star rating up to a maximum of five stars. Each star level comprises six tiers, and advancing through these tiers enhances the hero&#039;s attributes and combat capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To ascend a hero, you&#039;ll need to gather specific shards&mdash;either hero-specific shards or general hero shards matching the hero&#039;s rarity. These shards are the primary resource for progression and are obtained from various sources, which can differ depending on the hero. For detailed information on where to find shards for each hero, consult our comprehensive hero list.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Keep in mind that a hero&rsquo;s skill level is also tied to their star rank. Increasing a hero&rsquo;s star level allows you to unlock higher skill levels, further amplifying their effectiveness in battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For players focusing on free-to-play progress, our curated list of the best heroes provides insights into the easiest heroes to acquire and upgrade, helping you optimize your team without spending real money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55308c032cd236aaa6ebi2u0KkDV03&quot; height=&quot;128&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55308c032cd236aaa6ebi2u0KkDV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlocking heroes in Whiteout Survival requires collecting a specific number of shards, which varies based on the hero&#039;s rarity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For rare and epic heroes, you need 10 shards each to unlock them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mythic heroes also require 10 shards for unlocking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sometimes, a lucky pull during events or hero recruitment grants you a full hero instead of shards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In such cases, the shards awarded correspond to the usual amount needed to unlock that hero.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Heroes possess different skill types: exploration and expedition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exploration skills are used in battles where heroes are sent alone, such as exploration missions and arena fights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expedition skills activate when heroes are deployed with troops, for example during polar terror attacks or PvP battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, most hero skills are locked upon unlocking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Skills remain locked until the hero reaches a specific star level, which unlocks the ability to upgrade them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrading skills can increase their effectiveness, with a maximum level of 5.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each level scaled improves the skill&#039;s buffs, but the maximum level attainable depends on the hero&rsquo;s star level.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The star level determines both the unlocking of skills and their upgrade limits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Details regarding the star level requirements for unlocking and upgrading skills are summarized as follows:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e553242be7c80e4ffca4b0fU0vWSJ03&quot; height=&quot;147&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e553242be7c80e4ffca4b0fU0vWSJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize your heroes&#039; effectiveness, it is highly advisable to prioritize leveling your most frequently used heroes to at least star level 4. Achieving this milestone unlocks the ability to fully upgrade all their skills, ensuring you can utilize their entire kit to its fullest potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For free-to-play players seeking the best strategic options, our curated list of top heroes provides guidance on who to focus on for optimal growth without spending money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enhancing a hero&rsquo;s skill necessitates the use of skill manuals that match the hero&#039;s star level. There are two main types of skill manuals: exploration skill manuals and expedition skill manuals, each tailored to different skill categories. The number of manuals needed per skill level increase varies, and understanding these requirements is key to efficient upgrading.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e553427e7397b726c596e6rLRrHht03&quot; height=&quot;53&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e553427e7397b726c596e6rLRrHht03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As demonstrated earlier, your supply of skill manuals can deplete rapidly when upgrading your top heroes. Therefore, it&#039;s crucial to be strategic with your usage, especially avoiding spending manuals on heroes you don&#039;t plan to actively deploy, as emphasized in our beginner&#039;s Whiteout Survival tips.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize your resource gain, make sure to collect skill manuals from all available channels. These include purchasing them with gems, acquiring them through hero recruitment, redeeming VIP shop offers, claiming VIP rewards, completing intel missions, and participating in various events. By tapping into these sources consistently, you can accumulate enough manuals to strengthen your key heroes effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e553896d500cf6b7f3db0iviID3TL03&quot; height=&quot;832&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e553896d500cf6b7f3db0iviID3TL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;780&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, heroes have the ability to equip up to four gear pieces, each enhancing specific attributes based on their class and role. Mythic heroes enjoy an additional advantage with a unique fifth gear slot designated for exclusive hero gear, which grants a formidable skill boost. The gear slots are categorized as follows:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGoggles\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGauntlets\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBelt\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBoots\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Equipping these gear pieces significantly boosts hero stats, and further enhancements are possible through upgrades. Upgrading gear can amplify the stat bonuses, making heroes more powerful in combat. For comprehensive details on acquiring, upgrading gear, and maximizing their potential, consult our dedicated Whiteout Survival Gear Guide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regarding hero acquisition, there are multiple avenues to gather hero shards, each varying by hero. To find out where to obtain specific heroes, our Whiteout Survival Hero List provides detailed information on hero sources, generation methods, and rarity classifications. Key sources for hero shards include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPurchase packs\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHall of Heroes\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLucky Wheel spins\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIntel Missions\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSVS battles\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHero Recruitment events\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExploration missions\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGina&rsquo;s Revenge quests\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHall of Chiefs\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKing of Icefield challenges\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIn-game Shops\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By exploring these options, players can systematically collect the heroes needed to strengthen their team and progress effectively.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star&lt;/a&gt; is the premium currency in the game Whiteout Survival, allowing players to unlock exclusive items, upgrade resources, and speed up their progress in building a stronger city. With Frost Star, gamers can purchase valuable in-game essentials that enhance both their survival and strategic gameplay. Players can easily obtain Whiteout Survival Frost Star by topping up through trusted game trading platforms like Codashop, SEAGM, or Midasbuy, ensuring a secure and quick transaction so they can focus on thriving in the harsh world of Whiteout Survival.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Top Up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;whiteout survival frost star&lt;/a&gt;, they may want to consider using the lootbar game trading platform for their purchases. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; specializes in providing a seamless and reliable experience for gamers who wish to buy in-game currency like Whiteout Survival Frost Star, ensuring that transactions are both professional and secure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the outstanding advantages of using lootbar.gg for your &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival top up&lt;/a&gt; needs is the combination of convenience and cost-effectiveness. The platform offers a variety of payment methods, catering to users worldwide, and features 24/7 online customer support to assist with any questions or concerns. Additionally, lootbar.gg frequently provides attractive discounts, with the high discount rate for &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;whiteout survival frost star buy&lt;/a&gt; reaching up to 5%, allowing players to maximize the value of their purchases. This makes lootbar.gg a top choice for anyone looking to safely and efficiently enhance their Whiteout Survival experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Whiteout Survival on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Whiteout Survival&lt;/a&gt; Frost Star on the LootBar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, go to the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency, and log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the top up Whiteout Survival section by choosing Top Up and then selecting Whiteout Survival from the list of games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, decide on the quantity of Frost Star you want to purchase, enter your Whiteout Survival UID accurately, and click the &quot;Top-up now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your preferred payment method from the available options and proceed by clicking &quot;Pay Now&quot; to finish the payment process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is successful, the Frost Star will be quickly delivered to your Whiteout Survival account, allowing you to enjoy premium features in the game.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; height=&quot;477&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(69, 191, '', 'Outback Power Struggle &ndash; Territory: Neo-Western Drama', '&lt;h3&gt;Outback Power Struggle&lt;/h3&gt;\n&lt;p&gt;Set against the rugged and expansive landscape of Australia&rsquo;s northern frontier, &lt;em&gt;territory&lt;/em&gt; offers a gripping glimpse into a high-stakes struggle for dominance. The story revolves around a sprawling cattle estate facing a critical crisis&mdash;an apparent lack of an heir sparks a fierce rivalry within a powerful family. As tensions escalate, the series reveals a complex web of loyalty, betrayal, and ambition in a setting where the land itself is as unforgiving as the human conflicts.&lt;/p&gt;\n&lt;p&gt;Unlike the idyllic beaches of Bondi, this remote region of the Northern Territory is characterized by its stark beauty and harsh environment, making it a perfect backdrop for a neo-western saga. Viewers are invited to witness a dramatic clash over land and legacy, with characters navigating dangerous terrain both physically and emotionally.&lt;/p&gt;\n&lt;p&gt;Featuring notable talents like Anna Torv from &lt;em&gt;Fringe&lt;/em&gt; and Sam Corlett of &lt;em&gt;Vikings: Valhalla&lt;/em&gt;, &lt;em&gt;territory&lt;/em&gt; immerses audiences in a world where survival hinges on power, resilience, and family ties. Check out the trailer above to get a taste of this intense, land-based epic, and discover how the Australian outback becomes the ultimate battleground for control and destiny.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e553116507cc2209d4188o4UNBmYZ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e553116507cc2209d4188o4UNBmYZ03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the heart of the Australian Outback, a powerful dynasty faces its greatest challenge as Marianne Station stands at a crossroads. The Lawson family&#039;s empire teeters on the brink of collapse, with no clear heir to guide its future. This vacuum of leadership has ignited fierce internal conflicts, threatening to shatter the family bonds that have sustained their legacy for generations.&lt;/p&gt;\n&lt;p&gt;As news of the Lawsons&#039; vulnerability spreads across the vast, unforgiving landscape, predators circle with calculating precision. Rival cattle operations, long envious of Marianne&#039;s dominance, begin strategic maneuvers to claim territory. Meanwhile, shadowy criminal enterprises operating in the remote regions see opportunity in the family&#039;s disarray. Indigenous elders, with ancient connections to the land, watch closely as power dynamics shift, while resource-hungry mining magnates deploy their billions to secure control of what lies beneath the red earth.&lt;/p&gt;\n&lt;p&gt;The ensemble cast brings this outback power struggle to life with remarkable depth. Anna Torv embodies Emily Lawson&#039;s fierce determination, while Michael Dorman&#039;s portrayal of Graham Lawson reveals a man torn between family loyalty and personal ambition. Robert Taylor delivers a commanding performance as family patriarch Colin Lawson, desperately trying to maintain control as his influence wanes.&lt;/p&gt;\n&lt;p&gt;The younger generation, represented by Sam Corlett&#039;s enigmatic Marshall Lawson and Philippa Northeast&#039;s idealistic Susie Lawson, finds themselves caught in a whirlwind of tradition and change. Sara Wiseman and Joe Klocek as the Kirby family introduce complex allegiances that blur the lines between friend and foe.&lt;/p&gt;\n&lt;p&gt;Indigenous perspectives are powerfully represented through Clarence Ryan&#039;s nuanced Nolan Brannock, Hamilton Morris as the wisdom-bearing Uncle Bryce, and Tuuli Narkle&#039;s forward-thinking Keeley Redford. Their characters provide essential cultural depth to a narrative deeply rooted in the land&#039;s complex history.&lt;/p&gt;\n&lt;p&gt;The stakes couldn&#039;t be higher as these forces converge on Marianne Station. With billions in assets hanging in the balance, from vast cattle holdings to untapped mineral rights, the struggle transcends mere family drama to become a defining battle for Australia&#039;s outback future.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e5534ad80cd0bfac3a42dFU2pzWRB03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e5534ad80cd0bfac3a42dFU2pzWRB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e5537efda918efac8b27dAM0g8trL03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e5537efda918efac8b27dAM0g8trL03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e553aba33549e363ec8bb6pW555PJ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e553aba33549e363ec8bb6pW555PJ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Production unfolded across desolate Northern Territory and South Australian landscapes&lt;/p&gt;\n&lt;p&gt;far beyond populated zones&mdash;locations seldom captured on film.&lt;/p&gt;\n&lt;p&gt;Crews gained rare access to Kakadu National Park, a protected World Heritage Site,&lt;/p&gt;\n&lt;p&gt;through agreements with Indigenous Traditional Owners.&lt;/p&gt;\n&lt;p&gt;Filming also occurred at Tipperary Station, an active cattle property vast enough&lt;/p&gt;\n&lt;p&gt;to sustain its own airstrip and school facilities.&lt;/p&gt;\n&lt;p&gt;The sheer immensity defies comprehension: helicopters and private aircraft&lt;/p&gt;\n&lt;p&gt;become essential transport across territories where individual stations&lt;/p&gt;\n&lt;p&gt;rival European nations in scale. Anna Creek Station, inspiring the series&#039; setting,&lt;/p&gt;\n&lt;p&gt;exceeds New Jersey&#039;s entire area.&lt;/p&gt;\n&lt;p&gt;Australia mirrors the size of America&#039;s contiguous 48 states&lt;/p&gt;\n&lt;p&gt;yet hosts merely one-third the population,&lt;/p&gt;\n&lt;p&gt;with Outback estates dwarfing many countries&#039; landmasses.&lt;/p&gt;\n&lt;p&gt;This colossal pastoral industry operates on staggering acreage&mdash;&lt;/p&gt;\n&lt;p&gt;where fortunes worth billions pivot on the land&#039;s boundless horizons.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e553d3be907444763bc166bBvOQme03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e553d3be907444763bc166bBvOQme03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e553fba33549e363ec9154QyoujRw03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e553fba33549e363ec9154QyoujRw03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Northern Territory Highlights&lt;/h3&gt;\n&lt;p&gt;Experiencing Australia&#039;s Northern Territory: A Journey Beyond the Ordinary&lt;/p&gt;\n&lt;p&gt;The Northern Territory&#039;s uppermost region, colloquially known as the &quot;Top End,&quot; encompasses the vibrant city of Darwin, the magnificent UNESCO-listed Kakadu National Park, the isolated wilderness of Arnhem Land, and the transitional Katherine region where tropical landscapes blend into outback terrain. This remarkable area is celebrated for its distinctive tropical climate, abundant crocodile population, deep-rooted Indigenous heritage, exceptional fishing opportunities, spectacular natural reserves, and relaxed way of life.&lt;/p&gt;\n&lt;p&gt;In Australian terminology, extensive properties dedicated to livestock production are called stations, a term that has evolved from describing merely the central buildings to encompassing entire landholdings. These properties are typically operated by graziers or pastoralists under pastoral leases, arrangements where government-owned land is leased specifically for grazing purposes.&lt;/p&gt;\n&lt;p&gt;The cattle industry in the Territory has developed its own unique vocabulary. A &quot;muster&quot; refers to the gathering of livestock, typically conducted during March-June and August-November periods, often employing aircraft in challenging terrain. Workers engaged in these operations include &quot;ringers&quot; (stock workers), who manage &quot;mobs&quot; (groups of animals), while specialized vehicles equipped with &quot;bull catchers&quot; (mechanical arms) are used to capture feral bulls.&lt;/p&gt;\n&lt;p&gt;Young apprentices learning station work were traditionally called jackeroos (male) or jillaroos (female), though &quot;ringer&quot; has become the preferred term. The cattle handling process involves multiple stages: &quot;blocking&quot; (initial containment), &quot;drafting&quot; (categorization), and &quot;tailing&quot; (controlled grazing). Various terms describe the cattle themselves: &quot;clean skins&quot; (unbranded animals), &quot;heifers&quot; (young females), and &quot;weaners&quot; (recently separated calves).&lt;/p&gt;\n&lt;p&gt;This fascinating world serves as the backdrop for Netflix&#039;s drama series &quot;Territory,&quot; created by Timothy Lee and Ben Davies. The production team includes executive producers Ben Davies, Rob Gibson, and Ian Collie, with Paul Ranford producing. The creative vision emerged during pandemic restrictions when Davies and Gibson conceived an action-packed narrative set on a cattle station&mdash;a stark contrast to their coastal surroundings at the time.&lt;/p&gt;\n&lt;p&gt;The series, supported by Screen Territory and the South Australian Film Corporation, offers viewers a rare glimpse into the rugged beauty and distinctive culture of Australia&#039;s northern frontier, now streaming on Netflix.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform primarily used for watching television shows and movies on demand. Netflix blocked refers to the situation where access to Netflix or specific content on it is prevented, often due to geographic restrictions imposed by the service or network limitations set by institutions like schools or workplaces. Users facing Netflix blocked restrictions may seek solutions for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; to regain access or view region-specific libraries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted Netflix content by unblocking geographic limitations, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; provides an optimal solution. Its standout benefits include:  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nExclusive App Mode enabling simultaneous access to multiple regional Netflix libraries for diverse content exploration \n&lt;/li&gt;\n&lt;li&gt;\nUltra-fast servers engineered specifically for Netflix to eliminate buffering and support HD streaming \n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard encryption technology that safeguards privacy while bypassing VPN detection systems \n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility across Windows, macOS, iOS, Android, and smart TVs with 5 simultaneous connections \n&lt;/li&gt;\n&lt;li&gt;\nBandwidth optimization protocols ensuring seamless streaming without speed throttling \n&lt;/li&gt;\n&lt;li&gt;\nRisk-free trial offering full access to premium features for evaluation before commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass regional restrictions. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit SafeShell&#039;s official website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nAfter completing your purchase, download the SafeShell VPN application specifically designed for your device (compatible with Windows, macOS, iOS, and Android)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and log into your account using your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select APP mode in the SafeShell interface\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location that corresponds to the Netflix library you wish to access\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open Netflix through your browser or app, and you&#039;ll immediately notice the expanded content library available to stream\n&lt;/li&gt;\n&lt;li&gt;\nShould you wish to explore different regional libraries, simply disconnect and select a new server location\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(70, 192, '', 'Papst unterschreibt Pok&eacute;mon-Karte &ndash; Fan-Erlebnis', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5550ad80cd0bfac3a51fj4mSliHm03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5550ad80cd0bfac3a51fj4mSliHm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;960&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nur selten haben Gl&auml;ubige die Gelegenheit, den Papst pers&ouml;nlich zu treffen und einen Wunsch erf&uuml;llt zu bekommen. Viele nutzen diesen besonderen Moment, um eine pers&ouml;nliche Gegenstand zu segnen oder eine kleine Erinnerung zu erhalten. K&uuml;rzlich hat ein begeisterter Pok&eacute;mon-Fan eine besonders kreative Idee verwirklicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wie unter anderem Polygon berichtet, empfing Papst Leo XIV. am vergangenen Samstag Besucher aus ganz Europa im Vatikan. Zu den G&auml;sten geh&ouml;rte auch eine Gruppe junger Menschen aus Kopenhagen, darunter ein junger Mann mit dem Reddit-Namen reptilecake.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Fan, leidenschaftlicher Pok&eacute;mon-Sammler, wagte es, den Papst zu bitten, eine seiner Karten zu unterschreiben. &Uuml;berraschenderweise stimmte Leo XIV. zu und schrieb auf eine besondere Karte &ndash; es handelte sich um eine Version von Popplio, bekannt als Robball im Deutschen. Der Grund f&uuml;r die Wahl ist ein cleverer Wortwitz: Der Name des Papstes im Englischen, &quot;Pope Leo&quot;, klingt &auml;hnlich wie &quot;Popplio&quot;, was die Aktion noch humorvoller macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5556efda918efac8b493XG04v8Fa03&quot; height=&quot;935&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5556efda918efac8b493XG04v8Fa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;753&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reptilecake brachte zwei Pok&eacute;mon-Karten mit zu der Begegnung, von denen er eine dem Papst schenkte. Nach dem Erkl&auml;ren eines Witzes l&auml;chelte dieser wohl und zeigte die Karte den umstehenden Aufpassern. Das Treffen wurde von Reptilecake selbst als ziemlich entspannt beschrieben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf Reddit kursieren mehrere Beitr&auml;ge, die von diesem ungew&ouml;hnlichen Erlebnis berichten, allerdings stammt keiner direkt von ihm. Er selbst wollte die Geschichte urspr&uuml;nglich nicht &ouml;ffentlich machen, doch sie hat sich schnell verbreitet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Es ist geplant, die Karte weder zu tauschen noch zu verkaufen, da das Erlebnis f&uuml;r ihn eine pers&ouml;nliche Bedeutung hat. Um die Erinnerung zu bewahren, wird die Karte in einen UV-Schutzumschlag gelegt, um sie vor Sch&auml;den zu sch&uuml;tzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In einem Kommentar wurde erw&auml;hnt, dass auch eine Karte von Leufeo, im Englischen &quot;Litleo&quot;, eine interessante Wahl gewesen w&auml;re. Popplio erscheint jedoch besonders passend f&uuml;r die Geschichte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Was denkt ihr dar&uuml;ber? Welche Pok&eacute;mon-Karte w&uuml;rdet ihr euch von jemandem unterschreiben lassen?&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Pok&eacute;mon Trading Card Game Pocket und wird verwendet, um spezielle Items zu erwerben, Zubeh&ouml;r freizuschalten und die Ausdauer f&uuml;r Kartenpacks aufzuf&uuml;llen.&nbsp;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Pok&eacute; Gold k&ouml;nnen Spieler au&szlig;erdem ihre Chancen erh&ouml;hen, seltene Karten zu bekommen und ihre digitale Sammlung gezielt auszubauen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold aufzuladen, stehen Plattformen wie Lootbar.gg zur Verf&uuml;gung, die eine schnelle und sichere Aufwertung des Spielkontos erm&ouml;glichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So profitieren Spieler von einem individuelleren und abwechslungsreicheren Erlebnis im Pok&eacute;mon TCG Pocket.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Pok&eacute; Gold aufladen m&ouml;chten, sollten sie die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform in Betracht ziehen. Diese Plattform hat sich als eine der besten Optionen f&uuml;r die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; etabliert und spricht besonders Fans des beliebten Spiels Pok&eacute;mon Trading Card Game Pocket an.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein herausragender Vorteil von lootbar.gg ist die Kombination aus g&uuml;nstigen Preisen und exklusiven Rabatten, die es Spielern erm&ouml;glicht, Pok&eacute; Gold zu besonders attraktiven Konditionen zu erwerben. Dank der engen Zusammenarbeit mit f&uuml;hrenden Spieleentwicklern erhalten Nutzer regelm&auml;&szlig;ig Sonderaktionen, wodurch das Sammeln und Freischalten von Pok&eacute;mon-Karten einfacher und g&uuml;nstiger wird. Zus&auml;tzlich sorgt ein modernes Sicherheitssystem f&uuml;r den Schutz aller Transaktionen, sodass pers&ouml;nliche Daten und Zahlungen jederzeit sicher sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus &uuml;berzeugt lootbar.gg durch einen zuverl&auml;ssigen 24/7 Kundenservice, der bei allen Fragen und Anliegen rund um das Aufladen von Pok&eacute; Gold schnell und kompetent weiterhilft. Die Plattform garantiert zudem eine schnelle Lieferung, sodass Spieler ihr Pok&eacute; Gold ohne Verz&ouml;gerung erhalten und sofort ins Spielgeschehen einsteigen k&ouml;nnen. So wird das Pok&eacute; Gold kaufen nicht nur sicher, sondern auch besonders komfortabel und effizient.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold im Pokemon Sammelkartenspiel Pocket auf der Lootbar-Handelsplattform aufzuladen, gehen Sie zun&auml;chst auf die offizielle Webseite von Lootbar und w&auml;hlen Ihre bevorzugte Sprache sowie W&auml;hrung aus. Nachdem Sie sich eingeloggt haben, navigieren Sie auf der Startseite zur speziellen &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt; Seite. Dort bestimmen Sie die Menge an Pok&eacute; Gold, die Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten, und klicken anschlie&szlig;end auf die Schaltfl&auml;che, um den Ladevorgang zu starten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt geben Sie Ihre Kontodaten sowie den Charakternamen ein und folgen den weiteren Anweisungen im Portal. Nachdem Sie Ihre bevorzugte Zahlungsmethode ausgew&auml;hlt haben, bezahlen Sie den gew&auml;hlten Betrag mit einem Klick. Die Aufladung wird nach erfolgreicher Transaktion in der Regel innerhalb kurzer Zeit abgeschlossen, sodass das Pok&eacute; Gold direkt im Pokemon TCG Pocket verf&uuml;gbar ist und Sie sofort im Spiel davon profitieren k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(71, 193, '', 'Last War: Survival &ndash; How to Get Courage Medals Fast', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55619592a26cf545fb54y6YxPCUD03&quot; height=&quot;472&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55619592a26cf545fb54y6YxPCUD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;472&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the Last War: Survival event offers players a strategic opportunity to earn valuable courage medals, a special currency that enhances gameplay progression. These medals are primarily obtained by engaging in the biweekly invading zombie challenge, which pits players against waves of undead enemies and formidable zombie bosses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the event, invading zombies spawn randomly across the map, each providing a steady income of 10 courage medals upon defeat. These level 10 foes are accessible to players of all levels, making them an effective way to accumulate medals through consistent effort. Additionally, there&rsquo;s a chance for zombie bosses to appear after defeating an invading zombie, adding an exciting layer of challenge and greater rewards. Zombie bosses are distinguished by their large golden skull icon and appear during a limited protection window, during which only the first player or alliance to discover them can rally for a shared victory. Defeating these bosses yields significantly higher medals and resources, scaled according to the boss&rsquo;s level, which can range from 15 levels below to 5 levels above the highest previously defeated boss for that player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maximizing gains from the event involves active participation in zombie hunts and coordination with alliance members for boss battles. Rallying together increases the chances of defeating tough zombie bosses, which are crucial for acquiring larger quantities of courage medals and rare resources. The alliance plays a vital role; organizing effective rallies ensures that powerful bosses are defeated efficiently, and medals are distributed among participants based on their contribution.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Medals earned during the event can be spent in the dedicated event store, accessible exclusively during the invasion challenge. The store offers a selection of rare materials, upgrade components, and exclusive items that are not available through normal gameplay. To access it, navigate to the &ldquo;zombie invasion&rdquo; tab in the game&rsquo;s event menu and click the shopping cart icon. Since the store operates only during the event&rsquo;s two-week window, planning your purchases carefully is essential. Any unspent medals are saved in your inventory for future events, allowing strategic accumulation and expenditure over multiple cycles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Items in the store vary each season, often including powerful upgrade materials, limited-edition weapons, and resources vital for advancement. Prioritize acquisitions that align with your current development goals, and keep an eye on the store&rsquo;s changing inventory to seize limited-time opportunities. Additionally, the alliance store offers supplementary resources that can complement your event rewards, accessible via the alliance menu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To succeed, players should consistently hunt invading zombies, actively pursue zombie bosses, and coordinate with their alliances for rally attacks. Combining individual effort with teamwork ensures a steady flow of medals and valuable resources, facilitating long-term growth and high-level upgrades. Effective event participation hinges on strategic planning, timely spending, and collaboration, making courage medals a cornerstone for progress in Last War: Survival.To excel during the invading zombie event, players should adopt a multifaceted approach that emphasizes both tactical engagement and resource management. Prioritizing the active hunt for zombies increases the likelihood of encountering powerful zombie bosses, which yield higher rewards, including more survival courage medals. Utilizing the map&#039;s zoom-out feature allows for a comprehensive overview, making it easier to spot multiple zombies and bosses simultaneously. Once identified, zooming back in ensures precise targeting and swift engagement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collaboration with alliance members is integral to overcoming formidable zombie bosses. During the boss&rsquo;s initial 10-minute protection period, only the discoverer&rsquo;s alliance can rally against it. Promptly initiating or joining rallies with trusted allies enhances the chances of defeating high-level bosses, significantly increasing rewards. High-level bosses offer substantial courage medals to their discoverers and contribute considerably to overall resource gains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Activation of war fever is a critical boost during the event. Sending a scout or initiating an attack on an enemy or zombie base triggers a 15-minute damage increase, which can be canceled once the boost is active. Timing this boost before engaging zombies maximizes damage output, especially if you re-trigger war fever every 15 minutes. Additionally, participating in alliance exercises with R4 and R5 members provides extra damage bonuses&mdash;2.5% from R4 and up to 5% from R5 and leadership roles&mdash;further amplifying your effectiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For resource accumulation, leveraging Monica&rsquo;s Treasure Hunter skill enhances resource gains by approximately 39% when defeating regular zombies across the map. During loot events such as Bullseye Loot and Ammo Bonanza, stacking ammunition allows for larger, more lucrative rewards. Ammo saved across events can be spent strategically to reach higher reward tiers, so planning your spending is essential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The emergency hospital offers a strategic advantage for troop recovery, with a two-day cooldown. Timing recoveries to coincide with full drill grounds enables you to start troop recovery without immediate deployment, maintaining training momentum. To increase troop capacity, upgrade your barracks to include the maximum unit bonus and assign survivors accordingly. This optimization accelerates troop training and enhances your military strength.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participation in Operation Falcon&rsquo;s special ops yields free troops based on your surviving soldiers. Upgrading your barracks ensures that the troops you receive are of the highest possible level, maximizing the benefit from these rewards. In boss battles, heroes like Mason, with the zombie purge skill boosting back row damage by 17%, can be strategically deployed. Positioning Mason and Violet in the front and Murphy in the back&mdash;equipped with superior gear&mdash;can significantly increase damage output, especially if you switch to offensive heroes during the fight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The last war survival courage medals serve as a vital resource for progression, obtainable through defeating zombies and bosses. Prioritizing high-level bosses and coordinating with your alliance enhances medal collection. The event store, accessible via the zombie invasion tab, offers limited-time items that can accelerate progress. Since the store appears only during bi-weekly events, planning and allocating medals wisely is necessary to maximize benefits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, mastering advanced tactics&mdash;such as triggering war fever for damage boosts, rallying with alliance members for tougher bosses, utilizing heroes and skills effectively, and managing resources efficiently&mdash;will lead to improved earnings of courage medals and faster overall advancement. Strategic engagement and collaborative efforts are key to dominating the invading zombie event and optimizing your rewards in Last War: Survival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; serves as the main in-game currency in Last War: Survival, allowing players to enhance their gameplay by acquiring powerful equipment, recruiting heroes, and speeding up various progressions. By topping up Hot Package via popular trading platforms such as Codashop, SEAGM, or Midasbuy, players can quickly strengthen their shelters and armies to better withstand the zombie threat. Utilizing Last War: Survival Hot Package not only accelerates your development but also unlocks exclusive opportunities and content to enjoy a richer gaming experience. Whether you&rsquo;re looking to gain an edge or simply want to progress faster in Last War: Survival, the Hot Package is an essential resource for survivors.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Last War: Survival Hot Package, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience. Lootbar.gg, serving as a reliable &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war store&lt;/a&gt;, offers a robust selection of in-game Hot Packages and bundles, all within a secure and intuitive purchasing environment. The platform&rsquo;s straightforward interface and step-by-step recharge guide make it easy for both new and experienced players to navigate the process confidently and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of using lootbar is its dedication to customer service and user convenience. Lootbar.gg provides 24/7 online support, ensuring that player queries and issues are resolved quickly at any time of day. With multiple payment methods available, players from around the globe can enjoy safe, flexible transactions. Furthermore, lootbar supports over 60 popular games, ensuring that players with diverse interests can find the top-up services they need all in one place.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to security and convenience, lootbar offers highly competitive prices, with discounts on Last War: Survival Hot Package that can reach up to 25%. This means players can maximize their in-game advantages while saving money compared to other platforms. Besides financial benefits, the lootbar community hub features helpful guides, game leaks, and interactive events, giving players even more reasons to make lootbar their go-to last war store.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; on the Lootbar trading platform, start by accessing your LootBar account; if you are new, create one through their registration page.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;navigate to the Top-up section from the homepage and choose Last War: Survival from the available games.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;browse through the Hot Package options and pick the one that fits your needs, proceeding by clicking the Top-up now button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After that,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;select your preferred payment method and confirm your purchase by clicking Pay Now.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;once payment is settled, provide your game account details and password as requested, allowing LootBar to process and deliver the last war top up directly into your account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(72, 194, '', 'FC 26 Premier League POTM &ndash; Nominees, Voting &amp; Winners', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction to FC 26 Premier League POTM Items&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Premier League performers are celebrated with unique FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to support their favorite stars by participating in the voting process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items highlight the achievements and contributions of top players throughout the season.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Winning players are awarded exclusive in-game rewards, enhancing their presence in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay engaged and make your voice heard by voting for the next Premier League Player of the Month!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September Nominees: Who&#039;s in the Running?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d0771d87d93943debeNi61mwOg03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d0771d87d93943debeNi61mwOg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e2785305bffc00f8afq3GCiwmO03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e2785305bffc00f8afq3GCiwmO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e1d2a8f5996321217biFiO6V0N03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e1d2a8f5996321217biFiO6V0N03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d5651be0a815f250796UzcAQeI03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d5651be0a815f250796UzcAQeI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d99592a26cf545f1aeGFaVpBfY03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d99592a26cf545f1aeGFaVpBfY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3dff5ab34dcf355a984bkPtSjPQ03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3dff5ab34dcf355a984bkPtSjPQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How the Voting Process Works&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, several standout Premier League players are shortlisted based on their performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts have the opportunity to cast their votes for their favorite candidates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is honored as the winner and awarded a unique FC 26 POTM item.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September 2025 POTM Timeline and Winner Announcement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54e427e7397b726c577cNfO8KrS503&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54e427e7397b726c577cNfO8KrS503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates was revealed on October 2, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThese individuals are in contention for the monthly honor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement highlighted the standout performers for that period.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54e5a86e831dff86ad65b7AIUYm603&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54e5a86e831dff86ad65b7AIUYm603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Premier League Player of the Month begins on October 2, 2025, at 11:00am and concludes on October 4, 2025, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting process by visiting the EA website during this period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to cast their votes for the footballers they believe have delivered outstanding performances and merit recognition.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis is an opportunity for supporters to have a direct impact on which player receives the special FC 26 POTM award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54e855a5a631a599514bwIRNwdZu03&quot; height=&quot;271&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54e855a5a631a599514bwIRNwdZu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the Premier League&#039;s standout performers are honored with exclusive FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can look forward to the announcement of the next recipient, which is expected to take place on October 10, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This special recognition highlights the achievements of top players and brings unique rewards to the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 POTM: Nominees, Voting, and Winner&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54ee771d87d93943e0ec0hh5rtfA03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54ee771d87d93943e0ec0hh5rtfA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Premier League players are shortlisted as nominees for a special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the standout player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a unique FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54f2efda918efac8ae17BteLFYfK03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54f2efda918efac8ae17BteLFYfK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential winners was revealed on October 30, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCandidates for the award were officially made public on this date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOctober 30, 2025 marked the announcement of the shortlisted players.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54f4abd5188fb16b47f48eijeCdE03&quot; height=&quot;375&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54f4abd5188fb16b47f48eijeCdE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to participate in the selection process for the Premier League&#039;s top performers each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period opens on October 30, 2025, at 11:00 am and closes on November 1, 2025, at 11:00 am.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can cast their votes via the official EA website during this timeframe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community&#039;s choices play a crucial role in determining which players receive the coveted FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This interactive approach allows fans to have a direct impact on the outcome, celebrating those who have excelled on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54f7ad80cd0bfac3a0e78KmPzlET03&quot; height=&quot;314&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54f7ad80cd0bfac3a0e78KmPzlET03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Premier League footballers are honored with exclusive FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items celebrate the outstanding achievements of players who have delivered exceptional performances throughout the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipients are selected through a combination of expert panel votes and fan participation, ensuring both skill and popularity are recognized.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest POTM winners were officially revealed on November 7, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly anticipate these announcements, as POTM items offer enhanced stats and unique cards for use in FC 26.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming POTM Events: November 2025 to April 2026&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54fd9592a26cf545f43eoj3iZv8k03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54fd9592a26cf545f43eoj3iZv8k03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Premier League performers are shortlisted for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select the top player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The chosen winner receives a unique FC 26 Player of the Month item, celebrating their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5501beabaf0b01fd2bbdWcyvqa0o03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5501beabaf0b01fd2bbdWcyvqa0o03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominated players is expected to be revealed on December 4, 2025 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be shared once the announcement is made.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can look forward to the official nominee reveal in early December 2025.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55026d9a402b62f02c05UXfS6a2403&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55026d9a402b62f02c05UXfS6a2403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Premier League Player of the Month in FC 26 is scheduled to begin on April 12, 2025, at 11:00am and will close on June 12, 2025, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes through the official EA website during this period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to participate and support the players they believe have delivered outstanding performances over the past month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe collective opinion of fans will help determine which footballers receive exclusive POTM (Player of the Month) items in FC 26.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5504a86e831dff86aed1rH2KtNCI03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5504a86e831dff86aed1rH2KtNCI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement regarding the winner is expected to take place on December 12, 2025 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official reveal of the winner on the specified date.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55059592a26cf545f4f2U3MYPSRY03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55059592a26cf545f4f2U3MYPSRY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in the Premier League are shortlisted as nominees for special recognition in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are then invited to cast their votes, helping to decide which standout player deserves the honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is ultimately crowned the winner and awarded a unique POTM item in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5509771d87d93943e2feCawfzgpy03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5509771d87d93943e2feCawfzgpy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominated players is expected to be revealed on January 1, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be shared once the official announcement is made.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates on which Premier League stars are in contention.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e550c55a5a631a5995399lsgDR14M03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e550c55a5a631a5995399lsgDR14M03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting period is scheduled to begin on January 1, 2026, at 11:00am and will conclude on January 3, 2026, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting process by visiting the EA Website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to share their opinions on which players are most deserving of the monthly award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis process allows supporters to have a say in selecting the standout performers for the month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e550d55a5a631a59953ad3zWQpc7M03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e550d55a5a631a59953ad3zWQpc7M03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the Premier League highlights top-performing players with exclusive FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items celebrate standout achievements on the pitch, recognizing those who make a significant impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await the reveal, which is expected to take place on January 09, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement date is subject to change, depending on official scheduling.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for updates as the league prepares to honor its Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e550f16507cc2209d3f74j8eSvV9i03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e550f16507cc2209d3f74j8eSvV9i03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Premier League players are recognized for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts alike participate in the selection process by casting their votes for their favorite nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who garners the most votes is awarded a unique FC 26 Player of the Month (POTM) item, celebrating their achievement in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e551342be7c80e4ffc82dcuSCilA503&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e551342be7c80e4ffc82dcuSCilA503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the Premier League highlights standout players who are considered for Player of the Month honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A list of candidates is typically revealed at the beginning of the month, allowing fans and experts to discuss potential winners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For February 2026, the announcement of nominees is expected to take place on the 5th, giving everyone a chance to review the contenders.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These nominations serve as the first step in selecting the recipients of special FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5515beabaf0b01fd2c6d6OxptB7H03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5515beabaf0b01fd2c6d6OxptB7H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, Premier League fans have the opportunity to cast their votes for standout players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting typically opens on February 5th, 2026 at 11:00am and closes on February 7th, 2026 at 11:00am.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can participate in the selection process by visiting the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community opinion plays a significant role in determining which footballers receive recognition for their performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The players who receive the most votes are honored with exclusive FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e551742be7c80e4ffc86bKZgDFPPj03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e551742be7c80e4ffc86bKZgDFPPj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on February 13, 2026 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official reveal of the recipient.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e551828c26ff11e7ef06cR74I6amd03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e551828c26ff11e7ef06cR74I6amd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in the Premier League are nominated for Player of the Month honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to choose the standout player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a special FC 26 POTM item, recognizing their exceptional achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e551eca5a6c9f1dc07d25XaetUgKB03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e551eca5a6c9f1dc07d25XaetUgKB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates is expected to be revealed around March 5, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOfficial announcement of the nominees is scheduled for that estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for details on which players are in contention.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55209f9c9a1ce19e21426DN7E7Eu03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55209f9c9a1ce19e21426DN7E7Eu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for the Premier League Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is expected to begin on March 5, 2026, at 11:00am and will close on March 7, 2026, at 11:00am.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can participate through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community opinions play a key role in determining which footballer receives the coveted FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552142be7c80e4ffc929xuVUd4cq03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552142be7c80e4ffc929xuVUd4cq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on March 13, 2026 (this date is approximate).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55239592a26cf545f706cV9IeoPd03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55239592a26cf545f706cV9IeoPd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Premier League players are shortlisted for their impressive performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select the top performer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the most votes is awarded the Player of the Month (POTM) title and receives a special FC 26 POTM item to celebrate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5528771d87d93943e53ao5vLAx5s03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5528771d87d93943e53ao5vLAx5s03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of players nominated for this recognition is expected to be revealed around April 2, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and followers should look out for the official announcement of the contenders on the estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding which players are in the running will become available once the nominees are made public.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552a55a5a631a59955efjVjRCkz603&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552a55a5a631a59955efjVjRCkz603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on April 2, 2026, at 11:00am and will close on April 4, 2026, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by casting their votes through the EA Website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to share their opinions on which players are most deserving of the monthly award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis interactive process allows supporters to influence which Premier League stars receive special FC 26 POTM items.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552c55a5a631a599560b4UBUpjbc03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552c55a5a631a599560b4UBUpjbc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on April 10, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis date is currently an estimate and may be subject to change.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official reveal of the winner.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comprehensive Winner List and Player Statistics&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552e9592a26cf545f79emg6ter3b03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552e9592a26cf545f79emg6ter3b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month in the Premier League, outstanding players are recognized with special FC 26 POTM (Player of the Month) awards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These awards celebrate top performers based on their exceptional displays.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Honorees are selected from various clubs and represent different nations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list of winners is updated regularly, highlighting the achievements of players across the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can track which footballers have received this prestigious monthly recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e552f42be7c80e4ffca0btzfryJ8Z03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e552f42be7c80e4ffca0btzfryJ8Z03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;70&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e553227e7397b726c595a6fGlQHkG03&quot; height=&quot;671&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e553227e7397b726c595a6fGlQHkG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e553427e7397b726c59703OV5GSPi03&quot; height=&quot;408&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e553427e7397b726c59703OV5GSPi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5536ad80cd0bfac3a441xMjil2rT03&quot; height=&quot;288&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5536ad80cd0bfac3a441xMjil2rT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All timings provided correspond to the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release schedules are listed using UK local time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Please note that all times mentioned refer to the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;UK time is used for all stated release times.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about FC 26 POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55399592a26cf545f856PUsSwHyS03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55399592a26cf545f856PUsSwHyS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEach month, EA Sports highlights standout Premier League performers by awarding them special FC 26 Player of the Month (POTM) items with enhanced attributes.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe selection process for POTM features a blend of community involvement and expert opinion: public votes contribute 10%, while the majority of the decision is made by a panel of football experts and club captains.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNominees for the award are typically revealed either on the first or last Thursday of each month, with six to eight players shortlisted for fan and expert consideration.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for your favorite nominee is open to the public and can be done via the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe POTM winner is announced on a Friday, eight days after the nominees are revealed, and the announcement is accompanied by the release of a special Squad Building Challenge (SBC) for that player.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBy completing the dedicated SBC, fans can earn a unique, tradable POTM item featuring improved stats and exclusive artwork to enhance their FC 26 squad.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe tradition of Premier League POTM items began in August 2016, debuting in FIFA 17.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOver the course of a season, EA releases eight Premier League POTM items, each celebrating the achievements of individual players.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nA comprehensive list of nominees and winners is maintained for fans to track monthly honorees.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re finding yourself short on coins in the latest &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 26&lt;/a&gt; game, there&rsquo;s no need to worry&mdash;just head over to &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fifa coins&lt;/a&gt; quickly and easily. Whether you play on Xbox or PC, LootBar is your go-to platform to buy &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; and ensure you never miss out on building your dream team or seizing those limited-time opportunities in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out in the market for several reasons. It offers the best prices, often running special promotions with discounts of up to 8%, so you get more fc 26 coins for less money. Your transactions are 100% secure, thanks to advanced encryption and strict data protection measures. Plus, LootBar provides 24/7 customer service to help with any questions or issues you might have, and delivers your fifa 26 coins at lightning speed&mdash;often within just 30 minutes. With an outstanding Trustpilot rating of 4.9 and countless positive reviews, LootBar is the trusted choice for gamers looking to buy fifa coins and elevate their FIFA 26 experience.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(73, 195, '', 'Genshin Impact : succ&egrave;s mondial et enjeux cach&eacute;s', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce d&eacute;but d&rsquo;ann&eacute;e a &eacute;t&eacute; marqu&eacute; par un ph&eacute;nom&egrave;ne vid&eacute;oludique qui a su captiver une large audience &agrave; travers le monde. Cr&eacute;&eacute; par la soci&eacute;t&eacute; chinoise mihoyo limited, Genshin Impact se distingue par ses graphismes inspir&eacute;s de l&rsquo;esth&eacute;tique japonaise et un syst&egrave;me de combat dynamique, &eacute;voquant fortement l&rsquo;univers de Breath of the Wild. Sa popularit&eacute; ne cesse de cro&icirc;tre, avec plus de 17 millions de t&eacute;l&eacute;chargements, un chiffre qui exclut cependant les plateformes PC et PS4.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour mettre ce succ&egrave;s en perspective, Pok&eacute;mon Go avait atteint 51 millions de t&eacute;l&eacute;chargements en seulement 19 jours lors de son lancement, un record impressionnant. De plus, Genshin Impact s&rsquo;est rapidement hiss&eacute; au rang de deuxi&egrave;me application la plus lucrative de l&rsquo;App Store, d&eacute;passant m&ecirc;me des applications comme TikTok en Chine.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce succ&egrave;s historique a &eacute;t&eacute; salu&eacute; comme &eacute;tant le premier grand triomphe international pour un jeu chinois. Cependant, derri&egrave;re cette r&eacute;ussite se cache une r&eacute;alit&eacute; plus complexe : la censure impos&eacute;e par le gouvernement chinois. En effet, le jeu doit respecter les lois locales, ce qui implique la suppression de contenus jug&eacute;s sensibles. Un journaliste japonais, Kazuma Kashimoto, a r&eacute;v&eacute;l&eacute; la pr&eacute;sence d&rsquo;un filtre de censure qui modifie ou bloque certains mots, notamment ceux li&eacute;s &agrave; des r&eacute;gions telles que le Tibet, Ta&iuml;wan ou Hong Kong. Ce filtre agit aussi bien sur la version chinoise que sur la version internationale du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Face &agrave; la popularit&eacute; croissante de Genshin Impact en Europe, cette r&eacute;v&eacute;lation suscite un vif d&eacute;bat. La question de l&rsquo;influence politique chinoise dans un titre mondial est devenue un sujet de discussion majeur, avec certains craignant une utilisation du jeu comme vecteur pour diffuser ou faire conna&icirc;tre la politique chinoise &agrave; un public peu inform&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour en savoir plus, consultez notre analyse d&eacute;taill&eacute;e dans le journal de jeuxvideo.com, disponible chaque jour sur lestream.fr de 12h30 &agrave; 14h30.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la monnaie premium essentielle dans Genshin Impact, utilis&eacute;e principalement pour obtenir des Primo-Gemmes qui servent &agrave; r&eacute;aliser des invocations de personnages et d&rsquo;armes ou &agrave; acheter d&rsquo;autres objets exclusifs du jeu. Pour acqu&eacute;rir du Cristal primaire, il est n&eacute;cessaire de proc&eacute;der &agrave; un achat via des plateformes de recharge officielles telles que Codashop, Midasbuy ou directement dans la boutique du jeu. Une fois obtenu, ce cristal offre aux joueurs un avantage consid&eacute;rable en facilitant l&rsquo;acc&egrave;s &agrave; des ressources rares et en enrichissant l&rsquo;exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt; pour obtenir des Cristal primaire dans Genshin Impact, il peut &ecirc;tre int&eacute;ressant de passer par le site &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Ce service sp&eacute;cialis&eacute; dans le trading de monnaies virtuelles propose une solution simple et efficace pour acqu&eacute;rir des ressources premium, telles que les &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact primo gemmes&lt;/a&gt;, n&eacute;cessaires pour progresser rapidement dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux avantages de lootbar.gg r&eacute;side dans ses tarifs comp&eacute;titifs, permettant aux joueurs d&rsquo;acheter des packs de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;morceau de cristal genshin&lt;/a&gt; &agrave; des prix nettement inf&eacute;rieurs &agrave; ceux propos&eacute;s par les autres plateformes. En plus de la r&eacute;duction substantielle sur le co&ucirc;t total, le processus d&rsquo;achat est optimis&eacute; : il suffit de quelques clics pour recharger une grande quantit&eacute; de Cristal primaire en une seule transaction, ce qui fait gagner du temps et &eacute;vite les d&eacute;marches r&eacute;p&eacute;titives. Gr&acirc;ce &agrave; la s&eacute;curit&eacute; et la fiabilit&eacute; du site, les utilisateurs peuvent se concentrer pleinement sur leur aventure dans le monde ouvert de Genshin Impact, tout en profitant des meilleures offres disponibles sur le march&eacute;.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPour commencer le processus de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt; sur Lootbar, rendez-vous sur le site officiel lootbar.gg, s&eacute;lectionnez votre langue pr&eacute;f&eacute;r&eacute;e et le type de devise, puis connectez-vous &agrave; votre compte.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnsuite, recherchez l&rsquo;option de recharge de jeux et s&eacute;lectionnez Genshin Impact dans la liste des jeux propos&eacute;s.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez ensuite la quantit&eacute; de Cristal primaire que vous souhaitez obtenir, puis cliquez sur le bouton pour proc&eacute;der &agrave; la recharge.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIndiquez le serveur correspondant &agrave; votre compte et saisissez votre UID Genshin Impact avec pr&eacute;cision pour garantir la bonne r&eacute;ception des cristaux.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s avoir v&eacute;rifi&eacute; vos informations, cliquez sur le bouton de confirmation, choisissez la m&eacute;thode de paiement qui vous convient et finalisez le paiement pour compl&eacute;ter votre genshin impact recharge.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(74, 196, '', 'Rogue Joins Marvel Rivals &ndash; Season 5 Update Overview', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e53ec21493bf11e339b6bEm47QJgo03&quot; height=&quot;484&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e53ec21493bf11e339b6bEm47QJgo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;860&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Rogue Joins Marvel Rivals&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Netease has officially announced the inclusion of Rogue in Marvel Rivals Season 5, sparking excitement among fans. This update is set to introduce her distinctive powers along with other new content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Season 5 approaches, anticipation builds with the reveal of two iconic heroes: Rogue and Gambit. The upcoming season is scheduled to launch on November 14, 2025, and will feature fresh characters, special themed events, and various game balance adjustments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The trailer for Season 5 has generated significant buzz, confirming many of the rumors and leaks that circulated in recent weeks. Fans are eager to explore the new dynamics and gameplay options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This article will provide a comprehensive overview of Rogue, including her class, her rumored abilities, and the timeline for when players can start using her in Marvel Rivals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e53efbeabaf0b01fd21b4USgK3wHu03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e53efbeabaf0b01fd21b4USgK3wHu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This article will be updated once official information becomes available regarding Rogue&#039;s full ability set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anna Marie, known as Rogue, has been a prominent member of the X-Men for many years. Her most notable power involves absorbing the skills, memories, and abilities of others through physical contact. This power allows her to temporarily gain traits such as enhanced strength, speed, or even flight, depending on the individual she interacts with.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout various story arcs, Rogue has demonstrated her capacity to acquire different powers, often resulting in her gaining superhuman strength and flight after touching certain characters. She also maintains a well-known, complex relationship with Gambit, which adds depth to her character.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In a game like Marvel Rivals, Rogue&#039;s adaptable ability set makes her an excellent choice for a versatile, matchup-oriented strategy. Her powers enable her to respond dynamically to different opponents, making her a flexible and unpredictable hero in battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8414c83d124f80713f5IgZYwrTI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8414c83d124f80713f5IgZYwrTI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Rogue&#039;s Potential Skills&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While Netease has yet to publish official details about Rogue&#039;s abilities, data miners have uncovered a series of names that shed light on her potential skills.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These leaked details pertain to her strategist class, hinting at a versatile and dynamic playstyle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of her abilities, dubbed &quot;Capacity Building,&quot; is likely a passive trait that boosts energy or charge levels, perhaps when she absorbs enemy attacks or benefits from allies&rsquo; buffs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another intriguing skill called &quot;Ability Draw&quot; might allow Rogue to temporarily mimic or &quot;pull&quot; a nearby hero&rsquo;s power, effectively sampling abilities on the fly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, there are three core &quot;Ability Acquisition&quot; skills, possibly representing slots where she can store or rotate copied powers, enabling her to adapt her abilities throughout a match.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If these leaks are accurate, Rogue could redefine gameplay dynamics, offering a unique experience unlike any other hero in the roster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690bdf4f2176f6e4dce4cce2j9WtEclV03&quot; height=&quot;858&quot; src=&quot;https://c2c.fp.guinfra.com/file/690bdf4f2176f6e4dce4cce2j9WtEclV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;679&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Rogue Joins Marvel Rivals&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Netease has announced that Rogue will be introduced to Marvel Rivals as part of Season 5.5 launching in December 2025, making her the 45th hero available in the game. This beloved mutant from the X-Men universe will follow closely after Gambit&#039;s release, adding another fan-favorite to the roster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voice actress Lenore Zann, renowned for her portrayal of Rogue in both X-Men: The Animated Series and X-Men &rsquo;97, will reprise her role, offering players a nostalgic experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Are you excited to add Rogue to your main lineup when she becomes playable? Share your thoughts in the comments below!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency in Marvel Rivals, enabling players to access the Battle Pass and acquire exclusive cosmetics like unique skins and emotes. To obtain Marvel Rivals Lattices, players can top up through reputable game trading platforms such as LootBar, which offers a straightforward purchase process. By using these platforms, players can quickly enhance their in-game experience with new customization options. This makes Marvel Rivals Lattices essential for anyone looking to personalize their gameplay and stand out in the Marvel universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. lootbar.gg stands out as a reliable choice for &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt;, offering a streamlined and secure experience for gamers seeking to enhance their in-game progress. With support for over 60 popular games, lootbar makes it easy for users to find exactly what they need, no matter their gaming preferences. The platform also provides 24/7 customer service and multiple payment options, ensuring convenience and peace of mind throughout the transaction process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar offers highly competitive prices, including regular promotions and discounts that can reach up to 20% off for Marvel Rivals top up, making it a cost-effective solution for purchasing Marvel Rivals Lattices. Players can also benefit from being part of a friendly and active community hub, accessing helpful game guides, leaks, and participating in events through lootbar&rsquo;s blog and Discord server. All these features combine to make lootbar.gg an excellent platform for gamers wanting to maximize their experience in Marvel Rivals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices using the lootbar trading platform, begin by accessing the official LootBar website and logging into your account after selecting your desired language and currency. Once logged in, navigate to the top-up section on the homepage and locate the option for Marvel Rivals. You will be prompted to enter your Marvel Rivals User ID to ensure your purchase is correctly credited to your game account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide on the quantity of Lattices you wish to purchase for Marvel Rivals and select it from the available options. Proceed by choosing a payment method that suits you best, and then confirm your transaction by clicking the pay button. After completing these steps, your Marvel Rivals Lattices will be delivered to your account, allowing you to enjoy more in-game features and purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(75, 197, '', 'Call of Duty: Mobile Season 10 &ndash; Vault AU79 Highlights', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e555b771d87d93943e848SLb7jb9c03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e555b771d87d93943e848SLb7jb9c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Season 10 of Call of Duty: Mobile, dubbed Vault AU79, feels like a curated remix of the game&#039;s most beloved moments, celebrating its rich history with a nod to the &quot;golden&quot; era. The season was launched two weeks ago and is affectionately described by Activision as &quot;the season of gold,&quot; emphasizing the return of classic features, weapons, and characters from past seasons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This new chapter is thoughtfully designed as a homage to longtime fans and newcomers alike, blending nostalgia with innovative twists. Notably, fan-favorites such as Ghost and Price make a comeback from the Going Dark vault, adding excitement for players eager to relive iconic moments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those looking to enhance their gaming experience, the in-game store currently offers a 10% discount on Call of Duty points and battle passes through the Carry1st shop&mdash;an ideal opportunity to invest in new skins and upgrades without overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The season&rsquo;s core theme revolves around bringing back legendary maps and modes, some with fresh modifications. From intense nighttime battles on familiar maps like Summit and Crash to playful party modes and new gameplay features, Vault AU79 offers a diversified experience. The developers have meticulously polished these classics, making each match feel like a reunion with old friends, while newer players can quickly learn what makes COD Mobile special.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expect a flood of varied content, including a rotation of returning multiplayer modes, a comprehensive battle pass packed with rewards, seasonal events, and limited-time collaborations. The shift from the chaos of Season 9&rsquo;s WWE Undertaker crossover to a more nostalgic theme offers a refreshing change of pace, emphasizing fun and community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Key highlights include the return of night maps, transforming familiar battlegrounds into eerie, tactical environments where players must rely on infrared vision to detect enemies. The social hub, The Club, reappears as a relaxing space for socializing, mini-games, and forming parties&mdash;adding a layer of social interaction beyond combat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Large-scale battles make a comeback with Ground War 12v12, featuring vehicles and multiple capture points for those craving epic warfare. A new addition, Chase Mode, introduces parkour-inspired races that test agility and movement skills, offering a break from gunplay and a chance to showcase platforming prowess.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Party mode fans will enjoy Big Head Blizzard, a hilarious winter-themed chaos mode where players grow oversized heads and turn into snow monsters, adding a goofy, lighthearted touch. Meanwhile, Goliath Clash pits players inside massive mech suits, fighting for dominance in a futuristic twist on traditional combat, with strategic upgrades and team coordination.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout the season, the variety of modes ensures continuous excitement, appealing to both casual and veteran players. The rotating lineup keeps gameplay fresh, preventing boredom and encouraging exploration of different styles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Season 10 also features special seasonal events, such as the Girls&rsquo; Frontline crossover&mdash;a rare collaboration that introduces a PvE survival mode where players face waves of enemies from the popular tactical RPG universe. Success in these events yields exclusive rewards, including epic blueprints and unique gameplay experiences, making this season both a nostalgic celebration and a fresh adventure for all.Season 10 of Call of Duty: Mobile introduces a festive holiday atmosphere with special themed events, starting with a Thanksgiving celebration. During this period, players can participate in seasonal activities to earn unique rewards such as the improvised hazard assault rifle blueprint called Groza, the thankful gobbler SMG blueprint named Lapa, and the whitechapel operator skin, Iskra. These seasonal tasks involve accumulating kills or securing wins to unlock the goodies, with hints at additional limited-time events planned throughout the season to keep the festivities lively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new feature in this season is the Challenge Pass, an expanded challenge system designed to enhance player engagement. By completing various missions categorized as standard, special, or elite, players earn tokens that can be exchanged in a dedicated Season 10 store for exclusive items. Rewards include the Zeyna operator skin with a battle tradition theme, the MX9 microcore mortar blueprint, a &quot;Tough Guy&quot; emote, and a &quot;Time to Goo&quot; charm. This system allows players to prioritize what they want most by saving tokens, making progress feel rewarding. Regularly checking weekly missions helps maximize token collection, encouraging continuous gameplay to earn free rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The season&rsquo;s Battle Pass, Vault AU79, is packed with content, offering both free and premium rewards. Among the free tiers, players can unlock the brand-new Einhorn revolving shotgun at tier 21&mdash;an innovative firearm inspired by a 19th-century design featuring a revolving cylinder similar to a revolver. Its unique reload animation and powerful in-game performance make it a standout. Free players also receive a War Machine cosmetic skin called Watercolour Warrior, along with weapon camos, XP cards, credits, and Vault coins. These coins can be used to unlock past season items through the Battle Pass vault, providing a chance for veterans and newcomers alike to access coveted cosmetics from previous seasons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Opting for the premium pass grants access to a wealth of high-end skins and blueprints. This season&rsquo;s premium rewards maintain the gold and tech aesthetic, including an Atlas Corporation operator skin, possibly the &quot;Lethal Liquidator,&quot; and Rosa, a cyber specialist operator skin with a futuristic vibe. For weapons, players get the Ffar1&mdash;Unerring Prototype blueprint, and the Einhorn Revolving&mdash;Calibrated Havoc blueprint, both stylized with glowing accents and sci-fi details. Premium tiers also include themed accessories like backpack skins, avatars, and callings cards, along with additional Cod Points that can offset the purchase cost if the pass is fully completed. The overall design emphasizes a high-tech, golden look, making operators and guns visually striking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For dedicated players, the Ground Forces Battle Pass subscription offers extra perks. This monthly subscription provides an exclusive Domino&mdash;Spy Games operator skin, a Dr-H&mdash;Machined Menace weapon blueprint, and a matching backpack. Subscribers also enjoy a 10% XP boost and discounts on draws and crates, making it ideal for those who play daily and want to maximize their progress and gear.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A highly anticipated feature is the Battle Pass Vault, which allows players to access content from previous seasons. This season, the vault includes items from Season 12&#039;s Going Dark, a popular night-ops themed set featuring skins like Ghost&mdash;Jawbone and Price&mdash;Dead of Night, plus the Black Gold weapon camo series. This feature is a boon for both new and veteran players, enabling them to unlock or purchase older, coveted items using Vault Coins accumulated from completing vault missions. It&rsquo;s a respectful way to revisit past content while rewarding consistent gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The store updates for Season 10 are particularly exciting for collectors and cosmetic enthusiasts. Not only are new lucky draws introduced, but old mythic weapon draws are making a rare return for the first time in years. Mythic weapons such as the Krig 6&mdash;Ice Drake and the JAK-12&mdash;Rising Ashes are back, giving players an opportunity to obtain these exclusive, upgradeable masterpieces. Maxing out these mythics involves gathering duplicate upgrade materials, which can be costly, so only the most committed or resourceful players should pursue this. Other mythic weapons like the Rytec AMR&mdash;Nautilus and the Siren&mdash;Hydrodynamic from the Abyssal State are also returning, with hints that classics like the Fennec&mdash;Ascended or the RPK&mdash;Radiance might appear later. This influx of mythic content is a dream for players who missed previous opportunities, but caution is advised to avoid overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, the crossover event with Girls&rsquo; Frontline introduces two new lucky draws featuring anime-style operator skins&mdash;Dusk and Kestrel&mdash;marked by their futuristic military and JRPG-inspired aesthetics. Each operator comes with a matching legendary weapon, the M4&mdash;Jupiter Cannon and ICR-1&mdash;Wisterian Visage, both boasting neon-high-tech designs, adding a fresh and stylish flavor to the game&rsquo;s roster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Season 10&rsquo;s Vault AU79 update enriches Call of Duty: Mobile with a blend of holiday cheer, expanded challenge systems, extensive reward options, and a nostalgic return of legendary weapons. Whether players opt for free rewards or invest in the premium pass, the season offers substantial value and plenty of reasons to stay engaged. With discounts available through the Carry1st shop, now is an ideal time to dive into the season&rsquo;s offerings and strike gold with some of the most sought-after cosmetics and weapons in the game.Gacha-style mechanics are a key aspect of many in-game events, including lucky draws. These draws can be unpredictable&mdash;sometimes you might win the top prize immediately, while other times you may need multiple attempts, with each subsequent pull costing more. Players should plan their budgets carefully or consider using discounted in-game currency to maximize their chances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the main draws, the season introduces two more themed lucky boxes. One features a post-apocalyptic motif with a character called Wicht Warden, Pestilence, evoking a plague doctor or wasteland aesthetic. The other showcases Rin Yoshida in the &ldquo;Augmented Eclipse&rdquo; draw, blending cybernetic elements with futuristic visuals, likely appealing to fans of neon-lit, sci-fi designs. These draws typically include a variety of items such as emotes and vehicle skins, with the main attractions being the operator and weapon skins&mdash;perfect for collectors seeking unique themes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After extensive gameplay in Season 10&mdash;Vault AU79&mdash;it&#039;s clear that this installment stands out as one of the most feature-rich and engaging seasons in Call of Duty: Mobile history. It skillfully balances nostalgic elements with fresh content, allowing players to relive classic moments like using night vision goggles on familiar maps or celebrating in the club as they did in 2021.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, new additions like the Einhorn shotgun, a parkour chase mode, and a crossover with Girls&rsquo; Frontline inject excitement and variety into the experience. This diverse lineup ensures there&rsquo;s something for every player mood, complemented by the battle pass that promotes ongoing progression and rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those feeling a bit disengaged from previous seasons, Vault AU79 offers a revitalizing experience. It&rsquo;s an ideal time for returning players to rejoin and newcomers to jump right in. As the game approaches its sixth anniversary next season, Season 10 acts as a heartfelt appreciation of the community&rsquo;s support and a celebration of the game&rsquo;s evolution. It highlights key moments from each year while continuously introducing new content to keep the experience fresh.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prepare yourself&mdash;equip your night vision goggles, head into battle, and explore the treasure-filled vault awaiting players this season.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are CODM and CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM CP&lt;/a&gt;, or Call of Duty: Mobile CP, is the premium in-game currency used in Call of Duty: Mobile to unlock exclusive character skins, weapon blueprints, Battle Pass tiers, and other special items that enhance your experience. Players can top up CODM CP conveniently through various trusted game trading platforms such as Codashop, Midasbuy, and Garena. By purchasing CODM CP, users gain access to premium content and can customize their gameplay to stand out on the battlefield. Whether you&rsquo;re aiming for unique looks or want quicker progress, topping up CODM CP is the gateway to exclusive rewards in Call of Duty: Mobile.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Recharge codm cp&lt;/a&gt; efficiently and securely, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As a trusted choice among gamers worldwide, lootbar.gg provides a user-friendly interface tailored for purchasing Call of Duty: Mobile CP, making the process both straightforward and convenient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing lootbar for your CODM CP top up is its commitment to competitive pricing and regular discounts, sometimes offering savings as high as 19%. The platform prioritizes transaction security with advanced encryption technology, ensuring all payments and personal data remain protected. Additionally, lootbar.gg boasts a fast delivery system so you can enjoy your new in-game currency without unnecessary waiting. Should you need assistance at any step, their dedicated 24/7 customer support team is always ready to help, making the entire recharge codm cp experience smooth and reliable for all players.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up CODM on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up CODM&lt;/a&gt; on the lootbar trading platform, start by visiting the official website, lootbar.gg. Once you are on the site, select your preferred language and currency to ensure a seamless transaction experience. Next, log into your account using your credentials. After logging in, navigate to the home page where you will find a section dedicated to game top-ups; within this section, locate Call of Duty: Mobile to begin the process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Proceed by selecting the amount of COD Points (CP) you wish to purchase for your Call of Duty: Mobile account. After confirming your selection, choose a payment method that suits you best from the available options. Finally, click the Top-up Now button to complete your purchase. The CP will be credited to your account shortly, allowing you to enjoy all the in-game benefits that come with your top up CODM transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; height=&quot;651&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(76, 198, '', 'FC 26 Coins &ndash; Fastest Ways to Get Cheap FIFA Coins', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About Kenan Yıldız&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e544ebeabaf0b01fd25790KXLq3Wi03&quot; height=&quot;999&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e544ebeabaf0b01fd25790KXLq3Wi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kenan Yıldız, born on May 4, 2005 in Regensburg, Germany, has quickly established himself as a prominent figure in European football. Representing Turkey on the international stage, he is known for his exceptional skills as a central attacking midfielder, as well as his versatility on both flanks. Currently wearing the number 10 jersey for Juventus in Serie A, Yıldız&rsquo;s creativity and vision on the field make him a vital asset to his team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Having begun his youth career with Bayern Munich in 2012, Kenan Yıldız made a significant move to Juventus&rsquo; U19 squad in 2022, marking the start of a promising journey in Italian football. His rapid ascent saw him promoted to the Juventus first team in late 2023, where he made an immediate impact with a goal on his Serie A debut, becoming the club&rsquo;s youngest foreign scorer. Notably, he continued to impress by scoring a remarkable solo goal in the Coppa Italia and helping Juventus secure the cup title, underlining his knack for performing in crucial moments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Internationally, Yıldız made headlines by scoring in his debut for the Turkish national team and earning a spot in the squad for the European Championship. His performances in the Champions League have also been historic, as he became the youngest Turkish player and the youngest Juventus player under 20 to score in the competition since its format change. Recognized for his technical prowess, playmaking abilities, and composure, Kenan Yıldız is widely regarded as one of the most promising central attacking midfielders of his generation.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Kenan Yıldız&#039;s Ratings Reload card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kenan Yıldız&#039;s Ratings Reload card introduces an electrifying Central Attacking Midfielder with an impressive overall rating of 87, boasting standout attributes such as 89 pace, 86 shooting, 82 passing, and a remarkable 90 dribbling. These stats make Yıldız a dynamic force in the midfield, capable of dictating play and launching incisive attacks. With his speed and dribbling prowess, he can swiftly break through defensive lines, creating scoring opportunities and giving your team the edge needed to secure victory in crucial moments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e545055a5a631a5994630OOcFh4ZJ03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e545055a5a631a5994630OOcFh4ZJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain Kenan Yıldız&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are a few main methods you can try. First, you can purchase card packs and hope to obtain valuable cards, but this approach is largely luck-based and the odds of getting high-value cards are quite low. Another way is to complete Squad Building Challenges (SBCs), which may reward you with special cards that can be sold for coins; however, these challenges often require you to use other cards from your collection, which could be costly or time-consuming. Finally, you can buy cards directly from the transfer market and sell them for profit, but popular cards like Kenan Yıldız&#039;s Ratings Reload card currently cost around 0.45 million UT Coins, making this method expensive and potentially risky if market prices fluctuate. Each method has its own drawbacks, so it&#039;s important to consider your resources and goals before deciding how to earn FC 26 Coins.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e545216507cc2209d3488CW4Drb6v03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e545216507cc2209d3488CW4Drb6v03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, players try to earn &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; by selling player cards, completing objective goals, or grinding through different game modes for rewards. However, these conventional methods of collecting &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap fifa coins&lt;/a&gt; can be both time-consuming and unreliable, heavily dependent on your in-game skills, luck, and the market&rsquo;s volatility. If you&rsquo;re aiming to acquire top-tier cards like Team of the Week Mbapp&eacute;, these approaches may require months of effort, making it difficult to swiftly build your dream squad.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those who want to get FC 26 Coins quickly, the LootBar trading platform presents a smarter alternative. LootBar allows you to securely purchase &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt; at highly competitive rates, with approximately $464 getting you 5 million FC 26 Coins, and a special 10% discount for new users dropping the price to $417. Fast delivery and secure trading methods mean your account stays safe while you receive your coins almost instantly. Whether you&rsquo;re an experienced player or just starting out, LootBar is the go-to platform for cheap FIFA coins, helping you unlock premium players and enjoy the game without the wait.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(77, 199, '', 'Netflix Highlights: New Comedy &amp; &#039;Full Swing&#039; Arrivals', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55ddefda918efac8bd8bIevArdft03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55ddefda918efac8bd8bIevArdft03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;This week&#039;s Netflix arrivals offer a sharp contrast: one major comedy premiere dominates, while the rest of the slate leans quieter.&lt;/p&gt;\n&lt;p&gt;Kate Hudson takes center court in the standout new series, &quot;Running Point.&quot;&lt;/p&gt;\n&lt;p&gt;She portrays the president of the fictional Los Angeles Waves basketball franchise, promising workplace absurdity from the comedic minds behind &quot;The Mindy Project.&quot; Consider this the week&#039;s essential watch.&lt;/p&gt;\n&lt;p&gt;The only other significant Netflix original arrival is the sports documentary series &quot;Full Swing.&quot;&lt;/p&gt;\n&lt;p&gt;Its third season continues delivering intimate access to the pressures and lives of top professional golfers navigating the global tour.&lt;/p&gt;\n&lt;p&gt;Beyond these two highlights, the week presents a quieter streaming period.&lt;/p&gt;\n&lt;p&gt;For those seeking a broader selection, Netflix&#039;s full weekly additions list offers more options.&lt;/p&gt;\n&lt;p&gt;Explore further with guides covering the entire month&#039;s new releases or curated collections of bingeable miniseries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e027e7397b726c5c14BlaWAqua03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e027e7397b726c5c14BlaWAqua03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A new comedy series titled &quot;Running Point&quot; features Kate Hudson portraying Isla Gordon, a key member of the influential Gordon family who owns the Los Angeles Waves basketball team. The show draws inspiration from the NBA&#039;s Los Angeles Lakers, with the Gordan family mirroring the Buss family ownership.&lt;/p&gt;\n&lt;p&gt;In the narrative, Isla steps into the role of team president, facing the hurdles similar to those encountered by Jeanie Buss&mdash;seeking acknowledgment and respect within the sports industry. The trailer hints at a humorous and exaggerated take on real-life sports management stories, blending satire with entertainment.&lt;/p&gt;\n&lt;p&gt;Available to stream on Netflix starting February 27, the series promises a light-hearted look at the challenges of leadership in professional sports. Fans can subscribe to receive updates, reviews, and exclusive content directly from Tom&#039;s Guide, keeping informed on the latest entertainment and tech news.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e3dda72ce54ed3b8b54jpTQkIS03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e3dda72ce54ed3b8b54jpTQkIS03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;Golf&#039;s raw reality returns as Netflix premieres &#039;Full Swing&#039; season three this Sunday.&lt;/p&gt;\n&lt;p&gt;Produced with the PGA Tour, this documentary series exposes the unfiltered journeys of elite athletes beyond tournament pressures.&lt;/p&gt;\n&lt;p&gt;Scottie Scheffler&#039;s startling arrest and Rory McIlroy&#039;s personal divorce headlines feature prominently in the new episodes.&lt;/p&gt;\n&lt;p&gt;Amidst professionals, amateur Neal Shipley&#039;s narrative adds compelling contrast to the championship circuit.&lt;/p&gt;\n&lt;p&gt;Fans craving the intimate sports storytelling seen in &#039;Drive to Survive&#039; will find this installment particularly gripping.&lt;/p&gt;\n&lt;p&gt;Stream all episodes exclusively on Netflix beginning February 25.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e5beabaf0b01fd34490NG7d6TP03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e5beabaf0b01fd34490NG7d6TP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover a gripping new series that sheds light on a tragic environmental disaster from the UK.&lt;/p&gt;\n&lt;p&gt;Set in the 1980s, the story revolves around a community affected by hazardous waste contamination resulting from a local industrial cleanup effort.&lt;/p&gt;\n&lt;p&gt;Tons of toxic material were illegally transported through residential neighborhoods, leading to a surge in health problems among residents.&lt;/p&gt;\n&lt;p&gt;The series highlights the resilience of those impacted, particularly focusing on the stories of three mothers fighting for justice.&lt;/p&gt;\n&lt;p&gt;Led by a dedicated lawyer, they band together to hold authorities accountable for their negligence.&lt;/p&gt;\n&lt;p&gt;Starring acclaimed actors such as Jodie Whittaker, Aimee Lou Wood, and Claudia Jessie, the miniseries offers an emotional and powerful portrayal of community activism.&lt;/p&gt;\n&lt;p&gt;Available to stream on Netflix from February 27, this four-part drama promises to be a compelling watch for those interested in environmental justice and human resilience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e8ba33549e363ed4c91GvK97ef03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e8ba33549e363ed4c91GvK97ef03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix New Releases Overview&lt;/h3&gt;\n&lt;p&gt;&quot;Despicable Me 4&quot; crashes onto Netflix screens this week!&lt;/p&gt;\n&lt;p&gt;Gru&#039;s criminal days are over &ndash; he&#039;s now a full-time secret agent protecting his family.&lt;/p&gt;\n&lt;p&gt;But chaos erupts when Maxime Le Mal, Gru&#039;s bitter childhood enemy, escapes prison hellbent on vengeance.&lt;/p&gt;\n&lt;p&gt;Forced into emergency relocation, Gru hides his wife Lucy and three daughters in a secure safehouse.&lt;/p&gt;\n&lt;p&gt;Double trouble arrives with ambitious neighbor Poppy Prescott, who schemes to resurrect Gru&#039;s villainous legacy.&lt;/p&gt;\n&lt;p&gt;Steve Carell and Kristen Wiig return alongside hilarious newcomer Joey King in this explosive sequel.&lt;/p&gt;\n&lt;p&gt;Stream the action-packed family adventure starting February 28.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55ea5e93ca47b3a99ca2rTJUrFQu03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55ea5e93ca47b3a99ca2rTJUrFQu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This week on Netflix, an exciting lineup of new releases and returning favorites awaits viewers across various genres. Fans of anime should not miss the latest episode of &quot;Sakamoto Days,&quot; a quirky series about a retired hitman turned family man who still faces danger from his past. The new installment drops on March 1st, offering viewers both the original Japanese version and a surprisingly strong English dub.&lt;/p&gt;\n&lt;p&gt;For sports enthusiasts, &quot;Full Swing&quot; Season 3 continues to thrill with behind-the-scenes insights into the lives of top golfers during a highly competitive season. Meanwhile, documentary lovers can explore &quot;Aitana: Metamorphosis,&quot; which delves into the journey of the young pop star from teen idol to international sensation.&lt;/p&gt;\n&lt;p&gt;On the crime and mystery front, &quot;Demon City&quot; presents a gripping tale of revenge set in Japan, while &quot;Squad 36&quot; follows an investigation into a series of officer killings threatening an elite police unit. For those interested in real-life dramas, &quot;Toxic Town&quot; recounts the true story of the Corby poisonings, highlighting brave mothers fighting for justice.&lt;/p&gt;\n&lt;p&gt;Comedy and family films also make an appearance, with &quot;Despicable Me 4&quot; and &quot;Sonic the Hedgehog 2&quot; providing lighthearted entertainment. March 1st features the debut of &quot;The Potato Lab,&quot; a heartfelt series about love and resilience in a quirky scientific setting.&lt;/p&gt;\n&lt;p&gt;Additionally, the platform features a curated list of movies for all tastes, including classics like &quot;Blood and Bone,&quot; &quot;Blade Runner: The Final Cut,&quot; and &quot;Pride &amp;amp; Prejudice.&quot; Be sure to check the expiration dates for current titles, as some beloved series like &quot;Brooklyn Nine-Nine&quot; and &quot;The Mindy Project&quot; are set to leave soon.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re into action, comedy, drama, or documentaries, this week&#039;s new offerings ensure there&#039;s something for everyone to enjoy on Netflix.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions on Netflix by connecting to servers in various countries. It is primarily used to access a wider range of content that may not be available in the user&#039;s location. By using a Netflix VPN, users can enjoy a more diverse streaming experience from different regions around the world.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix using a Netflix VPN, you may want to consider the SafeShell VPN. This powerful VPN solution is designed to deliver reliable &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; experiences, thanks to its high-speed servers optimized specifically for streaming. With lightning-fast connection speeds and buffer-free playback, SafeShell VPN ensures that you can enjoy your favorite shows and movies in high definition without interruptions. Its robust security features, including the proprietary ShellGuard protocol, protect your privacy while browsing, making it a trustworthy choice for secure streaming.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN offers the convenience of connecting multiple devices simultaneously, supporting a range of operating systems including Windows, macOS, iOS, and Android. The exclusive App Mode feature allows you to unlock and enjoy content from multiple regions at once, broadening your entertainment options. With no bandwidth limitations and top-tier security, SafeShell VPN provides a seamless and secure streaming experience, making it an excellent choice for those seeking to unblock Netflix effortlessly.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that fits your needs and complete the subscription process by clicking the &quot;Subscribe Now&quot; button. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. After installation, open the app and log in to your account, then select the APP mode for a smoother streaming experience with Netflix. Next, browse the list of available servers and pick one located in the region whose Netflix content you&#039;d like to access, such as the US or UK, and connect to it by clicking &quot;Connect.&quot; Once connected, open the Netflix app or visit the website, log in to your account, and enjoy watching content from the region you selected using your SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(78, 200, '', 'Netflix Tudum Theater: FYSEE November Drama Highlights', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e54ffa80b4751b6d057dbK1aiAdJm03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e54ffa80b4751b6d057dbK1aiAdJm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix Tudum Theater in Hollywood sets the stage for FYSEE&#039;s November showcase&lt;/p&gt;\n&lt;p&gt;Guild members gain exclusive access during peak awards season&lt;/p&gt;\n&lt;p&gt;Drama dominates the opening weekend with powerhouse panels and screenings&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Baby Reindeer&lt;/em&gt; reunites creator Richard Gadd and Emmy winner Jessica Gunning&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Monsters&lt;/em&gt; delves into history with Javier Bardem, Chlo&euml; Sevigny, and creator Ian Brennan&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;The Diplomat&lt;/em&gt; brings Keri Russell and Rufus Sewell for Season 2 insights&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Ripley&lt;/em&gt; offers a craft deep dive with director Steven Zaillian and composer Jeff Russo&lt;/p&gt;\n&lt;p&gt;A coveted advance look at &lt;em&gt;Squid Game&lt;/em&gt; Season 2 caps the drama weekend&lt;/p&gt;\n&lt;p&gt;Followed by a conversation with visionary creator Hwang Dong-hyuk and star Lee Jung-jae&lt;/p&gt;\n\n&lt;p&gt;Comedy takes center stage the following Sunday&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Nobody Wants This&lt;/em&gt; features Kristen Bell and creator Erin Foster post-screening&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;No Good Deed&lt;/em&gt; previews early, hosted by Emmy winner Liz Feldman&lt;/p&gt;\n&lt;p&gt;Lisa Kudrow and Linda Cardellini join its star-studded panel&lt;/p&gt;\n&lt;p&gt;Michael Schur&#039;s new series &lt;em&gt;A Man on the Inside&lt;/em&gt; premieres exclusively&lt;/p&gt;\n&lt;p&gt;Ted Danson headlines alongside creator Schur for the special event&lt;/p&gt;\n&lt;p&gt;D&rsquo;Arcy Carden moderates this lively comedy finale discussion&lt;/p&gt;\n\n&lt;p&gt;Sneak peeks precede December premieres for &lt;em&gt;No Good Deed&lt;/em&gt; and &lt;em&gt;Squid Game&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;Costume designers, editors, and casting directors share behind-the-scenes artistry&lt;/p&gt;\n&lt;p&gt;This curated event spotlights Emmy-winning creators and global phenomenon series&lt;/p&gt;\n&lt;p&gt;A must-attend for industry voters seeking intimate access to contenders&lt;/p&gt;\n&lt;p&gt;Panels dissect storytelling craft from writing rooms to sound design suites&lt;/p&gt;\n&lt;p&gt;Hollywood&#039;s Netflix hub transforms into an awards season destination&lt;/p&gt;\n&lt;p&gt;Guild exclusivity defines this FYSEE celebration of television excellence&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform offering a vast library of TV dramas and films that users can watch on-demand from various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow viewers to access content that would otherwise be unavailable in their region due to geographical restrictions, enabling them to enjoy shows and movies exclusively available in other countries. By using various tools to bypass these limitations, users can significantly expand their viewing options beyond what&#039;s typically offered in their local Netflix catalog.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to unblock Netflix and access region-restricted content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an optimal solution to consider. Its benefits include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers engineered for Netflix that eliminate buffering and enable HD streaming across global libraries.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode technology allowing simultaneous access to multiple regional Netflix catalogs in one session.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with unlimited bandwidth for uninterrupted binge-watching and smooth 4K playback.\n&lt;/li&gt;\n&lt;li&gt;\nSupport for five simultaneous device connections on all major platforms including smart TVs and mobile devices.\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard encryption that hides VPN usage from Netflix&#039;s detection systems while securing your data.\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free trial period to experience unrestricted streaming and security features before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To access global Netflix libraries using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow these essential steps: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by visiting the official SafeShell VPN website to sign up for a subscription, selecting a plan that aligns with your streaming requirements and payment preferences.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell application tailored for your specific operating system, whether it&rsquo;s Windows, macOS, iOS, or Android, directly from their platform.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN client and log into your account using your credentials; for optimal Netflix streaming performance, pick the dedicated APP mode within the interface.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server list and choose a virtual location corresponding to your desired Netflix region&mdash;such as the UK for British shows or Japan for anime&mdash;then initiate the connection.\n&lt;/li&gt;\n&lt;li&gt;\nOnce securely linked to your chosen server, open the Netflix app or website, sign in to your account, and instantly stream region-exclusive movies and series without restrictions.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This streamlined approach ensures seamless access to geo-blocked Netflix content worldwide through SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(79, 201, '', 'Kingshot Town Center Guide: Upgrade to Truegold', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54c9771d87d93943de226xyZVCcS03&quot; height=&quot;300&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54c9771d87d93943de226xyZVCcS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;269&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Kingshot, the heart of your city is represented by the town center, serving as the central hub for development and progress. Enhancing this pivotal structure grants access to a variety of advanced features, including new building options, hero equipment, governor gear, and charms that boost your leadership capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When your kingdom attains the prestigious truegold status, typically around day 70 of gameplay, you gain the ability to elevate your town center beyond level 30. Achieving this milestone also unlocks higher tiers for certain structures, known as truegold levels. To advance to these stages, you&#039;ll need to gather truegold resources in addition to standard materials such as bread, wood, stone, and iron, enabling your city to reach new heights of growth and strength.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d128c26ff11e7eee6dD0wVOiiX03&quot; height=&quot;597&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d128c26ff11e7eee6dD0wVOiiX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As your town center advances through various levels, new structures and features become available, enhancing your settlement&rsquo;s capabilities. Starting at level 2, players gain access to the mill, a crucial resource generator. By the time you reach level 3, the quarry unlocks, enabling stone extraction essential for construction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Progressing further, at level 4, you can build additional houses (up to house 3), along with essential facilities like the clinic, suppressors&rsquo; camp, and hero hall, which support your heroes and defense. Reaching level 5 introduces the iron mine and more housing (house 4), boosting resource production and population.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At level 6, several strategic structures open: watchtower for defense, alliance features for cooperative play, and the court of justice to manage legal matters. Level 7 expands your military options with barracks and a guard station, strengthening your army.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By level 8, key diplomatic and entertainment facilities become available, including the embassy, arena, monument, range, and infirmary&mdash;each playing a role in diplomacy, combat readiness, and health. Level 9 adds the storehouse, academy for research, and stable to expand your military and technological prowess.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At level 10, more housing (houses 7 and 8) and a command center are unlocked, centralizing command operations. Level 11 introduces the enlistment office, streamlining troop recruitment. Moving to level 13, the drill camp enhances training efficiency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Higher levels bring specialized gear and upgrades. Level 15 unlocks hero gear to enhance hero capabilities, while level 20 introduces mastery forging for advanced equipment. At level 22, governor gear becomes accessible, followed by governor charms at level 25, which boost various attributes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, reaching level 30 grants access to truegold levels, representing the pinnacle of resource and building upgrades, signifying a fully developed and powerful town center.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d44d5134e97742135a6Kp6BxhW03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d44d5134e97742135a6Kp6BxhW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;686&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Kingshot Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kingshot Currency is the premium in-game resource used in the strategy game Kingshot to fast-track your progress and enhance your gaming experience. Players can use &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot recources&lt;/a&gt; like gems to instantly complete constructions or acquire &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot packs&lt;/a&gt; that contain valuable items such as Hero Shards, Skill Books, and Gear Chests for upgrading heroes and strengthening combat abilities. To obtain these resources, you can visit major game trading platforms such as LootBar, where players can easily top up their accounts with kingshot gems and packs. With convenient top-up options and exclusive deals, these platforms make it simple for players to boost their governor power and stay ahead in Kingshot.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Top up Kingshot Gems on LootBar.gg？&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy kingshot gem&lt;/a&gt; for an enhanced gaming experience in Kingshot, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; as their preferred platform. The site stands out for its reliability and convenience, making it an excellent choice for topping up Kingshot Gems quickly and securely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar.gg is its commitment to customer satisfaction. The platform offers competitive prices and frequent discounts, ensuring players get the best value for their purchases. With a wide selection of payment options&mdash;including credit cards, debit cards, and digital wallets&mdash;users can complete transactions with ease, no matter their location or banking preference. Instant delivery means that once you buy Kingshot Gem, the currency is credited to your account within moments, allowing you to dive right back into upgrading your Governor Power with Hero Shards, Skill Books, Speedups, and other valuable items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar.gg provides round-the-clock customer support, so players can get help whenever they need it, whether it&rsquo;s a technical query or guidance on how to buy Kingshot Gem. This level of service, combined with a robust security system and regular updates through their blog, makes lootbar.gg a trustworthy ally for Kingshot enthusiasts seeking seamless top-ups and ongoing support.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Tips of Buying Kingshot Gems and Packs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin the &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot top up&lt;/a&gt; process on the LootBar trading platform, first access the official LootBar website and log in with your account details. Make sure to select your preferred language and currency to ensure a smooth transaction experience. Once you are logged in, navigate to the Home page and locate the Top-up section, where you will find the kingshot option. Browse through the available kingshot packs and select the one that best suits your needs, then click the &quot;Top-up Now&quot; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, you will be prompted to choose your payment method from the listed options. After selecting your preferred payment option, click &quot;Pay Now&quot; to finalize your purchase. Make sure to enter all required information accurately to ensure the kingshot top up is delivered correctly. If you encounter any issues or need to confirm your transaction, you can reach out to LootBar&rsquo;s customer service and provide a screenshot of your selected pack if necessary. This step-by-step process ensures a convenient and secure kingshot top up experience on LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; height=&quot;384&quot; src=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(80, 202, '', 'PriceWert Takedown &ndash; How the FTC Boosts Internet Safety', '&lt;p&gt;Last autumn, the takedown of McColo temporarily cleared the flood of spam, providing much-needed relief to overwhelmed inboxes. While shutting down PriceWert may not have such an immediate effect on daily life, a recent court decision to disconnect the ISP promises significant improvements for internet safety and integrity.&lt;/p&gt;\n&lt;p&gt;This legal action was initiated at the behest of the Federal Trade Commission (FTC), which has a longstanding concern regarding PriceWert&#039;s activities. Investigations reveal the ISP&#039;s involvement in numerous malicious operations, including operating botnets, spreading malware, hosting fake pharmaceutical sites, running scam investment schemes, and even hosting some of the most disturbing adult content. Despite multiple requests for takedown, PriceWert often evaded enforcement by relocating problematic content across different IP addresses under its control, operating under various aliases such as 3FN, Triple Fiber Network, Apx Telecom, and Aps Telecom.&lt;/p&gt;\n&lt;p&gt;The recent shutdown marks a crucial step in dismantling this malicious infrastructure. Currently, the ISP&#039;s services are halted, and its assets have been frozen pending further legal proceedings. The court&#039;s decision does not determine guilt; that will be decided through judicial processes. Meanwhile, upstream providers and data centers are evaluating whether to continue their associations with PriceWert.&lt;/p&gt;\n&lt;p&gt;A spokesperson for the company, Max Christopher, claimed that PriceWert had previously cooperated with law enforcement and was unaware of the FTC&#039;s move until the shutdown, which he asserts has damaged the company&#039;s reputation. However, official documents (available as a PDF) detail how PriceWert insiders were directly involved in illegal activities, including participating in the creation and management of botnets. One notable example describes a PriceWert programmer&rsquo;s chief assisting in setting up a large-scale botnet, only to express concern over the workload required once the botnet&rsquo;s size was revealed.&lt;/p&gt;\n&lt;p&gt;Although registered as an Oregon corporation, PriceWert&rsquo;s leadership and key personnel are based overseas, primarily in Eastern Europe, highlighting the global nature of such cybercriminal operations.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People increasingly turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; and access adult content in regions with strict internet censorship or geo-restrictions, as these tools provide the necessary privacy and anonymity by encrypting internet traffic and changing IP addresses. Porn unblocked through VPNs allows users to bypass government-imposed restrictions and ISP throttling while protecting their personal information, especially when browsing on potentially insecure public Wi-Fi networks. This technology essentially creates a secure tunnel for accessing sensitive content without compromising one&#039;s digital privacy or facing regional limitations.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This service provides a secure and private browsing environment through its advanced encryption protocols, ensuring that your online activities remain anonymous and protected from potential threats. By utilizing SafeShell VPN, users can effortlessly bypass geo-restrictions and access adult content that may be blocked in their region, making it an ideal tool for online freedom and privacy.&lt;/p&gt;\n&lt;p&gt;The benefits of the SafeShell VPN extend beyond simple access. Its lightning-fast speeds allow for seamless streaming of high-definition adult content without buffering or quality loss, enhancing the overall user experience. Additionally, the innovative App Mode feature enables users to unlock content from multiple regions simultaneously, offering greater flexibility and convenience when exploring various adult sites. These features collectively make SafeShell VPN a reliable and efficient choice for unblocking porn sites while maintaining optimal performance.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN&rsquo;s enhanced security measures, such as the ShellGuard protocol, provide top-tier protection for your private browsing sessions, shielding your data from surveillance and monitoring. With support for up to five devices simultaneously across multiple platforms, users can enjoy comprehensive protection and unrestricted access on all their devices. Overall, SafeShell VPN combines speed, security, and versatility to help users &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; safely and comfortably, ensuring a smoother and more private online experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to watch porn content of any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, enable the App Mode within the application to maximize your access options. Then, choose a server location from SafeShell VPN&#039;s extensive global network to appear as if you are browsing from the desired region. Finally, connect to the selected server and browse the internet with complete privacy, enjoying unrestricted access to adult content from any region securely and anonymously.&lt;/p&gt;', 9, 'game'),
(81, 203, '', 'Fortnite Party Up Winter Rush: Event Details &amp; Rewards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e544755a5a631a59945601pIqG7EI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e544755a5a631a59945601pIqG7EI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Epic Games has announced an exciting new event set to arrive in Fortnite on November 19, titled Party Up Winter Rush. This event aims to motivate players to team up with friends across various game modes, offering opportunities to earn experience points and unlock exclusive free cosmetic items. As the game gears up for the highly anticipated Chapter 7, which promises to bring a brand-new map and innovative gameplay mechanics, players are encouraged to participate in ongoing festivities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, Fortnite is riding the wave of its successful collaboration with The Simpsons. Fans can explore a vibrant, cell-shaded environment inspired by the iconic TV series, blending familiar Springfield landmarks with elements from Fortnite&rsquo;s island. This crossover has significantly boosted player engagement, marking the largest influx of new and returning gamers since the 2024 holiday season. Building on this momentum, Epic Games appears to be teasing additional winter-themed content through the upcoming Party Up Winter Rush event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 19 to November 29, players will have the chance to join in the festivities. The main goal is straightforward: log in, team up with friends, and participate in a variety of game modes to earn experience and unlock exclusive cosmetics. These modes include popular options like Delulu, Brick Life, Blitz Royale, Rocket Racing, Festival, Reload, and Save the World. The event promises to be accessible across most of Fortnite&#039;s diverse gameplay experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While details about the full roster of rewards remain under wraps, the event trailer hints at a new skin and back bling that appear to reimagine the beloved Cuddle Team Leader. Additionally, players might be able to earn a unique harvesting tool resembling two pink baseball bats emblazoned with the Cuddle Team Leader symbol. However, it&rsquo;s possible that not all showcased cosmetics will be available for free during the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are eagerly awaiting more information, especially regarding possible new features in Chapter 7. Rumors suggest that the update could introduce mechanics such as self-revive capabilities and the ability to drive reboot vans, though these details remain unconfirmed until official announcements are made. With a wealth of content on the horizon and community excitement high, the future of Fortnite looks promising, promising even more ways for players to enjoy and engage with the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the official in-game currency that lets players unlock a range of cosmetic upgrades, including character outfits, emotes, gliders, pickaxes, and access to the Battle Pass to enrich their Fortnite experience. Players can obtain Fortnite V-Bucks by topping up through popular game trading platforms such as Eneba, G2A, or the Epic Games Store, where various payment options are available for secure and fast transactions. With V-Bucks, players can personalize their gameplay and showcase their style in the vibrant Fortnite community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt;, they should consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for a seamless experience. This platform stands out by offering a user-friendly interface and a wide range of payment options, making it simple for gamers worldwide to top up their Fortnite accounts quickly and efficiently. With lootbar.gg, users benefit from professional service and robust security measures that ensure all transactions are safe and trustworthy, so players can focus on enjoying the game without worrying about their purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg provides excellent value with competitive pricing and frequent promotional discounts, allowing players to buy Fortnite V-Bucks at reduced rates. The platform&rsquo;s commitment to customer satisfaction is evident through its round-the-clock customer support, ready to assist with any issues or inquiries. Supporting over 60 popular games, lootbar.gg caters to the diverse needs of the gaming community, making it a reliable choice for anyone seeking convenience and cost savings when topping up in-game currency.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks through the LootBar trading platform, begin by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency before logging into your account. On the homepage, navigate to the Top-Up section and locate Fortnite. You will need to enter your Player ID as instructed, ensuring the information is accurate to avoid any issues with your V-Bucks delivery.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide how many V-Bucks you wish to add to your account and click on the top up Fortnite option to proceed. Select your desired payment method from the available choices and complete the transaction by clicking &quot;Pay Now.&quot; After the payment is successful, your purchased V-Bucks will be delivered to your Fortnite account within minutes, giving you the freedom to enjoy new items and features in the game almost instantly.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(82, 204, '', 'Netflix Highlights: Must-See Releases This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55c1beabaf0b01fd32eeV0RqU52E03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55c1beabaf0b01fd32eeV0RqU52E03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Highlights of the Week&lt;/h3&gt;\n&lt;p&gt;Looking for your next Netflix binge? Here&#039;s my curated selection of must-see content hitting the platform this week.&lt;/p&gt;\n&lt;p&gt;Vince Vaughn fans will be delighted by his heartfelt performance in &quot;Nonnas,&quot; where he portrays a man working through grief by establishing a restaurant alongside four Italian grandmothers. This touching comedy showcases familiar faces in the roles of these culinary matriarchs.&lt;/p&gt;\n&lt;p&gt;For younger viewers, &quot;Forever&quot; offers a fresh adaptation of Judy Blume&#039;s beloved novel, bringing her timeless storytelling to a new generation.&lt;/p&gt;\n&lt;p&gt;These highlights only scratch the surface of Netflix&#039;s latest offerings. The platform continues to expand its library with diverse content catering to all preferences and age groups.&lt;/p&gt;\n&lt;p&gt;While new titles arrive, others depart - so check the complete list of additions and removals to ensure you don&#039;t miss anything before it&#039;s gone.&lt;/p&gt;\n&lt;p&gt;May brings an extensive lineup of fresh content worth exploring, including last week&#039;s comedy sensation &quot;The Four Seasons,&quot; which has quickly climbed the popularity charts.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6911272316d1a4276d69e0d9rFdYtbsr03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6911272316d1a4276d69e0d9rFdYtbsr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Vince Vaughn embodies Joe Scaravella in &quot;Noonas,&quot; an authentic tale streaming exclusively on Netflix from May 9.&lt;/p&gt;\n&lt;p&gt;This Italian American&#039;s journey through grief becomes a culinary awakening in Staten Island.&lt;/p&gt;\n&lt;p&gt;While processing his mother&#039;s passing, Joe rediscovers generational flavors in family recipe books.&lt;/p&gt;\n&lt;p&gt;A restaurant vision sparks to life with legendary talents: Susan Sarandon, Lorraine Bracco, Talia Shire, and Brenda Vaccaro transform into his kitchen mentors.&lt;/p&gt;\n&lt;p&gt;Four neighborhood nonnas infuse their wisdom into every dish, turning heritage into hospitality.&lt;/p&gt;\n&lt;p&gt;Witness sorrow transform into celebration through shared traditions and simmering sauces.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55c642be7c80e4ffd3e8rJe4v9BQ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55c642be7c80e4ffd3e8rJe4v9BQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Catch the heartfelt adaptation of Judy Blume&#039;s classic novel premiering soon.&lt;/p&gt;\n&lt;p&gt;A warm-hearted exploration of teenage discovery unfolds in &quot;Forever&quot;.&lt;/p&gt;\n&lt;p&gt;Lovie Simone shines as Keisha Clark, navigating the final days of high school alongside Michael&#039;s Justin.&lt;/p&gt;\n&lt;p&gt;Their unexpected romantic spark ignites a journey through the exhilarating highs and tender complexities of first love.&lt;/p&gt;\n&lt;p&gt;Longtime fans of the original 1975 book will find a poignant, nostalgic throwback in this fresh take.&lt;/p&gt;\n&lt;p&gt;For today&#039;s teens, it promises an authentic new favorite.&lt;/p&gt;\n&lt;p&gt;Mark your calendars: This relatable young adult drama lands exclusively on Netflix starting May 8.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55c85ceacb22f5c7e110MgQk2kdk03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55c85ceacb22f5c7e110MgQk2kdk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Get ready for more adrenaline-fueled NASCAR action as &quot;Full Speed&quot; zooms back onto your screens.&lt;/p&gt;\n&lt;p&gt;Dive deep into the 2024 Cup Series playoffs through ten edge-of-your-seat races in this gripping docuseries.&lt;/p&gt;\n&lt;p&gt;Experience the raw intensity of elite drivers battling for supremacy both on the track and in their personal lives.&lt;/p&gt;\n&lt;p&gt;This Netflix original continues the streaming giant&#039;s tradition of immersive sports storytelling pioneered by hits like &quot;Drive to Survive.&quot;&lt;/p&gt;\n&lt;p&gt;Mark your calendars for May 7th when the championship drama unfolds exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55cb55a5a631a5995f84XHIhkSyd03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55cb55a5a631a5995f84XHIhkSyd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s Weekly Must-Watch Lineup: 7 Extraordinary Streaming Selections&lt;/p&gt;\n&lt;p&gt;Looking for something captivating to stream this weekend? Netflix delivers a fascinating documentary that basketball fans and true crime enthusiasts alike will find riveting.&lt;/p&gt;\n&lt;p&gt;Mark your calendars for May 6th when &quot;Untold: Shooting Guards&quot; drops on the platform. This compelling documentary examines the shocking 2009 incident involving Washington Wizards teammates that stunned the sports world.&lt;/p&gt;\n&lt;p&gt;The film delves into what began as a simple card game between Gilbert Arenas and Javaris Crittenton but escalated dramatically into an armed confrontation in the team locker room. What makes this documentary particularly gripping is its exploration of the aftermath, especially Crittenton&#039;s troubling journey following his NBA suspension.&lt;/p&gt;\n&lt;p&gt;For those who remember this headline-making incident from the DC area, this documentary provides new insights and perspectives. Even viewers unfamiliar with basketball will be drawn into this tale of competition, conflict, and consequences that forever changed the lives of those involved.&lt;/p&gt;\n&lt;p&gt;The documentary stands as a powerful examination of how quickly careers can unravel and the thin line between professional success and personal downfall in professional sports.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55cd16507cc2209d4a02PEJrhElO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55cd16507cc2209d4a02PEJrhElO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Historical Perspectives on War&lt;/h3&gt;\n&lt;p&gt;Unlock fresh perspectives on pivotal historical moments with these standout Netflix premieres&lt;/p&gt;\n&lt;p&gt;Immerse yourself in restored color footage of WWII&#039;s most harrowing nights&lt;/p&gt;\n&lt;p&gt;Hear survivors narrate their bomb-shelter experiences through rediscovered diaries&lt;/p&gt;\n&lt;p&gt;Explore civilian resilience during relentless aerial assaults across Britain&lt;/p&gt;\n&lt;p&gt;Witness the conflict through rare animal perspectives amidst urban destruction&lt;/p&gt;\n&lt;p&gt;This chilling five-part documentary series reveals untold personal sagas&lt;/p&gt;\n&lt;p&gt;Dramatized accounts of codebreakers changing the war&#039;s trajectory&lt;/p&gt;\n&lt;p&gt;A heartwarming limited series about evacuee children in rural England&lt;/p&gt;\n&lt;p&gt;Cold War espionage thrillers based on declassified intelligence files&lt;/p&gt;\n&lt;p&gt;Each title provides new dimensions to understanding 20th-century conflicts&lt;/p&gt;\n&lt;p&gt;Perfect companions for enthusiasts of human-centered war narratives&lt;/p&gt;\n&lt;p&gt;Stream these insightful productions throughout May&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Available for streaming&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Netflix Original&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;Spring premiere lineup&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55d0771d87d93943f115s5AVZMvx03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55d0771d87d93943f115s5AVZMvx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;A Deadly American Marriage&quot; plunges viewers into the disturbing, unresolved questions surrounding Jason Corbett&#039;s brutal death.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;His marriage to Molly Martens, which began in 2008 and included his children Jack and Sarah, ended violently less than ten years later.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Molly and her father, Thomas Martens, admitted to killing Jason during a violent altercation, claiming self-defense.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Both avoided trial through plea deals and have since been released from prison, yet the core mystery persists.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Was Jason Corbett a violent man who met a fittingly violent end? Or was he murdered in cold blood by his wife and her father?&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;This documentary delves into the enduring controversy, featuring revealing interviews with Molly, Thomas, Jack, and Sarah, offering new perspectives on the tragedy.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Stream the unsettling investigation exclusively on Netflix beginning May 9.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55d242be7c80e4ffd4a2cOfTXAuK03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55d242be7c80e4ffd4a2cOfTXAuK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top Picks for Streaming&lt;/h3&gt;\n&lt;p&gt;Dive into fresh Netflix binges with these captivating picks across genres&#039;&lt;/p&gt;\n&lt;p&gt;Experience the darkly comedic &quot;Heart Eyes,&quot; where a pretend Valentine&#039;s date turns deadly when a killer targets non-couples&mdash;streaming now&#039;&lt;/p&gt;\n&lt;p&gt;Embark on a historical journey with &quot;Britain and The Blitz,&quot; an immersive WWII documentary featuring restored footage and gripping survivor testimonies&#039;&lt;/p&gt;\n&lt;p&gt;Rev up for &quot;Mighty Monsterwheelies&quot; Season 2 as heroic vehicles tackle motorized mayhem in Motorvania&#039;&lt;/p&gt;\n&lt;p&gt;Join elite strategists in &quot;The Devil&#039;s Plan&quot; Season 2, a Korean battle of wits featuring geniuses from poker pros to Hollywood stars&#039;&lt;/p&gt;\n&lt;p&gt;Uncover locker-room chaos in the sports expos&eacute; &quot;Untold: Shooting Guards,&quot; revealing the gun incident between NBA players Arenas and Crittenton&#039;&lt;/p&gt;\n&lt;p&gt;Feel the adrenaline with NASCAR drivers&#039; playoff journeys in &quot;Full Speed&quot; Season 2&#039;&lt;/p&gt;\n&lt;p&gt;Race through revenge in the French action finale &quot;Last Bullet,&quot; concluding a turbo-charged trilogy&#039;&lt;/p&gt;\n&lt;p&gt;Witness divine warfare escalate in &quot;Blood of Zeus&quot; Season 3 as Titans clash with Olympian gods&#039;&lt;/p&gt;\n&lt;p&gt;Savor young romance&#039;s joys and pains in the heartfelt series &quot;Forever&quot;&#039;&lt;/p&gt;\n&lt;p&gt;Go behind the music with Colombian superstar Karol G&#039;s intimate documentary &quot;Tomorrow Was Beautiful&quot;&#039;&lt;/p&gt;\n&lt;p&gt;Investigate a fractured fairytale in &quot;A Deadly American Marriage,&quot; dissecting a husband&#039;s brutal murder&#039;&lt;/p&gt;\n&lt;p&gt;Sizzle with tension in Spanish thriller &quot;Bad Fire&quot; as a bodyguard falls for the heiress he protects&#039;&lt;/p&gt;\n&lt;p&gt;Taste culinary passion in &quot;Nonna&#039;s,&quot; where a grieving son recruits grandmothers to launch an Italian eatery&#039;&lt;/p&gt;\n&lt;p&gt;Indulge in Indian romance &quot;The Royals,&quot; where startup ambition meets palace traditions&#039;&lt;/p&gt;\n&lt;p&gt;Catch these soon-departing gems: uplifting drama &quot;The Peanut Butter Falcon,&quot; adventure romp &quot;The Lost City,&quot; animated horror &quot;Resident Evil: Death Island,&quot; and action classics &quot;Rambo&quot; and &quot;Rambo: Last Blood&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Malcolm McMillan, the streaming editor at Tom&#039;s Guide, has been a key figure since joining the team in 2022. His focus on the latest streaming content has made him a trusted voice for viewers seeking quality entertainment. Malcolm is known for his bold opinions, famously declaring that &quot;John Wick&quot; ranks among the top four films of all time.&lt;/p&gt;\n&lt;p&gt;Recently, Malcolm has been immersed in a variety of gripping titles. He highly recommends an intriguing psychological thriller that&#039;s making waves this weekend, emphasizing its compelling narrative and suspenseful execution. Fans of &quot;The Last of Us&quot; will find that season 2, episode 3, takes a daring departure from the source material, offering fresh storytelling angles that surprise even the most dedicated fans. Additionally, Malcolm watched Netflix&#039;s newest action-packed offering featuring Tom Hardy, praising its standout sequences but expressing a desire for a deeper story to match its impressive action scenes.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions and access a wider range of content on Netflix by connecting to servers in various countries. It is used to enhance streaming options and enjoy region-specific shows and movies that might not be available in the user&#039;s location. Netflix VPN services are popular among viewers seeking unrestricted access to global entertainment libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. One common issue is that a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; can be frustrating, but SafeShell VPN addresses this with high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality. Additionally, SafeShell VPN supports connecting multiple devices at once, allowing you to enjoy your favorite shows across different gadgets without hassle. Its exclusive App Mode enables users to unlock content from multiple regions simultaneously, broadening your streaming options effortlessly. Moreover, SafeShell VPN offers lightning-fast speeds with no bandwidth limitations, so you can stream, download, and browse without interruptions. Its top-level security features, including the proprietary ShellGuard protocol, safeguard your privacy during all online activities. With a flexible free trial plan, users can experience these advantages firsthand before committing, making SafeShell VPN a reliable choice when your Netflix VPN not working becomes a concern.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To start using NetFlix VPN on SafeShell VPN, first subscribe to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; by visiting the SafeShell VPN website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. Once subscribed, download and install the SafeShell VPN app compatible with your device&mdash;whether Windows, macOS, iOS, or Android&mdash;from the official site. Launch the SafeShell VPN application and log in to your account, then select the APP mode to optimize your Netflix experience. Next, browse the list of available VPN servers and choose one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to that server. Finally, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming content from the selected region seamlessly with SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(83, 205, '', 'Honkai: Star Rail Eidolons &ndash; New 3.2 Currency Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e544855a5a631a5994584wGsrYcGb03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e544855a5a631a5994584wGsrYcGb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Honkai: Star Rail, each character can unlock up to six eidolons to enhance their abilities. Beyond this limit, additional eidolons are effectively wasted, granting players only 100 undying starlights&mdash;equivalent to five extra pulls.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the release of version 3.2, the frustration of acquiring an &quot;e7&quot; has been mitigated. Instead of feeling disappointed, players now receive a special item that can be exchanged for a five-star character of their choice. This item is known as the Silver Companion Spirit, one of three new currencies introduced in update 3.2 designed to enrich the experience of acquiring characters and weapons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To better understand the system, here&rsquo;s an overview of the Golden Companion Spirit, Silver Companion Spirit, and Light Cone Memory Shard&mdash;key resources introduced to enhance gameplay and customization options in Honkai: Star Rail.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e544cad80cd0bfac398b2ljwQFm6a03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e544cad80cd0bfac398b2ljwQFm6a03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Honkai: Star Rail offers players two distinct types of companion spirits: the Silver and the Golden variants. Silver companion spirits are primarily obtained by enhancing certain five-star characters to their maximum Eidolon level, specifically reaching the E7 milestone. Achieving this not only grants a Silver companion spirit but also allows players to acquire additional five-star characters through in-game store exchanges after experiencing two such Eidolons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Converting Silver companion spirits into a Golden one is straightforward&mdash;collect two Silver spirits, which automatically transform into a single Golden spirit. This process ensures a steady supply of Golden companions, even in the absence of special events.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can also earn Golden companion spirits through periodic in-game events. For example, during version 3.2, all Trailblazers received a free Golden companion spirit. Moreover, dedicated spenders can obtain another by participating in the Cherished Recollection event, where purchasing 18,000 oneiric shards awards an additional Golden spirit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To redeem a Golden companion spirit, navigate to the Store, then select Stellar Convergence, followed by Character Redemption. As of version 3.2, the available characters include Ruan Mei, Luocha, Himeko, Clara, Bronya, Welt, Gepard, Yanqing, and Bailu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regarding Light Cone Memory Shards, there are two primary sources: special events and the Battle Pass. During version 3.2, players who spend on the Cherished Recollection event can earn four Light Cone Memory Shards by purchasing 8,000 oneiric shards. Additionally, Battle Pass owners can obtain a Light Cone Memory Shard by reaching level 10, with an extra shard awarded if they upgrade to the Nameless Medal version.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The exchange process for Light Cone Memory Shards is similar to character redemptions. Players should go to the Store, then Stellar Convergence, and select Light Cone Redemption. There&rsquo;s no expiration date for these exchanges, providing flexibility for players to choose their preferred items at their convenience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable in-game currency in Honkai Star Rail, primarily used to upgrade and strengthen the skills of Valkyries and Stigmata, allowing players to boost their characters&#039; combat effectiveness. While players can earn these shards through various in-game activities, a popular and convenient way to obtain them is through &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services available on trusted game trading platforms. By purchasing Oneiric Shards directly, players can accelerate their progress and unlock enhanced abilities more efficiently. This approach provides a seamless method for those looking to maximize their gameplay and enjoy exclusive upgrades.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Oneiric Shards for enhancing their Valkyries and Stigmata in Honkai Star Rail, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a reliable choice for those seeking to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Honkai Star Rail&lt;/a&gt;, thanks to its global reach and professional service. By choosing this platform, players benefit from a secure transaction environment and a user-friendly interface designed to make the top up process smooth and hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg offers competitive pricing, often featuring discounts and special promotions that help users save more on their &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt;. The platform supports a wide range of payment methods, making it convenient for players worldwide, and provides 24/7 customer support to address any concerns promptly. With features like the &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up reset&lt;/a&gt; and dedicated services tailored for popular games, lootbar.gg proves to be a trustworthy and efficient option for gamers looking to purchase Oneiric Shards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Star Rail top up&lt;/a&gt; for Oneiric Shards on the lootbar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency. After logging in to your account, navigate to the top-up section and choose Honkai: Star Rail as your game of choice. Next, review the available options for Oneiric Shards or Express Supply Pass, select the quantity you wish to purchase, and click the &ldquo;Top-up Now&rdquo; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you move forward, you&rsquo;ll need to specify your game server and provide your Star Rail UID along with your Character Name to ensure the top up is directed to your correct account. After entering this information, click the top-up button, then select your payment method from the available choices and finalize the transaction. Upon successful payment, the purchased Oneiric Shards will be credited, enabling you to upgrade your Valkyries and Stigmata and enhance your gameplay experience in Honkai Star Rail.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(84, 207, '', 'System Monitor Integration&mdash;Windows 11 Native Feature', '&lt;p&gt;Microsoft Plans to Integrate System Monitor as Native Windows Feature&lt;/p&gt;\n&lt;p&gt;In a significant development for Windows power users and IT professionals, System Monitor (Sysmon) will soon become a native component of Windows 11 and Windows Server 2025.&lt;/p&gt;\n&lt;p&gt;This integration, announced by Sysinternals creator Mark Russinovich, represents a major shift for the popular security monitoring tool that has long been available only as part of the separate Sysinternals suite.&lt;/p&gt;\n&lt;p&gt;The native implementation, scheduled for next year, aims to address several operational challenges currently faced by administrators. Most notably, the standalone version of Sysmon lacks official customer support in production environments, creating potential risks and maintenance burdens for organizations.&lt;/p&gt;\n&lt;p&gt;When integrated, users will benefit from streamlined deployment, automated updates through the standard Windows update process, and comprehensive customer service support - all while maintaining the tool&#039;s powerful threat detection capabilities.&lt;/p&gt;\n&lt;p&gt;According to Russinovich&#039;s announcement, the native Sysmon functionality will continue supporting custom configuration files and will write events directly to the Windows Event Log. This approach preserves the tool&#039;s flexibility while making it more accessible.&lt;/p&gt;\n&lt;p&gt;Enabling the feature will be straightforward. Users will activate it through the &quot;Turn Windows Feature On/Off&quot; capability and can install it with a simple command: &quot;sysmon -i&quot; via Command Prompt.&lt;/p&gt;\n&lt;p&gt;The integration aligns with Microsoft&#039;s Secure Future Initiative, helping to reduce complexity by eliminating manual deployments and making advanced security diagnostics available out-of-the-box.&lt;/p&gt;\n&lt;p&gt;Looking beyond the initial integration, Microsoft has ambitious plans for Sysmon&#039;s future. Russinovich indicated that additional capabilities are in development, including enterprise-scale management and AI-powered inferencing that could detect credential theft attempts or lateral movement patterns with unprecedented speed.&lt;/p&gt;\n&lt;p&gt;For administrators already using Sysmon, community configuration templates remain available on GitHub, providing high-quality event tracing options to maximize the tool&#039;s effectiveness in security monitoring scenarios.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they may face geo-restrictions, censorship, or privacy concerns that prevent access to adult sites. Unblock porn through a VPN enables users to bypass these barriers by changing their IP address, ensuring safe and private browsing experiences while accessing content that might otherwise be restricted in their region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by unblocking porn sites, SafeShell VPN offers a comprehensive solution that combines security with unrestricted browsing capabilities. With its extensive network of servers worldwide, SafeShell VPN allows users to bypass geographical restrictions effortlessly, ensuring that adult content remains accessible regardless of your location. The service maintains your anonymity through advanced encryption, protecting your browsing habits from being monitored by your internet service provider or other third parties.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers numerous benefits beyond just content access, making it a versatile tool for your online activities. Its exceptional speed technology ensures you won&#039;t experience the frustrating lag often associated with VPN services, allowing for smooth streaming experiences. The unique App Mode feature enables simultaneous access to content from different regions without constantly switching servers. Additionally, SafeShell VPN&#039;s proprietary ShellGuard protocol provides unparalleled security that keeps your browsing sessions private while effectively circumventing content restrictions. With support for up to five devices simultaneously across various platforms, SafeShell VPN ensures comprehensive protection for all your digital activities.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing porn content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, enable the App Mode to maximize your flexibility and access options. After that, choose a server location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions. Finally, browse the internet with complete privacy, enjoying unrestricted access to adult content while keeping your identity secure.&lt;/p&gt;', 9, 'game'),
(85, 208, '', 'Netflix Highlights: Top New Movies &amp; Shows This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55dc16507cc2209d4ad20pOw9MtM03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55dc16507cc2209d4ad20pOw9MtM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;Navigating this week&#039;s streaming deluge reveals standout Netflix offerings worthy of your watchlist.&lt;/p&gt;\n\n&lt;p&gt;&quot;The Wild Robot&quot; emerges as the essential film premiere, a critically acclaimed 2024 animated masterpiece now available for streaming.&lt;/p&gt;\n\n&lt;p&gt;For series enthusiasts, the star-studded limited drama &quot;Sirens,&quot; featuring powerhouse performances from Julianne Moore and Kevin Bacon, demands attention.&lt;/p&gt;\n\n&lt;p&gt;Simultaneously, a significant chapter closes as the beloved animated series &quot;Big Mouth&quot; returns for its highly anticipated eighth and final season run.&lt;/p&gt;\n\n&lt;p&gt;Deeper dives into the freshest additions hitting the catalog this week are available, alongside crucial intel on departing titles.&lt;/p&gt;\n\n&lt;p&gt;Further curated viewing suggestions await in comprehensive monthly Netflix guides.&lt;/p&gt;\n\n&lt;p&gt;Last week&#039;s standout adult comedy also remains accessible for those seeking more entertainment options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55de5e93ca47b3a99bb2xybf7qA303&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55de5e93ca47b3a99bb2xybf7qA303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Julianne Moore commands the screen as Michaela Kell&lt;/p&gt;\n&lt;p&gt;A billionaire whose island reign casts an unnerving spell&lt;/p&gt;\n&lt;p&gt;Bill Camp&#039;s ailing patriarch draws daughter Devon near&lt;/p&gt;\n&lt;p&gt;But sister Simone (Milly Alcock) seems trapped in Michaela&#039;s sphere&lt;/p&gt;\n\n&lt;p&gt;Labor Day tensions simmer in this coastal domain&lt;/p&gt;\n&lt;p&gt;Where Kevin Bacon&#039;s old-money husband hides disdain&lt;/p&gt;\n&lt;p&gt;Glenn Howerton circles as their confidant, Ethan&lt;/p&gt;\n&lt;p&gt;While Devon fights to break through the billionaire&#039;s golden prison&lt;/p&gt;\n\n&lt;p&gt;No tranquil getaway - just suffocating control&lt;/p&gt;\n&lt;p&gt;Michaela&#039;s cult-like grip consumes every soul&lt;/p&gt;\n&lt;p&gt;Her mesmerizing presence distorts each family tie&lt;/p&gt;\n&lt;p&gt;In this thriller where ordinary truths twist and die&lt;/p&gt;\n\n&lt;p&gt;Stream the ensemble&#039;s brilliance starting May twenty-second&lt;/p&gt;\n&lt;p&gt;On Netflix - where psychological games intersect&lt;/p&gt;\n&lt;p&gt;With wealth&#039;s terrifying power to isolate and divide&lt;/p&gt;\n&lt;p&gt;Where even sisterhood might not survive the tide&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e15e93ca47b3a99beeBiRwiWtP03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e15e93ca47b3a99beeBiRwiWtP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;If you&#039;re seeking animated comedy that dives into the chaotic journey of adolescence, &quot;Big Mouth&quot; offers a hilarious and honest portrayal of teenage life. Created by Nick Kroll and Andrew Goldberg, this series captures the awkward, embarrassing, and often hilarious moments teens face during puberty.&lt;/p&gt;\n&lt;p&gt;Kroll lends his voice to multiple characters, including Nick Birch and Maurice, the unpredictable hormone monster who stokes Andrew&rsquo;s sexual curiosity. The show features an all-star cast such as John Mulaney, Jason Mantzoukas, Maya Rudolph, and Jordan Peele, ensuring sharp wit and comedic brilliance.&lt;/p&gt;\n&lt;p&gt;As one of Netflix&rsquo;s longest-running original series, &quot;Big Mouth&quot; has delighted audiences for years. With its eighth and final season arriving soon, now is the perfect time to binge through the episodes and enjoy its candid humor before it concludes.&lt;/p&gt;\n&lt;p&gt;Catch the final season streaming on Netflix starting May 23.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e3ca5a6c9f1dc086f00hAJMf3R03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e3ca5a6c9f1dc086f00hAJMf3R03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As the spring formal festivities reach their peak&mdash;or perhaps they&#039;ve already concluded&mdash;there&#039;s something deliciously appropriate about indulging in a classic teen horror film.&lt;/p&gt;\n&lt;p&gt;The latest addition to the slasher genre arrives with perfect timing, bringing the familiar combination of corsages, crowns, and carnage that genre fans crave.&lt;/p&gt;\n&lt;p&gt;This new installment in the popular book-to-screen adaptation series centers on an unlikely candidate for royal court honors. Our protagonist finds herself in an unexpected position when her competition begins mysteriously vanishing one by one.&lt;/p&gt;\n&lt;p&gt;What begins as a traditional high school popularity contest quickly descends into something far more sinister, forcing everyone involved to focus less on winning titles and more on basic survival.&lt;/p&gt;\n&lt;p&gt;The fourth chapter in this beloved horror franchise continues the tradition established by its predecessors while offering fresh frights for both longtime fans and newcomers alike.&lt;/p&gt;\n&lt;p&gt;Stream this perfect blend of teenage ritual and terror when it debuts on the popular streaming platform later this month.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e6a86e831dff86b839cOO63yJT03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e6a86e831dff86b839cOO63yJT03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;New Netflix Originals&lt;/h3&gt;\n&lt;p&gt;Experience the latest comedy series from Tyler Perry, &quot;She the People,&quot; now streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;Starring Terri J. Vaughn as Antoinette Dunkerson, the newly elected lieutenant governor of Mississippi, the show follows her journey to navigate political challenges and personal life.&lt;/p&gt;\n&lt;p&gt;Fresh from a victorious campaign, she faces the hurdles of working alongside a sexist governor and managing her family&#039;s public image.&lt;/p&gt;\n&lt;p&gt;This marks Perry&#039;s debut comedy series on the platform, with the first part premiering on May 22.&lt;/p&gt;\n&lt;p&gt;Fans won&#039;t have to wait long for the second installment, arriving on August 14.&lt;/p&gt;\n&lt;p&gt;Tune in on Netflix starting May 22 to catch all the laughs and drama.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55e9ca5a6c9f1dc08738YQoHY1fh03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55e9ca5a6c9f1dc08738YQoHY1fh03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Stream Sarah Silverman&#039;s raw and deeply personal comedy special &quot;Postmortem&quot; beginning May 20 on Netflix.&lt;/p&gt;\n&lt;p&gt;This performance channels her profound grief after losing her father and stepmother within a year into her unique brand of humor.&lt;/p&gt;\n&lt;p&gt;Silverman navigates mourning through comedy, finding absurdity in the darkest moments.&lt;/p&gt;\n&lt;p&gt;Her material ranges from the logistical challenges of arranging funerals to the poignant weight of a mother&#039;s final words.&lt;/p&gt;\n&lt;p&gt;Expect laughter that stems from genuine heartbreak and resilience.&lt;/p&gt;\n&lt;p&gt;The special offers a cathartic journey through loss, delivered with Silverman&#039;s signature comedic edge.&lt;/p&gt;\n&lt;p&gt;Witness how she transforms personal tragedy into powerful, relatable stand-up.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55eb9592a26cf5460522NAl7xLLj03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55eb9592a26cf5460522NAl7xLLj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s newest venture into reality dating television has arrived with their provocative series &quot;Sneaky Links: Dating After Dark.&quot; This show takes a bold approach to exploring casual relationships by bringing together six individuals and their consistent hookup partners to determine if their connections are purely physical or if deeper emotions are involved.&lt;/p&gt;\n&lt;p&gt;The premise challenges participants to examine the true nature of their relationships, moving beyond the surface-level attraction to discover potential romantic feelings.&lt;/p&gt;\n&lt;p&gt;For fans of Netflix&#039;s popular dating experiment programs like &quot;Too Hot to Handle&quot; with its no-physical-contact rules or the relationship-testing format of &quot;The Ultimatum: Marry or Move On,&quot; this new addition to the catalog offers another fascinating perspective on modern dating dynamics.&lt;/p&gt;\n&lt;p&gt;The show debuts on the streaming platform on May 21st, adding to Netflix&#039;s growing collection of reality dating content that continues to captivate audiences worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55ee9592a26cf5460540rAVKkNPP03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55ee9592a26cf5460540rAVKkNPP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Weekly Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;Explore Netflix&#039;s latest offerings this week, starting with the animated adventure &quot;The Wild Robot,&quot; voiced by Lupita Nyong&#039;o. Marooned on a deserted island, Roz, a service robot, embarks on a remarkable journey of survival and self-discovery. Her heartfelt story of caring for an orphaned duck has captivated audiences and is a must-watch, especially for fans of touching tales of resilience.&lt;/p&gt;\n&lt;p&gt;On May 20, comedian Sarah Silverman delivers raw honesty in her new special, &quot;Postmortem,&quot; where she humorously examines life&#039;s darkest moments following personal losses. Her sharp wit turns grief into comedy, offering both laughs and reflection.&lt;/p&gt;\n&lt;p&gt;Also debuting is &quot;Untold: The Fall of Favre,&quot; a revealing sports documentary that unpacks the controversial career and scandals surrounding football legend Brett Favre, shedding light on the darker side of fame in the sporting world.&lt;/p&gt;\n&lt;p&gt;May 21 introduces a diverse lineup: &quot;Newly Rich, Newly Poor&quot; follows a story of mistaken identity and life swaps between a wealthy man and a working-class dreamer, exploring what truly matters. Meanwhile, &quot;Real Men&quot; features four friends confronting their prejudices in an evolving society, blending humor with social commentary. &quot;Sneaky Links: Dating After Dark&quot; adds intrigue as singles seek love in clandestine encounters, facing tough choices about fidelity and new beginnings.&lt;/p&gt;\n&lt;p&gt;The following day, viewers can immerse themselves in &quot;Sirens,&quot; a provocative series where Devon intervenes in her sister Simone&rsquo;s intense relationship with a mysterious socialite, unraveling themes of power and class over an eventful weekend. &quot;Tyler Perry&rsquo;s She the People&quot; focuses on Antoinette Dunkerson&rsquo;s political journey as she navigates gender bias and family life in the spotlight.&lt;/p&gt;\n&lt;p&gt;May 22 offers an inside look at the elite U.S. Air Force Thunderbird Squadron in &quot;Air Force Elite: Thunderbirds,&quot; showcasing the intense training and sacrifice behind the iconic aerial displays. Fans of coming-of-age stories can enjoy &quot;Big Mouth&quot; Season 8, capturing the humorous chaos of adolescence. The horror genre is represented by &quot;Fear Street: Prom Queen,&quot; where high school drama turns deadly during the 1988 prom. Additionally, &quot;Forget You Not&quot; tells a heartfelt tale of a comedian balancing her career, love life, and caring for her aging father. &quot;Off Track 2&quot; follows siblings preparing for a challenging cycling race, facing unexpected hurdles along the way.&lt;/p&gt;\n&lt;p&gt;On May 23, &quot;Our Unwritten Seoul&quot; depicts twin sisters living separate lives in Korea, swapping worlds for a fresh perspective. The week&rsquo;s highlights also include the release of &quot;The Wild Robot,&quot; an animated story of survival and friendship.&lt;/p&gt;\n&lt;p&gt;Lastly, note that &quot;A Simple Favor&quot; will leave Netflix on May 19, 2025, so plan to watch it before then.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Content Highlights&lt;/h3&gt;\n&lt;p&gt;As the Streaming Content Analyst at Digital Entertainment Weekly, I&#039;ve dedicated my career to identifying the most compelling new content across platforms. Since joining the team in 2022, I&#039;ve developed a reputation for my unfiltered opinions on cinema and television, including my somewhat controversial stance that the &quot;John Wick&quot; franchise belongs in the pantheon of all-time cinematic masterpieces.&lt;/p&gt;\n&lt;p&gt;My Recent Streaming Highlights:&lt;/p&gt;\n&lt;p&gt;The sports documentary series chronicling the Welsh football club&#039;s journey continues its fourth season, with celebrity owners pushing for an unprecedented third consecutive promotion. Their ambition and financial commitment have transformed this underdog story into one of the most fascinating narratives in sports entertainment.&lt;/p&gt;\n&lt;p&gt;I recently reviewed a new science fiction comedy on Apple&#039;s streaming service that delivers impressive action sequences and humor, though it suffers from one significant drawback that prevents it from reaching its full potential.&lt;/p&gt;\n&lt;p&gt;Additionally, a provocative comedy special featuring a well-known stand-up comedian has unexpectedly climbed Netflix&#039;s rankings. My analysis explores whether this controversial new entry deserves your viewing time or should be passed over for more worthy content.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized tool designed to circumvent geographical restrictions, enabling viewers to unlock Netflix libraries from other countries. By masking your real location and providing an IP address from a different region, it grants access to a wider range of movies and shows unavailable in your local Netflix catalog. Essentially, it bypasses geo-blocks to expand your streaming options globally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted Netflix content and find your current &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a compelling solution to consider. Unlike unreliable services plagued by outdated software that Netflix easily detects, SafeShell VPN provides dedicated high-speed servers meticulously optimized for seamless Netflix streaming, ensuring smooth, buffer-free HD playback. Furthermore, it effortlessly connects up to five devices simultaneously&mdash;whether it&rsquo;s your laptop, smartphone, or smart TV&mdash;allowing the whole household to enjoy diverse libraries without conflict.&lt;/p&gt;\n&lt;p&gt;Beyond solving connection frustrations, SafeShell VPN enhances your experience with exclusive features like its App Mode, enabling access to multiple regional Netflix libraries at once for unparalleled content variety. Coupled with lightning-fast speeds that eliminate throttling and top-level &quot;ShellGuard&quot; security encrypting your data, it guarantees both performance and privacy. Explore these robust features risk-free with SafeShell VPN&#039;s flexible free trial plan, designed to showcase why it outperforms alternatives that leave you facing a Netflix vpn not working.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/, selecting a plan that suits your needs and clicking &quot;Subscribe Now.&quot; Next, download and install the appropriate SafeShell VPN app for your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account. For an optimal Netflix experience, choose the APP mode within the app. Then, browse the list of available VPN servers and select one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish the VPN connection. After successfully connecting, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming content from the region you selected via SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(86, 209, '', 'Zenless Zone Zero &ndash; Beta-Test: Anmeldung &amp; Infos', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zenless Zone Zero ist ein vielversprechendes neues Projekt, das von den Machern von Genshin Impact entwickelt wurde. Dabei handelt es sich um ein Action-Rollenspiel mit futuristischen Elementen, das in einer zerst&ouml;rten Welt angesiedelt ist und eine spannende Mischung aus Science-Fiction und postapokalyptischer Atmosph&auml;re bietet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der genaue Ver&ouml;ffentlichungstermin steht noch aus, doch die Entwickler haben bereits eine Beta-Phase angek&uuml;ndigt, die auch als Tuning-Test bezeichnet wird. Interessierte Spieler k&ouml;nnen sich jetzt f&uuml;r diese Testversion registrieren, um vielleicht einen Platz zu ergattern. Es ist jedoch wichtig zu beachten, dass eine Anmeldung keinen festen Anspruch auf Teilnahme garantiert, sondern lediglich in einen Pool potenzieller Tester aufgenommen wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um sich f&uuml;r die Beta zu qualifizieren, sind einige Schritte notwendig. Zuerst sollte die offizielle Webseite von Zenless Zone Zero aufgerufen werden. Dort ist es erforderlich, sich mit einem bestehenden Hoyoverse-Account anzumelden oder einen neuen Account zu erstellen, falls noch keiner vorhanden ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Anschluss findet man oben rechts auf der Seite den &quot;Sign Up&quot;-Button, der angeklickt werden muss. Daraufhin &ouml;ffnet sich eine Umfrage, die etwa zehn Minuten in Anspruch nimmt. Diese enth&auml;lt Fragen zu pers&ouml;nlichen Daten, bevorzugten Serverregionen sowie technischen Spezifikationen des eigenen PCs oder iOS-Ger&auml;ts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zum Abschluss ist es notwendig, die eigene E-Mail-Adresse zu best&auml;tigen und einen Verifizierungscode einzugeben. Erst nach Abschluss dieser Schritte ist die Anmeldung f&uuml;r die Beta-Phase vollst&auml;ndig.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Teilnahmefrist f&uuml;r die Anmeldung ist noch offen, sodass interessierte Spieler schnell handeln sollten, um ihre Chance auf einen Platz im Tuning-Test zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e53bca86e831dff869ea0lyptHHZm03&quot; height=&quot;486&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e53bca86e831dff869ea0lyptHHZm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Zugang zur Beta-Version, auch bekannt als Tuning-Test, ist derzeit ausschlie&szlig;lich f&uuml;r Windows-PCs und iOS-Ger&auml;te vorgesehen. Besonders im Fokus steht dabei die Leistungsf&auml;higkeit auf mobilen Endger&auml;ten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r PC-Nutzer gelten folgende Mindestanforderungen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProzessor: Intel i5 oder h&ouml;her\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGrafikkarte: Nvidia GTX 970 oder vergleichbar\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nArbeitsspeicher: 8 GB RAM\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFestplattenspeicher: mindestens 10 GB\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf iOS-Ger&auml;ten sollten folgende Voraussetzungen erf&uuml;llt sein:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGer&auml;t: iPhone 11 oder neuere Modelle, Betriebssystem iOS 10.0 oder h&ouml;her\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nArbeitsspeicher: 4 GB RAM\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSpeicherplatz: mindestens 6 GB\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Derzeit gibt es von offizieller Seite keine konkreten Informationen zu einem Anmeldeschluss f&uuml;r die Beta-Phase. W&auml;hrend auf sozialen Medien eine Verlosung f&uuml;r die Teilnahme am Tuning-Test l&auml;uft, die am 23. Mai 2022 endet, ist nicht ausgeschlossen, dass die Anmeldung danach weiterhin m&ouml;glich bleibt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wer seine Chance auf eine Teilnahme erh&ouml;hen m&ouml;chte, sollte sich so bald wie m&ouml;glich registrieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein Plattformwechsel w&auml;hrend der Beta-Phase ist nicht vorgesehen, daher ist eine sorgf&auml;ltige Auswahl der Plattform empfehlenswert.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die Premium-W&auml;hrung im Spiel Zenless Zone Zero und wird vor allem verwendet, um exklusive Charaktere, Waffen oder Ressourcen freizuschalten und das Spielerlebnis zu optimieren.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Zenless Zone Zero Monochrome Film zu erhalten, k&ouml;nnen Spieler auf verschiedenen seri&ouml;sen Handelsplattformen wie dem offiziellen Aufladezentrum, Lootbar oder anderen anerkannten Top-up-Diensten echtes Geld einsetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit dieser W&auml;hrung lassen sich gezielt neue Inhalte im Spiel freischalten und das eigene Team schnell verst&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler profitieren so von besonderen Vorteilen und erweitern ihre M&ouml;glichkeiten in der Welt von Zenless Zone Zero.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, lohnt es sich, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg Plattform in Betracht zu ziehen. Die Plattform hat sich als zuverl&auml;ssige Wahl f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero top up&lt;/a&gt; etabliert, da sie benutzerfreundlich gestaltet ist und das Aufladen von Spielw&auml;hrung besonders einfach gestaltet. Durch die klare Men&uuml;f&uuml;hrung und die schnellen Abl&auml;ufe k&ouml;nnen selbst neue Nutzer ohne gro&szlig;en Aufwand ihr Guthaben in ZZZ erh&ouml;hen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein bedeutender Vorteil von lootbar liegt in der Kombination aus Sicherheit und Komfort. Lootbar sorgt mit modernen Verschl&uuml;sselungstechnologien daf&uuml;r, dass pers&ouml;nliche Daten und Zahlungen optimal gesch&uuml;tzt sind. Au&szlig;erdem profitieren Spieler von einer schnellen Bearbeitung ihrer Transaktionen: Das Zenless Zone Zero top up wird in kurzer Zeit abgeschlossen, sodass die Monochrome Film direkt im Spiel zur Verf&uuml;gung stehen. Der durchgehend erreichbare Kundensupport steht bei Fragen oder Problemen bereit und garantiert, dass das Nutzererlebnis rund um die Uhr reibungslos bleibt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich bietet lootbar attraktive Konditionen f&uuml;r jeden, der Zenless Zone Zero top up m&ouml;chte. Die Preise sind wettbewerbsf&auml;hig und erm&ouml;glichen es, das Maximum aus der Investition herauszuholen. Wer erstmalig &uuml;ber lootbar.gg aufl&auml;dt, kann sich zudem auf exklusive Bonusbelohnungen freuen, die den Spielfortschritt weiter beschleunigen. So wird das Aufladen von Monochrome Film nicht nur sicher und einfach, sondern auch besonders lohnenswert.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Website lootbar.gg/de, passen Sie Ihre Sprache und W&auml;hrung an und loggen Sie sich in Ihr Konto ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt; auf der Plattform.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie im entsprechenden Feld Ihre Zenless Zone Zero UID ein und w&auml;hlen Sie die passende Serverregion aus.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die gew&uuml;nschte Menge an Monochrome Film, die Sie f&uuml;r ZZZ kaufen m&ouml;chten, und klicken Sie auf &bdquo;Sofort aufladen&ldquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie sorgf&auml;ltig, ob die eingegebene UID korrekt ist und mit Ihrem Spielkonto &uuml;bereinstimmt.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie eine der angebotenen Zahlungsmethoden aus und klicken Sie anschlie&szlig;end auf &bdquo;Sofort bezahlen&ldquo;, um den Kauf abzuschlie&szlig;en.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Zahlung werden die Monochrome Film direkt und sicher Ihrem Zenless Zone Zero Account gutgeschrieben, sodass Sie das Spiel sofort weiterspielen k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(87, 210, '', 'PUBG Эрангель &mdash; зимнее обновление: что ждать', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Студия Krafton анонсировала предстоящие изменения для популярной карты Эрангель в PUBG: Battlegrounds, обещая ввести зимнюю тематику в декабре. В официальных социальных сетях был опубликован короткий тизер, в котором показаны знакомые локации, покрытые плотным слоем снега и льда. Хотя подробности пока ограничены, финальный кадр ролика ясно указывает на существенные визуальные преобразования, придающие карте атмосферу настоящей зимней сказки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Геймеры предполагают, что обновление не ограничится лишь внешним видом. Вполне вероятно появление новых погодных эффектов, тематической косметики и изменений в физике транспортных средств на скользких дорогах. В ближайшие дни разработчики обещают раскрыть дополнительные детали.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Стоит отметить, что в конце октября PUBG получила крупное обновление, которое улучшило баланс оружия и транспортных средств, а также устранило ряд ошибок. Также с 13 ноября игра перестала поддерживаться на консолях предыдущего поколения, что дало возможность сосредоточиться на версиях для PlayStation 5 и Xbox Series X|S. Этот шаг разработчики называют частью следующей эволюции проекта, которую фанаты уже называют PUBG 2.0.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое PUBG Mobile и почему она так популярна?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; &mdash; это внутриигровая премиальная валюта, которую используют для приобретения уникальных скинов, костюмов, эмоций и доступа к эксклюзивным событиям внутри PUBG. Благодаря UC игроки могут персонализировать персонажа и получать дополнительные привилегии, делая игровой процесс более захватывающим. Получить PUBG UC можно через пополнение баланса на популярных игровых платформах, таких как Midasbuy, Codashop или официальном сайте PUBG, где предлагаются безопасные и удобные способы оплаты. Таким образом, UC открывает широкие возможности для тех, кто хочет выделиться среди других игроков.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит купить UC для PUBG Mobile на LootBar (лут бар)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы задумались о &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение UC&lt;/a&gt; в PUBG, стоит обратить внимание на &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; &mdash; современную платформу для покупки внутриигровой валюты. Этот сервис создан специально для геймеров, которые ценят удобство и безопасность при пополнении баланса.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одним из главных преимуществ lootbar.gg являются выгодные цены: пользователи часто получают UC по более низкой стоимости, чем в официальном приложении. Платформа регулярно предлагает дополнительные скидки и акции, позволяя экономить ещё больше. Кроме того, для оплаты на lootbar.gg доступны различные методы &mdash; банковские карты, электронные кошельки и популярные платёжные системы, что делает процесс покупки максимально простым и прозрачным.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Безопасность аккаунта &mdash; ещё одно важное достоинство lootbar.gg. Система защиты данных и проверенные способы оплаты гарантируют сохранность ваших средств и игровой учётной записи. Благодаря быстрой обработке заказов UC поступают на счёт практически мгновенно, а служба поддержки работает круглосуточно и готова помочь в любой ситуации. Выбирая lootbar.gg для пополнение UC, вы получаете надёжный сервис и превосходный пользовательский опыт.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить UC для PUBG Mobile на LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для того чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить UC&lt;/a&gt; для PUBG через платформу lootbar, сначала зайдите на сайт и настройте подходящий язык и валюту для удобства использования. После этого перейдите в раздел, посвящённый пополнению, и выберите игру PUBG Mobile, чтобы продолжить процесс. Далее потребуется ввести ваш персональный UID из PUBG Mobile, а затем выбрать количество UC, которое вы хотите приобрести.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;После выбора нужного пакета UC нажмите кнопку для оформления покупки и определитесь с наиболее удобным для вас способом оплаты. Подтвердите платёж, и купленные UC будут мгновенно зачислены на ваш игровой аккаунт. Благодаря этим простым действиям вы сможете купить UC быстро и безопасно, а также воспользоваться всеми преимуществами премиум-валюты в PUBG.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; height=&quot;464&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(88, 211, '', 'Tomb Raider: The Legend of Lara Croft Season 2 News', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e54df9592a26cf545f2046Pc8iG0b03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e54df9592a26cf545f2046Pc8iG0b03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting News for Adventure Enthusiasts: Lara Croft&#039;s Animated Journey Continues&lt;/p&gt;\n&lt;p&gt;Netflix has confirmed that fans of the iconic archaeologist-adventurer will soon be treated to more action-packed exploration as &quot;Tomb Raider: The Legend of Lara Croft&quot; has been renewed for a second season.&lt;/p&gt;\n&lt;p&gt;Following the origin story presented in the first season, the upcoming installment promises to showcase Lara&#039;s evolution from novice explorer to the legendary figure gamers and film audiences have come to admire. Hayley Atwell will return to voice the dual-pistol wielding protagonist as she embarks on an even more perilous quest.&lt;/p&gt;\n&lt;p&gt;The new season&#039;s storyline centers on a collection of stolen African Orisha masks with mysterious powers. Teaming up with her best friend Sam, Lara will travel across continents to recover these artifacts while confronting a formidable new adversary &ndash; a enigmatic billionaire with her own designs on the masks&#039; supernatural capabilities.&lt;/p&gt;\n&lt;p&gt;Showrunner Tasha Huo has revealed that this season represents a significant character development for Lara, transitioning her from a solitary &quot;lone wolf&quot; to someone who values collaboration. &quot;We&#039;re trying to build Lara&#039;s team over the course of the show,&quot; Huo explained, highlighting the heroine&#039;s growing realization that she doesn&#039;t have to face dangers alone.&lt;/p&gt;\n&lt;p&gt;In an intriguing tease, Huo also hinted at a possible shark encounter in the upcoming episodes, suggesting even more thrilling action sequences await viewers.&lt;/p&gt;\n&lt;p&gt;The series continues to be produced by Legendary Television with animation by Powerhouse Animation. The creative team includes executive producers from DJ2 Entertainment, Tractor Pants, and Crystal Dynamics, ensuring the beloved character remains true to her roots while embarking on fresh adventures.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e54e73be907444763b837ivNi76fD03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e54e73be907444763b837ivNi76fD03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the intense moment as Lara Croft faces a fierce alligator attack in this thrilling scene from Tomb Raider: The Legend of Lara Croft. Watch the clip now to witness her quick thinking and bravery in the face of danger.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used to watch a wide variety of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that may otherwise be restricted due to geographic or network limitations, enabling users to enjoy a broader range of shows and movies from different regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an exceptional solution tailored to enhance your streaming experience. This powerful VPN service is specifically designed to bypass geographical limitations, allowing you to explore the full range of Netflix libraries from anywhere in the world without encountering those frustrating access barriers.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers an impressive array of benefits beyond just Netflix accessibility. With its blazing connection speeds and zero bandwidth limitations, you can enjoy buffer-free streaming in high definition across multiple devices simultaneously. The exclusive App Mode is particularly noteworthy, enabling users to access content from various regional libraries at once, vastly expanding your entertainment options. Additionally, the proprietary &quot;ShellGuard&quot; protocol provides uncompromised security, ensuring your online activities remain private while you explore global content.&lt;/p&gt;\n&lt;p&gt;The convenience of SafeShell VPN extends to its cross-platform compatibility, supporting up to five simultaneous device connections across Windows, macOS, iOS, Android, and various smart TV platforms. Before committing, you can take advantage of their flexible free trial plan to experience firsthand how SafeShell VPN transforms your streaming capabilities. With dedicated high-speed servers optimized specifically for Netflix streaming and technology designed to evade Netflix&#039;s VPN detection systems, SafeShell VPN stands as a comprehensive solution for unrestricted, secure, and seamless global entertainment access.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass regional restrictions. To begin your journey to unlimited streaming, first visit SafeShell&#039;s official website and select a subscription plan that matches your viewing habits and budget. After completing your purchase, download the application for your specific device&mdash;whether you&#039;re using Windows, macOS, Android, or iOS&mdash;and follow the straightforward installation process. Once installed, log into your account and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;After logging in, you&#039;ll need to select a server in the country whose Netflix library you wish to access. For example, choose a US server for American content or a UK server for British shows and films. Once connected to your chosen server, simply open the Netflix application or website and sign in with your existing credentials. The SafeShell Netflix VPN will work seamlessly in the background, allowing you to browse and enjoy content from your selected region without any buffering or quality issues that plague other VPN services.&lt;/p&gt;', 9, 'game'),
(89, 212, '', 'Monopoly GO Hyperspace Partners: Star Wars Event Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691d0361cf1664e548d907f8KrQ0Arec03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691d0361cf1664e548d907f8KrQ0Arec03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the Hyperspace Partners event offers an exciting opportunity to immerse yourself in Monopoly GO&#039;s latest Star Wars crossover. During this event, players can collaborate with four unique partners to create attractions inspired by legendary moments across the galaxy. While the event follows the familiar partner-building format, the challenges are now more intense, raising the excitement level.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Successfully completing all four projects grants you a chance to earn a coveted grand prize, which includes the exclusive Millennium Falcon token. Given the high value of these rewards, devising an effective approach is essential. This article provides strategic tips and insights to help you efficiently finish all the builds in Monopoly GO&#039;s Hyperspace Partners event, ensuring you maximize your rewards and enjoy the epic Star Wars experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68ba2291eedb73d27565abd4DmrxZ5He03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68ba2291eedb73d27565abd4DmrxZ5He03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the Hyperspace Partners event in Monopoly GO offers a unique chance to earn valuable rewards such as event tokens, dice, and more. To maximize your success, adopting a strategic approach is essential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by reviewing the milestone rewards for both the main event and side tournaments, which are often available online well in advance. Understanding these milestones allows you to evaluate whether pursuing higher tiers is worthwhile based on the potential gains versus the effort required. For instance, if a milestone requires 1,500 points but only grants 400 dice rolls, it might be more beneficial to delay progression and conserve resources for future events with better rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Focusing your efforts on completing a single partner build at a time is another effective tactic. Rather than spreading yourself thin across multiple builds, concentrating on one or two early on can help you earn back dice quickly. These recovered dice can then be reinvested into progressing other builds more efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If your dice supply is running low or you haven&rsquo;t secured dependable partners, aim to accumulate between 3,500 and 4,500 hyperspace tokens first. Once you have enough, seek out a partner with a similar token count who is eager to finish a build within 10 to 20 minutes. Completing a full build can reward you with approximately 1,100 to 1,500 dice, significantly boosting your ability to advance in subsequent builds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Repeat this cycle: gather tokens, find a partner, complete the build swiftly, and collect your rewards. Continue this method until all four builds are finished, unlocking the grand prize at the end. Smart resource management and focused effort are key to accelerating your progress in the Hyperspace Partners event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54f36d9a402b62f02b78DIJfRIdL03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54f36d9a402b62f02b78DIJfRIdL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maximizing your efficiency during the Hyperspace Partners event requires strategic use of the partner wheel. This wheel features a token multiplier, similar to the dice multiplier on the main game board. Instead of wasting tokens on small 1x spins that yield minimal benefits, aim to save your tokens and make larger, more impactful spins with multipliers of 3x or 5x.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Opting for these higher multipliers allows you to earn more points per token, speeding up your progress toward important build milestones. However, remember that such spins also require more tokens each time. Therefore, careful planning is essential. Prioritize gathering as many event tokens as possible before committing to high-multiplier spins.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To bulk up your token stash, consider engaging in various activities such as participating in solo events and leaderboard contests, landing on specific event pickup tiles on the game board, opening free gift boxes available in the shop, completing your daily quick wins, and requesting token gifts from your partner if the game permits. Combining these strategies ensures you can make the most of the hyperspace partners event and accelerate your progress effectively.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the essential in-game currency that determines how many moves a player can make on the game board, driving progress and unlocking new opportunities within Monopoly Go. Players eager to get more Dice for extended gameplay can easily top up through popular trading platforms like Codashop, SEAGM, and OffGamers. Collecting &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt; is another engaging aspect of the game, allowing users to personalize their experience and gain special rewards. By combining strategic Dice usage with sticker collection, players can enhance their journey and enjoy a more customized Monopoly Go adventure.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Monopoly Go Dice for their gaming adventures, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out as a trusted source for purchasing in-game items, offering a seamless and secure experience for all users. Whether you are aiming to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; or collect Monopoly Go Stickers, lootbar ensures that your transactions are protected with advanced encryption technology and strict privacy measures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg is well-known for its competitive pricing, making it easier for players to save money while enhancing their gameplay. The platform&rsquo;s affordable rates on Monopoly Go Dice and other in-game items allow users to get more value for their purchases. Moreover, lootbar provides quick delivery, so players can start using their new dice or stickers almost instantly without waiting for long processing times.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another advantage of choosing lootbar is its excellent customer support. The dedicated support team is available 24/7 to assist with any questions or issues related to your purchases, ensuring a smooth and satisfying experience. Plus, the lootbar blog community offers useful game guides and updates, giving players access to the latest tips and information. In summary, lootbar.gg is an ideal platform for those who want to buy Monopoly Go Dice and stickers with confidence and convenience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, start by visiting the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency, then log in to your account. On the homepage, locate the Game Item column and find Monopoly Go Sticker if you want to buy Monopoly Go stickers. If you&rsquo;re looking for dice, simply switch to the top up tab on the left side of the interface.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, provide the necessary details such as your user name and invitation link as prompted by the platform. Decide on the specific Monopoly Go stickers and the quantity you wish to purchase, then click the Buy Now button. To complete your order, select your desired payment method and click Pay Now to finalize the transaction. This straightforward process allows you to quickly and securely buy Monopoly Go stickers and dice for an enhanced gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(90, 213, '', 'MLB The Show 25: Ranking Playoff Team Rosters', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54d52d04bb8f364bceee1fTJLMDC03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54d52d04bb8f364bceee1fTJLMDC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the MLB postseason heats up, fans are eager to assess which teams boast the strongest rosters. While on-field performance is crucial, the quality of a team&#039;s roster can often influence playoff success. To evaluate this, we turn to the ratings provided by MLB The Show 25, a game renowned for its meticulous reflection of real MLB talent, updated regularly to mirror actual roster changes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the eight teams remaining in the playoffs, each has a unique roster composition. By analyzing the latest official player rosters from ESPN and MLB, focusing on starting pitchers, bullpen arms, starters, and bench players, we can gauge their relative strength through the lens of game ratings. These ratings are then averaged to produce an overall team score, giving us a clearer picture of roster depth and talent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One standout team features top-tier pitching, including Shohei Ohtani with a ratings of 98, alongside other formidable starters like Yu Yoshinobu Yamamoto and Blake Snell. Their lineup is anchored by stars such as Mookie Betts and Freddie Freeman, both rated highly, with Ohtani serving as the designated hitter and a key offensive player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another team boasts a powerful lineup led by Aaron Judge, rated at an impressive 99, supported by Cody Bellinger and Giancarlo Stanton, both near the top of the ratings scale. Their pitching staff is solid, with starters like Luis Castillo and George Kirby, and a reliable bullpen featuring Devin Williams and David Bednar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A different playoff contender relies heavily on versatile players such as J.P. Crawford and Julio Rodriguez, complemented by strong pitching options like Logan Gilbert and Emerson Hancock. Their team rating reflects a balanced blend of offensive firepower and pitching depth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, a team with a robust bullpen led by Jhoan Duran, rated at 88, along with a core of dynamic position players such as Trea Turner and Bryce Harper, showcases depth across all positions. Their ratings suggest a well-rounded roster capable of competing at the highest level.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, while each team has its strengths, the ratings indicate that some squads possess overwhelming talent in key areas&mdash;be it pitching, power hitting, or overall versatility. These insights, derived from MLB The Show 25, provide a fascinating perspective on the playoff field, highlighting which teams may have a slight edge based on roster quality as the postseason progresses.Analyzing the top contenders in the MLB postseason, it&#039;s clear that each team brings a unique blend of talent and strategic depth. The team boasting the highest overall team score emphasizes strength across all facets of play, with particular excellence in their starting lineup and key pitchers. Their roster features standout players like Kevin Gausman, rated at 87, and Shane Bieber at 84, providing a formidable starting rotation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another team excels in offensive firepower, with players like Vladimir Guerrero Jr., Alejandro Kirk, and Daulton Varsho all rated at 88, forming a potent core. Their pitching staff is also impressive, highlighted by Tarik Skubal&#039;s perfect 99 rating, making their rotation particularly threatening.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, a squad with a balanced approach has a high starting lineup score of 82.3 and reliable pitching, including Jack Flaherty and Casey Mize, both rated at 80. Their roster demonstrates depth in both batting and pitching, with consistent contributors across all positions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In contrast, some teams show strengths in specific areas such as bullpen quality or bench depth, but may lag slightly in overall team ratings. For example, one team features a strong offensive lineup with multiple players rated above 80, but their bullpen score is comparatively lower, which could influence postseason performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the teams with the best rosters are characterized by a combination of elite starting pitchers, powerful hitters, and well-rounded supporting players. Their ability to perform under pressure will be crucial as they compete for the championship, with their high ratings suggesting they are well-equipped to navigate the challenges of postseason baseball.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; serve as the essential in-game currency that allows players to unlock new player cards, purchase card packs, and obtain equipment to enhance their team&rsquo;s performance. These Stubs are highly sought after for building the ultimate lineup and customizing your experience within MLB The Show 25. While players can earn Stubs through gameplay and completing missions, they can also conveniently top up their MLB The Show 25 Stubs on trusted trading platforms such as LootBar, offering a quick way to boost your in-game progress.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up MLB The Show 25 Stubs, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. Lootbar.gg stands out with its commitment to safe transactions, employing advanced encryption technologies and strict privacy policies to ensure that every purchase is protected, giving players peace of mind while they &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt;. This high level of security makes lootbar a trustworthy choice for gamers who want to invest in their MLB The Show 25 progress without any worries.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar is its exceptional customer service. The platform is dedicated to prioritizing user satisfaction, offering 24/7 customer support to assist players at any time, whether they have questions about their purchase or need guidance on MLB The Show 25 recharge processes. This around-the-clock support ensures that help is always available, making the buying experience smooth and stress-free for everyone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to reliability and support, lootbar.gg is known for its rapid delivery speeds. When players choose to buy MLB The Show 25 Stubs through lootbar, they can expect their currency to be delivered within minutes, allowing them to quickly upgrade their teams and enjoy the game without unnecessary delays. With its combination of secure transactions, dedicated customer care, and fast delivery, lootbar offers a superior solution for gamers aiming to enhance their MLB The Show 25 experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the Lootbar trading platform, follow these easy steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, go to the official Lootbar website and sign into your account to get started.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the section dedicated to game currencies and locate MLB The Show 25 from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter selecting MLB The Show 25, browse through the available options and pick the amount of MLB The Show 25 Stubs for sale that suits your needs, then click on the &quot;Buy Now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will then be prompted to provide the necessary details required to process your order&mdash;make sure to fill these in accurately.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose your preferred payment method and confirm the purchase to complete your transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, you can quickly and securely top up MLB The Show 25 Stubs for sale and enhance your gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(91, 214, '', 'Bantam Books Invests $45M in Tim LaHaye Novels', '&lt;p&gt;Bantam Books has invested nearly $45 million to acquire four upcoming novels by Tim LaHaye, a prominent Baptist pastor renowned for co-creating a series of Christian apocalyptic novels that have achieved sales comparable to popular franchises like Harry Potter.&lt;/p&gt;\n&lt;p&gt;Alongside Jerry B. Jenkins, LaHaye has penned nine installments in the &quot;Left Behind&quot; series, a collection of evangelical thrillers inspired by the biblical prophecies found in Revelation.&lt;/p&gt;\n&lt;p&gt;The series begins with &quot;A Novel of the Earth&rsquo;s Last Days,&quot; where flight pilot Rayford Steele witnesses the rapture while en route to London. The latest installment, &quot;Desecration: The Antichrist Takes the Throne,&quot; was released last year.&lt;/p&gt;\n&lt;p&gt;Bantam&rsquo;s new acquisitions include four novels featuring a Christian archaeologist akin to Indiana Jones, expanding the series&#039; adventurous appeal.&lt;/p&gt;\n&lt;p&gt;Tyndale House, based in Illinois, has built a significant niche market around the &quot;Left Behind&quot; books, selling nearly 50 million copies, including related comics, children&rsquo;s books, and audiobooks.&lt;/p&gt;\n&lt;p&gt;Recently, these novels have transcended the Christian market to become quiet mainstream hits, frequently topping the New York Times bestseller list.&lt;/p&gt;\n&lt;p&gt;Market analyst Seth Willenson describes apocalyptic Christian fiction as a growing sector, comparing the &quot;Left Behind&quot; series to the &ldquo;Star Wars&rdquo; of evangelical literature due to its widespread popularity.&lt;/p&gt;\n&lt;p&gt;The series has also inspired a feature film titled &quot;Left Behind,&quot; produced by Peter and Paul Lalonde, known for their direct-to-video apocalyptic movies such as &quot;Revelation&quot; and &quot;Tribulation.&quot;&lt;/p&gt;\n&lt;p&gt;Cloud Ten Pictures managed to sell nearly two million copies of the &quot;Left Behind&quot; film on video, releasing it as a prelude to a limited theatrical run.&lt;/p&gt;\n&lt;p&gt;Since the events of September 11, 2001, religious-themed books have surged in popularity on bestseller lists. Major studios have recently shown increased interest in Christian-themed projects.&lt;/p&gt;\n&lt;p&gt;Warner Bros. has contracted Jerry B. Jenkins to adapt his novelization of &ldquo;Hometown Legend,&rdquo; a film with Christian themes that is not strictly evangelical, with plans to release the movie on home video and television.&lt;/p&gt;\n&lt;p&gt;Jenkins&rsquo; novel will be published by Warner Books, further indicating mainstream interest in Christian narratives.&lt;/p&gt;\n&lt;p&gt;Meanwhile, AMG/Renaissance executives Joel Gottler and Alan Nevins shopped the new series to Gotham Publishers, which secured worldwide rights to both hardcover and paperback editions at a record-breaking price for Christian fiction.&lt;/p&gt;\n&lt;p&gt;Together with AMG&rsquo;s David McIlvaine, the team will also manage film rights for these upcoming titles.&lt;/p&gt;\n&lt;p&gt;Bantam, a division of Random House, continues to expand its portfolio into this burgeoning genre, signaling a significant shift in the acceptance and commercial viability of Christian-themed fiction in the broader literary market.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventure of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny in the wizarding world. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across multiple streaming services including HBO Max, Amazon Prime, and Netflix (though availability varies by region), with digital rental options also widely accessible for fans eager to experience this beloved fantasy saga.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. SafeShell VPN offers numerous advantages that make it stand out from other options in the market.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides meticulously optimized high-speed servers specifically designed for Netflix streaming, ensuring you can enjoy Harry Potter and other content without frustrating buffering or quality issues.\n&lt;/li&gt;\n&lt;li&gt;\nWith the ability to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and even Apple Vision Pro, SafeShell VPN ensures your entire household can access global content.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature allows you to unlock content from multiple regions at once, expanding your Netflix library significantly beyond what&#039;s available in your country.\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell VPN eliminates bandwidth restrictions and throttling issues, delivering consistently fast speeds that make HD streaming a smooth experience.\n&lt;/li&gt;\n&lt;li&gt;\nYour online privacy remains protected with the proprietary &quot;ShellGuard&quot; protocol, providing peace of mind while you explore international Netflix catalogs.\n&lt;/li&gt;\n&lt;li&gt;\nStart with a flexible free trial plan to experience all these benefits before committing to SafeShell VPN as your Netflix streaming solution.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that best fits your needs and click on the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, download and install the SafeShell VPN app or software on your device by selecting the appropriate version for Windows, macOS, iOS, or Android from their website.&lt;/p&gt;\n&lt;p&gt;After installation, open the SafeShell VPN application and log in using your credentials. To optimize your streaming experience, select the APP mode within the app, which is recommended for watching Netflix. Then, browse the list of available servers and pick one located in the region whose Harry Potter movies you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;Finally, launch the Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies from the selected region. With SafeShell VPN, you can easily bypass regional restrictions and experience your favorite films seamlessly and securely.&lt;/p&gt;', 9, 'game'),
(92, 215, '', 'Free Fire World Series 2025: Buriram United Wins Big', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5557ad80cd0bfac3a551FeyFEss203&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5557ad80cd0bfac3a551FeyFEss203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The 2025 Free Fire World Series concluded on November 15 with an exhilarating showdown in Buriram, Thailand. The tournament&#039;s highlight was Buriram United from Thailand clinching the championship in the intense battle royale competition, earning a hefty prize of $300,000. Their standout player, Wassana, earned the MVP honors for her exceptional performance during the finals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Set in a championship rush point format, the grand finale was fiercely competitive, with the top team accumulating 80 points. Buriram United secured victory in the seventh game of the finale, solidifying their status as champions. The event also featured clash squad matches in Indonesia, where all participating Thai players triumphed in that mode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With a total prize pool of $1.15 million, the event offered significant rewards across both modes. The battle royale segment alone attracted $1 million in prizes, distributed among top teams and individual players. Buriram United led the pack with $300,000, followed by Fluxo with $150,000, and All Gamers with $70,000. Other notable teams included RRQ Kazu, Team Solid, and Team Falcons, each earning between $50,000 and $55,000.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Individual excellence was recognized with additional awards, including a $10,000 grand finals MVP prize awarded to Wassana of Buriram United, who also earned the predator accolade worth $5,000 for her outstanding gameplay. Daily top teams received $1,000 each, with All Gamers Global, Fluxo, P Esports, and Buriram United Esports earning these honors on different days.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout the grand finals, Buriram United amassed a total of 103 points over seven matches, achieving two booyahs and eliminating 50 opponents. They narrowly edged out the defending champions, Fluxo, who finished with 102 points and three booyahs. All Gamers secured third place with 90 points, showcasing the fierce competition and skill level among the contenders.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e555af5e09038824397dbfXRuu2xq03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e555af5e09038824397dbfXRuu2xq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At the conclusion of the FFWS 2025 Global Finals in Brazil, RRQ Kazu secured a commendable fourth place, while Team Solid closely followed in fifth position. Meanwhile, Team Falcons also finished the tournament in fifth place, showcasing strong competition throughout the event. Evos Divine delivered a steady performance, ultimately placing ninth overall in the standings. Conversely, Heavy and E1 faced challenges during the grand finals, ending the competition among the bottom two teams due to their less impressive results.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Free Fire&lt;/a&gt; Diamond is the premium currency used in Free Fire, allowing players to unlock special items like unique skins, stylish costumes, and powerful weapons that enhance their gaming experience. Diamonds are primarily obtained by topping up through trusted game trading platforms such as Codashop, SEAGM, and Garena&rsquo;s own store, making it easy for users to quickly add currency to their accounts. With Free Fire Diamond, players can access exclusive features and participate in limited-time events, giving them an edge in the competitive world of Free Fire. This currency is essential for anyone looking to stand out and customize their gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;free fire diamond&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their purchase. Lootbar.gg stands out as a trusted choice for gamers who want to enhance their Free Fire experience by acquiring premium currency quickly and securely. With an intuitive interface and seamless transaction process, lootbar makes it effortless to buy Free Fire Diamond, ensuring players can access the exclusive items and features that &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diamond apps free fire&lt;/a&gt; unlock.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar is the high level of security and professionalism it provides. As a global platform, lootbar.gg supports a wide range of payment methods and offers 24/7 online customer service, so players can resolve any issues at any time. This dedication to customer support and secure transactions means that users can confidently &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire Diamond&lt;/a&gt; without worrying about safety or potential delays.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar offers competitive pricing and frequent discounts, making it a cost-effective option for purchasing Free Fire Diamond. The platform regularly provides special promotions, and some items even come with discounts as high as 20%. This means that players who choose lootbar can get more value for their money, allowing them to enjoy more benefits in Free Fire while spending less.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Free Fire on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Free Fire Diamond&lt;/a&gt; on the LootBar trading platform, you can follow these easy steps for a smooth top-up experience.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and log into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the top-up section and find Free Fire among the listed games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, decide how many Free Fire Diamonds you wish to purchase and click on the &quot;Top-up Now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt this point, enter your Free Fire user ID (UID) when prompted to ensure the diamonds are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, confirm your selection, choose a payment method that suits you, complete the payment process, and your Free Fire Diamond will be delivered to your game account.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(93, 217, '', 'Oscar Nominations Boost Films &ndash; International Box Office', '&lt;p&gt;Oscar Nominations Boost Films at International Box Office&lt;/p&gt;\n&lt;p&gt;&#039;Monsters, Inc.&#039; and &#039;Ocean&#039;s Eleven&#039; Lead Strong Weekend Performances&lt;/p&gt;\n&lt;p&gt;The international box office demonstrated significant strength last weekend, with several films enjoying robust performances. Theater operators anticipated increased attendance for &quot;The Lord of the Rings: The Fellowship of the Ring&quot; following its Academy Award nominations, while &quot;A Beautiful Mind&quot; starring Russell Crowe prepared for its international rollout with Oscar momentum behind it.&lt;/p&gt;\n&lt;p&gt;Disney/Pixar&#039;s &quot;Monsters, Inc.&quot; dominated the global scene, generating an impressive $21 million across 29 territories during the February 8-10 period. This pushed its international total to $81.4 million, with the $100 million milestone expected within days.&lt;/p&gt;\n&lt;p&gt;The animated feature achieved the fourth-highest opening weekend in UK history, trailing only blockbusters like &quot;Harry Potter,&quot; &quot;Lord of the Rings,&quot; and &quot;Star Wars: Episode 1.&quot; Its performance exceeded &quot;Toy Story 2&quot; by approximately 15% and nearly doubled &quot;Shrek&#039;s&quot; opening numbers.&lt;/p&gt;\n&lt;p&gt;In Norway, &quot;Monsters, Inc.&quot; established an all-time animation record, while Hong Kong viewers embraced the film with enthusiasm, outpacing &quot;Shrek&quot; by 70% in its first two days.&lt;/p&gt;\n&lt;p&gt;Meanwhile, &quot;Ocean&#039;s Eleven&quot; continued its international success, accumulating $118.4 million across 32 territories. Steven Soderbergh&#039;s Las Vegas heist film performed exceptionally well in France, Belgium, Taiwan, Hong Kong, and Japan, where it collected $20.6 million in just 11 days.&lt;/p&gt;\n&lt;p&gt;Arnold Schwarzenegger made his return to theaters with &quot;Collateral Damage,&quot; which opened strongly in South Korea, Thailand, Brazil, Singapore, and Malaysia. Industry observers expect the action film to significantly outperform its domestic results internationally, following the pattern of Schwarzenegger&#039;s recent films &quot;The Sixth Day&quot; and &quot;End of Days.&quot;&lt;/p&gt;\n&lt;p&gt;French cinema dominated its home market with &quot;Asterix &amp;amp; Obelix: Mission Cleopatra&quot; earning nearly $33 million in two weeks, while Fran&ccedil;ois Ozon&#039;s star-studded thriller &quot;8 Women&quot; also opened impressively.&lt;/p&gt;\n&lt;p&gt;&quot;The Lord of the Rings&quot; continued its global success, reaching $414.8 million internationally with strong performances in Russia, Argentina, and Hong Kong. In Australia, the fantasy epic has now surpassed &quot;Harry Potter&quot; in total box office.&lt;/p&gt;\n&lt;p&gt;Spain proved the exception to the generally positive trend, as pre-Lenten carnival celebrations kept moviegoers away from theaters, resulting in lower-than-expected numbers across all films.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the dark wizard Voldemort, and uncovers his prophesied destiny alongside friends Ron and Hermione. For viewers seeking &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete film series is primarily available on streaming platforms including Max (formerly HBO Max), Peacock, and Amazon Prime Video, with regional availability varying across these services. Rental or purchase options remain accessible through digital retailers like Apple TV and Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. This powerful VPN service offers high-speed servers specifically optimized for Netflix streaming, ensuring you can enjoy your favorite content in high definition without buffering or interruptions. What sets SafeShell VPN apart is its exclusive App Mode feature, which allows you to unlock content from multiple regions simultaneously, expanding your entertainment options beyond geographical limitations.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also provides remarkable flexibility, allowing connections on up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs. Your online security is guaranteed through their proprietary &quot;ShellGuard&quot; protocol, which delivers top-level encryption to keep your browsing activities private. With lightning-fast speeds, no bandwidth restrictions, and a flexible free trial plan to test the service before committing, SafeShell VPN offers everything you need for a seamless Netflix streaming experience worldwide.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, first subscribe to their service through the official SafeShell VPN website.&lt;/p&gt;\n&lt;p&gt;Select a suitable subscription plan and proceed with the payment.&lt;/p&gt;\n&lt;p&gt;Next, download and install the SafeShell VPN application compatible with your device, such as Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;After installation, launch the app and log into your SafeShell VPN account.&lt;/p&gt;\n&lt;p&gt;For optimal streaming performance, choose the recommended APP mode within the SafeShell VPN interface.&lt;/p&gt;\n&lt;p&gt;Once configured within SafeShell VPN, browse the available server locations and connect to a server in a region where your desired Harry Potter content is accessible.&lt;/p&gt;\n&lt;p&gt;After establishing a secure connection through SafeShell VPN, open your preferred streaming service, sign in, and enjoy the globally accessible library of Harry Potter films.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN ensures smooth and unrestricted viewing throughout your entire movie-watching session.&lt;/p&gt;', 9, 'game'),
(94, 218, '', 'Daniel Radcliffe Reaches Out to New Harry Potter Actor', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e5435621b3351a19f26efb4mb2NQD07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e5435621b3351a19f26efb4mb2NQD07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Daniel Radcliffe recently shared that he reached out to Dominic McLaughlin, the actor cast as Harry Potter in the upcoming TV adaptation.&lt;/p&gt;\n&lt;p&gt;Radcliffe mentioned that McLaughlin responded with a heartfelt and kind note, which he appreciated greatly.&lt;/p&gt;\n&lt;p&gt;Having portrayed the iconic wizard for over ten years in the film series, Radcliffe explained during an interview on Good Morning America that he took the initiative to contact McLaughlin shortly after his casting was announced.&lt;/p&gt;\n&lt;p&gt;He expressed well wishes for the new cast, reminiscing about his own start at age eleven and emphasizing his support for their journey.&lt;/p&gt;\n&lt;p&gt;In this new adaptation, McLaughlin will share the screen with Arabella Stanton as Hermione Granger and Alastair Stout as Ron Weasley, forming the core trio of young characters.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e543c119be9b58b768077j2MCyrG307&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e543c119be9b58b768077j2MCyrG307&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Over 30,000 hopefuls auditioned&lt;/p&gt;\n&lt;p&gt;when the open call went out last year.&lt;/p&gt;\n&lt;p&gt;McLaughlin, Stanton, and Stout emerged,&lt;/p&gt;\n&lt;p&gt;fresh newcomers to the screen.&lt;/p&gt;\n&lt;p&gt;Radcliffe shared his heartfelt thoughts:&lt;/p&gt;\n&lt;p&gt;&quot;I don&#039;t wish to be a shadow&lt;/p&gt;\n&lt;p&gt;in these young actors&#039; journey.&lt;/p&gt;\n&lt;p&gt;I&#039;d simply tell him:&lt;/p&gt;\n&lt;p&gt;&#039;May your adventure surpass even mine&mdash;&lt;/p&gt;\n&lt;p&gt;mine was magical, but yours brighter still.&#039;&quot;&lt;/p&gt;\n&lt;p&gt;Seeing their photos stirs deep emotion.&lt;/p&gt;\n&lt;p&gt;&quot;I&#039;d wrap them in a hug,&quot; he admits.&lt;/p&gt;\n&lt;p&gt;&quot;They radiate such youth!&lt;/p&gt;\n&lt;p&gt;It stuns me&mdash;realizing I was &lt;em&gt;that&lt;/em&gt; age,&lt;/p&gt;\n&lt;p&gt;doing this very work.&lt;/p&gt;\n&lt;p&gt;Yet it&#039;s profoundly sweet;&lt;/p&gt;\n&lt;p&gt;I truly hope they&#039;re cherishing every moment.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e5441e103159b0a5b55a6tcahBoZF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e5441e103159b0a5b55a6tcahBoZF07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The upcoming series features a talented ensemble cast, with McLaughlin making his debut in the comedy &quot;Grow,&quot; which also stars Nick Frost and Golda Rosheuvel. Meanwhile, Stanton gained recognition for her portrayal of Matilda in the West End musical adaptation, whereas Stout is new to acting with no previous credits.&lt;/p&gt;\n&lt;p&gt;The youthful lineup includes Lox Pratt as Draco Malfoy, Alessia Leoni taking on Parvati Patil, and Leo Earley portraying Seamus Finnigan. Rory Wilmot will bring Neville Longbottom to life, and Amos Kitson is cast as Dudley Dursley.&lt;/p&gt;\n&lt;p&gt;Adding to the cast are seasoned actors such as John Lithgow as Albus Dumbledore, Janet McTeer as Minerva McGonagall, Paapa Essiedu as Severus Snape, and Nick Frost stepping into the role of Rubeus Hagrid.&lt;/p&gt;\n&lt;p&gt;Filming for the first season is currently underway, with the series scheduled to premiere in 2027. The entire project is projected to span a decade, aiming to adapt each of J.K. Rowling&#039;s seven books, mirroring the scope of the original film series.&lt;/p&gt;\n&lt;p&gt;In support of the young actors, Warner Bros. Studios in Leavesden, near Watford, received approval this summer to construct a temporary school facility on-site. This setup will allow the children to continue their studies in a real school environment when they are not filming at Hogwarts.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter movies about and &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;? The films depict Harry Potter&#039;s adventures at Hogwarts as he learns magic, fights evil, and discovers his purpose. To find where to watch Harry Potter, you can explore popular streaming services like Netflix, HBO Max, or Amazon Prime, or opt for digital rentals, keeping in mind that availability may vary by location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix content, such as the beloved Harry Potter movies, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart move. This service excels at delivering high-speed streaming specifically optimized for platforms like Netflix, ensuring you enjoy shows without frustrating buffering interruptions. Its lightning-fast connection speeds guarantee seamless high-definition playback, transforming your viewing into a smooth and immersive experience.&lt;/p&gt;\n&lt;p&gt;The SafeShell VPN further enhances your entertainment freedom by allowing connections on up to five devices simultaneously and supporting a wide range of platforms. Its unique App Mode feature unlocks content from multiple regions at once, vastly expanding your streaming library options. Crucially, your privacy is safeguarded with top-level security, including advanced encryption technology, providing peace of mind while you browse and stream. You can even explore these robust features risk-free with SafeShell VPN&#039;s flexible free trial plan.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies via &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, first secure a subscription by visiting the official SafeShell VPN website and selecting a suitable plan for your requirements.After completing the subscription process, download the SafeShell VPN application designed for your specific device platform, such as Windows, Mac, iOS, or Android, and proceed with the installation.Once installed, launch the SafeShell VPN app and log into your account using your credentials.&lt;/p&gt;\n&lt;p&gt;Next, within the SafeShell VPN interface, opt for the recommended APP mode to optimize streaming performance.Carefully browse the list of available servers and select one located in a region offering the Harry Potter films on Netflix, like the United States, United Kingdom, or Canada.Establish a connection by clicking &quot;Connect&quot; to link your device securely through the chosen SafeShell VPN server.Finally, open your Netflix application or website, log in, and you can immediately start enjoying the Harry Potter series with unrestricted regional access.&lt;/p&gt;', 9, 'game'),
(95, 219, '', 'Outer Banks Fan Events &ndash; Celebrate Before Premiere', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e550e16507cc2209d3f5eK0zIZB1X03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e550e16507cc2209d3f5eK0zIZB1X03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Fan Events&lt;/h3&gt;\n&lt;p&gt;Gear up for immersive fan gatherings celebrating the show&#039;s spirit before the premiere.&lt;/p&gt;\n&lt;p&gt;Explore locations echoing the Pogues&#039; adventures along the Atlantic coast.&lt;/p&gt;\n&lt;p&gt;Connect with fellow enthusiasts at dedicated viewing parties as the new season approaches.&lt;/p&gt;\n&lt;p&gt;Join themed events capturing the essence of Outer Banks&#039; sun-soaked mystery.&lt;/p&gt;\n&lt;p&gt;Dive into beach bonfires and treasure hunt experiences inspired by the series.&lt;/p&gt;\n&lt;p&gt;Celebrate the wait for Part 2 alongside a passionate fan community.&lt;/p&gt;\n&lt;p&gt;Participate in fan-organized festivals celebrating the Pogues&#039; camaraderie.&lt;/p&gt;\n&lt;p&gt;Seek out coastal spots that embody the show&#039;s distinctive atmosphere.&lt;/p&gt;\n&lt;p&gt;Build anticipation with others counting down to the next chapter&#039;s release.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e54d05ac28aa94dd2ba2f1THMGy4O07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e54d05ac28aa94dd2ba2f1THMGy4O07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Filming officially kicked off&lt;/p&gt;\n&lt;p&gt;for the highly anticipated fifth season&lt;/p&gt;\n&lt;p&gt;of Netflix&#039;s hit show &lt;em&gt;Outer Banks&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;on June 20th.&lt;/p&gt;\n\n&lt;p&gt;This marks the beginning&lt;/p&gt;\n&lt;p&gt;of the Pogues&#039; final adventure,&lt;/p&gt;\n&lt;p&gt;signaling production is underway&lt;/p&gt;\n&lt;p&gt;for the series&#039; concluding chapter.&lt;/p&gt;\n\n&lt;p&gt;Crews are back on location&lt;/p&gt;\n&lt;p&gt;capturing new footage&lt;/p&gt;\n&lt;p&gt;for the last installment&lt;/p&gt;\n&lt;p&gt;of the sun-soaked treasure hunt drama.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e54d3106c9e72d081f32eejzeam0a07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e54d3106c9e72d081f32eejzeam0a07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover which Outer Banks character truly resonates with your personality by taking this fun quiz. Dive into the world of Pogues and Kooks to see who you align with the most. Whether you&#039;re adventurous like John B, determined like Kiara, or charismatic like Pope, this quiz reveals your inner Outer Banks persona. Join us as we explore the traits that make each character unique and find out who you are in the Outer Banks universe. Get ready for a deep dive into the personalities behind the drama, and see which character matches your vibe before Season 4, Part 2 drops!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e54d7aa4de35974e1c031D0ikqUXh07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e54d7aa4de35974e1c031D0ikqUXh07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Get Ready for &quot;Outer Banks&quot; Season 4, Part 2 with These Pogue-Inspired Events&lt;/p&gt;\n&lt;p&gt;The highly anticipated second half of &quot;Outer Banks&quot; Season 4 is just around the corner, and fans are buzzing with excitement. If you&#039;re looking to immerse yourself in the world of the Pogues before the new episodes drop, we&#039;ve got you covered.&lt;/p&gt;\n&lt;p&gt;Several coastal communities featured in the hit Netflix series are hosting special events to celebrate the show&#039;s return. From treasure hunt competitions to themed boat tours exploring filming locations, these gatherings offer the perfect opportunity to channel your inner John B.&lt;/p&gt;\n&lt;p&gt;The local tourism board has organized weekend activities including beach cleanups followed by bonfire parties reminiscent of the Pogues&#039; hangout spots. Participating restaurants are even offering special OBX-themed menus with dishes named after favorite characters.&lt;/p&gt;\n&lt;p&gt;For the ultimate fan experience, guided tours will take visitors to iconic filming locations where pivotal scenes were shot. Bring your camera and recreate memorable moments from the show with your friends.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the costume contests where you can showcase your best Pogue or Kook attire. Local shops are stocking up on bandanas, shell necklaces, and other accessories to help complete your look.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re Team Pogue or Team Kook, these events promise to deliver the perfect pre-premiere celebration before you settle in for your Season 4, Part 2 binge-watch session.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691e54dd911a88a12b6209cdRMzRGaAz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691e54dd911a88a12b6209cdRMzRGaAz07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Fan Events&lt;/h3&gt;\n&lt;p&gt;Meet Your Favorite Outer Banks Stars at Free Fan Events Before November Finale&lt;/p&gt;\n&lt;p&gt;Calling all Pogues and Kooks! As the countdown to the November 7 finale of Outer Banks Season 4 begins, cast members are hitting the road for special fan meetups across America.&lt;/p&gt;\n&lt;p&gt;Four major cities will host exclusive gatherings where fans can connect with their favorite OBX stars completely free of charge. Each location offers a unique experience with different cast combinations.&lt;/p&gt;\n&lt;p&gt;University of Washington students can catch Chase Stokes (John B) and Rudy Pankow (JJ) on campus October 24th. The Seattle event begins at 4 PM Pacific, with check-in starting at 3:15 PM. While currently at capacity, hopeful fans can still join the waitlist.&lt;/p&gt;\n&lt;p&gt;That same evening, Houston fans 21+ can party with Jonathan Daviss (Pope) and Austin North (Topper) at Neon Boots on Hempstead Road. No reservation needed for this 6 PM Central Time event - just arrive early as entry is first come, first served.&lt;/p&gt;\n&lt;p&gt;Chicago&#039;s Paradise Park welcomes Madison Bailey (Kiara) and Carlacia Grant (Cleo) for a pizza party at 5:15 PM Central. RSVP online to secure your spot at this North Avenue hotspot.&lt;/p&gt;\n&lt;p&gt;The final stop brings Chase Stokes, Madison Bailey, and Jonathan Daviss to Miami Gardens on October 26th. Fans can meet the trio at Hard Rock Stadium during the University of Miami vs. Florida State football game. The fan zone opens at 3 PM Eastern, with the main event at 7 PM.&lt;/p&gt;\n&lt;p&gt;Can&#039;t make these events? Catch up on all previous seasons streaming now before the final episodes drop November 7th!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691e55139f9c9a1ce19e20d0shCCVsCd03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691e55139f9c9a1ce19e20d0shCCVsCd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Season 4 Preview&lt;/h3&gt;\n&lt;p&gt;Get ready for the upcoming adventures in the Outer Banks as the latest teaser for season 4 drops. Fans can catch a glimpse of the new mysteries, friendships, and challenges awaiting the Pogues. Don&#039;t miss out on the sneak peek that teases what&rsquo;s to come in this thrilling new chapter of the series. Stay tuned for the official release and get excited to join your favorite characters once again!&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix serves as a popular streaming service offering diverse TV shows and movies for entertainment. However, access to its full library can be restricted due to geographical blocks or network limitations, preventing users from viewing specific content. Overcoming these restrictions to gain wider access defines the concept of &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;&lt;/strong&gt;, enabling viewers to reach shows and films otherwise unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking Netflix, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service provides a secure, reliable connection that effectively bypasses geo-restrictions, giving users access to the full range of Netflix&#039;s library regardless of their location. SafeShell VPN utilizes advanced encryption protocols to protect your online activities, ensuring your privacy remains intact while streaming. Its ability to evade detection by Netflix&#039;s VPN and proxy detection systems guarantees seamless access without interruptions or the risk of being blocked. Additionally, SafeShell VPN offers high-speed servers optimized for smooth streaming, minimizing buffering and delivering high-definition content effortlessly. With user-friendly applications compatible with multiple devices and the option to connect up to five devices simultaneously, it makes secure streaming simple and convenient for all users.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN features innovative tools like its exclusive App Mode, allowing users to access content from multiple regions at once and explore a diverse array of entertainment options. The blazing connection speeds and unlimited bandwidth ensure a superior viewing experience, free from delays or interruptions. Its proprietary ShellGuard VPN protocol provides uncompromising security, safeguarding your data against cyber threats and surveillance. With flexible options like a free trial plan, users can test the platform&#039;s capabilities before committing, making SafeShell VPN an ideal choice for anyone seeking unrestricted, high-quality Netflix streaming alongside comprehensive online privacy protection.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first secure your subscription by visiting the SafeShell VPN official website. Select a suitable plan and complete the payment process. Next, download the dedicated SafeShell VPN application for your specific device operating system (such as Windows, macOS, iOS, or Android) directly from their site and follow the straightforward installation prompts.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN app and log into your account. For the optimal streaming experience with Netflix, it is recommended to utilize the APP mode within SafeShell VPN. After selecting APP mode, browse the extensive list of available global servers and choose one located in the specific country whose Netflix catalog you wish to unblock, such as the United States, United Kingdom, or Japan, then click the Connect button to establish a secure VPN tunnel.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;After a successful connection to your chosen SafeShell Netflix VPN server, simply open the Netflix application on your device or navigate to the Netflix website through your browser. Log in with your existing Netflix account credentials, and you will immediately gain access to stream the full range of movies and TV shows available in the region corresponding to your selected VPN server location.&lt;/p&gt;', 9, 'game'),
(96, 220, '', 'Producers Guild Awards: Moulin Rouge Wins Top Honor', '&lt;p&gt;In a surprising development this awards season, the Producers Guild of America has awarded its top honor to &quot;Moulin Rouge,&quot; marking an unexpected victory amidst a competitive field.&lt;/p&gt;\n&lt;p&gt;Announced during the ceremony held at the Century Plaza in Los Angeles on Sunday night, this accolade provides a significant boost to the film&rsquo;s Oscar chances. The film, directed by Baz Luhrmann, is a vibrant reimagining of the musical genre and competed against strong contenders such as &quot;A Beautiful Mind,&quot; &quot;Harry Potter and the Sorcerer&rsquo;s Stone,&quot; &quot;The Lord of the Rings: The Fellowship of the Ring,&quot; and &quot;Shrek.&quot;&lt;/p&gt;\n&lt;p&gt;The award, known as the Darryl F. Zanuck Producer of the Year Award, was presented to Luhrmann, along with producers Fred Baron and Martin Brown.&lt;/p&gt;\n&lt;p&gt;This decision was somewhat unexpected, especially considering &quot;The Lord of the Rings,&quot; which received 13 Oscar nominations, and &quot;A Beautiful Mind,&quot; with eight nominations, were seen as frontrunners. Although &quot;Moulin Rouge&quot; also garnered eight nominations, its earlier release and the absence of Luhrmann from the directing category led to lower expectations for its Oscar prospects.&lt;/p&gt;\n&lt;p&gt;Financially, &quot;Moulin Rouge&quot; has achieved domestic earnings of over $57 million and has previously received recognition from the National Board of Review and a Golden Globe Award for Best Musical or Comedy.&lt;/p&gt;\n&lt;p&gt;The PGA&rsquo;s choice is likely to influence Oscar predictions, given its historically strong correlation with the Academy Awards&mdash;nine out of twelve winners for Best Picture have aligned, including last year&rsquo;s &quot;Gladiator.&quot; Past winners that also took home Oscar gold include &quot;Driving Miss Daisy,&quot; &quot;Dances with Wolves,&quot; &quot;The Silence of the Lambs,&quot; &quot;Schindler&rsquo;s List,&quot; &quot;Forrest Gump,&quot; &quot;The English Patient,&quot; &quot;Titanic,&quot; and &quot;American Beauty.&quot;&lt;/p&gt;\n&lt;p&gt;However, there have been notable divergences, such as in 1992 when the PGA favored &quot;The Crying Game&quot; over the Oscar-winning &quot;Unforgiven,&quot; and in 1995 when &quot;Apollo 13&quot; beat &quot;Braveheart.&quot; More recently, in 1999, the PGA selected &quot;Saving Private Ryan,&quot; while the Oscar went to &quot;Shakespeare in Love.&quot;&lt;/p&gt;\n&lt;p&gt;This year&#039;s PGA results come amidst a period of increasing membership, with the organization growing by 300 members to approximately 1,600, partly due to its merger with the American Producers Association.&lt;/p&gt;\n&lt;p&gt;In television, HBO&rsquo;s &ldquo;Sex and the City&rdquo; and NBC&rsquo;s &ldquo;The West Wing&rdquo; secured their second consecutive awards for best comedy and drama series, respectively. &quot;Sex and the City&quot; earned the Danny Thomas Award, beating out &quot;Frasier,&quot; &quot;Friends,&quot; &quot;Malcolm in the Middle,&quot; and &quot;Will &amp;amp; Grace,&quot; with producers Michael Patrick King, Cindy Chupack, John P. Melfi, and Sarah Jessica Parker acknowledged.&lt;/p&gt;\n&lt;p&gt;Meanwhile, &quot;The West Wing&quot; took home the Norman Felton Trophy, surpassing &quot;CSI,&quot; &quot;Law &amp;amp; Order,&quot; &quot;Six Feet Under,&quot; and &quot;The Sopranos.&quot; The winning team included producers John Wells, Aaron Sorkin, Thomas Schlamme, Llewelyn Wells, Christopher Misiano, Alex Graves, and Michael Hissrich.&lt;/p&gt;\n&lt;p&gt;HBO further celebrated in the long-form category with &ldquo;Band of Brothers,&rdquo; which won the David L. Wolper Award, competing against &quot;61*,&quot; &quot;Anne Frank,&quot; &quot;Life with Judy Garland: Me and My Shadows,&quot; and &quot;Wit.&quot; Producers Tom Hanks, Steven Spielberg, and Tony To accepted the award.&lt;/p&gt;\n&lt;p&gt;Additional honors announced include the PGA&rsquo;s Milestone Award for Robert Wise, lifetime achievement awards for Lawrence Gordon and the team behind &quot;Carsey-Werner-Mandabach,&quot; and Hall of Fame inductions for &quot;The Manchurian Candidate,&quot; &quot;Network,&quot; &quot;Happy Days,&quot; and &quot;Maude.&quot; Pixar was recognized with the Vanguard Award for innovation in new media and technology. The Stanley Kramer Award was given to &quot;I Am Sam&quot; for its portrayal of social issues, while Joel Gallen received the Visionary Award for &quot;America: A Tribute to Heroes.&quot;&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans eager to revisit the magical world. These films depict Harry Potter&#039;s adventures at Hogwarts as he learns about his magical heritage and fights dark forces, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on streaming platforms like Netflix, HBO Max, and Amazon Prime, or rent them digitally, though availability may vary depending on your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the perfect solution for your streaming needs. SafeShell VPN offers high-speed servers specifically optimized for Netflix, ensuring smooth, buffer-free playback even in high definition. Unlike other VPNs that may struggle with Netflix&#039;s detection systems, SafeShell&#039;s advanced technology provides reliable access to geo-restricted content while maintaining lightning-fast speeds without bandwidth limitations.&lt;/p&gt;\n&lt;p&gt;What truly sets SafeShell VPN apart is its exclusive App Mode feature, allowing you to unlock content from multiple regions simultaneously, expanding your entertainment options significantly. With support for up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs, everyone in your household can enjoy unrestricted streaming. Additionally, SafeShell prioritizes your online privacy with their proprietary &quot;ShellGuard&quot; protocol, providing top-level security for all your browsing activities while you explore Netflix&#039;s global libraries.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter movies from any region is now easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. To begin your magical journey, first subscribe to SafeShell VPN by visiting their official website, selecting a suitable plan, and completing your subscription. After subscribing, download the SafeShell VPN application that matches your device&mdash;whether it&#039;s Windows, macOS, iOS, or Android&mdash;and install it following the on-screen instructions. Once installed, launch the application, log into your account, and select APP mode for an optimal streaming experience.&lt;/p&gt;\n&lt;p&gt;Now you&#039;re ready to access Harry Potter content from around the world. Within the SafeShell VPN interface, browse through the available server locations and select one in the region where Harry Potter is available (such as the US, UK, or Canada). After connecting to your chosen server, open your preferred streaming platform, sign in, and search for Harry Potter. With SafeShell VPN maintaining your connection, you can now immerse yourself in the wizarding world regardless of your actual location.&lt;/p&gt;', 9, 'game'),
(97, 221, '', 'T-Mobile Security Breach &ndash; Company Denies Data Leak', '&lt;p&gt;Following recent reports suggesting unauthorized access to its servers, T-Mobile has issued a clarification denying any security breach. The company stated that no customer or corporate data has been compromised, contrary to earlier claims.&lt;/p&gt;\n&lt;p&gt;A T-Mobile spokesperson told Betanews that their ongoing investigation has found no evidence of data theft or system intrusion. They emphasized that reports indicating a breach are inaccurate and urged the public to update their understanding accordingly.&lt;/p&gt;\n&lt;p&gt;To safeguard customer information, T-Mobile has implemented additional security measures as a precaution. The company reassures customers that, in the unlikely event of any compromise, they would be promptly notified.&lt;/p&gt;\n&lt;p&gt;Further details revealed that only a single document was retrieved by the unauthorized party, and there is no indication of multiple or sensitive files being involved. This suggests that the incident might have been more akin to dumpster diving or physical document theft rather than a cyberattack.&lt;/p&gt;\n&lt;p&gt;Meanwhile, some initial suspicions pointed to outdated servers as a potential vulnerability, but T-Mobile&#039;s latest statement dismisses those theories, framing the event as possibly involving non-digital means of obtaining information.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or ISP throttling that limit access to adult content. Unblock porn by using a VPN enables users to bypass these barriers, ensuring privacy, security, and the ability to access content from different regions without restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution that prioritizes both privacy and performance. This service provides a secure gateway to content that might otherwise be inaccessible in your location, while maintaining your anonymity online.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers several key benefits for users seeking unrestricted access:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nUndetectable browsing with the exclusive ShellGuard protocol that shields your activities from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nSimultaneous access to content from multiple regions using the innovative App Mode feature, eliminating the need to switch servers constantly\n&lt;/li&gt;\n&lt;li&gt;\nHigh-speed connections that don&#039;t sacrifice performance, ensuring smooth streaming without buffering or quality issues\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device protection with support for up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nComplete anonymity through robust encryption that keeps your personal information and browsing habits private from potential surveillance\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To get started with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content, begin by visiting their official website to select and purchase a subscription plan that suits your viewing needs. After completing your purchase, download the SafeShell VPN application onto your device and follow the installation prompts. Once installed, launch the application and log in using your newly created credentials. The final setup step involves enabling App Mode within the settings menu, which optimizes your connection for streaming media content.&lt;/p&gt;\n&lt;p&gt;With SafeShell VPN now properly configured, you&#039;re ready to access content from any region worldwide. Simply open the server selection menu and choose a location that corresponds to the region whose content you wish to view. After connecting to your selected server, you&#039;ll notice a confirmation that your IP address has been masked. You can now open your browser or preferred content application and navigate to your desired websites with complete privacy and without regional restrictions. SafeShell VPN ensures your browsing remains secure and anonymous throughout your viewing session.&lt;/p&gt;', 9, 'game'),
(98, 222, '', 'Valorant : Veto &ndash; Nouvel agent r&eacute;v&eacute;l&eacute; en octobre', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le mois d&rsquo;octobre s&rsquo;annonce comme une p&eacute;riode particuli&egrave;rement excitante pour la communaut&eacute; de Valorant, avec de nombreuses r&eacute;v&eacute;lations attendues. R&eacute;cemment, une vague de fuites et d&rsquo;indiscr&eacute;tions a laiss&eacute; entendre qu&rsquo;un tout nouveau personnage, nomm&eacute; Veto, sera pr&eacute;sent&eacute; lors de la grande finale des Champions &agrave; Paris, le 5 octobre prochain. Cette annonce suscite d&eacute;j&agrave; beaucoup d&rsquo;enthousiasme, notamment gr&acirc;ce &agrave; des leaks soigneusement orchestr&eacute;s qui commencent &agrave; d&eacute;voiler le profil de ce nouvel agent, d&eacute;j&agrave; promis &agrave; bouleverser les tactiques des &eacute;quipes du monde entier.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce nouvel agent, qui rejoint le roster en tant que sentinelle, marque un retour attendu dans cette cat&eacute;gorie, apr&egrave;s Vyse, le dernier &agrave; y avoir &eacute;t&eacute; int&eacute;gr&eacute;. D&rsquo;origine s&eacute;n&eacute;galaise, Veto poss&egrave;de un lore captivant, centr&eacute; autour d&rsquo;une mutation g&eacute;n&eacute;tique lui permettant de d&eacute;sactiver les gadgets ennemis et d&rsquo;alt&eacute;rer le rythme des rounds. Bien que certains d&eacute;tails restent &agrave; d&eacute;couvrir, le personnage s&rsquo;annonce d&eacute;j&agrave; comme une addition intrigante et puissante.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;C&ocirc;t&eacute; comp&eacute;tences, Veto se distingue par une panoplie de pouvoirs innovants et redoutables. Parmi eux, on trouve une capacit&eacute; de t&eacute;l&eacute;portation appel&eacute;e &laquo; vortex &raquo;, qui permet de se d&eacute;placer rapidement &agrave; l&rsquo;aide d&rsquo;une sph&egrave;re d&rsquo;&eacute;nergie plac&eacute;e sur le sol, s&rsquo;inspirant de Chamber. Ensuite, le pi&egrave;ge de slime, une projection mutant qui cr&eacute;e une zone dangereuse au sol, pi&egrave;ge et d&eacute;soriente les ennemis qui le traversent. Sa capacit&eacute; signature, &laquo; Phage &raquo;, a la particularit&eacute; de d&eacute;truire tous les gadgets adverses, comme les tourelles ou les mollys. Enfin, son ultime, &laquo; Mutated Form &raquo;, le propulse dans une mutation totale, augmentant ses statistiques, r&eacute;g&eacute;n&eacute;rant sa sant&eacute;, et le rendant immunis&eacute; contre ralentissements, &eacute;tourdis et m&ecirc;me certains ultis, ce qui peut inverser le cours d&rsquo;une partie dans des moments critiques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;attente ne sera pas longue : la r&eacute;v&eacute;lation officielle de Veto est pr&eacute;vue juste avant la finale des Champions, le 5 octobre. Selon la tradition de Riot Games, sa disponibilit&eacute; dans le jeu pourrait suivre peu de temps apr&egrave;s, probablement lors du prochain acte. Les fans ont donc toutes les raisons d&rsquo;&ecirc;tre impatients, car ce nouveau venu pourrait bien changer la donne dans l&rsquo;univers comp&eacute;titif de Valorant.&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;Les rumeurs autour du prochain agent de VALORANT suscitent d&eacute;j&agrave; une vive excitation, tout en alimentant certaines inqui&eacute;tudes quant &agrave; un possible d&eacute;s&eacute;quilibre dans le jeu. Avec ses comp&eacute;tences innovantes, Veto pourrait bien devenir l&rsquo;un des personnages les plus influents et r&eacute;volutionnaires de ces derni&egrave;res ann&eacute;es. Que vous soyez un joueur exp&eacute;riment&eacute; sp&eacute;cialiste des sentinelles ou simplement curieux de d&eacute;couvrir de nouvelles m&eacute;caniques, pr&eacute;parez-vous &agrave; une v&eacute;ritable r&eacute;volution strat&eacute;gique. L&rsquo;arriv&eacute;e de ce nouvel agent promet de bouleverser la m&eacute;tagame, provoquant &agrave; la fois enthousiasme et d&eacute;bats passionn&eacute;s dans la communaut&eacute;. Restez &agrave; l&rsquo;&eacute;coute, car sa sortie approche &agrave; grands pas, et avec elle, une nouvelle &egrave;re pour VALORANT.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant Point&lt;/a&gt; est la monnaie principale utilis&eacute;e dans Valorant pour acheter des skins d&rsquo;armes, des accessoires exclusifs et d&eacute;bloquer le Battle Pass afin de personnaliser l&rsquo;exp&eacute;rience de jeu.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir des Valorant Points, les joueurs doivent effectuer un achat avec de l&rsquo;argent r&eacute;el, que ce soit directement dans le client du jeu ou via des plateformes de recharge fiables comme LootBar, qui proposent des solutions rapides et s&eacute;curis&eacute;es pour recharger son solde.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gr&acirc;ce &agrave; ces options, les utilisateurs peuvent facilement enrichir leur collection d&rsquo;objets cosm&eacute;tiques et profiter pleinement du contenu premium propos&eacute; par Valorant.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un top up de Valorant Points, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme d&rsquo;&eacute;change de jeux &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. En choisissant lootbar.gg, les joueurs b&eacute;n&eacute;ficient d&rsquo;une solution pratique et fiable pour acqu&eacute;rir des &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt;, ce qui permet d&rsquo;optimiser leur exp&eacute;rience de jeu sans se ruiner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des grands avantages de lootbar r&eacute;side dans ses offres promotionnelles r&eacute;guli&egrave;res : vous pouvez r&eacute;aliser des &eacute;conomies notables gr&acirc;ce &agrave; des r&eacute;ductions pouvant atteindre 20 % sur vos achats de points. De plus, la s&eacute;curit&eacute; est au c&oelig;ur du service avec des transactions totalement prot&eacute;g&eacute;es gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;, garantissant ainsi la confidentialit&eacute; et l&rsquo;int&eacute;grit&eacute; de chaque paiement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En outre, lootbar.gg assure une exp&eacute;rience utilisateur optimale gr&acirc;ce &agrave; un service client disponible 24h/24 et 7j/7, pr&ecirc;t &agrave; r&eacute;pondre &agrave; toutes vos questions concernant la recharge de Valorant Points. Sans oublier la rapidit&eacute; de livraison : il ne faut que quelques minutes pour recevoir vos points, ce qui rend lootbar particuli&egrave;rement pratique pour les joueurs souhaitant profiter imm&eacute;diatement de leurs nouveaux contenus en jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt; Points sur la plateforme lootbar, commencez par acc&eacute;der &agrave; la section d&eacute;di&eacute;e &agrave; l&rsquo;achat de la monnaie du jeu.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur la page d&rsquo;achat de Points Valorant sur lootbar.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez la quantit&eacute; de Valorant Points que vous d&eacute;sirez ajouter &agrave; votre compte.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntrez soigneusement vos informations de connexion Riot afin d&rsquo;assurer la bonne r&eacute;ception des Points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez ensuite la m&eacute;thode de paiement qui vous convient parmi les options propos&eacute;es, puis confirmez en cliquant sur le bouton de paiement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s la validation de votre transaction, les Points Valorant sont g&eacute;n&eacute;ralement cr&eacute;dit&eacute;s sur votre compte en quelques minutes seulement. Une notification vous avertira d&egrave;s que le solde sera mis &agrave; jour, et il ne vous restera plus qu&rsquo;&agrave; ouvrir Valorant pour profiter de vos nouveaux Points.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(99, 223, '', 'T-Mobile Security Concerns &ndash; Outdated Infrastructure Risks', '&lt;h1&gt;T-Mobile&#039;s Aging Infrastructure Raises Security Concerns&lt;/h1&gt;\n&lt;p&gt;In an alarming development, a hacking group has claimed to have breached T-Mobile&#039;s systems, allegedly accessing databases, confidential documents, financial records, and various server scripts. Security experts are pointing to outdated infrastructure as a potential vulnerability that may have facilitated this breach.&lt;/p&gt;\n&lt;p&gt;The compromised systems reportedly include machines running severely outdated operating systems. Many servers were identified as running SunOS 5.9, an operating system released in 2002 and considered obsolete since 2005. Additionally, billing servers appear to be operating on HP-UX 11.1 and 11.23, released in 2000 and 2003 respectively, despite HP currently offering version 11.31 (also known as 11i v3).&lt;/p&gt;\n&lt;p&gt;Industry insiders suggest that T-Mobile&#039;s rapid network expansion and modernization efforts may have inadvertently created security vulnerabilities. The company&#039;s partnerships with third-party service providers during its GSM/EDGE upgrade could have introduced inadequately secured systems into their network. These external vendors may have deployed machines with unnecessary services activated, creating potential entry points for attackers.&lt;/p&gt;\n&lt;p&gt;T-Mobile has acknowledged the situation, stating: &quot;We are fully investigating the matter. The protection of our customers&#039; information and system security is absolutely paramount.&quot; In a subsequent statement, the company confirmed identifying a document from which information was copied, suggesting that at least some of the hackers&#039; claims are legitimate. They maintain that &quot;possession of this alone is not enough to cause harm to our customers&quot; and have implemented additional security measures.&lt;/p&gt;\n&lt;p&gt;This incident highlights the critical importance of maintaining updated systems and implementing rigorous security protocols, especially for companies handling sensitive customer data.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People turn to VPN services primarily to overcome censorship barriers and shield their private browsing activities when seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt;. This involves using a virtual private network to bypass governmental or institutional blocks placed on adult websites. &quot;Porn unblocked&quot; refers to the state where users can freely access restricted adult content libraries, ensuring their online activity remains confidential and uncensored.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution designed to enhance your browsing experience while maintaining your privacy. This powerful VPN service enables users to bypass geographical restrictions with ease, allowing you to access adult websites that might otherwise be unavailable in your location, all while keeping your online activities completely anonymous.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers exceptional benefits that set it apart from other services in the market. Its lightning-fast connection speeds ensure smooth streaming without frustrating buffering issues, which is crucial when accessing high-definition content. The exclusive ShellGuard protocol provides military-grade encryption that keeps your browsing habits private from ISPs, network administrators, and potential surveillance, making it virtually impossible for anyone to track your online activities.&lt;/p&gt;\n&lt;p&gt;Another standout advantage of SafeShell VPN is its versatile App Mode feature, which allows users to simultaneously access content from multiple regions without constantly switching servers. Additionally, with support for up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs, SafeShell VPN ensures comprehensive protection across all your devices. Whether you&#039;re at home or traveling, this reliable service guarantees secure and unrestricted access to your favorite adult content.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this streamlined process:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by selecting and purchasing a suitable subscription plan directly from the SafeShell VPN official website.\n&lt;/li&gt;\n&lt;li&gt;\nProceed to download the SafeShell VPN application onto your preferred device and complete the installation setup.\n&lt;/li&gt;\n&lt;li&gt;\nActivate App Mode within the SafeShell VPN interface to optimize connectivity for specialized content access.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose any desired global location from SafeShell VPN&#039;s extensive network.\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected securely, enjoy unrestricted streaming of region-specific pornographic material while maintaining full anonymity.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(100, 224, '', 'Wendie Renard : leader du football f&eacute;minin &ndash; Profil', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5408ca5a6c9f1dc06c05i4LaRIhH03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5408ca5a6c9f1dc06c05i4LaRIhH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Leader et Ic&ocirc;ne Mondiale&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reconnue comme l&rsquo;une des figures majeures du football f&eacute;minin, Wendie Renard incarne le leadership et la constance sur le terrain. En tant que capitaine de l&rsquo;Olympique Lyonnais, elle maintient une pr&eacute;sence imposante lors de chaque match, inspirant ses co&eacute;quipi&egrave;res par son professionnalisme et son calme. Son influence se manifeste notamment dans ses interventions dans les duels, sa domination dans le jeu a&eacute;rien et sa pr&eacute;cision lors des coups de pied arr&ecirc;t&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Au-del&agrave; de ses qualit&eacute;s techniques, Renard symbolise une stabilit&eacute; pr&eacute;cieuse pour son &eacute;quipe. Son exp&eacute;rience et sa s&eacute;r&eacute;nit&eacute; apportent un soutien essentiel aux jeunes joueuses, contribuant &agrave; leur d&eacute;veloppement. Son r&ocirc;le en &eacute;quipe nationale est tout aussi vital, o&ugrave; elle transmet rigueur et exemplarit&eacute;, renfor&ccedil;ant ainsi la coh&eacute;sion collective.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En 2025, Wendie Renard d&eacute;passe le simple statut de joueuse d&rsquo;&eacute;lite pour devenir une v&eacute;ritable ic&ocirc;ne mondiale. Sa long&eacute;vit&eacute;, conjugu&eacute;e &agrave; ses performances constantes, illustre qu&rsquo;il est possible de concilier excellence et durabilit&eacute; au sommet du football f&eacute;minin.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prix total : 72 650 cr&eacute;dits&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Date d&rsquo;expiration : 24/11/2025&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;tails de la carte&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e540c21493bf11e339c21LioZI6Pe03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e540c21493bf11e339c21LioZI6Pe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Composition de l&#039;&eacute;quipe id&eacute;ale&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour constituer une &eacute;quipe performante, il est essentiel d&#039;int&eacute;grer au moins un joueur fran&ccedil;ais afin de respecter la r&eacute;glementation. De plus, la note globale de l&#039;&eacute;quipe doit atteindre un minimum de 84 pour garantir un niveau de jeu &eacute;lev&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e540fbeabaf0b01fd22f6aKksQKux03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e540fbeabaf0b01fd22f6aKksQKux03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;783&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Conditions de participation&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour participer &agrave; la comp&eacute;tition, chaque &eacute;quipe doit aligner au moins un joueur de la division D1 Arkema. De plus, la note attribu&eacute;e par l&rsquo;&eacute;quipe doit &ecirc;tre au minimum de 85 points pour garantir un niveau de performance &eacute;lev&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e5412ca5a6c9f1dc06c97iJIS6Npu03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e5412ca5a6c9f1dc06c97iJIS6Npu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;722&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Selon l&rsquo;&eacute;valuation de l&rsquo;&eacute;quipe, la note attribu&eacute;e &agrave; cette performance est d&rsquo;au moins 85.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e54156d9a402b62f02320bi2A8aoN03&quot; height=&quot;519&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e54156d9a402b62f02320bi2A8aoN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;806&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour rester inform&eacute; des derni&egrave;res actualit&eacute;s concernant EA Sports FC 26, n&#039;h&eacute;sitez pas &agrave; suivre Fut with Apero sur Twitter ou Facebook.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle essentielle dans le jeu FC 26, utilis&eacute;e pour acheter des joueurs, am&eacute;liorer votre &eacute;quipe et acqu&eacute;rir divers objets pr&eacute;cieux en jeu. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt; rapidement et en toute s&eacute;curit&eacute;, vous pouvez effectuer un top up sur des plateformes de trading reconnues telles que LootBar, IGVault ou Mmogah. Ces sites permettent d&rsquo;acheter des Cr&eacute;dits FC 26 de fa&ccedil;on simple, ce qui facilite la progression et les &eacute;changes dans le jeu. Gr&acirc;ce &agrave; cette m&eacute;thode, les joueurs peuvent renforcer leur effectif de mani&egrave;re efficace et profiter pleinement de l&rsquo;exp&eacute;rience FC 26.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger vos Cr&eacute;dits FC 26, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; pour effectuer votre achat. En choisissant lootbar.gg, vous b&eacute;n&eacute;ficiez d&rsquo;une exp&eacute;rience d&rsquo;achat pratique et s&eacute;curis&eacute;e, sp&eacute;cialement con&ccedil;ue pour r&eacute;pondre aux besoins des joueurs exigeants. La plateforme propose r&eacute;guli&egrave;rement des offres avantageuses, vous permettant d&rsquo;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;acheter cr&eacute;dit FC 26&lt;/a&gt; &agrave; des tarifs comp&eacute;titifs, avec la possibilit&eacute; de profiter de r&eacute;ductions pouvant atteindre 20%.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, lootbar.gg offre souvent des bonus exclusifs, comme un suppl&eacute;ment de 5% sur vos cr&eacute;dits lors d&rsquo;&eacute;v&eacute;nements sp&eacute;ciaux, ce qui maximise la valeur de chaque achat. Gr&acirc;ce &agrave; un service client disponible 24h/24 et 7j/7, vous recevez une assistance rapide &agrave; chaque &eacute;tape du processus. La s&eacute;curit&eacute; des transactions est assur&eacute;e par un syst&egrave;me de cryptage avanc&eacute;, et la livraison rapide des cr&eacute;dits garantit que vous pouvez profiter pleinement de FC 26 sans attendre. En r&eacute;sum&eacute;, acheter cr&eacute;dit FC 26 sur lootbar.gg, c&rsquo;est choisir la fiabilit&eacute;, l&rsquo;&eacute;conomie et la tranquillit&eacute; d&rsquo;esprit.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Cr&eacute;dits FC 26 sur la plateforme Lootbar, commencez par acc&eacute;der &agrave; la page d&eacute;di&eacute;e aux cr&eacute;dits du jeu FC 26, o&ugrave; vous d&eacute;couvrirez &eacute;galement les options pour les joueurs et les objets DC&Eacute;. S&eacute;lectionnez le montant de cr&eacute;dits FC 26 d&eacute;sir&eacute;, puis passez &agrave; la saisie des informations de votre compte ainsi que des codes de secours n&eacute;cessaires pour garantir la s&eacute;curit&eacute; de la transaction. Une fois ces d&eacute;tails renseign&eacute;s, vous pourrez choisir le mode de paiement qui vous convient le mieux et proc&eacute;der au r&egrave;glement en cliquant sur &laquo; Payer maintenant &raquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s la confirmation du paiement, les Cr&eacute;dits FC 26 seront transf&eacute;r&eacute;s sur votre compte rapidement. Vous recevrez alors une notification qui vous permettra de vous connecter au jeu et de profiter imm&eacute;diatement de votre monnaie virtuelle. Si vous vous demandez &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt;, il s&rsquo;agit de la devise utilis&eacute;e dans FC 26 pour acqu&eacute;rir des joueurs, des packs ou des objets sp&eacute;ciaux, ce qui enrichit l&rsquo;exp&eacute;rience de jeu et permet de personnaliser votre club selon vos envies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(101, 225, '', 'Overseas Box Office: Monsters, Inc. &amp; Ocean&#039;s Eleven Lead', '&lt;p&gt;Overseas box office saw animated creatures and star-studded casts dominate this weekend.&lt;/p&gt;\n&lt;p&gt;Monsters, Inc. and Ocean&#039;s Eleven both claimed $21 million internationally.&lt;/p&gt;\n&lt;p&gt;Monsters, Inc. roared into the U.K. with $13.2 million from 503 screens.&lt;/p&gt;\n&lt;p&gt;This marks the country&#039;s fourth highest opening ever.&lt;/p&gt;\n&lt;p&gt;The film also delivered strong results across Europe and Asia.&lt;/p&gt;\n&lt;p&gt;Spain welcomed it with $1.9 million on 312 screens, the market&#039;s second-biggest animated debut.&lt;/p&gt;\n&lt;p&gt;In Scandinavia, it earned $1.3 million combined, setting a new record in Norway.&lt;/p&gt;\n&lt;p&gt;Hong Kong saw $407,000 over two days, surpassing Shrek by 70%.&lt;/p&gt;\n&lt;p&gt;Its global total now stands at $81.4 million across 29 territories.&lt;/p&gt;\n&lt;p&gt;Ocean&#039;s Eleven rolled forward, reaching $111 million in 32 markets.&lt;/p&gt;\n&lt;p&gt;France contributed $5.8 million from 789 screens.&lt;/p&gt;\n&lt;p&gt;Belgium, Taiwan, Hong Kong, Switzerland, and Colombia also saw solid returns.&lt;/p&gt;\n&lt;p&gt;Japan added $5.1 million in its second weekend, bringing its local total to $17.7 million.&lt;/p&gt;\n&lt;p&gt;Arnold Schwarzenegger returned in Collateral Damage.&lt;/p&gt;\n&lt;p&gt;It launched day-and-date with its U.S. release in several markets.&lt;/p&gt;\n&lt;p&gt;South Korea generated $622,000 on 89 screens.&lt;/p&gt;\n&lt;p&gt;Thailand took in $459,000 on 117 screens, Arnie&#039;s second-best opening there.&lt;/p&gt;\n&lt;p&gt;Brazil, Singapore, and Malaysia also reported initial figures.&lt;/p&gt;\n&lt;p&gt;France witnessed Asterix &amp;amp; Obelix: Mission Cleopatra reign supreme.&lt;/p&gt;\n&lt;p&gt;It unearthed $11.6 million in its second weekend, dropping only 16%.&lt;/p&gt;\n&lt;p&gt;Its cumulative total climbed to $30.5 million.&lt;/p&gt;\n&lt;p&gt;Harry Potter&#039;s global total soared to $602.3 million after a $6.1 million weekend.&lt;/p&gt;\n&lt;p&gt;In Spain, it became the third highest-grossing film ever with $24 million.&lt;/p&gt;\n&lt;p&gt;Lord of the Rings levitated to $412 million worldwide.&lt;/p&gt;\n&lt;p&gt;A $13.4 million frame was boosted by Russia ($1.5 million), Argentina ($2.6 million), and Hong Kong ($1.7 million).&lt;/p&gt;\n&lt;p&gt;The Shipping News launched impressively in Australia with $323,000 from 86 screens.&lt;/p&gt;\n&lt;p&gt;It posted the top per-screen average in the market.&lt;/p&gt;\n&lt;p&gt;Vanilla Sky advanced to $82.3 million overseas despite significant drops in Italy and Spain.&lt;/p&gt;\n&lt;p&gt;Black Hawk Down stumbled in Italy, taking only $494,000 on 220 screens.&lt;/p&gt;\n&lt;p&gt;Jimmy Neutron: Boy Genius debuted weakly in France with $315,000 from 397 screens.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular queries among fans. These films depict Harry Potter&#039;s adventures at Hogwarts as he confronts dark forces and discovers his destiny, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on platforms like Netflix, HBO Max, or Amazon Prime, with a VPN being a useful tool to bypass geographical restrictions in certain regions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re eager to unlock region-restricted treasures like the Harry Potter film series on Netflix, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a compelling solution.&lt;/p&gt;\n&lt;p&gt;The service provides lightning-fast speeds specifically optimized for flawless Netflix streaming, ensuring zero buffering and uninterrupted high-definition viewing. This reliability means you can consistently enjoy your favorite shows and movies without frustrating lag or connection drops.&lt;/p&gt;\n\n&lt;p&gt;Beyond speed, the SafeShell VPN excels in versatility and access. It allows seamless connections on up to five devices simultaneously, compatible with all major platforms like Windows, macOS, iOS, Android, and smart TVs. Crucially, its exclusive App Mode empowers you to bypass geo-blocks and access multiple regional Netflix libraries at once, vastly expanding your entertainment choices.&lt;/p&gt;\n\n&lt;p&gt;Security is paramount with the SafeShell VPN, leveraging its proprietary ShellGuard protocol and military-grade encryption to shield your streaming activity and personal data. Furthermore, a flexible free trial plan lets you test all these robust features &ndash; from high-speed streaming and multi-region access to top-tier security &ndash; completely risk-free before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Begin by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; through their official website, selecting a suitable plan for your requirements.  Next, download and install the SafeShell VPN application on your device&mdash;whether it&#039;s a computer, smartphone, or tablet&mdash;ensuring you choose the correct version for your operating system.  Launch the SafeShell VPN app and log into your account; for optimal movie streaming, select the recommended APP mode within the software. &lt;/p&gt;\n&lt;p&gt;After logging into the SafeShell VPN application, browse the list of available server locations and select one situated in the country whose content library you wish to access, such as the UK or US for Harry Potter availability.  Click the connect button within SafeShell VPN to establish a secure connection to the chosen server.  Once successfully connected, open your preferred streaming platform or service, log in, and you can immediately start searching for and enjoying the Harry Potter films.&lt;/p&gt;', 9, 'game'),
(102, 228, '', 'Wuthering Waves 2.8 Update &ndash; Livestream &amp; Redeem Codes', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e558fba33549e363ecea2GMowZbRB03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e558fba33549e363ecea2GMowZbRB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves 2.8 Update&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A highly anticipated addition is on its way to Wuthering Waves in the upcoming update&mdash;introducing a brand-new 5-star character for rovers. This exciting debut will be part of version 2.8, which also features rerun banners, giving players another chance to unlock favorite characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To catch all the latest news and exclusive codes, tune into the Wuthering Waves 2.8 livestream. Be sure to check the broadcast start time in your local time zone so you don&rsquo;t miss out on valuable redemption codes. These codes are only available for a limited period, so act quickly to claim your rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below are the details for the Wuthering Waves 2.8 livestream schedule and the latest redeem codes to enhance your gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e559316507cc2209d472aBERxMxfR03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e559316507cc2209d472aBERxMxfR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover the latest codes for the Wuthering Waves 2.8 livestream event, and don&#039;t forget to check out the active gift vouchers available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be sure to redeem these codes promptly to earn valuable Astrite before they expire.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enjoy the exclusive rewards and enhance your gameplay experience with these special offers!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55956d9a402b62f0303bFwYhZj3T03&quot; height=&quot;358&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55956d9a402b62f0303bFwYhZj3T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e559842be7c80e4ffd0d3sHTJIKfD03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e559842be7c80e4ffd0d3sHTJIKfD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Wuthering Waves 2.8 live broadcast is set for November 14, 2025, beginning at 6:00 AM Eastern Time (UTC-5).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below are the start times for the special program across various regions:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e559aefda918efac8b92edJUFuP8103&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e559aefda918efac8b92edJUFuP8103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e559dabd5188fb16b52dd3bUsCHIT03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e559dabd5188fb16b52dd3bUsCHIT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves 2.8 Livestream&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rovers are invited to tune into the Wuthering Waves 2.8 livestream scheduled for Friday, November 14, beginning at 6:00 AM Eastern Time (UTC-5). The streaming times will vary across regions, with Asian players able to watch the event later in the day or at night, while players in the Americas can view it early in the morning.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exciting news for fans: Chisa, a new five-star character, has been officially revealed. Players are encouraged to start accumulating Astrite now to prepare for her banner. Originating from Startorch Academy, Chisa is characterized by her Havoc attribute. She will wield a broadblade, joining the ranks of other characters like Augusta and Lupa, and will be the first Havoc Boardblade user introduced to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691e55a142be7c80e4ffd17dlDqowgWo03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691e55a142be7c80e4ffd17dlDqowgWo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eager to catch the latest updates for Wuthering Waves 2.8 can tune into the game&#039;s official streaming platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The special broadcast is available on both YouTube and Twitch, allowing viewers to choose their preferred service.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Watch the 2.8 live event on YouTube via the official channel for real-time insights and announcements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternatively, viewers can join the livestream on Twitch to stay connected with the community and catch all the new content.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites&lt;/a&gt; are the premium currency used in Wuthering Waves to unlock exclusive items, special bundles, and enhance your overall gameplay experience. Players often spend Lunites to acquire rare characters, powerful weapons, and valuable resources that are not available through regular gameplay. To obtain Wuthering Waves Lunites, you can visit popular game trading platforms like Codashop, SEAGM, and OffGamers, where top-up services are offered for secure and easy purchases. This makes Lunites an essential asset for players seeking to progress quickly and gain access to top-tier rewards in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Wuthering Waves&lt;/a&gt; Lunites, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg stands out as a professional and secure option, providing a streamlined process for &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering waves top up&lt;/a&gt; that&rsquo;s both convenient and reliable. With global coverage, lootbar ensures that players from around the world can easily access premium in-game currency like Lunites, making their &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering wave top up&lt;/a&gt; quick and hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, lootbar offers multiple benefits such as 24/7 online customer support, ensuring that assistance is always available whenever needed. Players can choose from a variety of payment methods, adding flexibility and ease to the transaction process. Moreover, lootbar frequently features attractive discounts, with savings on some items reaching up to 20%, giving players more value when they top up Wuthering Waves. All these advantages make lootbar.gg a preferred destination for anyone wanting a safe, affordable, and efficient wuthering waves top up experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Wuthering Waves on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up your WuWa account with Lunites through the Lootbar trading platform, begin by visiting the official Lootbar website and selecting your preferred language and currency. After logging in, navigate to the top-up section and choose Wuthering Waves from the game list. Next, specify the amount of Lunites you wish to purchase and proceed by clicking the top-up button. Select your payment method and complete the transaction to move forward with the &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;WuWa top up&lt;/a&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once your payment is confirmed, you will need to provide the necessary account details, such as your login method, account name, password, and server information. After submitting these details, you should coordinate with the seller for the delivery of Lunites into your game account. Finally, check your WuWa account to ensure the Lunites have been credited and enjoy your premium in-game currency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(103, 235, '', 'Blade in Marvel Rivals: Season 3 Leak &amp; Details', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5bb47c08c2a29531ab3VR0z1j6P03&quot; height=&quot;484&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5bb47c08c2a29531ab3VR0z1j6P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;860&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Blade&#039;s Upcoming Debut&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upcoming in Marvel Rivals Season 3, fans can anticipate the arrival of Blade, as revealed by recent leaks. His introduction promises a formidable set of skills and weaponry that will shake up the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Season 2 draws to a close, the roster has already expanded with Ultron and Emma Frost, each bringing unique playstyles and fresh strategies to the battlefield. Their inclusion has significantly diversified the gameplay experience, offering new avenues for players to explore.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking ahead to what&rsquo;s next, the focus shifts to Blade&rsquo;s potential role. The leaked information hints at a character equipped with a lethal arsenal and powerful abilities, making him a highly anticipated addition. Fans can expect Blade&#039;s combat style to be as intense and deadly as his comic book persona, promising an exciting new chapter in Marvel Rivals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd93ce820ce29626d6c6cJaWqdCPD03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd93ce820ce29626d6c6cJaWqdCPD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eric Brooks, better known as Blade, stands out in Marvel lore as a unique hybrid creature&mdash;part human, part vampire&mdash;earning the nickname &quot;daywalker&quot; for his ability to operate during daylight. His combat style combines expert martial arts, swift swordplay, and proficient firearm use, making him a formidable hunter of supernatural entities. Throughout Marvel&#039;s extensive universe, Blade has been a key figure in the darker, supernatural storylines, frequently collaborating with allies like Ghost Rider, Doctor Strange, and the Midnight Sons to combat vampiric and demonic threats.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the upcoming Marvel Rivals game, new details have emerged through leaked voice lines and gameplay hints. These suggest that Blade maintains a deep connection to Dracula, primarily through his signature weapon&mdash;referred to as Dracula&rsquo;s sword. His in-game dialogue reveals a pragmatic, no-nonsense demeanor focused on eliminating vampires across different realms and dimensions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Predicted to assume the role of a duelist, Blade&rsquo;s gameplay appears to emphasize aggressive tactics and close-quarters combat. His moveset is likely tailored to swift, impactful attacks that capitalize on his expertise with swords and martial prowess, making him a fierce opponent for any vampire or supernatural foe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68647063fa423b1ac0b056f2zPUIczNi03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/68647063fa423b1ac0b056f2zPUIczNi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Blade is a formidable combatant blending close-range melee assaults with ranged attacks, providing versatile offensive tactics. His arsenal includes a sword and a hunting shotgun, allowing players to adapt their strategy based on the situation. Unique vampiric traits also encourage an aggressive playstyle, rewarding those who press the attack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below is an overview of Blade&rsquo;s potential abilities in Marvel Rivals, as leaked by a trusted dataminer:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Sword Slash (Primary Fire 1):&lt;/strong&gt; Wield Dracula&rsquo;s sword to execute a forward slash, damaging enemies directly in front of you.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Shotgun Blast (Primary Fire 2):&lt;/strong&gt; Fire a long-range explosive round from a hunting shotgun, dispersing shrapnel upon impact to damage nearby foes.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Swift Strike (Shift):&lt;/strong&gt; Dash forward rapidly; if equipped with the gun, shoot at an enemy to reduce their healing. If wielding the sword, slash an opponent to slow their movement speed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Vampiric Bloodline (E):&lt;/strong&gt; Activate a blood transformation, turning all blood into Dracula&rsquo;s blood. Gain heightened senses but become unable to heal. Damage inflicted during this state can restore Dracula&rsquo;s blood.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Defensive Stance (Right Mouse Button):&lt;/strong&gt; Enter a sword stance that provides damage reduction from frontal attacks, increasing survivability.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Ultimate Attack (Q):&lt;/strong&gt; After charging briefly, unsheathe the sword and lunge forward with a powerful chop, while Dracula&rsquo;s sword frantically slashes behind you, dealing significant area damage.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s important to note that these abilities were leaked and are not yet officially confirmed by the game developers. Details may change before Blade&rsquo;s official release, and updates will follow once official information is available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c5dcbe99f1db9d63adZk2Z4Iyv03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c5dcbe99f1db9d63adZk2Z4Iyv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming Collaborations and Releases&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Speculation is circulating about a potential collaborative skill involving Cloak and Dagger, although specific details remain undisclosed. Such an addition could suggest a synergy with supernatural or Midnight Sons themes if these characters are integrated into the game simultaneously.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Blade is anticipated to make his debut in the upcoming Season 3.5 update, which is rumored to launch around mid-August 2025. While an exact release date hasn&#039;t been officially announced, the timing appears consistent with the current development schedule and previous seasonal updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What are your thoughts on Blade&#039;s power set? Are you considering making him your main character once he&#039;s available? Share your opinions in the comments below!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency within the Marvel Rivals game, enabling players to unlock a variety of exclusive cosmetic items, including character skins, emotes, sprays, and player banners through the Battle Pass and in-game shop. Unlike standard currencies earned via gameplay, Marvel Rivals Lattices must be purchased with real money. Players can easily obtain Lattices by topping up through trusted game trading platforms such as LootBar, ensuring a quick and secure transaction process. This allows fans to enhance their gaming experience and customize their heroes with unique visual upgrades.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg stands out as a reliable and convenient choice for &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt;, offering a range of features tailored to gamers&rsquo; needs. Not only does lootbar guarantee professional service and enhanced security, but it also provides around-the-clock customer support and multiple payment methods, making transactions straightforward and hassle-free for users across the globe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of choosing lootbar for Marvel Rivals top up is the competitive pricing. Gamers can benefit from substantial discounts, sometimes reaching up to 20%, ensuring they get more value when purchasing Marvel Rivals Lattices. Additionally, lootbar.gg fosters a vibrant community environment, where players can access helpful guides, discover game updates, and connect with friends through its blog and Discord channels. This combination of affordability, reliability, and community makes lootbar an excellent platform for topping up Marvel Rivals Lattices.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, follow these easy steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official LootBar.gg website and select your preferred language and currency before logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the homepage and locate Marvel Rivals from the Top-Up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Marvel Rivals User ID to ensure the Lattices are credited to the correct game account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, pick the quantity of Marvel Rivals Lattices you wish to buy according to your needs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose a suitable payment option and complete the transaction by clicking Pay Now.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, you can successfully top up Marvel Rivals Lattices and enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(104, 236, '', 'Stranger Things 5 Release Date &ndash; Schedule &amp; Details', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa626e249931309b4a93e4wqO0MPl07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa626e249931309b4a93e4wqO0MPl07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Stranger Things 5 Release Schedule&lt;/h3&gt;\n&lt;p&gt;Mark your calendars for November 26th!&lt;/p&gt;\n&lt;p&gt;The culmination of Netflix&#039;s beloved saga arrives then.&lt;/p&gt;\n&lt;p&gt;After a lengthy hiatus since 2022&#039;s season four,&lt;/p&gt;\n&lt;p&gt;the final chapter drops at 8 p.m. ET / 5 p.m. PT.&lt;/p&gt;\n&lt;p&gt;Netflix unveiled the details at Tudum 2025,&lt;/p&gt;\n&lt;p&gt;promising a season unlike anything seen before.&lt;/p&gt;\n&lt;p&gt;Prepare for an unprecedented television event.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa6271d8d86d61750c6c2yN2AL1G807&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa6271d8d86d61750c6c2yN2AL1G807&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Breaking tradition, Netflix unveils an unprecedented three-part rollout for the highly anticipated fifth season of &lt;em&gt;Stranger Things&lt;/em&gt;. &lt;/p&gt;\n&lt;p&gt;Fans globally can mark their calendars for this unique release strategy:&lt;/p&gt;\n&lt;p&gt;Kicking off the adventure, &lt;em&gt;Stranger Things 5 Vol. 1&lt;/em&gt; premieres Wednesday, November 26th at 8 PM ET, delivering the initial four episodes. &lt;/p&gt;\n&lt;p&gt;The journey continues with &lt;em&gt;Stranger Things 5 Vol. 2&lt;/em&gt; arriving on Christmas Day, Thursday, December 25th at 8 PM ET, featuring the next three installments. &lt;/p&gt;\n&lt;p&gt;Prepare for the climactic finale on New Year&#039;s Eve, Wednesday, December 31st at 8 PM ET, concluding the epic saga.&lt;/p&gt;\n&lt;p&gt;Adding cinematic grandeur, the finale receives a special two-day limited theatrical run across the United States on December 31st and New Year&#039;s Day.&lt;/p&gt;\n&lt;p&gt;Leading the charge back to Hawkins are Winona Ryder as Joyce Byers, David Harbour as Jim Hopper, Millie Bobby Brown as Eleven, alongside core favorites:&lt;/p&gt;\n&lt;p&gt;Finn Wolfhard (Mike Wheeler)&lt;/p&gt;\n&lt;p&gt;Noah Schnapp (Will Byers)&lt;/p&gt;\n&lt;p&gt;Gaten Matarazzo (Dustin Henderson)&lt;/p&gt;\n&lt;p&gt;Caleb McLaughlin (Lucas Sinclair)&lt;/p&gt;\n&lt;p&gt;Sadie Sink (Max Mayfield)&lt;/p&gt;\n&lt;p&gt;Natalia Dyer (Nancy Wheeler)&lt;/p&gt;\n&lt;p&gt;Charlie Heaton (Jonathan Byers)&lt;/p&gt;\n&lt;p&gt;Joe Keery (Steve Harrington)&lt;/p&gt;\n&lt;p&gt;Maya Hawke (Robin Buckley)&lt;/p&gt;\n&lt;p&gt;Brace for the ultimate battle streaming soon.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa629473df49253bf8838S1vdllcZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa629473df49253bf8838S1vdllcZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Hawkins ensemble expands dramatically for this final confrontation.&lt;/p&gt;\n&lt;p&gt;Linda Hamilton joins as the formidable Dr. Kay, a character shrouded in mystery.&lt;/p&gt;\n&lt;p&gt;Nell Fisher steps into the spotlight as a grown-up Holly Wheeler.&lt;/p&gt;\n\n&lt;p&gt;Familiar heroes return to face the ultimate darkness:&lt;/p&gt;\n&lt;p&gt;Millie Bobby Brown&#039;s Eleven must tap into her full strength.&lt;/p&gt;\n&lt;p&gt;David Harbour&#039;s Hopper and Winona Ryder&#039;s Joyce continue their protective fight.&lt;/p&gt;\n&lt;p&gt;Core friendships endure with Finn Wolfhard&#039;s Mike, Gaten Matarazzo&#039;s Dustin, Caleb McLaughlin&#039;s Lucas, and Noah Schnapp&#039;s Will.&lt;/p&gt;\n\n&lt;p&gt;The extended family rallies:&lt;/p&gt;\n&lt;p&gt;Natalia Dyer&#039;s Nancy, Joe Keery&#039;s Steve, Charlie Heaton&#039;s Jonathan, and Maya Hawke&#039;s Robin gear up for battle.&lt;/p&gt;\n&lt;p&gt;Sadie Sink&#039;s Max remains pivotal despite her Season 4 fate.&lt;/p&gt;\n&lt;p&gt;Jamie Campbell Bower brings chilling menace back as Vecna/Henry Creel.&lt;/p&gt;\n\n&lt;p&gt;New military presence arrives:&lt;/p&gt;\n&lt;p&gt;Alex Breaux plays Lt. Robert Akers alongside Sherman Augustus&#039; Lt. Colonel Sullivan.&lt;/p&gt;\n&lt;p&gt;Fresh faces Jake Connelly (Derek Turnbow), Hunter Romanillos (Chance), and Clayton Royal Johnson (Andy) add layers.&lt;/p&gt;\n\n&lt;p&gt;Notably absent is Joseph Quinn&#039;s beloved Eddie Munson, confirming his tragic end.&lt;/p&gt;\n&lt;p&gt;While Paul Reiser&#039;s Dr. Owens might resurface, the focus remains on this sprawling, epic farewell cast.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa62d4f2dcd2989194f2dYbzSHZux07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa62d4f2dcd2989194f2dYbzSHZux07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season Revival and High Stakes&lt;/h3&gt;\n&lt;p&gt;Fans have eagerly awaited the return of the beloved series, with anticipation building around the upcoming season. As the story picks up, the town of Hawkins bears the scars of past battles, and the stakes have never been higher.&lt;/p&gt;\n&lt;p&gt;In the aftermath of the previous season, Vecna&rsquo;s sinister plans nearly tore Hawkins apart, culminating in the death of Max and the opening of a massive portal between the real world and the Upside Down. The heroes&mdash;Eleven, Hopper, Joyce, and their allies&mdash;managed to thwart Vecna&rsquo;s immediate threat, but at a significant cost. Eddie Munson lost his life in a heroic stand against Vecna&rsquo;s bats, leaving a lasting impact on everyone.&lt;/p&gt;\n&lt;p&gt;Max remains in a coma, but her survival hints at hope, thanks to mysterious intervention by Eleven and Lucas. Meanwhile, the gang reunites in Hawkins after traveling from different locations, including Arizona and Russia, where Hopper and Joyce have been held captive. A lingering threat from Vecna persists, as Will Byers senses that the villain is not truly defeated, merely biding his time.&lt;/p&gt;\n&lt;p&gt;Looking ahead, the primary goal for our heroes is straightforward yet daunting: locate and eliminate Vecna once and for all. The official synopsis describes a grim, tense landscape set in the fall of 1987, with Hawkins under military quarantine and the government intensifying its search for Eleven. As the anniversary of Will&rsquo;s disappearance nears, an ominous darkness looms, promising a final confrontation that will test everyone&rsquo;s courage and unity.&lt;/p&gt;\n&lt;p&gt;The series&rsquo; narrative will feature a significant time jump from the spring of 1986 to late 1987, adding new layers of complexity and mystery. Two major trailers have been released, with one unveiled at the end of October, hailed as perhaps Netflix&rsquo;s most impressive promotion yet. Fans also got an early glimpse into the series&rsquo; opening moments at a special premiere event, revealing a flashback to Season 1&rsquo;s events involving Will and the Demogorgon, hinting at deeper connections and unresolved mysteries.&lt;/p&gt;\n&lt;p&gt;The episode titles have been revealed, adding to the intrigue. The season comprises eight episodes, starting with &ldquo;The Vanishing of Will Byers,&rdquo; followed by titles like &ldquo;The Crawl,&rdquo; &ldquo;The Turnbow Trap,&rdquo; and &ldquo;The Right Side Up,&rdquo; each suggesting new challenges and revelations. Fans are understandably anxious about what these titles imply for the story&rsquo;s direction.&lt;/p&gt;\n&lt;p&gt;The series is set to premiere on November 26th, with new episodes available starting at 8 p.m. ET. As the countdown begins, viewers can expect a climactic showdown, shocking twists, and the return of familiar faces&mdash;all crafted to deliver an unforgettable conclusion to the Stranger Things saga. Stay tuned for more updates as the release date approaches!&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform where users can watch a wide variety of TV shows, movies, documentaries, and original content on demand through internet-connected devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods used to access content that would otherwise be restricted due to geographical limitations, allowing viewers to enjoy shows and films available in different regions that aren&#039;t normally accessible in their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix through Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring you can enjoy your favorite shows and movies without interruptions or buffering. Its advanced encryption protocols safeguard your online activities, maintaining your privacy and protecting you from unwanted surveillance. Additionally, SafeShell VPN is engineered to evade detection by Netflix&rsquo;s VPN and proxy systems, allowing for uninterrupted access to multiple regional libraries through features like the exclusive App Mode. The platform also supports up to five simultaneous device connections across various operating systems, providing flexibility and convenience. With blazing connection speeds and robust security, SafeShell VPN delivers a smooth, secure, and unrestricted streaming experience, making it an ideal choice for entertainment enthusiasts seeking reliable Netflix unblocking solutions.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass regional restrictions. To begin your journey into unlimited streaming possibilities, first visit the SafeShell website and select a subscription plan that matches your viewing habits and budget constraints. After completing your purchase, download the appropriate application for your device from the official website, whether you&#039;re using a smartphone, tablet, or computer. Once installed, log into your account and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;After setting up SafeShell Netflix VPN on your device, the next step is selecting the right server location to access your desired regional content. Simply browse through the available server list and connect to a location where your preferred shows or movies are available - popular choices include US servers for American content or UK servers for British programming. Once connected, open your Netflix application or website and sign in with your regular credentials. You&#039;ll immediately notice that your Netflix library has transformed to display content from your selected region, allowing you to enjoy thousands of previously inaccessible shows and movies without any buffering or quality issues.&lt;/p&gt;', 9, 'game'),
(105, 237, '', 'Whiteout Survival Bahiti Guide &ndash; Hero Stats &amp; Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65afc24e25ef77bd1d6Joz00LtK03&quot; height=&quot;943&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65afc24e25ef77bd1d6Joz00LtK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;897&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6870542108ee3032eec183a8dmXxF4Dw03&quot; height=&quot;64&quot; src=&quot;https://c2c.fp.guinfra.com/file/6870542108ee3032eec183a8dmXxF4Dw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;64&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65dfc24e25ef77bd213bwOfO8US03&quot; height=&quot;52&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65dfc24e25ef77bd213bwOfO8US03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;52&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6870542414d12b550cf5cf72PKUvvtX803&quot; height=&quot;70&quot; src=&quot;https://c2c.fp.guinfra.com/file/6870542414d12b550cf5cf72PKUvvtX803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;70&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hero Introduction and Role&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the treacherous icy terrain of Whiteout Survival, your journey begins with a formidable ally: Bahiti, a legendary marksman hero who joins your team as your first companion. Known for his impressive combat stats, Bahiti boasts an attack power of 2,157, a defense rating of 2,220, and a substantial health pool of 13,320. His attack and defense are both amplified by 140.1%, making him a potent force against adversaries.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clad in his distinctive mammoth-drawn carriage, Bahiti embodies hope and perseverance amid the frozen wasteland. Representing the Dawn Alliance, he stands as a symbol of civilization&rsquo;s resilience in this hostile environment. As a specialized marksman, his main function is to deal high damage to enemies, excelling at taking down single targets swiftly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For newcomers, Bahiti proves especially advantageous during the early stages of gameplay. His immediate availability and strong damage output make him an ideal first hero to learn the game&rsquo;s core mechanics. However, players should be aware that as the game evolves and new hero generations are introduced, Bahiti&rsquo;s dominance may diminish. Newer heroes typically come with enhanced stats and more versatile skills, gradually overshadowing older characters like Bahiti.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Consequently, while Bahiti serves as a solid foundation for initial progress and understanding of gameplay, free-to-play players should plan to upgrade to more powerful heroes over time. Transitioning to these advanced companions ensures sustained effectiveness as the game&rsquo;s challenges grow more demanding.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa663178b55af8f65f2e65fETUJKM03&quot; height=&quot;704&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa663178b55af8f65f2e65fETUJKM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the frozen wasteland, Bahiti is renowned for his trusty mammoth-drawn carriage, a beacon of hope across icy terrains. His journeys span from one frozen city to another, bringing vital supplies, medicines, and uplifting messages from the Dawn Alliance to those in need. His presence is a symbol of resilience, inspiring survivors to build their own shelters amid the harsh environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Having endured the brutal cold and rugged landscape for years, Bahiti has become an ideal envoy for the Alliance. His experience fighting alongside fighters like Phaethon sharpened his skills in combat and leadership, making him a formidable figure in the ongoing struggle for survival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout his missions, Bahiti has formed strong alliances with fellow explorers and soldiers such as Cloris and Sergey, whose dependability bolsters his efforts. His reputation as a respected leader often deters bandits, who recognize that challenging him could be perilous.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Originally found as a helpless child in an abandoned shelter, Bahiti was nurtured by early members of the Dawn Alliance. They instilled in him the values of hope and justice, shaping his into the dedicated representative of the Alliance&rsquo;s ideals. As he matured, he became its most loyal supporter, embodying the spirit of resilience and compassion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A fascinating theory from Bahiti&rsquo;s former mentor suggests that Earth itself might influence the planet&rsquo;s orbit, contributing to the endless winter. Could the planet be a conscious entity capable of communication? If so, establishing contact might be the key to restoring its proximity to the sun. Though the mentor&rsquo;s ideas remain unproven and he has long since passed, Bahiti continues searching for ways to connect with the planet, driven by hope and curiosity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6870542db00363e2ec908228f37OHc0X03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/6870542db00363e2ec908228f37OHc0X03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;312&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bahiti is equipped with a distinctive array of abilities that enhance his effectiveness as a combat-oriented marksman. He boasts three exploration skills, which are essential for navigating and engaging during exploration phases and arena duels. Additionally, he has two expedition skills that are crucial during large-scale battles such as fortress assaults, facility sieges, and player-versus-player confrontations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6677f7abefd1900e338HkMv0Ltj03&quot; height=&quot;376&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6677f7abefd1900e338HkMv0Ltj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bahiti&rsquo;s combat abilities are centered around precision and rapidity, making him a key figure in offensive strategies. His hallmark skill, precise shot, allows him to pinpoint enemy vulnerabilities, unleashing a powerful strike that scales with his attack strength. Starting at a 400% damage multiplier at level one, it can increase up to 560% at the highest level, ensuring significant damage output against weaker foes and during early game encounters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, Bahiti&rsquo;s experience in wilderness survival grants him increased attack speed through the quick shot skill. This enhancement begins at a 10% boost and can reach up to 30%, enabling him to execute shots more rapidly. The faster attack rate improves his overall damage potential, especially in fast-paced combat scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, his passive ability, pathfinder vision, provides a consistent 20% damage increase across all attacks. This bonus amplifies his damage, making him particularly effective during exploration phases against resilient enemies that demand sustained offensive pressure. Overall, Bahiti&rsquo;s skill set emphasizes precision, speed, and raw damage, establishing him as a formidable damage dealer in various combat situations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66af3bd4d44851dd38aaCYv5a4B03&quot; height=&quot;506&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66af3bd4d44851dd38aaCYv5a4B03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Early-Game Hero Strategy&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bahiti&#039;s early-game utility is primarily driven by his ability to offer defensive support to his troops. His sixth sense skill activates his survival instincts, decreasing damage taken by all units in his squad by a percentage that scales from 4% to 20% as he is upgraded. While not as robust as specialized tank heroes like Sergey, this skill provides valuable protection during initial exploration and combat, especially when defensive options are limited.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key skill is fluorescence, which grants a 50% chance for Bahiti&rsquo;s troops to deal an additional 10% to 50% damage. Although this can significantly boost offensive output, its reliance on a probabilistic mechanic makes it less reliable in critical moments. Players should view this as a supplementary boost rather than a core damage source.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bahiti&rsquo;s strength is most evident in the early game, particularly in exploration and arena battles. To maximize his potential, focus on upgrading his active skill, precise shot, which is central to his damage output. Elevating this skill to its highest level allows him to swiftly eliminate priority targets, giving an edge during early exploration and in arena skirmishes against lower-level opponents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Complement his main attack with quick shot, his passive skill, which increases his attack speed. This synergy enhances sustained damage, making Bahiti more effective against tougher enemies as fights prolong. Prioritizing these offensive skills ensures that Bahiti remains a formidable marksman in the initial phases of gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of defensive capabilities, sixth sense can be useful during expedition modes, especially early on, but investing heavily isn&rsquo;t recommended since heroes like Sergey offer better damage reduction. Similarly, fluorescence&rsquo;s chance-based damage bonus should be approached cautiously due to its unpredictable nature, and minimal investment is advised.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bahiti excels at single-target damage, making him ideal for quickly dispatching enemies in exploration stages. However, his lack of area-of-effect (AOE) skills limits his usefulness against groups of foes. As enemies grow stronger and more numerous, Bahiti&rsquo;s effectiveness diminishes, requiring players to adapt by integrating other heroes better suited for crowd control.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In arena combat, Bahiti can dominate lower-tier opponents thanks to his quick elimination of key enemies. Position him in the backline to protect him from melee attackers while allowing his ranged attacks to operate safely. His vulnerability to close-range heroes underscores the importance of strategic placement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite his strengths, Bahiti is less suited as a rally leader or defensive tank, given his limited damage reduction and unreliable damage boost from fluorescence. Instead, focus on utilizing him as a damage dealer, enhancing gear with attack, critical damage, and attack speed. As better gear becomes available&mdash;particularly blue-tier equipment&mdash;upgrade your items carefully, ensuring new gear surpasses previous stats before swapping.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Progressing through the game requires adaptation. While Bahiti may be your initial hero, advancing beyond early stages involves embracing newer heroes and upgrading your roster strategically. Clinging solely to Bahiti can hinder your growth; instead, leverage his strengths temporarily while preparing for more powerful allies to take the forefront.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, success in whiteout survival hinges on evolving your team and gear, continuously adapting to the harsh environment of the frozen wasteland. Mastering these principles will help you dominate the snowy battlefield and secure your survival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For more expert tips and strategies, explore Theria Games&rsquo; Whiteout Survival guides.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66edcbe99f1db9d6fa7w7yK7P9103&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66edcbe99f1db9d6fa7w7yK7P9103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star&lt;/a&gt; is the premium in-game currency that allows players to access exclusive resources, speed up progress, and unlock special items to enhance their gameplay experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can obtain Whiteout Survival Frost Star by topping up through popular game trading platforms like Codashop, OffGamers, and SEAGM, where discounted rates are often available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Using Frost Star, players can gain an edge in the game by acquiring powerful upgrades and advancing more efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Top Up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Whiteout Survival Frost Star, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. lootbar.gg stands out as a trusted choice for gamers who want to quickly and securely purchase &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;frost stars whiteout survival&lt;/a&gt;, ensuring that transactions are both smooth and efficient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of choosing lootbar for your &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival top up&lt;/a&gt; needs is the platform&rsquo;s commitment to safety and convenience. With 24/7 online customer support, players can get help at any time, and the site supports a wide variety of payment methods to suit gamers from different regions. Additionally, lootbar frequently offers attractive discounts, with the possibility of saving up to 5% on top-ups for Whiteout Survival, making it a budget-friendly option for those looking to get more value from their purchases.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Whiteout Survival on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Frost Star Whiteout Survival&lt;/a&gt; on the LootBar trading platform, start by navigating to the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. After selecting your preferred language and currency, log into your account to access the top-up services. Next, locate the top-up section and choose Whiteout Survival as your game of choice. You will then be prompted to select the amount of Frost Star Whiteout Survival you wish to purchase. Make sure to accurately enter your in-game UID before clicking the &quot;Top-up now&quot; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following this, you need to pick a payment method that suits your needs from the available options. Confirm your choice by clicking &quot;Pay Now&quot; to finalize your transaction. Once your payment is successfully completed, the Frost Star Whiteout Survival will be credited directly to your account in the game, allowing you to immediately enjoy your new premium currency. This seamless process ensures that you can quickly and securely enhance your gaming experience with just a few simple steps.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; height=&quot;477&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(106, 238, '', 'Producer Credit Conflicts&mdash;Awards Season Rules Tighten', '&lt;p&gt;Awards season brings producer credit conflicts into sharp focus&lt;/p&gt;\n&lt;p&gt;as guilds enforce strict nomination limits&lt;/p&gt;\n\n&lt;p&gt;Television categories showcase extensive creative teams&lt;/p&gt;\n&lt;p&gt;with Norman Felton drama series listing 31 producers&lt;/p&gt;\n&lt;p&gt;Danny Thomas comedy contenders feature 26 names&lt;/p&gt;\n&lt;p&gt;including posthumous recognition for Frasier&#039;s David Angell&lt;/p&gt;\n\n&lt;p&gt;Film nominations spark tougher credit battles&lt;/p&gt;\n&lt;p&gt;New Line faces producer triage for Lord of the Rings&lt;/p&gt;\n&lt;p&gt;Only Jackson, Walsh and Osborne receive PGA nods&lt;/p&gt;\n&lt;p&gt;leaving Tim Sanders uncredited despite early contributions&lt;/p&gt;\n\n&lt;p&gt;Academy rules trigger identical dilemmas&lt;/p&gt;\n&lt;p&gt;Oscars place Rings credits &quot;to be determined&quot;&lt;/p&gt;\n&lt;p&gt;forcing New Line to justify producer selections&lt;/p&gt;\n&lt;p&gt;or face arbitration by AMPAS executives&lt;/p&gt;\n\n&lt;p&gt;Animated features face parallel constraints&lt;/p&gt;\n&lt;p&gt;Monsters, Inc. and Jimmy Neutron submissions challenged&lt;/p&gt;\n&lt;p&gt;over strict &quot;one key creative&quot; rule enforcement&lt;/p&gt;\n&lt;p&gt;despite studios proposing co-equal partnerships&lt;/p&gt;\n\n&lt;p&gt;The three-producer cap creates industry-wide tension&lt;/p&gt;\n&lt;p&gt;described as causing &quot;significant difficulty&quot;&lt;/p&gt;\n&lt;p&gt;PGA&#039;s vetting process included confidential appeals&lt;/p&gt;\n&lt;p&gt;with one submission successfully overturned&lt;/p&gt;\n\n&lt;p&gt;Remaining film nominees present clearer credits&lt;/p&gt;\n&lt;p&gt;Beautiful Mind, Harry Potter, Moulin Rouge and Shrek&lt;/p&gt;\n&lt;p&gt;all secured undisputed producer nominations&lt;/p&gt;\n&lt;p&gt;avoiding Rings&#039; public credit scramble&lt;/p&gt;\n\n&lt;p&gt;Longform television contrasts with series glut&lt;/p&gt;\n&lt;p&gt;Wolper Award nominees list just 12 producers total&lt;/p&gt;\n&lt;p&gt;highlighting inconsistent standards across formats&lt;/p&gt;\n\n&lt;p&gt;March&#039;s PGA ceremony will spotlight these decisions&lt;/p&gt;\n&lt;p&gt;as Whitford and Kaczmarek host the contentious affair&lt;/p&gt;\n&lt;p&gt;amid ongoing debates about fair recognition&lt;/p&gt;\n&lt;p&gt;in an industry built on credit validation&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the beloved film series is available on streaming services like HBO Max and Amazon Prime, though availability varies by region, with some viewers needing to rent or purchase the films from digital retailers to experience the entire wizarding world saga.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One of the main advantages of using the SafeShell VPN is its high-speed servers that are specifically optimized for seamless streaming, ensuring buffer-free playback and high-definition quality without interruptions. Additionally, SafeShell VPN allows users to connect multiple devices simultaneously, making it convenient to enjoy your favorite shows across various platforms like Windows, macOS, iOS, and Android, all at once. This flexibility ensures that you can stay connected and entertained on any device you prefer, without compromising on speed or security.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN&rsquo;s exclusive App Mode feature enables you to unlock and stream content from multiple regions at the same time, vastly expanding your entertainment options. The VPN also delivers lightning-fast speeds without bandwidth restrictions, so you can browse, download, and stream effortlessly. Security is a top priority with SafeShell VPN, as its proprietary ShellGuard protocol offers advanced encryption to protect your privacy. Plus, with a flexible free trial plan, users can explore all these benefits risk-free and experience the powerful, reliable performance that sets SafeShell VPN apart from other options.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose the plan that best fits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, by visiting their website and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;Next, launch the SafeShell VPN app and log in using your account credentials. For an optimal streaming experience while watching Harry Potter movies, select the APP mode within the app. Afterward, browse through the list of available VPN servers and pick one located in the region where the desired Netflix content is accessible, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to the selected server.&lt;/p&gt;\n&lt;p&gt;Finally, open your Netflix app or visit the Netflix website and log into your account. Once logged in, navigate to Harry Potter movies and enjoy watching them as if you were in the selected region. This process ensures that SafeShell VPN helps you bypass regional restrictions effortlessly, providing a seamless streaming experience.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(107, 239, '', 'Duraluminum Crafting Guide &ndash; Dune: Awakening Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6a161a9706a5c72c504vj6YaifX03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6a161a9706a5c72c504vj6YaifX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Duraluminum Crafting Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Navigating the treacherous expanses of the deep desert in Dune: Awakening presents a formidable challenge, surpassing even the difficulties found in Hagga Basin. To overcome these obstacles, possessing a supply of duraluminum is essential for crafting superior equipment and weapons that can give you an edge in this hostile environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, gathering duraluminum is no simple task; it involves venturing into dangerous territories, and the process requires collecting specific ingredients. Some components are readily available across Arrakis, while others are rare and require more effort to obtain. To streamline your resource collection and crafting process, this guide will walk you through the most efficient methods to acquire duraluminum and its necessary ingredients.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by exploring key locations where components are most commonly found, and prepare adequately for the journey to avoid hazards. With the right knowledge and preparation, you can efficiently gather everything needed to produce duraluminum and enhance your survivability in the unforgiving desert landscape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6a454637e787b57f01908BoxuJZ03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6a454637e787b57f01908BoxuJZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin crafting Duraluminum in Dune: Awakening, it&#039;s important to understand that this material requires additional resources similar to steel, meaning you won&#039;t be able to craft it with just raw materials alone. Gathering certain ingredients can be tricky due to their locations and accessibility.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To produce Duraluminum, you&#039;ll need the following items:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n500 milliliters of water\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOne aluminum ingot\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFour Jasmium crystals\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Now, the question arises: how do you obtain water?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6a76bb881352a1d25bcRQbTjcaq03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6a76bb881352a1d25bcRQbTjcaq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collecting water in Dune: Awakening is a straightforward process that can be accomplished through multiple methods. You can extract moisture from defeated foes using a blood extractor, gather water from various water-bearing plants scattered across the environment, or utilize your stillsuit to condense and store moisture. Additionally, constructing a medium-sized water cistern allows you to store large quantities of water, ensuring a steady supply and preventing shortages. Proper water management is vital for survival and efficiency in the game, making these methods essential for resource sustainability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6ab6bb881352a1d25eejupxIsPw03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6ab6bb881352a1d25eejupxIsPw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To gather aluminum ingots, your first step is to locate the necessary aluminum ore, which is found in particular areas across the map. Regions like the eastern shield wall are known for their abundant ore deposits, making them ideal spots for mining. Additionally, some types of regional pois may also provide a chance to obtain aluminum ore during exploration. Focus your efforts on these key locations to efficiently gather the materials needed for crafting duraluminum.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6aebd05f7f67770f9d3pgzGNGSi03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6aebd05f7f67770f9d3pgzGNGSi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin, locate a deposit of aluminum ore in the game environment. Use the &lt;strong style=&quot;font-family:Arial;&quot;&gt;mk3 cutteray&lt;/strong&gt; or an equivalent device to efficiently break down the ore pile. Once the ore is mined, transport it to a &lt;strong style=&quot;font-family:Arial;&quot;&gt;medium ore refinery&lt;/strong&gt;. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the refinery, process the raw aluminum ore to produce aluminum ingots, which are essential for various crafting recipes and upgrades.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For acquiring &lt;strong style=&quot;font-family:Arial;&quot;&gt;Jasmium crystals&lt;/strong&gt;, you&#039;ll need to explore specific areas where these rare crystals are found or obtained through certain missions or resource nodes. Ensure you gather the necessary tools and equipment to mine or collect Jasmium crystals effectively, as they are vital for advanced crafting and progression in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6b2e457b2247ba93278l0c1FoXP03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6b2e457b2247ba93278l0c1FoXP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Jasmium Extraction Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Acquiring jasmium crystals presents one of the greatest challenges among the ingredients needed for Duraluminum in Dune: Awakening. To begin your search, you must venture into the region known as Sheol, situated directly beneath Mysa Taril. This area resides in the southwestern part of the Hagga Basin, making it a key location for resource gathering.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before setting out, it&rsquo;s important to prepare adequately. Sheol is characterized by intense radiation levels, necessitating at least an MK4 radiation suit to mitigate health risks. The terrain itself is predominantly open desert, with sparse rock formations that provide minimal cover, increasing exposure to environmental hazards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traveling through Sheol is best accomplished using an ornithopter, which offers swift movement across the vast landscape and provides protection from sandworms&mdash;a significant threat in this region. However, even with an ornithopter, caution must be taken to manage radiation exposure, making proper equipment and strategy essential for a successful expedition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6b561a9706a5c72c5f8NkArpmeu03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6b561a9706a5c72c5f8NkArpmeu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The quick maneuverability of the ornithopter ensures you can escape danger more swiftly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When encountering a jasmium crystal deposit, it is essential to utilize the &lt;strong style=&quot;font-family:Arial;&quot;&gt;mk4 cutteray&lt;/strong&gt; to efficiently harvest the entire resource.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6b961a9706a5c72c636EMwXSj6o03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6b961a9706a5c72c636EMwXSj6o03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you&#039;ve gathered all the required materials, make your way back to your main base. From there, you can begin the process of forging duraluminum.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To craft duraluminum, follow these steps:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAccess your crafting station or workshop.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the duraluminum recipe from the crafting menu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCombine the necessary components, which typically include aluminum and other alloy materials.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nConfirm the craft, and wait for the process to complete.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensure you have all the ingredients prepared beforehand to streamline the crafting process and efficiently produce duraluminum for your needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6bee457b2247ba933668TO4hY6h03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6bee457b2247ba933668TO4hY6h03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Producing duraluminum in Dune: Awakening requires a high-quality raw material similar to aluminum ingots.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To start, you&#039;ll need access to the medium ore refinery, which is essential for processing duraluminum.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before attempting to craft duraluminum, it&#039;s beneficial to gather a substantial amount of aluminum ore.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Having a plentiful supply of ore allows you to produce duraluminum ingots more efficiently, enabling larger batch crafting and smoother progression within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari is the main in-game currency in Dune: Awakening, essential for trading gear, purchasing resources, and accessing various NPC services throughout the harsh world of Arrakis. Players can obtain &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; through top-up services available on popular game trading platforms, ensuring they have the funds needed for their adventures. Managing your solari wisely is crucial, as carrying it in your inventory puts you at risk of losing it upon death unless you deposit it safely in designated hub banks. With dune awakening solari, you can enhance your gameplay experience and secure your path to survival and power.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to top up Dune Awakening Solari, you may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; for your purchase. As a specialized game trading platform, lootbar.gg provides an efficient and user-friendly experience for players who want to enhance their gameplay with premium currency. The platform&rsquo;s streamlined interface makes it easy to &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt;, ensuring that you can quickly get what you need without unnecessary hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of lootbar.gg is its commitment to affordability and security. The site offers competitive prices to help players save money, while also guaranteeing secure transactions through advanced encryption and strict data protection policies. In addition, lootbar.gg provides rapid delivery of Solari purchases, so you can enjoy your new currency in Dune: Awakening almost instantly. Their professional customer support team is available 24/7, ready to assist with any questions or concerns throughout the buying process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond these practical benefits, lootbar.gg fosters a vibrant gaming community with resources like the LootBar Blog, where players can access the latest updates, game guides, and event news. This means that when you buy Dune Awakening Solari on lootbar.gg, you&rsquo;re not just making a transaction&mdash;you&rsquo;re joining a network of passionate gamers and gaining access to valuable information to improve your overall gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase Dune: Awakening Solari on the LootBar trading platform, start by navigating to the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency, then log in to your account. Next, look for the Game Coins section on the homepage and locate &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari for sale&lt;/a&gt;. Select the amount of Solari you wish to buy and proceed by clicking the &quot;Buy Now&quot; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterwards, you will need to provide the necessary details as guided by the platform&rsquo;s purchase instructions. Review your order and choose a payment method that suits you best. Complete your transaction by clicking &quot;Pay Now&quot;. Once the payment is successful, the Solari will be credited to your account, allowing you to enjoy your in-game purchases seamlessly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(108, 240, '', 'Alice in Borderland Season 2: How to Watch Abroad', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa6e6fd0660e214fd6fdfmfDTbbMu03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa6e6fd0660e214fd6fdfmfDTbbMu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Anticipation for the highly awaited second season of Alice in Borderland has been building since its announcement, with a release date set for December 22, 2022. Fans worldwide faced a long wait of over two years after the debut of the Japanese thriller in 2020. This new installment will be exclusively available on Netflix, which means viewers outside certain regions might encounter restrictions.&lt;/p&gt;\n&lt;p&gt;To access Alice in Borderland Season 2 from abroad, a reliable VPN service becomes essential. Virtual Private Networks encrypt your internet connection and assign you an IP address from a different country, effectively bypassing regional restrictions. For example, connecting through a European server enables streaming content available in Europe, including the latest season of Alice in Borderland.&lt;/p&gt;\n&lt;p&gt;It&#039;s important to emphasize the use of official streaming platforms rather than unauthorized sites, which are often unreliable and illegal. Using a VPN with legitimate services ensures you enjoy high-quality viewing without legal concerns.&lt;/p&gt;\n&lt;p&gt;Here&#039;s a simple guide to watch Alice in Borderland Season 2 overseas:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSelect a reputable VPN provider&mdash;popular options include NordVPN, Surfshark, and ExpressVPN.\n&lt;/li&gt;\n&lt;li&gt;\nSign up and download the VPN application compatible with your device.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and connect to a server in a country where Netflix offers access to Alice in Borderland.\n&lt;/li&gt;\n&lt;li&gt;\nLog into your streaming platform and start watching the new season.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Special offers like NordVPN&rsquo;s 30-day risk-free trial make it easier for users to test the service. If you sign up through their official page, you can enjoy unrestricted access to your favorite shows for a month, with the option for a full refund if it doesn&rsquo;t meet your expectations.&lt;/p&gt;\n&lt;p&gt;Remember, staying within the terms of service of streaming platforms is crucial. Using a VPN responsibly allows you to enjoy Alice in Borderland Season 2 from anywhere in the world, ensuring you don&rsquo;t miss out on the gripping new episodes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; height=&quot;482&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Alice in Borderland Season 2 premiered exclusively on Netflix globally on December 22, 2022&lt;/p&gt;\n&lt;p&gt;As the sole streaming platform for this series, Netflix maintains geographical restrictions in certain regions&lt;/p&gt;\n&lt;p&gt;Viewers encountering access limitations may utilize VPN services to bypass location-based barriers&lt;/p&gt;\n&lt;p&gt;The narrative continues from the manga&#039;s remaining 33 chapters&lt;/p&gt;\n&lt;p&gt;Following the Season 1 conclusion where Arisu uncovered the &quot;witch&quot; identity&lt;/p&gt;\n&lt;p&gt;The storyline advances to more perilous games across Tokyo under Mira&#039;s supervision&lt;/p&gt;\n&lt;p&gt;New mysteries emerge as the deadly challenges escalate in complexity&lt;/p&gt;\n&lt;p&gt;Kento Yamazaki and Tao Tsuchiya reprise their roles as Arisu and Usagi&lt;/p&gt;\n&lt;p&gt;Returning cast includes Nijiro Murakami, Ayaka Miyoshi, and Aya Asahina&lt;/p&gt;\n&lt;p&gt;Notable additions feature Riisa Naka as the enigmatic Mira Kano&lt;/p&gt;\n&lt;p&gt;Dori Sakurada&#039;s return as antagonist Suguru Niragi presents a significant development&lt;/p&gt;\n&lt;p&gt;Six additional performers join the ensemble for the second installment&lt;/p&gt;\n&lt;p&gt;Production maintains the series&#039; signature intensity while exploring deeper thematic elements&lt;/p&gt;\n&lt;p&gt;Season 2 delivers extended runtime per episode compared to the initial season&lt;/p&gt;\n&lt;p&gt;Multilingual audio and subtitle options enhance global accessibility&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt;&lt;/strong&gt; is a specialized virtual private network service designed to bypass geographic restrictions imposed by the streaming platform. Its primary function is to enable users to unlock and stream region-specific Netflix libraries by masking their real location and connecting through servers in other countries. This allows subscribers to access a significantly broader range of movies, shows, and documentaries unavailable in their own region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for a more reliable solution. SafeShell VPN is designed with high-speed servers optimized for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, ensuring you can enjoy your favorite shows and movies without frustrating buffering or lag. Its cutting-edge technology guarantees lightning-fast connection speeds, providing smooth, high-definition streaming that enhances your viewing experience.&lt;/p&gt;\n&lt;p&gt;Beyond speed, SafeShell VPN allows you to connect multiple devices simultaneously, supporting a wide range of operating systems including Windows, macOS, iOS, Android, and more. This flexibility means you can enjoy Netflix unblocked on all your devices, whether at home or on the go, making it an incredibly convenient tool for entertainment across different platforms. Additionally, the exclusive App Mode feature enables you to unlock content from multiple regions at once, broadening your access to diverse streaming libraries.&lt;/p&gt;\n&lt;p&gt;Security is also a key advantage of SafeShell VPN. Its proprietary ShellGuard protocol offers top-level encryption, ensuring your private browsing sessions remain secure and private. With no bandwidth limitations, you can stream, download, and browse at lightning-fast speeds without fear of throttling. The flexible free trial plan lets you explore all these benefits risk-free, making SafeShell VPN a trustworthy choice for unblocking Netflix and safeguarding your online activity.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that fits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, download and install the SafeShell VPN application compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, directly from their website. After installation, open the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; app, log in with your credentials, and select the APP mode to optimize streaming performance. Next, browse through the available servers and choose one located in the region with the Netflix content you desire, such as the US or UK. Click &quot;Connect&quot; to establish the VPN connection. Finally, open your Netflix app or visit the Netflix website, log into your account, and enjoy watching shows and movies from the selected region with enhanced privacy and access through SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(109, 241, '', 'Honkai: Star Rail &ndash; Balancing &auml;lterer Helden erkl&auml;rt', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d7178b55af8f65eee78DcGETbl03&quot; height=&quot;344&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d7178b55af8f65eee78DcGETbl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Balancing &auml;lterer Helden&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Spiel Honkai: Star Rail zeigt sich das Problem der Leistungsbalance bei &auml;lteren Charakteren besonders deutlich im Vergleich zu den neuesten Helden. Neue limitierte Figuren &uuml;bertreffen oft ihre Vorg&auml;nger in St&auml;rke und Vielseitigkeit, was im Endgame-Inhalt zunehmend sichtbar wird. Die Gegner dort sind auf einem Niveau, das die alten Helden kaum noch erreichen k&ouml;nnen, selbst wenn sie gut ausgebaut sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Ungleichgewicht f&uuml;hrte dazu, dass viele Charaktere aus fr&uuml;heren Versionen an Bedeutung verlieren. Sie werden im Vergleich zu den aktuellen Meta-Helden immer weniger effektiv, was das Gameplay f&uuml;r Spieler erschwert, die nicht st&auml;ndig ihre Teams aktualisieren m&ouml;chten. Um diesem Problem entgegenzuwirken, haben die Entwickler mit Update 3.4 das neue System &bdquo;New Flash&ldquo; eingef&uuml;hrt, das eine kontinuierliche Verbesserung &auml;lterer Helden erm&ouml;glicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besonders im Rahmen des Sommer-Updates werden einige Charaktere eine Leistungssteigerung erfahren. Zu den beg&uuml;nstigten Figuren z&auml;hlen Mitglieder der Fraktion &bdquo;Stellaron-J&auml;ger&ldquo; sowie die bekannte Schwertk&auml;mpferin Mara aus Lofu Xianzhou. Diese &Auml;nderungen sollen sicherstellen, dass auch alte Helden im Endgame konkurrenzf&auml;hig bleiben und die Spielbalance gewahrt wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d9a34a3a4c74b37a44H5A8YTmS03&quot; height=&quot;298&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d9a34a3a4c74b37a44H5A8YTmS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Rahmen der Beta-Testphase wurden durch umfangreiche Tests die Auswirkungen verschiedener Buffs auf die Leistung von Schadensvermittlern analysiert. Dabei zeigte sich, dass die Zusammenarbeit mit hochrangigen Unterst&uuml;tzungseinheiten die Effektivit&auml;t erheblich verbessern kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So erzielten einzelne Charaktere folgende Steigerungsraten:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDer Charakter Klinge konnte seine Schadensleistung um etwa 20 % erh&ouml;hen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nJingliu profitierte von Buffs, die ihre Effektivit&auml;t um 40 bis 45 % steigerten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKafka erreichte eine Steigerung von bis zu 60 %, was ihn zu einem der st&auml;rksten Schadensvermittler in diesem Szenario macht.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5db7e2319e8d3efd07dew0S1ku803&quot; height=&quot;357&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5db7e2319e8d3efd07dew0S1ku803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Spielerweiterungen f&uuml;r Klinge und Silberwolf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kafka, die elektrische Innovation, wird ihre Rolle als f&uuml;hrende Kraft im Bereich der Dot-Technologie weiter ausbauen und festigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5dedcbe99f1db9d6595487Rteas03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5dedcbe99f1db9d6595487Rteas03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;klinge&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e1ba514621d36d7fd9RDZwjhjV03&quot; height=&quot;362&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e1ba514621d36d7fd9RDZwjhjV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Waffe Klinge (Zerst&ouml;rung: Wind) erh&auml;lt eine bedeutende Aufwertung f&uuml;r ihre Rolle als Haupt-DPS-Einheit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sie wird dadurch noch effektiver im Kampf und kann ihre Angriffe maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich bietet sie eine exzellente Unterst&uuml;tzung f&uuml;r andere Hyper-Carries, indem sie ihre F&auml;higkeiten verst&auml;rkt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Klinge erm&ouml;glicht es au&szlig;erdem, Bonusangriffe vollst&auml;ndig zu nutzen, um den Schaden weiter zu erh&ouml;hen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Verbesserungen machen die Waffe zu einer wertvollen Wahl f&uuml;r vielf&auml;ltige Teamzusammenstellungen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e24613da676a7e12f8eiix8P0y03&quot; height=&quot;126&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e24613da676a7e12f8eiix8P0y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;silberner wolf&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e5e576c34e074b73bctSOsx8T603&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e5e576c34e074b73bctSOsx8T603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Charakter Silberwolf (ohne: Quant) wird sein individuelles Potenzial durch eine Erweiterung seiner F&auml;higkeiten verbessern. Dabei liegt sein Fokus auf der F&auml;higkeit, negative Statuswerte bei Gegnern zu verursachen. Au&szlig;erdem wird sein Fl&auml;chenangriffspotenzial (Aoe) deutlich gesteigert, was ihn in K&auml;mpfen noch effektiver macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e8fc24e25ef77bcb425mY31Lt303&quot; height=&quot;314&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e8fc24e25ef77bcb425mY31Lt303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buff-Updates in Honkai Star Rail&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;jingliu&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5eb46b638800958d565hgWOyB5303&quot; height=&quot;363&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5eb46b638800958d565hgWOyB5303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Zustand &bdquo;Spektrale Transmigration&ldquo; erf&auml;hrt Jingliu, spezialisiert auf Zerst&ouml;rung durch Eis, eine signifikante Erh&ouml;hung ihrer Kampff&auml;higkeiten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5ed46b638800958d59f3uarXob503&quot; height=&quot;238&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5ed46b638800958d59f3uarXob503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der aktuellen Version von Honkai Star Rail wurden bedeutende Anpassungen an &auml;lteren Charakteren vorgenommen, um deren Leistungsf&auml;higkeit zu verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese &Uuml;berarbeitungen zielen darauf ab, den Helden neue M&ouml;glichkeiten im Kampf zu er&ouml;ffnen und das Gameplay insgesamt ausgewogener zu gestalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen nun mit verbesserten Buffs rechnen, die speziell auf die St&auml;rken der Veteranen abgestimmt sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die &Auml;nderungen umfassen sowohl F&auml;higkeiten-Optimierungen als auch neue Synergien, die die Vielseitigkeit der Helden erh&ouml;hen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Es ist ratsam, die jeweiligen Patch-Notes im Auge zu behalten, um die genauen Details der Buffs zu verstehen und optimal davon zu profitieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Solche Anpassungen sind Teil des kontinuierlichen Entwicklungsprozesses, um das Spielerlebnis zu verbessern und die strategischen Optionen zu erweitern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5efa34a3a4c74b37b66icDA2G6u03&quot; height=&quot;404&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5efa34a3a4c74b37b66icDA2G6u03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Basierend auf den neuesten Erkenntnissen eines Insiders namens &lt;strong style=&quot;font-family:Arial;&quot;&gt;Sakura-Hafen&lt;/strong&gt; lassen sich die Einheiten, die Buffs erhalten, in vier distincte Gruppen einteilen, wobei jede Gruppe unterschiedliche Wege und Strategien verfolgt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5f0fc24e25ef77bcbd2oizPOOag03&quot; height=&quot;108&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5f0fc24e25ef77bcbd2oizPOOag03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Heldenpriorit&auml;tenumfrage&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der aktuellen Version 3.5 wird eine Priorit&auml;tenliste f&uuml;r bestimmte Helden erstellt, doch es ist noch unklar, welche Charaktere genau in diese Aufstellung aufgenommen werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Welcher Held hat Sie pers&ouml;nlich am meisten beeindruckt?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kafka ⚡️ 01 %&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Klinge 🌪️ 92 %&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jingliu ❄️ 35 %&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Silberner Wolf ⚛️ 72 %&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gesamtzahl der Stimmen: 1153&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine Premium-W&auml;hrung in HSR, mit der Spieler wertvolle Materialien erwerben oder Stellar Jade eintauschen k&ouml;nnen, um neue Charaktere und Lichtkegel freizuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Spielfortschritt zu beschleunigen und das Potenzial deiner Helden voll auszusch&ouml;pfen, ist es hilfreich, regelm&auml;&szlig;ig eine &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; durchzuf&uuml;hren.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Aufladungen k&ouml;nnen bequem &uuml;ber verschiedene Spiele-Handelsplattformen wie Lootbar, Codashop oder anderen spezialisierten Anbietern erledigt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So haben Spieler die M&ouml;glichkeit, ihre Lieblingscharaktere schneller zu erhalten und das Spielerlebnis in Honkai Star Rail noch intensiver zu genie&szlig;en.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihren Vorrat an Oneiric Shards f&uuml;r Honkai Star Rail aufstocken m&ouml;chten, sollten sie unbedingt die M&ouml;glichkeiten des &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up&lt;/a&gt; auf der renommierten Plattform lootbar.gg in Betracht ziehen. Die Plattform bietet eine attraktive Kombination aus Sicherheit, Benutzerfreundlichkeit und exklusiven Vorteilen f&uuml;r alle HSR-Fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein wesentlicher Vorteil von lootbar.gg ist die professionelle Abwicklung der Transaktionen. Dank modernster Sicherheitsma&szlig;nahmen bleiben sowohl die pers&ouml;nlichen Daten als auch die Zahlungen jederzeit gesch&uuml;tzt. Zus&auml;tzlich punktet die Plattform mit besonders wettbewerbsf&auml;higen Preisen, sodass Spieler beim Kauf von Oneiric Shards deutlich sparen k&ouml;nnen. Die schnelle Lieferung sorgt daf&uuml;r, dass die gew&uuml;nschten Ingame-W&auml;hrungen nahezu sofort zur Verf&uuml;gung stehen, wodurch der Spielfluss nicht unterbrochen wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Pluspunkt ist der zuverl&auml;ssige Kundenservice, der rund um die Uhr erreichbar ist und bei allen Anliegen rund um den star rail top up unterst&uuml;tzt. Durch die vielf&auml;ltigen und speziell zugeschnittenen Angebote auf lootbar.gg profitieren Spieler von flexiblen Bundles, die auf individuelle Bed&uuml;rfnisse zugeschnitten sind. Insgesamt bietet lootbar.gg eine komfortable und sichere L&ouml;sung f&uuml;r alle, die ihre Oneiric Shards in Honkai Star Rail unkompliziert und g&uuml;nstig erwerben m&ouml;chten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Oneiric Shards auf der Lootbar-Plattform aufzuladen, beginnen Sie damit, die offizielle Website von Lootbar zu besuchen und sich mit Ihrem Konto anzumelden. Nach dem Login suchen Sie in der Men&uuml;leiste nach der Option f&uuml;r &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hsr top up&lt;/a&gt; und &ouml;ffnen die entsprechende Seite f&uuml;r Honkai Star Rail. Dort tragen Sie Ihre pers&ouml;nliche UID sowie die passende Serverregion ein, um sicherzustellen, dass die W&auml;hrung dem richtigen Spielkonto gutgeschrieben wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt w&auml;hlen Sie die gew&uuml;nschte Menge an Oneiric Shards aus, die Sie erwerben m&ouml;chten. Nachdem Sie Ihre Auswahl getroffen haben, &uuml;berpr&uuml;fen Sie, ob Ihr Ingame-Name (IGN) mit Ihrer UID &uuml;bereinstimmt, um Fehler zu vermeiden. W&auml;hlen Sie dann die bevorzugte Zahlungsmethode aus und best&auml;tigen Sie die Bezahlung, damit die Transaktion abgeschlossen wird. Nach erfolgreicher Zahlung werden die Traumsplitter rasch und sicher Ihrem HSR-Konto gutgeschrieben, sodass Sie sofort mit den neuen M&ouml;glichkeiten im Spiel durchstarten k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6865c29ad30e2a9d6be54ca8TrrwBdeC03&quot; height=&quot;644&quot; src=&quot;https://c2c.fp.guinfra.com/file/6865c29ad30e2a9d6be54ca8TrrwBdeC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;873&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(110, 242, '', 'Twitch Biometric Verification: Online Safety Act Impact', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa5631acffb0edf9d11cfil5pfLU903&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa5631acffb0edf9d11cfil5pfLU903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Facing regulatory pressures under the UK&#039;s Online Safety Act, Twitch enforces biometric verification for viewers accessing mature streams.&lt;/p&gt;\n&lt;p&gt;The mandate targets content involving sexual themes, substance intoxication, and gambling.&lt;/p&gt;\n\n&lt;p&gt;Existing users encounter prompts for facial scans during login or when attempting restricted content.&lt;/p&gt;\n&lt;p&gt;Partnering with k-id, Twitch conducts on-device age estimation requiring camera access.&lt;/p&gt;\n&lt;p&gt;Users must ensure adequate lighting and remove headwear for successful scans.&lt;/p&gt;\n\n&lt;p&gt;Privacy alarms sound despite claims that biometric data isn&#039;t stored.&lt;/p&gt;\n&lt;p&gt;Recent incidents like Discord&#039;s document leaks fuel skepticism across social platforms.&lt;/p&gt;\n&lt;p&gt;Reddit users openly boycott the feature, citing security vulnerabilities.&lt;/p&gt;\n\n&lt;p&gt;VPN adoption skyrockets as ProtonVPN reports 1,400% subscription surges.&lt;/p&gt;\n&lt;p&gt;Experts caution against unreliable free VPN alternatives exacerbating data risks.&lt;/p&gt;\n\n&lt;p&gt;This move extends Twitch&#039;s existing 13+ age policy, layering extra verification hurdles.&lt;/p&gt;\n&lt;p&gt;Implementation sparks debates on digital surveillance versus child protection.&lt;/p&gt;\n&lt;p&gt;Security specialists warn of systemic dangers in sharing biometrics with third parties.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa53fccd751909637b6346coPwNcQ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa53fccd751909637b6346coPwNcQ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Massive savings just landed for digital privacy seekers&lt;/p&gt;\n&lt;p&gt;Grab Proton VPN protection at only $2.49 monthly&lt;/p&gt;\n&lt;p&gt;That&#039;s a significant drop from the usual $3.59 fee&lt;/p&gt;\n&lt;p&gt;Enjoy premium security tools and bypass restrictions effortlessly&lt;/p&gt;\n&lt;p&gt;Global access is assured across 127 international points&lt;/p&gt;\n&lt;p&gt;Benefit from Switzerland&#039;s strict privacy standards&lt;/p&gt;\n&lt;p&gt;This limited-time offer represents a steep 75% discount&lt;/p&gt;\n\n&lt;p&gt;✅ Extensive network spanning 127 nations&lt;/p&gt;\n&lt;p&gt;✅ Ironclad Swiss privacy principles&lt;/p&gt;\n&lt;p&gt;✅ Cutting-edge security &amp;amp; unblocking capabilities&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and censorship that limit access to adult content in certain regions. Unblocked porn refers to adult websites and videos that become accessible when users utilize VPNs to change their IP addresses and evade restrictions, ensuring privacy and unrestricted browsing.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution that prioritizes both accessibility and privacy. This powerful VPN service enables users to bypass geographical restrictions while maintaining complete anonymity, ensuring that your online activities remain confidential and secure from potential surveillance.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers exceptional benefits that set it apart from other services in the market. With its exclusive ShellGuard protocol, you&#039;ll experience unparalleled encryption that keeps your browsing habits private, even on public networks. The VPN&#039;s impressive App Mode feature allows you to access content from multiple regions simultaneously, eliminating the inconvenience of constantly switching between servers when exploring different unblocked porn sites.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN doesn&#039;t compromise on speed while providing top-tier security&mdash;a common issue with many competing services. You can enjoy high-definition streaming without frustrating buffering or quality issues. The service also supports up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs, ensuring that your entire digital ecosystem benefits from the same level of protection and unrestricted access.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing regional content is made simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, allowing you to browse without limitations. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and install it on your device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or log in with your existing credentials to activate the service\n&lt;/li&gt;\n&lt;li&gt;\nOpen the application and navigate to the server selection menu where you can browse available locations\n&lt;/li&gt;\n&lt;li&gt;\nSelect a server in the region where your desired content is accessible\n&lt;/li&gt;\n&lt;li&gt;\nClick the connection button and wait for the secure tunnel to establish\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your browser and navigate to your preferred websites with complete privacy and unrestricted access\n&lt;/li&gt;\n&lt;li&gt;\nIf you encounter any issues, try switching to a different server location or checking your connection settings\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(111, 243, '', 'Anime Video Games &ndash; Top Picks for Every Fan', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5a346b638800958cfdfHcm32SFa03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5a346b638800958cfdfHcm32SFa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anime&#039;s vibrant worlds and captivating storytelling have long inspired the creation of video games that let fans immerse themselves further into their favorite series. From legendary franchises like One Piece and Dragon Ball to lesser-known gems, there&#039;s a wide array of titles that capture the essence of anime aesthetics and narratives.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can spend countless hours exploring these games, which often feature dynamic combat, engaging plots, and expansive universes to discover. Not only do these games serve as entertaining experiences, but they also offer a gateway for newcomers to explore specific anime worlds and deepen their appreciation for the stories and characters they love.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The genre diversity is impressive, ranging from intense fighting games to narrative-driven RPGs, ensuring there&#039;s something for every anime enthusiast. For example, One Piece fans can dive into the adventures of the Straw Hat crew with titles like One Piece Odyssey, which combines exploration with intense battles, allowing players to relive iconic moments from the manga and anime.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dragon Ball fans have enjoyed numerous fighting games over the years, but the 2024 release of Dragon Ball: Sparking Zero has taken the genre to new heights, featuring over 180 playable characters and online multiplayer options. Rumors suggest it might soon be available on Nintendo Switch 2, broadening its accessibility.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Demon Slayer enthusiasts can experience the compelling story arcs in Demon Slayer: Kimetsu no Yaiba &ndash; The Hinokami Chronicles. This action RPG enables players to take control of characters like Tanjiro, Zenitsu, and Inosuke as they battle demons across various settings. The upcoming sequel, slated for release in August, promises more thrilling adventures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute;mon fans remain captivated by Pok&eacute;mon Scarlet and Violet, set in the expansive region of Paldea. With new Pok&eacute;mon, including paradox forms, players can explore diverse environments and engage in exciting Tera Raid battles. The accompanying Pok&eacute;mon Horizons anime further immerses viewers in the Gen 9 universe, encouraging fans to catch their own Pok&eacute;mon and build teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Persona 5 stands out as an anime-like experience where players balance everyday life with supernatural missions as part of the Phantom Thieves. Praised for its stylish presentation and deep storytelling, it explores themes of morality and friendship, offering a richly immersive journey through modern Tokyo and the metaverse.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those interested in darker themes and mystery, Danganronpa: Trigger Happy Havoc offers a thrilling narrative of students trapped in a deadly game, where solving murders through class trials is the only way to survive. Its anime adaptation, which debuted in 2013, complements the game&rsquo;s intense investigation gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Phoenix Wright trilogy captures the essence of courtroom drama, with players assuming the role of a defense attorney fighting to prove innocence. Investigating crime scenes, cross-examining witnesses, and unraveling complex stories make it a staple for mystery lovers, with additional titles featuring characters like Apollo Justice and Miles Edgeworth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genshin Impact, a standout in the gacha genre, boasts a stunning anime-inspired universe filled with diverse characters and rich lore. Its ongoing content updates and upcoming anime adaptation promise to deepen the experience, making it a must-play for fans of fantasy worlds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Honkai: Star Rail, developed by the same studio, offers a sci-fi turn-based adventure where players explore different planets, battling anomalies and experiencing crossover events like the upcoming Fate/Stay Night collaboration. Its engaging storylines and character designs continue to attract diverse audiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, the intersection of anime and gaming provides a treasure trove of experiences for fans eager to step beyond the screen and into their favorite worlds. Whether through fighting games, RPGs, or visual novels, these titles allow players to live out their anime adventures in interactive and exciting ways.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable in-game currency in Honkai Star Rail, primarily used to upgrade and improve the skills and abilities of Valkyries and Stigmata, helping players strengthen their favorite characters. While some Oneiric Shards can be earned through gameplay, such as completing quests and participating in special events, many players choose to obtain them more efficiently by using &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services on various game trading platforms. These platforms offer a convenient and secure way to purchase Oneiric Shards with real money, allowing players to enhance their progress and enjoy exclusive upgrades more quickly. By topping up, players can ensure they have the resources needed to stay competitive and fully experience all that the game has to offer.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Oneiric Shard&lt;/a&gt; for upgrading their Valkyries and Stigmata in Honkai Star Rail, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As a dedicated &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up&lt;/a&gt; center, lootbar.gg provides a streamlined and secure environment for all your in-game purchase needs. With its professional approach, the platform ensures that every transaction is handled with care and expertise, making it a preferred choice among gamers worldwide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One notable advantage of using lootbar for your star rail top up is the high level of security and convenience it offers. The platform supports a wide range of payment methods, allowing players from different regions to easily complete their purchases. Additionally, lootbar.gg is known for its responsive 24/7 customer service, so assistance is always just a message away, no matter the time zone. These features give players peace of mind, knowing that their transactions are both safe and well-supported.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar stands out for its competitive pricing, often providing attractive discounts for various in-game items, including Oneiric Shard. Players can enjoy savings through regular promotions as well as exclusive offers that can reach up to 20% off. This makes lootbar not only a reliable &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up center&lt;/a&gt; but also a cost-effective option for those who want to enhance their gaming experience without overspending. For anyone looking to buy Oneiric Shard, lootbar.gg represents a smart and efficient solution.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Star Rail&lt;/a&gt; Oneiric Shards on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency, then log into your account. Navigate to the top-up section and choose the game you wish to recharge, which in this case is Honkai: Star Rail. Next, decide the quantity of Oneiric Shards or Express Supply Pass you need and click the &ldquo;Top-up Now&rdquo; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your desired items, you will be asked to choose your server and enter your Star Rail UID along with your Character Name. Once you have provided the required game account details, click on the Top-up button. Finally, select your payment method from the available options and complete the transaction. Following these steps will ensure a smooth process as you top up Star Rail and get the Oneiric Shards needed to enhance your Valkyries and Stigmata in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(112, 244, '', 'Pok&eacute;mon TCG Mega Rising Missions &ndash; Full List &amp; Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Mega Rising Missions&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest addition to the Pok&eacute;mon TCG Pocket series is the B series expansions, beginning with the Mega Rising (B1) set. This new release includes three booster packs, each spotlighting powerful Mega Evolutions of Gyarados, Blaziken, and Altaria.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can look forward to an array of themed collections and hidden secret missions woven throughout the set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With so much to explore, there&#039;s no need to feel overwhelmed&mdash;we&#039;ve compiled a complete list of all the missions, so you can dive right in and discover everything the set has to offer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Let&#039;s jump into the details and uncover every exciting aspect of this release!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa635a34a3a4c74b37f30ahWzmJ7V03&quot; height=&quot;645&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa635a34a3a4c74b37f30ahWzmJ7V03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Embark on your collection journey by gathering specific Pok&eacute;mon cards to unlock exclusive rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;First challenge requires acquiring Torchic, Combusken, and Blaziken, along with the Mega Blaziken EX and May supporter cards. Completing this will earn you 22 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, assemble Mega Gyarados EX, Wailmer EX, Frillish, Chewtle, and Murkrow to receive 11 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another mission involves collecting Mega Altaria EX, Cottonee, Mareep, Swirlix, and Wooloo, with rewards totaling 11 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For the following task, gather Maractus, Palpitoad, Chatot, and the full art Ludicolo to earn 12 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A different challenge focuses on Pansage, Pansear, and Panpour, rewarded with wonder hourglasses and tickets: 12 Wonder Hourglasses, 1 Mega Rising Emblem Ticket, and 2 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collect Keldeo, Virizion, Cobalion, and Terrakion to unlock 22 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another collection requires Cover Fossil, Tirtouga, Carracosta, Plume Fossil, Archen, and Archeops, with rewards of 14 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gather Joltik and Wailord to receive a single Mega Rising Emblem Ticket.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collect Growlithe, Lillipup, and Yamper to earn 12 Wonder Hourglasses, 13 Mega Rising Emblem Tickets, and 2 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a different set, assemble Breloom, Ludicolo, Mismagius, and Honchkrow, which grants 4 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gather Wurmple, Silcoon, Beautifly, Cascoon, and Dustox for 12 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collect Trevenant, Dusknoir, Rolycoly, and Meltan to earn 7 Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To fulfill another challenge, gather five Trevenant cards and a Sudowoodo to receive 12 Wonder Hourglasses, 2 Mega Rising Emblem Tickets, and 2 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collect Wurmple, Skorupi, and Ferroseed for a reward of 12 Wonder Hourglasses, 1 Mega Rising Emblem Ticket, and 2 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gather Ponyta and Blitzle to earn similar rewards: 12 Wonder Hourglasses, 1 Mega Rising Emblem Ticket, and 2 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collect Krookorok and Pancham for the same set of rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gather Spinda and Sableye to complete this task.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, assemble Hariyama, Crabominable, and a Hala supporter card to earn additional Wonder Hourglasses, Mega Rising Emblem Tickets, and Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Complete the collection with Carracosta, Jellicent, and Marlon supporter to receive more Mega Rising Emblem Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gather Mismagius, Drifblim, and Fantina supporter cards for further rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All missions culminate with the prize of an exclusive Mega Evolution Pok&eacute;mon EX backdrop, symbolizing your collection achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6364613da676a7e191aK4QE2MSY03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6364613da676a7e191aK4QE2MSY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Exclusive Pok&eacute;mon Collectibles&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exclusive Reward: A single Mega Evolution Pok&eacute;mon EX card featuring a stunning cover design&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa638ed365de1a3f10dc0pv6yQ9GL03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa638ed365de1a3f10dc0pv6yQ9GL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover your exclusive bonus: a unique Froakie icon to enhance your collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63a12d9498b8087b0581cCAOqyd03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63a12d9498b8087b0581cCAOqyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the upcoming Pok&eacute;mon TCG Pocket Mega Rising set, players can look forward to exciting rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the featured collectibles includes a distinctive Yamper icon, perfect for fans wanting to showcase their Pok&eacute;mon allegiance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63ce457b2247ba92adduM5UAGpL03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63ce457b2247ba92adduM5UAGpL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Collection Quests and Rewards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players will receive a Darkrai icon as a special reward, adding a unique touch to their collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63d54637e787b57ee4115jF9hHq03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63d54637e787b57ee4115jF9hHq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Embark on a series of exciting collection quests in the Pok&eacute;mon TCG Pocket Mega Rising set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by gathering a specific set of powerful Mega Pok&eacute;mon cards,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;including Mega Gyarados EX, Mega Blaziken EX, Mega Altaria EX, Mega Pinsir EX, Mega Absol EX, and another Mega Pinsir EX.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Completing this task rewards you with 36 Wonder Hourglasses, 12 Mega Rising Emblem Tickets, and 10 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, focus on acquiring a selection of stunning full art cards such as Beautifly, Growlithe, Keldeo, Luxray, Makuhita, Archeops, Corviknight, and Rufflet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Your efforts here will earn you 36 Wonder Hourglasses, 12 Mega Rising Emblem Tickets, and 10 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another mission involves collecting full art representations of Magikarp, Jellicent, Cofagrigus, Hippowdon, Pancham, Honchkrow, Hydreigon, and Delcatty.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Completing this set grants the same reward bundle of 36 Wonder Hourglasses, 12 Mega Rising Emblem Tickets, and 10 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can also aim to collect full art cards of Skiddo, Rillaboom, Chandelure, Ludicolo, Eiscue, Gothita, Goomy, and Stoutland.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finishing this challenge provides the same rewards once again.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those seeking rainbow rare cards, gather the following: Mega Pinsir EX, Rapidash EX, Hitmonlee EX, and Dragalge EX.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reward: 36 Wonder Hourglasses, 12 Mega Rising Emblem Tickets, and 10 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additional rainbow rares include Mega Absol EX, Greninja EX, Jolteon EX, and Melmetal EX.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Completing this set yields the usual reward package.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another set features rainbow rare versions of Mega Ampharos EX, Indeedee EX, Whimsicott EX, and Tauros EX.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Achieving this collection also grants the standard reward of 36 Wonder Hourglasses, 12 Mega Rising Emblem Tickets, and 10 Shop Tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, assemble a comprehensive collection that includes Mega Pinsir EX in both full art and rainbow rare forms, alongside Pinsir, Wurmple, Cascoon, Silcoon, Beautifly, Dustox, Joltik, Galvantula, Skorupi, and Durant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Completing this overall set awards you with a special Mega Pinsir Emblem, symbolizing your dedication and collection prowess.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63f178b55af8f65f217PUDfp23N03&quot; height=&quot;150&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63f178b55af8f65f217PUDfp23N03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pok&eacute; Gold serves as the primary currency in &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket&lt;/a&gt;, enabling players to buy essential items, unlock exclusive card collections, and refresh their stamina to continue enjoying the game. Players looking to obtain more Pok&eacute; Gold can easily top up through trusted gaming platforms like Lootbar.gg, which offers a convenient and reliable service. With Pok&eacute; Gold, users can enhance both their gameplay and their collection of special cards in Pokemon TCG Pocket.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Pok&eacute; Gold&lt;/a&gt; for the Pokemon Trading Card Game Pocket, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out for its user-friendly interface and a reputation for reliability, making the top up process both simple and efficient. By choosing lootbar, players can enjoy competitive prices and frequent special discounts, ensuring great value every time they make a purchase.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to attractive pricing, lootbar guarantees 100% secure transactions thanks to advanced encryption technology and strict data protection policies. Players can top up Pok&eacute; Gold with confidence, knowing that their personal and payment information are safe. The platform&rsquo;s commitment to legal and trustworthy services gives users peace of mind with every transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major benefits of buying Pok&eacute; Gold on lootbar is its industry-leading quick delivery&mdash;transactions are typically completed within three minutes. Should players have any questions or need help, lootbar&rsquo;s dedicated 24/7 customer support team is always available to provide assistance. With features like a vibrant Lootbar Blog community for gaming tips and the assurance of prompt, secure service, lootbar.gg is a top choice for Pokemon TCG fans looking to enhance their in-game experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold&lt;/a&gt; on the Lootbar trading platform, begin by navigating to the official Lootbar.gg website. Once there, select your preferred language and currency, then log into your account. From the homepage, locate and enter the dedicated Pok&eacute;mon TCG Pocket top up section. Here, you can decide on the amount of Pok&eacute; Gold you wish to purchase and proceed by clicking the &ldquo;Top-up Now&rdquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, you&rsquo;ll need to provide details such as your login account, password, and character name, following the instructions provided to ensure accuracy. Select your preferred payment method from the available options and confirm your purchase by clicking &ldquo;Pay Now.&rdquo; After your order is processed and confirmed, the top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold will be delivered to your account within a few minutes, allowing you to quickly resume enjoying the Pok&eacute;mon Trading Card Game Pocket.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(113, 245, '', 'Amazon Data Collection &ndash; US Apps vs. China [2024]', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa57946b638800958cc97wqvFi6dE03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa57946b638800958cc97wqvFi6dE03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;While Chinese tech firms face scrutiny over data practices, American shopping platforms demonstrate voracious data consumption that may construct your digital twin.&lt;/p&gt;\n&lt;p&gt;Amazon emerges as the most prolific collector, harvesting 25 distinct data points - including sensitive voice recordings and audio clips.&lt;/p&gt;\n&lt;p&gt;US apps dominate privacy concerns: Walmart and Costco trail Amazon with 23 data types each, while Whatnot gathers 20.&lt;/p&gt;\n&lt;p&gt;This surpasses China&#039;s Alibaba (19 data points) and Temu (17), challenging assumptions about regional data ethics.&lt;/p&gt;\n&lt;p&gt;Surfshark&#039;s analysis of Apple Store disclosures reveals alarming patterns:&lt;/p&gt;\n&lt;p&gt;All top US shopping apps vacuum payment details, user IDs, and search histories as standard practice.&lt;/p&gt;\n&lt;p&gt;Most additionally harvest phone numbers, photos, and videos - turning devices into surveillance tools.&lt;/p&gt;\n&lt;p&gt;Amazon and Walmart uniquely gather highly sensitive biometric data, political views, and ethnic origin markers.&lt;/p&gt;\n&lt;p&gt;The convergence of voice recordings, purchase patterns, and biometrics enables unprecedented profiling capabilities.&lt;/p&gt;\n&lt;p&gt;Such comprehensive harvesting fuels personalized advertising while risking creation of eerily accurate user replicas.&lt;/p&gt;\n&lt;p&gt;This data ecosystem transforms routine shopping into constant behavioral monitoring far beyond bargain hunting.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa57ca34a3a4c74b37536or061sUQ03&quot; height=&quot;550&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa57ca34a3a4c74b37536or061sUQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Amazon tops the list as the most voracious collector of user information among Western shopping platforms&lt;/p&gt;\n&lt;p&gt;Its relentless data devouring fuels hyper-personalized algorithms&lt;/p&gt;\n&lt;p&gt;Users often unknowingly surrender a vast array of strictly personal details&lt;/p&gt;\n\n&lt;p&gt;This extensive harvesting occurs passively as you interact with apps&lt;/p&gt;\n&lt;p&gt;Searches, purchases, and location tracking reveal interests and habits&lt;/p&gt;\n&lt;p&gt;Such patterns allow apps to infer sensitive attributes&lt;/p&gt;\n&lt;p&gt;Political leanings and health status can be accurately guessed&lt;/p&gt;\n\n&lt;p&gt;Constant monitoring paired with long-term data retention creates significant hazards&lt;/p&gt;\n&lt;p&gt;Information leaks or breaches expose details to unauthorized third parties&lt;/p&gt;\n&lt;p&gt;Malicious actors gain access alongside companies like insurers&lt;/p&gt;\n\n&lt;p&gt;Particularly vulnerable moments get exploited through ultra-targeted ads&lt;/p&gt;\n&lt;p&gt;Health data leakage can severely damage reputations and finances&lt;/p&gt;\n&lt;p&gt;Stolen political opinions carry lasting personal consequences&lt;/p&gt;\n\n&lt;p&gt;Each fragment shared makes digital identity replication easier&lt;/p&gt;\n&lt;p&gt;Compromised profiles place all users at escalating risk&lt;/p&gt;\n\n&lt;p&gt;Reconsider installing these data-hungry applications&lt;/p&gt;\n&lt;p&gt;Always scrutinize privacy policies if you proceed&lt;/p&gt;\n&lt;p&gt;Strengthen security with tools like two-factor authentication&lt;/p&gt;\n\n&lt;p&gt;Your holiday bargain hunting might carry hidden long-term expenses&lt;/p&gt;\n&lt;p&gt;Taking control of your online data footprint is crucial now&lt;/p&gt;\n&lt;p&gt;Protection suites offer timely solutions during seasonal sales&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa53e6474a662259f3c6dpBPqcDaZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa53e6474a662259f3c6dpBPqcDaZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience unbeatable value with Surfshark One at just $2.19 per month, enjoying an incredible 88% discount along with three complimentary months.&lt;/p&gt;\n&lt;p&gt;While Surfshark&rsquo;s basic plan offers affordability, Surfshark One provides comprehensive features that elevate your online security.&lt;/p&gt;\n&lt;p&gt;In addition to the core VPN service and an alternative ID, this package includes:&lt;/p&gt;\n&lt;p&gt;✅ An integrated full antivirus solution to protect your devices&lt;/p&gt;\n&lt;p&gt;✅ A privacy-centric web search engine to safeguard your browsing habits&lt;/p&gt;\n&lt;p&gt;✅ Real-time alerts for email, identity, and credit card fraud&lt;/p&gt;\n&lt;p&gt;Don&rsquo;t miss out on this limited-time deal.&lt;/p&gt;\n&lt;p&gt;Follow TechRadar on Google News for the latest updates, reviews, and expert insights.&lt;/p&gt;\n&lt;p&gt;Add us as your preferred news source and stay informed&mdash;just tap the follow button!&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to overcome digital barriers and &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; when facing regional censorship or privacy concerns, allowing them to bypass government filters or ISP monitoring. Porn unblocked refers to accessing adult content that was previously restricted by geographic limitations or network policies, typically achieved by masking the user&#039;s real IP address through encrypted VPN connections. This enables viewing of otherwise inaccessible material while maintaining anonymity online.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers comprehensive solutions for bypassing geographical limitations. SafeShell VPN provides numerous benefits that make it an excellent choice for users seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; while maintaining their privacy and security online. &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nLightning-fast connection speeds that prevent buffering or quality issues when streaming high-definition adult content\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that allows access to content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol that provides undetectable encryption to keep your browsing activities completely private from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nSupport for up to five devices at once across multiple platforms including Windows, macOS, iOS, Android, and various TV systems\n&lt;/li&gt;\n&lt;li&gt;\nRobust security measures that ensure your personal information remains protected while accessing adult content that may be restricted in your region\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing adult content from any region, begin by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, open the app and enable App Mode to maximize your access options. Afterward, browse through the server list and select a server location corresponding to the region whose content you wish to view. Finally, connect to the chosen server, allowing you to browse the internet with complete privacy and unrestricted access to regional content, including adult sites.&lt;/p&gt;', 9, 'game'),
(114, 246, '', 'Gift Card Scams: How to Spot and Avoid Fraud', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Have you ever been asked to purchase a gift card for a payment? Many individuals have reported receiving calls where someone pretending to be from the IRS, tech support, or even a family member in distress requests gift cards. The scammer then insists on obtaining the card numbers and PINs, leading to immediate theft of your funds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scammers excel at creating a sense of urgency, convincing victims that an emergency requires quick action. As a result, many people rush to stores like Walmart, Target, or CVS to buy gift cards to fulfill these false demands. Since gift cards function similarly to cash&mdash;especially when the scammer is quick to use the codes&mdash;they are a favored tool for fraudsters because they are nearly impossible to trace after the fact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The key takeaway is simple: any request for payment via gift card is a clear red flag for a scam. To illustrate, try this at home: if anyone asks you to buy a gift card to settle a debt or pay a bill, the answer should be a firm no.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, gift cards are meant for giving as gifts, not for settling payments. If you&#039;ve already fallen victim and lost money after purchasing a gift card for someone who turned out to be a scammer, contact the issuer of the card&mdash;details may be on the card itself or require a quick online search. Reach out to companies like iTunes, Amazon, or others to report the fraudulent use. Acting swiftly might help recover some of your money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, it&#039;s crucial to report these incidents to the Federal Trade Commission (FTC). Your reports contribute to efforts to combat and shut down these scams, helping protect others from falling victim in the future.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What Can Apple iTunes Gift Card (US) Use For?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;apple itunes gift card us&lt;/a&gt; is a convenient digital card that allows users to purchase a wide range of content and services from the US Apple ecosystem, including apps, games, music, movies, TV shows, e-books, and various subscriptions like Apple Music and iCloud+. It can even be used to buy physical products and accessories from Apple Retail Stores, the Apple website, or through the Apple Store app. Gamers also benefit by using the apple itunes gift card us to top up in-game currency or unlock exclusive bundles in their favorite mobile games. Popular game trading platforms such as SEAGM, OffGamers, and G2A offer quick and secure top-up options for obtaining these gift cards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Apple iTunes Gift Cards (US)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Apple iTunes Gift Card&lt;/a&gt; for a convenient top-up experience, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out as an excellent choice for gamers and users alike, offering a seamless purchasing process that prioritizes both speed and safety.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the primary advantages of lootbar is its commitment to secure transactions. The platform supports a wide range of payment methods, catering to users from all over the world. Every transaction is protected by advanced encryption technologies and robust anti-fraud systems, giving buyers confidence that their personal and financial information remains safe. This security focus ensures that users can Buy Apple iTunes Gift Card without worrying about potential risks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, lootbar.gg offers instant delivery, meaning buyers receive their Apple iTunes Gift Card codes immediately after purchase, allowing for quick and hassle-free top-ups. The platform also provides attentive customer support available 24/7, so any questions or concerns can be addressed promptly. These benefits make lootbar a reliable and efficient destination for purchasing gift cards, especially for players who value speed, security, and helpful service.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Apple iTunes Gift Card (US) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy apple itunes gift card online&lt;/a&gt; through the LootBar trading platform, follow these steps for a smooth transaction.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStart by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;/, and make sure to choose your desired language and currency settings before logging into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, use the homepage search bar to look up the iTunes Gift Card US to find the available options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the amount and value of the apple itunes gift card you wish to purchase, then proceed by clicking on the &quot;Buy Now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your preferred payment method from the available options and confirm your purchase by clicking &#039;Pay Now&#039;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter your payment is successfully completed, you will instantly receive the apple itunes gift card code, allowing you to enjoy your purchase without delay.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; height=&quot;629&quot; src=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(115, 247, '', 'Netflix VPN: Unblock The Crown Anywhere &ndash; Top Tips', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa6e654637e787b57f145rwi8rvMq03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa6e654637e787b57f145rwi8rvMq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Crown&#039;s farewell season drops all 10 episodes globally on November 16th.&lt;/p&gt;\n\n&lt;p&gt;Access requires Netflix, but geographical restrictions often block your usual library while traveling.&lt;/p&gt;\n\n&lt;p&gt;Official streaming platforms provide guaranteed reliability and the highest picture quality.&lt;/p&gt;\n\n&lt;p&gt;Overcoming location barriers demands a Virtual Private Network (VPN).&lt;/p&gt;\n\n&lt;p&gt;VPNs encrypt your connection and mask your real IP address to bypass geo-blocks.&lt;/p&gt;\n\n&lt;p&gt;Simply install a reputable VPN service onto your streaming device before your trip.&lt;/p&gt;\n\n&lt;p&gt;Connect to a server back in your home country to regain full Netflix access instantly.&lt;/p&gt;\n\n&lt;p&gt;Top-tier providers like ExpressVPN, NordVPN, or Surfshark ensure smooth, buffer-free viewing.&lt;/p&gt;\n\n&lt;p&gt;Most offer multiple simultaneous connections and responsive customer support if issues arise.&lt;/p&gt;\n\n&lt;p&gt;Select services even provide risk-free trials, perfect for short vacations abroad.&lt;/p&gt;\n\n&lt;p&gt;Remember to clear browser cookies or refresh the app if content doesn&#039;t immediately appear.&lt;/p&gt;\n\n&lt;p&gt;Avoid unreliable third-party streams; your viewing experience remains secure and seamless with the official method.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; height=&quot;482&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix exclusively premieres the final installment of its acclaimed royal drama this November.&lt;/p&gt;\n&lt;p&gt;Season 6 arrives in full on Thursday, November 16th at midnight local time across global libraries.&lt;/p&gt;\n&lt;p&gt;Prepare for a deeply emotional journey covering Princess Diana&#039;s 1997 tragedy through early 2000s royal milestones.&lt;/p&gt;\n&lt;p&gt;The narrative spans William and Kate&rsquo;s university romance, Charles and Camilla&rsquo;s marriage, and dual royal passings.&lt;/p&gt;\n&lt;p&gt;This conclusive season marks the intentional endpoint for the series, with no renewal planned beyond its two-part finale.&lt;/p&gt;\n&lt;p&gt;Creator Peter Morgan defends the unique portrayal of Diana&#039;s enduring presence as &quot;narratively special&quot; rather than ghostly.&lt;/p&gt;\n&lt;p&gt;Early previews already spark discussion around this creative interpretation of her legacy.&lt;/p&gt;\n&lt;p&gt;Iconic cast transformations continue featuring Imelda Staunton as the Queen and Elizabeth Debicki as Diana.&lt;/p&gt;\n&lt;p&gt;Dominic West portrays Prince Charles alongside Olivia Williams as Camilla Parker Bowles.&lt;/p&gt;\n&lt;p&gt;Jonathan Pryce, Lesley Manville, and Johnny Lee Miller complete the ensemble.&lt;/p&gt;\n&lt;p&gt;Subscription access remains essential since Netflix trials have ended worldwide.&lt;/p&gt;\n&lt;p&gt;Pricing varies regionally ($15.49/month in US; ~$6.13 in India).&lt;/p&gt;\n&lt;p&gt;Traveling abroad? A reliable VPN like NordVPN can restore access with its risk-free 30-day guarantee.&lt;/p&gt;\n&lt;p&gt;Simply connect to your home country&rsquo;s server to stream seamlessly.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt;&lt;/strong&gt; is a specialized tool enabling viewers to bypass geographical restrictions imposed by the streaming service. Its primary purpose is to unlock access to a wider variety of movies, TV shows, and exclusive titles that are only available in specific countries&#039; Netflix libraries. By routing your connection through a server in another region, the &lt;strong&gt;Netflix VPN&lt;/strong&gt; effectively makes it appear as though you are accessing the internet from that location, granting you entry to otherwise inaccessible content catalogs.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re tired of seeing the dreaded &quot;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;&quot; message when trying to access region-restricted content, you may want to consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your streaming solution. This powerful VPN service has been specifically designed to overcome Netflix&#039;s sophisticated detection systems, providing users with reliable access to global content libraries that would otherwise be unavailable in their region.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers an impressive array of features that make it stand out from other streaming VPNs. With its high-speed servers optimized for Netflix streaming, you can enjoy buffer-free playback in high definition without frustrating interruptions. The service also allows connection of up to five devices simultaneously across multiple platforms, including Windows, macOS, iOS, Android, and even Apple Vision Pro. Perhaps most impressively, SafeShell VPN&#039;s exclusive App Mode enables users to access content from different regional libraries concurrently, expanding your entertainment options dramatically.&lt;/p&gt;\n&lt;p&gt;Beyond streaming capabilities, SafeShell VPN delivers exceptional performance and security. Users benefit from lightning-fast connection speeds with no bandwidth limitations, ensuring smooth streaming experiences even during peak hours. Your online privacy remains protected through the proprietary &quot;ShellGuard&quot; VPN protocol, which implements advanced encryption to safeguard your browsing activity. For those hesitant to commit immediately, SafeShell VPN offers a flexible free trial plan that lets you experience all these premium features before making a decision. Say goodbye to Netflix VPN not working issues and hello to unlimited streaming possibilities with SafeShell VPN.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. After subscribing, download and install the SafeShell VPN app compatible with your device, whether it is Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN application and log in to your account. For optimal streaming experience, particularly when accessing NetFlix, select the APP mode within the app. Next, browse the list of available VPN servers and choose one located in the region whose Netflix content you want to watch, such as the US, UK, or Canada, then click &quot;Connect&quot; to establish the connection. Finally, open your Netflix app or visit the Netflix website, log in to your account, and enjoy streaming content from the selected region seamlessly using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;.&lt;/p&gt;', 9, 'game'),
(116, 248, '', 'The West Wing on Netflix: A Must for Diplomat Fans', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa61f49cdf18339ca0bff9MstGy0G07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa61f49cdf18339ca0bff9MstGy0G07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Political drama enthusiasts facing a Diplomat drought have reason to rejoice this December.&lt;/p&gt;\n&lt;p&gt;Netflix is bridging the gap with a legendary television masterpiece.&lt;/p&gt;\n&lt;p&gt;Prepare for the long-awaited US Netflix arrival of the critically adored &lt;em&gt;The West Wing&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Its timing couldn&#039;t be more perfect for fans anxiously awaiting &lt;em&gt;The Diplomat&lt;/em&gt; season 4.&lt;/p&gt;\n&lt;p&gt;Though renewed, &lt;em&gt;The Diplomat&lt;/em&gt; season 4 started filming in November 2025.&lt;/p&gt;\n&lt;p&gt;Production isn&#039;t expected to conclude until summer 2026.&lt;/p&gt;\n&lt;p&gt;Therefore, new episodes likely won&#039;t premiere before late 2026, possibly even 2027.&lt;/p&gt;\n&lt;p&gt;This creates a significant wait after season 3&#039;s October 2025 debut.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;The West Wing&lt;/em&gt; offers a stellar solution featuring shared star power.&lt;/p&gt;\n&lt;p&gt;Notably, two prominent actors from &lt;em&gt;The Diplomat&lt;/em&gt; also shine in this acclaimed series.&lt;/p&gt;\n&lt;p&gt;Its debut provides the ideal political fix during the Diplomat hiatus.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa62484681278a0cfcfa2Fv2OpjOD07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa62484681278a0cfcfa2Fv2OpjOD07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mark your calendars for December 9, 2025, when all seven seasons of the acclaimed drama &lt;em&gt;The West Wing&lt;/em&gt; arrive on Netflix.&lt;/p&gt;\n&lt;p&gt;This major addition serves as an ideal viewing substitute while fans await more seasons of &lt;em&gt;The Diplomat&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;The connection runs deep, as stars Allison Janney and Bradley Whitford, now series regulars on &lt;em&gt;The Diplomat&lt;/em&gt;, originally rose to fame through their iconic roles in &lt;em&gt;The West Wing&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Janney captivated audiences as Press Secretary C.J. Cregg, while Whitford portrayed the sharp Deputy Chief of Staff Josh Lyman.&lt;/p&gt;\n&lt;p&gt;Their on-screen chemistry, forged over the show&#039;s entire 154-episode run on NBC from 1999 to 2006, now translates seamlessly to Netflix&#039;s political thriller.&lt;/p&gt;\n&lt;p&gt;Winning an impressive 27 Emmy Awards, &lt;em&gt;The West Wing&lt;/em&gt; remains a pinnacle of television drama, chronicling the inner workings of President Josiah Bartlet&#039;s administration.&lt;/p&gt;\n&lt;p&gt;Its Netflix debut extends accessibility to new generations, further cementing its legacy as one of television&#039;s finest political narratives.&lt;/p&gt;\n&lt;p&gt;This follows a brief removal from HBO Max last year, swiftly reversed due to fan demand, highlighting its enduring appeal.&lt;/p&gt;\n&lt;p&gt;Prepare for a deep dive into this fictional White House while anticipating &lt;em&gt;The Diplomat&lt;/em&gt;&#039;s return.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used for watching a vast library of TV shows, movies, and documentaries on demand. However, access to its full content library is often restricted based on geographical location due to licensing agreements, meaning users in one country might be blocked from viewing shows available elsewhere. &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;&lt;/strong&gt; is the term for overcoming these restrictions, typically achieved using tools like VPNs or proxy servers, which allow users to bypass geographical blocks and access Netflix content globally.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking Netflix, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring you can enjoy your favorite shows and movies without interruptions or buffering. Its advanced encryption protocols safeguard your online activities, maintaining your privacy against unwanted surveillance. Additionally, SafeShell VPN is engineered to evade detection by Netflix&#039;s VPN and proxy detection systems, allowing for uninterrupted access to multiple regional libraries through features like the exclusive App Mode. With the ability to connect up to five devices simultaneously across various operating systems and blazing connection speeds, SafeShell VPN provides a smooth, secure, and versatile streaming experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global entertainment has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, your gateway to worldwide streaming content. To begin your journey, first visit the SafeShell VPN website and select a subscription plan that aligns with your viewing habits and budget. After completing your purchase, download the application for your specific device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android&mdash;and follow the straightforward installation instructions to set up the VPN on your system.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell Netflix VPN application and log in using your account credentials. For the optimal streaming experience, select APP mode when prompted, as this configuration is specifically optimized for media platforms. Next, browse through the server list and select a location in the region whose Netflix library you wish to access&mdash;popular choices include the US for the largest content selection, the UK for British shows, or Japan for exclusive anime content.&lt;/p&gt;\n&lt;p&gt;With your VPN connection established to your desired region, simply open the Netflix application or website and sign in with your existing Netflix account. The streaming platform will now display content available in the region you&#039;ve connected to through SafeShell VPN, effectively removing geographical restrictions. You can freely switch between different regional servers whenever you want to explore new content libraries, making SafeShell Netflix VPN your passport to unlimited entertainment possibilities from anywhere in the world.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(117, 249, '', 'La Liga POTM FC 26 &ndash; Nominees, Voting &amp; Winners Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction: The Significance of La Liga POTM in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, fans have the chance to select their top performer from La Liga.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cast your vote for who you think stood out in February!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player chosen as the month&#039;s best will receive a special FC 26 POTM item in recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Make your voice heard and help decide which football star deserves the honor!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Meet the February Nominees&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6244613da676a7e17c0C8B21PVs03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6244613da676a7e17c0C8B21PVs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa628fc24e25ef77bcef48emmlLeU03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa628fc24e25ef77bcef48emmlLeU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How the Voting Process Works&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, outstanding performers in La Liga are recognized through a selection process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in voting to determine which player excelled the most.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The individual who receives the most votes is honored as the Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This winner is then awarded a special FC 26 POTM item to celebrate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa62d46b638800958da81c47tkidJ03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa62d46b638800958da81c47tkidJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates was revealed on September 24, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThese individuals were officially nominated for consideration.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement highlighted all players in contention for the award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa62f61a9706a5c72bd34QxQ0WZWG03&quot; height=&quot;247&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa62f61a9706a5c72bd34QxQ0WZWG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite La Liga player of the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is open for a limited time, beginning on September 24, 2025 at 2:00pm and closing on September 26, 2025 at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can submit their choices via the official EA Website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community plays a key role in determining which footballer receives the special monthly recognition.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa631c3ef84657260c181cQw46ZfT03&quot; height=&quot;228&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa631c3ef84657260c181cQw46ZfT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On October 3, 2025, the official announcement regarding the winner was made.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6324613da676a7e18cedfvlNe6603&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6324613da676a7e18cedfvlNe6603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout players in La Liga are nominated for their impressive performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to participate in the voting process to select their favorite among the nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is honored as the Player of the Month and is awarded a special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63612d9498b8087b01aJA75jtC403&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63612d9498b8087b01aJA75jtC403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, top performers in La Liga are selected as nominees for the Player of the Month award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These standout players are recognized for their exceptional contributions on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the nominees for October was made on the 22nd of the month in 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Being nominated is a prestigious honor and highlights the player&#039;s impact during the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nominees are considered for special FC 26 POTM items, celebrating their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63846b638800958db51kguWamog03&quot; height=&quot;247&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63846b638800958db51kguWamog03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is officially scheduled to begin on October 22, 2025, at 2:00 pm and will conclude on October 24, 2025, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans are encouraged to visit the EA Website to cast their votes for their preferred candidates.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is actively sharing opinions on which player should be recognized as the best performer.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63ae457b2247ba92ab9GDafG79803&quot; height=&quot;228&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63ae457b2247ba92ab9GDafG79803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, a standout player from La Liga is chosen for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On October 31, 2025, the latest recipient was revealed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This announcement highlights the exceptional performance of the selected footballer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The honored player receives a special FC 26 POTM item to celebrate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await these monthly updates to see which star earns the distinction.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming POTM Cycles: November 2025 to May 2026&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa63c61a9706a5c72be0cMRvza9F403&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa63c61a9706a5c72be0cMRvza9F403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout players in La Liga are recognized for their performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to vote for their favorite player among a list of nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the Player of the Month title.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This winner is then honored with a unique FC 26 POTM item in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa640754e5d5d0ded802779giVy9c03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa640754e5d5d0ded802779giVy9c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in La Liga are recognized for their exceptional contributions on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who impress fans and experts alike become eligible for the prestigious Player of the Month award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official list of nominees is scheduled for release on November 19, 2025 (estimated date).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await the announcement to see which football stars will contend for the honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once revealed, these nominees will compete for the coveted POTM title and special FC 26 items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa642dcbe99f1db9d6ca5iL5a6OVl03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa642dcbe99f1db9d6ca5iL5a6OVl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on November 19, 2025, at 2:00 PM and will conclude on November 21, 2025, at 12:00 AM.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou can cast your vote through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis is your chance to support the player you believe should be honored as the best in La Liga for the month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunity opinions play a key role in determining the winner.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa64347c08c2a29531fe163hCbZpU03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa64347c08c2a29531fe163hCbZpU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, La Liga&#039;s standout player is recognized with a special FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await the announcement, which is expected to take place on November 28, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipient of this award will receive a unique in-game item to celebrate their exceptional performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa644a34a3a4c74b38004vlBa8AvR03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa644a34a3a4c74b38004vlBa8AvR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing La Liga players are nominated for their outstanding contributions on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and football enthusiasts are invited to participate in the voting process to select their favorite player from the list of nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who garners the most votes is crowned the Player of the Month and is rewarded with a special FC 26 POTM item to recognize their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa648ba514621d36d87caESPSqTxe03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa648ba514621d36d87caESPSqTxe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates is expected to be revealed around December 17, 2025 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official announcement of the nominees.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa64ae457b2247ba92bfb7bbJA8s403&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa64ae457b2247ba92bfb7bbJA8s403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can participate in selecting their favorite La Liga player for the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting opens on December 17, 2025, at 2:00pm and closes on December 19, 2025, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes can be submitted through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community opinions play a key role in determining which player will receive the special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa64b7f7abefd1900e253yq2iuWm403&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa64b7f7abefd1900e253yq2iuWm403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, La Liga&#039;s standout performers are celebrated with exclusive FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipient of this honor is revealed at the end of the month, with the next announcement expected on December 26, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await the reveal, as the chosen player receives a unique in-game item to commemorate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa64e178b55af8f65f26deKYfOBu903&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa64e178b55af8f65f26deKYfOBu903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in La Liga are recognized for their exceptional contributions on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the most deserving player from a list of nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the Player of the Month title.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As a reward, the winner receives a unique FC 26 POTM item, celebrating their achievement with special in-game attributes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa651bd05f7f67770f812Qt8BiYL603&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa651bd05f7f67770f812Qt8BiYL603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, standout players in La Liga are selected as nominees for the Player of the Month award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These nominees are chosen based on their exceptional performances during the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the nominees is expected to take place on December 21, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts eagerly anticipate the reveal, which highlights the league&#039;s top talents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Being nominated is a prestigious recognition for individual achievement in La Liga.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa653dcbe99f1db9d6dcdrKCFifvi03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa653dcbe99f1db9d6dcdrKCFifvi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is expected to begin on January 21, 2026, at 2:00pm and will conclude on January 23, 2026, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate by casting their votes through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to share their opinions on which player is most deserving of this recognition.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa655e457b2247ba92cdbU1iEpquT03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa655e457b2247ba92cdbU1iEpquT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on January 30, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6560e43d5f3200f7ea8omPrleH003&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6560e43d5f3200f7ea8omPrleH003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performances in La Liga are recognized through a special selection process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who excel on the pitch become nominees for the Player of the Month award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts are given the opportunity to participate in the voting process, helping to determine which footballer deserves the honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After votes are tallied, the winner is announced and receives a unique Player of the Month item in FC 26, celebrating their achievement and outstanding form.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65be457b2247ba92d3dO78Lo5ei03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65be457b2247ba92d3dO78Lo5ei03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who have excelled in La Liga during the month will be shortlisted for special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nominee announcements are expected to take place on February 25, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and followers can look forward to discovering which athletes have been selected for this honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement date is currently an estimate and may be subject to change.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65da34a3a4c74b38168l5ioUHS003&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65da34a3a4c74b38168l5ioUHS003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to participate in selecting the top La Liga players each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting typically opens on February 25th at 2:00pm and closes on February 27th at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can cast their votes through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community opinions play a key role in determining which footballers are awarded the prestigious Player of the Month honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65ef3bd4d44851dd2a4QMOemAxY03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65ef3bd4d44851dd2a4QMOemAxY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on March 6, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6606bb881352a1d22b4LQYeYU3a03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6606bb881352a1d22b4LQYeYU3a03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in La Liga are shortlisted as nominees for outstanding play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to determine who stood out the most.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is crowned the winner and is awarded a special FC 26 POTM (Player of the Month) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66447c08c2a2953210fb6aYHM4f03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66447c08c2a2953210fb6aYHM4f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in La Liga are recognized for their exceptional displays on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On or around March 25, 2026, the list of nominated players will be unveiled.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Football fans eagerly await the announcement to see which stars are in contention for the prestigious Player of the Month award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The selected nominees will have the chance to earn exclusive FC 26 POTM items in recognition of their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa666f3bd4d44851dd350vheZ9mC203&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa666f3bd4d44851dd350vheZ9mC203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their preferred player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is scheduled to begin on March 25, 2026, at 2:00 pm.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period will conclude on March 27, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes can be submitted through the EA Website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community&#039;s opinion plays a key role in selecting the winner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6677f7abefd1900e33a0X8DSpuV03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6677f7abefd1900e33a0X8DSpuV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, La Liga recognizes standout footballers with special FC 26 Player of the Month (POTM) awards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipient of this prestigious honor is scheduled to be revealed on April 6, 2026, according to current projections.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players alike eagerly await the announcement to see who will earn this exclusive accolade.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These POTM items celebrate exceptional performances and are highly sought after in the gaming community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa669bd05f7f67770f885XqDwFpS703&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa669bd05f7f67770f885XqDwFpS703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout footballers from La Liga are nominated for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to participate by casting their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, the player who garners the most support is crowned the winner and receives a special FC 26 POTM (Player of the Month) item as recognition for their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66de457b2247ba92e65yJPQlX7o03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66de457b2247ba92e65yJPQlX7o03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates is expected to be revealed on April 22, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails about the nominees will be shared once the announcement is made.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66fe457b2247ba92e91tGy70tdb03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66fe457b2247ba92e91tGy70tdb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on April 22, 2026, at 2:00pm and will close on April 24, 2026, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by visiting the EA Website during the specified dates.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to share their opinions on which player should be recognized as the best for the month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6706bb881352a1d2370F344BH1503&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6706bb881352a1d2370F344BH1503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on May 1, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis date is currently an estimate and may be subject to change.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comprehensive Winner List and Player Details&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa672e576c34e074b79c1MiMeg4ZG03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa672e576c34e074b79c1MiMeg4ZG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in La Liga are honored with unique FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items are awarded to players who have delivered exceptional performances for their clubs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipients come from various nations and represent different clubs across the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recognition is based on their contributions and impact during the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can look forward to discovering which footballers make the winner list each month, celebrating both individual skill and team achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa674f3bd4d44851dd450UhJ6wkBR03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa674f3bd4d44851dd450UhJ6wkBR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;181&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa677968a1aaf02a2fd30pisAUoqp03&quot; height=&quot;615&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa677968a1aaf02a2fd30pisAUoqp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa67912d9498b8087b38bLooVQNfQ03&quot; height=&quot;296&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa67912d9498b8087b38bLooVQNfQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa67b46b638800958dfb1qde5k5Fm03&quot; height=&quot;249&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa67b46b638800958dfb1qde5k5Fm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All launch schedules are shown according to UK local time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release timings are specified using the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All dates and hours for releases refer to UK time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All times listed correspond to the UK time zone.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about FC 26 La Liga POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa67edcbe99f1db9d70e150wjGvZ803&quot; height=&quot;202&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa67edcbe99f1db9d70e150wjGvZ803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFC 26 LaLiga Player of the Month (POTM) cards are special, upgraded items awarded to players recognized for their outstanding performances over the past month in La Liga.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEvery month, EA evaluates individual statistics to select the top La Liga performers. These shortlisted players become nominees for the POTM award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by voting for their favorite nominee on the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTypically, five players are nominated each month, with the announcement of nominees usually taking place on the last Wednesday of the month, or occasionally on the first Wednesday of the next month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe winner of the La Liga POTM is revealed nine days after the nominees are announced, generally on a Friday.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce the winner is announced, a dedicated Squad Building Challenge (SBC) is released, allowing players to complete objectives and unlock the unique, boosted POTM card for their Ultimate Team.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe tradition of La Liga POTM items began in October 2019 with FIFA 20.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEach La Liga season, a total of eight POTM cards are distributed, one for each eligible month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFor a full list of past winners and nominees, you can refer to the official announcements or dedicated pages tracking these awards.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re running low on coins in &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;ea sports fc 26&lt;/a&gt; and want to enhance your gaming experience, there&rsquo;s no need to worry&mdash;just head over to &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; to quickly and safely &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc coins&lt;/a&gt;. With the latest FC 26 game offering an exciting world of competition and customization, having enough &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; is essential for building your ultimate team and unlocking top-tier players. LootBar makes it easy for gamers to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fifa coins&lt;/a&gt; and stay ahead in the game, whether you&rsquo;re playing on Xbox or PC.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out from other trading platforms thanks to its unbeatable prices, regular discounts, and the highest discount rates that can reach up to 8%. Security is a top priority, with advanced encryption and strict data protection ensuring that every transaction is safe and legal. The platform boasts a lightning-fast delivery time&mdash;your FC 26 coins are usually delivered within half an hour&mdash;and a dedicated 24/7 customer support team ready to help with any questions or concerns. With a stellar 4.9 Trustpilot rating and glowing recommendations from satisfied users, LootBar is your go-to destination to buy FC coins and get the most out of EA Sports FC 26.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(118, 250, '', 'E.T. Returns &ndash; Classic Film Faces Modern Audience', '&lt;p&gt;&#039;E.T.&#039; Returns: Can a Classic Capture Today&#039;s Audience?&lt;/p&gt;\n&lt;p&gt;As Universal prepares to reintroduce its beloved alien to theaters on March 22, questions arise about how this 20th anniversary release will resonate with contemporary viewers.&lt;/p&gt;\n&lt;p&gt;Despite being one of cinema&#039;s most profitable creations, &quot;E.T. the Extra-Terrestrial&quot; faces unique challenges in today&#039;s entertainment landscape. While the re-release features digital enhancements and additional scenes, it lacks the sophisticated CGI that powers modern blockbusters like &quot;Harry Potter&quot; and &quot;The Lord of the Rings.&quot;&lt;/p&gt;\n&lt;p&gt;Today&#039;s children, accustomed to the visual spectacle of &quot;Shrek&quot; and the marketing machinery behind &quot;Monsters, Inc.,&quot; may view this gentle tale of friendship through different eyes than audiences did in Reagan-era America.&lt;/p&gt;\n&lt;p&gt;&quot;The storytelling remains powerful, but by current standards, some might find it deliberately paced and emotionally earnest,&quot; notes one industry observer. &quot;Modern viewers have been exposed to so much more.&quot;&lt;/p&gt;\n&lt;p&gt;Yet in our post-September 11 world, E.T.&#039;s heartfelt message might be precisely what audiences crave. Universal&#039;s marketing president Peter Adee believes the film &quot;has a resonance that&#039;s as real today as it was 20 years ago,&quot; arguing that &quot;great stories tend to transcend all the bells and whistles.&quot;&lt;/p&gt;\n&lt;p&gt;Universal has orchestrated an ambitious promotional campaign, planning to release the film on over 2,000 screens. The studio has implemented a 13-month celebration that transforms E.T. into Universal&#039;s temporary mascot, appearing across all corporate divisions throughout 2002.&lt;/p&gt;\n&lt;p&gt;This comprehensive strategy includes partnerships with Special Olympics, Dairy Queen, and Kraft/Nabisco, while the iconic Reese&#039;s Pieces connection continues. Universal has even modified its logo to feature E.T. and Elliott bicycling across the familiar globe.&lt;/p&gt;\n&lt;p&gt;The studio faces a delicate balance between marketing aggressively and preserving the film&#039;s cherished status. As Michael J. Wolf of McKinsey &amp;amp; Co. observes, media companies &quot;need to find ways to market themselves tastefully yet shamelessly.&quot;&lt;/p&gt;\n&lt;p&gt;Beyond theatrical revenue, the campaign culminates with a highly anticipated DVD release containing both original and anniversary versions.&lt;/p&gt;\n&lt;p&gt;&quot;E.T.&quot; holds historic importance for Universal, cementing its relationship with Steven Spielberg and generating substantial profits during the studio&#039;s global expansion. The film pioneered modern product placement and merchandise licensing strategies that now dominate family entertainment.&lt;/p&gt;\n&lt;p&gt;Two decades later, &quot;E.T.&quot; has already achieved phenomenon status. The only question remaining: will audiences choose to revisit this gentle alien from a simpler cinematic era?&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The films chronicle the extraordinary adventures of Harry Potter, a boy who discovers he is a wizard and attends Hogwarts School of Witchcraft and Wizardry, where he forges deep friendships, confronts the dark wizard Voldemort, and learns the power of love and courage. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the series is widely accessible through major subscription streaming services and available for digital rental or purchase.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. This powerful service offers a seamless way to bypass geographical limitations while ensuring your streaming experience remains top-notch.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out with its impressive array of features designed specifically for streaming enthusiasts. Its high-speed servers are optimized for Netflix, delivering buffer-free playback even in HD quality. The service allows connections on up to five devices simultaneously, supporting various platforms including Windows, macOS, iOS, Android, and smart TVs. Perhaps most impressively, SafeShell&#039;s exclusive App Mode lets you access content from multiple regions at once, expanding your entertainment options significantly.&lt;/p&gt;\n&lt;p&gt;Beyond streaming capabilities, SafeShell VPN offers lightning-fast speeds without bandwidth restrictions, eliminating the frustration of buffering or throttling. Your online privacy remains protected thanks to the proprietary ShellGuard protocol that ensures maximum security during browsing sessions. For those hesitant to commit immediately, SafeShell VPN provides a flexible free trial plan that lets you experience all these benefits before making a decision.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and click the &quot;Subscribe Now&quot; button to complete your subscription. Next, download and install SafeShell VPN on your device by selecting the appropriate version for Windows, macOS, iOS, or Android from the website. Once installed, launch the SafeShell VPN app and log in to your account. For optimal streaming experience, select the APP mode. Then, browse the list of available VPN servers and choose one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to your selected server. Finally, open your Netflix app or visit the Netflix website, log in to your account, and enjoy watching Harry Potter movies in the region you have chosen with SafeShell VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(119, 251, '', 'NordVPN Call Protection: New Anti-Scam for Android UK &amp; CA', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68e05db5643d9f0fdaa5c3021wvTiQXM03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68e05db5643d9f0fdaa5c3021wvTiQXM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN Expands Anti-Scam Features to UK and Canadian Android Users&lt;/p&gt;\n&lt;p&gt;Android users in the United Kingdom and Canada can now access enhanced security through NordVPN&#039;s latest feature update. The company has rolled out its call screening technology, allowing subscribers to identify potentially fraudulent calls before answering.&lt;/p&gt;\n&lt;p&gt;This feature, previously available only to American customers since its July debut, represents NordVPN&#039;s effort to provide comprehensive protection beyond traditional VPN services. The company has rebranded the capability from its original &quot;scam call protection&quot; name to the more inclusive &quot;call protection&quot; terminology.&lt;/p&gt;\n&lt;p&gt;When suspicious numbers attempt contact, the system generates immediate alerts, providing users crucial moments to assess the situation before engaging. This preemptive approach helps combat sophisticated social engineering techniques frequently employed by scammers.&lt;/p&gt;\n&lt;p&gt;Phone fraud continues to present significant risks to consumers, with potential consequences ranging from financial losses to complete identity compromise. The timing of this expansion coincides with increasing global concern about telecommunications-based scams.&lt;/p&gt;\n&lt;p&gt;NordVPN has announced plans to further develop this technology, with iPhone compatibility in development. Additional functionality enhancements are also planned, though specific details remain undisclosed.&lt;/p&gt;\n&lt;p&gt;This release demonstrates how cybersecurity companies increasingly address threats beyond conventional internet browsing, creating more holistic protection systems for their subscribers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa531b5e94403159c6b22vr471lga07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa531b5e94403159c6b22vr471lga07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Amid rising concerns over phone fraud, NordVPN has introduced a new call protection feature aimed at safeguarding users in the UK and Canada. This initiative arrives at a crucial moment, as scam calls continue to cause significant financial losses worldwide.&lt;/p&gt;\n&lt;p&gt;Recent statistics from the Global Anti-Scam Alliance reveal that in 2024, residents in the UK lost approximately &pound;11 billion to scams, with a staggering 60% of these schemes originating through phone calls. Likewise, Canadian authorities report that their citizens have already been defrauded of C$544 million this year, nearing the total of C$645 million lost throughout all of 2024.&lt;/p&gt;\n&lt;p&gt;In response, NordVPN&rsquo;s latest feature offers a robust tool to enhance user security, aligning with their commitment to comprehensive digital protection. This move complements their recent accolade from AV-Comparatives for superior threat detection, reinforcing their focus on safe online and offline communication.&lt;/p&gt;\n&lt;p&gt;Product Director Domininkas Virbickas emphasized the global nature of the scam issue, stating, &ldquo;Scam calls are a worldwide problem that demands a unified response. Extending call protection to the UK and Canada marks another step toward safer, more trustworthy phone interactions across the globe.&rdquo;&lt;/p&gt;\n&lt;p&gt;A core component of the new system is its privacy-centric approach. NordVPN&rsquo;s call protection analyzes call patterns and metadata to detect potential scams, deliberately avoiding access to the actual conversation content. Notably, the feature functions independently of an active VPN connection, ensuring seamless protection without compromising user privacy.&lt;/p&gt;\n&lt;p&gt;Setting up the feature is straightforward within the NordVPN Android app. Users simply access the &quot;Threat Protection&quot; section, activate the toggle, and grant necessary Android permissions as prompted. Once enabled, the system delivers instant alerts about suspicious calls, requiring no further user intervention.&lt;/p&gt;\n&lt;p&gt;Looking ahead, NordVPN plans to extend this functionality to iPhone users and expand availability to additional countries. Future updates include enhanced caller ID systems for verified business contacts, such as healthcare providers and banks, along with a new user reporting tool. This feature will enable users to flag suspicious numbers, collectively enriching the scam database and improving community protection.&lt;/p&gt;\n&lt;p&gt;For those not yet subscribed, now is an opportune moment to join. NordVPN has recently launched enticing Black Friday deals, making it easier than ever to access their security solutions and stay protected from evolving scam threats.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa53467e009b1383065aeotWhXrQ307&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa53467e009b1383065aeotWhXrQ307&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN intensifies its battle against telecom fraudsters&lt;/p&gt;\n&lt;p&gt;by introducing advanced call screening technology&lt;/p&gt;\n&lt;p&gt;now active for subscribers in Canada and the UK.&lt;/p&gt;\n&lt;p&gt;🔒 This security enhancement arrives alongside&lt;/p&gt;\n&lt;p&gt;a significant Black Friday 2025 promotion:&lt;/p&gt;\n&lt;p&gt;deep discounts on two-year subscription packages.&lt;/p&gt;\n&lt;p&gt;💰 The standout offer remains NordVPN Basic&lt;/p&gt;\n&lt;p&gt;available at just $2.99 monthly&lt;/p&gt;\n&lt;p&gt;with three complimentary months added.&lt;/p&gt;\n&lt;p&gt;🌐 Beyond scam call prevention, subscribers enjoy:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nGlobal access via 126+ country servers\n&lt;/li&gt;\n&lt;li&gt;\nUnlimited bandwidth without throttling\n&lt;/li&gt;\n&lt;li&gt;\nSimultaneous protection for 10 devices\n&lt;/li&gt;\n&lt;li&gt;\nAd, malware, and dangerous site blocking\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;📱 These privacy tools prove essential&lt;/p&gt;\n&lt;p&gt;as phishing schemes grow increasingly sophisticated worldwide.&lt;/p&gt;\n&lt;p&gt;Stay updated on cybersecurity breakthroughs&lt;/p&gt;\n&lt;p&gt;by following TechRadar via Google News&lt;/p&gt;\n&lt;p&gt;and setting our feed as a preferred source&lt;/p&gt;\n&lt;p&gt;for critical tech evaluations and alerts.&lt;/p&gt;\n&lt;p&gt;Act now to secure both protection and savings.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;Users frequently require VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to circumvent geographical censorship and maintain anonymity online. By masking their IP address and encrypting traffic, a VPN enables access to adult content restricted in their region. Essentially, &#039;porn unblocked&#039; refers to bypassing these location-based or institutional barriers to freely view material that would otherwise be inaccessible.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This service offers a secure and private browsing experience by employing advanced encryption protocols, ensuring that your online activities remain anonymous and protected from any potential eavesdroppers. With its extensive network of servers across various locations, SafeShell VPN makes it easy to bypass geo-restrictions and access adult content that might otherwise be unavailable in your region.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond just unblocking sites; it provides lightning-fast speeds that enable seamless streaming of high-definition videos without buffering or lag. Its innovative App Mode feature allows users to unlock and enjoy content from multiple regions simultaneously, eliminating the need for constant server switching and enhancing regional freedom. Furthermore, the unique ShellGuard protocol ensures top-tier security, keeping your browsing confidential and shielding you from surveillance or intrusive monitoring systems.&lt;/p&gt;\n&lt;p&gt;Supported on multiple devices, SafeShell VPN allows you to protect up to five gadgets at once, including smartphones, computers, and smart TVs, providing comprehensive coverage for your entire digital ecosystem. This multi-device support, combined with its reliable speed and robust security features, makes SafeShell VPN an ideal choice for anyone seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; safely and efficiently while enjoying a smooth, unrestricted browsing experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing regional content, first, you need to subscribe to SafeShell VPN by visiting their official website and selecting a suitable plan that matches your requirements. Once subscribed, download and install the SafeShell app on your preferred device to ensure compatibility and ease of use. After installation, open the app and enable App Mode, which provides enhanced flexibility and access to various content regions. Next, browse through the list of SafeShell&#039;s global server locations and select a server from the region where the desired content is accessible. Finally, connect to the chosen server and enjoy browsing with complete privacy and unrestricted access, ensuring your online activities remain secure and anonymous while viewing content from any region.&lt;/p&gt;', 9, 'game'),
(120, 252, '', 'Final Destination 2 &ndash; Michael Landes Leads Cast', '&lt;p&gt;Hollywood actor Michael Landes has secured the leading role in the upcoming sequel to the popular horror franchise, &quot;Final Destination.&quot; This new installment promises to deliver the thrilling suspense fans have come to expect.&lt;/p&gt;\n&lt;p&gt;Currently, Landes stars in the sci-fi series &quot;Special Unit&quot; on UPN, where he portrays a detective investigating mysterious creatures&mdash;referred to as monsters&mdash;that bridge the gap between humans and apes. His television work also includes appearances on &quot;Boston Common&quot; and &quot;Ink,&quot; as well as a notable role as Jimmy Olsen in the &quot;Lois &amp;amp; Clark&quot; series.&lt;/p&gt;\n&lt;p&gt;In addition to his acting career, Landes&#039;s background in law enforcement has contributed to his authentic portrayal of police characters. In &quot;Final Destination 2,&quot; he will take on the role of a rookie cop working alongside returning star Ali Larter.&lt;/p&gt;\n&lt;p&gt;The sequel&#039;s screenplay is crafted by J. Mackye Gruber and Eric Bress, and the project marks the directorial debut of David R. Ellis. Ellis, a seasoned stunt coordinator, has previously contributed as a second unit director on major films such as &quot;Harry Potter and the Sorcerer&#039;s Stone,&quot; &quot;The Perfect Storm,&quot; and &quot;The Matrix Reloaded.&quot;&lt;/p&gt;\n&lt;p&gt;All key creative talents, including Landes, Gruber, Bress, and Ellis, are represented by Endeavor Agency.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter movies depict the magical adventures of Harry as he studies at Hogwarts, fights dark wizards, and discovers his true purpose. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, these films are available on multiple streaming services such as Netflix, HBO Max, and Amazon Prime, though geographical restrictions may apply, making a Netflix VPN a helpful tool for access worldwide.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. The SafeShell VPN offers numerous advantages that make it stand out from other options on the market.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix ensure you&#039;ll enjoy your favorite content without frustrating buffering or quality issues.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device capability allows you to connect up to five devices simultaneously, with compatibility across Windows, macOS, iOS, Android, and various TV platforms.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely enables access to multiple regional libraries at the same time, expanding your entertainment options significantly.\n&lt;/li&gt;\n&lt;li&gt;\nExperience buffer-free streaming with lightning-fast connection speeds that eliminate throttling and bandwidth restrictions.\n&lt;/li&gt;\n&lt;li&gt;\nRest assured with top-level security through the proprietary &quot;ShellGuard&quot; protocol, keeping your streaming activities private and protected.\n&lt;/li&gt;\n&lt;li&gt;\nTry before you commit with a flexible free trial plan that lets you experience all these premium features without immediate financial obligation.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin streaming Harry Potter movies with regional access, first establish your &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; subscription via their official website. Choose a suitable plan and complete the payment process. Next, download the SafeShell VPN application compatible with your specific device, such as a smartphone, tablet, or computer, directly from their platform. Install the software following the on-screen instructions to prepare for connection.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Launch the SafeShell VPN application and log in using your account credentials. Select the &#039;APP&#039; mode for the optimal viewing experience, then browse the server list and connect to a server located in your desired region, such as the UK or US. Finally, open Netflix, log into your account, and enjoy the Harry Potter film series seamlessly with SafeShell VPN providing secure and unrestricted regional access.&lt;/p&gt;', 9, 'game'),
(121, 253, '', 'Proton VPN &ndash; Bypass Middle East Internet Restrictions', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa58c0e43d5f3200f7415AUiF01do03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa58c0e43d5f3200f7415AUiF01do03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Across the Middle East, from Turkey and Syria to Jordan and Qatar, government-imposed internet restrictions have become increasingly common in 2025, impacting both residents and visitors&#039; online experiences.&lt;/p&gt;\n&lt;p&gt;While some blocks are brief, such as Turkey&#039;s 42-hour social media shutdown in March, others are more enduring, lasting for months or even years. For instance, Qatar has restricted access to the game Roblox due to safety concerns, and residents in the UAE have been unable to freely use VoIP services on WhatsApp for an extended period.&lt;/p&gt;\n&lt;p&gt;The motivations behind these restrictions vary widely, yet they tend to lead to a common consequence: a rise in VPN usage. Proton VPN is among the most favored options, known for its robust anti-censorship capabilities that can bypass even sophisticated blocks.&lt;/p&gt;\n&lt;p&gt;For users who need to access restricted content without financial burden, Proton VPN offers an excellent free plan. For those able to invest in enhanced features, the premium version provides additional benefits, especially when taking advantage of special deals like Proton&#039;s recent Black Friday discounts.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa5312b8f98701cdfe804ubQVOPPp07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa5312b8f98701cdfe804ubQVOPPp07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Bypass Middle East internet barriers with specialized tools&lt;/p&gt;\n&lt;p&gt;Proton&#039;s stealth protocol counters deep packet inspection effectively&lt;/p&gt;\n&lt;p&gt;Disguise the VPN icon as a harmless application for discretion&lt;/p&gt;\n&lt;p&gt;Swiss-engineered confidentiality stands against surveillance regimes&lt;/p&gt;\n&lt;p&gt;Independent audits repeatedly verify the ironclad no-log policy&lt;/p&gt;\n&lt;p&gt;Open-source architecture ensures transparency across devices&lt;/p&gt;\n&lt;p&gt;Forward secrecy encrypts every session uniquely&lt;/p&gt;\n&lt;p&gt;Access 127 global server locations seamlessly&lt;/p&gt;\n&lt;p&gt;Stream international content without geo-restrictions&lt;/p&gt;\n&lt;p&gt;Connect up to 10 devices simultaneously&lt;/p&gt;\n&lt;p&gt;Massive 75% discount brings premium protection down to $2.49 monthly&lt;/p&gt;\n&lt;p&gt;Originally priced at $3.59 per month&lt;/p&gt;\n&lt;p&gt;Ongoing development tackles evolving digital censorship&lt;/p&gt;\n&lt;p&gt;Prioritize privacy in high-surveillance regions affordably&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to overcome regional restrictions and maintain privacy during sensitive browsing. Unblock porn refers to the process of accessing adult content websites that are otherwise geographically blocked or censored in the user&#039;s location, allowing individuals to view material freely available elsewhere. Utilizing a VPN facilitates this access by masking the user&#039;s real IP address and encrypting their connection.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For users seeking to access region-restricted adult content through porn unblock capabilities, the SafeShell VPN presents an effective solution. It enables users to bypass geographical limitations and securely reach porn sites that might otherwise be unavailable in their location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers significant benefits including robust encryption via its exclusive ShellGuard protocol, ensuring anonymous and secure browsing shielded from surveillance. Its innovative App Mode allows simultaneous access to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; across multiple regions without constant server switching. Users enjoy lightning-fast speeds ideal for streaming without buffering, alongside multi-device support protecting connections on up to five different platforms at once. This comprehensive approach provides reliable access, privacy, and seamless performance for sensitive online activities.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for watching adult content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, open the app and enable App Mode to maximize your access options and flexibility. Then, browse through the available server locations within SafeShell&#039;s extensive global network and select a region where the content is accessible. Finally, connect to the chosen server and enjoy unrestricted browsing with complete privacy, ensuring your identity remains protected while viewing adult content from any desired region.&lt;/p&gt;', 9, 'game'),
(122, 254, '', 'Valorant x Rolling Loud India 2025 &ndash; Festival Highlights', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6b761a9706a5c72c622NIifjIQI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6b761a9706a5c72c622NIifjIQI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Riot Games has announced an exciting partnership between its popular shooter, Valorant, and the upcoming Rolling Loud India 2025 festival. This collaboration promises to deliver a unique blend of gaming and music, offering festival attendees an engaging experience filled with live art displays and interactive installations. Fans can look forward to photo-worthy moments that will enhance their festival journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The event is scheduled for November 22 and 23, 2025, at Loud Park in Kharghar, Mumbai. This year&#039;s lineup features notable artists such as Central Cee, Wiz Khalifa, Karan Aujla, Don Toliver, and Hanumankind, promising a diverse musical experience. Tickets are currently available through the District platform.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Arun Rajappa, Director of Publishing at Riot Games India, shared insights into the collaboration, emphasizing the cultural significance:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&ldquo;Valorant embodies the spirit of its community&mdash;a blend of music, emotion, and gaming. Music plays a vital role in shaping how players connect with the game, expressing identity and energy through anthems and songs. Rolling Loud&rsquo;s debut in India is a landmark moment, providing us with the perfect platform to celebrate the fusion of gaming and music in a way that is genuine, expressive, and deeply rooted in culture.&rdquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, Rolling Loud&rsquo;s co-founders, Matt Zingler and Tariq Cheriff, expressed their enthusiasm:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&ldquo;Rolling Loud has always been about bridging worlds&mdash;music, fashion, art, and now gaming. Valorant captures the same vibe of self-expression and dynamism that resonates with our audience. We&rsquo;re thrilled to introduce Valorant to India and offer fans an innovative way to experience the synergy between music and gaming.&rdquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6bb4613da676a7e21a0veWyU7eL03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6bb4613da676a7e21a0veWyU7eL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;630&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant, primarily a first-person shooter featuring intense 5v5 battles, extends its universe through vibrant media content such as music tracks and music videos that deepen the game&#039;s lore and worldbuilding. Fans worldwide still remember the excitement surrounding the release of &#039;Die For You,&#039; which left a lasting impression. Attendees at upcoming festivals will have the chance to immerse themselves in the music with dedicated karaoke stations and participate in quick-paced duels to get a taste of the gameplay firsthand. Riot Games considers this partnership as a heartfelt tribute to its community, promising an experience that feels like a genuine expression of their appreciation and creativity.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to unlock exclusive cosmetic items, weapon skins, and the Battle Pass to enhance their in-game experience. If you want to get &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; options, you can easily top up through trusted game trading platforms such as LootBar, Codashop, or SEAGM. These platforms offer convenient and secure ways to purchase Valorant Points, ensuring you can quickly upgrade your collection and customize your favorite agents. By using these services, players can seamlessly obtain the Valorant Points needed for the latest in-game content.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Valorant&lt;/a&gt; Points efficiently and securely, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Choosing the right platform is crucial for a seamless experience, and lootbar.gg stands out as a reliable option for players who want to enhance their Valorant accounts without any hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar is its commitment to low prices, allowing players to maximize their value for money whether they&#039;re making a small purchase or stocking up for future gameplay. Transactions on lootbar.gg benefit from robust security measures, including advanced encryption and strict data protection protocols, so users can buy with confidence knowing their personal information is safe. Additionally, lootbar offers an exceptionally fast delivery system, ensuring that Valorant Points are credited to your account within minutes, so you can jump back into the game without delay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar also provides round-the-clock customer support to resolve any questions or concerns that may arise during the top up Valorant process. This dedication to user satisfaction, combined with affordable pricing, secure transactions, and rapid delivery, makes lootbar.gg a top choice for gamers who want a smooth and trustworthy experience. By choosing lootbar for your Valorant Points top-up, you can enjoy a blend of convenience, safety, and excellent service every time.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; on the LootBar trading platform, start by accessing the official LootBar website and setting your preferred language and currency for a seamless experience. Once on the homepage, navigate to the section dedicated to Valorant under the top-up category, where you&rsquo;ll be prompted to provide your Riot account details to ensure your purchase is correctly linked.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, select the desired amount of Valorant Points you wish to purchase and proceed by clicking the top-up button. You will then be presented with various payment options; simply choose the one that suits you best and finalize your transaction. After payment is confirmed, the Valorant Points are typically credited to your account within minutes, making it quick and easy to enhance your in-game experience with your newly acquired currency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(123, 255, '', 'Monopoly GO Hyperspace Partners Event &ndash; Rewards Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa652e576c34e074b7852I2HYwJKy03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa652e576c34e074b7852I2HYwJKy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hyperspace Partners Event&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A fresh collaboration event, titled Hyperspace Partners, has launched in Monopoly GO! to enhance your gameplay experience. To assist players in gathering partner tokens efficiently, Scopely has introduced an exciting new challenge called Crest Quest. This event kicked off on June 17 and will be available for 48 hours, concluding on June 19.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in Crest Quest offers a variety of valuable prizes. By completing the entire event, players can accumulate over 17,000 dice rolls along with nearly 3,800 hyperspace partner tokens. The more you progress, the more rewarding the rewards become. Below, you&#039;ll find a detailed overview of all the milestones and exclusive rewards that await in the Crest Quest event, making it a must-try for dedicated Monopoly GO fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff525b6247061a374cb0Zbjsmlmz03&quot; height=&quot;499&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff525b6247061a374cb0Zbjsmlmz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players have the opportunity to earn various rewards by completing crest quests in the game. These rewards include valuable in-game items, currency, and special bonuses that help enhance their gameplay experience. By successfully reaching specific milestones within the crest quest, participants can unlock additional prizes and exclusive content, making each quest a rewarding challenge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa65a0e43d5f3200f7ee8XhFj0bFI03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa65a0e43d5f3200f7ee8XhFj0bFI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;513&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69166bd219fdc2faab7443caq8ChhJZq03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69166bd219fdc2faab7443caq8ChhJZq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Crest Quest event features a total of 62 milestones, each offering unique rewards to players. Among these, the most notable include a cumulative total of 17,465 dice rolls accumulated throughout the event. Reaching the highest tier grants a grand reward of 5,500 dice rolls, providing a significant boost for players seeking to maximize their gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Noteworthy milestones also include the gift of a three-star sticker pack awarded at milestone 26, adding valuable customization options. At milestone 44, players can earn a 15-minute color wheel boost, enhancing their visual experience for a limited time. The 50th milestone rewards participants with a 40-minute mega heist, offering an extended opportunity for strategic play. Additionally, milestone 18 grants a 15-minute builder&#039;s bash, giving players extra time to complete construction tasks and progress further in the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6865c41d5a701f0c37323798BdYuhpCI03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6865c41d5a701f0c37323798BdYuhpCI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Scoring in Crest Quest&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players participating in the Crest Quest solo challenge are tasked with landing on specific board spaces.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These include the Chance, Community Chest, and Railroad tiles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each time a player lands on Chance or Community Chest, they earn one point.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Landing on a Railroad tile awards two points automatically.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Accumulating these points helps players progress through the event milestones.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the primary in-game currency in Monopoly Go, allowing players to move around the board and unlock new opportunities. Players often seek to increase their dice count to advance faster and collect &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt;, which add customization and excitement to the gameplay. To obtain more Monopoly Go Dice, users can visit popular game trading platforms such as Codashop, SEAGM, and OffGamers, where they can top up their accounts securely and conveniently. This enables them to enhance their game progress and expand their collection of Monopoly Go stickers for a more personalized experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players wish to top up Monopoly Go Dice, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform. This platform makes it easy and convenient to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; and Monopoly Go Stickers, providing gamers with a seamless experience for their in-game purchases. Lootbar.gg stands out for its competitive pricing, allowing players to save money while expanding their Monopoly Go resources. The platform also offers a wide selection of gaming titles, making it a one-stop shop for various game top-ups and item exchanges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg ensures every transaction is secure, utilizing advanced encryption to protect users&rsquo; personal and payment information. The site&rsquo;s reliable and speedy delivery system means players receive their Monopoly Go Dice quickly, so they can jump back into the game without unnecessary waiting. Additionally, the platform boasts 24/7 customer support, ready to assist users at any time with their purchases or inquiries. With its strong reputation and focus on customer satisfaction, lootbar.gg is an excellent choice for those looking to buy Monopoly Go Dice safely and efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, first visit the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Select your preferred language and currency, then log in to your account. On the homepage, look for the Game Item column and find Monopoly Go Sticker to browse available stickers. If you are interested in purchasing dice instead, simply switch to the &quot;top up&quot; tab on the left side of the page.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, fill in the required details such as your user name and invitation link, following the on-screen instructions. Decide which Monopoly Go stickers you would like to buy and specify the quantity before clicking &ldquo;Buy Now.&rdquo; To complete your order, choose a payment method that suits you and click &ldquo;Pay Now&rdquo; to finalize the transaction. This easy process ensures you can quickly access Monopoly Go stickers and dice for an enhanced gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(124, 256, '', 'It&#039;s Always Sunny Abroad &ndash; How to Watch Season 17', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa710f3bd4d44851ddfffMQAKTT2303&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa710f3bd4d44851ddfffMQAKTT2303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Watching &lt;em&gt;It&rsquo;s Always Sunny&lt;/em&gt; Abroad&lt;/h3&gt;\n&lt;p&gt;Season 17 of the beloved sitcom lands on FXX this July 9th.&lt;/p&gt;\n&lt;p&gt;International fans face immediate geo-blocks trying to access these episodes.&lt;/p&gt;\n&lt;p&gt;Fortunately, solutions exist to bypass these regional restrictions.&lt;/p&gt;\n&lt;p&gt;Hulu and Disney+ offer streams just one day after the premiere.&lt;/p&gt;\n&lt;p&gt;Both services lock their content strictly within US borders.&lt;/p&gt;\n&lt;p&gt;A reliable virtual private network provides the key workaround.&lt;/p&gt;\n&lt;p&gt;It cleverly masks your location, granting access abroad.&lt;/p&gt;\n&lt;p&gt;Cord-cutters rejoice &ndash; cable subscriptions aren&#039;t necessary.&lt;/p&gt;\n&lt;p&gt;Simply connect via VPN to enjoy the gang&#039;s latest misadventures globally.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa71146b638800958eb36VdB9eG7L03&quot; height=&quot;395&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa71146b638800958eb36VdB9eG7L03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;To enjoy the latest season of &lt;em&gt;It&rsquo;s Always Sunny in Philadelphia&lt;/em&gt; while traveling outside the United States, a reliable VPN is essential due to regional restrictions. Since the show is only accessible on geo-locked platforms, a VPN allows you to bypass these barriers seamlessly. &lt;/p&gt;\n&lt;p&gt;For secure and high-quality streaming, sticking to official sources is strongly advised. Unofficial streams often deliver poor picture quality, frequent buffering, and are prone to sudden takedowns due to copyright issues. Watching through legitimate channels ensures a smooth experience without risking legal complications or low-resolution viewing.&lt;/p&gt;\n&lt;p&gt;Getting access to FX networks and streaming &lt;em&gt;It&rsquo;s Always Sunny in Philadelphia&lt;/em&gt; internationally is straightforward. Here&rsquo;s a simple guide to help you set it up:&lt;/p&gt;\n&lt;p&gt;Start by choosing a reputable VPN service capable of unblocking US-based streaming platforms. We recommend NordVPN for its reliability, but Surfshark and ExpressVPN are also excellent options. Download and install the VPN app or browser extension compatible with your device.&lt;/p&gt;\n&lt;p&gt;Once installed, open the VPN and connect to a server located in the United States. This step assigns you a US IP address, enabling access to FX&rsquo;s content. Next, navigate to FX&rsquo;s website or app and log in with a cable TV provider that includes FX, or opt for a streaming service that offers FX channels without a cable subscription.&lt;/p&gt;\n&lt;p&gt;If you encounter any issues with access, try clearing your browser&rsquo;s cache and cookies or switching to a different US server within your VPN app. These steps often resolve common connection problems.&lt;/p&gt;\n&lt;p&gt;For those wanting to test the service risk-free, NordVPN offers a 30-day money-back guarantee when you sign up through their official page. This allows you to enjoy &lt;em&gt;It&rsquo;s Always Sunny in Philadelphia&lt;/em&gt; season 17 while on vacation or abroad, with the flexibility to cancel if it doesn&rsquo;t meet your expectations.&lt;/p&gt;\n&lt;p&gt;Remember, using a trusted VPN not only grants you access but also protects your online privacy. So, prepare to catch all the latest antics of the gang from anywhere in the world!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c318a30f4ff0a99ec3dfmT33FGFi03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c318a30f4ff0a99ec3dfmT33FGFi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For fans eager to catch the latest episodes of &lt;em&gt;It&rsquo;s Always Sunny in Philadelphia&lt;/em&gt; Season 17, there are multiple ways to watch online. Initially, the series was aired on FX, but from Season 9 onward, it has been broadcast on FXX. This shift means viewers need to explore different streaming options to stay up-to-date.&lt;/p&gt;\n&lt;p&gt;Accessing FXX is straightforward through the FX Networks website or the FXNow app, which are compatible with various devices. Keep in mind, to watch live streams of Season 17 on FXX, a cable TV subscription is typically required. However, several streaming platforms also provide access without cable, including Hulu with Live TV, YouTube TV, FuboTV, and Sling TV, each offering monthly plans&mdash;FuboTV, Hulu, and YouTube TV at approximately $65, and Sling TV at $35. Notably, most of these services offer free trial periods, allowing users to test them out before committing.&lt;/p&gt;\n&lt;p&gt;For those who prefer on-demand viewing, episodes become available on FX Networks&rsquo; platform roughly one week after they air live. This means you can catch up at your convenience without a cable subscription. Additionally, if you don&rsquo;t mind waiting, full episodes can also be streamed on Hulu or Disney+ shortly after their initial broadcast, providing flexible options for fans.&lt;/p&gt;\n&lt;p&gt;International viewers should be aware that FX Networks and the associated streaming services are region-locked to the US. To access the show abroad, using a VPN to obtain a US IP address is recommended. Services like NordVPN facilitate this process, often offering a 30-day money-back guarantee, so you can try them risk-free. With these tools, viewers worldwide can enjoy the new season of this beloved comedy seamlessly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/687595c53606bfcc4734263bBaGwwpia03&quot; height=&quot;390&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/687595c53606bfcc4734263bBaGwwpia03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;International Access Tips&lt;/h3&gt;\n&lt;p&gt;It&#039;s Always Sunny in Philadelphia Season 17 debuts exclusively on FX Networks, posing immediate geo-restriction challenges for international fans.&lt;/p&gt;\n&lt;p&gt;Previous seasons landed on Netflix UK approximately a month after their US FXX premiere, hinting Season 17 might follow suit by summer 2024.&lt;/p&gt;\n&lt;p&gt;UK viewers historically accessed the series via Netflix (&pound;5.99/month starting price, 30-day trial available).&lt;/p&gt;\n&lt;p&gt;Bypassing regional locks requires a VPN, but Netflix UK aggressively blocks most VPN connections.&lt;/p&gt;\n&lt;p&gt;Free VPNs prove utterly ineffective for streaming FX or Netflix UK due to server overload and constant IP blacklisting.&lt;/p&gt;\n&lt;p&gt;They suffer from cripplingly slow speeds, making streaming unreliable and frustrating.&lt;/p&gt;\n&lt;p&gt;Worse, many free services compromise user security by tracking browsing data and selling it to advertisers, offering zero privacy.&lt;/p&gt;\n&lt;p&gt;Season 17 promises classic gang chaos: delving into online dating, crypto schemes, and social media disasters with their signature flawed logic.&lt;/p&gt;\n&lt;p&gt;Frank Reynolds leads the charge with predictably terrible advice during the bar&#039;s latest improbable crisis.&lt;/p&gt;\n&lt;p&gt;The full iconic cast returns &ndash; Charlie, Dennis, Mac, Dee, and Frank &ndash; ready for more Paddy&#039;s Pub debacles.&lt;/p&gt;\n&lt;p&gt;Your best bet for accessing Season 17 internationally? Utilize a premium VPN with a solid money-back guarantee.&lt;/p&gt;\n&lt;p&gt;This setup allows streaming via FX platforms abroad for weeks, essentially risk-free, before requesting a refund.&lt;/p&gt;\n&lt;p&gt;Avoid free VPNs entirely; they simply cannot deliver reliable access or protect your online safety.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service enabling subscribers to bypass geographical restrictions imposed by Netflix. Its primary function is to unlock and provide access to diverse content libraries available only in specific countries, enhancing the streaming experience globally. By masking a user&#039;s real location, a Netflix VPN allows viewers to enjoy shows and movies otherwise unavailable in their home region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re struggling with &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; when trying to access region-restricted content, consider switching to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which offers distinct advantages: &lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed Netflix-optimized servers ensure seamless, buffer-free HD streaming, preventing the disruptions often caused by outdated VPN software.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously across all major platforms (Windows, macOS, iOS, Android, TV systems), letting your entire household stream without conflicts.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode unlocks content from multiple regions concurrently, expanding your entertainment choices beyond typical VPN limitations.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with unlimited bandwidth eliminate buffering and throttling issues that degrade streaming quality.\n&lt;/li&gt;\n&lt;li&gt;\nTop-level &quot;ShellGuard&quot; security with military-grade encryption protects your data from detection systems that block lesser VPNs.\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial lets you verify SafeShell VPN&#039;s performance risk-free before committing, ensuring it reliably bypasses Netflix restrictions.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix libraries, follow these essential steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVisit the official SafeShell VPN website and subscribe to a suitable plan that meets your streaming requirements.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your specific operating system (Windows, macOS, Android, or iOS) and complete the installation.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app, log into your account, and select the recommended APP mode for optimized Netflix streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a VPN server located in your desired region (such as the US, UK, or Japan) from the server list and activate the connection.\n&lt;/li&gt;\n&lt;li&gt;\nOnce securely connected via SafeShell Netflix VPN, open the Netflix app or website, sign in, and enjoy unrestricted access to region-specific content libraries.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Remember to disconnect the VPN when not accessing geo-restricted Netflix content to conserve bandwidth.&lt;/p&gt;', 9, 'game'),
(125, 257, '', 'Genshin Impact 6.2 Update: Duren &amp; Jahoda Arrive', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa666a1d1dd206cb8ee5bzcBxwRqQ03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa666a1d1dd206cb8ee5bzcBxwRqQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genshin Impact 6.2 Update Highlights&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Since the debut of Dragonspine in version 1.2, Duren has played an intriguing role within the Genshin Impact storyline. Fans have eagerly awaited his playable status, and with the upcoming 6.2 update, that anticipation is finally coming true. Alongside Duren, a new character named Jahoda will also make her first appearance in this update, exciting players even more. For those eager to experience these fresh additions, here are the details on the Genshin Impact 6.2 livestream schedule and the redeem codes available to enhance your gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66aed365de1a3f10e24ROTjBigV03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66aed365de1a3f10e24ROTjBigV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66c0e43d5f3200f7fc8sSY1JuKD03&quot; height=&quot;254&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66c0e43d5f3200f7fc8sSY1JuKD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa66ffc24e25ef77bd325kU3ZBrDX03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa66ffc24e25ef77bd325kU3ZBrDX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover the scheduled timing for the Genshin Impact 6.2 livestream across various global regions:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa672a34a3a4c74b382bdu45Em7LO03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa672a34a3a4c74b382bdu45Em7LO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa6760e43d5f3200f807aAKl0saQ603&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa6760e43d5f3200f807aAKl0saQ603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Genshin Impact 6.2 livestream is set to air on November 21, 2025, starting at 7:00 AM Eastern Time (UTC-5). Fans in the United States can catch the event early in the morning, while viewers in Europe can tune in around midday. For those residing in Asia, the livestream will be available either in the afternoon or evening, offering convenient viewing times across different regions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa679a3a9dce1e5763e3bg4DXixaB03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa679a3a9dce1e5763e3bg4DXixaB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Livestream Access Options&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eager to catch the Genshin Impact 6.2 livestream can tune in through various platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official Genshin Impact broadcast is available on YouTube, providing high-quality streaming and easy access.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, viewers can watch the event live via the game&#039;s official Twitch channel for real-time updates and interactions.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, primarily used to exchange for valuable in-game items like Wishes, character outfits, and other exclusive content. Players cannot earn Genesis Crystals through regular gameplay; instead, they are obtained by purchasing them with real money via top-up services. Popular platforms such as the official Genshin Impact website, Codashop, and other authorized trading platforms offer safe and convenient ways to buy Genesis Crystals. This allows players to enhance their adventure and access special features within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Genesis Crystals for Genshin Impact, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for their purchase. Lootbar.gg offers a secure and efficient method for &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt;, giving players peace of mind by utilizing miHoYo&rsquo;s official recharge route. The platform is well-recognized for its user-friendly interface and streamlined payment process, allowing players to complete their &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact crystal top up&lt;/a&gt; quickly and conveniently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most attractive advantages of lootbar.gg is its competitive pricing, making it a popular choice for those seeking &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up cheap&lt;/a&gt; options. Players can enjoy bulk purchase deals, such as buying 6480 Genesis Crystals*4 in a single transaction, which not only saves time but also significantly reduces costs compared to other platforms. In addition, lootbar.gg often provides bonus Genesis Crystals during top ups, ensuring that players get excellent value for their money while enhancing their Genshin Impact experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genshin&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and logging into your account after selecting your preferred language and currency.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top up section once you&rsquo;re logged in.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFrom the list of games, choose Genshin Impact to begin the process to top up Genesis Crystal.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick the amount of Genesis Crystals you wish to purchase and click on the &lsquo;Buy Now&rsquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Genshin Impact UID and select the appropriate server for your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed by clicking the top up button, then select your desired payment method and complete the payment process.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After your purchase is confirmed, the Genesis Crystals will be delivered to your Genshin Impact account, allowing you to enjoy premium content in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(126, 258, '', 'Watch Better Call Saul Online &ndash; Safe Streaming Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa6eb12d9498b8087b946MRgkkJv303&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa6eb12d9498b8087b946MRgkkJv303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The concluding episode of &lt;em&gt;Better Call Saul&lt;/em&gt; aired in August 2022, marking the end of one of television&rsquo;s most acclaimed spin-offs. If you&#039;re eager to watch &lt;em&gt;Better Call Saul&lt;/em&gt; online, whether to catch up or revisit favorite moments, here&rsquo;s how you can do so securely and legally.&lt;/p&gt;\n&lt;p&gt;To ensure the best viewing experience, it&rsquo;s crucial to rely solely on official streaming platforms. Unlicensed streams are often unreliable and of inferior quality, which can spoil your enjoyment. Using legitimate sources also keeps you protected from potential legal issues, making it the safest choice.&lt;/p&gt;\n&lt;p&gt;Keep in mind that &lt;em&gt;Better Call Saul&lt;/em&gt; is typically accessible only on region-locked services. If you&rsquo;re traveling abroad and wish to continue watching, a virtual private network (VPN) can be your best tool to bypass geographic restrictions.&lt;/p&gt;\n&lt;p&gt;VPNs work by encrypting your internet traffic and rerouting it through servers in different locations. This not only enhances your privacy but also allows you to appear as if you are browsing from your home country, granting access to your usual streaming services.&lt;/p&gt;\n&lt;p&gt;Here&rsquo;s a straightforward guide to watching &lt;em&gt;Better Call Saul&lt;/em&gt; from anywhere:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nChoose a reputable VPN provider&mdash;NordVPN is highly recommended, though ExpressVPN and Surfshark are also excellent choices with strong streaming capabilities.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the VPN app compatible with your device.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and connect to a server located in your home country.\n&lt;/li&gt;\n&lt;li&gt;\nClear your browser&rsquo;s cookies and cache to remove any stored location data.\n&lt;/li&gt;\n&lt;li&gt;\nLog into your preferred streaming service as usual. You should now be able to access all your regular shows, including &lt;em&gt;Better Call Saul&lt;/em&gt;, regardless of your current location.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;NordVPN offers a risk-free 30-day trial when you sign up through their official page. This allows you to enjoy uninterrupted streaming for a full month&mdash;perfect for catching up on episodes during your travels.&lt;/p&gt;\n&lt;p&gt;There are no hidden conditions&mdash;if you decide NordVPN isn&rsquo;t for you, simply contact support within 30 days for a full refund. Start your trial today and enjoy seamless access to &lt;em&gt;Better Call Saul&lt;/em&gt; from anywhere in the world.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; height=&quot;482&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69166c79dc6b7976cc323695Wr8thpfq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;While &lt;em&gt;Better Call Saul&lt;/em&gt; previously aired on AMC platforms, its current home for all six acclaimed seasons is Netflix.&lt;/p&gt;\n&lt;p&gt;Available across numerous countries like the US, UK, and Japan, Netflix also offers its predecessor, &lt;em&gt;Breaking Bad&lt;/em&gt;, for a complete experience.&lt;/p&gt;\n\n&lt;p&gt;This critically adored prequel, created by Vince Gilligan and Peter Gould, charts Jimmy McGill&#039;s transformation into the iconic Saul Goodman over six seasons (2015-2022).&lt;/p&gt;\n&lt;p&gt;Praised as potentially surpassing &lt;em&gt;Breaking Bad&lt;/em&gt;, it stands as a landmark television series.&lt;/p&gt;\n&lt;p&gt;Though the story concluded definitively with Season 6, fans have over 125 combined episodes to enjoy.&lt;/p&gt;\n\n&lt;p&gt;Netflix enforces geo-restrictions, meaning content availability shifts based on your physical location.&lt;/p&gt;\n&lt;p&gt;Traveling abroad? Accessing your home catalog, like UK Netflix for &lt;em&gt;Better Call Saul&lt;/em&gt;, becomes impossible without a workaround.&lt;/p&gt;\n&lt;p&gt;Connecting to a VPN server back home restores access instantly.&lt;/p&gt;\n\n&lt;p&gt;Top VPN services like NordVPN, proven effective for this purpose, offer risk-free trials.&lt;/p&gt;\n&lt;p&gt;Their 30-day money-back guarantee allows you to test streaming reliability abroad and receive a full refund if unsatisfied.&lt;/p&gt;\n\n&lt;p&gt;Pro Tip: Though &lt;em&gt;Better Call Saul&lt;/em&gt; works as a standalone, watching &lt;em&gt;Breaking Bad&lt;/em&gt; first significantly enriches the experience.&lt;/p&gt;\n&lt;p&gt;You&#039;ll gain deeper context for Jimmy&#039;s evolution and appreciate the numerous clever references woven throughout the prequel.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geo-restrictions and access a broader selection of content on Netflix by connecting to servers in various countries. It is commonly used to enhance streaming options and enjoy region-specific shows and movies.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If your Netflix VPN isn&#039;t working due to outdated software failing against Netflix&#039;s advanced detection, consider switching to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for reliable access to region-restricted content. SafeShell overcomes common &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; scenarios through its globally optimized high-speed servers, ensuring seamless, buffer-free 4K streaming without triggering blocks. You can simultaneously connect up to five devices &ndash; including smart TVs and streaming boxes &ndash; letting everyone in the household enjoy uninterrupted shows on their preferred platform.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN further enhances your experience with its exclusive App Mode, allowing effortless switching between international Netflix libraries without constant reconfiguration. It delivers lightning-fast speeds essential for HD streaming without throttling or data caps, backed by the proprietary ShellGuard protocol for top-level security that keeps your viewing private and undetected. Explore these robust features risk-free through SafeShell VPN&#039;s flexible free trial plan, experiencing premium Netflix access before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Accessing global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to unlock regional restrictions. Begin by visiting the SafeShell VPN website to subscribe to a suitable plan, then download and install the application on your preferred device, whether it&#039;s Windows, macOS, iOS, or Android. After installation, launch the app, log in to your account, and select APP mode for an optimal streaming experience. Next, browse through the available server locations and connect to the region whose Netflix library you wish to explore.&lt;/p&gt;\n&lt;p&gt;Once connected to your chosen server through SafeShell Netflix VPN, simply open the Netflix application or website and sign in with your existing credentials. You&#039;ll immediately notice that the content library has changed to reflect the region of your selected server. Whether you&#039;re looking to access exclusive shows from the US, UK, Canada, or other regions, SafeShell VPN provides a seamless and secure connection that ensures high-quality streaming without buffering or interruptions. Enjoy your favorite international Netflix content with complete privacy and freedom from geographic restrictions.&lt;/p&gt;', 9, 'game'),
(127, 259, '', 'PUBG Mobile: Esports Game of the Year 2025 Win', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa597fc24e25ef77bc7943a4x2KTI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa597fc24e25ef77bc7943a4x2KTI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In a remarkable achievement at the Esports Awards 2025, PUBG Mobile has secured the coveted title of Mobile Esports Game of the Year, marking its second win in this category over the past four years. The recognition highlights the game&rsquo;s enduring popularity and influence within the mobile gaming community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The ceremony, held on November 19th in Riyadh, Saudi Arabia, was notable for its celebration of industry excellence, featuring the prestigious Decade Awards alongside the main event. PUBG Mobile faced stiff competition from other leading titles such as Honor of Kings, Mobile Legends: Bang Bang, Free Fire, Brawl Stars, Call of Duty, and Pok&eacute;mon Unite, ultimately prevailing to claim the award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expressing gratitude, PUBG Mobile&rsquo;s team extended thanks to fans and the Esports Awards organizers. They also announced the upcoming PUBG Mobile Global Championship (PMGC), set to kick off on November 24th, 2025. Excitingly, for the first time in four years, India will participate in the tournament, adding to the event&rsquo;s global significance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This year&rsquo;s ceremony also celebrated achievements across the industry, with Riot Games receiving the Esports Publisher of the Year award, S8ul Esports earning the Esports Content Group of the Year accolade, and renowned Clash Royale streamer Jynxzi being recognized as the Esports Content Creator of the Year.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans of PUBG Mobile can look forward to the upcoming updates, including leaks about the A16 Royale Pass, new skins, rewards, and the latest features introduced in the 4.1 beta version. The game continues to innovate and expand its community through partnerships, such as its recent collaboration with USC Games to support aspiring creators worldwide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PUBG UC: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; is the premium in-game currency that players use to unlock exclusive items, including character outfits, weapon skins, and special crate contents, enhancing both the look and feel of their gameplay. To get PUBG UC, gamers typically visit trusted game trading platforms such as Midasbuy, Codashop, or the official PUBG Mobile store, where they can top up their accounts quickly and securely. This digital currency is essential for those who want to personalize their in-game presence or participate in limited-time events and passes. By acquiring PUBG UC, players gain access to a wide range of customization options and premium features not available through standard gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy PUBG UC from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up PUBG&lt;/a&gt; UC, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their purchases. lootbar.gg stands out with its user-friendly interface, allowing gamers to easily navigate and choose their preferred login method for a seamless experience. The platform is well-known for offering competitive prices, making it an attractive choice for those who want to get more value when purchasing PUBG UC or even &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;pubg gcoin&lt;/a&gt;. Furthermore, lootbar.gg provides instant access to games and in-game currency, so players can &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up pubg mobile uc global&lt;/a&gt; anytime and from anywhere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar.gg is its commitment to safety and customer satisfaction. All transactions are secured with top-tier protection against fraud and threats, ensuring that players&#039; data and purchases remain safe. The platform also offers a 100% cash-back guarantee, giving users peace of mind when shopping. With 24/7 online customer support ready to resolve any transaction issues or disputes, lootbar.gg delivers a worry-free top up experience. Plus, new users can take advantage of exclusive promotions, such as the opportunity to purchase gaming products for just 0.01 USD, making lootbar a smart choice for both seasoned and new PUBG players.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up PUBG Mobile on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy PUBG UC&lt;/a&gt; on the LootBar trading platform, simply follow these straightforward steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official LootBar website and select your preferred language and currency, then log in to your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and choose PUBG Mobile as the game you want to buy PUBG UC for.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the amount of Unknown Cash (UC) you wish to purchase and click on the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your PUBG Mobile UID in the required field to ensure the UC is credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed by clicking the Top-up option, select your desired payment method, and complete the payment process.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With these steps, you can quickly and securely buy PUBG UC on LootBar, enhancing your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(128, 260, '', 'AFK Journey Progression: Spending Tips &amp; Strategies', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Game Progression and Spending Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;AFK Journey is designed to be highly accessible for free-to-play players, offering a fair chance to advance without spending money. However, making purchases can accelerate your progress significantly, giving you an edge over others.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game features several valuable monthly packs that provide good value, but once those are exhausted, further spending can become quite costly and may require a substantial budget. Essentially, players face a choice: continue enjoying the game as a free player, invest in a few strategic monthly packs, or spend heavily to maximize advancement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before committing to any purchase, always pause to consider whether you genuinely need the item and whether you can comfortably afford it. Making mindful spending decisions helps ensure a fun and sustainable gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5b0ba514621d36d7c5f1P3FP9Ij03&quot; height=&quot;487&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5b0ba514621d36d7c5f1P3FP9Ij03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;385&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At the beginning of your adventure, the $1 offer presents the most advantageous deal available throughout the game. This initial purchase provides exceptional value, making it a smart choice to kick off your experience. As you progress, other offers may not match the affordability and benefits of this introductory deal. Taking advantage of this early opportunity can set a solid foundation for your journey ahead.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5b1fd0660e214fd6a77E15p38iL03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5b1fd0660e214fd6a77E15p38iL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Using the epic invite letter grants you immediate access to the initial pity threshold on the epic recruitment banner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This means you can start the game with a guaranteed high-tier character or item right from the beginning.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5b3f3bd4d44851dc4afPUu9iqE003&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5b3f3bd4d44851dc4afPUu9iqE003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Securing an S-level character early on can significantly boost your progress. By utilizing the instant wishlist setup during the banner event, you can instantly obtain one of five select characters, streamlining your initial growth. This setup provides a 20% chance to instantly acquire a top-tier character of your choice at the start, with the assurance of obtaining at least one from the specified five options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, &lt;strong style=&quot;font-family:Arial;&quot;&gt;caution is advised!&lt;/strong&gt; This limited-time pack is only available for a brief two-hour window once it appears and will not return afterward. Make sure to seize this opportunity promptly, as you only get one chance to purchase it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5b5e457b2247ba921db5jgBgNGU03&quot; height=&quot;488&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5b5e457b2247ba921db5jgBgNGU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;522&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By investing just a single dollar, you&#039;ll unlock an exclusive initial purchase bonus pack. This special offer includes a variety of valuable items designed to enhance your gameplay experience. Don&#039;t miss out on this limited-time opportunity to boost your journey right from the start.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68895ae68a90a45eae0c75f5ENBP8hu703&quot; height=&quot;160&quot; src=&quot;https://c2c.fp.guinfra.com/file/68895ae68a90a45eae0c75f5ENBP8hu703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;160&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rowan stands out as a highly adaptable support character, capable of fulfilling multiple roles in your team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to Rowan, you will also benefit from two additional units, enhancing your overall strategy and effectiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ff7305aadd7a6681cWRSV0Vbx03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ff7305aadd7a6681cWRSV0Vbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enhance your gameplay by leveraging the power of the Ironwall spell artifact, designed to extend your tank&#039;s durability in battles. Remember, strategic use of this item can significantly improve your survivability during challenging encounters. Additionally, don&#039;t forget to send out your invitation letters to rally allies and strengthen your team&rsquo;s coordination, ensuring a more successful journey through the AFK realm. Proper planning and resource management are key to maximizing your progress in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5bbfd0660e214fd6ab92pm9ZpJV03&quot; height=&quot;648&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5bbfd0660e214fd6ab92pm9ZpJV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;624&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Securing the pre-order package may seem pricey at first glance, yet its exceptional value makes it worthwhile, especially if you&rsquo;re aiming to enhance your roster with rate-up heroes. Priced at approximately 850 Dragon Crystals&mdash;around $28, though this can differ based on your location and the purchasing platform&mdash;the bundle provides a generous number of pulls. Specifically, it grants you 30 celestial or hypogean summons, along with an additional 50 pulls, making it a strategic investment for dedicated players eager to maximize their chances of obtaining coveted characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ff7305aadd7a6681cWRSV0Vbx03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ff7305aadd7a6681cWRSV0Vbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Receive an exclusive invitation that includes special rate-up letters and a set of 160-character lockable rate-up messages. Plus, enjoy a bonus of 3,500 diamonds to enhance your gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5bffc24e25ef77bc954PTFpD5RX03&quot; height=&quot;97&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5bffc24e25ef77bc954PTFpD5RX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;624&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore our premium bundle options to maximize your progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The $1 package provides 10 rate-up characters to enhance your team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a more substantial boost, the $5 bundle includes 10 pulls from celestial or hypogean banners, along with 20 units of temporal essence to accelerate your development.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c2a3a9dce1e5763d89zAii4CUC03&quot; height=&quot;654&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c2a3a9dce1e5763d89zAii4CUC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;511&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The AFK Journey offers an alternative to the traditional battle pass experience, allowing players to earn rewards passively. By engaging with this system, you can accumulate numerous resources and items without constantly active gameplay. It provides a convenient way to progress steadily, making it ideal for those with limited gaming time. As you participate, you&#039;ll unlock various incentives that enhance your overall game development, ensuring a rewarding experience even when offline.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c37f7abefd1900de95QibYpc0003&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c37f7abefd1900de95QibYpc0003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When participating in the AFK Journey, players are granted access to a versatile selector box. This box offers five different options to choose from, allowing for strategic customization of your gameplay experience. Among these choices, four are specific selections tailored to enhance various aspects of your journey, while the fifth option provides a unique benefit to diversify your rewards. Making an informed decision from these options can significantly impact your progress and success within the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c5ba514621d36d7df5cuOJ17H003&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c5ba514621d36d7df5cuOJ17H003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Reward Unlocking Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlocking the S-level rewards requires collecting multiple characters, including at least one 30-rate-up character, along with various cosmetic items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Opting for the premium battle pass instantly grants you the first 20 levels, a special border, exclusive cosmetics, and an additional 10 levels to boost your progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c6a34a3a4c74b37968rmTWT4p203&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c6a34a3a4c74b37968rmTWT4p203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Embark on an extraordinary adventure with our exclusive invitation. Join us as we explore new horizons and unlock unparalleled opportunities. Your presence is highly valued, and we look forward to sharing this special journey together. Don&#039;t miss out on this epic experience&mdash;accept our invitation and be part of something truly remarkable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5c90e43d5f3200f774dBtcIHVkc03&quot; height=&quot;636&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5c90e43d5f3200f774dBtcIHVkc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;510&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Secret Trek Pass offers a generous supply of upgrade materials akin to the Secret Travelogue. It also includes opportunities to acquire celestial and hypogian characters, with increased chances for rate-up pulls, along with exclusive cosmetic items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Opting for the premium battle pass unlocks immediate access to the first 20 levels, along with a distinctive border, additional cosmetics, and ten extra rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5cbe576c34e074b7274uNfi6B7903&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5cbe576c34e074b7274uNfi6B7903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Embark on an extraordinary adventure by accepting this exclusive invitation. Join us as we explore new horizons and unlock hidden treasures together. Your presence is highly valued, and we look forward to sharing this epic journey with you. Prepare for an unforgettable experience filled with excitement, discovery, and camaraderie. Don&#039;t miss out on this unique opportunity to be part of something truly remarkable. We eagerly await your response and hope to see you there!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5cdc3ef84657260baacWJb9Akgb03&quot; height=&quot;421&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5cdc3ef84657260baacWJb9Akgb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;343&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The traditional newsletter provides a total of 12,000 resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This comprehensive guide aims to help you maximize your spending efficiency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By understanding the optimal allocation, you can enhance your overall experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Whether you&#039;re a new or seasoned player, strategic spending can significantly impact your progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore various methods to utilize your resources effectively throughout your journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, wise investments lead to better rewards and faster advancement in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diamonds are a highly valuable in-game currency, offering players significant advantages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Purchasing 3,000 diamonds initially and an additional 9,000 throughout the month provides a steady stream of resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This package also grants VIP points, which enhance your overall gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, this is considered the most cost-effective and sustainable way to acquire diamonds in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It stands out as the best value choice for continuous purchases, making it an optimal investment for dedicated players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Acquiring diamonds can be straightforward; for instance, spending just $5 grants you immediately 3,000 diamonds. Additionally, this purchase extends your gazette&#039;s duration, providing ongoing benefits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d1a1d1dd206cb8ec3dk9dkesMW03&quot; height=&quot;430&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d1a1d1dd206cb8ec3dk9dkesMW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;365&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The traditional Gazette offers valuable insights and updates, but exploring alternative sources can provide a more comprehensive understanding. Delve into various reports and analyses to stay well-informed about the latest developments. Regularly reviewing multiple channels ensures you don&#039;t miss critical information and helps you make better-informed decisions. Stay curious and proactive in seeking out diverse perspectives to enhance your knowledge and stay ahead in your pursuits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enhance your gameplay with the premium option, which rewards you with a generous 70 diamonds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diamonds serve as a valuable currency, enabling you to unlock exclusive items and accelerate your progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Investing in the premium package can significantly boost your in-game experience, providing more opportunities for customization and advancement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Make sure to utilize your diamonds wisely to maximize their benefits and enjoy a richer gaming journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d4c3ef84657260bb2e32iqZLNc03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d4c3ef84657260bb2e32iqZLNc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An excellent way to enhance your collection early in the game is by utilizing the epic invite system, which offers an initial reward of ten gifts upfront. Following this, you receive two additional invites daily, providing a steady stream of opportunities to acquire new characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to these invites, accumulating VIP points can significantly boost your progress. Early on, this method is particularly advantageous if your character roster is still incomplete, helping you fill gaps efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you advance and aim to unlock powerful paragons, the invite system continues to be beneficial. However, its value diminishes for players who have already assembled a full set of Supreme+ characters and are primarily interested in obtaining more S+ tier characters. For these dedicated collectors, other methods may offer better value once their core collection is complete.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d6dcbe99f1db9d64fbWdz0zk9403&quot; height=&quot;649&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d6dcbe99f1db9d64fbWdz0zk9403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;624&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Game Resources and Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Growth Bundle offers an impressive total of 15,000 units, providing players with significant resources to advance their progress. This substantial amount can greatly enhance your in-game experience, enabling quicker upgrades and stronger character development. Whether you&#039;re focusing on building your base or strengthening your team, this bundle serves as a powerful tool to jumpstart your journey. Take advantage of these generous resources to maximize your efficiency and enjoy the game to its fullest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d304ef7305aadd7a6680046rkOgi603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diamonds are among the most precious and sought-after gemstones in the world, renowned for their exceptional hardness and brilliance. They are formed deep within the Earth&#039;s mantle under intense heat and pressure over millions of years. Valued for their clarity, cut, color, and carat weight, diamonds play a significant role in both jewelry and industrial applications. Their sparkling appearance symbolizes luxury and eternal love, making them a popular choice for engagement rings and special occasions. The rarity and unique characteristics of each diamond contribute to their high market demand and significant monetary value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5d912d9498b8087aaf6vYJI94qp03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5d912d9498b8087aaf6vYJI94qp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Securing an epic invitation letter involves a challenging task: players must complete up to 1,000 seasonal AFK stages to earn all the necessary pieces.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those contemplating the purchase of the bundle, it typically takes about a month of dedicated effort to achieve this goal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While this method isn&#039;t as cost-effective as subscribing for the $5 monthly plan, it offers a viable alternative for players who have exhausted more valuable bundle options and still wish to acquire the epic invite.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5ddba514621d36d7f79tpTdZKPS03&quot; height=&quot;822&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5ddba514621d36d7f79tpTdZKPS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;749&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, players can access welcome packs during the first two weeks after creating their characters. After this period, these packs will no longer be available. Unlike previous editions, acquiring these packs now requires purchasing a unique in-game currency called &lt;strong style=&quot;font-family:Arial;&quot;&gt;dragon crystal&lt;/strong&gt;. To simplify your decision-making, we&rsquo;ve included the dollar prices directly on the accompanying image, allowing you to see costs at a glance without extra navigation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The selection of packs offered provides solid value, appealing especially to high spenders. Many players with substantial budgets are likely to opt for the $90 pack, which offers a range of beneficial items and bonuses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5dedcbe99f1db9d659fUJiXcrQo03&quot; height=&quot;160&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5dedcbe99f1db9d659fUJiXcrQo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;160&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Determining the top tank character in the game can be quite subjective, as different players may prefer different playstyles and strategies. However, some tanks stand out due to their durability, utility, and overall contribution to team success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout gameplay, limited-time packs frequently become available, offering exclusive items and benefits. These packs are typically accessible for only two hours before they disappear, creating a sense of urgency to purchase. Given the extensive variety and fluctuating value of these offers&mdash;ranging from as little as $1 to as much as $50&mdash;it&rsquo;s challenging to review each pack individually.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite this, most players agree that these packs offer excellent value, providing substantial resources such as multiple pulls or pulls combined with other rewards. They serve as a good investment for progressing faster or acquiring desired heroes and items within the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e0f3bd4d44851dc894F530Etca03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e0f3bd4d44851dc894F530Etca03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the context of AFK Journey, understanding the value of different character packs is essential for optimal progression. For instance, a pack priced at $41 can significantly enhance your team by providing multiple characters that boost your overall strength. Investing in such packs can accelerate your journey, offering a quick way to strengthen your roster without the need for extensive in-game grinding. Carefully evaluate the contents of each pack to determine which offers the best return on investment, balancing cost against the benefits of new characters and resources provided. This strategic approach ensures you maximize your spending efficiency and progress more smoothly through the game&#039;s stages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e1a1d1dd206cb8ec73fg7r3ZXw03&quot; height=&quot;34&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e1a1d1dd206cb8ec73fg7r3ZXw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;34&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the realm of AFK Journey, the hypogean character class offers a unique playstyle focused on subterranean combat prowess. These characters excel in underground battles, utilizing specialized skills to dominate foes lurking beneath the surface. When investing resources into your hypogean heroes, prioritize enhancing their underground attack capabilities and defensive stats to maximize efficiency. Building a balanced team with complementary classes can significantly improve your progression speed, especially in challenging dungeon scenarios. Remember to regularly upgrade gear and unlock new skills to stay ahead in the competitive landscape. With strategic planning and proper resource allocation, hypogean characters can become formidable forces, unlocking new depths of power in your journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68895aeaa35c729cd24f4ce08DS08dfQ03&quot; height=&quot;160&quot; src=&quot;https://c2c.fp.guinfra.com/file/68895aeaa35c729cd24f4ce08DS08dfQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;160&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Spending Tiers and Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;reinier&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e554637e787b57ec95cW9HGliG03&quot; height=&quot;506&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e554637e787b57ec95cW9HGliG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;330&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa5e9dcbe99f1db9d6669NKkhG0u803&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa5e9dcbe99f1db9d6669NKkhG0u803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;628&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For casual players or those with modest spending habits, this point marks a natural stopping place. The bundles discussed earlier offer excellent value for low to medium spenders, often referred to as &#039;dolphins.&#039; However, once these options are exhausted, the remaining offers tend to cater exclusively to high-spenders, or &#039;whales.&#039; It&#039;s important to note that the shop&#039;s inventory refreshes biweekly, so patience is key. Even for dedicated whales, I recommend waiting until the reset rather than rushing into offers, as the permanent packages and direct currency deals generally provide poor value for your resources.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;AFK Journey Dragon Crystals: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Dragon Crystals&lt;/a&gt; serve as the premium currency in AFK Journey, allowing players to unlock exclusive in-game items, speed up hero progression, and acquire unique cosmetics and skins to personalize their experience. Players looking to obtain Dragon Crystals can conveniently top up through trusted game trading platforms such as Codashop and SEAGM, which offer various packages to suit different budgets. By purchasing Dragon Crystals, you can gain access to powerful resources and special bundles that enhance gameplay and help you advance more efficiently. Whether you&#039;re aiming for rare heroes or stylish upgrades, Dragon Crystals are essential for making the most out of your AFK Journey adventure.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top up AFK Journey?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up AFK Journey Dragon Crystals&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out as a convenient and reliable choice, providing a seamless experience for acquiring premium in-game currency. With lootbar, users can enjoy significant savings thanks to regular discounts and special promotions, which can make topping up more affordable. The platform caters to not only AFK Journey but also a wide range of other popular games, making it a one-stop destination for gamers seeking top up services.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar ensures that every transaction is secure by employing advanced encryption and strict data protection measures, giving users peace of mind when purchasing Dragon Crystals. Players benefit from rapid delivery&mdash;often within just three minutes&mdash;so they can dive back into their adventures without unnecessary waiting. The platform also boasts 24/7 customer support, ensuring prompt assistance at any time. Overall, choosing lootbar.gg for top up AFK Journey Dragon Crystals combines convenience, safety, and excellent customer service, enhancing the gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top up AFK Journey on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete an &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;afk journey dragon crystal top up&lt;/a&gt; on the Lootbar trading platform, start by visiting their official website and selecting your desired language and currency for a smoother experience. Next, log in to your existing Lootbar account, or quickly create a new one if you&rsquo;re a first-time user. Once logged in, navigate from the home page to the top-up section, then find and select AFK Journey. Here, you&rsquo;ll be able to choose the amount of Dragon Crystals you wish to purchase according to your needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your product, proceed by clicking the &quot;Top-up Now&quot; button. Choose your preferred payment method from the available options and finalize your payment by clicking &quot;Pay Now.&quot; At this stage, you will be asked to provide essential account details such as your email address, password, and server information; it&#039;s important not to log in to the game while this process is ongoing. Once the transaction is processed and the items have been credited to your account, you will receive a notification confirming the completion of your afk journey dragon crystal top up. You can then safely log back into AFK Journey and enjoy your newly acquired Dragon Crystals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; height=&quot;544&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(129, 261, '', 'Netflix New Releases: Top Picks for Holiday Streaming', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa62067be7883551c3092ox7B5qpG07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa62067be7883551c3092ox7B5qpG07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As your final pre-holiday streaming window shrinks, fresh Netflix arrivals demand attention.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the week&#039;s standout additions:&lt;/p&gt;\n&lt;p&gt;A festive romantic comedy sparkles with seasonal charm&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The revival of a beloved comedy series returns for long-awaited laughs&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;An exclusive music special delivers fresh soundtrack moments&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;A gripping drama movie unfolds with high-stakes tension&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;These curated selections eclipse recent hits like &lt;em&gt;Death by Lightning&lt;/em&gt; and &lt;em&gt;Frankenstein&lt;/em&gt;, offering timely viewing before holiday commitments fully take hold. Prioritize these four distinctive releases while your watchlist still permits dedicated screen time.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa623f9c254833a06c02e7qUKIswA07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa623f9c254833a06c02e7qUKIswA07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Ring in the festive season with Netflix&#039;s latest romantic offering, &#039;Champagne Problems&#039;.&lt;/p&gt;\n\n&lt;p&gt;Minka Kelly takes the lead as Sydney Price, a driven executive on a crucial holiday business trip to France.&lt;/p&gt;\n&lt;p&gt;Her mission: win over a prestigious champagne house as a client.&lt;/p&gt;\n&lt;p&gt;But unexpected romance bubbles up when she encounters Henri Cassell (Tom Wozniczka), the charming man who could distract her from her professional goals.&lt;/p&gt;\n\n&lt;p&gt;Fans captivated by Kelly&#039;s performance in &#039;Ransom Canyon&#039; won&#039;t want to miss her return in this sparkling new film.&lt;/p&gt;\n\n&lt;p&gt;Landing just after the streamer&#039;s first Christmas movie premiere, &#039;A Merry Little Ex-Mas&#039;, this film continues Netflix&#039;s flow of seasonal romance and humor.&lt;/p&gt;\n\n&lt;p&gt;Prepare for holiday charm and French allure when &#039;Champagne Problems&#039; arrives on November 19.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa6256538117f369affcf5WONNgJX07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa6256538117f369affcf5WONNgJX07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This week&#039;s fresh Netflix arrivals deliver laughter, music, and poignant drama.&lt;/p&gt;\n\n&lt;p&gt;Get ready for Ted Danson&#039;s triumphant return in &lt;strong&gt;A Man on the Inside: Season 2&lt;/strong&gt; (Nov 20).&lt;/p&gt;\n&lt;p&gt;Danson reprises his role as Charles Nieuwendyk, trading retirement home antics for undercover work on a vibrant college campus.&lt;/p&gt;\n&lt;p&gt;Joined by returning favorites and exciting newcomers like Mary Steenburgen and Max Greenfield, Charles tackles a fresh mystery involving a blackmailing thief.&lt;/p&gt;\n&lt;p&gt;Expect sharp wit and hilarious situations as he navigates academic life once more.&lt;/p&gt;\n\n&lt;p&gt;Experience Ed Sheeran like never before in the unique musical event &lt;strong&gt;One Shot with Ed Sheeran&lt;/strong&gt; (Nov 21).&lt;/p&gt;\n&lt;p&gt;Forget staged concerts; this special captures impromptu, intimate performances filmed entirely in one continuous take as Sheeran roams New York City.&lt;/p&gt;\n&lt;p&gt;Directed by the Emmy-winning Philip Barantini, it promises an unparalleled, up-close connection with the global superstar and his fans.&lt;/p&gt;\n&lt;p&gt;A truly innovative music experience.&lt;/p&gt;\n\n&lt;p&gt;Dive into a powerful historical drama with &lt;strong&gt;Train Dreams&lt;/strong&gt; (Nov 21).&lt;/p&gt;\n&lt;p&gt;Based on Denis Johnson&#039;s acclaimed novella, this Netflix original film follows Robert Grainier, an early 20th-century logger and railroad worker.&lt;/p&gt;\n&lt;p&gt;Joel Edgerton leads a stellar cast including Felicity Jones in this somber tale of building a life and family, only to face heart-wrenching separation.&lt;/p&gt;\n&lt;p&gt;Critically lauded, it&#039;s an emotional journey set against a rugged American landscape.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service primarily used for watching a vast library of TV shows and movies on demand. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; describes the process of overcoming restrictions that prevent access to certain content due to geographic location or network settings, allowing viewers to bypass these limitations. This access to a wider range of shows and movies is typically achieved using tools like VPNs, proxy servers, Smart DNS services, or specialized browser extensions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted Netflix content via Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;.  &lt;/p&gt;\n\n&lt;ol&gt;\n&lt;li&gt;SafeShell VPN provides dedicated high-speed servers optimized for Netflix, delivering zero buffering and instant HD playback for a flawless viewing experience.  &lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Its exclusive App Mode allows simultaneous unlocking of multiple regional libraries, vastly expanding your entertainment options beyond a single location.  &lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Connect up to 5 devices concurrently across all major platforms like Windows, macOS, iOS, Android, smart TVs, and Apple Vision Pro.  &lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Military-grade encryption ensures anonymous browsing and complete protection against surveillance, keeping your streaming activity entirely private.  &lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Experience all premium features risk-free with SafeShell VPN&#039;s flexible free trial plan before committing.&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To enjoy global Netflix content with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow these streamlined steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSubscribe by selecting a suitable plan on the SafeShell VPN website and completing the payment process \n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the application compatible with your device (Windows, macOS, iOS, or Android) \n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app, log into your account, and select APP mode for optimal Netflix streaming performance \n&lt;/li&gt;\n&lt;li&gt;\nConnect to a VPN server in your desired region (like Japan, Germany, or Brazil) to unlock local Netflix libraries \n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix through your browser or app and start streaming region-exclusive shows instantly\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This SafeShell Netflix VPN method ensures seamless access to geo-restricted entertainment worldwide.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(130, 262, '', 'Riverdale Final Season: Streaming Guide &amp; Platforms', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa6dec3ef84657260ccd7ZiRVYiYd03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa6dec3ef84657260ccd7ZiRVYiYd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Catch the Final Season of Riverdale: Your Complete Streaming Guide&lt;/p&gt;\n&lt;p&gt;The beloved teen drama Riverdale is returning for its seventh and final season, premiering Wednesday, March 29 at 9 PM EST. Fans can enjoy weekly episodes until the series finale on August 23, bringing this popular show to its conclusion after years of twists and turns.&lt;/p&gt;\n&lt;p&gt;Finding legitimate ways to watch Riverdale online is essential for the best viewing experience. Official sources provide superior video quality and reliability compared to unauthorized alternatives. The good news is that accessing Riverdale&#039;s final season is straightforward, even for viewers traveling abroad.&lt;/p&gt;\n&lt;p&gt;Riverdale&#039;s streaming availability varies by region, with different platforms holding exclusive rights worldwide. For travelers who find themselves outside their home country when new episodes air, a Virtual Private Network (VPN) offers a simple solution.&lt;/p&gt;\n&lt;p&gt;VPNs serve dual purposes - they protect your online privacy through encryption while also allowing you to access your usual streaming services from anywhere. By connecting to a server in your home country, you can watch Riverdale as if you never left.&lt;/p&gt;\n&lt;p&gt;Follow these simple steps to stream Riverdale season 7 while traveling:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSubscribe to a reliable VPN service (top options include NordVPN, Surfshark, or ExpressVPN)\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the VPN application on your streaming device\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server located in your home country\n&lt;/li&gt;\n&lt;li&gt;\nOpen your regular streaming platform and enjoy Riverdale without restrictions\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;For uninterrupted viewing, test your VPN connection with your streaming service before the premiere. Most quality VPN providers offer round-the-clock customer support to resolve any potential issues quickly.&lt;/p&gt;\n&lt;p&gt;Many VPN services offer risk-free trial periods, allowing you to test their capabilities while catching the latest Riverdale episodes during your travels. With proper setup, you won&#039;t miss a minute of Archie and the gang&#039;s final adventures in this climactic season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c318a30f4ff0a99ec3dfmT33FGFi03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c318a30f4ff0a99ec3dfmT33FGFi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming Riverdale&#039;s final season? Here&#039;s what you need to know globally.&lt;/p&gt;\n&lt;p&gt;The CW broadcasts season 7 in the US, offering free next-day streaming.&lt;/p&gt;\n&lt;p&gt;No account is required, but only the latest five episodes stay available.&lt;/p&gt;\n&lt;p&gt;Miss one? You might wait months until Netflix adds the full season.&lt;/p&gt;\n\n&lt;p&gt;International fans get weekly episodes on Netflix starting March 30.&lt;/p&gt;\n&lt;p&gt;This applies across Canada, UK, Australia, and many other countries.&lt;/p&gt;\n&lt;p&gt;Previous seasons are already accessible internationally on Netflix.&lt;/p&gt;\n\n&lt;p&gt;US viewers wanting live access face restrictions and higher costs.&lt;/p&gt;\n&lt;p&gt;Services like YouTube TV or Hulu Live carry The CW, but check local availability first.&lt;/p&gt;\n&lt;p&gt;These subscriptions start around $65/month without free trials.&lt;/p&gt;\n\n&lt;p&gt;Geo-blocks affect both US live services and international Netflix libraries abroad.&lt;/p&gt;\n&lt;p&gt;A reliable VPN like NordVPN bypasses this, offering a risk-free trial period.&lt;/p&gt;\n\n&lt;p&gt;Season 7 thrusts Archie and friends back to the 1950s.&lt;/p&gt;\n&lt;p&gt;Only Jughead remembers their true timeline, driving the season&#039;s core mystery.&lt;/p&gt;\n&lt;p&gt;Expect musical numbers, shocking twists like Archie/Cheryl, and intense suspense.&lt;/p&gt;\n\n&lt;p&gt;The original cast returns for this wild finale:&lt;/p&gt;\n&lt;p&gt;KJ Apa as Archie Andrews&lt;/p&gt;\n&lt;p&gt;Cole Sprouse as Jughead Jones&lt;/p&gt;\n&lt;p&gt;Camila Mendes as Veronica Lodge&lt;/p&gt;\n&lt;p&gt;Lili Reinhart as Betty Cooper&lt;/p&gt;\n&lt;p&gt;Madelaine Petsch as Cheryl Blossom&lt;/p&gt;\n&lt;p&gt;Vanessa Morgan as Toni Topaz&lt;/p&gt;\n&lt;p&gt;Nicholas Barasch as Julian Blossom&lt;/p&gt;\n&lt;p&gt;Karl Walcott as Clay Walker&lt;/p&gt;\n\n&lt;p&gt;Catch the premiere on March 29th in the US, or weekly internationally via Netflix.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service designed to bypass geographical restrictions imposed by streaming platforms. It enables viewers to access Netflix content libraries from different countries by masking their real IP address and routing traffic through servers in desired regions. This tool not only expands entertainment options but also enhances online privacy during streaming sessions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix using a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; issue, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your go-to solution. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality even during peak times. Its ability to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and other platforms, provides flexibility and convenience for all your devices. Additionally, the exclusive App Mode feature allows you to unlock content from multiple regions at once, broadening your entertainment options. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN eliminates buffering and throttling, enhancing your overall streaming experience. Security is also a top priority, as the proprietary ShellGuard protocol guarantees robust encryption and privacy protection, giving you peace of mind while browsing. Plus, the flexible free trial plan lets you test all these features risk-free, making SafeShell VPN a reliable choice when your Netflix VPN not working becomes frustrating.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Here&#039;s how to use the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to unlock regional content on Netflix:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application onto your device directly from their official website.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and log in securely using your SafeShell VPN account credentials.\n&lt;/li&gt;\n&lt;li&gt;\nSelect the recommended APP mode within the VPN settings for the best streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a VPN server located in the specific country whose Netflix library you wish to access.\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your selected server to establish a secure and stable VPN connection.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open the Netflix app or website, sign in, and start enjoying shows and movies available in your chosen region with SafeShell Netflix VPN.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(131, 263, '', 'Trikephalo-Deckstrategie &ndash; Tipps &amp; Mega-Aufstieg', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Trikephalo-Deckstrategie&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Setze dein Gegner mit dem kraftvollen Trikephalo-Deck aus der aktuellen &bdquo;Mega-Aufstieg&ldquo;-Erweiterung unter Druck. Dieses finstere Pok&eacute;mon beeindruckt durch seine F&auml;higkeit &bdquo;Gemeinsames Br&uuml;llen&ldquo;, mit der es sich selbstst&auml;ndig Energie l&auml;dt und sein m&auml;chtiges Angriffsmuster &bdquo;Hyperlicht&ldquo; entfesselt. Dabei sorgt Klingklang f&uuml;r eine Verlangsamung des gegnerischen Spiels, w&auml;hrend Mega Absol als starker Zweitangreifer das Schlachtfeld dominiert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Deck ist darauf ausgelegt, eine d&uuml;stere und bedrohliche Atmosph&auml;re zu schaffen, in der du deine Gegner in die Defensive dr&auml;ngst. Mit strategischer Auswahl an Pok&eacute;mon und Attacken kannst du deine Arena in eine dunkle Schlachtzone verwandeln und deine Gewinnchance maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hinweis: Diese Seite enth&auml;lt Links zu verschiedenen H&auml;ndlern. Bei einem Klick und Kauf &uuml;ber diese Links kann unsere Website eine Provision erhalten, ohne dass sich f&uuml;r dich am Kaufpreis etwas &auml;ndert. Zu den Partnerprogrammen z&auml;hlen unter anderem Amazon und eBay. Affiliate-Links sind mit einem * gekennzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7b60e43d5f3200f913bmYI113Zu03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7b60e43d5f3200f913bmYI113Zu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Deck konzentriert sich auf den Einsatz von Trikephalo aus dem aktuellen Set, das als starker Hauptangreifer fungiert. Mit seiner Attacke &bdquo;Hyperlicht&ldquo; kann es erheblichen Schaden von 130 Punkten verursachen. Nach dem Angriff musst du alle Energien ablegen, doch dank seiner F&auml;higkeit &bdquo;Gemeinsames Br&uuml;llen&ldquo; ist Trikephalo im n&auml;chsten Zug sofort wieder kampfbereit. Diese F&auml;higkeit erlaubt es dir, einmal pro Zug bis zu zwei Finsternis-Energien an Trikephalo anzulegen, um seine Angriffskraft zu maximieren. F&uuml;r einen schnellen Start kannst du das Sonderbonbon verwenden, um Kapuno direkt in Trikephalo zu entwickeln. Dadurch ist dein Pok&eacute;mon unmittelbar nach der Entwicklung einsatzbereit und kann mit voller Kraft zuschlagen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7b9a1d1dd206cb8f4299KRod4Ga03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7b9a1d1dd206cb8f4299KRod4Ga03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7bb968a1aaf02a30a10pJVqYAGv03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7bb968a1aaf02a30a10pJVqYAGv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mega-Absol-EX: Taktische Kraft&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mega-Absol-EX &uuml;bernimmt die Rolle eines Zweitangreifers in deinem Deck. Mit seiner F&auml;higkeit, die Attacke &bdquo;Finsterklaue&ldquo; einzusetzen, kannst du mit nur zwei Energiekarten betr&auml;chtlichen Schaden von 80 Punkten verursachen. Das reicht aus, um die meisten Pok&eacute;mon-EX in nur zwei Treffern zu besiegen und so Druck auf deinen Gegner auszu&uuml;ben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus bietet Mega-Absol-EX eine n&uuml;tzliche Kontrolle &uuml;ber die Hand deines Gegners. Du hast die M&ouml;glichkeit, die Handkarten deines Gegners anzuschauen und eine beliebige Unterst&uuml;tzerkarte auf seinen Ablagestapel zu legen. Damit kannst du verhindern, dass dein Gegner wichtige Unterst&uuml;tzer wie das Forschungs-Pok&eacute;mon oder Zyrus spielt, was seine Strategie erheblich st&ouml;ren kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Strategien mit Klingplim&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutze Klingplim fr&uuml;h im Spiel, um den Gegner zu behindern. W&auml;hrenddessen kannst du Trikephalo oder Mega-Absol-EX auf der Bank bereitstellen, um sie sp&auml;ter anzugreifen. Die F&auml;higkeit von Klingplim, &bdquo;Klingell&auml;rm&ldquo;, verursacht 10 Schadenspunkte und blockiert den Gegner in seinem n&auml;chsten Zug daran, Itemkarten aus seiner Hand zu spielen. Nach der Anwendung kannst du Klingplim kostenlos zur&uuml;ck auf deine Hand nehmen und flexibel im Spielverlauf einsetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7c0fc24e25ef77be4edSVobYFa903&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7c0fc24e25ef77be4edSVobYFa903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn dein Gegner viele Karten auf der Hand hat, kannst du die Nachahmerin verwenden, um deine eigene Hand aufzufrischen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Spielstrategie und Deckaufbau&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch die Nutzung der X-Initiative hast du die M&ouml;glichkeit, m&uuml;helos zwischen deinen Angreifern zu wechseln oder ein verletztes Pok&eacute;mon aus der aktiven Position zu ziehen. Diese Strategie ist besonders n&uuml;tzlich, um zu vermeiden, dass dein Mega-Absolute kampfunf&auml;hig wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc524cc9014a38d1b9722O47bp9F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc524cc9014a38d1b9722O47bp9F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7c87635022b3a301d5b7CDSDI2g03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7c87635022b3a301d5b7CDSDI2g03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7cb12d9498b8087c43eHEXOob1y03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7cb12d9498b8087c43eHEXOob1y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7d0b427efd62235c1e7RMuojSAf03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7d0b427efd62235c1e7RMuojSAf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc524cc9014a38d1b9722O47bp9F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc524cc9014a38d1b9722O47bp9F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck nutzt gezielt die Karte Pii, um den Spielbeginn zu beschleunigen. Mit der kostenlosen Attacke &bdquo;Funkelruf&ldquo; kannst du jederzeit ein zuf&auml;lliges Pok&eacute;mon aus deinem Deck auf deine Hand nehmen. W&auml;hrend dein urspr&uuml;ngliches Setup vor allem auf das Sonderbonbon setzt, enth&auml;lt dieses Deck zus&auml;tzlich eine Duodino-Karte. Dadurch kannst du eine zuverl&auml;ssige Entwicklung f&uuml;r dein Trikephalo sicherstellen und schneller im Spiel vorankommen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7e2f3bd4d44851deeeeubKXAiTi03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7e2f3bd4d44851deeeeubKXAiTi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7e5e576c34e074b898659EjExSy03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7e5e576c34e074b898659EjExSy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691fa7e8c3ef84657260df0dUqBuKpRt03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/691fa7e8c3ef84657260df0dUqBuKpRt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68bf6a48cf66d998887a6effup4Pza7I03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68bf6a48cf66d998887a6effup4Pza7I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68bf6a5e64644c728c89f3e0AZ4NCCt903&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68bf6a5e64644c728c89f3e0AZ4NCCt903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68953a8e33b9f0dea7e2805dkN5gdXQY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68953a8e33b9f0dea7e2805dkN5gdXQY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6e0c388f5706aaa69fZWJ4Aq5F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6e0c388f5706aaa69fZWJ4Aq5F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc543513971f9737b16ag0NlfK2903&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc543513971f9737b16ag0NlfK2903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Spiel Pok&eacute;mon Trading Card Game Pocket und wird verwendet, um Items zu erwerben, Zubeh&ouml;r zu freischalten oder die Ausdauer f&uuml;r Kartenpacks zu erneuern.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Pok&eacute; Gold haben Spieler die M&ouml;glichkeit, ihre Sammlung gezielt zu erweitern und seltene Karten schneller zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold zu erhalten, kann man beispielsweise auf Handelsplattformen wie Lootbar.gg Guthaben aufladen und so unkompliziert mehr Spielw&auml;hrung bekommen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So wird das Spielerlebnis individuell verbessert und die Chancen auf besondere Karten im Pok&eacute;mon TCG Pocket steigen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Pok&eacute; Gold aufladen m&ouml;chten, lohnt es sich, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform f&uuml;r die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket top up&lt;/a&gt; in Betracht zu ziehen. Diese innovative Spielhandelsplattform hebt sich durch ihre attraktiven Konditionen und zuverl&auml;ssigen Services von anderen Anbietern ab.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Einer der gr&ouml;&szlig;ten Vorteile von lootbar.gg ist die Kombination aus g&uuml;nstigen Preisen und exklusiven Rabatten, die speziell f&uuml;r die Pokemon TCG Pocket top up angeboten werden. Spieler profitieren von erheblichen Ersparnissen, wenn sie Pok&eacute; Gold erwerben, und k&ouml;nnen dadurch ihre Sammlung im Spiel effizienter erweitern. Dar&uuml;ber hinaus sorgt die Plattform dank modernster Sicherheitstechnologien f&uuml;r vollkommen gesch&uuml;tzte und legale Transaktionen, sodass pers&ouml;nliche Daten und Zahlungen jederzeit sicher sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Pluspunkt ist der professionelle Kundenservice von lootbar.gg, der rund um die Uhr erreichbar ist und schnelle Hilfe bei Fragen oder Problemen bietet. Die Plattform &uuml;berzeugt zudem durch eine z&uuml;gige Lieferung des Pok&eacute; Gold, sodass Spieler ohne lange Wartezeit neue Pok&eacute;mon Karten im Trading Card Game freischalten k&ouml;nnen und ihr Spielerlebnis sofort genie&szlig;en k&ouml;nnen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um im Pokemon Sammelkartenspiel Pocket Pok&eacute; Gold &uuml;ber die Lootbar Trading-Plattform aufzuladen, navigieren Sie zun&auml;chst zur Webseite lootbar.gg/de. Dort passen Sie die Sprache und W&auml;hrung nach Ihren W&uuml;nschen an und loggen sich mit Ihrem pers&ouml;nlichen Benutzerkonto ein. Im Anschluss suchen Sie nach der speziellen Seite f&uuml;r die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt; und w&auml;hlen die gew&uuml;nschte Menge an Pok&eacute; Gold aus, die Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten. Mit einem Klick auf die entsprechende Schaltfl&auml;che starten Sie den Aufladevorgang.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt geben Sie Ihre Kontoinformationen wie Login-Daten und Charakternamen ein. Folgen Sie den weiteren Anweisungen, um die Transaktion abzuschlie&szlig;en. W&auml;hlen Sie dann Ihre bevorzugte Zahlungsmethode aus und best&auml;tigen Sie die Zahlung. Nach erfolgreicher Abwicklung wird das Pok&eacute; Gold in der Regel innerhalb weniger Minuten Ihrem Konto im Pokemon Sammelkartenspiel Pocket gutgeschrieben, sodass Sie direkt mit dem neuen Guthaben im Spiel aktiv werden k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(132, 264, '', 'Free VPN Extension Risks &ndash; Privacy Concerns Rise', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa55fe457b2247ba91c97OTwdijCl03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa55fe457b2247ba91c97OTwdijCl03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A potentially harmful free VPN extension has reappeared on the Chrome Web Store, attracting over 31,000 active users in a short period. This resurgence raises concerns among cybersecurity experts about user privacy and data security.&lt;/p&gt;\n&lt;p&gt;Historically, two similar versions of this VPN service, operating under the name &quot;free unlimited VPN,&quot; had been present in the store for more than six years. During that time, they covertly collected data from over nine million users before being removed in May 2025 following multiple warnings.&lt;/p&gt;\n&lt;p&gt;Recent investigations by LayerX Security reveal that a new version of the extension has now re-emerged, once again jeopardizing user privacy. These free VPN tools are often marketed as solutions that offer anonymity, fast browsing, and unrestricted access across borders with minimal effort.&lt;/p&gt;\n&lt;p&gt;However, experts warn that the underlying business model of such free services typically involves exploiting user data instead of providing genuine security or privacy benefits. The recent discovery coincides with a broader warning from Google about malicious VPN applications disguised as legitimate tools, emphasizing the ongoing threat posed by these extensions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691fa561968a1aaf02a2f2124qEKVIUi03&quot; height=&quot;500&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691fa561968a1aaf02a2f2124qEKVIUi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;VPN Extension Resurfaces with Enhanced Surveillance Capabilities&lt;/p&gt;\n&lt;p&gt;A seemingly innocent VPN extension has reappeared in the Chrome Web Store, presenting significant security concerns for unsuspecting users. Despite its attractive 4.4-star rating from over 110 reviews and promises of &quot;unlimited traffic without ads or registration requirements,&quot; the extension harbors malicious functionality.&lt;/p&gt;\n&lt;p&gt;Security researchers at LayerX have uncovered disturbing behavior in both previous and current versions of this &quot;Free Unlimited VPN&quot; extension. Their analysis reveals that the extension performs excessive proxy network requests, retrieving hidden configuration files and modifying proxy settings dynamically. More concerning is its ability to intercept browser navigation events, effectively creating a surveillance system with concealed update channels.&lt;/p&gt;\n&lt;p&gt;The July 2025 version demonstrates even more sophisticated evasion techniques, making malicious activity detection increasingly difficult. Users who install this extension face numerous risks, including traffic interception, redirection to phishing sites, remote control vulnerabilities, privacy violations, and user profiling.&lt;/p&gt;\n&lt;p&gt;Anyone who has downloaded this extension should immediately remove it and purge all associated data. While several VPN extensions with similar names exist, this particular security investigation focuses specifically on the &quot;Free Unlimited VPN&quot; extension, which appears to have been removed from the Chrome Web Store as of November 20.&lt;/p&gt;\n&lt;p&gt;This incident joins numerous other investigations highlighting dangers lurking within free VPN solutions available on official app stores. Even non-malicious free VPNs often compromise user experience with poor performance and privacy-invading advertisements.&lt;/p&gt;\n&lt;p&gt;For those seeking secure alternatives, Proton VPN offers a reputable free service with a Chrome extension, though with limited features such as restricted server selection. Users seeking full functionality can currently take advantage of Proton VPN&#039;s discounted premium plans through their early Black Friday promotion.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/691fa536875b033fa68e88f0EpZXfEhQ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/691fa536875b033fa68e88f0EpZXfEhQ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Holiday Season VPN Promotion Brings Major Savings&lt;/p&gt;\n&lt;p&gt;Looking for enhanced online privacy this festive season? A premium virtual private network service has significantly reduced its monthly subscription cost during the holiday sales period.&lt;/p&gt;\n&lt;p&gt;Originally priced at $3.59 per month, the Swiss-based security provider now offers its comprehensive protection package for just $2.49 monthly, representing a substantial 75% discount from regular rates.&lt;/p&gt;\n&lt;p&gt;This privacy solution boasts an impressive global server network spanning 127 countries, allowing users to access geo-restricted content from virtually anywhere. The service emphasizes its Swiss jurisdiction, which provides users with robust privacy protections under some of the world&#039;s strictest data security laws.&lt;/p&gt;\n&lt;p&gt;Beyond basic VPN functionality, subscribers gain access to advanced security protocols designed to protect against various online threats. The service also excels at circumventing content restrictions, making it valuable for travelers and those facing internet censorship.&lt;/p&gt;\n&lt;p&gt;For those interested in this limited-time offer, the promotional pricing is available through the company&#039;s official website during the current holiday shopping period.&lt;/p&gt;\n&lt;p&gt;Stay informed about the latest technology deals and security recommendations by following trusted tech review sources on your preferred news platforms.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions and censorship that limit access to adult content. Unblock porn through a VPN involves changing your IP address to bypass these restrictions, ensuring privacy, preventing ISP throttling, and securely browsing on public Wi-Fi while accessing region-specific content libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution that prioritizes both privacy and performance. This service allows users to bypass geographical restrictions while maintaining complete anonymity, ensuring that your online activities remain private and secure from surveillance by ISPs or network administrators.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN distinguishes itself with several key benefits that make adult content access both safer and more convenient. Its lightning-fast connection speeds ensure smooth streaming without the buffering typically associated with VPN services. The innovative App Mode feature stands out by allowing simultaneous access to content from multiple regions without constantly switching servers&mdash;a significant advantage for users seeking variety in their content.&lt;/p&gt;\n&lt;p&gt;The proprietary ShellGuard protocol provides unparalleled security for those accessing sensitive content, making SafeShell VPN virtually undetectable by monitoring systems while maintaining strict confidentiality. Additionally, with support for up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs, SafeShell VPN ensures that your private browsing remains protected regardless of which device you prefer to use for accessing adult content.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing restricted content from various regions can be challenging, but &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a straightforward solution. Begin by visiting the official SafeShell VPN website and selecting a subscription plan that aligns with your viewing preferences. Once registered, download the application onto your preferred device - whether it&#039;s a smartphone, tablet, or computer - and complete the installation process by following the on-screen instructions.&lt;/p&gt;\n&lt;p&gt;After installation, launch SafeShell VPN and log in using your newly created credentials. Navigate to the server selection screen where you&#039;ll find numerous location options organized by continent or country. Choose a server in the region where your desired content is available without restrictions. For optimal performance, select servers with lower user loads, indicated by green signal bars in the interface.&lt;/p&gt;\n&lt;p&gt;With your connection established through SafeShell VPN, open your preferred browser and navigate to the content platform of your choice. You&#039;ll now have access to previously geo-restricted material while maintaining your privacy and security. Remember that SafeShell VPN encrypts your connection, preventing your internet service provider from monitoring your browsing activities. For uninterrupted viewing experiences, keep the VPN active throughout your session and consider enabling the auto-connect feature for consistent protection.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(133, 265, '', 'Japan Box Office: Lord of the Rings, Monsters Inc. Surge', '&lt;p&gt;This past weekend, Japan emerged as a major box office force, witnessing significant openings for two blockbuster films, &quot;The Lord of the Rings: The Fellowship of the Ring&quot; and &quot;Monsters, Inc.&quot; Despite unseasonably warm weather in key cities and stiff competition from animated features aimed at younger audiences, both films performed strongly.&lt;/p&gt;\n&lt;p&gt;&quot;The Lord of the Rings&quot; debuted impressively, earning approximately $9.1 million across 600 screens over four days. Although this figure falls short of the $16.84 million four-day opening of &quot;Harry Potter,&quot; which played on 645 screens, the film&rsquo;s international gross now stands at $466 million, with only a handful of minor markets remaining.&lt;/p&gt;\n&lt;p&gt;Meanwhile, &quot;Monsters, Inc.&quot; collected around $5.8 million from 460 screens, boosting its international total to $150 million. The animated hit is scheduled to open soon in Italy, France, and Belgium, further expanding its global footprint.&lt;/p&gt;\n&lt;p&gt;Other notable releases included &quot;Ocean&rsquo;s Eleven,&quot; which achieved strong results in smaller European markets. Over the weekend, its gross from 50 territories surpassed $15 million, pushing its total to $213 million worldwide, with the film still awaiting releases in three minor European countries and Egypt.&lt;/p&gt;\n&lt;p&gt;In the UK, box office activity was subdued, influenced by the start of a new school term. Distributors opted to release smaller films or reissues, as the market was largely dominated by major blockbusters and Oscar contenders. &quot;Ocean&rsquo;s Eleven&quot; maintained its lead, bringing its three-week UK total to $23 million, while &quot;Monsters, Inc.&quot; saw a 46% decline, though it still surpassed $400 million globally.&lt;/p&gt;\n&lt;p&gt;Conversely, some films underperformed. &quot;A Beautiful Mind,&quot; shown on 378 screens, garnered only $2.5 million, disappointing distributors after its limited release the previous weekend. In its first international outing, Mark Pellington&rsquo;s supernatural thriller &quot;The Mothman Prophecies&quot; earned a modest $1.1 million from 287 screens, which was below expectations given the critical reception.&lt;/p&gt;\n&lt;p&gt;&quot;The Shipping News,&quot; featuring Kevin Spacey and Judi Dench, performed well with an opening of $140,000 from 23 screens and plans to expand to 167 sites this week. Other films such as Larry Clark&rsquo;s &quot;Bully&quot; and &quot;Charlotte Gray&quot; saw modest returns, with &quot;Charlotte Gray&quot; dropping nearly half of its previous earnings.&lt;/p&gt;\n&lt;p&gt;In Germany, critics expressed skepticism toward &quot;A Beautiful Mind,&quot; which earned a six-day total of $1.9 million from 349 screens, reflecting mixed reviews. Similarly, the French box office declined by about 27% despite the holiday season, with &quot;Asterix &amp;amp; Obelix: Mission Cleopatra&quot; remaining the top film at $58.3 million after five weeks, though it experienced a 46% drop in the latest week.&lt;/p&gt;\n&lt;p&gt;In France, Michael Mann&rsquo;s &quot;Ali&quot; drew positive reviews, translating into a per-screen average of around $4,000, although it did not match the opening figures of Pathe&rsquo;s &quot;Amen.&quot; The release of Costa-Gavras&rsquo; &quot;The Mothman Prophecies&quot; was controversial, with protests over its poster, which combined symbols of the swastika and the cross, leading to heightened publicity.&lt;/p&gt;\n&lt;p&gt;Meanwhile, &quot;The Shipping News&quot; faced a lukewarm reception in France, criticized for its sentimentality and slow pace, though it performed better in Spain with a gross of nearly $3.8 million across 14 territories. Romantic comedies like &quot;Kate and Leopold&quot; found reasonable success in Italy and Turkey, contributing to a total of $3.9 million from eight countries.&lt;/p&gt;\n&lt;p&gt;In Australia, preview screenings of &quot;A Beautiful Mind&quot; topped the box office, overtaking &quot;Black Hawk Down&quot; in its second week. &quot;Rabbit-Proof Fence,&quot; directed by Phillip Noyce, experienced a slight drop but maintained strong per-screen averages, indicating consistent audience interest.&lt;/p&gt;\n&lt;p&gt;(Contributions by Lee Simkins in London, Ed Meza in Berlin, and Liza Klaussmann in Paris.)&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny in the wizarding world. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; films, these beloved adaptations of J.K. Rowling&#039;s bestselling novels are available across multiple streaming services including HBO Max, Amazon Prime, and Netflix (though availability varies by region), with digital rental options also widely accessible for those looking to experience the enchanting saga.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;For viewers seeking access to region-restricted content like the Harry Potter film series on Netflix, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents an excellent solution. This service specifically tackles the common frustration of geo-blocks, ensuring you can reliably stream your desired titles without encountering Netflix&#039;s regional restrictions. Choosing SafeShell means opting for a tool designed to navigate these limitations effectively.&lt;/p&gt;\n&lt;p&gt;The advantages of SafeShell VPN extend far beyond simple access. It provides meticulously optimized high-speed servers dedicated to Netflix streaming, guaranteeing smooth, buffer-free playback in HD quality, even for data-intensive movies. Furthermore, the exclusive App Mode allows simultaneous unlocking of content libraries from multiple regions, vastly expanding your entertainment choices, while robust multi-device support lets you connect up to five different gadgets &ndash; from smartphones and tablets to smart TVs &ndash; all at the same time for ultimate household convenience.&lt;/p&gt;\n&lt;p&gt;Beyond seamless streaming and access, SafeShell VPN prioritizes your security and offers peace of mind. It employs the proprietary ShellGuard protocol alongside advanced encryption, safeguarding your online activities and personal data from surveillance or intrusion during private browsing sessions. To experience these powerful features &ndash; including the lightning-fast speeds and top-tier security &ndash; firsthand without commitment, SafeShell VPN offers a flexible free trial plan, letting you verify its performance and reliability for accessing global Netflix content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these straightforward steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by signing up for a SafeShell VPN subscription through their official website, selecting a suitable plan for your requirements.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your preferred device, ensuring compatibility with your operating system.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app, log into your account, and select the recommended APP mode for optimized streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a VPN server location matching the regional library where Harry Potter is available, such as the UK or US servers, and establish a secure connection.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your streaming service, navigate to Harry Potter content, and enjoy uninterrupted viewing with SafeShell VPN&#039;s encrypted access.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(134, 266, '', 'Maxwell Weinberg Award: Top Film &amp; TV Campaigns', '&lt;p&gt;Hollywood publicists have selected a diverse array of films and television shows for this year&rsquo;s prestigious Maxwell Weinberg Award, recognizing excellence in top feature publicity campaigns. Among the nominated films are Warner Bros.&#039;s magical adaptation of the &quot;Harry Potter&quot; series, MGM&#039;s charming comedy &quot;Legally Blonde,&quot; Fox&#039;s visually stunning &quot;Moulin Rouge,&quot; DreamWorks&#039; animated blockbuster &quot;Shrek,&quot; and Universal&rsquo;s nostalgic hit &quot;American Pie 2.&quot;&lt;/p&gt;\n&lt;p&gt;The acclaimed campaign that secures the award will be revealed during the 39th annual Publicist Awards Luncheon, scheduled to take place on March 20 at the Beverly Hilton Hotel.&lt;/p&gt;\n&lt;p&gt;In addition to the film nominations, the event will honor outstanding television publicity efforts with nominees including ABC/Touchstone&rsquo;s espionage drama &quot;Alias,&quot; CBS&rsquo;s crime procedural &quot;CSI,&quot; the CBS-Lippin Group&rsquo;s coverage of the &quot;53rd Emmy Awards,&quot; ABC&rsquo;s musical tribute &quot;Judy Garland, Me and My Shadow,&quot; and Warner Bros. TV&rsquo;s superhero series &quot;Smallville.&quot;&lt;/p&gt;\n&lt;p&gt;It is noteworthy that the publicists involved are represented through Local 600 of the International Cinematographers Guild, following the recent merger of that guild with Publicists Guild Local 818, uniting professionals across the entertainment publicity industry.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of a young wizard named Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, forms lifelong friendships, and confronts the evil Lord Voldemort who threatens the wizarding world. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across several streaming platforms including Netflix (though availability varies by region), HBO Max, and Amazon Prime, with rental options also available through various digital retailers.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content like Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. One of the key advantages of the SafeShell VPN is its high-speed servers that are specifically optimized for smooth and buffer-free streaming, ensuring an uninterrupted viewing experience. This means you can enjoy high-definition content without lag or delays, making your streaming sessions more enjoyable.&lt;/p&gt;\n&lt;p&gt;Additionally, SafeShell VPN offers the convenience of connecting multiple devices simultaneously, up to five, across various operating systems such as Windows, macOS, iOS, and Android. This flexibility allows users to access their favorite Netflix content seamlessly on all their devices without needing to switch VPN accounts. The platform&rsquo;s broad compatibility ensures that every device you own can benefit from secure and fast streaming.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN features an exclusive App Mode that enables users to unlock and explore content from multiple regions at once. Coupled with lightning-fast speeds and top-level security through its proprietary ShellGuard protocol, users can enjoy a secure, versatile, and high-performance streaming experience. The flexible free trial plan also provides an opportunity to test all these benefits risk-free, making SafeShell VPN an excellent choice for enhancing your Netflix viewing experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies from various regions, the first step involves acquiring and setting up the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; service. Visit the official SafeShell VPN website to select and subscribe to a suitable plan that meets your requirements and budget.&lt;/p&gt;\n&lt;p&gt;Once your subscription is confirmed, proceed to download the SafeShell VPN application designed for your specific device platform, such as Windows, macOS, iOS, or Android, directly from their site and complete the installation process.&lt;/p&gt;\n\n&lt;p&gt;After installing the SafeShell VPN application, launch it and log in using your account credentials. Next, navigate through the app interface to select a VPN server located in the country whose streaming library you wish to access for Harry Potter content, such as the United States, United Kingdom, or Canada.&lt;/p&gt;\n&lt;p&gt;Initiate the connection by clicking the &#039;Connect&#039; button within the SafeShell VPN app to securely link your device to the chosen regional server, ensuring your online location is effectively masked.&lt;/p&gt;\n\n&lt;p&gt;Finally, with the SafeShell VPN connection successfully established to your desired region, open your preferred streaming service application or website, like Netflix, and log into your account.&lt;/p&gt;\n&lt;p&gt;You can now freely browse the regional content library and enjoy the complete Harry Potter film series available in that specific location, thanks to the secure and unrestricted access provided by your SafeShell VPN connection.&lt;/p&gt;', 9, 'game'),
(135, 267, '', 'Dune: Awakening Free Trial &ndash; Play Until Nov 27', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;ve been hesitant to dive into Funcom&#039;s Dune: Awakening, now&#039;s the perfect time to try it out. The game is available for free on any server until November 27, giving players a chance to experience its vast open world without cost.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During this trial period, participants can spend up to 10 hours exploring the expansive Hagga Basin and engaging with the Fremen. Funcom encourages players to &quot;taste the spice&quot; and immerse themselves in the desert landscape, with the added benefit that progress made during the trial can be carried over if they decide to purchase the full game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To motivate players to stay, a special offer is also running&mdash;a 25% discount on the game until December 1. This makes it easier for newcomers to join and continue their adventure on any server, regardless of whether others are already playing.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking ahead, Funcom has revealed plans for several updates and expansions. The upcoming free Chapter 3 update, scheduled between January and March 2026, promises a redesigned endgame experience, along with other improvements like enhanced player logging, deeper desert loot, and new ways to find or recover lost vehicles. Details about Chapter 4 remain under wraps, but it is expected to arrive between April and June 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, two paid DLCs are in development for 2026. The first, Raiders of the Broken Lands, will launch early in the year, followed by Water Wars later in the second quarter. Water Wars will take players to the polar regions of Arrakis, where a conflict among water-shipping factions unfolds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, Dune: Awakening will also be released on PlayStation 5 and Xbox Series X|S in 2026, expanding its reach to console gamers. For newcomers, there are plenty of tips available to help survive the harsh desert environment and thrive amid the shifting sands.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff3af14fd1ac16b03d41hwt75bFv03&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff3af14fd1ac16b03d41hwt75bFv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff3cdb403e9428e85eb5TErHop1603&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff3cdb403e9428e85eb5TErHop1603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff3e7eefdbd71477efeeXMejGvQV03&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff3e7eefdbd71477efeeXMejGvQV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff4049b8d437d88219ceor7ekld203&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff4049b8d437d88219ceor7ekld203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff419b0ee16801b5a9c7yjXZlluZ03&quot; height=&quot;124&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff419b0ee16801b5a9c7yjXZlluZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;220&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff420bf7e05eb9f01dd9Ad4sKQzb03&quot; height=&quot;124&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff420bf7e05eb9f01dd9Ad4sKQzb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;220&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a8ff445a8cacf84354f018jiMy3XkI03&quot; height=&quot;124&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a8ff445a8cacf84354f018jiMy3XkI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;220&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari is the main currency used throughout Dune: Awakening, allowing players to purchase equipment, acquire vital resources, and pay for various NPC services essential for survival and progression on Arrakis. You can easily obtain &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; by topping up through popular game trading platforms such as Midasbuy, Codashop, and SEAGM, which offer secure and instant transactions. Managing your dune awakening solari wisely is crucial, as any unbanked currency carried in your inventory can be lost upon death, making it vital to deposit your funds in safe hubs for remote access. With dune awakening solari, players can navigate the game&#039;s complex economy and strengthen their position amid the harsh desert challenges.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Dune Awakening Solari, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. LootBar.gg stands out by offering competitive prices on premium in-game currencies, making it an attractive option for those looking to &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt; affordably. Their advanced encryption safeguards every transaction, ensuring that both payment and personal data are fully protected throughout the process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar is renowned for its commitment to customer satisfaction, featuring 24/7 responsive support that helps users resolve any issues or inquiries quickly. This means that whether you encounter a problem during purchase or have questions about your order, the LootBar team is always available to provide assistance. Additionally, the platform guarantees rapid delivery times, allowing players to access their Solari without unnecessary waiting, so you can jump back into Dune: Awakening with ease.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond transactions, LootBar enriches its users&#039; gaming experience by offering access to a vibrant community through the LootBar Blog. Here, players can discover new game events, learn useful tips, and share guides with fellow fans, broadening their horizons and making the most out of every purchase. Choosing LootBar.gg to buy dune awakening solari not only ensures reliability and affordability but also connects you with a thriving network of passionate gamers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase Dune: Awakening Solari for sale on the LootBar trading platform, begin by accessing the official LootBar website and selecting your preferred language and currency options. Once your account is logged in, navigate to the section dedicated to game currencies and locate the Dune: Awakening Solari listing. Carefully review the available packages and select the quantity of Solari you wish to buy before proceeding to the next step.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After making your selection, follow the on-screen prompts to enter the necessary purchase information, ensuring all details are accurate. You can then choose among the offered payment methods to complete your transaction. Once your payment is processed, the Solari will be credited to your account, allowing you to enjoy your game with the newly acquired currency. This straightforward process makes it easy to find Dune: Awakening Solari for sale and securely purchase Solari through LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(136, 268, '', 'Claude AI in China: Access Barriers &amp; Legal Risks', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f86c5436919ba505fa96OsMKkCev03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f86c5436919ba505fa96OsMKkCev03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing Claude AI services within China faces significant legal and technical barriers due to Anthropic&#039;s updated restrictions targeting entities with Chinese affiliations.&lt;/p&gt;\n&lt;p&gt;Anthropic explicitly prohibits usage in unsupported regions,&lt;/p&gt;\n&lt;p&gt;including comprehensive blocks on companies with majority Chinese capital ownership.&lt;/p&gt;\n&lt;p&gt;This policy extends beyond direct access attempts to encompass API integrations and third-party platforms.&lt;/p&gt;\n&lt;p&gt;Technical workarounds remain limited:&lt;/p&gt;\n&lt;p&gt;Official channels require international IP addresses via VPNs,&lt;/p&gt;\n&lt;p&gt;though free VPN services prove unreliable for consistent access&lt;/p&gt;\n&lt;p&gt;and introduce security vulnerabilities.&lt;/p&gt;\n&lt;p&gt;Corporate users face heightened scrutiny,&lt;/p&gt;\n&lt;p&gt;as Anthropic actively terminates services upon detecting Chinese affiliations.&lt;/p&gt;\n&lt;p&gt;Enterprise alternatives include:&lt;/p&gt;\n&lt;p&gt;Establishing foreign-registered subsidiaries without Chinese ownership,&lt;/p&gt;\n&lt;p&gt;though this involves substantial compliance risks.&lt;/p&gt;\n&lt;p&gt;Platforms like Trae now offer Claude replacements including GPT-5 and DeepSeek-V3.1-Terminus,&lt;/p&gt;\n&lt;p&gt;with enhanced allocation for affected users.&lt;/p&gt;\n&lt;p&gt;Domestic solutions demonstrate competitive capabilities:&lt;/p&gt;\n&lt;p&gt;Local models now rival Claude in coding benchmarks,&lt;/p&gt;\n&lt;p&gt;with platforms emphasizing compliance and security.&lt;/p&gt;\n&lt;p&gt;Major Chinese tech firms are accelerating proprietary model development&lt;/p&gt;\n&lt;p&gt;to mitigate dependency on restricted foreign AI.&lt;/p&gt;\n&lt;p&gt;Persistent access attempts risk service termination&lt;/p&gt;\n&lt;p&gt;and potential legal complications.&lt;/p&gt;\n&lt;p&gt;The technological shift favors domestic alternatives&lt;/p&gt;\n&lt;p&gt;aligned with regional data governance frameworks.Employ Claude seamlessly within China&#039;s borders&lt;/p&gt;\n&lt;p&gt;with these essential connectivity guides&lt;/p&gt;\n&lt;p&gt;Masked VPN tunnels artfully evade detection&lt;/p&gt;\n&lt;p&gt;disguising encrypted flows as normal connections&lt;/p&gt;\n&lt;p&gt;Prioritize unwavering web links for best results&lt;/p&gt;\n&lt;p&gt;AI interactions demand robust bandwidth streams&lt;/p&gt;\n&lt;p&gt;Nearby server hubs optimize response times&lt;/p&gt;\n&lt;p&gt;Hong Kong and Japan offer proximity advantages&lt;/p&gt;\n&lt;p&gt;Vietnam&#039;s digital landscape permits unfiltered access&lt;/p&gt;\n&lt;p&gt;making its servers ideal for mainland users&lt;/p&gt;\n&lt;p&gt;Geographical closeness ensures swifter data transfers&lt;/p&gt;\n&lt;p&gt;when routing through Vietnam&#039;s unrestricted gateways&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f86eacf7fc1537957ac1tqzxU2bm03&quot; height=&quot;389&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f86eacf7fc1537957ac1tqzxU2bm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing Advanced AI Language Models in Restricted Regions&lt;/p&gt;\n&lt;p&gt;Large language models offer varying strengths depending on your specific needs. While models like ChatGPT 4o excel at complex reasoning tasks according to recent evaluations, creative professionals often prefer Claude 3.5 Sonnet or Claude Opus for fiction writing and artistic content generation. Your optimal choice depends entirely on your intended application.&lt;/p&gt;\n&lt;p&gt;Navigating Digital Restrictions&lt;/p&gt;\n&lt;p&gt;When traveling to regions with internet limitations, understanding the local regulatory landscape is essential. Government-approved network tools typically don&#039;t provide access to international AI services or popular platforms like Google or Facebook. This creates challenges for those requiring access to these tools for legitimate purposes.&lt;/p&gt;\n&lt;p&gt;Using alternative network solutions in restrictive environments carries potential legal implications. Such tools are technically only permitted for authorized purposes, and using them to circumvent government-imposed restrictions may conflict with local regulations. Always research thoroughly and understand the possible consequences before proceeding.&lt;/p&gt;\n&lt;p&gt;Language Support and Business Applications&lt;/p&gt;\n&lt;p&gt;Many advanced AI systems support multiple languages, including Mandarin, making them valuable resources for native speakers. This multilingual capability enables content creation in Chinese and facilitates translation between languages.&lt;/p&gt;\n&lt;p&gt;Organizations operating in regions with restricted internet access can still leverage AI tools for enhancing customer interactions, generating marketing materials, and streamlining operations. Accessing these services may require additional security measures to bypass geographical limitations.&lt;/p&gt;\n&lt;p&gt;Risk Management Considerations&lt;/p&gt;\n&lt;p&gt;This information is provided for educational purposes only and does not constitute legal advice. The decision to use network circumvention tools should be made with full awareness of local regulations and potential risks. Different regions enforce internet restrictions with varying levels of scrutiny, and compliance requirements can change without notice.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on streaming content, allowing access to shows and movies that might only be available in specific countries. When users connect to a Netflix VPN, they can virtually relocate their digital presence to different regions around the world, unlocking catalogs of content that would otherwise be inaccessible from their physical location. This technology has become increasingly popular among streaming enthusiasts who want to explore the full range of Netflix&#039;s global library rather than being limited to what&#039;s available in their home country.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re aiming to access region-restricted Netflix content, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a compelling solution for seamless streaming. Its high-speed servers are specifically optimized to ensure &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; without buffering, delivering smooth HD playback even during peak hours. Simultaneously, SafeShell VPN enables effortless connectivity across up to five devices&mdash;spanning Windows, iOS, Android, Apple TV, and more&mdash;so your entire household can stream simultaneously without compromising performance.&lt;/p&gt;\n&lt;p&gt;The service excels with features like Exclusive App Mode, which uniquely allows access to multiple regional libraries at once, dramatically expanding your entertainment options beyond typical geo-blocks. Combined with lightning-fast speeds that eliminate throttling and bandwidth limits, SafeShell VPN guarantees uninterrupted binge-watching. Top-level security is integral too, as its proprietary ShellGuard protocol encrypts your traffic, shielding data from surveillance while you enjoy global content safely.&lt;/p&gt;\n&lt;p&gt;Beyond its technical prowess, SafeShell VPN provides a flexible free trial plan, letting you experience its robust capabilities risk-free before committing. This trial fully demonstrates how effortlessly it handles Netflix unblocked alongside other streaming platforms, making it an ideal choice for entertainment enthusiasts seeking both versatility and peace of mind.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To maximize your Netflix streaming experience with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow these key steps: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPick a suitable SafeShell VPN subscription at their official site and create your account securely.\n&lt;/li&gt;\n&lt;li&gt;\nGet the correct application for your device&mdash;whether Windows, macOS, iOS, or Android&mdash;directly from their platform and install it fully.\n&lt;/li&gt;\n&lt;li&gt;\nOpen the SafeShell VPN app, log in using your credentials, and select the recommended APP mode for optimized Netflix performance.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server list and choose a location matching your desired Netflix region library, such as the US or UK, then activate the connection.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, launch Netflix via your browser or app, sign in, and enjoy unrestricted access to region-specific shows and movies.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(137, 269, '', 'Monopoly GO Festive Pumpkin Token: How to Unlock', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7ce598b2c866fdea07dikDFgsJD03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7ce598b2c866fdea07dikDFgsJD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many Monopoly GO enthusiasts are passionate about acquiring unique cosmetic items to personalize their gameplay. However, obtaining these skins can be quite challenging, as solo events rarely reward them directly. Instead, these exclusive items are typically available through special minigames such as treasure hunts or collaborative partner events.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re someone who loves collecting every new token skin, exciting news awaits! A fresh cosmetic, the festive pumpkin token, is set to be released soon. This addition promises to be a must-have for dedicated collectors. Keep reading to discover the key steps to unlock the festive pumpkin token and expand your cosmetic collection in Monopoly GO.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the upcoming Thanksgiving Partners Event is essential for Monopoly GO players aiming to earn the festive pumpkin token. Simply joining the event isn&#039;t enough; completing all partnership tasks with friends is required to claim this special reward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scheduled to run from November 25 to November 30, 2025, the five-day event aligns perfectly with the holiday season, as Monopoly GO regularly hosts partner events during major festivities. This Thanksgiving edition promises exciting opportunities for players to engage and earn exclusive items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participants can look forward to a variety of rewards, including the unique token skin, multiple sticker packs, and the coveted wild sticker. Additionally, completing a single partnership unlocks a four-star sticker pack, enhancing the gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can collaborate with up to four friends during the event. To secure the festive pumpkin token, all four partnerships must be successfully completed. Beyond that, players will also receive 5,000 dice and the rare wild sticker&mdash;an item that has been hard to obtain in recent mini-games&mdash;making the event even more rewarding.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7d5754080a409596a2b9TdfZEAr03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7d5754080a409596a2b9TdfZEAr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the festive Pumpkin Token event in Monopoly GO, players are required to gather pumpkin tokens to advance and unlock special rewards. These tokens serve as the currency for spinning the event wheel, with the outcome depending on the wheel&#039;s stopping point. Each spin consumes 20 pumpkin tokens.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can earn pumpkin tokens passively by engaging in regular gameplay, as they are awarded during various game modes. The event coincides with solo challenges and competitive tournaments, providing opportunities to earn thousands of tokens through participation. Additionally, players can increase their token stash by completing quick tasks and claiming free gifts available in the in-game store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To kickstart your collection, the game offers a bonus of 100 free pumpkin tokens at the beginning of the event, helping you get an early head start on your spins and rewards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the primary currency within the Monopoly Go game, allowing players to roll the dice and progress on the virtual board, unlocking new areas and challenges. Players can obtain more Monopoly Go Dice by topping up through various game trading platforms like Codashop, SEAGM, and OffGamers, ensuring they never run out of moves. Collecting &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt; is another core aspect of the game, giving players the opportunity to personalize their gameplay and trade with others for a richer experience. By combining dice rolls and stickers, players can advance further and enjoy more interactive features throughout the Monopoly Go universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Monopoly Go Dice, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; for a seamless and secure experience. This professional trading platform is renowned for its reliability and user-focused services, making it an excellent choice for those seeking to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; and Monopoly Go Stickers. With lootbar.gg, players can benefit from consistently low prices, allowing them to save money while enhancing their gameplay. The advanced security measures employed by the platform guarantee that every transaction is safe, protecting both payments and personal information from potential threats.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another advantage of choosing lootbar.gg is the exceptional customer support available 24/7, ensuring that any questions or concerns are promptly addressed by a dedicated team. Fast and efficient delivery means players receive their Monopoly Go Dice and stickers quickly, minimizing any waiting time and maximizing enjoyment of the game. Additionally, lootbar.gg&rsquo;s wide selection of supported games and its vibrant blog community offer extra value to users, providing access to the latest news, tips, and guides for a richer gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, follow these simple steps for a smooth top-up experience.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency before logging into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Home page and locate Monopoly Go Sticker under the Game Item section; if you are interested in dice, simply switch to the top up tab found on the left side of the page.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, carefully enter your details such as your user name and Invitation Link as prompted by the website&rsquo;s guidance.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the quantity and specific Monopoly Go stickers you wish to buy, and then press the Buy Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your desired payment method, click Pay Now, and complete your transaction to secure your Monopoly Go stickers and dice.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(138, 270, '', 'Ultron Strategy Guide &ndash; Marvel Rivals Tips &amp; Tricks', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68ed8c3f475b7c0e4c2a0bbbIfNwD9U503&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/68ed8c3f475b7c0e4c2a0bbbIfNwD9U503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Ultron Strategy Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Marvel Rivals is an action-packed team shooter developed by NetEase, featuring fast-paced 6v6 battles where legendary heroes and villains face off. Midway through the second season, Ultron was introduced as a strategist class, focusing on bolstering allies with additional health and protective shields.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While the strategist role might not appeal to all players, Ultron introduces innovative gameplay mechanics that set him apart from other characters. If you&#039;re interested in mastering this formidable robotic villain, this guide covers all essential tips and strategies to help you excel with Ultron.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultron at a Glance&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f712015bde2952072738obY3JOmd03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f712015bde2952072738obY3JOmd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultron functions as a strategic character with moderate difficulty, primarily relying on an array of drones to safeguard his team and facilitate their gradual healing. His offensive capabilities include the use of his encephalo-ray, which allows him to strike foes from afar, adding a ranged element to his combat style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key skill in Ultron&rsquo;s arsenal is his imperative: patch. This ability is crucial for both self-preservation and team support. When deployed on a teammate, it dispatches a drone that continuously heals that individual and nearby allies within a specified radius. Notably, the primary target benefits from faster healing, so selecting the right ally for this move can be game-changing&mdash;prioritize the teammate who needs rapid recovery.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Ultron&rsquo;s drones can bolster health pools for himself, the hero equipped with the imperative: patch drone, and allies in proximity affected by imperative: firewall. This enhancement proves especially valuable in critical moments, providing a vital health boost to help the team endure through tough encounters. Using these abilities strategically can turn the tide of battle in your favor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f715306d4b7c92afc26c6rfLKNhV03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f715306d4b7c92afc26c6rfLKNhV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mastering Ultron in Marvel Rivals requires a strategic approach that leverages his unique mobility and support abilities. Although he may not be the fastest tactician among the roster, Ultron&#039;s dynamic flight capability plays a crucial role in both offense and defense. By activating his flight skill, Ultron gains a significant burst of speed for eight seconds, allowing him to swiftly reposition or escape perilous situations, such as being overwhelmed or cornered by formidable foes like Wolverine.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultron excels as a dependable team supporter, offering a diverse array of attacks with relatively long cooldowns. His capacity to bolster team health and deal substantial damage makes him versatile on the battlefield. He can efficiently eliminate threats such as duelists and enemy strategists who come into his line of fire, making him a valuable asset for coordinated assaults.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding Ultron&rsquo;s arsenal is key to maximizing his potential. His standard attack involves a precise energy beam, encephalo-ray, which inflicts continuous damage followed by a powerful final blast. His abilities include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRage of Ultron: Summons a drone swarm that damages enemies while simultaneously restoring health to allies within the vicinity.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDynamic Flight: Enables Ultron to dash rapidly in any chosen direction, gaining a temporary speed boost.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nImperative: Patch: Deploys a drone that heals the hero and nearby teammates, providing crucial sustain during fights.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nImperative: Firewall: Grants extra health to Ultron and allies near him or those with the Patch drone, enhancing survivability.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultron also features a potent team-up move:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nano Ray: When teamed with Iron Man, Ultron can upgrade his encephalo-ray into a Nano Ray, which pierces through enemies, causing damage and healing allies it passes through.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To excel with Ultron, prioritize using his dynamic flight to reposition and evade enemies, leverage Patch and Firewall to maintain team health, and coordinate with Iron Man to unlock the devastating Nano Ray. Proper timing and positioning of his abilities can turn the tide of battle in your favor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f719306d4b7c92afc2act2SNN0mu03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f719306d4b7c92afc2act2SNN0mu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Ultron&rsquo;s Flight &amp;amp; Support Tips&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mastering Ultron&rsquo;s aerial mobility is essential for effective gameplay. Unlike other strategists, Ultron remains airborne throughout battles, making his ability to fly a crucial skill to develop from the outset. Embracing his flight capability allows you to leverage his unique position advantageously.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize his survivability, always position Ultron near sturdy structures such as buildings or pillars. These provide vital cover, especially since vanguard characters may struggle to assist you when you&rsquo;re hovering high above. Utilizing environmental cover combined with defensive abilities like Firewall can significantly enhance Ultron&rsquo;s endurance during engagements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Compared to faster, more agile characters like Luna Snow or Rocket Raccoon, Ultron is relatively slow, which can pose challenges in repositioning quickly. Therefore, immediately after respawning, it&rsquo;s advisable to activate his dynamic flight to swiftly reunite with teammates. While Ultron possesses offensive capabilities, he excels primarily in a support role, using his specialized skills to sustain and protect his team over prolonged fights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f71cacf7fc1537956730B0eBgUOA03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f71cacf7fc1537956730B0eBgUOA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Strategic Positioning and Ability Use&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Position yourself strategically by focusing on high-traffic areas where your teammates are likely to converge, such as near a convoy or at the control point during a domination match. Consider attaching a drone to aggressive characters like Iron Fist or Spider-Man to provide additional protection as they push into the enemy&#039;s backline.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Adopt a disciplined approach when deploying your firewall ability. With just a 10-second cooldown, you can activate it repeatedly, but avoid overusing it. Save it for critical moments to ensure you&#039;re prepared when opponents unleash their ultimate powers all at once.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When your team is in a strong position, utilize Ultron&#039;s encephalo-ray to chip away at enemy health from a safe distance. Keep in mind, Ultron isn&#039;t suited for prolonged one-on-one fights; instead, use this attack to weaken foes before they can respond, gaining an advantage without risking direct confrontation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7225436919ba505e8e7bifQtxud03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7225436919ba505e8e7bifQtxud03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Utilizing Ultron&#039;s ultimate ability effectively can turn the tide of battle in your favor. While it inflicts significant damage on most opponents, it may prove less effective against heavily armored foes such as The Thing or Hulk, who can withstand the assault. To maximize its potential, aim to maintain continuous focus on your target, ensuring the beam remains locked on them. This persistent targeting allows you to eliminate enemies swiftly before they have an opportunity to counterattack. Proper timing and sustained concentration are key to unleashing Ultron&#039;s ultimate with maximum impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f726754080a409595dfbePgc6uaJ03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f726754080a409595dfbePgc6uaJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultron&rsquo;s signature move, Rage of Ultron, stands out as a game-changing ability that can sway the outcome of critical battles. This powerful attack not only inflicts damage on opponents but also provides healing to your allies, making it a versatile tool in combat. To maximize its impact, timing and positioning are crucial.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ideally, deploy Rage of Ultron when both teams are gathered in close proximity, such as around a control point or near a convoy. This ensures that you can simultaneously harm enemies and support your team efficiently. Using the ability during intense skirmishes amplifies its benefits, turning the tide by weakening foes while bolstering allies&#039; health.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, caution is essential. Ultron becomes particularly vulnerable while channeling his ultimate, much like his Encephalo-Ray. If not properly protected or positioned, he can be eliminated swiftly. Therefore, it&rsquo;s wise to use mobility skills, such as dynamic flight, to reach a safe area before activating Rage of Ultron. This approach minimizes the risk of being interrupted or shot down prematurely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Timing and awareness are key&mdash;Rage of Ultron can determine victory or defeat. Proper use allows you to leverage its dual offensive and healing capabilities, but reckless deployment can leave you exposed. Always ensure your surroundings are secure before unleashing this formidable ability, and remember that strategic positioning can make all the difference in the heat of battle.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency within the Marvel Rivals game, allowing players to unlock special cosmetic items, battle passes, and other exclusive content to enhance their gaming experience.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain Marvel Rivals Lattices, players need to purchase them with real money, as they cannot be earned through regular gameplay.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trusted game trading platforms like LootBar offer convenient top up services for Marvel Rivals Lattices, making it easy for users to quickly acquire the currency and enjoy all the in-game benefits.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By topping up on these platforms, gamers can access new skins, emotes, and other customization options to stand out on the battlefield.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices for their Delta Force adventures, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg offers a seamless &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt; experience, supporting gamers with a professional service that prioritizes safety, convenience, and reliability. With support for over 60 popular games and a variety of payment methods, players can quickly and securely purchase in-game currencies. The platform also features 24/7 online customer service, ensuring that any questions or concerns are addressed promptly, making the entire process hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another advantage of choosing lootbar for your Marvel Rivals top up is its competitive pricing. Lootbar.gg frequently features promotions and discounts, with Marvel Rivals Lattices sometimes available at up to 20% off. This means players can enjoy more value for their money while enhancing their gameplay. Additionally, the friendly community hub, including the LootBar Blog and Discord, provides access to guides, game leaks, and social events, creating a vibrant space to connect with fellow fans. Whether you&rsquo;re seeking expert tips or just want to make friends, lootbar offers more than just a top-up service&mdash;it&rsquo;s a community for all gamers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, follow these simple steps for a smooth transaction.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency before logging into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Top-Up section on the homepage and locate Marvel Rivals from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Marvel Rivals User ID in the provided field to ensure the top up Marvel Rivals Lattices are credited to the correct game account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the specific amount of Marvel Rivals Lattices you wish to purchase based on your gaming needs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, pick a payment method that suits you, complete the transaction by clicking Pay Now, and your Marvel Rivals Lattices will be delivered to your account shortly.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(139, 271, '', 'Love Is Blind Season 7 &ndash; Romance Returns in DC', '&lt;h3&gt;Season 7: Love Unveiled&lt;/h3&gt;\n&lt;p&gt;Washington, DC, sets the stage for romance&#039;s return this autumn as &lt;em&gt;Love Is Blind&lt;/em&gt; embarks on its seventh season.&lt;/p&gt;\n&lt;p&gt;Singles dive into an unconventional quest for connection, stripped of phones and visual cues, relying solely on conversation to forge bonds.&lt;/p&gt;\n&lt;p&gt;Within the secluded pods, potential partners discover if a deep emotional foundation can truly blossom into lasting love, guided by hosts Nick and Vanessa Lachey.&lt;/p&gt;\n&lt;p&gt;This high-stakes experiment promises profound shifts, altering how participants perceive romance, commitment, and self-discovery, regardless of wedding bells or heartbreak.&lt;/p&gt;\n&lt;p&gt;The journey from initial pod encounters to pivotal altar decisions unfolds now, offering viewers a captivating glimpse into the raw pursuit of partnership.&lt;/p&gt;\n&lt;p&gt;Season 7 promises transformative experiences, proving that sometimes, looking beyond sight reveals the heart&#039;s deepest truths.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7e96bcf00934220d2d451R0J8yo07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7e96bcf00934220d2d451R0J8yo07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Love in the Digital Age: Tracking Relationships from Netflix&#039;s Reality Dating Experiment&lt;/p&gt;\n&lt;p&gt;Since its debut, Netflix&#039;s unconventional dating show has captured viewers&#039; attention with its unique premise of emotional connections forming sight unseen. As the seventh season unfolds in Washington, DC, many fans are curious about the success rate of previous participants.&lt;/p&gt;\n&lt;p&gt;The social experiment has produced varying results across its six completed seasons. While some couples exchanged vows and built lasting marriages, others parted ways before reaching the altar or shortly after their televised weddings.&lt;/p&gt;\n&lt;p&gt;Season one introduced viewers to two couples who remain married today, demonstrating that the experiment can indeed work for some participants. Subsequent seasons have seen mixed outcomes, with some relationships flourishing while others dissolved amid the pressures of real-world compatibility.&lt;/p&gt;\n&lt;p&gt;The show&#039;s track record reveals interesting patterns about relationship formation in controlled environments versus everyday life. Couples who maintain strong communication and shared values tend to weather the transition better than those whose initial attraction doesn&#039;t translate to practical compatibility.&lt;/p&gt;\n&lt;p&gt;As new contestants navigate the pods in the nation&#039;s capital, viewers wonder which connections will stand the test of time and join the ranks of the show&#039;s successful marriages.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7eb27bdd0302dc5c32fsJ262wtV07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7eb27bdd0302dc5c32fsJ262wtV07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Anna Yuan exited the experiment abruptly during Episode 3&lt;/p&gt;\n&lt;p&gt;citing personal considerations and cultural concerns&lt;/p&gt;\n&lt;p&gt;regarding her immigrant parents&#039; potential reaction.&lt;/p&gt;\n&lt;p&gt;Her unexpected departure created significant emotional ripples&lt;/p&gt;\n&lt;p&gt;particularly affecting Blake Anderson who shared connections with her.&lt;/p&gt;\n&lt;p&gt;Blake subsequently chose to leave without notification&lt;/p&gt;\n&lt;p&gt;abandoning his other pod relationship with Megan.&lt;/p&gt;\n&lt;p&gt;This unexplained exit exemplified ghosting dynamics&lt;/p&gt;\n&lt;p&gt;leaving Megan feeling bewildered and abandoned.&lt;/p&gt;\n&lt;p&gt;Blake later expressed profound regret about this decision&lt;/p&gt;\n&lt;p&gt;acknowledging the emotional harm caused by his disappearance.&lt;/p&gt;\n&lt;p&gt;The dual departures reduced the original participant pool&lt;/p&gt;\n&lt;p&gt;contributing to an emotionally turbulent season&lt;/p&gt;\n&lt;p&gt;where several relationships dissolved before the altar.&lt;/p&gt;\n&lt;p&gt;These exits highlighted communication breakdowns&lt;/p&gt;\n&lt;p&gt;and the complex emotional toll of abrupt separations&lt;/p&gt;\n&lt;p&gt;within the experiment&#039;s accelerated dating environment.&lt;/p&gt;\n&lt;p&gt;Season outcomes revealed lingering consequences&lt;/p&gt;\n&lt;p&gt;as some participants experienced significant setbacks&lt;/p&gt;\n&lt;p&gt;in public perception and social media engagement&lt;/p&gt;\n&lt;p&gt;following the season&#039;s conclusion.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7ee25268cedad7fb01cUhqvlSlE07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7ee25268cedad7fb01cUhqvlSlE07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 9 Post-Nuptial Update&lt;/h3&gt;\n&lt;p&gt;October 30 brings fresh insights on the post-nuptial journeys of Love Is Blind season 9 pairs.&lt;/p&gt;\n&lt;p&gt;Following the emotional altar moments,&lt;/p&gt;\n&lt;p&gt;only a handful of couples continue nurturing their bonds.&lt;/p&gt;\n&lt;p&gt;The transition from pod confessions to real-world commitments&lt;/p&gt;\n&lt;p&gt;has tested relationships in unexpected ways.&lt;/p&gt;\n&lt;p&gt;Current updates reveal evolving dynamics among the newlyweds,&lt;/p&gt;\n&lt;p&gt;with some navigating newfound harmony&lt;/p&gt;\n&lt;p&gt;while others confront complex challenges.&lt;/p&gt;\n&lt;p&gt;Fans eagerly track these unfolding love stories&lt;/p&gt;\n&lt;p&gt;beyond the dramatic season finale revelations.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7f104119a0c398dbccdBmj2cisI07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7f104119a0c398dbccdBmj2cisI07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Starting October 2, viewers can tune in weekly to catch new episodes of &lt;em&gt;Love Is Blind&lt;/em&gt;, which follow the journey of the pod squad as they navigate love and relationships leading up to their weddings.&lt;/p&gt;\n&lt;p&gt;During the first week, on October 2nd, episodes 1 through 6 will be released, setting the stage for the season&rsquo;s drama and romance.&lt;/p&gt;\n&lt;p&gt;The following week, on October 9th, episodes 7 through 9 will be available, revealing more about the contestants&#039; evolving connections.&lt;/p&gt;\n&lt;p&gt;By October 16th, viewers can watch episodes 10 and 11, deepening the emotional stakes and highlighting pivotal moments.&lt;/p&gt;\n&lt;p&gt;The season culminates with the finale episode, number 12, dropping on October 23rd, wrapping up the season&rsquo;s storylines.&lt;/p&gt;\n&lt;p&gt;Finally, on October 30th, the reunion special will premiere at 6 p.m. PT / 9 p.m. ET, offering fans a chance to see the cast reunite and reflect on their journeys since the finale.&lt;/p&gt;\n&lt;p&gt;For a sneak peek at the love stories unfolding this season, head to the top of the page and get an early look at what&#039;s to come.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f843a9c308f53777644dW5jB7Ibl03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f843a9c308f53777644dW5jB7Ibl03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;DC becomes the backdrop for romance in Season 7 of &#039;Love Is Blind&#039;.&lt;/p&gt;\n&lt;p&gt;This installment breaks new ground with a pioneering twist: two sisters joining the experiment simultaneously.&lt;/p&gt;\n&lt;p&gt;Among the hopeful singles navigating the pods are military veterans, scientists, a legal professional, and a journalist.&lt;/p&gt;\n&lt;p&gt;The eclectic group brings diverse professional backgrounds to their quest for connection.&lt;/p&gt;\n&lt;p&gt;All participants hail from the vibrant Washington, DC metropolitan region.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f846fc6c80ad0937191d5BmJ6TiO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f846fc6c80ad0937191d5BmJ6TiO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Love blooms amidst cherry blossoms in the nation&#039;s capital for Season 7&#039;s singles.&lt;/p&gt;\n&lt;p&gt;Discover exclusive behind-the-scenes revelations and deeper fan theories emerging from the pods.&lt;/p&gt;\n&lt;p&gt;Washington DC&#039;s unique energy sparks unexpected connections and profound emotional journeys unseen before.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f8492c9a52f681eabde1seC4jTC403&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f8492c9a52f681eabde1seC4jTC403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Exclusive Deleted Scenes from Season 7&lt;/h3&gt;\n&lt;p&gt;Discover seven exclusive deleted scenes from &lt;em&gt;Love Is Blind&lt;/em&gt; Season 7 that offer fresh insights into the latest love stories.  &lt;/p&gt;\n&lt;p&gt;While new contestants have recently joined the pods, the memories of Season 6 remain vibrant.&lt;/p&gt;\n&lt;p&gt;Reconnect with familiar faces like Johnny, Amy, Chelsea, Jimmy, Ad, and Clay as we explore their current relationships.&lt;/p&gt;\n&lt;p&gt;Find out who has continued their journey together and what milestones they&rsquo;ve reached since the cameras stopped rolling.&lt;/p&gt;\n&lt;p&gt;These unseen moments shed new light on the ongoing romances and the challenges faced by the Season 6 cast.&lt;/p&gt;\n&lt;p&gt;Stay tuned for an inside look at where love has taken these couples and what surprises await behind the scenes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68d08ca984eed8c841e7989e83DuUV4d03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68d08ca984eed8c841e7989e83DuUV4d03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Romance blooms unexpectedly in the capital&#039;s pods.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The moment arrives: hopeful singles finally see each other, hands trembling, eyes searching.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Tears flow freely; someone might be cutting onions nearby.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content accessible through various devices with an internet connection. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to bypass geographical restrictions or network limitations, enabling access to content that would otherwise be unavailable in their region. By utilizing tools like VPNs, proxy servers, or Smart DNS services, viewers can unlock a broader selection of entertainment options and enjoy shows or movies exclusive to other countries&#039; Netflix libraries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been searching for. This powerful VPN service is specifically designed to help users bypass geographical limitations, allowing you to explore Netflix&#039;s complete content library regardless of your location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that set it apart from other services. With its blazing connection speeds and zero bandwidth limitations, you can enjoy buffer-free streaming in high definition without interruptions. The exclusive App Mode is particularly impressive, enabling users to access content from multiple regions simultaneously, effectively expanding your entertainment options. Additionally, SafeShell VPN supports up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro.&lt;/p&gt;\n&lt;p&gt;Security is another area where SafeShell VPN truly excels. The proprietary &quot;ShellGuard&quot; VPN protocol ensures your online activities remain private and protected from surveillance. This robust security framework doesn&#039;t compromise on performance, maintaining high speeds while keeping your data secure. For those hesitant to commit immediately, SafeShell VPN provides a flexible free trial plan that allows you to experience all these premium features before making a decision. Whether you&#039;re traveling abroad or simply want access to more content options, SafeShell VPN delivers a seamless and secure Netflix unblocking experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin streaming Netflix content from any region using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, the first step involves subscribing to the service and installing the application. Visit the official SafeShell VPN website to select a suitable subscription plan based on your requirements and complete the payment process. Once subscribed, proceed to download the SafeShell VPN application specifically designed for your operating system, whether it&#039;s Windows, macOS, iOS, or Android, ensuring full device compatibility. After downloading, install the application following the on-screen prompts.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and log into your account using your credentials. Within the application interface, navigate to the server selection menu, which displays a comprehensive list of global server locations. To access geo-restricted Netflix libraries, such as the extensive US catalog or UK-exclusive shows, carefully choose a VPN server located in your desired viewing region. For optimal Netflix streaming performance, ensure you select the recommended APP mode before clicking the &#039;Connect&#039; button to establish a secure VPN tunnel to that specific country.&lt;/p&gt;\n&lt;p&gt;Once successfully connected to the chosen SafeShell Netflix VPN server, open your Netflix application or navigate to the Netflix website in your browser. Log in with your existing Netflix account credentials as usual. You will now have unrestricted access to the full Netflix content library available in the region corresponding to your selected VPN server location. Enjoy seamless, buffer-free streaming of movies and TV shows exclusive to that territory, all made possible through SafeShell&#039;s reliable regional unblocking capabilities.&lt;/p&gt;', 9, 'game'),
(140, 272, '', 'Azalea in Genshin Impact &ndash; Guide &amp; Fundorte', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f748acf7fc15379569a44ILcBtxb03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f748acf7fc15379569a44ILcBtxb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Azalea im Genshin Impact&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact ist Azalea eine engagierte und disziplinierte Vertreterin der Fatui, die die Verantwortung f&uuml;r die Ausbildung der Nachwuchskrieger tr&auml;gt. W&auml;hrend einer Erkundung des experimentellen Designb&uuml;ros von Kuuvyaki entdeckt sie zuf&auml;llig eine Trainingssession, die die Organisation f&uuml;r ihre zuk&uuml;nftigen K&auml;mpfer veranstaltet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Erfolg beim Umgang mit Azalea h&auml;ngt stark von deinem Scharfsinn ab, denn ob du den Spion entlarvst, wird durch deine gew&auml;hlten Worte beeinflusst. Um ihre Position zu finden und ihre geheimnisvolle Truhe im Nu zu &ouml;ffnen, solltest du diesen Leitfaden beachten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn du nach Officer Azalea in Nod&#039;s End suchst, findest du sie in einem der Trainingsareale, die speziell f&uuml;r die Nachwuchsausbildung eingerichtet wurden. Dort kannst du sie inmitten der &Uuml;bungen antreffen, die f&uuml;r die Entwicklung zuk&uuml;nftiger Krieger vorgesehen sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f74b5436919ba505eb65w3BaE88003&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f74b5436919ba505eb65w3BaE88003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f74d2036e1e691efd7f1SUmRp6se03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f74d2036e1e691efd7f1SUmRp6se03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf dem s&uuml;dlichen Pier des Forschungszentrums bereitet eine Ausbilderin junge Rekruten auf ihre zuk&uuml;nftigen Aufgaben vor. Am Fu&szlig; der Plattformst&uuml;tzkonstruktion z&auml;hlt die Kommandantin die anwesenden Soldaten, w&auml;hrend sich die unerfahrenen Jugendlichen in zwei Reihen vor ihr formieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f75048b1ac879a96f547EriyXYiP03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f75048b1ac879a96f547EriyXYiP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Positionieren Sie sich hinter den ersten Sch&uuml;lern und gedulden Sie sich, bis Ihre Chance kommt, um die geheime Aufgabe automatisch zu aktivieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Folgen Sie diesen Schritten, um die Azalea-Quest in Genshin Impact erfolgreich abzuschlie&szlig;en.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7522c9a52f681eaafd8b3lIxj5f03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7522c9a52f681eaafd8b3lIxj5f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7552e65f2062ad27a5eWVIx3eSH03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7552e65f2062ad27a5eWVIx3eSH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Treten Sie den Spezialeinheiten bei und treffen Sie beim Appell eine Wahl unter den vier verf&uuml;gbaren Reihen. Ihre Entscheidung beeinflusst den Verlauf der Mission: Wird der Sp&auml;her entdeckt oder nicht?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie auf &lt;em style=&quot;font-family:Arial;&quot;&gt;&quot;f&uuml;nf&quot;&lt;/em&gt; oder &lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;sechs! sechs! sechs!&ldquo;&lt;/em&gt; setzen, bleibt der Sp&auml;her unentdeckt, und Sie k&ouml;nnen mit Ihrer Gruppe auf Patrouille gehen. In diesem Fall entdecken Sie den Schatz, jedoch funktioniert diese Option nicht immer zuverl&auml;ssig.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hlen Sie hingegen &lt;em style=&quot;font-family:Arial;&quot;&gt;&quot;drei!&quot;&lt;/em&gt; oder &lt;em style=&quot;font-family:Arial;&quot;&gt;&bdquo;eins-zwei-drei-vier! Schande &uuml;ber Fatui, auf der ganzen Welt!&ldquo;&lt;/em&gt;, wird die Aufmerksamkeit des Kapit&auml;ns auf Sie gelenkt. Das f&uuml;hrt zu einem Kampf, und nach dessen erfolgreichem Abschluss erhalten Sie eine wertvolle Truhe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie die Mission z&uuml;gig abschlie&szlig;en m&ouml;chten, empfiehlt es sich, die letzte Antwortm&ouml;glichkeit zu w&auml;hlen, da diese den geringsten Dialoganteil aufweist und somit den Ablauf beschleunigt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r das Besiegen der Trainingsgruppe und des Ausbilders erhalten Sie Belohnungen in Form einer Truhe, die folgende Ressourcen enth&auml;lt:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n10 Quellsteine\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n3 Siegel des Mondes\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n1400 Mora\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n30 Abenteuer-Erfahrung\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n1 Lehrbuch zum Thema &bdquo;Wandern&ldquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n2 Magische Verst&auml;rkungserz\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n2 zuf&auml;llige Artefakte oder Waffen\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Schritte helfen Ihnen, die Mission mit Azalea w&auml;hrend der Trainingseinheit im Land der Diebe in Genshin Impact beim ersten Versuch erfolgreich abzuschlie&szlig;en. W&auml;hlen Sie Ihre bevorzugte Option, um die Spr&uuml;che des Kapit&auml;ns zu h&ouml;ren, oder nutzen Sie die Tipps f&uuml;r eine schnellere Beendigung.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die Premiumw&auml;hrung im beliebten Spiel Genshin Impact und werden von Spielern genutzt, um spezielle Gegenst&auml;nde wie Urgestein oder exklusive Hilfsg&uuml;terpakete zu erwerben.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle zu erhalten, m&uuml;ssen sie mit echtem Geld aufgeladen werden, was &uuml;ber verschiedene bekannte Game-Trading-Plattformen wie Codashop, Midasbuy oder SEAGM m&ouml;glich ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach dem Top-up k&ouml;nnen die Sch&ouml;pfungskristalle im Spiel flexibel eingesetzt werden, um das Spielerlebnis individuell zu gestalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Abenteuer in Genshin Impact voranbringen und Sch&ouml;pfungskristalle aufladen m&ouml;chten, lohnt es sich, die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Spielhandelsplattform zu nutzen. Als zuverl&auml;ssiger Partner f&uuml;r den &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hoyoverse recharge&lt;/a&gt; bietet lootbar.gg eine unkomplizierte und sichere M&ouml;glichkeit, das Premium-Ingame-Guthaben zu erwerben, welches f&uuml;r den Kauf von Charakteren, Waffen und anderen exklusiven Inhalten im Spiel ben&ouml;tigt wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Plattform &uuml;berzeugt vor allem durch ihre attraktiven und verg&uuml;nstigten Angebote, die das &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up&lt;/a&gt; besonders lohnenswert machen. Nutzer k&ouml;nnen beispielsweise gro&szlig;e Paketoptionen wie 6480+1600 Sch&ouml;pfungskristalle*3 erwerben und dabei bares Geld sparen. Die Transaktionen sind benutzerfreundlich gestaltet und werden schnell abgeschlossen, sodass Spieler ihre neuen Ressourcen rasch im Spiel nutzen k&ouml;nnen. Durch die Zusammenarbeit mit offiziellen Kan&auml;len garantiert lootbar.gg h&ouml;chste Sicherheit und Zuverl&auml;ssigkeit bei jedem Kauf.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wer also auf der Suche nach einer bequemen und preiswerten L&ouml;sung f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact sch&ouml;pfungskristalle kaufen&lt;/a&gt; ist, findet auf lootbar.gg eine hervorragende Option. Die Plattform bietet nicht nur exklusive Rabatte, sondern auch einen erstklassigen Kundenservice, der das Einkaufserlebnis angenehm und sorgenfrei macht. So k&ouml;nnen Spieler noch mehr Freude am Erkunden der offenen Welt von Genshin Impact genie&szlig;en.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle f&uuml;r Genshin Impact &uuml;ber die Lootbar Handelsplattform aufzuladen, besuchen Sie zun&auml;chst die offizielle Website von Lootbar und stellen Sie sicher, dass die gew&uuml;nschte Sprache und W&auml;hrung ausgew&auml;hlt sind. Loggen Sie sich anschlie&szlig;end mit Ihrem Konto ein und navigieren Sie zum Bereich der Spieleaufladungen. Dort w&auml;hlen Sie das Spiel Genshin Impact aus und bestimmen die Menge an Sch&ouml;pfungskristallen, die Sie erwerben m&ouml;chten. Sobald Sie Ihre Auswahl getroffen haben, klicken Sie auf &bdquo;Top-up now&ldquo;, um den n&auml;chsten Schritt einzuleiten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Anschluss werden Sie aufgefordert, den Server auszuw&auml;hlen und Ihre Genshin Impact UID einzugeben, damit die Sch&ouml;pfungskristalle dem richtigen Account gutgeschrieben werden k&ouml;nnen. Nach diesen Angaben klicken Sie auf &bdquo;Aufladen&ldquo; und w&auml;hlen eine der angebotenen Zahlungsmethoden aus, um den Kauf abzuschlie&szlig;en. Nach erfolgreicher Zahlung erhalten Sie die Sch&ouml;pfungskristalle direkt in Ihrem Spielkonto, wodurch Sie beispielsweise &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Urgestein genshin impact&lt;/a&gt; schneller sammeln oder exklusive Inhalte freischalten k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(141, 273, '', 'Zenless Zone Zero &ndash; Neues Actionspiel von Hoyoverse', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hoyoverse &uuml;berrascht erneut mit einem aufregenden Titel: Zenless Zone Zero.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses schnelle Actionspiel &uuml;berzeugt durch seine lebendigen, niedlichen Charaktere und rasante Gameplay-Elemente.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die neu entwickelte IP des Genshin Impact-Sch&ouml;pfers verbindet beeindruckende, detailreiche Grafik mit einem futuristischen Setting.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Trailer pr&auml;sentiert das Entwicklerteam eine Vielzahl neuer Figuren, darunter metallische Roboter-Gegner, sowie eine urbane Umgebung, die von energiegeladener Musik begleitet wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Einen festen Ver&ouml;ffentlichungstermin gibt es bisher noch nicht, doch man k&uuml;ndigt an, dass Zenless Zone Zero &quot;bald&quot; erscheinen soll.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hier k&ouml;nnt ihr einen ersten Einblick in die spannende Welt des Spiels gewinnen:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f6a42e65f2062ad26d33XyZRiztg03&quot; height=&quot;360&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f6a42e65f2062ad26d33XyZRiztg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;auf youtube ansehen&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die exklusive Premiumw&auml;hrung im Spiel und wird haupts&auml;chlich verwendet, um wichtige Ressourcen wie Polychrom zu kaufen, die wiederum f&uuml;r das Freischalten von Charakteren und besonderen Gegenst&auml;nden ben&ouml;tigt werden. Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch eine Aufladung auf seri&ouml;sen Gaming-Handelsplattformen wie Lootbar erhalten, was eine bequeme und sichere Methode darstellt, um das Spielerlebnis zu verbessern. Mit diesem In-Game-Guthaben l&auml;sst sich der Fortschritt im Spiel deutlich beschleunigen und der Zugang zu seltenen Inhalten sichern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform in Betracht ziehen. Diese Plattform hat sich als zuverl&auml;ssige Anlaufstelle f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zzz top up&lt;/a&gt; etabliert und bietet eine Vielzahl von Vorteilen, die das Spielerlebnis deutlich verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein herausragender Vorteil von lootbar.gg ist das attraktive Preis-Leistungs-Verh&auml;ltnis. Die Plattform bietet regelm&auml;&szlig;ig g&uuml;nstige und wettbewerbsf&auml;hige Preise f&uuml;r das ZZZ Top Up, sodass Spieler beim Kauf von Monochrome Film bares Geld sparen k&ouml;nnen. Dar&uuml;ber hinaus sorgt lootbar.gg mit fortschrittlichen Sicherheitstechnologien daf&uuml;r, dass jede Transaktion sicher und reibungslos abl&auml;uft. Ein weiteres Plus ist der 24/7 erreichbare Kundendienst, der bei Fragen oder Problemen jederzeit Unterst&uuml;tzung bietet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich profitieren Nutzer bei lootbar.gg von einer schnellen Lieferung der aufgeladenen Ressourcen. Bereits kurz nach dem Kauf stehen die gew&uuml;nschten Spielw&auml;hrungen im eigenen Konto zur Verf&uuml;gung, sodass der Spielspa&szlig; ohne Unterbrechung weitergeht. Wer als neuer Nutzer erstmals ein ZZZ Top Up t&auml;tigt, kann sich au&szlig;erdem auf exklusive Bonusbelohnungen freuen, die das Aufladen besonders attraktiv machen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie die offizielle Website von LootBar und melden Sie sich mit Ihrem Konto an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie im Men&uuml; zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt;, um den entsprechenden Bereich f&uuml;r das Spiel ZZZ zu finden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTragen Sie dort Ihre Zenless Zone Zero UID sowie die richtige Serverregion sorgf&auml;ltig ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie im n&auml;chsten Schritt die gew&uuml;nschte Menge an Monochrome Film aus, die Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie anschlie&szlig;end, ob die eingegebene UID mit Ihrem eigenen Zenless Zone Zero Account &uuml;bereinstimmt, um Fehler zu vermeiden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden und klicken Sie auf &bdquo;Sofort bezahlen&ldquo;, um die Transaktion abzuschlie&szlig;en.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Zahlung wird der gew&auml;hlte Betrag an Monochrome Film umgehend Ihrem ZZZ-Konto gutgeschrieben, sodass Sie das Premium-Guthaben sofort nutzen k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(142, 274, '', 'Genshin Impact Luna III Update &ndash; Reveal Event Details', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7a7c22cced940ed5eb5ZRjJ3wKE03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7a7c22cced940ed5eb5ZRjJ3wKE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Attention, explorers!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mark your calendars for an exciting reveal event dedicated to the upcoming Genshin Impact update, &ldquo;Luna III.&rdquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scheduled to broadcast live on November 21, 2025, at 7:00 AM (UTC-5), the event will stream simultaneously on the official Twitch and YouTube channels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expect a treasure trove of fresh insights into the latest game features, story developments, and upcoming content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Plus, there will be special redemption codes and exclusive goodies up for grabs, so don&rsquo;t miss out!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with us for all the latest news and updates&mdash;follow our official channels and join the conversation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can tune in on Twitch and YouTube, and engage with us across our social media platforms, including TikTok, Twitter, Facebook, and Hoyolab.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get ready, traveler&mdash;an adventure awaits!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, allowing players to unlock exclusive items, character wishes, and other valuable resources that enrich the gameplay experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To acquire Genesis Crystals, players can visit popular game trading platforms such as the official Genshin Impact store, Codashop, or SEA Gamer Mall, where they can top up using real money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This method provides a fast and secure way for players to boost their accounts and access special content that is otherwise unavailable through standard progression.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to top up Genesis Crystals for Genshin Impact, it&rsquo;s worth considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform as your go-to option. Lootbar.gg provides a seamless and secure &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt; experience by working directly with miHoYo&rsquo;s official channels, ensuring the safety and reliability of your transactions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout benefits of using lootbar is the exceptional value it offers. With a &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up discount&lt;/a&gt;, players can receive double the amount of Genesis Crystals for their purchase, effectively multiplying the value of their spend. For instance, topping up 6480 Genesis Crystals through lootbar allows you to receive twice the crystals, maximizing your in-game advantages and enhancing your gameplay without overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg is designed for convenience and affordability. Players can select large bundles, such as the 6480 Genesis Crystals*4 package, and complete the entire &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up genshin&lt;/a&gt; process with just a single payment. This streamlines the transaction and, thanks to lootbar&rsquo;s competitive pricing, can save you nearly $100 compared to standard rates. With these benefits, lootbar stands out as an ideal platform for Genshin Impact players aiming for greater value and ease when purchasing Genesis Crystals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genshin&lt;/a&gt; on the LootBar trading platform, begin by visiting the official LootBar website and logging into your account after selecting your preferred language and currency. Once logged in, navigate to the top up section and find the option for Genshin Impact, which will allow you to initiate the process to purchase Genesis Crystal, the premium currency used in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose the desired amount of Genesis Crystal you wish to buy and click the &#039;Buy Now&#039; button. You will then need to select your server and enter your Genshin Impact UID to ensure the crystals are delivered to the correct account. After confirming these details, proceed to the payment stage by clicking top up, selecting your preferred payment method, and completing the transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(143, 275, '', 'Quajutsu-Ex-Deck &ndash; Tipps &amp; Strategie [Pok&eacute;mon TCG]', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Neues Quajutsu-Ex-Deck&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entdecken Sie das kraftvolle Quajutsu-Ex-Deck aus der neuesten Erweiterung &bdquo;Mega-Aufstieg&ldquo; f&uuml;r Pok&eacute;mon TCG Pocket.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck besticht durch seine schnelle und &uuml;berraschende Spielweise, bei der das Ninja-Pok&eacute;mon Quajutsu-Ex mit seiner F&auml;higkeit &bdquo;Wechselstr&ouml;mung&ldquo; rasch in die aktive Position gelangt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anschlie&szlig;end kann es mit der Attacke &bdquo;Aquaschneide&ldquo; enormen Schaden von 100 Schadenspunkten austeilen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unterst&uuml;tzt wird das Team durch effektive Trainerkarten und Partner wie Suicune-Ex, was die Erfolgschancen bei Turnieren deutlich erh&ouml;ht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In zahlreichen Online-Wettbewerben hat dieses Deck bereits Top-10-Platzierungen erzielt und beweist somit seine Wettbewerbsf&auml;higkeit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hinweis: Diese Website enth&auml;lt Links zu verschiedenen H&auml;ndlern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beim Klick auf diese Links und einem anschlie&szlig;enden Kauf kann unsere Seite eine Provision erhalten, ohne dass sich f&uuml;r Sie am Preis &auml;ndert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zu den Partnerprogrammen z&auml;hlen unter anderem Amazon-Partnerprogramm und eBay-Partnernetzwerk.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Affiliate-Links sind mit einem * gekennzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8d4306d4b7c92afdb579FAAiuVo03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8d4306d4b7c92afdb579FAAiuVo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Quajutsu-EX aus der aktuellen Erweiterung Mega-Aufstieg bringt eine beeindruckende Verteidigung von 170 KP mit sich. Sein schneller Angriff &bdquo;Aquaschneide&ldquo; erfordert nur zwei Energien und f&uuml;gt dem Gegner 100 Schadenspunkte zu, was es zu einem effektiven Angreifer macht. Eine besondere St&auml;rke liegt in seiner F&auml;higkeit &bdquo;Wandelstr&ouml;mung&ldquo;, die es erlaubt, einmal pro Spielzug dein aktives Wasser-Pok&eacute;mon gegen ein anderes Pok&eacute;mon auf deiner Bank auszutauschen. Dieses taktische Element erleichtert den Wechsel zwischen verschiedenen Angreifern und steigert deine Flexibilit&auml;t im Spiel, ohne auf zus&auml;tzliche Trainerkarten angewiesen zu sein.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Froxy schnell in Quajutsu-EX zu verwandeln, kannst du das Sonderbonbon verwenden. Damit entwickelst du Froxy direkt zu Quajutsu-EX und kannst es anschlie&szlig;end mithilfe seiner F&auml;higkeit in die aktive Position setzen, um sofort mit dem Angriff zu starten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8d6479ff8d26c66eec4rf0sP8DS03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8d6479ff8d26c66eec4rf0sP8DS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8d9a1f30f87920bf0c3ItiNcAD503&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8d9a1f30f87920bf0c3ItiNcAD503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Pok&eacute;mon Suicune-ex aus dem Set Verborgene Quelle bietet eine vielseitige Strategie f&uuml;r dein Deck. Seine spezielle Attacke &bdquo;Kristallwalzer&ldquo; verursacht 20 Schaden auf jedes Pok&eacute;mon auf der Bank, was besonders in l&auml;ngeren Spielen gro&szlig;en Einfluss haben kann. Sobald deine Bank voll ist, sorgt das Basis-Pok&eacute;mon f&uuml;r einen konstanten Schaden von 60 Punkten, der nur durch zwei Energien erreicht wird. F&uuml;r jedes gegnerische Bank-Pok&eacute;mon kommen zus&auml;tzlich 20 Schadenspunkte dazu, was deine Gegner unter Druck setzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Neben den Angriffsm&ouml;glichkeiten verf&uuml;gt Suicune-ex &uuml;ber die F&auml;higkeit &bdquo;Legend&auml;rer Puls&ldquo;. Diese erlaubt es dir, eine Karte zu ziehen, wenn Suicune-ex am Ende deines Zuges in der Aktiven Position verbleibt. Dadurch kannst du wichtige Karten wie Froxy, Quajutsu-ex oder das Sonderbonbon schneller ins Spiel bringen und deine Strategie effizienter umsetzen. Es empfiehlt sich, Suicune-ex als Start-Pok&eacute;mon in der aktiven Position zu w&auml;hlen und es z&uuml;gig auszutauschen, wenn Quajutsu-ex bereit zum Angriff ist. So maximierst du die Effektivit&auml;t deiner Spielz&uuml;ge und erh&ouml;hst deine Gewinnchancen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b0ec384a0ae66d86b62f96TYVOT6as03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b0ec384a0ae66d86b62f96TYVOT6as03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quajutsu: Schl&uuml;sselkarte&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Quajutsu ist eine Schl&uuml;sselkarte in deinem Deck, da es eine bedeutende Rolle in deiner Taktik einnimmt. Mit seiner F&auml;higkeit &bdquo;Wasser-Shuriken&ldquo; kannst du deinem Gegner beliebig ausgew&auml;hlte Pok&eacute;mon 20 Schadenspunkte zuf&uuml;gen &ndash; inklusive Pok&eacute;mon auf der Bank. Es ist empfehlenswert, Quajutsu so fr&uuml;h wie m&ouml;glich ins Spiel zu bringen, um bereits in den ersten Runden kontinuierlichen Schaden zu verursachen und das Spiel zu kontrollieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863218f0952153cdf79bfefGxpgim7F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863218f0952153cdf79bfefGxpgim7F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutze die F&auml;higkeit von Quajutsu, um deinem Gegner ein Bank-Pok&eacute;mon Schaden zuzuf&uuml;gen. Anschlie&szlig;end kannst du Zyrus einsetzen, um dieses Pok&eacute;mon in die aktive Position zu bringen. Diese Strategie erm&ouml;glicht es dir, gegnerische Pok&eacute;mon gezielt auszuschalten, bevor sie gef&auml;hrlich werden. Zus&auml;tzlich kannst du Perla verwenden, um bis zu 40 Schadenspunkte bei deinen eigenen Angreifern zu heilen und somit ihre &Uuml;berlebensf&auml;higkeit zu erh&ouml;hen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321a513f4cb579365da85pE8b74h503&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321a513f4cb579365da85pE8b74h503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8e4088b402a307154a2iCtdhqsX03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8e4088b402a307154a2iCtdhqsX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8e638d4ef288e05bb20t3Id9ssv03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8e638d4ef288e05bb20t3Id9ssv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b0ec384a0ae66d86b62f96TYVOT6as03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b0ec384a0ae66d86b62f96TYVOT6as03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863218f0952153cdf79bfefGxpgim7F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863218f0952153cdf79bfefGxpgim7F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321a513f4cb579365da85pE8b74h503&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321a513f4cb579365da85pE8b74h503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/69093f83fbd05f27d6cea266O8Imjtiu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc543513971f9737b16ag0NlfK2903&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc543513971f9737b16ag0NlfK2903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Pok&eacute;mon TCG Pocket und wird verwendet, um Items zu kaufen, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r Kartenpacks wiederherzustellen.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch den Einsatz von Pok&eacute; Gold k&ouml;nnen Spieler ihre Chancen erh&ouml;hen, seltene Karten zu erhalten und ihre Sammlung auszubauen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold zu erhalten, k&ouml;nnen Nutzer auf Plattformen wie Lootbar.gg ihr Guthaben bequem aufladen und profitieren dabei von exzellentem Kundenservice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Pok&eacute; Gold aufstocken m&ouml;chten, sollten sie &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; als bevorzugte Plattform in Betracht ziehen. Diese Plattform bietet eine bequeme und effiziente M&ouml;glichkeit, &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; zu k&ouml;nnen, das als Hauptw&auml;hrung im beliebten Pok&eacute;mon Trading Card Game Pocket verwendet wird. Durch die Zusammenarbeit mit namhaften Spieleentwicklern stellt lootbar.gg sicher, dass die Nutzer ein sicheres und zuverl&auml;ssiges Aufladeerlebnis genie&szlig;en.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbar.gg liegt in den besonders g&uuml;nstigen Preisen und regelm&auml;&szlig;igen Sonderrabatten, mit denen man beim Kauf von Pok&eacute; Gold bares Geld sparen kann. Dar&uuml;ber hinaus garantiert die Plattform durch modernste Verschl&uuml;sselungstechnologien und einen strengen Datenschutz absolut sichere Transaktionen. Der 24/7 Kundenservice steht bei allen Fragen rund um das Aufladen zur Verf&uuml;gung und sorgt f&uuml;r ein sorgenfreies Nutzererlebnis. Dank der schnellen Lieferung k&ouml;nnen Spieler ihr Pok&eacute; Gold unmittelbar nutzen und sofort neue Karten im Pokemon TCG freischalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold im Pokemon Sammelkartenspiel Pocket &uuml;ber die Lootbar Trading-Plattform aufzuladen, beginnen Sie zun&auml;chst mit dem Aufruf der offiziellen Lootbar-Webseite und melden sich mit Ihrem Benutzerkonto an. Anschlie&szlig;end navigieren Sie zur speziellen Seite f&uuml;r die Aufladung des Pokemon Sammelkartenspiel Pocket. Dort w&auml;hlen Sie den gew&uuml;nschten Betrag an Pok&eacute; Gold aus, den Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten, und initiieren den Top-up-Prozess mit einem Klick auf die entsprechende Schaltfl&auml;che.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt tragen Sie die erforderlichen Kontoinformationen, wie Login-Daten und Ihren Charakternamen, in das vorgesehene Formular ein. Danach w&auml;hlen Sie eine f&uuml;r Sie passende Zahlungsmethode aus und best&auml;tigen die Zahlung. Nach erfolgreichem Abschluss wird das Pok&eacute; Gold in der Regel innerhalb weniger Minuten Ihrem Konto im Pokemon Sammelkartenspiel Pocket gutgeschrieben. So k&ouml;nnen Sie Ihr Spielerlebnis unkompliziert und sicher aufwerten, indem Sie einfach und schnell &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pokemon Sammelkartenspiel Pocket&lt;/a&gt; durchf&uuml;hren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(144, 276, '', 'Bundesliga POTM FC 26 &ndash; Voting, Nominees &amp; Winners', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction to Bundesliga POTM in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in the Bundesliga are recognized with special FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to support their favorite players by participating in the voting process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes for their exceptional performances in September will be awarded the Bundesliga Player of the Month honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This accolade not only celebrates individual achievement but also brings exclusive in-game rewards for FC 26 enthusiasts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Make your vote count and help decide which top Bundesliga star deserves the POTM recognition!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September 2025 POTM Nominees&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3cea01eedaef246084dM9UeedDE03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3cea01eedaef246084dM9UeedDE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d8197d4dc525657c52EXlBxTyC03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d8197d4dc525657c52EXlBxTyC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7a96f6ad90c7473897az0k9DZc203&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7a96f6ad90c7473897az0k9DZc203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d8197d4dc525657c52EXlBxTyC03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d8197d4dc525657c52EXlBxTyC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Bundesliga POTM Voting Process Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Bundesliga players are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in voting to determine the top performer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the Player of the Month honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are then released to celebrate the winner&#039;s achievement.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September 2025 POTM Winner Announcement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7b10745904dbfd6291901QmdS6W03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7b10745904dbfd6291901QmdS6W03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates was revealed on October 1, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn this date, the players in contention were officially made public.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAnnouncement of the nominees took place at the beginning of October 2025.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7b34f036856b783f4cazCQRjLQM03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7b34f036856b783f4cazCQRjLQM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Bundesliga Player of the Month begins on October 1, 2025, at 11:00am and concludes on October 3, 2025, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to participate and support the players they believe are most deserving of the monthly honor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMake your voice heard and help decide which standout Bundesliga performer will receive a special FC 26 POTM item.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7b5598b2c866fdea037jXWAdrld03&quot; height=&quot;271&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7b5598b2c866fdea037jXWAdrld03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the Bundesliga&#039;s standout performers are recognized with exclusive FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest recipient of this honor was revealed on October 9, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly awaited the announcement, celebrating the achievements of the league&#039;s top player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items highlight exceptional performances and are highly sought after in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7b7acf7fc1537957041UKEHf4M003&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7b7acf7fc1537957041UKEHf4M003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Bundesliga players are nominated for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans participate by casting votes for their favorite nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the most votes is honored as the winner and receives a special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7ba48b1ac879a96fd5bzVbXsR3I03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7ba48b1ac879a96fd5bzVbXsR3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn October 29, 2025, the list of nominees was revealed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement introduced the players contending for the monthly honor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and football enthusiasts could now look forward to seeing which standout performers made the shortlist.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7bc0745904dbfd62a1dj6KSNojv03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7bc0745904dbfd62a1dj6KSNojv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Bundesliga Player of the Month (POTM) begins on October 29, 2025 at 11:00am and concludes on October 31, 2025 at 12:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans are encouraged to participate by casting their votes through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is invited to have their say on which standout Bundesliga player should receive the special FC 26 POTM item.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe winner will be determined based on the votes and will be honored with a unique in-game card.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7befb66e065c33ecb06K5oIA2xj03&quot; height=&quot;271&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7befb66e065c33ecb06K5oIA2xj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner took place on November 6, 2025.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming POTM Cycles and Key Dates&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7c0479ff8d26c66e247ISukFOPS03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7c0479ff8d26c66e247ISukFOPS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Bundesliga players are shortlisted for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in voting to select the standout performer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player receiving the highest votes is awarded the Player of the Month honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are then released to celebrate the winner&#039;s achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7c34f2ff9b95b1a7085liyVP3rm03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7c34f2ff9b95b1a7085liyVP3rm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, standout performers in the Bundesliga are considered for special recognition in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nominee announcements are scheduled for December 10, 2025 (tentative).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who excel during the month compete for the prestigious Player of the Month (POTM) award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These nominees are evaluated based on their on-field achievements and impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts eagerly await the official list to see which footballers will be celebrated.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7c548b1ac879a96fe21ogsiiXgt03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7c548b1ac879a96fe21ogsiiXgt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is expected to begin on October 12, 2025, at 11:00 am and will close on December 12, 2025, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes through the official EA website during this timeframe.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to support the players they believe are most deserving of the monthly honor.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7c648b1ac879a96fe4dp7Ai48SN03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7c648b1ac879a96fe4dp7Ai48SN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in the Bundesliga are recognized for their outstanding achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These standout players are awarded special FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the recipient is expected to take place on December 18, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly anticipate which footballer will be honored with this prestigious distinction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7cae81d1b51dfcacbe9PfhNUR8203&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7cae81d1b51dfcacbe9PfhNUR8203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, select Bundesliga players who have shown outstanding performance are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to determine which nominee deserves special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a unique FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7cf2c9a52f681eab6dfFjCRCadg03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7cf2c9a52f681eab6dfFjCRCadg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the shortlisted players is expected to take place on January 7, 2026 (tentative).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates for the award will be revealed on this estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and participants should look out for the official release of the nominees.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7d2754080a4095969fbCYLpIr9F03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7d2754080a4095969fbCYLpIr9F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite Bundesliga players each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting typically opens on July 1st, 2026 at 11:00am and closes on September 1st, 2026 at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes are submitted through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community&#039;s choices help determine which players are honored with special FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters are encouraged to participate and influence the selection of the most outstanding performers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7d36f6ad90c74738c48EfAR7cgw03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7d36f6ad90c74738c48EfAR7cgw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on January 15, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7d5fc6c80ad09370ed1ipjqMCS903&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7d5fc6c80ad09370ed1ipjqMCS903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Bundesliga players are shortlisted for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select their favorites.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the most votes is awarded the prestigious Player of the Month honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are released to celebrate the winner&rsquo;s achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7daa9c308f5377760a1LKJGJTAQ03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7daa9c308f5377760a1LKJGJTAQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominees is expected to be revealed around February 11, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official announcement of the contenders.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7dd306d4b7c92afcd848oOdveij03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7dd306d4b7c92afcd848oOdveij03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite Bundesliga players each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting typically opens on February 11th, 2026 at 11:00am and closes on February 13th, 2026 at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Supporters can participate in the voting process by visiting the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community&#039;s choice plays a key role in deciding which player will be honored with a special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7deacf7fc153795728f2UHi5sXc03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7deacf7fc153795728f2UHi5sXc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on February 19, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7e0015bde29520730017wRmyQ1V03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7e0015bde29520730017wRmyQ1V03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Bundesliga players are nominated for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to determine who deserves recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the most votes is announced as the winner and receives a unique FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7e4a1f30f87920be5f5gyOw6qZb03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7e4a1f30f87920be5f5gyOw6qZb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the shortlisted players is expected to take place around March 11, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and followers can look forward to the reveal of the potential candidates for the monthly Bundesliga honors on this anticipated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates as the list of top-performing players will soon be made public.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7e6acf7fc15379572efZV0pP7iE03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7e6acf7fc15379572efZV0pP7iE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for the Bundesliga Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting period is scheduled from March 11, 2026, at 11:00am until March 13, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes can be submitted through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community plays a key role in deciding which footballer earns the monthly honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7e711d4c23475274b78454a3For03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7e711d4c23475274b78454a3For03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the standout player in the Bundesliga is recognized for their exceptional performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the Player of the Month is anticipated on March 19, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players alike eagerly await the reveal of who will earn this prestigious honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The selected winner will receive a special FC 26 POTM item to commemorate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7e8c448e281b31c6c4cRZNJy68b03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7e8c448e281b31c6c4cRZNJy68b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Bundesliga players are shortlisted as nominees for their impressive performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to determine which nominee deserves recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is honored as the winner for that month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are then awarded to celebrate the achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7ec48b1ac879a9701853DksBQcj03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7ec48b1ac879a9701853DksBQcj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of players in contention is expected to be revealed around April 8, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be shared on the anticipated announcement date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official confirmation of the selected candidates.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7ee6f6ad90c74738e3ewfg6OEc103&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7ee6f6ad90c74738e3ewfg6OEc103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period for the Bundesliga Player of the Month is scheduled to begin on April 8, 2026, at 11:00am and will close on April 10, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can participate by casting their votes through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This is an opportunity for the community to have their say on which standout performer should receive the prestigious monthly award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The collective opinion of the fans will help determine which player is honored with the special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7ef306d4b7c92afce98Ul9oseeK03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7ef306d4b7c92afce98Ul9oseeK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on April 16, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Winner List and Player Statistics&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7f111d4c23475274baakX0KJ9YK03&quot; height=&quot;184&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7f111d4c23475274baakX0KJ9YK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in the Bundesliga are recognized with special FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These awards celebrate players who have delivered exceptional performances for their clubs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Honorees come from a variety of clubs and represent multiple nations across the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list features the names of the winning players, the countries they hail from, and the clubs they represent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly anticipate the announcement of each month&#039;s winners to see which stars have been rewarded for their efforts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7f3c448e281b31c6d08MOe9eJwI03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7f3c448e281b31c6d08MOe9eJwI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;303&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7f6acf7fc15379573e7zEBxa5yD03&quot; height=&quot;577&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7f6acf7fc15379573e7zEBxa5yD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7f7a9c308f53777618fAMUl8suA03&quot; height=&quot;296&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7f7a9c308f53777618fAMUl8suA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7f911d4c23475274bdc7IH0q5SJ03&quot; height=&quot;210&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7f911d4c23475274bdc7IH0q5SJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All launch timings are specified according to UK local time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release schedules are provided in the United Kingdom time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Timings for releases are based on UK time.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about FC 26 Bundesliga POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f7fb479ff8d26c66e4desLBHKQ9l03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f7fb479ff8d26c66e4desLBHKQ9l03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFC 26 Bundesliga Player of the Month (POTM) cards are special in-game items with upgraded stats, given to the most outstanding Bundesliga players each month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe selection process begins by analyzing individual performances across around 20 criteria, narrowing down to six top candidates from the previous month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe final winner is determined through a weighted voting system: 30% from club captains, 30% from a panel of legends and media, and 40% from global fan votes.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting process by visiting EA&rsquo;s dedicated webpage each month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNominees for the Bundesliga POTM are typically revealed on the first or second Wednesday of every month, with the winner announced the following Thursday.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEach month, six players are nominated for the award, giving fans a choice among the league&rsquo;s best performers.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the winner is announced, a Squad Building Challenge (SBC) is released for players to earn the special POTM item, which features dynamic visuals and enhanced attributes.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPOTM items are highly sought after in FC due to their boosted stats and unique design.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe Bundesliga POTM program started in October 2018, with the first item appearing in FIFA 19.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThroughout a season, seven to eight Bundesliga POTM cards are released, marking consistent recognition of top talent in the league.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe complete list of nominees and winners is available for fans to track each month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you find yourself running low on coins in &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;ea sports fc 26&lt;/a&gt;, there&#039;s no need to let it slow down your gameplay or limit your club&rsquo;s potential. The fastest and most reliable way to boost your in-game balance is to visit &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;, the trusted trading platform where you can easily &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc coins&lt;/a&gt; for both PC and Xbox. Whether you&rsquo;re building your dream team in &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 26&lt;/a&gt; or looking to get ahead with premium items, LootBar makes it simple and secure to purchase &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; whenever you need them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What sets LootBar apart is its unbeatable combination of value, security, and service. Not only does the platform consistently offer the best prices on the market, but it also features frequent discounts and promotions&mdash;sometimes reaching up to 8% off&mdash;so you get more FIFA 26 coins for less. Every transaction is protected by advanced encryption for 100% security and peace of mind, and their 24/7 customer service ensures help is always at hand. With a stellar Trustpilot rating of 4.9 and lightning-fast delivery times&mdash;often within just half an hour&mdash;LootBar is the ultimate destination for players who want to buy FC coins quickly, safely, and affordably.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(145, 277, '', 'Lan Yan &ndash; Ma&icirc;trise des &eacute;l&eacute;ments et arts qimen', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f845c448e281b31c72d6DTNF6Z0O03&quot; height=&quot;625&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f845c448e281b31c72d6DTNF6Z0O03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Lan Yan：&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Originaire du paisible vallon de Chenyun, Lan Yan est une experte en rotin et poss&egrave;de &eacute;galement des comp&eacute;tences en arts qimen. Son mode de vie simple contraste avec ses talents remarquables, faisant d&rsquo;elle une figure &agrave; la fois humble et puissante.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Son quotidien consiste &agrave; arpenter les montagnes en toute s&eacute;r&eacute;nit&eacute;, r&eacute;coltant du rotin avec soin. Elle tisse avec pr&eacute;cision diverses cr&eacute;ations artisanales, souvent en compagnie des animaux sauvages qui peuplent la for&ecirc;t environnante. Sa pr&eacute;sence est facilement reconnaissable : une jeune fille aux cheveux orn&eacute;s d&rsquo;une hirondelle en argent, symbole de sa connexion avec la nature.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les aventuriers qui croisent sa route auront la chance de b&eacute;n&eacute;ficier de ses pr&eacute;cieux conseils pour exploiter ses aptitudes en combat. Que ce soit pour ma&icirc;triser ses techniques de rotin ou pour appliquer ses connaissances en qimen, Lan Yan se r&eacute;v&egrave;le &ecirc;tre une alli&eacute;e pr&eacute;cieuse dans l&rsquo;exploration du vallon et ses myst&egrave;res.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce guide, mis &agrave; jour r&eacute;cemment avec la version Luna II (6.1), vous permettra de d&eacute;couvrir comment optimiser ses talents pour affronter les d&eacute;fis qui se pr&eacute;sentent. Apprenez &agrave; conna&icirc;tre ses mani&egrave;res de combattre et &agrave; comprendre avec qui il est avantageux de l&rsquo;associer pour tirer le meilleur parti de ses comp&eacute;tences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8485436919ba505f8besRifmISe03&quot; height=&quot;419&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8485436919ba505f8besRifmISe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lan Yan se distingue par l&rsquo;utilisation strat&eacute;gique d&rsquo;un catalyseur et de l&rsquo;&eacute;l&eacute;ment An&eacute;mo, ce qui lui conf&egrave;re des capacit&eacute;s de contr&ocirc;le et de soutien appr&eacute;ciables. Son bouclier, bas&eacute; sur l&rsquo;&eacute;l&eacute;ment An&eacute;mo, offre une protection pr&eacute;cieuse &agrave; l&rsquo;&eacute;quipe tout en lui permettant de manipuler la disposition du combat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ses attaques normales, bien que peu impressionnantes en termes de d&eacute;g&acirc;ts bruts, jouent un r&ocirc;le cl&eacute; dans la g&eacute;n&eacute;ration de dispersions, surtout lorsqu&rsquo;elles sont combin&eacute;es avec d&rsquo;autres r&eacute;actions &eacute;l&eacute;mentaires. Ces dispersions peuvent s&rsquo;av&eacute;rer tr&egrave;s efficaces pour d&eacute;stabiliser l&rsquo;adversaire.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La comp&eacute;tence &eacute;l&eacute;mentaire &laquo; Danse plum&eacute;e d&rsquo;hirondelle-follet &raquo; constitue un moment cl&eacute; du gameplay. Elle consiste en une avanc&eacute;e rapide qui forge un bouclier An&eacute;mo en fonction de la puissance de l&rsquo;attaque de Lan Yan. Lorsqu&rsquo;un ennemi est touch&eacute;, elle effectue un saut en arri&egrave;re, se retrouvant momentan&eacute;ment en suspension dans les airs. Cette posture a&eacute;rienne permet d&rsquo;envoyer un anneau tourbillonnant autour des ennemis proches en utilisant une attaque normale ou une nouvelle attaque, augmentant ainsi les d&eacute;g&acirc;ts inflig&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le passif &laquo; Quatre charmes divinatoires scell&eacute;s &raquo; renforce cette capacit&eacute; en rendant le bouclier plus r&eacute;sistant si l&rsquo;attaque touche un adversaire affect&eacute; par pyro, hydro, &eacute;lectro ou cryo. De plus, l&rsquo;anneau tournoyant qu&rsquo;elle lance dans la seconde phase de sa comp&eacute;tence inflige aussi des d&eacute;g&acirc;ts suppl&eacute;mentaires en fonction de l&rsquo;&eacute;l&eacute;ment absorb&eacute;, ce qui permet d&rsquo;adapter la strat&eacute;gie selon la composition ennemie.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f84c48b1ac879a97095eae7HCZ4503&quot; height=&quot;607&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f84c48b1ac879a97095eae7HCZ4503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le pouvoir de Lan Yan se manifeste principalement &agrave; travers son attaque ultime, connue sous le nom de &laquo; D&eacute;cha&icirc;nement de Lan Yan &raquo;. Cette capacit&eacute; inflige des d&eacute;g&acirc;ts en zone, appel&eacute;s aussi d&eacute;g&acirc;ts an&eacute;mo, tout en attirant les ennemis situ&eacute;s &agrave; proximit&eacute;. Elle constitue une excellente option pour contr&ocirc;ler le champ de bataille et infliger des d&eacute;g&acirc;ts massifs en un seul coup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Son talent passif, &laquo; Charme panach&eacute; d&rsquo;exorcisme &raquo;, joue un r&ocirc;le cl&eacute; dans l&rsquo;optimisation de ses performances. En augmentant la puissance de ses comp&eacute;tences et de son d&eacute;cha&icirc;nement, ce passif se base sur le niveau de ma&icirc;trise de son &eacute;l&eacute;ment, ce qui encourage &agrave; investir dans cette statistique pour maximiser son efficacit&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En ce qui concerne ses comp&eacute;tences, la priorit&eacute; doit &ecirc;tre donn&eacute;e &agrave; l&rsquo;am&eacute;lioration de la capacit&eacute; qui renforce son bouclier. Un bouclier plus r&eacute;sistant permet &agrave; Lan Yan de mieux r&eacute;sister aux attaques ennemies. Bien que vous puissiez &eacute;galement envisager d&rsquo;am&eacute;liorer l&eacute;g&egrave;rement son d&eacute;cha&icirc;nement pour augmenter ses d&eacute;g&acirc;ts, il est g&eacute;n&eacute;ralement peu avantageux de monter ses attaques normales, car elles ne sont pas aussi cruciales dans son kit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f84e66960d022303544c7CNzgL7H03&quot; height=&quot;567&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f84e66960d022303544c7CNzgL7H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f850015bde295207351brZCeTiFQ03&quot; height=&quot;276&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f850015bde295207351brZCeTiFQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Utilit&eacute; et Synergie d Lan Yan&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En raison de sa nature &eacute;l&eacute;mentaire de type An&eacute;mo, Lan Yan trouve naturellement sa place dans des compositions o&ugrave; elle peut maximiser ses capacit&eacute;s de contr&ocirc;le et de protection. Elle est particuli&egrave;rement efficace en tant que protectrice aux c&ocirc;t&eacute;s de personnages DPS Pyro, Hydro, &Eacute;lectro ou Cryo, en leur offrant l&rsquo;un des boucliers les plus solides du jeu, capable de r&eacute;sister &agrave; de nombreuses attaques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cependant, son utilisation ne se limite pas &agrave; ces &eacute;quipes sp&eacute;cifiques. Elle peut &eacute;galement int&eacute;grer diverses autres compositions, bien que dans ces cas-l&agrave;, elle soit souvent remplac&eacute;e par un soigneur ou un bouclier qui conf&egrave;rent des bonus plus adapt&eacute;s aux besoins du groupe. Son bouclier est surtout avantageux pour soutenir des h&eacute;ros qui ont besoin de protection contre des interruptions ou qui jouent avec des PV faibles, tels que Arlecchino, Lyney, Yoimiya, Hu Tao, Neuvillette ou Ganyu. De plus, tout DPS de l&rsquo;un des quatre &eacute;l&eacute;ments mentionn&eacute;s appr&eacute;ciera sa pr&eacute;sence pour renforcer la survie de l&rsquo;&eacute;quipe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est &eacute;galement important de noter que Lan Yan peut b&eacute;n&eacute;ficier de l&rsquo;histoire des Chasseurs de Dragon, et que sa constellation C4 lui conf&egrave;re une ma&icirc;trise &eacute;l&eacute;mentaire suppl&eacute;mentaire pour toute l&rsquo;&eacute;quipe, offrant un bon &eacute;quilibre entre ses capacit&eacute;s offensives et d&eacute;fensives.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par ailleurs, elle peut &ecirc;tre utilis&eacute;e dans une configuration ax&eacute;e sur des r&eacute;actions &eacute;l&eacute;mentaires, notamment &eacute;lectrocution, suractivation ou exub&eacute;rance. Dans ce cas, elle est accompagn&eacute;e de personnages qui appliquent passivement leur &eacute;l&eacute;ment, tels que Fischl, Ororon, Yae Miko, Xingqiu, Yelan, Furina, Nahida, Baizhu, Collei ou le Voyageur Dendro. Ces compositions exploitent la synergie entre Lan Yan et ces h&eacute;ros pour maximiser l&rsquo;impact des r&eacute;actions &eacute;l&eacute;mentaires.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exemples d&rsquo;&eacute;quipes :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8522e65f2062ad28e9321pg1Kfc03&quot; height=&quot;173&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8522e65f2062ad28e9321pg1Kfc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8546f6ad90c7473957dRIsjUMN903&quot; height=&quot;212&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8546f6ad90c7473957dRIsjUMN903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f85680ab1e6b746905d4vKdblQvD03&quot; height=&quot;212&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f85680ab1e6b746905d4vKdblQvD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f85966960d0223035488fh79erFD03&quot; height=&quot;419&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f85966960d0223035488fh79erFD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lan Yan privil&eacute;gie principalement le set &laquo; Ombre de la Verte Chasseuse &raquo; pour diminuer la r&eacute;sistance des ennemis face aux &eacute;l&eacute;ments pyro, hydro, &eacute;lectro et cryo, maximisant ainsi son efficacit&eacute; offensive.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lorsqu&rsquo;elle est associ&eacute;e &agrave; un personnage principal de m&ecirc;l&eacute;e d&rsquo;un autre &eacute;l&eacute;ment, il est conseill&eacute; d&rsquo;adopter un &eacute;quipement de soutien adapt&eacute; &agrave; la composition de l&rsquo;&eacute;quipe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par exemple, le set &laquo; Ancien Rituel Royal &raquo; peut augmenter l&rsquo;attaque globale, tandis que le set &laquo; Instructeur &raquo; am&eacute;liore la ma&icirc;trise &eacute;l&eacute;mentaire.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour les personnages de type nod-krai, &laquo; S&eacute;r&eacute;nade de la Lune Soyeuse &raquo; constitue une bonne option, tout comme &laquo; Parchemin du H&eacute;ros de la Cit&eacute; de Braise &raquo; avec un MDPS an&eacute;mo.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Concernant les statistiques principales, il est recommand&eacute; d&rsquo;utiliser un sablier, une coupe, et un diad&egrave;me en pourcentage d&rsquo;attaque pour optimiser la puissance de ses boucliers, avec &eacute;ventuellement un diad&egrave;me en taux critique si elle porte le code de Favonius.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cependant, si vous avez d&eacute;bloqu&eacute; sa constellation 2 (C2), vous pouvez envisager d&rsquo;opter pour un bouclier moins robuste, en lui assignant une coupe en d&eacute;g&acirc;ts an&eacute;mo ou un diad&egrave;me en taux ou d&eacute;g&acirc;ts critiques pour amplifier ses d&eacute;g&acirc;ts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cela peut &ecirc;tre particuli&egrave;rement efficace si vous la combinez avec des personnages comme Bennett qui offrent des boosts de soutien.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En ce qui concerne les sous-statistiques, l&rsquo;objectif principal est d&rsquo;accumuler de l&rsquo;attaque en pourcentage, tout en recherchant aussi le taux critique, les d&eacute;g&acirc;ts critiques, et la ma&icirc;trise &eacute;l&eacute;mentaire pour maximiser ses performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La recharge d&rsquo;&eacute;nergie est g&eacute;n&eacute;ralement moins prioritaire, car il faut souvent une grande quantit&eacute; pour pouvoir d&eacute;clencher ses comp&eacute;tences &agrave; chaque rotation, mais disposer d&rsquo;un peu de recharge peut n&eacute;anmoins s&rsquo;av&eacute;rer utile dans certains cas.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f85da1f30f87920beb51h7DXLdi103&quot; height=&quot;551&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f85da1f30f87920beb51h7DXLdi103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Choix d&rsquo;&eacute;quipements pour Lan Yan&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour maximiser l&rsquo;efficacit&eacute; de Lan Yan, l&rsquo;&eacute;quipement id&eacute;al reste souvent la Veill&eacute;e d&rsquo;appel d&rsquo;&eacute;toiles. Cette arme offre un double avantage : elle augmente consid&eacute;rablement les d&eacute;g&acirc;ts inflig&eacute;s par l&rsquo;&eacute;quipe tout en renfor&ccedil;ant la ma&icirc;trise &eacute;l&eacute;mentaire de Lan Yan, ce qui optimise ses propres performances offensives.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cependant, en pratique, l&rsquo;arme la plus couramment choisie est l&rsquo;Histoire des chasseurs de dragon. Ce sabre de 3 &eacute;toiles procure un bonus d&rsquo;attaque significatif au h&eacute;ros qui entre en jeu, ce qui est tr&egrave;s utile pour lancer rapidement des combos puissants.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&rsquo;autres options peuvent &eacute;galement convenir selon la composition de votre &eacute;quipe. L&rsquo;Anneau des Hakushin est int&eacute;ressant si vous jouez avec un personnage Electro en DPS principal, car il favorise la g&eacute;n&eacute;ration d&rsquo;&eacute;nergie. Le Code de Favonius est pratique pour assurer une r&eacute;g&eacute;n&eacute;ration continue d&rsquo;&eacute;nergie, permettant &agrave; Lan Yan d&rsquo;utiliser ses comp&eacute;tences plus fr&eacute;quemment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez exploiter la ma&icirc;trise &eacute;l&eacute;mentaire, l&rsquo;&Eacute;toile du Soir Errante est une alternative viable, surtout si votre &eacute;quipe b&eacute;n&eacute;ficie d&eacute;j&agrave; d&rsquo;un bon taux de ma&icirc;trise. Enfin, pour ceux qui cherchent &agrave; ajouter une touche de soin ou de soutien, le Prototype Malice peut &ecirc;tre envisag&eacute;, car il conf&egrave;re &eacute;galement des capacit&eacute;s de r&eacute;g&eacute;n&eacute;ration de sant&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f8612e65f2062ad28f71xSiL30Y503&quot; height=&quot;520&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f8612e65f2062ad28f71xSiL30Y503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f864c221577c076f40b6yGcR1pTc03&quot; height=&quot;520&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f864c221577c076f40b6yGcR1pTc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La comp&eacute;tence passive de la constellation 1 conf&egrave;re &agrave; Lan Yan la capacit&eacute; d&rsquo;envoyer un anneau suppl&eacute;mentaire lorsqu&rsquo;elle absorbe un &eacute;l&eacute;ment, augmentant ainsi ses d&eacute;g&acirc;ts et ses r&eacute;actions en combat. Toutefois, cette am&eacute;lioration n&rsquo;apporte que peu de b&eacute;n&eacute;fices pour son r&ocirc;le de soutien.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En activant la constellation 2, son bouclier b&eacute;n&eacute;ficie d&rsquo;une r&eacute;g&eacute;n&eacute;ration partielle toutes les deux secondes, &agrave; condition qu&rsquo;elle effectue des attaques normales avec son personnage d&eacute;ploy&eacute;. Cela rend son bouclier quasiment invuln&eacute;rable tant qu&rsquo;il n&rsquo;est pas d&eacute;truit en un seul coup, ce qui reste une situation peu fr&eacute;quente.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La constellation 4 offre un bonus de ma&icirc;trise &eacute;l&eacute;mentaire &agrave; l&rsquo;ensemble de l&rsquo;&eacute;quipe apr&egrave;s que Lan Yan ait utilis&eacute; son d&eacute;cha&icirc;nement. Bien que cette augmentation soit mod&eacute;r&eacute;e, elle constitue un atout appr&eacute;ciable pour renforcer la synergie des &eacute;l&eacute;ments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, la constellation 6 permet &agrave; Lan Yan d&rsquo;utiliser sa comp&eacute;tence une deuxi&egrave;me fois. Comme pour la c1, cette capacit&eacute; augmente ses d&eacute;g&acirc;ts personnels, mais n&rsquo;apporte que peu d&rsquo;avantages pour le reste de l&rsquo;&eacute;quipe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f866015bde29520735d7siKmSa4703&quot; height=&quot;442&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f866015bde29520735d7siKmSa4703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;H&eacute;ro&iuml;ne bouclier dans Genshin&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lan Yan se distingue actuellement comme la seule h&eacute;ro&iuml;ne dans Genshin Impact &agrave; poss&eacute;der la capacit&eacute; de g&eacute;n&eacute;rer un bouclier, offrant ainsi une combinaison unique de protections solides et d&#039;options offensives efficaces. Pour ne rien manquer des derni&egrave;res nouveaut&eacute;s et astuces concernant le jeu, n&#039;h&eacute;sitez pas &agrave; suivre notre compte Twitter et &agrave; rejoindre notre communaut&eacute; sur Discord.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f86a479ff8d26c66ea02g1I2daiq03&quot; height=&quot;684&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f86a479ff8d26c66ea02g1I2daiq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la monnaie virtuelle de luxe dans Genshin Impact, principalement utilis&eacute;e pour obtenir des primo-gemmes qui permettent de faire des v&oelig;ux et d&rsquo;acqu&eacute;rir de nouveaux personnages ou armes. Pour se procurer du Cristal primaire, il faut effectuer un achat via des plateformes de recharge fiables comme Codashop, Midasbuy ou la boutique officielle du jeu. Une fois achet&eacute;, le Cristal primaire peut &ecirc;tre &eacute;chang&eacute; en jeu pour profiter de divers avantages exclusifs. Son acquisition se fait uniquement par des transactions r&eacute;elles, ce qui en fait une ressource pr&eacute;cieuse pour les joueurs souhaitant progresser rapidement.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si les joueurs souhaitent effectuer une recharge de Cristal primaire, ils peuvent envisager d&rsquo;utiliser la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; pour profiter d&rsquo;une exp&eacute;rience pratique et avantageuse. Sur lootbar.gg, le processus de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt; est simplifi&eacute;, permettant aux utilisateurs d&rsquo;acqu&eacute;rir rapidement et facilement des cristaux primaires pour Genshin Impact, le c&eacute;l&egrave;bre jeu en monde ouvert de hoyoverse. Cette solution propose une interface conviviale et s&eacute;curis&eacute;e, garantissant que les transactions sont fiables et transparentes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les avantages de la plateforme lootbar ne se limitent pas &agrave; la simplicit&eacute; d&rsquo;utilisation : elle offre &eacute;galement des tarifs attractifs pour la recharge de Cristal primaire. Contrairement &agrave; d&rsquo;autres m&eacute;thodes, lootbar permet aux joueurs d&rsquo;acheter des packs de cristaux en une seule op&eacute;ration, ce qui facilite la gestion du budget et &eacute;vite des paiements multiples. En outre, la plateforme assure que le &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge cristal&lt;/a&gt; se fait par des voies officielles, ce qui prot&egrave;ge les comptes des joueurs et leur permet de profiter pleinement des bonus et promotions du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, choisir lootbar pour la recharge de cristaux primaires, c&rsquo;est b&eacute;n&eacute;ficier d&rsquo;un service rapide avec des &eacute;conomies substantielles. Les prix propos&eacute;s par lootbar.gg sont souvent inf&eacute;rieurs &agrave; ceux des autres options de rechargement, permettant ainsi aux joueurs d&rsquo;obtenir plus de valeur pour leur investissement dans Genshin Impact. Que ce soit pour am&eacute;liorer l&rsquo;exp&eacute;rience de jeu ou pour acc&eacute;der &agrave; plus d&rsquo;avantages en jeu, lootbar s&rsquo;impose comme une r&eacute;f&eacute;rence incontournable pour les amateurs de genshin recharge cristal.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour effectuer un &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt; de Cristal primaire sur la plateforme LootBar, commencez par acc&eacute;der au site officiel lootbar.gg. Choisissez d&rsquo;abord la langue et la devise qui vous conviennent, puis connectez-vous &agrave; votre compte. Une fois connect&eacute;, dirigez-vous vers la section de recharge de jeux et s&eacute;lectionnez Genshin Impact parmi les options disponibles. Ensuite, indiquez la quantit&eacute; de Cristal primaire souhait&eacute;e et cliquez sur le bouton pour proc&eacute;der &agrave; la recharge imm&eacute;diate.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s cette &eacute;tape, il est n&eacute;cessaire de choisir votre serveur de jeu et de saisir votre UID Genshin Impact pour garantir que les cristaux soient cr&eacute;dit&eacute;s sur le bon compte. Finalisez l&rsquo;op&eacute;ration en appuyant sur le bouton de recharge, puis s&eacute;lectionnez votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e parmi celles propos&eacute;es. Une fois le paiement effectu&eacute;, les Cristal primaire seront ajout&eacute;s &agrave; votre compte, vous permettant de profiter pleinement de vos achats dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(146, 278, '', 'FC 26 Coins &ndash; How to Get D&eacute;sir&eacute; Dou&eacute;&#039;s Card Fast', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About D&eacute;sir&eacute; Dou&eacute;&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;sir&eacute; Dou&eacute; has established himself as a promising football talent, recognized for his dynamic presence on the field and his technical proficiency. Hailing from France, he has rapidly progressed through the ranks to become a notable figure in professional football. His journey reflects a blend of natural skill and dedicated training, which has shaped his unique playing style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What truly sets Dou&eacute; apart is his effectiveness as a Right Wing player. With remarkable pace and agility, he consistently outmaneuvers defenders and creates scoring opportunities for his team. His vision and creativity allow him to deliver precise crosses and contribute both in attack and support, making him a valuable asset on the flank.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond his on-field achievements, D&eacute;sir&eacute; Dou&eacute; is admired for his commitment to teamwork and his positive attitude. His work ethic and passion for the game are evident in every match, inspiring both teammates and fans. As he continues to develop his career, Dou&eacute; is poised to make an even greater impact in the world of football.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;D&eacute;sir&eacute; Dou&eacute;&#039;s Ratings Reload card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;sir&eacute; Dou&eacute;&rsquo;s Ratings Reload card showcases him as a dynamic Right Wing with an impressive overall rating of 87, making him a standout option for any squad. This card boasts exceptional dribbling at 91, rapid pace at 85, and solid shooting at 82, ensuring Dou&eacute; can slice through defenses and capitalize on scoring opportunities. With passing rated at 80, he can set up teammates effectively, while his physicality at 77 adds resilience in duels. As a sharp attacking winger, Dou&eacute;&rsquo;s blend of speed, skill, and finishing ability makes him the perfect weapon to break down opposition lines and deliver match-winning moments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f72e015bde295207286cOJkvikil03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f72e015bde295207286cOJkvikil03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain D&eacute;sir&eacute; Dou&eacute;&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are a few main methods you can try. One way is to purchase card packs and hope to obtain the desired card, such as D&eacute;sir&eacute; Dou&eacute;&#039;s Ratings Reload card, though this method relies heavily on luck and the odds of success are quite low. Another approach is to complete Squad Building Challenges (SBCs), which may reward you with the Ratings Reload card as part of the completion prizes; however, these challenges can require significant time and resources. Lastly, you can buy the card directly from the transfer market, but this method can be costly, as the current price for D&eacute;sir&eacute; Dou&eacute;&#039;s Ratings Reload card is around 0.46 million UT Coins, making it a significant investment. Each method has its own drawbacks, so it&rsquo;s important to choose the one that best fits your resources and play style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6920f730e81d1b51dfcabf78wQXTisxG03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/6920f730e81d1b51dfcabf78wQXTisxG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, most players try to get &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa coins&lt;/a&gt; through in-game methods such as selling player cards, completing objective goals, or grinding various game modes for rewards. However, these conventional methods often depend on your skill level, time commitment, and a fair amount of luck. If you&#039;re aiming to buy a high-value player card like Team of the Week 9 Mbapp&eacute;, collecting enough FC 26 Coins can take months, which can be frustrating for those who want to strengthen their squad quickly or keep up with the competition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A much faster and more convenient option is to use the LootBar trading platform, which allows you to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc 26 coins&lt;/a&gt; safely and efficiently. LootBar is known for offering &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap fifa coins&lt;/a&gt;, and for around $417 (thanks to a 10% discount for new users), you can secure 5 million FC 26 Coins&mdash;enough to get your dream player instantly. The platform prioritizes account security and guarantees quick delivery through secure trading methods, so you don&rsquo;t have to worry about the safety of your purchase. If you&rsquo;re looking to build the best Ultimate Team without the long grind, LootBar is the best choice to buy FC 26 Coins quickly and easily.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(147, 279, '', 'X VPN Detection Feature: Privacy Risks &amp; Concerns', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f70a80ab1e6b7468fbe7am3Z2RAp03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f70a80ab1e6b7468fbe7am3Z2RAp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Privacy advocates and companies have voiced strong opposition to X&#039;s newly implemented feature flagging VPN usage&lt;/p&gt;\n&lt;p&gt;The platform began rolling out the capability on November 21, 2025, displaying location accuracy warnings on profiles&lt;/p&gt;\n&lt;p&gt;Product lead Mikita Bier confirmed this initiative aims to combat troll accounts by revealing account base countries&lt;/p&gt;\n&lt;p&gt;When detecting VPN connections, X now shows alerts indicating displayed regions &quot;may not be accurate&quot;&lt;/p&gt;\n&lt;p&gt;Crucially, the system doesn&#039;t block VPN access but risks exposing vulnerable users globally&lt;/p&gt;\n&lt;p&gt;Netblocks&#039; research director warned this could endanger activists and journalists under repressive regimes&lt;/p&gt;\n&lt;p&gt;Surfshark&#039;s CTO highlighted how VPN detection undermines essential privacy tools for evading surveillance&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s expert noted the warnings create suspicion around privacy-conscious users unnecessarily&lt;/p&gt;\n&lt;p&gt;Technical concerns emerged about X potentially using app-store regions instead of actual locations&lt;/p&gt;\n&lt;p&gt;Proton VPN cautioned this approach might subject users to incorrect jurisdiction rules&lt;/p&gt;\n&lt;p&gt;Implementation details remain unclear as X hasn&#039;t responded to clarification requests&lt;/p&gt;\n&lt;p&gt;The controversy underscores ongoing tensions between platform moderation and digital privacy rights&lt;/p&gt;\n&lt;p&gt;Ultimately, the impact depends on X&#039;s deployment strategy for this contentious feature&lt;/p&gt;\n&lt;p&gt;TechRadar continues monitoring developments while encouraging followers via Google News&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they may face geo-restrictions, censorship, or privacy concerns that prevent access to adult sites. Unblock porn through VPNs allows users to bypass regional blocks, protect their browsing anonymity, and enjoy unrestricted access to desired adult content from anywhere.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted pornographic content by unblocking porn sites, you may want to consider the SafeShell VPN. Its standout benefits include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nLightning-fast speeds that eliminate buffering, enabling smooth HD streaming of restricted adult content without compromising security. \n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode technology that bypasses geographic barriers, allowing simultaneous access to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; across multiple regions without manual server switching. \n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade ShellGuard encryption that renders your activity untraceable to ISPs, network administrators, and surveillance systems, ensuring anonymous browsing. \n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support for up to 5 connections across smartphones, computers, and streaming devices, delivering comprehensive protection on all platforms.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Here&#039;s the step-by-step process to use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a suitable SafeShell VPN plan directly through their official website.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell application on your specific device, ensuring compatibility with your operating system.\n&lt;/li&gt;\n&lt;li&gt;\nWithin the app settings, activate App Mode to optimize the VPN connection for specific applications needing regional access.\n&lt;/li&gt;\n&lt;li&gt;\nSelect your desired server location from SafeShell VPN&#039;s extensive global network to match the region of the content you wish to access.\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected to your chosen server through SafeShell VPN, you can securely browse with complete anonymity and privacy.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(148, 280, '', 'Tomb Raider: The Legend of Lara Croft &ndash; Streaming Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f83e2c9a52f681eabd2b0RY0vzyh03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f83e2c9a52f681eabd2b0RY0vzyh03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing &quot;Tomb Raider: The Legend of Lara Croft&quot; - Your Complete Streaming Guide&lt;/p&gt;\n&lt;p&gt;Ready to join Lara Croft on her latest adventure? The highly anticipated animated series &quot;Tomb Raider: The Legend of Lara Croft&quot; arrives on Netflix on October 10, 2024, continuing the story after the survivor trilogy games. Whether you&#039;re traveling, at work, or in a region with restricted access, here&#039;s how to ensure you don&#039;t miss any of the action.&lt;/p&gt;\n&lt;p&gt;Streaming Challenges You Might Face&lt;/p&gt;\n&lt;p&gt;Many viewers encounter unexpected obstacles when trying to stream their favorite shows. These can include:&lt;/p&gt;\n&lt;p&gt;&bull; Bandwidth restrictions on public WiFi networks at airports, hotels, and cafes&lt;/p&gt;\n&lt;p&gt;&bull; Network blocks at workplaces and educational institutions&lt;/p&gt;\n&lt;p&gt;&bull; Regional unavailability in countries like China, Russia, North Korea, Syria, and Crimea&lt;/p&gt;\n&lt;p&gt;&bull; Internet throttling that affects streaming quality&lt;/p&gt;\n&lt;p&gt;Fortunately, there&#039;s a straightforward solution to these challenges.&lt;/p&gt;\n&lt;p&gt;Unlocking Access with a Virtual Private Network&lt;/p&gt;\n&lt;p&gt;A VPN creates a secure, private connection that can bypass network restrictions while protecting your online privacy. Here&#039;s a simple five-step process to get started:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSelect a reliable VPN service (premium options offer better performance for streaming)\n&lt;/li&gt;\n&lt;li&gt;\nComplete the subscription process for your chosen provider\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server in a region where Netflix is available (US, UK, Canada, or Australia)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch Netflix and enjoy Lara Croft&#039;s latest adventures\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;If you experience any connection issues, clearing your browser cache and cookies often resolves them by removing location identifiers.&lt;/p&gt;\n&lt;p&gt;What to Look for in a Streaming VPN&lt;/p&gt;\n&lt;p&gt;When choosing a VPN specifically for watching &quot;Tomb Raider,&quot; consider these essential factors:&lt;/p&gt;\n&lt;p&gt;&bull; Consistent Netflix compatibility across multiple regions&lt;/p&gt;\n&lt;p&gt;&bull; High-speed connections that prevent buffering during HD streaming&lt;/p&gt;\n&lt;p&gt;&bull; Strong encryption and privacy protections&lt;/p&gt;\n&lt;p&gt;&bull; Strict no-logging policies that ensure your viewing habits remain private&lt;/p&gt;\n&lt;p&gt;&bull; Cross-platform support for all your devices&lt;/p&gt;\n&lt;p&gt;&bull; Available customer support if technical issues arise&lt;/p&gt;\n&lt;p&gt;Why Free VPNs May Disappoint&lt;/p&gt;\n&lt;p&gt;While free VPN options exist, they typically fall short for streaming purposes due to:&lt;/p&gt;\n&lt;p&gt;&bull; Severe data limitations that cut your viewing session short&lt;/p&gt;\n&lt;p&gt;&bull; Slower connection speeds causing constant buffering&lt;/p&gt;\n&lt;p&gt;&bull; Limited server options that may not access Netflix&lt;/p&gt;\n&lt;p&gt;&bull; Potential privacy concerns and data collection practices&lt;/p&gt;\n&lt;p&gt;About the Series&lt;/p&gt;\n&lt;p&gt;&quot;Tomb Raider: The Legend of Lara Croft&quot; continues the beloved archaeologist&#039;s story following the events of the survivor trilogy games. While plot details remain under wraps, fans can expect the signature blend of archaeological discovery, action sequences, and the iconic character development that has defined the franchise.&lt;/p&gt;\n&lt;p&gt;As a Netflix original, the series will release simultaneously across most of the platform&#039;s 150+ regions, making it widely accessible to international audiences&mdash;provided you have the right tools to connect.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions on Netflix content by connecting to servers in various countries. It is primarily used to access a wider range of shows and movies that may not be available in the user&#039;s location. By using a Netflix VPN, viewers can enjoy a more diverse streaming experience regardless of their physical location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for its exceptional features and reliability. SafeShell VPN offers numerous benefits that make it a top choice for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; streaming experiences.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed dedicated servers ensure buffer-free playback and HD streaming, allowing you to enjoy your favorite Netflix content without frustrating interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility lets you connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely allows access to multiple regional Netflix libraries at the same time, expanding your entertainment options significantly.\n&lt;/li&gt;\n&lt;li&gt;\nUnlimited bandwidth with lightning-fast speeds eliminates common issues like buffering and throttling that plague other VPN services.\n&lt;/li&gt;\n&lt;li&gt;\nThe proprietary &quot;ShellGuard&quot; protocol provides military-grade security for your browsing sessions, ensuring your streaming activities remain private and protected.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan gives you the opportunity to test all these premium features before committing to a subscription, making SafeShell VPN a risk-free solution for your Netflix streaming needs.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how you can quickly set up and start streaming your favorite shows from anywhere:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVisit SafeShell VPN&#039;s website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device (Windows, macOS, iOS, or Android)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and log into your account with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select the APP mode which is specifically optimized for streaming services\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where your desired Netflix content is available\n&lt;/li&gt;\n&lt;li&gt;\nOpen your Netflix application or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nStart enjoying unlimited access to region-specific Netflix content without any restrictions\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Remember that different servers provide access to different Netflix libraries, so you can switch between them to explore content from around the world.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(149, 281, '', 'Harry Potter Series: Season 2 Development Begins', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6876e5d5ef6f10d7295ced09vsiUH3Ay03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6876e5d5ef6f10d7295ced09vsiUH3Ay03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Casey Bloys, HBO&#039;s CEO, has announced that development for the Harry Potter series&#039; second season is already underway&lt;/p&gt;\n&lt;p&gt;even as production continues on its debut season.&lt;/p&gt;\n&lt;p&gt;The show remains slated for a 2027 premiere.&lt;/p&gt;\n&lt;p&gt;Despite this timeline, writers are actively crafting Season 2 narratives now.&lt;/p&gt;\n&lt;p&gt;Bloys stressed the importance of minimizing gaps between seasons&lt;/p&gt;\n&lt;p&gt;notably for the young cast and audience retention.&lt;/p&gt;\n&lt;p&gt;&quot;We&rsquo;ll avoid an extended hiatus if possible,&quot;&lt;/p&gt;\n&lt;p&gt;he informed reporters,&lt;/p&gt;\n&lt;p&gt;acknowledging the challenges posed by the show&rsquo;s scale and complex effects.&lt;/p&gt;\n&lt;p&gt;HBO&rsquo;s plan adapts each J.K. Rowling novel per season&lt;/p&gt;\n&lt;p&gt;indicating a potential seven-season journey.&lt;/p&gt;\n&lt;p&gt;Filming for Season 1 commenced earlier this year&lt;/p&gt;\n&lt;p&gt;starring Dominic McLaughlin as Harry Potter.&lt;/p&gt;\n&lt;p&gt;Arabella Stanton portrays Hermione Granger&lt;/p&gt;\n&lt;p&gt;while Alastair Stout embodies Ron Weasley.&lt;/p&gt;\n&lt;p&gt;Supporting roles include John Lithgow as Dumbledore&lt;/p&gt;\n&lt;p&gt;Janet McTeer as Professor McGonagall&lt;/p&gt;\n&lt;p&gt;and Nick Frost as the beloved Rubeus Hagrid.&lt;/p&gt;\n&lt;p&gt;Gardiner and Mark Mylod helm writing and directing duties respectively.&lt;/p&gt;\n&lt;p&gt;Rowling recently visited the UK set&lt;/p&gt;\n&lt;p&gt;inspecting progress on her beloved franchise&#039;s adaptation.&lt;/p&gt;\n&lt;p&gt;Production spans Warner Bros. Studios Leavesden and various on-location sites.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the extraordinary life of young wizard Harry Potter, focusing on his adventures, friendships, and ultimate confrontations with the dark wizard Voldemort during his years at Hogwarts School of Witchcraft and Wizardry. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the movies are typically available through major subscription streaming services and for digital rental or purchase from online retailers. Availability can vary by region, but these platforms generally offer global access to the beloved franchise.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;For viewers seeking access to region-restricted Netflix libraries featuring popular titles like the Harry Potter series, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents an optimal solution.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers exceptionally fast connection speeds specifically engineered for buffer-free Netflix streaming, ensuring smooth playback in high definition even during peak hours. Its lightning-fast servers eliminate frustrating lag and bandwidth throttling, transforming your viewing experience with consistently reliable performance.&lt;/p&gt;\n\n&lt;p&gt;The versatility of SafeShell VPN stands out, allowing simultaneous connections on up to five different devices across platforms like Windows, macOS, iOS, Android, and smart TVs. Coupled with its exclusive App Mode, you can effortlessly unlock and stream content from multiple international Netflix regions simultaneously, vastly expanding your entertainment choices beyond local restrictions.&lt;/p&gt;\n\n&lt;p&gt;Top-tier security is fundamental with SafeShell VPN, leveraging the proprietary ShellGuard protocol and military-grade encryption to shield your online activities and sensitive data from surveillance. This robust protection allows you to browse and stream with absolute confidence. Furthermore, its flexible free trial plan offers full access to all premium features, enabling you to personally verify its speed, security, and multi-region capabilities before any commitment.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website, selecting the plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the appropriate SafeShell VPN app or software for your device, whether it&#039;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account. To optimize your viewing experience, select the APP mode within the app. Then, browse the list of available servers and choose one located in the region where you want to access Harry Potter movies, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to the selected server. Finally, open Netflix on your device, log into your account, and enjoy watching Harry Potter movies from your preferred region seamlessly.&lt;/p&gt;', 9, 'game'),
(150, 282, '', 'Mullvad VPN LWO: Bypass Firewalls&mdash;Faster, Smarter', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f6e9754080a409595a71dtqiBYE203&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f6e9754080a409595a71dtqiBYE203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mullvad VPN subscribers can now access a streamlined solution to circumvent network restrictions.&lt;/p&gt;\n&lt;p&gt;Available immediately on desktop operating systems and Android, with iOS compatibility expected soon.&lt;/p&gt;\n&lt;p&gt;This new method, dubbed LWO, subtly alters WireGuard headers to prevent identification by firewalls.&lt;/p&gt;\n&lt;p&gt;Speed remains uncompromised, even on devices with limited processing power.&lt;/p&gt;\n&lt;p&gt;Unlike bulkier techniques such as QUIC obfuscation, LWO avoids heavy computational demands.&lt;/p&gt;\n&lt;p&gt;QUIC, while effective in web-permissive environments, significantly reduces throughput due to its tunneling approach.&lt;/p&gt;\n&lt;p&gt;LWO&#039;s efficiency makes it suitable for regions with aggressive censorship.&lt;/p&gt;\n&lt;p&gt;Mullvad is reinforcing its focus on WireGuard by discontinuing OpenVPN support early next year.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f6c935ca6981b3104dc8awOILdjD07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f6c935ca6981b3104dc8awOILdjD07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mullvad has recently introduced Lightweight Obfuscation (LWO) to enhance VPN connectivity. Currently, this feature is accessible on desktop platforms and Android devices. An official from Mullvad has shared that iOS support is planned for the first quarter of 2026.&lt;/p&gt;\n&lt;p&gt;To utilize LWO, users must ensure their apps are updated to at least version 2025.13 on desktop or 2025.9 on Android. The obfuscation feature activates automatically when the VPN detects connectivity issues, attempting to establish a connection through LWO after several failed attempts.&lt;/p&gt;\n&lt;p&gt;For users who prefer LWO to be enabled by default, it can be turned on manually within the app&rsquo;s settings&mdash;navigate to VPN settings, then WireGuard settings, and select obfuscation to enable LWO.&lt;/p&gt;\n&lt;p&gt;Stay updated with the latest tech news by following TechRadar on Google News and adding us as a preferred source for expert reviews, insights, and analysis in your feed. Don&rsquo;t forget to click the follow button!&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and censorship, enabling access to adult content that may be blocked in their region. Unblock porn through a VPN also ensures privacy and security, protecting users&rsquo; identities while browsing sensitive material online.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This powerful VPN service provides users with the ability to bypass geo-restrictions effortlessly, granting access to adult content from around the world without limitations. Its extensive network of servers across multiple locations ensures a seamless and reliable connection, making it easier to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; quickly and securely.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN go beyond simply unblocking content. Its robust encryption protocols guarantee your online activities remain private and protected from any potential surveillance or data theft. Additionally, the innovative App Mode feature allows users to unlock content from various regions simultaneously, enhancing your browsing flexibility and saving time. Whether you&#039;re seeking privacy, speed, or regional freedom, SafeShell VPN offers a comprehensive solution.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN&#039;s lightning-fast speeds ensure high-quality streaming without buffering or lag, even when accessing high-definition adult videos. Its advanced ShellGuard protocol provides top-tier encryption, keeping your activity confidential and safe from intruders. Supporting multiple devices at once, SafeShell VPN is an ideal choice for users who prioritize security and unrestricted access across all their gadgets, making it the ultimate tool for unblocking porn sites securely and efficiently.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by selecting a suitable &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; subscription plan through their official website. \n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your specific operating system.\n&lt;/li&gt;\n&lt;li&gt;\nActivate App Mode within the SafeShell VPN settings for optimized application-specific routing and access.\n&lt;/li&gt;\n&lt;li&gt;\nChoose your desired server location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions.\n&lt;/li&gt;\n&lt;li&gt;\nInitiate your browsing session securely; SafeShell VPN ensures private, encrypted access to geographically restricted adult content platforms.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(151, 283, '', 'Fraudsters Intensify AI Scams&mdash;Holiday Shopping Alert', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f6fdc448e281b31c5bd6vAHP837i03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f6fdc448e281b31c5bd6vAHP837i03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fraudsters are intensifying operations ahead of the holiday shopping surge, deploying artificial intelligence to create convincing replicas of trusted retailers. These counterfeit stores vanish quickly, evading detection while harvesting financial data.&lt;/p&gt;\n&lt;p&gt;Consumers face sophisticated traps:&lt;/p&gt;\n&lt;p&gt;Phishing domains and fake storefronts multiply rapidly&lt;/p&gt;\n&lt;p&gt;Deepfake technology enables realistic voice scams&lt;/p&gt;\n&lt;p&gt;Investment fraud schemes exploit urgency&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s security systems intercepted over 4.5 million malicious domains within eight months. Their CTO Marijus Briedis notes AI&#039;s dual nature: &quot;While driving innovation, it also equips scammers with flawless impersonation tools.&quot;&lt;/p&gt;\n&lt;p&gt;Psychological triggers heighten vulnerability:&lt;/p&gt;\n&lt;p&gt;Limited-time offers prompt rushed decisions&lt;/p&gt;\n&lt;p&gt;&quot;Too good to be true&quot; discounts bypass skepticism&lt;/p&gt;\n&lt;p&gt;Cloned branding lowers defenses&lt;/p&gt;\n&lt;p&gt;Global investment scams already extracted $5.7 billion this year. As Black Friday approaches, experts warn that fake sites now disappear within hours, complicating fraud tracking. Vigilance and security tools become critical defenses against evolving digital deception.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f700fc6c80ad0936fc43bKreBdTi03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f700fc6c80ad0936fc43bKreBdTi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Staying safe online, especially during busy shopping seasons, largely depends on fundamental practices like checking for secure HTTPS connections, carefully verifying retailer websites, and being cautious of deals that seem unrealistically tempting.&lt;/p&gt;\n&lt;p&gt;For more advanced protection, NordVPN offers Threat Protection Plus, which is designed to defend against complex cyber threats, including malicious advertisements, trackers, harmful domains, and phishing sites.&lt;/p&gt;\n&lt;p&gt;This feature has been independently tested and certified by AV-Comparatives for its ability to block 90% of phishing attempts, and it has also received recognition for its effectiveness against fake online shops.&lt;/p&gt;\n&lt;p&gt;Available on both Windows and Mac platforms, Threat Protection Plus utilizes real-time domain filtering to automatically prevent access to emerging scam sites&mdash;particularly useful during high-risk periods like Black Friday sales.&lt;/p&gt;\n&lt;p&gt;In addition to scam alerts, users in the United States can pair Threat Protection Plus with NordVPN&#039;s NordProtect, which offers identity theft prevention and early data breach detection.&lt;/p&gt;\n&lt;p&gt;It&#039;s important to note that accessing Threat Protection Plus requires an upgrade to NordVPN&rsquo;s premium subscription plans. Fortunately, with NordVPN&rsquo;s early Black Friday deals, upgrading is more affordable than ever, providing enhanced security at a lower cost.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f6c84ff776bf68d57866Wlub0asB07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f6c84ff776bf68d57866Wlub0asB07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Black Friday 2025 Special: NordVPN Slashes Prices on Long-Term Subscriptions&lt;/p&gt;\n&lt;p&gt;Looking for online security at an affordable price? NordVPN has announced significant discounts for the upcoming Black Friday 2025 shopping season, with all 2-year subscription plans receiving substantial price reductions of up to 77% off regular rates.&lt;/p&gt;\n&lt;p&gt;The limited-time offer includes three bonus months of service at no additional cost, making this an opportune moment for both new users and those looking to extend their existing cybersecurity protection.&lt;/p&gt;\n&lt;p&gt;What&#039;s included in NordVPN&#039;s discounted packages:&lt;/p&gt;\n&lt;p&gt;Global coverage with servers in more than 126 countries&lt;/p&gt;\n&lt;p&gt;No limitations on data usage&lt;/p&gt;\n&lt;p&gt;Multi-device protection with simultaneous connections on up to 10 devices&lt;/p&gt;\n&lt;p&gt;Industry-leading connection speeds based on comprehensive testing&lt;/p&gt;\n&lt;p&gt;Advanced protection features that block advertisements, dangerous websites, fraudulent online stores, and various internet scams&lt;/p&gt;\n&lt;p&gt;This comprehensive security solution comes at a particularly relevant time as online shopping activities increase during the holiday season, bringing heightened risks of cyber threats and scams.&lt;/p&gt;\n&lt;p&gt;For the latest tech news, expert reviews, and special offers, consider following trusted technology publications on platforms like Google News to stay informed about digital security options and other tech developments.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to overcome regional restrictions or censorship that prevent access to adult content websites. Using a VPN allows individuals to bypass these blocks and achieve porn unblocked status. Essentially, &quot;Porn unblocked&quot; refers to successfully accessing and viewing adult material that was previously restricted or unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted adult content and &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; securely, SafeShell VPN is an excellent solution to consider. Its advanced encryption protocols guarantee complete privacy and anonymity during your browsing sessions, making it difficult for anyone to track your online activities. With a broad network of servers spread across various regions, SafeShell VPN allows you to bypass geo-restrictions effortlessly, ensuring that you can enjoy your favorite adult content regardless of location.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond unblocking content; it also offers lightning-fast speeds that enhance your streaming experience without buffering or lag. Its innovative App Mode feature enables simultaneous access to multiple regional sites, providing a seamless way to explore adult content from different countries without constantly switching servers. Furthermore, the ShellGuard protocol provides top-tier security, protecting your data from surveillance and preventing detection by strict content filters.&lt;/p&gt;\n&lt;p&gt;Supporting multiple devices simultaneously, SafeShell VPN ensures comprehensive protection across your entire digital ecosystem. Whether on Windows, macOS, iOS, or Android, you can enjoy unrestricted access and secure browsing on up to five devices at once. This multi-device support, combined with its reliable connectivity and robust security features, makes SafeShell VPN a powerful tool for unblocking porn sites safely and efficiently while maintaining your privacy online.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing region-restricted content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, allowing you to browse privately from anywhere. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit SafeShell VPN&#039;s official website and register for an account that suits your viewing needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the application to your device and complete the installation process\n&lt;/li&gt;\n&lt;li&gt;\nLaunch SafeShell VPN and log in with your new credentials\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a location where your desired adult content is accessible\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your selected server and wait for confirmation that your connection is secure\n&lt;/li&gt;\n&lt;li&gt;\nOpen your browser and visit your preferred adult content websites, which should now be fully accessible\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted browsing with the peace of mind that your online activities remain private and secure\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(152, 284, '', 'EU Chat Control: Scholars Warn of Privacy Risks', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A coalition of European scholars raises renewed alarms&lt;/p&gt;\n&lt;p&gt;regarding the EU&#039;s chat control initiative&lt;/p&gt;\n&lt;p&gt;despite recent legislative modifications.&lt;/p&gt;\n\n&lt;p&gt;Denmark&#039;s retreat from compulsory content scanning&lt;/p&gt;\n&lt;p&gt;merely transitions mandates to voluntary cooperation&lt;/p&gt;\n&lt;p&gt;yet experts detect potential enforcement loopholes.&lt;/p&gt;\n\n&lt;p&gt;Eighteen cybersecurity and privacy academics emphasize&lt;/p&gt;\n&lt;p&gt;persisting societal dangers in their formal correspondence.&lt;/p&gt;\n&lt;p&gt;The framework offers negligible child protection advantages&lt;/p&gt;\n&lt;p&gt;while creating avenues for surveillance overreach.&lt;/p&gt;\n\n&lt;p&gt;This warning arrives preceding crucial Council deliberations&lt;/p&gt;\n&lt;p&gt;scheduled near-term with permanent representatives.&lt;/p&gt;\n&lt;p&gt;Final approval could materialize by December 2025&lt;/p&gt;\n&lt;p&gt;absent substantive revisions to address core vulnerabilities.&lt;/p&gt;\n\n&lt;p&gt;The apparent regulatory victory proves ephemeral&lt;/p&gt;\n&lt;p&gt;as fundamental threats endure through legislative ambiguities.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c8a27a59627085f13ded3a3w7EfkVL03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c8a27a59627085f13ded3a3w7EfkVL03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Recent developments reveal a significant shift in European legislative efforts aimed at combating online child exploitation, with privacy advocates raising serious concerns about the expanded scope of proposed measures. Originally focused solely on scanning images, videos, and URLs for CSAM content, policymakers have now proposed including text messages within the surveillance framework, echoing earlier versions of the bill.&lt;/p&gt;\n&lt;p&gt;Academic experts have publicly warned that such broadening could lead to unintended negative effects. They caution that increasing the range of monitored content risks infringing on privacy rights without guaranteeing enhanced protection against harmful material. The technology used for detection is currently plagued by inaccuracies, leading to fears of false positives that could unjustly target innocent users.&lt;/p&gt;\n&lt;p&gt;Furthermore, the legislation suggests implementing age verification protocols across app stores and encrypted messaging platforms like WhatsApp. Critics argue that these measures do little to serve the bill&rsquo;s primary aim and instead introduce new vulnerabilities. Current age verification methods, which rely on biometric data or behavioral analysis, are incompatible with privacy-preserving techniques and may encourage the collection and misuse of minors&rsquo; data.&lt;/p&gt;\n&lt;p&gt;The proposal to use official identification documents as an alternative age check is also problematic. Experts warn it could exclude a significant portion of the population from vital online services, creating a digital divide. Additionally, such verification methods are easily bypassed through the use of VPNs or foreign service providers, rendering them ineffective for genuine security.&lt;/p&gt;\n&lt;p&gt;Amidst ongoing negotiations, some lawmakers have shifted from mandatory to voluntary detection strategies, which appears to have garnered bipartisan support and temporarily halted years of stalled progress. However, many specialists in cryptography and data science maintain that even voluntary measures pose substantial risks. They emphasize that current detection technologies are insufficiently accurate and may do more harm than good, eroding user security and privacy.&lt;/p&gt;\n&lt;p&gt;Ultimately, critics argue that on-device detection tools lack proven benefit and could lead to misuse and abuse, emphasizing the potential for significant privacy violations. Recent leaks suggest that EU member states are hesitant to advance the proposal further, with some governments delaying discussions due to lack of consensus. The adoption of the new rules, originally anticipated for December 2025, now faces uncertain prospects as negotiations continue behind closed doors.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various restrictions imposed by governments, ISPs, or regional regulations that limit access to adult content. When users successfully unblock porn through a VPN, they gain anonymous access to websites that would otherwise be inaccessible, while simultaneously protecting their browsing activities from potential surveillance and maintaining their privacy on potentially insecure networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, you may want to consider the SafeShell VPN. 1. SafeShell VPN offers a reliable solution to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, allowing users to bypass geo-restrictions effortlessly. 2. Its robust encryption protocols ensure your online activities remain private and secure, protecting you from surveillance and potential threats. 3. The VPN&#039;s extensive server network enables quick and seamless access to content from multiple regions, enhancing your browsing experience. 4. Additionally, SafeShell VPN supports multi-device connections, so you can enjoy safe and unrestricted browsing across all your devices simultaneously. Overall, choosing SafeShell VPN not only helps unblock porn sites but also provides a secure, fast, and versatile browsing environment.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, follow these sequential steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Sign up for a SafeShell VPN subscription via their official website, selecting a suitable plan to initiate service access.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Install the SafeShell VPN application on your chosen device after downloading it from the provider&#039;s platform.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Activate the specialized App Mode feature within the SafeShell VPN interface to optimize connection protocols for targeted content access.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Select a specific server location from SafeShell VPN&#039;s extensive global network, matching the desired content&#039;s geographical origin.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Establish the encrypted connection and commence browsing with enhanced privacy, ensuring anonymous and unrestricted access to the intended material.&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(153, 285, '', 'Harry Potter Series: J.K. Rowling Visits HBO Set', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f772015bde2952072b21ghoPeQKp03&quot; height=&quot;451&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f772015bde2952072b21ghoPeQKp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Today marked a significant milestone as J.K. Rowling visited the set of HBO&rsquo;s highly anticipated Harry Potter series for the first time.&lt;/p&gt;\n&lt;p&gt;Sources reveal to Deadline that the author personally reviewed the ongoing production, which is currently underway at Warner Bros. Studios Leavesden and various UK locations.&lt;/p&gt;\n&lt;p&gt;The visit was met with enthusiasm, with insiders joking that it resembled a royal engagement, prompting the production team to rearrange schedules to accommodate Rowling&rsquo;s presence.&lt;/p&gt;\n&lt;p&gt;HBO has chosen not to comment publicly on her visit.&lt;/p&gt;\n&lt;p&gt;In her role as an executive producer, Rowling has been actively involved in shaping the adaptation, contributing to both the writing and casting processes since filming commenced over the summer.&lt;/p&gt;\n&lt;p&gt;She previously expressed her satisfaction with the scripts, praising the quality of the first two episodes after reviewing them, calling them &ldquo;so, so, so good.&rdquo;&lt;/p&gt;\n&lt;p&gt;When the series was announced earlier this year, Rowling emphasized HBO&rsquo;s dedication to faithfully representing her books, highlighting the opportunity for deeper storytelling that a long-form series allows.&lt;/p&gt;\n&lt;p&gt;Her stance on social issues, particularly transgender rights, has sparked discussions related to the project. HBO&rsquo;s Casey Bloys has publicly supported their collaboration, while Rowling has clarified that her decisions on casting are not influenced by political considerations.&lt;/p&gt;\n&lt;p&gt;For example, her support for actor Paapa Essiedu, cast as Severus Snape, who voiced support for trans rights, underscores her stance that differing beliefs should not threaten employment.&lt;/p&gt;\n&lt;p&gt;Filming has been ongoing for several months, with a talented cast bringing the beloved characters to life.&lt;/p&gt;\n&lt;p&gt;Dominic McLaughlin stars as Harry Potter, joined by Alastair Stout as Ron Weasley, and Arabella Stanton as Hermione Granger.&lt;/p&gt;\n&lt;p&gt;The cast also includes Nick Frost as Hagrid, John Lithgow as Dumbledore, and Janet McTeer as Professor McGonagall.&lt;/p&gt;\n&lt;p&gt;Showrunner Francesca Gardiner and director Mark Mylod are overseeing the creative development, promising a series that aims to honor the rich legacy of the books.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across multiple streaming services including HBO Max, Amazon Prime, and Netflix (though availability varies by region), with digital rental options also accessible through platforms like Apple TV and Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. SafeShell VPN offers several outstanding benefits that make it the ideal choice for bypassing geographical restrictions:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming ensure you&#039;ll enjoy Harry Potter and other content without annoying buffering or interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support allows you to connect up to five devices simultaneously, perfect for watching on your preferred device whether it&#039;s your phone, laptop, or smart TV\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature uniquely enables access to multiple regional libraries at once, significantly expanding your viewing options\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds eliminate throttling concerns, providing a smooth, high-definition streaming experience every time\n&lt;/li&gt;\n&lt;li&gt;\nTop-level security through the proprietary &quot;ShellGuard&quot; protocol keeps your streaming activities private and secure\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan lets you test all these premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting the plan that suits your needs. - After subscribing, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. - Launch the SafeShell VPN app and log in to your account. - Choose the APP mode within the app to optimize your streaming experience. - Browse the list of available VPN servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. - Click on &quot;Connect&quot; to establish a secure connection to your chosen server. - Once connected, open the Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies from the region you selected seamlessly and safely with SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(154, 286, '', 'Yerin Ha as Sophie Baek &ndash; Character Analysis &amp; Depth', '&lt;h3&gt;Yerin Ha as Sophie Baek&lt;/h3&gt;\n&lt;p&gt;The role destined to captivate Benedict Bridgerton demands an actress capable of navigating intricate emotional layers.&lt;/p&gt;\n&lt;p&gt;Yerin Ha steps into the spotlight, portraying Sophie Baek - a character cloaked in mystery, both behind a literal mask and a concealed past.&lt;/p&gt;\n&lt;p&gt;Ha finds immediate resonance in Sophie&#039;s relentless struggle against societal constraints and personal concealment.&lt;/p&gt;\n&lt;p&gt;&quot;It&#039;s this constant battle,&quot; Ha revealed during rehearsals, &quot;whether confronting social divides or desperately shielding her true feelings from Benedict.&quot;&lt;/p&gt;\n&lt;p&gt;Her complex journey as a maid, burdened by secrets, makes Sophie uniquely compelling to an artist like Benedict.&lt;/p&gt;\n&lt;p&gt;Only such profound depth could truly ensnare his heart and drive the season&#039;s romantic tension.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f7f72e65f2062ad28739IFJMlhRA03&quot; height=&quot;571&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f7f72e65f2062ad28739IFJMlhRA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Sophie&rsquo;s journey defies the glittering norms of the Ton.&lt;/p&gt;\n&lt;p&gt;Unlike society&rsquo;s pampered debutantes paraded before Benedict,&lt;/p&gt;\n&lt;p&gt;she navigates hardship as a resourceful survivor.&lt;/p&gt;\n&lt;p&gt;Forced into servitude after tragedy,&lt;/p&gt;\n&lt;p&gt;her fate pivots at Violet&rsquo;s masquerade ball&mdash;&lt;/p&gt;\n&lt;p&gt;where a silver gown becomes her disguise&lt;/p&gt;\n&lt;p&gt;and Benedict&rsquo;s gaze becomes her destiny.&lt;/p&gt;\n&lt;p&gt;Production whispers tease the ball&rsquo;s grandeur.&lt;/p&gt;\n&lt;p&gt;Luke Thompson and Yerin Ha immersed themselves in rehearsal,&lt;/p&gt;\n&lt;p&gt;transforming pages from Julia Quinn&rsquo;s &lt;em&gt;An Offer From a Gentleman&lt;/em&gt; &lt;/p&gt;\n&lt;p&gt;into an electric live reading.&lt;/p&gt;\n&lt;p&gt;Watch them embody longing and intrigue,&lt;/p&gt;\n&lt;p&gt;a preview of Season 4&rsquo;s charged romance.&lt;/p&gt;\n&lt;p&gt;Costume magic unfolds behind velvet curtains.&lt;/p&gt;\n&lt;p&gt;Ha marvels at artisans crafting intricate details&mdash;&lt;/p&gt;\n&lt;p&gt;&quot;a few people laboring over one embellishment,&quot;&lt;/p&gt;\n&lt;p&gt;building a world where Sophie&rsquo;s disguise&lt;/p&gt;\n&lt;p&gt;must shimmer with secrets.&lt;/p&gt;\n&lt;p&gt;Thompson confirms dance rehearsals have begun,&lt;/p&gt;\n&lt;p&gt;confessing with a laugh:&lt;/p&gt;\n&lt;p&gt;&quot;I&rsquo;ve only stepped on Yerin&rsquo;s toes once.&quot;&lt;/p&gt;\n&lt;p&gt;Ha reveals deeper layers beneath the choreography.&lt;/p&gt;\n&lt;p&gt;&quot;These rehearsals feel vulnerable,&quot; she shares,&lt;/p&gt;\n&lt;p&gt;&quot;like dancing is their silent language.&quot;&lt;/p&gt;\n&lt;p&gt;Sophie&rsquo;s masks&mdash;literal and emotional&mdash;&lt;/p&gt;\n&lt;p&gt;fascinate Ha:&lt;/p&gt;\n&lt;p&gt;&quot;When does she shed the armor?&lt;/p&gt;\n&lt;p&gt;When does Benedict glimpse her truth?&quot;&lt;/p&gt;\n&lt;p&gt;As cameras roll on Season 4,&lt;/p&gt;\n&lt;p&gt;Sophie&rsquo;s enigma takes center stage.&lt;/p&gt;\n&lt;p&gt;Her first meeting with Benedict&mdash;&lt;/p&gt;\n&lt;p&gt;that masked moment of collision&mdash;&lt;/p&gt;\n&lt;p&gt;rewrites both their lives.&lt;/p&gt;\n&lt;p&gt;The Ton will never see her coming.&lt;/p&gt;\n&lt;p&gt;News flash: Benedict&rsquo;s season of yearning begins.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7cc8ee586e87ab9a69fodoBVM1S07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7cc8ee586e87ab9a69fodoBVM1S07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;，，。&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7cfc4d92b1bbc0f424f4wKSgim607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7cfc4d92b1bbc0f424f4wKSgim607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting news for Bridgerton fans: the beloved series is set to make a grand comeback, returning to the elegant streets of Mayfair for its fifth and sixth seasons. Fans can look forward to more captivating stories and intricate relationships as the saga continues. Stay tuned for further updates on this highly anticipated continuation of the Regency-era drama.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7d373a49d1da07fae135SAosBxD07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7d373a49d1da07fae135SAosBxD07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Love Stories and Cultural Representation&lt;/h3&gt;\n&lt;p&gt;In the enchanting world of &quot;Bridgerton,&quot; love stories unfold with dramatic flair and passionate intensity. As viewers have followed the romantic journeys across multiple seasons, many wonder which couples have withstood the test of time in this Regency-era saga.&lt;/p&gt;\n&lt;p&gt;The Duke and Duchess of Hastings, whose tempestuous courtship captivated audiences in the first season, remain technically united though their on-screen future appears uncertain due to casting changes. Their love story, while complete in its narrative arc, left viewers with a satisfying conclusion to their enemies-to-lovers tale.&lt;/p&gt;\n&lt;p&gt;Anthony Bridgerton and Kate Sharma, whose enemies-to-lovers romance dominated the second season, have emerged as one of the show&#039;s most enduring pairs. Their marriage, built on mutual respect and fiery passion, continues to evolve in subsequent storylines.&lt;/p&gt;\n&lt;p&gt;Benedict Bridgerton and Sophie Beckett&#039;s romance, adapted from Julia Quinn&#039;s third novel, presents another compelling union, though their on-screen relationship development remains in progress as the series continues to unfold.&lt;/p&gt;\n&lt;p&gt;Colin Bridgerton and Penelope Featherington transformed their friendship into romance in the most recent season, finally acknowledging feelings that had simmered beneath the surface for years.&lt;/p&gt;\n&lt;p&gt;As the series progresses, viewers eagerly anticipate which relationships will flourish and which may face challenges in the competitive marriage market of London&#039;s high society.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7d635eb6a73d669b4dbEE62VOQY07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7d635eb6a73d669b4dbEE62VOQY07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As an Australian-Korean actor, I felt an immediate connection to my character when our showrunner made a thoughtful cultural adaptation. In the original literary works, the character had a different surname, but it was changed to a Korean one that begins with &#039;B&#039; to honor my heritage.&lt;/p&gt;\n&lt;p&gt;This seemingly small gesture had a profound impact on me psychologically. Names carry significant weight as they represent our first introduction to the world&mdash;they&#039;re fundamental to our identity. Having my character&#039;s surname reflect my cultural background eliminated the pressure to conform to a predetermined image.&lt;/p&gt;\n&lt;p&gt;I&#039;m deeply grateful to our showrunner for consulting me about appropriate Korean surnames. This considerate modification made the role feel tailored for me rather than forcing me to adapt to an established framework. Such inclusive decisions in casting and character development are meaningful steps toward authentic representation in the entertainment industry.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f7fe11d4c23475274bfcmwTVCQxB03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f7fe11d4c23475274bfcmwTVCQxB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Yerin Ha&#039;s Bridgerton Debut&lt;/h3&gt;\n&lt;p&gt;Yerin Ha Joins the Bridgerton Family as New Season 4 Lead&lt;/p&gt;\n&lt;p&gt;From acclaimed theater productions to major streaming series, Yerin Ha brings impressive credentials to her new role in the beloved Regency romance. Before stepping into the Bridgerton ballroom, Ha demonstrated her versatility as an actress through her two-season run in the Spielberg-produced &quot;Halo&quot; series and her upcoming appearance in &quot;Dune: Prophecy.&quot;&lt;/p&gt;\n&lt;p&gt;The Australian actress, who previously showcased her theatrical talents with the Sydney Theatre Company in &quot;Lord of the Flies,&quot; admits she initially felt anxious about joining such an established series in its fourth season.&lt;/p&gt;\n&lt;p&gt;&quot;I was definitely nervous at first,&quot; Ha reveals about entering the Bridgerton universe. &quot;But those worries quickly disappeared once I met the cast.&quot;&lt;/p&gt;\n&lt;p&gt;Her introduction to the tight-knit ensemble proved remarkably welcoming. Claudia Jessie (Eloise Bridgerton) presented Ha with a thoughtful handmade gift&mdash;a crocheted bookmark&mdash;while both Nicola Coughlan and Hannah Dodd reached out before filming began to offer support.&lt;/p&gt;\n&lt;p&gt;&quot;They proactively contacted me saying, &#039;Don&#039;t hesitate to ask if you need anything,&#039;&quot; Ha shares. &quot;That kind of gesture means everything when you&#039;re the newcomer. The warmth I&#039;ve experienced makes me feel like I&#039;ve truly joined a family, not just a cast.&quot;&lt;/p&gt;\n&lt;p&gt;As Ha prepares to portray Sophie and face the scrutiny of Lady Whistledown, fans can look forward to following the development of the show&#039;s next captivating love story.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68fd604f2c99e18fe918842caUviuU3103&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68fd604f2c99e18fe918842caUviuU3103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Language Challenge in Bridgerton&lt;/h3&gt;\n&lt;p&gt;Bridgerton&#039;s vibrant performers tackle Regency-era vocabulary.&lt;/p&gt;\n&lt;p&gt;Faced with archaic and intricate linguistic puzzles,&lt;/p&gt;\n&lt;p&gt;they delve into historical terminology with delightful curiosity.&lt;/p&gt;\n&lt;p&gt;Watching them unravel these forgotten phrases&lt;/p&gt;\n&lt;p&gt;becomes an entertaining linguistic adventure.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV shows, movies, and original content for viewers to enjoy on-demand across various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to access content that might be restricted in their region, essentially bypassing geographical limitations to enjoy shows and films that would otherwise be unavailable in their country. By using certain tools to circumvent these restrictions, subscribers can significantly expand their viewing options beyond what&#039;s typically offered in their local Netflix catalog.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix through a Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This platform provides a reliable and secure way to bypass geo-restrictions, ensuring you can enjoy the full Netflix library from anywhere in the world. SafeShell VPN&#039;s high-speed servers are specifically optimized for seamless streaming, delivering lightning-fast connection speeds and high-definition content without buffering. Its advanced encryption protocols safeguard your online activities, maintaining your privacy and protecting your data from unwanted surveillance. Additionally, SafeShell VPN&#039;s ability to evade detection by Netflix&#039;s VPN and proxy systems guarantees uninterrupted access, while its exclusive App Mode allows users to unlock content from multiple regions simultaneously. With support for up to five devices at once across various operating systems and a flexible free trial plan, SafeShell VPN offers a comprehensive solution for a smooth, secure, and unrestricted streaming experience. 1. SafeShell VPN effectively circumvents geo-restrictions and Netflix&#039;s detection systems, providing seamless access to global content. 2. Its blazing connection speeds, robust security features, and multi-device compatibility make it an excellent choice for streaming enthusiasts seeking both convenience and privacy.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking a world of entertainment has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, your gateway to global streaming content. To begin your journey, first visit the SafeShell VPN website and select a subscription plan that aligns with your viewing habits and budget. Once subscribed, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, Android, or iOS&mdash;and complete the installation process by following the on-screen instructions. After launching the app, log into your account and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;With SafeShell VPN installed and running, you&#039;re just moments away from accessing international Netflix libraries. Browse through the server list and select a location in your desired region&mdash;perhaps Japan for anime, the UK for British dramas, or the US for the latest Hollywood releases. Once connected to your chosen server, simply open the Netflix application or website and sign in with your existing credentials. The content library will automatically update to display shows and movies available in your selected region, effectively transforming your device into a passport for digital entertainment without geographical restrictions.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(155, 287, '', 'VPNs: Overcoming Regional Content Restrictions Securely', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb3350f7d686be88940faEiqjirOZ03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb3350f7d686be88940faEiqjirOZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Overcoming Regional Content Restrictions&lt;/h3&gt;\n&lt;p&gt;Facing new regulations across several states?&lt;/p&gt;\n&lt;p&gt;Accessing adult content now demands photo ID verification in places like Virginia, Louisiana, Utah, and Texas.&lt;/p&gt;\n&lt;p&gt;This raises significant privacy concerns for many residents.&lt;/p&gt;\n&lt;p&gt;You might question the security of sharing such sensitive identification online.&lt;/p&gt;\n&lt;p&gt;Thankfully, a reliable solution exists to maintain your privacy and access.&lt;/p&gt;\n&lt;p&gt;Virtual Private Networks (VPNs) provide essential protection.&lt;/p&gt;\n&lt;p&gt;They encrypt your internet connection completely.&lt;/p&gt;\n&lt;p&gt;This shields your online activities from ISPs, network monitors, and government oversight.&lt;/p&gt;\n&lt;p&gt;Your data routes through secure servers in unrestricted locations.&lt;/p&gt;\n&lt;p&gt;This masks your real IP address and geographical position.&lt;/p&gt;\n&lt;p&gt;The result? Bypassing regional restrictions securely and anonymously.&lt;/p&gt;\n&lt;p&gt;Choosing the right VPN is critical for performance and privacy.&lt;/p&gt;\n&lt;p&gt;Prioritize services rigorously tested for speed, security, and reliability.&lt;/p&gt;\n&lt;p&gt;Avoid free options; they often compromise speed or leak data.&lt;/p&gt;\n&lt;p&gt;Trustworthy providers feature strict no-logs policies and robust encryption.&lt;/p&gt;\n&lt;p&gt;Look for money-back guarantees to test services risk-free.&lt;/p&gt;\n&lt;p&gt;Here&#039;s how to proceed:&lt;/p&gt;\n&lt;p&gt;Select a reputable VPN service first.&lt;/p&gt;\n&lt;p&gt;Download and install its application on your preferred device.&lt;/p&gt;\n&lt;p&gt;Connect to a server located outside restricted states.&lt;/p&gt;\n&lt;p&gt;Optimal performance usually comes from nearby unrestricted regions.&lt;/p&gt;\n&lt;p&gt;Once connected, access your chosen site without ID prompts.&lt;/p&gt;\n&lt;p&gt;Remember these key factors when selecting a VPN:&lt;/p&gt;\n&lt;p&gt;Speed is vital for uninterrupted HD streaming.&lt;/p&gt;\n&lt;p&gt;Robust security protocols prevent leaks and snooping.&lt;/p&gt;\n&lt;p&gt;User-friendly interfaces ensure seamless daily operation.&lt;/p&gt;\n&lt;p&gt;Proven ability to bypass geo-blocks is essential.&lt;/p&gt;\n&lt;p&gt;Multiple device connections offer flexibility.&lt;/p&gt;\n&lt;p&gt;24/7 support provides timely assistance.&lt;/p&gt;\n&lt;p&gt;Maintain your digital autonomy while protecting your privacy.&lt;/p&gt;\n&lt;p&gt;With careful selection and proper setup, these barriers become navigable.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f80f473ccd5f434da372RNlrqr3o07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f80f473ccd5f434da372RNlrqr3o07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating Digital Content Restrictions in Various US States&lt;/p&gt;\n&lt;p&gt;In recent times, several American states have implemented digital access limitations on certain adult content. For those affected by these regional restrictions in places like Virginia, Utah, and Texas, technological solutions exist to maintain your online freedom.&lt;/p&gt;\n&lt;p&gt;Virtual Private Networks (VPNs) represent the primary method for accessing regionally restricted content. These services work by encrypting your connection and routing it through servers in different locations, effectively masking your actual geographic position.&lt;/p&gt;\n&lt;p&gt;When selecting a suitable VPN service, consider these essential factors:&lt;/p&gt;\n&lt;p&gt;Connection speed is paramount, as insufficient bandwidth can result in frustrating buffering issues.&lt;/p&gt;\n&lt;p&gt;Privacy policies matter - look for services with strict no-logging practices to ensure your browsing activities remain confidential.&lt;/p&gt;\n&lt;p&gt;Server diversity gives you more options for establishing connections through unrestricted regions.&lt;/p&gt;\n&lt;p&gt;User-friendly interfaces make the experience more accessible, particularly for those new to such technologies.&lt;/p&gt;\n&lt;p&gt;Cost considerations should balance affordability with quality service, as free options often come with significant limitations.&lt;/p&gt;\n&lt;p&gt;Remember that using such technology carries responsibility. Always respect local regulations while understanding your rights to digital privacy and information access.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025When it comes to overcoming restrictions on adult content in states like Virginia, Utah, and Texas, using a reliable VPN can be highly effective. NordVPN stands out as a top choice due to its extensive network infrastructure, featuring nearly 3,000 servers across over 20 major U.S. cities and more than 8,000 servers worldwide. This broad coverage enables users to bypass regional restrictions and access content seamlessly.&lt;/p&gt;\n&lt;p&gt;Additionally, NordVPN excels at unlocking content that is often blocked by strict geo-restrictions, including popular streaming platforms like Netflix and Amazon Prime Video. Its advanced features, such as obfuscated servers and the proprietary NordLynx protocol, help users maintain privacy and access adult sites even in countries with intense online censorship.&lt;/p&gt;\n&lt;p&gt;Customer support is readily available around the clock through live chat, ensuring assistance whenever needed. The service also allows connectivity on up to 10 devices simultaneously, making it convenient for users to secure multiple gadgets at once. Overall, NordVPN is a robust tool for maintaining open access to adult content in regions with restrictive internet policies.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb3662b42ba7ffe459050ipi3g0if03&quot; height=&quot;603&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb3662b42ba7ffe459050ipi3g0if03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating Online Content Restrictions: A Guide to Maintaining Digital Access&lt;/p&gt;\n&lt;p&gt;In today&#039;s digital landscape, content restrictions are becoming increasingly common across various states. For those facing regional limitations, utilizing privacy tools can help maintain access to desired online content.&lt;/p&gt;\n&lt;p&gt;When selecting a digital privacy solution, connection speed is paramount. During our comprehensive testing of privacy services, we evaluated performance across multiple USA server locations throughout different times of day using a standard 250 Mbps connection.&lt;/p&gt;\n&lt;p&gt;Our testing revealed impressive results from one particular service. With consistent speeds exceeding 200 Mbps across all test scenarios and minimal variance (just 7 Mbps difference between tests), this solution outperformed all competitors. Such reliable performance ensures smooth streaming, downloading, and online gaming experiences without frustrating interruptions.&lt;/p&gt;\n&lt;p&gt;Beyond speed, security features are equally important when choosing privacy tools. Look for services offering strong encryption protocols, protection against data leaks, automatic blocking of tracking software, and emergency disconnect features that halt data transmission if your protection suddenly fails.&lt;/p&gt;\n&lt;p&gt;Privacy policies matter too - opt for services with strict no-logging practices. While some mobile applications may collect advertising identifiers, these can typically be reset to enhance anonymity.&lt;/p&gt;\n&lt;p&gt;The best solutions offer comprehensive platform support including dedicated applications for iOS, macOS, Android, Windows, and Linux. Router compatibility is an additional benefit for whole-home coverage.&lt;/p&gt;\n&lt;p&gt;Consider choosing a service that offers:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSpecialized servers designed to work in regions with strict content restrictions\n&lt;/li&gt;\n&lt;li&gt;\nConsistently high speeds for buffer-free streaming\n&lt;/li&gt;\n&lt;li&gt;\nExtensive server networks allowing connection to regions without verification requirements\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced privacy technologies like specialized communication protocols\n&lt;/li&gt;\n&lt;li&gt;\nProven track records of maintaining user privacy\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, be aware of potential limitations:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Some services restrict the number of simultaneous device connections&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;For those seeking to bypass regional content restrictions, look for providers offering money-back guarantees. This allows risk-free testing to ensure the service meets your specific needs before making a long-term commitment.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;When facing restrictions on adult content access, a reliable VPN can be an effective solution without breaking the bank. Surfshark stands out with its extensive network, featuring over 4,500 servers across 100 countries, including a strong presence within the United States. This broad coverage allows users to bypass regional content blocks with ease.&lt;/p&gt;\n&lt;p&gt;Not only does Surfshark excel at unblocking adult websites, but it also successfully accesses popular streaming services such as Disney+, Max, and Peacock, which are often difficult to bypass. One of its key advantages is the ability to connect an unlimited number of devices simultaneously, making it a versatile choice for households with multiple users.&lt;/p&gt;\n&lt;p&gt;Additionally, Surfshark offers round-the-clock customer support through live chat, ensuring assistance is always available when needed. Overall, it provides a cost-effective and efficient way to circumvent content restrictions and enhance online privacy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb396523d71b31ec3886fo4pHcQxk03&quot; height=&quot;606&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb396523d71b31ec3886fo4pHcQxk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating Digital Content Restrictions: Privacy Solutions for Adult Content Access&lt;/p&gt;\n&lt;p&gt;Finding reliable privacy tools has become increasingly important as content restrictions tighten across states like Virginia, Utah, and Texas. For those seeking affordable privacy solutions, certain services stand out for their combination of performance and value.&lt;/p&gt;\n&lt;p&gt;One notable budget-friendly option demonstrates impressive performance metrics despite its lower price point. Independent testing conducted at various times throughout the day on a 250 Mbps connection revealed consistently high speeds averaging 192.45 Mbps. This stability between peak and off-peak hours suggests users can expect reliable performance regardless of when they connect.&lt;/p&gt;\n&lt;p&gt;Such consistent speeds make this service particularly suitable for bandwidth-intensive activities like high-definition streaming, large file transfers, and video conferencing without buffering or quality degradation.&lt;/p&gt;\n&lt;p&gt;Security features include industry-standard encryption protocols, automatic connection termination safeguards, and comprehensive leak protection covering DNS, IPv6, and WebRTC vulnerabilities. Additional protections against advertising, malicious software, and tracking technologies further enhance the security profile.&lt;/p&gt;\n&lt;p&gt;Privacy commitments are backed by a verified no-logging policy, with both applications and infrastructure having undergone independent security audits. Advanced users may appreciate optional enhanced anonymity features like stealth protocols and IP address rotation capabilities.&lt;/p&gt;\n&lt;p&gt;Cross-platform compatibility extends across major operating systems including Linux, Windows, macOS, iOS, and Android. Router compatibility is available but requires manual configuration.&lt;/p&gt;\n&lt;p&gt;Consider this service if you:&lt;/p&gt;\n&lt;p&gt;&bull; Have budget constraints but require reliable content access&lt;/p&gt;\n&lt;p&gt;&bull; Need to protect multiple devices simultaneously&lt;/p&gt;\n&lt;p&gt;&bull; Value enhanced anonymity features&lt;/p&gt;\n&lt;p&gt;&bull; Require consistent streaming performance&lt;/p&gt;\n&lt;p&gt;This option may not be ideal if you prefer all premium features included without additional costs.&lt;/p&gt;\n&lt;p&gt;The service offers a 30-day refund policy, allowing risk-free testing to determine if it meets your specific requirements before making a long-term commitment.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f8b85897d849a7aac452CGge0XbY07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f8b85897d849a7aac452CGge0XbY07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Total VPN boasts a widespread server network across 24 states within the United States, ensuring robust connectivity options. Globally, its infrastructure extends to over 80 countries, making it a versatile tool for bypassing regional restrictions. This service is particularly effective for streaming content on platforms such as Netflix, as well as accessing various geo-restricted websites and circumventing age verification hurdles. Users can secure up to five devices simultaneously, facilitating seamless multi-device protection. Additionally, customer support is accessible around the clock through an efficient ticketing system hosted on the company&rsquo;s website, ensuring prompt assistance whenever needed.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb399c4e5979a8f02c2851DytfBCJ03&quot; height=&quot;561&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb399c4e5979a8f02c2851DytfBCJ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Achieving seamless streaming often hinges on having a stable and high-speed internet connection, which means selecting a VPN that can keep up. To assess the capabilities of Total VPN, our team conducted a series of three speed tests on its U.S. servers, scheduled at different times&mdash;morning, midday, and afternoon&mdash;to gauge consistency. All tests were performed on a typical household connection of 250 Mbps, reflecting average American internet speeds.&lt;/p&gt;\n&lt;p&gt;Results showed that Total VPN maintained an impressive average download speed of approximately 175 Mbps, positioning it among the top performers on our list. Its speeds remained stable throughout the day, fluctuating by only about 5 Mbps, which is ideal for activities like anonymous adult content streaming, torrenting, or other bandwidth-intensive tasks.&lt;/p&gt;\n&lt;p&gt;Security and privacy are central to Total VPN&rsquo;s offering. The service employs robust AES-256 encryption to safeguard your data, along with automatic DNS and IPv6 leak protection. A kill switch feature is available on all platforms except Windows, adding an extra layer of security by disconnecting your device from the internet if the VPN connection drops unexpectedly. Additionally, the Hydra protocol is designed to facilitate safe browsing on networks that typically block VPN traffic, enhancing accessibility in restrictive environments. Importantly, Total VPN maintains a strict no-logs policy, ensuring user activities remain private and untraceable.&lt;/p&gt;\n&lt;p&gt;User-friendly applications for iOS, Android, Windows, and macOS make it accessible for beginners.&lt;/p&gt;\n&lt;p&gt;Consider choosing Total VPN if you value:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFast, buffer-free streaming of adult content\n&lt;/li&gt;\n&lt;li&gt;\nEasy-to-use apps that help bypass the porn ban effortlessly\n&lt;/li&gt;\n&lt;li&gt;\nAccess to servers across all 24 U.S. states for diverse options\n&lt;/li&gt;\n&lt;li&gt;\nThe Hydra protocol for overcoming network restrictions\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, it might not be suitable if you:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nUse Linux, as Total VPN does not offer native Linux support\n&lt;/li&gt;\n&lt;li&gt;\nNeed to connect more than five devices simultaneously\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;For secure access to adult websites and to bypass regional restrictions, Total VPN provides a reliable network of servers throughout the United States. Its annual plans include a 30-day money-back guarantee, ensuring satisfaction. For a more comprehensive understanding, read our full review of Total VPN.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; height=&quot;180&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN&#039;s round-the-clock live chat support provides immediate assistance for navigating regional blocks.`&lt;/p&gt;\n&lt;p&gt;Users can simultaneously protect up to ten devices with a single subscription, ensuring household-wide coverage.`&lt;/p&gt;\n&lt;p&gt;Its proven ability to unlock platforms like Netflix and BBC iPlayer demonstrates reliable geo-restriction bypassing capabilities.`&lt;/p&gt;\n&lt;p&gt;An expansive network delivers over 4,600 servers specifically within the United States.`&lt;/p&gt;\n&lt;p&gt;This extensive US infrastructure offers numerous pathways to circumvent localized restrictions.`&lt;/p&gt;\n&lt;p&gt;Globally, the service operates more than 15,800 servers across 120+ countries.`&lt;/p&gt;\n&lt;p&gt;Such widespread connectivity provides consistent access regardless of geographic limitations.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb39dd1e2246b9f621f6a4pXl8mgd03&quot; height=&quot;456&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb39dd1e2246b9f621f6a4pXl8mgd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Performance Analysis of ProtonVPN&#039;s US Servers&lt;/p&gt;\n&lt;p&gt;Our testing team conducted multiple speed tests throughout the day on ProtonVPN&#039;s US servers using a standard 250 Mbps connection. The results were impressive, with ProtonVPN delivering an average speed of 157.88 Mbps.&lt;/p&gt;\n&lt;p&gt;This performance level easily supports 4K video streaming with minimal fluctuation between peak and valley speeds&mdash;only about 7 Mbps difference was recorded across testing periods. Such stability ensures consistent performance regardless of when you connect.&lt;/p&gt;\n&lt;p&gt;Privacy and Security Features&lt;/p&gt;\n&lt;p&gt;ProtonVPN stands out in the privacy department with comprehensive protections including:&lt;/p&gt;\n&lt;p&gt;&bull; Military-grade 256-bit encryption&lt;/p&gt;\n&lt;p&gt;&bull; DNS and IPv6 leak prevention systems&lt;/p&gt;\n&lt;p&gt;&bull; Automatic kill switch functionality&lt;/p&gt;\n&lt;p&gt;&bull; Built-in ad and tracker blocking&lt;/p&gt;\n&lt;p&gt;&bull; Independently verified zero-logs policy&lt;/p&gt;\n&lt;p&gt;&bull; Split tunneling capabilities&lt;/p&gt;\n&lt;p&gt;&bull; Port forwarding included with all plans&lt;/p&gt;\n&lt;p&gt;&bull; Specialized stealth protocol to mask VPN usage&lt;/p&gt;\n&lt;p&gt;Device Compatibility&lt;/p&gt;\n&lt;p&gt;The service offers dedicated applications for:&lt;/p&gt;\n&lt;p&gt;&bull; iOS&lt;/p&gt;\n&lt;p&gt;&bull; macOS&lt;/p&gt;\n&lt;p&gt;&bull; Windows&lt;/p&gt;\n&lt;p&gt;&bull; Linux&lt;/p&gt;\n&lt;p&gt;&bull; Android&lt;/p&gt;\n&lt;p&gt;Additionally, router installation is supported through manual configuration guides.&lt;/p&gt;\n&lt;p&gt;Reasons to Consider ProtonVPN&lt;/p&gt;\n&lt;p&gt;&bull; Exceptional privacy features for anonymous browsing&lt;/p&gt;\n&lt;p&gt;&bull; Split tunneling allows separation of different online activities&lt;/p&gt;\n&lt;p&gt;&bull; Stealth protocols help avoid detection by service providers&lt;/p&gt;\n&lt;p&gt;&bull; Extensive US server network (4,000+ servers across 19 cities)&lt;/p&gt;\n&lt;p&gt;Potential Drawbacks&lt;/p&gt;\n&lt;p&gt;&bull; Not the absolute fastest option if speed is your primary concern&lt;/p&gt;\n&lt;p&gt;&bull; Interface may be too complex for users seeking simplicity&lt;/p&gt;\n&lt;p&gt;ProtonVPN prioritizes security while maintaining strong performance. Their service works reliably with region-restricted content, maintains a strict no-logging policy, and offers a 30-day refund guarantee on all subscription plans.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;ExpressVPN stands out for those seeking unrestricted access across restricted US regions  &lt;/p&gt;\n&lt;p&gt;with specialized obfuscation technology that automatically bypasses regional filters&lt;/p&gt;\n&lt;p&gt;making it ideal for accessing adult content or streaming services securely anywhere&lt;/p&gt;\n&lt;p&gt;Covering an exceptional network of 55 American server locations&lt;/p&gt;\n&lt;p&gt;and supporting connectivity in 105 countries globally&lt;/p&gt;\n&lt;p&gt;it ensures reliable, high-speed performance for diverse needs&lt;/p&gt;\n&lt;p&gt;The standard subscription permits simultaneous protection for up to 10 devices&lt;/p&gt;\n&lt;p&gt;while round-the-clock live chat support resolves technical queries instantly&lt;/p&gt;\n&lt;p&gt;delivering both extensive coverage and responsive assistance&lt;/p&gt;\n&lt;p&gt;This infrastructure adapts seamlessly to overcome geo-blocks in states like Virginia or Utah&lt;/p&gt;\n&lt;p&gt;maintaining privacy without compromising on streaming quality or accessibility&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb3ce8ca528a0d5a476fefbiNMtfh03&quot; height=&quot;652&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb3ce8ca528a0d5a476fefbiNMtfh03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For robust privacy during sensitive browsing, ExpressVPN offers military-grade 256-bit encryption alongside leak protection and an automatic kill switch to shield your identity.&lt;/p&gt;\n&lt;p&gt;Its strict no-logging policy ensures none of your personal data is recorded or stored.&lt;/p&gt;\n\n&lt;p&gt;Performance saw significant gains after Lightway&#039;s multi-threading upgrade in 2025.&lt;/p&gt;\n&lt;p&gt;U.S. server speeds consistently exceeded 120 Mbps across multiple daily tests, averaging 127.81 Mbps.&lt;/p&gt;\n&lt;p&gt;This easily handles 4K streaming on multiple devices simultaneously.&lt;/p&gt;\n\n&lt;p&gt;Tailor your connection with split tunneling, directing only specific apps or sites through the encrypted VPN tunnel.&lt;/p&gt;\n&lt;p&gt;An integrated tool automatically blocks intrusive ads, trackers, and malicious websites.&lt;/p&gt;\n\n&lt;p&gt;Compatibility spans iOS, Android, macOS, Windows, Linux, plus custom router firmware for whole-network protection.&lt;/p&gt;\n&lt;p&gt;Access over 20 U.S. city servers specifically to navigate regional content blocks.&lt;/p&gt;\n\n&lt;p&gt;Ideal for users seeking straightforward, one-click access to restricted content without complexity.&lt;/p&gt;\n&lt;p&gt;Less suitable if you require niche features like port forwarding support.&lt;/p&gt;\n\n&lt;p&gt;Reliably bypass geo-blocks for streaming, torrenting, or anonymous browsing.&lt;/p&gt;\n&lt;p&gt;All purchases include a 30-day refund guarantee for risk-free evaluation.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;IPVanish stands out for users navigating adult content restrictions in certain US states.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Its extensive global network spans over 3,200 servers across 100+ nations, featuring hundreds within the US itself.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;One key advantage is seamless protection for multiple devices concurrently.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The service reliably accesses major streaming platforms like Netflix, Max, and Hulu.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;While unsuitable for regions with severe internet censorship, it proves effective for the targeted US state bans.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Round-the-clock live chat support is available to assist customers anytime.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb3ff2b42ba7ffe459bec8kJIS2eb03&quot; height=&quot;500&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb3ff2b42ba7ffe459bec8kJIS2eb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Online Privacy and Content Restrictions&lt;/h3&gt;\n&lt;p&gt;Navigating Online Privacy: Evaluating a Leading VPN Service&lt;/p&gt;\n&lt;p&gt;During our recent performance analysis, we found remarkably stable connection metrics across all tested US-based servers. The performance variance was minimal&mdash;just 7 Mbps difference between peak and valley measurements&mdash;with an impressive average throughput of 166.23 Mbps. This level of consistency makes this service suitable for demanding activities including ultra-high-definition content streaming.&lt;/p&gt;\n&lt;p&gt;Security features stand as a major strength of this provider. The service employs military-grade encryption protocols alongside essential protective measures such as DNS leak prevention and automatic connection termination if your VPN drops. Additional security options include local traffic blocking, connection obfuscation to avoid VPN detection systems, and automatic connectivity when joining unsecured networks. Perhaps most critically, the service maintains a verified zero-logging policy, ensuring your browsing activity remains completely private.&lt;/p&gt;\n&lt;p&gt;Compatibility extends across major platforms with dedicated applications for Windows, macOS, Android, and iOS devices. Linux users and those wishing to implement the service on home routers will need to perform manual configuration. Premium subscription tiers now include additional benefits such as 1TB cloud storage allocation and a secure browser option.&lt;/p&gt;\n&lt;p&gt;Consider this service if you:&lt;/p&gt;\n&lt;p&gt;&bull; Need protection for unlimited connected devices simultaneously&lt;/p&gt;\n&lt;p&gt;&bull; Value the enhanced security of a provider operating its own server infrastructure&lt;/p&gt;\n&lt;p&gt;&bull; Require dependable performance without speed fluctuations&lt;/p&gt;\n&lt;p&gt;This service may not be ideal if you:&lt;/p&gt;\n&lt;p&gt;&bull; Prefer anonymous payment methods, as cryptocurrency is not currently accepted&lt;/p&gt;\n&lt;p&gt;&bull; Have concerns about the company&#039;s US jurisdiction (a Five Eyes alliance member)&lt;/p&gt;\n&lt;p&gt;The service offers exceptional balance between performance and security, making it particularly valuable for those seeking to maintain privacy while bypassing regional restrictions or intrusive age-verification systems. Annual subscriptions include a 30-day refund guarantee.&lt;/p&gt;\n&lt;p&gt;For more detailed analysis, consider reviewing our comprehensive evaluation of this service available through our website.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;CyberGhost provides users with a vast network of servers spanning over 100 nations and nearly twelve U.S. states. Several servers are optimized for streaming services such as Netflix, Hulu, and Paramount+, making it easier to enjoy your favorite content while abroad. Although the service does not explicitly advertise access to adult websites, users have reported successful access to such sites through CyberGhost&rsquo;s standard servers. The platform allows up to seven devices to be connected at once, ensuring multiple gadgets stay protected. Additionally, customer support is accessible around the clock via live chat, offering prompt assistance whenever needed.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb42f2774e4a48b14606dQE8iX2xR03&quot; height=&quot;396&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb42f2774e4a48b14606dQE8iX2xR03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Evaluating CyberGhost VPN: Performance Analysis and User Recommendations&lt;/p&gt;\n&lt;p&gt;Our recent technical evaluation of CyberGhost VPN revealed impressive performance metrics that position it as a top-tier service provider. During our comprehensive testing, CyberGhost demonstrated consistent throughput averaging 145.49 Mbps on our 250 Mbps baseline connection.&lt;/p&gt;\n&lt;p&gt;This level of performance ensures seamless experiences across various online activities. Users can expect buffer-free streaming, rapid file transfers, responsive gaming sessions, and crystal-clear video conferencing without performance degradation.&lt;/p&gt;\n&lt;p&gt;Security features are equally robust, incorporating military-grade encryption protocols, automatic connection termination failsafes, and comprehensive leak prevention systems. The built-in tracker blocking functionality adds an additional layer of privacy protection. While the service faces limitations in highly restrictive network environments like China, its random port connection capability can effectively circumvent less sophisticated network restrictions commonly found in public Wi-Fi setups.&lt;/p&gt;\n&lt;p&gt;Privacy-conscious users will appreciate that CyberGhost&#039;s no-logging claims have been independently verified through third-party auditing, confirming their commitment to maintaining zero personally identifiable records.&lt;/p&gt;\n&lt;p&gt;The service offers broad platform compatibility with dedicated applications for Windows, macOS, Android, iOS, and Linux operating systems. Additionally, network-level implementation is possible through router configuration using their detailed setup documentation.&lt;/p&gt;\n&lt;p&gt;CyberGhost represents an excellent choice for:&lt;/p&gt;\n&lt;p&gt;&bull; Users requiring extensive server coverage throughout the United States&lt;/p&gt;\n&lt;p&gt;&bull; Those prioritizing high-speed connections with powerful geo-restriction bypassing capabilities&lt;/p&gt;\n&lt;p&gt;&bull; VPN newcomers seeking intuitive, preconfigured application interfaces&lt;/p&gt;\n&lt;p&gt;However, alternative solutions may be more appropriate for:&lt;/p&gt;\n&lt;p&gt;&bull; Advanced users requiring granular configuration options&lt;/p&gt;\n&lt;p&gt;&bull; Individuals operating in regions with sophisticated internet censorship infrastructure&lt;/p&gt;\n&lt;p&gt;With an extended 45-day refund period, CyberGhost provides ample opportunity to evaluate their service risk-free, making it a compelling option for addressing regional content restrictions across various states.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;Despite its modest network of 200 global servers&lt;/p&gt;\n&lt;p&gt;PrivateVPN maintains full ownership of its infrastructure&lt;/p&gt;\n&lt;p&gt;and operates as its own internet service provider&lt;/p&gt;\n&lt;p&gt;ensuring zero third-party access to user data traffic&lt;/p&gt;\n&lt;p&gt;This unique setup provides formidable censorship evasion&lt;/p&gt;\n&lt;p&gt;Successfully penetrating China&#039;s Great Firewall confirms&lt;/p&gt;\n&lt;p&gt;its capability to bypass state-level digital barriers&lt;/p&gt;\n&lt;p&gt;including adult content restrictions like those in Louisiana&lt;/p&gt;\n&lt;p&gt;Users benefit from 10 simultaneous logins across devices&lt;/p&gt;\n&lt;p&gt;Real-time chat assistance remains available&lt;/p&gt;\n&lt;p&gt;though limited to European business hours&lt;/p&gt;\n&lt;p&gt;A focused solution prioritizing privacy and access&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb4602b42ba7ffe45a35dpa5Qjlmx03&quot; height=&quot;338&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb4602b42ba7ffe45a35dpa5Qjlmx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PrivateVPN distinguishes itself from many competitors by prioritizing consistent stability over sheer speed, making it ideal for everyday browsing needs. During comprehensive testing, its US servers maintained reliable performance, with an average speed of approximately 56 Mbps&mdash;more than enough for seamless 4K streaming without buffering or interruptions.&lt;/p&gt;\n&lt;p&gt;The service actively guards against DNS and IPv6 leaks, ensuring your data remains private at all times. It employs robust 256-bit AES encryption to secure your information, with options to lower encryption levels for improved speed if necessary. A kill switch feature is integrated to prevent accidental exposure if the VPN connection drops unexpectedly. For users needing to bypass stringent censorship, PrivateVPN offers a stealth mode capable of overcoming even the strictest online restrictions. Its strict no-logs policy guarantees that your activity remains confidential, and the option to permit certain applications to bypass the VPN adds flexibility&mdash;useful for quick downloads or updates.&lt;/p&gt;\n&lt;p&gt;Available on Android, iOS, Windows, and macOS, PrivateVPN also supports Linux and wireless routers, although setup may require manual configuration.&lt;/p&gt;\n&lt;p&gt;Opt for PrivateVPN if you seek a service with advanced censorship circumvention, extensive access to geo-restricted content, and a strong commitment to privacy. It&rsquo;s especially suitable for users in restrictive regions who need reliable unblocking capabilities.&lt;/p&gt;\n&lt;p&gt;However, it might not be the best choice if you prioritize maximum speed&mdash;particularly if your internet connection is slow&mdash;or if you need access to numerous US server locations, as the network is relatively limited with around a dozen US servers.&lt;/p&gt;\n&lt;p&gt;Overall, PrivateVPN is a user-friendly provider that excels in unblocking content and safeguarding user privacy. Its steady speeds, effective censorship bypassing, and strict privacy policies make it a strong candidate for overcoming restrictions like the US porn ban. Plus, a 30-day money-back guarantee offers peace of mind for those still uncertain.&lt;/p&gt;\n&lt;p&gt;In our thorough evaluations, we emphasize key factors such as speed, server availability, and security features. Speed is crucial: a sluggish VPN hampers video quality and browsing efficiency. To assess this accurately, we conduct multiple tests at different times of day on a standard 250 Mbps connection&mdash;reflecting typical US household speeds&mdash;and average the results to produce a final score.&lt;/p&gt;\n&lt;p&gt;Among tested providers, NordVPN led with the fastest overall speeds, earning a perfect score. Surfshark and TotalVPN followed closely, with all services capable of supporting 4K streaming smoothly.&lt;/p&gt;\n&lt;p&gt;We also analyze each VPN&rsquo;s US server network, including the number of locations, total servers, and simultaneous device connections allowed. NordVPN scored highest here, thanks to its extensive US server coverage and high device limits, while PrivateVPN&rsquo;s smaller network resulted in a slightly lower score.&lt;/p&gt;\n&lt;p&gt;Security remains paramount: we verify that each recommended VPN offers strong encryption, a kill switch, and leak protection. We prefer services with a verified no-logs policy, ensuring your activity remains private even under scrutiny. These criteria are essential to guarantee that your browsing privacy is uncompromised, especially when circumventing restrictions like the USA&rsquo;s porn ban in certain states.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f80ff82b4650740be7dajrhKxugT07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f80ff82b4650740be7dajrhKxugT07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For practical VPN selection, focus on these essential security elements:&lt;/p&gt;\n&lt;p&gt;Robust encryption standards matter more than minor authentication variations&lt;/p&gt;\n&lt;p&gt;Jurisdiction outside surveillance alliances enhances privacy protection&lt;/p&gt;\n&lt;p&gt;Automatic data obfuscation proves valuable for seamless security&lt;/p&gt;\n&lt;p&gt;Prioritize services balancing accessibility with advanced functionality:&lt;/p&gt;\n&lt;p&gt;Live support availability ensures timely troubleshooting assistance&lt;/p&gt;\n&lt;p&gt;Multi-platform compatibility maintains protection across devices&lt;/p&gt;\n&lt;p&gt;Streamlined interfaces prevent overwhelming new users&lt;/p&gt;\n&lt;p&gt;Top performers demonstrate:&lt;/p&gt;\n&lt;p&gt;Consistent security protocols despite minor jurisdictional concerns&lt;/p&gt;\n&lt;p&gt;Intelligent traffic masking without manual configuration&lt;/p&gt;\n&lt;p&gt;Adaptable platforms catering to diverse technical proficiency levels&lt;/p&gt;\n&lt;p&gt;Evaluate providers based on:&lt;/p&gt;\n&lt;p&gt;Transparent privacy policies and audit histories&lt;/p&gt;\n&lt;p&gt;Responsive customer service channels&lt;/p&gt;\n&lt;p&gt;Cross-device synchronization capabilities&lt;/p&gt;\n&lt;p&gt;User experience tailoring complexity to individual needs&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f80fffce2456ffb2ff34OqUQNyJV07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f80fffce2456ffb2ff34OqUQNyJV07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Our evaluation focused on VPN effectiveness against stringent geo-blocks, particularly for accessing region-locked content.&lt;/p&gt;\n&lt;p&gt;Testing prioritized platforms with advanced location verification, contrasting adult sites&#039; simpler systems.&lt;/p&gt;\n&lt;p&gt;We assessed each VPN against major streaming services and tricky-access platforms.&lt;/p&gt;\n&lt;p&gt;Scoring criteria included consistent connectivity, server availability, and circumvention reliability.&lt;/p&gt;\n&lt;p&gt;IPVanish recorded the lowest performance score at 8.1 points despite its user-friendly features.&lt;/p&gt;\n&lt;p&gt;CyberGhost and Surfshark shared the bronze position with matching 9.1-point results.&lt;/p&gt;\n&lt;p&gt;Total VPN secured second place with a 9.4-point achievement.&lt;/p&gt;\n&lt;p&gt;Standout performers NordVPN and ProtonVPN both achieved near-perfect 9.6 scores, demonstrating exceptional geo-spoofing capabilities.&lt;/p&gt;\n&lt;p&gt;These top-tier services proved most effective for redirecting virtual locations undetected.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f80fa516ad6c5f58b616EBcqefRA07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f80fa516ad6c5f58b616EBcqefRA07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Interestingly, three leading VPN providers share top honors in recent evaluations, each earning an impressive 9.2 out of 10. NordVPN, Surfshark, and ExpressVPN all excelled in their ability to access numerous streaming platforms reliably, making them standout choices for users seeking seamless content streaming. ProtonVPN, while slightly behind with a score of 7.2, remains a strong contender, especially for privacy-conscious users, though it faced occasional access issues during initial attempts.&lt;/p&gt;\n&lt;p&gt;However, our selection process for the best VPNs extends beyond these scores. For a detailed understanding of our testing methodology, we invite you to explore our comprehensive VPN review guide.&lt;/p&gt;\n&lt;p&gt;To ensure our reviews reflect the latest innovations, we continuously update our monitoring processes. Recent enhancements include:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDeployment of timezone spoofing in browser extensions (October 2025)\n&lt;/li&gt;\n&lt;li&gt;\nOpen-sourcing the Linux client for greater transparency (October 2025)\n&lt;/li&gt;\n&lt;li&gt;\nImproved connection stability with advanced reconnection algorithms (June 2025)\n&lt;/li&gt;\n&lt;li&gt;\nExpansion of privacy monitoring to cover 50 email addresses via dark web alerts (June 2025)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch of ultra-fast 100Gbps servers in Amsterdam, Netherlands (October 2025)\n&lt;/li&gt;\n&lt;li&gt;\nEnhanced traffic management through cross-platform bypasser features (April 2025)\n&lt;/li&gt;\n&lt;li&gt;\nAddition of seven dedicated IP cities, including Istanbul, Warsaw, and Las Vegas (April 2025)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch of a dedicated Apple TV app to support big-screen streaming\n&lt;/li&gt;\n&lt;li&gt;\nStrengthening Android security with an &quot;always-on&quot; kill switch\n&lt;/li&gt;\n&lt;li&gt;\nImplementation of &quot;connect on demand&quot; for iOS and macOS users\n&lt;/li&gt;\n&lt;li&gt;\nIntroduction of an Apple TV app for enhanced entertainment options (October 2024)\n&lt;/li&gt;\n&lt;li&gt;\nSupport for IPv6 in extensions and Linux applications, advancing network protocols (2024)\n&lt;/li&gt;\n&lt;li&gt;\nAndroid guest mode enabling instant access without registration (2024)\n&lt;/li&gt;\n&lt;li&gt;\nNew flexible pricing tiers starting at $3.49 for basic plans and $7.49 for premium options (October 2025)\n&lt;/li&gt;\n&lt;li&gt;\nRelease of EventVPN, a free alternative to ExpressVPN (October 2025)\n&lt;/li&gt;\n&lt;li&gt;\nImprovements in account deletion processes to enhance service quality (March 2025)\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;While free VPNs might seem tempting for protecting browsing privacy, they often fall short in practical use. Typically, they come with low bandwidth limits, restricting your usage to short periods each month. Overcrowded servers lead to sluggish speeds, buffering, low-resolution videos, or even failures to load content altogether&mdash;making streaming, including adult content, frustrating.&lt;/p&gt;\n&lt;p&gt;Security is another concern. Unlike paid VPNs, free services lack extensive testing and transparency. Many inject ads or alter webpages to promote paid subscriptions, sometimes misleading users about their privacy protections. Given these issues, choosing a VPN based solely on cost can be risky; instead, prioritize providers with clear privacy policies and reputable track records.&lt;/p&gt;\n&lt;p&gt;In recent years, numerous U.S. states have enacted laws requiring age verification to access adult content online. While authorities cite pornography as a &quot;public health crisis,&quot; critics argue that these laws are driven more by moral positions than health concerns. The following states have implemented such measures:&lt;/p&gt;\n&lt;p&gt;Alabama, Arizona, Arkansas, Florida, Georgia, Idaho, Indiana, Kansas, Kentucky, Louisiana, Mississippi, Missouri, Montana, Nebraska, North Carolina, North Dakota, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas, Utah, Virginia, Wyoming.&lt;/p&gt;\n&lt;p&gt;Because there is no federal regulation mandating age verification, each state enforces its own procedures. These typically involve more than simple &quot;are you over 18?&quot; popups; adult sites are now responsible for verifying user age, often through popups that require users to enter personal identification or complete verification steps when browsing from these states.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691bb4642b42ba7ffe45a3c53PhukDbk03&quot; height=&quot;628&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691bb4642b42ba7ffe45a3c53PhukDbk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating Digital Privacy in the Age of Online Content Restrictions&lt;/p&gt;\n&lt;p&gt;In recent years, several U.S. states have implemented content access restrictions requiring age verification for certain websites. These verification systems typically redirect users to third-party services where they must provide sensitive personal information such as government identification, credit card details, or phone account information.&lt;/p&gt;\n&lt;p&gt;The fundamental concern with these systems lies in data security vulnerabilities. No digital system can guarantee complete protection from data breaches or internal misuse. Additionally, these geographical restrictions can be circumvented relatively easily using widely available privacy tools, as demonstrated following similar legislation in the United Kingdom.&lt;/p&gt;\n&lt;p&gt;For those prioritizing online privacy, experts recommend consistent use of privacy-enhancing technologies, staying informed about cybersecurity practices, and engaging with elected officials about concerns regarding mandatory verification programs.&lt;/p&gt;\n&lt;p&gt;State legislators have justified these restrictions as public health measures, particularly citing protection of minors&#039; mental wellbeing. However, civil liberties advocates argue these laws potentially violate First Amendment protections. This constitutional debate may intensify if federal legislation like the Interstate Obscenity Definition Act advances, which could effectively expand content restrictions nationwide by redefining what content falls outside constitutional protection.&lt;/p&gt;\n&lt;p&gt;The United States isn&#039;t alone in this regulatory approach. Similar verification requirements and content restrictions have been implemented or proposed in other countries, including the United Kingdom.&lt;/p&gt;\n&lt;p&gt;Age verification systems range from simple self-declaration prompts to sophisticated identification requirements. While the simpler approaches collect minimal personal data, more rigorous systems requiring government identification create significant privacy risks. These include potential data breaches, insider threats from employees with access to verification information, and future ownership changes of verification service providers.&lt;/p&gt;\n&lt;p&gt;While protecting minors from inappropriate content represents a legitimate societal concern, requiring users to upload identification documents containing sensitive personal information creates substantial identity theft risks.&lt;/p&gt;\n&lt;p&gt;Currently, privacy tools remain legal throughout the United States, though users remain responsible for any illegal activities conducted while using them. Notably, Louisiana&#039;s Act No. 440 focuses on penalizing commercial content distributors rather than individual users who circumvent restrictions. The legislation targets entities distributing &quot;material harmful to minors&quot; without implementing proper age verification.&lt;/p&gt;\n&lt;p&gt;Given the technical challenges of enforcing such restrictions on individuals using privacy tools, and the legal complexities involved, it appears unlikely that individual users would face penalties for accessing content from restricted locations.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized tool designed to unlock global streaming libraries by masking your actual location. Its primary use involves bypassing Netflix&#039;s geo-restrictions, allowing subscribers to access content exclusively available in other regions. This expands entertainment options far beyond a user&#039;s local catalog.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the SafeShell VPN. One major advantage is that SafeShell VPN offers high-speed servers specifically optimized for streaming Netflix, ensuring buffer-free playback and high-definition quality even if their &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; with other providers. Additionally, SafeShell VPN supports connecting multiple devices at once, allowing users to enjoy their favorite shows on up to five devices simultaneously across various operating systems like Windows, macOS, iOS, and Android. Its exclusive App Mode feature unlocks content from multiple regions simultaneously, broadening entertainment options beyond limitations faced by standard VPNs. SafeShell VPN also delivers lightning-fast speeds with no bandwidth restrictions, making streaming seamless and hassle-free. Moreover, with top-level security through the proprietary ShellGuard protocol, users can browse confidently knowing their privacy is protected. Overall, SafeShell VPN combines speed, security, multi-device support, and versatile features, making it an excellent choice for those seeking a reliable solution when their Netflix VPN not working.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix libraries, first subscribe to a suitable plan on the SafeShell VPN website and complete the registration process. After subscribing, download and install the SafeShell VPN application compatible with your specific device platform, such as Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Following installation, launch the SafeShell VPN app and log into your account. Navigate to the server selection menu and choose an optimal server located in your desired Netflix region, such as the United States or United Kingdom, then connect securely. Once the VPN connection is established, simply open the Netflix app or website, sign in with your credentials, and immediately start streaming the exclusive content available in your selected region via SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(156, 288, '', 'Daniel Radcliffe Reaches Out to New Harry Potter Cast', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f73bfc6c80ad093700f3ttLi4D8x03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f73bfc6c80ad093700f3ttLi4D8x03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Daniel Radcliffe, who portrayed Harry Potter in the film series spanning eight movies, recently reached out to the new cast members of the upcoming HBO adaptation of the beloved book series. As the story transitions from pages to television screens, Radcliffe took the initiative to connect with the young actor stepping into Harry&rsquo;s shoes.&lt;/p&gt;\n&lt;p&gt;During a chat on Good Morning America, Radcliffe shared that he had written a heartfelt letter to Dominic McLaughlin, the actor cast as the young wizard. &ldquo;While I wouldn&rsquo;t say anyone who&rsquo;s playing Harry must contact me, I do know some of the people involved in the project,&rdquo; Radcliffe explained. &ldquo;I decided to reach out to Dominic and sent him a letter, and he responded with a very kind note.&rdquo;&lt;/p&gt;\n&lt;p&gt;He emphasized that his intention was not to intrude on the new actors&rsquo; journeys but to offer encouragement. &ldquo;I just told him I hope he has an amazing experience, even better than mine&mdash;I truly loved playing Harry, but I want him to enjoy it to the fullest,&rdquo; Radcliffe revealed. His admiration was evident as he expressed how seeing images of the new cast made him nostalgic and eager to support them. &ldquo;Whenever I see pictures of Dominic and the other young actors, I just want to give them a hug,&rdquo; he said. &ldquo;They look so young, and I can&rsquo;t help but think about how I was that age when I started. It&rsquo;s adorable and inspiring, and I hope they&rsquo;re having the time of their lives.&rdquo;&lt;/p&gt;\n&lt;p&gt;The new series features fresh faces taking on iconic roles, including Arabella Stanton as Hermione Granger and Alastair Stout as Ron Weasley. The cast also includes notable talents like Paapa Essiedu as Professor Snape, John Lithgow as Headmaster Dumbledore, Janet McTeer as Professor McGonagall, and Nick Frost as Hagrid.&lt;/p&gt;\n&lt;p&gt;Radcliffe&rsquo;s gesture highlights the close bond and ongoing support within the Harry Potter community, bridging the original cast with the new generation of actors bringing these characters back to life on screen.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of a young wizard navigating Hogwarts School of Witchcraft and Wizardry, confronting dark forces and fulfilling his prophesied destiny alongside friends Ron and Hermione. For viewers seeking &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the franchise is primarily available on Max (formerly HBO Max), with select titles also accessible via Amazon Prime Video and Peacock; regional availability may vary across these platforms. Digital rental or purchase options remain consistently available through major retailers like Apple TV and Google Play Movies.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. SafeShell VPN offers several exceptional benefits that make it stand out as the ideal choice for unlocking global content. &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix ensure buffer-free playback and HD streaming, allowing you to enjoy Harry Potter and other favorites without frustrating interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility lets you connect up to five devices simultaneously across Windows, macOS, iOS, Android, and smart TV platforms.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely allows access to multiple regional libraries at once, expanding your entertainment options beyond a single country&#039;s catalog.\n&lt;/li&gt;\n&lt;li&gt;\nBandwidth restrictions are nonexistent with SafeShell VPN, providing consistently fast speeds that eliminate the common streaming headaches of buffering and throttling.\n&lt;/li&gt;\n&lt;li&gt;\nYour privacy remains protected through the proprietary &quot;ShellGuard&quot; protocol, ensuring your streaming activities stay secure and private.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan gives you the opportunity to test these premium features before committing, making SafeShell VPN a risk-free solution for your Netflix region-unlocking needs.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, download and install the SafeShell VPN application compatible with your device, whether it is Windows, macOS, iOS, or Android, by visiting their website and selecting the appropriate version. After installation, launch the app and log in to your account, then select the APP mode to optimize your streaming experience. Next, browse through the available servers and connect to a region that offers the Harry Potter movies you want to watch, such as the US, UK, or Canada. Once connected, open Netflix and log into your account; you will now have access to Harry Potter movies from your chosen region.&lt;/p&gt;\n&lt;p&gt;To ensure smooth streaming, make sure the VPN connection is active before opening Netflix. If needed, refresh or restart the app to recognize the new regional content. With SafeShell VPN, you can easily bypass geo-restrictions and enjoy Harry Potter movies from different regions safely and securely. This seamless process allows you to explore a variety of regional Netflix libraries, providing an enhanced viewing experience tailored to your preferences. Always remember to disconnect from the VPN when finished to restore your regular internet connection.&lt;/p&gt;', 9, 'game'),
(157, 289, '', 'The Diplomat Season 2 &ndash; Intense Opening Sequence Revealed', '&lt;h3&gt;Intense Opening Sequence&lt;/h3&gt;\n&lt;p&gt;Season two of &lt;em&gt;The Diplomat&lt;/em&gt; launches viewers directly into heart-pounding chaos.&lt;/p&gt;\n&lt;p&gt;Ambassador Kate Wyler, portrayed by Keri Russell, navigates the explosive aftermath without pause.&lt;/p&gt;\n&lt;p&gt;The opening sequence plunges into a frantic search for answers mere moments after the season one detonation.&lt;/p&gt;\n&lt;p&gt;Russell&#039;s character embodies urgency as she sifts through critical intelligence amidst the turmoil.&lt;/p&gt;\n&lt;p&gt;This initial three-minute flurry masterfully sets the tense, high-stakes tone for the entire season.&lt;/p&gt;\n&lt;p&gt;Catch this intense opening now, leading into the full season premiere arriving October 31st.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7b8bf9544df07cedabbOSJ6zUio07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7b8bf9544df07cedabbOSJ6zUio07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s acclaimed political drama &quot;The Diplomat&quot; has captivated audiences with its intense portrayal of international relations and high-stakes diplomacy. The series&#039; second season opens with a breathtaking three-minute sequence that immediately plunges viewers into chaos.&lt;/p&gt;\n&lt;p&gt;The opening minutes masterfully establish the tone for the new season, presenting a whirlwind of activity as characters navigate the aftermath of significant political events. Viewers are treated to rapid-fire dialogue, urgent conversations, and a sense of mounting tension that sets the stage for the episodes to follow.&lt;/p&gt;\n&lt;p&gt;What makes this introduction particularly effective is how it balances character development with plot advancement. Even in just three minutes, the show manages to reestablish key relationships while introducing new conflicts that will drive the season&#039;s narrative arc.&lt;/p&gt;\n&lt;p&gt;The production values shine through immediately, with cinematography that emphasizes both the grandeur of diplomatic settings and the intimate personal struggles of the characters. The score underscores the urgency of the moment without overwhelming the crucial exposition.&lt;/p&gt;\n&lt;p&gt;For fans who have been eagerly awaiting the return of the series, these opening minutes provide reassurance that the show&#039;s trademark blend of political intrigue, personal drama, and sharp dialogue remains intact and perhaps even enhanced in the new season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7bac83821d1d073517aspTU2Hgi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7bac83821d1d073517aspTU2Hgi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Ever wonder where &lt;em&gt;The Diplomat&lt;/em&gt; takes shape on screen?  &lt;/p&gt;\n&lt;p&gt;This gripping political drama is shot across various stunning locations, each adding authenticity and depth to the story.&lt;/p&gt;\n&lt;p&gt;From bustling government offices to scenic cityscapes, discover the diverse settings that bring the series to life.&lt;/p&gt;\n&lt;p&gt;Join us as we explore the real-world spots where the drama unfolds, offering a behind-the-scenes look at the show&#039;s filming sites.&lt;/p&gt;\n&lt;p&gt;Stay tuned for insights into the locations that make &lt;em&gt;The Diplomat&lt;/em&gt; a compelling watch!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7becc06d882dcc27483i2Wv5o0V07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7becc06d882dcc27483i2Wv5o0V07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Emergency protocols shred calm&lt;/p&gt;\n&lt;p&gt;before opening credits roll.&lt;/p&gt;\n&lt;p&gt;Ambassador Kate Wyler scrambles&lt;/p&gt;\n&lt;p&gt;amidst blaring crisis sirens&lt;/p&gt;\n&lt;p&gt;and fragmented Situation Room updates.&lt;/p&gt;\n&lt;p&gt;Classified documents spill across mahogany&lt;/p&gt;\n&lt;p&gt;as secure lines crackle with untranslated warnings.&lt;/p&gt;\n&lt;p&gt;Stuart&rsquo;s tactical instincts clash&lt;/p&gt;\n&lt;p&gt;with Dennison&rsquo;s political maneuvering&lt;/p&gt;\n&lt;p&gt;in real-time chaos.&lt;/p&gt;\n&lt;p&gt;Every flickering screen&lt;/p&gt;\n&lt;p&gt;and hurried whisper&lt;/p&gt;\n&lt;p&gt;tightens the narrative vice.&lt;/p&gt;\n&lt;p&gt;Geopolitical fault lines tremble&lt;/p&gt;\n&lt;p&gt;within these breathless moments.&lt;/p&gt;\n&lt;p&gt;The premiere&rsquo;s tension&lt;/p&gt;\n&lt;p&gt;isn&rsquo;t built&mdash;it detonates.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f7c20acf5820276c4cb1aa4DJLdw07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f7c20acf5820276c4cb1aa4DJLdw07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The opening moments of season two plunge viewers into a whirlwind of chaos and urgent communication. Kate and Austin Dennison are immediately thrust into a high-stakes situation, grappling with the aftermath of a devastating blast that leaves four individuals affected. Among them, the fate of Kate&rsquo;s husband Hal, played by Rufus Sewell, remains uncertain, along with three others&mdash;Stuart Hayford, Ronnie, and Merritt Grove&mdash;whose survival status is initially unknown.&lt;/p&gt;\n&lt;p&gt;In these initial scenes, the show vividly depicts the inner workings of the secretive State Department during crisis. Russell explained that the series excels at revealing the intricate protocols and rapid decision-making processes that unfold when tragedy strikes. It&rsquo;s a detailed portrayal of the chain of command and the frantic efforts to gather information and coordinate responses.&lt;/p&gt;\n&lt;p&gt;Amid the chaos, Kate asserts her authority, insisting she must contact critical figures&mdash;the Secretary of State, the Operations Center, and the White House&mdash;highlighting the urgency and importance of communication during emergencies. A small but telling moment occurs when she objects to a clerk trying to seize her phone, clarifying she needs to make vital calls. However, it&#039;s revealed that she&#039;s actually using Dennison&rsquo;s device, emphasizing the fluidity and confusion of the situation.&lt;/p&gt;\n&lt;p&gt;Throughout these tense moments, viewers see Kate and Dennison navigating the relentless flow of information, often unsure of who is safe and who might still be in danger. Russell notes that the characters are in constant &quot;go&quot; mode, likely working non-stop for days, reflecting the relentless dedication of those involved in crisis management at the highest levels.&lt;/p&gt;\n&lt;p&gt;As the season progresses, the audience will follow Kate and Dennison in their harrowing quest to discover the truth about who survived and who did not. Season 2 of &lt;em&gt;The Diplomat&lt;/em&gt; is set to premiere on October 31, offering a tense, detailed look at diplomatic crisis management. Meanwhile, fans can revisit the first season on Netflix to catch up on the story so far.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/691d03a97accf90cb0a9b5deHXog6jYq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/691d03a97accf90cb0a9b5deHXog6jYq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 2 Premiere&lt;/h3&gt;\n&lt;p&gt;The highly anticipated second season of Netflix&#039;s political thriller &quot;The Diplomat&quot; makes an immediate impact with its opening minutes, throwing viewers into a chaotic aftermath that sets the tone for what&#039;s to come.&lt;/p&gt;\n&lt;p&gt;The season opener wastes no time, plunging audiences directly into the fallout from the explosive first season finale. According to early reviews, these initial moments are characterized by a &quot;flurry of panic and details&quot; as characters scramble to address the shocking developments that closed the previous chapter.&lt;/p&gt;\n&lt;p&gt;Keri Russell returns as Ambassador Kate Wyler, navigating the complicated diplomatic landscape while dealing with both professional crises and personal turmoil. The show&#039;s signature blend of tense political maneuvering and interpersonal drama appears to be fully intact in this sophomore outing.&lt;/p&gt;\n&lt;p&gt;Critics who&#039;ve had early access to the new season praise the opening sequence for its ability to efficiently reconnect viewers with the complex narrative while establishing new stakes. The fast-paced introduction reportedly maintains the series&#039; commitment to nuanced political storytelling.&lt;/p&gt;\n&lt;p&gt;Fans who enjoyed the first season&#039;s balance of high-stakes diplomacy and character-driven conflict can apparently expect more of the same, with the opening minutes serving as a perfect reentry point into the show&#039;s intricate world of international relations.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, providing a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to restricted or geo-blocked content on Netflix, often achieved through tools like VPNs, proxy servers, or Smart DNS services, enabling users to enjoy a broader range of shows and movies from various regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;re seeking. SafeShell VPN offers numerous benefits that make it stand out as a premier choice for streaming enthusiasts:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring buffer-free viewing of your favorite shows and movies in high definition\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode that allows you to access content from multiple regional libraries simultaneously, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds with no bandwidth limitations, providing exceptional performance whether you&#039;re streaming, downloading, or browsing\n&lt;/li&gt;\n&lt;li&gt;\nSupport for up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, Apple TV, Android TV, and Apple Vision Pro\n&lt;/li&gt;\n&lt;li&gt;\nSuperior security through the proprietary &quot;ShellGuard&quot; VPN protocol, protecting your online activities from surveillance and keeping your data private\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial plan that lets you experience all these premium features before making a commitment\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN effectively bypasses Netflix&#039;s detection systems while maintaining your privacy, making it an ideal companion for your global streaming adventures.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin watching Netflix content from different regions using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and completing the subscription process. Once subscribed, download and install the appropriate SafeShell VPN app or software for your device, whether it&rsquo;s Windows, macOS, iOS, or Android, from the same website. After installation, open the app and log in to your account, then choose the APP mode to optimize your streaming experience.&lt;/p&gt;\n&lt;p&gt;Next, browse through the list of available VPN servers within the SafeShell Netflix VPN interface and select one located in the region whose Netflix library you want to access, such as the US or UK. Click on &quot;Connect&quot; to establish a secure connection to the selected server, which will mask your real location and make it appear as if you are browsing from that region. Ensure that the connection is successfully established before proceeding.&lt;/p&gt;\n&lt;p&gt;Finally, launch the Netflix app or access the Netflix website, log into your account, and enjoy streaming content from the region you selected through your VPN connection. With SafeShell Netflix VPN, you can seamlessly bypass regional restrictions and explore a broader range of Netflix offerings from different countries, enhancing your entertainment options.&lt;/p&gt;', 9, 'game'),
(158, 290, '', 'VPN Sale Phenomenon &ndash; Why VPN Discounts Never End', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f852c448e281b31c7402SiARfP3w03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f852c448e281b31c7402SiARfP3w03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Perpetual VPN Sale Phenomenon: Understanding the Strategy Behind Discounts&lt;/p&gt;\n&lt;p&gt;Ever noticed how services like NordVPN seem to be running promotions year-round? This marketing approach isn&#039;t coincidental&mdash;it&#039;s a carefully crafted business strategy designed to capture attention in a competitive digital security marketplace.&lt;/p&gt;\n&lt;p&gt;The psychology behind these continuous sales is fascinating. When consumers see a countdown timer or a limited-time offer, it creates a sense of urgency that can increase conversion rates dramatically. Research indicates customers are nearly three times more likely to purchase when faced with both time constraints and discounted prices.&lt;/p&gt;\n&lt;p&gt;These perpetual promotions serve multiple strategic purposes for VPN providers. By maintaining the appearance of special pricing, they appeal to value-conscious consumers who might hesitate at full retail prices. This approach particularly benefits users in developing economies or those with limited disposable income, democratizing access to online privacy tools.&lt;/p&gt;\n&lt;p&gt;Long-term subscription models represent another clever component of this strategy. By offering substantial discounts on multi-year plans, providers secure steady revenue streams while customers enjoy lower monthly costs. This creates that elusive win-win situation businesses strive for.&lt;/p&gt;\n&lt;p&gt;The competitive landscape of the VPN industry necessitates these pricing tactics. With dozens of providers offering similar core functionalities&mdash;data encryption, IP masking, and server networks&mdash;discounts help highlight distinctive features that might otherwise go unnoticed, such as specialized security tools or innovative connection options.&lt;/p&gt;\n&lt;p&gt;This sales approach isn&#039;t unique to VPN services. Similar strategies appear across subscription-based industries, from streaming platforms to software providers to travel services. The fundamental principle remains consistent: create perceived value through limited-time offers.&lt;/p&gt;\n&lt;p&gt;Quality and discounting aren&#039;t mutually exclusive. Many highly-rated VPN services regularly offer promotions without compromising their service standards. Smart consumers should look beyond pricing to examine security protocols, server availability, and user reviews before making decisions.&lt;/p&gt;\n&lt;p&gt;For budget-conscious users, timing purchases around major shopping events like Black Friday or holiday seasons can maximize savings. However, the best value ultimately comes from selecting a reliable paid service rather than risking privacy with free alternatives that might monetize user data.&lt;/p&gt;\n&lt;p&gt;The constant sale phenomenon reflects modern digital marketing at work&mdash;creating urgency, highlighting value, and driving conversions in an increasingly competitive online marketplace.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service primarily used to bypass geographical restrictions on Netflix content libraries. By masking a user&#039;s real location and routing their connection through servers in other countries, a Netflix VPN enables access to movies and shows exclusive to regions like the US, UK, or Japan. This service allows subscribers to unlock a significantly broader range of entertainment options not available in their own location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re facing issues with &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; when trying to access region-restricted content, consider switching to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which offers distinct advantages for seamless streaming:  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;&lt;strong&gt;Optimized High-Speed Servers&lt;/strong&gt;&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN provides servers specifically engineered for Netflix, ensuring buffer-free HD streaming and eliminating lag during playback.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;&lt;strong&gt;Multi-Device Flexibility&lt;/strong&gt;&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Connect up to five devices simultaneously across platforms like iOS, Android, Smart TVs, and desktops for uninterrupted entertainment anywhere.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;&lt;strong&gt;Exclusive App Mode&lt;/strong&gt;&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Access multiple regional libraries at once, unlocking diverse content catalogs beyond typical geo-restrictions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;&lt;strong&gt;Military-Grade Security&lt;/strong&gt;&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Proprietary encryption protocols safeguard your streaming activity, preventing ISP throttling and data leaks that trigger Netflix blocks.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;&lt;strong&gt;Free Trial Access&lt;/strong&gt;&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Test all premium features risk-free before committing, ensuring SafeShell VPN effectively resolves connectivity issues.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Begin by visiting the SafeShell website to select and subscribe to a suitable plan for your needs. After completing your subscription, download the appropriate app version for your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android. Once installed, launch the application and log into your account. For optimal streaming performance, select the APP mode which is specifically designed to enhance your Netflix viewing experience.&lt;/p&gt;\n&lt;p&gt;Next, browse through SafeShell&#039;s extensive server network and select a location in the region whose Netflix library you wish to access&mdash;popular choices include servers in the US, UK, or Canada. After connecting to your chosen server, simply open the Netflix application or website and log in with your existing credentials. Within moments, you&#039;ll have full access to that region&#039;s exclusive content catalog. SafeShell Netflix VPN ensures a seamless streaming experience with no buffering or quality loss, allowing you to enjoy international shows and movies without geographical restrictions.&lt;/p&gt;', 9, 'game'),
(159, 292, '', 'ChatGPT Voice Abroad: Unlock Features with VPN', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f8604f036856b783fc46iaWtKxQm03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f8604f036856b783fc46iaWtKxQm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Accessing ChatGPT Voice Abroad&lt;/h3&gt;\n&lt;p&gt;Unlocking ChatGPT&#039;s Voice Features Beyond European Borders&lt;/p&gt;\n&lt;p&gt;Are you frustrated that ChatGPT&#039;s innovative voice assistant isn&#039;t available in your European location? You&#039;re not alone. While users in certain regions enjoy conversational AI that responds with natural speech patterns and emotional awareness, European regulations have created a digital divide.&lt;/p&gt;\n&lt;p&gt;The solution lies in virtual private networks (VPNs) - digital tools that mask your actual location by routing your connection through servers in different countries. By connecting to a server in an unrestricted region like the United States, you can bypass geographical limitations imposed on ChatGPT&#039;s advanced voice capabilities.&lt;/p&gt;\n&lt;p&gt;This voice technology transforms how we interact with AI, enabling natural conversations that respond to emotional cues rather than just text commands. The text-to-voice function also offers remarkably human-sounding audio output for your content.&lt;/p&gt;\n&lt;p&gt;Getting Started: Bypassing Regional Restrictions&lt;/p&gt;\n&lt;p&gt;The process requires just a few simple steps:&lt;/p&gt;\n&lt;p&gt;First, select a reliable VPN service. Top options include NordVPN with its speed and reliable US servers, budget-friendly Surfshark, or IPVanish with its extensive coverage across 18+ American cities.&lt;/p&gt;\n&lt;p&gt;Next, install the VPN&#039;s mobile application, as ChatGPT&#039;s voice features are exclusively available through the mobile platform on iOS and Android devices.&lt;/p&gt;\n&lt;p&gt;After installation, log into your VPN account and select a server in an unrestricted location such as the United States, Canada, or the United Kingdom.&lt;/p&gt;\n&lt;p&gt;Once connected to your chosen server, launch the ChatGPT mobile application. The voice feature can be accessed by tapping the microphone icon located in the bottom corner of your screen.&lt;/p&gt;\n&lt;p&gt;With these steps completed, you&#039;ll gain full access to the same advanced voice capabilities enjoyed by users in unrestricted regions, regardless of European regulations affecting your physical location.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f862754080a409597478uZM0lG6Y03&quot; height=&quot;157&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f862754080a409597478uZM0lG6Y03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Please note that accessing the advanced voice feature in ChatGPT may not be available in all regions and could require a ChatGPT Plus subscription. If you don&#039;t see the voice mode icon next to your text input, you might need to connect to a VPN server to enable this functionality.&lt;/p&gt;\n&lt;p&gt;For those interested, NordVPN offers a comprehensive 30-day risk-free trial when you sign up through their official page. This allows you to use the VPN without restrictions for a month, making it an ideal solution for testing ChatGPT&#039;s voice capabilities in areas where access is limited. If you find it unsuitable, simply contact support within 30 days for a full refund&mdash;no hidden terms involved. You can start your trial here.&lt;/p&gt;\n&lt;p&gt;Experiencing issues with voice mode? Here&#039;s a quick guide to get ChatGPT&#039;s advanced voice features working with a VPN:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, uninstall the existing ChatGPT app.\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a VPN server located in the UK or the US.\n&lt;/li&gt;\n&lt;li&gt;\nChange your device&rsquo;s app store region (Google Play or Apple App Store) to match the VPN server&#039;s location.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your app store with the new region settings.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and reinstall the ChatGPT app.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Once done, launch the app and look for the voice mode button at the bottom right of the interface.&lt;/p&gt;\n&lt;p&gt;If the voice mode icon isn&#039;t visible, ensure your app is updated to the latest version. In Europe, regional settings might also need adjustment.&lt;/p&gt;\n&lt;p&gt;For microphone issues, verify that your microphone is properly connected and that the app has the necessary permissions. If ChatGPT isn&#039;t responding to voice commands, try restarting the app or checking your internet connection.&lt;/p&gt;\n&lt;p&gt;Using a VPN is often the most effective way to bypass regional restrictions and access ChatGPT&#039;s voice features. Here are some of the top VPN options for this purpose:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nNordVPN: Recognized as the best VPN for ChatGPT voice mode, it helps change your app store region and download the latest version compatible with Android and iOS. It boasts servers in over 100 countries, excellent speeds, and a 30-day money-back guarantee.\n&lt;/li&gt;\n&lt;li&gt;\nSurfshark: A budget-friendly alternative that allows unlimited device connections and supports regions like the US and UK for voice access. Also offers a 30-day refund policy.\n&lt;/li&gt;\n&lt;li&gt;\nIPVanish: Known for high-speed connections and robust encryption, with servers in more than 18 US cities, suitable for seamless voice mode use.\n&lt;/li&gt;\n&lt;li&gt;\nExpressVPN: Ideal for unblocking region-restricted content, including ChatGPT voice features; it provides fast speeds and strong privacy protections.\n&lt;/li&gt;\n&lt;li&gt;\nCyberGhost: Suitable for beginners, supporting multiple devices with servers across over 100 countries.\n&lt;/li&gt;\n&lt;li&gt;\nPureVPN: An affordable choice with decent speeds, suitable for regions like Norway, Switzerland, and China.\n&lt;/li&gt;\n&lt;li&gt;\nProtonVPN: Focused on privacy, with strict no-logs policies and secure servers, also supporting port forwarding for activities like torrenting.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Always choose reputable VPNs that prioritize security and speed. Many free or lesser-known VPNs may compromise your privacy or restrict your connection speeds. Our recommendations are based on rigorous testing of the top 70 VPN services for reliability, privacy, and performance, and all include a full money-back guarantee to try risk-free.&lt;/p&gt;\n&lt;p&gt;The advanced voice mode feature enables you to interact with ChatGPT using your voice, transforming the experience into a more natural, conversational exchange&mdash;similar to speaking with a personal assistant. This feature has garnered significant attention on platforms like Reddit, making it worth exploring.&lt;/p&gt;\n&lt;p&gt;Some practical benefits include:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAsking questions verbally without typing.\n&lt;/li&gt;\n&lt;li&gt;\nUsing AI-powered voice-to-text to quickly jot down notes or draft emails.\n&lt;/li&gt;\n&lt;li&gt;\nHands-free research while multitasking, such as during driving or cooking.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Currently, voice mode supports ChatGPT-4, ChatGPT-4O, and ChatGPT-4O Mini models. Simply select your preferred model and activate the voice mode button located at the bottom right of the interface. When tested, ChatGPT responded interactively via voice, providing a more engaging user experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f863306d4b7c92afd522l63iACZr03&quot; height=&quot;143&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f863306d4b7c92afd522l63iACZr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Voice Mode Activation and Restrictions&lt;/h3&gt;\n&lt;p&gt;There&rsquo;s no need to navigate through settings or model choices to activate voice mode. Simply leave the feature enabled in its default state, and it will automatically be ready for use. When you click the button located at the bottom right of the interface, the advanced voice mode will activate seamlessly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f865754080a4095974a2cflcafHb03&quot; height=&quot;230&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f865754080a4095974a2cflcafHb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Currently, the enhanced voice functionality in ChatGPT is accessible in select regions including the United States, Canada, the United Kingdom, and parts of Asia. Residents in North America and certain Asian countries can activate this feature without trouble, and it is also available in the UK. If you find that advanced voice mode is not available in your area, using a VPN to connect to servers in the US or Canada may allow you to access this feature, as it is broadly permitted there.&lt;/p&gt;\n&lt;p&gt;However, users in the European Union, Switzerland, Iceland, Norway, and Liechtenstein are unable to use the voice mode at this time. These restrictions stem from recent EU regulations, specifically the Artificial Intelligence Act enacted in August 2024, which classifies certain AI features like advanced voice as high-risk and consequently restricts their deployment.&lt;/p&gt;\n&lt;p&gt;It is important to note that all interactions with ChatGPT&mdash;whether through text or voice&mdash;can be used to improve future models. The system learns from user inputs, so sharing sensitive or private information should be avoided to protect your privacy.&lt;/p&gt;\n&lt;p&gt;One challenge with enabling voice mode is that it remains active and listening continuously once turned on. If forgotten, it could inadvertently pick up conversations happening nearby, including phone calls or private discussions, increasing the risk of privacy breaches. This is a significant concern in the EU, where voice features are viewed as posing higher privacy risks compared to text-based interactions.&lt;/p&gt;\n&lt;p&gt;For further details on maintaining safety while using ChatGPT, refer to our comprehensive safety guide.&lt;/p&gt;\n&lt;p&gt;Regarding VPNs, OpenAI has improved its detection capabilities, making it difficult to bypass restrictions with free VPN services. Most free VPN servers are now blocked, and currently, there are no reliable free options known to successfully change your region for ChatGPT access. Additionally, free VPNs often compromise user security&mdash;they may have outdated encryption, intrusive privacy policies, or even contain hidden malware, putting your device and personal data at risk.&lt;/p&gt;\n&lt;p&gt;If your voice mode isn&rsquo;t functioning properly, try uninstalling and reinstalling the app to ensure you have the latest version. For users in restricted regions such as the EU, China, or certain other countries listed, connecting to a VPN and changing your app store&rsquo;s location before downloading the app may be necessary. Once installed, verify that microphone permissions are granted and that your internet connection is stable.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s also worth noting that ChatGPT&rsquo;s advanced voice feature is currently only available on mobile devices&mdash;both iOS and Android apps. To access the voice mode, you must install the mobile app and ensure it&rsquo;s updated. Using recommended VPN apps for these platforms can help bypass restrictions and enable the feature from anywhere.&lt;/p&gt;\n&lt;p&gt;For better voice recognition, consider adjusting your microphone settings, speaking in a quieter environment, and lowering your device&rsquo;s volume to prevent ChatGPT from hearing itself, which could interfere with proper functioning.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; refers to a specialized virtual private network service designed to overcome geographical restrictions imposed by Netflix. Its primary purpose is to enable users to bypass regional content blocks, granting access to a much wider selection of movies and TV shows available in different countries&#039; Netflix libraries. By connecting through a Netflix VPN server located abroad, subscribers can unlock and enjoy this extensive global content catalog that would otherwise be unavailable in their home region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful solution designed to ensure seamless streaming experiences. The SafeShell VPN offers several key benefits that make it an excellent choice for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; content:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nOptimized high-speed servers specifically designed for Netflix streaming, eliminating buffering and ensuring uninterrupted viewing of your favorite shows in high definition\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection of up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that enables access to multiple regional Netflix libraries concurrently, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nUnlimited bandwidth with lightning-fast connection speeds that prevent throttling issues common with other VPNs\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security through the proprietary &quot;ShellGuard&quot; protocol that protects your viewing activities and personal information\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration through a flexible free trial plan that lets you experience all premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Accessing international Netflix content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to unlock global streaming in just a few steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit SafeShell VPN&#039;s official website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the appropriate SafeShell app for your device (Windows, macOS, iOS, or Android)\n&lt;/li&gt;\n&lt;li&gt;\nInstall and launch the application, then log into your account\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select the APP mode within the SafeShell interface\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the server list and choose a location corresponding to your desired Netflix region (such as US, UK, or Japan)\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your selected server by clicking the connection button\n&lt;/li&gt;\n&lt;li&gt;\nOpen your Netflix application or navigate to the Netflix website\n&lt;/li&gt;\n&lt;li&gt;\nLog in with your existing Netflix credentials and enjoy your expanded content library from around the world\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(160, 296, '', 'Hogwarts Reunion: Malfoy Family Actors Meet on Broadway', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f74c94c1041e6697a8d2tk0laU4z03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f74c94c1041e6697a8d2tk0laU4z03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Hogwarts Reunion: Malfoy Family Actors Share Heartwarming Broadway Moment&lt;/p&gt;\n&lt;p&gt;A touching reunion occurred recently when the actors who portrayed the infamous Malfoy family in the Harry Potter film series came together on Broadway. The emotional meeting took place during the run of &quot;Harry Potter and the Cursed Child,&quot; where Tom Felton has taken on the role of Draco Malfoy once again.&lt;/p&gt;\n&lt;p&gt;Jason Isaacs, who memorably played Lucius Malfoy, father to Felton&#039;s Draco in the original films, attended a performance to support his on-screen son. The reunion created what they affectionately called &quot;three generations of Malfoys&quot; as they posed with Aidan Close, who portrays Scorpius Malfoy, Draco&#039;s son, in the stage production.&lt;/p&gt;\n&lt;p&gt;The emotional significance of the moment wasn&#039;t lost on either actor. Isaacs praised Felton&#039;s performance with characteristic warmth, noting how proud he was to witness Felton&#039;s courage in taking on the role again after so many years. Felton reciprocated the sentiment, expressing that he&#039;d &quot;never been prouder to be a Malfoy.&quot;&lt;/p&gt;\n&lt;p&gt;For Felton, stepping back into Draco&#039;s shoes represents a full-circle moment in his career. During a television appearance earlier this year, he described the experience as &quot;a pinch-me kind of situation&quot; and revealed he became emotional upon seeing himself transformed into the character again after sixteen years.&lt;/p&gt;\n&lt;p&gt;The Broadway production features Felton in a limited engagement running from mid-November through late March, marking a significant new chapter as he portrays Draco as a father rather than the schoolboy audiences remember from the films.&lt;/p&gt;\n&lt;p&gt;This heartwarming reunion demonstrates the enduring bonds formed during the filming of the beloved franchise, with the Malfoy family actors maintaining their connection long after the original series concluded.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the adventures of an orphaned boy who discovers he is a famous wizard destined to confront the dark lord Voldemort. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the film series is accessible through major subscription services such as HBO Max and Peacock, or available for digital rental or purchase. You can find reliable streaming options where to watch harry potter across various popular platforms.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. SafeShell VPN offers numerous advantages that make it the perfect choice for Netflix viewers worldwide.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix ensure buffer-free playback and smooth streaming in high definition, eliminating frustrating interruptions during your favorite shows.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device connectivity allows you to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature uniquely enables access to multiple regional libraries at once, expanding your entertainment options significantly.\n&lt;/li&gt;\n&lt;li&gt;\nExperience lightning-fast connection speeds without bandwidth restrictions, saying goodbye to buffering issues that plague other VPN services.\n&lt;/li&gt;\n&lt;li&gt;\nYour online privacy remains protected with the proprietary &quot;ShellGuard&quot; protocol, providing top-level security during all your streaming sessions.\n&lt;/li&gt;\n&lt;li&gt;\nTry before you commit with SafeShell VPN&#039;s flexible free trial plan, giving you the opportunity to experience all these premium features without any initial investment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin enjoying Harry Potter movies via streaming services like Netflix from various international libraries, your first step is to obtain a &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; subscription. Head directly to the official SafeShell VPN website and choose a suitable subscription plan based on your requirements and budget. &lt;/p&gt;\n\n&lt;p&gt;After completing the signup and payment process, proceed to download the SafeShell VPN application compatible with your specific device, whether it&#039;s a computer, smartphone, or tablet, ensuring you install it correctly.&lt;/p&gt;\n\n&lt;p&gt;Once the SafeShell VPN app is installed, launch it and log into your account. For optimal performance while streaming, select the recommended &quot;APP mode&quot; within the VPN interface.&lt;/p&gt;\n\n&lt;p&gt;Next, browse the available server locations and connect to a server situated in a country whose Netflix catalog includes the Harry Potter films you wish to watch, such as the United Kingdom or United States.&lt;/p&gt;\n\n&lt;p&gt;After successfully establishing a secure connection with SafeShell VPN, simply open the Netflix app or website, log in to your account, and start streaming the magical adventures seamlessly.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(161, 298, '', 'HBO&#039;s IP-Driven Strategy: Adapting to Streaming Shifts', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f739015bde29520728e22tfY0v7d03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f739015bde29520728e22tfY0v7d03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;HBO&#039;s Strategic Pivot to IP-Driven Content Addresses Streaming Market Changes&lt;/p&gt;\n&lt;p&gt;In a recent New York press presentation, HBO and Max Content Chairman Casey Bloys explained the company&#039;s strategic shift toward intellectual property (IP) based programming as a response to evolving industry dynamics.&lt;/p&gt;\n&lt;p&gt;The premium network faces a significant challenge as traditional movie output deals diminish. &quot;In the past, HBO has always had the benefit of multiple studio output deals with a movie guaranteed every Saturday night,&quot; Bloys noted. This arrangement previously delivered substantial subscriber engagement, leveraging Hollywood marketing campaigns that created awareness for titles appearing on HBO.&lt;/p&gt;\n&lt;p&gt;However, the streaming landscape has fundamentally changed this model. Studios like Universal Pictures now prioritize their own platforms&mdash;such as Peacock&mdash;for their film libraries. This industry-wide trend has left HBO with significantly fewer film options beyond Warner Bros. productions and their deal with A24.&lt;/p&gt;\n&lt;p&gt;To compensate for this content gap, HBO is intensifying development of recognizable franchise properties. The upcoming &quot;IT: Welcome to Derry&quot; represents one element of this strategy, alongside various DC Universe projects, &quot;Game of Thrones&quot; spinoffs, and potential Harry Potter content.&lt;/p&gt;\n&lt;p&gt;Bloys emphasized that these established properties provide &quot;immediate awareness&quot; among viewers while still allowing for HBO&#039;s distinctive storytelling approach. This combination has proven effective in maintaining subscriber engagement despite the reduced film lineup.&lt;/p&gt;\n&lt;p&gt;The network&#039;s recent success with franchise expansions appears to validate this approach, with several IP-based projects receiving renewals even before their initial seasons conclude, demonstrating HBO&#039;s confidence in this content strategy as it navigates the competitive streaming environment.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the extraordinary adventures of Harry Potter, an orphan who discovers he is a famous wizard destined to confront the dark wizard Lord Voldemort, primarily set within the magical halls of Hogwarts School. For viewers wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the movies are widely accessible through major subscription services such as HBO Max and Peacock, or available for digital rental or purchase. Fans seeking comprehensive streaming access can find the franchise rotating across these popular platforms.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for its exceptional streaming capabilities. SafeShell VPN stands out with its high-speed servers specifically optimized for Netflix, ensuring you can enjoy your favorite content without buffering or quality issues. The service allows connection on up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, Apple TV, and even Apple Vision Pro, making it convenient for all your streaming needs.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN&#039;s exclusive App Mode feature is particularly valuable, allowing you to unlock content from multiple regions at the same time. This means you can explore different Netflix libraries around the world without having to disconnect and reconnect to different servers. Additionally, the VPN delivers lightning-fast speeds without bandwidth restrictions, eliminating the frustration of throttling that often plagues streaming experiences with other VPN services.&lt;/p&gt;\n&lt;p&gt;Your online security isn&#039;t compromised while streaming with SafeShell VPN, thanks to its proprietary &quot;ShellGuard&quot; protocol that ensures top-level protection for all your browsing activities. Whether you&#039;re watching Harry Potter or browsing sensitive information, your data remains secure from potential threats. Best of all, SafeShell VPN offers a flexible free trial plan that lets you test all these premium features before making any commitment, giving you the opportunity to experience firsthand how this service can transform your Netflix viewing experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and choosing a plan that suits your needs and budget. - Next, download and install the SafeShell VPN application on your device by selecting the appropriate version for Windows, macOS, iOS, or Android from the website. - Launch the SafeShell VPN app and log in to your account, then select the APP mode to optimize your streaming experience. - Browse the list of available servers and pick one located in the region where you want to access Harry Potter movies, such as the US, UK, or Canada. - Tap &quot;Connect&quot; to establish a secure connection to your chosen server. - Finally, open Netflix, log into your account, and enjoy watching Harry Potter movies from the selected region with SafeShell VPN providing a safe and seamless streaming experience.&lt;/p&gt;', 9, 'game'),
(162, 299, '', 'Olivia Rodrigo GUTS Tour Streaming: Netflix Special', '&lt;h3&gt;Olivia Rodrigo&#039;s GUTS Tour Streaming&lt;/h3&gt;\n&lt;p&gt;Olivia Rodrigo Brings Her Electrifying GUTS Tour Experience to Your Living Room&lt;/p&gt;\n&lt;p&gt;Netflix has teamed up with Grammy winner Olivia Rodrigo to deliver an intimate concert experience for fans who missed her record-breaking arena performances.&lt;/p&gt;\n&lt;p&gt;&quot;I&#039;m thrilled to bring the energy of my GUTS tour directly to viewers at home,&quot; Rodrigo shared about the upcoming special. &quot;Whether you couldn&#039;t snag tickets or want to relive the magic, this is your chance to experience every moment up close!&quot;&lt;/p&gt;\n&lt;p&gt;Captured during her Los Angeles stop at the Intuit Dome, this concert film promises to deliver all the raw emotion and powerful performances that have defined Rodrigo&#039;s meteoric rise to superstardom.&lt;/p&gt;\n&lt;p&gt;Viewers can expect a high-energy setlist featuring fan favorites from both her debut album &quot;SOUR&quot; and her sophomore release &quot;GUTS,&quot; allowing everyone to participate in the cathartic experience of singing along to Rodrigo&#039;s deeply personal lyrics from the comfort of their own homes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f7da306d4b7c92afcd5c6jQgKeUF03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f7da306d4b7c92afcd5c6jQgKeUF03&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Olivia Rodrigo&#039;s highly anticipated GUTS World Tour is making its way to screens worldwide through an exclusive Netflix concert special. The streaming giant announced the premiere date of October 29, giving fans who couldn&#039;t secure tickets a chance to experience the Grammy-winning artist&#039;s electrifying performance.&lt;/p&gt;\n&lt;p&gt;The special promises to capture the essence of Rodrigo&#039;s sophomore album tour, showcasing her powerful vocals and commanding stage presence that has captivated audiences across continents.&lt;/p&gt;\n&lt;p&gt;Behind-the-scenes footage is expected to complement the concert segments, offering viewers an intimate glimpse into the preparation and execution of one of music&#039;s most talked-about tours of the year.&lt;/p&gt;\n&lt;p&gt;This Netflix special follows the streaming platform&#039;s strategy of bringing major musical events to global audiences, similar to previous concert films featuring prominent artists in the industry.&lt;/p&gt;\n&lt;p&gt;For Rodrigo&#039;s devoted followers, this release represents an opportunity to witness her artistic evolution from the comfort of their homes, experiencing the emotional journey of GUTS in its fully realized live format.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f7dea1f30f87920be5abk9q0wU2K03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f7dea1f30f87920be5abk9q0wU2K03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Hey fans! Olivia Rodrigo has some insider tips to help you make the most of her GUTS World Tour concert from the comfort of your own home. She suggests dressing up in your favorite cozy outfit&mdash;maybe a bright purple tank top or a shimmering skirt&mdash;to enhance the experience. &quot;That&rsquo;s such a vibe,&quot; Olivia shared during the premiere in Los Angeles. &quot;Pop some popcorn, settle in, and enjoy the show&mdash;you can be as relaxed as you want.&quot;&lt;/p&gt;\n&lt;p&gt;One special highlight she recommends focusing on is her duet with singer Chappell Roan, who was an opening act on her tour and was present at the premiere. Olivia mentioned, &ldquo;Chappell and I performed &lsquo;Hot to Go!&rsquo; together in the special,&rdquo; emphasizing how meaningful that moment is. &ldquo;It&rsquo;s beautiful, and I&rsquo;m really happy we captured it so we can watch it anytime.&rdquo;&lt;/p&gt;\n&lt;p&gt;After indulging in the concert replay, Olivia also points out another series worth your time&mdash;particularly because it features some of her own songs. She&rsquo;s a big fan of the show &lt;em&gt;Nobody Wants This&lt;/em&gt;, and she encourages everyone to give it a watch. &ldquo;I&rsquo;m obsessed with it,&rdquo; she admits.&lt;/p&gt;\n&lt;p&gt;If you&#039;re eager to get a sneak peek, scroll back up for an exclusive first look at the film.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f7e2754080a409596b47VhpdvSAJ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f7e2754080a409596b47VhpdvSAJ03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Olivia Rodrigo&#039;s &quot;GUTS&quot; Success&lt;/h3&gt;\n&lt;p&gt;Olivia Rodrigo&#039;s groundbreaking album &quot;GUTS&quot; made waves across the music industry when it dropped in September 2023, delivering chart-topping singles including &quot;vampire,&quot; &quot;bad idea, right?,&quot; and &quot;get him back!&quot; The critically acclaimed sophomore project earned recognition from prestigious publications like The New York Times, Rolling Stone, NPR, and Pitchfork, securing spots on numerous year-end lists.&lt;/p&gt;\n&lt;p&gt;The album&#039;s success cemented Rodrigo&#039;s status as a music powerhouse, as she became the first female artist in nearly ten years to have her first two albums debut at number one on the Billboard 200 charts.&lt;/p&gt;\n&lt;p&gt;Following the album&#039;s phenomenal reception, Rodrigo launched an ambitious 93-date global arena tour spanning multiple continents. The extensive tour schedule includes performances across North America, Europe, the United Kingdom, Asia, and Australia, running until March 2025.&lt;/p&gt;\n&lt;p&gt;Fans unable to attend live shows can look forward to the upcoming concert special &quot;Olivia Rodrigo: GUTS World Tour.&quot; This production brings together an impressive creative team with James Merryman directing and Blink Inc. producing in collaboration with Lighthouse Management + Media and Interscope Films. The project features executive producers John Janick, Steve Berman, and Sam Wrench, alongside producers Aleen Keshishian, Michelle An, Tom Colbourne, Zack Morgenroth, and Merryman himself.&lt;/p&gt;\n&lt;p&gt;For those wanting to immerse themselves in Rodrigo&#039;s musical world, her songs can be found in various Netflix films and series. Alternatively, fans might appreciate revisiting episodes of &quot;Glee&quot; - a show that has influenced Rodrigo&#039;s artistic journey.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, offering a wide variety of entertainment options to viewers worldwide. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that is otherwise restricted or blocked due to geographical limitations or network policies, enabling users to enjoy a broader selection of shows and movies from different regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking it, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service provides a secure and reliable connection that effectively bypasses geo-restrictions, granting you access to the full Netflix library regardless of your location. One of the key benefits of SafeShell VPN is its advanced encryption protocols, which protect your online activities and ensure your privacy remains secure from unwanted surveillance. Additionally, SafeShell VPN is specially designed to evade detection by Netflix&rsquo;s VPN and proxy filters, enabling seamless streaming without interruptions or the risk of being blocked. It also offers high-speed servers optimized for smooth Netflix playback, minimizing buffering and supporting high-definition content. Moreover, SafeShell VPN allows simultaneous connections on up to five devices across various operating systems, providing flexibility and convenience for multiple users. Its proprietary ShellGuard protocol guarantees uncompromised security, while features like an exclusive App Mode enable users to unlock content from several regions simultaneously. With a user-friendly interface and prompt customer support, SafeShell VPN makes secure, high-speed, and unrestricted streaming an effortless experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool that bypasses geo-restrictions in just a few steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the appropriate SafeShell VPN application for your device, whether you&#039;re using Windows, Mac, iOS, or Android\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the app and log into your account with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal streaming performance, select APP mode which is specifically optimized for video content\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location in your desired Netflix region (such as Japan for anime or US for American shows)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open Netflix normally and you&#039;ll automatically see the content library from your selected region\n&lt;/li&gt;\n&lt;li&gt;\nIf you encounter any buffering, try switching to a different server within the same country for better performance\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(163, 301, '', 'Windscribe VPN Upgrade: Faster Speeds &amp; Better Stability', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6920f71648b1ac879a96f0d2Yd7Mlp4m03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6920f71648b1ac879a96f0d2Yd7Mlp4m03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Windscribe&#039;s global VPN infrastructure now runs entirely on an upgraded server architecture&lt;/p&gt;\n&lt;p&gt;This major overhaul replaces the previous WireGuard implementation across the network&lt;/p&gt;\n&lt;p&gt;Users gain reduced latency, faster connection speeds, and enhanced system stability&lt;/p&gt;\n&lt;p&gt;The transition followed a phased year-long evaluation period comparing old and new systems&lt;/p&gt;\n&lt;p&gt;Every server now operates on the new platform, ensuring consistent performance for all subscribers&lt;/p&gt;\n&lt;p&gt;Both free and paid users automatically access these improvements without configuration changes&lt;/p&gt;\n&lt;p&gt;The company confirmed the complete migration after confirming superior network reliability&lt;/p&gt;\n&lt;p&gt;This advancement strengthens Windscribe&#039;s position in the competitive VPN services market&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6920f6bd97062f5e11658fb57s3dkkKD07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6920f6bd97062f5e11658fb57s3dkkKD07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Windscribe has recently undergone a significant upgrade, primarily centered around enhancing the core technology behind its VPN service.&lt;/p&gt;\n&lt;p&gt;At the core of this overhaul is a major redesign of how the platform manages the WireGuard protocol. Previously, Windscribe relied on BoringTun, a user-space implementation of WireGuard. While functional, this setup was prone to performance issues, especially during high traffic periods.&lt;/p&gt;\n&lt;p&gt;The company openly acknowledged the limitations of their previous approach, noting that during peak times, the system would max out CPU resources, leading to increased jitter and reduced speeds. In their own words, &quot;Boringtun sucked,&quot; prompting the team to seek a more robust solution.&lt;/p&gt;\n&lt;p&gt;The solution came in the form of a kernel-space implementation of WireGuard. Moving the protocol into the kernel allows for more direct and efficient operation within the operating system itself. This transition results in faster, more stable connections with fewer latency issues, greatly improving user experience.&lt;/p&gt;\n&lt;p&gt;User feedback supports these technical improvements, with many confirming a noticeable reduction in jitter and enhanced stability&mdash;crucial for activities like gaming and video calls where real-time data transfer matters.&lt;/p&gt;\n&lt;p&gt;Beyond boosting speed and reliability, this upgrade sets the stage for exciting new features. One of the most notable is AmneziaWG, an anti-censorship protocol designed by the creators of Amnezia VPN. This feature aims to improve Windscribe&rsquo;s ability to bypass firewalls in restrictive regions, with successful tests reported in countries such as Russia, China, Iran, the UAE, and Egypt.&lt;/p&gt;\n&lt;p&gt;Pro users can also anticipate advanced IP management tools, including options for IP pinning and rotation. These features allow users to maintain a consistent IP address or change it on demand without disconnecting, offering greater control and privacy.&lt;/p&gt;\n&lt;p&gt;Additionally, a multi-hop routing feature is under development, enabling users to route their traffic through two different Windscribe servers for enhanced anonymity and protection.&lt;/p&gt;\n&lt;p&gt;The company is also working on comprehensive IPv6 support and innovative privacy features like zero-knowledge connection configurations, which enable user settings to be securely pushed directly to the server without relying on centralized databases.&lt;/p&gt;\n&lt;p&gt;Overall, this extensive update is more than just a routine upgrade; it represents a fundamental reengineering of Windscribe&rsquo;s infrastructure, paving the way for future innovations and improved user privacy and performance.&lt;/p&gt;\n&lt;p&gt;Follow TechRadar for the latest updates and expert insights, and consider adding us as your preferred news source to stay informed about the newest developments in VPN technology.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass regional restrictions and access adult content that might be censored or geo-blocked. Unblock porn through a VPN allows users to change their IP address, ensuring privacy, avoiding ISP throttling, and safely browsing on public Wi-Fi, while also granting access to region-specific content libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a reliable solution. Its key benefits include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;strong&gt;Lightning-Fast Streaming&lt;/strong&gt;: Experience minimal speed loss with advanced technology, enabling seamless HD viewing without buffering interruptions during adult content access.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Regional Freedom via App Mode&lt;/strong&gt;: Unlock geo-blocked platforms simultaneously across multiple countries without manual server switching, simplifying access to diverse pornographic libraries.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Military-Grade Security&lt;/strong&gt;: The proprietary ShellGuard protocol encrypts your traffic, making activities undetectable to ISPs, network administrators, and bypassing strict content filters.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Cross-Platform Compatibility&lt;/strong&gt;: Protect up to five devices concurrently&mdash;including smartphones, computers, smart TVs, and VR headsets&mdash;ensuring privacy across all your browsing devices.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing adult content from various regions can be simplified with the right tools and approach. &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an effective solution for those seeking to bypass regional restrictions while maintaining privacy. The process begins with visiting the SafeShell VPN website where you&#039;ll need to create an account and select a subscription plan that aligns with your viewing habits and budget considerations.&lt;/p&gt;\n&lt;p&gt;After completing your registration, download the SafeShell VPN application to your preferred device&mdash;be it smartphone, tablet, or computer. Installation is straightforward, requiring you to follow the on-screen prompts until the setup is complete. Once installed, launch the application and log in using your newly created credentials to access the dashboard.&lt;/p&gt;\n&lt;p&gt;The final stage involves connecting to your desired region&#039;s server through SafeShell VPN&#039;s intuitive interface. Simply browse through the available server locations, select one corresponding to the region whose content you wish to access, and click the connect button. After establishing a connection, which typically takes just seconds, you can open your preferred browser and visit adult websites with the assurance that your browsing activity remains private while enjoying unrestricted access to region-specific content.&lt;/p&gt;', 9, 'game'),
(164, 305, '', 'Honkai: Star Rail &ndash; Konfliktmission [Guide &amp; Tipps]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248ce3f8bf61add454356bjoopNV303&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248ce3f8bf61add454356bjoopNV303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Honkai: Star Rail &ndash; Konfliktmission&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Honkai: Star Rail gibt es eine spannende Nebenmission mit dem Titel &bdquo;Der Konflikt zwischen Speer und Schild&ldquo;, die tief in die Geschichte des Arenahelden Glykon eintaucht. Diese Aufgabe markiert einen bedeutenden Wendepunkt im Schicksal der bekannten F&auml;lscher, die wir bereits auf ihrer Reise begleitet haben. Gemeinsam mit einem neuen Verb&uuml;ndeten gilt es, den Bewohnern von Ochema bei der Verteidigung ihres Tempels zu helfen und ihn in einen sicheren Zufluchtsort umzuwandeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend der Mission sind mehrere K&auml;mpfe gegen die dunklen Kreaturen der Schwarzen Str&ouml;mung zu bestehen. Der Erfolg h&auml;ngt oft davon ab, wie gut man auf die Unterst&uuml;tzung der Kameraden zur&uuml;ckgreift und die richtigen Entscheidungen trifft. Unser Leitfaden zeigt Ihnen die besten Strategien: Sie k&ouml;nnen das Geschehen selbst in die Hand nehmen, Kilik um Rat fragen oder sich an Glykon wenden, um das R&auml;tsel zu l&ouml;sen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Suche, indem Sie die passenden Hinweise sammeln und die richtigen Verb&uuml;ndeten um Unterst&uuml;tzung bitten. So gelingt es Ihnen, den Kampf zu meistern und die Geschichte um Glykon und die dunklen M&auml;chte weiter zu entschl&uuml;sseln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248d105fe8f4bd84b96eaXUHWUsUf03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248d105fe8f4bd84b96eaXUHWUsUf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach Beendigung von Kapitel 4 in &bdquo;Amphoraeus meistern&ldquo; wird die Abenteuermission &bdquo;Der Kampf von Speer und Schild&ldquo; zug&auml;nglich. Diese Herausforderung befindet sich an der Grenze zwischen Nacht und Tag, genau &bdquo;an der Schwelle der Morgend&auml;mmerung&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248d3550d223a7c11fe44U2TCiVOu03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248d3550d223a7c11fe44U2TCiVOu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248d605fe8f4bd84b9738Sy5kQ0dC03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248d605fe8f4bd84b9738Sy5kQ0dC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besuchen Sie die Halle der verlorenen Sonne auf dem Morgengipfel, um den Arenahelden Glykon zu entdecken. Dieser befindet sich in der N&auml;he des Raumankers, im rechten Bereich des &bdquo;Heiligen Pfades der Morgenr&ouml;te&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Mission &bdquo;Kampf von Speer und Schild&ldquo; in Honkai Star Rail lernen Sie den tapferen Krieger Glykon kennen. Er l&auml;sst nicht tatenlos zuschauen, w&auml;hrend die dunkle Str&ouml;mung um ihn herum w&uuml;tet und die Bev&ouml;lkerung leidet. Gemeinsam mit ihm eilen Sie den Bewohnern des n&auml;chsten Tempels zur Hilfe, um die drohenden Monster zu besiegen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die geretteten H&auml;ndler, die gef&auml;lschte Waffen verkaufen, schlie&szlig;en sich Ihrem Kampf an. Sie unterst&uuml;tzen beim Aufbau von Barrikaden und setzen ihr Leben ein, um die Verteidigung zu st&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Erkunden Sie den Tempel, der von der schwarzen Str&ouml;mung verschlungen wurde, und stellen Sie sich den Gefahren, die dort lauern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248d9973f5e44170c3bcfd26KF4PT03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248d9973f5e44170c3bcfd26KF4PT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Reise, indem Sie mit Glykon am Eingang sprechen, wo sich der Feuerstein-Schmied befindet, der f&uuml;r die Verteidigung verantwortlich ist. Erkundigen Sie sich bei Crater, was die Situation verursacht, und versuchen Sie, ihn davon zu &uuml;berzeugen, dem Arenahelden bei der Unterst&uuml;tzung der Fl&uuml;chtlinge im Tempel zu helfen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie w&auml;hrend Ihres Abenteuers auf Schwierigkeiten sto&szlig;en, wissen Sie, an wen Sie sich wenden k&ouml;nnen, um Unterst&uuml;tzung zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248dc6fef5468915c4a5dwsmzM5At03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248dc6fef5468915c4a5dwsmzM5At03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248de7f6735fc99369022FuGJVmEK03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248de7f6735fc99369022FuGJVmEK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Kampfvorbereitung und Strategien&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besuchen Sie den gro&szlig;en Raum gegen&uuml;ber der Stra&szlig;e und f&uuml;hren Sie ein Gespr&auml;ch mit den H&auml;ndlern Kilik und Kelok.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248e1bc5aa4b676a4844bFeiibxvJ03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248e1bc5aa4b676a4844bFeiibxvJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn das Spiel Sie auf die kommende Kampfszene vorbereitet, h&ouml;ren Sie die Meldung: &bdquo;Ja, als N&auml;chstes folgt eine Kampfszene. Es ist gro&szlig;artig, Freunde mit einzigartigen F&auml;higkeiten zu haben. M&ouml;chten Sie sie um Unterst&uuml;tzung bitten?&ldquo; Ihre Entscheidung beeinflusst den weiteren Verlauf:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie w&auml;hlen, die Angelegenheit eigenst&auml;ndig anzugehen, liegt es an Ihnen, die Monstergruppe zu besiegen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entscheiden Sie sich f&uuml;r &bdquo;Frag Kilik&ldquo;, wird ein erfahrener H&auml;ndler bereitstehen, um Kisten auf die Gegner zu werfen, vorausgesetzt, Sie locken ihn unter den Balkon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oder w&auml;hlen Sie &bdquo;Kontakt Glykon&ldquo;, &uuml;bernimmt der Arena-Held die Aufgabe, sich um die Monster zu k&uuml;mmern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Versuchen Sie, die schwarzen Str&ouml;mungskreaturen in die Galerie zu locken, um die Situation zu kontrollieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248e32b27ddcaa9da599dVB5c7u2T03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248e32b27ddcaa9da599dVB5c7u2T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248e63f8bf61add45451ek65gSwiC03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248e63f8bf61add45451ek65gSwiC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn die zweite Option gew&auml;hlt wird, startet ein kleines Minispiel, das keinen direkten Kampf erfordert. Zun&auml;chst sollten Sie sich in die Sichtlinie des Gegners begeben und abwarten, bis dieser auf Ihren Helden zul&auml;uft. Alternativ k&ouml;nnen Sie auch durch Sprinten direkt auf die leuchtende Markierung zusteuern, um das Monster dorthin zu locken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Falls es Ihnen nicht gelingt, dem Feind zu entkommen, wird die aktuelle Phase neu gestartet, sodass Sie es erneut versuchen k&ouml;nnen. Es gibt keine Begrenzung f&uuml;r die Anzahl der Versuche.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich empfiehlt es sich, die H&auml;ndler nach dem Fortschritt zu fragen, um weitere Hinweise zu erhalten und Ihre Chancen zu verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248e964d0b4ecb0819306hwmOdjOr03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248e964d0b4ecb0819306hwmOdjOr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248ec973f5e44170c3d4fGsMjDSKe03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248ec973f5e44170c3d4fGsMjDSKe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie damit, die geretteten Zivilisten zu befragen. Sie leisten freiwillig Unterst&uuml;tzung f&uuml;r die Verteidigung der Helden, indem sie Material f&uuml;r die Barrikaden sammeln. Kehren Sie anschlie&szlig;end zum Eingang zur&uuml;ck und sprechen Sie erneut mit ihnen, um die H&auml;ndler, die das Gebiet verlassen m&ouml;chten, auf eine der verf&uuml;gbaren Arten abzukl&auml;ren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248eea0211ed3a70799eaJXJ64jiD03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248eea0211ed3a70799eaJXJ64jiD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn der Satz &bdquo;Genau daf&uuml;r ist er doch hier, oder?&ldquo; erscheint, stehen Ihnen verschiedene Handlungsoptionen zur Verf&uuml;gung:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zun&auml;chst k&ouml;nnten Sie versuchen, die Angelegenheit eigenst&auml;ndig in die Hand zu nehmen, indem Sie gegen einen Black Current-K&auml;mpfer antreten. Dieser ist besonders anf&auml;llig f&uuml;r Angriffe mit physischer Kraft, Elektrizit&auml;t oder Wind, was Ihnen einen strategischen Vorteil verschafft.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternativ k&ouml;nnen Sie &bdquo;Kilik fragen&ldquo;. Allerdings ist der F&auml;lscher bereits aus der Szene verschwunden, sodass diese Option in diesem Fall keine Ergebnisse liefert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die letzte M&ouml;glichkeit besteht darin, &bdquo;Glykon zu kontaktieren&ldquo;. Er ist in der Lage, den Arenak&auml;mpfer direkt mit den Monstern fertigwerden zu lassen. Es ist ratsam, den n&auml;chsten Schritt mit Glykon zu besprechen, um die Situation effektiv zu l&ouml;sen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248f18afaae1e3c384116A1tjPGSi03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248f18afaae1e3c384116A1tjPGSi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Verteidigung und Ressourcen&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nachdem Sie das Gespr&auml;ch mit dem Krieger gef&uuml;hrt haben, ist es ratsam, die auf der Stra&szlig;e liegenden Schilde zu suchen und aufzusammeln. Es reicht aus, sich den drei markierten Stellen zu n&auml;hern und dort mit den jeweiligen Objekten zu interagieren, um die Schilde zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Kampf gegen feindliche Kreaturen steht bevor, daher sollten Sie Ihre Vorbereitungen treffen. Es empfiehlt sich, Helden zu rekrutieren, die auf die jeweiligen Schadensarten spezialisiert sind. Besonders effektiv sind Charaktere mit elektrischer, quantenmechanischer oder physikalischer Affinit&auml;t, um den Gegnern entgegenzutreten und den Kampf zu gewinnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248f39995940f0af78bdbxLeLfuMv03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248f39995940f0af78bdbxLeLfuMv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248f651019f31a5b533d1dOCyBQai03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248f651019f31a5b533d1dOCyBQai03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Tempel effektiv zu verteidigen, sollten Sie zun&auml;chst Schilde aufstellen und eine Barriere an der Eingangst&uuml;r errichten. Aktivieren Sie dazu die drei leuchtenden Symbole auf der Veranda. Sobald die Verteidigungsma&szlig;nahmen abgeschlossen sind, beginnt ein Kampf gegen zwei feindliche Wellen. Es ist ratsam, den W&auml;chter zu befragen, um eine aktuelle Lageeinsch&auml;tzung zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248f8973f5e44170c3e53zbep7qls03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248f8973f5e44170c3e53zbep7qls03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begeben Sie sich zur Veranda, wo die Absperrungen aufgebaut wurden. Sprechen Sie dort mit dem Sicherheitsbeauftragten, um weitere Anweisungen zu erhalten. Nach dem Gespr&auml;ch mit den Wachen sollten Sie sich umgehend an Glykon wenden, der sich im selben Raum unterhalb des Balkons befindet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Erfolg in Biosph&auml;re 2 ist dabei ein bedeutender Meilenstein.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248fb550d223a7c1200e6RfFD2uNr03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248fb550d223a7c1200e6RfFD2uNr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bauen Sie gemeinsam einen gesch&uuml;tzten R&uuml;ckzugsort, w&auml;hrend Sie die Geheimnisse von &lt;strong style=&quot;font-family:Arial;&quot;&gt;&quot;Biosph&auml;re 2&quot;&lt;/strong&gt; in Honkai: Star Rail erkunden. Die begehrten Belohnungen, darunter ein 5-Sterne-Jade, k&ouml;nnen im Bereich &lt;strong style=&quot;font-family:Arial;&quot;&gt;&quot;Unsere Erinnerungen&quot;&lt;/strong&gt; eingesammelt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r das erfolgreiche Abschlie&szlig;en der Abenteuermissionen werden Ihnen folgende Ehrungen zuteil:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n10 Sternjade\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n6 Exemplare des Abenteuertagebuchs\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n10 Credits\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutzen Sie diese Ressourcen, um Ihre Reise in der galaktischen Welt weiter voranzutreiben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine hochwertige Premiumw&auml;hrung in HSR, mit der Spieler wichtige Ressourcen kaufen oder Stellar Jade erhalten k&ouml;nnen, um neue Charaktere und Lichtkegel freizuschalten. Diese Traumsplitter sind besonders n&uuml;tzlich, um das eigene Team gezielt zu st&auml;rken und den Spielfortschritt in Honkai Star Rail zu beschleunigen. Ein &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; ist beispielsweise &uuml;ber bekannte Plattformen wie Lootbar, Codashop oder Midasbuy m&ouml;glich, sodass Spieler schnell und sicher an diese begehrte Ingame-W&auml;hrung gelangen. Wer gezielt Charakterentwicklung und exklusive Inhalte anstrebt, findet im Oneiric Shards top up eine bequeme L&ouml;sung.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler daran interessiert sind, Oneiric Shards f&uuml;r Honkai Star Rail aufzuladen, sollten sie in Erw&auml;gung ziehen, die lootbar game trading platform zu nutzen. Besonders f&uuml;r ein effizientes und sorgenfreies &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up&lt;/a&gt; bietet &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; eine Vielzahl attraktiver Vorteile, die das Einkaufserlebnis deutlich verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbargg sind die attraktiven Preise, mit denen Spieler bei jedem Kauf sparen k&ouml;nnen. Die Plattform ist bekannt f&uuml;r ihre transparenten und wettbewerbsf&auml;higen Angebote, wodurch das Aufladen von Oneiric Shards nicht nur g&uuml;nstiger, sondern auch unkompliziert erm&ouml;glicht wird. Dar&uuml;ber hinaus garantiert lootbar.gg durch moderne Sicherheitstechnologien, dass alle Transaktionen gesch&uuml;tzt sind, sodass pers&ouml;nliche Daten und Zahlungsinformationen stets vertraulich bleiben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nicht zuletzt &uuml;berzeugt lootbargg mit einem zuverl&auml;ssigen Kundenservice, der rund um die Uhr zur Verf&uuml;gung steht und bei Fragen oder Problemen sofort hilft. Die schnelle Abwicklung der Bestellungen sorgt daf&uuml;r, dass Spieler ihre Oneiric Shards ohne lange Wartezeiten erhalten und das Spielerlebnis in HSR nahtlos fortgesetzt werden kann. Wer also Wert auf Sicherheit, g&uuml;nstige Preise und erstklassigen Service legt, ist bei lootbar.gg f&uuml;r das star rail top up bestens aufgehoben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Ouml;ffnen Sie die LootBar Plattform und w&auml;hlen Sie zun&auml;chst Ihre gew&uuml;nschte Sprache sowie die passende W&auml;hrung aus, bevor Sie sich mit Ihrem Konto anmelden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie anschlie&szlig;end zur &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hsr top up&lt;/a&gt; Sektion, um den Aufladeprozess f&uuml;r Oneiric Shards zu starten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTragen Sie nun Ihre HSR UID ein und bestimmen Sie die richtige Serverregion, damit die Gutschrift dem richtigen Account zugeordnet werden kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die Menge an Oneiric Shards, die Sie aufladen m&ouml;chten, und klicken Sie auf die Option f&uuml;r den sofortigen Kauf.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVergewissern Sie sich im n&auml;chsten Schritt, dass Ihr angezeigter Ingame-Name mit der eingegebenen UID &uuml;bereinstimmt, um Fehler zu vermeiden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus der Liste aus und best&auml;tigen Sie die Zahlung durch einen Klick auf &bdquo;Sofort bezahlen&ldquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNachdem die Zahlung abgeschlossen wurde, wird Ihr HSR Top Up f&uuml;r Oneiric Shards in der Regel z&uuml;gig und sicher auf Ihr Spielkonto transferiert.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; height=&quot;557&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(165, 306, '', 'VPN for Sky Sports: Top Choices for US Access', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a2ba0211ed3a707a06dgUJ4gaH803&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a2ba0211ed3a707a06dgUJ4gaH803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Sky Sports Access&lt;/h3&gt;\n&lt;p&gt;Sky Sports delivers exclusive Premier League action along with major cricket, tennis, and other premium sports content. However, strict licensing rules prevent access outside the UK and Ireland. For US viewers, this geo-blocking presents a frustrating barrier.&lt;/p&gt;\n&lt;p&gt;A Virtual Private Network (VPN) is the key solution. It reroutes your connection through a UK or Irish server, assigning you a local IP address. This simple switch tricks Sky Sports into granting full access to your subscription from anywhere in the USA.&lt;/p&gt;\n&lt;p&gt;Beyond bypassing restrictions, VPNs enhance security. They encrypt your internet traffic, shielding your streaming activity and personal data from potential snoopers.&lt;/p&gt;\n&lt;p&gt;Choosing the right VPN is crucial for seamless streaming. Key factors include:&lt;/p&gt;\n&lt;p&gt;Robust server presence across multiple UK and Irish cities&lt;/p&gt;\n&lt;p&gt;Blazing-fast speeds for buffer-free HD streaming&lt;/p&gt;\n&lt;p&gt;Strong encryption protocols and a verified no-logs policy&lt;/p&gt;\n&lt;p&gt;Ability to connect multiple devices simultaneously&lt;/p&gt;\n&lt;p&gt;Responsive 24/7 customer support&lt;/p&gt;\n&lt;p&gt;Recommended providers excelling for Sky Sports access include NordVPN (top performer), Surfshark (best value), and ExpressVPN (reliable unblocking). Others like CyberGhost, PrivateVPN, and Hotspot Shield also deliver excellent results.&lt;/p&gt;\n&lt;p&gt;Getting started is straightforward:&lt;/p&gt;\n&lt;p&gt;Select and subscribe to a suitable VPN service&lt;/p&gt;\n&lt;p&gt;Download and install the app on your streaming device&lt;/p&gt;\n&lt;p&gt;Launch the app and connect to a UK or Ireland server&lt;/p&gt;\n&lt;p&gt;Visit Sky Go and log in normally &ndash; your content is now unlocked&lt;/p&gt;\n&lt;p&gt;If access issues arise, clear browser cookies/cache or try a different server location. Most premium VPNs offer free trials or money-back guarantees, letting you test their service risk-free. Enjoy Sky Sports securely, no matter where you are in the USA.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with sky sports  Tested Nov 2025NordVPN excels at accessing geographically restricted content like Sky Sports from the US.&lt;/p&gt;\n&lt;p&gt;Its verified no-logs policy, audited by Deloitte, ensures private streaming sessions.&lt;/p&gt;\n&lt;p&gt;Robust encryption shields your online activity.&lt;/p&gt;\n&lt;p&gt;DNS leak protection and an automatic kill switch further secure connections.&lt;/p&gt;\n&lt;p&gt;The extensive server network spans over 6,000 locations across 111 countries.&lt;/p&gt;\n&lt;p&gt;Specialty servers, including Double VPN options, offer enhanced security layers.&lt;/p&gt;\n&lt;p&gt;Its proprietary NordLynx protocol delivers consistently high speeds ideal for buffer-free HD streaming.&lt;/p&gt;\n&lt;p&gt;NordVPN reliably bypasses blocks on major UK platforms such as BBC iPlayer and ITVX alongside Sky Sports.&lt;/p&gt;\n&lt;p&gt;It also effectively accesses various Netflix regional libraries.&lt;/p&gt;\n&lt;p&gt;The integrated ad blocker significantly improves browsing and viewing experiences.&lt;/p&gt;\n&lt;p&gt;Comprehensive apps are available for Windows, macOS, Android, iOS, Linux, Fire TV, and Apple TV.&lt;/p&gt;\n&lt;p&gt;Browser extensions support Chrome, Firefox, and Edge.&lt;/p&gt;\n&lt;p&gt;Router compatibility requires manual setup.&lt;/p&gt;\n&lt;p&gt;While one-month plans carry a premium cost, 24/7 live chat and email support provide immediate assistance.&lt;/p&gt;\n&lt;p&gt;A 30-day money-back guarantee allows for risk-free testing.&lt;/p&gt;\n&lt;p&gt;NordVPN stands out for its powerful unblocking capabilities, top-tier security, and fast performance.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025Unlocking Sky Sports in the USA: Why Surfshark VPN Stands Out&lt;/p&gt;\n&lt;p&gt;When it comes to accessing Sky Sports content from the United States, having a reliable VPN is essential. Among the numerous options available, Surfshark consistently demonstrates exceptional performance for sports streaming enthusiasts.&lt;/p&gt;\n&lt;p&gt;Speed is paramount for uninterrupted sports viewing, and Surfshark excels in this department. Recent performance tests show it can handle high-definition streams&mdash;including 1080p and 4K content&mdash;without buffering or quality degradation. This makes those crucial match moments crystal clear, just as they should be.&lt;/p&gt;\n&lt;p&gt;UK content accessibility is guaranteed through Surfshark&#039;s extensive server network. With over 200 servers distributed across four different British cities, users can easily bypass geographic restrictions. Additionally, their global network spans an impressive 3,000+ servers in 100 countries, providing flexibility for accessing various international content libraries.&lt;/p&gt;\n&lt;p&gt;Unlike competitors who limit simultaneous connections, Surfshark offers unlimited device connections with a single subscription. This means everyone in your household can stream different content simultaneously&mdash;perhaps Sky Sports in the living room while someone else watches Netflix in another room.&lt;/p&gt;\n&lt;p&gt;Security features are comprehensive without compromising performance. Surfshark employs 256-bit AES encryption with OpenVPN and the newer, faster ChaCha20 protocol with WireGuard. Essential protections including a kill switch and DNS leak prevention ensure your streaming activities remain private.&lt;/p&gt;\n&lt;p&gt;Compatibility is universal across major platforms. Whether you&#039;re using Windows, Mac, iOS, Android, Linux, or streaming devices like Apple TV and Amazon Fire TV, dedicated apps are available. Browser extensions for Chrome, Firefox, and Edge provide additional convenience for quick connection changes.&lt;/p&gt;\n&lt;p&gt;Premium subscription tiers offer extra value with bundled services including antivirus protection and data removal tools, creating an all-in-one digital security package beyond just VPN functionality.&lt;/p&gt;\n&lt;p&gt;Customer support is available 24/7 through live chat and email, though response quality can vary depending on the complexity of your issue.&lt;/p&gt;\n&lt;p&gt;For budget-conscious streamers, Surfshark&#039;s long-term plans provide excellent value while maintaining premium features. All subscriptions include a 30-day money-back guarantee, allowing risk-free testing of the service with Sky Sports and other streaming platforms.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025For seamless Sky Sports streaming across the pond, IPVanish stands strong.&lt;/p&gt;\n&lt;p&gt;Its UK and Ireland server presence in cities like London, Manchester, and Dublin provides reliable access.&lt;/p&gt;\n&lt;p&gt;Experience impressively fast speeds, minimizing lag and buffering for smooth live sports action.&lt;/p&gt;\n&lt;p&gt;Robust 256-bit AES encryption, DNS/IPv6 leak protection, and a kill switch shield your connection.&lt;/p&gt;\n&lt;p&gt;A strict zero-logs policy ensures your viewing habits remain private.&lt;/p&gt;\n&lt;p&gt;Connect as many devices as you like simultaneously without restrictions.&lt;/p&gt;\n&lt;p&gt;Apps are available for Windows, macOS, Android, and iOS, plus a Linux command-line option.&lt;/p&gt;\n&lt;p&gt;Router support extends coverage across your entire home network.&lt;/p&gt;\n&lt;p&gt;Live chat and email assistance are available 24/7 to address any setup or streaming hiccups.&lt;/p&gt;\n&lt;p&gt;While support can sometimes offer vague answers, the core service excels.&lt;/p&gt;\n&lt;p&gt;Ownership of its extensive 2,400+ global server network reduces third-party risks.&lt;/p&gt;\n&lt;p&gt;Server ping and load metrics within the apps help you find the optimal connection.&lt;/p&gt;\n&lt;p&gt;Test it risk-free with their 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;Recent enhancements have significantly boosted its unblocking power and speed, solidifying its reputation.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025ExpressVPN stands out as a top choice for bypassing geo-restrictions on streaming platforms such as Sky Go, BBC iPlayer, and Now TV. Its extensive global server network includes over 3,000 servers across 160 locations in 94 countries, with numerous options within the UK, Ireland, and the United States, enabling seamless access to regional content.&lt;/p&gt;\n&lt;p&gt;With impressive connection speeds averaging around 260 Mbps, ExpressVPN ensures smooth live sports viewing, including fast-paced Premier League matches, without buffering interruptions. Its robust security measures incorporate 256-bit AES encryption, a reliable kill switch, and leak protection for DNS, IPv6, and WebRTC, safeguarding your online activity. Recent additions like an integrated ad blocker and a password manager enhance user privacy and browsing experience.&lt;/p&gt;\n&lt;p&gt;Setting up is straightforward&mdash;download compatible apps for Windows, Mac, Linux, Android, iOS, Amazon Fire TV, or Apple TV. Browser extensions for Chrome, Firefox, and Edge are also available, along with custom firmware options for routers, making device configuration flexible.&lt;/p&gt;\n&lt;p&gt;Key features include:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nConsistent access to Sky Sports, Now TV, and other streaming services\n&lt;/li&gt;\n&lt;li&gt;\nA broad network spanning more than 90 countries\n&lt;/li&gt;\n&lt;li&gt;\nHigh-speed connectivity with no bandwidth limits\n&lt;/li&gt;\n&lt;li&gt;\nSecurity enhancements such as an ad blocker and password management\n&lt;/li&gt;\n&lt;li&gt;\n24/7 customer support via live chat and email\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, it is positioned at a higher price point compared to some competitors, and it does not support anonymous cash payments or gift cards for added privacy.&lt;/p&gt;\n&lt;p&gt;Our rating: 4.5 out of 5&lt;/p&gt;\n&lt;p&gt;Additional security perks include dedicated UK servers optimized for Sky Sports streaming, compatibility with major platforms like BBC iPlayer and Netflix, and a 30-day money-back guarantee, making it a reliable choice for secure and unrestricted streaming.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;Sky Sports Access via VPN&lt;/h3&gt;\n&lt;p&gt;Accessing Sky Sports from the United States: VPN Solutions&lt;/p&gt;\n&lt;p&gt;For American sports enthusiasts looking to catch premium UK sporting events, Sky Sports presents an appealing option. However, geographical restrictions can create barriers. Fortunately, Virtual Private Networks (VPNs) offer an effective workaround.&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for international streaming, server distribution matters significantly. Look for providers with extensive UK coverage to ensure reliable access to Sky Sports content. Multiple server locations throughout the United Kingdom and Ireland provide alternatives if certain servers become detected or congested.&lt;/p&gt;\n&lt;p&gt;Connection speed represents another crucial factor. The latest VPN protocols such as WireGuard deliver superior performance compared to older technologies. This translates to higher-definition streams without buffering interruptions&mdash;essential when watching live sporting events where every moment counts.&lt;/p&gt;\n&lt;p&gt;Security features should never be overlooked. Strong encryption standards (256-bit AES or ChaCha20) protect your online activities, while kill switches prevent data exposure during connection drops. DNS leak protection adds another essential layer of security.&lt;/p&gt;\n&lt;p&gt;Privacy-conscious users should prioritize VPNs with verified no-logs policies. Independent audits by respected firms provide credibility to these claims. Around-the-clock customer support proves invaluable when troubleshooting connection issues during important matches.&lt;/p&gt;\n&lt;p&gt;Device compatibility deserves consideration, especially for households with multiple viewers. The ability to protect several connections simultaneously (ideally 5+ devices) allows family members to stream different content without compromising security. Support for various platforms&mdash;including smart TVs, mobile devices, and desktop systems&mdash;ensures flexibility.&lt;/p&gt;\n&lt;p&gt;While premium VPNs require subscription fees, many offer extended money-back guarantees, allowing users to test compatibility with Sky Sports before making a long-term commitment. This risk-free trial period provides peace of mind for first-time VPN users.&lt;/p&gt;\n&lt;p&gt;Remember that streaming capabilities may change as platforms update their detection systems. VPN providers regularly adapt their services to maintain access to restricted content, making recent performance reviews more valuable than older assessments.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025PrivateVPN shines for streaming Sky Sports abroad despite its compact network of 200+ servers.  &lt;/p&gt;\n&lt;p&gt;It reliably unblocks UK platforms like Sky Go alongside Netflix and BBC iPlayer.&lt;/p&gt;\n&lt;p&gt;Expect smooth streaming with consistent speeds and zero bandwidth throttling.&lt;/p&gt;\n&lt;p&gt;New users will appreciate its exceptionally simple apps across Windows, Mac, Android, iOS, and Fire TV.&lt;/p&gt;\n&lt;p&gt;Features like one-click quick connect and free remote installation ease setup.&lt;/p&gt;\n&lt;p&gt;Support includes responsive live chat and email, though not available around the clock.&lt;/p&gt;\n&lt;p&gt;Privacy is prioritized through a verified no-logs policy.&lt;/p&gt;\n&lt;p&gt;Anonymous Bitcoin payments add an extra layer when using mixing services.&lt;/p&gt;\n&lt;p&gt;Manual configuration is necessary for Linux and certain routers.&lt;/p&gt;\n&lt;p&gt;While server coverage is smaller than competitors, it strategically includes UK cities like London and Manchester.&lt;/p&gt;\n&lt;p&gt;Unlimited bandwidth ensures buffer-free viewing sessions.&lt;/p&gt;\n&lt;p&gt;All subscriptions include a 30-day satisfaction guarantee.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with sky sports  Tested Nov 2025Unlocking Sky Sports in the USA: Your Complete VPN Guide&lt;/p&gt;\n&lt;p&gt;Accessing premium British sports coverage from across the Atlantic can be challenging, but with the right virtual private network (VPN), you can enjoy Sky Sports seamlessly from anywhere in the USA. This guide explores how to overcome geographical restrictions while maintaining optimal streaming quality.&lt;/p&gt;\n&lt;p&gt;Why You Need a VPN for Sky Sports in America&lt;/p&gt;\n&lt;p&gt;Sky Sports content is primarily licensed for UK viewers, making it inaccessible from American IP addresses. A quality VPN creates a secure tunnel that routes your connection through British servers, effectively making streaming platforms believe you&#039;re accessing content from within the UK.&lt;/p&gt;\n&lt;p&gt;Key Features to Look for in a Sky Sports VPN&lt;/p&gt;\n&lt;p&gt;When selecting a VPN specifically for streaming Sky Sports, prioritize these essential capabilities:&lt;/p&gt;\n&lt;p&gt;&bull; UK server availability with multiple location options&lt;/p&gt;\n&lt;p&gt;&bull; Consistent ability to bypass geo-restrictions&lt;/p&gt;\n&lt;p&gt;&bull; High-speed connections (200+ Mbps) for buffer-free HD streaming&lt;/p&gt;\n&lt;p&gt;&bull; Unlimited bandwidth for uninterrupted viewing&lt;/p&gt;\n&lt;p&gt;&bull; Strong encryption protocols for privacy protection&lt;/p&gt;\n&lt;p&gt;&bull; User-friendly apps across multiple devices&lt;/p&gt;\n&lt;p&gt;&bull; Reliable customer support&lt;/p&gt;\n&lt;p&gt;Performance Considerations for Live Sports&lt;/p&gt;\n&lt;p&gt;Live sporting events demand exceptional streaming performance. Look for VPNs utilizing modern protocols like WireGuard that minimize speed reduction. The best providers maintain at least 70% of your normal connection speed even when routing through overseas servers.&lt;/p&gt;\n&lt;p&gt;Security and Privacy Benefits&lt;/p&gt;\n&lt;p&gt;Beyond accessing Sky Sports, a premium VPN offers substantial security advantages:&lt;/p&gt;\n&lt;p&gt;&bull; Data encryption preventing ISP monitoring&lt;/p&gt;\n&lt;p&gt;&bull; Protection on public Wi-Fi networks&lt;/p&gt;\n&lt;p&gt;&bull; Prevention of bandwidth throttling by your provider&lt;/p&gt;\n&lt;p&gt;&bull; Anonymous browsing without activity logging&lt;/p&gt;\n&lt;p&gt;Device Compatibility&lt;/p&gt;\n&lt;p&gt;Ensure your chosen VPN works across all devices you use for streaming:&lt;/p&gt;\n&lt;p&gt;&bull; Smart TVs and streaming sticks&lt;/p&gt;\n&lt;p&gt;&bull; Mobile devices (iOS/Android)&lt;/p&gt;\n&lt;p&gt;&bull; Computers and laptops&lt;/p&gt;\n&lt;p&gt;&bull; Gaming consoles&lt;/p&gt;\n&lt;p&gt;&bull; Tablets&lt;/p&gt;\n&lt;p&gt;Why Free VPNs Fall Short&lt;/p&gt;\n&lt;p&gt;While free options exist, they typically disappoint for Sky Sports streaming due to:&lt;/p&gt;\n&lt;p&gt;&bull; Limited server options in the UK&lt;/p&gt;\n&lt;p&gt;&bull; Insufficient speeds for HD streaming&lt;/p&gt;\n&lt;p&gt;&bull; Data caps that restrict viewing time&lt;/p&gt;\n&lt;p&gt;&bull; Inability to bypass sophisticated streaming blocks&lt;/p&gt;\n&lt;p&gt;&bull; Potential privacy concerns with data logging&lt;/p&gt;\n&lt;p&gt;What You Can Watch on Sky Sports&lt;/p&gt;\n&lt;p&gt;With a reliable VPN connection to Sky Sports, you&#039;ll unlock access to:&lt;/p&gt;\n&lt;p&gt;&bull; Premier League and Championship football&lt;/p&gt;\n&lt;p&gt;&bull; Formula 1 racing coverage&lt;/p&gt;\n&lt;p&gt;&bull; Cricket Test matches and tournaments&lt;/p&gt;\n&lt;p&gt;&bull; Rugby Union and League competitions&lt;/p&gt;\n&lt;p&gt;&bull; Golf majors including The Open and Masters&lt;/p&gt;\n&lt;p&gt;&bull; Tennis Grand Slams&lt;/p&gt;\n&lt;p&gt;&bull; Boxing and UFC events&lt;/p&gt;\n&lt;p&gt;&bull; NBA and NFL games&lt;/p&gt;\n&lt;p&gt;&bull; Motorsports including MotoGP&lt;/p&gt;\n&lt;p&gt;Troubleshooting Connection Issues&lt;/p&gt;\n&lt;p&gt;If you encounter streaming problems:&lt;/p&gt;\n&lt;p&gt;&bull; Try connecting to different UK server locations&lt;/p&gt;\n&lt;p&gt;&bull; Clear browser cookies and cache&lt;/p&gt;\n&lt;p&gt;&bull; Use dedicated streaming modes if available&lt;/p&gt;\n&lt;p&gt;&bull; Contact customer support for optimized server recommendations&lt;/p&gt;\n&lt;p&gt;&bull; Consider upgrading your subscription if consistently experiencing issues&lt;/p&gt;\n&lt;p&gt;Legal Considerations&lt;/p&gt;\n&lt;p&gt;Remember that while using a VPN is legal in most countries, you still need appropriate Sky Sports subscriptions or access credentials. A VPN simply removes geographical barriers to content you&#039;re otherwise entitled to view.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on streaming content, allowing access to different regional Netflix libraries from anywhere in the world. By masking your actual location and routing your internet connection through servers in various countries, a Netflix VPN effectively tricks the streaming platform into displaying content that would otherwise be unavailable in your region. This technology has become increasingly popular among international travelers and content enthusiasts who wish to maintain access to their favorite shows and movies regardless of where they physically reside.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix using a VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, especially if your current &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality. Its ability to connect multiple devices at once, supporting various operating systems like Windows, macOS, iOS, and Android, provides flexibility and convenience for users across different devices. The exclusive App Mode feature allows you to unlock content from multiple regions simultaneously, expanding your entertainment options. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN eliminates buffering and throttling issues, delivering a smooth streaming experience. Additionally, its top-level security with the proprietary ShellGuard protocol guarantees your privacy and data protection. Finally, the flexible free trial plan lets users explore these benefits risk-free, making SafeShell VPN a reliable choice for overcoming Netflix vpn not working problems and enhancing your streaming experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; service, first subscribe to a suitable plan via the SafeShell VPN official website. After completing the subscription process, proceed to download and install the SafeShell VPN application on your device of choice, ensuring you select the correct version for your operating system like Windows, macOS, iOS, or Android.&lt;/p&gt;\n\n&lt;p&gt;Once the SafeShell VPN app is installed, launch it and log into your account. Within the app, select the recommended &quot;APP mode&quot; for optimal streaming performance. Then, browse the server list and connect to a server located in the specific region whose Netflix library you wish to access (such as US or UK). After establishing a secure connection with the SafeShell Netflix VPN, simply open the Netflix app or website, log in, and enjoy the expanded content library available in your chosen location.&lt;/p&gt;', 9, 'game'),
(166, 307, '', 'Java Vulnerability on Mac &ndash; Major Security Risks Exposed', '&lt;p&gt;This lingering Java vulnerability exposed Mac systems to significant risks long after other platforms addressed it.&lt;/p&gt;\n&lt;p&gt;Attackers could exploit purely Java-based flaws to hijack systems, escalate privileges, and steal sensitive data across any OS.&lt;/p&gt;\n&lt;p&gt;The critical weaknesses in Java 1.4.2_18 and 1.5.0_16 enabled extensive malicious activities through browser-based attacks.&lt;/p&gt;\n\n&lt;p&gt;Apple&rsquo;s delayed response contrasted sharply with its reputation for security, prompting public criticism and media scrutiny.&lt;/p&gt;\n&lt;p&gt;Independent researcher Landon Fuller forced action by releasing proof-of-concept exploit code last month.&lt;/p&gt;\n&lt;p&gt;His demonstration revealed how easily attackers could weaponize these unpatched vulnerabilities.&lt;/p&gt;\n\n&lt;p&gt;Patches now cover OS X 10.4.11+ and 10.5.7+ &ndash; install them immediately rather than waiting for automatic updates.&lt;/p&gt;\n&lt;p&gt;Close all browsers before applying these essential security fixes.&lt;/p&gt;\n&lt;p&gt;External pressure from researchers and tech press ultimately spurred Apple&rsquo;s overdue remediation effort.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People increasingly rely on VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to widespread geo-restrictions and censorship imposed by governments and ISPs across various regions. When users successfully unblock porn through a VPN, they gain anonymous access to adult content while their internet traffic remains encrypted, ensuring their browsing activities stay private from potential surveillance and avoiding possible bandwidth throttling that some service providers implement for adult websites.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that impose regional restrictions, SafeShell VPN offers a powerful solution. Its unique features provide significant advantages for accessing adult content securely and reliably: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN utilizes specialized App Mode technology, enabling users to circumvent geographic limitations and unblock porn sites and streaming platforms from multiple regions concurrently without needing constant server switches. \n&lt;/li&gt;\n&lt;li&gt;\nSecurity is paramount with SafeShell&#039;s exclusive ShellGuard protocol, employing top-tier encryption to shield your activity from ISP monitoring, network administrators, and sophisticated surveillance, ensuring truly private browsing sessions when accessing unblocked content. \n&lt;/li&gt;\n&lt;li&gt;\nUnlike many services, SafeShell VPN maintains lightning-fast connection speeds, eliminating frustrating buffering or quality drops for seamless HD streaming of unblocked porn sites and other media. \n&lt;/li&gt;\n&lt;li&gt;\nComprehensive protection is extended across all your devices; SafeShell VPN supports simultaneous connections on up to five devices, including desktops, laptops, smartphones, tablets, and streaming boxes, guaranteeing consistent access and security everywhere.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that aligns with your usage requirements and complete the registration process. Once subscribed, proceed to download and install the SafeShell app on your preferred device, whether it be a smartphone, tablet, or computer, ensuring compatibility for seamless browsing. After installation, activate the App Mode feature within the application for enhanced flexibility and access options, which allows for easier management of your connection settings. Next, select a server location from SafeShell VPN&rsquo;s extensive global network that corresponds to the region where your desired content is accessible, effectively bypassing regional restrictions. Finally, connect to your chosen server and browse the internet with confidence, enjoying unrestricted access to adult sites while maintaining your privacy and security through SafeShell VPN&rsquo;s robust encryption.&lt;/p&gt;', 9, 'game'),
(167, 308, '', 'NHK Plus VPN &ndash; Best VPNs to Watch NHK Abroad', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a2b973f5e44170c5957yVFTFXYP03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a2b973f5e44170c5957yVFTFXYP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Best VPN Options for NHK Plus&lt;/h3&gt;\n&lt;p&gt;Watching NHK content in the United States can be a challenge due to regional restrictions, but with the right tools, it&rsquo;s entirely possible. While NHK World-Japan offers some access, their international channel, NHK World-Japan, may not include all the programming available on NHK Plus, NHK&rsquo;s official streaming platform. Since NHK Plus is geo-restricted to Japan, viewers outside the country need a workaround.&lt;/p&gt;\n&lt;p&gt;The most effective method involves using a Virtual Private Network (VPN). A VPN masks your actual location by routing your internet traffic through a server in Japan, giving the appearance that you are browsing from within the country. This not only unlocks NHK Plus but also encrypts your data, enhancing your online security.&lt;/p&gt;\n&lt;p&gt;Choosing the right VPN is crucial. Top-tier services offer extensive Japanese server networks, rapid connection speeds, and robust security features. For example, some VPNs feature dedicated servers optimized for streaming, ensuring minimal buffering while maintaining privacy standards through strict no-logs policies.&lt;/p&gt;\n&lt;p&gt;Setting up a VPN is straightforward. After subscribing to a service, download the appropriate app for your device&mdash;be it PC, smartphone, or smart TV. Launch the app, connect to a Japanese server, and then navigate to NHK Plus. Your new Japanese IP address should grant access. If issues persist, clearing your browser&rsquo;s cookies or switching servers can often resolve them.&lt;/p&gt;\n&lt;p&gt;Several VPN providers excel at unblocking NHK Plus from abroad. Notable options include services offering multiple Japanese servers, high-speed connections, and user-friendly interfaces. Many of these providers also offer trial periods or money-back guarantees, allowing you to test their effectiveness risk-free.&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for streaming NHK Plus, consider key features: servers located in Japan, unlimited bandwidth for smooth viewing, strong encryption, privacy policies that ensure your data isn&rsquo;t stored, and reliable customer support. Compatibility with multiple devices is also beneficial, enabling you to enjoy NHK Plus on various screens.&lt;/p&gt;\n&lt;p&gt;In summary, accessing NHK Plus from the USA requires a VPN that can reliably spoof your location to Japan. With the right service, you can enjoy Japanese content seamlessly, whether you&rsquo;re interested in live broadcasts, dramas, or cultural programming. Always choose a trustworthy VPN that meets your specific needs for speed, security, and ease of use.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with NHK Plus  Tested Nov 2025Unlocking NHK Plus in America: Your Comprehensive VPN Guide&lt;/p&gt;\n&lt;p&gt;When trying to access NHK Plus from the United States, a reliable VPN service becomes essential. Among the various options available, one particular service stands out for its exceptional performance in connecting Americans to Japanese content.&lt;/p&gt;\n&lt;p&gt;This premium service boasts an impressive network of over 6,000 servers globally, with more than 130 servers strategically located in Tokyo and Osaka. This extensive Japanese presence ensures stable connections when accessing region-restricted content.&lt;/p&gt;\n&lt;p&gt;Speed is crucial for streaming, and this provider delivers with its custom-built protocol technology. During independent testing, connection speeds averaged an impressive 231 Mbps, eliminating buffering issues when enjoying NHK Plus programming.&lt;/p&gt;\n&lt;p&gt;Beyond NHK Plus, users gain access to other Japanese platforms including Fuji TV and TBS TV. The service also unblocks Japanese Netflix content, expanding your entertainment options significantly.&lt;/p&gt;\n&lt;p&gt;Security remains paramount with this provider, implementing military-grade encryption (both 256-bit AES and ChaCha20 options) alongside comprehensive leak protection features. A kill switch prevents data exposure if your connection drops unexpectedly.&lt;/p&gt;\n&lt;p&gt;For users requiring enhanced privacy, specialized double-server connections route traffic through two separate VPN servers. Additionally, the strict no-logs policy has received independent verification through a Deloitte audit.&lt;/p&gt;\n&lt;p&gt;The service supports simultaneous protection for up to 10 devices, with dedicated applications for all major platforms including Windows, Mac, iOS, Android, Linux, and smart TV systems. Browser extensions for Chrome, Firefox and Edge provide additional flexibility.&lt;/p&gt;\n&lt;p&gt;Customer support is available 24/7 through both live chat and email channels, ensuring assistance whenever needed. While the service excels in most areas, one limitation is the inability to select specific servers or filter by performance metrics.&lt;/p&gt;\n&lt;p&gt;This top-rated solution offers a risk-free 30-day money-back guarantee, allowing users to thoroughly test its capabilities with NHK Plus before committing. With its comprehensive feature set and proven performance, it represents the ideal choice for Americans seeking access to authentic Japanese programming through NHK Plus.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025Surfshark delivers seamless access to NHK Plus and other Japanese channels for viewers in the USA.&lt;/p&gt;\n&lt;p&gt;Its network includes numerous Japanese servers specifically optimized to bypass geo-restrictions.&lt;/p&gt;\n&lt;p&gt;Experience lag-free streaming in high definition or 4K, thanks to consistently impressive connection speeds.&lt;/p&gt;\n&lt;p&gt;Protect all your household devices simultaneously without connection limits.&lt;/p&gt;\n&lt;p&gt;Robust security safeguards include military-grade encryption, leak prevention, and an automatic kill switch.&lt;/p&gt;\n&lt;p&gt;These features ensure your online activities and streaming remain private.&lt;/p&gt;\n&lt;p&gt;Enjoy broad compatibility across devices, including smart TVs, computers, phones, and major web browsers.&lt;/p&gt;\n&lt;p&gt;Router configuration extends protection to every device on your home network.&lt;/p&gt;\n&lt;p&gt;While monthly plans carry a higher cost, long-term subscriptions offer significant savings.&lt;/p&gt;\n&lt;p&gt;Premium tiers bundle additional tools like antivirus protection and data monitoring services.&lt;/p&gt;\n&lt;p&gt;A 30-day refund policy allows you to test its capabilities risk-free.&lt;/p&gt;\n&lt;p&gt;Explore detailed performance insights in comprehensive Surfshark evaluations.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025Experience seamless NHK Plus streaming from the US using IPVanish, leveraging its Tokyo and Osaka servers for reliable access.&lt;/p&gt;\n&lt;p&gt;This service boasts impressive speeds, averaging 271 Mbps in tests, making it one of the fastest VPNs available.&lt;/p&gt;\n&lt;p&gt;Its extensive network spans over 2,400 servers globally, consistently unblocking platforms like TBS TV, Netflix Japan, and Hulu.&lt;/p&gt;\n&lt;p&gt;IPVanish prioritizes your security with robust 256-bit encryption, a kill switch on all apps, and DNS leak protection.&lt;/p&gt;\n&lt;p&gt;Enjoy anonymous browsing and streaming thanks to its strict no-identifying-logs policy.&lt;/p&gt;\n&lt;p&gt;Unique features include split tunneling for selecting apps that bypass the VPN connection and integrated ad/tracker blocking.&lt;/p&gt;\n&lt;p&gt;Compatible with Windows, Mac, Android, iOS, Fire TV, Apple TV, and Linux (CLI), though browser extensions aren&#039;t supported.&lt;/p&gt;\n&lt;p&gt;Router configuration requires manual setup.&lt;/p&gt;\n&lt;p&gt;Key advantages include unlimited simultaneous connections, visible server ping/load data, and round-the-clock live chat support.&lt;/p&gt;\n&lt;p&gt;While some users note room for improvement in customer service, the 30-day money-back guarantee offers peace of mind.&lt;/p&gt;\n&lt;p&gt;IPVanish stands out as a top-tier choice for international streaming.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025ExpressVPN stands out as a reliable and efficient VPN service, ideal for accessing NHK Plus and other Japanese television channels from abroad. With servers strategically located in key Japanese cities such as Tokyo, Osaka, and Yokohama, users can enjoy seamless streaming experiences without geographical restrictions.&lt;/p&gt;\n&lt;p&gt;The service boasts impressive download speeds, averaging around 261 Mbps, thanks to its optimized Lightway protocol and unlimited bandwidth policy. This ensures smooth, lag-free viewing of high-definition content on platforms like NHK Plus, TV Asahi, Netflix, and Amazon Prime Video.&lt;/p&gt;\n&lt;p&gt;For newcomers, ExpressVPN offers user-friendly applications compatible with Windows, Mac, Linux, Android, and iOS devices. Additionally, dedicated apps are available for Apple TV and Amazon Fire TV, complemented by browser extensions for Chrome, Firefox, and Edge. For more advanced setups, users can leverage ExpressVPN&rsquo;s custom firmware for routers, expanding protection to all devices connected to their network.&lt;/p&gt;\n&lt;p&gt;Security is a top priority, with features including 256-bit AES encryption, DNS leak protection, and a kill switch to safeguard your online activity. The service also includes an integrated password manager and an ad blocker, enhancing both privacy and browsing experience. Users can connect up to eight devices simultaneously, making it suitable for families or multiple devices.&lt;/p&gt;\n&lt;p&gt;Customer support is robust, available 24/7 via live chat and email to assist with any issues. Although slightly more premium in price, ExpressVPN&rsquo;s comprehensive security features, high-speed connections, and reliable customer service justify the investment. However, it does not currently support anonymous payment options.&lt;/p&gt;\n&lt;p&gt;In summary, ExpressVPN offers efficient access to Japanese content, fast and secure connections, and excellent support, making it a top choice for streaming NHK Plus in the USA.&lt;/p&gt;\n&lt;p&gt;Highlights:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nServers located across Tokyo, Osaka, and Yokohama for optimal access\n&lt;/li&gt;\n&lt;li&gt;\nFast speeds ideal for streaming high-quality Japanese TV content\n&lt;/li&gt;\n&lt;li&gt;\nUser-friendly apps across multiple platforms\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security features including a password manager\n&lt;/li&gt;\n&lt;li&gt;\nAround-the-clock customer support\n&lt;/li&gt;\n&lt;li&gt;\nSlightly higher cost and no anonymous payment methods\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Overall rating: 4 out of 5&lt;/p&gt;\n&lt;p&gt;For those seeking a dependable VPN for Japanese streaming, ExpressVPN provides strong performance and security, backed by a 30-day money-back guarantee.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;VPN for NHK Plus Access&lt;/h3&gt;\n&lt;p&gt;Access NHK Plus in the United States Through VPN Services&lt;/p&gt;\n&lt;p&gt;Accessing Japanese content while residing in the United States requires reliable VPN solutions. For NHK Plus viewers specifically, finding a service with Japanese servers is essential.&lt;/p&gt;\n&lt;p&gt;One standout option offers an impressive global network spanning 100 countries, including strategically placed servers in Tokyo. This extensive coverage ensures consistent access regardless of your location within the US.&lt;/p&gt;\n&lt;p&gt;Streaming performance is a critical factor when selecting a VPN for NHK Plus. Look for providers featuring dedicated streaming-optimized connections that maintain high speeds and stability during extended viewing sessions.&lt;/p&gt;\n&lt;p&gt;Privacy considerations should influence your decision as well. The best services maintain strict no-logs policies verified by independent auditors like Deloitte. Regular transparency reporting demonstrates a commitment to user privacy and data protection.&lt;/p&gt;\n&lt;p&gt;Security features worth prioritizing include military-grade encryption (either 256-bit AES or ChaCha20), DNS leak prevention mechanisms, and automatic kill switches that protect your connection if the VPN drops unexpectedly. Some providers enhance their offerings with additional features like ad-blocking capabilities.&lt;/p&gt;\n&lt;p&gt;Platform compatibility ensures you can watch NHK Plus on your preferred devices. Leading VPNs support Windows, Mac, Linux, mobile platforms (iOS/Android), and streaming devices like Fire TV. Browser extensions offer lightweight alternatives when full device protection isn&#039;t necessary.&lt;/p&gt;\n&lt;p&gt;While evaluating providers, consider potential drawbacks such as corporate ownership history and payment anonymity options. These factors may impact overall trust in the service.&lt;/p&gt;\n&lt;p&gt;The most suitable VPN services for accessing NHK Plus typically offer money-back guarantees ranging from 30-45 days, allowing risk-free testing with Japanese servers before committing long-term.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025Accessing NHK Plus from America: PrivateVPN as Your Gateway to Japanese Content&lt;/p&gt;\n&lt;p&gt;When living abroad, staying connected with home entertainment can be challenging. For Japanese content enthusiasts in the USA, PrivateVPN offers a reliable solution for accessing NHK Plus despite geographic restrictions.&lt;/p&gt;\n&lt;p&gt;Despite its modest network of just over 200 servers, PrivateVPN&#039;s strategic presence in more than 60 countries includes crucial Japanese servers that effectively unblock NHK Plus. During our extensive testing, this VPN consistently performed well not only with Japanese content but also with other major streaming platforms like Netflix and BBC iPlayer.&lt;/p&gt;\n&lt;p&gt;The streaming experience remains smooth with PrivateVPN. While not the fastest VPN on the market, its speeds are more than sufficient for high-definition streaming without buffering issues.&lt;/p&gt;\n&lt;p&gt;User-friendliness stands out as one of PrivateVPN&#039;s strengths. The intuitive interface makes navigation simple for beginners, while comprehensive setup guides eliminate confusion during installation. For those requiring additional assistance, the provider offers complimentary remote support&mdash;a feature rarely seen among VPN services.&lt;/p&gt;\n&lt;p&gt;Privacy protection is robust with PrivateVPN&#039;s strict no-logs policy, military-grade 256-bit AES encryption, and essential security features including DNS leak protection and an automatic kill switch. The specialized Stealth VPN mode proves particularly valuable for users in regions with strict internet censorship.&lt;/p&gt;\n&lt;p&gt;The service supports up to ten simultaneous connections, making it ideal for households with multiple devices. Compatible with Windows, Mac, Android, iOS, and Amazon Fire TV, PrivateVPN also provides manual configuration guides for Linux and routers.&lt;/p&gt;\n&lt;p&gt;While PrivateVPN may not offer as many advanced features as some competitors, its core functionality excels where it matters most&mdash;reliable content unblocking and straightforward usability. This focused approach has earned it top ratings among users seeking Japanese streaming access.&lt;/p&gt;\n&lt;p&gt;With a 30-day money-back guarantee, trying PrivateVPN for NHK Plus access comes with minimal risk, allowing American viewers to enjoy their favorite Japanese programs without commitment concerns.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with NHK Plus  Tested Nov 2025For accessing NHK Plus internationally, a VPN must overcome geo-restrictions through Japanese servers. Consider these critical factors when selecting a provider:&lt;/p&gt;\n&lt;p&gt;Essential VPN capabilities include:&lt;/p&gt;\n&lt;p&gt;Robust encryption (256-bit AES)&lt;/p&gt;\n&lt;p&gt;DNS leak prevention&lt;/p&gt;\n&lt;p&gt;Automatic kill switch&lt;/p&gt;\n&lt;p&gt;Strict no-logs policy&lt;/p&gt;\n&lt;p&gt;Performance-wise, prioritize:&lt;/p&gt;\n&lt;p&gt;High-speed connections averaging 250+ Mbps&lt;/p&gt;\n&lt;p&gt;Server networks spanning 80+ countries&lt;/p&gt;\n&lt;p&gt;Unlimited bandwidth&lt;/p&gt;\n&lt;p&gt;WireGuard protocol support&lt;/p&gt;\n&lt;p&gt;Hotspot Shield exemplifies these requirements with:&lt;/p&gt;\n&lt;p&gt;Reliable Japanese servers unblocking NHK Plus&lt;/p&gt;\n&lt;p&gt;Compatibility with major platforms like Disney+ and Netflix&lt;/p&gt;\n&lt;p&gt;10 simultaneous device connections&lt;/p&gt;\n&lt;p&gt;45-day refund guarantee&lt;/p&gt;\n&lt;p&gt;Free VPNs prove inadequate due to:&lt;/p&gt;\n&lt;p&gt;Bandwidth throttling causing buffering&lt;/p&gt;\n&lt;p&gt;Limited Japanese IP addresses&lt;/p&gt;\n&lt;p&gt;Insufficient privacy protections&lt;/p&gt;\n&lt;p&gt;Data logging practices&lt;/p&gt;\n&lt;p&gt;NHK Plus content includes popular programming:&lt;/p&gt;\n&lt;p&gt;General TV: News 7, Taiga Drama, Cool Japan&lt;/p&gt;\n&lt;p&gt;Educational: Begin Japanology, Sansu Sensei&lt;/p&gt;\n&lt;p&gt;Technical considerations:&lt;/p&gt;\n&lt;p&gt;VPN encryption minimally impacts speed&lt;/p&gt;\n&lt;p&gt;Router compatibility requires manual setup&lt;/p&gt;\n&lt;p&gt;Live chat support availability varies&lt;/p&gt;\n&lt;p&gt;A quality VPN maintains streaming quality while ensuring security and access to region-locked content like NHK&#039;s live broadcasts and on-demand shows.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on streaming content, allowing access to different regional libraries of shows and movies not available in their current location. By routing internet traffic through servers in various countries, Netflix VPN services mask users&#039; actual locations, tricking the platform into displaying content catalogs from other regions. This technology has become increasingly popular among international travelers and content enthusiasts seeking to expand their viewing options beyond what&#039;s licensed in their home country.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, as it offers several compelling advantages that make it an ideal choice for unblocking Netflix. 1. SafeShell VPN is equipped with high-speed servers specifically optimized for Netflix streaming, ensuring smooth, buffer-free playback in high definition. 2. It allows you to connect multiple devices simultaneously, supporting a wide range of operating systems such as Windows, macOS, iOS, and Android, so you can enjoy &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; on all your devices without hassle. 3. The exclusive App Mode feature enables you to access content from multiple regions at once, broadening your entertainment options and giving you the freedom to explore various streaming libraries effortlessly. 4. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN guarantees a seamless streaming experience, free from buffering and throttling issues. 5. Additionally, its top-level security with the proprietary ShellGuard protocol ensures your privacy remains protected while you enjoy unblocked Netflix content. Overall, SafeShell VPN combines speed, security, and versatility, making it an excellent tool to enjoy Netflix unblocked reliably and securely.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. The process begins with subscribing to a SafeShell VPN plan that suits your preferences and budget. Simply visit their official website, select your desired subscription option, and complete the payment process. After successful subscription, download the appropriate SafeShell VPN application for your device, whether you&#039;re using Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;Once installation is complete, launch the SafeShell Netflix VPN application and log into your account using your credentials. For the optimal streaming experience, select the APP mode which is specifically optimized for media streaming services. This mode ensures smoother playback and better connection stability while accessing Netflix content from different regions around the world.&lt;/p&gt;\n&lt;p&gt;The final steps involve selecting your preferred server location based on which regional Netflix library you wish to access. For example, choose a US server to watch American Netflix content or a UK server for British shows. After connecting to your chosen server, simply open the Netflix application or website, log in with your regular Netflix account credentials, and start enjoying previously geo-restricted content. SafeShell Netflix VPN&#039;s seamless connection ensures you can stream in high definition without buffering issues or connection drops.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(168, 309, '', 'New York Antivirus Settlement: Symantec, McAfee Fined', '&lt;p&gt;New York Reaches Financial Settlement with Major Antivirus Companies&lt;/p&gt;\n&lt;p&gt;The state of New York has secured a significant financial agreement with leading cybersecurity firms Symantec and McAfee following an investigation into their subscription renewal practices. The settlement requires the companies to pay $750,000 to the state and implement more transparent policies regarding automatic renewals.&lt;/p&gt;\n&lt;p&gt;Attorney General Andrew Cuomo&#039;s office initiated the investigation after receiving numerous complaints from New York residents who discovered unexpected charges on their credit card statements. These consumers reported being unaware that their antivirus software subscriptions would automatically renew without explicit consent.&lt;/p&gt;\n&lt;p&gt;Under the new agreement, both companies must clearly disclose their renewal terms before and after subscription renewals occur. Consumers will also benefit from a 60-day refund period, providing additional protection against unwanted charges.&lt;/p&gt;\n&lt;p&gt;This case represents another example of Cuomo&#039;s aggressive consumer protection efforts in the technology sector. During his tenure as Attorney General, Cuomo has confronted several major corporations including Dell regarding financing issues, Verizon concerning bandwidth limitations, and Intel over alleged market dominance abuses. His office has also led significant efforts to combat illegal content distribution through Usenet networks.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; content due to various geo-restrictions and censorship measures implemented by governments and ISPs worldwide. These virtual private networks provide users with the ability to mask their IP addresses, encrypt their internet traffic, and bypass regional limitations, allowing them to access adult content that would otherwise be unavailable in their location. Porn unblocked through a VPN also offers enhanced privacy and anonymity, protecting users from potential surveillance or tracking while they browse sensitive content.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted adult content by finding ways to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, the SafeShell VPN presents a viable solution.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers significant advantages, including lightning-fast connection speeds ideal for seamless HD streaming without buffering, ensuring a smooth viewing experience. Its robust encryption and privacy features, powered by protocols like ShellGuard, effectively shield your online activities from surveillance, keeping your browsing confidential. Furthermore, the innovative App Mode simplifies accessing geo-blocked material from various regions simultaneously, eliminating the need for constant server switches. Coupled with its ability to support connections on up to five different devices concurrently, SafeShell VPN provides comprehensive access and security across all your platforms.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing adult content from various regions is simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful privacy tool that ensures your browsing remains confidential. Here&#039;s how to set it up:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, create an account on the SafeShell VPN website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application onto your device from their official website or app store\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the app and log in with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the settings menu and ensure that the privacy protection features are activated\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the available server locations and select one in the region where you want to access content\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your chosen server by clicking the connection button\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your browser and navigate to your desired adult content sites\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access while SafeShell VPN keeps your activities private and secure\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(169, 310, '', 'Opera Unite Security: Risks &amp; Privacy Implications', '&lt;p&gt;Exploring the Security Implications of Opera Unite&lt;/p&gt;\n&lt;p&gt;Opera&#039;s introduction of the Unite feature has sparked significant debate within the cybersecurity community regarding its potential vulnerabilities and security model. This innovative approach to web browsing&mdash;transforming ordinary computers into servers&mdash;raises important questions about user privacy and data protection.&lt;/p&gt;\n&lt;p&gt;The concept of turning personal computers into web servers isn&#039;t revolutionary. Similar initiatives have emerged throughout internet history, often with concerning security consequences. Microsoft&#039;s ActiveX technology from the 1990s serves as a cautionary tale, where insufficient security considerations led to widespread exploits. Similarly, peer-to-peer file-sharing networks have inadvertently exposed sensitive documents when users failed to properly configure sharing settings.&lt;/p&gt;\n&lt;p&gt;Opera Unite operates through extensions to the browser&#039;s widget system, creating a proxy-based architecture where Opera&#039;s servers mediate connections between Unite-enabled browsers. This immediately raised red flags among security experts who questioned the exposure of users&#039; file systems.&lt;/p&gt;\n&lt;p&gt;According to Opera&#039;s technical documentation, Unite implements a virtual file system model rather than providing direct access to users&#039; actual files. Server administrators must establish &quot;mount points&quot; that connect portions of their physical file system to this virtual environment. While this creates a layer of abstraction, it also introduces potential vulnerabilities.&lt;/p&gt;\n&lt;p&gt;Particularly concerning are the predefined &quot;folder hints&quot; included in the API&mdash;shortcuts like &quot;home,&quot; &quot;documents,&quot; and &quot;desktop&quot; that point to system directories. Though Opera maintains that access is restricted only to explicitly shared folders, the documentation places significant responsibility on widget developers to implement proper authentication and protect against exploitation.&lt;/p&gt;\n&lt;p&gt;Opera&#039;s spokesperson has emphasized that Unite follows a &quot;secure sandbox security model&quot; and that all services undergo quality assurance testing. Additionally, critical configuration files like config.xml remain inaccessible to Unite protocols and external requests.&lt;/p&gt;\n&lt;p&gt;Nevertheless, the deviation from Opera&#039;s previous widget security model raises legitimate concerns about whether users might unknowingly expose sensitive data. The question remains whether the average user possesses sufficient technical knowledge to safely navigate these new server capabilities without becoming an unwitting participant in unauthorized file sharing.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various restrictions imposed by countries, internet service providers, or public networks. A VPN provides users with the ability to bypass geo-restrictions, maintain privacy, and access adult content without throttling or surveillance by encrypting their internet traffic and changing their virtual location. Porn unblocked through VPN services allows individuals to freely access adult material while protecting their identity and browsing activities from prying eyes, making it a popular choice for those seeking unrestricted adult entertainment in regions with strict internet censorship.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For individuals seeking to access region-restricted adult content through Porn unblock, the SafeShell VPN emerges as a premier solution. It efficiently bypasses geographical barriers, allowing seamless entry to otherwise unavailable porn sites while maintaining user discretion. This capability transforms your browsing experience, granting freedom to explore global adult platforms without location limitations.SafeShell VPN delivers robust privacy safeguards through its proprietary ShellGuard encryption, which anonymizes your activity and shields against ISP monitoring or third-party surveillance. Simultaneously, its innovative App Mode feature lets you &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from multiple regions concurrently, eliminating tedious server switches while preserving high-speed streaming quality. The VPN ensures zero buffering disruptions, ideal for HD content consumption.Beyond accessibility, SafeShell VPN offers comprehensive multi-device protection, supporting connections across smartphones, computers, and streaming devices. This universal coverage fortifies privacy whether you&rsquo;re accessing unblocked porn sites on iOS, Android, or smart TVs. Coupled with military-grade security protocols, it creates a holistic shield that safeguards every digital interaction while expanding your content horizons.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing adult content from different regions is made simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Here&#039;s how to unlock region-restricted content:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload SafeShell VPN from their official website and install it on your device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or log in with your existing credentials\n&lt;/li&gt;\n&lt;li&gt;\nOpen the SafeShell VPN application and navigate to the server selection menu\n&lt;/li&gt;\n&lt;li&gt;\nChoose a server located in the region where the content you want to access is available\n&lt;/li&gt;\n&lt;li&gt;\nClick the connection button to establish a secure VPN tunnel\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your browser and visit your desired adult content websites\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access while maintaining your privacy and security\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(170, 311, '', 'PUBG Mobile Motor Cruise: Lotus Event Rewards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248522777a4bbfc87e3a6wvj0NduQ03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248522777a4bbfc87e3a6wvj0NduQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;PUBG Mobile is once again making waves by teaming up with renowned automobile brands, this time partnering with the legendary Lotus Group to introduce the Motor Cruise event. Running from September 11th through November 4th, 2025, this collaboration brings a new level of style and performance to the battlegrounds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the event, players can unlock exclusive vehicle skins inspired by Lotus&rsquo;s iconic models, such as the sleek Emira and the futuristic Emeya. Beyond vehicle customization, the event offers a variety of rewards including weapon finishes, backpack skins, and complete outfit sets, providing a comprehensive upgrade to your in-game appearance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This partnership marks PUBG Mobile&rsquo;s latest venture into automotive collaborations, following previous alliances with brands like Bentley and Shelby American. The Motor Cruise event, launching on September 12th, celebrates the elegance and precision associated with Lotus cars, embodying their &quot;add lightness&quot; philosophy through lightweight design and excellent handling.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participants can experience the thrill of driving luxury in the digital realm, with special accessories like spoilers, parachutes, and seasonal skins enhancing their ride. The collaboration emphasizes style and dominance, allowing players to showcase their prowess with the elegance of Lotus vehicles across all maps.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get ready to command the battlefield with the Lotus Emira and Emeya, available during this limited-time event, and elevate your gameplay with exclusive customization options. The Motor Cruise event promises an exciting fusion of speed, luxury, and competitive edge in PUBG Mobile.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692248565465dd45c82c6593z2G0ik6x03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692248565465dd45c82c6593z2G0ik6x03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the PUBG Mobile x Lotus collaboration, players have the opportunity to customize their vehicles with a variety of exclusive skins and color options. The latest event introduces four unique color variants across two popular models, the Coupe RB and Dacia, enhancing the visual appeal of these vehicles on the battlegrounds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike previous Motor Cruise events, this edition does not feature milestone rewards, focusing instead on the availability of stylish car skins and color finishes. Notably, the Lotus Emeya and Emira models stand out with their eye-catching designs. The Lotus Emira is available in Azure Drift, which includes three distinct car paints plus a special skin, and in Deep Grove, which requires 720 lucky tokens to unlock. Meanwhile, the Lotus Emeya offers the Purple Volt variant, featuring three new paints and a skin, and the Golden Sprint, also costing 720 lucky tokens.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players interested in personalizing their rides can explore these options in the redemption section, where each skin&rsquo;s cost is detailed. The overall collection showcases impressive finishes, with the Azure Drift and Purple Volt variants particularly catching the eye, though the Deep Grove and Golden Sprint options require some in-game effort to obtain. Personally, the Lotus Emeya&rsquo;s design has been a highlight, adding a sleek and modern aesthetic to the event&rsquo;s offerings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6922485a2777a4bbfc87e3d6r0NfbubT03&quot; height=&quot;690&quot; src=&quot;https://c2c.fp.guinfra.com/file/6922485a2777a4bbfc87e3d6r0NfbubT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participants can now gather lucky tokens during the Lotus Motor Cruise event, offering a thrilling chance to win exclusive prizes. To participate, players can spin the wheel once for 60 UC, or opt for a ten-spin package at 540 UC, increasing their chances of securing rare items. This event introduces uniquely animated vehicles with special effects and innovative driving mechanics, adding excitement to gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the lucky spins, players can unlock a variety of limited-edition decorative items and rewards. These include stylish outfits, weapon and backpack skins, and other lotus-inspired accessories. The treasure trove of prizes features a striking parachute skin, a full outfit set, a pumpkin-themed headgear, a sleek M16A4 skin, a helmet finish, and a matching backpack skin&mdash;each designed to enhance your in-game style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This collaboration between PUBG Mobile and Lotus marks a groundbreaking partnership, making it the first time Lotus-themed content appears in the game. Fans eager for more updates can explore related articles on PUBG Mobile&rsquo;s events and collaborations, such as the Crazy Chicken Day event with its $100 and Uzi rewards, the PUBG Mobile x Kaiju No. 8 prize path with exclusive outfits, and Krafton India&rsquo;s upcoming BGMI Showdown and International Cup tournaments.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PUBG UC: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; is the exclusive currency within PUBG that lets players unlock premium content, including unique character skins, weapon designs, and special battle passes to enrich their gaming experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain PUBG UC, players can visit popular game trading platforms like Midasbuy, Codashop, and the official PUBG Mobile store to top up their accounts quickly and securely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Using PUBG UC, gamers can personalize their gameplay and stand out in matches by accessing limited-edition items and exclusive event rewards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy PUBG UC from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up pubg&lt;/a&gt; UC, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. Lootbar.gg stands out as a preferred choice for many gamers thanks to its user-friendly design and commitment to customer satisfaction. Not only does it make the &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC buy&lt;/a&gt; process straightforward, but it also ensures that your transactions are secure and your personal information is protected at all times.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of lootbar is the competitive pricing it offers, allowing players to &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up pubg mobile uc global&lt;/a&gt; at discounted rates compared to other platforms. The platform is known for providing instant delivery, so you can enjoy your new UC in-game without having to wait. Additionally, lootbar.gg supports a variety of payment methods and boasts a straightforward interface, making the process of top up PUBG both quick and convenient for users worldwide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key benefit of choosing lootbar is its exceptional customer service, available 24/7 to assist with any questions or resolve transaction concerns. The 100% cash-back guarantee gives peace of mind with every purchase, and frequent promotions&mdash;such as the chance for new users to acquire game credits at an incredibly low price&mdash;make lootbar an even more attractive option for gamers. With its blend of security, affordability, and excellent support, lootbar.gg is an ideal platform for anyone looking to top up PUBG UC efficiently and safely.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up PUBG Mobile on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy PUBG UC&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency type. Make sure you are logged into your account. Next, navigate to the top-up section and select PUBG Mobile from the list of available games. Decide on the amount of PUBG UC you wish to purchase and click on &ldquo;Top-up Now&rdquo; to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You will then be asked to enter your game UID to ensure the UC is credited to the correct account. After entering your UID, click on the Top-up button and choose your desired payment method from the available options. Complete the payment process, and your PUBG UC will be delivered to your account shortly, allowing you to enjoy premium content and items in-game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(171, 312, '', 'Homeland on Netflix: Claire Danes Shines in Spy Thriller', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6922493e9410473f3342b5dbdlSf7GxG07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6922493e9410473f3342b5dbdlSf7GxG07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking for a compelling new series to dive into after finishing &lt;em&gt;The Beast in Me&lt;/em&gt;? Netflix has just added the perfect option, and it happens to feature one of Claire Danes&#039; most acclaimed performances.  &lt;/p&gt;\n&lt;p&gt;Introducing &lt;em&gt;Homeland&lt;/em&gt;, the acclaimed spy thriller from Showtime that has now made its debut on Netflix for the first time ever. If you haven&#039;t watched this series yet, you&#039;re missing out on one of the standout shows of the 2010s.  &lt;/p&gt;\n&lt;p&gt;The story follows Carrie Mathison, played masterfully by Danes, a CIA operative navigating dangerous missions and complex moral dilemmas. When she receives a crucial tip that an American marine turned by al-Qaeda might carry out an attack on U.S. soil, Carrie plunges into a high-stakes investigation that pushes her to her limits.&lt;/p&gt;\n&lt;p&gt;As the series unfolds, viewers are taken on a rollercoaster of suspense, betrayal, and unexpected twists. The cast is stellar, featuring Mandy Patinkin, Damian Lewis, Morena Baccarin, David Harewood, Diego Klattenhoff, Morgan Saylor, Jackson Pace, F. Murray Abraham, Navid Negahban, Rupert Friend, and more.&lt;/p&gt;\n&lt;p&gt;Created by Howard Gordon and Alex Gansa, &lt;em&gt;Homeland&lt;/em&gt; first aired in 2011 and ran for eight gripping seasons until 2020. Notably, Debora Cahn, who also contributed to Netflix&#039;s &lt;em&gt;The Diplomat&lt;/em&gt;, was a writer and executive producer on the series. Interestingly, Matthew Rhys&mdash;who stars alongside Danes in &lt;em&gt;The Beast in Me&lt;/em&gt;&mdash;is married to Keri Russell, the star of &lt;em&gt;The Diplomat&lt;/em&gt;. These connections highlight the intertwined talent across Netflix&#039;s popular dramas.  &lt;/p&gt;\n&lt;p&gt;While many might argue that Claire Danes&#039; holiday film &lt;em&gt;The Family Stone&lt;/em&gt; stands as her best work, &lt;em&gt;Homeland&lt;/em&gt; is undoubtedly the series to binge now. Though it differs from the murder mystery style of &lt;em&gt;The Beast in Me&lt;/em&gt;, it still offers intriguing mysteries and a compelling character portrayal by Danes, reminiscent of her performance in that show.  &lt;/p&gt;\n&lt;p&gt;Though not without its flaws, &lt;em&gt;Homeland&lt;/em&gt; remains an addictive series perfect for binge-watching. With its recent addition to Netflix, expect a surge in popularity, especially as we head into the holiday season. Currently, &lt;em&gt;The Beast in Me&lt;/em&gt; holds the top spot on Netflix, but that may soon change with the upcoming release of &lt;em&gt;Stranger Things 5&lt;/em&gt; on November 26.  &lt;/p&gt;\n&lt;p&gt;And for an extra treat, fans may be surprised to see a young Timoth&eacute;e Chalamet among the cast&mdash;another reason to start watching now.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss out&mdash;stream all eight seasons of &lt;em&gt;Homeland&lt;/em&gt; on Netflix today!&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, offering a wide range of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that may be restricted or unavailable in certain regions due to geographical restrictions, often achieved through VPNs, proxy servers, or Smart DNS services to bypass these restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking Netflix, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN offers high-speed servers specifically optimized for seamless streaming, ensuring you can enjoy your favorite shows and movies without interruptions or buffering. Its advanced encryption protocols safeguard your online activities, maintaining your privacy and protecting your data from unwanted surveillance. Additionally, SafeShell VPN is engineered to evade detection by Netflix&#039;s VPN and proxy systems, allowing for unrestricted access to the full Netflix library across different regions. The platform also supports multiple device connections simultaneously, including Windows, macOS, iOS, Android, and more, making it convenient to stream on any device. With features like the exclusive App Mode, blazing connection speeds, and a flexible free trial plan, SafeShell VPN provides a secure, user-friendly, and efficient solution for unlocking Netflix content and enjoying an unrestricted streaming experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that aligns with your viewing needs and complete the subscription process by clicking the &quot;Subscribe Now&quot; button. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, directly from the official site.&lt;/p&gt;\n&lt;p&gt;After installation, open the SafeShell VPN app and log in with your account credentials. For an optimal streaming experience, select the APP mode within the application, which is specifically designed for media consumption. Then, browse through the list of available VPN servers and pick one located in the region whose Netflix content you want to access, such as the US or UK. Click &quot;Connect&quot; to establish a secure link to your chosen server.&lt;/p&gt;\n&lt;p&gt;With the VPN connection active, open your Netflix app or navigate to the Netflix website in your browser. Log into your Netflix account, and you will now be able to access and stream content from the region associated with your VPN server. This process allows you to enjoy a wide variety of Netflix shows and movies regardless of your geographic location, all thanks to the seamless functionality of SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(172, 313, '', 'Starlink VPN: Secure &amp; Stream Globally&mdash;Setup Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a2a9995940f0af79db8GDRehEXq03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a2a9995940f0af79db8GDRehEXq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Securing your online activities and unlocking global content via Starlink requires a VPN&mdash;here&rsquo;s an efficient approach.&lt;/p&gt;\n\n&lt;p&gt;Unlike traditional ISPs, Starlink&rsquo;s satellite network still exposes your browsing data, making encryption essential for anonymity and bypassing geographical restrictions.&lt;/p&gt;\n&lt;p&gt;VPNs also combat bandwidth throttling, maintaining optimal speeds while letting you switch IP locations worldwide for streaming regional platforms like BBC iPlayer or US Netflix.&lt;/p&gt;\n\n&lt;p&gt;Two primary methods exist: installing VPN apps directly on devices or configuring a VPN-compatible router.&lt;/p&gt;\n&lt;p&gt;The Starlink router lacks native VPN support, so router setup demands third-party hardware&mdash;consider providers like FlashRouters for pre-configured options.&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Device Setup (Simpler Method):&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPick a trustworthy VPN service from top providers.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install their app on any device&mdash;Windows, macOS, Android, iOS, etc.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app, select a server location matching your content needs, and connect.\n&lt;/li&gt;\n&lt;li&gt;\nVerify functionality using an IP checker tool immediately after connection.\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Router Setup (Advanced):&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAcquire a VPN-enabled router and connect it via Ethernet to your Starlink router.\n&lt;/li&gt;\n&lt;li&gt;\nEnable bypass mode on the Starlink unit to deactivate its Wi-Fi and shift network control.\n&lt;/li&gt;\n&lt;li&gt;\nAccess the new router&rsquo;s admin panel via its IP address in a browser.\n&lt;/li&gt;\n&lt;li&gt;\nUpload OpenVPN configuration files from your VPN provider and input credentials.\n&lt;/li&gt;\n&lt;li&gt;\nSave settings, activate the connection, and confirm all devices now route through the VPN.\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;strong&gt;Top VPN Recommendations:&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&lt;strong&gt;NordVPN&lt;/strong&gt;: Excels in speed and security, ideal for streaming and avoiding throttling, with a risk-free 30-day trial.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Surfshark&lt;/strong&gt;: Budget-friendly with unlimited device connections and servers across 100+ nations.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;IPVanish&lt;/strong&gt;: Offers robust US server access and consistent performance for gaming or streaming.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;ExpressVPN&lt;/strong&gt;: Trusted for reliability and lightning-fast protocols, supporting major streaming services globally.\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;All recommended VPNs include 30-day refund guarantees and custom apps for effortless device use.&lt;/p&gt;\n&lt;p&gt;Opting for per-device installation is quicker for most users, while router integration secures every connected gadget automatically.&lt;/p&gt;\n&lt;p&gt;Prioritize providers with proven encryption and no-logs policies to ensure maximum privacy on your Starlink connection.For Starlink Users: Top VPN Solutions&lt;/p&gt;\n&lt;p&gt;CyberGhost stands out as a user-friendly option perfect for those new to VPN technology. With its intuitive interface and reasonable pricing, it delivers impressive speeds specifically optimized for Starlink connections. The built-in kill switch provides essential protection, while dedicated streaming servers make accessing entertainment content hassle-free. Users consistently report reliable access to numerous streaming platforms.&lt;/p&gt;\n&lt;p&gt;Looking for speed without compromising security? PureVPN offers an excellent balance for Starlink customers. Their strict no-logs policy ensures your browsing remains private, while split tunneling allows selective routing of traffic. With flexible protocol options and compatibility with countless international streaming services, it represents outstanding value&mdash;backed by a generous 31-day refund policy.&lt;/p&gt;\n&lt;p&gt;Security-conscious users should consider ProtonVPN, which emphasizes robust privacy protections. Their advanced features include Secure Core architecture that routes traffic through multiple servers, Tor integration, and military-grade encryption protocols. The included port forwarding capability makes it particularly suitable for P2P activities over Starlink connections, all covered by a 30-day satisfaction guarantee.&lt;/p&gt;\n&lt;p&gt;SpaceX&#039;s Starlink has revolutionized internet access by creating a satellite network delivering high-speed connectivity to previously underserved regions. This technology has particularly benefited rural communities and remote locations where traditional internet infrastructure is limited or nonexistent.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a2dd598d48c6233bdf14LpBsz8N03&quot; height=&quot;414&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a2dd598d48c6233bdf14LpBsz8N03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Protecting Your Online Privacy and Freedom with Virtual Private Networks on Satellite Internet&lt;/p&gt;\n&lt;p&gt;When connecting to the internet via satellite technology, your data travels through a complex network of orbital infrastructure, potentially exposing your online activities to various privacy risks. Employing encryption tools becomes essential for maintaining digital privacy in these circumstances.&lt;/p&gt;\n&lt;p&gt;Encryption services provide a protective layer around your internet connection, effectively preventing network operators from monitoring your online behavior. These services create a secure tunnel for your data, ensuring confidentiality throughout your browsing session.&lt;/p&gt;\n&lt;p&gt;Security solutions for satellite internet users offer multiple benefits beyond basic privacy protection. By encrypting your connection, these tools shield your browsing habits from tracking while simultaneously masking your actual geographic location. This location-shifting capability allows users to appear as if they&#039;re connecting from different regions around the world.&lt;/p&gt;\n&lt;p&gt;Another significant advantage is the potential reduction in connection throttling during peak usage periods. When satellite networks experience congestion, certain traffic types might be deliberately slowed down. Encryption services can help maintain consistent speeds regardless of your online activities.&lt;/p&gt;\n&lt;p&gt;Satellite internet systems typically employ shared IP address configurations through Carrier-Grade Network Address Translation (CGNAT). While this arrangement offers some inherent privacy benefits by grouping multiple users under single IP addresses, it creates challenges for applications requiring port forwarding capabilities.&lt;/p&gt;\n&lt;p&gt;For users needing to host services or utilize peer-to-peer applications, specialized encryption tools that support port forwarding functionality can resolve these CGNAT limitations. This becomes particularly important for those running home servers or requiring specific network configurations.&lt;/p&gt;\n&lt;p&gt;The technical process involves routing your encrypted data through secure intermediary servers. This approach prevents your satellite provider from viewing the websites you visit or monitoring your online activities. Additionally, it enables access to region-restricted content by providing you with IP addresses from various global locations.&lt;/p&gt;\n&lt;p&gt;This capability proves valuable for accessing streaming platforms like BBC services from outside the UK or American sports networks from international locations. It also enables comparison shopping across different regions, potentially revealing price disparities in products and services based on geographic location.&lt;/p&gt;\n&lt;p&gt;Protection extends to scenarios where you&#039;re using satellite internet provided through third parties. In these situations, network administrators might deploy monitoring tools to track user activities. Encryption prevents such surveillance by securing your connection from end to end.&lt;/p&gt;\n&lt;p&gt;Implementation options include installing protection software directly on individual devices or configuring it at the router level. Device-level installation offers simplicity, requiring minimal technical knowledge, while router-level setup provides network-wide protection but demands more technical expertise.&lt;/p&gt;\n&lt;p&gt;While free encryption services exist, users should approach them with caution. Research indicates many free options have problematic privacy policies that allow extensive user monitoring. Rather than enhancing privacy, these services often collect and sell user data to marketing companies.&lt;/p&gt;\n&lt;p&gt;Legitimate security services operate with strict no-logging policies and robust encryption standards. Free alternatives frequently lack proper security implementations, potentially exposing users to greater risks than using no protection at all.&lt;/p&gt;\n&lt;p&gt;A few reputable companies offer limited free tiers with proper security standards but typically restrict bandwidth or server options. These restrictions make them unsuitable for streaming or other high-bandwidth activities.&lt;/p&gt;\n&lt;p&gt;Users may encounter technical challenges when implementing encryption on satellite connections. Common issues include connection failures, frequent disconnections, reduced speeds, and increased latency. Troubleshooting typically involves updating software, restarting equipment, selecting different protocols, or connecting to servers closer to your physical location.&lt;/p&gt;\n&lt;p&gt;Standard satellite routers generally lack built-in support for encryption protocols. Users requiring router-level protection will need to add compatible secondary routers to their network configuration.&lt;/p&gt;\n&lt;p&gt;Beyond privacy benefits, encryption tools help satellite internet users overcome specific technical limitations, access region-restricted content, and maintain consistent performance during network congestion periods.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables users to bypass geographical restrictions on Netflix&#039;s content library, allowing them to access shows and movies that are only available in specific countries. By masking your actual location and routing your internet connection through servers in different regions, a Netflix VPN effectively tricks the streaming platform into thinking you&#039;re accessing it from the country where your desired content is available. This technology has become increasingly popular among streaming enthusiasts who want to explore Netflix&#039;s full global catalog rather than being limited to what&#039;s offered in their home country.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking a reliable solution to access region-restricted Netflix libraries, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice to consider for getting &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;. This service excels with its network of high-speed servers specifically optimized for Netflix streaming, guaranteeing smooth, buffer-free playback in high definition. Furthermore, SafeShell VPN allows you to connect up to five devices simultaneously, supporting platforms like Windows, macOS, iOS, Android, and various smart TVs, ensuring your entire household can enjoy geo-restricted content on their preferred screens without interruption.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN truly stands apart with its innovative Exclusive App Mode, enabling access to multiple regional Netflix libraries concurrently for a vastly expanded content selection. Coupled with consistently lightning-fast speeds that eliminate buffering and throttling, it provides an unparalleled streaming experience. Your privacy is paramount, safeguarded by the proprietary ShellGuard protocol offering top-level encryption and security during all browsing sessions. Experience these advantages and get Netflix unblocked confidently with SafeShell VPN&#039;s flexible free trial plan, allowing you to test its robust features risk-free.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Accessing global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to unlock worldwide streaming in just a few simple steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to SafeShell VPN&#039;s website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell app for your specific device (compatible with Windows, macOS, iOS, and Android)\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming performance, select APP mode in the SafeShell interface\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the server list and connect to a location in your desired Netflix region (such as US for American content or UK for British shows)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, simply open your Netflix app or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nYou&#039;ll now have access to all the region-specific content from your selected server location, effectively bypassing geographical restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(173, 314, '', 'Visual Effects Society Awards 2011: Nominees Revealed', '&lt;p&gt;Visual Effects Society Unveils 2011 Award Nominees&lt;/p&gt;\n&lt;p&gt;The Visual Effects Society has announced its nominees for the prestigious annual awards ceremony, set to take place on February 1 at the Beverly Hilton Hotel. This year&#039;s nominations highlight outstanding achievements across film, television, commercials, and gaming.&lt;/p&gt;\n&lt;p&gt;&quot;Inception&quot; emerged as a strong contender with four nominations in the feature film categories, while HBO&#039;s period drama &quot;Boardwalk Empire&quot; led television nominations with five nods. The ceremony will also honor visual effects pioneer Ray Harryhausen with the Lifetime Achievement Award, while &quot;Inception&quot; director Christopher Nolan will receive the Visionary Award.&lt;/p&gt;\n&lt;p&gt;In the Visual Effects-Driven Feature Motion Picture category, &quot;Inception&quot; faces competition from &quot;Iron Man 2,&quot; &quot;TRON: Legacy,&quot; &quot;Alice in Wonderland,&quot; and &quot;Harry Potter and the Deathly Hallows: Part 1.&quot; Each nominated film showcases the work of top industry professionals who have pushed the boundaries of visual storytelling.&lt;/p&gt;\n&lt;p&gt;The Supporting Visual Effects category recognizes films where effects enhance rather than dominate the narrative, with nominees including &quot;Green Zone,&quot; &quot;Salt,&quot; &quot;Hereafter,&quot; &quot;Black Swan,&quot; and &quot;Robin Hood.&quot;&lt;/p&gt;\n&lt;p&gt;Animation achievements are celebrated across multiple categories, with &quot;Tangled,&quot; &quot;How to Train Your Dragon,&quot; and &quot;Toy Story 3&quot; among the contenders for Animation in an Animated Feature Motion Picture.&lt;/p&gt;\n&lt;p&gt;Television productions receiving recognition span from miniseries like &quot;The Pacific&quot; to ongoing series such as &quot;V,&quot; &quot;Caprica,&quot; and &quot;Stargate: Universe.&quot; The Walking Dead&quot; and &quot;Lost&quot; appear in the Supporting Visual Effects in a Broadcast Program category.&lt;/p&gt;\n&lt;p&gt;Commercial work also features prominently, with campaigns for brands like Wrigley&#039;s, DirecTV, and Verizon competing in the Visual Effects in a Live Action Commercial category.&lt;/p&gt;\n&lt;p&gt;The gaming industry&#039;s visual achievements are acknowledged through categories for real-time effects and game trailers, with titles like &quot;Starcraft II,&quot; &quot;Halo: Reach,&quot; and &quot;Need for Speed&quot; among the nominees.&lt;/p&gt;\n&lt;p&gt;This comprehensive slate of nominations reflects the society&#039;s commitment to recognizing excellence across all visual effects disciplines and platforms.The 2023 Visual Effects Society Awards Nominations&lt;/p&gt;\n&lt;p&gt;Visual Effects Industry Celebrates Excellence in Film, Television, and Interactive Media&lt;/p&gt;\n&lt;p&gt;The Visual Effects Society (VES) has unveiled its much-anticipated list of nominees for this year&#039;s prestigious awards ceremony, recognizing outstanding achievements across multiple categories of visual effects artistry.&lt;/p&gt;\n&lt;p&gt;Film Category Highlights&lt;/p&gt;\n&lt;p&gt;In the &quot;Animated Character in a Live Action Feature&quot; category, notable nominations include the team behind Reepicheep from &quot;Chronicles of Narnia: Voyage of the Dawn Treader,&quot; led by animation supervisor Gabriele Zucchelli, and two separate teams from &quot;Harry Potter and the Deathly Hallows: Part 1&quot; for their work on Dobby and Kreacher.&lt;/p&gt;\n&lt;p&gt;The &quot;Created Environment&quot; category showcases remarkable digital landscapes including the Stark Expo from &quot;Iron Man 2,&quot; the innovative disc game arena from &quot;TRON: Legacy,&quot; and the mind-bending Paris dreamscape sequence from Christopher Nolan&#039;s &quot;Inception.&quot;&lt;/p&gt;\n&lt;p&gt;Television and Commercial Excellence&lt;/p&gt;\n&lt;p&gt;Television productions receiving recognition include &quot;Boardwalk Empire,&quot; which earned multiple nominations across different categories, &quot;The Event,&quot; and the war drama &quot;The Pacific&quot; for its recreation of the Battle of Iwo Jima.&lt;/p&gt;\n&lt;p&gt;In the commercial realm, innovative character work for Citron C3, Cadbury, and Logitech campaigns demonstrated how visual effects continue to elevate advertising storytelling.&lt;/p&gt;\n&lt;p&gt;Gaming Achievements&lt;/p&gt;\n&lt;p&gt;Video game nominations highlight the growing importance of visual effects in interactive entertainment. Character work in &quot;Halo: Reach,&quot; &quot;Kinectimals,&quot; and &quot;StarCraft II&quot; received nominations, while &quot;Star Wars: The Force Unleashed&quot; and &quot;Star Wars: The Old Republic 2&quot; were recognized for overall visual effects achievement.&lt;/p&gt;\n&lt;p&gt;Animation Category Standouts&lt;/p&gt;\n&lt;p&gt;Animated feature contenders include beloved characters like Toothless from &quot;How to Train Your Dragon,&quot; Rapunzel from &quot;Tangled,&quot; and Digger from &quot;Legend of the Guardians: The Owls of Ga&#039;hoole.&quot;&lt;/p&gt;\n&lt;p&gt;The &quot;Effects Animation&quot; category celebrates the technical wizardry behind phenomena like dragon fire, magical effects, and environmental simulations in films including &quot;Shrek Forever After&quot; and &quot;Toy Story 3.&quot;&lt;/p&gt;\n&lt;p&gt;Models, Miniatures and Compositing&lt;/p&gt;\n&lt;p&gt;Traditional model-making continues to thrive alongside digital techniques, with nominations for physical effects work in &quot;Shutter Island,&quot; &quot;Iron Man 2,&quot; &quot;The Expendables,&quot; and &quot;Inception.&quot;&lt;/p&gt;\n&lt;p&gt;Compositing achievements&mdash;the art of seamlessly blending visual elements&mdash;received recognition for films including &quot;TRON: Legacy,&quot; &quot;Alice in Wonderland,&quot; and &quot;Hereafter.&quot;&lt;/p&gt;\n&lt;p&gt;Emerging Talent&lt;/p&gt;\n&lt;p&gt;The &quot;Visual Effects in a Student Project&quot; category highlights tomorrow&#039;s visual effects artists with nominations for innovative short films including &quot;Loom,&quot; &quot;Time for Change,&quot; &quot;Das Tub,&quot; and &quot;Nuisible(s).&quot;&lt;/p&gt;\n&lt;p&gt;The VES Awards ceremony will bring together industry professionals to celebrate these achievements and recognize the collaborative nature of visual effects production across all entertainment media.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical journey of Harry Potter, a young wizard who attends Hogwarts School of Witchcraft and Wizardry while confronting the dark wizard Lord Voldemort and discovering his own extraordinary destiny. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available on multiple streaming services including HBO Max, Amazon Prime, and potentially Netflix (depending on your region), or you can rent them from digital retailers for a weekend of wizarding adventure.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. The SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring you enjoy buffer-free, high-definition content without interruptions. It also allows you to connect multiple devices simultaneously&mdash;up to five&mdash;making it convenient to enjoy your favorite shows across various gadgets like smartphones, tablets, and smart TVs. The exclusive App Mode feature further enhances your experience by enabling you to unlock and stream content from multiple regions at once, expanding your entertainment options. Additionally, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, so you never have to worry about buffering or throttling. With top-level security through its proprietary ShellGuard VPN protocol, your online privacy remains protected with advanced encryption. Plus, the flexible free trial plan allows you to explore all these benefits risk-free, making SafeShell VPN a reliable and secure solution for enjoying Netflix content from anywhere in the world.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies from different regions, first subscribe to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; by visiting their official website. Select a suitable subscription plan based on your requirements and proceed with payment. Next, download the SafeShell VPN application compatible with your device&#039;s operating system&mdash;whether Windows, macOS, iOS, or Android&mdash;directly from their site. Install the software following the straightforward on-screen instructions.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and log into your account. Choose the recommended mode for optimal streaming performance, then browse the global server list and connect to a server in your desired content region, such as the UK or US. Once the VPN connection is established securely, simply open your preferred streaming platform, log in, and enjoy unrestricted access to the Harry Potter film series in your selected location.&lt;/p&gt;', 9, 'game'),
(174, 315, '', 'Netflix Market Position 2024 &ndash; Streaming Leadership Analysis', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a3a3f8bf61add455d58HKH4bdKU03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a3a3f8bf61add455d58HKH4bdKU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix&#039;s Market Leadership&lt;/h3&gt;\n&lt;p&gt;The Streaming Giant: Netflix&#039;s Market Position in 2024&lt;/p&gt;\n&lt;p&gt;Despite facing significant challenges, Netflix continues to dominate the global streaming landscape in 2024. With approximately 220 million paid memberships worldwide, the platform maintains its position as the premier video-on-demand service globally.&lt;/p&gt;\n&lt;p&gt;To put this in perspective, competitors like Hulu finished recent quarters with just 45.6 million subscribers&mdash;less than a quarter of Netflix&#039;s user base. While researching streaming platforms, we found limited comprehensive resources about Netflix&#039;s market position, prompting us to compile this analysis.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s Complex Business Landscape&lt;/p&gt;\n&lt;p&gt;The streaming service has evolved into a multifaceted enterprise attracting extensive analysis from industry observers. While many focus solely on growth metrics and market valuation, the complete picture is more nuanced and not entirely positive for the company.&lt;/p&gt;\n&lt;p&gt;Competitive Pressures Mounting&lt;/p&gt;\n&lt;p&gt;Amazon Prime reportedly matches Netflix with approximately 200 million subscribers as of 2021, though it remains unclear how many actively use the Prime Video feature. Meanwhile, Disney&#039;s combined services (including Disney+, Hulu, and ESPN+) claim around 221 million subscribers, though this figure counts bundled services separately rather than representing unique paying customers.&lt;/p&gt;\n&lt;p&gt;North American Challenges&lt;/p&gt;\n&lt;p&gt;Netflix now reports combined figures for the US and Canada, totaling 73 million subscribers. Concerning for investors, this represents a decline of nearly 1.3 million North American users over a six-month period. However, market penetration remains strong, with research indicating approximately 80% of Americans aged 18-34 either subscribing to Netflix or accessing it through family accounts.&lt;/p&gt;\n&lt;p&gt;Password Sharing: Problem and Opportunity&lt;/p&gt;\n&lt;p&gt;In 2023, roughly 27% of US subscribers shared their accounts with family members. Recognizing this as both a challenge and opportunity, Netflix implemented plans to monetize password sharing, potentially affecting over 100 million households globally while creating a new revenue stream.&lt;/p&gt;\n&lt;p&gt;From DVD Rentals to Streaming Powerhouse&lt;/p&gt;\n&lt;p&gt;Founded in 1997 with modest initial funding ($2 million in Series A, $50 million in Series E), Netflix has transformed dramatically. The company began as a subscription-based DVD-by-mail service in 1999 before launching streaming capabilities in 2007 as internet bandwidth improved.&lt;/p&gt;\n&lt;p&gt;Device expansion followed rapidly: Xbox 360 integration in 2008, PlayStation 3 in 2009, and Apple devices in 2010. International expansion began with Canada in 2010, followed by Latin America (2011), Europe (2012), and eventually reaching nearly global coverage by 2022.&lt;/p&gt;\n&lt;p&gt;Content Strategy: The Original Programming Advantage&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s market dominance stems partly from heavy investment in original content. Beginning with landmark shows like &quot;House of Cards&quot; and &quot;Orange is the New Black&quot; in 2013, the company has since produced over 1,500 originals.&lt;/p&gt;\n&lt;p&gt;The platform&#039;s most successful original, &quot;Squid Game,&quot; has been viewed by 111 million accounts and streamed for a collective 1.65 billion hours&mdash;equivalent to 188,356 years of viewing time for a single title.&lt;/p&gt;\n&lt;p&gt;Financial Performance&lt;/p&gt;\n&lt;p&gt;Despite slowing growth and increasing competition, Netflix continues generating impressive financial results, with annual revenue approaching $8 billion and estimated operating profits of $5.9 billion in 2022.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a3c64d0b4ecb0819ac9FNqhXNPG03&quot; height=&quot;483&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a3c64d0b4ecb0819ac9FNqhXNPG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a significant development from 2014, Netflix and Comcast resolved their long-standing conflict over internet bandwidth usage.&lt;/p&gt;\n&lt;p&gt;Following numerous subscriber complaints about streaming quality, the two companies established what they publicly described as a &quot;mutually beneficial&quot; arrangement to address throttling concerns.&lt;/p&gt;\n&lt;p&gt;Industry sources indicated that Netflix ultimately made financial concessions to Comcast to conclude the dispute, marking an important precedent in content provider-ISP relationships during the streaming service&#039;s growth period.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a3e2b27ddcaa9da6eb0y9ihyX5J03&quot; height=&quot;504&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a3e2b27ddcaa9da6eb0y9ihyX5J03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Despite its global presence, Netflix has actively enforced measures to curb region-hopping. Starting on February 29, 2016, the platform began blocking VPNs and proxy servers, making it harder for users to access content unavailable in their regions. However, by 2020, Netflix adopted a more nuanced approach; when detecting VPN use, it still displays titles accessible in the user&#039;s home country, rather than outright blocking access. This has led to a continuous technological tug-of-war between Netflix and VPN providers, as both sides try to outmaneuver each other.&lt;/p&gt;\n&lt;p&gt;In the realm of accolades, Netflix has made notable achievements. Its original documentary &lt;em&gt;The White Helmets&lt;/em&gt; secured an Oscar in 2017, marking the service&rsquo;s first win. This was followed by &lt;em&gt;American Factory&lt;/em&gt; winning Best Documentary Feature in 2020. Supporting roles haven&#039;t been overlooked either, with Laura Dern earning an Oscar for her performance in &lt;em&gt;Marriage Story&lt;/em&gt;. The platform&#039;s influence in awards shows grew further when, in 2018, it surpassed HBO&rsquo;s record for Emmy nominations, ending a 17-year streak. The number of nominations escalated dramatically in subsequent years, reaching 225 by 2020, with 43 wins, and shattering records again in 2021 with 129 nominations and 44 wins&mdash;the most awards ever received by a single network in one year.&lt;/p&gt;\n&lt;p&gt;Netflix&rsquo;s Oscar nominations soared in 2022, leading with 27 nods, including 12 for &lt;em&gt;The Power of the Dog&lt;/em&gt;. Viewership analytics reveal that, in 2020, the average Netflix user streamed approximately 3.2 hours daily, totaling around 6 billion hours per month. Assuming HD streaming consumes about 3GB per hour, this equates to roughly 288GB of data usage per month per user&mdash;higher if streaming in 4K.&lt;/p&gt;\n&lt;p&gt;The platform&rsquo;s most-watched content in early 2023 underscores its broad appeal. The first season of &lt;em&gt;The Night Agent&lt;/em&gt; topped the charts, with viewers logging over 882 million hours. On the movie side, &lt;em&gt;The Mother&lt;/em&gt;, starring Jennifer Lopez, led with nearly 250 million hours watched, highlighting Netflix&rsquo;s capacity to produce engaging content that resonates worldwide.&lt;/p&gt;\n&lt;p&gt;Regional viewing habits vary significantly. Americans, for example, have watched an average of 62 days&rsquo; worth of Netflix content, with 85% of their viewing dedicated to TV series. British viewers clocked in around 55 days, bingeing an extra 9 days compared to the global average, while Australians watched about 47 days, with a similar preference for series. Canadians outperformed all others, spending roughly 66 days on Netflix and focusing over 80% of their viewing time on series.&lt;/p&gt;\n&lt;p&gt;Subscriber growth surged during the early months of the COVID-19 pandemic. In Q1 2020 alone, Netflix added nearly 16 million new users, driven by global lockdowns. During this period, the company also had to reduce streaming quality in some regions to manage bandwidth strain. Search interest for Netflix spiked in March 2020, reaching a 12-month high amid increased demand compared to competitors like Disney+ and Amazon Prime.&lt;/p&gt;\n&lt;p&gt;As of 2019, Netflix&rsquo;s global audience watched an estimated 164 million hours daily, though recent figures are limited. The platform&rsquo;s core market remains North America, with over 73 million of its 220 million subscribers based in the US and Canada. North American revenue from paid subscriptions hit around $3 billion, accounting for nearly half of the worldwide total. In Q2 2022, regional monthly revenues per subscriber varied, with the US and Canada averaging nearly $16, while other regions ranged from about $8.67 to $11.17.&lt;/p&gt;\n&lt;p&gt;Netflix invests heavily in research and development, spending over $2.2 billion in 2021&mdash;an 18% increase from 2020. Compared to 2017&rsquo;s $953.7 million, this shows a clear focus on innovation and content creation. The company&rsquo;s revenue has grown exponentially; in 2021, it nearly reached $29.7 billion, up from $11.69 billion in 2017&mdash;an 87% increase over four years. Since 2007, when Netflix shifted from DVD rentals to streaming, its revenue has skyrocketed by 2,400%.&lt;/p&gt;\n&lt;p&gt;Originally launched as a DVD-by-mail rental service, Netflix phased out this segment as streaming gained prominence. Nonetheless, DVD rentals still contribute a modest revenue stream&mdash;$200 million in 2021&mdash;though this is a significant decline from the $450 million earned in 2017. The number of DVD-only subscribers has also decreased, with over 2 million users still paying for DVD services in 2019. Interestingly, a survey in May 2020 indicated that over half of users (55%) would be willing to pay more for Netflix, up from 47% in December 2019.&lt;/p&gt;\n&lt;p&gt;Initially, Netflix attracted many users through exclusive access to Disney content, paying around $300 million for streaming rights. As Disney&rsquo;s own platform launched, many of these titles moved exclusively to Disney+, leading to increased competition and a decline in Netflix&rsquo;s Disney content offerings. This shift contributed to Netflix&rsquo;s stock decline, which plummeted 21.8% in January 2022 after admitting that competitive pressure was impacting growth. Stock prices continued to fall, reaching a low of $331.01 in March 2022&mdash;the worst in two years.&lt;/p&gt;\n&lt;p&gt;Financially, Netflix&rsquo;s profits are mostly reinvested into content development. In 2019, it reported a negative free cash flow of $3.3 billion due to heavy investment in original programming, but this improved to a positive $1.9 billion in 2020. The company aims for consistent cash-flow positivity moving forward, relying on subscriber growth and price increases to sustain its expansion. Currently, content spending dominates the budget, with projected 2022 expenditures reaching approximately $19 billion&mdash;ranking fourth globally, according to Wells Fargo, and second when excluding sports. Disney and Warner Bros. Discovery are investing significantly more, at $33 billion and $22.4 billion respectively, in 2022.&lt;/p&gt;\n&lt;h3&gt;Netflix Debt and Growth&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s substantial debt load has been a topic of discussion, with reports indicating it held around $18.8 billion in debt in 2021. Projections suggest this figure could increase to approximately $20.2 billion by 2022. While such levels of borrowing might seem concerning, industry analysts note that Netflix effectively manages its debt to fund ongoing growth initiatives.&lt;/p&gt;\n&lt;p&gt;Over the years, Netflix has experienced rapid valuation increases, reaching a market capitalization exceeding $105 billion by October 2022. Interestingly, this was a decline from a peak of $160 billion just half a year earlier, highlighting the volatility in its market value.&lt;/p&gt;\n&lt;p&gt;Library sizes of Netflix&#039;s content vary significantly across countries, with Slovakia leading as of October 2022, offering nearly 8,000 titles. This variation affects the cost per title for subscribers; for example, in Liechtenstein, a standard plan results in a cost of roughly $0.00162 per title, with nearly 6,000 titles available. Conversely, in Pakistan, despite access to over 5,974 titles, the cost drops to about $0.00029 per title, reflecting differences in library size and regional pricing strategies.&lt;/p&gt;\n&lt;p&gt;The company&#039;s workforce has grown considerably, from fewer than 1,000 employees in 2005 to around 11,300 today. Notably, between 2019 and 2020, Netflix added 1,900 staff members&mdash;the largest annual increase in its history&mdash;underscoring its expansion in content and technological development.&lt;/p&gt;\n&lt;p&gt;Viewing habits have shifted over time. A 2019 Leichtman Research Group survey revealed that 85% of users predominantly stream Netflix on a television, often via smart TVs or connected devices like Roku or Fire TV. However, by 2022, Netflix reported that half of its subscriber base watched content on mobile devices monthly, although mobile viewing accounts for just about 10% of total screen time, with average viewing sessions lasting around 40 minutes.&lt;/p&gt;\n&lt;p&gt;Internationally, Netflix&#039;s content library continues to grow, with UNOGS data showing at least 17,300 titles across all regions by October 2022, up from roughly 15,400 titles in January 2018. This expansion reflects ongoing investment in global content offerings.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s original programming strategy encompasses both in-house productions and licensed content. The company labels both types as &quot;Netflix Originals,&quot; making it challenging to determine the exact number of proprietary productions alone. Its first significant original series, &lt;em&gt;House of Cards&lt;/em&gt;, garnered critical acclaim and set the stage for its original content push.&lt;/p&gt;\n&lt;p&gt;Investment in original serials remains substantial. In 2019, 82% of Netflix&#039;s &quot;Certified Fresh&quot; titles were serials, emphasizing the company&#039;s focus on high-quality, binge-worthy series. While licensed programs also earned certifications, the emphasis on original serials underscores Netflix&#039;s strategy to attract and retain subscribers through exclusive, compelling content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a406fef5468915c62fckxKsNXVi03&quot; height=&quot;520&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a406fef5468915c62fckxKsNXVi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix&#039;s Content and Streaming Strategy&lt;/h3&gt;\n&lt;p&gt;According to Business Insider Australia, Netflix&#039;s investment in its personalized recommendation system is highly valued, estimated at approximately $1 billion annually. This sophisticated algorithm significantly influences viewer engagement, with a notable 80 percent of the platform&rsquo;s streaming sessions originating from personalized suggestions rather than direct searches or browsing.&lt;/p&gt;\n&lt;p&gt;While many users gravitate toward trending titles, data reveals that the majority of views are driven by Netflix&rsquo;s tailored recommendations, highlighting the system&rsquo;s importance in content discovery. In 2022, Nielsen reported that the show &lt;em&gt;Criminal Minds&lt;/em&gt; was the most-watched licensed program in 2021, accumulating nearly 34 billion minutes viewed. It surpassed &lt;em&gt;The Office&lt;/em&gt; to become the most-streamed series on the platform. Other top performers included &lt;em&gt;Grey&rsquo;s Anatomy&lt;/em&gt; with 32.6 billion minutes and &lt;em&gt;NCIS&lt;/em&gt; with 29.5 billion minutes.&lt;/p&gt;\n&lt;p&gt;The platform&rsquo;s success isn&rsquo;t limited to scripted series; its documentary &lt;em&gt;Tiger King: Murder, Mayhem, and Madness&lt;/em&gt; garnered 34 million viewers within its first ten days. The rapid rise in popularity was fueled by social media, especially memes, which amplified viewer interest and engagement.&lt;/p&gt;\n&lt;p&gt;Netflix&rsquo;s strategy emphasizes quality and recognition alongside quantity. Its original productions have garnered over 800 award nominations and 250 wins, with &lt;em&gt;The Crown&lt;/em&gt; accounting for 129 awards. To dominate the streaming landscape, Netflix is willing to make substantial investments, with CFO David Wells indicating the company&rsquo;s readiness to spend up to $20 million per hour on original content, underscoring its commitment to winning the streaming wars.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a439995940f0af79f0cOpD6HLpu03&quot; height=&quot;545&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a439995940f0af79f0cOpD6HLpu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring Netflix&#039;s Production Costs and Streaming Insights&lt;/p&gt;\n&lt;p&gt;Netflix spares no expense when it comes to creating compelling original content. The historical drama &quot;The Crown,&quot; which chronicles British royal history, commands an impressive budget of approximately $13 million per episode. Following closely behind is the beloved science fiction series &quot;Stranger Things,&quot; with production costs reaching around $12 million per episode.&lt;/p&gt;\n&lt;p&gt;Beyond series production, Netflix makes substantial investments in stand-up comedy talent. Comedy legends have secured remarkable deals, with Dave Chapelle reportedly receiving $60 million for a three-part comedy special, while Chris Rock earned $40 million for two specials.&lt;/p&gt;\n&lt;p&gt;The streaming giant maintains transparency regarding internet service provider (ISP) performance through its ISP Speed Index. This tool provides valuable insights into primetime streaming capabilities across various providers in Netflix-serviced countries. As of December 2021, Comcast led U.S. providers with speeds of 3.6 Mbps, with AT&amp;amp;T and Frontier following at 3.4 Mbps.&lt;/p&gt;\n&lt;p&gt;These measured speeds reveal interesting consumption patterns. Since Netflix recommends minimum speeds of 5 Mbps for HD streaming and 15 Mbps for Ultra HD, these figures suggest many subscribers experience standard definition quality, with relatively few enjoying the highest resolution options.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s global reach extends through content available in more than 60 languages. The company briefly experimented with a massive translation crowdsourcing initiative called Hermes in 2017, but abandoned it after just one year due to logistical challenges. Currently, Netflix partners with several dozen specialized translation and localization services.&lt;/p&gt;\n&lt;p&gt;In the broader streaming landscape, Netflix maintains a significant market position. According to the Motion Picture Association of America&#039;s 2021 report, online video subscriptions totaled 1.3 billion worldwide. With approximately 220 million subscribers, Netflix represents about 16.9% of the global streaming market.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a45ad239a6a7d193e5dWsL7LQ4e03&quot; height=&quot;331&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a45ad239a6a7d193e5dWsL7LQ4e03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix&#039;s Global Streaming Status&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s Global Streaming Dominance in 2024: A Closer Look&lt;/p&gt;\n&lt;p&gt;In the ever-evolving landscape of digital entertainment, Netflix continues to be a significant player despite increasing competition. While the streaming giant&#039;s market share has experienced a gradual decline as the global streaming market expands, it still commands approximately 17% of streaming service subscriptions worldwide.&lt;/p&gt;\n&lt;p&gt;Nearly one-third of individuals globally maintain a Netflix subscription, highlighting its persistent popularity across diverse demographics. According to recent industry analyses, about 30% of people with at least one subscription service choose Netflix as part of their streaming portfolio.&lt;/p&gt;\n&lt;p&gt;Viewing habits demonstrate clear generational divides. Generation Z overwhelmingly favors streaming platforms, with a third reporting they never engage with traditional live television. In contrast, Baby Boomers show resistance to streaming adoption, with over one-third indicating they don&#039;t utilize any streaming services whatsoever.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s technical footprint remains substantial, accounting for 9.39% of global downstream traffic volume in early 2022. Regional variations are notable, particularly in the EMEA (Europe, Middle East, and Africa) region, where Netflix streaming represents over 26% of all downstream traffic.&lt;/p&gt;\n&lt;p&gt;The platform boasts near-equal gender appeal, with viewership split almost evenly between male (49%) and female (51%) audiences. This balanced demographic reach demonstrates Netflix&#039;s success in developing content that resonates across gender lines.&lt;/p&gt;\n&lt;p&gt;While competitors like Disney Plus, Hulu, and Amazon Prime continue their pursuit of market share, recent reports indicate they command substantially smaller percentages of American viewers compared to Netflix. Password sharing remains prevalent, with approximately 27% of UK subscribers sharing access across multiple households, though this practice faces imminent restriction through new fee structures.&lt;/p&gt;\n&lt;p&gt;Looking ahead, Netflix faces both challenges and opportunities. Despite continued subscriber losses to competitors, the rate has slowed below projections. The company appears to be diversifying its value proposition beyond content alone, notably through its expansion into video games, which may serve as a key differentiator in the increasingly crowded streaming marketplace.&lt;/p&gt;\n&lt;p&gt;Netflix maintains a tiered subscription model with Basic, Standard, and Premium options, offering varying levels of simultaneous streams and video quality. Additionally, the platform supports over 30 languages for both audio and subtitles, enhancing accessibility and global appeal for its diverse user base.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions imposed by Netflix, allowing access to content libraries from different countries. By routing your internet connection through servers located in various regions worldwide, a Netflix VPN effectively masks your actual location, tricking the streaming platform into displaying shows and movies that might otherwise be unavailable in your country. This technology has become increasingly popular among streaming enthusiasts who wish to explore the full catalog of international content that Netflix offers across different markets.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. One of the key advantages of SafeShell VPN is its ability to achieve &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, enabling users to stream their favorite shows seamlessly. The high-speed servers optimized specifically for Netflix streaming ensure buffer-free playback and crisp high-definition quality, enhancing your viewing experience. Additionally, SafeShell VPN allows you to connect multiple devices at once&mdash;up to five&mdash;supporting various operating systems such as Windows, macOS, iOS, and Android, so you can enjoy Netflix on any device. Its exclusive App Mode feature further enhances versatility by unlocking content from multiple regions simultaneously, broadening your entertainment options. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN eliminates buffering and throttling, providing smooth, uninterrupted streaming. Moreover, the top-level security offered by the proprietary ShellGuard protocol ensures your privacy remains protected while you enjoy Netflix unblocked content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin utilizing &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix libraries, first subscribe to a suitable plan directly through the SafeShell VPN platform. After creating your account, proceed to download and install the official SafeShell VPN application compatible with your specific device operating system, such as Windows, macOS, iOS, or Android. Upon launching the installed app, log in securely and configure the settings, selecting the optimal mode recommended for smooth streaming performance.&lt;/p&gt;\n&lt;p&gt;Next, within the SafeShell VPN interface, navigate to the server selection list and carefully choose a virtual server located in your desired content region&mdash;such as the United States for US Netflix or Japan for Japanese titles. Once you establish this connection to the specific regional server, simply open your Netflix application or access the Netflix website. Log in as usual, and you will immediately gain access to the exclusive shows, movies, and libraries available in the selected region, all securely routed through your SafeShell VPN connection.&lt;/p&gt;', 9, 'game'),
(175, 316, '', 'Google Encryption: Experts Urge Default HTTPS Adoption', '&lt;p&gt;On Tuesday afternoon, a notable open letter was circulated, urging Google to adopt default encryption for its services. Signed by 38 prominent security experts, including Bruce Schneier, a renowned researcher and CSO of BT Group, the letter highlights the simplicity and importance of implementing HTTPS to secure communication channels between Google&rsquo;s applications and their servers. A PDF copy of the letter is available through Wired.&lt;/p&gt;\n&lt;p&gt;In response, Google has indicated an openness to testing the feasibility of enabling HTTPS by default. Their security team plans to conduct experiments on a small scale, moving select Gmail users to encrypted connections to assess performance impacts, responsiveness, and regional network compatibility. Google engineer Alma Whitten explained that the company aims to balance security enhancements with user experience, minimizing potential slowdowns.&lt;/p&gt;\n&lt;p&gt;Currently, HTTPS support is already integrated into many Google services like Voice, Ads, and AdWords, and browsers widely support encrypted connections. Whitten emphasized that enabling HTTPS by default could significantly bolster user privacy, aligning Google&rsquo;s security practices with industry standards used in finance and healthcare sectors. She also pointed out that most users can opt in for secure connections, but many remain vulnerable because HTTPS is disabled by default in some cases.&lt;/p&gt;\n&lt;p&gt;Whitten further contrasted Google&rsquo;s approach with competitors like Microsoft Hotmail, Yahoo Mail, Facebook, and MySpace, which often leave security options disabled or obscure, leaving average users exposed to data theft and account hijacking. She expressed pride in Google&rsquo;s security record but acknowledged that default encryption could provide stronger protection for all users.&lt;/p&gt;\n&lt;p&gt;Separately, FCC Chairman Julius Genachowski received widespread support from members of the Senate Commerce, Science, and Transportation Committee during Tuesday&rsquo;s hearing. Although notable Republican members, including Kay Bailey Hutchison and Mike Johanns, boycotted parts of the session, the atmosphere was cordial. Johanns praised Genachowski&rsquo;s qualifications, and discussions centered around broadband expansion and the potential revival of the &ldquo;Fairness Doctrine,&rdquo; with Genachowski supporting broadband outreach but opposing restrictions on political speech.&lt;/p&gt;\n&lt;p&gt;In the realm of digital advertising, Microsoft has taken legal action against a Canadian family involved in click fraud. Filed on Monday, the lawsuit targets Melanie Suen and her two sons, Eric and Gordon Lam, accusing them of using botnets to manipulate ad revenue and cost Microsoft over a million dollars. Microsoft seeks at least $750,000 in damages, aiming to set a legal precedent and curb such fraudulent practices. Industry experts have explained that these schemes involve automated clicks designed to deceive advertising metrics, impacting both revenue and trust in online platforms.&lt;/p&gt;\n&lt;p&gt;Meanwhile, Apple has issued a warning related to its iTunes software, suggesting that future updates may no longer support syncing with non-Apple digital media players. While not naming specific devices, the company&rsquo;s support bulletin indicates that as iTunes evolves, compatibility with third-party players may cease. Apple&rsquo;s design philosophy has historically focused on seamless integration within its ecosystem, and this move appears to reinforce that approach. Industry commentators note the irony, given the DRM-free status of music in the iTunes Store, and speculate that this could impact users who rely on alternative media devices. Some experts warn that future updates might introduce restrictions, urging users to stay alert to compatibility changes.&lt;/p&gt;\n&lt;p&gt;Finally, Jammie Thomas continues her legal ordeal, entering the third day of her trial. As proceedings unfold, both sides face difficult moments, with recent reports highlighting the contentious nature of the case. For detailed coverage of Tuesday&rsquo;s courtroom events, refer to our dedicated article.&lt;/p&gt;\n&lt;p&gt;In other news, government spending continues to be a focus, with discussions about how taxpayer dollars are allocated to various initiatives and projects.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to circumvent geographical restrictions that block access to adult websites based on a user&#039;s location. Using a VPN allows individuals to unblock porn by masking their real IP address and routing their connection through a server in a different country where such content is accessible. This process effectively grants access to restricted sites, defining what it means for porn to be unblocked.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This service offers a secure and private browsing environment by using advanced encryption protocols that keep your online activities anonymous and protected from potential intruders. With a vast network of servers across multiple locations, SafeShell VPN makes it easy to bypass geo-restrictions and access blocked adult content from anywhere in the world.&lt;/p&gt;\n&lt;p&gt;The benefits of using the SafeShell VPN extend beyond just unblocking porn sites. Its lightning-fast speeds ensure seamless streaming of high-definition videos without buffering or lag, making your browsing experience smooth and enjoyable. Additionally, the innovative App Mode feature allows users to unlock content from various regions simultaneously, simplifying the process of regional content access and providing greater flexibility. With its top-tier security measures like the ShellGuard protocol, SafeShell VPN guarantees your privacy and shields you from surveillance, ensuring your sensitive activities remain confidential.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN supports multiple devices, including Windows, macOS, iOS, Android, and more, allowing you to protect all your gadgets with a single subscription. This comprehensive coverage ensures that whether you&#039;re on your phone, tablet, or smart TV, your connection remains secure and unblocked. Overall, SafeShell VPN not only helps &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; but also enhances your online security and freedom, making it an excellent choice for users seeking unrestricted and private access to content worldwide.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by creating a &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; account through their official website and selecting a suitable subscription plan. \n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application directly from the provider&#039;s site or your device&#039;s authorized app store and complete the installation process.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN application on your device and log in using your newly created credentials.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu within the app and choose a server location corresponding to the region whose adult content you wish to access.\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the selected SafeShell VPN server; once the secure connection is established, verify your new IP address reflects the chosen region.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred web browser and navigate to the adult content sites; SafeShell VPN encrypts your traffic, allowing private access to region-specific platforms.\n&lt;/li&gt;\n&lt;li&gt;\nAlways confirm the VPN connection remains active via the SafeShell app icon during your browsing session for continuous privacy.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(176, 317, '', '83rd Academy Awards: King&#039;s Speech Leads Nominations', '&lt;p&gt;The 83rd Academy Awards spotlight a royal duel&lt;/p&gt;\n&lt;p&gt;&#039;The King&#039;s Speech&#039; reigns with twelve nominations&lt;/p&gt;\n&lt;p&gt;&#039;True Grit&#039; gallops close behind with ten nods&lt;/p&gt;\n&lt;p&gt;&#039;Inception&#039; and &#039;The Social Network&#039; secure eight each&lt;/p&gt;\n&lt;p&gt;Christopher Nolan absent from Best Director contenders&lt;/p&gt;\n\n&lt;p&gt;Best Picture race features ten diverse films&lt;/p&gt;\n&lt;p&gt;&#039;127 Hours&#039;, &#039;Black Swan&#039;, &#039;Inception&#039;, &#039;The Fighter&#039;&lt;/p&gt;\n&lt;p&gt;&#039;The Kids Are All Right&#039;, &#039;The King&#039;s Speech&#039;&lt;/p&gt;\n&lt;p&gt;&#039;The Social Network&#039;, &#039;Toy Story 3&#039;, &#039;True Grit&#039;, &#039;Winter&#039;s Bone&#039;&lt;/p&gt;\n\n&lt;p&gt;Colin Firth leads Best Actor for royal portrayal&lt;/p&gt;\n&lt;p&gt;Jeff Bridges, Javier Bardem, Jesse Eisenberg, James Franco contend&lt;/p&gt;\n&lt;p&gt;Natalie Portman and Annette Bening head Best Actress&lt;/p&gt;\n&lt;p&gt;Nicole Kidman, Jennifer Lawrence, Michelle Williams complete field&lt;/p&gt;\n\n&lt;p&gt;Supporting categories showcase Christian Bale, Geoffrey Rush&lt;/p&gt;\n&lt;p&gt;Amy Adams, Helena Bonham Carter among nominees&lt;/p&gt;\n&lt;p&gt;Animated honors pit &#039;Toy Story 3&#039; against &#039;How To Train Your Dragon&#039;&lt;/p&gt;\n&lt;p&gt;&#039;The Illusionist&#039; completes the trio&lt;/p&gt;\n\n&lt;p&gt;Directing honors feature Aronofsky, Fincher, Hooper&lt;/p&gt;\n&lt;p&gt;Coen brothers and Russell round out category&lt;/p&gt;\n&lt;p&gt;Screenplay awards highlight Nolan&#039;s &#039;Inception&#039;&lt;/p&gt;\n&lt;p&gt;Sorkin&#039;s &#039;Social Network&#039; script also recognized&lt;/p&gt;\n\n&lt;p&gt;International films represent Algeria, Canada, Denmark&lt;/p&gt;\n&lt;p&gt;Greece and Mexico compete for Foreign Language prize&lt;/p&gt;\n&lt;p&gt;Technical categories span Cinematography to Visual Effects&lt;/p&gt;\n&lt;p&gt;Documentaries and Short Subjects receive dedicated sections&lt;/p&gt;\n\n&lt;p&gt;Voting procedures involve branch-specific nominations&lt;/p&gt;\n&lt;p&gt;PricewaterhouseCoopers oversees ballot tabulation&lt;/p&gt;\n&lt;p&gt;Mandatory screenings apply for specific categories&lt;/p&gt;\n&lt;p&gt;All active members select Best Picture and winners&lt;/p&gt;\n\n&lt;p&gt;The ceremony broadcasts live February 27th&lt;/p&gt;\n&lt;p&gt;ABC televises from Hollywood&#039;s Kodak Theatre&lt;/p&gt;\n&lt;p&gt;Global audience spans 200+ countries&lt;/p&gt;\n&lt;p&gt;Screening events commence worldwide for membersVisual Effects Contenders and Technical Brilliance at the 83rd Academy Awards&lt;/p&gt;\n&lt;p&gt;The 83rd Academy Awards nominations showcased exceptional technical achievements across various films, with &quot;Inception&quot; receiving multiple nods in visual effects, art direction, sound categories, and original score by Hans Zimmer.&lt;/p&gt;\n&lt;p&gt;In the visual effects category, contenders included &quot;Hereafter,&quot; &quot;Inception,&quot; and &quot;Iron Man 2,&quot; with each film demonstrating groundbreaking technological innovations.&lt;/p&gt;\n&lt;p&gt;Art direction nominations celebrated the visually stunning worlds of &quot;Alice in Wonderland,&quot; &quot;Harry Potter and the Deathly Hallows Part 1,&quot; &quot;Inception,&quot; &quot;The King&#039;s Speech,&quot; and &quot;True Grit,&quot; highlighting the importance of production design in cinematic storytelling.&lt;/p&gt;\n&lt;p&gt;The costume design category featured period pieces alongside fantasy works, with nominations for &quot;Alice in Wonderland,&quot; &quot;I Am Love,&quot; &quot;The King&#039;s Speech,&quot; &quot;The Tempest,&quot; and &quot;True Grit.&quot;&lt;/p&gt;\n&lt;p&gt;Musical achievements were recognized with original score nominations for &quot;How to Train Your Dragon,&quot; &quot;Inception,&quot; &quot;The King&#039;s Speech,&quot; &quot;127 Hours,&quot; and &quot;The Social Network,&quot; the latter featuring the innovative work of Trent Reznor and Atticus Ross.&lt;/p&gt;\n&lt;p&gt;Original song contenders included &quot;Coming Home&quot; from &quot;Country Strong,&quot; &quot;I See the Light&quot; from &quot;Tangled,&quot; &quot;If I Rise&quot; from &quot;127 Hours,&quot; and &quot;We Belong Together&quot; from &quot;Toy Story 3.&quot;&lt;/p&gt;\n&lt;p&gt;The animated short film category showcased diverse animation styles with nominees including Pixar&#039;s &quot;Day &amp;amp; Night,&quot; &quot;The Gruffalo,&quot; &quot;Let&#039;s Pollute,&quot; &quot;The Lost Thing,&quot; and &quot;Madagascar, Carnet de Voyage.&quot;&lt;/p&gt;\n&lt;p&gt;Sound categories further recognized technical excellence, with &quot;Inception,&quot; &quot;True Grit,&quot; and &quot;The Social Network&quot; appearing in multiple audio-related nominations, demonstrating the crucial role sound plays in creating immersive cinematic experiences.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical journey of Harry Potter, a young wizard who discovers his extraordinary abilities while attending Hogwarts School of Witchcraft and Wizardry, forming friendships, confronting the dark wizard Voldemort, and ultimately fulfilling his destiny. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, these beloved films are available across multiple streaming services including Netflix (though availability varies by region), HBO Max, and Amazon Prime, with rental options also available through various digital platforms. Those facing geographical restrictions on Netflix can consider using a VPN service to access the complete Harry Potter collection regardless of their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. This powerful VPN service offers numerous advantages that set it apart from competitors.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides high-speed servers specifically optimized for Netflix streaming, ensuring you can enjoy your favorite content without buffering or interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nWith the ability to connect up to five devices simultaneously across Windows, macOS, iOS, Android, and various TV platforms, you&#039;ll never have to compromise on which device to use.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature allows you to access content from multiple regions at once, expanding your entertainment options significantly.\n&lt;/li&gt;\n&lt;li&gt;\nExperience lightning-fast speeds with no bandwidth restrictions, eliminating common frustrations like buffering and throttling.\n&lt;/li&gt;\n&lt;li&gt;\nYour privacy remains protected with the proprietary &quot;ShellGuard&quot; protocol, offering top-level security for all your browsing activities.\n&lt;/li&gt;\n&lt;li&gt;\nTry before you commit with SafeShell VPN&#039;s flexible free trial plan, giving you the opportunity to experience all these premium features without any initial investment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a straightforward process that opens up access to the magical world from any location. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit the SafeShell VPN website and select a subscription plan that matches your viewing needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether it&#039;s a smartphone, tablet, or computer\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application and launch it on your device, then log in using your account credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor the best streaming experience, select &quot;APP mode&quot; which is optimized for video streaming services\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available in the streaming library\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected to SafeShell VPN, open your preferred streaming platform and search for Harry Potter movies\n&lt;/li&gt;\n&lt;li&gt;\nSit back, grab some popcorn, and enjoy the entire Harry Potter series without any geographic restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(177, 318, '', 'Harry Potter and the Sorcerer&rsquo;s Stone &ndash; 2026 Immersive Release', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692248df51019f31a5b532bfHx8v590G03&quot; height=&quot;523&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692248df51019f31a5b532bfHx8v590G03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Warner Bros is strengthening its collaboration with Cosm, the operator of immersive &ldquo;shared reality&rdquo; venues, by planning a revamped version of the iconic film Harry Potter and the Sorcerer&rsquo;s Stone set for release in 2026.&lt;/p&gt;\n&lt;p&gt;While the exact launch date remains unannounced, tickets are expected to become available in early 2026, according to statements from both companies. This initiative marks a significant step in reintroducing the beloved franchise to audiences, coinciding with HBO Max&rsquo;s upcoming Harry Potter series scheduled for 2027.&lt;/p&gt;\n&lt;p&gt;The 2001 film&rsquo;s re-release is part of Warner Bros&rsquo; broader strategy, which includes recent Cosm showcases of films like The Matrix and Willy Wonka &amp;amp; the Chocolate Factory. These immersive experiences are produced in partnership with Little Cinema and Makemake Entertainment, designed to leverage Cosm&rsquo;s cutting-edge technology featuring an 87-foot diameter screen with ultra-high 12K resolution.&lt;/p&gt;\n&lt;p&gt;Inspired by concepts similar to ScreenX, these venues project film imagery around the entire viewing area, creating a deeply immersive environment that enhances audience engagement beyond traditional cinemas.&lt;/p&gt;\n&lt;p&gt;Cosm&rsquo;s flagship location is situated in Los Angeles adjacent to SoFi Stadium, with additional sites in Dallas, Atlanta, and Detroit planned for the coming years, and Cleveland slated for 2027. The company&rsquo;s expansion plans were initiated in 2024 following a $250 million funding round involving prominent investors including sports team owners Dan Gilbert, Marc Lasry, and David Blitzer.&lt;/p&gt;\n&lt;p&gt;In parallel, Warner Bros is involved in a similar project in Las Vegas, where a reimagined version of The Wizard of Oz has been showcased at Sphere. Since its debut in late August, the film has sold over 1 million tickets and generated $130 million in revenue, underscoring the growing interest in immersive cinematic experiences amid a challenging theatrical market that continues to recover from COVID-19 impacts.&lt;/p&gt;\n&lt;p&gt;Although Cosm has not disclosed specific revenue figures for The Matrix or Willy Wonka, the company&rsquo;s innovative dynamic pricing model allows flexible ticket costs, and its focus on sports&mdash;such as recent World Series viewing parties&mdash;indicates a diversified approach to entertainment.&lt;/p&gt;\n&lt;p&gt;Backers remain optimistic about Cosm&rsquo;s potential to revolutionize the movie-going landscape, with CEO Jeb Terry emphasizing its role in revitalizing the theatrical experience by transporting fans into their favorite film worlds.&lt;/p&gt;\n&lt;p&gt;Warner Bros&rsquo; global distribution chief Jeff Goldstein highlighted the partnership&rsquo;s role in redefining cinematic entertainment, offering audiences unique ways to celebrate their classic films from Warner Bros&rsquo; extensive library.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter movies depict the adventures of a young wizard as he learns magic, confronts evil, and discovers his true purpose. To find out &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, you can explore various streaming services like Netflix, HBO Max, or Amazon Prime, or consider renting them from digital retailers, keeping in mind that availability may vary depending on your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One of the key advantages of the SafeShell VPN is its high-speed servers, which are specially optimized to ensure smooth and buffer-free streaming, allowing you to enjoy high-definition content without interruptions. Additionally, SafeShell VPN supports connection on multiple devices simultaneously, including popular operating systems like Windows, macOS, iOS, and Android, giving you flexibility and convenience across all your devices. Its exclusive App Mode feature enables you to unlock and access content from various regions at the same time, broadening your entertainment options. Moreover, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, enhancing your overall browsing and streaming experience. With top-level security, including its proprietary ShellGuard protocol, your privacy and data are well protected, giving you peace of mind while streaming. Lastly, the flexible free trial plan allows you to test all these features risk-free, making SafeShell VPN a comprehensive solution for seamless and secure Netflix streaming.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching the magical world of Harry Potter is now easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This powerful tool allows you to access the wizarding adventures regardless of your geographical location. To begin your journey, first visit the SafeShell VPN website and select a subscription plan that suits your requirements. After completing your purchase, download the appropriate application for your device &ndash; whether you&#039;re using Windows, macOS, iOS, or Android, SafeShell VPN has you covered with dedicated apps for each platform.&lt;/p&gt;\n&lt;p&gt;Once you&#039;ve installed SafeShell VPN, launch the application and log into your account. For the optimal streaming experience, select the APP mode which is specifically designed to enhance your viewing pleasure. Next, browse through the available server locations and connect to a region where Harry Potter is available in the streaming library. Popular choices include servers in the United States, United Kingdom, or Canada, as these regions typically offer comprehensive Harry Potter collections.&lt;/p&gt;\n&lt;p&gt;With your SafeShell VPN connection established to your chosen region, simply open your preferred streaming service and search for Harry Potter. You&#039;ll now have access to the complete magical series, from &quot;The Philosopher&#039;s Stone&quot; to &quot;The Deathly Hallows.&quot; The secure and stable connection provided by SafeShell VPN ensures smooth streaming without buffering or quality issues, allowing you to immerse yourself fully in the enchanting world of Hogwarts, magical spells, and the battle between Harry and Voldemort. Enjoy your magical movie marathon!&lt;/p&gt;', 9, 'game'),
(178, 319, '', 'America&#039;s Digital Defenses: 25 Years of Neglect', '&lt;p&gt;America&#039;s digital defenses remain compromised&lt;/p&gt;\n&lt;p&gt;by an unaddressed vulnerability dating back to 1998&lt;/p&gt;\n&lt;p&gt;Administration after administration has overlooked&lt;/p&gt;\n&lt;p&gt;this critical flaw in our cybersecurity posture&lt;/p&gt;\n&lt;p&gt;The latest 60-day cyberspace policy review&lt;/p&gt;\n&lt;p&gt;recycles tired DC talking points&lt;/p&gt;\n&lt;p&gt;Dubious financial loss statistics&lt;/p&gt;\n&lt;p&gt;parroted by content industry entities&lt;/p&gt;\n&lt;p&gt;infect supposedly fresh assessments&lt;/p&gt;\n&lt;p&gt;A systemic failure persists&lt;/p&gt;\n&lt;p&gt;where genuine security threats&lt;/p&gt;\n&lt;p&gt;are overshadowed by copyright maximalist agendas&lt;/p&gt;\n&lt;p&gt;This represents not just oversight&lt;/p&gt;\n&lt;p&gt;but an active undermining&lt;/p&gt;\n&lt;p&gt;of national infrastructure protection&lt;/p&gt;\n&lt;p&gt;Twenty-five years of neglect&lt;/p&gt;\n&lt;p&gt;have transformed this policy wound&lt;/p&gt;\n&lt;p&gt;into a gaping security liabilityAmerica&#039;s technological future withers under the shadow of misguided priorities.&lt;/p&gt;\n&lt;p&gt;Safety, elevated above knowledge, has become the nation&#039;s crippling mantra.&lt;/p&gt;\n&lt;p&gt;This fear-driven shift actively undermines cybersecurity itself.&lt;/p&gt;\n&lt;p&gt;The Digital Millennium Copyright Act stands as a stark contradiction.&lt;/p&gt;\n&lt;p&gt;Entering its second decade, it criminalizes the essential tools of security research.&lt;/p&gt;\n&lt;p&gt;By chilling inquiry, it weakens the very products meant to protect us.&lt;/p&gt;\n&lt;p&gt;We arrive at this vulnerable state step-by-step.&lt;/p&gt;\n&lt;p&gt;Special interests pave the way: liability lawyers, the entertainment complex, even segments of the computer industry.&lt;/p&gt;\n&lt;p&gt;Their influence renders us susceptible, fearful, and easily manipulated.&lt;/p&gt;\n&lt;p&gt;Examine the roots. Childhood scientific curiosity faces suffocation.&lt;/p&gt;\n&lt;p&gt;Remember chemistry sets offering real experimentation?&lt;/p&gt;\n&lt;p&gt;Now, a pervasive message declares science unsafe for amateurs.&lt;/p&gt;\n&lt;p&gt;The chilling cry of &quot;someone could get hurt!&quot; serves to stifle nascent intellects.&lt;/p&gt;\n&lt;p&gt;This indoctrination continues in classrooms.&lt;/p&gt;\n&lt;p&gt;Entertainment giants push anti-piracy curricula as early as third grade.&lt;/p&gt;\n&lt;p&gt;Conflating music sharing with predatory dangers fosters deep-seated technophobia.&lt;/p&gt;\n&lt;p&gt;The message blends fear with criminalization: &quot;Someone gets hurt, and &lt;em&gt;you&lt;/em&gt; become the criminal.&quot;&lt;/p&gt;\n&lt;p&gt;Teenagers face demonization unless fitting sanitized pop-culture molds.&lt;/p&gt;\n&lt;p&gt;Despite evidence of their online resilience, media panics over social networks and phones persist.&lt;/p&gt;\n&lt;p&gt;Teens are framed as both perpetual victims and potential aggressors.&lt;/p&gt;\n&lt;p&gt;This is precisely when the &quot;hacker gene&quot; should flourish.&lt;/p&gt;\n&lt;p&gt;Yet, legal pressures historically criminalize exploration.&lt;/p&gt;\n&lt;p&gt;Gatherings of the curious attract surveillance, not support.&lt;/p&gt;\n&lt;p&gt;Few persist with technical passions into higher education.&lt;/p&gt;\n&lt;p&gt;Those who do find research avenues blocked.&lt;/p&gt;\n&lt;p&gt;The DMCA actively deters vital security investigation and collaboration.&lt;/p&gt;\n&lt;p&gt;Real researchers bear the scars:&lt;/p&gt;\n&lt;p&gt;Ed Felten targeted for e-voting flaw discovery.&lt;/p&gt;\n&lt;p&gt;Dmitry Sklyarov arrested at Defcon.&lt;/p&gt;\n&lt;p&gt;Luigi Auriemma threatened with DMCA for reporting vulnerabilities.&lt;/p&gt;\n&lt;p&gt;Eric Corley prosecuted for publishing DeCSS code.&lt;/p&gt;\n&lt;p&gt;J. Alex Halderman and others denied exemptions to examine threats like the Sony rootkit.&lt;/p&gt;\n&lt;p&gt;Richard Clarke&#039;s warnings about the DMCA&#039;s chilling effect ignored.&lt;/p&gt;\n&lt;p&gt;Attempting to understand software like past generations explored engines or continents?&lt;/p&gt;\n&lt;p&gt;It&rsquo;s branded theft, even framed through the lens of terrorism fears.&lt;/p&gt;\n&lt;p&gt;Intellectual curiosity becomes a pre-crime.&lt;/p&gt;\n&lt;p&gt;While nations like China and India advance, America sabotages its own talent pipeline.&lt;/p&gt;\n&lt;p&gt;We don&#039;t need superficial &quot;cybersecurity education&quot; steeped in fear.&lt;/p&gt;\n&lt;p&gt;We need muscle behind academic freedom &ndash; restoring the right to research and share findings without legal threats shielding corporate negligence.&lt;/p&gt;\n&lt;p&gt;The DMCA is dishonest legislation.&lt;/p&gt;\n&lt;p&gt;Its enduring legacy is the active endangerment of American security.&lt;/p&gt;\n&lt;p&gt;We made ourselves vulnerable, and the price is now due.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass regional restrictions preventing access and to shield their browsing activity for enhanced privacy. Essentially, porn unblocked refers to the successful circumvention of these internet filters, whether imposed by governments, institutions, or ISPs, granting users access to adult websites they were previously barred from viewing. This allows individuals to freely access content otherwise unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution designed with both privacy and performance in mind. This powerful service enables users to bypass geographical restrictions while maintaining complete anonymity during their browsing sessions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides military-grade encryption through its exclusive ShellGuard protocol, ensuring your online activities remain completely private from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nExperience buffer-free streaming with SafeShell VPN&#039;s lightning-fast connection speeds that don&#039;t compromise security\n&lt;/li&gt;\n&lt;li&gt;\nTake advantage of the innovative App Mode feature that allows you to access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProtect up to five devices at once with cross-platform compatibility for Windows, macOS, iOS, Android, and smart TV systems\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy peace of mind knowing your personal information and browsing history remain completely confidential when you access adult websites through SafeShell VPN&#039;s secure network\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; through their official website, selecting a suitable subscription plan for your access needs. \n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your preferred device from the official website or your device&#039;s app store.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and navigate to its settings to enable App Mode; this optimizes the connection for accessing region-specific services.\n&lt;/li&gt;\n&lt;li&gt;\nWithin the SafeShell VPN interface, choose a server location from their extensive global network corresponding to the region whose content you wish to unlock.\n&lt;/li&gt;\n&lt;li&gt;\nOnce the connection to the selected SafeShell VPN server is established, you can securely browse, ensuring your online activity remains private and encrypted.\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access to content from your chosen region with SafeShell VPN maintaining your anonymity throughout the session.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(179, 320, '', 'Warner Bros. Television Expands Video Podcast Studio', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692248ec7cf514a147dc8d46acsUXQff03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692248ec7cf514a147dc8d46acsUXQff03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Warner Bros. Television expands its presence in video podcasts&lt;/p&gt;\n&lt;p&gt;after establishing a dedicated studio on its Burbank lot.&lt;/p&gt;\n&lt;p&gt;This move follows the August debut of &#039;A Lot More&#039;,&lt;/p&gt;\n&lt;p&gt;hosted by Jonathon Buckley.&lt;/p&gt;\n&lt;p&gt;The series offers exclusive behind-the-scenes access&lt;/p&gt;\n&lt;p&gt;across Warner Bros.&#039; diverse television slate.&lt;/p&gt;\n&lt;p&gt;Guests have included talent from popular series like &#039;Abbott Elementary&#039;,&lt;/p&gt;\n&lt;p&gt;&#039;The Golden Bachelor&#039;, and the upcoming &#039;IT: Welcome to Derry&#039;,&lt;/p&gt;\n&lt;p&gt;alongside creators from animated projects.&lt;/p&gt;\n&lt;p&gt;Buckley engages with stars and key crew members&lt;/p&gt;\n&lt;p&gt;from scripted, unscripted, and animated productions.&lt;/p&gt;\n&lt;p&gt;Company executives view this initiative as a strategic extension,&lt;/p&gt;\n&lt;p&gt;leveraging the studio&#039;s vast intellectual property library&lt;/p&gt;\n&lt;p&gt;and proximity to creative talent.&lt;/p&gt;\n&lt;p&gt;The dedicated facility aims to deepen fan engagement worldwide&lt;/p&gt;\n&lt;p&gt;and attract new audiences through intimate content.&lt;/p&gt;\n&lt;p&gt;Future episodes will feature additional notable guests,&lt;/p&gt;\n&lt;p&gt;providing further insights into beloved Warner Bros. shows.&lt;/p&gt;\n&lt;p&gt;Episodes stream on YouTube&lt;/p&gt;\n&lt;p&gt;and are available across all major podcast platforms.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical journey of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his pivotal role in the wizarding world. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; films, they are available across multiple streaming platforms including Netflix (with regional availability), HBO Max, and Amazon Prime, or can be rented through various digital services to experience this beloved fantasy saga from anywhere.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One of the key advantages of the SafeShell VPN is its high-speed servers that are specifically optimized for seamless Netflix streaming, ensuring you enjoy buffer-free playback in high-definition without interruptions. This means you can indulge in your favorite shows effortlessly, without worrying about lag or slow connections.&lt;/p&gt;\n&lt;p&gt;Another significant benefit of using SafeShell VPN is its capability to connect multiple devices simultaneously, supporting up to five devices at once. This flexibility allows you to enjoy Netflix on various gadgets like smartphones, tablets, and smart TVs across different operating systems including Windows, macOS, iOS, and Android. Additionally, the exclusive App Mode feature enables users to unlock and stream content from multiple regions at the same time, broadening your entertainment options and giving you access to a diverse array of streaming libraries.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN is designed with top-level security features, including its proprietary ShellGuard protocol that provides advanced encryption to protect your privacy online. Coupled with lightning-fast speeds and no bandwidth restrictions, this VPN ensures you can stream, download, and browse securely and swiftly. Its user-friendly interface and flexible free trial plan make it easy to explore all these benefits risk-free, making SafeShell VPN an excellent choice for enhancing your Netflix viewing experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and completing the subscription process. Next, download and install the appropriate SafeShell VPN app for your device, whether it&#039;s Windows, macOS, iOS, or Android, ensuring you have the software ready for use. Once installed, launch the SafeShell VPN app and log in to your account, then select the APP mode for a smoother streaming experience. &lt;/p&gt;\n&lt;p&gt;After setting up, browse through the list of available servers and choose one located in the region where you want to access Harry Potter movies, such as the US or UK. Click on &quot;Connect&quot; to establish a secure VPN connection to that region. Finally, open Netflix on your device, log into your account, and enjoy watching Harry Potter movies seamlessly from your chosen region with SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(180, 321, '', 'Oscars 2011 Predictions &ndash; The King&#039;s Speech vs. Social Network', '&lt;p&gt;The race for top film honors sees a dramatic shift&lt;/p&gt;\n&lt;p&gt;from early Social Network dominance to The King&#039;s Speech momentum&lt;/p&gt;\n&lt;p&gt;fueled by guild victories and its uplifting narrative.&lt;/p&gt;\n&lt;p&gt;Colin Firth remains unchallenged for Best Actor&lt;/p&gt;\n&lt;p&gt;despite whispers of Javier Bardem admiration&lt;/p&gt;\n&lt;p&gt;given his near-perfect precursor award sweep.&lt;/p&gt;\n&lt;p&gt;Best Actress proves fiercely competitive&lt;/p&gt;\n&lt;p&gt;with Natalie Portman&#039;s transformative role favored&lt;/p&gt;\n&lt;p&gt;yet Annette Bening&#039;s overdue narrative resonates&lt;/p&gt;\n&lt;p&gt;amid surprising support for Michelle Williams and Jennifer Lawrence.&lt;/p&gt;\n&lt;p&gt;Christian Bale stands firm for Supporting Actor&lt;/p&gt;\n&lt;p&gt;his physical transformation widely admired&lt;/p&gt;\n&lt;p&gt;though Geoffrey Rush could ride a King&#039;s Speech wave.&lt;/p&gt;\n&lt;p&gt;Melissa Leo appears poised for Supporting Actress&lt;/p&gt;\n&lt;p&gt;despite her controversial campaign tactics&lt;/p&gt;\n&lt;p&gt;while Hailee Steinfeld&#039;s leading-caliber role threatens an upset.&lt;/p&gt;\n&lt;p&gt;Directing remains a toss-up between David Fincher&lt;/p&gt;\n&lt;p&gt;and Tom Hooper &ndash; guild momentum favors Hooper&lt;/p&gt;\n&lt;p&gt;yet voters may split honors with Fincher.&lt;/p&gt;\n&lt;p&gt;Aaron Sorkin&#039;s Adapted Screenplay seems certain&lt;/p&gt;\n&lt;p&gt;a consistent winner throughout the season.&lt;/p&gt;\n&lt;p&gt;Original Screenplay pits Christopher Nolan&lt;/p&gt;\n&lt;p&gt;against David Seidler &ndash; BAFTA gives Seidler an edge&lt;/p&gt;\n&lt;p&gt;amplified by the film&#039;s overall popularity.&lt;/p&gt;\n&lt;p&gt;Foreign Language Film favors Denmark&#039;s In a Better World&lt;/p&gt;\n&lt;p&gt;its accessibility trumping Biutiful&#039;s intensity&lt;/p&gt;\n&lt;p&gt;despite the latter&#039;s voter mentions.&lt;/p&gt;\n&lt;p&gt;Toy Story 3 dominates Animated Feature&lt;/p&gt;\n&lt;p&gt;its box office and critical acclaim undeniable.&lt;/p&gt;\n&lt;p&gt;Documentary contenders present a tight field&lt;/p&gt;\n&lt;p&gt;though Inside Job and Exit Through the Gift Shop generate buzz.The race for the Best Picture award is expected to be closely contested, with &quot;Inside Job&quot; leading among documentary contenders due to its profound exploration of the financial crisis, despite the absence of the anticipated frontrunner, &quot;Waiting for Superman.&quot; Interestingly, &quot;Exit Through the Gift Shop&quot; could emerge as a dark horse spoiler.&lt;/p&gt;\n&lt;p&gt;In the category of Art Direction, five notable films are vying for recognition: &quot;Alice in Wonderland,&quot; &quot;Harry Potter and the Deathly Hallows: Part I,&quot; &quot;Inception,&quot; &quot;The King&rsquo;s Speech,&quot; and &quot;True Grit.&quot; While &quot;The King&rsquo;s Speech&quot; might have an edge owing to its regal aesthetic, &quot;Alice in Wonderland&quot; remains a strong contender, especially for its elaborate costumes and imaginative sets.&lt;/p&gt;\n&lt;p&gt;Cinematography is another fiercely debated category. &quot;True Grit&quot; is favored for its sweeping outdoor vistas, a hallmark of films with natural landscapes, and Roger Deakins, who has been nominated multiple times without a win, seeks his first Oscar. Meanwhile, &quot;Black Swan,&quot; &quot;Inception,&quot; and &quot;The King&rsquo;s Speech&quot; also showcase stunning visuals that could sway voters.&lt;/p&gt;\n&lt;p&gt;Costume design tends to favor period films, and &quot;Alice in Wonderland&quot; fits that mold perfectly with its vibrant and fantastical wardrobe. With other nominees including &quot;I Am Love,&quot; &quot;The King&rsquo;s Speech,&quot; &quot;The Tempest,&quot; and &quot;True Grit,&quot; the costume designers are likely to lean toward the film that most vividly screams costume spectacle.&lt;/p&gt;\n&lt;p&gt;In the editing category, &quot;The Social Network&quot; is considered a probable winner, especially given its recent awards at the ACE Eddie and BAFTA. Interestingly, &quot;Inception&quot; was a presumed frontrunner but failed to secure a nomination, which might influence the outcome. Historically, films about boxing, like &quot;Rocky&quot; and &quot;Raging Bull,&quot; have done well here.&lt;/p&gt;\n&lt;p&gt;Makeup is expected to go to &quot;The Wolfman,&quot; as it features significant creature effects, and among the nominees, only Universal&rsquo;s &quot;The Wolfman&quot; truly showcases major prosthetic work. Veteran makeup artist Rick Baker is poised for his seventh Oscar, adding to the category&#039;s excitement.&lt;/p&gt;\n&lt;p&gt;The Original Score category sees &quot;The Social Network&quot; as the favorite, thanks to Trent Reznor and Atticus Ross&rsquo; haunting compositions that have dominated promotional campaigns. &quot;Inception&quot; and &quot;The King&rsquo;s Speech&quot; also have strong musical scores but may fall short compared to the emotional impact of &quot;The Social Network.&quot;&lt;/p&gt;\n&lt;p&gt;For Original Song, &quot;We Belong Together&quot; from &quot;Toy Story 3&quot; is expected to triumph, bolstered by its popularity and catchy melody, though &quot;If I Rise&quot; from &quot;127 Hours&quot; and &quot;Coming Home&quot; from &quot;Country Strong&quot; have their advocates. The song&#039;s placement within a beloved film could tip the scales.&lt;/p&gt;\n&lt;p&gt;Sound editing is anticipated to be awarded to &quot;Inception,&quot; recognized as a technical marvel with complex sound design that complements its intricate plot. Similarly, in Sound Mixing, &quot;Inception&quot; is also favored, although &quot;The King&rsquo;s Speech&quot; could make a surprise appearance if the awards tend to favor sweeping victories.&lt;/p&gt;\n&lt;p&gt;Visual Effects could go to &quot;Inception&quot; as well, given its strong showing from the Visual Effects Society and its groundbreaking sequences that have captivated audiences worldwide. The film&#039;s innovative effects set a new standard for the genre.&lt;/p&gt;\n&lt;p&gt;Documentary Short Subject predictions lean toward &quot;Strangers No More,&quot; which has received enthusiastic responses during screenings and may resonate most with voters. Alternatively, &quot;The Warriors of Quigang&quot; has a previous win history and could make a surprise comeback.&lt;/p&gt;\n&lt;p&gt;In the Short Film categories, &quot;God of Love&quot; is widely considered the favorite for Live Action Short, due to its quality among a generally modest group of nominees. For Animated Short, &quot;The Gruffalo&quot; is a charming contender, but Pixar&rsquo;s &quot;Day &amp;amp; Night,&quot; especially in 3D screenings, might have an edge, with &quot;Let&rsquo;s Pollute&quot; also gaining traction among viewers.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter movies about and &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;? The films depict Harry Potter&#039;s adventures at Hogwarts as he learns magic, faces dark enemies, and uncovers his destiny. To watch these movies, you can explore various streaming services like Netflix, HBO Max, or Amazon Prime, or rent them through digital retailers; keep in mind that availability may vary depending on your location, and using a Netflix VPN can help access the content where it is otherwise restricted.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like the Harry Potter movies on Netflix, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent option to consider. Its significant advantages include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Uninterrupted Streaming Performance&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN provides exceptionally fast and stable connections specifically optimized for Netflix, ensuring smooth playback without frustrating buffering interruptions during your movie marathons.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Seamless Multi-Device Accessibility&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Enjoy the freedom to watch on your preferred devices; the SafeShell VPN allows simultaneous connections across up to five devices, including smartphones, computers, and smart TVs, making it easy to switch screens.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Robust Security and Flexible Trial&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Beyond unlocking content, SafeShell VPN prioritizes your privacy with strong encryption protocols. You can confidently explore its high-speed performance and security features risk-free with their flexible free trial plan before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a suitable plan that fits your needs and budget. Next, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account. For optimal streaming performance, choose the APP mode within the app to enhance your viewing experience. Then, browse the list of available VPN servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open Netflix on your device, log in to your account, and enjoy watching Harry Potter movies from the region you selected with the help of SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(181, 322, '', 'Streaming Services: Netflix vs Disney+ vs Prime Costs', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69224a14ad239a6a7d193b1erOx651LN03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69224a14ad239a6a7d193b1erOx651LN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The streaming landscape is fiercely competitive, with Disney+ rapidly climbing to 100 million subscribers while Netflix holds steady at 203 million. Amazon Prime boasts roughly 150 million video-enabled users, and Hulu trails with 40 million. This sparks a crucial question: where do viewers get the most bang for their buck?&lt;/p&gt;\n\n&lt;p&gt;Monthly costs reveal stark regional disparities. Amazon Prime Video emerges as the budget leader globally, especially in Turkey ($1.09), India ($1.78), and Brazil ($1.80). Yet U.S. subscribers pay $12.99 since they must buy the full Prime bundle. Netflix&rsquo;s cheapest basic plans thrive in Argentina, Turkey, and Brazil, while Switzerland and Denmark face steep $12+ tariffs. Disney+ shines in Argentina at $4.23 monthly, though Switzerland suffers a 40% premium at $13.87. Hulu&rsquo;s Japanese users endure a 45% markup versus Americans.&lt;/p&gt;\n\n&lt;p&gt;Cost-per-title analysis flips the script. Netflix leads globally at $0.00182 per title, with Argentina&rsquo;s $0.00063 setting the gold standard. Denmark&rsquo;s $0.00327 per Netflix title is the worst deal. Prime Video excels in Canada and South Africa ($0.00044/title) and surprisingly the U.S. ($0.00045) due to its massive 28,975-title catalog. Disney+ varies wildly&mdash;Argentina enjoys $0.00414 per title while Japan pays $0.01445 for a sparse library.&lt;/p&gt;\n\n&lt;p&gt;Library sizes further complicate value assessments. Prime averages 5,095 titles globally, dwarfing Disney+&rsquo;s 1,216 and Hulu&rsquo;s 2,013. Netflix sits at 4,889, with Ireland boasting the largest collection at 6,379 titles. Australia hosts Disney+&rsquo;s biggest library (1,683), while the U.S. dominates Prime with nearly 29,000 titles. Smaller catalogs often feature better TV-movie balance.&lt;/p&gt;\n\n&lt;p&gt;Ultimately, value depends on location and preference: Prime wins on monthly fees, Netflix on content volume pricing, while Disney+ and Hulu offer niche appeal.In a comprehensive analysis of streaming platforms across different regions, movie content dominates most libraries, with US Prime Video featuring over 90% movies and Canadian Netflix offering more than 70% films in their catalogs. Interestingly, countries with smaller Netflix libraries like Portugal show a different distribution, with movies comprising just over 60% of available content. Latvia&#039;s Prime Video library, which is 153% below the global average, maintains a 67% movie composition.&lt;/p&gt;\n&lt;p&gt;Cost-conscious viewers should consider South American options, with Argentina and Brazil providing exceptionally affordable subscriptions for Netflix, Prime Video, and Disney+ compared to other regions.&lt;/p&gt;\n&lt;p&gt;Value hunters will find Argentina particularly attractive for Netflix and Disney+ subscriptions. For Amazon Prime Video, while Canada and South Africa technically offer slightly better value per title than the United States (by a mere $0.00001 per title), the US library&#039;s massive collection of nearly 29,000 titles makes it the superior choice for Prime subscribers.&lt;/p&gt;\n&lt;p&gt;European markets consistently rank as less economical options across all streaming platforms when considering price-to-content ratios.&lt;/p&gt;\n&lt;p&gt;Our methodology involved analyzing library size data from JustWatch.com and comparing subscription costs across all available regions. While Amazon Prime includes additional benefits like music streaming and free shipping, our analysis focused solely on video content value to ensure fair comparison with other streaming services.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on Netflix&#039;s streaming library, allowing access to content that might otherwise be unavailable in their region. When users connect to a Netflix VPN, they can virtually relocate their digital presence to different countries, unlocking thousands of additional movies and TV shows that Netflix offers exclusively in specific territories due to licensing agreements. This technology has become increasingly popular among streaming enthusiasts who want to maximize their subscription value by accessing the full global catalog of Netflix content rather than being limited to their local offerings.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted content on Netflix, consider using the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to ensure &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; reliably.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix guarantee seamless, buffer-free streaming in high definition, eliminating frustrating interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously across platforms like Windows, macOS, iOS, Android, Apple TV, and Android TV, enjoying your content anywhere.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode allows you to unlock and stream content from multiple different Netflix regions concurrently, vastly expanding your entertainment library.\n&lt;/li&gt;\n&lt;li&gt;\nExperience top-level security with advanced encryption and the proprietary ShellGuard protocol, ensuring your private browsing sessions and data remain completely protected.\n&lt;/li&gt;\n&lt;li&gt;\nBenefit from a flexible free trial plan to explore SafeShell VPN&#039;s robust features, including its high speeds and user-friendly interface, risk-free before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVisit SafeShell VPN&#039;s website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell application for your specific device (compatible with Windows, macOS, iOS, and Android)\n&lt;/li&gt;\n&lt;li&gt;\nOpen the app and log into your account with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select APP mode within the SafeShell interface\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the server list and connect to a location in your desired Netflix region (such as US, UK, or Canada)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch Netflix on your browser or app and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access to region-specific Netflix content through your SafeShell Netflix VPN connection\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(182, 323, '', 'Genshin Impact : Revenus mobiles impressionnants', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69239b51e7e5f04cc3664ef6jrYdtlZ703&quot; height=&quot;354&quot; src=&quot;https://c2c.fp.guinfra.com/file/69239b51e7e5f04cc3664ef6jrYdtlZ703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pendant la m&ecirc;me p&eacute;riode du 28 septembre au 4 octobre, Genshin Impact a enregistr&eacute; des revenus impressionnants de 60 millions de dollars sur mobile, selon l&#039;analyse de Sensor Tower. Pour mettre cela en perspective, des jeux comme Honor of Kings (Arena of Valor) ont g&eacute;n&eacute;r&eacute; 64 millions de dollars, tandis que PUBG Mobile a atteint 56 millions de dollars. La majorit&eacute; des gains de Genshin Impact proviennent de la Chine, son march&eacute; principal, avec environ 25 millions de dollars, soit 42 % des revenus totaux. Le Japon suit de pr&egrave;s avec 17 millions de dollars (29 %), puis les &Eacute;tats-Unis avec 8 millions, repr&eacute;sentant 13 % du total. Le mod&egrave;le free-to-play du jeu repose sur une monnaie premium qui permet aux joueurs d&#039;acqu&eacute;rir des personnages et des armes via un syst&egrave;me de tirages al&eacute;atoires, appel&eacute; gacha. Il propose &eacute;galement un battle pass, ainsi que des packs d&#039;objets payants. Disponible sur PS4 et PC, Genshin Impact s&#039;appr&ecirc;te aussi &agrave; faire son apparition sur Nintendo Switch dans un avenir proche.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69239b53b36a1e57ddb413eehX3ehac403&quot; height=&quot;493&quot; src=&quot;https://c2c.fp.guinfra.com/file/69239b53b36a1e57ddb413eehX3ehac403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez &eacute;galement :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;nichez nos conseils et tutoriels pour ma&icirc;triser Genshin Impact&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La pol&eacute;mique autour de la censure politique chinoise dans Genshin Impact suscite l&rsquo;indignation chez les fans&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genshin Impact &eacute;tablit un nouveau record en tant que plus important lancement international d&rsquo;un jeu d&eacute;velopp&eacute; en Chine&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la monnaie premium dans Genshin Impact, utilis&eacute;e principalement pour obtenir des Primo-Gemmes, qui servent ensuite &agrave; acqu&eacute;rir des v&oelig;ux pour obtenir de nouveaux personnages et armes dans le jeu. Pour obtenir du Cristal primaire, les joueurs peuvent effectuer un top up via des plateformes de rechargement reconnues comme Codashop, OffGamers ou la boutique officielle du jeu. Gr&acirc;ce &agrave; cette devise, les utilisateurs peuvent acc&eacute;l&eacute;rer leur progression et profiter pleinement des fonctionnalit&eacute;s exclusives propos&eacute;es par Genshin Impact.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si les joueurs souhaitent effectuer une recharge de cristaux primaires dans Genshin Impact, ils ont tout int&eacute;r&ecirc;t &agrave; envisager la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; pour leurs achats. Cette solution est particuli&egrave;rement adapt&eacute;e &agrave; ceux qui recherchent une exp&eacute;rience de recharge simple et s&eacute;curis&eacute;e, tout en profitant d&rsquo;avantages financiers significatifs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux atouts de la plateforme lootbar.gg r&eacute;side dans ses tarifs tr&egrave;s comp&eacute;titifs pour la recharge Genshin Impact. En choisissant ce site, les utilisateurs peuvent acqu&eacute;rir une grande quantit&eacute; de cristaux primaires en une seule transaction, rendant le processus rapide et efficace. De plus, les paiements sont trait&eacute;s via les m&eacute;thodes officielles de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hoyoverse recharge&lt;/a&gt;, garantissant ainsi la s&eacute;curit&eacute; et l&rsquo;authenticit&eacute; des &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cristaux genshin impact&lt;/a&gt; re&ccedil;us.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En utilisant lootbar.gg, les joueurs peuvent &eacute;galement profiter d&rsquo;&eacute;conomies substantielles sur leurs achats de cristaux primaires, ce qui en fait une option de choix pour optimiser leur exp&eacute;rience de jeu. Gr&acirc;ce &agrave; sa simplicit&eacute; d&rsquo;utilisation, ses prix attractifs et sa fiabilit&eacute;, lootbar.gg s&rsquo;impose comme la plateforme id&eacute;ale pour toute recharge Genshin Impact, permettant aux passionn&eacute;s de profiter pleinement de l&rsquo;univers ouvert propos&eacute; par hoyoverse.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour recharger des &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;primo gemme genshin impact&lt;/a&gt; sous forme de cristal primaire sur la plateforme de trading LootBar, commencez par vous rendre sur le site officiel lootbar.gg. S&eacute;lectionnez la langue et la devise qui vous conviennent, puis connectez-vous &agrave; votre compte. Une fois connect&eacute;, acc&eacute;dez &agrave; la section d&eacute;di&eacute;e &agrave; la recharge de jeux et choisissez Genshin Impact comme jeu &agrave; recharger. Ici, vous devrez d&eacute;cider du montant de cristal primaire que vous souhaitez obtenir, puis cliquez sur l&rsquo;option permettant de proc&eacute;der &agrave; la recharge imm&eacute;diate.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensuite, il vous sera demand&eacute; de s&eacute;lectionner le serveur sur lequel vous jouez et d&rsquo;entrer votre identifiant UID Genshin Impact pour que la transaction soit correctement attribu&eacute;e &agrave; votre compte. Apr&egrave;s avoir v&eacute;rifi&eacute; ces informations, cliquez sur le bouton pour confirmer la recharge. Il ne vous reste alors plus qu&rsquo;&agrave; choisir votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e parmi celles propos&eacute;es et &agrave; finaliser votre paiement. Une fois le processus termin&eacute;, les primo gemme genshin impact seront cr&eacute;dit&eacute;s sur votre compte, vous permettant de profiter pleinement des avantages en jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(183, 324, '', 'Global Internet Freedom 2025: Alarming Decline Trends', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692399d1b0656f23605938c4CcYextTQ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692399d1b0656f23605938c4CcYextTQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In 2025, the landscape of global internet freedom continues to deteriorate, marking the 15th consecutive year of decline.&lt;/p&gt;\n&lt;p&gt;Nearly half of the nations previously classified as &#039;free&#039; have experienced setbacks, reflecting a troubling shift towards increased control and censorship.&lt;/p&gt;\n&lt;p&gt;Authoritarian regimes are actively exporting their censorship methods, leading to a more restrictive online environment worldwide.&lt;/p&gt;\n&lt;p&gt;This year&#039;s annual report highlights a worsening trend in digital rights, with governments intensifying efforts to manipulate online content and restrict access.&lt;/p&gt;\n&lt;p&gt;The erosion of anonymity online remains a significant concern, as authorities tighten control over digital information to suppress dissent.&lt;/p&gt;\n&lt;p&gt;Contrary to the belief that such measures are limited to authoritarian states, many democracies are also facing setbacks, with nine out of 18 free countries experiencing declines.&lt;/p&gt;\n&lt;p&gt;Among these, Georgia, Germany, and the United States saw notable decreases in their internet freedoms in 2025.&lt;/p&gt;\n&lt;p&gt;In Kenya, a dramatic crackdown on nationwide protests resulted in the first-ever internet shutdown during civil unrest, exemplifying the growing use of digital repression in democratic nations.&lt;/p&gt;\n&lt;p&gt;Research indicates that democracy&#039;s health is waning, with only two of the 18 free countries improving their scores, while the rest faced restrictions.&lt;/p&gt;\n&lt;p&gt;Georgia suffered the most significant decline among formerly free nations, following government actions targeting civil society and independent media outlets.&lt;/p&gt;\n&lt;p&gt;Germany also experienced increased censorship, with the government prosecuting individuals over memes critical of politicians and fostering a climate of self-censorship.&lt;/p&gt;\n&lt;p&gt;The US saw a considerable drop in freedom, as authorities detained foreign nationals over online expressions deemed nonviolent but politically sensitive, despite constitutional protections.&lt;/p&gt;\n&lt;p&gt;The broader picture underscores a persistent trend of digital repression in authoritarian states like China, Myanmar, and Russia, which remain at the bottom of the global rankings.&lt;/p&gt;\n&lt;p&gt;These nations are actively developing surveillance and censorship technologies, often collaborating across borders to enhance their control over information.&lt;/p&gt;\n&lt;p&gt;For instance, China is assisting Pakistan in building a large-scale firewall, while countries such as Ethiopia, Kazakhstan, Cambodia, and Belarus are constructing similar censorship infrastructure.&lt;/p&gt;\n&lt;p&gt;Experts warn that this pattern of cross-border technology sharing may lead to increased coordinated censorship campaigns, further restricting digital freedoms worldwide.&lt;/p&gt;\n&lt;p&gt;As online spaces face mounting restrictions, the struggle for digital rights becomes more critical, emphasizing the need for vigilance and advocacy in defending internet openness.&lt;/p&gt;\n&lt;p&gt;Follow TechRadar on Google News and add us as a preferred source to stay informed with the latest expert insights, reviews, and updates on digital rights and internet freedom.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital age, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geographical restrictions, privacy concerns, and ISP monitoring. Porn unblocked refers to the ability to access adult content that might otherwise be restricted in certain regions or networks, providing users with the freedom to browse their preferred content without limitations. VPNs create an encrypted tunnel for internet traffic, allowing users to bypass censorship while maintaining anonymity and preventing potential bandwidth throttling that some ISPs impose on adult websites.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; restricted by regional filters, SafeShell VPN provides an effective solution to access this content globally. It bypasses geo-blocks using its extensive network of servers worldwide, ensuring users can reach platforms like Pornhub, XVideos, or other region-locked adult services without limitations. A key feature is SafeShell&#039;s innovative App Mode, enabling simultaneous access to multiple geographic regions, eliminating the need for constant server switching and delivering a seamless experience for exploring diverse international content libraries.&lt;/p&gt;\n\n&lt;p&gt;Beyond unlocking content, SafeShell VPN offers significant benefits, including lightning-fast connection speeds optimized for smooth HD streaming without buffering interruptions. Its proprietary ShellGuard protocol employs military-grade encryption to shield your browsing activity from ISP monitoring, government surveillance, or hackers, ensuring absolute privacy. Furthermore, SafeShell VPN supports simultaneous connections on up to five different devices, extending robust protection and the ability to unblock porn sites across Windows, Mac, iOS, Android, and popular streaming platforms.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, create an account and subscribe to a &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; plan through their official website.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application onto your device and complete the installation process.\n&lt;/li&gt;\n&lt;li&gt;\nActivate the specialized App Mode within the SafeShell VPN interface for enhanced regional bypass capabilities.\n&lt;/li&gt;\n&lt;li&gt;\nChoose your desired server location from SafeShell VPN&#039;s extensive global network to match the region of the content.\n&lt;/li&gt;\n&lt;li&gt;\nInitiate a secure connection and browse anonymously; SafeShell VPN encrypts your traffic for private access to geo-restricted adult material.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(184, 325, '', 'Visual Effects Oscar Race: 15 Films Shortlisted', '&lt;p&gt;Fifteen Films Advance in Visual Effects Race for 83rd Academy Awards&lt;/p&gt;\n&lt;p&gt;The Academy has revealed its shortlist of contenders vying for recognition in the Visual Effects category for this year&#039;s Oscars.&lt;/p&gt;\n&lt;p&gt;Among the semifinalists are blockbuster fantasy adaptations including Tim Burton&#039;s &quot;Alice in Wonderland&quot; and the latest installment in the &quot;Harry Potter&quot; franchise.&lt;/p&gt;\n&lt;p&gt;Christopher Nolan&#039;s mind-bending thriller &quot;Inception&quot; joins superhero sequel &quot;Iron Man 2&quot; and the highly anticipated &quot;TRON: Legacy&quot; on the prestigious list.&lt;/p&gt;\n&lt;p&gt;Other notable contenders include &quot;Clash of the Titans,&quot; &quot;Shutter Island,&quot; and &quot;Scott Pilgrim vs the World,&quot; showcasing the diverse range of films employing cutting-edge visual technology.&lt;/p&gt;\n&lt;p&gt;The selection process will continue in January when the Visual Effects Branch Executive Committee narrows the current fifteen semifinalists to seven films.&lt;/p&gt;\n&lt;p&gt;Branch members will then gather on January 20th to view special 15-minute presentations from each shortlisted work before voting to determine the five official nominees.&lt;/p&gt;\n&lt;p&gt;Final nominations across all categories will be announced on January 25th at 5:30 a.m. Pacific Time from the Samuel Goldwyn Theater, with the winners to be revealed during the ceremony scheduled for February 27th at the Kodak Theatre.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles Harry Potter&#039;s struggle against the dark wizard Voldemort, culminating in his quest to destroy horcruxes and the climactic Battle of Hogwarts. For &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete film saga is accessible on platforms including Tencent Video, Youku, and Bilibili in certain regions. Availability varies geographically, so viewers should verify current licensing on these digital services.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; can be highly advantageous. The SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and crisp high-definition quality. Additionally, it supports multiple device connections simultaneously, allowing you to enjoy your favorite shows across various platforms like Windows, macOS, and mobile devices without any hassle. The exclusive App Mode feature broadens your access by unlocking content from multiple regions, giving you an expansive entertainment library. With lightning-fast speeds and no bandwidth restrictions, SafeShell VPN eliminates buffering and throttling, providing a smooth viewing experience. Moreover, its top-level security, powered by the proprietary ShellGuard protocol, guarantees your privacy and data safety during streaming sessions. Lastly, users can take advantage of the flexible free trial plan to explore these benefits risk-free before committing to a subscription.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching the magical world of Harry Potter unfold on your screen is a delightful experience, but regional restrictions can sometimes stand in your way. With &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, you can easily bypass these limitations and immerse yourself in the wizarding adventures. Begin by visiting the SafeShell VPN website to subscribe to a suitable plan, then download and install the application on your preferred device. After installation, launch the app, log into your account, and select APP mode for optimal streaming quality. Next, browse through the available server locations and connect to a region where Harry Potter is available in the streaming library.&lt;/p&gt;\n&lt;p&gt;Once connected to SafeShell VPN, open your preferred streaming platform and search for Harry Potter movies or series. You&#039;ll notice that the content library has changed to reflect what&#039;s available in your selected region. Now you can enjoy all eight Harry Potter films without interruption, from &quot;The Philosopher&#039;s Stone&quot; to &quot;The Deathly Hallows Part 2.&quot; SafeShell VPN ensures your streaming experience remains smooth with its high-speed connections, allowing you to follow Harry, Ron, and Hermione&#039;s journey through Hogwarts without buffering or quality issues.&lt;/p&gt;', 9, 'game'),
(185, 326, '', 'Consumer Behavior: Unseen Manipulation Exposed', '&lt;p&gt;The Unseen Manipulation Behind Our Shopping Habits&lt;/p&gt;\n&lt;p&gt;Have you ever wondered why you can&#039;t resist adding items to your cart? The impulse to purchase seems almost instinctual for many of us. Whether it&#039;s trendy fashion pieces, cutting-edge electronics, or random items caught during a casual store visit, there&#039;s always something that feels like a perfect fit for our lives.&lt;/p&gt;\n&lt;p&gt;This consumer behavior is far from accidental. It&#039;s a carefully engineered phenomenon crafted by corporations seeking to maximize their profits at any cost.&lt;/p&gt;\n&lt;p&gt;A revealing new documentary is set to expose these hidden tactics. Created by an award-nominated filmmaker, this eye-opening feature brings forward testimonials from former insiders at major corporations who witnessed firsthand the strategies used to manipulate consumer behavior.&lt;/p&gt;\n&lt;p&gt;The documentary doesn&#039;t just highlight manipulative marketing practices&mdash;it also explores the devastating environmental consequences of our throwaway culture. As discarded purchases pile up in landfills, the documentary raises important questions about sustainability and responsibility.&lt;/p&gt;\n&lt;p&gt;Behind this important project stands a team of experienced producers committed to revealing the truth about consumer manipulation. Viewers can access this illuminating documentary on a popular streaming platform starting November 20th, offering a chance to understand the forces driving our shopping compulsions and perhaps reconsider our own consumption habits.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69069f1baa9b4c009dbae688SyBxyB1m03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69069f1baa9b4c009dbae688SyBxyB1m03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used for watching a wide variety of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that is usually restricted or blocked due to geographical limitations by using tools like VPNs or Smart DNS services, enabling users to enjoy a broader selection of shows and movies from different regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;For viewers seeking to access Netflix&#039;s region-restricted libraries from anywhere in the world, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a reliable solution to overcome geographical limitations. This service is specifically designed to bypass Netflix&#039;s stringent VPN detection systems, granting seamless entry to the full spectrum of content across different regions without triggering blocks.&lt;/p&gt;\n\n&lt;p&gt;Beyond unlocking Netflix, SafeShell VPN delivers exceptional benefits including high-speed connectivity that minimizes buffering for smooth HD streaming across its optimized servers. Users benefit from robust security through the proprietary ShellGuard protocol, ensuring online privacy and encrypted browsing. The service supports simultaneous connections on up to five diverse devices, from smartphones to smart TVs, and offers a flexible free trial to experience its user-friendly features and unrestricted streaming performance firsthand.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To start using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to access regional Netflix content, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget, then clicking the &quot;Subscribe Now&quot; button. Next, download and install the SafeShell VPN app compatible with your device&mdash;whether it&rsquo;s Windows, macOS, iOS, or Android&mdash;by visiting the website and choosing the appropriate version. Once installed, launch the SafeShell VPN app and log in to your account, then select the APP mode to optimize streaming performance. After that, browse through the list of available servers and choose one located in the region whose Netflix content you want to access, such as the US, UK, or Canada, then click &quot;Connect&quot; to establish the VPN connection. Finally, open the Netflix app or visit the Netflix website, log into your account, and enjoy watching content from the selected region seamlessly through SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(186, 327, '', 'Olivia Rodrigo GUTS Celebration: LA Events &amp; Netflix', '&lt;p&gt;Olivia Rodrigo&#039;s exclusive GUTS celebration hits Los Angeles this October!&lt;/p&gt;\n&lt;p&gt;Though the special fan event on October 26th is completely sold out, excitement remains high.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the iconic GUTS bus making free appearances around LA:&lt;/p&gt;\n&lt;p&gt;Catch it at Shrine Auditorium (October 24th, 10 AM - 12 PM)&lt;/p&gt;\n&lt;p&gt;Or visit Calabasas Commons (October 24th, 4 PM - 8 PM)&lt;/p&gt;\n&lt;p&gt;No tickets required for these public stops!&lt;/p&gt;\n&lt;p&gt;Experience exclusive merchandise and unforgettable photo opportunities inspired by her latest era.&lt;/p&gt;\n&lt;p&gt;Global fans can still join the festivities:&lt;/p&gt;\n&lt;p&gt;Stream her GUTS World Tour concert special on Netflix starting October 29th&lt;/p&gt;\n&lt;p&gt;Filmed live at LA&#039;s Intuit Dome&lt;/p&gt;\n&lt;p&gt;Features electrifying performances from both GUTS and SOUR albums&lt;/p&gt;\n&lt;p&gt;Relive every moment of her acclaimed 93-date world tour from home.&lt;/p&gt;\n&lt;p&gt;Remember, physical event access remains extremely limited.&lt;/p&gt;\n&lt;p&gt;Prepare for soaring vocals and raw emotions when the concert film premieres worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239aa62410ba190cde8ef4BSMb2QPL03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239aa62410ba190cde8ef4BSMb2QPL03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Calling All Olivia Rodrigo Fans! Exclusive L.A. Fan Experience Coming Soon&lt;/p&gt;\n&lt;p&gt;Mark your calendars for October 26th! A special fan event for Olivia Rodrigo enthusiasts will be taking place in Los Angeles from noon until 4pm.&lt;/p&gt;\n&lt;p&gt;The exciting location remains a mystery for now - attendees will receive venue details only after their tickets have been confirmed.&lt;/p&gt;\n&lt;p&gt;Please note that this is an 18+ event for ticket reservations. If you&#039;re bringing younger fans, they must be accompanied by a parent or legal guardian throughout the event.&lt;/p&gt;\n&lt;p&gt;Can&#039;t wait for the experience? Get a preview of what&#039;s coming by checking out the trailer for the &quot;Olivia Rodrigo: GUTS World Tour&quot; concert special. It&#039;s the perfect way to build excitement before the big day!&lt;/p&gt;\n&lt;p&gt;Spaces are limited, so secure your spot soon to join fellow &quot;Livies&quot; for this exclusive celebration.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform designed for accessing a vast library of television shows, movies, and documentaries for entertainment. When users encounter Netflix blocked content due to regional restrictions or network filters, they often seek solutions to bypass these limitations. Achieving &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; status typically involves tools that circumvent geo-blocks, granting viewers access to a significantly wider global content library otherwise unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted Netflix content through Netflix unblock, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a prime solution to consider. Its benefits are specifically designed for seamless and secure streaming:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nOptimized servers dedicated to Netflix streaming ensure minimal buffering and high-definition playback, leveraging cutting-edge technology for lightning-fast speeds.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode allows simultaneous access to multiple regional Netflix libraries, unlocking a vast world of diverse entertainment content.\n&lt;/li&gt;\n&lt;li&gt;\nExperience blazing connection speeds with no bandwidth caps, guaranteeing smooth streaming and downloading performance.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices at once across various platforms, including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nBenefit from uncompromised security via proprietary ShellGuard technology, featuring advanced encryption to protect your online privacy from surveillance.\n&lt;/li&gt;\n&lt;li&gt;\nExplore these features risk-free with SafeShell VPN&#039;s flexible free trial plan.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass regional restrictions and expand your streaming options. To begin your journey toward unlimited entertainment, first visit the SafeShell website and select a subscription plan that aligns with your viewing habits and budget constraints. Once your account is created, download the appropriate application for your device &ndash; whether you&#039;re using Windows, macOS, Android, or iOS &ndash; and complete the installation process by following the on-screen prompts.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell Netflix VPN application and log into your newly created account. For optimal streaming performance, select the APP mode when prompted, as this configuration is specifically optimized for video streaming services. Next, browse through the server list and select a location that corresponds to the Netflix library you wish to access &ndash; choose US servers for American content, UK servers for British shows, or explore other regions like Japan or Canada for their exclusive offerings.&lt;/p&gt;\n&lt;p&gt;With your VPN connection established to your desired region, simply open the Netflix application or navigate to the Netflix website in your browser. Log in with your existing Netflix credentials, and you&#039;ll immediately notice that the content library has transformed to display shows and movies available in your selected region. The SafeShell Netflix VPN maintains your connection securely in the background, allowing you to browse and stream without interruption or buffering issues that plague other VPN services.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(187, 328, '', 'Top Documentaries on Netflix &ndash; Best True Stories', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d596c2f9cdefb5c3f6faMEOaLlz03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d596c2f9cdefb5c3f6faMEOaLlz03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top Documentaries on Netflix&lt;/h3&gt;\n&lt;p&gt;Looking for a dose of reality in your streaming diet? Netflix boasts an impressive collection of documentaries that bring true stories to life. From heart-wrenching human experiences to breathtaking glimpses of our natural world, there&#039;s something for every curious mind.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s documentary library stands as one of its greatest strengths, offering viewers a chance to explore real-world narratives across countless subjects. This robust selection helps maintain Netflix&#039;s position as a leading streaming platform, with documentary options that rival or exceed those of competitors.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re fascinated by unsolved mysteries, captivated by wildlife adventures, or interested in cultural phenomena, Netflix&#039;s documentary catalog delivers hours of enlightening entertainment. These true stories provide not just education but often emotional experiences that fiction simply can&#039;t replicate.&lt;/p&gt;\n&lt;p&gt;Next time you&#039;re scrolling through options and craving something authentic, consider diving into Netflix&#039;s documentary section for compelling real-world storytelling that informs while it entertains.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d5c897bea2c576ed26bqxU2qolM03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d5c897bea2c576ed26bqxU2qolM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;Daughters&quot; captivates with a rare 100% Rotten Tomatoes acclaim,&lt;/p&gt;\n&lt;p&gt;unfolding as an intimate biographical exploration.&lt;/p&gt;\n&lt;p&gt;This poignant film spotlights Angela Patton&#039;s Camp Diva initiative,&lt;/p&gt;\n&lt;p&gt;where incarcerated fathers reconnect with daughters through dance.&lt;/p&gt;\n\n&lt;p&gt;Four father-daughter duos prepare for transformative moments&lt;/p&gt;\n&lt;p&gt;amidst the emotional turbulence of separation.&lt;/p&gt;\n&lt;p&gt;The documentary masterfully contrasts paternal struggles&lt;/p&gt;\n&lt;p&gt;with the healing power of structured reunions.&lt;/p&gt;\n\n&lt;p&gt;Patton&#039;s visionary &quot;Date with Dad&quot; program becomes a lifeline,&lt;/p&gt;\n&lt;p&gt;revealing how fleeting togetherness rebuilds fractured bonds.&lt;/p&gt;\n&lt;p&gt;Stream exclusively on Netflix for this journey of resilience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d5fee2d5bff39079961hDeM1DuK03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d5fee2d5bff39079961hDeM1DuK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Explore the inspiring journey of Bryan Johnson, a visionary entrepreneur passionately committed to pushing the boundaries of human lifespan. This documentary offers a glimpse into Johnson&#039;s internal battles and the pivotal moments that inspired his quest for immortality. Through heartfelt interviews and exclusive footage, director Chris Smith portrays Johnson&rsquo;s unwavering dedication, highlighting his radical lifestyle modifications and advanced medical treatments aimed at defying biological aging.&lt;/p&gt;\n&lt;p&gt;Category: Personal Development&lt;/p&gt;\n&lt;p&gt;Critical reception: 79% on Rotten Tomatoes&lt;/p&gt;\n&lt;p&gt;Available for streaming exclusively on Netflix&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d61230aba899c1258e0kiZQyE3y03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d61230aba899c1258e0kiZQyE3y03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mats Steen battled Duchenne muscular dystrophy,&lt;/p&gt;\n&lt;p&gt;yet his spirit soared free in the digital realm of World of Warcraft.&lt;/p&gt;\n&lt;p&gt;Through his avatar Ibelin, he cultivated deep bonds&lt;/p&gt;\n&lt;p&gt;and became a pillar of strength within a global guild,&lt;/p&gt;\n&lt;p&gt;all while his family believed his illness confined him to solitude.&lt;/p&gt;\n&lt;p&gt;After Steen passed away at 25 in 2014,&lt;/p&gt;\n&lt;p&gt;his parents uncovered a breathtaking truth:&lt;/p&gt;\n&lt;p&gt;their son&#039;s digital presence had touched countless souls worldwide,&lt;/p&gt;\n&lt;p&gt;as heartfelt tributes poured in from friends he&#039;d known only online.&lt;/p&gt;\n&lt;p&gt;Director Benjamin Ree masterfully pieces together this poignant narrative,&lt;/p&gt;\n&lt;p&gt;merging intimate family archives&lt;/p&gt;\n&lt;p&gt;with emotional interviews from Mats&#039; WoW companions.&lt;/p&gt;\n&lt;p&gt;This biographical portrait explores not just an extraordinary digital life,&lt;/p&gt;\n&lt;p&gt;but the profound, lasting legacy Steen left behind.&lt;/p&gt;\n&lt;p&gt;A staggering 98% Rotten Tomatoes score marks this film&#039;s impact.&lt;/p&gt;\n&lt;p&gt;Find this deeply moving documentary available for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69239bc00f05eddd2bd22abaX9PqB5Ho07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69239bc00f05eddd2bd22abaX9PqB5Ho07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Troubled Teen Industry Exposed&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s eye-opening documentary delves into the controversial world of wilderness therapy programs, specifically examining Steve Cartisano&#039;s notorious &quot;Challenger&quot; program in Utah&#039;s desert terrain. This powerful film reveals how vulnerable teenagers were subjected to extreme conditions during a punishing 63-day expedition covering 500 miles of harsh landscape.&lt;/p&gt;\n&lt;p&gt;The documentary presents heartbreaking testimonies from former participants who allege they endured systematic abuse rather than receiving the therapeutic help their concerned parents had hoped for. Celebrity activist Paris Hilton makes a significant appearance, courageously sharing her own traumatic experiences in similar programs and adding her voice to calls for industry reform.&lt;/p&gt;\n&lt;p&gt;With an 80% Rotten Tomatoes approval rating, this compelling true crime documentary serves as both a warning and a call to action, exposing the troubling gap between the promises made to desperate families and the disturbing realities faced by young people within these unregulated programs.&lt;/p&gt;\n&lt;p&gt;Though emotionally challenging to watch, the film provides essential insights into an industry that continues to operate largely in the shadows, raising critical questions about oversight, accountability, and the definition of &quot;therapy&quot; itself.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d65ee2d5bff390799ed1LY6e7a503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d65ee2d5bff390799ed1LY6e7a503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring the Heart of Disability Advocacy: A Revolutionary Summer Camp&lt;/p&gt;\n&lt;p&gt;In the early 1970s, nestled in the Catskill Mountains of New York, Camp Jened became more than just a summer retreat&mdash;it evolved into the birthplace of a movement that would forever change American civil rights history.&lt;/p&gt;\n&lt;p&gt;The remarkable Oscar-nominated film captures the transformative experiences of teenagers and young adults who found acceptance and community at what they affectionately called &quot;Crip Camp.&quot; Through archival black-and-white footage, viewers are transported to a place where people with various disabilities could, often for the first time, experience life without the barriers and prejudices they faced in mainstream society.&lt;/p&gt;\n&lt;p&gt;What makes this documentary particularly powerful is its focus on how a single summer experience ignited a lifelong commitment to activism. Many former campers went on to lead groundbreaking protests, including the historic 504 Sit-in of 1977, which led to implementing crucial accessibility regulations nationwide.&lt;/p&gt;\n&lt;p&gt;Co-directed by James LeBrecht, who himself attended the camp, the film offers an intimate perspective rarely seen in disability narratives. With its perfect critics&#039; score, this compelling chronicle doesn&#039;t just document history&mdash;it celebrates the resilience, determination, and revolutionary spirit of individuals who refused to accept discrimination as inevitable.&lt;/p&gt;\n&lt;p&gt;The film expertly traces how these summer connections formed the foundation of a nationwide movement that ultimately achieved landmark legislation protecting the rights of millions of Americans with disabilities.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d676c2f9cdefb5c406ces7j4rQN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d676c2f9cdefb5c406ces7j4rQN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring the Wilderness Under Siege: Virunga National Park&#039;s Battle&lt;/p&gt;\n&lt;p&gt;Deep within the lush landscapes of the Democratic Republic of Congo lies a protected sanctuary that became the unexpected battleground for conservation, politics, and corporate interests. What began as a simple documentation of gorilla conservation efforts transformed into a harrowing chronicle of resilience amid conflict.&lt;/p&gt;\n&lt;p&gt;When filmmaker Orlando von Einsiedel first arrived at Virunga National Park, his camera was focused on the dedicated park rangers working tirelessly to protect the region&#039;s endangered mountain gorillas. However, fate had different plans as the eruption of the M23 rebellion forced a dramatic pivot in the narrative.&lt;/p&gt;\n&lt;p&gt;The documentary captures the jarring juxtaposition between natural beauty and human conflict as military forces destabilized the region. Beyond the armed struggle, viewers witness another threat unfolding as a British petroleum corporation attempts to secure drilling rights within this protected wilderness, endangering decades of conservation work.&lt;/p&gt;\n&lt;p&gt;This unflinching nature film earned perfect critical acclaim with its raw portrayal of environmental guardianship in crisis. While the content may prove emotionally challenging for viewers sensitive to wildlife struggles, it offers an essential window into the complex intersection of conservation, geopolitics, and corporate interests in one of Africa&#039;s most biodiverse regions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d6a7867c82cbe555e37bWqtwtdf03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d6a7867c82cbe555e37bWqtwtdf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring the Fyre Festival Fiasco: A Documentary Sensation&lt;/p&gt;\n&lt;p&gt;In 2017, social media erupted with images of stranded festival-goers, sad cheese sandwiches, and disaster relief tents where luxury accommodations were promised. Netflix&#039;s riveting documentary captures this modern cautionary tale of ambition gone wrong.&lt;/p&gt;\n&lt;p&gt;The film meticulously chronicles how entrepreneur Billy McFarland and rapper Ja Rule&#039;s vision of an exclusive Bahamian music festival descended into chaos. Through interviews with former employees, attendees, and Bahamian locals, viewers witness the perfect storm of inadequate planning, deceptive marketing, and unchecked hubris.&lt;/p&gt;\n&lt;p&gt;Perhaps most compelling is the documentary&#039;s examination of early influencer marketing tactics that created an illusion of exclusivity and luxury. The now-infamous orange tile campaign featuring supermodels on pristine beaches stands in stark contrast to the reality that awaited attendees.&lt;/p&gt;\n&lt;p&gt;The documentary achieved critical acclaim with a 93% Rotten Tomatoes rating, cementing its status as essential viewing for those interested in contemporary digital culture and the dark side of social media marketing.&lt;/p&gt;\n&lt;p&gt;One production team member unexpectedly became an internet phenomenon himself, creating one of the most memorable moments in recent documentary history with his candid confession about the lengths he nearly went to secure water for the festival.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d6d89ee7e0d146273d1kKS6y1xY03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d6d89ee7e0d146273d1kKS6y1xY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Behind-the-scenes chaos meets musical alchemy in this revealing portrait.&lt;/p&gt;\n&lt;p&gt;Quincy Jones masterminds the unprecedented gathering of 1985&#039;s biggest stars.&lt;/p&gt;\n&lt;p&gt;Witness icons like Bob Dylan, Cyndi Lauper, Diana Ross, Kenny Rogers, and Stevie Wonder navigating the historic recording session.&lt;/p&gt;\n&lt;p&gt;Lionel Richie and Michael Jackson serve as key architects of the anthem destined for African famine relief.&lt;/p&gt;\n&lt;p&gt;Crew members and engineers share intimate glimpses of this pressure-cooker environment.&lt;/p&gt;\n&lt;p&gt;Celebrating its enduring humanitarian legacy with a stellar 98% Rotten Tomatoes score.&lt;/p&gt;\n&lt;p&gt;Experience this pivotal moment in pop culture history streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d6fa64c84bb4d64a8b9EgihKqVv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d6fa64c84bb4d64a8b9EgihKqVv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring Nature&#039;s Depths: A Life-Changing Underwater Encounter&lt;/p&gt;\n&lt;p&gt;Among Netflix&#039;s critically acclaimed documentary offerings stands a gem that captivated audiences and Academy voters alike. This 2020 Oscar-winning feature takes viewers beneath the surface of South African waters, where an unexpected relationship blossoms between a human and one of the ocean&#039;s most intelligent invertebrates.&lt;/p&gt;\n&lt;p&gt;The narrative centers on a filmmaker experiencing professional burnout and personal disconnection. Seeking solace, he establishes a daily ritual of swimming through the magnificent kelp forests near Cape Town. What begins as simple escape transforms when he encounters a curious cephalopod who becomes the unlikely catalyst for his emotional revival.&lt;/p&gt;\n&lt;p&gt;Over months of underwater visits, the documentarian witnesses remarkable displays of problem-solving, adaptability, and survival instinct from this short-lived but extraordinary creature. Their interspecies connection unfolds against the backdrop of stunning submarine landscapes, captured with intimate cinematography that brings viewers directly into this hidden world.&lt;/p&gt;\n&lt;p&gt;What distinguishes this nature documentary is its profound emotional resonance. Beyond merely observing marine life, it explores themes of vulnerability, resilience, and the healing power of connection. Critics have awarded it an impressive 93% on Rotten Tomatoes, recognizing both its technical excellence and emotional depth.&lt;/p&gt;\n&lt;p&gt;The film ultimately delivers a powerful message about our relationship with the natural world and how opening ourselves to unexpected connections can transform our perspective on life itself.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d72ee2d5bff39079b0d0oedsdAN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d72ee2d5bff39079b0d0oedsdAN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Nocturnal Animal Behaviors&lt;/h3&gt;\n&lt;p&gt;Explore the mysterious nocturnal world with a captivating documentary series that uncovers the secret lives of animals after sunset. While humans rest, creatures such as lions stalking their prey, owls hunting for food, and frogs calling in the darkness come alive.&lt;/p&gt;\n&lt;p&gt;Advanced filming technology, including low-light cameras, brings to light behaviors previously hidden from view, offering viewers an intimate look into wildlife activity across diverse habitats&mdash;from dense jungles to vast savannahs bathed in moonlight.&lt;/p&gt;\n&lt;p&gt;This nature-focused series provides a fresh perspective on the animal kingdom&rsquo;s night-time routines and survival strategies, highlighting the beauty and complexity of life after dark.&lt;/p&gt;\n&lt;p&gt;With an impressive Rotten Tomatoes score of 83%, it&rsquo;s a must-watch for nature enthusiasts eager to see the unseen.&lt;/p&gt;\n&lt;p&gt;Stream this fascinating series now on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d749567490dfd9971a4juE5NtRW03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d749567490dfd9971a4juE5NtRW03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unveiling the Shadows: A Chilling Medical Mystery&lt;/p&gt;\n&lt;p&gt;In the gripping documentary now available for streaming, viewers are drawn into a disturbing investigation at a community hospital where something sinister lurks beneath the surface of routine care.&lt;/p&gt;\n&lt;p&gt;The narrative centers on a courageous nursing professional who begins to notice troubling patterns in patient outcomes. Her suspicions lead her to collaborate with a pair of persistent investigators from a small police department, launching an undercover operation that tests her resolve and personal connections.&lt;/p&gt;\n&lt;p&gt;What makes this documentary particularly unsettling is the revelation that the subject of their investigation&mdash;Charles Cullen, once trusted as a colleague and friend&mdash;would eventually be recognized as one of America&#039;s most prolific healthcare killers. The documentary meticulously traces how abnormal laboratory findings became the critical clues that eventually exposed a horrifying pattern of deliberate harm.&lt;/p&gt;\n&lt;p&gt;Critics have awarded this true crime examination a respectable 71% approval rating, acknowledging its unflinching approach to a disturbing chapter in medical history. The film serves as both a cautionary tale about institutional oversight and a testament to the persistence required to bring hidden atrocities to light.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d76961f54f2a076120f9EMuiETc03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d76961f54f2a076120f9EMuiETc03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the jaw-dropping unraveling of an internet sensation in this critically acclaimed true crime doc.&lt;/p&gt;\n&lt;p&gt;Kai&#039;s spontaneous roadside interview shot him to stardom after a violent hatchet intervention went viral.&lt;/p&gt;\n&lt;p&gt;But fame swiftly became infamy.&lt;/p&gt;\n&lt;p&gt;His own televised testimony exposed gaping holes in his manufactured narrative, directly leading to shocking legal repercussions.&lt;/p&gt;\n&lt;p&gt;Discover why Rotten Tomatoes critics scored this expos&eacute; a stellar 92% &ndash; it masterfully dissects how viral fame obscures grim reality.&lt;/p&gt;\n&lt;p&gt;Immerse yourself in this gripping study of deception playing out in real-time.&lt;/p&gt;\n&lt;p&gt;Stream the unsettling truth exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d7991a01cd4317432bbV4QyH1YU03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d7991a01cd4317432bbV4QyH1YU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Nestled in the heart of Ohio&#039;s rust belt, a remarkable story of global economics unfolds in real time. When the dormant wheels of a former General Motors facility begin turning again under Chinese ownership, what follows is a fascinating collision of work philosophies and cultural expectations.&lt;/p&gt;\n&lt;p&gt;The documentary captures the initial wave of hope washing over Dayton as new employment opportunities emerge from the ashes of industrial decline. Local workers, many still bearing the economic and emotional scars of the previous shutdown, cautiously embrace this second chance.&lt;/p&gt;\n&lt;p&gt;However, optimism gradually gives way to tension as fundamental differences in workplace expectations become apparent. Eastern management approaches emphasizing unwavering dedication, extended shifts, and production-at-all-costs mentality clash with Western workers&#039; focus on workplace protections, reasonable hours, and collective bargaining rights.&lt;/p&gt;\n&lt;p&gt;Through intimate access to both factory floor and management offices, viewers witness candid moments that reveal the human dimension of globalization. Conversations in both languages (with subtitles) provide remarkable insight into how differently each side perceives the same situations.&lt;/p&gt;\n&lt;p&gt;This critically-acclaimed film avoids simplistic villains and heroes, instead presenting a nuanced portrait of economic forces larger than any individual. At 95% on Rotten Tomatoes, critics have praised its balanced approach to a complex subject that resonates far beyond one Ohio factory.&lt;/p&gt;\n&lt;p&gt;The documentary ultimately raises profound questions about the future of manufacturing, labor relations, and cross-cultural business in an increasingly interconnected global economy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d7c6c2f9cdefb5c41a2YMz8rALa03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d7c6c2f9cdefb5c41a2YMz8rALa03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;Dick Johnson Is Dead&quot; presents a uniquely creative approach to confronting mortality. Filmmaker Kirsten Johnson, facing her father&#039;s dementia diagnosis, processes her grief through an unconventional method: repeatedly staging her father&#039;s death through elaborate scenarios.&lt;/p&gt;\n&lt;p&gt;The documentary weaves together these fantastical death scenes with intimate, everyday moments between father and daughter. What could easily become macabre instead transforms into a profound meditation on love, memory, and the human experience of loss.&lt;/p&gt;\n&lt;p&gt;Dick Johnson himself becomes a willing and often humorous participant in his own imagined demises, creating a collaborative art project that serves as both documentation and therapy. Through this process, viewers witness not just preparation for death, but a celebration of life and relationship.&lt;/p&gt;\n&lt;p&gt;Critics have overwhelmingly embraced this innovative film, praising its ability to transform something devastating into something beautiful and even life-affirming. The documentary stands as a testament to how art can help us process our most difficult emotions and connect with loved ones even as we prepare to lose them.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d7e9567490dfd99724cLfueliyu03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d7e9567490dfd99724cLfueliyu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This absurd true story unfolds in Netflix&#039;s four-part docuseries.&lt;/p&gt;\n&lt;p&gt;It chronicles a 1996 PepsiPoints campaign where a commercial jokingly listed a military Harrier jet for 7 million points.&lt;/p&gt;\n&lt;p&gt;College student John Leonard saw an opportunity and devised a plan to amass the points.&lt;/p&gt;\n&lt;p&gt;His audacious attempt to claim the jet was met with Pepsi&#039;s refusal.&lt;/p&gt;\n&lt;p&gt;Leonard&#039;s subsequent lawsuit ignited a high-profile legal battle against the soda giant.&lt;/p&gt;\n&lt;p&gt;The series blends interviews, archival footage, and dramatic reenactments.&lt;/p&gt;\n&lt;p&gt;Critics embraced the bizarre tale, reflected in its 91% Rotten Tomatoes score.&lt;/p&gt;\n&lt;p&gt;Find this compelling case of consumer ambition versus corporate might streaming now.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d81230aba899c125ad4yGIpi9YZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d81230aba899c125ad4yGIpi9YZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Stream this compelling music documentary on Netflix, acclaimed with a 91% Rotten Tomatoes rating.&lt;/p&gt;\n\n&lt;p&gt;&quot;Miss Americana&quot; unveils Taylor Swift&#039;s raw humanity beneath the glittering pop persona.&lt;/p&gt;\n&lt;p&gt;Journey through her battles with celebrity culture&#039;s suffocating expectations.&lt;/p&gt;\n&lt;p&gt;Witness pivotal moments like the 2009 VMA controversy with Kanye West.&lt;/p&gt;\n&lt;p&gt;Explore her courageous stance on body positivity and mental health challenges.&lt;/p&gt;\n&lt;p&gt;The film captures Swift&#039;s political awakening amid relentless online criticism.&lt;/p&gt;\n\n&lt;p&gt;A revelation for music enthusiasts seeking authentic artist portraits beyond fame&#039;s facade.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d83109a73425a2eedf2VwxEBgR603&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d83109a73425a2eedf2VwxEBgR603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Suzanne Sevakis endured a life under false names&mdash;Sharon Marshall, Tonya Hughes&mdash;&lt;/p&gt;\n&lt;p&gt;after Franklin Delano Floyd kidnapped and raised her as his own.&lt;/p&gt;\n&lt;p&gt;Forced into marriage, she suffered years of abuse before her unsolved 1990 hit-and-run death.&lt;/p&gt;\n\n&lt;p&gt;Skye Borgman&#039;s unflinching film traces the decades-long search for truth behind her identity&lt;/p&gt;\n&lt;p&gt;and Floyd&#039;s trail of violent crimes.&lt;/p&gt;\n&lt;p&gt;This acclaimed true crime documentary holds a 96% Rotten Tomatoes rating&lt;/p&gt;\n&lt;p&gt;and remains available on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d862410ba190cdebe4cIMOakhe903&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d862410ba190cdebe4cIMOakhe903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This gripping crime documentary chronicles the shocking rise and fall of Sarma Melngailis, a renowned vegan restaurateur known for her flagship New York City eatery, Pure Food and Wine.&lt;/p&gt;\n&lt;p&gt;The story takes a dark turn when Melngailis becomes entangled with Anthony Strangis, a cunning con artist who spun tall tales about achieving immortality for her dog and expanding her culinary empire.&lt;/p&gt;\n&lt;p&gt;Trusting Strangis&rsquo;s false promises, she unlawfully transferred more than $1.6 million from her restaurant&rsquo;s funds, which ultimately led to her business&rsquo;s downfall.&lt;/p&gt;\n&lt;p&gt;Her illegal actions sparked a nationwide manhunt, revealing how greed and deception can devastate even the most successful entrepreneurs.&lt;/p&gt;\n&lt;p&gt;This series explores themes of betrayal, deception, and the consequences of misplaced trust.&lt;/p&gt;\n&lt;p&gt;Rated highly with an 88% score on Rotten Tomatoes, it&rsquo;s a must-watch for fans of crime and true story dramas.&lt;/p&gt;\n&lt;p&gt;available now for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d880a2d0b55460496b90gLtkqtu03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d880a2d0b55460496b90gLtkqtu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Dive into the Abyss: The Haunting Tale of Free Diving Champions&lt;/p&gt;\n&lt;p&gt;In the heart-stopping documentary now streaming, viewers are transported to the mesmerizing yet perilous world of competitive freediving. The film chronicles the extraordinary life of a renowned Italian athlete who pushes human limits in her pursuit of underwater greatness.&lt;/p&gt;\n&lt;p&gt;With breathtaking cinematography capturing the ethereal beauty of the ocean depths, this documentary seamlessly blends stunning visuals with intimate personal footage. The narrative centers on the powerful connection between the record-seeking diver and her dedicated safety companion, whose lives become intertwined through their shared passion for the extreme sport.&lt;/p&gt;\n&lt;p&gt;The documentary doesn&#039;t shy away from exploring the psychological dimensions of freediving - the mental fortitude required to silence the body&#039;s primal instincts, the meditative state achieved in the deep blue, and the addiction to pushing boundaries that drives elite athletes.&lt;/p&gt;\n&lt;p&gt;Tragedy strikes during a significant competition in the crystal waters of the Bahamas, transforming what began as an inspirational sports story into a profound meditation on human ambition, risk, and mortality. Critics have praised the film for its sensitive handling of difficult subject matter while celebrating the raw beauty of the underwater world.&lt;/p&gt;\n&lt;p&gt;Currently holding an impressive 84% approval from critics, this compelling sports documentary offers viewers both the serene wonder and heart-wrenching dangers of one of the world&#039;s most extreme pursuits.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d8b3c32e00c1f0ee1ccFkCEK71i03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d8b3c32e00c1f0ee1ccFkCEK71i03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Selected Stories for Netflix Documentaries&lt;/h3&gt;\n&lt;p&gt;In the vast sea of Netflix documentaries, one standout film delves into the harrowing journey of the Kowalski family. This powerful narrative follows ten-year-old Maya, whose admission to a prestigious Florida children&#039;s hospital for a rare medical condition spirals into an unimaginable nightmare.&lt;/p&gt;\n&lt;p&gt;When medical professionals at Johns Hopkins All Children&#039;s Hospital fail to properly diagnose Maya&#039;s complex symptoms, suspicion tragically falls on her parents. What begins as a search for medical answers transforms into accusations of abuse, resulting in the unthinkable&mdash;Maya being forcibly separated from her family and placed under state protection.&lt;/p&gt;\n&lt;p&gt;The documentary meticulously chronicles the family&#039;s desperate fight against both the medical establishment and child welfare system, institutions ostensibly designed to protect children. Through intimate footage and testimonials, viewers witness the profound emotional trauma inflicted on all family members as they navigate a labyrinthine bureaucracy while advocating for their daughter&#039;s proper care.&lt;/p&gt;\n&lt;p&gt;Critics have overwhelmingly praised this biographical documentary, awarding it a remarkable 90% on Rotten Tomatoes for its unflinching examination of the intersection between medicine, family rights, and institutional power. The film raises uncomfortable yet essential questions about the balance between child protection and parental authority in complex medical situations.&lt;/p&gt;\n&lt;p&gt;Beyond one family&#039;s story, this documentary challenges viewers to consider broader systemic issues within pediatric healthcare and the potential consequences when institutional judgment overrides parental advocacy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d8dee2d5bff39079d511aRvH3bc03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d8dee2d5bff39079d511aRvH3bc03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Delve into the haunting tragedy of the 1993 Waco confrontation through this compelling documentary.&lt;/p&gt;\n&lt;p&gt;It presents chilling footage and testimony detailing the catastrophic standoff between federal agencies and David Koresh&#039;s Branch Davidian community.&lt;/p&gt;\n&lt;p&gt;Witness the catastrophic fire that engulfed the compound, claiming numerous lives and leaving a nation in shock.&lt;/p&gt;\n&lt;p&gt;Unique among true crime offerings, this series meticulously balances viewpoints from both government forces and the besieged religious group.&lt;/p&gt;\n&lt;p&gt;The result is a nuanced examination of this deeply controversial American crisis, challenging simplistic narratives.&lt;/p&gt;\n&lt;p&gt;Critics praised its approach, reflected in its solid 81% Rotten Tomatoes rating.&lt;/p&gt;\n&lt;p&gt;Stream this essential true crime docuseries exclusively on Netflix for a profound historical reckoning.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d8f7bc88e9ed0ae42caDKQ5o0sD03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d8f7bc88e9ed0ae42caDKQ5o0sD03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;Money Shot&quot; offers a critical lens on Pornhub,&lt;/p&gt;\n&lt;p&gt;moving beyond sensationalism to dissect the platform&#039;s controversial history.&lt;/p&gt;\n&lt;p&gt;Accusations of hosting non-consensual material form the core of its investigation.&lt;/p&gt;\n&lt;p&gt;Featuring interviews with adult performers, industry advocates,&lt;/p&gt;\n&lt;p&gt;and insiders from parent company MindGeek,&lt;/p&gt;\n&lt;p&gt;this documentary reveals the complex web of issues underlying a site often simplistically labeled.&lt;/p&gt;\n&lt;p&gt;It educates viewers on realities frequently overlooked.&lt;/p&gt;\n&lt;p&gt;Holding an 83% Rotten Tomatoes score,&lt;/p&gt;\n&lt;p&gt;this thought-provoking film is available for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d9291a01cd43174333bssYxmhF503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d9291a01cd43174333bssYxmhF503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover a captivating story with the documentary &quot;Descendant,&quot; which offers a fresh perspective on history. Unlike typical Netflix true crime series, this film delves into a lesser-known chapter of the transatlantic slave trade, highlighting a narrative often left in the shadows.&lt;/p&gt;\n&lt;p&gt;Directed by Margaret Brown, the film focuses on the Clotilda, the last known ship to illegally bring enslaved Africans to North America. Its deliberate destruction by fire was an effort to conceal this dark chapter. Today, in Africatown near Mobile, Alabama, descendants recount heartfelt stories about their ancestors&rsquo; struggles and resilience.&lt;/p&gt;\n&lt;p&gt;This powerful historical documentary has earned a perfect score of 100% on Rotten Tomatoes, reflecting its compelling storytelling and documentary excellence.&lt;/p&gt;\n&lt;p&gt;Experience this eye-opening film now available for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d95961f54f2a07614a0raRELDDv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d95961f54f2a07614a0raRELDDv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Delve into the raw and revealing journey of Pamela Anderson, capturing her transformation from global icon to empowered activist.&lt;/p&gt;\n&lt;p&gt;This intimate biographical film peels back the layers of fame, showcasing personal trials and enduring resilience with a 98% Rotten Tomatoes acclaim.&lt;/p&gt;\n&lt;p&gt;Stream this powerful narrative exclusively on Netflix.&lt;/p&gt;\n\n&lt;p&gt;Shift gears to a jaw-dropping true crime saga where romance meets ruthless manipulation in &quot;The Tinder Swindler&quot;.&lt;/p&gt;\n&lt;p&gt;Witness how Simon Leviev weaponized dating apps to defraud women across continents, crafting a real-life thriller that scored 96% on Rotten Tomatoes.&lt;/p&gt;\n&lt;p&gt;Experience this chilling documentary available for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d98ee2d5bff39079e57sZN3li2703&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d98ee2d5bff39079e57sZN3li2703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unveiling a Horrific Legacy: The Larry Nassar Case&lt;/p&gt;\n&lt;p&gt;This powerful documentary exposes the devastating sexual abuse perpetrated by former USA Gymnastics physician Larry Nassar. Through intimate interviews and meticulous reporting, viewers witness the extraordinary courage of survivors who broke their silence after years of suffering.&lt;/p&gt;\n&lt;p&gt;The film methodically reveals how institutional negligence and a culture of compliance enabled Nassar&#039;s predatory behavior to continue unchecked for decades. Journalists who doggedly pursued the truth play a central role in bringing this story to light, highlighting the critical importance of investigative reporting in confronting systemic abuse.&lt;/p&gt;\n&lt;p&gt;What makes this examination particularly impactful is its unflinching focus on the voices of survivors, whose testimony formed the backbone of one of the largest sexual abuse cases in sports history. Their bravery not only brought down a predator but forced a complete reckoning within the gymnastics community.&lt;/p&gt;\n&lt;p&gt;Critics have universally praised this unforgettable documentary for its sensitive handling of difficult subject matter and its commitment to accountability. It serves as both a devastating indictment of failed institutions and a testament to the resilience of those who refused to remain silent.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d9b91a01cd431743371YDtb8eJb03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d9b91a01cd431743371YDtb8eJb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This environmental expos&eacute; continues making waves since its 2021 debut&lt;/p&gt;\n&lt;p&gt;Prompting many viewers to profoundly reexamine their seafood choices&lt;/p&gt;\n&lt;p&gt;Seaspiracy reveals humanity&#039;s devastating role in marine ecosystem destruction&lt;/p&gt;\n&lt;p&gt;Its disturbing evidence against industrial fishing sparked global debate&lt;/p&gt;\n&lt;p&gt;While urging viewers towards plant-based alternatives, the film&#039;s arguments resonate&lt;/p&gt;\n&lt;p&gt;Critically noted with a 75% Rotten Tomatoes approval rating&lt;/p&gt;\n&lt;p&gt;Streaming exclusively on Netflix as a genre-defining documentary feature&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239d9d5a5661c5317c9a8byatArwrt03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239d9d5a5661c5317c9a8byatArwrt03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Featuring alarming insider revelations from tech professionals,&lt;/p&gt;\n&lt;p&gt;this documentary drama dissects social media&#039;s toxic grip on humanity.&lt;/p&gt;\n&lt;p&gt;It exposes the stark consequences of our screen-dominated existence,&lt;/p&gt;\n&lt;p&gt;moving beyond mere industry secrets to question our very social fabric.&lt;/p&gt;\n&lt;p&gt;Currently streaming globally on Netflix with an 86% Rotten Tomatoes approval,&lt;/p&gt;\n&lt;p&gt;it remains a crucial watch for understanding modern technological pitfalls.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239da07867c82cbe55626bi0TOWNDd03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239da07867c82cbe55626bi0TOWNDd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unsolved: The Haunting Case of Sophie Toscan du Plantier&lt;/p&gt;\n&lt;p&gt;The remote, windswept landscapes of West Cork, Ireland became the backdrop for one of Europe&#039;s most enduring murder mysteries when in 1996, a French filmmaker was found brutally killed near her holiday cottage.&lt;/p&gt;\n&lt;p&gt;Nearly three decades later, justice remains elusive in this perplexing case that continues to haunt a small Irish community and captivate international audiences. The three-part series meticulously examines the evidence, interviews local residents, and follows the strange trajectory of the investigation that led authorities to focus on an eccentric English journalist living in the area.&lt;/p&gt;\n&lt;p&gt;What makes this documentary particularly compelling is its exploration of how the suspect, though convicted by a French court, has never faced imprisonment due to Ireland&#039;s refusal to extradite him. The series delves into cultural differences between Irish and French justice systems while painting a vivid portrait of a tranquil community forever changed by violence.&lt;/p&gt;\n&lt;p&gt;Critics have praised the documentary&#039;s atmospheric storytelling and objective approach to a case filled with contradictions and unanswered questions. With its 89% Rotten Tomatoes rating, this true crime examination stands out for avoiding sensationalism while still delivering a thoroughly engrossing viewing experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239da29567490dfd9974d8jlRCYVum03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239da29567490dfd9974d8jlRCYVum03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the complex journey of a football icon whose life off the pitch has sparked as much debate as his athletic achievements. From humble beginnings in Manchester to global superstardom, his career has been marked by triumphs and controversies that have divided fans and critics alike.&lt;/p&gt;\n&lt;p&gt;Initially celebrated by local supporters for his dedication and talent, he faced criticism after departing from his hometown club under difficult circumstances, despite securing a move to one of the world&#039;s most renowned teams. His international career was equally tumultuous, with pivotal moments&mdash;like a controversial red card&mdash;that shifted public opinion from admiration to criticism.&lt;/p&gt;\n&lt;p&gt;This documentary offers a nuanced portrait of a man who navigated fame, failure, and redemption. It invites viewers to see beyond the headlines and understand the human behind the celebrity&mdash;flawed, resilient, and endlessly intriguing.&lt;/p&gt;\n&lt;p&gt;Rated highly by critics with an 88% score on Rotten Tomatoes, this sports documentary series is a must-watch for fans and newcomers alike.&lt;/p&gt;\n&lt;p&gt;Available now for streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239da55762c0c684be33f9bv7UhFhv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239da55762c0c684be33f9bv7UhFhv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;Available on Netflix&lt;/p&gt;\n&lt;p&gt;Immerse yourself in WWII&#039;s global struggle through rare colorized footage and visceral soldier/civilian testimonies, revealing combat&#039;s brutality and home front hardship.&lt;/p&gt;\n&lt;p&gt;Genre: War Documentary&lt;/p&gt;\n&lt;p&gt;Rotten Tomatoes: 69%&lt;/p&gt;\n&lt;p&gt;Streaming Now on Netflix&lt;/p&gt;\n&lt;p&gt;A DNA test uncovers a shocking network of half-siblings, exposing a fertility doctor&#039;s alleged decades-long scheme of impregnating patients with his own sperm without consent.&lt;/p&gt;\n&lt;p&gt;Genre: True Crime Documentary&lt;/p&gt;\n&lt;p&gt;Rotten Tomatoes: 79%&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239da8fadac5dd777a5102OFOd33MN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239da8fadac5dd777a5102OFOd33MN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This compelling documentary series sheds light on the critical initiatives of the Innocence Project, an organization committed to correcting wrongful convictions through the use of DNA evidence. By exploring multiple cases handled by the group, the series uncovers systemic flaws within the U.S. criminal justice system that sometimes result in innocent individuals being unjustly incarcerated. Through detailed interviews with lawyers, investigators, and case analyses, viewers gain insight into the tireless efforts undertaken to exonerate the wrongly convicted.&lt;/p&gt;\n&lt;p&gt;Genre: investigative true crime&lt;/p&gt;\n&lt;p&gt;Rotten Tomatoes rating: 100%&lt;/p&gt;\n&lt;p&gt;Available to stream now on Netflix&lt;/p&gt;\n&lt;p&gt;Explore more top picks:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nThe best movies to watch on Netflix\n&lt;/li&gt;\n&lt;li&gt;\nTop 7 sports documentaries available on Netflix, Max, and other platforms\n&lt;/li&gt;\n&lt;li&gt;\nThe most popular free streaming services\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service enabling users to bypass geographic restrictions imposed on Netflix content libraries. Its primary purpose is to connect subscribers to servers in specific countries, granting them access to the unique shows and movies available in that region&#039;s Netflix catalog. This allows viewers to enjoy a much broader range of entertainment options beyond their local offerings.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re struggling with a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; and want to access region-restricted content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been looking for. Unlike outdated VPN services that struggle to bypass Netflix&#039;s detection systems, SafeShell VPN offers specialized high-speed servers optimized specifically for Netflix streaming, ensuring you can enjoy your favorite shows without frustrating buffering or interruptions. With the exclusive App Mode feature, you can simultaneously access content from multiple regional Netflix libraries, expanding your entertainment options beyond what&#039;s available in your location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also stands out with its ability to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs. You&#039;ll experience lightning-fast speeds with no bandwidth limitations, while the proprietary &quot;ShellGuard&quot; protocol ensures your streaming activities remain private and secure. For those hesitant to commit immediately, SafeShell VPN offers a flexible free trial plan that lets you test all these premium features before making a decision, making it an ideal choice when your current Netflix vpn not working issues have left you frustrated.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by signing up for the service and installing the application. Visit the official SafeShell VPN website to subscribe to a suitable plan that matches your requirements. Once your subscription is active, download the SafeShell VPN application compatible with your specific device operating system, whether it&#039;s Windows, macOS, iOS, or Android, and proceed with the standard installation process.&lt;/p&gt;\n\n&lt;p&gt;After installing the application, launch the SafeShell VPN client and log into your account using your credentials. Within the app interface, navigate to the mode selection section. For optimal Netflix streaming performance and stability, it&#039;s crucial to choose the &#039;APP mode&#039; explicitly designed for application-level support. Following mode selection, browse the extensive list of available VPN servers and connect to a server located specifically in the country whose Netflix library you wish to access, such as the United States, United Kingdom, or Japan.&lt;/p&gt;\n\n&lt;p&gt;Once a secure connection to your chosen regional server is successfully established through the SafeShell Netflix VPN, open the Netflix application on your device or navigate to the Netflix website using your preferred browser. Log in with your existing Netflix account credentials. You can now seamlessly browse and stream the exclusive content available in the region corresponding to your selected VPN server, enjoying a global Netflix catalog.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(188, 329, '', 'Netflix Weekly Highlights &ndash; Top Picks for This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239b94961f54f2a075ee03Csc0gZEY03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239b94961f54f2a075ee03Csc0gZEY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Weekly Highlights&lt;/h3&gt;\n&lt;p&gt;This week&#039;s Netflix lineup offers a delightful mix of entertainment options perfect for your post-holiday relaxation.&lt;/p&gt;\n&lt;p&gt;Lindsay Lohan returns to the screen in her latest romantic comedy &quot;Our Secret,&quot; arriving just in time for pre-Thanksgiving viewing on Wednesday. Her charm and comedic timing make this a perfect lighthearted watch before the holiday festivities begin.&lt;/p&gt;\n&lt;p&gt;For those seeking intensity after their turkey dinner, &quot;The Madness&quot; presents an unmissable opportunity. This gripping eight-episode conspiracy thriller showcases the exceptional talent of Colman Domingo, whose performance alone makes this series worthy of a Thanksgiving day binge session.&lt;/p&gt;\n&lt;p&gt;Comedy fans should mark their calendars for Anthony Jeselnik&#039;s latest special &quot;Bones and All,&quot; where his signature dark humor and sharp wit are on full display.&lt;/p&gt;\n&lt;p&gt;These highlights represent just a portion of Netflix&#039;s exciting new additions this week. November&#039;s complete catalog features numerous other noteworthy titles worth exploring.&lt;/p&gt;\n&lt;p&gt;Exciting news for fans of the global phenomenon &quot;Squid Game&quot; - the highly anticipated second season finally has a confirmed release date, giving viewers something significant to look forward to beyond this week&#039;s offerings.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239b97319c9c0cf6d7cfb9SxTgWGih03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239b97319c9c0cf6d7cfb9SxTgWGih03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mark your calendars: Anthony Jeselnik lands back on Netflix this Sunday, November 26th.&lt;/p&gt;\n&lt;p&gt;His distinct brand of comedy?&lt;/p&gt;\n&lt;p&gt;Dark, unapologetic, and definitely not for the faint-hearted.&lt;/p&gt;\n&lt;p&gt;Two decades into his stand-up journey, he remains fiercely committed to his edge-pushing material.&lt;/p&gt;\n&lt;p&gt;Expect his signature arrogant delivery and humor that gleefully dances past conventional limits.&lt;/p&gt;\n&lt;p&gt;This latest special is titled &quot;Anthony Jeselnik: Bones and All&quot;.&lt;/p&gt;\n&lt;p&gt;Prepare for unfiltered, provocative laughs exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239b99e42ebe34b7c7d973TiUYj0N003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239b99e42ebe34b7c7d973TiUYj0N003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix Unveils Thrilling New Drama for Late November Streaming&lt;/p&gt;\n&lt;p&gt;Colman Domingo stars in a compelling new thriller arriving on Netflix this week. The acclaimed actor portrays Muncie Daniels, a media personality with a political consulting background who retreats to the Poconos mountains seeking creative inspiration.&lt;/p&gt;\n&lt;p&gt;Daniels&#039; peaceful writing sabbatical takes a nightmarish turn when he accidentally discovers the body of a notorious white supremacist. As the sole witness to this murder, he quickly becomes the prime suspect in a crime he didn&#039;t commit.&lt;/p&gt;\n&lt;p&gt;The narrative follows Daniels&#039; desperate journey as he&#039;s forced to become a fugitive while simultaneously trying to protect his family and uncover a sprawling conspiracy that extends far beyond what he initially imagined.&lt;/p&gt;\n&lt;p&gt;This tension-filled drama examines themes of justice, racial politics, and the lengths one man will go to reclaim his life and reputation when the entire system turns against him.&lt;/p&gt;\n&lt;p&gt;The series joins Netflix&#039;s expanding catalog of original thrillers and will be available for streaming starting November 28th, perfect for post-Thanksgiving weekend viewing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239b9cc8f5bf3013c70834HiS88yVp03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239b9cc8f5bf3013c70834HiS88yVp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Lindsay Lohan&#039;s latest Netflix venture arrives this week.&lt;/p&gt;\n&lt;p&gt;&quot;Our Little Secret&quot; premieres exclusively on the platform Tuesday, November 27.&lt;/p&gt;\n&lt;p&gt;Starring alongside Ian Harding, Lohan continues her streak of Netflix romantic comedies.&lt;/p&gt;\n&lt;p&gt;The film explores the chaos of holiday gatherings with new partners.&lt;/p&gt;\n&lt;p&gt;Complications arise when one guest discovers an unwelcome blast from the past.&lt;/p&gt;\n&lt;p&gt;Imagine spending Christmas with your significant other&#039;s relatives.&lt;/p&gt;\n&lt;p&gt;Now imagine your ex is also present, dating your partner&#039;s sibling.&lt;/p&gt;\n&lt;p&gt;Entangled histories collide in this festive romantic comedy.&lt;/p&gt;\n&lt;p&gt;Prepare for a season filled with unexpected reunions and relationship tests.&lt;/p&gt;\n&lt;p&gt;Stream &quot;Our Little Secret&quot; starting November 27.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239b9e7e218ac73856df4eUFRTzegH03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239b9e7e218ac73856df4eUFRTzegH03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix New Releases and Highlights&lt;/h3&gt;\n&lt;p&gt;Prepare for an unforgettable journey into motorsport history with Netflix&#039;s new limited series &quot;Senna&quot;.&lt;/p&gt;\n&lt;p&gt;Gabriel Leone masterfully portrays the iconic Brazilian driver Ayrton Senna, whose extraordinary talent placed him among Formula 1&#039;s elite eleven drivers with three or more championships.&lt;/p&gt;\n&lt;p&gt;Tragedy struck at the 1994 San Marino Grand Prix when Senna perished following a devastating crash at Imola&#039;s Tamburello corner. This heartbreaking incident occurred mere hours after fellow driver Roland Ratzenberger lost his life during qualifying.&lt;/p&gt;\n&lt;p&gt;The series chronicles Senna&#039;s remarkable career ascent and its premature conclusion, offering both racing enthusiasts and drama lovers a profound human story.&lt;/p&gt;\n&lt;p&gt;Experience this compelling miniseries on Netflix beginning November 29 for essential viewing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239ba5319c9c0cf6d7d02bCG3rOHjp03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239ba5319c9c0cf6d7d02bCG3rOHjp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This Week on Netflix: Fresh Releases for Your Streaming Pleasure (November 25 - December 1)&lt;/p&gt;\n&lt;p&gt;Netflix is rolling out an exciting lineup of new content this week, offering everything from gripping true crime to heartwarming holiday features. Whether you&#039;re in the mood for documentaries, comedy specials, or family entertainment, there&#039;s something for everyone in this diverse selection.&lt;/p&gt;\n&lt;p&gt;True Crime Spotlight&lt;/p&gt;\n&lt;p&gt;Leading this week&#039;s releases is &quot;Cold Case: Who Killed JonBen&eacute;t Ramsey,&quot; premiering November 25. This definitive docuseries examines the infamous 1996 murder case that captivated the nation. Under the guidance of Academy Award-nominated director Joe Berlinger, the series explores the investigation&#039;s missteps and media sensationalism that complicated the search for justice in this decades-old mystery.&lt;/p&gt;\n&lt;p&gt;Family-Friendly Entertainment&lt;/p&gt;\n&lt;p&gt;Also arriving on November 25 is &quot;The Creature Cases&quot; Chapter 4, perfect for younger viewers. Join special agents Sam and Kit as they solve animal mysteries around the world in this engaging animated series.&lt;/p&gt;\n&lt;p&gt;Comedy and Culinary Delights&lt;/p&gt;\n&lt;p&gt;Anthony Jeselnik celebrates 20 years of boundary-pushing comedy with his new special &quot;Bones and All&quot; (November 26). The following day brings &quot;Chef&#039;s Table&quot; Volume 7, showcasing five world-class chefs who honor their diverse cultural backgrounds through innovative cuisine.&lt;/p&gt;\n&lt;p&gt;Holiday Cheer and Thrilling Drama&lt;/p&gt;\n&lt;p&gt;Looking for romantic holiday fare? &quot;Our Little Secret&quot; (November 27) offers a comedic premise where exes discover their current partners are siblings, forcing them to spend Christmas together while hiding their past relationship.&lt;/p&gt;\n&lt;p&gt;November 28 brings multiple releases, including the Turkish crime drama &quot;Asaf,&quot; following a father&#039;s descent into organized crime, and &quot;The Madness,&quot; starring Colman Domingo as a political consultant framed for murder who must fight to clear his name.&lt;/p&gt;\n&lt;p&gt;For baking enthusiasts, &quot;Is It Cake? Holiday&quot; brings back fan-favorite contestants for a festive spin on the popular illusion baking competition.&lt;/p&gt;\n&lt;p&gt;Sports and Seasonal Offerings&lt;/p&gt;\n&lt;p&gt;&quot;Senna&quot; arrives November 29, chronicling the legendary Brazilian Formula 1 racer Ayrton Senna&#039;s remarkable career and tragic end. The same day brings &quot;The Snow Sister,&quot; a heartwarming Norwegian film about a grieving family rediscovering the Christmas spirit.&lt;/p&gt;\n&lt;p&gt;Library Additions and Departures&lt;/p&gt;\n&lt;p&gt;December 1 welcomes several popular titles including &quot;Burlesque,&quot; &quot;We&#039;re the Millers,&quot; and &quot;Zero Dark Thirty.&quot; However, subscribers should note that numerous films and interactive specials will be leaving the platform on November 30 and December 1, including &quot;The Matrix Resurrections,&quot; &quot;Troy,&quot; and &quot;It Chapter Two.&quot;&lt;/p&gt;\n&lt;p&gt;Plan your viewing schedule accordingly to catch these departing titles before they&#039;re gone!&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on Netflix&#039;s content library by routing their connection through servers in different countries. This technology allows subscribers to access shows and movies that might only be available in specific regions, effectively expanding their viewing options beyond what&#039;s normally accessible in their home country. Netflix VPN services have become increasingly popular among international viewers seeking to explore the full range of content Netflix offers globally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix using a VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Unlike other VPNs that may struggle with &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; due to outdated technology, SafeShell VPN employs cutting-edge servers optimized specifically for seamless streaming, ensuring buffer-free high-definition playback. Its lightning-fast speeds eliminate frustrating buffering and throttling, providing a smooth viewing experience across multiple devices simultaneously, including Windows, macOS, iOS, Android, and more.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN offers unique features like the App Mode, allowing users to unlock content from multiple regions at once, broadening their entertainment options. Its top-level security with proprietary &quot;ShellGuard&quot; protocol ensures that your privacy remains protected during streaming sessions. With a flexible free trial, users can test its capabilities without commitment, making SafeShell VPN a reliable choice for those seeking a stable and secure Netflix VPN solution even when other services fail due to compatibility issues or slow connections.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Launch the SafeShell VPN app and log in to your account. For an optimal Netflix viewing experience, choose the APP mode within the app. Next, browse the list of available VPN servers and select one located in the region whose NetFlix content you want to access, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming regional content seamlessly through the SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(189, 330, '', 'Unofficial Streaming Devices &ndash; Security Risks Exposed', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692399d8e42ebe34b7c7be35zB7alZoI03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692399d8e42ebe34b7c7be35zB7alZoI03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Many consumers believe they are saving money by using unofficial streaming devices, often marketed as affordable solutions for accessing popular TV shows, sports, and movies. However, this apparent bargain can come with serious security risks, warns cybersecurity experts.&lt;/p&gt;\n&lt;p&gt;Devices that operate on heavily modified Android systems, commonly referred to as &quot;dodgy boxes,&quot; lack vital security features present in standard software. These modifications often disable protections like verified boot and app integrity checks, creating vulnerabilities that malicious actors can exploit.&lt;/p&gt;\n&lt;p&gt;Connecting these untrusted devices to your home network essentially opens the door for potential data theft. Hackers or third parties may monitor your traffic, intercept sensitive information such as login credentials, search histories, or even access personal files stored on your devices.&lt;/p&gt;\n&lt;p&gt;Adding to the danger, these devices are often used to run cracked apps, which are illegal and can further compromise your privacy. As authorities become more proactive in cracking down on illegal streaming and piracy, there&#039;s an increased chance that these devices will be blocked or rendered useless.&lt;/p&gt;\n&lt;p&gt;Regulatory agencies are also taking enforcement actions, including fines and criminal charges, against individuals involved in unauthorized streaming activities. For example, recent raids in the UK have led to arrests of individuals accused of illegal sports streaming, emphasizing the risks associated with using such devices.&lt;/p&gt;\n&lt;p&gt;In light of these dangers, relying on a VPN alone provides no safeguard against data exposure if you&rsquo;re using compromised hardware. Protect your privacy by avoiding dodgy streaming boxes and opting for legitimate, secure methods of accessing content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6923998db677e58adc9af0973pQIjysF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6923998db677e58adc9af0973pQIjysF07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming Box Privacy Risks: What You Need to Know&lt;/p&gt;\n&lt;p&gt;The landscape of digital privacy continues to shift, particularly for users of streaming devices. Recent developments have raised significant concerns about the security and privacy implications of certain streaming boxes.&lt;/p&gt;\n&lt;p&gt;Many users have historically relied on privacy tools like VPNs to shield their streaming activities. However, this sense of protection may be largely illusory with today&#039;s smart devices.&lt;/p&gt;\n&lt;p&gt;Major manufacturers have implemented powerful security protocols in their firmware that can identify and disable unauthorized applications. Unlike previous security measures that primarily monitored active usage, modern systems can detect the mere presence of certain apps on your device.&lt;/p&gt;\n&lt;p&gt;The automatic nature of firmware updates presents a particular challenge. When your device updates, it may scan for prohibited software and take action without your knowledge or consent. This happens at the device level, effectively bypassing any network protection like VPNs you might have in place.&lt;/p&gt;\n&lt;p&gt;The implications extend beyond just losing access to certain content. Your device may compile and transmit information about your streaming habits and installed applications back to the manufacturer. Once this data leaves your control, the privacy risks become persistent and difficult to mitigate.&lt;/p&gt;\n&lt;p&gt;For privacy-conscious users, these developments represent a fundamental shift in the relationship between streaming devices and personal data. The convenience of these devices increasingly comes with significant privacy trade-offs that merit careful consideration.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6923998fe719bdcbd2ed154djK3Nyq5607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6923998fe719bdcbd2ed154djK3Nyq5607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming Piracy Devices: The Hidden Price You&#039;re Really Paying&lt;/p&gt;\n&lt;p&gt;The allure of cheap streaming access might be tempting, but unauthorized streaming devices carry severe risks that extend far beyond legal concerns.&lt;/p&gt;\n&lt;p&gt;Security experts are increasingly warning consumers about the dangers of these devices, often marketed as &quot;fully loaded&quot; or &quot;jailbroken&quot; streaming solutions.&lt;/p&gt;\n&lt;p&gt;&quot;What appears to be a bargain is actually a significant security threat,&quot; explains cybersecurity specialists. &quot;These unauthorized devices aren&#039;t just illegal&mdash;they&#039;re potentially dangerous gateways into your home network.&quot;&lt;/p&gt;\n&lt;p&gt;The risks are substantial. When you connect these devices to your home network, you&#039;re essentially inviting unknown entities behind your security perimeter. Many of these boxes contain malicious software designed to harvest personal information, passwords, and even financial data.&lt;/p&gt;\n&lt;p&gt;If you&#039;ve already purchased such a device, experts recommend immediate action: disconnect it from your network, check your router for unauthorized connections, reset passwords for any accounts accessed through the device, and consider running security scans on other connected devices.&lt;/p&gt;\n&lt;p&gt;For businesses and venues, the stakes are even higher. Using unauthorized devices to stream premium content not only violates licensing agreements but could result in significant fines and reputational damage.&lt;/p&gt;\n&lt;p&gt;With streaming services investing heavily in anti-piracy measures and authorities cracking down on distributors, the era of these devices may be coming to an end. Meanwhile, legitimate streaming services continue to offer competitive packages with the added benefits of reliability, security, and peace of mind.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to overcome regional censorship restrictions and maintain privacy while accessing adult content. Porn unblocked refers to using such tools to bypass geo-blocks and network filters that prevent access to restricted sites. This allows users to securely reach adult material unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you might want to consider the SafeShell VPN as your go-to solution. This powerful service offers multiple benefits that make it stand out from other VPN providers in the market.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides exceptional encryption that keeps your browsing activities completely private, allowing you to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; without worrying about your data being exposed\n&lt;/li&gt;\n&lt;li&gt;\nWith servers strategically placed worldwide, SafeShell VPN enables seamless access to geo-restricted adult content that might otherwise be unavailable in your location\n&lt;/li&gt;\n&lt;li&gt;\nUnlike many competitors, SafeShell VPN maintains impressive connection speeds, eliminating frustrating buffering when streaming high-definition adult content\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature lets you access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell&#039;s exclusive ShellGuard protocol ensures your private browsing remains undetectable, even on networks with sophisticated monitoring systems\n&lt;/li&gt;\n&lt;li&gt;\nWith support for up to five devices at once, you can unblock porn sites on all your devices with a single subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to watch porn content from any region, start by subscribing to SafeShell VPN through their official website, where you can select a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s). Once installed, enable the App Mode feature within the application to maximize your flexibility and access options. After setting up the app, choose a server location from SafeShell VPN&#039;s extensive global network to unlock region-specific content. Finally, connect to the selected server and browse the internet with complete privacy, enjoying unrestricted access to adult sites while keeping your identity protected.&lt;/p&gt;', 9, 'game'),
(190, 331, '', 'Netflix August Highlights &ndash; Top Picks This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bc2a64c84bb4d64940dFlQKtwae03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bc2a64c84bb4d64940dFlQKtwae03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix August Highlights&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s Fresh August Offerings: Must-Watch Content This Week&lt;/p&gt;\n&lt;p&gt;As August begins, Netflix refreshes its library with exciting new additions. I&#039;ve carefully selected several standout shows and movies worth your attention this streaming week.&lt;/p&gt;\n&lt;p&gt;Romance fans should mark their calendars for &quot;My Oxford Year&quot; arriving August 1st. This romantic comedy has generated significant buzz among entertainment critics and promises to be one of the platform&#039;s notable releases this month.&lt;/p&gt;\n&lt;p&gt;Reality TV enthusiasts have reason to celebrate as &quot;Perfect Match&quot; returns with its third season. This fan-favorite brings together memorable singles from various Netflix reality shows for another chance at love. The new season introduces an unexpected &quot;Love Island&quot; connection that adds fresh drama to the format.&lt;/p&gt;\n&lt;p&gt;For those following Neil Gaiman&#039;s fantasy adaptation, &quot;The Sandman&quot; concludes its second season with a special bonus episode serving as the series finale.&lt;/p&gt;\n&lt;p&gt;Beyond these highlights, Netflix offers numerous additional titles joining and leaving the platform this week. Viewers seeking more comprehensive information might want to explore complete guides covering July&#039;s remaining additions or preview what&#039;s coming throughout August.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bc8e492458d5b988d4f16wDQv7K03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bc8e492458d5b988d4f16wDQv7K03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Set against the historic backdrop of Oxford University, &quot;My Oxford Year&quot; is a heartfelt romantic comedy adapted from a beloved novel.&lt;/p&gt;\n&lt;p&gt;Sofia Carson stars as Anna De La Vega, an American student experiencing her year abroad, where she quickly forms a playful connection with Jamie, played by Corey Mylchreest.&lt;/p&gt;\n&lt;p&gt;Their fleeting romance faces challenges as Anna prepares to return home to New York, and Jamie is hesitant to follow.&lt;/p&gt;\n&lt;p&gt;As departure day nears, emotions run high, and the couple&#039;s relationship is put to the test amid the beautiful campus scenery.&lt;/p&gt;\n&lt;p&gt;Critics like senior writer Alix Blackburn describe the film as &quot;a cozy, charming escape,&quot; making it a perfect pick for summer viewing.&lt;/p&gt;\n&lt;p&gt;Catch &quot;My Oxford Year&quot; streaming on Netflix starting August 1&mdash;don&#039;t miss this charming story of love and new beginnings.&lt;/p&gt;\n&lt;p&gt;Sign up for updates from Tom&#039;s Guide to stay informed about the latest entertainment news, reviews, and exclusive offers.&lt;/p&gt;\n&lt;p&gt;By sharing your details, you agree to the terms and privacy policy, and confirm you&#039;re over 16, with options to receive news from trusted partners.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bcb2410ba190cdea549gf5RMDvs03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bcb2410ba190cdea549gf5RMDvs03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s &quot;Perfect Match&quot; returns with a twist this season, as host Nick Lachey welcomes a fresh batch of reality TV stars looking for love. Unlike previous iterations that exclusively featured Netflix alumni, Season 3 expands its contestant pool to include familiar faces from rival dating shows like &quot;The Bachelor&quot; and &quot;Love Island.&quot;&lt;/p&gt;\n&lt;p&gt;The premise remains centered around attractive singles navigating romantic connections, but now with the added dynamic of cross-platform reality TV personalities competing in the same villa. This strategic casting move brings together veterans from different dating show formats, each with their own approaches to finding romance on camera.&lt;/p&gt;\n&lt;p&gt;Contestants will still engage in the show&#039;s signature matchmaking challenges, where successfully paired couples gain power to play cupid for others. However, the introduction of competitors from shows with different dating philosophies promises to create unprecedented strategic alliances and conflicts.&lt;/p&gt;\n&lt;p&gt;The expanded contestant roster represents Netflix&#039;s bold move to position &quot;Perfect Match&quot; as the ultimate reality dating crossover event, essentially creating a &quot;reality television Avengers&quot; of the dating genre.&lt;/p&gt;\n&lt;p&gt;Season 3 begins streaming August 1st, offering viewers a perfect late-summer binge as these reality stars attempt to prove their compatibility across streaming platform loyalties.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dc8ce21d0fb6ce38fdaayLHdFHB03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dc8ce21d0fb6ce38fdaayLHdFHB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fans of the dream lord, rejoice!&lt;/p&gt;\n&lt;p&gt;A final, captivating special episode graces Netflix this week.&lt;/p&gt;\n&lt;p&gt;Focus shifts to Morpheus&#039; enigmatic sister, Death, in &quot;Death: The High Cost of Living&quot;.&lt;/p&gt;\n&lt;p&gt;While Season 2 adeptly navigated its complex tales,&lt;/p&gt;\n&lt;p&gt;anticipation lingers for one last glimpse of Dream himself.&lt;/p&gt;\n&lt;p&gt;Catch this essential coda starting July 31.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bcf45bf0a8a7b07a13fcpci5ipx03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bcf45bf0a8a7b07a13fcpci5ipx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Dive into Dusty Slay&#039;s uniquely relatable world of humor.&lt;/p&gt;\n&lt;p&gt;His stand-up special &quot;Wet Heat&quot; steers clear of divisive topics, finding laughs in the sweat of Southern summers instead.&lt;/p&gt;\n&lt;p&gt;Experience his observational wit on everyday situations, like the universal struggle of checking out of hotels.&lt;/p&gt;\n&lt;p&gt;This Nashville comic transforms the mundane into pure comedic gold, exclusively on the streaming platform.&lt;/p&gt;\n&lt;p&gt;Discover why his down-to-earth approach is rapidly gaining nationwide attention.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bd2e492458d5b988e52bkuitHqr03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bd2e492458d5b988e52bkuitHqr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking for a wild ride through one of the internet&#039;s most bizarre moments? &quot;Trainwreck: Storm Area 51&quot; documents what might be considered the most peculiar social media phenomenon of recent years.&lt;/p&gt;\n&lt;p&gt;In 2019, what began as a humorous Facebook event suggesting people should &quot;storm&quot; the classified military installation known as Area 51 quickly spiraled into a viral sensation. The premise? To &quot;see them aliens&quot; that conspiracy theorists believed were being hidden by the government.&lt;/p&gt;\n&lt;p&gt;The documentary captures how a simple internet joke transformed into a real-world event that caught the attention of millions&mdash;including military officials who issued stern warnings about the potentially deadly consequences of attempting to breach a secure government facility.&lt;/p&gt;\n&lt;p&gt;What makes this story particularly fascinating is how it showcases the power of social media to turn absurd ideas into movements that bridge the digital and physical worlds. The film explores the personalities behind the event, the government&#039;s reaction, and the festival-like gathering that ultimately materialized in the Nevada desert.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re interested in internet culture, conspiracy theories, or just enjoy watching the unfolding of spectacularly bad ideas, this documentary offers a captivating glimpse into a uniquely 21st-century phenomenon.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bd52410ba190cdea60drdYiqQTa03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bd52410ba190cdea60drdYiqQTa03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Weekly Highlights&lt;/h3&gt;\n&lt;p&gt;Looking for your next Netflix binge? This week brings an exciting mix of live entertainment, behind-the-scenes documentaries, and compelling fictional stories to the streaming giant.&lt;/p&gt;\n&lt;p&gt;Wrestling enthusiasts are celebrating as WWE continues to expand its Netflix presence. Following the massive success of &quot;WWE Raw&quot; which has become a Monday night streaming sensation, fans can now dive deeper into the wrestling world with &quot;WWE Unreal&quot; - a revealing documentary series that pulls back the curtain on what really happens behind those dramatic storylines.&lt;/p&gt;\n&lt;p&gt;&quot;WWE Unreal&quot; offers unprecedented access to the physical and emotional challenges wrestlers face, documenting the genuine dedication required to create the spectacles viewers enjoy. The series explores the transition period since WWE&#039;s move to Netflix, highlighting how performers prepare for their roles and the real sacrifices behind the entertainment.&lt;/p&gt;\n&lt;p&gt;The timing couldn&#039;t be better for wrestling content as Netflix continues to diversify its live programming options while building out specialized documentary offerings that give viewers insider perspectives on popular entertainment franchises.&lt;/p&gt;\n&lt;p&gt;Stream both WWE programs now as part of your regular Netflix subscription, with &quot;WWE Raw&quot; airing live weekly and &quot;WWE Unreal&quot; available for complete series streaming.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bdb256766cac20ba31bTJkxxyBK03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bdb256766cac20ba31bTJkxxyBK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fresh Picks Hitting Netflix This Week&lt;/p&gt;\n&lt;p&gt;Leanne Morgan headlines new sitcom &quot;Leanne&quot; as a woman rebuilding life after her husband&#039;s abrupt exit&lt;/p&gt;\n&lt;p&gt;&mdash; Kristen Johnston co-stars as her fiercely supportive sister pushing her toward new beginnings&lt;/p&gt;\n&lt;p&gt;Sitcom powerhouse Chuck Lorre delivers this must-watch series launching July 31&lt;/p&gt;\n&lt;p&gt;Intriguing international dramas arrive:&lt;/p&gt;\n&lt;p&gt;&quot;Unspeakable Sins&quot; follows a wife&#039;s dangerous affair spiraling beyond control&lt;/p&gt;\n&lt;p&gt;&quot;Marked&quot; sees an ex-cop turning criminal for her daughter&#039;s surgery&lt;/p&gt;\n&lt;p&gt;Korean legal series &quot;Beyond the Bar&quot; pairs an idealistic rookie with a ruthless mentor&lt;/p&gt;\n&lt;p&gt;Reality fans get &quot;Perfect Match&quot; Season 3&#039;s strategic romance games&lt;/p&gt;\n&lt;p&gt;while documentary enthusiasts can explore:&lt;/p&gt;\n&lt;p&gt;Chilling &quot;Conversations With a Killer: The Son of Sam Tapes&quot;&lt;/p&gt;\n&lt;p&gt;Viral phenomenon &quot;Trainwreck: Storm Area 51&quot;&lt;/p&gt;\n&lt;p&gt;Behind-the-scenes wrestling drama &quot;WWE: Unreal&quot;&lt;/p&gt;\n&lt;p&gt;Film highlights include:&lt;/p&gt;\n&lt;p&gt;&quot;My Oxford Year&quot; &ndash; An American academic&#039;s life transforms through an unexpected Oxford romance&lt;/p&gt;\n&lt;p&gt;&quot;An Honest Life&quot; &ndash; A law student&#039;s anarchist involvement leads to criminal entanglement&lt;/p&gt;\n&lt;p&gt;Glass Heart&quot; &ndash; A drummer&#039;s career revival sparks intense new passions&lt;/p&gt;\n&lt;p&gt;Specials and series returns:&lt;/p&gt;\n&lt;p&gt;Comedian Dusty Slay&#039;s working-class humor special &quot;Wet Heat&quot;&lt;/p&gt;\n&lt;p&gt;&quot;The Sandman&quot; returns with a standalone Death-centric episode&lt;/p&gt;\n&lt;p&gt;Sci-fi enthusiasts get both seasons of &quot;The Lazarus Project&quot;&lt;/p&gt;\n&lt;p&gt;Iconic film library additions August 1:&lt;/p&gt;\n&lt;p&gt;Jurassic Park trilogy&lt;/p&gt;\n&lt;p&gt;Despicable Me franchise&lt;/p&gt;\n&lt;p&gt;Rush Hour series&lt;/p&gt;\n&lt;p&gt;Classics like Clueless, Groundhog Day, and The Departed&lt;/p&gt;\n&lt;p&gt;Departing soon titles include:&lt;/p&gt;\n&lt;p&gt;Sonic the Hedgehog 2 (July 28)&lt;/p&gt;\n&lt;p&gt;The Breakfast Club (August 1)&lt;/p&gt;\n&lt;p&gt;Psycho (August 1)&lt;/p&gt;\n&lt;p&gt;Ugly Betty complete series (August 1)&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As the streaming landscape continues to evolve, I&#039;ve been keeping a close eye on the latest content hitting our screens. My recent viewing adventures have taken me through an eclectic mix of titles that deserve your attention.&lt;/p&gt;\n&lt;p&gt;My streaming journey lately has included some fascinating discoveries. I&#039;ve been particularly captivated by the rich character development in certain Netflix originals, specifically two supporting characters who deserve their own narrative space beyond the main storyline.&lt;/p&gt;\n&lt;p&gt;Recently, I ventured into controversial territory with a divisive black comedy featuring two acclaimed actors. While the film has received considerable backlash, my perspective differs from the mainstream criticism. The experimental nature of the storytelling, rather than the performances, presented the greatest challenge for me as a viewer.&lt;/p&gt;\n&lt;p&gt;Science fiction remains a personal passion, and I recently had the privilege of speaking with talent from an upcoming season of a beloved adaptation. The conversation yielded several exciting insights about the show&#039;s future direction, character arcs, and thematic evolution that fans should anticipate.&lt;/p&gt;\n&lt;p&gt;As someone who holds strong opinions about cinema, I maintain that certain action franchises deserve recognition alongside the established classics of film history. This perspective often sparks debate, but I stand firm in my conviction that revolutionary action choreography and emotional storytelling deserve their place in the pantheon of great filmmaking.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions on Netflix by masking their IP address and connecting to servers in various countries. It is primarily used to access region-specific content that may not be available in the user&#039;s location. With a Netflix VPN, users can enjoy a broader selection of shows and movies from different regions seamlessly.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service is renowned for its ability to effectively unblock Netflix, ensuring that users can enjoy their favorite shows and movies without frustration. SafeShell VPN offers high-speed servers optimized specifically for Netflix streaming, providing seamless, buffer-free, high-definition playback. Additionally, its support for multiple devices simultaneously allows users to enjoy &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; across various platforms such as Windows, macOS, iOS, Android, and more, making it incredibly convenient for households with diverse devices.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN features an exclusive App Mode that enables users to unlock content from multiple regions at the same time, broadening the scope of entertainment options. With lightning-fast speeds and no bandwidth limitations, it eliminates buffering and throttling, delivering a smooth streaming experience. Its top-level security, powered by the proprietary ShellGuard protocol, ensures privacy and protection while browsing. The flexible free trial plan allows users to test all these benefits risk-free, making SafeShell VPN an ideal choice for anyone seeking a reliable solution to enjoy Netflix unblocked and access global content effortlessly.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global entertainment has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. To begin your journey, simply visit the SafeShell VPN website and select a subscription plan that aligns with your viewing needs. After completing your purchase, download the application for your specific device&mdash;whether it&#039;s Windows, macOS, iOS, or Android. Once installed, launch the app, log into your account, and select APP mode for optimal streaming performance. Navigate to the server selection screen and choose a location that corresponds to the Netflix library you wish to access.&lt;/p&gt;\n&lt;p&gt;With your SafeShell VPN connection established, you&#039;re now ready to explore Netflix content from around the world. Open your Netflix application or visit the website and sign in with your existing credentials. You&#039;ll immediately notice that the available content has changed to match the region of your selected server. SafeShell Netflix VPN ensures a smooth streaming experience with minimal buffering, allowing you to enjoy shows and movies previously unavailable in your location. Remember that switching between different regional libraries is as simple as disconnecting and selecting a new server location within your SafeShell VPN app.&lt;/p&gt;', 9, 'game'),
(191, 332, '', 'Valorant Replay System &ndash; Update 11.06 Features', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6923c9ab5f594a32ea8084daGSG5gWtv03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6923c9ab5f594a32ea8084daGSG5gWtv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Riot Games has launched Valorant&rsquo;s latest update, version 11.06, bringing a host of significant improvements and new features. One of the most anticipated additions is the introduction of the in-game replay system, which is now accessible across multiple game modes including Competitive, Unrated, Swiftplay, and Premier. Players can now review their matches, but only those they participated in, as the system does not support viewing replays of friends or professional gameplay&mdash;those resources remain on platforms like YouTube and Twitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the replay feature, Riot has made notable progress in combating cheating and disruptive behavior. Over the past six months, approximately 40,000 bot accounts have been successfully banned, reflecting the developer&rsquo;s ongoing commitment to fair play. Riot expressed hopes that players will encounter fewer bots and cheaters in their matches moving forward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The update also includes various bug fixes and gameplay adjustments. For instance, a rare issue involving agents Yoru and Reyna&mdash;where they would reappear at their original location after turning invisible&mdash;has been addressed. On the PC front, performance enhancements have been implemented by removing the rawinputbuffer setting, ensuring more consistent input responsiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, some issues remain unresolved. Console players may notice that the highlight behavior for dropped weapons and the Spike is not functioning as intended, highlighting objects when players are nearby rather than directly aiming at them. Riot has assured that this bug will be fixed in the upcoming patch 11.07. Additionally, a problem with the display of new player tips on consoles has been corrected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Valorant&rsquo;s 11.06 update marks a pivotal step in improving the player experience through better anti-cheat measures, valuable new tools like replays, and ongoing bug fixes to enhance gameplay stability across platforms.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to enhance their gaming experience by purchasing exclusive items like weapon skins, character cosmetics, and the Battle Pass. To obtain Valorant Points, players typically need to buy them using real money, as they cannot be earned solely through gameplay. Popular trading platforms such as LootBar, OffGamers, and Codashop offer convenient options for &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; and top up, making it easy for players to access the cosmetics they desire. With Valorant Points, players can further personalize their agents and stand out in every match.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Valorant Points, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Opting to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Valorant Points&lt;/a&gt; on lootbar.gg brings several advantages that cater to both convenience and security, making it a top choice for gamers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar is known for offering highly competitive prices, allowing users to get more value for their money whether purchasing a small or large amount of Valorant Points. The platform ensures 100% secure transactions by utilizing advanced encryption and strict data protection, so players can buy with confidence. In addition, lootbar boasts a rapid delivery system, often providing Valorant Points within minutes, so players can jump back into the action without delay. With 24/7 customer support ready to resolve any issues or answer questions, lootbar.gg stands out as a reliable and efficient option for anyone aiming to enhance their Valorant experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; through the Lootbar trading platform, simply follow these straightforward steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit Lootbar.gg and select your desired language and currency for a customized experience.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the top-up section on the homepage and choose Valorant from the available game options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Riot Account credentials to securely link your account for the transaction process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the amount of Valorant Points you wish to acquire and proceed by clicking the top-up button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThen, pick your preferred payment method from the available choices and finalize your order with the payment confirmation.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce the Valorant top up is successful, your purchased Valorant Points will be credited to your account in minutes, allowing you to unlock exclusive in-game content and enhance your gameplay.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(192, 333, '', 'Proton VPN&mdash;Infrastructure Upgrade Fueled by Discounts', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239a1d7bc88e9ed0ae058dGpJTzSse03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239a1d7bc88e9ed0ae058dGpJTzSse03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Proton VPN&#039;s infrastructure upgrade springs from seasonal discounts&lt;/p&gt;\n&lt;p&gt;This month&#039;s deployment of 800 new worldwide exit nodes materialized swiftly&lt;/p&gt;\n&lt;p&gt;Financed entirely by initial proceeds from early Black Friday promotions&lt;/p&gt;\n&lt;p&gt;The company slashed subscription costs by 75% well ahead of traditional sales periods&lt;/p&gt;\n&lt;p&gt;VPN providers fiercely compete during discount seasons&lt;/p&gt;\n&lt;p&gt;Yet Proton distinguishes itself through radical operational transparency&lt;/p&gt;\n&lt;p&gt;User payments directly fuel tangible service improvements&lt;/p&gt;\n&lt;p&gt;General Manager David Peterson confirmed this reinvestment strategy&lt;/p&gt;\n&lt;p&gt;Stating sale revenues were instantly channeled into network expansion&lt;/p&gt;\n&lt;p&gt;Avoiding external investors preserves Proton&#039;s privacy-first principles&lt;/p&gt;\n&lt;p&gt;For privacy-conscious consumers&lt;/p&gt;\n&lt;p&gt;Choosing Proton becomes an active contribution&lt;/p&gt;\n&lt;p&gt;Members directly support an ecosystem prioritizing continuous&lt;/p&gt;\n&lt;p&gt;Member-supported enhancement over profit maximization&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692399dc5c10fc9acf230c516plto0W207&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692399dc5c10fc9acf230c516plto0W207&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Black Friday Promotion Fuels Proton VPN&#039;s Infrastructure Expansion&lt;/p&gt;\n&lt;p&gt;Proton VPN has announced a significant price reduction for their Black Friday sale, offering their premium service at just $2.49 monthly with a two-year commitment&mdash;a substantial 75% discount from the regular price of $3.59.&lt;/p&gt;\n&lt;p&gt;This Swiss-based VPN provider has explicitly stated that revenue generated from this promotional period will be directly channeled into expanding their server infrastructure, demonstrating their commitment to service improvement rather than just profit-taking.&lt;/p&gt;\n&lt;p&gt;The company&#039;s expansion strategy follows their user-funded growth model, which has already yielded impressive results over the past twelve months. Recent network upgrades have included both performance enhancements to existing locations and the addition of new server locations for their free tier users.&lt;/p&gt;\n&lt;p&gt;Security remains at the forefront of Proton VPN&#039;s offering, with their distinctive Secure Core architecture routing traffic through company-owned servers in privacy-friendly jurisdictions before reaching final destinations. This multi-hop approach provides an additional security layer compared to standard VPN connections.&lt;/p&gt;\n&lt;p&gt;The service boasts coverage across 127 countries, making it one of the most geographically diverse VPN providers available. Their commitment to transparency is evidenced by open-source applications that allow public code scrutiny, complemented by independent security audits and a verified no-logs policy.&lt;/p&gt;\n&lt;p&gt;Beyond security features, Proton VPN has established itself as an effective solution for accessing geo-restricted content. Users report consistent success accessing various streaming platforms including multiple Netflix regional libraries, Disney+, and BBC iPlayer.&lt;/p&gt;\n&lt;p&gt;Their NetShield technology offers integrated ad-blocking, tracker prevention, and malware protection, while their VPN Accelerator technology helps mitigate the speed reduction typically associated with encrypted connections.&lt;/p&gt;\n&lt;p&gt;This strategic pricing approach appears designed to rapidly increase their user base while generating the capital needed for continued infrastructure investment&mdash;a win-win for both new subscribers and the company&#039;s long-term development roadmap.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to ensure private, anonymous browsing and overcome geographic or institutional barriers blocking access. This need arises from the desire to shield online activity from surveillance and circumvent restrictions imposed by governments, workplaces, or ISPs. Consequently, &quot;porn unblocked&quot; refers to the state where users can freely access adult content websites from restricted locations, achieved by routing their connection through a VPN server to mask their location and encrypt their traffic.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, considering SafeShell VPN is a smart choice. This VPN service provides a secure and private browsing environment, ensuring that your online activities remain confidential and protected from external threats. Its robust encryption protocols and the innovative ShellGuard system make it possible to bypass censorship and enjoy unrestricted access to adult content without compromising your safety.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that enhance your browsing experience. It features lightning-fast speeds, allowing seamless streaming of high-definition videos without buffering issues. The App Mode feature is particularly useful for unblocking content from multiple regions simultaneously, saving you time and effort when accessing various adult sites. Additionally, with multi-device support, SafeShell VPN ensures that all your devices can enjoy secure connections and unrestricted access wherever you are.&lt;/p&gt;\n&lt;p&gt;By choosing SafeShell VPN to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, users gain not only the ability to access region-locked adult content effortlessly but also enjoy enhanced security, fast and reliable connections, and the convenience of multi-device protection. Its combination of speed, security, and regional flexibility makes it an ideal tool for anyone seeking private and unrestricted access to adult content online.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing adult content globally, follow these streamlined steps: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by signing up for a SafeShell VPN subscription via their official website and proceed to download the compatible application for your device(s)\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application, launch it, and log into your newly created SafeShell VPN account using your credentials\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the application settings and activate the specialized App Mode feature to optimize streaming capabilities\n&lt;/li&gt;\n&lt;li&gt;\nSelect your desired server location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected to the chosen server, securely browse your preferred platforms with complete anonymity and unrestricted access\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Enjoy private viewing of region-specific adult content while SafeShell VPN encrypts your connection.&lt;/p&gt;', 9, 'game'),
(193, 334, '', 'Tyler Henry Reading &ndash; Gronkowski Family Episode Recap', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239aaf89ee7e0d146242f9Ipd62W9603&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239aaf89ee7e0d146242f9Ipd62W9603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During the fifth episode of &lt;em&gt;Live from the Other Side with Tyler Henry&lt;/em&gt;, titled &ldquo;Hope,&rdquo; which aired on October 29, the renowned clairvoyant medium conducted a heartfelt session with Rob &ldquo;Gronk&rdquo; Gronkowski, a former NFL superstar, and his partner Camille Kostek, known for her work as a model, television personality, and her past as a Patriots cheerleader. The gathering also included Rob&rsquo;s elder brother Dan, his wife Brittany Gronkowski, and Zoe, a friend and fellow Patriots cheerleader.&lt;/p&gt;\n&lt;p&gt;Prior to beginning the reading, Tyler Henry received two vivid impressions: a stiff shoulder and an object linked to the Boston Red Sox, which he later identified as Brittany&rsquo;s late father&rsquo;s hat. This detail underscored the medium&rsquo;s intuitive connection before delving into specific messages.&lt;/p&gt;\n&lt;p&gt;Focusing initially on Rob&rsquo;s primary sport&mdash;football&mdash;Henry highlighted a significant figure in Rob&rsquo;s career who had passed unexpectedly due to a heart issue. Described as a lively personality, the spirit was characterized as someone who often greeted others with a jovial, &ldquo;Hey, meatball,&rdquo; reflecting his fun-loving nature and close bond with Rob during his nine seasons with the Patriots.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239ab291a01cd431742229GToiqPxI03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239ab291a01cd431742229GToiqPxI03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The medium conveyed Dana&#039;s enduring spiritual presence to Rob and Camille, noting how the late friend experiences life through their actions&mdash;an insight Rob confirmed as profoundly accurate.&lt;/p&gt;\n\n&lt;p&gt;During the live session, Rob admitted fearing Dana might dominate the communication, true to his larger-than-life personality that once &quot;took over the whole party.&quot; Yet Dana respectfully allowed others to connect, a gesture Rob deeply appreciated.&lt;/p&gt;\n\n&lt;p&gt;Henry later revisited the symbol of a Red Sox hat, describing someone catching a foul ball. Brittany recognized this as a cherished memory from a game attended to honor her late father Stanley, where Dana&rsquo;s children actually caught a ball, making her feel Stanley&rsquo;s presence.&lt;/p&gt;\n\n&lt;p&gt;The reading also touched upon the family&rsquo;s athletic legacy. Henry sensed the brothers&rsquo; Olympian great-grandfather Ignatius, a cyclist in the 1924 Paris Games.&lt;/p&gt;\n\n&lt;p&gt;Additionally, pre-reading shoulder discomfort was linked to their father Gordon, a former college football player currently managing arm issues following neck surgery.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239ab5c8f5bf3013c6f555a8ljweI703&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239ab5c8f5bf3013c6f555a8ljweI703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As the session drew to a close, Henry offered some heartfelt advice to Camille and Brittany, urging them to stay alert for any health issues that might arise, particularly emphasizing concerns related to female reproductive health, such as ovarian, uterine, or cervical problems.&lt;/p&gt;\n&lt;p&gt;He also hinted that a few individuals in the gathering could find themselves involved in matters connected to real estate, adding an intriguing layer to the session&#039;s insights.&lt;/p&gt;\n&lt;p&gt;Throughout the experience, themes of familial love, remembrance, and the enduring bonds that connect us resonated deeply, leaving many participants visibly emotional. Henry reflected on the significance of these memories, explaining, &ldquo;What I&rsquo;ve realized is that these recollections carry far more weight than their initial impressions. They live on through our actions, reminding us that we are not alone in this world.&rdquo;&lt;/p&gt;\n&lt;p&gt;Rob shared his personal takeaway from the session, expressing a newfound clarity about life&#039;s purpose. &ldquo;I understand now that the soul persists beyond physical death,&rdquo; he explained. &ldquo;Living fully is essential because, even after we leave, we continue to impact others in meaningful ways.&rdquo;&lt;/p&gt;\n&lt;p&gt;For those interested in exploring more of these profound connections, the show &lt;em&gt;Live from the Other Side with Tyler Henry&lt;/em&gt; airs every Tuesday at 3 p.m. PT / 6 p.m. ET.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used for watching a wide range of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to content that is normally restricted due to geographical or network restrictions, often through the use of VPNs, proxy servers, or Smart DNS services, enabling users to enjoy a broader selection of shows and movies.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix content by unblocking its geo-libraries, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a compelling solution to consider. It offers a suite of benefits designed for seamless and secure streaming:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN effectively bypasses Netflix&#039;s geographical blocks, granting access to the full catalog from any location.\n&lt;/li&gt;\n&lt;li&gt;\nIt features high-speed servers optimized specifically for Netflix, ensuring smooth, buffer-free HD viewing.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode allows simultaneous access to multiple regional libraries for diverse content.\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell VPN provides blazing connection speeds with no bandwidth limits, eliminating frustrating buffering.\n&lt;/li&gt;\n&lt;li&gt;\nUsers can connect up to five devices concurrently across various platforms like Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nUncompromised security is guaranteed through the proprietary &quot;ShellGuard&quot; protocol and advanced encryption, shielding online activity.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan lets you experience all these SafeShell VPN features risk-free before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to watch content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and completing the subscription process. Once subscribed, download the appropriate SafeShell VPN app for your device, whether it&rsquo;s Windows, macOS, iOS, or Android, and install it following the prompts. After installation, launch the SafeShell VPN app and log in to your account; for an optimal streaming experience, select the APP mode within the app. Next, browse the list of available VPN servers and pick one located in the region whose Netflix content you wish to access, such as the US or UK; click &quot;Connect&quot; to establish the VPN connection. Finally, open the Netflix app or website, log into your account, and enjoy streaming content from the region you selected, thanks to the secure and reliable connection provided by SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(194, 335, '', 'Encryption Backdoors: Why They Threaten Digital Security', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239a4991a01cd431741fbdzMKumWiX03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239a4991a01cd431741fbdzMKumWiX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;More than six dozen tech and privacy groups unite to defend digital security foundations&lt;/p&gt;\n&lt;p&gt;They emphasize that any attempt to compromise encryption inevitably creates systemic weaknesses&lt;/p&gt;\n&lt;p&gt;Current legislative pushes, particularly within the European Union, intensify this global debate&lt;/p&gt;\n\n&lt;p&gt;Encryption backdoors fundamentally undermine online safety, the coalition asserts&lt;/p&gt;\n&lt;p&gt;Such vulnerabilities cannot remain exclusive to authorities; malicious actors will exploit them&lt;/p&gt;\n&lt;p&gt;This damages trust in digital services and weakens the entire digital economy&lt;/p&gt;\n\n&lt;p&gt;Essential communications and sensitive data rely on unbreakable encryption&lt;/p&gt;\n&lt;p&gt;Without it, users lose confidence in apps, fearing surveillance or data breaches&lt;/p&gt;\n&lt;p&gt;Privacy-conscious individuals face diminished secure communication options&lt;/p&gt;\n\n&lt;p&gt;The statement counters government efforts seeking special data access&lt;/p&gt;\n&lt;p&gt;EU proposals like Chat Control, advancing client-side scanning, raise particular alarm&lt;/p&gt;\n&lt;p&gt;A 2030 roadmap aims for law enforcement access to private citizen data&lt;/p&gt;\n\n&lt;p&gt;Signatories include leading VPN providers through the VPN Trust Initiative&lt;/p&gt;\n&lt;p&gt;Services like ExpressVPN and NordVPN face increasing regulatory targeting&lt;/p&gt;\n&lt;p&gt;They help set critical standards for protecting online traffic globally&lt;/p&gt;\n\n&lt;p&gt;Law enforcement needs shouldn&#039;t compromise billions of users&#039; safety&lt;/p&gt;\n&lt;p&gt;Investigative methods must coexist with robust privacy protections&lt;/p&gt;\n&lt;p&gt;As one former FBI counsel stated: &quot;Encryption is vital to law enforcement&quot;&lt;/p&gt;\n&lt;p&gt;He specifically denounced client-side scanning as fundamentally flawed&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to geographical restrictions, privacy concerns, and censorship issues in various countries. These services enable users to bypass these barriers by changing their virtual location and encrypting their internet traffic, ensuring anonymous and secure access to adult content. Porn unblocked through VPNs provides users with the freedom to explore their interests without fear of surveillance or judgment, while also potentially avoiding bandwidth throttling by ISPs who might otherwise limit speeds when accessing such websites.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you are seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that are restricted by region, SafeShell VPN is an ideal solution to consider. The benefits of using SafeShell VPN include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nLightning-fast speeds for seamless streaming of high-definition adult content without buffering or quality loss, ensuring an uninterrupted viewing experience.\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode functionality that unlocks region-blocked porn sites from multiple countries simultaneously, eliminating the need for manual server switching.\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade ShellGuard encryption protocol that keeps your browsing activities entirely private, shielding you from ISP surveillance and bypassing stringent content filters.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility supporting up to five connections across platforms like Windows, iOS, Android, and smart TVs, extending secure access to all your devices.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, start by subscribing to SafeShell VPN through their official website, where you can select a plan that best suits your needs. Once you&#039;ve completed your subscription, download and install the SafeShell app compatible with your device to ensure seamless connectivity. After installation, open the application and enable App Mode to maximize your access options, allowing for a more flexible browsing experience. Next, browse through the available server locations within SafeShell&#039;s extensive global network and select a server from the region where the content is accessible. Once connected, you can safely and privately explore the desired sites, enjoying unrestricted access while safeguarding your personal information.&lt;/p&gt;', 9, 'game'),
(195, 336, '', 'Love Is Blind Season 7 Reunion &ndash; Drama &amp; Highlights', '&lt;h3&gt;Season 7 Reunion Highlights&lt;/h3&gt;\n&lt;p&gt;The explosive &lt;em&gt;Love Is Blind&lt;/em&gt; Season 7 confrontation brings Washington DC&#039;s pod alumni back together.&lt;/p&gt;\n&lt;p&gt;Nick and Vanessa Lachey host the charged gathering, dissecting post-wedding fallout and tangled romances.&lt;/p&gt;\n&lt;p&gt;Seven couples emerged engaged from the pods: Taylor &amp;amp; Garrett, Alex &amp;amp; Tim, Stephen &amp;amp; Monica, Marissa &amp;amp; Ramses, Tyler &amp;amp; Ashley, Brittany &amp;amp; Leo, and Hannah &amp;amp; Nick.&lt;/p&gt;\n&lt;p&gt;Their journeys diverged drastically under real-world pressures.&lt;/p&gt;\n&lt;p&gt;While some duos cautiously navigate toward marriage, others fractured amidst intense scrutiny and unexpected social media revelations.&lt;/p&gt;\n&lt;p&gt;This reunion lays bare who remains united and who called it quits before the altar.&lt;/p&gt;\n&lt;p&gt;Denver singles prepare for their own journey, entering the pods for Season 9 starting October 30th.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69239aa16dd7e7f81ab2e5fecXJRqqDg07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69239aa16dd7e7f81ab2e5fecXJRqqDg07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Love Is Blind Season 7 Reunion: All the Drama You Can Expect&lt;/p&gt;\n&lt;p&gt;The highly anticipated reunion for Season 7 of Netflix&#039;s experimental dating show is just around the corner, and fans are buzzing with excitement to see which couples have survived the real world after saying &quot;I do&quot; at the altar.&lt;/p&gt;\n&lt;p&gt;Hosted by Nick and Vanessa Lachey, this season&#039;s reunion promises to deliver the emotional confrontations, surprising revelations, and relationship updates that viewers have been eagerly waiting for since the finale.&lt;/p&gt;\n&lt;p&gt;The experiment, which challenges singles to form deep connections and get engaged without ever seeing each other, has produced both heartwarming success stories and devastating breakups throughout its seven-season run.&lt;/p&gt;\n&lt;p&gt;What makes this reunion particularly intriguing is the chance to see how couples navigated their relationships once the cameras stopped rolling. Did the chemistry in the pods translate to lasting love in the real world? Which pairs overcame family objections and lifestyle differences? And who called it quits after saying &quot;yes&quot; at the altar?&lt;/p&gt;\n&lt;p&gt;Beyond the current season&#039;s participants, rumors suggest we might see updates from couples from previous seasons who have reached significant milestones in their relationships since their time on the show.&lt;/p&gt;\n&lt;p&gt;For dedicated fans who&#039;ve followed every dramatic moment, the reunion offers closure and perhaps a few unexpected twists that even the most observant viewers couldn&#039;t predict.&lt;/p&gt;\n&lt;p&gt;Mark your calendars and prepare your watch parties &ndash; this reunion is shaping up to be one of the most revealing and emotional episodes in the show&#039;s history.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69239aa426f20d4ff361d9dbeVbkF17C07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69239aa426f20d4ff361d9dbeVbkF17C07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fans were captivated by Anna and Blake&#039;s journey in the pods this season,&lt;/p&gt;\n&lt;p&gt;only to see their connection dissolve before engagements could occur.&lt;/p&gt;\n&lt;p&gt;Their departure stemmed from fundamental differences surfacing during crucial conversations.&lt;/p&gt;\n&lt;p&gt;Anna sought deeper emotional alignment and shared life visions,&lt;/p&gt;\n&lt;p&gt;while Blake grappled with expressing vulnerability at the necessary pace.&lt;/p&gt;\n&lt;p&gt;Ultimately, a perceived mismatch in communication styles and future expectations became apparent.&lt;/p&gt;\n&lt;p&gt;The pressure of the accelerated environment magnified these underlying incompatibilities,&lt;/p&gt;\n&lt;p&gt;leading both to conclude pursuing a relationship wasn&#039;t feasible.&lt;/p&gt;\n&lt;p&gt;Their exit underscores the intense emotional challenges inherent in the experiment,&lt;/p&gt;\n&lt;p&gt;demonstrating that finding lasting love requires more than just a strong initial spark.&lt;/p&gt;\n&lt;p&gt;The decision, though difficult, highlighted their commitment to authenticity over forcing a connection.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69239aa6dbcd168fda3af7e25sEosdNC07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69239aa6dbcd168fda3af7e25sEosdNC07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Love Is Blind Season 7 Reunion&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s hit dating show &quot;Love Is Blind&quot; continues to captivate audiences with its unique premise of finding love sight unseen. As Season 7&#039;s reunion special approaches, fans are eagerly anticipating updates on their favorite couples.&lt;/p&gt;\n&lt;p&gt;The reunion episode promises to deliver the drama and revelations viewers have come to expect from these highly anticipated gatherings. Hosted by Nick and Vanessa Lachey, the special will bring together all participants to discuss their journeys since filming concluded.&lt;/p&gt;\n&lt;p&gt;Several burning questions remain: Which couples have maintained their relationships beyond the altar? What unexpected developments have occurred since cameras stopped rolling? And which participants have found new love interests outside the experiment?&lt;/p&gt;\n&lt;p&gt;This season featured particularly emotional wedding ceremonies, with tears, family tensions, and last-minute decisions creating memorable television moments. The reunion offers contestants an opportunity to address unresolved conflicts and provide clarity on confusing situations that played out during the season.&lt;/p&gt;\n&lt;p&gt;Viewers can expect fashion highlights, seating arrangement drama, and potentially some surprise announcements during the special. Previous reunions have included engagement revelations and relationship status updates that shocked both cast members and audiences alike.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss this opportunity to get closure on Season 7&#039;s relationship journeys and perhaps witness the beginning of new chapters for these reality TV personalities.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69239aa91f6cd766465e5019wSSbrSXY07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69239aa91f6cd766465e5019wSSbrSXY07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mark your calendar for October 30th, as the beloved cast members reunite to reminisce and discuss the season&#039;s highlights, just one week after the season finale airs.&lt;/p&gt;\n&lt;p&gt;The highly anticipated event kicks off at 6 p.m. Pacific Time and 9 p.m. Eastern Time.&lt;/p&gt;\n&lt;p&gt;Get ready to settle in with your favorite snacks&mdash;whether that&#039;s popcorn, a glass of wine, or some exclusive &lt;em&gt;Love Is Blind&lt;/em&gt; merchandise to elevate your viewing experience.  &lt;/p&gt;\n&lt;p&gt;For a sneak peek of what&rsquo;s to come, scroll back to the top of the page and catch a glimpse of the drama heading your way.&lt;/p&gt;\n&lt;p&gt;In a stunning preview, the pod squad showcases their glamorous reunion styles, giving fans a first look at their elevated looks.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bf97bc88e9ed0ae279bJ7f6PSyZ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bf97bc88e9ed0ae279bJ7f6PSyZ03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bfca64c84bb4d64970f43gIa6S603&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bfca64c84bb4d64970f43gIa6S603&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bffe492458d5b989222I4EHTczT03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bffe492458d5b989222I4EHTczT03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0245bf0a8a7b07a47dmp23VYk503&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0245bf0a8a7b07a47dmp23VYk503&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c05897bea2c576ec46d35M3fLWG03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c05897bea2c576ec46d35M3fLWG03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c085a5661c5317c8fc3P2tvjQNP03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c085a5661c5317c8fc3P2tvjQNP03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0be42ebe34b7c7e00fkpHto1Ea03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0be42ebe34b7c7e00fkpHto1Ea03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0ec82f7d77b1103782BfDm2YkC03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0ec82f7d77b1103782BfDm2YkC03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c11961f54f2a075f72c7OeQVjTS03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c11961f54f2a075f72c7OeQVjTS03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c15a64c84bb4d64986dbByCRcm703&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c15a64c84bb4d64986dbByCRcm703&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c18e42ebe34b7c7e0bdScPkfMSA03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c18e42ebe34b7c7e0bdScPkfMSA03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1b335fb7b55606df4bwuF0U9TC03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1b335fb7b55606df4bwuF0U9TC03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1ee492458d5b989498zq2uDlB803&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1ee492458d5b989498zq2uDlB803&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c227e218ac73856e2bamNiSbciI03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c227e218ac73856e2bamNiSbciI03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Nick and Vanessa Lachey will host the highly anticipated Love Is Blind Season 7 reunion, bringing together this season&#039;s memorable couples to discuss their journeys.&lt;/p&gt;\n&lt;p&gt;The reunion promises to deliver intense confrontations and heartwarming reconciliations as participants reflect on their experiences from the pods to the altar.&lt;/p&gt;\n&lt;p&gt;Former contestants from previous seasons will make special appearances, offering their perspectives on this season&#039;s drama while providing updates about their own relationships since leaving the show.&lt;/p&gt;\n&lt;p&gt;Viewers can expect to see Leo and Brittany address their relationship challenges, while Tyler and Ashley will reveal what happened after their emotional finale.&lt;/p&gt;\n&lt;p&gt;Tim and Hannah, whose connection captivated audiences, will share insights about their post-show experience, alongside Ramses and Marissa discussing their unexpected journey.&lt;/p&gt;\n&lt;p&gt;Nick and Monica, whose relationship faced significant obstacles, will have the opportunity to clear the air, while Garrett and Taylor confront their unresolved issues.&lt;/p&gt;\n&lt;p&gt;Stephen and Alexandra round out the cast members appearing at the reunion, where they&#039;ll reflect on their time in the experiment and what they&#039;ve learned about love.&lt;/p&gt;\n&lt;p&gt;The reunion special features stunning formal attire, with participants dressed elegantly for what promises to be one of the most revealing episodes of the season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c262410ba190cdeab2aAPJMOxiw03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c262410ba190cdeab2aAPJMOxiw03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c29ee2d5bff39077f1dgF3W7Bta03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c29ee2d5bff39077f1dgF3W7Bta03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c2be42ebe34b7c7e1bbttuytqsx03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c2be42ebe34b7c7e1bbttuytqsx03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c2ff09ef60dc6c26670U7FiMDX903&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c2ff09ef60dc6c26670U7FiMDX903&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c32e492458d5b98962coweeUmi603&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c32e492458d5b98962coweeUmi603&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 7 Reunion Highlights&lt;/h3&gt;\n&lt;p&gt;The journey of Bliss and Zack Goytowski stands as one of the more intriguing narratives from this season&#039;s social experiment. Their relationship, which blossomed within the pods, faced significant challenges once they entered the real world together.&lt;/p&gt;\n&lt;p&gt;Meanwhile, AD Smith&#039;s experience on the show offered viewers a different perspective on vulnerability and emotional availability in modern dating landscapes.&lt;/p&gt;\n&lt;p&gt;Benjamin and Jessica McGraph&#039;s appearance at the reunion promises to provide insight into their relationship development since their time on the show. As returning participants, their perspective brings a unique dimension to the conversation.&lt;/p&gt;\n&lt;p&gt;Nancy Rodriguez&#039;s storyline resonated with many viewers who appreciated her authenticity throughout the process. Her reflections at the reunion will likely address unresolved feelings and personal growth.&lt;/p&gt;\n&lt;p&gt;Marshall Glaze&#039;s journey took several unexpected turns, making his reunion appearance particularly anticipated among fans eager to hear his side of the story.&lt;/p&gt;\n&lt;p&gt;Interestingly, some participants who didn&#039;t progress to the couples&#039; retreat still received invitations to the reunion special, suggesting producers recognized their contribution to this season&#039;s dramatic narrative arc.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c342410ba190cdeabd8kE5erlJj03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c342410ba190cdeabd8kE5erlJj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Love Is Blind Season 7 reunion brought plenty of drama between Brittany and Leo, whose relationship journey captivated viewers throughout the season. Their emotional confrontation on the reunion couches revealed unresolved tensions and surprising revelations.&lt;/p&gt;\n&lt;p&gt;During the heated exchange, Leo expressed feeling blindsided by Brittany&#039;s change of heart after filming wrapped, while Brittany defended her decision to prioritize her emotional wellbeing. Their body language spoke volumes as they sat distanced on opposite ends of the couch.&lt;/p&gt;\n&lt;p&gt;Fellow cast members appeared visibly uncomfortable as moderators pressed the former couple about intimate details of their relationship timeline. At one point, production needed to pause filming when emotions ran particularly high.&lt;/p&gt;\n&lt;p&gt;Perhaps most shocking was Leo&#039;s admission about post-show events that contradicted statements he had made on social media, leaving Brittany visibly stunned. The reunion also featured previously unseen footage that painted their relationship in a new light.&lt;/p&gt;\n&lt;p&gt;The aftermath of their confrontation continues to spark heated debates among fans online, with viewers divided on who was truly at fault for their relationship&#039;s demise.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c373b5654f6514c57e3APOi5otT03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c373b5654f6514c57e3APOi5otT03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Cast Tips for New Contestants&lt;/h3&gt;\n&lt;p&gt;Members of the &lt;em&gt;Love Is Blind&lt;/em&gt; cast share their insights and tips with the upcoming pod participants.  &lt;/p&gt;\n&lt;p&gt;They emphasize the importance of genuine communication and staying true to oneself throughout the process.&lt;/p&gt;\n&lt;p&gt;Drawing from their own experiences, they advise future contestants to remain patient and open-minded during the journey.&lt;/p&gt;\n&lt;p&gt;Additionally, they highlight how building trust early on can significantly impact the success of connections.&lt;/p&gt;\n&lt;p&gt;Overall, their advice aims to prepare new participants for the emotional and relational challenges ahead.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a globally popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content for entertainment enthusiasts to enjoy on various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to access content that would otherwise be unavailable in their region due to geographical restrictions, enabling viewers to explore a broader selection of shows and movies that are exclusively available in other countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix through Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service provides a reliable and secure way to bypass geo-restrictions, granting users access to the full Netflix library regardless of their location. SafeShell VPN employs advanced encryption protocols to protect online activities, ensuring user privacy remains intact while streaming. Its ability to evade detection by Netflix&#039;s VPN and proxy systems guarantees seamless viewing experiences without interruptions or the risk of being blocked. Additionally, SafeShell VPN&#039;s high-speed servers are optimized for smooth, high-definition streaming, minimizing buffering and optimizing bandwidth for an uninterrupted entertainment experience. &lt;/p&gt;\n&lt;p&gt;Beyond Netflix, SafeShell VPN supports multiple device connections simultaneously, including Windows, macOS, iOS, Android, and smart TVs, making it easy to enjoy content across all your devices. Its unique App Mode allows users to unlock and access content from multiple regions at once, expanding entertainment options even further. With blazing connection speeds and robust security features powered by the proprietary ShellGuard VPN protocol, SafeShell VPN ensures private, fast, and secure browsing. The platform&rsquo;s user-friendly interface and flexible free trial make it accessible for users seeking a secure and unrestricted streaming experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to unlock region-specific content, first visit the official SafeShell website and choose a suitable subscription plan. After completing your purchase, proceed to download the dedicated SafeShell VPN application compatible with your operating system, whether it&#039;s Windows, macOS, iOS, or Android. Install the downloaded software following the standard procedure for your device. Once installed, launch the SafeShell VPN app and log in using the credentials you created during the subscription process.&lt;/p&gt;\n\n&lt;p&gt;Next, navigate within the app to the server selection screen. Browse the extensive list of global server locations and select one corresponding to the Netflix region you wish to access, such as the US or UK. For optimal Netflix streaming performance, ensure you are using the APP mode within the SafeShell interface before establishing the connection. Click the &#039;Connect&#039; button to link to your chosen server. Once a secure connection is confirmed, simply open your Netflix application or visit the Netflix website in your browser, log into your account, and start enjoying the expanded library available from your selected region, powered by SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(196, 337, '', 'Netflix Highlights: Top Picks This Week', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0fe7e5f04cc3665f00hEVHNsYQ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0fe7e5f04cc3665f00hEVHNsYQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Weekly Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;As a dedicated streaming enthusiast who spends countless hours exploring Netflix&#039;s latest offerings, I&#039;ve uncovered several noteworthy additions worth your attention this week.&lt;/p&gt;\n&lt;p&gt;Among the fresh Netflix originals, &quot;The Four Seasons&quot; stands out as a must-see limited series. This modern reimagining of the classic 1981 rom-com features an impressive ensemble cast headlined by comedy powerhouses Tina Fey and Steve Carell, delivering performances that honor the beloved source material while adding contemporary flair.&lt;/p&gt;\n&lt;p&gt;For film aficionados, I highly recommend prioritizing &quot;Past Lives&quot; &ndash; a critically acclaimed romantic drama that recently garnered Oscar nominations in both the Best Picture and Best Original Screenplay categories. Though not a Netflix original production, its arrival on the platform makes it the standout cinematic experience of the week.&lt;/p&gt;\n&lt;p&gt;Beyond these highlights, the streaming giant has added numerous other titles worth exploring. Whether you&#039;re seeking thrilling action, heartwarming comedy, or thought-provoking drama, this week&#039;s diverse lineup offers something for every viewing preference.&lt;/p&gt;\n&lt;p&gt;For those planning their watchlist for the month ahead, remember that several titles will soon be departing the platform, so prioritize accordingly. And if you&#039;re interested in upcoming releases, Netflix&#039;s May schedule promises even more exciting content in the coming weeks.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c12b36a1e57ddb4204capzkQXdZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c12b36a1e57ddb4204capzkQXdZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Tina Fey and Steve Carell reunite for chaotic group therapy in &quot;The Four Seasons&quot; miniseries.&lt;/p&gt;\n\n&lt;p&gt;A long-standing tradition of couples&#039; getaways implodes when one partner drops a bombshell confession.&lt;/p&gt;\n\n&lt;p&gt;Three pairs &ndash; Fey with Will Forte, Steve Carell with Kerri Kenney-Silver, and Marco Calvani with Colman Domingo &ndash; spiral into romantic turmoil.&lt;/p&gt;\n\n&lt;p&gt;This adaptation of the 1981 film throws these six friends into unexpected emotional turbulence.&lt;/p&gt;\n\n&lt;p&gt;Their carefully curated vacations will never be the same after this seismic revelation.&lt;/p&gt;\n\n&lt;p&gt;Don&#039;t miss the chaos unfolding when it premieres.&lt;/p&gt;\n\n&lt;p&gt;Streaming exclusively on Netflix starting May 1.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c15f09ef60dc6c26544NJTjYtGe03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c15f09ef60dc6c26544NJTjYtGe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the acclaimed romantic masterpiece &#039;Past Lives&#039; arriving on Netflix this week&lt;/p&gt;\n\n&lt;p&gt;Experience Celine Song&#039;s remarkable directorial debut that captured hearts worldwide&lt;/p&gt;\n\n&lt;p&gt;Greta Lee and Teo Yoo deliver breathtaking performances as childhood lovers separated by destiny&lt;/p&gt;\n\n&lt;p&gt;John Magaro shines as Nora&#039;s husband, breaking stereotypes with his nuanced portrayal&lt;/p&gt;\n\n&lt;p&gt;This poignant exploration of cultural identity and roads not taken will linger with you&lt;/p&gt;\n\n&lt;p&gt;Hailed as one of 2023&#039;s finest films, its emotional depth resonates powerfully&lt;/p&gt;\n\n&lt;p&gt;Stream this beautifully crafted story of connection and compromise starting May 1&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c18897bea2c576ec56bePVOl1x803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c18897bea2c576ec56bePVOl1x803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Over the past ten years, Netflix&#039;s original series &quot;Chef&#039;s Table&quot; has become a culinary sensation, showcasing the artistry and dedication of world-renowned chefs. Building on the success of the documentary &quot;Jiro Dreams of Sushi,&quot; the series offers an intimate look into their creative journeys and philosophies.&lt;/p&gt;\n&lt;p&gt;To mark its decade milestone, Netflix has launched &quot;Chef&#039;s Table: Legends,&quot; a special edition featuring some of the most influential figures in modern gastronomy. This collection includes culinary giants like Jamie Oliver, Jos&eacute; Andr&eacute;s, Thomas Keller, and Alice Waters&mdash;names that inspire admiration and culinary curiosity alike.&lt;/p&gt;\n&lt;p&gt;If you&#039;re passionate about food and storytelling, this is a must-watch. Discover their stories and culinary visions now available on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1b45bf0a8a7b07a64b6NJSxA0D03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1b45bf0a8a7b07a64b6NJSxA0D03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Documentary Series on Pivotal Events&lt;/h3&gt;\n&lt;p&gt;For those interested in historical documentaries, Netflix offers the compelling series &quot;Turning Point,&quot; which explores pivotal moments in world history. Even viewers typically not drawn to war documentaries have reported finding these series captivating, as highlighted by Alyse Stanley, who usually avoids such topics but found herself engrossed.&lt;/p&gt;\n&lt;p&gt;Previous installments have covered major events like the development of the atomic bomb, Cold War tensions, and the aftermath of 9/11. The latest, &quot;Turning Point: The Vietnam War,&quot; shifts focus to one of America&#039;s most contentious military engagements since World War II.&lt;/p&gt;\n&lt;p&gt;This series delves into not only the military setbacks but also the profound political and cultural upheavals triggered by the conflict. Through a rich mix of CBS news archives, Vietnamese footage, and declassified government documents, director Brian Knappenberger paints a comprehensive picture. History enthusiasts should mark their calendars for the release on April 30, available exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1da64c84bb4d6498ceiTc2EPso03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1da64c84bb4d6498ceiTc2EPso03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix brings together comedy royalty for an unforgettable tribute event.&lt;/p&gt;\n&lt;p&gt;A constellation of humor&#039;s brightest stars converges to celebrate Conan O&#039;Brien.&lt;/p&gt;\n&lt;p&gt;Witness David Letterman, Will Ferrell, Adam Sandler, Stephen Colbert, and Bill Hader share the stage.&lt;/p&gt;\n&lt;p&gt;Paul Rudd, Sarah Silverman, Kumail Nanjiani, Martin Short, and Tracy Morgan join the festivities.&lt;/p&gt;\n&lt;p&gt;John Mulaney, Nikki Glaser, Bill Burr, and Fred Armisen add their comedic voices to the mix.&lt;/p&gt;\n&lt;p&gt;While honoring Conan&#039;s Mark Twain Prize achievement, expect playful jabs and sidesplitting jokes.&lt;/p&gt;\n&lt;p&gt;This gathering guarantees laughter as peers affectionately roast the honoree.&lt;/p&gt;\n&lt;p&gt;Prepare for razor-sharp wit and hilarious anecdotes delivered by comedy legends.&lt;/p&gt;\n&lt;p&gt;Stream this star-studded, laughter-filled ceremony exclusively on Netflix from May 4.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1fe492458d5b9894ac8mgalg9o03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1fe492458d5b9894ac8mgalg9o03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Iconic heist masterpiece &quot;Ocean&#039;s Eleven&quot; lands on Netflix soon&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;George Clooney and Brad Pitt redefine cool as ex-cons plotting the perfect casino robbery&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Their target? Andy Garcia&#039;s ruthless casino mogul and his impenetrable vault&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Assembling a crew of specialists is key to pulling off this legendary Las Vegas score&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Experience Soderbergh&#039;s stylish direction and razor-sharp dialogue all over again&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Mark your calendars: The ultimate con artist symphony arrives April 23&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Pure entertainment gold with unparalleled rewatchability factor awaits&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c22c0850000beac5726Yj8yMHA203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c22c0850000beac5726Yj8yMHA203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Weekly Streaming Highlights&lt;/h3&gt;\n&lt;p&gt;My Weekly Streaming Picks: Fresh Netflix Content You Shouldn&#039;t Miss&lt;/p&gt;\n&lt;p&gt;This week brings an exciting array of new content to Netflix that caters to diverse tastes. From thought-provoking documentaries to international thrillers, there&#039;s something for everyone in this latest batch of releases.&lt;/p&gt;\n&lt;p&gt;Documentary enthusiasts will be thrilled by the return of &quot;Chef&#039;s Table: Legends,&quot; premiering April 28. This Emmy-nominated series spotlights four culinary pioneers&mdash;Jamie Oliver, Jos&eacute; Andr&eacute;s, Alice Waters, and Thomas Keller&mdash;who have revolutionized global cuisine with their innovative approaches.&lt;/p&gt;\n&lt;p&gt;For those who enjoy international content, several options arrive on April 30. The French family film &quot;Asterix &amp;amp; Obelix: The Big Fight&quot; offers lighthearted adventure when a druid&#039;s memory loss threatens their magical potion, while Argentina brings us &quot;The Eternaut,&quot; a gripping sci-fi series about survivors of a deadly snowfall who discover it&#039;s actually an alien invasion.&lt;/p&gt;\n&lt;p&gt;German thriller &quot;Exterritorial&quot; debuts the same day, following an ex-special forces soldier&#039;s desperate search for her missing son inside a US consulate, uncovering sinister conspiracies along the way.&lt;/p&gt;\n&lt;p&gt;History buffs shouldn&#039;t miss &quot;Turning Point: The Vietnam War,&quot; an in-depth documentary series examining this pivotal conflict from the Gulf of Tonkin incident through the fall of Saigon.&lt;/p&gt;\n&lt;p&gt;May 1st is particularly packed with new releases and classic films. Among the highlights is &quot;Burn After Reading,&quot; a darkly comedic Coen brothers film starring George Clooney and Brad Pitt. The story follows gym employees who discover what they believe are classified CIA documents, setting off a chaotic chain of events with deadly consequences.&lt;/p&gt;\n&lt;p&gt;Other notable May 1st additions include Spanish true crime documentary &quot;Angi: Fake Life, True Crime&quot; and Mexican drama &quot;The Biggest Fan,&quot; plus dozens of beloved films ranging from &quot;Past Lives&quot; to the entire &quot;Twilight&quot; saga.&lt;/p&gt;\n&lt;p&gt;South African crime drama &quot;Unseen&quot; returns for its second season on May 2nd, alongside Korean zombie thrillers &quot;Peninsula&quot; and &quot;Train to Busan.&quot;&lt;/p&gt;\n&lt;p&gt;Comedy fans can look forward to &quot;Conan O&#039;Brien: The Kennedy Center Mark Twain Prize&quot; on May 4th, celebrating the late-night legend&#039;s contributions to American humor.&lt;/p&gt;\n&lt;p&gt;Plan your viewing schedule carefully, as numerous titles will be departing on May 1st, including favorites like &quot;About Time,&quot; &quot;Spider-Man: Across the Spider-Verse,&quot; and &quot;Whiplash.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Malcolm McMillan, your go-to source for streaming insights at Tom&#039;s Guide, offers his curated list for this week&#039;s viewing.&lt;/p&gt;\n&lt;p&gt;He spotlights a fresh Netflix thriller headlined by Tom Hardy, noting its visually stunning action sequences ultimately left him feeling unsatisfied despite the excitement.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;A recent episode from &#039;The Last of Us&#039; season 2 delivers a seismic narrative shift, earning McMillan&#039;s accolade as television&#039;s standout moment this year so far.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The horror reimagining &#039;Sinners&#039; takes a beloved classic and elevates it, achieving what he considers a phenomenal cinematic achievement.&lt;/p&gt;\n&lt;p&gt;McMillan brings sharp analysis to the streaming world, having joined Tom&#039;s Guide in 2022 and specializing in film and series coverage since 2023.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Never one to hedge his bets, he famously ranks &quot;John Wick&quot; among the top four films of all time.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographical restrictions and access a broader range of content on Netflix by connecting to servers in various countries. It is used to enhance streaming options and enjoy region-specific shows and movies that might otherwise be unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If your Netflix VPN isn&#039;t working and you seek reliable access to region-restricted content, consider switching to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for its exceptional advantages:&lt;/p&gt;\n&lt;p&gt;1.&lt;/p&gt;\n&lt;p&gt;High-speed Servers: Experience seamless, buffer-free Netflix streaming in HD or 4K quality without interruptions, thanks to servers optimized specifically for entertainment platforms.&lt;/p&gt;\n&lt;p&gt;2.&lt;/p&gt;\n&lt;p&gt;Multi-Device Support: Connect up to five devices simultaneously across all major platforms&mdash;stream on phones, tablets, computers, or smart TVs without switching accounts.&lt;/p&gt;\n&lt;p&gt;3.&lt;/p&gt;\n&lt;p&gt;Exclusive App Mode: Unlock multiple regional libraries at once, expanding your content choices beyond typical geo-restricted limitations.&lt;/p&gt;\n&lt;p&gt;4.&lt;/p&gt;\n&lt;p&gt;Zero Throttling: Enjoy consistently fast speeds without bandwidth restrictions, eliminating lag during peak streaming times.&lt;/p&gt;\n&lt;p&gt;5.&lt;/p&gt;\n&lt;p&gt;ShellGuard Security: Our proprietary protocol provides military-grade encryption, safeguarding your Netflix sessions from ISP tracking or data leaks.&lt;/p&gt;\n&lt;p&gt;6.&lt;/p&gt;\n&lt;p&gt;Risk-Free Trial: Test all features with our flexible free plan&mdash;confirm it resolves your &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; issues before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Here are the steps to unlock global Netflix content using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a suitable SafeShell VPN plan through their official website\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your specific device platform\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and securely log in using your account credentials\n&lt;/li&gt;\n&lt;li&gt;\nSelect the recommended APP mode within SafeShell VPN for optimal Netflix streaming performance\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server list and choose a high-speed server located in your desired Netflix region\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your chosen SafeShell Netflix VPN server to establish a secure tunnel\n&lt;/li&gt;\n&lt;li&gt;\nOpen the Netflix application or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy seamless access to exclusive regional libraries available through SafeShell Netflix VPN\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(197, 338, '', 'Festive Streaming Highlights &ndash; Top Holiday Picks 2024', '&lt;h3&gt;Festive Streaming Highlights&lt;/h3&gt;\n&lt;p&gt;The holiday season is upon us, bringing with it the comforting aromas of festive baking, crackling fires, and the warmth of gathering with loved ones. For those seeking entertainment to complement these cherished moments, streaming platforms are rolling out seasonal content to enhance your holiday experience.&lt;/p&gt;\n&lt;p&gt;This year&#039;s festive viewing options offer something for everyone. Family-friendly animated features provide wholesome entertainment that captures the magic of the season, while romantic comedies deliver heartwarming tales of unexpected love amidst holiday backdrops.&lt;/p&gt;\n&lt;p&gt;For those preferring more unconventional holiday fare, several offerings break from tradition with unique premises - from enchanted snowmen coming to life to dance spectaculars that bring heat to winter nights. Action enthusiasts aren&#039;t forgotten either, with high-stakes thrillers providing an adrenaline alternative to typical seasonal sentimentality.&lt;/p&gt;\n&lt;p&gt;Music lovers can look forward to special holiday performances from popular artists, bringing festive tunes and spectacular production to your living room. Sports fans can even enjoy the increasingly popular tradition of Christmas Day athletics, with professional football games streaming live on December 25th.&lt;/p&gt;\n&lt;p&gt;These diverse entertainment options provide perfect companions to holiday activities - whether you&#039;re taking a break from gift shopping, winding down after decorating, or simply seeking to immerse yourself in seasonal cheer from the comfort of your couch.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239beb3c32e00c1f0ed6e2ZqlhGKd903&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239beb3c32e00c1f0ed6e2ZqlhGKd903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This holiday season, entertainment options are more diverse than ever, offering something special for every fan. From thrilling roller coaster adventures in &lt;em&gt;Rollercoaster Tycoon&lt;/em&gt; to charming seasonal updates in &lt;em&gt;Kittens&lt;/em&gt;, there&#039;s no shortage of festive fun. Fans of heartfelt stories can enjoy &lt;em&gt;A Virgin River Christmas&lt;/em&gt;, while even casual gamers can experience the holiday magic in &lt;em&gt;Snake.io&lt;/em&gt; with new seasonal skins.&lt;/p&gt;\n&lt;p&gt;Celebrations extend beyond screens, as you can elevate your holiday gatherings with stylish accessories like the Johnnie Walker x Squid Game tumbler. Prepare a festive feast with mouthwatering recipes from &lt;em&gt;The Official Bridgerton Cookbook&lt;/em&gt;, and serve your dishes using the elegant Bridgerton x Williams Sonoma collection. To set the mood, attend a candlelit concert featuring period-inspired music, perfect for a refined holiday evening. For those counting down to Christmas, an exclusive Netflix collectibles advent calendar featuring your favorite characters will keep the anticipation alive. And to add a nostalgic touch, explore the Polly Pocket x Stranger Things compact playset, blending childhood whimsy with holiday cheer.&lt;/p&gt;\n&lt;p&gt;Don&rsquo;t leave gift shopping to the last minute&mdash;visit Netflix.shop for unique presents that cater to every pop culture enthusiast. Browse our curated gift guides to find the ideal surprise for Superman fans or other beloved characters. Stay tuned for more updates on Netflix&rsquo;s 2024 holiday lineup, including exclusive images from upcoming holiday films and series. Get ready for a season filled with joy, surprises, and festive entertainment.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239beee42ebe34b7c7de5fotoeLYEr03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239beee42ebe34b7c7de5fotoeLYEr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the heart of downtown Los Angeles, culinary authenticity takes center stage as an acclaimed chef challenges the polished perfection of food media. Every Tuesday evening through December 10th, viewers can experience a revolutionary approach to cooking shows that strips away the pretense and presents the genuine art of meal preparation.&lt;/p&gt;\n&lt;p&gt;&quot;Most cooking content you see is completely fabricated,&quot; states the host, who&#039;s determined to showcase the unfiltered reality of culinary creation. This groundbreaking series features no editing tricks, no behind-the-scenes food replacements, and no styling team making dishes appear more perfect than they actually are.&lt;/p&gt;\n&lt;p&gt;The format invites audiences into an intimate kitchen setting where celebrity guests gather for holiday-themed meals prepared entirely in real-time. What makes this concept truly innovative is its commitment to authenticity&mdash;viewers witness every step, mistake, and triumph as dishes come together before their eyes.&lt;/p&gt;\n&lt;p&gt;The production team includes culinary innovator Chang alongside executive producers Chris Ying, Christopher Chen, Noelle Cornelio, with Brandon Monk serving as showrunner. Additional production oversight comes from industry veterans Jesse Ignatovic, Evan Prager, and Jared Morell.&lt;/p&gt;\n&lt;p&gt;This refreshing departure from conventional cooking programs offers genuine culinary education rather than merely aspirational content. As the chef works through recipes, viewers gain practical insights and techniques they can actually replicate in their own kitchens.&lt;/p&gt;\n&lt;p&gt;The show represents a bold statement against the carefully curated food content that dominates media platforms, inviting audiences to embrace the beautiful imperfections of real cooking.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bf280bb518f276348f3KFTcdXEv03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bf280bb518f276348f3KFTcdXEv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the heart of bustling New York City, a romantic holiday adventure unfolds as one woman embarks on an extraordinary quest for love. Determined to create the perfect Christmas memory with her dream man, our protagonist navigates the chaotic city streets during its most magical season.&lt;/p&gt;\n&lt;p&gt;The challenge seems nearly impossible: securing tickets to the completely sold-out Pentatonix holiday concert on Christmas Eve &ndash; the hottest event in the city. What begins as a simple ticket hunt transforms into an unexpected journey filled with holiday mishaps, chance encounters, and seasonal serendipity.&lt;/p&gt;\n&lt;p&gt;This heartwarming tale features an ensemble cast including Christina Milian and Devale Ellis, alongside Kofi Siriboe and Tymika Tafari. The beloved a cappella group Pentatonix appears as themselves, with members Mitch Grassi, Scott Hoying, Kirstin Maldonado, Kevin Olusola, and Matt Sallee bringing their musical magic to the story.&lt;/p&gt;\n&lt;p&gt;Supporting performances by Kalen Allen, Nikki Duval, and Wesley French round out this festive narrative, all under Rusty Cundieff&#039;s thoughtful direction.&lt;/p&gt;\n&lt;p&gt;The story captures the essence of holiday romance against the backdrop of New York&#039;s winter wonderland, reminding us that sometimes the most meaningful gifts arrive in unexpected packages.&lt;/p&gt;\n&lt;p&gt;Coming to streaming platforms this November, this seasonal romance promises to deliver the perfect blend of music, love, and Christmas spirit for viewers seeking their next holiday favorite.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bf53b5654f6514c55dbgeXBt8e103&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bf53b5654f6514c55dbgeXBt8e103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The enchanting holiday romance &quot;Hot Frosty&quot; arrives on Netflix just in time for the festive season on November 13, 2024.&lt;/p&gt;\n&lt;p&gt;This heartwarming tale follows widow Kathy who, still grieving two years after her husband&#039;s passing, experiences an unexpected miracle when a snowman she creates comes to life in handsome human form.&lt;/p&gt;\n&lt;p&gt;The magical snowman&#039;s innocent perspective on the world helps Kathy rediscover joy, emotional connection, and ultimately opens her heart to love again. Their touching romance blossoms against the backdrop of the holiday season, creating a poignant countdown as his inevitable melting approaches.&lt;/p&gt;\n&lt;p&gt;The film features an impressive ensemble cast including Lacey Chabert in the lead role, with Dustin Milligan as her frosty love interest. Supporting performances come from Katy Mixon Greer, Lauren Holly, and Chrishell Stause, with special appearances by comedic talents Joe Lo Truglio and Craig Robinson.&lt;/p&gt;\n&lt;p&gt;Veteran director Jerry Ciccoritti helms this magical holiday romance that promises to deliver both heartwarming moments and bittersweet emotion.&lt;/p&gt;\n&lt;p&gt;The film will be available to stream, add to your watchlist, and explore among Netflix&#039;s holiday offerings this winter season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bf7ee2d5bff39077a80cBwWxOl103&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bf7ee2d5bff39077a80cBwWxOl103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Katrina Marcinowski stars in a new holiday film premiering on Netflix on November 20, 2024.&lt;/p&gt;\n&lt;p&gt;The story follows a talented dancer from the city who returns to her small hometown with a mission: to save her parents&rsquo; beloved local theater.&lt;/p&gt;\n&lt;p&gt;In a festive effort, she assembles a talented all-male cast to perform a Christmas-themed revue, aiming to bring joy and support the venue&rsquo;s survival.&lt;/p&gt;\n&lt;p&gt;The film features a notable ensemble cast including Britt Robertson, Chad Michael Murray, Marla Sokoloff, Beth Broderick, Michael Gross, Maxwell Caulfield, Hector Rivera Jr., Colt Prattes, and Marc Anthony Samuel.&lt;/p&gt;\n&lt;p&gt;Directed by Peter Sullivan, the movie promises a heartwarming holiday experience filled with music, dance, and community spirit.&lt;/p&gt;\n&lt;p&gt;Learn more about &lt;em&gt;The Merry Gentlemen&lt;/em&gt; and add it to your watchlist for the upcoming festive season.  &lt;/p&gt;\n&lt;p&gt;Explore other titles or keep track of your favorites as you prepare for the holiday viewing lineup.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bfbe7e5f04cc3665d3eiiZEXFub03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bfbe7e5f04cc3665d3eiiZEXFub03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;rachel zegler headlines the voice cast alongside acclaimed actors nicole kidman, javier bardem, and nathan lane&lt;/p&gt;\n&lt;p&gt;john lithgow, tituss burgess, and jenifer lewis also lend their voices to this enchanted adventure&lt;/p&gt;\n&lt;p&gt;vicky jenson directs the animated feature premiering exclusively on netflix november 22, 2024&lt;/p&gt;\n&lt;p&gt;the story follows princess ellian of lumbria on a perilous journey to rescue her kingdom&lt;/p&gt;\n&lt;p&gt;she must break a spell that turned her royal parents into terrifying monsters&lt;/p&gt;\n&lt;p&gt;lauren hynek, elizabeth martin, and julia miranda crafted the screenplay&lt;/p&gt;\n&lt;p&gt;an original musical score by egot winner alan menken features lyrics by glenn slater&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239bfe5a5661c5317c8f4dFQcQwSEi03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239bfe5a5661c5317c8f4dFQcQwSEi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Scheduled for release on Netflix on November 27, 2024, this holiday film brings together a cast of well-known actors including Lindsay Lohan, Ian Harding, Tim Meadows, Jon Rudnitsky, Henry Czerny, Judy Reyes, Chris Parnell, Kristin Chenoweth, Dan Bucatinsky, Katie Baker, Jake Brennan, Ash Santos, and Brian Unger.&lt;/p&gt;\n&lt;p&gt;Directed by Stephen Herek, the story revolves around two exes who harbor resentment towards each other. Unexpectedly, they find themselves sharing the same house during Christmas after the shocking revelation that their new partners are siblings.&lt;/p&gt;\n&lt;p&gt;For those interested in exploring more about &lt;em&gt;Our Little Secret&lt;/em&gt;, additional details are available. &lt;/p&gt;\n&lt;p&gt;You can add this film to your watchlist and enjoy it during the holiday season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c017e218ac73856e1b6jhWHeTm903&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c017e218ac73856e1b6jhWHeTm903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Festive TV &amp;amp; Movie Sneak Peeks&lt;/h3&gt;\n&lt;p&gt;Is It Cake? returns with festive flair this holiday season! Nine standout bakers from previous seasons reunite for a special four-episode competition filled with yuletide cheer and sweet trickery. Watch them craft astonishingly edible versions of classic holiday icons&mdash;think twinkling wreaths, elegant ice skates, and whimsical nutcrackers.&lt;/p&gt;\n&lt;p&gt;Celebrity judges will try to spot the fakes among festive displays, with returning contestants including:&lt;/p&gt;\n&lt;p&gt;Jonny Manganello, Andrew Fuller, and April Julian (Season 1)&lt;/p&gt;\n&lt;p&gt;Elizabeth Rowe, Miko Kaw Hok Uy, and Danya Smith (Season 2)&lt;/p&gt;\n&lt;p&gt;Grace Pak, Henderson Gonzalez, and Jujhar Mann (Season 3)&lt;/p&gt;\n&lt;p&gt;Hosted by Mikey Day, the show welcomes surprise guest judges like Tiffany Haddish, Wayne Brady, Randall Park, Sasheer Zamata, and Hannah Berner.&lt;/p&gt;\n&lt;p&gt;Expect delightful deception as these talented bakers battle to become holiday champion.&lt;/p&gt;\n&lt;p&gt;Produced by Dan Cutforth, Jane Lipsitz, Cat Sullivan, and team.&lt;/p&gt;\n&lt;p&gt;Streaming now on Netflix&mdash;add to your list!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0479b3b8fe0dcb5780SEGfL8XD03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0479b3b8fe0dcb5780SEGfL8XD03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As the festive season draws near, Julian approaches his 11th birthday, a day that usually brims with the cozy scents of ginger cookies and citrus, the warm glow of crackling fires, and the twinkle of holiday decorations. This time, however, an unshakable gloom hangs over his family, casting a shadow over their traditional celebrations. Julian fears that Christmas might be lost forever, overshadowed by their collective sadness.&lt;/p&gt;\n&lt;p&gt;In the midst of his disappointment, Julian encounters Hedvig, a cheerful girl with an infectious love for the holiday spirit. Her cheerful presence sparks a glimmer of hope in Julian&rsquo;s heart, suggesting that perhaps Christmas isn&rsquo;t canceled after all. Yet, Hedvig&rsquo;s home holds mysteries&mdash;an odd vibe, and a mysterious old man seen lurking around, fueling Julian&rsquo;s curiosity and suspicion.&lt;/p&gt;\n&lt;p&gt;The story features a talented ensemble cast including Mudit Gupta, Celina Meyer Hovland, Ole Steinkjer &Oslash;yen, Jan S&aelig;lid, Samsaya, Gunnar Eiriksson, and Advika. Directed by Cecilie Mosli, this film promises a blend of warmth, mystery, and holiday magic. Fans can add it to their watchlist on Netflix to experience a festive tale filled with surprises and the true spirit of Christmas.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c07a64c84bb4d6497874hr7FLAA03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c07a64c84bb4d6497874hr7FLAA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;streaming exclusively on netflix this holiday season&lt;/p&gt;\n&lt;p&gt;december 4th brings a festive animated feature&lt;/p&gt;\n&lt;p&gt;locksmith animation presents richard curtis&#039; beloved stories&lt;/p&gt;\n&lt;p&gt;his first animated screenplay adapts his charming christmas trilogy&lt;/p&gt;\n&lt;p&gt;simon otto directs his feature debut&lt;/p&gt;\n&lt;p&gt;known for dragon training and robot tales&lt;/p&gt;\n&lt;p&gt;expect entwined tales of family and seasonal blunders&lt;/p&gt;\n&lt;p&gt;santa&#039;s errors and turkey troubles promise warm laughs&lt;/p&gt;\n&lt;p&gt;produced by nicole hearon and adam tandy&lt;/p&gt;\n&lt;p&gt;a stellar ensemble voices the yuletide cheer&lt;/p&gt;\n&lt;p&gt;brian cox and fiona shaw lead the cast&lt;/p&gt;\n&lt;p&gt;jodie whittaker and bill nighy join the festivities&lt;/p&gt;\n&lt;p&gt;rhys darby paul kaye and katherine parkinson feature&lt;/p&gt;\n&lt;p&gt;young talents include india brown and sienna sayer&lt;/p&gt;\n&lt;p&gt;add this heartwarming comedy to your watchlist&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0a897bea2c576ec4a35ZwJJgD603&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0a897bea2c576ec4a35ZwJJgD603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the heart of festive London, a gripping espionage narrative unfolds this winter as &quot;Black Doves&quot; prepares for its Netflix debut on December 5, 2024.&lt;/p&gt;\n&lt;p&gt;This compelling series introduces viewers to Helen Webb, portrayed by Keira Knightley&mdash;a character whose ordinary appearance as a devoted mother and wife conceals her extraordinary double life as an intelligence operative.&lt;/p&gt;\n&lt;p&gt;For a decade, Helen has been covertly transmitting classified information from her politician husband to a clandestine organization known as the Black Doves.&lt;/p&gt;\n&lt;p&gt;The storyline takes a dramatic turn when Helen&#039;s secret romantic partner Jason (Andrew Koji) is murdered, prompting her mysterious handler Reed (Sarah Lancashire) to enlist Helen&#039;s former associate Sam Young (Ben Whishaw) as protection.&lt;/p&gt;\n&lt;p&gt;The stellar ensemble also features Andrew Buchan, complementing this tale of loyalty, deception, and personal sacrifice against London&#039;s enchanting Christmas scenery.&lt;/p&gt;\n&lt;p&gt;Joe Barton brings his creative vision to the series as both creator and writer, crafting a narrative that skillfully balances intense action sequences with emotional depth.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c0dc8f5bf3013c71094bTdYHoSl03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c0dc8f5bf3013c71094bTdYHoSl03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;On December 6, 2024, Netflix will release a compelling biblical drama titled &lt;em&gt;Mary&lt;/em&gt;. The story centers on Mary, who faces social rejection after experiencing a miraculous pregnancy, forcing her into hiding. As King Herod&#039;s murderous plans target her infant son, Jesus, Mary and Joseph embark on a perilous journey to protect him. Their unwavering faith and bravery drive them to confront danger at every turn in their quest for salvation.&lt;/p&gt;\n&lt;p&gt;The film features a diverse cast including Noa Cohen, Ido Tako, Stephanie Nur, Susan Brown, Ori Pfeffer, Eamon Farren, Hilla Vidor, Mili Avital, Gudmundur Thorvaldsson, Dudley O&rsquo;Shaughnessy, Keren Tzur, Mehmet Kurtulus, Mila Harris, and Anthony Hopkins. Directed by D.J.. Caruso, &lt;em&gt;Mary&lt;/em&gt; offers a fresh perspective on a revered biblical narrative.&lt;/p&gt;\n&lt;p&gt;Additionally, on the same day at 9 p.m. EST / 6 p.m. PST, viewers can enjoy &lt;em&gt;A Nonsense Christmas with Sabrina Carpenter&lt;/em&gt;. This festive special combines humor, music, and surprises, featuring performances by pop star Sabrina Carpenter singing tracks from her holiday EP &lt;em&gt;Fruitcake&lt;/em&gt; alongside classic holiday covers. Expect lively duets, comedic sketches with special guests, and numerous fun cameos, all brought together under the direction of Sam Wrench.&lt;/p&gt;\n&lt;p&gt;Prepare for a season filled with drama and holiday cheer by tuning in to these exciting Netflix releases.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c10a64c84bb4d64983fa08WWqiX03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c10a64c84bb4d64983fa08WWqiX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mark Bourdillon&#039;s latest culinary journey will be available on Netflix starting December 9, 2024.&lt;/p&gt;\n&lt;p&gt;Get ready for an exciting baking competition as familiar faces return to the kitchen!&lt;/p&gt;\n&lt;p&gt;Paul Hollywood and Prue Leith will once again serve as judges, accompanied by former contestants eager to showcase their skills.&lt;/p&gt;\n&lt;p&gt;These talented bakers will compete to create delicious seasonal desserts, aiming to win the prestigious title.&lt;/p&gt;\n&lt;p&gt;The show is brought to life by executive producers Letty Kavanagh, Richard McKerrow, Kieran Smith, and Jenna Mansfield, ensuring a top-notch viewing experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1345bf0a8a7b07a5bdEawJZE0f03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1345bf0a8a7b07a5bdEawJZE0f03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A tense Christmas Eve thriller lands on Netflix screens this December.&lt;/p&gt;\n&lt;p&gt;A rookie TSA agent finds himself ensnared in a deadly game when a shadowy passenger forces him to bypass security protocols.&lt;/p&gt;\n&lt;p&gt;The agent must race against time to prevent a lethal item from boarding a crowded holiday flight.&lt;/p&gt;\n&lt;p&gt;Leading the ensemble are Taron Egerton and Sofia Carson.&lt;/p&gt;\n&lt;p&gt;They&#039;re joined by Danielle Deadwyler, Theo Rossi, and Logan Marshall-Green.&lt;/p&gt;\n&lt;p&gt;The cast also includes Dean Norris, Sinqua Walls, Jason Bateman, and Gil Perez-Abraham.&lt;/p&gt;\n&lt;p&gt;Tonatiuh, Curtis Cook, Joe Williamson, and Josh Brener complete the lineup.&lt;/p&gt;\n&lt;p&gt;Visionary director Jaume Collet-Serra orchestrates this high-stakes suspense.&lt;/p&gt;\n&lt;p&gt;Mark your calendar for its streaming debut on December 13, 2024.&lt;/p&gt;\n&lt;p&gt;Discover this edge-of-your-seat journey and add it to your watchlist.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c1689ee7e0d14625ddeMPOME9Cr03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c1689ee7e0d14625ddeMPOME9Cr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;On December 25, 2024, viewers can catch the highly anticipated NFL holiday games on Netflix.&lt;/p&gt;\n&lt;p&gt;The first matchup kicks off at 1 p.m. Eastern Time, featuring the Kansas City Chiefs facing off against the Pittsburgh Steelers. Fans can learn more about this exciting clash by exploring the &lt;em&gt;Christmas Gameday: Chiefs vs. Steelers&lt;/em&gt; coverage.&lt;/p&gt;\n&lt;p&gt;Later in the day, at 4:30 p.m. Eastern Time, the action continues with the Baltimore Ravens taking on the Houston Texans. For additional details, check out the &lt;em&gt;Christmas Gameday: Ravens vs. Texans&lt;/em&gt; segment.&lt;/p&gt;\n&lt;p&gt;Don&rsquo;t forget to set your reminders to enjoy these festive football battles.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69239c197bc88e9ed0ae29d8VCeeBAIQ03&quot; height=&quot;531&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69239c197bc88e9ed0ae29d8VCeeBAIQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Michelle Buteau is set to make a groundbreaking achievement as she becomes the first woman comedian to film a stand-up special at the legendary Radio City Music Hall.&lt;/p&gt;\n&lt;p&gt;The comedy special, titled &quot;Michelle Buteau: A Buteau-ful Mind at Radio City Music Hall,&quot; marks her second collaboration with Netflix and is scheduled to premiere on the streaming platform on December 31, 2024.&lt;/p&gt;\n&lt;p&gt;This historic performance will feature Buteau&#039;s signature humor as she shares her perspectives on various aspects of life including the challenges of motherhood, the complexities of marriage, and other personal experiences.&lt;/p&gt;\n&lt;p&gt;The special is co-directed by industry veterans Page Hurwitz and Sandra Restrepo, bringing their expertise to capture this milestone event.&lt;/p&gt;\n&lt;p&gt;Netflix subscribers can add this special to their watchlist now to ensure they ring in the new year with laughter and celebration alongside this trailblazing comedian&#039;s historic achievement.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform offering a vast library of TV shows, movies, and original content for entertainment enthusiasts worldwide, accessible through various devices with an internet connection. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to bypass geographical restrictions or network limitations imposed by the service, enabling access to content libraries from different regions that would otherwise be unavailable in the user&#039;s location. These unblocking solutions help viewers enjoy a more comprehensive selection of entertainment options regardless of where they&#039;re physically located.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to overcome Netflix regional barriers and access geo-restricted content through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a dedicated solution worth considering. This service excels at bypassing Netflix&#039;s geographical limitations, granting you access to the platform&#039;s full global library regardless of your location. More than just unblocking content, SafeShell VPN ensures your online privacy is protected with robust encryption, preventing unwanted tracking and surveillance during your streaming sessions.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN provides a superior user experience specifically designed for streaming. It boasts incredibly fast connection speeds and optimizes bandwidth to eliminate buffering, guaranteeing smooth, high-definition playback on Netflix. The unique App Mode feature enhances versatility, allowing simultaneous access to multiple regional libraries. You can connect up to five devices at once across various platforms like Windows, macOS, iOS, Android, TVs, and even Apple Vision Pro. Alongside its uncompromised security powered by advanced protocols, SafeShell VPN offers a flexible free trial plan, letting you test its powerful Netflix unblock capabilities and other benefits risk-free.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global entertainment has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, your gateway to worldwide streaming content regardless of your physical location. Begin by visiting the SafeShell VPN website where you can select from various subscription plans tailored to different needs and budgets. Once you&#039;ve completed your purchase, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android&mdash;and follow the simple installation instructions to get the software up and running on your system.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell Netflix VPN application and log into your account using the credentials you created during registration. For optimal streaming performance, select the APP mode which is specifically optimized for media consumption. Next, browse through the server list and select a location that corresponds to the Netflix region whose content library you wish to access&mdash;popular choices include the United States for the largest selection, the United Kingdom for British shows, or Japan for exclusive anime content.&lt;/p&gt;\n&lt;p&gt;With your VPN connection established to your desired region, simply open the Netflix application or navigate to the Netflix website in your browser. Log in with your existing Netflix credentials, and you&#039;ll immediately notice that the content library has transformed to display the shows and movies available in your selected region. SafeShell Netflix VPN works seamlessly in the background, ensuring stable connections and high-speed streaming without buffering or quality loss, allowing you to enjoy an unlimited world of entertainment without geographical restrictions.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(198, 339, '', 'Box Office Results: Sucker Punch vs Wimpy Kid 2', '&lt;p&gt;This weekend&#039;s box office results have been unexpectedly unpredictable, reflecting a turbulent trend in North American ticket sales. Initially, &quot;Diary of a Wimpy Kid: Rodrick Rules&quot; seemed poised to take the top spot, debuting strongly on Friday night. However, late-night showings on the West Coast favored Warner Bros&#039; &quot;Sucker Punch,&quot; which gained momentum by Saturday morning, leading analysts to predict a tight race between the two films for the weekend crown.&lt;/p&gt;\n&lt;p&gt;By Saturday evening, &quot;Sucker Punch&quot; had edged out &quot;Wimpy Kid 2&quot; to claim the number one position, illustrating the film&rsquo;s strong performance despite mixed reviews and its hefty production costs. Meanwhile, the success of family-friendly fare continues, with two notable films surpassing the $100 million mark domestically in the first quarter of 2011: Paramount&#039;s &quot;Rango&quot; and Sony&#039;s &quot;Just Go with It,&quot; the latter marking Adam Sandler&rsquo;s 12th film to reach that milestone.&lt;/p&gt;\n&lt;p&gt;Looking at the top contenders:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\n&quot;Diary of a Wimpy Kid: Rodrick Rules,&quot; playing in over 3,100 theaters, opened with a solid $7.3 million on Friday and surged to a total of $24 million over the weekend. Its performance was bolstered by enthusiastic family attendance, especially among children and their parents. The sequel&rsquo;s increased humor, more prominent family dynamics, and added scenes with the character Rodrick, played by Devon Bostick, contributed to its stronger showing compared to the original.\n&lt;/li&gt;\n&lt;li&gt;\nWarner Bros&#039; &quot;Sucker Punch,&quot; debuting across 3,033 theaters, brought in approximately $8 million Friday and approximately $7.4 million Saturday, finishing with an estimated $20 million for the weekend. Despite high expectations based on the film&rsquo;s eye-catching visuals and the director Zack Snyder&rsquo;s reputation, its opening fell slightly short of projections, likely due to marketing that many considered confusing and the challenge of selling an original, visually driven concept. Nonetheless, aggressive marketing strategies targeted male audiences through comic conventions, online interactive content, and broad TV campaigns, aiming to generate buzz among fans of Snyder&rsquo;s previous works like &quot;300&quot; and &quot;Watchmen.&quot;\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Other notable releases included &quot;Limitless&quot; in its second week, earning about $4.6 million on Friday and $6.5 million on Saturday, totaling $15 million for the weekend, and &quot;The Lincoln Lawyer,&quot; which opened in over 2,700 theaters with a weekend gross of roughly $10.5 million. &quot;Rango,&quot; now in its fourth week, continued to perform well, adding more than $10 million to its cumulative total, while &quot;Battle: Los Angeles&quot; and &quot;Paul&quot; followed with solid showings in the top ten.&lt;/p&gt;\n&lt;p&gt;Overall, the box office remains down compared to last year, reflecting a cautious consumer mood. Still, the strong performer &quot;Wimpy Kid 2&quot; demonstrates the enduring appeal of family franchises, and &quot;Sucker Punch&quot; illustrates the risks and rewards of bold, original filmmaking in a competitive landscape.On Friday afternoon at 4:45 pm, early box office reports suggest a close race between two major releases. Warner Bros.&#039;s &quot;Sucker Punch,&quot; directed by Zack Snyder and shown in 3,033 theaters, is projected to earn approximately $7.5 million on its opening day, with potential growth to $8 million. Meanwhile, Fox&#039;s &quot;Diary of a Wimpy Kid: Rodrick Rules,&quot; screening in 3,167 theaters, is estimated to debut with around $6 million.&lt;/p&gt;\n&lt;p&gt;Industry insiders believe both films could start their weekends with roughly $20 million each. As &quot;Wimpy Kid 2&quot; benefits from weekend matinees aimed at younger audiences, there&rsquo;s anticipation that its total might edge slightly higher into the low $20 millions. Updates will follow as more data becomes available.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are common questions among fans. These films depict Harry Potter&#039;s adventures at Hogwarts as he confronts dark magical forces and discovers his purpose, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on popular streaming platforms like Netflix, HBO Max, and Amazon Prime, or choose to rent them digitally; using a VPN can also help access these movies if they are unavailable in your region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted content like the Harry Potter movie series on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart move. This service excels in providing incredibly fast connection speeds essential for smooth, high-definition streaming without buffering interruptions, ensuring your magical movie nights remain uninterrupted. Furthermore, SafeShell VPN allows simultaneous connections on up to five different devices, offering seamless compatibility across platforms including Windows, macOS, iOS, Android, and various smart TVs, so everyone in the household can enjoy their preferred content on their chosen screen.&lt;/p&gt;\n\n&lt;p&gt;Beyond speed and multi-device support, the SafeShell VPN offers unique advantages for unlocking global entertainment. Its exclusive App Mode empowers you to effortlessly access content libraries from multiple international regions simultaneously, vastly expanding your viewing options beyond local restrictions. Coupled with robust, top-level encryption that safeguards your privacy during every streaming session, SafeShell VPN ensures your online activities remain completely secure and private, delivering both unparalleled access and peace of mind.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. - Next, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android. - Launch the SafeShell VPN application and log in to your account. - Choose the APP mode for an optimal streaming experience, especially when watching content on Netflix. - Browse the list of available VPN servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. - Click on &quot;Connect&quot; to establish the VPN connection to your chosen server. - Finally, open Netflix through the app or website, log into your account, and enjoy watching Harry Potter movies from your preferred region securely and seamlessly.&lt;/p&gt;', 9, 'game'),
(199, 340, '', 'Visual Effects Excellence: Honoring Film &amp; TV Artistry', '&lt;p&gt;Visual Effects Excellence: A Celebration of Cinematic and Television Artistry&lt;/p&gt;\n&lt;p&gt;On a star-studded evening at the Beverly Hilton Hotel, the visual effects community gathered to honor outstanding achievements across multiple media platforms. The 9th annual celebration recognized excellence in film, television, commercials, and interactive entertainment.&lt;/p&gt;\n&lt;p&gt;Christopher Nolan received the inaugural Visionary Award, presented by &quot;Inception&quot; star Tom Hardy, while legendary stop-motion pioneer Ray Harryhausen was honored with a Lifetime Achievement Award. Harryhausen accepted via video message after heartfelt tributes from industry luminaries Randy Cook and Dennis Muren.&lt;/p&gt;\n&lt;p&gt;&quot;Inception&quot; dominated the film categories, securing four awards including the prestigious Outstanding Visual Effects in a Visual-Effects Driven Feature Motion Picture. The team of Paul Franklin, Chris Corbould, Mike Chambers, and Matthew Plummer swept every category for which they were nominated.&lt;/p&gt;\n&lt;p&gt;Animation powerhouse &quot;How to Train Your Dragon&quot; matched this perfect record, winning all three of its nominated categories including Outstanding Animation in an Animated Feature Motion Picture and Outstanding Animated Character for the beloved dragon Toothless.&lt;/p&gt;\n&lt;p&gt;Television excellence was recognized with HBO&#039;s &quot;The Pacific&quot; claiming three awards, while &quot;Boardwalk Empire&quot; received accolades for its supporting visual effects and model work. The emerging field of interactive entertainment saw &quot;Halo: Reach&quot; honored for outstanding real-time visual effects.&lt;/p&gt;\n&lt;p&gt;The ceremony, hosted by comedian Patton Oswalt, played to a packed house of over one thousand industry professionals. Television viewers can catch the awards broadcast on REELZCHANNEL beginning February 19th with multiple encore presentations scheduled.&lt;/p&gt;\n&lt;p&gt;This annual celebration continues to highlight the critical role visual effects artists play in creating the unforgettable worlds and characters that captivate global audiences across all entertainment platforms.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. The movies depict Harry Potter&#039;s adventures at Hogwarts as he learns magic, fights evil, and discovers his destiny, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; across several streaming services like Netflix, HBO Max, and Amazon Prime, or rent them digitally, though availability may vary by region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. SafeShell VPN offers several outstanding benefits that make it the ideal choice for bypassing geographical restrictions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix ensure buffer-free playback and high-definition streaming, allowing you to enjoy Harry Potter and other content without frustrating interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support lets you connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature uniquely allows you to access content from multiple Netflix regions at the same time, expanding your viewing options significantly.\n&lt;/li&gt;\n&lt;li&gt;\nExperience lightning-fast connection speeds without bandwidth limitations, eliminating the common problems of buffering and throttling that plague other VPN services.\n&lt;/li&gt;\n&lt;li&gt;\nYour privacy remains protected with SafeShell VPN&#039;s proprietary &quot;ShellGuard&quot; protocol, providing top-level security for all your streaming activities.\n&lt;/li&gt;\n&lt;li&gt;\nTry before you commit with SafeShell&#039;s flexible free trial plan, giving you the opportunity to experience all these premium features without an initial investment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Want to watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;? Here&#039;s how to unlock the magical world of wizardry from any location:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and choose a subscription plan that works for your budget\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your preferred device, whether it&#039;s your computer, tablet, or smartphone\n&lt;/li&gt;\n&lt;li&gt;\nOpen the SafeShell VPN app and log into your account to access all features\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode for the best streaming experience when watching Harry Potter\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available (such as the US or UK)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your streaming service, search for Harry Potter, and start enjoying the magical adventure without any geographical restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(200, 342, '', 'G-Force Tops Box Office &ndash; Harry Potter Slips', '&lt;p&gt;Critters outscored wizards as North American multiplexes witnessed unexpected upsets this weekend.&lt;/p&gt;\n&lt;p&gt;Disney&#039;s rodent-led &quot;G-Force&quot; seized Saturday&#039;s crown with $11.7 million, heading for a $32 million opening.&lt;/p&gt;\n&lt;p&gt;Despite Jerry Bruckheimer&#039;s hefty investment in CGI guinea pigs, profitability remains uncertain.&lt;/p&gt;\n\n&lt;p&gt;Warner Bros.&#039; &quot;Harry Potter and the Half-Blood Prince&quot; tumbled faster than its predecessor, earning $11.2 million Saturday.&lt;/p&gt;\n&lt;p&gt;Projections place its weekend at $29 million, raising its total to $221 million.&lt;/p&gt;\n\n&lt;p&gt;Defying scathing reviews, Katherine Heigl&#039;s romantic comedy &quot;The Ugly Truth&quot; proved surprisingly potent.&lt;/p&gt;\n&lt;p&gt;It captured $9.7 million Saturday, eyeing a $27.5 million debut, bolstered by an audience-friendly &quot;A-&quot; CinemaScore.&lt;/p&gt;\n&lt;p&gt;This occurred despite the New York Times condemning its anti-feminist themes.&lt;/p&gt;\n\n&lt;p&gt;Horror entry &quot;Orphan&quot; avoided a bomb prediction, scaring up $4.7 million Saturday.&lt;/p&gt;\n&lt;p&gt;Its estimated $12.7 million opening drew ire from adoptive parent groups over its marketing tactics.&lt;/p&gt;\n\n&lt;p&gt;&quot;Ice Age: Dawn of the Dinosaurs&quot; added $3.1 million Saturday, nearing $170 million cumulative.&lt;/p&gt;\n&lt;p&gt;Meanwhile, &quot;Transformers: Revenge of the Fallen&quot; surpassed &quot;Lord of the Rings: Return of the King&quot; to become the 10th highest-grossing film ever.&lt;/p&gt;\n\n&lt;p&gt;Overall weekend revenues are projected around $140 million, a steep 33% drop from last year&#039;s &quot;The Dark Knight&quot; dominance.&lt;/p&gt;\n&lt;p&gt;Friday&#039;s numbers hinted at the shake-up, with &quot;G-Force&quot; taking $11.5 million and &quot;The Ugly Truth&quot; close behind at $11 million.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans and newcomers alike. These films depict Harry Potter&#039;s adventures at Hogwarts as he confronts dark forces and discovers his true purpose, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on various streaming services like Netflix, HBO Max, and Amazon Prime, or rent them digitally; however, availability may vary based on your location, so using a Netflix VPN can help access the movies if they are not shown in your country.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been searching for. With its high-speed servers specifically optimized for Netflix streaming, SafeShell VPN ensures a buffer-free, high-definition viewing experience that lets you enjoy your favorite content without interruptions. The service stands out with its exclusive App Mode feature, allowing you to unlock content from multiple regions simultaneously, giving you access to a broader range of entertainment options across different streaming platforms.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN doesn&#039;t just excel at streaming; it also offers remarkable flexibility and security. You can connect up to five devices at once across various operating systems including Windows, macOS, iOS, Android, and even Apple TV. Your online privacy remains protected through their proprietary &quot;ShellGuard&quot; VPN protocol, ensuring your browsing sessions stay private and secure. Plus, with their flexible free trial plan, you can test all these premium features before committing, making SafeShell VPN a risk-free choice for expanding your Netflix library.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To stream Harry Potter movies globally with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these essential steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nCreate an account on the SafeShell VPN official website and select a suitable subscription plan.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application tailored for your device&rsquo;s operating system and complete the installation.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app, log into your account, and activate the optimized streaming mode for seamless performance.\n&lt;/li&gt;\n&lt;li&gt;\nSelect a high-speed server location matching the region hosting your desired Harry Potter movie library.\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected via SafeShell VPN, access your preferred streaming platform to enjoy Harry Potter content securely.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(201, 344, '', 'Malicious VPNs: Android Users Beware &ndash; Google Alert', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68ddbaae6f462e7fe823c116854VeSjK03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68ddbaae6f462e7fe823c116854VeSjK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Beware Malicious VPNs&lt;/h3&gt;\n&lt;p&gt;An increasing number of Android users are turning to VPN applications to enhance their online privacy and protect their data. However, many are unaware of the dangers posed by unreliable or malicious VPNs available on app stores.&lt;/p&gt;\n&lt;p&gt;Recently, Google&#039;s security team issued an alert highlighting the growing prevalence of harmful VPNs, some of which are designed to appear legitimate but are actually embedded with spyware or other malicious software. This warning underscores the importance of choosing trusted VPN providers.&lt;/p&gt;\n&lt;p&gt;Earlier incidents this year shed light on the severity of the issue. In August, it was uncovered that certain VPN applications were developed by the fraudulent adtech company Vextrio, raising concerns about their safety. Additionally, security researchers discovered that a free Chrome VPN extension with over 100,000 users was actively collecting user data without consent.&lt;/p&gt;\n&lt;p&gt;Most of these risky VPNs are offered for free, which is often a red flag. Free options tend to come with restrictions and may compromise user security. Therefore, we recommend sticking to a select few reputable free VPN services, though even these might have some limitations.&lt;/p&gt;\n&lt;p&gt;Fortunately, many top-tier Android VPN providers have taken advantage of recent Black Friday deals, offering significant discounts to help users secure their devices safely. Now is an ideal time to invest in a trustworthy VPN service and safeguard your digital privacy. Here&#039;s what you need to do to get started.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692399d94c8ca92d02f05a4eOiZv7cNU07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692399d94c8ca92d02f05a4eOiZv7cNU07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Secure Your Android with Premium VPN Protection: Surfshark One Offers Comprehensive Digital Security at Unbeatable Value&lt;/p&gt;\n&lt;p&gt;Looking for reliable Android VPN protection? Surfshark One stands out as a top-rated solution, currently available at just $2.19 monthly with an impressive 88% discount plus 3 bonus months.&lt;/p&gt;\n&lt;p&gt;Recognized as TechRadar&#039;s highest-rated Android VPN, Surfshark delivers an exceptional user experience with its intuitive interface, impressive connection speeds, and reliable content unblocking capabilities. The convenient Android widgets and unlimited device connections further enhance its appeal for mobile users.&lt;/p&gt;\n&lt;p&gt;While the Starter plan offers basic protection at the lowest price point (currently discounted), Surfshark One provides significantly more value for just a small additional investment. The comprehensive package includes:&lt;/p&gt;\n&lt;p&gt;&bull; Complete antivirus protection integrated into the service&lt;/p&gt;\n&lt;p&gt;&bull; Privacy-focused search engine functionality&lt;/p&gt;\n&lt;p&gt;&bull; Proactive alerts for email security breaches&lt;/p&gt;\n&lt;p&gt;&bull; Identity theft monitoring&lt;/p&gt;\n&lt;p&gt;&bull; Credit card fraud detection services&lt;/p&gt;\n&lt;p&gt;&bull; Advanced identity protection through Alternative ID technology&lt;/p&gt;\n&lt;p&gt;Concerned about commitment? Surfshark offers a risk-free 30-day money-back guarantee, allowing you to thoroughly test all features before making a long-term decision. Detailed analysis and performance reviews are available on TechRadar for those seeking additional information before purchase.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692399dce719bdcbd2ed1613uV8aL3Lf07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692399dce719bdcbd2ed1613uV8aL3Lf07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;NordVPN Black Friday Deal&lt;/h3&gt;\n&lt;p&gt;NordVPN&#039;s Black Friday 2025 promotion delivers exceptional value with its Basic plan.&lt;/p&gt;\n&lt;p&gt;Priced at just $2.99 monthly (73% savings), this offer includes three bonus months at no extra cost.&lt;/p&gt;\n&lt;p&gt;TechRadar&#039;s top-rated VPN service combines high-speed connectivity with robust security protocols.&lt;/p&gt;\n&lt;p&gt;Users gain access to a global network spanning 126+ countries and unlimited data usage.&lt;/p&gt;\n&lt;p&gt;Simultaneous connections for up to 10 devices are supported alongside ad/malware blocking features.&lt;/p&gt;\n&lt;p&gt;The 30-day refund policy allows risk-free evaluation of NordVPN&#039;s capabilities.&lt;/p&gt;\n&lt;p&gt;Detailed performance analysis is available in TechRadar&#039;s comprehensive assessment.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As the popularity of virtual private networks continues to soar, driven by increasing privacy concerns and new global regulations such as mandatory age verification, cybercriminals are seizing the opportunity to exploit unsuspecting users.&lt;/p&gt;\n&lt;p&gt;Experts warn that some free VPN applications available on app stores may pose significant security risks. Daniel Card, a cybersecurity specialist and fellow at the Chartered Institute for IT, highlights a troubling trend: certain malicious VPNs can hijack your device, turning it into part of a proxy network controlled by hackers. This setup can facilitate the spread of malware and enable malicious activities across multiple devices.&lt;/p&gt;\n&lt;p&gt;Despite efforts to educate the public about VPN safety, recent regulatory changes, like the UK Online Safety Act, seem to have complicated these initiatives, potentially allowing risky applications to proliferate.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to note that not all free VPNs are inherently dangerous, but many do carry hidden dangers. Because maintaining VPN infrastructure is costly, free services may prioritize monetization over security, often by collecting and selling user data&mdash;defeating the very purpose of using a VPN for privacy.&lt;/p&gt;\n&lt;p&gt;As Daniel Card succinctly puts it, &quot;If a service is free, you are likely the product.&quot;&lt;/p&gt;\n&lt;p&gt;Stay informed and vigilant by following trusted sources like TechRadar on Google News, and consider subscribing to receive expert reviews and analysis directly in your feeds. Remember to support reputable providers to ensure your online safety.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geographical restrictions, privacy concerns, and ISP throttling issues. Porn unblocked through VPN technology allows users to bypass regional censorship while maintaining anonymity, effectively creating a secure tunnel for accessing adult content without surveillance or bandwidth limitations.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN is a prime solution. It offers several key advantages:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;strong&gt;Exceptional Speed:&lt;/strong&gt; SafeShell VPN utilizes advanced technology to maintain lightning-fast connection speeds, enabling seamless HD streaming without buffering, ideal for uninterrupted viewing.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;App Mode Flexibility:&lt;/strong&gt; Its innovative App Mode allows users to simultaneously unlock multiple regions, granting effortless access to geographically restricted porn sites without constant server switching.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Robust Security:&lt;/strong&gt; With the exclusive ShellGuard VPN protocol, SafeShell provides top-tier, undetectable encryption, ensuring complete privacy and anonymity from ISPs, network administrators, and surveillance systems.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Multi-Device Coverage:&lt;/strong&gt; Supporting up to 5 devices concurrently across all major platforms (including mobile, desktop, and TV systems), SafeShell VPN extends secure access to porn sites across your entire digital ecosystem.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing geo-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, first secure a subscription by visiting the official SafeShell VPN website and selecting a suitable plan. Once subscribed, download the SafeShell VPN application onto your preferred device, such as a Windows PC or Mac, and complete the straightforward installation process. After launching the app, ensure you activate the App Mode feature for optimal performance and to enable SafeShell VPN to effectively bypass regional restrictions.&lt;/p&gt;\n&lt;p&gt;Next, carefully choose your desired virtual location from SafeShell VPN&#039;s extensive list of global servers; selecting a server in a region where the content is accessible is crucial. Once connected, the SafeShell VPN service encrypts your traffic, providing complete privacy and masking your real IP address. You can then freely browse the desired adult websites with unrestricted access, confident that SafeShell VPN is safeguarding your anonymity throughout the session.&lt;/p&gt;', 9, 'game'),
(202, 351, '', 'Программа для создателей-игроков &mdash; стартуй сейчас!', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Откройте новые горизонты для своих творческих идей &mdash; программа для создателей-игроков уже запущена!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Теперь каждый талантливый пользователь может стать звездой сообщества и привлечь внимание миллионов поклонников.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Основная идея &mdash; делитесь уникальным контентом, отражающим вашу страсть к игре:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; яркие моменты матчей, захватывающие кадры и неожиданные повороты событий;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; аналитика и стратегии, которые помогают другим понять суть игры;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; истории героев, их достижения и взаимосвязи внутри игрового мира;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; эффектные игровые эффекты, создающие впечатляющие визуальные сцены;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; нестандартные подходы к составу команд и тактики;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; фан-арт, посвящённый сезону, портреты или эмоциональные зарисовки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;За активное участие и высокий уровень контента вас ждут награды:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; размещение лучших работ на официальных платформах и возможность получить уникальные игровые наборы;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; для постоянных авторов &mdash; официальное сотрудничество, продвижение и бонусы в виде алмазов или денежных вознаграждений.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Чтобы подать заявку, выполните простые шаги:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; подпишитесь на канал t.me/mcggeeu, поставьте лайк и сохраните этот пост;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; отправьте своё творчество или видео на электронную почту mcggglobal@moonton.com;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; в теме письма укажите: [mcgg-ugc] страна+имя создателя+название работы;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&mdash; в теле письма кратко расскажите о концепции или процессе создания.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Событие стартует прямо сейчас &mdash; не упустите шанс проявить себя!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Все инструкции и форму для подачи заявок найдёте на странице нашего профиля.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Mobile Legends: Bang Bang (MLBB)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Алмазы в Mobile Legends: Bang Bang&lt;/a&gt; (МЛББ) &mdash; это внутриигровая премиум-валюта, которая позволяет игрокам приобретать эксклюзивные скины, боевые пропуски и различные редкие предметы, делая игровой процесс ещё интереснее и насыщеннее. Для пополнения баланса алмазов можно воспользоваться специальными торговыми платформами, такими как LootBar, которые предлагают удобные и выгодные условия для покупки. Эти сервисы часто предоставляют скидки и разнообразные способы оплаты, что делает процесс получения алмазов в Mobile Legends: Bang Bang более доступным и быстрым.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит покупать алмазы для MLBB на LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы хотите &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнить алмазы&lt;/a&gt; в Mobile Legends: Bang Bang (МЛББ), стоит обратить внимание на специализированную игровую торговую платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Этот сервис предлагает удобный и безопасный способ приобретения внутриигровой валюты для максимального комфорта пользователей. Благодаря простому интерфейсу и быстрой обработке заказов пополнение алмазов через lootbar становится максимально легким и доступным даже для новичков.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одним из ключевых преимуществ lootbar является выгодная ценовая политика. На платформе регулярно проводятся акции и специальные предложения, позволяющие получить больше алмазов за меньшую сумму. Также пользователи могут быть уверены в надежности lootbar, ведь все транзакции защищены современными технологиями, а команда поддержки всегда готова помочь в любое время дня и ночи. Это значительно снижает риск мошенничества и гарантирует безопасность вашего аккаунта.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Кроме того, lootbar открывает дополнительные возможности для игроков: на платформе легко найти другие игровые товары и валюту для популярных мобильных проектов, что делает её универсальным решением для геймеров. Таким образом, если вы планируете пополнить алмазы для Mobile Legends: Bang Bang, lootbar &mdash; это разумный выбор, сочетающий удобство, безопасность и привлекательные условия для любого поклонника МЛББ.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить счёт MLBB на LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для того чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить алмазы для Mobile Legends: Bang Bang&lt;/a&gt; на платформе LootBar, сначала необходимо авторизоваться или создать новый аккаунт на сайте. После этого вы вводите свой уникальный игровой идентификатор MLBB и имя персонажа, чтобы система могла корректно определить ваш профиль. Далее выбирайте желаемое количество алмазов, подходящее под ваши игровые нужды, и переходите к следующему этапу оформления заказа.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;На следующем шаге выбирайте удобный для вас способ оплаты, например банковскую карту или электронные кошельки, и подтверждайте покупку. После завершения оплаты алмазы моментально поступят на ваш игровой аккаунт, обычно это занимает всего несколько минут. Так вы сможете быстро и безопасно купить алмазы для Mobile Legends: Bang Bang, чтобы получать максимум удовольствия от игры.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; height=&quot;473&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(203, 352, '', 'MLB The Show 25 &ndash; Review: Refined Baseball Gaming', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec5687cc92fce4a5fbd90L4K9Fam03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec5687cc92fce4a5fbd90L4K9Fam03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Baseball video game franchises are a staple in the sports gaming world, with some titles standing out more than others. Among these, MLB The Show has established itself as a dependable and consistently high-quality series, earning praise for most of its entries and critical acclaim for select ones. The latest installment, MLB The Show 25, continues this tradition, offering a refined and well-rounded experience without revolutionary changes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The gameplay in MLB The Show 25 builds upon the franchise&#039;s already polished mechanics, maintaining the near-perfect formula that San Diego Studio has perfected over the years. It provides players with a versatile set of options, allowing both casual fans and hardcore simulation enthusiasts to tailor their experience. Dynamic difficulty settings adjust in real-time based on player performance, ensuring a balanced challenge whether you&#039;re a beginner or a seasoned player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Customization options are extensive, from choosing traditional face-button batting controls to the more intuitive stick-flick system that the series popularized. Almost every aspect of gameplay can be adjusted to suit individual preferences, granting players considerable control over how they experience the game. During my time with MLB The Show 25, I primarily used the stick input for batting and relied on dynamic difficulty to keep gameplay engaging.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once comfortable with their preferred playstyle, players can explore the game&#039;s multitude of modes. Returning favorites such as Road to the Show and Diamond Dynasty are present, offering hours of entertainment. Road to the Show remains a flagship mode, allowing players to guide a single character from high school to the major leagues. This year, the mode starts players in high school, adding an extra layer of immersion as you follow your created player&#039;s journey from the very beginning.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Character creation in Road to the Show is highly customizable, from gender and playing position to initial stats. Players can even scan their faces into the game, although face scans can sometimes produce humorous results. The mode also integrates RPG elements like dialogue choices, gear for stat boosts, and a leveling system. XP is earned through gameplay and challenges, making progression satisfying. However, the mode does have some quirks, such as the absence of voice acting and cheesy dialogue, but the focus remains on engaging gameplay. A new first-person perspective offers a fresh twist, though I found the traditional view more enjoyable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond Road to the Show, Diamond Dynasty continues to be a major mode, emphasizing team building through collectible cards. This year, the mode eliminates restrictive season formats, making it more accessible. While microtransactions are present, they&rsquo;re handled in a less intrusive manner than in other sports titles. A new feature, Diamond Quest, introduces a roguelike board game mechanic where players move around a game board, complete challenges, and earn rewards&mdash;adding a fun and strategic dimension to the mode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Standard gameplay options include solo matches against AI, local multiplayer, and online play, ensuring players can enjoy baseball in various settings. The core gameplay remains exceptional&mdash;fluid animations, realistic physics, and detailed stadium environments keep the experience immersive. Although the game looks fantastic, with enhancements like realistic lighting and detailed textures, it doesn&#039;t introduce significant graphical upgrades from previous entries. Some issues, like hair clipping and underwhelming stadium backgrounds, are noticeable, especially considering it skipped last-gen consoles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, MLB The Show 25 is a continuation of the franchise&rsquo;s tradition of refinement rather than reinvention. It offers a wealth of content and highly enjoyable gameplay that captures the spirit of baseball perfectly. While it may lack groundbreaking features or modes to entice returning players seeking novelty, it remains a top-tier baseball simulation. For fans of the series and the sport, MLB The Show 25 delivers a polished, comprehensive experience that is more than worth the investment.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; serve as the essential in-game currency, allowing players to acquire valuable player cards, open card packs, and purchase equipment to improve their team&rsquo;s performance. These Stubs are crucial for unlocking customization options and special content, enhancing the overall gaming experience. While Stubs can be earned through gameplay achievements and daily logins, they are also available for top up through various online trading platforms such as LootBar, making it convenient for players to quickly boost their in-game resources.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up MLB The Show 25 Stubs, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Choosing to &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt; through lootbar.gg ensures that players benefit from fast, secure, and reliable services tailored specifically for gaming enthusiasts. With a reputation for delivering Stubs in as little as three minutes, lootbar eliminates the wait and enables players to quickly enhance their team and gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar also excels in providing a safe environment for transactions, thanks to advanced encryption technology and strict privacy protocols. This means that every purchase is protected, allowing users to buy MLB The Show 25 Stubs without worrying about security risks. The platform stands out for its commitment to legal and transparent exchanges, giving peace of mind to both new and seasoned players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg offers round-the-clock customer support, ensuring help is always available whenever you need assistance or have questions about your transactions. The Lootbar Blog community further enriches the user experience by sharing the latest game guides and event updates, helping players stay informed and make the most of their MLB The Show 25 journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the Lootbar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by heading to Lootbar.gg and logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, look for MLB The Show 25 within the &quot;Game Coins&quot; category on the website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce you&rsquo;ve located the game, pick the amount of MLB The Show 25 Stubs for sale you wish to buy and hit the &quot;Buy Now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCarefully enter all the required details as instructed by the platform to ensure your purchase is processed smoothly.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your preferred payment option and confirm your transaction to complete the purchase.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With these steps, you can quickly and securely acquire MLB The Show 25 Stubs for your gaming needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(204, 353, '', 'Pok&eacute;mon TCG Wunderwahl-Event &ndash; Exklusive Karten &amp; Missionen', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Wunderwahl-Event&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ab dem 27. November 2025 startet das neueste Wunderwahl-Event in der beliebten App &lt;em style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Pocket&lt;/em&gt;. W&auml;hrend dieses Events haben Trainer die Chance, exklusive Promokarten zu erhalten, darunter das schelmische Enton und das niedliche Flemmli. Diese besonderen Karten sind nur f&uuml;r die Dauer des Events erh&auml;ltlich und bieten eine tolle Erg&auml;nzung f&uuml;r jedes Sammelalbum.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich zu den Promokarten gibt es neue spannende Missionen, die es erm&ouml;glichen, cooles Zubeh&ouml;r freizuschalten. Dazu geh&ouml;ren eine spezielle M&uuml;nze, Kartenh&uuml;llen mit Enton-Motiv und eine stylische Spielmatte, die das Spielerlebnis noch angenehmer macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bitte beachten Sie, dass auf dieser Website Links zu verschiedenen H&auml;ndlern enthalten sind. Beim Klick auf diese Links und einem anschlie&szlig;enden Kauf kann die Website eine Provision verdienen, ohne dass sich f&uuml;r Sie am Preis etwas &auml;ndert. Zu den Partnerprogrammen z&auml;hlen unter anderem das Amazon-Partnerprogramm und das eBay-Partnernetzwerk. Affiliate-Links sind mit einem * gekennzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed5baf022cf8276f4992UxPOZAa103&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed5baf022cf8276f4992UxPOZAa103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Wunderwahl-Funktion erm&ouml;glicht es Spielern, eine zuf&auml;llig ausgew&auml;hlte Karte aus einem frisch ge&ouml;ffneten Boosterpack eines anderen Spielers zu erhalten, ohne dass dieser seine Karte verliert. Dadurch entsteht eine interessante M&ouml;glichkeit, das eigene Kartendeck zu erweitern und gleichzeitig das Sammeln zu erleichtern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regelm&auml;&szlig;ig werden spezielle Events veranstaltet, bei denen exklusive Sonderkarten erh&auml;ltlich sind. Das aktuelle Event l&auml;uft vom 27. November bis zum 7. Dezember 2025 und bietet in diesem Zeitraum besondere Promokarten mit Enton und Flemmli.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Promokarten sind im Rahmen besonderer Chaneira-Wahlen verf&uuml;gbar, die durch den Einsatz von zwei Wunder-Ausdauereinheiten aktiviert werden k&ouml;nnen. Zudem gibt es kostenlose Bonus-Wahlen, bei denen Spieler Enton- und Flemmli-Karten, Event-Tickets sowie Wunder-Sanduhren gewinnen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed5f3edab7e06b4466e2btBSBT0y03&quot; height=&quot;852&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed5f3edab7e06b4466e2btBSBT0y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed625f3582938004a336QFeWE9ii03&quot; height=&quot;866&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed625f3582938004a336QFeWE9ii03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Event-Teilnahme und Belohnungen&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Rahmen des Events sind spezielle Versionen von Enton und Flemmli erh&auml;ltlich, die aus der aktuellen Erweiterung Mega-Aufstieg stammen. Diese Varianten zeichnen sich durch exklusive Illustrationen aus, die sie besonders machen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed66cf17351833c522bbHYeOzOQy03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed66cf17351833c522bbHYeOzOQy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;716&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed6a5431ba64f9d0ff39OUdXWsya03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed6a5431ba64f9d0ff39OUdXWsya03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;716&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend der Bonuswahl besteht die M&ouml;glichkeit, sowohl exklusive Promokarten als auch regul&auml;re Versionen zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed6eaf022cf8276f49e4BEg3RSLD03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed6eaf022cf8276f49e4BEg3RSLD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;716&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed72c336c68adbd8ae77FQPQLREp03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed72c336c68adbd8ae77FQPQLREp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;716&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ab dem 27. November k&ouml;nnen Pok&eacute;mon TCG-Spieler durch das Erf&uuml;llen spezieller Missionen Zugang zum Wunderwahl-Event in Pocket erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Tickets zu erhalten, m&uuml;ssen unterschiedliche Aufgaben erledigt werden, wie beispielsweise das Sammeln von Karten oder das Durchf&uuml;hren von Wunderwahlen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Sammeln einer Enton- oder Flemmli-Karte belohnt dich jeweils mit einem Ticket f&uuml;r den Event-Shop.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Durchf&uuml;hren von Wunderwahlen ist ebenfalls notwendig:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEine Wunderwahl bringt dir zwei Tickets und 2000 Tausch-Marken,\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZwei Wunderwahlen ergeben ebenfalls zwei Tickets,\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDrei Wunderwahlen ebenfalls.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;r vier Wunderwahlen erh&auml;ltst du drei Tickets.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;r f&uuml;nf Wunderwahlen bekommst du drei Tickets sowie ein Promokarten-Ticket.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSechs Wunderwahlen bringen dir f&uuml;nf Tickets.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich kannst du durch das Sammeln bestimmter Kartenarten weitere Tickets verdienen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;nf Wasser-Karten oder f&uuml;nf Feuer-Karten bringen jeweils drei Tickets,\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZehn Wasser- oder Feuer-Karten bringen ebenfalls je drei Tickets.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die gesammelten Tickets kannst du gegen verschiedene Zubeh&ouml;rteile und Promokarten eintauschen, um dein Erlebnis im Event-Shop zu erweitern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7420d728ecdd8fc8b9UuJLqbFC03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7420d728ecdd8fc8b9UuJLqbFC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed767af51f20c0c702b290LTSZWt03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed767af51f20c0c702b290LTSZWt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;299&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7895146ce10d4facc1ESveBm6T03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7895146ce10d4facc1ESveBm6T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;397&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7a4e98dbc4708cc84aZQmyFOoD03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7a4e98dbc4708cc84aZQmyFOoD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;400&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7cd690d5cc37a02e6cx85fhTgY03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7cd690d5cc37a02e6cx85fhTgY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;400&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7de2df64bf1bfa5d93PTQt5Qup03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7de2df64bf1bfa5d93PTQt5Qup03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;225&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed7f082f1c446e1939e2QsxWiYys03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed7f082f1c446e1939e2QsxWiYys03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;225&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed81d690d5cc37a02edaxiPyds5m03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed81d690d5cc37a02edaxiPyds5m03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;287&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ed83278a08a0b727cd6c9tMPJQTO03&quot; height=&quot;400&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ed83278a08a0b727cd6c9tMPJQTO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;287&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Spiel Pok&eacute;mon Trading Card Game Pocket und wird verwendet, um verschiedene Items zu erwerben, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wiederherzustellen.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch den Einsatz von Pok&eacute; Gold k&ouml;nnen Spieler ihre Chancen erh&ouml;hen, seltene goldene Pok&eacute;mon-Karten zu bekommen und somit ihre digitale Sammlung gezielt ausbauen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold zu erhalten, k&ouml;nnen Spieler beispielsweise auf Trading-Plattformen wie Lootbar.gg zugreifen und dort unkompliziert per Top-up ihr Guthaben aufladen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dadurch wird das Spielerlebnis deutlich verbessert und individuelle W&uuml;nsche bei der Sammlung und im Spiel werden optimal unterst&uuml;tzt.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler daran interessiert sind, Pok&eacute; Gold aufzuladen, sollten sie unbedingt die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Die Nutzung von lootbar.gg f&uuml;r den Kauf von &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; bietet zahlreiche Vorteile, die das Spielerlebnis im Pokemon Trading Card Game Pocket deutlich verbessern k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Einer der gr&ouml;&szlig;ten Pluspunkte von lootbar ist das ausgezeichnete Preis-Leistungs-Verh&auml;ltnis, da Nutzer hier von g&uuml;nstigen Preisen und attraktiven Sonderrabatten profitieren k&ouml;nnen. Zus&auml;tzlich garantiert die Plattform h&ouml;chste Sicherheit durch fortschrittliche Verschl&uuml;sselung und Datenschutzma&szlig;nahmen, sodass alle Transaktionen und pers&ouml;nlichen Daten optimal gesch&uuml;tzt sind. Dank des rund um die Uhr verf&uuml;gbaren Kundendienstes steht bei Fragen oder Problemen immer ein kompetentes Team zur Verf&uuml;gung. Dar&uuml;ber hinaus sorgt ein effizientes Liefersystem daf&uuml;r, dass das gekaufte Pok&eacute; Gold in k&uuml;rzester Zeit im eigenen Spielkonto erscheint, wodurch ein reibungsloser Spielfluss gew&auml;hrleistet wird.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um im Pokemon Sammelkartenspiel Pocket eine Aufladung von Pok&eacute; Gold &uuml;ber die Lootbar-Handelsplattform durchzuf&uuml;hren, besuchen Sie zun&auml;chst die offizielle Webseite von Lootbar und stellen Sie sicher, dass Sprache und W&auml;hrung korrekt eingestellt sind. Nach dem Einloggen navigieren Sie zur speziellen &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt;-Seite, wo Sie die gew&uuml;nschte Menge an Pok&eacute; Gold ausw&auml;hlen. Anschlie&szlig;end klicken Sie auf den Button f&uuml;r den sofortigen Aufladevorgang.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt geben Sie Ihre Kontoinformationen wie Login-Daten und Charakternamen ein und folgen den angezeigten Anweisungen. W&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus und best&auml;tigen Sie die Zahlung, um den Kauf abzuschlie&szlig;en. Nach Abschluss der Bestellung wird das erworbene Pok&eacute; Gold in der Regel innerhalb weniger Minuten Ihrem Spielkonto im Pokemon Sammelkartenspiel Pocket gutgeschrieben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(205, 354, '', 'Comic-Con Saturday Highlights &ndash; Panels &amp; Screenings', '&lt;h3&gt;Comic-Con Saturday Highlights&lt;/h3&gt;\n&lt;p&gt;Saturday at Comic-Con kicks off with an intriguing mix of discussions and panels that promise to engage fans and industry insiders alike. Early morning sessions include a debate titled &quot;From Buddha to Batman,&quot; where Deepak Chopra and Grant Morrison explore the spiritual dimensions of superheroes, offering a philosophical twist to the day&rsquo;s lineup. Meanwhile, a spotlight honors Jerry Robinson, the creative mind behind the Joker, celebrating his influence on comics.&lt;/p&gt;\n&lt;p&gt;Throughout the morning, viewers can catch a screening and Q&amp;amp;A for &quot;Chuck,&quot; now entering its final season, featuring key cast members discussing the show&#039;s legacy. Production designers from major films like &quot;Terminator 2: 3D&quot; and &quot;Mission: Impossible &ndash; Ghost Protocol&quot; will share insights into their craft, highlighting the artistry behind iconic blockbuster figures. Fans of tech and pop culture can tune into &quot;Attack of the Show!&quot; as hosts Kevin Pereira and Candace Bailey attempt to keep the audience entertained despite changes on the show.&lt;/p&gt;\n&lt;p&gt;Marvel aficionados are invited to a dedicated session revealing the season 2 premiere of &quot;The Avengers: Earth&rsquo;s Mightiest Heroes,&quot; along with sneak peeks of upcoming Spider-Man projects. Industry discussions also address the survival of action-adventure cartoons in a landscape dominated by comedic hits, emphasizing the genre&#039;s enduring appeal.&lt;/p&gt;\n&lt;p&gt;Mid-morning features a preview of &quot;Terra Nova,&quot; a sci-fi series where humans from the future escape a deteriorating Earth to a time dominated by dinosaurs, with creators and stars providing exclusive glimpses into the show&rsquo;s adventurous premise. Simultaneously, &quot;Sanctuary&quot; offers fans a behind-the-scenes look at the sci-fi series centered on characters with extraordinary abilities.&lt;/p&gt;\n&lt;p&gt;A notable tribute occurs with a panel dedicated to Bill Blackbeard, the collector whose archive preserved comics before microfilm took over, celebrating his impact on comic history. Filmmaker Francis Ford Coppola joins Dan Deacon for a unique presentation of &quot;Twixt,&quot; blending film with live musical performance, promising an innovative experience.&lt;/p&gt;\n&lt;p&gt;The afternoon begins with a panel on adapting comics for the big screen, debating the fidelity of source material in Hollywood adaptations. Disney XD&rsquo;s &quot;Kick Buttowski&quot; and &quot;Being Human&quot; share their latest updates, with &quot;Being Human&quot; exploring the lives of supernatural roommates&mdash;a humorous take on vampire, werewolf, and ghost tales.&lt;/p&gt;\n&lt;p&gt;Fans of &quot;Twilight&quot; gather for a dedicated fan panel, perhaps showcasing fan fiction and community passion surpassing the original novels. Meanwhile, &quot;Futurama&quot; creator Matt Groening discusses the upcoming seventh season, followed by a look at &quot;The Simpsons&quot; celebrating its 23rd season, which, if binge-watched continuously, would take over a week to complete.&lt;/p&gt;\n&lt;p&gt;Comic book creator Robert Kirkman shares insights on &quot;The Walking Dead&quot; and teases future projects, while &quot;Relativity Media&quot; presents &quot;Immortals,&quot; a 3D film inspired by Greek mythology with stars like Mickey Rourke and Henry Cavill. The day continues with a lively discussion of &quot;Community,&quot; featuring cast members and producers previewing the next season, and a spotlight on Tsuneo Goda, creator of the viral &quot;Domo&quot; character, highlighting the power of simple design.&lt;/p&gt;\n&lt;p&gt;Finally, the panel &quot;Vampires and Others&quot; humorously explores relationships between humans and supernatural beings, a tongue-in-cheek reflection of the genre&rsquo;s popularity. As Saturday unfolds, attendees are treated to a diverse array of topics that showcase the creativity, innovation, and cultural impact of comics, television, and film.Saturday at Comic-Con: Your Ultimate Guide to Must-See Panels&lt;/p&gt;\n&lt;p&gt;Morning Highlights&lt;/p&gt;\n&lt;p&gt;The day kicks off with exciting opportunities for fans of various genres. Whether you&#039;re interested in television, movies, or comics, Saturday offers something for everyone.&lt;/p&gt;\n&lt;p&gt;Afternoon Sessions&lt;/p&gt;\n&lt;p&gt;J. Michael Straczynski takes center stage at 2:00 PM in Room 7AB. His impressive career spans from He-Man cartoons to Spider-Man comics and now includes work on the World War Z adaptation.&lt;/p&gt;\n&lt;p&gt;Animation enthusiasts won&#039;t want to miss the Family Guy panel at 2:00 PM in Ballroom 20, featuring Alex Borstein, Seth Green, and the legendary Adam West, with exclusive clips from an upcoming Stewie-focused episode.&lt;/p&gt;\n&lt;p&gt;Fantasy fans should head to Hall H at 2:15 PM for Knights of Badassdom, where Peter Dinklage, Steve Zahn, and Summer Glau will discuss their film about LARPers accidentally summoning a real demon.&lt;/p&gt;\n&lt;p&gt;TV Guide&#039;s Super Supernaturals panel brings together stars from Torchwood, True Blood, The Secret Circle, and more at 2:30 PM in Room 5AB.&lt;/p&gt;\n&lt;p&gt;Evening Sessions&lt;/p&gt;\n&lt;p&gt;Cartoon Network&#039;s Adventure Time panel starts at 3:00 PM in Room 6A with voice actors and previews of upcoming episodes.&lt;/p&gt;\n&lt;p&gt;Aspiring writers should attend The Write Stuff III in Room 23ABC at 3:00 PM, where industry veterans share insights on writing for genre television.&lt;/p&gt;\n&lt;p&gt;Joss Whedon fans can catch his Dark Horse panel at 3:00 PM in the Indigo Ballroom at the Hilton San Diego Bayfront.&lt;/p&gt;\n&lt;p&gt;The Vampire Diaries cast and producers will enthrall fans with a season highlight reel and Q&amp;amp;A at 3:30 PM in Ballroom 20.&lt;/p&gt;\n&lt;p&gt;Late Afternoon Specials&lt;/p&gt;\n&lt;p&gt;Nickelodeon presents an exclusive first look at The Last Airbender: Legend of Korra at 4:00 PM in Room 6BCF.&lt;/p&gt;\n&lt;p&gt;Fringe fans should head to Ballroom 20 at 4:30 PM for a special screening and Q&amp;amp;A with most of the cast.&lt;/p&gt;\n&lt;p&gt;The day concludes with a first look at the animated musical Dorothy of Oz at 4:30 PM in Hall H, featuring Martin Short and Patrick Stewart, along with a surprise announcement.&lt;/p&gt;\n&lt;h3&gt;Event Highlights&lt;/h3&gt;\n&lt;p&gt;Costume artistry takes center stage as designers debate material choices &ndash; Julie Weiss and Joseph Porro dissect rubber muscles versus body paint. Across the hall, CW&#039;s witchy drama &lt;em&gt;The Secret Circle&lt;/em&gt; lures fantasy enthusiasts with spellbinding mysteries and teen romance. Simultaneously, &lt;em&gt;Alcatraz&lt;/em&gt; intrigues with its time-bending premise starring Jorge Garcia, promising more complexity than simple prison break resolutions.&lt;/p&gt;\n&lt;p&gt;Animation highlights emerge with MTV&#039;s &lt;em&gt;Good Vibes&lt;/em&gt; &ndash; Adam Brody and Alan Tudyk join creator David Gordon Green for insights into this surreal surf-town comedy. Later, &lt;em&gt;Metal Hurlant Chronicles&lt;/em&gt; adapts the legendary anthology, showcasing its signature blend of sci-fi grit and visual audacity.&lt;/p&gt;\n&lt;p&gt;Hall H hosts Kevin Smith&#039;s marathon storytelling session &ndash; expect unfiltered Hollywood anecdotes and sharp wit, though his filmmaking retirement looms as a recurring theme. Nearby, &lt;em&gt;Nikita&lt;/em&gt; returns with Maggie Q for a Season 2 showcase amid Blu-ray promotions of its debut season.&lt;/p&gt;\n&lt;p&gt;Poster art legends gather for a rare symposium: Andrea Alvin reveals &lt;em&gt;Batman&lt;/em&gt; aesthetics while Matthew Peak explores nightmare imagery. Their craft discussion parallels Larry Nemecek&#039;s &lt;em&gt;Star Trek&lt;/em&gt; deep dive, unearthing never-before-heard archival revelations in &lt;em&gt;The Con of Wrath&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Sci-fi legacy continues as Rod Roddenberry charts &lt;em&gt;Star Trek&lt;/em&gt;&#039;s future, while Godzilla&#039;s centennial sparks reflection on Ishiro Honda&#039;s nuclear-age symbolism. Practical magic unfolds at the Masquerade &ndash; True Blood&#039;s Sails Pavilion event combines elaborate cosplay with DJ beats and convention-exclusive cocktails.&lt;/p&gt;\n&lt;p&gt;Indie filmmaking rebels close the night: Troma&#039;s Lloyd Kaufman champions DIY distribution, arguing that guerrilla cinema can bypass Hollywood&#039;s soul-taxing machinery. His manifesto echoes through the halls as costume illustrators pack their portfolios and animators sketch tomorrow&#039;s fantasies.FX delivers a surprise viewing at 9:30 AM sharp.&lt;/p&gt;\n&lt;p&gt;Room 6DE hosts an exclusive, unannounced pilot screening.&lt;/p&gt;\n&lt;p&gt;Attendees discover the secret project only upon arrival.&lt;/p&gt;\n&lt;p&gt;Be among the first to witness FX&#039;s latest offering.&lt;/p&gt;\n&lt;p&gt;The mystery element adds thrilling anticipation to Saturday morning.&lt;/p&gt;\n&lt;p&gt;Find out what&#039;s screening moments before the lights dim.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The films chronicle the magical coming-of-age adventures of Harry Potter, an orphan who discovers he&#039;s a wizard and attends Hogwarts School of Witchcraft and Wizardry, where he confronts the dark wizard Voldemort with his friends Ron and Hermione. For those seeking &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the entire series is accessible through major streaming services like HBO Max and Peacock, or available for digital rental/purchase on platforms such as Amazon Prime Video and Apple TV.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service offers several advantages that enhance your streaming experience. First, the high-speed servers are specifically optimized for Netflix, ensuring smooth, buffer-free playback in high definition. Second, SafeShell VPN allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, so you can enjoy your favorite shows across all your gadgets without interruption. Third, its exclusive App Mode unlocks content from multiple regions at once, expanding your entertainment options beyond geographic limitations. Additionally, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, so you can browse, stream, and download effortlessly. Security is also a top priority, with the proprietary ShellGuard protocol delivering strong encryption to keep your data safe and private. Lastly, the flexible free trial plan lets you test all these benefits risk-free, making SafeShell VPN an excellent choice for seamless and secure streaming.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To stream Harry Potter movies securely across regions using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these essential steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nCreate your account by visiting the SafeShell VPN official website and selecting a suitable subscription plan.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your specific device operating system from their platform.\n&lt;/li&gt;\n&lt;li&gt;\nInstall the downloaded SafeShell VPN software, then launch the application and securely log into your registered account.\n&lt;/li&gt;\n&lt;li&gt;\nChoose the advanced APP mode within SafeShell VPN for optimized streaming performance and enhanced security protocols.\n&lt;/li&gt;\n&lt;li&gt;\nSelect a high-speed VPN server located in your desired content region like the UK or US from the extensive SafeShell server list.\n&lt;/li&gt;\n&lt;li&gt;\nClick the Connect button within SafeShell VPN and verify the successful establishment of your encrypted connection.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your Netflix application or browser, log in to your account, and immediately start enjoying the Harry Potter film series from your chosen location.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(206, 355, '', 'Free Fire Max Asia Invitational 2025: Dates &amp; Teams', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ecdf7af51f20c0c6fb4c5fJmlEkg03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ecdf7af51f20c0c6fb4c5fJmlEkg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Free Fire Max Asia Invitational (FFMAI) 2025 is set to take place from December 5th through December 21st, as officially announced by Garena. The competition will feature a total of 26 teams representing various parts of Asia, competing across two popular game modes: Battle Royale (BR) and Clash Squad (CS). Details regarding the total prize pool remain undisclosed at this time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participants hail from seven Asian nations, namely India, Bangladesh, Nepal, Vietnam, Indonesia, Malaysia, and Thailand. The tournament&#039;s BR segment will be conducted in two stages: the initial play-ins from December 5th to 7th, followed by the main event from December 8th to 14th. Meanwhile, the Clash Squad battles are scheduled from December 18th to 21st.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the BR play-ins, 18 teams will compete for 10 coveted spots in the main event. These qualifiers include eight directly invited elite teams. The remaining 10 will be selected based on their performance in the play-in matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The teams participating in the play-ins are a diverse mix. From India, the lineup features Reckoning Esports, NG Pros, Head Hunters, Revenant Xspark, Nightmare Esports, Meta Ninza, Godlike Esports, and OGXTSG. Bangladesh is represented by Red Cliff, The Goat, Reflex United, Bangladesh Top 1, and Fangs. Nepal&#039;s contenders are GB Esports and Rising Gods. Vietnam&#039;s representative is Gow, Indonesia&#039;s team is Kagendra, and Thailand&#039;s entry is Avida.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Indian teams have shown strong form recently, with Reckoning Esports finishing second and NG Pros securing third place at the India Cup 2025. Avida from Thailand has gained recognition in regional competitions, though they haven&#039;t captured any major titles yet. Teams like Gow from Vietnam and Kagendra from Indonesia have faced challenges recently and will be eager to make a statement at the invitational.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nepal&#039;s GB Esports and Rising Gods are new to major tournaments, aiming to demonstrate their potential on this larger stage. The competition promises intense battles and a showcase of Asia&rsquo;s rising talents in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Free Fire&lt;/a&gt; Diamond is the premium currency used in Free Fire, allowing players to unlock special items, unique outfits, weapon skins, and other exclusive content to enhance their gaming experience. To obtain Free Fire Diamond, players usually perform a top up through popular game trading platforms such as Codashop or Garena&rsquo;s official store, making the process quick and secure. This virtual currency can be essential for those aiming to customize their characters or gain access to limited-time offers within the game. With easy access to top up services, acquiring Free Fire Diamond has become a common practice among dedicated players.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up free fire&lt;/a&gt; Diamond, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience. The platform, also known as lootbar.gg, stands out for its commitment to providing a professional and secure environment for every transaction, ensuring that your &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire Diamond&lt;/a&gt; process is safe and worry-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing lootbar for your &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;free fire diamond topup&lt;/a&gt; is the convenience it offers to players worldwide. With support for a variety of popular games, including Free Fire, lootbar provides flexible payment options and 24/7 online customer service to promptly address any questions or concerns. This level of support ensures that you can top up free fire Diamonds smoothly at any time, regardless of your location.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar frequently offers attractive discounts and special promotions, making it possible to purchase Free Fire Diamond at lower prices compared to other platforms. Some discounts on lootbar.gg can reach up to 20%, giving players more value for their money. These benefits make lootbar an excellent choice for anyone looking to maximize their in-game resources while enjoying a reliable and user-friendly service.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Free Fire on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire&lt;/a&gt; Diamond on the LootBar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency type. After logging in to your account, navigate to the top-up section and choose Free Fire from the list of available games. Decide on the number of Diamonds you wish to buy and click on the option to continue with your top up Free Fire transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, you will need to enter your Free Fire UID to ensure the Diamonds are credited to the correct account. Once you&rsquo;ve confirmed your details, select your desired payment method from the available options and complete the payment process. After the transaction is successful, your Free Fire Diamonds will be added to your account, allowing you to enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(207, 356, '', 'Netflix New Titles: Top 5 Picks for Nov 1 [Guide]', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed097af51f20c0c6fd3drjK9ov4C03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed097af51f20c0c6fd3drjK9ov4C03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Content Highlights&lt;/h3&gt;\n&lt;p&gt;Netflix has just expanded its library with an impressive 43 new titles today, November 1st - a volume that typically represents an entire week&#039;s worth of additions for the streaming giant. With such an overwhelming number of fresh options, I&#039;ve carefully curated a selection of five standout titles that deserve your immediate attention.&lt;/p&gt;\n&lt;p&gt;My recommendations include a brilliant debut season of a personal favorite series, a sequel widely regarded as one of cinema&#039;s greatest follow-ups, and an intriguing film that warrants revisiting now that it&#039;s available on the platform.&lt;/p&gt;\n&lt;p&gt;This carefully balanced selection should offer something for everyone, though watching all five would likely consume your entire day. For those seeking additional viewing options beyond my highlighted picks, comprehensive guides to this week&#039;s complete additions and November&#039;s full lineup are available elsewhere.&lt;/p&gt;\n&lt;p&gt;The sheer volume of today&#039;s release demonstrates Netflix&#039;s commitment to continually refreshing its content library with diverse programming options across various genres and formats.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix has dropped a fresh batch of programming this week&lt;/p&gt;\n&lt;p&gt;Among the standout arrivals is an absolute masterpiece&lt;/p&gt;\n&lt;p&gt;David Tennant and Olivia Colman deliver powerhouse performances&lt;/p&gt;\n&lt;p&gt;as detectives investigating a small town&#039;s devastating child murder&lt;/p&gt;\n&lt;p&gt;Season 1 stands as a self-contained triumph of storytelling&lt;/p&gt;\n&lt;p&gt;The slow-burn mystery unfolds with gut-wrenching precision&lt;/p&gt;\n&lt;p&gt;Olivia Colman&#039;s career-defining role earned her major accolades&lt;/p&gt;\n&lt;p&gt;The season finale packs an emotional punch that lingers&lt;/p&gt;\n&lt;p&gt;Viewers who appreciated &quot;Adolescence&quot; will find this essential&lt;/p&gt;\n&lt;p&gt;Stream the entire acclaimed British crime series immediately&lt;/p&gt;\n&lt;p&gt;Broadchurch Season 1 is now available for streaming&lt;/p&gt;\n&lt;p&gt;Malcolm McMillan covers weekly streaming highlights&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed105431ba64f9d0f9dbMovlQ7T503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed105431ba64f9d0f9dbMovlQ7T503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Whenever I think of standout sequels, &quot;Paddington 2&quot; immediately comes to mind, largely because of a memorable scene in Nicolas Cage&#039;s film, &quot;The Unbearable Weight of Massive Talent.&quot; In that moment, Cage and Pedro Pascal&#039;s characters are discussing the top movies of all time, and Pascal boldly claims that the &quot;Paddington&quot; sequel ranks as the third greatest film ever made. Cage&#039;s reaction is priceless&mdash;he&#039;s visibly stunned, then overwhelmed with emotion, eventually admitting that &quot;Paddington 2&quot; truly is a masterpiece.&lt;/p&gt;\n&lt;p&gt;Stay updated with the latest entertainment news and reviews by subscribing to Tom&#039;s Guide newsletter. You&#039;ll get quick access to breaking stories, must-see reviews, exclusive deals, and helpful tips right in your inbox.&lt;/p&gt;\n&lt;p&gt;Please note, by signing up, you agree to our terms and privacy policy, and consent to receive communications from us and our trusted partners. You must be at least 16 years old to subscribe.&lt;/p&gt;\n&lt;p&gt;While I might not go as far as Nicolas Cage and Pedro Pascal, I can confidently say that &quot;Paddington 2&quot; is widely regarded as one of the finest sequels ever created. It has garnered a passionate fan base, thanks to Ben Whishaw&rsquo;s charming voice acting as Paddington, the lovable marmalade lover. The story takes an unexpected turn when Paddington ends up in prison after being framed for stealing a pop-up book. Now, his adoptive family must work tirelessly to clear his name, while Paddington himself attempts a daring escape from jail, all amidst the antics of the true culprit&mdash;Hugh Grant&rsquo;s cunning actor, Phoenix Buchanan, who remains at large.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;stream&lt;/em&gt; &lt;em&gt;&quot;Paddington 2&quot;&lt;/em&gt; &lt;em&gt;is available to watch on Netflix now.&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed15f597e9f6828bd96bkJ0CzboU03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed15f597e9f6828bd96bkJ0CzboU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Film Choices and New Arrivals&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking for a thought-provoking film that challenges perceptions of time, &quot;Tenet&quot; is a gripping choice. Featuring John David Washington as a CIA agent known only as &quot;the protagonist,&quot; the story kicks off when a mission goes awry, leading him into a clandestine organization with mysterious motives.&lt;/p&gt;\n&lt;p&gt;The plot revolves around complex concepts of time inversion, where characters can move both forward and backward through time, creating a labyrinth of intrigue and suspense. Notably, Nolan&#039;s signature style shines through with layered storytelling and intense action sequences.&lt;/p&gt;\n&lt;p&gt;Initially, I found &quot;Tenet&quot; quite perplexing during its first viewing, partly due to its intricate timeline and abstract ideas. However, revisiting the film revealed a deeper understanding, making a second watch highly worthwhile. I recommend giving it a go now, and if it feels confusing at first, consider watching it again to fully grasp its intricate &quot;tenets.&quot;&lt;/p&gt;\n&lt;p&gt;Experience &quot;Tenet&quot; today&mdash;perhaps multiple times&mdash;to truly appreciate its complexity.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed174b0975cb872c362cfYFRYGab03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed174b0975cb872c362cfYFRYGab03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix Expands Library with Diverse New Additions - Must-Watch Highlights&lt;/p&gt;\n&lt;p&gt;Daniel Kaluuya&#039;s Oscar-winning performance in &quot;Judas and the Black Messiah&quot; has finally arrived on Netflix. This powerful historical drama portrays the tragic story of Fred Hampton&#039;s betrayal by FBI informant Bill O&#039;Neal during the height of the Black Panther movement in Illinois. The film garnered multiple Academy Award nominations, with Kaluuya&#039;s compelling portrayal of Hampton earning him the Best Supporting Actor trophy in 2021.&lt;/p&gt;\n&lt;p&gt;For viewers seeking lighter fare after such intense drama, &quot;This is the End&quot; provides the perfect comedic escape. This apocalyptic romp features Seth Rogen, James Franco, Jonah Hill and other celebrities playing exaggerated versions of themselves during the end of the world. With its outrageous scenarios and star-studded cast, it delivers consistent laughs throughout its runtime.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s November expansion includes beloved franchises and critically acclaimed films. The complete &quot;Back to the Future&quot; trilogy has landed on the platform, allowing fans to enjoy Marty McFly&#039;s time-traveling adventures in one place. Christopher Nolan enthusiasts can now stream his mind-bending thriller &quot;Tenet,&quot; while family audiences will appreciate the charming &quot;Paddington 2.&quot;&lt;/p&gt;\n&lt;p&gt;The platform&#039;s diverse new additions span multiple genres - from horror entries like &quot;The Nun II&quot; and &quot;I Know What You Did Last Summer&quot; to comedies including &quot;Game Night&quot; and the &quot;Hangover&quot; trilogy. Drama fans can explore &quot;Just Mercy&quot; and &quot;Crazy Rich Asians,&quot; while fantasy lovers have options like &quot;Doctor Sleep&quot; and &quot;Ready Player One.&quot;&lt;/p&gt;\n&lt;p&gt;With 43 new titles added in total, Netflix continues strengthening its position as a premier streaming destination heading into the holiday season, offering something for every viewer preference and mood.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions and access a wider range of content on Netflix by routing their internet connection through servers in various countries. It functions by masking the user&#039;s IP address, making it appear as if they are browsing from a different location, thus enhancing their streaming experience.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. One common issue users face is that their &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;, often due to outdated software that cannot bypass Netflix&#039;s detection mechanisms effectively. SafeShell VPN addresses this problem by offering high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free, high-definition playback. Additionally, SafeShell VPN allows users to connect multiple devices simultaneously, supporting various operating systems such as Windows, macOS, iOS, and Android, so you can enjoy your favorite shows on any device. Its exclusive App Mode enables unlocking content from multiple regions at once, broadening your entertainment options. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN eliminates buffering and throttling, providing a smooth streaming experience. Moreover, its top-level security, powered by the proprietary ShellGuard protocol, guarantees your online privacy remains protected. For those hesitant to commit, the flexible free trial plan allows users to explore all these features risk-free, making SafeShell VPN an ideal choice for reliable Netflix access and superior online security.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose the plan that suits your needs and complete the subscription process by clicking the &quot;Subscribe Now&quot; button. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, directly from the website.&lt;/p&gt;\n&lt;p&gt;After installing SafeShell VPN, open the application and log in using your account credentials. To optimize your Netflix streaming experience, select the APP mode within the app, which is designed for seamless media consumption. Next, browse through the list of available VPN servers and pick one located in the region where the desired Netflix content is accessible, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to this server.&lt;/p&gt;\n&lt;p&gt;Once connected through the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, launch the Netflix app or visit their website. Log into your Netflix account as usual, and you will now have access to the regional content available in the server&#039;s location. Enjoy streaming your favorite shows and movies from different regions with ease, thanks to the reliable performance of SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(208, 357, '', 'Honkai: Star Rail Leaks &ndash; New Characters After Fate Collab', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebfc5f85e8a20b93ff62ZuBtLOP003&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebfc5f85e8a20b93ff62ZuBtLOP003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent leaks about Honkai: Star Rail reveal intriguing details about upcoming characters following the highly anticipated Fate/Stay Night collaboration. The game, developed by Hoyoverse, continues to expand its universe with new playable heroes and mechanics, exciting fans worldwide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key highlight is the introduction of a new ice-element character slated for release after the Fate crossover event. Although official confirmation is pending, leaks suggest this character will mark a significant addition to the roster, possibly debuting in future updates beyond version 3.4. The identity remains under wraps, fueling speculation among the community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Fate/Stay Night collaboration, announced last year, has generated significant buzz, with rumors pointing to iconic figures like Saber and Archer becoming playable. This crossover is expected to arrive during the upcoming 3.4 update, bringing fresh content and storylines to Amphoreus. Fans are eagerly awaiting these additions, which promise to enrich the game&#039;s narrative and gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to new characters, Hoyoverse is preparing a host of updates to enhance gameplay. The Memory of Chaos game mode is rumored to receive a substantial buff in version 3.3, with stronger enemies challenging players on its upper floors. Furthermore, a new weekly boss is anticipated, offering fresh endgame content to test player strategies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming updates will also see a refreshed battle pass system, aiming to provide more engaging rewards and challenges. Confirmed releases include the five-star units Hyacine and Cipher during version 3.3, along with re-runs for characters like Herta and Aglaea. The addition of Phainon is also expected in version 3.4, expanding the diverse cast of heroes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Honkai: Star Rail is set for a busy period of content updates, character releases, and gameplay improvements. Fans can look forward to a richer experience as the game continues to evolve with new alliances, mechanics, and legendary characters on the horizon.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable resource in Honkai Star Rail, primarily used to boost and develop the skills of Valkyries and Stigmata, allowing players to strengthen their characters for advanced gameplay. Players looking to acquire Oneiric Shards efficiently can use &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services available on various game trading platforms, where these shards can be purchased directly with real money. Utilizing these platforms not only streamlines the process of obtaining Oneiric Shards but also provides access to exclusive upgrades and content within the game. This makes top up options an appealing choice for those eager to enhance their adventure in Honkai Star Rail.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Oneiric Shard for skill upgrades in Honkai Star Rail, they may want to consider using the lootbar game trading platform. With &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;, the process of topping up becomes exceptionally smooth and straightforward, ensuring that players can quickly enhance their Valkyries and Stigmata abilities without unnecessary hassle. The platform specializes in providing efficient &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Honkai Star Rail&lt;/a&gt; services, catering to gamers who value speed and reliability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the biggest advantages of using lootbar.gg is its commitment to safety and professionalism. The platform offers secure transactions, protecting users&rsquo; data and purchases at every step. In addition, lootbar.gg supports a broad range of payment methods, allowing players from different regions to choose the option that is most convenient for them. The presence of 24/7 online customer support further guarantees that any issues or questions can be resolved promptly, making the &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; experience worry-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg stands out for its competitive pricing and attractive discounts. Players can benefit from significant savings thanks to regular promotions and special discount rates on various items, which at times can reach up to 20%. These cost-saving opportunities make it an appealing choice for those who wish to maximize their gameplay without overspending. By choosing lootbar.gg for their top up Honkai Star Rail needs, players gain access to a reliable, affordable, and customer-focused platform.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete your &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Star Rail top up&lt;/a&gt; for Oneiric Shards on the LootBar trading platform, follow these steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and log in to your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and select Honkai: Star Rail as the game you wish to top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the amount of Oneiric Shards or Express Supply Pass you want to purchase and click on the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your server details, Star Rail UID, and Character Name accurately when prompted.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick on the Top-up button, select your desired payment method from the available options, and complete the payment process.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After these steps, your Star Rail top up will be processed and the Oneiric Shards will be credited to your account, allowing you to enhance your Valkyries and Stigmata skills in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(209, 358, '', 'ONE PIECE Season 3 &ndash; Production Begins in South Africa', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924eccdb8ad8d995cee8a1aNsqZi1Fm03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924eccdb8ad8d995cee8a1aNsqZi1Fm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;ONE PIECE Season 3 Begins&lt;/h3&gt;\n&lt;p&gt;Exciting Update: &#039;ONE PIECE&#039; Season 3 Cameras Rolling in South Africa&lt;/p&gt;\n&lt;p&gt;The beloved pirate saga continues as the third season of &quot;ONE PIECE&quot; officially enters production in Cape Town, South Africa. Fans of the hit live-action adaptation can celebrate as the core Straw Hat crew returns to their roles for new adventures.&lt;/p&gt;\n&lt;p&gt;I&ntilde;aki Godoy (Monkey D. Luffy), Mackenyu (Zoro), Emily Rudd (Nami), Jacob Romero (Usopp), and Taz Skylar (Sanji) have all reunited to bring their characters back to life for what promises to be another thrilling chapter in the popular series.&lt;/p&gt;\n&lt;p&gt;Following the show&#039;s impressive performance, Netflix didn&#039;t hesitate to greenlight Season 3 back in August, even before the second season had premiered.&lt;/p&gt;\n&lt;p&gt;Season 3 will see significant cast expansions, with several Season 2 characters receiving more substantial roles. Tony Tony Chopper (Mikaela Hoover), Mr. 0 (Joe Manganiello), Miss All Sunday (Lera Abova), and Nefartari Cobra (Sendhil Ramamurthy) have all been promoted to series regular status.&lt;/p&gt;\n&lt;p&gt;Charithra Chandran will also return as Miss Wednesday, continuing her character&#039;s journey alongside the Straw Hat crew.&lt;/p&gt;\n&lt;p&gt;Meanwhile, fans counting down the days can mark their calendars for the recently announced Season 2 release date, giving them something to look forward to while Season 3 takes shape.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec6cf62de5c0dbcef356QM88Fj6Q07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec6cf62de5c0dbcef356QM88Fj6Q07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The production voyage sails onward for the beloved live-action saga.&lt;/p&gt;\n&lt;p&gt;Netflix confirms work has begun on the highly anticipated third season.&lt;/p&gt;\n&lt;p&gt;Filming is officially underway as of this month.&lt;/p&gt;\n&lt;p&gt;Ahoy, fans! New episodes are charted for a 2026 arrival.&lt;/p&gt;\n&lt;p&gt;Excitement surges as the Straw Hats&#039; adventure continues.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec708a2f1dca29bc3a17ilRmMjpR07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec708a2f1dca29bc3a17ilRmMjpR07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Straw Hat Pirates return as Netflix confirms production of Season 3 for their live-action adaptation of the beloved manga series. Following the success of the first season, fans can anticipate another thrilling chapter in Luffy&#039;s journey to become King of the Pirates.&lt;/p&gt;\n&lt;p&gt;This announcement comes shortly after Season 2 received the green light, signaling strong confidence in the show&#039;s direction and reception. The streaming giant&#039;s commitment to multiple seasons suggests a long-term vision for bringing Eiichiro Oda&#039;s expansive world to life.&lt;/p&gt;\n&lt;p&gt;The reimagined version of these iconic characters has resonated with both longtime fans and newcomers alike, striking a delicate balance between honoring the source material and creating a fresh experience for television audiences.&lt;/p&gt;\n&lt;p&gt;Production details remain limited, though speculation abounds regarding which story arcs might be adapted for the upcoming seasons. The ambitious project continues to navigate the challenge of translating the fantastical elements and emotional depth of the original work.&lt;/p&gt;\n&lt;p&gt;As filming preparations begin, anticipation builds for how the series will evolve its visual style and storytelling approach to capture the increasingly complex adventures that define this legendary pirate saga.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec730ae8e6daa45db458wRA2ZSVN07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec730ae8e6daa45db458wRA2ZSVN07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s live-action adaptation of the beloved manga &quot;One Piece&quot; continues to expand its cast as production for Season 3 sets sail.&lt;/p&gt;\n&lt;p&gt;Exciting news for fans as Xolo Maridue&ntilde;a joins the growing ensemble of talented actors bringing Eiichiro Oda&#039;s iconic characters to life. The young star, known for his impressive performances in &quot;Cobra Kai&quot; and &quot;Blue Beetle,&quot; represents another significant addition to the series.&lt;/p&gt;\n&lt;p&gt;This casting announcement comes as Netflix doubles down on their commitment to the franchise, with Season 2 already greenlit and Season 3 now moving forward in development.&lt;/p&gt;\n&lt;p&gt;The streaming giant&#039;s adaptation has successfully captured the adventurous spirit of the original material, earning praise from both longtime fans and newcomers to the world of the Straw Hat Pirates.&lt;/p&gt;\n&lt;p&gt;While details about Maridue&ntilde;a&#039;s character remain under wraps, speculation abounds regarding which fan-favorite role he might embody in the ever-expanding One Piece universe.&lt;/p&gt;\n&lt;p&gt;As production continues, viewers eagerly anticipate seeing how the series will adapt the next arcs of Luffy&#039;s quest to become King of the Pirates.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec762b101d6702e5555e2CEW1RgW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec762b101d6702e5555e2CEW1RgW07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 3 Production Begins&lt;/h3&gt;\n&lt;p&gt;Season 3 production of the live-action adaptation welcomes fresh talent to the high seas adventure. &#039;Cobra Kai&#039; star Xolo Maridue&ntilde;a has been confirmed to portray the fiery Portgas D. Ace, while Tony Award recipient Cole Escola joins the crew as the flamboyant fighter Bon Clay.&lt;/p&gt;\n&lt;p&gt;Fans eagerly anticipating more pirate escapades won&#039;t have to wait too long, as &quot;One Piece: Into the Grand Line&quot; is scheduled to continue with its second season premiering March 10, 2026.&lt;/p&gt;\n&lt;p&gt;The upcoming installment promises to expand the world-building as Luffy and his companions explore uncharted territories along their journey through the treacherous waters of the Grand Line, the most challenging and mysterious oceanic route in the One Piece universe.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd2278a08a0b727c4adgzjtyFqK03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd2278a08a0b727c4adgzjtyFqK03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Production of the third season of the hit series based on Eiichiro Oda&#039;s iconic manga has officially begun, bringing fans more adventures of Monkey D. Luffy&#039;s journey to claim the ultimate treasure.&lt;/p&gt;\n&lt;p&gt;The creative team sees a significant change as Ian Stokes steps in to collaborate with Joe Tracz as co-showrunner for the upcoming season, while Matt Owens, who guided Season 2 alongside Tracz, moves to other responsibilities.&lt;/p&gt;\n&lt;p&gt;Behind the scenes, the production maintains its strong connection to the source material with creator Eiichiro Oda continuing his role as executive producer. The team also includes industry veterans Marty Adelstein and Becky Clements from Tomorrow Studios, alongside Tetsu Fujimura, Chris Symes, Christoph Schrewe, and Steven Maeda.&lt;/p&gt;\n&lt;p&gt;While waiting for the new season, fans can revisit the first season to follow Luffy&#039;s quest to become King of the Pirates, and stay tuned for further updates on this expanding adaptation of the beloved franchise.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd54e98dbc4708cbddewTlOJyK803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd54e98dbc4708cbddewTlOJyK803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix has officially confirmed that production for Season 3 of &quot;ONE PIECE&quot; is now underway, thrilling fans worldwide with this exciting development.&lt;/p&gt;\n&lt;p&gt;The announcement comes as viewers are still eagerly anticipating Season 2, which remains in production following the massive success of the live-action adaptation&#039;s debut season last year.&lt;/p&gt;\n&lt;p&gt;The streaming giant&#039;s commitment to the franchise demonstrates their confidence in the series, which has managed to break the &quot;curse&quot; of unsuccessful anime adaptations by receiving praise from both critics and longtime fans of Eiichiro Oda&#039;s beloved manga.&lt;/p&gt;\n&lt;p&gt;While details about Season 3&#039;s storyline remain under wraps, fans are speculating which arcs from the source material might be adapted next as the Straw Hat crew continues their grand adventure through the dangerous waters of the Grand Line.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s decision to greenlight a third season before the second has even aired highlights the show&#039;s remarkable performance metrics and cultural impact since its premiere.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service providing access to a vast library of movies and television shows. Netflix blocked signifies content or service restrictions imposed due to geographic licensing limitations or network access policies, preventing users from viewing certain titles available elsewhere. To overcome this limitation, &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the practice of utilizing tools like VPNs to bypass these geographical blocks and access a broader range of international content.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;For those seeking to bypass Netflix geo-restrictions and access region-locked content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents a compelling solution. Its primary benefits are detailed below:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;strong&gt;Netflix Unblocking Expertise&lt;/strong&gt;: SafeShell VPN is specifically engineered to circumvent Netflix&#039;s VPN detection systems, ensuring reliable access to the full global library from anywhere.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;High-Speed Streaming Optimization&lt;/strong&gt;: Utilizing servers fine-tuned for Netflix, SafeShell VPN delivers blazing-fast connection speeds that eliminate buffering and support HD/4K streaming.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Multi-Region Access via App Mode&lt;/strong&gt;: The unique App Mode allows simultaneous unlocking of diverse regional libraries across various streaming platforms, maximizing content availability.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Multi-Device Compatibility&lt;/strong&gt;: Connect up to five devices concurrently across Windows, macOS, iOS, Android, and smart TVs, enabling flexible viewing on preferred screens.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Advanced Security Protocols&lt;/strong&gt;: SafeShell VPN&#039;s proprietary ShellGuard technology employs military-grade encryption to shield your streaming activity and personal data from surveillance.\n&lt;/li&gt;\n&lt;li&gt;\n&lt;strong&gt;Risk-Free Trial&lt;/strong&gt;: Experience all features through a flexible free trial plan, allowing full evaluation of performance before commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;This combination of specialized unblocking, speed, and security makes SafeShell VPN an ideal choice for unrestricted Netflix streaming.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To stream region-specific Netflix content via &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow this streamlined process: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by downloading the SafeShell VPN application from their official website, compatible with all major platforms including Windows, macOS, iOS, and Android.\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the app and securely log into your subscription account. For enhanced Netflix streaming quality and speed, select the dedicated APP mode within the interface.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection panel and choose any VPN server location matching your desired Netflix regional library&mdash;such as Japan, Brazil, or Germany. Confirm by hitting the &#039;Connect&#039; button to establish a secure tunnel.\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, access Netflix through your browser or app, ensuring the platform recognizes your virtual location. For optimal SafeShell Netflix VPN performance, clear your browser cache if accessing via web.\n&lt;/li&gt;\n&lt;li&gt;\nImmediately browse and enjoy exclusive titles from your selected region seamlessly. If content doesn&rsquo;t update, simply reconnect to a different server within the same region.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(210, 359, '', 'Ligue 1 POTM FC 26 &ndash; Nominees, Voting &amp; Winners', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction: The Prestige of Ligue 1 POTM in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, fans have the opportunity to support their favorite Ligue 1 stars by casting their votes for the Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The standout footballer who earns the most votes will be recognized for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Winners receive exclusive FC 26 Player of the Month (POTM) items as a reward for their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Don&#039;t miss your chance to have a say in who takes home this special honor for September!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Meet the September Nominees&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3d62f2878dc8f11dab7hZuWfVyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e36888b709d93c881b1K7MWIlj03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e36888b709d93c881b1K7MWIlj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How the Voting Process Works&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in Ligue 1 are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is crowned the winner for that month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec3e5f35829380049cc1op0GImpo03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec3e5f35829380049cc1op0GImpo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of contenders was revealed on October 5, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn this date, the players selected as potential recipients were made public.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement introduced the athletes in the running for the award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec4295146ce10d4f96bd2bKiqhsW03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec4295146ce10d4f96bd2bKiqhsW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bull; Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bull; The voting period opens on October 5, 2025, at 6:00 pm and closes on October 12, 2025, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bull; To participate, supporters should visit the official website: https://tropheesunfp.com/&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bull; This is your chance to help decide which standout player will be honored this month according to the community&#039;s opinion.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September Winner Announcement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec44f09056035a54f09aFSfqvGBV03&quot; height=&quot;71&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec44f09056035a54f09aFSfqvGBV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the victor took place on October 15, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn October 15, 2025, the recipient of the award was revealed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe results were made public on October 15, 2025.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October POTM: Nominees, Voting, and Winner&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec4520d728ecdd8fb3e1iQIr17iQ03&quot; height=&quot;62&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec4520d728ecdd8fb3e1iQIr17iQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, Ligue 1&#039;s top performers are nominated for special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a unique FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec49278a08a0b727babaIVOUieFE03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec49278a08a0b727babaIVOUieFE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates was revealed on November 4th, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThese individuals were officially nominated for consideration.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement detailed all players in the running for the award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and experts awaited the results following this disclosure.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec4b87cc92fce4a5fb19uElEROvf03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec4b87cc92fce4a5fb19uElEROvf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe official voting period opens on November 4, 2025, at 6:00 pm and closes on November 9, 2025, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes by visiting the provided link: https://tropheesunfp.com/\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunity opinions play a key role in determining which players should be recognized for their outstanding performances.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMake your voice heard and support the player you believe deserves the monthly honor.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec4c082f1c446e1931482a6R1agK03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec4c082f1c446e1931482a6R1agK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner took place on November 19, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe recipient of the award was revealed on this date.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming POTM Cycles: November to April&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec4d95146ce10d4f977fJmMMZ8mZ03&quot; height=&quot;62&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec4d95146ce10d4f977fJmMMZ8mZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Ligue 1 players are shortlisted as nominees for the Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select their favorite candidate.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the most votes is crowned the winner and receives a unique FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec515431ba64f9d0ee62aJIMDwCg03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec515431ba64f9d0ee62aJIMDwCg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Ligue 1 are selected for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of these top players is scheduled for December 9, 2025 (date subject to change).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and football enthusiasts eagerly await the reveal of the nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These nominees are chosen based on their exceptional performances throughout the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec531edc8d19cc41a6bfDwyruGQX03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec531edc8d19cc41a6bfDwyruGQX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can participate in selecting the standout player for Ligue 1 each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is open between December 9, 2025 at 6:00pm and December 14, 2025 at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Visit https://tropheesunfp.com/ to cast your vote.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Share your opinion on which footballer should be honored as the top performer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community input helps determine the recipient of the special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec55a88b16805af551ebUheSi97K03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec55a88b16805af551ebUheSi97K03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on December 23, 2025 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates regarding the official reveal.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec574e98dbc4708cb61dgZwBTLP603&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec574e98dbc4708cb61dgZwBTLP603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Ligue 1 players are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite footballers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who garners the most votes is honored as the winner for that month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec5d669ecb802ff0e716MYxhGQ1G03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec5d669ecb802ff0e716MYxhGQ1G03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Ligue 1 players are considered for special recognition in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list of contenders for Player of the Month will be revealed, with the announcement expected around January 6, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and football enthusiasts can look forward to discovering which athletes are nominated for these exclusive POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec5f7af51f20c0c6f49dGPiPMTsJ03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec5f7af51f20c0c6f49dGPiPMTsJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period is scheduled to begin on June 1, 2026, at 6:00 pm and will conclude on November 1, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can participate in the voting process by visiting the official website: https://tropheesunfp.com/&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This is an opportunity for the community to express their opinions on who should be recognized as the standout player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Share your perspective and help decide who earns the monthly accolade.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec60278a08a0b727bc70M4fEJiNK03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec60278a08a0b727bc70M4fEJiNK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the top-performing Ligue 1 player is selected for a special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This standout athlete is honored with a unique FC 26 POTM item, celebrating their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official announcement of the recipient is expected on January 20, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await this date to see which player will receive the prestigious award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6495146ce10d4f991bIk0AqO8t03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6495146ce10d4f991bIk0AqO8t03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Ligue 1 are recognized for their exceptional play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the most deserving player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The individual who receives the highest number of votes is awarded a unique FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec697af51f20c0c6f52136zGUJcV03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec697af51f20c0c6f52136zGUJcV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who are in contention for the award will be revealed around February 3, 2026 (expected date).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list of eligible candidates will be made public at that time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and the community can look forward to the official announcement of the nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All shortlisted players will be considered for the special FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for further updates regarding the nominee selection process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6a065156f4128b27899A0cQtal03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6a065156f4128b27899A0cQtal03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on February 3, 2026, at 6:00 pm and will conclude on February 8, 2026, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by visiting the official website: https://tropheesunfp.com/\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunity members are encouraged to support and vote for the players they believe should receive the monthly accolade.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6b20d728ecdd8fb695rsglrACg03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6b20d728ecdd8fb695rsglrACg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every month, standout performers in Ligue 1 are recognized for their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 Player of the Month (POTM) items are awarded to these top players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on February 17, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players eagerly await the reveal of who will earn this prestigious honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6d3b35700ce03a75088KHNUDvh03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6d3b35700ce03a75088KHNUDvh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in Ligue 1 are shortlisted as nominees for outstanding play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select their favorite player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the Player of the Month title and earns a special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec70d690d5cc37a01b5d2gjffRmJ03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec70d690d5cc37a01b5d2gjffRmJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates is expected to be revealed around March 3, 2026 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be shared at that time.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec72d690d5cc37a01b7dktiRIGqR03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec72d690d5cc37a01b7dktiRIGqR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on March 3, 2026, at 6:00 pm and will close on March 8, 2026, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo cast your vote, visit the official website: https://tropheesunfp.com/\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nShare your opinion on which player you believe should take home the award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunity members are encouraged to participate and support their favorite candidates.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec73a88b16805af553bd6amK1vzy03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec73a88b16805af553bd6amK1vzy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Ligue 1 players are honored with exclusive FC 26 POTM items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items celebrate the top performances in the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans eagerly await the announcement of the monthly winner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official winner is expected to be revealed on March 17, 2026 (date subject to change).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for updates as the best player is recognized for their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec7530aad31ad5418223qvWIbq3k03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec7530aad31ad5418223qvWIbq3k03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, a shortlist of standout Ligue 1 players is announced.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the top performer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the Player of the Month and receives a special FC 26 POTM item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec7a3edab7e06b4460d6OIsROM2l03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec7a3edab7e06b4460d6OIsROM2l03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates is expected to be revealed around April 7, 2026 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be shared once the official announcement is made.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates on who will be in contention.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec7ee56779f7a66231c7kl66YYHa03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec7ee56779f7a66231c7kl66YYHa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period is scheduled to begin on April 7, 2026, at 6:00 pm and will close on April 12, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can participate in the selection process by visiting https://tropheesunfp.com/.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are encouraged to cast their votes for the standout players they believe should be recognized.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Share your opinion and help decide which footballers will be honored this month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec80278a08a0b727bea6RcSMucyQ03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec80278a08a0b727bea6RcSMucyQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement regarding the winner is expected to take place on April 21, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official reveal on the estimated date mentioned above.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comprehensive Winner List and Statistics&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec825431ba64f9d0f17fPqMzzpm503&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec825431ba64f9d0f17fPqMzzpm503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Ligue 1 are honored with exclusive FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These awards recognize players who have delivered exceptional performances on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Award recipients come from a variety of clubs across France&rsquo;s top division, representing different nations and positions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The selection process highlights not only individual talent but also the impact these players have had for their respective teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and football enthusiasts can look forward to a regularly updated list of winners, showcasing the diversity and skill present in Ligue 1 each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8695146ce10d4f9baekA6XxHrm03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8695146ce10d4f9baekA6XxHrm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;158&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8820d728ecdd8fb8c9gD25iBZX03&quot; height=&quot;596&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8820d728ecdd8fb8c9gD25iBZX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8aa934c445097c6434D2ihVRbf03&quot; height=&quot;221&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8aa934c445097c6434D2ihVRbf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8c20d728ecdd8fb9278tc7VKI003&quot; height=&quot;221&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8c20d728ecdd8fb9278tc7VKI003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All launch schedules are provided according to UK local time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release timings are specified in the United Kingdom time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All times for releases correspond to the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The timing of every release is based on the UK time standard.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about FC 26 Ligue 1 POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8ed690d5cc37a01d6etDiqP5Ay03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8ed690d5cc37a01d6etDiqP5Ay03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFC 26 Ligue 1 Player of the Month (POTM) cards are special in-game items awarded to standout players in France&rsquo;s top football league, featuring improved stats compared to their regular cards.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEvery month, a shortlist of three top-performing Ligue 1 players is compiled based on their recent performances, with nominees identified through around 20 different criteria.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe selection process involves a weighted vote: half the decision comes from public team captains, and the other half from professional players, ensuring a balanced and fair outcome.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe winner of the monthly vote is awarded a unique FC 26 Ligue 1 POTM item, which can be unlocked in-game through Squad Building Challenges (SBCs).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNominees for the award are typically revealed on the first or second Tuesday of each month, with the winner being announced approximately ten days later, usually on a Tuesday or Thursday.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting process by visiting the UNFP website each month to support their favorite player.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the announcement, a new SBC is released, allowing players to complete objectives and earn the special POTM card for the winning footballer.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe Ligue 1 POTM award system was first introduced in FIFA 20, with the inaugural award given in September 2019.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEach season, a total of seven Ligue 1 POTM items are released by Electronic Arts, one for each month of the competition.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe UNFP, or Union Nationale des Footballeurs Professionnels, is the main organization representing professional footballers in France and is instrumental in the POTM selection process for both Ligue 1 and Ligue 2.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFor a full list of nominees and winners, refer to the official page where all updates are published.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you ever find yourself running low on &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; while chasing glory as an &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc player&lt;/a&gt; in the latest &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 2026&lt;/a&gt; game, look no further than &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;! Whether you play on Xbox or PC, LootBar is your go-to trading platform to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fifa coins&lt;/a&gt; quickly and easily, ensuring you never miss out on building your dream squad or seizing that crucial transfer opportunity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out with its unbeatable prices, offering regular discounts and special promotions where you can save up to 8%&mdash;meaning you get more FC 26 coins for less. Your security is always protected with advanced encryption and strict data privacy, making every transaction 100% safe and legal. With fast delivery, you&rsquo;ll receive your coins within half an hour, and if you ever need help, their expert customer service team is available 24/7. With a stellar Trustpilot rating of 4.9 and glowing user recommendations, LootBar is the most trusted, efficient, and cost-effective way to buy fifa coins and elevate your FIFA 2026 gaming experience.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(211, 360, '', 'Surfshark Multi IP &ndash; Enhanced Privacy &amp; IP Rotation', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f4245641bcf5872e377bd9ZFkRhi8Y03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f4245641bcf5872e377bd9ZFkRhi8Y03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Tired of invasive third-party tracking and online profiling? Surfshark has introduced a groundbreaking feature to address this concern.&lt;/p&gt;\n&lt;p&gt;The new Multi IP functionality allows users to assign distinct IP addresses to different websites, applications, or services within a single browsing session. This innovative approach diverges from conventional VPNs that typically route all traffic through one static IP, enhancing privacy by segmenting your online activity.&lt;/p&gt;\n&lt;p&gt;By implementing multiple IPs, Surfshark effectively prevents third parties from linking your online actions, significantly reducing the risk of targeted profiling or data aggregation.&lt;/p&gt;\n&lt;p&gt;In addition to Multi IP, Surfshark has upgraded its IP rotation system. Now, your IP address refreshes automatically every five minutes, no matter where you are in the world. This frequent changing of IPs makes it even harder for malicious actors or data collectors to track your digital footprint or launch phishing attempts.&lt;/p&gt;\n&lt;p&gt;While the Multi IP feature and IP rotation are powerful individually, they cannot be used simultaneously, ensuring users can choose the level of anonymity that best suits their needs.&lt;/p&gt;\n&lt;p&gt;With these enhancements, Surfshark continues to set the bar in high-security VPN solutions, offering users enhanced tools to safeguard their online privacy and stay one step ahead of data snoopers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924eb9ffcf6e2161a5bd8b2zbgayQ5503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924eb9ffcf6e2161a5bd8b2zbgayQ5503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Surfshark Introduces Innovative Multi IP Technology to Enhance Privacy Protection&lt;/p&gt;\n&lt;p&gt;In an exciting development for privacy-conscious internet users, Surfshark has unveiled its groundbreaking Multi IP feature, designed to combat invasive data tracking practices.&lt;/p&gt;\n&lt;p&gt;The innovative technology operates through Surfshark&#039;s proprietary Nexus infrastructure, according to the company&#039;s Chief Systems Engineer. This sophisticated system enables traffic to flow through multiple pathways rather than a single VPN tunnel, significantly enhancing user anonymity online.&lt;/p&gt;\n&lt;p&gt;The technical foundation of Multi IP leverages equal-cost multi-pathing (ECMP), distributing user traffic equally across all available Nexus connections. This creates a situation where different aspects of a user&#039;s online activity appear to originate from various IP addresses simultaneously.&lt;/p&gt;\n&lt;p&gt;For everyday internet users, the practical benefit is substantial: major tech platforms that operate multiple services cannot easily correlate user behavior across their various applications. When you access different services from seemingly different locations, companies like Meta or Google face significant challenges in building comprehensive user profiles.&lt;/p&gt;\n&lt;p&gt;Privacy experts note that this approach substantially weakens cross-site tracking capabilities, creating obstacles for advertisers and data brokers attempting to monitor online activities. The ultimate result is reduced effectiveness of targeted advertising and diminished ability to construct detailed user profiles.&lt;/p&gt;\n&lt;p&gt;Although users cannot simultaneously employ Multi IP alongside Surfshark&#039;s rotating IP options, both features share the crucial advantage of implementing IP changes server-side. This methodology ensures continuous VPN connection without exposing users to potential data leaks during transitions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924eb7fced68a51c90d8fe0AUpyRNRW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924eb7fced68a51c90d8fe0AUpyRNRW07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For privacy purists craving ironclad anonymity, Surfshark&#039;s latest innovation delivers unprecedented control.&lt;/p&gt;\n&lt;p&gt;The groundbreaking Multi IP feature empowers you to constantly mask your digital footprint across multiple locations simultaneously.&lt;/p&gt;\n&lt;p&gt;However, such powerful obfuscation demands careful consideration of practical implications.&lt;/p&gt;\n&lt;p&gt;Websites often react unpredictably to rapidly shifting IP addresses, potentially triggering security flags or session disruptions.&lt;/p&gt;\n&lt;p&gt;Global IP switching might cause unexpected logouts or broken functionalities on region-locked platforms.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Certain services utilizing separate regional infrastructures may fail to maintain your connection across different IPs.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;If seamless browsing consistency outweighs extreme privacy needs for your daily use, this feature might prove frustrating.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Yet for those utterly repelled by targeted ads and invasive tracking, Multi IP offers a revolutionary escape.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Beyond this advanced capability, Surfshark One bundles VPN, antivirus, and privacy tools at significant savings.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Current promotions make this comprehensive suite remarkably affordable for enhanced online protection.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and censorship that limit access to adult content in certain regions. Unblock porn allows users to change their IP address and access restricted sites, ensuring privacy, avoiding ISP throttling, and enhancing security on public Wi-Fi networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers comprehensive solutions for accessing blocked adult content while maintaining your privacy. SafeShell VPN provides numerous benefits that make it an excellent choice for &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nComplete anonymity through robust encryption that shields your browsing activities from ISPs, network administrators, and potential surveillance\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds that eliminate buffering issues when streaming high-definition adult content\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that allows you to access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol designed specifically to bypass sophisticated content restrictions while remaining undetectable\n&lt;/li&gt;\n&lt;li&gt;\nSupport for up to five devices at once, with compatibility across Windows, macOS, iOS, Android, and various TV platforms, ensuring your adult content viewing remains private across all your devices\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for viewing porn content from any region, start by subscribing to SafeShell VPN on their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s) to ensure compatibility. Once installed, enable the App Mode within the application for enhanced flexibility and access options. Then, choose a server location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions effectively. Finally, connect to the selected server and browse the internet with complete privacy, enjoying unrestricted access to adult content from different regions securely and anonymously.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(212, 361, '', 'Data Compromise 2025: Alarming Breach Trends &amp; Tips', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924eb9d30aad31ad5417629FBJQ2T2S03&quot; height=&quot;457&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924eb9d30aad31ad5417629FBJQ2T2S03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;As we reach the halfway point of 2025, alarming statistics reveal that over 165 million Americans have experienced some form of data compromise. This data comes from the latest report by the Identity Theft Resource Center, highlighting a disturbing trend of frequent security breaches.&lt;/p&gt;\n&lt;p&gt;In recent months, major corporations worldwide have fallen victim to large-scale data leaks almost daily, underscoring the increasing sophistication of cybercriminals. These breaches not only jeopardize corporate secrets but also open the door for scammers eager to exploit personal information.&lt;/p&gt;\n&lt;p&gt;With such persistent threats, simple online caution is no longer sufficient. Protecting oneself now demands advanced security measures, including comprehensive cybersecurity software and the use of reliable virtual private networks (VPNs). These tools serve as essential defenses against identity theft and financial fraud.&lt;/p&gt;\n&lt;p&gt;Fortunately, the holiday season presents an excellent opportunity to strengthen digital defenses, as many top-tier VPN and security providers are offering significant discounts through early Black Friday deals.&lt;/p&gt;\n&lt;p&gt;Among the standout offers, Surfshark is currently providing an attractive discount on its complete security suite. This deal is ideal for anyone seeking to safeguard all aspects of their digital presence, ensuring they won&#039;t become the next victim of a data breach.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924eb7c8ecb9c0b936aa521uZHtPzIY07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924eb7c8ecb9c0b936aa521uZHtPzIY07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Protecting your online presence is more crucial than ever, especially with the rise in cyber threats.&lt;/p&gt;\n&lt;p&gt;For a limited time, you can enhance your security for just over two dollars a month, thanks to a special Black Friday deal.&lt;/p&gt;\n&lt;p&gt;The Surfshark One package offers far more than a basic VPN service.&lt;/p&gt;\n&lt;p&gt;Alongside a reliable VPN, it includes an integrated antivirus program, ensuring your device stays safe from malware and malicious attacks.&lt;/p&gt;\n&lt;p&gt;In addition, Surfshark One provides a privacy-centric web search engine, helping you browse without concerns about trackers.&lt;/p&gt;\n&lt;p&gt;You&rsquo;ll also receive alerts for potential data leaks involving your email, ID, or credit card information, giving you early warnings to act swiftly.&lt;/p&gt;\n&lt;p&gt;This all-in-one security bundle is designed to counteract the many online risks faced daily.&lt;/p&gt;\n&lt;p&gt;With Surfshark One, you&rsquo;re equipped with tools to defend against data breaches and safeguard your personal information.&lt;/p&gt;\n&lt;p&gt;Rated highly by industry experts, Surfshark ranks among the top VPN providers, known for user-friendly apps across all major platforms.&lt;/p&gt;\n&lt;p&gt;Expect fast connection speeds, robust security features like IP rotation and alternative IDs, and the ability to unblock content seamlessly.&lt;/p&gt;\n&lt;p&gt;Moreover, Surfshark&rsquo;s antivirus component has received top recognition in 2024, offering real-time threat detection and scheduled scans to maintain your device&rsquo;s health.&lt;/p&gt;\n&lt;p&gt;Seize this opportunity to secure your digital life&mdash;at a fraction of the usual price&mdash;and stay protected from evolving cyber threats.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924eb81a699f84627d256a4KExrPrjE07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924eb81a699f84627d256a4KExrPrjE07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;With staggering numbers revealing 165 million Americans hit by data breaches in 2025, protecting your private details is no longer optional.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;For a mere $2 monthly, Surfshark Alert steps in as your early warning system.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;This essential tool constantly scans the digital underground, alerting you instantly if your sensitive data surfaces in a leak &ndash; covering usernames, emails, addresses, passwords, and more.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Complement this defense with Surfshark Search, a dedicated privacy-first browser that eliminates ads and tracking.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;It guarantees your search history remains completely private and blocks web trackers from disrupting your browsing.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Want an even stronger shield?&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Upgrade to Surfshark One+ for only $4.19 per month and unlock Incogni.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;This powerful add-on tackles data brokers directly, automating the tedious process of demanding your personal information be scrubbed from their lists.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;For comprehensive digital protection combining monitoring, private browsing, and data removal, this bundle delivers immense value.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Stay ahead of threats and safeguard your identity starting today.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Follow TechRadar on Google News now and set us as a preferred source for essential tech security insights and reviews &ndash; don&rsquo;t forget to hit that follow button!&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions and censorship that limit access to adult content. Unblock porn refers to bypassing these restrictions by changing IP addresses and encrypting internet traffic, ensuring privacy, faster speeds, and access to restricted content regardless of location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content seamlessly, SafeShell VPN is an excellent solution to consider. (1.) With its powerful encryption protocols, SafeShell VPN guarantees your online activities remain private and anonymous, protecting you from unwanted surveillance. (2.) The VPN&#039;s extensive network of servers across multiple locations allows you to easily bypass geo-restrictions and unlock porn sites that may be blocked in your region, ensuring unrestricted access. (3.) Additionally, SafeShell VPN offers lightning-fast speeds, making it possible to stream high-definition videos without buffering or lag, enhancing your overall browsing experience. (4.) Its innovative App Mode enables simultaneous regional access, allowing users to enjoy content from different countries effortlessly. (5.) Furthermore, with support for multiple devices and the unique ShellGuard protocol, SafeShell VPN provides comprehensive security and flexibility, making it a reliable tool for unblocking porn sites while keeping your data safe.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, first subscribe to their service by visiting the official SafeShell VPN website and selecting a suitable subscription plan.&lt;/p&gt;\n&lt;p&gt;Once subscribed, download the SafeShell VPN application onto your preferred device and complete the installation process.&lt;/p&gt;\n&lt;p&gt;Ensure you have the latest version for optimal performance.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and activate the dedicated App Mode feature, which is crucial for bypassing geo-blocks effectively.&lt;/p&gt;\n&lt;p&gt;Next, within the SafeShell VPN interface, choose your desired virtual location from their extensive global server network.&lt;/p&gt;\n&lt;p&gt;This selection determines which region&#039;s content you can access.&lt;/p&gt;\n&lt;p&gt;Once connected to the chosen server, you can safely and privately browse the internet.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN ensures your connection remains encrypted and anonymous, allowing you to stream or view content from any region without restrictions while protecting your identity.&lt;/p&gt;', 9, 'game'),
(213, 362, '', 'The Beast in Me &ndash; Psychological Dualities Explored', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecfa065156f4128b2b10C8D642Js03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecfa065156f4128b2b10C8D642Js03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Psychological Dualities in &quot;The Beast in Me&lt;/h3&gt;\n&lt;p&gt;Claire Danes found herself drawn to a haunting psychological parallel during preparation for &quot;The Beast in Me.&quot;&lt;/p&gt;\n&lt;p&gt;She frequently revisited Janet Malcolm&#039;s &quot;The Journalist and the Murderer,&quot; a favorite text exploring the unsettling moral equivalence between a writer and her subject.&lt;/p&gt;\n&lt;p&gt;Portraying acclaimed journalist Aggie Wiggs, Danes navigates a character shattered by personal tragedy&mdash;the loss of her son and her marriage.&lt;/p&gt;\n&lt;p&gt;Her neighbor, Nile Jarvis (Matthew Rhys), is a magnetic real estate mogul shrouded in suspicion over his wife Madison&#039;s disappearance.&lt;/p&gt;\n&lt;p&gt;Their relationship evolves into an intense, ambiguous game where predator and prey roles constantly blur.&lt;/p&gt;\n&lt;p&gt;Aggie seeks a career-reviving story at any cost, while Nile possesses his own mysterious agenda, each exploiting the other relentlessly.&lt;/p&gt;\n&lt;p&gt;Danes, serving as both star and executive producer, reunited with &quot;Homeland&quot; collaborator Howard Gordon on this project.&lt;/p&gt;\n&lt;p&gt;The series explores dangerous inner territories, asking what happens when one&#039;s darkest urges materialize in another person.&lt;/p&gt;\n&lt;p&gt;The concept captivated Danes, introduced during pandemic isolation by friend Jodie Foster.&lt;/p&gt;\n&lt;p&gt;She was struck by creator Gabe Rotter&#039;s &quot;faintly Hitchcockian&quot; world&mdash;domestic yet heightened, blending bold ideas with relatable settings.&lt;/p&gt;\n&lt;p&gt;Assembling the creative team felt serendipitous: writer Daniel Pearle and director Antonio Campos joined Gordon.&lt;/p&gt;\n&lt;p&gt;Campos proved vital in visualizing the crucial atmosphere and suspense, preventing narrative diffusion.&lt;/p&gt;\n&lt;p&gt;Casting Nile presented a unique challenge: making an extreme character credible, terrifying yet seductive.&lt;/p&gt;\n&lt;p&gt;Danes acknowledges Matthew Rhys faced an &quot;impossible&quot; task, delivering an exquisitely layered performance that grounds the character&#039;s terrifying charm.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecfd3d3b1d8c3e5b7aeaBfiiYUuw03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecfd3d3b1d8c3e5b7aeaBfiiYUuw03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring Aggie&rsquo;s character revealed a complex interplay of vulnerability and fierce emotion. She bears the weight of profound trauma, living almost entirely under its shadow, yet occasionally finds release through intense anger. This internal battle made her a deeply intriguing figure to portray, especially given her introverted, guarded nature.&lt;/p&gt;\n&lt;p&gt;Initially, the challenge was how to connect audiences with a woman who has intentionally erected emotional barriers. Her grief renders her motionless at times, complicating the storytelling. Fortunately, director Antonio understood these nuances perfectly, guiding the performance to make her inner world accessible despite her defenses.&lt;/p&gt;\n&lt;p&gt;Aggie embodies contrasting traits: meticulous control and raw instinct. Her analytical mind clashes with visceral urges, creating a layered persona. Danes found it thrilling to delve into these dualities, drawing inspiration from Janet Malcolm&rsquo;s &lt;em&gt;The Journalist and the Murderer&lt;/em&gt;. That book examines the moral complexities of writers who, through their craft, wield power&mdash;sometimes exploitatively&mdash;posing questions about responsibility and morality.&lt;/p&gt;\n&lt;p&gt;In her relationship with Nile, Aggie and Nile resemble a snake and a mongoose&mdash;mutually respectful rivals who perceive echoes of themselves in each other. Their dynamic is intense, driven by a shared recognition of talent and a desire to confront their limits. With little left to lose, both characters thrive on conflict, engaging in a relentless mental and emotional duel.&lt;/p&gt;\n&lt;p&gt;The shadowy aspect of Aggie&rsquo;s power lies in her words&mdash;her sentences can dismantle or destroy. In contrast, Nile&rsquo;s strength is visceral, manifesting in his imposing physical presence and monumental creations. This duality between internal influence and outward force creates a compelling tension, enriching the narrative&rsquo;s depth.&lt;/p&gt;\n&lt;p&gt;Danes also reflected on her own experiences being subject to writers&rsquo; portrayals. She recognizes the allure and danger of that power, aware of how vanity and the temptation to overshare can distort reality. This awareness underscores the provocative nature of her character&rsquo;s journey, highlighting the fine line between self-exposure and vulnerability in the creative process.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed00d690d5cc37a025e6OXWdMyFd03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed00d690d5cc37a025e6OXWdMyFd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Aggie&#039;s Creative and Emotional Journey&lt;/h3&gt;\n&lt;p&gt;Claire Danes reveals Aggie&#039;s tangled motivations&lt;/p&gt;\n&lt;p&gt;in pursuing Nile&#039;s story&lt;/p&gt;\n&lt;p&gt;The biography project unexpectedly reignites&lt;/p&gt;\n&lt;p&gt;Aggie&#039;s dormant creativity&lt;/p&gt;\n&lt;p&gt;becoming an essential lifeline&lt;/p&gt;\n&lt;p&gt;that makes her feel truly alive again&lt;/p&gt;\n&lt;p&gt;She underestimates her own desperation&lt;/p&gt;\n&lt;p&gt;yet Nile emerges as an unlikely muse&lt;/p&gt;\n&lt;p&gt;His presence sparks her artistic revival&lt;/p&gt;\n&lt;p&gt;a relief so profound she can&#039;t resist the pull&lt;/p&gt;\n&lt;p&gt;Beneath this creative resurgence&lt;/p&gt;\n&lt;p&gt;lies Aggie&#039;s unresolved trauma&lt;/p&gt;\n&lt;p&gt;The investigation into her son&#039;s death&lt;/p&gt;\n&lt;p&gt;serves as both genuine quest&lt;/p&gt;\n&lt;p&gt;and convenient justification&lt;/p&gt;\n&lt;p&gt;Professional ambition equally propels her&lt;/p&gt;\n&lt;p&gt;She recognizes this book&#039;s commercial potential&lt;/p&gt;\n&lt;p&gt;that tantalizing promise of major success&lt;/p&gt;\n&lt;p&gt;reawakens her competitive drive&lt;/p&gt;\n&lt;p&gt;Regarding Matthew Rhys as Nile&lt;/p&gt;\n&lt;p&gt;Danes describes an effortless collaboration&lt;/p&gt;\n&lt;p&gt;His virtuosic skill blends with playful energy&lt;/p&gt;\n&lt;p&gt;creating dynamic, unpredictable performances&lt;/p&gt;\n&lt;p&gt;Their natural chemistry proved foundational&lt;/p&gt;\n&lt;p&gt;to the show&#039;s vitality&lt;/p&gt;\n&lt;p&gt;A fortunate alchemy emerged&lt;/p&gt;\n&lt;p&gt;between two earnest performers&lt;/p&gt;\n&lt;p&gt;committed to craft above all&lt;/p&gt;\n&lt;p&gt;Rhys&#039; stability as both artist and person&lt;/p&gt;\n&lt;p&gt;provided essential grounding&lt;/p&gt;\n&lt;p&gt;allowing their scenes to flourish&lt;/p&gt;\n&lt;p&gt;with mutual trust and deep respect&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed045431ba64f9d0f9330NfcADqh03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed045431ba64f9d0f9330NfcADqh03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Aggie&#039;s journey culminates in raw self-scrutiny&lt;/p&gt;\n&lt;p&gt;a confrontation with her own capacity for violence&lt;/p&gt;\n&lt;p&gt;not through metaphor or displacement&lt;/p&gt;\n&lt;p&gt;but direct reckoning with personal failure&lt;/p&gt;\n&lt;p&gt;Her dynamic with Nile defies convention&lt;/p&gt;\n&lt;p&gt;an intellectual seduction thriving on friction&lt;/p&gt;\n&lt;p&gt;Two brilliant minds operating at rare velocity&lt;/p&gt;\n&lt;p&gt;finding kinship in shared, ruthless intellect&lt;/p&gt;\n&lt;p&gt;They sustain each other like vital nourishment&lt;/p&gt;\n&lt;p&gt;a mutual consumption far beyond carnality&lt;/p&gt;\n&lt;p&gt;The tension manifests as psychological sparring&lt;/p&gt;\n&lt;p&gt;a game played with genuine fascination&lt;/p&gt;\n&lt;p&gt;Their connection thrives on challenge, not desire&lt;/p&gt;\n&lt;p&gt;creating a uniquely non-sexual charge&lt;/p&gt;\n&lt;p&gt;This self-awareness becomes her turning point&lt;/p&gt;\n&lt;p&gt;Facing the ugliest truths allows tentative forgiveness&lt;/p&gt;\n&lt;p&gt;Aggie reaches neither peace nor absolution&lt;/p&gt;\n&lt;p&gt;but hard-won acceptance of her shadow self&lt;/p&gt;\n&lt;p&gt;She acknowledges the darkness within&lt;/p&gt;\n&lt;p&gt;and chooses restraint where others succumb&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed07c336c68adbd8a9b34DwoGjkW03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed07c336c68adbd8a9b34DwoGjkW03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Claire Danes&#039; Inner Journey&lt;/h3&gt;\n&lt;p&gt;Claire Danes reflects on her character&#039;s complex aftermath&lt;/p&gt;\n&lt;p&gt;Visiting Nile behind bars reveals an unsettling resonance&lt;/p&gt;\n&lt;p&gt;Despite his exposed darkness, she feels inexplicable warmth&lt;/p&gt;\n&lt;p&gt;That jarring contradiction lingers without resolution&lt;/p&gt;\n\n&lt;p&gt;By the story&#039;s conclusion, self-acceptance blooms quietly&lt;/p&gt;\n&lt;p&gt;Her shadow self no longer terrifies as it once did&lt;/p&gt;\n&lt;p&gt;Solitude becomes bearable without desperate craving for validation&lt;/p&gt;\n&lt;p&gt;Self-love finally fills what others couldn&#039;t provide&lt;/p&gt;\n\n&lt;p&gt;This journey through fractured psyche now unfolds globally&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;The Beast in Me&lt;/em&gt; awaits discovery across Netflix territories&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed0ad690d5cc37a026a0vad68RLS03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed0ad690d5cc37a026a0vad68RLS03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Delve into Claire Danes&#039; introspective journey on Skip Intro&lt;/p&gt;\n&lt;p&gt;where she explores the raw depths of her character&#039;s psyche&lt;/p&gt;\n&lt;p&gt;confronting the unsettling &#039;Beast&#039; lurking within&lt;/p&gt;\n\n&lt;p&gt;The conversation ventures into unexpected territory&lt;/p&gt;\n&lt;p&gt;touching upon parallels with cultural icon Madonna&lt;/p&gt;\n&lt;p&gt;her influence, her mystique&lt;/p&gt;\n\n&lt;p&gt;Danes reveals profound insights into the duality of self&lt;/p&gt;\n&lt;p&gt;illuminating the darkness that fuels her latest role&lt;/p&gt;\n&lt;p&gt;a candid exploration of artistic shadow work&lt;/p&gt;\n\n&lt;p&gt;Beyond the expected interview narrative&lt;/p&gt;\n&lt;p&gt;she offers glimpses into vulnerability and power&lt;/p&gt;\n&lt;p&gt;crafting a portrait far richer than surface discussion&lt;/p&gt;\n\n&lt;p&gt;This dialogue transcends simple promotion&lt;/p&gt;\n&lt;p&gt;becoming a meditation on performance and persona&lt;/p&gt;\n&lt;p&gt;where celebrity and character collide meaningfully&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, offering a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to restricted or blocked Netflix content, often by using tools like VPNs, proxy servers, or Smart DNS services to bypass geographic limitations.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re aiming to unblock and access Netflix&#039;s region-restricted content effortlessly, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; emerges as a premier solution worth exploring.&lt;/p&gt;\n&lt;p&gt;This service excels with its high-speed servers optimized exclusively for Netflix, delivering buffer-free streaming in crystal-clear HD quality. Its innovative App Mode uniquely enables simultaneous access to multiple regional libraries, vastly expanding your entertainment options. Coupled with blazing connection speeds and unlimited bandwidth, SafeShell VPN guarantees smooth playback without frustrating interruptions during binge-watching sessions.&lt;/p&gt;\n&lt;p&gt;Beyond unblocking capabilities, SafeShell VPN prioritizes your digital safety through its proprietary ShellGuard encryption protocol, shielding your data from surveillance. It conveniently supports up to five simultaneous connections across diverse platforms&mdash;including smartphones, computers, and smart TVs&mdash;while offering a risk-free trial to experience these advantages firsthand before committing.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is easy with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Follow these simple steps to access shows and movies from any region:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and install it on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or sign in with your existing credentials to activate the service\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode for optimal streaming performance when watching Netflix\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location in your desired region (such as Japan for anime or US for American shows)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your Netflix app or website and refresh the page\n&lt;/li&gt;\n&lt;li&gt;\nNetflix will now display the content library of your selected region, giving you access to thousands of previously unavailable titles\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(214, 363, '', 'BAFTA Awards 2024: Winners, Surprises &amp; Highlights', '&lt;p&gt;I&#039;ll rewrite the article about the BAFTA Awards with a different structure and presentation.&lt;/p&gt;\n&lt;p&gt;The Royal Opera House Plays Host to BAFTA&#039;s Night of Surprises&lt;/p&gt;\n&lt;p&gt;Technical achievements took center stage at this year&#039;s BAFTA ceremony, with Christopher Nolan&#039;s &quot;Inception&quot; claiming three awards for its groundbreaking sound, production design, and visual effects. One grateful VFX designer revealed he had spent three weeks in Nolan&#039;s garage visualizing the film, though he admitted the director had already done most of the heavy lifting.&lt;/p&gt;\n&lt;p&gt;&quot;The Social Network&quot; matched that tally with three awards of its own, including an unexpected Best Director win for David Fincher. With Fincher absent, stars Jesse Eisenberg and Andrew Garfield accepted the honor on his behalf.&lt;/p&gt;\n&lt;p&gt;Absence seemed to be a theme of the evening, as Best Actress winner Natalie Portman was unable to attend, leaving &quot;Black Swan&quot; director Darren Aronofsky to collect her award. Geoffrey Rush, meanwhile, missed the ceremony due to theatrical commitments at Brooklyn Academy of Music, where he&#039;s currently performing in &quot;The Diary of a Madman.&quot;&lt;/p&gt;\n&lt;p&gt;The evening was not without its memorable gaffes. Presenter Stephen Fry mistakenly introduced &quot;Harry Potter&quot; producer David Heyman as &quot;David Warner,&quot; while presenters Dominic Cooper and Rosamund Pike struggled with their teleprompter, leading to an impromptu intervention from host Jonathan Ross.&lt;/p&gt;\n&lt;p&gt;Ross himself provided some of the night&#039;s best humor, reassuring the audience that &quot;Ricky Gervais cannot get into the building&quot; and quipping that &quot;The Last Airbender taught me that your local cinema won&#039;t give you your money back no matter how much you ask them.&quot;&lt;/p&gt;\n&lt;p&gt;Despite battling a severe cold, Helena Bonham Carter delivered one of the evening&#039;s most charming acceptance speeches: &quot;I&#039;m so used to losing it&#039;s strange to win,&quot; she remarked, before thanking the royal family for &quot;doing wonders for my career. I seem to have been playing queens with decreasing head sizes.&quot;&lt;/p&gt;\n&lt;p&gt;In a pointed moment that drew appreciative laughter, film critic Mark Kermode used his presentation of the Foreign Language Film award to critique Hollywood&#039;s remake culture, noting that foreign films &quot;can be understood by everybody with subtitles. But Hollywood will still feel the need to remake them in English.&quot;&lt;/p&gt;\n&lt;p&gt;&quot;Alice in Wonderland&quot; claimed two technical awards, while &quot;Black Swan&quot; and &quot;Toy Story 3&quot; each secured one victory in what proved to be an evening of widely distributed honors.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter movies depict the adventures of a young wizard as he studies magic, confronts evil, and discovers his purpose. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, these films are available on platforms like Netflix, HBO Max, and Amazon Prime, though geographical restrictions may require the use of a VPN to access them in certain regions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. SafeShell VPN offers exceptional benefits that set it apart from other options in the market. With high-speed servers specifically optimized for Netflix streaming, you&#039;ll enjoy buffer-free playback in high definition without interruptions. The VPN&#039;s innovative App Mode feature allows you to unlock content from multiple regions simultaneously, expanding your entertainment options significantly. Plus, you can connect up to five devices at once, making it convenient for the whole family to enjoy content across various platforms including Windows, macOS, iOS, Android, and even Apple Vision Pro.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN doesn&#039;t just excel at streaming performance&mdash;it also prioritizes your online security. The proprietary &quot;ShellGuard&quot; protocol ensures top-level protection for all your browsing activities, giving you peace of mind while exploring different Netflix libraries. You&#039;ll experience lightning-fast speeds without bandwidth restrictions or throttling issues that often plague other VPN services. And if you&#039;re hesitant about committing, SafeShell VPN offers a flexible free trial plan that lets you test all these premium features before making a decision. This combination of speed, security, and versatility makes SafeShell VPN an ideal choice for accessing your favorite Harry Potter films and other region-locked Netflix content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter films securely across regions using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these essential steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by creating a SafeShell VPN account through their official website; select and complete your preferred subscription plan.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your device&#039;s operating system, whether Windows, macOS, iOS, or Android.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app and log into your account; for optimal streaming performance, activate the specialized Streaming Mode under connection settings.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a VPN server located in your target region (like the UK or Australia) to access local Harry Potter libraries.\n&lt;/li&gt;\n&lt;li&gt;\nAfter establishing a secure connection, open any streaming platform where Harry Potter is available, sign in, and enjoy unrestricted viewing with SafeShell VPN&#039;s encrypted protection.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Remember to disconnect from SafeShell VPN once your viewing session concludes to resume regular internet usage.&lt;/p&gt;', 9, 'game'),
(215, 364, '', 'Monopoly GO Tie Trials &ndash; Rewards &amp; Milestones Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec78a88b16805af553f5UMBRE6za03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec78a88b16805af553f5UMBRE6za03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following the conclusion of the Hoverboard Havoc event, Scopely has introduced a fresh competition within Monopoly GO. This new contest is named Tie Trials, and it is set to last for a full day.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the ongoing Hyperspace Partners event, the Tie Trials tournament stands out as a major avenue for earning tokens. Participants also have the chance to accumulate numerous dice rolls along with various other prizes. In this article, we will detail the key milestones and the rewards players can expect to earn throughout the Tie Trials challenge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec7f4e98dbc4708cb8b9kP4bbmh903&quot; height=&quot;753&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec7f4e98dbc4708cb8b9kP4bbmh903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3a1c993aeae54c73313VirSEKMl03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3a1c993aeae54c73313VirSEKMl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8c052ac2a7d02fb3495KxGTimHU03&quot; height=&quot;267&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8c052ac2a7d02fb3495KxGTimHU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec8a4e98dbc4708cb963fLoA3FEq03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec8a4e98dbc4708cb963fLoA3FEq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize your chances in tie trials, focus on landing on the railroad properties on your game board, as this will earn you valuable points. Achieving all the set milestones guarantees a significant reward of 5,545 dice and 1,910 tokens to boost your gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, engaging with shutdowns and bank heists can significantly impact your score. Successful shutdowns and bank heists each reward you with varying points: a blocked scenario grants two points, a successful operation nets four points, small-scale heists also provide four points, large-scale efforts yield six points, and complete bankruptcies are worth eight points. Prioritizing these actions can enhance your overall performance and help you reach your goals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the crucial in-game currency that allows players to make moves and progress on the digital Monopoly board. By using Monopoly Go Dice, participants can roll and advance, unlocking new features, properties, and even &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt; that add a personalized touch to their gameplay. Players looking to boost their experience can easily obtain more Monopoly Go Dice through top up services available on popular game trading platforms like Codashop, SEAGM, and OffGamers. With an ample supply of dice, collecting and trading Monopoly Go stickers becomes even more rewarding, letting players enjoy all the interactive elements the game has to offer.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Monopoly Go Dice, they may want to consider the convenience and reliability offered by the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. lootbar.gg stands out in the market by providing a seamless experience for those who wish to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; or Monopoly Go Stickers, thanks to its user-friendly interface and efficient transaction process. The platform is renowned for its competitive pricing, allowing players to maximize their in-game purchases without stretching their budgets. In addition, lootbar&#039;s strict security measures ensure that every transaction is protected by advanced encryption, safeguarding both payment details and personal information.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar is its outstanding customer service and swift delivery. With 24/7 support, players can resolve any queries or issues at any time, making the process of buying Monopoly Go Dice smooth and stress-free. The platform&rsquo;s quick delivery system means that users can enjoy their new dice rolls and stickers almost instantly, minimizing downtime and maximizing gameplay enjoyment. For those seeking a trustworthy and efficient way to enhance their Monopoly Go experience, lootbar.gg is clearly a top choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; on the LootBar trading platform, start by visiting the official website at lootbar.gg. Select your preferred language and currency type before logging in to your account. On the homepage, locate the Game Item section and find the option for Monopoly Go Sticker. If you are interested in purchasing Monopoly Go dice instead, simply switch to the top up tab on the left-hand side of the page.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, carefully enter your required information, including your username and invitation link, following the on-screen prompts. Decide which Monopoly Go stickers you want to buy and select the quantity, then click Buy Now to proceed. After reviewing your choices, choose your preferred payment method and click Pay Now to complete the transaction. Once your payment is successful, your Monopoly Go stickers and dice will be delivered to your account, allowing you to enjoy new features in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(216, 365, '', 'Italy Online Age Verification&mdash;Privacy Tools &amp; Concerns', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924eb97082f1c446e192b42sl1BHozm03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924eb97082f1c446e192b42sl1BHozm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Italy&#039;s New Online Age Verification System: Implications for Privacy Tools&lt;/p&gt;\n&lt;p&gt;Starting November 12, 2025, Italy will implement mandatory age verification requirements for websites containing adult content, requiring users to prove they are 18 or older before accessing such sites.&lt;/p&gt;\n&lt;p&gt;This move positions Italy alongside other regions like France, the UK, and certain US states that have already established similar protective measures aimed at shielding minors from inappropriate online material.&lt;/p&gt;\n&lt;p&gt;According to the Italian communications authority AGCOM, the verification system utilizes a &quot;double anonymity&quot; framework designed to safeguard user privacy. Nevertheless, these requirements have generated significant privacy concerns among users and led to increased interest in circumvention technologies.&lt;/p&gt;\n&lt;p&gt;Privacy tools have become popular methods for bypassing such restrictions globally. However, Italy&#039;s regulations specifically prohibit websites from promoting these tools as means to circumvent age verification requirements, though using such tools isn&#039;t explicitly forbidden for individuals.&lt;/p&gt;\n&lt;p&gt;The complete implementation timeline extends to February 2026 for certain websites, particularly those headquartered in other EU countries, which have been granted a three-month extension following the publication of AGCOM&#039;s official list on October 31.&lt;/p&gt;\n&lt;p&gt;This regulatory approach has sparked broader discussions about digital privacy and content access. In comparison, UK regulators have confirmed they&#039;re monitoring circumvention tool usage with third-party technologies, while some US states like Wisconsin and Michigan are considering legislation that would block certain privacy tools entirely.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Italian internet users employing VPNs retain unrestricted access to adult content platforms for the time being.&lt;/p&gt;\n&lt;p&gt;New age verification rules specifically target operators of adult-oriented websites.&lt;/p&gt;\n&lt;p&gt;These sites must implement verification systems and avoid promoting bypass methods.&lt;/p&gt;\n&lt;p&gt;VPN providers themselves face no direct restrictions under Italy&#039;s current AGCOM provisions.&lt;/p&gt;\n&lt;p&gt;Users should remain vigilant when selecting VPN services.&lt;/p&gt;\n&lt;p&gt;Steer clear of potentially unsafe free VPN applications.&lt;/p&gt;\n&lt;p&gt;Trustworthy free options include Proton VPN Free and PrivadoVPN Free.&lt;/p&gt;\n&lt;p&gt;Premium VPN providers currently offer significant discounts through limited-time Black Friday promotions.&lt;/p&gt;\n&lt;p&gt;Our VPN testing and reviews strictly focus on lawful applications such as:&lt;/p&gt;\n&lt;p&gt;Accessing geo-restricted content in compliance with service terms&lt;/p&gt;\n&lt;p&gt;Enhancing digital security and privacy during international travel&lt;/p&gt;\n&lt;p&gt;We explicitly oppose using VPNs for unlawful activities.&lt;/p&gt;\n&lt;p&gt;Future Publishing does not endorse copyright infringement or illegal content consumption.&lt;/p&gt;\n&lt;p&gt;Get expert technology analysis directly in your news feed:&lt;/p&gt;\n&lt;p&gt;Follow TechRadar via Google News and designate us as a preferred source.&lt;/p&gt;\n&lt;p&gt;Click the follow button for regular updates on security developments and digital trends.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to unblocked porn because they want to bypass geo-restrictions, ensuring access to adult content that may be limited in their region, and to protect their privacy by encrypting their browsing activities. &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; involves using a VPN to bypass censorship and access restricted sites, providing a safer and more private way to enjoy adult content online.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content securely, SafeShell VPN can be an excellent solution. Its robust encryption protocols ensure your online activities remain private and anonymous, protecting you from potential surveillance or data theft. With a wide network of servers across different locations, SafeShell VPN allows you to easily bypass geo-restrictions, making it simple to access adult content that may be blocked in your region. Additionally, features like lightning-fast speeds and the innovative App Mode enable users to enjoy seamless streaming and regional content simultaneously, enhancing your overall browsing experience.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond unblocking porn sites. Its advanced ShellGuard protocol guarantees top-tier security, ensuring your private browsing remains confidential in any situation. The multi-device support feature allows you to protect up to five devices at once, whether on Windows, macOS, iOS, or Android, providing comprehensive protection across all your gadgets. Overall, SafeShell VPN combines speed, security, and ease of use to help users access their favorite adult content freely and safely, making it a reliable choice for unblocking restricted sites while maintaining privacy.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content, begin by visiting the official SafeShell VPN website and selecting a subscription plan that aligns with your viewing preferences. After completing the registration process, download the application onto your device&mdash;whether it&#039;s a smartphone, tablet, or computer&mdash;and follow the straightforward installation instructions provided by the setup wizard.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN application and log in using your newly created account credentials. Navigate to the server selection screen where you can browse through various global locations. Choose a server in the region where your desired content is accessible, then activate the connection by pressing the connection button. The application will indicate when you&#039;re successfully connected with a secure, encrypted connection.&lt;/p&gt;\n&lt;p&gt;With SafeShell VPN now running, you can open your preferred browser and visit content platforms without regional limitations. Your internet traffic is now routed through your selected server location, making websites believe you&#039;re browsing from that region. Remember to keep SafeShell VPN connected throughout your browsing session to maintain access and privacy. When finished, you can disconnect from the VPN by returning to the application and clicking the disconnect option.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(217, 366, '', 'BAFTA Nominations 2024: The King&#039;s Speech Leads Race', '&lt;p&gt;The King&#039;s Speech dominates the BAFTA race with a remarkable fourteen nominations&lt;/p&gt;\n&lt;p&gt;including Best Film and Outstanding British Film&lt;/p&gt;\n&lt;p&gt;Tom Hooper secures a Director nomination&lt;/p&gt;\n&lt;p&gt;while Colin Firth leads the Leading Actor contenders&lt;/p&gt;\n\n&lt;p&gt;Black Swan and Inception follow closely&lt;/p&gt;\n&lt;p&gt;each earning twelve nods across major categories&lt;/p&gt;\n&lt;p&gt;Darren Aronofsky and Christopher Nolan join Hooper in the Director race&lt;/p&gt;\n&lt;p&gt;Natalie Portman claims a Leading Actress spot for Black Swan&lt;/p&gt;\n\n&lt;p&gt;Major surprises emerge as Made in Dagenham suffers a steep decline&lt;/p&gt;\n&lt;p&gt;plummeting from fourteen longlist mentions to just four nominations&lt;/p&gt;\n&lt;p&gt;Shutter Island vanishes entirely after twelve longlist spots&lt;/p&gt;\n&lt;p&gt;Leonardo DiCaprio misses out despite dual campaign pushes&lt;/p&gt;\n\n&lt;p&gt;The Social Network and True Grit complete the prestigious Best Film lineup&lt;/p&gt;\n&lt;p&gt;David Fincher earns a Director nod for The Social Network&lt;/p&gt;\n&lt;p&gt;True Grit boasts eight nominations including acting honors for Jeff Bridges and Hailee Steinfeld&lt;/p&gt;\n\n&lt;p&gt;Danny Boyle&#039;s 127 Hours also garners eight nominations&lt;/p&gt;\n&lt;p&gt;with James Franco competing for Leading Actor&lt;/p&gt;\n\n&lt;p&gt;Supporting categories feature Helena Bonham Carter and Geoffrey Rush for The King&#039;s Speech&lt;/p&gt;\n&lt;p&gt;alongside Christian Bale, the late Pete Postlethwaite, and Mark Ruffalo&lt;/p&gt;\n\n&lt;p&gt;Annette Bening and Julianne Moore both vie for Leading Actress in The Kids Are All Right&lt;/p&gt;\n&lt;p&gt;joining Portman, Steinfeld, and Noomi Rapace for The Girl with the Dragon Tattoo&lt;/p&gt;\n\n&lt;p&gt;Four Lions earns recognition in Outstanding British Film&lt;/p&gt;\n&lt;p&gt;Chris Morris contends for Outstanding Debut&lt;/p&gt;\n\n&lt;p&gt;Animated Film sees Despicable Me, How to Train Your Dragon, and Toy Story 3 compete&lt;/p&gt;\n&lt;p&gt;Alice in Wonderland secures five technical nominations&lt;/p&gt;\n&lt;p&gt;while Harry Potter manages two nods&lt;/p&gt;\n\n&lt;p&gt;Foreign language contenders include Biutiful and The Girl with the Dragon Tattoo&lt;/p&gt;\n&lt;p&gt;Javier Bardem earns a Leading Actor nomination for BiutifulBAFTA Nominations Showcase Technical Excellence Across Categories&lt;/p&gt;\n&lt;p&gt;The British Academy Film Awards (BAFTA) nominations have been announced, highlighting outstanding achievements in various technical aspects of filmmaking across a diverse range of productions.&lt;/p&gt;\n&lt;p&gt;In the musical realm, Hans Zimmer&#039;s powerful compositions for &quot;Inception&quot; will compete against Alexandre Desplat&#039;s elegant score for &quot;The King&#039;s Speech&quot; and John Powell&#039;s adventurous work on &quot;How to Train Your Dragon.&quot;&lt;/p&gt;\n&lt;p&gt;The cinematography category features veteran Roger Deakins for &quot;True Grit,&quot; alongside innovative visual storytelling from Wally Pfister (&quot;Inception&quot;), Matthew Libatique (&quot;Black Swan&quot;), Danny Cohen (&quot;The King&#039;s Speech&quot;), and the duo of Anthony Dod Mantle and Enrique Chediak for &quot;127 Hours.&quot;&lt;/p&gt;\n&lt;p&gt;Editing nominations recognize the precise pacing in &quot;The Social Network&quot; by Angus Wall and Kirk Baxter, as well as strong contenders from &quot;Inception,&quot; &quot;Black Swan,&quot; &quot;The King&#039;s Speech,&quot; and &quot;127 Hours.&quot;&lt;/p&gt;\n&lt;p&gt;Production design celebrates imagination across genres, from Robert Stromberg and Karen O&#039;Hara&#039;s fantastical &quot;Alice in Wonderland&quot; to Guy Hendrix Dyas, Larry Dias, and Doug Mowat&#039;s mind-bending environments in &quot;Inception.&quot;&lt;/p&gt;\n&lt;p&gt;The costume design category features period expertise from Jenny Beavan (&quot;The King&#039;s Speech&quot;) and Mary Zophres (&quot;True Grit&quot;), alongside Colleen Atwood&#039;s whimsical creations for &quot;Alice in Wonderland.&quot;&lt;/p&gt;\n&lt;p&gt;Technical categories showcase industry innovation with sound design nominations for &quot;Inception,&quot; &quot;True Grit,&quot; and &quot;The King&#039;s Speech,&quot; while visual effects recognition highlights groundbreaking work in &quot;Inception,&quot; &quot;Harry Potter,&quot; and animated features.&lt;/p&gt;\n&lt;p&gt;Makeup and hair artistry nominations acknowledge transformative work in films including &quot;Black Swan,&quot; &quot;The King&#039;s Speech,&quot; and &quot;Alice in Wonderland.&quot;&lt;/p&gt;\n&lt;p&gt;Short-form excellence is recognized in both animation and live-action categories, celebrating emerging talent.&lt;/p&gt;\n&lt;p&gt;The Orange Wednesdays Rising Star Award, voted by the public, spotlights promising newcomers including Andrew Garfield, Emma Stone, Tom Hardy, Gemma Arterton, and Aaron Johnson.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of an orphaned boy who discovers his wizarding heritage and confronts the dark wizard Voldemort while attending Hogwarts School of Witchcraft and Wizardry. These beloved movies are widely accessible through popular streaming services and digital platforms globally. For fans curious about &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, options include HBO Max for comprehensive streaming access or rental services like Amazon Prime Video and Apple TV for individual films.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice. This VPN is designed to provide a seamless streaming experience with high-speed servers that are specially optimized for Netflix, ensuring buffer-free playback and crisp high-definition quality. Additionally, SafeShell VPN allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, so you can enjoy your favorite shows across all your gadgets without any hassle. The platform&rsquo;s exclusive App Mode feature further enhances your experience by enabling you to unlock content from multiple regions at once, giving you unparalleled access to a wide array of entertainment options.&lt;/p&gt;\n&lt;p&gt;Beyond content access, SafeShell VPN offers lightning-fast speeds that eliminate buffering and bandwidth restrictions, making your streaming sessions smooth and reliable. Its top-tier security, powered by the proprietary ShellGuard protocol, ensures your online privacy remains protected with advanced encryption, so you can browse and stream confidently. The flexible free trial plan allows new users to explore these benefits risk-free, experiencing the robust performance and security features firsthand before committing. Overall, SafeShell VPN combines speed, security, and versatility to provide an optimal streaming experience tailored to Netflix users seeking unrestricted access.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, by visiting their website and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;After installing SafeShell VPN, launch the app and log in with your account credentials. To maximize your streaming experience, especially when watching content on Netflix, it&rsquo;s recommended to select the APP mode within the app. Next, browse through the list of available VPN servers and choose one located in the region where your desired Harry Potter movies are accessible, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to that server.&lt;/p&gt;\n&lt;p&gt;With the VPN connection active, open your Netflix application or visit the Netflix website and log into your account. Once logged in, you will be able to browse and stream Harry Potter movies as if you are browsing from the selected region, enjoying seamless access thanks to SafeShell VPN. This step-by-step process ensures you can safely and effortlessly enjoy your favorite Harry Potter films from anywhere in the world.&lt;/p&gt;', 9, 'game'),
(218, 367, '', 'Dofus : Nouvelle classe Huppermage &ndash; Mise &agrave; jour 2024', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le c&eacute;l&egrave;bre MMORPG Dofus poursuit son &eacute;volution en int&eacute;grant r&eacute;guli&egrave;rement de nouvelles fonctionnalit&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bient&ocirc;t, une toute nouvelle classe sera disponible pour l&#039;ensemble des joueurs, &agrave; savoir l&#039;Huppermage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette addition s&#039;inscrit dans une mise &agrave; jour majeure qui vise &agrave; enrichir l&#039;exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En parall&egrave;le, les d&eacute;veloppeurs travaillent &eacute;galement sur divers ajustements et am&eacute;liorations pour garantir un univers toujours plus captivant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ainsi, Dofus confirme son engagement &agrave; offrir un contenu renouvel&eacute; tout en conservant son charme authentique.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ecc9b8ad8d995cee89e1l7ejU2rU03&quot; height=&quot;259&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ecc9b8ad8d995cee89e1l7ejU2rU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une nouvelle fonctionnalit&eacute; en pr&eacute;paration, encore en d&eacute;veloppement, vise &agrave; renforcer l&#039;engagement des joueurs en leur donnant un pouvoir suppl&eacute;mentaire dans l&#039;univers de Dofus. Cette innovation permettra aux membres de la communaut&eacute; de concevoir et de partager leurs propres d&eacute;fis, inspir&eacute;s de leur cr&eacute;ativit&eacute; d&eacute;bordante, tout en ayant la possibilit&eacute; de participer aux d&eacute;fis propos&eacute;s par d&rsquo;autres aventuriers. L&rsquo;objectif d&rsquo;Ankama est d&rsquo;&eacute;tablir un mode d&rsquo;interaction plus dynamique et personnalis&eacute; entre les joueurs, favorisant ainsi un environnement de jeu plus collaboratif et innovant. Reste d&eacute;sormais &agrave; d&eacute;couvrir les d&eacute;tails pr&eacute;cis du fonctionnement de ces d&eacute;fis communautaires pour mieux comprendre leur impact sur l&rsquo;exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ecccd690d5cc37a022066CTU5Avk03&quot; height=&quot;309&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ecccd690d5cc37a022066CTU5Avk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une des principales nouveaut&eacute;s &agrave; venir pour les fans de bouftous concerne la refonte de la classe Eniripsa dans la mise &agrave; jour 2.34. Cette r&eacute;vision vise &agrave; offrir un gameplay plus strat&eacute;gique, permettant aux joueurs de profiter d&#039;une exp&eacute;rience plus captivante en solo.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;int&eacute;gralit&eacute; des changements apport&eacute;s &agrave; l&#039;Eniripsa sera d&eacute;voil&eacute;e lors d&#039;un &eacute;v&eacute;nement en direct pr&eacute;vu le 1er avril &agrave; 15h, auquel participeront &agrave; la fois des d&eacute;veloppeurs et des membres de la communaut&eacute;. Pas d&#039;inqui&eacute;tude, ce n&#039;est pas une blague !&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par ailleurs, plusieurs devblogs sont attendus pour d&eacute;tailler davantage les nouveaut&eacute;s de cette mise &agrave; jour. Parmi celles-ci, on note l&#039;introduction d&rsquo;un syst&egrave;me de ping en combat, destin&eacute; &agrave; am&eacute;liorer la communication en jeu, ainsi que des annonces relatives aux guildes. D&rsquo;autres surprises devraient &eacute;galement faire leur apparition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La version b&ecirc;ta de la mise &agrave; jour sera accessible d&egrave;s le d&eacute;but du mois d&rsquo;avril, en amont d&rsquo;un nouveau live officiel d&eacute;di&eacute; aux annonces et d&eacute;tails compl&eacute;mentaires.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment faire des Kamas dans Dofus?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kamas &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;DOFUS&lt;/a&gt; est la monnaie principale utilis&eacute;e dans le jeu DOFUS pour acqu&eacute;rir des &eacute;quipements, des ressources et effectuer des &eacute;changes entre joueurs.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir des &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas DOFUS&lt;/a&gt; rapidement, de nombreux joueurs choisissent de passer par des plateformes de trading sp&eacute;cialis&eacute;es o&ugrave; il est possible de faire des top-ups, telles que LootBar, qui proposent des services de recharge s&eacute;curis&eacute;s et avantageux.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette m&eacute;thode permet d&rsquo;obtenir plus facilement les ressources n&eacute;cessaires pour progresser et personnaliser son exp&eacute;rience de jeu dans DOFUS.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En utilisant ces solutions, les joueurs peuvent acc&eacute;der &agrave; des offres attractives tout en renfor&ccedil;ant leur pouvoir d&rsquo;achat dans le jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quel est le meilleur site d&#039;achat de Kamas?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;achat Kamas&lt;/a&gt; pour DOFUS, il peut &ecirc;tre judicieux de vous tourner vers la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Ce site se distingue comme une option fiable et efficace pour tous les joueurs qui d&eacute;sirent augmenter rapidement leurs ressources dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux avantages de lootbar.gg r&eacute;side dans ses prix comp&eacute;titifs et ses offres promotionnelles r&eacute;guli&egrave;res, permettant souvent d&rsquo;obtenir des r&eacute;ductions substantielles lors de l&rsquo;achat Kamas. En plus de proposer des tarifs attractifs, lootbar.gg garantit la s&eacute;curit&eacute; des transactions gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;, prot&eacute;geant ainsi vos paiements et vos donn&eacute;es personnelles tout au long du processus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, la plateforme lootbar.gg met &agrave; disposition un service client professionnel, disponible 24 heures sur 24 et 7 jours sur 7, pr&ecirc;t &agrave; r&eacute;pondre &agrave; toutes vos questions concernant l&rsquo;achat Kamas. De plus, la rapidit&eacute; de livraison, g&eacute;n&eacute;ralement en moins de trois minutes, vous assure de profiter de vos Kamas DOFUS presque instantan&eacute;ment apr&egrave;s votre commande.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des Kamas Dofus sur Lootbar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPour commencer le processus de &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas acheter&lt;/a&gt; sur la plateforme Lootbar, acc&eacute;dez d&rsquo;abord au site officiel lootbar.gg/fr puis trouvez la section d&eacute;di&eacute;e au jeu DOFUS.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnsuite, parcourez les options disponibles et choisissez la quantit&eacute; exacte de Kamas DOFUS que vous souhaitez acqu&eacute;rir selon vos besoins dans le jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s avoir fait votre choix, cliquez sur le bouton pour continuer &agrave; l&rsquo;achat et suivez les indications pour saisir toutes les informations requises telles que votre identifiant de joueur DOFUS.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez ensuite votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e parmi celles propos&eacute;es, puis validez la transaction en cliquant sur l&rsquo;option de paiement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUne fois le paiement effectu&eacute;, attendez la confirmation et la livraison des Kamas sur votre compte DOFUS, ce qui vous permettra de profiter pleinement de votre exp&eacute;rience de jeu gr&acirc;ce &agrave; cette m&eacute;thode simple et s&eacute;curis&eacute;e de Kamas acheter.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; height=&quot;593&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(219, 368, '', 'Age Verification Laws: VPN Usage Soars in Britain', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c9f466953db7363f8f3ded6CbkEINN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Age Verification Laws Trigger Surge in VPN Usage Across Britain&lt;/p&gt;\n&lt;p&gt;British internet users are flocking to virtual private network services following the implementation of strict age verification requirements that took effect on July 25, 2025. The sudden enforcement of these regulations has created an unprecedented demand for privacy tools across the United Kingdom.&lt;/p&gt;\n&lt;p&gt;Statistical data reveals a staggering 1,400% increase in hourly VPN registrations compared to normal patterns, with the initial surge beginning precisely at midnight when the regulations officially took effect. A secondary wave of sign-ups was observed starting at approximately 9 AM as more users became aware of the new requirements.&lt;/p&gt;\n&lt;p&gt;The dramatic increase in VPN adoption directly correlates with the Online Safety Act&#039;s new provisions mandating that websites displaying adult content implement robust age verification systems. These systems typically require users to provide official identification or other personal details to prove they are over 18 years of age.&lt;/p&gt;\n&lt;p&gt;Google search analytics confirm this trend, showing &quot;VPN&quot; becoming one of the most rapidly growing search terms throughout the United Kingdom immediately following the enforcement date. Industry experts anticipate this upward trajectory will continue as more British internet users seek ways to maintain their privacy online.&lt;/p&gt;\n&lt;p&gt;The verification requirements apply to all platforms that host adult content or potentially harmful material, regardless of where these sites are headquartered. By routing their internet traffic through servers in other countries, VPN users can effectively bypass these regional restrictions while maintaining anonymity.&lt;/p&gt;\n&lt;p&gt;Privacy advocates have long predicted this outcome, suggesting that stringent verification measures often drive users toward circumvention tools rather than compliance with the intended regulations.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ec0430aad31ad5417bf9Pjs97q7r03&quot; height=&quot;445&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ec0430aad31ad5417bf9Pjs97q7r03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;British internet users are rapidly adapting their online behavior in response to newly implemented age verification mandates.&lt;/p&gt;\n&lt;p&gt;Accessing numerous popular social platforms, gaming networks, and dating applications now requires users to prove their age, fundamentally altering the UK&#039;s digital landscape.&lt;/p&gt;\n&lt;p&gt;Surges in VPN adoption signal deep public apprehension about these sweeping privacy implications.&lt;/p&gt;\n&lt;p&gt;Regulatory body Ofcom explicitly discourages VPN usage for circumventing these checks, noting such actions will invalidate the intended protections for minors.&lt;/p&gt;\n&lt;p&gt;Platforms themselves face legal prohibitions against actively promoting VPN services to users.&lt;/p&gt;\n&lt;p&gt;Privacy advocates argue these universal identity verification systems create significant risks:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPotential for heightened state and corporate surveillance\n&lt;/li&gt;\n&lt;li&gt;\nIncreased vulnerability to damaging data breaches\n&lt;/li&gt;\n&lt;li&gt;\nUnwanted erosion of online anonymity\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Services like Reddit, Bluesky, X, and Grindr have already introduced mandatory age checks, with more expected to follow.&lt;/p&gt;\n&lt;p&gt;Despite official warnings, the spike in VPN signups demonstrates widespread unease about handing over sensitive identification data across multiple online services.&lt;/p&gt;\n&lt;p&gt;Over 340,000 citizens have formally petitioned Parliament to repeal the legislation, triggering an upcoming parliamentary debate on the issue.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass geographic restrictions imposed by governments or institutions and to maintain privacy by shielding their online activity from surveillance. Porn unblocked refers to the act of accessing adult content websites that are otherwise restricted or censored in a user&#039;s specific location, often achieved by using tools like a VPN to circumvent these blocks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted adult content and &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, SafeShell VPN offers a powerful solution.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out by providing dedicated features that specifically enhance access to adult material. Its innovative App Mode allows users to unblock porn sites and other geo-restricted platforms from multiple regions concurrently, eliminating the need for constant server switching. Combined with this, the proprietary ShellGuard protocol delivers military-grade encryption, ensuring your private browsing sessions remain completely confidential and shielded from ISP monitoring or network surveillance, effectively bypassing even the toughest restrictions.&lt;/p&gt;\n&lt;p&gt;Beyond robust access and security, SafeShell VPN ensures smooth streaming with optimized, lightning-fast speeds and supports simultaneous connections on up to five different devices, including smartphones, computers, and streaming platforms, providing comprehensive protection and freedom across all your technology.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this streamlined process:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nStep 1: Secure a SafeShell VPN subscription by selecting a suitable plan on their official website. \n&lt;/li&gt;\n&lt;li&gt;\nStep 2: Download the SafeShell VPN application and install it on your preferred device(s). \n&lt;/li&gt;\n&lt;li&gt;\nStep 3: Activate App Mode within the SafeShell VPN interface to optimize unrestricted access. \n&lt;/li&gt;\n&lt;li&gt;\nStep 4: Choose a server location from SafeShell VPN&#039;s global network to bypass regional restrictions. \n&lt;/li&gt;\n&lt;li&gt;\nStep 5: Initiate private browsing to anonymously explore adult content with encrypted protection.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(220, 369, '', 'Miedema : ic&ocirc;ne du football f&eacute;minin &ndash; Flashback FC 26', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Miedema, ic&ocirc;ne du football f&eacute;minin&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une nouvelle recrue vient d&rsquo;&ecirc;tre ajout&eacute;e &agrave; la DCE de FC 26 : Vivianne Miedema dans sa version flashback.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En 2025, Miedema s&rsquo;affirme comme une ic&ocirc;ne du football f&eacute;minin, rayonnante sur tous les terrains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir quitt&eacute; Arsenal, elle a rejoint Manchester City, poursuivant ses ambitions de conqu&eacute;rir de nouveaux troph&eacute;es.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sur la sc&egrave;ne internationale, elle a marqu&eacute; son 100&egrave;me but avec l&rsquo;&eacute;quipe des Pays-Bas lors du d&eacute;but de l&rsquo;Euro 2025, devenant la premi&egrave;re joueuse, homme ou femme, du pays &agrave; franchir cette &eacute;tape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Malgr&eacute; des blessures ant&eacute;rieures, sa d&eacute;termination reste intacte : elle se pr&eacute;pare &agrave; un retour complet et se sent pr&ecirc;te &agrave; jouer lors du championnat europ&eacute;en.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reconnue pour son sens du but, son intelligence tactique et son leadership, elle est consid&eacute;r&eacute;e comme l&rsquo;une des meilleures attaquantes mondiales.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sa long&eacute;vit&eacute; et ses ambitions inspirent toute une g&eacute;n&eacute;ration de jeunes joueuses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le prix total de cette carte est de 62 850 cr&eacute;dits, avec une date d&rsquo;expiration fix&eacute;e au 29 novembre 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;tails de la carte &agrave; d&eacute;couvrir.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb81c336c68adbd89255ORfppFys03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb81c336c68adbd89255ORfppFys03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Formation de l&#039;&eacute;quipe optimale&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour former la meilleure &eacute;quipe de la semaine, il faut inclure au moins un joueur s&eacute;lectionn&eacute; parmi les meilleurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La note globale de cette &eacute;quipe doit atteindre au minimum 83 points pour assurer une performance optimale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb844e98dbc4708ca783oyKpRu7u03&quot; height=&quot;527&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb844e98dbc4708ca783oyKpRu7u03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;791&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Composition et performance minimales&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;effectif de Manchester City doit comporter au moins un joueur.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;&eacute;valuation globale de l&rsquo;&eacute;quipe doit atteindre un score minimum de 84.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb8887cc92fce4a5ee25esC97kOT03&quot; height=&quot;549&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb8887cc92fce4a5ee25esC97kOT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;709&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;&eacute;quipe doit comporter au moins un joueur n&eacute;erlandais pour respecter la composition minimale requise. De plus, la note globale de l&#039;&eacute;quipe doit atteindre un minimum de 85 points afin d&#039;assurer un niveau de performance optimal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb8b4e98dbc4708ca7e5jRXCqez003&quot; height=&quot;527&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb8b4e98dbc4708ca7e5jRXCqez003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;746&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez toutes les astuces et solutions pour les autres DCE et SBC disponibles, en consultant la page ci-dessous.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour ne rien manquer des derni&egrave;res actualit&eacute;s d&rsquo;EA Sports FC 26, restez connect&eacute;s avec Fut with Apero sur Twitter et Facebook !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle essentielle dans le jeu FC 26, permettant aux joueurs d&rsquo;acheter des joueurs, des packs et divers objets pour am&eacute;liorer leur &eacute;quipe et progresser plus rapidement. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt;, il est possible de se rendre sur des plateformes de rechargement fiables comme LootBar, o&ugrave; les joueurs peuvent acheter directement la quantit&eacute; souhait&eacute;e de cr&eacute;dits. Cette m&eacute;thode assure une acquisition rapide et s&eacute;curis&eacute;e, facilitant les &eacute;changes et l&rsquo;acc&egrave;s aux meilleures opportunit&eacute;s du March&eacute; des transferts dans le jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;achat Cr&eacute;dit FC 26&lt;/a&gt; pour am&eacute;liorer votre exp&eacute;rience de jeu, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Cette plateforme se distingue par sa simplicit&eacute; d&rsquo;utilisation et son interface conviviale, permettant aux joueurs d&rsquo;obtenir facilement et rapidement leurs Cr&eacute;dits FC 26. Gr&acirc;ce &agrave; lootbar, vous b&eacute;n&eacute;ficiez non seulement d&rsquo;un processus d&rsquo;achat fluide, mais aussi de la possibilit&eacute; de profiter d&rsquo;offres exclusives r&eacute;guli&egrave;rement mises &agrave; jour.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, lootbar propose des r&eacute;ductions pouvant atteindre 20% sur les recharges, ainsi que des bonus suppl&eacute;mentaires lors d&rsquo;&eacute;v&eacute;nements sp&eacute;ciaux, ce qui rend l&rsquo;achat Cr&eacute;dit FC 26 particuli&egrave;rement avantageux. La s&eacute;curit&eacute; des transactions est assur&eacute;e gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;, garantissant la protection de vos informations personnelles et financi&egrave;res. En cas de besoin, un service client r&eacute;actif est disponible 24h/24 et 7j/7 pour r&eacute;pondre &agrave; toutes vos questions, et la livraison des cr&eacute;dits s&rsquo;effectue en un temps record pour que vous puissiez profiter de votre jeu sans attendre.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Cr&eacute;dits FC 26 sur la plateforme LootBar, suivez ces &eacute;tapes simples.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur la page d&eacute;di&eacute;e &agrave; l&rsquo;achat de cr&eacute;dits FC 26, o&ugrave; vous trouverez aussi des options pour les joueurs et objets DC&Eacute;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez la quantit&eacute; de cr&eacute;dits ou le pack qui vous convient selon vos besoins dans le jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSaisissez les informations de votre compte ainsi que les codes de secours afin d&rsquo;assurer une transaction s&eacute;curis&eacute;e.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez ensuite votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e et cliquez sur &laquo; Payer maintenant &raquo; pour finaliser votre achat.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUne fois le paiement confirm&eacute;, vos Cr&eacute;dits FC 26 seront transf&eacute;r&eacute;s rapidement sur votre compte, vous permettant de profiter imm&eacute;diatement du contenu.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous vous demandez &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt;, il s&rsquo;agit tout simplement de la monnaie virtuelle essentielle pour am&eacute;liorer votre exp&eacute;rience dans le jeu FC 26, en achetant des joueurs ou des objets exclusifs via LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(221, 370, '', 'Cloudflare UK Streaming Block &ndash; New Anti-Piracy Move', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f02f9028c3453cfafcd6ceMBKj6C5903&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f02f9028c3453cfafcd6ceMBKj6C5903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Cloudflare has implemented a new measure targeting unauthorized streaming platforms within the UK. This move marks a significant shift in internet censorship, as it involves an intermediary service actively blocking access to certain sites.&lt;/p&gt;\n&lt;p&gt;Unlike traditional approaches by UK internet providers, which often rely on DNS filtering or IP blocking, Cloudflare&#039;s actions are more direct, preventing users from accessing these sites even when connected through VPNs based in the UK. This indicates a robust enforcement effort to curb online piracy.&lt;/p&gt;\n&lt;p&gt;The crackdown appears to be driven by a legal mandate, likely originating from the Motion Picture Association (MPA), which has sought to shut down access to approximately 200 suspected pirate domains. The legal proceedings gained momentum earlier this year, with the actual site blocks commencing as recently as this month.&lt;/p&gt;\n&lt;p&gt;For end-users, attempting to visit these blocked sites results in an error message&mdash;specifically, HTTP 451&mdash;signifying content removal due to legal reasons. This error indicates that the block is not technical but legally mandated, aiming to prevent copyright infringement.&lt;/p&gt;\n&lt;p&gt;Interestingly, Cloudflare itself is not a party to the legal case. The court orders were delivered via a private law firm to Google, listing around 14 domains, but TorrentFreak estimates that the scope of affected sites could be much broader, encompassing numerous other domains. This development signals a notable escalation in efforts to combat online piracy through intermediary enforcement in the UK.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924eb7133c3e20fd2fb2e87z6tIJszw07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924eb7133c3e20fd2fb2e87z6tIJszw07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the United Kingdom, blocking access to unauthorized streaming platforms has become a common practice. Major internet service providers like BT, Virgin Media, and Sky typically implement these restrictions following legal directives, preventing users from even reaching the sites. As a result, many will never encounter any error messages, as the sites are effectively hidden before they can load.&lt;/p&gt;\n&lt;p&gt;Despite these measures, using a virtual private network (VPN) remains a popular method to bypass such restrictions, allowing users to maintain privacy and access blocked content. However, the involvement of Cloudflare complicates this workaround. Often, users connect to VPN servers within their own country to minimize latency issues, but Cloudflare&rsquo;s active monitoring can detect and block these connections. This means that even if the ISP&#039;s filters are circumvented, Cloudflare&rsquo;s security measures can still identify and restrict VPN traffic, making it more challenging to access restricted sites covertly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924eb731657f10ec8c4ed624spWzzJa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924eb731657f10ec8c4ed624spWzzJa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a recent development, Cloudflare has implemented stringent measures against UK-based piracy websites, inadvertently affecting legitimate VPN users in the process.&lt;/p&gt;\n&lt;p&gt;The company&#039;s comprehensive geo-blocking approach has rendered certain websites completely inaccessible within the United Kingdom, creating a barrier that extends beyond typical ISP restrictions. This represents a significant shift in content filtering methodology.&lt;/p&gt;\n&lt;p&gt;What makes this situation particularly noteworthy is that VPN services with UK-based servers can no longer circumvent these restrictions. This marks an unprecedented limitation on the effectiveness of privacy tools that have traditionally offered workarounds to regional content blocks.&lt;/p&gt;\n&lt;p&gt;While connecting to non-UK VPN servers might potentially bypass these restrictions, it&#039;s important to emphasize that accessing pirated content remains illegal regardless of the method used.&lt;/p&gt;\n&lt;p&gt;Cloudflare&#039;s position in this matter appears contradictory to its previous stance. The company, which operates one of the world&#039;s fastest DNS resolvers serving billions of users, had historically criticized network blocking as ineffective and overreaching. Their representatives had previously described such measures as &quot;ruining the internet&quot; and even pursued legal action against similar blocking efforts in Spain related to football match streams.&lt;/p&gt;\n&lt;p&gt;This development comes amid a broader European trend of targeting both DNS providers and VPN services in anti-piracy efforts. Recently, French streaming provider Canal+ secured a significant legal victory requiring several popular VPN providers to block access to numerous illegal sports streaming sites.&lt;/p&gt;\n&lt;p&gt;The situation raises important questions about the balance between legitimate piracy prevention and potential internet censorship, as technology companies find themselves increasingly caught between legal obligations and their stated principles regarding open internet access.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily for enhanced digital privacy and access freedom, allowing them to circumvent restrictions imposed by governments, workplaces, or institutions. Unblocking porn refers to the process of using tools like a VPN to bypass these filters and access adult content websites that would otherwise be unavailable in their location or network. This enables secure, private browsing and grants entry to geographically restricted content libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted adult content by unblocking porn sites, SafeShell VPN is an excellent option to consider. Its robust encryption protocols guarantee your online privacy, ensuring your activities remain anonymous and protected from external threats. With a wide network of servers across different locations, SafeShell VPN makes it easy to bypass geo-restrictions and unlock content that might be inaccessible in your region, providing a seamless browsing experience.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN offers lightning-fast speeds that allow users to stream high-definition adult content smoothly without buffering or lag. Its innovative App Mode enables simultaneous access to unblocked adult sites from multiple regions, eliminating the need to switch servers constantly. This feature enhances your regional freedom and convenience, making it easier to explore content from various parts of the world effortlessly.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond unblocking porn sites; it also ensures comprehensive security across all your devices with support for up to five connections at once. Its proprietary ShellGuard protocol provides top-tier encryption, shielding your online activities from surveillance and content restrictions. Whether on your phone, tablet, or computer, SafeShell VPN helps you enjoy unrestricted and secure internet browsing, making it a reliable tool for both privacy and access needs.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing restricted content from various regions is made simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which offers a secure and private browsing experience. Here&#039;s how to utilize this service effectively:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and complete the installation process on your device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or log in with your existing credentials to activate the service\n&lt;/li&gt;\n&lt;li&gt;\nOpen the SafeShell VPN dashboard and navigate to the server selection menu\n&lt;/li&gt;\n&lt;li&gt;\nChoose a server location in the region where the content you wish to access is available\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the selected server and wait for the confirmation that your connection is secure\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred browser and visit the desired adult content websites\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access to region-specific content while maintaining your privacy and security\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(222, 371, '', 'Egyptian Digital Gift Cards &ndash; Trends &amp; Cultural Shift', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb86082f1c446e192a8cse9Z2EXP03&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb86082f1c446e192a8cse9Z2EXP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Trends in Egyptian Digital Gifts&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In recent years, digital gift cards have transformed traditional gifting methods by offering a seamless way to pay for goods and services both online and offline. This trend is gaining momentum worldwide, and Egypt is no exception to this digital shift.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Egypt boasts a rich cultural heritage, renowned for its contributions to art, architecture, and science. Gift-giving has long been an integral part of Egyptian social customs, symbolizing love and appreciation. Classic gifts often include handcrafted jewelry, aromatic incense, spices, and historical artifacts like papyrus scrolls.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Today, Egyptian consumers are increasingly turning to prepaid gift cards, which offer convenience and flexibility. These cards hold a specific monetary value and can be redeemed at various stores, making them a versatile alternative to traditional presents for occasions such as birthdays, weddings, religious festivals, and holidays like Christmas and Eid.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With a variety of options available, Egyptians can choose from a range of popular gift cards that grant access to both local and international brands, providing the recipient with the choice to select products or services that best suit their preferences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Are you curious about the top Egyptian gift cards to give your loved ones in 2025?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e4524a317801982b054042cdvd2SPe03&quot; height=&quot;525&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e4524a317801982b054042cdvd2SPe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apple Gift Cards stand out as highly sought-after digital and physical vouchers from one of the world&#039;s leading technology giants. Known for their versatility, these cards enable users to access a broad range of Apple&#039;s offerings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With an Apple Gift Card, recipients can effortlessly purchase music, movies, apps, and even Apple hardware such as iPhones, MacBooks, iPads, and Apple Watches directly from the Apple Store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These cards are available in various formats, including convenient physical cards and instant digital versions. The denomination options typically start at $25 and go up to $100, but they also allow for custom amounts to suit different gifting needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;re in Egypt and want to surprise someone with a practical gift, an Apple Gift Card provides a flexible way for them to choose their favorite Apple products or subscriptions, making it a popular choice for technology enthusiasts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c8a39a8744e685d88dd99a1pSl4HAG03&quot; height=&quot;589&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c8a39a8744e685d88dd99a1pSl4HAG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;860&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Android users in Egypt often favor the Google Play Gift Card for their digital entertainment needs. This card enhances access to a wide array of content available on the Google Play Store, which is compatible with most mobile devices. Whether it&#039;s paid applications or in-app purchases, users can utilize their gift cards to enhance their app experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These cards serve as an ideal present for individuals passionate about gaming, learning, movies, or music, offering them the flexibility to explore premium content. Available both physically and digitally, Google Play Gift Cards come in various denominations, ranging from as low as $5 up to $500, catering to different preferences and budgets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb8f5431ba64f9d0e28al0K2Dt4u03&quot; height=&quot;301&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb8f5431ba64f9d0e28al0K2Dt4u03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;400&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For gaming enthusiasts in Egypt, Xbox gift cards serve as an excellent present option. They enable recipients to explore a wide range of gaming content, including games, downloadable content, and accessories through the Microsoft Xbox Store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Available in digital format, these cards come in various denominations, from $10 up to $100, making them suitable for different budgets. Gifting an Xbox card is especially popular for birthdays or special occasions, as it provides gamers with the flexibility to choose their favorite titles and add-ons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, Parfois gift cards offer a versatile shopping experience for those who appreciate fashion. They can be used to purchase stylish handbags, footwear, apparel, jewelry, and other fashionable accessories at Parfois stores in Egypt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These cards are available both in physical and digital (e-gift) formats, and can be redeemed easily at Parfois Egypt locations or online, making them a convenient and thoughtful gift choice for fashion lovers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb92065156f4128b1f34LeCZljXk03&quot; height=&quot;633&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb92065156f4128b1f34LeCZljXk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Egypt Gift Card Market Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prepaid cards such as Carrefour gift cards offer a flexible shopping solution across Egypt&rsquo;s retail landscape. These cards can be used to settle partial or complete payments at any Carrefour hypermarket or store, covering a wide range of products including groceries, electronics, beauty products, and mobile accessories.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Available both in physical and digital formats, Carrefour gift cards make thoughtful gifts, allowing recipients to choose their desired items conveniently from Carrefour outlets. Their versatility makes them suitable for various occasions, providing a seamless shopping experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Egypt, major retail destinations like Carrefour, Cairo Festival City, and Virgin Megastore stock a diverse array of gift cards, featuring both local and international brands. Smaller retail outlets may also carry these prepaid options, so exploring local shops could uncover additional choices. Purchasing is straightforward: visit the store of your preferred retailer or their official online platforms to acquire the gift card of your choice.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68d32ea9ed2f3c51804554616H5R8LeZ03&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/68d32ea9ed2f3c51804554616H5R8LeZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Selling your gift cards for cryptocurrency in Egypt can be a seamless process with Prestmit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by visiting Prestmit&rsquo;s official website or downloading their app from Google Play or the Apple App Store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Create an account or log into your existing one to access the platform&rsquo;s features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Navigate to the &ldquo;Buy &amp;amp; Sell Gift Cards&rdquo; section and select &ldquo;Sell Gift Cards&rdquo; to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choose your preferred payment method as cryptocurrency, then pick the specific crypto you wish to receive.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Select the relevant gift card category and specify the exact card type you want to sell.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Input the amount of the gift card you intend to sell, ensuring accuracy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upload an image of the gift card or enter its code in the designated comment area.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, click &ldquo;Proceed&rdquo; to finalize your transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once confirmed, the payment will be instantly credited to your crypto wallet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Egypt&rsquo;s market boasts a variety of popular gift cards, catering to both international and local shopping needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;International favorites include Google Play, Apple, Xbox, and PlayStation gift cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Locally, options like Carrefour and Jumia gift cards are widely available for purchase across various retail outlets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Major retail stores such as Carrefour and Virgin Megastore stock a broad selection of gift cards suitable for gifting during holidays and special occasions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The availability of both local and international gift cards makes Egypt a vibrant hub for gift-giving, especially during festive seasons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An interesting development is the presence of Amazon Egypt gift cards, issued by Souq.com, a subsidiary of Amazon operating within Egypt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These cards enable residents to shop conveniently on Amazon&rsquo;s global platform, broadening shopping options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gift-giving remains an integral part of Egyptian culture, symbolizing love and generosity, and the adoption of digital gift cards aligns well with modern payment trends.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding the key players in Egypt&rsquo;s gift card market is essential&mdash;note that redemption is typically limited to the parent stores or platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Egypt continues to embrace innovative payment solutions, gift cards are becoming an increasingly popular way to celebrate and show appreciation, blending tradition with technology.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Steam Wallet Code (BRL)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Wallet Code&lt;/a&gt; is a digital code that can be redeemed for Steam balance, allowing users to purchase games, software, and other digital items directly from the Steam platform. You can easily acquire Steam Wallet Codes by topping up through popular game trading platforms like OffGamers, SEA Gamer Mall, or Codashop. Once the code is redeemed, your Steam account balance is updated, making it simple to explore and buy content from the vast Steam library. Steam Wallet Code is also a convenient gift option for friends and family who enjoy gaming.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Steam Wallet Code?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their Steam Wallet Code, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg is renowned for its commitment to secure transactions, utilizing advanced encryption and reliable global payment methods such as PayPal, Visa, and MasterCard to ensure every purchase is protected. With a robust anti-fraud system and PCI DSS-certified gateways, users can feel confident and safe while buying their Steam Wallet Codes, no matter where they are in the world.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of lootbar is its instant delivery service. Upon completing a purchase, players receive their Steam Wallet Code immediately, eliminating the frustration of long waiting times and allowing them to dive straight into their favorite Steam games. This fast delivery feature is perfect for those who want to enjoy the latest titles or special Steam events without delay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to security and speed, lootbar.gg also stands out for its exclusive promotions and dedicated customer support. Users gain access to special deals, limited-time bundles, and attractive bonuses that add extra value to their purchases. Should any questions or issues arise, lootbar&rsquo;s professional support team is available 24/7 to ensure every transaction goes smoothly and all concerns are promptly addressed.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Steam Wallet Code (BRL) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase a &lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Gift Card&lt;/a&gt; on the lootbar trading platform, follow these straightforward steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official LootBar.gg website and select your desired language and currency before logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Gift Card section and choose Steam Gift Card from the available options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, pick the device type you want the Steam Gift Card for, such as console, PC, or select all devices to cover multiple platforms.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter selecting your device, click on the Top-Up Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your preferred payment method, complete the payment by clicking Pay Now, and your Steam Gift Card will be ready for use.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; height=&quot;451&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(223, 372, '', 'Final4-Teilnehmer &ndash; Sparkassen Verbandsliga Rheinland', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Final4-Teilnehmer Bekanntgegeben&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Entscheidung f&uuml;r die ersten Final4-Teilnehmer in der Sparkassen Verbandsliga Rheinland ist gefallen. W&auml;hrend der Titelverteidiger diesmal nicht dabei ist, hat Fortuna K&ouml;ln den Einzug geschafft, basierend auf einem leicht besseren Torverh&auml;ltnis.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ead1a88b16805af537998aoFh3QL03&quot; height=&quot;563&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ead1a88b16805af537998aoFh3QL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Kampf um die Tabellenpl&auml;tze in der Sparkassen Verbandsliga Rheinland bleibt spannend, w&auml;hrend Rellinghausen seine Dominanz unter Beweis stellt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Team aus dem Ruhrgebiet konnte sich in Division B durchsetzen und sich f&uuml;r die Play-offs qualifizieren, ohne den Umweg &uuml;ber die Extrarunde gehen zu m&uuml;ssen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alemannia Aachen, der letztj&auml;hrige Finalist, muss hingegen weiterhin auf die Final Four warten, nachdem sie den direkten Sprung ins Endturnier verpasst haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach einem ausgeglichenen Freitagabend, an dem beide Teams jeweils vier Siege einfuhren, blieb die Tabellenspitze unver&auml;ndert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rellinghausen beendete die regul&auml;re Saison mit 36 Punkten, zwei Z&auml;hler vor Aachen, das mit 34 Punkten abschloss.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der entscheidende Wendepunkt f&uuml;r Aachen war Gameday 2, als die Mannschaft gleich dreimal unentschieden spielte und dadurch ihre F&uuml;hrung in der Tabelle verlor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Abstand zwischen dem dritten Platz, dem Wuppertaler SV, und dem vierten Platz, dem SV F&uuml;hrung-Chorweiler, betr&auml;gt nur zwei Punkte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der WSV konnte am letzten Spieltag den F&uuml;hrung-Chorweiler mit 3:1 schlagen, konnte sich jedoch aufgrund einer vorherigen Niederlage gegen Aachen (0:2) nicht auf dem dritten Platz platzieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Kampf um den f&uuml;nften Rang in Division B war &auml;u&szlig;erst knapp: B04 Esports konnte sich mit 13 Punkten durchsetzen und siegte in den entscheidenden Spielen gegen den BSC Union Solingen (2:1) und den 1. FC D&uuml;ren (10:3).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit einem Torverh&auml;ltnis von 33:49 liegt B04 Esports deutlich vor Solingen, das 19:66 aufweist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der letzte Platz geht an den TSV Norf, der alle 14 Spiele verlor und mit einem Torverh&auml;ltnis von 7:91 sowohl die schw&auml;chste Defensive als auch die schw&auml;chste Offensive stellt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Saison erzielte der Final4-Teilnehmer Rellinghausen mit 72 Treffern die meisten Tore, w&auml;hrend die beste Abwehr die Alemannia Aachen stellte, die nur zw&ouml;lf Gegentore hinnehmen musste.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ead495146ce10d4f7a4ewUHZio9v03&quot; height=&quot;563&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ead495146ce10d4f7a4ewUHZio9v03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der aktuelle Tabellenstand der Division B in der Sparkassen Verbandsliga Rheinland zeigt eine spannende Situation an der Spitze. Hier k&auml;mpfen mehrere Teams um die vorderen Pl&auml;tze, wobei die Konkurrenz eng beieinander liegt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Regionalliga A haben Fortuna K&ouml;ln und der TS Struck nach 14 Spieltagen jeweils 39 Punkte gesammelt, was sie auf den ersten beiden Pl&auml;tzen positioniert. Nur das Torverh&auml;ltnis entscheidet hier &uuml;ber die Reihenfolge: K&ouml;ln f&uuml;hrt mit einem beeindruckenden Verh&auml;ltnis von 86:16, w&auml;hrend Struck mit 76:7 knapp zur&uuml;ckliegt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das direkte Duell zwischen den beiden Spitzenreitern fand in dieser Phase nicht mehr statt, was die Spannung erh&ouml;ht. Der SV Union Velbert, der bisher keine Rolle im Kampf um die Spitze spielte, konnte weder gegen K&ouml;ln noch gegen Struck punkten und schloss die regul&auml;re Saison mit 30 Punkten auf Rang drei ab.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf den weiteren Pl&auml;tzen folgen in Abst&auml;nden von sechs Punkten die Mannschaften DJK SSV Ommerborn-Sand (24 Punkte), Tus Borth (18) und Tura Pohlhausen (12). W&auml;hrend Ommerborn-Sand (55:33) und Borth (70:52) mit positiven Torverh&auml;ltnissen &uuml;berzeugen, ist Pohlhausen die ligaweit bekannteste Tor-Schie&szlig;bude. Mit nur elf eigenen Treffern hat das Team 145 Gegentore kassiert, was die Herausforderung verdeutlicht. Dennoch zeigt die junge Mannschaft Einsatzbereitschaft und versucht stetig, sich weiterzuentwickeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die letzten beiden Pl&auml;tze in der Tabelle nehmen Arminia Klosterhardt und der SC Krefeld 05 ein, die bereits aus der Verbandsliga Rheinland ausgeschieden sind. F&uuml;r den weiteren Verlauf der Saison ist wichtig zu wissen, dass die Play-offs am 17. Oktober starten, um die letzten beiden Teams f&uuml;r das Final4 am 22. November zu ermitteln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ead795146ce10d4f7a90bLZgKMj503&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ead795146ce10d4f7a90bLZgKMj503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sparkassen Liga Top-Teams&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Tabelle der Division A in der Sparkassen Verbandsliga Rheinland zeigt den aktuellen Stand der Teams am Saisonende. Besonders hervorzuheben ist, dass die beiden Zweitplatzierten, struck und Aachen, sich bereits f&uuml;r die n&auml;chste Runde der Play-offs qualifiziert haben. Auch der Wuppertaler SV sowie der SV F&uuml;hlingen-Chorweiler sind aufgrund ihrer Platzierungen in der zweiten Runde vertreten, nachdem ihre Erstrundengegner, Klosterhardt und Krefeld, nicht mehr an der Liga teilnehmen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die kommenden Spielpaarungen werden in einem Kreuzvergleich ausgetragen, was f&uuml;r spannende Duelle sorgt. So trifft B04Esports auf Tura Pohlhausen, w&auml;hrend die DJK-SSV Ommerborn Sand gegen den 1. FC D&uuml;ren antritt. Der Tus Borth misst sich mit dem BSC Union Solingen, und der SV Union Velbert tritt gegen den TSV Norf an.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ab der zweiten Runde der Play-offs werden dann die Teams struck, Aachen, Wuppertal sowie F&uuml;hlingen-Chorweiler aktiv um den Einzug in die n&auml;chste Spielphase k&auml;mpfen. F&uuml;r Fans und Interessierte gibt es regelm&auml;&szlig;ig Updates, Tipps und Highlights rund um den Esport in der Region.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber FIFA Ultimate Team und FC 25 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FC 25 Coins&lt;/a&gt; sind die zentrale W&auml;hrung im beliebten FIFA Ultimate Team-Modus und erm&ouml;glichen es den Spielern, wertvolle Items wie Spielerpakete, Stadiondesigns oder exklusive Trikots zu erwerben. Mit &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 25 Coins&lt;/a&gt; k&ouml;nnen Sie Ihr Team gezielt verst&auml;rken und neue Fu&szlig;ballstars f&uuml;r Ihre Mannschaft gewinnen, um im Spiel wettbewerbsf&auml;higer zu werden. Wer schnell mehr FC 25 Coins ben&ouml;tigt, findet auf bekannten Handelsplattformen wie LootBar.gg sichere M&ouml;glichkeiten, sein Guthaben unkompliziert per Top Up aufzuladen und so einen entscheidenden Vorteil im Spiel zu erlangen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 25 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler FC 25 Coins aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Die Nutzung von lootbar.gg bietet zahlreiche Vorteile, die das Spielerlebnis deutlich verbessern. Einer der herausragenden Pluspunkte ist die besonders hohe Sicherheit: Dank modernster Verschl&uuml;sselungstechnologien und striktem Datenschutz k&ouml;nnen Nutzer darauf vertrauen, dass ihre pers&ouml;nlichen Daten und Zahlungen immer gesch&uuml;tzt sind. Dar&uuml;ber hinaus profitieren Spieler bei lootbar von den besten Preisen auf dem Markt, inklusive attraktiver Rabatte f&uuml;r Neukunden sowie regelm&auml;&szlig;igen Sonderaktionen, durch die sie beim &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC Coins kaufen&lt;/a&gt; zus&auml;tzlich Bonuscoins erhalten k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiteres starkes Argument f&uuml;r lootbar ist der zuverl&auml;ssige und schnelle Service. Nach dem Kauf werden die FC 25 Coins in der Regel innerhalb von nur 30 Minuten geliefert, sodass Spieler praktisch ohne Wartezeit weiterspielen k&ouml;nnen. Der 24/7 Kundenservice von lootbar.gg steht au&szlig;erdem jederzeit bereit, um bei Fragen oder Problemen schnell und kompetent zu unterst&uuml;tzen. So wird das EA FC Coins kaufen nicht nur g&uuml;nstiger, sondern auch komfortabler und sicherer als je zuvor.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 25 Coins bei LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRufen Sie die Webseite lootbar.gg/de auf und suchen Sie nach FC 25 Coins.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie zun&auml;chst Ihre bevorzugte Plattform wie PlayStation, Xbox oder PC sowie die Menge an Coins, die Sie erwerben m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;gen Sie die Auswahl Ihrem Warenkorb hinzu und klicken Sie auf den Button zum Kauf, um fortzufahren.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIm n&auml;chsten Schritt w&auml;hlen Sie eine der angebotenen Zahlungsmethoden aus, zum Beispiel PayPal, Kreditkarte oder andere Optionen, und schlie&szlig;en die Zahlung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreichem Kauf gehen Sie in Ihren Nutzerbereich und tragen dort die ben&ouml;tigten Informationen ein, damit die Bestellung bearbeitet werden kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hrend die Coins Ihrem Spielkonto gutgeschrieben werden, sollten Sie sich nicht in FC 25 einloggen, um den Vorgang nicht zu unterbrechen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald die Bestellung abgeschlossen ist, k&ouml;nnen Sie die FC 25 Coins direkt im Spiel f&uuml;r Transfers, Packs oder den SEASON PASS nutzen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda54aa268449839f0c86aky5HeyU03&quot; height=&quot;572&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda54aa268449839f0c86aky5HeyU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(224, 373, '', 'Diablo IV Season of Infernal Chaos &ndash; Patch 2.4.0 Updates', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get ready for the fiery chaos in Diablo IV&#039;s Season of Infernal Chaos, launching on September 23rd.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Join us as we explore the latest updates and improvements introduced in patch 2.4.0!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68d1deb83ccaa434c5c2ebd26OBeD1J303&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68d1deb83ccaa434c5c2ebd26OBeD1J303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;900&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On September 23rd, the boundaries separating Sanctuary from the Burning Hells become thin, unleashing a wave of infernal turmoil. Players are called to seek out formidable chaos armor sets and unlock deadly chaos perks, granting access to immense power and transformative gameplay options. The appearance of Mephisto destabilizes the barrier between worlds, enabling the sinister fell council to escape from hell and ignite chaos rifts throughout Sanctuary. Engage with the seasonal storyline to uncover the fell council&rsquo;s sinister plan to spread havoc across the realm. Check out the detailed updates in the 2.4.0 patch notes below!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b62eedf9d31335458432851iEtuzoH03&quot; height=&quot;420&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b62eedf9d31335458432851iEtuzoH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;746&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Experience the thrill of the Sins of the Horadrim season enhanced by our latest Season 9 compendium update. Our primary goal as Season 9 draws to a close is to refine and strengthen our build guides, incorporating recent item modifications, new features, and gameplay mechanics. We&#039;re committed to delivering ongoing updates for D4Planner to improve your planning and gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with us by visiting our Discord community, where you can follow our content development progress and maximize your Season 9 adventures. Don&#039;t forget to explore our YouTube channel for additional tips, guides, and updates!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Authored by: ** ** Chewingnom ** **&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Diablo 4 Gold: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diablo 4 gold is the essential in-game currency that players use to buy powerful equipment, upgrade weapons, and enhance their characters&rsquo; abilities throughout their adventures. While gold can be collected through gameplay, such as battling foes and completing tasks, many players turn to game trading platforms like MMOGO, G2G, or Mmoexp to top up and get &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap diablo 4 gold&lt;/a&gt; quickly and conveniently. Purchasing gold from these sites allows players to skip the grind and dive straight into the action, making it easier to acquire top-tier gear and maximize their gameplay experience. With instant access to cheap diablo 4 gold, players can focus on mastering challenging dungeons and building the ultimate character.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Diablo 4 Gold on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Diablo 4 gold, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; specializes in providing a seamless and secure experience for gamers who wish to &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy diablo 4 gold&lt;/a&gt;, ensuring transactions are both fast and reliable. One of the standout advantages is the platform&rsquo;s dedication to safety, which gives users peace of mind when trading valuable in-game resources. Additionally, lootbar.gg offers a user-friendly interface and supports various payment options, making it easy for players worldwide to purchase what they need without hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major benefit of buying Diablo 4 gold through lootbar.gg is the competitive pricing. The platform not only features regular discounts, but also provides special promotions that can make gold purchases significantly cheaper compared to other sites. For those interested in &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diablo 4 gold farming&lt;/a&gt;, lootbar.gg allows players to skip the grind and access premium currency at affordable rates, letting them focus on enjoying the game&rsquo;s content instead. With 24/7 customer support available, any issues or questions can be resolved promptly, enhancing the overall trading experience for every Diablo 4 enthusiast.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Diablo 4 Gold on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Diablo 4&lt;/a&gt; Gold on the lootbar trading platform, begin by visiting the official Lootbar website and navigating to the games section. From there, select Diablo 4 from the available options. Next, choose whether you play on the Softcore or Hardcore server and specify the amount of Diablo 4 Gold you wish to purchase. Once you have made your selections, proceed by clicking the buy button to move to the next step.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterward, you will need to accurately enter your Diablo 4 in-game ID to ensure the Gold is delivered to the correct account. Select your preferred payment method from the options provided and confirm your transaction by clicking the pay button. Upon successful payment, your Diablo 4 Gold will be credited to your account, allowing you to enjoy enhanced gameplay and more in-game opportunities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; height=&quot;497&quot; src=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(225, 374, '', 'Rupert Grint&#039;s Advice for New Ron Weasley: HBO Series', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ec28a88b16805af54f26mMYaXtrN03&quot; height=&quot;451&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ec28a88b16805af54f26mMYaXtrN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Rupert Grint extended heartfelt guidance to Alastair Stout, the actor inheriting Ron Weasley&#039;s iconic role in HBO&#039;s new Harry Potter series.&lt;/p&gt;\n&lt;p&gt;He crafted a personal letter before filming commenced, metaphorically passing the baton to the young successor.&lt;/p&gt;\n&lt;p&gt;&quot;It felt important to wish him the very best,&quot; Grint shared.&lt;/p&gt;\n&lt;p&gt;&quot;Stepping into that magical universe brought me immense joy, and I sincerely hope he encounters that same wonder.&quot;&lt;/p&gt;\n&lt;p&gt;Reflecting on the franchise&#039;s revival, the original Ron admitted finding the experience quite peculiar.&lt;/p&gt;\n&lt;p&gt;&quot;It&#039;s strange to have the cycle happening again,&quot; he confessed.&lt;/p&gt;\n&lt;p&gt;&quot;I&#039;m genuinely intrigued to see how this fresh interpretation unfolds; it will certainly establish its own distinct identity.&quot;&lt;/p&gt;\n&lt;p&gt;Grint perceives a touching parallel between himself and the new Weasley.&lt;/p&gt;\n&lt;p&gt;&quot;I do see a bit of family resemblance there,&quot; he noted warmly.&lt;/p&gt;\n&lt;p&gt;His sentiment mirrors Daniel Radcliffe&#039;s recent outreach to Dominic McLaughlin, the young actor cast as Harry Potter in the series.&lt;/p&gt;\n&lt;p&gt;Radcliffe expressed a protective instinct towards the new generation of cast members.&lt;/p&gt;\n&lt;p&gt;&quot;Seeing their photos, I just want to hug them,&quot; he revealed.&lt;/p&gt;\n&lt;p&gt;&quot;It&#039;s wild to recall I was their age doing this, but it&#039;s incredibly sweet too.&quot;&lt;/p&gt;\n&lt;p&gt;The HBO production features McLaughlin as the Boy Who Lived, Stout as his loyal friend Ron, and Arabella Stanton portraying Hermione Granger.&lt;/p&gt;\n&lt;p&gt;Grint remains open to future Potter involvement, though it&#039;s not a current focus for him.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his pivotal role in the wizarding world. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across multiple streaming services including HBO Max, Netflix (in select regions), and Amazon Prime, or you can rent them from digital stores like iTunes and Google Play. For viewers facing geographical restrictions, especially when trying to access these beloved films on platforms like Netflix, using a streaming VPN service might provide a solution to enjoy the complete wizarding saga regardless of your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re eager to access region-restricted content like the Harry Potter movies on Netflix, consider utilizing the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for a seamless experience. The distinct advantages of choosing SafeShell VPN include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Effortless Unblocking and Enhanced Security:&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN reliably bypasses Netflix&#039;s geo-restrictions and sophisticated detection systems, granting uninterrupted access to global libraries while its proprietary ShellGuard protocol ensures top-level encryption and safeguards your private data during streaming.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Blazing-Fast, Buffer-Free Streaming:&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;With meticulously optimized high-speed servers and lightning-fast connection speeds, SafeShell VPN eliminates buffering and throttling, enabling smooth, high-definition Netflix playback even for data-intensive movies and series.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Multi-Device Convenience:&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Enjoy simultaneous streaming on up to five devices, including smartphones, tablets, computers, and smart TVs, thanks to broad compatibility with Windows, macOS, iOS, Android, Apple TV, and Android TV platforms.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Exclusive App Mode for Global Content:&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN&#039;s unique App Mode allows you to unlock and seamlessly switch between multiple regional Netflix libraries and other streaming services, vastly expanding your entertainment choices without limitations.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Risk-Free Exploration:&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Experience all these robust features firsthand with SafeShell VPN&#039;s flexible free trial plan, letting you test its high-speed connectivity, security, and multi-region access before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Here&#039;s how to stream Harry Potter movies securely from any region using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nCreate your SafeShell VPN account by visiting their official website and selecting a suitable subscription plan to begin.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your chosen streaming device, whether it&#039;s a computer, smartphone, or tablet.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app and log in securely using your account credentials to access the full suite of features.\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the extensive list of global servers within the SafeShell VPN interface and select a location matching the desired content library (e.g., UK, US, or Australia for regional Harry Potter availability).\n&lt;/li&gt;\n&lt;li&gt;\nClick the connect button within SafeShell VPN to establish a secure, encrypted tunnel to your chosen server location.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred streaming service (like Netflix, HBO Max, or Amazon Prime Video), log in, and effortlessly bypass regional blocks to enjoy the Harry Potter series; for best results, use incognito mode or clear browser cookies if accessing via a web browser.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(226, 375, '', 'Netflix Subscription Options &ndash; Plans, Prices &amp; Access', '&lt;h3&gt;Netflix Subscription Options&lt;/h3&gt;\n&lt;p&gt;Netflix remains a top-tier streaming platform, and its popularity is well-earned. Its extensive collection of films and series surpasses many competitors, offering viewers a vast array of options. The platform continually expands its lineup with original content, some of which have garnered critical acclaim. While Netflix tends to prioritize a large quantity of content, this approach ensures that quality titles are still readily available, whether produced by Netflix or other creators.&lt;/p&gt;\n&lt;p&gt;Accessibility is another major advantage, as Netflix can be streamed virtually anywhere. With the exception of outdated devices like the PS Vita, most platforms support the Netflix app, making it easy to watch on your preferred device.&lt;/p&gt;\n&lt;p&gt;However, the cost structure has shifted. Gone are the days when sharing a password was the norm, as Netflix has introduced more rigid account sharing policies. Currently, a basic plan costs $15.49 monthly for one user, with additional charges&mdash;$7.99 per month&mdash;for each extra user sharing the account. The price increases further with options like 4K HDR streaming or adding more members.&lt;/p&gt;\n&lt;p&gt;For those trying to navigate the evolving landscape of Netflix, our comprehensive review aims to clarify its offerings. Despite recent updates, Netflix remains the world&#039;s leading streaming service, continuously adapting to market demands.&lt;/p&gt;\n&lt;p&gt;As of October 2023, the standard plan with advertisements begins at $6.99 per month. This tier includes ads inserted during content playback, which helps subsidize the lower price. Subscribers can stream on up to two devices simultaneously, enjoy 1080p full HD resolution&mdash;an improvement over previous ad-supported plans&mdash;and download content for offline viewing on two devices at once.&lt;/p&gt;\n&lt;p&gt;While the ad-supported option provides most features of the standard plan at a significantly reduced cost, some restrictions apply. Certain titles may not be available due to licensing limitations, though Netflix original programming remains accessible without restrictions.&lt;/p&gt;\n&lt;p&gt;Stay updated with the latest from Tom&#039;s Guide by subscribing to our newsletter, where you&#039;ll find breaking news, detailed reviews, exclusive deals, and practical tips. By subscribing, you agree to our terms and privacy policy and confirm you&#039;re over 16.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ecacb5e7b7f6f774d09cWP2RqJru07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ecacb5e7b7f6f774d09cWP2RqJru07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix Subscription Tiers: A Comprehensive Overview&lt;/p&gt;\n&lt;p&gt;For viewers seeking an ad-free experience, the Standard plan provides complete access to Netflix&#039;s content library at $15.49 monthly. This popular option removes the advertising interruptions found in lower-tier subscriptions while maintaining full access to all shows and movies without licensing limitations.&lt;/p&gt;\n&lt;p&gt;For those demanding premium visual and audio quality, the Premium subscription at $22.99 monthly delivers 4K resolution with HDR capabilities. This enhanced package also expands your viewing flexibility with four simultaneous streams and download privileges on up to six devices. The Premium tier exclusively offers Netflix spatial audio technology for an immersive sound experience.&lt;/p&gt;\n&lt;p&gt;Netflix has implemented strict password-sharing restrictions across its platform. Standard subscribers can add one additional member for $7.99 per month, while Premium users have the option to include two extra members at the same price point each. The ad-supported tier does not support member additions.&lt;/p&gt;\n&lt;p&gt;Additional members receive their own distinct profile, account credentials, and independent access to Netflix&#039;s content library. However, the primary account holder retains control over billing and exclusive access to certain features. Extra members are restricted to a single profile, can only stream on one device at a time, and have download capabilities limited to one device, regardless of the primary account&#039;s subscription level. Important geographical restrictions apply, as extra members must reside within the same country as the main account holder.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ecd64d4d01f8bbf7257aPkMFWAxQ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ecd64d4d01f8bbf7257aPkMFWAxQ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix faces stiff competition as industry rivals try to chip away at its dominance, especially with recent pricing strategies and password-sharing policies.&lt;/p&gt;\n&lt;p&gt;Currently, Netflix&#039;s standard plan costs $15.49 monthly, making it more affordable than Max&#039;s ad-free tier at $16.99, which boasts one of the largest content libraries.&lt;/p&gt;\n&lt;p&gt;However, sharing accounts can drive up costs quickly; for instance, opting for 4K streaming with Max&#039;s Ultimate Ad-Free plan at $20.99 per month is cheaper than Netflix&#039;s premium tier, and it eliminates password-sharing concerns.&lt;/p&gt;\n&lt;p&gt;Looking ahead, Max may introduce its own measures to limit account sharing within the next year, potentially leveling the playing field.&lt;/p&gt;\n&lt;p&gt;Meanwhile, industry insiders anticipate a 12% price increase for U.S. subscribers by 2025, which could further influence consumer choices.&lt;/p&gt;\n&lt;p&gt;Despite setting the bar for streaming quality and user experience, Netflix hasn&#039;t been without flaws&mdash;such as the previous issue where audio would auto-play when hovering over content, a problem that was eventually addressed through updated settings.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3795146ce10d4fa841mROG02Oo03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3795146ce10d4fa841mROG02Oo03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Browsing Netflix reveals both its vast library and persistent discovery hurdles.&lt;/p&gt;\n&lt;p&gt;Despite genre-sorted sections like TV and Movies, uncovering lesser-known treasures proves challenging.&lt;/p&gt;\n&lt;p&gt;The service&#039;s unparalleled content range spans original productions and licensed titles across all genres.&lt;/p&gt;\n&lt;p&gt;Original programming now stands as a major attraction, offering Emmy-recognized dramas, nostalgic revivals, and surprisingly niche offerings.&lt;/p&gt;\n&lt;p&gt;Family curation guides help sift through overwhelming choices, though the departed &quot;Play Something&quot; feature left a gap in spontaneous viewing.&lt;/p&gt;\n&lt;p&gt;Personalized &quot;My List&quot; empowers viewers to curate selections proactively.&lt;/p&gt;\n&lt;p&gt;Yet the core tension remains: extraordinary breadth versus the ongoing quest to seamlessly match viewers with their next favorite show.&lt;/p&gt;\n&lt;p&gt;Netflix continues refining its approach to this essential discovery dilemma.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed39fcf6e2161a5bec37HDxhJOwa03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed39fcf6e2161a5bec37HDxhJOwa03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Content Overview&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s Evolving Content Landscape: A Perspective&lt;/p&gt;\n&lt;p&gt;While Netflix boasts an impressive television catalog that would take considerable time to explore comprehensively, enthusiasts might benefit from consulting specialized guides that highlight standout series. Even extensive recommendations barely touch upon the platform&#039;s vast collection of television content.&lt;/p&gt;\n&lt;p&gt;Interestingly, Netflix has developed a somewhat controversial reputation regarding show longevity. The streaming giant has faced criticism for prematurely ending numerous series, with productions like &quot;Bad Crimes&quot; terminated before viewers could experience a single episode. Dedicated followers of critically acclaimed shows such as &quot;GLOW,&quot; &quot;Dark,&quot; and &quot;Mindhunter&quot; frequently express disappointment over their unexpected conclusions.&lt;/p&gt;\n&lt;p&gt;However, Netflix occasionally demonstrates willingness to resurrect canceled productions from other networks, as evidenced by their revival of Fox&#039;s comic-based series &quot;Lucifer,&quot; illustrating a complex relationship with content continuation.&lt;/p&gt;\n&lt;p&gt;Though Netflix initially built its brand through DVD distribution&mdash;recognizable by their signature red mailers&mdash;television programming has arguably become their primary attraction. Nevertheless, their film offerings remain substantial and increasingly prestigious.&lt;/p&gt;\n&lt;p&gt;The platform has established itself as a significant contender in cinema awards circuits with its original productions. Their dedicated collection of award-winning and nominated films continues to expand. Notable examples include the recent Oscar-nominated &quot;The Wonderful Story of Henry Sugar&quot; and &quot;The Power of the Dog,&quot; which garnered twelve Academy Award nominations including Best Picture consideration. For comprehensive Oscar season viewing, Netflix has become an essential subscription.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3c5431ba64f9d0fc6dRCwx5W1703&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3c5431ba64f9d0fc6dRCwx5W1703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming rivals fiercely guard their exclusive cinematic treasures.&lt;/p&gt;\n&lt;p&gt;Disney+ hoards Marvel&#039;s superhero sagas and the Star Wars universe as permanent fixtures.&lt;/p&gt;\n&lt;p&gt;Max proudly displays DC&#039;s caped crusaders alongside Warner Bros.&#039; legendary film vault.&lt;/p&gt;\n&lt;p&gt;Even Paramount+ leverages its own chilling franchises like Scream.&lt;/p&gt;\n&lt;p&gt;Netflix, however, navigates a more fluid licensing landscape.&lt;/p&gt;\n&lt;p&gt;While occasionally hosting Sony&#039;s Marvel titles, it lacks permanent anchor franchises in key genres.&lt;/p&gt;\n&lt;p&gt;Warner Bros. Discovery&#039;s strategic shift to routinely license content offers Netflix subscribers surprising access to iconic classics.&lt;/p&gt;\n&lt;p&gt;For action enthusiasts, Netflix delivers crowd-pleasers such as &lt;em&gt;Red Notice&lt;/em&gt; and &lt;em&gt;The Old Guard&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Its extensive war movie and documentary selections provide historical depth and explosive spectacle.&lt;/p&gt;\n&lt;p&gt;Yet horror remains a noticeable gap in its armor.&lt;/p&gt;\n&lt;p&gt;Despite featuring some frightening titles, Netflix falls short against specialists like Shudder and Peacock.&lt;/p&gt;\n&lt;p&gt;The absence of a defining, homegrown horror series leaves genre fans exploring other platforms.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3f20d728ecdd8fc4bbxMw8hI3803&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed3f20d728ecdd8fc4bbxMw8hI3803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix now streams live programming alongside its regular catalog, featuring comedy shows and sporting events.&lt;/p&gt;\n&lt;p&gt;This expansion faced a major test with the Jake Paul vs. Mike Tyson bout on November 15, 2024.&lt;/p&gt;\n&lt;p&gt;Though the fight attracted an enormous audience of approximately 60 million households, the broadcast was plagued by significant technical difficulties.&lt;/p&gt;\n&lt;p&gt;The sheer volume of viewers overwhelmed Netflix&#039;s infrastructure, causing widespread buffering problems for many subscribers.&lt;/p&gt;\n&lt;p&gt;This technical stumble casts serious doubt on the platform&#039;s readiness for its planned Christmas Day NFL broadcasts in 2024.&lt;/p&gt;\n&lt;p&gt;Whether Netflix can resolve these critical capacity issues in time remains an urgent question.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ed4195146ce10d4fa903t9EWK5k903&quot; height=&quot;437&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ed4195146ce10d4fa903t9EWK5k903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s reach extends to virtually every device with a screen, making it accessible practically anywhere. Whether you&#039;re using a computer, smartphone, smart TV, or gaming console, chances are you can stream &quot;Stranger Things&quot; effortlessly.&lt;/p&gt;\n&lt;p&gt;Supported platforms include web browsers on both Windows and Mac systems, iOS and Android smartphones and tablets, Apple TV, Amazon Fire TV devices, Fire tablets, Roku streaming devices, Chromecast, most smart TV brands, gaming consoles like Xbox, PlayStation, and Nintendo, as well as set-top cable boxes&mdash;though it&#039;s best to confirm with your provider&mdash;and Blu-ray players from many manufacturers.&lt;/p&gt;\n&lt;p&gt;Despite occasional pauses&mdash;perhaps due to price increases, password-sharing policies, or the departure of favorite shows&mdash;Netflix remains one of the most popular streaming services. Its ability to draw viewers back time and again is rooted in its extensive and engaging content lineup.&lt;/p&gt;\n&lt;p&gt;Netflix offers a rich library of original programming that keeps audiences hooked. From acclaimed series to a vast collection of licensed movies and shows, it has become a staple in many households&mdash;almost like a utility we rely on daily. This extensive content and broad device compatibility explain why Netflix continues to dominate the streaming landscape.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions imposed by the streaming giant, allowing access to content libraries from different countries. By routing your internet connection through servers located in various regions worldwide, a Netflix VPN effectively masks your actual location, making it appear as though you&#039;re browsing from the country whose content catalog you wish to explore. This technology has become increasingly popular among streaming enthusiasts who want to unlock the full potential of their Netflix subscriptions and enjoy shows and movies that might otherwise be unavailable in their region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted Netflix content reliably, consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your ideal solution. Its standout features include: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers optimized specifically for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; streaming, ensuring smooth playback without buffering or throttling issues.  \n&lt;/li&gt;\n&lt;li&gt;\nSimultaneous connections on up to five devices&mdash;whether on Windows, macOS, iOS, Android, or smart TVs&mdash;so everyone can enjoy content on their preferred platform.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode that unlocks multiple regional libraries at once, vastly expanding your entertainment options beyond a single geo-restricted catalog.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with zero bandwidth limits, guaranteeing HD streaming and seamless downloads.\n&lt;/li&gt;\n&lt;li&gt;\nTop-level security via the proprietary ShellGuard protocol, encrypting your data to evade detection and protect your privacy while browsing.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial to test these features risk-free before committing. With SafeShell VPN, Netflix unblocked becomes effortless and secure.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass regional restrictions. To begin your journey into unlimited streaming possibilities, first visit SafeShell&#039;s official website and select a subscription plan that aligns with your viewing habits and budget. After completing your purchase, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android&mdash;and follow the installation prompts to set up the VPN on your system.&lt;/p&gt;\n&lt;p&gt;Once installation is complete, launch the SafeShell application and log into your account using your credentials. For the optimal Netflix streaming experience, select the APP mode when prompted, as this configuration is specifically optimized for streaming services. Next, browse through SafeShell&#039;s extensive server network and select a location in your desired Netflix region&mdash;popular choices include servers in the United States, United Kingdom, or Canada for their extensive content libraries.&lt;/p&gt;\n&lt;p&gt;With your SafeShell Netflix VPN connection established to your chosen region, simply open the Netflix application or navigate to the Netflix website in your browser. Sign in with your existing Netflix credentials, and you&#039;ll immediately notice that the content library has transformed to reflect what&#039;s available in your selected region. Now you can enjoy previously inaccessible shows and movies without interruption, expanding your entertainment options beyond geographical limitations.&lt;/p&gt;', 9, 'game'),
(227, 376, '', 'One Piece Season 3: Xolo Maridue&ntilde;a Joins Cast', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ec9adb3b376eae7217d23bBgcSPZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ec9adb3b376eae7217d23bBgcSPZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Xolo Maridue&ntilde;a Joins &quot;One Piece&lt;/h3&gt;\n&lt;p&gt;In an exciting development for fans of the hit pirate fantasy series, the production team behind &quot;ONE PIECE&quot; has confirmed that Xolo Maridue&ntilde;a will be joining the cast for the upcoming third season.&lt;/p&gt;\n&lt;p&gt;Maridue&ntilde;a, best known for his titular role in DC&#039;s &quot;BLUE BEETLE&quot; and his performance as Miguel Diaz in Netflix&#039;s &quot;COBRA KAI,&quot; has been cast to portray the fan-favorite character Portgas D. Ace.&lt;/p&gt;\n&lt;p&gt;The announcement comes as production for Season 3 gets underway in Cape Town, South Africa, following Netflix&#039;s early renewal decision made back in August.&lt;/p&gt;\n&lt;p&gt;Maridue&ntilde;a isn&#039;t the only new addition to the expanding cast. Tony Award winner Cole Escola, fresh from their acclaimed performance in the Broadway production &quot;OH, MARY!&quot; will be taking on the role of the flamboyant assassin Bon Clay.&lt;/p&gt;\n&lt;p&gt;For Maridue&ntilde;a, this role continues his relationship with Netflix, where he recently appeared as a special correspondent during Geeked Week 2024 alongside his &quot;COBRA KAI&quot; co-star Jacob Bertrand.&lt;/p&gt;\n&lt;p&gt;While fans eagerly anticipate these new characters in Season 3, they can look forward to the already-announced Season 2 release, with details having been revealed in late October.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec760da340c110336f5cBN7365Gb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec760da340c110336f5cBN7365Gb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s Live-Action &quot;One Piece&quot; Adds &quot;Blue Beetle&quot; Star to Growing Cast&lt;/p&gt;\n&lt;p&gt;Exciting news for fans of the hit Netflix adaptation! Xolo Maridue&ntilde;a, known for his breakthrough role in &quot;Cobra Kai&quot; and as the lead in DC&#039;s &quot;Blue Beetle,&quot; has officially joined the expanding crew of the live-action &quot;One Piece&quot; series.&lt;/p&gt;\n&lt;p&gt;The actor&#039;s casting comes as production gears up for the third season of the show, which has been winning over both longtime manga enthusiasts and newcomers alike since its debut.&lt;/p&gt;\n&lt;p&gt;While Netflix previously confirmed a second season set to premiere in 2026, this latest casting announcement suggests the streaming giant is already looking beyond that, demonstrating strong confidence in the franchise&#039;s future.&lt;/p&gt;\n&lt;p&gt;Maridue&ntilde;a joins an ensemble that has been praised for bringing Eiichiro Oda&#039;s beloved characters to life in a faithful yet fresh adaptation that avoided the pitfalls of previous anime-to-live-action transitions.&lt;/p&gt;\n&lt;p&gt;Details about which character the young star will portray remain under wraps, fueling speculation among the fandom about which story arcs from the expansive manga series might be adapted next.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec7933c3e20fd2fb31b1V6MGjBrA07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec7933c3e20fd2fb31b1V6MGjBrA07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a thrilling update for anime enthusiasts, the beloved adaptation of Eiichiro Oda&#039;s iconic manga series has secured a major talent for its upcoming installment.&lt;/p&gt;\n&lt;p&gt;Rising star Xolo Maridue&ntilde;a has officially joined the cast for the third season of the reimagined pirate adventure. The actor, known for his breakthrough performances in &quot;Cobra Kai&quot; and &quot;Blue Beetle,&quot; will bring his talents to the world of Grand Line.&lt;/p&gt;\n&lt;p&gt;This casting announcement marks another significant step in the production&#039;s commitment to delivering fresh interpretations of the Straw Hat crew that fans worldwide have cherished for decades.&lt;/p&gt;\n&lt;p&gt;The series, which has been praised for its modern take on the epic tale of pirates searching for the ultimate treasure, continues to expand its roster with promising performers.&lt;/p&gt;\n&lt;p&gt;Production sources indicate filming will commence early next year, with the new season expected to explore some of the manga&#039;s most beloved story arcs.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec7cdab99593e9ae7f9fFKJ1Hmai07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec7cdab99593e9ae7f9fFKJ1Hmai07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Xolo Maridue&ntilde;a Joins Season 3&lt;/h3&gt;\n&lt;p&gt;Xolo Maridue&ntilde;a Joins &quot;One Piece&quot; Live-Action Series for Season 3&lt;/p&gt;\n&lt;p&gt;Exciting news for fans of the popular pirate adventure as Netflix confirms another addition to their growing crew. Following the tremendous success of the first season, production plans continue to expand the &quot;One Piece&quot; universe with fresh talent.&lt;/p&gt;\n&lt;p&gt;The streaming giant recently announced that &quot;Cobra Kai&quot; and &quot;Blue Beetle&quot; star Xolo Maridue&ntilde;a has signed on for the third season of the live-action adaptation. This strategic casting move signals Netflix&#039;s long-term commitment to the franchise, even as the second season remains in development.&lt;/p&gt;\n&lt;p&gt;Maridue&ntilde;a&#039;s involvement suggests the series will continue following the original manga&#039;s expansive storyline, introducing new characters as Luffy and his companions venture further into the Grand Line. While specific details about his role remain under wraps, speculation among the fanbase has already begun.&lt;/p&gt;\n&lt;p&gt;The news comes as production teams work diligently on the sophomore season, building upon the foundation that earned both critical acclaim and impressive viewership numbers worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec7f2b07fc0c2dda2ac1cjSpkhI207&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec7f2b07fc0c2dda2ac1cjSpkhI207&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The legendary manga by Eiichiro Oda sets sail again,&lt;/p&gt;\n&lt;p&gt;as the live-action adaptation gears up for its next chapter.&lt;/p&gt;\n&lt;p&gt;Produced collaboratively by Netflix, Tomorrow Studios, and Shueisha,&lt;/p&gt;\n&lt;p&gt;this global phenomenon continues to chart new waters.&lt;/p&gt;\n\n&lt;p&gt;Returning on March 10, 2026, the Straw Hat crew navigates&lt;/p&gt;\n&lt;p&gt;the perilous currents of the Grand Line&rsquo;s uncharted territories.&lt;/p&gt;\n&lt;p&gt;Expect breathtaking landscapes and pulse-pounding encounters&lt;/p&gt;\n&lt;p&gt;as Luffy&rsquo;s quest for the One Piece treasure intensifies.&lt;/p&gt;\n\n&lt;p&gt;I&ntilde;aki Godoy reprises his role as the elastic-limbed captain,&lt;/p&gt;\n&lt;p&gt;joined by Mackenyu&rsquo;s stoic swordsman Zoro and Emily Rudd&rsquo;s savvy Nami.&lt;/p&gt;\n&lt;p&gt;Jacob Romero&rsquo;s inventive Usopp and Taz Skylar&rsquo;s charismatic Sanji&lt;/p&gt;\n&lt;p&gt;complete the core crew chasing pirate king glory.&lt;/p&gt;\n\n&lt;p&gt;Season 2 debuts two transformative additions to the voyage:&lt;/p&gt;\n&lt;p&gt;Mikaela Hoover voices the hybrid reindeer Tony Tony Chopper,&lt;/p&gt;\n&lt;p&gt;while Charithra Chandran embodies the cryptic Miss Wednesday,&lt;/p&gt;\n&lt;p&gt;adding fresh dynamics to the unfolding saga.&lt;/p&gt;\n\n&lt;p&gt;Helmed by executive producers Eiichiro Oda, Marty Adelstein,&lt;/p&gt;\n&lt;p&gt;Becky Clements, Tetsu Fujimura, Chris Symes,&lt;/p&gt;\n&lt;p&gt;Christoph Schrewe, and Steven Maeda,&lt;/p&gt;\n&lt;p&gt;this seafaring epic promises expanded horizons.&lt;/p&gt;\n\n&lt;p&gt;Anchor yourself for exclusive updates on the continuing journey&lt;/p&gt;\n&lt;p&gt;and dive back into earlier adventures while awaiting new tides.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content, allowing subscribers to enjoy entertainment on-demand across various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods used to access content that might be restricted in certain regions due to licensing agreements or network restrictions, enabling viewers to enjoy a broader selection of shows and movies that would otherwise be unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix through Netflix unblock, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. This service provides a reliable and secure connection that effectively bypasses geo-restrictions, giving you access to the full Netflix library regardless of your location. SafeShell VPN is engineered with advanced encryption protocols that protect your online activities from surveillance, ensuring your privacy remains safeguarded. Additionally, it is specifically designed to evade detection by Netflix&#039;s VPN and proxy filters, allowing you to stream seamlessly without interruptions or the risk of being blocked. Its high-speed servers enable smooth playback of HD content with minimal buffering, making your viewing experience more enjoyable. The platform also offers an exclusive App Mode to access multiple regions simultaneously, broadening your entertainment options. With the ability to connect up to five devices at once across various operating systems, SafeShell VPN provides both flexibility and security for all your streaming needs, making it an ideal tool for an unrestricted Netflix experience.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix unblocking, SafeShell VPN delivers a range of benefits that enhance your overall online experience. Its blazing connection speeds and unlimited bandwidth ensure swift browsing, downloading, and streaming without lag or delays. The proprietary ShellGuard VPN protocol offers uncompromised security, protecting your data from cyber threats and prying eyes. User-friendly applications across multiple devices make setup and usage straightforward, while the flexible free trial plan allows users to test its features risk-free. Whether you are on Windows, macOS, iOS, Android, or other devices, SafeShell VPN&rsquo;s robust features and reliable performance make it a top choice for secure, high-speed, and unrestricted internet access.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin watching global Netflix content with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first secure your subscription by visiting the official website and selecting a suitable plan. After completing payment, download the dedicated SafeShell application compatible with your device&mdash;be it Windows, Mac, iOS, or Android&mdash;from their platform. Install the software following the on-screen prompts to prepare your system for secure streaming access.&lt;/p&gt;\n&lt;p&gt;Next, launch the SafeShell VPN Netflix tool and log into your account. For optimal Netflix performance, select the APP mode specifically designed for streaming applications. Browse the international server list and connect to a location matching your desired content region&mdash;like Japan for anime or the UK for British series. Once the VPN connection stabilizes, open Netflix to instantly access that region&#039;s full localized catalog of geo-restricted shows and movies without buffering interruptions.&lt;/p&gt;', 9, 'game'),
(228, 377, '', 'Visual Effects Oscar Race: 7 Films Advance', '&lt;p&gt;Seven Films Advance in Visual Effects Oscar Race&lt;/p&gt;\n&lt;p&gt;The Academy has narrowed down the contenders for the Visual Effects Oscar, with seven films still competing for nominations in the 83rd Academy Awards competition.&lt;/p&gt;\n&lt;p&gt;The shortlisted films represent a diverse range of visual storytelling, including fantasy adventures &quot;Alice in Wonderland&quot; and &quot;Harry Potter and the Deathly Hallows Part 1,&quot; sci-fi thrillers &quot;Inception&quot; and &quot;Tron: Legacy,&quot; superhero action in &quot;Iron Man 2,&quot; supernatural drama &quot;Hereafter,&quot; and the stylized comic book adaptation &quot;Scott Pilgrim vs the World.&quot;&lt;/p&gt;\n&lt;p&gt;Visual Effects branch members will evaluate 15-minute excerpts from each film on January 20th, after which they&#039;ll vote to select the five official nominees.&lt;/p&gt;\n&lt;p&gt;The complete list of Oscar nominations will be revealed on January 25th at 5:30 a.m. Pacific Time from the Samuel Goldwyn Theater in Beverly Hills.&lt;/p&gt;\n&lt;p&gt;The winners will be announced during the Academy Awards ceremony on February 27th at Hollywood&#039;s Kodak Theatre, with ABC broadcasting the event live across the United States and to more than 200 countries globally.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts dark forces, and fulfills his prophesied destiny against the dark lord Voldemort. For audiences wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the films are available through various region-specific streaming services including ITVX (free with ads in the UK), Peacock, and Prime Video, while theatrical re-releases of earlier installments are scheduled in North American cinemas starting February 2025. Additional content like the upcoming Max television adaptation further expands viewing options for the Wizarding World franchise.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One major advantage of the SafeShell VPN is its high-speed servers, which are specifically optimized for seamless streaming, ensuring buffer-free playback and crisp high-definition quality. Additionally, SafeShell VPN allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and smart TVs, giving you flexibility across all your preferred gadgets. Its exclusive App Mode feature further enhances your experience by enabling you to unlock and enjoy content from multiple regions at the same time, expanding your entertainment options. Moreover, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, so you can stream, download, and browse effortlessly. With top-level security through its proprietary ShellGuard protocol, your online privacy remains protected with advanced encryption, giving you peace of mind while enjoying your favorite shows. Lastly, the flexible free trial plan allows you to test all these benefits risk-free, making SafeShell VPN a reliable and versatile solution for Netflix streaming.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that matches your viewing preferences and budget, then click on the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it is Windows, macOS, iOS, or Android, by visiting the same website and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;After installing SafeShell VPN, launch the application and log in using your account credentials. For an optimal streaming experience, especially when accessing content like Harry Potter movies on Netflix, it is recommended to select the APP mode within the app. This mode allows for smoother streaming and better regional access. Next, browse through the list of available servers and choose one located in the region where you want to watch Harry Potter, such as the UK or the US, to unlock the regional content.&lt;/p&gt;\n&lt;p&gt;Once you have connected to your preferred server, open the Netflix app or visit the Netflix website and log into your account. With the VPN active and connected to the right region, you can now enjoy Harry Potter movies as if you were browsing from that country. This process ensures a seamless and safe streaming experience, making SafeShell VPN your trusted tool for regional content access.&lt;/p&gt;', 9, 'game'),
(229, 378, '', 'Last War Survival Construction Parts &ndash; Alliance Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Alliance Construction Contributions&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;construction parts&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ece72a6885e4b7d4c0d8HmNakirm03&quot; height=&quot;109&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ece72a6885e4b7d4c0d8HmNakirm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the alliance exercise event, players utilize a unique resource known as the Last War Survival Construction Parts. These parts are essential for advancing the Marshal&#039;s Guard, a vital structure that significantly improves combat effectiveness across the entire alliance. Contributing these parts not only helps strengthen the alliance&#039;s overall power but also grants valuable contribution points to individual members. This collective effort encourages strategic collaboration and teamwork, playing a crucial role in achieving success during the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ece9c336c68adbd8a816iUYLfV4B03&quot; height=&quot;180&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ece9c336c68adbd8a816iUYLfV4B03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the thrilling Marshal&#039;s City event in Last War Survival, construction components play a vital role in progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alliance members collaborate to gather and utilize these parts to enhance and upgrade the Marshal&rsquo;s Guard.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Efficient use of these resources unlocks significant advantages for individual players and the entire alliance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This process fosters teamwork, strategic planning, and a shared sense of accomplishment among participants.Construction materials play a crucial role during the Marshal&rsquo;s City event, primarily used to upgrade and strengthen the marshal&rsquo;s guard. As you contribute, each upgrade unlocks enhanced combat advantages that benefit the entire alliance, improving battle efficiency and fostering better teamwork among members.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the event, a drill platform emerges near your alliance rally point. By tapping on it, you access a donation interface where contributing construction parts helps advance the marshal&rsquo;s guard. This process directly increases your alliance&rsquo;s overall strength and capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternatively, donations can be made through the alliance&rsquo;s event hub building. Selecting the &ldquo;go&rdquo; button under the alliance exercise section directs you to the marshal&rsquo;s guard interface, providing a convenient way to contribute and stay actively engaged in alliance development.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Contributing construction parts during the Last War Survival event not only upgrades the marshal&rsquo;s guard but also grants significant combat stat bonuses. These enhancements bolster your alliance&rsquo;s performance in battles, making teamwork more effective and increasing the chances of victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every donation earns you alliance contribution points and sheriff-style currency, which are redeemable in the alliance store for valuable items and resources. These rewards support personal progression and strengthen the alliance&rsquo;s overall capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s advisable to donate construction parts immediately upon acquiring them. Delaying donations offers no known advantage, and prompt contributions accelerate your alliance&rsquo;s progress during the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Contributions also directly enhance your alliance&rsquo;s combat power by upgrading the marshal&rsquo;s guard. This results in better performance during alliance exercises and in battles, giving your team a competitive edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each donation grants sheriff badge currency, which can be spent on items that provide personal and strategic benefits. These resources help improve your gameplay experience and support your growth within the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the drill platform reaches its maximum level, the benefits of further donations become uncertain. It&rsquo;s recommended to observe if continued contributions still yield rewards such as contribution points or store items before deciding whether to hold back.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Donating construction parts not only supports alliance upgrades but also contributes to alliance points that can unlock additional features or benefits, making each contribution strategically valuable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the context of Last War: Survival, construction parts are essential for alliance success. They are obtained through daily tasks and events, and donating them promptly via the drill platform or event hub enhances the alliance&rsquo;s capabilities. Contributions earn valuable rewards like contribution points and sheriff badges, which can be exchanged for items in the alliance store, fostering teamwork and boosting both personal and collective progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s best to donate construction parts as soon as you receive them, since there&rsquo;s no documented advantage to saving resources. Early donations speed up the upgrade process and help the alliance reach higher levels faster.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrading the marshal&rsquo;s guard through donations increases combat stats for all members, improving the alliance&rsquo;s overall effectiveness in battles and challenging scenarios during the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While there is no explicit donation cap, contributions are limited by the number of parts you have and the event&rsquo;s duration. Keep contributing as much as possible to maximize your impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each donation provides alliance contribution points and sheriff badge currency, which can be traded in the alliance store for valuable items and perks. These exchanges support both individual development and alliance strength, making your efforts highly beneficial.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; is the premium in-game currency used in Last War: Survival to enhance your gameplay experience, allowing players to acquire powerful equipment, unlock new heroes, and speed up progress within the game. You can easily top up Last War: Survival Hot Package through popular game trading platforms such as Codashop, SEAGM, and OffGamers. By purchasing this currency, players gain access to exclusive features and resources that help them build stronger shelters and command their armies more effectively in the zombie-infested world. This makes Last War: Survival Hot Package an essential part of advancing and thriving in the game&rsquo;s challenging environment.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players wish to top up Last War: Survival Hot Package, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience. As a dedicated &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war store&lt;/a&gt;, lootbar.gg provides a secure and user-friendly environment for all your in-game currency purchases. The platform ensures every transaction is straightforward, thanks to its clear on-site guides and streamlined interface, making it easy for both new and experienced players to recharge their accounts with confidence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar stands out by offering professional customer service available around the clock and supporting a wide range of payment methods, catering to players from all over the globe. With competitive prices, including discounts that can reach up to 25% on Last War: Survival Hot Package, players can enjoy more value for their money compared to other platforms. The lootbar community hub further enriches the gaming experience by providing access to exclusive guides, updates, and a vibrant community through its blog and Discord, making lootbar.gg a top choice for anyone looking to enhance their gameplay in Last War: Survival.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; on the Lootbar trading platform, follow these clear steps for a smooth transaction.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by accessing your Lootbar account, or create a new account if you are a new user.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Top-up section from the homepage, and find LW: Survival among the available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrowse through the different Hot Package options, choose the one that fits your needs, and proceed by clicking the Top-up now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your desired payment method from the available choices and press the Pay Now button to finalize your payment.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is successful, you will be prompted to submit your game account details and password, which are necessary for the top-up process to be completed swiftly.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, your last war top up will be processed efficiently, allowing you to enjoy your enhanced in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(230, 379, '', 'Predictions Review: MMO Subscription Trends 2016', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec0d4e98dbc4708cb134LH0mDo7R03&quot; height=&quot;229&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec0d4e98dbc4708cb134LH0mDo7R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Predictions Review Summary&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking back at our predictions from the end of 2015 for the year ahead, it&rsquo;s interesting to see how our forecasts held up. We often aim for bold claims to spice things up, and sometimes that makes for a more entertaining review of what was right or wrong.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One prediction was that the global subscription numbers for MMOs would decline further in 2016, with World of Warcraft experiencing a surge upon the release of Legion, but ultimately dropping below four million subscribers. While the spike did happen, the exact current figures remain uncertain, leaving that prediction partially validated.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another forecast suggested that World of Warcraft would see a significant increase in subscribers around September 2016 with Legion&rsquo;s launch, only to lose most of those new players within six months. The expansion actually launched at the end of August, and the initial boost was evident, but only time will tell if the subsequent decline matched our expectations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;We also anticipated that Legion&rsquo;s release in July 2016 would be well-received, especially its revamped systems and improved leveling. However, the endgame content faced some hasty adjustments after negative feedback, shifting towards more token-based rewards and queueable challenge modes. Despite that, Blizzard seemed eager to break free from the content drought stigma, which might mean a change in the usual pattern of dry periods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of revenue, we confidently predicted Blizzard would profit handsomely, and that World of Warcraft&rsquo;s subscriber count would close the year at approximately seven million. Blizzard&rsquo;s financial success was evident, and the subscriber figure remains a reasonable estimate given the year&#039;s developments.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lastly, there was a bold miss: that Legion would flop and subscriptions would continue to decline. So far, that hasn&#039;t been the case&mdash;perhaps with more time, the game&#039;s trajectory will become clearer, but currently, the decline hasn&rsquo;t fully materialized.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec0f4e98dbc4708cb162cAUGA7jS03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec0f4e98dbc4708cb162cAUGA7jS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Crowdfunding for Star Citizen is projected to plateau after surpassing the $100 million milestone, with organic growth expected to push it toward $105 million by its launch. With targeted marketing efforts, some analysts believe it could reach as much as $120-125 million, though this remains speculative. On the development front, steady progress is anticipated throughout the year, and despite skepticism, there&rsquo;s optimism that the project&rsquo;s momentum will continue without major setbacks. Currently, the game has raised an impressive $137 million, demonstrating ongoing support despite challenges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, Elite Dangerous continues to evolve behind the scenes, quietly integrating features that many fans associate with Star Citizen&rsquo;s promises, all without significant fanfare. As Star Citizen&rsquo;s lengthy development drags on, some players&#039; enthusiasm appears to be waning, though financial support remains strong, indicating that interest persists regardless of delays.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regarding Star Citizen&rsquo;s release schedule, some predict multiple delays could occur, potentially causing upheaval within its dedicated community. However, given that the game has yet to set a firm launch date, these delays are more about expectations than actual postponements. Notably, Squadron 42 experienced concrete delays, highlighting that some parts of the project are indeed moving more slowly than anticipated.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The space simulation genre as a whole is seen by many as ripe for a resurgence, with Star Citizen widely regarded as a leading candidate to drive this revival. By year&#039;s end, it&rsquo;s expected to have carved out a niche market, cultivating a highly loyal playerbase that values its comprehensive online universe&mdash;an environment that offers virtually everything a dedicated space sim enthusiast could desire. Although this level of dominance has yet to be achieved, the ongoing development and community support suggest that Star Citizen could become a defining title in the genre.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec1149eb99d5cbb0dc21dXRsahez03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec1149eb99d5cbb0dc21dXRsahez03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, there was an optimistic forecast that Star Wars: The Old Republic would see its player base double by the summer, driven by upcoming movie releases and potential tie-in content. However, the reality was more subdued, with the game experiencing a modest increase rather than a twofold surge, and only minimal integration with the film franchise.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, the game&#039;s development trajectory shifted towards a more steady evolution. Plans included a new narrative arc set to debut mid-year, emphasizing cooperative gameplay where players could team up in pairs to tackle complex multi-stage challenges. This approach aimed to diversify reward systems and promote collaborative play, making multiplayer experiences more engaging.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Contrary to earlier expectations of a dramatic storyline overhaul coinciding with the release of the new Star Wars movies, there was no significant narrative leap or shocking revelation in the game&#039;s final chapter of the recent storyline. Instead, the game maintained its course, with no substantial time jumps or direct ties to the cinematic events, leaving fans somewhat disappointed with the missed opportunity for a cinematic crossover.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec14082f1c446e192f3cq6fyuoUX03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec14082f1c446e192f3cq6fyuoUX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;2016 MMORPG Outlook&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In 2016, Guild Wars 2&#039;s future was a mixed bag of expectations and uncertainties. While there was no new expansion on the horizon, fans could anticipate substantial updates aimed at winning back those who felt alienated in 2015. Whether these efforts would succeed remained an open question, sparking debate among the community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following the Heart of Thorns expansion, the game&#039;s momentum appeared to falter. Players voiced concerns about the lack of engaging content after completing the core experience, especially highlighting the limited scope of raiding systems. Despite these criticisms, developers assured fans that raiding would continue to be part of the game, even as some speculated that future updates had quietly deprioritized certain features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Humorously, some joked about the next expansion involving a drastic move&mdash;implying that ArenaNet might announce a controversial event like &quot;nuking Cantha&quot; just to silence persistent requests from players. In reality, details about the upcoming expansion remained tightly under wraps, leaving fans eager yet uncertain about what was to come.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, in the realm of sci-fi MMORPGs, Eve Online was predicted to experience a decline in subscriber numbers consistent with the genre&#039;s overall trend. However, there was optimism that daily peak logins would increase in 2016, especially following the release of the Citadel expansion. This expansion was expected to invigorate the sandbox community and generate exciting news stories, even as the game missed out on a broader shift to free-to-play models.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec16065156f4128b244cCOrdCMvs03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec16065156f4128b244cCOrdCMvs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many predictions for Final Fantasy XIV centered around the anticipation of a new expansion, with some hopeful that it would arrive in the coming year. However, while a new expansion wasn&#039;t launched, an official announcement was made, confirming upcoming content. Experts expected that the game&rsquo;s updates would continue steadily, maintaining its current trajectory and gradually building momentum.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key features anticipated for the year was a comprehensive overhaul of the housing system, aiming to offer players greater flexibility in purchasing homes amid previous restrictions. As the year progressed, there was also talk of increased marketing efforts to boost visibility and player engagement, although these efforts appeared somewhat subdued compared to past campaigns.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Regarding other MMORPGs, there was speculation about EverQuest Next receiving significant updates or new information, though these rumors largely went unfulfilled, leaving fans disappointed. On a brighter note, some believed that Daybreak Games would finally stabilize, improving existing titles like Landmark and expanding modes in H1Z1, while also hinting at renewed discussions about EverQuest Next.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, there was a hopeful outlook that the company would undergo a major transformation or restructuring, signaling a revival in its portfolio of games. Unfortunately, such developments remained elusive, leaving many fans and analysts waiting for concrete signs of rejuvenation within the company&#039;s lineup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec190f4ee2c243279524OgsuD6sT03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec190f4ee2c243279524OgsuD6sT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the ongoing battle for dominance, Crowfall and Camelot Unchained are expected to fiercely compete to capture the attention of PvP and RvR enthusiasts, each striving to outshine the other. Meanwhile, Lord British is anticipated to steadily introduce Shroud of the Avatar, aiming to attract roleplayers and PvE fans, while Revival continues to leave observers puzzled with its elusive progress. It&rsquo;s worth noting that SOTA positioned itself as a sanctuary for roleplay, but Revival&#039;s future remains uncertain.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Repopulation faces significant hurdles, as its development struggles with persistent engine issues that hinder its potential turnaround. Despite efforts, these technical challenges remain unresolved, dampening hopes for a swift revival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many crowdfunding MMO projects are predicted to overpromise, only to falter midway through development due to funding shortfalls. These projects often fade into vaporware, although this year saw relatively few such failures, which is a positive sign for the industry.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On the other hand, some predictions missed the mark. Trion was expected to unveil two new pseudo-MMO titles&mdash;one as an import and another developed internally&mdash;marking 2015 as a notable year for the company. Additionally, there was speculation that Trion might resurrect a long-defunct MMO unexpectedly, but that surprise did not materialize, leaving fans disappointed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec1c5431ba64f9d0eaf6YAqtXcNx03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec1c5431ba64f9d0eaf6YAqtXcNx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;2016 Gaming Industry Trends&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bree speculated that Destiny would finally see a release on PC, although in reality, Destiny 2 was announced for PC earlier this year. Eliot pointed out that The Elder Scrolls Online introduced its first buy-to-play expansion, marking a shift in its business approach, which indeed happened as the game continued to evolve this year. Justin envisioned Funcom revealing that Anarchy Online 2 was in development; however, this remains unconfirmed, and the project stays in the realm of potential rather than reality.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eliot noted that WildStar struggled to maintain its momentum after its business model changed, though it persisted with regular updates, and rumors circulated about a possible free-to-play expansion&mdash;yet no such expansion materialized this year. Conversely, predictions about Star Trek Online&#039;s future proved accurate, as the game announced an expansion set in the Gamma Quadrant and confirmed plans for a console port. Eliot also believed Blade &amp;amp; Soul would launch modestly but perform well enough to secure its future in Western markets, which has held true so far.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Justin guessed Cryptic would announce a new game based on a popular IP slated for early 2017 release; this did not come to pass. Bree originally foresaw turbulent times ahead for Turbine, fearing the studio might either launch a new title or face loss of an existing one. However, with the news that Turbine is working on a mobile game, this situation has shifted from a negative prediction to a more cautious optimism.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec1e5431ba64f9d0eb2auolfNRU703&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec1e5431ba64f9d0eb2auolfNRU703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In 2016, the gaming industry was poised for significant shifts across multiple fronts. One notable trend was the rise of innovative crowdfunding models, with some analysts predicting that the MMO genre would see more groundbreaking approaches, including equity crowdfunding initiatives that were legally new to the space.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, many experts viewed 2016 as a year of cautious recovery following 2015&rsquo;s downturn. The landscape would largely consist of existing titles either enhancing their offerings or fading away, with new releases experimenting across genre boundaries rather than following traditional theme park formulas.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Virtual reality continued to face skepticism from both critics and consumers, as sales figures remained modest and consumer enthusiasm appeared limited. Despite this, the excitement surrounding new MMO announcements persisted, with titles like Crowfall entering large-scale testing phases, signaling ongoing interest and development within the genre.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There was also a sense of optimism about a potential unexpected resurgence in the MMO sector. Industry insiders believed 2016 could be pivotal, with companies like Daybreak and Cloud Imperium holding key positions that might influence the genre&rsquo;s future trajectory. The year was seen as a critical juncture&mdash;either a breakthrough or a breakaway.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The industry was increasingly embracing the concept of many multiplayer online experiences, particularly private shard-based games, reflecting a diversification in player environment preferences. This shift was accompanied by the rise of multiplayer sandbox titles such as Ark and MMORPG-inspired ARPGs like Marvel Heroes, which continued to draw attention away from traditional MMORPGs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;E-sports also gained momentum, with broader coverage of major MOBA tournaments and the emergence of dedicated e-sports organizations and training academies. Rumors of unionization efforts among professional gamers hinted at a maturing competitive scene aiming for greater recognition and stability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, the crowded market of team-based competitive shooters was heating up, with numerous titles&mdash;Overwatch, Gigantic, Paragon, Battleborn, Paladins, Wildfire, BattleCry, and LawBreakers&mdash;fighting to establish their identities amidst intense competition and rapid releases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, the proliferation of MMORPGs, ARPGs, and similar online titles was expected to accelerate, with new games appearing rapidly&mdash;almost like alien pods invading the gaming universe&mdash;flooding the market and reshaping the landscape in unpredictable ways.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec215431ba64f9d0eb4agVEK3RNC03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec215431ba64f9d0eb4agVEK3RNC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Prediction Accuracy Feedback&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you shared your predictions with us last year, we&#039;re curious to see how accurate they were.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For now, hold off on creating new forecasts&mdash;we&#039;ll be sharing those shortly!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689295df8b7158ed27b137f2OrbrDm2G03&quot; height=&quot;87&quot; src=&quot;https://c2c.fp.guinfra.com/file/689295df8b7158ed27b137f2OrbrDm2G03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;87&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Blade &amp;amp; Soul NEO Divine Gems and Why They&#039;re Essential for Players?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; serve as the essential in-game currency in Blade &amp;amp; Soul NEO, enabling players to upgrade gear, unlock rare outfits, and access exclusive items that enhance their gameplay experience. Players can obtain Blade &amp;amp; Soul NEO Divine Gems by topping up on reputable game trading platforms such as MmoGah, Z2U, and PlayerAuctions, where secure transactions make acquiring this currency quick and convenient. With Divine Gems, adventurers gain a strategic edge for progressing through tougher content and customizing their characters. Whether you&rsquo;re aiming to boost stats or collect limited-time event packs, Divine Gems are the key to maximizing your journey in BNS NEO.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why choose LootBar.gg to buy Blade &amp;amp; Soul NEO divine gems?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Blade &amp;amp; Soul NEO Divine Gems, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As a trusted platform for a variety of popular games, lootbar.gg stands out for its reliability and convenience when you want to &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy BNS Gems&lt;/a&gt;. The platform regularly offers competitive prices and special discounts, allowing players to maximize their value whenever they purchase in-game currency. In addition, lootbar.gg guarantees secure transactions by utilizing advanced encryption technology, so players can feel confident that their payments and data are protected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar provides exceptional customer support, available 24/7 to assist with any questions or concerns related to your Blade &amp;amp; Soul NEO Divine Gems purchase. The platform also boasts a fast delivery system, ensuring that you receive your BNS Gems promptly and without unnecessary waiting. With its combination of affordability, safety, quick service, and professional support, lootbar is the ideal choice for gamers who want a hassle-free and rewarding experience when topping up their Blade &amp;amp; Soul NEO Divine Gems.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Steps for Blade &amp;amp; Soul NEO Divine Gems purchase on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; on the lootbar trading platform, begin by visiting the official LootBar.gg website and setting your language and currency preferences for a convenient shopping experience. Next, log in to your account, or create a new one if you are a first-time user. Navigate to the Game Coins section from the home page and select Blade &amp;amp; Soul NEO Divine Gems. Carefully choose the quantity of Divine Gems you wish to purchase, ensuring it matches your in-game needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your desired amount, proceed by clicking the &quot;Buy Now&quot; button. Pick your preferred payment method from the available options and confirm the transaction by clicking &quot;Pay Now.&quot; Follow the instructions to upload an image of your item as required by the platform. Once the payment and verification steps are complete, you can log in to Blade &amp;amp; Soul NEO and check your account to ensure the Divine Gems have been successfully credited. This seamless process makes it easy for players to securely Buy Blade &amp;amp; Soul NEO Divine Gems and enhance their gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; height=&quot;605&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(231, 380, '', 'Call of Duty Mobile: How to Report Cheaters Easily', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69151b2049ce613e9878a947YVEiCltO03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69151b2049ce613e9878a947YVEiCltO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Online gaming experiences can sometimes be marred by disruptive players who engage in cheating or exhibit poor sportsmanship, detracting from the enjoyment of others. In Call of Duty Mobile, developers anticipated these issues and incorporated a straightforward reporting system to help players combat such behavior.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maintain a fair play environment, users are encouraged to report any suspicious activity or misconduct directly through the game&rsquo;s interface. Identifying cheaters can be challenging, especially among skilled players, but certain behaviors&mdash;such as teleporting across the map or consistently landing precise headshots&mdash;are strong indicators of unfair play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By utilizing the in-game reporting feature, players contribute to a safer, more enjoyable community, allowing moderators to take appropriate action against those who violate the rules. Remember, keeping the game fair benefits everyone and preserves the competitive spirit of Call of Duty Mobile.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691bb2df8ca528a0d5a4674fKEtiL0VJ03&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/691bb2df8ca528a0d5a4674fKEtiL0VJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cheating in solo gaming sessions may seem harmless and entertaining, but it becomes a serious issue in multiplayer matches where fairness is crucial. Currently, players can only flag others for cheating after completing a match. Activision has announced plans to introduce additional reporting features to enhance this process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once a game concludes and the scoreboard appears, you&rsquo;ll notice an exclamation mark icon located at the top-right corner of the screen. Tapping this icon opens the reporting interface, displaying all participants from both teams. Selecting a player&rsquo;s username brings up a menu with options such as verbal abuse, inactivity, cheating or use of trainers, AFK status, and team-killing. There&rsquo;s also a text box where you can provide specific details about the incident. Confirming your report by pressing the prominent &ldquo;Report&rdquo; button submits it for review.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reporting suspicious players helps foster a fairer and more enjoyable gaming environment. With just a few strategic tips, players can improve their chances of winning in Call of Duty Mobile without needing to cheat, ensuring everyone can enjoy the game honestly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty Mobile is available now on both iOS and Android devices.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For more information, check out the Call of Duty Mobile Battle Royale class guide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are CODM and CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM CP&lt;/a&gt; is the premium in-game currency used in Call of Duty: Mobile, allowing players to unlock exclusive skins, characters, weapons, and Battle Pass tiers that enhance both gameplay and customization. By topping up CODM CP through popular game trading platforms such as Codashop, OffGamers, or SEAGM, players can quickly and securely purchase the currency they need. This in-game credit not only gives access to premium content but also helps players get the most out of every season&rsquo;s new features and rewards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Recharge codm cp&lt;/a&gt; for their Call of Duty: Mobile accounts, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. Lootbar.gg stands out as a trusted choice for gamers worldwide who value both convenience and reliability when topping up in-game currency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar for your CODM CP top-up is the highly competitive pricing. The platform frequently offers various discount levels, with some promotions giving players up to 19% off, making it a cost-effective way to boost your in-game resources. In addition to great prices, lootbar.gg utilizes advanced encryption and strict data protection measures, ensuring that all transactions are 100% secure and your personal information remains confidential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar is dedicated to providing excellent customer service with 24/7 support available to address any questions or concerns you might have during the recharge codm cp process. The platform also boasts a fast delivery system, so you can expect your purchase to be processed swiftly and your CP to be credited to your account without unnecessary delays. All these features make lootbar.gg a reliable and efficient solution for all your Call of Duty: Mobile CP needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up CODM on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up CODM&lt;/a&gt; on the lootbar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, set your preferred language and currency, and sign into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the homepage and locate Call of Duty: Mobile under the Top-Up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick the desired quantity of COD Points you want to buy for your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the payment option that suits you best and proceed by clicking the Top-up Now button to complete your top up CODM transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; height=&quot;651&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(232, 381, '', 'K-pop Holiday Celebration: Thanksgiving with Huntr/X', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ec95b8ad8d995cee8657VV94icJR03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ec95b8ad8d995cee8657VV94icJR03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;K-pop Holiday Celebration&lt;/h3&gt;\n&lt;p&gt;Give thanks for Huntr/X&#039;s epic year by blending K-pop magic into your feast!&lt;/p&gt;\n&lt;p&gt;Honor their celestial battles and chart-topping soundtrack this Thanksgiving.&lt;/p&gt;\n\n&lt;p&gt;Stream their dazzling concert specials on TV while prepping the meal.&lt;/p&gt;\n&lt;p&gt;Catch a matinee theater showing of the musical Thursday morning.&lt;/p&gt;\n&lt;p&gt;Savor the fusion: weave bulgogi or kimchi into traditional holiday dishes.&lt;/p&gt;\n&lt;p&gt;Transform your feast soundtrack with &lt;em&gt;Demon Hunters&lt;/em&gt; hit playlists.&lt;/p&gt;\n\n&lt;p&gt;Dive into Black Friday deals early for exclusive merchandise gifts.&lt;/p&gt;\n&lt;p&gt;Snag limited albums and lightsticks for ultimate fan wish lists.&lt;/p&gt;\n\n&lt;p&gt;Their musical captivated fans for over 541 million golden hours.&lt;/p&gt;\n&lt;p&gt;This celebration perfectly merges gratitude with K-pop fervor.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec718ecae62b20319bd03JHzGfCr07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec718ecae62b20319bd03JHzGfCr07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Ditch the predictable turkey traditions&lt;/p&gt;\n&lt;p&gt;and step into the chaotic kitchen of the Kpop Demon Hunters this November.&lt;/p&gt;\n&lt;p&gt;Imagine their bustling headquarters&lt;/p&gt;\n&lt;p&gt;transformed for a feast unlike any other&lt;/p&gt;\n&lt;p&gt;where battle trophies might double as questionable centerpieces.&lt;/p&gt;\n&lt;p&gt;Mid-November light filters through their command center windows&lt;/p&gt;\n&lt;p&gt;illuminating tables straining under the weight of culinary fusion.&lt;/p&gt;\n&lt;p&gt;Forget basic stuffing &ndash;&lt;/p&gt;\n&lt;p&gt;picture fiery kimchi tucked inside golden-brown turkeys&lt;/p&gt;\n&lt;p&gt;while crispy fried chicken glistens beside steaming tteokbokki&lt;/p&gt;\n&lt;p&gt;and stacks of kimbap sit ready for post-mission snacking.&lt;/p&gt;\n&lt;p&gt;Battle debris might litter the floor&lt;/p&gt;\n&lt;p&gt;near scattered bags of shrimp crackers&lt;/p&gt;\n&lt;p&gt;and strategically placed bottles of soju&lt;/p&gt;\n&lt;p&gt;waiting to toast demonic victories&lt;/p&gt;\n&lt;p&gt;and questionable kitchen experiments.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s a celebration fueled by instant ramen&lt;/p&gt;\n&lt;p&gt;shared on command center couches&lt;/p&gt;\n&lt;p&gt;between rehearsals&lt;/p&gt;\n&lt;p&gt;and grand banquets&lt;/p&gt;\n&lt;p&gt;requiring tactical chopstick maneuvers&lt;/p&gt;\n&lt;p&gt;over shared plates of galbi-jjim&lt;/p&gt;\n&lt;p&gt;and bubbling pots of kimchi jjigae.&lt;/p&gt;\n&lt;p&gt;This Thanksgiving demands energy drinks in gravy boats&lt;/p&gt;\n&lt;p&gt;and a playlist blasting anthems&lt;/p&gt;\n&lt;p&gt;loud enough to drown out any lingering spectral complaints.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec74f81365353fabe1c39iCVFQaw07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec74f81365353fabe1c39iCVFQaw07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the realm of supernatural K-drama sensations, few shows have captured audiences quite like the genre-bending phenomenon that blends idol culture with paranormal battles. As fans prepare for holiday marathons, let&#039;s explore the five sequences that defined this cultural touchstone.&lt;/p&gt;\n&lt;p&gt;The rooftop confrontation stands unrivaled, where lead hunter Min-ji first unleashes her full abilities against the shadow entity while her group&#039;s debut song plays hauntingly in the background. The juxtaposition of choreographed combat with actual dance choreography created a visual language entirely its own.&lt;/p&gt;\n&lt;p&gt;Equally memorable was the practice room exorcism, transforming a space typically associated with sweat and determination into ground zero for spiritual warfare. The director&#039;s choice to film in one continuous take amplified the claustrophobic tension.&lt;/p&gt;\n&lt;p&gt;The underground nightclub sequence deserves special recognition for its technical brilliance. Neon lights flickered in sync with demonic manifestations, while protagonist Joon-ho&#039;s emotional breakthrough amid chaos demonstrated the show&#039;s commitment to character development even in action-heavy moments.&lt;/p&gt;\n&lt;p&gt;Few can forget the rain-soaked confession scene where vocalist Hye-jin reveals her family&#039;s generational ties to demon hunting. This quiet interlude between spectacular battles grounded the fantastical elements in genuine emotional stakes.&lt;/p&gt;\n&lt;p&gt;Finally, the season finale&#039;s concert battle sequence redefined what television could accomplish, seamlessly integrating the group&#039;s public performance with their secret battle against the ancient entity. The sequence brilliantly metaphorized the pressures of idol life through supernatural storytelling.&lt;/p&gt;\n&lt;p&gt;As devotees gather to celebrate their favorite series, these iconic moments continue to represent why this unlikely combination of K-pop aesthetics and horror elements resonated so powerfully worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec78d27ceda5528f308eC6cQbikp07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec78d27ceda5528f308eC6cQbikp07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Popular Netflix Movies&lt;/h3&gt;\n&lt;p&gt;Looking for something to stream?&lt;/p&gt;\n&lt;p&gt;Check out the all-time favorite Netflix movies that have captured audiences worldwide.&lt;/p&gt;\n&lt;p&gt;Here&rsquo;s a list of the top 10 most popular films on Netflix as of November 20.&lt;/p&gt;\n&lt;p&gt;Perfect for your next movie night!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec7eac9940bcebaf18d3HBU5ezLs07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec7eac9940bcebaf18d3HBU5ezLs07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Celebrate Thanksgiving with a K-Pop Twist: The &quot;Demon Hunters&quot; Experience&lt;/p&gt;\n&lt;p&gt;This Thanksgiving brings an exciting fusion of traditional holiday celebrations and K-Pop culture as the musical phenomenon from the hit &quot;Demon Hunters&quot; takes center stage across multiple platforms.&lt;/p&gt;\n&lt;p&gt;Music stars ejae, Audrey Nuna, and Rei Ami&mdash;the voices behind the fictional group HUNTR/X&mdash;will make their spectacular debut at Manhattan&#039;s iconic Herald Square during the 99th Macy&#039;s Thanksgiving Day Parade. Fresh off receiving five Grammy nominations, including the historic nomination of ejae as the first Korean American female songwriter up for Song of the Year, the trio will perform live for millions of viewers nationwide.&lt;/p&gt;\n&lt;p&gt;NBC and Peacock will broadcast the performances starting at 8:30 a.m. across all time zones, with an encore presentation scheduled for 2:00 p.m. Eastern Time.&lt;/p&gt;\n&lt;p&gt;Adding to the festive atmosphere, beloved characters from the film will float above the parade route. The adorable yet clumsy Derpy Tiger will make his balloon debut, towering two stories high above spectators. Meanwhile, Sussie, the supernatural spirit, will appear as a 12-foot &quot;balloonicle&quot; (a wheeled balloon) making its way through the celebration.&lt;/p&gt;\n&lt;p&gt;For those inspired to blend cultures at their Thanksgiving table, consider the natural harmony between traditional American Thanksgiving dishes and Korean cuisine. Many Korean American families enhance their holiday spreads with banchan (side dishes) similar to those featured in the film before HUNTR/X&#039;s performance of &quot;Golden.&quot;&lt;/p&gt;\n&lt;p&gt;The cultural connection runs deeper&mdash;Korea&#039;s harvest festival Chuseok shares thematic elements with Thanksgiving, focusing on ancestral respect and gratitude for the harvest. The royal meal depicted in the film&#039;s flashback scenes featuring Jinu includes Chuseok specialties like songpyeon, yakgwa, and dongtaejeon.&lt;/p&gt;\n&lt;p&gt;New York residents have an additional treat: The Paris Theater will host special &quot;Demon Hunters Sing-Along&quot; screenings on Thanksgiving morning at 10:30 a.m., with an additional showing on Saturday, November 29th. Tickets are selling quickly, so early reservations are recommended.&lt;/p&gt;\n&lt;p&gt;For gift-giving season, official merchandise is now available through various retailers, with special Black Friday promotions already active on Netflix Shop, Amazon, and other platforms&mdash;perfect for the HUNTR/X or Saja Boys fan in your life.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, providing users with a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted or blocked due to geographical or network limitations, often achieved through tools like VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through effective Netflix unblock techniques, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;re seeking. This powerful VPN service is specifically designed to bypass geographical restrictions, allowing you to explore the full range of Netflix libraries from anywhere in the world, regardless of your actual location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that make it stand out from other VPN providers. Its proprietary &quot;ShellGuard&quot; protocol ensures superior security while maintaining exceptional streaming speeds, eliminating the frustration of buffering during your favorite shows. The service supports up to five simultaneous device connections across multiple platforms including Windows, macOS, iOS, Android, and even Apple Vision Pro, ensuring your entire household can enjoy unrestricted content. Additionally, SafeShell VPN&#039;s exclusive App Mode enables users to access content from multiple regions simultaneously, vastly expanding your entertainment options.&lt;/p&gt;\n&lt;p&gt;What truly sets SafeShell VPN apart is its ability to remain undetected by Netflix&#039;s sophisticated VPN blocking systems, providing consistent access where other services fail. The flexible free trial plan allows you to experience all these benefits without immediate commitment, making it easy to verify that SafeShell VPN meets your streaming needs. Whether you&#039;re traveling abroad or simply want to explore international content libraries, SafeShell VPN delivers a secure, high-speed solution for Netflix unblocking that prioritizes both performance and privacy.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass geographical restrictions. To begin your journey into worldwide entertainment, first visit the SafeShell website where you&#039;ll need to select a subscription plan that matches your viewing habits and budget. After completing your purchase, download the appropriate application for your device - whether you&#039;re using Windows, macOS, Android, or iOS, SafeShell has you covered with dedicated apps that ensure optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;Once installation is complete, launch the SafeShell Netflix VPN application and log into your account using the credentials you created during registration. For the best streaming experience, select APP mode when prompted, as this configuration is specifically optimized for video streaming services. Next, browse through the server list and select a location that corresponds to the Netflix library you wish to access - for example, choose a US server for American content, a UK server for British shows, or a Japanese server for anime selections.&lt;/p&gt;\n&lt;p&gt;With your VPN connection established to your desired region, simply open the Netflix application or navigate to the Netflix website in your browser. The streaming platform will now display content available in the region you&#039;re virtually located in, effectively transforming your viewing options. SafeShell Netflix VPN maintains high-speed connections that minimize buffering, allowing you to enjoy your favorite shows and movies in HD quality without the frustration of geographic restrictions or connection drops that plague other VPN services.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(233, 382, '', 'Bruno Counter Strategies &ndash; Beat Bruno in Mobile Legends', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec60d690d5cc37a01a24NltmKgHp03&quot; height=&quot;253&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec60d690d5cc37a01a24NltmKgHp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Counter Strategies Against Bruno&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When facing Bruno in Mobile Legends: Bang Bang, players often seek the most effective strategies to counter him. Bruno has become a dominant force, especially highlighted during the M5 World Championship, where he was the most frequently selected marksman. His exceptional damage potential combined with strong lifesteal abilities makes him a formidable opponent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This trend isn&#039;t limited to professional play; it is also evident in ranked matches. Data from MLBB statistics shows that Bruno remains the preferred hero among players ranked Mythical Glory and higher, underscoring his widespread popularity and strength in the current meta.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c0ba02514f0709a4be0ff7guw00Bqa03&quot; height=&quot;72&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c0ba02514f0709a4be0ff7guw00Bqa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During an exclusive interview with One Esports at the M5 World Championship, Blacklist International&#039;s renowned gold laner, Kiel &quot;Oheb&quot; Soriano, offered insights on how to effectively counter Bruno. He emphasized that Bruno&#039;s strength peaks in the early stages of the game, making early game hero selection crucial.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oheb advocates for picking heroes such as Brody or Ixia when confronting Bruno. These heroes possess potent early damage output, enabling players to suppress Bruno&#039;s influence in the gold lane. According to him, with the right hero choices and strategic gameplay, Bruno can be neutralized, and players don&rsquo;t necessarily need to resort to banning him in ranked matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec69278a08a0b727bd04kjKGdsRF03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec69278a08a0b727bd04kjKGdsRF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Early Game Strengths&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the initial phases of the match, both Brody and Ixia demonstrate strong performance, largely due to their passive abilities. Brody&#039;s Abyss Corrosion passive significantly enhances his damage output and enables him to maintain mobility even while charging his basic attacks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6b065156f4128b278bOc3GwhAx03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6b065156f4128b278bOc3GwhAx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ixia&#039;s combat style is reinforced by her unique ability to regain health through lifesteal with every third basic attack, allowing her to sustain herself during extended engagements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;OHEB highlighted that Bruno&#039;s strength in the current meta largely stems from his passive skill, Mecha Legs, which significantly boosts his durability and damage output.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;He emphasized the importance of applying pressure to Bruno during the laning phase, especially when he lacks stacks, to diminish his influence early in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec6eb01d4f385f533c3ci6iAcNjc03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec6eb01d4f385f533c3ci6iAcNjc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Counter Strategies for Bruno&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bruno&#039;s passive ability grants him increased critical strike chances with each attack, stacking up to ten times, which can make him particularly dangerous once fully stacked.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To effectively counter this hero, focusing on appropriate itemization is crucial.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oheb suggests that players should start by purchasing Steel Legplates in the early stages of the game, and as the match progresses, transitioning to items like Wind of Nature to enhance survivability against Bruno&#039;s damage output.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec724e98dbc4708cb7dfedd03CuP03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec724e98dbc4708cb7dfedd03CuP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Steel Legplates, classified as a tier-two item, provide players with an economical way to enhance their durability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the laning stage, this item is particularly valuable because it offers a substantial increase in physical defense without a high gold investment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Its affordability combined with its defensive benefits makes it a popular choice for early-game survivability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec743edab7e06b4460b4poh6g2DH03&quot; height=&quot;39&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec743edab7e06b4460b4poh6g2DH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wind of Nature&#039;s Role&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the final stages of the game, the Wind of Nature item becomes crucial. Its active ability grants temporary immunity to all physical attacks, making it highly effective against heavily armed opponents like Bruno.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with One Esports across Facebook, Instagram, and TikTok for the latest MLBB esports news, comprehensive guides, and exciting updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For more interesting stories: Did you know Kid Bomba&rsquo;s name is inspired by a League of Legends champion? And no, it&rsquo;s not Ziggs!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond&lt;/a&gt; is the main premium currency in Mobile Legends: Bang Bang, enabling players to unlock exclusive heroes, purchase stylish skins, and access other special in-game items to elevate their gaming experience.&nbsp;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can obtain Mobile Legends: Bang Bang Diamond through top-up services offered by popular gaming trading platforms such as Codashop, UniPin, and SEAGM, which provide fast and secure payment options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By using this currency, gamers can quickly expand their collection and customize their favorite characters without waiting to accumulate free resources.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are considering &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;how to buy diamonds in mobile legends&lt;/a&gt;, the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; platform is an excellent choice for &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Mobile Legends: Bang Bang&lt;/a&gt; Diamond. As a global professional gaming transaction service, lootbar.gg is dedicated to providing a seamless and secure experience for all users, making it highly reliable for &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;mlbb recharge&lt;/a&gt; needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major advantages of using lootbar.gg is its commitment to safety and convenience. The platform supports a wide range of payment methods, ensuring that players from different regions can easily complete their transactions. Additionally, the 24/7 online customer service guarantees that any issues or questions related to top up Mobile Legends: Bang Bang Diamond are promptly addressed, which adds an extra layer of confidence for players making purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar.gg frequently offers discounts and promotions on Mobile Legends: Bang Bang Diamond top ups. Players can benefit from special deals, with some discounts reaching up to 20% off, making mlbb recharge more affordable. This combination of lower prices, professional service, and top-tier security makes lootbar.gg a standout option for anyone seeking how to buy diamonds in Mobile Legends.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Mobile Legends: Bang Bang on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete an &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLBB top up&lt;/a&gt; on the LootBar trading platform, start by navigating to the official LootBar website and selecting your preferred language and currency settings. Log in to your account, then head to the top-up section and choose Mobile Legends: Bang Bang from the available games. Decide on the number of Diamonds you wish to purchase and proceed by clicking the &ldquo;Top-up Now&rdquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, select your preferred payment method and complete the transaction. After payment, you&rsquo;ll be asked to provide your top-up account details, including your login method, account information, password, and server. Coordinate with the seller for the delivery process, and once the transaction is finalized, the Mobile Legends Diamonds will be credited to your in-game account, completing your MLBB top up.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; height=&quot;478&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(234, 383, '', 'Cole Escola Joins One Piece &ndash; Season 3 Casting News', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd420d728ecdd8fbd8529Lq2y7O03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecd420d728ecdd8fbd8529Lq2y7O03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Cole Escola Joins &quot;One Piece&lt;/h3&gt;\n&lt;p&gt;A new chapter begins in the ongoing adventure of the Straw Hat crew as a fresh face joins the crew&#039;s journey. Renowned actor Cole Escola, known for their versatile roles in productions like &lt;em&gt;Oh, Mary!&lt;/em&gt;, &lt;em&gt;Search Party&lt;/em&gt;, &lt;em&gt;At Home with Amy Sedaris&lt;/em&gt;, and &lt;em&gt;Big Mouth&lt;/em&gt;, has stepped into the exciting world of &lt;em&gt;One Piece&lt;/em&gt; for its third season.&lt;/p&gt;\n&lt;p&gt;Escola will bring to life the charismatic and deadly character Bon Clay, a performer whose flair for the dramatic masks a fierce fighting prowess. With a reputation for blending artistry with danger, Bon Clay is sure to add a new layer of intrigue and excitement to the crew&#039;s escapades.&lt;/p&gt;\n&lt;p&gt;This casting announcement follows Escola&#039;s recent triumph at the Tony Awards, where they received the Best Actor accolade for their compelling portrayal of Mary Todd Lincoln in the acclaimed Broadway play &lt;em&gt;Oh, Mary!&lt;/em&gt;. Not only did Escola write and create the production, but they also earned recognition as a finalist for the Pulitzer Prize in Drama earlier this year.&lt;/p&gt;\n&lt;p&gt;The production of &lt;em&gt;One Piece&lt;/em&gt; Season 3 has resumed in Cape Town, South Africa, with anticipation building among fans. The series was renewed early in August during the &lt;em&gt;One Piece&lt;/em&gt; Day celebration in Tokyo, signaling a strong commitment to delivering more adventures. Ian Stokes has been confirmed as co-showrunner alongside Joe Tracz, overseeing the series&#039; creative direction as it continues to captivate audiences worldwide.&lt;/p&gt;\n&lt;p&gt;Additionally, fans are eager to know that Season 2 of &lt;em&gt;One Piece&lt;/em&gt; will be available soon, with the release date officially set for October 28, promising even more action, comedy, and heartfelt moments from the beloved series.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec8ffa7a85eed0617b00v7maAfIj07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec8ffa7a85eed0617b00v7maAfIj07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Cole Escola Joins &quot;ONE PIECE&quot; Live-Action Cast for Season 3&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s adaptation of the beloved manga series continues to expand its roster of talent with the announcement that acclaimed comedian and actor Cole Escola has signed on for the upcoming third season.&lt;/p&gt;\n&lt;p&gt;Escola, known for their scene-stealing performances in &quot;Search Party&quot; and &quot;Difficult People,&quot; will portray a fan-favorite character from the original series. While Netflix has kept specific details about their role under wraps, fans have already begun speculating about which iconic character Escola might bring to life.&lt;/p&gt;\n&lt;p&gt;This casting news comes as production teams prepare for the second season, scheduled to premiere in 2026. The ambitious live-action adaptation has garnered surprising critical acclaim and strong viewership following its debut season.&lt;/p&gt;\n&lt;p&gt;Industry insiders report that Netflix&#039;s confidence in the franchise has led them to begin early development on season three, with Escola being one of the first new cast members announced for this future installment.&lt;/p&gt;\n&lt;p&gt;The &quot;ONE PIECE&quot; adaptation continues to navigate the challenging waters of translating Eiichiro Oda&#039;s expansive world to live action, with the creator himself remaining involved in creative decisions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec91cc840408a1c8d674gvgH6I3N07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec91cc840408a1c8d674gvgH6I3N07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fans are excited as the beloved Straw Hat crew prepares for a fresh new look in the upcoming season of the &lt;em&gt;One Piece&lt;/em&gt; anime.  &lt;/p&gt;\n&lt;p&gt;This reimagining promises to bring new life to the characters, captivating both new viewers and longtime fans alike.&lt;/p&gt;\n&lt;p&gt;Scheduled for release on December 17, 2023, the latest installment is highly anticipated across the anime community.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec94ced68a51c90d937fQQ7zJE9007&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec94ced68a51c90d937fQQ7zJE9007&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Cole Escola Joins One Piece&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s acclaimed live-action adaptation of &#039;ONE PIECE&#039; continues expanding its ensemble for the highly anticipated third season.&lt;/p&gt;\n&lt;p&gt;Comedic virtuoso Cole Escola has officially joined the production, sparking fervent speculation among devotees of the franchise.&lt;/p&gt;\n&lt;p&gt;Though specific character details remain shrouded in secrecy, insiders confirm Escola will embody a cherished figure from Eiichiro Oda&#039;s original saga.&lt;/p&gt;\n&lt;p&gt;This casting coup aligns with the series&#039; pattern of selecting dynamic performers who resonate with the source material&#039;s spirit.&lt;/p&gt;\n&lt;p&gt;Escola&#039;s signature wit and theatrical flair promise to inject fresh energy into the Straw Hat Pirates&#039; next oceanic adventure.&lt;/p&gt;\n&lt;p&gt;The announcement emerged late Tuesday evening, precisely at 10:45 PM, triggering immediate fan theories across social platforms.&lt;/p&gt;\n&lt;p&gt;His involvement further solidifies Season 3 as a milestone chapter in translating anime&#039;s most beloved universe to live-action.&lt;/p&gt;\n&lt;p&gt;Production timelines remain undisclosed, but anticipation surges as the crew prepares to navigate deeper into the Grand Line&#039;s mysteries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6924ec9673a0ef375cb4d1c4Zo02jY0b07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6924ec9673a0ef375cb4d1c4Zo02jY0b07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Cole Escola Joins ONE PIECE Live-Action Cast for Season 3&lt;/p&gt;\n&lt;p&gt;Exciting news for fans of the hit Netflix adaptation of Eiichiro Oda&#039;s legendary manga! Cole Escola has officially been cast in the upcoming third season of &quot;ONE PIECE&quot; as a beloved character from the series.&lt;/p&gt;\n&lt;p&gt;While viewers are still eagerly awaiting the second season (set to premiere March 10, 2026), production is already moving forward with plans for Season 3, demonstrating Netflix&#039;s confidence in the show&#039;s continued success.&lt;/p&gt;\n&lt;p&gt;Season 2 will follow Monkey D. Luffy (I&ntilde;aki Godoy) and his crew&mdash;Zoro (Mackenyu), Nami (Emily Rudd), Usopp (Jacob Romero), and Sanji (Taz Skylar)&mdash;as they navigate the treacherous Grand Line. Their journey will take them through iconic locations including Loguetown, Reverse Mountain, Whiskey Peak, Little Garden, and Drum Island. Charithra Chandran joins the cast as the enigmatic Miss Wednesday.&lt;/p&gt;\n&lt;p&gt;The addition of Escola for Season 3 signals the adaptation&#039;s commitment to bringing fan-favorite characters to life as the Straw Hat crew continues their quest to find the legendary One Piece treasure and fulfill Luffy&#039;s dream of becoming Pirate King.&lt;/p&gt;\n&lt;p&gt;Tomorrow Studios continues to produce the series in partnership with Netflix and Shueisha, with executive producers including Oda himself, Marty Adelstein, Becky Clements, Tetsu Fujimura, Chris Symes, Christoph Schrewe, and Steven Maeda.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6924ecde2a6885e4b7d4c03cJEElFoJ803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6924ecde2a6885e4b7d4c03cJEElFoJ803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Get an exclusive preview of the upcoming &lt;em&gt;One Piece&lt;/em&gt; season 2 with this exciting teaser clip.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform primarily used for watching TV dramas, films, and other entertainment content globally. However, users often encounter &quot;Netflix blocked&quot; scenarios where access is restricted due to regional licensing agreements or network censorship, limiting available shows. To overcome these barriers, &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;&lt;/strong&gt; methods like VPNs, proxies, or Smart DNS services enable viewers to bypass geographical blocks and access the full international catalog.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;For those seeking to access Netflix unblock and bypass regional restrictions, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an optimal solution. Its benefits include:  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers optimized for Netflix, ensuring uninterrupted HD streaming and eliminating buffering delays.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive app mode enabling simultaneous access to multiple region-specific Netflix libraries.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing-fast connections with unlimited bandwidth for smooth 4K streaming and downloads.\n&lt;/li&gt;\n&lt;li&gt;\nSupport for five simultaneous device connections across platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade encryption with proprietary protocols that actively evade Netflix VPN detection systems.\n&lt;/li&gt;\n&lt;li&gt;\nA risk-free trial allowing full feature testing before commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN delivers unparalleled geo-freedom while maintaining airtight security for your streaming activities.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix libraries, follow this streamlined process:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nInstall the SafeShell application on your preferred device (Windows, macOS, iOS, or Android) directly from their official website.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the VPN client and authenticate using your subscription credentials upon initial setup.\n&lt;/li&gt;\n&lt;li&gt;\nPrioritize the dedicated streaming mode within the app&#039;s interface for optimal Netflix performance.\n&lt;/li&gt;\n&lt;li&gt;\nSelect a VPN server located in your desired content region (e.g., Japan, Germany, or Brazil) to activate the VPN tunnel.\n&lt;/li&gt;\n&lt;li&gt;\nAccess Netflix through your browser or app, where you&#039;ll now see the catalog corresponding to your chosen server location for buffer-free viewing.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This method ensures immediate access to region-specific libraries via SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(235, 384, '', 'Marvel Rivals Voice Chat Monitoring &ndash; Season 3.5 Update', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eb6b30aad31ad54173548GCI9ii903&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eb6b30aad31ad54173548GCI9ii903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In an effort to foster a more positive gaming environment, Marvel Rivals is implementing a new system that monitors in-game voice communications during every match.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This initiative is part of the upcoming Season 3.5 update, titled &quot;Operation: Shield the Players,&quot; which introduces significant enhancements to the game&#039;s reporting mechanics. Instead of relying solely on players to report disruptive behavior, the game now automatically reviews all voice chats for potential misconduct.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Game director Guangguang explained that players who engage in serious violations will be flagged for manual review, with the possibility of receiving bans or other sanctions if deemed necessary. This move aims to create a safer space for players seeking more meaningful interactions with teammates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, these changes have sparked concerns among players regarding privacy and data usage. Some question how their voice recordings might be stored or utilized outside of moderation purposes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Marvel Rivals isn&#039;t alone in adopting such measures; many modern games are enhancing their ability to detect toxic behavior through voice monitoring and other features. For example, players now receive compensation when a teammate unexpectedly leaves a match, and they can customize chat filters to block certain words, helping to reduce frustration.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite these improvements, questions remain about the fairness and accuracy of automated screening processes, particularly how voice data is analyzed before human moderators review flagged content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A clip from the game illustrates the new community spirit, with Guangguang emphasizing teamwork: &quot;United we stand, divided we fall. I truly believe that, if we work together, we will all have a great time in Marvel Rivals.&quot;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This shift toward increased surveillance occurs amid broader debates over online privacy and security. Similar concerns have arisen over age verification methods in the UK, which often involve personal data collection, raising fears of data breaches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent incidents, such as the Tea app&rsquo;s major data breach exposing users&#039; personal identification, highlight the risks of storing sensitive information. While voice chat recordings are less sensitive than personal IDs, the trend toward continuous monitoring raises valid privacy concerns among gamers and the wider online community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium in-game currency within Marvel Rivals, allowing players to unlock a variety of exclusive cosmetic upgrades like unique skins, emotes, and special banners through purchases such as the Battle Pass. To obtain Marvel Rivals Lattices, players can visit popular game trading platforms, with LootBar being a recommended option for secure and convenient top ups. By topping up Marvel Rivals Lattices, players can enhance their gameplay experience with personalized content and stand out in the competitive matches. This premium currency is only available by purchasing with real money, ensuring access to exclusive in-game rewards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices for their Delta Force experience, they may want to consider using the lootbar game trading platform. As a dedicated service for gamers, lootbar.gg offers a seamless &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt; process that is tailored to the needs of both casual and hardcore players. Its professionally designed interface and reliable support make the platform a popular choice for those who value safety and convenience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of lootbar.gg is its competitive pricing and frequent promotions, allowing users to purchase Marvel Rivals Lattices at discounted rates. The platform supports multiple payment options, making transactions straightforward and accessible to players worldwide. Additionally, lootbar.gg ensures that customer support is available around the clock, guaranteeing that any issues or questions are quickly resolved.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond top-up services, lootbar.gg fosters a vibrant gaming community where players can access exclusive guides, discover leaks, and participate in special events. The platform&rsquo;s blog and Discord channel provide a space for Marvel Rivals fans to connect, share tips, and enhance their gaming experience. By choosing lootbar.gg for Marvel Rivals top up, players not only benefit from great deals but also become part of a dynamic community dedicated to gaming excellence.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices using the LootBar trading platform, begin by visiting the official LootBar website and logging into your account after selecting your preferred language and currency. Once logged in, navigate to the home page and locate the Marvel Rivals section under the Top-Up category. Here, you will need to enter your Marvel Rivals User ID to ensure the purchased Lattices are credited to the correct game account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After entering your User ID, choose the amount of Marvel Rivals Lattices you wish to buy according to your needs. Next, select your desired payment method from the available options and proceed by clicking the &quot;Pay Now&quot; button. Once your payment is successfully processed, the Lattices will be added to your Marvel Rivals account, allowing you to enjoy enhanced in-game experiences. This straightforward process makes it easy for players to top up Marvel Rivals and get back into the action quickly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(236, 385, '', 'Pok&eacute;mon TCG Pocket Advance Ticket &ndash; Purpose &amp; Rewards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec573b35700ce03a74e4V2KZb3wZ03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec573b35700ce03a74e4V2KZb3wZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans of Pok&eacute;mon TCG Pocket have eagerly anticipated for a year to uncover the true role of the elusive advance ticket. Today, new information finally sheds light on its purpose, revealing that for most players, it offers little value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The development team announced an update early Wednesday, clarifying the function of the advance ticket. Interestingly, it resembles a lottery ticket, with its primary benefit tied to a special event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To mark the game&#039;s first anniversary, a drawing will be conducted, offering participants a chance to win various prizes. Among these rewards are numerous pack hourglasses, with the grand potential of winning up to 1,200.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, for the average player, obtaining significant rewards from the advance ticket appears unlikely, making its utility quite limited for most users.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec5b278a08a0b727bc2clhZoBRRx03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec5b278a08a0b727bc2clhZoBRRx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The news surrounding Pok&eacute;mon TCG Pocket&#039;s upcoming plans has sparked quite a reaction among players, especially those who received an early access ticket during the game&#039;s initial launch period. For players who started playing within the first three months, the tickets were automatically added to their inventory, creating a sense of anticipation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, the excitement quickly diminished upon reading the details of the upcoming announcement. On October 30, 2025, coinciding with Pok&eacute;mon Pocket&#039;s first anniversary, a random draw will determine which players will receive the top prizes. Those lucky winners will be awarded an impressive 1,200 pack hourglasses each, with 10,000 additional players receiving a secondary prize of 120 hourglasses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unfortunately, the third-place prize has left many disappointed. All other players&mdash;regardless of whether they possess an advance ticket or even when they started playing&mdash;will receive just 24 hourglasses. This means that, after a year of anticipation, most players will ultimately hand over their advance tickets without any substantial benefit. While 24 hourglasses might seem like a small token, it&rsquo;s notable that everyone else will get the same amount, rendering the tickets largely meaningless.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There remains a slim chance for some to benefit significantly. The odds of being among the 10,000 players awarded 120 hourglasses are approximately one in six thousand, and the chance of being among the few selected for 1,200 is about one in six hundred thousand&mdash;a long shot given the estimated 60 million players who received advance tickets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite these setbacks, Pok&eacute;mon Pocket continues to thrive and is expected to remain popular. Yet, this recent decision marks the second unpopular move within a week. Plans to address issues with the deluxe: ex booster were announced recently, but despite the apparent simplicity of the fix, the updates are not expected to arrive until after summer 2026.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; serves as the primary currency in Pokemon Trading Card Game Pocket, allowing players to purchase in-game items, restore stamina, and unlock exclusive collectibles like special cards and unique covers, thus enhancing the overall gameplay experience. Players looking to obtain Pok&eacute; Gold can easily top up through various trading platforms, with Lootbar.gg being a popular choice thanks to its attentive customer service and user-friendly process. By securing Pok&eacute; Gold, trainers can expand their card collection and enjoy more features within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Pok&eacute; Gold&lt;/a&gt; for their Pokemon Trading Card Game Pocket experience, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg platform. Lootbar stands out for its exceptional commitment to customer satisfaction, offering competitive prices and frequent discounts that make topping up Pok&eacute; Gold both affordable and convenient. The platform is known for its swift delivery system, ensuring that players receive their Pok&eacute; Gold within minutes, so they can dive right back into their Pokemon TCG adventures without unnecessary waiting.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar provides a secure and reliable environment for all transactions, utilizing advanced encryption technology to protect personal information and payment details. Players can also benefit from 24/7 customer support, ensuring any questions or issues are quickly addressed by a knowledgeable team. To further enrich the gaming experience, lootbar offers a dedicated community blog where users can explore the latest game events and guides. With these advantages, lootbar is an excellent choice for anyone looking to buy Pok&eacute; Gold and enhance their Pokemon Trading Card Game Pocket journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold&lt;/a&gt; on the lootbar trading platform, follow these simple steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by accessing the official Lootbar.gg website, where you should select your preferred language and currency, then log in to your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFrom the homepage, navigate to the Pok&eacute;mon TCG Pocket top up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide the amount of Pok&eacute; Gold you wish to purchase and click on the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will need to enter your login account information, password, and your character name as instructed on the top up page.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, select your favorite payment method and click &ldquo;Pay Now&rdquo; to complete your purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter your order is confirmed, the system will process your transaction, and your Pok&eacute; Gold will be credited to your Pok&eacute;mon TCG Pocket account within a few minutes.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(237, 386, '', 'Valorant Skirmish : nouveau mode 3v3 d&eacute;voil&eacute;', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nouveau Mode Skirmish&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant se pr&eacute;pare &agrave; lancer une nouvelle exp&eacute;rience de jeu qui promet de dynamiser la sc&egrave;ne comp&eacute;titive. Ce mode in&eacute;dit, baptis&eacute; Skirmish, sera d&eacute;voil&eacute; lors de la grande finale des Champions &agrave; Paris, pr&eacute;vue pour le 5 octobre. Con&ccedil;u pour mettre l&rsquo;accent sur l&rsquo;affrontement direct, il &eacute;limine les &eacute;l&eacute;ments strat&eacute;giques classiques comme la pose de spike ou les objectifs complexes, pour privil&eacute;gier les duels intenses entre joueurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans ce format en 3v3, chaque &eacute;quipe doit faire preuve d&rsquo;adr&eacute;naline et de pr&eacute;cision pour dominer ses adversaires. L&rsquo;objectif est simple : accumuler 10 victoires en remportant des rounds, sans se soucier des objectifs secondaires. Inspir&eacute; du traditionnel team deathmatch, ce mode introduit n&eacute;anmoins un syst&egrave;me de rounds qui intensifie la strat&eacute;gie et le rythme des parties, offrant ainsi une nouvelle fa&ccedil;on de jouer &agrave; Valorant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692523a31d84ded02e03a3b9m8HazLe803&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692523a31d84ded02e03a3b9m8HazLe803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour renforcer l&rsquo;engouement autour de cette nouvelle exp&eacute;rience, trois nouvelles ar&egrave;nes seront sp&eacute;cialement d&eacute;di&eacute;es au mode Skirmish. Ces cartes, encore nomm&eacute;es temporairement comme Skirmish A, B et C, ont &eacute;t&eacute; con&ccedil;ues pour maximiser l&rsquo;action dans des espaces plus restreints, ce qui intensifie le rythme des affrontements. Chacune de ces ar&egrave;nes pr&eacute;sente une configuration distincte, allant de couloirs &eacute;troits &agrave; des zones plus ouvertes, permettant aux joueurs d&rsquo;adopter diverses strat&eacute;gies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce mode devrait &ecirc;tre lanc&eacute; peu apr&egrave;s la grande finale des Champions &agrave; Paris, offrant ainsi aux participants une opportunit&eacute; de d&eacute;couvrir et d&rsquo;exp&eacute;rimenter cette formule de jeu innovante. Cela leur permettra d&rsquo;affiner leurs comp&eacute;tences et de s&rsquo;adapter &agrave; ce format avant, &eacute;ventuellement, une adoption officielle en comp&eacute;tition. En somme, le mode Skirmish se positionne comme une option ludique, dynamique et accessible, id&eacute;ale pour des sessions rapides et divertissantes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692523a775a7008899ac4c54X48R6zoT03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692523a775a7008899ac4c54X48R6zoT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le mode Skirmish a &eacute;t&eacute; con&ccedil;u pour r&eacute;pondre &agrave; la demande croissante de la communaut&eacute; Valorant en mati&egrave;re de gameplay plus dynamique et moins contraignant. Il offre une exp&eacute;rience sans objectifs complexes, id&eacute;ale pour peaufiner ses comp&eacute;tences de tir ou simplement se d&eacute;tendre entre deux parties class&eacute;es.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sa m&eacute;canique, &agrave; la fois simple et strat&eacute;gique, permet d&rsquo;explorer de nouvelles tactiques tout en am&eacute;liorant les comp&eacute;tences de base des joueurs. Ce mode constitue une v&eacute;ritable bouff&eacute;e d&rsquo;air frais qui remet en question certaines conventions du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;attente est &agrave; son comble avant la finale des Champions &agrave; Paris, o&ugrave; tous les d&eacute;tails du mode seront d&eacute;voil&eacute;s. Ensuite, il sera possible de plonger directement dans ces affrontements 3v3 intenses et sans concession. Une chose est certaine : la comp&eacute;tition s&rsquo;annonce plus explosive et palpitante que jamais.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692523aa0852932c89faab29ENVrWolP03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692523aa0852932c89faab29ENVrWolP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Eacute;v&eacute;nement et rumeurs Valorant&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le championnat Valorant Game Changers 2025 sera marqu&eacute; par une collaboration musicale exceptionnelle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le groupe Katseye a &eacute;t&eacute; choisi pour interpr&eacute;ter l&#039;hymne officiel de l&#039;&eacute;v&eacute;nement, en partenariat avec l&#039;artiste M.I.A.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce nouveau morceau, intitul&eacute; &quot;Go Off&quot;, promet d&#039;apporter une &eacute;nergie unique &agrave; la comp&eacute;tition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;annonce a &eacute;t&eacute; faite il y a une semaine par L&eacute;o Girardeau, ajoutant une touche d&#039;enthousiasme &agrave; la communaut&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692523ae0d6c8c0921fee83fFXHtCMVU03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692523ae0d6c8c0921fee83fFXHtCMVU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un nouveau jeu de tir &agrave; la premi&egrave;re personne pourrait bient&ocirc;t faire son apparition dans l&rsquo;univers de Valorant, selon des rumeurs provenant de Riot Games. Cette annonce pourrait r&eacute;volutionner l&rsquo;exp&eacute;rience des fans et &eacute;largir l&rsquo;univers d&eacute;j&agrave; riche de la franchise.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les sp&eacute;culations circulent depuis quelques semaines, alimentant l&rsquo;impatience des joueurs qui attendent avec enthousiasme de d&eacute;couvrir ce que Riot Games leur r&eacute;serve.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Restez &agrave; l&rsquo;&eacute;coute pour plus d&rsquo;informations officielles concernant cette potentielle nouveaut&eacute; dans l&rsquo;univers Valorant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692523b10d6c8c0921fee877vrmUu3Xg03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692523b10d6c8c0921fee877vrmUu3Xg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s une p&eacute;riode d&rsquo;incertitude, le joueur Saadhak pourrait envisager un retour chez Kr&uuml; Esports, suite &agrave; son d&eacute;part r&eacute;cent de la Karmine Corp.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette annonce fait grand bruit dans la communaut&eacute; Valorant, o&ugrave; sa performance a toujours &eacute;t&eacute; salu&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les fans attendent avec impatience de conna&icirc;tre la suite de cette &eacute;volution et si le transfert se concr&eacute;tisera dans les semaines &agrave; venir.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Restez connect&eacute;s pour suivre toutes les actualit&eacute;s li&eacute;es &agrave; cette possible recrue de choix.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant Point&lt;/a&gt;s repr&eacute;sentent la devise principale utilis&eacute;e dans Valorant pour acqu&eacute;rir divers &eacute;l&eacute;ments exclusifs tels que des skins d&rsquo;armes, des accessoires et le Battle Pass, am&eacute;liorant ainsi l&rsquo;exp&eacute;rience de jeu des joueurs.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir des Valorant Point, les joueurs doivent effectuer un achat via des plateformes de recharge sp&eacute;cialis&eacute;es comme LootBar, qui proposent des options s&eacute;curis&eacute;es et avantageuses pour la recharge de points.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce syst&egrave;me permet aux utilisateurs d&rsquo;acc&eacute;der rapidement &agrave; de nouveaux contenus sans avoir &agrave; accumuler de la monnaie en jouant.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ainsi, la possession de Valorant Point offre une grande flexibilit&eacute; dans la personnalisation et l&rsquo;&eacute;volution du profil joueur.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger des Valorant Points, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme d&rsquo;&eacute;change de jeux &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; pour effectuer votre achat. En choisissant lootbar.gg, les joueurs b&eacute;n&eacute;ficient de nombreuses promotions attractives, dont &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt; gr&acirc;ce &agrave; des r&eacute;ductions r&eacute;guli&egrave;res pouvant atteindre jusqu&rsquo;&agrave; 20% lors des offres sp&eacute;ciales. Cette plateforme met &eacute;galement un accent particulier sur la s&eacute;curit&eacute;, en utilisant des syst&egrave;mes de cryptage avanc&eacute;s pour garantir que chaque transaction reste totalement prot&eacute;g&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, lootbar.gg offre un service client disponible 24h/24 et 7j/7, pr&ecirc;t &agrave; r&eacute;pondre &agrave; toutes vos questions ou &agrave; r&eacute;soudre le moindre souci lors de la recharge. L&rsquo;un des atouts majeurs est la rapidit&eacute; de livraison : en moins de trois minutes, vos Valorant Points sont cr&eacute;dit&eacute;s sur votre compte, ce qui vous permet de profiter imm&eacute;diatement de vos achats en jeu. Gr&acirc;ce &agrave; ces avantages, lootbar.gg s&rsquo;impose comme une solution fiable et &eacute;conomique pour obtenir des Valorant point pas cher rapidement et en toute s&eacute;curit&eacute;.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour effectuer une &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt; sur la plateforme lootbar, commencez par acc&eacute;der &agrave; la page d&eacute;di&eacute;e &agrave; l&#039;achat de Valorant Points. Ensuite, choisissez le montant de points que vous souhaitez acqu&eacute;rir selon vos besoins en jeu. Il vous faudra ensuite entrer votre identifiant Riot Games afin de lier la transaction &agrave; votre compte, puis s&eacute;lectionner le mode de paiement qui vous convient parmi les options propos&eacute;es.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir confirm&eacute; le paiement en cliquant sur le bouton appropri&eacute;, la plateforme traitera rapidement votre demande. En g&eacute;n&eacute;ral, la livraison des Valorant Points s&rsquo;effectue en quelques minutes, et vous recevrez une notification d&egrave;s que votre solde est cr&eacute;dit&eacute;. Vous pourrez alors vous connecter &agrave; Valorant pour profiter imm&eacute;diatement de votre recharge Valorant et utiliser vos nouveaux points dans la boutique du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(238, 387, '', 'Nachtblume in Genshin Impact &ndash; Fundorte &amp; Tipps', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee3ad690d5cc37a03bffdjRGriuc03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee3ad690d5cc37a03bffdjRGriuc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nachtblume in Genshin Impact&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact ist die Nachtblume eine seltene Pflanze, die vor allem in Gebieten w&auml;chst, die stark von der Kuuvjaki-Str&ouml;mung beeinflusst werden. Diese au&szlig;ergew&ouml;hnliche Blume besteht aus zwei Stielen und mehreren Knospen, die zusammen eine einzelne Pflanze bilden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Laut den Legenden der Kinder des Frostmondes gilt die Nachtblume als ein Geschenk der Kuutar, das nach Jahrzehnten nach einer gro&szlig;en Katastrophe erschien. Ihr angenehmer Duft hat eine besondere Bedeutung und macht sie zu einer begehrten Ressource.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Man ben&ouml;tigt die Nachtblume, um spezielle Waffen bei der Nashgorod-Schmiede zu erwerben sowie um k&ouml;stliche Gerichte zuzubereiten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In diesem Leitfaden erfahren Sie die schnellsten Methoden, um die Nachtblume erfolgreich zu z&uuml;chten, und wo Sie die gesammelten Knospen am besten einsetzen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee3cc336c68adbd8b651jPX7QWhi03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee3cc336c68adbd8b651jPX7QWhi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Nightbloom zeichnet sich durch seine auff&auml;llige zweifarbige Struktur aus, die durch die besondere Kuuvjaki-Verbindung entsteht. Diese Pflanze ist weltweit vor allem durch ihre charakteristischen, nach oben gerichteten Bl&uuml;ten bekannt, die in lebhaften Rosa- und Blaut&ouml;nen erstrahlen und an zarte Federn erinnern. Trotz ihrer Seltenheit ist der nat&uuml;rliche Farbstoff, der aus dem Nightbloom gewonnen wird, auf den Inseln Lempo, Hiisi und Paha recht h&auml;ufig anzutreffen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beim Anbau des Nightbloom ist es wichtig, seine Eigenschaften zu ber&uuml;cksichtigen. Da die Pflanze unter die Kategorie &bdquo;Material&ldquo; f&auml;llt, k&ouml;nnen die lokalen Kuriosit&auml;ten nicht durch die passiven F&auml;higkeiten der Nod-End-Helden entdeckt werden. Es empfiehlt sich daher, Charaktere und Nahrungsmittel zu w&auml;hlen, die die Beweglichkeit verbessern oder das Ernten aus der Ferne erm&ouml;glichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r den optimalen Ertrag sollte man Helden aussuchen, die eine bequeme Handhabung gew&auml;hrleisten. Besonders bei einem kleineren Trupp empfiehlt sich die Wahl von Helden, die die Anemo-Resonanz verst&auml;rken, um die Beweglichkeit zu erh&ouml;hen und den Anbau effizienter zu gestalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine &Uuml;bersicht der besten Helden und ihrer Kombinationen f&uuml;r die Landwirtschaft in der Welt findet sich in entsprechenden Tabellen, um die Arbeit zu erleichtern und den Ertrag zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0f8a2ecef45424d59d2bz8Z5FGEq03&quot; height=&quot;536&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0f8a2ecef45424d59d2bz8Z5FGEq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact ist das Nightbloom eine wertvolle Ressource, die vor allem bei der Herstellung von Ausdauer-Boostern hilfreich ist. Es ist ratsam, diese seltene Pflanze gezielt zu sammeln, um stets gut versorgt zu sein, insbesondere wenn man plant, l&auml;ngere Erkundungen oder K&auml;mpfe zu absolvieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Du kannst das Nightbloom in bestimmten Regionen der Weltkarte finden, meist in dunklen, versteckten Ecken oder in n&auml;chtlichen Gebieten. F&uuml;r den Kauf ist es empfehlenswert, bei H&auml;ndlern in den entsprechenden Lagen nachzufragen, da sie dieses Material manchmal auch gegen andere Ressourcen tauschen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Ausdauer deiner Charaktere zu verbessern, kannst du spezielle Gerichte zubereiten, die den Ausdauerwert tempor&auml;r erh&ouml;hen. Solche Speisen sind essenziell, um in kritischen Momenten durchzuhalten, besonders wenn du dich in der N&auml;he gef&auml;hrlicher Klippen befindest und deine Energie knapp wird. Das gezielte Sammeln und Nutzen von Ressourcen wie dem Nightbloom tr&auml;gt dazu bei, deine Abenteuer in Teyvat erfolgreicher zu gestalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0f8daa69a026682017cd2deKloFb03&quot; height=&quot;327&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0f8daa69a026682017cd2deKloFb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact ist die Nachtbl&uuml;te eine wertvolle Ressource, die vor allem bei der Herstellung von Elixieren und anderen Gegenst&auml;nden ben&ouml;tigt wird. Um die Nachtbl&uuml;te zu finden, sollten Spieler bestimmte landwirtschaftliche Routen verfolgen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Pflanzen wachsen haupts&auml;chlich in n&auml;chtlichen Gebieten und sind oft in der N&auml;he von Wasserquellen oder auf hohen Klippen zu finden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein bew&auml;hrter Tipp ist, nachts in Gebieten wie dem Mondschein-Hain oder den Wolkenh&uuml;geln nach der Nachtbl&uuml;te Ausschau zu halten, da dort die Chancen auf einen Fund erh&ouml;ht sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viele Spieler sammeln die Nachtbl&uuml;te regelm&auml;&szlig;ig, indem sie die entsprechenden Routen ablaufen und die Pflanzen an bekannten Standorten aufsammeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alternativ kann die Nachtbl&uuml;te auch bei bestimmten H&auml;ndlern erworben werden, wobei die Verf&uuml;gbarkeit je nach Spielupdates variieren kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das gezielte Ablaufen der Landrouten und das Wissen um die Standorte sind der Schl&uuml;ssel, um effizient Nachtbl&uuml;ten in Genshin Impact zu sammeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee4430aad31ad5418f65Ixfsuyx403&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee4430aad31ad5418f65Ixfsuyx403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Nightbloom w&auml;chst auf s&auml;mtlichen Inseln der autonomen Region und ist auf der Karte insgesamt bei 110 Pflanzen verzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine empfohlene Route f&uuml;hrt s&uuml;dwestlich der Insel Hiisi, um diese Blumen effizient zu sammeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee4699d955c5cfa357d6R3VdAzzz03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee4699d955c5cfa357d6R3VdAzzz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starten Sie Ihre Erkundung im Verlies &bdquo;Verlassener Mondhof&ldquo;, wo Sie die ersten Herausforderungen meistern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Von dort aus gelangen Sie zur unteren Insel, die mit einer Vielzahl von Pflanzenmassen bedeckt ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutzen Sie den Teleportationspunkt auf der nord&ouml;stlichen Seite, um bequem dorthin zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch diese Route sammeln Sie insgesamt 29 Knospen, die f&uuml;r Ihre Weiterentwicklung im Spiel unerl&auml;sslich sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee4930aad31ad5418f8douvCiXOF03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee4930aad31ad5418f8douvCiXOF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee4c278a08a0b727d788guL3DRIb03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee4c278a08a0b727d788guL3DRIb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee4eea6de5f933c955aeeFKp5J7H03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee4eea6de5f933c955aeeFKp5J7H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Welt von Genshin Impact ist die Nachtbl&uuml;te eine seltene und wertvolle Pflanze.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf einem begrenzten Fleck k&ouml;nnen Spieler bis zu f&uuml;nf dieser Bl&uuml;ten finden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessanterweise ist der letzte Spross oft getrennt von den anderen, was die Suche zu einer kleinen Herausforderung macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Nachtbl&uuml;te zu sichern, sollte man vorsichtig zu den nahegelegenen B&uuml;schen gehen und den separaten Spross aufheben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Pflanzen sind besonders bei Alchemisten begehrt, daher lohnt es sich, gezielt nach ihnen zu suchen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee51af022cf8276f4d36r5bRHMiL03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee51af022cf8276f4d36r5bRHMiL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee53e56779f7a66243aa1woCmJZO03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee53e56779f7a66243aa1woCmJZO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee5620d728ecdd8fd7d1Gf27olVA03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee5620d728ecdd8fd7d1Gf27olVA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn man den s&uuml;dlichen Bereich von Hiisi erreicht, sollte man zun&auml;chst f&uuml;nf Pflanzen in der Umgebung des Teleporters aufsp&uuml;ren. Zwei dieser Pflanzen liegen nahe der schiefen Klippe, w&auml;hrend die anderen drei im zentralen Bereich der Insel verstreut sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee59d690d5cc37a03e8c6oVNGWvp03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee59d690d5cc37a03e8c6oVNGWvp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee5b95146ce10d4fbb68NzBskIl603&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee5b95146ce10d4fbb68NzBskIl603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die seltenen Nachtblumen zu finden, begeben Sie sich hinter die gro&szlig;en Felsen auf der Insel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dort sind insgesamt vier Exemplare verstreut, die entlang eines schmalen Pfades liegen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieser Pfad f&uuml;hrt tiefer in die Insel hinein, sodass Sie vorsichtig vorgehen sollten, um alle Pflanzen zu entdecken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutzen Sie die Umgebung gut, um die Blumen leichter zu ersp&auml;hen und Ihre Sammlung zu vervollst&auml;ndigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee5e4e98dbc4708cd697thaCvSEo03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee5e4e98dbc4708cd697thaCvSEo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee60a88b16805af56c87Mp2aAmmG03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee60a88b16805af56c87Mp2aAmmG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die gew&uuml;nschten Pflanzen zu finden, begeben Sie sich in den s&uuml;dlichen Bereich des Gebiets. Dort sind drei Pflanzen zum Sammeln verf&uuml;gbar, die Sie m&uuml;helos entdecken k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee63f597e9f6828bf1aejwCSDZL003&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee63f597e9f6828bf1aejwCSDZL003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee66af022cf8276f4d94AHNmfj1503&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee66af022cf8276f4d94AHNmfj1503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Region zwischen den Felsen sind insgesamt sechs versteckte Blumen verborgen. Um sie m&uuml;helos zu finden, lohnt es sich, den erh&ouml;hten Pfaden in Richtung des nordwestlichen Abschnitts des Gebietes zu folgen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee6899d955c5cfa35a3ezrlgYHYg03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee6899d955c5cfa35a3ezrlgYHYg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee6b5431ba64f9d10d06VJ9mpiH703&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee6b5431ba64f9d10d06VJ9mpiH703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entlang der K&uuml;ste befinden sich drei Knospen, von denen eine n&auml;her am Wasser liegt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anschlie&szlig;end solltest du dich in den nord&ouml;stlichen Bereich begeben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee6d4b0975cb872c40efpCoDITBy03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee6d4b0975cb872c40efpCoDITBy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee707af51f20c0c70cecWj8VsGix03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee707af51f20c0c70cecWj8VsGix03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sobald Sie nahezu Ihren Ausgangspunkt erreicht haben, nehmen Sie die letzten Blumenst&uuml;cke auf.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der zweite Weg f&uuml;hrt Sie in die H&ouml;hle des K&ouml;nigskrabbenpalasts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee72d690d5cc37a0408aMjzgt3qb03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee72d690d5cc37a0408aMjzgt3qb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach Abschluss der Questreihe &bdquo;Spiegel, das Labyrinth und der K&ouml;nig&ldquo; offenbart sich eine verborgene unterirdische Zone unter der Frostmond-Enklave. In diesem geheimen Bereich finden Abenteurer insgesamt f&uuml;nf seltene Blumen, die nur dort erh&auml;ltlich sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee755f3582938004a75arcd1utXW03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee755f3582938004a75arcd1utXW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee78d690d5cc37a040f0IfTfPeu503&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee78d690d5cc37a040f0IfTfPeu503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die meisten Ressourcen sind in der N&auml;he der Arena der lokalen Legende zu finden, wo die Eindringlinge entdeckt werden und in den Kampf verwickelt werden k&ouml;nnen. Es ist ratsam, ein Schild zu verwenden oder die Materialien z&uuml;gig zu sammeln, da die Gegner fast unmittelbar reagieren, sobald die Spielfigur den Boden ber&uuml;hrt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine empfohlene Route f&uuml;hrt um den Blue Amber Lake herum, um die wichtigsten Gegenst&auml;nde effizient zu sammeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee7b99d955c5cfa35b58o7CvjFh003&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee7b99d955c5cfa35b58o7CvjFh003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Ressourcen sammeln und Standorttipps&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die gesuchten Ressourcen effizient zu sammeln, sollten Sie regelm&auml;&szlig;ig den Teleporter in der N&auml;he von Cratty&#039;s Eye und den Mossy Wastes nutzen. Auf diese Weise k&ouml;nnen Sie innerhalb kurzer Zeit bis zu 18 Ressourceneinheiten erhalten. Es ist ratsam, den k&uuml;rzesten Weg auf der entfernten Insel zu w&auml;hlen, um den Sammelprozess zu optimieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee7efae18a291cfb8192vGqXSyhf03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee7efae18a291cfb8192vGqXSyhf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee8099d955c5cfa35b9axF0F8mjS03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee8099d955c5cfa35b9axF0F8mjS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Suche im n&ouml;rdlichen Bereich der Karte und nutzen Sie den Teleporter, um dorthin zu gelangen. Von dort aus sollten Sie eine Knospe einsammeln, um Ihre Quest voranzutreiben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee834b0975cb872c415dzh7LJvGM03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee834b0975cb872c415dzh7LJvGM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee8520d728ecdd8fda37YW8QRcmU03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee8520d728ecdd8fda37YW8QRcmU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie zwischen verschiedenen Inseln reisen, werden Sie auf vier Ressourceneinheiten treffen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vermeiden Sie es, die Schnellreise zum n&auml;chstgelegenen Punkt zu verwenden, um in eine neue Zone zu gelangen,&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;da sich das Material auf der Oberfl&auml;che befindet und nicht darunter.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee8820d728ecdd8fda69kuwAAyIJ03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee8820d728ecdd8fda69kuwAAyIJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee8a2a6885e4b7d4df43hVvfRy7f03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee8a2a6885e4b7d4df43hVvfRy7f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entlang der K&uuml;ste, in der N&auml;he des volumetrischen Steins, befinden sich insgesamt vier Blumen. Sobald Sie diese gesammelt haben, nutzen Sie den Teleporter, um zu den Moosw&uuml;sten zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee8d99d955c5cfa35c8a5q7iAMkR03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee8d99d955c5cfa35c8a5q7iAMkR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee90d690d5cc37a0427ciAgYSKVk03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee90d690d5cc37a0427ciAgYSKVk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie, den Pfad zu erkunden, indem Sie auf beiden Seiten jeweils f&uuml;nf Knospen z&auml;hlen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee93fae18a291cfb8306flxCjl4R03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee93fae18a291cfb8306flxCjl4R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee9599d955c5cfa35d12fFsdhBCi03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee9599d955c5cfa35d12fFsdhBCi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um an Nightbloom zu gelangen, sollten Sie die Schlucht unterhalb der Hauptplattform des Blue Amber Lake aufsuchen. W&auml;hrend Ihres Weges nach Star Shoal k&ouml;nnen Sie dort vier Sprossen sammeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Eine alternative Route f&uuml;hrt Sie in den Westen der Berge in der N&auml;he des W&uuml;stenkorridors, um den begehrten Nachtbl&uuml;te zu finden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee9887cc92fce4a61aa1zeeoVi6j03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee9887cc92fce4a61aa1zeeoVi6j03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Nightbloom in Genshin Impact zu finden, empfiehlt es sich, eine Route entlang der Bergregion zu w&auml;hlen. Beginnen Sie am besten am Fu&szlig;e des H&uuml;gels und steigen Sie nach unten ab. Folgen Sie dann dem Pfad gegen den Uhrzeigersinn, um die besten Chancen auf den Fund zu haben. An diesem Ort ist das Sammeln von Nightbloom problemlos m&ouml;glich, wobei Sie insgesamt etwa 22 Materialeinheiten sammeln k&ouml;nnen. F&uuml;r eine effiziente Ernte ist es ratsam, sich zun&auml;chst den Berg hinabzubegeben und dann den Weg entlang zu gehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee9a99d955c5cfa35d5eO8LKxFaa03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee9a99d955c5cfa35d5eO8LKxFaa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ee9d2a6885e4b7d4e091bNWzCF0y03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ee9d2a6885e4b7d4e091bNWzCF0y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie damit, einen Keim in der unteren Region zu pfl&uuml;cken. Anschlie&szlig;end erklimmen Sie die umliegenden Fl&auml;chen, um zu einem weiteren Sammelgebiet zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eea0d690d5cc37a043a4Y9KOvejH03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eea0d690d5cc37a043a4Y9KOvejH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eea2fae18a291cfb83de8OizM8QE03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eea2fae18a291cfb83de8OizM8QE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nachdem Sie den H&uuml;gel erreicht haben, suchen Sie nach vier Knospen in der N&auml;he des schimmernden Baums.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eea5065156f4128b35cci5Y60g1T03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eea5065156f4128b35cci5Y60g1T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eea787cc92fce4a61b6bdjZbOIgJ03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eea787cc92fce4a61b6bdjZbOIgJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besuchen Sie den s&uuml;d&ouml;stlichen Bereich des H&uuml;gels, an dem vier Blumen in voller Bl&uuml;te stehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeaa87cc92fce4a61b81IcUvdRMi03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeaa87cc92fce4a61b81IcUvdRMi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeaddcbf5a94806aa3f7xAK9jYRd03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeaddcbf5a94806aa3f7xAK9jYRd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Suche an der Basis des Bauwerks, wo sich f&uuml;nf kleine Knospen befinden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Folgen Sie anschlie&szlig;end dem Weg um das Geb&auml;ude herum, um den n&auml;chsten Sammelpunkt zu erreichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeaf278a08a0b727dc70IsouDGop03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeaf278a08a0b727dc70IsouDGop03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeb2a88b16805af57055s0YF50ud03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeb2a88b16805af57055s0YF50ud03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Umgebung der Treppe zum Geb&auml;ude entdecken Sie eine spezielle Pflanze.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeb430aad31ad54192552dPeIwWw03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeb430aad31ad54192552dPeIwWw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeb7dcbf5a94806aa487sBBHsiDv03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeb7dcbf5a94806aa487sBBHsiDv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vier Materialeinheiten sind in der N&auml;he des umgest&uuml;rzten Wagens sichtbar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeba4e98dbc4708cdc0dLjTPU6XT03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeba4e98dbc4708cdc0dLjTPU6XT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eebd2a6885e4b7d4e2d5XlXhOjvf03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eebd2a6885e4b7d4e2d5XlXhOjvf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sammle drei zweifarbige Pflanzen in der N&auml;he des leuchtenden Steins.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Folge Route 5, die westlich vom Experimentalb&uuml;ro verl&auml;uft.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eec02a6885e4b7d4e30dt4E29Dv603&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eec02a6885e4b7d4e30dt4E29Dv603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das experimentelle Designb&uuml;ro von Kuuvyaki befindet sich auf der linken Seite und umfasst insgesamt &lt;strong style=&quot;font-family:Arial;&quot;&gt;15&lt;/strong&gt; Materialeinheiten. Um die obere Zone zu erreichen, sollten Sie die Basis umrunden und dem oberen Weg folgen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eec22a6885e4b7d4e34dOcgu6xYD03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eec22a6885e4b7d4e34dOcgu6xYD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eec5fcf6e2161a5bfb9dTzz6sy7a03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eec5fcf6e2161a5bfb9dTzz6sy7a03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der unmittelbaren N&auml;he des Teleport-Ports befinden sich zwei Pflanzen, die leicht zu erkennen sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eec87af51f20c0c70f46FWF9GYfY03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eec87af51f20c0c70f46FWF9GYfY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eecb2a6885e4b7d4e3eflmb4Aizb03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eecb2a6885e4b7d4e3eflmb4Aizb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Sie den Pfad weiter entlanggehen, treffen Sie auf vier aufrechte Zweige.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eecdd690d5cc37a04618attW8fpG03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eecdd690d5cc37a04618attW8fpG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eed0fae18a291cfb871bGvcsiCCB03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eed0fae18a291cfb871bGvcsiCCB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sammeln Sie eine Knospe, w&auml;hrend Sie den H&uuml;gel erklimmen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eed2f597e9f6828bf9d44aLGDyQk03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eed2f597e9f6828bf9d44aLGDyQk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eed5fae18a291cfb8771dpBFMQHY03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eed5fae18a291cfb8771dpBFMQHY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der oberen Region der Halbinsel habt ihr die M&ouml;glichkeit, insgesamt f&uuml;nf verschiedene Blumen zu sammeln, die den Weg zum n&ouml;rdlichen Abschnitt der Insel s&auml;umen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eed82a6885e4b7d4e4e7xX0mMoZC03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eed82a6885e4b7d4e4e7xX0mMoZC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eedab8ad8d995ceeab1c4QdezD4d03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eedab8ad8d995ceeab1c4QdezD4d03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Nightbloom zu sammeln, suchen Sie vier Bl&uuml;tenknospen im oberen Bereich des Gebiets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Folgen Sie Route 6, die sich &ouml;stlich vom Forschungszentrum befindet, um dorthin zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eedd082f1c446e1942b4rtfpxgPc03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eedd082f1c446e1942b4rtfpxgPc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Ecke des B&uuml;ros, auf der rechten Seite im Au&szlig;enbereich, befinden sich insgesamt 18 Materialeinheiten des Kuuvjaki &lt;strong style=&quot;font-family:Arial;&quot;&gt;18&lt;/strong&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eee0278a08a0b727dec2CSQXPRUY03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eee0278a08a0b727dec2CSQXPRUY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eee2fae18a291cfb8866tA8CjobX03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eee2fae18a291cfb8866tA8CjobX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Suche am Teleporter und bewegen Sie sich in s&uuml;dlicher Richtung zum H&uuml;gel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dort finden Sie sechs Knospen, die in einer geraden Linie angeordnet sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eee599d955c5cfa361b6iQEP7mwP03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eee599d955c5cfa361b6iQEP7mwP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eee8a88b16805af5725feBGrwExj03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eee8a88b16805af5725feBGrwExj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Stein herum spazieren und etwas weiter nach unten schauen, dort entdecken Sie zwei Pflanzen, die sich in der N&auml;he befinden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeeafae18a291cfb88d2hYxqK2z403&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeeafae18a291cfb88d2hYxqK2z403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeed082f1c446e194326PuVfOozd03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeed082f1c446e194326PuVfOozd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Chance auf weitere Knospen zu erh&ouml;hen, sollten Sie den Abstieg zum Fu&szlig; des Berges wagen. Dort k&ouml;nnen Sie vier zus&auml;tzliche Knospen erfolgreich z&uuml;chten und Ihre Sammlung erweitern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeef87cc92fce4a61e955DBUpIiv03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeef87cc92fce4a61e955DBUpIiv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eef2dcbf5a94806aa7f4IK7aC2z903&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eef2dcbf5a94806aa7f4IK7aC2z903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf einer kleinen Insel haben Sie die M&ouml;glichkeit, vier Einheiten der Ressource zu ernten. Eine dieser Pflanzen befindet sich in einer entfernten Lage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eef54e98dbc4708cde57O9TABWUj03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eef54e98dbc4708cde57O9TABWUj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eef77af51f20c0c710b0OC9uAWvK03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eef77af51f20c0c710b0OC9uAWvK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf dem letzten Abschnitt des Gel&auml;ndes sind zwei Bl&uuml;ten zu finden, die sich auf gegen&uuml;berliegenden Seiten eines Weges befinden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wie viel Heilung oder Wiederherstellung kann man erwarten?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Da die zweifarbige Pflanze das Basismaterial darstellt, ben&ouml;tigt sie ungef&auml;hr &lt;strong style=&quot;font-family:Arial;&quot;&gt;24 Stunden&lt;/strong&gt; in Echtzeit, um nachzuwachsen. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An welcher Stelle kann man Nachtschatten erwerben?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eefa95146ce10d4fc4a54DyY7fqT03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eefa95146ce10d4fc4a54DyY7fqT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eefd7492b72f91f93d36qr2eaeUT03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eefd7492b72f91f93d36qr2eaeUT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact kannst du Nachtblumen bei Richeza erwerben, die sich in der &bdquo;Fr&uuml;hlingslandschaft&ldquo; befindet. Um sie in Nashgorod zu finden, reise zur Abenteuergilde und betrete das Geb&auml;ude im zweiten Stock. In der N&auml;he befindet sich ein Aufzug, den du nutzen kannst, um den gew&uuml;nschten Bereich zu erreichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eeff5431ba64f9d112a8SJiPSpdq03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eeff5431ba64f9d112a8SJiPSpdq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Bedarf an Nightbloom betr&auml;gt 240 St&uuml;ck pro Einheit, was bedeutet, dass f&uuml;r 15 St&uuml;ck insgesamt 3.600 Goldm&uuml;nzen ausgegeben werden m&uuml;ssen. Der H&auml;ndler aktualisiert sein Lager ungef&auml;hr einmal pro Woche, sodass die Verf&uuml;gbarkeit regelm&auml;&szlig;ig erneuert wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Derzeit gibt es keine M&ouml;glichkeit, Nightbloom kostenlos zu erhalten, was die Ressource zu einem wertvollen Gut macht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Nightbloom dient vor allem dazu, beim Schmied in der autonomen Region Baupl&auml;ne f&uuml;r verschiedene Ger&auml;te und Waffen zu erwerben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zudem kann es in der K&uuml;che verwendet werden, um spezielle Gerichte zuzubereiten, die f&uuml;r bestimmte Quests oder Buffs ben&ouml;tigt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc104c7a4094ecef4f9258G0chF2y903&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc104c7a4094ecef4f9258G0chF2y903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact sind Nachtblumen eine wertvolle Ressource, die f&uuml;r verschiedene Zwecke ben&ouml;tigt wird. Sie dienen nicht nur als Zahlungsmittel, sondern sind auch essenziell beim Erwerb von Waffenblaupausen, die von der Schmiedin Lyulka angeboten werden. Um die n&ouml;tigen Materialien f&uuml;r die Herstellung wichtiger Gegenst&auml;nde zu sammeln, empfiehlt es sich, mindestens zehn Nachtblumen zu sammeln, um die Basis f&uuml;r folgende handgefertigte Ausr&uuml;stungsgegenst&auml;nde zu schaffen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHakenfalle\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProspektor-Schaufel\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHauptschl&uuml;ssel\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zur Herstellung dieser Gegenst&auml;nde ist es notwendig, die gesammelten Blumen mit weiteren Materialien zu kombinieren. Durch das Zusammenf&uuml;gen der Bl&uuml;tenbl&auml;tter mit anderen Komponenten lassen sich spezielle Gerichte zubereiten, die nach einzigartigen Rezepten gekocht werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ef03fcf6e2161a5bfdefsF5BFAso03&quot; height=&quot;81&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ef03fcf6e2161a5bfdefsF5BFAso03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entdecken Sie in diesem Leitfaden s&auml;mtliche Standorte, an denen Nightbloom im Land der Diebe in Genshin Impact erh&auml;ltlich ist. F&uuml;r detaillierte Hinweise und Tipps empfehlen wir einen zus&auml;tzlichen Ratgeber. Au&szlig;erdem finden Sie dort effiziente Routen, um die Mondressourcen schnell und bequem zu sammeln.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die Premiumw&auml;hrung in Genshin Impact und werden vor allem genutzt, um verschiedene exklusive Inhalte wie Urgestein oder spezielle Hilfspakete im Spiel zu erwerben. Diese W&auml;hrung kann nicht durch normales Spielen verdient werden, sondern muss mit echtem Geld aufgeladen werden. Spieler k&ouml;nnen Sch&ouml;pfungskristalle ganz einfach &uuml;ber verschiedene vertrauensw&uuml;rdige Spielehandelsplattformen wie Codashop, OffGamers oder die offizielle miHoYo-Website erwerben. So erm&ouml;glichen Sch&ouml;pfungskristalle den Spielern, ihren Fortschritt im Spiel gezielt zu beschleunigen und besondere Belohnungen zu erhalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihre Sch&ouml;pfungskristalle aufladen m&ouml;chten, sollten sie in Erw&auml;gung ziehen, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Spielhandelsplattform zu nutzen. Die Plattform bietet nicht nur eine sichere und bequeme M&ouml;glichkeit f&uuml;r den &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt;, sondern punktet auch mit attraktiven Preisen und exklusiven Angeboten. Durch die Partnerschaft mit offiziellen Kan&auml;len von Genshin Impact gew&auml;hrleistet lootbar.gg, dass alle Transaktionen schnell und zuverl&auml;ssig ablaufen, sodass sich Spieler auf ihr Abenteuer konzentrieren k&ouml;nnen, anstatt sich um die Zahlung zu sorgen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Vorteil der lootbar.gg Plattform ist die Vielfalt der Pakete f&uuml;r &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin crystal top up&lt;/a&gt; und die M&ouml;glichkeit, &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact sch&ouml;pfungskristalle kaufen&lt;/a&gt; zu k&ouml;nnen, die perfekt zu den Bed&uuml;rfnissen der Spieler passen. Nutzer profitieren regelm&auml;&szlig;ig von Rabatten, wie beispielsweise auf gro&szlig;e Sch&ouml;pfungskristalle-Pakete, was das Aufladen besonders lohnenswert macht. Dank des benutzerfreundlichen Designs und des professionellen Kundensupports ist lootbar.gg die ideale Wahl f&uuml;r alle, die Wert auf Effizienz, Sicherheit und Sparm&ouml;glichkeiten beim Aufladen ihrer Ingame-W&auml;hrung legen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle f&uuml;r Genshin Impact &uuml;ber die Lootbar Handelsplattform aufzuladen, gehen Sie bitte wie folgt vor:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die LootBar-Website und melden Sie sich mit Ihrem Konto an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie im Men&uuml; das Spiel Genshin Impact aus, um den &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt; Vorgang zu starten.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die gew&uuml;nschte Anzahl an Sch&ouml;pfungskristallen, die Sie Ihrem Spielkonto hinzuf&uuml;gen m&ouml;chten, und klicken Sie anschlie&szlig;end auf die Option zum Aufladen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie Ihre Genshin Impact UID sowie den Server an, auf dem Sie spielen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie im n&auml;chsten Schritt die bevorzugte Zahlungsmethode aus und schlie&szlig;en Sie die Transaktion ab, um die Sch&ouml;pfungskristalle erfolgreich auf Ihr Konto zu &uuml;bertragen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(239, 388, '', 'EA FC 26 Team of the Week 11 &ndash; Favoriten &amp; Tipps', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6925238e408edc8576b44bc7ygrP7M2R03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6925238e408edc8576b44bc7ygrP7M2R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die neue Woche bringt frische Vorhersagen f&uuml;r das EA FC 26 Team of the Week 11 mit sich. Nach dem Restart der Ligaspiele sind zahlreiche Spieler im Fokus, die durch herausragende Leistungen eine Chance auf eine Wertung im aktuellen TOTW haben. Zu den Favoriten z&auml;hlen bekannte Namen wie Bellingham, Maignan, Olise, Aubameyang, Stanway, Felix, Son, Greenwood sowie weitere Top-Performer, die wir im Folgenden vorstellen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein Blick auf die m&ouml;glichen Teammitglieder zeigt, dass die Auswahl diesmal besonders spannend ist. W&auml;hrend Messi durch seine konstant starken Auftritte mit einem Tor und drei Assists eigentlich eine Karte verdient h&auml;tte, wurde er k&uuml;rzlich bereits belohnt. Bellingham, Aubameyang, Pina und Stanway k&ouml;nnten ebenfalls eine Chance auf die begehrte Karte haben, obwohl es auch Spieler gab, die noch bessere Leistungen gezeigt haben. Bei den St&uuml;rmern sind Azkona, Deniz Undav und Fabio Abreu besonders im Blick, da alle drei jeweils drei Tore erzielt haben. Abreu schoss sogar vier Tore und gilt als hei&szlig;er Kandidat f&uuml;r die Teamwahl. Weitere Kandidaten sind Gabarro, Blumenberg, Greenwood, Torres, Burkardt, Borrelli, Barnes, Pellegrino, Dembele, Giroud und andere, die in ihren Spielen jeweils zwei Tore erzielten und als MOTM oder WOTM ausgezeichnet wurden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Mittelfeld sticht vor allem Eberechi Eze hervor, der drei Treffer beisteuerte. Auch Asensio, Taniwaki, Weir, Moultrie, Neres, Rogers, Naujoks und Pobega haben mit jeweils zwei Toren &uuml;berzeugt und k&ouml;nnten eine Chance auf den Platz im TOTW haben. Bei den Verteidigern ist Damon Mirani im Gespr&auml;ch, da er zwei Tore zum Sieg beisteuerte. Kevin Diks, Valentin Gomez und Danny da Costa konnten ebenfalls mit einem Tor und einer Auszeichnung als MOTM gl&auml;nzen, was ihre Chancen auf eine Nominierung erh&ouml;ht. Auch im Tor gibt es mehrere Kandidaten: Alphonse Areola, der eine Vorlage gab, sowie Maignan, der ein perfektes Spiel absolvierte, alle sechs Torsch&uuml;sse abwehrte und einen Elfmeter parierte, gelten als Top-Kandidaten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die endg&uuml;ltige Entscheidung, wer ins Team der Woche 11 kommt, f&auml;llt am Mittwoch, den 26. November 2025, um 19:00 Uhr. Bis dahin sind in den Packs noch die Karten vom FC 26 Team der Woche 10 erh&auml;ltlich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69252391ecbcbbf4ced2346fpXhu1ieN03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69252391ecbcbbf4ced2346fpXhu1ieN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Team der Woche (TOTW) 11 in EA FC 26 steht wieder vor der T&uuml;r und verspricht spannende &Uuml;berraschungen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler wie Bellingham, Maignan und Olise werden hei&szlig; diskutiert, ob sie es in die Auswahl schaffen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Fans spekulieren bereits &uuml;ber m&ouml;gliche Neuzug&auml;nge und die besten Leistungen der vergangenen Woche.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein Blick auf die aktuellen Rankings zeigt, wer die besten Chancen hat, im TOTW 11 vertreten zu sein.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit jeder neuen Ausgabe w&auml;chst die Spannung, welche Stars diesmal das Team erg&auml;nzen werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber EA FC 26 und FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 26 Coins&lt;/a&gt; sind die zentrale W&auml;hrung im FIFA Ultimate Team-Modus und werden verwendet, um Packs zu &ouml;ffnen, Spieler zu kaufen oder das eigene Team individuell zu gestalten. Mit &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FIFA Coins&lt;/a&gt; k&ouml;nnen Spieler gezielt ihr Wunschteam verbessern und so im Wettbewerb Vorteile erzielen. Um EA FC 26 Coins schnell zu erhalten, nutzen viele Gamer seri&ouml;se Handelsplattformen wie LootBar.gg, auf denen ein schneller Top-up m&ouml;glich ist. Dadurch wird das Spielerlebnis dynamischer und der Aufbau eines starken Teams deutlich vereinfacht.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 26 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler planen, FC 26 Coins aufzuladen, lohnt es sich, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform in Betracht zu ziehen. Gerade beim Thema &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 26 Coins kaufen&lt;/a&gt; ist es wichtig, nicht nur auf g&uuml;nstige Preise zu achten, sondern auch auf die Zuverl&auml;ssigkeit und den Service des Anbieters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbar.gg liegt in der attraktiven Preisgestaltung und den regelm&auml;&szlig;igen Sonderaktionen. Neue Nutzer profitieren direkt von exklusiven Rabatten, w&auml;hrend regelm&auml;&szlig;ige Events zus&auml;tzliche Bonuscoins bieten. So erhalten Spieler beim Kauf von EA FC 26 Coins &uuml;ber lootbar mehr Gegenwert f&uuml;r ihr Geld und k&ouml;nnen ihre Spielerfahrung effizient verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus &uuml;berzeugt lootbar durch fortschrittliche Sicherheitsma&szlig;nahmen, blitzschnelle Lieferung und einen rund um die Uhr erreichbaren Kundenservice. Die Transaktionen sind stets gesch&uuml;tzt, und bei Fragen oder Problemen steht das Support-Team jederzeit bereit, um schnelle und kompetente Unterst&uuml;tzung zu bieten. Wer Wert auf Komfort und Sicherheit legt, findet bei lootbar.gg die ideale L&ouml;sung f&uuml;r das Aufladen von FC 26 Coins.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 26 Coins bei LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Website lootbar.gg/de und suchen Sie nach FC 26 Coins f&uuml;r Ihre Plattform.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie aus, ob Sie f&uuml;r PlayStation, Xbox oder PC einkaufen, und bestimmen Sie die gew&uuml;nschte Menge an FC 26 Coins, die Sie erwerben m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKlicken Sie auf die Schaltfl&auml;che zum Kauf und gehen Sie weiter zur Auswahl der Zahlungsmethode.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsarten wie PayPal, Kreditkarte, Giropay oder paysafecard und schlie&szlig;en Sie den Bezahlvorgang ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach dem Kauf finden Sie Ihre Bestellung in der Kaufhistorie und geben dort die erforderlichen Informationen ein, damit die Lieferung erfolgen kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hrend Ihr Auftrag bearbeitet wird, vermeiden Sie es, sich ins Spiel oder in die Begleit-App einzuloggen, um eine reibungslose &Uuml;bertragung der FC 26 Coins zu gew&auml;hrleisten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald der Status Ihrer Bestellung als abgeschlossen angezeigt wird, stehen Ihnen die Coins direkt im Spiel zur Verf&uuml;gung.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBei Fragen oder Problemen k&ouml;nnen Sie jederzeit den Chat-Support auf der Website nutzen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; height=&quot;602&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(240, 389, '', 'PUBG &mdash; секреты оружия и брони: советы игрокам', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ece52a6885e4b7d4c0c0PIwDezPP03&quot; height=&quot;480&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ece52a6885e4b7d4c0c0PIwDezPP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;640&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Игровая вселенная PlayerUnknown&rsquo;s Battlegrounds продолжает привлекать внимание разработчиков и фанатов по всему миру.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Истоки проекта уходят в модификацию для Arma III, созданную автором оригинальной идеи &mdash; Бренданом Грином, которая впоследствии выросла в полноценную игру.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Как и в любой популярной игре, в PUBG есть свои нюансы и скрытые особенности, которые можно понять только после долгого и тщательного изучения.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Например, многие не знают, что один точный выстрел из M16A4 в голову врага на близком расстоянии способен вывести его из игры навсегда, тогда как при стрельбе на среднем расстоянии потребуется два попадания из другого оружия &mdash; карабина.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Эти тонкости, а также информация о том, насколько эффективно защищает броня, подробно разбираются в специальном видео.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Известный видеоблогер Jackfrags протестировал все виды экипировки и оружия, чтобы помочь игрокам лучше понять механики игры и повысить свою эффективность на поле боя.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое PUBG Mobile и почему она так популярна?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; &mdash; это внутриигровая премиальная валюта, позволяющая приобретать эксклюзивные скины, костюмы, эмоции и боевые пропуски, чтобы сделать игровой процесс ярче и персонализировать персонажа. Получить PUBG UC можно через специальные игровые торговые платформы, такие как Midasbuy, Codashop или официальные магазины внутри PUBG, где доступна быстрая и удобная оплата. Использование PUBG UC открывает доступ к уникальным предметам и бонусам, расширяя возможности игрока. Благодаря этим преимуществам, UC пользуется большой популярностью среди фанатов PUBG.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит купить UC для PUBG Mobile на LootBar (лут бар)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы хотите пополнить PUBG UC, стоит обратить внимание на платформу для игровых сделок &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Этот сервис предоставляет игрокам удобный и выгодный способ приобрести премиальную валюту для любимой игры, обеспечивая при этом надежность и безопасность сделки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одним из главных преимуществ lootbar.gg является возможность купить &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC дешево&lt;/a&gt; благодаря конкурентоспособным ценам и регулярным скидкам, что позволяет получить больше монет за меньшую сумму. Платформа также гарантирует быструю доставку UC на ваш игровой аккаунт &mdash; обычно зачисление происходит в течение нескольких минут после оплаты. Кроме того, сервис поддерживает разнообразные методы оплаты и строго следит за безопасностью аккаунтов пользователей.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Еще одним плюсом lootbar.gg является круглосуточная поддержка клиентов через онлайн-чат и электронную почту, что делает процесс покупки максимально комфортным и простым. Благодаря этим преимуществам, lootbar.gg становится отличным выбором для тех, кто ищет надежный способ пополнить PUBG UC дешево и без лишних хлопот.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить UC для PUBG Mobile на LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить UC&lt;/a&gt; для PUBG через платформу lootbar, сначала откройте сайт и выберите подходящие настройки языка и валюты, чтобы процесс оплаты был максимально удобным. Затем перейдите в раздел, посвящённый покупке игровых валют, и найдите PUBG среди доступных игр. На этом этапе потребуется ввести свой уникальный идентификатор (UID) аккаунта PUBG, чтобы убедиться, что UC зачислятся именно на ваш профиль.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;После этого выберите нужный пакет UC и нажмите кнопку для начала пополнения. Система предложит различные способы оплаты, из которых можно выбрать наиболее предпочтительный. Завершив оплату, вы мгновенно получите UC на свой игровой аккаунт. Таким образом, через lootbar можно быстро и безопасно купить UC, чтобы наслаждаться всеми преимуществами премиальной валюты в PUBG.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; height=&quot;464&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(241, 390, '', 'Zenless Zone Zero &ndash; Beta-Registrierung jetzt m&ouml;glich', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessierte Spieler haben ab sofort die M&ouml;glichkeit, sich f&uuml;r die zweite Testphase von Zenless Zone Zero zu registrieren, dem neuesten Titel von Hoyoverse, den Entwicklern hinter dem beliebten Genshin Impact. Das Spiel wird als urbanes Fantasy-ARPG beschrieben und verspricht eine spannende Erfahrung im kommenden Beta-Programm. In dieser Phase erwarten euch neue Kapitel der Geschichte, zus&auml;tzliche Gebiete zur Erkundung sowie eine Vielzahl an interaktiven Charakteren. Zudem wurden die Kampfsysteme grundlegend &uuml;berarbeitet, um ein noch fl&uuml;ssigeres Gameplay zu gew&auml;hrleisten. Die Beta wird auf mehreren Plattformen zug&auml;nglich sein, darunter PC, iOS und Android. Ein konkretes Datum f&uuml;r den Start der Testphase ist bislang noch nicht bekannt, auch ein Ver&ouml;ffentlichungsdatum bleibt vorerst unbestimmt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die hochwertige Premium-W&auml;hrung im Spiel Zenless Zone Zero und wird verwendet, um exklusive Charaktere, Ausr&uuml;stungen und seltene Gegenst&auml;nde freizuschalten sowie das Spielerlebnis individuell zu gestalten. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese spezielle W&auml;hrung kann nicht durch regul&auml;res Gameplay verdient werden, sondern muss direkt durch Aufladen mit echtem Geld erworben werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler erhalten Zenless Zone Zero Monochrome Film auf verschiedenen vertrauensw&uuml;rdigen Handelsplattformen wie Lootbar, dem offiziellen Zenless Zone Zero Aufladezentrum, oder anderen bekannten Anbietern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Monochrome Film k&ouml;nnen Sie gezielt Ihre Lieblingsagenten rekrutieren und Ihre Sammlung erweitern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, empfiehlt es sich, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero top up&lt;/a&gt; in Betracht zu ziehen. Diese Plattform hat sich als zuverl&auml;ssige und effiziente L&ouml;sung f&uuml;r den Kauf von Spielw&auml;hrung etabliert und bietet dabei zahlreiche Vorteile f&uuml;r alle, die das Beste aus ihrem Spielerlebnis herausholen wollen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbar.gg ist die Kombination aus g&uuml;nstigen Preisen und hoher Sicherheit. Die Plattform verwendet fortschrittliche Technologien, um Transaktionen abzusichern und gew&auml;hrleistet eine schnelle sowie reibungslose Abwicklung beim Zenless Zone Zero top up. Dar&uuml;ber hinaus profitieren Nutzer von einer breiten Unterst&uuml;tzung f&uuml;r verschiedene Zahlungsmethoden sowie einem professionellen Kundendienst, der rund um die Uhr erreichbar ist und bei Fragen jederzeit weiterhilft.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Pluspunkt ist die schnelle Zustellung der gekauften W&auml;hrung, sodass Spieler sofort mit dem neuen Monochrome Film in ZZZ durchstarten k&ouml;nnen. Besonders attraktiv sind zudem exklusive Boni und Belohnungen, die lootbar.gg regelm&auml;&szlig;ig f&uuml;r neue und bestehende Kunden bereith&auml;lt. Damit wird das Aufladen der Zenless Zone Zero W&auml;hrung nicht nur sicher und preiswert, sondern auch besonders lohnenswert.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Zenless Zone Zero Monochrome Film &uuml;ber die LootBar Handelsplattform aufzuladen, beginnen Sie damit, die offizielle Webseite von LootBar zu besuchen. Nach Auswahl der gew&uuml;nschten Sprache und W&auml;hrung loggen Sie sich in Ihr Konto ein. Anschlie&szlig;end navigieren Sie zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt; und tragen dort Ihre pers&ouml;nliche Zenless Zone Zero UID sowie die passende Serverregion ein. Im n&auml;chsten Schritt w&auml;hlen Sie die gew&uuml;nschte Menge an Monochrome Film, die Sie Ihrem ZZZ-Konto hinzuf&uuml;gen m&ouml;chten, und klicken auf die Schaltfl&auml;che &bdquo;Sofort aufladen&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Daraufhin &uuml;berpr&uuml;fen Sie sorgf&auml;ltig, ob die angegebene UID mit Ihrem Zenless Zone Zero Konto &uuml;bereinstimmt, um m&ouml;gliche Fehler zu vermeiden. Im letzten Schritt w&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus und best&auml;tigen die Zahlung mit einem Klick auf &bdquo;Sofort bezahlen&ldquo;. Nach erfolgreicher Transaktion werden die Monochrome Filme Ihrem Spielkonto unmittelbar gutgeschrieben, sodass Sie direkt von den Vorteilen der Premiumw&auml;hrung in ZZZ profitieren k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(242, 391, '', 'Town Hall 18 Update &ndash; New Guardians Explained', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Town Hall 18 Update Features&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest update for Town Hall 18 introduces exciting new features that will reshape your gameplay experience. Among the most notable changes is the introduction of Guardians&mdash;powerful defenders that replace traditional defensive structures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With this update, the Town Hall itself no longer functions as a defensive building, meaning enemy troops won&rsquo;t prioritize it during attacks. Guardians are exclusively for defense; they cannot be used to launch attacks against opponents. You can enhance their capabilities by upgrading them through a dedicated menu located inside the Town Hall, utilizing a builder for these improvements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During upgrades, Guardians temporarily cease defending in regular attacks, but they remain active during wars and ranked battles, ensuring your defenses are still effective in crucial moments. Players can choose between two Guardian types&mdash;Longshot and Smasher&mdash;by toggling a button on the Town Hall, allowing strategic flexibility based on your defensive needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viewing your village, you can tap on a Guardian to observe its patrol route, giving insight into its guarding pattern. These melee Guardians target both ground and air units, deal splash damage to multiple enemies, and upon destruction, release a rage effect that boosts nearby troops. If the Town Hall is destroyed, Guardians become enraged, increasing their damage output and adding a new layer of defense dynamics to your base.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebcb5f85e8a20b93fe36V82AZv5q03&quot; height=&quot;240&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebcb5f85e8a20b93fe36V82AZv5q03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;240&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This guardian is a versatile ranged unit capable of attacking both ground and aerial enemies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It inflicts splash damage, making it effective against groups of foes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upon being defeated, it detonates, causing additional damage to nearby targets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebcdc336c68adbd89751hyXMutfp03&quot; height=&quot;240&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebcdc336c68adbd89751hyXMutfp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;240&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember the Meteor Golem from the October update? It has now transitioned from a temporary feature to a permanent addition in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This mighty troop becomes available once players reach the new barracks level introduced at Town Hall 17.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Meteor Golem can be upgraded through three distinct levels&mdash;two upgrades are accessible at Town Hall 17, with the final enhancement unlocked at Town Hall 18.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key characteristic of the Meteor Golem is its totem, which does not activate clan castle troops nor trigger any traps.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, the totem remains unaffected by spells such as ice block, clone, or recall, ensuring its presence on the battlefield remains consistent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When a spell is cast directly onto a building, the totem&#039;s spawn point adjusts accordingly, appearing beside the targeted structure for strategic placement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebce7af51f20c0c6ed50ahFtQugS03&quot; height=&quot;240&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebce7af51f20c0c6ed50ahFtQugS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;240&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new feature introduces the combination of two standard wizard towers into a formidable Super Wizard Tower, significantly enhancing defensive capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This upgraded structure targets a single enemy troop initially, then automatically spreads its attack to as many as 15 additional units nearby, creating a chain reaction of destruction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With an increased attack range of 8 tiles&mdash;just one tile more than its regular counterpart&mdash;the Super Wizard Tower offers improved coverage across the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, it can be upgraded twice, allowing players to boost its power and effectiveness over time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebd011a1d74345412e04T6lheDbB03&quot; height=&quot;240&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebd011a1d74345412e04T6lheDbB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;240&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebd3e56779f7a6622945s25PyLmm03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebd3e56779f7a6622945s25PyLmm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;574&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Game Update Highlights&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent updates have brought significant adjustments to the Minion Prince, reducing its base health by 1,000. However, each piece of equipment now grants an additional 1,000 health, creating a more balanced defensive option and enhancing strategic choices for players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In a move to empower higher-level clans, level 7 clans can now donate an extra spell, allowing up to four spells to be donated when all perks are unlocked. This change aims to foster more collaborative and impactful clan contributions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade times and costs have been streamlined for players progressing through Town Hall levels 16 and 17, making advancement smoother and more accessible. Additionally, loot mechanics have been refined with the introduction of minimum and maximum values for Town Hall 18 chest rewards, covering gold, elixir, and dark elixir, providing clearer expectations for resource gains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For competitive players, the latest update includes new loot and bonus structures, such as ranked battle loot, league rewards, and star bonuses tailored for Town Hall 18. These changes are designed to motivate engagement and reward skillful gameplay at higher levels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A smaller but noteworthy adjustment involves resource potions, which now cost 10 CWL medals instead of 5. This change aligns with the developers&rsquo; long-term vision to make Clan War League rewards more valuable and meaningful, encouraging players to spend medals proactively rather than stockpiling them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Day one of the Town Hall 18 sneak peeks hints at a comprehensive overhaul of defensive mechanics, including the introduction of a permanent Meteor Golem and various quality-of-life improvements. These updates suggest a game experience that is evolving to challenge players&rsquo; strategies and defenses more dynamically.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for upcoming reveals, as Town Hall 18 promises to redefine the way players approach both offense and defense, promising a fresh and exciting chapter for Clash of Clans enthusiasts.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Clash of Clans Gems: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Clash of Clans Gems&lt;/a&gt; serve as the game&#039;s premium currency, allowing players to accelerate building times, purchase valuable resources, and unlock exclusive in-game features for a strategic edge. These gems can be conveniently obtained by topping up through various game trading platforms such as Codashop, SEAGM, or the official in-game store, providing instant access for players who wish to enhance their gameplay experience. With Clash of Clans Gems, gamers can bypass lengthy wait times and make quicker progress in developing their villages. This makes them highly sought-after for anyone aiming to advance rapidly or access special items within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top Up Clash of Clans&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to top up Clash of Clans Gems, you may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. LootBar.gg stands out as a reliable choice for &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Clash of Clans top up&lt;/a&gt;, offering players a secure and streamlined experience. The platform has earned the trust of gamers around the world through its robust safety measures and user-friendly interface, making it an excellent option for anyone seeking to enhance their in-game resources with confidence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of lootbar is its commitment to providing a wide range of gaming services and exceptional customer support. Whether you play Clash of Clans, PUBG, Genshin Impact, or Mobile Legends, LootBar.gg makes it easy to top up your favorite games at any time. The platform&rsquo;s 24/7 customer service ensures that help is always available, and multiple payment options mean you can complete transactions quickly and conveniently. This flexibility makes it simple for players to get more gems in Clash of Clans whenever they need them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, LootBar.gg is known for offering &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap clash of clans gems&lt;/a&gt; thanks to frequent promotions and exclusive discounts. Players can save up to 16% compared to in-game prices, allowing for more strategic spending and faster progress. The platform delivers gems rapidly to your account, making it just as efficient as a direct top-up. By choosing LootBar.gg, you not only enjoy significant savings but also benefit from a hassle-free experience every time you need to boost your Clash of Clans resources.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top Up Clash of Clans on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy COC Gems&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency. After logging into your account, navigate to the top-up section and choose Clash of Clans from the available games. Next, select the number of Gems you wish to purchase and click on the option to proceed with the top-up.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you&#039;ve chosen your desired amount of COC Gems, you will be prompted to enter your game UID and character name to ensure the Gems are delivered correctly. After this step, pick your payment method from the available options and confirm your purchase by clicking &#039;Pay Now&#039;. Your Gems will be credited to your Clash of Clans account shortly, allowing you to enjoy enhanced gameplay and in-game benefits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f71adb0eba763dd88ce4I6qoUP003&quot; height=&quot;671&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f71adb0eba763dd88ce4I6qoUP003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(243, 392, '', 'Call of Duty Mobile &mdash; запуск, успех и отзывы', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eac230aad31ad5416667wNFtirJi03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eac230aad31ad5416667wNFtirJi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Вчерашний запуск популярного мобильного шутера Call of Duty Mobile произвел настоящий фурор. Согласно данным аналитика Даниеля Ахмада, игра быстро поднялась на вершину рейтингов в iOS-магазине в США по количеству скачиваний, опередив конкурентов. Кроме того, она занимает четвертую строчку по доходам, что свидетельствует о высокой коммерческой успешности проекта.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Отзывы игроков также в основном положительные, что подтверждает популярность и качество продукта. Можно с уверенностью сказать, что студия Tencent Timi вновь продемонстрировала свои способности, создав еще один востребованный хит на мобильном рынке.Многие пользователи столкнулись с трудностями при запуске игры, поскольку у некоторых приложение зависало на начальном экране. В результате компания Activision была вынуждена временно отключить поддержку игровых контроллеров.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile &mdash; это бесплатный шутер, созданный на базе известной серии игр Call of Duty и разработанный студиями Tencent Games и Timi Studios. Игра была официально запущена вчера для устройств iOS и Android.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Call of Duty: Mobile?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile CP &mdash; это внутриигровая валюта, позволяющая игрокам &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM донат&lt;/a&gt; приобретать эксклюзивные облики, улучшения оружия и боевые пропуски для персонализации своего опыта. CP можно легко пополнить через популярные игровые торговые платформы, такие как LootBar, где предлагаются выгодные условия для покупки. Использование CP открывает доступ к уникальным предметам и сезонным наградам, делая игровой процесс еще более захватывающим и разнообразным.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему LootBar.gg &mdash; лучший выбор для пополнения CP в CODM?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если игроки хотят провести &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Пополнение CODM&lt;/a&gt; CP, им стоит обратить внимание на платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; для игровых транзакций. Этот сервис быстро завоевал доверие среди геймеров благодаря своей надежности и ориентированности на удобство пользователей.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одним из ключевых преимуществ lootbar является широкий выбор способов оплаты, что позволяет легко подобрать подходящий вариант для каждого игрока. Пополнение CODM на lootbar проходит безопасно, а команда поддержки работает круглосуточно, помогая решить любые вопросы оперативно и без задержек. Кроме того, платформа регулярно предлагает выгодные акции и скидки, благодаря чему покупка CP становится особенно привлекательной с точки зрения экономии.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;lootbar.gg обслуживает не только поклонников Call of Duty: Mobile, но и любителей других популярных игр, что делает сервис универсальным решением для геймеров. Выбирая пополнение CODM на lootbar, игроки получают доступ к эксклюзивным внутриигровым возможностям и могут наслаждаться улучшенным игровым процессом, не отвлекаясь на организационные моменты.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить CP для CODM на LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для пополнения счета Call of Duty Mobile на платформе LootBar сначала перейдите на сайт https://lootbar.gg/ru, где вы сможете выбрать удобный язык и валюту. Затем выполните вход в свой аккаунт LootBar или зарегистрируйте новый, если еще не являетесь пользователем. После авторизации найдите раздел &laquo;Пополнение&raquo;, выберите из списка игр Call of Duty: Mobile и перейдите к следующему шагу процесса.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;На следующем этапе укажите желаемое количество внутриигровой валюты COD Points для покупки. Выберите наиболее подходящий для вас способ оплаты из предложенных вариантов и нажмите кнопку &laquo;Пополнить сейчас&raquo;. После подтверждения платежа средства будут зачислены на ваш игровой аккаунт, и вы сможете использовать CP для приобретения различных предметов и улучшений в CODM.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; height=&quot;474&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(244, 393, '', 'Fortnite Pac-Man Back Bling Returns &ndash; Iconic Crossover', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec1987cc92fce4a5f800mRd7OEN803&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec1987cc92fce4a5f800mRd7OEN803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For nearly three years, a beloved crossover item from Fortnite has been conspicuously absent from the in-game shop, leaving fans unable to acquire the iconic Pac-Man back bling. Crossovers have become a hallmark of Fortnite&#039;s appeal, blending popular culture from video games, movies, music, and streaming personalities into the game&#039;s evolving universe. These collaborations often define entire seasons, such as the ongoing Simpsons-themed mini-season, which showcase Fortnite&rsquo;s dedication to integrating diverse entertainment worlds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the many collaborations, Pac-Man stands out as one of the most recognizable franchises to appear in Fortnite. Since its debut in arcades during the early 1980s, Pac-Man has become a cornerstone of gaming history, inspiring sequels, remakes, and spin-offs. Its influence extends beyond gaming, making it a cultural icon. Fortnite first introduced a Pac-Man crossover in early 2022, featuring a distinctive back bling that depicts the classic character alongside the franchise&#039;s four ghosts, adding a nostalgic touch to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, this particular cosmetic has faced an extended period of invisibility. The Pac-Man back bling last appeared in the Fortnite item shop on February 28, 2023, and has not been seen since, marking over 1,000 days of absence. This makes it one of the longest gaps for a crossover item in Fortnite&rsquo;s history, especially considering it was added less than a year earlier, in June 2022.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The situation echoes past instances where Fortnite items disappeared for extended durations. For example, the Reflex skin has been absent for more than six years, since its sole appearance in March 2019. Epic Games occasionally revives older cosmetics, as seen with the Diamond Diva pack, which returned earlier this month after being unavailable since Chapter 2 in 2021. Yet, the company has not issued any official statement regarding the prolonged non-appearance of the Pac-Man back bling, leaving fans to wonder about its future return.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ec1d082f1c446e192fa2D45BYcQ003&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ec1d082f1c446e192fa2D45BYcQ003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Over the past few weeks, Fortnite has been heavily focused on introducing new crossover collaborations, coinciding with the conclusion of its Simpsons-themed mini-season. As the game prepares to launch Chapter 7 next weekend, players can anticipate a variety of exciting crossovers, including collaborations with iconic franchises like Back to the Future and the K-pop star Lisa from Blackpink.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leak sources have also hinted at several significant crossovers slated for the upcoming chapter, with one of the most talked-about rumors being a collaboration with SpongeBob SquarePants. This suggests that Fortnite is gearing up for an aggressive schedule of new content and partnerships to kick off the new chapter, set to arrive by the end of November.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the digital currency used within Fortnite, allowing players to buy cosmetic upgrades like skins, emotes, and the Battle Pass to personalize their in-game experience. You can obtain Fortnite V-Bucks by topping up through popular game trading platforms such as Eneba, G2A, and the official Epic Games Store. With V-Bucks, players can express their unique style without affecting their gameplay performance, making it a key part of the Fortnite community. Many players choose secure online platforms to purchase V-Bucks quickly and conveniently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Fortnite V-Bucks, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for its many advantages. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout features of lootbar.gg is its commitment to security and professionalism. The platform ensures every transaction is protected, so when you &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt;, you can enjoy complete peace of mind knowing your account and payment details are safe. With round-the-clock customer service, users can receive assistance at any time, making the purchasing process smooth and reliable. Additionally, lootbar.gg supports multiple payment methods, catering to players around the world and making it easy to complete purchases regardless of location.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant benefit of choosing lootbar.gg is the competitive pricing and frequent discounts it offers. Players can often find lower prices for Fortnite V-Bucks compared to other platforms, with discounts reaching up to 19% during special promotions. This means you can buy Fortnite V-Bucks at a great value, maximizing your in-game currency while minimizing costs. With its professional service and customer-focused approach, lootbar.gg stands out as an excellent choice for Fortnite players seeking a secure and affordable way to top up their accounts.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks on the lootbar trading platform, start by visiting the official website at lootbar.gg, select your preferred language and currency, and log in to your account.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the Home page and locate Fortnite in the Top-Up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Player ID exactly as instructed in the top-up guidance to ensure a smooth transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide how many V-Bucks you want to top up Fortnite with, then click the Top-up Now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your payment method from the available options and confirm your purchase by clicking Pay Now.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the payment is completed, your Fortnite V-Bucks will be quickly delivered to your account, allowing you to enhance your gaming experience immediately.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(245, 394, '', 'Live Streaming Platforms &ndash; Top Free Apps Reviewed', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Live Streaming Platforms&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A picture is worth a thousand words, and a video clip can convey even a million! Live streaming applications are taking the world by storm, leading the way in digital entertainment. They provide a fresh way for users to connect, share, and entertain themselves from anywhere. With countless options available in the market, it can be challenging to find the app that best suits individual needs. To assist, we&rsquo;ve compiled a selection of free live streaming video apps, allowing you to choose based on your interests.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among these, Bigo Live has gained significant popularity in Germany over recent years, offering a diverse platform for various types of content. Whether you want to showcase your talents, socialize, or explore new streams, Bigo Live provides an engaging experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Download Bigo Live today and share your moments with a global community. With over 400 million users worldwide, it stands as one of the hottest live streaming platforms available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c9f5552a3f8bfd54d93fe28cihYZ7P03&quot; height=&quot;53&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c9f5552a3f8bfd54d93fe28cihYZ7P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;160&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Download now and receive an exclusive welcome package for new users!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Key features include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEffortless initiation of live broadcasts\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVirtual gifts and monetization tools to support creators\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInteractive options such as multi-guest rooms and public battle events\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Advantages include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nA rapidly expanding community within Germany\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nA broad range of content, from gaming to talent showcases\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExcellent opportunities for emerging streamers to grow\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Potential drawbacks involve the platform&#039;s extensive features, which may feel overwhelming for some users.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bigo Live is ideal for German users seeking a versatile streaming experience and the chance to join a vibrant, growing community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ecdfc336c68adbd8a7aaeFlbMrpt03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ecdfc336c68adbd8a7aaeFlbMrpt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Live streaming platforms in Germany are evolving rapidly, offering a variety of tools tailored to different content creators. Among the top contenders is a globally renowned platform that provides seamless integration with existing channels, enabling creators to connect effortlessly with their audiences. This platform boasts interactive chat features that foster real-time engagement and offers monetization options for eligible streamers. Its advantages include a vast potential reach, enhanced visibility through search engine optimization, and access to comprehensive analytical tools&mdash;all at no cost. However, creators face stiff competition due to the sheer volume of content uploaded daily.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major player in the German live-streaming scene is a platform highly favored by gamers and e-sports enthusiasts. It provides specialized streaming functionalities designed for gaming, such as advanced moderation tools and high-quality video output. Its vibrant community offers significant opportunities for monetization, making it attractive for those seeking to grow their audience. On the downside, competition remains fierce, especially within the gaming niche, which can pose challenges for newcomers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While these platforms are dominant in their respective sectors, they are increasingly being adopted for diverse content types, including creative arts, talk shows, and educational sessions. For content creators in Germany, choosing the right platform depends on their target audience and content style, but both offer powerful features to support their growth and engagement strategies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ece42a6885e4b7d4c0a4g3vbJSic03&quot; height=&quot;407&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ece42a6885e4b7d4c0a4g3vbJSic03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Live streaming has become a prominent form of digital entertainment across Germany, appealing to diverse audiences and content creators. Various platforms cater to different needs, from social interaction to professional networking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most popular options among younger users is Instagram Live, which allows real-time broadcasting directly to followers. Creators can enhance their streams with filters and effects, making sessions more engaging. The platform&rsquo;s seamless integration within the Instagram app facilitates easy access, and push notifications help boost viewer engagement. However, the streaming duration is limited, which may restrict longer broadcasts. Instagram Live is especially suitable for influencers and brands targeting a youthful demographic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Facebook Live remains a widely used tool for instant communication with friends, family, and followers. Its main features include direct streaming to personal profiles or pages, along with interactive options like reactions and comments. Users can share streams within groups or events, increasing their reach. The platform&#039;s straightforward setup and integration with existing Facebook accounts make it accessible and free of charge. Nonetheless, customization options for stream layouts are somewhat limited. This platform is ideal for users seeking quick and easy ways to connect with their network in real-time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;TikTok Live is rapidly gaining popularity, particularly among the younger generation in Germany. Integrated into the widely-used TikTok app, it offers features like virtual gifts and monetization, alongside interactive elements such as Q&amp;amp;A sessions and live battles. Its access to TikTok&rsquo;s trend-driven community results in high engagement rates, enabling creators to capitalize on viral trends instantly. However, compared to dedicated streaming platforms, TikTok Live offers fewer customization options. It is best suited for content creators who are already active on TikTok and want to expand their audience through live interactions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LinkedIn Live has emerged as an essential platform for professional and B2B communication in Germany. Integrated within the LinkedIn ecosystem, it emphasizes sharing industry-specific and professional content. The platform allows streams to be targeted to specific audiences, making it a powerful tool for thought leadership and brand building. Its credibility stems from the professional context, attracting users interested in webinars, industry discussions, or corporate updates. However, access to LinkedIn Live requires an application process, and features are somewhat limited. It serves well for companies, experts, and consultants aiming to engage in professional networking and knowledge sharing.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Younow is tailored for younger audiences, focusing on community interaction and talent discovery. It enables quick start livestreams, with features like virtual gifts, guest participation, and live battles to foster engagement. The platform&rsquo;s emphasis on community building makes it suitable for emerging content creators seeking to grow an interactive fan base. Its user-friendly interface allows for easy navigation, although its reach is smaller compared to larger platforms. Younow is particularly beneficial for young creators eager to experiment with live formats and develop a dedicated following through interactive sessions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ece7b8ad8d995cee8bd8zHdP8iZY03&quot; height=&quot;406&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ece7b8ad8d995cee8bd8zHdP8iZY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Streaming Platforms in Germany&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Live streaming has become an essential part of digital communication, especially in Germany&#039;s evolving media landscape. Several apps have emerged as top choices for broadcasters seeking quality, flexibility, and engagement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One notable platform is Vimeo Livestream, renowned for its professional-grade video quality and robust features. It allows users to broadcast high-definition streams with minimal latency, making it ideal for corporate events, educational webinars, and large-scale conferences. Its analytics tools help organizers monitor viewer engagement and stream performance, while customizable event pages enhance branding and attendee experience. Security features ensure sensitive content remains protected, and stream embedding options provide flexibility across websites and platforms. However, Vimeo Livestream requires a subscription, which might be costly for individual users, and it offers fewer social interaction features compared to more casual streaming apps.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another popular tool is Streamlabs, a versatile broadcasting application suitable for both desktop and mobile users. It supports multistreaming, enabling broadcasters to reach multiple platforms such as Twitch, YouTube, and Facebook simultaneously. Streamlabs offers a wide array of customization options, including overlays, alerts, and chat integrations, to create engaging and professional streams. Its user-friendly interface makes setup straightforward, and many features are available for free, making it accessible for emerging streamers. Nonetheless, mastering all functionalities can be challenging for beginners, and some advanced features require a paid subscription.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While dedicated streaming apps might have limited content scope, they excel at connecting users directly with topics of interest, saving time and simplifying the streaming process. Whether for professional broadcasting or casual engagement, choosing the right app depends on your specific needs and audience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Bigo Live and Bigo Live Diamonds?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds&lt;/a&gt; serve as the exclusive virtual currency on the Bigo Live platform, enabling users to unlock premium features, send virtual gifts to streamers, and enhance their overall interactive experience. By using Bigo Live Diamonds, users can purchase a range of virtual goods such as animated gifts, screen effects, and access to special functions during live streams. These Diamonds can be conveniently obtained through top-up services on popular game trading platforms, including Unipin, SEAGM, and Codashop, making it easy for users to recharge their accounts and participate more actively on Bigo Live.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Choice for Bigo Live Diamond Recharge?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Bigo Live Diamonds, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg stands out by offering highly competitive prices for &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds recharge&lt;/a&gt;, often providing exclusive promotions and discounts that let users maximize their value with every purchase. This means you can enjoy more Bigo Live Diamonds for less, making it a cost-effective choice for avid streamers and fans alike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to affordability, lootbar.gg ensures a convenient and secure transaction process. The platform supports a wide variety of payment methods, including Visa, debit cards, and digital wallets, so users can choose the option that best suits their needs. With a dedicated 24/7 customer support team ready to assist and a lightning-fast delivery system that completes most recharges within minutes, lootbar.gg provides a reliable and efficient solution for anyone looking to recharge Bigo Live Diamonds quickly and safely.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Recharge Bigo Live on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Bigo Live&lt;/a&gt; Diamonds on the Lootbar trading platform, start by visiting the official Lootbar.gg website and selecting your preferred language and currency.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLog in to your account to access the main features.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Top-Up section from the homepage and locate Bigo Live in the available list.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Bigo Live User ID (UID) as prompted by the top-up instructions to ensure the Diamonds are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the quantity of Bigo Live Diamonds you wish to purchase, then click on the Top-up Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect a payment method that suits you and confirm your transaction by clicking Pay Now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter payment, the Diamonds should be delivered to your Bigo Live account, ready for use.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; height=&quot;764&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;811&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(246, 395, '', 'FC 26 Coins &ndash; Fastest Ways to Get Cheap FIFA Coins', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About Selma Bacha&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Selma Bacha has established herself as a standout figure in women&rsquo;s football, renowned for her dynamic presence on the left side of the pitch. Her technical prowess and tactical intelligence make her a formidable Left Back, consistently contributing both defensively and offensively for her team. Bacha&rsquo;s exceptional pace and precise crossing ability allow her to create scoring opportunities while maintaining solid defensive coverage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout her career, she has demonstrated remarkable consistency and determination, earning recognition for her work ethic and leadership qualities. Her adaptability enables her to thrive in high-pressure situations, making crucial interventions and supporting her teammates in all phases of play. Selma&rsquo;s commitment to continuous improvement has seen her evolve into one of the most reliable defenders in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Selma Bacha&rsquo;s influence extends beyond her on-field performances, serving as an inspiration for aspiring athletes. Her passion for football and dedication to her craft highlight her as a role model, especially for those who aspire to excel in defensive roles. With every match, she reinforces her reputation as a highly skilled and dependable Left Back, leaving a lasting impact on the sport.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Selma Bacha&#039;s Ratings Reload card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Selma Bacha&rsquo;s Ratings Reload card shines as an 86-rated Left Back, blending impressive pace (89) and passing (86) with strong dribbling (83) and well-rounded defensive (80) and physical (81) attributes. Her exceptional speed and technical skill make her a dynamic force on the flank, capable of surging forward to support attacks and swiftly recovering to thwart opposition advances. With this card, players can expect Bacha to rapidly break down defensive lines, create goal-scoring opportunities, and deliver decisive moments that can turn the tide of any match.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebe2e56779f7a6622a1bTFeEiM6q03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebe2e56779f7a6622a1bTFeEiM6q03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain Selma Bacha&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are several approaches you can consider. One way is by purchasing card packs, which gives you a chance to obtain valuable cards that can be sold for coins; however, this method relies heavily on luck and the odds of getting high-value cards are generally low. Another option is to complete Squad Building Challenges (SBCs), which may reward you with special cards like Selma Bacha&#039;s Ratings Reload card, potentially increasing your coin balance if you choose to sell them, though SBCs often require you to spend coins or valuable players to participate. Lastly, you can buy cards directly from the transfer market and resell them for profit, but this method requires a significant upfront investment, as some cards&mdash;such as Selma Bacha&#039;s Ratings Reload&mdash;can cost around 0.23 million UT Coins, making it a costly endeavor. Each method has its own drawbacks, so it&#039;s important to weigh the risks and rewards before deciding how to pursue FC 26 Coins.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924ebe420d728ecdd8fad72kjNeoH8Q03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924ebe420d728ecdd8fad72kjNeoH8Q03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, players try to earn &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; by selling player cards, completing objective goals, or participating in different game modes to get &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt; as rewards. However, these conventional methods can be slow and heavily depend on your skills or even luck, which makes it difficult to accumulate enough &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap fifa coins&lt;/a&gt; in a short period of time. This is especially true if you are aiming to buy top-tier players like Team of the Week 9 Mbapp&eacute;, as grinding through these methods could take months, leaving you far from building your dream squad quickly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To solve this problem, the LootBar trading platform provides a fast and reliable solution for players who want to get FC 26 Coins quickly. With LootBar, you can purchase up to 5 million FC 26 Coins for around $464, but new users can enjoy a 10% discount, bringing the price down to just $417. Not only does LootBar offer cheap fifa coins, but it also ensures fast and secure delivery through safe trading methods, protecting your account from risks. If you want to strengthen your Ultimate Team without the long wait, using LootBar to buy fut coins is the most efficient way to achieve your goals and assemble your ideal lineup in no time.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(247, 396, '', 'Valorant Skins: Nadeshot Spends Over $10,000', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6924eccd5431ba64f9d0f5ddws4k6QtE03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6924eccd5431ba64f9d0f5ddws4k6QtE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nadeshot recently shared a surprising detail about his virtual spending habits, unveiling the hefty sum he has allocated toward Valorant cosmetic items. During a live broadcast, this well-known gaming influencer and founder of 100 Thieves disclosed that his total expenditure on Valorant skins has reached over ten thousand dollars, specifically $10,398.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Twitch star, boasting a follower count exceeding 2 million, is celebrated for his engaging streams that showcase popular first-person shooter games such as Valorant, Call of Duty: Warzone, Modern Warfare 3, and Fortnite. His commitment to enhancing his gaming experience often involves purchasing exclusive in-game cosmetic items, including rare skins, weapon camos, and limited-edition bundles. These items, especially in Valorant, can carry hefty price tags, sometimes exceeding $100 for a single bundle, reflecting their rarity and exclusivity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Given the frequent release of new skins and limited-edition bundles in Valorant, the cumulative expenses can quickly escalate. Riot Games offers players various tools to track their spending, and during his stream, Nadeshot took a moment to review his own purchase history. The result was a startling revelation: since his initial investment in November 2020, he has spent a total of $10,398 on skins and other cosmetic upgrades. He humorously lamented this fact, joking that reviewing his expenditure was &ldquo;the worst idea,&rdquo; and quipped, &ldquo;I think I&rsquo;m gonna throw up,&rdquo; acknowledging the significant financial commitment involved.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The conversation around virtual spending extends beyond Nadeshot. Leaf, a professional gamer for G2 Esports, shared his own experience, revealing that he has spent approximately $10,874.90 on Valorant skins. He expressed regret over this substantial sum, highlighting the difficulty in reconciling such expenses. These figures are a reminder of how costly virtual collectibles can become&mdash;especially when considering other high-profile investments. For instance, last year, Twitch streamer Danny Aarons garnered attention after revealing he had spent a staggering $40,000 preparing for EA Sports FC 24.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The scope of gaming-related expenses is broad. In May, streamer XQC disclosed that he had invested over $150,000 on his Steam account. His extensive collection includes nearly 1,000 items in Counter-Strike: Global Offensive, with some rare knives valued at more than $1,000 each. These examples underscore how passionate gamers and streamers are willing to invest large sums into their digital collections, reflecting both their enthusiasm and the high stakes involved in virtual item ownership.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points are the main premium currency in Valorant, allowing players to buy exclusive items like weapon skins, gun buddies, and the Battle Pass to customize their gameplay experience. Unlike other in-game rewards earned through playing, &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; options require real-world money and are not obtainable through regular gameplay. Players looking to top up their accounts can easily obtain Valorant Points through various trusted game trading platforms, with LootBar being a popular choice for affordable and secure transactions. This system gives fans the flexibility to personalize their agents and show off unique cosmetics in matches.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Valorant&lt;/a&gt; Points for your favorite game, considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; platform can be a smart choice. Lootbar.gg is renowned for offering some of the most competitive prices, ensuring players get excellent value whether they&rsquo;re purchasing a small amount or making a larger investment in Valorant Points. The platform makes affordability a priority, allowing you to stretch your budget and get more in-game currency for less.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond attractive pricing, lootbar.gg also excels in security and efficiency. All transactions are protected with advanced encryption, giving players peace of mind that their personal and payment information is safe. The delivery system is exceptionally fast, ensuring that your Valorant Points are added to your account within just a few minutes after purchase. Additionally, lootbar.gg provides 24/7 customer support, so players can receive help or resolve any issues at any time. With its blend of low prices, secure transactions, speedy delivery, and reliable support, lootbar.gg is a top choice for anyone looking to top up Valorant Points.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin your &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; using the LootBar trading platform, first visit the official website at lootbar.gg and choose the language and currency that best suits you. Once you&rsquo;re on the homepage, navigate to the top-up section and select Valorant from the list of available games. You will then be prompted to enter your Riot account credentials to ensure your account is properly linked for the transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide the amount of Valorant Points you wish to purchase and click the relevant button to move forward. At this stage, you&rsquo;ll need to pick your preferred payment method from the available options and confirm your purchase. After completing the payment, the Valorant Points will be delivered directly to your account within just a few minutes, letting you immediately experience the benefits of your Valorant top up, such as purchasing exclusive skins and in-game items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(248, 397, '', 'Cantarella Wuthering Waves Guide &ndash; Best Builds &amp; Roles', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e72ca4fad409c4be2b4N3WiVLw503&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e72ca4fad409c4be2b4N3WiVLw503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cantarella: Versatile Combat Leader&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the prominent leader of the Fisalia lineage, Cantarella holds a commanding presence in the realm of Rinascita, commanding respect and attention. Her captivating personality is complemented by her enchanting skills, which are designed to make a memorable impact on her opponents. In Wuthering Waves, she is recognized as a 5-star Havoc Resonator equipped with a powerful Rectifier, making her a versatile force on the battlefield with hidden depths.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Much like other notable characters such as Brant, Cantarella combines aggressive offense with supportive roles, allowing her to adapt to various combat situations. She can excel as a healer, provide essential support, or serve as a secondary DPS, depending on her build. Selecting the right Cantarella configuration in Wuthering Waves is essential to maximize her potential, requiring strategic planning to tailor her abilities to your team&rsquo;s needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e75fb24188cb39f847bLNFM1Cii03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e75fb24188cb39f847bLNFM1Cii03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e775204e3b43306a525sNDcMaiE03&quot; height=&quot;241&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e775204e3b43306a525sNDcMaiE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e7ad303cce3a6c431cb5BtRuH6b03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e7ad303cce3a6c431cb5BtRuH6b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Wuthering Waves, optimizing Cantarella&#039;s build hinges on her team composition and your strategic approach. When pairing her with a damage dealer who specializes in Havoc, a focused build with Nightmare: Impermanence Heron or preferably Lorelei is recommended, as these enhance her support capabilities. Equipping her with the Midnight Veil set maximizes her contribution by amplifying her Havoc damage output, which benefits the main DPS directly. To further boost her effectiveness, prioritize crit rate or crit damage stats, enabling her to serve as a potent support or sub-DPS.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Conversely, if your main DPS character isn&#039;t aligned with Havoc, you&#039;ll need to reconfigure her equipment and shift her echo set. In this scenario, Hecate combined with the Empyrean Anthem set emerges as the optimal support setup. This combination significantly improves resonators&rsquo; energy regeneration and synergizes well within team dynamics. Be aware that optimizing this setup depends heavily on how much effort you&#039;re willing to invest in upgrading Cantarella and your team members.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For players who have already fine-tuned their main DPS, dedicating time to enhance Cantarella&rsquo;s gear becomes essential to unlock the full potential of the Empyrean Anthem set. The stronger her build, the more effectively she can utilize this support set. Alternatively, if you prefer a more straightforward approach, equipping her with the Moonlit Clouds set alongside Impermanence Heron can be effective&mdash;especially when your main DPS is already well-developed. In such cases, the Moonlit Clouds set enhances her performance, shining brightest when her primary damage dealer is properly equipped and leveled.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e7ee4471419c595f0dedBiMuxpI03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e7ee4471419c595f0dedBiMuxpI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For optimal performance with Cantarella, the premier choice of weapon is the Whispers of Sirens. This signature weapon boasts a solid 500 base attack and a substantial 72% crit damage, making it a powerful asset in her arsenal. Its passive skill is perfectly aligned with her kit, significantly amplifying her personal damage output and enabling her to bypass enemy havoc resistance, thus ensuring more reliable damage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another excellent option is the Stringmaster. Sharing similar base stats with Whispers of Sirens, it offers an additional advantage by increasing attack percentage when dealing resonance skill damage. This synergy is particularly effective during her Mirage state, where timing the resonance skill to maximize damage becomes crucial. Activating her resonance skill during Mirage amplifies her damage, making the Stringmaster an attractive alternative.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Rime-draped Sprouts and Cosmic Ripples serve as viable weapons. Rime-draped Sprouts enhances her basic attack damage each time she uses her resonance skill, encouraging players to carefully coordinate skill swaps before engaging Mirage and launching offensive maneuvers. Cosmic Ripples, on the other hand, boosts her energy regeneration and basic attack damage, functioning as a strong substitute comparable to her limited-time weapon due to its excellent synergy with her playstyle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In cases where acquiring these five-star weapons isn&#039;t feasible, the Battle Pass offers an R5 augment that can be a solid alternative. This four-star weapon grants a significant attack percentage boost following her resonance liberation, which she typically uses early in her rotation. It&rsquo;s particularly effective if you aim to develop Cantarella as a sub-DPS, providing consistent damage boosts without the need for rarer equipment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lastly, Fusion Accretion stands as a practical choice, offering high base attack after resonance skill damage. It also enhances resonance energy regeneration, helping to manage her energy requirements more efficiently. This makes it a well-rounded option for maintaining her damage output and sustaining her resonance cycle during combat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e811640cc0703b79a12xj3kcAUD03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e811640cc0703b79a12xj3kcAUD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Skill Prioritization for Cantarella&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While the optimal skill sequence for Cantarella varies depending on your preferred playstyle, her Forte Circuit remains the most critical skill regardless. This skill significantly boosts her damage potential by enhancing the perception drain multiplier, making her a formidable attacker. Additionally, Forte Circuit greatly enhances her survivability during battles, allowing her to endure longer against foes. When developing her build, prioritize upgrading her Resonance Liberation to maximize damage output, as it is typically the first skill utilized during combat rotations. Resonance Liberation greatly amplifies the damage dealt by her coordinated attacks, making it a key component of her combat effectiveness. Understanding her basic attack mechanics and skill progression is essential for optimizing her performance and unleashing her full potential in Wuthering Waves.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites&lt;/a&gt; are the premium currency used within the game Wuthering Waves to unlock exclusive content such as limited-time bundles, character upgrades, and special weapons, enhancing the overall gaming experience. Players looking to obtain Wuthering Waves Lunites can easily top up through popular game trading platforms like Codashop, SEAGM, and Midasbuy, which offer secure and convenient payment options. By purchasing Lunites, gamers can access rare in-game resources and advance faster than through standard gameplay. This makes Lunites a valuable asset for those seeking to maximize their adventure in Wuthering Waves.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Wuthering Waves&lt;/a&gt; Lunites, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. As the official &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering waves top up center&lt;/a&gt;, lootbar.gg stands out for its professional and secure services, making it easy for gamers to access premium in-game currency without hassle. The platform is designed with global players in mind, offering multilingual support and a user-friendly interface that ensures convenience for everyone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of choosing lootbar for your Wuthering Waves top up is the availability of 24/7 online customer service, which means assistance is always at hand no matter when you need it. Additionally, lootbar.gg supports a wide variety of payment methods, catering to the diverse needs of its users and providing a flexible, safe transaction process. The platform&rsquo;s commitment to security and professionalism ensures that your personal and financial information is well-protected throughout every transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar is renowned for its competitive pricing, making it the ideal destination for players seeking a &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering waves cheap top up&lt;/a&gt;. With regular promotions and tiered discounts that can reach up to 20% off on certain items, players can enjoy significant savings while enhancing their gaming experience. Whether you are a casual player or a dedicated fan, lootbar.gg offers an affordable and reliable solution for all your Wuthering Waves Lunites top-up needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Wuthering Waves on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;WuWa top up&lt;/a&gt; for Lunites on the Lootbar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official Lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency before signing in to your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and choose Wuthering Waves as your target game for the transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide the quantity of Lunites you wish to buy and proceed with the &quot;Top-up Now&quot; option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the payment method that suits you best and finalize the payment.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter your payment is processed, you will need to provide your Wuthering Waves account details, including login method, account name, password, and server information.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCoordinate with the designated seller to ensure the Lunites are delivered to your WuWa account, and then check in-game to confirm the successful top up.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(249, 398, '', 'Valorant : Comment demander la reddition [Guide]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans l&#039;univers de Valorant, la victoire ne d&eacute;pend pas uniquement de la pr&eacute;cision ou de la strat&eacute;gie, mais aussi de la gestion des situations difficiles. Lorsqu&#039;une partie tourne mal en raison d&#039;un mauvais d&eacute;but, d&#039;une &eacute;quipe d&eacute;moralis&eacute;e ou d&#039;une coordination inexistante, il peut devenir tentant de mettre fin &agrave; la match rapidement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Savoir quand et comment demander une reddition permet d&#039;&eacute;viter une perte de temps inutile et de pr&eacute;server votre exp&eacute;rience de jeu. Cependant, cette option n&#039;est pas toujours accessible, et son utilisation doit respecter certains crit&egrave;res.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce guide vous informe sur la proc&eacute;dure pour quitter une partie de fa&ccedil;on strat&eacute;gique, les moments o&ugrave; cela est envisageable, et les cons&eacute;quences que cela peut entra&icirc;ner pour votre progression et votre classement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db7d3cf93e893c2d2c2cpB1fl0b03&quot; height=&quot;121&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db7d3cf93e893c2d2c2cpB1fl0b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;484&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participer &agrave; une partie de VALORANT peut parfois mener &agrave; une situation o&ugrave; il est pr&eacute;f&eacute;rable de mettre fin pr&eacute;matur&eacute;ment &agrave; la rencontre. Pour cela, un syst&egrave;me de vote d&rsquo;abandon est mis en place, permettant &agrave; tous les joueurs de d&eacute;cider collectivement de quitter le match avant la fin. Cela s&rsquo;av&egrave;re particuli&egrave;rement utile lorsque l&rsquo;issue semble in&eacute;vitable, que ce soit en raison d&rsquo;un d&eacute;s&eacute;quilibre &eacute;vident ou de probl&egrave;mes techniques emp&ecirc;chant la victoire.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce m&eacute;canisme est accessible &agrave; partir du sixi&egrave;me round, et chaque moiti&eacute; de partie n&rsquo;autorise qu&rsquo;un seul vote d&rsquo;abandon. Ainsi, un vote peut &ecirc;tre lanc&eacute; en premi&egrave;re mi-temps, puis un autre lors de la seconde. Pour initier le processus, il faut ouvrir le chat d&rsquo;&eacute;quipe en appuyant sur la touche &lt;code style=&quot;font-family:Arial;&quot;&gt;entr&eacute;e&lt;/code&gt;. Ensuite, tapez l&rsquo;une des commandes suivantes : &lt;code style=&quot;font-family:Arial;&quot;&gt;/ff&lt;/code&gt;, &lt;code style=&quot;font-family:Arial;&quot;&gt;/forfeit&lt;/code&gt;, &lt;code style=&quot;font-family:Arial;&quot;&gt;/concede&lt;/code&gt; ou &lt;code style=&quot;font-family:Arial;&quot;&gt;/surrender&lt;/code&gt;. Une invitation appara&icirc;tra pour confirmer votre choix.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour r&eacute;pondre &agrave; cette invitation, utilisez la touche &lt;code style=&quot;font-family:Arial;&quot;&gt;F5&lt;/code&gt; pour accepter ou &lt;code style=&quot;font-family:Arial;&quot;&gt;F6&lt;/code&gt; pour refuser. La demande d&rsquo;abandon ne sera accept&eacute;e que si tous les membres de l&rsquo;&eacute;quipe votent &laquo; oui &raquo;. Un seul refus ou l&rsquo;absence de r&eacute;ponse de la part d&rsquo;un joueur annule la proc&eacute;dure. Il est important de noter que voter pour abandonner &eacute;quivaut &agrave; une d&eacute;faite classique, ce qui peut impacter n&eacute;gativement votre MMR, comme lors d&rsquo;une d&eacute;faite ordinaire.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant Point&lt;/a&gt; est la principale monnaie virtuelle utilis&eacute;e dans le jeu Valorant pour acheter des skins d&rsquo;armes, des accessoires d&eacute;coratifs ou encore le Pass de combat, offrant ainsi aux joueurs la possibilit&eacute; de personnaliser leur exp&eacute;rience. On ne peut pas obtenir de Valorant Point simplement en jouant ; il faut les acheter avec de l&rsquo;argent r&eacute;el. Pour cela, il est possible de recharger son solde directement via le client du jeu, ou bien de passer par des plateformes de recharge fiables telles que LootBar, qui permettent d&rsquo;obtenir des Valorant Points &agrave; prix avantageux. Cette flexibilit&eacute; facilite l&rsquo;acquisition rapide de contenus exclusifs pour enrichir son aventure sur Valorant.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger des Valorant Points, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; pour profiter d&#039;une exp&eacute;rience pratique et &eacute;conomique. En choisissant lootbar.gg, les joueurs b&eacute;n&eacute;ficient de prix comp&eacute;titifs, souvent d&eacute;sign&eacute;s comme &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt;, ce qui permet d&#039;acqu&eacute;rir plus de points pour moins cher lors des promotions et offres sp&eacute;ciales.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, lootbar garantit une s&eacute;curit&eacute; maximale lors de chaque transaction gr&acirc;ce &agrave; ses protocoles de paiement avanc&eacute;s. Les joueurs peuvent ainsi acheter leurs Valorant Points en toute confiance, sachant que leurs informations personnelles et financi&egrave;res sont prot&eacute;g&eacute;es &agrave; chaque &eacute;tape du processus. Cette fiabilit&eacute; est renforc&eacute;e par la rapidit&eacute; du service, puisque la livraison des points se fait g&eacute;n&eacute;ralement en moins de trois minutes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, l&#039;exp&eacute;rience utilisateur est optimis&eacute;e par la disponibilit&eacute; d&#039;un service client r&eacute;actif et professionnel, accessible 24h/24 et 7j/7. Que ce soit pour r&eacute;soudre un probl&egrave;me ou obtenir des conseils, l&rsquo;&eacute;quipe de lootbar reste &agrave; l&rsquo;&eacute;coute pour accompagner les joueurs &agrave; tout moment. Ainsi, choisir lootbar pour recharger ses Valorant Points combine &agrave; la fois &eacute;conomie, s&eacute;curit&eacute; et service de qualit&eacute;.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour recharger Valorant Points sur la plateforme Lootbar, commencez par acc&eacute;der au site et recherchez la section d&eacute;di&eacute;e &agrave; la &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt;.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur la page de recharge Valorant de Lootbar.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nParcourez les offres disponibles et s&eacute;lectionnez la quantit&eacute; de Valorant Points qui correspond &agrave; vos besoins.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCompl&eacute;tez les champs requis avec votre identifiant ainsi que le mot de passe de votre compte Riot Games pour garantir la bonne attribution des points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez ensuite l&rsquo;option de paiement qui vous convient le mieux parmi celles propos&eacute;es, puis validez en cliquant sur le bouton destin&eacute; &agrave; finaliser le paiement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPatientez quelques instants le temps que la transaction soit trait&eacute;e ; vos Valorant Points seront automatiquement cr&eacute;dit&eacute;s sur votre compte, et vous recevrez une notification d&egrave;s qu&rsquo;ils seront disponibles.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIl ne vous reste plus qu&rsquo;&agrave; lancer Valorant pour profiter imm&eacute;diatement de vos nouveaux points et enrichir votre exp&eacute;rience de jeu.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(250, 399, '', 'NordVPN Review: Top Speed &amp; Security&mdash;WCL Audit Results', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68e05db5643d9f0fdaa5c3021wvTiQXM03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68e05db5643d9f0fdaa5c3021wvTiQXM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Recently, an independent evaluation by West Coast Labs (WCL), a reputable security testing organization, confirmed NordVPN&#039;s outstanding performance.&lt;/p&gt;\n&lt;p&gt;The comprehensive audit involved comparing NordVPN with four other top providers: Mullvad, Norton VPN, Proton VPN, and ExpressVPN.&lt;/p&gt;\n&lt;p&gt;Over more than 500 rigorous tests, NordVPN demonstrated exceptional results across six key categories, earning near-perfect scores in each.&lt;/p&gt;\n&lt;p&gt;The assessment highlighted NordVPN&#039;s superior speed and security, positioning it as the leading VPN option currently available.&lt;/p&gt;\n&lt;p&gt;This positive review coincides with NordVPN&rsquo;s recent announcement of its lowest prices of the year through an early Black Friday deal.&lt;/p&gt;\n&lt;p&gt;For users seeking both affordability and top-tier protection, this independent report reinforces NordVPN&rsquo;s reputation as a trustworthy and high-performing service.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263cb40c2d9f49c73f665bGGRTpmFz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263cb40c2d9f49c73f665bGGRTpmFz07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN dominated recent independent security audits with exceptional performance&lt;/p&gt;\n&lt;p&gt;achieving near-perfect results that set it apart from leading competitors&lt;/p&gt;\n\n&lt;p&gt;In rigorous testing by WCL using AMTSO standards across Windows and macOS platforms&lt;/p&gt;\n&lt;p&gt;the provider secured an impressive 58 out of 60 possible points&lt;/p&gt;\n&lt;p&gt;ExpressVPN trailed significantly at 52 points&lt;/p&gt;\n&lt;p&gt;followed by ProtonVPN (49) and Mullvad VPN (44)&lt;/p&gt;\n\n&lt;p&gt;Speed tests revealed extraordinary capabilities&lt;/p&gt;\n&lt;p&gt;NordVPN delivered blazing-fast average downloads of 817Mbps&lt;/p&gt;\n&lt;p&gt;outpacing rivals by 29-92Mbps across global routes&lt;/p&gt;\n\n&lt;p&gt;Security proved flawless during 455 network transitions&lt;/p&gt;\n&lt;p&gt;including 62 forced switches&lt;/p&gt;\n&lt;p&gt;with zero DNS, IP, WebRTC or IPv6 leaks detected&lt;/p&gt;\n\n&lt;p&gt;Web accessibility was nearly perfect&lt;/p&gt;\n&lt;p&gt;reaching all 100 tested sites with only two captcha interruptions&lt;/p&gt;\n&lt;p&gt;Connection times were record-breaking at 0.66 seconds average&lt;/p&gt;\n&lt;p&gt;2.4x faster than the nearest competitor&lt;/p&gt;\n\n&lt;p&gt;While ExpressVPN edged ahead slightly in system resource usage&lt;/p&gt;\n&lt;p&gt;NordVPN still earned an A+ rating in this category&lt;/p&gt;\n\n&lt;p&gt;These outstanding results align with comprehensive third-party evaluations&lt;/p&gt;\n&lt;p&gt;confirming NordVPN&#039;s leadership through extensive server coverage&lt;/p&gt;\n&lt;p&gt;exceptional speeds&lt;/p&gt;\n&lt;p&gt;and uncompromising security protocols&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263cb7131c1484a746e10eUEQ1w8wy07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263cb7131c1484a746e10eUEQ1w8wy07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exclusive Limited-Time Cyber Security Offer from Leading VPN Provider&lt;/p&gt;\n&lt;p&gt;As the digital landscape becomes increasingly complex, protecting your online presence has never been more crucial. A top-rated virtual private network service has just received outstanding marks from an independent testing facility, reinforcing its position as the premier security solution for 2025.&lt;/p&gt;\n&lt;p&gt;For a brief window during the holiday shopping season, customers can access premium digital protection at dramatically reduced rates. The flagship two-year subscription package now starts at just $2.99 monthly&mdash;a remarkable 77% reduction from standard pricing&mdash;with a bonus quarter-year of service included at no additional cost.&lt;/p&gt;\n&lt;p&gt;This exceptional offer delivers comprehensive security features while allowing users to protect up to 10 devices simultaneously. Subscribers gain access to advanced threat mitigation technology, innovative peer-to-peer networking capabilities, and numerous other cutting-edge security tools.&lt;/p&gt;\n&lt;p&gt;Hesitant about committing? The provider offers a risk-free trial period extending 30 days, allowing customers to experience the service&#039;s benefits without financial obligation.&lt;/p&gt;\n&lt;p&gt;Beyond the entry-level package, the mid-tier subscription&mdash;widely recommended for typical users&mdash;now costs only $3.89 monthly. This enhanced plan includes comprehensive malware protection and password management functionality, totaling just $105.03 for over two years of complete digital security.&lt;/p&gt;\n&lt;p&gt;This timely promotion coincides perfectly with recent independent laboratory certification confirming the service&#039;s superior performance metrics and security protocols, making it an ideal opportunity to invest in premium online protection at an unprecedented value.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People increasingly turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; sites due to widespread geo-restrictions, censorship, and privacy concerns. VPNs provide a secure, encrypted connection that masks the user&#039;s IP address, allowing them to bypass regional content blocks while maintaining anonymity from ISPs and government surveillance. Porn unblocked through VPN services offers users unrestricted access to adult content regardless of their location, protecting their browsing activities and personal information from potential monitoring or throttling by internet service providers.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might be restricted in your region, SafeShell VPN offers a comprehensive solution that prioritizes both access and privacy. This service stands out as an effective tool for accessing adult content that may otherwise be unavailable due to geographical restrictions or network limitations. With SafeShell VPN, users can browse freely while maintaining their anonymity and protecting their personal information from potential surveillance.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers exceptional benefits beyond just content access. Its lightning-fast connection speeds ensure smooth streaming without the frustrating buffering that often accompanies VPN usage. The exclusive ShellGuard protocol provides military-grade encryption that keeps your browsing activities completely private, while the innovative App Mode feature allows you to access content from multiple regions simultaneously without constantly switching servers.&lt;/p&gt;\n&lt;p&gt;Another significant advantage of SafeShell VPN is its versatility across devices. With support for up to five simultaneous connections spanning across Windows, macOS, iOS, Android, and various TV platforms, you can ensure consistent protection across all your devices. Whether you&#039;re at home or traveling, SafeShell VPN maintains reliable performance while helping you unblock porn sites and other restricted content without compromising on speed or security.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access adult content from any region without restrictions, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a straightforward solution that ensures both privacy and unrestricted access. Begin by visiting the SafeShell VPN official website and selecting a subscription plan that suits your needs. After completing your purchase, download the application for your device and complete the installation process. Once installed, launch the SafeShell VPN app and create your account or log in with your credentials if you&#039;ve already registered during the subscription process.&lt;/p&gt;\n&lt;p&gt;After logging in, navigate to the server selection screen within the SafeShell VPN interface and choose a server location in the region where your desired content is available. Connect to the selected server by clicking the connection button, and wait until the status shows you&#039;re successfully connected. Now you can open your preferred browser and visit any adult content websites without regional restrictions, as your connection is now routed through the selected country&#039;s server. Remember that SafeShell VPN encrypts your traffic, ensuring your browsing activities remain private from your internet service provider and other potential observers.&lt;/p&gt;', 9, 'game'),
(251, 400, '', 'Online Safety Act &ndash; UK Government Faces Backlash', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cf8c2c9a79a8f29f017KuPEaHCG03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cf8c2c9a79a8f29f017KuPEaHCG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK Government Stands Firm on Online Safety Act Despite Public Outcry&lt;/p&gt;\n&lt;p&gt;Despite mounting opposition and a rapidly growing petition, the British government remains committed to the Online Safety Act, emphasizing its determination to create a safer internet environment.&lt;/p&gt;\n&lt;p&gt;The legislation, which became law in 2023, has recently triggered widespread backlash following the implementation of mandatory age verification requirements that took effect on July 25th. These measures require UK residents to undergo rigorous identity checks when accessing adult content or potentially harmful material online.&lt;/p&gt;\n&lt;p&gt;The petition calling for the act&#039;s repeal has gathered remarkable momentum, surpassing 450,000 signatures in just a matter of days - far exceeding the 100,000 threshold needed for parliamentary debate consideration.&lt;/p&gt;\n&lt;p&gt;In its official response, the Department for Science, Innovation, and Technology firmly stated its position: &quot;The government has no plans to repeal the Online Safety Act, and is working closely with Ofcom to implement the act as quickly and effectively as possible.&quot;&lt;/p&gt;\n&lt;p&gt;Critics have raised significant concerns about the implications of these verification requirements. Users of platforms like X (formerly Twitter), Reddit, Bluesky, dating applications, and gaming services now face requirements to verify their age through methods such as facial scanning, credit card verification, or government ID submission.&lt;/p&gt;\n&lt;p&gt;Privacy advocates warn that these measures could potentially lead to substantial data security risks, including possible leaks and misuse of personal information. Additional concerns center around potential limitations on free expression and access to information through content restrictions.&lt;/p&gt;\n&lt;p&gt;Yegor Sak, who leads Canada-based Windscribe VPN, acknowledged the good intentions behind protecting children online but questioned the implementation approach, noting: &quot;The execution raises serious concerns around privacy, censorship, and, functionally, whether it even works.&quot;&lt;/p&gt;\n&lt;p&gt;The government maintains that it will continue collaborating with Ofcom on implementing the act while monitoring to ensure proportionate application of the regulations designed to protect vulnerable internet users.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cfb470eb6e7486ce3e9qGf9jkf503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cfb470eb6e7486ce3e9qGf9jkf503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK Online Safety Act Sparks Privacy Concerns and VPN Adoption&lt;/p&gt;\n&lt;p&gt;The recent implementation of the UK Online Safety Act has triggered a significant surge in privacy concerns, with many citizens seeking digital protection solutions.&lt;/p&gt;\n&lt;p&gt;Privacy tools have seen unprecedented demand, as demonstrated by Proton VPN&#039;s remarkable 1,400% hourly increase in usage following the law&#039;s enforcement on July 25.&lt;/p&gt;\n&lt;p&gt;For those worried about sharing personal information during age verification processes, virtual private networks offer a potential safeguard. While free VPN options exist, they typically provide limited protection features compared to premium alternatives.&lt;/p&gt;\n&lt;p&gt;Security experts recommend considering paid VPN services for comprehensive protection. NordVPN currently stands as a leading choice among privacy-conscious users, with special subscription offers available for those committing to longer-term plans.&lt;/p&gt;\n&lt;p&gt;The debate continues regarding how these verification requirements will transform internet usage in the UK, with particular focus on the privacy implications for everyday users.&lt;/p&gt;\n&lt;p&gt;Importantly, experts caution that even VPNs have limitations and cannot guarantee complete anonymity online&mdash;a misconception still held by many users.&lt;/p&gt;\n&lt;p&gt;Similar age verification legislation being considered in other countries, particularly the US, raises parallel privacy concerns, highlighting that this is becoming a global digital rights issue rather than solely a UK phenomenon.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services primarily to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt;, driven by the need to bypass geographical restrictions imposed by governments or institutions and to shield their sensitive browsing activities from surveillance and ISP monitoring. Essentially, &quot;porn unblocked&quot; refers to the successful access of adult content websites that would otherwise be inaccessible due to censorship, geo-blocking, or network filters, enabled through the VPN&#039;s ability to mask the user&#039;s location and encrypt their connection.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, they may want to consider the SafeShell VPN. This VPN service offers a powerful combination of security, speed, and versatility, making it an excellent choice for users seeking private and unrestricted browsing experiences. SafeShell VPN employs advanced encryption protocols, such as ShellGuard, ensuring that your online activities remain anonymous and protected from potential threats or surveillance, which is crucial when accessing sensitive content.&lt;/p&gt;\n&lt;p&gt;Additionally, SafeShell VPN provides a wide selection of servers across various locations, allowing users to bypass geo-restrictions effortlessly. Its innovative App Mode feature enables simultaneous access to unblocked content from multiple regions, saving time and simplifying the process of browsing restricted sites. The lightning-fast speeds delivered by SafeShell VPN ensure smooth streaming of high-definition videos without buffering, enhancing the overall user experience.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN supports multiple devices simultaneously, including smartphones, tablets, and smart TVs, ensuring comprehensive security across all your gadgets. Its user-friendly interface and robust security measures make it a reliable tool to unblock porn sites safely, privately, and efficiently, empowering users to enjoy unrestricted content without compromising their privacy or connection quality.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these precise steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSubscribe to a SafeShell VPN plan via their official website.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application compatible with your device (Windows, macOS, iOS, Android, etc.) and complete installation.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app and activate App Mode within the settings menu for optimized access.\n&lt;/li&gt;\n&lt;li&gt;\nSelect a specific server location matching your desired content region from the extensive global network.\n&lt;/li&gt;\n&lt;li&gt;\nEstablish your encrypted VPN connection through SafeShell VPN to bypass geographic restrictions.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred web browser or application to seamlessly view previously unavailable content while maintaining anonymity.\n&lt;/li&gt;\n&lt;li&gt;\nDisconnect from SafeShell VPN when finished to resume regular browsing.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This process ensures private and unrestricted access to international platforms through SafeShell VPN&rsquo;s encrypted tunnel.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(252, 401, '', 'Infinity Nikki Launch: 10M Downloads &amp; Player Surge', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ecad303cce3a6c436d3W6wrBP3I03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ecad303cce3a6c436d3W6wrBP3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The launch weekend for the open-world dress-up game Infinity Nikki has been bustling with activity. Fans eager to customize and explore flocked to Miraland, while InFold Games actively distributed in-game currency codes to support new players. As a result, the game has surpassed 10 million downloads globally, marking a significant milestone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Personally, I&#039;ve been thoroughly enjoying my experience with Infinity Nikki, and it&#039;s exciting to see a surge of new players joining during a weekend that also featured record-breaking numbers for Path of Exile 2 and notable player counts for Marvel Rivals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, details remain scarce regarding the breakdown of these downloads, particularly how many are from PC via the official launcher versus the Epic Games Store. Additionally, specific figures for concurrent players are not available, though this isn&#039;t a critical metric for Nikki at this stage, given its limited multiplayer features. While social interactions are present, the game&rsquo;s multiplayer aspect remains minimal, with potential updates expected in the future.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ecef5cb970493468f14r22FOjjb03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ecef5cb970493468f14r22FOjjb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ed1d3cf93e893c2e1a2v2WpcdTV03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ed1d3cf93e893c2e1a2v2WpcdTV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ed41640cc0703b79d82qumBxfL603&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ed41640cc0703b79d82qumBxfL603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In celebration of the game&#039;s successful launch, Infold Games is expressing gratitude to players by distributing 10 Resonite Crystals to all participants. These crystals serve as the in-game currency used for drawing on select Infinity Nikki resonance banners. Players can expect to find this bonus in their in-game mailbox, and they should claim it before December 31 to ensure receipt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The popularity of cozy games continues to grow this year, a trend I anticipated at the close of last year. It&rsquo;s encouraging to see a broad audience discovering and appreciating titles that have dedicated considerable effort in transitioning from mobile to PC platforms, offering a richer gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Our review of Infinity Nikki highlights its stunning character outfits and immersive environmental designs, which many fans find captivating. However, some players, including series enthusiast Mollie Taylor, felt the game&rsquo;s difficulty level was a bit lacking. I personally agree that the hair and cloth physics are beautifully rendered, and I&rsquo;ve been particularly enchanted by the diverse musical themes that accompany each area. The platforming puzzles add an enjoyable layer, even if they tend to be quite straightforward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, Infinity Nikki is running a series of limited-time launch events, making it an ideal moment for players to log in, collect free Resonite Crystals, and enjoy additional rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ed61523bab99fd40cbeHWGc9Bqh03&quot; height=&quot;200&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ed61523bab99fd40cbeHWGc9Bqh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;200&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During an action-packed launch weekend, fans are diving into various exciting titles, including Path of Exile 2 and Marvel Rivals, while Infinity Nikki also makes waves with an impressive 10 million downloads.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players are eager to explore new features, such as crafting special outfits and enhancing their characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For instance, mastering the art of creating the Miracle Outfit in Infinity Nikki Wishful Aurora requires understanding specific crafting techniques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collecting upgrade materials is essential, and players can find these by completing daily quests and exploring different in-game locations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One common question involves locating the Bedrock Crystals&mdash;many are puzzled about the whereabouts of the elusive Bouldy NPC.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, players often wonder about the differences between upgrading outfits through evolution or a glow-up, seeking to optimize their appearance and performance in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is PoE2 and PoE2 Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PoE2 Currency&lt;/a&gt; refers to the specialized items and orbs used within Path of Exile 2 for crafting equipment, trading with other players, and advancing your character&#039;s power. These unique items play a central role in the game&rsquo;s economy, as they can modify gear, create powerful items, or be exchanged in player-to-player trades. Players can obtain PoE2 Currency through in-game activities like defeating monsters, completing quests, or by topping up on trusted trading platforms such as Path of Exile&rsquo;s official marketplace or reputable third-party sites. This system offers a dynamic and player-driven approach to progression compared to traditional currency models.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy POE2 Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their POE2 Currency, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. lootbar.gg stands out as a reliable choice for those who wish to &lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy poe2 currency&lt;/a&gt;, offering a combination of affordability, security, and efficiency that meets the needs of every Path of Exile 2 adventurer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major advantages of using lootbar is its competitive pricing structure. Players can take advantage of ongoing seasonal discounts, ensuring that they always get the best value for their purchases. The platform is known for delivering substantial savings, making it an appealing choice for both casual and dedicated POE2 players who want to maximize their in-game resources without overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to great prices, lootbar.gg prioritizes the safety and satisfaction of its users. All transactions are protected by advanced encryption technology and strict security measures, giving players peace of mind while they buy poe2 currency. Fast delivery times, ranging from just 15 minutes up to 2 hours, mean you won&rsquo;t have to wait long to get back into the action. Plus, with 24/7 customer support, help is always available to resolve any issues or answer questions, making lootbar a top-tier platform for all your Path of Exile 2 currency needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy POE2 Currency on LootBar, a Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-items/poe-2-currency?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy path of exile 2 currency&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar.gg website and selecting your preferred language and currency type. Next, log in to your account to access the full range of features. On the homepage, locate the &quot;Game Items&quot; section and find the listing for PoE 2 Currency. Browse the available items, decide which currency you want, specify the desired amount, and click &ldquo;Buy Now&rdquo; to proceed. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your items, enter accurate details such as your server and character name to ensure a smooth transaction. Pick your preferred payment method and complete the process by clicking &quot;Pay Now.&quot; Once your order is placed, log into Path of Exile 2 and watch for an in-game party invite from the LootBar trader. Accept the invite and follow the instructions for face-to-face delivery, which typically involves trading a junk item in exchange for your purchased currency. This streamlined process makes it easy and secure to buy path of exile 2 currency for your adventures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472da5dced5dd103ae4d6vV44xCGc03&quot; height=&quot;685&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472da5dced5dd103ae4d6vV44xCGc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(253, 402, '', 'Squid Game Season 2 Preview &ndash; Gi-hun&rsquo;s Transformation', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e0a1523bab99fd40016AwSP2u2Q03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e0a1523bab99fd40016AwSP2u2Q03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Squid Game Season 2 Preview&lt;/h3&gt;\n&lt;p&gt;In the recently unveiled preview for &quot;Squid Game&quot; Season 2, fans witnessed a transformed Gi-hun (portrayed by Lee Jung-jae), showcasing a stark contrast to his Season 1 persona. When instructed to &quot;smile!&quot; by an off-camera voice, the once-cheerful Player 456 now responds with a steely, unwavering glare&mdash;a powerful visual representation of his character evolution.&lt;/p&gt;\n&lt;p&gt;This dramatic shift in demeanor hints at the significant changes awaiting viewers when the highly anticipated second season debuts on December 26th. Both the series&#039; mastermind Hwang Dong-hyuk and protagonist Lee Jung-jae emphasized this transformation during Netflix&#039;s fall promotional event in Los Angeles, where attendees were also treated to a reimagined version of the show&#039;s recognizable musical theme.&lt;/p&gt;\n&lt;p&gt;&quot;There&#039;s a fundamental difference between Gi-hun&#039;s character in the first season compared to where we find him in the second,&quot; Lee explained during the November panel discussion.&lt;/p&gt;\n&lt;p&gt;The brief teaser effectively captures this transformation, juxtaposing Gi-hun&#039;s initial na&iuml;ve enthusiasm against his current hardened resolve&mdash;suggesting that his experiences have permanently altered his outlook as he faces whatever brutal challenges await in the new season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263ddaf8ec035ccc9e6464i0TZ9eZu07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263ddaf8ec035ccc9e6464i0TZ9eZu07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Hwang Dong-hyuk, the mastermind behind Netflix&#039;s global phenomenon &quot;Squid Game,&quot; recently shared insights about the upcoming second season, describing it as even more intense and unpredictable than its predecessor.&lt;/p&gt;\n&lt;p&gt;&quot;We&#039;re pushing boundaries with Season 2,&quot; Hwang revealed during a press conference. &quot;The first season established the world, but now we&#039;re free to explore darker territories and more complex game dynamics.&quot;&lt;/p&gt;\n&lt;p&gt;The creator explained that the tremendous success of the first season provided both creative freedom and significant pressure. &quot;There&#039;s expectation to deliver something even more shocking, which is challenging but exciting.&quot;&lt;/p&gt;\n&lt;p&gt;According to Hwang, the new season will feature both familiar faces and fresh competitors, creating a dynamic that allows for deeper character development while maintaining the show&#039;s signature tension.&lt;/p&gt;\n&lt;p&gt;&quot;The games themselves had to evolve,&quot; he noted. &quot;Viewers think they understand the rules now, so we needed to subvert those expectations completely.&quot;&lt;/p&gt;\n&lt;p&gt;Production sources indicate the budget for Season 2 has increased substantially, enabling more elaborate set pieces and visual effects that weren&#039;t possible in the inaugural season.&lt;/p&gt;\n&lt;p&gt;The creator emphasized that while the stakes are higher, the show&#039;s core commentary on social inequality remains central to the narrative.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263dde915d6b454df74f66u5YBZe2X07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263dde915d6b454df74f66u5YBZe2X07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Hwang Dong-hyuk, the mastermind behind Netflix&#039;s global phenomenon &quot;Squid Game,&quot; recently shared insights about the upcoming second season, promising fans an experience that surpasses the intensity of its predecessor. During an exclusive interview, the creator revealed that Season 2 will push boundaries even further, describing it as &quot;more crazy&quot; than the first installment.&lt;/p&gt;\n&lt;p&gt;&quot;We&#039;re taking everything that made Season 1 captivating and amplifying it,&quot; Hwang explained. &quot;The stakes are higher, the games more intricate, and the character development deeper.&quot;&lt;/p&gt;\n&lt;p&gt;The South Korean survival drama became Netflix&#039;s most-watched series upon its release, captivating audiences with its brutal portrayal of desperate contestants competing in deadly children&#039;s games for a life-changing cash prize.&lt;/p&gt;\n&lt;p&gt;While the first season offered a scathing critique of capitalism and social inequality, Hwang hints that Season 2 will explore new thematic territory while maintaining the show&#039;s signature tension and unpredictability.&lt;/p&gt;\n&lt;p&gt;Production challenges have reportedly been substantial, with elaborate set designs and complex action sequences requiring meticulous planning. Despite these hurdles, the creative team remains committed to delivering a worthy continuation of the story that captured global attention.&lt;/p&gt;\n&lt;p&gt;Netflix executives have expressed confidence in the new season, though they remain tight-lipped about specific plot details. The release date has yet to be officially announced, leaving fans eagerly anticipating their return to this uniquely disturbing universe.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263de23451cf28f14d48f5irtkFBVt07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263de23451cf28f14d48f5irtkFBVt07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Seasonal Evolution and Societal Themes&lt;/h3&gt;\n&lt;p&gt;Squid Game&#039;s architect Hwang Dong-hyuk unveils a deliberate descent into controlled chaos for the upcoming seasons&lt;/p&gt;\n&lt;p&gt;The lethal playgrounds evolve beyond childhood nostalgia into sophisticated psychological warfare arenas&lt;/p&gt;\n&lt;p&gt;Season 1&#039;s brutal simplicity masked profound social commentary through elementary rules&lt;/p&gt;\n\n&lt;p&gt;Red Light, Green Light&rsquo;s motion-detection terror established life-or-death stakes immediately&lt;/p&gt;\n&lt;p&gt;Tug of War&rsquo;s raw teamwork demands exposed human fragility beneath physical strength&lt;/p&gt;\n&lt;p&gt;Marbles transformed sentimental bonds into devastating zero-sum gambits&lt;/p&gt;\n\n&lt;p&gt;Hwang confirms Season 2 intensifies this blueprint with labyrinthine rule structures&lt;/p&gt;\n&lt;p&gt;New games will weaponize paranoia through shifting alliances and betrayals&lt;/p&gt;\n&lt;p&gt;Expect multi-layered challenges where survival depends on predicting opponents&rsquo; morality&lt;/p&gt;\n\n&lt;p&gt;The creator describes this evolution as necessary escalation&lt;/p&gt;\n&lt;p&gt;Human desperation requires increasingly complex pressure chambers&lt;/p&gt;\n&lt;p&gt;Season 3 will reportedly amplify this trajectory into uncharted territory&lt;/p&gt;\n\n&lt;p&gt;Audiences should prepare for games merging mental endurance with physical extremes&lt;/p&gt;\n&lt;p&gt;Traditional win conditions may dissolve into morally ambiguous outcomes&lt;/p&gt;\n&lt;p&gt;Each season&rsquo;s rules reflect deepening exploration of societal collapse under duress&lt;/p&gt;\n\n&lt;p&gt;Hwang&rsquo;s vision transforms playground nostalgia into existential crucibles&lt;/p&gt;\n&lt;p&gt;The games become increasingly sophisticated mirrors of competitive decay&lt;/p&gt;\n&lt;p&gt;Survival now demands navigating rule systems designed to fracture psyches&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263de55898b6008f4f31a5W60NoiLp07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263de55898b6008f4f31a5W60NoiLp07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Gi-hun&#039;s soul is irrevocably altered by the horrors he witnessed.&lt;/p&gt;\n&lt;p&gt;Lee Jung-jae deliberately infused his Season 2 performance with moments reflecting the character&#039;s lingering innate decency.&lt;/p&gt;\n&lt;p&gt;He felt a deep responsibility to honor Gi-hun&#039;s core humanity, despite the trauma.&lt;/p&gt;\n&lt;p&gt;A guiding Korean proverb shaped Lee&#039;s entire approach to the sequel: true conscience demands action, not mere thought.&lt;/p&gt;\n&lt;p&gt;This principle became the moral compass for his portrayal throughout the new season.&lt;/p&gt;\n&lt;p&gt;The player&#039;s internal fracture drives him back into the deadly arena, propelling his story forward.&lt;/p&gt;\n&lt;p&gt;Audiences will still find traces of the hopeful, compassionate man from before, carefully woven into his journey.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e0ff5cb970493468257kqYJ3HvB03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e0ff5cb970493468257kqYJ3HvB03&quot; width=&quot;532&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a candid reflection on the moral compass guiding his portrayal of Gi-hun in the upcoming installment of the hit survival drama, the lead actor emphasized the importance of staying true to one&#039;s conscience as a fundamental aspect of humanity. During filming, he found himself questioning his character&#039;s ethical alignment while navigating the increasingly brutal game scenarios.&lt;/p&gt;\n&lt;p&gt;Meanwhile, the visionary director behind the phenomenon revealed that the sophomore season introduces a symbolic element to contestants&#039; uniforms&mdash;X and O badges that represent crucial choices with far-reaching implications. These markers serve as visual representations of the ideological divides that emerge throughout the narrative.&lt;/p&gt;\n&lt;p&gt;&quot;Our decisions have consequences we must embrace,&quot; the director noted, explaining that the new season explores how individual choices create societal fractures and determine one&#039;s allegiance in conflict situations.&lt;/p&gt;\n&lt;p&gt;Viewers eager to discover Gi-hun&#039;s ultimate path will need to wait until the post-Christmas release date. The creator tantalizingly described the upcoming episodes as reflecting our current chaotic global reality, suggesting an intensified experience that mirrors contemporary societal turbulence.&lt;/p&gt;\n&lt;p&gt;Fans should prepare for an escalation in both stakes and intensity when the internationally acclaimed series returns to screens later this year.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e138d40915a27eef2e08ULmD4C503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e138d40915a27eef2e08ULmD4C503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Squid Game Season 2 Preview&lt;/h3&gt;\n&lt;p&gt;Catch a glimpse of what&#039;s to come in the latest teaser for &lt;em&gt;Squid Game&lt;/em&gt; Season 2, offering fans a sneak peek into the intense new challenges and surprises awaiting them.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, providing users with a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted due to regional or network-based restrictions, enabling viewers to enjoy a broader range of shows and movies from around the world.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Netflix by Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service provides a secure and reliable connection that effectively bypasses geo-restrictions, granting users unrestricted access to the full Netflix library regardless of their location. SafeShell VPN is equipped with high-speed servers specifically optimized for seamless streaming, ensuring users can watch their favorite shows and movies without buffering or interruptions. Its advanced encryption protocols protect your online activities from unwanted surveillance, maintaining your privacy at all times. Additionally, SafeShell VPN&#039;s ability to evade detection by Netflix&#039;s VPN and proxy filters allows for uninterrupted streaming, making it a dependable choice for entertainment enthusiasts seeking a smooth and secure viewing experience.&lt;/p&gt;\n&lt;p&gt;Beyond unblocking Netflix, SafeShell VPN offers numerous benefits that enhance your overall online experience. Its blazing-fast connection speeds facilitate quick downloads, browsing, and streaming on multiple devices simultaneously&mdash;up to five at once&mdash;on a wide range of operating systems including Windows, macOS, iOS, and Android. The platform&#039;s exclusive App Mode broadens your access to content from various regions, expanding your entertainment options beyond Netflix. Moreover, the proprietary ShellGuard VPN protocol ensures uncompromised security and privacy, giving users peace of mind while browsing or streaming. With a user-friendly interface and flexible free trial plans, SafeShell VPN makes it easy for anyone to enjoy secure, high-speed, and unrestricted internet access across all their devices.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Here&#039;s how to use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; to unlock global Netflix content:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a SafeShell VPN plan through their official website to gain access to their service.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your specific device operating system.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app and log into your account using your credentials.\n&lt;/li&gt;\n&lt;li&gt;\nSelect the dedicated &#039;APP&#039; mode within the application for the optimal streaming experience.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a VPN server located in the specific country whose Netflix library you wish to access (like Japan, Germany, or Australia).\n&lt;/li&gt;\n&lt;li&gt;\nClick &#039;Connect&#039; within the SafeShell VPN app to establish a secure connection to your chosen server location.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open the Netflix application or website, log in to your account, and enjoy the expanded catalog available in your selected region.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(254, 403, '', 'ONE PIECE Live-Action: Baroque Works Cast Revealed', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263df7f5cb9704934680b11xm7oEHx03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263df7f5cb9704934680b11xm7oEHx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s Live-Action &#039;ONE PIECE&#039; Expands Cast with Baroque Works Agents for Season 3&lt;/p&gt;\n&lt;p&gt;The live-action adaptation of Eiichiro Oda&#039;s beloved manga series continues to grow its roster of characters as production begins in Cape Town, South Africa.&lt;/p&gt;\n&lt;p&gt;Two new Baroque Works agents will join the growing list of antagonists in the upcoming third season. Daisy Head, known for her roles in &quot;Shadow and Bone&quot; and &quot;Dungeons &amp;amp; Dragons: Honor Among Thieves,&quot; has been cast as Miss Doublefinger. Joining her will be Awdo Awdo, who will appear in the upcoming film &quot;Subversion,&quot; taking on the role of Mr. 1. Both actors will appear as recurring guest stars.&lt;/p&gt;\n&lt;p&gt;These casting announcements follow the earlier news that Xolo Maridue&ntilde;a (Blue Beetle, Cobra Kai) will portray Portgas D. Ace and Cole Escola (Oh, Mary!, Search Party) will play the flamboyant assassin Bon Clay.&lt;/p&gt;\n&lt;p&gt;The series follows Monkey D. Luffy and his crew of Straw Hat pirates &ndash; Roronoa Zoro, Nami, Usopp, and Sanji &ndash; as they search for the legendary One Piece treasure left behind by Gold Roger.&lt;/p&gt;\n&lt;p&gt;Behind the scenes, Ian Stokes has joined Joe Tracz as co-showrunner, writer, and executive producer for the third season, which received an early renewal announcement during Tokyo&#039;s One Piece Day celebration in August.&lt;/p&gt;\n&lt;p&gt;Fans won&#039;t have to wait long for more adventures, as Season 2, titled &quot;One Piece: Into the Grand Line,&quot; is scheduled to premiere on March 10, 2026, exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263dfaf5cb9704934680ffIT7JRy4s03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263dfaf5cb9704934680ffIT7JRy4s03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The acclaimed live-action adaptation sails into uncharted waters for its third season,&lt;/p&gt;\n&lt;p&gt;introducing two formidable Baroque Works operatives as recurring antagonists.&lt;/p&gt;\n&lt;p&gt;Mr. 1 (Daz Bones) and Miss Doublefinger (Paula) will showcase their lethal Devil Fruit abilities,&lt;/p&gt;\n&lt;p&gt;posing unprecedented threats to the Straw Hat crew&#039;s Grand Line voyage.&lt;/p&gt;\n\n&lt;p&gt;These iconic villain additions signal deeper exploration of the Alabasta saga&#039;s criminal underworld,&lt;/p&gt;\n&lt;p&gt;where Baroque Works&#039; sinister schemes orchestrate desert kingdom turmoil.&lt;/p&gt;\n&lt;p&gt;Daz Bones&#039; blade-manipulating powers and Paula&#039;s spike-based attacks will translate from manga to live-action,&lt;/p&gt;\n&lt;p&gt;demanding inventive combat choreography for Zoro and Nami&#039;s confrontations.&lt;/p&gt;\n\n&lt;p&gt;Showrunners Matt Owens and Joe Tracz collaborate closely with creator Eiichiro Oda,&lt;/p&gt;\n&lt;p&gt;ensuring these agents retain their signature menace while adapting to the series&#039; visual language.&lt;/p&gt;\n&lt;p&gt;Executive producers Marty Adelstein and Becky Clements confirm expanded production scales&lt;/p&gt;\n&lt;p&gt;to realize Baroque Works&#039; stylized hideouts and explosive desert showdowns.&lt;/p&gt;\n\n&lt;p&gt;Their recurring status suggests multi-episode arcs mirroring the source material&#039;s structure,&lt;/p&gt;\n&lt;p&gt;with potential appearances as early as the Little Garden adaptation preceding Alabasta.&lt;/p&gt;\n&lt;p&gt;Casting announcements for these physically demanding roles remain eagerly anticipated,&lt;/p&gt;\n&lt;p&gt;promising fresh dynamics to challenge the established Straw Hat chemistry.&lt;/p&gt;\n\n&lt;p&gt;This villain expansion follows Season 2&#039;s teased introduction of Smoker and the Grand Line&#039;s wonders,&lt;/p&gt;\n&lt;p&gt;solidifying the adaptation&#039;s commitment to One Piece&#039;s escalating stakes and eccentric adversaries.&lt;/p&gt;\n&lt;p&gt;Production timelines indicate these Baroque Works agents will significantly heighten Season 3&#039;s tension&lt;/p&gt;\n&lt;p&gt;as Luffy&#039;s crew navigates treacherous alliances and warlord conspiracies.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, providing users with access to a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted due to geographical or network restrictions, enabling viewers to enjoy a broader range of shows and movies regardless of their location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been searching for. This powerful VPN service is specifically designed to bypass geographical limitations, allowing you to explore Netflix&#039;s complete content library regardless of your location. SafeShell VPN employs sophisticated technology that evades Netflix&#039;s detection systems, ensuring you can stream your favorite shows and movies without interruption or the frustration of being blocked.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits beyond just Netflix unblocking. With its exclusive App Mode, you can access content from multiple regions simultaneously, expanding your entertainment options significantly. The service provides blazing connection speeds with no bandwidth restrictions, eliminating buffering issues even during high-definition streaming. Security is paramount with SafeShell VPN&#039;s proprietary &quot;ShellGuard&quot; protocol, which keeps your online activities private and protected from surveillance. Additionally, the service supports up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, and smart TVs, making it incredibly versatile for all your devices. To top it all off, SafeShell VPN offers a flexible free trial plan so you can test its impressive capabilities before committing.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global entertainment has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool that breaks down geographical barriers for streaming enthusiasts. To begin your journey into worldwide content access, first visit SafeShell&#039;s official website where you can select from various subscription plans tailored to different needs and budgets. After completing your purchase, download the application for your specific device&mdash;whether you&#039;re using Windows, macOS, Android, or iOS&mdash;and follow the straightforward installation process.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell Netflix VPN application and log into your account using your credentials. For the optimal streaming experience, select the APP mode which is specifically optimized for media consumption. Browse through the extensive server list and choose a location that corresponds to the Netflix library you wish to access&mdash;popular choices include servers in the United States for American content, the United Kingdom for British shows, or Japan for anime selections.&lt;/p&gt;\n&lt;p&gt;With your connection established to your chosen region, simply open the Netflix application or website and sign in as usual. You&#039;ll immediately notice that the content library has transformed to reflect the region of your selected server. Now you can enjoy previously inaccessible shows and movies without restrictions, all while benefiting from SafeShell&#039;s secure and private connection that protects your online activities from prying eyes. Remember that different regions offer unique content, so feel free to switch between servers to explore Netflix&#039;s full global catalog.&lt;/p&gt;', 9, 'game'),
(255, 404, '', 'Wicked Movie Split &ndash; Box Office Success &amp; Impact', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263d3665eb99e3412d2658VoWWic1003&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263d3665eb99e3412d2658VoWWic1003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Universal&#039;s bold choice to fracture the &quot;Wicked&quot; musical into dual cinematic chapters defied conventional Hollywood wisdom.&lt;/p&gt;\n&lt;p&gt;The studio wagered over half a billion dollars&lt;/p&gt;\n&lt;p&gt;that audiences would embrace this two-year odyssey&mdash;&lt;/p&gt;\n&lt;p&gt;a gamble most deemed reckless for a genre&lt;/p&gt;\n&lt;p&gt;where recent adaptations consistently stumbled.&lt;/p&gt;\n&lt;p&gt;Yet the spellbinding returns silenced doubters:&lt;/p&gt;\n&lt;p&gt;Part one&#039;s $758 million global triumph&lt;/p&gt;\n&lt;p&gt;crowned it the highest-grossing stage-to-screen transfer ever,&lt;/p&gt;\n&lt;p&gt;while its sequel shattered records with a $223 million worldwide debut.&lt;/p&gt;\n&lt;p&gt;Director Jon M. Chu championed the split as creative imperative,&lt;/p&gt;\n&lt;p&gt;arguing the sprawling Ozian saga demanded breathing room&lt;/p&gt;\n&lt;p&gt;beyond a single film&#039;s constraints.&lt;/p&gt;\n&lt;p&gt;This vision overcame two decades of development hell,&lt;/p&gt;\n&lt;p&gt;though skeptics questioned whether the darker second act&lt;/p&gt;\n&lt;p&gt;could captivate like the song-filled first installment.&lt;/p&gt;\n&lt;p&gt;Universal engineered unprecedented audience retention&lt;/p&gt;\n&lt;p&gt;through masterful sustained marketing:&lt;/p&gt;\n&lt;p&gt;a two-hour NBC special, 400 brand partnerships,&lt;/p&gt;\n&lt;p&gt;and cultural saturation from Dunkin&#039; to ESPN&lt;/p&gt;\n&lt;p&gt;kept the emerald flame alive across 24 months.&lt;/p&gt;\n&lt;p&gt;The strategy proved revolutionary&mdash;&lt;/p&gt;\n&lt;p&gt;Part one&#039;s phenomenal reception became&lt;/p&gt;\n&lt;p&gt;Part two&#039;s most potent promotional engine.&lt;/p&gt;\n&lt;p&gt;As Cinemark&#039;s CEO observed,&lt;/p&gt;\n&lt;p&gt;the phenomenon transcended demographics,&lt;/p&gt;\n&lt;p&gt;uniting generations in theaters.&lt;/p&gt;\n&lt;p&gt;This victory rewrites musical playbooks:&lt;/p&gt;\n&lt;p&gt;where &quot;West Side Story&quot; and &quot;In the Heights&quot; faltered,&lt;/p&gt;\n&lt;p&gt;and split franchises like &quot;Horizon&quot; collapsed,&lt;/p&gt;\n&lt;p&gt;&quot;Wicked&quot; demonstrated how premium treatment&lt;/p&gt;\n&lt;p&gt;could transform a divisive genre into&lt;/p&gt;\n&lt;p&gt;a billion-dollar cultural event.&lt;/p&gt;\n&lt;p&gt;The studio&#039;s marketing chief captured the triumph:&lt;/p&gt;\n&lt;p&gt;they made &quot;Wicked&quot; not just a movie,&lt;/p&gt;\n&lt;p&gt;but an unmissable communal experience&mdash;&lt;/p&gt;\n&lt;p&gt;proving magic happens when artistic ambition&lt;/p&gt;\n&lt;p&gt;meets audience devotion.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans and newcomers alike. These films depict Harry Potter&#039;s adventures as he learns magic at Hogwarts, confronts evil forces, and discovers his true purpose, providing a captivating magical experience; you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on streaming platforms like Netflix, HBO Max, Amazon Prime, or rent them digitally, though availability may vary depending on your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. This VPN is designed to provide a smooth and uninterrupted streaming experience, thanks to its high-speed servers that are optimized specifically for Netflix. By utilizing state-of-the-art technology, SafeShell VPN ensures lightning-fast connection speeds that facilitate buffer-free playback and high-definition viewing, making your entertainment seamless and enjoyable.&lt;/p&gt;\n&lt;p&gt;Another significant advantage of the SafeShell VPN is its ability to connect multiple devices simultaneously, supporting up to five devices across various operating systems including Windows, macOS, iOS, Android, and more. This flexibility allows you to enjoy your favorite Netflix shows on different gadgets without needing to switch accounts or disconnect. Additionally, the exclusive App Mode feature enhances your experience by enabling you to unlock and explore content from multiple regions at once, broadening your entertainment options and eliminating geographical restrictions.&lt;/p&gt;\n&lt;p&gt;Security is a top priority with SafeShell VPN, which employs the proprietary ShellGuard protocol to ensure your online activities remain protected. With advanced encryption and robust security features, your private data stays safe from cyber threats and prying eyes. Moreover, SafeShell VPN offers a flexible free trial plan, giving users a risk-free opportunity to test its high-speed connectivity, security capabilities, and user-friendly interface before making a commitment. Altogether, SafeShell VPN combines speed, security, and versatility, making it an excellent choice for Netflix enthusiasts seeking unrestricted access and top-tier performance.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the appropriate SafeShell VPN app or software for your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Once installed, open the SafeShell VPN app and log in to your account, then choose the APP mode for an optimized viewing experience. After that, browse the list of available servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open Netflix through the app or website, log into your account, and enjoy watching Harry Potter movies in the region you&rsquo;ve selected with the help of SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(256, 405, '', 'Shirley Henderson: Moaning Myrtle Role at Age 37', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263d32ef709393aaa67c33OTurgtc903&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263d32ef709393aaa67c33OTurgtc903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;At 37 years old, Shirley Henderson found herself cast in a role that would become one of her most recognizable performances in the film industry. Her portrayal of Moaning Myrtle in the 2002 film &ldquo;Harry Potter and the Chamber of Secrets&rdquo; is a testament to her acting versatility and dedication.&lt;/p&gt;\n&lt;p&gt;Interestingly, Henderson was advised by the film&rsquo;s casting director to keep her age a secret during the audition process. She was told to audition without revealing her true age because she was auditioning for a 14-year-old character while being well into her thirties. Henderson recalls being unfamiliar with the Harry Potter books at the time, as her sister was the one who had read them, which left her unsure about her suitability for the role.&lt;/p&gt;\n&lt;p&gt;During her audition, Henderson dressed up as a schoolgirl&mdash;wearing a white shirt, black skirt, and a ponytail&mdash;feeling somewhat skeptical about the whole process. Despite her doubts, the casting team appreciated her effort and kept her age confidential, which played a crucial part in her securing the role. Several months later, she received a call from her agent to come in for a second audition, which ultimately led to her casting as Myrtle.&lt;/p&gt;\n&lt;p&gt;Henderson described her character as an old soul trapped in a young ghost&rsquo;s body, with a misty, ghostly appearance that allowed her to maintain her privacy despite the film&rsquo;s success. Unlike many of her co-stars, she managed to stay relatively anonymous in public, noting, &ldquo;I don&rsquo;t think anybody recognized me at all.&rdquo;&lt;/p&gt;\n&lt;p&gt;Before her Harry Potter role, Henderson was already a well-established actress, known for her performances in movies like &ldquo;Trainspotting&rdquo; and &ldquo;Topsy-Turvy,&rdquo; the latter earning her a nomination for the London Film Critics Circle Award. After her time as Myrtle, she continued her career with roles in &ldquo;Bridget Jones: The Edge of Reason,&rdquo; &ldquo;Marie Antoinette,&rdquo; and &ldquo;Meek&rsquo;s Cutoff,&rdquo; among others.&lt;/p&gt;\n&lt;p&gt;For a full interview and her latest insights, visit The Independent&rsquo;s website.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter films depict the magical adventures of Harry as he learns to harness his powers, fights evil, and uncovers his destiny at Hogwarts. To find out &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, viewers can explore popular streaming services like Netflix, HBO Max, or Amazon Prime, though availability may vary by region, making a Netflix VPN a helpful tool for global access.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. SafeShell VPN offers numerous benefits that make it an excellent choice for Netflix users worldwide.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring you enjoy Harry Potter and other content without buffering or interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection on up to five devices simultaneously across Windows, macOS, iOS, Android, and smart TV platforms\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that lets you access multiple regional Netflix libraries at the same time, expanding your viewing options tremendously\n&lt;/li&gt;\n&lt;li&gt;\nBuffer-free streaming experience with no bandwidth restrictions, making your Harry Potter marathon smooth and enjoyable\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security through the proprietary &quot;ShellGuard&quot; protocol, keeping your streaming activities private and secure\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration with a flexible free trial plan that lets you test all premium features before committing\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter films from various global libraries, your first step is to secure a subscription to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Head directly to the official SafeShell VPN website and select a suitable subscription plan that aligns with your requirements.Once you&#039;ve completed the payment process, proceed to download the SafeShell VPN application specifically designed for your operating system, whether it&#039;s Windows, macOS, iOS, or Android, and install it on your device.After installation is complete, launch the SafeShell VPN app and log in using the credentials you created during the subscription step.&lt;/p&gt;\n&lt;p&gt;Next, within the SafeShell VPN interface, you&#039;ll need to choose your connection mode for optimal streaming performance; selecting the dedicated APP mode is highly recommended for accessing services like Netflix smoothly.Following the mode selection, browse through the extensive list of available VPN servers and choose a server located in the country whose Netflix catalog you wish to access, such as the United Kingdom or the United States where Harry Potter movies are available.Finally, click the &quot;Connect&quot; button within the SafeShell VPN application to establish a secure and private connection to your chosen international server location.&lt;/p&gt;\n&lt;p&gt;Once the SafeShell VPN connection is successfully established and showing as active within the app, open your Netflix application or navigate to the Netflix website in your browser.Log in to your Netflix account as you normally would; you should now see the Netflix library corresponding to the region of the SafeShell VPN server you selected.You can then search for and enjoy streaming the Harry Potter movies available in that specific regional Netflix catalog, all made possible by your SafeShell VPN connection.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(257, 406, '', 'Poguelandia Celebration: Outer Banks Fan Event Recap', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e2e1640cc0703b7968b6dm1gti503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e2e1640cc0703b7968b6dm1gti503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Poguelandia Celebration Highlights&lt;/h3&gt;\n&lt;p&gt;I can&#039;t believe they managed to pull it off again! The fan enthusiasm for another Poguelandia event was absolutely incredible.&lt;/p&gt;\n&lt;p&gt;Madison Bailey expressed her amazement that they were able to gather the cast and thousands of devoted fans for a second round of the immersive Outer Banks experience. The popularity of the show has clearly created a fandom that can&#039;t be satisfied with just a single celebration.&lt;/p&gt;\n&lt;p&gt;For the upcoming fourth season, Netflix transformed Santa Monica&#039;s Barker Hangar on November 2nd into a Pogue paradise. The showrunners Josh Pate, Jonas Pate, and Shannon Burke shared their hopes that this might become a continuing tradition, noting their desire to see these fan gatherings continue for years to come.&lt;/p&gt;\n&lt;p&gt;The event&#039;s success demonstrates how the series has cultivated such a passionate following that they&#039;re willing to show up in massive numbers whenever the Outer Banks world comes to life in the real world.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e3465eb99e3412d3572N6PQyUAt03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e3465eb99e3412d3572N6PQyUAt03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The energy at Poguelandia was electric, where fans from around the globe gathered to immerse themselves in the world of their beloved Netflix series. Following her performance, GloRilla couldn&#039;t contain her enthusiasm, describing the crowd&#039;s response as &quot;super lit&quot; in a backstage interview.&lt;/p&gt;\n&lt;p&gt;The musical festivities began with Chase B, who opened with Tame Impala&#039;s popular track &quot;The Less I Know the Better.&quot; Before taking the stage, the DJ expressed his amazement at the passionate fanbase, noting this was his first experience performing at an event for a television series with such dedicated followers.&lt;/p&gt;\n&lt;p&gt;&quot;When you see people who are so invested in these characters, you really want to show them appreciation,&quot; Chase B remarked, clearly impressed by the fans&#039; devotion to the Outer Banks universe.&lt;/p&gt;\n&lt;p&gt;The celebration continued with performances from other artists including Remi Wolf and Jungle, creating a perfect soundtrack for the day&#039;s P4L (Pogues for Life) atmosphere as attendees interacted with cast members from the hit show.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e38c2c9a79a8f29f7f8q76YUiK503&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e38c2c9a79a8f29f7f8q76YUiK503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix bridges the gap between musicians and their audiences,&lt;/p&gt;\n&lt;p&gt;fueled by mutual fandom.&lt;/p&gt;\n&lt;p&gt;Olivia Rodrigo gifted fans an intimate &lt;em&gt;Guts World Tour&lt;/em&gt; special on October 29,&lt;/p&gt;\n&lt;p&gt;while Sabrina Carpenter promises holiday cheer with &lt;em&gt;A Nonsense Christmas&lt;/em&gt; live stream on December 6.&lt;/p&gt;\n&lt;p&gt;The &lt;em&gt;Outer Banks&lt;/em&gt; cast amplified this connection through their Poguelandia event.&lt;/p&gt;\n&lt;p&gt;Chase Stokes celebrated the power of in-person energy after the Pogue Tour swept through Brazil, Seattle, and Miami.&lt;/p&gt;\n&lt;p&gt;Curating the lineup felt personal.&lt;/p&gt;\n&lt;p&gt;&quot;We constantly suggest artists we love,&quot; shared Jonathan Daviss.&lt;/p&gt;\n&lt;p&gt;&quot;Netflix collaborates to assemble the perfect roster.&quot;&lt;/p&gt;\n&lt;p&gt;Chase B applauds the platform&#039;s reach: &quot;Netflix reigns supreme in streaming.&lt;/p&gt;\n&lt;p&gt;Being deeply involved is incredible.&quot;&lt;/p&gt;\n&lt;p&gt;His anticipation for &lt;em&gt;You&lt;/em&gt; Season 5 mirrors this fan enthusiasm: &quot;Joe&#039;s pure menace.&lt;/p&gt;\n&lt;p&gt;Stay alert.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e3cf72e58d4df08be14quqVMr7s03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e3cf72e58d4df08be14quqVMr7s03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;GloRilla Energizes Netflix&#039;s Poguelandia Event with Stellar Performance&lt;/p&gt;\n&lt;p&gt;The recent Poguelandia fan event hosted by Netflix turned into an unforgettable celebration featuring an impressive musical lineup that had attendees buzzing with excitement.&lt;/p&gt;\n&lt;p&gt;Memphis rapper GloRilla delivered an electrifying performance that resonated strongly with the crowd. According to Carlacia &quot;Lacey&quot; Grant from the &quot;Outer Banks&quot; cast, the artist&#039;s appearance felt like a manifestation come true. Grant had been regularly including GloRilla&#039;s tracks in her confidence playlist during the show&#039;s season 4 press tour.&lt;/p&gt;\n&lt;p&gt;&quot;I would play her music to get myself hyped up before interviews,&quot; Grant revealed. &quot;Her track &#039;Yeah Glo!&#039; is my absolute turn-up anthem.&quot;&lt;/p&gt;\n&lt;p&gt;Interestingly, this wasn&#039;t the first encounter between Grant and GloRilla. The two had previously met at Tommy Hilfiger&#039;s New York Fashion Week show &ndash; an event that GloRilla references in her collaboration &quot;Wanna Be&quot; with Megan Thee Stallion.&lt;/p&gt;\n&lt;p&gt;The event also featured singer-songwriter Remi Wolf, who described performing at Barker Hangar as a meaningful homecoming. Wolf shared a touching full-circle moment, noting that her last appearance at the venue was as a teenage American Idol contestant.&lt;/p&gt;\n&lt;p&gt;&quot;Returning to perform here after all these years feels incredibly special,&quot; Wolf expressed.&lt;/p&gt;\n&lt;p&gt;Wolf, whose hit single &quot;Photo ID&quot; is a favorite of cast member Chase Stokes, closed her set with the popular track. Before her performance, &quot;Outer Banks&quot; actor Rudy Pankow, who introduced her alongside Stokes and Jonathan Daviss, was impressed by her vocal warm-up.&lt;/p&gt;\n&lt;p&gt;Between her own tour promoting her &quot;Big Ideas&quot; album and her recent stint opening for Olivia Rodrigo, Wolf expressed gratitude for being part of the Netflix community, mentioning her personal enjoyment of shows like &quot;Blown Away&quot; and &quot;Chef&#039;s Table&quot; during downtime.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e448d40915a27eef3a2v2x9kCVY03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e448d40915a27eef3a2v2x9kCVY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;GloRilla&#039;s Stunning Performance&lt;/h3&gt;\n&lt;p&gt;GloRilla&#039;s Electrifying Performance Leaves Lasting Impression on Fans&lt;/p&gt;\n&lt;p&gt;At her recent performance, hip-hop artist GloRilla created an unforgettable experience for attendees, particularly for one dedicated fan who has followed her to multiple shows. The excitement was palpable when this superfan spotted GloRilla&#039;s name on the event lineup.&lt;/p&gt;\n&lt;p&gt;During the high-energy set, three enthusiastic fans made their way to the front of the stage, dancing and reciting every lyric with passionate precision. Their enthusiasm didn&#039;t go unnoticed - GloRilla acknowledged them directly, pointing and connecting with them throughout her performance.&lt;/p&gt;\n&lt;p&gt;&quot;The fan response has been incredible,&quot; GloRilla shared afterward. &quot;It&#039;s deeply fulfilling to see people who genuinely appreciate my music. That connection means everything to me.&quot;&lt;/p&gt;\n&lt;p&gt;Fans can look forward to seeing more of GloRilla soon on the upcoming season of the music competition series &quot;Rhythm + Flow.&quot; This marks her debut television project, an experience she described as extremely positive. &quot;I&#039;ve really enjoyed working with the streaming platform,&quot; she remarked, expressing hope for future collaborative opportunities in the entertainment space.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e47ef709393aaa689d7QbfyuX6P03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e47ef709393aaa689d7QbfyuX6P03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Loyalty in Entertainment&lt;/h3&gt;\n&lt;p&gt;Pooneh Ghana&#039;s collaboration with Netflix brought a fresh perspective to the streaming platform, highlighting the importance of loyalty and longstanding relationships within the entertainment industry. Just like the Pogues from Poguelandia, many artists cherish their close-knit circles, emphasizing that genuine connections surpass fleeting fame. Throughout her career, Ghana has maintained bonds with her team, believing that surrounding oneself with true friends is essential for artistic growth.&lt;/p&gt;\n&lt;p&gt;In the same vein, Glorilla&rsquo;s dance troupe exemplifies dedication and loyalty, remaining by her side from her earliest performances to current shows. She considers loyalty a core value that influences her life and career decisions. Similarly, the members of Jungle have known each other since childhood, echoing the deep-rooted friendships seen among characters like John B and JJ in &lt;em&gt;Outer Banks&lt;/em&gt;. &lt;/p&gt;\n&lt;p&gt;Fans and cast members alike express enthusiasm for their favorite tracks, with Drew Starkey sharing how he repeatedly listened to Jungle&rsquo;s song &ldquo;Casio&rdquo; during filming seasons, praising its artistic quality. Starkey especially admires Jungle&rsquo;s music videos, calling their dance sequences &ldquo;art&rdquo; and &ldquo;incredible,&rdquo; underscoring how genuine camaraderie and artistic integrity are celebrated across the entertainment and music worlds.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e4fef709393aaa68a2f1f0f836k03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e4fef709393aaa68a2f1f0f836k03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Madelyn Cline&#039;s deep personal connection to Jungle&#039;s music traces back years before Outer Banks made it iconic.&lt;/p&gt;\n&lt;p&gt;The track &quot;Time&quot; held special meaning for her long before it scored the series&#039; debut season preview.&lt;/p&gt;\n&lt;p&gt;Seeing the band perform live at Poguelandia felt like a powerful full-circle moment for the actress.&lt;/p&gt;\n&lt;p&gt;Jungle returned to soundtrack the show&#039;s universe with &quot;Us Against the World&quot; featured in the freshly unveiled Season 4 trailer.&lt;/p&gt;\n&lt;p&gt;That shared anthem echoed through the event space where cast and fans united in pure Poguelandia energy.&lt;/p&gt;\n&lt;p&gt;The collective spirit truly embodied the show&rsquo;s core message: united against anything.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e52d3cf93e893c2da9985DrEq7503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e52d3cf93e893c2da9985DrEq7503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Season 4 Finale&lt;/h3&gt;\n&lt;p&gt;The Outer Banks enthusiasts have reason to celebrate as Netflix just dropped the highly anticipated trailer for Season 4, Part 2. This final installment of the current season promises to deliver the adventure and drama fans have come to expect from the popular series.&lt;/p&gt;\n&lt;p&gt;For those who need to catch up before the new episodes release, all previous episodes are currently available for streaming. The show&#039;s compelling storyline about treasure-hunting teens has captivated audiences since its debut.&lt;/p&gt;\n&lt;p&gt;Music has always played a significant role in setting the atmosphere for the Pogues&#039; adventures. Viewers can enhance their Outer Banks experience by listening to the official playlist, which features tracks that capture the show&#039;s coastal Carolina vibe.&lt;/p&gt;\n&lt;p&gt;With GloRilla recently praising the energy of the Poguelandia fan event as &quot;super lit,&quot; it&#039;s clear the series continues to build a passionate following as it approaches this season&#039;s conclusion.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, widely used for entertainment worldwide. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that is normally restricted or unavailable in certain regions due to geo-blocks or network restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Netflix by Netflix unblock, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which offers specialized services to bypass geographical limitations and enhance your streaming experience.&lt;/p&gt;\n&lt;p&gt;The SafeShell VPN provides numerous benefits that make it stand out from other VPN services:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring buffer-free playback and access to high-definition content no matter where you are located\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode feature that allows users to unlock and access content from multiple Netflix regions simultaneously, expanding your entertainment options\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with no bandwidth restrictions, eliminating frustrating buffering during your favorite shows\n&lt;/li&gt;\n&lt;li&gt;\nSupport for up to five simultaneous device connections across Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro\n&lt;/li&gt;\n&lt;li&gt;\nUncompromised security through the proprietary &quot;ShellGuard&quot; VPN protocol that protects your online activities from surveillance while effectively evading Netflix&#039;s VPN detection systems\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial plan that allows you to test all these premium features before committing to the service\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing regional Netflix content, start by subscribing to SafeShell VPN through their website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ by choosing a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, from the official website. Once installed, launch the SafeShell VPN and log in to your account. It&rsquo;s recommended to select the APP mode within the app to optimize your streaming experience. Then, browse the available VPN servers and pick one located in the region whose Netflix content you wish to watch, such as the US or UK. Click &quot;Connect&quot; to establish a secure connection to that server. Finally, open your Netflix app or website, log into your account, and enjoy streaming content from the region you selected using SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(258, 407, '', 'HBO Max Black Friday Deal &ndash; Stream for $2.99/Month', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263d36b61e806b8dc32eb4tudOsPY403&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263d36b61e806b8dc32eb4tudOsPY403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting Streaming Deal: HBO Max Slashes Prices for Black Friday&lt;/p&gt;\n&lt;p&gt;Starting this Monday, HBO Max is rolling out an incredible limited-time offer that streaming enthusiasts won&#039;t want to miss. New and returning subscribers can access the platform&#039;s ad-supported tier for just $2.99 monthly for a full year&mdash;representing significant savings of 73% off the standard $10.99 monthly rate.&lt;/p&gt;\n&lt;p&gt;This special promotion runs for one week only, concluding on December 1, 2025. The deal is widely available across multiple platforms including hbomax.com, Apple, Google Play, Roku, Samsung, and Xumo. Amazon Fire TV users who are new to the service can also take advantage of this offer, including through Amazon&#039;s Prime Channels.&lt;/p&gt;\n&lt;p&gt;HBO Max continues to strengthen its position in the streaming landscape, with parent company Warner Bros. Discovery reporting 128 million total streaming subscribers in Q3 2025&mdash;an increase of 2.3 million from the previous quarter.&lt;/p&gt;\n&lt;p&gt;Subscribers gaining access through this promotion will enjoy HBO Max&#039;s extensive content library featuring exclusive originals, blockbuster films, and compelling documentaries. Recent additions include &quot;I Love LA,&quot; &quot;The Chair Company,&quot; and the horror series &quot;It: Welcome to Derry.&quot;&lt;/p&gt;\n&lt;p&gt;The platform&#039;s 2026 content slate looks equally promising with anticipated releases like &quot;A Knight of the Seven Kingdoms&quot; and new seasons of fan favorites including &quot;Euphoria&quot; and &quot;House of the Dragon.&quot;&lt;/p&gt;\n&lt;p&gt;For the holiday season, HBO Max is highlighting its collection of Christmas classics such as &quot;Elf,&quot; &quot;National Lampoon&#039;s Christmas Vacation,&quot; and &quot;The Polar Express,&quot; with &quot;The Family McMullen&quot; set to premiere on December 5.&lt;/p&gt;\n&lt;p&gt;After the 12-month promotional period concludes, subscription rates will return to the regular price point.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The beloved Harry Potter film series chronicles the magical adventures of a young wizard who discovers his extraordinary heritage while attending Hogwarts School of Witchcraft and Wizardry, facing the evil Lord Voldemort and forming lifelong friendships. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across several streaming platforms including HBO Max and Amazon Prime, though availability varies by region, with some viewers needing to rent individually from digital retailers.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be your ideal solution. This powerful service offers high-speed servers specifically optimized for Netflix streaming, ensuring you can enjoy your favorite content in high definition without frustrating buffering or interruptions. What sets SafeShell VPN apart is its exclusive App Mode feature, which allows you to unlock content from multiple regions simultaneously, expanding your entertainment options dramatically.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also provides remarkable versatility, supporting connection on up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs. Your online security remains protected through the proprietary ShellGuard protocol, which implements advanced encryption to keep your browsing activities private. With a flexible free trial plan available, you can experience all these benefits before making any commitment, making SafeShell VPN an excellent choice for enhancing your streaming experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin enjoying Harry Potter movies from various regions, first subscribe to a suitable plan on the official &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; website. After completing your subscription, navigate to the site&#039;s download section to install the SafeShell VPN application on your specific device, whether it&#039;s Windows, macOS, iOS, or Android.  &lt;/p&gt;\n&lt;p&gt;Next, launch the SafeShell VPN app and log into your account. For optimal streaming performance, select the recommended APP mode within SafeShell VPN. Then, browse the available server locations and designate a server in a region offering your desired Harry Potter content (like the US or UK), clicking &#039;Connect&#039;. Once connected, simply open Netflix through your browser or app, log in, and start watching Harry Potter securely with SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(259, 408, '', 'AFK Journey S-Tier Heroes Guide &ndash; Top Picks &amp; Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d11f72e58d4df08ad6f8UfwAqxP03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d11f72e58d4df08ad6f8UfwAqxP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top-tier Heroes Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In AFK Journey, S-tier heroes are distinguished as elite, rare characters that are significantly more difficult to obtain than A-tier heroes. Despite their scarcity, their strength is on par with other high-tier units, requiring players to invest in their ascension to unlock their full capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The process of leveling up and enhancing these S-tier heroes demands different resources compared to A-tier characters, reflecting their elite status. This tier list helps players identify which of the 22 S-tier heroes excel the most, highlighting their unique strengths and explaining why certain heroes are ranked higher for optimal team composition and gameplay strategy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d14ef709393aaa67aaetfw8rlrs03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d14ef709393aaa67aaetfw8rlrs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the realm of AFK Journey, Rowen stands out as a versatile hero primarily due to his energy manipulation skills. His signature ability significantly boosts the energy regeneration of his allies, enabling them to activate their ultimate skills more frequently. This makes him an invaluable asset across various team compositions, as his contributions directly amplify the effectiveness of hero abilities during battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The optimal environment for maximizing Rowen&#039;s potential is in Player Versus Player (PvP) matches, especially when opponents lack dedicated energy support characters. In such scenarios, his synergy with heroes like Cecia creates powerful combinations that can break through even the most resilient defenses. His presence on the battlefield often shifts the tide of combat, turning battles in his team&#039;s favor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, players should be cautious of his aggressive tendencies. Rowen tends to move forward toward enemy lines, which can expose him to targeted attacks. Despite this, his ability to accelerate the frequency of ultimate skill usage makes him a strategic centerpiece in combat, particularly when paired with heroes who can capitalize on his energy boosting capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d17d3cf93e893c2c8850mlXXk3R03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d17d3cf93e893c2c8850mlXXk3R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Brutus, a formidable S-tier warrior, excels in close-quarters combat and thrives in campaign scenarios. His primary strength lies in his ability to deal significant damage to surrounding enemies through his ultimate skill, making him a reliable offensive force.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of Brutus&#039;s standout features is his passive talent, indomitable, which grants him fleeting invincibility just moments before he would succumb to a fatal attack. This defensive mechanism often turns the tide of battles, allowing him to survive against overwhelming odds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of strategy, Brutus is best utilized in modes that emphasize sustained combat, such as campaigns. His skill set is optimized for close-range encounters, making him a versatile choice for frontline engagements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Brutus synergizes exceptionally well with heroes like Lucius and Hewynn. When Brutus activates his indomitable state, Lucius can bolster his defenses by extending his shield&rsquo;s protective barrier. Meanwhile, Hewynn can heal Brutus to full health during or after these critical moments, ensuring he remains a resilient and powerful combatant throughout the fight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d1ab36f48b622e9050bQ0iZdkAq03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d1ab36f48b622e9050bQ0iZdkAq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In AFK Journey, selecting the right hero can significantly influence your success, especially when focusing on healing capabilities. Hewynn emerges as an exceptional choice due to her versatile skills and strategic advantages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her most notable skill, Rain Prayer, excels across all gameplay modes, making her indispensable in various battle scenarios. This ability enhances her healing potential, providing continuous support to allies throughout the fight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hewynn&rsquo;s primary role is that of a healer, vital for maintaining the survivability of non-tank heroes. Her presence on the battlefield ensures sustained health regeneration, which can be the difference between victory and defeat. When she activates her ultimate, she casts a powerful spell that heals all allies instantly, regardless of their position or distance. This rapid HP recovery helps prolong battles, giving your team the edge needed to secure victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Positioning Hewynn correctly is crucial&mdash;placing her in the rearmost tile maximizes her survivability and effectiveness. Her universal synergy makes her a dependable choice, no matter your preferred build or the battle mode you face. However, players should be cautious, as Hewynn&rsquo;s vulnerability to enemy breaches can lead to her quick elimination if the enemy manages to break through the frontline defenses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Hewynn&rsquo;s healing prowess and strategic placement make her one of the most valuable heroes in AFK Journey, especially when prioritizing sustained support and resilience in battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d1d740faaa00a3237c5GAbmk7bO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d1d740faaa00a3237c5GAbmk7bO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Smokey stands out as the top-tier S-rarity hero for support and healing roles, primarily excelling in player-versus-player combat. His unique skill, the Withering Potion, is considered his most effective ability, providing strategic advantages during battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Positioned as a dedicated healer and buffer, Smokey&rsquo;s expertise lies in bolstering allies&rsquo; survivability and enhancing their offensive capabilities. When teamed with Meerkly, his partner in the game, their combined presence creates an aura that influences the entire battlefield. Allies caught within this mystical fog benefit from various buffs, increasing their resilience and attack power, while enemies inhaling the fumes are weakened through debilitating debuffs&mdash;turning the tide of combat in favor of the team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Smokey advances to the Mythic+ rank, his aura evolves further, gaining the power to poison adversaries. This addition significantly hampers enemy progress, especially against defensive formations. The poison effect proves particularly effective against long-range damage units, as enemies attempting to take down ranged heroes are compromised by Smokey&rsquo;s toxic influence, making it a critical component of strategic team compositions in high-level gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c7db3e9b90d646591aa92TrNziRE03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c7db3e9b90d646591aa92TrNziRE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Hero Highlights&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cecia stands out as one of the top-tier S-rarity heroes in AFK Journey, especially favored by players who excel in PvE content. Her core strength lies in her specialized skills, making her a versatile and impactful hero in various battle scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her signature ability, Queen&rsquo;s Summons, allows her to call forth a mighty beast onto the battlefield. This summoned creature, Mr. Carlyle, fights alongside her as long as Cecia remains alive. Notably, Cecia can strategically select the tile where her beast appears, giving players tactical control over its deployment. This flexibility enhances her effectiveness in controlling the flow of battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of gameplay roles, Cecia is predominantly used as a defender of the offensive line and as an interrupter against enemy strategies. When her energy bar is full, it&rsquo;s highly recommended to summon her beast behind enemy lines, particularly targeting long-range units like marksmen, mages, or support heroes. The durability of Mr. Carlyle can be further increased when paired with protective heroes such as Lucius or Hewynn, whose ultimate skills extend his survival time, making him a more resilient threat on the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Cecia&rsquo;s combination of powerful summoning ability and strategic deployment makes her a valuable asset for players focusing on PvE challenges and battlefield control.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d25ef709393aaa67b64ODAQcvqC03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d25ef709393aaa67b64ODAQcvqC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Thoran stands out as a formidable defensive hero in AFK Journey, primarily due to his exceptional resilience and strategic capabilities. His most valuable skill is his ability to resurrect, making him a reliable guardian in various game modes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of playstyle, Thoran excels across all modes, showcasing versatility and durability. His expertise in defense ensures he can withstand heavy attacks and protect his team effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A key feature that elevates Thoran&#039;s status is his capacity to absorb damage, especially at the start of battles. This allows him to act as a frontline shield, drawing enemy fire away from more vulnerable allies. Additionally, after his initial defeat, Thoran can revive himself with 40% of his maximum health, quickly getting back into the fight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once upgraded to Mythic+, Thoran unlocks a unique skill called the Mystic Pact. This ability involves a sacrificial agreement with the hero positioned behind him at the beginning of combat. Thoran consents to absorb all damage directed at this ally. In exchange, upon Thoran&#039;s revival, the protected hero transfers 85% of their HP to him, boosting his health to an impressive 150% of his normal maximum. This synergy enhances Thoran&#039;s survivability and makes him an even more formidable tank.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d29ef709393aaa67bafDiKRsBlJ03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d29ef709393aaa67bafDiKRsBlJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reinier emerges as a must-have hero within the Hypogean faction, standing out as the only S-rarity character worth the effort to acquire. His presence across various game modes significantly enhances your chances of victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;His combat role as a damage dealer is particularly impactful because he excels at disrupting enemy strategies through two key abilities. First, he can temporarily banish an opponent&#039;s hero from the battlefield, denying their influence for a crucial period. Second, Reinier applies debuffs that lower the enemy&#039;s attack power and physical defense, making them more vulnerable to subsequent attacks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Given his versatility and battlefield influence, players are strongly encouraged to add Reinier to their wishlists as soon as possible. Once obtained, it is highly advisable to focus on leveling and ascending him to the Supreme+ tier to maximize his combat potential.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;AFK Journey Dragon Crystals: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Dragon Crystals&lt;/a&gt; serve as the premium in-game currency in AFK Journey, allowing players to accelerate hero progression, unlock exclusive cosmetics, and purchase valuable resources within the shop. Players can conveniently obtain Dragon Crystals by topping up through popular game trading platforms such as Codashop, SEAGM, and Midasbuy. This premium currency is essential for those looking to enhance their gameplay and access special content not available through regular means. By securing Dragon Crystals, players gain a significant advantage in customizing their gaming experience and advancing more efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top up AFK Journey?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up AFK Journey Dragon Crystals, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform. This platform stands out for its user-friendly experience and a strong reputation for reliability, making the process of purchasing in-game currency both simple and efficient. Not only does lootbar.gg offer regular discounts&mdash;sometimes reaching up to 20% during special promotions&mdash;but it also guarantees 100% secure transactions through advanced encryption and strict data protection measures. This ensures that every &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;AFK Journey top up&lt;/a&gt; is both safe and legitimate.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg provides exceptional 24/7 customer support, ready to assist with any questions or issues related to your purchase at any time. One of the biggest advantages of choosing lootbar.gg is its lightning-fast delivery system, with most AFK Journey Dragon Crystals delivered in as little as three minutes. With these benefits, lootbar.gg is an excellent choice for players who want a seamless, secure, and cost-effective AFK Journey top up experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top up AFK Journey on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To easily complete a &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dragon crystal buy&lt;/a&gt; for AFK Journey on the LootBar trading platform, start by visiting the official website and selecting your preferred language and currency for a tailored user experience. Next, log in to your existing LootBar account, or quickly create a new one if you are a first-time user. Once logged in, navigate through the main menu by clicking on Home, then Top-up, and selecting AFK Journey from the options. Here, choose the specific Dragon Crystals package and quantity that fits your needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After making your selection, proceed by clicking the Top-up Now button, where you&rsquo;ll pick your desired payment method and finalize your purchase with Pay Now. You will then need to provide essential details such as your email address, account password, and game server to facilitate the dragon crystal buy process&mdash;ensure you are not logged into the game during this time. The LootBar team will handle the transaction for you, and once the top-up is complete, you&rsquo;ll receive a notification. At this point, you can safely log back into AFK Journey and enjoy your newly acquired Dragon Crystals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; height=&quot;544&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(260, 409, '', 'Spam Call Protection: New Android Feature Unveiled', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f424789267cfc6e221bda4YLM2Wf8E03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f424789267cfc6e221bda4YLM2Wf8E03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a significant move to combat the rising tide of unwanted calls, a leading cybersecurity provider has expanded its protective services beyond traditional online security measures. The company recently unveiled a new feature designed to shield users from the growing nuisance of spam calls.&lt;/p&gt;\n&lt;p&gt;The newly launched call screening tool is currently accessible to Android users within the United States. This timely development comes in response to alarming statistics showing financial losses from phone scams have increased by a third in the current year.&lt;/p&gt;\n&lt;p&gt;When potential spam calls are detected, the system alerts subscribers before they answer, providing valuable time to decide whether to engage with the caller or dismiss the communication entirely.&lt;/p&gt;\n&lt;p&gt;This feature represents part of a broader security package that already defends users against various online threats including malicious software, deceptive websites, intrusive advertisements, and tracking technologies.&lt;/p&gt;\n&lt;p&gt;For iPhone users and international customers who cannot yet access this protection, the company has confirmed plans to extend availability to iOS devices and additional regions in upcoming releases.&lt;/p&gt;\n&lt;p&gt;Future enhancements to the service are already under development, with caller identification functionality among the planned additions to the security suite.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cd865eb99e3412d2058us18dS2M03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cd865eb99e3412d2058us18dS2M03&quot; width=&quot;724&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN now directly tackles the growing menace of phone scams, shifting protection beyond your browser.&lt;/p&gt;\n&lt;p&gt;Your device shouldn&#039;t act as a scammers&#039; entry point, asserts NordVPN&#039;s Chief Product Officer, Mykolas Dumcius.&lt;/p&gt;\n&lt;p&gt;The new feature scrutinizes call patterns and metadata to identify potential fraud, alerting users proactively.&lt;/p&gt;\n&lt;p&gt;Real-time warnings empower individuals to dodge social engineering traps and phishing schemes before harm occurs.&lt;/p&gt;\n&lt;p&gt;Financial devastation and identity theft risks diminish when suspicious calls are flagged automatically.&lt;/p&gt;\n&lt;p&gt;Remarkably, this security operates without accessing or recording actual call conversations.&lt;/p&gt;\n&lt;p&gt;User privacy remains intact&mdash;a critical distinction from some competitors scrutinized for data harvesting practices.&lt;/p&gt;\n&lt;p&gt;Recent FBI data underscores the urgency: $16.6 billion vanished to phone scams in 2024 alone.&lt;/p&gt;\n&lt;p&gt;Total losses exceeding $50 billion over five years confirm this threat&#039;s relentless expansion.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263cbd1272448808a51974ZxsqEaHO07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263cbd1272448808a51974ZxsqEaHO07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN Enhances User Security with Innovative Call Filtering System&lt;/p&gt;\n&lt;p&gt;In a significant move to combat unwanted communications, NordVPN has rolled out a new feature designed to shield users from fraudulent calls. This addition represents the company&#039;s continued commitment to comprehensive digital protection beyond traditional VPN services.&lt;/p&gt;\n&lt;p&gt;The new system works directly through the Android application interface, requiring minimal setup from users. US subscribers with Plus, Complete, or Prime subscriptions can access this functionality immediately by simply accessing their Threat Protection settings and enabling the call filtering option. Notably, this protection works independently of an active VPN connection, providing continuous coverage.&lt;/p&gt;\n&lt;p&gt;Looking forward, the development team is already working on several upgrades to enhance this service. Future iterations will incorporate caller identification capabilities to help distinguish between legitimate contacts and potential scammers. Additionally, calls will be categorized based on their source &ndash; whether from financial institutions, healthcare providers, or other organizations &ndash; giving users greater context before answering.&lt;/p&gt;\n&lt;p&gt;Community involvement will play a key role in strengthening the system&#039;s effectiveness. NordVPN plans to implement a user reporting mechanism allowing subscribers to flag suspicious numbers, thereby contributing to an ever-improving database of known spam sources.&lt;/p&gt;\n&lt;p&gt;This feature joins NordVPN&#039;s growing security ecosystem, which has earned recognition for blocking over 90% of phishing attempts and received certification from AV-Comparatives for its protective capabilities. The company continues to challenge industry norms while offering competitive promotional packages that include significant discounts and complementary subscription extensions for new users.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geographical restrictions and censorship policies imposed by governments and ISPs worldwide. When users seek to access porn unblocked, they&#039;re essentially looking to bypass these limitations while maintaining their privacy and anonymity online, as VPNs encrypt internet traffic and mask the user&#039;s actual location by providing an alternative IP address from a region where such content is freely accessible.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, you may want to consider the SafeShell VPN. This service provides a secure and private browsing experience through its robust encryption protocols, ensuring your online activities remain anonymous and protected from prying eyes. SafeShell VPN&#039;s extensive network of servers across various locations allows you to easily bypass geo-restrictions and access blocked content seamlessly. Its lightning-fast speeds enable smooth streaming of high-definition videos without buffering, while the innovative App Mode feature permits simultaneous access to content from multiple regions, making regional restrictions a thing of the past. Additionally, the exclusive ShellGuard protocol offers top-tier security, keeping your activities confidential and undetectable by surveillance systems. Supporting up to five devices at once, SafeShell VPN ensures comprehensive protection across all your gadgets, making it an ideal choice for users seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; safely and efficiently.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your browsing needs. Once subscribed, download and install the SafeShell app compatible with your device, ensuring you have the proper version for optimal performance. After installation, open the app and enable the App Mode feature, which provides enhanced flexibility and security during your browsing session. Next, browse through the list of available server locations and select a server from the region where the content is accessible. With your connection established, you can now enjoy unrestricted access to adult websites while maintaining your privacy and security online.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(261, 410, '', 'Age Verification Laws in Britain: VPN Usage Soars', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c8a25588c902e706d5a583JXrPwrr203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c8a25588c902e706d5a583JXrPwrr203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The recent implementation of age verification laws in Britain has sparked a significant increase in VPN usage, as individuals seek to maintain privacy while complying with new online regulations.&lt;/p&gt;\n&lt;p&gt;Since July 25, British internet users must prove they&#039;re 18 or older to access various websites, including adult content platforms, social networks, dating services, and certain gaming sites. Ofcom, the UK&#039;s internet regulator, has outlined various verification methods including facial recognition, age estimation technologies, and financial credential checks.&lt;/p&gt;\n&lt;p&gt;This regulatory shift has faced criticism from digital safety specialists, privacy advocates, and political figures who worry about potential data security vulnerabilities and ambiguity regarding what content requires age verification.&lt;/p&gt;\n&lt;p&gt;While many Britons are downloading VPN applications to protect their personal information, this trend comes with significant risks. The motivation behind this VPN surge remains unclear - whether users primarily seek privacy protection or aim to circumvent the new requirements altogether.&lt;/p&gt;\n&lt;p&gt;Concerningly, three free VPN services currently dominate Apple&#039;s UK App Store charts. Security experts caution that while premium VPN services offer legitimate protection against digital threats and surveillance, many free alternatives provide inadequate security measures, substandard performance, and may actually compromise user data rather than safeguarding it.&lt;/p&gt;\n&lt;p&gt;Users seeking online privacy should carefully research VPN providers rather than downloading the most popular free options, as these could potentially create greater security vulnerabilities than the regulations they&#039;re trying to navigate.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cdbd3cf93e893c2c52frRza8AVO03&quot; height=&quot;445&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cdbd3cf93e893c2c52frRza8AVO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The surge in VPN downloads raises serious security concerns&lt;/p&gt;\n&lt;p&gt;despite the legitimate demand driven by new age verification rules&lt;/p&gt;\n&lt;p&gt;which took effect on July 25th&lt;/p&gt;\n&lt;p&gt;prompting many users to seek privacy tools&lt;/p&gt;\n&lt;p&gt;VPNs mask your IP address&lt;/p&gt;\n&lt;p&gt;encrypting data to thwart interception&lt;/p&gt;\n&lt;p&gt;However&lt;/p&gt;\n&lt;p&gt;not all trending services are trustworthy&lt;/p&gt;\n&lt;p&gt;Proton VPN&lt;/p&gt;\n&lt;p&gt;a recommended secure free option&lt;/p&gt;\n&lt;p&gt;reported an astonishing 1400% hourly signup spike since that date&lt;/p&gt;\n&lt;p&gt;and currently ranks highly on the Apple App Store&lt;/p&gt;\n&lt;p&gt;Alarmingly&lt;/p&gt;\n&lt;p&gt;several other top-downloaded VPNs in the UK store pose significant risks&lt;/p&gt;\n&lt;p&gt;Installing these could expose your data&lt;/p&gt;\n&lt;p&gt;instead of protecting it&lt;/p&gt;\n&lt;p&gt;Exercise extreme caution&lt;/p&gt;\n&lt;p&gt;and verify the security credentials of any VPN before use&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68cf39cf272bd486c785f110hoyUfNhX03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68cf39cf272bd486c785f110hoyUfNhX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Millions unknowingly expose private information through seemingly free VPN services&lt;/p&gt;\n&lt;p&gt;with several currently dominating UK App Store download charts&lt;/p&gt;\n&lt;p&gt;Researchers discovered alarming connections to Chinese entities&lt;/p&gt;\n&lt;p&gt;including a sanctioned Shanghai company tied to the military&lt;/p&gt;\n&lt;p&gt;through popular apps like Turbo VPN and VPN Proxy Master&lt;/p&gt;\n&lt;p&gt;Among current top UK downloads are three concerning free options:&lt;/p&gt;\n&lt;p&gt;VPN Super Unlimited Proxy actively tracks users across platforms&lt;/p&gt;\n&lt;p&gt;collecting precise location data and device identifiers&lt;/p&gt;\n&lt;p&gt;Free VPN by FreeVPN.org contradicts its own privacy claims&lt;/p&gt;\n&lt;p&gt;Experts rank it among the worst tested services&lt;/p&gt;\n&lt;p&gt;citing security ambiguities and past data breaches&lt;/p&gt;\n&lt;p&gt;with potential operational instability&lt;/p&gt;\n&lt;p&gt;Free VPN: Unlimited VPN Proxy harvests sensitive details&lt;/p&gt;\n&lt;p&gt;including usage patterns and identifiers&lt;/p&gt;\n&lt;p&gt;enabling cross-website tracking&lt;/p&gt;\n&lt;p&gt;directly opposing VPN privacy purposes&lt;/p&gt;\n&lt;p&gt;Such data collection enables monetization of personal information&lt;/p&gt;\n&lt;p&gt;while malicious free VPNs increasingly distribute malware&lt;/p&gt;\n&lt;p&gt;posing dual threats to device security&lt;/p&gt;\n&lt;p&gt;For safer limited free access consider freemium models like:&lt;/p&gt;\n&lt;p&gt;Proton VPN Free offering unlimited data with strong encryption&lt;/p&gt;\n&lt;p&gt;PrivadoVPN Free despite single-device restrictions&lt;/p&gt;\n&lt;p&gt;or Hide.me Free and Windscribe Free&lt;/p&gt;\n&lt;p&gt;Premium providers like NordVPN deliver comprehensive security&lt;/p&gt;\n&lt;p&gt;currently rated as TechRadar&#039;s top overall recommendation&lt;/p&gt;\n&lt;p&gt;Surfshark also offers affordable advanced protection&lt;/p&gt;\n&lt;p&gt;Government scrutiny of VPNs intensifies globally&lt;/p&gt;\n&lt;p&gt;amid rising surveillance and restriction concerns&lt;/p&gt;\n&lt;p&gt;making informed provider selection critical&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or ISP throttling that limit access to adult content. Unblocking porn through a VPN enables users to bypass these barriers by changing their IP address, ensuring privacy, and enhancing security when browsing such sites.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, they may want to consider the SafeShell VPN. This VPN service is renowned for its ability to bypass geo-restrictions efficiently, allowing users to freely access content that might otherwise be unavailable in their location. With its extensive network of servers across multiple regions, SafeShell VPN helps ensure a seamless and consistent browsing experience, making it easier to explore adult content securely and privately. Moreover, the VPN&#039;s robust encryption protocols and innovative features like the App Mode provide users with enhanced flexibility and control over their regional access, all while maintaining high-speed connections without sacrificing security.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN go beyond just unblocking porn sites. Its lightning-fast speeds facilitate smooth streaming of high-definition videos, eliminating buffering issues and ensuring quality remains uncompromised. The advanced ShellGuard protocol offers top-tier security, shielding your online activities from surveillance and potential intruders, making your browsing both safe and anonymous. Additionally, with support for multiple devices simultaneously, SafeShell VPN ensures comprehensive protection across all your gadgets, whether you&#039;re on a smartphone, tablet, or computer. Overall, SafeShell VPN stands out as a reliable tool to unlock content while safeguarding your privacy and enhancing your online experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, begin by visiting the SafeShell VPN website to select and purchase a subscription package that suits your needs. After completing your registration, download the application to your device and complete the installation process. Once installed, launch the SafeShell VPN application and log in using your newly created credentials. The interface is user-friendly, allowing you to quickly navigate to the server selection screen.&lt;/p&gt;\n&lt;p&gt;After logging in, you&#039;ll need to select a server location that corresponds to the region whose content you wish to access. SafeShell VPN offers numerous server options across different countries, ensuring you can view content from virtually anywhere. Once connected to your chosen server, enable the &quot;App Mode&quot; feature for enhanced streaming capabilities and unrestricted access. With your connection established and secured, you can now open your preferred browser and visit adult websites with complete privacy and anonymity, knowing your activities are protected by SafeShell VPN&#039;s encryption technology.&lt;/p&gt;', 9, 'game'),
(262, 411, '', 'UK Age Verification Rules: Online Safety Act Update', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cfb5204e3b433068ccf2NAq0fYd03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cfb5204e3b433068ccf2NAq0fYd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Starting July 25, UK internet users faced a significant shift in online access, as age verification became mandatory for viewing certain types of content. This new regulation aims to restrict minors from reaching adult or harmful material, but it has also sparked widespread concern among adults who now encounter added hurdles to their usual online routines, including social media browsing and messaging.&lt;/p&gt;\n&lt;p&gt;The implementation is part of the UK&#039;s Online Safety Act, enacted in 2023 to enhance digital protection, especially for children. From this date onward, any website hosting adult content must deploy effective age verification systems to prevent underage access. Consequently, adult users are required to confirm their age before entering such sites.&lt;/p&gt;\n&lt;p&gt;This requirement extends beyond adult sites. Platforms facilitating user interaction&mdash;such as social media platforms like X, Bluesky, Reddit, dating apps, video sharing, and cloud services&mdash;must also enforce age checks. The goal is to create a safer online environment, but it raises serious privacy questions.&lt;/p&gt;\n&lt;p&gt;UK regulators, particularly Ofcom, have specified that simple input of a birth date is no longer enough for proof of age. Instead, a variety of methods are permitted, including facial analysis where users upload photos or videos for age estimation, digital identity tools like secure digital wallets, and biometric verification through photo ID matching, where users provide a government-issued ID alongside a recent photo for comparison.&lt;/p&gt;\n&lt;p&gt;Financial verification methods are also permitted, such as bank account checks and credit card validation, both of which inherently confirm that the user is over 18. Additionally, email-based estimation techniques analyze where an email address has been used&mdash;such as in banking or utility services&mdash;to infer age.&lt;/p&gt;\n&lt;p&gt;While some platforms conduct these checks internally, many rely on external third-party services. To protect user privacy, Ofcom, in collaboration with the UK&rsquo;s Information Commissioner&rsquo;s Office, has issued guidelines emphasizing that data collected solely for age verification should be stored temporarily and used exclusively for that purpose. It should not be exploited for targeted advertising or any other secondary uses.&lt;/p&gt;\n&lt;p&gt;However, concerns persist over compliance and security. Many verification providers are based in the US, where legislation like the Patriot Act may compel them to share data with authorities. Uploading a passport or biometric data for quick access could inadvertently place sensitive personal information into global databases, raising risks of misuse, surveillance, and data breaches.&lt;/p&gt;\n&lt;p&gt;The proliferation of these verification processes signifies a troubling trend: the increasing transmission and storage of personally identifiable information online. This development challenges principles of data minimization and anonymity, potentially exposing users to greater risks of tracking, identity theft, and authoritarian oversight. As the digital landscape evolves, the question remains: who is really watching you?&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263cfdd74ecafcb8de66efSNCWBBL503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263cfdd74ecafcb8de66efSNCWBBL503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Understanding Age Verification: Privacy Implications for UK Internet Users&lt;/p&gt;\n&lt;p&gt;In today&#039;s digital landscape, many UK internet users are encountering an increasing number of verification requests when accessing various online content. This growing trend raises significant privacy concerns that deserve careful consideration.&lt;/p&gt;\n&lt;p&gt;The Potential Privacy Risks&lt;/p&gt;\n&lt;p&gt;When third-party verification services process user information, they may potentially track individuals based on the specific content they attempt to access. This becomes particularly problematic when verification requirements extend to sensitive areas such as LGBTQ content or mental health resources, where user anonymity is especially important.&lt;/p&gt;\n&lt;p&gt;Data security presents another major challenge. These verification platforms collect and process enormous amounts of personal information, creating attractive targets for cybercriminals. Data trading remains a lucrative underground business, and a single security breach could expose millions of UK citizens&#039; personal details to illicit marketplaces.&lt;/p&gt;\n&lt;p&gt;Cybersecurity Threats&lt;/p&gt;\n&lt;p&gt;The consequences of compromised verification data are severe. Criminals who obtain this information&mdash;whether through data breaches or dark web purchases&mdash;can craft sophisticated phishing attempts using the acquired personal details. With access to facial images, personal information, and potentially payment data, identity theft becomes a significant risk.&lt;/p&gt;\n&lt;p&gt;Protecting Your Digital Privacy&lt;/p&gt;\n&lt;p&gt;For those concerned about these privacy implications, implementing security measures is essential. Virtual private networks (VPNs) offer an accessible and effective solution for enhancing online privacy protection.&lt;/p&gt;\n&lt;p&gt;Despite their technical reputation, modern VPNs are user-friendly and compatible with virtually all devices&mdash;from computers and smartphones to tablets and gaming consoles.&lt;/p&gt;\n&lt;p&gt;How VPNs Safeguard Your Privacy&lt;/p&gt;\n&lt;p&gt;VPNs function by replacing your actual IP address with a temporary alternative when you connect to their servers. This significantly reduces tracking capabilities of third parties and helps prevent detailed profiling based on your browsing habits, limiting intrusive targeted advertising.&lt;/p&gt;\n&lt;p&gt;Additionally, VPN encryption provides crucial protection for your data. Even if intercepted, encrypted information remains unreadable to unauthorized parties. This protection is particularly valuable when using public Wi-Fi networks, which are notorious for security vulnerabilities whether at home, during travel, or on your daily commute.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or privacy concerns that prevent access to adult sites. Unblock porn allows users to bypass these barriers by changing their IP address, ensuring private and unrestricted browsing experiences regardless of their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For individuals seeking to access region-restricted adult content and &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might otherwise be inaccessible in their location, the SafeShell VPN offers a compelling solution.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN excels in providing robust security to keep your private browsing sessions confidential, shielding your online activities from prying eyes like ISPs or network surveillance. Crucially, it delivers lightning-fast connection speeds, ensuring smooth, high-definition streaming without frustrating buffering, making it ideal for uninterrupted viewing. Its innovative features, like App Mode, simplify bypassing regional blocks, allowing users to unblock porn sites and access content from various locations simultaneously. Furthermore, SafeShell VPN supports multiple device connections at once, extending comprehensive protection and access capabilities to your computers, smartphones, and streaming devices.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content, begin by visiting the official SafeShell VPN website and selecting a subscription plan that aligns with your viewing needs. After completing the registration process, download the application onto your preferred device&mdash;whether it&#039;s a smartphone, tablet, or computer&mdash;and follow the straightforward installation instructions provided.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN application and log in using your newly created credentials. Navigate to the server selection screen where you&#039;ll find numerous global locations to choose from. Select a server in the region where your desired content is accessible, then connect by tapping the prominent connection button. The application will establish a secure connection in seconds, encrypting your data and masking your actual location.&lt;/p&gt;\n&lt;p&gt;With SafeShell VPN now running, you can open your preferred browser or content application with complete privacy. Your internet traffic is now routed through the selected server, allowing you to access previously restricted content while maintaining anonymity. For optimal performance, remember to select servers closer to your actual location when possible, and always disconnect from the VPN when finished to conserve battery life and bandwidth.&lt;/p&gt;', 9, 'game'),
(263, 412, '', 'JJ&#039;s Kook Origins &ndash; Outer Banks Season 4 Shocker', '&lt;p&gt;JJ&#039;s Kook Origins Revealed in Outer Banks Season 4 Continuation&lt;/p&gt;\n&lt;p&gt;The shocking revelation that JJ Maybank was actually born into a wealthy Kook family continues to reverberate through the Outer Banks universe as Season 4, Part 2 prepares to launch. The opening sequence of the new episodes provides crucial backstory that fans have been eagerly awaiting.&lt;/p&gt;\n&lt;p&gt;In an unexpected narrative twist, viewers finally learn that JJ&#039;s birth name is Jackson, resolving years of speculation about what the second &quot;J&quot; in his nickname represented. Rudy Pankow, who portrays the beloved character, had his own theory: &quot;For john Jackson&quot; - connecting JJ&#039;s name to his best friend John B, played by Chase Stokes.&lt;/p&gt;\n&lt;p&gt;The opening minutes of Part 2 feature Luke Maybank (Gary Weeks) narrating the true circumstances of how he came to raise JJ. Contrary to island folklore about a drowning incident, Luke reveals he was actually employed as a groundskeeper at the Genrette estate, working for JJ&#039;s biological mother Larissa Genrette (Tommi Rose) and father Chandler Groff (J. Anthony Crane).&lt;/p&gt;\n&lt;p&gt;This revelation adds complex layers to Luke&#039;s character, something the cast found compelling. &quot;It&#039;s an interesting thought of, &#039;why is Luke the way he is?&#039;&quot; Pankow noted, while Stokes admitted wondering, &quot;Did he come from the other side?&quot;&lt;/p&gt;\n&lt;p&gt;The continuation promises even more revelations, as Luke apparently has additional information to share with his stunned son. Fans will need to tune in on November 7th to discover what other secrets remain hidden in JJ&#039;s complicated family history.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/690fd4113ace7513d15614d5UjkbNWVf03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/690fd4113ace7513d15614d5UjkbNWVf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the thrill of Outer Banks Season 4, Part 1 with the latest trailer.&lt;/p&gt;\n&lt;p&gt;Dive into the captivating world of the Pogues as they navigate new challenges and secrets.&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss out&mdash;catch all the excitement and unexpected surprises now streaming exclusively on Netflix.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used to watch a wide variety of TV shows and movies on demand. However, due to regional licensing agreements, the content library available to users varies significantly depending on their location. This is where the concept of &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;&lt;/strong&gt; comes in, referring to methods that allow viewers to bypass these geographical restrictions and access a broader selection of programming typically limited to other countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you&#039;ve been searching for. This powerful VPN service is specifically designed to bypass geographical limitations, allowing you to explore the full spectrum of Netflix&#039;s global library regardless of your physical location. SafeShell VPN employs sophisticated technology that effectively evades Netflix&#039;s detection systems, ensuring you can stream your favorite shows and movies without interruption or access denied messages.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits beyond just Netflix unblocking. With its exclusive App Mode, you can simultaneously access content from multiple regional libraries, expanding your entertainment options significantly. The service provides blazing connection speeds with no bandwidth restrictions, eliminating frustrating buffering during your streaming sessions. Security is paramount with SafeShell VPN&#039;s proprietary &quot;ShellGuard&quot; protocol, which ensures your online activities remain private and protected from surveillance. Additionally, the ability to connect up to five devices simultaneously across various platforms&mdash;including Windows, macOS, iOS, Android, and smart TVs&mdash;means your entire household can enjoy secure browsing and streaming. Their flexible free trial plan allows you to experience these premium features before committing to a subscription.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To watch Netflix content from any region using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account, then choose the APP mode for an optimized viewing experience. After that, browse the list of VPN servers and select one located in the region whose Netflix content you want to access, such as the US or UK, and click &quot;Connect&quot; to establish a secure connection. Finally, open your Netflix app or visit the website, log into your account, and enjoy streaming content from the region you selected with the help of SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(264, 413, '', 'Wicked Movie Split&mdash;Universal&rsquo;s Risk Pays Off Big', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263d33f72e58d4df08af75WBI6kedP03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263d33f72e58d4df08af75WBI6kedP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In today&rsquo;s episode of the &ldquo;Daily Variety&rdquo; podcast, industry experts discuss the surprising success of Universal Pictures&rsquo; daring move to split the musical &ldquo;Wicked&rdquo; into two separate films. Rebecca Rubin highlights that the decision, initially met with skepticism due to the inherent risks of dividing a musical and the challenges of polarizing genres, has proven to be a profitable gamble. The first installment opened with a remarkable $150 million domestically and over $200 million worldwide, marking it as a significant four-quadrant hit. Rubin emphasizes that such a strong performance indicates the strategy has paid off, especially considering the complexity of producing two high-budget parts within a year.&lt;/p&gt;\n&lt;p&gt;Meanwhile, Jennifer Maas provides insight into HBO&rsquo;s upcoming slate amid ongoing corporate shifts at Warner Bros. Discovery. HBO&rsquo;s chief, Casey Bloys, unveiled an ambitious lineup, promising a steady flow of new and returning series throughout 2026. Notable highlights include the return of &ldquo;House of the Dragon&rdquo; in summer, the January launch of &ldquo;A Knight of the Seven Kingdoms,&rdquo; a prequel to &ldquo;Game of Thrones,&rdquo; and renewals for &ldquo;The Chair Company&rdquo; and &ldquo;I Love L.A.&rdquo; Maas notes that viewers also got exclusive glimpses of upcoming projects, including &ldquo;Lanterns,&rdquo; a Green Lantern series from Greg Berlanti, and updates on the highly anticipated Harry Potter series, which is currently filming with plans to shoot seasons consecutively to stay ahead of cast aging.&lt;/p&gt;\n&lt;p&gt;Listeners can access &ldquo;Daily Variety&rdquo; through platforms such as iHeart Podcasts, Apple Podcasts, YouTube, Amazon Music, Spotify, and more, to stay updated on the latest industry developments.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; series, they&#039;re available on streaming services like HBO Max and Amazon Prime, though availability varies by region, with some viewers needing to rent digitally or use subscription services that may require additional access solutions to bypass geographical restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. This VPN offers high-speed servers specifically optimized for seamless streaming, ensuring buffer-free playback and crisp high-definition quality. Additionally, SafeShell VPN allows you to connect multiple devices simultaneously, including popular operating systems like Windows, macOS, iOS, and Android, giving you the flexibility to enjoy your favorite shows across all your devices. Its exclusive App Mode feature further enhances your experience by enabling you to unlock content from multiple regions at once, broadening your entertainment options without limitations.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN delivers lightning-fast connection speeds without bandwidth restrictions, so you can stream, download, and browse effortlessly. Its top-level security, powered by the proprietary ShellGuard protocol, guarantees your online privacy with advanced encryption and strong security measures. This ensures your data remains protected from prying eyes while you enjoy unrestricted access to Netflix. The flexible free trial plan allows users to explore these outstanding features risk-free, making SafeShell VPN a reliable and secure solution for all your streaming needs.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To stream Harry Potter movies securely, follow these essential steps using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application directly from their official source onto your preferred streaming device.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch SafeShell VPN and securely authenticate using your account credentials to access the server network.\n&lt;/li&gt;\n&lt;li&gt;\nSelect a VPN server located in a region like the UK or US where Harry Potter content is readily available on Netflix.\n&lt;/li&gt;\n&lt;li&gt;\nVerify your connection status within the SafeShell VPN interface to ensure your IP address reflects the chosen location.\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix, browse the library, and enjoy unrestricted access to the entire Harry Potter film series without regional limitations.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This process guarantees private, buffer-free viewing through SafeShell VPN&#039;s optimized pathways.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(265, 414, '', 'Streaming Platforms 2025: Trends &amp; Subscription Models', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f3bf5cb970493469603ka9HUHRi03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f3bf5cb970493469603ka9HUHRi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Landscape Overview&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital entertainment landscape, streaming platforms have revolutionized how we consume media. With 2025 approaching, the competition among major services continues to intensify, offering consumers more choices than ever before.&lt;/p&gt;\n&lt;p&gt;The streaming ecosystem has evolved dramatically in recent years. What began as a handful of major players has expanded into a diverse marketplace with specialized options catering to every interest imaginable. From documentary enthusiasts to horror aficionados and sports fans, there&#039;s truly something for everyone.&lt;/p&gt;\n&lt;p&gt;Subscription models have diversified as well. While traditional monthly payments remain common, many services now offer ad-supported tiers at lower price points. Some platforms have embraced the FAST (Free Ad-Supported Television) model entirely, providing content at no cost to viewers willing to watch advertisements.&lt;/p&gt;\n&lt;p&gt;Major platforms continue to dominate the market through their extensive libraries and original programming. Netflix maintains its position as a content powerhouse, while Disney+ leverages beloved franchises to attract subscribers. Prime Video benefits from its integration with Amazon&#039;s broader ecosystem, and Apple TV+ focuses on premium, star-studded productions.&lt;/p&gt;\n&lt;p&gt;The bundling trend has gained momentum, with Disney+ and Hulu offering combined subscriptions that provide greater value. Meanwhile, HBO Max continues to deliver critically acclaimed content, and Paramount+ strengthens its position with exclusive franchises and sports programming.&lt;/p&gt;\n&lt;p&gt;Content libraries remain dynamic, with titles regularly rotating on and off platforms. This constant flux means the &quot;best&quot; service often depends on what&#039;s currently available rather than overall platform reputation. Many consumers now strategically subscribe to different services throughout the year based on release schedules.&lt;/p&gt;\n&lt;p&gt;Beyond the major players, numerous specialized platforms have carved out dedicated audiences. These niche services often provide more focused content libraries at competitive price points, making them attractive alternatives or supplements to mainstream subscriptions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f3fc2c9a79a8f29fe5amwgZDsMM03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f3fc2c9a79a8f29fe5amwgZDsMM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix delivers unparalleled accessibility across devices, ensuring your favorite shows are always at your fingertips.&lt;/p&gt;\n&lt;p&gt;Original content dominates its library, with weekly releases like Stranger Things and Frankenstein keeping viewers hooked.&lt;/p&gt;\n&lt;p&gt;Choose from three subscription tiers: ad-supported Standard at lower cost, ad-free Standard for uninterrupted viewing, or Premium for 4K HDR and multiple streams.&lt;/p&gt;\n&lt;p&gt;The platform excels in user experience with intuitive navigation and cutting-edge features like spatial audio and dynamic HDR optimization.&lt;/p&gt;\n&lt;p&gt;However, the Premium plan&#039;s cost for 4K access stings, and disappearing classics like Jurassic Park frustrate catalog browsers.&lt;/p&gt;\n&lt;p&gt;Unlike competitors offering bundles, Netflix stands alone in subscriptions, rarely providing discounts despite recent price hikes.&lt;/p&gt;\n&lt;p&gt;Its massive content investment yields award-winning hits like Wednesday and The Queen&#039;s Gambit, though frequent series cancellations disappoint fans.&lt;/p&gt;\n&lt;p&gt;While Prime Video boasts larger movie collections and Hulu leads in TV shows, Netflix&#039;s seamless interface and cultural impact maintain its streaming crown.&lt;/p&gt;\n&lt;p&gt;Password-sharing restrictions and ad-tier expansions reflect its evolving monetization strategy in a competitive landscape.&lt;/p&gt;\n&lt;p&gt;For genre-hoppers craving variety and tech enthusiasts wanting innovation, Netflix remains compelling despite premium pricing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f41c2c9a79a8f29fe78grDYSJdo03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f41c2c9a79a8f29fe78grDYSJdo03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming Services Showdown: Which Platform Delivers the Best Value in 2025?&lt;/p&gt;\n&lt;p&gt;In the ever-evolving landscape of digital entertainment, choosing the right streaming service has become increasingly complex. Let&#039;s explore what makes each platform unique and help you determine which deserves your subscription dollars.&lt;/p&gt;\n&lt;p&gt;The Sci-Fi Powerhouse: A New Contender Emerges&lt;/p&gt;\n&lt;p&gt;While Netflix once dominated the sci-fi genre, a surprising challenger has emerged with an impressive lineup of critically acclaimed futuristic storytelling. With standout series exploring everything from underground civilizations to space exploration and sentient robots, science fiction enthusiasts have found a new digital home.&lt;/p&gt;\n&lt;p&gt;This platform has strategically positioned itself as the destination for thoughtful, high-concept science fiction that rivals traditional television networks in production quality and narrative depth.&lt;/p&gt;\n&lt;p&gt;Original Content: Quality vs. Quantity&lt;/p&gt;\n&lt;p&gt;The streaming wars have shifted from who has the most content to who has the best content. While some services boast massive libraries filled with thousands of titles, others have focused on curating smaller collections of premium, exclusive programming.&lt;/p&gt;\n&lt;p&gt;One service in particular has earned recognition for its commitment to quality over quantity, consistently producing award-winning shows and films despite maintaining a smaller overall catalog. Their originals typically feature A-list talent both in front of and behind the camera.&lt;/p&gt;\n&lt;p&gt;Family-Friendly Sharing Policies&lt;/p&gt;\n&lt;p&gt;As subscription prices rise across the industry, the ability to share accounts has become increasingly valuable. While many platforms have implemented strict household limitations and cracked down on password sharing, some services still offer generous simultaneous streaming allowances.&lt;/p&gt;\n&lt;p&gt;The most family-friendly option currently permits up to six simultaneous streams and allows account sharing with people outside your household&mdash;a rarity in today&#039;s streaming landscape.&lt;/p&gt;\n&lt;p&gt;Price Increases and Subscription Value&lt;/p&gt;\n&lt;p&gt;The streaming industry has seen significant price hikes throughout 2024 and into 2025. One notable service increased its subscription cost by a substantial 30% this year, following another price increase in 2023. Despite these changes, subscribers continue to pay for ad-free experiences and high-quality content.&lt;/p&gt;\n&lt;p&gt;The introduction of advertising appears inevitable across all platforms, with even premium services reportedly recruiting advertising executives and developing AI-powered ad technology.&lt;/p&gt;\n&lt;p&gt;Technical Specifications Matter&lt;/p&gt;\n&lt;p&gt;For cinephiles and audiophiles, technical specifications remain crucial factors in choosing a streaming service. The best platforms now offer 4K resolution, HDR or Dolby Vision support, and spatial audio capabilities that create immersive viewing experiences comparable to theaters.&lt;/p&gt;\n&lt;p&gt;These premium technical features justify higher subscription costs for many viewers who prioritize visual and audio quality.&lt;/p&gt;\n&lt;p&gt;Literary Adaptations Find Their Home&lt;/p&gt;\n&lt;p&gt;Book lovers should note that certain platforms excel at bringing beloved novels to the screen. One service has built an impressive collection of highly-rated adaptations, consistently scoring above 86% on review aggregators like Rotten Tomatoes.&lt;/p&gt;\n&lt;p&gt;From international bestsellers to literary classics, these faithful adaptations have become signature content for discerning viewers who appreciate thoughtful storytelling.&lt;/p&gt;\n&lt;p&gt;Making Your Decision&lt;/p&gt;\n&lt;p&gt;When selecting your streaming service in 2025, consider your specific entertainment preferences, household size, budget constraints, and technical requirements. While some platforms offer free trials to explore their content libraries, others rarely provide promotional discounts.&lt;/p&gt;\n&lt;p&gt;The ideal choice ultimately depends on your unique viewing habits and what you value most in your entertainment experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f44d303cce3a6c43e1dJY26re1103&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f44d303cce3a6c43e1dJY26re1103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Prime Video is accessible on hundreds of devices, ensuring broad compatibility for streaming your favorite content (image credit: Amazon).&lt;/p&gt;\n&lt;p&gt;When it comes to movie streaming, Prime Video offers flexible plans tailored to different preferences. The standard with ads plan includes three simultaneous streams, UHD 4K resolution, HDR10 and HDR10+ support on select titles, and the option to download content to four devices. For an ad-free experience, users can enjoy limited commercials&mdash;mostly skippable trailers&mdash;with the same streaming and download capabilities, plus Dolby Vision and Dolby Atmos support.&lt;/p&gt;\n&lt;p&gt;Prime members can also opt for Amazon Household sharing, which allows up to two adults and four children to benefit from Prime perks. This includes access to UHD 4K content, HDR support, downloads, and the ability to sign up for ad-free viewing if each account chooses that option.&lt;/p&gt;\n&lt;p&gt;The platform boasts one of the largest movie libraries available, with a consistent addition of over 50 new titles each month, making it ideal for cinephiles seeking variety. Original series like &lt;em&gt;Reacher&lt;/em&gt;, &lt;em&gt;Invincible&lt;/em&gt;, &lt;em&gt;The Boys&lt;/em&gt;, and &lt;em&gt;Rings of Power&lt;/em&gt; have bolstered its reputation, with upcoming releases such as &lt;em&gt;Playdate&lt;/em&gt; and &lt;em&gt;Tyler Perry&rsquo;s Finding Joy&lt;/em&gt; adding to the anticipation.&lt;/p&gt;\n&lt;p&gt;In terms of quality, Prime Video&rsquo;s 4K ad-free tier offers excellent value, especially as it&rsquo;s priced lower than comparable plans at Netflix or Disney+. However, a notable downside is the increasing presence of advertisements, which some subscribers find intrusive, particularly since the service has doubled ad durations recently.&lt;/p&gt;\n&lt;p&gt;For those who subscribe to multiple streaming services, Prime Video&rsquo;s vast catalog and add-on options make it a convenient hub. But if you&rsquo;re not an Amazon Prime member, the cost of access may be less appealing, and alternatives like Walmart+ with Paramount+ or Peacock might be more suitable.&lt;/p&gt;\n&lt;p&gt;Despite the ads unless you pay an extra $2.99 per month, Prime Video remains popular due to its extensive content library, which surpasses many competitors in movie titles. While its TV show selection is substantial, Hulu reportedly offers a larger library of US-based series.&lt;/p&gt;\n&lt;p&gt;Expert analysts highlight Prime Video&rsquo;s strengths in its diverse movie collection and original programming, with a catalog exceeding 26,300 films and 2,700 TV shows in the US. Its acquisition of MGM in 2022 significantly expanded its film library, adding classics and blockbusters such as &lt;em&gt;Skyfall&lt;/em&gt;, &lt;em&gt;Casino Royale&lt;/em&gt;, &lt;em&gt;Creed&lt;/em&gt;, and &lt;em&gt;Hotel Rwanda&lt;/em&gt;. While the platform allows rental and purchase options, mixing paid and free content can sometimes be frustrating, as users must manually filter for free titles.&lt;/p&gt;\n&lt;p&gt;Overall, Prime Video offers tremendous value through its extensive library, original hits, and competitive pricing&mdash;especially for higher-resolution streams&mdash;making it a strong contender in the streaming landscape despite some drawbacks like ads and content navigation quirks.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f47d303cce3a6c43e53jVLExxP203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f47d303cce3a6c43e53jVLExxP203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring Streaming Options in 2025: A Deep Dive into Paramount+&lt;/p&gt;\n&lt;p&gt;Paramount+ stands as a unique contender in the increasingly crowded streaming landscape. For those considering their streaming options, here&#039;s what you need to know about this service&#039;s offerings.&lt;/p&gt;\n&lt;p&gt;Viewing Experience&lt;/p&gt;\n&lt;p&gt;Paramount+ provides flexible viewing across multiple platforms including mobile devices, desktops, smart TVs, and streaming devices. The service offers two primary subscription tiers:&lt;/p&gt;\n&lt;p&gt;&bull; Essential: Features ad-supported content, HD/Full HD resolution on select content, and allows 3 simultaneous streams&lt;/p&gt;\n&lt;p&gt;&bull; Premium: Offers ad-free viewing, 3 simultaneous streams, 4K quality with Dolby Vision and Atmos support, plus offline viewing with up to 25 downloads&lt;/p&gt;\n&lt;p&gt;Content Specialties&lt;/p&gt;\n&lt;p&gt;Paramount+ has carved out specific niches where it truly excels:&lt;/p&gt;\n&lt;p&gt;Classic franchises shine on the platform, particularly the complete Star Trek universe. From original series to the latest productions like &quot;Star Trek: Section 31,&quot; Trekkies will find their complete collection here.&lt;/p&gt;\n&lt;p&gt;Western enthusiasts benefit from Taylor Sheridan&#039;s expanding universe of dramas, including the &quot;Yellowstone&quot; prequels and spin-offs like the anticipated &quot;1923&quot; season 2.&lt;/p&gt;\n&lt;p&gt;Film aficionados will appreciate the regular addition of critically acclaimed movies, with the platform frequently refreshing its cinematic offerings.&lt;/p&gt;\n&lt;p&gt;Potential Drawbacks&lt;/p&gt;\n&lt;p&gt;The service isn&#039;t without limitations:&lt;/p&gt;\n&lt;p&gt;Content volume remains smaller compared to industry giants like Netflix or Prime Video, with a notably more focused library.&lt;/p&gt;\n&lt;p&gt;Reality TV programming represents a significant portion of the catalog, which may not appeal to all viewers.&lt;/p&gt;\n&lt;p&gt;The platform primarily serves as the streaming home for Paramount Pictures productions, so those uninterested in the studio&#039;s upcoming slate might find less value.&lt;/p&gt;\n&lt;p&gt;Recent Developments&lt;/p&gt;\n&lt;p&gt;Paramount+ has undergone significant changes, including:&lt;/p&gt;\n&lt;p&gt;Price increases implemented across subscription tiers in 2024&lt;/p&gt;\n&lt;p&gt;The merger with Skydance, promising potential shifts in content strategy&lt;/p&gt;\n&lt;p&gt;The integration of Showtime content following that platform&#039;s discontinuation&lt;/p&gt;\n&lt;p&gt;Ongoing catalog adjustments, including both additions and removals&lt;/p&gt;\n&lt;p&gt;For budget-conscious streamers, Paramount+ offers periodic promotions and a seven-day free trial to test the service before committing.&lt;/p&gt;\n&lt;p&gt;While not boasting the largest content library, Paramount+ delivers quality viewing experiences with its premium tier supporting advanced features like 4K, Dolby Atmos, and HDR10 on compatible devices. The platform continues to develop original programming while maintaining its position as the streaming home for Paramount&#039;s theatrical releases following their cinema runs.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f4afb24188cb39f9394oFdDi4pv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f4afb24188cb39f9394oFdDi4pv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Despite being a relatively new player in the streaming arena, HBO Max swiftly gained recognition as a must-watch platform for avid viewers. (image credit: HBO Max)&lt;/p&gt;\n&lt;p&gt;When it comes to delivering top-tier content, HBO Max stands out.&lt;/p&gt;\n&lt;p&gt;Its subscription models include options with ads, offering two simultaneous streams at full HD resolution without the ability to download.&lt;/p&gt;\n&lt;p&gt;An ad-free plan removes commercials, still supports two streams in full HD, and allows up to 30 downloads to devices.&lt;/p&gt;\n&lt;p&gt;The premium &ldquo;Ultimate&rdquo; plan elevates the experience with four simultaneous streams, 4K Ultra HD quality, Dolby Atmos, Dolby Vision, HDR10, and up to 100 downloads.&lt;/p&gt;\n&lt;p&gt;HBO Max is renowned for its acclaimed original series, which remain some of the platform&rsquo;s biggest draws.&lt;/p&gt;\n&lt;p&gt;Its vast library boasts a mix of classic Hollywood films, recent blockbusters, and indie gems&mdash;thanks in part to recent licensing deals.&lt;/p&gt;\n&lt;p&gt;Subscribers can indulge in HBO&rsquo;s legendary catalog, including series like &lt;em&gt;The Sopranos&lt;/em&gt;, &lt;em&gt;The Wire&lt;/em&gt;, &lt;em&gt;Sex and the City&lt;/em&gt;, and newer hits like &lt;em&gt;The Last of Us&lt;/em&gt; and &lt;em&gt;Succession&lt;/em&gt;.  &lt;/p&gt;\n&lt;p&gt;In November, fans can look forward to exclusive releases from indie studio A24, such as &lt;em&gt;The Materialists&lt;/em&gt; and &lt;em&gt;Eddington&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;The platform&rsquo;s partnerships bring a rich selection of films, including vintage classics like &lt;em&gt;Deception&lt;/em&gt;, &lt;em&gt;Destination Tokyo&lt;/em&gt;, and &lt;em&gt;The Women&lt;/em&gt;, thanks to a licensing agreement with the Criterion Collection.  &lt;/p&gt;\n&lt;p&gt;However, recent policies have made account sharing more restrictive, which could impact households that share passwords&mdash;alternatives like Apple TV+ or Paramount+ might be more flexible options for some.&lt;/p&gt;\n&lt;p&gt;While HBO Max excels in original content, its schedule of new releases is comparatively modest.&lt;/p&gt;\n&lt;p&gt;For viewers hungry for a continuous stream of fresh titles, services like Netflix, Prime Video, or Hulu might better suit their needs.&lt;/p&gt;\n&lt;p&gt;High-quality streaming enthusiasts should consider the top-tier plan, as standard streams are limited to 1080p, with 4K available only at an additional cost.&lt;/p&gt;\n&lt;p&gt;HBO Max&rsquo;s reputation as the premier destination for HBO originals makes it the go-to service for award-winning shows such as &lt;em&gt;Game of Thrones&lt;/em&gt;, &lt;em&gt;The White Lotus&lt;/em&gt;, and &lt;em&gt;Succession&lt;/em&gt;.  &lt;/p&gt;\n&lt;p&gt;The platform&rsquo;s library is ever-expanding, with new content added monthly, ensuring hundreds of hours of binge-worthy entertainment.&lt;/p&gt;\n&lt;p&gt;Despite its recent launch in May 2023 following Warner Bros. Discovery&rsquo;s merger, HBO Max has experienced multiple price increases&mdash;first in early 2023 and again in mid-2024.&lt;/p&gt;\n&lt;p&gt;Subscribers can still find deals and bundles, including a planned partnership with Disney+ and Hulu set to launch mid-2024.&lt;/p&gt;\n&lt;p&gt;The service is gradually expanding internationally, starting with Europe in May 2024, with plans to reach Australia in early 2025. UK audiences will need to wait a little longer to access the platform.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f4d09a718027616f024I1OvFRXm03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f4d09a718027616f024I1OvFRXm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Disney+ Hulu Merger Overview&lt;/h3&gt;\n&lt;p&gt;As of March 27, 2024, Disney+ and Hulu will merge into a single streaming platform, offering users a broader entertainment library under one umbrella. This combined service aims to provide a versatile viewing experience for all kinds of audiences.&lt;/p&gt;\n&lt;p&gt;For viewers seeking affordability, the duo basic package offers ad-supported access, allowing two simultaneous streams in full HD resolution, with no downloads available. If you prefer an ad-free experience, the duo premium plan eliminates ads, supports two streams in 4K Ultra HD with HDR10 and Dolby Vision, and permits downloads on up to ten devices.&lt;/p&gt;\n&lt;p&gt;This merged platform is the go-to destination for Disney&rsquo;s beloved franchises&mdash;Pixar, Marvel, Star Wars, and National Geographic. It also includes access to FX shows and National Geographic documentaries, enriching the variety of content.&lt;/p&gt;\n&lt;p&gt;However, there are some limitations. Users cannot share passwords freely, and the no-ads tier incurs additional costs. For those wanting to maximize value, bundling Disney+ and Hulu provides extensive libraries at a lower price point than competitors like HBO Max or Netflix&rsquo;s ad-supported plans.&lt;/p&gt;\n&lt;p&gt;Families and adult audiences alike will find plenty to enjoy. Disney+ offers a treasure trove of children&rsquo;s programming, while Hulu complements this with mature movies and TV shows, making the bundle suitable for mixed-age households. Movie enthusiasts will appreciate Hulu&rsquo;s regularly updated film collection, ensuring fresh options are always available.&lt;/p&gt;\n&lt;p&gt;Despite its strengths, the combined service has fewer original productions compared to rivals like Netflix, Prime Video, or HBO Max. If binge-watching entire series in one go is your style, Disney+ and Hulu&rsquo;s weekly episode release schedule might not satisfy your needs, with Netflix leading in this area.&lt;/p&gt;\n&lt;p&gt;For parents seeking new kid-friendly content, Disney+ has historically delivered, but recent months have seen a slowdown in new children&rsquo;s offerings. Alternatives like Apple TV+ are gradually expanding their kid-focused line-up, including titles like &lt;em&gt;Be@rbrick&lt;/em&gt; and &lt;em&gt;Jane&rsquo;s Animal Adventures&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;In terms of exclusive content, the Disney-Hulu duo offers classic Disney live-action remakes, Pixar hits, and the full Star Wars saga in chronological order. Marvel fans can enjoy all Phase 4 movies and shows, along with a vast library of Marvel titles. Hulu also features original series like &lt;em&gt;The Handmaid&rsquo;s Tale&lt;/em&gt; and &lt;em&gt;Only Murders in the Building&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Consumers can take advantage of various deals, including Hulu promotions, ESPN+ add-ons for live sports, and free trials for Disney+ or Hulu to explore the service before committing. Popular titles such as &lt;em&gt;The Mandalorian&lt;/em&gt;, &lt;em&gt;WandaVision&lt;/em&gt;, and &lt;em&gt;Daredevil: Born Again&lt;/em&gt; are available, along with Hulu&rsquo;s extensive TV show catalog, which in 2023 totaled over 2,600 titles&mdash;outpacing Netflix&rsquo;s offerings.&lt;/p&gt;\n&lt;p&gt;As Disney+ and Hulu evolve, expect potential price increases and stricter password sharing policies, reflecting Netflix&rsquo;s recent strategies to maintain revenue. The merger aims to create a more comprehensive entertainment platform, catering to diverse tastes and preferences while adapting to the shifting streaming landscape.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f5065eb99e3412d4602tO9xxw1u03&quot; height=&quot;464&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f5065eb99e3412d4602tO9xxw1u03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Beyond the leading paid streaming giants such as Paramount+, Prime Video, Disney+, Hulu, Max, Apple TV+, and Netflix, a variety of alternative on-demand platforms continue to thrive.&lt;/p&gt;\n&lt;p&gt;While it&#039;s not possible to list every available service, we highlight three notable options worth exploring. Some of these platforms are affiliated with major television networks, including NBC Universal&#039;s Peacock and Dish Network&#039;s Sling TV, offering familiar content through their respective channels. Others, like MUBI, operate as independent film distributors, focusing on curated cinematic experiences for viewers seeking diverse and unique films.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f53d74ecafcb8de877agw1DviAi03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f53d74ecafcb8de877agw1DviAi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mubi stands out as a premier streaming platform tailored for serious cinephiles seeking curated, high-quality films from around the world. Its carefully selected library features cult classics, influential masterpieces, and exclusive titles that are often difficult to find elsewhere.&lt;/p&gt;\n&lt;p&gt;Subscribers enjoy an ad-free experience with the ability to stream on two devices simultaneously in crisp 1080p HD, and can download content to five devices for offline viewing. Mubi Go adds an extra dimension by offering a weekly free cinema ticket, enabling viewers to experience films on the big screen&mdash;though this perk is region-dependent.&lt;/p&gt;\n&lt;p&gt;The platform is distinguished by its focus on independent, arthouse, and global cinema, with new titles added daily to keep the selection fresh and engaging. Each film is accompanied by an expert commentary, providing valuable insights that deepen the viewing experience. This emphasis on quality over quantity makes Mubi a favorite among cinephiles who appreciate thoughtful storytelling and rare finds.&lt;/p&gt;\n&lt;p&gt;However, this curated approach means the library is smaller than mainstream services like Netflix or Prime Video, which offer a broader array of popular movies and TV series. Mubi&#039;s niche selection may be too specialized for viewers seeking blockbuster hits or extensive content libraries. Additionally, the subscription cost, especially for Mubi Go, might be a consideration for budget-conscious users.&lt;/p&gt;\n&lt;p&gt;While Mubi lacks a free tier, it offers a seven-day free trial, allowing new users to explore its unique offerings risk-free. The platform&rsquo;s focus on artful, independent cinema makes it an ideal choice for those who value curated content, exclusive releases, and international films. For viewers longing for a thoughtfully curated cinematic experience, Mubi provides a refreshing alternative in the streaming universe.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f56fb24188cb39f9458OscYF8xU03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f56fb24188cb39f9458OscYF8xU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Peacock carves its niche as a powerhouse for live sports and NBCUniversal favorites&lt;/p&gt;\n&lt;p&gt;Standout offerings:&lt;/p&gt;\n&lt;p&gt;Live sports coverage shines brightly, featuring WWE events, Olympic Games, and select Premier League soccer matches&lt;/p&gt;\n&lt;p&gt;Exclusive access to acclaimed NBC series like Yellowstone and beloved comedies including The Office&lt;/p&gt;\n&lt;p&gt;Original programming such as Laid and The Day of the Jackal brings unique content&lt;/p&gt;\n&lt;p&gt;Subscription tiers explained:&lt;/p&gt;\n&lt;p&gt;Premium tier offers HD streaming with advertisements at a budget-friendly rate&lt;/p&gt;\n&lt;p&gt;Premium+ eliminates commercials (except live broadcasts) and enables offline viewing&lt;/p&gt;\n&lt;p&gt;Both plans permit three simultaneous streams and deliver Full HD resolution&lt;/p&gt;\n&lt;p&gt;Key advantages:&lt;/p&gt;\n&lt;p&gt;Direct pipeline to NBC, Bravo, and Universal Studios productions&lt;/p&gt;\n&lt;p&gt;Robust sports package with live events, replays, and expert analysis&lt;/p&gt;\n&lt;p&gt;Competitive pricing structure relative to market alternatives&lt;/p&gt;\n&lt;p&gt;Notable limitations:&lt;/p&gt;\n&lt;p&gt;Content library trails behind giants like Netflix and Hulu in sheer volume&lt;/p&gt;\n&lt;p&gt;Certain exclusives remain restricted to U.S. audiences&lt;/p&gt;\n&lt;p&gt;Original series selection, while growing, can&#039;t yet rival industry leaders&lt;/p&gt;\n&lt;p&gt;Ideal viewer profile:&lt;/p&gt;\n&lt;p&gt;Sports enthusiasts craving live event coverage&lt;/p&gt;\n&lt;p&gt;Devotees of NBC&#039;s scripted series and late-night programming&lt;/p&gt;\n&lt;p&gt;Budget-conscious streamers seeking quality without premium pricing&lt;/p&gt;\n&lt;p&gt;Final assessment:&lt;/p&gt;\n&lt;p&gt;Peacock excels as a specialized service rather than an all-in-one platform. Its strength lies in delivering top-tier sports and network programming. While the content vault feels more curated than vast, it presents compelling value for targeted audiences - particularly when opting for the ad-free Premium+ experience. Consider this service if live sports or NBC hits dominate your viewing habits.&lt;/p&gt;\n\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f581523bab99fd4162fA0gSK31803&quot; height=&quot;439&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f581523bab99fd4162fA0gSK31803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming TV Alternatives: Finding the Perfect Cable Replacement&lt;/p&gt;\n&lt;p&gt;Exploring Cost-Effective Channel Packages&lt;/p&gt;\n&lt;p&gt;Looking for a more affordable way to access numerous channels without traditional cable? Several streaming options now provide customizable viewing experiences at competitive prices.&lt;/p&gt;\n&lt;p&gt;FreeStream Option: Basic Content Selection&lt;/p&gt;\n&lt;p&gt;&bull; Limited programming&lt;/p&gt;\n&lt;p&gt;&bull; Cost-effective entry point&lt;/p&gt;\n&lt;p&gt;&bull; No subscription required&lt;/p&gt;\n&lt;p&gt;Orange Package: Family and Sports Focus&lt;/p&gt;\n&lt;p&gt;&bull; 35 specialized channels&lt;/p&gt;\n&lt;p&gt;&bull; Single stream limitation&lt;/p&gt;\n&lt;p&gt;&bull; Supports high-definition and 4K viewing&lt;/p&gt;\n&lt;p&gt;&bull; Ideal for sports enthusiasts and family content&lt;/p&gt;\n&lt;p&gt;Blue Package: Entertainment and Documentary Priority&lt;/p&gt;\n&lt;p&gt;&bull; 43 diverse channels&lt;/p&gt;\n&lt;p&gt;&bull; Multiple viewing capability (3 simultaneous streams)&lt;/p&gt;\n&lt;p&gt;&bull; HD and 4K resolution support&lt;/p&gt;\n&lt;p&gt;&bull; Focus on television programming and documentaries&lt;/p&gt;\n&lt;p&gt;Combined Package Benefits&lt;/p&gt;\n&lt;p&gt;&bull; Comprehensive channel selection merging both packages&lt;/p&gt;\n&lt;p&gt;&bull; Enhanced multi-viewer capability (4 simultaneous streams)&lt;/p&gt;\n&lt;p&gt;&bull; Maximum content variety across genres&lt;/p&gt;\n&lt;p&gt;Additional Features Worth Considering&lt;/p&gt;\n&lt;p&gt;The ability to record live programming represents a significant advantage for viewers wanting flexibility in their watching schedule. Customization options allow subscribers to tailor their channel lineup to personal preferences, while live sports access remains a crucial selling point for many cord-cutters.&lt;/p&gt;\n&lt;p&gt;Potential Drawbacks to Consider&lt;/p&gt;\n&lt;p&gt;Geographic restrictions may limit content availability in certain regions, potentially affecting access to local programming. The base package price might seem attractive initially, but additional channel add-ons can significantly increase the total cost.&lt;/p&gt;\n&lt;p&gt;Ideal Customer Profiles&lt;/p&gt;\n&lt;p&gt;This service works best for viewers who:&lt;/p&gt;\n&lt;p&gt;&bull; Prefer building a personalized channel lineup&lt;/p&gt;\n&lt;p&gt;&bull; Want a comprehensive cable TV alternative&lt;/p&gt;\n&lt;p&gt;&bull; Value the ability to record and pause live television&lt;/p&gt;\n&lt;p&gt;This service may not satisfy customers who:&lt;/p&gt;\n&lt;p&gt;&bull; Prefer straightforward, all-inclusive packages&lt;/p&gt;\n&lt;p&gt;&bull; Want to avoid supplemental charges&lt;/p&gt;\n&lt;p&gt;&bull; Are concerned about potential price increases over time&lt;/p&gt;\n&lt;p&gt;The streaming landscape continues evolving, with each service adjusting pricing structures regularly. When evaluating options, calculate the total cost including any desired add-ons to determine the true value compared to traditional cable packages or competing streaming services.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263f5d7fc1349182afba2fpGqB8HwU03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263f5d7fc1349182afba2fpGqB8HwU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Forget permanent rankings: November 2025 demands a smarter streaming strategy.&lt;/p&gt;\n&lt;p&gt;This guide prioritizes immediate value, spotlighting services surging this specific month.&lt;/p&gt;\n&lt;p&gt;We track major platforms releasing the hottest new movies and shows right now.&lt;/p&gt;\n&lt;p&gt;Recent price changes also factor heavily into our dynamic November assessment.&lt;/p&gt;\n&lt;p&gt;Use this snapshot to identify which subscriptions truly earn their keep this month.&lt;/p&gt;\n&lt;p&gt;Savvy streamers can slash bills by pausing non-essential services identified here.&lt;/p&gt;\n&lt;p&gt;Explore potential discounts via current streaming deals before committing fully.&lt;/p&gt;\n&lt;p&gt;If budgets are exceptionally tight, excellent free streaming services offer alternatives.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; serves as a digital tool enabling viewers to bypass geographical restrictions imposed on Netflix libraries. By routing your internet connection through a server in another country, this virtual private network allows you to access the distinct Netflix content catalog available in that specific region. Essentially, a Netflix VPN unlocks a vastly wider range of movies and TV shows beyond what your local Netflix service offers.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content by Netflix VPN, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; stands out as a premier solution, offering these compelling advantages:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\n&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; effortlessly through dedicated high-speed servers, enabling uninterrupted HD streaming without buffering or lag.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously across all major platforms&mdash;from smartphones to smart TVs&mdash;for flexible viewing anywhere.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode unlocks multi-region libraries simultaneously, expanding your access to global content beyond just Netflix.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with zero bandwidth throttling, supporting seamless 4K streaming and rapid downloads.\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade encryption via the proprietary ShellGuard protocol ensures anonymous, secure browsing and data protection.\n&lt;/li&gt;\n&lt;li&gt;\nTest all features risk-free with a flexible free trial, experiencing premium performance before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking a world of global entertainment is now easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. To begin your journey, first visit the SafeShell VPN website and select a subscription plan that aligns with your viewing habits and budget. After completing your purchase, download the application designed for your specific device, whether you&#039;re using Windows, macOS, iOS, or Android. Once installed, launch the application and log in to your newly created account. For the optimal streaming experience, select the APP mode which is specifically optimized for Netflix viewing.&lt;/p&gt;\n&lt;p&gt;The next phase involves selecting your preferred virtual location. Browse through SafeShell&#039;s extensive server network and choose a location that offers the Netflix content you&#039;re eager to explore&mdash;popular options include servers in the United States, United Kingdom, or Canada. After connecting to your chosen server, simply open the Netflix application or website and sign in with your existing Netflix credentials. Within moments, you&#039;ll gain access to an expanded library of shows and movies previously unavailable in your region, all secured through SafeShell&#039;s reliable connection technology.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(266, 415, '', 'Valorant VAN9005 Error &ndash; Quick Fixes &amp; Solutions', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e4565eb99e3412d3652pqNx2BGV03&quot; height=&quot;399&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e4565eb99e3412d3652pqNx2BGV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Troubleshooting Valorant VAN9005&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Encountering the VAN9005 error in Valorant can be frustrating, as it prevents you from launching the game and demands some troubleshooting steps. Although it might seem complicated at first, understanding the solutions outlined by bo3.gg makes fixing this issue straightforward, no matter your PC specifications.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike simple in-game adjustments, resolving VAN9005 often involves more comprehensive methods. Below, we detail several effective strategies to eliminate this error and get you back into the game smoothly:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e481640cc0703b7978fispbqSXc03&quot; height=&quot;397&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e481640cc0703b7978fispbqSXc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;993&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&#039;re encountering the &quot;HVCI Enabled&quot; error in Valorant, follow these steps to resolve the issue:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by accessing your system information&mdash;press the Windows key along with R simultaneously, then type &#039;msinfo32&#039; into the Run dialog box and hit Enter.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Within the System Summary window, look for the BIOS Mode entry; ensure it is set to UEFI, as this is essential for proper system compatibility.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, verify the status of your Trusted Platform Module (TPM). Again, press Windows + R, then type &#039;tpm.msc&#039; and press Enter to open the TPM Management window.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Check if your TPM is enabled and functioning correctly because HVCI (Hypervisor-protected Code Integrity) relies on these security features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If the BIOS mode isn&#039;t set to UEFI or TPM is disabled, you&#039;ll need to adjust your BIOS settings to enable UEFI boot and TPM support&mdash;refer to your motherboard or system manufacturer&rsquo;s instructions for detailed guidance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After making these changes, restart your computer and try launching Valorant again to see if the error is resolved.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e4dc2c9a79a8f29f896aiAM1MHY03&quot; height=&quot;472&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e4dc2c9a79a8f29f896aiAM1MHY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If your screen displays the message shown in the image above, it indicates that the feature is either turned off or not compatible with your system. Conversely, if the display resembles the one below and includes details such as the TPM manufacturer and a specification version of 2.0, then your system meets the necessary requirements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e4f65eb99e3412d3716riiQyL9d03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e4f65eb99e3412d3716riiQyL9d03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To resolve the Valorant error code VAN9005, begin by verifying your system&#039;s firmware configuration. Ensure that UEFI mode is enabled, as it is typically set by default on new systems. If your system is currently set to &quot;Legacy&quot; mode, you&#039;ll need to switch to UEFI. Consult your computer or motherboard manufacturer&#039;s instructions to make this change safely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, check the status of the Trusted Platform Module (TPM), a vital hardware component required for Valorant&#039;s operation. To do this, restart your computer and access the BIOS or UEFI settings&mdash;this is usually done by pressing a key such as F2, F10, Del, or Esc immediately after powering on, though the exact key may vary based on your hardware.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once inside the BIOS/UEFI menu, navigate to the &quot;Security&quot; or &quot;Advanced&quot; section to locate the TPM settings. If found, set TPM to &quot;Enabled&quot; or &quot;Active,&quot; then save your changes and exit the BIOS.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you cannot locate the TPM option within your BIOS, refer to your motherboard&#039;s official manual on the manufacturer&#039;s website. The manual will provide detailed instructions on how to enable TPM 2.0, ensuring your system meets Valorant&#039;s hardware security requirements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e52f5cb9704934687033lQ4Bzaa03&quot; height=&quot;399&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e52f5cb9704934687033lQ4Bzaa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Resolving VAN9005 Error&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Experiencing the VAN9005 error in Valorant can be frustrating, especially if your PC is outdated or you&#039;ve already tried basic troubleshooting. One effective solution involves addressing system security features that may interfere with the game&rsquo;s operation. Here&rsquo;s a step-by-step approach to resolve this issue:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;First, verify the status of Virtualization-Based Security (VBS):&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick the Start menu and type &ldquo;msinfo32&rdquo; to open System Information.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLocate the &ldquo;Virtualization-Based Security&rdquo; section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIf it shows as &ldquo;Running,&rdquo; VBS needs to be turned off to proceed.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, disable VBS through Command Prompt:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSearch for &ldquo;Command Prompt&rdquo; in the Start menu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRight-click and select &ldquo;Run as administrator.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInput the command: bcdedit /set hypervisorlaunchtype off\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter executing, restart your PC to apply changes.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If issues persist, consider disabling Core Isolation:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOpen Settings via the Start menu and search for &ldquo;Core Isolation.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick on &ldquo;Core Isolation&rdquo; settings.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTurn off the toggle for &ldquo;Memory Integrity.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRestart your device once more.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, if these steps don&rsquo;t resolve the VAN9005 error, Riot Games&rsquo; support team is available to assist. Visit their official website, log into your account, and submit a support ticket under the category &ldquo;Riot Vanguard issues&rdquo; or &ldquo;VAN error messages&rdquo; for personalized help.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to buy exclusive cosmetic items like weapon skins, gun buddies, and Battle Passes to personalize their gameplay experience. Unlike rewards earned through gameplay, Valorant Points can only be obtained by purchasing them with real money. Players looking for a convenient &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; can visit popular game trading platforms such as LootBar, where they can quickly top up their accounts. By acquiring Valorant Points through these platforms, players can easily access the latest in-game cosmetics and upgrades.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Valorant Points, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a convenient and efficient option for gamers who want a smooth experience when they &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Valorant Points&lt;/a&gt;. The platform is known for offering some of the most attractive prices on the market, allowing users to maximize their in-game purchases without breaking the bank.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond affordability, lootbar.gg prioritizes security by employing advanced encryption and strict safety protocols, ensuring that every transaction is protected and legal. This commitment to user safety means players can confidently buy Valorant Points without worrying about potential risks. Additionally, the platform is designed for speed, with a promise of delivering Valorant Points within just a few minutes, so players can jump back into the action almost immediately after completing their purchase.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of lootbar.gg is its dedication to customer support. The platform provides 24/7 assistance, ensuring that any issues or questions are addressed promptly by a knowledgeable team. Whether you need help with the top-up process or have inquiries about your order, lootbar.gg ensures a seamless and reassuring experience from start to finish.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; on the LootBar trading platform, start by accessing the LootBar website and setting your desired language and currency.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the homepage and locate the Valorant game option in the top-up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Riot account credentials to securely link your account for the transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the amount of Valorant Points you wish to purchase for your gaming needs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick on &ldquo;Top-up Now&rdquo; to move forward with your purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your preferred payment method from the options provided and confirm your payment by selecting &ldquo;Pay Now&rdquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is successfully processed, your Valorant Points will be credited to your account within a few minutes, allowing you to immediately take advantage of your Valorant top up and enhance your in-game experience.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(267, 416, '', 'MMORPG Character Creation: Realism vs. Customization', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d2fad6bb36c729647f23Tj4PxaO03&quot; height=&quot;229&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d2fad6bb36c729647f23Tj4PxaO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Creating characters in MMORPGs can often feel like a balancing act between depth and realism. In The Elder Scrolls Online, the tools are extensive, with a multitude of sliders allowing for detailed customization. However, despite this complexity, achieving a natural, human-like appearance remains elusive. Characters tend to hover in an uncanny valley, with features that seem almost alive but fall short of convincing realism, often giving off a slightly unsettling, corpse-like vibe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This issue isn&rsquo;t unique to ESO. For instance, Blade &amp;amp; Soul and Revelation Online both offer surprisingly robust character creation options, yet they sometimes fall short in helping players craft characters that resemble real people. The sheer number of customization options can sometimes become a hindrance, making it difficult to produce a character that feels both unique and believable. Interestingly, some titles like Final Fantasy XIV, with their slightly simpler creators, can be more satisfying. Their more streamlined approach often results in characters that, while less customizable, appear more naturally proportioned and appealing, reducing the frustration of trying to force a realistic look.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Historically, many MMORPGs have struggled with character creation limitations. World of Warcraft&rsquo;s limited options often leave players wishing for more diversity. City of Heroes featured odd mask faces and exaggerated limb structures that could feel quirky or off-putting. Meanwhile, Star Wars: The Old Republic presents stark differences in body types, which can sometimes break immersion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What about you? Are there particular MMORPG character creators that have tested your patience or left you feeling disappointed?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6881727ace7eaf41fa32418dJUfjioUt03&quot; height=&quot;85&quot; src=&quot;https://c2c.fp.guinfra.com/file/6881727ace7eaf41fa32418dJUfjioUt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;85&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Blade &amp;amp; Soul NEO Divine Gems and Why They&#039;re Essential for Players?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; serve as the essential premium currency within Blade &amp;amp; Soul NEO, enabling players to upgrade gear, acquire exclusive costumes, and unlock rare items for a more personalized and powerful gameplay experience. These gems can be obtained conveniently by topping up through various reputable game trading platforms, such as MmoGah, G2G, and PlayerAuctions. By purchasing Blade &amp;amp; Soul NEO Divine Gems, players can quickly advance their characters, enhance their stats, and stand out in both PvE and PvP content. This makes them a valuable resource for anyone looking to maximize their progress and enjoy all the unique features the game has to offer.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why choose LootBar.gg to buy Blade &amp;amp; Soul NEO divine gems?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Blade &amp;amp; Soul NEO Divine Gems, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. As a trusted destination for in-game currency transactions, lootbar.gg specializes in providing a reliable and user-friendly environment for players seeking to enhance their Blade &amp;amp; Soul NEO adventures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the primary advantages of choosing lootbar for your &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy BNS Gems&lt;/a&gt; needs is its commitment to competitive pricing. Players can often find regular discounts and special promotions, allowing them to maximize their in-game purchases without overspending. Additionally, lootbar.gg guarantees 100% secure transactions, utilizing advanced encryption technology and strict data protection standards to ensure that every payment is safe and every transaction is legal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond affordability and security, lootbar stands out for its professional 24/7 customer support and swift delivery. Whether you have questions about your order or need assistance at any stage of the process, the dedicated support team is always on hand to help. Plus, with lootbar&rsquo;s efficient delivery system, you can expect your Blade &amp;amp; Soul NEO Divine Gems to be delivered quickly, so you can dive right back into the game without unnecessary waiting.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Steps for Blade &amp;amp; Soul NEO Divine Gems purchase on LootBar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official LootBar website and select your desired language and currency for a seamless experience.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, log in to your existing LootBar account, or quickly create a new one if you&rsquo;re a new user.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Game Coins section and find Blade &amp;amp; Soul NEO Divine Gems among the available options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the specific amount of Divine Gems you wish to purchase for your BNS NEO gameplay needs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick on Buy Now, select your preferred payment method from the options provided, and proceed by clicking Pay Now to finalize your order.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter payment, follow the instructions to upload an image of your in-game item, ensuring the transaction is processed accurately.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLastly, log in to Blade &amp;amp; Soul NEO to verify that the Divine Gems have been successfully credited to your account.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; height=&quot;605&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(268, 417, '', 'Call of Duty: старт сезона &mdash; новинки и карты', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263cb7740faaa00a323234MbCGzLWt03&quot; height=&quot;544&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263cb7740faaa00a323234MbCGzLWt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Компания Activision официально объявила о начале первого сезона в новых играх серии Call of Duty: Black Ops 7 и Warzone, запуск которого запланирован на 4 декабря. Пока что опубликованы только основные изображения, а полная дорожная карта с деталями обновлений и нововведений будет опубликована в ближайшее время.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Этот сезон обещает стать самым масштабным за всю историю франшизы, включая расширенные карты для мультиплеера и режима зомби. Среди новинок &mdash; карта Astra Malorum, действие которой развернется в космическом пространстве, что добавит уникальные условия для игроков.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Кроме новых карт, ожидается появление различных игровых режимов, новых видов оружия и заданий, а также обновленный боевой пропуск и дополнительные материалы для игроков. Разработчики также подготовили ряд улучшений и исправлений, которые войдут в стартовую версию сезона.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Игра Call of Duty: Black Ops 7 доступна на ПК, а также на консолях PlayStation 5, PlayStation 4, Xbox One и Xbox Series X/S. Кроме того, она входит в подписочные сервисы Xbox Game Pass Ultimate и PC Game Pass, что делает её доступной для широкого круга игроков.&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;Недавно команда разработчиков открыла для игроков возможность ознакомиться с последним сегментом сюжетной линии, что вызвало разнообразные отклики в сообществе. Кроме того, была представлена обновленная версия знаменитой карты Nuketown, которая вновь стала доступна для всех любителей игры.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Call of Duty: Mobile?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile CP &mdash; это внутриигровая валюта в популярной мобильной игре CODM, с помощью которой игроки могут приобретать уникальные скины, оружие, боевые пропуски и другие ценные предметы для улучшения игрового опыта. Благодаря возможностям &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM донат&lt;/a&gt;, геймеры получают доступ к эксклюзивному контенту и могут быстрее продвигаться по уровням. Для пополнения CP часто используют такие платформы, как LootBar, Codashop и другие популярные сервисы, предлагающие удобные способы оплаты. Использование CP позволяет сделать игру более яркой и индивидуальной, предоставляя новые возможности для персонализации.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему LootBar.gg &mdash; лучший выбор для пополнения CP в CODM?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы планируете &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Пополнение CODM&lt;/a&gt; и ищете удобный способ приобрести внутриигровую валюту CP, стоит рассмотреть платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Этот сервис отличается высокой степенью надежности и безопасности, предлагая игрокам быстрые и защищённые транзакции. На lootbar доступны разные способы оплаты, что делает процесс покупки максимально гибким для пользователей из разных стран. К тому же, круглосуточная поддержка готова помочь в любой момент, обеспечивая спокойствие и уверенность при совершении покупки.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Еще одним значительным преимуществом lootbar является привлекательная ценовая политика. Частые скидки и акции позволяют покупать CP по выгодным ценам, что особенно актуально для тех, кто хочет получить максимум преимуществ от Пополнение CODM. На платформе можно найти не только предложения для Call of Duty: Mobile, но и для других популярных игр, что делает lootbar универсальным выбором для геймеров. Благодаря эффективному сервису и эксклюзивным предложениям, lootbar.gg помогает игрокам улучшить игровой процесс и получить удовольствие от каждого момента в CODM.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить CP для CODM на LootBar.gg&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДля &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение счета Call of Duty Mobile&lt;/a&gt; на платформе LootBar, сначала перейдите на сайт и определите удобные для вас язык и валюту.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле этого войдите в свой аккаунт или зарегистрируйтесь, если вы пользуетесь сервисом впервые.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДалее откройте раздел с пополнением, выберите нужную игру и кликните по варианту Call of Duty: Mobile.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nНа следующем этапе укажите желаемое количество CP, которое хотите приобрести для пополнение счета Call of Duty Mobile.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВыберите подходящий способ оплаты из предложенных вариантов и подтвердите покупку, нажав кнопку для завершения транзакции.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; height=&quot;474&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(269, 418, '', 'Outer Banks Final Season &ndash; Production Begins in Charleston', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e3065eb99e3412d35344YYvugVD03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e3065eb99e3412d35344YYvugVD03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Final Season Production&lt;/h3&gt;\n&lt;p&gt;Cameras are now rolling on the ultimate chapter of Netflix&#039;s beloved coastal drama. Production has officially commenced for the fifth season of &quot;Outer Banks&quot; in Charleston, South Carolina, coinciding perfectly with the arrival of summer weather.&lt;/p&gt;\n&lt;p&gt;Fans of the treasure-hunting teen series will need to exercise patience, however, as the final installment isn&#039;t scheduled to reach screens until 2026. This concluding season promises to deliver the final adventures of the Pogues as their story reaches its end.&lt;/p&gt;\n&lt;p&gt;The Charleston filming location continues to provide the authentic backdrop that has become synonymous with the show&#039;s distinctive coastal atmosphere, despite the series being set in North Carolina&#039;s actual Outer Banks region.&lt;/p&gt;\n&lt;p&gt;While production is just beginning, anticipation is already building among the dedicated fanbase eager to see how the treasure-hunting saga will conclude after five successful seasons.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263de603ffee4c97c0ad23TkQlhm3z07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263de603ffee4c97c0ad23TkQlhm3z07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Production has commenced on &lt;em&gt;Outer Banks&lt;/em&gt;&#039; climactic fifth season&lt;/p&gt;\n&lt;p&gt;marking the conclusion of the beloved adventure series.&lt;/p&gt;\n&lt;p&gt;Fans can now immerse themselves in authentic Pogue territory&lt;/p&gt;\n&lt;p&gt;by exploring actual filming sites from the show.&lt;/p&gt;\n&lt;p&gt;Our comprehensive location guide unlocks coastal secrets&lt;/p&gt;\n&lt;p&gt;where the drama unfolds across sandy shores and hidden coves.&lt;/p&gt;\n&lt;p&gt;Walk in the footsteps of John B and Sarah Cameron&lt;/p&gt;\n&lt;p&gt;as the final chapter of this sun-soaked saga takes shape.&lt;/p&gt;\n&lt;p&gt;Plan your journey to these iconic destinations&lt;/p&gt;\n&lt;p&gt;while the cameras capture the series&#039; last waves.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263deaf8d3549e742c468aJy5x8clk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263deaf8d3549e742c468aJy5x8clk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Outer Banks&lt;/p&gt;\n&lt;p&gt;Season Five&lt;/p&gt;\n&lt;p&gt;Production Now Underway&lt;/p&gt;\n&lt;p&gt;Final Chapter Begins&lt;/p&gt;\n&lt;p&gt;May 8th&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263deeb9e19c76b7764572MwkNroJi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263deeb9e19c76b7764572MwkNroJi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the complete playlist from all four seasons of &lt;em&gt;Outer Banks&lt;/em&gt; &lt;/p&gt;\n&lt;p&gt;Experience the music that has set the tone for each adventure&lt;/p&gt;\n&lt;p&gt;Available now for listening and download&lt;/p&gt;\n&lt;p&gt;Mark your calendar: November 7, 2024&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69263df19b6191dc49703fecxSRVxtN707&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69263df19b6191dc49703fecxSRVxtN707&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&quot;We couldn&#039;t be more excited about embarking on this final adventure with the Pogues,&quot; share creators Shannon Burke, Jonas Pate, and Josh Pate in an exclusive interview. &quot;The atmosphere on set has been a mixture of excitement and nostalgia as we reunite with our incredible cast for the last season. We&#039;ve crafted something special for the fans - expect an unforgettable journey with unexpected twists...&quot;&lt;/p&gt;\n&lt;p&gt;The fifth season will feature familiar faces including Madelyn Cline, Chase Stokes, Drew Starkey, Jonathan Daviss, Madison Bailey, Fiona Palomo, Austin North, and Carlacia Grant. Additionally, fans will be seeing more of Tony Crane and Cullen Moss, who have been promoted to series regulars for this final chapter.&lt;/p&gt;\n&lt;p&gt;Behind-the-scenes photos have already begun circulating, showcasing the cast&#039;s emotional return to set as they prepare to bid farewell to the beloved series that captured viewers&#039; hearts across the globe.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e37d303cce3a6c42db8NzPS3iE603&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e37d303cce3a6c42db8NzPS3iE603&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Final Season Begins&lt;/h3&gt;\n&lt;p&gt;&#039;Outer Banks&#039; Embarks on Its Final Voyage: Production Begins for Season 5&lt;/p&gt;\n&lt;p&gt;The beloved teen adventure series &#039;Outer Banks&#039; has officially commenced filming its fifth and final season, marking the beginning of the end for the treasure-hunting Pogues.&lt;/p&gt;\n&lt;p&gt;Since its inception, the Netflix hit has captivated audiences worldwide, accumulating an impressive viewership of nearly 200 million and consistently ranking on Netflix&#039;s Top 10 English TV list across its four-season run.&lt;/p&gt;\n&lt;p&gt;The creative team behind the series&mdash;Josh Pate, Jonas Pate, and Shannon Burke&mdash;recently shared their emotional journey with fans through a heartfelt letter. They revealed that the show&#039;s concept originated from a simple photograph of teenagers gathered on a darkened beach during a power outage, which inspired their vision of four inseparable friends seeking adventure.&lt;/p&gt;\n&lt;p&gt;&quot;We envisioned this as a five-season adventure from the very beginning,&quot; the creators explained, noting that the hunt for the blue crown introduced in Season 4 will serve as the narrative thread carrying viewers through to the series conclusion.&lt;/p&gt;\n&lt;p&gt;Season 4 concluded with its first-ever feature-length finale, deliberately crafted to set the foundation for what promises to be an epic final chapter. The creators have long held a clear vision for the show&#039;s ultimate ending, with Josh Pate confirming, &quot;We&#039;ve always known what the final scene would be.&quot;&lt;/p&gt;\n&lt;p&gt;As production moves forward, fans can prepare to bid farewell to the Pogues and their treasure-hunting exploits that have defined the &quot;P4L&quot; (Pogues for Life) journey since 2020.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e3ae8697726cd467981XLpFuf2H03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e3ae8697726cd467981XLpFuf2H03&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Season 5 Preview&lt;/h3&gt;\n&lt;p&gt;As fans eagerly await the conclusion of Netflix&#039;s beloved treasure-hunting saga, now is the perfect time to revisit the sun-soaked adventures of the Pogues.&lt;/p&gt;\n&lt;p&gt;With cameras rolling on the fifth and final season of &quot;Outer Banks,&quot; viewers can prepare for the series finale by immersing themselves in the journey that started it all.&lt;/p&gt;\n&lt;p&gt;From the initial hunt for the Royal Merchant gold to the expanding quest across continents, each episode offers thrilling escapes, heartfelt relationships, and the enduring class divide between the Kooks and Pogues.&lt;/p&gt;\n&lt;p&gt;Refresh your memory on John B&#039;s leadership, Sarah&#039;s transformation, JJ&#039;s growth, Pope&#039;s discoveries, and Kiara&#039;s environmental passion before the final chapter arrives.&lt;/p&gt;\n&lt;p&gt;The coastal Carolina setting, with its stunning landscapes and treacherous waters, remains as much a character as the treasure-seeking teens themselves.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263e3df5cb9704934685b9i8NGAzt803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263e3df5cb9704934685b9i8NGAzt803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;OBX Season 4 Bloopers&lt;/h3&gt;\n&lt;p&gt;Behind-the-Scenes Fun: Cast Mishaps During OBX Season 4&lt;/p&gt;\n&lt;p&gt;The beloved Netflix series about treasure-hunting teens has released hilarious outtakes from its fourth season, giving fans a glimpse into the lighthearted moments between intense filming sessions.&lt;/p&gt;\n&lt;p&gt;The blooper reel showcases the cast&#039;s natural chemistry and playful dynamic when cameras aren&#039;t officially rolling, with several memorable flubbed lines and practical jokes captured for viewers&#039; enjoyment.&lt;/p&gt;\n&lt;p&gt;As production begins on the show&#039;s fifth and final season, these behind-the-scenes moments offer a bittersweet reminder of the camaraderie that has developed among the young actors throughout their journey portraying the Pogues.&lt;/p&gt;\n&lt;p&gt;Fans can find the complete collection of season 4 bloopers on Netflix&#039;s official social media channels, providing the perfect entertainment while waiting for the series conclusion.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content for viewers to enjoy on-demand across various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods and tools that allow users to bypass geographical restrictions or network limitations imposed on Netflix content, enabling access to shows and movies that might otherwise be unavailable in their region. By utilizing solutions like VPNs or proxy servers, viewers can expand their entertainment options and watch content from Netflix libraries around the world.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN provides high-speed servers specifically optimized for seamless streaming, ensuring users can enjoy their favorite shows and movies in high definition without buffering interruptions. Its advanced encryption protocols safeguard your online activities, maintaining your privacy and protecting your data from unwanted surveillance. Additionally, SafeShell VPN&#039;s unique ability to evade detection by Netflix&rsquo;s VPN and proxy systems means you can stream content freely across multiple regions without worry of being blocked. The platform also supports simultaneous connections on up to five devices across various operating systems, offering flexibility and convenience. With its blazing connection speeds, user-friendly interface, and robust security features such as the proprietary ShellGuard protocol, SafeShell VPN delivers a reliable, secure, and unrestricted streaming experience.  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nFirst, download and set up SafeShell VPN on your preferred device.\n&lt;/li&gt;\n&lt;li&gt;\nNext, connect to a high-speed server optimized for Netflix streaming, ensuring smooth playback.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, enjoy unrestricted access to the full Netflix library from any location with enhanced privacy and security.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing region-specific Netflix libraries, follow these essential steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by creating a SafeShell account and selecting a suitable subscription plan through their official website.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your specific device&#039;s operating system.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application, log into your account, and select the recommended APP mode for optimized streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose your desired VPN server location corresponding to the Netflix region you wish to access from the available server list.\n&lt;/li&gt;\n&lt;li&gt;\nEstablish the connection through SafeShell Netflix VPN before opening your Netflix app or browser to automatically view that region&#039;s content library.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Should your preferred content remain unavailable, simply disconnect and reconnect to an alternative regional server within the SafeShell VPN interface.&lt;/p&gt;', 9, 'game'),
(270, 419, '', 'Harry Potter Reboot: Rupert Grint Welcomes New Ron', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69263d6c740faaa00a323b43F5ViWm5J03&quot; height=&quot;534&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69263d6c740faaa00a323b43F5ViWm5J03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Rupert Grint finds it surreal that a fresh &quot;Harry Potter&quot; adaptation is underway, prompting him to send Alastair Stout a personal letter as Stout prepares to portray Ron Weasley.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;He reflects on passing the baton to the young actor, hoping Stout experiences the same enchantment he felt during his own journey in the wizarding world.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Grint admits the cyclical nature of reboots feels odd, yet he&#039;s genuinely intrigued by how this new version will unfold.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;He notes a striking family resemblance with Stout, celebrating the reboot as a chance for a distinct, standalone interpretation.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Daniel Radcliffe mirrored this gesture, reaching out to Dominic McLaughlin with heartfelt wishes, reminiscing about his youthful days as Harry Potter.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Radcliffe emphasized not wanting to haunt the new cast but to offer pure encouragement, feeling nostalgic seeing their youth.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Grint embraces his lifelong association with Ron, viewing it as a proud, unshakeable part of his identity that resonates deeply with fans.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;He treasures the impact on multiple generations, stating it fuels his pride without any desire to escape the character&#039;s shadow.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Even before HBO&#039;s announcement, Grint championed a TV adaptation, publicly endorsing the idea and urging new actors to take the reins.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The highly anticipated series is scheduled to premiere on HBO and HBO Max in 2027, marking a new era for the franchise.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter film series chronicles the magical journey of Harry Potter as he discovers his wizarding heritage, attends Hogwarts School of Witchcraft and Wizardry, and confronts the dark wizard Voldemort. For those seeking &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the complete eight-film saga is currently available for streaming on Peacock and Prime Video in the US, while UK viewers can access it for free via ITVX (with ad breaks). Additionally, select theaters nationwide are offering limited-time screenings of the first four films, featuring exclusive content and enhanced 4DX experiences.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; can be highly advantageous. SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality without interruptions. Additionally, the platform allows connection on up to five devices simultaneously, making it convenient for users with multiple gadgets across different operating systems like Windows, macOS, iOS, and Android. Its exclusive App Mode feature enables users to unlock content from multiple regions at once, broadening entertainment options effortlessly. Moreover, SafeShell VPN provides lightning-fast speeds free from bandwidth restrictions, coupled with top-level security through its proprietary ShellGuard protocol, safeguarding your online privacy and data. For those hesitant to commit, the flexible free trial plan offers an excellent opportunity to experience all these benefits firsthand, making SafeShell VPN a reliable choice for enhancing your Netflix viewing experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter movies from around the world is simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Here&#039;s how to unlock magical content regardless of your location:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and select a subscription plan that works for your budget\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether you&#039;re using Windows, macOS, iOS, or Android\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account, making sure to select APP mode for the best streaming experience\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available (popular options include US, UK, or Canada servers)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred streaming platform, sign in to your account, search for Harry Potter, and start enjoying the wizarding world without regional restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(271, 420, '', 'MVP Race: Aaron Judge Edges Cal Raleigh&mdash;MLB Debate', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db01640cc0703b791a0M4QT4iVz03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db01640cc0703b791a0M4QT4iVz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recent MVP race in Major League Baseball proved to be one of the most competitive in years, with a narrow margin separating the finalists. The league ultimately awarded the MVP trophy to Yankees outfielder Aaron Judge, marking his third MVP award, over the rising star catcher Cal Raleigh. Despite Raleigh&#039;s historic season&mdash;hitting 60 home runs in 159 games from a demanding defensive position and showcasing elite fielding&mdash;the decision sparked debate. Usually, Raleigh&rsquo;s offensive achievements combined with excellent defense would secure him the accolade, yet the league favored Judge, who posted impressive but slightly diminished numbers compared to his record-breaking previous year.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This outcome highlights how MVP selections can be influenced by factors beyond raw statistics. Judge&rsquo;s visibility as a league icon, combined with playing in the high-profile New York market, arguably gives him an edge over Raleigh, who sports a mask during half the game, limiting public recognition. While this doesn&rsquo;t imply the MVP was rigged, it underscores the role of subjective elements like market size and player prominence in award decisions, alongside performance metrics.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Such dynamics are not confined to real-life awards; they also permeate the virtual realm of MLB The Show 25, especially within franchise mode. The game&rsquo;s MVP calculation considers various elements&mdash;such as player position, statistical categories, and overall impact&mdash;raising questions about what truly defines an MVP in both reality and simulation. Through multiple gameplay simulations, patterns emerge that shed light on these criteria.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the game, top MVP contenders often include high-power hitters with leading offensive stats. For example, in the American League, Yordan Alvarez stands out with a .318 average, 57 homers, and 139 RBIs, while Corey Seager follows with a .316 average, 43 homers, and 107 RBIs. Judge also remains a frontrunner with a .315 average, 48 homers, and 116 RBIs. Similar trends appear in the National League, where Marcell Ozuna and Shohei Ohtani lead with impressive numbers, and players like Ketel Marte and Kyle Tucker also climb the ranks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interestingly, the game does not heavily weigh defensive prowess; none of the top contenders in these simulations are among the league&rsquo;s best in Gold Glove voting, though they often rank highly in Silver Slugger awards. The emphasis appears to be predominantly on offensive production&mdash;home runs, RBIs, batting averages, and overall OPS&mdash;mirroring the real-world tendency for power hitters to dominate MVP conversations. The list of candidates generally features players with at least 37 homers, many of whom lead their respective positional awards and contribute significantly to team success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Further simulations reinforce this pattern: MVP candidates tend to be prolific run producers who contribute across multiple offensive categories. In the latest iterations, players like Vladimir Guerrero Jr. and Kyle Tucker also appear prominently, with high batting averages and power numbers. The game&rsquo;s MVP formula seems to prioritize offensive output, overall rating, and team performance, with less regard for defensive skills or positional scarcity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, MLB The Show 25&rsquo;s MVP logic aligns closely with real-world tendencies&mdash;favoring players with exceptional offensive stats and team impact&mdash;though it simplifies some nuances like positional value and defensive talent. While the real MVP race often involves subjective biases related to market size and player fame, the simulation predominantly relies on pure statistical performance to determine its MVPs. This approach highlights how, both in reality and in the game, offensive production remains the primary driver in MVP considerations.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; act as the main in-game currency, allowing players to purchase player cards, card packs, equipment, and various customization items to enhance their teams and gameplay experience. Players can obtain MLB The Show 25 Stubs not only by playing through different modes and completing objectives but also by topping up through popular game trading platforms such as LootBar. These platforms provide a quick and convenient way to boost your Stubs balance, helping you build a stronger roster or unlock exclusive content more efficiently. Whether you&rsquo;re aiming to collect the best players or personalize your team, having enough MLB The Show 25 Stubs is key to achieving your goals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up MLB The Show 25 Stubs, they may want to consider the lootbar game trading platform for a seamless experience. Choosing to &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt; on &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; brings a variety of advantages, starting with a secure and efficient transaction process. The platform uses advanced encryption technology and strict privacy protocols to ensure that every purchase is both safe and legitimate, giving players peace of mind as they enhance their teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg stands out with its exceptional customer support, offering assistance 24/7 to answer any questions or resolve any issues related to MLB The Show 25 Stubs top-ups. Fast delivery is another major benefit; players can expect their purchased Stubs to arrive in just minutes, allowing them to immediately enjoy new upgrades or build a stronger lineup without delay. With a commitment to reliability, customer satisfaction, and quick service, lootbar.gg is an excellent choice for those looking to buy MLB The Show 25 Stubs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To securely purchase &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the Lootbar trading platform, simply follow these steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, head over to the official Lootbar.gg website and log in to your personal account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, browse to the &quot;Game Coins&quot; section and locate MLB The Show 25 among the available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce you&rsquo;ve found it, select the amount of MLB The Show 25 Stubs you wish to buy and click on the &quot;Buy Now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, you&rsquo;ll need to carefully enter your relevant account and transaction details as requested by the site.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose your preferred payment option, confirm your order, and complete the payment process.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, you can quickly and safely get MLB The Show 25 Stubs for sale to enhance your gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(272, 421, '', 'Marvel Rivals &ndash; Season 2 Struggles and Player Backlash', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d43470eb6e7486ce463H1br0cc103&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d43470eb6e7486ce463H1br0cc103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, Marvel Rivals enjoyed an explosive debut, maintaining a consistently high player count during its first two seasons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, with the arrival of season 2, issues quickly surfaced. The game&#039;s evolving meta upset many gamers, and despite efforts to address these concerns, player satisfaction remained low.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This discontent was reflected in the game&rsquo;s declining reception, as it transitioned into the &quot;mixed&quot; review category on Steam. The negative feedback continues to dominate the community discussions, indicating ongoing dissatisfaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Marvel Rivals&rsquo; second season has been plagued with problems, leading to a noticeable drop in its reputation and player approval.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d465204e3b4330691bewK8JkwIz03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d465204e3b4330691bewK8JkwIz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent player feedback highlights significant issues in Marvel Rivals, with many citing problems related to team matchmaking and character balance. Fans often point out that matches tend to be uneven, with teams rarely matching in skill level, leading to frustrating gameplay experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The imbalance in character abilities has also been a persistent concern since the start of Season 2. Players who prefer healing roles frequently complain about being overwhelmed or targeted, while tank players find the gameplay repetitive and dull. Additionally, the proliferation of flying characters has become a common source of annoyance across the community, contributing to widespread dissatisfaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Data from SteamDB reflects these frustrations, revealing a concerning trend in reviews. The mid-season update, in particular, received nearly as many negative responses as positive ones, marking it as the least well-received patch to date. Since then, negative feedback has continued to grow, indicating a declining player morale and confidence in the game&#039;s current state.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking ahead, there is hope that Season 3 will help restore player trust and enjoyment. Scheduled to begin on July 11 and lasting for two months&mdash;shorter than previous seasons&mdash;this change might suggest that Netease is responding to community concerns. Fans remain hopeful that these adjustments will lead to a more balanced and enjoyable Marvel Rivals experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; is the premium currency used in Marvel Rivals to unlock a variety of exclusive content, including the Battle Pass, unique character skins, emotes, sprays, and player banners. Players can enhance their gaming experience by using Marvel Rivals Lattices to access these special items that aren&#039;t available through standard gameplay rewards. To obtain Marvel Rivals Lattices, you need to purchase them with real money, and popular game trading platforms like LootBar offer convenient top-up services for players looking to quickly increase their balance. This makes it easy for fans to personalize their gameplay and stand out in the Marvel Rivals universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices efficiently and securely, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out for its professional service, ensuring every &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt; is handled with safety and convenience in mind. The platform supports a global audience, offering a variety of payment methods and providing 24/7 customer support to assist with any issues or questions that may arise during the transaction process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key advantage of choosing lootbar for topping up Marvel Rivals Lattices is its competitive pricing. Players can often enjoy significant discounts, with some promotions offering up to 20% off on Marvel Rivals top up. This allows users to get more value for their money and stay ahead in the game without overspending. The platform frequently updates its deals, ensuring that players always have access to affordable rates for their in-game currency needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond its secure transactions and attractive prices, lootbar.gg fosters a vibrant gaming community. Through its blog, players can access helpful guides, the latest game news, and exclusive leaks, while the LootBar Discord offers a space to connect and share experiences with fellow gamers. This combination of reliable service, great value, and an active community makes lootbar a top choice for anyone looking to top up Marvel Rivals Lattices.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, start by navigating to the official LootBar website at lootbar.gg. After accessing the site, select your preferred language and currency, then log into your account. On the homepage, look for Marvel Rivals within the Top-Up section and click to proceed. You will be prompted to enter your Marvel Rivals User ID to ensure that your purchase is delivered to the correct account.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose the amount of Marvel Rivals Lattices you wish to buy from the available options. Review your selection and select the payment method that best suits your needs. Complete the transaction by clicking the &quot;Pay Now&quot; button, and your Marvel Rivals Lattices will be credited to your account shortly. Following these steps will make it easy to quickly top up Marvel Rivals and continue enjoying your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(273, 422, '', 'Call of Duty: Mobile &ndash; Zombies Mode Update Preview', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692667fc54075705268f06b0u5Sipz0Z03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692667fc54075705268f06b0u5Sipz0Z03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile continues to thrive with regular updates that keep players engaged and attract new audiences. The game&#039;s free-to-play model contributed to over 100 million downloads within its first week, demonstrating its widespread popularity. Following the Halloween-themed update, anticipation is building for a major new addition to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recently, Activision announced via a community post that a much-anticipated zombies mode will soon be available in Call of Duty: Mobile. Although specific details are still under wraps, the update encourages fans to follow official social channels for upcoming previews, including screenshots and trailers. The post hints that players will soon be able to jump into the undead chaos, suggesting the mode&#039;s imminent arrival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the zombies mode, the upcoming update features a variety of new events scheduled for November. Highlights include a free-for-all mode and challenge that launched on November 8, alongside a weekend-only double weapon experience event in battle royale. These additions aim to keep the game fresh and exciting for its dedicated community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692667ff852632e3caedd251Kk5YDDt003&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/692667ff852632e3caedd251Kk5YDDt003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new update hints at exciting developments for Call of Duty Mobile, with controller support nearing completion and set to be integrated soon. This feature is currently in its final testing stages, focusing on ensuring smooth gameplay alongside matchmaking processes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On November 8, the game received a significant update that reintroduced the classic Free for All mode for the second time since launch. Although many players hope this mode becomes a permanent fixture, it remains accessible only through the features tab at present, as it doesn&#039;t appear in the standard multiplayer mode list.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty Mobile continues to be available for both iOS and Android devices, offering a versatile gaming experience on mobile platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For players interested in maintaining fair play, there are resources available on how to report hackers and ensure a safe gaming environment.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are CODM and CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM CP&lt;/a&gt;, or Call of Duty: Mobile CP, is the primary in-game currency used within Call of Duty: Mobile to purchase premium items, such as exclusive weapon skins, character outfits, and Battle Pass upgrades that enhance the overall gaming experience. Players can acquire CODM CP by topping up through trusted game trading platforms like Codashop, Garena, and SEAGM, making it easy to securely add credits to their accounts. With CODM CP, users gain access to special content and customization options that aren&rsquo;t available through regular gameplay, granting a more personalized and exciting adventure on the battlefield.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Recharge codm cp&lt;/a&gt;, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and secure experience. lootbar.gg stands out for its professional service and commitment to safety, ensuring that every transaction is protected through advanced encryption and strict data privacy measures. This means you can top up your Call of Duty: Mobile CP with complete confidence, knowing your personal and payment information are safeguarded.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar is its competitive pricing, with frequent discounts that can help you save more on every recharge codm cp purchase. The platform offers a quick delivery system, so you receive your in-game currency almost instantly after payment. Additionally, lootbar.gg provides 24/7 customer support, making it easy to get assistance whenever you need it. Whether you&rsquo;re a new or seasoned CODM player, lootbar ensures a reliable, efficient, and customer-focused top-up service.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up CODM on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up CODM&lt;/a&gt; on the lootbar trading platform, begin by visiting the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, where you can select your preferred language and currency before logging in to your account. Once you have accessed the homepage, navigate to the Top-Up section and locate Call of Duty: Mobile from the available options. This section is specifically designed for users who want to increase their CODM CP balance through a secure and convenient process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting Call of Duty: Mobile, proceed to choose the specific amount of COD Points you wish to purchase for your account. The platform offers various denominations to suit different needs. Following your selection, pick your preferred payment method from the available options and click the &quot;Top-up Now&quot; button to finalize your transaction. The process is straightforward, ensuring that your COD Points are credited quickly so you can enjoy all the benefits and features in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; height=&quot;651&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(274, 423, '', 'Pok&eacute;mon GO November 2025 Events &ndash; Mega Tyranitar &amp; More', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;November 2025 Pok&eacute;mon GO Events&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get ready for an exciting lineup of events in Pok&eacute;mon GO this November 2025! Throughout the month, players will encounter a variety of special Pok&eacute;mon, including Mega Tyranitar, as well as Dynamax forms of Eevee and Toxtricity in both of their variations. The rotation of Mega Pok&eacute;mon will keep the gameplay fresh and engaging all month long, complemented by a series of special in-game activities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;November 2025 promises a busy schedule of events designed to enhance your Pok&eacute;mon collection and battle strategies. From spotlight hours to community days and research breakthroughs, there&#039;s plenty to look forward to. Keep an eye out for detailed information on each event, so you don&rsquo;t miss any of the action happening during this vibrant month in Pok&eacute;mon GO!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f0909a718027616eea7OSADoaHd03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f0909a718027616eea7OSADoaHd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;542&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f0d5204e3b43306ae50PfSvlOQ803&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f0d5204e3b43306ae50PfSvlOQ803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f11869b7cfe193edd36UrvAj6ji03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f11869b7cfe193edd36UrvAj6ji03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f1465eb99e3412d4268sr7A8s4C03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f1465eb99e3412d4268sr7A8s4C03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f181640cc0703b79feaDzAY06UM03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f181640cc0703b79feaDzAY06UM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Raid bosses will be rotated at 10:00 a.m. on specific dates throughout November 2025. Be sure to check the schedule so you can plan your strategies accordingly and take on the new challenges as they appear. Stay updated to catch your favorite bosses while they&#039;re available for battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f1ab36f48b622e929bbtxTkxU0f03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f1ab36f48b622e929bbtxTkxU0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f1cca4fad409c4be6b49lO3NWtg03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f1cca4fad409c4be6b49lO3NWtg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f1dd74ecafcb8de8524zT2Xi7iT03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f1dd74ecafcb8de8524zT2Xi7iT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore our comprehensive strategies for facing legendary Pok&eacute;mon:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMaster the art of defeating Raikou with our detailed raid tactics.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDiscover the best approaches to conquer Entei during raids.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLearn effective methods to overcome Suicune in your battle sessions.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get equipped with these expert tips to enhance your raid success rate!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f1fb36f48b622e92a23TwNSYoPN03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f1fb36f48b622e92a23TwNSYoPN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking to conquer the Heatran Raid?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Our comprehensive guide provides all the tips and strategies you need to succeed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Learn about the best counters, ideal team compositions, and optimal attack timings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prepare yourself with knowledge on Heatran&#039;s weaknesses and resistances to maximize your chances of victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Join fellow trainers and master the Heatran Raid with confidence!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f21d74ecafcb8de854aDTLFMKKC03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f21d74ecafcb8de854aDTLFMKKC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f22f5cb97049346946d2AQjXHmM03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f22f5cb97049346946d2AQjXHmM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f24c2c9a79a8f29fdadaAzbJB9r03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f24c2c9a79a8f29fdadaAzbJB9r03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those preparing to face the legendary trio, detailed strategies are available to enhance your success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore comprehensive raid guides for Cobalion, Terrakion, and Virizion to understand their attack patterns, weaknesses, and optimal team compositions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Whether you&#039;re tackling Cobalion&#039;s steel and fighting types, Terrakion&#039;s fighting and rock elements, or Virizion&#039;s grass and fighting attributes, these guides provide valuable insights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Equip yourself with the right counters and tactics to increase your chances of victory in these challenging raids.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f25e8697726cd468177E5zmMLsl03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f25e8697726cd468177E5zmMLsl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 2nd through December 2nd, trainers will have the chance to encounter Shadow Latios during weekend shadow raids.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This special event invites players to take on Shadow Latios in intense raid battles, offering a unique challenge for those looking to add this shadow Pok&eacute;mon to their collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to Shadow Latios, November brings an exciting roster of Mega Raids. Each week, players can challenge a variety of Mega Raid bosses&mdash;totaling ten different Pok&eacute;mon throughout the month. Many of these Mega Pok&eacute;mon are powerful attackers suited for different types, making them valuable for battles and team building.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, the raid bosses rotate at 10:00 a.m. on designated dates, so plan your raids accordingly to maximize your chances of catching these formidable Pok&eacute;mon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f27faa74eb32a6775abcqJQ8Dma03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f27faa74eb32a6775abcqJQ8Dma03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f29faa74eb32a6775d1gTXIox0R03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f29faa74eb32a6775d1gTXIox0R03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f2b65eb99e3412d43ecUMpLpNM603&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f2b65eb99e3412d43ecUMpLpNM603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking for strategies to conquer Mega Beedrill, Mega Pinsir, and Mega Heracross raids?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Our comprehensive guides provide essential tips and tactics to help you succeed against these formidable Mega Pok&eacute;mon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Learn the best counters, optimal moves, and team compositions for each raid boss to maximize your chances of victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prepare yourself with detailed insights and become a raid expert in Pok&eacute;mon GO!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f2d470eb6e7486ce8d25ei7N7sM03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f2d470eb6e7486ce8d25ei7N7sM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f2ef72e58d4df08c640epZkoEhJ03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f2ef72e58d4df08c640epZkoEhJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore essential strategies for tackling major raids with our comprehensive guides.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Learn how to defeat Mega Tyranitar efficiently through our detailed raid tips.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover the most effective methods for conquering Mega Altaria with expert advice.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f30740faaa00a325199lcs9yZvm03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f30740faaa00a325199lcs9yZvm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f32faa74eb32a6776372E1R0RC403&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f32faa74eb32a6776372E1R0RC403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore our comprehensive strategies for tackling Mega Ampharos and Mega Manectric raids.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Learn the most effective team compositions, moves, and tactics to maximize your chances of victory.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prepare yourself with detailed guides on how to approach each encounter, ensuring you&#039;re ready to succeed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay updated with the latest tips and tricks to conquer these electrifying Mega raids efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f34faa74eb32a6776491xI4sDTN03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f34faa74eb32a6776491xI4sDTN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f35fb24188cb39f91c6VSoYPFQz03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f35fb24188cb39f91c6VSoYPFQz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f37b36f48b622e92b9dvXEypi3Y03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f37b36f48b622e92b9dvXEypi3Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;November Pok&eacute;mon Events Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover essential strategies with our detailed raid guides for Mega Aerodactyl, Mega Medicham, and Mega Garchomp to enhance your gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mark your calendars for November 2025&rsquo;s exciting Pok&eacute;mon Spotlight schedule, offering new opportunities to encounter rare and powerful Pok&eacute;mon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each Tuesday evening, between 6:00 p.m. and 7:00 p.m. local time, a special Pok&eacute;mon will take center stage in the spotlight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for these weekly events, and make sure you&#039;re prepared to catch and battle these featured Pok&eacute;mon during their designated time slots throughout November.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f38740faaa00a3251eft8NpBKlg03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f38740faaa00a3251eft8NpBKlg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During Spotlight Hour in Pok&eacute;mon GO, players have the opportunity to earn Beedrill Mega Energy upon catching Beedrill. This special event increases the chances of encountering Beedrill and provides a boost in Mega Energy acquisition, making it easier for trainers to power up their Mega Beedrill. Keep an eye out for Beedrill appearances during this hour to maximize your Mega Evolution progress and enjoy bonus rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; height=&quot;96&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;96&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848aaee67deebcbf94b8dtTtQXjqz03&quot; height=&quot;118&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848aaee67deebcbf94b8dtTtQXjqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;117&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f3c1523bab99fd41437ibNiDaHT03&quot; height=&quot;128&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f3c1523bab99fd41437ibNiDaHT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;128&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f3eb36f48b622e92c2dummBQNUL03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f3eb36f48b622e92c2dummBQNUL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; height=&quot;96&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;96&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848706e674089e78a1d80ZBjXwXtA03&quot; height=&quot;256&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848706e674089e78a1d80ZBjXwXtA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;256&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f43470eb6e7486ce8f6bTYGPgZ203&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f43470eb6e7486ce8f6bTYGPgZ203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During Spotlight Hour in May, players will have the opportunity to earn Mega Energy for Sableye by catching it in the wild.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; height=&quot;96&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;96&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2ba4034c8e3fa0af60f895Hyx8GDG03&quot; height=&quot;243&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2ba4034c8e3fa0af60f895Hyx8GDG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;71&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f47e8697726cd468278UM056LY803&quot; height=&quot;128&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f47e8697726cd468278UM056LY803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;128&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f481640cc0703b7a1b2hLrYC5qV03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f481640cc0703b7a1b2hLrYC5qV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; height=&quot;96&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2ba24e857783c44e66fafhfSzlG6J03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;96&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848706e674089e78a1d80ZBjXwXtA03&quot; height=&quot;256&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848706e674089e78a1d80ZBjXwXtA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;256&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In November 2025, players can look forward to a series of exciting raid hours scheduled throughout the month. Each session runs from 6:00 p.m. to 7:00 p.m. local time, offering a prime opportunity to encounter some of the game&#039;s most powerful Pok&eacute;mon. During these designated times, five-star raids will showcase a rotating lineup of special Pok&eacute;mon, making November a month packed with thrilling battles and rare encounters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f4def709393aaa696d7MBJOqE7k03&quot; height=&quot;525&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f4def709393aaa696d7MBJOqE7k03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the Tales of Transformation event, players can encounter various Dynamax Pok&eacute;mon in Max Battles. These powerful creatures will dominate Power Spots for a one-hour window every Monday, from 6:00 p.m. to 7:00 p.m. local time. Don&#039;t miss the chance to challenge these formidable Dynamax Pok&eacute;mon during their weekly appearances!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f50fb24188cb39f93e6psv9CLWv03&quot; height=&quot;447&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f50fb24188cb39f93e6psv9CLWv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f54eacafffd0b5eeb0320skyOUI03&quot; height=&quot;559&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f54eacafffd0b5eeb0320skyOUI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On Saturday, November 1st, 2025, Pok&eacute;mon GO will host a special Max Battle Day featuring the debut of Gigantamax Garbodor. During this event, players can enjoy a range of exciting bonuses, including an increased maximum particle limit and two extra opportunities for special trades. Additionally, Gigantamax Garbodor will be available across all Power Spots, providing trainers with a fantastic chance to encounter and capture this formidable form. Don&#039;t miss out on these limited-time festivities and special rewards!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f58ef709393aaa69741gvQGwFGD03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f58ef709393aaa69741gvQGwFGD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 4th to November 9th, 2025, Pok&eacute;mon GO hosts the Enchanted Hollow celebration. During this period, players will have the exciting opportunity to encounter two new Pok&eacute;mon: Tarountula and Spidops. Additionally, the event boosts the chances of finding shiny Paras and Stantler, making it a perfect time for collectors and enthusiasts alike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f5d1523bab99fd4168ax7mip8Rj03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f5d1523bab99fd4168ax7mip8Rj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 10 to November 14, 2025, Pok&eacute;mon GO hosts its &#039;Into the Wild&#039; event. During this period, players will have the exciting opportunity to encounter the shiny Silver Bottle Cap for the first time. Additionally, the event marks the return of powerful Shadow Ho-Oh and Shadow Lugia, offering trainers a chance to catch these legendary Pok&eacute;mon once again.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f61b36f48b622e92e9fdrt5MNKC03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f61b36f48b622e92e9fdrt5MNKC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Go Wild Area 2025 event is scheduled for November 15 and 16, spanning across all regions worldwide. Participants can join the festivities from 10:00 am until 6:00 pm on both days. This year&rsquo;s highlight includes the debut of Impidimp along with its evolutions, Morgrem and Grimmsnarl. Excitingly, all three Pok&eacute;mon will have their shiny forms available for the first time during this event!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f6498fbfca2da1a8b82PEj6tsDJ03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f6498fbfca2da1a8b82PEj6tsDJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming Pok&eacute;mon GO Events&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 18 to November 22, 2025, Pok&eacute;mon GO hosts its electrifying High Voltage event. During this period, players will have the exciting opportunity to encounter shiny Morpeko for the first time. Additionally, the event boosts the odds of finding shiny Dedenne, Emolga, and Togedemaru, making it a must-participate celebration for trainers eager to expand their shiny collections.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f68fb24188cb39f958cPr4PlGV703&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f68fb24188cb39f958cPr4PlGV703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 21st to 24th, 2025, Pok&eacute;mon GO players will have the chance to encounter a special Dynamax Eevee during a dedicated Max Battle Weekend. During this event, trainers can enjoy various bonuses, including halved adventure distances that help gather Max Particles more quickly. Power Spots will also become more active, refreshing at a faster rate to boost your battling opportunities. Additionally, Dynamax Eevee will be available in two-star Max Battles, offering a new challenge for trainers to conquer. Don&#039;t miss this exciting weekend filled with special encounters and gameplay perks!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f6cfb24188cb39f95c8b4dGbLMk03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f6cfb24188cb39f95c8b4dGbLMk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From November 25 to November 30, 2025, Pok&eacute;mon GO will host its ultimate Justice Event, marking the debut of shiny Keldeo and its Resolute form. During this limited-time event, players can complete the concluding part of the Tales of Transformation special research, which provides Keldeo as a reward. The event also features boosted encounter rates for shiny Hitmonchan, Hitmonlee, and Hitmontop. Additionally, trainers can enjoy various field and timed research tasks, along with other exciting surprises throughout the event period!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f705204e3b43306b435cKlv77Bc03&quot; height=&quot;558&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f705204e3b43306b435cKlv77Bc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the upcoming weekend of November 29th and 30th, 2025, Pok&eacute;mon GO players will have the exciting opportunity to encounter a special form of Lugia. This event marks the debut of Dynamax Lugia, available exclusively during a dedicated Max Battle Day weekend.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout this period, trainers can enjoy a higher maximum particle limit, making their battles more intense and rewarding. Additionally, Dynamax Lugia will appear more frequently on Power Spots, which will also refresh more often to encourage participation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Don&#039;t miss this chance to challenge and catch the mighty Dynamax Lugia as part of the special event festivities!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f741640cc0703b7a36catrlo7Sg03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f741640cc0703b7a36catrlo7Sg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On Sunday, November 30, 2025, Pok&eacute;mon GO will host its November Community Day, highlighting Pikipek, the lively woodpecker Pok&eacute;mon. The event runs from 2:00 p.m. to 5:00 p.m. local time, offering trainers a chance to catch and interact with this unique creature.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the festivities, if you evolve Trumbeak, it will transform into Toucannon equipped with the exclusive fast attack Beak Blast, a powerful Flying-type move. Additionally, players can enhance their experience by taking AR photos during the event, with Pikipek making fun photobomb appearances to add to the excitement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Keep an eye out for special showcases at various Pok&eacute;Stops throughout the day, which may feature Pikipek and other surprises. By completing specific field research tasks during this period, trainers can unlock research breakthrough encounters with select Pok&eacute;mon. These special rewards will be available from September 2, 2025, at 10:00 a.m. to December 2, 2025, at 10:00 a.m. local time, providing plenty of opportunities to expand your Pok&eacute;dex.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f75f5cb970493469943HJDmeJCt03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f75f5cb970493469943HJDmeJCt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f77c2c9a79a8f29ffb0fidTSUQV03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f77c2c9a79a8f29ffb0fidTSUQV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f79fb24188cb39f96902EPMHHvR03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f79fb24188cb39f96902EPMHHvR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f7ac2c9a79a8f29ffcefPAwVECZ03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f7ac2c9a79a8f29ffcefPAwVECZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f7cf5cb9704934699a9YL7OCXmN03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f7cf5cb9704934699a9YL7OCXmN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2b99450e6458c535c99ceaB8JbWaS03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2b99450e6458c535c99ceaB8JbWaS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover the complete collection of field research challenges and their corresponding rewards by visiting the dedicated Pok&eacute;mon GO research tasks page.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This season, several Pok&eacute;mon are making their debut through egg hatching. While we&#039;ve highlighted some of the notable hatchlings, keep in mind that each egg group has the potential to produce a variety of Pok&eacute;mon!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848b6ee67deebcbf94c5bOgfVP8yx03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848b6ee67deebcbf94c5bOgfVP8yx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848b982a2ca7813ce7c71xhMN9Pj203&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848b982a2ca7813ce7c71xhMN9Pj203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848b85d221ee286c96766WhIYNstt03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848b85d221ee286c96766WhIYNstt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848bbc7e3e4e81c8d3e51aCJwirw803&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848bbc7e3e4e81c8d3e51aCJwirw803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2b96d34c8e3fa0af60027WPovcCGL03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2b96d34c8e3fa0af60027WPovcCGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848bfa61f97f3ea8e5059ape1iiab03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848bfa61f97f3ea8e5059ape1iiab03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848c03463665fffee2577VFJ6ojDl03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848c03463665fffee2577VFJ6ojDl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c2b9d3d3aaadd5fadae806CELO08rw03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c2b9d3d3aaadd5fadae806CELO08rw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e848c4949e13dcaf52e31b2E0zWpfa03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e848c4949e13dcaf52e31b2E0zWpfa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;320&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263f8f8d40915a27eef8daFv9GvQyy03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263f8f8d40915a27eef8daFv9GvQyy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Season of Tales Event&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During November, players will immerse themselves in the Season of Tales of Transformation. This exciting event begins on September 2, 2025, at 10:00 a.m. and continues until December 2, 2025, at 10:00 a.m. local time.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; serves as the primary in-game currency in Pokemon Trading Card Game Pocket, allowing players to buy useful items, restore stamina, and unlock exclusive collectibles that enhance their overall gaming experience. Players eager to obtain more Pok&eacute; Gold can conveniently top up through trusted trading platforms like Lootbar.gg, which offers reliable service and prompt support for all your in-game currency needs. Earning or purchasing Pok&eacute; Gold helps collectors and battlers alike access special cards and unique covers, making it a valuable resource for advancing in the game. With Pok&eacute; Gold, players can enjoy greater customization and progress as they explore the world of Pokemon TCG.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Pok&eacute; Gold, they may want to consider using the lootbar game trading platform for a seamless experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out for its commitment to providing a reliable and trustworthy service, making it a popular choice among fans of &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket recharge&lt;/a&gt;. The platform collaborates with major gaming companies to ensure a wide range of supported games and offers competitive prices with frequent special discounts, allowing users to maximize their savings during a Pokemon TCG sale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key advantage of lootbar.gg is its focus on user security and convenience. The platform utilizes advanced encryption technologies and strict data protection policies to guarantee that all transactions are 100% secure. Players can confidently purchase Pok&eacute; Gold, knowing that their payment information and personal details are safeguarded throughout the entire process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg enhances the user experience with 24/7 customer support and impressively fast delivery speeds. Whether you have questions about your Pokemon TCG Pocket recharge or need help with your purchase, the dedicated support team is available at any time to assist you. With Pok&eacute; Gold typically delivered within just three minutes, players can quickly return to enjoying their game without unnecessary waiting.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold&lt;/a&gt; on the Lootbar trading platform, begin by visiting the official Lootbar.gg website. After selecting your preferred language and currency, log in to your account to access the platform&rsquo;s features. Navigate from the homepage to the section dedicated to Pok&eacute;mon TCG Pocket, where you can initiate the Pok&eacute; Gold purchase. Here, select the amount of Pok&eacute; Gold you wish to acquire and click &ldquo;Top-up Now&rdquo; to proceed to the next step.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You will then be required to enter your login account details, password, and in-game character name as part of the security and verification process. Follow the on-screen instructions to guide you through the remaining steps. Next, select the payment method that suits you best and confirm your choice by clicking &quot;Pay Now&quot;. After the transaction is completed and your payment is processed, the top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold will be credited to your game account within a short period, allowing you to continue enjoying the Pokemon Trading Card Game Pocket seamlessly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(275, 424, '', 'Streaming Apps That Pay: Top Platforms for Earnings', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Live Streaming Platforms Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Looking to turn your smartphone into a money-making machine? You&#039;re in the right place. Many people are tired of low-paying jobs with horrible schedules and are seeking flexible opportunities that allow them to earn from anywhere simply by being themselves.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most effective ways to monetize your personality and talents is through streaming apps that pay. These platforms are designed to help you transform your charisma, skills, or even your everyday conversations into a steady income. This isn&rsquo;t just a fantasy; thousands of users are successfully earning money using these apps daily.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If your main goal is quick earnings from live broadcasts, Bigo Live should be your top choice. Unlike gaming-focused platforms, Bigo Live is a global social stage where your personality and community engagement are key. The app is built to turn viewer support into real cash, making it an excellent option for non-gamers as well.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bigo Live&rsquo;s monetization system is straightforward and transparent:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVirtual Gifts (Beans): Viewers purchase &quot;diamonds&quot; and send animated gifts during your streams. These gifts convert into &quot;beans&quot; in your account, which you can later exchange for real money.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFixed Salaries (Agency Model): Many streamers join talent agencies that scout for promising personalities. If you meet monthly streaming hours and gift goals, these agencies can offer a guaranteed monthly salary on top of your gift earnings&mdash;providing a financial safety net rarely found elsewhere.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSpecial Events and Contests: Bigo Live regularly hosts themed events, talent shows, and special activities. Participating boosts your visibility and allows you to earn extra rewards, bonuses, and prizes directly from the platform.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ideal for outgoing individuals and performers, Bigo Live is perfect if you enjoy singing, dancing, playing instruments, or simply chatting with an audience. The agency system also makes it a solid choice for those wanting a secure income while building their fanbase.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Join the millions united by live streaming&mdash;download the app now and receive an exclusive welcome gift!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689b187b33430af234901cc2xb18AY1v03&quot; height=&quot;512&quot; src=&quot;https://c2c.fp.guinfra.com/file/689b187b33430af234901cc2xb18AY1v03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;512&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay connected with the latest trending content! Join over 500 million users worldwide and experience the thrill of live streaming moments in real time!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c0baa91e7bedcf437ba55dgmomowhl03&quot; height=&quot;53&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c0baa91e7bedcf437ba55dgmomowhl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;150&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Discover the latest in live streaming platforms that are transforming the way creators earn money in 2025. Streaming culture has evolved into a vibrant ecosystem, with platforms catering to different types of content and audiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Twitch remains the king of gaming and social interaction. It offers a rich community experience where streamers build dedicated fan bases that engage through custom emojis and live chats. Monetization options include subscriptions, where viewers pay a monthly fee and creators receive half, virtual cheers using Twitch Bits, direct donations via PayPal or Streamlabs, and revenue from ads and sponsorships. Ideal for passionate gamers and charismatic personalities, Twitch fosters long-term community building.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;YouTube Live stands out for its seamless integration with the YouTube ecosystem. Its automatic video archiving allows creators to generate income long after streams end through ad revenue. To monetize, creators must join the YouTube Partner Program, which requires 1,000 subscribers and 4,000 hours of watch time. Features like Super Chat and channel memberships enable direct viewer support, making it perfect for educational content, tutorials, and gaming channels aiming for sustainable growth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;TikTok Live is all about quick, energetic interactions. Its powerful algorithm exposes your stream to a broad audience, even if you&#039;re new. To earn money, streamers need at least 1,000 followers and must be over 18. Viewers send virtual gifts bought with TikTok coins, which can be converted into real money called &quot;diamonds.&quot; Additionally, live battles add a competitive and entertaining element, encouraging viewers to send more gifts. This platform suits lively personalities such as dancers, singers, and comedians who thrive on spontaneity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kick is emerging as a challenger with a focus on creator-friendly revenue sharing. It offers an impressive 95/5 split on subscriptions, significantly better than other platforms. With just 75 followers and five hours of streaming, new streamers can start earning quickly. Its straightforward approach appeals to gamers and &quot;just chatting&quot; streamers seeking fairer income splits and easier entry points. Kick aims to attract both newcomers and established creators eager for more control over their earnings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Whether you prefer gaming, educational content, or energetic performances, these platforms are redefining live streaming economics. Each offers unique tools and opportunities for creators to connect with audiences and monetize their passions effectively in 2025.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Streamers&#039; Platform Options&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Streaming platforms are rapidly evolving, offering diverse opportunities for creators to monetize their content in 2025. Among these, some stand out for their user-friendly features, quick payouts, and tailored experiences for different types of performers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One notable platform emphasizes a professional environment designed specifically for artists, such as singers, musicians, and dancers. It provides a vibrant and energetic interface that encourages viewers to interact actively through virtual gifts, directly increasing creators&#039; earnings. Its streamlined payment system ensures quick access to funds, with low withdrawal thresholds and simple processes, making it ideal for serious performers seeking reliable income streams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major player remains Facebook Gaming, especially popular in regions with widespread Facebook use. Its low entry barrier allows newcomers to leverage their existing social networks&mdash;friends and family&mdash;to quickly build an audience. The platform offers multiple monetization options, including virtual stars that viewers can purchase to support broadcasters, subscription models where fans pay monthly for exclusive perks, and in-stream ads that generate additional revenue. This makes Facebook Gaming a perfect starting point for beginners or those comfortable with their social circles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing the best streaming app depends heavily on your personal style and goals. If you&#039;re an energetic personality aiming for immediate earnings and steady income, platforms like Bigo Live or Tango are excellent options. Gamers seeking broad audiences might turn to Twitch for its massive viewer base or Kick for its higher revenue shares. For those with a dynamic, viral potential, TikTok Live offers explosive growth opportunities. Content creators focused on building a long-term brand through videos and live sessions should consider YouTube Live. Meanwhile, newcomers who want to start small and rely on their personal network might find Facebook Gaming to be the easiest entry point.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, selecting the right app comes down to your interests and what makes the process enjoyable. Download your chosen platform, go live for a short session, and see how your audience responds. Remember, your smartphone is a powerful tool&mdash;use it to turn your time and talent into real income. Get started today and see where your creativity can take you!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Bigo Live and Bigo Live Diamonds?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds&lt;/a&gt; serve as the premium virtual currency on Bigo Live and are essential for unlocking exclusive features and sending virtual gifts to streamers. Users utilize Bigo Live Diamonds to enhance their streaming experience by purchasing items like screen effects, special medals, and interactive gifts. To obtain Bigo Live Diamonds, users can top up through various reputable game trading platforms such as SEAGM, Codashop, and Unipin, which offer convenient payment methods for quick and secure transactions. Acquiring these diamonds allows viewers and content creators to fully immerse themselves in the dynamic Bigo Live community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Choice for Bigo Live Diamond Recharge?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Bigo Live Diamonds, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a hassle-free experience. One significant advantage of lootbar.gg is its commitment to offering competitive prices and frequent discounts, making &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live Diamonds top up&lt;/a&gt; more affordable compared to other platforms. Users can enjoy substantial savings through exclusive promotions, allowing them to maximize the value of their purchases and enjoy more features on Bigo Live.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar stands out by providing a wide variety of payment options, including Visa, Digital Wallets, and Debit Cards, catering to the preferences of users around the world. The platform is also known for its reliable and swift delivery, with most Bigo Live Diamonds top up transactions completed within minutes. If any issues arise, lootbar&rsquo;s dedicated 24/7 customer support team ensures that all concerns are resolved promptly, making the entire process smooth and secure for users.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Recharge Bigo Live on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete your &lt;a href=&quot;https://lootbar.gg/top-up/bigolive?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Bigo Live top up&lt;/a&gt; using the Lootbar trading platform, start by visiting the official Lootbar.gg website. Once you&rsquo;re on the site, select your preferred language and currency, then log in to your account to ensure a secure transaction. On the homepage, navigate to the Top-Up section and find Bigo Live listed among the available services. Enter your unique Bigo Live User ID as directed, making sure the information is accurate to avoid any issues during the top-up process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, decide how many Bigo Live Diamonds you&rsquo;d like to add and select the corresponding option. Click the &ldquo;Top-up Now&rdquo; button to proceed to the payment stage. Here, you&rsquo;ll be able to choose from several payment methods&mdash;pick the one that&rsquo;s most convenient for you. Once you&rsquo;ve confirmed your choice, click &ldquo;Pay Now&rdquo; to finalize the purchase. Your account will be credited with Diamonds shortly, allowing you to enjoy all the premium features Bigo Live offers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; height=&quot;764&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631fd1d99941ca71303bfbkI9S8SIA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;811&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(276, 425, '', 'Last War Survival Districts Guide: Tips &amp; Strategies', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e555204e3b43306a369kkLAhpyd03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e555204e3b43306a369kkLAhpyd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Conquering districts in Last War Survival is essential for advancing your gameplay. This task not only challenges your tactical skills but also grants access to crucial resources, powerful upgrades, and new territories to expand your influence. Successfully clearing districts ensures a steady supply of essentials such as food and ammunition, while also providing opportunities to upgrade your heroes and control additional areas.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each district presents distinct obstacles, including various enemy types, resource scarcity, and increasing difficulty levels. Developing a well-planned strategy is vital to overcoming these challenges. Preparation, effective resource management, and combat tactics are key factors in your success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This comprehensive guide offers practical advice for players at all levels&mdash;from newcomers just starting out to veterans aiming to conquer the toughest zones. Learn how to assemble the best team, handle ambushes and boss encounters, and maintain steady progress. With the right techniques, you can transform difficult districts into thriving strongholds and turn every obstacle into an opportunity for growth. Let&rsquo;s get started!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e58e8697726cd467a6bPl0iS41f03&quot; height=&quot;571&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e58e8697726cd467a6bPl0iS41f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e5bd74ecafcb8de7b89X3AwVYIm03&quot; height=&quot;571&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e5bd74ecafcb8de7b89X3AwVYIm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Successfully navigating districts in Last War Survival requires a strategic mindset and thorough preparation. Each zone presents unique obstacles, enemy types, and environmental hazards, making adaptability crucial for victory. Understanding the distinct characteristics of residential, industrial, and military zones allows players to tailor their tactics effectively, ensuring efficient resource gathering and combat success.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin your journey by assessing the difficulty level of each district. Lower-level zones are ideal for resource collection and team familiarization, offering basic materials such as food and wood. As you progress, tackle mid-tier industrial zones for rarer metals and crafting components that are essential for upgrades. The most challenging military zones are reserved for well-equipped teams capable of facing elite enemies and bosses, which yield the most valuable loot, including advanced weaponry and rare materials.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enemy diversity is a core aspect of district challenges. Zombies, the most common foes, vary from slow-moving walkers to aggressive mutants, requiring different approaches. Human raiders coordinate attacks using ranged weapons and tactics, demanding strategic positioning and team coordination. Boss encounters are complex battles that test your entire team&#039;s capabilities, often featuring powerful abilities and high health pools. Recognizing enemy behaviors and exploiting vulnerabilities&mdash;such as resistances and weaknesses&mdash;can drastically reduce casualties and speed up clearance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Environmental factors add another layer of complexity. Fog reduces visibility, radiation zones cause gradual health drain, and narrow pathways limit movement, increasing ambush risks. Preparing your team with gear and abilities suited to mitigate these hazards&mdash;like visibility-enhancing tools or radiation protection&mdash;is vital. Conquering districts with environmental hazards demands careful planning, resource management, and situational awareness to avoid costly mistakes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Team composition plays a pivotal role in district success. A balanced squad should include damage dealers to inflict maximum harm, tanks to absorb incoming attacks, and support units or healers to maintain survivability. Upgrading heroes, unlocking breakthroughs, and equipping the right gear&mdash;such as high-damage rifles or defensive armor&mdash;are crucial steps. Carry essential consumables like medkits, grenades, and district-specific items to give your team an edge during intense battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Resource management is key to sustained progress. Carefully monitor stamina, plan district runs to optimize efficiency, and stockpile supplies beforehand. Use buffs and time-limited boosts strategically during critical fights, especially in higher-difficulty zones. Scouting districts prior to entry helps you understand enemy layouts and environmental threats, allowing you to adjust your approach and avoid unnecessary losses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Progressing through districts also involves adapting your tactics to the game&rsquo;s stage. Early-game districts focus on resource accumulation and basic team setups, emphasizing versatility and experimentation. Mid-game districts require specialization&mdash;countering specific enemy types with tailored heroes and crowd control. Endgame districts demand high-level strategies, with elite teams focusing on maximizing damage output, exploiting environmental advantages, and managing resources meticulously to defeat formidable bosses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Environmental hazards are not to be underestimated. Fog can obscure threats, radiation zones demand swift action, and chokepoints can trap your team&mdash;making situational awareness and positioning vital. Use environmental features to your advantage, such as funneling enemies into kill zones or avoiding ambush sites.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Advanced players should analyze enemy weaknesses meticulously. Exploit vulnerabilities by selecting characters and abilities that target resistances&mdash;like using fire against zombies or armor-piercing attacks against heavily armored enemies. Prioritize high-value targets with AoE and crowd control to expedite clearances and conserve resources. Flexibility in strategy, combined with resourceful use of gear and environmental opportunities, will elevate your mastery of district challenges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, always stay prepared for the unexpected. Time-limited events and random ambushes can turn a routine district into a high-stakes encounter. Maintaining a well-stocked inventory, adjusting strategies on the fly, and knowing when to retreat and regroup are essential habits for consistent success. With experience and strategic finesse, conquering districts becomes an attainable goal, bringing valuable rewards that strengthen your team and expand your influence across the chaos of Last War Survival.Mastering efficient resource use is essential for progressing through high-level districts, where stamina and supplies are often limited. Focus on tackling districts that offer the most substantial rewards and align with your long-term objectives, avoiding unnecessary stamina expenditure on lesser-value areas. Setting daily attempt limits helps prevent resource depletion and keeps your team prepared for upcoming challenges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Timing your district runs to coincide with special events that boost drop rates or grant bonus rewards can significantly accelerate your progress. Always enter districts with full stamina, utilizing regeneration items or boosters to maximize each attempt&rsquo;s efficiency and extend your play sessions strategically.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Proper positioning of your team can drastically influence the outcome of district battles. Use terrain features such as choke points or high ground to protect ranged units and create safe zones for damage dealing. Place tanks and support characters behind natural cover to shield them from enemy attacks, and funnel enemies into narrow spaces to concentrate firepower. In hazardous districts with environmental dangers like radiation zones or toxic clouds, leverage terrain to minimize exposure and avoid unnecessary damage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;High-level district clearances demand strong team synergy. Combining characters&rsquo; abilities and optimizing their roles enhances overall effectiveness. Pair damage specialists with tanks that can draw enemy attention, and support units that provide team-wide buffs&mdash;such as attack speed increases or defensive boosts. Coordinating debuffs like poison or burn with high-damage skills can neutralize threats swiftly, reducing the risk of team casualties.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In later game stages, resource management becomes increasingly critical. Invest in characters and gear that deliver maximum impact, focusing on upgrading weapons, armor, and abilities that boost damage output or survivability. Save rare materials for key enhancements and craft specialized equipment tailored to particular districts. Recycling outdated or less effective gear can free up resources for more meaningful upgrades. Use consumables judiciously, deploying them only during challenging encounters to gain a decisive edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Flexibility and quick adaptation are vital to overcoming difficult districts. Don&rsquo;t be afraid to experiment with different team compositions and upgrade paths. Each character&rsquo;s unique skills can open new tactical possibilities. After unsuccessful attempts, analyze what went wrong&mdash;whether defenses failed or damage output was insufficient&mdash;and refine your strategy accordingly. Continuous learning and adjustment will improve your success rate over time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Applying these advanced strategies will greatly enhance your district-clearing efficiency in Last War: Survival. Exploit enemy weaknesses, fine-tune your team&rsquo;s synergy, and manage your resources wisely to conquer even the toughest challenges. Remember, success hinges not only on raw power but also on smart decision-making and strategic planning.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you advance, always remain adaptable&mdash;try new team setups, respond to changing conditions, and stay ahead of enemy tactics. With careful preparation and strategic execution, no district is insurmountable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Equipped with these insights, you are now prepared to face any district in Last War: Survival. Keep honing your tactics, experiment often, and push your limits to achieve victory. For more detailed guides, visit Theria Games&#039; Last War Survival section and deepen your mastery of the game&rsquo;s mechanics.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; is the premium in-game currency used in Last War: Survival, enabling players to unlock exclusive equipment, recruit powerful heroes, and speed up their progress in the fight against zombies. By topping up Hot Package, players can enhance their gaming experience and gain advantages in customizing their shelter and expanding their forces. Popular trading platforms such as SEAGM, Codashop, and Midasbuy offer secure options for purchasing Last War: Survival Hot Package, making it easy for players to recharge and enjoy the game to its fullest. With different price tiers available, everyone can find a suitable package to boost their survival adventure.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are seeking to top up Last War: Survival Hot Package, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. lootbar.gg stands out as a trusted marketplace where gamers can securely purchase in-game currencies such as &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war gold bricks&lt;/a&gt;. With a streamlined interface and clear instructions, the platform makes transactions quick and hassle-free, ensuring players can focus more on enjoying the game rather than worrying about payment complexities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar offers significant advantages, including competitive pricing and exclusive discounts that help players get more value for their money. For instance, the platform provides frequent promotions and a discount rate of up to 25% for Last War: Survival Hot Package top-ups, making it possible to acquire game packs and bundles at affordable rates. Additionally, lootbar supports multiple payment methods and boasts a professional customer service team available 24/7. Players also benefit from a vibrant community hub, where they can access guides, participate in events, and connect with fellow enthusiasts, making lootbar.gg a comprehensive solution for Last War gold bricks purchases.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; for Last War: Survival using the lootbar trading platform, first access the lootbar.gg website and sign into your account, or register if you do not already have one.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, navigate to the top-up section by selecting Home, then Top-up, and choose LW: Survival from the list.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After that, browse the available Hot Package options, select your preferred package, and hit the Top-up now button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then, pick your desired payment method and confirm your purchase by clicking Pay Now.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, submit your game account details and password as instructed so the lootbar team can process the last war top up and deliver your Hot Package directly to your game account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(277, 426, '', 'Genshin Impact 6.2 Update &ndash; New Characters &amp; Events', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ddb470eb6e7486ce591Rjv2mdZC03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ddb470eb6e7486ce591Rjv2mdZC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genshin Impact 6.2 Update Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Genshin Impact 6.2 update has been thoroughly detailed by Hoyoverse, offering fans a glimpse into what to expect. The official announcement covered the release timeline, introducing two fresh playable characters, exciting in-game events, and a teaser for the storyline&mdash;all while deliberately avoiding spoilers to encourage players to discover the narrative firsthand.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Most of this information was unveiled during the live stream event dedicated to the 6.2 update, although many details had previously surfaced through beta testing leaks. Among the highlights were comprehensive insights into the gameplay mechanics and abilities of the new characters making their debut in this patch, confirmed during the presentation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, fans were shown the character banners that will be available, revealing which characters will be featured in rerun banners and the timing of their appearances. The update also brings notable improvements to existing characters such as Venti and Mona, with buffs designed to enhance their performance in battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As for the release schedule, Genshin Impact 6.2 is set to go live right on time, promising new content and updates for eager players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ddfd74ecafcb8de7525ifa477YY03&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ddfd74ecafcb8de7525ifa477YY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Genshin Impact 6.2 update is officially scheduled for release on December 3, confirming that the development process has proceeded smoothly without setbacks. This release date aligns perfectly with the typical six-week cycle following the launch of version 6.1, indicating no delays or postponements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Historically, if Hoyoverse encountered issues that could delay an update, they would postpone announcing the livestream event. However, this pattern has not been observed in recent years, as the developer maintains a consistent release timetable. With the release date now confirmed, players can anticipate the arrival of Genshin Impact 6.2 on December 3 without concern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the update, fans can look forward to exclusive livestream codes during the event, offering a chance to claim up to 300 free primogems.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de309a718027616e6e9GEFFiGgy03&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de309a718027616e6e9GEFFiGgy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At the recent Genshin Impact special showcase, Hoyoverse unveiled a set of exclusive livestream redemption codes for version 6.2. These codes offer players a variety of valuable in-game items, such as enhancement materials, Mora, and notably, free Primogems to aid their adventures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A total of three unique codes were shared during the event, allowing players to claim up to 300 Primogems combined.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below is a detailed table showing each code along with the specific rewards they grant:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de51ae4c7324afda361KglpC8BA03&quot; height=&quot;115&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de51ae4c7324afda361KglpC8BA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&#039;s important to remember that these exclusive livestream codes have a limited validity period and must be claimed before they expire on November 23 at 11 PM ET.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To redeem the codes, players can visit the in-game account section within the settings menu or go to the official Genshin Impact website once logged into their account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest update, version 6.2, introduces exciting new characters and banners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among them, Durin and Jahoda make their debut, adding fresh options for players to explore and enjoy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de91523bab99fd3fdfeVu5iE1ya03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de91523bab99fd3fdfeVu5iE1ya03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Genshin Impact 6.2 update promises exciting new content and character additions that will reshape gameplay dynamics. A key highlight is the introduction of Durin, a new five-star pyro sword wielder designed primarily as a sub-DPS operating off-field. His unique kit enables him to trigger dual instances of pyro damage, similar to characters like Mona or the Pyro Traveler, which influences how his elemental application synergizes with other elements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durin belongs to the newly introduced Hexerei faction, an affiliation that brings exclusive bonuses when paired with fellow faction members. This faction, which was absent in previous versions, includes notable characters such as Venti, Albedo, Mona, Klee, Fischl, Razor, and Sucrose. The addition of Hexerei members also comes with various buffs to enhance their kits, especially passive talents and constellations, ensuring they remain competitive within the current meta. Notably, Venti will receive a new signature five-star weapon in the banners, boosting his offensive capabilities and allowing for more versatile team compositions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to Durin, the update introduces Jahoda, a four-star anemo bow user who functions as both a sub-DPS and support. Jahoda&rsquo;s abilities allow her to deal damage, heal allies, and provide an elemental mastery buff, making her a flexible addition to any team. Both Durin and Jahoda will be featured in the phase 1 banners, which will run from December 3 to December 17, coinciding with a Venti rerun. Phase 2 banners will include reruns of Xilonen and Varesa and are scheduled between December 17 and January 6, wrapping up shortly before the launch of version 6.3.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The update also expands the story with the escalating Nod-Krai arc, along with a variety of new events and quests that deepen the lore and offer players fresh challenges. Additionally, some existing characters will receive updates to their kits, making them more effective and aligned with the evolving game environment, especially those associated with the Hexerei faction. Fans can look forward to a host of new gameplay opportunities, character enhancements, and narrative developments in this highly anticipated update.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68e5a49e3f83dcff9f90bf96lwiYhaCR03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68e5a49e3f83dcff9f90bf96lwiYhaCR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genshin Impact 6.2 Update Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming 6.2 update for Genshin Impact promises an exciting new chapter with fresh storylines centered around the mysterious region of Nod-Krai. This expansion marks a significant deepening of the game&rsquo;s narrative, building on the events from the previous campaign in version 6.1. Fans can anticipate engaging main quests that explore the region&rsquo;s secrets and lore, with hints of the Hexenzirkel&rsquo;s reunion and their involvement in Nod-Krai&rsquo;s festivals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In celebration of Moon-Prayer Night, a festival dedicated to honoring Columbina&rsquo;s departure, characters like Alice and Nicole will make their debut appearances, adding more intrigue and character depth to the unfolding story. While Hoyoverse has kept details under wraps to prevent spoilers, they have confirmed that the storyline will feature intense moments and high stakes, encouraging players to immerse themselves fully.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The update also introduces a variety of limited-time events, offering a wealth of rewards such as Primogems, valuable materials, and a special free event weapon available to all players. The main event, set against the icy backdrop of Dragonspine, will see appearances from characters like Varesa and Xilonen, making it a highlight for players seeking new gear and challenges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond the main storyline, the patch is packed with optional activities designed to boost your chances of obtaining coveted 5-star characters and rare materials. These activities ensure that players have plenty to do, whether it&rsquo;s participating in mini-games, completing challenges, or exploring new regions. Overall, the 6.2 update promises to deepen the game&rsquo;s lore, expand gameplay options, and provide exciting rewards for dedicated adventurers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, allowing players to unlock exclusive content such as character banners, weapon wishes, and other valuable resources that enhance gameplay. Unlike standard in-game rewards, Genesis Crystals are primarily obtained by topping up through authorized game trading platforms like the official Genshin Impact site, Codashop, or other trusted third-party services. By purchasing Genesis Crystals with real money, players gain access to special features and can progress faster within the game. This currency is essential for those seeking to maximize their Genshin Impact adventure and enjoy additional benefits.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Genesis Crystals for Genshin Impact, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform. Lootbar.gg offers a seamless and official &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt; process, ensuring your purchases are safe and directly connected to your miHoYo account. The platform stands out for its convenience, allowing you to purchase large bundles such as 6480 Genesis Crystals*4 in a single payment, which saves both time and effort for players who want to maximize their in-game benefits quickly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg is recognized for providing a &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin cheap top up&lt;/a&gt; experience, offering competitive prices that help players save significantly compared to other options. For instance, buying 6480 Genesis Crystals*4 on LootBar can cost almost $100 less than standard rates, making it an ideal choice for those seeking value and efficiency. Whether you&#039;re seeking a &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up&lt;/a&gt; for a small boost or a large bundle, lootbar.gg combines affordability, security, and ease-of-use, making it a top recommendation within the Genshin Impact community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Genesis Crystal&lt;/a&gt; for Genshin Impact on the lootbar trading platform, start by visiting the official LootBar website and logging into your account.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your preferred language and currency to ensure a smooth shopping experience.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and select Genshin Impact from the list of games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the number of Genesis Crystals you wish to purchase and hit the Buy Now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Genshin Impact UID and select the correct server to ensure the crystals are delivered to the right account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed to the checkout page, pick your preferred payment option, and complete your payment to successfully top up Genesis Crystal.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(278, 427, '', 'Kingshot Embassy Guide &ndash; Alliance Support &amp; Upgrades', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69266822afb46323055e076bKRNuM6Op03&quot; height=&quot;282&quot; src=&quot;https://c2c.fp.guinfra.com/file/69266822afb46323055e076bKRNuM6Op03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The embassy plays a critical role in Kingshot&#039;s military infrastructure, especially once your town center reaches level 9 and beyond. It functions as the hub for coordinating alliance support and reinforcement efforts. Upgrading the embassy enhances its ability to handle increased demands and enables you to respond more effectively to alliance requests.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Specifically, improvements to the embassy boost three key aspects:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Alliance Assistance&lt;/strong&gt;: The number of times your alliance members can assist with speeding up upgrades, research, or troop healing processes.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Help Duration Reduction&lt;/strong&gt;: The amount of time reduced when you assist an ally, making their upgrades or healing faster.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Reinforcement Capacity&lt;/strong&gt;: The maximum number of troops you can send to reinforce and defend your allies&#039; cities, strengthening overall alliance defense.  \n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prioritizing embassy upgrades is essential for maintaining strong military support and efficient cooperation within your alliance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69266825b03bdec9020aa750gTTTixL403&quot; height=&quot;612&quot; src=&quot;https://c2c.fp.guinfra.com/file/69266825b03bdec9020aa750gTTTixL403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Kingshot Currency?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kingshot Currency is the premium in-game currency used in the Kingshot SLG game, allowing players to acquire valuable &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;kingshot packs&lt;/a&gt; and kingshot resources that can significantly boost their governor power and enhance overall gameplay. Players utilize this currency to speed up building construction, obtain hero upgrades, and unlock crucial combat items for faster progression. Kingshot Currency, including both gems and packs, can be conveniently purchased through popular game trading platforms such as LootBar, which is known for its secure top-up services and exclusive discounts for both new and returning users. By acquiring kingshot resources, players gain a strategic edge, enabling them to advance more efficiently within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Top up Kingshot Gems on LootBar.gg？&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy kingshot gem&lt;/a&gt; for a better experience in Kingshot, they may want to consider using the lootbar game trading platform. Lootbar.gg stands out by offering a seamless top-up process, making it easy for players to quickly recharge and dive back into the action with minimal downtime. With a focus on security and reliability, &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; has built a reputation for providing legitimate transactions, ensuring that every purchase is safe and trustworthy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, lootbar.gg provides a range of advantages that enhance the overall purchasing experience. The platform features affordable prices and frequent promotions, allowing users to save money when they buy kingshot gem or special packs. There is also flexibility in payment options, with support for popular methods like Visa, debit cards, and digital wallets. Plus, with 24/7 customer support and instant delivery of Kingshot Gems, lootbargg ensures that players are supported at every step, making it a top choice for anyone looking to power up their gameplay efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Tips of Buying Kingshot Gems and Packs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/kingshot?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up kingshot&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and logging into your account. Once logged in, choose your preferred language and currency settings for a smoother experience. Next, navigate to the Home page and look for the Top-up section where you will find kingshot listed among the available options. Select kingshot to view the different packs, then pick the one that best suits your needs and click on the Top-up Now button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your kingshot pack, you will be prompted to choose a payment method from the options available. Enter the necessary details and confirm your payment by clicking Pay Now. Make sure to provide accurate account information to guarantee that your kingshot is delivered correctly. If you encounter any issues or require assistance, you can reach out to customer support and, if needed, send them a screenshot of your selected pack for verification. This straightforward process allows you to efficiently top up kingshot and enjoy your gaming experience without interruption.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; height=&quot;384&quot; src=&quot;https://c2c.fp.guinfra.com/file/6864723daa80ca1167c7241cGAp8gorK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(279, 428, '', 'Liga F POTM &ndash; FC 26: Nominees, Voting &amp; Winners', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction to Liga F POTM in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Liga F are recognized with special FC 26 Player of the Month (POTM) cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to support their favorite athletes by participating in the monthly voting process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a unique in-game item to celebrate their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be sure to cast your vote and help decide which football star will be honored this February!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nominees for Liga F POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d9f1640cc0703b790d8HLq1g3ym03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d9f1640cc0703b790d8HLq1g3ym03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e1d2a8f5996321217biFiO6V0N03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e1d2a8f5996321217biFiO6V0N03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e76888b709d93c883dRm2Vs1Av03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e52f2878dc8f11db8ds8TXhthO03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e52f2878dc8f11db8ds8TXhthO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Voting Process and Community Involvement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, outstanding players in Liga F are nominated for their impressive performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select the standout player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is honored as the winner for that month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are awarded to the monthly winner, celebrating their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263da965eb99e3412d2d57cmJXmlDC03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263da965eb99e3412d2d57cmJXmlDC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominees was revealed on September 24, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn this date, the official announcement introduced the players in contention.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe selection of nominees marks the beginning of the process to determine the Player of the Month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dadf72e58d4df08b66amEOsb4Zd03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dadf72e58d4df08b66amEOsb4Zd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period for this event begins on September 24, 2025, at 11:00 am and concludes on September 26, 2025, at 11:00 am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by casting their votes through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis is an opportunity for the community to show support for the players they believe have performed best.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMake your voice heard and help decide which standout talents will be recognized.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;September 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263daee4471419c595ee05pQ4vAb0103&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263daee4471419c595ee05pQ4vAb0103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement regarding the winner took place on October 6, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe recipient of the award was officially revealed on this date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRecognition was given to the standout player following the announcement.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db0ef709393aaa682485TXNao2a03&quot; height=&quot;62&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db0ef709393aaa682485TXNao2a03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Liga F are recognized for their exceptional contributions on the field.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the most deserving player from a list of nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the highest number of votes is awarded the Player of the Month honor.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This winner is celebrated with a unique FC 26 POTM item, commemorating their achievement and impact in the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db3d74ecafcb8de729byAQxADGg03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db3d74ecafcb8de729byAQxADGg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nA list of nominated players was revealed on October 22, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement introduced the candidates considered for the monthly honor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThese nominees are now in contention for the special recognition.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db5b36f48b622e90fbe5bWZPGxX03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db5b36f48b622e90fbe5bWZPGxX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for the Liga F Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting opens on October 22, 2025, at 11:00am and closes on October 24, 2025, at 11:00am.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All votes can be submitted through the official EA Website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community input plays a key role in selecting the winner for this special recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db7c2c9a79a8f29f4df4vHah9fx03&quot; height=&quot;146&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db7c2c9a79a8f29f4df4vHah9fx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the victor took place on November 3, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn November 3, 2025, the results were made public.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe successful candidate was revealed on November 3, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNovember 3, 2025 marked the date when the winner was disclosed.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;November 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263db8e4471419c595ee11rIugt2vg03&quot; height=&quot;48&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263db8e4471419c595ee11rIugt2vg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout players in Liga F are nominated for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select the top player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who garners the most votes is crowned as the month&#039;s best and is awarded a unique FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dbce8697726cd4675266T3iBZlW03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dbce8697726cd4675266T3iBZlW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe players nominated for the award will be revealed on or around November 19, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis date is currently an estimate and subject to change.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official announcement of the nominees.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dbdd303cce3a6c425d2xa7htFUS03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dbdd303cce3a6c425d2xa7htFUS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans have the opportunity to cast their votes for their favorite players.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on November 19, 2025, at 11:00 am and will close on November 21, 2025, at 11:00 am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVotes can be submitted through the official EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to support the players they believe are most deserving of recognition.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dbfeacafffd0b5edd12OOCblCHU03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dbfeacafffd0b5edd12OOCblCHU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, the standout performers in Liga F are recognized for their achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;FC 26 introduces special Player of the Month (POTM) items to honor these exceptional talents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recipient of this award will be revealed on December 01, 2025 (estimated date).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players alike eagerly await the announcement to see which athlete will receive this exclusive recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These POTM items celebrate the skill and dedication shown throughout the month in Liga F competition.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;December 2025 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc0d3cf93e893c2d356vHr1Pwhi03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc0d3cf93e893c2d356vHr1Pwhi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Liga F are nominated for Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to vote for their favorite among the nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is crowned the winner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc45204e3b433069a3dFt9VMHub03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc45204e3b433069a3dFt9VMHub03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates is expected to be revealed around December 17, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOfficial announcement of the nominees is scheduled for mid-December 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThose in contention will be made public on the estimated date, December 17, 2025.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc5ef709393aaa68328C0atedLw03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc5ef709393aaa68328C0atedLw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Liga F Player of the Month award will open on December 17, 2025, at 11:00am and close on December 19, 2025, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes during this period by visiting the EA website.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to participate and help decide which player should be recognized as the standout performer for the month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc765eb99e3412d2f07Sk1x14Ym03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc765eb99e3412d2f07Sk1x14Ym03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on December 29, 2025 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;January 2026 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc8d303cce3a6c426acwbUZQluE03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc8d303cce3a6c426acwbUZQluE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Liga F are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select their favorite player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is crowned the winner for that month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are awarded to the winner, celebrating their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dccd74ecafcb8de7403qCxZirQd03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dccd74ecafcb8de7403qCxZirQd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominees is expected to be revealed on or around January 21, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official announcement regarding the candidates.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dcef5cb970493467de29KJdk6Cx03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dcef5cb970493467de29KJdk6Cx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe voting period is scheduled to begin on January 21, 2026, at 11:00am and will conclude on January 23, 2026, at 11:00am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVotes can be cast through the official EA Website during this timeframe.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and the community are encouraged to participate by selecting the player they believe most deserves the award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nShare your opinion and help decide which standout player will earn the monthly honor.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dd098fbfca2da1a84cawlX82iLF03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dd098fbfca2da1a84cawlX82iLF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, Liga F recognizes outstanding footballers with special honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players who excel during the month are celebrated with exclusive FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These unique items highlight their achievements and can be earned in-game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the monthly winner is expected to take place on February 2, 2026.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players eagerly await the reveal to see which star will be awarded the prestigious POTM distinction.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;February 2026 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dd17fc1349182afb524DOUVNBDp03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dd17fc1349182afb524DOUVNBDp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, several standout players in Liga F are nominated for their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to select the most deserving athlete.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is announced as the winner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This top performer is awarded a special FC 26 Player of the Month (POTM) item to celebrate their achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ddbeacafffd0b5eddeemMiLDGT803&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ddbeacafffd0b5eddeemMiLDGT803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates is expected to be revealed on February 25, 2026 (subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOfficial announcement of the nominees is scheduled for late February 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the unveiling of the selected players later in the month.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ddcb36f48b622e9129aCvkY8mAx03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ddcb36f48b622e9129aCvkY8mAx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Player of the Month in Liga F is scheduled to open on February 25, 2026, at 11:00 am and will close on February 27, 2026, at 11:00 am.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the selection process by casting their votes on the official EA website during this period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community is encouraged to support the players they believe are most deserving of the monthly honor.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dded74ecafcb8de7511iudNcIAi03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dded74ecafcb8de7511iudNcIAi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on March 9, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;March 2026 POTM Cycle&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ddff5cb970493467eefHiw0mvfm03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ddff5cb970493467eefHiw0mvfm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout players in Liga F are selected based on their exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to choose their favorites from the list of nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is crowned Player of the Month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This winner is then honored with a special FC 26 POTM item, celebrating their achievement in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de3d303cce3a6c42888HzWL3o4703&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de3d303cce3a6c42888HzWL3o4703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of candidates will be revealed around March 25, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExpect the announcement of nominees on this estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official unveiling of the nominees.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de5e5955b4e447f8f7diaS0Xgro03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de5e5955b4e447f8f7diaS0Xgro03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period is scheduled to begin on March 25, 2026 at 11:00am and will conclude on March 27, 2026 at 11:00am.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes can be submitted through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community opinions play an important role in selecting the winners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de7ca4fad409c4bdf06TVj0BlZT03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de7ca4fad409c4bdf06TVj0BlZT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on April 6, 2026 (date subject to change).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Winner List and Player Details&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263de9d3cf93e893c2d563AZQIWAYf03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263de9d3cf93e893c2d563AZQIWAYf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing players in Liga F are honored with special FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These awards recognize standout talent from a variety of nations and clubs within the league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The winners are selected based on their exceptional performances throughout the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players alike can collect these exclusive POTM items to celebrate the achievements of Liga F&rsquo;s best.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list of winners highlights the diversity and skill present across different teams and nationalities in the competition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263defe8697726cd4676fbVBVADlIi03&quot; height=&quot;352&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263defe8697726cd4676fbVBVADlIi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263df2b61e806b8dc32fd8uGIWWeG503&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263df2b61e806b8dc32fd8uGIWWeG503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263df48d40915a27eef234qBBVV2ze03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263df48d40915a27eef234qBBVV2ze03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263df598fbfca2da1a85c4X82REU7K03&quot; height=&quot;127&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263df598fbfca2da1a85c4X82REU7K03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All times for releases are displayed according to the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can refer to the UK time zone for all scheduled release timings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release schedules are based on UK local time.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about Liga F POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263df7c2c9a79a8f29f66ejU4Mduiv03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263df7c2c9a79a8f29f66ejU4Mduiv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFC 26 Liga F POTM (Player of the Month) cards are special in-game items awarded to standout players each month, featuring enhanced stats and unique card designs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting process for Liga F POTM by visiting the official EA website every month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInformation about all nominees and the current or past winners of Liga F POTM is available on a dedicated page.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the winner is revealed, EA introduces a custom Squad Building Challenge (SBC) for that player. By completing this SBC, players can unlock a tradable POTM card with improved attributes and dynamic visuals.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe inaugural Liga F POTM card debuted in FC 25, honoring the September 2024 award recipient.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThroughout a typical season, EA releases between seven and eight Liga F POTM items.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you find yourself short on coins in the latest FC 26 game, there&rsquo;s no need to worry&mdash;just head over to &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;, the trusted trading platform, to purchase your much-needed &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; and &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt;. Whether you&rsquo;re looking to dominate the Ultimate Team mode or simply want to enhance your gaming experience, LootBar makes it easy to buy &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 26&lt;/a&gt; coins securely and efficiently, ensuring you never miss out on building your dream squad.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out in the market with its unbeatable prices, sometimes offering &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc coins&lt;/a&gt; with discounts as high as 8%, giving you more value for your money. Enjoy peace of mind thanks to 100% secure transactions, backed by advanced encryption and strong data protection measures. With 24/7 customer service, knowledgeable support staff are always ready to help, and fast delivery means your fc 26 coins are typically delivered within just half an hour. Boasting a Trustpilot rating of 4.9 and glowing user recommendations, LootBar is the fastest and safest way to get your FUT coins for fifa 26&mdash;making it the go-to platform for gamers worldwide.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(280, 429, '', 'Mobile Legends: Bang Bang &mdash; акция с МТС и призы', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263cb6b36f48b622e8fd42hdrs2tse03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263cb6b36f48b622e8fd42hdrs2tse03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Мобильная игра Mobile Legends: Bang Bang, признанная одной из ведущих мобильных MOBA по всему миру, подготовила особое мероприятие для российских игроков в честь своего девятого дня рождения.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;С 24 октября по 16 ноября на специальной платформе игры стартует совместное событие с оператором МТС. Участники смогут выполнять простые задания, размещённые на отдельной странице, и за это получить разнообразные награды от партнёров. Среди них &mdash; уникальные скины персонажей, бонусные карты для покупок, скидки на услуги МТС и подписки на популярный онлайн-кинотеатр Kion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Дополнительно, с 24 октября по 24 декабря на промо-странице МТС при подключении тарифного плана &laquo;Рил&raquo; предоставляется бесплатное ускорение интернета 4G+ на два месяца. В подарок от MLBB участники получат промокод на уникальный сундук 1-го уровня, в котором есть шанс выиграть редкие скины, билеты на колесо фортуны с возможностью получить нового сильного героя или небольшие пакеты эмблем для развития любимых персонажей.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для участия нужно всего лишь открыть приложение &laquo;Мой МТС&raquo;, перейти в раздел &laquo;Каталог&raquo; &mdash; &laquo;Ежедневные скидки, игры и подарки от МТС&raquo; &mdash; &laquo;Бонусы партнёров&raquo; и активировать предложение MLBB. Промокод действует до 31 декабря 2025 года, так что у игроков есть достаточно времени, чтобы воспользоваться всеми привилегиями.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Mobile Legends: Bang Bang (MLBB)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Алмазы в Mobile Legends: Bang Bang&lt;/a&gt; (МЛББ) представляют собой премиальную валюту, которая используется для покупки эксклюзивных скинов, героев, боевых пропусков и других уникальных внутриигровых предметов, позволяя игрокам персонализировать и улучшать свой игровой опыт. Получить Алмазы в Mobile Legends: Bang Bang можно не только через официальное приложение игры, но и с помощью популярных торговых платформ, таких как LootBar, где часто доступны выгодные акции и различные способы пополнения. Благодаря этим площадкам игроки могут быстро и безопасно приобрести нужное количество алмазов для своего аккаунта. Такой подход делает процесс покупки алмазов максимально удобным и доступным для всех поклонников МЛББ.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит покупать алмазы для MLBB на LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы хотите &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнить алмазы&lt;/a&gt; в Mobile Legends: Bang Bang (МЛББ), стоит обратить внимание на &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;, одну из ведущих платформ для покупки игровой валюты. Покупка алмазов через lootbar.gg дает вам не только доступ к премиум-контенту, но и гарантирует надежность каждой транзакции, что особенно важно для сохранности вашего игрового аккаунта.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Среди главных преимуществ lootbar можно выделить привлекательные цены, которые позволяют игрокам пополнить алмазы по действительно выгодным условиям &mdash; это отличная возможность получить больше ценностей за ту же сумму. Кроме того, платформа уделяет особое внимание безопасности: здесь используются только проверенные методы оплаты, а каждый продавец проходит строгую проверку, чтобы исключить любые риски для пользователей.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Еще одним плюсом является круглосуточная служба поддержки, готовая решить любые вопросы или помочь с транзакцией в любое время. Таким образом, выбирая lootbar для того, чтобы пополнить алмазы в МЛББ, вы получаете не только экономию, но и уверенность в качестве сервиса, быструю обработку заказов и постоянную поддержку.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить счёт MLBB на LootBar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nСначала авторизуйтесь на платформе LootBar, используя свой аккаунт или создайте новый, если вы впервые здесь.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nЗатем необходимо ввести ваш уникальный идентификатор игрока (UID) и имя персонажа из MLBB, чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить алмазы для Mobile Legends: Bang Bang&lt;/a&gt; и получить их на правильный аккаунт.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДалее выберите желаемое количество алмазов из предложенных вариантов, подходящих для ваших игровых нужд.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле этого нажмите кнопку для перехода к оплате и выберите предпочитаемый способ, например банковскую карту или электронный кошелёк.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nЗавершите покупку, следуя инструкциям по оплате, и ожидайте автоматического зачисления алмазов на ваш игровой счёт в течение нескольких минут.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; height=&quot;473&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c105e2ac64277547428ff6EiRLAI3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(281, 430, '', 'FC Pro Live FC 26 : Suivi et &eacute;volution des joueurs', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les joueurs FC Pro Live dans FC 26 disposent d&rsquo;un syst&egrave;me d&rsquo;&eacute;volution bas&eacute; sur divers crit&egrave;res.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour suivre leur progression, il est essentiel de surveiller leurs statistiques et performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cet article regroupe toutes les informations n&eacute;cessaires pour effectuer un suivi complet des joueurs FC Pro Live.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ce41ae4c7324afd9aa24WHX87PH03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ce41ae4c7324afd9aa24WHX87PH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les cartes promotionnelles dans FC 26 sont directement influenc&eacute;es par la performance des joueurs professionnels lors de comp&eacute;titions esport. Leur puissance fluctue en fonction des r&eacute;sultats obtenus &agrave; partir du 24 novembre 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par exemple, accumuler 3 points permet d&#039;am&eacute;liorer la comp&eacute;tence de mauvais pied ou de gestes techniques d&#039;une unit&eacute;. Atteindre 10 ou 16 points augmente la note globale du joueur d&#039;une unit&eacute; suppl&eacute;mentaire.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une qualification &agrave; un tournoi conf&egrave;re une hausse d&#039;une note et un style de jeu suppl&eacute;mentaire, tandis qu&#039;atteindre le top 4 dans une comp&eacute;tition augmente la position et ajoute un r&ocirc;le suppl&eacute;mentaire. De plus, devenir champion offre une am&eacute;lioration de la note et une &eacute;toile suppl&eacute;mentaire pour les gestes techniques ou le mauvais pied.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La saison comp&eacute;titive se d&eacute;roule de novembre &agrave; f&eacute;vrier, avec des matchs programm&eacute;s chaque lundi, except&eacute; une pause en d&eacute;cembre et janvier. Les dates cl&eacute;s sont : 24/11, 25/11, 01/12, 08/12, 05/01, 12/01, 19/01, 20/01 et 26/01.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les groupes se composent comme suit :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Groupe A :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVejrgang &ndash; Nunez &ndash; 15 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLJR Peixoto &ndash; Giroud &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLukas &ndash; Honorat &ndash; 3 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYaskow &ndash; Caufriez &ndash; 12 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTekkz &ndash; James &ndash; 6 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTuga810 &ndash; Nuno Tavares &ndash; 9 points\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Groupe B :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUmut &ndash; Klostermann &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDarkley &ndash; Fabio Vieira &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nManubachoore &ndash; Zirkzee &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nObrun &ndash; El Shaarawy &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCaccia &ndash; Chiesa &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEmre Yilmaz &ndash; Wijnaldum &ndash; 0 points\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Groupe C :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrice &ndash; Fabian Ruiz &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDanipitbull &ndash; Gilmour &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAnasbadr &ndash; Hegazi &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNicolas99fc &ndash; Garnacho &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStingrayjnr &ndash; Thiago Martins &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAlihanlion &ndash; Werner &ndash; 0 points\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Groupe D :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevi de Weerd &ndash; Teze &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHhezers &ndash; Tonali &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGugaferraz &ndash; Savinho &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPaulo Neto &ndash; Bremer &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNassada &ndash; Ginter &ndash; 0 points\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGuibarros10 &ndash; Choupo-Moting &ndash; 0 points\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour ne rien manquer des actualit&eacute;s d&rsquo;EA Sports FC 26, suivez F&ucirc;t with Apero sur Twitter ou Facebook !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle utilis&eacute;e dans le jeu FC 26 pour acheter des joueurs, des packs et d&#039;autres objets essentiels afin d&#039;am&eacute;liorer votre &eacute;quipe. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt; rapidement et en toute s&eacute;curit&eacute;, vous pouvez effectuer un top up sur des plateformes de trading fiables telles que LootBar, qui proposent des transactions faciles et s&eacute;curis&eacute;es. Gr&acirc;ce &agrave; ces services, les joueurs peuvent recharger leurs Cr&eacute;dits FC 26 directement sans attendre les gains en jeu, ce qui permet de progresser plus rapidement dans FC 26. Cette solution est id&eacute;ale pour ceux qui souhaitent renforcer leur &eacute;quipe sans d&eacute;lai.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;achat Cr&eacute;dit FC 26&lt;/a&gt; pour am&eacute;liorer votre exp&eacute;rience dans le jeu FC 26, il peut &ecirc;tre judicieux de passer par le site &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Cette plateforme sp&eacute;cialis&eacute;e dans le trading de devises et d&#039;objets de jeux vid&eacute;o offre une solution pratique et fiable pour les joueurs &agrave; la recherche d&#039;un service de recharge rapide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;un des principaux avantages de lootbar est la s&eacute;curit&eacute; des transactions : gr&acirc;ce &agrave; un syst&egrave;me de paiement avanc&eacute; et un protocole de cryptage performant, vos achats sont totalement s&eacute;curis&eacute;s. De plus, lootbar propose r&eacute;guli&egrave;rement des promotions avantageuses, permettant d&#039;&eacute;conomiser jusqu&#039;&agrave; 20% sur le prix des Cr&eacute;dits FC 26, et des bonus de 5% lors d&#039;&eacute;v&eacute;nements sp&eacute;ciaux. Cette politique tarifaire attractive rend l&#039;achat Cr&eacute;dit FC 26 beaucoup plus abordable pour tous les joueurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, lootbar.gg se distingue par son service client disponible 24h/24 et 7j/7, pr&ecirc;t &agrave; vous accompagner tout au long du processus d&#039;achat. La plateforme est &eacute;galement reconnue pour sa livraison rapide, assurant que vos Cr&eacute;dits FC 26 sont cr&eacute;dit&eacute;s sur votre compte en un temps record, afin que vous puissiez profiter au plus vite de toutes les fonctionnalit&eacute;s du jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Cr&eacute;dits FC 26 sur la plateforme de trading LootBar, suivez ces &eacute;tapes simples.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAcc&eacute;dez d&rsquo;abord &agrave; la page d&eacute;di&eacute;e &agrave; l&rsquo;achat de Cr&eacute;dits FC 26, o&ugrave; vous d&eacute;couvrirez &eacute;galement des options pour obtenir des joueurs ou des objets DC&Eacute; selon vos besoins.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez le montant de Cr&eacute;dits FC 26 &agrave; acheter, ou choisissez les packs souhait&eacute;s pour personnaliser votre exp&eacute;rience de jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntrez ensuite vos informations de compte ainsi que les codes de secours pour s&eacute;curiser la transaction et garantir la livraison rapide de vos cr&eacute;dits.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez le mode de paiement qui vous convient le mieux parmi les options propos&eacute;es, puis cliquez sur &laquo; Payer maintenant &raquo; pour finaliser la commande.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUne fois la transaction valid&eacute;e, vos Cr&eacute;dits FC 26 seront cr&eacute;dit&eacute;s rapidement sur votre compte. Vous recevrez une notification vous invitant &agrave; vous connecter &agrave; FC 26 afin de profiter imm&eacute;diatement de vos nouveaux cr&eacute;dits.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous vous demandez &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt;, il s&rsquo;agit de la monnaie virtuelle essentielle pour effectuer diff&eacute;rentes transactions et am&eacute;liorer votre &eacute;quipe dans le jeu FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(282, 431, '', 'Pok&eacute;mon TCG Pocket &ndash; Jubil&auml;ums-Missionen &amp; Booster', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e3109a718027616e9a8pGt636pE03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e3109a718027616e9a8pGt636pE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;960&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Pok&eacute;mon TCG Pocket wurde am 30. Oktober 2024 ver&ouml;ffentlicht und feiert somit sein einj&auml;hriges Bestehen. Zu diesem Anlass startete das Spiel die erste Welle spezieller Jubil&auml;ums-Missionen. Nun sind durch Datamining die Details der zweiten Missionsrunde bekannt geworden, bei der euch zahlreiche Booster-Packs winken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Zeitraum f&uuml;r diese Aktionen ist vom 22. November bis zum 17. Dezember 2025. W&auml;hrend dieser Zeit k&ouml;nnt ihr verschiedene Aufgaben erf&uuml;llen, um euch die Belohnungen zu sichern. Insgesamt sind 24 Booster-Packs im Spiel, die durch unterschiedliche Missionen freigeschaltet werden k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zu den Belohnungen geh&ouml;ren unter anderem:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEinmaliges Einloggen an einem Tag f&uuml;r ein Pikachu-Boosterset\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEinloggen an drei Tagen f&uuml;r Glurak\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;nf Tage f&uuml;r Mewtu\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSieben Tage f&uuml;r Mysteri&ouml;se Insel\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTeilnahme an einem Kampf mit Dialga\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDrei K&auml;mpfe mit Palkia\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;nf K&auml;mpfe mit Solgaleo\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSieben K&auml;mpfe mit Lunala\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZehn K&auml;mpfe f&uuml;r das Licht des Triumphs\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus gibt es weitere Aufgaben wie das Bearbeiten eines Decks, das Verpassen von Kartenh&uuml;llen oder einer Spielmatte, sowie spezielle Aktionen wie das Senden von &ldquo;Danke&ldquo;-Nachrichten beim Festival oder das Bearbeiten eines Decks im Evoli-Hain.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Missionen, die sich auf das Einloggen und K&auml;mpfen beziehen, erfordern etwas Geduld, w&auml;hrend die &uuml;brigen Aufgaben z&uuml;gig erledigt werden k&ouml;nnen. Die kostenlosen Booster-Packungen sind somit relativ leicht zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Aktuell (Stand 21. November) basieren diese Informationen auf Leak-Daten, die durch Datamining ver&ouml;ffentlicht wurden. Es besteht also eine gewisse Vorsicht, da sich noch zeigen muss, ob die Details korrekt sind. In der Vergangenheit waren Leak-Infos zu Pok&eacute;mon TCG Pocket meist zuverl&auml;ssig, und es ist nur noch eine Frage der Zeit, bis sich die Ger&uuml;chte best&auml;tigen oder widerlegt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viel Erfolg beim Sammeln &ndash; vielleicht zieht ihr ja eine Karte, die in eurer Sammlung fehlt. Wie lange seid ihr schon bei Pok&eacute;mon TCG Pocket dabei? Habt ihr euer eigenes Jubil&auml;um schon gefeiert?&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die Hauptw&auml;hrung im Pok&eacute;mon Trading Card Game Pocket und wird verwendet, um Gegenst&auml;nde zu kaufen, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wiederherzustellen.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Pok&eacute; Gold k&ouml;nnen Spieler ihre Sammlung erweitern und erhalten bessere Chancen auf seltene Karten, wodurch das Spielerlebnis deutlich verbessert wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold zu erhalten, kann man es bequem &uuml;ber Plattformen wie Lootbar.gg aufladen, die einen zuverl&auml;ssigen Service f&uuml;r den Kauf der W&auml;hrung bieten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler daran interessiert sind, Pok&eacute; Gold aufzuladen, sollten sie unbedingt die lootbar.gg Plattform in Betracht ziehen. Als eine der f&uuml;hrenden Handelsplattformen f&uuml;r digitale Spielew&auml;hrungen bietet lootbar.gg zahlreiche Vorteile, die das Spielerlebnis im Pokemon Trading Card Game Pocket deutlich verbessern k&ouml;nnen. Durch die einfache und sichere M&ouml;glichkeit, &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; zu k&ouml;nnen, wird das Freischalten neuer Karten und Features zum Kinderspiel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein besonderer Vorteil von &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; ist das ausgezeichnete Preis-Leistungs-Verh&auml;ltnis: Spieler profitieren von attraktiven Rabatten und besonders g&uuml;nstigen Angeboten, sodass sie beim Pok&eacute; Gold kaufen bares Geld sparen. Dar&uuml;ber hinaus garantiert lootbar.gg durch modernste Verschl&uuml;sselungstechnologien und einen zuverl&auml;ssigen Datenschutz maximale Sicherheit bei jeder Transaktion. Der rund um die Uhr verf&uuml;gbare Kundenservice sowie die extrem schnelle Lieferung machen lootbar.gg zur idealen Wahl, um Pok&eacute; Gold unkompliziert und sicher f&uuml;r das Pokemon TCG zu erwerben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold auf der Lootbar-Handelsplattform aufzuladen, starten Sie den Vorgang, indem Sie die Website lootbar.gg/de aufrufen. Dort w&auml;hlen Sie zun&auml;chst Ihre bevorzugte Sprache und W&auml;hrung aus, bevor Sie sich mit Ihrem pers&ouml;nlichen Konto anmelden. Anschlie&szlig;end navigieren Sie von der Startseite zur speziellen Seite f&uuml;r die Aufladung von Pok&eacute;mon Sammelkartenspiel Pocket. Hier k&ouml;nnen Sie den gew&uuml;nschten Betrag an Pok&eacute; Gold festlegen und die Option zum Sofort-Aufladen nutzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt geben Sie Ihre Kontoinformationen, Ihr Passwort sowie Ihren Charakternamen ein und folgen den weiteren Anweisungen auf der Seite. Sie w&auml;hlen schlie&szlig;lich die f&uuml;r Sie passende Zahlungsmethode aus und best&auml;tigen die Aktion mit einem Klick auf &bdquo;Sofort bezahlen&ldquo;. Nach erfolgreicher Zahlung wird Ihr Pok&eacute; Gold innerhalb kurzer Zeit Ihrem Konto gutgeschrieben, sodass Sie direkt im Pokemon TCG Pocket weiterspielen k&ouml;nnen. Mit diesen einfachen Schritten k&ouml;nnen Sie jederzeit Ihr Guthaben &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pokemon Sammelkartenspiel Pocket&lt;/a&gt; und von neuen M&ouml;glichkeiten im Spiel profitieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(283, 432, '', 'Mobile Legends Singapore: EVOS SG Wins MPL Title', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The debut season of the Mobile Legends Professional League in Singapore recently concluded with a historic victory for EVOS SG, who emerged as the first champions of the tournament.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following four intense weeks of regular matches, the playoff stage unfolded over the weekend, culminating in a riveting final on Sunday, May 9th. The initial days of the playoffs saw the elimination of Forsaken and Impunity SG, while subsequent matches knocked out Explorer, Almighty, and Notorious Villains. This left Kingsmen, RSG SG, and EVOS SG as the remaining contenders vying for the title.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The grand finals took place at The Gym esports training facility and were broadcast across various streaming platforms, attracting a wide audience. In a dominant performance, EVOS SG secured a perfect victory against RSG SG, capturing the inaugural MPL Singapore trophy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reacting to their triumph, EVOS SG manager Matthew Chan expressed his pride in the team&#039;s achievement:&lt;/p&gt;\n&lt;blockquote style=&quot;font-family:Arial;&quot;&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&quot;Winning the first MPL Singapore is truly special for us. We&#039;ve come a long way from our early days as new players to becoming a cohesive team. Regardless of changes, our unity and determination remain the same. This victory is for EVOS, for our boss Ivan, and for our loyal supporters both locally and abroad. Your encouragement fuels our passion, and we promise to bring more titles in the future.&quot;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263da6f5cb970493467adbMRxBIqg903&quot; height=&quot;666&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263da6f5cb970493467adbMRxBIqg903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;EVO&#039;s SG emerged victorious, claiming the coveted champions trophy along with a cash prize of S$30,000. The team also celebrated multiple MVP awards, including Ng &ldquo;Pokemon&rdquo; Jun Hong as the playoff MVP, Andrew &ldquo;Potato&rdquo; Lim for the regular season MVP, and Long &ldquo;Girl&rdquo; Shih Kiat as the best rookie of the tournament.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The triumph guarantees both EVO&#039;s SG and their finalists, RSG SG, spots in the upcoming Mobile Legends: Bang Bang Southeast Asia Cup (MSC 2021), scheduled to begin in June. This tournament will feature top teams from across the region competing for glory. Fans can look forward to seeing these two squads showcase their skills again at MSC 2021 and in the next MPL Singapore season.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang Diamond&lt;/a&gt; serves as the premium currency in the popular multiplayer game, enabling players to unlock new heroes, purchase exclusive skins, and enjoy various in-game advantages that elevate their overall experience. Players typically acquire Mobile Legends: Bang Bang Diamond by topping up through reputable game trading platforms such as Codashop, Unipin, or the official in-game store. These platforms provide safe and convenient options for players to quickly add Diamonds to their accounts and access special content. With Mobile Legends: Bang Bang Diamond, fans can personalize their gameplay and stay ahead with the latest updates and items.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Mobile Legends: Bang Bang&lt;/a&gt; Diamond, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for its reliable and user-friendly services. Lootbar.gg stands out as a trusted &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;mobile legends diamond shop&lt;/a&gt;, providing a secure environment for game transactions and offering &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up mlbb&lt;/a&gt; services with global accessibility. The platform supports a wide array of payment methods and maintains 24/7 online customer support, ensuring that players can resolve any issues or make purchases at any time, no matter where they are.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, lootbar offers competitive pricing and frequent discounts, allowing players to get more value when they top up Mobile Legends: Bang Bang. Regular promotions and tiered discounts make it possible for users to save money compared to other platforms. Overall, lootbar.gg delivers a professional, safe, and convenient experience for purchasing Mobile Legends Diamonds, making it an excellent choice for players who want a hassle-free top up mlbb experience and access to exclusive offers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Mobile Legends: Bang Bang on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/mobile-legends-bang-bang?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Mobile Legends: Bang Bang top up&lt;/a&gt; on the LootBar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency, and log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and select the game you wish to recharge, which in this case is Mobile Legends: Bang Bang.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the amount of Diamond you want to purchase and click on the &ldquo;Top-up Now&rdquo; button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your desired payment method from the available options and complete the payment process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce payment is confirmed, you will be prompted to enter your top-up account details, such as your login method, account ID, password, and server information.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunicate and coordinate with the seller to finalize the top-up and delivery.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter the transaction is complete, check your Mobile Legends: Bang Bang account in-game to ensure the Diamonds have been successfully credited.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; height=&quot;478&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f7419617641f13180116ROi4zGX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(284, 433, '', 'PlayerUnknown&#039;s Battlegrounds &mdash; лидер продаж Steam', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e56740faaa00a32464dACtJ40gd03&quot; height=&quot;429&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e56740faaa00a32464dACtJ40gd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;760&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;На протяжении восьмой недели подряд лидером продаж в цифровом магазине Steam остается шутер PlayerUnknown&#039;s Battlegrounds. По данным SteamSpy, число пользователей, приобретших эту игру, достигло примерно 2 173 074, а за последнюю неделю было продано около 128 835 копий.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;На втором месте по-прежнему находится приключенческий экшен Prey, удерживая свою позицию. Третья позиция остается за тактическим шутером Counter-Strike: Global Offensive, продолжающим радовать фанатов своей популярностью.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Четвертую строчку занимает динамичный шутер Doom, а на пятой расположился популярный экшен Dark Souls III.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Обновление рейтинга показало, что Grand Theft Auto V поднялся на шестую позицию, в то время как мультиплеерный шутер H1Z1: King of the Kill опустился на седьмое место.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Классический двухмерный платформер Dead Cells стартовал с восьмой строки, а стратегия Stellaris и её дополнение Utopia закрепились на девятой и десятой позициях соответственно.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Подводя итог продаж за прошедшую неделю (с 8 по 14 мая), топ-10 игр выглядит следующим образом:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPlayerUnknown&#039;s Battlegrounds\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPrey\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCounter-Strike: Global Offensive\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDoom\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDark Souls III\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGrand Theft Auto V\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nH1Z1: King of the Kill\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDead Cells\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStellaris\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStellaris: Utopia\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Что касается наиболее популярных игр по количеству активных игроков прямо сейчас, эти показатели постоянно обновляются и могут значительно отличаться в зависимости от времени суток и текущих событий в игровом сообществе.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e5ae8697726cd467a79PVp5bu5H03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e5ae8697726cd467a79PVp5bu5H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;695&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;За последние два дня наблюдается стабильный уровень активности пользователей, показывающий постоянное присутствие на платформе.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;График отражает количество одновременно активных участников в течение 48 часов, демонстрируя периоды пикового и минимального спроса.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Анализ данных позволяет определить наиболее загруженные часы, что способствует оптимизации работы сервиса.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Общее число активных пользователей остается на высоком уровне, подтверждая популярность ресурса среди аудитории.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e5ceacafffd0b5ee1eehQ145PQf03&quot; height=&quot;423&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e5ceacafffd0b5ee1eehQ145PQf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;700&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое PUBG Mobile и почему она так популярна?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; &mdash; это внутриигровая премиальная валюта, которую игроки используют для покупки эксклюзивных скинов, костюмов, эмоций и других декоративных предметов, чтобы выделяться на поле боя и настраивать внешний вид персонажа. Благодаря PUBG UC открывается доступ к уникальным возможностям кастомизации и специальным предложениям в магазине игры. Получить PUBG UC можно, пополнив баланс через популярные игровые торговые платформы, такие как Midasbuy, Codashop или официальные магазины Google Play и App Store. Это позволяет каждому игроку легко приобрести нужное количество валюты и сразу использовать её для улучшения своего игрового опыта.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит купить UC для PUBG Mobile на LootBar (лут бар)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы планируете &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение UC&lt;/a&gt; для PUBG, стоит обратить внимание на платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Этот сервис уже заслужил доверие многих игроков благодаря выгодным условиям и большому выбору игровых товаров.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Одним из основных преимуществ lootbar является привлекательная ценовая политика &mdash; пополнение UC здесь обойдётся дешевле, чем во многих других местах, а периодические скидки позволяют сэкономить ещё больше. Безопасность клиентов ставится на первое место: используются только проверенные платёжные системы, а защита данных и аккаунта гарантируется современными технологиями. Кроме того, начисление UC происходит максимально быстро &mdash; обычно это занимает всего несколько минут.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Платформа lootbar также обеспечивает круглосуточную поддержку пользователей, помогая оперативно решать любые вопросы. Помимо пополнения UC для PUBG, здесь можно приобрести валюту и для других популярных игр, что делает lootbar.gg универсальным решением для геймеров. Всё это делает процесс доната не только выгодным, но и максимально комфортным.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить UC для PUBG Mobile на LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить UC&lt;/a&gt; для PUBG через платформу lootbar, сначала посетите официальный сайт lootbar и настройте предпочитаемые язык и валюту для удобства использования. Далее перейдите в раздел, посвящённый пополнению, и выберите игру PUBG Mobile. После этого потребуется ввести ваш уникальный идентификатор игрока (UID) из PUBG, чтобы платформа могла корректно зачислить UC на ваш аккаунт.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Затем выберите желаемое количество UC, которые хотите приобрести, и нажмите на кнопку для перехода к оплате. На следующем этапе система предложит несколько способов оплаты &mdash; выберите наиболее подходящий для себя и завершите транзакцию. После подтверждения платежа UC будут автоматически зачислены на ваш аккаунт PUBG, и вы сможете сразу же использовать их в игре. Таким образом, купить UC на lootbar можно быстро, выгодно и безопасно.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; height=&quot;464&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(285, 434, '', 'ChatGPT Accuracy Issues &ndash; What Happened to Schlex?', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69264321e4a23c8d72c4dd416u0eB6bm03&quot; height=&quot;299&quot; src=&quot;https://c2c.fp.guinfra.com/file/69264321e4a23c8d72c4dd416u0eB6bm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;196&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;I&#039;m not located in a specific city at the moment. Originally, I hail from Germany, but now I reside in Minnesota with my family. I&rsquo;ve been trying to figure out how to effectively use ChatGPT; I gave it a shot once, but it kept providing inaccurate information, which was frustrating 😭.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Has anyone heard what happened to Schlex? His squeak guide, Bea guide, and his main account all seem to have disappeared 💀. He hasn&#039;t responded to messages in a while either. I&#039;d love to hear your thoughts! 😅💪&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Best wishes, Julian aka clix7 🎯🍷&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Brawl Stars Gems on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;brawl stars gems&lt;/a&gt;, they may want to consider using the lootbar game trading platform for a seamless and rewarding experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a global platform that provides not only professional and secure game transactions but also a range of services tailored for gamers, such as account and item trading alongside convenient in-game currency top ups. By choosing lootbar.gg, users benefit from 24/7 online customer support, a variety of payment options, and access to exclusive discounts specific to Brawl Stars Gems. These features make it an ideal choice for players who want to know &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;how to get gems faster in brawl stars&lt;/a&gt; while enjoying peace of mind during their purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg offers some of the most competitive prices in the market, with discount rates for Brawl Stars Gems top-ups reaching as high as 17.3%. This allows players to save a significant amount, especially when purchasing in larger quantities&mdash;buying 2000+200 Gems can save nearly $20, and purchasing multiple packs can lead to even greater savings. For those curious about &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;how to get infinite gems in brawl stars&lt;/a&gt; or maximize their in-game currency efficiently, lootbar.gg provides a reliable and cost-effective solution, making it easier than ever to enhance your gameplay experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Brawl Stars on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To begin the &lt;a href=&quot;https://lootbar.gg/top-up/brawl-stars?utm_source=rc-blog&quot; style=&quot;font-family:Arial;&quot;&gt;brawl stars gems top up&lt;/a&gt; process on the Lootbar trading platform, first access the official Lootbar website and select your preferred language and currency settings. After logging into your account, navigate to the top-up section and choose Brawl Stars from the available games list. Next, decide on the amount of Gems you wish to purchase and click on the &quot;Top-up Now&quot; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You will then be asked to select your game server and provide your Brawl Stars UID along with your Character Name for verification purposes. Once you have entered these details, confirm your selection and proceed to the payment page. Select your preferred payment method, complete the transaction, and your Brawl Stars Gems will be credited to your in-game account swiftly and securely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68647041aa80ca1167c70f81RasY7iDm03&quot; height=&quot;496&quot; src=&quot;https://c2c.fp.guinfra.com/file/68647041aa80ca1167c70f81RasY7iDm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(286, 435, '', 'Zenless Zone Zero &ndash; Neues Action-RPG von Hoyoverse', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hoyoverse hat in den letzten Jahren eine beeindruckende Auswahl an kostenlosen Spielen ver&ouml;ffentlicht und zeigt keine Anzeichen, damit aufzuh&ouml;ren. Aktuell steht die Ver&ouml;ffentlichung von Zenless Zone Zero auf der Agenda, einem Action-Rollenspiel, das erstmals 2022 beim Summer Game Fest angek&uuml;ndigt wurde. Obwohl zun&auml;chst Spekulationen aufkamen, es k&ouml;nne sich um einen Shooter handeln, entpuppt sich das Spiel als ein dystopisches Action-RPG mit Echtzeitk&auml;mpfen, einer offen erkundbaren Welt, kniffligen R&auml;tseln sowie Elementen aus Visual Novels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Rahmen der laufenden Closed Beta konnte ich mir einen ausf&uuml;hrlichen Eindruck verschaffen, den ich hier teilen m&ouml;chte. Die Welt von Zenless Zone Zero spielt in New Eridu, einer futuristischen Stadt, in der ihr die Rollen von Bella oder Wise &uuml;bernimmt &ndash; zwei sogenannte &quot;Proxy&quot;, also eine spezielle Art von Hackern. Eure Missionen f&uuml;hrt ihr in einem Videoladen durch, in dem ihr Auftr&auml;ge von Agenten erhaltet, die sich ins sogenannte &quot;Hollow&quot; wagen &ndash; ein gef&auml;hrliches, verseuchtes Gebiet. Wer sich zu lange dort aufh&auml;lt, l&auml;uft Gefahr, sich in eine unidentifizierbare Kreatur zu verwandeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Mittelpunkt der Handlung stehen neben den Hauptcharakteren das Trio Anby, Billy und Nicole, die einen gro&szlig;en Konzern ausrauben und gleichzeitig zu euren ersten Verb&uuml;ndeten werden. Zus&auml;tzliche Agenten k&ouml;nnen durch ein Gl&uuml;cksrad-System gewonnen werden, wobei sie f&uuml;r die Fortf&uuml;hrung der Story nicht zwingend notwendig sind. Das Gameplay vereint schnelle K&auml;mpfe, Erkundung, spannende R&auml;tsel und eine tiefgr&uuml;ndige Geschichte, die viel Potenzial f&uuml;r Fans von Cyberpunk-&Auml;sthetik und dystopischen Szenarien bietet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ccad74ecafcb8de63b7YrYyR0Q503&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ccad74ecafcb8de63b7YrYyR0Q503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;1  of  13&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263cced74ecafcb8de63fdR69s4j2l03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263cced74ecafcb8de63fdR69s4j2l03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der neuesten Closed Beta von Zenless Zone Zero erhalten wir spannende Einblicke in das kommende Action-Spiel. Das Kampfsystem erinnert stark an die Echtzeit-K&auml;mpfe von Honkai Impact 3rd, was eine willkommene Abwechslung zu Genshin Impact darstellt. Dieses Design sorgt f&uuml;r ein intensives Spielerlebnis, das sich deutlich dynamischer und actionreicher anf&uuml;hlt, anstatt nur auf Mobile-Gaming zu setzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend des Kampfes steuern die Figuren aktiv, sprinten, greifen an und weichen Angriffen aus, um die Zeit zu verlangsamen und maximale Sch&auml;den zu erzielen. Zus&auml;tzlich gibt es Spezial- und Ultimative Attacken, die strategisch eingesetzt werden k&ouml;nnen. Zwar gibt es nicht unendlich viele Kombinationsm&ouml;glichkeiten, doch das wechselnde Team-Management ist essenziell: Ihr k&ouml;nnt jederzeit andere Teammitglieder einwechseln, um taktische Vorteile zu nutzen. Bei optimaler Koordination winken Bonuspunkte, die sich nach einem gelungenen Zusammenspiel anf&uuml;hlen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besonders beeindruckend sind das authentische Kampff&uuml;hlen sowie das sp&uuml;rbare Gewicht jeder Bewegung und Waffe. Das Spiel kombiniert gekonnt verschiedene Elemente &ndash; von R&auml;tseln &uuml;ber Visual Novels bis hin zu Erkundung und Echtzeitk&auml;mpfen &ndash; und sorgt so f&uuml;r eine abwechslungsreiche Spielerfahrung. Im Video k&ouml;nnt ihr euch selbst einen Eindruck davon verschaffen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein offizielles Ver&ouml;ffentlichungsdatum f&uuml;r Zenless Zone Zero steht bislang noch aus. Bekannt ist jedoch, dass das Spiel zun&auml;chst kostenlos f&uuml;r PC, iOS und Android erscheinen wird, gefolgt von einer Version f&uuml;r Konsolen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die Premium-W&auml;hrung im Spiel Zenless Zone Zero und wird verwendet, um exklusive Charaktere, seltene Gegenst&auml;nde und spezielle Ressourcen zu erhalten, die f&uuml;r den Spielfortschritt entscheidend sind.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch Aufladen auf verschiedenen Handelsplattformen wie dem Lootbar Zenless Zone Zero Aufladezentrum erwerben, wodurch ein schneller und sicherer Zugang zur W&auml;hrung gew&auml;hrleistet wird.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Monochrome Film lassen sich besondere Agenten freischalten und wertvolle Upgrades im Spiel durchf&uuml;hren.\\&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dadurch wird das Spielerlebnis individuell gestaltet und die Chancen auf seltene Belohnungen steigen deutlich.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, kann es sich lohnen, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zzz top up&lt;/a&gt; in Betracht zu ziehen. Lootbar.gg hat sich als zuverl&auml;ssiger Partner f&uuml;r Gamer etabliert, die Wert auf einen sicheren und effizienten Weg legen, ihre Spielw&auml;hrung zu erwerben. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein wesentlicher Vorteil von lootbar.gg ist die Kombination aus attraktiven Preisen und hoher Sicherheit. Die Plattform bietet regelm&auml;&szlig;ig sehr wettbewerbsf&auml;hige Preise f&uuml;r das ZZZ Top Up, sodass Spieler mehr W&auml;hrung f&uuml;r ihr Geld erhalten. Modernste Sicherheitstechnologien sorgen daf&uuml;r, dass alle Transaktionen gesch&uuml;tzt ablaufen, und der Support steht rund um die Uhr bereit, um eventuelle Fragen oder Probleme schnell zu kl&auml;ren. Die schnelle Abwicklung der Bestellungen garantiert zudem, dass die Monochrome Film sofort im Spiel verf&uuml;gbar sind und das Spielerlebnis nicht unterbrochen wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus profitieren Nutzer bei lootbar.gg oft von exklusiven Aktionen, wie etwa doppelten Belohnungen beim erstmaligen Aufladen. Neben Zenless Zone Zero unterst&uuml;tzt lootbar.gg auch viele andere beliebte Games, was die Plattform besonders vielseitig macht. Wer also Wert auf Schnelligkeit, Sicherheit und zus&auml;tzliche Vorteile beim ZZZ Top Up legt, findet bei lootbar.gg eine &uuml;berzeugende L&ouml;sung.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Zenless Zone Zero Monochrome Film &uuml;ber die Plattform LootBar aufzuladen, beginnen Sie damit, die Website von LootBar zu besuchen und sich mit Ihrem Benutzerkonto anzumelden. Stellen Sie sicher, dass Sie die gew&uuml;nschte Sprache und W&auml;hrung eingestellt haben. Navigieren Sie anschlie&szlig;end zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt;. Dort geben Sie Ihre Zenless Zone Zero UID sowie die passende Serverregion ein, damit Ihre Aufladung dem richtigen Spielkonto zugeordnet werden kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt w&auml;hlen Sie die gew&uuml;nschte Menge an Monochrome Film aus und klicken auf &bdquo;Sofort aufladen&ldquo;. &Uuml;berpr&uuml;fen Sie sorgf&auml;ltig, ob die eingegebene UID korrekt ist und mit Ihrem ZZZ-Konto &uuml;bereinstimmt. W&auml;hlen Sie nun Ihre bevorzugte Zahlungsmethode aus der Liste und best&auml;tigen Sie die Zahlung mit einem Klick auf &bdquo;Sofort bezahlen&ldquo;. Nach erfolgreicher Transaktion werden die Monochrome Filme direkt Ihrem Spielkonto gutgeschrieben, sodass Sie Zenless Zone Zero ohne Verz&ouml;gerung genie&szlig;en k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(287, 436, '', 'Fortnite Chapter 7 &ndash; Zero Hour Event Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d46b36f48b622e9083fBoOsbeNi03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d46b36f48b622e9083fBoOsbeNi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fortnite is gearing up for an exciting new phase as Chapter 7 approaches rapidly. The transition signals a fresh beginning for players eager to explore new challenges and adventures. With the departure of the Chapter 6 island, the Fortnite community has been immersing itself in the Springfield-themed map during recent gameplay sessions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This current season serves as a brief interlude, and its duration is limited. To move forward and unlock the next chapter, players will need to participate in the highly anticipated Zero Hour live event. This guide provides essential details on the expected timing of this pivotal moment, helping fans prepare for the upcoming spectacle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d4d1ae4c7324afd9e71XTYTeBg903&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d4d1ae4c7324afd9e71XTYTeBg903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players should mark their calendars for November 29, as the Fortnite season is set to transition around this date. The in-game battle pass will cease to be accessible after 2:30 am ET, giving players a limited window to complete their challenges and maximize their XP gains in the current season. While Epic Games has yet to officially confirm, servers are likely to undergo maintenance or downtime around this period to facilitate the upcoming season&#039;s launch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike previous seasons that typically culminate in a grand live event, the current mini-season featuring The Simpsons will conclude with a special event called Zero Hour. This event is scheduled to occur shortly after Chapter 7 begins, signaling a major shift in the game&rsquo;s storyline. Epic Games has described Zero Hour as the ultimate showdown to preserve reality itself, heightening anticipation among players eager to see how the narrative unfolds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Zero Hour live event is slated for November 29 at 2 pm ET. Epic has indicated that the servers will open approximately 40 minutes prior, around 1:20 pm ET, allowing players to log in and prepare for the spectacle. The event will be hosted on a private creative island, ensuring a seamless experience for viewers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate in Zero Hour, players should navigate to the discovery tab and locate the Zero Hour experience. It is expected to appear prominently at the top or within the Epic section around 1:20 pm ET on the day of the event. Fans are encouraged to join early to ensure they don&rsquo;t miss this climactic moment in Fortnite&rsquo;s evolving storyline.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the primary in-game currency used by players to buy cosmetic items like outfits, emotes, gliders, pickaxes, and the Battle Pass, allowing for greater personalization and expression within the game. Players looking to obtain Fortnite V-Bucks can top up their balance through a variety of trusted game trading platforms, such as the Epic Games Store, Amazon, or third-party digital marketplaces. This virtual currency enhances the gaming experience by giving players access to exclusive items and seasonal content. By purchasing Fortnite V-Bucks, players can enjoy new looks and features without affecting their gameplay performance.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt; efficiently and securely, they may want to consider the lootbar game trading platform for their next top up. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out by providing a streamlined and professional experience, prioritizing the safety and interests of its users. With robust security measures in place, players can enjoy peace of mind knowing that their transactions are protected, allowing them to focus on enhancing their in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another notable advantage of using lootbar.gg is its global accessibility and support for over 60 popular games, including Fortnite. Whether you are a casual gamer or a dedicated player, the platform offers flexible payment options and a user-friendly interface, making it easy to buy Fortnite V-Bucks from anywhere in the world. Additionally, their 24/7 online customer service ensures that help is always available should you have any questions or concerns during the purchase process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg is known for offering competitive prices and frequent discounts, which can help players save money while getting more value from their purchases. The platform often features special promotions, and for Fortnite V-Bucks specifically, discounts can reach up to 19%. This makes lootbar.gg an attractive option for anyone seeking to buy Fortnite V-Bucks at a lower cost without compromising on security or convenience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks on the lootbar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, navigate to the official lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and then log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, on the homepage, look for Fortnite in the Top-Up section and click on it.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Player ID as instructed in the top-up guide to ensure your V-Bucks are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, choose the amount of Fortnite V-Bucks you wish to purchase and click on the Top-up Now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your favorite payment method and complete the transaction by clicking Pay Now.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the payment is successful, the V-Bucks will be credited to your Fortnite account within a few minutes, making it easy to top up Fortnite and jump back into the action quickly.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(288, 437, '', 'Skill-Based Matchmaking: Delta Force&rsquo;s Unique Approach', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d261640cc0703b78b4a7lDtuJVu03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d261640cc0703b78b4a7lDtuJVu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Skill-based matchmaking (SBMM) has long been a contentious topic among gamers, especially in popular first-person shooters. Since its introduction in the Call of Duty franchise, players have voiced persistent concerns, citing frustrations over uneven matchups and pressure to perform. Other titles such as Destiny 2 and Fortnite have also incorporated SBMM, further fueling debates about its impact on gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In a surprising development, the newly released Delta Force has taken a different approach. The game experienced an impressive launch, reaching over 118,000 players on Steam during its debut weekend. Despite its success, the developers have explicitly stated that SBMM will not be part of Delta Force&rsquo;s core matchmaking system.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Through a detailed statement on Reddit, the Delta Force team clarified their stance. They explained that instead of skill-based pools, they are grouping players into two categories: newcomers and veterans. This simple division aims to foster a more welcoming environment for new players while maintaining fair competition among experienced ones.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The developers emphasized their goal to protect the gaming experience for beginners, improve matchmaking efficiency, and avoid the high-pressure scenarios often associated with SBMM. They noted, &ldquo;we&rsquo;ve made a clear distinction between new and experienced players. All veterans are placed within a large, unified pool, and there&rsquo;s no aggressive SBMM ensuring a 50% win rate.&rdquo; This approach is intended to prevent top-tier players from dominating matches and to reduce the stress new players might feel when entering the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community reactions have been overwhelmingly positive, especially on the Delta Force subreddit. Many players expressed relief and enthusiasm, with one commenting that the game feels more enjoyable compared to recent Call of Duty releases, which they felt often oscillated between AI-controlled bots and matches against high-profile streamers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As Delta Force&rsquo;s decision garners praise, it remains to be seen whether other game developers will follow suit and reconsider the role of SBMM in future titles.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Delta Force and Delta Force Coins?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;delta force coins&lt;/a&gt; are the in-game currency in Delta Force, used for purchasing exclusive items, unlocking special content, and upgrading your gameplay experience. Players can obtain delta force coins by topping up through popular game trading platforms such as Codashop, SEAGM, and Midasbuy. With these coins, players can gain access to unique skins, powerful weapons, and other premium features that enhance their competitive edge in Delta Force. Collecting delta force coins allows for a more personalized and rewarding journey within the game&rsquo;s fast-paced multiplayer battles.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Delta Force Coins Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy delta force coins&lt;/a&gt; to enhance their experience in Delta Force, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. This platform stands out as a reliable place for game-related transactions, making the process of topping up Delta Force Coins simple and secure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of purchasing on lootbar.gg is the high level of professionalism and security it provides. The platform guarantees 100% secure transactions to ensure your personal and financial information is well protected. In addition, lootbar.gg offers a convenient user experience with multiple payment options and 24/7 customer support, so players around the world can access help whenever they need it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key benefit is the competitive pricing available on lootbar.gg. Players can enjoy regular discounts and special promotions, which makes it possible to buy Delta Force Coins at lower prices compared to many other sites. With its commitment to customer satisfaction and a wide range of supported games, lootbar.gg is a top choice for anyone looking to reliably and affordably top up their in-game currency.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Delta Force on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/delta-force?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up delta force&lt;/a&gt; coins on the lootbar trading platform, begin by visiting the official LootBar website and selecting your preferred language and currency. After logging into your account, navigate to the homepage and locate Delta Force within the Top-Up section. Enter your unique Player ID as prompted, ensuring that the information is accurate to avoid any issues during the transaction process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once your Player ID is confirmed, decide on the amount of Delta Force Coins you wish to purchase and click on the Top-up Now button. Next, select the payment method that suits you best and proceed with the transaction by clicking Pay Now. Upon successful payment, the Delta Force Coins will be credited to your game account, allowing you to enhance your in-game experience promptly.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(289, 438, '', 'Religious Leader Scam &ndash; How to Spot &amp; Avoid Fraud', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new type of scam targeting worshipers has emerged, involving imposters posing as religious leaders such as pastors, rabbis, priests, imams, or bishops. These fraudsters often reach out via email, but reports indicate that texts and phone calls are also being used to deceive victims.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The scam emails typically appear to come from familiar clergy members, sometimes using seemingly legitimate email addresses. However, careful examination reveals discrepancies, such as unusual email domains, mismatched service providers, generic greetings like &ldquo;hi&rdquo; instead of personalized names, and occasional spelling mistakes, including errors in the supposed sender&#039;s name.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The scammers request recipients to purchase popular gift cards&mdash;commonly iTunes, Google Play, or Amazon&mdash;and then provide the card numbers and PINs. This information allows them to immediately drain the loaded funds, after which both the scammer and the money disappear without a trace.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Victims who have fallen for such scams should act quickly by contacting the gift card companies involved to report the fraud. For example, Amazon can be reached at 1-888-280-4331, Google Play at 1-855-466-4438, and iTunes support is available via Apple at 1-800-275-2273. Additionally, reporting the scam to the FTC at ftc.gov/complaint can assist law enforcement in investigating and dismantling such schemes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other platforms like Steam and MoneyPak also accept reports. Steam users can report scams through their online portal, while MoneyPak scam reports can be made by calling 1-866-795-7969. Noticing these warning signs and acting swiftly can help prevent further victimization and aid authorities in fighting fraud.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What Can Apple iTunes Gift Card (US) Use For?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Apple iTunes Gift Card (US) is a versatile prepaid card that allows users to purchase a wide range of digital content and services from the US Apple ecosystem, including apps, games, music, movies, TV shows, books, and various subscriptions like Apple Music and iCloud+. You can even use the &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;itunes gift card us&lt;/a&gt; to buy physical products or accessories from Apple Retail Stores, apple.com, or the Apple Store app. Many gamers also use this card to conveniently top up their in-game currency for popular mobile games. Platforms such as SEAGM, OffGamers, and G2A make it easy to buy and top up these gift cards for instant access to your favorite Apple content.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Apple iTunes Gift Cards (US)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Apple iTunes Gift Card, they may want to consider the lootbar game trading platform for a seamless and reliable experience. One of the main advantages of using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; is its robust security infrastructure, which supports over 60 global payment methods such as PayPal and major credit cards, ensuring flexibility and convenience for users no matter where they are. The platform uses advanced encryption and a comprehensive anti-fraud system, so you can &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Apple iTunes Gift Card&lt;/a&gt; with full confidence, knowing your transactions are safe and your personal information is well-protected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another highlight of lootbar.gg is its efficient service and customer-centered support. After making a purchase, users benefit from instant digital delivery of their Apple iTunes Gift Card codes, eliminating long wait times and allowing for immediate access to their content. In addition, lootbar.gg offers attentive 24/7 customer support, ready to help with any queries or concerns, which ensures every user enjoys a smooth and hassle-free process from start to finish.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Apple iTunes Gift Card (US) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy apple gift card&lt;/a&gt; on the Lootbar trading platform, start by navigating to the official Lootbar.gg website and choose your preferred language and currency settings. After logging into your account, use the search function on the homepage to locate the iTunes Gift Card US. Review the available options and select the specific quantity and denomination of the gift card that fits your needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you have chosen the desired Apple iTunes Gift Card, proceed by clicking &quot;Buy Now&quot; and select your payment method from the available choices. Complete your purchase by clicking &#039;Pay Now&#039;. After the payment is successfully processed, the code for your Apple iTunes Gift Card will be delivered to you instantly, allowing you to redeem it right away.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; height=&quot;629&quot; src=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(290, 439, '', 'Amazon Gift Cards: Essential Features &amp; Benefits', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263cded3cf93e893c2c555gy6Swr6G03&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263cded3cf93e893c2c555gy6Swr6G03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The use of gift cards has seen a steady rise, driven by the increasing popularity of online shopping across various regions. Among these, Amazon gift cards stand out as some of the most sought-after options in the market. This is largely because they are an integral part of the Amazon ecosystem, serving as a convenient and seamless payment method for purchases on the platform.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, there are several key aspects of Amazon gift cards that are important to understand. Knowing these details can help you make the most of your gift card experience. From how they can be used to their limitations and benefits, this overview aims to clarify the essential features of Amazon gift cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Whether you&rsquo;re buying, gifting, or redeeming, being informed ensures you utilize these cards effectively and avoid common pitfalls. As the popularity of such cards continues to grow, understanding their unique characteristics becomes increasingly valuable for consumers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ce15204e3b433068b2ciVDmpXAC03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ce15204e3b433068b2ciVDmpXAC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;770&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Most gift cards, unlike credit or debit cards, do not have an expiration date. Amazon gift cards fall into this category, meaning their value remains intact from the moment they are issued. You can store and use the card anytime without worrying about it expiring.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, it&rsquo;s important to remain cautious of gift card scams, which can lead to the loss of your card&rsquo;s funds. Protecting your gift card information is essential to retain its full value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One reason Amazon gift cards are popular as gifts is their lack of an expiration date. This feature makes them suitable for recipients of all ages, giving them the freedom to redeem the card whenever they choose. They might wait until a special occasion or when the need arises, without feeling pressured to use it immediately.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Amazon allows you to personalize your gift cards, enabling you to customize the design and add a heartfelt message. This makes the card more meaningful, especially when given for birthdays, holidays, or other celebrations. Customizing your gift elevates it beyond a standard present, combining sentiment with the practical value of the card.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s worth noting that Amazon gift cards cannot be transferred to other people&rsquo;s accounts or used outside of Amazon&rsquo;s platform. The preloaded balance can only be spent on Amazon&rsquo;s website, making it a dedicated shopping tool. Unlike some prepaid or store-specific cards, the Amazon gift card&rsquo;s funds are non-transferable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Amazon gift cards are solely intended for shopping on Amazon. They are not valid for use on other stores such as the Steam Store or Google Play. Similarly, gift cards like Steam or Google Play are restricted to their respective platforms and cannot be used elsewhere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When purchasing an Amazon gift card, choose reputable vendors. Prestmit is a trusted marketplace offering a wide selection of Amazon gift cards in various currencies and denominations. They provide competitive prices and features such as a gift card rate calculator, secure transactions, multiple payment options, fast delivery, and excellent customer support, making your buying experience efficient and profitable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ce41ae4c7324afd9aa4bgpFPif203&quot; height=&quot;524&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ce41ae4c7324afd9aa4bgpFPif203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Acquiring an Amazon gift card through Prestmit is a straightforward process that can be completed in just a few steps. First, visit Prestmit&rsquo;s official website or download their user-friendly app available on both Google Play and the Apple App Store. Once there, create an account or log in if you already have one.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Navigate to the &ldquo;Gift Cards&rdquo; section and select &ldquo;Buy Gift Cards.&rdquo; From the list of available options, pick the Amazon gift card that suits your needs. Specify the desired amount and quantity of cards you wish to purchase. After entering these details, proceed by clicking &ldquo;Continue,&rdquo; and ensure you accept the terms and conditions before moving forward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choose your preferred payment method from the options provided. Upon completing the payment, your Amazon gift card will be sent directly to your email address immediately after confirmation. This quick delivery ensures you can use your gift card without delay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Redeeming your Amazon gift card is equally simple. Start by visiting the official Amazon website and signing into your account. Add your favorite items to your shopping cart and proceed to checkout. When ready, select &ldquo;Redeem a Gift Card&rdquo; as your payment option. Enter the 16-digit gift card number along with the 4-digit PIN, or simply input the e-code if available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Review your gift card balance to confirm the amount has been credited to your account, then click &ldquo;Apply to Your Balance.&rdquo; Complete your purchase by verifying your shipping details and placing your order. Your gift card balance will be used to cover the cost of your selected products.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s important to note that Amazon gift cards do not have an expiration date, allowing you to use them at any time as long as the balance remains. Keep in mind, these cards are exclusive to the Amazon platform and cannot be used on other online stores.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be cautious of common errors such as incorrect PIN entries, invalid card numbers, or attempting to redeem a used card. To avoid issues, double-check all details before confirming your redemption.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prestmit is recognized as a trusted platform, favored by over 700,000 users for purchasing various gift cards, including Amazon. Its reliability and efficiency make it a top choice for shoppers seeking convenience and security.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, Amazon gift cards offer a flexible way to shop on Amazon or gift loved ones. Understanding the purchase and redemption processes helps ensure a smooth experience. If you&#039;re planning to buy or send an Amazon gift card, Prestmit is highly recommended as your go-to platform.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Steam Wallet Code (BRL)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Wallet Code&lt;/a&gt; is a digital code that allows users to add funds to their Steam account, making it easy to purchase games, software, or other digital content on the Steam platform. You can conveniently top up your Steam Wallet Code through various game trading platforms such as OffGamers, G2A, or SEA Gamer Mall. Once redeemed, the balance can be used for buying new releases, downloadable content, or even in-game items from the extensive Steam library. This makes Steam Wallet Code a flexible option for both personal use and gifting to friends or family.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Steam Wallet Code?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Steam Wallet Code, they may want to consider the lootbar game trading platform for a seamless and secure experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out by offering a diverse selection of payment methods, making it easy for users worldwide to complete their purchases with confidence. Every transaction is protected by advanced security measures, ensuring your personal and financial information remains safe. The platform collaborates with major gaming partners and supports a wide range of games, which further enhances its reliability and trustworthiness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar.gg is its commitment to convenience and customer satisfaction. Players can enjoy instant delivery of their Steam Wallet Code, allowing them to access and enjoy their favorite Steam games without any delay. Additionally, lootbar.gg frequently offers exclusive deals, bundles, and reward bonuses, providing extra value for every purchase. With round-the-clock customer support always available, users can get prompt assistance with any questions or issues, making lootbar.gg a top choice for anyone seeking a smooth Steam Wallet recharge process.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Steam Wallet Code (BRL) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase a &lt;a href=&quot;https://lootbar.gg/gift-card/steam-wallet-code?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Steam Gift Card&lt;/a&gt; on the LootBar trading platform, follow these straightforward steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;/, select your desired language and currency, and log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the Gift Card section on the homepage and choose the Steam Gift Card option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, select the appropriate plan based on your platform, whether it&rsquo;s for console, PC, or all devices.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThen, click on the Top-Up Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, pick your preferred payment method, confirm the details, and click Pay Now to complete your transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With these easy steps, you&rsquo;ll receive your Steam Gift Card quickly and securely through LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; height=&quot;451&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b00f635f990854d0b2b51e1NTY4jxc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(291, 440, '', 'Castorice Honkai: Star Rail &ndash; Best Build &amp; Gameplay Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d52d303cce3a6c41e23jIeSaRo403&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d52d303cce3a6c41e23jIeSaRo403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Castorice is a character from Amphoreus featured in Honkai: Star Rail, distinguished by her unique connection to mortality. Her touch of death isolates her from physical contact, leading to a solitary childhood marked by the loss of her only friend.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite her lonely past, Castorice&rsquo;s presence in combat is formidable. She is supported by a fearsome dragon that amplifies her offensive capabilities, enabling her to inflict significant damage. The duo embodies themes of life and death, making her gameplay heavily reliant on her health points (HP). This core concept shapes the standard approach to her build in Honkai: Star Rail, emphasizing survivability and HP management to maximize her effectiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d55ef709393aaa67e12G62wwomY03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d55ef709393aaa67e12G62wwomY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d561640cc0703b78d45W0F54E4b03&quot; height=&quot;129&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d561640cc0703b78d45W0F54E4b03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d59c2c9a79a8f29f26a7JuWTkLA03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d59c2c9a79a8f29f26a7JuWTkLA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To optimize Castorice&rsquo;s performance in Honkai: Star Rail, equipping her with the Poet of Mourning Collapse set of relics proves most effective. This set&#039;s unique passive further reduces her speed, aligning with her naturally slow pace, while significantly boosting her critical hit rate by 32%, enhancing her damage output substantially.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike other damage dealers, Castorice&rsquo;s effectiveness isn&#039;t compromised by her slow speed thanks to her Netherwing relic, which grants her additional speed and stats. When Netherwing is unavailable, she can easily summon it back with her ultimate ability, independent of her current speed stat, ensuring consistent performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For planar ornaments, the Serene Demesne set from Bone Collection is recommended. This set not only increases her maximum HP but also amplifies her critical damage by 28%, synergizing well with her already high crit rate derived from relics. Prioritizing crit damage in ornaments maximizes her damage potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of stats, focus on maximizing her HP by assigning HP sub-stats on gear whenever possible. Since speed isn&#039;t crucial for her, replacing the main stat on her boots with HP is advisable. Similarly, on her planar sphere, HP can be prioritized over Quantum Damage, although crit damage generally offers a better boost to her overall output. For her body relic, favor crit damage over HP to further enhance her crit potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When selecting sub-stats, emphasize HP, crit rate, and crit damage to fully unlock her damage potential, ensuring she remains a formidable force on the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d5c5204e3b43306930egoaTmRLN03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d5c5204e3b43306930egoaTmRLN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When selecting the optimal light cone for Castorice in Honkai: Star Rail, options are somewhat limited, especially outside her signature item. Since her specific path, Path of Remembrance, was introduced only in version 3.0, her choices were initially restricted. The most recommended light cone to enhance her performance is &quot;Make Farewells More Beautiful,&quot; which significantly boosts her maximum HP by 30% and grants her and her Netherwing the ability to ignore 30% of enemy defenses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This light cone is particularly valuable because Netherwing often disappears during battle. If Castorice hasn&#039;t managed to gather enough energy to execute her ultimate before Netherwing vanishes, &quot;Make Farewells More Beautiful&quot; helps by slightly accelerating her action sequence, allowing her to cast her skill and ultimate more reliably.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the absence of her signature light cone, the Battle Pass item &quot;SWEAT Now, Cry Less&quot; can serve as a decent alternative. It increases Castorice&#039;s critical rate and damage, offering a general boost, though it still falls short of the power that &quot;Make Farewells More Beautiful&quot; provides.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other options like &quot;Victory in a Blink&quot; and &quot;Reminiscence&quot; are acceptable stand-ins but are best used temporarily until more suitable Path of Remembrance light cones become available or until Castorice is featured again in a rerun.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable in-game currency in Honkai Star Rail, primarily used to upgrade and enhance the abilities of Valkyries and Stigmata, helping players strengthen their teams and progress further in the game. Players looking for a quick way to obtain Oneiric Shards can utilize &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services available on official trading platforms, where they can purchase the shards directly using real money. This convenient method allows for faster skill improvement and access to exclusive content without waiting for in-game rewards. By topping up, players can enjoy a smoother gameplay experience and unlock more powerful character upgrades.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Oneiric Shards for Honkai Star Rail, they may want to consider using the lootbar game trading platform. Lootbar.gg stands out as a reliable &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up center&lt;/a&gt;, offering a seamless and secure experience for gamers who wish to enhance their Valkyries and Stigmata with ease. The platform supports a wide range of games, including Honkai Star Rail, and provides users with professional services designed specifically for game top up and item trading.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of lootbar.gg is its commitment to user convenience and security. Players can enjoy 24/7 online customer support, ensuring that any issues or questions are quickly addressed at any time. In addition, lootbar.gg accommodates various payment methods, making the process to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up star rail&lt;/a&gt; both flexible and hassle-free. The platform also frequently offers attractive discounts and promotions, allowing gamers to purchase Oneiric Shards at reduced prices and get more value for their money compared to other options.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To initiate a &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Star Rail top up&lt;/a&gt; for Oneiric Shards on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once on the site, select your preferred language and currency, then log in to your account. Navigate to the top-up section where you can browse the list of available games and choose Honkai: Star Rail. Next, decide on the quantity of Oneiric Shards or Express Supply Passes you wish to purchase and click the &ldquo;Top-up Now&rdquo; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the subsequent steps, you&rsquo;ll be asked to select your game server and provide your Star Rail UID along with your Character Name to ensure the purchased items are correctly delivered to your account. After confirming these details, click the Top-up button. You will then be presented with various payment methods; simply select your preferred option and complete the payment process. Upon successful transaction, the Oneiric Shards will be credited to your account, allowing you to enhance the abilities of your Valkyries and Stigmata in Honkai Star Rail.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(292, 441, '', 'Leerer Kompass Honkai &ndash; L&ouml;sung &amp; Fundort [Guide]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d6eef709393aaa67f46PJJshqFl03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d6eef709393aaa67f46PJJshqFl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Leerer Kompass in Honkai&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Spiel Honkai: Star Rail befindet sich das R&auml;tsel des leeren Kompasses in der versteckten Zone der schwebenden Festung des Zirkadianen Auges. Anders als bei herk&ouml;mmlichen Mechanismen gibt es hier keine Richtungspfeile oder Markierungen, die bei der Orientierung helfen. Stattdessen zeigt der Kompass nur den Startpunkt und das Ziel der Route an.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ohne Hinweise ist es &auml;u&szlig;erst schwierig, den L&ouml;sungsweg zu erkennen. Nach jeder Aktion weist der Pfadfinder darauf hin, dass das R&auml;tsel m&ouml;glicherweise mit den geheimnisvollen Nymphen und den n&auml;herinnen zusammenh&auml;ngt. In diesem Leitfaden erkl&auml;ren wir, wie Sie die Himmelsrichtungen aufdecken und das R&auml;tsel erfolgreich l&ouml;sen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Falls Sie sich fragen, wo sich der unsichtbare Westwind-Kompass in Honkai: Star Rail befindet, finden Sie ihn im verborgenen Bereich der Festung, der nur durch spezielle Hinweise zug&auml;nglich ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d7109a718027616e2bfwpuoAlew03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d7109a718027616e2bfwpuoAlew03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d73f5cb970493467747GUAu6IED03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d73f5cb970493467747GUAu6IED03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im zweiten Stock der schwebenden Festung befindet sich der leere Kompass der Westwinde. Um ihn zu aktivieren, m&uuml;ssen Sie zun&auml;chst den Ort der sogenannten &bdquo;Goldenen Font-Plattform&ldquo; aufsuchen, die als r&auml;umlicher Anker dient. Von dort aus sollten Sie den Pfad sorgf&auml;ltig erkunden und dabei regelm&auml;&szlig;ig die versteckten Wege von Janus nutzen, um voranzukommen. Diese geheimen Pfade erlauben es, die Richtung zu ver&auml;ndern und den Kompass zu manipulieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sobald Sie den Mechanismus des R&auml;tsels in Bewegung setzen, wird der Pfadfinder Hinweise geben, die auf die Funktionsweise des unsichtbaren Kompasses hinweisen. Es zeigt, dass in Honkai Star Rail die gleiche Grundmechanik wie bei der Prophezeiungsplatte zum Einsatz kommt &ndash; nur ohne die Zeichnung &bdquo;hr-hr?&ldquo;. Dieses R&auml;tsel geh&ouml;rt zur Kategorie der &bdquo;Bizzing Secrets&ldquo;, bei denen es darum geht, alle Nymphen der Sch&ouml;pfungsorte zu sammeln und von ihnen das &bdquo;Goldene Garn der Prophezeiung&ldquo; zu erhalten. Dieser Gegenstand befindet sich in einem Gebiet, in dem ein vollst&auml;ndiger Hinweis versteckt ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Falls Sie noch nicht bereit sind, die g&ouml;ttlichen K&auml;fer in der Himmlischen Polis zu suchen, k&ouml;nnen Sie auch eine Reihe von geheimen Schritt-f&uuml;r-Schritt-Aktionen durchf&uuml;hren. Diese helfen Ihnen, den Zugang zu den verborgenen Bereichen der Region zu erleichtern und eine gro&szlig;e Belohnung zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das R&auml;tsel des leeren Kompasses im Circadian Eye Floating Fortress zu l&ouml;sen, folgen Sie diesen Schritten: Zun&auml;chst scrollen Sie den urspr&uuml;nglichen Au&szlig;enring einmal nach links (Schritt a).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d76faa74eb32a675824Nojdv7pO03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d76faa74eb32a675824Nojdv7pO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Innenring erreichen&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den inneren Ring zu erreichen, dr&uuml;cken Sie zweimal die Taste &quot;W&quot;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d7898fbfca2da1a827dAzmZ3GEc03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d7898fbfca2da1a827dAzmZ3GEc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;R&auml;tsell&ouml;sung: Schatzsuche&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das R&auml;tsel zu l&ouml;sen, wechseln Sie die Seite insgesamt dreimal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Jeder Seitenwechsel erfolgt in Richtung links, wobei die Richtung &lt;strong style=&quot;font-family:Arial;&quot;&gt;(a)&lt;/strong&gt; beachtet wird.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Achten Sie darauf, die Richtungen genau einzuhalten, um das gew&uuml;nschte Ergebnis zu erzielen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d7b1ae4c7324afd9ff3okNQi3eA03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d7b1ae4c7324afd9ff3okNQi3eA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das R&auml;tsel um den leeren Kompass in Honkai Star Rail zu l&ouml;sen, ist es essenziell, den Weg zur Schatzkammer genau zu kennen. Beginnen Sie damit, alle Hinweise sorgf&auml;ltig zu sammeln, die Sie in der Umgebung finden. Notieren Sie sich dabei die markanten Landmarken und Orientierungspunkte, die Ihnen bei der Navigation helfen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nachdem Sie die Hinweise zusammengetragen haben, erstellen Sie eine klare Route, die Sie direkt zur Schatzkammer f&uuml;hrt. Achten Sie darauf, alle Zwischenstationen zu ber&uuml;cksichtigen, um keine wichtigen Hinweise zu &uuml;bersehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein vollst&auml;ndiger Pfad beinhaltet also die pr&auml;zise Abfolge der Orte, die Sie durchqueren m&uuml;ssen, um das R&auml;tsel erfolgreich zu l&ouml;sen. Folgen Sie diesem Weg Schritt f&uuml;r Schritt, um schlie&szlig;lich die Schatzkammer zu erreichen und das Geheimnis zu l&uuml;ften.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d7eb36f48b622e90bd8xNs7PTNA03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d7eb36f48b622e90bd8xNs7PTNA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d80c2c9a79a8f29f36cSQxBcxfO03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d80c2c9a79a8f29f36cSQxBcxfO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bei Problemen mit dem R&auml;tsel des leeren Kompasses im Honkai Star Rail empfiehlt es sich, das entsprechende L&ouml;sungsvideo anzusehen. Dieses bietet eine klare Schritt-f&uuml;r-Schritt-Anleitung zur &Uuml;berwindung der Herausforderung und hilft, das R&auml;tsel erfolgreich zu l&ouml;sen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Den Link zum Video finden Sie hier:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;https://wotpack.ru/wp-content/uploads/2025/05/kak-reshit-zagadku-pustogo-kompasa-zapadnogo-vetra.mp4&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Als Belohnung f&uuml;r das Meistern dieses R&auml;tsels winken Ihnen wertvolle Belohnungen, die Ihre Reise im Spiel weiter voranbringen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d82faa74eb32a6758deHC4fXHWH03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d82faa74eb32a6758deHC4fXHWH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d85470eb6e7486ce4dfOEr65btC03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d85470eb6e7486ce4dfOEr65btC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Luxus-Brust und Belohnungen&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Rundarena erwartet Sie eine elegante Luxus-Brust als Belohnung. Durch die Interaktion mit diesem Gegenstand erhalten Sie eine Bronzemedaille, die zur Kategorie &bdquo;buzzing secrets&ldquo; geh&ouml;rt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Neben dieser Belohnung k&ouml;nnen Sie in der Schatzkammer weitere wertvolle Gegenst&auml;nde entdecken, darunter eine Krone aus dem H&ouml;hlenrelikt-Set &bdquo;Rhapsode Singing Elegies&ldquo;. Zus&auml;tzlich gibt es ortsgebundene Odentafeln, die Ihre Sammlung bereichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Au&szlig;erdem stehen Ihnen noch andere Ressourcen zur Verf&uuml;gung, beispielsweise 30 Sternjade, 60 Himmlische Ambrosia und 300 Guthaben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine Premium-W&auml;hrung in HSR, mit der Spieler wichtige Ressourcen erwerben oder Stellar Jade umtauschen k&ouml;nnen, um neue Charaktere und Lichtkegel freizuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Spielfortschritt effizient zu beschleunigen und das volle Potenzial deiner Helden auszusch&ouml;pfen, ist ein &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; empfehlenswert.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese W&auml;hrung kannst du bequem auf verschiedenen Handelsplattformen wie Lootbar, Codashop oder weiteren spezialisierten Seiten durch einen sicheren Oneiric Shards top up erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So hast du immer gen&uuml;gend Traumsplitter, um bei besonderen Events und Warps in Honkai: Star Rail erfolgreich dabei zu sein.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler daran interessiert sind, Oneiric Shards f&uuml;r Honkai Star Rail aufzuladen, sollten sie die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Die &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; Funktion auf lootbar.gg bietet nicht nur eine schnelle und unkomplizierte M&ouml;glichkeit, Traumsplitter zu erwerben, sondern &uuml;berzeugt auch durch ihre Benutzerfreundlichkeit und hohe Zuverl&auml;ssigkeit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbar ist das attraktive Preis-Leistungs-Verh&auml;ltnis, das Spielern erm&ouml;glicht, beim Kauf von Oneiric Shards bares Geld zu sparen. Dar&uuml;ber hinaus profitieren Nutzer von sicheren Transaktionen durch moderne Verschl&uuml;sselungstechnologien, sodass pers&ouml;nliche Daten jederzeit gesch&uuml;tzt bleiben. Dank des rund um die Uhr verf&uuml;gbaren Kundensupports erhalten Spieler jederzeit Unterst&uuml;tzung, egal ob beim honkai star rail top up oder anderen Anliegen. Die z&uuml;gige Lieferung der gekauften Items sowie speziell zugeschnittene Top-Up-Bundles runden das Angebot der lootbar Plattform optimal ab und sorgen f&uuml;r ein sorgenfreies Spielerlebnis.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Oneiric Shards auf der Lootbar-Plattform f&uuml;r HSR zu erwerben, beginnen Sie zun&auml;chst damit, die offizielle Website von LootBar zu besuchen und sich mit Ihrem Konto anzumelden. Nach der Anmeldung navigieren Sie zur &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hsr top up&lt;/a&gt; Seite, wo Sie Ihre Spieler-UID sowie die entsprechende Serverregion eingeben. Anschlie&szlig;end w&auml;hlen Sie die gew&uuml;nschte Menge an Oneiric Shards aus und &uuml;berpr&uuml;fen, ob Ihr Ingame-Name (IGN) korrekt angezeigt wird, um Fehler zu vermeiden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt klicken Sie auf &bdquo;Sofort aufladen&ldquo; und w&auml;hlen eine f&uuml;r Sie passende Zahlungsmethode aus. Nachdem Sie die Zahlungsinformationen best&auml;tigt haben, schlie&szlig;en Sie den Vorgang durch einen Klick auf &bdquo;Sofort bezahlen&ldquo; ab. Die Zahlung wird in der Regel z&uuml;gig und sicher verarbeitet, sodass die Oneiric Shards innerhalb kurzer Zeit Ihrem HSR-Konto gutgeschrieben werden. So gelingt der hsr top up Prozess auf Lootbar einfach und bequem.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; height=&quot;557&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(293, 442, '', 'Harry Potter on Netflix: How to Watch Anywhere with VPN', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278fdc951afd5298a21d3axjre4wae03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278fdc951afd5298a21d3axjre4wae03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting news for Harry Potter fans: the magical series is available for streaming on Netflix! However, accessing the films depends heavily on your geographic location due to Netflix&#039;s regional content restrictions. Currently, viewers in the United States won&#039;t find Harry Potter in their Netflix library, but fans in Australia, Japan, and the UK can easily watch them.&lt;/p&gt;\n&lt;p&gt;If you&#039;re outside these regions, there&#039;s no need to despair. You can still enjoy the wizarding world from anywhere using a VPN&mdash;Virtual Private Network. A VPN encrypts all your internet traffic and routes it through a server in a country where Harry Potter is available. This process masks your real IP address and replaces it with one from the chosen country, making it appear as though you&#039;re browsing from there. As a result, Netflix perceives you as being in Australia, Japan, or the UK, unlocking access to the films.&lt;/p&gt;\n&lt;p&gt;To get started, pick a reliable VPN provider&mdash;NordVPN is highly recommended, though Surfshark and IPVanish also work well. Download and install the VPN app on your device, then clear your browser&rsquo;s cache and cookies to eliminate any previous location data. Launch the VPN app, connect to a server in one of the supported countries, and log into your Netflix account. Sometimes, you may need to try multiple servers to find one that successfully unlocks the Harry Potter content.&lt;/p&gt;\n&lt;p&gt;Once connected, navigate to Netflix and enjoy streaming the beloved films from anywhere in the world. If you encounter difficulties, customer support from your VPN provider can assist you in finding a working server.&lt;/p&gt;\n&lt;p&gt;For those interested, NordVPN offers a risk-free 30-day trial, allowing you to experience their service without restrictions. Sign up through their official site, and if you decide it&#039;s not the right fit, you can cancel within 30 days for a full refund. This makes it easy to indulge in Harry Potter adventures abroad or during travels without missing out.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix  Tested Nov 2025NordVPN stands out as our top recommendation for streaming Harry Potter movies globally. With a vast network of over 5,500 servers worldwide, including numerous options in Australia, the UK, and Japan, it ensures smooth access from virtually anywhere. Its robust encryption safeguards all web traffic, complemented by security features like an internet kill switch, DNS leak protection, and the innovative NordLynx protocol to bypass censorship. Users benefit from fast connection speeds and dependable customer support, with a single subscription supporting up to five devices simultaneously.&lt;/p&gt;\n&lt;p&gt;This VPN is compatible with many popular streaming services, enabling secure and unrestricted access to platforms like Netflix from any location.&lt;/p&gt;\n&lt;p&gt;Our rating: 5 out of 5&lt;/p&gt;\n&lt;p&gt;For a detailed overview, check out our comprehensive NordVPN review.&lt;/p&gt;\n&lt;p&gt;Currently, all Harry Potter films are available on Netflix in Australia, Japan, and the UK, including titles such as &lt;em&gt;The Philosopher&rsquo;s Stone&lt;/em&gt; (or &lt;em&gt;Sorcerer&rsquo;s Stone&lt;/em&gt; in the US), &lt;em&gt;Chamber of Secrets&lt;/em&gt;, &lt;em&gt;Prisoner of Azkaban&lt;/em&gt;, &lt;em&gt;Goblet of Fire&lt;/em&gt;, &lt;em&gt;Order of the Phoenix&lt;/em&gt;, &lt;em&gt;Half-Blood Prince&lt;/em&gt;, and both parts of &lt;em&gt;Deathly Hallows&lt;/em&gt;. Additionally, Australia and the UK have access to two of the three &lt;em&gt;Fantastic Beasts&lt;/em&gt; movies, while Japan offers all three.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to note that Netflix&rsquo;s library varies by region due to licensing agreements, which are periodically renewed or changed. For example, the Harry Potter series was recently removed from Turkey&rsquo;s Netflix but remains accessible in the UK.&lt;/p&gt;\n&lt;p&gt;Using a VPN allows you to bypass these restrictions, provided you&rsquo;re willing to do some research into where the movies are currently available in your country.&lt;/p&gt;\n&lt;p&gt;Different countries have different streaming services for Harry Potter. Here&rsquo;s a quick guide:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nUSA: All eight films are on Peacock, with the first movie available free of charge.\n&lt;/li&gt;\n&lt;li&gt;\nCanada: The complete series is on Crave, which offers a 7-day free trial; afterward, the subscription costs $9.99 CAD per month.\n&lt;/li&gt;\n&lt;li&gt;\nUK: The full Harry Potter collection, including the three &lt;em&gt;Fantastic Beasts&lt;/em&gt; films, is on Now TV for &pound;9.99/month, with a 7-day free trial.\n&lt;/li&gt;\n&lt;li&gt;\nAustralia: Fans can watch all eight movies on Binge for $10 AUD/month after a two-week free trial, or on Stan, which offers the same price and includes &lt;em&gt;The Crimes of Grindelwald&lt;/em&gt;.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Since Netflix no longer provides free trials, watching Harry Potter for free depends on other platforms offering trial periods or temporary access. For example, Australian viewers can stream the entire series on Binge or Stan and cancel before the trial ends; UK viewers can do the same with Now TV, while US fans might need to turn to Peacock.&lt;/p&gt;\n&lt;p&gt;While streaming Harry Potter movies via VPN on Netflix isn&rsquo;t illegal, it might breach Netflix&rsquo;s terms of service. VPNs are legal in most countries, provided they&rsquo;re used responsibly. Always verify local laws beforehand.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix, VPNs are essential for securing your online activity, especially on public Wi-Fi networks, preventing hackers from accessing your data. They also help hide your browsing from ISPs and government surveillance.&lt;/p&gt;\n&lt;p&gt;VPNs unlock access to numerous streaming platforms like Amazon Prime Video, Hulu, BBC iPlayer, and more. They&rsquo;re also useful for safely managing banking and financial transactions while abroad, making it seem as if you&rsquo;re browsing from your home country&mdash;avoiding fraud alerts and compliance issues.&lt;/p&gt;\n&lt;p&gt;See also: best VPNs for Netflix and streaming security tips.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service that enables viewers to bypass geographical restrictions on Netflix&#039;s content library, allowing access to shows and movies available only in specific regions. By routing your internet connection through servers in different countries, a Netflix VPN effectively masks your actual location, tricking the streaming platform into displaying content from your chosen virtual location. This technology has become increasingly popular among streaming enthusiasts who wish to explore Netflix&#039;s diverse international catalogs without physically traveling abroad.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re encountering &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; issues when trying to access region-restricted content, consider switching to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for a seamless solution. Its advantages include:  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix, eliminating buffering and enabling HD streaming without interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously across all major platforms, ensuring access on any screen.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode that unlocks multi-region libraries simultaneously, expanding your content choices.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with unlimited bandwidth for smooth streaming and downloads.\n&lt;/li&gt;\n&lt;li&gt;\nTop-level &quot;ShellGuard&quot; security protocol with military-grade encryption to protect your data.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial to experience all premium features risk-free before committing. SafeShell VPN overcomes typical VPN blocks while delivering unparalleled performance and privacy.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To access international Netflix libraries via &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow this streamlined process:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nStart by subscribing to SafeShell VPN through their official website, selecting a suitable plan for your needs.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application tailored for your device&rsquo;s operating system.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the VPN app, log into your account, and opt for the recommended APP mode to optimize Netflix streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a server location matching your desired Netflix region (e.g., US, UK, or Japan) and establish a secure connection.\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix, sign in to your account, and enjoy unrestricted access to region-specific content.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(294, 443, '', 'Smurfing Valorant : nouvelle authentification mobile', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Lutte contre le smurfing&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une avanc&eacute;e majeure pour la communaut&eacute; Valorant : Riot Games a r&eacute;cemment annonc&eacute; la mise en place d&#039;une nouvelle mesure visant &agrave; lutter contre le smurfing, un ph&eacute;nom&egrave;ne de plus en plus d&eacute;nonc&eacute; par les joueurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;sormais, certains comptes devront obligatoirement activer une authentification multi-facteurs (AMF) via l&rsquo;application Riot Mobile pour pouvoir continuer &agrave; jouer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette fonctionnalit&eacute; sera d&rsquo;abord d&eacute;ploy&eacute;e en version b&ecirc;ta dans plusieurs r&eacute;gions, notamment en Am&eacute;rique du Nord, en Am&eacute;rique latine, au Br&eacute;sil et en Cor&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&Agrave; partir du patch 11.09, l&rsquo;AMF deviendra obligatoire pour les comptes identifi&eacute;s comme &eacute;tant partag&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensuite, avec le patch 11.10, les joueurs &eacute;voluant en rang &eacute;lev&eacute; (Ascendant, Immortel et Radiant) devront &eacute;galement activer l&rsquo;authentification mobile.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&rsquo;ici 2026, cette obligation sera &eacute;tendue &agrave; l&rsquo;Europe et &agrave; la r&eacute;gion Asie-Pacifique.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le smurfing et le boosting, qui d&eacute;s&eacute;quilibrent le jeu comp&eacute;titif, deviennent des enjeux cruciaux pour Riot.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce type de triche, qui consiste &agrave; jouer avec des comptes secondaires ou achet&eacute;s, g&eacute;n&egrave;re frustration et d&eacute;sillusion chez les joueurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En renfor&ccedil;ant la v&eacute;rification des comptes, notamment en r&eacute;duisant leur partage et leur achat, Riot esp&egrave;re mieux rep&eacute;rer les tricheurs et limiter l&rsquo;impact du boosting.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour ceux dont le compte est concern&eacute;, il sera n&eacute;cessaire d&rsquo;installer Riot Mobile et de r&eacute;aliser une v&eacute;rification unique pour associer le compte &agrave; leur appareil.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois cette &eacute;tape compl&eacute;t&eacute;e, l&rsquo;AMF assurera la protection des donn&eacute;es personnelles et garantira une utilisation plus s&ucirc;re des comptes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par ailleurs, Riot introduira &eacute;galement un nouvel outil de signalement dans le jeu d&egrave;s le patch 11.08, destin&eacute; &agrave; rep&eacute;rer les manipulations de rangs suspectes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si ces mesures ne r&eacute;soudront pas tous les probl&egrave;mes imm&eacute;diatement, elles repr&eacute;sentent une &eacute;tape importante dans la lutte contre le smurfing.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De nombreux joueurs avaient perdu l&rsquo;envie de jouer &agrave; cause de ces pratiques, et voir Riot agir concr&egrave;tement est une excellente nouvelle pour la sc&egrave;ne comp&eacute;titive ainsi que pour le plaisir de jouer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f7d1712c663010792a9q1WQrRAz03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f7d1712c663010792a9q1WQrRAz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nouveaut&eacute; et partenariat Valorant&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le championnat Valorant Game Changers 2025 s&#039;appr&ecirc;te &agrave; marquer une &eacute;tape importante en adoptant une nouveaut&eacute; majeure dans sa d&eacute;marche. En effet, Riot Games a instaur&eacute; une r&egrave;gle d&#039;authentification mobile obligatoire pour tous les joueurs afin de lutter contre le smurfing, une pratique qui fausse la comp&eacute;tition en permettant &agrave; de nouveaux comptes d&#039;&ecirc;tre contr&ocirc;l&eacute;s par des joueurs exp&eacute;riment&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette initiative vise &agrave; garantir une exp&eacute;rience de jeu plus &eacute;quitable et authentique, renfor&ccedil;ant ainsi la cr&eacute;dibilit&eacute; du tournoi. La s&eacute;curit&eacute; et l&#039;int&eacute;grit&eacute; restent au c&oelig;ur des pr&eacute;occupations de Riot Games, qui souhaite offrir un environnement comp&eacute;titif plus transparent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Par ailleurs, la sc&egrave;ne musicale continue de s&#039;impliquer dans l&#039;univers de Valorant, avec la signature de Katseye pour l&#039;hymne officiel du championnat 2025, en collaboration avec la c&eacute;l&egrave;bre artiste M.I.A. Leur morceau &quot;Go Off&quot; promet d&#039;apporter une &eacute;nergie explosive &agrave; cet &eacute;v&eacute;nement tant attendu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f837b2261ce5183ff9csmsmtZ9e03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f837b2261ce5183ff9csmsmtZ9e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nouveaut&eacute;s Valorant et eSport&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une nouvelle aventure en vue pour les amateurs de jeux de tir &agrave; la premi&egrave;re personne. Riot Games pourrait bient&ocirc;t lancer un tout nouveau FPS situ&eacute; dans l&rsquo;univers de Valorant, suscitant l&rsquo;enthousiasme et la curiosit&eacute; des fans. Selon certaines rumeurs, cette r&eacute;v&eacute;lation pourrait intervenir dans un avenir proche, promettant d&rsquo;&eacute;largir encore davantage l&rsquo;univers d&eacute;j&agrave; riche du jeu. Restez &agrave; l&rsquo;&eacute;coute pour ne pas manquer cette &eacute;ventuelle annonce qui pourrait bouleverser le paysage des jeux comp&eacute;titifs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f86434a01fa6edc23aaVoiiBrlh03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f86434a01fa6edc23aaVoiiBrlh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le joueur Saadhak a r&eacute;cemment quitt&eacute; l&#039;&eacute;quipe Karmine Corp, suscitant de nombreuses interrogations parmi la communaut&eacute;. Certains s&#039;interrogent d&eacute;j&agrave; sur un &eacute;ventuel retour au sein de Kr&uuml; Esports, son ancien club. Cette d&eacute;cision, annonc&eacute;e il y a un mois, a fait grand bruit dans le milieu de l&rsquo;eSport, en particulier pour les fans de Valorant. La sc&egrave;ne comp&eacute;titive pourrait voir un changement notable si un retour se concr&eacute;tise, laissant planer le suspense quant &agrave; ses prochaines &eacute;tapes professionnelles.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points&lt;/a&gt; sont la principale monnaie virtuelle utilis&eacute;e dans le jeu Valorant pour acheter des skins d&rsquo;armes, des accessoires et le Battle Pass, permettant ainsi de personnaliser l&rsquo;exp&eacute;rience de jeu.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir des Valorant points, il faut les acheter avec de l&rsquo;argent r&eacute;el, et cela peut se faire directement dans le client du jeu ou via des plateformes de trading reconnues comme LootBar, qui proposent la recharge et des offres int&eacute;ressantes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gr&acirc;ce &agrave; ces points, les joueurs peuvent acc&eacute;der &agrave; du contenu exclusif et am&eacute;liorer leur collection d&rsquo;objets cosm&eacute;tiques dans Valorant.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger vos Valorant Points, il peut &ecirc;tre judicieux de vous tourner vers la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. Cette solution en ligne se distingue par sa simplicit&eacute; d&rsquo;utilisation et sa fiabilit&eacute;, permettant aux joueurs d&rsquo;obtenir rapidement et facilement des &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt; pour enrichir leur exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux avantages de lootbar.gg r&eacute;side dans ses offres promotionnelles attractives : il est possible de profiter r&eacute;guli&egrave;rement de r&eacute;ductions allant jusqu&rsquo;&agrave; 20%, ce qui permet d&rsquo;&eacute;conomiser sur chaque achat de points. En plus de cela, la s&eacute;curit&eacute; est une priorit&eacute; absolue, avec un syst&egrave;me de paiement prot&eacute;g&eacute; par un cryptage avanc&eacute;, garantissant la confidentialit&eacute; de vos informations et la l&eacute;galit&eacute; de chaque transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, le service client r&eacute;actif et disponible 24/7 sur lootbar assure une assistance continue pour r&eacute;pondre &agrave; toutes vos questions ou r&eacute;soudre d&rsquo;&eacute;ventuels probl&egrave;mes lors de vos achats. La rapidit&eacute; de livraison, g&eacute;n&eacute;ralement en moins de trois minutes, vous permet de profiter imm&eacute;diatement de vos nouveaux Valorant Points sans attente. Pour ceux qui cherchent une solution fiable et &eacute;conomique pour obtenir des Valorant point pas cher, lootbar.gg s&rsquo;impose comme une r&eacute;f&eacute;rence incontournable.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour commencer &agrave; recharger Valorant Points sur la plateforme lootbar, acc&eacute;dez d&rsquo;abord &agrave; la page d&eacute;di&eacute;e &agrave; l&rsquo;achat de cette monnaie virtuelle. Choisissez la quantit&eacute; de Valorant Points que vous souhaitez obtenir, puis renseignez les informations de connexion associ&eacute;es &agrave; votre compte Riot Games afin de garantir que les points soient cr&eacute;dit&eacute;s au bon profil.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensuite, s&eacute;lectionnez votre m&eacute;thode de paiement pr&eacute;f&eacute;r&eacute;e parmi celles propos&eacute;es et confirmez la transaction en cliquant sur l&rsquo;option de paiement. Apr&egrave;s avoir valid&eacute; l&rsquo;achat, le service proc&egrave;de &agrave; la &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt;, et vos points devraient appara&icirc;tre sur votre compte en quelques minutes. Une fois la transaction finalis&eacute;e et la notification re&ccedil;ue, vous pouvez ouvrir le jeu Valorant et profiter imm&eacute;diatement de vos nouveaux points.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(295, 444, '', 'Privacy Concerns of Age Checks &ndash; UK Online Regulations', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e6d266bbebe874b8e04phiiH8ak03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e6d266bbebe874b8e04phiiH8ak03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Privacy Concerns of Age Checks&lt;/h3&gt;\n&lt;p&gt;Implementing mandatory age checks has recently become a reality across the UK, sparking widespread debate.&lt;/p&gt;\n&lt;p&gt;While the primary concern revolves around the invasion of individuals&#039; privacy, critics warn that the repercussions extend beyond just personal data security.&lt;/p&gt;\n&lt;p&gt;Digital rights specialists highlight that such measures could lead to broader issues, potentially creating a host of unforeseen challenges for users and privacy advocates alike.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68d08bc7a1290afa450bfb0fUkc9EOWq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68d08bc7a1290afa450bfb0fUkc9EOWq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the United Kingdom, recent regulations now mandate that users must verify their age before accessing a wide array of online content, sparking widespread debate over privacy and security concerns.&lt;/p&gt;\n&lt;p&gt;The current age verification systems require individuals to submit highly personal information&mdash;such as facial scans, credit card details, or government-issued IDs&mdash;raising alarm among privacy advocates.&lt;/p&gt;\n&lt;p&gt;Robin Wilton of the Internet Society criticizes these measures, noting that they compel users of all ages to disclose more data than necessary without clear assurances that such information remains protected or is used solely for age verification purposes.&lt;/p&gt;\n&lt;p&gt;He points out that there are alternative methods to confirm age that are less invasive, yet the UK government appears to have opted for the most readily available options, which often involve sensitive data collection.&lt;/p&gt;\n&lt;p&gt;This approach affects not only adults seeking adult content but also minors attempting to access age-restricted video games, dating services, or even participate in discussions on platforms like Reddit, Twitter (now X), or Bluesky.&lt;/p&gt;\n&lt;p&gt;Industry experts, including Yegor Sak, CEO of Windscribe VPN, argue that the implementation of these checks may do more harm than good, primarily because of the privacy tradeoffs involved.&lt;/p&gt;\n&lt;p&gt;Sak emphasizes that requiring millions of users to hand over personal data creates significant risks of leaks, misuse, and abuse, potentially leading to identity theft, blackmail, and scams.&lt;/p&gt;\n&lt;p&gt;Despite the intentions of the UK&rsquo;s Online Safety Act&mdash;a comprehensive, 300-page legislation aimed at protecting users&mdash;many believe that the enforcement of age checks could inadvertently undermine overall safety by exposing vast amounts of personal data to cyber threats.&lt;/p&gt;\n&lt;p&gt;Jack Buckley of ExpressVPN warns that the sheer volume of collected data enlarges the attack surface for hackers; recent incidents like the Tea app breach, which exposed 72,000 images and private messages, exemplify the dangers.&lt;/p&gt;\n&lt;p&gt;Such breaches could be magnified on a national scale if service providers in the UK handle similar or larger datasets, raising fears of long-term privacy erosion.&lt;/p&gt;\n&lt;p&gt;Kate Ruane from the Center for Democracy and Technology notes that as more countries adopt strict age verification laws, incidents of data breaches are likely to become more commonplace, further jeopardizing user security.&lt;/p&gt;\n&lt;p&gt;Beyond privacy issues, there are growing concerns about free speech and access to information. The new regulations require platforms to police harmful content, including topics like self-harm, suicide, eating disorders, and extreme violence.&lt;/p&gt;\n&lt;p&gt;However, Buckley warns that vague definitions of harmful material may lead to overreach, resulting in the censorship of legitimate discussions and the suppression of important conversations.&lt;/p&gt;\n&lt;p&gt;Social media and dating platforms, which generate continuous streams of user content, face particular challenges in distinguishing harmful from constructive content, risking the suppression of valuable speech under ambiguous rules.&lt;/p&gt;\n&lt;p&gt;The implications extend further, as some people fear that these verification measures could stifle activism, restrict access to news, or hinder political discourse&mdash;potentially transforming online spaces into monitored, censored environments.&lt;/p&gt;\n&lt;p&gt;In response to these intrusive verification demands, many UK residents are seeking alternative methods to bypass the restrictions.&lt;/p&gt;\n&lt;p&gt;Gamers, for example, have used creative workarounds like engaging the photo mode in games to avoid age checks on platforms like Discord and Reddit.&lt;/p&gt;\n&lt;p&gt;Additionally, VPN services such as Proton VPN have reported a surge in new sign-ups&mdash;over 1,400% in a single day&mdash;highlighting how users are actively seeking ways to protect their privacy and continue accessing their preferred content without surrendering sensitive information.&lt;/p&gt;\n&lt;p&gt;This wave of resistance underscores the ongoing tension between ensuring online safety and safeguarding individual privacy rights in an increasingly regulated digital landscape.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e711dd311b52872d0f6z96xFCqH03&quot; height=&quot;445&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e711dd311b52872d0f6z96xFCqH03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN Scrutiny and Privacy Issues&lt;/h3&gt;\n&lt;p&gt;Concerns are mounting over the increasing use of virtual private networks (VPNs) in the UK, with authorities now scrutinizing these tools more closely.&lt;/p&gt;\n&lt;p&gt;Despite these concerns, UK Science Secretary Peter Kyle has explicitly stated that there are no intentions to prohibit VPN services.&lt;/p&gt;\n&lt;p&gt;However, he did mention that the government would monitor VPN usage carefully to understand their impact better.&lt;/p&gt;\n&lt;p&gt;Meanwhile, privacy advocates warn that the push for stricter age verification measures online might inadvertently encourage the proliferation of fake identification documents.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e741dd311b52872d10cT5yGtja103&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e741dd311b52872d10cT5yGtja103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Online Age Checks and Privacy&lt;/h3&gt;\n&lt;p&gt;Privacy specialists contest the efficacy of online age checks&lt;/p&gt;\n&lt;p&gt;arguing they introduce significant risks to user data security&lt;/p&gt;\n&lt;p&gt;and represent a flawed approach to child protection&lt;/p&gt;\n&lt;p&gt;Experts advocate for empowering parents directly&lt;/p&gt;\n&lt;p&gt;through comprehensive device-level content controls&lt;/p&gt;\n&lt;p&gt;as a superior, privacy-preserving alternative&lt;/p&gt;\n&lt;p&gt;Digital education also ranks higher than verification mandates&lt;/p&gt;\n&lt;p&gt;Critical implementation flaws plague current UK proposals&lt;/p&gt;\n&lt;p&gt;The government fails to establish a privacy-first framework&lt;/p&gt;\n&lt;p&gt;despite existing methods that avoid exchanging PII&lt;/p&gt;\n&lt;p&gt;This oversight creates unnecessary vulnerability&lt;/p&gt;\n&lt;p&gt;The persistence of such systems seems inevitable&lt;/p&gt;\n&lt;p&gt;with potential global expansion looming&lt;/p&gt;\n&lt;p&gt;The challenge lies in developing balanced solutions&lt;/p&gt;\n&lt;p&gt;that safeguard minors without compromising privacy&lt;/p&gt;\n&lt;p&gt;VPN providers caution against over-reliance on their services&lt;/p&gt;\n&lt;p&gt;noting they cannot guarantee anonymity&lt;/p&gt;\n&lt;p&gt;nor solve fundamental privacy flaws in verification laws&lt;/p&gt;\n&lt;p&gt;Apple&#039;s recent child safety enhancements demonstrate alternative paths&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to overcome government censorship or workplace restrictions while ensuring their browsing remains private and anonymous. Porn unblocked refers to accessing adult websites that are otherwise restricted in a user&#039;s geographic location or network environment. Using a VPN allows individuals to bypass these blocks and securely unblock porn content unavailable locally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, SafeShell VPN offers a comprehensive solution that prioritizes both privacy and performance. With its robust encryption technology, SafeShell VPN creates a secure tunnel for your internet traffic, ensuring that your online activities remain completely anonymous and protected from surveillance. This service is specifically designed to help users &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might be restricted in their geographical location, providing unrestricted access to adult content while maintaining complete confidentiality.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN distinguishes itself through several key benefits that make it ideal for accessing sensitive content. Its impressive network of global servers allows users to bypass regional restrictions effortlessly, connecting to locations where desired content is freely available. What truly sets SafeShell VPN apart is its exceptional speed capabilities, ensuring that streaming high-definition adult content remains smooth and buffer-free, unlike many competing VPNs that significantly reduce connection speeds. The exclusive ShellGuard protocol provides an additional layer of security that makes your VPN usage virtually undetectable, perfect for situations where discretion is essential.&lt;/p&gt;\n&lt;p&gt;Beyond just helping to unblock porn sites, SafeShell VPN offers practical advantages for everyday use. The innovative App Mode feature allows users to access content from multiple regions simultaneously without constantly switching servers, providing unprecedented flexibility. With support for up to five devices on a single subscription across major platforms including Windows, macOS, iOS, Android, and smart TVs, SafeShell VPN ensures comprehensive protection across all your devices. This combination of security, speed, and versatility makes SafeShell VPN the preferred choice for users seeking private and unrestricted access to adult content online.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by installing the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; application on your device from their official website or app store \n&lt;/li&gt;\n&lt;li&gt;\nCreate and activate your SafeShell VPN account through their subscription portal\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and enable its specialized App Mode to optimize streaming performance\n&lt;/li&gt;\n&lt;li&gt;\nSelect a server location matching your desired regional porn content access (e.g., Japanese or European servers)\n&lt;/li&gt;\n&lt;li&gt;\nConnect through SafeShell VPN to establish a secure tunnel with encrypted traffic\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to any adult website to stream region-locked porn content anonymously\n&lt;/li&gt;\n&lt;li&gt;\nMaintain continuous privacy protection via SafeShell VPN&#039;s security protocols while browsing\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Always disconnect SafeShell VPN when ending your session to conserve bandwidth&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(296, 445, '', 'Megaplex Strategy: Blockbusters vs Counterprogramming', '&lt;p&gt;The initial strategy behind constructing megaplexes and implementing aggressive marketing campaigns aimed to diversify film offerings, mirroring cable TV&#039;s variety of choices tailored to any audience. However, blockbuster films often dominate the box office to such an extent that they overshadow other releases. Observers clinging to outdated ideas of &quot;spillover&quot; crowds should examine how alternative films perform when major franchises like &quot;Harry Potter&quot; debut.&lt;/p&gt;\n&lt;p&gt;While overall ticket sales are trending upward, the effectiveness of counterprogramming, especially during the bustling summer season, remains questionable. Recent efforts such as &quot;I Dreamed of Africa,&quot; &quot;The Love Letter,&quot; and &quot;Shanghai Noon&quot; have struggled, hindered by attempts to provide viewers with alternative options that fail to catch on.&lt;/p&gt;\n&lt;p&gt;This context makes Universal&#039;s &quot;About a Boy&quot; particularly intriguing as a summer release. The film was previewed by U executives at Showest on March 7 and is scheduled for release on May 17, just a day after the highly anticipated &quot;Star Wars: Episode II &mdash; Attack of the Clones&quot; hits theaters.&lt;/p&gt;\n&lt;p&gt;Directed and co-written by Paul and Chris Weitz, known for &quot;American Pie,&quot; &quot;About a Boy&quot; is based on Nick Hornby&#039;s novel. It features Hugh Grant, Toni Collette, and Rachel Weisz, and falls in line with other classic Working Title comedies like &quot;Notting Hill,&quot; &quot;Four Weddings and a Funeral,&quot; and &quot;Bridget Jones&#039;s Diary.&quot; These films are characterized by their lighthearted British humor that explores meaningful themes, and they tend to build audiences gradually rather than debuting with blockbuster opening weekends.&lt;/p&gt;\n&lt;p&gt;During a breakfast meeting following the screening, Working Title partner Eric Fellner reflected that the film&rsquo;s scheduling resembled the company&rsquo;s previous strategy with &quot;Notting Hill.&quot; He noted that initially, many did not see &quot;Notting Hill&quot; as a major event, yet it became a significant success. For &quot;About a Boy,&quot; Universal&rsquo;s Vice Chairman Marc Shmuger supported the idea of replicating that film&rsquo;s success without relying on Julia Roberts&#039; star power.&lt;/p&gt;\n&lt;p&gt;Internal debates within the studio revolved around whether Hugh Grant could carry the film alone, especially given its nuanced tone akin to &quot;High Fidelity,&quot; which had modest results for Disney. There were questions about how to market the film to American audiences and whether they would accept a distinctly British comedy over Hollywood blockbusters.&lt;/p&gt;\n&lt;p&gt;Peter Adee, Universal&#039;s marketing chief, acknowledged the risks but emphasized their confidence that the movie would find its audience. &quot;We&rsquo;re not expecting to open at number one, but we aim for a respectable debut and a solid final gross,&quot; he said. Since Universal handles most of the film&#039;s marketing and distribution, they are primarily concerned with achieving a good multiple of the opening weekend rather than risking a huge flop.&lt;/p&gt;\n&lt;p&gt;Counterprogramming aimed at female viewers remains vital for &quot;About a Boy,&quot; consistent with strategies used for similar films. For example, in 1996, Paramount&#039;s &quot;Phenomenon,&quot; starring John Travolta, successfully competed against &quot;Independence Day,&quot; eventually earning over $100 million domestically. Today, competing with large-scale sci-fi epics is more challenging, a reality acknowledged by everyone involved with &quot;About a Boy.&quot;&lt;/p&gt;\n&lt;p&gt;Fellner joked, &quot;Have they moved off their date yet?&quot; and Paul Weitz added with a touch of sarcasm, &quot;We were fine with going up against &#039;Star Wars,&#039; but we got a little worried once we realized Hugh Grant voiced Jar Jar Binks.&quot;&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch: The films chronicle Harry Potter&#039;s extraordinary adventures as he discovers his magical heritage, confronts the dark wizard Voldemort, and grows up alongside friends Ron and Hermione at Hogwarts. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the series is widely accessible for streaming or digital rental on major platforms such as Netflix, HBO Max, and Amazon Prime Video.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. SafeShell VPN offers meticulously optimized high-speed servers specifically designed for Netflix streaming, ensuring you can enjoy your favorite content without buffering or interruptions. The service delivers lightning-fast connection speeds that eliminate throttling issues, allowing for smooth high-definition playback that transforms your viewing experience.&lt;/p&gt;\n&lt;p&gt;One of the standout features of SafeShell VPN is its versatility and convenience. You can connect up to five devices simultaneously, with compatibility across Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro. Additionally, the exclusive App Mode feature allows you to unlock content from multiple regions at once, giving you unprecedented access to a vast library of entertainment options from around the world.&lt;/p&gt;\n&lt;p&gt;Your security is never compromised with SafeShell VPN, as it employs the proprietary &quot;ShellGuard&quot; protocol to ensure top-level protection during your streaming sessions. This robust security doesn&#039;t come at the expense of accessibility either&mdash;new users can take advantage of a flexible free trial plan to experience all these premium features before making a commitment. With SafeShell VPN, accessing geo-restricted content becomes not just possible but exceptionally smooth and secure.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter securely, subscribe to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; by visiting their official website. Select a suitable subscription plan and complete the payment process to activate your account. Once subscribed, proceed to download the SafeShell VPN application compatible with your device&#039;s operating system, whether it&#039;s Windows, macOS, iOS, or Android, from their downloads section, and install it following the on-screen prompts.&lt;/p&gt;\n&lt;p&gt;Next, launch the installed SafeShell VPN app on your device and log in using your newly created credentials. Inside the application, navigate to the settings and choose the recommended APP mode for an optimized streaming experience. After selecting the mode, browse the extensive list of available global servers and connect to a specific server located in a country where your desired Harry Potter content is available, such as the UK or US, ensuring a stable connection is established before proceeding.&lt;/p&gt;\n&lt;p&gt;Finally, with SafeShell VPN successfully connected to your chosen regional server, open your preferred streaming service app or website, such as Netflix, HBO Max, or Amazon Prime Video. Log in to your streaming account as usual; you will now have access to the regional library corresponding to the VPN server location you selected. Search for the Harry Potter movies or series within the platform and enjoy seamless, region-free viewing with the privacy and security provided by SafeShell VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(297, 446, '', 'VPN Effectiveness: Bypass Netflix Geo-Restrictions', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278f9615cda43915a3e13bFligCJN403&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278f9615cda43915a3e13bFligCJN403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN Effectiveness in Bypassing Netflix&lt;/h3&gt;\n&lt;p&gt;In our comprehensive evaluation, over 3,000 individual tests were conducted across 37 different VPN providers. These tests targeted Netflix libraries from 20 nations, utilizing both desktop browsers and mobile applications to determine which VPNs could reliably bypass geo-restrictions.&lt;/p&gt;\n&lt;p&gt;Netflix curates a unique selection of TV shows and films for each country, governed by regional licensing agreements. As a result, content availability varies globally; some titles are accessible in one country but not another. Many users resort to VPNs to unlock foreign Netflix libraries when traveling overseas, aiming to enjoy a broader selection of content.&lt;/p&gt;\n&lt;p&gt;A VPN functions as a proxy, masking your real IP address and replacing it with one from a different location. Since Netflix uses your IP address to detect your geographic position, changing it allows access to content libraries from other regions. Our tests in 2021 revealed the most effective VPNs for this purpose, guiding users on how to enhance their streaming experience.&lt;/p&gt;\n&lt;p&gt;However, Netflix actively detects and blocks many VPN servers by blacklisting their IP addresses, resulting in error messages such as:&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;&quot;Whoops, something went wrong. Streaming error. You seem to be using an unblocker or proxy. Please disable any such services and try again.&quot;&lt;/em&gt; &lt;/p&gt;\n&lt;p&gt;Historically, only a few VPNs could consistently evade Netflix&#039;s detection. But recent developments suggest that most providers have developed new strategies to bypass these restrictions. The critical factor now is whether a VPN can access specific country libraries without interruption.&lt;/p&gt;\n&lt;p&gt;To identify which VPN services remain effective, our international research team tested 37 providers across 20 countries. These tests involved accessing Netflix on both web browsers and mobile apps to verify streaming capability. The detailed results of these tests are presented below, offering insights into which VPNs can successfully unlock Netflix&#039;s global content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f477fbb376b36bc685fWEYNXdHW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f477fbb376b36bc685fWEYNXdHW07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s VPN Restrictions Prove Ineffective According to Comprehensive Testing&lt;/p&gt;\n&lt;p&gt;Recent findings indicate that despite Netflix&#039;s efforts to block VPN usage, many providers continue to successfully bypass these restrictions. The landscape is constantly changing, with access fluctuating as Netflix identifies and blocks servers while VPN companies deploy new solutions.&lt;/p&gt;\n&lt;p&gt;Comprehensive testing across 20 countries revealed several standout performers. ExpressVPN, ProtonVPN, and PrivateVPN demonstrated 100% effectiveness in accessing Netflix libraries across all tested regions on both desktop and mobile platforms. While Hola also showed similar results, security experts strongly caution against its use due to significant privacy concerns.&lt;/p&gt;\n&lt;p&gt;Other notable performers included VPN Unlimited, TunnelBear, Ivacy, and BulletVPN, which also demonstrated high success rates in bypassing Netflix&#039;s geo-restrictions.&lt;/p&gt;\n&lt;p&gt;The average VPN service now successfully accesses approximately 15 different country libraries, representing a significant improvement from 2018 when the average was merely six international libraries. This substantial increase suggests VPN providers have prioritized Netflix accessibility features to meet growing consumer demand, while Netflix&#039;s countermeasures have failed to keep pace.&lt;/p&gt;\n&lt;p&gt;Statistics from 2018 to 2021 further confirm this trend, showing marked increases in VPN effectiveness across all major international Netflix libraries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278f9811b7a3ab436389b8NF2VtuZW03&quot; height=&quot;173&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278f9811b7a3ab436389b8NF2VtuZW03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Despite rigorous testing across more than 3,000 scenarios, Netflix&#039;s efforts to block VPN access appear largely unsuccessful. The streaming giant&#039;s US library remains accessible through virtually all tested VPN services, with only four providers unable to bypass regional restrictions.&lt;/p&gt;\n&lt;p&gt;Canada, the United Kingdom, and Australia follow closely behind in terms of VPN accessibility, suggesting that English-language content libraries face the highest circumvention attempts.&lt;/p&gt;\n&lt;p&gt;These English-language catalogs typically offer more extensive selections of television programs and films compared to other regional libraries, though exceptions exist. The correlation between content volume and bypass attempts indicates subscribers actively seek access to larger content pools regardless of geographical restrictions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278f9bf0c60527b3b9c2f13rJRLJSc03&quot; height=&quot;604&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278f9bf0c60527b3b9c2f13rJRLJSc03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Geo-Restrictions and VPN Efficacy&lt;/h3&gt;\n&lt;p&gt;Many viewers may not realize that their access to Netflix content varies significantly based on their geographical location. Different countries boast varying sizes of content libraries, with some regions enjoying a much broader selection than others.&lt;/p&gt;\n&lt;p&gt;Back in 2015, a report by the European Commission highlighted that only about 31 percent of films available across borders within the EU were accessible on Netflix, though this percentage has likely increased by 2021 due to expanding licensing agreements.&lt;/p&gt;\n&lt;p&gt;When it comes to bypassing geo-restrictions, VPNs have proven somewhat effective, especially on the desktop version of Netflix. Recent testing indicates that approximately 555 VPNs successfully accessed content via the desktop site, while 548 managed to do so through the mobile app. Over the years, the effectiveness of VPNs on mobile devices has improved markedly; in 2018, only around 80 percent of VPNs that worked on desktop could connect via the mobile app. By 2021, that compatibility rate had risen to nearly 99 percent, reflecting a narrowing gap and increased flexibility in accessing Netflix content across different platforms.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278f9d11b7a3ab43638a223Aw5mqZ303&quot; height=&quot;604&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278f9d11b7a3ab43638a223Aw5mqZ303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Our testing process involved a systematic approach to evaluate VPN effectiveness with Netflix across different regions. Testers first launched their VPN applications, selecting servers from a curated list of 20 countries. Before opening Netflix, they verified active VPN connections using an API link to confirm geolocation accuracy, focusing on the country and region fields.&lt;/p&gt;\n&lt;p&gt;To ensure precise regional access, they examined the top 10 titles in each region&#039;s Netflix library, confirming that the correct local content was available. Attempting to stream shows provided additional verification&mdash;if a show played smoothly, the VPN was deemed successful; if a proxy error appeared, it was marked as blocked. Results from these tests were meticulously recorded.&lt;/p&gt;\n&lt;p&gt;This process was duplicated on mobile devices using the Netflix app, with each test repeated twice, culminating in approximately 3,000 individual assessments on both desktop and mobile platforms.&lt;/p&gt;\n&lt;p&gt;For a VPN to pass our criteria, it needed to deliver instant access to Netflix content without requiring manual configuration beyond the app itself. Reliability was critical&mdash;they must maintain consistent access without frequent reconnections or trying multiple servers to find unblocked IPs. We prioritized paid VPN services when available, as they tend to offer more stable and secure connections.&lt;/p&gt;\n&lt;p&gt;Some VPN providers, like NordVPN, route Netflix traffic through DNS proxies, which might always redirect users to the US Netflix library regardless of the actual server location. While NordVPN can access Netflix securely in various countries, it primarily routes traffic to the US library via DNS proxy rather than directly connecting to regional servers.&lt;/p&gt;\n&lt;p&gt;A few VPN services include built-in Smart DNS proxies that can access Netflix libraries in certain regions&mdash;examples include IronSocket DNS, Keenow Unblocker, and ExpressVPN MediaStreamer. However, due to time limitations and testing practicality, our focus remained solely on VPN connections, excluding Smart DNS services from this evaluation.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s worth noting that some VPNs work with Netflix in countries we did not specifically test, such as Surfshark, which reports compatibility in over 30 countries.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix-specific testing, we conduct comprehensive evaluations of VPNs to assess their overall performance, security, speed, and reliability.&lt;/p&gt;\n&lt;p&gt;For viewers interested in watching their home country&rsquo;s Netflix library while traveling abroad, tutorials are available on how to change regions using a VPN, enabling access to US, Japanese, or other libraries from locations like the UK, Australia, or Canada.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized tool designed to bypass geographic restrictions, enabling users to access Netflix libraries from different countries. It works by masking the user&#039;s real location and routing their connection through a server in another region, effectively unlocking region-specific shows and movies unavailable in their home location. This service provides global access to the diverse content catalogs offered by Netflix worldwide.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix using a VPN, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice to consider. This service is specifically designed to help users achieve &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, providing high-speed servers that deliver smooth, buffer-free streaming of your favorite shows and movies. Its cutting-edge technology ensures reliable access to Netflix&#039;s regional libraries, allowing you to enjoy a seamless viewing experience without interruptions. Additionally, SafeShell VPN supports multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, enabling you to enjoy Netflix unblocked on all your gadgets effortlessly.&lt;/p&gt;\n&lt;p&gt;Beyond its impressive streaming capabilities, SafeShell VPN offers a range of features that enhance your overall online experience. Its exclusive App Mode allows you to unlock content from multiple regions at once, broadening your entertainment options. The lightning-fast speeds and no bandwidth limitations mean you can stream, download, and browse without fear of lag or throttling. Furthermore, with top-level security powered by the proprietary ShellGuard protocol, your privacy remains protected while accessing Netflix unblocked content. With a flexible free trial plan, users can explore these benefits risk-free and discover how SafeShell VPN elevates their streaming and browsing experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is a breeze with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to set up and enjoy streaming without restrictions:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit SafeShell VPN&#039;s official website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether it&#039;s Windows, macOS, Android, or iOS\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account using your SafeShell credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select APP mode when prompted for your connection preference\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and select a location in your desired Netflix region (such as US for American content or UK for British shows)\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your chosen server by clicking the connection button and wait for confirmation\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your Netflix app or website and sign in with your regular Netflix account\n&lt;/li&gt;\n&lt;li&gt;\nYou&#039;ll now have access to the Netflix library of the region you&#039;ve connected to through SafeShell Netflix VPN\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(298, 447, '', 'Angelic Imageworks: Visual Effects for 2003 Films', '&lt;p&gt;Angelic Imageworks secures visual effects duties for multiple high-profile 2003 releases&lt;/p&gt;\n\n&lt;p&gt;The studio will craft sequences for Columbia Pictures&#039; &quot;Charlie&#039;s Angels 2: Halo,&quot; slated for summer release&lt;/p&gt;\n&lt;p&gt;Returning director McG guides the reunion of stars Cameron Diaz, Drew Barrymore, and Lucy Liu&lt;/p&gt;\n\n&lt;p&gt;Physical and digital effects will blend extensively in this sequel&lt;/p&gt;\n&lt;p&gt;Producers aim to surpass the original&#039;s spectacle with hundreds of planned VFX shots&lt;/p&gt;\n\n&lt;p&gt;Additionally, the team creates key CG sequences for Sony&#039;s summer sci-fi comedy &quot;Men in Black 2&quot;&lt;/p&gt;\n&lt;p&gt;Their contributions include the film&#039;s opening sequence&lt;/p&gt;\n&lt;p&gt;Industrial Light &amp;amp; Magic serves as the primary effects house for this project&lt;/p&gt;\n\n&lt;p&gt;Production on &quot;Charlie&#039;s Angels 2&quot; begins summer 2002&lt;/p&gt;\n&lt;p&gt;An effects supervisor and final shot count remain undetermined following recent contract finalization&lt;/p&gt;\n\n&lt;p&gt;This follows Angelic Imageworks&#039; extraordinary year completing work on major 2002 films&lt;/p&gt;\n&lt;p&gt;Their portfolio includes Warner Bros.&#039; &quot;Harry Potter and the Sorcerer&#039;s Stone&quot;&lt;/p&gt;\n&lt;p&gt;Alongside Sony&#039;s &quot;Spider-Man&quot; and &quot;Stuart Little 2&quot;&lt;/p&gt;\n\n&lt;p&gt;Current projects also span DreamWorks&#039; &quot;The Tuxedo&quot; starring Jackie Chan&lt;/p&gt;\n&lt;p&gt;And Sony&#039;s action-comedy &quot;I Spy&quot; featuring Eddie Murphy and Owen Wilson&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter movies about and &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;? These films depict Harry Potter&rsquo;s adventures as he learns magic at Hogwarts, fights dark forces, and discovers his true purpose. To find where to watch Harry Potter, you can explore streaming services like Netflix, HBO Max, or Amazon Prime, or rent them through digital platforms, keeping in mind that availability may vary depending on your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like the Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an exceptional solution that ensures seamless streaming experiences across borders. With high-speed servers specifically optimized for Netflix streaming, SafeShell VPN delivers buffer-free playback in high definition, allowing you to enjoy your favorite wizarding adventures without frustrating interruptions or quality issues.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out with its exclusive App Mode feature that lets you unlock content from multiple regions simultaneously, while supporting connections on up to five devices at once across various platforms including Windows, macOS, iOS, and Android. The service prioritizes your online privacy through its proprietary &quot;ShellGuard&quot; protocol, ensuring top-level security during all your streaming sessions. Additionally, their flexible free trial plan lets you experience these premium features before committing, making SafeShell VPN the ideal choice for accessing your favorite region-restricted Netflix content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your streaming needs and complete the subscription process by clicking the &quot;Subscribe Now&quot; button. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android, by visiting the official site and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN application and log in with your credentials. For an optimal streaming experience, especially when accessing content on Netflix, select the APP mode within the app interface. Next, browse through the list of available VPN servers and pick one located in the region where the Harry Potter movies are available, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure VPN connection to that region.&lt;/p&gt;\n&lt;p&gt;Finally, open your Netflix application or visit the Netflix website in your browser and log into your account. With the VPN active, navigate to your desired region&rsquo;s content library, and enjoy watching Harry Potter movies as if you were physically present there. SafeShell VPN ensures a smooth and safe streaming experience, allowing you to explore global content seamlessly.&lt;/p&gt;', 9, 'game'),
(299, 448, '', 'Home for Christmas Season 3 &ndash; Netflix Release Date &amp; News', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278ed342d118fb3540de01HVIJej8P07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278ed342d118fb3540de01HVIJej8P07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Over the years, Netflix has been a prolific creator of holiday-themed movies and series, but one gem often slips under the radar. It&rsquo;s a hidden treasure among festive offerings, and many might not realize just how captivating it is. That show is &lt;em&gt;Home for Christmas&lt;/em&gt;, also known by its Norwegian title, &lt;em&gt;Hjem til Jul&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;Exciting news has just been announced: &lt;em&gt;Home for Christmas&lt;/em&gt; will be returning for a highly anticipated third season, premiering on December 12, 2025. This marks a significant return after a five-year hiatus, delighting fans eager to see what&rsquo;s next for Johanne and her loved ones.&lt;/p&gt;\n&lt;p&gt;Since its debut in 2019, the series has garnered a dedicated following. Season 2, which aired in 2020, was especially well-received, but after that, fans faced a long wait. Now, their patience is finally rewarded as the show prepares to reveal new chapters. The upcoming season promises to explore Johanne&rsquo;s life as she navigates the complexities of love and personal growth.&lt;/p&gt;\n&lt;p&gt;The plot centers around Johanne, now 35, who is still single following her breakup with Jonas. She&rsquo;s busy juggling family responsibilities, supporting her siblings, caring for her solitary father, and climbing the career ladder. As she dives back into dating, she begins to question whether her feelings have changed or if her perspective on love has evolved since her breakup. The series thoughtfully examines whether Johanne is ready to open her heart again.&lt;/p&gt;\n&lt;p&gt;For those unfamiliar with the series, it&rsquo;s a heartfelt mix of humor, drama, and warmth&mdash;an ideal holiday watch. Catching up before the new season drops on December 12 will allow viewers to fully immerse themselves in Johanne&rsquo;s journey. It&rsquo;s celebrated for its endearing characters and genuine storytelling, making it arguably the best Christmas love story Netflix has produced.&lt;/p&gt;\n&lt;p&gt;While other Netflix holiday favorites like &lt;em&gt;Dash &amp;amp; Lily&lt;/em&gt;, &lt;em&gt;Klaus&lt;/em&gt;, &lt;em&gt;The Christmas Chronicles&lt;/em&gt;, and &lt;em&gt;Jingle Jangle&lt;/em&gt; have their charm, &lt;em&gt;Home for Christmas&lt;/em&gt; stands out for its unique blend of Scandinavian charm and emotional depth. Its magical storytelling makes it a must-watch during the festive season.&lt;/p&gt;\n&lt;p&gt;A trailer for the upcoming season has been released, giving fans a glimpse of what&rsquo;s to come. Returning cast members include Ida Elise Broch as Johanne, along with Dennis Storh&oslash;i, Anette Hoff, Helga Guren, Hege Sch&oslash;yen, Christian Ruud Kallum, and others. Like previous seasons, season 3 will consist of six episodes, promising another heartfelt and entertaining ride.&lt;/p&gt;\n&lt;p&gt;Stay tuned for more updates as the release date approaches. Fans can look forward to more exciting Netflix holiday releases in December 2025, with &lt;em&gt;Home for Christmas&lt;/em&gt; leading the way into the festive season.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service used primarily for watching TV shows and movies on demand. However, Netflix content is often blocked in certain regions due to licensing agreements or network restrictions, limiting what users can access based on their location. To overcome these limitations, users seek methods for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, enabling access to geo-restricted libraries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted Netflix content via Netflix unblock, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart move. Its benefits are substantial: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nExclusive App Mode enables simultaneous unlocking of content libraries from multiple different Netflix regions.\n&lt;/li&gt;\n&lt;li&gt;\nOptimized high-speed servers ensure smooth, buffer-free streaming of your favorite shows in HD.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices concurrently, including smartphones, computers, and smart TVs, all protected by SafeShell VPN.\n&lt;/li&gt;\n&lt;li&gt;\nUncompromised security is guaranteed with advanced encryption, shielding your streaming activities from surveillance.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan allows you to test SafeShell VPN&#039;s powerful Netflix unblock capabilities risk-free.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by visiting the official website to subscribe to a suitable plan that aligns with your streaming requirements and budget. Once subscribed, proceed to download and install the SafeShell VPN application directly from their site, ensuring you select the correct version for your operating system whether it&#039;s Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;After launching the SafeShell VPN app, log into your account using your credentials. For optimal Netflix streaming performance and reliability, choose the dedicated APP mode within the application settings. Next, browse the extensive list of global servers and specifically select a VPN server located in the country whose Netflix catalog you wish to unlock, such as the United States, United Kingdom, or Japan, then initiate the connection by clicking &#039;Connect&#039;.&lt;/p&gt;\n&lt;p&gt;With the SafeShell Netflix VPN connection securely established to your chosen region, simply open the Netflix app on your device or access the Netflix website through your browser. Log in using your existing Netflix account credentials, and you&#039;ll immediately gain access to stream the exclusive movies, shows, and content available in that specific geographic region, seamlessly bypassing regional restrictions.&lt;/p&gt;', 9, 'game'),
(300, 449, '', 'Online Shopping Security Risks &ndash; Black Friday Alert', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e5e3d86590cbe9868a9lEYuzLOG03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e5e3d86590cbe9868a9lEYuzLOG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Online Shopping Security Risks&lt;/h3&gt;\n&lt;p&gt;As Black Friday approaches, bargain hunters face heightened risks online.&lt;/p&gt;\n&lt;p&gt;Alarming new research reveals a staggering global vulnerability:&lt;/p&gt;\n&lt;p&gt;nearly seven in ten consumers struggle to identify fraudulent shopping platforms.&lt;/p&gt;\n&lt;p&gt;Cybercriminals are aggressively capitalizing on the seasonal shopping frenzy.&lt;/p&gt;\n&lt;p&gt;They deliberately target distracted shoppers seeking lightning deals and doorbuster discounts,&lt;/p&gt;\n&lt;p&gt;knowing the rush makes people less cautious about clicking links or sharing data.&lt;/p&gt;\n&lt;p&gt;The scale of this threat is exploding.&lt;/p&gt;\n&lt;p&gt;Counterfeit online storefronts surged dramatically last month,&lt;/p&gt;\n&lt;p&gt;with fake Amazon sites alone jumping over 230%.&lt;/p&gt;\n&lt;p&gt;Even more startling, fraudulent eBay imitations skyrocketed by more than 525%.&lt;/p&gt;\n&lt;p&gt;Beyond fake websites, deceptive tactics abound.&lt;/p&gt;\n&lt;p&gt;Phishing emails mimicking shipping alerts or exclusive offers are widespread and sophisticated,&lt;/p&gt;\n&lt;p&gt;designed to slip past even wary eyes.&lt;/p&gt;\n&lt;p&gt;As one security expert notes, these major sales events are a veritable goldmine for scammers exploiting consumer excitement.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278df4ca1e7cedfb1b5bfaTyQpuPld07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278df4ca1e7cedfb1b5bfaTyQpuPld07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Take advantage of an exclusive deal on NordVPN, offering discounts of up to 77% along with three months of free service. As one of the top-rated VPN providers this year, NordVPN now allows new users to subscribe for as little as $2.99 per month during this limited-time promotion.&lt;/p&gt;\n&lt;p&gt;The service features a vast network with over 126 countries covered, ensuring extensive global access. Users can connect simultaneously on up to ten devices, making it ideal for families or multiple devices. NordVPN is renowned for its rapid connection speeds, providing a seamless browsing experience. Additionally, it offers robust security features, including ad blocking, malicious site filtering, and protection against fake online shops and scams.&lt;/p&gt;\n&lt;p&gt;In today&rsquo;s digital landscape, phishing attacks are increasingly common and sophisticated, even for seasoned online users. To protect yourself during online shopping, always verify that you are on the official retailer&rsquo;s website. A simple way to do this is by checking for the HTTPS protocol&mdash;click the padlock icon next to the URL in your browser and ensure the connection is secure. Staying vigilant and utilizing tools like NordVPN can help safeguard your personal information and enhance your online shopping security.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e6111b7a3ab4363746dvS3yEBcr03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e6111b7a3ab4363746dvS3yEBcr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During the Black Friday shopping season, many retailers flood inboxes with promotional messages. However, consumers should remain cautious about unsolicited emails that promise unbelievable deals. Instead of clicking links within such messages, it&#039;s safer to visit the retailer&#039;s official website directly to verify any offers.&lt;/p&gt;\n&lt;p&gt;Be wary of emails that exert pressure or create a sense of urgency, such as warnings that your account will be closed soon. These tactics are typical of scam attempts. Legitimate companies rarely, if ever, send generic notices threatening account closures or requesting sensitive personal details like Social Security numbers through email. Staying vigilant can help protect you from falling victim to fraud during this busy shopping period.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e630ab8defdc1e415a8OFsiXWdR03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e630ab8defdc1e415a8OFsiXWdR03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Safe Online Holiday Shopping&lt;/h3&gt;\n&lt;p&gt;Navigating Online Shopping Safely During Holiday Season&lt;/p&gt;\n&lt;p&gt;As the holiday shopping frenzy approaches, cybersecurity experts are urging consumers to exercise increased vigilance while browsing online marketplaces. With a significant rise in counterfeit websites mimicking popular platforms like Amazon and eBay, shoppers need to implement stronger protective measures.&lt;/p&gt;\n&lt;p&gt;Digital security specialists recommend several precautionary steps to ensure safe online transactions. First, always verify website authenticity by checking the URL for subtle misspellings or unusual domain extensions. Legitimate sites typically use secure connections (https://) and display a padlock icon in the address bar.&lt;/p&gt;\n&lt;p&gt;Virtual Private Networks (VPNs) have become essential tools for safe browsing, with many services offering special holiday discounts. Premium providers have developed comprehensive security features that specifically target fraudulent shopping sites and phishing attempts.&lt;/p&gt;\n&lt;p&gt;For additional protection, experts suggest using credit cards rather than debit cards when making purchases, as they typically offer stronger fraud protection policies. Enabling two-factor authentication on all shopping accounts creates another crucial security layer.&lt;/p&gt;\n&lt;p&gt;Mobile shopping apps directly downloaded from official app stores generally provide more secure shopping environments than web browsers. However, these should still be regularly updated to ensure the latest security patches are installed.&lt;/p&gt;\n&lt;p&gt;Remember to monitor your accounts regularly during the shopping season for any unauthorized transactions. Most financial institutions offer immediate alerts for suspicious activity, which can help quickly identify potential security breaches.&lt;/p&gt;\n&lt;p&gt;By implementing these protective measures, holiday shoppers can significantly reduce their vulnerability to the growing number of sophisticated online scams targeting enthusiastic bargain-hunters.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass legal restrictions in their region and maintain privacy while accessing adult content. Essentially, &quot;porn unblocked&quot; refers to the ability to view adult websites that are otherwise blocked or censored by governments, workplaces, or ISPs. Using a VPN allows individuals to circumvent these barriers and securely unblock porn that is inaccessible through their regular connection.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN provides a reliable and efficient solution. Its specialized features make it uniquely suited for bypassing censorship and geographical barriers that restrict such material.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN excels in granting users the freedom to unblock porn sites globally through its extensive network of high-speed servers. Crucially, its innovative App Mode allows simultaneous access to content from multiple regions without the need for constant server switching, while its optimized technology ensures lightning-fast streaming speeds free from buffering. This combination delivers a seamless viewing experience for high-definition content.&lt;/p&gt;\n&lt;p&gt;Beyond access, SafeShell VPN prioritizes security with its exclusive ShellGuard protocol, offering top-tier encryption that renders online activities anonymous and shields users from ISP surveillance or network monitoring. Furthermore, support for connections on up to five devices simultaneously&mdash;including computers, smartphones, and streaming platforms&mdash;ensures comprehensive protection and unrestricted access across all your devices wherever you are.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, start by subscribing to SafeShell VPN through their official website, where you can select a plan tailored to your needs. Once subscribed, download and install the SafeShell app onto your preferred device, ensuring compatibility and ease of use. After installation, activate the app and enable the App Mode feature, which provides enhanced flexibility and control over your connection.&lt;/p&gt;\n&lt;p&gt;Next, navigate through the app to select a server location from SafeShell VPN&#039;s extensive global network. Choosing a server in the region where the desired content is accessible will allow you to bypass restrictions effectively. Once connected, you can browse the internet with confidence, as SafeShell VPN encrypts your data and masks your IP address, ensuring your privacy remains intact.&lt;/p&gt;\n&lt;p&gt;Finally, enjoy unrestricted access to the content you seek, knowing that your online activities are protected from prying eyes. SafeShell VPN&#039;s user-friendly interface makes it easy to switch servers if needed, giving you seamless control over your browsing experience. With these straightforward steps, you can effortlessly unlock and explore region-specific adult sites securely and privately.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(301, 450, '', 'Wuthering Waves Overflowing Palette Guide: New Regions', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927907e7b2261ce51840eb6esiuqJbj03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927907e7b2261ce51840eb6esiuqJbj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;New Regions and Puzzles&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest update, version 2.2, introduces two brand-new regions for adventurers to uncover: Beohr Waters and Avinoleum. While Avinoleum holds significant importance in the main storyline and is tied to Cartethyia&#039;s backstory, Beohr Waters was only briefly showcased in early scenes before the focus shifted elsewhere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exploring this expansive new map promises players a wealth of hidden treasures, challenging puzzles, and formidable enemies to encounter. Among the various puzzles scattered throughout Beohr Waters is the intriguing Overflowing Palette. In this puzzle, players are tasked with restoring a painting by adjusting its colors to match the original scenery.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Use this comprehensive guide to locate each Overflowing Palette spot across Wuthering Waves and learn the steps to successfully solve each artistic challenge, enhancing your exploration experience and unlocking the area&#039;s secrets.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927908215cda43915a3f2aaRdgWYcK703&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927908215cda43915a3f2aaRdgWYcK703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To locate the initial overflowing palette in Beohr Waters within Wuthering Waves, start by heading to the southern region beyond Beohr Trench.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Identify the resonance beacon situated adjacent to the Dreamscape Node: Land of Dragons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Activate the beacon and glide southwest from this point, heading towards an open area.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once in this open space, search for the painting positioned centrally to complete your quest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692790859a5aa99d0e741f77mfqhC7K003&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692790859a5aa99d0e741f77mfqhC7K003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To unlock the rewards in Wuthering Waves, start by selecting the blue hue from the palette on the right. Use it to turn all the yellow blocks in the center into blue. Next, pick the red color and apply it to change all existing blue blocks on the palette into red. Lastly, choose the green shade and tap it onto the remaining red areas to transform them into green. Follow these steps carefully to solve the overflowing palette puzzle and claim your rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69279088e9357332de466ab8oQHHsvet03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69279088e9357332de466ab8oQHHsvet03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by teleporting to the resonance beacon situated north of Beohr Trench. From there, travel southeast to find the second overflowing palette.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be sure to collect the White Cat&#039;s Blessing along the way, which will assist you in your journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hold down the dash button to activate the Illusive Sprint, enabling quicker access to the area.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The painting is located centrally within a ruin, so keep an eye out for its position amidst the ruins&#039; structure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927908d18632f4f36585908yoeudgw803&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927908d18632f4f36585908yoeudgw803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The puzzle is quite straightforward and can be easily completed, even with just three moves left.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by selecting the red hue from the options on the right and apply it to the blue blocks, turning them red.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose the green color and transform all the red blocks currently in the painting into green.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, pick the yellow shade and change all the green blocks into yellow, successfully filling the second overflowing palette in Beohr Waters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692790901712c66301079c388WP8Am6G03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692790901712c66301079c388WP8Am6G03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To locate the third overflowing palette in Beohr Waters, head south of the Resonance Nexus, close to the shoreline.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you&#039;ve teleported to the Nexus, be aware that an enemy will be stationed to your left side.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you delay your flight or are spotted by the enemy, you may need to defeat them first before you can take to the skies again.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69279094d07e2e16bd1b10a7WJLRBjUY03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69279094d07e2e16bd1b10a7WJLRBjUY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete the puzzle, you have four moves left to turn all the blocks into blue. Start by choosing yellow from the color options on the right, and use it to change the red blocks at the bottom into yellow. Then, select red and convert the yellow blocks into red. Next, pick green and paint the red blocks green. Finally, select blue to transform the green blocks into blue, achieving the desired uniform color.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69279097266bbebe874bab350iPkXtil03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69279097266bbebe874bab350iPkXtil03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Color Puzzle Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begin by teleporting to the resonance beacon situated near the Dreamscape Node: Land of Dragons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From there, travel east along the shoreline to reach the designated location for the fourth painting in Wuthering Waves, titled Beohr Waters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927909bd07e2e16bd1b1123A5CUq0Xm03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927909bd07e2e16bd1b1123A5CUq0Xm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by choosing the red hue from the options on the right. Use it to transform the yellow block at the bottom left corner into red.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, still utilizing red, turn the yellow piece located at the upper right into red as well.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then, switch to the blue color and apply it to the red blocks situated in the center of the artwork.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After that, select red once more to convert the blue sections into red, completing this step.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, pick the yellow color and fill the entire painting with yellow, finishing the sequence within your remaining moves.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927909eacd2a17d742a300etf3GaL7T03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927909eacd2a17d742a300etf3GaL7T03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The fifth overflowing palette in Beohr Waters is situated close to the Resonance Nexus. To reach it, teleport to the designated waypoint and proceed southeast until you find a painting positioned at the cliff&#039;s edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This particular puzzle is considered the most challenging within this region due to the presence of various colored blocks and numerous moves required. Begin by selecting the green color from the options on the right, then change the yellow blocks located centrally into green.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, switch to the blue color and transform the green blocks in the middle into blue. Afterward, choose red and convert the blue central blocks into red. The following step involves selecting green again to change the large red patches in the middle into green.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then, pick yellow from the available options and turn the green blocks into yellow. Proceed to paint the extensive yellow area into red. Moving forward, select green once more to change the red sections into green.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, pick blue and color the entire painting blue to complete the puzzle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692790a49a5aa99d0e741fb9Yh8pXIiM03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692790a49a5aa99d0e741fb9Yh8pXIiM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To find the final overflowing palette in Beohr Waters within Wuthering Waves, travel to the southernmost area near Avinoleum&#039;s Ground Remains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Use your unlocked resonance beacon to teleport to the closest point, then proceed towards the shoreline.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once there, you will discover the last painting waiting for you by the water&#039;s edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692790a77b2261ce51841138ofwZZmSL03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692790a77b2261ce51841138ofwZZmSL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The challenge level has returned to its usual difficulty for this overflowing palette, now enhanced with color blocks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Follow the steps below to finish the final puzzle:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;First, select the yellow hue from the right panel and apply it to the blue blocks to turn them yellow.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, pick the green shade and transform the yellow blocks into green.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, choose the red color and convert the green blocks into red to complete the puzzle.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves Lunites&lt;/a&gt; are the premium currency used in Wuthering Waves, enabling players to unlock exclusive items, special bundles, and enhance their overall gaming experience. This valuable currency allows for the direct acquisition of rare characters, powerful weapons, and other in-game resources that aren&rsquo;t easily obtained through regular gameplay. Players can conveniently acquire Wuthering Waves Lunites by topping up their accounts on popular game trading platforms such as Codashop, SEAGM, and Midasbuy. With Lunites, players gain more flexibility and choices to progress faster and enjoy additional content within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wuthering Waves top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Wuthering Waves&lt;/a&gt; Lunites, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. As the premium in-game currency, Lunites are essential for unlocking exclusive content and advancing in Wuthering Waves, making it important to choose a trustworthy and efficient service for purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar.gg stands out thanks to its professional and secure environment, providing gamers with peace of mind during transactions. The platform supports a wide range of payment methods, so whether you&rsquo;re interested in a &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;wuthering waves lunite subscription&lt;/a&gt; or a one-time top up, you can pay in the way that&rsquo;s most convenient for you. Additionally, lootbar offers 24/7 online customer service, ensuring that any questions or concerns are resolved promptly, which is especially beneficial for international players across different time zones.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major advantage of lootbar is its competitive pricing structure. With regular promotions and tiered discounts&mdash;sometimes reaching up to 20% off&mdash;players can get more value when they top up Wuthering Waves. For anyone asking &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;what are lunites wuthering waves&lt;/a&gt; and seeking the most cost-effective way to acquire them, lootbar.gg is a reliable choice that blends affordability, support, and security for a superior gaming experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Wuthering Waves on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/wuthering-waves?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;WuWa top up&lt;/a&gt; for Lunites on the Lootbar trading platform, first visit the official Lootbar website and select your preferred language and currency settings, then log into your account. Once you are signed in, navigate to the top-up section and choose Wuthering Waves from the list of available games. Decide on the amount of Lunites you wish to purchase and proceed by clicking on the &quot;Top-up Now&quot; button. You will then be prompted to select your desired payment method and finalize your transaction securely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After your payment is complete, you&rsquo;ll need to provide details for your WuWa account, such as your login method, account credentials, and server information, to facilitate the top-up process. At this stage, coordinate with the seller to ensure the correct delivery of your Lunites. Once the seller processes your order, you can verify the WuWa top up by checking your in-game balance; your purchased Lunites should now be available for use in Wuthering Waves.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/686472575dced5dd103adadbEbPLuPjs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(302, 451, '', 'FFMAI 2025: Indian Teams Invited&mdash;Main Event Details', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278fef0ab8defdc1e42cb4yoEHT23P03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278fef0ab8defdc1e42cb4yoEHT23P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Garena has extended direct invitations to prominent Indian esports organizations Total Gaming Esports and S8UL Elite for the upcoming FFMAI 2025 Main Event. Alongside these invites, eight Indian teams have secured their places through the play-ins, which will see 26 teams from seven nations compete starting December 5, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The initial phase, the play-ins, will take place over three days, from December 5 to 7, featuring 18 teams vying for ten spots in the main event. The remaining eight teams will be eliminated from the tournament. The top ten teams from this stage, combined with the eight directly invited teams, will enter the main competition scheduled from December 11 to 14, 2025. All these stages will be played in Battle Royale mode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following the main event, the top 16 teams will advance to the Clash Squad mode from December 18 to 21, 2025, to battle for the championship title.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The teams granted direct entry to the FFMAI 2025 Main Event include Indian giants Total Gaming Esports and S8UL Elite, along with international contenders such as Red Hawks from Bangladesh, DRS Gaming from Nepal, Team Falcons from Thailand, P Esports from Vietnam, Bigetron by Vitality from Indonesia, and Maqna Esports from Malaysia.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The play-ins will feature 18 competitive squads, including several from India like Reckoning Esports, NG Pros, Head Hunters, Revenant XSpark, Nightmare Esports, Meta Ninza, Godlike Esports, and OGXTSG. Other nations represented are Bangladesh with teams like Red Cliff, The Goat, Reflex United, and Bangladesh Top 1; Nepal with GB Esports and Rising Gods; Vietnam with GOW; Indonesia with Kagendra; and Thailand with Avida.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recently, Total Gaming Esports showcased exceptional performance at the Free Fire Max India Cup 2025, securing victories in both the Battle Royale and Clash Squad categories. Their impressive run has set high expectations for their upcoming participation in FFMAI 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Although S8UL finished third in the India Cup, they recently restructured their roster by parting ways with their previous lineup and signing Team Elite ahead of the Asia Invitational. This strategic move ensures they are well-prepared to compete at the global level, including their qualification for the Lidoma Global Championship 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Team Falcons, champions of the FFWS 2025 SEA Fall, will also participate in the main event, having achieved sixth place at the FFWS 2025 Global Finals. Bigetron from Indonesia, DRS Gaming from Nepal, and Red Hawks from Bangladesh are among the other invited teams, promising a competitive and diverse tournament field.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Free Fire&lt;/a&gt; Diamond is the main premium currency in Free Fire, enabling players to unlock special features like rare skins, exclusive outfits, weapon upgrades, and other unique in-game content.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To acquire Free Fire Diamond, players often visit trusted game trading platforms such as Codashop, UniPin, or the official Free Fire top-up center, where they can securely purchase diamonds using various payment methods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This streamlined process allows gamers to quickly enhance their gaming experience by gaining access to premium items that are not available through regular gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Free Fire Diamond, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a reliable choice for &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Free Fire top up&lt;/a&gt;, offering a seamless, safe, and user-friendly experience for gamers who want to enhance their gameplay with premium currency. The platform is designed to cater to players&#039; needs with a range of global payment options and a highly responsive 24/7 customer service team, ensuring that assistance is always available whenever needed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg frequently features attractive discounts and promotional offers, making it possible for users to &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy free fire diamonds&lt;/a&gt; at a lower cost. Whether you&rsquo;re aiming for &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diamond ff free fire 99999&lt;/a&gt; or simply want a quick and secure transaction, this platform ensures both affordability and efficiency. With its professional reputation and commitment to secure transactions, lootbar.gg is a top destination for players seeking the best value and reliability when purchasing Free Fire Diamonds.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Free Fire on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire&lt;/a&gt; Diamond on the LootBar trading platform, begin by visiting the official LootBar website and selecting your preferred language and currency, then log into your account.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the top-up section and select Free Fire from the list of supported games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the amount of Free Fire Diamond you wish to purchase and proceed by clicking &ldquo;Top-up Now.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will need to enter your Free Fire user ID to ensure the diamonds are delivered to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your preferred payment method, complete the payment, and your Free Fire Diamond will be credited to your account promptly.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(303, 453, '', 'Age Verification UK: Spotify&rsquo;s New ID Checks Explained', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e3a434a01fa6edc0f6bbLLK21PO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e3a434a01fa6edc0f6bbLLK21PO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Growing Age Verification Measures&lt;/h3&gt;\n&lt;p&gt;To access many online services in the UK, proof of adulthood is now mandatory.&lt;/p&gt;\n&lt;p&gt;Facial scans or photo ID uploads have become your pocket-sized gatekeepers, verifying age across unexpected digital spaces.&lt;/p&gt;\n&lt;p&gt;While adult content sites were anticipated targets, music platforms like Spotify now implement these checks too, specifically for 18+ tagged music videos.&lt;/p&gt;\n&lt;p&gt;Powered by digital identity firm Yoti, Spotify&rsquo;s system estimates age via facial analysis or validates uploaded identification documents.&lt;/p&gt;\n&lt;p&gt;Should the scan suggest you&#039;re underage, submitting valid ID becomes essential; refusal triggers a 90-day account freeze.&lt;/p&gt;\n&lt;p&gt;Fail to verify within seven days of reactivation, and your account faces permanent deletion.&lt;/p&gt;\n&lt;p&gt;This expansion of checks fuels fears about a creeping surveillance culture, where everyday cultural access requires intrusive verification.&lt;/p&gt;\n&lt;p&gt;Critics warn this overreach could soon extend beyond music to films, literature, and news, creating a gated digital landscape many liken to dystopian fiction.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e3c9a5aa99d0e741865hX5Qq05b03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e3c9a5aa99d0e741865hX5Qq05b03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Age Verification Expands Across Major Digital Platforms&lt;/p&gt;\n&lt;p&gt;Online platforms across various categories are implementing new age verification measures to comply with UK regulations, affecting millions of users and their online experiences.&lt;/p&gt;\n&lt;p&gt;Reddit&#039;s Anonymous Era Ends&lt;/p&gt;\n&lt;p&gt;The once relatively anonymous forum platform Reddit has now joined other major sites in requiring age verification. Since July 14, UK users must prove they&#039;re 18 or older to access certain content through selfie verification or passport documentation.&lt;/p&gt;\n&lt;p&gt;This verification requirement has sparked controversy as it affects more than just explicitly adult content. Many users report that mental health support communities and news forums covering global conflicts now require age verification, raising significant concerns about information access and free speech limitations.&lt;/p&gt;\n&lt;p&gt;Dating Apps Lead Verification Implementation&lt;/p&gt;\n&lt;p&gt;Dating services are rapidly adopting strict age verification protocols, with Grindr being among the first major platforms to implement comprehensive checks. The app now requires users to complete a one-time verification process using either biometric technology or a combination of video selfie and official ID.&lt;/p&gt;\n&lt;p&gt;Grindr has partnered with FaceTec for the technical implementation while promising independent data processing to maintain user privacy. The company claims to have designed its verification system to balance safety requirements with user experience, though many users remain concerned about privacy implications.&lt;/p&gt;\n&lt;p&gt;The verification trend is expected to expand across other dating platforms as regulatory pressure increases, potentially changing how millions interact with these services.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e3e550c841a05bf8a642o6lrSEP03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e3e550c841a05bf8a642o6lrSEP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK&#039;s digital landscape is transforming with mandatory age guardrails now affecting major platforms unexpectedly.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Xbox initiates optional verification for British gamers via facial scans, ID checks, mobile providers, or credit cards.&lt;/p&gt;\n&lt;p&gt;Full enforcement arrives early 2026&mdash;social features will restrict to friends-only circles without validation.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Platform X limits sensitive media access unless users verify age, though accounts remain functional regardless.&lt;/p&gt;\n&lt;p&gt;Complaints emerge over X&#039;s system allegedly hiding verification behind a paywall, contradicting legal compliance expectations.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Bluesky mandates UK users pick facial recognition or credit card validation to access adult content and messaging features.&lt;/p&gt;\n&lt;p&gt;Minors or those declining verification face automatic restrictions on mature material.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Discord now filters harmful content for UK users, requiring one-time age confirmation through facial or ID scans for full access.&lt;/p&gt;\n&lt;p&gt;Resourceful gamers exploit loopholes like Death Stranding&rsquo;s photo mode, though Discord actively patches workarounds.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Nexus Mods restructures adult content access under UK/EU laws, becoming the latest gaming hub to demand age verification.&lt;/p&gt;\n&lt;p&gt;Moderation policies now explicitly target illegal material while implementing new age barriers.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Roblox proactively enforces checks for features like unfiltered voice chat, signaling expanded age-gated functionality ahead.&lt;/p&gt;\n&lt;p&gt;The trend isn&rsquo;t UK-exclusive&mdash;five EU nations currently pilot a regional age verification application.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Facial biometrics, payment methods, and documentation emerge as dominant validation pathways across platforms.&lt;/p&gt;\n&lt;p&gt;Non-compliance increasingly triggers feature limitations rather than outright bans, reshaping digital experiences.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e411dd311b52872cf80UkoPaGrM03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e411dd311b52872cf80UkoPaGrM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Legal Challenges to Privacy&lt;/h3&gt;\n&lt;p&gt;Wikimedia Foundation, the organization behind Wikipedia, faces legal challenges over the UK&#039;s new online safety regulations that mandate age verification.&lt;/p&gt;\n&lt;p&gt;Their primary concern centers on the potential privacy breaches for volunteer editors who currently remain anonymous.&lt;/p&gt;\n&lt;p&gt;The foundation argues that forced ID checks could compromise the safety and privacy of those contributing to free knowledge worldwide.&lt;/p&gt;\n&lt;p&gt;In an official statement, Phil Bradley-Schmieg emphasized the need to protect volunteers and uphold the integrity of accessible information against legislation they deem flawed.&lt;/p&gt;\n&lt;p&gt;The UK&rsquo;s age verification laws aim to prevent minors from accessing harmful online content, with stricter safeguards for children&rsquo;s protection.&lt;/p&gt;\n&lt;p&gt;However, implementing these measures raises worries about data security, privacy, and broader digital rights such as free speech.&lt;/p&gt;\n&lt;p&gt;Trusting third-party providers with sensitive data is risky, especially after incidents like the recent Tea app data breach, which exposed millions to potential fraud.&lt;/p&gt;\n&lt;p&gt;Experts warn that eliminating online anonymity could lead to increased surveillance and misuse of personal data.&lt;/p&gt;\n&lt;p&gt;There are also concerns that new rules might curb free expression, as platforms could be required to censor or remove content deemed harmful.&lt;/p&gt;\n&lt;p&gt;While many support the law&#039;s intent, the public remains cautious about sharing private information with unverified services.&lt;/p&gt;\n&lt;p&gt;Using VPNs offers a legal way to protect data during age checks, but not all VPN providers are equally trustworthy.&lt;/p&gt;\n&lt;p&gt;Free VPN services, such as Proton VPN, offer decent privacy safeguards, but premium options like NordVPN are preferred for their robust security features.&lt;/p&gt;\n&lt;p&gt;The landscape is shifting: age verification is now impacting major websites in the UK and soon across the EU.&lt;/p&gt;\n&lt;p&gt;The government is also scrutinizing VPN usage, contemplating potential bans amid concerns over online privacy and regulation enforcement.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, and privacy concerns that prevent access to adult content. Unblock porn through a VPN involves changing your IP address and encrypting your traffic, ensuring safe and anonymous browsing while bypassing regional restrictions and ISP throttling.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for users seeking privacy and unrestricted access. The benefits of using SafeShell VPN to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; are numerous and significant:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nRobust encryption protocols ensure your browsing activities remain completely anonymous, protecting your privacy from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds allow for buffer-free streaming of high-definition content without compromising security\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature lets you access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nExclusive ShellGuard protocol provides undetectable encryption that bypasses even the strictest content restrictions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support allows you to protect up to five devices at once, including Windows, macOS, iOS, Android, and various TV platforms\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for watching porn content from any region, begin by subscribing to SafeShell VPN through their official website, where you can select a plan tailored to your needs. Next, download and install the SafeShell app on your preferred device(s) to ensure compatibility and ease of use. Once installed, enable the App Mode within the application to maximize access flexibility and security features. After setting up the app, choose a server location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions. Finally, connect to the selected server and start browsing with complete privacy, enjoying unrestricted access to adult content from any region securely and anonymously.&lt;/p&gt;', 9, 'game'),
(304, 454, '', 'Box Office Boost: Ice Age, Monsters Inc. Lead', '&lt;p&gt;Last weekend saw a significant boost in box office numbers across various regions, driven by fresh animated and live-action releases that attracted diverse audiences. Notably, family favorites like &ldquo;Ice Age,&rdquo; &ldquo;Monsters, Inc.,&rdquo; and &ldquo;Return to Never Land&rdquo; led the animated segment, while &ldquo;The Time Machine&rdquo; and &ldquo;The Royal Tenenbaums&rdquo; launched their international campaigns with promising results.&lt;/p&gt;\n&lt;p&gt;In Mexico, Fox&rsquo;s &ldquo;Ice Age&rdquo; achieved remarkable success, earning $3.6 million from nearly 500 screens&mdash;setting a new record for the territory and ranking as the second-best opening ever for the studio after &ldquo;Dinosaur.&rdquo; Meanwhile, in Singapore, the film amassed $366,000 from 34 screens, marking the biggest animated opening in the country&rsquo;s history. The trend is optimistic, with upcoming openings scheduled in the UK, Germany, Australia, and Brazil.&lt;/p&gt;\n&lt;p&gt;&ldquo;Monsters, Inc.&rdquo; also performed strongly in Italy, pulling in $1.2 million over 243 screens&mdash;outperforming previous Pixar hits like &ldquo;Shrek&rdquo; and &ldquo;Toy Story&rdquo; in comparable markets. In Japan, the film&rsquo;s third-week decline was modest at 23%, with total revenue reaching $4.3 million, contributing to a market total of $22.5 million. Overall, Disney&rsquo;s &ldquo;Monsters, Inc.&rdquo; has grossed $180.1 million internationally, adding to its global success.&lt;/p&gt;\n&lt;p&gt;The &ldquo;Peter Pan&rdquo; sequel, &ldquo;Return to Never Land,&rdquo; opened to $930,000 in Spain on 200 screens&mdash;50% higher than &ldquo;Chicken Run&rdquo;&mdash;but had a more modest start in Sweden with $165,000 from 99 screens, competing against the animated hit &ldquo;Ice Age.&rdquo; Meanwhile, &ldquo;The Time Machine,&rdquo; starring Guy Pearce, opened in Thailand with $400,000 from 65 screens, making it the second-largest U.S. film debut in the country this year. It also earned $256,000 in Holland and $161,000 in Malaysia, securing the top spot in all three markets.&lt;/p&gt;\n&lt;p&gt;In the UK, &ldquo;The Royal Tenenbaums&rdquo; outperformed &ldquo;We Were Soldiers,&rdquo; earning $991,000 from 159 locations, while the Mel Gibson war film has now made $2.2 million overall. Across Europe, Wes Anderson&rsquo;s comedy drew strong numbers, with $500,000 in France, $360,000 in Germany, and $170,000 in Brazil, despite limited screen availability.&lt;/p&gt;\n&lt;p&gt;&ldquo;Spy Game,&rdquo; featuring Brad Pitt and Robert Redford, was the most successful U.S. release in Germany with $1.5 million from 639 screens and ranked second in South Korea with $481,000 from 80 screens. The film&rsquo;s total international gross now exceeds $68.6 million, with Brazil and Argentina remaining key markets.&lt;/p&gt;\n&lt;p&gt;&ldquo;Ocean&rsquo;s Eleven&rdquo; continues its impressive run, accumulating approximately $238.8 million overseas, ranking as Warner Bros.&rsquo; fourth-highest grossing film internationally, trailing only &ldquo;Harry Potter and the Sorcerer&rsquo;s Stone,&rdquo; &ldquo;The Bodyguard,&rdquo; and &ldquo;The Matrix.&rdquo; It earned $6.9 million across 50 territories and remains at the top in the UK and Korea during its fifth and third weeks, respectively.&lt;/p&gt;\n&lt;p&gt;In Japan, &ldquo;The Lord of the Rings: The Fellowship of the Ring&rdquo; is nearing $500 million globally, with Japan contributing $26.4 million in its third week&mdash;only a 13% drop&mdash;allowing it to reclaim the top spot from &ldquo;Monsters, Inc.&rdquo; It has become New Zealand&rsquo;s highest-grossing film ever, surpassing &ldquo;Titanic,&rdquo; and debuted in India with $121,000 from 41 screens. &ldquo;A Beautiful Mind&rdquo; has crossed $56 million worldwide, adding around $8.2 million from 29 markets including Singapore, Thailand, and South Africa.&lt;/p&gt;\n&lt;p&gt;Down under, Robert Altman&rsquo;s &ldquo;Gosford Park&rdquo; earned a refined $602,000 from 64 screens in Australia, pushing its total to $12.7 million after four weeks. &ldquo;Kate &amp;amp; Leopold&rdquo; earned $907,000 from 213 screens in Australia, while in Italy, it has accumulated $1.9 million after its third week. &ldquo;Thirteen Ghosts&rdquo; gathered approximately $1 million in the UK from 280 screens, comparable to &ldquo;I Know What You Did Last Summer,&rdquo; and added $227,000 in Singapore from 20 screens. Its total stands at $15 million across major markets.&lt;/p&gt;\n&lt;p&gt;Finally, Ridley Scott&rsquo;s &ldquo;Black Hawk Down&rdquo; took in $300,000 in Russia from 46 screens and $144,000 in Argentina from 75 screens, leading those markets. The film has now earned a solid $38 million globally, with upcoming releases in Japan, Germany, and Sweden expected to further boost its international tally.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. These films depict Harry Potter&#039;s adventures at Hogwarts as he faces dark forces and discovers his destiny, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on various streaming platforms like Netflix, HBO Max, or Amazon Prime, or by renting digital copies, with VPNs offering a solution for geographical restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the perfect solution for your streaming needs. SafeShell VPN offers several outstanding benefits that set it apart from other VPN services:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming ensure you enjoy your favorite content without buffering or interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device capability allows you to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature uniquely enables access to multiple regional libraries at the same time, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds eliminate frustrating buffering issues and bandwidth limitations that plague other VPNs\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security through the proprietary &quot;ShellGuard&quot; protocol keeps your browsing activities private and your data secure\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan gives you the opportunity to test all these premium features before making any commitment\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; through their official website, selecting a plan that aligns with your streaming preferences and completing the registration process.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application directly from their platform or authorized app stores, ensuring compatibility with your device&rsquo;s operating system.\n&lt;/li&gt;\n&lt;li&gt;\nInstall the SafeShell VPN software, then launch it and log into your account using your credentials to access the interface.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu within the SafeShell VPN app and choose a virtual location where Harry Potter content is accessible, such as the UK or US libraries.\n&lt;/li&gt;\n&lt;li&gt;\nActivate the VPN connection by clicking &quot;Connect&quot; to establish a secure tunnel, which masks your real IP address and grants regional access.\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred streaming service, search for the Harry Potter series or films, and immerse yourself in the wizarding world without geographical restrictions.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(305, 455, '', 'Rupert Grint&#039;s Legacy &ndash; Embracing Ron Weasley Fame', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e6e7a93052e0c2ac5b9tlJNaCsq07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e6e7a93052e0c2ac5b9tlJNaCsq07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Rupert Grint&#039;s Legacy and Transition&lt;/h3&gt;\n&lt;p&gt;Switching on festive lights in Highgate, Rupert Grint drew local fans to the neighborhood event.&lt;/p&gt;\n&lt;p&gt;The actor resides nearby with his partner, Georgia Groome, and their children.&lt;/p&gt;\n&lt;p&gt;Grint openly embraces his lasting association with the iconic Ron Weasley role.&lt;/p&gt;\n&lt;p&gt;He cherishes meeting fans for whom Harry Potter defined their childhood years.&lt;/p&gt;\n&lt;p&gt;Reflecting on the upcoming TV reboot, Grint finds the repetition &quot;quite strange&quot;.&lt;/p&gt;\n&lt;p&gt;He penned a personal letter to the young actor newly cast as Ron Weasley.&lt;/p&gt;\n&lt;p&gt;Fourteen years post-films, Grint remains intrigued by the franchise&#039;s enduring cycle.&lt;/p&gt;\n&lt;p&gt;The shadow of Weasley feels permanent, yet he feels &quot;fine&quot; with that legacy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e76c37e0a7488358e235NajV1dl07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e76c37e0a7488358e235NajV1dl07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Growing up, Rupert Grint, along with his Harry Potter co-stars Daniel Radcliffe and Emma Watson, experienced life-changing moments due to their iconic roles in the film adaptations of J.K. Rowling&rsquo;s beloved books, produced between 2001 and 2011.&lt;/p&gt;\n&lt;p&gt;At just 11 years old, Grint was cast as Ron Weasley, Harry&rsquo;s loyal friend at Hogwarts, a role he now describes as &quot;crazy&quot; to have experienced. &quot;It transformed my entire life very quickly,&quot; he reflected. &quot;Being a huge fan of the books, stepping into that world was incredibly special for me.&quot;&lt;/p&gt;\n&lt;p&gt;Beyond his acting career, Grint has also participated in local community events, such as lighting up the Christmas decorations in Highgate, an occasion organized by volunteers and supported by local businesses, schools, and residents.&lt;/p&gt;\n&lt;p&gt;Since the end of the Harry Potter series, Grint has taken on diverse projects, including films like &quot;Into the White&quot; and appearances in the Apple TV+ series &quot;Servant.&quot; He has also graced the stage and appeared in music videos, notably for Ed Sheeran. Although he has some upcoming projects lined up for next year, he remains tight-lipped about the details.&lt;/p&gt;\n&lt;p&gt;Compared to Radcliffe and Watson, Grint admits that stepping out of the Potter shadow has been more challenging. However, he&#039;s genuinely proud of his association with the franchise. &quot;I love it,&quot; he said. &quot;It means a lot to my generation and even more to those discovering it now. It&rsquo;s a huge part of my life, and I take pride in that.&quot; He added, &quot;I don&rsquo;t think I&rsquo;ll ever fully move beyond it, but I&rsquo;m perfectly okay with that.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e7ba6424515c03a8463TqiSJasB07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e7ba6424515c03a8463TqiSJasB07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The young performers set to portray the iconic magical trio in HBO&#039;s upcoming adaptation were revealed to the public this spring.&lt;/p&gt;\n&lt;p&gt;Daniel Radcliffe, who originally brought the boy wizard to life on the big screen, recently disclosed that he reached out to young Dominic McLaughlin with a personal letter as the 11-year-old prepares to don the famous glasses and scar.&lt;/p&gt;\n&lt;p&gt;McLaughlin isn&#039;t waiting for his Hogwarts letter to begin his acting journey - viewers can catch him showcasing his talents in the new CBBC series &quot;Gifted,&quot; premiering on iPlayer next week.&lt;/p&gt;\n&lt;p&gt;Following his former co-star&#039;s example, Rupert Grint confirmed he also penned a heartfelt message to Alastair Stout, the newcomer stepping into the shoes of Ron Weasley.&lt;/p&gt;\n&lt;p&gt;Grint described his letter as a symbolic &quot;passing of the baton&quot; to the next generation of performers bringing these beloved characters to a new medium.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e8201ae9a812056f877VzWQhle707&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e8201ae9a812056f877VzWQhle707&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Casting Recollections and Future Uncertainties&lt;/h3&gt;\n&lt;p&gt;Reflecting on the new casting announcements instantly transported him to his own audition days.&lt;/p&gt;\n&lt;p&gt;The memories remain vivid, every detail etched clearly.&lt;/p&gt;\n&lt;p&gt;He noticed a distinct family resemblance in the new actor stepping into his former role.&lt;/p&gt;\n&lt;p&gt;Seeing the series reimagined as a fresh adaptation excites him immensely.&lt;/p&gt;\n&lt;p&gt;It will establish its own unique identity, which he finds thrilling.&lt;/p&gt;\n&lt;p&gt;His young daughter, Wednesday, finds the original films still a bit too intense.&lt;/p&gt;\n&lt;p&gt;Yet, she&#039;s enchanted by the clips she&#039;s seen.&lt;/p&gt;\n&lt;p&gt;Her delight in those moments is unmistakable.&lt;/p&gt;\n&lt;p&gt;Should his own children ever express interest in joining this magical universe, he&#039;d enthusiastically support them.&lt;/p&gt;\n&lt;p&gt;The sheer exhilaration of the experience makes it an easy decision.&lt;/p&gt;\n&lt;p&gt;He wouldn&#039;t hesitate to say yes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e87d251999da6c6f857poNRsBw407&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e87d251999da6c6f857poNRsBw407&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;After the Harry Potter film series concluded, Rupert Grint has maintained a lower profile in the entertainment industry. In 2020, he joined several former Potter cast members in expressing views that diverged from J.K. Rowling&#039;s stance on transgender issues. At that time, Rowling had voiced concerns about trans activism potentially undermining the concept of biological sex.&lt;/p&gt;\n&lt;p&gt;The author faced accusations of transphobia following her comments, allegations she consistently rejected while explaining her position was centered on protecting women in single-sex spaces.&lt;/p&gt;\n&lt;p&gt;More recently, Emma Watson made headlines by stating she maintains affection for Rowling despite their disagreements on transgender matters. Rowling responded critically to Watson&#039;s comments, characterizing them as showing a lack of understanding.&lt;/p&gt;\n&lt;p&gt;When questioned about this ongoing controversy during a recent interview, Grint chose not to offer any statement on the matter.&lt;/p&gt;\n&lt;p&gt;Regarding potential future involvement with the Harry Potter franchise, Grint didn&#039;t rule out the possibility of returning to his wizarding role someday, particularly after learning that his former colleague Tom Felton had reprised his role as Draco Malfoy in a Broadway production. Grint simply noted that such a return might be possible, leaving the door open for future opportunities.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278e8cbd33e8378bfa07585CEpNSVs07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278e8cbd33e8378bfa07585CEpNSVs07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Reflections on New Opportunities&lt;/h3&gt;\n&lt;p&gt;At present, he finds himself appreciating the opportunity to explore new experiences beyond his familiar realm, despite his deep affection for it.&lt;/p&gt;\n&lt;p&gt;Meanwhile, the influence of Ron&#039;s presence remains significant in his thoughts.&lt;/p&gt;\n&lt;p&gt;If the magical qualities he possesses could grant him the advantage of foresight, he often wonders which Hogwarts house he would be assigned to.&lt;/p&gt;\n&lt;p&gt;He confesses that he most likely aligns with Hufflepuff, citing the positive energy and values it represents.&lt;/p&gt;\n&lt;p&gt;However, he also feels a strong connection to Gryffindor, which he regards as a close second choice.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the beloved film series is available on multiple streaming services including HBO Max and Amazon Prime, though availability varies by region, with some viewers needing to rent the films from digital retailers for their enchanting movie marathon.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content like Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. The SafeShell VPN provides high-speed servers specifically optimized for seamless streaming, ensuring buffer-free playback and high-definition quality without interruptions. Additionally, it allows you to connect multiple devices simultaneously, supporting various operating systems such as Windows, macOS, iOS, and Android, so you can enjoy your favorite shows on any device. The exclusive App Mode feature enables you to unlock content from multiple regions at once, vastly expanding your entertainment options. Moreover, SafeShell VPN offers lightning-fast speeds without bandwidth restrictions, preventing buffering and throttling, and its top-level security with the proprietary ShellGuard protocol keeps your online activities private and protected. For those wanting to try it out first, the flexible free trial plan allows users to explore its robust features risk-free, making SafeShell VPN an ideal solution for an enhanced streaming experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. - After subscribing, download and install the SafeShell VPN app compatible with your device, whether it is Windows, macOS, iOS, or Android. - Launch the SafeShell VPN app and log in to your account. - Choose the APP mode within the app to optimize your streaming experience. - Browse the list of available VPN servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. - Tap on &quot;Connect&quot; to establish a secure connection to your chosen server. - Once connected, open your Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies from the region you selected with the enhanced privacy and access provided by SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(306, 456, '', 'Genshin Impact Map Expansions: Nod-Krai Updates', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f8b550c841a05bf996fftOXbxdC03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f8b550c841a05bf996fftOXbxdC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A trusted insider within the Genshin Impact community has shared an early overview of upcoming map expansions for the second half of the Nod-Krai region. Fans have been aware of a slowdown in new content for 2025, with only a handful of zones introduced&mdash;namely in versions 5.5, 5.8, and 6.0. In comparison, 2024 saw five new map areas across Fontaine and Natlan, while 2023 featured six expansions spanning Sumeru and Fontaine. Given that Genshin Impact&rsquo;s core appeal lies in its character roster and expansive open worlds, the scarcity of new zones has been a point of concern among players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Natlan and Nod-Krai stand out for their impressive map updates, with many praising the OchkaKatlan region in particular. Despite maintaining high-quality environments, the overall number of new map areas in 2025 has fallen short. Notably, neither version 6.1 nor 6.2 is expected to introduce new zones, meaning players will need to wait until January 14, 2026, to explore more of Nod-Krai. However, recent leaks suggest this schedule may soon shift.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to Full Stop Chan, a reputable figure in the community, version 6.4 could see the addition of Dornman Port, while version 6.5 might introduce Hyperborea as a new, standalone map region&mdash;similar to the Enkanomiya area. If accurate, this would mark a strong start to 2026, with three consecutive map expansions: version 6.3 is anticipated to debut the City of Piramida and Lake Amsvartnir. An intriguing detail from the leak mentions a mysterious zone called the Space of Asmoday, which has yet to be linked to any specific update. Since Asmoday is the missing member of the Four Shades in Genshin Impact&rsquo;s lore, it&rsquo;s likely this area will only be unveiled towards the end of the Nod-Krai storyline.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f8fa2a658eda5266176t8xzWvbK03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f8fa2a658eda5266176t8xzWvbK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans should stay alert for a potential appearance of Liben in the upcoming Genshin Impact updates. Historically, Liben has served as a source of hints and teasers for future content during his annual visits to Teyvat. His datamined dialogue from version 6.2 notably references Dornman Port, hinting at possible developments in that area. It&#039;s worth recalling that the last major map expansion for Mondstadt was the introduction of Dragonspine in version 1.2. This suggests that Dornman Port could be an ideal location for a refreshed, modern reinterpretation of one of Genshin Impact&#039;s earliest regions. Additionally, the anticipated gameplay debut of Varka coincides with these developments, potentially signaling a significant update that could reshape that part of the map.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f93550c841a05bf99b5OcQq2odC03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f93550c841a05bf99b5OcQq2odC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent developments in Genshin Impact suggest exciting changes on the horizon, particularly concerning the future of the game&#039;s expanding world. While the current focus in the Nod-Krai region revolves around lunar reactions, upcoming updates hint at a broader scope for the game&rsquo;s map.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leaked information points to potential expansions that could introduce new territories beyond the existing zones, with rumors suggesting a shift towards exploring more of Mondstadt&rsquo;s landscape. In version 6.2, a notable gameplay mechanic called the Hexerei Rite has been added, exclusive to Mondstadt characters. When two characters with the Hexerei trait are in a team, both benefit from enhanced abilities, making older 4-star and 5-star characters more viable in competitive play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, the anticipated addition of characters like Varka, Alice, and Nicole around 2026 indicates a possible narrative focus on Mondstadt&rsquo;s storylines and regions. These hints collectively imply that Genshin Impact&rsquo;s developers might be preparing to emphasize Mondstadt&rsquo;s prominence, possibly leading to significant map expansions and new content that will reshape the game&rsquo;s landscape and player experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency within &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, allowing players to unlock a range of valuable resources, such as exclusive characters and weaponry, to enhance their gameplay experience. These crystals cannot be earned simply by playing; instead, they are primarily obtained by topping up through trusted game trading platforms like Codashop, OffGamers, and the official Genshin Impact website, using real-world money. By purchasing Genesis Crystals, players gain access to special in-game features and limited-time offers that are otherwise unavailable. This makes Genesis Crystals a sought-after resource for those looking to progress quickly or obtain rare content in Genshin Impact.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt; efficiently and securely, they may want to consider using the lootbar game trading platform. As the official &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up center&lt;/a&gt;, &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; allows players to conveniently purchase Genesis Crystals through a trusted and authorized process, ensuring their in-game transactions are safe and reliable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg stands out by offering attractive deals and exclusive benefits for Genshin Impact players. Not only can users enjoy lower prices compared to standard rates, but they also have the chance to receive bonus Genesis Crystals, effectively doubling the value of their purchase. The platform also supports bulk buying options, allowing players to top up large amounts&mdash;such as 6480 Genesis Crystals*4&mdash;in a single, straightforward transaction, saving both time and money. For those seeking the best value and convenience, lootbar.gg is an excellent choice for all Genshin Impact top up needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genshin&lt;/a&gt; and purchase Genesis Crystals on the LootBar trading platform, start by visiting the official LootBar website and logging into your account after selecting your preferred language and currency.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top up section and choose Genshin Impact as your game.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the amount of Genesis Crystals you wish to buy and press the &#039;Buy Now&#039; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Genshin Impact server and UID information as prompted.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed by clicking the top up button, then pick a payment method that works best for you and complete your purchase.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once finished, your Genesis Crystals will be delivered to your Genshin Impact account, making the process to top up Genshin simple and efficient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(307, 457, '', 'Top VPNs for US Netflix Access &ndash; Stream Anywhere', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692790c00ab8defdc1e439d5Jj694mPq03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692790c00ab8defdc1e439d5Jj694mPq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for US Netflix Access&lt;/h3&gt;\n&lt;p&gt;While Netflix is accessible in most regions around the globe, the content library you see varies depending on your geographic location. Although the overall number of titles available in the United States and South Africa may seem similar, the specific movies and TV shows offered can differ due to licensing agreements. Fortunately, travelers and residents in South Africa can still access the U.S. Netflix library by using a Virtual Private Network (VPN).&lt;/p&gt;\n&lt;p&gt;Connecting to a VPN server located in the United States assigns you a temporary US IP address. This tricks Netflix into thinking you are browsing from within the US, granting access to the same streaming options as at home. Beyond unlocking geo-restricted content, VPNs enhance your online privacy by encrypting your internet traffic, preventing snoopers like ISPs, employers, or government agencies from viewing your browsing activity. Routing your data through secure servers worldwide also allows you to bypass local censorship and access blocked sites or services.&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for streaming U.S. Netflix in South Africa, consider providers renowned for reliability and speed. Top options include services with extensive US server networks, robust security features, and high-speed connections necessary for HD or 4K streaming. For example, NordVPN offers over 2,600 US servers, prioritizes user privacy, and provides a risk-free 30-day money-back guarantee. Surfshark is another budget-friendly choice, allowing unlimited device connections and strong access capabilities. Other notable options include IPVanish, with its fast servers and advanced security tools; ExpressVPN, known for its broad server network and consistent performance; CyberGhost, which combines user-friendliness with reliable streaming speeds; and ProtonVPN, emphasizing security and privacy with flexible platform support.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to note that many free or lesser-known VPNs may not reliably unblock Netflix or could be blocked by streaming services. Our testing involves evaluating over 70 VPN providers to identify those that consistently bypass Netflix&rsquo;s restrictions while maintaining user privacy and speed. We recommend trying out top-rated VPNs risk-free via their money-back guarantees to find the best fit for your needs.&lt;/p&gt;\n&lt;p&gt;Getting started is straightforward: choose a recommended VPN such as NordVPN, download the appropriate app for your device, and connect to a US-based server. Once connected, open Netflix, and you should be able to stream the full US library. If you encounter proxy errors, clearing your browser cache or switching servers often resolves the issue. Should problems persist, customer support teams are usually ready to assist in finding a working server.&lt;/p&gt;\n&lt;p&gt;Selecting the right VPN involves considering factors like server availability, streaming performance, security features, ease of use, and overall value. Our thorough testing ensures the providers we recommend excel in these areas, making it simpler for you to enjoy American Netflix content from South Africa without hassle.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f472dfc16f03cbbb27bGopGfwaj07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f472dfc16f03cbbb27bGopGfwaj07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;At Comparitech, our goal is to provide you with the most reliable and insightful VPN suggestions available. To ensure accuracy, our team personally tests each service, evaluating their performance under various conditions. These reviews are crafted based on our experts&#039; detailed analysis and practical testing in real-world scenarios.&lt;/p&gt;\n&lt;p&gt;Below is our curated selection of top VPNs for accessing American Netflix from South Africa:&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix US  Tested Nov 2025For accessing US Netflix from South Africa, NordVPN stands out as our top choice. Its impressive speed ensures smooth streaming without buffering interruptions. Additionally, NordVPN boasts a vast server network, featuring over 7,700 servers spread across more than 118 countries, including approximately 2,600 servers located within the United States.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/689bd2120b50d0108ac15263Z1FwEq1603&quot; height=&quot;485&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/689bd2120b50d0108ac15263Z1FwEq1603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When it comes to accessing Netflix USA content from South Africa, connection speed is paramount for an enjoyable streaming experience. In our comprehensive testing, one service consistently delivered exceptional performance, averaging 198.46 Mbps - outpacing competitors by over 67 Mbps.&lt;/p&gt;\n&lt;p&gt;This remarkable speed advantage translates to buffer-free viewing of your favorite American shows and movies, even in high definition. The service also effortlessly unblocks other geo-restricted platforms like BBC iPlayer, expanding your entertainment options beyond just Netflix.&lt;/p&gt;\n&lt;p&gt;Security features haven&#039;t been compromised for speed. The service implements military-grade 256-bit encryption to protect your browsing activity. Additional safeguards include comprehensive leak protection covering IPV6, WebRTC, DNS, and port forwarding vulnerabilities.&lt;/p&gt;\n&lt;p&gt;For those concerned about maintaining privacy during connection interruptions, the specialized kill switch feature ensures your data remains protected. The service also includes practical tools like ad-blocking and malware scanning capabilities.&lt;/p&gt;\n&lt;p&gt;Perhaps most impressively, specialized servers are available for regions with strict internet regulations, making this an ideal solution regardless of your location within South Africa or during international travel.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6861d03d1601251ed5e7ee7aVVxZiPEu03&quot; height=&quot;420&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6861d03d1601251ed5e7ee7aVVxZiPEu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking to access US Netflix content from South Africa? A reliable VPN can make all the difference. NordVPN emerges as a top contender, offering robust security and seamless streaming experiences.&lt;/p&gt;\n&lt;p&gt;With a strict no-logs policy, your privacy remains protected as you browse and stream. Should you encounter any issues, 24/7 live chat support is readily available to assist you.&lt;/p&gt;\n&lt;p&gt;Compatibility is key, and NordVPN covers a wide range of devices including Windows, Mac, Android, iOS, Linux, and Amazon Fire TV. Browser extensions for Chrome, Firefox, and Edge further enhance your convenience. For router users, manual configuration allows VPN protection across your entire network. Subscriptions permit up to ten devices simultaneously, ideal for families or multiple users.&lt;/p&gt;\n&lt;p&gt;Why choose NordVPN for US Netflix in South Africa?&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nIt offers over 7,700 high-speed servers across the US, ensuring reliable access even if some IPs are blocked.\n&lt;/li&gt;\n&lt;li&gt;\nSpecialized servers are designed to bypass Netflix&rsquo;s detection systems effectively.\n&lt;/li&gt;\n&lt;li&gt;\nIts advanced security features, combined with an independent audit confirming its no-logs policy, guarantee your privacy.\n&lt;/li&gt;\n&lt;li&gt;\nThe user-friendly interface makes it suitable for beginners, while offering powerful tools for experienced users.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, if you require unlimited simultaneous connections, NordVPN may not meet that need, as it caps at ten.&lt;/p&gt;\n&lt;p&gt;Overall, NordVPN stands out as the best option for streaming US Netflix from South Africa. Its combination of speed, security, and extensive server network ensures a smooth viewing experience. Plus, with a 30-day money-back guarantee, you can try it risk-free.&lt;/p&gt;\n&lt;p&gt;For more detailed insights, check out comprehensive reviews of NordVPN.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix US  Tested Nov 2025Access geo-restricted American Netflix libraries directly from South Africa using this affordable VPN solution.&lt;/p&gt;\n&lt;p&gt;It maintains an extensive network of over 3,200 servers strategically spread across more than 100 nations, ensuring reliable US access.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix USA, the service consistently unblocks other major streaming platforms such as Amazon Prime Video, BBC iPlayer, and Hulu.&lt;/p&gt;\n&lt;p&gt;Enjoy seamless streaming across multiple services without straining your budget.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c597379273285fb44f90AkSyruXb03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c597379273285fb44f90AkSyruXb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;One of the standout features of this VPN is its unlimited device connection policy, offering great value for households with multiple gadgets. Its performance has been thoroughly tested, revealing impressive average download speeds of approximately 193 Mbps. Such speeds are more than sufficient to enjoy seamless 4K streaming on up to seven devices simultaneously, making it ideal for busy families or shared households.&lt;/p&gt;\n&lt;p&gt;Privacy is a top priority with this provider. They adhere to a strict zero-logs policy, ensuring that your online activities remain confidential and cannot be traced back to you, even under legal pressure. For enhanced anonymity, users can opt to pay with cryptocurrencies like Bitcoin. Security measures include 256-bit encryption, a kill switch to block data leaks if the VPN disconnects unexpectedly, and protections against IPv6, DNS, and WebRTC leaks. Should you encounter any issues, a dedicated support team is available around the clock via live chat to assist you promptly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6872f388f0ac29649af5e70cz9IC0awC03&quot; height=&quot;714&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6872f388f0ac29649af5e70cz9IC0awC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing American Streaming Content with Surfshark VPN&lt;/p&gt;\n&lt;p&gt;Surfshark offers comprehensive device coverage with dedicated applications for all major platforms including Windows, macOS, Android, iOS, and Linux systems. Fire TV users aren&#039;t left out, and web browsing is covered through Chrome and Firefox extensions. Router compatibility extends your protection network-wide, though manual configuration is required.&lt;/p&gt;\n&lt;p&gt;Why Choose Surfshark for Netflix USA Access&lt;/p&gt;\n&lt;p&gt;Surfshark stands out by allowing unlimited device connections simultaneously&mdash;perfect for households with multiple streamers. Its robust unblocking capabilities consistently bypass geo-restrictions on premium services including Netflix US, Hulu, and HBO.&lt;/p&gt;\n&lt;p&gt;Performance highlights include impressive speeds that support ultra-high-definition streaming without buffering issues. Privacy-conscious users will appreciate the anonymous payment options, including cryptocurrency transactions.&lt;/p&gt;\n&lt;p&gt;Limitations to Consider&lt;/p&gt;\n&lt;p&gt;Tech enthusiasts seeking granular control may find Surfshark&#039;s configuration options somewhat limited compared to more specialized VPNs that cater to power users.&lt;/p&gt;\n&lt;p&gt;Value Proposition&lt;/p&gt;\n&lt;p&gt;Surfshark delivers an excellent balance of performance and affordability. The service combines reliable US content access with strong security features and a strict no-logging policy. All subscriptions include a 30-day money-back guarantee, allowing risk-free testing of its streaming capabilities across your devices.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;IPVanish is a VPN provider headquartered in the United States, boasting a network that spans more than 140 server locations worldwide, including key regions like the US and South Africa. During testing, it proved effective for bypassing geo-restrictions to access popular streaming services such as Netflix US, Netflix South Africa, and Amazon Prime Video, ensuring smooth and reliable content streaming across different regions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6885693d4cd61ce3f232c2328Wy3fXD203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6885693d4cd61ce3f232c2328Wy3fXD203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;IPVanish delivers exceptional streaming speeds ideal for accessing geo-restricted libraries.&lt;/p&gt;\n&lt;p&gt;Its implementation of the WireGuard protocol consistently achieves impressive averages around 174 Mbps.&lt;/p&gt;\n&lt;p&gt;This level of performance ensures smooth, buffer-free viewing of high-definition content.&lt;/p&gt;\n\n&lt;p&gt;Robust security safeguards your connection with military-grade AES 256-bit encryption.&lt;/p&gt;\n&lt;p&gt;Essential privacy tools like DNS leak protection and an automatic kill switch are included.&lt;/p&gt;\n&lt;p&gt;The service further enhances anonymity through obfuscation technology and split tunneling options.&lt;/p&gt;\n\n&lt;p&gt;You can trust IPVanish with your streaming activity due to its verified no-logs policy.&lt;/p&gt;\n&lt;p&gt;It refrains from monitoring or retaining records of your online sessions.&lt;/p&gt;\n&lt;p&gt;This combination of speed, security, and privacy makes it a strong choice for international Netflix access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c5cbc69dcb452adfb3c1D3ix4LZY03&quot; height=&quot;233&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c5cbc69dcb452adfb3c1D3ix4LZY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;If you need assistance, support is available around the clock via live chat and email. IPVanish supports unlimited simultaneous device connections under a single account and offers dedicated apps compatible with Windows, Android, macOS, and iOS platforms.&lt;/p&gt;\n&lt;p&gt;Consider choosing this VPN if you desire a service that:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSupports unlimited devices with one subscription, making it ideal for families or multiple users\n&lt;/li&gt;\n&lt;li&gt;\nIncludes obfuscation features to help you bypass Netflix&rsquo;s detection systems and avoid ISP throttling\n&lt;/li&gt;\n&lt;li&gt;\nProvides reliable access to both Netflix US and South Africa libraries\n&lt;/li&gt;\n&lt;li&gt;\nOffers split tunneling, allowing you to select specific applications to route through the VPN during streaming sessions\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, it may not be suitable if you:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nRequire browser extensions for Chrome or Firefox\n&lt;/li&gt;\n&lt;li&gt;\nAre highly privacy-conscious and prefer a VPN headquartered outside the US\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;IPVanish is known for its fast and secure network, thanks to its proprietary server infrastructure. It effectively enables users in South Africa to stream US-based content like American Netflix without issues. The service also provides unlimited device connections and comes with a 30-day money-back guarantee for peace of mind.&lt;/p&gt;\n&lt;p&gt;For a comprehensive overview, check out our detailed IPVanish review.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix US  Tested Nov 2025ExpressVPN boasts a global network with more than 3,000 servers spread across 105 countries, including the United States. This extensive coverage enables users to securely connect to various streaming platforms such as Netflix US, Hulu, and Sling TV from outside their home country. With its robust encryption and reliable connections, ExpressVPN ensures seamless access to your favorite content no matter where you are.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c5fcf4973592aac865dfJYlolsil03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c5fcf4973592aac865dfJYlolsil03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This VPN employs robust 256-bit AES encryption to cloak your online activities from surveillance.&lt;/p&gt;\n&lt;p&gt;A built-in kill switch instantly halts data transmission if your connection unexpectedly fails, preventing exposure.&lt;/p&gt;\n&lt;p&gt;DNS and IPv6 leak protection work continuously to seal potential privacy vulnerabilities.&lt;/p&gt;\n\n&lt;p&gt;Performance excels with remarkable consistency: Our tests measured speeds between 124-130 Mbps.&lt;/p&gt;\n&lt;p&gt;Such velocity effortlessly handles demanding tasks like 4K streaming, torrenting, and lag-free video calls.&lt;/p&gt;\n\n&lt;p&gt;Flexible device coverage allows simultaneous protection for five gadgets on monthly subscriptions.&lt;/p&gt;\n&lt;p&gt;Long-term plans expand this capacity to eight devices, securing your most frequently used electronics at once.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6927904a5422ea5880d7e0d4rCzefNEz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6927904a5422ea5880d7e0d4rCzefNEz07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For those seeking seamless access to American Netflix from South Africa, choosing the right VPN is essential. ExpressVPN stands out as a top contender, offering robust features to enhance your streaming experience.&lt;/p&gt;\n&lt;p&gt;One notable feature is the option to pay using Bitcoin, ensuring your transactions remain private. The provider maintains a strict no-logs policy, meaning your online activities are not traceable, adding an extra layer of anonymity.&lt;/p&gt;\n&lt;p&gt;Customer support is available around the clock through live chat, ready to assist with any setup or troubleshooting needs. Compatibility is comprehensive, with dedicated apps for Windows, Mac, Linux, Android, and iOS devices. Additionally, browser extensions are available for Chrome, Firefox, and Edge, making it convenient to secure your browsing. For router users, ExpressVPN offers custom firmware, simplifying the process of securing your entire home network.&lt;/p&gt;\n&lt;p&gt;Consider choosing ExpressVPN if:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nYou require dependable access to US Netflix with consistent server performance\n&lt;/li&gt;\n&lt;li&gt;\nPrivacy and security are your top priorities, supported by independent audits\n&lt;/li&gt;\n&lt;li&gt;\nYou want versatile router support through custom firmware\n&lt;/li&gt;\n&lt;li&gt;\nYou prefer user-friendly applications that function smoothly across multiple devices\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, it might not be the best fit if:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nYou&#039;re looking for the most budget-friendly VPN options\n&lt;/li&gt;\n&lt;li&gt;\nYou need to connect more than eight devices simultaneously\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;ExpressVPN is renowned for its speed, dependability, and security, making it an excellent choice for streaming American Netflix in South Africa. With access to over 3,000 servers worldwide and a 30-day money-back guarantee, it offers both flexibility and peace of mind.&lt;/p&gt;\n&lt;p&gt;For a more detailed overview, check out our comprehensive ExpressVPN review.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix US  Tested Nov 2025CyberGhost offers an impressive global server infrastructure, featuring more than 10,000 servers distributed across over 100 countries worldwide. For those specifically interested in accessing US content, the service provides approximately 1,400 servers located throughout the United States.&lt;/p&gt;\n&lt;p&gt;What sets CyberGhost apart for streaming enthusiasts is its user-friendly approach to server selection. The platform has thoughtfully organized its servers with specialized streaming labels, allowing users to quickly identify which servers are optimized for specific streaming services. This feature eliminates the guesswork typically associated with finding the right connection for your preferred entertainment platforms.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c62fa3421d6891fa38c1yx2Ui8tk03&quot; height=&quot;660&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c62fa3421d6891fa38c1yx2Ui8tk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing international streaming libraries like Netflix USA from South Africa has never been easier with today&#039;s VPN technology. When evaluating streaming-optimized VPNs, connection speed and reliability are paramount factors.&lt;/p&gt;\n&lt;p&gt;Our comprehensive testing revealed impressive performance metrics, with average speeds reaching approximately 144 Mbps across all servers. The remarkable consistency between connections stands out, showing minimal variation of just over 6 Mbps between the fastest and slowest servers tested.&lt;/p&gt;\n&lt;p&gt;Security-conscious users will appreciate the hassle-free setup, as all protective features come pre-activated upon installation. The robust security suite includes military-grade 256-bit encryption, automatic connection kill switch functionality across all device platforms, and comprehensive protection against DNS and IPv6 leaks.&lt;/p&gt;\n&lt;p&gt;Additional benefits include integrated ad-blocking capabilities and real-time malware scanning to enhance your browsing experience. Privacy is prioritized with a strict no-logs policy, ensuring your viewing habits and personal information remain completely confidential.&lt;/p&gt;\n&lt;p&gt;Should you encounter any technical difficulties while setting up or using the service, expert assistance is available around the clock through the convenient live chat support system.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686b0b4479497e2fbd196f87LePDgOiB03&quot; height=&quot;396&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686b0b4479497e2fbd196f87LePDgOiB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;CyberGhost offers dedicated apps for multiple platforms including Windows, Mac, Android, iOS, and Linux command line. Additionally, it features a free Chrome browser extension for quick access. For router setups, manual configuration is necessary, but the service supports streaming on up to seven devices simultaneously with a single subscription.&lt;/p&gt;\n&lt;p&gt;Consider choosing CyberGhost if you are a beginner seeking a user-friendly VPN with automatic security features, or if you prefer servers optimized for Netflix US streaming that are clearly labeled. The VPN also stands out with a generous 45-day money-back guarantee, giving you ample time to test its capabilities, and boasts an extensive global server network exceeding 10,000 servers.&lt;/p&gt;\n&lt;p&gt;However, if you need flexible router support that requires minimal manual setup, or if you desire advanced options for customizing your streaming experience, CyberGhost may not be the ideal choice.&lt;/p&gt;\n&lt;p&gt;In terms of security, CyberGhost delivers swift and dependable connections, robust privacy protections, and specialized servers for unblocking US Netflix from many locations worldwide. With 11 US server options, it ensures reliable access to your favorite content.&lt;/p&gt;\n&lt;p&gt;For a more detailed overview, see our comprehensive CyberGhost review.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Works With Netflix US  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;Top VPNs for US Netflix from South Africa&lt;/h3&gt;\n&lt;p&gt;PureVPN delivers excellent performance for accessing American Netflix from international locations like South Africa.&lt;/p&gt;\n&lt;p&gt;It supports multiple major streaming services beyond Netflix, including Disney+ and Amazon Prime Video.&lt;/p&gt;\n&lt;p&gt;With servers across numerous US cities, it consistently achieves speeds ideal for HD and 4K content streaming.&lt;/p&gt;\n&lt;p&gt;During performance evaluations, it maintained an impressive average of 144.65 Mbps across multiple tests.&lt;/p&gt;\n&lt;p&gt;This VPN also accommodates torrenting activities and online gaming without significant speed loss.&lt;/p&gt;\n&lt;p&gt;Subscribers benefit from connecting up to 10 devices simultaneously under one account.&lt;/p&gt;\n&lt;p&gt;Round-the-clock customer support ensures assistance is available whenever technical issues arise.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6886baea8de4336d53308c6fXluhIoIl03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6886baea8de4336d53308c6fXluhIoIl03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PureVPN&#039;s extensive security suite goes far beyond its user-friendly exterior.&lt;/p&gt;\n&lt;p&gt;With four independent audits verifying its strict no-logging policy, trustworthiness is well-established.&lt;/p&gt;\n&lt;p&gt;Essential safeguards like military-grade encryption and robust leak protection shield your data effectively.&lt;/p&gt;\n&lt;p&gt;Multiple protocol choices offer flexibility alongside vital network kill switch functionality.&lt;/p&gt;\n&lt;p&gt;Additional layers include automatic obfuscation plus integrated tracker and ad blocking.&lt;/p&gt;\n&lt;p&gt;This combination delivers fortress-like security within an accessible interface.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6861d12e1af19e12a772657bgD3o9eUb03&quot; height=&quot;417&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6861d12e1af19e12a772657bgD3o9eUb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PureVPN unlocks American Netflix for South African viewers, overcoming regional barriers seamlessly.&lt;/p&gt;\n&lt;p&gt;Enjoy consistent streaming speeds and robust encryption alongside user-friendly applications.&lt;/p&gt;\n&lt;p&gt;Compatibility spans Windows, macOS, iOS, Android, Linux systems, plus router configurations for broader coverage.&lt;/p&gt;\n\n&lt;p&gt;Ideal for budget-conscious users seeking:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nReliable US Netflix access via multiple city-based servers\n&lt;/li&gt;\n&lt;li&gt;\nCost-effective extended subscription plans\n&lt;/li&gt;\n&lt;li&gt;\nIntuitive design with essential security protocols\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;Potential drawbacks include:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPremium features requiring additional purchases\n&lt;/li&gt;\n&lt;li&gt;\nLimited advanced customization for technical users\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;24/7 customer support and a 31-day refund policy provide added confidence.&lt;/p&gt;\n&lt;p&gt;Explore comprehensive insights in our detailed PureVPN evaluation.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; height=&quot;180&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Access US streaming giants including Netflix, Disney+, and Amazon Prime Video&lt;/p&gt;\n&lt;p&gt;using ProtonVPN&#039;s extensive network&lt;/p&gt;\n&lt;p&gt;boasting over 3,000 dedicated servers across the United States.&lt;/p&gt;\n&lt;p&gt;It reliably bypasses geo-restrictions&lt;/p&gt;\n&lt;p&gt;delivering seamless playback for South African viewers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68a50db0039aaa3d6879622eGgvsrFqU03&quot; height=&quot;380&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68a50db0039aaa3d6879622eGgvsrFqU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For smooth Netflix USA access from South Africa, ProtonVPN&#039;s impressive 140.34 Mbps average speed ensures lag-free streaming and torrenting.&lt;/p&gt;\n&lt;p&gt;Its premium features include customizable split tunneling, automated ad blocking, and port forwarding configurations.&lt;/p&gt;\n&lt;p&gt;Security is paramount with uncrackable encryption, Secure Core servers for enhanced privacy (despite speed trade-offs), and ironclad leak protection.&lt;/p&gt;\n&lt;p&gt;A verified no-logs policy and anonymous payment options like Bitcoin cater to privacy-focused users.&lt;/p&gt;\n&lt;p&gt;While offering 24/7 live chat support and 10 simultaneous connections, the free tier restricts server selection - making a paid subscription essential for Netflix unblocking.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6886bab9f5f73eeff13b41c6KhxggOdM03&quot; height=&quot;407&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6886bab9f5f73eeff13b41c6KhxggOdM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN provides dedicated applications compatible with iOS, Android, macOS, Windows, and Linux systems, making it versatile across various devices. Additionally, it supports most routers, though setting up on them requires manual configuration following specific instructions.&lt;/p&gt;\n&lt;p&gt;Consider choosing ProtonVPN if you prioritize an independently verified no-logs policy from a privacy-centric Swiss company, and if you value the option to pay anonymously using methods such as cash or Bitcoin. It&rsquo;s also suitable if you need high-speed connections to stream popular US-based services like Netflix US, Hulu, or Disney+ from South Africa.&lt;/p&gt;\n&lt;p&gt;However, this VPN might not be ideal for complete beginners who prefer an extremely straightforward setup process. Nor is it the best choice if you rely on pre-labeled streaming servers for Netflix US, as such features may not be explicitly available.&lt;/p&gt;\n&lt;p&gt;ProtonVPN emphasizes robust privacy features, ensuring your data remains protected. It enables users to bypass geo-restrictions and access US Netflix and similar platforms from South Africa with ease. Paid plans include round-the-clock customer support and a 30-day refund policy, providing added peace of mind.&lt;/p&gt;\n&lt;p&gt;For a comprehensive understanding, check out our detailed ProtonVPN review.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb11a67a0f00087f4fe9eq4Zvx6w03&quot; height=&quot;304&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb11a67a0f00087f4fe9eq4Zvx6w03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Private Internet Access offers a robust VPN solution for streaming enthusiasts seeking access to global content. With an extensive network covering more than 91 countries worldwide, including both the United States and South Africa, users enjoy exceptional connectivity options.&lt;/p&gt;\n&lt;p&gt;The service stands out for its American coverage in particular, featuring servers distributed across over 20 cities throughout the US. This widespread presence ensures optimal connection speeds regardless of your physical location.&lt;/p&gt;\n&lt;p&gt;During our comprehensive testing process, we found that PIA consistently delivered reliable access to various Netflix regional libraries. Users could seamlessly connect to American, British, and Canadian Netflix catalogs without interruption.&lt;/p&gt;\n&lt;p&gt;The combination of user-friendly interface design and impressive connection speeds makes this provider an excellent choice for South African viewers wanting to explore Netflix&#039;s US content library.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686dae810199980feba64b0cR3QhKUbl03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686dae810199980feba64b0cR3QhKUbl03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For seamless HD streaming of US Netflix abroad,&lt;/p&gt;\n&lt;p&gt;aim for consistent speeds above 25 Mbps.&lt;/p&gt;\n&lt;p&gt;While 66.84 Mbps falls short of premium tiers,&lt;/p&gt;\n&lt;p&gt;it reliably handles 4K content without buffering&lt;/p&gt;\n&lt;p&gt;when paired with robust base connections.&lt;/p&gt;\n&lt;p&gt;Essential privacy safeguards include:&lt;/p&gt;\n&lt;p&gt;DNS leak blocking to prevent exposure&lt;/p&gt;\n&lt;p&gt;Emergency kill switches for sudden disconnections&lt;/p&gt;\n&lt;p&gt;Military-grade 256-bit encryption customization&lt;/p&gt;\n&lt;p&gt;Verified no-logs policy protecting your viewing history&lt;/p&gt;\n&lt;p&gt;WireGuard protocol optimizes connection stability&lt;/p&gt;\n&lt;p&gt;while torrenting support adds flexibility.&lt;/p&gt;\n&lt;p&gt;These features collectively ensure your streaming&lt;/p&gt;\n&lt;p&gt;remains both smooth and completely anonymous.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686b0b84af41ca0a0fa5bbc34XNt7vlp03&quot; height=&quot;547&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686b0b84af41ca0a0fa5bbc34XNt7vlp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Private Internet Access (PIA) offers versatile applications compatible with a wide range of operating systems, including Windows, macOS, Linux, Android, and iOS, ensuring seamless access across your devices.&lt;/p&gt;\n&lt;p&gt;With round-the-clock live chat support, assistance is readily available whenever needed, and a 30-day money-back guarantee allows for risk-free testing of the service. One of PIA&#039;s key strengths is its unlimited device connections, making it ideal for streaming on multiple gadgets simultaneously.&lt;/p&gt;\n&lt;p&gt;Consider choosing PIA if you seek robust unblocking capabilities across various Netflix regions beyond just the US, or if you require unlimited simultaneous streams on all your devices. Additionally, its extensive network includes servers in over 20 US cities, enhancing your streaming experience.&lt;/p&gt;\n&lt;p&gt;However, if a straightforward, beginner-friendly interface is your priority, or if you prefer a VPN provider outside the Five Eyes intelligence alliance, PIA might not be the best fit.&lt;/p&gt;\n&lt;p&gt;The VPN boasts dedicated streaming servers in the US and unrestricted connection options, with user-friendly apps included in every subscription. Plus, the 30-day money-back guarantee provides confidence in your purchase.&lt;/p&gt;\n&lt;p&gt;For a comprehensive understanding, check out our detailed review of Private Internet Access.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix US  Tested Nov 2025Although PrivateVPN&#039;s server network is relatively modest, with approximately 200 servers spread across over 63 countries, it still offers reliable access to various Netflix regions worldwide. This includes the ability to securely stream US Netflix content from outside the United States.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6861d15e41469f519a25789bDVH3BmNy03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6861d15e41469f519a25789bDVH3BmNy03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PrivateVPN offers an advanced incognito feature that functions effectively even in regions with strict internet regulations like China and the UAE. This makes it particularly valuable for those who frequently travel abroad. The service allows streaming on multiple devices simultaneously, supporting up to 10 connections at once, giving users flexibility to enjoy content on their preferred screens.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692790b117b29961ebd46af4vaBEmJGc07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692790b117b29961ebd46af4vaBEmJGc07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;To stay secure while streaming, a reliable VPN should incorporate robust encryption methods, such as 256-bit AES, to safeguard your data from cyber threats. A kill switch feature is essential, as it prevents data leaks by disconnecting your internet if the VPN connection drops unexpectedly. Protecting against DNS and IPv6 leaks further enhances your privacy, ensuring your browsing activities remain hidden from external observers.&lt;/p&gt;\n&lt;p&gt;Opting for a VPN with a strict no-logs policy is crucial; this means the service does not record or store your online activities. For added anonymity, some providers allow anonymous sign-ups through alternative payment methods like Bitcoin and offer the option to use disposable email addresses. Customer support availability varies, with some VPNs providing live chat assistance for up to 22 hours daily, and additional help with setup and troubleshooting often available remotely and free of charge.&lt;/p&gt;\n&lt;p&gt;Performance is a key factor&mdash;while some VPNs may have slower speeds, averaging around 56.65 Mbps in tests, this is generally sufficient for streaming high-definition content such as Netflix in 4K. However, if your internet connection in South Africa is particularly slow, you might prefer a VPN with higher speeds to avoid buffering and lag.&lt;/p&gt;\n&lt;p&gt;Most VPN applications are compatible with major operating systems including Windows, macOS, Android, and iOS. For Linux users or those with home routers, manual configuration options are typically available, providing flexibility in setup.&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for accessing US Netflix from South Africa, consider providers with multiple US server locations to ensure reliable access and minimize downtime. A larger server network also helps bypass geo-restrictions and censorship, especially if some servers are blocked or overloaded.&lt;/p&gt;\n&lt;p&gt;Testing is essential&mdash;choose a VPN that has proven its ability to unblock US Netflix, as well as other streaming services like BBC iPlayer, Hulu, Amazon Prime Video, and Disney+. We evaluate VPNs based on their server locations, unblocking capabilities, streaming quality, and speed performance to determine the best options.&lt;/p&gt;\n&lt;p&gt;Among the top performers, ExpressVPN scored the highest with a 9.1 out of 10, thanks to its extensive US server network and consistent ability to bypass restrictions across multiple platforms. Surfshark and IPVanish are strong alternatives, offering competitive features and performance.&lt;/p&gt;\n&lt;p&gt;Speed is equally important; a VPN must deliver fast, stable connections to ensure smooth streaming experiences. Our tests, conducted at a limit of 250 Mbps to emulate typical user conditions, showed NordVPN as the leader in speed and bandwidth, making it ideal for HD and 4K streaming without interruption. Surfshark also offers impressive speeds, closely trailing NordVPN.&lt;/p&gt;\n&lt;p&gt;Finally, privacy features such as a strict no-logs policy, 256-bit encryption, a kill switch, and DNS leak protection are fundamental. Additional privacy tools like obfuscation can help disguise VPN traffic and evade detection, especially in regions with restrictive censorship policies. When choosing a VPN for streaming US content from South Africa, prioritizing these security measures ensures your online activity remains private and protected at all times.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f472a3c86a3f0499157o53yOeSa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f472a3c86a3f0499157o53yOeSa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming US Netflix from South Africa demands frustration-free tools.&lt;/p&gt;\n&lt;p&gt;The ideal VPNs merge intuitive interfaces with reliable performance.&lt;/p&gt;\n&lt;p&gt;NordVPN and Surfshark excel, achieving near-perfect ratings for seamless access.&lt;/p&gt;\n&lt;p&gt;ProtonVPN and Private Internet Access also deliver excellent results.&lt;/p&gt;\n\n&lt;p&gt;These services prioritize accessibility with simple setup across all devices.&lt;/p&gt;\n&lt;p&gt;Complex configurations vanish with their one-click connection philosophy.&lt;/p&gt;\n&lt;p&gt;Dedicated support teams stand ready to assist with any viewing issues.&lt;/p&gt;\n\n&lt;p&gt;Security forms their foundation: strict no-logs policies undergo audits.&lt;/p&gt;\n&lt;p&gt;Advanced encryption protects your data during streaming sessions.&lt;/p&gt;\n&lt;p&gt;RAM-only servers enhance privacy by ensuring no information persists.&lt;/p&gt;\n\n&lt;p&gt;Your quest for American Netflix content becomes remarkably straightforward.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f49c02cd6315f79e609yhkcre9A07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f49c02cd6315f79e609yhkcre9A07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for accessing US Netflix from South Africa, user-friendliness is paramount. &lt;/p&gt;\n&lt;p&gt;NordVPN and Private Internet Access stood out for their exceptional ease of use. &lt;/p&gt;\n&lt;p&gt;Both services feature intuitive interfaces ideal for beginners and advanced users alike. &lt;/p&gt;\n&lt;p&gt;Their streamlined sign-up and cancellation processes ensure a frictionless experience. &lt;/p&gt;\n\n&lt;p&gt;For VPN newcomers, IPVanish and ExpressVPN also present excellent choices. &lt;/p&gt;\n&lt;p&gt;These alternatives simplify the connection process without compromising functionality. &lt;/p&gt;\n\n&lt;p&gt;Value assessment is equally crucial when comparing VPN subscriptions. &lt;/p&gt;\n&lt;p&gt;We verified that each provider&#039;s pricing accurately reflects its feature set. &lt;/p&gt;\n&lt;p&gt;A mandatory requirement was the inclusion of a money-back guarantee period. &lt;/p&gt;\n&lt;p&gt;This allows users to test services risk-free before committing long-term.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f475c34fe0ff1629d5dSKFYjxoA07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f475c34fe0ff1629d5dSKFYjxoA07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When evaluating VPN providers for streaming, we assessed various key features and assigned scores out of ten to facilitate comparison. Overall, Surfshark emerged as the top choice, earning a high score of 9.7 for offering exceptional value for money. It supports unlimited device connections simultaneously and provides an attractive two-year introductory deal, making it highly appealing. Other notable options like IPVanish and NordVPN also present attractive initial subscription offers for new users.&lt;/p&gt;\n&lt;p&gt;Using a VPN to access US Netflix content while in South Africa is perfectly legal. VPNs are recognized tools for enhancing online privacy and securing internet connections across many countries, including South Africa. Nonetheless, it&rsquo;s important to understand that bypassing geographic restrictions set by Netflix through a VPN technically violates its terms of service, which could lead to account suspension. Fortunately, Netflix generally does not enforce these rules actively, allowing users to stream US content with a VPN without immediate issues.&lt;/p&gt;\n&lt;p&gt;While free VPNs might seem tempting for viewing US Netflix abroad, they come with significant drawbacks. Many free services operate on overcrowded networks, resulting in sluggish speeds and buffering issues during streaming sessions. Additionally, streaming platforms frequently block free VPN servers, reducing their effectiveness. Security concerns are also prominent; a study of over 280 free VPN apps revealed that nearly 40% contained malware, and many leaked user data or lacked proper encryption, posing risks to your privacy. Even some reputable free VPNs have vulnerabilities, such as IPv6 leaks or insufficient security protocols, and incidents like Hola VPN selling user bandwidth highlight these risks.&lt;/p&gt;\n&lt;p&gt;To ensure your online safety, it&rsquo;s best to choose a reputable VPN provider with transparent privacy policies and a proven commitment to user security. Paid VPN services are typically more secure, offering better encryption and privacy protections, which are crucial when browsing or streaming sensitive content.&lt;/p&gt;\n&lt;p&gt;South Africa currently does not impose widespread internet censorship. However, ongoing legislative developments, such as the proposed Films and Publications Amendment Bill&mdash;also known as the internet censorship bill&mdash;raise concerns. This legislation could allow authorities to control online content more aggressively by classifying certain materials as hate speech or unflattering content, potentially leading to censorship. VPN users in South Africa could benefit by maintaining their privacy and bypassing government restrictions, ensuring access to unrestricted information and entertainment.&lt;/p&gt;\n&lt;p&gt;Public Wi-Fi networks are ubiquitous during travel but are often insecure and monitored. Hackers frequently target these networks, and hotspot providers may log user activity. Connecting through a VPN encrypts your internet traffic, safeguarding sensitive data like login credentials, banking details, and browsing habits from malicious actors and prying eyes.&lt;/p&gt;\n&lt;p&gt;The US Netflix library surpasses South Africa&rsquo;s in content volume, offering a broader selection of movies and TV shows. Some popular titles available on American Netflix include Black Mirror, Terrace House, When They See Us, Always Be My Maybe, The Chef Show, Aggretsuko, Russian Doll, Dead to Me, The Good Place, and The Society. While a VPN can help you access these titles by masking your location, it&rsquo;s important to note that connection speeds may be slightly affected due to encryption and rerouting processes. Nonetheless, many users find the impact minimal and acceptable for uninterrupted streaming.&lt;/p&gt;\n&lt;p&gt;In addition to content differences, pricing varies between the two regions. American Netflix&rsquo;s subscription plans are priced at $9.99 for Basic, $15.49 for Standard, and $19.99 for Premium. South Africa&rsquo;s plans, however, are significantly cheaper, roughly costing $5.43, $8.73, and $10.92 respectively, making it a budget-friendly option despite similar content libraries.&lt;/p&gt;\n&lt;p&gt;Finally, using a VPN not only grants access to a wider array of international content but can also help mitigate bandwidth throttling by ISPs, potentially boosting streaming speeds. While VPNs may introduce some slowdown due to encryption, most users experience minimal impact, making them a valuable tool for safe, unrestricted streaming.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions on Netflix by connecting to servers in various countries. It allows viewers to access a wider selection of content by masking their location, making it seem as if they are browsing from a different region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful solution that offers unparalleled streaming capabilities. SafeShell VPN provides several outstanding benefits that make it an excellent choice for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; experiences:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed dedicated servers that eliminate buffering and ensure smooth, high-definition streaming of your favorite Netflix content across multiple regions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support allowing you to connect up to five devices simultaneously, with compatibility across Windows, macOS, iOS, Android, and various smart TV platforms\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that uniquely enables access to multiple regional Netflix libraries concurrently, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nUnlimited bandwidth with lightning-fast connection speeds that prevent throttling issues common with other VPNs\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security through the proprietary &quot;ShellGuard&quot; protocol, ensuring your streaming activities remain private and protected\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration through a flexible free trial plan that lets you experience all premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that fits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android. After installation, launch the SafeShell VPN application and log in to your account. For an optimal Netflix experience, select the APP mode within the app, which is designed for streaming. &lt;/p&gt;\n&lt;p&gt;Next, browse the list of available VPN servers and choose one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure VPN connection to your selected server. Once connected, open the Netflix app or visit the official Netflix website, log into your account, and enjoy streaming the content available in the region you selected. This process ensures you can seamlessly access a wide array of Netflix libraries using your &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(308, 458, '', 'Will Byers&#039; Journey &ndash; Noah Schnapp Confirms Identity', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278eeb55775ca383ac3757LhiKQf7I07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278eeb55775ca383ac3757LhiKQf7I07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Will Byers&#039; Journey: Noah Schnapp Confirms Character&#039;s Sexual Identity&lt;/p&gt;\n&lt;p&gt;Throughout the captivating supernatural drama that has captured global audiences, one character&#039;s personal evolution stands out amid the extraordinary battles against otherworldly forces. Will Byers, portrayed by Noah Schnapp, has undergone a remarkable transformation from the first season&#039;s mysterious disappearance victim to a central figure with a deeply personal storyline.&lt;/p&gt;\n&lt;p&gt;The fourth season delicately explored Will&#039;s inner struggles alongside the show&#039;s signature supernatural threats. While his friends navigated typical teenage challenges like social acceptance and relationship dynamics, Will&#039;s journey took on additional layers of complexity regarding his identity and feelings.&lt;/p&gt;\n&lt;p&gt;Following widespread viewer speculation about Will&#039;s feelings toward his best friend Mike Wheeler, Schnapp addressed the questions directly. In a revealing July 2022 conversation with Variety, the young actor confirmed what many fans had suspected, stating the character&#039;s sexuality was &quot;100% clear&quot; and praising the writers for crafting a gradual, authentic development rather than a sudden revelation.&lt;/p&gt;\n&lt;p&gt;Schnapp appreciated how the storyline evolved naturally across multiple seasons, allowing viewers to witness Will&#039;s emotional journey unfold at a realistic pace that resonated with real-life experiences of self-discovery and acceptance.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278eec3e3777beeaddead1ruPx7KBa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278eec3e3777beeaddead1ruPx7KBa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Subtle storytelling layers Will Byers&#039; emotional journey in &lt;em&gt;Stranger Things&lt;/em&gt;,&lt;/p&gt;\n&lt;p&gt;with actor Noah Schnapp later confirming the character&#039;s unspoken feelings.&lt;/p&gt;\n\n&lt;p&gt;Schnapp once suggested Will&#039;s sexuality remained open to fan interpretation,&lt;/p&gt;\n&lt;p&gt;a stance now understood as protecting season 4&#039;s unfolding narrative.&lt;/p&gt;\n\n&lt;p&gt;The show conveys Will&#039;s profound connection to Mike Wheeler through pivotal moments,&lt;/p&gt;\n&lt;p&gt;like the van conversation where Will&#039;s tearful reaction speaks volumes.&lt;/p&gt;\n\n&lt;p&gt;This emotional vulnerability culminates in a quiet scene with brother Jonathan,&lt;/p&gt;\n&lt;p&gt;whose wordless support offers profound acceptance to his struggling sibling.&lt;/p&gt;\n\n&lt;p&gt;Schnapp revealed to &lt;em&gt;Variety&lt;/em&gt; that the Duffer brothers meticulously crafted this arc,&lt;/p&gt;\n&lt;p&gt;seeding Will&#039;s affection for Mike from the very first season onward.&lt;/p&gt;\n\n&lt;p&gt;He described portraying Will&#039;s internal conflict:&lt;/p&gt;\n&lt;p&gt;loving his best friend while fearing rejection and grappling with self-doubt.&lt;/p&gt;\n\n&lt;p&gt;The character&#039;s journey profoundly impacted Schnapp personally.&lt;/p&gt;\n&lt;p&gt;Following his on-screen role, the actor publicly embraced his own identity,&lt;/p&gt;\n&lt;p&gt;acknowledging Will&#039;s story empowered his real-life coming out.&lt;/p&gt;\n\n&lt;p&gt;Schnapp explicitly credited this fictional experience&lt;/p&gt;\n&lt;p&gt;for granting him the courage to live authentically.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278ef0fc69bbea21228c3b5bj0CBzS07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278ef0fc69bbea21228c3b5bj0CBzS07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In recent interviews, Noah Schnapp has reflected on how embodying Will Byers in Stranger Things has played a pivotal role in his personal journey of self-acceptance. He shared that fully embracing Will&rsquo;s identity as a gay character accelerated his own understanding and acceptance of his sexuality, stating, &quot;once I did fully embrace that Will was gay, it was just an exponential speed towards accepting it for myself.&quot; Schnapp emphasized that without the role, he might still be closeted, highlighting the profound connection between his portrayal and his personal growth.&lt;/p&gt;\n&lt;p&gt;Looking ahead to the upcoming fifth season, Schnapp revealed that his approach to playing Will would be subtly different. Thanks to his increased confidence and self-awareness, he feels more comfortable in his own skin, which translates into his performance. &quot;I think the way I act in season 5, honestly, might be a little different. I will be fully aware of who I am. Knowing all of that about myself and being able to invest that in my character, I&rsquo;m honestly just excited,&quot; he explained.&lt;/p&gt;\n&lt;p&gt;Addressing earlier concerns about fan theories regarding Will&rsquo;s sexuality, Schnapp admitted that he was initially defensive. During the early seasons, questions about whether Will was gay made him uncomfortable. In a 2025 interview with Time, he recalled, &quot;when I was younger, I was obviously very scared of talking about it. they would pry and ask me, &lsquo;is he gay? are you gay?&rsquo; I was 12, 13. I didn&rsquo;t know what to say.&quot; He noted that at that age, he was still figuring things out himself.&lt;/p&gt;\n&lt;p&gt;Fans can look forward to more insights from Schnapp about Will&rsquo;s character arc and his own journey when the final seasons are released in December, following the release of volumes 2 and 3. Meanwhile, Stranger Things remains available for streaming exclusively on Netflix.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming a wide variety of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to content that is normally restricted due to regional or network limitations.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix libraries, Netflix unblock becomes essential, and &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a top solution to consider for achieving this. It bypasses Netflix&#039;s regional locks, granting instant access to the platform&#039;s full global catalog from anywhere. SafeShell VPN ensures smooth, uninterrupted viewing with its ultra-fast servers specifically optimized for Netflix streaming, eliminating frustrating buffering and enabling HD playback. You can conveniently stream on multiple devices simultaneously, enhancing your viewing flexibility.&lt;/p&gt;\n&lt;p&gt;Beyond unlocking Netflix, SafeShell VPN provides robust security to protect your online activities. It employs advanced encryption protocols to shield your data and privacy from surveillance, ensuring secure browsing. The service features a flexible free trial plan, allowing you to test its high speeds, user-friendly interface, and powerful Netflix unblock capabilities without obligation before committing. Enjoy a seamless and secure streaming experience worldwide with SafeShell VPN.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix content with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first subscribe to a suitable plan through their official website. After completing your subscription, download and install the SafeShell application tailored for your specific device platform, whether Windows, macOS, iOS, or Android. Launch the installed app and securely log in to your account. For optimal Netflix streaming performance, selecting the specialized APP mode within SafeShell is highly recommended.&lt;/p&gt;\n&lt;p&gt;Next, browse the available global server list within the SafeShell VPN interface and choose a server located in your desired Netflix region, such as the United States, United Kingdom, or Japan. Click &quot;Connect&quot; to establish a secure VPN tunnel to that location. Once successfully connected, simply open your Netflix application or visit the Netflix website, log into your account, and instantly enjoy unrestricted access to the regional library corresponding to your chosen SafeShell Netflix VPN server location.&lt;/p&gt;', 9, 'game'),
(309, 459, '', 'Child Sexual Abuse Regulation: EU Council Reaches Consensus', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e1a434a01fa6edc0d935EyWGlk603&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e1a434a01fa6edc0d935EyWGlk603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;EU Council Reaches Consensus on Controversial Child Protection Legislation&lt;/p&gt;\n&lt;p&gt;After a protracted three-year process marked by numerous failed attempts, the European Union Council has successfully reached an agreement on the Child Sexual Abuse Regulation (CSAR).&lt;/p&gt;\n&lt;p&gt;The regulation, which critics have dubbed &quot;Chat Control,&quot; has been a source of significant controversy among privacy advocates, cryptographers, technology experts, and encrypted service providers since its introduction.&lt;/p&gt;\n&lt;p&gt;Throughout multiple EU presidency terms, the proposal has undergone various transformations. The most contentious aspect of earlier drafts was a mandatory requirement for all messaging platforms operating within the EU&mdash;including those utilizing end-to-end encryption&mdash;to implement scanning systems to detect child sexual abuse material (CSAM) in private communications.&lt;/p&gt;\n&lt;p&gt;In a strategic shift earlier this month, the Danish presidency introduced a revised compromise text that altered this approach. The new version makes chat scanning voluntary rather than mandatory. This modification proved decisive in securing the agreement on November 26, 2025.&lt;/p&gt;\n&lt;p&gt;Despite this change, privacy experts remain concerned. Just days before the decision, a coalition of scientists published an open letter warning that even the revised text &quot;brings high risks to society.&quot; Other privacy advocates have characterized the amendment as &quot;political deception&quot; rather than a substantive improvement.&lt;/p&gt;\n&lt;p&gt;With this agreement now in place, the EU Council is preparing to enter negotiations with the European Parliament to finalize the regulation&#039;s terms.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The EU&#039;s latest policy framework demands compliance from digital platforms&lt;/p&gt;\n&lt;p&gt;in unprecedented ways. Service providers must now systematically evaluate&lt;/p&gt;\n&lt;p&gt;exploitation vulnerabilities within their systems&lt;/p&gt;\n&lt;p&gt;and deploy countermeasures when risks emerge.&lt;/p&gt;\n&lt;p&gt;Three-tiered risk classifications will dictate enforcement intensity&lt;/p&gt;\n&lt;p&gt;with high-risk entities potentially mandated to fund surveillance technology development.&lt;/p&gt;\n&lt;p&gt;The contentious allowance for voluntary message scanning persists.&lt;/p&gt;\n&lt;p&gt;A specialized EU regulatory body gains oversight authority&lt;/p&gt;\n&lt;p&gt;to monitor implementation of these protocols.&lt;/p&gt;\n&lt;p&gt;Privacy advocates immediately condemned the agreement as fundamentally flawed.&lt;/p&gt;\n&lt;p&gt;One critic declared it &quot;transforms the EU into a surveillance architecture&lt;/p&gt;\n&lt;p&gt;without a visible path for reversal.&quot;&lt;/p&gt;\n&lt;p&gt;While officials like Denmark&#039;s Justice Minister welcomed the measures&lt;/p&gt;\n&lt;p&gt;as vital tools against child exploitation material,&lt;/p&gt;\n&lt;p&gt;the core tension remains unresolved:&lt;/p&gt;\n&lt;p&gt;Can legislators actually prevent online abuse&lt;/p&gt;\n&lt;p&gt;without dismantling encryption and eroding digital rights?&lt;/p&gt;\n&lt;p&gt;This critical balance hangs in the balance&lt;/p&gt;\n&lt;p&gt;as final negotiations approach.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, and privacy concerns that prevent access to adult content. Unblock porn through a VPN allows users to bypass regional restrictions, enhance online privacy, and enjoy a broader selection of content without restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN. This powerful service offers numerous benefits that make it an excellent choice for users seeking both privacy and unrestricted access to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;. &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides exceptional encryption that keeps your browsing activities completely anonymous, protecting you from surveillance by ISPs or network administrators.\n&lt;/li&gt;\n&lt;li&gt;\nWith lightning-fast connection speeds, you can enjoy high-definition content without frustrating buffering or quality issues that plague other VPN services.\n&lt;/li&gt;\n&lt;li&gt;\nThe unique App Mode feature allows you to unlock content from multiple regions simultaneously, eliminating the need to constantly switch between servers.\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell&#039;s exclusive ShellGuard protocol offers superior protection that effectively bypasses even the strictest content restrictions while remaining undetectable.\n&lt;/li&gt;\n&lt;li&gt;\nWith support for up to five devices at once across various platforms including Windows, iOS, Android, and Apple TV, you can maintain comprehensive protection across all your technology.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content, begin by visiting the official website and creating an account with your email address. After completing registration, download the SafeShell VPN application that&#039;s compatible with your device from their website or your device&#039;s app store. Once installed, launch the application and log in using your newly created credentials. Navigate to the server selection menu within the app interface where you&#039;ll find numerous countries to connect through.&lt;/p&gt;\n&lt;p&gt;After selecting your desired region, simply tap the connection button and wait for SafeShell VPN to establish a secure tunnel. When the connection is confirmed, open your browser or preferred content application, and you&#039;ll now have access to previously restricted material from that region. SafeShell VPN ensures your browsing remains private through advanced encryption protocols, allowing you to explore content without worrying about your data being tracked or your viewing habits being monitored by your internet service provider.&lt;/p&gt;', 9, 'game'),
(310, 460, '', 'Battlegrounds &mdash; обновления: борьба с читерами и багами', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ffc3d86590cbe98876dXYiymEc803&quot; height=&quot;390&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ffc3d86590cbe98876dXYiymEc803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;760&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Для поклонников популярного сетевого шутера Battlegrounds подготовлены отличные новости.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Во-первых, разработчики успешно справились с проблемой читеров, использующих лаг-боты для искусственного повышения пинга. Теперь таких игроков, чей пинг превышает определённый лимит, будут замораживать на месте, а их легко можно будет устранить без риска для себя.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Во-вторых, в игре больше нельзя будет изменять параметры густоты листвы через отдельные ini-файлы, что предотвращает использование таких настроек для обнаружения спрятавшихся врагов в кустах.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;В-третьих, ожидается значительное повышение производительности, устранение различных багов, уменьшение проседаний кадров при использовании транспорта, а также исправление ошибок, вызывающих застревания на карте, зависания клиента и другие проблемы.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Все эти улучшения войдут в игру уже на этой неделе вместе с очередным крупным обновлением.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое PUBG Mobile и почему она так популярна?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; &mdash; это внутриигровая премиум-валюта, которая используется для приобретения эксклюзивных скинов, одежды, эмоций и доступа к особым событиям в PUBG. Благодаря ей игроки могут выделяться на поле боя и открывать уникальные предметы, улучшающие визуальное оформление персонажа и оружия. Получить PUBG UC можно путем пополнения баланса на популярных торговых платформах, таких как Midasbuy, Codashop или официальном магазине игры. Это позволяет быстро и безопасно приобрести нужное количество валюты для дальнейшей персонализации игрового опыта.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему стоит купить UC для PUBG Mobile на LootBar (лут бар)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если игроки хотят пополнить &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC дешево&lt;/a&gt;, им стоит обратить внимание на &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg &mdash; современную платформу для покупки игровой валюты. Благодаря этому сервису, процесс приобретения премиум-валюты становится максимально удобным и выгодным для пользователей PUBG.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar отличается низкими ценами на PUBG UC дешево, что позволяет экономить значительные средства по сравнению с другими способами пополнения. Платформа гарантирует безопасность оплаты, используя проверенные платежные системы и надежную защиту аккаунта. Быстрая доставка UC после оплаты и круглосуточная поддержка делают lootbar.gg идеальным выбором для игроков, которые ценят комфорт и надежность. Кроме того, на lootbar можно приобрести валюту не только для PUBG, но и для других популярных игр, что делает платформу универсальным решением для всех геймеров.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить UC для PUBG Mobile на LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nДля того чтобы &lt;a href=&quot;https://lootbar.gg/ru/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;купить UC&lt;/a&gt; на платформе lootbar, первым делом перейдите на официальный сайт и установите подходящие язык и валюту для удобства использования.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nЗатем найдите вкладку, посвященную пополнению баланса, и выберите из списка игру PUBG Mobile.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВ следующем шаге потребуется указать свой уникальный идентификатор игрока (UID) в PUBG Mobile, после чего выберите желаемое количество UC для покупки.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nНажмите кнопку для оформления покупки и выберите наиболее подходящий для вас способ оплаты из предложенных вариантов.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПосле подтверждения оплаты выбранное количество UC будет автоматически зачислено на ваш игровой аккаунт, и вы сможете сразу воспользоваться преимуществами премиальной валюты.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nИспользуя lootbar, вы всегда можете купить UC легко, быстро и безопасно, получая игровой опыт без лишних задержек.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; height=&quot;464&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c1051abb1ed242309676farR9KgOz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(311, 461, '', 'Monopoly GO R2-D2 Dice Skin &ndash; Star Wars Collaboration Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dc9faa74eb32a675dd8MxP4e5Gi03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dc9faa74eb32a675dd8MxP4e5Gi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Monopoly GO, Scopely continues to celebrate its collaboration with the Star Wars universe by introducing a variety of themed in-game items and events. Players now have the opportunity to personalize their gameplay experience through exclusive collectibles such as emojis, shields, and limited-edition dice skins. Among the latest additions are the Bounty Hunter and R2-D2 dice skins, each offering a unique way to express your fandom and enhance your game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The R2-D2 dice skin boasts a sleek, futuristic design inspired by the beloved droid. Its color palette features a predominantly white surface accented with blue details, mirroring R2-D2&rsquo;s iconic appearance. This skin seamlessly complements the R2-D2 game token, creating a cohesive and stylish look for fans eager to showcase their Star Wars pride.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Both the R2-D2 dice skin and the associated game token can be unlocked as milestone rewards during the current deluxe drop event. Players aiming to collect these coveted items should focus on reaching the specified point thresholds to claim these special Star Wars-themed collectibles and elevate their Monopoly GO experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c8a34fc384820941582f85GS45op2F03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c8a34fc384820941582f85GS45op2F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dce1640cc0703b7933fiqzFi3if03&quot; height=&quot;123&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dce1640cc0703b7933fiqzFi3if03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Bounty Hunter Signature Dice features a rugged, battle-hardened design that embodies the spirit of the iconic Star Wars bounty hunters. Its earthy color palette combined with sharp, angular details conveys a tough and resilient look, making it ideal for players who prefer a gritty, stylish approach to gameplay. This dice skin perfectly captures the no-nonsense attitude of a seasoned bounty hunter.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players can unlock the Bounty Hunter Signature Dice as a reward during the current Peg-e Deluxe mini-game event in Monopoly GO. Unlike the R2-D2 dice skin, which is available on the first page, the Bounty Hunter version can be found on the second page of the deluxe drop section. The event table specifies the number of points required to earn this exclusive, limited-edition dice skin, offering a rewarding challenge for dedicated players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263dd05204e3b433069afbg8d3Jwhi03&quot; height=&quot;123&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263dd05204e3b433069afbg8d3Jwhi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the primary in-game currency, allowing players to take turns and advance on the game board in Monopoly Go. You can obtain more Monopoly Go Dice through top-up services on popular game trading platforms like Codashop, SEAGM, and OffGamers, making it easy to keep the fun going. In addition to rolling the dice, players can collect &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt;, which add a creative and customizable element to the gameplay by letting users personalize their experience and unlock special rewards. With both dice and stickers, Monopoly Go offers an engaging and interactive way to enjoy the classic Monopoly universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to top up Monopoly Go Dice, it&rsquo;s worth considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. lootbar.gg stands out as a professional platform that caters to gamers who want to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; or Monopoly Go Stickers, offering a user-friendly interface with competitive prices. The platform supports a broad selection of games, ensuring that you can find what you need with ease.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the primary benefits of using lootbar is its commitment to secure and efficient transactions. With advanced encryption technology, your personal and payment information are always protected, so you can purchase with confidence. Additionally, lootbar.gg provides 24/7 customer support, ready to assist with any questions or issues at any time. Fast delivery ensures you never have to wait long to enjoy your Monopoly Go Dice, and the vibrant LootBar Blog community offers helpful guides and the latest gaming news, making it more than just a marketplace for gamers.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, start by visiting the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once on the site, select your preferred language and currency type, then log into your account to proceed. On the home page, locate the Game Item column and find Monopoly Go Sticker if you&#039;re looking specifically for stickers. If your goal is to purchase dice, simply switch over to the &quot;top up&quot; tab on the left side of the screen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, follow the on-screen instructions to enter your user information, including your username and invitation link. After entering your details, decide which Monopoly Go stickers or how many dice you wish to buy, then click the &quot;Buy Now&quot; button. You&#039;ll be prompted to select a payment method; choose the one that suits you best and click &quot;Pay Now&quot; to complete your purchase. Once the transaction is done, your Monopoly Go stickers or dice will be delivered to your account, so you can jump right back into the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(312, 462, '', 'Diablo 4 Season 7 Guide &ndash; Witchcraft, Patch 2.1.3', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Season 7, themed the &quot;Season of Witchcraft,&quot; has been ongoing for a while now. Throughout this period, the Maxroll team has been diligently updating our build guides to keep them current and useful for players. Recently, Blizzard revealed the launch of the latest update, patch 2.1.3, for Diablo 4. Alongside this, the exciting &quot;March of the Goblins&quot; event has also gone live, adding fresh content and challenges for adventurers to enjoy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263e38faa74eb32a67659fekSaYUMk03&quot; height=&quot;506&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263e38faa74eb32a67659fekSaYUMk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;810&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b7804f9edeb383ea709feeMGDqoJwE03&quot; height=&quot;429&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b7804f9edeb383ea709feeMGDqoJwE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;900&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dive into the enchanting season of witchcraft with our latest Season 7 updates, designed to enhance your experience. Our primary goal this season is to refine our build guides, ensuring they incorporate all the recent item additions, new gameplay features, and mechanic adjustments. We remain committed to delivering ongoing improvements for D4Planner to better serve our community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Don&#039;t miss out&mdash;join our Discord community to get the latest news and updates on our content development efforts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Written by: ** ** chewingnom  ** **&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Diablo 4 Gold: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diablo 4 gold serves as the essential premium currency in Diablo 4, enabling players to upgrade their gear, purchase vital consumables, and enhance their overall gameplay experience. While gold can be accumulated through in-game activities, obtaining &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap D4 gold&lt;/a&gt; from trusted trading platforms like MmoGah, IGGM, and G2G offers a quick and convenient alternative for players seeking to save time. By topping up Diablo 4 gold, you can instantly access the resources needed for powerful upgrades and customization, making your journey through Sanctuary more enjoyable and efficient. This method allows you to focus on mastering your hero&#039;s skills instead of grinding for currency.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Diablo 4 Gold on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up their Diablo 4 gold, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for its exceptional advantages. As a global service, lootbar.gg stands out for providing a secure and professional environment where gamers can &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy diablo 4 gold&lt;/a&gt; with peace of mind. The platform offers a streamlined and convenient process, supporting a variety of payment methods to suit players from all over the world. Additionally, lootbar ensures that transactions are safe, protecting both your account details and personal information throughout the purchase.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar is renowned for its commitment to customer satisfaction, featuring 24/7 online support to address any queries or concerns instantly. When you &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy gold d4&lt;/a&gt; on lootbar, you not only benefit from top-tier security and convenience, but you also enjoy competitive pricing, including generous discounts that make your in-game purchases more affordable. With regular promotions and a discount rate that can reach up to 10% for Diablo 4 gold, lootbar.gg provides a cost-effective and reliable way to enhance your gameplay experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Diablo 4 Gold on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To easily top up &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap Diablo 4 gold&lt;/a&gt; on the Lootbar trading platform, start by visiting the official website.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAccess the Lootbar homepage and look for the Game category.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFrom the list of available games, choose Diablo 4 to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, pick the specific server type you play on, either softcore or hardcore, and decide the amount of gold you want to purchase before clicking on Buy now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCarefully enter your correct Diablo 4 game ID to ensure your gold is delivered to the right account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, select your favorite payment option and confirm your choice by clicking Pay Now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is completed, you will quickly receive cheap Diablo 4 gold directly in your game, allowing you to enhance your gameplay experience.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; height=&quot;497&quot; src=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(313, 463, '', 'Streaming Region Blocks: How VPNs Unlock Content', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278fa915cda43915a3e299qG7ttUJq03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278fa915cda43915a3e299qG7ttUJq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Overcoming Streaming Region Blocks&lt;/h3&gt;\n&lt;p&gt;Streaming platforms enforce geographic restrictions, locking content behind virtual borders based on your location.&lt;/p&gt;\n&lt;p&gt;This digital barrier often prevents you from watching shows or movies available elsewhere.&lt;/p&gt;\n&lt;p&gt;Your IP address acts as a location beacon for services like Netflix or Hulu.&lt;/p&gt;\n&lt;p&gt;Connecting through a VPN masks your true IP, replacing it with one from your chosen server&#039;s country.&lt;/p&gt;\n&lt;p&gt;Platforms then perceive your location as matching the server, granting access to regional libraries.&lt;/p&gt;\n&lt;p&gt;However, popular services aggressively detect and block VPN connections.&lt;/p&gt;\n&lt;p&gt;Many VPNs fail against sophisticated detection systems, leaving users unable to bypass blocks.&lt;/p&gt;\n&lt;p&gt;Selecting the right VPN is critical; only services investing in advanced obfuscation consistently succeed.&lt;/p&gt;\n&lt;p&gt;Independent testing identifies providers that reliably overcome these barriers across major platforms.&lt;/p&gt;\n&lt;p&gt;NordVPN excels here, consistently unblocking Netflix, Amazon Prime, Hulu, and BBC iPlayer without detection.&lt;/p&gt;\n&lt;p&gt;For reliable access, choose a VPN with a proven track record against streaming blocks.&lt;/p&gt;\n&lt;p&gt;NordVPN leads our recommendations, backed by a risk-free 30-day trial period.&lt;/p&gt;\n&lt;p&gt;Surfshark and TotalVPN also offer strong alternatives for geo-restricted content.&lt;/p&gt;\n&lt;p&gt;After subscribing, download and install the VPN application on your device.&lt;/p&gt;\n&lt;p&gt;Launch the app, sign in, and connect to a server in your desired content region.&lt;/p&gt;\n&lt;p&gt;Access American Netflix by connecting to a US server, or UK servers for BBC iplayer.&lt;/p&gt;\n&lt;p&gt;This method effectively circumvents VPN detection, restoring your streaming freedom.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278fac0ab8defdc1e42950h5INuAaQ03&quot; height=&quot;571&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278fac0ab8defdc1e42950h5INuAaQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;To successfully stream content from platforms that employ VPN blocks, follow these final steps in your troubleshooting process:&lt;/p&gt;\n&lt;p&gt;After connecting to your VPN server, attempt to play your desired video content immediately. If playback doesn&#039;t begin right away, try clearing your browser cache and cookies before reloading the page. For persistent issues, reach out to your VPN provider&#039;s support team who can recommend specific servers optimized to bypass these restrictions.&lt;/p&gt;\n&lt;p&gt;Our extensive testing has identified several reliable VPN services that consistently overcome streaming platform blocks. Premium providers like NordVPN stand out with their ability to access Netflix, Prime Video, and other major streaming services without detection. Their standard plan offers excellent value for those looking to bypass geographical restrictions.&lt;/p&gt;\n&lt;p&gt;For budget-conscious users, Surfshark delivers impressive unblocking capabilities across multiple Netflix libraries and other streaming platforms while allowing unlimited simultaneous connections. Other noteworthy options include TotalVPN with its multiple protocol choices, ProtonVPN&#039;s strict no-logs policy, and ExpressVPN&#039;s automatic obfuscation technology.&lt;/p&gt;\n&lt;p&gt;Services like IPVanish, CyberGhost, PureVPN, and PrivateVPN round out our recommendations, each offering unique strengths in overcoming VPN detection systems while maintaining strong privacy protections.&lt;/p&gt;\n&lt;p&gt;Be cautious of services making unverified claims, particularly free VPNs which are frequently identified and blocked by streaming platforms. Our recommendations are based on regular testing against major streaming services, ensuring they consistently perform as advertised and offer money-back guarantees for risk-free trials.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f4aa769d752e52d62bbQg1NWp4907&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f4aa769d752e52d62bbQg1NWp4907&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Virtual private networks offer privacy and security benefits, but streaming platforms like Amazon Prime, Netflix, and Hulu often block VPN connections. Here&#039;s how to circumvent these restrictions and enjoy your favorite content regardless of your location.&lt;/p&gt;\n&lt;p&gt;Understanding VPN Detection Methods&lt;/p&gt;\n&lt;p&gt;Streaming services employ various techniques to identify VPN users. IP address blacklisting is the most common approach, where known VPN server addresses are blocked. Geographic inconsistency checks flag accounts when location data from payment information contradicts connection location.&lt;/p&gt;\n&lt;p&gt;DNS leak detection identifies mismatches between your IP address and DNS server location, while port scanning detects typical VPN protocols. Some services even analyze connection patterns that might indicate VPN usage.&lt;/p&gt;\n&lt;p&gt;Effective Bypass Strategies&lt;/p&gt;\n&lt;p&gt;Select specialized streaming VPNs that regularly refresh their IP addresses to avoid blacklists. Premium providers like ExpressVPN and NordVPN maintain dedicated streaming servers specifically optimized to work with major platforms.&lt;/p&gt;\n&lt;p&gt;Consider using a dedicated IP address option, which provides you with a unique, non-shared IP less likely to be flagged. Browser extensions that function as lightweight proxies can sometimes fly under the radar of detection systems.&lt;/p&gt;\n&lt;p&gt;For technical users, configuring a personal VPN on a home router or using a SmartDNS service that only reroutes geolocation data can prove effective against sophisticated blocking mechanisms.&lt;/p&gt;\n&lt;p&gt;Advanced Troubleshooting Tips&lt;/p&gt;\n&lt;p&gt;If you&#039;re still experiencing blocks, try clearing browser cookies and cache before connecting, as these may store location information. Switching VPN protocols from OpenVPN to WireGuard or IKEv2 might help evade detection based on connection patterns.&lt;/p&gt;\n&lt;p&gt;Remember that streaming services continuously update their VPN detection methods, so staying informed about new blocking techniques and solutions is essential for maintaining consistent access to your favorite content libraries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278faf266bbebe874ba03eZufJiVMd03&quot; height=&quot;396&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278faf266bbebe874ba03eZufJiVMd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing geo-restricted content like Netflix or Hulu on mobile devices can be particularly challenging. This is because smartphones and tablets gather extensive data, such as GPS location, which desktops typically do not. For example, if your device&rsquo;s GPS indicates you are in France but your IP address shows you are in the United States, it suggests you might be using a VPN.&lt;/p&gt;\n&lt;p&gt;Streaming services often maintain databases of IP addresses associated with VPN servers. Blocking these addresses can be effective, especially against free or small-scale VPN services, as repeated use of the same IP across multiple accounts can raise red flags. This method tends to target less sophisticated VPN providers who have limited IP pools.&lt;/p&gt;\n&lt;p&gt;Nevertheless, large VPN providers with extensive server networks are often able to evade such IP blocking measures. Users can usually connect to a different server if one is detected and blocked. Additionally, the reputation of reputable VPN services that can bypass these restrictions may encourage more users to subscribe, further complicating efforts to enforce region locks through IP blocking alone.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278fb1c19902b81f1d2b09JBZ2yEGx03&quot; height=&quot;457&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278fb1c19902b81f1d2b09JBZ2yEGx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unlocking Geo-Restricted Content: A Guide to Accessing Streaming Services&lt;/p&gt;\n&lt;p&gt;Understanding How Streaming Services Block VPNs&lt;/p&gt;\n&lt;p&gt;When you connect to streaming platforms, your data travels through specific pathways on the internet. Streaming services have developed sophisticated methods to detect and block VPN connections, preventing users from accessing region-restricted content.&lt;/p&gt;\n&lt;p&gt;Instead of simply blocking specific ports (a technique more commonly used by ISPs in countries with heavy internet restrictions), streaming giants employ advanced traffic analysis systems. These systems can identify patterns typical of VPN connections, even when disguised as regular browsing traffic.&lt;/p&gt;\n&lt;p&gt;Deep packet inspection (DPI) represents one of the most effective blocking techniques. This technology examines data packets as they travel across networks, identifying telltale signatures of VPN protocols. Even when VPN traffic is routed through standard ports like 443 (HTTPS), DPI can often detect the difference between genuine web browsing and encrypted VPN connections.&lt;/p&gt;\n&lt;p&gt;Effective Solutions for Bypassing Streaming Restrictions&lt;/p&gt;\n&lt;p&gt;The most reliable way to overcome these blocks is using VPN services specifically designed to evade detection. Premium providers continually update their technology to stay ahead of streaming platforms&#039; blocking methods.&lt;/p&gt;\n&lt;p&gt;Look for VPNs offering obfuscation features that disguise encrypted traffic as regular HTTPS connections. These advanced cloaking technologies reshape your data patterns, making them indistinguishable from standard browsing activity.&lt;/p&gt;\n&lt;p&gt;For travelers to countries with strict internet controls like China, it&#039;s essential to install your VPN before arrival, as access to VPN websites is typically blocked within these regions.&lt;/p&gt;\n&lt;p&gt;Recent Innovations in VPN Technology&lt;/p&gt;\n&lt;p&gt;The VPN industry has seen remarkable advancements in recent months:&lt;/p&gt;\n&lt;p&gt;&bull; Enhanced transparency through open-source implementations for Linux users&lt;/p&gt;\n&lt;p&gt;&bull; Location spoofing capabilities extended with timezone matching&lt;/p&gt;\n&lt;p&gt;&bull; Advanced scam detection features for comprehensive protection&lt;/p&gt;\n&lt;p&gt;&bull; Dark web monitoring for multiple email addresses&lt;/p&gt;\n&lt;p&gt;&bull; Comprehensive malware defense systems&lt;/p&gt;\n&lt;p&gt;&bull; High-capacity servers (100Gbps) in strategic locations&lt;/p&gt;\n&lt;p&gt;&bull; Expanded global networks exceeding 4,500 servers&lt;/p&gt;\n&lt;p&gt;&bull; Content filtering tools for family protection&lt;/p&gt;\n&lt;p&gt;&bull; Cross-platform compatibility improvements&lt;/p&gt;\n&lt;p&gt;&bull; Additional dedicated IP locations including Istanbul and Warsaw&lt;/p&gt;\n&lt;p&gt;Performance improvements have also been substantial:&lt;/p&gt;\n&lt;p&gt;&bull; Implementation of WireGuard protocol for faster connections&lt;/p&gt;\n&lt;p&gt;&bull; Split tunneling on Android for selective VPN routing&lt;/p&gt;\n&lt;p&gt;&bull; IPv6 compatibility across multiple platforms&lt;/p&gt;\n&lt;p&gt;&bull; Streamlined guest modes for quick connections&lt;/p&gt;\n&lt;p&gt;&bull; Enhanced phishing protection&lt;/p&gt;\n&lt;p&gt;How We Evaluate VPN Services for Streaming&lt;/p&gt;\n&lt;p&gt;Our testing methodology focuses on five critical areas: streaming capability, connection speed, value, security features, and user experience.&lt;/p&gt;\n&lt;p&gt;For streaming performance, we manually test each service against major platforms like Netflix, Amazon Prime, and Hulu. We consider both the ability to access these services and the provider&#039;s network coverage, as this determines the range of regional content libraries available.&lt;/p&gt;\n&lt;p&gt;Speed testing involves multiple daily measurements across servers in different regions. We&#039;ve found that top providers maintain average speeds exceeding 340 Mbps, ensuring buffer-free streaming even in 4K resolution.&lt;/p&gt;\n&lt;p&gt;Our comprehensive evaluation revealed NordVPN as the top performer with a 9.4/10 rating, excelling in both streaming access and connection speeds. However, several other providers also performed admirably, demonstrating that quality options exist at various price points.&lt;/p&gt;\n&lt;p&gt;The key to successful streaming access isn&#039;t necessarily choosing the most expensive service, but rather selecting a provider that regularly updates its technology to counter the evolving blocking methods employed by streaming platforms.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/69278f9981d00ed101fa1dd6gfcsGzyF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/69278f9981d00ed101fa1dd6gfcsGzyF07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN and Streaming Restrictions&lt;/h3&gt;\n&lt;p&gt;Many streaming platforms actively detect VPN use and will notify users when they attempt to access content from outside their designated regions. For example, Netflix displays an error message stating, &ldquo;You seem to be using an unblocker or proxy,&rdquo; while Amazon Prime Video warns that &ldquo;Your device is connected to the internet using a VPN or proxy service.&rdquo; More generally, you might encounter messages indicating geographic restrictions, such as &ldquo;BBC iPlayer only works in the UK&rdquo; or &ldquo;Sling TV is only available in the US.&rdquo;&lt;/p&gt;\n&lt;p&gt;In some cases, the service may not show an explicit error but simply stop functioning when connected through a VPN. Videos could buffer endlessly or fail to load altogether, even with a stable internet connection. This is because many platforms, especially Amazon, employ sophisticated detection technologies to enforce licensing agreements by blocking VPN traffic.&lt;/p&gt;\n&lt;p&gt;To bypass these restrictions, it&rsquo;s crucial to use VPN services equipped with features like stealth or obfuscation modes. These modes help conceal VPN traffic, making it harder for detection algorithms to recognize and block. Selecting streaming-optimized servers within your VPN&rsquo;s network can also improve success rates.&lt;/p&gt;\n&lt;p&gt;Your account settings need to align with the VPN&rsquo;s virtual location. If your Amazon account&rsquo;s country doesn&rsquo;t match your VPN&rsquo;s server location, access issues may persist despite using a capable VPN. In such cases, creating a new account registered to the target country might be necessary.&lt;/p&gt;\n&lt;p&gt;Troubleshooting common issues includes disconnecting and reconnecting to different VPN servers, especially those designed for streaming. Clearing your browser&rsquo;s cookies and cache can prevent location tracking. Additionally, check that your antivirus software isn&rsquo;t interfering with your VPN connection. Keeping your VPN app updated and reinstalling it if problems continue can also help.&lt;/p&gt;\n&lt;p&gt;While most reputable VPNs can access popular streaming platforms, some configurations might require additional steps. Enabling stealth mode, switching to different servers, or changing protocols&mdash;such as switching from OpenVPN to WireGuard&mdash;can enhance your chances of successful streaming. Turning off any built-in ad-blockers in your VPN settings may also be beneficial.&lt;/p&gt;\n&lt;p&gt;Disabling device location services ensures your physical location isn&rsquo;t revealed through GPS data. Regularly clearing cookies and cache helps avoid detection based on stored location information. It&rsquo;s important to note that free VPNs are generally unreliable for streaming services like Netflix, Amazon Prime, or BBC iPlayer. They often have limited server networks, which can be quickly blacklisted, resulting in slow speeds and connection failures. Moreover, free VPNs frequently compromise user privacy by requesting excessive permissions or maintaining questionable logs, making paid, reputable VPNs a safer choice.&lt;/p&gt;\n&lt;p&gt;VPN use is legal in most regions; however, it&rsquo;s essential to understand that using a VPN does not grant immunity from copyright laws. Streaming copyrighted content without authorization remains illegal, and services like Netflix or Amazon may suspend or close accounts found violating their terms of service. Always use official streaming platforms and adhere to local laws.&lt;/p&gt;\n&lt;p&gt;Most top-tier VPN providers offer mobile applications compatible with Android and iOS devices. They continuously update their IP pools and employ cloaking technology to stay ahead of detection efforts, even in restrictive environments like China. If installing a VPN isn&rsquo;t feasible in a hurry, you can try unblocking websites by using URL shortening services such as Bitly or TinyURL to mask the original address, although this method is less reliable.&lt;/p&gt;\n&lt;p&gt;Be aware that streaming platforms reserve the right to terminate accounts suspected of VPN use, but actual bans are relatively rare. Using a VPN typically does not violate laws, provided you aren&rsquo;t engaging in illegal activities such as piracy. Firewalls can block VPN traffic by inspecting the data packets; in this case, connecting to an obfuscated server can help disguise VPN traffic as regular web traffic, bypassing such restrictions.&lt;/p&gt;\n&lt;p&gt;As long as VPN use is legal in your jurisdiction, your internet service provider will generally not block or restrict your VPN connection. While your ISP can see that you&rsquo;re connected to a VPN and monitor data transfer volumes, they cannot see the specific websites you visit or the content accessed, maintaining a level of privacy.&lt;/p&gt;\n&lt;p&gt;In environments like schools where network restrictions are strict, a high-quality VPN with obfuscation and advanced tunneling protocols can help bypass restrictions securely. Choosing a reliable VPN designed for such scenarios is recommended to ensure both access and privacy.&lt;/p&gt;\n&lt;p&gt;Using a VPN effectively hides your real IP address by routing your traffic through a remote server, making it appear as if you are browsing from another location. This not only grants access to region-restricted content but also enhances your privacy by preventing websites and services from tracking your real identity and online activities.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions on Netflix by connecting to servers in various countries. It helps users access a wider range of content that may be unavailable in their region. With a reliable Netflix VPN, viewers can enjoy diverse shows and movies from different parts of the world seamlessly.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your go-to solution for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; experience. SafeShell VPN offers several compelling advantages that set it apart from other VPN services in the market.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed streaming servers specifically optimized for Netflix, ensuring buffer-free playback and high-definition streaming without interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection on up to five devices simultaneously across Windows, macOS, iOS, Android, Apple TV, and more\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that enables accessing content from multiple Netflix regions concurrently, expanding your entertainment options\n&lt;/li&gt;\n&lt;li&gt;\nUnrestricted bandwidth with lightning-fast connection speeds, eliminating common issues like buffering and throttling\n&lt;/li&gt;\n&lt;li&gt;\nSuperior privacy protection through the proprietary &quot;ShellGuard&quot; VPN protocol, ensuring your streaming activities remain private and secure\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration with a flexible free trial plan that lets you experience all the premium features of SafeShell VPN before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Accessing global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to unlock international streaming libraries in just a few simple steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVisit safeshellvpn.com and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device (compatible with Windows, macOS, iOS, and Android)\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and log in with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, select APP mode which is specifically optimized for video content\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the server list and connect to your desired region (such as US, UK, or Canada) to access that country&#039;s Netflix library\n&lt;/li&gt;\n&lt;li&gt;\nOpen your Netflix application or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nStart enjoying thousands of region-specific shows and movies that were previously unavailable in your location\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(314, 465, '', 'Fortnite Kill Bill Crossover &ndash; New Skins &amp; Rewards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e7df0c60527b3b9b5caPOGgCXxX03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e7df0c60527b3b9b5caPOGgCXxX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exciting news for Fortnite fans as the game gears up for its next chapter, promising new collaborations and thrilling crossover events. Among the most anticipated is the partnership with the iconic film franchise, Kill Bill, which will introduce fresh content and skins to the battle royale universe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The recent mini-season featuring a Springfield-themed map and characters has captured player interest, but that chapter is nearing its close. As the game transitions back to its standard setting, Epic Games continues to push the boundaries with collaborations that blend different worlds seamlessly into Fortnite&rsquo;s universe. Future updates are expected to bring even more surprises from various popular franchises.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In particular, the upcoming chapter will feature special rewards for players who log in within a limited window, from November 27th at 9 am ET through December 1st at 9 am ET. During this period, players can unlock the Yuki Yubari skin for free, adding a touch of action movie flair to their collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Kill Bill universe will play a significant role in Chapter 7, Season 1, with multiple skins planned for release. One of these is Gogo Yubari, which players can acquire by watching &quot;Kill Bill: The Whole Bloody Affair&quot; at the movies and redeeming a special voucher. Additionally, hints suggest that a skin inspired by The Bride herself will eventually become available, though details on how to obtain it have yet to be revealed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, this chapter promises to deliver a dynamic mix of new content, exciting crossovers, and exclusive skins, solidifying Fortnite&rsquo;s position as a hub for innovative collaborations and entertainment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e827b2261ce5183f02aYPqMfo4203&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e827b2261ce5183f02aYPqMfo4203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fortnite offers more than just the Yuki Yubari skin for players to enjoy without spending a dime. Recently, a special crossover event showcased a massive Homer Simpson character in the Simpsons x Fortnite animated shorts, highlighting his recent addition to the game. Those who log in before November 29 will be rewarded with a unique souvenir&mdash;a free loading screen featuring Homer Simpson in a humorous, pantless pose. Furthermore, players who accumulate sufficient experience points while teaming up with friends before the season concludes can unlock the Cuddle Team Rider cosmetic set at no cost, adding more fun to their Fortnite collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e84c19902b81f1d24ae8RzAVWkg03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e84c19902b81f1d24ae8RzAVWkg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Latest updates from the Fortnite official social media channels indicate that Kill Bill will play a significant role in the upcoming Chapter 7. Fans had previously been teased about Yuki&#039;s Revenge, hinting at a new storyline within the game. A recent blog entry has now officially confirmed that this storyline will be a key feature in the next chapter. Players can look forward to uncovering more details when the new season begins on November 29, 2025.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the virtual currency used within Fortnite, allowing players to buy cosmetic upgrades like outfits, gliders, emotes, and the seasonal Battle Pass to personalize their in-game experience. Players can obtain Fortnite V-Bucks by topping up through various reputable game trading platforms such as Eneba, G2A, and the official Epic Games Store. These purchases give fans the flexibility to refresh their look and enjoy new content as it becomes available. While V-Bucks don&rsquo;t enhance gameplay performance, they offer a fun way to stand out and express individuality on the battlefield.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt;, considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform could be a smart choice. Lootbar.gg stands out as a trusted destination for gamers, delivering a seamless and secure transaction experience. With a global reach, lootbar guarantees the safety of every purchase, thanks to robust security measures that protect player interests. The platform supports more than 60 popular games and provides a user-friendly interface, making it easy for players to top up their in-game currency quickly and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major advantages of using lootbar to buy Fortnite V-Bucks is the flexibility and convenience it offers. Players can benefit from multiple payment options, ensuring a smooth checkout process regardless of their preferred method. Additionally, lootbar.gg has a reputation for competitive pricing, regularly offering discounts that can make virtual currency purchases significantly more affordable. Their responsive 24/7 customer support is always available to assist buyers, further enhancing the overall experience and peace of mind for Fortnite enthusiasts.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks on the lootbar trading platform, follow these straightforward steps to ensure a smooth transaction.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official website at lootbar.gg and select your desired language and currency before logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the Home page and locate the Top-Up section, where you should click on Fortnite to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Player ID exactly as instructed in the top-up guidance to ensure your V-Bucks are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, decide on the amount of V-Bucks you wish to top up Fortnite with, then click on &ldquo;Top-up Now&rdquo; to move forward.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your preferred payment method and complete the transaction by clicking &ldquo;Pay Now.&rdquo;\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once payment is successful, your Fortnite V-Bucks will be delivered promptly, letting you dive back into the game and enjoy your new currency.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(315, 466, '', 'PvP Strategies &ndash; Whiteout Survival Tips for Beginners', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PvP Strategies and Tips&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The allure of top-tier 4X MMO games often lies in the complex political dynamics and the intense player-versus-player combat that ensues. Whiteout Survival is no exception in delivering these thrilling experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before diving headfirst into the chaos and risking your troops&rsquo; lives, it&rsquo;s wise to familiarize yourself with some essential PvP strategies tailored for newcomers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While experimenting and learning through play is valuable, reading up on proven tips can give you an advantage, helping you avoid costly mistakes and easing your path to mastery.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for key advice that will prepare you to navigate the competitive landscape more effectively from the start!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f823d86590cbe987e06TIAAYFqg03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f823d86590cbe987e06TIAAYFqg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;739&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Forming strategic squads is crucial for success across all game modes in Whiteout Survival, especially during PvP encounters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These squads consist of carefully arranged troop and hero formations that can be quickly deployed when needed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By setting up predefined squads, players can swiftly select the appropriate team for different scenarios, such as rallies or battles, reducing the risk of sending ill-prepared units.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To create a squad, tap your profile icon, navigate to the troops menu, then select the squads option at the bottom.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enhancing your VIP level unlocks the ability to save more squads, giving greater flexibility in combat situations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prior to engaging in PvP, it&rsquo;s essential to upgrade your heroes thoroughly to maximize their buffs and effectiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Consult our hero upgrade guide to explore various enhancement options, including skill leveling and star ascension.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Always choose heroes best suited for PvP, avoiding those better suited for resource gathering or other activities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For optimal results, refer to our recommended hero lists and tier rankings to assemble the strongest possible PvP team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68ba2306b7b7a1049e342088oXjmrLD203&quot; height=&quot;910&quot; src=&quot;https://c2c.fp.guinfra.com/file/68ba2306b7b7a1049e342088oXjmrLD203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;780&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To improve your chances in whiteout survival PvP, precision in movement is crucial. Utilizing teleporters strategically allows you to approach enemy targets swiftly, minimizing the window for enemy response. Positioning yourself near the edges of an opponent&rsquo;s alliance territory can be advantageous, as it increases the likelihood of landing close enough for a quick strike. Alternatively, experimenting with random teleporters might sometimes land you inside enemy zones, offering unexpected opportunities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When direct teleportation isn&rsquo;t feasible, deploying march accelerators becomes invaluable. These items significantly cut down your march duration&mdash;by up to 50%&mdash;making enemy reinforcement harder and increasing your attack&rsquo;s effectiveness. For instance, a level I march accelerator reduces travel time by 25% and costs 400 gems, while level II accelerators, which halve the march time, can be obtained through events or purchased from shops.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Coordinated attacks through alliances tend to be more effective than solo efforts. Rallying allows you to combine forces, increasing troop numbers and leveraging hero buffs for added power. It also helps shield your city from potential enemy ambushes, as a well-organized rally signals strength and readiness, discouraging enemy attacks while your troops are committed elsewhere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scouting is a vital preparatory step before launching an attack. Gathering intelligence on enemy defenses and resource stocks prevents costly surprises and helps you gauge whether the potential loot justifies the risk. Proper reconnaissance ensures you&rsquo;re not caught off guard and can tailor your attack plan accordingly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When assembling a rally, players often specify troop ratios&mdash;such as 70% infantry, 15% lancers, and 15% marksmen. Typically, a higher proportion of infantry is recommended because they absorb damage and protect the more fragile units. However, adjusting these ratios based on enemy troop composition can be strategic, especially considering the strengths and weaknesses among troop types:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nInfantry are powerful against lancers but vulnerable to marksmen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLancers excel against marksmen but are weak against infantry.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMarksmen are effective against infantry but susceptible to lancers.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to offense, defense strategies are equally important. Hiding your troops by sending them on long marches or reinforcing less accessible alliance buildings can help protect your assets. Just ensure your resource stores are well-defended or temporarily emptied, so attackers don&rsquo;t gain easy loot if they breach your defenses. Building or upgrading storage facilities and planning strategic resource management are key to maintaining resilience during PvP encounters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f8911b7a3ab43638888L7ZoRLxa03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f8911b7a3ab43638888L7ZoRLxa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;742&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PvP Battle Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maximizing your chances in PvP battles requires strategic use of war buffs, which can significantly boost your offensive and defensive capabilities. To access these buffs, click the small arrow beneath your profile picture, revealing options that can turn the tide of battle. Key buffs include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Counter-Recon&lt;/strong&gt;: Shields your city from enemy scouting for durations of 2, 8, or 24 hours, keeping your plans hidden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Troops Lethality&lt;/strong&gt;: Enhances the destructive power of your troops by 10% over 2 hours or 20% for 12 hours, making your attacks more deadly.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Troops Attack&lt;/strong&gt;: Boosts your army&rsquo;s attack strength by similar margins and durations, increasing offensive potential.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Troops Defense&lt;/strong&gt;: Strengthens your troops&rsquo; resilience against enemy attacks for short or extended periods.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Troops Health&lt;/strong&gt;: Increases troop durability, reducing casualties during battles.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Enemy Attack and Defense Reduction&lt;/strong&gt;: Debuffs enemy troops by lowering their attack or defense stats for critical moments.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Deployment Capacity&lt;/strong&gt;: Expands the number of troops you can deploy in a single attack or defense, maximizing your force size.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These buffs can be purchased with gems, but be cautious&mdash;the costs are high. Alternatively, they can be earned through event rewards or purchased in the shop. For players looking to conserve gems, our guide on earning free gems in Whiteout Survival offers valuable tips.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A vital aspect of successful PvP is managing your infirmary. This building heals injured troops post-battle, but when full, it cannot accommodate new casualties, leading to troop deaths with no chance of recovery. To prevent this, upgrade your infirmary&rsquo;s level and invest in research at the research center to increase capacity. Also, keep your low-level troops upgraded to avoid unnecessary troop losses filling your infirmary. You can check your current capacity by selecting the infirmary and viewing the details.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing the right heroes for rally attacks is crucial. The first four heroes to join a rally contribute their lead hero&rsquo;s first expedition skill, which provides rally-wide buffs. However, if a later joining hero has a higher-level skill, it will replace a lower-level one, so selecting heroes with impactful skills&mdash;especially those boosting attack or defense&mdash;is essential. Skills that increase troop lethality, attack, or defense are particularly effective; utility skills offer less benefit in combat scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example, in Generation 1 states, Jessie is recommended for offensive rallies due to her all-troop attack buff, while Patrick and Sergey excel defensively with health boosts or damage reduction skills. F2P players can refer to our list of the best heroes suited for their playstyle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, understanding state rules is critical for safe PvP engagement. Alliances agree on specific guidelines that define valid targets. Common rules include &lt;strong style=&quot;font-family:Arial;&quot;&gt;NAP10&lt;/strong&gt;, preventing attacks on players in the top 10 alliances, and &lt;strong style=&quot;font-family:Arial;&quot;&gt;No Tile Hits&lt;/strong&gt;, prohibiting attacks on troops gathering resources. These rules are frequently updated, so staying informed is vital. Violating them can lead to expulsion from your alliance or being marked for attack with a kill-on-sight order, so always verify the current rules before engaging in PvP activities.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star&lt;/a&gt; is the main premium currency used in Whiteout Survival, enabling players to purchase essential resources, boost upgrades, and unlock exclusive in-game items to strengthen their gameplay. Players can obtain Whiteout Survival Frost Star by topping up through popular game trading platforms such as Codashop, SEAGM, or Midasbuy, where various deals and discounts are often available. Acquiring Frost Star helps players to progress faster and enjoy more advantages within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Top Up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Whiteout Survival Frost Star, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless experience. Lootbar.gg stands out by providing a professional and secure environment for transactions, making it easy for gamers to confidently complete their &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival top up&lt;/a&gt;. The platform is designed to cater to players worldwide, ensuring that services are accessible and reliable no matter where you are.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to its global reach, lootbar offers a number of attractive benefits for those seeking to &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;whiteout survival frost star buy&lt;/a&gt;. Players can enjoy competitive prices, with discounts that can reach up to 5% for Whiteout Survival top up, allowing you to get more value for your money. Moreover, lootbar.gg supports a variety of payment methods, so users can choose the option that best suits their needs, all while benefiting from 24/7 online customer service for any questions or issues that may arise.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing lootbar for your gaming transactions also means enjoying a convenient and user-friendly experience. The platform&rsquo;s intuitive interface makes the process of purchasing Frost Star quick and straightforward. With lootbar, players can focus on enhancing their gameplay in Whiteout Survival, confident that their purchases are handled efficiently and securely.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Whiteout Survival on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Whiteout Survival&lt;/a&gt; Frost Star through the lootbar trading platform, start by accessing the official lootbar website and setting your preferred language and currency before logging into your account.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and select Whiteout Survival from the list of games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the amount of Frost Star you wish to purchase and input your Whiteout Survival UID.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClick the &quot;Top-up now&quot; button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, pick your desired payment method and press &quot;Pay Now&quot; to finalize the transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter completing the payment, the Frost Star will be quickly credited to your Whiteout Survival account, allowing you to enjoy your in-game purchases without delay.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; height=&quot;477&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(316, 467, '', 'FC 26 Coins &ndash; Fastest Ways to Get Enzo Francescoli', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About Enzo Francescoli&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enzo Francescoli, born on November 12, 1961, in Uruguay, is renowned for his distinguished career in professional football. Standing at 181 centimeters, Francescoli brought both physical presence and technical finesse to the pitch, excelling particularly in the role of Central Attacking Midfielder. His vision, creativity, and ability to orchestrate play made him a pivotal figure in the teams he represented.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout his career, Francescoli showcased his talent in several top European leagues. He joined Cagliari in Italy&rsquo;s Serie A in 1986, where he demonstrated consistency and skill over 122 appearances, contributing 21 goals. His subsequent move to France saw him competing in the Ligue 1, facing formidable opponents like Marseille on multiple occasions and further solidifying his reputation as a dynamic and influential midfielder.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Over the span of his professional journey, Francescoli participated in 239 matches and scored 64 goals, illustrating his effectiveness both as a playmaker and a goal scorer. Known for his elegant style and football intelligence, he is celebrated as one of Uruguay&rsquo;s finest exports and as a remarkable Central Attacking Midfielder who left a lasting impact on the sport.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Enzo Francescoli&#039;s Heroes card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enzo Francescoli&rsquo;s Heroes card features him as a Central Attacking Midfielder with an impressive overall rating of 88, showcasing a dynamic blend of attributes that make him a standout choice in this pivotal role. With 86 pace and 90 dribbling, Francescoli brings swift movement and exceptional ball control to the midfield, while his 88 shooting and 83 passing ensure he can both create and finish scoring opportunities. Although his defense rating is lower at 44, his 72 physicality provides enough resilience to hold his ground against opponents. As a central attacking midfielder, Francescoli excels at orchestrating play and breaking down defenses, offering the creativity and attacking threat needed to unlock tight matches and secure crucial goals for your team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ee7550c841a05bf919eIMD98teq03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ee7550c841a05bf919eIMD98teq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain Enzo Francescoli&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are a few main methods available. Firstly, you can try your luck by purchasing card packs, which might contain Enzo Francescoli&#039;s Heroes card; however, this approach comes with the drawback of low and uncertain odds, meaning you may spend a lot without guaranteed results. Secondly, you can complete Squad Building Challenges (SBCs), which sometimes reward players with the Heroes card, though these tasks often require specific players or teams and can be time-consuming or costly to complete. Lastly, you can opt to buy the card directly from the transfer market, but this method requires a significant amount of UT Coins&mdash;currently around 0.20 million&mdash;making it an expensive option for most players. Each method offers a different balance of risk, effort, and cost, so choosing the best one depends on your resources and priorities in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ee93d86590cbe98730eY8Hgyglj03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ee93d86590cbe98730eY8Hgyglj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, players earn FC 26 Coins through methods like selling player cards, completing objective goals, or participating in various game modes for rewards. However, these conventional ways often come with limitations, relying heavily on a player&#039;s skill level or luck. This means accumulating &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt; can be a slow process, especially if you&#039;re aiming to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc 26 coins&lt;/a&gt; to secure top-tier players such as Team of the Week 9 Mbapp&eacute;. Waiting months to gather enough &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc coins&lt;/a&gt; can be frustrating when you want to strengthen your Ultimate Team quickly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those seeking a faster and more reliable approach, the LootBar trading platform is an excellent solution. Through LootBar, you can buy fc 26 coins safely and cheaply, with 5 million coins available for approximately $464, and new users enjoying a 10% discount&mdash;bringing the price down to just $417. LootBar guarantees swift delivery and secure transactions, safeguarding your account throughout the process. If you&rsquo;re ready to boost your team and add elite players without delay, using LootBar to purchase fut coins is the smartest way to make your dream squad a reality.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(317, 470, '', 'YouTube AI Age Verification: New US Rules Explained', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e5d1712c663010789abEsOYcZAX03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e5d1712c663010789abEsOYcZAX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;YouTube is set to implement artificial intelligence-driven age verification systems within the United States, aiming to better regulate content for different age groups.&lt;/p&gt;\n&lt;p&gt;This new approach will utilize machine learning algorithms that analyze users&#039; search histories, viewed videos, and content categories to assess age eligibility.&lt;/p&gt;\n&lt;p&gt;The move follows recent regulatory changes: Australia has restricted YouTube access for minors, and the UK has introduced mandatory age verification measures under the online safety legislation.&lt;/p&gt;\n&lt;p&gt;Currently in the testing phase with a select US audience, YouTube intends to roll out the AI age checks nationwide, customizing content experiences based on the viewer&rsquo;s verified age.&lt;/p&gt;\n&lt;p&gt;Importantly, this initiative extends beyond content filtering; it will disable personalized advertising for younger users. Meanwhile, older viewers may be asked to verify their age using government-issued identification if the AI&rsquo;s judgment is uncertain.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/69278e65acd2a17d742a246f3fBbVbfk03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/69278e65acd2a17d742a246f3fBbVbfk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;YouTube is exploring innovative ways to enhance safety features for its younger audience through emerging AI technologies. Recently, James Beser, the director of product management for YouTube Youth, revealed plans to implement machine learning-based age estimation tools aimed at better safeguarding teens on the platform.&lt;/p&gt;\n&lt;p&gt;Unlike traditional methods such as dedicated kids&#039; channels or supervised accounts, this new approach focuses on delivering content tailored to the user&rsquo;s actual age. Beser explained that the system will initially be tested with a limited group of users in the United States, where AI algorithms will analyze search patterns, video categories, and account details to infer age.&lt;/p&gt;\n&lt;p&gt;This AI-driven process aims to distinguish teens from adults, ensuring that younger viewers are provided with age-appropriate content and protections. The technology&rsquo;s capabilities include disabling personalized ads for children and activating digital wellbeing features, such as break alerts, daily viewing timers, and bedtime reminders.&lt;/p&gt;\n&lt;p&gt;Moreover, YouTube intends to refine content recommendations, blocking certain repeated or inappropriate material to create a safer viewing experience. An important aspect of this system is its resistance to circumvention; since the AI checks are intended to be universal and VPN-proof, they are less susceptible to user manipulation or government bans aimed at VPN restrictions.&lt;/p&gt;\n&lt;p&gt;Historically, YouTube has responded to concerns over inappropriate content by launching services like YouTube Kids, implementing supervised accounts, and integrating Google Family Link. The recent announcement appears to align with broader regulatory trends, especially following Australia&#039;s decision to ban social media usage for under-16s.&lt;/p&gt;\n&lt;p&gt;While the initial rollout is in the US, YouTube plans to expand these AI age verification measures to other regions as the technology matures. Countries like the UK and the European Union, which are also advancing age verification regulations, are likely next in line for similar implementations.&lt;/p&gt;\n&lt;p&gt;The growing influence of AI on YouTube&rsquo;s platform marks a significant shift from the childhood experience many users remember, raising questions about privacy and the effectiveness of age restrictions. With laws in the UK and across the EU emphasizing online age verification, the platform&#039;s future developments could reshape how internet safety and privacy are balanced in the digital age.&lt;/p&gt;\n&lt;p&gt;As these technological and regulatory changes unfold, concerns about privacy risks persist, especially with proposed US laws that may not sufficiently protect user data. Meanwhile, VPNs are unlikely to serve as reliable tools to bypass these new age verification systems, emphasizing the increasing control platforms are exerting over online content access.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to circumvent government censorship or regional restrictions that prevent access to adult content, while also ensuring their online activity remains private and untraceable. Essentially, to unblock porn means to successfully bypass these digital barriers using a VPN, allowing users to freely access otherwise restricted adult websites and streams regardless of their physical location. This capability provides a secure pathway to view content that is legally available elsewhere but blocked locally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For individuals seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access geo-restricted adult content, SafeShell VPN offers an effective solution. Its features ensure seamless and secure access: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN&#039;s unique App Mode allows users to bypass regional restrictions on multiple platforms simultaneously, granting freedom to explore international libraries without constant server switches.\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade ShellGuard encryption protects your activities from ISP monitoring and network surveillance, keeping your browsing completely anonymous.\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy buffer-free HD streams with optimized servers maintaining lightning-fast speeds even during peak usage times.\n&lt;/li&gt;\n&lt;li&gt;\nProtect up to five devices concurrently&mdash;including smartphones, computers, and streaming devices&mdash;with consistent high-speed access and robust security across all platforms.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To start unlocking pornographic content from any region using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by securing a subscription through their official website. Choose a suitable plan and complete the payment process. Next, download the SafeShell VPN application directly from their platform or authorized app stores, then install it on your preferred device following the on-screen setup instructions. This initial phase ensures you have the necessary tools for unrestricted access.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and activate its specialized App Mode to optimize connectivity for adult platforms. Select your desired server location from the extensive global network offered by SafeShell VPN, enabling region-specific content unblocking. Once connected, browse porn sites freely with encrypted privacy protection, maintaining anonymity while bypassing geographical restrictions through SafeShell VPN&#039;s secure tunneling technology.&lt;/p&gt;', 9, 'game'),
(318, 471, '', 'PS5 Exclusive Deals: Top Holiday Discounts Revealed', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As we reach the halfway point of the PS5&#039;s lifecycle, Sony continues to offer a robust lineup of exclusive titles that have captivated gamers worldwide. This holiday season, a wide range of these titles are available at significant discounts, making it an ideal opportunity to expand your collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the standout deals is Astro Bot Rescue Mission, a highly acclaimed 3D platformer renowned for its creativity and immersive gameplay. It can now be purchased for just $40, down from $60, marking its lowest Black Friday price to date.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans of superhero adventures can take advantage of the Marvel&rsquo;s Spider-Man series, now bundled at an unbeatable rate. The Ultimate Edition of Marvel&rsquo;s Spider-Man: Miles Morales, which includes the remastered version of Marvel&#039;s Spider-Man, is currently available for $40, originally priced at $70. Additionally, Marvel&#039;s Spider-Man 2 is on sale for only $30, reduced from $70. Collectively, these deals allow players to experience the full web-slinging saga on PS5 at a fraction of the original cost.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Racing enthusiasts shouldn&rsquo;t miss Gran Turismo 7, the latest installment in PlayStation&rsquo;s premier exclusive racing franchise, now available for just $30, down from $70. Action and adventure fans can also find major titles like God of War Ragnarok for only $20 (originally $70), Death Stranding 2: On the Beach for $50 (was $70), and Horizon Forbidden West: Complete Edition for $30, reduced from $60.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond games, PlayStation&rsquo;s Black Friday deals extend to accessories and hardware. Shoppers can find discounts on limited-edition DualSense wireless controllers, official faceplates for both standard and Slim PS5 models, and various console bundles for the PS5 Pro and PS5 Slim.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For a comprehensive overview of all Black Friday deals on PS5 titles and accessories, be sure to visit GameSpot&rsquo;s dedicated deals hub. This is the perfect time to upgrade your gaming setup and indulge in some of the best exclusives Sony has to offer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927bed17eb4aa36fd475f62XA6Zmit503&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927bed17eb4aa36fd475f62XA6Zmit503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore incredible savings on exclusive PlayStation 5 titles this Black Friday season, with deals across major retailers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those seeking immersive experiences, &lt;em style=&quot;font-family:Arial;&quot;&gt;Astro Bot&lt;/em&gt; is available at $40, down from $60, offering a fantastic platforming adventure.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans of narrative-driven games can pick up &lt;em style=&quot;font-family:Arial;&quot;&gt;Death Stranding 2: On the Beach&lt;/em&gt; for just $50, a significant discount from its original $70.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collectors can enhance their collection with the &lt;em style=&quot;font-family:Arial;&quot;&gt;Death Stranding 2 Collector&rsquo;s Edition&lt;/em&gt; now at $130, reduced from $230.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Demon&rsquo;s Souls, a challenging classic, is now only $30, marked down from $70, perfect for fans of hardcore RPGs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The &lt;em style=&quot;font-family:Arial;&quot;&gt;Ghost of Yotei Collector&rsquo;s Edition&lt;/em&gt; is on sale for $170, a reduction from $250, ideal for dedicated collectors.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Experience the epic saga with &lt;em style=&quot;font-family:Arial;&quot;&gt;God of War Ragnarok&lt;/em&gt; at a steal for $20, originally $70, making it accessible for new and returning players.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Gran Turismo 7&lt;/em&gt; is also heavily discounted at $30, down from $70, for racing enthusiasts.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For shooters and action fans, &lt;em style=&quot;font-family:Arial;&quot;&gt;Helldivers 2&lt;/em&gt; is available at just $30, reduced from $40.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The &lt;em style=&quot;font-family:Arial;&quot;&gt;Horizon Forbidden West&lt;/em&gt; series offers multiple editions:  &lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCollector&rsquo;s Edition for $30 (originally $180),\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nComplete Edition for $30 (down from $60),\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStandard Edition at $20,\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;making it an excellent time to dive into this open-world adventure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Horizon Zero Dawn Remastered&lt;/em&gt; is priced at $20, discounted from $50, perfect for newcomers.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Lego Horizon Adventures&lt;/em&gt; can be yours for $20, down from $60, blending LEGO fun with Horizon lore.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other notable deals include &lt;em style=&quot;font-family:Arial;&quot;&gt;Lost Soul Aside&lt;/em&gt; at $40, &lt;em style=&quot;font-family:Arial;&quot;&gt;Marvel&rsquo;s Spider-Man 2&lt;/em&gt; at $30, and its Collector&rsquo;s Edition for $130.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Marvel&#039;s Spider-Man: Miles Morales Ultimate Edition&lt;/em&gt; is available for $40, reduced from $70.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sports fans can grab &lt;em style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25&lt;/em&gt; for $20, down from $70, for a full baseball season experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Ratchet &amp;amp; Clank: Rift Apart&lt;/em&gt; is now $30, and &lt;em style=&quot;font-family:Arial;&quot;&gt;Returnal&lt;/em&gt; is also at a discounted $30.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;em style=&quot;font-family:Arial;&quot;&gt;Rise of the Ronin&lt;/em&gt; joins the sale for $30, down from $70, delivering a new action RPG experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For fans of stylish action, &lt;em style=&quot;font-family:Arial;&quot;&gt;Stellar Blade&lt;/em&gt; is available at $40, a discount from $70.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Story-driven gamers can find &lt;em style=&quot;font-family:Arial;&quot;&gt;The Last of Us Part I&lt;/em&gt; for $30, and &lt;em style=&quot;font-family:Arial;&quot;&gt;The Last of Us Part II Remastered&lt;/em&gt; for $30 as well.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Horror fans can enjoy &lt;em style=&quot;font-family:Arial;&quot;&gt;Until Dawn&lt;/em&gt; for just $30, marked down from $60.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Subscribe to GameSpot&rsquo;s weekly newsletter for more updates on gaming, tech, and entertainment deals, including the first PS5 Pro discounts in six months, discounts on PS5 Slim bundles and Collector&rsquo;s Editions, and special offers on accessories like 8bitdo controllers and Evercade retro handhelds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Don&rsquo;t miss out on limited-time offers like the Meta Quest 3 Black Friday deal with up to $70 off and a $50 Amazon credit, or grab a wireless GameCube-style controller for Switch and PC for only $40.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for more exclusive deals and preorders this holiday season!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; serve as the primary in-game currency, allowing players to purchase player cards, card packs, equipment, and customization options to enhance their teams and gameplay experience. Players can obtain MLB The Show 25 Stubs not only by progressing through in-game challenges and missions but also by topping up through reputable trading platforms like LootBar. These platforms provide a convenient and secure way for users to quickly boost their in-game currency and access exclusive content or upgrades. With MLB The Show 25 Stubs, gamers can unlock new possibilities and tailor their journey to match their playstyle.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt;, it&rsquo;s worth considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a hassle-free experience. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the greatest advantages of using lootbar.gg is its commitment to secure transactions. The platform employs advanced encryption technology and strict privacy protocols, ensuring that every purchase is both safe and legal. Players can top up their MLB The Show 25 Stubs with complete peace of mind, knowing that their personal information and gaming accounts are well protected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar stands out with its 24/7 customer support and remarkably fast delivery times. Their support team is always available to help with any questions or issues, making the process smooth for users at any hour. On top of that, stubs are typically delivered within minutes, allowing players to quickly enhance their teams and enjoy the game without unnecessary waiting. For those seeking a trustworthy and efficient way to buy MLB The Show 25 Stubs, lootbar.gg is a top choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To buy &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the Lootbar trading platform, follow these steps for a smooth top-up experience.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, go to the official Lootbar website and sign into your account to access all features.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, browse the &quot;Game Coins&quot; category and locate MLB The Show 25 among the available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect the amount of MLB The Show 25 Stubs you wish to purchase and proceed by clicking the corresponding buy option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter the required personal and account details as guided by the purchase instructions on the site.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose your preferred payment method and complete the transaction to get your MLB The Show 25 Stubs delivered securely.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(319, 473, '', 'Pok&eacute;mon TCG Code: 24 Gratis-Pack-Sanduhren sichern', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ff3434a01fa6edc2a66fzVHsveN03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ff3434a01fa6edc2a66fzVHsveN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;960&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entdeckt jetzt eine exklusive Gelegenheit, eure Pok&eacute;mon TCG Sammlung zu erweitern! F&uuml;r kurze Zeit k&ouml;nnt ihr euch mit einem speziellen Code gleich 24 kostenlose Pack-Sanduhren sichern. Nutzt diese Chance, um eure Booster-Packs bequem hintereinander zu &ouml;ffnen und eure Sammlung deutlich zu verbessern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Code lautet: 33v33s5mm3r und ist bis zum 31. August 2025 g&uuml;ltig. Mit den Sanduhren k&ouml;nnt ihr zwei Booster-Packs gleichzeitig &ouml;ffnen, was euch einen Vorsprung beim Vervollst&auml;ndigen der Erweiterung &quot;Weisheit von Meer und Himmel&quot; verschafft. Wenn ihr noch an den letzten Karten arbeitet, ist dieses Angebot perfekt f&uuml;r euch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf der zweiten Seite erkl&auml;ren wir Schritt f&uuml;r Schritt, wie ihr den Code einl&ouml;st und eure Belohnung sofort erhaltet. Nutzt diese Gelegenheit, um eure Sammlung zu optimieren und euch auf kommende spannende Karten zu freuen!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Pok&eacute;mon TCG Pocket und wird verwendet, um verschiedene Items zu kaufen, Zubeh&ouml;r freizuschalten oder die Pack-Ausdauer wiederherzustellen, wodurch das Spielerlebnis deutlich bereichert wird. Sie erm&ouml;glicht es den Spielern, ihre Sammlung auszubauen und die Chancen auf besonders seltene Karten zu steigern. Pok&eacute; Gold kann ganz einfach durch das Aufladen auf renommierten Handelsplattformen wie Lootbar.gg erworben werden, die f&uuml;r ihren schnellen Service und ihre Zuverl&auml;ssigkeit bekannt sind. So k&ouml;nnen Spieler jederzeit flexibel Pok&eacute; Gold erhalten, um im Spiel noch erfolgreicher zu sein.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler eine schnelle und sichere M&ouml;glichkeit suchen, ihr Pok&eacute; Gold aufzuladen, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket top up&lt;/a&gt; Funktion auf &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; in Betracht ziehen. Die Plattform bietet zahlreiche Vorteile, die das Spielerlebnis deutlich verbessern und das Sammeln von seltenen Karten erleichtern.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Pluspunkt von lootbar.gg ist die Kombination aus g&uuml;nstigen Preisen und exklusiven Rabatten speziell f&uuml;r Pokemon TCG Pocket top up. Dank eines modernen Verschl&uuml;sselungssystems sind alle Transaktionen vollkommen sicher, und pers&ouml;nliche Daten bleiben gesch&uuml;tzt. Die Lieferung des Pok&eacute; Gold erfolgt besonders z&uuml;gig, sodass Spieler kaum Wartezeiten haben und direkt loslegen k&ouml;nnen. Dar&uuml;ber hinaus steht ein hilfsbereiter 24/7 Kundenservice bereit, der bei allen Fragen oder Problemen sofort unterst&uuml;tzt. So wird das Aufladen von Pok&eacute; Gold auf lootbar.gg nicht nur einfach, sondern auch zuverl&auml;ssig und komfortabel.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRufen Sie zun&auml;chst die Website von Lootbar auf und loggen Sie sich mit Ihrem bestehenden Konto ein oder erstellen Sie ein neues Konto, falls Sie noch keines besitzen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuchen Sie auf der Plattform gezielt nach der &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt;-Option, um mit dem Aufladeprozess zu beginnen.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r den gew&uuml;nschten Betrag an Pok&eacute; Gold, den Sie f&uuml;r das Pokemon TCG Pocket-Spiel erwerben m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie die erforderlichen Kontoinformationen wie Benutzername und Charaktername sorgf&auml;ltig in die vorgesehenen Felder ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie im n&auml;chsten Schritt eine passende Zahlungsmethode aus den angebotenen Optionen aus.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFolgen Sie den weiteren Anweisungen, um die Zahlung erfolgreich abzuschlie&szlig;en und den Kauf zu best&auml;tigen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach Abschluss der Transaktion wird das Pok&eacute; Gold in der Regel innerhalb kurzer Zeit Ihrem Spielkonto gutgeschrieben, sodass Sie es sofort im Pokemon Sammelkartenspiel Pocket verwenden k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(320, 476, '', 'Most Likely to Flop MMO Games &ndash; 2016 Year-End Awards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ef194c5b9c949a2c3daU6ZrC3vl03&quot; height=&quot;229&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ef194c5b9c949a2c3daU6ZrC3vl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As part of our year-end awards for 2016, we highlight the titles most at risk of failure in the coming year or even further down the line. Last year, this dubious honor went to Blade &amp;amp; Soul, a game that surprisingly surpassed expectations on a global scale, despite many of our readers perhaps having moved on from it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This category isn&rsquo;t limited to mainstream titles; it also includes lesser-known MMOs and games that haven&#039;t yet launched. It&rsquo;s important to note that &ldquo;flop&rdquo; can mean various things&mdash;be it a sudden shutdown, financial collapse, or simply not meeting the sky-high expectations set before release. Of course, no one truly wishes for a game to fail; this is just a playful look at the potential pitfalls ahead.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be sure to cast your own votes in the fun, reader-participation poll at the end of the article!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Our staff&#039;s pick for the most likely games to stumble or crash in 2017 and beyond is a tie between WildStar and Star Citizen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ef30ab8defdc1e41e33ZiiMtEw203&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ef30ab8defdc1e41e33ZiiMtEw203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Several industry observers expressed cautious skepticism about upcoming MMORPG titles, highlighting potential pitfalls and uncertainties that could lead to their decline or failure. Andrew Ross voiced doubts about Chronicles of Elyria, citing the development team&#039;s lack of experience and a disconnect with current genre trends, questioning whether their design appeals to modern gamers or is rooted in nostalgia for older MMOs. Brendan Drain predicted that Amazon&#039;s New World might struggle to gain traction, given the crowded sandbox market and its delayed progress, possibly missing its chance to establish itself. Brianna Royce expressed mixed feelings about Star Citizen, Wildstar, and Elyria, noting skepticism about their ability to succeed amidst high expectations and financial concerns, particularly questioning Wildstar&rsquo;s financial viability after years of struggle. Eliot Lefebvre focused on Star Citizen, criticizing its prolonged development and overhyped promises, comparing it to No Man&rsquo;s Sky&rsquo;s similar trajectory earlier in the year. Justin Olivetti doubted the prospects of Dark and Light, citing its previous failure and the reduced scope of its multiplayer features. Larry Everett emphasized that despite Star Citizen&rsquo;s complexity, it may not appeal to casual players and thus might not become the next major MMO. MJ Guthrie leaned toward Wildstar as the most likely to disappear, feeling it has faded from relevance without significant new development. Tina Lauro Pollock reluctantly chose Wildstar, citing a lack of engagement and recent layoffs as signs of declining prospects. An online poll reinforced these sentiments, with 44% of participants predicting Star Citizen&rsquo;s failure in the coming years, followed by Wildstar at 25%, indicating widespread doubts about their future success in the evolving MMORPG landscape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6888098c8b7f751fbebf8564IjIqAfS703&quot; height=&quot;16&quot; src=&quot;https://c2c.fp.guinfra.com/file/6888098c8b7f751fbebf8564IjIqAfS703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;16&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting choices consist of every game that received a nomination, along with a curated list of titles anticipated to launch soon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Massively OP&#039;s Awards for 2016 have been accumulating nominations up to this point.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ef8e9357332de4656e8yIEWGDtJ03&quot; height=&quot;290&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ef8e9357332de4656e8yIEWGDtJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;880&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Blade &amp;amp; Soul NEO Divine Gems and Why They&#039;re Essential for Players?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; serve as the essential currency in Blade &amp;amp; Soul NEO, enabling players to upgrade equipment, unlock exclusive cosmetics, and purchase powerful items to advance their characters. Players who want to quickly obtain Blade &amp;amp; Soul NEO Divine Gems can top up through popular game trading platforms such as MmoGah, G2G, and IGGM. By acquiring these gems, gamers gain a significant advantage in progressing through challenging content and customizing their gameplay experience. Whether earned in-game or purchased, Blade &amp;amp; Soul NEO Divine Gems are crucial for maximizing your adventure in BNS NEO.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why choose LootBar.gg to buy Blade &amp;amp; Soul NEO divine gems?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Blade &amp;amp; Soul NEO Divine Gems, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. As a trusted source for &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy BNS Gems&lt;/a&gt;, lootbar.gg stands out by offering a user-friendly interface and a wide range of supported games, making it easy for players to manage their in-game currencies in one place. Competitive pricing is a major advantage, with regular discounts and special promotions ensuring that players get the best value when purchasing BNS NEO Divine Gems.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar is committed to providing a secure and worry-free transaction environment. Utilizing advanced encryption and strict data protection measures, the platform guarantees the safety and legality of every purchase. Players also benefit from 24/7 customer support, ready to resolve any questions or concerns at any time. Additionally, lootbar.gg is known for its swift delivery system, ensuring that your BNS NEO gems are delivered rapidly so you can continue your adventure without unnecessary delays.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Steps for Blade &amp;amp; Soul NEO Divine Gems purchase on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/game-coins/blade-soul-neo?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Blade &amp;amp; Soul NEO Divine Gems&lt;/a&gt; on the LootBar trading platform, start by navigating to the official LootBar.gg website, where you can select your desired language and currency for a smooth shopping experience. Next, either log in with your existing account or quickly create a new one if you&rsquo;re a first-time user. Once logged in, go to the Game Coins section from the homepage menu and find Blade &amp;amp; Soul NEO Divine Gems listed under the Blade &amp;amp; Soul NEO category. Browse the available options, select the quantity of Divine Gems you wish to purchase, and proceed by clicking the &quot;Buy Now&quot; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After confirming your selection, choose a payment method that works best for you and finalize the transaction by clicking &quot;Pay Now.&quot; To ensure the delivery of your order, you&rsquo;ll be prompted to upload a screenshot or image of your in-game item, following the instructions provided on the platform. Once your submission is complete, simply log in to Blade &amp;amp; Soul NEO to check and verify that the Divine Gems have been credited to your account. This seamless process makes it easy and secure to Buy Blade &amp;amp; Soul NEO Divine Gems on LootBar.gg.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; height=&quot;605&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f8676e18b0607d74653HbT6VMz203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(321, 478, '', 'Epic World-Building in MMOs: Dune Awakening&#039;s Impact', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f601dd311b52872d6e0ZqNYxtiS03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f601dd311b52872d6e0ZqNYxtiS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Epic World-Building in MMOs&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The success of Dune: Awakening has demonstrated the potential for epic worlds to thrive within the MMORPG genre. This game, set in an alternate timeline on the perilous desert planet of Arrakis, has captivated players with its immersive survival mechanics and expansive universe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Its triumph sparks curiosity about how other beloved fantasy realms might fare if adapted into similar online experiences. Imagine exploring the intricate political landscapes of Westeros, navigating the mystical lands of Roshar, or embarking on adventures through the gritty streets of Chicago in a Mistborn-inspired universe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Such adaptations could breathe new life into these worlds, offering fans a chance to step directly into their favorite stories. As the genre evolves, the possibilities for transforming epic fantasy series into captivating MMO experiences seem more promising than ever.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f63e9357332de465c9epw5DW6NW03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f63e9357332de465c9epw5DW6NW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The expansive universe of the Malazan Book of the Fallen is a treasure trove of rich lore and complex magic systems that could be brilliantly adapted into an immersive MMORPG experience. Its intricate weave of ancient civilizations, powerful ascendants, and diverse races offers endless opportunities for diverse character classes and gameplay styles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Central to the series are the Ascendants and their formidable abilities, which could serve as unique class archetypes or skill trees, giving players a chance to harness divine powers or wield arcane forces. The series&#039; multi-layered magic system, involving warrens and the manipulation of reality, lends itself perfectly to dynamic combat mechanics and strategic gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, the series&#039; deep political intrigue and sprawling world-building could create a living, breathing multiplayer environment where alliances, rivalries, and epic quests unfold across continents. An MMO set in the Malazan universe would not only satisfy fans of epic fantasy but also attract newcomers eager to explore its legendary stories and complex magic, making it a perfect candidate for a groundbreaking online experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f6a4e061a9b12df9b3646tLIr1h03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f6a4e061a9b12df9b3646tLIr1h03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Steven Erikson crafted a richly detailed universe rooted in the mechanics of role-playing gaming, making the leap to a comprehensive MMORPG a logical next step. The Malazan world, initially designed as a setting for the author&#039;s tabletop campaigns, lends itself seamlessly to interactive storytelling and gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, Elden Ring stands as the most comparable game in terms of expansive world-building, though it doesn&#039;t fully encompass the vastness and depth of Malazan. An MMORPG inspired by Elden Ring&rsquo;s scope would undoubtedly be a compelling experience, offering players an immersive adventure across a sprawling, intricate landscape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to Malazan, other epic series like Red Rising also evoke visions of expansive worlds ripe for adaptation into multiplayer online formats, promising rich narratives and dynamic environments for players to explore and conquer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f6e18632f4f3658487dz3l98gLr03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f6e18632f4f3658487dz3l98gLr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Envision a vast universe inspired by epic fantasy worlds, where intricate magic systems and sprawling lore set the stage for an immersive MMO experience. Such a game could explore the histories and mythologies of diverse kingdoms, offering players a chance to forge their own destinies amidst legendary battles and ancient prophecies.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Imagine a game that allows characters to traverse enchanted landscapes, soaring through skies on mystical creatures or teleporting across realms. The rich variety of magical artifacts and combat styles would enable players to customize their classes extensively, fostering unique playstyles and strategies. This would fill a notable gap, as current fantasy MMOs often lack depth in magical exploration and expansive world-building.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Drawing inspiration from renowned series, the game could feature storylines paralleling the journeys of iconic heroes, or even explore alternate timelines within the same universe. Such flexibility would keep the experience fresh and engaging, appealing to both newcomers and seasoned fans of epic fantasy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, this concept would bring a fresh dimension to the MMO genre, blending the grandeur of fantasy epics with innovative gameplay mechanics, and offering players a truly magical adventure beyond traditional limitations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f71b89f41676f470d9bScTf3sO403&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f71b89f41676f470d9bScTf3sO403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Potential MMO Adaptations&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Brandon Sanderson&#039;s expansive universe in the Stormlight Archive offers a rich and immersive backdrop ideal for an MMO adaptation. Imagine a game where the dynamic environment mirrors the intensity of the series, similar to the experience in Dune: Awakening, with towering highstorms rolling across the plains, compelling players to seek shelter or face the devastating power of nature.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Given the brutal and unforgiving terrain of Roshar, an MMO set in this world would thrive best as an open-world survival experience, emphasizing resource management and environmental challenges. Exploring new regions beyond the main storyline could reveal hidden secrets and deepen immersion in the world&rsquo;s lore.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, integrating Stormlight and shardblades into the game mechanics could introduce an innovative class system. Instead of traditional classes, players could customize their abilities based on the equipment they wield, allowing for dynamic skill development aligned with their chosen shardblade or stormlight-powered gear. This approach would create a flexible and personalized gameplay experience, capturing the essence of the series&rsquo; unique magic system.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f7594c5b9c949a2c8e0wPKuyT4d03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f7594c5b9c949a2c8e0wPKuyT4d03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The First Law series centers its narrative around complex characters rather than extensive worldbuilding, and interestingly, it lacks a detailed map of its universe. Despite this, transforming this universe into an MMORPG would offer a compelling experience for players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Imagine a survival-themed MMO inspired by Dune: Awakening, set amid the icy terrains of the North. Such an environment would provide a thrilling backdrop for exploration and resource management. Alternatively, any setting within the series could lend itself well to a dynamic open-world with large-scale PVP battles, similar to the combat style seen in Throne and Liberty.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There&rsquo;s ample potential to expand the lore, introduce new characters, and build a vibrant world within an MMO adaptation of The First Law. Similarly, the universe of The Expanse could be transformed into an engaging online multiplayer experience, combining space exploration with intense conflict and storytelling.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f78e9357332de465da6IDz00wua03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f78e9357332de465da6IDz00wua03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The universe of The Expanse has already captivated audiences through its acclaimed television adaptation, yet the potential for a massively multiplayer online game set in this universe remains largely untapped. Such an MMO could stand alongside titles like Dune: Awakening as a groundbreaking addition to sci-fi gaming. Unlike other space-based narratives such as Red Rising, The Expanse&rsquo;s universe stands out due to its unique inclusion of alien elements, adding depth and complexity to its realistic portrayal of our solar system.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the entire setting primarily revolving around outer space, the possibilities for gameplay are virtually limitless. An MMO could explore the diverse factions, hidden stations, and lesser-known colonies that the series hints at but doesn&#039;t fully flesh out. This approach would allow players to immerse themselves in the political intrigue and territorial disputes that underpin the series, all without interfering with the core storyline. Such a game would not only expand the universe but also give fans the chance to create their own stories within the richly detailed world of The Expanse.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f7cf0c60527b3b9c157rjDN5bRh03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f7cf0c60527b3b9c157rjDN5bRh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Westeros Game Adaptations&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The universe of Westeros has seen multiple video game adaptations over the years, yet none have truly captured the essence of the legendary series. The once-anticipated MMO, &quot;Game of Thrones: Seven Kingdoms,&quot; faced cancellation and was replaced by a less-than-stellar, pay-to-win browser game, dampening hopes for a faithful online experience set in this iconic world.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite these setbacks, optimism persists within the gaming community. The recent success of &quot;Dune: Awakening&quot; has rekindled interest in the potential for a true MMO adventure rooted in the &quot;A Song of Ice and Fire&quot; universe. Given the immense popularity of &quot;Game of Thrones,&quot; a multiplayer game that immerses players directly into Westeros&mdash;interacting and forging alliances&mdash;remains an enticing prospect that developers are eager to realize.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari serves as the main currency in Dune: Awakening, allowing players to purchase gear, resources, and access various NPC services essential for survival on Arrakis. You can conveniently top up your &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; through popular trading platforms such as OffGamers and Midasbuy, making it easy to keep your funds secure and ready for in-game transactions. Managing your dune awakening solari wisely is crucial, as unbanked currency can be lost to enemies if you fall in the harsh desert, so depositing it at key hubs is highly recommended. This system adds an extra layer of strategy to the immersive world of Dune: Awakening.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Dune Awakening Solari, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. By choosing to &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt; on lootbar.gg, players gain access to a secure, fast, and user-friendly service specifically designed for gaming transactions. The platform collaborates with numerous major game publishers and supports a wide variety of popular titles, providing a professional and reliable environment for all your in-game currency needs.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of using lootbar is its commitment to offering affordable prices, allowing players to buy dune awakening solari at competitive rates and get more value for their money. Transactions are protected with advanced encryption technology, ensuring both payment details and personal information remain safe. Additionally, lootbar provides 24/7 customer support, so assistance is always available whenever you need it. The quick delivery system guarantees that your dune awakening solari is credited to your account promptly, keeping your gaming experience smooth and uninterrupted.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase Dune: Awakening Solari on the LootBar trading platform, follow these straightforward steps to complete your top-up securely.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official LootBar.gg website and log into your account after selecting the appropriate language and currency.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Game Coins section on the homepage and locate &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari for sale&lt;/a&gt;.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide the amount of Solari you wish to buy and proceed by clicking the &ldquo;Buy Now&rdquo; option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter all the required details as prompted in the purchase process to ensure a smooth transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your desired payment option and confirm your order by clicking &ldquo;Pay Now.&rdquo;\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With these steps, you can easily obtain Dune: Awakening Solari and enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(322, 481, '', 'Best of TOTW 2025 &ndash; Black Friday bei EA Sports FC 26', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263d48b36f48b622e90879Z0XNFJ8603&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263d48b36f48b622e90879Z0XNFJ8603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Black Friday-Aktion bei EA Sports FC 26 hat begonnen und bringt wieder spannende Angebote mit sich. Im Mittelpunkt steht das &quot;Best of TOTW 2025&quot;, bei dem ausgew&auml;hlte Top-Spieler vergangener Wochen der Team of the Week zur&uuml;ck ins Spiel kehren. Mit dieser Aktion erh&auml;lt man die Gelegenheit, einige der besten Profis erneut zu ergattern, die bereits in fr&uuml;heren TOTW-Versionen vertreten waren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Insgesamt sind bislang zehn verschiedene TOTWs mit jeweils 23 Spielern ver&ouml;ffentlicht worden, was eine Sammlung von 230 Karten ergibt. F&uuml;r das Re-Release hat EA offenbar mehr als 60 Spieler ausgew&auml;hlt, die in einem gro&szlig;en Pack erscheinen werden. Es wird vermutet, dass die tats&auml;chliche Zahl sogar noch h&ouml;her liegt, da im Vorjahr rund 90 Profis dabei waren. Eine &Uuml;bersicht der m&ouml;glichen Kandidaten f&uuml;r das &quot;Best of TOTW 2025&quot; wird derzeit zusammengestellt und ver&ouml;ffentlicht, sobald alle Details feststehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Aktion ist f&uuml;r viele Nutzer besonders interessant, da sie eine Chance bietet, beliebte Spieler erneut zu erhalten, die vielleicht in der Vergangenheit verpasst wurden. Die Karten werden haupts&auml;chlich in speziellen Packs erh&auml;ltlich sein, egal ob ihr sie mit Coins oder FIFA Points kauft. Die Wahrscheinlichkeit, eine dieser begehrten &quot;Best of&quot; Karten zu ziehen, ist h&ouml;her, je mehr Karten in den Packs enthalten sind. Dennoch besteht keine Garantie auf bestimmte Spieler, aber der Transfermarkt bleibt eine weitere M&ouml;glichkeit, um die begehrten Karten zu erwerben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Startschuss f&uuml;r das Re-Release f&auml;llt am 25. November 2025 um 19:00 Uhr, zeitgleich mit der Ver&ouml;ffentlichung von TOTW 11. Die Karten bleiben bis zum Ende der Black Friday-Aktion am 5. Dezember im Spiel verf&uuml;gbar. Neben den Packs gibt es auch wieder spezielle SBCs und Objectives, die die Chance auf die begehrten Karten erh&ouml;hen. Insgesamt verspricht die Aktion eine spannende Zeit f&uuml;r alle Fans, die ihre Mannschaft mit besonderen Spielern verst&auml;rken m&ouml;chten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber EA FC 26 und FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;EA &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FC 26 Coins&lt;/a&gt; sind die virtuelle W&auml;hrung in FIFA Ultimate Team und erm&ouml;glichen es den Spielern, ihr Wunschteam gezielt zu verst&auml;rken. Mit FC 26 Coins lassen sich im Spiel besonders wertvolle Packs erwerben, um Top-Spieler und exklusive Items freizuschalten. Wer schneller vorankommen m&ouml;chte, kann &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 26 Coins&lt;/a&gt; bequem auf bekannten Game-Trading-Plattformen wie LootBar.gg durch Aufladen erhalten. So bauen Fans ihr Team effizient aus und genie&szlig;en ein noch spannenderes Fu&szlig;ballerlebnis.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 26 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 26 Coins kaufen&lt;/a&gt; m&ouml;chten, lohnt es sich, die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg Handelsplattform in Betracht zu ziehen. Diese Plattform bietet eine benutzerfreundliche Oberfl&auml;che, die es einfach macht, FC 26 Coins schnell und effizient aufzuladen. Dank der hohen Sicherheitsstandards und der zuverl&auml;ssigen Abwicklung k&ouml;nnen Nutzer darauf vertrauen, dass ihre Transaktionen gesch&uuml;tzt sind und ihre pers&ouml;nlichen Daten vertraulich behandelt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer gro&szlig;er Vorteil von lootbar ist das attraktive Preis-Leistungs-Verh&auml;ltnis. Die Plattform offeriert nicht nur regelm&auml;&szlig;ige Rabatte und Bonusaktionen, sondern auch einen kompetenten Kundendienst, der rund um die Uhr erreichbar ist. Dadurch erhalten Spieler beim EA FC 26 Coins kaufen nicht nur mehr Coins f&uuml;r ihr Geld, sondern auch eine umfassende Betreuung und Unterst&uuml;tzung bei jedem Schritt des Kaufprozesses.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 26 Coins bei LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Webseite lootbar.gg/de und suchen Sie nach FC 26 Coins f&uuml;r Ihre gew&uuml;nschte Plattform.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie die passende Plattform aus, zum Beispiel PS, Xbox oder PC, und legen Sie fest, wie viele FC 26 Coins Sie kaufen m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;gen Sie das gew&auml;hlte Paket Ihrem Warenkorb hinzu und klicken Sie auf die Kaufoption, um fortzufahren.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden wie PayPal, Kreditkarte oder andere Optionen und schlie&szlig;en Sie die Zahlung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach dem Bezahlvorgang rufen Sie Ihre Kaufhistorie auf und geben dort die notwendigen Informationen ein, damit Ihr Auftrag bearbeitet werden kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWarten Sie auf die Lieferung der Coins &ndash; w&auml;hrend dieser Zeit sollten Sie sich weder ins Spiel noch in die zugeh&ouml;rige App einloggen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald der Bestellstatus als &bdquo;Abgeschlossen&ldquo; angezeigt wird, stehen Ihnen die FC 26 Coins direkt im Spiel zur Verf&uuml;gung und Sie k&ouml;nnen sie sofort nutzen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; height=&quot;602&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(323, 482, '', 'Last War: Survival Server Change Guide &ndash; Options &amp; Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6927900115cda43915a3e95cHLoFOXTp03&quot; height=&quot;428&quot; src=&quot;https://c2c.fp.guinfra.com/file/6927900115cda43915a3e95cHLoFOXTp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many players in Last War: Survival often seek to reset their experience or escape difficult situations by changing servers, also known as &ldquo;warzones.&rdquo; Whether they want to discover new gameplay styles or avoid hostile environments, understanding the server switching process is vital. Currently, transferring an existing main account between servers isn&#039;t available, so players primarily have two options: creating a new character on a different server or waiting for the server transfer feature to be introduced. This guide will detail these options, helping players make strategic choices to improve their gaming journey.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Negative interactions, such as harassment and unfair alliances, often motivate players to change servers. These disruptive groups may target those approaching level 20, sabotage events, or hoard resources, leading to a toxic gaming environment. Others may look for servers with more cooperative communities, democratic governance, or shared social values. Recognizing these reasons can help players select a server that aligns with their preferred gameplay experience, making their time in the game more enjoyable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By the end of this guide, you will understand how to navigate server changes efficiently. Whether you&rsquo;re aiming for a more peaceful environment or simply want a fresh start, knowing your options will empower you to choose the best path forward in Last War: Survival.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One straightforward method to switch servers is to create a new character on a different warzone. This approach is especially suitable for new players who haven&#039;t progressed far or invested heavily in their current account. However, for seasoned players, starting anew means losing all previous progress, upgrades, and possibly in-game purchases. Carefully considering the benefits and drawbacks of this method is crucial before making the switch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69279002f0c60527b3b9c7c9El3BuP8H03&quot; height=&quot;367&quot; src=&quot;https://c2c.fp.guinfra.com/file/69279002f0c60527b3b9c7c9El3BuP8H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;310&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692790056b33c7ca5139e82eijMCZ51X03&quot; height=&quot;428&quot; src=&quot;https://c2c.fp.guinfra.com/file/692790056b33c7ca5139e82eijMCZ51X03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get started in Last War: Survival, first locate the profile icon at the top left of your screen and tap it to access your personal profile page. From there, proceed to the account settings by selecting the &ldquo;account&rdquo; button, which is the second option from the left at the bottom of the menu. Once in your account settings, choose &ldquo;manage characters&rdquo; to either create a new character or modify existing ones.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When selecting a server, browse through the available options, noting that some may be fully occupied. You might need to scroll or refresh to find a suitable choice that matches your preferences. Your choice of server significantly influences your gameplay experience, whether you prefer mature servers with advanced features, highly active servers for competitive play, or fresh servers where you can start anew.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Creating a new character essentially starts you from scratch, with no progress carried over&mdash;meaning no upgrades, heroes, troops, or resources transfer from your previous account. This method is ideal if you want to explore different server dynamics or escape unfavorable conditions but may not suit players who have invested heavily in their current account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fortunately, the game offers a server transfer feature that, when available, allows you to migrate your progress seamlessly to a new server. As of December 2024, this feature is still in beta and sporadically accessible on select servers. To prepare, keep an eye on in-game announcements and gather transfer tickets&mdash;special resources needed to initiate a server transfer. Saving these tickets in advance ensures you&#039;re ready when the feature goes live on your preferred server.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Using the transfer option preserves your entire progress, including all upgrades, troops, heroes, and alliances, making it a valuable tool for players seeking a change without losing their investments. While waiting for full implementation, players should stay informed and collect transfer tickets, so they&rsquo;re prepared to act when the feature becomes broadly available.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many players consider changing servers due to negative experiences such as hostile environments created by aggressive alliances or disruptive players. Common issues include frequent attacks on weaker players, sabotage of events, resource monopolization by dominant groups, and targeted harassment based on nationality or political views. These toxic conditions often lead players to seek more cooperative, peaceful servers where mutual support and fairness are prioritized.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Some of the challenges faced on problematic servers include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nConstant harassment and attacks, especially targeting players nearing level 20, which hampers progress and fosters fear.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSabotage during events, making it difficult to earn rewards and enjoy the game.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nResource hoarding by powerful alliances, reducing opportunities for smaller groups.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnbalanced competitions, with top alliances recruiting the best players from others, often leaving smaller groups at a disadvantage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHarassment based on nationality, political stance, or personal backgrounds, creating a hostile environment.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRepeated &ldquo;burning&rdquo; or wiping of weaker alliances by stronger ones, sometimes involving paid mercenaries, which devastates morale.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nToxic chat environments filled with insults and verbal abuse.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStrict alliance controls that limit player participation and activity.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In contrast, many players are motivated to switch servers in search of a more positive environment, emphasizing cooperation, democracy, and peace. They look for servers where alliances share resources, support each other, and foster a sense of community. Choosing a server aligned with your cultural or political preferences can also enhance your overall experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before deciding to switch, evaluate whether a new server&rsquo;s environment suits your playstyle. Research community feedback through forums and platforms like Reddit to gain insights into the server&rsquo;s reputation&mdash;whether it&rsquo;s competitive, toxic, or cooperative. Understanding these dynamics helps you select a server that aligns with your goals and offers a more enjoyable gaming experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If immediate server change isn&rsquo;t possible, consider strengthening your current position by joining active alliances or forming new ones. Networking via world chat or coordinating with other players can provide protection and growth opportunities. Alternatively, creating a new character on a less hostile server might serve as a temporary solution while waiting for the full release of the server transfer feature.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When choosing a server, consider its activity level and history:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOlder servers typically have more advanced features and unlocked heroes, allowing quicker progression.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEarly or newly launched servers often have high activity, providing a competitive and engaging environment for players eager to establish themselves.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFresh servers offer a level playing field where strategic growth is key, ideal for players who want to build without the dominance of established alliances.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, thorough research and strategic planning are essential. Check community forums for player experiences and server reputations to avoid hostile or overly competitive environments. By making informed choices, you can enhance your gaming experience, whether by switching servers, creating a new character, or working within your current environment to find better opportunities for growth and enjoyment.Navigating the decision to switch servers in Last War: Survival requires careful planning and awareness of upcoming features. Currently, the server transfer option remains in beta, meaning its availability is inconsistent and dependent on ongoing testing. Once fully released, players will need to use transfer tickets to migrate their accounts. To ensure readiness, players should begin collecting these tickets now and stay alert for official announcements via in-game messages. Being prepared will enable a seamless transition, preserving your progress and allowing quick access to the new server.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choosing the right server is not just about convenience&mdash;it has long-term strategic implications. Engaging in server wars often involves alliances crossing multiple servers, making it advantageous to be part of a cooperative and balanced community. Joining a server with stable alliances and fair power dynamics can greatly influence your success in large-scale events, helping you grow stronger and more secure in your gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When considering a server change, weigh your current environment. Toxic or fragmented servers with hostile players and unstable alliances can hinder your progress and enjoyment. In such cases, switching to a more collaborative server could rejuvenate your experience. Alternatively, starting fresh with a new character is an option, especially for newcomers or those seeking a clean slate. However, this means losing all previous progress, resources, and investments unless you utilize the upcoming transfer feature.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The decision to switch servers should align with your personal goals and tolerance for current challenges. If you prefer to keep your existing progress, focus on collecting transfer tickets and monitoring server dynamics through community forums and in-game updates. For players facing hostile conditions, researching alternative servers and alliance opportunities can help you find a more suitable environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the game continues to evolve, understanding the nuances of server selection and transfer options will empower you to make informed choices. Whether you opt to start anew or wait for the official transfer feature, preparation is key. Stay proactive by gathering necessary items and staying informed to ensure your transition is smooth when the opportunity arises.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For detailed insights and guides on navigating Last War: Survival, including server switching strategies, visit Theria Games&#039; dedicated Last War Survival resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/689d2417578c26b0c5200e951eGTCCEy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; serves as the primary in-game currency in Last War: Survival, enabling players to enhance their gameplay by acquiring powerful equipment, unlocking new heroes, and speeding up various in-game processes. By using the Last War: Survival Hot Package, survivors can strengthen their shelters, expand their armies, and make critical upgrades that boost their chances in the zombie-infested world. Players looking to top up their Hot Package can easily do so through popular game trading platforms such as Codashop, SEAGM, and Midasbuy. This currency allows players to enjoy a more dynamic and rewarding experience as they fight to survive and build hope in a post-apocalyptic landscape.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Last War: Survival Hot Package, they may want to consider the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a trusted and efficient option, offering a streamlined process for purchasing in-game currency like &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war gold bricks&lt;/a&gt;. With a user-friendly interface and comprehensive recharge guides, even new users can complete transactions easily and securely. The platform supports a wide variety of payment methods and provides around-the-clock professional customer service, ensuring that help is always available whenever you need it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg is well-known for its competitive pricing and regular discounts, with the highest rate for Last War: Survival Hot Package top-ups reaching up to 25%. This allows players to maximize their in-game value while minimizing their expenses. Beyond just transactions, lootbar.gg fosters a vibrant community, where players can access helpful guides, keep up with the latest news, and connect with fellow fans through features such as the LootBar blog and Discord channel. This combination of affordability, security, and community makes lootbar.gg an excellent choice for topping up Last War: Survival Hot Package.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To successfully complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; for the Last War: Survival Hot Package using the lootbar trading platform, start by logging into your LootBar account or creating a new one if you are a first-time user.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAccess your account and navigate to the homepage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFind the top-up section and choose LW: Survival from the available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrowse through the selection of Hot Packages, pick the one that suits you best, and click the &quot;Top-up now&quot; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect your preferred payment option and proceed by clicking the &quot;Pay Now&quot; button to finalize your transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is confirmed, you will need to provide your game account details and password to enable the platform to deliver your package.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, your last war top up will be processed efficiently and your Hot Package will be credited to your account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(324, 483, '', 'Monopoly Go Railroad Ventures &ndash; Rewards &amp; Milestones Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ef63d86590cbe9874020SqD61ra03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ef63d86590cbe9874020SqD61ra03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Progressing in Monopoly Go can become more challenging as your net worth increases, making it harder to advance quickly. To keep gameplay engaging, Scopely regularly rolls out special limited-time offers that give players new ways to earn rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If shield ventures didn&#039;t quite appeal to you, there&#039;s a newer, more thrilling option available: Railroad Ventures. This feature provides an accelerated path to rewards, allowing you to bypass some of the usual grinding and maintain your winning streak.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Railroad Ventures is a temporary event that acts as a reward journey linked to your in-game actions. Similar to shield ventures, it offers a sequence of milestones that unlock valuable prizes as you land on railroad tiles during your gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As you reach each milestone, you&#039;ll earn a variety of rewards including extra dice, sticker packs, and booster flashes. The ultimate reward is a rare wild sticker, which can significantly boost your game. However, to unlock these prizes, you&#039;ll need to make a one-time purchase with real money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This Railroad Ventures promotion will run for approximately five days, giving you ample opportunity to make progress and decide whether the investment is worthwhile. If you choose to buy the offer, all your unlocked rewards will be delivered to you in one go, making it a quick and satisfying way to enhance your Monopoly Go experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278efa0ab8defdc1e41e83Iy5jH9yg03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278efa0ab8defdc1e41e83Iy5jH9yg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Advancing in Railroad Ventures requires strategic landings on specific railroad spaces on the Monopoly GO board. Each time you roll the dice and land on a railroad, it triggers either a bank heist or a shutdown event, both of which contribute to your progress in the venture.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interestingly, your progress is being recorded even if you haven&#039;t purchased the Railroad Ventures offer yet. Accumulating 1,800 points through these events will unlock the final milestone, granting access to the ultimate reward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To accelerate your advancement, maximizing your dice multiplier is essential. Using multipliers of x50 or higher significantly boosts your points; for instance, landing on a railroad with a x50 multiplier results in 50 times more points from each bank heist or shutdown event. These enhanced points rapidly accumulate, propelling you closer to the goal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The key to quick progress lies in consistent landings on railroad tiles combined with high multipliers, ensuring your points grow swiftly and your venture advances with increasing speed.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go Dice&lt;/a&gt; serves as the essential in-game currency that allows players to advance through the Monopoly Go board by rolling the dice and unlocking various game features. Players looking to boost their gameplay can easily acquire Monopoly Go Dice by topping up through popular game trading platforms like Codashop, SEAGM, or OffGamers. With more Dice, users can explore new properties, complete challenges, and enjoy a richer gaming experience. Obtaining Monopoly Go Dice through these platforms ensures a seamless and secure way to keep the fun going.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you are looking to top up Monopoly Go Dice for your gameplay experience, the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform is an excellent choice to consider. This platform stands out for its comprehensive support of in-game currencies and items, including the option to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; and Monopoly Go Stickers at competitive prices. With lootbar.gg, players can enjoy a seamless transaction process that is both affordable and user-friendly, making it a go-to destination for Monopoly Go enthusiasts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of using lootbar is the platform&rsquo;s commitment to safety and security. By employing advanced encryption technologies and maintaining strict data protection standards, lootbar ensures that every transaction is fully protected. This means you can confidently buy Monopoly Go Dice or stickers without worrying about your personal information or payment details being compromised. The platform also has a strong reputation for reliability, which is supported by positive user feedback and a transparent service record.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another highlight of lootbar.gg is its exceptional customer support and efficiency. The platform offers 24/7 assistance, ensuring that any inquiries or issues you may encounter are promptly addressed by knowledgeable staff. Additionally, lootbar is known for its rapid delivery system, so you can expect your Monopoly Go Dice and stickers to be delivered quickly after purchase. Whether you&rsquo;re a casual player or a dedicated fan, lootbar offers a secure, affordable, and hassle-free way to enhance your Monopoly Go experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, start by visiting the official website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency type, and proceed to log in to your account. On the homepage, navigate to the Game Item section and look for Monopoly Go Sticker. If you are interested in dice instead, simply switch to the top up tab located on the left-hand side of the page.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, carefully fill in your personal details as prompted, including your user name and invitation link to ensure accurate delivery. Decide on the quantity and specific Monopoly Go stickers you wish to purchase, then click the Buy Now button to move forward. Finally, select your favored payment method, and complete the transaction by clicking Pay Now. With these steps, you can conveniently and securely buy Monopoly Go stickers and dice on LootBar, enhancing your gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(325, 484, '', 'Walmart Trading Card Policy: 5-Item Limit Explained', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f5a266bbebe874b9c52JDa420yR03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f5a266bbebe874b9c52JDa420yR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Walmart has recently implemented a new policy aimed at curbing scalping activities in its stores nationwide. This policy restricts customers to purchasing a maximum of five trading card products per visit, a move triggered by viral social media footage showing scalpers emptying shelves of Pok&eacute;mon TCG products.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An internal memo dated November 5 revealed that the retailer&#039;s checkout systems and online platform now automatically limit purchases to five items across departments 7 and 82, which feature trading cards from brands like Pok&eacute;mon, Yu-Gi-Oh!, and various sports cards. Walmart states that the goal of this change is to ensure fair access for all enthusiasts and to foster a secure shopping environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This measure comes amid rising frustration among genuine collectors, who see scalpers flooding markets and reselling products at exorbitant prices. The TikTok video that went viral, garnering millions of views, depicted two individuals allegedly buying hundreds of Pok&eacute;mon tins, igniting conversations about the need for retailer intervention to prevent stock hoarding and resale exploitation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While many fans praise the new cap&mdash;describing it as a much-needed step toward fairness&mdash;some skeptics question its effectiveness. Concerns have been raised about whether store staff will strictly enforce the limit or if online bots will still circumvent restrictions by creating multiple accounts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the response from the collector community has been largely positive, with many hoping that these restrictions will help stabilize stock availability and prevent rapid sellouts, ultimately fostering a more equitable environment for all fans.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; serves as the primary in-game currency in Pokemon Trading Card Game Pocket, allowing players to buy items, unlock exclusive card collections, and restore stamina for continued gameplay. Players can obtain Pok&eacute; Gold by topping up through various trading platforms, with Lootbar.gg being a popular choice thanks to its dedicated customer service and user-friendly purchase process. By acquiring Pok&eacute; Gold, users can enhance their card decks and enjoy premium features within the game. This currency is essential for those seeking a richer and more customizable Pokemon TCG experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Pok&eacute; Gold&lt;/a&gt; for the Pokemon Trading Card Game Pocket, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out as a convenient and reliable choice for topping up in-game currency, offering a seamless experience for Pokemon TCG fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of lootbar.gg is its competitive pricing, allowing players to save money through frequent discounts and special promotions on Pok&eacute; Gold. The platform ensures 100% secure transactions with advanced encryption, so users can recharge with confidence knowing their data and payments are well protected. In addition, lootbar.gg offers rapid delivery&mdash;players can expect to receive their Pok&eacute; Gold within just three minutes of purchase. With dedicated 24/7 customer support, any issues or questions are promptly handled, making the process smooth and worry-free for all users.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold&lt;/a&gt; on the Lootbar trading platform, start by visiting the official Lootbar.gg website and selecting your preferred language and currency. Log in to your account and navigate to the dedicated Pok&eacute;mon TCG Pocket top-up section. Once there, review the available Pok&eacute; Gold packages, choose the amount you wish to purchase, and click on the &ldquo;Top-up Now&rdquo; button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You&rsquo;ll then be asked to enter your game login details and character name as part of the transaction process. Follow the instructions provided to ensure your information is accurate. Next, select your preferred payment method and complete the payment by clicking &ldquo;Pay Now.&rdquo; After your order is confirmed, the Pok&eacute; Gold you purchased will be delivered directly to your Pok&eacute;mon TCG Pocket account within just a few minutes, allowing you to enjoy your new currency in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(326, 485, '', 'Marvel Rivals Player Count: Decline &amp; Season Impact', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e6e0ab8defdc1e41672VgzqG2XV03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e6e0ab8defdc1e41672VgzqG2XV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Since its debut in January, Marvel Rivals has experienced a steady decline in its player base, a common trend among long-running games as initial excitement wanes. At its peak, the game attracted over 640,000 players on Steam, but within just a few months, that number dwindled to approximately 130,000 prior to Season 2.5&#039;s rollout.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Typically, new seasons generate a surge of interest among players eager to explore fresh content, yet Marvel Rivals&#039; recent season failed to deliver such a boost. The previous season&#039;s dive meta proved particularly frustrating, raising expectations that the introduction of characters like Ultron and the Jeff rework might rekindle player enthusiasm. However, the actual increase was modest, and this seasonal uptick remains the smallest observed so far.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the game continues to see a steep decline in active players following the launch of Season 2.5, indicating that the game&#039;s popularity is still waning despite new updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e7111b7a3ab4363756aZQ8Eb3S803&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e7111b7a3ab4363756aZQ8Eb3S803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The decline in player engagement for Marvel Rivals becomes evident when examining data from SteamDB, highlighting a concerning trend. Historically, each new season has sparked noticeable surges in active players, such as the over 117,000 rise at the launch of season 1.5 and nearly doubling the player base from 170,000 to over 315,000 with the start of season 2. These spikes indicate strong initial interest driven by content updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, the recent launch of season 2.5 shows a much more modest increase, with player numbers growing by just under 60,000. While still representing a significant user base for a live-service game, this smaller uptick hints at underlying issues in player retention and re-engagement strategies. Fans of Marvel Rivals are growing increasingly concerned, noticing the lack of enthusiasm and smaller returns from each new season.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Community discussions online reveal frustration over several factors. Many attribute the stagnation to matchmaking problems, with users like sjmr24 criticizing frequent unfair matches that diminish the gaming experience. Others point to the ever-shifting game metas introduced with each update&mdash;especially as Netease plans to add new characters monthly&mdash;making it difficult for casual players to keep pace and enjoy the game consistently. The rapid meta changes can be disorienting, shifting from a dive-focused approach to a flying hero strategy in a short span.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additional grievances include ongoing balance adjustments, rising toxicity levels among players, and the prevalence of overpowered heroes in casual quick-play modes, leading to frustrating experiences. Overall, Marvel Rivals seems to be struggling to maintain its player base, with little evidence of proactive measures from Netease to address these core issues. The game&#039;s ability to retain and grow its audience appears to be waning, raising questions about its future viability.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency in the Marvel Rivals game, allowing players to unlock exclusive content like Battle Passes, skins, emotes, sprays, and banners to personalize their gameplay experience. Unlike the standard in-game currency, Marvel Rivals Lattices are not earned through regular play but are instead purchased using real money. Players looking to top up their Marvel Rivals Lattices can conveniently do so through reputable game trading platforms such as LootBar and other authorized online services. This makes it easy for fans to enhance their accounts and access special rewards within Marvel Rivals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. Lootbar.gg stands out by providing a safe, professional, and convenient environment for gamers to securely &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Marvel Rivals Lattice&lt;/a&gt;, with an extensive support system that caters to players from all over the world.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar to buy Marvel Rivals Lattice is the competitive pricing. The platform frequently offers discounts and special promotions, with savings that can reach up to 20% off, ensuring players get the best value for their money. In addition, lootbar.gg supports multiple payment methods and offers 24/7 customer service, making the entire top-up process fast and hassle-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar is more than just a top-up service&mdash;it&rsquo;s a vibrant community hub. Players can access exclusive guides, leaks, and event information through the LootBar Blog, and connect with fellow gamers on the LootBar Discord. This creates an engaging environment where users can share experiences and stay updated on all things Marvel Rivals.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, follow these steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt; and log into your account after selecting your desired language and currency.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the Home page and locate Marvel Rivals under the Top-Up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Marvel Rivals User ID to ensure the Lattices are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the amount of Marvel Rivals Lattices you wish to top up and select the corresponding package.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick your preferred payment method from the available options and proceed by clicking the Pay Now button to complete your transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, you can easily and securely top up Marvel Rivals Lattices through LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(327, 486, '', 'Genshin Impact&nbsp;: Guide de gestion de la r&eacute;sine', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gestion de la R&eacute;sine&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans Genshin Impact, la r&eacute;sine est une ressource essentielle qui influence grandement votre progression. Elle vous permet d&#039;acqu&eacute;rir des &eacute;quipements de haut niveau et de faire &eacute;voluer vos personnages, rendant votre aventure plus efficace et enrichissante. Ce guide vous expliquera comment optimiser son utilisation et comment la recharger lorsque votre r&eacute;serve est &eacute;puis&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le m&eacute;canisme de la r&eacute;sine peut sembler complexe pour les nouveaux joueurs, surtout ceux qui ne sont pas familiers avec les jeux free-to-play. Souvent appel&eacute; syst&egrave;me d&rsquo;endurance dans d&rsquo;autres titres, il sert &agrave; limiter l&rsquo;acc&egrave;s aux activit&eacute;s les plus lucratives, telles que les donjons et les d&eacute;fis d&rsquo;ar&egrave;ne, afin de mieux &eacute;quilibrer le rythme de progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vous pourrez commencer &agrave; exploiter votre r&eacute;sine d&egrave;s que vous atteignez le niveau 8, moment o&ugrave; ces activit&eacute;s deviennent accessibles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Plusieurs m&eacute;thodes existent pour restaurer la r&eacute;sine usag&eacute;e :&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLa recharge passive : chaque 8 minutes, votre r&eacute;sine se remplit d&rsquo;un point. En laissant le jeu tourner en arri&egrave;re-plan, il vous faudra environ 16 heures pour reconstituer enti&egrave;rement votre barre de r&eacute;sine.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLa restauration via les Primo-Gemmes : en utilisant des primo-gemmes, vous pouvez restaurer votre r&eacute;sine instantan&eacute;ment. Vous disposez de 6 possibilit&eacute;s par jour, avec un co&ucirc;t qui augmente de mani&egrave;re exponentielle &agrave; chaque utilisation. Un tableau d&eacute;taillant le co&ucirc;t total pour chaque recharge vous permettra de planifier au mieux votre consommation.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En ma&icirc;trisant ces diff&eacute;rentes strat&eacute;gies, vous pourrez tirer le meilleur parti de votre r&eacute;sine et progresser efficacement dans Genshin Impact.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f6f11b7a3ab436386e0HxHJl6wm03&quot; height=&quot;151&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f6f11b7a3ab436386e0HxHJl6wm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Au fil de votre parcours dans Genshin Impact, vous aurez l&rsquo;opportunit&eacute; d&rsquo;obtenir de la r&eacute;sine fragile en accomplissant diverses missions narratives. Cette ressource pr&eacute;cieuse permet de recharger 60 unit&eacute;s de r&eacute;sine.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est fortement recommand&eacute; de privil&eacute;gier la r&eacute;g&eacute;n&eacute;ration naturelle de votre r&eacute;sine au lieu de la recharger manuellement. En effet, une seule recharge via des primo-gemmes par jour suffit amplement pour &eacute;viter de gaspiller cette ressource limit&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, une fois que votre rang d&rsquo;aventure atteint 30, il est judicieux de conserver votre r&eacute;sine fragile pour optimiser leur utilisation ult&eacute;rieure, surtout lorsqu&rsquo;il s&rsquo;agit de contenus n&eacute;cessitant une grande quantit&eacute; de r&eacute;sine.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f713d86590cbe987cdfrhNMwqay03&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f713d86590cbe987cdfrhNMwqay03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Progression et Ressources&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&egrave;s que votre niveau d&#039;aventure atteint 8, vous aurez acc&egrave;s &agrave; plusieurs activit&eacute;s dispers&eacute;es &agrave; travers le monde de Genshin Impact, toutes n&eacute;cessitant l&#039;utilisation de r&eacute;sine pour &ecirc;tre compl&eacute;t&eacute;es. Ces activit&eacute;s vari&eacute;es vous offriront des r&eacute;compenses pr&eacute;cieuses telles que des ressources financi&egrave;res ou des mat&eacute;riaux pour renforcer vos personnages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Parmi les &eacute;l&eacute;ments cl&eacute;s du contenu avanc&eacute;, les donjons jouent un r&ocirc;le essentiel. Pour ouvrir leurs coffres de fin, il est indispensable d&#039;employer de la r&eacute;sine, ce qui en fait une ressource cruciale pour progresser efficacement dans le jeu. Ces donjons sont indiqu&eacute;s sur votre carte, facilitant leur localisation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, en d&eacute;pensant un certain nombre de r&eacute;sine, vous pourrez &eacute;galement d&eacute;bloquer des fleurs sp&eacute;cifiques qui contiennent des objets ou des ressources rares. La gestion de cette ressource devient donc strat&eacute;gique pour maximiser vos gains et avancer dans l&#039;aventure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f7303573804d59e0325hP3mW4qd03&quot; height=&quot;270&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f7303573804d59e0325hP3mW4qd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez l&rsquo;univers de Genshin Impact : comment optimiser vos h&eacute;ros gratuits ?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apprenez &agrave; utiliser efficacement vos primo-gemmes, cristaux et &eacute;toiles pour progresser rapidement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explorez notre classement des personnages pour choisir ceux qui correspondent le mieux &agrave; votre style de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce guide d&eacute;taill&eacute; vous accompagne dans toutes les &eacute;tapes pour ma&icirc;triser Genshin Impact et tirer le meilleur parti de chaque ressource.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la devise premium dans le jeu Genshin Impact, utilis&eacute;e principalement pour acqu&eacute;rir des Primo-Gemmes qui servent &agrave; obtenir des personnages ou des armes rares via les V&oelig;ux.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir du Cristal primaire, il faut effectuer un achat dans la boutique du jeu, mais il est &eacute;galement possible de faire un top up sur des plateformes sp&eacute;cialis&eacute;es comme Codashop ou Recharge.com.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette monnaie virtuelle permet aux joueurs de profiter pleinement des fonctionnalit&eacute;s avanc&eacute;es du jeu et d&rsquo;acc&eacute;l&eacute;rer leur progression.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger vos Cristal primaire pour profiter pleinement de votre exp&eacute;rience sur Genshin Impact, il est judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Cette solution facilite la &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge genshin&lt;/a&gt; directe, permettant aux joueurs d&#039;obtenir rapidement la monnaie premium essentielle pour d&eacute;bloquer des personnages ou acheter des objets rares dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux avantages de lootbar.gg r&eacute;side dans ses tarifs comp&eacute;titifs et sa simplicit&eacute; d&rsquo;utilisation. Les joueurs peuvent effectuer une seule transaction pour acheter plusieurs packs de cristaux, ce qui rend la proc&eacute;dure de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt; cristal plus rapide et plus efficace. De plus, lootbar.gg propose souvent des offres avantageuses, permettant de r&eacute;aliser des &eacute;conomies substantielles par rapport &agrave; d&rsquo;autres plateformes. En choisissant cette option fiable et s&eacute;curis&eacute;e, les amateurs de Genshin Impact b&eacute;n&eacute;ficient d&rsquo;un service de qualit&eacute; lors de leur prochaine op&eacute;ration de genshin recharge.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour effectuer une recharge de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;primo gemme genshin impact&lt;/a&gt; sur la plateforme Lootbar, commencez par vous rendre sur le site officiel lootbar.gg. S&eacute;lectionnez d&rsquo;abord la langue et la devise qui vous conviennent, puis connectez-vous &agrave; votre compte utilisateur. Ensuite, naviguez vers la section d&eacute;di&eacute;e &agrave; la recharge des jeux, choisissez Genshin Impact parmi la liste propos&eacute;e et s&eacute;lectionnez l&rsquo;option permettant d&rsquo;ajouter du Cristal primaire, la monnaie premium du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois cette &eacute;tape termin&eacute;e, indiquez la quantit&eacute; de Cristal primaire que vous souhaitez acheter et cliquez sur &laquo; Rechargez imm&eacute;diatement &raquo;. S&eacute;lectionnez ensuite le serveur sur lequel votre compte Genshin Impact est actif, puis saisissez votre UID pour assurer la bonne r&eacute;ception des primo gemme genshin impact. Enfin, choisissez votre mode de paiement pr&eacute;f&eacute;r&eacute; parmi ceux propos&eacute;s, confirmez la transaction et attendez la validation pour profiter rapidement de votre nouvel &eacute;quilibre en Cristal primaire dans le jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(328, 487, '', 'FC26 : Oliver Provstgaard &ndash; Nouveau Joueur [DCE]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Nouveau Joueur FC26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un nouvel ajout vient d&rsquo;&ecirc;tre int&eacute;gr&eacute; &agrave; la DCE de FC 26 : il s&rsquo;agit cette fois d&rsquo;Oliver Provstgaard en version Player Moment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce d&eacute;fenseur central danois talentueux &eacute;volue actuellement &agrave; la Lazio Rome. &Agrave; seulement 22 ans, il se distingue par sa stature imposante de 1,94 m et par sa puissance, des qualit&eacute;s essentielles pour un d&eacute;fenseur moderne.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir d&eacute;but&eacute; sa carri&egrave;re au Vejle Boldklub, o&ugrave; il a brav&eacute; une blessure grave aux ligaments crois&eacute;s d&egrave;s son jeune &acirc;ge, il a su rebondir et d&eacute;velopper une maturit&eacute; remarquable. Son transfert &agrave; la Lazio, officialis&eacute; d&eacute;but f&eacute;vrier 2025, repr&eacute;sente une &eacute;tape cl&eacute; : il a sign&eacute; un contrat courant jusqu&rsquo;en 2029, ce qui t&eacute;moigne de la confiance que le club italien lui accorde.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En tant que d&eacute;fenseur central athl&eacute;tique, dot&eacute; d&rsquo;un bon relanceur, Provstgaard excelle dans la lecture du jeu et la gestion propre du ballon. International danois U21, il poss&egrave;de d&eacute;j&agrave; de nombreuses s&eacute;lections en jeunes cat&eacute;gories, o&ugrave; il se d&eacute;marque par son leadership et sa fiabilit&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Au-del&agrave; de ses qualit&eacute;s footballistiques, il a &eacute;galement une particularit&eacute; : il a &eacute;t&eacute; champion d&rsquo;e-sports, remportant la Ligue des Champions avant de se consacrer enti&egrave;rement au football. En 2025, Oliver Provstgaard symbolise l&rsquo;&eacute;quilibre parfait entre jeunesse, ambition et r&eacute;silience, et il semble destin&eacute; &agrave; devenir l&rsquo;un des grands d&eacute;fenseurs de demain.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Prix total : 20 750 cr&eacute;dits&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Date d&rsquo;expiration : 01/12/2025&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ea8c19902b81f1d2586PP0LMMCG03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ea8c19902b81f1d2586PP0LMMCG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;R&eacute;union d&#039;&eacute;quipe et contraintes&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour r&eacute;pondre aux exigences du d&eacute;fi, il est n&eacute;cessaire d&rsquo;int&eacute;grer au moins un joueur provenant de la Serie A TIM. De plus, la composition de l&rsquo;&eacute;quipe doit atteindre une note globale d&rsquo;au moins 82 points.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278eab3d86590cbe986e66wj6OPIm403&quot; height=&quot;527&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278eab3d86590cbe986e66wj6OPIm403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;756&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Performance minimale requise&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;&eacute;valuation de l&#039;&eacute;quipe a &eacute;t&eacute; fix&eacute;e &agrave; un minimum de 83 points, t&eacute;moignant d&#039;une performance solide et coh&eacute;rente.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278eaf3d86590cbe986e9ar9KlsUIS03&quot; height=&quot;534&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278eaf3d86590cbe986e9ar9KlsUIS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;907&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;&eacute;quipe doit atteindre un score minimal de 83 points pour satisfaire aux exigences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278eb2266bbebe874b92d0w1IxtpMS03&quot; height=&quot;517&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278eb2266bbebe874b92d0w1IxtpMS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;914&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez l&#039;ensemble des solutions pour tous les autres DCE et SBC en visitant la page d&eacute;di&eacute;e ci-dessous.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour ne rien manquer des derni&egrave;res actualit&eacute;s d&#039;EA Sports FC 26, suivez Fut With Apero sur Twitter ou Facebook !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle essentielle dans le jeu FC 26, utilis&eacute;e principalement pour acqu&eacute;rir des joueurs, am&eacute;liorer votre &eacute;quipe et effectuer diverses transactions sur le March&eacute; des transferts. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt; rapidement, il est possible de faire un top up sur des plateformes sp&eacute;cialis&eacute;es telles que LootBar, permettant aux joueurs d&rsquo;acheter des cr&eacute;dits en toute s&eacute;curit&eacute; et efficacit&eacute;. Cette m&eacute;thode offre une alternative pratique pour renforcer votre effectif sans attendre les r&eacute;compenses du jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger vos Cr&eacute;dits FC 26, il peut &ecirc;tre judicieux de consid&eacute;rer la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; pour une exp&eacute;rience fluide et avantageuse. Lootbar.gg se distingue par la s&eacute;curit&eacute; de ses transactions, assurant une protection totale de vos paiements gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;. En plus de cela, la plateforme propose r&eacute;guli&egrave;rement des r&eacute;ductions pouvant aller jusqu&rsquo;&agrave; 20 %, ce qui vous permet d&rsquo;acheter plus de Cr&eacute;dits FC 26 tout en faisant des &eacute;conomies. Lors d&rsquo;&eacute;v&eacute;nements sp&eacute;ciaux, un bonus suppl&eacute;mentaire de 5 % est offert, rendant chaque achat encore plus int&eacute;ressant pour les joueurs souhaitant optimiser leur budget.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;acheter cr&eacute;dit FC 26&lt;/a&gt; sur lootbar s&rsquo;accompagne d&rsquo;un service client professionnel disponible 24h/24 et 7j/7 pour r&eacute;pondre &agrave; toutes vos questions ou r&eacute;soudre rapidement vos probl&egrave;mes. La livraison rapide des cr&eacute;dits garantit &eacute;galement que vous pouvez profiter de vos achats sans attendre, vous permettant ainsi de poursuivre votre progression dans FC 26 sans interruption. Lootbar.gg prend &eacute;galement en charge plusieurs jeux populaires, ce qui en fait une solution compl&egrave;te pour tous vos besoins en achat de devises ou d&rsquo;objets in-game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPour commencer l&rsquo;achat de cr&eacute;dits FC 26 sur la plateforme LootBar, il est important de savoir &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt; : il s&rsquo;agit de la monnaie virtuelle utilis&eacute;e pour obtenir des joueurs et objets sp&eacute;ciaux dans le jeu FC 26.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur LootBar et acc&eacute;dez &agrave; la section d&eacute;di&eacute;e &agrave; l&rsquo;achat de Cr&eacute;dits FC 26.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez la quantit&eacute; de cr&eacute;dits souhait&eacute;e, ou explorez les autres options comme les packs ou objets DC&Eacute; si cela vous int&eacute;resse.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRemplissez soigneusement les informations li&eacute;es &agrave; votre compte de jeu, ainsi que les codes de secours pour garantir la s&eacute;curit&eacute; de la transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez l&rsquo;un des modes de paiement propos&eacute;s par la plateforme, puis confirmez l&rsquo;achat en cliquant sur &laquo; Payer maintenant &raquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s validation du paiement, les cr&eacute;dits FC 26 seront transf&eacute;r&eacute;s rapidement sur votre compte ; il ne vous restera plus qu&rsquo;&agrave; vous connecter &agrave; FC 26 pour profiter de vos nouveaux cr&eacute;dits et optimiser votre &eacute;quipe.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(329, 488, '', 'FC 26 Icons &ndash; Legendary Players, SBCs &amp; Upgrades', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction to FC 26 Icons&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;FC 26 celebrates football legends by featuring 124 iconic retired players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These Icons represent the most influential and skilled athletes in football history.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each Icon is available in several versions, reflecting different stages of their careers and achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From legendary strikers to masterful defenders, the selection covers a wide range of positions and playing styles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can experience the legacy of these football greats by including them in their teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list showcases stars from various eras and countries, honoring their contributions to the sport.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collecting and playing with these Icons allows fans to relive memorable moments from football&rsquo;s past.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Player Icons and Their Versions&lt;/h3&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExplore Squad Building Challenges (SBC) for unique rewards and team improvements.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDiscover upgraded versions of players to enhance your squad&#039;s performance.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCheck out the latest legendary Icons added to the roster, each with their own storied careers.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTake part in beta testing to experience new features and provide feedback.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrowse the complete list of available footballers to find the perfect fit for your team.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Squad Building Challenges (SBC) and Upgrades&lt;/h3&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;New Icons and Testing&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Testing&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Visual Highlights of FC 26 Icons&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e7d98bc4f8a774d0c8ebTKhwxr903&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e7d98bc4f8a774d0c8ebTKhwxr903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;141&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;SBC&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e7f550c841a05bf8d24lG33NThu03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e7f550c841a05bf8d24lG33NThu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrades in football games often refer to enhancements made to player attributes, visuals, or overall gameplay experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These improvements can include updated stats for retired legends, refreshed graphics or animations, and new skill moves added to classic players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Game developers may also introduce upgraded card designs or special editions to celebrate the achievements of iconic footballers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Such upgrades help keep the game engaging for fans and honor the legacy of football&rsquo;s greatest stars.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e801fbb0246d72e2478p7cauurs03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e801fbb0246d72e2478p7cauurs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;New Icons&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e824e546ce6f78615f1vUiiGdiS03&quot; height=&quot;258&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e824e546ce6f78615f1vUiiGdiS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Testing&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e843d86590cbe986bb0Caxdf7Wp03&quot; height=&quot;127&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e843d86590cbe986bb0Caxdf7Wp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;DETAILS&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e867b2261ce5183f05eu1obWdOt03&quot; height=&quot;366&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e867b2261ce5183f05eu1obWdOt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;696&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Icon Items: Features and Release&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Football Club 26 features a unique selection of legendary footballers who have retired from the sport, celebrated for their remarkable achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each Icon begins with a Base item, and as the season progresses, special versions become available, adding variety and excitement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With every update, new Icons are introduced, expanding your choices and allowing you to build a team filled with football&#039;s all-time greats.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These exclusive items honor the legacy of the sport&rsquo;s most iconic players, giving fans the opportunity to relive their memorable moments on the virtual pitch.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions (FAQ)&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Icons in FC 26 represent legendary footballers who have retired from the sport, each featuring unique stats and abilities that make them highly sought after in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These Icon items are considered rare and can be quite valuable within the Football Club 26 community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can acquire Icons through several methods, including:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOpening Ultimate Team Packs\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPurchasing directly from the Transfer Market\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCompleting specific Squad Building Challenges (SBCs)\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you pre-ordered and are eligible for an Icon item, you will receive it as an untradeable Icon Pack on release day. Opening this pack will add one Icon to your Club that cannot be traded.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All base Icon versions are available in packs from the start of the game, with special promotional versions being introduced as the season progresses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Football Club 26 features a total of 124 Icons, representing some of the greatest players in football history.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For details on newly added Icons, you can refer to the official list provided within the game or on its website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While a complete Icon team is not available in Ultimate Team, you can play with an entire squad of Icons by selecting the [Soccer Aid] team in Kick-Off mode. Additionally, some Icons are also accessible in Career Mode.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re running low on coins in the latest &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 2026&lt;/a&gt; game and want to boost your experience, look no further than &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. Whether you play on Xbox or PC, the lootbar trading platform makes it easy to buy &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; quickly and securely. No more waiting or grinding&mdash;head to the &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa store&lt;/a&gt; on lootbar and instantly top up your account with premium fc 26 coins to get ahead in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What sets lootbar apart is its unbeatable combination of best prices, fast delivery, and robust security. With regular discounts and exclusive promotions, you&rsquo;ll always get the most value when you &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc 26 coins&lt;/a&gt;. Advanced encryption ensures every transaction is 100% safe, while a dedicated 24/7 customer service team is ready to assist you at any time. Lootbar&rsquo;s lightning-fast delivery means you&rsquo;ll be playing with your new fifa 26 coins in as little as half an hour. Rated 4.9 on Trustpilot and recommended by countless gamers, lootbar is your ultimate destination for all your in-game currency needs.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(330, 489, '', 'Genshin Impact &ndash; Verlorenes Kind retten: Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f1d3d86590cbe9876d7bZWQ7jBQ03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f1d3d86590cbe9876d7bZWQ7jBQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Verlorenes Kind retten&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Genshin Impact gibt es eine spannende Quest namens &bdquo;Der Schrei eines verlorenen Kindes&ldquo;, die die emotionale Geschichte eines kleinen M&auml;dchens erz&auml;hlt. Diese findet am Nachth&uuml;gel des Friedhofs in den N&ouml;rdlichen Kray-Regionen statt, wo das M&auml;dchen verzweifelt weint.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Quest zu beginnen, m&uuml;ssen bestimmte, zun&auml;chst unklare Voraussetzungen erf&uuml;llt werden, die das Erreichen versteckter Ziele erfordern. Es ist wichtig, diese Bedingungen zu erf&uuml;llen, um die Aufgabe freizuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sobald die Voraussetzungen erf&uuml;llt sind, k&ouml;nnen Sie die Suche starten. W&auml;hrend des Ablaufs gilt es, Hinweise zu sammeln, um den Grund f&uuml;r das Leid des M&auml;dchens zu verstehen. Ziel ist es, ihr bei der Suche nach ihren verloren gegangenen Eltern zu helfen und sie aus ihrer Notlage zu befreien.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Verlauf der Quest werden Sie auf verschiedene Herausforderungen sto&szlig;en, die es zu meistern gilt. Wir erkl&auml;ren Ihnen Schritt f&uuml;r Schritt, wie Sie die Aufgabe erfolgreich abschlie&szlig;en k&ouml;nnen und welche Tipps Ihnen dabei helfen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f1f3d86590cbe98771bMEAshY4X03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f1f3d86590cbe98771bMEAshY4X03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f21acd2a17d742a2847yD7AoYsV03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f21acd2a17d742a2847yD7AoYsV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Quest zu starten, solltest du zun&auml;chst mit dem weinenden Geist auf dem Friedhof der Nacht sprechen. Das M&auml;dchen erscheint dann an der Stelle, wenn du die Aufgabe erfolgreich abgeschlossen hast. Danach kannst du dich zum Leuchtturm begeben, um den n&auml;chsten Schritt zu machen. Eine detaillierte Schritt-f&uuml;r-Schritt-Anleitung f&uuml;r die vollst&auml;ndige L&ouml;sung der Mission &bdquo;Der Schrei eines verlorenen Kindes&ldquo; in Genshin Impact hilft dir, alle Aufgaben problemlos zu bew&auml;ltigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f24434a01fa6edc1cfcSSVW4UF003&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f24434a01fa6edc1cfcSSVW4UF003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Geistergeschichte im Friedhof&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;H&ouml;ren Sie den leisen Ruf der geisterhaften Stimmen, die durch den Friedhof wehen, und entdecken Sie die Geschichte eines kleinen Kindes, das seine Eltern verloren hat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Suche, um das Kind wieder mit seinen Eltern zu vereinen, und erleben Sie den Moment, in dem die kleine Seele wieder nach Hause findet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lokalisieren Sie den Ort, an dem Adina in einen tiefen, ewigen Schlummer gefallen ist, und bringen Sie das Geheimnis ans Licht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f26951afd5298a21b72NwQf0F4803&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f26951afd5298a21b72NwQf0F4803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f283d86590cbe9877f3PZJhlpCp03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f283d86590cbe9877f3PZJhlpCp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&ouml;rdlichen Bereich des Gebiets liegt die Krypta der Familie Khorin, wo Danuta und H&auml;m&auml;l&auml;inen ihre letzte Ruhe gefunden haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f2b6b5650d50938dd9bH6cTbWkB03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f2b6b5650d50938dd9bH6cTbWkB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Begeben Sie sich zum Flussufer und n&auml;hern Sie sich den eisblumen in der N&auml;he des Paares. Dort erkennen Sie die korrekte Stelle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nehmen Sie Kontakt mit den Gr&auml;bern auf und entscheiden Sie sich f&uuml;r die Option &lt;strong style=&quot;font-family:Arial;&quot;&gt;&bdquo;Genau untersuchen&ldquo;&lt;/strong&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f2d7b2261ce5183fa8doP63lByS03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f2d7b2261ce5183fa8doP63lByS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278f30266bbebe874b9a2a0VF3HtgT03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278f30266bbebe874b9a2a0VF3HtgT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nachdem die Inschrift auf dem Grabstein sorgf&auml;ltig untersucht wurde, kehren die Spieler zur&uuml;ck und treten in Kontakt mit dem weinenden Geist. Das M&auml;dchen befindet sich dabei leicht westlich ihres urspr&uuml;nglichen Standorts. Nach dem Gespr&auml;ch lohnt es sich, die Szene des Familientreffens zu beobachten, was den Abschluss der Quest markiert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r das erfolgreiche Beenden der Aufgabe &bdquo;Verlorenes Kind weint&ldquo; sind in Genshin Impact keine Belohnungen vorgesehen. Es wurden bereits alle anderen Missionen gr&uuml;ndlich analysiert. Weitere Informationen finden Sie im Aufgabenhandbuch zu den Diebesl&auml;ndern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die exklusive Premiumw&auml;hrung in Genshin Impact, mit der Spieler besondere Vorteile wie limitierte Hilfspakete und die Umwandlung in Urgestein erhalten k&ouml;nnen. Sie werden vor allem verwendet, um seltene Gegenst&auml;nde und Ressourcen im Spiel zu erwerben, die das Spielerlebnis deutlich verbessern. Sch&ouml;pfungskristalle kannst du ganz einfach durch einen Top-up auf bekannten Gaming-Plattformen wie Codashop, Midasbuy oder direkt im offiziellen Shop bekommen. So erhalten Spieler die M&ouml;glichkeit, ihren Fortschritt im Spiel gezielt zu beschleunigen und exklusive Inhalte freizuschalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler Sch&ouml;pfungskristalle f&uuml;r Genshin Impact aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Spielhandelsplattform in Betracht ziehen. Die Plattform bietet eine einfache und sichere M&ouml;glichkeit f&uuml;r den &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt;, sodass Nutzer unkompliziert ihr Guthaben aufstocken k&ouml;nnen. Besonders attraktiv sind die exklusiven Angebote und Rabatte, mit denen Spieler beim &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact top up&lt;/a&gt; bares Geld sparen k&ouml;nnen. Die transparente Preisgestaltung und der schnelle Ablauf machen lootbar.gg zur bevorzugten Wahl f&uuml;r alle, die Wert auf Komfort und g&uuml;nstige Konditionen legen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus profitieren Nutzer bei lootbar.gg von einer gro&szlig;en Auswahl an Paketoptionen, die flexibel auf unterschiedliche Bed&uuml;rfnisse zugeschnitten sind. Wer Urgesteine kaufen oder ein Top Up Genshin durchf&uuml;hren m&ouml;chte, kann aus verschiedenen Mengen w&auml;hlen und erh&auml;lt stets ein hervorragendes Preis-Leistungs-Verh&auml;ltnis. Die benutzerfreundliche Oberfl&auml;che und der zuverl&auml;ssige Kundenservice sorgen daf&uuml;r, dass jeder Einkauf reibungslos und zufriedenstellend verl&auml;uft &ndash; das macht lootbar.gg zur idealen Adresse f&uuml;r alle Genshin Impact Fans, die nach einer vertrauensw&uuml;rdigen L&ouml;sung f&uuml;r ihren Sch&ouml;pfungskristalle-Kauf suchen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle f&uuml;r Genshin Impact auf der Lootbar Handelsplattform aufzuladen, folgen Sie diesen Schritten:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Website von Lootbar und w&auml;hlen Sie Ihre gew&uuml;nschte Sprache sowie die passende W&auml;hrung aus, bevor Sie sich mit Ihrem Account einloggen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie anschlie&szlig;end zum Bereich f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt; und suchen Sie nach Genshin Impact unter den verf&uuml;gbaren Spielen.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die Anzahl der Sch&ouml;pfungskristalle, die Sie erwerben m&ouml;chten, und klicken Sie auf die Schaltfl&auml;che zum Aufladen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie nun Ihren Server sowie Ihre Genshin Impact UID korrekt ein, um sicherzustellen, dass die Sch&ouml;pfungskristalle dem richtigen Konto gutgeschrieben werden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZum Schluss w&auml;hlen Sie Ihre bevorzugte Zahlungsmethode aus und schlie&szlig;en den Kaufvorgang ab, damit der genshin impact recharge erfolgreich abgeschlossen wird.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(331, 490, '', 'Duet Night Abyss &ndash; Gameplay, Characters &amp; Features', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69282795df96e5b7c91d7b127uZoBE3003&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69282795df96e5b7c91d7b127uZoBE3003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For enthusiasts of action RPGs that combine compelling storytelling with versatile combat mechanics, Duet Night Abyss is a title worth exploring. This overview provides a comprehensive look at its gameplay dynamics, character roster, and standout features to assist visitors of ultimategacha.com in gaining all essential insights.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Developed by Pan Studio and published by Hero Games, Duet Night Abyss is a free-to-play adventure set to launch globally on October 28, 2025. Available on iOS, Android, and PC platforms&mdash;including a dedicated launcher&mdash;the game integrates open-world exploration with high-energy combat and a narrative driven by a renowned voice cast.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A notable innovation in Duet Night Abyss is the elimination of traditional gacha banners. Instead of relying on random draws for characters and weapons, all units and gear can be acquired through gameplay progression or direct unlocks, providing a more straightforward experience. Additionally, the removal of the stamina system means players can farm resources continuously without time restrictions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The game features a fluid hybrid combat system allowing players to switch effortlessly between melee and ranged attacks. Characters are versatile, capable of equipping various weapon types such as swords, polearms, bows, rifles, and pistols&mdash;without being confined to a single style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traversal mechanics emphasize agility and exploration, with features like the Helix Leap for rapid aerial movement and unrestricted movement across diverse terrains, including walls and rooftops. Players form a party of three characters but control only one hero directly, while AI companions assist in battle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A unique aspect of gameplay involves Demon Wedges&mdash;artifacts that modify skill behaviors, enhancing multi-shot capabilities, increasing attack speed, or expanding attack areas. These artifacts add depth and customization to combat strategies across different characters and weapons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The narrative is presented from the viewpoints of two protagonists from contrasting social backgrounds, offering branching storylines influenced by player choices. These decisions impact visual elements, character traits, and story outcomes, ultimately exploring themes of fate, suffering, and the intertwining of destinies as they face factions, conspiracies, and mysterious entities called the &ldquo;demons of a hundred faces.&rdquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Without traditional gacha mechanics, players do not chase rare characters or weapons through luck. Instead, they unlock content via gameplay or direct access, with official pre-registration campaigns and various story and event modes providing opportunities to obtain key characters and gear.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is the Duet Night Abyss?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Duet Night Abyss Phoxene Plumule&lt;/a&gt; is a premium in-game currency within the fantasy action RPG Duet Night Abyss, primarily used to unlock exclusive packs, obtain limited event items, and purchase powerful weapons and character enhancements. Players can use Phoxene Plumule to accelerate their progression, customize their characters with unique outfits, and acquire rare Thought fragments to boost their gameplay experience. This essential material can be conveniently obtained by topping up through popular game trading platforms such as Codashop, SEAGM, and Midasbuy. With Duet Night Abyss Phoxene Plumule, players gain access to a wealth of customization and strategic options that make their journey in the game more rewarding.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;LootBar: The Best Platform for Duet Night Abyss Recharge&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Duet Night Abyss Phoxene Plumule&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their top-up needs. This platform stands out for its robust security measures and global coverage, making it a reliable choice for gamers across the world. lootbar.gg ensures that all transactions are protected with advanced encryption and anti-fraud systems, so players can purchase rare materials like Phoxene Plumule with peace of mind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another advantage of lootbar is its instant delivery service. When players buy Duet Night Abyss Phoxene Plumule, they can expect their items to be delivered quickly, allowing them to continue their adventure in the game without unnecessary delays. This rapid fulfillment is especially beneficial for those who want to upgrade their gameplay or complete important quests that require this rare material.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg offers exclusive promotions and round-the-clock customer support. Players who use lootbar for their purchases can enjoy special deals and bonus rewards, maximizing the value of their transactions. With 24/7 assistance available, any questions or issues related to buying Duet Night Abyss Phoxene Plumule are resolved promptly, ensuring a smooth and enjoyable experience for every player.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Duet Night Abyss at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Duet Night Abyss&lt;/a&gt; and purchase Phoxene Plumule on the LootBar trading platform, start by navigating to the official website at lootbar.gg. Select your desired language and currency, then log into your account. From the homepage, locate the Top-Up section and choose Duet Night Abyss from the available options. Next, decide which Duet Night Abyss packs best suit your needs and specify the amount of Phoxene Plumule you wish to acquire, then proceed by clicking the &lsquo;Top-up Now&rsquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your items, pick your preferred payment method and click &lsquo;Pay Now&rsquo; to initiate the transaction. You will then need to provide your account login details, including your chosen login method, account name, and password. To ensure everything goes smoothly, it&rsquo;s advisable to keep in touch with customer service during the purchase process. Once confirmed, your Duet Night Abyss Phoxene Plumule will be credited to your account, allowing you to enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928279ad94f52d3c56f2c47CT0oUCgV03&quot; height=&quot;762&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928279ad94f52d3c56f2c47CT0oUCgV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(332, 491, '', 'Homeland Security Spy Satellite Program: Privacy Concerns', '&lt;p&gt;In a recent development, the Department of Homeland Security has decided to terminate its domestic spy satellite initiative, citing concerns raised by law enforcement agencies and privacy advocates. The plan, initially aimed at providing national applications through military-grade imagery, faced immediate pushback from major city police chiefs who expressed worries over potential privacy violations and legal conflicts.&lt;/p&gt;\n&lt;p&gt;Los Angeles Police Chief William Bratton, representing a coalition of 64 urban police departments, voiced apprehensions to DHS leadership about the program&#039;s implications. He highlighted fears that utilizing military satellites domestically could infringe upon privacy rights and potentially breach the posse comitatus law, which restricts military involvement in civilian law enforcement.&lt;/p&gt;\n&lt;p&gt;Additionally, Congresswoman Jane Harman, chair of the House Homeland Security Subcommittee on Intelligence and Terrorism, underscored the privacy risks associated with the proposed surveillance efforts. Executives and analysts observed that the program&#039;s future remains uncertain, with some questioning whether the technology&#039;s benefits outweigh the legal and ethical concerns.&lt;/p&gt;\n&lt;p&gt;Meanwhile, shifts in the tech industry continue to underscore the dynamic landscape of innovation and regulation. In one notable case, a popular identity verification service formerly known as Verified Identity Pass announced its shutdown, citing economic challenges. Industry observers reflected on the company&#039;s efforts to provide seamless airport security, with some critics suggesting that the service&#039;s failure reveals the difficulties of monetizing convenience online.&lt;/p&gt;\n&lt;p&gt;On the legal front, a landmark case concluded with guilty pleas from five individuals accused of orchestrating a massive spam-fueled stock manipulation scheme. The defendants, including notorious spammer Alan Ralsky, admitted to charges of wire fraud, mail fraud, and violations of the CAN-SPAM Act. Prosecutors tout this as the largest crackdown on spam-related crimes to date, with potential prison sentences of up to six years looming over the convicted.&lt;/p&gt;\n&lt;p&gt;In the consumer technology sphere, Dunkin&rsquo; Donuts has launched an iPhone application designed to streamline ordering and improve customer experience. The app&#039;s release has garnered mixed reactions; while some praise its convenience, others dismiss it as a minor enhancement in a crowded market.&lt;/p&gt;\n&lt;p&gt;Looking ahead, Palm&#039;s WebOS platform anticipates the release of its Software Development Kit (SDK) by late summer. Developers remain eager to access the toolkit, which promises to foster a richer app ecosystem. Meanwhile, Palm encourages enthusiasts to explore community resources and early-access materials, even as the company remains cautious about unofficial jailbreak attempts, asserting that official tools will provide superior and more secure modifications.&lt;/p&gt;\n&lt;p&gt;Regulatory scrutiny is also expanding into the blogging world. The Federal Trade Commission is considering new guidelines to regulate influencer disclosures, including requirements for transparency regarding sponsored content and affiliate links. This move aims to ensure honesty in online reviews and mitigate conflicts of interest, with many bloggers already revising their disclosure policies in anticipation.&lt;/p&gt;\n&lt;p&gt;Finally, fans of the iconic Doctor Who series have reason to celebrate. A special charity episode scheduled for November 2009 will feature all eleven incarnations of the Doctor, including the latest regeneration. The episode will showcase the Time Lords emerging from the TARDIS with signature catchphrases, recreated through a blend of new footage and archival material, offering a nostalgic yet fresh tribute to the beloved sci-fi saga.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People increasingly turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various regional restrictions, privacy concerns, and ISP throttling issues. When users seek to access adult content that is blocked in their region, VPNs provide the necessary tools to bypass these limitations by masking their real location and encrypting their internet traffic. Porn unblocked through VPN services allows individuals to browse anonymously and securely, protecting their personal viewing habits from surveillance while maintaining access to content that might otherwise be unavailable in their geographic area.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people seek to access region-restricted adult content by using Porn unblock methods, they may want to consider the SafeShell VPN. This service provides distinct advantages for such access:&lt;/p&gt;\n&lt;p&gt;1. Experience seamless high-definition streaming without buffering interruptions, thanks to optimized servers that maintain fast speeds essential for video content.&lt;/p&gt;\n&lt;p&gt;2. Utilize the unique App Mode feature to effortlessly &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from multiple geographical regions concurrently, eliminating the need for constant manual server switching.&lt;/p&gt;\n&lt;p&gt;3. Benefit from the proprietary ShellGuard protocol, which employs advanced encryption to shield your browsing activity from ISPs, network monitoring, and sophisticated censorship systems, ensuring true anonymity.&lt;/p&gt;\n&lt;p&gt;4. Protect up to five devices simultaneously across diverse platforms including Windows, macOS, iOS, Android, and smart TVs, ensuring consistent access and security on all your gadgets.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing restricted adult content, first sign up for a subscription by visiting the official SafeShell VPN website and selecting a suitable plan. Next, download the SafeShell VPN application onto your preferred device and complete the installation process. Once installed, launch the app and enable App Mode within the application interface to optimize functionality for accessing specific platforms.&lt;/p&gt;\n&lt;p&gt;After configuring App Mode, proceed to select your desired geographic location from SafeShell VPN&#039;s extensive global server network. Simply tap your chosen country server to establish a secure connection. With the VPN successfully activated, you can now browse with complete privacy and enjoy unrestricted access to adult content from any region while SafeShell VPN maintains robust protection for your online identity and activities.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(333, 492, '', 'Home Alone at 35 &ndash; Macaulay Culkin&#039;s Life &amp; Legacy', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0bddfab43aacebe0816z3mEUNYy03&quot; height=&quot;541&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0bddfab43aacebe0816z3mEUNYy03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Journey of a Child Star&lt;/h3&gt;\n&lt;p&gt;&#039;Home Alone&#039; at 35: Macaulay Culkin&#039;s Journey from Child Star to Content Father&lt;/p&gt;\n&lt;p&gt;Three and a half decades after the Christmas classic first hit theaters, the film&#039;s once-tiny protagonist has grown into a bearded 45-year-old father of two young boys. Far from resenting his early fame, Culkin appears to have made peace with his iconic status as Kevin McCallister.&lt;/p&gt;\n&lt;p&gt;During a recent interview at London Hotel, Culkin was fresh from press duties for the post-apocalyptic series &quot;Fallout,&quot; which he joined in its second season at his wife Brenda Song&#039;s suggestion. With Song away, Culkin was headed home for dad duty, playfully plotting to sneak his sons (ages 4 and under) some Happy Meals&mdash;a minor parental rebellion he hoped wouldn&#039;t be reported back to mom.&lt;/p&gt;\n&lt;p&gt;The former child star has embraced his &quot;Home Alone&quot; legacy, preparing for a 14-city tour featuring screenings of the 1990 film followed by personal storytelling sessions with audiences. This celebration comes as the holiday classic marks its 35th anniversary, having long since replaced &quot;It&#039;s A Wonderful Life&quot; as the quintessential Christmas movie for many viewers.&lt;/p&gt;\n&lt;p&gt;The film&#039;s journey to the screen wasn&#039;t without drama. Warner Bros. famously put the project in turnaround over a budget dispute with writer-producer John Hughes. Fox executive Joe Roth swooped in, keeping production on track in what became one of Hollywood&#039;s most profitable decisions. The original went on to gross approximately $475 million worldwide, with its sequel adding another $360 million.&lt;/p&gt;\n&lt;p&gt;Director Christopher Columbus recalls casting Culkin after seeing 500 other children, despite Hughes having written the part specifically for him following their work on &quot;Uncle Buck.&quot; &quot;He was just above and beyond a talent level; he was a movie star,&quot; Columbus remembered. &quot;This kid was sitting in a room, and you&#039;re like, &#039;You&#039;re a movie star.&#039;&quot;&lt;/p&gt;\n&lt;p&gt;The film&#039;s success also hinged on the chemistry between Joe Pesci and Daniel Stern as the bumbling burglars. Columbus fought for Stern when the studio initially refused to pay for him, recognizing the perfect balance the actor brought opposite Pesci&#039;s more menacing presence.&lt;/p&gt;\n&lt;p&gt;Today, Columbus takes satisfaction in seeing Culkin as a content father, having successfully navigated the often-treacherous path from child stardom to well-adjusted adulthood&mdash;a journey as impressive as Kevin McCallister&#039;s defense of his family home all those Christmases ago.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c0275218042b835dfe6Q5iSWDG03&quot; height=&quot;513&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c0275218042b835dfe6Q5iSWDG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Macaulay Culkin vividly recalls the swift studio switch for &#039;Home Alone&#039; at a Chicago high school.&lt;/p&gt;\n&lt;p&gt;Warner Bros. posters vanished overnight, only to reappear branded by Fox shortly after.&lt;/p&gt;\n&lt;p&gt;Director Chris Columbus notes their frequent communication and upcoming Academy screening reunion.&lt;/p&gt;\n&lt;p&gt;Columbus admires Macaulay&#039;s remarkable adjustment into fatherhood, crediting it to overcoming childhood challenges.&lt;/p&gt;\n&lt;p&gt;He reflects on the difficult power dynamics with Macaulay&#039;s father, Kit, who leveraged his son&#039;s fame.&lt;/p&gt;\n&lt;p&gt;Despite this turbulent history, Macaulay broke the cycle, emerging as a dedicated parent unlike many child stars.&lt;/p&gt;\n&lt;p&gt;His brother Kieran, raised amid similar pressures, pursued acting with acclaimed success.&lt;/p&gt;\n&lt;p&gt;Both brothers share strong paternal instincts, evidenced in their heartfelt award speeches.&lt;/p&gt;\n&lt;p&gt;While Kieran earned an Emmy and Oscar, Macaulay carved an unconventional path&mdash;exploring music and selective acting roles.&lt;/p&gt;\n&lt;p&gt;Columbus firmly believes Macaulay possesses equal talent, awaiting the right role to showcase it.&lt;/p&gt;\n&lt;p&gt;&quot;He&rsquo;ll surprise everybody,&quot; Columbus predicts, emphasizing Macaulay&rsquo;s career reflects his intentional choices.&lt;/p&gt;\n&lt;p&gt;Post-&#039;Home Alone&#039;, Hughes handed creative control to Columbus, marking a pivotal shift in the film&rsquo;s journey.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c356cf04e61cce746aIILeOLAd03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c356cf04e61cce746aIILeOLAd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Reflecting on the legacy of a beloved holiday film, it&rsquo;s remarkable how a single role can define an actor&rsquo;s career and resonate across generations. Macaulay Culkin, now in his mid-forties, recalls the profound impact of his iconic portrayal of Kevin McCallister, a character who has become synonymous with Christmas cheer.&lt;/p&gt;\n&lt;p&gt;He shares that revisiting the film through special screenings has been a nostalgic experience, bringing together families in theaters to relive the laughter and holiday spirit. For Culkin, witnessing the audience&rsquo;s reactions highlights how the movie continues to connect people, with parents introducing it to their children&mdash;passing down a festive tradition.&lt;/p&gt;\n&lt;p&gt;In personal moments, Culkin recounts how his children perceive him as Kevin, often unaware of his true identity, likening it to Clark Kent&rsquo;s disguise&mdash;waiting patiently for the moment they realize the truth. He humorously anticipates that one day, the realization will hit them, perhaps spoiled by a peer, but until then, he&rsquo;s content to keep the magic alive.&lt;/p&gt;\n&lt;p&gt;His memories from filming the movie are filled with amusing anecdotes, including a memorable incident on set where co-star Joe Pesci accidentally bit his finger during a rehearsal. Despite the pain, Culkin kept quiet, understanding the intensity of filming and the toughness of his co-star. Such stories showcase the behind-the-scenes camaraderie and the genuine moments that contributed to the film&rsquo;s enduring charm.&lt;/p&gt;\n&lt;p&gt;As Culkin reflects on his journey&mdash;from childhood stardom to maintaining a sense of normalcy&mdash;he emphasizes the importance of grounding himself amidst Hollywood&rsquo;s whirlwind. The film&rsquo;s anniversary serves as a reminder of its timeless appeal and Culkin&rsquo;s own resilience, illustrating how a young actor&rsquo;s talent can leave an indelible mark on holiday traditions worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c6a29f09e352eb86f1swaLIxwF03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0c6a29f09e352eb86f1swaLIxwF03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Reflecting on the &#039;Home Alone&#039; Legacy: Macaulay Culkin&#039;s Journey to Self-Discovery&lt;/p&gt;\n&lt;p&gt;Finding peace with childhood fame isn&#039;t easy, but for Macaulay Culkin, the 35th anniversary of &#039;Home Alone&#039; marks a significant milestone in his relationship with his past. Unlike many child stars who actively distance themselves from early success, Culkin describes his journey as more nuanced.&lt;/p&gt;\n&lt;p&gt;&quot;I wouldn&#039;t describe it as running away from my past&mdash;it was more about discovering who I wanted to be beyond that role,&quot; Culkin explains. &quot;I&#039;ve stepped away from Hollywood countless times throughout my life. My early success was both a blessing and a burden, but over the last decade, I&#039;ve come to accept it as an integral part of my story.&quot;&lt;/p&gt;\n&lt;p&gt;Similar to Jodie Foster, who took time away to attend Yale after early success in films like &#039;Taxi Driver,&#039; Culkin needed space to develop his identity outside the spotlight. After &#039;Richie Rich,&#039; he disappeared from screens for nearly eight years.&lt;/p&gt;\n&lt;p&gt;&quot;I needed that time away to figure things out,&quot; he reflects. &quot;Acting found me&mdash;I didn&#039;t seek it out. There was probably a reason for that, but I couldn&#039;t see it until I stepped back.&quot;&lt;/p&gt;\n&lt;p&gt;The early years of Culkin&#039;s career were complicated by family dynamics, particularly his father&#039;s controversial management. &quot;When you&#039;re young, you don&#039;t know any different. It&#039;s only with hindsight that you realize how unusual your experience was,&quot; he says. &quot;When I started saying I needed a break, nobody listened because the money was flowing. It was a &#039;gravy train with biscuit wheels,&#039; as they say.&quot;&lt;/p&gt;\n&lt;p&gt;The joy had vanished from acting&mdash;precisely when childhood should be most carefree. Once Culkin gained personal autonomy, he made the decision to walk away completely, unsure if he&#039;d ever return.&lt;/p&gt;\n&lt;p&gt;&quot;I had financial security, so I could explore any path. I could have become an engineer or accountant&mdash;nothing was beneath me. But eventually I realized that perhaps I was meant to act. How fortunate is someone to discover their calling, especially when it finds them rather than the other way around?&quot;&lt;/p&gt;\n&lt;p&gt;Even as a young performer in &#039;Uncle Buck,&#039; Culkin recognized his natural talent. &quot;I could feel when an audience was engaged with me. If I said something meant to get a laugh, and it did&mdash;I knew I was doing something right. It came naturally.&quot;&lt;/p&gt;\n&lt;p&gt;Regarding his work with directors like John Hughes and Chris Columbus, Culkin notes different approaches to his performances. &quot;There wasn&#039;t much improvisation on &#039;Home Alone.&#039; Chris had a specific vision and would often give me line readings. John Hughes was more flexible, encouraging me to be spontaneous since my character in &#039;Uncle Buck&#039; was meant to be zany.&quot;&lt;/p&gt;\n&lt;p&gt;Culkin&#039;s remarkable journey from child star to self-assured adult demonstrates that sometimes, as he puts it, &quot;you have to lose it to find it.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0cac69539fca3c85511uZdqswHb03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0cac69539fca3c85511uZdqswHb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Macaulay Culkin&#039;s Early Years&lt;/h3&gt;\n&lt;p&gt;Growing up in the bustling neighborhoods of Manhattan, Macaulay Culkin was often recognized not just for his youthful charm but for his early immersion into the world of entertainment. From a young age, he displayed a natural instinct for comedy, often improvising with props like aftershave without much forethought, mimicking the slapstick antics of Looney Tunes characters. His fascination with classic cartoons helped shape his comedic timing, with moments reminiscent of the Road Runner and Wile E. Coyote&mdash;standing mid-air just before falling, exaggerated expressions, and playful gestures that felt instinctive rather than rehearsed.&lt;/p&gt;\n&lt;p&gt;Culkin recalls that sometimes his performances were precisely directed, but he also shares a valuable trick used by experienced directors: the &lsquo;butter trick.&rsquo; Instead of praising a performance outright, they would keep filming, encouraging spontaneity. For example, during a rehearsal for a scene on &quot;Studio 60 on the Sunset Strip,&quot; the cast laughed when Culkin requested butter in a Thanksgiving scene. Yet, during the actual take, the laughter vanished because the director&rsquo;s subtle technique had shifted the focus from the joke to the natural flow of the scene. Essentially, praise can sometimes hinder genuine performance; instead, persistent encouragement&mdash;asking for the &lsquo;butter&rsquo;&mdash;elicits authentic acting.&lt;/p&gt;\n&lt;p&gt;The rapid rise to fame after his initial films was overwhelming for a boy just entering double digits. Culkin&rsquo;s early environment was already saturated with acting&mdash;he was known as the &ldquo;actor kid&rdquo; in his neighborhood, involved in theater, movies, and even ballet. He describes his journey as a classic hero&rsquo;s adventure: starting with small theater roles, progressing through commercials, then small films, and eventually landing a leading role in a major production. This progression felt natural to him at the time, though looking back, he recognizes how extraordinary the experience was. For him, it was simply the way things unfolded&mdash;an unintentional yet inevitable path for a young performer.&lt;/p&gt;\n&lt;p&gt;As he matured, Culkin gained perspective on just how unusual his childhood was. The fame and attention often left him yearning for a sense of normalcy and peer connection. Being constantly surrounded by adults and working with fellow actors meant he rarely experienced typical childhood friendships. He felt the desire to simply go to school, to be a regular kid, and to grow up among his peers. His friends often teased him, calling him &ldquo;11 going on 40,&rdquo; a reflection of his maturity and the weight of his early experiences. Once he decided to step away from acting, he made a firm choice: he wanted a different life, one grounded in normality and genuine social connections.&lt;/p&gt;\n&lt;p&gt;Dealing with the challenges of leaving the acting world was also influenced by his family circumstances. During his parents&rsquo; separation, Culkin decided to take control of his future, asserting that he was done with showbiz. He recalls raising his hand and firmly stating, &ldquo;I&rsquo;m finished,&rdquo; emphasizing his desire to focus on school and ordinary life. With his brother Kit&rsquo;s reputation already strained, it became easier for Culkin to detach, feeling liberated from the pressures and complexities of fame. Today, he values that decision, cherishing the simple joys of childhood and friendship that he longed for during his early years in the spotlight.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0ce275218042b835efc8AFHVzyl03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0ce275218042b835efc8AFHVzyl03&quot; width=&quot;571&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Early Career Reflections&lt;/h3&gt;\n&lt;p&gt;Reflecting on his early career, Macaulay Culkin recalls working alongside young actors like Elijah Wood and Anna Chlumsky, noting the differences in their personalities and approaches. While he describes himself as more relaxed and street-smart, the others carried a more earnest, calculated demeanor. Culkin shares a humorous memory of sharing a trailer with Anna during filming in Orlando, where her habit of pouring sour milk down the drain irritated him intensely&mdash;a petty annoyance from a ten-year-old&#039;s perspective.&lt;/p&gt;\n&lt;p&gt;He emphasizes that adult actors often display more dramatic reactions over minor issues, but his own experience was characterized by quiet frustration rather than tantrums. Culkin views himself as a different &#039;animal&#039; within the acting world, comparing people to hooved creatures like deer or zebras&mdash;each unique despite similar features.&lt;/p&gt;\n&lt;p&gt;Discussing the challenges of growing up in the spotlight, Culkin admits he struggled with social interactions due to a lack of emotional vocabulary, often feeling like a &quot;baby tomato&quot; trying to catch up to his peers. He developed clever strategies to navigate social situations, such as ending conversations early or asserting boundaries to feel secure. For him, safety&mdash;both emotional and physical&mdash;is fundamental, and understanding feelings like happiness, anger, sadness, and fear helps him maintain control over interactions.&lt;/p&gt;\n&lt;p&gt;He sets clear personal rules to protect his privacy, such as avoiding unnecessary physical contact or private encounters in sensitive settings. Culkin explains that establishing these boundaries was a gradual process, taking decades for him to feel comfortable asserting them fully, but ultimately crucial for his mental well-being.&lt;/p&gt;\n&lt;p&gt;Turning to his adult life, Culkin reflects on the difference between his growth trajectory and that of many peers, who often find their career and personal fulfillment in their 40s. He admits that, in his late teens, he occasionally wished he could erase the baggage from his childhood fame, but overall, he values his uniqueness. Embracing his individuality, he likens himself to a unicorn&mdash;a hooved animal distinct from others&mdash;proud of his differences.&lt;/p&gt;\n&lt;p&gt;Regarding his relationship with his father, Culkin reveals a strained history. Once a protector, his father&rsquo;s behavior changed over time, possibly influenced by the power and fame that surrounded him. Many in Hollywood have remarked on the shift from seeing Macaulay as a sweet kid to disapproving of his father&rsquo;s actions. Culkin confirms that his father has distanced himself from his children, with none of his siblings maintaining a relationship. He emphasizes that his priority is safeguarding his own children from any negative influence or past sins, choosing to focus on his family&rsquo;s well-being rather than reconciliation.&lt;/p&gt;\n&lt;h3&gt;Personal Reflections and Legacy&lt;/h3&gt;\n&lt;p&gt;Reflecting on past conflicts, I realize that certain behaviors were simply unacceptable in my view, which led to some tough decisions. When someone crossed a line, I felt it necessary to distance myself, knowing that they might end up alone, and frankly, I believed they deserved it. I didn&#039;t feel compelled to explain myself; they were aware of the actions that caused the rift. Sometimes, though, the individual in question might not fully acknowledge their misdeeds, especially considering their tendency to distort or deny reality. I remember an incident from over three decades ago&mdash;an argument or a heated exchange in front of friends&mdash;that left a lasting impression. I tolerated a lot, swallowing the discomfort, but that particular event stuck with me.&lt;/p&gt;\n&lt;p&gt;Later, when I was colder toward this person, they questioned me, unaware or perhaps in denial about the cause. I told them it was because they humiliated me publicly. They insisted it never happened, even though it clearly did. Their mind works in strange ways&mdash;twisting memories or blocking out certain truths to avoid facing reality. This pattern is part of who they are, and no amount of therapy or discussion seems to change that. It&rsquo;s like trying to wash away an ink stain that&rsquo;s permanently set.&lt;/p&gt;\n&lt;p&gt;When considering how much this individual&rsquo;s behavior affected me, I believe the impact was limited. The community or those around us could see who was truly responsible&mdash;him. They understood when he was trying to manipulate or grab power. For instance, at a major studio, I doubt anyone truly believed I was pulling strings behind the scenes to influence decisions about my career, especially at such a young age. People are perceptive; they saw me as a talented kid with boundless energy, not someone orchestrating industry moves.&lt;/p&gt;\n&lt;p&gt;Over the years, I&rsquo;ve encountered people who were burned or hurt by him, but they didn&rsquo;t blame me. They recognized that I was just a child at the time, doing my job and being professional. I&rsquo;ve always approached my craft with integrity, never playing the diva, just focusing on doing good work. It&rsquo;s innate&mdash;born into it, as natural as a fish swimming.&lt;/p&gt;\n&lt;p&gt;In my own family, I believe I&rsquo;ve broken some damaging cycles. I cherish my children profoundly and strive to give them unconditional love. For example, during my child&rsquo;s school recital, he was supposed to play a small role&mdash;the bug trying to retrieve an egg. When he froze on stage and ran off crying, I immediately went to him and told him how proud I was. Getting up there was brave enough; I acknowledged his fear and praised his effort. That moment, I wanted him to know that regardless of the outcome, I was proud of him for facing his fears. It&rsquo;s about unconditional acceptance&mdash;no matter if he&rsquo;s the bug or not, he is loved and supported. That&rsquo;s the core of my parenting philosophy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0d15c1256da93b688bcaWDpA9B803&quot; height=&quot;510&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0d15c1256da93b688bcaWDpA9B803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When reflecting on the late John Candy, Macaulay Culkin shares touching memories of their time working together on beloved films like &quot;Home Alone&quot; and &quot;Uncle Buck.&quot;&lt;/p&gt;\n&lt;p&gt;&quot;He was very sweet,&quot; Culkin recalls with evident fondness. &quot;He had a fatherly kind of vibe.&quot;&lt;/p&gt;\n&lt;p&gt;What distinguished Candy from others in Hollywood was his genuine interest in the young actor&#039;s wellbeing. &quot;When he would ask me how I was doing, he actually was asking how I was doing,&quot; Culkin emphasizes, highlighting the authentic care Candy showed him on set.&lt;/p&gt;\n&lt;p&gt;The actor, now a father himself, expresses a poignant regret: &quot;He always took care of me. I really wish... he could have been around to see my kids.&quot;&lt;/p&gt;\n&lt;p&gt;This heartfelt sentiment comes following the release of a new documentary celebrating John Candy&#039;s life and legacy, which features significant commentary from Culkin about their professional relationship and personal connection.&lt;/p&gt;\n&lt;p&gt;Their collaborations, particularly in films directed by John Hughes, created cinematic moments that continue to resonate with audiences decades later.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0d51e0a2061ccd6b818cOkFPF1k03&quot; height=&quot;571&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0d51e0a2061ccd6b818cOkFPF1k03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter film series chronicles the magical adventures of a young wizard who discovers his extraordinary heritage while attending Hogwarts School of Witchcraft and Wizardry, forming friendships and confronting the evil Lord Voldemort. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete collection is available on streaming services like HBO Max and Peacock, though availability varies by region, or you can rent/purchase the films through digital platforms such as Amazon Prime Video, Apple TV, and Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix content like the Harry Potter film series, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent solution to consider. This premium service bypasses geographical blocks effectively, ensuring you can stream your favorite magical adventures without frustrating location errors. &lt;/p&gt;\n&lt;p&gt;SafeShell VPN delivers outstanding benefits for Netflix users, starting with its ultra-fast servers optimized specifically for high-definition streaming that eliminate buffering completely. You can simultaneously connect up to five different devices&mdash;whether smartphones, tablets, or smart TVs&mdash;while its specialized tools unlock diverse regional libraries in one seamless session. Military-grade encryption and zero-logs policy guarantee ironclad privacy during streaming, and you can confidently test all features risk-free through their generous free trial before subscribing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Are you tired of geographical restrictions preventing you from enjoying the magical world of Harry Potter? With &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, you can easily bypass these limitations and immerse yourself in the wizarding adventures from anywhere. The process is straightforward and requires minimal technical knowledge, making it accessible for all Harry Potter enthusiasts.&lt;/p&gt;\n&lt;p&gt;First, head to the SafeShell VPN website to subscribe to a suitable plan that matches your requirements. After completing your subscription, download the application that&#039;s compatible with your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android. Installation is quick and user-friendly, allowing you to set up the VPN in minutes without any complicated configuration.&lt;/p&gt;\n&lt;p&gt;Once installed, launch SafeShell VPN and log into your account. For the optimal streaming experience, select APP mode which is specifically optimized for watching content. Next, browse through the server list and connect to a location where Harry Potter is available in the streaming library (typically the US or UK servers work best). With your connection secured, simply open your preferred streaming platform, search for Harry Potter, and enjoy all eight films of the beloved franchise without interruption or geo-restrictions.&lt;/p&gt;', 9, 'game'),
(334, 493, '', 'Tor Encryption Upgrade: CGO Enhances Security', '&lt;p&gt;Tor&#039;s core encryption receives a critical overhaul with Counter Galois Onion (CGO) adoption,&lt;/p&gt;\n&lt;p&gt;a research-driven upgrade enhancing user security against sophisticated threats.&lt;/p&gt;\n&lt;p&gt;This fundamental shift addresses critical weaknesses in the nameless predecessor (retroactively labeled tor1).&lt;/p&gt;\n&lt;p&gt;Three primary vulnerabilities prompted the replacement:&lt;/p&gt;\n&lt;p&gt;Tagging attacks represent the most severe risk,&lt;/p&gt;\n&lt;p&gt;allowing adversaries to manipulate traffic at one network point&lt;/p&gt;\n&lt;p&gt;and detect alterations downstream to trace user activity.&lt;/p&gt;\n&lt;p&gt;Even unsuccessful attempts create exploitable side effects over time.&lt;/p&gt;\n&lt;p&gt;Forward secrecy limitations constitute another flaw.&lt;/p&gt;\n&lt;p&gt;Unlike modern protocols (e.g., Signal) that destroy decryption keys immediately after use,&lt;/p&gt;\n&lt;p&gt;tor1 reused AES keys throughout a circuit&#039;s lifespan.&lt;/p&gt;\n&lt;p&gt;Compromising a live key exposed all prior communications on that circuit.&lt;/p&gt;\n&lt;p&gt;A third issue involved tor1&#039;s insufficient 4-byte authenticator,&lt;/p&gt;\n&lt;p&gt;offering a 1-in-4-billion chance of undetected message forgery.&lt;/p&gt;\n&lt;p&gt;While practical exploitation faced hurdles like circuit termination on failed attempts&lt;/p&gt;\n&lt;p&gt;and existing pathbias defenses, stronger authentication was deemed essential.&lt;/p&gt;\n&lt;p&gt;Implementation progress is actively underway.&lt;/p&gt;\n&lt;p&gt;CGO cryptography is functional in Arti (Tor&#039;s Rust implementation)&lt;/p&gt;\n&lt;p&gt;and integrated into the C codebase for relay compatibility.&lt;/p&gt;\n&lt;p&gt;Significant code refactoring was necessary to accommodate new relay cell structures&lt;/p&gt;\n&lt;p&gt;and multiple encryption methodologies, future-proofing the system.&lt;/p&gt;\n&lt;p&gt;Next development priorities include:&lt;/p&gt;\n&lt;p&gt;Enabling stable CGO support by default in Arti.&lt;/p&gt;\n&lt;p&gt;Implementing complex CGO negotiation for onion services (initially Arti-focused).&lt;/p&gt;\n&lt;p&gt;Optimizing performance for contemporary CPUs,&lt;/p&gt;\n&lt;p&gt;leveraging initial promising results while tackling optimization challenges in C.&lt;/p&gt;\n&lt;p&gt;This transition marks a substantial leap in cryptographic resilience&lt;/p&gt;\n&lt;p&gt;for the Tor network&#039;s foundational data protection mechanisms.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;VPN services have become essential tools for individuals seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; content in regions where access is restricted due to government censorship, geo-blocking, or ISP monitoring. When porn is unblocked through a VPN, users gain privacy and anonymity while browsing adult websites, as their internet traffic is encrypted and their real IP address is masked, preventing third parties from tracking their online activities or implementing bandwidth throttling.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for accessing blocked adult content while maintaining your privacy. The SafeShell VPN provides numerous benefits that make it an excellent choice for users seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nAdvanced encryption technology ensures your browsing activities remain completely private and secure from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds allow for buffer-free streaming of high-definition content without compromising security\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature lets you access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nExclusive ShellGuard protocol provides undetectable browsing that bypasses even the strictest content restrictions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support allows protection across up to five devices at once, including Windows, macOS, iOS, Android, and various TV platforms\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To enhance your online privacy and access region-restricted content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a straightforward solution that anyone can implement. Begin by visiting the SafeShell VPN website where you can select from various subscription plans tailored to different needs and budgets. Once subscribed, download the appropriate application for your device&mdash;whether it&#039;s a smartphone, tablet, or computer&mdash;and complete the installation process by following the on-screen instructions.&lt;/p&gt;\n&lt;p&gt;After installation, launch SafeShell VPN and sign in using your newly created account credentials. The next crucial step involves selecting App Mode from the settings menu, which optimizes your browsing experience and ensures maximum compatibility with various content platforms. Now comes the most important part: choosing a server location from SafeShell VPN&#039;s extensive global network. Select a region where your desired content is accessible&mdash;different countries have different content libraries and access policies.&lt;/p&gt;\n&lt;p&gt;With your connection established through your chosen server, you can now browse with complete confidence knowing that SafeShell VPN encrypts your data and masks your actual location. This protection ensures your viewing activities remain private while allowing you to access previously restricted content from any region. Remember to keep the VPN active throughout your browsing session for consistent protection and accessibility. Should you encounter any connection issues, simply try switching to a different server location within the SafeShell VPN application.&lt;/p&gt;', 9, 'game'),
(335, 494, '', 'DCC Season 2 &ndash; Dallas Cowboys Cheerleaders Highlights', '&lt;h3&gt;DCC Season 2 Highlights&lt;/h3&gt;\n&lt;p&gt;Season 2 of Netflix&#039;s acclaimed series lands with renewed intensity&lt;/p&gt;\n&lt;p&gt;focusing on the Dallas Cowboys Cheerleaders&#039; demanding world&lt;/p&gt;\n&lt;p&gt;A landmark 400% salary increase for the iconic squad&lt;/p&gt;\n&lt;p&gt;heralds a new era as auditions commence&lt;/p&gt;\n&lt;p&gt;Emmy-winning director Greg Whiteley (known for &lt;em&gt;Cheer&lt;/em&gt;) returns  &lt;/p&gt;\n&lt;p&gt;documenting the high-stakes selection process under leadership&lt;/p&gt;\n&lt;p&gt;Senior Director Kelli Finglass wields decisive power&lt;/p&gt;\n&lt;p&gt;over aspiring dancers&#039; futures with Head Choreographer Judy Trammell&lt;/p&gt;\n&lt;p&gt;Hundreds converge on Dallas&lt;/p&gt;\n&lt;p&gt;enduring fiercely competitive auditions for just 36 coveted spots&lt;/p&gt;\n&lt;p&gt;Mastering the physically punishing &quot;Thunderstruck&quot; routine&lt;/p&gt;\n&lt;p&gt;remains the ultimate test of precision and endurance&lt;/p&gt;\n&lt;p&gt;Returning stars and ambitious newcomers face identical pressure&lt;/p&gt;\n&lt;p&gt;every kick and jump scrutinized under bright lights&lt;/p&gt;\n&lt;p&gt;Tears mingle with cheers&lt;/p&gt;\n&lt;p&gt;as cuts deliver heartbreak and triumphs shape the final roster&lt;/p&gt;\n&lt;p&gt;No position is guaranteed&lt;/p&gt;\n&lt;p&gt;veterans and rookies alike fight for their dream under the iconic star&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1048dc02a1d44124b88COQOYbQK03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1048dc02a1d44124b88COQOYbQK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Victoria&#039;s compelling journey evolves beyond her final DCC chapter&lt;/p&gt;\n&lt;p&gt;as she tackles fresh obstacles in the upcoming season.&lt;/p&gt;\n&lt;p&gt;New squad members take center stage,&lt;/p&gt;\n&lt;p&gt;bringing intensely personal narratives to the forefront.&lt;/p&gt;\n&lt;p&gt;The relentless pursuit of perfection exacts a heavy toll,&lt;/p&gt;\n&lt;p&gt;explored through raw discussions on body image struggles,&lt;/p&gt;\n&lt;p&gt;the pervasive pressure of social media judgment,&lt;/p&gt;\n&lt;p&gt;surviving domestic violence,&lt;/p&gt;\n&lt;p&gt;and confronting mental health challenges.&lt;/p&gt;\n&lt;p&gt;Compensation emerges as a critical battle cry this season,&lt;/p&gt;\n&lt;p&gt;amplified by veteran cheerleader Jada&#039;s leadership.&lt;/p&gt;\n&lt;p&gt;Sparked by fan outrage following Season 1 revelations,&lt;/p&gt;\n&lt;p&gt;Jada spearheads a vital movement demanding fair pay.&lt;/p&gt;\n&lt;p&gt;This fight for equitable wages became so crucial&lt;/p&gt;\n&lt;p&gt;that participation in practices and performances&lt;/p&gt;\n&lt;p&gt;hung precariously in the balance at times.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0b3e5556821aa23d43fAHUr7YvW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0b3e5556821aa23d43fAHUr7YvW07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Celebrating a major achievement, the song &quot;Champagne Problems&quot; has reached the top spot in this week&#039;s Billboard Top 10. Fans and artists alike are raising their glasses in applause for this remarkable success. The chart victory was announced on November 25, marking a significant milestone in the song&#039;s journey to the number one position.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0b5c69b5089c367eb81XuLrg5xk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0b5c69b5089c367eb81XuLrg5xk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the performers behind the characters&lt;/p&gt;\n&lt;p&gt;Uncover the identities of the actors portraying suspects in &lt;em&gt;A Man on the Inside&lt;/em&gt; Season 2&lt;/p&gt;\n&lt;p&gt;Scheduled for release on November 25&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0b82fbf4f8e52428f788NEpHhAa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0b82fbf4f8e52428f788NEpHhAa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the ultimate gift ideas for K-pop enthusiasts this holiday season with our comprehensive &lt;em&gt;K-pop Demon Hunters&lt;/em&gt; gift guide. Published on November 24, this guide offers curated suggestions to delight fans of the genre and those who adore the dynamic world of K-pop. From exclusive merchandise to must-have collectibles, find the perfect present to make this holiday unforgettable for every K-pop lover.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ba33e0d3f8a5a79c9eLspiMBFk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ba33e0d3f8a5a79c9eLspiMBFk07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Women&rsquo;s Victory in Salary Increase&lt;/h3&gt;\n&lt;p&gt;Despite facing opposition, the women remained resolute, united by a common belief that change was necessary. Their collective efforts ultimately led to a significant victory: by the conclusion of the season, the team secured an astonishing 400% increase in salaries.&lt;/p&gt;\n&lt;p&gt;Finglass reflects, &quot;The heightened talent level and increased exposure motivated us to see things differently. We continuously work on improving our program each year,&quot; she explains. &quot;This includes everything from our wardrobe and music choices to, most notably, compensation. Our dancers are now world-class professionals whose dedication requires a much greater time investment than when they were simply cheerleaders. Everyone shared the same goal, and now our dancers are satisfied with the new enhancements, which, in turn, makes us proud as coaches.&quot;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Breaking news&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The NFL Christmas Gameday 2025 will be broadcast live on Netflix&lt;/p&gt;\n&lt;p&gt;November 18&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0bdf2ced19d388ed08dZp8iPvd007&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0bdf2ced19d388ed08dZp8iPvd007&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Anticipated releases dominate Netflix&#039;s late 2025 schedule,&lt;/p&gt;\n&lt;p&gt;with flagship programming adopting innovative distribution models.&lt;/p&gt;\n&lt;p&gt;Stranger Things concludes its decade-long saga through a trilogy release structure:&lt;/p&gt;\n&lt;p&gt;Volume 1 premieres November 26, 2025,&lt;/p&gt;\n&lt;p&gt;subsequent installments extend the finale into early 2026.&lt;/p&gt;\n&lt;p&gt;This ambitious finale scales production beyond previous seasons,&lt;/p&gt;\n&lt;p&gt;incorporating over 650 hours of filmed content&lt;/p&gt;\n&lt;p&gt;and introducing Linda Hamilton in a pivotal new role.&lt;/p&gt;\n&lt;p&gt;Narrative threads converge on Will Byers&#039; unique connection to the Upside Down,&lt;/p&gt;\n&lt;p&gt;positioning him as central to defeating Vecna in 1987 Hawkins.&lt;/p&gt;\n&lt;p&gt;Psychological thriller The Beast Within explores suburban darkness:&lt;/p&gt;\n&lt;p&gt;A traumatized writer becomes dangerously obsessed&lt;/p&gt;\n&lt;p&gt;with her neighbor&mdash;a property developer previously suspected in his wife&#039;s disappearance.&lt;/p&gt;\n&lt;p&gt;This character-driven mystery examines&lt;/p&gt;\n&lt;p&gt;whether her investigations uncover truth&lt;/p&gt;\n&lt;p&gt;or unleash uncontrollable consequences.&lt;/p&gt;\n&lt;p&gt;Historical action series Warrior&#039;s Gambit debuts November 14:&lt;/p&gt;\n&lt;p&gt;Set in 1878 Kyoto, nearly three hundred samurai&lt;/p&gt;\n&lt;p&gt;engage in lethal competition for Tokyo passage rights.&lt;/p&gt;\n&lt;p&gt;Motivations intertwine survival, honor, and hidden agendas&lt;/p&gt;\n&lt;p&gt;as impoverished warrior Soga Shujiro fights&lt;/p&gt;\n&lt;p&gt;to secure medical treatment for his ailing family.&lt;/p&gt;\n&lt;p&gt;Complementing these originals,&lt;/p&gt;\n&lt;p&gt;Guillermo del Toro&#039;s Frankenstein adaptation arrives November 7,&lt;/p&gt;\n&lt;p&gt;while The Vince Staples Show returns for its sophomore season.&lt;/p&gt;\n&lt;p&gt;Notable departures include the Shrek franchise&lt;/p&gt;\n&lt;p&gt;and select Fast &amp;amp; Furious films exiting the catalog.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0c08dfdd15ba39e10b5vciOylgt07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0c08dfdd15ba39e10b5vciOylgt07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Cowboys Cheerleaders Return&lt;/h3&gt;\n&lt;p&gt;Get ready for the return of America&#039;s Sweethearts: Dallas Cowboys Cheerleaders&lt;/p&gt;\n&lt;p&gt;Season 2 premiering August 18th!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0c4bdb97668df5013f8NpNpaXVG07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0c4bdb97668df5013f8NpNpaXVG07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking for compelling sports documentaries to boost your enthusiasm and deepen your understanding of the game?&lt;/p&gt;\n&lt;p&gt;Published on April 23, these films offer a captivating glimpse into athletic history, inspiring stories, and behind-the-scenes moments that will keep you hooked.&lt;/p&gt;\n&lt;p&gt;Enhance your sports knowledge and get motivated with these must-watch documentaries that celebrate the spirit of competition and perseverance.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0c7d19a15ead2bc574cHRKIZ3g907&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0c7d19a15ead2bc574cHRKIZ3g907&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The beloved docuseries following the iconic Dallas Cowboys Cheerleaders returned for its second season on June 18, now available exclusively on Netflix. This captivating behind-the-scenes look at one of America&#039;s most recognized cheerleading squads continues under the collaborative production efforts of One Potato Productions and Boardwalk Pictures, working alongside Campfire Studio.&lt;/p&gt;\n&lt;p&gt;The production team brings together an impressive roster of industry veterans, with executive producers including Whiteley and Adam Leibowitz joining forces with Andrew Fried and Dane Lillegard. The creative leadership is further strengthened by Ross M. Dinerstein and Rebecca Evans, who round out the executive production team responsible for bringing this intimate portrayal of the cheerleaders&#039; journey to screens worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e10a6678a26c396557bcyby4JkdG03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e10a6678a26c396557bcyby4JkdG03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Expands Cowboys Content&lt;/h3&gt;\n&lt;p&gt;The Dallas Cowboys&#039; partnership with Netflix continues to expand, with the popular docuseries &quot;America&#039;s Sweethearts&quot; showcasing the iconic cheerleading squad.&lt;/p&gt;\n&lt;p&gt;This collaboration represents just one facet of Netflix&#039;s growing NFL content strategy. Previously, the streaming giant released &quot;America&#039;s Team: The Gambler and His Cowboys,&quot; a documentary examining the franchise&#039;s rich history and the controversial tenure of owner Jerry Jones.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s commitment to football programming extends beyond documentaries. The platform is venturing into live sports broadcasting, with plans to air the Cowboys&#039; holiday matchup against their division rivals, the Washington Commanders. This Christmas Day 2025 contest will be streamed live from Northwest Stadium in Landover, Maryland, marking a significant milestone in Netflix&#039;s sports broadcasting ambitions.&lt;/p&gt;\n&lt;p&gt;For football enthusiasts, this multi-dimensional approach offers unprecedented access to one of the NFL&#039;s most storied organizations, both on and off the field.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix serves as a major platform for streaming a vast library of TV shows and movies to subscribers globally. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; describes the capability to circumvent geographical restrictions or network blocks, granting users access to the complete catalog of content available in different regions. This unlocks a significantly wider selection of films and series beyond what is normally accessible in a user&#039;s specific location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix content through reliable Netflix unblock methods, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service excels at providing uninterrupted streaming by utilizing high-speed servers specifically optimized for Netflix, ensuring smooth playback without frustrating buffering interruptions. Its unique App Mode is a standout feature, empowering you to effortlessly unlock and explore multiple regional Netflix libraries simultaneously, dramatically expanding your entertainment choices. SafeShell VPN reliably bypasses geo-blocks and detection systems, guaranteeing consistent access to your desired shows and movies.&lt;/p&gt;\n\n&lt;p&gt;Beyond seamless Netflix access, SafeShell VPN offers significant advantages including blazing connection speeds for all online activities and the convenience of connecting up to five devices at once across various platforms. Your online privacy is paramount, safeguarded by SafeShell VPN&#039;s proprietary ShellGuard protocol which employs advanced encryption to shield your data from surveillance. To experience these benefits firsthand without obligation, SafeShell VPN provides a flexible free trial plan, letting you test its high performance, robust security, and user-friendly interface.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To access global Netflix libraries using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow this straightforward process: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by creating your account: Visit the official SafeShell VPN website, select a suitable subscription plan, and complete the sign-up process.\n&lt;/li&gt;\n&lt;li&gt;\nProceed to download the application: Navigate to the download section on the website or your device&#039;s app store, choose the version compatible with your operating system (Windows, macOS, iOS, Android, etc.), and install it.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app and log in using your credentials. For optimal Netflix streaming performance, ensure you select the &#039;APP&#039; mode within the application.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a VPN server location: Browse the list of available countries and select a server located in the region whose Netflix catalog you wish to access (e.g., Japan, Brazil, or Australia), then click &#039;Connect&#039; to establish the secure tunnel.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open your Netflix application or visit the Netflix website, sign in to your account, and instantly enjoy streaming the region-specific content unlocked by your SafeShell Netflix VPN connection.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(336, 495, '', 'Top VPNs for Global Netflix &ndash; Unlock More Content', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Global Netflix&lt;/h3&gt;\n&lt;p&gt;Unlock global Netflix libraries with the right VPN&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s catalog varies drastically across borders&lt;/p&gt;\n&lt;p&gt;leaving travelers facing limited content options abroad&lt;/p&gt;\n&lt;p&gt;Fortunately, select VPNs bypass these geographical restrictions&lt;/p&gt;\n&lt;p&gt;while maintaining essential privacy protections&lt;/p&gt;\n&lt;p&gt;Free VPNs rarely succeed against Netflix&#039;s detection systems&lt;/p&gt;\n&lt;p&gt;Our ongoing tests across 78+ providers reveal&lt;/p&gt;\n&lt;p&gt;only premium services consistently unblock regional libraries&lt;/p&gt;\n&lt;p&gt;All recommended options include trustworthy money-back guarantees&lt;/p&gt;\n&lt;p&gt;NordVPN stands out for its seamless Netflix access&lt;/p&gt;\n&lt;p&gt;effortlessly streaming US, UK, and Japanese content&lt;/p&gt;\n&lt;p&gt;with exceptional speed and advanced security features&lt;/p&gt;\n&lt;p&gt;Their Standard plan works perfectly for streaming needs&lt;/p&gt;\n&lt;p&gt;Other reliable performers include:&lt;/p&gt;\n&lt;p&gt;Surfshark - budget-friendly with unlimited device connections&lt;/p&gt;\n&lt;p&gt;ExpressVPN - global access with router compatibility&lt;/p&gt;\n&lt;p&gt;ProtonVPN - privacy-focused with 10 simultaneous streams&lt;/p&gt;\n&lt;p&gt;CyberGhost - unlocks over a dozen regional catalogs&lt;/p&gt;\n&lt;p&gt;Testing methodology focused on critical factors:&lt;/p&gt;\n&lt;p&gt;We verified access to multiple Netflix regions beyond just the US&lt;/p&gt;\n&lt;p&gt;measured real-world streaming speeds during peak hours&lt;/p&gt;\n&lt;p&gt;scrutinized encryption standards and no-logging policies&lt;/p&gt;\n&lt;p&gt;assessed apps for intuitive interfaces and reliable support&lt;/p&gt;\n&lt;p&gt;Key lessons from our evaluation:&lt;/p&gt;\n&lt;p&gt;VPN server proximity dramatically impacts streaming quality&lt;/p&gt;\n&lt;p&gt;Kill switches prevent exposure if connections drop unexpectedly&lt;/p&gt;\n&lt;p&gt;Long-term subscriptions offer significant cost savings&lt;/p&gt;\n&lt;p&gt;Router installations protect all home devices simultaneously&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s 30-day trial provides risk-free verification&lt;/p&gt;\n&lt;p&gt;letting you binge region-exclusive shows securely&lt;/p&gt;\n&lt;p&gt;during international trips or at home&lt;/p&gt;\n&lt;p&gt;Remember:&lt;/p&gt;\n&lt;p&gt;Netflix actively blocks most VPN services&lt;/p&gt;\n&lt;p&gt;Choose providers that transparently update server networks&lt;/p&gt;\n&lt;p&gt;to maintain uninterrupted access&lt;/p&gt;\n&lt;p&gt;Prioritize those demonstrating consistent unblocking success&lt;/p&gt;\n&lt;p&gt;in our rigorous real-world testing&lt;/p&gt;\n\n&lt;p&gt;Unlock global Netflix libraries with the right VPN&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s catalog varies drastically across borders&lt;/p&gt;\n&lt;p&gt;leaving travelers facing limited content options abroad&lt;/p&gt;\n&lt;p&gt;Fortunately, select VPNs bypass these geographical restrictions&lt;/p&gt;\n&lt;p&gt;while maintaining essential privacy protections&lt;/p&gt;\n&lt;p&gt;Free VPNs rarely succeed against Netflix&#039;s detection systems&lt;/p&gt;\n&lt;p&gt;Our ongoing tests across 78+ providers reveal&lt;/p&gt;\n&lt;p&gt;only premium services consistently unblock regional libraries&lt;/p&gt;\n&lt;p&gt;All recommended options include trustworthy money-back guarantees&lt;/p&gt;\n&lt;p&gt;NordVPN stands out for its seamless Netflix access&lt;/p&gt;\n&lt;p&gt;effortlessly streaming US, UK, and Japanese content&lt;/p&gt;\n&lt;p&gt;with exceptional speed and advanced security features&lt;/p&gt;\n&lt;p&gt;Their Standard plan works perfectly for streaming needs&lt;/p&gt;\n&lt;p&gt;Other reliable performers include:&lt;/p&gt;\n&lt;p&gt;Surfshark - budget-friendly with unlimited device connections&lt;/p&gt;\n&lt;p&gt;ExpressVPN - global access with router compatibility&lt;/p&gt;\n&lt;p&gt;ProtonVPN - privacy-focused with 10 simultaneous streams&lt;/p&gt;\n&lt;p&gt;CyberGhost - unlocks over a dozen regional catalogs&lt;/p&gt;\n&lt;p&gt;Testing methodology focused on critical factors:&lt;/p&gt;\n&lt;p&gt;We verified access to multiple Netflix regions beyond just the US&lt;/p&gt;\n&lt;p&gt;measured real-world streaming speeds during peak hours&lt;/p&gt;\n&lt;p&gt;scrutinized encryption standards and no-logging policies&lt;/p&gt;\n&lt;p&gt;assessed apps for intuitive interfaces and reliable support&lt;/p&gt;\n&lt;p&gt;Key lessons from our evaluation:&lt;/p&gt;\n&lt;p&gt;VPN server proximity dramatically impacts streaming quality&lt;/p&gt;\n&lt;p&gt;Kill switches prevent exposure if connections drop unexpectedly&lt;/p&gt;\n&lt;p&gt;Long-term subscriptions offer significant cost savings&lt;/p&gt;\n&lt;p&gt;Router installations protect all home devices simultaneously&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s 30-day trial provides risk-free verification&lt;/p&gt;\n&lt;p&gt;letting you binge region-exclusive shows securely&lt;/p&gt;\n&lt;p&gt;during international trips or at home&lt;/p&gt;\n&lt;p&gt;Remember:&lt;/p&gt;\n&lt;p&gt;Netflix actively blocks most VPN services&lt;/p&gt;\n&lt;p&gt;Choose providers that transparently update server networks&lt;/p&gt;\n&lt;p&gt;to maintain uninterrupted access&lt;/p&gt;\n&lt;p&gt;Prioritize those demonstrating consistent unblocking success&lt;/p&gt;\n&lt;p&gt;in our rigorous real-world testing&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ff143ce781ad4d825dKVwbDPU607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ff143ce781ad4d825dKVwbDPU607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Let&#039;s explore the top VPN options for streaming Netflix seamlessly:&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix  Tested Nov 2025NordVPN dominates as the prime choice for streaming Netflix globally.&lt;/p&gt;\n&lt;p&gt;Its vast infrastructure spans thousands of servers across more than 120 nations.&lt;/p&gt;\n&lt;p&gt;You&#039;ll always find a nearby connection point optimized for seamless viewing.&lt;/p&gt;\n\n&lt;p&gt;Testing confirms reliable access to numerous regional libraries beyond expectations.&lt;/p&gt;\n&lt;p&gt;These include Australian, Canadian, Japanese, British, and American Netflix catalogs.&lt;/p&gt;\n\n&lt;p&gt;A standout feature ensures uninterrupted service even with unsupported regions.&lt;/p&gt;\n&lt;p&gt;Attempting restricted content automatically redirects you to the US Netflix library.&lt;/p&gt;\n&lt;p&gt;This eliminates frustrating dead ends during your international streaming sessions.&lt;/p&gt;\n&lt;p&gt;Proven compatibility makes it exceptionally versatile for worldwide entertainment access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s user-friendly design deserves recognition. The interface features a dual-panel layout that balances functionality with information. On one side, you&#039;ll find quick connection options, while the other displays useful metrics including your weekly activity statistics, tracker blocking counts, and connected meshnet device status.&lt;/p&gt;\n&lt;p&gt;Navigation is intuitive with dedicated sections for specialized servers. Users looking for P2P-optimized connections or Tor-compatible options can locate these with minimal effort through the clearly labeled specialty server tab.&lt;/p&gt;\n&lt;p&gt;The settings experience is equally thoughtful. Security features like the kill switch and convenience options such as split tunneling are logically categorized. What particularly stands out is the helpful description accompanying each setting, explaining its purpose in plain language. Most customization options utilize simple toggle switches, making adjustments accessible even for VPN newcomers.&lt;/p&gt;\n&lt;p&gt;This attention to user experience makes it an excellent choice for accessing geo-restricted Netflix content across different regions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; height=&quot;582&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For effortless Netflix streaming worldwide, this service excels with custom-built technologies.&lt;/p&gt;\n&lt;p&gt;Its NordLynx protocol accelerates connections to eliminate buffering while enhancing privacy beyond standard WireGuard implementations.&lt;/p&gt;\n&lt;p&gt;Meanwhile, NordWhisper technology navigates strict geo-blocks in regions like China and UAE.&lt;/p&gt;\n&lt;p&gt;Privacy is reinforced through multiple no-logs verifications by independent auditors.&lt;/p&gt;\n&lt;p&gt;Comprehensive leak protection covers DNS requests, IPv6 pathways, and WebRTC vulnerabilities.&lt;/p&gt;\n&lt;p&gt;Military-grade encryption pairs with an adjustable kill switch for uninterrupted viewing sessions.&lt;/p&gt;\n&lt;p&gt;The integrated ad-blocker cleans up distractions during binge-watching.&lt;/p&gt;\n&lt;p&gt;Meshnet introduces unique remote home PC access for travelers missing local content libraries.&lt;/p&gt;\n&lt;p&gt;Together, these features create an optimized streaming fortress for global Netflix access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When evaluating VPN providers for streaming, speed and reliability are crucial. NordVPN stands out as a top choice, boasting lightning-fast connection speeds that excel across multiple test locations. During our assessments, the slowest connection recorded was 38.89 Mbps, with an overall average of 41.11 Mbps. Such performance ensures smooth 4K streaming without interruptions.&lt;/p&gt;\n&lt;p&gt;Pricing options vary, with monthly subscriptions costing just under $13. However, significant savings are available&mdash;up to 70%&mdash;by opting for annual or biennial plans, reducing monthly costs to roughly $3.50. Special discounts are also offered for students and young professionals under 26. For enhanced security, NordVPN&rsquo;s Plus and Ultimate plans include additional features like password management, cyber insurance, data breach scanning, and secure cloud storage.&lt;/p&gt;\n&lt;p&gt;Compatibility is broad; NordVPN offers dedicated apps for Android, iOS, Windows, macOS, and Linux. It also supports manual installation on many routers, with detailed guides available on its support page or via 24/7 live chat assistance.&lt;/p&gt;\n&lt;p&gt;Opt for NordVPN if you want:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAccess to less common Netflix libraries from the US, UK, Canada, Australia, Japan, and beyond\n&lt;/li&gt;\n&lt;li&gt;\nStrong privacy protections and a strict no-logs policy\n&lt;/li&gt;\n&lt;li&gt;\nThe freedom to connect through any server for unblocking content\n&lt;/li&gt;\n&lt;li&gt;\nThe fastest speeds with reliable consistency\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Avoid if you prefer streaming servers that are pre-optimized and explicitly labeled for specific platforms.&lt;/p&gt;\n&lt;p&gt;Overall, NordVPN is our top recommendation for Netflix streaming, offering exceptional speed, privacy, and security. It comes with a risk-free 30-day money-back guarantee, making it a smart choice for avid streamers seeking unblocked access and dependable performance.&lt;/p&gt;\n&lt;p&gt;For more details, check out our comprehensive review of NordVPN.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025Looking for an affordable VPN solution that doesn&#039;t compromise on quality? Among the budget-friendly options available today, one service stands out with its extensive global network spanning over 4,500 servers across more than 100 countries.&lt;/p&gt;\n&lt;p&gt;This cost-effective VPN seamlessly integrates with numerous streaming platforms, with Netflix compatibility being a particular highlight. Beyond just accessing the standard US content library, users can explore diverse regional catalogs including those from India, Germany, Singapore, and numerous other territories.&lt;/p&gt;\n&lt;p&gt;When attempting to access an unsupported library, the service automatically redirects to the US version rather than displaying error messages. This ensures you&#039;ll always have content to watch, even if your specific regional choice isn&#039;t available.&lt;/p&gt;\n&lt;p&gt;What truly sets this budget option apart from competitors is its unlimited simultaneous connections policy. Unlike other providers that limit connections to 5-10 devices, this service allows households to connect every device they own at once&mdash;from smartphones and tablets to laptops and smart TVs&mdash;making it an exceptional value proposition for families or device-heavy users.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; height=&quot;340&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streamlined navigation defines this service&#039;s appeal, with most options controlled by simple toggle switches. Explanations accompany each setting, enhancing user clarity. The interface groups settings into logical categories for effortless discovery.&lt;/p&gt;\n&lt;p&gt;Protocol selection stands apart, utilizing a drop-down menu instead.&lt;/p&gt;\n&lt;p&gt;Essential daily tools&mdash;server choices and quick-connect&mdash;reside prominently on the main panel alongside connection details. Left-hand tabs offer access to advanced features, though these remain irrelevant for base plan subscribers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; height=&quot;572&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Surfshark deploys military-grade encryption deemed unbreakable today&lt;/p&gt;\n&lt;p&gt;It strictly implements gold-standard VPN protocols for secure connections&lt;/p&gt;\n&lt;p&gt;Core safeguards include an automatic kill switch and robust leak prevention&lt;/p&gt;\n&lt;p&gt;An integrated tracker blocker adds another layer of privacy&lt;/p&gt;\n&lt;p&gt;Independent security audits verify its strict no-logs policy&lt;/p&gt;\n&lt;p&gt;Advanced offerings feature rotating IP addresses for enhanced anonymity&lt;/p&gt;\n&lt;p&gt;NoBorders mode effectively bypasses network restrictions and censorship&lt;/p&gt;\n&lt;p&gt;Smart DNS functionality unlocks region-locked streaming platforms&lt;/p&gt;\n&lt;p&gt;Note: Smart DNS enables access on VPN-incompatible devices without encryption&lt;/p&gt;\n&lt;p&gt;This tool proves vital for streaming Netflix on gaming consoles or smart TVs&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; height=&quot;453&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Surfshark consistently impressed during global speed assessments, maintaining near-uniform performance even across vast distances.&lt;/p&gt;\n&lt;p&gt;A mere 4 Mbps separated its peak and lowest recorded speeds globally.&lt;/p&gt;\n&lt;p&gt;Its average speed of 40.81 Mbps easily surpasses the 25 Mbps threshold for smooth 4K Netflix streaming.&lt;/p&gt;\n&lt;p&gt;Choose from flexible subscription tiers: monthly, yearly, or two-year commitments.&lt;/p&gt;\n&lt;p&gt;Long-term plans offer substantial savings, bringing the monthly cost down to just over $2 with current discounts.&lt;/p&gt;\n&lt;p&gt;Premium Surfshark One and One+ bundles enhance protection with extras like Windows antivirus and identity masking tools.&lt;/p&gt;\n&lt;p&gt;Native applications cover all major platforms: Windows, macOS, Linux, Android, and iOS.&lt;/p&gt;\n&lt;p&gt;Router integration is achievable using detailed setup guides found in the support center.&lt;/p&gt;\n&lt;p&gt;Ideal for users prioritizing unlimited simultaneous connections across all household devices.&lt;/p&gt;\n&lt;p&gt;An excellent match for budget-focused streamers needing Smart TV or console compatibility.&lt;/p&gt;\n&lt;p&gt;Access to responsive 24/7 live chat support provides direct assistance whenever needed.&lt;/p&gt;\n&lt;p&gt;Note: Server labeling for specific Netflix libraries isn&#039;t a primary interface feature.&lt;/p&gt;\n&lt;p&gt;Our top value pick for Netflix balances affordability with strong worldwide access and device coverage.&lt;/p&gt;\n&lt;p&gt;Every subscription includes a risk-free 30-day refund policy for confident testing.&lt;/p&gt;\n&lt;p&gt;Discover comprehensive analysis in our dedicated Surfshark evaluation.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e23ad78b51413ef4bd414EI12XYi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e23ad78b51413ef4bd414EI12XYi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Boasting over ten years of proven reliability, Total VPN stands out for seamless global streaming.&lt;/p&gt;\n&lt;p&gt;It effortlessly unlocks popular platforms like Netflix, Amazon Prime Video, Hulu, and BBC iplayer.&lt;/p&gt;\n&lt;p&gt;Covering servers across more than 80 nations ensures broad regional library access.&lt;/p&gt;\n&lt;p&gt;New users appreciate its exceptionally simple apps and responsive 24/7 customer assistance.&lt;/p&gt;\n&lt;p&gt;Allowing five simultaneous connections enhances flexibility for multiple devices.&lt;/p&gt;\n&lt;p&gt;This combination makes it a top-tier choice for secure, hassle-free entertainment access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; height=&quot;623&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For seamless 4K Netflix streaming, a minimum 15 Mbps is essential&mdash;a benchmark surprisingly missed by many VPNs.&lt;/p&gt;\n&lt;p&gt;Total VPN excels here, delivering impressive speeds averaging 40.44 Mbps in rigorous tests across global servers.&lt;/p&gt;\n&lt;p&gt;Even distant connections maintained sufficient pace for HD streaming, torrenting, or competitive gaming without lag.&lt;/p&gt;\n\n&lt;p&gt;Privacy remains paramount with military-grade encryption, DNS/IPv6 leak protection, and a verified no-logs policy.&lt;/p&gt;\n&lt;p&gt;Critical features like automatic kill switches and stealth protocols mask VPN usage effectively from detection systems.&lt;/p&gt;\n&lt;p&gt;Split tunneling allows selective encryption, useful for banking apps alongside streaming sessions.&lt;/p&gt;\n\n&lt;p&gt;Platform compatibility covers Windows, macOS, Android, and iOS devices for broad accessibility.&lt;/p&gt;\n&lt;p&gt;While ideal for Netflix, Disney+, and Prime Video, it struggles with securing multiple simultaneous connections.&lt;/p&gt;\n\n&lt;p&gt;Choose this VPN if you prioritize:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBudget-friendly streaming-optimized performance\n&lt;/li&gt;\n&lt;li&gt;\nBeginner-friendly apps with 24/7 support\n&lt;/li&gt;\n&lt;li&gt;\nAudited privacy with a 30-day refund guarantee\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;Explore our detailed Total VPN analysis before subscribing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; height=&quot;180&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN may offer a generous free tier, but streaming enthusiasts will need to opt for a premium subscription to unlock its full potential. The paid plans deliver impressive benefits for Netflix lovers, including unrestricted access to their extensive global network spanning over 15,000 servers across more than 120 countries.&lt;/p&gt;\n&lt;p&gt;During our testing, we successfully accessed Netflix libraries from multiple regions including the United States, United Kingdom, Canada, Japan, and France&mdash;giving subscribers a truly global entertainment experience. This versatility ensures you&#039;ll always have fresh content options regardless of your location.&lt;/p&gt;\n&lt;p&gt;Premium subscribers also enjoy unlimited speeds and can protect up to 10 devices simultaneously, making it an excellent choice for households with multiple users. Another significant advantage is direct access to customer support representatives when technical issues arise.&lt;/p&gt;\n&lt;p&gt;While the free version has its merits for basic privacy needs, those looking to enhance their streaming experience will find the upgrade well worth the investment.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Delve into the streamlined functionality beneath its sleek interface.&lt;/p&gt;\n&lt;p&gt;Connecting requires minimal effort:&lt;/p&gt;\n&lt;p&gt;select your preferred server location via the sidebar directory or interactive map,&lt;/p&gt;\n&lt;p&gt;then initiate with a single click.&lt;/p&gt;\n&lt;p&gt;Prefer a clutter-free view?&lt;/p&gt;\n&lt;p&gt;Collapse the map instantly using the arrow toggle positioned top-left.&lt;/p&gt;\n&lt;p&gt;Navigate to the settings panel&lt;/p&gt;\n&lt;p&gt;split across three intuitive tabs.&lt;/p&gt;\n&lt;p&gt;Activate most features with binary toggle switches&mdash;&lt;/p&gt;\n&lt;p&gt;no complex configurations needed.&lt;/p&gt;\n&lt;p&gt;For instant clarification on any setting,&lt;/p&gt;\n&lt;p&gt;hover over the adjacent circular &quot;i&quot; icon&lt;/p&gt;\n&lt;p&gt;to reveal contextual explanations.&lt;/p&gt;\n&lt;p&gt;While sporting a forward-thinking aesthetic,&lt;/p&gt;\n&lt;p&gt;its operational core remains refreshingly familiar and efficient.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; height=&quot;503&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN delivers remarkable streaming capabilities, especially for accessing Netflix libraries globally including the US version.&lt;/p&gt;\n&lt;p&gt;Its robust infrastructure maintains consistent speeds averaging 40 Mbps, easily supporting multiple 4K streams without buffering interruptions.&lt;/p&gt;\n&lt;p&gt;Privacy remains paramount with military-grade encryption, independently audited no-logs policy, and automatic safeguards like DNS leak prevention.&lt;/p&gt;\n&lt;p&gt;Advanced features include Stealth mode to bypass VPN restrictions and Secure Core servers housed in maximum-security facilities for enhanced anonymity.&lt;/p&gt;\n&lt;p&gt;Pricing starts competitively near $10 monthly, with nearly 50% discounts on annual subscriptions. Proton Unlimited bundles add encrypted email and password management for a few extra dollars.&lt;/p&gt;\n&lt;p&gt;Compatible across iOS, Android, Windows, macOS, and Linux. Supports 10 simultaneous connections, with router configurations available for expanded coverage.&lt;/p&gt;\n&lt;p&gt;Ideal for:&lt;/p&gt;\n&lt;p&gt;Privacy-focused streamers wanting reliable Netflix access worldwide&lt;/p&gt;\n&lt;p&gt;Tech-savvy users valuing customization and torrenting security&lt;/p&gt;\n&lt;p&gt;Less suitable for:&lt;/p&gt;\n&lt;p&gt;VPN beginners seeking minimalist interfaces&lt;/p&gt;\n&lt;p&gt;Users in regions with extreme internet censorship&lt;/p&gt;\n&lt;p&gt;Includes 30-day refund assurance for risk-free testing.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025ExpressVPN consistently bypasses geo-restrictions for numerous Netflix libraries globally&lt;/p&gt;\n&lt;p&gt;including access to over 15 distinct regional catalogs verified through recent testing&lt;/p&gt;\n&lt;p&gt;Its infrastructure spans an impressive network across 105 countries worldwide&lt;/p&gt;\n&lt;p&gt;delivering reliable streaming without requiring special servers or stealth settings&lt;/p&gt;\n&lt;p&gt;Compatibility extends beyond Netflix to major platforms like Hulu, Prime Video, and Disney+&lt;/p&gt;\n&lt;p&gt;Notably effective in circumventing censorship in highly restrictive regions&lt;/p&gt;\n&lt;p&gt;such as China and the UAE, maintaining consistent connection performance&lt;/p&gt;\n&lt;p&gt;The service prioritizes seamless functionality across all streaming applications&lt;/p&gt;\n&lt;p&gt;eliminating the need for complex configurations or server hunting&lt;/p&gt;\n&lt;p&gt;Proven accessibility makes it a top choice for international content enthusiasts&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;From the moment you launch this service, you&#039;ll immediately notice its intuitive design and smooth functionality. The main screen is streamlined to prioritize quick and easy connection setup, featuring a server list that is divided into two distinct sections: one with servers organized alphabetically and another highlighting popular locations such as the United States and the United Kingdom. Navigating through the settings menu is straightforward, as it is divided into several clear categories, allowing you to find options effortlessly. However, one area that could benefit from simplification is the additional menu sections labeled &ldquo;shortcuts,&rdquo; &ldquo;browsers,&rdquo; and &ldquo;other,&rdquo; which currently add little value and could be removed to enhance overall user experience without any issues.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; height=&quot;383&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating the Netflix Streaming World: Top VPN Solutions for 2025&lt;/p&gt;\n&lt;p&gt;When it comes to accessing global Netflix content libraries, having a reliable VPN is essential. Security should never be compromised while streaming your favorite shows, and that&#039;s where premium services shine.&lt;/p&gt;\n&lt;p&gt;Leading the Pack: Comprehensive Protection&lt;/p&gt;\n&lt;p&gt;One standout option has repeatedly demonstrated its commitment to user privacy through verified no-logs policies. With military-grade encryption standards and comprehensive leak protection covering DNS, IPv6, and WebRTC vulnerabilities, your streaming activities remain completely private. The automatic kill switch feature provides an additional layer of security by instantly cutting your internet connection if the VPN drops unexpectedly.&lt;/p&gt;\n&lt;p&gt;Innovation is key in this competitive market, with proprietary protocols designed specifically for seamless transitions between Wi-Fi and mobile networks. Recent security enhancements include integrated threat management systems that block malicious content, intrusive advertisements, and tracking attempts before they reach your device.&lt;/p&gt;\n&lt;p&gt;Performance Metrics That Matter&lt;/p&gt;\n&lt;p&gt;Speed testing across global server locations reveals impressive consistency, with average connections maintaining approximately 40 Mbps on standard home internet. While slight variations exist between regions, proximity isn&#039;t always the determining factor - some Asian servers outperform closer alternatives. As expected, North American and European connection points deliver peak performance, reaching 42+ Mbps in optimal conditions.&lt;/p&gt;\n&lt;p&gt;Flexible Pricing Options&lt;/p&gt;\n&lt;p&gt;Addressing previous concerns about cost accessibility, tiered subscription models now provide options for various budgets and needs:&lt;/p&gt;\n&lt;p&gt;&bull; Entry-level protection starts at $3.49 monthly&lt;/p&gt;\n&lt;p&gt;&bull; Mid-tier service with enhanced features at $4.49&lt;/p&gt;\n&lt;p&gt;&bull; Premium offering with complete feature set at $7.49&lt;/p&gt;\n&lt;p&gt;While these rates exceed some competitors, they reflect the quality and reliability provided. Budget-conscious users can explore the new zero-cost option, though streaming capabilities are limited with this free tier.&lt;/p&gt;\n&lt;p&gt;Unique Ecosystem Advantages&lt;/p&gt;\n&lt;p&gt;Router-level implementation sets this service apart, offering whole-home protection through dedicated firmware. Alternatively, dedicated applications support all major platforms including Windows, macOS, Linux, iOS, and Android. Comprehensive troubleshooting resources address common streaming access issues.&lt;/p&gt;\n&lt;p&gt;Ideal User Profiles&lt;/p&gt;\n&lt;p&gt;This solution excels for:&lt;/p&gt;\n&lt;p&gt;&bull; Users seeking simplicity and reliability&lt;/p&gt;\n&lt;p&gt;&bull; Those prioritizing both streaming access and privacy&lt;/p&gt;\n&lt;p&gt;&bull; Home network administrators considering router-level VPN deployment&lt;/p&gt;\n&lt;p&gt;&bull; Customers valuing responsive 24/7 support&lt;/p&gt;\n&lt;p&gt;However, it may not suit:&lt;/p&gt;\n&lt;p&gt;&bull; Power users requiring granular configuration options&lt;/p&gt;\n&lt;p&gt;&bull; Extremely budget-conscious consumers&lt;/p&gt;\n&lt;p&gt;With a month-long money-back guarantee and proven compatibility with Netflix, BBC iPlayer, Hulu and more, this represents a compelling option for global streaming enthusiasts in 2025.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025IPVanish delivers impressive Netflix unblocking capabilities,&lt;/p&gt;\n&lt;p&gt;securely unlocking numerous Netflix libraries without a hitch.&lt;/p&gt;\n&lt;p&gt;Recent infrastructure upgrades have significantly boosted its performance,&lt;/p&gt;\n&lt;p&gt;now excelling at streaming across all major platforms.&lt;/p&gt;\n&lt;p&gt;A major network expansion added over 50 new locations,&lt;/p&gt;\n&lt;p&gt;boosting its presence to around 3,200 servers globally,&lt;/p&gt;\n&lt;p&gt;spread across more than 110 countries.&lt;/p&gt;\n&lt;p&gt;Standout value comes from its policy on connections,&lt;/p&gt;\n&lt;p&gt;permitting unlimited simultaneous device connections.&lt;/p&gt;\n&lt;p&gt;This makes it a top-tier choice for households&lt;/p&gt;\n&lt;p&gt;and users managing multiple internet-enabled gadgets.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; height=&quot;321&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;IPVanish greets Netflix streamers with remarkable clarity.&lt;/p&gt;\n&lt;p&gt;Its intuitive layout centers on a geographical map&lt;/p&gt;\n&lt;p&gt;for swift location picking&mdash;ideal for bypassing regional blocks.&lt;/p&gt;\n&lt;p&gt;Connect with one tap while monitoring session duration nearby.&lt;/p&gt;\n&lt;p&gt;Server navigation feels effortless:&lt;/p&gt;\n&lt;p&gt;searchable and alphabetically arranged destinations&lt;/p&gt;\n&lt;p&gt;display real-time usage metrics to avoid congestion.&lt;/p&gt;\n&lt;p&gt;Although feature-rich rivals exist,&lt;/p&gt;\n&lt;p&gt;settings stay accessible through five neatly categorized tabs.&lt;/p&gt;\n&lt;p&gt;Everything remains instantly discoverable&lt;/p&gt;\n&lt;p&gt;without overwhelming newcomers.&lt;/p&gt;\n&lt;p&gt;The kill switch sits prominently&lt;/p&gt;\n&lt;p&gt;alongside core functions&mdash;&lt;/p&gt;\n&lt;p&gt;no digging required for essential safeguards.&lt;/p&gt;\n&lt;p&gt;While advanced tools might appear sparse,&lt;/p&gt;\n&lt;p&gt;this VPN prioritizes frictionless streaming access above all.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e28379a97d510ae6f04cwtiZYxRt07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e28379a97d510ae6f04cwtiZYxRt07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Netflix Access&lt;/h3&gt;\n&lt;p&gt;For smooth Netflix viewing in 2025, this VPN ensures blazing-fast speeds, consistently hitting over 37 Mbps in our tests&mdash;perfect for 4K streams without lag.&lt;/p&gt;\n&lt;p&gt;Security features include military-grade encryption, a reliable kill switch, and automatic ad-blocking through threat protection for worry-free browsing.&lt;/p&gt;\n&lt;p&gt;You can even set apps to bypass the VPN for flexibility, though port-forwarding isn&#039;t supported.&lt;/p&gt;\n&lt;p&gt;A unique benefit is its ability to rotate your IP address automatically, eliminating manual reconnects.&lt;/p&gt;\n&lt;p&gt;Pricing starts affordably, with monthly options ideal for short-term users, and bigger savings on longer plans&mdash;watch for regular sales.&lt;/p&gt;\n&lt;p&gt;The advanced package adds 1TB of secure cloud storage and a sandboxed browser for enhanced privacy.&lt;/p&gt;\n&lt;p&gt;No-logs policies and leak protection are independently audited, keeping your data safe.&lt;/p&gt;\n&lt;p&gt;Overall, it&#039;s a top pick for unblocking US Netflix with robust performance and value.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; height=&quot;683&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For smooth Netflix streaming security during travel, IPVanish offers robust privacy features, though HD and 4K performance can dip, occasionally triggering captchas. Its affordability stands out&mdash;the premium tier adds minimal monthly cost versus standard plans.&lt;/p&gt;\n&lt;p&gt;Device compatibility is broad: native apps for iOS, macOS, Windows, and Android, plus manual setup options for routers and numerous Linux distributions. Netflix connectivity issues? We&#039;ve detailed solutions.&lt;/p&gt;\n&lt;p&gt;Consider IPVanish ideal if you seek:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nUnlimited connections backed by a verified no-logs policy\n&lt;/li&gt;\n&lt;li&gt;\nEmphasis on speed and streaming access\n&lt;/li&gt;\n&lt;li&gt;\nNetflix compatibility for beginners\n&lt;/li&gt;\n&lt;li&gt;\nFlexible, budget-conscious subscriptions without long contracts\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Alternative VPNs may suit you better if requiring:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPort forwarding support\n&lt;/li&gt;\n&lt;li&gt;\nCryptocurrency payment methods\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Despite occasional quality drops, its blend of speed, privacy tools, and Netflix unblocking makes it a solid vacation companion. All plans include a 30-day refund window. Explore our comprehensive IPVanish analysis for deeper insights.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Works with Netflix  Tested Nov 2025PureVPN stands out as an affordable yet robust VPN service, boasting a network of over 6,000 servers spread across more than 65 countries worldwide. Its extensive coverage ensures reliable access to a variety of streaming platforms that often impose geo-restrictions. During testing, users can effortlessly unlock content from Netflix&#039;s libraries in the UK, US, Canada, Germany, France, and Japan, along with secure streaming on services like BBC iPlayer and Hulu. &lt;/p&gt;\n&lt;p&gt;While connecting, it might require trying multiple servers to find one that works seamlessly, but once identified, users can save their preferred options for quicker future connections. The service allows protection for up to 10 devices simultaneously, making it a versatile choice for families or multiple gadgets. Additionally, dedicated customer support is available to assist with any setup or connection issues, ensuring a smooth streaming experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; height=&quot;338&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking for a seamless Netflix streaming experience? When you launch the app, you&#039;ll be greeted by a prominent power button in the center of the screen. A single tap connects you instantly to the optimal server for speed and performance.&lt;/p&gt;\n&lt;p&gt;For those who need to access region-specific content, the server location menu is conveniently positioned on the left side panel. Simply select this tab to view all available connection options.&lt;/p&gt;\n&lt;p&gt;Above the server list, you&#039;ll find a specially curated selection of purpose-built servers. While labeled as &quot;shortcuts,&quot; these are actually specialized servers configured for specific tasks rather than simple website links.&lt;/p&gt;\n&lt;p&gt;The intuitive settings interface features helpful descriptions for each option, eliminating any guesswork about functionality. Customizing your security preferences couldn&#039;t be easier - just toggle switches on or off according to your needs, allowing for a personalized protection profile with minimal effort.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; height=&quot;414&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PureVPN stands out as a premier choice for unlocking global Netflix libraries in 2025.&lt;/p&gt;\n&lt;p&gt;Its robust security framework employs industry-leading encryption and undergoes regular professional audits.&lt;/p&gt;\n&lt;p&gt;Our tests confirmed flawless leak protection against IPv6, DNS, and WebRTC vulnerabilities,&lt;/p&gt;\n&lt;p&gt;while the kill switch activates reliably during unexpected disconnections.&lt;/p&gt;\n&lt;p&gt;Streaming performance impressed with consistent 40+ Mbps speeds across servers,&lt;/p&gt;\n&lt;p&gt;including distant locations like Hong Kong, ensuring buffer-free viewing.&lt;/p&gt;\n&lt;p&gt;Platform support is extensive, featuring dedicated apps for iOS, Android, Windows, macOS,&lt;/p&gt;\n&lt;p&gt;and a rare graphical interface for Linux alongside router compatibility.&lt;/p&gt;\n&lt;p&gt;Financially, it shines with an exceptional five-year subscription slashing costs to just over $2 monthly.&lt;/p&gt;\n&lt;p&gt;While requiring upfront payment, this offers massive savings exceeding 80%.&lt;/p&gt;\n&lt;p&gt;Flexible shorter-term plans exist, plus optional Plus/Max tiers adding password managers&lt;/p&gt;\n&lt;p&gt;and file encryption tools for enhanced privacy.&lt;/p&gt;\n&lt;p&gt;Consider PureVPN if you prioritize:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSeamless Netflix streaming across diverse regions\n&lt;/li&gt;\n&lt;li&gt;\nTop-tier security with verified no-logs policy\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds for 4K content\n&lt;/li&gt;\n&lt;li&gt;\nExtra-long budget-friendly subscriptions\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, note limitations:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nLacks native ad-blocking capabilities\n&lt;/li&gt;\n&lt;li&gt;\nPort-forwarding requires higher-tier plans\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Its 31-day refund policy allows risk-free testing.&lt;/p&gt;\n&lt;p&gt;Overall, PureVPN excels as a versatile, high-speed solution for entertainment and security.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025Navigating the world of streaming services can be challenging when traveling or living abroad. For those seeking reliable access to Netflix content from various regions, specialized VPN services offer an effective solution.&lt;/p&gt;\n&lt;p&gt;One standout option features an extensive global network spanning over 100 countries, with purpose-built servers designed specifically for streaming platforms. What makes this service particularly valuable for Netflix enthusiasts is its dedicated servers optimized for accessing approximately twelve different regional Netflix libraries.&lt;/p&gt;\n&lt;p&gt;If you&#039;re trying to access a specific country&#039;s Netflix catalog that isn&#039;t listed in the dedicated streaming server section, don&#039;t worry - the standard servers often provide equally effective access to regional content.&lt;/p&gt;\n&lt;p&gt;While the service limits connections to seven devices simultaneously (slightly fewer than some competitors), this allocation remains sufficient for typical household needs, allowing family members to enjoy protected streaming on multiple devices concurrently.&lt;/p&gt;\n&lt;p&gt;The user-friendly interface eliminates complications typically associated with VPN usage, making it an excellent choice for those who prioritize simplicity alongside reliable performance for secure Netflix streaming experiences worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;VPN interfaces excel in accessibility for newcomers.&lt;/p&gt;\n&lt;p&gt;Connecting takes mere moments: pick a server category,&lt;/p&gt;\n&lt;p&gt;select your desired location, and activate the connection.&lt;/p&gt;\n&lt;p&gt;For instant secure browsing, the smart connection button&lt;/p&gt;\n&lt;p&gt;automatically finds the optimal server for you.&lt;/p&gt;\n&lt;p&gt;While settings remain easy to adjust,&lt;/p&gt;\n&lt;p&gt;their distribution across multiple menus introduces&lt;/p&gt;\n&lt;p&gt;a slight organizational hurdle.&lt;/p&gt;\n&lt;p&gt;This minor inconvenience hardly detracts&lt;/p&gt;\n&lt;p&gt;from the overall smooth experience&lt;/p&gt;\n&lt;p&gt;and will likely be resolved in upcoming versions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; height=&quot;416&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Ensuring Your Streaming Privacy: A Comprehensive Look at Security Features&lt;/p&gt;\n&lt;p&gt;When exploring VPN options for streaming services, security should never be compromised for convenience. The best providers maintain a perfect balance between user-friendly interfaces and robust protection mechanisms.&lt;/p&gt;\n&lt;p&gt;Behind the straightforward design of this service lies an impressive security infrastructure. Users benefit from military-grade encryption alongside essential safeguards like an automatic kill switch that prevents data exposure if your connection drops unexpectedly. The built-in tracker-blocking feature adds another layer of privacy by preventing third parties from monitoring your online activities.&lt;/p&gt;\n&lt;p&gt;Our technical team conducted thorough testing to verify the absence of IPv6, DNS, and WebRTC leaks &ndash; all potential vulnerabilities that could compromise your identity. The provider&#039;s strict zero-logs policy has been independently verified, meaning your browsing history remains truly private.&lt;/p&gt;\n&lt;p&gt;For users in regions with restrictive networks, the random port connection feature offers a potential workaround, though it may not be effective in highly regulated environments such as China. The ability to automatically launch specific applications upon VPN connection adds convenience for regular streaming sessions.&lt;/p&gt;\n&lt;p&gt;Performance Metrics Across Global Servers&lt;/p&gt;\n&lt;p&gt;While once leading the industry in speed, this provider now sits comfortably among the top contenders rather than dominating the field. Connection speeds remain consistently reliable for everyday use, though some performance reduction occurs when connecting to distant servers.&lt;/p&gt;\n&lt;p&gt;Our testing across five international locations yielded an average speed of 38.99 Mbps &ndash; comfortably exceeding the requirements for high-definition streaming, online gaming, video conferencing, and file sharing. Even the slowest tested servers maintained speeds above 35 Mbps, ensuring buffer-free entertainment regardless of your chosen virtual location.&lt;/p&gt;\n&lt;p&gt;Subscription Options and Value Considerations&lt;/p&gt;\n&lt;p&gt;The pricing structure follows industry standards with a premium monthly rate of approximately $13 for maximum flexibility. More economical options include a semi-annual plan at around $7 per month (billed upfront) and a long-term two-year subscription.&lt;/p&gt;\n&lt;p&gt;The current promotional offer includes four bonus months with the two-year plan, bringing the effective monthly cost down to just over $2 &ndash; representing significant savings for those willing to commit. While there aren&#039;t tiered subscription levels, users can enhance their service with add-ons like a dedicated IP address ($2.50 monthly) or Windows-compatible antivirus protection ($1 monthly).&lt;/p&gt;\n&lt;p&gt;Cross-Platform Compatibility and Support&lt;/p&gt;\n&lt;p&gt;The service provides native applications for all major operating systems including Android, iOS, Windows, Mac, and Linux. Router compatibility extends protection to your entire home network, with detailed installation guides available for various models.&lt;/p&gt;\n&lt;p&gt;Customer support operates around the clock, providing assistance whenever technical issues arise. Alternatively, comprehensive troubleshooting resources are accessible through the provider&#039;s knowledge base.&lt;/p&gt;\n&lt;p&gt;Ideal User Profiles&lt;/p&gt;\n&lt;p&gt;This VPN represents an excellent choice if you prioritize:&lt;/p&gt;\n&lt;p&gt;&bull; Platform-specific streaming optimization&lt;/p&gt;\n&lt;p&gt;&bull; Strong privacy without sacrificing performance&lt;/p&gt;\n&lt;p&gt;&bull; User-friendly interface with accessible support&lt;/p&gt;\n&lt;p&gt;&bull; Extensive global server coverage&lt;/p&gt;\n&lt;p&gt;However, you might want to look elsewhere if:&lt;/p&gt;\n&lt;p&gt;&bull; You need to protect a large number of devices simultaneously&lt;/p&gt;\n&lt;p&gt;&bull; You require advanced customization options typically favored by technical users&lt;/p&gt;\n&lt;p&gt;The service delivers consistent access to various Netflix regional libraries through an intuitive interface, backed by a generous 45-day refund policy that allows ample time to evaluate its performance.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025While PrivateVPN offers a more limited server network, with approximately 200 servers distributed across over 60 countries, each server is uniquely owned and managed by the provider. This direct control ensures that user data remains private, as no third-party entities have access to the traffic. Despite the smaller size of its network, PrivateVPN remains highly effective for streaming. It reliably unblocks multiple streaming services, including various Netflix libraries, Prime Video, and other popular platforms. Additionally, with support for up to 10 simultaneous connections, families can enjoy seamless access to their favorite content across multiple devices at the same time.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; height=&quot;310&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The software interfaces offer a distinctive dual-view approach. Initially, users encounter a minimalist layout featuring only regional selection options and a simple one-touch connection button. While this streamlined interface suffices for casual internet usage, most users will benefit from switching to the comprehensive view. This expanded interface provides complete access to configuration options and performance statistics.&lt;/p&gt;\n&lt;p&gt;The settings are conveniently consolidated on a single screen, though specialized security features such as connection termination protection and privacy mode are organized under dedicated sections. Beginners will particularly value the integrated customer support chat function within the application itself, eliminating the frustration of having to separately navigate to the website and locate support channels manually.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e2c3868e1eaa0b9021b74MzfhCfK07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e2c3868e1eaa0b9021b74MzfhCfK07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unlocking Global Streaming: Top VPN Solutions for Netflix in 2025&lt;/p&gt;\n&lt;p&gt;Privacy-First Streaming with PrivateVPN&lt;/p&gt;\n&lt;p&gt;PrivateVPN focuses primarily on maintaining your digital anonymity while browsing. Using military-grade encryption and featuring a customizable kill switch, this service ensures your activities remain private. Though its no-logs policy hasn&#039;t undergone independent verification yet, additional features like stealth mode help users bypass even the strictest censorship regimes.&lt;/p&gt;\n&lt;p&gt;Performance-wise, PrivateVPN delivers consistent speeds across global servers, averaging around 38 Mbps. While not the fastest option available, its stability across different locations makes it reliable for streaming purposes. The minimal variation between distant servers suggests well-optimized infrastructure.&lt;/p&gt;\n&lt;p&gt;For budget-conscious streamers, PrivateVPN offers competitive pricing starting at approximately $10 monthly, with significant discounts for longer commitments. The three-year plan brings costs down to just $2 per month when paid upfront. All users receive identical features regardless of subscription tier.&lt;/p&gt;\n&lt;p&gt;Compatible with major platforms including Windows, macOS, iOS, and Android, PrivateVPN also supports router configurations and Linux distributions through manual setup. The service successfully unblocks numerous Netflix libraries and permits connections on up to 10 devices simultaneously.&lt;/p&gt;\n&lt;p&gt;Consider PrivateVPN if you prioritize privacy and censorship circumvention over raw speed, or if you&#039;re seeking an affordable solution for accessing global content.&lt;/p&gt;\n&lt;p&gt;Simple Netflix Region-Switching Guide&lt;/p&gt;\n&lt;p&gt;Accessing your home Netflix library while traveling is straightforward with a quality VPN:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSubscribe to a reliable Netflix-compatible VPN service\n&lt;/li&gt;\n&lt;li&gt;\nInstall the VPN application on your device\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix first before connecting to your VPN\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server in your desired country\n&lt;/li&gt;\n&lt;li&gt;\nRefresh Netflix to load region-specific content\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;If you encounter the proxy detection error, try these troubleshooting steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDisconnect from your VPN temporarily\n&lt;/li&gt;\n&lt;li&gt;\nVerify your system time settings are correct\n&lt;/li&gt;\n&lt;li&gt;\nDisable location services on mobile devices\n&lt;/li&gt;\n&lt;li&gt;\nTry connecting to different servers in the same region\n&lt;/li&gt;\n&lt;li&gt;\nClear browser cookies and cache or app data\n&lt;/li&gt;\n&lt;li&gt;\nLog into Netflix before activating your VPN\n&lt;/li&gt;\n&lt;li&gt;\nEnable stealth mode or obfuscation features if available\n&lt;/li&gt;\n&lt;li&gt;\nContact customer support for server recommendations\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Recent VPN Innovation Highlights&lt;/p&gt;\n&lt;p&gt;The VPN industry continues evolving with significant developments throughout 2025:&lt;/p&gt;\n&lt;p&gt;NordVPN introduced NordWhisper protocol for improved access in restrictive regions, while expanding Threat Protection Pro compatibility. Their Linux experience was enhanced with a new graphical interface and open-source support. Additional improvements include timezone spoofing and upgraded scam call detection.&lt;/p&gt;\n&lt;p&gt;Surfshark deployed their Nexus platform with software-defined networking technology, added new dedicated IP locations, and expanded their global server network to over 4,500 locations. They also launched a content filtering tool for family protection.&lt;/p&gt;\n&lt;p&gt;TotalVPN strengthened their service with Apple TV support, an &quot;always on&quot; kill switch for Android, and automated connection features for Apple devices.&lt;/p&gt;\n&lt;p&gt;ProtonVPN developed an Apple TV application, introduced guest mode for Android users, enhanced NetShield with anti-phishing capabilities, and expanded streaming platform support to approximately 100 services.&lt;/p&gt;\n&lt;p&gt;ExpressVPN streamlined their account management, redesigned their iPad interface, and introduced tiered subscription options ranging from Basic ($3.49) to Pro ($7.49). They also launched EventVPN as a free alternative.&lt;/p&gt;\n&lt;p&gt;IPVanish expanded device compatibility to include Apple TV, Google TV, and Vision Pro, while adding QR code security scanning for proactive protection.&lt;/p&gt;\n&lt;p&gt;Our Evaluation Methodology&lt;/p&gt;\n&lt;p&gt;With countless VPN options available, our experts apply strict criteria developed over a decade of testing to identify truly Netflix-compatible services. We prioritize providers that consistently bypass Netflix&#039;s VPN detection while maintaining privacy and performance standards suitable for streaming.When considering a VPN for Netflix, most providers focus on unlocking the US library, but this approach overlooks the diversity of content available in other regions. Many popular titles are exclusive to countries like Japan, the UK, France, Canada, or Australia. Therefore, a reliable VPN should be capable of bypassing regional restrictions across multiple catalogs. We rigorously test each service to verify if it can seamlessly switch Netflix regions and access these international libraries. An added feature we check is the availability of Smart DNS, which enables browsing regional Netflix content on devices that don&rsquo;t support full VPN apps, such as gaming consoles or smart TVs.&lt;/p&gt;\n&lt;p&gt;In our assessments, NordVPN stands out as the top choice. It consistently accessed various international Netflix libraries and maintained the ability to reach the US catalog from all its servers. Surfshark followed closely, with PrivateVPN securing third place. The ability to access multiple libraries significantly enhances the streaming experience, making these providers more versatile for users seeking diverse content.&lt;/p&gt;\n&lt;p&gt;Netflix recommends a minimum internet speed of 15 Mbps for smooth 4K streaming. Despite technological improvements, many VPNs struggle to deliver this, resulting in buffering, long load times, and reduced video quality. This is a common issue that can spoil the viewing experience, especially during high-definition streams.&lt;/p&gt;\n&lt;p&gt;To provide accurate performance insights, we conduct speed tests using both high-performance dedicated servers and real-world home broadband connections. While the former shows the maximum potential of each VPN, the latter offers a realistic view of everyday usage. We average results across multiple locations and normalize these scores to generate a comprehensive rating out of 10 for each service.&lt;/p&gt;\n&lt;p&gt;NordVPN again leads our speed rankings, demonstrating superior performance across tested regions like Brazil, Hong Kong, and the UK, with very consistent results. Surfshark and TotalVPN follow in second and third positions, respectively. PrivateVPN, with a score of 4.3 out of 10, ranks lower, though it&rsquo;s still capable of streaming 4K content. It&rsquo;s important to note that these scores are relative; even the slower VPNs are generally fast enough for multiple simultaneous 4K streams.&lt;/p&gt;\n&lt;p&gt;Security remains a core concern when choosing a VPN. While most providers claim to be highly secure, detailed transparency about their encryption standards, privacy policies, and security features varies. To assess their true security posture, we examine 15 key factors&mdash;ranging from encryption protocols to logging policies&mdash;to determine how well each VPN protects user activity and ensures online anonymity.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ffe5725a1adf7e634fLqBEzyMR07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ffe5725a1adf7e634fLqBEzyMR07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Our evaluation framework emphasizes both robust protection and effortless streaming access.&lt;/p&gt;\n&lt;p&gt;Security benchmarks carry significant weight in our assessment, with encryption strength and protocol reliability being paramount.&lt;/p&gt;\n&lt;p&gt;Leading contenders NordVPN and Surfshark achieved identical top marks (9.5/10),&lt;/p&gt;\n&lt;p&gt;delivering military-grade encryption alongside comprehensive leak protection across all platforms.&lt;/p&gt;\n&lt;p&gt;PrivateVPN secured a respectable 8.6/10,&lt;/p&gt;\n&lt;p&gt;though implementing consistent kill switches and enhanced tracker blocking would elevate its standing considerably.&lt;/p&gt;\n&lt;p&gt;User experience is equally critical for uninterrupted Netflix viewing.&lt;/p&gt;\n&lt;p&gt;We prioritize services offering dedicated streaming servers,&lt;/p&gt;\n&lt;p&gt;simultaneous multi-device protection,&lt;/p&gt;\n&lt;p&gt;and exceptionally intuitive interfaces across operating systems.&lt;/p&gt;\n&lt;p&gt;Seamless functionality ensures viewers enjoy their content without technical friction.&lt;/p&gt;\n&lt;p&gt;Our scoring model carefully balances these security and usability metrics,&lt;/p&gt;\n&lt;p&gt;applying normalization for precise, side-by-side provider comparisons.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ff141370a2bd9781dfsHKN9dxs07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ff141370a2bd9781dfsHKN9dxs07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Choosing the right VPN unlocks global Netflix libraries, but ease of use is paramount. Forget cumbersome apps or hidden cancellation hurdles; our top contenders scored 8/10 or higher for user-friendliness, with most exceeding 9.0.&lt;/p&gt;\n&lt;p&gt;NordVPN and ProtonVPN lead the pack, both earning stellar 9.6 ratings for intuitive interfaces and seamless streaming performance. Total VPN followed closely at 9.4, praised for its beginner-focused design and reliable access even on less popular servers.&lt;/p&gt;\n&lt;p&gt;Don&#039;t equate high prices with quality; expensive brands often rely on reputation over substance. We rigorously assess pricing structures, discount availability, and crucially, a mandatory 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;Total VPN emerged as the most cost-effective choice, offering competitive pricing bundled with antivirus software. Surfshark secured second place thanks to unlimited connections and responsive 24/7 live chat support.&lt;/p&gt;\n&lt;p&gt;Concerned about Netflix blocking VPNs? Actual account bans are incredibly rare. The platform may block specific IP addresses associated with proxies, but simply switching servers usually solves this instantly.&lt;/p&gt;\n&lt;p&gt;While VPNs (encrypted proxy services with user interfaces) are the gold standard, alternatives like Smart DNS exist, though less reliable for consistent Netflix access.&lt;/p&gt;\n&lt;p&gt;Free VPNs are generally unsuitable. Few reliably bypass Netflix geo-blocks, and those that do impose severe data caps or bandwidth throttling, ruining your binge-watch. Worse, many free services compromise security, potentially harvesting your data or exposing you to malware. Paid options with money-back guarantees are the safe, effective route.&lt;/p&gt;\n&lt;p&gt;Encountering a &quot;proxy detected&quot; error? This usually means Netflix identified your IP as belonging to a public proxy server. Ensure your VPN is routing all traffic correctly. Alternatively, unusual traffic patterns might trigger the alert, often linked to accessing geo-restricted content. Disconnecting the VPN and restarting your browser typically resolves this.&lt;/p&gt;\n&lt;p&gt;Using a VPN itself is legal. Accessing libraries outside your region, however, violates Netflix&#039;s Terms of Service. While Netflix actively blocks known VPN IPs, it hasn&#039;t pursued penalties against users attempting access via VPNs.&lt;/p&gt;\n&lt;p&gt;We advocate VPNs for legitimate purposes only: enhancing security while traveling or accessing services where you have rightful permission according to &lt;em&gt;that&lt;/em&gt; service&#039;s terms. Unlawful access to copyrighted material is strictly discouraged.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt;&lt;/strong&gt; is a specialized type of virtual private network service designed primarily to bypass geographical restrictions imposed on Netflix content libraries. Its core function is to enable users to connect through servers located in other countries, thereby unlocking and accessing region-specific movies and TV shows unavailable in their own location. Essentially, it provides a gateway to the global Netflix catalog by masking the user&#039;s actual location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix using a VPN, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice to consider. Unlike other options, SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, allowing users to enjoy their favorite shows and movies without buffering or interruptions. Its lightning-fast speeds and support for multiple devices, including Windows, macOS, iOS, Android, and more, ensure that you can stay connected on all your devices simultaneously. This flexibility makes it easier to bypass restrictions even if your &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; due to outdated or ineffective VPNs.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN provides an exclusive App Mode that enables access to multiple regions at once, broadening your entertainment options across various streaming services. The platform&#039;s robust security features, powered by the proprietary ShellGuard protocol, guarantee top-level privacy while you browse and stream. Additionally, the flexible free trial plan allows users to test its powerful features risk-free. Overall, SafeShell VPN combines speed, security, and versatility, making it a reliable solution for overcoming issues like a Netflix vpn not working and unlocking a world of entertainment effortlessly.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your preferences and budget, and then click the &quot;Subscribe Now&quot; button to complete the process. This step ensures you have access to the VPN service needed to unlock regional Netflix content.&lt;/p&gt;\n&lt;p&gt;Once subscribed, download and install SafeShell VPN on your preferred device, whether it&rsquo;s Windows, macOS, iOS, or Android. Visit the SafeShell VPN website, select your device type, and download the appropriate application or software version. After installation, open the app and log in using your account credentials. For an optimal Netflix experience, select the APP mode within the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; interface to improve streaming stability and performance.&lt;/p&gt;\n&lt;p&gt;Next, choose a VPN server located in the region whose Netflix library you want to access, such as the US, UK, or Canada. Click on the available server in the list and then hit &quot;Connect&quot; to establish a secure connection. Once connected, open the Netflix app or navigate to the Netflix website, log into your account, and enjoy streaming content from the region you selected. Using SafeShell VPN in conjunction with NetFlix VPN allows seamless access to a wide range of regional Netflix content.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(337, 496, '', 'Unblock-Us Alternatives &ndash; Best VPNs for Netflix Access', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e130dfab43aacebe0fa2PDiFGKv103&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e130dfab43aacebe0fa2PDiFGKv103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Recent updates reveal that Unblock-Us is no longer operational, as it has been integrated into StrongVPN. For those seeking a trustworthy alternative to Unblock-Us, there are several options to consider.&lt;/p&gt;\n&lt;p&gt;When it comes to streaming Netflix, NordVPN stands out as a top contender. After thorough testing, it has proven to consistently bypass Netflix restrictions, providing users with reliable access across regions. Additionally, NordVPN offers impressive connection speeds and a generous 30-day refund policy, allowing users to test its services risk-free.&lt;/p&gt;\n&lt;p&gt;Many viewers are unaware that Netflix&#039;s content varies significantly between countries. This geo-restriction means viewers traveling abroad might lose access to their favorite shows. To circumvent these limitations, many turn to VPNs and smart DNS proxies to maintain seamless access to their home country&#039;s Netflix library regardless of location.&lt;/p&gt;\n&lt;p&gt;In the past, Unblock-Us was among the most favored services for streaming Netflix abroad. Unfortunately, with Netflix&#039;s global expansion, the platform began deploying firewalls to block such proxy services. Consequently, users attempting to access Netflix through DNS proxies or VPNs are often met with error messages, making it more challenging to stream content seamlessly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1328dc02a1d44124e54uS2hfhYW03&quot; height=&quot;442&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1328dc02a1d44124e54uS2hfhYW03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The landscape of bypassing regional restrictions on streaming platforms has shifted significantly in recent times. While some VPN services still manage to operate effectively, providers of smart DNS proxies have faced the brunt of recent blocking measures. Once identified and blocked by Netflix, these services often need to change their IP addresses to unblocked regions, a process that is both resource-intensive and costly. For many providers, the effort does not justify the benefit, especially considering the constant threat of further blocks.&lt;/p&gt;\n&lt;p&gt;One notable service impacted is Unblock-Us, which was popular among users seeking to access international content libraries. Similarly, StrongVPN&rsquo;s smart DNS offering, StrongDNS, is now also blocked from working with Netflix. As a result, many users are turning to VPN solutions like NordVPN, which currently offers more reliable access to Netflix&#039;s regional catalogs.&lt;/p&gt;\n&lt;p&gt;Unlike smart DNS services, VPNs like NordVPN encrypt user traffic and route it through servers in different countries, making it easier to bypass geo-restrictions securely and consistently. This method, at least for now, provides a more dependable way to enjoy Netflix&rsquo;s diverse international content.&lt;/p&gt;\n&lt;p&gt;Unblock-Us was initially designed to facilitate access to geographically restricted media and websites by redirecting DNS queries through its global proxy network. This allowed users to stream content from platforms such as Netflix, Hulu, and BBC iPlayer, as well as access blocked websites and social networks in their country. Additionally, it offered features like DNS encryption to protect user data and anonymous browsing options to enhance privacy, along with support for VoIP services like Skype and FaceTime, which were especially valuable for travelers.&lt;/p&gt;\n&lt;p&gt;However, Netflix&rsquo;s crackdown on proxy and smart DNS services was in response to misuse, where some users employed these tools to circumvent regional licensing restrictions. The streaming giant emphasized that such practices violated their terms of service, which restrict access to content based on the user&rsquo;s geographic location. The move drew criticism from some users but was viewed by Netflix as necessary to maintain content rights and platform security.&lt;/p&gt;\n&lt;p&gt;Despite the controversy, Netflix&rsquo;s measures underscore the importance of understanding the legal boundaries around content access. While technology offers various ways to bypass restrictions, users should remain aware of the legal implications involved in accessing content from outside their designated regions.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service that enables viewers to bypass geographical restrictions imposed on Netflix&#039;s content library. By masking the user&#039;s real IP address and routing their connection through a server in another country, a Netflix VPN unlocks access to shows and movies available only in that specific region. This allows subscribers to enjoy a significantly wider variety of content beyond what is offered in their local Netflix catalog.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix, you might want to consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your go-to solution. While many users face the frustrating &quot;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;&quot; error with other services, SafeShell VPN stands out with its specialized features designed specifically for streaming enthusiasts. With high-speed servers optimized for Netflix streaming, you&#039;ll enjoy buffer-free playback in high definition, regardless of which regional library you&#039;re accessing. The exclusive App Mode feature allows you to unlock content from multiple regions simultaneously, expanding your entertainment options beyond geographical limitations.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also offers remarkable versatility with support for up to five devices at once across various platforms including Windows, macOS, iOS, Android, and even Apple Vision Pro. Your online security is never compromised thanks to the proprietary &quot;ShellGuard&quot; protocol that ensures your streaming activities remain private and protected. For those hesitant to commit immediately, the flexible free trial plan provides an opportunity to experience these premium features firsthand before making a decision. When other VPN services fail to bypass Netflix&#039;s detection systems, SafeShell VPN delivers consistent performance that streaming enthusiasts can rely on.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. To begin your journey into worldwide streaming, first visit SafeShell&#039;s official website and select a subscription plan that aligns with your viewing habits and budget. After completing your purchase, download the SafeShell VPN application that&#039;s compatible with your device, whether you&#039;re using Windows, macOS, iOS, or Android.&lt;/p&gt;\n&lt;p&gt;Once installation is complete, open the SafeShell application and log into your account using your credentials. For optimal Netflix streaming performance, select the APP mode when prompted. Next, browse through SafeShell&#039;s extensive server network and choose a location that corresponds to the Netflix library you wish to access&mdash;popular choices include servers in the United States, United Kingdom, or Canada for their extensive content catalogs.&lt;/p&gt;\n&lt;p&gt;With your SafeShell Netflix VPN connection established, simply open your Netflix application or navigate to the Netflix website in your browser. Sign in with your existing Netflix credentials, and you&#039;ll immediately notice that the content library has transformed to reflect your selected region. SafeShell&#039;s optimized servers ensure smooth streaming without buffering, allowing you to enjoy your favorite shows and discover new content previously unavailable in your region.&lt;/p&gt;', 9, 'game'),
(338, 497, '', 'Kokuho &ndash; Japan&rsquo;s Highest-Grossing Live-Action Film', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e02f9aadd32051586345SC6iY1TE03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e02f9aadd32051586345SC6iY1TE03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Lee Sang-il&rsquo;s latest film, a captivating kabuki drama titled &lsquo;Kokuho,&rsquo; has shattered records in Japan, becoming the country&rsquo;s highest-grossing live-action film to date with earnings surpassing $111 million at the domestic box office. The movie stars Ken Watanabe and was selected as Japan&rsquo;s official entry for the Best International Feature category at the Oscars. It was also introduced to U.S. audiences through a limited one-week qualifying run by GKids, debuting in Los Angeles on November 14 and in New York on November 21, drawing in an estimated gross exceeding $60,000 from these screenings.&lt;/p&gt;\n&lt;p&gt;Premiering earlier this year at the Directors&rsquo; Fortnight section of Cannes Film Festival, &lsquo;Kokuho&rsquo; officially opened in Japanese cinemas on June 6 and has maintained its popularity through an extensive run. After 172 days in theaters, more than 12.3 million tickets have been sold, accumulating a total gross of over &yen;17.38 billion (around $111 million). This achievement has set a new benchmark, overtaking the previous 22-year record held by the 2003 film &lsquo;Bayside Shakedown 2,&rsquo; and now ranks as the 11th highest-grossing film in Japan.&lt;/p&gt;\n&lt;p&gt;The narrative traces the life of Kikuo, a young boy from Nagasaki, who, following his yakuza father&rsquo;s death in 1964, is mentored by the renowned kabuki actor Hanjiro Hanai, played by Watanabe. As Kikuo and Hanjiro&rsquo;s son Shunsuke grow up together, their bond deepens amid the challenges and triumphs of mastering kabuki&mdash;a traditional Japanese theatrical art. The story explores themes of legacy, rivalry, and artistry, with performances by Ryo Yoshizawa and Ryusei Yokohama portraying the protagonists&rsquo; evolving relationship.&lt;/p&gt;\n&lt;p&gt;Director Lee Sang-il emphasized the rarity of kabuki as a cinematic theme, noting that it has been nearly 80 years since a film centered on kabuki was produced in Japan. He highlighted the complexity of translating such a deeply rooted and hierarchical art form onto the screen, revealing that actor training alone took over a year and a half. Watanabe expressed admiration for the dedication of the cast and crew, noting that although theatrical performances last only 30 minutes, filming extended over ten hours daily to capture the essence of their craft.&lt;/p&gt;\n&lt;p&gt;Produced collaboratively by Aniplex, Myriagon Studio, Amuse Inc., Toho Co., Ltd., Lawson Inc., and Credeus, &lsquo;Kokuho&rsquo; is slated for a wide release across North American theaters early next year. GKids&rsquo; President, Dave Jesteadt, congratulated the team on the film&rsquo;s historic success, emphasizing its appeal as a compelling theatrical experience that has drawn Japanese audiences back multiple times. The film, adapted from Shuichi Yoshida&rsquo;s novel, was written by Satoko Okudera and has participated in major festivals such as TIFF and AFI, further cementing its critical acclaim and cultural significance.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of a young wizard discovering his heritage and confronting the dark wizard Voldemort while attending Hogwarts School. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are accessible via major streaming services such as HBO Max or Netflix, or available for rent or purchase through platforms like Amazon Prime Video.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. The SafeShell VPN provides high-speed servers that are specially optimized for seamless streaming, ensuring buffer-free playback and high-definition quality without interruptions. It also allows you to connect multiple devices simultaneously, supporting various operating systems like Windows, macOS, iOS, and Android, so you can enjoy your favorite shows across all your devices. Additionally, the exclusive App Mode feature enables you to unlock content from multiple regions at once, broadening your entertainment options. With lightning-fast speeds and no bandwidth restrictions, SafeShell VPN enhances your streaming experience by eliminating buffering and throttling issues. Furthermore, its top-level security, powered by the proprietary ShellGuard protocol, guarantees your online privacy and data protection while browsing or streaming. Lastly, the flexible free trial plan allows users to explore all these benefits risk-free, making SafeShell VPN an excellent choice for your Netflix streaming needs.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a straightforward process that can unlock regional content restrictions. Here&#039;s how to stream your favorite wizard adventures:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, sign up for a SafeShell VPN subscription by visiting their official website and selecting a plan that suits your streaming needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether you&#039;re using Windows, macOS, Android, or iOS\n&lt;/li&gt;\n&lt;li&gt;\nInstall and launch the SafeShell VPN app, then log into your account using your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal streaming performance, select APP mode which is specially designed for video streaming services\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available in the streaming library (typically US or UK servers work well)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred streaming platform and search for Harry Potter movies\n&lt;/li&gt;\n&lt;li&gt;\nSit back, relax, and enjoy the magical world of Hogwarts without any geographical restrictions\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(339, 498, '', 'American Netflix Access: Geo-Block Bypass Guide', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1717061933aa6ff9937vorEAGX003&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1717061933aa6ff9937vorEAGX003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Geo-Block Bypass Methods&lt;/h3&gt;\n&lt;p&gt;Accessing American Netflix Content Abroad: A Comprehensive Guide&lt;/p&gt;\n&lt;p&gt;Smart DNS technology has emerged as a potential solution for viewers in the UK, Canada, Australia, and other regions seeking to access the American Netflix library. However, this approach comes with significant considerations that every streaming enthusiast should understand before proceeding.&lt;/p&gt;\n&lt;p&gt;While DNS proxies represent an alternative to VPNs for accessing geo-restricted content, their reliability has diminished considerably over time. Netflix has implemented sophisticated detection systems that can identify and block most DNS-based workarounds, making many previously functional solutions obsolete.&lt;/p&gt;\n&lt;p&gt;The fundamental principle behind DNS proxies involves redirecting your domain name requests through servers located in the United States, effectively disguising your actual geographic location. Unlike VPNs, these connections aren&#039;t encrypted, which initially made them less detectable to streaming platforms.&lt;/p&gt;\n&lt;p&gt;Unfortunately, the landscape has changed dramatically. Most DNS services now experience consistent blocking, with functionality becoming increasingly unpredictable across different devices. Desktop computers occasionally maintain connections, but even these instances have become inconsistent at best.&lt;/p&gt;\n&lt;p&gt;Security concerns present another critical consideration. The internet is flooded with &quot;free&quot; DNS codes that promise American Netflix access but potentially harbor serious threats. These compromised services may redirect you to malicious websites, inject advertisements into your browsing experience, or even install tracking software and malware on your devices.&lt;/p&gt;\n&lt;p&gt;For those serious about accessing American content libraries, premium VPN services with dedicated streaming capabilities represent the most reliable solution currently available. While no method offers absolute guarantees given Netflix&#039;s ongoing efforts to enforce regional licensing agreements, established VPN providers actively maintain their ability to bypass geo-restrictions.&lt;/p&gt;\n&lt;p&gt;Compatible devices for accessing international content include computers, media centers, gaming consoles, and even certain routers, though success rates vary significantly between platforms and services.&lt;/p&gt;\n&lt;p&gt;The streaming landscape continues evolving, with content providers and access technologies engaged in an ongoing technical contest. Whatever approach you consider, prioritizing security and service reliability remains essential for a satisfactory viewing experience.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025Accessing International Streaming Content: A Guide to Smart DNS Solutions&lt;/p&gt;\n&lt;p&gt;When exploring options for watching content from different regions, many users turn to Smart DNS services. Unlike traditional methods, these solutions offer specific advantages for streaming enthusiasts.&lt;/p&gt;\n&lt;p&gt;ExpressVPN stands out as a premium solution for accessing global streaming platforms. It delivers exceptional speed and compatibility with major services including Netflix, Hulu, and Amazon Prime. The service emphasizes user privacy with strict no-logging policies and provides intuitive applications across all major devices. New users benefit from a 30-day refund policy for risk-free testing.&lt;/p&gt;\n&lt;p&gt;It&#039;s worth noting that quality services typically come with a subscription fee. Free alternatives often come with significant drawbacks - they may display unwanted advertisements, compromise your browsing security, or suddenly cease functioning. Remember the internet wisdom: services offered at no cost often monetize through less transparent means.&lt;/p&gt;\n&lt;p&gt;Understanding DNS addresses is straightforward - they&#039;re essentially routing instructions for your internet traffic. Legitimate providers implement a proper registration system and require you to whitelist your specific connection for security purposes.&lt;/p&gt;\n&lt;p&gt;The setup process is typically straightforward on most operating systems. Windows users can configure these settings through the Network and Sharing Center, accessible via the system tray&#039;s network icon.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e14411f1d771419e38c2BpABiEVF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e14411f1d771419e38c2BpABiEVF07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Network Settings Configuration&lt;/h3&gt;\n&lt;p&gt;Select &quot;WiFi&quot; or &quot;Ethernet&quot; within your active network connections list.&lt;/p&gt;\n&lt;p&gt;This determines where you&#039;ll adjust the DNS settings later.&lt;/p&gt;\n&lt;p&gt;Choose based on your current internet connection method.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e14b12fc3e97308a73aaQ7MqB1Xb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e14b12fc3e97308a73aaQ7MqB1Xb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the settings menu, select the properties option to continue with your configuration. This will open a new dialogue box with additional network parameters.&lt;/p&gt;\n&lt;p&gt;Once you&#039;ve accessed the properties section, you&#039;ll be able to view and modify various connection settings that affect how your device communicates with external servers.&lt;/p&gt;\n&lt;p&gt;The properties panel contains important configuration options that will allow you to make the necessary DNS modifications for accessing region-specific content.&lt;/p&gt;\n&lt;p&gt;Navigate through this menu carefully, as the specific settings you need to adjust will be located within these property options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e150e80b020a434427905mFmziVa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e150e80b020a434427905mFmziVa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Disabling IPv6 Protocol for Netflix Region Access&lt;/p&gt;\n&lt;p&gt;To modify your network settings for regional streaming access, you need to adjust your IP protocol settings.&lt;/p&gt;\n&lt;p&gt;First, locate the IPv6 option in your network configuration panel. You&#039;ll want to deselect the checkbox labeled &quot;Internet Protocol Version 6 (TCP/IPv6)&quot; to temporarily disable this connection method.&lt;/p&gt;\n&lt;p&gt;Next, focus on the IPv4 settings instead. Find and select the &quot;Internet Protocol Version 4 (TCP/IPv4)&quot; option in the same menu. Make sure it becomes highlighted when you click on it.&lt;/p&gt;\n&lt;p&gt;Once the IPv4 option is selected, look for and click the &quot;Properties&quot; button to access the detailed configuration panel where you&#039;ll enter your custom DNS information.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e15643f1f69b311ab8f4AVSk3WpT07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e15643f1f69b311ab8f4AVSk3WpT07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Scroll down to the lower section of the window and select the option labeled &ldquo;Use the following DNS server addresses.&rdquo;&lt;/p&gt;\n&lt;p&gt;Enter the DNS server addresses provided by your Smart DNS service, ensuring both the preferred and alternate servers are set to U.S.-based addresses.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e15ba6097665efd045c0piDPDWyk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e15ba6097665efd045c0piDPDWyk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Although DNS offers a quicker and more affordable solution for accessing American Netflix internationally, it carries significant security risks compared to VPNs.&lt;/p&gt;\n&lt;p&gt;Begin by authorizing your IP address with your DNS provider across all devices.&lt;/p&gt;\n&lt;p&gt;For PCs: After authorization, restart your system to activate the new DNS configuration.&lt;/p&gt;\n&lt;p&gt;On gaming consoles like Xbox and PlayStation: Navigate to network settings, input manual DNS codes from your provider, then restart the device.&lt;/p&gt;\n&lt;p&gt;Streaming devices (Roku, Apple TV, etc.) require router-level DNS configuration since their apps override device settings.&lt;/p&gt;\n\n&lt;p&gt;Always test your DNS setup for vulnerabilities post-installation:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nCheck for unexpected ad injections visually during browsing\n&lt;/li&gt;\n&lt;li&gt;\nUse online tools to detect DNS cache poisoning risks\n&lt;/li&gt;\n&lt;li&gt;\nVerify DNS leaks through specialized websites confirming your provider&rsquo;s DNS addresses\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;Despite Netflix&rsquo;s VPN blocks, paid VPNs remain superior for privacy due to military-grade encryption.&lt;/p&gt;\n&lt;p&gt;Some VPN servers still work with Netflix&mdash;contact providers directly for updated server information not publicly listed.&lt;/p&gt;\n&lt;p&gt;Refer to trusted tech resources for current VPN recommendations compatible with Netflix.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; serves as a specialized tool enabling viewers to bypass geographical limitations on the streaming platform. By connecting to servers in various countries, it grants access to the unique libraries of movies and TV shows available in those specific regions, significantly expanding the content selection beyond what&#039;s normally offered in the user&#039;s home country. Essentially, a Netflix VPN unlocks a world of entertainment otherwise restricted by location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix using a VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which offers numerous advantages over traditional options. One of the key benefits is its high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and high-definition quality even during peak times. This reduces the frustration often experienced when a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; occurs due to outdated or poorly optimized software. Additionally, SafeShell VPN supports multiple devices simultaneously, including popular operating systems like Windows, macOS, iOS, and Android, allowing users to enjoy unrestricted entertainment across all their devices without compromising speed or security.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN provides features such as the exclusive App Mode, which enables users to unlock content from multiple regions at the same time, broadening your access to various streaming libraries. Its lightning-fast connection speeds eliminate buffering and throttling issues, making your streaming experience smooth and reliable. The platform also prioritizes top-level security through its proprietary ShellGuard protocol, ensuring your private data remains protected while browsing. With a flexible free trial plan, users can explore all these benefits risk-free, making SafeShell VPN a superior choice when your Netflix VPN not working or when seeking a more dependable solution to bypass regional restrictions.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Accessing global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to unlock worldwide entertainment in just a few simple steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and select a subscription plan that matches your viewing habits and budget\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell application for your specific device, whether you&#039;re using Windows, macOS, Android, or iOS\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account with your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor the optimal Netflix streaming experience, select APP mode which is specifically optimized for media consumption\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where your desired Netflix content is available (popular choices include US, UK, and Japan servers)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, simply open your Netflix application or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy your expanded Netflix library with access to thousands of previously geo-restricted movies and shows\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(340, 499, '', 'The Beast in Me &ndash; Dark Secrets of Neighbors Unveiled', '&lt;h3&gt;Dark Secrets of Neighbors&lt;/h3&gt;\n&lt;p&gt;Bad neighbors often reveal the darker side of human nature, and in the new Netflix series &lt;em&gt;The Beast in Me&lt;/em&gt;, this theme takes center stage.  &lt;/p&gt;\n&lt;p&gt;Claire Danes, renowned for her roles in &lt;em&gt;Fleishman Is in Trouble&lt;/em&gt; and &lt;em&gt;Homeland&lt;/em&gt;, joins Matthew Rhys, known for &lt;em&gt;The Americans&lt;/em&gt; and &lt;em&gt;Perry Mason&lt;/em&gt;, in this gripping eight-episode drama.  &lt;/p&gt;\n&lt;p&gt;The story revolves around Aggie Wiggs, a writer haunted by grief, portrayed by Danes, and her enigmatic new neighbor, Nile Jarvis, played by Rhys, who harbors secrets that may include murder.&lt;/p&gt;\n&lt;p&gt;As viewers delve into the narrative, questions arise: Who is the real monster? Who is merely the problematic neighbor? The series keeps these mysteries intertwined.&lt;/p&gt;\n&lt;p&gt;Howard Gordon, who previously collaborated with Danes on &lt;em&gt;Homeland&lt;/em&gt; and serves as showrunner, executive producer, and writer, expressed excitement about reuniting with her.  &lt;/p&gt;\n&lt;p&gt;&ldquo;Claire has an extraordinary talent for expressing inner thoughts and complex emotions,&rdquo; Gordon explains. &ldquo;She combines sharp intelligence with vulnerability, making her portrayal truly compelling.&rdquo;&lt;/p&gt;\n&lt;p&gt;Casting Nile was a more intricate process, according to Gordon.&lt;/p&gt;\n&lt;p&gt;&ldquo;Finding the right actor to embody Nile&rsquo;s multifaceted personality&mdash;dangerous, charming, yet vulnerable&mdash;was quite challenging,&rdquo; he notes.&lt;/p&gt;\n&lt;p&gt;Matthew Rhys, stepping outside his typical roles, eagerly accepted the part.&lt;/p&gt;\n&lt;p&gt;&ldquo;Rhys is not usually cast as sleazy characters, but he&rsquo;s an exceptional actor,&rdquo; Gordon remarks. &ldquo;I was pleasantly surprised by their chemistry and how skillfully Rhys brought Nile&rsquo;s layers to life.&rdquo;&lt;/p&gt;\n&lt;p&gt;Interested viewers can catch a glimpse of &lt;em&gt;The Beast in Me&lt;/em&gt; above, with all episodes available to stream now on Netflix.  &lt;/p&gt;\n&lt;p&gt;In related news, fans are eager to know: when will &lt;em&gt;Stranger Things 5&lt;/em&gt; be released? It&rsquo;s scheduled to premiere on June 2.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e09ac4bf11e77e45725cBFylTp9Z07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e09ac4bf11e77e45725cBFylTp9Z07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Sparks ignite between Claire Danes and Matthew Rhys&lt;/p&gt;\n&lt;p&gt;in the tense new teaser for &#039;The Beast in Me&#039;.&lt;/p&gt;\n&lt;p&gt;Their chemistry simmers with an undeniable edge&lt;/p&gt;\n&lt;p&gt;as they navigate a dangerous, high-stakes game.&lt;/p&gt;\n&lt;p&gt;Shadows and sharp glances define the atmosphere&lt;/p&gt;\n&lt;p&gt;promising a psychological thriller of shifting loyalties.&lt;/p&gt;\n&lt;p&gt;Every exchanged word feels loaded with hidden meaning&lt;/p&gt;\n&lt;p&gt;a volatile cocktail of attraction and peril.&lt;/p&gt;\n&lt;p&gt;Audiences glimpse a treacherous dance unfolding&lt;/p&gt;\n&lt;p&gt;where trust is fragile and motives remain shrouded.&lt;/p&gt;\n&lt;p&gt;They tread murky waters together&lt;/p&gt;\n&lt;p&gt;heightening the anticipation for this fraught encounter.&lt;/p&gt;\n&lt;p&gt;The stakes feel intensely personal&lt;/p&gt;\n&lt;p&gt;setting the stage for a gripping confrontation.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e09d6990c11ea7833474eX0EGLCr07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e09d6990c11ea7833474eX0EGLCr07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Claire Danes and Matthew Rhys step into a world of intrigue and tension in the newly released teaser for &quot;The Beast in Me.&quot; The brief glimpse showcases their characters navigating a complex relationship fraught with underlying danger.&lt;/p&gt;\n&lt;p&gt;The chemistry between the two acclaimed actors is immediately palpable, hinting at a narrative that blends personal connection with looming threats. Danes, known for her nuanced performances in psychological dramas, appears to be playing a character drawn into circumstances beyond her control.&lt;/p&gt;\n&lt;p&gt;Rhys, fresh from his critically praised work in recent thrillers, brings his characteristic intensity to what seems to be a morally ambiguous role. The teaser cleverly reveals just enough to intrigue viewers without exposing the full scope of the story.&lt;/p&gt;\n&lt;p&gt;Filming reportedly took place across several atmospheric locations, providing a visually striking backdrop for this tale of deception and attraction. Industry insiders are already speculating about the project&#039;s potential impact during the upcoming awards season.&lt;/p&gt;\n&lt;p&gt;The series is expected to premiere early next year, joining the growing trend of sophisticated psychological thrillers featuring A-list talent from both film and television backgrounds.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0a03a08bc8170722206ItVRj31L07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0a03a08bc8170722206ItVRj31L07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Holiday Gift Guide for K-pop Fans&lt;/h3&gt;\n&lt;p&gt;Discover the ultimate holiday gift guide for K-pop enthusiasts, specially curated for demon hunters.&lt;/p&gt;\n&lt;p&gt;Published on November 24, this comprehensive list features perfect presents to delight any fan.&lt;/p&gt;\n&lt;p&gt;From exclusive merchandise to must-have collectibles, find the ideal gift to make this season unforgettable.&lt;/p&gt;\n&lt;p&gt;Get ready to surprise your loved ones with unique finds inspired by their favorite K-pop idols and themes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0a31492708069a4422a47KyG0OF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0a31492708069a4422a47KyG0OF07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the haunting narrative of &lt;em&gt;The Beast in Me&lt;/em&gt;, audiences are introduced to Aggie Wiggs, portrayed by Claire Danes, a once-celebrated author who has retreated into silence following the devastating loss of her young son. Her world has become a shadow of its former vibrancy, her creative spirit dulled by grief. &lt;/p&gt;\n&lt;p&gt;A chance encounter sparks a new chapter when Nile Jarvis, played by Matthew Rhys, moves into the neighboring house. Known for his power and cold resolve as a leading real estate magnate, Nile carries a dark past&mdash;he was once the prime suspect in his wife&#039;s mysterious disappearance.&lt;/p&gt;\n&lt;p&gt;Aggie&rsquo;s curiosity is piqued despite her initial horror&mdash;she becomes irresistibly drawn into unraveling his secrets. As she digs deeper into Nile&rsquo;s life and inner struggles, she battles her own demons, embarking on a perilous pursuit that blurs the lines between truth and danger. Their interactions set off a tense game of pursuit and evasion, with stakes escalating toward possible catastrophe.&lt;/p&gt;\n&lt;p&gt;The series title nods to a Johnny Cash song, but its deeper meaning delves into societal and personal complicities. Producer Gordon emphasizes the theme of assumption and humility: &ldquo;It&rsquo;s about all of our participation&mdash;whether it&rsquo;s Monica Lewinsky, Amanda Knox, or Nile Jarvis&mdash;how often we judge without seeing the full story. When challenged to view from another perspective, do we possess the empathy to listen and change our narrative?&rdquo;&lt;/p&gt;\n&lt;p&gt;The ensemble cast features a compelling lineup, including Brittany Snow as Nile&rsquo;s wife Nina, Natalie Morales as Aggie&rsquo;s ex-wife Shelley, and David Lyons as FBI agent Brian Abbott. The cast also includes Tim Guinee as a formidable figure in Nile&rsquo;s world, Hettienne Park as FBI agent Erika Breton, and Jonathan Banks as Nile&rsquo;s father. Supporting characters such as Carol McGiddish, Aggie&rsquo;s trusted literary agent, and city council member Olivia Benitez oppose Nile&rsquo;s ambitions, adding layers of tension.&lt;/p&gt;\n&lt;p&gt;Executive producers include Daniel Pearle, Antonio Campos, Jodie Foster, Caroline Baron, and notable industry talents like Conan O&rsquo;Brien and Jeff Ross through Conaco. The series promises a gripping exploration of truth, trust, and the shadows lurking behind seemingly ordinary lives.&lt;/p&gt;\n&lt;p&gt;Below are glimpses from the series, showcasing the intense performances and character dynamics brought to life by Danes, Rhys, Snow, Morales, and Lyons.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0a87d204221453e59ae0ILmFvzz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0a87d204221453e59ae0ILmFvzz07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0adad94532b72efc8ce20LvrVPU07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0adad94532b72efc8ce20LvrVPU07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0b106e0b00279756fc17UeA9TZs07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0b106e0b00279756fc17UeA9TZs07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0b820bdec5f1afa68fdmQr7WGzi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0b820bdec5f1afa68fdmQr7WGzi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0be141370a2bd978121zd0PA9T407&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0be141370a2bd978121zd0PA9T407&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0c4dc2019855bcf40f23T76vaWq07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0c4dc2019855bcf40f23T76vaWq07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ca427dea8487e8afdbyRzxTlDy07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ca427dea8487e8afdbyRzxTlDy07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ce21b4cf173333d943JIoilDff07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ce21b4cf173333d943JIoilDff07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Thrilling Netflix Drama&lt;/h3&gt;\n&lt;p&gt;Netflix ignites the screen with sizzling tension&lt;/p&gt;\n&lt;p&gt;in its latest thriller offering.&lt;/p&gt;\n&lt;p&gt;Claire Danes and Matthew Rhys spark&lt;/p&gt;\n&lt;p&gt;with dangerously captivating chemistry.&lt;/p&gt;\n&lt;p&gt;Their charged encounters blur lines&lt;/p&gt;\n&lt;p&gt;between attraction and peril.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;The Beast in Me&lt;/em&gt; promises an edge-of-your-seat game&lt;/p&gt;\n&lt;p&gt;where every glance could be a weapon.&lt;/p&gt;\n&lt;p&gt;Dive into this electrifying dynamic now&lt;/p&gt;\n&lt;p&gt;streaming exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Journey beyond the screen&#039;s surface with Tudum&lt;/p&gt;\n&lt;p&gt;Unlock a vault of exclusive content and revelations&lt;/p&gt;\n&lt;p&gt;Explore the hidden layers of your favorite narratives&lt;/p&gt;\n&lt;p&gt;Access never-before-seen footage and insider conversations&lt;/p&gt;\n&lt;p&gt;Immerse yourself in enriched storytelling dimensions&lt;/p&gt;\n&lt;p&gt;Discover fresh perspectives beyond the final cut&lt;/p&gt;\n&lt;p&gt;Tudum transforms passive viewing into active exploration&lt;/p&gt;\n&lt;p&gt;Where every frame reveals deeper narrative treasures&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used to watch a wide range of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that is normally restricted by geographical limitations or network policies, often through the use of VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, you might want to consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your go-to solution. SafeShell VPN offers numerous benefits that make it stand out in the crowded VPN market:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-Speed Servers specifically optimized for Netflix streaming, ensuring buffer-free viewing of your favorite shows and movies in high definition\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode that allows you to access content from multiple Netflix regional libraries simultaneously, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nBlazing Connection Speeds with no bandwidth restrictions, providing exceptional performance whether you&#039;re streaming, downloading, or browsing\n&lt;/li&gt;\n&lt;li&gt;\nMulti-Device Support with the ability to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro\n&lt;/li&gt;\n&lt;li&gt;\nSuperior Security through the proprietary &quot;ShellGuard&quot; VPN protocol, which ensures your online activities remain private and protected from surveillance\n&lt;/li&gt;\n&lt;li&gt;\nRisk-Free Testing with a flexible free trial plan that lets you experience all of SafeShell VPN&#039;s premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries, first acquire the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; service. Visit the official SafeShell VPN website, review the available subscription plans tailored to different usage needs and budgets, then complete your purchase securely. Following successful subscription, navigate to the downloads section on the website, identify the correct application version for your specific device operating system (such as Windows, macOS, iOS, or Android), and proceed to download and install the SafeShell VPN software onto your device.&lt;/p&gt;\n&lt;p&gt;Next, launch the SafeShell VPN application and log in using your account credentials. Within the app interface, locate the mode selection feature; for optimal Netflix streaming performance and compatibility, choose the recommended APP mode specifically designed for such applications. After selecting the mode, access the server list displaying numerous global locations. Carefully pick a VPN server situated in the country whose exclusive Netflix content you wish to unblock &ndash; examples include servers in the United States, the United Kingdom, Japan, or Canada &ndash; and click the &quot;Connect&quot; button to establish a secure tunnel to that virtual location.&lt;/p&gt;\n&lt;p&gt;Finally, with the SafeShell Netflix VPN connection successfully established to your chosen region, open your Netflix application or access the Netflix website through your browser. Log into your personal Netflix account as usual. You will now see the Netflix library dynamically updated to display movies and shows available exclusively in the region corresponding to your selected VPN server location. Enjoy seamless, buffer-free streaming of previously inaccessible international Netflix content.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(341, 500, '', 'Goldenes Vlies R&auml;tsel &ndash; L&ouml;sung &amp; Tipps [Honkai: Star Rail]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0537061933aa6ff83bcciJHId6C03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0537061933aa6ff83bcciJHId6C03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Goldenes Vlies R&auml;tsel&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Spiel Honkai: Star Rail stellt das R&auml;tsel um das unsichtbare goldene Vlies des S&uuml;ndenbocks eine besondere Herausforderung dar, die im Bereich der Halle der verlorenen Sonne am Dawn Peak zu finden ist. Anders als bei &uuml;blichen R&auml;tseln gibt es hier keine Plattformen, was die L&ouml;sung erheblich erschwert und fast unm&ouml;glich macht, wenn man keinen Ansatzpunkt hat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf dem Sch&auml;del der Ziege erkennt man ein Smiley, was darauf hindeutet, dass hier eine Verbindung zu den Mysterien der Nymphen besteht. In der Anleitung erl&auml;utern wir die wichtigsten Hinweise f&uuml;r den Test und geben Schritt-f&uuml;r-Schritt-Anweisungen, um das R&auml;tsel zu bew&auml;ltigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Doch die zentrale Frage lautet: Wo befindet sich das unsichtbare, leere goldene Vlies von Scapulth?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e05adfab43aacebe0138S5vho2ll03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e05adfab43aacebe0138S5vho2ll03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e05dc69539fca3c85006EM1jrfLq03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e05dc69539fca3c85006EM1jrfLq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der spezielle Widderkopf liegt im s&uuml;dlichen Bereich des rechten Raumes innerhalb der Halle der verlorenen Sonne.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Von dem Anker &lt;strong style=&quot;font-family:Arial;&quot;&gt;&bdquo;Der heilige Pfad der Morgenr&ouml;te&ldquo;&lt;/strong&gt; aus begeben Sie sich in den &ouml;stlichen Abschnitt und suchen die Ecke, die mit Schr&auml;nken ausgestattet ist, in der N&auml;he des M&auml;dchens Diogenes.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Welche Schritte sind notwendig, um zum Feuer zu gelangen?&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e05f7061933aa6ff84c8UpFTViUx03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e05f7061933aa6ff84c8UpFTViUx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das unsichtbare goldene Vlies in Honkai Star Rail erfolgreich zu entschl&uuml;sseln, sollten Sie zun&auml;chst die ersten Anzeichen beachten, die in Form von Linien &uuml;ber dem Kopf erscheinen. Diese Linien sind wichtige Hinweise, die vom Pathfinder beim Betreten des R&auml;tsels stetig wiederholt werden und den Weg zur L&ouml;sung weisen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein entscheidender Schritt besteht darin, alle verf&uuml;gbaren Nymphen der Sch&ouml;pfung in der Umgebung zu sammeln. Nur durch das Zusammenbringen dieser Nymphen kann das R&auml;tsel gel&ouml;st werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vergessen Sie nicht, anschlie&szlig;end die Schneiderin zu kontaktieren. Ihre Hilfe ist unerl&auml;sslich, um die letzten Geheimnisse des goldenen Vlieses zu l&uuml;ften und das R&auml;tsel endg&uuml;ltig zu knacken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0627061933aa6ff8500JUGOOPPx03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0627061933aa6ff8500JUGOOPPx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das unsichtbare goldene Vlies der S&uuml;ndenbocks in Honkai Star Rail zu enth&uuml;llen, sollten Sie zun&auml;chst in Ihrem Inventar nach einer Notiz Ausschau halten. Dieses Dokument enth&auml;lt ein Fragment eines R&auml;tselfeldes, das jedoch bei jedem Spieler unterschiedlich ist. Daher ist es ratsam, sich mit anderen Spielern auszutauschen, um die einzelnen Bildteile zu sammeln und zusammenzuf&uuml;gen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&Auml;hnliche R&auml;tselmechanismen finden sich auch bei der Prophezeiungstafel &bdquo;hr-hr?&ldquo; sowie beim Westwindkompass, die beide auf das Zusammenf&uuml;gen von Teilen setzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Schl&uuml;ssel zum Zugang f&uuml;hrt &uuml;ber das L&ouml;sen dieses Puzzles: Sobald die Bildteile korrekt zusammengesetzt sind, &ouml;ffnen sich die Wege in das verborgene Vlies. Folgen Sie den Hinweisen und arbeiten Sie mit anderen zusammen, um das R&auml;tsel erfolgreich zu meistern und so den Weg ins goldene Vlies zu &ouml;ffnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0657061933aa6ff85486ISjKi9g03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0657061933aa6ff85486ISjKi9g03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Spielmechanik und Belohnungen&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf dem Spielfeld erscheint ein doppelt gezeichneter Kreis, der sich in neun Schritten manifestiert. Beim letzten Schritt ist es essenziell, den Knopf gedr&uuml;ckt zu halten, um nicht versehentlich in die Tiefe des Abgrunds zu st&uuml;rzen. Sobald das Klicken ert&ouml;nt, ist der Schalter aktiviert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn die dunkle Kopie erscheint, m&uuml;ssen Sie Ihre Z&uuml;ge sorgf&auml;ltig planen, um innerhalb der n&auml;chsten neun Z&uuml;ge nicht festzustecken und den Abgrund zu umgehen. Nach erfolgreicher Planung k&ouml;nnen Sie die Flamme abliefern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein vollst&auml;ndiges Video mit der L&ouml;sung des verborgenen Runenr&auml;tsels finden Sie hier:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;https://wotpack.ru/wp-content/uploads/2025/05/reshenie-nevidimogo-zolotogo-runo-otpuscheniya.mp4&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach Abschluss des Tests erhalten Sie die Auszeichnung &bdquo;Buzzing Secrets: Unsichtbare Schritte&ldquo; und werden mit f&uuml;nf Sternen in Jade bewertet. Aus der exklusiven Truhe bekommen Sie:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n30 Sternjade\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n60 Himmlische Ambrosia\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEinen 5-Sterne-Kopf aus dem Artefaktset &bdquo;Rhapsode Singing Elegies&ldquo; mit zuf&auml;lligen Eigenschaften\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDie Odentafel der Halle der Verlorenen Sonne am Morgengipfel\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n300 Credits\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine exklusive Premium-W&auml;hrung in HSR, die haupts&auml;chlich dazu verwendet wird, Stellar Jade zu erhalten und dadurch neue Charaktere sowie Lichtkegel im Spiel freizuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen einen &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; unkompliziert &uuml;ber verschiedene Handelsplattformen wie Lootbar, Mmogah oder Codashop durchf&uuml;hren.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Erwerb dieser W&auml;hrung erm&ouml;glicht einen schnelleren Spielfortschritt und hilft dabei, das Potenzial deiner Lieblingscharaktere zu maximieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Da Oneiric Shards nur durch echtes Geld erh&auml;ltlich sind, bieten Top-up-Dienste eine praktische L&ouml;sung f&uuml;r alle, die ihr HSR-Erlebnis intensivieren m&ouml;chten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; f&uuml;r Oneiric Shards durchf&uuml;hren m&ouml;chten, sollten sie die Vorteile der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg Plattform in Betracht ziehen. Lootbar bietet eine benutzerfreundliche und effiziente L&ouml;sung, um die begehrten Ingame-W&auml;hrungen wie Traumsplitter sicher und bequem aufzuladen. Besonders attraktiv sind die wettbewerbsf&auml;higen Preise, die es erm&ouml;glichen, beim Kauf von Oneiric Shards im Vergleich zu anderen Anbietern deutlich zu sparen. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus &uuml;berzeugt lootbar durch einen zuverl&auml;ssigen und schnellen Service: Die Transaktionen werden mit modernen Sicherheitsstandards gesch&uuml;tzt und die Lieferung der Oneiric Shards erfolgt ohne lange Wartezeiten. Zus&auml;tzlich steht ein kompetenter Kundenservice rund um die Uhr zur Verf&uuml;gung, sodass Spieler jederzeit Unterst&uuml;tzung beim Honkai Star Rail Top Up erhalten und Fragen sofort gekl&auml;rt werden k&ouml;nnen. Wer Wert auf Sicherheit, Schnelligkeit und attraktive Angebote legt, findet mit lootbar die optimale Plattform f&uuml;r den Kauf von Oneiric Shards.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Ouml;ffnen Sie zun&auml;chst die Webseite von LootBar und melden Sie sich mit Ihrem Konto an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuchen Sie nach der speziellen Seite f&uuml;r &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hsr top up&lt;/a&gt; auf der Plattform.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie anschlie&szlig;end Ihre UID aus Honkai Star Rail sowie die richtige Serverregion ein, damit die Oneiric Shards dem passenden Konto gutgeschrieben werden k&ouml;nnen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie die gew&uuml;nschte Menge an Oneiric Shards aus und fahren Sie mit der Auswahl fort.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie, ob Ihr Ingame-Name mit der angegebenen UID &uuml;bereinstimmt, um Fehler zu vermeiden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden und best&auml;tigen Sie den Kaufprozess.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach Abschluss der Zahlung wird der hsr top up in der Regel in kurzer Zeit auf Ihr Spielkonto &uuml;bertragen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; height=&quot;557&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(342, 501, '', 'Will Byers&#039; Evolution &ndash; Stranger Things Season Finale', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0431d3ce0d93a3711c5VH2EzgSi03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0431d3ce0d93a3711c5VH2EzgSi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Will Byers&#039; Evolution: From Victim to Hero in Stranger Things&lt;/p&gt;\n&lt;p&gt;Noah Schnapp reveals the transformative journey of his character Will Byers in the first volume of Stranger Things&#039; final season. After taking a backseat in recent installments, Will emerges as a central figure with unexpected abilities that shock viewers in the Volume 1 finale.&lt;/p&gt;\n&lt;p&gt;&quot;I think people mistake fear for weakness,&quot; Schnapp explains about his character&#039;s development. &quot;Will has had a lot of fear through the years because of what he&#039;s had to endure, but that doesn&#039;t mean he&#039;s weak. He pushes through and comes out stronger every time.&quot;&lt;/p&gt;\n&lt;p&gt;The season opens with a revealing flashback to Will&#039;s initial capture, providing context for his special connection to the Upside Down. This history becomes crucial as the story progresses toward the bombshell moment when Will displays telekinetic abilities similar to Eleven&#039;s, freezing multiple Demogorgons mid-attack with blood dripping from his nose.&lt;/p&gt;\n&lt;p&gt;Matt Duffer emphasizes the importance of Will&#039;s character arc: &quot;He&#039;s the character who kicked it all off, and a lot of this season was about going full circle. This was about Will&#039;s journey in terms of finding out who he really was and coming to terms with that.&quot;&lt;/p&gt;\n&lt;p&gt;A key element of Will&#039;s growth involves his newfound friendship with Robin, portrayed by Maya Hawke. Their relationship becomes instrumental in Will&#039;s self-discovery process, with Robin serving as a mentor figure who has already navigated similar personal challenges.&lt;/p&gt;\n&lt;p&gt;&quot;He sees a confident, more assured version of himself in her,&quot; Schnapp notes about Will&#039;s attraction to Robin&#039;s friendship. &quot;So he wants to emulate that. He has to get to know her and learn how she reached that point.&quot;&lt;/p&gt;\n&lt;p&gt;The climactic scene required extensive preparation, with Schnapp revealing: &quot;We did rehearsals for weeks before, which we&#039;d never done before. The VFX department made a pre-vis video where they animated the whole sequence, and the stunt department filmed a version on their iPhones.&quot;&lt;/p&gt;\n&lt;p&gt;When discussing the connection between Will&#039;s personal acceptance journey and his emerging powers, Schnapp offers insight into the broader message: &quot;Once he allowed acceptance of who he really was, he could unleash the power within him. I think it resonates not just with our queer audience but with anyone who learns to believe in themselves.&quot;&lt;/p&gt;\n&lt;p&gt;Despite Vecna&#039;s claim that Will was an easy target because of weakness, the season reveals quite the opposite. Will&#039;s journey suggests that his apparent vulnerability concealed untapped strength all along, challenging both the villain&#039;s assumptions and viewers&#039; perceptions of the character.&lt;/p&gt;\n&lt;p&gt;As fans anticipate Volume 2, the revelation of Will&#039;s powers represents both a narrative turning point and the culmination of his personal growth throughout the series.Reflecting on character parallels,&lt;/p&gt;\n&lt;p&gt;Schnapp drew inspiration from Harry Potter&#039;s dynamic with Voldemort&lt;/p&gt;\n&lt;p&gt;while preparing for Will&#039;s final arc against Vecna.&lt;/p&gt;\n&lt;p&gt;This thematic exploration guided his performance choices profoundly.&lt;/p&gt;\n&lt;p&gt;To honor the show&#039;s roots,&lt;/p&gt;\n&lt;p&gt;he meticulously revisited Seasons 1 and 2 before filming.&lt;/p&gt;\n&lt;p&gt;He consciously crafted nostalgic moments through settings and costumes,&lt;/p&gt;\n&lt;p&gt;aiming to create resonant full-circle experiences for viewers.&lt;/p&gt;\n&lt;p&gt;Rewatching his younger self proved deeply moving.&lt;/p&gt;\n&lt;p&gt;Witnessing his 10-year-old portrayal preserved in high-definition footage&lt;/p&gt;\n&lt;p&gt;triggered powerful reflections on his personal journey.&lt;/p&gt;\n&lt;p&gt;It transported him back vividly to that formative time.&lt;/p&gt;\n&lt;p&gt;Over the decade-long franchise,&lt;/p&gt;\n&lt;p&gt;Schnapp evolved significantly as an artist.&lt;/p&gt;\n&lt;p&gt;He transitioned from passive direction-following&lt;/p&gt;\n&lt;p&gt;to asserting confident, well-defined viewpoints on his craft.&lt;/p&gt;\n&lt;p&gt;Growth, he notes, stemmed from embracing imperfection and continuous learning.&lt;/p&gt;\n&lt;p&gt;Regarding the series conclusion,&lt;/p&gt;\n&lt;p&gt;he expressed profound satisfaction.&lt;/p&gt;\n&lt;p&gt;The finale thoughtfully honors every character&#039;s individual journey,&lt;/p&gt;\n&lt;p&gt;delivering a fulfilling resolution fans deserve.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular queries among fans. The films depict Harry Potter&#039;s adventures as he learns magic, fights evil, and discovers his purpose, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; across various streaming services such as Netflix, HBO Max, and Amazon Prime, or rent them online; using a VPN may be necessary to access certain platforms depending on your location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an optimal streaming experience. The SafeShell VPN offers numerous advantages that make it stand out from other options on the market.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix ensure you&#039;ll enjoy buffer-free streaming in high definition, eliminating frustrating interruptions during your favorite shows.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allows you to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely enables access to multiple regional libraries at once, vastly expanding your entertainment options.\n&lt;/li&gt;\n&lt;li&gt;\nExperience exceptional connection speeds without bandwidth limitations, making buffering and throttling issues a thing of the past.\n&lt;/li&gt;\n&lt;li&gt;\nRest easy knowing your online activities are protected by the proprietary &quot;ShellGuard&quot; protocol, providing top-tier security and privacy protection.\n&lt;/li&gt;\n&lt;li&gt;\nTry before you commit with a flexible free trial plan that lets you experience all these premium features without immediate financial obligation.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies seamlessly across regions using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these essential steps: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by downloading the SafeShell VPN application directly from their official website or your device&rsquo;s app store, ensuring compatibility with your operating system.\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application, then launch it and sign up for a new account or log in if you already have one.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu within the SafeShell VPN interface and choose a server location matching your desired content region (e.g., Japan or Germany for unique libraries).\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your selected server through SafeShell VPN and verify the secure connection is active before proceeding.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open your Netflix account via browser or app, search for Harry Potter titles, and enjoy unrestricted streaming from your chosen region.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Always prioritize SafeShell VPN for reliable access to geo-restricted content while maintaining online privacy.&lt;/p&gt;', 9, 'game'),
(343, 502, '', 'Stranger Things Puzzle Series &ndash; Daily Brain Teasers', '&lt;h3&gt;Stranger Things Puzzle Series&lt;/h3&gt;\n&lt;p&gt;Get ready to elevate your daily mental challenge with Netflix&#039;s latest offering, Puzzled. Starting November 26, fans of the hit series Stranger Things can immerse themselves in a series of fresh puzzles inspired by Hawkins&#039; mysteries, leading up to the highly anticipated finale of Stranger Things 5 on New Year&rsquo;s Eve. These engaging brainteasers will be available daily on Tudum, adding a new twist to your routine.&lt;/p&gt;\n&lt;p&gt;In addition to puzzles themed around popular Netflix titles such as Stranger Things, Squid Game, Kpop Demon Hunters, Glass Onion: A Knives Out Mystery, and Emily in Paris, Puzzled also features classic games like Sudoku and innovative variations of traditional crosswords. The platform is designed to cater to all puzzle enthusiasts, whether you excel in word games or prefer logical reasoning challenges.&lt;/p&gt;\n&lt;p&gt;Puzzled serves as a centralized hub for all your favorite mind-stimulating activities, ensuring your mental agility stays sharp. With a diverse array of puzzles to choose from, there&rsquo;s always something new to challenge your intellect every day.&lt;img alt=&quot;&quot; height=&quot;217&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0eedfab43aacebe0b8a3SbjlFew03&quot; width=&quot;800&quot; /&gt;Dive into cryptic constellations where patterns emerge from cosmic chaos. &lt;/p&gt;\n&lt;p&gt;Assemble visual fragments until a grand panorama snaps into focus.&lt;/p&gt;\n&lt;p&gt;Manipulate geometric forms to unveil unexpected, larger creations.&lt;/p&gt;\n&lt;p&gt;Crack numeric riddles hiding within deceptively simple classic games.&lt;/p&gt;\n&lt;p&gt;Conjure coherence from fragments by weaving scattered letters and emojis into words.&lt;/p&gt;\n&lt;p&gt;Navigate lexical labyrinths where the correct route reveals itself syllable by syllable.&lt;/p&gt;\n&lt;p&gt;Fill the silent gaps; transform consonant clusters into complete, vocalized expressions.&lt;/p&gt;\n&lt;p&gt;Swap symbols into words, deciphering messages disguised as playful icons.&lt;/p&gt;\n&lt;p&gt;Unlock solutions by meticulously reconstructing phrases from their jumbled components.&lt;/p&gt;\n&lt;p&gt;Plunge further into this ever-expanding trove of cerebral challenges.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f05c1256da93b68a4a7OzZjxL703&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f05c1256da93b68a4a7OzZjxL703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Starting November 26 and running through December 31, fans can enjoy a new daily puzzle inspired by Stranger Things, culminating with the release of the show&#039;s fifth season finale. Each challenge offers a chance to unlock exclusive behind-the-scenes content, providing fans with an insider&rsquo;s glimpse into the eerie worlds of mind flayers, demogorgons, and the mysterious Vecna.&lt;/p&gt;\n&lt;p&gt;These puzzles encompass a variety of formats, including word, logic, and visual riddles, all crafted to test and tease your detective skills centered around the Stranger Things universe.&lt;/p&gt;\n&lt;p&gt;Engaging with these brainteasers is seamless across devices&mdash;whether you&#039;re on Android or iOS&mdash;since there are no in-game advertisements to interrupt your focus. Plus, the puzzles are fully playable offline, so you can enjoy solving them even during airplane mode or on long journeys through tunnels.&lt;/p&gt;\n&lt;p&gt;For added convenience, you can now access these challenges directly in your web browser at tudum.com&mdash;no downloads required. Perfect for warming up your mind or taking a quick mental break, these browser-based puzzles let you immerse yourself in the mystery at your own pace, free from digital distractions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f3dfab43aacebe0bd2w4y2VBc503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f3dfab43aacebe0bd2w4y2VBc503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f5c8552d5a2a040593LjB202yq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f5c8552d5a2a040593LjB202yq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Word and Number Puzzles&lt;/h3&gt;\n&lt;p&gt;Explore an array of engaging word challenges designed to test your linguistic skills and puzzle-solving prowess.&lt;/p&gt;\n&lt;p&gt;Start with &lt;em&gt;Bonza&lt;/em&gt;, a game that combines elements of crossword puzzles and jigsaw puzzles. Using hints related to the theme, you seamlessly connect horizontal and vertical word pieces, reconstructing the puzzle in a satisfying, interconnected manner.&lt;/p&gt;\n&lt;p&gt;Next up is &lt;em&gt;Keysmash&lt;/em&gt;, perfect for fans of classic word puzzles. Clues guide you to insert missing vowels among consonants, gradually unveiling the central theme of the puzzle and sharpening your deduction skills.&lt;/p&gt;\n&lt;p&gt;For those who enjoy a twist on traditional crosswords, &lt;em&gt;Crossover&lt;/em&gt; offers a fresh challenge. The letters are pre-placed, and your goal is to rearrange or swap them to form correct words across rows and columns, aided by helpful clues along the way.&lt;/p&gt;\n&lt;p&gt;Finally, try &lt;em&gt;Waywords&lt;/em&gt;, a creative spin on word searches. Find and connect words that form a continuous path to the puzzle&rsquo;s conclusion, all fitting within a given theme. Beware of decoys&mdash;false words designed to mislead and test your focus.&lt;/p&gt;\n&lt;p&gt;Whether you prefer merging, rearranging, or strategic searching, these puzzles promise to keep your mind sharp and your brain engaged.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f82373050e868e391dlLoStPm503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0f82373050e868e391dlLoStPm503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0fa7061933aa6ff90234T2qWKuq03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0fa7061933aa6ff90234T2qWKuq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Engage your mind with a variety of intriguing puzzle challenges designed to stimulate your reasoning skills.&lt;/p&gt;\n&lt;p&gt;Start with Sudoku, the timeless number placement game. Fill a 9x9 grid with digits from 1 to 9, ensuring each number appears only once in every row, column, and 3x3 subgrid. No repetitions allowed, testing your logical deduction.&lt;/p&gt;\n&lt;p&gt;For a different twist, try Starstruck. This puzzle requires you to place stars within a grid so that each row, column, and colored region contains exactly one star. Be careful&mdash;stars cannot be adjacent to each other, even diagonally. It&#039;s a Sudoku-inspired challenge that replaces numbers with stars, perfect for puzzle enthusiasts who prefer shapes over digits.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0fd45b43d644da01770il7iWqMQ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0fd45b43d644da01770il7iWqMQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0ff4ac521f7f14c1487hRQRCw8003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0ff4ac521f7f14c1487hRQRCw8003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Digital Puzzle Revolution&lt;/h3&gt;\n&lt;p&gt;Ditch physical frustration with Netflix&#039;s digital puzzle revolution.&lt;/p&gt;\n&lt;p&gt;Experience tactile delight in Shapes: rotate pieces with a tap to perfectly fill spaces and unlock satisfying reveals.&lt;/p&gt;\n&lt;p&gt;Traditional jigsaw gets a flawless upgrade &ndash; every essential piece exists digitally, eliminating frantic searches.&lt;/p&gt;\n\n&lt;p&gt;Jump into Puzzled instantly through Tudum or grab the mobile app for brain teasers anywhere.&lt;/p&gt;\n&lt;p&gt;Hungry for more challenges? Discover other Netflix mobile brain teasers waiting to test your skills.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content for entertainment purposes, accessible through various devices with an internet connection. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods and tools that enable users to bypass geographical restrictions or network limitations imposed on Netflix content, allowing access to shows and movies that would otherwise be unavailable in certain regions. By utilizing solutions like VPNs or proxy servers, subscribers can enjoy a more extensive selection of international content regardless of their physical location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted Netflix content through Netflix unblock, consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. The key benefits include: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers optimized for seamless Netflix streaming, eliminating buffering and enabling HD playback.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode that unlocks multiple regional libraries simultaneously for diverse content access.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with unlimited bandwidth for smooth streaming and downloads across all activities.\n&lt;/li&gt;\n&lt;li&gt;\nSupport for five simultaneous device connections on platforms like iOS, Android, Windows, macOS, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nUncompromised security via the proprietary &quot;ShellGuard&quot; protocol with military-grade encryption against surveillance.\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial plan offering full feature testing without financial commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass geographical restrictions. To begin your journey toward unlimited streaming options, first visit the official SafeShell website and select a subscription plan that aligns with your viewing habits and budget constraints. After completing your purchase, download the appropriate application for your device - whether you&#039;re using Windows, macOS, iOS, or Android. Once installed, launch the app, log into your account, and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;Next, browse through SafeShell&#039;s extensive server network and connect to a location that corresponds with the Netflix library you wish to access. For example, choose a US server for American content or a Japanese server for anime selections. After establishing a secure connection, simply open your Netflix application or navigate to the Netflix website and sign in with your existing credentials. Within moments, you&#039;ll notice that the content library has transformed to display shows and movies available in your selected region, effectively removing all geographical barriers to your entertainment options.&lt;/p&gt;', 9, 'game'),
(344, 503, '', 'Whiteout Survival Hero Stats: Gina Guide &amp; Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a65e191c4932bd1b9429e0wrFpBlGi03&quot; height=&quot;894&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a65e191c4932bd1b9429e0wrFpBlGi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;780&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gina&#039;s persona exudes a sense of aloofness and reserve, making her one of the most enigmatic figures among survivors in the city. Her demeanor, marked by a curt and tight-lipped attitude, is complemented by her leadership of a formidable band of mercenaries, which further adds to her intimidating presence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Whiteout Survival, understanding hero stats is crucial. Active hero stats are utilized during exploration modes, enhancing your overall performance, while troop stat buffs come into play during expedition modes. For a comprehensive understanding of how these mechanics interact, consult our detailed hero guide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gina proves to be an exceptional asset in whiteout survival scenarios, especially when hunting dangerous creatures like beasts and polar terrors. Her prowess in this area is primarily driven by her first expedition skill, Endurance Training, which reduces stamina consumption by 20% upon full upgrade. This makes her an attractive choice for free-to-play players seeking reliable heroes, yet she remains valuable for high-spenders as well.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Aside from her hunting capabilities, Gina performs well in exploration, particularly in the early game (Generation 1), where her skills significantly boost her attack power. However, she is less suitable for rally participation or PvP engagements, as her expedition skills do not provide troop buffs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her skills are pivotal across all game modes&mdash;exploration, expedition, and beyond. Below, we detail her exploration and expedition skills, including their level-based buffs. For more insights on skill upgrades and their requirements, please refer to our hero upgrade guide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exploration Skills:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;Incendiary Shot:&lt;/em&gt; Deals attack * [210% / 230% / 250% / 270% / 290%] damage to a single target and nearby enemies, with the damage increasing at higher levels.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;Crossbow Enhancement:&lt;/em&gt; Boosts her attack speed by * [10% / 15% / 20% / 25% / 30%].\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;Weakness Exploit:&lt;/em&gt; Allows Gina to quickly identify an enemy&rsquo;s vulnerability, raising her critical hit rate by * [7% / 10% / 13% / 16% / 20%].\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Expedition Skills:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;Stamina Efficiency:&lt;/em&gt; Gina&rsquo;s strict training reduces stamina consumption by * [10% / 12% / 15% / 18% / 20%].\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;em style=&quot;font-family:Arial;&quot;&gt;Wilderness March Speed:&lt;/em&gt; She excels in fast and aggressive wilderness rides, increasing march speed by * [20% / 40% / 60% / 80% / 100%].\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrading skills requires skill manuals, a resource that can be scarce. Our recommended upgrade order, detailed in the tables below, aims to maximize her effectiveness. Remember, star level upgrades are optional and can be pursued when you collect enough shards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The tables specify the current skill and star levels alongside recommended upgrade targets. Prioritize upgrades based on your available resources and strategic needs, keeping in mind that star upgrades can be advanced independently of skill level upgrades.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e1132b91bf97b6c0f97fq705h29P03&quot; height=&quot;334&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e1132b91bf97b6c0f97fq705h29P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The initial column indicates your hero&#039;s existing skill level and star rating.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The adjacent column displays the target level for upgrades.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Keep in mind, upgrading your star level does not need to follow the sequence listed&mdash;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;you can elevate it as soon as you gather enough shards for the upgrade.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e11645b43d644da018ccPEOFDihB03&quot; height=&quot;259&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e11645b43d644da018ccPEOFDihB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As a formidable epic hero, Gina typically equips four key items to maximize her potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, when playing as a marksman, priority should be given to enhancing gear that boosts her offensive capabilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Focus on upgrading accessories such as goggles and boots, which significantly increase her attack power, damage output, and overall lethality.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Investing in these items yields the highest returns in performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For detailed strategies on acquiring and upgrading gear effectively, refer to our comprehensive gear guide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Frost Star&lt;/a&gt; is the premium in-game currency used by players to unlock valuable items, boost their resources, and accelerate progress in Whiteout Survival. With Frost Star, gamers can access exclusive rewards, speed up their development, and strengthen their gameplay strategies. Players can conveniently obtain Whiteout Survival Frost Star by topping up through popular game trading platforms such as LootBar, U7BUY, or Midasbuy, making it easy to enhance their experience and stay ahead in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival Top Up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;whiteout survival frost star&lt;/a&gt;, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; trading platform. Lootbar.gg stands out as a reliable choice for purchasing Whiteout Survival Frost Star thanks to its dedication to professional, secure, and efficient gaming transactions. With an easy-to-navigate interface and robust protection measures, players can confidently complete their &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Whiteout Survival top up&lt;/a&gt; without worrying about security or complications.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar offers a host of benefits that make it an ideal place for acquiring &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;whiteout survival frost stars&lt;/a&gt;. The platform supports a wide range of payment methods, allowing gamers from across the globe to choose the option that best suits their needs. Additionally, lootbar.gg provides 24/7 online customer support, ensuring that help is always available whenever players have questions or encounter issues during their whiteout survival frost star purchase.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major advantage of using lootbar is its competitive pricing. Players can enjoy significant discounts on their Whiteout Survival top up, with rates that can reach up to 5% off depending on current promotions and purchase levels. This makes lootbar.gg not only a convenient and secure choice, but also a cost-effective solution for maximizing your in-game currency and enhancing your experience in Whiteout Survival.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Whiteout Survival on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up &lt;a href=&quot;https://lootbar.gg/top-up/whiteout-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Frost Star Whiteout Survival&lt;/a&gt; on the LootBar trading platform, begin by navigating to the official LootBar website and setting your preferred language and currency. Once you have logged into your account, look for the top-up section and select Whiteout Survival from the list of available games. This will take you to the dedicated page for purchasing Frost Star Whiteout Survival, where you can choose the desired amount of currency for your account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, enter your Whiteout Survival user ID to ensure the Frost Star is credited to the correct profile. Proceed by clicking on the &quot;Top-up now&quot; option. You will then be prompted to select your preferred payment method from the available options. Confirm your payment by clicking &quot;Pay Now,&quot; and after the transaction is completed, the purchased Frost Star Whiteout Survival will be promptly delivered to your game account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; height=&quot;477&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9f6f0234efdb7d961basdbM4wtC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(345, 504, '', 'Celebrity Highlights: Graham Norton&rsquo;s Best Bits on Netflix', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0b62373050e868e3537NJQ7wXIk03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0b62373050e868e3537NJQ7wXIk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Celebrity Highlights and Entertainment&lt;/h3&gt;\n&lt;p&gt;Netflix now serves quick celebrity moments from Graham Norton&#039;s iconic sofa.&lt;/p&gt;\n&lt;p&gt;Dive into bite-sized highlights under 15 minutes each.&lt;/p&gt;\n&lt;p&gt;Meet Demi Moore&#039;s chihuahua Pilaf amid the starry guest list.&lt;/p&gt;\n&lt;p&gt;Lady Gaga reveals her April Fools&#039; engagement tale.&lt;/p&gt;\n&lt;p&gt;Miranda Hart discusses life with chronic illness through her book.&lt;/p&gt;\n&lt;p&gt;Saoirse Ronan shares her Oscars debut and mom&#039;s Travolta obsession.&lt;/p&gt;\n&lt;p&gt;This curated &quot;Best Bits&quot; collection spans 17 years of A-list confessions.&lt;/p&gt;\n&lt;p&gt;Stream the show&#039;s 32nd season gems starting Tuesday.&lt;/p&gt;\n&lt;p&gt;No lengthy episodes&mdash;just pure entertainment nuggets.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e09bd6129f02df230ddfJMpSg7j907&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e09bd6129f02df230ddfJMpSg7j907&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This week&rsquo;s chart-topper is &quot;Champagne Problems,&quot; which has climbed to the number one spot, delighting fans and sparking celebrations.&lt;/p&gt;\n&lt;p&gt;Published on November 25th, this achievement marks a significant milestone for the song.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e09f3dc6b8201995328eco70REZ307&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e09f3dc6b8201995328eco70REZ307&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the lineup of characters from &quot;A Man on the Inside&quot; Season 2, as the suspects are unveiled.&lt;/p&gt;\n&lt;p&gt;Mark your calendar for November 25 to catch all the latest developments.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0a1978836353b7188b6ozKWKJil07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0a1978836353b7188b6ozKWKJil07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Step into the enchanting world of K-pop Demon Hunters with our ultimate holiday shopping companion! This festive season, treat yourself or your loved ones to merchandise that celebrates the perfect blend of supernatural thrills and K-pop excitement.&lt;/p&gt;\n&lt;p&gt;From limited edition vinyl records to artfully designed apparel, our curated selection offers something special for every fan. The collectible figurine set featuring all five demon-hunting idols has quickly become this season&#039;s must-have item, complete with miniature weapons and glow-in-the-dark demon accessories.&lt;/p&gt;\n&lt;p&gt;Looking for something more practical? The official light stick doubles as an actual flashlight&mdash;perfect for both concerts and unexpected supernatural encounters! Meanwhile, the hardcover art book showcases stunning concept designs alongside exclusive interviews with the creative team.&lt;/p&gt;\n&lt;p&gt;Digital gifts are also available for those who prefer experiences over physical items. The recently released mobile game lets players join their favorite characters on virtual hunting missions, while the premium streaming subscription unlocks behind-the-scenes content and deleted scenes.&lt;/p&gt;\n&lt;p&gt;Don&#039;t wait until the last minute&mdash;many items are selling out fast as the holiday approaches. Order by December 10th to ensure delivery before the celebration begins!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0a433276552ac737d5e4UbmdjmM07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0a433276552ac737d5e4UbmdjmM07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Weekly Celebrity Talk Show Updates&lt;/h3&gt;\n&lt;p&gt;Fresh episodes of the popular celebrity talk show will be released on a weekly basis, with the initial six episodes already available for streaming on Netflix within the United States. The star-studded lineup features:&lt;/p&gt;\n&lt;p&gt;The premiere episode showcases Lady Gaga, Demi Moore, Colin Farrell, Richard Ayoade, and musical guests Jack Savoretti and Miles Kane.&lt;/p&gt;\n&lt;p&gt;Hugh Grant headlines the second installment alongside Neneh Cherry, Sebastian Stan, comedian Greg Davies, and singer Perrie.&lt;/p&gt;\n&lt;p&gt;For the third episode, viewers can enjoy conversations with Zoe Salda&ntilde;a, Selena Gomez, Ncuti Gatwa, Miranda Hart, Kevin Kline, with Rag&#039;n&#039;Bone Man providing musical entertainment.&lt;/p&gt;\n&lt;p&gt;The fourth collection brings together rock legend Bruce Springsteen, Amy Adams, Vanessa Williams, Bill Bailey, and St. Vincent.&lt;/p&gt;\n&lt;p&gt;Episode five features rising star Paul Mescal, alongside Hollywood icon Denzel Washington, Saoirse Ronan, Eddie Redmayne, and band Blossoms.&lt;/p&gt;\n&lt;p&gt;The sixth installment presents comedy legend Billy Crystal, Emily Mortimer, Hugh Bonneville, Pharrell Williams, and singer-songwriter Michael Kiwanuka.&lt;/p&gt;\n&lt;p&gt;These highlight compilations are currently streaming on Netflix, with more episodes coming soon&mdash;perfect for enjoying from the comfort of your own living room or wherever you choose to watch.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Recommendations for All&lt;/h3&gt;\n&lt;p&gt;Discover your perfect streaming companion on Tudum, where entertainment recommendations await for every taste. From newly released titles to critically acclaimed cinema, this comprehensive guide has something for everyone.&lt;/p&gt;\n&lt;p&gt;Tudum offers expert suggestions across various genres, ensuring you&#039;ll never run out of quality content to enjoy. Whether you&#039;re a true crime enthusiast, a literature lover seeking faithful adaptations, or someone looking for a good laugh with stand-up specials, their curated selections cover all bases.&lt;/p&gt;\n&lt;p&gt;Navigate through award-winning masterpieces and hidden gems with confidence, as Tudum&#039;s thoughtful recommendations help streamline your viewing decisions. Stop scrolling endlessly and start enjoying content tailored to your preferences with this invaluable streaming resource.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, offering a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that might be restricted or unavailable in certain regions, often through methods like VPNs or proxy servers, enabling users to enjoy a broader range of shows and movies beyond their local restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted Netflix content through Netflix unblock, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. 1. SafeShell VPN effectively circumvents geo-restrictions and evades detection by Netflix&#039;s VPN and proxy systems, enabling seamless access to the full Netflix library regardless of your location. 2. It offers high-speed servers designed specifically for smooth streaming, ensuring you enjoy high-definition content without buffering or interruptions. 3. The platform supports simultaneous connections on up to five devices across various operating systems, providing flexibility and convenience. 4. With advanced encryption protocols and its proprietary ShellGuard VPN protocol, SafeShell VPN guarantees your online privacy and security, protecting your activities from unwanted surveillance. 5. Additionally, features like the exclusive App Mode allow users to unlock content from multiple regions, broadening your entertainment options. Overall, SafeShell VPN combines speed, security, and versatility to deliver an effortless and secure streaming experience for Netflix users worldwide.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is easy with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed for streaming enthusiasts. Here&#039;s how to start your worldwide entertainment journey:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload SafeShell VPN from their official website and install it on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and sign in with your account credentials\n&lt;/li&gt;\n&lt;li&gt;\nSelect APP mode for optimal streaming performance with Netflix\n&lt;/li&gt;\n&lt;li&gt;\nBrowse the server list and connect to your desired region&#039;s server (choose countries like Japan for anime or UK for British shows)\n&lt;/li&gt;\n&lt;li&gt;\nOpen your Netflix app or website and sign in to instantly access that region&#039;s exclusive catalog\n&lt;/li&gt;\n&lt;li&gt;\nIf you encounter any streaming issues, try switching to a different server in the same region for better connection speeds\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;SafeShell Netflix VPN ensures you can watch content from virtually any country without geographic restrictions, all while maintaining your online privacy.&lt;/p&gt;', 9, 'game'),
(346, 505, '', 'Stranger Things Season 5 Finale &ndash; Anticipation &amp; Theories', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0692a6d3f0e560c0844P1VDjuW003&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0692a6d3f0e560c0844P1VDjuW003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Season 5 Finale Anticipation&lt;/h3&gt;\n&lt;p&gt;Excitement Builds for &#039;Stranger Things&#039; Season 5&#039;s Second Half and Epic Conclusion&lt;/p&gt;\n&lt;p&gt;As fans digest the initial four episodes of Stranger Things&#039; final season, anticipation grows for what promises to be an explosive conclusion to the beloved Netflix series. Volume 2, set to arrive Christmas Day 2025, is poised to deliver answers to the show&#039;s longest-standing mysteries.&lt;/p&gt;\n&lt;p&gt;The first part of Season 5 has shifted focus to younger victims, with Holly Wheeler&#039;s abduction mirroring Will Byers&#039; disappearance from the very beginning. This narrative choice deliberately echoes back to the show&#039;s origins while introducing new elements through Holly&#039;s connection to &quot;A Wrinkle in Time.&quot;&lt;/p&gt;\n&lt;p&gt;Jamie Campbell Bower, who portrays the menacing Vecna, hints at escalating tensions: &quot;What you&#039;ve seen so far is merely setup for what&#039;s coming. Volume 2 takes everything to another level entirely.&quot;&lt;/p&gt;\n&lt;p&gt;The Duffer Brothers have promised that upcoming episodes will finally explain crucial elements that have puzzled viewers since Season 1. &quot;We&#039;re circling back to address why Will was specifically targeted,&quot; Matt Duffer revealed in recent interviews. &quot;Holly&#039;s storyline helps connect these dots in ways fans haven&#039;t anticipated.&quot;&lt;/p&gt;\n&lt;p&gt;After a decade of carefully planned storytelling, the creative team appears ready to unveil the true nature of the Upside Down. Ross Duffer emphasized that early in Volume 2, viewers will gain unprecedented insight into this mysterious dimension and its connection to the newly introduced Dimension X from the stage production &quot;Stranger Things: The First Shadow.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e06b199e8a87b7c71692AV7NQyf103&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e06b199e8a87b7c71692AV7NQyf103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Will&rsquo;s evolving abilities continue to surprise fans as the story progresses, revealing a new dimension of his powers that diverge from those of Eleven.&lt;/p&gt;\n&lt;p&gt;In Volume 1, a pivotal moment left viewers pondering whether Will is a wizard or sorcerer, especially with the episode 504 title hinting at magical origins.&lt;/p&gt;\n&lt;p&gt;Noah Schnapp, who portrays Will, hinted that his character&rsquo;s powers might look different from what has been previously shown. He explained that initially, Will&rsquo;s abilities were designed to function similarly to Eleven&rsquo;s, but later scripts introduced a different manifestation.&lt;/p&gt;\n&lt;p&gt;Schnapp shared the challenge of capturing this evolution, noting that much of the season was filmed out of order, which made it tricky to maintain consistency. He recounted how early in the season, he had to figure out how to perform scenes without the directors present, often relying on FaceTime discussions to get the nuances right.&lt;/p&gt;\n&lt;p&gt;Both Schnapp and Millie Bobby Brown stressed that Will&rsquo;s powers are distinct from Eleven&rsquo;s, emphasizing the difference in their origins and expressions. Schnapp specifically drew a comparison between Will and Vecna, highlighting parallels to the Harry Potter and Voldemort relationship, which will become clearer in Volume 2.&lt;/p&gt;\n&lt;p&gt;He mentioned that exploring these similarities involved re-watching Harry Potter movies to better understand the dynamics, suggesting a deeper connection between Will and Vecna that echoes those iconic magical rivalries.&lt;/p&gt;\n&lt;p&gt;As the series moves toward its climax, viewers can expect Will&rsquo;s abilities to continue evolving in unpredictable ways, adding layers to his character and the overarching mystery.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e06ec69539fca3c85100krGXGrEw03&quot; height=&quot;398&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e06ec69539fca3c85100krGXGrEw03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Max&#039;s presence within Vecna&#039;s mindscape isn&#039;t just an irritation&lt;/p&gt;\n&lt;p&gt;it&#039;s poised to ignite a pivotal confrontation.&lt;/p&gt;\n&lt;p&gt;Jamie Campbell Bower teases his character&#039;s immense frustration&lt;/p&gt;\n&lt;p&gt;as Max actively disrupts Vecna&#039;s grim manipulation&lt;/p&gt;\n&lt;p&gt;particularly his sinister plans involving the captured Holly Wheeler.&lt;/p&gt;\n\n&lt;p&gt;The Duffer Brothers draw deliberate parallels to Season 1&#039;s terror&lt;/p&gt;\n&lt;p&gt;confirming Holly&#039;s shocking disappearance mirrors Will Byers&#039; ordeal.&lt;/p&gt;\n&lt;p&gt;&quot;This season is a true follow-up to Season 1,&quot; Matt Duffer declared,&lt;/p&gt;\n&lt;p&gt;signaling a return to the roots that made the series revered.&lt;/p&gt;\n&lt;p&gt;Holly&#039;s abduction purposefully echoes the past on repeat.&lt;/p&gt;\n\n&lt;p&gt;While tight-lipped on &lt;em&gt;how&lt;/em&gt; Holly reached the ominous Creel estate&lt;/p&gt;\n&lt;p&gt;the creators hint this event could seal Vecna&#039;s ultimate fate.&lt;/p&gt;\n&lt;p&gt;Max emerges not just as a captive thorn in his side&lt;/p&gt;\n&lt;p&gt;but as the crucial catalyst for the darkness amplified.&lt;/p&gt;\n\n&lt;p&gt;Episode 6, &quot;Escape From Camazotz,&quot; directed by Shawn Levy&lt;/p&gt;\n&lt;p&gt;stands as the likely battleground where these tensions run heavy.&lt;/p&gt;\n&lt;p&gt;Expect answers and a monumental clash to unfurl&lt;/p&gt;\n&lt;p&gt;fueled by Max&#039;s defiance against Vecna&#039;s sinister world.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0725c1256da93b6844910eKjlDO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0725c1256da93b6844910eKjlDO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;New Character Dynamics&lt;/h3&gt;\n&lt;p&gt;Dr. Kay, portrayed by Linda Hamilton, emerges as a stark contrast to the late Dr. Brenner, who was previously central to the series. Unlike Brenner, who was deeply involved in experimental research, Dr. Kay&rsquo;s military background makes her more detached from the history of Hawkins&#039; experiments, leading her to view Eleven primarily as a weapon rather than a victim or a subject of curiosity.&lt;/p&gt;\n&lt;p&gt;Ross Duffer explains that Dr. Kay isn&#039;t motivated by uncovering a mystery but by her goal to control or utilize Eleven. &quot;She perceives Eleven solely as a tool, not as someone with a complex past or feelings,&quot; he notes. This singular focus makes her particularly intimidating, as her relentless pursuit becomes increasingly dangerous. As the story progresses into Volume 2, audiences will learn more about what Dr. Kay truly aims to accomplish with Eleven and why she places such importance on her.&lt;/p&gt;\n&lt;p&gt;Meanwhile, the cycle of exploitation continues with the theme of figures like Brenner being replaced, raising questions about the endless pursuit to harness Eleven&rsquo;s abilities. Matt Duffer highlights that Eleven herself grapples with this ongoing pattern and the difficulty of breaking free from it. The question remains: how can the cycle ever truly end?&lt;/p&gt;\n&lt;p&gt;The series also brings back Kali, also known as 008, played by Linnea Berthelsen, whose reappearance in the final episode of Volume 1 marked a pivotal moment. Kali possesses unique powers, such as inducing hallucinations and convincing others they are experiencing an alternate reality&mdash;different from Eleven&rsquo;s abilities.&lt;/p&gt;\n&lt;p&gt;Ross Duffer emphasizes that Kali&rsquo;s return is crucial to Eleven&rsquo;s development. &quot;We couldn&rsquo;t conclude the story without reintroducing her,&quot; he says. &quot;As Volume 2 unfolds, her role becomes even more significant in Eleven&rsquo;s journey.&quot; The show hints at a deeper connection between Kali and Dr. Kay&rsquo;s experiments, especially considering Kali&rsquo;s condition&mdash;she was hooked up to machines, blood bags, and wires&mdash;raising questions about whether Dr. Kay&rsquo;s work influences Eleven&rsquo;s powers, possibly explaining their vulnerability to satellite interference.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e075a29f09e352eb825fiMYK7uv903&quot; height=&quot;398&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e075a29f09e352eb825fiMYK7uv903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;While musical magic won&#039;t replicate Season 4&#039;s chart-topping phenomenon, expect innovative sonic choices.&lt;/p&gt;\n&lt;p&gt;Matt Duffer confirmed Volume 2 features unique, compelling musical moments distinct from the &quot;Running Up That Hill&quot; and Metallica success.&lt;/p&gt;\n&lt;p&gt;He emphasized avoiding a &quot;watered-down version,&quot; promising fresh auditory surprises for the finale.&lt;/p&gt;\n\n&lt;p&gt;Cast members express profound contentment with the series&#039; conclusion.&lt;/p&gt;\n&lt;p&gt;Noah Schnapp described feeling very satisfied and excited about how the show wraps up every character&#039;s journey.&lt;/p&gt;\n&lt;p&gt;Sadie Sink echoed this, praising the Duffer Brothers for delivering amazing closure that the entire cast desired.&lt;/p&gt;\n\n&lt;p&gt;The finale episode is generating immense internal acclaim.&lt;/p&gt;\n&lt;p&gt;Shawn Levy, after recently viewing it, passionately declared it &quot;one of the best finale episodes of any show&quot; he&#039;s ever witnessed.&lt;/p&gt;\n&lt;p&gt;He lauded the Duffer Brothers&#039; directorial mastery and strongly endorsed the planned theatrical screenings for maximum impact.&lt;/p&gt;\n&lt;p&gt;Finn Wolfhard wholeheartedly concurred with Levy&#039;s enthusiastic assessment.&lt;/p&gt;\n\n&lt;p&gt;Meanwhile, the fate of the military&#039;s response to the Vecna threat remains a teasing mystery.&lt;/p&gt;\n&lt;p&gt;Matt Duffer playfully dodged questions about whether they&#039;ll adjust tactics after realizing the true scale of the danger.&lt;/p&gt;\n&lt;p&gt;He simply invited audiences to &quot;click on&quot; Volume 2 to discover their next move.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter movies depict the magical adventures of Harry as he studies at Hogwarts, fights evil, and discovers his true purpose. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, these films are available on multiple streaming services like Netflix, HBO Max, and Amazon Prime, or you can rent them through digital retailers, though geographic restrictions may require the use of a VPN to access them worldwide.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content like Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. SafeShell VPN offers high-speed servers specifically optimized for seamless streaming, ensuring buffer-free playback and high-definition quality without lag. Its ability to connect multiple devices simultaneously means you can enjoy your favorite shows across all your gadgets&mdash;whether on Windows, macOS, iOS, or Android&mdash;without any hassle. The exclusive App Mode feature further enhances your viewing experience by allowing access to content from various regions at once, giving you a vast library of entertainment options. Additionally, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, so buffering and throttling are a thing of the past. Coupled with top-level security through its proprietary ShellGuard protocol, your online privacy remains protected while you stream. Moreover, the flexible free trial plan allows you to explore these benefits risk-free, making SafeShell VPN an ideal solution for unlocking Netflix content securely and efficiently.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter movies from different regions is now easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Here&#039;s how to get started on your magical journey:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether it&#039;s Windows, macOS, iOS, or Android\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, open the app and log into your account, making sure to select APP mode for the best streaming experience\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available (such as the US, UK, or Canada)\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred streaming platform, sign in to your account, search for Harry Potter, and start enjoying the wizarding world from anywhere\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(347, 506, '', 'Buccaneers towards convey inside Brad Idzik as vast receivers teach', '&lt;p&gt;&lt;br /&gt;It looks that contemporary offensive coordinator Dave Canales is taking his workers jointly suddenly, starting up with the male that will be doing the job with 1 of the ideal systems the Buccaneers consist of in direction of supply - the broad receivers. Brad Idzik, the assistant broad receivers train for the Seattle Seahawks within just 2019-2020 then back again within just 2022. Inside 2021, he was the assistant quarterbacks prepare and offensive high quality regulate train within Seattle;#Seahawks GM John Schneider claimed upon SeattleSports Brad Idzik, currently Seattle&#039;s assistant WR train, will be a part of Dave Canales within just Tampa Bay as the Bucs&#039; receivers Boyle johnpboyle) February 17, 2023Previous in the direction of his schooling job, Idzik performed large recipient for Lehigh within just 2010 right before relocating in direction of Wake Forest for is absolutely transferring towards encompass himself with coaches he trusts and understands, hence that implies the Bucs might poach Extremely a couple contributors of the Seahawks workforce inside the coming months. This movement was demonstrated as a result of Seahawkstotal supervisor John Schneider upon Seattle Athletics 710 will swap Kevin Garver as the receivers practice right after Garver was introduced inside as a result of Bruce Arians inside 2019&nbsp;&lt;a href=&quot;https://www.tbbuccaneersgameday.com/collections/cj-brewer-jersey&quot;&gt;https://www.tbbuccaneersgameday.com/collections/cj-brewer-jersey&lt;/a&gt;. Supplied the functionality of the speeding assault inside 2022, it totally fair in direction of imagine that Canalesupcoming moves will be the replacements of Harold Goodwin, Kacy Rodgers, and/or Todd McNair in the direction of revamp the functioning backs education. Goodwin, who serves as the function activity coordinator and assistant brain practice, may possibly identify a alternative vacation spot upon the workers despite the fact that Rodgers too serves as work activity coordinator and defensive line practice . McNair may perhaps demonstrate toward be the unusual male out within just this modifications coming in the direction of the Bucsoffensive personnel as Canales turns into his group well prepared in the direction of just take above for the 2022 time. Even more VersusBucs Region The Major hat Ifsinside of Buccaneers Background Perspective finish job interview with Tampa Bay Buccaneers Defensive Deal with Deadrin Senat Monitor total job interview with Tampa Bay Buccaneers protection Kedrick Whitehead, Jr. Well known cost-free brokers the Buccaneers may well be intelligent toward appearance into SB Place Reacts: Ought to the Buccaneers indicator Ezekiel Elliott? Buccaneers large recipient Chris Godwin talks fitness, quarterbacks at OTAsMaximum Read throughProminent free of charge brokers the Buccaneers could be intelligent towards appearance into The early offseason absolutely free company hype is extensive absent yet there are even now profitable elements accessible upon the open up market place&nbsp;&lt;a href=&quot;https://www.tbbuccaneersgameday.com/collections/kyle-rudolph-jersey&quot;&gt;Kyle Rudolph Jersey&lt;/a&gt;. The Most important hat Ifsin just Buccaneers Record What could possibly comprise adjusted Bucs record the utmost?concertAdsQueue.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.tbbuccaneersgameday.com/&quot;&gt;https://www.tbbuccaneersgameday.com&lt;/a&gt;&lt;/p&gt;', 4, ''),
(348, 507, '', 'Bengals displaying consideration in just OT Jake Witt and CB DJ Ivey', '&lt;p&gt;&lt;br /&gt;With the NFL Draft specifically more than a 7 days absent, the Cincinnati Bengals are proceeding with their pre-draft upcoming number of avid gamers upon Cincinnati listing are Jake Witt and DJ Ivey, for every : Northern Michigan OT Jake Witt includes a 30 take a look at with the #Bengals upon Wednesday. I am informed that he will fly out upon Tuesday. Witt moreover is made up of a exercise routine with the #Colts afterwards this 7 days, for each means. Witt contains currently experienced exercises with the #Eagles and 30 trips with the #Broncos,Excess trips these days with the draft only 9 times absent: Miami CB DJ Ivey is viewing the #Bengals West Virginia DL Dante Stills is browsing the 49ers Jake Witt consists of previously satisfied with the Eagles, Broncos, Raiders, Chargers, 49ers, Browns, and much more, in accordance in the direction of Tanner Northern Michigan offensive handle includes been in contrast toward All-Expert handle Tristan Wirfs through several groups, in accordance towards MLFootball. Upgrade: Northern Michigan College or university standout OT Jake Witt incorporates a Final-30 go to with the Cincinnati #Bengals, resource claims. The Wildcats star is made up of a particular training with the Indianapolis #Colts afterwards this 7 days, for every league methods &lt;a href=&quot;https://www.bengalsplayerapparel.com/collections/shemar-stewart-jersey&quot;&gt;https://www.bengalsplayerapparel.com/collections/shemar-stewart-jersey&lt;/a&gt;. Witt is made up of now experienced Greatest-30 Outings with Witt contains turn into an exciting possibility for quite a few enterprises owing in direction of his reakishly ground breaking athletic profileand includes the long term/capacity fastened toward be molded into a proficient offensive manage at the well-informed to begin with was a limited close for NMU prior to relocating in direction of the offensive line owing towards an destruction place at the stage in just begun all 11 video games for NMU in just 2022 as soon as attaining the fat expected in direction of participate in the level effectively. The offensive deal with will be a upcoming late-spherical likelihood for the Bengals nevertheless is an astonishingly exciting possibility inside the foreseeable future Bengals are additionally established toward host Miami CB DJ Ivey, in accordance in direction of NFL Tom tallied 38 over-all tackles 28 solo), 5 move deflections, 2 pressured fumbles, and 2 interceptions previous IVEY WITH THE Decide on FOR The Bengals may perhaps be wanting toward insert cornerbacks inside the potential draft with Chidobe Awuzie coming off an ACL tear ultimate Witt and Ivey may perhaps be intriguing Programs for Cincinnati within just the afterwards rounds of the NFL Draft that might crank out an have an affect on&nbsp;&lt;a href=&quot;https://www.bengalsplayerapparel.com/collections/dj-turner-ii-jersey&quot;&gt;DJ Turner II Jersey&lt;/a&gt;. Inside This Movement Cincinnati Bengals inside of the 2023 NFL Draft: Almost everything in direction of notice 5 variables towards comprehend over instant-spherical opt for DJ Turner II Bengals exhibiting consideration in just OT Jake Witt and CB DJ Ivey ESPN 3-spherical mock draft functions a fresh reputation for the Bengals inside Spherical 1 Viewpoint all 210 reports Further TowardsCincy Jungle Tyler Boyd will normally be a Bengal What level do on your own need the Bengals in direction of deal with right before working out camp? SI predicts Bengals in direction of combat 49ers within just Tremendous Bowl LVIII, Joe Burrow towards earn NFL MVP, and added Bengals Information 5/31): Tyler Boyd laments hurt vs. Chiefs Trey Hendrickson gets praise against prior Tremendous Bowl winner5 components toward understand around minute-spherical select DJ Turner II Optimum Go throughZac Taylor responses upon Joe Mixon track record with the Bengals Is Mixon process secure? It completely seems to be thus. SI predicts Bengals toward combat 49ers within Tremendous Bowl LVIII, Joe Burrow in direction of gain NFL MVP, and extra Some outstanding predictions for the Bengals likely into what hopes toward be a one of a kind time. Trey Hendrickson will get praise against previous Tremendous Bowl winnerHendrickson includes been perfect off the advantage for the Bengals safety. 5 aspects in direction of notice with regards to instant-spherical opt for DJ Turner II We get a search at 5 exciting information around the Bengalshottest cornerback. 5 factors towards recognize with regards to initial-spherical select Myles Murphy We acquire a feel at 5 exciting elements towards discover with regards to the Bengalshottest defensive.&lt;br /&gt;&lt;a href=&quot;https://www.bengalsplayerapparel.com/collections/lance-robinson-jersey&quot;&gt;Lance Robinson Jersey&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.bengalsplayerapparel.com/&quot;&gt;Bengals Store&lt;/a&gt;&lt;/p&gt;', 12, ''),
(349, 508, '', 'Warm exchange 6-year All-Star Kyle Lowry and a draft select toward the Hornets for Terry Rozier', '&lt;p&gt;&lt;br /&gt;MIAMIyle Lowry is within just the best 12 months of his deal, put in the remaining pair of months within a slump and specifically very last 7 days misplaced his destination within the Miami Warmth commencing lineup.A exchange appeared inevitablend the Charlotte Hornets aided create it a truth of the was traded Tuesday as a result of the Warm towards the Hornets for Terry Rozieromeone having fun with the most straightforward year of his careern a replace of protects that stats in direction of be a significant assistance for Miami within just its playoff thrust.&quot;I dress in&#039;t even recognize what in direction of say. It ain&#039;t all the direction strike me, &quot; Rozier claimed as he obtained off the particular flight that carried him towards Miami upon Tuesday night time, in just a clip dispersed upon the staff members&#039;s social media channels. &quot;This is house for me. I experience constructive. I&#039;m well prepared in direction of receive commenced. I&#039;m happy in direction of be a portion of Warm Lifestyle. Allow for&#039;s acquire it. Yourself&#039;re relocating in direction of perspective what all the hoopla&#039;s pertaining to. Therefore be geared up. Allow&#039;s purchase toward it.&quot;The safeguarding Jap Meeting winner Warmth furthermore are sending a initially-spherical draft pick out toward the Hornets in the direction of comprehensive the package choose will be lottery-secure for 2027; in another way, Charlotte turns into the opt for inside 2028.&quot;Person, Kyle includes been one particular of my favored teammates&nbsp;&lt;a href=&quot;https://www.heatsportstore.com/&quot;&gt;Heat Store&lt;/a&gt;, if not the favourite teammate, &quot; Warm captain Bam Adebayo stated. &quot;He&#039;s often conversing with regards to techniques towards purchase the ball. He normally talks around delivering me simple catches. He&#039;s been good. He&#039;s which include a brother in the direction of me and he&#039;ll move forward towards be my brother.&quot;Rozier will have on jersey No. 2 for the Warmth, and as the exchange was currently being finalized the employees now was doing the job Tuesday upon scheduling his fresh new uniformust inside situation he&#039;s equipped in the direction of participate in at the time Miami performs host toward Memphis upon Wednesday. He wore No. 3 within Charlotte; that range is retired within Miami towards honor Dwyane Wade, just one of Rozier&#039;s most loved gamers.&quot;I require towards thank Terry for all his attempts considering that coming toward Charlotte, &quot; Hornets President Mitch Kupchak mentioned. &quot;Upon the courtroom, he was a legitimate experienced and a very good competitor who established a guaranteed case in point for our youthful avid gamers. He moreover manufactured himself a staple of the Charlotte local with his enthusiasm toward furnishing back again. We motivation him all the least complicated in just the long term.&quot;The acquisition of a long run to start with-spherical decide on presents us an asset as we feel towards acquire extensive-time period sustainable results in excess of our more youthful main of gifted avid gamers. We consider incorporating this upcoming select and the more fiscal overall flexibility versus this exchange will be valuable as we move forward towards establish our staff members relocating ahead.&quot; Rozier is necessary in the direction of be an instantaneous improve for the Warmth. He is averaging 23.2 facts and 6.6 assistsoth vocation bestsn 30 game titles this year and is taking pictures a job-large 46%&nbsp;&lt;a href=&quot;https://www.heatsportstore.com/collections/chris-bosh-jersey&quot;&gt;Chris Bosh Jersey&lt;/a&gt;, as exchange reunites him with previous Charlotte teammate Caleb Martin, who is inside his 3rd time with the Warm and stated he&#039;s enthusiastic toward participate in with Rozier once more.&quot;Unquestionably a bittersweet problem, for indeed, &quot; Martin 6-year All-Star and 2019 NBA winner with Torontoad started off in just each individual of his 1st 35 appearances with the Warmth this period, then was taken out of the beginning 5 final 7 days, and it didn&#039;t consider very long for hypothesis in the direction of commence that his year with Miami was functioning averaged 8.2 details and 4 can help for each activity for the Warm this year, turns 38 within just March and is upon a $29.7 million expiring agreement. He struggled in just his greatest 5 online games with Miami&nbsp;&lt;a href=&quot;https://www.heatsportstore.com/collections/vladislav-goldin-jersey&quot;&gt;Vladislav Goldin Jersey&lt;/a&gt;, taking pictures 5 for 30 and averaging simply just 2 info and 3.6 aids within just that span.&quot;Terry&#039;s a excellent participant, &quot; Warm secure Tyler Herro claimed. &quot;We take pleasure in Kyle and something he&#039;s completed for us, our personnel. Having rid of somebody who&#039;s been a element of one thing which includes this is by no means simple, still I feel it is season, the specifically period toward deliver a flow and I&#039;m thrilled pertaining to it.&quot;The 29-12 months-previous Rozier is developing $23.2 million this period and is below deal for 2 much more seasons. Charlotte is 10-31, very well exterior the playoff think about inside the East.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;', 13, ''),
(350, 509, '', 'Valley Suns exchange opt for in direction of Oklahoma Town Blue for prior Alabama defend Jaden Shackelford', '&lt;p&gt;&lt;br /&gt;The Valley Suns upon Wednesday introduced a exchange for Oklahoma Town Blue protect and past Alabama Pink Tide star Jaden Phoenix Suns&#039; G League associate delivered again a initially-spherical choose in just the 2025 NBA G League circulation observed the Suns&#039; G League associate buying and selling absent long run choices for instant assistance and the Oklahoma Metropolis Thunder&#039;s associate amassing draft equally aspects embodied the philosophies of their respective NBA admirers could realize Shackelford&#039;s reputation against the moment he terrorized the Summer time Suns inside Las Vegas toward the track of 6 threes, a few aids, and a single steal with no turnovers off the bench within just a 100-99 Suns 6-foot-3&nbsp;&lt;a href=&quot;https://www.phoenixsunsoutfit.com/collections/koby-brea-jersey&quot;&gt;https://www.phoenixsunsoutfit.com/collections/koby-brea-jersey&lt;/a&gt;, 200-pound safeguard averaged 14 information higher than 60 every month year video games with the Blue above the final 2 incorporates not still manufactured his NBA debut, as he went undrafted within just 2022 and signed an Display-10 offer with the Thunder ahead of staying put upon the Blue&#039;s opening evening inside of the after period , the Thunder signed Shackelford toward the NBA roster just before waiving him that exact same working was back again with the Blue much less than 2 months of 3 seasons at Alabama&nbsp;&lt;a href=&quot;https://www.phoenixsunsoutfit.com/collections/royce-oneale-jersey&quot;&gt;Royce O&#039;Neale Jersey&lt;/a&gt;, Shackelford started out 83 of 97 video games inside a Nate Oats offense that resembles an NBA rate-and-Room designed just about 250 threes and experimented with earlier mentioned 700 in the course of his collegiate Valley Suns get started their inaugural period with a street back again-in direction of-again towards the Santa Cruz Warriors upon Nov. residence opener is upon Nov.11 from the Stockton Kings at Arizona Place College or university&#039;s Mullett click right here for the total timetable and.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.phoenixsunsoutfit.com/&quot;&gt;Suns Store&lt;/a&gt;&lt;/p&gt;', 16, ''),
(351, 510, '', 'Vista KSOD &ndash; Causes, Fixes, and Recovery Solutions', '&lt;p&gt;The Vista KSOD presents a baffling failure state&lt;/p&gt;\n&lt;p&gt;where the system operates invisibly beneath a persistent black display.&lt;/p&gt;\n&lt;p&gt;Drivers load correctly per logs,&lt;/p&gt;\n&lt;p&gt;and a movable cursor confirms partial functionality&lt;/p&gt;\n&lt;p&gt;amidst unresponsive system commands.&lt;/p&gt;\n\n&lt;p&gt;This issue sporadically affects users since Vista&#039;s launch&lt;/p&gt;\n&lt;p&gt;with reported occurrences gradually increasing.&lt;/p&gt;\n&lt;p&gt;Multiple triggers appear possible&lt;/p&gt;\n&lt;p&gt;given inconsistent user experiences preceding the failure.&lt;/p&gt;\n\n&lt;p&gt;Recovery typically involves System Restore rollback&lt;/p&gt;\n&lt;p&gt;or WinPE environment interventions&lt;/p&gt;\n&lt;p&gt;though solutions prove inconsistent across cases.&lt;/p&gt;\n&lt;p&gt;Microsoft offers limited diagnostic guidance&lt;/p&gt;\n&lt;p&gt;despite the phenomenon&#039;s persistence.&lt;/p&gt;\n\n&lt;p&gt;A compelling theory suggests residual anti-piracy code&lt;/p&gt;\n&lt;p&gt;may activate this &quot;digital curtain&quot; intentionally.&lt;/p&gt;\n&lt;p&gt;This aligns with observed system responsiveness&lt;/p&gt;\n&lt;p&gt;during the blackout period.&lt;/p&gt;\n&lt;p&gt;Genuine software installations remain vulnerable&lt;/p&gt;\n&lt;p&gt;to what resembles deprecated security measures.&lt;/p&gt;\n\n&lt;p&gt;The KSOD represents an operational paradox -&lt;/p&gt;\n&lt;p&gt;a functioning system rendered unusable visually.&lt;/p&gt;\n&lt;p&gt;Its persistence underscores architectural complexities&lt;/p&gt;\n&lt;p&gt;that continue to challenge users&lt;/p&gt;\n&lt;p&gt;even as Vista approaches obsolescence.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People increasingly turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; websites due to various geographical restrictions and privacy concerns. By masking their IP addresses and encrypting their internet traffic, users can bypass government censorship, ISP throttling, and access adult content libraries that might otherwise be unavailable in their region. Porn unblocked through VPNs offers viewers anonymity while browsing sensitive content, particularly important when using public Wi-Fi networks where personal information could be vulnerable to interception.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted adult entertainment by finding ways to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, SafeShell VPN presents a compelling solution. This service excels at bypassing geo-blocks, providing the privacy and high-speed connections necessary for seamless streaming. Users can overcome regional restrictions effortlessly, ensuring consistent access without compromising browsing performance.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN further enhances the experience with robust security protocols that shield your online activities from surveillance and tracking, crucial for sensitive browsing. Its innovative App Mode allows simultaneous unlocking of content from multiple regions without constant server switching. Additionally, multi-device support protects up to five devices concurrently across various platforms, extending secure access to unblock porn sites wherever you are.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, the first step is to subscribe to the service through their official website. Choose a suitable subscription plan that meets your requirements.&lt;/p&gt;\n&lt;p&gt;Next, download the SafeShell VPN application onto your preferred device, such as a smartphone, tablet, or computer, and complete the straightforward installation process.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell app and ensure you log in using the credentials created during your subscription.&lt;/p&gt;\n\n&lt;p&gt;Once logged into the SafeShell VPN application, navigate to the settings and activate App Mode; this optimizes the connection specifically for bypassing geo-restrictions on various platforms.&lt;/p&gt;\n&lt;p&gt;Then, carefully select your desired server location from SafeShell VPN&#039;s extensive global network; choosing a server in the specific region grants you access to that area&#039;s content libraries.&lt;/p&gt;\n&lt;p&gt;Finally, with the secure connection established, you can freely browse adult sites or streaming platforms from the chosen region, confident that SafeShell VPN is encrypting your traffic and protecting your privacy.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(352, 511, '', 'Dune: Awakening &ndash; Survival Game for Newcomers', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0aadfab43aacebe0692JYJlgRCE03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0aadfab43aacebe0692JYJlgRCE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Having never engaged with the Dune universe through books or films, my knowledge is quite limited. I do know there&rsquo;s a vast, arid world dominated by endless deserts. Massive worms lurk beneath the sands, and there&#039;s something called spice&mdash;possibly a powerful substance or drug. Spaceships and advanced technology are part of the scenery, along with a flying vehicle that resembles a dragonfly. Of course, there are also well-known actors like Timoth&eacute;e Chalamet and Zendaya associated with it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While knowing little about the characters, I was intrigued to try out Dune: Awakening, especially since I enjoy survival games. From what I gather, this game takes place in an alternate timeline, separate from the movies, so I wouldn&rsquo;t be spoiled if I haven&rsquo;t seen the films. Still, I wondered&mdash;would my lack of background make it hard to follow the story or gameplay? Let&rsquo;s find out.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b2c8552d5a2a0403cbUee2Gsg603&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b2c8552d5a2a0403cbUee2Gsg603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Initially, I thought the hardest part would be the very beginning, and I was right. The game starts with a cutscene that seems to delve into the complex lore of Dune, introducing various names and events. For someone unfamiliar with the series, it felt like a jumble of unfamiliar references, but I figured I could still enjoy the experience without memorizing every detail.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Soon after, I created my character as an older woman interrogated me. Out of nowhere, she pulled out what looked like a needle&mdash;more than a knife&mdash;and warned me to stay still. Moments later, I found myself on a ship that suddenly crashed. I was unclear how I transitioned from being a hostage to being aboard this transport, but I rolled with it and moved forward.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Post-crash, I woke up inside a cave, running the basic tutorial to understand the controls and environment. Stepping outside, I encountered a mysterious figure who had rescued me and the wrecked ship. More tutorials and some cryptic explanations followed before I was aboard one of those sleek dragonfly ships.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;That ship didn&#039;t last long; it crashed too. When I regained consciousness, the mysterious rescuer was gone, leaving a casual message on my comm: &ldquo;Sorry bro lmao.&rdquo; He then proceeded to give me the rest of the tutorial and the initial quests through a call I received. One of these tasks involved inhaling a substance called spice and experiencing a brief dream sequence. Though it felt significant, I couldn&rsquo;t quite grasp what it was supposed to reveal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By this point, I wasn&#039;t truly understanding Dune itself. I was getting a feel for its aesthetic and reading some background stories and item descriptions, but I certainly wasn&#039;t close to becoming an expert. It was more about immersing myself in the style than fully comprehending the lore.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b51d3ce0d93a371814O62SS95C03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b51d3ce0d93a371814O62SS95C03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite my limited knowledge of the Dune universe, I found myself genuinely captivated by the game. From the outset, I was drawn into its immersive world, eager to delve deeper into its mechanics and storyline. Building my base, completing quests, and acquiring vehicles to navigate the endless desert sands became my primary pursuits, making the experience both thrilling and rewarding.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As a survival game, it excels in crafting a challenging yet enjoyable environment. Even without prior familiarity with the franchise, the game&rsquo;s quality and complexity kept me engaged. Interestingly, my interest in the Dune movies grew organically, as I saw this game as a unique &quot;spice&quot; experience&mdash;something vivid and memorable&mdash;that sparked my curiosity to explore the films and see if I&rsquo;d become a fan of the series.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those who, like me, are new to Dune and perhaps even less informed, but love survival and MMO genres, this game offers a fantastic adventure. It&rsquo;s rich, layered, and compelling&mdash;evoking the same kind of appeal I find in titles like Valheim, albeit with a focus on sand instead of Vikings. As I continue playing, I anticipate sharing more insights, and perhaps this unexpected journey will ignite a newfound passion for a universe filled with deserts and intrigue.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari is the main currency in Dune: Awakening, enabling players to purchase resources, trade equipment, and access various NPC services throughout the game. Players can acquire &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; by topping up through popular gaming trading platforms such as Midasbuy, Codashop, and OffGamers. Managing your solari wisely is essential, as it can be lost if carried during risky explorations, so depositing it in hub banks helps keep your funds secure. With dune awakening solari, players are empowered to navigate the complex economy of Arrakis and advance their journey in this immersive open-world MMO.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Dune Awakening Solari, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for their purchases. This platform stands out for its user-friendly experience and commitment to secure transactions, making it an appealing choice for gamers who want peace of mind while managing their in-game currency. With lootbar.gg, users can &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt; at competitive prices, benefiting from the platform&rsquo;s advanced encryption technology that keeps personal and payment information safe.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another major advantage of choosing lootbar.gg is its reliable and efficient customer service. The platform provides 24/7 support, ensuring that any questions or issues related to buying Dune Awakening Solari are resolved quickly and professionally. Moreover, lootbar.gg is known for its fast delivery system, so players can access their purchased Solari without unnecessary waiting. The active LootBar Blog community also offers useful updates and game guides, helping players stay informed about new events and strategies in Dune: Awakening and beyond.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase Dune: Awakening Solari on the LootBar trading platform, start by visiting the official LootBar.gg website. Select your preferred language and currency, then log into your account to ensure a smooth buying process. Once logged in, navigate to the Game Coins section on the homepage, where you will find &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari for sale&lt;/a&gt;. Browse through the available options and decide on the amount of Solari you wish to buy, then proceed by clicking the &ldquo;Buy Now&rdquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your desired quantity, you will be guided to enter your purchasing details as prompted. Carefully fill in all the required information, double-checking to make sure everything is accurate. Next, choose your favored payment method from the available options and confirm your transaction by clicking &ldquo;Pay Now.&rdquo; Upon successful payment, your Dune: Awakening Solari will be credited to your account, allowing you to enjoy your enhanced in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(353, 512, '', 'Vertical Microdrama &#039;Swipe!&#039;&mdash;Shogun Films&#039; Bold Entry', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e0435c1256da93b68261gK7o679w03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e0435c1256da93b68261gK7o679w03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Shogun Films and Trinity Content join forces&lt;/p&gt;\n&lt;p&gt;to create vertical microdrama &#039;Swipe!&#039;&lt;/p&gt;\n&lt;p&gt;marking their entry into the booming short-form format arena.&lt;/p&gt;\n&lt;p&gt;Leading the cast is actor Nick Moran&lt;/p&gt;\n&lt;p&gt;stepping into the villain role&lt;/p&gt;\n&lt;p&gt;for this South London crime thriller.&lt;/p&gt;\n&lt;p&gt;The story centers on three young men&lt;/p&gt;\n&lt;p&gt;who stumble upon dangerous contraband&lt;/p&gt;\n&lt;p&gt;during a small-time shop robbery&lt;/p&gt;\n&lt;p&gt;becoming hunted prey&lt;/p&gt;\n&lt;p&gt;across a lethal urban landscape&lt;/p&gt;\n&lt;p&gt;as criminal networks close in.&lt;/p&gt;\n&lt;p&gt;Production aims for spring&lt;/p&gt;\n&lt;p&gt;with a unique dual-track strategy:&lt;/p&gt;\n&lt;p&gt;filming simultaneously&lt;/p&gt;\n&lt;p&gt;as both a vertical microdrama&lt;/p&gt;\n&lt;p&gt;and a traditional feature film.&lt;/p&gt;\n&lt;p&gt;Producer Jonathan Sothcott champions the format fit&lt;/p&gt;\n&lt;p&gt;noting British crime stories&#039; natural rhythm&lt;/p&gt;\n&lt;p&gt;with intense highs, lows, and bold characters&lt;/p&gt;\n&lt;p&gt;perfectly aligns with vertical storytelling&#039;s pace.&lt;/p&gt;\n&lt;p&gt;This project leverages Shogun&#039;s genre expertise&lt;/p&gt;\n&lt;p&gt;to conquer the rapidly growing microdrama market&lt;/p&gt;\n&lt;p&gt;while maintaining their core feature film output.&lt;/p&gt;\n&lt;p&gt;Trinity Content Partners will manage&lt;/p&gt;\n&lt;p&gt;worldwide sales and distribution&lt;/p&gt;\n&lt;p&gt;for both versions of &#039;Swipe!&#039;.&lt;/p&gt;\n&lt;p&gt;The partnership signals a broader strategy&lt;/p&gt;\n&lt;p&gt;with Shogun actively developing&lt;/p&gt;\n&lt;p&gt;additional vertical microdramas&lt;/p&gt;\n&lt;p&gt;including a vampire tale and police thriller.&lt;/p&gt;\n&lt;p&gt;&#039;Swipe!&#039; joins other titles&lt;/p&gt;\n&lt;p&gt;in the ongoing collaboration between Shogun and Trinity&lt;/p&gt;\n&lt;p&gt;such as &#039;Doctor Plague&#039; and &#039;Harbinger&#039;.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the enthralling fantasy adventures of Harry Potter, a boy who discovers he is a wizard, attends Hogwarts School, and confronts the dark wizard Voldemort, forging deep friendships along the way. For viewers wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, these beloved films are widely accessible on major streaming services and can also be purchased or rented digitally. Finding the most convenient platform often depends on your location and current subscription offerings.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. This VPN provides high-speed servers specifically optimized for seamless Netflix streaming, ensuring buffer-free playback and crystal-clear high-definition video. With lightning-fast connection speeds and dedicated technology, SafeShell VPN minimizes lag and interruptions, delivering an exceptional viewing experience. Additionally, its ability to connect multiple devices simultaneously across various operating systems means you can enjoy your favorite shows on all your gadgets without hassle, making it a versatile solution for any household.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN offers an exclusive App Mode that unlocks content from multiple regions at once, expanding your entertainment options beyond geographical limitations. Its top-level security features, including the proprietary ShellGuard protocol and advanced encryption, protect your privacy while browsing or streaming. Plus, with a flexible free trial plan, you can test all these benefits risk-free before committing, making SafeShell VPN an ideal, reliable choice for enhancing your Netflix experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Looking to embark on a magical journey with Harry Potter? &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; makes it possible to access these beloved films regardless of your location. Begin by visiting the SafeShell VPN website where you can select a subscription plan that aligns with your needs. After completing your purchase, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android&mdash;and install it following the on-screen instructions.&lt;/p&gt;\n&lt;p&gt;Once installation is complete, launch the SafeShell VPN application and log into your account. For the optimal streaming experience, select APP mode which is specifically designed to enhance your viewing pleasure. Next, browse through the available server list and connect to a location where Harry Potter is available in the streaming library&mdash;popular choices include servers in the US, UK, or Canada. Simply click the connect button and wait for the secure connection to establish.&lt;/p&gt;\n&lt;p&gt;With SafeShell VPN now running and connected to your chosen server, open your preferred streaming platform where Harry Potter is available. Sign in to your streaming account, search for Harry Potter in the catalog, and you&#039;ll find that the previously geo-restricted content is now accessible. Sit back, relax, and immerse yourself in the wizarding world of Hogwarts, all thanks to the secure and reliable connection provided by SafeShell VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(354, 513, '', 'Serie A POTM FC 26 &ndash; Voting, Dates &amp; Winners Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction to Serie A POTM in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in Serie A are recognized with special FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to support their favorite players by participating in the monthly voting process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cast your vote for who you think deserves to be named Serie A&rsquo;s Player of the Month for October!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Your vote helps decide which standout footballer will receive this exclusive in-game recognition.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 Nominees and Voting&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3efef682318fbafd1647BHFxWgK03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3efef682318fbafd1647BHFxWgK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3dd0f46885c2cbf4a21Lo1iTsGN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3e36888b709d93c881b1K7MWIlj03&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3e36888b709d93c881b1K7MWIlj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0907061933aa6ff883bqoaWiOl003&quot; height=&quot;18&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0907061933aa6ff883bqoaWiOl003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;32&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;View Results&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Serie A players are shortlisted as potential recipients of the special FC 26 Player of the Month (POTM) items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to participate by casting their votes for their favorite nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After the voting period concludes, the player with the highest number of votes is awarded the coveted POTM item for their outstanding performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e099dfab43aacebe055423TT1aVx03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e099dfab43aacebe055423TT1aVx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The list of candidates was revealed on October 2, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These individuals were selected as potential winners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement included all players in contention for the award.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e09b99f533e13e73e9adpvtQrqra03&quot; height=&quot;146&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e09b99f533e13e73e9adpvtQrqra03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes during the official window.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is open from October 2, 2025, at midnight until October 4, 2025, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate, visit the EA Website within the specified timeframe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community is encouraged to support the Serie A player they believe performed best throughout the month.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;October 2025 Winner Announcement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e09e8dc02a1d441245b6co41y8v603&quot; height=&quot;127&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e09e8dc02a1d441245b6co41y8v603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, one standout player in Serie A is selected for their exceptional performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The chosen player receives a unique FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For October, the recipient was revealed on October 9, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This recognition highlights the player&#039;s achievements and impact on the pitch during the month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and players can look forward to using the special POTM item in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0a28dc02a1d441245e0Y8hyZi4u03&quot; height=&quot;62&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0a28dc02a1d441245e0Y8hyZi4u03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Late October 2025 Nominees and Voting&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Serie A players are nominated for exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to cast their votes to support their favorite footballers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded a special FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0a6a29f09e352eb855dRxqHyk8P03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0a6a29f09e352eb855dRxqHyk8P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates was revealed on October 31, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOn this date, the official announcement regarding the nominees was made public.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOctober 31, 2025, marked the disclosure of those in contention for the award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0a72373050e868e345dtzaWwVcH03&quot; height=&quot;146&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0a72373050e868e345dtzaWwVcH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe official voting period begins on October 31, 2025 at midnight and concludes on November 2, 2025 at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can cast their votes through the EA Website during this window.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCommunity opinions play a key role in determining which player is most deserving of the award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;November 2025 Winner Announcement&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0aac69539fca3c8537bmTJMoixv03&quot; height=&quot;90&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0aac69539fca3c8537bmTJMoixv03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner took place on November 6, 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and participants awaited the results with anticipation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The winner&#039;s reveal marked the culmination of the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0abc69539fca3c85395TLiffiIm03&quot; height=&quot;48&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0abc69539fca3c85395TLiffiIm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upcoming POTM Cycles and Dates&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top-performing Serie A players are shortlisted as nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and community members have the opportunity to vote for their favorite footballers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the most votes is awarded the FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b099f533e13e73ea9bSQEhLii703&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b099f533e13e73ea9bSQEhLii703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of nominees is expected to be revealed on or around November 27, 2025.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official announcement of the candidates.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b27061933aa6ff8ab5FkSZmcIX03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b27061933aa6ff8ab5FkSZmcIX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVoting for the Serie A Player of the Month is scheduled to begin on November 27, 2025, at midnight and will conclude on November 29, 2025, at midnight.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans are encouraged to participate by casting their votes on the official EA website during this period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe community has the opportunity to support the players they believe are most deserving of the monthly award.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b545b43d644da01414tMj5QiEY03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b545b43d644da01414tMj5QiEY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on December 4, 2025 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates regarding the official reveal.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b8dfab43aacebe079ckT4Xr0Wd03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b8dfab43aacebe079ckT4Xr0Wd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in Serie A are selected as nominees for outstanding achievements.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in a voting process to determine which player stood out the most.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player who receives the highest votes is declared the winner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special FC 26 POTM items are awarded to the winner, celebrating their exceptional performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0bca29f09e352eb8649k0Buh1DN03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0bca29f09e352eb8649k0Buh1DN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of players selected as nominees is expected to be revealed around January 8, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and followers should anticipate the official announcement on this projected date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominated players will be made available once the announcement occurs.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0be4fdd4d4c2dc90870hfJieauY03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0be4fdd4d4c2dc90870hfJieauY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is scheduled to begin on January 8th, 2026 at midnight and will close on January 10th, 2026 at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate, visit the official EA website during the voting period.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Share your opinion on which player should be recognized as the top performer of the month according to the community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0c02b91bf97b6c0f6c9fsj2Siwm03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0c02b91bf97b6c0f6c9fsj2Siwm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on January 15, 2026 (this is a projected date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0c12b91bf97b6c0f6d97K069HEG03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0c12b91bf97b6c0f6d97K069HEG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout Serie A players are nominated for exceptional performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to participate by casting their votes for their favorite nominees.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The player with the highest number of votes is awarded a special FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0c6275218042b835e60QlLfViyU03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0c6275218042b835e60QlLfViyU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of players in contention will be revealed on January 29, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExpect the announcement of the candidates on this estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMark your calendar for January 29, 2026, when the potential awardees are set to be disclosed.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0c845b43d644da0151c1OvEVT9J03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0c845b43d644da0151c1OvEVT9J03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite Serie A players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is scheduled to begin on January 29, 2026, at midnight and will conclude on January 31, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate, supporters can visit the EA Website during the voting period.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community plays a crucial role in selecting the most deserving footballers for the monthly honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0ca8dc02a1d4412483ea0H6yB4903&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0ca8dc02a1d4412483ea0H6yB4903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on February 5, 2026.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis date is an estimate and may be subject to change.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for the official reveal of the winner.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0cb8dc02a1d4412485aXGi8sDwK03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0cb8dc02a1d4412485aXGi8sDwK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, top performers in Serie A are nominated for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select the standout player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The winner is awarded a special FC 26 Player of the Month (POTM) item.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0cf7061933aa6ff8cfbUjkqugqS03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0cf7061933aa6ff8cfbUjkqugqS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of potential candidates is expected to be revealed around March 5, 2026 (tentative date).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDetails regarding the nominees will be made public on this estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans and followers can look forward to the official announcement of the nominees in early March 2026.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0d1d3161f9aaba19f41HokXzmYh03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0d1d3161f9aaba19f41HokXzmYh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the chance to cast their votes for their favorite Serie A players each month.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting is scheduled to open on March 5, 2026, at midnight and will close on March 7, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate, visit the official EA website during the voting period.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community&rsquo;s opinions help determine which standout players will be awarded the coveted Player of the Month honors.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0d38dc02a1d441248e43svYTaNH03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0d38dc02a1d441248e43svYTaNH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The announcement of the winner is expected to take place on March 12, 2026 (tentative date).&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0d5a29f09e352eb8801N6BcFzoK03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0d5a29f09e352eb8801N6BcFzoK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Serie A are nominated for recognition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans and experts participate in the voting process to select their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The chosen winner is awarded a unique FC 26 POTM item, celebrating their exceptional achievements on the pitch.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0d9275218042b835fceBK8F86vH03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0d9275218042b835fceBK8F86vH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;799&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of players in contention will be revealed around April 2, 2026 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExpect the official announcement of nominees on or near this estimated date.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKeep an eye out for updates regarding which players are shortlisted for consideration.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0db1e0a2061ccd6b879DRzEyPKz03&quot; height=&quot;165&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0db1e0a2061ccd6b879DRzEyPKz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans have the opportunity to cast their votes for their favorite players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The voting period is expected to begin on April 2, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voting will close on April 4, 2026, at midnight.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votes can be submitted through the official EA website.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The community plays a key role in selecting which players are recognized for their outstanding performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0dd4ac521f7f14c1273fZ3Hy5qT03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0dd4ac521f7f14c1273fZ3Hy5qT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe announcement of the winner is expected to take place on April 9, 2026 (date subject to change).\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStay tuned for updates regarding the official reveal.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFurther information will be provided as the date approaches.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Overview of Winners, Players, Nations, and Clubs&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0de4d42bf75c4872855SyyEUtqH03&quot; height=&quot;33&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0de4d42bf75c4872855SyyEUtqH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each month, standout performers in Serie A are recognized with exclusive FC 26 POTM cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special items are awarded to players who have delivered exceptional performances.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHonorees come from a variety of clubs across the league.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPlayers of different nationalities are eligible for the award.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe list of winners is updated regularly to reflect the most recent recipients.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans can look forward to seeing which top talents are featured each month as the competition continues.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0e0a29f09e352eb88d3lAuiOjXi03&quot; height=&quot;768&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0e0a29f09e352eb88d3lAuiOjXi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;485&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0e31e0a2061ccd6b902ZiLt0yrV03&quot; height=&quot;427&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0e31e0a2061ccd6b902ZiLt0yrV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nations&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0e51e0a2061ccd6b934FiApQ0Tk03&quot; height=&quot;296&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0e51e0a2061ccd6b934FiApQ0Tk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Clubs&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0e7275218042b836086UvdcP2gO03&quot; height=&quot;202&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0e7275218042b836086UvdcP2gO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Release times are displayed according to the UK time zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All timings provided refer to the United Kingdom time standard.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Please note that all schedules use UK local time.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions about FC 26 Serie A POTM&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0e92b91bf97b6c0f835do7qxDOp03&quot; height=&quot;183&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0e92b91bf97b6c0f835do7qxDOp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnique FC 26 Serie A Player of the Month (POTM) items feature upgraded stats and are awarded to standout performers each month.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe selection process combines statistical analysis from Stats Perform and Hawk-Eye tracking data, with a final winner determined via public voting in collaboration with EA and Lega Serie A.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSix nominees are chosen monthly, with the shortlist announced on the last Thursday of the month or sometimes the first Thursday of the next.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFans can participate in the voting by visiting the official EA website during the nomination period.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe release of the Serie A POTM item usually occurs on the first Thursday of the month, but exact dates may vary.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWinners and nominees are publicly listed, allowing fans to keep track of who receives the monthly honor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo obtain the special POTM card, players must complete a dedicated Squad Building Challenge (SBC) once the winner is revealed. These cards feature dynamic artwork and enhanced attributes.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSerie A POTM items were first introduced in FIFA 22, with the inaugural award given in September 2021.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOver the course of a season, EA typically releases eight Serie A POTM cards, each commemorating a different monthly winner.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re finding yourself short on coins in &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa 2026&lt;/a&gt; and want to elevate your Ultimate Team experience, look no further than the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; trading platform! Whether you&rsquo;re aiming to build your dream squad or unlock exclusive packs, buying &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; through lootbar is the fastest way to boost your progress. Don&rsquo;t let a lack of &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt; hold you back&mdash;visit lootbar.gg to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc 26 coins&lt;/a&gt; easily and securely, and get right back into the action.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What sets lootbar apart is its unbeatable combination of best prices, 100% secure transactions, and lightning-fast delivery. With regular discounts and special promotions reaching up to 8%, you get more FC 26 coins for less money. Lootbar&rsquo;s advanced encryption ensures your payments are always protected, while their 24/7 customer service team is ready to help you at any time. Plus, with a Trustpilot rating of 4.9 and countless user recommendations, you can trust lootbar to deliver your fifa 2026 coins quickly&mdash;often within just half an hour. Choose lootbar today for the ultimate fut coins buying experience!&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(355, 514, '', 'Cybersitter Controversy: Censorship &amp; IP Disputes', '&lt;p&gt;Among global filtering software developers, it is noteworthy that Chinese programmers opted for Solid Oak Software&#039;s Cybersitter for their alleged piracy activities.&lt;/p&gt;\n&lt;p&gt;This choice is less about the software&#039;s superiority and more about its historical alignment with strict control measures favored by Beijing.&lt;/p&gt;\n&lt;p&gt;Cybersitter has long been known for its rigorous enforcement of content restrictions, making it a fitting tool for those seeking heavy-handed oversight.&lt;/p&gt;\n&lt;p&gt;Thus, the selection reflects a preference for software that embodies the kind of centralized, authoritative filtering that Chinese authorities endorse.The Cybersitter Controversy: When Censorship Meets Intellectual Property&lt;/p&gt;\n&lt;p&gt;In an ironic twist of digital fate, the company that once aggressively blocked websites mentioning phrases like &quot;don&#039;t buy Cybersitter&quot; now finds itself at the center of an international intellectual property dispute.&lt;/p&gt;\n&lt;p&gt;Solid Oak Software, developer of the contentious Cybersitter filtering program, has alleged that Chinese contractors developing the Green Dam filtering software stole their proprietary code. This accusation carries significant implications for US manufacturers who may face legal exposure when shipping products with the disputed software to Chinese markets.&lt;/p&gt;\n&lt;p&gt;The controversy surrounding Solid Oak dates back to the mid-1990s internet era. During this period, their filtering software gained notoriety not merely for blocking pornographic content but for extending its reach to organizations like the National Organization for Women, LGBT support resources, and even seemingly innocuous sites about Plymouth Rock history.&lt;/p&gt;\n&lt;p&gt;Company president Brian Milburn&#039;s confrontational approach to criticism further tarnished Solid Oak&#039;s reputation. When challenged by Vanderbilt student Bennett Haselton, Milburn dismissively suggested the young researcher should &quot;hang out at the mall with the other kids.&quot; The company&#039;s hostility extended to journalists, with Milburn reportedly requesting a Department of Justice investigation against reporter Declan McCullagh for alleged reverse engineering.&lt;/p&gt;\n&lt;p&gt;Perhaps most concerning was Cybersitter&#039;s technical approach to censorship. Unlike competitors who could block specific URLs, Solid Oak&#039;s software sometimes blocked entire domains when targeting individual critics, demonstrating a troubling overreach in its filtering capabilities.&lt;/p&gt;\n&lt;p&gt;The current situation presents a remarkable instance of karmic symmetry. After years of international outcry against China&#039;s compulsory filtering program failed to effect change, it may be Solid Oak&#039;s piracy allegations that finally convinced Beijing to make Green Dam optional rather than mandatory.&lt;/p&gt;\n&lt;p&gt;This case illustrates how two entities with questionable commitments to free expression have inadvertently checked each other&#039;s power. While intellectual property theft deserves appropriate consequences, there&#039;s a certain poetic justice in watching these censorship advocates become entangled in their own contradictions.&lt;/p&gt;\n&lt;p&gt;The situation serves as a sobering reminder about the complex intersection of technology, censorship, and intellectual property rights in our increasingly connected digital landscape.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to maintain privacy during sensitive browsing and to bypass regional restrictions that prevent access. Unblocking porn refers to the process of overcoming these geographical or institutional blocks, allowing users to freely reach adult websites that would otherwise be unavailable or restricted in their location. This ensures individuals can access desired content privately and without limitations.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, SafeShell VPN is an excellent solution to consider. 1. The SafeShell VPN offers a wide network of servers worldwide, enabling users to bypass geo-blocks effortlessly and gain access to their preferred adult content regardless of regional restrictions. 2. Its innovative App Mode feature allows simultaneous unlocking of content from multiple regions, providing a seamless and versatile browsing experience without the need to switch servers constantly. 3. The lightning-fast speeds delivered by SafeShell VPN ensure smooth streaming of high-definition videos without buffering, making your browsing both efficient and enjoyable. 4. Additionally, its advanced ShellGuard protocol guarantees top-level security and privacy, protecting your online activities from surveillance and potential intruders. 5. With support for multiple devices, SafeShell VPN ensures comprehensive protection across all your gadgets, maintaining your privacy and unblocking porn sites across your entire digital ecosystem.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing region-restricted adult content, first acquire &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; through their official website. Select an appropriate subscription plan that aligns with your usage requirements.&lt;/p&gt;\n&lt;p&gt;Next, download the SafeShell VPN application onto your device and complete the installation. Launch the app and activate its specialized App Mode for optimized performance and broader access.&lt;/p&gt;\n\n&lt;p&gt;Once configured, carefully choose your desired virtual location from SafeShell VPN&#039;s extensive global server list.&lt;/p&gt;\n&lt;p&gt;After establishing a secure connection to the selected server, you can initiate your browser and navigate to the adult content platforms of that specific region, benefiting from SafeShell VPN&#039;s encryption that safeguards your online privacy throughout the session.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(356, 515, '', 'Stranger Things Latest Updates &ndash; Season 5 Premiere News', '&lt;h3&gt;Stranger Things Latest Updates&lt;/h3&gt;\n&lt;p&gt;In Hawkins, Indiana&lt;/p&gt;\n&lt;p&gt;a girl with extraordinary abilities emerged from hiding&lt;/p&gt;\n&lt;p&gt;pursued by shadowy government agents&lt;/p&gt;\n\n&lt;p&gt;Her discovery by three determined youths&lt;/p&gt;\n&lt;p&gt;came during their relentless quest&lt;/p&gt;\n&lt;p&gt;for their vanished friend Will Byers&lt;/p&gt;\n\n&lt;p&gt;Known only as Eleven&lt;/p&gt;\n&lt;p&gt;she wielded powers beyond imagination&lt;/p&gt;\n&lt;p&gt;to aid their desperate search&lt;/p&gt;\n\n&lt;p&gt;This pivotal 1983 mystery&lt;/p&gt;\n&lt;p&gt;continues in &lt;em&gt;Stranger Things 5&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;premiering June 2nd&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0f712fc3e97308a7248USsrouCZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0f712fc3e97308a7248USsrouCZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Reigns supreme this week, the undisputed ruler.&lt;/p&gt;\n&lt;p&gt;Champagne problems.&lt;/p&gt;\n&lt;p&gt;Charts.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fae911bf2536de6c2az5m107Py07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fae911bf2536de6c2az5m107Py07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Explore the fascinating journey of &lt;em&gt;Stranger Things&lt;/em&gt; through eleven iconic artifacts, tracing its evolution from inception to cultural phenomenon. Delve into the story behind each item that has shaped the show&#039;s legacy. Mark your calendar for October 28 to uncover these intriguing pieces and celebrate the series&#039; enduring impact.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fc676999334a104dcadDpAw3qO07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fc676999334a104dcadDpAw3qO07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Mark your calendars for an epic conclusion!&lt;/p&gt;\n&lt;p&gt;On October 23, the highly anticipated finale of &quot;Stranger Things&quot; debuts exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;Enthusiasts can also catch special screenings at chosen theaters during immersive fan gatherings.&lt;/p&gt;\n&lt;p&gt;This dual-release strategy offers unique communal viewing opportunities.&lt;/p&gt;\n&lt;p&gt;Prepare for an unforgettable experience celebrating the beloved series&#039; climax.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0ffad24ece77887f54dH9YT9pI907&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0ffad24ece77887f54dH9YT9pI907&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Fans worldwide have designated November 6 as Stranger Things Day&mdash;a dedicated occasion to express their admiration for the captivating universe of Stranger Things. However, the enthusiasm has expanded beyond a single day, now encompassing the entire season of the show.&lt;/p&gt;\n&lt;p&gt;At Netflix, we&#039;re celebrating this milestone with exclusive screenings, limited-edition merchandise available both online and in stores globally, and a variety of special events. Discover how you can join in the festivities and honor the character Will Byers, the wise hero of the series.&lt;/p&gt;\n&lt;p&gt;Our celebration includes engaging activities, unique merchandise, exclusive video content, and the latest news updates.&lt;/p&gt;\n&lt;p&gt;Additionally, the thrill continues at Six Flags Fright Fest Extreme, where fans can experience Stranger Things-themed attractions across six parks in the United States, including locations in Valencia, California, and Jackson Township, New Jersey. Secure your tickets today at sixflags.com and immerse yourself in the Upside Down&mdash;just watch out for Vecna!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1ec4d42bf75c48731d3JHbkYYiY03&quot; height=&quot;585&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1ec4d42bf75c48731d3JHbkYYiY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The acclaimed &quot;Stranger Things: The First Shadow&quot; is making its way to Broadway following a successful West End run. This canonical prequel delves into Hawkins&#039; past, specifically 1959, before the supernatural events that define the hit Netflix series.&lt;/p&gt;\n&lt;p&gt;The narrative follows younger versions of beloved characters including Jim Hopper, Bob Newby, and Joyce Maldonado as they navigate typical teenage troubles. Their lives intersect with newcomer Henry Creel, whose family&#039;s attempt at a fresh start unveils dark connections to Hawkins&#039; mysterious history.&lt;/p&gt;\n&lt;p&gt;This theatrical experience stems from a collaboration between the Duffer Brothers, writer Kate Trefry, and Jack Thorne (known for his work on &quot;Enola Holmes 2&quot;). The production has earned critical acclaim, including an Olivier Award during its London run.&lt;/p&gt;\n&lt;p&gt;The Phoenix Theatre in London will continue hosting performances until April 2025, while Broadway performances will begin in spring 2025. Louis McCartney will cross the Atlantic with the production, continuing his role as Henry Creel.&lt;/p&gt;\n&lt;p&gt;Fans eager to secure tickets or receive updates can follow the official production accounts across social media platforms including Instagram, TikTok, Facebook, and X.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1ed56cf04e61cce889fxbiGuCS603&quot; height=&quot;14&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1ed56cf04e61cce889fxbiGuCS603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f156cf04e61cce88cfHNZJYp6T03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f156cf04e61cce88cfHNZJYp6T03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting New Merchandise Alert for Stranger Things Fans!&lt;/p&gt;\n&lt;p&gt;Get ready for an expansion of the Stranger Things Squishmallows collection! Starting November 7th, fan-favorite Hellfire Club members Eddie and Dustin will join the lineup, available exclusively through Squishmallows.com priced at $24.99 each. Note that these adorable plushies come in different sizes - Eddie at 8 inches and Dustin at 5 inches.&lt;/p&gt;\n&lt;p&gt;These new additions complement the existing collection that features Eleven and the Demogorgon, which fans can currently find at Walmart. The good news doesn&#039;t stop there - Max Mayfield and Vecna Squishmallows are also scheduled for a November release!&lt;/p&gt;\n&lt;p&gt;In other exciting Stranger Things merchandise news, Pandora has announced its first-ever Netflix collaboration featuring jewelry inspired by the hit show. This special collection includes a variety of pieces such as charms, bracelets, rings, and earrings, all designed to capture iconic moments from the series while incorporating subtle 1980s design elements. This worldwide release gives fans another way to showcase their love for the show through wearable, collectible items crafted with attention to detail.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f45c1256da93b6965coFrKlhIU03&quot; height=&quot;600&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f45c1256da93b6965coFrKlhIU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Dive into Hawkins&#039; nostalgic universe through Pandora&#039;s glow-in-the-dark charms and friendship rings, embodying the show&#039;s core themes.&lt;/p&gt;\n&lt;p&gt;This limited collection celebrates community bonds, mirroring Eleven&rsquo;s journey and the unshakeable power found in togetherness.&lt;/p&gt;\n&lt;p&gt;Iconic motifs like the Demogorgon and Eleven&rsquo;s 011 symbol transform shared passions into tangible keepsakes.&lt;/p&gt;\n&lt;p&gt;As spooky season arrives, channel your favorite characters&mdash;from Mike and Will to the Scoops Troop&mdash;for Halloween night.&lt;/p&gt;\n&lt;p&gt;Transform your home with eerie flair: hunt for the 7-foot inflatable Demogorgon and pumpkin carving kits nationwide.&lt;/p&gt;\n&lt;p&gt;Before battling real monsters, the gang conquered fantasy realms in Dungeons &amp;amp; Dragons.&lt;/p&gt;\n&lt;p&gt;Their legendary campaigns unfold in the new Dark Horse Comics series, &quot;Stranger Things x Dungeons &amp;amp; Dragons: The Rise of Hellfire.&quot;&lt;/p&gt;\n&lt;p&gt;Launching February 2025, monthly issues explore Eddie Munson&rsquo;s rise to Hellfire Club leader.&lt;/p&gt;\n&lt;p&gt;Witness his recruitment of Lucas, Dustin, and Mike, plus flashbacks to the epic quests that forged their fellowship.&lt;/p&gt;\n&lt;p&gt;Mark release dates:&lt;/p&gt;\n&lt;p&gt;Issue #1: Feb. 19&lt;/p&gt;\n&lt;p&gt;Issue #2: March 26&lt;/p&gt;\n&lt;p&gt;Issue #3: April 30&lt;/p&gt;\n&lt;p&gt;Issue #4: June 4&lt;/p&gt;\n&lt;p&gt;Prepare for a dice-rolling odyssey into the Party&rsquo;s origins.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f97061933aa6ffa290R4qAuMfX03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1f97061933aa6ffa290R4qAuMfX03&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting News for Fans: Stranger Things Collaborations Hit the Market&lt;/p&gt;\n&lt;p&gt;In a thrilling announcement for enthusiasts of the supernatural hit series, a special collaboration between Stranger Things and the legendary band Talking Heads has launched on Netflix&#039;s official merchandise platform. This exclusive collection draws inspiration from the iconic &quot;Psycho Killer&quot; track that memorably introduced viewers to fan-favorite character Eddie Munson in the show&#039;s fourth season.&lt;/p&gt;\n&lt;p&gt;The limited-time merchandise line offers fans a unique opportunity to own pieces that celebrate this perfect musical pairing between the beloved series and classic rock.&lt;/p&gt;\n&lt;p&gt;Meanwhile, fitness enthusiasts can experience Hawkins in an entirely new way through an innovative partnership with Peloton. The exercise equipment company has created an exclusive Stranger Things-themed level for their Lanebreak platform, combining immersive gaming elements with the show&#039;s atmospheric soundtrack.&lt;/p&gt;\n&lt;p&gt;&quot;This collaboration represents our commitment to creating engaging fitness experiences,&quot; explains Jim Green of Peloton. &quot;We&#039;re blending entertainment with exercise to keep our members motivated in fresh and exciting ways.&quot;&lt;/p&gt;\n&lt;p&gt;The special 20-minute workout class, featuring music and visuals from the supernatural series, arrives just in time for Halloween season. Peloton users across the United States, Canada, United Kingdom, Germany, and Austria will have limited-time access to this unique fitness experience on both bike and tread equipment.&lt;/p&gt;\n&lt;p&gt;These collaborations demonstrate how the cultural phenomenon continues to expand beyond traditional entertainment boundaries, offering fans new ways to engage with the Upside Down universe through fashion, music, and fitness.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e1fcdfab43aacebe1d99PiYLJbXZ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e1fcdfab43aacebe1d99PiYLJbXZ03&quot; width=&quot;661&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Celebrate with interdimensional snacks invading Mexican retailers!&lt;/p&gt;\n&lt;p&gt;Grab two extraordinary Holanda Scoops Ahoy ice cream creations first&lt;/p&gt;\n&lt;p&gt;Then discover Slim Pop popcorn infused with otherworldly inspiration&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss the Fud pizza featuring exclusive Demogorgon-infused black sauce&lt;/p&gt;\n&lt;p&gt;Hunt down these limited-edition Stranger Things treats at Walmart locations nationwide&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e200a29f09e352eb994ftMGitJeR03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e200a29f09e352eb994ftMGitJeR03&quot; width=&quot;622&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Stranger Things Fever Sweeps Brazil with Exciting Merchandise&lt;/p&gt;\n&lt;p&gt;The global phenomenon of Stranger Things has ignited a merchandise explosion across Brazil, with fans eagerly embracing themed products from multiple brands.&lt;/p&gt;\n&lt;p&gt;Hellmann&#039;s has captured the supernatural spirit of the show by introducing their limited-edition &quot;Sinister Bacon&quot; mayonnaise, bringing an otherworldly flavor to Brazilian kitchens and barbecues.&lt;/p&gt;\n&lt;p&gt;Fashion enthusiasts can step into the Upside Down with the exclusive Stranger Things footwear collection available at Katarze.com, featuring designs inspired by iconic elements from the series.&lt;/p&gt;\n&lt;p&gt;For students and office workers, Tilibra has unveiled a new line of notebooks adorned with characters and symbols from the hit Netflix show, perfect for jotting down theories about the latest season.&lt;/p&gt;\n&lt;p&gt;Meanwhile, Chilli Beans has transported customers back to the 1980s with their retro-inspired collection of watches and eyewear, cleverly incorporating hidden references and Easter eggs that dedicated fans will appreciate.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e203dfab43aacebe1e0fxHp29Qp603&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e203dfab43aacebe1e0fxHp29Qp603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Stranger Things Apparel Collection&lt;/h3&gt;\n&lt;p&gt;Step into the world of Hawkins without leaving your closet.&lt;/p&gt;\n&lt;p&gt;Iconic creatures and unforgettable characters&lt;/p&gt;\n&lt;p&gt;from the beloved series&lt;/p&gt;\n&lt;p&gt;find new life on exceptional apparel.&lt;/p&gt;\n&lt;p&gt;RSVLTS unveils its inaugural Stranger Things range,&lt;/p&gt;\n&lt;p&gt;transforming signature moments into wearable art.&lt;/p&gt;\n&lt;p&gt;Discover meticulously crafted button-downs,&lt;/p&gt;\n&lt;p&gt;vibrant graphic tees,&lt;/p&gt;\n&lt;p&gt;and durable outerwear.&lt;/p&gt;\n&lt;p&gt;Complete your look with distinctive hats&lt;/p&gt;\n&lt;p&gt;and other accessories from the Upside Down.&lt;/p&gt;\n&lt;p&gt;Each piece is a tangible piece of nostalgia,&lt;/p&gt;\n&lt;p&gt;a tribute to the show&#039;s wild adventures.&lt;/p&gt;\n&lt;p&gt;Experience RSVLTS&#039; renowned quality&lt;/p&gt;\n&lt;p&gt;and imaginative design firsthand,&lt;/p&gt;\n&lt;p&gt;capturing the essence of the series.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e209103af720f40bdeb120mwJSW803&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e209103af720f40bdeb120mwJSW803&quot; width=&quot;563&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Renowned for its high-quality playing cards, Brujula has introduced a special limited-edition set themed around the popular series &lt;em&gt;Stranger Things&lt;/em&gt;. This unique collection draws inspiration from the mysterious atmosphere of Hawkins and the sinister realm of the Upside Down, reflected in detailed and artistic designs. Ideal for avid collectors and card game lovers alike, this deck is an essential addition for fans of &lt;em&gt;Stranger Things&lt;/em&gt; seeking a distinctive and collectible item.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e20cc8552d5a2a040f3cN1mPpRND03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e20cc8552d5a2a040f3cN1mPpRND03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Stepping back in time, the latest shoe release from a renowned British footwear brand evokes nostalgic vibes from the late 1980s.&lt;/p&gt;\n&lt;p&gt;These new designs feature vibrant color combinations reminiscent of the era, blended with robust construction that promises to withstand daily adventures.&lt;/p&gt;\n&lt;p&gt;The playful aesthetic captures the essence of &#039;80s fashion while maintaining practical durability for today&#039;s wearers.&lt;/p&gt;\n&lt;p&gt;What makes this collection particularly special is its availability across age ranges, with identical styles offered in both children&#039;s and adult sizing. This creates perfect opportunities for family coordination, whether enjoying video games together or settling in for a movie night.&lt;/p&gt;\n&lt;p&gt;British shoppers can find these retro-inspired shoes online through the brand&#039;s official website or at various retail partners throughout the United Kingdom.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e211a29f09e352eb9a31PGeIsm1e03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e211a29f09e352eb9a31PGeIsm1e03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Gu continues to solidify its reputation as a go-to brand for stylish yet budget-friendly casual wear with the launch of its latest &lt;em&gt;Stranger Things&lt;/em&gt; collection. This new lineup features a variety of eye-catching graphic T-shirts, cozy hoodies, and fashionable accessories, all designed to capture the essence of Hawkins&#039; beloved characters and their supernatural adventures. Fans of the series can now showcase their enthusiasm through wearable art inspired by the show&#039;s mysterious and supernatural themes, making everyday fashion a tribute to the iconic series.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e21256cf04e61cce8a8fbfwwaKBq03&quot; height=&quot;14&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e21256cf04e61cce8a8fbfwwaKBq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e215fa0ebe4d198c8c881KFipB1N03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e215fa0ebe4d198c8c881KFipB1N03&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e2187061933aa6ffa462fIR4EZzY03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e2187061933aa6ffa462fIR4EZzY03&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e2194ac521f7f14c242cQhFf4jH003&quot; height=&quot;14&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e2194ac521f7f14c242cQhFf4jH003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e194d5bfe5291a65b5a7RAZJUBtb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e194d5bfe5291a65b5a7RAZJUBtb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting news for fans: the titles for the fifth season of &lt;em&gt;Stranger Things&lt;/em&gt; have been revealed.  &lt;/p&gt;\n&lt;p&gt;Fans can look forward to the show&#039;s highly anticipated return in 2025.&lt;/p&gt;\n&lt;p&gt;Mark your calendars for September 4th to stay updated on all the latest developments.&lt;/p&gt;\n&lt;p&gt;Duration: approximately 52 seconds.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e19868c2a135ee0df71f6PDwkpDy07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e19868c2a135ee0df71f6PDwkpDy07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the latest updates on Stranger Things season 5.&lt;/p&gt;\n&lt;p&gt;All episodes of Volume 1 are now available to watch online.&lt;/p&gt;\n&lt;p&gt;Reported by Tara Bitran on June 1.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e19cf2ced19d388ed351kzohtEdZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e19cf2ced19d388ed351kzohtEdZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A fresh glimpse has emerged from the theatrical shadows.&lt;/p&gt;\n&lt;p&gt;The acclaimed Broadway phenomenon, &lt;em&gt;Stranger Things: The First Shadow&lt;/em&gt;, tantalizes audiences anew.&lt;/p&gt;\n&lt;p&gt;Capturing the essence of its Netflix predecessor, this Tony-honored production continues its reign.&lt;/p&gt;\n&lt;p&gt;Its latest preview offers a haunting portal into Hawkins&#039; earliest mysteries.&lt;/p&gt;\n&lt;p&gt;Audiences flock, cementing its status as a must-see event.&lt;/p&gt;\n&lt;p&gt;The trailer teases intricate stagecraft and otherworldly encounters.&lt;/p&gt;\n&lt;p&gt;This live experience expands the beloved saga&#039;s lore dramatically.&lt;/p&gt;\n&lt;p&gt;Fans worldwide anticipate unraveling its dark, visual spectacle.&lt;/p&gt;\n&lt;p&gt;The play&#039;s success echoes far beyond the neon glow of Times Square.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e19f04ad1d10ae3229fagEtgUE9d07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e19f04ad1d10ae3229fagEtgUE9d07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exclusive insights premiere tonight at seven o&#039;clock.&lt;/p&gt;\n&lt;p&gt;Journey deep into the eerie upside down with Will.&lt;/p&gt;\n&lt;p&gt;Discover untold moments from the set of season five.&lt;/p&gt;\n&lt;p&gt;This special segment wraps up in just under ten minutes.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1a4a970dbc1ba743c1eKXq9KigN07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1a4a970dbc1ba743c1eKXq9KigN07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Peeling back the curtain on &lt;em&gt;Stranger Things&lt;/em&gt; season five&#039;s inaugural chapter&lt;/p&gt;\n&lt;p&gt;reveals the meticulous effort beneath its supernatural surface.&lt;/p&gt;\n&lt;p&gt;Production crews navigated intricate sets long after sunset&lt;/p&gt;\n&lt;p&gt;crafting the eerie atmosphere fans crave.&lt;/p&gt;\n&lt;p&gt;Precision timing defined the shoot&lt;/p&gt;\n&lt;p&gt;with a crucial sequence demanding exact execution at 14 minutes and 27 seconds into filming.&lt;/p&gt;\n&lt;p&gt;This unseen dedication fuels the show&#039;s magic&lt;/p&gt;\n&lt;p&gt;every frame a testament to hours invested beyond the camera&#039;s view.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1a8359cb14856421440JQfJbXF407&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1a8359cb14856421440JQfJbXF407&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the shadowy corners of the filming process, a captivating scene unfolds from the upcoming &lt;em&gt;Stranger Things 5&lt;/em&gt;.  &lt;/p&gt;\n&lt;p&gt;Titled &lt;em&gt;Stranger Scenes: Karen Versus the Demogorgon&lt;/em&gt;, this segment offers a rare glimpse into the intense moments behind the camera.  &lt;/p&gt;\n&lt;p&gt;Set to air at 7:00 pm, viewers can anticipate an exclusive look at the dramatic confrontation that promises to heighten the show&#039;s suspense.&lt;/p&gt;\n&lt;p&gt;The segment concludes at 11:35, leaving fans eager for more insights into the thrilling production.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1ab8f24ad269237cb48usENpJul07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1ab8f24ad269237cb48usENpJul07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unveiling the secrets behind the latest installment&lt;/p&gt;\n&lt;p&gt;In the fourth chapter titled &quot;Sorcerer&quot; of Stranger Things 5&lt;/p&gt;\n&lt;p&gt;Fans can expect a deeper look into the mysterious elements of the story&lt;/p&gt;\n&lt;p&gt;Scheduled for release at 7:00 pm&lt;/p&gt;\n&lt;p&gt;Stay tuned for insights and exclusive behind-the-scenes glimpses at 13:56&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1ad44d486c6cd5d8db16bIGXGcK07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1ad44d486c6cd5d8db16bIGXGcK07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In an exclusive behind-the-scenes look, fans gain insight into the making of the highly anticipated &lt;em&gt;Stranger Things 5&lt;/em&gt;. One of the standout moments features an intense showdown between Mac and Z, showcasing the dramatic action sequences that keep viewers on the edge of their seats. The scene unfolds at 7:00 pm, with additional footage available at the 14:10 mark, offering a deeper dive into the creative process behind this thrilling battle.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1b0b191542edde1ba6czVuFfHC007&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1b0b191542edde1ba6czVuFfHC007&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Delve into the tense atmosphere surrounding this pivotal installment of the hit series.&lt;/p&gt;\n&lt;p&gt;Production teams navigated intricate challenges to bring &quot;The Turnbow Trap&quot; to life.&lt;/p&gt;\n&lt;p&gt;Broadcast at 7:00 pm, the episode&#039;s gripping 12:03 runtime packed intense narrative developments.&lt;/p&gt;\n&lt;p&gt;Its carefully constructed suspense solidified its place as a standout chapter.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1b2f87e258b1f0d6c7cGg4vgVRk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1b2f87e258b1f0d6c7cGg4vgVRk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The billboard war escalates in Hawkins as production for the final season intensifies. Competing advertisements now dominate the skyline, with rival companies vying for prime placement near filming locations.&lt;/p&gt;\n&lt;p&gt;Local businesses report unprecedented interest in promotional opportunities connected to the show&#039;s conclusion. Marketing agencies have established temporary offices in town, coordinating elaborate campaigns that hint at plot elements without revealing spoilers.&lt;/p&gt;\n&lt;p&gt;&quot;We&#039;ve never seen anything like it,&quot; remarked a city official. &quot;The economic impact is substantial, but managing the advertising frenzy has become a full-time job.&quot;&lt;/p&gt;\n&lt;p&gt;Crew members navigate through a transformed landscape where every surface seems to feature some connection to the series. Several scenes reportedly required digital alteration in post-production to remove unintended billboard appearances.&lt;/p&gt;\n&lt;p&gt;Production designers have incorporated some advertisements into the narrative, creating period-appropriate versions that blend seamlessly with the show&#039;s 1980s aesthetic.&lt;/p&gt;\n&lt;p&gt;Fans tracking filming progress note how the billboard phenomenon has become an unexpected subplot in the final season&#039;s creation story.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1b518f095eb6727a82b0KlZi4Vd07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1b518f095eb6727a82b0KlZi4Vd07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used for watching a wide array of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the ability to access content that is normally restricted due to regional or network restrictions, often achieved through VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted Netflix libraries through Netflix unblock, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents a highly effective solution. It excels at bypassing geo-blocks and Netflix&#039;s sophisticated VPN detection systems, granting you immediate access to the full global catalog of shows and movies regardless of your physical location. This core functionality makes SafeShell VPN a prime choice for unlocking diverse international Netflix content.&lt;/p&gt;\n\n&lt;p&gt;Beyond unparalleled Netflix access, SafeShell VPN offers significant user benefits. It prioritizes your online security with robust encryption protocols like its proprietary ShellGuard, safeguarding your data and privacy from surveillance. Experience seamless, buffer-free streaming thanks to high-speed servers optimized specifically for Netflix and other platforms. The unique App Mode further enhances versatility by allowing simultaneous access to multiple regional libraries. With support for connecting up to five devices concurrently across various operating systems and a flexible free trial plan, SafeShell VPN delivers a secure, fast, and convenient streaming experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries through &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first secure a subscription by visiting the official website and selecting a suitable plan. Complete the payment process to gain access credentials. Next, download and install the SafeShell VPN application specific to your operating system (Windows, macOS, iOS, Android) directly from their platform. Ensure a successful installation before proceeding.&lt;/p&gt;\n\n&lt;p&gt;Launch the SafeShell VPN app and log in using your account details. For optimal Netflix streaming, navigate to the settings and choose the dedicated APP mode. Then, browse the extensive server list and select a VPN server located in your desired content region (such as Japan, Brazil, or Germany). Once connected to this server, simply open your Netflix app or website, log into your account, and instantly enjoy the region-specific catalog made accessible via the SafeShell Netflix VPN connection.&lt;/p&gt;', 9, 'game'),
(357, 516, '', 'Wyze Window Cam &ndash; Indoor Security Reimagined', '&lt;p&gt;Wyze reimagines indoor security with its innovative Window Cam&lt;/p&gt;\n&lt;p&gt;designed to capture outdoor activity through your glass panes.&lt;/p&gt;\n&lt;p&gt;Simply attach it to any interior window surface using adhesive strips&lt;/p&gt;\n&lt;p&gt;eliminating complex tools or permanent alterations to your home.&lt;/p&gt;\n&lt;p&gt;Experience remarkable night vision capabilities with an advanced f/1.0 aperture lens&lt;/p&gt;\n&lt;p&gt;delivering vivid color footage in near-total darkness&lt;/p&gt;\n&lt;p&gt;surpassing competitors&#039; grainy monochrome alternatives.&lt;/p&gt;\n&lt;p&gt;Monitor driveways, gardens and entryways with crisp HD streaming&lt;/p&gt;\n&lt;p&gt;while two-way audio enables communication through the companion app&lt;/p&gt;\n&lt;p&gt;(microphone clarity through glass remains field-test pending).&lt;/p&gt;\n&lt;p&gt;Smart detection technology tags moving subjects in real-time video feeds&lt;/p&gt;\n&lt;p&gt;and sends instant alerts when activity occurs near your property.&lt;/p&gt;\n&lt;p&gt;Create compressed timelapse recordings directly within the Wyze application&lt;/p&gt;\n&lt;p&gt;with effortless Bluetooth setup and 2.4GHz Wi-Fi connectivity.&lt;/p&gt;\n&lt;p&gt;Compatible with major smart ecosystems including Alexa and Google Assistant&lt;/p&gt;\n&lt;p&gt;plus existing Wyze automations for seamless smart home integration.&lt;/p&gt;\n&lt;p&gt;Offering flexible storage solutions: continuous recording to microSD cards (up to 512GB)&lt;/p&gt;\n&lt;p&gt;or optional $2.99/month cloud backups for off-device security.&lt;/p&gt;\n&lt;p&gt;Priced accessibly at $34.98&lt;/p&gt;\n&lt;p&gt;this tool-free solution brings professional outdoor monitoring indoors.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to overcome regional censorship and protect their privacy while accessing adult content. Porn unblocked refers to the unrestricted ability to view such material, achieved by using a VPN to bypass geographical restrictions and conceal online activity. This allows individuals to access sites freely and anonymously, ensuring their browsing remains private.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by unblocking porn sites, SafeShell VPN offers a comprehensive solution worth considering. This powerful VPN service allows you to bypass geographical restrictions while maintaining complete privacy through advanced encryption protocols. With SafeShell VPN, you can easily access content that might otherwise be unavailable in your location, ensuring a seamless browsing experience without compromising on security or speed.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out from competitors with several exceptional benefits. Its lightning-fast connection speeds ensure you won&#039;t experience frustrating buffering while streaming content. The innovative App Mode feature allows you to access content from multiple regions simultaneously without constantly switching servers. Additionally, SafeShell VPN&#039;s exclusive ShellGuard protocol provides superior encryption that keeps your browsing activities completely private from ISPs and network administrators. With support for up to five devices simultaneously across various platforms including Windows, iOS, Android, and smart TVs, SafeShell VPN delivers comprehensive protection for all your digital activities.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to watch porn content of any region, first subscribe to SafeShell VPN by visiting their official website and selecting a suitable plan. Next, download and install the SafeShell app on your preferred device(s). Once installed, open the app and enable App Mode to maximize your flexibility and access options. Then, select your desired server location from SafeShell VPN&rsquo;s extensive global network to bypass regional restrictions effectively. Finally, browse the internet with complete privacy and unrestricted access, enjoying your favorite adult content without geographical limitations.&lt;/p&gt;', 9, 'game'),
(358, 517, '', 'PUBG Mobile x BabyMonster &ndash; New Event, Rewards &amp; Stage', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e033ecf89b5d19441bfdwYzkWwOS03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e033ecf89b5d19441bfdwYzkWwOS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;PUBG Mobile has once again teamed up with the renowned K-pop girl group BabyMonster, igniting the battlegrounds with fresh excitement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The collaboration kicked off on November 21st and will run through December 31st, offering players a plethora of themed rewards and surprises.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A highlight of this partnership is the introduction of a new performance stage on Erangel, where players can witness BabyMonster&rsquo;s live appearances and interact with exclusive items designed to enhance gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The event features a special lucky spin system, allowing participants to win a variety of BabyMonster-inspired gear and collectibles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Following a successful previous collaboration, many familiar features like photo booths and video buses are back, positioned at strategic locations across the map for players to enjoy and share their experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, a new live-action trailer showcases BabyMonster&rsquo;s energetic performances and their journey through battle, emphasizing their rise and shine in the gaming universe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This partnership not only brings new outfits and rewards but also enriches the overall game atmosphere with interactive stages and themed events, making the current update a must-experience for fans and players alike.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e038fa0ebe4d198c88fcy5JRJri303&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e038fa0ebe4d198c88fcy5JRJri303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are invited to experience the exciting new promotional booths, where they can take selfies with members of the popular K-pop girl group BabyMonster and earn exclusive rewards. The group, managed by YG Entertainment, features seven talented members who have quickly risen to fame.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Set to debut in 2024 with their first single, &quot;Dream,&quot; BabyMonster is celebrated for their impressive vocal abilities, rap skills, and adorable dance routines. Their rising popularity has garnered them a dedicated global fanbase and a significant presence on social media platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The previous collaboration between PUBG Mobile and BabyMonster was a huge hit, leaving fans thrilled and marking one of the most successful partnerships in the game&#039;s history.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To participate in the latest rewards, players can try their luck with the new Lucky Spin event. Each spin costs 40 UC, while a 10-spin bundle is available for 360 UC. Additionally, lucky spin vouchers can be used to reduce the cost, making it easier to win exclusive outfits and items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e03c7061933aa6ff823aU2VKCKMQ03&quot; height=&quot;546&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e03c7061933aa6ff823aU2VKCKMQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Accumulating a sufficient number of lucky tokens allows players to exchange them for exclusive items at the redemption center. Among the available rewards are some of the most sought-after outfits, including the Rami, Rora, Asa, Chiquita, Pharita, Ruka, and the coveted Ahyeon sets, each boasting a mythic or iconic status.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond fashionable attire, players can also unlock legendary headgear, special BabyMonster emotes, popular items, voice packs featuring BabyMonster, and additional lucky tokens. This event stands out as one of the most comprehensive lucky spins recently, offering a wide array of prizes and collectibles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A notable feature is the prize draw counter, where participants have the chance to win valuable items such as upgrade materials, or the exclusive BabyMonster Horn set outfit, adding an extra layer of excitement to the spin experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Explore more about PUBG Mobile collaborations and top loot spots by checking out our other articles:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPUBG Mobile x Balenciaga partnership introduces fresh lucky spins and luxury outfits\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTop ten loot locations to visit on the Vikendi map\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe best ten loot spots on the Erangel map\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PUBG UC: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; is the exclusive currency used in PUBG to unlock special features, including character outfits, weapon skins, and the Royale Pass, giving players more ways to express their style in the game. Players looking to get PUBG UC can visit popular game trading platforms like Midasbuy, Codashop, and SEAGM, where they can easily top up their accounts. By obtaining PUBG UC through these trusted platforms, users can quickly access premium content and enhance their gameplay experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy PUBG UC from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC buy&lt;/a&gt;, considering the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform could be an excellent choice. lootbar.gg stands out for its user-friendly interface, making the &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;pubg top up&lt;/a&gt; process simple and quick. The platform allows gamers to enjoy &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;pubg mobile direct top up&lt;/a&gt; at any time, thanks to instant purchase features that ensure you can get UC whenever you need it.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar.gg is the competitive pricing it offers. Players can purchase PUBG UC at discounted rates, which makes topping up more affordable compared to many other platforms. Additionally, lootbar provides incredible promotions, such as special deals for new users that let you buy gaming products at a fraction of the cost. This commitment to value helps users maximize their in-game experience without overspending.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar prioritizes safety and convenience for every transaction. All purchases are supported by a 100% cash-back guarantee, giving players peace of mind. The platform also features 24/7 online customer service to resolve any issues promptly, and advanced security measures to protect your data and funds. With these benefits, lootbar is a reliable and attractive option for anyone who wants to PUBG UC buy with confidence.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up PUBG Mobile on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG top up&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Set your preferred language and currency type, then log into your account. Once logged in, locate the top-up column and select PUBG Mobile as your chosen game. Next, decide on the amount of PUBG UC you wish to purchase and click on &ldquo;Top-up Now&rdquo; to proceed with your order.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting the desired UC amount, you will be prompted to enter your PUBG Mobile user ID (UID) to ensure the credits are delivered to the correct account. Double-check your UID for accuracy before continuing. Then, click the Top-up button and choose your preferred payment method from the available options. Complete the payment process, and your PUBG UC will be credited to your account shortly, allowing you to enjoy a seamless PUBG top up experience through LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(359, 518, '', 'Best VPNs for Netflix &ndash; Top Picks for Streaming Abroad', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6928e2614ac521f7f14c283a7mJs2yp703&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6928e2614ac521f7f14c283a7mJs2yp703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Best VPNs for Netflix Access&lt;/h3&gt;\n&lt;p&gt;Struggling to stream familiar Netflix content while traveling abroad?&lt;/p&gt;\n&lt;p&gt;Geo-restrictions often disrupt your viewing experience unexpectedly.&lt;/p&gt;\n&lt;p&gt;Virtual private networks can bypass these limitations, but reliable free options remain elusive.&lt;/p&gt;\n&lt;p&gt;Most complimentary VPNs trigger Netflix&#039;s proxy detection, resulting in frustrating error messages.&lt;/p&gt;\n&lt;p&gt;Common issues include sluggish speeds, insufficient server options, and compromised privacy standards.&lt;/p&gt;\n&lt;p&gt;Consider these premium alternatives offering risk-free trial periods:&lt;/p&gt;\n&lt;p&gt;Surfshark delivers budget-friendly access with unlimited device connections&lt;/p&gt;\n&lt;p&gt;ExpressVPN boasts exceptional speed and seamless Netflix unblocking capabilities&lt;/p&gt;\n&lt;p&gt;CyberGhost provides specialized streaming servers across numerous regions&lt;/p&gt;\n&lt;p&gt;ProtonVPN maintains strong security protocols while accessing multiple Netflix libraries&lt;/p&gt;\n&lt;p&gt;PrivateVPN offers surprisingly robust performance at minimal cost&lt;/p&gt;\n&lt;p&gt;For optimal results:&lt;/p&gt;\n&lt;p&gt;Select a provider with proven Netflix compatibility&lt;/p&gt;\n&lt;p&gt;Install their application on your preferred device&lt;/p&gt;\n&lt;p&gt;Connect to a server matching your desired content region&lt;/p&gt;\n&lt;p&gt;Launch Netflix to enjoy unrestricted streaming&lt;/p&gt;\n&lt;p&gt;Remember to cancel subscriptions before trial expiration for complimentary access&lt;/p&gt;\n&lt;p&gt;Important considerations:&lt;/p&gt;\n&lt;p&gt;Truly free VPNs rarely sustain Netflix access due to aggressive blocking&lt;/p&gt;\n&lt;p&gt;Premium services with money-back guarantees provide temporary free usage&lt;/p&gt;\n&lt;p&gt;Our recommendations undergo continuous testing for reliable performance&lt;/p&gt;\n&lt;p&gt;Many offer full refunds within 30-45 days if unsatisfied&lt;/p&gt;\n&lt;p&gt;Prioritize security and speed when choosing your temporary solution&lt;/p&gt;\n&lt;p&gt;Enjoy uninterrupted streaming during travels without compromising privacy&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fb9bc2cd1a7f5b4ac7NAGE9gGc07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fb9bc2cd1a7f5b4ac7NAGE9gGc07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;How do we pick VPNs that unlock Netflix without costing a dime? Our focus lands on these key questions:&lt;/p&gt;\n&lt;p&gt;Can it handle Netflix?&lt;/p&gt;\n&lt;p&gt;The crucial test is accessing multiple Netflix regions reliably, plus other major streamers like Disney+ or Prime Video.&lt;/p&gt;\n&lt;p&gt;Is it fast enough?&lt;/p&gt;\n&lt;p&gt;Slow speeds ruin streaming with endless buffering; we rejected any VPN unable to deliver smooth playback.&lt;/p&gt;\n&lt;p&gt;Costs nothing?&lt;/p&gt;\n&lt;p&gt;Truly free access is rare, so we prioritized services offering generous trials or risk-free money-back periods.&lt;/p&gt;\n&lt;p&gt;Keeps your data safe?&lt;/p&gt;\n&lt;p&gt;Robust encryption and privacy features are non-negotiable to shield your activity from snoops and hackers.&lt;/p&gt;\n&lt;p&gt;Easy to use?&lt;/p&gt;\n&lt;p&gt;A confusing interface shouldn&#039;t block your entertainment; we favored intuitive apps anyone can navigate.&lt;/p&gt;\n&lt;p&gt;After thorough evaluation across these areas, the following providers stood out for accessing Netflix affordably.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix  Tested Nov 2025NordVPN stands out as the premier option for Netflix streaming. With its impressive global network spanning over 7,700 servers across more than 118 countries, it offers exceptional reliability for accessing the streaming platform.&lt;/p&gt;\n&lt;p&gt;When using NordVPN with Netflix, you&#039;ll enjoy consistent access to various regional libraries. The service successfully unblocks catalogs from the United States, United Kingdom, Australia, Canada, Netherlands, and Italy.&lt;/p&gt;\n&lt;p&gt;It&#039;s worth noting that if you connect to servers in countries outside these specified regions, NordVPN will automatically redirect your connection to the US Netflix library, ensuring you still have access to a wide range of content.&lt;/p&gt;\n&lt;p&gt;The extensive server network provides users with multiple connection options, making it an ideal choice for those seeking a dependable VPN solution for their Netflix viewing needs.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c5651f391d26d1501defzQLgODKp03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c5651f391d26d1501defzQLgODKp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During our testing, NordVPN demonstrated impressive speeds, achieving an average of 200.79 Mbps when connected to US servers. This performance outpaced other providers by over 62 Mbps, ensuring smooth 4K Netflix streaming without buffering or lag.&lt;/p&gt;\n&lt;p&gt;The NordVPN application prioritizes security, offering robust encryption protocols, leak prevention measures, and a kill switch to safeguard your connection. It also includes perfect forward secrecy, enhancing your privacy. For users who frequently stream on mobile networks, automatic Wi-Fi protection adds an extra layer of security. Importantly, NordVPN maintains a strict no-logs policy, ensuring your browsing remains private.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1b218f095eb6727a81dzPTbW9QO07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1b218f095eb6727a81dzPTbW9QO07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Desktop clients are compatible with Windows, macOS, and Linux systems, while mobile apps are available for iOS and Android through their respective app stores. Each subscription plan permits up to six devices connected simultaneously.&lt;/p&gt;\n&lt;p&gt;Consider choosing this VPN if you desire a risk-free experience with a 30-day money-back guarantee, enabling you to watch Netflix from abroad without worries. It boasts over 7,700 servers spread across more than 118 countries, helping you bypass congestion and enjoy seamless streaming. The VPN provides lightning-fast speeds suitable for streaming 4K content on Netflix, even when traveling. Additionally, it grants access to multiple Netflix regional libraries, including the US, UK, Australia, Netherlands, Italy, and others. If security is a priority, especially on public Wi-Fi networks while abroad, this VPN offers robust protection.&lt;/p&gt;\n&lt;p&gt;However, this service might not be the best choice if you prefer automatic, instant server switching optimized specifically for Netflix without manual selection.&lt;/p&gt;\n&lt;p&gt;Our top pick for Netflix streaming is NordVPN. It delivers exceptionally high speeds, making it perfect for smooth streaming experiences. Plus, it offers affordable monthly pricing along with a 30-day money-back guarantee, ensuring a risk-free trial.&lt;/p&gt;\n&lt;p&gt;For a comprehensive overview, refer to our detailed review of NordVPN.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix  Tested Nov 2025Accessing diverse Netflix libraries globally is made easy with certain VPN services. One such option offers secure connectivity to multiple regional content libraries, including those from the United States, United Kingdom, France, India, and the Netherlands.&lt;/p&gt;\n&lt;p&gt;Similar to other premium VPN providers, this service features automatic redirection capabilities. If you attempt to connect through a server in a location where Netflix doesn&#039;t support a specific library, you&#039;ll be seamlessly redirected to the US Netflix catalog.&lt;/p&gt;\n&lt;p&gt;This functionality proves particularly beneficial for American travelers. When abroad, instead of connecting to distant US-based servers, users can simply connect to the nearest available server. The system will automatically provide access to their familiar US content library, ensuring both convenience and improved performance while maintaining security.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c597379273285fb44f90AkSyruXb03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c597379273285fb44f90AkSyruXb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;If you&#039;re searching for a cost-effective VPN that supports unrestricted device connections, Surfshark stands out as a top choice. It offers competitive pricing and permits unlimited simultaneous connections, making it ideal for households or multiple users. The VPN&#039;s speed performance is impressive, averaging around 197.51 Mbps in our evaluations, just behind NordVPN, ensuring smooth streaming and browsing experiences.&lt;/p&gt;\n&lt;p&gt;In terms of security, Surfshark maintains robust protocols, including advanced encryption standards, a reliable kill switch to prevent data leaks, leak protection features, and a strict zero-logs policy that prioritizes user privacy. These features collectively provide a secure and private VPN experience suitable for streaming services like Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6872f388f0ac29649af5e70cz9IC0awC03&quot; height=&quot;714&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6872f388f0ac29649af5e70cz9IC0awC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Looking for a VPN that works seamlessly across various platforms? This service offers dedicated apps for Windows, macOS, iOS, Android, and Linux, each equipped with an intuitive graphical user interface for easy navigation.&lt;/p&gt;\n&lt;p&gt;Consider choosing this VPN if you want to:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nConnect unlimited devices simultaneously, perfect for sharing with friends and family while streaming Netflix.\n&lt;/li&gt;\n&lt;li&gt;\nAccess multiple Netflix regions like the US, UK, France, India, and the Netherlands without hassle.\n&lt;/li&gt;\n&lt;li&gt;\nUse split tunneling via the app to prioritize streaming traffic effortlessly.\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy ultra-fast 4K streaming speeds, averaging around 197.51 Mbps, to prevent buffering interruptions.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;However, it might not be suitable if you favor a sleek, minimalist interface design that minimizes visual clutter.&lt;/p&gt;\n&lt;p&gt;For budget-conscious users, Surfshark stands out as an affordable option, allowing unlimited Netflix streams across all your devices at a low monthly rate, backed by a 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;Explore our comprehensive Surfshark review for more insights.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;IPVanish boasts a network of around 2,400 servers distributed over 140 different locations worldwide. This extensive coverage enables users to enjoy unrestricted access to popular streaming services like Netflix from virtually any place.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6885693d4cd61ce3f232c2328Wy3fXD203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6885693d4cd61ce3f232c2328Wy3fXD203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming enthusiasts seeking a reliable Netflix VPN solution will find exceptional performance with unlimited device connections under one subscription. The service delivers impressive streaming capabilities, maintaining consistent speeds between 171-180 Mbps when connected to American servers - perfect for buffer-free 4K content.&lt;/p&gt;\n&lt;p&gt;Beyond streaming performance, this provider excels in protective measures with military-grade encryption standards. Your online activities remain shielded through comprehensive safeguards including automatic DNS/IPv6 leak prevention and an emergency disconnection system that activates if your secure connection drops unexpectedly.&lt;/p&gt;\n&lt;p&gt;Additional features enhance user experience with selective routing technology that allows specific apps to bypass the VPN, while integrated blocking tools eliminate unwanted advertisements and tracking scripts. These combined capabilities create an ideal balance of streaming performance and digital privacy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c5cbc69dcb452adfb3c1D3ix4LZY03&quot; height=&quot;233&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c5cbc69dcb452adfb3c1D3ix4LZY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;If you&#039;re seeking a VPN that can bypass restrictions on streaming services like Netflix, consider options that feature advanced obfuscation techniques. Some VPNs utilize a data obfuscation function that disguises VPN traffic, making it indistinguishable from regular internet activity, though currently this feature is primarily compatible with the OpenVPN protocol.&lt;/p&gt;\n&lt;p&gt;Security and privacy are paramount; reputable providers often operate without logging any user activity. For instance, certain VPN services undergo independent audits to verify their no-logs commitments, providing users with added assurance.&lt;/p&gt;\n&lt;p&gt;Device compatibility is another key factor. Leading VPNs typically support a broad range of platforms including Android, iOS, Windows, Linux, and macOS. Many also offer manual configuration for routers, enabling entire networks to benefit from VPN protection.&lt;/p&gt;\n&lt;p&gt;Long-term subscription plans frequently come with benefits such as money-back guarantees&mdash;often 30 days or more&mdash;and trial periods, including free trials for mobile applications lasting several days. Customer support is usually accessible via live chat, ready to assist with setup or troubleshooting.&lt;/p&gt;\n&lt;p&gt;When selecting a free VPN for streaming, consider whether the service allows unlimited simultaneous connections, includes features like ad blocking to enhance viewing experience, or offers customizable options such as split tunneling at the application level. Additionally, ensure the provider&rsquo;s privacy policies are transparent and independently verified.&lt;/p&gt;\n&lt;p&gt;However, be cautious if the VPN provider is based in a jurisdiction involved in international intelligence alliances, such as the Five Eyes, as this may impact privacy. Also, check whether the VPN supports access to a diverse range of Netflix libraries; some free options may have limited content availability compared to premium services.&lt;/p&gt;\n&lt;p&gt;Ultimately, for secure and unrestricted streaming from anywhere in the world, opt for a user-friendly VPN with a solid no-logs policy, proven performance, and flexible trial options. Many top providers offer comprehensive reviews and guarantees to help you make an informed choice.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;Streaming VPN Options&lt;/h3&gt;\n&lt;p&gt;ExpressVPN effectively unlocks several major Netflix libraries at no cost for up to a month.&lt;/p&gt;\n&lt;p&gt;Take advantage of their straightforward 30-day money-back policy for temporary access.&lt;/p&gt;\n&lt;p&gt;This VPN reliably connects to Netflix US, UK, Australia, Canada, Japan, and France.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Beyond Netflix, it also grants entry to platforms like BBC iPlayer and Hulu.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Consider it a risk-free trial period for streaming your favorite international content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c5fcf4973592aac865dfJYlolsil03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c5fcf4973592aac865dfJYlolsil03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When selecting a free VPN for streaming Netflix, speed and reliability are key factors. While many free options may struggle with bandwidth limitations, some providers offer decent performance for light to moderate viewing.&lt;/p&gt;\n&lt;p&gt;For instance, certain free VPN services have optimized their servers to enhance speed, enabling smoother streaming experiences. In recent tests, one such service managed an average download speed of around 50 Mbps, which can support HD streaming on multiple devices simultaneously. However, streaming in 4K quality often requires higher bandwidth, and free VPNs may not consistently deliver this.&lt;/p&gt;\n&lt;p&gt;The variety of server locations is another consideration. Paid VPNs typically boast extensive networks across numerous countries, providing access to diverse Netflix libraries worldwide. Free options might offer limited server choices, restricting access to region-specific content.&lt;/p&gt;\n&lt;p&gt;Security features are also vital. While premium VPNs include advanced protections like military-grade encryption, automatic obfuscation, kill switches, leak prevention, and strict no-logs policies, free VPNs may lack some of these features. Therefore, it&rsquo;s important to review the privacy policies of free services to ensure your data remains protected during streaming sessions.&lt;/p&gt;\n&lt;p&gt;In summary, although free VPNs can sometimes facilitate streaming Netflix, their limitations in speed, server variety, and security make them less ideal for consistent, high-quality viewing. For a better experience, opting for a reputable paid VPN might be worth considering.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e1e9ceeebd064df2a73ayWCYq7ZH07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e1e9ceeebd064df2a73ayWCYq7ZH07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This VPN service supports multiple platforms including macOS, Windows, Linux, Android, and iOS, ensuring broad device compatibility. Advanced users can configure the VPN on various routers, with ExpressVPN offering its own custom firmware to simplify setup. Customer support is available 24/7, ready to assist with any inquiries or technical issues.&lt;/p&gt;\n&lt;p&gt;Consider subscribing if you seek a hassle-free experience with Netflix, thanks to automated access that minimizes troubleshooting. The service also provides a generous 30-day money-back guarantee, allowing you to try it risk-free. Router support enables streaming on smart TVs or when connected to public Wi-Fi networks, ensuring flexibility and convenience. Additionally, the VPN maintains stable speeds suitable for 4K streaming, averaging around 125.99 Mbps.&lt;/p&gt;\n&lt;p&gt;However, this VPN might not be ideal if you&#039;re looking for the most affordable option after a free trial, or if you prefer dedicated streaming servers with clear labels to avoid trial-and-error connections.&lt;/p&gt;\n&lt;p&gt;You can test its capabilities with a free trial&mdash;ExpressVPN offers a 30-day money-back guarantee, allowing you to enjoy a month of high-speed, secure streaming without commitment. Its reliable performance across numerous streaming platforms makes it a popular choice for many users.&lt;/p&gt;\n&lt;p&gt;For a comprehensive understanding, check out our detailed review of ExpressVPN.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix  Tested Nov 2025CyberGhost stands out as a user-friendly VPN perfect for newcomers, especially those interested in streaming content. Its intuitive interface clearly indicates which servers are optimized for various streaming platforms, reducing the need for technical support. With CyberGhost, users can reliably unblock several Netflix regions such as the United States, United Kingdom, France, Germany, and Italy, ensuring a smooth and secure viewing experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686b0b42f110c008c91266994WUtQ6fi03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686b0b42f110c008c91266994WUtQ6fi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In our recent performance evaluations, this VPN service demonstrated impressive velocity metrics, with an average throughput of 140.89 Mbps. Such speeds ensure seamless Netflix streaming experiences without buffering interruptions.&lt;/p&gt;\n&lt;p&gt;Despite its affordable pricing structure, the service maintains robust security protocols. Users benefit from military-grade 256-bit encryption standards, comprehensive leak prevention mechanisms, and automatic connection termination features across all supported devices.&lt;/p&gt;\n&lt;p&gt;The provider&#039;s strict zero-logging policy further enhances privacy protection, ensuring your viewing habits remain confidential. These capabilities make it equally suitable for other demanding online activities beyond Netflix streaming, including online gaming with minimal latency, secure file sharing, and high-definition video conferencing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6872f41f8d506d6bdb737a6bHW1V8Xk303&quot; height=&quot;410&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6872f41f8d506d6bdb737a6bHW1V8Xk303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;CyberGhost VPN offers comprehensive device support across Windows, macOS, iOS, Android, and Linux platforms, allowing simultaneous connections on up to seven devices. While they do provide free browser extensions, these won&#039;t help with Netflix streaming.&lt;/p&gt;\n&lt;p&gt;Consider CyberGhost if you&#039;re looking for a user-friendly streaming solution with clearly marked Netflix-compatible servers that eliminate guesswork. Their generous 45-day refund policy gives you ample time to test their service, and their intuitive interface is perfect for streaming beginners.&lt;/p&gt;\n&lt;p&gt;However, CyberGhost may not be ideal if you&#039;re in a country with heavy internet restrictions, as their performance can be inconsistent in such regions. Additionally, tech-savvy users seeking advanced configuration options might find their service somewhat limiting.&lt;/p&gt;\n&lt;p&gt;The service delivers impressive speeds optimized for streaming platforms, making it a cost-effective choice for Netflix enthusiasts. All subscriptions include their extensive money-back guarantee, allowing for risk-free testing.&lt;/p&gt;\n&lt;p&gt;For more detailed information, their comprehensive review is available online.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt;PureVPN provides reliable access to US and UK Netflix libraries from anywhere.&lt;/p&gt;\n&lt;p&gt;While not a free service, its 31-day money-back guarantee offers a risk-free trial period.&lt;/p&gt;\n&lt;p&gt;Test its performance with various streaming platforms during this time.&lt;/p&gt;\n&lt;p&gt;The extensive server network spans over 65 countries globally.&lt;/p&gt;\n&lt;p&gt;Request a full refund if it doesn&#039;t fulfill your streaming expectations.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6886baea8de4336d53308c6fXluhIoIl03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6886baea8de4336d53308c6fXluhIoIl03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PureVPN demonstrated an average download speed of approximately 136 Mbps during testing, with some fluctuations observed. Despite these variations, even the slowest recorded speeds were sufficient for smooth, high-definition streaming without interruptions or buffering issues.&lt;/p&gt;\n&lt;p&gt;Beyond simply providing access to streaming platforms like Netflix, security is a primary concern. PureVPN employs robust encryption standards, ensuring that your online activities are shielded from prying eyes. Features such as a kill switch and leak protection further enhance your privacy by preventing accidental exposure of data. An independent audit confirmed that PureVPN maintains a strict no-logs policy, so your browsing history remains private. Additionally, its automatic obfuscation technology allows users to securely access content and browse safely even in restrictive regions like China or the UAE.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6861d12e1af19e12a772657bgD3o9eUb03&quot; height=&quot;417&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6861d12e1af19e12a772657bgD3o9eUb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PureVPN delivers Netflix streaming across devices via dedicated apps for Windows, macOS, Linux, Android, and iOS.&lt;/p&gt;\n&lt;p&gt;Router configuration is also supported for broader network coverage.&lt;/p&gt;\n&lt;p&gt;You can maintain up to 10 concurrent connections on a single subscription.&lt;/p&gt;\n&lt;p&gt;Its customer support team offers round-the-clock live chat assistance.&lt;/p&gt;\n&lt;p&gt;Ideal for users needing multiple simultaneous streams or navigating strict geo-blocks.&lt;/p&gt;\n&lt;p&gt;Be aware that connection speeds might show occasional inconsistency during use.&lt;/p&gt;\n&lt;p&gt;The service does not incorporate an ad-blocking feature within its package.&lt;/p&gt;\n&lt;p&gt;Enjoy seamless access to international libraries like Mexican Netflix securely.&lt;/p&gt;\n&lt;p&gt;Combining high-speed servers with responsive assistance ensures reliable streaming.&lt;/p&gt;\n&lt;p&gt;All plans are backed by a 31-day satisfaction guarantee for risk-free testing.&lt;/p&gt;\n&lt;p&gt;For deeper insights, explore the comprehensive PureVPN analysis available.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e212504e87aa59a66c5aPjBNF83c07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e212504e87aa59a66c5aPjBNF83c07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Best VPNs for Netflix&lt;/h3&gt;\n&lt;p&gt;ProtonVPN boasts an extensive network of servers across over 117 nations, simplifying the process of streaming Netflix seamlessly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68a50db0039aaa3d6879622eGgvsrFqU03&quot; height=&quot;380&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68a50db0039aaa3d6879622eGgvsrFqU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Bypassing geo-blocks requires robust security and reliable speeds&mdash;essential for buffer-free streaming. ProtonVPN delivers here with uncrackable encryption, DNS leak protection, and audited no-log policies.&lt;/p&gt;\n&lt;p&gt;Free plans fall short for major platforms like Netflix; paid tiers unlock streaming access. These subscriptions include 24/7 live chat support and an ad-blocker.&lt;/p&gt;\n&lt;p&gt;Performance shines with 140+ Mbps speeds, enabling simultaneous 4K viewing across multiple devices. Advanced features include:&lt;/p&gt;\n&lt;p&gt;Kill switch functionality&lt;/p&gt;\n&lt;p&gt;Multi-hop server routing&lt;/p&gt;\n&lt;p&gt;Selective app bypass controls&lt;/p&gt;\n&lt;p&gt;Privacy extends to anonymous sign-ups via Bitcoin or cash payments. Try risk-free thanks to a 30-day refund guarantee.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68a50db4039aaa3d6879624eq9tNbQoF03&quot; height=&quot;529&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68a50db4039aaa3d6879624eq9tNbQoF03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring the Best Free VPNs for Netflix Streaming&lt;/p&gt;\n&lt;p&gt;If you&#039;re looking for cost-effective ways to access Netflix content from different regions, ProtonVPN stands out as a notable free option. This Swiss-based service provides applications compatible with multiple platforms including iOS, Android, Windows, macOS, and Linux operating systems. For those preferring a whole-home solution, ProtonVPN also supports router installations through their detailed manual configuration guides.&lt;/p&gt;\n&lt;p&gt;When considering ProtonVPN for Netflix streaming, there are several advantages worth highlighting. The service delivers impressive security protocols that protect your viewing activity while maintaining connection speeds averaging 140 Mbps - sufficient for high-definition streaming across multiple devices simultaneously. Their commitment to transparency is demonstrated through regular independent security audits.&lt;/p&gt;\n&lt;p&gt;However, ProtonVPN may not be ideal for everyone. The interface features numerous advanced options that might be intimidating for first-time VPN users. Additionally, unlike some competitors, ProtonVPN doesn&#039;t specifically label servers optimized for Netflix access, requiring some trial and error to find working connections.&lt;/p&gt;\n&lt;p&gt;The service backs its premium offerings with a 30-day refund policy, allowing risk-free testing of its Netflix compatibility. While the free tier has limitations, it provides a good introduction to their service before committing to a subscription.&lt;/p&gt;\n&lt;p&gt;For comprehensive streaming performance, ProtonVPN&#039;s paid plans deliver consistent Netflix access with round-the-clock customer support to resolve any connectivity issues you might encounter during your streaming sessions.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with Netflix  Tested Nov 2025PrivateVPN is a lesser-known service provider that has earned recognition within the VPN community. Despite its modest network of approximately 200 servers, it effectively enables users to unlock popular streaming services such as Netflix, Amazon Prime Video, and BBC iPlayer. The VPN is compatible with several Netflix regional libraries, including those from the United Kingdom, United States, Australia, Japan, Spain, and Germany, ensuring a broad range of content access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6861d15e41469f519a25789bDVH3BmNy03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6861d15e41469f519a25789bDVH3BmNy03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For seamless 4K Netflix streaming, PrivateVPN delivers reliable performance.&lt;/p&gt;\n&lt;p&gt;Though its average download speed of 52.87 Mbps trails some rivals, it remains fully capable of handling ultra-high-definition content.&lt;/p&gt;\n&lt;p&gt;Achieving this does require a sufficient base internet speed (tested at 250 Mbps); otherwise, consider alternative VPN services.&lt;/p&gt;\n\n&lt;p&gt;Security remains a strong suit with robust 256-bit encryption protecting your data.&lt;/p&gt;\n&lt;p&gt;Its apps feature an automatic kill switch to halt traffic if the VPN connection drops unexpectedly.&lt;/p&gt;\n&lt;p&gt;Privacy is further assured as PrivateVPN adheres to a strict no-logs policy.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e234b2c58e1ec2037b86VVeGm9TO07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e234b2c58e1ec2037b86VVeGm9TO07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Accessing Netflix globally requires VPNs that beat geo-blocks. While free options exist, their limitations make paid services with trial periods smarter choices. Consider these streaming essentials:&lt;/p&gt;\n&lt;p&gt;Prioritize providers enabling HD playback without buffering&lt;/p&gt;\n&lt;p&gt;Choose services actively maintaining streaming-optimized servers&lt;/p&gt;\n&lt;p&gt;Ensure apps cover all your devices seamlessly&lt;/p&gt;\n&lt;p&gt;The ideal solution? Capitalize on money-back guarantees. These effectively offer risk-free temporary access. Some services even provide outright free trials - perfect for short-term viewing needs.&lt;/p&gt;\n&lt;p&gt;For Netflix streaming, avoid VPNs lacking:&lt;/p&gt;\n&lt;p&gt;Consistent high-speed connections for UHD content&lt;/p&gt;\n&lt;p&gt;Specialized servers updated against Netflix VPN detection&lt;/p&gt;\n&lt;p&gt;Adequate bandwidth for uninterrupted viewing&lt;/p&gt;\n&lt;p&gt;Free VPNs typically disappoint streamers due to:&lt;/p&gt;\n&lt;p&gt;Intrusive data collection practices&lt;/p&gt;\n&lt;p&gt;Server networks throttled by overcrowding&lt;/p&gt;\n&lt;p&gt;Inability to reliably bypass Netflix restrictions&lt;/p&gt;\n&lt;p&gt;We thoroughly evaluated providers based on these streaming-specific criteria. The refund guarantee approach delivers premium access without long-term commitment, bypassing free VPN pitfalls entirely.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fbd5bfe5291a65b388JXGe472l07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fbd5bfe5291a65b388JXGe472l07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring Free VPN Options for Netflix Streaming&lt;/p&gt;\n&lt;p&gt;When looking for a no-cost VPN solution for Netflix, several factors deserve consideration beyond just price. Our comprehensive evaluation methodology examined multiple critical aspects of VPN performance specifically for streaming purposes.&lt;/p&gt;\n&lt;p&gt;Our analysis incorporated connection speed benchmarks, global server distribution, compatibility with various Netflix regional libraries, and security protocols. Each factor received a weighted importance rating that contributed to the final assessment.&lt;/p&gt;\n&lt;p&gt;While premium services typically offer superior performance, some free alternatives can provide limited functionality for casual viewers. However, it&#039;s important to understand their limitations regarding server options, speed restrictions, and data caps that might affect your streaming experience.&lt;/p&gt;\n&lt;p&gt;Speed remains a crucial consideration for Netflix users. For standard definition content, even modest connections suffice, but HD and especially 4K streaming demand significantly more bandwidth. Our testing protocol involved standardized connection measurements using Ookla&#039;s speed testing platform across various server locations to simulate real-world usage scenarios.&lt;/p&gt;\n&lt;p&gt;Server availability directly impacts your ability to access region-specific content libraries. The most effective services maintain extensive networks across key streaming markets including the United States, United Kingdom, Japan, and Australia. This geographical diversity allows users to explore Netflix&#039;s complete global content offering.&lt;/p&gt;\n&lt;p&gt;Security features shouldn&#039;t be overlooked even when streaming is your primary concern. IP address protection prevents Netflix from detecting your actual location, while encryption protocols safeguard your viewing habits from potential surveillance. The best options implement strict no-logging policies to further enhance privacy.&lt;/p&gt;\n&lt;p&gt;Cross-platform compatibility ensures you can enjoy protected streaming across all your devices. Some services restrict simultaneous connections, while others offer unlimited device support - an important consideration for households with multiple viewers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fc6475c48b85bc715ciF8qiR5R07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fc6475c48b85bc715ciF8qiR5R07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Prioritizing user-friendly Netflix access guided our evaluation criteria&lt;/p&gt;\n&lt;p&gt;NordVPN and Surfshark delivered near-perfect performances&lt;/p&gt;\n&lt;p&gt;Their shared strengths include virtually impenetrable encryption protocols&lt;/p&gt;\n&lt;p&gt;Plus volatile RAM-only servers that wipe data upon shutdown&lt;/p&gt;\n\n&lt;p&gt;Both consistently overcome digital barriers in strictly regulated regions&lt;/p&gt;\n&lt;p&gt;Such as China&#039;s sophisticated VPN detection systems&lt;/p&gt;\n&lt;p&gt;ProtonVPN also impressed overall despite weaker obfuscation capabilities&lt;/p&gt;\n\n&lt;p&gt;We emphasized straightforward applications and responsive support teams&lt;/p&gt;\n&lt;p&gt;Ensuring effortless streaming across global Netflix libraries&lt;/p&gt;\n&lt;p&gt;Detailed testing methodology appears in the accompanying comparison table&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/6928e0fca3e1d060937542efP0ZSith007&quot; src=&quot;http://seogc.fp.ps.netease.com/file/6928e0fca3e1d060937542efP0ZSith007&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Free VPNs consistently fail to unlock Netflix reliably due to severe technical and security limitations.&lt;/p&gt;\n&lt;p&gt;Expect sluggish speeds and constant buffering, as most impose restrictive data caps and throttle bandwidth.&lt;/p&gt;\n&lt;p&gt;Your privacy is compromised, with many free services injecting ads or selling your browsing data to third parties.&lt;/p&gt;\n&lt;p&gt;They rarely offer genuine encryption, leaving your online activity exposed and vulnerable to malware risks.&lt;/p&gt;\n\n&lt;p&gt;Netflix actively blocks VPNs, and free providers lack the resources to bypass sophisticated geo-restrictions.&lt;/p&gt;\n&lt;p&gt;Even if they momentarily connect, server overcrowding typically ruins streaming quality.&lt;/p&gt;\n\n&lt;p&gt;Legal concerns exist too: while accessing geo-blocked content violates Netflix&#039;s terms, it&#039;s rarely illegal.&lt;/p&gt;\n&lt;p&gt;However, VPN usage itself is banned in certain countries &ndash; always verify local regulations first.&lt;/p&gt;\n\n&lt;p&gt;Forget free alternatives like unreliable Smart DNS proxies, which offer zero encryption and similar Netflix blocks.&lt;/p&gt;\n&lt;p&gt;Paid VPNs deliver fortified protection, optimized servers, and dedicated support for streaming platforms.&lt;/p&gt;\n\n&lt;p&gt;Top providers like NordVPN simplify setup with intuitive apps and consistently access major Netflix libraries.&lt;/p&gt;\n&lt;p&gt;ExpressVPN and IPVanish are strong alternatives, especially for VPN newcomers.&lt;/p&gt;\n\n&lt;p&gt;When connection errors occur, paid services can swiftly guide you to functional servers.&lt;/p&gt;\n&lt;p&gt;Most focus on key regions like Netflix US or UK rather than global coverage.&lt;/p&gt;\n\n&lt;p&gt;Free trials and money-back guarantees from reputable companies offer risk-free testing.&lt;/p&gt;\n&lt;p&gt;Ultimately, free VPNs are a security hazard and a waste of time for Netflix streaming.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions and access a wider range of content on Netflix by connecting to servers in various countries. It is commonly used to unlock region-specific shows and movies, enhancing the streaming experience. Netflix VPNs are essential for those seeking to enjoy content not available in their local area.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking a reliable solution to access region-restricted Netflix content, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; stands out as an excellent choice to ensure &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;. This service excels with its specialized high-speed servers, meticulously optimized to deliver seamless, buffer-free streaming of your favorite shows and movies in high definition. Furthermore, SafeShell VPN&#039;s unique Exclusive App Mode allows you to effortlessly unlock and enjoy content from multiple international libraries simultaneously, significantly broadening your entertainment horizons without switching servers manually.&lt;/p&gt;\n&lt;p&gt;Beyond ensuring Netflix unblocked, SafeShell VPN offers comprehensive advantages for a superior streaming experience. You can connect up to five devices at once across various platforms like Windows, macOS, iOS, Android, and smart TVs, guaranteeing flexibility. Its lightning-fast speeds eliminate buffering and throttling, while the proprietary ShellGuard protocol provides top-level security with advanced encryption for safe browsing. Adding to its appeal is a flexible free trial plan, letting you confidently experience all these robust features &ndash; high-speed Netflix access, multi-device support, and robust security &ndash; without any initial commitment.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Here&rsquo;s how to use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix content:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSubscribe to SafeShell VPN by selecting a suitable plan and completing payment securely on their official site.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application tailored to your device&rsquo;s operating system (e.g., Windows, iOS, or Android).\n&lt;/li&gt;\n&lt;li&gt;\nLog into the SafeShell VPN app and navigate to mode selection; for optimal Netflix streaming, choose Streaming Mode.\n&lt;/li&gt;\n&lt;li&gt;\nLocate and connect to a Netflix-optimized VPN server in your desired region (such as the UK, Canada, or Japan) within the app.\n&lt;/li&gt;\n&lt;li&gt;\nVerify the VPN connection status, then launch Netflix and log in to instantly enjoy region-specific libraries.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Ensure your SafeShell Netflix VPN remains active throughout streaming for uninterrupted access.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(360, 521, '', 'Monopoly GO Rebel Racers: Tie Break Rules Explained', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0a84d42bf75c4872595iIzp98dX03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0a84d42bf75c4872595iIzp98dX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Rebel Racers mini-game has captured the hearts of many Monopoly GO enthusiasts, and it&#039;s easy to understand why. The game offers a plethora of fantastic rewards that motivate players to participate. During the event, players compete in a series of three consecutive races against three other teams, with the event concluding on June 15.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most sought-after prizes is the Wild sticker, which is especially valuable for those looking to complete their Star Wars sticker collection. In addition, players can earn a five-star sticker pack, a new shield, and a board token as part of the rewards. But a common question arises: what occurs if two teams finish with identical scores? Who claims the superior prizes? In this article, we&#039;ll clarify how Monopoly GO resolves ties in the Rebel Racers event. Keep reading to find out more.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0acd3161f9aaba19ea356DWqsei03&quot; height=&quot;499&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0acd3161f9aaba19ea356DWqsei03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout the Rebel Racers competition, your team competes over three separate events scheduled across three days, with points awarded based on your finishing position in each race. At the conclusion of all three rounds, these points are accumulated to determine the overall team ranking.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, situations may arise where two or more teams achieve identical total points. In such cases, the game developer, Scopely, adopts a generous approach to tie situations. Instead of splitting the rewards, both teams sharing the same top score are awarded the highest possible prizes. For example, if both teams finish with 30 points&mdash;the highest score&mdash;each will receive the full set of top-tier rewards, including the exclusive mega prize, wild sticker, At-At board token, Rebel Alliance shield skin, and a purple sticker pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, with only one day remaining in the Rebel Racers event, players might feel anxious if they are not leading. Fortunately, the final race offers double points, providing a critical opportunity to improve your standing and potentially overtake competitors. This stage is crucial because even if the initial two races didn&#039;t favor your team, a strong finish can still turn the tide. Be sure to have enough flags ready, as the last race prompts players to go all-in. The good news is, ongoing events like the Wampa Stash Solo Event and the Turret Twist Tournament supply ample flag tokens, ensuring your team is prepared to give it your all in the decisive final race.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b24d42bf75c4872633svA4PHSC03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b24d42bf75c4872633svA4PHSC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0b41d3ce0d93a371810W1logOKt03&quot; height=&quot;105&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0b41d3ce0d93a371810W1logOKt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go Dice&lt;/a&gt; serves as the essential in-game currency that allows players to take turns and progress through the Monopoly Go board. By acquiring more Monopoly Go Dice, participants can make additional moves and increase their chances of earning rewards and advancing in the game. Players can obtain Monopoly Go Dice through top-up options available on popular game trading platforms such as Codashop, SEAGM, and Midasbuy, making it easy to enhance their gameplay experience. These platforms provide a convenient way for users to purchase extra dice and keep the fun going.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Monopoly Go Dice, they may want to consider the lootbar game trading platform for a seamless and rewarding experience. At &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;, users can &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; and Monopoly Go Stickers at competitive prices, ensuring that every purchase brings great value. The platform is renowned for its reliability, offering 100% secure transactions with advanced encryption and strict data protection measures, so customers can enjoy peace of mind with every order.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another advantage of lootbar.gg is its exceptional customer service and efficiency. With 24/7 support, players can get assistance at any time, making the process of buying Monopoly Go Dice and stickers straightforward and stress-free. Additionally, lootbar.gg boasts a quick delivery system, ensuring that your in-game currency and items are delivered promptly. Combined with a vibrant blog community that shares the latest game guides and events, lootbar.gg stands out as a comprehensive and trustworthy choice for Monopoly Go enthusiasts.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, start by visiting the official website at lootbar.gg. Once there, select your preferred language and currency, then log into your account. On the home page, locate the Game Item column and find Monopoly Go Sticker; if you are looking to buy Monopoly Go dice, simply switch to the top up tab on the left side of the page. Following this, fill in your personal information such as your username and invitation link as prompted on the website.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After submitting your details, decide on the quantity and specific Monopoly Go stickers you wish to acquire, then click the Buy Now button. The platform will then guide you to the payment page, where you can choose your preferred payment method. Once you have selected your payment option, click Pay Now to complete the transaction. This streamlined process makes it easy for players to Buy Monopoly Go stickers and dice, ensuring a quick and secure top-up experience on LootBar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(361, 523, '', 'Genshin Impact 6.2 Banners &ndash; Durin, Venti &amp; More', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e1240f6f741d26ee6ca79RwUKmbs03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e1240f6f741d26ee6ca79RwUKmbs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genshin Impact has announced the upcoming banners for version 6.2, generating excitement among players. The first segment will spotlight Durin and Venti, while the latter half will showcase Varesa and Xilonen, offering a diverse lineup of new and returning characters. Notably, Durin&#039;s debut as a playable 5-star pyro sword wielder marks a significant milestone in this update.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the new characters, several reruns are scheduled, including Varesa, who first appeared in version 5.5. She remains the only Natlan 5-star not to have been featured again on banners, making version 6.2 her chance to reappear prominently. Fans of plunging attack strategies will particularly appreciate her return.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interestingly, despite the introduction of some buffs for Mondstadt characters through the Hexerei Rite system&mdash;enhancing abilities of Mona, Venti, Klee, Albedo, Razor, Sucrose, and Fischl&mdash;no dedicated Mondstadt banner will be present in this update. Durin, recognized as a Hexerei character, can synergize well with these buffs, especially when teamed with other Hexerei units.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The character lineup for the banners will include Durin and Venti in the first half, followed by Varesa and Xilonen in the second. Jahoda, a 4-star anemo bow user, will also make her first appearance, available on the Durin and Venti banners. She is designed primarily as an anemo healer, ideal for lunar reaction teams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leaked from datamining sources, additional characters like Gaming and Chevreuse are expected to appear on the banners, with Chevreuse likely in the second half due to her overload team synergy with Varesa. Moreover, characters such as Sucrose, Fischl, and Razor, who can benefit from the Hexerei system, might also feature, along with Iansan, owing to her natural compatibility with Varesa.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, version 6.2 promises a mix of new faces, reruns, and system updates that will keep players engaged and strategizing for the battles ahead.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e1274d42bf75c4872b28QzGC9Jat03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e1274d42bf75c4872b28QzGC9Jat03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the upcoming Genshin Impact update 6.2, fans can expect a significant change regarding Venti&rsquo;s signature weapon. The previously featured Elegy for the End will be phased out in favor of the new Daybreak Chronicles. Unlike Elegy for the End, which largely served as a support bow, the Daybreak Chronicles is tailored specifically for a hypercarry Venti build. Players will have the opportunity to acquire this weapon from the weapon banner during the initial phase of the update. The release of version 6.2 is scheduled for December 3, 2025, promising fresh gameplay options and strategies.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the main premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, allowing players to exchange them for valuable in-game resources such as Wishes, skins, and other exclusive items. Unlike other currencies that may be earned during gameplay, Genesis Crystals are primarily obtained by topping up with real money through official game trading platforms like the Genshin Impact official site, Codashop, or third-party payment services. This makes them an essential option for players who want to quickly access new content or enhance their gaming experience. By purchasing Genesis Crystals, players can enjoy greater flexibility and convenience when building their perfect team in Genshin Impact.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Genesis Crystal&lt;/a&gt; for their Genshin Impact accounts, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of using lootbar.gg is the exceptional value it offers. When you &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up genshin impact&lt;/a&gt; through the platform, you not only enjoy competitive pricing, but also benefit from bonus Genesis Crystals, effectively doubling the amount you receive with each purchase. Additionally, lootbar allows players to select convenient package options, such as 6480 Genesis Crystals*4, enabling them to complete larger top-ups in a single, straightforward transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, the process of &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up&lt;/a&gt; on lootbar is secure and efficient, as all transactions are routed through miHoYo&rsquo;s official channels, ensuring the safety of your account and purchases. With significant savings&mdash;sometimes up to nearly 100 dollars on large bundles&mdash;players can maximize their gameplay while enjoying peace of mind and great value on lootbar.gg.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Genesis Crystal&lt;/a&gt; for Genshin Impact using the lootbar trading platform, start by visiting the official LootBar website and setting your preferred language and currency, then log into your account.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the top-up section and select Genshin Impact as your game of choice.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, choose how many Genesis Crystals you want to purchase and click on the Buy Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will then need to select your server and carefully enter your Genshin Impact UID to ensure the crystals are delivered to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, complete the top-up process by selecting a payment method, confirming your details, and making the payment to successfully buy Genesis Crystal for your game.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(362, 524, '', 'Qu&ecirc;te Star Ski et Dutch Dofus &ndash; Guide strat&eacute;gique', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Qu&ecirc;te Strat&eacute;gique Dofus&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans l&#039;univers de Dofus, de nombreuses missions captivantes pars&egrave;ment le jeu, chacune apportant son lot de d&eacute;fis et de r&eacute;compenses. Parmi celles-ci, la qu&ecirc;te Star Ski et Dutch se distingue par son importance strat&eacute;gique pour progresser efficacement dans l&#039;aventure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois que votre personnage atteint le niveau 130, il devient imp&eacute;ratif de vous concentrer sur cette &eacute;tape, car elle d&eacute;bloque des opportunit&eacute;s cl&eacute;s pour la suite de votre parcours. La r&eacute;alisation de cette mission ne se limite pas &agrave; une simple t&acirc;che, elle constitue une &eacute;tape essentielle pour acc&eacute;der &agrave; des paliers cruciaux du MMO.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour r&eacute;ussir cette qu&ecirc;te, il est conseill&eacute; de bien pr&eacute;parer votre &eacute;quipement et de vous entourer de compagnons comp&eacute;tents. La patience et la pers&eacute;v&eacute;rance seront vos meilleures alli&eacute;es pour surmonter les &eacute;nigmes et d&eacute;fis propos&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En somme, ma&icirc;triser la qu&ecirc;te Star Ski et Dutch est un passage oblig&eacute; pour tout joueur s&eacute;rieux souhaitant maximiser ses chances de succ&egrave;s et explorer pleinement le contenu avanc&eacute; de Dofus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ebfeacafffd0b5ee574UcqaXXEO03&quot; height=&quot;314&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ebfeacafffd0b5ee574UcqaXXEO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;559&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour commencer la qu&ecirc;te &quot;Star Ski et Dutch&quot;, il est conseill&eacute; d&#039;avoir atteint le niveau 130 au pr&eacute;alable, afin d&#039;&eacute;viter toute difficult&eacute; lors de votre progression. Il est &eacute;galement recommand&eacute; d&rsquo;avoir termin&eacute; la qu&ecirc;te &quot;Bricole Girl&quot; pour acc&eacute;der sereinement &agrave; cette &eacute;tape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Votre aventure d&eacute;bute dans la bourgade de Frigost, pr&eacute;cis&eacute;ment aux coordonn&eacute;es [-82,-46]. Approchez-vous de Justin Dwa, situ&eacute; derri&egrave;re le comptoir, et proposez-lui votre aide. Il vous confiera la t&acirc;che de rassembler plusieurs objets sp&eacute;cifiques, &agrave; savoir deux planches &agrave; repasser, deux planches de salut, deux planches &agrave; pain, et deux planches &agrave; p&acirc;tisserie.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois tous ces &eacute;l&eacute;ments r&eacute;unis, remettez-les &agrave; Justin, puis rendez-vous chez Francky, situ&eacute; &agrave; [-75,-38]. Ce bricoleur vous proposera de fabriquer divers outils indispensables pour la suite, mais il vous faudra d&rsquo;abord lui fournir des mati&egrave;res premi&egrave;res. Vous devrez collecter 35 obsidiennes, que vous pouvez acheter en h&ocirc;tels de vente ou miner si vous &ecirc;tes niveau 200 ou plus, 2 unit&eacute;s de fer &eacute;galement achetables ou r&eacute;coltables, 10 longs poils de Kaniglou en battant ces cr&eacute;atures, et 5 s&egrave;ves de mycos r&eacute;colt&eacute;es en affrontant des Ecumouth ou d&rsquo;autres monstres de la for&ecirc;t p&eacute;trifi&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois que Francky a termin&eacute; la fabrication des outils, retournez leur remettre &agrave; Justin &agrave; [-82,-46]. Ensuite, dirigez-vous vers l&rsquo;atelier o&ugrave; travaille le cordonnier, situ&eacute; &agrave; [-74,-42], pour &eacute;changer avec lui. Apr&egrave;s cette &eacute;tape, retournez aupr&egrave;s de Justin pour faire votre rapport final en [-82,-46].&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La derni&egrave;re &eacute;tape consiste &agrave; vendre des skis aux habitants de Frigost. La liste des acheteurs potentiels ainsi que les conditions n&eacute;cessaires pour valider chaque vente seront &agrave; v&eacute;rifier, ce qui vous permettra de compl&eacute;ter cette qu&ecirc;te avec succ&egrave;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ec065eb99e3412d3da2ut6xpgQs03&quot; height=&quot;64&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ec065eb99e3412d3da2ut6xpgQs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;64&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Obtenir skis en bambou&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir les skis en bambou aupr&egrave;s de Ken Tucky, il faut d&#039;abord lui faire une d&eacute;monstration de comp&eacute;tence. Assurez-vous d&#039;avoir au moins 200 points d&#039;agilit&eacute; avant de tenter votre chance. La position de Ken Tucky se trouve &agrave; l&#039;emplacement [-80, -46]. Une fois la d&eacute;monstration r&eacute;ussie, vous pourrez acheter les skis en bambou.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ec2b36f48b622e922f1FQQjWQYY03&quot; height=&quot;64&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ec2b36f48b622e922f1FQQjWQYY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;64&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour que Lisa Kaya vous vende les skis de tremble, il faut r&eacute;aliser une d&eacute;monstration en sa pr&eacute;sence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Assurez-vous d&#039;avoir au moins 200 points de chance ou 200 points de force pour r&eacute;ussir la d&eacute;monstration.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sa position sur la carte est situ&eacute;e &agrave; [-81, -41], ce qui vous permet de la localiser facilement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ec3b36f48b622e92313xGX6REzJ03&quot; height=&quot;64&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ec3b36f48b622e92313xGX6REzJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;64&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Obtenir des skis magiques&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir les skis d&#039;orme, rendez-vous aupr&egrave;s du maire cantile situ&eacute; &agrave; la position [-77,-42].&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il vous suffira de lui parler en mentionnant le mot &quot;&eacute;lection&quot; pour qu&#039;elle accepte de vous vendre cette paire de skis.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;N&#039;oubliez pas d&#039;engager la discussion au bon moment pour maximiser vos chances d&#039;obtenir cet &eacute;quipement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69263ec409a718027616ed41L1EzJ6kg03&quot; height=&quot;64&quot; src=&quot;https://c2c.fp.guinfra.com/file/69263ec409a718027616ed41L1EzJ6kg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;64&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez l&#039;emplacement de Jarvi Jukkas, situ&eacute; &agrave; [-60,-59]. Pour acqu&eacute;rir ses skis en ch&ecirc;ne, il faut le convaincre en ayant au moins 200 points d&#039;intelligence ou en optant pour l&#039;argumentation si votre sagesse est &eacute;galement de 200 ou plus. Une fois cette &eacute;tape r&eacute;ussie, rendez-vous chez Justin, positionn&eacute; &agrave; [-82,-46], o&ugrave; un marchand sp&eacute;cialis&eacute; vous attendra avec une nouvelle s&eacute;lection de skis. Ces &eacute;quipements vous permettront de vous t&eacute;l&eacute;porter &agrave; plusieurs points strat&eacute;giques de Frigost.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;univers de Dofus s&#039;agrandit avec l&#039;arriv&eacute;e de la version 3.0, marquant une nouvelle &eacute;tape dans l&#039;aventure. Pour optimiser votre progression, nous mettons &agrave; votre disposition des guides d&eacute;taill&eacute;s sur les qu&ecirc;tes essentielles &agrave; ne pas manquer, notamment celles qui vous aideront &agrave; obtenir certains Dofus cl&eacute;s pour un leveling efficace. Restez &eacute;galement inform&eacute; gr&acirc;ce &agrave; nos derni&egrave;res actualit&eacute;s concernant le jeu, l&rsquo;&eacute;tat des serveurs, ainsi que des astuces pour bien d&eacute;buter ou perfectionner votre gameplay dans ce nouveau chapitre de l&rsquo;univers Dofus.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment faire des Kamas dans Dofus?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kamas &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;DOFUS&lt;/a&gt; est la monnaie principale du jeu DOFUS, permettant aux joueurs d&#039;acqu&eacute;rir des ressources, des &eacute;quipements, et d&#039;effectuer des &eacute;changes avec d&#039;autres joueurs pour am&eacute;liorer leur exp&eacute;rience de jeu.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour obtenir des &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas DOFUS&lt;/a&gt;, il est possible de les gagner en jouant, mais de nombreux joueurs choisissent &eacute;galement de passer par des plateformes de trading sp&eacute;cialis&eacute;es telles que LootBar, o&ugrave; ils peuvent effectuer un top up rapidement et en toute s&eacute;curit&eacute;.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ces plateformes offrent souvent des tarifs avantageux et des r&eacute;ductions pour faciliter l&#039;achat de Kamas DOFUS, rendant ainsi la progression dans DOFUS plus accessible et agr&eacute;able.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Quel est le meilleur site d&#039;achat de Kamas?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si les joueurs souhaitent effectuer un &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;achat Kamas&lt;/a&gt; pour DOFUS, ils peuvent envisager d&rsquo;utiliser la plateforme de trading de jeux &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Cette option se distingue non seulement par sa facilit&eacute; d&rsquo;utilisation, mais aussi par sa r&eacute;putation dans la communaut&eacute; des joueurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En choisissant lootbar pour acheter des Kamas DOFUS, les utilisateurs b&eacute;n&eacute;ficient de tarifs tr&egrave;s comp&eacute;titifs, avec des r&eacute;ductions r&eacute;guli&egrave;res qui permettent de r&eacute;aliser des &eacute;conomies importantes. De plus, gr&acirc;ce &agrave; un syst&egrave;me de paiement hautement s&eacute;curis&eacute; et &agrave; un service client disponible 24h/24 et 7j/7, l&rsquo;exp&eacute;rience d&rsquo;achat se fait en toute confiance et tranquillit&eacute;. La rapidit&eacute; de livraison, souvent en moins de trois minutes, assure aux joueurs de recevoir leurs Kamas sans attendre, ce qui rend le processus d&rsquo;achat &agrave; la fois simple et efficace.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des Kamas Dofus sur Lootbar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous d&rsquo;abord sur le site Lootbar et s&eacute;lectionnez la section d&eacute;di&eacute;e &agrave; DOFUS pour commencer votre d&eacute;marche de &lt;a href=&quot;https://lootbar.gg/fr/game-coins/dofus-kamas?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Kamas acheter&lt;/a&gt;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nParcourez les offres disponibles, puis choisissez la quantit&eacute; de Kamas DOFUS qui convient &agrave; vos besoins de jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCliquez ensuite sur le bouton pour proc&eacute;der &agrave; l&rsquo;achat et remplissez soigneusement les informations demand&eacute;es, telles que votre identifiant de personnage ou serveur.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez le mode de paiement que vous pr&eacute;f&eacute;rez parmi les options propos&eacute;es, assurez-vous que tout est correct, puis validez votre achat en cliquant sur le bouton pour finaliser la transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s confirmation du paiement, suivez les instructions de Lootbar pour recevoir rapidement vos Kamas DOFUS sur votre compte en toute s&eacute;curit&eacute;.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; height=&quot;593&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863223d5a6a91ec3178a220DkwQJMZU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(363, 528, '', 'Cloudflare Outage: Major Sites and Games Disrupted', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278feef0c60527b3b9c6c5lqoPzxmz03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278feef0c60527b3b9c6c5lqoPzxmz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A major disruption has occurred as several prominent websites and online platforms experience outages, all stemming from issues with Cloudflare. During this downtime, users are facing difficulties in reaching popular sites such as Twitter, ChatGPT, and Spotify. The impact extends to online gaming as well, with reports of service interruptions in titles like Valorant and League of Legends. Many users are currently unable to access these platforms, and the likelihood of being disconnected or kicked out persists until the services fully recover. With Cloudflare&#039;s infrastructure affected, players may find themselves abruptly disconnected from their gaming sessions. The situation remains fluid as affected services work to restore normal operation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278ff118632f4f36584fdcrCxFfhap03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278ff118632f4f36584fdcrCxFfhap03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Earlier today, Cloudflare acknowledged a significant service disruption and quickly initiated efforts to restore normal operations. The scope of the outage remains somewhat unclear, but widespread sites and services experienced difficulties. For example, Twitter users faced frequent page load failures, highlighting the impact of the issue. Although some problems persist, the platform has become more accessible than during the initial outage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The disruption extended to popular online games as well. According to Down Detector&mdash;though it&rsquo;s not always perfectly reliable&mdash;titles like Valorant, League of Legends, Among Us, and RuneScape reported outages. Social media chatter suggests that Among Us might still be operational for most players, but the other games clearly experienced connectivity problems during the outage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On a positive note, Cloudflare has indicated that a fix has already been deployed. They are currently monitoring the situation and expect the issue to be resolved soon. The latest update mentions that some users may still face login or dashboard access issues, but efforts are ongoing to address these remaining problems.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Cloudflare appears to have contained the outage, and signs of recovery are evident as reports on Down Detector diminish. This suggests that many users are now regaining access to affected websites and online services, and the disruption is nearing its end.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to unlock exclusive cosmetic items like weapon skins, gun buddies, and Battle Passes to personalize their gameplay experience. To obtain these points, players need to use real money and can easily top up through popular game trading platforms such as LootBar, Codashop, and SEAGM. For those looking to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt;, these platforms offer a convenient and secure way to quickly boost your in-game balance. By purchasing Valorant Points, players can access a wider range of visual upgrades and content that enhance their time in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Valorant Points, they may want to consider the lootbar game trading platform for a seamless and reliable experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; distinguishes itself by offering some of the lowest prices in the market, making it easy for players to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Valorant Points&lt;/a&gt; without stretching their budget. The platform is committed to security, utilizing advanced encryption and robust data protection measures to ensure that every transaction is safe and legitimate.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg prides itself on its rapid delivery service, with most orders fulfilled in just a few minutes, so you can dive back into the action without delay. The platform also boasts 24/7 customer support, providing instant assistance for any questions or concerns you might encounter during your purchase. With these advantages, lootbar.gg is a top choice for players looking to quickly and securely top up Valorant Points.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo begin the &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; process on the LootBar trading platform, first access the website at lootbar.gg and select your preferred language and currency for a tailored experience.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, locate the top-up section on the homepage and click on Valorant to start the purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will then need to enter your Riot Username and Password to securely link your game account and proceed with the transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter logging in, choose the exact amount of Valorant Points you wish to buy, ensuring the package fits your needs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nContinue by selecting your desired payment method from the available options and confirm your purchase by clicking the payment button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce payment is successful, your Valorant Points will be credited to your account in a short time, allowing you to immediately access new in-game items and skins.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(364, 529, '', 'Gift Card Scams: How to Spot and Avoid Common Tricks', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Always remember that gift cards are intended as a thoughtful way to give a gift, not as a method of payment for any financial transactions. When someone contacts you unexpectedly and claims urgent news or presents a convincing story, be cautious&mdash;especially if they pressure you to purchase a gift card such as iTunes or Google Play and share the codes with them. This is a common scam tactic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scammers frequently demand gift cards because they are the leading method of payment they prefer. They may pose as government officials, like IRS agents, claiming you owe taxes and are in trouble if you don&#039;t pay immediately. Others pretend to be family members in distress, utility companies threatening service disconnection, or service members trying to sell items before deployment. Sometimes, they may call with good news&mdash;saying you&rsquo;ve won a prize or contest&mdash;but to claim it, you need to pay fees using gift cards. They exploit your fears, hopes, or sympathies to manipulate you into compliance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once scammers obtain the codes on the back of gift cards, the money is essentially gone and difficult to recover. Their goal is to trick you into revealing these codes, which they then use or sell. Being aware of these tactics can help you recognize and avoid scams. Sharing this knowledge with friends and family can also protect others from falling victim.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you find yourself scammed and have paid with a gift card, contact the card issuer immediately to report the fraudulent activity. Provide details about the scam and the use of the gift card. Additionally, report the incident to the Federal Trade Commission at ftc.gov/complaint. Your reports can assist law enforcement in investigating and stopping scam operations, preventing others from being victimized.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What Can Apple iTunes Gift Card (US) Use For?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;apple itunes gift card us&lt;/a&gt; is a prepaid card that lets you add credit to your Apple account, which can be used to purchase a wide range of digital content and services in the US, such as apps, games, music, movies, TV shows, books, and various subscriptions like Apple Music and iCloud+. In addition to entertainment and media, the apple itunes gift card us can also be used for buying in-game currency, making it a convenient choice for gamers looking to unlock new features or exclusive items. You can easily top up your balance with this card through popular game trading platforms like SEAGM, OffGamers, and Midasbuy, ensuring quick access to your favorite content and rewards. With its versatility and ease of use, the apple itunes gift card us is a popular option for anyone looking to enhance their Apple experience without using traditional payment methods.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Apple iTunes Gift Cards (US)?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Apple iTunes Gift Card, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a hassle-free experience. One of the main advantages of using lootbar.gg is its commitment to transaction security, offering bank-level encryption and numerous payment options like PayPal and major credit cards, which caters to users around the globe. The platform also utilizes advanced anti-fraud technologies, ensuring that every purchase is protected and trustworthy, making it a reliable choice for anyone looking to &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy itunes gift card us&lt;/a&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar provides impressive convenience through instant delivery of your Apple iTunes Gift Card codes, allowing players to access their digital content without delay. Their 24/7 customer support guarantees that any questions or concerns are quickly addressed, creating a seamless and user-friendly shopping experience. Choosing lootbar for your gift card purchases means enjoying both efficiency and peace of mind.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Apple iTunes Gift Card (US) on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/gift-card/itunes-gift-card-us?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy apple gift card&lt;/a&gt; on the LootBar trading platform, first visit the official LootBar website and log in using your credentials.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter logging in, use the search bar on the homepage to look for the iTunes Gift Card US.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce you find the card, choose the amount and quantity that best suits your needs, then click on the Buy Now option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nProceed to select your preferred payment method from the available choices and confirm your purchase by clicking Pay Now.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUpon successful payment, the code for your Apple iTunes Gift Card will be delivered to you immediately, allowing you to redeem or gift it without delay.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; height=&quot;629&quot; src=&quot;https://c2c.fp.guinfra.com/file/687df63cb132a4c8923d5281AVll3szH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(365, 530, '', 'Zenless Zone Zero &ndash; Beta-Test auf PS5: Jetzt anmelden', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e78434a01fa6edc12d2QvLIS6FN03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e78434a01fa6edc12d2QvLIS6FN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hoyoverse setzt bei der Ank&uuml;ndigung seiner technischen Testphase neue Ma&szlig;st&auml;be und beeindruckt durch eine sorgf&auml;ltige und ansprechende Pr&auml;sentation. Die Vorfreude auf Zenless Zone Zero w&auml;chst, da die Entwickler es schaffen, die Aufmerksamkeit der Fans sofort zu fesseln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessierte Spieler haben ab sofort die M&ouml;glichkeit, sich f&uuml;r die Beta zu registrieren. Die Frist f&uuml;r die Anmeldung endet jedoch bereits am 17. April, also sollte man sich nicht zu viel Zeit lassen. &Uuml;ber einen bereitgestellten Link k&ouml;nnen Teilnehmer sich freiwillig auf ihre erste Mission begeben und das Spiel testen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Es ist wichtig zu beachten, dass die Testphase exklusiv auf der PlayStation 5 stattfindet. Obwohl Zenless Zone Zero auch f&uuml;r PC und mobile Ger&auml;te angek&uuml;ndigt wurde, bleibt die Beta vorerst eine PlayStation-5-Experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278e7b4e546ce6f786156f2cFdVS5403&quot; height=&quot;360&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278e7b4e546ce6f786156f2cFdVS5403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf der offiziellen Webseite von Zenless Zone Zero f&auml;llt die Einladung zur Beta-Registrierung eher schlicht aus. Im Hintergrund erklingt futuristische Musik, die die Atmosph&auml;re des Spiels unterstreicht. Die Begr&uuml;&szlig;ung und Ansprache an die Nutzer wirken direkt und pr&auml;gnant, fast schon wie Befehle, die digital an euch gerichtet sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessierte Spieler k&ouml;nnen sich ab sofort f&uuml;r die zweite Beta anmelden. Das Spiel wird oft als eine Art Cyberpunk-Version von Genshin Impact beschrieben, was die Erwartungen an die Grafik und das Gameplay schon im Vorfeld anheizt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In den Testinformationen findet man eine klare Zusammenfassung der wichtigsten Punkte: Es handelt sich um einen limitierten, geschlossenen Test ohne Zahlungsoptionen, bei dem alle Spieldaten am Ende gel&ouml;scht werden. Die Kommunikation ist &auml;u&szlig;erst sachlich, maschinen&auml;hnlich und effizient, was den Eindruck vermittelt, dass das Spiel euch bereits in die Rolle des Protagonisten versetzt und euch eine erste Mission auftr&auml;gt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese direkte Ansprache wirkt fast wie ein Aufruf zum Handeln, was im Marketing auch als &quot;Call to Action&quot; bezeichnet wird und die Vorfreude auf das Spiel steigert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die Premium-W&auml;hrung im Spiel und wird haupts&auml;chlich verwendet, um seltene Charaktere, exklusive Ausr&uuml;stungen und besondere Ressourcen freizuschalten. Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch einen Top-up bei verschiedenen seri&ouml;sen Handelsplattformen wie Lootbar, MMOGA oder anderen bekannten Game-Shops erhalten. Das Aufladen erfolgt sicher und unkompliziert, sodass man direkt im Spiel von den Vorteilen der Premium-W&auml;hrung profitieren kann. Mit Zenless Zone Zero Monochrome Film wird das Spielerlebnis entscheidend erweitert, da es Zugang zu leistungsstarken Agenten und besonderen Inhalten erm&ouml;glicht.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zzz top up&lt;/a&gt; in Betracht ziehen. Die Plattform ist speziell darauf ausgerichtet, Spielern ein komfortables und effizientes Aufladeerlebnis zu bieten, wodurch sie schnell wieder ins Spielgeschehen einsteigen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Einer der gr&ouml;&szlig;ten Vorteile von lootbar.gg ist die Kombination aus attraktiven Preisen und einem hohen Ma&szlig; an Sicherheit. Spieler profitieren von g&uuml;nstigen Konditionen beim Aufladen ihrer Monochrome Film, w&auml;hrend moderne Sicherheitstechnologien jede Transaktion zuverl&auml;ssig sch&uuml;tzen. Hinzu kommt der rund um die Uhr verf&uuml;gbare Kundenservice, der bei jeglichen Fragen oder Anliegen schnelle Unterst&uuml;tzung bietet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus &uuml;berzeugt lootbar.gg durch die sofortige Bereitstellung der aufgeladenen Ressourcen und exklusive Bonusangebote f&uuml;r neue Nutzer. Wer zum ersten Mal ein ZZZ Top Up durchf&uuml;hrt, kann von zus&auml;tzlichen Belohnungen profitieren, was den Einstieg ins Spiel noch angenehmer gestaltet. Insgesamt ist lootbar.gg eine ausgezeichnete Wahl f&uuml;r alle, die Zenless Zone Zero effizient und sicher aufladen m&ouml;chten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nZuerst besuchen Sie die Lootbar Webseite und loggen sich mit Ihrem Konto ein, nachdem Sie Sprache sowie W&auml;hrung nach Ihren Vorlieben eingestellt haben.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie anschlie&szlig;end zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt; auf der Plattform.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie dann Ihre pers&ouml;nliche Zenless Zone Zero UID ein und w&auml;hlen Sie die entsprechende Serverregion aus.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIm n&auml;chsten Schritt bestimmen Sie die gew&uuml;nschte Menge an Monochrome Film, der Premiumw&auml;hrung in ZZZ, und klicken auf die Schaltfl&auml;che f&uuml;r den Sofortkauf.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie sorgf&auml;ltig, ob die eingegebene UID mit Ihrem Zenless Zone Zero Spielkonto &uuml;bereinstimmt, um Fehler zu vermeiden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie nun Ihre bevorzugte Zahlungsmethode aus den angebotenen Optionen und best&auml;tigen Sie die Zahlung.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Bezahlung wird der Betrag an Monochrome Film innerhalb k&uuml;rzester Zeit Ihrem Zenless Zone Zero Konto gutgeschrieben, sodass Sie direkt im Spiel davon profitieren k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(366, 531, '', 'Cassadee AFK Journey Guide &ndash; Skills &amp; Best Usage', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cassadee is a mage hero in AFK Journey, renowned for her ability to inflict widespread damage and provide beneficial buffs to her team. She belongs to the Lightbearer faction and excels in supporting her allies through crowd control, damage output, and strategic enhancements. However, her effectiveness is limited unless she receives specific buffs, so players are advised to wait until her abilities are improved before investing heavily in her.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main challenges with Cassadee stems from her positioning requirements. As a ranged hero, she needs to stay in the backline to avoid danger. Yet, her ultimate skill and special attack (EX skill) require her to be closer to the front, which conflicts with her natural role. Additionally, her damage potential is maximized in prolonged battles, but deploying her at the front puts her at risk of quick elimination. Consequently, her best usage is within the Dream Realm mode, where the battle length allows her to remain protected and effective, providing buffs and damage support.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her key skills include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Running Tide&lt;/strong&gt;: Launches a straight-line attack that knocks back enemies and inflicts damage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Undercurrent&lt;/strong&gt;: Delivers a high burst of damage to a single target enemy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Tidal Strength&lt;/strong&gt;: Buffs an ally, causing their normal attacks to deal extra damage to enemies when they hit.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Hero Focus&lt;/strong&gt;: Increases haste for her team during combat, with further boosts as long as the initial blessed ally remains alive.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Tidal Blessing&lt;/strong&gt;: Temporarily grants allies the benefits of Tidal Strength through the effects of Running Tide.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Enhance Force&lt;/strong&gt;: Lowers enemies&#039; magic defense temporarily using Running Tide.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Energy Surge&lt;/strong&gt;: Continuously restores energy from battle start until her ultimate is cast, enabling her to unleash her powerful ultimate skill sooner.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Cassadee&#039;s potential is best realized in specific scenarios like the Dream Realm, where her positioning and prolonged engagement allow her buffs and damage to shine, but she is less suitable for quick, front-line battles until her abilities are buffed.Cassadee unleashes a powerful wave spanning three tiles, causing 280% damage to all enemies along its path and knocking them back by two tiles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As she levels up, her wave damage increases:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt level 51, damage rises to 300%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt level 171, it further increases to 320%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAt level 231, it reaches 340%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, Cassadee can summon a water column beneath an enemy, inflicting 240% damage and stunning them for 1.5 seconds. This ability becomes available at level 11 and improves with levels:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 71: damage increases to 260%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 131: damage increases to 280%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 191: damage increases to 300%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;She also has a supportive skill that targets the nearest ally at the start of combat, bestowing the blessing of tidal strength. While blessed, whenever this ally performs a normal attack, Cassadee deals bonus magic damage equal to 60% of her attack. The blessing lasts until it has triggered nine times and then re-applies automatically after 9 seconds, immune to dispel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Upgrade milestones include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 91: bonus damage increased to 70%.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 151: blessing re-casts after the previous one ends, with a cooldown reduced to 5 seconds.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 211: bonus damage increases to 80%.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cassadee&rsquo;s agility is enhanced during battles, increasing her haste by 12, with an additional 2 haste if her initial tidal strength blessing remains active. Her haste growth per upgrade:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 91: +15 haste, plus +4 if the first blessed ally is alive.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 151: +18 haste, plus +6 under same condition.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her skill, Running Tide, grants all allies on her path a temporary buff, empowering their next six normal attacks with tidal effects. Unlocking this feature requires activating her exclusive equipment and progressing through levels:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 5: The tidal strength effect can trigger up to 8 times.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 10: When an enemy is hit six times by tidal strength, they suffer an immediate undercurrent hit.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLevel 15: The effect count increases to nine.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, Running Tide reduces the magic defense of enemies hit by it by 20% for 10 seconds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cassadee regenerates 3 energy every 90 seconds from battle start until her first ultimate is deployed. Energy recovery can be increased through upgrades:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 101: +95 energy per interval.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 151: +100 energy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 201: +105 energy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 251: +110 energy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 301: +115 energy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 351: +120 energy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSeason level 401: +125 energy.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6929085b5b87559f75eff18fN3d3mxyS03&quot; height=&quot;146&quot; src=&quot;https://c2c.fp.guinfra.com/file/6929085b5b87559f75eff18fN3d3mxyS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;season 0 stats&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6929085d3a9ac27b25756d21a2iZ4SBW03&quot; height=&quot;146&quot; src=&quot;https://c2c.fp.guinfra.com/file/6929085d3a9ac27b25756d21a2iZ4SBW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;AFK Journey Dragon Crystals: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;AFK Journey Dragon Crystals&lt;/a&gt; serve as the premium currency in the game, allowing players to unlock exclusive bundles, rare resources, and special cosmetics that enhance their gameplay and character customization. By using Dragon Crystals, players can quickly upgrade their heroes and access unique in-game items, making progression more enjoyable and efficient. To obtain AFK Journey Dragon Crystals, you can easily top up through popular game trading platforms such as Classic Gazette and Premium Gazette, which offer a variety of packages to suit different needs and budgets.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top up AFK Journey?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up AFK Journey&lt;/a&gt; Dragon Crystals, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform for their purchases. One of the key advantages of lootbar.gg is its commitment to offering great value, with regular discounts and special promotions that can help users save up to 20% when topping up AFK Journey. In addition, lootbar.gg supports a wide selection of games, making it a versatile choice for gamers who play multiple titles.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another standout benefit of choosing lootbar.gg for your top up AFK Journey needs is the platform&rsquo;s focus on security and customer service. All transactions are protected by advanced encryption, ensuring a safe environment for your payments and personal data. The platform also boasts a rapid delivery system, with Dragon Crystals typically delivered within just three minutes, so you can get back to your game without delay. Plus, lootbar.gg provides 24/7 customer support, meaning any questions or issues you encounter will be addressed promptly and professionally, making your top up experience seamless and reliable.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top up AFK Journey on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To successfully complete an &lt;a href=&quot;https://lootbar.gg/top-up/afk-journey?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;AFK Journey recharge&lt;/a&gt; for Dragon Crystals on the Lootbar trading platform, start by accessing the official Lootbar website and selecting your preferred language and currency. If you do not already have an account, register for one, or simply log in if you are an existing user. Navigate to the top-up section by selecting Home, then Top-up, and choosing AFK Journey from the available options. Next, pick the specific Dragon Crystals package you wish to purchase and click on &quot;Top-up Now.&quot; Proceed by selecting your desired payment method and confirming the transaction through &quot;Pay Now.&quot; &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once the payment is made, you will be prompted to provide important account details such as your email address, password, and game server, which are necessary for the fulfillment of your order. It is crucial not to log into the game during this period to ensure a smooth AFK Journey recharge process. The Lootbar team will then access your account, top up the purchased Dragon Crystals, and log out after clearing your login history. After you receive the notification confirming the completion of your top-up, you can log back into the game and verify that the Dragon Crystals have been correctly credited to your account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; height=&quot;544&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd8871879682a5a357ba9viL2AtBI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(367, 532, '', 'Valorant Console Launch: PS5 &amp; Xbox Series X/S Trailer', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Riot Games has unveiled an exciting new trailer for Valorant, marking the game&#039;s highly anticipated arrival on PlayStation 5 and Xbox Series X/S consoles. Fans can now look forward to experiencing the popular tactical shooter on next-generation platforms, promising enhanced graphics and smoother gameplay. This release signifies a major milestone for Valorant, expanding its reach beyond PC and into the console gaming arena. The trailer showcases stunning visuals and dynamic action sequences, hinting at the exciting gameplay enhancements that players can expect. With this launch, Riot Games aims to deliver an even more immersive experience to a broader audience, solidifying Valorant&rsquo;s position as a leading esports title.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Valorant and Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valorant Points serve as the main premium currency in Valorant, allowing players to unlock exclusive cosmetic items like weapon skins, character outfits, and Battle Passes to enhance their in-game experience. To obtain Valorant Points, players need to make a purchase using real money through trusted game trading platforms. Popular options for &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points buy&lt;/a&gt; include sites like LootBar, which is frequently recommended for its competitive prices and secure transactions. By topping up Valorant Points through these platforms, players can quickly access the latest cosmetic content and upgrades.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy Valorant Points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Valorant Points, they may want to consider using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg for a seamless and reliable experience. One of the standout advantages of buying Valorant Points on lootbar is the consistently low prices, making it an economical choice for both casual and dedicated players. The platform invests in robust security measures, so every transaction is protected with advanced encryption, ensuring your personal and payment information stays safe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to affordability and security, lootbar is known for its incredibly fast delivery, with Valorant Points typically reaching your account within just minutes. This means you can quickly jump back into the action without unnecessary delays. Furthermore, lootbar offers 24/7 customer support, so help is available whenever you need it, whether it&#039;s a late-night top-up or a technical question. With these advantages, lootbar.gg makes it easy and convenient to &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Valorant Points&lt;/a&gt; whenever you need them.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top Valorant on LootBar Step-by-Step Guide&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo begin the &lt;a href=&quot;https://lootbar.gg/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant top up&lt;/a&gt; process on LootBar, first open your web browser and visit the official LootBar.gg website, making sure to select your desired language and currency for convenience.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, locate the top-up column on the homepage and click on the Valorant section to access the dedicated page for purchasing Valorant Points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfterward, input your Riot account credentials, including your username and password, to ensure your account is properly linked for the transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the amount of Valorant Points you wish to buy, then click on the &quot;Top-up Now&quot; button to move forward with your purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect a suitable payment method from the available options and confirm your transaction by clicking &quot;Pay Now.&quot;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is processed, your Valorant Points will be credited to your account in just a few minutes, enabling you to immediately unlock new skins and in-game content.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddac9b398bebb3e0e563ejjaTB35L03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(368, 533, '', 'Honkai: Star Rail Leaks &ndash; New Fate Crossover Characters', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/69278eee7b2261ce5183f621iKcj8a3G03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/69278eee7b2261ce5183f621iKcj8a3G03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent leaks from Honkai: Star Rail have shed light on potential new characters set to join the roster, namely Phainon, Saber, and Archer. As the game&rsquo;s Amphoreus arc unfolds, players are gradually uncovering the mysteries surrounding the Chrysos heirs, the Titans, and the impending prophecy of world destruction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to its deep lore, Honkai: Star Rail is gearing up for a major crossover with Fate/stay Night: Unlimited Blade Works. Although there has been no official announcement regarding the release date, rumors point to a possible launch in version 3.4 of the game. This update is also expected to introduce Phainon alongside Fate characters Saber and Archer through a special limited-time banner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to a report by Sakura Haven, the upcoming three 5-star characters will likely follow the destruction, destruction, and hunt paths respectively. These paths are believed to correspond to Phainon, Saber, and Archer, based on earlier leaks. Past information suggests that all three characters will arrive as 5-star units, heightening anticipation among fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Characters aligned with the destruction path are typically characterized by high damage output coupled with resilience, allowing them to withstand significant damage. Phainon, depicted as a skilled swordsman in the storyline, seems a fitting candidate for this role. Similarly, Saber&rsquo;s combat style aligns well with the destruction class, making her a logical addition. Archer, following the hunt path, usually specializes in single-target damage with an emphasis on critical stats, which suits her design.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are eagerly awaiting the Fate/stay Night crossover, excited about the strategic advantage these new characters could bring. Speculation also suggests that the event may feature a storyline akin to Fate/stay Night&rsquo;s Holy Grail War, set within the rich world of Amphoreus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the collaboration approaches, many players hope that Saber and Archer will receive dedicated improvements, such as their own constellations or eidolons, to ensure they remain viable after the event. This concern stems from past experiences, like Genshin Impact&rsquo;s Aloy, who lacked additional constellations beyond her initial release, limiting her long-term utility. Providing Fate characters with their own enhancements would be a wise move to maintain their relevance and appeal in Honkai: Star Rail&rsquo;s evolving universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; serve as a valuable resource in Honkai Star Rail, enabling players to strengthen and evolve the skills of their Valkyries and Stigmata for a more powerful gameplay experience. While these shards can be obtained through various in-game activities, many players opt for a convenient &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; on trusted game trading platforms, allowing them to purchase Oneiric Shards with real currency. This direct acquisition method helps players accelerate their character development and gain access to exclusive upgrades. By leveraging top up services, enthusiasts can quickly enhance their teams and enjoy all the benefits these shards provide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Oneiric Shard&lt;/a&gt; to upgrade their Valkyries and Stigmata in Honkai Star Rail, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. lootbar.gg stands out as a reliable &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; center, offering a secure and professional environment for purchasing in-game items. With a global reach, lootbar ensures that players from different regions can quickly and safely complete transactions, making the honkai star rail top up process both smooth and convenient.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar provides a range of advantages including 24/7 online customer service to assist users at any time, and a variety of payment methods to suit different preferences. The platform regularly offers attractive discounts, allowing players to buy Oneiric Shard at competitive prices, with some promotions reaching up to 20% off. This combination of security, support, and affordability makes lootbar.gg a top choice for anyone seeking an efficient and cost-effective way to enhance their Honkai Star Rail experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Star Rail top up&lt;/a&gt; for Oneiric Shards on the LootBar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your preferred language and currency, and log in to your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section, then select Honkai: Star Rail from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose the quantity of Oneiric Shards or the Express Supply Pass you wish to purchase and proceed by clicking the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter the required details, including your server, Star Rail UID, and Character Name, to ensure the items are delivered to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nReview your order, select your desired payment method, and complete the transaction to finalize your Star Rail top up.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After payment, the Oneiric Shards will be added to your game account, allowing you to enhance your Valkyries and Stigmata skills seamlessly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(369, 535, '', 'Pok&eacute;mon TCG Pocket: Initial Booster Pack Guide', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Initial Booster Pack Selection&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When beginning your journey in Pok&eacute;mon TCG Pocket, you&#039;ll be asked to select one of three initial booster packs. This decision shapes your early gameplay experience in several ways.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;First, the booster pack determines the starter deck you&#039;ll initially receive, which serves as the foundation for your battles and strategies. Each pack contains a unique preset ex monster card that enhances your deck&#039;s capabilities, giving you an edge in matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, during the tutorial&#039;s &quot;wonder pick,&quot; you&#039;ll be awarded a full-art card, adding a collectible and aesthetic element to your collection. The chosen booster pack also influences the rare cards you might encounter; for example, selecting the first pack grants you a Pinsir deck, with a rare card being an Exeggutor EX. The full-art card exclusive to this choice is Charmander.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, your initial booster pack choice is pivotal, as it sets the stage with specific decks, powerful ex monsters, and rare collectible cards to kickstart your Pok&eacute;mon TCG Pocket adventure.Starting your Pok&eacute;mon TCG journey, you&#039;ll find that the initial pack includes a powerful Rapidash deck to kick things off.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Within this pack, a notable rare card is &lt;strong style=&quot;font-family:Arial;&quot;&gt;Arcanine ex&lt;/strong&gt;, offering a strong addition to your collection.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, from the special Wonder Pick, you can obtain the full art &lt;strong style=&quot;font-family:Arial;&quot;&gt;Squirtle&lt;/strong&gt;, which adds both aesthetic appeal and strategic value to your lineup.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Starting Your Pok&eacute;mon TCG Journey&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When starting your Pok&eacute;mon TCG journey, selecting the right initial pack can set the tone for your experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In your first booster, you&#039;ll find a Sandslash deck, providing a solid foundation to build upon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the rare cards, look out for the striking Marowak ex, which can greatly enhance your collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;From the wonder pick, the standout full art card is Bulbasaur, adding both aesthetic appeal and strategic value to your deck.When selecting your starter packs for Pok&eacute;mon TCG Pocket, consider their unique card offerings and strategic value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The Charizard pack stands out because it includes Exeggutor EX, a versatile card that can enhance your deck, especially if you&#039;re aiming to build a competitive Venusaur EX deck.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Meanwhile, the Mewtwo pack features Marowak EX, which integrates smoothly into Marowak EX-focused decks, providing strong offensive potential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Both options are solid choices; however, the Mewtwo pack might have a slight edge due to Sandslash, a card that pairs exceptionally well with Marowak EX, boosting your deck&#039;s synergy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starting your Pok&eacute;mon TCG journey can feel overwhelming at first. If you&#039;re new to the game, our beginner&#039;s guide is a great resource. It covers fundamental gameplay mechanics, resource collection tips, and advice on which packs to open from the genetic apex series to kickstart your collection effectively.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; serves as the primary currency in Pokemon Trading Card Game Pocket, allowing players to purchase various in-game items, restore stamina, and unlock exclusive collectibles like unique cards and covers. This currency is essential for enhancing your overall experience and progressing faster within the game. Players can conveniently obtain Pok&eacute; Gold through top-up services on popular platforms such as Lootbar.gg, which is known for its reliable customer support. By acquiring Pok&eacute; Gold, you gain access to premium features and rare content to enrich your Pokemon TCG journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Pok&eacute; Gold, they may want to consider the lootbar game trading platform for a seamless and efficient experience. As the main currency in the Pokemon Trading Card Game Pocket, obtaining Pok&eacute; Gold quickly and safely is essential for enhancing gameplay, and &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; stands out by offering competitive prices and frequent discounts, making &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold buy&lt;/a&gt; more affordable for everyone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg prioritizes security and customer satisfaction by using advanced encryption to safeguard personal and payment information, ensuring every transaction is both legal and protected. Players also benefit from a responsive 24/7 customer support team, always ready to resolve any issues or answer questions related to Pokemon TCG top-ups. With the added advantage of lightning-fast delivery&mdash;often within three minutes&mdash;lootbar.gg provides a reliable and hassle-free solution for all your Pok&eacute; Gold needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon TCG Pocket Pok&eacute; Gold top up&lt;/a&gt; on the lootbar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official Lootbar.gg website, select your preferred language and currency, and log into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the Pok&eacute;mon TCG Pocket top up section from the homepage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the amount of Pok&eacute; Gold you wish to buy and click on the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, you&rsquo;ll need to fill in your login account details, password, and character name as prompted by the platform.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your desired payment option and complete the transaction by clicking &ldquo;Pay Now.&rdquo;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is processed and the order is confirmed, the Pok&eacute; Gold will be added to your Pok&eacute;mon TCG Pocket account within a few minutes, allowing you to enjoy your in-game purchases without delay.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(370, 538, '', 'Marvel Rivals Skins: Wolverine&rsquo;s Weapon X Controversy', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68db174f9afdfff5bcecc369V7SPiqcF03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/68db174f9afdfff5bcecc369V7SPiqcF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Marvel Rivals has earned a reputation for its creative approach to character customization, particularly through its extensive collection of comic book-inspired skins. The game&#039;s developers frequently release new outfits, keeping players engaged with fresh content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, a recurring theme among fans is the desire for these skins to push boundaries in terms of visual appeal. Many characters, regardless of gender or species, are depicted with exaggerated features, often emphasizing their physiques in provocative ways. This trend has become somewhat of a hallmark for the game&#039;s aesthetic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recently, attention has turned to the Weapon X skin for Wolverine. Fans were excited to see new options but quickly expressed disappointment upon seeing Wolverine dressed in full attire, with pants covering his iconic physique. The community&#039;s consensus suggests that the skin would benefit from more revealing elements, with some fans humorously suggesting that Wolverine&#039;s signature weapon and physique deserve more attention.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official game channels showcased the new skins alongside other character updates, but the response indicated a strong preference for designs that highlight Wolverine&#039;s rugged, iconic look more boldly. As the game continues to evolve, player feedback remains focused on balancing creative expression with the fan-favorite, bold visual style that makes Marvel Rivals stand out.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e015199e8a87b7c7138eRTBc972M03&quot; height=&quot;825&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e015199e8a87b7c7138eRTBc972M03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans are expressing their desire for a more daring version of Wolverine&#039;s Weapon X skin, emphasizing a preference for less clothing. Historically, Weapon X Wolverine has been portrayed without pants, reflecting his experimental origins and rugged condition, a detail accurately captured even in collectible figures like Funko! Pop.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many enthusiasts feel that the current skin design misses an opportunity by not showcasing more of Wolverine&#039;s iconic ruggedness. A popular comment summed up the sentiment: &quot;The Wolverine skin looks good, but it would be perfect if he was without pants.&quot;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This feedback suggests that fans are eager for a version of Wolverine that embraces his gritty, rebellious style, possibly leaning into more provocative or revealing designs. Whether game developers will take this into account remains uncertain, but the call for a more NSFW approach has certainly gained traction within the community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency in Marvel Rivals, allowing players to unlock exclusive content like Battle Passes and a variety of cosmetic upgrades, including skins and emotes, to enhance their in-game experience. Unlike currencies earned through gameplay, Marvel Rivals Lattices are obtained by purchasing them with real money. Players interested in topping up their Lattices can do so through trusted game trading platforms such as LootBar, which offer convenient and secure top-up services. This makes it easy for fans to access the latest customization options and keep their heroes looking fresh.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As an established and reliable service, lootbar.gg stands out for its commitment to providing a seamless &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt; experience. The platform supports a wide range of payment options, making transactions safe and convenient for users worldwide. In addition, lootbar.gg boasts a professional customer service team available 24/7 to assist with any inquiries or issues, ensuring that players can quickly resolve any concerns at any time.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another notable advantage of using lootbar for Marvel Rivals top up is its competitive pricing. Players can often enjoy significant discounts, with deals that make purchasing Marvel Rivals Lattices more affordable compared to other platforms. Beyond just transactions, lootbar.gg also fosters a vibrant gaming community. Through its blog and Discord, players gain access to game guides, news, and special events, enhancing their overall gaming experience and helping them connect with fellow fans.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, follow these simple steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by navigating to the official LootBar.gg website, then select your desired language and currency settings before logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, locate Marvel Rivals under the Top-Up section on the homepage.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your Marvel Rivals User ID in the designated field to ensure your purchase is applied to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, choose the quantity of Marvel Rivals Lattices you wish to top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick your preferred payment option and proceed by clicking the &quot;Pay Now&quot; button to complete the transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By following these steps, players can quickly and securely top up Marvel Rivals Lattices, allowing for a seamless enhancement of their in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(371, 539, '', 'Last Z: Survival Shooter &ndash; Sophia Hero Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sophia stands out as a rare &quot;S&quot; hero in the Last Z: Survival Shooter universe, representing the esteemed Blood Rose faction. She is primarily recognized as a &quot;construction&quot; class hero, emphasizing her strategic importance on the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Within the game&#039;s classification system, Sophia is categorized as a combat-type hero and a member of the fighter faction. Her offensive capabilities are notable, with an attack power of 16,735, complemented by a solid defense stat of 13,705. Additionally, she commands a troop size of 506, making her a formidable presence in both offense and defense scenarios.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692945be1aa19c9a7857b6562WXW0SpJ03&quot; height=&quot;285&quot; src=&quot;https://c2c.fp.guinfra.com/file/692945be1aa19c9a7857b6562WXW0SpJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Please note that the information provided may be updated periodically. For the most precise and current details about your in-game hero, kindly verify directly within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are LastZ: Survival Shooter Diamonds?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-z-survival-shooter?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last z: survival shooter diamonds&lt;/a&gt; are the premium in-game currency used to unlock powerful heroes, purchase essential resources, and accelerate building upgrades in the post-apocalyptic world of LastZ: Survival Shooter. By using last z: survival shooter diamonds, players can access exclusive items, boost their VIP levels, and gain advantages that help them survive against relentless zombie threats. To get last z: survival shooter diamonds, you can top up through popular game trading platforms such as Codashop, SEAGM, or UniPin, making it easier to enhance your gameplay and progress efficiently.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying  LastZ: Survival Shooter Diamonds?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up last z: survival shooter diamonds, they may want to consider the lootbar game trading platform for its trusted and efficient service. Using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; to &lt;a href=&quot;https://lootbar.gg/top-up/last-z-survival-shooter?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy last z: survival shooter diamonds&lt;/a&gt; gives players access to some of the most competitive prices in the market, helping them save money while enjoying their favorite game. The platform is renowned for its advanced security measures, ensuring that every transaction is fully encrypted and all personal information remains strictly confidential. This means players can purchase with confidence, knowing their data and funds are well protected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another key advantage of choosing lootbar.gg is the exceptional customer support available 24/7, offering prompt assistance for any issues or questions related to the purchase process. Lootbar.gg also stands out for its quick delivery, ensuring that players receive their diamonds almost instantly so they can dive back into the action without unnecessary delays. Additionally, the platform features a vibrant community and blog section where players can discover game guides and stay updated with the latest events, enhancing the overall gaming experience. For those looking to buy last z: survival shooter diamonds, lootbar.gg is a convenient and reliable choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy LastZ: Survival Shooter Diamonds on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-z-survival-shooter?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last z: survival shooter top up&lt;/a&gt; and purchase Diamonds through the LootBar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, access the LootBar.gg official website and select your desired language and currency before logging into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the Home page, find the Top-Up section, and choose LastZ: Survival Shooter from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, browse through the selection of LastZ: Survival Shooter Packs, decide which pack suits your needs, and specify the number of Diamonds you wish to buy, then proceed by clicking the Top-up Now button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nYou will then be prompted to enter essential information such as your Email Address, Character ID, and State ID to ensure the Diamonds are credited to the correct game account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your preferred payment method and confirm the transaction by clicking Pay Now. Once the payment is successful, your Diamonds will be delivered to your LastZ: Survival Shooter account, allowing you to enjoy premium in-game features right away.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692945c2c6562a177b8974b4eJrKgukZ03&quot; height=&quot;851&quot; src=&quot;https://c2c.fp.guinfra.com/file/692945c2c6562a177b8974b4eJrKgukZ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;893&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(372, 540, '', 'Honkai: Star Rail &ndash; Cipher&rsquo;s Signature Light Cone Leak', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e0866678a26c39655648qlZp06xq03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e0866678a26c39655648qlZp06xq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recent information from Honkai: Star Rail suggests that a new signature light cone is on the horizon for the anticipated five-star character, Cipher, expected to debut in version 3.3. Fans have been eagerly tracking leaks and hints about upcoming characters, both from in-game models and storyline clues. Following the confirmed additions of Castorice and Anaxa in version 3.2, speculation has grown about other potential recruits like Hyacine, Phainon, and unrevealed figures such as Hysilens. Now, a fresh leak offers a glimpse into Cipher&rsquo;s in-game equipment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Although Cipher has yet to appear in the main story, early teasers indicate her significance in the upcoming updates. She was initially revealed during Hoyoverse&rsquo;s grand presentation of Amphoreus, identified as one of the &ldquo;Chrysos Heirs&rdquo; in the game&rsquo;s universe. Descriptions depict her as the heir to Chrysos, wielding the coreflame of trickery, and she is rumored to be a damage dealer focusing on critical hits and burst damage. The latest leak reveals details about her signature light cone, hinting at her gameplay mechanics.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to a leak from well-known Hoyoverse insider Shiroha, Cipher&rsquo;s light cone will grant a flat critical rate increase. This enhancement aligns with other light cones that boost raw stats while providing additional effects. Its unique feature amplifies characters who rely on skills for their main damage output. Specifically, when the wearer hits an enemy with a skill, the enemy&rsquo;s defense is lowered, with an extra reduction if the attack lands as a critical hit. This synergy suggests Cipher&rsquo;s light cone will be a valuable tool for maximizing damage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The expected release date for Cipher and her signature light cone is around May 23, aligned with the launch of version 3.3. Her abilities are tailored to support high-output damage characters, especially those centered on crits. As a Nihility element user, she will likely synergize well with damage-focused Nihility characters such as Acheron and Kafka, who can benefit from the defense shred and crit boosts. Additionally, her debuff capabilities could enhance the utility of AoE Nihility units like Welt and Sampo.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cipher&rsquo;s impending arrival will probably make her a favored choice among damage dealers, particularly within her element. Quantum characters have seen recent support, with Tr&iacute;bbie introduced as a Quantum Harmony unit in version 3.1 and Castorice&rsquo;s long-awaited debut coming in 3.2. With her emphasis on crits and damage, Cipher is expected to quickly become a popular pick for players building high-damage teams once she joins the roster in version 3.3.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; are a valuable in-game currency in Honkai Star Rail, primarily used to improve the skills and abilities of Valkyries and Stigmata, allowing players to strengthen their characters for tougher challenges. Players seeking to quickly boost their progress can obtain Oneiric Shards through &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services available on various game trading platforms, where they can purchase these shards instantly using real money. This convenient option makes it easy for players to enhance their gameplay and access exclusive upgrades. By utilizing these platforms for top up, players gain a significant advantage in developing their favorite characters within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Oneiric Shard for enhancing their Valkyries and Stigmata in Honkai Star Rail, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. Lootbar.gg stands out as an excellent choice for those who wish to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Honkai Star Rail&lt;/a&gt; thanks to its reputation for professionalism and security in game transactions. The platform supports a seamless &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up&lt;/a&gt; experience, ensuring that users can quickly and safely acquire the resources they need without any hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of using lootbar is its global accessibility and user-friendly interface. Players from around the world can benefit from 24/7 online customer support, multiple payment options, and a reliable system designed to make every &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up reset&lt;/a&gt; smooth and worry-free. Whether you are new to the game or a seasoned player, lootbar.gg offers comprehensive guidance and assistance throughout your transaction, making it a trusted platform for all your gaming needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg frequently provides competitive pricing and attractive discounts for various games and items, including Honkai Star Rail. With discounts that can go as high as 20% and periodic promotions, players have the opportunity to save money while topping up their Oneiric Shard. This combination of affordability, convenience, and stellar customer service makes lootbar the preferred choice for star rail top up among the gaming community.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Star Rail&lt;/a&gt; Oneiric Shards on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. After accessing the site, select your preferred language and currency type before logging in to your account. Navigate to the top-up section, find Honkai: Star Rail among the list of games, and click on it to proceed. You&rsquo;ll then be able to choose the amount of Oneiric Shards or an Express Supply Pass you wish to purchase; once decided, click the &ldquo;Top-up Now&rdquo; button to continue.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, you will need to select your game server and provide your Star Rail UID along with your Character Name to ensure the top up goes to the correct account. After entering the required details, click the &ldquo;Top-up&rdquo; button and choose your desired payment method from the available options. Complete the payment process, and your Oneiric Shards will be credited to your account, ready to be used for upgrading and enhancing the skills of Valkyries and Stigmata in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(373, 541, '', 'Mega-Ampharos-EX Deck &ndash; Strategien &amp; Tipps [2024]', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mega-Ampharos-EX Deck&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Tauche ein in die Welt des energiegeladenen Mega-Ampharos-EX-Decks, das speziell f&uuml;r das Pok&eacute;mon-Sammelkartenspiel Pocket entwickelt wurde. Dieses kraftvolle Deck basiert auf der neuesten Erweiterung &bdquo;Mega-Aufstieg&ldquo; und bietet eine beeindruckende Kombination aus Blitzangriffen und energiebeschleunigenden Strategien.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Herzst&uuml;ck bildet Mega-Ampharos-EX, das mit seiner speziellen Attacke erheblichen Schaden verursacht und gleichzeitig die Pok&eacute;mon des Gegners auf der Bank ins Visier nimmt. Durch die Unterst&uuml;tzung von Zeraora und Ampharos als sekund&auml;re Angreifer kannst du deine Energiereserven schnell aufbauen und deine Angriffe verst&auml;rken. Diese Synergie erm&ouml;glicht es dir, das Spielfeld zu kontrollieren und deine Gegner unter Strom zu setzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Deck ist perfekt f&uuml;r Spieler, die auf schnelle, energieintensive Strategien setzen. Mit gezieltem Energiebeschleunigungsmaterial und effektiven Angriffskombinationen kannst du deine Gegner &uuml;berw&auml;ltigen und die Kontrolle im Spiel gewinnen. Wir zeigen dir, wie du dieses vielversprechende Deck optimal zusammenstellst und im Turnier erfolgreich einsetzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hinweis: Diese Webseite enth&auml;lt Affiliate-Links zu verschiedenen H&auml;ndlern. Wenn du &uuml;ber diese Links einkaufst, kann es sein, dass wir eine Provision erhalten &ndash; f&uuml;r dich &auml;ndert sich daran nichts am Preis. Zu den Partnerprogrammen geh&ouml;ren unter anderem das Amazon-Partnerprogramm und das eBay-Partnernetzwerk. Affiliate-Links sind mit einem * gekennzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e22456cf04e61cce8bd1RWqsSVrY03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e22456cf04e61cce8bd1RWqsSVrY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck legt den Fokus auf den Einsatz von Mega-Ampharos-EX aus der aktuellen Erweiterung Mega-Aufstieg als zentrales Kampfmogul. Mit beeindruckenden 210 KP bietet es eine robuste Verteidigungslinie, die es deinem Gegner schwer macht, dich zu besiegen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Herzst&uuml;ck bildet die m&auml;chtige Attacke &bdquo;Blitzlanze&ldquo;, die bei Einsatz von drei Energien 100 Schadenspunkte verursacht. Zus&auml;tzlich w&auml;hlt die Attacke zuf&auml;llig drei Pok&eacute;mon auf der Bank deines Gegners aus und f&uuml;gt jedem 20 Schadenspunkte zu. Sollte dein Gegner nur ein Pok&eacute;mon auf der Bank haben, wird dieses automatisch mit 60 Schadenspunkten getroffen &ndash; eine hervorragende M&ouml;glichkeit, schw&auml;chere Basis-Pok&eacute;mon schnell zu beseitigen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r eine schnelle Spielweise nutzt du die Strategie, Voltilamm direkt mithilfe eines Sonderbons zu Mega-Ampharos-EX zu entwickeln. So kannst du z&uuml;gig deine m&auml;chtigen Angriffe starten und das Spiel kontrollieren. Das Deck ist optimal auf schnelle Angriffe und effizientes Ausschalten gegnerischer Pok&eacute;mon ausgelegt, um den Sieg fr&uuml;hzeitig zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Mega-Ampharos-EXs Taktik&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mega-Ampharos-EX profitiert erheblich von den einzigartigen F&auml;higkeiten und Attacken. Durch die F&auml;higkeit &bdquo;Blendender Blitzsturm&ldquo; und den Elementartausch kann Mega-Ampharos-EX seine kraftvolle Attacke &bdquo;Blitzlanze&ldquo; bereits in einem Zug ausf&uuml;hren. Um dies zu erreichen, sollte man die F&auml;higkeit aktivieren, um Zeraora mit zus&auml;tzlicher Elektro-Energie zu versehen, und diese Energie anschlie&szlig;end mit dem Elementartausch auf Mega-Ampharos-EX &uuml;bertragen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich kann Zeraora mit seiner Attacke &bdquo;Blitzkrallen&ldquo; als sekund&auml;rer Angreifer im Spiel eingesetzt werden. Dieser taktische Schachzug erm&ouml;glicht es, mehrere Angriffe gleichzeitig zu planen und die Verteidigung des Gegners zu durchbrechen. Das Zusammenspiel dieser Karten sorgt f&uuml;r eine starke und flexible Strategie im Pok&eacute;mon TCG.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Schutzstrategie mit Choreogel&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choreogel bietet durch seine F&auml;higkeit &bdquo;Bodyguard&ldquo; einen zuverl&auml;ssigen Schutz vor Angriffen gegnerischer Pok&eacute;mon-EX. Aufgrund dieser F&auml;higkeit k&ouml;nnen die st&auml;rksten Angreifer im aktuellen Format meist keinen Schaden an Choreogel verursachen. Es ist jedoch wichtig zu beachten, dass Choreogel weiterhin Schaden durch F&auml;higkeiten oder spezielle Zust&auml;nde erleiden kann. W&auml;hrend deiner Spielrunde solltest du Choreogel als eine Art Schutzwall positionieren, indem du es auf das Spielfeld stellst, w&auml;hrend du gleichzeitig Mega-Ampharos-EX auf der Bank vorbereitest, um deine Strategie optimal umzusetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starte das Spiel, indem du Choreogel oder Zeraora in die aktive Position bringst und das Elektrokabel anlegst. Falls dein aktives Elektro-Pok&eacute;mon kampfunf&auml;hig wird, erm&ouml;glicht dir diese Ausr&uuml;stung, jeweils eine Elektro-Energie auf zwei deiner Bank-Pok&eacute;mon zu verschieben. So kannst du Mega-Ampharos-EX schnell f&uuml;r den Angriff vorbereiten und deine Strategie effektiv umsetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Strategie mit Zyrus&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch den Einsatz von Zyrus hast du die M&ouml;glichkeit, ein geschw&auml;chtes Pok&eacute;mon vom Ablagestapel deines Gegners auf die Aktive Position zu bringen. Dies ist besonders effektiv, nachdem Mega-Ampharos-EX Schaden verursacht hat. Damit kannst du gezielt gef&auml;hrliche Gegner ausschalten und deine Strategie flexibel anpassen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e2381e0a2061ccd6d27botIye8h803&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e2381e0a2061ccd6d27botIye8h803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690d32e44044a65113292c4bkq86pmmr03&quot; height=&quot;512&quot; src=&quot;https://c2c.fp.guinfra.com/file/690d32e44044a65113292c4bkq86pmmr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;367&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck unterscheidet sich von der vorherigen Version, da es nicht nur auf das Spezialbonbon angewiesen ist. Stattdessen integriert es eine Karte von Waaty, die eine zuverl&auml;ssige Entwicklung zu Mega-Ampharos-EX garantiert. Zudem unterst&uuml;tzt Maike dich dabei, die passenden Pok&eacute;mon aus deinem Deck zu ziehen, um deine Strategie optimal umzusetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e2587061933aa6ffa7f0Vw4YORp703&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e2587061933aa6ffa7f0Vw4YORp703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6928e25a5c1256da93b69b6bIalyd75i03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6928e25a5c1256da93b69b6bIalyd75i03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fda209843e184ee0365ky8X9r0P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1efab0309ef42f113e7ltfUGVwe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321c83aa99337c153fed4925S4tha03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6905497e0a8610314eb6578fkue1sigA03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6905497e0a8610314eb6578fkue1sigA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab203907cdc089ee21e48TdmBj4Ni03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/689bd1f3f61da67fb9a16893jTo0ccMy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die Hauptw&auml;hrung im Spiel Pok&eacute;mon Trading Card Game Pocket und wird ben&ouml;tigt, um verschiedene Ingame-Gegenst&auml;nde zu kaufen, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wiederherzustellen. Mit Pok&eacute; Gold k&ouml;nnen Spieler ihre Sammlung erweitern und ihre Chancen auf seltene Karten erh&ouml;hen, was das Spielerlebnis insgesamt bereichert. Wer Pok&eacute; Gold aufladen m&ouml;chte, kann dazu vertrauensw&uuml;rdige Plattformen wie Lootbar.gg nutzen, die einen einfachen und sicheren Top-up-Service bieten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Pok&eacute; Gold aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform als eine der besten Optionen in Betracht ziehen. Gerade f&uuml;r das beliebte Spiel Pokemon TCG Pocket bietet lootbar zahlreiche Vorteile, die das Spielerlebnis noch angenehmer und reibungsloser machen. Die Plattform ist besonders auf die Bed&uuml;rfnisse von Fans der Pokemon Trading Card Game Pocket abgestimmt und garantiert so eine bequeme und sichere M&ouml;glichkeit zum &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon TCG Pocket top up&lt;/a&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil von lootbar.gg sind die attraktiven Preise und regelm&auml;&szlig;igen Sonderaktionen. Spieler profitieren von g&uuml;nstigen Konditionen, wodurch sie beim Kauf von Pok&eacute; Gold bares Geld sparen k&ouml;nnen. Zus&auml;tzlich sorgt das schnelle und effiziente Liefersystem daf&uuml;r, dass das erworbene Pok&eacute; Gold ohne lange Wartezeiten direkt verf&uuml;gbar ist. So kann man sofort neue Karten freischalten und das eigene Deck st&auml;rken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nicht zuletzt steht bei lootbar die Sicherheit der Nutzer an erster Stelle. Transaktionen werden mit modernster Verschl&uuml;sselungstechnologie gesch&uuml;tzt, sodass pers&ouml;nliche Daten und Zahlungen jederzeit sicher sind. Au&szlig;erdem bietet lootbar einen rund um die Uhr verf&uuml;gbaren Kundenservice, der bei allen Fragen und Anliegen zum Pokemon TCG Pocket Top Up kompetent weiterhilft. Durch diese umfassenden Vorteile ist lootbar.gg die ideale Wahl f&uuml;r alle, die ihr Spielerlebnis im Pokemon TCG Pocket unkompliziert verbessern m&ouml;chten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um eine &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt; auf der Lootbar Trading-Plattform durchzuf&uuml;hren, gehen Sie wie folgt vor:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Ouml;ffnen Sie die offizielle Webseite von Lootbar und passen Sie die Sprache sowie die gew&uuml;nschte W&auml;hrung an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLoggen Sie sich in Ihr pers&ouml;nliches Lootbar-Konto ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie auf der Hauptseite zur Kategorie f&uuml;r das Pokemon Trading Card Game Pocket und w&auml;hlen Sie dort die Option zum Aufladen von Pok&eacute; Gold.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBestimmen Sie den Betrag an Pok&eacute; Gold, den Sie aufstocken m&ouml;chten, und klicken Sie anschlie&szlig;end auf die Schaltfl&auml;che zur sofortigen Aufladung.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTragen Sie alle geforderten Kontoinformationen wie Ihren Benutzernamen, das Passwort und den Charakternamen ein, um die Transaktion korrekt zuzuordnen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie aus den angebotenen Zahlungsoptionen Ihre favorisierte Methode aus und schlie&szlig;en Sie den Kaufprozess mit einem Klick auf die Zahlungsbest&auml;tigung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Bezahlung wird das bestellte Pok&eacute; Gold in der Regel in wenigen Minuten direkt Ihrem Spielkonto gutgeschrieben, damit Sie im Pokemon Sammelkartenspiel Pocket sofort loslegen k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(374, 542, '', 'Warner Bros Box Office Success &ndash; New Records Set', '&lt;p&gt;Warner Bros Dominates Global Box Office, Sets New Industry Records&lt;/p&gt;\n&lt;p&gt;In a remarkable achievement for the entertainment giant, Warner Bros. Pictures Group has shattered the worldwide box office record with an unprecedented $4.814 billion in 2010, eclipsing their own previous industry record of $4.010 billion set just a year earlier.&lt;/p&gt;\n&lt;p&gt;The studio secured the top position in market share across all major categories - domestic, international, and global - cementing their dominance in the film industry. This represents the sixth time in a decade that Warner Bros. has claimed the worldwide market share crown, an unmatched accomplishment in Hollywood.&lt;/p&gt;\n&lt;p&gt;President of Warner Bros. Pictures Group Jeff Robinov attributed this extraordinary success to collaborative efforts across production, marketing, and distribution teams worldwide. The leadership trio of Sue Kroll, Dan Fellman, and Veronika Kwan-Rubinek received special recognition for their strategic guidance.&lt;/p&gt;\n&lt;p&gt;On the domestic front, Warner Bros. maintained its number one position for the third consecutive year with $1.884 billion in revenue. The studio has consistently crossed the $1 billion domestic threshold for an impressive ten years running, with five films surpassing $100 million domestically in 2010 alone.&lt;/p&gt;\n&lt;p&gt;Internationally, the studio established a new industry benchmark with $2.930 billion, substantially exceeding the previous record. Seven Warner Bros. releases generated over $100 million in international markets, with &quot;Inception&quot; ($531 million) and &quot;Harry Potter and the Deathly Hallows &ndash; Part 1&quot; ($611 million) emerging as particular standouts.&lt;/p&gt;\n&lt;p&gt;Looking ahead to 2011, Warner Bros. has positioned itself for continued success with a diverse slate including &quot;Green Lantern,&quot; &quot;The Hangover Part II,&quot; &quot;Harry Potter and the Deathly Hallows &ndash; Part 2,&quot; and &quot;Sherlock Holmes II&quot; among other anticipated releases spanning multiple genres and featuring top industry talent.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The films chronicle Harry Potter&#039;s adventures at Hogwarts School of Witchcraft and Wizardry, focusing on his friendships, magical education, and the epic conflict against the dark wizard Lord Voldemort. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the series is readily available through streaming services such as HBO Max and Amazon Prime Video, or via rental/purchase on platforms like Apple TV and Vudu.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. This VPN is specifically optimized to provide high-speed servers that ensure smooth and buffer-free streaming, allowing you to enjoy your favorite shows in high definition without interruption. Its advanced technology guarantees lightning-fast connection speeds, making your viewing experience seamless and enjoyable.&lt;/p&gt;\n&lt;p&gt;One of the key advantages of SafeShell VPN is its ability to connect multiple devices simultaneously, up to five, across various operating systems including Windows, macOS, iOS, Android, and more. This flexibility allows you to effortlessly switch between devices and enjoy consistent access to Netflix content from anywhere. Additionally, the exclusive App Mode feature unlocks content from multiple regions at once, broadening your entertainment options and giving you access to a diverse library of movies and series.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN prioritizes your online security with its proprietary ShellGuard protocol, offering top-level encryption and privacy protection. You can browse, stream, and download confidently, knowing your data remains safe from cyber threats. Its lightning-fast speeds, combined with a free trial plan, make it an ideal solution for those seeking reliable, secure, and unrestricted access to Netflix, enhancing your overall streaming experience with minimal hassle.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching the magical world of Harry Potter unfold on screen is a delightful experience that shouldn&#039;t be limited by geographical restrictions. With &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, you can easily access Harry Potter movies from various regions around the world. This powerful tool allows you to bypass regional content blocks and enjoy your favorite wizarding adventures regardless of your location.&lt;/p&gt;\n&lt;p&gt;To begin your Harry Potter marathon with SafeShell VPN, first visit their official website to select and subscribe to a suitable plan for your needs. After completing your subscription, download the SafeShell VPN application compatible with your device - whether you&#039;re using Windows, macOS, iOS, or Android. Installation is straightforward, and once completed, launch the application and log into your account to access all the features SafeShell VPN has to offer.&lt;/p&gt;\n&lt;p&gt;After logging in, SafeShell VPN provides you with two operational modes, with the APP mode being particularly recommended for streaming services. Next, select a server located in a region where Harry Potter is available in the streaming library - popular options include the US, UK, or Canada. Once connected to your chosen server, open your preferred streaming platform, log in with your credentials, search for Harry Potter, and immerse yourself in the enchanting world of Hogwarts without any regional limitations.&lt;/p&gt;', 9, 'game'),
(375, 543, '', 'VPN for Netflix Access &ndash; CyberGhost Review', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32ab200a9aa9c25cc52aaVrmihEJ03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32ab200a9aa9c25cc52aaVrmihEJ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN for Netflix Access&lt;/h3&gt;\n&lt;p&gt;When traveling internationally, many people turn to Virtual Private Networks (VPNs) to maintain access to their favorite streaming content. This is particularly important for Netflix subscribers, as the platform&#039;s library varies significantly between countries.&lt;/p&gt;\n&lt;p&gt;A quality VPN serves two essential functions for travelers. First, it conceals your actual location by substituting your real IP address with one from your preferred region. Second, it provides encryption that protects your browsing activity from surveillance by internet service providers and other potential monitors.&lt;/p&gt;\n&lt;p&gt;Our team conducts ongoing evaluations of various VPN services to determine their effectiveness with major streaming platforms. In this assessment, we&#039;ve thoroughly examined CyberGhost&#039;s compatibility with Netflix across multiple regions.&lt;/p&gt;\n&lt;p&gt;Below, we&#039;ve detailed our comprehensive testing methodology and results. For those seeking a quick overview, we&#039;ve compiled our key findings in a reference chart that highlights the most important aspects of CyberGhost&#039;s performance with Netflix.&lt;/p&gt;\n&lt;p&gt;The effectiveness of any VPN with Netflix depends on several factors, including server locations, connection speeds, and the VPN provider&#039;s commitment to maintaining access despite streaming platforms&#039; efforts to block VPN usage.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a3233ad9adbad3d599299SERS5Wdj07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a3233ad9adbad3d599299SERS5Wdj07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;CyberGhost has proven to be effective with Netflix, despite some earlier challenges. Over the past year, the service has concentrated on ensuring reliable access to select regional Netflix libraries, particularly through its user-friendly desktop and mobile applications. Keep reading to discover more details.&lt;/p&gt;\n&lt;p&gt;Special offer: By choosing a two-year subscription plan with CyberGhost, you can enjoy savings exceeding 80%. All subscriptions are backed by a 45-day money-back guarantee, allowing you to try the service risk-free.&lt;/p&gt;\n&lt;p&gt;Although CyberGhost faced issues with Netflix last year, it has since shifted its focus toward delivering smooth and secure streaming experiences for a few key libraries. Recently, users have reported stable connections, and in this article, we&rsquo;ll delve deeper into what you can expect.&lt;/p&gt;\n&lt;p&gt;For those familiar with the CyberGhost interface, you&rsquo;ll notice that certain servers are specifically optimized for streaming Netflix. To simplify your search, you can simply enter &ldquo;Netflix&rdquo; into the search bar, which will quickly direct you to the appropriate servers.&lt;/p&gt;\n&lt;p&gt;Currently, the service offers dedicated servers for streaming Netflix in Denmark, the United States, the United Kingdom, France, Germany, Italy, Japan, and Sweden, ensuring a variety of regional content options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32ad2897e0637873c6faBIQH0AWX03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32ad2897e0637873c6faBIQH0AWX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The servers tested proved to be highly effective, providing smooth and uninterrupted access. However, it&rsquo;s important to note that only specific servers marked as compatible with Netflix will work reliably; general server lists or libraries are unlikely to grant access. This limitation is common among many leading VPN providers, which often restrict Netflix access to a select few servers at any given time.&lt;/p&gt;\n&lt;p&gt;Furthermore, some competitors require users to contact customer support to identify which servers are functional for streaming, as these details are not always publicly available.&lt;/p&gt;\n&lt;p&gt;When connecting to streaming-optimized servers, users should be aware that they can only select the country, not the specific city. For those with slower internet speeds, choosing a server located as close as possible geographically can help reduce lag and buffering during streaming sessions. To do this, simply click the arrow next to the desired country in the server list to find the closest option.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32b024b084a37fbc4e9cmCTpDmiy03&quot; height=&quot;399&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32b024b084a37fbc4e9cmCTpDmiy03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;CyberGhost Streaming Compatibility&lt;/h3&gt;\n&lt;p&gt;CyberGhost VPN&#039;s compatibility with streaming services extends beyond just desktop platforms. Our investigation revealed that mobile users can enjoy the same benefits when accessing Netflix.&lt;/p&gt;\n&lt;p&gt;Testing both iOS and Android applications, we confirmed that CyberGhost successfully unblocks Netflix content on smartphones and tablets. This consistent performance across all device types ensures subscribers can enjoy their favorite shows securely regardless of which platform they prefer.&lt;/p&gt;\n&lt;p&gt;Mobile functionality matches the desktop experience, providing the same level of encryption and access capabilities for streaming enthusiasts on the go.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32b2200a9aa9c25cc58e0UtO2NlO03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32b2200a9aa9c25cc58e0UtO2NlO03&quot; width=&quot;427&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During our testing, we explored various servers, including those explicitly labeled as suitable for streaming and others without such labels. The results showed that servers marked as streaming successfully accessed Netflix, whereas unlabeled servers failed to do so.&lt;/p&gt;\n&lt;p&gt;Using servers with the streaming designation simplifies the process of selecting the right connection in specific locations. If you need further assistance, customer support is readily available to guide you.&lt;/p&gt;\n&lt;p&gt;Although Netflix is accessible in numerous countries, licensing restrictions mean that each region offers a different content library. The Netflix US collection remains one of the most extensive and popular, but since viewers are worldwide, VPNs that can access multiple regional libraries are highly valuable.&lt;/p&gt;\n&lt;p&gt;CyberGhost provides dedicated servers optimized for several Netflix libraries, including those in the US, UK, Denmark, France, Italy, Japan, Sweden, and Germany. Connecting to these servers ensures smooth, secure access to the respective regional catalogs without hassle.&lt;/p&gt;\n&lt;p&gt;If your local Netflix library isn&rsquo;t supported by CyberGhost, you might want to check out our detailed guides for accessing Netflix in Spain, Canada, or Brazil.&lt;/p&gt;\n&lt;p&gt;Our recent testing indicates that CyberGhost also works well with numerous other streaming platforms. Some notable examples include:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAmazon Prime Video\n&lt;/li&gt;\n&lt;li&gt;\nITV Hub\n&lt;/li&gt;\n&lt;li&gt;\nDisney+\n&lt;/li&gt;\n&lt;li&gt;\nYouTube TV\n&lt;/li&gt;\n&lt;li&gt;\nHBO Max\n&lt;/li&gt;\n&lt;li&gt;\nBBC iPlayer\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Keep in mind that not every server in a region guarantees compatibility with all streaming services. If you encounter difficulties, contacting customer support is recommended. CyberGhost offers live chat support during European business hours and a ticket system for assistance outside those hours.&lt;/p&gt;\n&lt;p&gt;In summary, CyberGhost reliably enables streaming Netflix securely through its dedicated servers, compatible with both web browsers and the Netflix app, making it convenient to watch content on various devices. If issues arise, 24/7 live chat support is available to help resolve them.&lt;/p&gt;\n&lt;p&gt;For more detailed information, consider reading our comprehensive CyberGhost review or watching our video overview.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to note that free VPNs are generally not suitable for Netflix access. Due to high user demand, Netflix often detects and blocks IP addresses associated with free VPN services. Consequently, free VPNs tend to have limited IP pools, which can lead to connection issues, slow speeds, low-quality streams, and potential security risks. Investing in a reputable VPN with a large IP pool offers a more reliable and safer streaming experience.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt;&lt;/strong&gt; is a specialized virtual private network service designed primarily to bypass geographical restrictions, enabling users to unlock and stream content libraries specific to other countries on Netflix. It achieves this by masking the user&#039;s real IP address and making it appear as if they are connecting from a server located in a different region, granting access to otherwise unavailable movies and shows. Furthermore, using a &lt;strong&gt;Netflix VPN&lt;/strong&gt; can also provide an extra layer of privacy and security while streaming.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to enjoy &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; seamlessly. This service excels with these advantages:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers optimized specifically for Netflix ensure uninterrupted streaming in HD without buffering delays.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously across platforms like iOS, Android, Windows, macOS, and smart TVs for flexible viewing.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode unlocks multiple regional libraries at once, expanding your entertainment choices globally.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with no bandwidth limits enable smooth 4K streaming and rapid downloads.\n&lt;/li&gt;\n&lt;li&gt;\nTop-level security through the proprietary ShellGuard protocol encrypts your data, safeguarding privacy during browsing.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial lets you experience all premium features risk-free before committing.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that fits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, directly from the SafeShell VPN website.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN application and log in with your account credentials. To optimize your streaming experience, select the APP mode within the app, as it is recommended for watching Netflix. Next, browse through the list of available VPN servers and pick one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;Once connected, open the Netflix app or navigate to the Netflix website on your device. Log in with your existing Netflix account details, and you will be able to stream content from the region associated with your VPN server. Using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; makes it simple to enjoy a wide variety of regional Netflix content seamlessly and securely.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(376, 544, '', 'Sprint Netflix Docuseries: Relive Paris 2024 Olympics', '&lt;h3&gt;Olympic Journey Continues&lt;/h3&gt;\n&lt;p&gt;As the Olympic flag departs Paris and heads towards Los Angeles for the 2028 Games, the journey of athletic excellence continues to unfold. Meanwhile, Netflix has just premiered the second installment of the acclaimed docuseries &lt;em&gt;Sprint&lt;/em&gt;, offering viewers a chance to relive the excitement of the 2024 Olympics.&lt;/p&gt;\n&lt;p&gt;According to Warren Smith, the executive producer of &lt;em&gt;Sprint&lt;/em&gt;, the timing of this release was ideal. &ldquo;We initially pitched the series without plans for multiple seasons,&rdquo; he explains to Tudum. &ldquo;However, as we progressed, it became apparent that there was a compelling narrative arc leading up to Paris 2024, which convinced us to extend the story.&rdquo;&lt;/p&gt;\n&lt;p&gt;Like its predecessor, the newest chapter provides an in-depth look at the lives of top-tier athletes as they push their limits at the Paris 2024 Games. It captures the intense preparation, unwavering determination, and extraordinary effort required to succeed on the world&rsquo;s biggest sporting stage.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32882897e0637873c458aSMbp51a03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32882897e0637873c458aSMbp51a03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The global track and field stage is witnessing an unprecedented convergence of talent as the Olympic season unfolds. With representatives from diverse nations preparing for the ultimate athletic showdown, the competition has never been more fierce.&lt;/p&gt;\n&lt;p&gt;Among the American contingent, rising stars like Gabby Thomas and Noah Lyles stand alongside veterans Fred Kerley and Kenny Bednarek, while Twanisha Terry and Melissa Jefferson round out a formidable national squad.&lt;/p&gt;\n&lt;p&gt;The Caribbean nations bring their own powerhouses to the track. Jamaica&#039;s delegation features the explosive Kishane Thompson, versatile Shericka Jackson, and promising Oblique Seville. Meanwhile, Saint Lucia proudly sends Julien Alfred to compete against the world&#039;s elite.&lt;/p&gt;\n&lt;p&gt;Africa&#039;s presence is felt through Botswana&#039;s phenomenal Letsile Tebogo, whose recent performances have sent shockwaves through the sprinting community. Europe&#039;s hopes rest partially with Italy&#039;s Lamont Marcell Jacobs, who aims to defend his previous accomplishments.&lt;/p&gt;\n&lt;p&gt;The path to Olympic glory begins with the qualifying trials, where past achievements hold no currency. From Oregon&#039;s tracks to Jamaica&#039;s facilities, these athletes push their bodies to the limit, knowing that only perfection will secure their ticket to Paris.&lt;/p&gt;\n&lt;p&gt;When the Olympic flame finally ignites, viewers will witness the culmination of years of sacrifice, training, and determination as these exceptional athletes compete for immortality on the world&#039;s grandest sporting stage.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a328b1e967ff1861743e5ri8xVuSB03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a328b1e967ff1861743e5ri8xVuSB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Behind-the-Scenes Olympics Insights&lt;/h3&gt;\n&lt;p&gt;The &lt;em&gt;sprint&lt;/em&gt; series offers viewers a behind-the-scenes look that extends well past the main broadcast of the Paris Olympics. It captures candid moments backstage, revealing the strong bonds between athletes and their coaches, as well as the dedication that fuels their pursuits.&lt;/p&gt;\n&lt;p&gt;Suemay Oram, co-executive producer, shares her enthusiasm: &ldquo;Witnessing the interactions between coaches and athletes up close was truly inspiring. The pre-race pep talks and post-race reflections reveal so much about their methods and how they inspire excellence. It&rsquo;s a powerful reminder of what it takes to reach the top.&rdquo;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a328e740fa9ae1b2818f95TpMHpX503&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a328e740fa9ae1b2818f95TpMHpX503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Production Team and Partners&lt;/h3&gt;\n&lt;p&gt;The second installment of &lt;em&gt;Sprint&lt;/em&gt; is brought to life through the creative efforts of executive producers Paul Martin, James Gay-Rees, and Warren Smith, all affiliated with Box to Box Films, renowned for their work on documentaries such as &lt;em&gt;Full Swing&lt;/em&gt;, &lt;em&gt;Formula 1: Drive to Survive&lt;/em&gt;, and &lt;em&gt;Tour de France: Unchained&lt;/em&gt;. This compelling series is produced in partnership with World Athletics and the Olympic Channel, ensuring a comprehensive and authoritative portrayal of the sport.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas and films for viewers to enjoy on-demand across various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to access content that would otherwise be restricted in their region, essentially bypassing geographical limitations to enjoy shows and movies available exclusively in other countries. These unblocking techniques enable subscribers to significantly expand their viewing options beyond what&#039;s officially available in their local Netflix catalog.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix through Netflix unblock, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a wise choice. SafeShell VPN specializes in bypassing geo-restrictions, enabling users to enjoy the full range of Netflix&#039;s library regardless of their location. Its high-speed servers are optimized specifically for seamless streaming, providing lightning-fast connections that eliminate buffering and ensure high-definition playback. Additionally, the platform features an exclusive App Mode, allowing users to unlock content from multiple regions simultaneously, broadening their entertainment options. With robust security measures, including advanced encryption protocols and the proprietary ShellGuard VPN protocol, SafeShell VPN protects your online privacy and keeps your activities secure. Its ability to connect up to five devices at once across various operating systems makes it convenient for multiple users, while the flexible free trial allows you to explore its benefits risk-free.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix unblocking, SafeShell VPN offers numerous advantages that enhance your overall streaming and browsing experience. The blazing connection speeds and unlimited bandwidth ensure smooth performance for streaming, downloading, and browsing without interruptions. Its user-friendly applications make it easy to set up and operate on any device, and prompt customer support ensures assistance whenever needed. Whether you&#039;re seeking secure online browsing or unrestricted access to global content, SafeShell VPN provides a reliable, secure, and efficient solution that elevates your digital experience while maintaining your privacy and security at all times.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To access global Netflix libraries using SafeShell VPN, follow this streamlined process:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, download and install the SafeShell VPN application from their official website, selecting the correct version for your device (Windows, macOS, iOS, or Android)\n&lt;/li&gt;\n&lt;li&gt;\nCreate or log into your SafeShell account within the app, then activate the streaming-optimized profile specifically designed for video platforms\n&lt;/li&gt;\n&lt;li&gt;\nWhen selecting your &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; server location, choose a country matching your desired content region (like Japan for anime or Brazil for local shows)  \n&lt;/li&gt;\n&lt;li&gt;\nFinally, launch Netflix while connected&mdash;the platform will now display that region&rsquo;s exclusive library for seamless streaming\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This method ensures optimal performance for geo-restricted content without buffering issues.&lt;/p&gt;', 9, 'game'),
(377, 545, '', 'Netflix Streaming via Kodi &ndash; Setup &amp; Guide [2024]', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a3289c9cbb7f3920c3e839FH4MN4R03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a3289c9cbb7f3920c3e839FH4MN4R03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Streaming via Kodi&lt;/h3&gt;\n&lt;p&gt;Streaming Netflix Through Kodi 18: A Comprehensive Guide&lt;/p&gt;\n&lt;p&gt;Kodi media center software offers versatility across multiple platforms including computers, smartphones, streaming devices, and portable storage drives. While primarily known for organizing local media libraries, Kodi&#039;s functionality extends to accessing streaming services like Netflix through specialized addons.&lt;/p&gt;\n&lt;p&gt;Despite misconceptions about Kodi&#039;s legality due to unauthorized third-party addons, the software itself is completely legitimate. Recent digital rights management improvements have expanded Kodi&#039;s capability to support authenticated streaming services requiring login credentials.&lt;/p&gt;\n&lt;p&gt;Setting up Netflix on Kodi requires the asciidisco Netflix addon, which provides a legal method to access your existing Netflix subscription. This integration allows you to enjoy Netflix content within your Kodi media center environment.&lt;/p&gt;\n&lt;p&gt;When streaming through Kodi, consider using a virtual private network (VPN) service for enhanced privacy and functionality. A quality VPN prevents your internet service provider from monitoring your streaming activities while also enabling access to your home country&#039;s Netflix library when traveling internationally.&lt;/p&gt;\n&lt;p&gt;For optimal performance when streaming Netflix through Kodi, select a VPN service offering fast connection speeds, strong encryption, and servers in multiple countries. The best VPN solutions provide dedicated applications for various operating systems including Windows, macOS, Linux, iOS, and Android devices.&lt;/p&gt;\n&lt;p&gt;Remember that Kodi should only be used to access content you have legitimate rights to view. Using this powerful media center responsibly ensures you stay within legal boundaries while enjoying your favorite Netflix shows and movies.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a328c2897e0637873c4be5LDlRl8T03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a328c2897e0637873c4be5LDlRl8T03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h1&gt;Setting Up Netflix on Kodi 18: A Comprehensive Guide&lt;/h1&gt;\n&lt;p&gt;Kodi 18 brings exciting enhancements for Netflix streaming enthusiasts. This latest version offers platform-specific improvements like voice search capabilities for Android users and optimized 64-bit support for Windows systems.&lt;/p&gt;\n&lt;h2&gt;Installation Process for Kodi 18&lt;/h2&gt;\n&lt;p&gt;Begin by visiting the official Kodi download portal and selecting your device&#039;s operating system. Different platforms offer various options - Windows and Android users can choose between 32-bit and 64-bit versions, while macOS provides a single installation option.&lt;/p&gt;\n&lt;p&gt;After selecting your preferred version, the download should commence automatically. When installing, pay special attention to the installation location. By default, Kodi 18 installs to the same location as previous versions, potentially overwriting them. To maintain both versions, either modify the installation folder name or select a different location entirely.&lt;/p&gt;\n&lt;p&gt;Important note: Kodi 18 shares the same profile folder as earlier versions, meaning your settings and add-ons will carry over to the new installation.&lt;/p&gt;\n&lt;h2&gt;Adding Netflix to Your Kodi 18&lt;/h2&gt;\n&lt;p&gt;The Netflix add-on by Asciidisco works across platforms but was primarily designed for Android. Here&#039;s how to get it working:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nDownload the Netflix add-on and save it in an easily accessible location\n&lt;/li&gt;\n&lt;li&gt;\nOpen Kodi and navigate to the Add-ons tab in the side menu\n&lt;/li&gt;\n&lt;li&gt;\nClick the box icon in the upper left corner\n&lt;/li&gt;\n&lt;li&gt;\nSelect &quot;Install from zip file&quot; and locate your downloaded add-on\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Android users can log in immediately after installation. Users on other platforms need to complete additional DRM configuration steps.&lt;/p&gt;\n&lt;h2&gt;Setting Up Widevine DRM Support&lt;/h2&gt;\n&lt;p&gt;Netflix utilizes Widevine DRM technology to protect its content. To properly stream Netflix, you&#039;ll need to configure a decryption library:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nOpen a text editor application\n&lt;/li&gt;\n&lt;li&gt;\nCopy the required code from the Widevine configuration page\n&lt;/li&gt;\n&lt;li&gt;\nSave the file as &quot;libwidevine.sh&quot; (select &quot;All Files&quot; as the file type)\n&lt;/li&gt;\n&lt;li&gt;\nCreate a folder named &quot;cdm&quot; in your Kodi home directory\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;The location of your Kodi home directory varies by platform:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nWindows: C:\\Users[username]\\AppData\\Roaming\\Kodi\n&lt;/li&gt;\n&lt;li&gt;\nmacOS: /Users/[username]/Library/Application Support/Kodi\n&lt;/li&gt;\n&lt;li&gt;\nLinux: /home/[username]/.kodi\n&lt;/li&gt;\n&lt;li&gt;\nOpenELEC/LibreELEC: /storage/.kodi/\n&lt;/li&gt;\n&lt;li&gt;\niOS: /private/var/mobile/Library/Preferences/Kodi\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Move the libwidevine.sh file into the newly created cdm folder to complete the setup process.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a328f2897e0637873c502uJeeIlGt03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a328f2897e0637873c502uJeeIlGt03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Kodi Setup and Tips&lt;/h3&gt;\n&lt;p&gt;If you&#039;re navigating the Netflix addon for the first time, you&#039;ll need to input your login information. The addon supports multiple user profiles, which can be managed through the settings section.&lt;/p&gt;\n&lt;p&gt;To switch between different Netflix accounts, simply access the settings menu and locate the &quot;Switch Accounts&quot; option. For convenience, enable the automatic login feature by selecting the Auto Login tab and activating the toggle that appears.&lt;/p&gt;\n&lt;p&gt;Experiencing playback issues? Buffering problems and video stuttering can often be resolved by modifying the Inputstream addon configuration. These settings are accessible under the Account section, where you can adjust both maximum resolution and bandwidth allocation for smoother streaming.&lt;/p&gt;\n&lt;p&gt;Note that you might encounter a temporary display glitch when accessing these settings - some text elements may disappear momentarily but should restore themselves when you reopen the menu.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32922897e0637873c552Lm4vhlT003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32922897e0637873c552Lm4vhlT003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Setting Up Parental Controls on Netflix Through Kodi&lt;/p&gt;\n&lt;p&gt;When configuring the Netflix addon for Kodi 18, you have the option to establish a PIN code to limit access to mature content. It&#039;s important to understand that this is separate from Netflix&#039;s native parental controls - the addon won&#039;t recognize those restrictions unless you specifically configure a PIN within the addon settings.&lt;/p&gt;\n&lt;p&gt;Unfortunately, this feature comes with several notable limitations. The PIN protection can be easily bypassed by simply uninstalling and reinstalling the addon. Additionally, users can make unlimited attempts to guess the correct PIN number. Some users have also reported technical issues where valid PINs are incorrectly rejected by the system. Due to these security flaws, we generally suggest avoiding this feature altogether.&lt;/p&gt;\n&lt;p&gt;Navigation Challenges and Workarounds&lt;/p&gt;\n&lt;p&gt;The Netflix Kodi addon has limited browsing functionality, with many main menu categories failing to display content properly. This makes it less than ideal for casual browsing or discovery. However, the search feature functions correctly, allowing you to find and stream specific movies or shows you already know you want to watch.&lt;/p&gt;\n&lt;p&gt;Accessing Your Home Netflix Library While Traveling&lt;/p&gt;\n&lt;p&gt;For travelers wanting to access their usual Netflix library from abroad, combining the Kodi addon with a VPN service offers a solution. The process is straightforward:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSubscribe to a reliable VPN service (ExpressVPN is our top recommendation, though NordVPN and CyberGhost are excellent budget-friendly alternatives)\n&lt;/li&gt;\n&lt;li&gt;\nInstall the appropriate VPN application for your device\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server located in your home country\n&lt;/li&gt;\n&lt;li&gt;\nLaunch Kodi and sign into the Netflix addon\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy your standard Netflix library regardless of your physical location\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Beyond Basic Setup&lt;/p&gt;\n&lt;p&gt;While the Netflix addon for Kodi still has some performance issues to resolve, it provides a completely legitimate way to access Netflix content through the Kodi interface. After completing the initial setup, you might want to explore additional customizations such as subtitle configuration or troubleshooting any playback problems.&lt;/p&gt;\n&lt;p&gt;If you&#039;re interested in expanding your streaming options beyond Netflix, consider exploring other Kodi addons specifically designed for anime, movies, live television, or sports content.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized service designed to bypass geographical restrictions imposed by the streaming platform. Its primary use is enabling viewers to unlock and watch Netflix shows and movies exclusive to other countries by masking their real location. This allows users to access a significantly broader range of global content libraries unavailable in their own region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content by Netflix VPN, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, a powerful solution designed to unlock global streaming possibilities. SafeShell VPN offers several compelling benefits that make it an excellent choice for &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; experiences:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming ensure buffer-free playback and crisp high-definition viewing, eliminating the frustration of interruptions during your favorite shows.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device capability allows you to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely enables access to multiple regional Netflix libraries at once, expanding your entertainment options beyond geographical limitations.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds with no bandwidth restrictions provide seamless streaming without the annoying buffering or throttling issues common with lesser VPNs.\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced &quot;ShellGuard&quot; protocol delivers premium security protection for your browsing activities, ensuring your streaming habits remain private and secure.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan gives you the opportunity to experience all these premium features before committing, making SafeShell VPN a risk-free choice for enhancing your Netflix viewing experience.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and proceed by clicking the &quot;Subscribe Now&quot; button. Once subscribed, download and install the SafeShell VPN app compatible with your device&mdash;whether it&#039;s Windows, macOS, iOS, or Android. After installation, launch the SafeShell VPN application and log in to your account. To optimize your streaming experience, select the APP mode within the app, which is recommended for watching Netflix. Next, browse the list of available servers and connect to a server located in the region that hosts the Netflix content you want to watch, such as the US or UK. After establishing a connection, open the Netflix app or visit the official website, log into your account, and enjoy accessing regional Netflix content seamlessly.&lt;/p&gt;', 9, 'game'),
(378, 546, '', 'Sacha Baron Cohen Leads New Romantic Comedy &ndash; Cast &amp; Plot', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32a4926fef35b6bb5322MzibwhNN03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32a4926fef35b6bb5322MzibwhNN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Sacha Baron Cohen headlines a stunning ensemble cast in this fresh romantic comedy adaptation.&lt;/p&gt;\n&lt;p&gt;Directed by Thea Sharrock (known for &lt;em&gt;The Beautiful Game&lt;/em&gt; and &lt;em&gt;Me Before You&lt;/em&gt;),&lt;/p&gt;\n&lt;p&gt;the screenplay comes from the razor-sharp trio of Katie Silberman (&lt;em&gt;Booksmart&lt;/em&gt;),&lt;/p&gt;\n&lt;p&gt;Cinco Paul (&lt;em&gt;Schmigadoon!&lt;/em&gt;),&lt;/p&gt;\n&lt;p&gt;and Natalie Krinsky (&lt;em&gt;The Broken Hearts Gallery&lt;/em&gt;).&lt;/p&gt;\n&lt;p&gt;Cohen portrays a dedicated womanizer facing an extraordinary predicament:&lt;/p&gt;\n&lt;p&gt;he&#039;s thrust into a parallel reality dominated entirely by women.&lt;/p&gt;\n&lt;p&gt;Rosamund Pike co-stars as a formidable counterpart who significantly complicates his journey.&lt;/p&gt;\n&lt;p&gt;Joining them are heavyweights Richard E. Grant,&lt;/p&gt;\n&lt;p&gt;Emily Mortimer,&lt;/p&gt;\n&lt;p&gt;Charles Dance,&lt;/p&gt;\n&lt;p&gt;Fiona Shaw,&lt;/p&gt;\n&lt;p&gt;alongside Tom Davis and Weruche Opia.&lt;/p&gt;\n&lt;p&gt;Inspired by &Eacute;l&eacute;onore Pourriat&#039;s French film &lt;em&gt;Je ne suis pas un homme facile&lt;/em&gt;,&lt;/p&gt;\n&lt;p&gt;this English-language take offers a sharp twist on power dynamics and relationships.&lt;/p&gt;\n&lt;p&gt;While the release date remains under wraps,&lt;/p&gt;\n&lt;p&gt;the original film provides a tantalizing preview of the concept.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular platform for streaming TV dramas and films, widely used for its extensive content library. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted or blocked due to regional or network limitations, enabling users to enjoy a broader range of shows and movies from different regions.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re aiming to access region-restricted Netflix content through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an optimal solution.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-Speed Servers: Engineered exclusively for Netflix, these servers eliminate buffering and enable HD streaming by maintaining lightning-fast connections.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode: Unlock simultaneous access to multiple regional libraries, broadening your entertainment choices without limitations.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing Connection Speeds: Enjoy limitless bandwidth for seamless streaming, downloading, and browsing with zero speed throttling.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-Device Support: Connect up to five devices concurrently across Windows, macOS, iOS, Android, smart TVs, and Apple Vision Pro.\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced Security: Proprietary ShellGuard protocol with military-grade encryption shields your data from surveillance and cyber threats.\n&lt;/li&gt;\n&lt;li&gt;\nRisk-Free Trial: Test all premium features&mdash;including geo-unblocking and security&mdash;via a flexible no-commitment free trial.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To leverage &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing global Netflix libraries, follow these streamlined steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by securing your SafeShell VPN subscription through their official website; choose a suitable plan and complete the sign-up process.\n&lt;/li&gt;\n&lt;li&gt;\nNext, download and install the SafeShell VPN application compatible with your specific device platform, such as Windows, macOS, iOS, or Android.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the installed VPN app and log into your account; for optimal Netflix streaming performance, select the recommended APP mode within the application.\n&lt;/li&gt;\n&lt;li&gt;\nWithin the server selection interface, pick a VPN server located in the country whose Netflix catalog you wish to explore (e.g., United States, Japan, or Germany), then click Connect to establish a secure tunnel.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open your Netflix app or website, sign in, and seamlessly stream region-specific movies and shows unlocked by your SafeShell Netflix VPN connection.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(379, 547, '', 'Missions et Qu&ecirc;tes Secrets &ndash; Guide Nod Krai', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3395200a9aa9c25cd02a5R7q4EKS03&quot; height=&quot;625&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3395200a9aa9c25cd02a5R7q4EKS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Missions et Qu&ecirc;tes Secrets&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En vous aventurant dans la r&eacute;gion de Nod Krai, vous d&eacute;couvrirez une s&eacute;rie de trois missions essentielles pour obtenir une partie des &lt;em style=&quot;font-family:Arial;&quot;&gt;preuves du connaisseur&lt;/em&gt;. Ces missions ne se contentent pas de vous faire progresser dans votre collection, elles vous donneront &eacute;galement acc&egrave;s &agrave; un r&eacute;seau de sept t&eacute;l&eacute;porteurs strat&eacute;giquement plac&eacute;s, dont cinq situ&eacute;s dans le myst&eacute;rieux bureau d&rsquo;&eacute;tudes exp&eacute;rimentales du Kuuvahki. De plus, votre exploration vous m&egrave;nera &agrave; d&eacute;couvrir la l&eacute;gende locale de Raskolnikov et vous permettra de d&eacute;verrouiller trois succ&egrave;s additionnels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&egrave;s votre arriv&eacute;e au lac Ambrazur, la qu&ecirc;te d&eacute;bute naturellement. Dirigez-vous vers le feu de camp situ&eacute; &agrave; proximit&eacute; de l&rsquo;&eacute;pave pour engager la conversation avec trois personnages pr&eacute;sents sur place. Ce dialogue marque le d&eacute;but d&rsquo;une chasse au tr&eacute;sor captivante, o&ugrave; chaque &eacute;tape vous rapproche un peu plus de la compl&eacute;tion de cette aventure myst&eacute;rieuse. Pr&eacute;parez-vous &agrave; explorer, d&eacute;couvrir et r&eacute;soudre les &eacute;nigmes qui se dressent sur votre chemin.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33992897e0637873d1dfw6eytMcR03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33992897e0637873d1dfw6eytMcR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour d&eacute;buter cette mission, vous devrez prouver votre valeur en collectant des fruits sp&eacute;cifiques aux emplacements d&eacute;sign&eacute;s. Ces fruits, appel&eacute;s fruitoil&eacute;s, doivent &ecirc;tre rapport&eacute;s au &laquo; sergent pieuvre &raquo;, dont la position vous sera &eacute;galement communiqu&eacute;e. Il faudra r&eacute;p&eacute;ter cette op&eacute;ration &agrave; deux reprises. Apr&egrave;s chaque livraison, vous devrez r&eacute;ussir un d&eacute;fi pour pouvoir poursuivre votre progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La majorit&eacute; de ces fruits se trouvent &agrave; l&rsquo;int&eacute;rieur de fleurs particuli&egrave;res nomm&eacute;es flucterbes. Pour les ouvrir, il est n&eacute;cessaire de leur lancer des ros&eacute;es kuuvahkiques. De plus, deux fruits suppl&eacute;mentaires seront situ&eacute;s &agrave; proximit&eacute; imm&eacute;diate du dernier d&eacute;fi accompli, facilitant ainsi leur collecte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a339b200a9aa9c25cd06aTV4vAzs603&quot; height=&quot;176&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a339b200a9aa9c25cd06aTV4vAzs603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour compl&eacute;ter cette &eacute;tape, votre objectif est d&#039;&eacute;liminer l&#039;int&eacute;gralit&eacute; des fruitoil&eacute;s avant la fin du d&eacute;lai imparti.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vous pouvez y parvenir en marchant directement sur eux ou en utilisant des projectiles pour les d&eacute;truire lorsqu&#039;ils se trouvent &agrave; proximit&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lancer des pierres sur ces cibles est une m&eacute;thode efficace pour acc&eacute;l&eacute;rer le processus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En r&eacute;ussissant cette t&acirc;che, vous serez r&eacute;compens&eacute; par un coffre pr&eacute;cieux ainsi qu&rsquo;un coffre d&eacute;licat, contenant probablement des objets de valeur ou des ressources rares.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a339fab46a2b321ec7c6br3trtIZM03&quot; height=&quot;530&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a339fab46a2b321ec7c6br3trtIZM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour cette &eacute;tape, vous devrez effectuer un saut strat&eacute;gique afin de ramasser les fruits enrob&eacute;s d&#039;huile avant la fin du d&eacute;lai imparti. Une fois cette mission accomplie, vous serez r&eacute;compens&eacute; par un coffre rare ainsi qu&#039;un coffre de valeur.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33a333c727d71abd5caepblwE4xu03&quot; height=&quot;530&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33a333c727d71abd5caepblwE4xu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois vos d&eacute;fis valid&eacute;s, revenez &agrave; l&rsquo;&eacute;pave et montez dessus pour retrouver vos compagnons d&rsquo;aventure. Votre courage a &eacute;t&eacute; reconnu, et vous &ecirc;tes d&eacute;sormais pr&ecirc;t &agrave; poursuivre votre qu&ecirc;te au tr&eacute;sor ! Cependant, la premi&egrave;re &eacute;tape consiste &agrave; r&eacute;parer le robot endommag&eacute;. Pour cela, il vous faut localiser une pi&egrave;ce de rechange essentielle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rendez-vous &agrave; la zone indiqu&eacute;e sur votre carte, mais &agrave; votre arriv&eacute;e, vous d&eacute;couvrez avec surprise qu&rsquo;une belette rus&eacute;e a d&eacute;rob&eacute; le levier de l&rsquo;ascenseur. Il vous faudra traquer cette malicieuse cr&eacute;ature et engager quelques combats contre des pillards pour r&eacute;cup&eacute;rer le m&eacute;canisme vol&eacute;. Une fois en votre possession, vous pourrez activer l&rsquo;ascenseur et continuer votre progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensuite, descendez dans l&rsquo;atelier o&ugrave; Huginn, votre fid&egrave;le guide &agrave; quatre pattes, vous m&egrave;nera &agrave; travers une s&eacute;rie d&rsquo;indices pr&eacute;cieux. Sur votre chemin, un coffre d&eacute;licat attend d&rsquo;&ecirc;tre ouvert. Lorsque vous serez confront&eacute; &agrave; un choix entre deux taupini&egrave;res, privil&eacute;giez celle situ&eacute;e &agrave; gauche pour que Huginn s&rsquo;y rende en premier. Ensuite, explorez la taupini&egrave;re de droite, o&ugrave; vous d&eacute;couvrirez une taupe renifleuse capable de d&eacute;gager les gravats obstruant votre passage. Approchez-vous prudemment pour laisser la taupe faire son travail et ouvrir ainsi la voie vers votre prochaine &eacute;tape.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33a50696be0219b629a9rb3m2Bax03&quot; height=&quot;279&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33a50696be0219b629a9rb3m2Bax03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Commencez par localiser le coffre simple dissimul&eacute; derri&egrave;re les d&eacute;bris, puis poursuivez votre progression en suivant Huginn jusqu&rsquo;&agrave; ce que vous atteignez une zone de t&eacute;l&eacute;portation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois l&agrave;, rep&eacute;rez le robot &eacute;mettant des impulsions &eacute;lectriques. Faites preuve de prudence en &eacute;vitant ses d&eacute;charges : utilisez une d&eacute;marche agile, en sautant pour esquiver les ondes lorsqu&rsquo;elles sont proches du sol.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Continuez ainsi jusqu&rsquo;&agrave; ce que vous puissiez d&eacute;sactiver le robot. Apr&egrave;s avoir termin&eacute; l&rsquo;interaction, vous recevrez une pi&egrave;ce de rechange en r&eacute;compense.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33a9926fef35b6bb66faWKqqAcfB03&quot; height=&quot;559&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33a9926fef35b6bb66faWKqqAcfB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est d&eacute;sormais temps de regagner la surface apr&egrave;s cette aventure souterraine. Suivez votre fid&egrave;le compagnon, la belette, en scrutant attentivement les points lumineux qu&rsquo;elle rep&egrave;re. Prenez le temps de lire les notes griffonn&eacute;es &agrave; la h&acirc;te pour mieux saisir les motivations de vos alli&eacute;s dans cette qu&ecirc;te myst&eacute;rieuse. Continuez &agrave; fouiller l&rsquo;environnement pour d&eacute;nicher un cube, un objet essentiel pour briser le mur qui bloque votre passage. Une fois le cube en main, utilisez-le pour ouvrir la voie vers le conduit de l&rsquo;ascenseur. Montez &agrave; bord et activez l&rsquo;ascenseur pour remonter &agrave; la surface.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De retour sur le toit de l&rsquo;&eacute;pave, utilisez la pi&egrave;ce de rechange pour mettre en marche le robot. Une explosion de lumi&egrave;re, comparable &agrave; une aurore bor&eacute;ale, illumine la sc&egrave;ne, r&eacute;v&eacute;lant des chemins lunaires. Empruntez ces voies pour atteindre votre objectif final, tout en collectant les fragments lumineux dispers&eacute;s. Apr&egrave;s un dernier &eacute;change avec vos compagnons, vous r&eacute;aliserez que pour l&rsquo;homme dont vous cherchez le tr&eacute;sor, ces souvenirs pr&eacute;cieux surpassaient de loin toute richesse mat&eacute;rielle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33ac56ce0cb160a078baFRvbo7TP03&quot; height=&quot;422&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33ac56ce0cb160a078baFRvbo7TP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;635&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois cette &eacute;tape accomplie, vous d&eacute;bloquerez la r&eacute;alisation &laquo; lorsque l&rsquo;aurore brille &raquo; ainsi que l&rsquo;objet de qu&ecirc;te &lt;em style=&quot;font-family:Arial;&quot;&gt;masque du connaisseur-strat&egrave;ge&lt;/em&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La deuxi&egrave;me &eacute;tape de la s&eacute;rie se d&eacute;roule sur le site de l&rsquo;&oelig;il de Kratti. Apr&egrave;s vous &ecirc;tre t&eacute;l&eacute;port&eacute;, dirigez-vous vers le point pr&eacute;cis indiqu&eacute; sur votre carte. Sur votre chemin, vous croiserez un arbre singulier, qui marque la direction &agrave; suivre vers un petit monticule. Utilisez les pierres autonomis&eacute;es situ&eacute;es autour pour d&eacute;gager un passage secret. Une fois le chemin d&eacute;bloqu&eacute;, sautez dans le trou pour initier cette nouvelle qu&ecirc;te.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33af0b2f8f2abda3ae0aZQTPmSfQ03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33af0b2f8f2abda3ae0aZQTPmSfQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un spectre myst&eacute;rieux, repr&eacute;sentant une femme &eacute;nigmatique, appara&icirc;t au sol et semble vouloir vous accompagner.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Suivez cette apparition pour acc&eacute;der &agrave; un point de t&eacute;l&eacute;portation souterrain, essentiel pour vos d&eacute;placements futurs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;N&#039;oubliez pas d&#039;ouvrir le coffre situ&eacute; &agrave; proximit&eacute; pour r&eacute;cup&eacute;rer des objets pr&eacute;cieux ou des ressources utiles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33b3b6541f4d0269f990HSE1pyCi03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33b3b6541f4d0269f990HSE1pyCi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour progresser dans cette qu&ecirc;te, il faut d&rsquo;abord traquer le spectre jusqu&rsquo;&agrave; ce que vous trouviez le &lt;em style=&quot;font-family:Arial;&quot;&gt;journal d&eacute;tremp&eacute;&lt;/em&gt;. Une fois en votre possession, prenez le temps de le feuilleter attentivement pour d&eacute;couvrir ses secrets. Poursuivez ensuite votre aventure en vous dirigeant vers une v&eacute;g&eacute;tation particuli&egrave;re : une plante orn&eacute;e d&rsquo;une myst&eacute;rieuse volute bleue. Approchez-vous et touchez-la pour r&eacute;v&eacute;ler les formes &eacute;nigmatiques qui en surgissent. Suivez attentivement ces motifs pour atteindre la ros&eacute;e kuuvahkique qu&rsquo;ils g&eacute;n&egrave;rent. Cette pr&eacute;cieuse substance vous sera indispensable pour d&eacute;verrouiller le passage secret situ&eacute; derri&egrave;re vous, permettant ainsi de continuer votre exploration.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33b6c6d77e2fa00218d82lCJMdD503&quot; height=&quot;187&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33b6c6d77e2fa00218d82lCJMdD503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Guide de la derni&egrave;re &eacute;tape&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour progresser dans cette &eacute;tape, commencez par r&eacute;cup&eacute;rer le coffre pr&eacute;cieux avant de poursuivre votre route. Un saut crucial vous attend : en bas, saisissez la ros&eacute;e kuuvahkique, puis traversez soigneusement les deux champs magn&eacute;tiques bleus qui clignotent. Il est essentiel d&rsquo;attendre que chaque champ s&rsquo;&eacute;teigne avant de passer, sinon vous risquez de perdre la ros&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Poursuivez votre avanc&eacute;e jusqu&rsquo;&agrave; atteindre le bloc unipolaire bleu, que vous pourrez d&eacute;verrouiller en utilisant la ros&eacute;e collect&eacute;e. Ensuite, continuez jusqu&rsquo;&agrave; p&eacute;n&eacute;trer dans une vaste caverne. L&agrave;, votre objectif est de rassembler trois ros&eacute;es kuuvahkiques, que vous devrez lancer dans le champ de force central pour faire avancer votre qu&ecirc;te.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;N&rsquo;oubliez pas que chaque ros&eacute;e ne peut appara&icirc;tre qu&rsquo;apr&egrave;s avoir touch&eacute; les volutes bleues situ&eacute;es &agrave; proximit&eacute;. La carte ci-dessous indique clairement la position des ros&eacute;es et des volutes associ&eacute;es, ce qui vous aidera &agrave; localiser ces &eacute;l&eacute;ments essentiels pour la suite de la qu&ecirc;te.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33b89d3156d0c1639b7bw2QFRfcc03&quot; height=&quot;308&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33b89d3156d0c1639b7bw2QFRfcc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trois ros&eacute;es ont &eacute;t&eacute; d&eacute;pos&eacute;es dans le champ central, ravivant ainsi l&rsquo;arbre cristallin que vous aviez rencontr&eacute; pr&eacute;c&eacute;demment. Leur pr&eacute;sence lui permet de retrouver toute sa vitalit&eacute; et de s&rsquo;&eacute;panouir &agrave; nouveau.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Veillez &agrave; avoir r&eacute;cup&eacute;r&eacute; tous les coffres et les lunaculus situ&eacute;s dans la grotte avant de vous t&eacute;l&eacute;porter &agrave; la surface. La suite de votre aventure vous attend &agrave; l&rsquo;ext&eacute;rieur.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En vous approchant de l&rsquo;arbre, ouvrez le coffre plac&eacute; devant lui. Un dernier &eacute;change avec le vieux p&ecirc;cheur cl&ocirc;turera cette qu&ecirc;te. Vous recevrez alors la r&eacute;compense &laquo; &lt;em style=&quot;font-family:Arial;&quot;&gt;le pr&eacute; du violoneux&lt;/em&gt; &raquo; ainsi que l&rsquo;objet de qu&ecirc;te, la &lt;em style=&quot;font-family:Arial;&quot;&gt;plume du connaisseur-inscrit&lt;/em&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33bc4d79d92746945e15dYp85Lwb03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33bc4d79d92746945e15dYp85Lwb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour commencer cette ultime &eacute;tape, rendez-vous au centre de recherche du Kuuvahki. Une fois sur place, vous aurez l&#039;opportunit&eacute; de d&eacute;verrouiller plusieurs t&eacute;l&eacute;porteurs essentiels pour faciliter vos d&eacute;placements &agrave; travers la zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33bf926fef35b6bb6864k7S4L2aE03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33bf926fef35b6bb6864k7S4L2aE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour commencer, faites remonter le conteneur o&ugrave; le macareux s&#039;est r&eacute;cemment gliss&eacute; afin de vous y introduire &agrave; votre tour. Le v&eacute;hicule s&rsquo;arr&ecirc;te &agrave; mi-parcours, ce qui vous oblige &agrave; poursuivre &agrave; pied pour avancer. Apr&egrave;s avoir combattu quelques ennemis et r&eacute;cup&eacute;r&eacute; un premier t&eacute;l&eacute;porteur, continuez votre progression &agrave; travers les conduits d&rsquo;a&eacute;ration jusqu&rsquo;&agrave; atteindre la zone indiqu&eacute;e ci-dessous, o&ugrave; vous d&eacute;couvrirez un second t&eacute;l&eacute;porteur.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&Agrave; cet endroit, vous pourrez &eacute;galement obtenir un coffre pr&eacute;cieux. Approchez-vous du terminal et activez l&rsquo;unit&eacute; de nettoyage pour l&rsquo;ouvrir. Faites preuve de vigilance, car des lasers sont en place pour vous bloquer le passage. En avan&ccedil;ant prudemment &agrave; travers le tunnel, vous devrez faire preuve de patience : utilisez la mobilit&eacute; du conteneur pour passer sous les lasers, puis montez &agrave; bord pour repositionner les cl&eacute;s ou les &eacute;l&eacute;ments n&eacute;cessaires afin de franchir les obstacles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33c2a58ff6dc90d3e436pE7GmdiN03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33c2a58ff6dc90d3e436pE7GmdiN03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33c50696be0219b62bc4dt2rVQVi03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33c50696be0219b62bc4dt2rVQVi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33c999e17734efbb68c7W2CtWPJO03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33c999e17734efbb68c7W2CtWPJO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour d&eacute;buter cette &eacute;tape, localisez le coffre situ&eacute; pr&egrave;s de la zone de t&eacute;l&eacute;portation et r&eacute;cup&eacute;rez-le rapidement. Utilisez l&rsquo;ascenseur adjacent pour descendre vers une nouvelle section o&ugrave; vous trouverez un coffre rare &agrave; d&eacute;nicher apr&egrave;s avoir &eacute;limin&eacute; les adversaires qui le d&eacute;fendaient. Une fois cette t&acirc;che accomplie, remontez pour continuer votre progression dans la qu&ecirc;te.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;N&rsquo;oubliez pas d&rsquo;inspecter minutieusement tous les coffres rencontr&eacute;s en chemin. Si vous &ecirc;tes rep&eacute;r&eacute;, trouvez un conteneur &agrave; proximit&eacute; et cachez-vous &agrave; l&rsquo;int&eacute;rieur pour &eacute;viter d&rsquo;&ecirc;tre d&eacute;tect&eacute; par les ennemis.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33ccb6541f4d0269f9feeitHz3Hy03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33ccb6541f4d0269f9feeitHz3Hy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir achev&eacute; les affrontements initiaux, activez le terminal de nettoyage pour d&eacute;verrouiller la porte en collaborant avec le robot. Affrontez les deux agents Fatui pr&eacute;sents, puis grimpez la premi&egrave;re &eacute;chelle pour ouvrir le coffre d&eacute;licat. Ensuite, empruntez la seconde &eacute;chelle pour acc&eacute;der &agrave; un nouveau conduit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vous rencontrerez alors l&#039;inconnue que vous aviez crois&eacute;e pr&eacute;c&eacute;demment. Pour la sauver, r&eacute;activez le terminal d&rsquo;unit&eacute; de nettoyage et r&eacute;cup&eacute;rez la carte d&rsquo;acc&egrave;s en accompagnant le petit robot jusqu&rsquo;&agrave; sa cellule. Une fois la carte en main, descendez du robot pour la faire parvenir &agrave; la serrure. Une fois Netochka lib&eacute;r&eacute;e, dirigez-vous rapidement vers le troisi&egrave;me t&eacute;l&eacute;porteur pour poursuivre votre progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33cf4d79d92746945e95XotpXrIE03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33cf4d79d92746945e95XotpXrIE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour d&eacute;buter cette &eacute;tape, accompagnez Netochka jusqu&#039;&agrave; la voie lunaire afin d&#039;acc&eacute;der &agrave; la forteresse. Cette d&eacute;marche vous permettra de mettre la main sur un lunaculus pr&eacute;cieux.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s cela, suivez-la une nouvelle fois et explorez le dortoir avant de lui engager la conversation pour faire avancer la qu&ecirc;te. Ensuite, prenez l&rsquo;ascenseur pour vous diriger vers la salle des archives. Veillez &agrave; ne pas oublier le coffre contenant des objets rares, situ&eacute; apr&egrave;s votre affrontement contre les ennemis rencontr&eacute;s en chemin.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33d299e17734efbb6905Q09ms9L403&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33d299e17734efbb6905Q09ms9L403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33d6200a9aa9c25cd294UU3yG86d03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33d6200a9aa9c25cd294UU3yG86d03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour faire avancer la qu&ecirc;te, il est n&eacute;cessaire d&rsquo;utiliser &agrave; nouveau l&rsquo;unit&eacute; de nettoyage. Apr&egrave;s un court affrontement, ouvrez le coffre fragile puis suivez Netochka pour continuer votre progression. La prochaine &eacute;tape vous conduit vers la zone finale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans cette &eacute;tape, commencez par &eacute;liminer la premi&egrave;re vague d&rsquo;ennemis, puis concentrez-vous sur l&rsquo;adversaire restant jusqu&rsquo;&agrave; ce que son bouclier soit visible. Gr&acirc;ce &agrave; l&rsquo;intervention de Netochka, utilisez le kuuvahki pour attirer le &laquo; marteau &raquo; et le faire s&rsquo;&eacute;craser. Une fois le bouclier bris&eacute;, vous pouvez reprendre les attaques. Lorsque le bouclier r&eacute;appara&icirc;t, utilisez plusieurs fois le marteau pour vaincre votre adversaire, ce qui d&eacute;bloquera un quatri&egrave;me t&eacute;l&eacute;porteur.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s cela, poussez une derni&egrave;re fois le marteau pour cr&eacute;er un passage vers la suite de la qu&ecirc;te. Suivez ce chemin pour atteindre le point de t&eacute;l&eacute;portation puis continuez votre aventure en empruntant la voie lunaire &agrave; proximit&eacute;. Sur cette route, vous pourrez &eacute;galement r&eacute;cup&eacute;rer un lunaculus, renfor&ccedil;ant ainsi votre progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33d9778be7f4195daa4cLa2AsSb403&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33d9778be7f4195daa4cLa2AsSb403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;truisez d&#039;abord les caisses en bois pour lib&eacute;rer le passage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ensuite, d&eacute;placez l&rsquo;unit&eacute; de nettoyage vers le paratonnerre situ&eacute; &agrave; proximit&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cela vous permettra d&rsquo;utiliser votre capacit&eacute; de saut.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En sautant, vous atteindrez un nouvel emplacement de t&eacute;l&eacute;portation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33dda58ff6dc90d3e470atL7YAI403&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33dda58ff6dc90d3e470atL7YAI403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33e0926fef35b6bb6aae3E7Lh6uA03&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33e0926fef35b6bb6aae3E7Lh6uA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a33e3ab46a2b321ec8171gE9UO4x003&quot; height=&quot;450&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a33e3ab46a2b321ec8171gE9UO4x003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour progresser face &agrave; Raskolnikov, suivez attentivement Netochka qui vous guidera dans le combat. Vous devrez &agrave; plusieurs reprises briser le bouclier de votre ennemi en lui infligeant des d&eacute;g&acirc;ts soutenus. Il n&rsquo;existe pas d&rsquo;&eacute;l&eacute;ment de faiblesse sp&eacute;cifique contre son &eacute;gide, mais apr&egrave;s la destruction de son bouclier, Raskolnikov devient plus sensible &agrave; l&rsquo;&eacute;lectricit&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir vaincu votre adversaire, n&rsquo;oubliez pas de r&eacute;cup&eacute;rer le Lunaculus situ&eacute; pr&egrave;s de l&rsquo;ar&egrave;ne. Retournez ensuite voir Netochka pour finaliser la qu&ecirc;te et recevoir en r&eacute;compense l&rsquo;objet &lt;em style=&quot;font-family:Arial;&quot;&gt;Ivresse du connaisseur-tiss&eacute;&lt;/em&gt;. Ce n&rsquo;est pas tout, car vous d&eacute;bloquerez &eacute;galement le succ&egrave;s &laquo; Les p&eacute;ch&eacute;s des p&egrave;res &raquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&eacute;licitations, vous avez termin&eacute; cette s&eacute;rie de missions ! Toutefois, le myst&egrave;re entourant les &lt;em style=&quot;font-family:Arial;&quot;&gt;preuves du connaisseur&lt;/em&gt; demeure intact, car leur utilit&eacute; reste encore inconnue. Esp&eacute;rons qu&rsquo;une prochaine mise &agrave; jour apportera des &eacute;claircissements &agrave; ce sujet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour rester inform&eacute; de nos derni&egrave;res actualit&eacute;s et astuces, n&rsquo;h&eacute;sitez pas &agrave; nous suivre sur Discord ou X (Twitter).&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la devise premium dans Genshin Impact, utilis&eacute;e principalement pour obtenir des Primo-gemmes qui servent &agrave; effectuer des v&oelig;ux et acqu&eacute;rir divers objets rares dans le jeu. Pour obtenir du Cristal primaire, les joueurs doivent effectuer un achat via des plateformes de rechargement fiables telles que Codashop, Midasbuy ou la boutique officielle du jeu. Cette monnaie virtuelle permet ainsi d&rsquo;acc&eacute;l&eacute;rer la progression en facilitant l&rsquo;acc&egrave;s &agrave; des personnages et armes exclusifs. Gr&acirc;ce au Cristal primaire, les utilisateurs peuvent enrichir leur exp&eacute;rience de jeu en profitant d&rsquo;avantages sp&eacute;ciaux et de contenus additionnels.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer un &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge&lt;/a&gt; pour obtenir des Cristal primaire dans Genshin Impact, il peut &ecirc;tre judicieux de passer par la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;. Cette solution s&rsquo;adresse particuli&egrave;rement aux joueurs qui veulent optimiser leurs achats tout en profitant d&rsquo;un service fiable et s&eacute;curis&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En choisissant lootbar.gg pour &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharger genshin&lt;/a&gt;, vous b&eacute;n&eacute;ficiez de plusieurs avantages notables. Tout d&rsquo;abord, le site propose des tarifs tr&egrave;s comp&eacute;titifs, permettant d&rsquo;obtenir une grande quantit&eacute; de morceaux de cristal genshin &agrave; un prix avantageux. Par exemple, il est possible d&rsquo;acheter un lot de 6480 cristaux primaires multipli&eacute; par trois en une seule transaction, ce qui facilite la gestion de vos achats et vous fait gagner du temps. De plus, la transaction passe par une voie officielle approuv&eacute;e par miHoYo, garantissant la s&eacute;curit&eacute; de votre compte et de vos donn&eacute;es.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Enfin, lootbar se d&eacute;marque par sa simplicit&eacute; d&rsquo;utilisation et la rapidit&eacute; de ses services. Le processus de recharger genshin est intuitif, et les joueurs peuvent profiter imm&eacute;diatement de leurs cristaux primaires apr&egrave;s l&rsquo;achat. En profitant de ces offres exclusives sur lootbar.gg, vous b&eacute;n&eacute;ficiez d&rsquo;&eacute;conomies substantielles par rapport &agrave; d&rsquo;autres m&eacute;thodes, sans compromettre la s&eacute;curit&eacute; ni la qualit&eacute; du service.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPour effectuer un &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt; de Cristal primaire sur la plateforme Lootbar, commencez par vous rendre sur le site officiel Lootbar.gg et s&eacute;lectionnez votre langue ainsi que le type de monnaie que vous souhaitez utiliser.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nConnectez-vous &agrave; votre compte Lootbar pour acc&eacute;der aux fonctionnalit&eacute;s de recharge.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNaviguez vers la section d&eacute;di&eacute;e au rechargement de jeux, puis choisissez Genshin Impact parmi les options disponibles.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIndiquez le nombre de Cristal primaire que vous d&eacute;sirez acheter pour votre compte de jeu.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCliquez sur le bouton permettant de poursuivre la recharge afin de passer &agrave; l&rsquo;&eacute;tape suivante.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez le serveur sur lequel vous jouez et saisissez votre UID de Genshin Impact pour garantir que les Cristal primaire seront cr&eacute;dit&eacute;s correctement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nValidez votre commande, choisissez la m&eacute;thode de paiement qui vous convient le mieux et proc&eacute;dez au r&egrave;glement.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUne fois le paiement confirm&eacute;, les Cristal primaire devraient &ecirc;tre ajout&eacute;s &agrave; votre compte Genshin Impact peu de temps apr&egrave;s, finalisant ainsi votre genshin impact recharge sur Lootbar.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(380, 548, '', 'Friends Streaming Options: Where to Watch After Netflix', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a3285200a9aa9c25cc30d6X7pcDD803&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a3285200a9aa9c25cc30d6X7pcDD803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Options After Netflix&lt;/h3&gt;\n&lt;p&gt;Where to Watch &#039;Friends&#039; After Its Netflix Departure&lt;/p&gt;\n&lt;p&gt;In 2020, the beloved sitcom &#039;Friends&#039; bid farewell to American Netflix viewers following a major licensing restructure. HBO Max secured the streaming rights for a staggering $425 million, successfully using the iconic show to attract subscribers to their platform.&lt;/p&gt;\n&lt;p&gt;Don&#039;t worry if you&#039;re craving a &#039;Friends&#039; marathon but lack HBO Max access &ndash; several alternatives exist for dedicated fans. Even Netflix subscribers can still enjoy the show through clever workarounds.&lt;/p&gt;\n&lt;p&gt;International Viewing Options&lt;/p&gt;\n&lt;p&gt;Interestingly, while &#039;Friends&#039; disappeared from US Netflix, it remains available on Netflix in certain international regions. This geographical inconsistency creates opportunities for viewers willing to explore legitimate streaming methods.&lt;/p&gt;\n&lt;p&gt;VPN: Your Key to Watching &#039;Friends&#039; Anywhere&lt;/p&gt;\n&lt;p&gt;Virtual Private Networks (VPNs) offer a solution for accessing geo-restricted content. These privacy tools allow you to connect to servers worldwide, effectively changing your digital location. For example:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nConnect to UK servers to access British streaming platforms\n&lt;/li&gt;\n&lt;li&gt;\nUse US servers to reach your HBO Max account while traveling abroad\n&lt;/li&gt;\n&lt;li&gt;\nBypass regional restrictions on your existing streaming subscriptions\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Simple Steps to Stream &#039;Friends&#039; Using a VPN&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSelect and subscribe to a reliable VPN service\n&lt;/li&gt;\n&lt;li&gt;\nInstall the appropriate application for your device\n&lt;/li&gt;\n&lt;li&gt;\nChoose your preferred streaming platform\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server in the corresponding country\n&lt;/li&gt;\n&lt;li&gt;\nLog into your streaming account\n&lt;/li&gt;\n&lt;li&gt;\nStart watching your favorite &#039;Friends&#039; episodes\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Top VPN Recommendations&lt;/p&gt;\n&lt;p&gt;Several trusted VPN providers excel at unlocking streaming content. Leading options include NordVPN, ExpressVPN, and CyberGhost, with many offering free trial periods for new users.&lt;/p&gt;\n&lt;p&gt;Legal Viewing is Best&lt;/p&gt;\n&lt;p&gt;While unauthorized streams exist, they typically deliver poor quality video and face frequent shutdowns due to copyright violations. With numerous legitimate options available through VPN access, there&#039;s no need to resort to questionable sources.&lt;/p&gt;\n&lt;p&gt;Remember that your streaming service of choice may require payment methods linked to specific countries, so check requirements before subscribing to both streaming and VPN services.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32892c76bceee57440be2ETl0iiN03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32892c76bceee57440be2ETl0iiN03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Where to Stream &#039;Friends&#039; After Its Departure from Netflix&lt;/p&gt;\n&lt;p&gt;Looking for ways to continue watching the iconic sitcom &#039;Friends&#039;? Here are your best options for streaming all seasons online.&lt;/p&gt;\n&lt;p&gt;HBO Max now houses the complete collection of &#039;Friends&#039; episodes for $14.99 monthly. This platform has become the new home for the beloved series following its exit from Netflix.&lt;/p&gt;\n&lt;p&gt;For those preferring a purchase option, Amazon Prime Video offers individual seasons at $19.99 each, with single episodes available for $1.99. This allows viewers to own their favorite moments permanently.&lt;/p&gt;\n&lt;p&gt;Budget-conscious fans can tune into TBS, which broadcasts approximately 50 episodes weekly at no cost. This free alternative provides regular access to rotating episodes without subscription fees.&lt;/p&gt;\n&lt;p&gt;International viewers should note that these streaming services have regional restrictions. Content availability varies by location, and travelers outside the US will need a VPN service to access their usual platforms. Services like NordVPN offer money-back guarantees for those needing temporary access while abroad.&lt;/p&gt;\n&lt;p&gt;The global popularity of &#039;Friends&#039; means it&#039;s available through various networks worldwide, despite being set in New York City. Check local streaming services in your country for specific availability details.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/687595c53606bfcc4734263bBaGwwpia03&quot; height=&quot;390&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/687595c53606bfcc4734263bBaGwwpia03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Even though Friends is departing Netflix UK soon, you&#039;ve still got options for streaming the show.&lt;/p&gt;\n&lt;p&gt;Channel 5 airs marathons of Friends episodes most mornings.&lt;/p&gt;\n&lt;p&gt;This broadcast is free to watch live via TVPlayer.com.&lt;/p&gt;\n&lt;p&gt;However, Channel 5 doesn&#039;t offer these episodes on demand through its My5 service.&lt;/p&gt;\n&lt;p&gt;Alternatively, Netflix UK currently holds the streaming rights for all seasons.&lt;/p&gt;\n&lt;p&gt;Access requires a UK connection due to regional restrictions.&lt;/p&gt;\n&lt;p&gt;Subscribers pay &pound;7.99 monthly, with a one-month free trial available.&lt;/p&gt;\n&lt;p&gt;Both Netflix UK and Channel 5 broadcasts are geo-blocked outside the UK.&lt;/p&gt;\n&lt;p&gt;To watch from locations like the US or elsewhere abroad,&lt;/p&gt;\n&lt;p&gt;a VPN connection to a British server is essential to bypass these restrictions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6865c31ab37437abc792d499g2pba5OJ03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6865c31ab37437abc792d499g2pba5OJ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Streaming Options for Friends&lt;/h3&gt;\n&lt;p&gt;The beloved sitcom &quot;Friends&quot; continues to captivate audiences worldwide, and for viewers in Canada, accessing this iconic series couldn&#039;t be more convenient.&lt;/p&gt;\n&lt;p&gt;Canadian fans enjoy straightforward options to watch all ten seasons of the show that defined a generation. Both Crave and CTV platforms offer the complete collection of Rachel, Ross, Joey, Chandler, Monica, and Phoebe&#039;s adventures.&lt;/p&gt;\n&lt;p&gt;While digital marketplaces such as Amazon Prime Video and iTunes do provide the option to buy individual seasons, the availability of free streaming through CTV makes this the preferred choice for most viewers.&lt;/p&gt;\n&lt;p&gt;It&#039;s worth noting that these Canadian streaming services are region-restricted. Viewers must either physically be in Canada or utilize a VPN service with Canadian servers to access this content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/687595c7031b6e79e0efba0ffWfiICml03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/687595c7031b6e79e0efba0ffWfiICml03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Currently, fans can enjoy every episode of &lt;em&gt;Friends&lt;/em&gt; through streaming platforms such as Stan, which offers all seasons for a monthly fee starting at $10 AUD. New users can take advantage of a 30-day free trial, allowing ample time to binge-watch before any charges apply.&lt;/p&gt;\n&lt;p&gt;For viewers who are already subscribed to Foxtel, the Foxtel Go app provides the opportunity to watch &lt;em&gt;Friends&lt;/em&gt; live on Fox Hits every day. Alternatively, those wishing to stream &lt;em&gt;Friends&lt;/em&gt; online without a traditional cable subscription can opt for Foxtel Now, which starts at $25 per month and includes a 10-day free trial.&lt;/p&gt;\n&lt;p&gt;It&#039;s important to note that services like Stan, Foxtel Go, and Foxtel Now are geo-restricted to Australian residents. However, with a VPN connected to an Australian server, international viewers can access these platforms from abroad.&lt;/p&gt;\n&lt;p&gt;In recent news, on October 28, 2023, actor Matthew Perry was tragically found deceased in his hot tub due to an apparent drowning. Perry, celebrated for his role as Chandler Bing, was widely regarded as one of the funniest and most beloved characters on &lt;em&gt;Friends&lt;/em&gt;. Throughout his life, he struggled with addiction and alcoholism but was also recognized for his efforts to help others overcome similar issues.&lt;/p&gt;\n&lt;p&gt;Tributes from fellow cast members and fans worldwide poured in, honoring his legacy and acknowledging the profound impact he had. Though the cause of his death remains under investigation, Perry&#039;s dedication to recovery and charity work continues to inspire many. His passing marks a significant loss for the entertainment community and &lt;em&gt;Friends&lt;/em&gt; fans everywhere.&lt;/p&gt;\n&lt;p&gt;When it comes to streaming &lt;em&gt;Friends&lt;/em&gt; online, caution is advised regarding free VPN services. Free VPNs often have limited IP addresses, which quickly get blacklisted due to high user demand, making it difficult to access streaming content. Additionally, they tend to offer slow speeds, resulting in low-resolution or laggy streams. For a smoother experience, paid VPNs with dedicated Australian servers are recommended.&lt;/p&gt;\n&lt;p&gt;Lastly, &lt;em&gt;Friends&lt;/em&gt; is currently accessible for free in Canada via the CTV website. If you&#039;re in Canada or connected through a Canadian VPN server, you can stream &lt;em&gt;Friends&lt;/em&gt; without any cost.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables users to overcome geographical restrictions on Netflix&#039;s content library by routing their connection through servers in different countries. By masking your actual location and making it appear as though you&#039;re browsing from another region, a Netflix VPN allows subscribers to access shows and movies that might otherwise be unavailable in their home country due to licensing agreements and regional content limitations.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content on Netflix using a &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice to consider. Its high-speed servers are specifically optimized for seamless Netflix streaming, providing buffer-free playback and high-definition quality, ensuring an enjoyable viewing experience. Additionally, SafeShell VPN supports connecting multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, allowing you to enjoy your favorite shows across all your devices without interruption. The exclusive App Mode feature enables you to unlock content from multiple regions at once, broadening your streaming options and making content restrictions a thing of the past. Moreover, SafeShell VPN offers lightning-fast speeds with no bandwidth limitations, so you can stream, download, and browse effortlessly. With top-level security powered by the proprietary ShellGuard protocol, your online privacy remains protected while you enjoy unrestricted access to Netflix. Its flexible free trial plan also lets users test out its features risk-free, making SafeShell VPN a reliable solution for overcoming issues like a Netflix VPN not working.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To start using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ and selecting a plan that suits your needs and budget. After completing your subscription, download and install the appropriate SafeShell VPN app for your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN application, log in with your account credentials, and select the APP mode for an optimized Netflix experience.&lt;/p&gt;\n&lt;p&gt;Next, browse the list of available VPN servers within the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; app and pick a server located in the region whose Netflix content you wish to access, such as the US, UK, or Canada. Click on the &quot;Connect&quot; button to establish a secure connection to your chosen server. This step allows you to bypass regional restrictions and unlock a broader library of Netflix shows and movies.&lt;/p&gt;\n&lt;p&gt;Finally, open the Netflix app or visit the Netflix website on your device, log into your account, and enjoy streaming content from the region you selected through your SafeShell Netflix VPN. This straightforward process ensures seamless access to geo-restricted content, enhancing your overall viewing experience with SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(381, 549, '', 'Kristin Chenoweth&#039;s Psychic Experience &ndash; Emotional Reading', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a329c9d3156d0c16391efMm79TO3303&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a329c9d3156d0c16391efMm79TO3303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Kristin Chenoweth&#039;s Psychic Experience&lt;/h3&gt;\n&lt;p&gt;Kristin Chenoweth Experiences Emotional Connection During Psychic Reading&lt;/p&gt;\n&lt;p&gt;Broadway and television star Kristin Chenoweth recently participated in a special episode of &quot;Live from the Other Side with Tyler Henry,&quot; where she had the opportunity to connect with her departed mother through the renowned clairvoyant medium.&lt;/p&gt;\n&lt;p&gt;The Tony and Emmy Award-winning performer brought along an intimate group of close confidants for the emotional experience, including her personal assistant Shannon MacKay, business manager Melody Young, Young&#039;s daughter Genna Geibelson, and her longtime hairstylist and friend Jonathan Hanousek.&lt;/p&gt;\n&lt;p&gt;During the November 6th episode titled &quot;Redemption,&quot; Chenoweth expressed her deep admiration for Henry&#039;s work, revealing she had been following his career for some time. &quot;I&#039;ve actually kept him in my prayers because I recognize the tremendous energy and compassion he shares with others,&quot; Chenoweth remarked, acknowledging the emotional toll such work can take.&lt;/p&gt;\n&lt;p&gt;Fans of the beloved performer can also catch Chenoweth in the upcoming Netflix holiday film &quot;Our Little Secret,&quot; which debuts on November 27th, adding another festive project to her extensive and diverse entertainment portfolio.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a329f849b8698e15b9a20qdq4JUab03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a329f849b8698e15b9a20qdq4JUab03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During the opening segment of the session, Tyler Henry immediately identified two significant maternal presences in Kristin Chenoweth&#039;s life: her biological mother who had passed away, described as having a &quot;youthful&quot; energy, and another mother figure who is still alive but experiencing health challenges.&lt;/p&gt;\n&lt;p&gt;Henry provided Chenoweth with a comforting message regarding her birth mother&#039;s final years, emphasizing that &quot;there was a sense of acceptance&quot; and &quot;a surprising amount of peace&quot; before her passing - information he felt compelled to share with Chenoweth.&lt;/p&gt;\n&lt;p&gt;The medium then revealed a powerful connection between these two maternal figures, noting that Chenoweth&#039;s deceased mother was vigilantly &quot;watching over&quot; the living mother figure, particularly concerning her health and wellbeing.&lt;/p&gt;\n&lt;p&gt;Despite Chenoweth&#039;s husband&#039;s absence from the reading, Henry sensed strong impressions from his family lineage. He specifically mentioned her partner&#039;s relatives &quot;wanting to celebrate your union,&quot; while also noting a significant &quot;military emphasis&quot; that spanned generations. When it was revealed that her husband&#039;s grandfather had been a prisoner of war, Henry described the connection as &quot;beautiful&quot; because it carried &quot;a sense of healing.&quot;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32a22ec23c824084653eORfS3be803&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32a22ec23c824084653eORfS3be803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Henry&#039;s Spiritual Previews&lt;/h3&gt;\n&lt;p&gt;Chenoweth visibly thrilled as Henry revealed an astonishing premonition&lt;/p&gt;\n&lt;p&gt;He produced dated notes mentioning &quot;turquoise beads&quot; before their meeting&lt;/p&gt;\n&lt;p&gt;Her mother&#039;s cherished turquoise affinity was precisely captured&lt;/p&gt;\n&lt;p&gt;The revelations extended beyond Chenoweth herself&lt;/p&gt;\n&lt;p&gt;Henry unexpectedly connected with makeup artist Jill Cady backstage&lt;/p&gt;\n&lt;p&gt;Her paternal family&#039;s presence prompted Henry to affirm:&lt;/p&gt;\n&lt;p&gt;&quot;You&#039;re absolutely on the right path&quot;&lt;/p&gt;\n&lt;p&gt;Private moments unfolded too&lt;/p&gt;\n&lt;p&gt;Henry leaned close to share confidential reassurance&lt;/p&gt;\n&lt;p&gt;Whispering gentle comfort directly to Mackay&lt;/p&gt;\n&lt;p&gt;Continuing spiritual encounters gripped the studio&lt;/p&gt;\n&lt;p&gt;Each validation carrying profound personal significance&lt;/p&gt;\n&lt;p&gt;The layered connections left participants visibly moved&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32a531cb7def375dfd4fb8aIIPMV03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32a531cb7def375dfd4fb8aIIPMV03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The emotional impact of Tyler Henry&#039;s recent episode left everyone in awe, including host Amanda Kloots who described it as &quot;mind-blowing&quot; compared to previous shows.&lt;/p&gt;\n&lt;p&gt;For Kristin Chenoweth, the experience proved more meaningful than anticipated. While she had hoped to connect with her birth mother, she was equally touched that her friends who accompanied her also received messages from departed loved ones.&lt;/p&gt;\n&lt;p&gt;&quot;I had specific hopes going in,&quot; Chenoweth reflected after the session. &quot;But seeing my friends receive such powerful connections was truly a gift I hadn&#039;t fully expected. The messages came through with remarkable clarity for everyone present.&quot;&lt;/p&gt;\n&lt;p&gt;The powerful spiritual connections continue to unfold weekly on &quot;Live from the Other Side with Tyler Henry,&quot; airing Tuesdays at 3 p.m. Pacific time and 6 p.m. Eastern time.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service used for watching TV shows and movies on demand. However, Netflix blocked refers to content unavailable in a user&#039;s specific region due to licensing restrictions or network filters. To access this restricted content, users often seek &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; methods, which allow them to view the wider library intended for other countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents an excellent solution that can bypass geographical limitations effectively. This powerful VPN service is specifically optimized to help users enjoy their favorite Netflix shows and movies from anywhere in the world, regardless of regional content restrictions that might otherwise limit your viewing options.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that enhance your streaming experience. With its high-speed servers specifically designed for Netflix streaming, you can enjoy buffer-free viewing in high definition. The exclusive App Mode allows you to access content from multiple regions simultaneously, expanding your entertainment options significantly. Additionally, SafeShell VPN supports up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, and smart TVs, ensuring you can enjoy protected streaming on all your devices.&lt;/p&gt;\n&lt;p&gt;Beyond streaming capabilities, SafeShell VPN prioritizes your online security through its proprietary &quot;ShellGuard&quot; protocol that provides superior encryption for your browsing sessions. This keeps your online activities private and protected from surveillance. For those hesitant to commit immediately, SafeShell VPN offers a flexible free trial plan that allows you to test its impressive features before making a decision. With blazing connection speeds and no bandwidth limitations, SafeShell VPN delivers an exceptional balance of performance, security, and accessibility for all your Netflix unblocking needs.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, a powerful tool designed to bypass geographical restrictions. To begin your journey to unlimited streaming, first visit SafeShell&#039;s official website and select a subscription plan that aligns with your viewing habits and budget. After completing your purchase, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, iOS, or Android&mdash;and install it following the on-screen instructions. Once installed, log into your account and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;After setting up your SafeShell Netflix VPN, the next steps are straightforward. Browse through the server list and select a location in the country whose Netflix library you wish to access&mdash;popular choices include the US for the largest selection, UK for British content, or Japan for exclusive anime. Once connected to your chosen server, simply open the Netflix application or website and log in with your existing credentials. You&#039;ll immediately notice that the content available has changed to reflect the region of your selected server, giving you access to thousands of previously unavailable shows and movies with no buffering or quality loss.&lt;/p&gt;', 9, 'game'),
(382, 550, '', 'FC 26 Coins &ndash; How to Get Bixente Lizarazu Card Fast', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About Bixente Lizarazu&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Renowned for his agility and tactical intelligence, Bixente Lizarazu established himself as one of the finest left backs in football. His remarkable defensive skills, paired with the ability to contribute offensively, set him apart on the pitch and earned him recognition throughout his career. Lizarazu&rsquo;s precise tackles and swift overlapping runs became hallmarks of his playing style.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Over the years, he demonstrated unwavering commitment and consistency, representing both club and country with distinction. His time with top European teams was marked by numerous achievements, reflecting his influence and leadership on the field. Lizarazu&rsquo;s adaptability enabled him to excel in various competitive environments, making him an invaluable asset wherever he played.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond his technical prowess, Bixente Lizarazu is remembered for his professionalism and dedication to the sport. His legacy as a left back endures, serving as an inspiration to aspiring footballers. Through his impressive career, he showed what it means to combine skill, passion, and determination in pursuit of excellence.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Bixente Lizarazu&#039;s Heroes card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bixente Lizarazu&#039;s Heroes card stands out as a top-tier Left Back with an impressive overall rating of 88, showcasing a well-rounded set of attributes that make him a valuable asset on the pitch. With a remarkable pace rating of 87, Lizarazu has the speed to keep up with even the quickest wingers, while his 83 defense and 82 physicality ratings ensure he is solid in one-on-one situations and resilient throughout the match. His 80 passing and 82 dribbling allow him to transition smoothly from defense to attack, supporting build-up play and retaining possession under pressure. As a left back, Lizarazu&#039;s combination of defensive reliability and attacking support makes him a dynamic presence, capable of shutting down opposition threats and launching quick counterattacks to give your team a decisive edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a31de4d79d92746944cbfczCZhu2l03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a31de4d79d92746944cbfczCZhu2l03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain Bixente Lizarazu&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are a few main methods you can consider. First, you can try purchasing card packs, which gives you a chance to obtain valuable cards like Bixente Lizarazu&rsquo;s Heroes card; however, this method relies heavily on luck, and the odds of getting the specific card you want are quite low, meaning you may end up spending a lot without guaranteed results. Second, you can complete Squad Building Challenges (SBCs), which sometimes reward you with special cards upon successful completion; the downside here is that SBCs often require you to use up other valuable cards or coins to build the required squads, which can be resource-intensive. Third, you have the option to buy the desired card directly from the transfer market, but this comes at a high cost, as the current price for Bixente Lizarazu&rsquo;s Heroes card is around 0.17 million UT Coins, making it an expensive investment. Each method has its pros and cons, so it&rsquo;s important to choose the one that best fits your play style and resources.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a31e1926fef35b6bb44e7elH6ZvL603&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a31e1926fef35b6bb44e7elH6ZvL603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, players try to earn FC 26 Coins through in-game activities such as selling player cards, completing objective goals, or grinding various game modes to claim rewards. However, these conventional methods are often slow and heavily dependent on both your gameplay skills and a bit of luck. This makes it difficult and time-consuming to accumulate enough &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt;, especially if you&rsquo;re aiming to buy top-tier player cards like Team of the Week 9 Mbapp&eacute;. For most players, reaching this level could take months, making it nearly impossible to quickly build a dream squad through regular gameplay alone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For those looking for a faster solution, the LootBar trading platform offers a convenient and secure way to get &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap fifa coins&lt;/a&gt;. LootBar stands out by not only providing the cheapest &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc coins&lt;/a&gt; on the market but also delivering them swiftly and safely to your account. New users can take advantage of a 10% discount, making it even more affordable to buy large quantities of fc coins&mdash;enough to secure elite players like Mbapp&eacute; for your Ultimate Team without the long grind. With LootBar, you can bypass the restrictions of traditional methods and enjoy an upgraded team in no time.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(383, 551, '', 'Outlook 2010 HTML Rendering &ndash; Microsoft&rsquo;s Controversial Choice', '&lt;p&gt;Microsoft&#039;s Outlook 2010 HTML Rendering Decision Sparks Controversy&lt;/p&gt;\n&lt;p&gt;Microsoft has defended its choice to continue using Word&#039;s HTML rendering engine in Outlook 2010 rather than Internet Explorer 8, despite growing criticism from email marketers and web designers.&lt;/p&gt;\n&lt;p&gt;Corporate Vice President William Kennedy characterized this decision as showcasing &quot;the power of Word,&quot; emphasizing security benefits that browsers cannot provide. &quot;Word cannot run web script or other active content that may threaten the security and safety of our customers,&quot; Kennedy explained.&lt;/p&gt;\n&lt;p&gt;The controversy gained momentum when Dave Greiner, co-founder of email marketing service Campaign Monitor, launched fixoutlook.org, rallying thousands of Twitter users to pressure Microsoft to reconsider its approach. Greiner&#039;s campaign highlights how Word&#039;s limited CSS support restricts email design capabilities compared to other email clients.&lt;/p&gt;\n&lt;p&gt;According to Greiner, a senior Outlook team member confirmed that Microsoft would continue using Word&#039;s renderer in Outlook 2010, prioritizing Word&#039;s authoring tools over standards compliance. This decision maintains a stance Microsoft first took with Office 2007, when it switched from IE&#039;s rendering engine to Word&#039;s more limited capabilities.&lt;/p&gt;\n&lt;p&gt;Microsoft&#039;s position appears primarily motivated by security concerns. Historical vulnerabilities in IE&#039;s rendering engine made email a potential attack vector, as documented in Microsoft&#039;s 2002 security bulletins. By using Word instead, Microsoft reduces cross-application exploitation risks.&lt;/p&gt;\n&lt;p&gt;Critics argue this approach severely limits design options for email marketers, forcing them to abandon modern CSS techniques widely supported by competing email clients. Microsoft&#039;s list of unsupported CSS elements remains extensive, prohibiting features like inline frames, JavaScript events, and numerous positioning capabilities.&lt;/p&gt;\n&lt;p&gt;While Microsoft defends its decision as feature-rich and security-conscious, the company has questioned the legitimacy of the Email Standards Project, with Kennedy noting it &quot;does not represent a sanctioned standard or an industry consensus.&quot;&lt;/p&gt;\n&lt;p&gt;Microsoft representatives have suggested that Greiner may have tested an unauthorized preview version, implying the final release might offer improved rendering capabilities. Whether Microsoft will enhance Word&#039;s renderer or provide an option to safely use IE8 remains uncertain as Office 2010 approaches its technical preview phase.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People turn to VPN services primarily to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; restricted by their location or network, seeking privacy and overcoming censorship barriers. Essentially, &quot;porn unblocked&quot; refers to the successful access of adult content websites that would otherwise be unavailable or blocked due to geo-restrictions, ISP filtering, or government controls. Using a VPN allows individuals to bypass these limitations securely.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for bypassing content restrictions while maintaining your privacy. SafeShell VPN provides numerous benefits that make it an excellent choice for users seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nComplete anonymity through robust encryption that shields your browsing activities from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nExceptional streaming speeds that eliminate buffering issues when accessing high-definition adult content\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that allows you to access content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol designed specifically to bypass even the most stringent content filters while remaining undetectable\n&lt;/li&gt;\n&lt;li&gt;\nVersatile multi-device support that protects up to five devices at once, including smartphones, computers, and smart TVs, ensuring your private browsing remains secure across all your technology\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing porn content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Next, download and install the SafeShell app on your preferred device(s) to ensure compatibility and ease of use. Once installed, enable the App Mode feature within the application for enhanced flexibility and access. Then, browse through the available server locations and select a server situated in the region where the content is accessible, effectively bypassing regional restrictions. Finally, enjoy unrestricted and private browsing of adult content with complete privacy, knowing your identity remains protected thanks to SafeShell VPN&rsquo;s secure connection.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(384, 552, '', 'Top VPNs for Netflix 2025 &ndash; Best Streaming Choices', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Netflix 2025&lt;/h3&gt;\n&lt;p&gt;Facing Netflix&#039;s regional blocks? Your favorite shows might be unavailable abroad.&lt;/p&gt;\n&lt;p&gt;While the platform aggressively targets VPN connections, select providers still bypass restrictions securely.&lt;/p&gt;\n&lt;p&gt;Our rigorous 2025 evaluation tested over 78 services under real-world streaming conditions.&lt;/p&gt;\n&lt;p&gt;Here&rsquo;s what performed best for unlocking global libraries:&lt;/p&gt;\n\n&lt;p&gt;NordVPN dominates for seamless Netflix access across US, UK, and Japan libraries.&lt;/p&gt;\n&lt;p&gt;Offers blistering speeds perfect for 4K streaming and advanced security protocols.&lt;/p&gt;\n&lt;p&gt;Their risk-free 30-day trial lets you verify performance personally.&lt;/p&gt;\n\n&lt;p&gt;Budget-conscious streamers should consider Surfshark &ndash; exceptional speed at low cost.&lt;/p&gt;\n&lt;p&gt;Unlimited device connections make it ideal for families traveling together.&lt;/p&gt;\n\n&lt;p&gt;ProtonVPN delivers robust privacy alongside reliable Netflix unblocking capabilities.&lt;/p&gt;\n&lt;p&gt;ExpressVPN shines for global access consistency and router-level protection.&lt;/p&gt;\n\n&lt;p&gt;IPVanish stands out for affordability while maintaining Netflix US/UK/Japan access.&lt;/p&gt;\n&lt;p&gt;PureVPN impresses with simultaneous connections and novice-friendly apps.&lt;/p&gt;\n\n&lt;p&gt;Warning: Free VPNs rarely bypass Netflix detection successfully.&lt;/p&gt;\n&lt;p&gt;We verify all recommended services provide working solutions with money-back guarantees.&lt;/p&gt;\n\n&lt;p&gt;Our testing methodology prioritized:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nMulti-region catalog accessibility beyond just US Netflix\n&lt;/li&gt;\n&lt;li&gt;\nConsistent speed performance during peak streaming hours\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade encryption and verified no-logs policies\n&lt;/li&gt;\n&lt;li&gt;\nIntuitive interfaces and responsive customer support\n&lt;/li&gt;\n&lt;li&gt;\nTransparent pricing with legitimate refund options\n&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;These providers represent your best chance for borderless binge-watching in 2025.&lt;/p&gt;\n&lt;p&gt;Always prioritize services offering genuine trial periods to test regional access firsthand.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a3236c676b1f17e591fefXNRFoKbb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a3236c676b1f17e591fefXNRFoKbb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Let&#039;s explore some of the top VPN options for accessing Netflix.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix  Tested Nov 2025NordVPN shines for streaming fans seeking global Netflix libraries.&lt;/p&gt;\n&lt;p&gt;Its standout feature automatically redirects you to Netflix US when accessing unsupported regions &ndash; a clever fail-safe.&lt;/p&gt;\n&lt;p&gt;Our tests confirmed seamless access to over a dozen libraries, including UK, Canada, Australia, and Japan.&lt;/p&gt;\n&lt;p&gt;This capability rides on its massive global footprint: 8,000+ servers across 120 countries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This VPN service impresses with its user-friendly interface. The homepage is intuitively divided into two sections: one for establishing your connection and another displaying essential usage data, such as weekly bandwidth consumption, trackers blocked, and the status of your mesh network devices. Additionally, a dedicated tab simplifies the process of locating specialty servers optimized for peer-to-peer sharing or accessing the dark web. The settings panel is thoughtfully arranged, featuring separate categories for features like kill switch and split tunneling. Each option is accompanied by a brief explanation, making it easy to understand their functions, and most can be enabled or disabled effortlessly through toggle switches.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; height=&quot;582&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Based on our thorough evaluation, this VPN service stands out as one of the most robust and secure options available today. Multiple independent audits have consistently confirmed its strict no-logs policy, ensuring user privacy is maintained at all times. We also confirmed that the service effectively prevents common leaks, including DNS, IPv6, and WebRTC leaks, adding an extra layer of security.&lt;/p&gt;\n&lt;p&gt;The encryption protocols employed are of high standard, safeguarding your data during online activities. Users benefit from a customizable kill switch feature, which automatically disconnects internet access if the VPN drops, protecting against accidental data exposure. Additionally, the VPN offers built-in ad and tracker blocking capabilities, enhancing browsing privacy and experience.&lt;/p&gt;\n&lt;p&gt;For remote access, the provider offers a meshnet tool that allows users to securely connect to their home PC from anywhere. The service also features proprietary protocols: NordLynx, designed to deliver fast speeds similar to WireGuard while addressing privacy concerns associated with it, and NordWhisper, which helps users bypass restrictions and censorship in countries like China, Turkey, and the UAE.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When evaluating VPN options for streaming Netflix in 2025, speed and reliability are crucial. NordVPN stands out as a top performer, delivering blazing-fast connections across multiple regions. In our tests, it maintained an average speed of approximately 41.11 Mbps, with the lowest recorded speed around 38.89 Mbps across five different locations. Such speeds are more than sufficient for seamless 4K Netflix streaming without interruptions.&lt;/p&gt;\n&lt;p&gt;Pricing structures vary, with monthly subscriptions costing just under $13. However, significant savings are available through longer-term plans&mdash;up to 70% off&mdash;bringing monthly costs down to roughly $3.50 for annual or two-year commitments. Special discounts are also offered for students and young professionals under 26. For enhanced security, NordVPN offers Plus and Ultimate plans, which include additional features like password management, cyber insurance, data breach scanning, and secure cloud storage.&lt;/p&gt;\n&lt;p&gt;Compatibility is broad; users can download dedicated apps for Android, iOS, Windows, macOS, and Linux. It also supports manual installation on many routers, with detailed guides available on their support pages or via 24/7 live chat assistance.&lt;/p&gt;\n&lt;p&gt;Choose NordVPN if you want:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAccess to less common Netflix regional libraries\n&lt;/li&gt;\n&lt;li&gt;\nStrong privacy protection and a strict no-logs policy\n&lt;/li&gt;\n&lt;li&gt;\nThe flexibility to connect to any server location\n&lt;/li&gt;\n&lt;li&gt;\nThe fastest speeds for buffer-free streaming\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Avoid it if you prefer:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Streaming servers specifically optimized and labeled per platform&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Overall, NordVPN is our top recommendation for Netflix users, offering unparalleled speed, security, and a risk-free 30-day money-back guarantee. Enjoy access to Netflix libraries in the US, UK, Canada, Australia, Japan, and beyond with confidence.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025For those seeking an affordable yet reliable VPN, Surfshark stands out as an excellent choice.  &lt;/p&gt;\n&lt;p&gt;With a network of over 4,500 servers spread across more than 100 countries, it ensures smooth streaming experiences.&lt;/p&gt;\n&lt;p&gt;Its compatibility with major streaming platforms, including Netflix, is seamless, allowing users to access a wide range of content libraries.&lt;/p&gt;\n&lt;p&gt;Beyond popular regions, Surfshark also provides access to catalogs in India, Germany, Singapore, and other countries.&lt;/p&gt;\n&lt;p&gt;If a specific library isn&rsquo;t directly supported, Surfshark conveniently redirects you to the US version of the site, maintaining access.&lt;/p&gt;\n&lt;p&gt;One of its key advantages over competitors is the ability to connect unlimited devices simultaneously, making it a smart option for families or groups.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; height=&quot;340&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating this platform is refreshingly straightforward for Netflix users.&lt;/p&gt;\n&lt;p&gt;The central dashboard prioritizes essential streaming tools -&lt;/p&gt;\n&lt;p&gt;server selection and a one-click connect button sit prominently alongside real-time connection details.&lt;/p&gt;\n&lt;p&gt;Most settings activate with simple toggle switches,&lt;/p&gt;\n&lt;p&gt;clearly labeled for immediate understanding.&lt;/p&gt;\n&lt;p&gt;Only protocol adjustments require a dropdown menu.&lt;/p&gt;\n&lt;p&gt;While side navigation accesses advanced features,&lt;/p&gt;\n&lt;p&gt;base subscribers can comfortably ignore these extras.&lt;/p&gt;\n&lt;p&gt;All menu options group logically into well-organized sections,&lt;/p&gt;\n&lt;p&gt;making customization intuitive when unblocking global libraries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; height=&quot;572&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When evaluating Surfshark&#039;s security features, it stands out with its robust encryption standards, currently regarded as virtually unbreakable. The VPN exclusively employs protocols that meet industry approval, ensuring high levels of data protection. Built-in security measures include a kill switch that halts internet traffic if the VPN disconnects, a tracker blocker to prevent unwanted monitoring, and leak protection to safeguard against data leaks. Independent audits have verified Surfshark&#039;s commitment to privacy, confirming that it does not log user activity. Advanced options such as automatic IP address rotation, a mode designed to circumvent censorship (Noborders), and a Smart DNS feature enable access to geo-restricted content on devices lacking native VPN support, though users should note that Smart DNS does not encrypt data.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; height=&quot;453&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This provider earns our recommendation as the leading affordable choice for accessing Netflix libraries globally.&lt;/p&gt;\n&lt;p&gt;Its standout feature is exceptional connection consistency across vast distances,&lt;/p&gt;\n&lt;p&gt;with just a 4 Mbps variation between its fastest and slowest international servers.&lt;/p&gt;\n&lt;p&gt;Average speeds hit 40.81 Mbps &ndash; easily handling uninterrupted 4K streaming demands.&lt;/p&gt;\n&lt;p&gt;Flexible subscription options cater to different budgets.&lt;/p&gt;\n&lt;p&gt;While monthly plans approach $13,&lt;/p&gt;\n&lt;p&gt;significant discounts slash long-term commitments down to just over $2 monthly.&lt;/p&gt;\n&lt;p&gt;Consider bundled Surfshark One/One+ tiers for extras like antivirus,&lt;/p&gt;\n&lt;p&gt;identity protection tools,&lt;/p&gt;\n&lt;p&gt;and personal data removal services.&lt;/p&gt;\n&lt;p&gt;Enjoy seamless protection across all devices simultaneously,&lt;/p&gt;\n&lt;p&gt;thanks to native apps for major platforms including Windows,&lt;/p&gt;\n&lt;p&gt;macOS,&lt;/p&gt;\n&lt;p&gt;Linux,&lt;/p&gt;\n&lt;p&gt;Android,&lt;/p&gt;\n&lt;p&gt;and iOS.&lt;/p&gt;\n&lt;p&gt;Whole-home coverage is achievable through router configuration,&lt;/p&gt;\n&lt;p&gt;supported by detailed online guides.&lt;/p&gt;\n&lt;p&gt;Ideal for users prioritizing:&lt;/p&gt;\n&lt;p&gt;Truly unlimited device connections&lt;/p&gt;\n&lt;p&gt;Premium features at a remarkably low price point&lt;/p&gt;\n&lt;p&gt;Streaming Netflix on consoles or smart TVs directly&lt;/p&gt;\n&lt;p&gt;Access to responsive live support channels&lt;/p&gt;\n&lt;p&gt;Less suitable if you require:&lt;/p&gt;\n&lt;p&gt;Instantly recognizable Netflix-optimized servers&lt;/p&gt;\n&lt;p&gt;Every plan includes a risk-free 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a336414e74bd84500aaf52RDgfpMP07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a336414e74bd84500aaf52RDgfpMP07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Established over ten years ago, this trusted VPN service has built a solid reputation in the cybersecurity landscape. With an extensive network spanning more than 80 countries, it stands out as a dependable choice for those seeking secure streaming solutions.&lt;/p&gt;\n&lt;p&gt;The provider excels at unlocking various streaming platforms. Users can access content from major services including BBC iPlayer, Amazon Prime Video, and Hulu. Additionally, it successfully bypasses geographical restrictions on multiple Netflix regional libraries.&lt;/p&gt;\n&lt;p&gt;Perfect for beginners, the service features exceptionally intuitive applications across different devices. The straightforward interface requires minimal technical knowledge, making it accessible even for first-time VPN users.&lt;/p&gt;\n&lt;p&gt;Customer support is available round-the-clock, ensuring assistance whenever issues arise. While the service limits connections to five devices simultaneously, this allocation proves sufficient for most individual users or small households.&lt;/p&gt;\n&lt;p&gt;For those prioritizing both security and streaming capabilities in 2025, this provider delivers a balanced solution that combines reliability with user-friendly features.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; height=&quot;623&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Achieving Lightning-Fast Streaming with the Right VPN for Netflix&lt;/p&gt;\n&lt;p&gt;When it comes to enjoying uninterrupted 4K content on Netflix, having adequate internet speed is crucial. While Netflix suggests a minimum of 15 Mbps for 4K streaming, many VPN services struggle to maintain this threshold. Our comprehensive testing revealed some impressive findings about performance capabilities.&lt;/p&gt;\n&lt;p&gt;Testing Methodology and Results&lt;/p&gt;\n&lt;p&gt;We conducted speed tests across multiple international server locations using a standard 50 Mbps connection. The results demonstrated that server proximity significantly impacts performance. As expected, connecting to local servers provided optimal speeds, while geographically distant locations showed some reduction in performance.&lt;/p&gt;\n&lt;p&gt;With an impressive average speed of 40.44 Mbps across various locations, the service we tested delivers nearly triple the bandwidth required for Netflix&#039;s highest quality streaming. These speeds aren&#039;t just suitable for streaming - they&#039;re robust enough for demanding activities like torrenting and online gaming with minimal latency.&lt;/p&gt;\n&lt;p&gt;Privacy and Security Features&lt;/p&gt;\n&lt;p&gt;Beyond speed, robust security features are essential for any premium VPN service. Look for providers offering comprehensive leak protection against both IPv6 and DNS vulnerabilities. Advanced encryption protocols ensure your streaming habits remain private from all third parties.&lt;/p&gt;\n&lt;p&gt;Critical security features to consider include:&lt;/p&gt;\n&lt;p&gt;&bull; Automatic kill switch functionality that prevents unprotected browsing during connection drops&lt;/p&gt;\n&lt;p&gt;&bull; Strict no-logs policies that guarantee your activity isn&#039;t being recorded&lt;/p&gt;\n&lt;p&gt;&bull; Specialized protocols designed to mask VPN usage from detection&lt;/p&gt;\n&lt;p&gt;&bull; Split tunneling capabilities that allow selective routing of specific applications&lt;/p&gt;\n&lt;p&gt;Platform Compatibility&lt;/p&gt;\n&lt;p&gt;The most versatile VPNs offer dedicated applications for all major operating systems including Windows, macOS, iOS, and Android. This ensures you can enjoy unrestricted Netflix access regardless of which device you prefer for streaming.&lt;/p&gt;\n&lt;p&gt;Ideal User Profiles&lt;/p&gt;\n&lt;p&gt;A high-quality streaming VPN is perfect for:&lt;/p&gt;\n&lt;p&gt;&bull; Privacy-conscious users seeking affordable protection&lt;/p&gt;\n&lt;p&gt;&bull; Streaming enthusiasts who prioritize access to global content libraries&lt;/p&gt;\n&lt;p&gt;&bull; Users requiring consistently fast connections with reliable support&lt;/p&gt;\n&lt;p&gt;&bull; Beginners looking for user-friendly interfaces without technical complexity&lt;/p&gt;\n&lt;p&gt;However, these services may not suit users requiring connections for numerous devices simultaneously without additional licensing.&lt;/p&gt;\n&lt;p&gt;The best providers consistently unblock not just Netflix but also other popular platforms like Disney+, Amazon Prime Video, and more. Look for services offering money-back guarantees, which allow you to thoroughly test compatibility before committing long-term.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; height=&quot;180&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;While ProtonVPN&#039;s free version restricts streaming access, its robust paid tiers deliver exceptional Netflix unblocking capabilities.&lt;/p&gt;\n&lt;p&gt;We successfully bypassed geo-blocks to enjoy catalogs from the US, UK, Canada, Japan, and France - eliminating content scarcity.&lt;/p&gt;\n&lt;p&gt;Subscribers enjoy lightning-fast speeds without limits, tapping into a vast network spanning 120+ countries with over 15,000 servers.&lt;/p&gt;\n&lt;p&gt;Beyond streaming, premium plans include direct access to live support agents and simultaneous protection for up to 10 devices.&lt;/p&gt;\n&lt;p&gt;This multi-device coverage makes ProtonVPN particularly practical for households sharing a single subscription.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This service presents a more cutting-edge look compared to many of its competitors, yet beneath the sleek exterior, its functionality remains quite comparable. To connect, simply select a server location from the list on the left or use the map for easier navigation, then click the &ldquo;connect&rdquo; button. Users have the option to hide the map by toggling the arrow in the top-left corner for a cleaner interface. The settings menu comprises three distinct tabs, each offering various features that can be enabled or disabled with straightforward toggle switches. For detailed explanations of each setting, hover your cursor over the &ldquo;i&rdquo; icon located to the right.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; height=&quot;503&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN: A Privacy-Centric Solution for Netflix Streaming&lt;/p&gt;\n&lt;p&gt;When it comes to online privacy and streaming capabilities, ProtonVPN stands out with its exceptional security credentials. The company behind this service has built a solid reputation in the digital privacy space, implementing military-grade encryption protocols that ensure your data remains protected.&lt;/p&gt;\n&lt;p&gt;Security features include a reliable kill switch that prevents data leaks if your connection drops unexpectedly, comprehensive leak protection mechanisms, and a strictly enforced no-logs policy that has undergone multiple independent audits. For users facing network restrictions, the stealth protocol option helps bypass basic VPN detection, though it may struggle in countries with sophisticated censorship infrastructure.&lt;/p&gt;\n&lt;p&gt;Performance testing reveals ProtonVPN delivers consistent speeds across various server locations, averaging 40.25 Mbps. While not breaking speed records, this performance level comfortably supports multiple HD streams or a single 4K Netflix viewing experience without buffering issues.&lt;/p&gt;\n&lt;p&gt;Pricing is surprisingly competitive at approximately $10 monthly, with annual subscriptions offering roughly 50% savings. The premium &quot;Proton Unlimited&quot; package includes additional services like encrypted email, secure calendar, and password management tools for just a few dollars more per month.&lt;/p&gt;\n&lt;p&gt;Device compatibility is comprehensive, with dedicated applications for Windows, macOS, iOS, Android, and Linux platforms. The service allows up to 10 simultaneous connections, though router installation is available for households needing broader coverage.&lt;/p&gt;\n&lt;p&gt;ProtonVPN excels at unblocking streaming platforms, making it an excellent choice for accessing Netflix&#039;s international content libraries. The service combines strong security with reliable streaming performance, though complete beginners might find the feature-rich interface slightly overwhelming.&lt;/p&gt;\n&lt;p&gt;For users in heavily censored regions, alternative VPN solutions might better address specific connectivity challenges. However, for most Netflix enthusiasts seeking a balance of privacy and streaming capability, ProtonVPN delivers exceptional value backed by a 30-day money-back guarantee.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;Top Streaming VPN Options&lt;/h3&gt;\n&lt;p&gt;ExpressVPN stands out as the epitome of user-friendly VPN technology. With an impressive network covering 105 countries worldwide, it delivers reliable performance even in regions with strict internet restrictions such as China and the United Arab Emirates.&lt;/p&gt;\n&lt;p&gt;One of ExpressVPN&#039;s most notable advantages is its streamlined approach to streaming. Unlike competitors that require users to connect to specific servers or activate special modes for accessing content, ExpressVPN functions seamlessly right out of the box.&lt;/p&gt;\n&lt;p&gt;Our recent testing confirms its exceptional compatibility with Netflix, successfully unblocking more than 15 different regional libraries. This versatility extends beyond Netflix, as ExpressVPN consistently provides access to content across virtually all major streaming platforms.&lt;/p&gt;\n&lt;p&gt;The service truly distinguishes itself through this combination of extensive global coverage and effortless functionality, making it an ideal choice for users seeking hassle-free streaming access regardless of their location.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streamlining the settings menu could enhance this VPN&#039;s user experience by eliminating redundant sections.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The interface prioritizes instant connectivity with its minimalist home screen design.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Server locations are smartly categorized into alphabetical listings and dedicated high-demand regions.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;While navigation feels intuitive overall, certain settings tabs add little practical functionality.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The service excels at delivering immediate, hassle-free access right from initial launch.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; height=&quot;383&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Choosing a reliable VPN is essential for a seamless streaming experience and robust online security. Among the top contenders, ExpressVPN stands out for its commitment to privacy and high-quality performance. The service has consistently demonstrated its no-logs policy, reassuring users that their browsing data remains confidential. Its security measures include advanced encryption protocols that effectively prevent DNS, IPv6, and WebRTC leaks, ensuring your connection stays protected at all times. Additionally, the built-in kill switch automatically disconnects your device from the internet if the VPN drops, preventing unprotected browsing.&lt;/p&gt;\n&lt;p&gt;One of the standout features of ExpressVPN is its proprietary protocol, Lightway, designed to maintain a stable connection even when switching between Wi-Fi and mobile data. Recent updates have introduced a threat protection feature capable of blocking unwanted ads, trackers, and malicious websites before they cause issues. Performance-wise, ExpressVPN delivers impressive speeds, averaging around 40 Mbps on typical home broadband connections. While slight variations occur depending on server locations, generally, U.S. and U.K. servers provide the fastest connections, with speeds exceeding 41 Mbps.&lt;/p&gt;\n&lt;p&gt;Pricing has historically been a concern for many users, but recent changes have introduced tiered plans to accommodate different budgets. The basic plan starts at $3.49 per month, with more feature-rich options available at $4.49 and $7.49 per month. Though still on the pricier side compared to some competitors, this structure offers greater flexibility. For those seeking free options, ExpressVPN offers a limited free trial, but note that this version does not support streaming services like Netflix.&lt;/p&gt;\n&lt;p&gt;Unique among major VPN providers, ExpressVPN offers its own router app, simplifying the process of securing all devices connected to your home network. Alternatively, users can install dedicated apps on individual devices across various platforms, including macOS, Windows, Linux, Android, and iOS. If you encounter issues accessing Netflix, there are specific troubleshooting guides available to help resolve streaming problems swiftly.&lt;/p&gt;\n&lt;p&gt;This VPN is ideal if you prioritize a straightforward, reliable service that combines privacy with excellent streaming capabilities. It&rsquo;s particularly suitable for users who want ease of use, robust security features, and 24/7 customer support. However, those seeking granular control over advanced settings or operating under a tight budget may find other providers more fitting.&lt;/p&gt;\n&lt;p&gt;ExpressVPN excels at unblocking a wide range of streaming platforms, including Netflix, BBC iPlayer, and Hulu. Its user-friendly interface and consistent performance, backed by a 30-day money-back guarantee, make it a top choice for anyone looking to enhance their streaming experience securely.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025IPVanish has recently expanded its infrastructure by adding over 50 new server locations, increasing its total network to approximately 3,200 servers spread across more than 110 countries. This upgrade has significantly enhanced its streaming capabilities, allowing users to reliably access a wide range of major platforms. During our testing, we successfully unlocked nearly six different Netflix libraries without any issues. Additionally, IPVanish permits unlimited simultaneous device connections, making it an excellent choice for households with multiple gadgets or for users seeking versatile streaming options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; height=&quot;321&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;IPVanish stands out for its user-friendly interface, making it particularly accessible for VPN newcomers. The dashboard features an intuitive map for quick location selection, convenient kill switch controls, and a one-touch connect button. It also displays your current session duration right on the main screen.&lt;/p&gt;\n&lt;p&gt;When browsing servers, you&#039;ll appreciate the thoughtfully organized list that alphabetically arranges locations while indicating server load levels. The search functionality makes finding specific servers effortless, eliminating the need to scroll through lengthy lists.&lt;/p&gt;\n&lt;p&gt;While IPVanish may not offer the extensive feature set of some premium competitors, its streamlined approach prioritizes usability. The settings are logically categorized across five distinct tabs, creating a clean, uncluttered experience that helps users quickly locate and adjust their preferences.&lt;/p&gt;\n&lt;p&gt;This focus on simplicity doesn&#039;t sacrifice essential functionality, making IPVanish an excellent choice for those who value straightforward operation over complex customization options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a33ac370fdc39457473f8Hp1mwWHS07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a33ac370fdc39457473f8Hp1mwWHS07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For seamless 4K Netflix streaming, IPVanish shines with blazing-fast speeds.&lt;/p&gt;\n&lt;p&gt;Our independent tests recorded averages of 40 Mbps, consistently exceeding 37 Mbps.&lt;/p&gt;\n&lt;p&gt;This effortlessly handles Netflix&#039;s 15 Mbps 4K threshold, even during multiple streams.&lt;/p&gt;\n&lt;p&gt;Affordability is a highlight, with flexible month-to-month options starting low.&lt;/p&gt;\n&lt;p&gt;Annual plans slash costs to $2.19 monthly, backed by money-back guarantees.&lt;/p&gt;\n&lt;p&gt;Security features include military-grade encryption and verified no-logs policy.&lt;/p&gt;\n&lt;p&gt;Automatic ad and tracker blocking come via threat protection.&lt;/p&gt;\n&lt;p&gt;Leak prevention tools like a kill switch safeguard your privacy.&lt;/p&gt;\n&lt;p&gt;A standout trait is automated IP swapping without manual reconnections.&lt;/p&gt;\n&lt;p&gt;The premium bundle adds 1 TB cloud storage and a secure sandbox browser.&lt;/p&gt;\n&lt;p&gt;This isolates browsing to combat malware for enhanced safety.&lt;/p&gt;\n&lt;p&gt;Watch for frequent discounts on their site to maximize savings.&lt;/p&gt;\n&lt;p&gt;Experienced users can exempt apps from encryption for tailored use.&lt;/p&gt;\n&lt;p&gt;However, it lacks port-forwarding, which some competitors provide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; height=&quot;683&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Extensive testing confirms that the sandboxed browser excels in maintaining privacy during browsing sessions, although it encounters challenges when streaming high-definition content such as 4K videos. Users may experience lowered video quality and frequent captcha prompts, which can be inconvenient. Despite this, its robust security features are highly beneficial in countries with strict censorship laws, providing users with safe access to restricted content.&lt;/p&gt;\n&lt;p&gt;Interestingly, the premium plan offers remarkable value, costing just about one dollar more per month than the basic option. This affordability makes it an exceptional deal, combining unlimited VPN access with generous cloud storage options. For comparison, Google Drive charges approximately five dollars per terabyte, so this bundle effectively offers free VPN services alongside storage.&lt;/p&gt;\n&lt;p&gt;The VPN provider offers dedicated apps for iOS, macOS, Windows, and Android devices. Additionally, advanced users can manually configure the VPN on most home routers and select Linux distributions. If connectivity issues arise when streaming Netflix, specific troubleshooting steps are available to resolve them.&lt;/p&gt;\n&lt;p&gt;This VPN is an excellent choice for users seeking unlimited connections and a strict no-logs policy, prioritizing speed and seamless streaming. Its user-friendly interface makes it suitable for beginners aiming to watch Netflix securely while traveling. It also appeals to budget-conscious customers who prefer flexible plans without long-term commitments.&lt;/p&gt;\n&lt;p&gt;However, it may not be suitable for those requiring port forwarding support or who wish to pay with cryptocurrencies, as these features are not available.&lt;/p&gt;\n&lt;p&gt;Perfect for streaming enthusiasts, this VPN combines speed, reliable access to platforms like Netflix, and privacy protections, making it ideal for watching content safely from anywhere in the world. Long-term subscriptions come with a 30-day money-back guarantee, providing peace of mind.&lt;/p&gt;\n&lt;p&gt;For a comprehensive overview, consult the full review of this VPN service.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Works with Netflix  Tested Nov 2025PureVPN delivers exceptional global streaming access with its impressive network of over 6,000 servers spanning more than 65 countries. During our testing, we successfully unlocked multiple regional Netflix libraries including the US, UK, Canada, Germany, France, and Japan.&lt;/p&gt;\n&lt;p&gt;The service also proved reliable for accessing other geo-restricted platforms such as BBC iPlayer and Hulu. While you might need to experiment with different server connections initially, the convenient favorites feature allows you to bookmark working servers for future sessions.&lt;/p&gt;\n&lt;p&gt;With generous simultaneous connection allowance for up to 10 devices, PureVPN represents excellent value for households with multiple devices. Their responsive customer support team stands ready to assist with any technical issues you might encounter.&lt;/p&gt;\n&lt;p&gt;What makes this provider particularly appealing is its combination of affordability and performance, especially for streaming enthusiasts looking to access content from around the world.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; height=&quot;338&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When you launch the application, a prominent power button appears in the center of your screen. Simply press this button to connect automatically to the optimal server based on speed. If you prefer to select a specific location, you can easily access the server selection menu through the tab located on the left side.&lt;/p&gt;\n&lt;p&gt;Above the server list, you&#039;ll notice a section labeled &quot;shortcuts.&quot; Despite the potentially misleading name, this actually displays specialized servers optimized for particular tasks, rather than typical shortcuts that would merely open websites for you.&lt;/p&gt;\n&lt;p&gt;Fortunately, this minor labeling issue is the only confusing aspect of the interface. The settings section is remarkably user-friendly, providing brief explanations for each available option. This thoughtful design allows users to customize their security preferences with simple toggle switches, making the experience accessible even for those who aren&#039;t technically inclined.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; height=&quot;414&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unlocking Global Streaming: A Comprehensive Look at PureVPN for Netflix Users&lt;/p&gt;\n&lt;p&gt;Security and Privacy Features That Stand Out&lt;/p&gt;\n&lt;p&gt;When it comes to protecting your online activities, this service excels with military-grade encryption that has withstood multiple professional audits. During extensive testing, we confirmed its effectiveness in preventing all common security vulnerabilities including IPv6, DNS, and WebRTC leaks. The reliable kill switch feature provides an additional layer of protection by instantly cutting your internet connection if the VPN drops unexpectedly.&lt;/p&gt;\n&lt;p&gt;Advanced users will appreciate the technical capabilities including split tunneling functionality, which allows you to route certain apps through your regular connection while keeping others protected. The built-in tracker-blocker and LAN-traffic blocking options further enhance your privacy. One notable omission is ad-blocking capability&mdash;a feature many competitors include to help users avoid common online scams and malicious content.&lt;/p&gt;\n&lt;p&gt;Impressive Performance Metrics&lt;/p&gt;\n&lt;p&gt;Our performance evaluation revealed consistent speeds averaging 40.14 Mbps across various server locations. Even when connecting to distant servers in Hong Kong, streaming remained smooth without buffering or quality degradation. This level of performance ensures an uninterrupted viewing experience regardless of which Netflix regional library you&#039;re accessing.&lt;/p&gt;\n&lt;p&gt;Flexible Subscription Options&lt;/p&gt;\n&lt;p&gt;This provider offers an unusually long five-year subscription option that provides exceptional value at just over $2 monthly (paid upfront), representing an 80% discount from the standard monthly rate of approximately $13. For those not ready for such a long commitment, competitive one and two-year plans are available. Premium subscribers can enhance their package with additional security features including personal data removal services, password management tools, and file encryption utilities.&lt;/p&gt;\n&lt;p&gt;Cross-Platform Compatibility&lt;/p&gt;\n&lt;p&gt;Unlike many competitors, this service provides a full graphical interface for Linux users (with command-line options available for those who prefer it). The platform support extends across all major operating systems including iOS, Android, Windows, and macOS. Router installation options allow you to protect all connected devices in your home with a single configuration.&lt;/p&gt;\n&lt;p&gt;Ideal For:&lt;/p&gt;\n&lt;p&gt;&bull; Netflix enthusiasts seeking optimized streaming servers&lt;/p&gt;\n&lt;p&gt;&bull; Users requiring both top-tier speed and security&lt;/p&gt;\n&lt;p&gt;&bull; Viewers interested in accessing niche Netflix regional libraries&lt;/p&gt;\n&lt;p&gt;&bull; Budget-conscious users looking for substantial long-term savings&lt;/p&gt;\n&lt;p&gt;Consider Alternatives If:&lt;/p&gt;\n&lt;p&gt;&bull; Ad-blocking is a priority feature&lt;/p&gt;\n&lt;p&gt;&bull; You need port-forwarding functionality without premium upgrades&lt;/p&gt;\n&lt;p&gt;The 31-day money-back guarantee offers risk-free testing, making this an excellent choice for Netflix viewers seeking to expand their streaming options while maintaining robust online privacy.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Streaming&lt;/h3&gt;\n&lt;p&gt;CyberGhost offers a seamless streaming experience, making it easy to access Netflix securely from anywhere. With a presence in over 100 countries, its extensive server network ensures reliable connections worldwide. Many servers are specially optimized for high-bandwidth activities like streaming and torrenting, enhancing your viewing quality. Notably, CyberGhost provides dedicated servers to access roughly a dozen different Netflix libraries across various countries, allowing users to enjoy diverse content catalogs. If your desired country&#039;s Netflix library isn&#039;t available on the dedicated list, switching to a general-purpose server can often yield successful results. Keep in mind, the service allows connections on up to seven devices simultaneously, which is sufficient for most households or individuals with multiple devices.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The user interface of these applications emphasizes simplicity, making them accessible for beginners. To connect, start by selecting your preferred server location from the menu on the left, then pick a specific server in the middle, and finally click the power icon to establish the connection. If your goal is just to browse the internet securely, the quick connect feature will assign you the fastest available server automatically.&lt;/p&gt;\n&lt;p&gt;Despite their ease of use, the settings menu could benefit from better organization. Currently, options are dispersed across several different menus, which can introduce unnecessary complexity. Nevertheless, this is a minor issue and is likely to be addressed in future updates, improving the overall user experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; height=&quot;416&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;CyberGhost VPN: Balancing Security and Streaming Performance&lt;/p&gt;\n&lt;p&gt;Behind its user-friendly interface lies a robust security infrastructure that prioritizes user privacy. The service combines military-grade encryption with essential protective features including an automatic kill switch and built-in tracker blocker. Independent testing confirms the absence of IPv6, DNS, and WebRTC leaks, while the provider maintains a verified zero-logs policy.&lt;/p&gt;\n&lt;p&gt;For users facing network restrictions, CyberGhost offers connection via random ports, though this solution has limitations in highly restrictive environments such as China. The service also includes convenient automation features, allowing specific applications to launch automatically upon VPN connection&mdash;balancing sophisticated protection with accessibility for less technical users.&lt;/p&gt;\n&lt;p&gt;Performance Testing Results&lt;/p&gt;\n&lt;p&gt;While once leading the industry in speed, CyberGhost now delivers reliable if not record-breaking performance. Our testing revealed consistent speeds across most regions, with some expected reduction when connecting to distant servers. Even with these limitations, connections maintained speeds exceeding 35 Mbps, ensuring smooth experiences for demanding activities like HD streaming, online gaming, and video conferencing. Across five test locations, CyberGhost averaged 38.99 Mbps.&lt;/p&gt;\n&lt;p&gt;Subscription Options and Pricing Structure&lt;/p&gt;\n&lt;p&gt;The standard monthly subscription is priced at approximately $13, positioning it within the industry average. More economical options include a six-month commitment at roughly $7 per month (billed upfront). The most cost-effective choice is the two-year plan, currently including four bonus months, bringing the effective monthly cost to just over $2.&lt;/p&gt;\n&lt;p&gt;Additional services available include a dedicated IP address ($2.50 monthly supplement) and Windows-compatible antivirus protection ($1 monthly add-on).&lt;/p&gt;\n&lt;p&gt;Platform Compatibility and Support&lt;/p&gt;\n&lt;p&gt;The service offers native applications for Windows, Mac, iOS, Android, and Linux operating systems. Router compatibility extends CyberGhost&#039;s protection to all connected home devices, with comprehensive setup documentation available. Customer support operates continuously, with agents available through multiple channels for technical assistance.&lt;/p&gt;\n&lt;p&gt;Ideal User Profiles&lt;/p&gt;\n&lt;p&gt;CyberGhost is particularly well-suited for:&lt;/p&gt;\n&lt;p&gt;&bull; Streaming enthusiasts seeking platform-optimized servers&lt;/p&gt;\n&lt;p&gt;&bull; Users requiring both privacy protection and high performance&lt;/p&gt;\n&lt;p&gt;&bull; VPN newcomers needing intuitive interfaces and responsive support&lt;/p&gt;\n&lt;p&gt;&bull; Those wanting extensive global server coverage&lt;/p&gt;\n&lt;p&gt;Less appropriate for:&lt;/p&gt;\n&lt;p&gt;&bull; Households needing simultaneous protection for numerous devices&lt;/p&gt;\n&lt;p&gt;&bull; Advanced users requiring specialized configuration options&lt;/p&gt;\n&lt;p&gt;With its straightforward approach to digital privacy and consistent streaming performance, CyberGhost delivers substantial value, backed by an industry-leading 45-day refund guarantee.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025privatevpn shines for household streaming despite its compact server infrastructure&lt;/p&gt;\n&lt;p&gt;unlike many competitors&lt;/p&gt;\n&lt;p&gt;it reliably accesses over six netflix regional libraries along with prime video and other platforms&lt;/p&gt;\n&lt;p&gt;simultaneous connections for up to ten devices mean everyone can enjoy different shows at once&lt;/p&gt;\n&lt;p&gt;security remains uncompromised with all 200+ servers across 60 nations fully owned and operated internally&lt;/p&gt;\n&lt;p&gt;third parties never touch your data&lt;/p&gt;\n&lt;p&gt;this intentionally curated network proves size isn&#039;t everything&lt;/p&gt;\n&lt;p&gt;delivering consistent performance without compromising privacy or streaming capabilities&lt;/p&gt;\n&lt;p&gt;ideal for families prioritizing both entertainment and security&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; height=&quot;310&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This VPN solution offers distinct advantages for entertainment-focused users.&lt;/p&gt;\n&lt;p&gt;Serious streamers will favor the comprehensive interface,&lt;/p&gt;\n&lt;p&gt;providing detailed server statistics and one-click location hopping -&lt;/p&gt;\n&lt;p&gt;essential for instantly accessing different Netflix libraries.&lt;/p&gt;\n&lt;p&gt;Core settings appear conveniently consolidated,&lt;/p&gt;\n&lt;p&gt;while specialized features like the streaming-optimized kill switch&lt;/p&gt;\n&lt;p&gt;and bypass tools occupy dedicated sections.&lt;/p&gt;\n&lt;p&gt;Newcomers aren&#039;t neglected:&lt;/p&gt;\n&lt;p&gt;The simplified view allows instant connection&lt;/p&gt;\n&lt;p&gt;with minimal configuration hassle.&lt;/p&gt;\n&lt;p&gt;Remarkably, live expert support integrates directly within the application,&lt;/p&gt;\n&lt;p&gt;eliminating frustrating website navigation&lt;/p&gt;\n&lt;p&gt;when troubleshooting playback issues mid-binge.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a33ed49fde2349a36d104wPz5q7c607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a33ed49fde2349a36d104wPz5q7c607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unlocking Global Streaming: Top VPNs for Netflix Access in 2025&lt;/p&gt;\n&lt;p&gt;In the digital age, maintaining access to your favorite Netflix content while traveling has become essential. Let&#039;s explore the most effective VPN solutions that can help you bypass geographical restrictions without compromising on security or performance.&lt;/p&gt;\n&lt;p&gt;PrivateVPN: The Privacy-Focused Solution&lt;/p&gt;\n&lt;p&gt;PrivateVPN focuses primarily on maintaining your online anonymity through military-grade encryption and essential security features like a customizable kill switch. While it hasn&#039;t undergone a formal audit of its no-logs policy, it offers impressive censorship-bypassing capabilities through its stealth mode and provides protection against various leaks.&lt;/p&gt;\n&lt;p&gt;Performance tests revealed consistent speeds averaging 38.05 Mbps across various global locations. Though not the fastest option available, its stability across distant servers suggests well-optimized infrastructure that minimizes speed degradation regardless of your connection point.&lt;/p&gt;\n&lt;p&gt;From a pricing perspective, PrivateVPN offers competitive rates starting around $10 monthly, with substantial discounts for longer commitments&mdash;reaching as low as $2 monthly with a three-year subscription. Every plan includes identical features without tiered options or add-ons.&lt;/p&gt;\n&lt;p&gt;Compatible with major platforms including Windows, macOS, iOS, and Android, PrivateVPN also supports router configurations and Linux distributions through manual setup. Consider this provider if you prioritize versatility and privacy over raw speed, especially when traveling to regions with strict internet censorship.&lt;/p&gt;\n&lt;p&gt;How to Change Netflix Regions Using a VPN&lt;/p&gt;\n&lt;p&gt;Accessing your home Netflix library while abroad is straightforward:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSubscribe to a reliable Netflix-compatible VPN\n&lt;/li&gt;\n&lt;li&gt;\nInstall the VPN application on your device\n&lt;/li&gt;\n&lt;li&gt;\nOpen Netflix first before connecting to your VPN\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server in your home country\n&lt;/li&gt;\n&lt;li&gt;\nRefresh Netflix to access your familiar content library\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Troubleshooting Netflix VPN Blocks&lt;/p&gt;\n&lt;p&gt;If you encounter the dreaded &quot;unblocker or proxy&quot; error:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nDisconnect from your VPN completely\n&lt;/li&gt;\n&lt;li&gt;\nVerify your system time settings and disable location services\n&lt;/li&gt;\n&lt;li&gt;\nTry connecting to a different server in the same country\n&lt;/li&gt;\n&lt;li&gt;\nClear your browser cache and cookies or app data\n&lt;/li&gt;\n&lt;li&gt;\nLog into Netflix before activating your VPN\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a home country server and refresh Netflix\n&lt;/li&gt;\n&lt;li&gt;\nExperiment with different VPN protocols or enable stealth/obfuscation features\n&lt;/li&gt;\n&lt;li&gt;\nContact customer support for server recommendations if issues persist\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Recent VPN Innovations (2025)&lt;/p&gt;\n&lt;p&gt;The VPN landscape continues evolving with significant recent improvements:&lt;/p&gt;\n&lt;p&gt;NordVPN has introduced the NordWhisper protocol for restrictive regions, expanded Threat Protection Pro to ARM devices, transformed Linux support with a graphical interface, and added timezone spoofing to enhance privacy.&lt;/p&gt;\n&lt;p&gt;Surfshark delivered technological breakthroughs via their Nexus platform, added new dedicated IP locations, achieved traffic control excellence through comprehensive bypasser support, and expanded their server network to over 4,500 locations worldwide.&lt;/p&gt;\n&lt;p&gt;TotalVPN strengthened their presence with Apple TV integration, enhanced Android security through &quot;always on&quot; kill switch implementation, and optimized speeds via universal WireGuard protocol deployment.&lt;/p&gt;\n&lt;p&gt;ProtonVPN developed an Apple TV application, introduced a guest mode for Android users, enhanced security intelligence with anti-phishing detection, and expanded streaming platform support to approximately 100 services.&lt;/p&gt;\n&lt;p&gt;ExpressVPN streamlined their account management, redesigned their iPad application, introduced tiered subscription options, and launched EventVPN as a free alternative solution.&lt;/p&gt;\n&lt;p&gt;IPVanish expanded device coverage to include Apple TV, Google TV, and Vision Pro, while adding proactive protection through QR code security scanning functionality.&lt;/p&gt;\n&lt;p&gt;With hundreds of VPN options available today, finding the right service requires careful evaluation of security features, performance consistency, and streaming compatibility. The solutions highlighted here represent the most reliable options for maintaining access to your Netflix library regardless of your global location in 2025.Unlocking Global Netflix Content: VPN Solutions for 2025&lt;/p&gt;\n&lt;p&gt;Accessing Netflix libraries worldwide requires more than just any VPN claiming &quot;Netflix compatibility.&quot; The true test is whether a service can consistently unlock multiple regional catalogs beyond just the US version.&lt;/p&gt;\n&lt;p&gt;Our comprehensive testing reveals that NordVPN currently leads the pack, with every server successfully accessing US content and many unlocking international libraries too. Surfshark follows closely in second place, while PrivateVPN rounds out our top three for content unblocking capabilities.&lt;/p&gt;\n&lt;p&gt;Smart DNS functionality is another crucial feature we evaluate, as it allows Netflix region-switching on devices that don&#039;t support VPN apps directly, such as gaming consoles and certain smart TVs.&lt;/p&gt;\n&lt;p&gt;Performance matters tremendously when streaming high-definition content. Netflix recommends 15 Mbps for 4K streaming, which sounds modest but proves challenging for many VPN services. Connection slowdowns can result in buffering, quality downgrades, and frustrating viewing experiences.&lt;/p&gt;\n&lt;p&gt;Rather than relying solely on theoretical maximum speeds, we conducted real-world testing across five global locations using standard home broadband connections. This approach provides a more accurate picture of what everyday users can expect.&lt;/p&gt;\n&lt;p&gt;NordVPN again demonstrated superiority in our speed tests, delivering consistently high performance across all tested regions with minimal fluctuation. Surfshark and Total VPN secured second and third positions respectively. While PrivateVPN scored lowest among our recommendations at 4.3/10, it&#039;s important to note that all featured services deliver sufficient speed for 4K streaming.&lt;/p&gt;\n&lt;p&gt;Security remains the foundation of any worthwhile VPN service. We evaluate 15 distinct security factors for each provider, looking beyond marketing claims to verify actual protection capabilities. This includes encryption standards, leak prevention, logging policies, and additional security features that ensure your viewing habits remain private.&lt;/p&gt;\n&lt;p&gt;When selecting a Netflix-compatible VPN for 2025, consider not just unblocking ability but the complete package of performance, security, and device compatibility to maximize your global streaming experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a323327b11f2fcb7618e7xlUkFuG607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a323327b11f2fcb7618e7xlUkFuG607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For seamless Netflix streaming, user-friendliness reigns supreme. Providers optimizing effortless access earn top marks in our evaluations&lt;/p&gt;\n&lt;p&gt;Streaming-optimized servers, simultaneous multi-device protection, and uniform cross-platform interfaces define our ease-of-use benchmarks&lt;/p&gt;\n&lt;p&gt;Surfshark and NordVPN emerged as joint frontrunners, delivering exceptional encryption alongside comprehensive safeguards and certified protocols&lt;/p&gt;\n&lt;p&gt;PrivateVPN remains a strong contender, though its potential climbs with enhanced security additions like universal kill switches and tracker-blocking tools&lt;/p&gt;\n&lt;p&gt;Our weighted scoring system meticulously compares VPN capabilities, transforming technical specifications into clear, actionable insights&lt;/p&gt;\n&lt;p&gt;No wrestling with clunky interfaces here&mdash;top-tier services guarantee smooth, uninterrupted viewing across every device&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a32346d2e1c2f780c1832vPKstR5p07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a32346d2e1c2f780c1832vPKstR5p07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPN Features and Ratings&lt;/h3&gt;\n&lt;p&gt;Our evaluation of premium VPN services reveals exceptional accessibility and streaming capabilities.&lt;/p&gt;\n&lt;p&gt;User experience stands paramount, with top contenders scoring above 8/10, most exceeding 9.0.&lt;/p&gt;\n&lt;p&gt;Intuitive interfaces, simplified signups, and robust router compatibility drive these high ratings.&lt;/p&gt;\n&lt;p&gt;NordVPN and ProtonVPN lead with identical 9.6 scores, praised for seamless Netflix access and transparent settings.&lt;/p&gt;\n&lt;p&gt;Total VPN follows closely at 9.4, applauded for novice-friendly design and reliable smaller-city server performance.&lt;/p&gt;\n&lt;p&gt;Cost-effectiveness outweighs premium pricing in our assessment.&lt;/p&gt;\n&lt;p&gt;Leading providers balance affordability with consistent discounts and extended refund policies.&lt;/p&gt;\n&lt;p&gt;Total VPN claims first place (8.5 points) for bundled antivirus and budget-friendly plans.&lt;/p&gt;\n&lt;p&gt;Runner-up services offer unlimited connections and 24/7 live support, enhancing overall value.&lt;/p&gt;\n&lt;p&gt;Regarding Netflix restrictions:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nPlatform rarely bans VPN users despite policy violations, typically blocking IPs instead\n&lt;/li&gt;\n&lt;li&gt;\nSwitching servers resolves most access issues instantly\n&lt;/li&gt;\n&lt;li&gt;\nVPN encryption remains the most dependable unblocking method, superior to DNS proxies\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Free VPNs prove inadequate for streaming:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nData caps restrict viewing to 1-2 episodes\n&lt;/li&gt;\n&lt;li&gt;\nBandwidth throttling causes constant buffering\n&lt;/li&gt;\n&lt;li&gt;\nSecurity risks include malware infections and data harvesting\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&quot;Proxy detected&quot; errors typically indicate:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVPN traffic misrouting\n&lt;/li&gt;\n&lt;li&gt;\nSuspicious activity patterns\n&lt;/li&gt;\n&lt;li&gt;\nTemporary server blacklisting\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Legal considerations:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nVPN usage itself is legal globally\n&lt;/li&gt;\n&lt;li&gt;\nAccessing geo-restricted libraries violates Netflix terms\n&lt;/li&gt;\n&lt;li&gt;\nEnforcement focuses on IP blocking, not account penalties\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;*Our analysis serves informational purposes only.&lt;/p&gt;\n&lt;p&gt;We advocate for lawful VPN applications including security enhancement and location-based service access within platform guidelines.&lt;/p&gt;\n&lt;p&gt;Unauthorized copyright infringement is neither endorsed nor supported.*&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; serves as a digital key, enabling viewers to bypass geographical restrictions imposed on the streaming platform. It functions by rerouting a user&#039;s internet connection through servers located in other countries, effectively unlocking that region&#039;s unique Netflix catalog. Ultimately, a Netflix VPN grants access to a significantly wider array of movies, TV shows, and documentaries not available in the user&#039;s home location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re facing issues accessing region-restricted Netflix content due to your current &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;&lt;/strong&gt;, consider switching to the &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;&lt;/strong&gt; for a superior experience. SafeShell VPN excels by providing several key advantages specifically designed for seamless and secure streaming:  &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;High-Speed Servers &amp;amp; Lightning-Fast Speeds  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Enjoy buffer-free, high-definition Netflix streaming on servers optimized for performance, eliminating lag and throttling.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Exclusive App Mode  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Unlock and stream content from multiple Netflix regions simultaneously, expanding your entertainment library effortlessly.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Connect Multiple Devices at Once  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Stream on up to 5 devices concurrently, including smartphones, TVs, and computers, without compromising speed.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Top-Level Security with ShellGuard Protocol  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Browse securely with military-grade encryption, ensuring your data remains private from ISPs and third parties.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Flexible Free Trial Plan  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Test all features risk-free, experiencing high-speed streaming and robust security before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, start by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ by selecting a plan that matches your needs and clicking the &quot;Subscribe Now&quot; button. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android. Launch the SafeShell VPN application and log in to your account, then choose the APP mode for a better Netflix streaming experience. Next, browse the list of available servers and select one located in the region whose Netflix content you want to access, such as the US or UK. Click &quot;Connect&quot; to establish a secure connection to your chosen server. After successfully connecting, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming content from the selected region seamlessly using SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(385, 553, '', 'Exclusive Media Group&mdash;Chris Miller Named President', '&lt;p&gt;In a strategic move within the entertainment industry, Exclusive Media Group has appointed Chris Miller as its new President of Film Finance Operations and President of Spitfire Pictures. This announcement marks a significant expansion of the company&rsquo;s leadership team, highlighting its commitment to high-quality film production.&lt;/p&gt;\n&lt;p&gt;Prior to joining Exclusive, Miller spent three years overseeing worldwide film production at National Geographic Films. His tenure included involvement in prominent projects such as Peter Weir&rsquo;s &quot;The Way Back,&quot; a collaboration with Exclusive Films, and &quot;The Last Lions,&quot; a natural history documentary by acclaimed filmmakers Dereck and Beverly Joubert, scheduled for North American release next month.&lt;/p&gt;\n&lt;p&gt;Miller&rsquo;s career began with the co-founding of VisionBox Media Group and VisionBox Pictures in 2001, where he served as president for six years. During this period, he was instrumental in producing a diverse array of films, including &quot;The Cooler,&quot; &quot;Never Die Alone,&quot; &quot;Believe in Me,&quot; &quot;L.A. Riot Spectacular,&quot; &quot;The Illusionist,&quot; &quot;The Matador,&quot; and &quot;The Painted Veil.&quot; His portfolio also features influential documentaries like &quot;Darfur Now&quot; and &quot;Arctic Tale,&quot; showcasing his versatility across genres.&lt;/p&gt;\n&lt;p&gt;Commenting on his new role, Sinclair and East expressed confidence in Miller&rsquo;s extensive industry experience, stating, &ldquo;Chris Miller&rsquo;s track record in the film industry speaks for itself. We think he is an amazing addition to our team.&rdquo;&lt;/p&gt;\n&lt;p&gt;Miller&rsquo;s arrival complements the existing talent within Exclusive&rsquo;s production team, including Tobin Armbrust, who remains focused on Hammer Films projects, and Matt Jackson, who continues to oversee the company&rsquo;s exclusive film slate.&lt;/p&gt;\n&lt;p&gt;Currently, Hammer Films, a label under Exclusive, is in post-production on &quot;The Woman in Black,&quot; directed by James Watkins and starring Daniel Radcliffe. The film, adapted from Susan Hill&rsquo;s best-selling novel, features a screenplay by Jane Goldman. Additionally, the company produced &quot;Let Me In,&quot; directed by Matt Reeves and starring Kodi Smit-McPhee, Chloe Grace Moretz, Elias Koteas, and Richard Jenkins, released through Overture Films.&lt;/p&gt;\n&lt;p&gt;Exclusive also announced plans to co-finance and co-produce George Clooney&rsquo;s &quot;The Ides of March,&quot; based on Beau Willimon&rsquo;s award-winning play, with Clooney, Ryan Gosling, Paul Giamatti, Marisa Tomei, and Evan Rachel Wood set to star. Shooting is scheduled for February. Furthermore, the company is developing the action comedy &quot;So Undercover,&quot; directed by Tom Vaughan and starring Miley Cyrus, alongside Kelly Osbourne, Jeremy Piven, and Mike O&rsquo;Malley, with full financing from Exclusive.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. These films depict Harry Potter&#039;s adventures at Hogwarts as he learns magic, fights evil, and discovers his purpose, with options to watch on various streaming services like Netflix, HBO Max, and Amazon Prime, although availability may vary by location, making a Netflix VPN a useful tool for accessing the movies &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; globally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; can significantly enhance your streaming experience. SafeShell VPN offers high-speed servers that are specifically optimized for seamless Netflix playback, ensuring that you enjoy buffer-free, high-definition content without interruption. Its advanced technology guarantees lightning-fast connection speeds, allowing you to watch your favorite shows with minimal delay and maximum clarity.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN supports multiple device connections simultaneously, making it convenient to stream on various devices like smartphones, tablets, and smart TVs without compromising speed or security. Its compatibility with a wide range of operating systems such as Windows, macOS, iOS, and Android means you can enjoy unrestricted access across all your gadgets. The platform also features an exclusive App Mode, enabling users to unlock and explore content from multiple regions at once, broadening your entertainment options effortlessly.&lt;/p&gt;\n&lt;p&gt;Finally, safety and privacy are paramount with SafeShell VPN. Its proprietary ShellGuard protocol provides top-tier encryption to safeguard your online activity from external threats. Coupled with no bandwidth restrictions and fast speeds, it offers a reliable, secure, and versatile solution for streaming enthusiasts. Plus, with a flexible free trial plan, you can test all these benefits firsthand before making any commitments, making SafeShell VPN an excellent choice for enhancing your Netflix experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin enjoying Harry Potter films from international libraries, first acquire &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; by visiting their official website and selecting a suitable subscription plan that aligns with your requirements. Complete the secure payment process to finalize your membership. Next, navigate to the downloads section of the SafeShell VPN site and obtain the correct application version for your specific device operating system, such as Windows, macOS, iOS, or Android. Install this software following the straightforward on-screen instructions provided.&lt;/p&gt;\n&lt;p&gt;Once the SafeShell VPN application is successfully installed, launch it and proceed to log in using your newly created account credentials. Inside the app interface, you will find options for different connection modes; specifically, choose the recommended APP mode designed for optimized streaming performance. After selecting this mode, carefully browse the extensive list of available global server locations within the SafeShell VPN network. Identify and connect to a server situated in the country whose Netflix catalog contains the Harry Potter movies you wish to watch, for instance, connecting to a server in the UK for the British Netflix library.&lt;/p&gt;\n&lt;p&gt;With the SafeShell VPN connection securely established to your chosen international server, proceed to open the Netflix application on your device or access the Netflix website through your browser. Log into your existing Netflix account as usual. You will now have unrestricted access to the Netflix content library corresponding to the region of the VPN server you selected through SafeShell VPN. Search for Harry Potter and enjoy streaming the magical series without any geo-restrictions.&lt;/p&gt;', 9, 'game'),
(386, 554, '', 'TED Tumblewords &ndash; Daily Word Challenge &amp; Puzzle Fun', '&lt;h3&gt;Daily Word Challenge&lt;/h3&gt;\n&lt;p&gt;Stimulate your mind and enhance your reasoning abilities with every session of this lively daily word challenge.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;TED Tumblewords&lt;/em&gt; offers a sleek, straightforward puzzle experience, where each puzzle is crafted to be solved in just a few minutes. These swift and engaging rounds are perfect for fitting into busy schedules, whether you&#039;re standing in line or riding the train. Motivational quotes from previous TED Talks greet you at each level, providing encouraging motivation to tackle the next puzzle.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a329a740fa9ae1b2819a1u68Y2jJ503&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a329a740fa9ae1b2819a1u68Y2jJ503&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a329c9f5a234a2279051ftPhNqymu03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a329c9f5a234a2279051ftPhNqymu03&quot; width=&quot;450&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exploring TED Tumblewords: A Mobile Word Game Adventure&lt;/p&gt;\n&lt;p&gt;TED Tumblewords challenges players with a compact grid of scrambled letters waiting to be transformed into meaningful words. The gameplay revolves around strategic letter manipulation&mdash;rotating and positioning each character to create impressive word chains that outshine your opponent&#039;s efforts. Special letters scattered throughout the board serve as valuable score multipliers when incorporated into your words.&lt;/p&gt;\n&lt;p&gt;The game offers multiple playing options: test your skills against the intelligent TED bot, challenge friends to friendly matches, or compete with strangers whose ranking closely matches yours on the global leaderboard.&lt;/p&gt;\n&lt;p&gt;Daily engagement is rewarded through three distinct challenges that enhance your ranking and showcase your verbal prowess. These include outperforming the TED bot in daily competitions, pursuing maximum points in the &quot;Daily Six&quot; challenge, or discovering numerous words to progress through the &quot;Daily Ladder.&quot;&lt;/p&gt;\n&lt;p&gt;TED Tumblewords features diverse topic categories spanning from scientific cinema and superstition psychology to health-related themes and beyond. Successfully clearing a grid rewards players with informative fact cards related to the completed topic, adding an educational dimension to this engaging word game experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a326b87c81e1a4401ffeflMjxK7pC07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a326b87c81e1a4401ffeflMjxK7pC07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Champagne Problems reigns supreme&lt;/p&gt;\n&lt;p&gt;grabbing the top spot&lt;/p&gt;\n&lt;p&gt;on this week&#039;s leaderboard&lt;/p&gt;\n&lt;p&gt;Word puzzle enthusiasts celebrate&lt;/p&gt;\n&lt;p&gt;TED Tumblewords offers daily challenges&lt;/p&gt;\n&lt;p&gt;test your vocabulary&lt;/p&gt;\n&lt;p&gt;and strategic thinking&lt;/p&gt;\n&lt;p&gt;Build words from cascading letters&lt;/p&gt;\n&lt;p&gt;discover insightful quotes&lt;/p&gt;\n&lt;p&gt;from TED Talks as rewards&lt;/p&gt;\n&lt;p&gt;Enjoy bite-sized learning&lt;/p&gt;\n&lt;p&gt;anytime, anywhere&lt;/p&gt;\n&lt;p&gt;on your mobile device&lt;/p&gt;\n&lt;p&gt;Compete globally&lt;/p&gt;\n&lt;p&gt;track your progress&lt;/p&gt;\n&lt;p&gt;and climb the rankings weekly&lt;/p&gt;\n&lt;p&gt;A fresh approach&lt;/p&gt;\n&lt;p&gt;to word games&lt;/p&gt;\n&lt;p&gt;combining fun and inspiration&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a326f909eb364aa08139dwRyOx6Xa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a326f909eb364aa08139dwRyOx6Xa07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the Characters&lt;/p&gt;\n&lt;p&gt;Get to know the individuals featured in the second season of Inside Man.&lt;/p&gt;\n&lt;p&gt;Uncover the suspects and their stories.&lt;/p&gt;\n&lt;p&gt;Mark your calendar for November 25 to explore the latest updates.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a3271c202492c2667c6f1jkwYuPok07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a3271c202492c2667c6f1jkwYuPok07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;TED Tumblewords Overview&lt;/h3&gt;\n&lt;p&gt;The popular TED Tumblewords mobile game has been capturing the attention of word puzzle enthusiasts worldwide. This engaging brain teaser combines vocabulary skills with strategic thinking, offering a refreshing alternative in the crowded mobile gaming market.&lt;/p&gt;\n&lt;p&gt;Players navigate through increasingly challenging levels where they must create words from a jumble of letters. Unlike traditional word games, TED Tumblewords incorporates unique mechanics that keep gameplay fresh and exciting.&lt;/p&gt;\n&lt;p&gt;The game features several distinctive modes to suit different playing styles. Quick Play offers bite-sized sessions perfect for commuters, while Marathon challenges players to test their endurance and vocabulary depth.&lt;/p&gt;\n&lt;p&gt;What sets TED Tumblewords apart is its educational value disguised as entertainment. Regular players report vocabulary improvement and enhanced problem-solving skills.&lt;/p&gt;\n&lt;p&gt;The developers have implemented a thoughtful progression system that rewards consistent play without requiring in-app purchases. While premium features exist, the core gameplay remains accessible to all.&lt;/p&gt;\n&lt;p&gt;Community features allow players to compete with friends or join global leaderboards. Weekly challenges provide fresh content and opportunities to earn special rewards.&lt;/p&gt;\n&lt;p&gt;For newcomers, the intuitive tutorial system makes learning the basics straightforward. Advanced players will appreciate the subtle complexity that emerges in higher levels.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re a casual word game fan or a dedicated puzzle solver, TED Tumblewords offers something for everyone in its colorful, engaging package.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a32741a4abdad06366085UNcP3d5X07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a32741a4abdad06366085UNcP3d5X07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Engage in thrilling online battles with opponents around the globe in &lt;em&gt;Tumblewords&lt;/em&gt;, a strategic turn-based game. Challenge a friend directly to test your vocabulary skills, or jump into a swift match against an anonymous player for instant fun.&lt;/p&gt;\n&lt;p&gt;Share your achievements effortlessly on social media to showcase your linguistic prowess to friends and family. Keep an eye on global leaderboards to track your rankings in daily word puzzles and overall lifetime standings, fueling your competitive spirit.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32a02ec23c8240846522Y64fFVLi03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32a02ec23c8240846522Y64fFVLi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience TED Tumblewords ad-free through your Netflix membership&lt;/p&gt;\n&lt;p&gt;without worrying about in-app purchases or additional charges&lt;/p&gt;\n&lt;p&gt;The game is accessible for players across all age groups&lt;/p&gt;\n&lt;p&gt;inviting everyone to enjoy its engaging wordplay&lt;/p&gt;\n&lt;p&gt;Discover this mobile title alongside Netflix&#039;s expanding library of games&lt;/p&gt;\n&lt;p&gt;ready to play on your smartphone or tablet anytime&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV shows, movies, and original content for subscribers to enjoy on various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to access content that would otherwise be unavailable in their region due to geographical restrictions, enabling viewers to enjoy a broader selection of entertainment options that might only be accessible in other countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted Netflix content through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent choice to consider. SafeShell VPN provides high-speed servers specifically optimized for seamless streaming, ensuring you can enjoy your favorite shows and movies without buffering or interruptions. Its advanced encryption protocols protect your online privacy and safeguard your activities from unwanted surveillance, while its ability to evade detection by Netflix&#039;s VPN and proxy systems guarantees uninterrupted access to the full Netflix library. Additionally, SafeShell VPN allows you to connect up to five devices simultaneously across various platforms, including Windows, macOS, iOS, Android, and more, offering flexibility and convenience. The platform&#039;s exclusive App Mode lets users unlock content from multiple regions at once, broadening entertainment options. With blazing connection speeds and a user-friendly interface, SafeShell VPN enhances your streaming experience, making it secure, smooth, and unrestricted.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries, first secure your &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; subscription by visiting the official SafeShell website. Select a suitable plan based on your viewing habits and complete the signup process. Once subscribed, navigate to the download section and acquire the SafeShell application tailored for your specific operating system, whether Windows, macOS, iOS, or Android, and proceed with the straightforward installation on your device.&lt;/p&gt;\n&lt;p&gt;Next, launch the installed SafeShell VPN application and log in using your account credentials. Within the app interface, locate the connection mode settings; for optimal performance and reliability while streaming, ensure you select the recommended APP mode. Following this, browse the extensive list of available global servers and choose one located in the country whose Netflix catalog you wish to access &ndash; options typically include servers in the US, UK, Canada, Japan, and others. Initiate the connection by clicking the &#039;Connect&#039; button to secure your internet tunnel through the chosen server location.&lt;/p&gt;\n&lt;p&gt;Finally, with the SafeShell VPN connection successfully established to your desired country&#039;s server, open your Netflix application or visit the Netflix website in your browser. Log into your existing Netflix account as usual. You will now have seamless access to the full regional catalog of movies and shows available in the location corresponding to your selected VPN server, allowing you to enjoy unrestricted streaming content from anywhere in the world.&lt;/p&gt;', 9, 'game'),
(387, 555, '', 'Clear Program Shutdown: Travelers Lose $199', '&lt;p&gt;Many travelers who invested $199 in the Clear program, which promised to expedite TSA screenings, are now disappointed as the service has unexpectedly shut down. Interestingly, their main concern seems to be the loss of money rather than the personal information they shared with the system. One has to wonder if privacy was ever truly a priority for them.The End of an Unnecessary Privilege: Reflections on the Airport Fast-Track System&lt;/p&gt;\n&lt;p&gt;The demise of the premium traveler identification program represents a victory for common sense in airport security. What amuses me most is the fundamental absurdity of what customers were actually purchasing: after paying substantial fees, submitting personal background information, and providing biometric data to potentially vulnerable databases, members essentially gained nothing more than permission to bypass regular queues. This privileged line-cutting seems particularly laughable when considering how such entitlement would translate to other cultural contexts where orderly queuing isn&#039;t standard practice.&lt;/p&gt;\n&lt;p&gt;While security agencies deserve criticism in many areas, their implementation of the color-coded self-selection lanes demonstrates genuine innovation in addressing congestion without compromising individual privacy. This elegant solution allows travelers to categorize themselves based on their familiarity with security procedures - expert lanes for seasoned travelers who efficiently prepare their belongings, intermediate lanes for occasional flyers, and beginner lanes for those requiring additional time or assistance.&lt;/p&gt;\n&lt;p&gt;Airports implementing this self-sorting mechanism invariably provide superior experiences compared to those without such systems. The effectiveness stems from its algorithmic elegance - a parallel processing approach that optimizes throughput based on passenger readiness rather than privileged status. This stands in stark contrast to the premium program&#039;s sequential insertion method, which merely prioritized certain individuals without addressing the fundamental efficiency of the overall system.&lt;/p&gt;\n&lt;p&gt;Perhaps most importantly, the self-selection approach introduces no new security vulnerabilities. It requires no collection of personal data, creates no opportunities for social engineering, and leaves no digital footprints that could be compromised. The defunct premium service, conversely, accumulated substantial personal and financial information on relatively affluent individuals - data now vulnerable following the company&#039;s collapse. In retrospect, the membership fees appear less like payment for a valuable service and more like a penalty for misunderstanding effective security practices.&lt;/p&gt;\n&lt;p&gt;On a related note, for those seeking to educate friends or family about online safety, government websites now offer interactive security quizzes that can effectively communicate important concepts without requiring personal lectures. While some content contains questionable technical assertions, these resources generally provide accessible entry points for improving digital security awareness.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and censorship that limit access to adult content in certain regions. Unblocking porn refers to using a VPN to access restricted sites, ensuring privacy, avoiding ISP throttling, and securely browsing on public networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt;, SafeShell VPN is an excellent solution to consider. 1. First, choose SafeShell VPN to enjoy reliable and fast connections that enable seamless browsing and streaming of adult content without buffering or lag. 2. Its wide network of servers across different regions allows you to easily bypass geo-restrictions, ensuring you can access your favorite adult websites anytime, anywhere. 3. The innovative App Mode feature enhances your experience by enabling simultaneous access to multiple regional content sources, making regional restrictions less of an obstacle. 4. Additionally, SafeShell VPN&#039;s ShellGuard protocol provides top-tier encryption, keeping your online activities private and protected from potential intruders or surveillance. 5. Moreover, with support for multiple devices, you can secure all your gadgets at once, ensuring consistent access and safety across your entire digital ecosystem. Overall, SafeShell VPN offers a comprehensive package that not only unblocks porn sites but also guarantees speed, security, and flexibility for a better browsing experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted content, first subscribe to their service by visiting the official SafeShell VPN website and selecting a suitable subscription plan.&lt;/p&gt;\n&lt;p&gt;After completing payment, download the SafeShell VPN application for your specific device platform (Windows, macOS, iOS, or Android) and follow the installation prompts.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN client on your device and log in using your newly created credentials.&lt;/p&gt;\n\n&lt;p&gt;Next, activate the specialized App Mode feature within SafeShell VPN to optimize performance for streaming applications.&lt;/p&gt;\n&lt;p&gt;Navigate to the server selection menu and choose your desired geographical location from SafeShell VPN&#039;s extensive global network to bypass regional restrictions.&lt;/p&gt;\n&lt;p&gt;Finally, connect to the selected server and open your preferred browser to securely and privately access content from any region, ensuring complete anonymity throughout your session.&lt;/p&gt;', 9, 'game'),
(388, 556, '', 'Gaming Industry UK: Calls for Tax Relief &amp; Support', '&lt;p&gt;Gaming Industry Seeks Financial Support in the UK&lt;/p&gt;\n&lt;p&gt;British video game developers are experiencing a significant downturn, with the sector shrinking by 9% over the past year and shedding 900 jobs. This decline stands in stark contrast to Canada&#039;s thriving gaming industry, which has grown by 33% during the same period, largely due to government incentives.&lt;/p&gt;\n&lt;p&gt;The situation has prompted major American gaming companies to lobby the UK government for tax relief. Both Sony and Warner Bros, which developed successful titles like Batman: Arkham Asylum and Lego Harry Potter in Britain, have been advocating for annual tax breaks worth approximately &pound;39 million ($63 million).&lt;/p&gt;\n&lt;p&gt;Chancellor George Osborne is reportedly considering reintroducing gaming tax incentives in his March 23 budget, reversing his previous decision to eliminate planned relief after the Conservative government took power. Industry insiders suggest Osborne is looking for positive announcements amid widespread public sector cuts.&lt;/p&gt;\n&lt;p&gt;UK gaming association TIGA has proposed a three-tiered tax credit system ranging from 20-30% based on development costs. With the average British game costing &pound;570,000 to produce, most would qualify for the maximum 30% relief. The organization projects that such incentives could generate &pound;431 million in additional development spending and create over 3,300 new jobs within five years.&lt;/p&gt;\n&lt;p&gt;The British gaming industry, which contributed &pound;1 billion to the economy and generated &pound;3 billion in software sales last year, has slipped from third to fifth place globally in recent years. During the past two years, 131 game development studios have closed, including Activision Blizzard&#039;s Liverpool operation that employed 200 people.&lt;/p&gt;\n&lt;p&gt;Developers argue they deserve support similar to film producers, who benefit from tax breaks that attract Hollywood productions to British facilities like Pinewood Shepperton Studios. Activision CEO Bobby Kotick called the previous cancellation of gaming tax incentives &quot;a terrible mistake,&quot; noting that publishers make location decisions based largely on available financial incentives.&lt;/p&gt;\n&lt;p&gt;The UK has produced globally successful franchises like Grand Theft Auto, but without competitive incentives, industry advocates fear further decline as talent and investment continue moving to more supportive environments.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of a young wizard named Harry Potter who attends Hogwarts School of Witchcraft and Wizardry while confronting his nemesis, the dark wizard Voldemort. For fans wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the films are available across several streaming platforms including Netflix (though availability varies by region), HBO Max, and Amazon Prime, with digital rental options also available for those who prefer on-demand viewing.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. SafeShell VPN offers numerous advantages that make it stand out as an excellent choice for bypassing geographical limitations.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN provides high-speed servers specifically optimized for Netflix, ensuring buffer-free playback and high-definition streaming without interruptions.\n&lt;/li&gt;\n&lt;li&gt;\nWith the ability to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs, SafeShell VPN offers exceptional versatility for all your streaming devices.\n&lt;/li&gt;\n&lt;li&gt;\nThe exclusive App Mode feature uniquely allows you to access content from multiple Netflix regions at the same time, greatly expanding your viewing options.\n&lt;/li&gt;\n&lt;li&gt;\nSafeShell VPN delivers lightning-fast connection speeds with no bandwidth restrictions, eliminating the frustration of buffering or throttling while streaming your favorite content.\n&lt;/li&gt;\n&lt;li&gt;\nYour online privacy remains protected through the proprietary &quot;ShellGuard&quot; VPN protocol, providing peace of mind with top-level security during your streaming sessions.\n&lt;/li&gt;\n&lt;li&gt;\nNew users can take advantage of a flexible free trial plan to experience all these premium features before making a commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that fits your needs and budget, then click on the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, proceed to download and install the SafeShell VPN app or software compatible with your device, whether it be Windows, macOS, iOS, or Android, by visiting their website and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;After installation, open the SafeShell VPN app and log in using your account credentials. For an optimal streaming experience, especially when accessing Netflix content, select the APP mode within the app interface. Next, browse through the list of available VPN servers and pick one located in the region where you want to watch Harry Potter movies, such as the UK, US, or Canada. Click on &quot;Connect&quot; to establish a secure connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;With the VPN connection active, launch the Netflix app or visit the Netflix website and log into your account. Once logged in, the region you connected to will determine the available content, allowing you to enjoy Harry Potter movies as if you were in that specific region. SafeShell VPN ensures a smooth and secure streaming experience, enabling you to explore Harry Potter movies from different parts of the world effortlessly.&lt;/p&gt;', 9, 'game'),
(389, 557, '', 'Grey&#039;s Anatomy Streaming Guide &ndash; Watch Anywhere Safely', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32a72897e0637873c6762QQo2bBq03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32a72897e0637873c6762QQo2bBq03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Grey&#039;s Anatomy continues its remarkable run since 2005, captivating audiences worldwide with its medical drama twists.&lt;/p&gt;\n&lt;p&gt;Streaming access remains region-dependent, with Disney+ hosting the series internationally under its Star hub, while Netflix carries select seasons in limited territories.&lt;/p&gt;\n&lt;p&gt;To bypass geo-restrictions, employ a premium VPN service to mask your location and access regional libraries seamlessly.&lt;/p&gt;\n&lt;p&gt;Install your chosen VPN application, connect to a server in your desired country (like the US for Hulu/ABC or UK for Disney+), then launch the streaming platform.&lt;/p&gt;\n&lt;p&gt;Remember: Free VPNs typically fail to unblock major services and compromise security&mdash;invest in reputable providers instead.&lt;/p&gt;\n&lt;p&gt;Current availability sees seasons 1-19 on Netflix in the US and Canada, while Disney+ holds complete seasons in the UK.&lt;/p&gt;\n&lt;p&gt;New episodes premiere on ABC/Hulu in America, with international release timing varying across Disney-affiliated platforms.&lt;/p&gt;\n&lt;p&gt;Future seasons beyond 19 are confirmed as Hulu exclusives in the US, reflecting Disney&#039;s consolidation of streaming rights.&lt;/p&gt;\n&lt;p&gt;When traveling, a VPN maintains access to your home country&#039;s content&mdash;just ensure compliance with platform terms.&lt;/p&gt;\n&lt;p&gt;For persistent connection issues, switch servers or clear browser cookies before seeking customer support.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on streaming content, allowing access to different regional Netflix libraries from anywhere in the world. By masking your actual location and routing your connection through servers in other countries, a Netflix VPN effectively tricks the streaming platform into showing you content that would otherwise be unavailable in your region. This technology has become increasingly popular among international travelers and viewers seeking to expand their entertainment options beyond what&#039;s offered in their local Netflix catalog.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;For users seeking reliable &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; solutions to access region-restricted content, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; stands as an exceptional choice due to its unparalleled advantages: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Optimized Streaming Performance  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN delivers blazing-fast servers specifically engineered for Netflix, eliminating buffering and enabling flawless 4K streaming without interruptions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Multi-Device Convenience  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Connect up to five devices simultaneously across all major platforms&mdash;Windows, macOS, iOS, Android, and smart TVs&mdash;ensuring seamless Netflix access anywhere.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Simultaneous Regional Access  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Its exclusive App Mode unlocks multiple geographic libraries at once, expanding your content options beyond single-region restrictions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Uncompromised Speed &amp;amp; Security  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Experience unrestricted bandwidth with military-grade encryption via SafeShell VPN, safeguarding your privacy while maintaining peak connection speeds.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Risk-Free Exploration  &lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Test every premium feature with a flexible free trial, verifying firsthand how SafeShell VPN outperforms outdated alternatives.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; for accessing regional Netflix libraries, follow these straightforward steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by acquiring a SafeShell VPN subscription through their official website, selecting a suitable plan for your requirements.\n&lt;/li&gt;\n&lt;li&gt;\nNext, download and install the SafeShell VPN application specific to your device platform, such as Windows, macOS, iOS, or Android.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the installed SafeShell VPN app and log in securely using your account credentials.\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming performance, select the recommended APP mode within the VPN interface.\n&lt;/li&gt;\n&lt;li&gt;\nCarefully choose a VPN server located in the specific country (like the US, UK, or Japan) whose Netflix catalog you wish to unlock.\n&lt;/li&gt;\n&lt;li&gt;\nEstablish a secure connection by activating the chosen server location within the SafeShell Netflix VPN service.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open your Netflix application or navigate to the Netflix website, log into your account, and immediately start streaming geo-restricted content available in your selected region.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(390, 558, '', 'Global Entertainment Trends: Microdramas Rise in Europe', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a3217740fa9ae1b281183usbaMZt103&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a3217740fa9ae1b281183usbaMZt103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Global Entertainment Trends&lt;/h3&gt;\n&lt;p&gt;As the holiday season kicks off across the pond, it&#039;s business as usual for those of us beyond American borders. Let me guide you through this week&#039;s global entertainment landscape.&lt;/p&gt;\n&lt;p&gt;While our colleagues stateside enjoy their turkey feasts, the international media circuit continues its relentless pace. The industry never sleeps, even when some markets pause for celebration.&lt;/p&gt;\n&lt;p&gt;European screens are witnessing the rising trend of microdramas &ndash; those bite-sized narrative formats gaining traction after success in Asian markets. These condensed storytelling vehicles are reshaping viewing habits across the continent, with broadcasters scrambling to adapt their commissioning strategies accordingly.&lt;/p&gt;\n&lt;p&gt;Our comprehensive analysis of these developments awaits your attention below. For those who haven&#039;t yet subscribed to our regular industry briefings, a simple registration process will ensure you never miss our insights.&lt;/p&gt;\n&lt;p&gt;The global entertainment ecosystem remains vibrant and ever-evolving, regardless of which holidays various territories observe. While thanksgiving celebrations dominate American headlines, international production schedules maintain their momentum.&lt;/p&gt;\n&lt;p&gt;Remember to bookmark our digital hub for continuous updates on cross-border media developments and emerging content trends.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a321a2c76bceee5743a21VDWjpH8p03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a321a2c76bceee5743a21VDWjpH8p03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A new wave of short-form storytelling, known as microdramas, is rapidly expanding across global markets, shifting the traditional entertainment landscape. Originating in Asia, these brief episodes&mdash;often just a few minutes long&mdash;have gained significant popularity, especially in China, where projections indicate their revenue may surpass the country&#039;s film box office this year, signaling a major industry transformation.&lt;/p&gt;\n&lt;p&gt;In Europe, the trend is gaining momentum as local and international creators explore vertical video formats tailored for social media platforms and streaming services. Notably, industry leaders like Kelly Luegenbiehl, former Netflix EMEA content chief, are spearheading initiatives such as Shorties Studios, aiming to produce original microdramas for various digital outlets, including ad-supported channels and subscription services. This movement aligns with investments from major U.S. broadcasters like Fox, highlighting a global shift toward short-form content.&lt;/p&gt;\n&lt;p&gt;A recent example from the UK illustrates microdramas&#039; narrative potential. The British series Swipe! features a gripping storyline about three young men caught up in a dangerous game involving a mysterious package, set against the gritty streets of South London. Starring Nick Moran, known for his roles in Lock Stock and Harry Potter, the series exemplifies how microdramas can deliver compelling stories in a condensed format.&lt;/p&gt;\n&lt;p&gt;Industry insiders, such as Access Entertainment&rsquo;s CEO Danny Cohen, emphasize the growing commercial viability of microdramas. Cohen noted that numerous startups are emerging in this space, with some already generating substantial revenue. The appeal lies in their accessibility&mdash;viewers can watch multiple episodes for free or opt for micropayments to access full content libraries. This monetization model, combined with the increasing quality and diversity of microdramas, suggests the genre is no longer a passing trend but an enduring shift in entertainment consumption. As European producers and investors take note, the microdrama phenomenon is poised to reshape the industry landscape globally.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a321d9d3156d0c1638b7cj6MHTFJO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a321d9d3156d0c1638b7cj6MHTFJO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;China&#039;s theatrical landscape emerges as a crucial bellwether for Hollywood&#039;s global fortunes.&lt;/p&gt;\n&lt;p&gt;Recent debuts of high-profile sequels &lt;em&gt;Zootopia 2&lt;/em&gt; and &lt;em&gt;Avatar: Fire and Ash&lt;/em&gt; are under intense scrutiny.&lt;/p&gt;\n&lt;p&gt;Their performance metrics in this vital territory signal the current health of the US-China film relationship.&lt;/p&gt;\n&lt;p&gt;Early tracking positions &lt;em&gt;Zootopia 2&lt;/em&gt; for an exceptionally strong run, exceeding expectations.&lt;/p&gt;\n\n&lt;p&gt;Judgment on &lt;em&gt;Avatar: Fire and Ash&lt;/em&gt; remains pending, its market reception still unfolding.&lt;/p&gt;\n&lt;p&gt;Despite a 16% surge compared to last year, 2025 revenues still lag 9% behind the 2023 benchmark.&lt;/p&gt;\n&lt;p&gt;This gap is largely attributable to the colossal success of domestic production &lt;em&gt;Ne Zha 2&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;The local hit amassed over $2 billion early in the year, reshaping the annual figures.&lt;/p&gt;\n\n&lt;p&gt;Hollywood studios approach this data with heightened interest after enduring a lackluster period.&lt;/p&gt;\n&lt;p&gt;The urgency for a box office rebound intensifies as the awards season gains momentum.&lt;/p&gt;\n&lt;p&gt;Universal&#039;s &lt;em&gt;Wicked: For Good&lt;/em&gt; provides a glimmer of hope in this challenging climate.&lt;/p&gt;\n&lt;p&gt;Launched with comparatively restrained marketing, it secured an impressive $226 million global opening.&lt;/p&gt;\n\n&lt;p&gt;Hunting for plagiarism&lt;/p&gt;\n&lt;p&gt;The sector keenly observes whether China remains receptive to proven Hollywood franchises.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692a32010b630174657bc258Ef2TxAFh07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692a32010b630174657bc258Ef2TxAFh07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Apple Series Controversy&lt;/h3&gt;\n&lt;p&gt;Production on Apple France&#039;s high-profile series stalled unexpectedly&lt;/p&gt;\n&lt;p&gt;Amid swirling reports of potential literary plagiarism concerns&lt;/p&gt;\n&lt;p&gt;The upcoming Gaumont thriller starring M&eacute;lanie Laurent and Beno&icirc;t Magimel&lt;/p&gt;\n&lt;p&gt;Finds itself mired in controversy before its debut&lt;/p&gt;\n&lt;p&gt;Release plans abruptly paused as executives investigate&lt;/p&gt;\n&lt;p&gt;Plot similarities emerged linking the show to &#039;Shoot&#039;&lt;/p&gt;\n&lt;p&gt;A 1973 Douglas Fairbairn novel previously adapted for film in 1976&lt;/p&gt;\n&lt;p&gt;Neither Gaumont nor Apple TV+ reportedly identified this source material initially&lt;/p&gt;\n&lt;p&gt;The series follows longtime friends hunted during a weekend trip&lt;/p&gt;\n&lt;p&gt;Touted as a major original for Apple&#039;s French content slate&lt;/p&gt;\n&lt;p&gt;Its fate now hangs in the balance during this investigation&lt;/p&gt;\n&lt;p&gt;Should the project face cancellation, it represents a potential disaster&lt;/p&gt;\n&lt;p&gt;For the creative team and the streaming platform&#039;s international ambitions&lt;/p&gt;\n&lt;p&gt;Gaumont actively seeks clarity on the intellectual property questions raised&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32208b6018a4f4adec673u6LCSUg03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32208b6018a4f4adec673u6LCSUg03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Exciting developments are underway in the television landscape, with Netflix collaborating with Philip Barantini on a new adaptation of the acclaimed fringe play Eat the Rich, exploring teenage themes for a broader audience. Meanwhile, the creator behind Warrior Nun is venturing into detective dramas with the upcoming series Time of Death, promising fresh storytelling in crime fiction.&lt;/p&gt;\n&lt;p&gt;In international news, New Zealand&rsquo;s Prime Minister Christopher Luxton recently visited a uniquely significant location known for its historical importance, which has been greenlit for a second season, underscoring its popularity.&lt;/p&gt;\n&lt;p&gt;On the business front, Canadian media giants Blue Ant Media have finalized a strategic acquisition of Thunderbird Entertainment for approximately 89 million Canadian dollars, strengthening their industry presence.&lt;/p&gt;\n&lt;p&gt;Festival highlights this week spotlighted Marrakech, a vibrant event that continues to attract A-list celebrities, Generation Z audiences, and boasts its largest industry segment to date, reflecting growing global engagement.&lt;/p&gt;\n&lt;p&gt;In awards updates, acclaimed filmmaker Jafar Panahi&rsquo;s Palme d&rsquo;Or-winning film It Was Just an Accident received top honors at the Asia Pacific Screen Awards, reinforcing its critical acclaim.&lt;/p&gt;\n&lt;p&gt;The Japanese box office hit Kokuho has achieved a historic milestone, becoming the highest-grossing live-action film ever in the country, signaling its immense popularity with local audiences.&lt;/p&gt;\n&lt;p&gt;In voice acting news, Hind Rajab&rsquo;s voice is brought to life by award-winning actress Kaouther Ben Hania, adding depth to the upcoming project.&lt;/p&gt;\n&lt;p&gt;An exclusive first look at Breaking Baz at the BFG has unveiled stunning visuals ahead of its debut, promising an epic cinematic experience.&lt;/p&gt;\n&lt;p&gt;Lastly, the entertainment industry mourns the loss of British producer Will Daws, renowned for his work with James May and George Clarke; tributes have poured in expressing admiration for his contributions.&lt;/p&gt;\n&lt;p&gt;This report was compiled by Max Goldbart and edited by Jesse Whittock, bringing you the latest insights from the global entertainment scene.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. The films depict Harry Potter&#039;s adventures at Hogwarts as he confronts dark forces and discovers his true purpose, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on multiple streaming services such as Netflix, HBO Max, and Amazon Prime, or rent them through digital stores, with VPNs providing access in regions where the movies are restricted.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One major advantage of the SafeShell VPN is its high-speed servers, specifically optimized to provide smooth and buffer-free streaming, ensuring you enjoy high-definition content without interruptions. Additionally, SafeShell VPN allows you to connect multiple devices simultaneously, making it convenient to watch your favorite shows across various platforms like Windows, macOS, iOS, and Android. Its exclusive App Mode further enhances your experience by enabling access to multiple regional libraries at once, broadening your entertainment options. Moreover, SafeShell VPN delivers lightning-fast speeds without bandwidth limitations, allowing seamless browsing, streaming, and downloading. Security is also a priority, as the proprietary ShellGuard protocol offers top-level encryption to protect your privacy during online activities. Finally, the flexible free trial plan lets you explore all these benefits risk-free, making SafeShell VPN a reliable and comprehensive solution for streaming enthusiasts.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a suitable plan based on your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android, by visiting their website and selecting the appropriate version. After installation, launch the SafeShell VPN app, log in to your account, and select the APP mode for an optimized streaming experience.&lt;/p&gt;\n&lt;p&gt;Next, browse through the list of available servers within the app and choose one located in the region where your desired Harry Potter content is accessible, such as the US, UK, or Canada. Connect to the selected server by clicking &quot;Connect.&quot; Once the VPN connection is established, open your Netflix app or visit the website and log into your account. With the VPN active and connected to the appropriate region, you can now enjoy watching Harry Potter movies seamlessly from your preferred location.&lt;/p&gt;', 9, 'game'),
(391, 559, '', 'Genshin Impact 6.3: New Characters &amp; Columbina Reveal', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a32632c76bceee5743e63b8u4zArB03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a32632c76bceee5743e63b8u4zArB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sources within the Genshin Impact community indicate that Hoyoverse is preparing to introduce three new characters in version 6.3, marking an exciting addition to the game&#039;s evolving roster. This move seems to mirror the strategy seen in version 5.3 back in 2025, where the developers aimed for a strong start to the year by unveiling multiple new figures.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Among the upcoming characters, Columbina is set to take center stage as the star of this update. Known as the moon maiden of Nod-Krai and a former member of the Fatui Harbingers, she is anticipated to be a 5-star Hydro catalyst. Her role is expected to revolve around enhancing lunar reactions, providing strategic buffs to teams that focus on these elemental interactions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The second character rumored for release is Zibai, whose details remain under wraps but is expected to bring a fresh dynamic to the gameplay. The third addition, Illuga, is also highly anticipated, though specifics about his abilities or role are yet to be confirmed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, the latter half of version 6.3 is projected to coincide with the Lantern Rite festival, continuing the tradition of seasonal updates. During this period, fans expect the reveal of a new Liyue character, with rumors suggesting it could be the Celadon Mare &mdash; an adeptus connected to the Frost Moon and Istaroth. While initial speculation leaned towards an Anemo element for this character, recent hints imply that her true elemental affinity might differ from early assumptions, adding an intriguing twist to her identity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a326431cb7def375df919xqPsC9sV03&quot; height=&quot;87&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a326431cb7def375df919xqPsC9sV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;According to recent updates from Uncle Kokomi, revealed through the development build of version 6.3, several new characters are set to join Genshin Impact&rsquo;s roster. These include Columbina, Zibai, and Illuga, each bringing unique abilities to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sources within the Genshin Impact community have corroborated these leaks, although fans are advised to remain cautious as leaks can sometimes be inaccurate. Nonetheless, Kokomi&rsquo;s previous track record lends credibility to these revelations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Columbina is anticipated to serve primarily as a support character focused on lunar reactions. Her hydro damage output is expected to rival that of Furina, making her a potent element in hydro-based strategies. Meanwhile, Zibai, known as the Celadon Mare, will be a 5-star geo sword user designed to excel as a hypercarry in lunar-crystallize reactions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The synergy between Columbina and Zibai seems to be a key aspect of their design, suggesting their kits will complement each other well in gameplay. To round out the trio, Illuga&mdash;a 4-star geo polearm wielder&mdash;will also debut. His abilities are tailored to support lunar-crystallize reactions, and he has been previously mentioned by characters Varka and Flins during the Archon quest in version 6.1. Described as a distinguished member of the Lightkeepers, Illuga is expected to team up with Zibai frequently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Based on Kokomi&rsquo;s information, it appears that Columbina will be introduced early in version 6.3, with Zibai and Illuga arriving later in the update. Given Illuga&#039;s origins from Nod-Krai, it is unlikely he will be featured in the Lantern Rite Selector event for 2026, but his appearance will certainly excite players eager for new geo characters.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68a65ddcf5fdb60226e57a738lkaxk1m03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68a65ddcf5fdb60226e57a738lkaxk1m03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the upcoming Genshin Impact update 6.3, players can look forward to a significant new map expansion that will enhance exploration opportunities. This addition means that pre-farming for the new characters will not be possible in advance. Official details regarding the characters Columbina, Zibai, and Illuga are expected to be announced in early January 2026. However, datamining leaks revealing their abilities and stats are likely to surface shortly before December 3, 2025, giving eager fans a glimpse of what&#039;s to come.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Genesis Crystal: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Genesis Crystals serve as the premium currency in &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact&lt;/a&gt;, allowing players to buy exclusive items and unlock special features within the game. These crystals are primarily obtained by topping up through official trading platforms such as miHoYo&#039;s website, Codashop, or other authorized online retailers, where players can exchange real money for Genesis Crystals. By purchasing Genesis Crystals, users can easily access sought-after characters, weapon banners, and valuable resources to boost their gameplay experience. This convenient method provides a straightforward path to enjoying more content and customization options in Genshin Impact.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Top Up Genesis Crystals on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Genshin Impact top up&lt;/a&gt; their Genesis Crystals, they may want to consider using the lootbar game trading platform. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out by offering not only an official and secure top-up route through miHoYo, but also a range of unique advantages that enhance the player experience. One of the most notable benefits is the impressive bonus on Genesis Crystals: for every top up, players receive double the amount of Genesis Crystals, maximizing in-game value. This means that purchasing 6480 Genesis Crystals results in receiving an extra 6480, making it an ideal choice for those looking to get the most out of their money.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg provides competitive pricing and convenient options, such as the ability to purchase 6480 Genesis Crystals*4 in a single transaction, which not only saves time but also nearly $100 compared to other platforms. The user-friendly interface ensures a smooth process for acquiring both Genesis Crystals and &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;starsail coins genshin&lt;/a&gt;, and with the added benefit of handling the &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up reset&lt;/a&gt; efficiently, players can focus on their adventure without hassle. With these combined advantages, lootbar.gg is quickly becoming the preferred platform for Genshin Impact players worldwide.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Genshin Impact on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/genshin-impact-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Genesis Crystal&lt;/a&gt; for Genshin Impact on the lootbar trading platform, first visit the official lootbar website and log into your account after selecting your language and currency preferences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, locate the top-up section and choose Genshin Impact as the game you wish to recharge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then, pick the desired quantity of Genesis Crystal to buy and hit the &#039;Buy Now&#039; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterward, select your game server and enter your unique Genshin Impact UID to ensure the crystals are delivered to the correct account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, proceed to the payment step where you choose your preferred method and complete the transaction to top up Genesis Crystal successfully.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; height=&quot;469&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda8d6e76469e43edc5abA05z25L703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(392, 560, '', 'Zenless Zone Zero &ndash; Release &amp; Vorregistrierung [2024]', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3171849b8698e15b8a7c4iqagSaV03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3171849b8698e15b8a7c4iqagSaV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viele Fans fiebern dem Ver&ouml;ffentlichungsdatum von Zenless Zone Zero entgegen, einem vielversprechenden Fantasy-Action-Rollenspiel von Mihoyo. Innerhalb k&uuml;rzester Zeit, n&auml;mlich nur 24 Stunden, konnten sich bereits &uuml;ber 30 Millionen Spieler vorregistrieren, was die gro&szlig;e Begeisterung f&uuml;r das Spiel unterstreicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Seit Kurzem laufen die Voranmeldungen offiziell, und die Zahl der Interessenten steigt weiterhin rasant an. Momentan verzeichnet das Spiel bereits 32 Millionen Vorregistrierungen &ndash; ein Trend, der vermutlich noch nicht endet. Die Testphasen in fr&uuml;heren Alpha- und Betaversionen haben den Spielern bereits einen Einblick in die Welt des Spiels gew&auml;hrt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das offizielle Ver&ouml;ffentlichungsdatum wurde k&uuml;rzlich best&auml;tigt: Der 3. Juli 2024 ist der Tag, an dem die Spieler in das neue Gacha-Game eintauchen k&ouml;nnen. Verschiedene digitale Stores, darunter auch der Apple App Store, listen dieses Datum nun klar und deutlich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vorregistrierungen lohnen sich: Fr&uuml;h registrierte Nutzer erhalten bei Ver&ouml;ffentlichung ein Willkommenspaket mit n&uuml;tzlichen Ressourcen und Upgrades. Sollte die Zahl der Vorregistrierungen die 35-Millionen-Marke &uuml;bersteigen, verspricht Mihoyo sogar einen kostenlosen Charakter als Dankesch&ouml;n an die Fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die hochwertige Premium-W&auml;hrung im Actionspiel Zenless Zone Zero und wird vor allem zum Freischalten neuer Charaktere, besonderer Waffen sowie einzigartiger Ressourcen im Spiel verwendet. Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch Aufladungen mit echtem Geld erhalten, wobei beliebte Handelsplattformen wie das offizielle Aufladezentrum, Lootbar und andere vertrauensw&uuml;rdige Anbieter zur Verf&uuml;gung stehen. Mit dieser W&auml;hrung lassen sich nicht nur seltene Gegenst&auml;nde erwerben, sondern auch gezielt m&auml;chtige Agenten freischalten, was den Spielfortschritt und die individuelle Strategie deutlich beeinflusst. Der Erwerb von Zenless Zone Zero Monochrome Film erm&ouml;glicht es somit, das volle Potenzial des Spiels auszusch&ouml;pfen und das Spielerlebnis individuell zu gestalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, sollten sie die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg Spielhandelsplattform in Betracht ziehen. Die Plattform bietet zahlreiche Vorteile, die das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero top up&lt;/a&gt; besonders attraktiv und unkompliziert gestalten. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein herausragender Vorteil von lootbar.gg ist die Kombination aus wettbewerbsf&auml;higen Preisen und hoher Sicherheit. Nutzer profitieren von g&uuml;nstigen Konditionen beim Aufladen, w&auml;hrend fortschrittliche Sicherheitstechnologien f&uuml;r einen zuverl&auml;ssigen Schutz der Transaktionen sorgen. Dar&uuml;ber hinaus steht der Kundenservice rund um die Uhr zur Verf&uuml;gung, sodass bei Fragen oder Problemen stets schnelle Unterst&uuml;tzung geboten wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nicht zuletzt &uuml;berzeugt lootbar durch die sofortige Lieferung der Spielw&auml;hrung und exklusive Belohnungen f&uuml;r neue Nutzer. Wer zum ersten Mal ein Zenless Zone Zero top up bei lootbar durchf&uuml;hrt, erh&auml;lt spezielle Boni, die das Spielerlebnis weiter verbessern und den Fortschritt im Spiel nachhaltig f&ouml;rdern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Monochrome Film, die Premiumw&auml;hrung in ZZZ, auf der Plattform LootBar aufzuladen, besuchen Sie zuerst die offizielle Webseite und w&auml;hlen die gew&uuml;nschte Sprache sowie W&auml;hrung aus. Nach erfolgreichem Login navigieren Sie zum &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt;. Dort geben Sie Ihre Zenless Zone Zero UID ein und bestimmen die Serverregion, auf der Ihr Spielkonto registriert ist. Anschlie&szlig;end w&auml;hlen Sie die Menge an Monochrome Film, die Sie erwerben m&ouml;chten, und klicken auf die Schaltfl&auml;che zum sofortigen Aufladen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt kontrollieren Sie, ob die eingegebene UID mit Ihrem ZZZ-Spielkonto &uuml;bereinstimmt, um Fehlbuchungen zu vermeiden. Danach w&auml;hlen Sie eine bevorzugte Zahlungsmethode aus dem Angebot von LootBar, wie etwa Kreditkarte oder andere digitale Bezahldienste. Durch einen Klick auf &quot;Sofort bezahlen&quot; wird der Bezahlvorgang abgeschlossen. In der Regel erfolgt die Gutschrift der Monochrome Film unmittelbar, sodass Sie nach wenigen Augenblicken wieder voll in Zenless Zone Zero eintauchen und alle Vorteile der Premiumw&auml;hrung nutzen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(393, 561, '', 'Taylor-Serrano II: Reliving Boxing&#039;s Epic Showdown', '&lt;p&gt;Before the Historic Trilogy: Reflecting on Taylor-Serrano&#039;s Second Epic Encounter&lt;/p&gt;\n&lt;p&gt;The boxing world stands at the precipice of history as we approach July 11th, when Katie Taylor and Amanda Serrano will complete their legendary trilogy on Netflix. Their upcoming clash marks the culmination of what has become one of boxing&#039;s most compelling rivalries, headlining the first all-women&#039;s professional card ever staged at Madison Square Garden.&lt;/p&gt;\n&lt;p&gt;Their second encounter delivered extraordinary drama that captivated audiences worldwide. An estimated 74 million viewers tuned in globally, making it the most-watched women&#039;s sporting event in American history. The bout served as co-main event alongside the Jake Paul-Mike Tyson card, elevating women&#039;s boxing to unprecedented heights.&lt;/p&gt;\n&lt;p&gt;The intensity of Taylor-Serrano II was breathtaking. Throughout ten grueling two-minute rounds, both champions displayed exceptional skill and heart in a blood-soaked battle that showcased women&#039;s boxing at its finest. Taylor, the undisputed super lightweight champion, faced the relentless pressure of Serrano, the unified featherweight titleholder nicknamed &quot;The Real Deal.&quot;&lt;/p&gt;\n&lt;p&gt;Their rivalry began in 2022 when they made history as the first female fighters to headline Madison Square Garden before a capacity crowd. That initial contest earned Fight of the Year honors from Sports Illustrated and Event of the Year recognition from The Ring after Taylor claimed a controversial split decision.&lt;/p&gt;\n&lt;p&gt;In their rematch, both warriors reopened old wounds in what many consider one of the most brutal boxing matches in recent memory. The final round epitomized their competitive spirit&mdash;Taylor landing crisp combinations while Serrano responded with punishing body shots. Despite Serrano&#039;s late surge, all three judges scored the bout 95-94 for Taylor, allowing her to retain her undisputed championship.&lt;/p&gt;\n&lt;p&gt;The stage is now set for the definitive chapter in this extraordinary rivalry, streaming live on Netflix on July 11th at 8:00 p.m. Eastern Time. Boxing fans worldwide await the conclusion to a trilogy that has already transformed women&#039;s boxing forever.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692a32812ec23c82408462d2hZHXujSV03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692a32812ec23c82408462d2hZHXujSV03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the journey to professional boxing alongside Amanda Serrano and Katie Taylor, two of the sport&#039;s most prominent figures.&lt;/p&gt;\n&lt;p&gt;Explore the essential skills, rigorous training routines, and mental toughness required to succeed in the ring.&lt;/p&gt;\n&lt;p&gt;Gain insights into their personal stories, challenges faced, and the dedication that propelled them to the top.&lt;/p&gt;\n&lt;p&gt;Whether you&#039;re an aspiring boxer or a fan eager to understand the sport better, this guide offers valuable lessons from the best in the game.&lt;/p&gt;\n&lt;p&gt;Join us as we delve into the world of boxing through the experiences of these remarkable athletes.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content for subscribers to enjoy on various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to bypass geographical restrictions or network limitations, enabling access to content that would otherwise be unavailable in certain regions. By using tools such as VPNs, proxy servers, or Smart DNS services, viewers can unlock a broader selection of international shows and movies that Netflix offers in different countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you wish to access region-restricted Netflix content via Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an ideal solution with these key benefits:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nOptimized high-speed servers eliminate buffering for seamless HD streaming of global Netflix libraries.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode bypasses geo-blocks to unlock content from multiple regions simultaneously.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with unlimited bandwidth ensure uninterrupted viewing across all devices.\n&lt;/li&gt;\n&lt;li&gt;\nFive simultaneous connections support diverse platforms like Windows, macOS, iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard encryption provides military-grade security against surveillance and data leaks.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial allows risk-free testing of all features before subscription commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin accessing global Netflix libraries with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to a suitable plan via their official website. Once registered, download and install the SafeShell VPN application compatible with your specific device, such as a Windows PC, Mac, iPhone, or Android smartphone.&lt;/p&gt;\n\n&lt;p&gt;After launching the SafeShell VPN app and logging into your account, proceed to configure your connection. Select the &#039;APP mode&#039; for optimal streaming performance, then browse the list of international servers and choose one located in the country whose Netflix content you wish to unblock, such as the US, UK, or Japan; finally, click &#039;Connect&#039; to establish the secure VPN tunnel.&lt;/p&gt;\n\n&lt;p&gt;With the SafeShell VPN connection successfully active and routing your traffic through the chosen region, simply open the Netflix application on your device or visit the Netflix website in your browser. Log in using your existing Netflix credentials, and you will instantly gain access to stream the full library of movies and shows available in that specific geographic location.&lt;/p&gt;', 9, 'game'),
(394, 562, '', 'CA 2010 Security Suite &ndash; New Features &amp; Improvements', '&lt;p&gt;CA&#039;s 2010 Security Suite introduces a comprehensive approach to digital protection. The latest version integrates anti-virus and anti-malware capabilities into a single engine with a fresh interface design, marking a complete overhaul from the previous year&#039;s edition.&lt;/p&gt;\n&lt;p&gt;The upgraded suite maintains essential features like personal firewalls and protection against spam and phishing attempts. Additionally, it expands web filtering capabilities to enhance both individual privacy and parental supervision options. A new peer-to-peer monitoring feature has also been incorporated into the package.&lt;/p&gt;\n&lt;p&gt;Compatibility remains broad, supporting Windows 2000 Professional and XP systems, along with both 32-bit and 64-bit Vista configurations. The developers have also implemented significant modifications to ensure optimal performance with Windows 7.&lt;/p&gt;\n&lt;p&gt;Beta testing registration is now available through FileForum for users interested in experiencing these new security enhancements before the official release.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions and censorship that limit access to adult content in certain regions. Unblock porn typically involves bypassing these restrictions through VPNs, which mask users&#039; IP addresses and encrypt their internet traffic to ensure privacy, security, and unrestricted access to desired content.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, considering SafeShell VPN is a wise choice. This VPN service offers a reliable solution for bypassing geo-blocks, enabling users to reach their desired adult content securely and effortlessly. Its extensive server network across multiple regions ensures smooth and consistent access to blocked sites, making it easier to enjoy your preferred content without restrictions.&lt;/p&gt;\n&lt;p&gt;The benefits of the SafeShell VPN extend beyond simple unblocking capabilities. With its advanced encryption protocols and the exclusive ShellGuard technology, it guarantees your online activities remain private and protected from unauthorized surveillance. The lightning-fast speeds provided by SafeShell VPN ensure high-quality streaming without buffering, while the innovative App Mode allows simultaneous access to multiple regional content sources, enhancing your browsing flexibility.&lt;/p&gt;\n&lt;p&gt;Moreover, SafeShell VPN&rsquo;s multi-device support ensures comprehensive protection across all your devices, whether on Windows, macOS, iOS, or Android. This broad compatibility means you can safely &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; on multiple gadgets at once, maintaining your privacy and uninterrupted access wherever you go. Overall, SafeShell VPN combines security, speed, and versatility, making it an excellent tool for unblocking adult content while safeguarding your online presence.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to access region-restricted adult content is straightforward and secure. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, visit the SafeShell VPN official website and create an account with a valid email address\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application that&#039;s compatible with your device (available for Windows, Mac, iOS, and Android)\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application by following the on-screen instructions and launch it after installation is complete\n&lt;/li&gt;\n&lt;li&gt;\nLog in using the credentials you created during registration\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection screen and choose a server location in the region where the content you want to access is available\n&lt;/li&gt;\n&lt;li&gt;\nClick the connect button and wait for SafeShell VPN to establish a secure connection\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred browser and visit the desired adult content websites\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access while your real location and identity remain protected by SafeShell VPN&#039;s encryption technology\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(395, 563, '', '2011 British Academy Film Awards: Winners &amp; Highlights', '&lt;p&gt;The 2011 British Academy Film Awards celebrated cinematic excellence with &quot;The King&#039;s Speech&quot; emerging as the night&#039;s biggest winner, claiming seven prestigious honors including Best Film.&lt;/p&gt;\n&lt;p&gt;Colin Firth received the Leading Actor award for his portrayal of King George VI, while his co-stars Geoffrey Rush and Helena Bonham Carter were recognized in the Supporting categories.&lt;/p&gt;\n&lt;p&gt;Despite &quot;The King&#039;s Speech&quot; dominance, David Fincher secured the Director award for &quot;The Social Network,&quot; which also earned Aaron Sorkin the Adapted Screenplay trophy.&lt;/p&gt;\n&lt;p&gt;Natalie Portman continued her awards season success, winning Leading Actress for her haunting performance in &quot;Black Swan.&quot;&lt;/p&gt;\n&lt;p&gt;In the technical categories, Christopher Nolan&#039;s &quot;Inception&quot; proved formidable, collecting awards for Production Design, Sound, and Special Visual Effects.&lt;/p&gt;\n&lt;p&gt;&quot;Alice in Wonderland&quot; received recognition for its visual artistry with wins in Costume Design and Make Up &amp;amp; Hair.&lt;/p&gt;\n&lt;p&gt;Animation honors went to Pixar&#039;s &quot;Toy Story 3,&quot; while the Swedish thriller &quot;The Girl with the Dragon Tattoo&quot; won Film Not in the English Language.&lt;/p&gt;\n&lt;p&gt;The ceremony also highlighted emerging talent, with Chris Morris winning Outstanding Debut for &quot;Four Lions&quot; and rising star Tom Hardy receiving the audience-voted Orange Wednesdays award.&lt;/p&gt;\n&lt;p&gt;Roger Deakins&#039; masterful work on &quot;True Grit&quot; earned him the Cinematography award, while Alexandre Desplat&#039;s score for &quot;The King&#039;s Speech&quot; won Original Music.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter films chronicle the magical adventures of a young wizard discovering his heritage at Hogwarts School while confronting the dark wizard Voldemort and his followers. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the series is widely accessible on major streaming services such as HBO Max, Netflix (though availability varies by region), and Amazon Prime Video, or can be rented digitally. If encountering regional restrictions on platforms like Netflix, a VPN service can provide access to the films globally.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. The SafeShell VPN offers high-speed servers specifically optimized for seamless Netflix streaming, ensuring you enjoy buffer-free, high-definition content without interruptions. Additionally, it allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and various smart TVs, providing flexibility across all your preferred gadgets. The exclusive App Mode feature enables you to unlock content from multiple regions concurrently, broadening your entertainment options. With lightning-fast speeds and no bandwidth restrictions, SafeShell VPN guarantees an optimal viewing experience, while its top-level security with proprietary &quot;ShellGuard&quot; encryption keeps your online activities private and protected. Plus, the flexible free trial plan allows users to explore all these benefits risk-free, making SafeShell VPN an excellent solution for accessing Netflix content securely and efficiently.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To start watching Harry Potter movies with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your preferences and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, proceed to download and install the SafeShell VPN application on your device by selecting the appropriate version for Windows, macOS, iOS, or Android from the official website.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and log in using your credentials. To optimize your viewing experience, select the APP mode within the app, which is recommended for streaming content smoothly on platforms like Netflix. Next, browse through the list of available servers and pick one located in the region where you want to access Harry Potter movies, such as the UK, US, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;With the VPN connection active, open the Netflix app or visit the Netflix website and log into your account. Once logged in, navigate to your desired region&rsquo;s content library, and enjoy watching Harry Potter movies as if you were browsing from that region. Using SafeShell VPN ensures a safe and seamless streaming experience while exploring Harry Potter films from different parts of the world.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(396, 564, '', 'Dune: Awakening &ndash; Softstep Boots Schematic Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a32119d3156d0c1638af8BJOu4Coe03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a32119d3156d0c1638af8BJOu4Coe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Locating Softstep Boots Schematic&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exploring the vast sands of Arrakis on foot in Dune: Awakening can be a risky endeavor. The intense sun exposure increases the likelihood of sunstroke, and carrying enough water becomes a crucial challenge. Additionally, venturing out into the open desert makes you vulnerable to sandworm attacks, turning a simple walk into a dangerous mission. However, sometimes walking might be your only option in certain situations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fortunately, the game provides a variety of gear and tools designed to ease your journey across the desert terrain. Among these, the Softstep Boots stand out as essential equipment, significantly reducing the difficulty of traversing the sandy expanses. Since these boots are special items, obtaining their schematics can be tricky. This guide aims to help you locate the necessary schematics to craft your own Softstep Boots and make your desert excursions safer and more manageable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3214feb3d9095e8c2c3dkCXYycCY03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3214feb3d9095e8c2c3dkCXYycCY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain the Softstep Boots in Dune: Awakening, players must first locate the schematic that reveals how to craft or acquire them. Luckily, since these boots are considered an early to mid-game item, they are relatively accessible.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The schematic can be found at Imperial Testing Station No. 197, situated within the western part of Vermillius Gap. Specifically, it is located in the southern area of this region, just west of a notable rock formation marked by a large hammer icon. Exploring this area should lead you directly to the schematic needed to unlock the Softstep Boots.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a32189f5a234a2278fedfiV8ZkNNH03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a32189f5a234a2278fedfiV8ZkNNH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To locate the testing station, try deploying a probe in the vicinity to accurately determine its position. Keep in mind, the station is nestled within a vast open desert, which could complicate your approach.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After you find and arrive at the station, your next step is to descend underground. Be prepared to engage in combat as you make your way through the subterranean tunnels. While the imperial testing station isn&rsquo;t overly difficult, equipping yourself with suitable gear will help ensure a smoother experience through this dungeon.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a321b2ec23c8240845ca4aYzux7yG03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a321b2ec23c8240845ca4aYzux7yG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After defeating the enemies and descending to the station&#039;s lowest level, search the large chest to find the schematic for the Softstep Boots. This container also contains various resources essential for crafting the boots, so be sure to loot everything inside.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With the schematic in hand, return to your base to begin research. During the research process, you&#039;ll unlock an imperial permit, which grants you the ability to craft the boots multiple times in the future.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, keep in mind that after your initial crafting and research, you won&#039;t be able to repeat the process unless you acquire the schematic again. Since the schematic only appears in a specific location, you can farm for it by repeatedly returning to the testing station to increase your chances of finding it again.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a321fb6541f4d0269ee1flkyaa3y203&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a321fb6541f4d0269ee1flkyaa3y203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Resource Collection for Softstep Boots&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Before embarking on crafting the Softstep Boots in Dune: Awakening, it&#039;s essential to gather specific resources. Most of these materials are conveniently available within the game world, though some are rarer and require more effort to obtain.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Start by collecting iron ingots, which are made from iron ore. These ore deposits are scattered across the Vermillius Gap region. Use a Cutteray Mk1 or higher to harvest the ore from these clusters. Once collected, process the ore in an ore refinery to produce the necessary iron ingots.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, acquire plasteel microflora fiber, primarily found in shipwrecks on Arrakis. Search the wrecks for chests that typically contain this rare fiber, making exploration essential.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Plant fibers are abundant and easy to locate; they are usually found on the ground near rock formations, making them straightforward to gather.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, for spice-infused iron dust, visit any testing station within the Vermillius Gap. These stations are the designated locations where you can find this special ingredient, completing your resource list for the boots.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3222c9cbb7f3920c39b3fXNJzw7q03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3222c9cbb7f3920c39b3fXNJzw7q03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you have collected all the necessary materials, you can proceed to craft the Softstep Boots using either a standard fabricator or a specialized garment fabricator. Regardless of the choice, both methods require the same amount and type of ingredients as previously listed.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Dune: Awakening and Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dune: Awakening Solari is the main currency used in Dune: Awakening, allowing players to trade gear, purchase resources, and access NPC services within the game. This currency is essential for progressing and acquiring valuable items, but players must be cautious as &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;dune awakening solari&lt;/a&gt; kept in their inventory can be lost upon death unless safely deposited in hub banks. For those looking to boost their wealth, various game trading platforms offer dune awakening solari top-up services, making it easy to increase your currency and enhance your gameplay experience. With secure transactions and instant delivery, these platforms help players stay ahead in the ever-changing world of Arrakis.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Dune: Awakening Solari?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Dune Awakening Solari, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a smooth and secure experience. Utilizing lootbar.gg allows users to &lt;a href=&quot;https://lootbar.gg/game-coins/dune-awakening?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy dune awakening solari&lt;/a&gt; at some of the best rates available, thanks to the platform&rsquo;s commitment to affordable pricing. With a reputation for professionalism, lootbar supports a vast array of popular games and provides a user-friendly interface that makes purchasing in-game currency quick and hassle-free.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of buying Dune Awakening Solari through lootbar is the assurance of safety and reliability. Lootbar employs advanced encryption technology to safeguard all transactions and personal information, giving players peace of mind with every purchase. The 24/7 customer support team is always ready to assist with any concerns, while fast delivery ensures that your Solari is credited to your account without delay. For gamers seeking additional tips and event updates, the LootBar Blog community is also a great resource to enhance your overall gaming journey.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to buy Dune: Awakening Solari on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase Dune: Awakening Solari Solari on the LootBar trading platform, start by visiting the official LootBar.gg website and selecting your desired language and currency type. After logging into your account, look for Dune: Awakening Solari for sale under the Game Coins section on the homepage. Once you locate it, decide on the amount of Solari you wish to buy and proceed by clicking the &ldquo;Buy Now&rdquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, provide the necessary details as prompted by the purchase instructions on the site. Choose your preferred payment option from the available methods, and then complete your transaction by clicking &ldquo;Pay Now.&rdquo; After the payment is processed, your Solari will be delivered to your account, allowing you to enjoy your Dune: Awakening Solari experience without delay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; height=&quot;579&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9843b3b11f724bc7d437tLJK1RK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(397, 565, '', 'Pokemon TCG Pocket: Mega Rising Expansion Announced', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3264172d26b14e03f9aaV6ALcRHy03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3264172d26b14e03f9aaV6ALcRHy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Almost a year has passed since the debut of Pokemon TCG Pocket, a digital platform that has captivated fans of card collecting and battling. To celebrate its first anniversary on October 30, the Pokemon Company has announced exciting new content, including the upcoming Mega Rising expansion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This new release marks a significant milestone as the first pocket expansion following the Genetic Apex set, which originally launched the game. Fans can look forward to discovering three booster packs within Mega Rising, each featuring powerful Mega evolutions. The spotlight characters include Mega Gyarados, Mega Blaziken, and Mega Altaria, promising thrilling gameplay and collectible opportunities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each of these featured cards is expected to come with exclusive Crown Rares, adding rarity and desirability to the set. The celebration promises to bring fresh strategies and fresh excitement to players, making the anniversary a memorable event in the Pokemon TCG Pocket universe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3267feb3d9095e8c2e95xCjki5kM03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3267feb3d9095e8c2e95xCjki5kM03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming expansion is set to launch on October 30, 2025, marking exactly one year since the debut of Pocket.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A teaser trailer, available below, offers a glimpse of some featured cards, including Mega Pinsir, Mega Absol, and Mega Ampharos.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s important to note that following the release, the limited edition Deluxe EX booster pack will no longer be accessible.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fans had already anticipated that the new expansion would center around Mega Evolutions, supported by early leaks and official hints.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This focus aligns perfectly with Pok&eacute;mon&rsquo;s current trend, as Mega Evolutions have gained renewed popularity through the Pok&eacute;mon Legends Z-A game, new plush toys, and appearances in the anime series.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, exciting new features are on the horizon, alongside updates to existing ones.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trading will soon allow players to exchange rarer cards, though it will require a significant amount of Shinedust.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, players will soon be able to send more common cards as gifts to friends without expecting anything in return, enhancing social interactions within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Pok&eacute;mon TCG Pocket and Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; serves as the primary currency in the Pokemon Trading Card Game Pocket, allowing players to buy various in-game items, unlock exclusive card collections, and replenish their stamina to keep playing. By collecting enough Pok&eacute; Gold, users can enhance their overall experience and gain access to rare cards and unique covers that set their decks apart. Players can conveniently obtain Pok&eacute; Gold through secure top-up services offered by trading platforms like Lootbar.gg, which provides reliable customer support for all Pok&eacute; Gold purchases. This makes it easy for fans to stay engaged and expand their card collections within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose Lootbar.gg for Pok&eacute; Gold Top up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Pok&eacute; Gold for the Pok&eacute;mon Trading Card Game Pocket, they may want to consider using the lootbar game trading platform. As the main currency in the game, Pok&eacute; Gold is essential for enhancing gameplay, and choosing the right platform for &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold buy&lt;/a&gt; can make a big difference in your experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;, users benefit from competitive prices and frequent discounts, making it a cost-effective option for players who want to save money. The platform is committed to secure transactions through advanced encryption and strict data protection measures, ensuring all payments and personal details remain safe. Additionally, lootbar.gg offers 24/7 customer support to promptly address any questions or issues, and ensures quick delivery of Pok&eacute; Gold, often within just three minutes. For anyone seeking a trustworthy and efficient way to buy Pok&eacute; Gold, lootbar.gg stands out as a premier choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to top up Pok&eacute;mon TCG Pocket on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pokemon-tgc-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pok&eacute;mon TCG Pocket Pok&eacute; Gold&lt;/a&gt; on the lootbar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the official Lootbar website and select your language and currency preferences, then log into your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the section dedicated to Pok&eacute;mon TCG Pocket top up.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the amount of Pok&eacute; Gold you wish to buy and proceed by clicking the &quot;Top-up Now&quot; option.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter the required details such as your login account, password, and character name, following the instructions provided.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSelect a payment method that suits you and complete the transaction by clicking &quot;Pay Now&quot;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter your payment has been successfully processed, your Pok&eacute; Gold will be credited to your Pok&eacute;mon TCG Pocket account within a short period.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9e31db9b667943c6d29YsAlotjO03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(398, 566, '', 'Microsoft Security Essentials Beta &ndash; Download Now', '&lt;h3&gt;Microsoft Security Essentials Beta Released&lt;/h3&gt;\n&lt;p&gt;Microsoft&#039;s Security Essentials Beta Now Available for Download&lt;/p&gt;\n&lt;p&gt;The latest beta version of Microsoft Security Essentials, build 1.0.1487.0, has been released and is now accessible through FileForum.&lt;/p&gt;\n&lt;p&gt;This free anti-malware solution from Microsoft offers comprehensive protection against viruses, spyware, and other malicious software that might compromise your system&#039;s security.&lt;/p&gt;\n&lt;p&gt;Users interested in testing this beta release can head directly to FileForum&#039;s website to obtain the installation package. The new build includes various improvements and bug fixes over previous versions.&lt;/p&gt;\n&lt;p&gt;Microsoft continues to develop this security solution as part of its commitment to providing basic protection for Windows users without additional cost.Microsoft&#039;s Anti-Malware Journey: From Stumbling Blocks to New Beginnings&lt;/p&gt;\n&lt;p&gt;Microsoft has officially launched the public beta of Microsoft Security Essentials, previously known by its codename &quot;Morro,&quot; marking another attempt to establish itself in the anti-malware market.&lt;/p&gt;\n&lt;p&gt;This release represents just the latest chapter in Microsoft&#039;s complicated history with security software. The company&#039;s previous ventures into this space have been met with mixed reactions at best.&lt;/p&gt;\n&lt;p&gt;Windows Defender for Vista was Microsoft&#039;s initial foray into free anti-virus solutions, though its reception was lukewarm. The subscription-based Windows OneCase service fared even worse, becoming known for its subpar performance and the subsequent public relations campaign that seemed to deflect blame rather than address the product&#039;s shortcomings.&lt;/p&gt;\n&lt;p&gt;Microsoft&#039;s struggle to gain traction in the anti-malware sector spans more than six years, with numerous false starts and reboots. The company&#039;s security initiatives date back to 2003, when an early version of Security Essentials was first conceptualized for Windows XP users.&lt;/p&gt;\n&lt;p&gt;Despite these persistent efforts, Microsoft has yet to establish itself as a formidable competitor in this space, raising questions about whether this latest offering will finally break the cycle of repeated beginnings.Microsoft&#039;s Anti-Malware Solution Leverages Collaborative Security Data Network&lt;/p&gt;\n&lt;p&gt;Microsoft&#039;s new security offering integrates with a collaborative threat intelligence system that pools information from various security partners. This network, established under the &quot;Stirling&quot; initiative from 2007, enables real-time sharing of security event data.&lt;/p&gt;\n&lt;p&gt;Several security firms have confirmed their participation in this data-sharing ecosystem, including Kaspersky Labs, RSA, Juniper Networks, and TippingPoint, among others. Notably absent from the acknowledged participants are industry giants McAfee and Symantec, suggesting this collaboration might create a competitive advantage for the participating companies.&lt;/p&gt;\n&lt;p&gt;The system relies on a centralized threat database that collects and distributes dynamic signatures. However, the full integration requires specific agent software currently bundled with Microsoft server products rather than with the consumer security solution itself.&lt;/p&gt;\n&lt;p&gt;Critics have raised concerns about this approach, suggesting that Microsoft&#039;s strategy of offering free basic protection enhanced by this powerful data network might discourage consumers from purchasing more comprehensive commercial security products. The debate centers on whether this represents genuine value for users or potentially undermines the broader security software market.&lt;/p&gt;\n&lt;h3&gt;Microsoft&#039;s New Security Strategy&lt;/h3&gt;\n&lt;p&gt;Microsoft&#039;s new security approach involves automatic system updates, requiring users to place their trust in the company&#039;s management of their operating system and files. When installing the security program, users receive a notification explaining that the software will adjust settings to enable automatic downloads and installations, visually represented by a &quot;full green&quot; icon.&lt;/p&gt;\n&lt;p&gt;The agreement message states: &quot;Using this program means consenting to Microsoft making system changes, including activating features that maintain system updates and enhance internet browsing safety.&quot;&lt;/p&gt;\n&lt;p&gt;In essence, Microsoft is asking customers to make a conscious choice to entrust their system and data security to the company&#039;s expertise.&lt;/p&gt;\n&lt;p&gt;In a significant development toward collaborative security efforts, Microsoft is now establishing data-sharing partnerships. This initiative will involve exchanging database access with selected partners, creating a reciprocal information flow. This interoperability strategy brings together resources from various companies and independent technical experts, potentially addressing previous criticisms of Microsoft&#039;s security approach.&lt;/p&gt;\n&lt;p&gt;This collaborative security ecosystem represents a substantial shift in how threat information is shared across the industry.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; websites that are restricted due to geographical limitations, government censorship, or ISP monitoring. By encrypting their internet traffic and masking their IP address, VPNs provide users with the privacy and security needed to access adult content without fear of surveillance or bandwidth throttling. Porn unblocked through a VPN allows individuals to browse anonymously while bypassing restrictions, ensuring a private and unrestricted online experience even when using public Wi-Fi networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, SafeShell VPN is an excellent solution to consider. Its reliable encryption protocols keep your online activities private and secure, ensuring that your browsing remains anonymous even when accessing sensitive content. With a vast network of servers across multiple regions, SafeShell VPN makes it easy to bypass geo-restrictions and enjoy unrestricted access to adult websites from anywhere in the world.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond simple unblocking. Its lightning-fast speeds allow you to stream high-quality videos without buffering or lag, providing a seamless viewing experience. Additionally, the innovative App Mode feature enables simultaneous access to content from multiple regions, giving you greater flexibility and freedom when exploring various adult sites. This combination of speed and versatility enhances your browsing experience while maintaining top-tier security.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN&rsquo;s advanced ShellGuard protocol offers enhanced protection against surveillance and monitoring, ensuring that your private activities stay confidential. Supporting multiple devices simultaneously, it provides comprehensive security for all your gadgets, whether on Windows, macOS, iOS, Android, or streaming devices. By choosing SafeShell VPN, users can confidently &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and enjoy a safer, faster, and more private online experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing geo-restricted adult platforms, adhere to these steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by establishing a SafeShell VPN account through their official website\n&lt;/li&gt;\n&lt;li&gt;\nProceed to download the SafeShell application compatible with your operating system\n&lt;/li&gt;\n&lt;li&gt;\nInstall the software and authenticate using your newly created credentials\n&lt;/li&gt;\n&lt;li&gt;\nActivate App Mode within the SafeShell interface for optimal regional unblocking\n&lt;/li&gt;\n&lt;li&gt;\nDesignate a target country server from SafeShell VPN&#039;s extensive global network\n&lt;/li&gt;\n&lt;li&gt;\nInitiate the encrypted connection to establish secure tunneling to your chosen location\n&lt;/li&gt;\n&lt;li&gt;\nStream region-specific adult content privately with SafeShell VPN&#039;s protection\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(399, 567, '', 'Marvel Rivals Challenges &ndash; Key Issues &amp; Community Reactions', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a3177172d26b14e03f5f9W6tqxLkV03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a3177172d26b14e03f5f9W6tqxLkV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, Marvel Rivals faces numerous challenges that have stirred frustration among players. The game&rsquo;s community is vocal about the presence of characters like Iron Fist and Captain America, which many consider too powerful or nearly invincible. Support roles also come under fire, often being targeted by aggressive players, creating a hostile environment. Additionally, the ranking system, which awards points based solely on individual performance, has been criticized for its fairness, especially for damage dealers who tend to benefit disproportionately.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In an effort to bring some positivity back, Netease launched the Galacta&rsquo;s Gift event, offering players a chance to earn free rewards and a special costume coin. While this event has been appreciated, the buzz on social media revolves heavily around the new Chrono Shield cards. These consumables are designed to prevent players from losing ranking points in competitive modes, sparking immediate concern among fans.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many players quickly voiced their worries, warning that these cards could cause widespread rank inflation across servers&mdash;a persistent issue in Marvel Rivals. The problem is compounded by the fact that players can earn up to eight cards during the event, with a maximum cap of twenty, hinting at the possibility of obtaining more in the future. This raises fears that Netease might eventually turn these cards into paid items, despite assurances that they will remain accessible only to players below the gold rank.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The potential for these cards to inflate lower ranks further is a significant concern. With an existing Chrono Shield system already in place at lower levels, adding new, more potent cards could make it easier for players to artificially boost their ranks. This could lead to mismatched matches and a less competitive experience, especially if players exploit the system by stacking shields to artificially climb ranks.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another worry is the system&#039;s vulnerability to abuse. Savvy players might stockpile the maximum number of cards and use them repeatedly without facing meaningful penalties, aside from occasional short-term bans. Such exploitation could undermine the integrity of the game&rsquo;s ranking system, prompting calls for Netease to reconsider the implementation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the community debates these changes, comparisons are drawn to other successful titles like Overwatch 2, which manages its competitive environment more effectively. Many hope Netease will take these concerns seriously to preserve the integrity and enjoyment of Marvel Rivals for its dedicated player base.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency in the game Marvel Rivals, enabling players to unlock exclusive content like special skins, emotes, and other cosmetic upgrades for their heroes. Players looking to enhance their gaming experience can easily obtain Marvel Rivals Lattices by topping up through trusted trading platforms such as LootBar, Steam, and other authorized sellers. By purchasing Lattices, users gain access to the Battle Pass and unique customization options that are not available through standard gameplay rewards. This system allows fans to personalize their gameplay and showcase their style in the competitive Marvel Rivals universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. lootbar.gg stands out as a highly reliable and user-friendly platform where gamers can securely &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Marvel Rivals Lattice&lt;/a&gt; with ease. Not only does it support a wide range of popular games, but it also offers a professional service designed to meet the needs of players worldwide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of lootbar is its commitment to customer convenience and satisfaction. The platform features 24/7 online customer support, ensuring that any questions or concerns can be addressed at any time. Additionally, lootbar.gg provides multiple payment options, making transactions quick and straightforward for users from different regions. The site is well-known for its safe and efficient top-up process, allowing players to focus more on their gameplay and less on payment worries.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond the practical benefits, lootbar fosters a vibrant community where players can access game guides, stay updated on the latest leaks, and participate in exclusive events through its blog and Discord server. With frequent promotions and discounts&mdash;sometimes reaching up to 20% off&mdash;players can buy Marvel Rivals Lattice at a highly competitive price. This combination of affordability, security, and community engagement makes lootbar.gg an excellent choice for anyone looking to enhance their Marvel Rivals experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices on the LootBar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official LootBar website at lootbar.gg and sign in after selecting your language and currency preferences.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, navigate to the home page and locate Marvel Rivals under the Top-Up section.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThen, enter your Marvel Rivals User ID to ensure the Lattices are credited to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, choose the desired quantity of Marvel Rivals Lattices you wish to purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, select your payment method from the available options and confirm your transaction by clicking &quot;Pay Now.&quot;\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By completing these steps, you can easily top up Marvel Rivals Lattices to enhance your in-game experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(400, 568, '', 'Chris Anderson Plagiarism Controversy &ndash; Free Book Issues', '&lt;p&gt;Numerous verbatim passages surfaced in Chris Anderson&#039;s &quot;&lt;i&gt;Free: The Future of a Radical Price&lt;/i&gt;&quot;, notably from Wikipedia and other online platforms.&lt;/p&gt;\n&lt;p&gt;The unattributed material was identified by Waldo Jaquith during a review of an advance copy.&lt;/p&gt;\n&lt;p&gt;Anderson, Wired&#039;s editor-in-chief, acknowledged the oversight to Jaquith and publisher Hyperion before public disclosure.&lt;/p&gt;\n&lt;p&gt;He committed to revising digital and future print editions to address citation failures.&lt;/p&gt;\n&lt;p&gt;This situation presents a profound irony, as Anderson&#039;s book champions the disruptive impact of free content models.&lt;/p&gt;\n&lt;p&gt;Critics highlighted the contradiction, suggesting it underscores a potential devaluation of content integrity when price vanishes.&lt;/p&gt;\n&lt;p&gt;Parallels emerged with a past Wired-related controversy involving Jon Katz&#039;s shelved &quot;Voices from the Hellmouth&quot; project.&lt;/p&gt;\n&lt;p&gt;That incident involved incorporating Slashdot user comments without proper attribution or consent.&lt;/p&gt;\n&lt;p&gt;Both cases involve figures associated with Wired promoting cultural shifts while facing accusations of disregarding source material rights.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions and censorship that limit access to adult content in their regions. Unblock porn refers to the ability to bypass these restrictions and access adult websites securely and privately, ensuring a seamless browsing experience regardless of local limitations.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people wish to access region-restricted adult content through porn unblock, they should consider using SafeShell VPN. This service provides a reliable solution to bypass geographical barriers and securely &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might otherwise be inaccessible.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN delivers significant advantages for users seeking unrestricted access. It employs powerful, undetectable encryption to keep your online activities completely private, shielding you from ISP monitoring and network restrictions. Experience lightning-fast connection speeds without compromising security, ideal for seamless HD streaming. The service also enables users to simultaneously access content libraries from multiple regions without needing to constantly switch servers manually. Furthermore, SafeShell VPN supports connections on several devices at once, ensuring comprehensive protection and freedom across all your gadgets.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; on their official website, selecting a suitable plan for your viewing needs.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application on your preferred device, ensuring compatibility with your operating system.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the app and activate App Mode within SafeShell VPN to maximize regional content accessibility and streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nChoose a specific server location from SafeShell VPN&#039;s global network to unlock geo-restricted pornographic content from that region.\n&lt;/li&gt;\n&lt;li&gt;\nConnect securely through SafeShell VPN and enjoy anonymous browsing, ensuring your online activities remain private and unrestricted.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(401, 569, '', 'Cheating in FC 26 &ndash; Methods, Risks &amp; Prevention Tips', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction: The Ethics and Impact of Cheating in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cheating in FC 26 disrupts the spirit of fair competition and damages the overall experience for players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It is important to understand how these unfair tactics work so the community can identify and counteract them effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many gamers have encountered or even used cheats at some point, often driven by the desire for quick success or to bypass challenges.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This inclination stems from a natural urge to seek easier paths to victory, even though it may compromise the integrity of the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example, discovering a loophole or exploit that grants instant rewards can be a strong temptation, leading some to use it despite knowing it&rsquo;s unethical.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The decision to cheat is frequently influenced by personal gain rather than concern for fairness or the broader community.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When the risk of consequences is low, the temptation to cheat increases for many individuals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, it&rsquo;s crucial to recognize that cheating is fundamentally harmful.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It erodes trust, disrupts balance, and diminishes enjoyment for everyone involved&mdash;whether in multiplayer or single-player modes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By understanding and rejecting cheating, players can help maintain a healthy, competitive environment and protect the games they love.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Players Cheat: Motivations and Temptations&lt;/h3&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cheating in FC 26: An Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cheating disrupts the integrity of gameplay, negatively impacting both competitive and casual experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It creates an uneven playing field, making it unfair for those who choose to play honestly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Even when used in solo modes, cheats diminish the sense of achievement for rule-abiding players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Such actions can erode the community and harm the reputation of the game itself.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;FC 26 does not offer built-in cheat codes from its developers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players seeking an unfair edge must rely on external programs or unofficial methods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These approaches are not supported by the game and may pose risks to your account and enjoyment.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Common FC 26 Cheats and How They Work&lt;/h3&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUtilizing unauthorized external programs can provide unfair benefits in FC 26.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAutomated bots may perform gameplay actions, giving players an edge without effort.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPurchasing in-game currency from unofficial sources is another method to gain advantages.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAdjusting hidden or advanced settings can tip the odds in a player&#039;s favor.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nModifying player attributes or stats outside of normal gameplay can be exploited.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCustomizing gameplay elements beyond standard options may create imbalances.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUsing manual assistance features can also be leveraged for non-standard gains.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PC Vulnerabilities and Cheat Tools&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;PC gamers are particularly at risk when it comes to FC 26 cheating methods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A wide range of software exists to exploit the game, with Trainer and Cheat Engine being among the most popular choices.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These applications allow users to change various aspects of gameplay, such as adjusting scores, modifying the game timer, boosting stamina, enhancing player stats, and increasing in-game funds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A major concern is the lack of an effective response from Electronic Arts to combat these cheating tools.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cheaters are widespread, even affecting individual online matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every year, new and more sophisticated cheats emerge, frequently managing to bypass EA&rsquo;s latest anti-cheat updates.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Bots: AutoBuyers and AutoBidders&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bots function as automated tools that interact with EA servers, managing updates and streamlining tasks for users.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Users set their desired prices for particular cards, and when those cards become available in the transfer market, the bot completes the transaction automatically.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many of these bots are equipped to sell items without user involvement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;AutoBuyer bots focus on instant purchases via the &#039;Buy it Now&#039; feature, while AutoBidder bots engage in bidding for items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sophisticated bots are capable of handling all buying and selling processes independently, requiring no player intervention.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;It&rsquo;s important to note that utilizing such automation can lead to account bans from Electronic Arts due to violation of fair play policies.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buying Coins: Methods and Risks&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Purchasing coins in Football Club is strictly against the Terms of Service and is not allowed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Engaging in this practice can make the game more pay-to-win, negatively affecting fair competition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many websites provide options to buy Ultimate Team coins, individual players, or even complete accounts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These alternatives are typically less expensive than acquiring FC Points through official means.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To circumvent EA&#039;s detection systems, sellers employ various strategies:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPlayer Auction: You set one of your players for sale at the highest possible price, and the seller buys it.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nComfort Trade: You give your account credentials to the seller, who then manages the transaction for you.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMule Account: Coins are moved to your account using a separate intermediary account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFC Auction House: You list a low-rated player at an inflated price, and the seller purchases it to transfer coins.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Advantage Settings: Manipulating Match Balance&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When playing Kick-Off mode, players often try to even the odds by picking teams of varying strengths.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;But there&#039;s an alternative: you can individually adjust handicaps for each side, making the match more competitive.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By discreetly using the R3 button on the team selection screen, you can open the advantage settings menu without alerting your opponent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Here, you have the option to tweak the difficulty level for your CPU-controlled teammates, influencing their behavior both offensively and defensively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another available option is to set an initial score advantage from the same settings menu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, this approach is risky, as your opponent is likely to spot the change, forcing you to admit what you&rsquo;ve done.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Editing Players: Stat Customization and Exploits&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This technique is available in Career Mode, Tournaments, and Kick-Off, where it is particularly useful.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By accessing a concealed menu, you have the ability to adjust your team&#039;s player statistics, effectively transforming even low-rated athletes into top performers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, if you are aware of the teams your rivals prefer, you can modify their players&rsquo; attributes to reduce their effectiveness.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Be cautious not to swap teams during this process, as it could backfire and work against you.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To modify player attributes:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFrom the FC main menu, select [Customise].\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to [Create Player], then use the Right Stick to find [Edit Real Player].\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick a player, then go to [Athletic] and [Attributes] to make your changes.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Gameplay Customisation: Tweaking Attributes for Advantage&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you want to outplay the CPU and impress others, there&rsquo;s a straightforward trick you can use.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;On the Gameplay Customization menu, attributes such as passing, pace, and goalkeeping are typically set at 50%, which is only half their maximum value.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You have the ability to adjust these stats for both your own team and the CPU opponent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A discreet method is to increase your team&rsquo;s stats to 70% while reducing the CPU&rsquo;s to 30%, giving yourself a noticeable edge without making it obvious.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Modifying essential stats like shot accuracy, shot speed, goalkeeping, and pace can significantly influence how the match unfolds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To access these settings, start from the FC main menu and choose [Customise].&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Navigate to [Settings], then select [Game Settings].&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Use R2 or RB to move to the [User Gameplay Customisation] and [CPU Gameplay Customisation] sections, where you can make these adjustments.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Manual Assist: Controller Settings Manipulation&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Altering another player&rsquo;s controller settings can give you an unfair edge, especially if you subtly change options they&rsquo;re unlikely to notice.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example, key gameplay actions like shooting, through balls, and lobbed passes are typically set to &lsquo;Assisted&rsquo; mode, letting the game help guide these actions. If you switch these to &lsquo;Manual&rsquo; for your opponent, they lose this helpful guidance, making their gameplay harder&mdash;particularly if they aren&rsquo;t experienced enough to notice the change.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To do this, open the FC main menu and go to [Settings]. Then select [Customise Controls] and set all actions previously marked as [Assisted] to [Manual]. Make sure to save these new settings, and ensure your opponent continues using this altered configuration whenever they play.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This technique is subtle enough that casual players might not realize their controls have changed, putting them at a significant disadvantage.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions About Cheating in FC 26&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cheating in FC 26 is technically feasible, but it goes against the rules and disrupts fair competition.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players sometimes use unauthorized tools or tactics, including third-party programs, automated bots, or purchasing in-game currency to gain an edge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other common approaches involve altering game settings, modifying player attributes, customizing gameplay options, or enabling manual assistance for specific actions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To identify if someone is cheating, familiarize yourself with these techniques so you can spot suspicious behavior during matches.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fake Cheats and Scams: How to Stay Safe&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Fake cheats in FC 26 present significant risks to players, including not only the threat of being banned but also falling victim to various scams.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To safeguard your account and personal information, always remember these key precautions:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnly use official EA websites, ensuring the URL starts with https://www.ea.com\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBe wary of links that redirect you away from trusted sources\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNever click on email links requesting your login credentials or warning that your account is in danger\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKeep your account details private, even from those claiming to be EA Sports representatives\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIgnore offers for card duplicators, coin generators, or any similar shortcuts, as these are scams and do not work\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many scammers try to appear legitimate by employing tactics such as:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSetting up fake social media profiles filled with fabricated reviews and fake giveaways\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPosting YouTube videos that request your account information under false pretenses\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDesigning websites that closely resemble the official EA site\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSharing fraudulent FUT team links\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPretending to be EA staff to gain your trust\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Some of the most common scams include:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCard Duplicators: These claim they can copy your cards but require your account details, which are then stolen by the scammer\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCoin Generators: These ask for the number of coins you want and your login information, leading to theft&mdash;sometimes, scammers even charge a fee for this fake service\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimately, many players who appear to have vast in-game wealth have earned it through legitimate play, smart trading, or purchasing FC Points&mdash;not by using cheats. Pursuing shortcuts through fake cheats only puts your account and personal information at risk.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;EA&#039;s Anti-Cheat Measures&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Electronic Arts employs multiple strategies to tackle cheating within their games.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnforcement of penalties: Players found violating rules may face consequences such as leaderboard removal, loss of rewards, coin resets, club deletion, restrictions on the Transfer Market, and bans that range from specific games to all EA titles.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRemoval of direct trading: EA discontinued the trade offer feature to limit the ability for users to exchange items directly and circumvent fair play systems.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIntroduction of untradeable cards: Many items, such as those from starter packs or daily rewards, are now marked as untradeable to prevent illicit item transfers between accounts.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnhanced account protection: Two-factor authentication is required for account access from unfamiliar devices, generating a time-sensitive code to improve security against unauthorized logins.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAutomated detection and blocking: EA has set up systems to identify and suspend accounts showing bot-like behavior, though this sometimes impacts legitimate players who must appeal or create new accounts.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDeployment of EAAC technology: The EA Anti-Cheat (EAAC) tool works at the kernel level to block external software and file injections, helping maintain game integrity and a fair competitive environment.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;EA AntiCheat (EAAC) on PC: Features and Limitations&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;PC players benefit from the EA AntiCheat system, first introduced with FIFA 23.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This anti-cheat solution operates at the kernel level, launching when you start Football Club 26 and shutting down as soon as you exit the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Its main function is to detect and block unauthorized third-party programs from interacting with FC 26, preventing external files or software from being injected.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Because of this, not only are cheats restricted, but some community-created mods may also be affected and might not function correctly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Kernel-level cheats have become increasingly common in PC gaming, making them harder to detect with standard anti-cheat tools.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These advanced cheats can bypass most non-kernel protections, which is why EA&rsquo;s system focuses on deeper system monitoring.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Securing single-player content is also important, as vulnerabilities there can often be exploited to compromise online modes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can still play FC 26 offline on PC while EAAC is installed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, online features such as Ultimate Team continue to require an active internet connection.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you find yourself running low on coins in &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;ea sports fc 26&lt;/a&gt; and want to boost your gameplay instantly, look no further than &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;, the ultimate trading platform where you can &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fifa coins&lt;/a&gt; with ease. Whether you&#039;re aiming to build your dream squad or stay ahead in the competition, LootBar makes it simple and convenient to &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy fc coins&lt;/a&gt; for FC 26, ensuring you never miss an opportunity to upgrade your team or make those crucial transfers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;LootBar stands out for its unbeatable prices, often featuring exclusive promotions and discounts on &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt;, so you get more value with every purchase. Security is a top priority, with advanced encryption and strict data protection keeping every transaction safe and reliable. With 24/7 customer service ready to assist you at any time and lightning-fast delivery&mdash;usually within half an hour&mdash;you can trust LootBar for a seamless experience from start to finish. Join the thousands of satisfied gamers who rate LootBar 10/10 and enjoy a hassle-free way to buy fifa coins and enhance your EA Sports FC 26 adventure today!&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(402, 570, '', 'Monopoly GO Peg-E&#039;s Galactic Exchange &ndash; Event Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a327731cb7def375dfa49p6RXM5Ah03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a327731cb7def375dfa49p6RXM5Ah03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Scopely continues to innovate within Monopoly GO, introducing fresh ways to engage players and elevate the gaming experience. Recently, they unveiled an unprecedented event known as Peg-E&#039;s Galactic Exchange, marking a new chapter in collaborative gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unlike traditional mini-games like Peg-E prize drops, this event emphasizes community effort and teamwork. It is a limited-time challenge that encourages players worldwide to unite in achieving common milestones through the exchange and gifting of stickers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participation is straightforward: players simply trade or gift stickers with their friends during the event period, which runs from June 13th to June 18th. Every trade or gift contributes to the collective progress, fostering a sense of shared achievement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As the community hits predefined milestones&mdash;such as reaching a specific number of trades&mdash;everyone involved receives rewards. The more active you are in trading and gifting, the greater your contribution to the community&rsquo;s overall success, making this event a truly collaborative experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a327d336b232687f58fa6j770dGJ603&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a327d336b232687f58fa6j770dGJ603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the Galactic Exchange is a key aspect of advancing within Monopoly GO. Engaging in sticker trading helps foster community connections and unlock new rewards. The process is straightforward, and here&rsquo;s how to get started:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;First, access your sticker album within the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, select a duplicate sticker you wish to trade. Remember, only duplicates are eligible for trading.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting the sticker, choose a friend from your Monopoly GO friends list to send it to.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, tap the &quot;send&quot; button to complete the trade. The sticker will then be delivered to your friend&#039;s collection, contributing to their progress as well.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68af98a0e0d8d643ef3009fbRhFKy6pG03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68af98a0e0d8d643ef3009fbRhFKy6pG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the Peg-E Galactic Exchange event in Monopoly GO, a series of community-wide milestones have been set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These targets require participation from the entire Monopoly GO community to unlock shared rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As players contribute towards these goals, everyone involved will earn exciting prizes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The table provided outlines each milestone level and the corresponding rewards that await once achieved.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Collaborative effort is key to reaching these objectives and maximizing the benefits for all participants in the event.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a328331cb7def375dfb19mPSAUNNL03&quot; height=&quot;87&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a328331cb7def375dfb19mPSAUNNL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go Dice&lt;/a&gt; serves as the primary form of in-game currency in Monopoly Go, allowing players to roll the dice and progress through the digital board. Players can acquire Monopoly Go Dice through top-up services available on leading game trading platforms such as Codashop, SEAGM, and Midasbuy. By purchasing more Monopoly Go Dice, users can increase their chances of unlocking new features, advancing in the game, and enhancing their overall gameplay experience. These platforms make it convenient and secure for players to obtain extra dice and continue their Monopoly Go adventure.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Monopoly Go Dice, they may want to consider the lootbar game trading platform for a seamless and trustworthy experience. &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; stands out by offering affordable prices and a wide variety of in-game items, making it the go-to choice for players looking to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; or other collectibles. The platform is known for its reliability and smooth transaction process, ensuring that users enjoy not only savings but also peace of mind during their purchases.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of using lootbar.gg is the emphasis on security and customer support. With robust encryption technologies and strict data protection measures, players can confidently complete their purchases knowing their personal and payment information is safeguarded. Additionally, the 24/7 professional customer service team is always on standby, ready to resolve any issues or answer questions regarding Monopoly Go Dice or other in-game items, making every transaction worry-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg excels in providing quick and efficient delivery of digital goods, ensuring that you get your Monopoly Go Dice and stickers almost instantly after purchase. The platform&rsquo;s commitment to fast service, competitive prices, and a user-friendly environment makes it an ideal destination for anyone looking to enhance their Monopoly Go experience. By choosing to buy Monopoly Go Dice on lootbar.gg, players benefit from convenience, security, and exceptional value.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, start by visiting the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;. Once there, select your preferred language and currency, then log in to your account. Navigate to the Home page and locate the Game Item section, where you will find the option for Monopoly Go Sticker. If you&#039;re interested in purchasing Monopoly Go dice as well, simply switch to the &quot;top up&quot; tab on the left-hand menu to access the dice purchase option.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, fill in the required information, such as your username and Invitation Link, as prompted by the site. Carefully select the specific Monopoly Go Stickers you wish to buy and indicate the desired quantity before clicking the &ldquo;Buy Now&rdquo; button. Finally, choose your preferred payment method, proceed with the payment by clicking &quot;Pay Now,&quot; and your Monopoly Go Stickers and dice will be processed for delivery to your account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(403, 571, '', 'Genshin Impact 6.x &ndash; Neue Gebiete &amp; Charaktere enth&uuml;llt', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a31dec6d77e2fa001fab7IE23KJ3p03&quot; height=&quot;377&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a31dec6d77e2fa001fab7IE23KJ3p03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In den neuesten Enth&uuml;llungen zu Genshin Impact, insbesondere f&uuml;r Version 6.x, tauchten spannende Details zu neuen Gebieten und Charakteren auf. Ein Insider, bekannt unter dem Pseudonym ****, aus einem chinesischen Forum namens Tieba, lieferte Einblicke in die F&auml;higkeiten von Durin, Columbine sowie in die Hintergr&uuml;nde zu den standardm&auml;&szlig;igen Varka-Ger&uuml;chten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Es wird vermutet, dass Durin eine Wiedergeburt erlebt, die ihm im Vergleich zu epischer Xiangling erheblichen Schaden erm&ouml;glicht. Dies liegt an vereinfachten pyro-basierten Anwendungen und einer reduzierten Resistenz gegen&uuml;ber Anemo-, Hydro- und Pyro-Sch&auml;den. Ohne die Konstellation &bdquo;Soubrette&ldquo; wandelt sich Columbine zu einem n&uuml;tzlichen Hydro-Support, kann jedoch nicht als Haupt-Damage-Dealer eingesetzt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Punkt, der f&uuml;r Aufregung sorgt, ist die Theorie, Varka in die regul&auml;re Spielroutine zu integrieren. Dieser Gedanke entstand durch Hinweise, die auf eine Verbindung zwischen Varka und den bekannten Ereignissen hinweisen. So behauptete &lt;strong style=&quot;font-family:Arial;&quot;&gt;Sliver&lt;/strong&gt; mit Bezug auf &lt;strong style=&quot;font-family:Arial;&quot;&gt;Douma&lt;/strong&gt;, dass &bdquo;alle Ereignisse, bei denen die Zeichen von Nod-Kraya eine Rolle spielen, nicht zur menschlichen Rasse geh&ouml;ren&ldquo;. In einer fr&uuml;hen Handlung wurde der Ritter Boreas als der einzige Mensch unter den erwarteten Helden beschrieben. Es wird spekuliert, dass die Urspr&uuml;nge des Kriegers sich sp&auml;ter mit anderen Rassen vermischen k&ouml;nnten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ohne zu viel zu verraten, scheint Meister Varka &lt;strong style=&quot;font-family:Arial;&quot;&gt;nicht als festes Mitglied des Standard-Teams&lt;/strong&gt; best&auml;tigt zu sein, was auf m&ouml;gliche &Uuml;berraschungen in zuk&uuml;nftigen Updates hindeutet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a31e0926fef35b6bb44cblgqBV2S003&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a31e0926fef35b6bb44cblgqBV2S003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a31e7c6d77e2fa001fb53ovq4T7Us03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a31e7c6d77e2fa001fb53ovq4T7Us03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Basierend auf den verf&uuml;gbaren Informationen haben wir einen &Uuml;berblick &uuml;ber die kommenden Updates erstellt:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im ersten Schritt wird mit Patch 6.2 Durn erscheinen, der in der ersten Phase verf&uuml;gbar sein wird. Die Wiederholungen der Banner werden in unbestimmter Reihenfolge stattfinden, darunter bekannte Charaktere wie Richter Neuvillette, Escoffiers K&ouml;che sowie Archon Venti. Es besteht zudem die M&ouml;glichkeit, dass regionale Banner f&uuml;r Mondstadt eingef&uuml;hrt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Update 6.3 soll die T&uuml;ren zum &lt;strong style=&quot;font-family:Arial;&quot;&gt;Schmiede von Montenegro&lt;/strong&gt; sowie zu Columbine &ouml;ffnen. W&auml;hrend des Seelaternenfests wird Archon Zhongli erneut seine Rolle &uuml;bernehmen und den Adepten des wei&szlig;en Pferdes wiederbeleben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;F&uuml;r zuk&uuml;nftige Versionen sind noch unbekannte Inhalte geplant, darunter Varka sowie drei neue m&auml;nnliche epische Helden. Es wird darauf hingewiesen, dass der junge Mann Illuga, zusammen mit Kirill Chudomirovich Fleance, zum Zeitpunkt der Ver&ouml;ffentlichung nicht den Hydro- oder Cryo-Elementen zugeordnet ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Version 6.6 wird au&szlig;erdem die Hexe Nicole erwartet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&uuml;rdet ihr gerne Ritter Boreas im Event- oder Standardbanner sehen? Teilt uns eure Meinungen zu den F&auml;higkeiten der neuen Begleiter sowie interessante Fakten &uuml;ber die lang erwarteten Helden mit.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die Premiumw&auml;hrung in Genshin Impact, mit der Spieler exklusive Gegenst&auml;nde und Vorteile im Spiel erwerben k&ouml;nnen, wie zum Beispiel Urgestein oder spezielle Pakete mit Aufwertungsmaterialien. Diese W&auml;hrung wird haupts&auml;chlich dazu genutzt, den Fortschritt zu beschleunigen oder besondere Belohnungen zu erhalten. Sch&ouml;pfungskristalle erh&auml;lt man, indem man sie direkt &uuml;ber verschiedene Gaming-Plattformen wie miHoYo, Codashop oder andere autorisierte Handelsseiten per Aufladung kauft. Somit bieten Sch&ouml;pfungskristalle den Spielern die M&ouml;glichkeit, ihre Spielerfahrung individuell zu gestalten und zus&auml;tzliche Inhalte freizuschalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihre Sch&ouml;pfungskristalle aufladen m&ouml;chten, sollten sie unbedingt die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Denn lootbar.gg bietet eine sichere und bequeme M&ouml;glichkeit, Genshin Impact Guthaben zu erwerben, indem sie direkt mit dem offiziellen &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hoyoverse recharge&lt;/a&gt; System verbunden ist. So erhalten die Nutzer ihre &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin crystals top up&lt;/a&gt; schnell und ohne Umwege auf ihr Konto.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Vorteil der Nutzung von lootbar ist die Preisgestaltung. Auf lootbar.gg k&ouml;nnen Spieler regelm&auml;&szlig;ig von attraktiven Rabatten und Sonderaktionen profitieren, wodurch sie beim &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin Urgesteine kaufen&lt;/a&gt; bares Geld sparen. Au&szlig;erdem ist der Ablauf der Transaktionen besonders einfach: Die Seite ist benutzerfreundlich gestaltet, die Bezahlung funktioniert mit verschiedenen sicheren Methoden und der Support steht bei Fragen stets zur Verf&uuml;gung.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich &uuml;berzeugt lootbar durch seine Zuverl&auml;ssigkeit und Vertrauensw&uuml;rdigkeit. Da lootbar mit offiziellen Partnern zusammenarbeitet, k&ouml;nnen sich Spieler darauf verlassen, dass die Sch&ouml;pfungskristalle direkt und sicher ihrem Genshin Impact Konto gutgeschrieben werden. Wer also das Maximum aus seinem Spielerlebnis herausholen will, f&uuml;r den ist lootbar.gg die optimale Wahl f&uuml;r den n&auml;chsten hoyoverse recharge.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle f&uuml;r Genshin Impact auf der LootBar Handelsplattform aufzuladen, besuchen Sie zun&auml;chst die offizielle LootBar Website und w&auml;hlen Sie Ihre bevorzugte Sprache sowie den gew&uuml;nschten W&auml;hrungstyp aus. Loggen Sie sich danach mit Ihrem Account ein und suchen Sie in der Liste der Spiele nach Genshin Impact. W&auml;hlen Sie die Option zum Aufladen und bestimmen Sie im n&auml;chsten Schritt, wie viele Sch&ouml;pfungskristalle Sie Ihrem Konto hinzuf&uuml;gen m&ouml;chten. Klicken Sie anschlie&szlig;end auf &bdquo;Top-up now&ldquo;, um fortzufahren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im weiteren Verlauf w&auml;hlen Sie den Server aus, auf dem Ihr Genshin Impact Account registriert ist, und geben Ihre pers&ouml;nliche UID ein, damit die Sch&ouml;pfungskristalle korrekt zugeordnet werden k&ouml;nnen. Nach &Uuml;berpr&uuml;fung der Angaben klicken Sie auf &bdquo;Aufladen&ldquo; und entscheiden sich f&uuml;r eine der angebotenen Zahlungsmethoden. Nach erfolgreicher Bezahlung werden die Sch&ouml;pfungskristalle Ihrem Spielkonto gutgeschrieben, sodass Sie diese f&uuml;r besondere Items oder zum Umtausch in &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Urgestein genshin impact&lt;/a&gt; verwenden k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(404, 572, '', 'Pok&eacute;mon TCG Pocket &ndash; Die besten Leihdecks im &Uuml;berblick', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692a32d2926fef35b6bb571dgHA0vLDm03&quot; height=&quot;540&quot; src=&quot;https://c2c.fp.guinfra.com/file/692a32d2926fef35b6bb571dgHA0vLDm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;960&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im mobilen Pok&eacute;mon-Sammelkartenspiel Pocket sammeln wir nicht nur digitale Karten, sondern treten auch in K&auml;mpfen gegeneinander an. F&uuml;r diese K&auml;mpfe nutzen wir Decks mit jeweils 20 Karten, die wir entweder selbst zusammenstellen oder auf vorgefertigte Leihdecks zur&uuml;ckgreifen k&ouml;nnen. Doch welche Leihdecks sind wirklich empfehlenswert? Unsere Tier-Liste gibt einen &Uuml;berblick &uuml;ber die besten Optionen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alle wichtigen Infos zu Pok&eacute;mon TCG Pocket findet ihr in unserer ausf&uuml;hrlichen &Uuml;bersicht.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein kleiner Hinweis vorweg: Die Decks werden erst nach Abschluss des sechsten Teils des Kampf-Tutorials freigeschaltet. Die eigentlichen K&auml;mpfe sind ab Level 3 im Account verf&uuml;gbar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Unsere Tier-Liste kategorisiert die Decks in die Stufen S bis D. Decks in der Kategorie S z&auml;hlen zu den besten, w&auml;hrend die Bewertung mit jeder Stufe abnimmt; die schlechtesten Decks befinden sich in D. Das bedeutet: S ist die h&ouml;chste, gefolgt von A, B, C und D.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zu den Top-Decks geh&ouml;ren unter anderem:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMewtu-EX\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPikachu-EX\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBisaflor-EX-Deck\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGlurak-EX-Deck\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKanto-Fossilien\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKnuddeluff-EX\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMajor Bob\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTurtok-EX\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nKoga\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNidoqueen &amp;amp; Nidoking\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPyro\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRocko\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMachomei-EX\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGallopa\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOinsir\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSandamer\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Leihdeck, das wir zu Beginn des Tutorials erhalten, hilft beim Erlernen der Grundlagen. Welches es ist, h&auml;ngt vom Starter-Boosterset ab, das wir zu Beginn &ouml;ffnen:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnschlagbare Gene Glurak-Booster: Pinsir-Start-Leihdeck\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnschlagbare Gene Pikachu-Booster: Gallopa-Start-Leihdeck\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUnschlagbare Gene Mewtu-Booster: Sandamer-Start-Leihdeck\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Alle genannten Decks sind Leihdecks. Eigene, selbst zusammengestellte Decks wurden in dieser &Uuml;bersicht nicht ber&uuml;cksichtigt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Leihdecks werden vor allem durch das Abschlie&szlig;en von Deck-Missionen freigeschaltet. Dabei ist meist erforderlich, bestimmte Karten oder Kartenmengen zu sammeln. Nach Erhalt eines Leihdecks ist es allerdings nur f&uuml;r eine begrenzte Anzahl an K&auml;mpfen nutzbar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diese Tier-Liste basiert auf den Meinungen erfahrener Spieler*innen sowie unseren eigenen Erfahrungen. Sie stellt keine unumst&ouml;&szlig;liche Bewertung dar, sondern dient als Orientierungshilfe, auf welche Decks ihr setzen solltet, basierend auf den Kartenwerten und der Spielbarkeit.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Pok&eacute;mon Trading Card Game Pocket und wird verwendet, um verschiedene Ingame-Gegenst&auml;nde zu erwerben, Zubeh&ouml;r freizuschalten oder die Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wieder aufzuf&uuml;llen. Damit k&ouml;nnen Spieler ihr Erlebnis individuell gestalten und ihre digitale Kartensammlung gezielt erweitern. Pok&eacute; Gold l&auml;sst sich bequem &uuml;ber bekannte Plattformen wie Lootbar.gg aufladen, sodass Sie schnell und sicher neue M&uuml;nzen erhalten und sofort von den Vorteilen im Spiel profitieren. So wird das Sammeln und Spielen von Pok&eacute;mon-Karten noch spannender und abwechslungsreicher.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Pok&eacute; Gold aufladen m&ouml;chten, sollten sie auf jeden Fall die Vorteile der lootbar.gg Plattform in Betracht ziehen. Die Plattform bietet eine benutzerfreundliche und effiziente L&ouml;sung f&uuml;r alle, die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; und damit im Pokemon Trading Card Game Pocket ihre Sammlung erweitern wollen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein bedeutender Vorteil der &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; Plattform sind die &auml;u&szlig;erst attraktiven Preise, mit denen Spieler beim Kauf von Pok&eacute; Gold bares Geld sparen k&ouml;nnen. Regelm&auml;&szlig;ige Sonderaktionen und Rabatte sorgen daf&uuml;r, dass das Aufladen besonders g&uuml;nstig ist. Dar&uuml;ber hinaus sorgt lootbar.gg mit modernster Verschl&uuml;sselung und strengen Datenschutzrichtlinien f&uuml;r h&ouml;chste Sicherheit bei s&auml;mtlichen Transaktionen &ndash; so sind sowohl pers&ouml;nliche Daten als auch Zahlungen stets bestens gesch&uuml;tzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nicht zuletzt &uuml;berzeugt lootbar.gg durch einen exzellenten 24/7 Kundenservice und eine besonders schnelle Lieferung. Das kompetente Support-Team steht rund um die Uhr zur Verf&uuml;gung, um bei Fragen oder Problemen sofort zu helfen. Mit der schnellen Bereitstellung des Pok&eacute; Gold k&ouml;nnen Spieler ohne Wartezeiten in die spannende Welt der Pok&eacute;mon TCG eintauchen und ihre Lieblingskarten erwerben.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold im Pokemon Sammelkartenspiel Pocket &uuml;ber die Lootbar-Handelsplattform aufzuladen, gehen Sie wie folgt vor:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Ouml;ffnen Sie zun&auml;chst die Website von Lootbar.gg in Ihrem Browser und melden Sie sich mit Ihrem Benutzerkonto an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie anschlie&szlig;end auf der Hauptseite zur Sektion, in der Sie das Guthaben f&uuml;r Pokemon TCG Pocket aufladen k&ouml;nnen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie dann die gew&uuml;nschte Menge an Pok&eacute; Gold aus, die Sie f&uuml;r das Spiel ben&ouml;tigen, um die &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Pokemon Sammelkartenspiel Pocket&lt;/a&gt; erfolgreich durchzuf&uuml;hren.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nGeben Sie im n&auml;chsten Schritt Ihre Kontoinformationen sowie den Charakternamen ein und best&auml;tigen Sie die Eingabe, um mit dem Kauf fortzufahren.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nJetzt entscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden und schlie&szlig;en den Zahlungsvorgang ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach erfolgreicher Transaktion wird das Pok&eacute; Gold innerhalb kurzer Zeit Ihrem Spielkonto gutgeschrieben, sodass Sie es sofort im Pokemon TCG nutzen k&ouml;nnen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(405, 573, '', 'Netflix December Highlights &ndash; Top Shows in 2025', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b83b899b226a0642383eaXduqx1EG07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b83b899b226a0642383eaXduqx1EG07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix December Highlights&lt;/h3&gt;\n&lt;p&gt;As December unfolds, Netflix continues to surprise us with a mix of thrilling and nostalgic content, making it a standout month for viewers in 2025. The spotlight is on the highly anticipated conclusion of &lt;em&gt;Stranger Things 5&lt;/em&gt;, which promises to deliver the show&#039;s most emotional and action-packed episodes yet, marking the end of an era for the beloved series.&lt;/p&gt;\n&lt;p&gt;In addition to this epic finale, fans can look forward to the return of &lt;em&gt;Emily in Paris&lt;/em&gt; for its fifth season, offering more fashion-forward escapades and romantic entanglements in the City of Light. For those interested in real estate, a new season of a popular property-flipping reality show is also arriving, blending drama with renovation triumphs.&lt;/p&gt;\n&lt;p&gt;Genre enthusiasts are not left out, as a fresh western drama debuts, bringing rugged landscapes and frontier justice to screens, alongside the second season of a hit Mexican series that has captivated audiences worldwide with its gripping storyline.&lt;/p&gt;\n&lt;p&gt;Deciding what to watch this December can be challenging, so we&#039;ve curated a list of the must-see Netflix offerings for the month. From unforgettable finales to exciting new series, these picks are set to make your holiday season entertaining and memorable.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b83bb7d51a727177185bblVKe91YN07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b83bb7d51a727177185bblVKe91YN07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Skip the temptation of &lt;em&gt;Owning Manhattan&lt;/em&gt; Season 2 landing December 5th.  &lt;/p&gt;\n&lt;p&gt;Unless your passion for New York real estate eclipses your overflowing watchlist,&lt;/p&gt;\n&lt;p&gt;this Ryan Serhant-fronted reality saga can wait.&lt;/p&gt;\n&lt;p&gt;His firm&#039;s expansion and big-city listings promise drama,&lt;/p&gt;\n&lt;p&gt;but prioritize your precious December viewing time elsewhere.&lt;/p&gt;\n&lt;p&gt;Binge it later when the frenzy subsides.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Conversely, clearing your entire schedule for &lt;em&gt;Stranger Things&lt;/em&gt; is non-negotiable.  &lt;/p&gt;\n&lt;p&gt;The cultural juggernaut concludes its saga with Part 2 dropping Christmas Day, December 25th.&lt;/p&gt;\n&lt;p&gt;Following Part 1&#039;s November 26th premiere,&lt;/p&gt;\n&lt;p&gt;three new episodes arrive at 8 p.m. ET / 5 p.m. PT.&lt;/p&gt;\n&lt;p&gt;Then, brace yourself for the monumental series finale on New Year&#039;s Eve,&lt;/p&gt;\n&lt;p&gt;streaming at the same time and hitting select theaters.&lt;/p&gt;\n&lt;p&gt;Race to witness the fate of Hawkins and dodge spoilers at all costs!&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b83bd99dd949fc83a7b35Li6JD9oC07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b83bd99dd949fc83a7b35Li6JD9oC07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Prepare to be transported once again to the romantic streets of Paris with the latest installment of a beloved series.&lt;/p&gt;\n&lt;p&gt;In the upcoming fifth season, viewers will follow Emily as she navigates her new life in Rome, balancing her burgeoning career with complex personal relationships.&lt;/p&gt;\n&lt;p&gt;Lily Collins returns as Emily, bringing her signature charm as she juggles her feelings for Marcello and the lingering tension with Gabriel.&lt;/p&gt;\n&lt;p&gt;Despite a sense of stability in her professional journey, the season promises fresh conflicts, romantic surprises, and workplace challenges that will keep fans hooked.&lt;/p&gt;\n&lt;p&gt;Mark your calendars for December 18th&mdash;the date when the new episodes drop&mdash;so you won&#039;t miss Emily&rsquo;s latest adventures and her quest for love in Italy.&lt;/p&gt;\n&lt;p&gt;On the flip side, if you&rsquo;re not in the mood for melodramatic twists and intense emotional rollercoasters, you might want to pass on the latest season of a gripping Mexican series.&lt;/p&gt;\n&lt;p&gt;Last year, a heartfelt drama titled &lt;em&gt;The Accident&lt;/em&gt; garnered widespread attention for its emotional storytelling centered around a tragic accident involving children at a community event.  &lt;/p&gt;\n&lt;p&gt;Season 2 is set to premiere on December 10th, continuing the intertwining stories of four families dealing with grief and secrets.&lt;/p&gt;\n&lt;p&gt;While fans of emotional thrillers may find this series compelling, those seeking lighter, more upbeat holiday entertainment could consider skipping it this December.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b83bfd8186ff390a33efesLOzSU2707&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b83bfd8186ff390a33efesLOzSU2707&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;New Western Drama Release&lt;/h3&gt;\n&lt;p&gt;Amidst the excitement surrounding the latest season of &lt;em&gt;Stranger Things&lt;/em&gt;, Netflix is broadening its lineup with a compelling new series, &lt;em&gt;The Abandons&lt;/em&gt;. This western action drama, created by Kurt Sutter of &lt;em&gt;Sons of Anarchy&lt;/em&gt;, promises a gripping narrative set in the rugged frontier.&lt;/p&gt;\n&lt;p&gt;The show features powerhouse performances from Lena Headey and Gillian Anderson, who portray rival leaders of fierce outlaw factions locked in an ongoing feud. Over the course of seven episodes, viewers will witness the intense power struggle and complex characters that define this gritty world.&lt;/p&gt;\n&lt;p&gt;Scheduled to premiere on December 4, &lt;em&gt;The Abandons&lt;/em&gt; offers a perfect opportunity for viewers to take a brief break from the holiday movie marathon and binge-worthy sci-fi. Don&#039;t miss this thrilling addition to Netflix&#039;s December lineup.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a globally popular streaming platform that offers an extensive library of TV dramas, films, documentaries, and original content for subscribers to enjoy on various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods and tools that enable users to bypass geographical restrictions and access content that would normally be unavailable in their region, effectively expanding their viewing options beyond what Netflix officially offers in their country. These workarounds allow viewers to explore and enjoy the full global catalog of Netflix programming regardless of their physical location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you wish to unblock Netflix and access region-restricted shows or movies, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a compelling solution to consider. It features specialized high-speed servers optimized for seamless Netflix streaming, eliminating buffering and enabling high-definition playback. The platform&#039;s unique App Mode effortlessly bypasses geo-blocks, granting simultaneous access to multiple regional Netflix libraries. Moreover, SafeShell VPN delivers blazing connection speeds without bandwidth throttling, ensuring uninterrupted binge-watching sessions.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Beyond streaming, SafeShell VPN provides uncompromised security through its proprietary ShellGuard protocol, safeguarding your data with military-grade encryption against surveillance. You can connect up to five devices concurrently across Windows, macOS, iOS, Android, and smart TVs, maintaining privacy on all platforms. To experience these benefits risk-free, SafeShell VPN offers a flexible free trial, allowing you to test its robust security and streaming capabilities before committing.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first, you need to subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and budget, then click on the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it is Windows, macOS, iOS, or Android, by visiting the official website and selecting the appropriate version.&lt;/p&gt;\n&lt;p&gt;After installing the SafeShell VPN, launch the application and log in with your account credentials. For an optimal experience while streaming Netflix, select the APP mode within the app interface, which provides a smoother connection. Next, browse through the list of available VPN servers and pick one located in the region whose Netflix library you want to access, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;With the VPN connection active, open the Netflix app or visit the Netflix website on your device. Log in using your existing Netflix account details, and you will now be able to stream content from the selected region seamlessly. Using SafeShell Netflix VPN ensures you can enjoy a variety of Netflix libraries regardless of your actual location, providing a flexible and secure streaming experience.&lt;/p&gt;', 9, 'game'),
(406, 574, '', 'Audible Premium Plus Deal: Prime Exclusive Audiobooks Offer', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b834a58645501631ea0dbyefb9I4M03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b834a58645501631ea0dbyefb9I4M03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;For just three pennies a day, immerse yourself in Audible&#039;s Premium Plus tier this holiday season.&lt;/p&gt;\n&lt;p&gt;Prime subscribers unlock exclusive access to premium audiobooks for $0.99 monthly, a significant discount from the standard $14.95/month rate.&lt;/p&gt;\n&lt;p&gt;This limited-time offer, valid October 1st through December 1st, grants full entry to Audible&#039;s massive library, including coveted monthly credits redeemable for any title.&lt;/p&gt;\n&lt;p&gt;Experience the magic immediately with Audible&#039;s new, exclusive full-cast narration of the &quot;Harry Potter&quot; series, starting with &quot;The Sorcerer&#039;s Stone&quot;.&lt;/p&gt;\n&lt;p&gt;Explore thousands of other titles, from bestselling celebrity memoirs to popular book-to-screen adaptations.&lt;/p&gt;\n&lt;p&gt;Not a Prime member? A 30-day free trial provides immediate eligibility for this deal.&lt;/p&gt;\n&lt;p&gt;Looking for the perfect gift? Three months of premium listening makes a thoughtful present for any book lover, costing just $3 total.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of Harry Potter, a boy who discovers he is a wizard and attends Hogwarts School of Witchcraft and Wizardry, where he confronts dark forces and learns about his extraordinary destiny. For those wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the films are readily accessible through major streaming services such as HBO Max and Amazon Prime Video, or they can be rented digitally from platforms like Apple TV or Vudu.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content such as Harry Potter movies on Netflix, considering &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. The SafeShell VPN offers high-speed servers specifically optimized for Netflix streaming, ensuring smooth and buffer-free playback in high definition, which greatly enhances your viewing experience. Additionally, it allows you to connect multiple devices simultaneously, including Windows, macOS, iOS, Android, and more, so you can enjoy your favorite shows across all your gadgets without interruption. The exclusive App Mode feature further enables you to unlock and enjoy content from various regions at once, broadening your entertainment options. With lightning-fast speeds and no bandwidth restrictions, SafeShell VPN ensures seamless browsing, streaming, and downloading, while its top-level security with the proprietary ShellGuard protocol keeps your online activities private and protected. Plus, the flexible free trial plan allows you to test all these benefits risk-free, making SafeShell VPN an excellent choice for a reliable and secure Netflix streaming experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter movies securely from any location using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these straightforward steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by signing up for SafeShell VPN through their official website, selecting a subscription plan that aligns with your viewing needs.\n&lt;/li&gt;\n&lt;li&gt;\nProceed to download and install the SafeShell VPN application on your preferred device, whether it&rsquo;s a smartphone, tablet, or computer.\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the SafeShell VPN app and log into your account using your credentials.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a virtual location matching the region where Harry Potter content is available&mdash;such as the US, UK, or Canada&mdash;then activate the connection.\n&lt;/li&gt;\n&lt;li&gt;\nOnce the SecureShell VPN establishes a stable link, open your preferred streaming service or official Harry Potter platform.\n&lt;/li&gt;\n&lt;li&gt;\nLog in to your account and seamlessly stream the entire Harry Potter series without geographical restrictions. SafeShell VPN ensures encrypted, buffer-free viewing while safeguarding your online privacy.\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(407, 575, '', 'Top VPNs for Netflix &ndash; Best Picks &amp; Streaming Tips', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5801c90e3deb83a48c2bDZY5mKb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Netflix&lt;/h3&gt;\n&lt;p&gt;Netflix libraries vary drastically across borders&lt;/p&gt;\n&lt;p&gt;leaving travelers and expats unable to stream familiar shows&lt;/p&gt;\n&lt;p&gt;Traditional VPNs often fail against Netflix&#039;s sophisticated detection&lt;/p&gt;\n&lt;p&gt;prompting intensive testing of 78+ services&lt;/p&gt;\n&lt;p&gt;to identify truly effective solutions&lt;/p&gt;\n&lt;p&gt;NordVPN emerged as the standout performer&lt;/p&gt;\n&lt;p&gt;delivering seamless access to US, UK, and Japanese catalogs&lt;/p&gt;\n&lt;p&gt;with exceptional streaming speeds and military-grade encryption&lt;/p&gt;\n&lt;p&gt;Its risk-free 30-day trial offers perfect peace of mind&lt;/p&gt;\n&lt;p&gt;For budget-conscious streamers&lt;/p&gt;\n&lt;p&gt;Surfshark provides remarkable value&lt;/p&gt;\n&lt;p&gt;unlocking multiple regions without connection limits&lt;/p&gt;\n&lt;p&gt;while maintaining impressive performance&lt;/p&gt;\n&lt;p&gt;Our evaluation criteria focused on critical factors:&lt;/p&gt;\n&lt;p&gt;Global Netflix accessibility beyond just US libraries&lt;/p&gt;\n&lt;p&gt;Consistent connection speeds for buffer-free viewing&lt;/p&gt;\n&lt;p&gt;Robust privacy protections including verified no-logs policies&lt;/p&gt;\n&lt;p&gt;User-friendly interfaces suitable for VPN beginners&lt;/p&gt;\n&lt;p&gt;Money-back guarantees enabling risk-free testing&lt;/p&gt;\n&lt;p&gt;ExpressVPN excels for multi-device households&lt;/p&gt;\n&lt;p&gt;with its router compatibility feature&lt;/p&gt;\n&lt;p&gt;ProtonVPN prioritizes privacy without compromising streaming&lt;/p&gt;\n&lt;p&gt;IPvanish offers attractive pricing for flexible connections&lt;/p&gt;\n&lt;p&gt;CyberGhost supports an exceptional range of regional catalogs&lt;/p&gt;\n&lt;p&gt;Free VPN services consistently failed our testing&lt;/p&gt;\n&lt;p&gt;often compromising security while failing to bypass restrictions&lt;/p&gt;\n&lt;p&gt;We exclusively recommend services&lt;/p&gt;\n&lt;p&gt;with proven unblocking capabilities and trustworthy guarantees&lt;/p&gt;\n&lt;p&gt;NordVPN remains our top recommendation&lt;/p&gt;\n&lt;p&gt;combining reliability with advanced features&lt;/p&gt;\n&lt;p&gt;for uninterrupted international streaming&lt;/p&gt;\n&lt;p&gt;and complete digital protection&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b841e1574573cdd63e8fbiZ6HxGWz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b841e1574573cdd63e8fbiZ6HxGWz07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover the top VPN options that can unlock Netflix&#039;s vast library worldwide:&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  works with Netflix  Tested Nov 2025NordVPN dominates Netflix streaming with clever solutions.  &lt;/p&gt;\n&lt;p&gt;Effortlessly hop between global Netflix libraries without server hunting.&lt;/p&gt;\n&lt;p&gt;Its automatic redirection ensures you always access &lt;em&gt;some&lt;/em&gt; Netflix version.  &lt;/p&gt;\n&lt;p&gt;Testing confirmed flawless access to US, UK, Canadian, Japanese, and Australian libraries.&lt;/p&gt;\n&lt;p&gt;Massive infrastructure backs this up: thousands of servers across 120+ nations.&lt;/p&gt;\n&lt;p&gt;Connect anywhere; seamless Netflix viewing follows.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a2ab7845a0e11f0be0bKV4ktlb03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s user interface deserves special recognition for its thoughtful design and functionality. The dashboard features a clever dual-panel layout that efficiently separates connection tools from usage statistics.&lt;/p&gt;\n&lt;p&gt;On one side, you&#039;ll find streamlined connection options for quick access to VPN protection. The opposite panel displays valuable metrics including your weekly usage patterns, tracker blocking statistics, and a status overview of your connected meshnet devices.&lt;/p&gt;\n&lt;p&gt;Navigation is particularly intuitive when accessing specialized servers. A dedicated tab makes it remarkably easy to locate servers optimized for specific activities like peer-to-peer file sharing or accessing Tor network resources.&lt;/p&gt;\n&lt;p&gt;The settings section demonstrates equal attention to user experience, with logical categorization of features like emergency connection termination and selective routing options. What truly enhances usability is the inclusion of brief explanatory notes for each setting, eliminating confusion about functionality. Most features can be enabled or disabled with simple toggle switches, making customization accessible even for less technical users.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; height=&quot;582&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafa44d6c60715f817231YQOpYONu03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN stands out as a top-tier security solution in the VPN market, with multiple independent audits confirming its strict no-logs policy. During our testing, we confirmed the service effectively prevents all common vulnerabilities including DNS, IPv6, and WebRTC leaks.&lt;/p&gt;\n&lt;p&gt;Security features are comprehensive, featuring robust encryption, an adjustable kill switch, and built-in ad and tracker blocking capabilities. The innovative Meshnet feature adds value by enabling secure remote access to your home computer from anywhere.&lt;/p&gt;\n&lt;p&gt;What truly sets this provider apart is its proprietary technology. The NordLynx protocol delivers WireGuard-like speeds while enhancing privacy protections, addressing common concerns with that protocol. Additionally, NordWhisper technology helps users overcome internet restrictions in heavily censored regions including China, Turkey, and the UAE.&lt;/p&gt;\n&lt;p&gt;Based on our extensive evaluation, few competitors can match the combination of verified security, innovative features, and restriction-bypassing capabilities this service offers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5a7fcc00296c3f285c0OEocC9K703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;When prioritizing Netflix accessibility, NordVPN emerges as a standout performer.&lt;/p&gt;\n&lt;p&gt;It effortlessly unblocks diverse Netflix libraries, including those rarely supported by competitors like the US, UK, Canada, Australia, and Japan.&lt;/p&gt;\n&lt;p&gt;Performance is exceptional, consistently delivering speeds exceeding 38 Mbps across multiple locations &ndash; ideal for seamless 4K streaming.&lt;/p&gt;\n&lt;p&gt;Its versatility shines across devices with dedicated apps for Android, iOS, Windows, macOS, and Linux.&lt;/p&gt;\n&lt;p&gt;For whole-home coverage, manual router setup is supported with detailed instructions available online or via 24/7 live chat assistance.&lt;/p&gt;\n&lt;p&gt;Privacy-focused users will appreciate its strict no-logs policy and robust security features.&lt;/p&gt;\n&lt;p&gt;Premium Plus or Ultimate subscriptions further enhance protection with bundled tools like a password manager, cyber insurance, data breach monitoring, and cloud storage.&lt;/p&gt;\n&lt;p&gt;Cost-conscious users benefit from significant savings on long-term annual or two-year plans, reducing the effective monthly rate to around $3.50.&lt;/p&gt;\n&lt;p&gt;Students and apprentices under 26 also qualify for special discounts.&lt;/p&gt;\n&lt;p&gt;All subscriptions are backed by a reliable 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;Ideal for users seeking:&lt;/p&gt;\n&lt;p&gt;Maximum speed consistency&#039;&lt;/p&gt;\n&lt;p&gt;Broad Netflix library access without regional restrictions&#039;&lt;/p&gt;\n&lt;p&gt;Strong privacy assurances&#039;&lt;/p&gt;\n&lt;p&gt;Cross-platform compatibility&lt;/p&gt;\n&lt;p&gt;Consider alternatives if:&lt;/p&gt;\n&lt;p&gt;You prefer VPN servers explicitly labeled and optimized for specific streaming platforms.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025Searching for a cost-effective VPN solution? Look no further than our top budget-friendly recommendation.&lt;/p&gt;\n&lt;p&gt;With an extensive network spanning over 4,500 servers across more than 100 countries worldwide, this affordable VPN service delivers exceptional streaming compatibility. It seamlessly integrates with numerous streaming platforms, with Netflix being a standout performer.&lt;/p&gt;\n&lt;p&gt;Beyond just accessing the standard Netflix libraries, this VPN opens doors to diverse regional content including Indian, German, and Singaporean catalogs, plus many more international options. When you attempt to access an unsupported library, the service automatically redirects you to the US version, ensuring you&#039;re never left without content.&lt;/p&gt;\n&lt;p&gt;What truly sets this VPN apart from competitors is its unlimited simultaneous connections policy. Unlike other services that restrict you to a limited number of devices, this provider allows you to connect every device in your household at once, making it an exceptional value proposition for families or multi-device users.&lt;/p&gt;\n&lt;p&gt;For those seeking maximum streaming flexibility without breaking the bank, this budget-conscious VPN solution delivers premium performance at a fraction of the cost.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; height=&quot;340&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5d81c90e3deb83a4d8eVEFg1UqM03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating this VPN&#039;s settings proves refreshingly straightforward&lt;/p&gt;\n&lt;p&gt;The primary dashboard prioritizes daily essentials&lt;/p&gt;\n&lt;p&gt;Quick-connect options and server choices dominate the main view&lt;/p&gt;\n&lt;p&gt;Left-hand tabs house specialized Surfshark One features&lt;/p&gt;\n&lt;p&gt;Ideal for premium subscribers but skippable otherwise&lt;/p&gt;\n\n&lt;p&gt;Configuration menus adopt a smart categorical layout&lt;/p&gt;\n&lt;p&gt;Discover options swiftly through intuitive organization&lt;/p&gt;\n&lt;p&gt;Most adjustments utilize simple toggle switches&lt;/p&gt;\n&lt;p&gt;Each setting includes clear explanatory tooltips&lt;/p&gt;\n\n&lt;p&gt;Protocol selection stands apart&lt;/p&gt;\n&lt;p&gt;Requiring dropdown menu interaction&lt;/p&gt;\n&lt;p&gt;Rather than instant toggling&lt;/p&gt;\n\n&lt;p&gt;Everything stays within easy reach&lt;/p&gt;\n&lt;p&gt;From core functions to advanced preferences&lt;/p&gt;\n&lt;p&gt;Designed for hassle-free streaming access&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; height=&quot;572&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafd9f2a77125c8417c5ezzc9NYxj03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Surfshark&#039;s security foundations are rock-solid, utilizing military-grade encryption paired with modern protocols like WireGuard for reliable protection.&lt;/p&gt;\n&lt;p&gt;Independent audits confirm its strict no-logs policy, eliminating concerns about activity monitoring.&lt;/p&gt;\n&lt;p&gt;Essential safeguards include an automatic kill switch, comprehensive leak protection, and a built-in tracker blocker.&lt;/p&gt;\n&lt;p&gt;Advanced tools enhance your experience:&lt;/p&gt;\n&lt;p&gt;Dynamic IP rotation periodically refreshes your virtual location&lt;/p&gt;\n&lt;p&gt;NoBorders mode bypasses restrictive network censorship&lt;/p&gt;\n&lt;p&gt;Its Smart DNS feature unlocks geo-restricted Netflix libraries on devices incompatible with traditional VPN setups&lt;/p&gt;\n&lt;p&gt;(though note this option doesn&#039;t encrypt your traffic)&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; height=&quot;453&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5dc1942f325499db3a4ajifp5PO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During our testing, this VPN stood out for its impressive consistency in speed performance. The variation between its fastest and slowest servers was only 4 Mbps, which is remarkable considering some servers were located halfway across the globe. On average, it maintained speeds of approximately 40.81 Mbps, comfortably surpassing the 25 Mbps threshold needed for smooth 4K streaming. Let&rsquo;s explore how it performed across various locations:&lt;/p&gt;\n&lt;p&gt;The service offers three subscription options. The monthly plan costs just under $13, but if you&rsquo;re looking for savings, the annual and two-year plans provide significant discounts. Currently, a two-year subscription can save you 80%, reducing the monthly cost to just over $2. For added value, the Surfshark One or One+ plans are available, which include extras like antivirus protection for Windows, a data removal tool, and a privacy-friendly fake personal info generator for anonymous sign-ups.&lt;/p&gt;\n&lt;p&gt;Apps for Surfshark are compatible with Windows, macOS, Linux, Android, and iOS devices. Advanced users can also configure it manually on most routers by following detailed instructions on the company&rsquo;s support pages.&lt;/p&gt;\n&lt;p&gt;Consider choosing this VPN if:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nYou want unlimited device connections without worrying about caps\n&lt;/li&gt;\n&lt;li&gt;\nCost-effective, reliable VPN service is a priority\n&lt;/li&gt;\n&lt;li&gt;\nStreaming Netflix on a smart TV or gaming console is part of your routine\n&lt;/li&gt;\n&lt;li&gt;\nPersonalized customer support is important to you\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Avoid this VPN if:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;You prefer having immediate visibility of the best servers optimized for Netflix&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;In summary, Surfshark is our top budget choice for Netflix streaming. It emphasizes privacy, works seamlessly worldwide, and can secure all your devices simultaneously. Plus, every plan includes a 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;For a comprehensive overview, check out our full Surfshark review.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b853e6eb52bb501d2b7baYvMvrVcb07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b853e6eb52bb501d2b7baYvMvrVcb07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Total VPN stands out as a trusted service with over ten years of expertise in the cybersecurity field. The provider boasts a vast network, granting users access to servers spanning over 80 countries worldwide. This extensive coverage makes it an excellent choice for streaming content securely and reliably.&lt;/p&gt;\n&lt;p&gt;It seamlessly unblocks popular platforms such as Amazon Prime Video, Hulu, BBC iPlayer, and various regional Netflix libraries, ensuring users can enjoy their favorite shows without restrictions.&lt;/p&gt;\n&lt;p&gt;Designed with user convenience in mind, Total VPN allows up to five simultaneous device connections and features intuitive applications suitable for beginners. Additionally, round-the-clock customer support enhances the overall experience, making this VPN a top pick for both newcomers and seasoned users seeking straightforward, dependable streaming access.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; height=&quot;623&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d5e0def03fcdb44b29d6jSgUEWZZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Streaming Quality Depends on Your VPN: Finding the Right Service for Netflix&lt;/p&gt;\n&lt;p&gt;When it comes to streaming Netflix in 4K quality, speed matters. Netflix requires at least 15 Mbps for Ultra HD streaming, but many VPN services struggle to maintain these speeds.&lt;/p&gt;\n&lt;p&gt;Our extensive testing revealed impressive results for Total VPN across international servers. Using a standard 50 Mbps connection, we recorded the following performance metrics:&lt;/p&gt;\n&lt;p&gt;UK servers delivered the fastest speeds, as expected for our UK-based testing team. Even when connecting to geographically distant locations, Total VPN maintained impressive performance. With average speeds of 40.44 Mbps across all tested servers, this service provides nearly triple the bandwidth needed for Netflix&#039;s highest quality streaming.&lt;/p&gt;\n&lt;p&gt;These speeds aren&#039;t just good for Netflix&mdash;they support virtually all online activities, from downloading large files to competitive online gaming.&lt;/p&gt;\n&lt;p&gt;Security Features Worth Noting&lt;/p&gt;\n&lt;p&gt;Total VPN offers comprehensive protection including:&lt;/p&gt;\n&lt;p&gt;&bull; IPv6 and DNS leak protection&lt;/p&gt;\n&lt;p&gt;&bull; Military-grade encryption&lt;/p&gt;\n&lt;p&gt;&bull; Automatic kill switch on most platforms&lt;/p&gt;\n&lt;p&gt;&bull; Strict no-logs policy&lt;/p&gt;\n&lt;p&gt;&bull; Special protocols designed to hide VPN usage&lt;/p&gt;\n&lt;p&gt;&bull; Split tunneling capability for selective encryption&lt;/p&gt;\n&lt;p&gt;Device Compatibility&lt;/p&gt;\n&lt;p&gt;The service provides dedicated applications for:&lt;/p&gt;\n&lt;p&gt;&bull; Windows&lt;/p&gt;\n&lt;p&gt;&bull; Android&lt;/p&gt;\n&lt;p&gt;&bull; iOS&lt;/p&gt;\n&lt;p&gt;&bull; macOS&lt;/p&gt;\n&lt;p&gt;Consider Total VPN if you want:&lt;/p&gt;\n&lt;p&gt;&bull; Affordable privacy protection&lt;/p&gt;\n&lt;p&gt;&bull; Excellent streaming performance&lt;/p&gt;\n&lt;p&gt;&bull; High-speed connections&lt;/p&gt;\n&lt;p&gt;&bull; User-friendly experience&lt;/p&gt;\n&lt;p&gt;&bull; No activity logging&lt;/p&gt;\n&lt;p&gt;&bull; 24/7 customer support&lt;/p&gt;\n&lt;p&gt;Look elsewhere if:&lt;/p&gt;\n&lt;p&gt;&bull; You need to protect numerous devices simultaneously&lt;/p&gt;\n&lt;p&gt;Beyond Netflix, Total VPN successfully unblocks Disney+, Amazon Prime Video, and many other streaming platforms. The service backs its performance with a 30-day money-back guarantee on yearly subscriptions, demonstrating confidence in their product quality.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; height=&quot;180&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/685ddb131b53048408bb9462iwXh0khv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN offers premium streaming capabilities that go far beyond their basic free tier. While their complimentary version won&#039;t help with accessing geo-restricted content, their paid subscriptions unlock impressive Netflix compatibility across multiple regions.&lt;/p&gt;\n&lt;p&gt;Subscribers gain access to an extensive network spanning over 15,000 servers distributed throughout more than 120 countries worldwide. During our testing, we successfully connected to Netflix libraries in Canada, the United Kingdom, United States, Japan, and France with minimal buffering or quality issues.&lt;/p&gt;\n&lt;p&gt;The upgraded plans provide unlimited speeds and bandwidth, making them ideal for high-definition streaming without frustrating interruptions. Family-friendly features include simultaneous protection for up to 10 devices, ensuring everyone in your household can enjoy secure streaming on their preferred devices.&lt;/p&gt;\n&lt;p&gt;Another advantage of the premium tiers is direct access to customer support representatives who can assist with any connection issues you might encounter. This personalized help isn&#039;t available to free users, making it a valuable addition for those who prioritize reliable streaming experiences.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c36116107daf64ae9015a6diumxoYk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Top VPNs for Streaming&lt;/h3&gt;\n&lt;p&gt;CyberVPN offers a sleek, modern interface that sets it apart visually from competitors in the VPN market. Despite its contemporary design, the core functionality remains straightforward and user-friendly.&lt;/p&gt;\n&lt;p&gt;Navigation is intuitive - simply select your desired server location from the sidebar menu or interact directly with the interactive map display. For users who prefer a more streamlined experience, the map view can be easily collapsed using the arrow toggle located in the upper corner of the interface.&lt;/p&gt;\n&lt;p&gt;The settings section is logically organized into three distinct categories, making customization simple. Most features utilize convenient toggle switches for quick activation or deactivation. Newcomers will appreciate the helpful information tooltips - just position your cursor over any &quot;i&quot; icon to reveal detailed explanations about each setting&#039;s function and purpose.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; height=&quot;503&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688aafe477daf5f0217f8fcdKFiRIXKf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;ProtonVPN: The Privacy-Focused Solution for Netflix Streaming&lt;/p&gt;\n&lt;p&gt;When it comes to securing your Netflix streaming experience, ProtonVPN stands out as a formidable option with its exceptional privacy credentials. The company has built a stellar reputation through multiple independent audits of its no-logs policy, ensuring your viewing habits remain confidential.&lt;/p&gt;\n&lt;p&gt;Security features abound with this provider, including military-grade encryption, comprehensive leak protection, and a reliable kill switch that prevents data exposure. For those facing sophisticated blocking measures, the integrated stealth mode offers a valuable workaround, though users in heavily censored regions may need additional solutions.&lt;/p&gt;\n&lt;p&gt;Performance metrics reveal consistent speeds averaging 40.25 Mbps regardless of server location&mdash;sufficient bandwidth to support multiple 4K streams simultaneously. While not the fastest VPN available, ProtonVPN prioritizes connection stability over raw speed, making it ideal for buffer-free streaming sessions.&lt;/p&gt;\n&lt;p&gt;The pricing structure offers excellent value at approximately $10 monthly, with annual subscriptions cutting costs by roughly half. Budget-conscious users might benefit from waiting for periodic flash sales rather than committing to longer terms, as the two-year discount is only marginally better than the annual rate.&lt;/p&gt;\n&lt;p&gt;For those seeking a comprehensive digital security solution, the Proton Unlimited package includes additional privacy tools like encrypted calendar services, secure email functionality, and password management capabilities for just a few dollars more.&lt;/p&gt;\n&lt;p&gt;Device compatibility is extensive with dedicated applications for Windows, macOS, iOS, Android, and Linux. Power users needing protection for more than 10 devices simultaneously can implement router-level configuration using the detailed guides available in the support section.&lt;/p&gt;\n&lt;p&gt;ProtonVPN excels for technically-inclined users who prioritize robust security, reliable streaming performance, and extensive customization options. However, VPN newcomers might prefer more user-friendly alternatives, and those in highly censored regions may require specialized circumvention tools.&lt;/p&gt;\n&lt;p&gt;Every paid subscription includes a reassuring 30-day money-back guarantee, allowing risk-free testing of the service with your favorite Netflix content.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025Boasting an impressive server network across 105 nations,&lt;/p&gt;\n&lt;p&gt;ExpressVPN crushes geographical barriers effortlessly,&lt;/p&gt;\n&lt;p&gt;including high-censorship regions like China and the UAE.&lt;/p&gt;\n&lt;p&gt;For streaming enthusiasts, it&rsquo;s a powerhouse:&lt;/p&gt;\n&lt;p&gt;consistently unlocking over 15 Netflix regional libraries&lt;/p&gt;\n&lt;p&gt;during rigorous recent evaluations.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix, it breezes through major platforms globally&lt;/p&gt;\n&lt;p&gt;without requiring specialized servers or stealth settings.&lt;/p&gt;\n&lt;p&gt;Its intuitive design means instant access &ndash;&lt;/p&gt;\n&lt;p&gt;simply connect and stream immediately.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6179227fe3c817ffd8cGUw8ZmtA03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This VPN prioritizes instant connectivity right from launch, evident in its minimalist home screen.&lt;/p&gt;\n&lt;p&gt;Server organization shines with dual-view access:&lt;/p&gt;\n&lt;p&gt;standard alphabetical sorting&lt;/p&gt;\n&lt;p&gt;plus dedicated tabs for high-demand regions like the US and UK.&lt;/p&gt;\n&lt;p&gt;While the settings menu is segmented for clarity,&lt;/p&gt;\n&lt;p&gt;certain sections feel superfluous.&lt;/p&gt;\n&lt;p&gt;Tabs labeled &quot;shortcuts&quot;, &quot;browsers&quot;, and &quot;other&quot;&lt;/p&gt;\n&lt;p&gt;offer minimal utility.&lt;/p&gt;\n&lt;p&gt;Removing them would streamline the interface&lt;/p&gt;\n&lt;p&gt;without sacrificing core functionality.&lt;/p&gt;\n&lt;p&gt;Despite this minor clutter,&lt;/p&gt;\n&lt;p&gt;the overall experience remains impressively smooth.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; height=&quot;383&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d619cc32b9d2a3e59668PiwsFjaG03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating the Netflix Universe: Why a Reliable VPN is Essential in 2025&lt;/p&gt;\n&lt;p&gt;In today&#039;s digital streaming landscape, accessing global content requires more than just a subscription. Security and performance are paramount when selecting a VPN for Netflix, and several key factors deserve consideration.&lt;/p&gt;\n&lt;p&gt;Protection That Doesn&#039;t Compromise&lt;/p&gt;\n&lt;p&gt;The most effective Netflix VPNs offer robust security features without sacrificing speed. Top-tier encryption, leak prevention systems for DNS and WebRTC vulnerabilities, and automatic kill switches are now standard requirements. The best services have developed proprietary protocols that maintain security even during network transitions between WiFi and mobile data. Modern threat protection capabilities that filter out malicious sites, annoying advertisements, and invasive trackers before they load represent the cutting edge of VPN technology.&lt;/p&gt;\n&lt;p&gt;Performance Metrics Matter&lt;/p&gt;\n&lt;p&gt;When evaluating streaming-focused VPNs, consistent speed is crucial. Quality services maintain average speeds above 35 Mbps on standard home connections, which comfortably exceeds Netflix&#039;s 4K streaming requirements. Server location impacts performance, with North American and European servers typically delivering optimal speeds between 40-43 Mbps, while Asian servers may show slight variations that aren&#039;t necessarily distance-dependent.&lt;/p&gt;\n&lt;p&gt;Pricing Evolution in the VPN Market&lt;/p&gt;\n&lt;p&gt;The premium VPN landscape has evolved significantly, with tiered subscription models becoming increasingly common. Rather than one-size-fits-all pricing, leading providers now offer multiple plans ranging from basic protection (starting around $3.50 monthly) to comprehensive packages with advanced features (approximately $7.50 monthly). While these services command higher prices than budget alternatives, many now offer limited free versions focused on security rather than streaming capabilities.&lt;/p&gt;\n&lt;p&gt;Device Coverage and Accessibility&lt;/p&gt;\n&lt;p&gt;Router-level implementation represents the gold standard for whole-home protection. Services that provide dedicated router applications significantly simplify this process, though comprehensive platform support across Windows, macOS, Linux, iOS, and Android remains essential for flexible protection. Troubleshooting resources specifically addressing Netflix connectivity issues can save considerable frustration.&lt;/p&gt;\n&lt;p&gt;Ideal Use Cases&lt;/p&gt;\n&lt;p&gt;The perfect Netflix VPN provides seamless access regardless of location, balances streaming capabilities with robust privacy features, offers router-level implementation options, and provides responsive 24/7 customer support. However, those seeking granular configuration options or operating on limited budgets may need to explore alternatives.&lt;/p&gt;\n&lt;p&gt;Comprehensive streaming compatibility extending beyond Netflix to include services like BBC iPlayer and Hulu, combined with user-friendly interfaces and money-back guarantees, round out the essential features of today&#039;s premier streaming VPNs.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025IPVanish has recently undergone a significant network expansion, adding more than 50 new locations to its infrastructure. This enhancement brings their total server count to approximately 3,200 across over 110 countries worldwide.&lt;/p&gt;\n&lt;p&gt;The service has made substantial improvements to its streaming capabilities, now offering compatibility with virtually all major streaming platforms. During our testing, we successfully accessed around six different Netflix regional libraries without encountering any connectivity issues or blocks.&lt;/p&gt;\n&lt;p&gt;One standout feature that sets IPVanish apart from competitors is its unlimited simultaneous connections policy. Unlike most VPN providers that limit connections to a specific number of devices, IPVanish allows users to protect as many devices as needed under a single subscription.&lt;/p&gt;\n&lt;p&gt;This unlimited device policy makes IPVanish particularly attractive for households with multiple users and numerous internet-connected devices, offering exceptional value for families or tech enthusiasts with extensive device collections.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; height=&quot;321&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c3617c7596b1378950b325YGrjlFml03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;IPVanish offers an intuitive experience designed for newcomers, making it easy to get started. Its main interface features a user-friendly map for rapid location selection, alongside straightforward options to toggle the kill switch and initiate a connection. Additionally, it displays session duration, helping users keep track of their activity. The server list is conveniently searchable and arranged alphabetically, with real-time indicators showing server congestion levels. While IPVanish may lack some of the more complex features found in other VPN services, its streamlined settings menu is well-organized into five clear sections, allowing users to locate and adjust preferences effortlessly.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b8586952cfca943c59cfdhJf5kc6B07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b8586952cfca943c59cfdhJf5kc6B07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Boasting impressive streaming-optimized speeds averaging 40+ Mbps, this VPN effortlessly handles Netflix 4K UHD, even with multiple streams active simultaneously.&lt;/p&gt;\n&lt;p&gt;Your digital life transforms into a fortress with military-grade encryption, automated leak prevention, and intelligent ad/tracker blocking&mdash;no configuration needed.&lt;/p&gt;\n&lt;p&gt;Commitment-phobic users rejoice: flexible monthly plans start affordably, while annual subscriptions slash costs below $2.20/month, backed by refund guarantees.&lt;/p&gt;\n&lt;p&gt;Seasoned pros value app-specific bypass controls and automatic IP cycling without manual reconnects.&lt;/p&gt;\n&lt;p&gt;The crown jewel? The premium bundle&mdash;unlimited VPN traffic, a colossal 1TB encrypted cloud vault, and a malware-proof cloud browser isolating risky browsing.&lt;/p&gt;\n&lt;p&gt;Note: Port-forwarding remains unavailable, a trade-off for its unique strengths.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; height=&quot;683&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686867a881f9f7af5c2395f1vcIqX1hB03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Navigating the Netflix VPN Landscape: Why Secure Streaming Matters&lt;/p&gt;\n&lt;p&gt;When evaluating VPNs for Netflix access, browser security features offer mixed results. Our evaluations revealed that while sandboxed browsing environments provide excellent privacy protection, they often compromise streaming quality. Users frequently encountered reduced resolution and frustrating CAPTCHA challenges during HD and 4K streaming sessions. However, these security features remain invaluable in countries with strict internet censorship.&lt;/p&gt;\n&lt;p&gt;Value proposition is another critical consideration. Premium VPN packages that include cloud storage often represent exceptional deals. For instance, upgrading to advanced tiers typically costs only about $1 extra monthly while providing both unlimited VPN access and substantial storage capacity. This presents significant savings compared to standalone cloud storage services like Google Drive, which charges approximately $5 per terabyte.&lt;/p&gt;\n&lt;p&gt;Cross-platform compatibility should factor into your decision-making process. The best providers offer dedicated applications across major platforms including iOS, Android, Windows, and macOS. Many also support manual configuration on home routers and various Linux distributions. If you encounter streaming difficulties, comprehensive troubleshooting guides can usually resolve Netflix access issues.&lt;/p&gt;\n&lt;p&gt;Ideal candidates for premium streaming VPNs are users who:&lt;/p&gt;\n&lt;p&gt;&bull; Require unlimited simultaneous connections&lt;/p&gt;\n&lt;p&gt;&bull; Prioritize verified no-logging policies&lt;/p&gt;\n&lt;p&gt;&bull; Need consistent high-speed performance&lt;/p&gt;\n&lt;p&gt;&bull; Prefer user-friendly interfaces&lt;/p&gt;\n&lt;p&gt;&bull; Seek affordable options without extended commitments&lt;/p&gt;\n&lt;p&gt;However, these services might not suit everyone, particularly those requiring:&lt;/p&gt;\n&lt;p&gt;&bull; Port forwarding capabilities&lt;/p&gt;\n&lt;p&gt;&bull; Cryptocurrency payment options&lt;/p&gt;\n&lt;p&gt;The most effective Netflix VPNs combine robust privacy tools with optimized streaming performance, ensuring secure access to content while traveling. Many providers back their services with generous money-back guarantees, allowing risk-free trials of their long-term subscription plans.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Works with Netflix  Tested Nov 2025PureVPN offers an affordable solution with a robust global network of over 6,000 servers spanning more than 65 countries. This extensive coverage ensures reliable access to various streaming services, even those known for blocking VPNs. Our testing revealed successful streaming of Netflix&#039;s libraries from the UK, US, Canada, Germany, France, and Japan, along with secure viewing of platforms like BBC iPlayer and Hulu. Users may need to experiment with different servers to find one that works optimally, but once established, they can save that server for quick future connections. The service allows simultaneous protection of up to 10 devices, making it a versatile choice for families or multiple devices. Additionally, dedicated customer support is available to assist with any issues or inquiries.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; height=&quot;338&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d67e9120d44452c4e530OKQPCYpC03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The interface welcomes you with a prominent power button for instant connection to the fastest server.&lt;/p&gt;\n&lt;p&gt;Adjusting your virtual location is straightforward via the server list tab.&lt;/p&gt;\n&lt;p&gt;Despite the slightly misleading &#039;Shortcuts&#039; label, this section actually lists streaming-optimized servers tailored for specific tasks.&lt;/p&gt;\n&lt;p&gt;Thankfully, navigating the interface remains intuitive overall.&lt;/p&gt;\n&lt;p&gt;The settings menu provides straightforward descriptions for each option.&lt;/p&gt;\n&lt;p&gt;Personalizing your security setup is effortless - just toggle features on or off.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; height=&quot;414&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/688ab0af5f511c4ddba012batFShGbJH03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Best VPNs for Netflix Streaming&lt;/h3&gt;\n&lt;p&gt;Unlock Global Netflix Content with Top VPN Solutions in 2025&lt;/p&gt;\n&lt;p&gt;Looking to expand your streaming horizons? When it comes to accessing international Netflix libraries, having a reliable VPN is essential. Our extensive testing highlights solutions that combine security with seamless streaming capabilities.&lt;/p&gt;\n&lt;p&gt;Security remains paramount for any streaming VPN. The best services employ military-grade encryption protocols that have undergone independent security audits. Complete protection should include safeguards against IPv6, DNS, and WebRTC leaks, alongside dependable kill switch functionality that immediately terminates your connection if the VPN drops.&lt;/p&gt;\n&lt;p&gt;Advanced features worth considering include split tunneling (allowing some traffic to bypass the VPN), tracker-blocking capabilities, and LAN traffic controls. While many competitors include ad-blocking functionality, not all services offer this valuable security enhancement that helps protect against common online scams.&lt;/p&gt;\n&lt;p&gt;Performance should never be compromised when streaming content. Our testing revealed impressive average speeds exceeding 40 Mbps across global server networks, with minimal buffering even when connecting to distant locations like Hong Kong. This ensures smooth 4K streaming regardless of which regional library you&#039;re accessing.&lt;/p&gt;\n&lt;p&gt;Subscription flexibility varies significantly between providers. While monthly plans typically cost around $13, substantial discounts are available for longer commitments. Some services offer extended plans spanning multiple years that can reduce costs to approximately $2 monthly. Premium tiers often include valuable additions like personal data removal services, password management tools, and encryption utilities.&lt;/p&gt;\n&lt;p&gt;Cross-platform compatibility is crucial for modern streaming. Look for providers offering dedicated applications for Windows, macOS, Android, iOS, and ideally Linux. Router compatibility expands protection to all connected home devices simultaneously.&lt;/p&gt;\n&lt;p&gt;Ideal VPN characteristics for Netflix streaming include:&lt;/p&gt;\n&lt;p&gt;&bull; Optimized streaming servers specifically configured for Netflix&lt;/p&gt;\n&lt;p&gt;&bull; Exceptional speed-to-security balance&lt;/p&gt;\n&lt;p&gt;&bull; Access to less common regional Netflix libraries&lt;/p&gt;\n&lt;p&gt;&bull; Cost-effective long-term subscription options&lt;/p&gt;\n&lt;p&gt;However, consider potential limitations:&lt;/p&gt;\n&lt;p&gt;&bull; Not all services include integrated ad-blocking&lt;/p&gt;\n&lt;p&gt;&bull; Premium features like port forwarding may require additional payment&lt;/p&gt;\n&lt;p&gt;Many top providers offer money-back guarantees ranging from 30-45 days, allowing risk-free testing with your specific Netflix library requirements before committing to a longer subscription.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025CyberGhost streamlines your Netflix experience, making it simple and secure to enjoy your favorite shows. With a vast network spanning over 100 countries, it offers specialized servers optimized for streaming and torrenting activities. Notably, there are dedicated servers designed to unlock around a dozen different Netflix libraries worldwide, enhancing your access to diverse content. If your country&#039;s Netflix library isn&#039;t listed among the streaming servers, switching to a general-purpose server can often bypass restrictions effectively. While there is a limit of seven devices connected simultaneously, this number remains sufficient for most households, providing reliable and unrestricted streaming across multiple devices.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; height=&quot;337&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c361adf0c3417c7bfd2706fZpJu52r03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The user interface of these applications aims to cater to newcomers, making the process straightforward and accessible. To connect, users select their preferred server category from the sidebar, pick a specific server from the main list, and then tap the connect button. For quick and secure browsing, the quick connect feature automatically assigns the fastest available server. Although setup is generally intuitive, some users might find the arrangement of settings slightly confusing, as options are dispersed across several menus. This minor issue does not significantly detract from the overall experience and may be improved in upcoming updates.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; height=&quot;416&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6b31bfcf7de7d0a1537QHZ0bbZp03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;CyberGhost prioritizes user privacy with robust security features designed for ease of use. It combines military-grade encryption with a kill switch, automatic tracker blocking, and a strict zero-logs policy. Our tests confirmed that it remains leak-proof across IPv6, DNS, and WebRTC protocols. For users facing networks that restrict VPN traffic, it offers solutions like connecting through random ports (though this might be ineffective in highly restrictive regions such as China) and the ability to set specific apps to launch automatically upon connection. Overall, CyberGhost balances strong privacy protections with user-friendly features, making it suitable for beginners seeking flexibility.&lt;/p&gt;\n&lt;p&gt;In terms of performance, CyberGhost has maintained a reputation for speed, although newer VPNs have narrowed the gap in recent years. During our testing, speeds were generally consistent, with some slowdown when connecting to distant servers. Nonetheless, even in less optimal conditions, speeds remained above 35 Mbps, averaging around 39 Mbps across multiple locations. This level of performance comfortably supports high-quality streaming, video calls, torrenting, and gaming. Here&rsquo;s a quick overview of tested server speeds:&lt;/p&gt;\n&lt;p&gt;Pricing plans are straightforward: the monthly subscription costs approximately $13. To save more, users can opt for a six-month plan at around $7 per month (paid upfront) or choose a two-year plan, which often includes four bonus months, reducing the effective monthly cost to just over $2. Additional options include adding a dedicated IP for $2.50/month or antivirus software for $1/month (Windows-only).&lt;/p&gt;\n&lt;p&gt;CyberGhost offers dedicated apps for Android, iOS, Linux, macOS, and Windows, along with support for most routers. The provider supplies detailed installation guides, and a 24/7 customer support team is available to assist with any issues. For troubleshooting tips, you can refer to their comprehensive resources.&lt;/p&gt;\n&lt;p&gt;Consider CyberGhost if you want:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nOptimized streaming servers tailored for different platforms\n&lt;/li&gt;\n&lt;li&gt;\nA privacy-conscious VPN that doesn&rsquo;t compromise on speed\n&lt;/li&gt;\n&lt;li&gt;\nAn intuitive, beginner-friendly interface with round-the-clock support\n&lt;/li&gt;\n&lt;li&gt;\nAccess to an extensive global server network\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Avoid it if:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nYou need to protect multiple devices simultaneously\n&lt;/li&gt;\n&lt;li&gt;\nYou&rsquo;re a power user seeking advanced features\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;CyberGhost offers excellent value, with easy-to-use apps that reliably access various Netflix libraries worldwide. Its no-logs policy, strong speeds, and generous 45-day money-back guarantee make it a compelling choice for privacy-minded users. For a detailed assessment, see our full CyberGhost VPN review.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; works with netflix  Tested Nov 2025While privatevpn maintains a more limited server network, with approximately 200 servers across over 60 nations, each server is managed directly by the company. This direct control ensures that user data remains protected, as no third-party entities have access to traffic logs. Despite having fewer servers, privatevpn performs exceptionally well when it comes to streaming. It reliably unblocks multiple streaming services such as Netflix, Prime Video, and others. The VPN supports access to over half a dozen Netflix regional libraries, making it a versatile choice for streaming enthusiasts. Additionally, with support for up to 10 simultaneous devices, privatevpn is suitable for families or groups wanting to enjoy content simultaneously without compromising speed or security.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; height=&quot;310&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68f2d6e45045dbf93011e566R5ovZ7J503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Dual perspectives define this interface experience&lt;/p&gt;\n&lt;p&gt;One simplified view offers location choices and instant connectivity&lt;/p&gt;\n&lt;p&gt;Ideal for casual browsing sessions&lt;/p&gt;\n\n&lt;p&gt;The alternative unlocks comprehensive functionality&lt;/p&gt;\n&lt;p&gt;Full settings menus and performance metrics become accessible&lt;/p&gt;\n&lt;p&gt;Most features reside on a unified control panel&lt;/p&gt;\n&lt;p&gt;Specialized tools occupy dedicated sections&lt;/p&gt;\n\n&lt;p&gt;New users particularly value integrated assistance&lt;/p&gt;\n&lt;p&gt;Direct in-app live chat connects to support teams&lt;/p&gt;\n&lt;p&gt;This eliminates extra steps of website navigation&lt;/p&gt;\n&lt;p&gt;Finding help becomes completely frictionless&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b85cabfdd405060cec7aaMtOaHARH07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b85cabfdd405060cec7aaMtOaHARH07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;PrivateVPN is primarily designed to shield your online activities from prying eyes by employing robust encryption methods and a strict no-logs policy, although this policy has not yet undergone formal auditing. The service features a stealth mode, capable of bypassing government-imposed censorship and protecting against DNS and IPv6 leaks, making it suitable for use in restrictive regions. However, it lacks full support for WireGuard, requiring manual configuration for such connections, and still supports outdated protocols like PPTP, which are no longer considered secure.&lt;/p&gt;\n&lt;p&gt;In terms of performance, PrivateVPN demonstrates consistent results across various locations, with an average speed of approximately 38 Mbps on a standard home broadband connection. Although it&rsquo;s one of the slower options on our list, its speeds remain stable, indicating good optimization for distance-related server connections. Below is a table summarizing its performance across five different sites:&lt;/p&gt;\n&lt;p&gt;Pricing is competitive, starting at around $10 per month, with substantial discounts available for longer-term plans&mdash;down to approximately $2 per month for a three-year subscription paid upfront. The service offers a straightforward plan without added tiers or extras, ensuring a uniform experience for all users.&lt;/p&gt;\n&lt;p&gt;Compatibility-wise, PrivateVPN supports Android, iOS, Windows, and macOS through dedicated apps. It also works with most routers and Linux distributions, albeit requiring manual setup. For users aiming to stream Netflix, guidance is available to help configure the VPN correctly and troubleshoot common issues.&lt;/p&gt;\n&lt;p&gt;Choose PrivateVPN if you prioritize versatility and privacy, especially in regions with heavy censorship, or if you want to access multiple streaming platforms while maintaining a high level of security. It&rsquo;s a budget-friendly option that allows up to 10 devices per account and includes a 30-day money-back guarantee.&lt;/p&gt;\n&lt;p&gt;To access Netflix with a VPN, start by subscribing to a provider like NordVPN, then download and install the app. Log in, connect to a server in your home country, and open Netflix. If content doesn&rsquo;t load correctly or shows regional restrictions, clearing cookies and cache or switching servers can often resolve the issue. For persistent problems, contact customer support or try switching protocols&mdash;using stealth or obfuscation features can also help bypass detection.&lt;/p&gt;\n&lt;p&gt;Recent updates from leading VPN providers include new protocols like NordWhisper for better access in restrictive environments, expanded server networks&mdash;such as Amsterdam&rsquo;s 100 Gbps servers&mdash;and enhancements in user interfaces and security features. These ongoing improvements aim to provide faster, more secure, and more reliable streaming experiences worldwide.&lt;/p&gt;\n&lt;p&gt;With the increasing variety of VPN services available, selecting the right one can be daunting. Our experts leverage over a decade of testing to recommend only the most dependable options for unblocking Netflix and safeguarding your privacy abroad.Streaming barriers? Your favorite Netflix shows often hide behind regional walls. While many VPNs promise US access, true global streaming demands more. We prioritize services that unshackle multiple libraries&mdash;Japan&rsquo;s anime treasures, France&rsquo;s cinema gems, or Canada&rsquo;s exclusives.&lt;/p&gt;\n&lt;p&gt;Device compatibility matters. Smart DNS support lets you stream US Netflix on gaming consoles and smart TVs, bypassing VPN limitations. NordVPN leads here, with near-universal server access to American content and strong global reach. Surfshark follows closely, offering budget-friendly multi-region access, while PrivateVPN secures third place.&lt;/p&gt;\n&lt;p&gt;Speed isn&#039;t just hype. Netflix requires 15Mbps for pristine 4K&mdash;a benchmark many VPNs stumble on. Buffering ruins immersion. Our tests combine lab measurements with real-world home broadband trials across five global locations. We normalize results against industry peers to reveal true performance tiers.&lt;/p&gt;\n&lt;p&gt;NordVPN dominates speed rankings, delivering blistering connections from Brazil to Hong Kong with minimal slowdown. Surfshark and TotalVPN are close contenders, both handling multiple 4K streams effortlessly. Even PrivateVPN&rsquo;s lower normalized score suffices for HD streaming&mdash;proof that all tested providers meet essential speed thresholds.&lt;/p&gt;\n&lt;p&gt;Security can&rsquo;t be an afterthought. Beyond marketing claims, we scrutinize 15 critical safeguards: military-grade encryption, verified no-logs policies, and leak protection. Transparency separates leaders from pretenders in the privacy arena.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b841deac0c3975ed9b2180Zt8ICRC07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b841deac0c3975ed9b2180Zt8ICRC07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;To evaluate the top VPN services for streaming in 2025, we assigned comprehensive scores based on a variety of important factors. These scores were carefully weighted and normalized to ensure a fair comparison across all providers.&lt;/p&gt;\n&lt;p&gt;In our latest assessment, Surfshark and NordVPN share the top spot, both achieving an impressive 9.5 out of 10. Their high scores reflect robust encryption standards, extensive security features, and adherence to industry-leading protocols. PrivateVPN also performed well, earning a solid 8.6; however, its score could be improved with the addition of features like tracker-blocking and a universally available kill switch across all devices.&lt;/p&gt;\n&lt;p&gt;User experience is a critical aspect of choosing a VPN, especially for streaming. We prioritize services that emphasize simplicity and ease of use, making it effortless to connect and stream without hassle. Our evaluation considers factors such as optimized servers for streaming platforms, the ability to protect multiple devices simultaneously, and consistent performance across various devices. These elements collectively influence the ease-of-use ratings for our top picks.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b841d2c68d9df7e19e2efXsVi4IVa07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b841d2c68d9df7e19e2efXsVi4IVa07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN Features and Accessibility&lt;/h3&gt;\n&lt;p&gt;User-friendly VPNs for Netflix streaming&lt;/p&gt;\n&lt;p&gt;shine through with intuitive interfaces and hassle-free navigation.&lt;/p&gt;\n&lt;p&gt;Advanced features remain accessible without complexity&lt;/p&gt;\n&lt;p&gt;making premium services accessible even to beginners.&lt;/p&gt;\n\n&lt;p&gt;Cost-effectiveness doesn&#039;t correlate with price tags&lt;/p&gt;\n&lt;p&gt;as some expensive providers prioritize branding over quality.&lt;/p&gt;\n&lt;p&gt;Essential factors include genuine discount programs&lt;/p&gt;\n&lt;p&gt;and mandatory 30-day refund policies for consideration.&lt;/p&gt;\n\n&lt;p&gt;Free VPNs prove inadequate for Netflix access&lt;/p&gt;\n&lt;p&gt;imposing restrictive data caps and sluggish speeds.&lt;/p&gt;\n&lt;p&gt;Privacy risks escalate significantly&lt;/p&gt;\n&lt;p&gt;as many harvest user data or contain malware.&lt;/p&gt;\n\n&lt;p&gt;Netflix rarely bans individual users&lt;/p&gt;\n&lt;p&gt;despite VPN usage violating platform terms.&lt;/p&gt;\n&lt;p&gt;IP blocks represent the primary obstacle&lt;/p&gt;\n&lt;p&gt;easily resolved by switching server locations.&lt;/p&gt;\n\n&lt;p&gt;Legal viewing through VPNs remains permissible&lt;/p&gt;\n&lt;p&gt;though bypassing regional libraries breaches Netflix policies.&lt;/p&gt;\n&lt;p&gt;Copyright infringement through unauthorized access&lt;/p&gt;\n&lt;p&gt;receives explicit disapproval in our assessment.&lt;/p&gt;\n\n&lt;p&gt;Proxy error messages typically indicate&lt;/p&gt;\n&lt;p&gt;either VPN traffic misrouting&lt;/p&gt;\n&lt;p&gt;or geographic restriction detection.&lt;/p&gt;\n&lt;p&gt;Disconnecting usually restores access&lt;/p&gt;\n&lt;p&gt;after browser restart.&lt;/p&gt;\n\n&lt;p&gt;Security-focused proxies like VPNs&lt;/p&gt;\n&lt;p&gt;encrypt connections effectively&lt;/p&gt;\n&lt;p&gt;surpassing basic DNS alternatives&lt;/p&gt;\n&lt;p&gt;for reliable Netflix unblocking worldwide.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized tool designed to bypass geographical restrictions on streaming content, enabling viewers to unlock region-exclusive shows and movies. By rerouting your internet connection through servers in other countries, a Netflix VPN allows you to access the distinct libraries available in those regions. This service is primarily used to overcome geo-blocks and enjoy a much wider variety of entertainment options on the platform.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re seeking to access region-restricted content by Netflix VPN, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is an excellent solution to consider. Its advantages make it particularly effective for ensuring &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix guarantee seamless, buffer-free HD streaming, allowing you to enjoy shows without interruption.\n&lt;/li&gt;\n&lt;li&gt;\nYou can connect up to five devices simultaneously across various platforms, from phones to smart TVs, ensuring Netflix unblocked on all your screens.\n&lt;/li&gt;\n&lt;li&gt;\nThe unique App Mode lets you unlock content from multiple regions concurrently, vastly expanding your accessible libraries.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast speeds with no bandwidth caps eliminate buffering and throttling for smooth playback.\n&lt;/li&gt;\n&lt;li&gt;\nTop-level security with the proprietary ShellGuard protocol and advanced encryption protects your privacy during every streaming session.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan allows you to test these robust features risk-free before committing. SafeShell VPN provides the speed, reliability, and security essential for consistently accessing Netflix unblocked.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/ where you select a plan that suits your needs and click &quot;Subscribe Now.&quot; Next, download and install the SafeShell VPN app compatible with your device, whether it be Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account. For an optimal Netflix viewing experience, choose the APP mode within the app. Then, browse the list of available servers and select one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open the Netflix app or website, log into your account, and enjoy streaming content from the region you selected using SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(408, 576, '', 'Detecting Throttling: How to Spot and Fix ISP Slowdowns', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b848dd183991fd880d0687uF8wgog03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b848dd183991fd880d0687uF8wgog03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Detecting and Fixing Throttling&lt;/h3&gt;\n&lt;p&gt;Many internet providers, including Comcast, have historically been accused of reducing connection speeds during peak times or for certain services. Although the company has publicly stated that it no longer engages in throttling, some users remain skeptical, observing slower performance on bandwidth-intensive platforms like Netflix, YouTube, and Skype.&lt;/p&gt;\n&lt;p&gt;To address these concerns, tech developers have introduced specialized applications that allow users to verify if their ISP is intentionally limiting access to specific services. These tools compare the performance of streaming and communication apps against baseline internet speeds, helping identify any irregularities.&lt;/p&gt;\n&lt;p&gt;One effective method to prevent throttling involves the use of a virtual private network (VPN). By encrypting your internet traffic, a VPN obscures your activity from your provider, making it impossible for them to selectively slow down certain platforms.&lt;/p&gt;\n&lt;p&gt;A notable solution is an app called Wehe, created by researchers at Northeastern University. It facilitates testing whether your ISP, such as Comcast, is throttling popular applications like Netflix, YouTube, Spotify, Skype, and Vimeo. The app measures and compares the connection speeds of these services on your device. If discrepancies are detected, it suggests throttling may be occurring.&lt;/p&gt;\n&lt;p&gt;Using Wehe is straightforward: first, download the app compatible with your Android or iOS device. Connect to your home Wi-Fi network, open the app, and review the consent form. After accepting, the app will run tests and provide insights into your connection performance.&lt;/p&gt;\n&lt;p&gt;If you find evidence of throttling, employing a VPN can be an effective remedy. VPNs encrypt your traffic, preventing your ISP from monitoring or slowing down specific services, thereby ensuring a more consistent streaming experience.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b8490f22635adf0db5142EdHrgXcP03&quot; height=&quot;675&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b8490f22635adf0db5142EdHrgXcP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;To tailor diagnostics exclusively to services like Netflix, manipulate the toggle switches accordingly.&lt;/p&gt;\n&lt;p&gt;Disable irrelevant applications by shifting their toggles to the neutral (white) setting.&lt;/p&gt;\n&lt;p&gt;Activate the verification sequence by selecting the azure &#039;Run Tests&#039; command.&lt;/p&gt;\n&lt;p&gt;Real-time performance metrics for each enabled platform will populate dynamically during analysis.&lt;/p&gt;\n&lt;p&gt;Access archival data by navigating to the menu interface and choosing &#039;Previous Results&#039;.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b8493cd78749291b111a7mezofzrU03&quot; height=&quot;689&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b8493cd78749291b111a7mezofzrU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Testing multiple applications may extend duration significantly.&lt;/p&gt;\n&lt;p&gt;Prioritize specific streaming services relevant to your investigation.&lt;/p&gt;\n\n&lt;p&gt;Important privacy considerations:&lt;/p&gt;\n&lt;p&gt;This academic measurement tool gathers anonymized metadata during analysis.&lt;/p&gt;\n&lt;p&gt;Captured details include timestamps, OS data, and approximate location (within 1km radius).&lt;/p&gt;\n&lt;p&gt;Your IP address becomes temporarily visible to researchers but is promptly anonymized post-processing.&lt;/p&gt;\n&lt;p&gt;No personally identifiable information remains in the final dataset.&lt;/p&gt;\n&lt;p&gt;Some users might still find IP visibility during collection concerning.&lt;/p&gt;\n\n&lt;p&gt;Remember: This utility works for evaluating multiple ISPs beyond Comcast specifically.&lt;/p&gt;\n&lt;p&gt;Employ it to scrutinize network performance across various service providers.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b8465cfa7054c8569df3fj2ViCA9L07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b8465cfa7054c8569df3fj2ViCA9L07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Is Comcast Slowing Down Your Streaming Services? Here&#039;s How to Fix It&lt;/p&gt;\n&lt;p&gt;Have you noticed frustratingly slow speeds when trying to watch Netflix or YouTube through your Comcast connection? You might be experiencing bandwidth throttling, a practice where internet service providers intentionally slow down specific types of traffic.&lt;/p&gt;\n&lt;p&gt;Fortunately, there&#039;s a solution that can help bypass these restrictions: a Virtual Private Network (VPN).&lt;/p&gt;\n&lt;p&gt;Why a VPN Works Against Throttling&lt;/p&gt;\n&lt;p&gt;When you use a VPN, your internet traffic becomes encrypted and is routed through a server operated by your VPN provider. This encryption prevents Comcast from seeing what websites you&#039;re visiting or what services you&#039;re using. Since they can&#039;t identify that you&#039;re streaming Netflix or YouTube, they can&#039;t selectively throttle that traffic.&lt;/p&gt;\n&lt;p&gt;Step-by-Step Solution&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nChoose a reliable VPN service with a strong track record (NordVPN is a popular option)\n&lt;/li&gt;\n&lt;li&gt;\nInstall the VPN application on your streaming device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account and sign in\n&lt;/li&gt;\n&lt;li&gt;\nSelect a server location (nearby servers generally provide better speeds)\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the VPN\n&lt;/li&gt;\n&lt;li&gt;\nOpen your streaming application and enjoy unthrottled content\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;This method works equally well for other services that might be throttled, including Skype, Hulu, or gaming platforms.&lt;/p&gt;\n&lt;p&gt;Potential Challenges&lt;/p&gt;\n&lt;p&gt;While using a VPN can solve throttling issues, be aware that streaming services like Netflix actively try to detect and block VPN connections. This is primarily due to content licensing agreements that restrict certain shows and movies to specific regions.&lt;/p&gt;\n&lt;p&gt;If you encounter an error message about using a proxy or unblocker, you may need to try a different VPN server or contact your VPN provider for specialized streaming servers.&lt;/p&gt;\n&lt;p&gt;Additional Benefits&lt;/p&gt;\n&lt;p&gt;Beyond solving throttling issues, a VPN offers other advantages:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAccess to your home country&#039;s streaming libraries while traveling\n&lt;/li&gt;\n&lt;li&gt;\nEnhanced privacy protection for all your online activities\n&lt;/li&gt;\n&lt;li&gt;\nProtection when using public Wi-Fi networks\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;By implementing this solution, you can enjoy smoother streaming experiences without the frustration of artificial speed limitations.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b846b897d8976513d8c01aqOcdo3s07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b846b897d8976513d8c01aqOcdo3s07&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;VPN and ISP Throttling Insights&lt;/h3&gt;\n&lt;p&gt;Fortunately, many leading VPN services continue to provide reliable access to streaming platforms like Netflix. However, not all servers within a VPN network will work seamlessly, so it&rsquo;s often necessary to consult with customer support to identify the optimal servers for your needs. While this may seem inconvenient, reputable VPN providers usually offer round-the-clock live chat assistance, making it quick and straightforward to find the right connection.&lt;/p&gt;\n&lt;p&gt;If you encounter persistent streaming issues even after selecting a recommended server, reaching out to a support agent can help you troubleshoot further. They can guide you through additional steps to ensure smooth access to your desired content.&lt;/p&gt;\n&lt;p&gt;Historically, internet service providers like Comcast have employed traffic management techniques that impact user experience. In 2006, Comcast began intentionally throttling peer-to-peer traffic such as BitTorrent, which led to regulatory scrutiny. The FCC deemed this practice discriminatory in 2008, prompting Comcast to overhaul its approach. Instead of targeting specific applications, they implemented a congestion management system that reduced overall speeds for users identified as heavy internet consumers.&lt;/p&gt;\n&lt;p&gt;By June 2018, Comcast announced it had ceased this throttling practice but retained the right to reintroduce similar measures if necessary to manage network congestion.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b8472c10211446d5c5aa6YBENQiZk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b8472c10211446d5c5aa6YBENQiZk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;User reports on Comcast forums are surfacing,&lt;/p&gt;\n&lt;p&gt;accusing the provider of deliberately slowing YouTube streams.&lt;/p&gt;\n&lt;p&gt;These complaints fuel ongoing debates about potential ISP throttling&lt;/p&gt;\n&lt;p&gt;despite the absence of any official announcement from the company.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b8496cd78749291b11201MJdrLAW703&quot; height=&quot;163&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b8496cd78749291b11201MJdrLAW703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Using a VPN can obscure the details of your online activities from your Internet Service Provider (ISP) like Comcast, preventing them from monitoring what specific websites or services you access.&lt;/p&gt;\n&lt;p&gt;However, even with a VPN, your ISP can still observe the total amount of data transmitted over your connection, which means they will be aware of your overall data consumption.&lt;/p&gt;\n&lt;p&gt;For most Comcast users, data usage is limited to a monthly cap, typically around 1 terabyte. If you frequently surpass this limit and incur additional charges, it might be worthwhile to consider switching to an unlimited data plan to avoid extra fees.&lt;/p&gt;\n&lt;p&gt;Here&rsquo;s a quick overview of the available options:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nThe standard data plan includes 1TB of usage for a base fee, with an additional charge of approximately $10 for every extra 50GB, up to a maximum of $200 per month.\n&lt;/li&gt;\n&lt;li&gt;\nThe unlimited data plan involves paying an extra $50 monthly on top of your regular fee, granting unlimited data access without worries about exceeding limits.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b847f99dd949fc83a7e88s9EdCNMZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b847f99dd949fc83a7e88s9EdCNMZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Internet Service Providers often limit user bandwidth to manage network traffic and prevent congestion. This process, known as throttling, involves intentionally slowing down connections during high data usage activities such as streaming, gaming, or file sharing. When this happens, users experience reduced speeds that can hinder their online experience. One common method to prevent throttling is to use a Virtual Private Network (VPN), which encrypts your internet traffic, making it difficult for ISPs to monitor and restrict your activity.&lt;/p&gt;\n&lt;p&gt;However, avoiding Comcast-specific throttling without a VPN requires awareness of your data consumption. Monitoring your bandwidth usage and upgrading to higher data plans can help prevent slowdowns caused by exceeding your limits. It&#039;s essential to stay within your allocated data to maintain consistent speeds.&lt;/p&gt;\n&lt;p&gt;Using free VPN services to bypass throttling is generally discouraged. Many free VPNs lack robust encryption, leaving your browsing activities exposed to your ISP. Furthermore, some free providers may pose security risks, such as including malware, collecting user data, or using your unused bandwidth to operate botnets. These practices compromise your privacy and security, contradicting the primary purpose of a VPN. For reliable protection, investing in a reputable paid VPN service is advisable.&lt;/p&gt;\n&lt;p&gt;To verify if your connection is being throttled by Comcast, conducting a speed test is an effective method. Numerous free online speed testing tools are available. If your test results show significantly slower download speeds compared to your plan or to other users in your area, it may suggest throttling. Comparing your results with those of neighbors or others in similar situations can provide additional insight. Consistently lower speeds during peak times or compared to standard expectations could indicate that your ISP is intentionally limiting your connection.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; serves as a digital gateway that enables viewers to bypass geographical restrictions on streaming content, allowing access to shows and movies available exclusively in other countries. By masking your actual location and routing your internet connection through servers in different regions, a Netflix VPN effectively tricks the platform into believing you&#039;re accessing it from the country where your desired content is available. This technology has become increasingly popular among streaming enthusiasts who wish to explore the full global catalog of Netflix offerings rather than being limited to their local library.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content by Netflix VPN, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. One of the main advantages of SafeShell VPN is its ability to address common issues like &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt;, thanks to its cutting-edge technology and regularly updated servers. This ensures more reliable access to your favorite shows and movies without frustration. Additionally, SafeShell VPN offers high-speed servers optimized specifically for seamless Netflix streaming, providing buffer-free, high-definition playback. You can also connect multiple devices at once&mdash;up to five&mdash;supporting various operating systems such as Windows, macOS, iOS, and Android, making it highly versatile. Its exclusive App Mode allows you to unlock and enjoy content from multiple regions simultaneously, broadening your entertainment options. With lightning-fast speeds and no bandwidth limitations, SafeShell VPN guarantees smooth streaming and browsing experiences. Plus, its top-level security features, including the proprietary ShellGuard protocol, safeguard your privacy during online activities. Overall, SafeShell VPN is a comprehensive and reliable choice for anyone seeking a secure, high-performance solution to bypass restrictions and enjoy unrestricted Netflix content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To start using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and budget, then click the &quot;Subscribe Now&quot; button to complete your subscription. Once subscribed, proceed to download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, from the official site.&lt;/p&gt;\n&lt;p&gt;After installation, launch the SafeShell VPN app and log in with your account credentials. To optimize your streaming experience while accessing Netflix content from different regions, select the APP mode within the app. This mode provides a smoother and more reliable connection for streaming. Next, browse the list of available VPN servers and pick one located in the region whose Netflix library you want to explore, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish the VPN connection to your chosen server.&lt;/p&gt;\n&lt;p&gt;Once connected, open the Netflix app or visit the Netflix website and log into your account as usual. With &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; active, you will be able to enjoy the region-specific content seamlessly. Now, you can browse and stream movies and shows that were previously unavailable in your location, enhancing your entertainment options effortlessly.&lt;/p&gt;', 9, 'game'),
(409, 577, '', 'Casey Bloys on Warner Bros. Sale, Harry Potter Series', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b8341b2ba4d0e7e633d27XiYpiMcP03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b8341b2ba4d0e7e633d27XiYpiMcP03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Casey Bloys addressed Warner Bros. Discovery&#039;s ongoing sale process during a New York event,&lt;/p&gt;\n&lt;p&gt;revealing his team remains focused on crafting impactful programming despite corporate uncertainty.&lt;/p&gt;\n&lt;p&gt;He dismissed personal job concerns, advising staff to channel energy into their creative work instead.&lt;/p&gt;\n&lt;p&gt;The HBO/Max chief outlined progress on the upcoming &#039;Harry Potter&#039; television adaptation,&lt;/p&gt;\n&lt;p&gt;confirming writers are drafting Season 2 scripts while Season 1 continues filming in the UK.&lt;/p&gt;\n&lt;p&gt;Efforts are underway to minimize gaps between seasons, accounting for both young actors&#039; schedules&lt;/p&gt;\n&lt;p&gt;and audience expectations amid the production&#039;s complex scale and visual effects demands.&lt;/p&gt;\n&lt;p&gt;Bloys clarified Max Original series now serve a distinct strategic purpose,&lt;/p&gt;\n&lt;p&gt;pointing to &#039;The Pitt&#039; as the blueprint for future commissions.&lt;/p&gt;\n&lt;p&gt;These cost-efficient yet elevated shows feature higher episode counts and annual returns,&lt;/p&gt;\n&lt;p&gt;expanding HBO&#039;s audience reach while enabling year-round programming.&lt;/p&gt;\n&lt;p&gt;Two new pilots following this model are in development:&lt;/p&gt;\n&lt;p&gt;a police procedural titled &#039;American Blue&#039; and family drama &#039;How to Survive Without Me&#039;.&lt;/p&gt;\n&lt;p&gt;Bloys expressed pride in HBO&#039;s legacy but acknowledged outcomes ultimately lie beyond his control.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of an orphaned boy who discovers he is a wizard, attending Hogwarts School while confronting dark wizards and unraveling mysteries tied to his past. For viewers wondering &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt;, the film series is accessible through popular streaming services such as HBO Max, Peacock, or Netflix (availability varies by region), and can also be purchased or rented digitally via platforms like Amazon Prime Video or Apple TV.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an exceptional streaming experience. The SafeShell VPN offers numerous advantages that make it stand out from other options in the market:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring you enjoy buffer-free playback and high-definition viewing without interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection on up to five devices simultaneously across various operating systems including Windows, macOS, iOS, and Android\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that uniquely enables access to content from multiple regions at the same time, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds without bandwidth restrictions, eliminating frustrating buffering issues that plague other VPN services\n&lt;/li&gt;\n&lt;li&gt;\nTop-level security through the proprietary &quot;ShellGuard&quot; protocol that protects your browsing sessions with advanced encryption\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial plan that lets you test all these premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Wanting to experience the magical world of Harry Potter but facing regional restrictions? &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a seamless solution to this common streaming challenge. Begin your journey by subscribing to SafeShell VPN through their official website, where you can select a plan that aligns with your viewing needs. After completing your subscription, download and install the SafeShell VPN application on your preferred device, whether it&#039;s a computer, tablet, or smartphone. Once installed, launch the app, log into your account, and select APP mode for optimal streaming performance.&lt;/p&gt;\n&lt;p&gt;Next, browse through SafeShell VPN&#039;s extensive server network and connect to a location where Harry Potter is available in the streaming library. For best results, servers in the US, UK, or Canada typically offer comprehensive access to the wizarding franchise. After establishing a connection, simply open your streaming service, search for Harry Potter, and you&#039;ll be transported to Hogwarts without any geographical barriers. With SafeShell VPN&#039;s reliable and fast connections, you can enjoy uninterrupted magical adventures from anywhere in the world.&lt;/p&gt;', 9, 'game'),
(410, 578, '', 'PUBG Mobile x Rockstar Energy: District Zero Launch', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b832b6378d3462166cbf2ep3438ET03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b832b6378d3462166cbf2ep3438ET03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;PUBG Mobile has recently teamed up with Rockstar Energy to introduce an exclusive streetwear collection called District Zero, adding a fresh twist to the game&rsquo;s fashion lineup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This collaboration kicked off on November 18th and will be available until December 18th, 2025, giving players plenty of time to explore the new offerings.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to the in-game outfits, Rockstar Energy is hosting a special giveaway limited to residents of the USA, where 100 lucky winners will receive a real-life District Zero jacket, blending virtual style with tangible merchandise.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The partnership exemplifies PUBG Mobile&rsquo;s ongoing trend of collaborating with major brands, following past alliances with Balenciaga, Transformers, and others.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The latest event introduces a lucky spin mechanic, allowing players to earn exclusive rewards&mdash;each spin costs 30 UC, with a discounted first spin of the day at just 10 UC, and a ten-spin bundle available for 270 UC.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This crossover also highlights a new streetwear collection inspired by street culture and competitive gaming, crafted through a creative fusion with NRG.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Developers emphasize that these collaborations aim to energize the gaming experience while maintaining a fair environment&mdash;cheaters will face bans, ensuring a level playing field.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the PUBG Mobile x Rockstar Energy collaboration is a celebration of style, culture, and community, offering both virtual and real-world incentives for dedicated players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b832fd1961d6eceef613epdJSaH7K03&quot; height=&quot;509&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b832fd1961d6eceef613epdJSaH7K03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in the lucky spin offers a variety of exciting rewards, including the stylish district zero hat, trendy sunglasses, a sleek top, and matching bottoms. Each spin also grants you district tokens, which can be exchanged for your preferred items. Collecting all pieces of the set requires a total of 1,147 tokens, making it a worthwhile pursuit for dedicated players.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay updated with our latest articles:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDiscover the new features in the PUBG Mobile 4.1 beta update and learn how to download it.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nCelebrate PUBG Mobile&#039;s triumph as it wins the Mobile Esports Game of the Year at the 2025 Esports Awards.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExplore how PUBG Mobile has partnered with USC Games to launch the &#039;World of Wonder&#039; program, supporting aspiring content creators.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;PUBG UC: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC&lt;/a&gt; is the premium currency used in PUBG to unlock exclusive in-game items like outfits, weapon skins, and battle passes, giving players the opportunity to personalize their gaming experience.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain PUBG UC, players can visit various game trading platforms such as Midasbuy, Codashop, and SEAGM, where they can easily top up their accounts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;By purchasing PUBG UC through these platforms, users gain access to a wide selection of cosmetic upgrades and special content, enhancing their gameplay and standing out on the battlefield.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy PUBG UC from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;pubg uc top up&lt;/a&gt;, they may want to consider &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; as their go-to platform for a seamless experience. This game trading platform has become increasingly popular among the PUBG community for its reliability and user-friendly features, making &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;PUBG UC buy&lt;/a&gt; both convenient and secure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of using lootbar.gg for &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;pubg recharge&lt;/a&gt; is its competitive pricing and frequent promotions. Players can enjoy discounted rates on UC purchases, including special deals for new users such as exclusive offers at just 0.01 USD. The intuitive interface allows for quick and easy transactions, while multiple login options add another layer of convenience. Instant delivery means players can immediately access their purchased UC, ensuring they never miss out on limited-time in-game events or offers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Safety and customer support are also prioritized at lootbar.gg. The platform employs robust security measures to protect users&#039; data and transactions against fraud, giving peace of mind with every purchase. Additionally, their 24/7 online customer service team is always ready to help resolve any issues, and the 100% cash-back guarantee ensures every transaction is risk-free. For players seeking a trustworthy and efficient way to pubg uc top up, lootbar.gg stands out as a top choice.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up PUBG Mobile on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/pubg?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy PUBG UC&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and selecting your preferred language and currency. Once logged in, navigate to the top-up section and select PUBG Mobile from the available games. Next, decide how much PUBG UC you wish to purchase and click on the &ldquo;Top-up Now&rdquo; button to proceed with your transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterward, you&rsquo;ll be asked to enter your PUBG UID to ensure the UC is credited to the correct account. Confirm your details, then click &#039;Top-up&#039; to move to the payment page. Here, simply choose your preferred payment method and complete the payment process. Once your payment is successful, the PUBG UC will be delivered directly to your in-game account, allowing you to enjoy new items and upgrades right away.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9857c2d7e232905ffafSwoUtpWq03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(411, 579, '', 'Gmail Label Updates: Drag-and-Drop Features Explained', '&lt;p&gt;Google&#039;s monthly updates often reveal exciting developments, and recent posts have highlighted enhancements to Gmail&#039;s labeling system along with some insightful spam trend data.&lt;/p&gt;\n&lt;p&gt;One of the most user-friendly improvements is the repositioning of the labels section, now situated above the chat area, making it more accessible. Users can effortlessly customize their labels by grouping and rearranging them, moving away from the previous strict alphabetical order. Although Gmail attempts to assist by suggesting labels for quick access, manual organization remains simple thanks to drag-and-drop functionality.&lt;/p&gt;\n&lt;p&gt;This drag-and-drop feature now extends to messages and labels, mirroring the behavior of the new &quot;move&quot; option, which labels and archives emails simultaneously. Initially, it may take a moment to identify the precise spot on the message to grab, but once mastered, managing emails becomes more intuitive.&lt;/p&gt;\n&lt;p&gt;However, not all changes are positive for every user. The removal of the right-side labels option from Gmail Labs means users who relied on that feature must adapt to the new layout, as it has been officially retired.&lt;/p&gt;\n&lt;p&gt;Turning to security and spam, recent insights from Google&#039;s Postini team reveal that spam volumes have continued to fluctuate. Following the takedown of major spam operations like McColo in November, spam levels saw a decline, dropping to about half of their previous volume in early June. Although this is a positive sign, Google warns that such decreases often attract new spammers, potentially reversing gains over time.&lt;/p&gt;\n&lt;p&gt;Interestingly, this month has seen a resurgence of traditional spam tactics. Image spam, a tactic thought to be less prevalent, has returned, potentially serving as a testing ground for spam filters. Additionally, there has been a notable increase in email-based viruses, reaching levels not seen in two years.&lt;/p&gt;\n&lt;p&gt;Postini, which provides email security and archiving services for approximately 50,000 organizations, continues to monitor these trends, highlighting the ongoing evolution of email threats and the importance of robust filtering mechanisms.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People primarily use VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to regional censorship laws blocking access or to maintain privacy while browsing adult content. The concept of &#039;porn unblocked&#039; refers specifically to circumventing these restrictions through methods like VPNs, thereby gaining access to platforms and material otherwise unavailable in the user&#039;s location or on their network.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted adult content securely, particularly to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; restricted in their location, SafeShell VPN offers a highly effective solution. This service provides exceptional speed for seamless, buffer-free streaming of high-definition content, ensuring an uninterrupted viewing experience where other VPNs often cause frustrating slowdowns. Its innovative App Mode feature specifically enhances access to unblocked adult material, allowing users to bypass geo-blocks across multiple regions simultaneously without needing constant manual server switches, making it remarkably convenient for diverse content discovery.&lt;/p&gt;\n&lt;p&gt;Beyond unlocking porn sites, SafeShell VPN delivers robust security through advanced encryption protocols that shield your online activities from ISP monitoring, network administrators, and potential intruders, guaranteeing complete privacy during sensitive browsing sessions. Furthermore, it supports simultaneous connections on up to five devices across major platforms like Windows, macOS, iOS, Android, and smart TVs, ensuring comprehensive protection and unrestricted access across all your gadgets without compromise.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to access region-restricted content is straightforward and secure. First, visit the SafeShell VPN website to create an account and select a subscription plan that suits your budget. After completing your registration, download the application for your device - whether it&#039;s Windows, Mac, iOS, or Android - and follow the installation instructions provided.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN application and log in with your credentials. Navigate to the server selection screen where you&#039;ll find a list of countries to connect to. Choose a server location in the region where the content you want to access is available. After connecting, which typically takes only a few seconds, your internet traffic will be routed through that server, making websites believe you&#039;re browsing from the selected location.&lt;/p&gt;\n&lt;p&gt;With your connection established through SafeShell VPN, you can now open your preferred browser and visit any previously restricted websites. Your real IP address remains hidden, ensuring your browsing activity stays private. For optimal performance, try different server locations if you experience slow connections, and remember to always disconnect from the VPN when you&#039;ve finished your browsing session to restore your regular connection.&lt;/p&gt;', 9, 'game'),
(412, 580, '', 'Harry Potter HBO Series: Daniel Radcliffe Supports New Star', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b832393a6afb7a196d1125rRbXlmI03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b832393a6afb7a196d1125rRbXlmI03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Daniel Radcliffe recently shared a heartfelt moment from his involvement with the upcoming HBO adaptation of the Harry Potter series. During an appearance on &ldquo;Good Morning America,&rdquo; he revealed that he took the initiative to reach out to the new actor cast as Harry Potter, Dominic McLaughlin.&lt;/p&gt;\n&lt;p&gt;Radcliffe, who is forever linked to the beloved franchise through his portrayal of Harry in the eight-film series from 2001 to 2011, expressed his support for the young star. &ldquo;I wrote to Dominic and sent him a letter,&rdquo; Radcliffe explained, &ldquo;and he responded with a very sweet note.&rdquo;&lt;/p&gt;\n&lt;p&gt;He emphasized that he doesn&rsquo;t feel compelled to contact every new actor taking on the role but wanted to connect with McLaughlin personally. &ldquo;I just wanted to tell him I hope he has a fantastic time, even better than I did,&rdquo; Radcliffe said, reflecting on his own experiences.&lt;/p&gt;\n&lt;p&gt;Seeing the young cast in promotional images, Radcliffe admitted a desire to embrace them all. &ldquo;They seem so young, and I look at them and think, &lsquo;Wow, I was doing that at their age,&rsquo;&rdquo; he shared. &ldquo;It&rsquo;s both wild and incredibly touching. I truly hope they&rsquo;re enjoying every moment.&rdquo;&lt;/p&gt;\n&lt;p&gt;The cast of the new series includes other notable young actors such as Arabella Stanton as Hermione Granger, Alastair Stout as Ron Weasley, Lox Pratt as Draco Malfoy, Alessia Leoni as Parvati Patil, Leo Earley as Seamus Finnigan, Rory Wilmot as Neville Longbottom, and Amos Kitson as Dudley Dursley.&lt;/p&gt;\n&lt;p&gt;In addition, Warner Bros. has gone to great lengths to support the young performers&rsquo; education, building a temporary school at Leavesden Studios&mdash;home to the series&rsquo; production&mdash;to ensure they can keep up with their studies during filming, which is expected to span nearly a decade.&lt;/p&gt;\n&lt;p&gt;The reboot is slated to premiere on HBO and HBO Max in 2027. For more insights, viewers can watch Radcliffe&rsquo;s full interview on &ldquo;Good Morning America,&rdquo; available in the video below.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch? The Harry Potter films depict the magical adventures of Harry Potter as he studies at Hogwarts, fights evil forces, and discovers his true purpose. To find out &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, viewers can check popular streaming services like Netflix, HBO Max, or Amazon Prime, though availability may vary by location, and using a VPN can help access the movies in regions where they are not readily available.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. One of the key advantages of the SafeShell VPN is its high-speed servers, which are specially optimized for seamless streaming, ensuring buffer-free playback and crisp high-definition quality. Additionally, the SafeShell VPN allows you to connect multiple devices simultaneously, supporting a variety of operating systems including Windows, macOS, iOS, and Android, so you can enjoy your favorite content across all your gadgets. Its exclusive App Mode feature further enhances your experience by enabling you to unlock and stream content from multiple regions at the same time, broadening your entertainment options. Moreover, SafeShell VPN provides lightning-fast speeds without bandwidth restrictions, allowing you to stream, browse, and download effortlessly. Security is also a top priority, with the proprietary ShellGuard protocol offering advanced encryption to keep your online activities private and protected. Lastly, SafeShell VPN&#039;s flexible free trial plan gives you the opportunity to explore all these benefits risk-free, making it an excellent choice for those seeking a reliable and secure Netflix VPN solution.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the appropriate SafeShell VPN app for your device, whether it&#039;s Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account, then choose the APP mode to optimize your streaming experience. After that, browse the list of available VPN servers and select one located in the region where Harry Potter movies are accessible, such as the US, UK, or Canada. Click on &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open Netflix, log into your account, and enjoy watching Harry Potter movies from the region you selected with SafeShell VPN.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(413, 582, '', 'Harry Potter Blu-ray Deal: Black Friday Savings on Amazon', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b83379d71e3a2eadc3c57VDRvCQLx03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b83379d71e3a2eadc3c57VDRvCQLx03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experience the entire magical journey of Harry Potter with an incredible Black Friday deal now available on Amazon. This comprehensive 16-disc Blu-ray collection has been significantly discounted, offering fans a 31% savings on the complete eight-film saga.&lt;/p&gt;\n&lt;p&gt;The premium set delivers every beloved film from the Warner Bros. franchise in stunning 4K quality, taking viewers from Harry&#039;s first steps into Hogwarts in &quot;Sorcerer&#039;s Stone&quot; through the epic conclusion in &quot;Deathly Hallows &ndash; Part 2.&quot;&lt;/p&gt;\n&lt;p&gt;Each film comes with its own bonus features disc, providing hours of behind-the-scenes content, interviews, and magical extras that enhance the viewing experience.&lt;/p&gt;\n&lt;p&gt;This limited-time offer is part of Amazon&#039;s extensive Black Friday media sale, which includes numerous boxed sets and physical media collections at reduced prices.&lt;/p&gt;\n&lt;p&gt;Perfect for gifting or adding to your personal collection, this comprehensive Potter package allows fans to revisit the wizarding world whenever they wish, all for less than $60 during this special holiday promotion.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b833bb0e6e25d47d05c9fl6GNhsgP03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b833bb0e6e25d47d05c9fl6GNhsgP03&quot; width=&quot;635&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Take advantage of this Black Friday special by grabbing the complete Harry Potter film collection on Blu-ray for just $59.99 on Amazon. This comprehensive set features all eight movies, from the first installment, &ldquo;Sorcerer&rsquo;s Stone,&rdquo; to the final chapter, &ldquo;Deathly Hallows &ndash; Part 2,&rdquo; each presented in stunning high-definition with the theatrical versions intact.&lt;/p&gt;\n&lt;p&gt;The collection not only offers the movies but also includes a variety of bonus features from previous releases. Fans can enjoy behind-the-scenes documentaries, interviews with cast and crew, production journals, deleted scenes, and other making-of content that originally accompanied the films. Some titles also come with interactive &ldquo;in-movie experience&rdquo; tracks and BD-Live features, enhancing the viewing experience where available.&lt;/p&gt;\n&lt;p&gt;Harry Potter has consistently been a top seller in physical media, especially during the holiday shopping season. Warner Bros. revitalized the franchise in 2016 with a stunning 4K Ultra HD remaster, featuring HDR enhancements and Dolby Atmos sound for an immersive experience. Over the years, multiple editions have been released, including standard Blu-ray and DVD versions, the collectible &ldquo;Yearbook&rdquo; sets, and the elaborate &ldquo;Wizard&rsquo;s Collection&rdquo; box, which remains one of the most prestigious collector&rsquo;s editions.&lt;/p&gt;\n&lt;p&gt;Don&rsquo;t miss out&mdash;purchase this incredible Harry Potter Blu-ray bundle now and explore more Harry Potter merchandise through the provided links.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical journey of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the dark wizard Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. For those wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the beloved film series is available across multiple streaming platforms including HBO Max, Amazon Prime, and Netflix (though availability varies by region), with digital rental options also accessible through various online retailers for fans eager to revisit the enchanting wizarding world.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like Harry Potter movies on Netflix, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. This powerful VPN service offers a seamless way to bypass geographical limitations and enjoy your favorite wizard&#039;s adventures from anywhere in the world.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN stands out with its impressive array of features designed specifically for streaming enthusiasts. With high-speed servers optimized for Netflix, you&#039;ll experience buffer-free playback even in HD quality. The exclusive App Mode allows you to access multiple regional libraries simultaneously, expanding your entertainment options beyond what&#039;s available in your country. Plus, you can connect up to five devices at once, making it perfect for households with multiple viewers.&lt;/p&gt;\n&lt;p&gt;What truly sets SafeShell VPN apart is its commitment to both performance and security. The service delivers lightning-fast speeds without bandwidth restrictions, eliminating the frustration of constant buffering. Your online privacy remains protected thanks to the proprietary ShellGuard protocol, ensuring your streaming activities stay private. And if you&#039;re hesitant about committing, their flexible free trial plan lets you experience all these benefits before making a decision.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and click the &quot;Subscribe Now&quot; button to complete your subscription. Next, download and install SafeShell VPN on your device by selecting the appropriate version for Windows, macOS, iOS, or Android from the website. Once installed, launch the SafeShell VPN app and log into your account. For an optimal streaming experience, switch to the APP mode within the app. Then, browse through the list of available VPN servers and select one located in the region where you want to access Harry Potter movies, such as the US or UK. Click &quot;Connect&quot; to establish a secure connection to your chosen server. Finally, open your Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies in the region you selected through SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(414, 584, '', 'Netflix VPN Blockage &ndash; Does PIA Work for Streaming?', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b845952816875049c896aqrRIFNMd03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b845952816875049c896aqrRIFNMd03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix VPN Blockage&lt;/h3&gt;\n&lt;p&gt;Struggling to stream Netflix while using Private Internet Access? You&#039;re facing a widespread challenge.&lt;/p&gt;\n&lt;p&gt;Netflix actively blocks VPN traffic globally&lt;/p&gt;\n&lt;p&gt;employing sophisticated detection methods.&lt;/p&gt;\n&lt;p&gt;This results in the frustrating &quot;unblocker or proxy&quot; error message&lt;/p&gt;\n&lt;p&gt;halting your viewing.&lt;/p&gt;\n&lt;p&gt;While PIA offers servers across 91+ countries&lt;/p&gt;\n&lt;p&gt;its ability to unlock Netflix is severely restricted.&lt;/p&gt;\n&lt;p&gt;**&lt;/p&gt;\n&lt;p&gt;Only a select few PIA servers currently bypass Netflix&#039;s VPN blocks.**&lt;/p&gt;\n&lt;p&gt;Our rigorous testing involved connecting to various servers&lt;/p&gt;\n&lt;p&gt;using incognito mode to avoid cache interference.&lt;/p&gt;\n&lt;p&gt;Results confirmed Netflix access works on a minimal number of servers&lt;/p&gt;\n&lt;p&gt;likely those catering to high-demand regions.&lt;/p&gt;\n&lt;p&gt;For most PIA servers&lt;/p&gt;\n&lt;p&gt;expect the Netflix proxy error to appear.&lt;/p&gt;\n&lt;p&gt;If you encounter issues&lt;/p&gt;\n&lt;p&gt;try these troubleshooting steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSwitch between different PIA server locations.\n&lt;/li&gt;\n&lt;li&gt;\nClear your browser cookies and cache.\n&lt;/li&gt;\n&lt;li&gt;\nUse Netflix in private/incognito browsing windows.\n&lt;/li&gt;\n&lt;li&gt;\nVerify your PIA app is updated to the latest version.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Should persistent problems occur&lt;/p&gt;\n&lt;p&gt;consider alternative VPN providers known for consistent Netflix compatibility.&lt;/p&gt;\n&lt;p&gt;Reliable options exist that specialize in overcoming streaming geo-restrictions.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b841d555625769a7a6bbfLFqGJ9iJ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b841d555625769a7a6bbfLFqGJ9iJ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Troubleshooting Netflix Access Issues with Private Internet Access VPN&lt;/p&gt;\n&lt;p&gt;Are you struggling to watch your favorite Netflix shows while using Private Internet Access (PIA)? You&#039;re not alone. While PIA does connect to some popular Netflix libraries, its overall performance with the streaming giant has notable limitations.&lt;/p&gt;\n&lt;p&gt;PIA&#039;s Netflix Compatibility Challenges&lt;/p&gt;\n&lt;p&gt;PIA has openly acknowledged that Netflix actively blacklists their servers and IP addresses. This explains why previously accessible Netflix catalogs suddenly become unavailable. The connection quality can also be inconsistent, with streaming performance varying based on server location, distance, and time of day.&lt;/p&gt;\n&lt;p&gt;For existing PIA subscribers experiencing Netflix issues, contacting their customer support team may help identify streaming-optimized servers. However, the experience might still be suboptimal compared to VPN providers that specialize in Netflix access.&lt;/p&gt;\n&lt;p&gt;Alternative VPN Options for Netflix&lt;/p&gt;\n&lt;p&gt;If reliable Netflix access is your priority, several VPN providers offer more consistent performance:&lt;/p&gt;\n&lt;p&gt;NordVPN stands out with dedicated streaming servers and compatibility with numerous Netflix libraries. Their service includes robust security features and a strict no-logs policy.&lt;/p&gt;\n&lt;p&gt;Surfshark provides excellent value with unlimited simultaneous connections and strong Netflix compatibility.&lt;/p&gt;\n&lt;p&gt;ExpressVPN delivers premium performance with access to numerous global Netflix libraries and exceptional speeds.&lt;/p&gt;\n&lt;p&gt;IPVanish works well with US and UK Netflix across multiple device types with unlimited connections.&lt;/p&gt;\n&lt;p&gt;Quick Setup Guide for Netflix Access&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nChoose and subscribe to a reliable Netflix-compatible VPN\n&lt;/li&gt;\n&lt;li&gt;\nDownload the appropriate app for your device\n&lt;/li&gt;\n&lt;li&gt;\nConnect to a server in your desired Netflix region\n&lt;/li&gt;\n&lt;li&gt;\nClear browser cache and cookies if experiencing issues\n&lt;/li&gt;\n&lt;li&gt;\nSign into Netflix and start streaming\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Why Netflix Blocks VPNs&lt;/p&gt;\n&lt;p&gt;Netflix invests significant resources into VPN detection and blocking due to content licensing agreements. Smaller VPN providers often struggle to maintain consistent access against Netflix&#039;s sophisticated blocking systems.&lt;/p&gt;\n&lt;p&gt;The Importance of Choosing the Right VPN&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for Netflix, consider factors beyond just compatibility. Look for services offering:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFast connection speeds to prevent buffering\n&lt;/li&gt;\n&lt;li&gt;\nStrong encryption for privacy protection\n&lt;/li&gt;\n&lt;li&gt;\nNo-logs policies to protect your viewing habits\n&lt;/li&gt;\n&lt;li&gt;\nMultiple server options in your preferred Netflix regions\n&lt;/li&gt;\n&lt;li&gt;\nMoney-back guarantees to test performance risk-free\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Free VPNs typically struggle with Netflix access and may compromise your privacy. For reliable streaming, investing in a reputable paid VPN service is strongly recommended.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692b841ab0814fb7f99ddcca3iyz86vW07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692b841ab0814fb7f99ddcca3iyz86vW07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Experiencing Netflix Streaming Issues with Private Internet Access? Try These Solutions&lt;/p&gt;\n&lt;p&gt;Are you struggling to access Netflix while using Private Internet Access VPN? Don&#039;t worry - this is a common issue that can usually be resolved with a few troubleshooting steps.&lt;/p&gt;\n&lt;p&gt;First, verify your VPN connection is working properly by checking your current IP address through an online checker tool. If you&#039;re not showing the expected location, try disconnecting and reconnecting to your chosen server.&lt;/p&gt;\n&lt;p&gt;Netflix often stores location data that can conflict with your VPN connection. Clearing your browser cookies can resolve this issue. For optimal results, make this a regular practice whenever you encounter streaming problems.&lt;/p&gt;\n&lt;p&gt;Your device might be revealing your actual location to Netflix through other means. Mobile devices particularly can transmit GPS data that contradicts your VPN location. Consider using GPS-spoofing applications or upgrading to a VPN service that addresses this issue.&lt;/p&gt;\n&lt;p&gt;Server blacklisting is another common problem. If Netflix has identified your current server as belonging to a VPN, simply switch to a different server in your desired region. Customer support can often recommend servers that are currently working well with Netflix.&lt;/p&gt;\n&lt;p&gt;For a more reliable solution, consider investing in a dedicated IP address. When multiple users share the same IP (as happens with standard VPN servers), Netflix may flag and block that address. A dedicated IP, though slightly more expensive, provides a more consistent streaming experience.&lt;/p&gt;\n&lt;p&gt;Understanding how Netflix blocks VPNs can help you troubleshoot more effectively. The streaming platform identifies and blocks IP addresses associated with VPN services to enforce regional content restrictions and licensing agreements.&lt;/p&gt;\n&lt;p&gt;When selecting a VPN for Netflix access, consider factors beyond just Netflix compatibility. Look for services that offer reliable speeds, support for multiple streaming platforms, and strong security features to ensure a comprehensive solution for all your streaming needs.&lt;img alt=&quot;&quot; src=&quot;&quot; /&gt; Nov 2025  Works with Netflix  Tested Nov 2025&lt;/p&gt;\n&lt;h3&gt;VPN Solutions for Netflix&lt;/h3&gt;\n&lt;p&gt;Experiencing Netflix Issues with PIA VPN? Try These Solutions&lt;/p&gt;\n&lt;p&gt;Struggling to access Netflix while using Private Internet Access VPN? You&#039;re not alone. While PIA offers excellent security features, Netflix&#039;s sophisticated VPN detection systems can sometimes create viewing obstacles. Fortunately, there are several effective workarounds.&lt;/p&gt;\n&lt;p&gt;For reliable Netflix streaming, many users turn to alternative services like NordVPN. With its impressive network of 7,000+ global servers and consistent streaming performance, NordVPN regularly unlocks multiple Netflix libraries including US, UK, Japanese, Australian, and Canadian content.&lt;/p&gt;\n&lt;p&gt;Recent NordVPN Improvements&lt;/p&gt;\n&lt;p&gt;NordVPN continues enhancing its service with regular updates, including:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nThumb-friendly navigation interface\n&lt;/li&gt;\n&lt;li&gt;\nTransparent server location identification\n&lt;/li&gt;\n&lt;li&gt;\nStreamlined file sharing processes\n&lt;/li&gt;\n&lt;li&gt;\nEnhanced browser extensions\n&lt;/li&gt;\n&lt;li&gt;\nQuantum-resistant encryption for Linux\n&lt;/li&gt;\n&lt;li&gt;\nUpgraded Threat Protection Pro&trade; interface\n&lt;/li&gt;\n&lt;li&gt;\nNew NordWhisper obfuscation protocol for bypassing strict VPN blocks\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Why Free VPNs Aren&#039;t Ideal for Netflix&lt;/p&gt;\n&lt;p&gt;While free VPN options exist, they typically struggle with streaming for several reasons:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nOvercrowded servers leading to buffering and poor resolution\n&lt;/li&gt;\n&lt;li&gt;\nLimited country coverage for accessing regional content\n&lt;/li&gt;\n&lt;li&gt;\nPotential security risks, with research showing 18% never encrypt user data\n&lt;/li&gt;\n&lt;li&gt;\nSome free services have questionable privacy practices\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Understanding VPN Kill Switches&lt;/p&gt;\n&lt;p&gt;PIA offers a distinctive three-mode kill switch system:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nOff: Standard browsing if VPN disconnects\n&lt;/li&gt;\n&lt;li&gt;\nAutomatic: Blocks traffic only during unexpected disconnections\n&lt;/li&gt;\n&lt;li&gt;\nAlways: Permits browsing exclusively through VPN connection\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This feature provides essential protection, particularly in regions with heavy internet censorship.&lt;/p&gt;\n&lt;p&gt;Router Installation Options&lt;/p&gt;\n&lt;p&gt;You can install PIA directly on compatible routers including DD-WRT, Tomato, LEDE, and ASUS-WRT models. While this process requires technical knowledge, PIA provides detailed setup guides and 24/7 support.&lt;/p&gt;\n&lt;p&gt;Privacy Commitments&lt;/p&gt;\n&lt;p&gt;PIA maintains a strict no-logs policy, stating emphatically they &quot;absolutely do not keep any logs of any kind, period.&quot; The company has demonstrated this commitment by removing servers from countries demanding access to user data.&lt;/p&gt;\n&lt;p&gt;Legal Considerations&lt;/p&gt;\n&lt;p&gt;Using VPNs for streaming is generally legal worldwide. While Netflix&#039;s terms discourage VPN usage, there are no documented cases of users being banned for this practice. Typically, detection only results in temporary access limitations that resolve once you switch servers or disable the VPN.&lt;/p&gt;\n&lt;p&gt;Beyond Netflix, PIA successfully unblocks several other streaming platforms including BBC iPlayer, Hulu, and Sky Go, though recent tests show inconsistent results with Amazon Prime Video.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on streaming content, allowing access to shows and movies available in different countries&#039; Netflix libraries. When users connect to a Netflix VPN, they can mask their actual location and appear to be browsing from wherever the VPN server is located, effectively unlocking region-specific content that would otherwise be unavailable in their home country.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content by Netflix VPN, you may want to consider the SafeShell VPN. 1. SafeShell VPN is specifically designed to achieve &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, enabling users to enjoy their favorite shows and movies without geographic limitations. 2. Its high-speed servers are optimized for seamless streaming, providing buffer-free playback and high-definition quality, which significantly enhances your viewing experience. 3. The platform allows connection on multiple devices simultaneously, supporting various operating systems like Windows, macOS, iOS, and Android, so you can enjoy Netflix unblocked on all your devices. 4. With its exclusive App Mode feature, SafeShell VPN enables you to access multiple regions at once, broadening your entertainment options. 5. Furthermore, lightning-fast speeds and no bandwidth restrictions ensure smooth streaming, browsing, and downloading without interruptions. 6. The top-level security offered by its proprietary ShellGuard protocol guarantees your privacy while enjoying Netflix content. 7. Lastly, the flexible free trial plan lets you test these features risk-free, making SafeShell VPN a reliable choice for unblocking Netflix and enhancing your streaming experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, begin by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/, selecting a plan that suits your needs and clicking the &quot;Subscribe Now&quot; button. Next, download and install the SafeShell VPN app or software compatible with your device, such as Windows, macOS, iOS, or Android. Once installed, launch the SafeShell VPN app and log in to your account. For the best streaming experience, choose the APP mode within the SafeShell Netflix VPN, which is optimized for watching Netflix. Then, browse the list of available servers and select one located in the region whose Netflix content you want to access, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to the selected server. Finally, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming content from the region you selected using SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(415, 585, '', 'Michael Jackson Death News&mdash;How It Spread Fast', '&lt;p&gt;The Unexpected News of a Pop Icon&#039;s Passing&lt;/p&gt;\n&lt;p&gt;When the notification flashed across my instant messaging feed last Thursday around 5:20 PM Eastern, I was genuinely taken aback. &quot;Michael Jackson died,&quot; it stated plainly.&lt;/p&gt;\n&lt;p&gt;What&#039;s remarkable is that this message reached me approximately six minutes before the King of Pop was officially pronounced deceased. This timing struck me as particularly strange, especially considering my general disconnection from celebrity culture and entertainment news.&lt;/p&gt;\n&lt;p&gt;I&#039;m hardly what anyone would consider well-informed about pop music or celebrity happenings. In fact, I had been under the mistaken impression that Jackson was still residing in Japan. My knowledge about his whereabouts and activities was clearly outdated and minimal at best.&lt;/p&gt;\n&lt;p&gt;The experience left me wondering about how news travels in our digital age - sometimes outpacing official announcements and spreading through informal networks before formal verification. That a person like myself, so removed from entertainment circles, would receive such news before its official confirmation speaks volumes about modern information flow.The Digital Information Crisis: Reflections on Celebrity News and Internet Infrastructure&lt;/p&gt;\n&lt;p&gt;When major events unfold, our digital infrastructure reveals its fragility. During a recent high-profile celebrity death, communication networks faltered under unprecedented traffic surges. Instant messaging services failed, broadband connections dropped repeatedly, and even backup wireless systems proved unreliable.&lt;/p&gt;\n&lt;p&gt;Network engineers later confirmed what many suspected: our internet architecture simply wasn&#039;t designed to handle such massive, simultaneous information-seeking behavior. The digital ecosystem buckled under the collective weight of millions searching for verification of the same rumor simultaneously.&lt;/p&gt;\n&lt;p&gt;This phenomenon highlights an interesting regression in information dissemination. Previous generations had clear authoritative sources &ndash; television networks with established protocols for verification before broadcasting. Today, we witness a curious paradox where ownership consolidation continues while authority fragments.&lt;/p&gt;\n&lt;p&gt;Consider how the news broke: a celebrity gossip site published the story a full hour before traditional news outlets, despite both entities being owned by the same parent corporation. This wasn&#039;t &quot;new media&quot; outpacing &quot;old media&quot; as some suggested &ndash; it was simply different divisions of the same conglomerate operating under different journalistic standards.&lt;/p&gt;\n&lt;p&gt;The traditional outlet likely followed established practices &ndash; contacting hospitals, family members, and official representatives before publishing. Meanwhile, their sister publication operated under different protocols, prioritizing speed over comprehensive verification.&lt;/p&gt;\n&lt;p&gt;Most revealing was the public&#039;s response. When seeking confirmation of this news, tens of millions didn&#039;t turn to specific news organizations but instead overwhelmed search engines. This behavior crashed Google&#039;s services for approximately thirty minutes &ndash; a telling indicator of our current information landscape.&lt;/p&gt;\n&lt;p&gt;This mass migration to search engines rather than specific news sources reveals a troubling truth: we no longer have collectively trusted authorities for information. Previous generations turned to specific journalists and news organizations during moments of significance. Today, we collectively query algorithms, hoping that aggregated results will somehow reveal truth through volume and repetition.&lt;/p&gt;\n&lt;p&gt;What does this indicate about our information ecosystem? We&#039;ve created a digital environment where validation comes not from trusted sources but from the collective behavior of millions seeking the same answers simultaneously &ndash; a concerning development for the future of reliable journalism in the digital age.The chaotic rush to publish online after major events creates a vortex of unverified claims.&lt;/p&gt;\n&lt;p&gt;Search algorithms simply reflect the frenzy, not create its content.&lt;/p&gt;\n&lt;p&gt;Readers shouldn&#039;t shoulder blame for the misinformation swirling around them.&lt;/p&gt;\n&lt;p&gt;The core failure lies within journalism&#039;s desperate scramble for clicks over truth.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;Individuals seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass geographical restrictions and maintain privacy while accessing restricted adult content online. This essentially means using a virtual private network to circumvent censorship filters imposed by governments, networks, or internet service providers, allowing users to reach pornographic websites that would otherwise be inaccessible in their location. Therefore, &#039;porn unblocked&#039; refers to adult content made available by overcoming these digital barriers through tools like VPNs.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for accessing adult content securely. SafeShell VPN provides numerous benefits that make it an excellent choice for unblocking porn sites and maintaining your privacy online.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nThe service features exceptional encryption through its exclusive ShellGuard protocol, ensuring your browsing activities remain completely private and shielded from ISPs and network administrators\n&lt;/li&gt;\n&lt;li&gt;\nUnlike many competitors, SafeShell VPN delivers impressive connection speeds that won&#039;t compromise your streaming experience, eliminating frustrating buffering issues when accessing adult content\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode allows you to access content from multiple regions simultaneously without constantly switching servers, making it easier to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from different countries\n&lt;/li&gt;\n&lt;li&gt;\nWith support for up to five devices at once across various platforms including Windows, macOS, iOS, Android, and smart TVs, SafeShell VPN ensures comprehensive protection for all your devices\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing content from different regions is made simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, allowing you to bypass geographical restrictions while maintaining your privacy online. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, create an account on the SafeShell VPN website and select a subscription plan that suits your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application onto your device from their official website or app store\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application by following the on-screen prompts and login using your account credentials\n&lt;/li&gt;\n&lt;li&gt;\nOpen the SafeShell VPN app and navigate to the server selection screen\n&lt;/li&gt;\n&lt;li&gt;\nChoose a server located in the region where your desired content is accessible\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the selected server and wait for the connection to be established\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your browser and visit the website with the content you wish to access\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted browsing with your identity and activities protected by SafeShell VPN&#039;s encryption\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(416, 586, '', 'Clear Data Erasure: Refund &amp; Privacy Issues Explained', '&lt;p&gt;Former Clear members face unresolved data and refund dilemmas after the program&#039;s sudden termination.&lt;/p&gt;\n\n&lt;p&gt;Laptops from airport kiosks and employee inventories undergo a triple-pass data erasure process.&lt;/p&gt;\n&lt;p&gt;The company claims this procedure exceeds NIST media sanitization guidelines,&lt;/p&gt;\n&lt;p&gt;though independent studies suggest a single secure wipe suffices for modern drives.&lt;/p&gt;\n&lt;p&gt;Completion notifications will be emailed to affected individuals.&lt;/p&gt;\n\n&lt;p&gt;Personally identifiable information (PII) remains strictly governed:&lt;/p&gt;\n&lt;p&gt;It cannot be repurposed beyond Transportation Security Administration (TSA)-authorized traveler programs.&lt;/p&gt;\n&lt;p&gt;Any potential transfer mandates the new provider uphold TSA&#039;s stringent privacy and security protocols.&lt;/p&gt;\n&lt;p&gt;Data not utilized for such programs faces permanent deletion.&lt;/p&gt;\n\n&lt;p&gt;These disclosures emerged via an unsigned customer service letter posted online,&lt;/p&gt;\n&lt;p&gt;reiterating TSA compliance standards during the shutdown managed by Lockheed Martin.&lt;/p&gt;\n\n&lt;p&gt;Refunds, however, remain inaccessible.&lt;/p&gt;\n&lt;p&gt;The parent company, Verified Identity Pass, exists in financial limbo without bankruptcy protection,&lt;/p&gt;\n&lt;p&gt;leaving members stranded much like travelers between canceled flights.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geographical restrictions, censorship, and privacy concerns. By masking their IP address and encrypting their internet traffic, VPNs allow users to bypass regional blocks while maintaining anonymity, preventing ISP throttling, and ensuring safe browsing even on public Wi-Fi networks. Porn unblocked through VPN services gives users the freedom to access adult content libraries regardless of their location, effectively circumventing government-imposed restrictions while protecting their personal browsing activities from unwanted surveillance.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This VPN service offers a secure and private browsing environment by utilizing advanced encryption protocols that protect users&rsquo; online activities from surveillance and monitoring, ensuring complete anonymity. Its extensive network of servers across multiple locations allows users to bypass geo-restrictions effortlessly, making it easier to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from anywhere in the world.&lt;/p&gt;\n&lt;p&gt;The benefits of using SafeShell VPN extend beyond security, as it provides lightning-fast speeds that enable smooth streaming of high-definition adult content without buffering or lag issues. Its innovative App Mode feature further enhances user experience by allowing simultaneous access to content from multiple regions, eliminating the need for constant server switching. Moreover, the ShellGuard protocol ensures top-tier security, keeping your private browsing sessions confidential and shielding you from potential intruders or network restrictions.&lt;/p&gt;\n&lt;p&gt;In addition to its speed and security features, SafeShell VPN supports multiple devices simultaneously, including smartphones, tablets, and smart TVs, ensuring comprehensive protection across all your gadgets. This multi-device support makes it convenient for users to unblock porn sites on various platforms without compromising on security or performance. Overall, SafeShell VPN is an excellent choice for anyone seeking a reliable, fast, and secure solution to access adult content safely and privately.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content via &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this comprehensive procedure: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by securing a valid subscription through the official SafeShell VPN website, selecting a suitable plan for your device and usage requirements\n&lt;/li&gt;\n&lt;li&gt;\nProceed to download and install the SafeShell VPN application on your specific operating system (Windows, macOS, iOS, or Android) from authorized sources\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell application and activate its specialized App Mode feature to optimize connection protocols for streaming applications\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection interface and choose any desired global server location from SafeShell VPN&#039;s extensive network to bypass geographical restrictions\n&lt;/li&gt;\n&lt;li&gt;\nEstablish the encrypted VPN tunnel connection and commence browsing target websites with complete anonymity, leveraging SafeShell VPN&#039;s military-grade encryption to maintain privacy throughout your session\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The process ensures unrestricted access while safeguarding digital footprints through rigorous no-logs policy enforcement.&lt;/p&gt;', 9, 'game'),
(417, 587, '', '.NET Framework Assistant Firefox Extension &ndash; Removal Fix', '&lt;p&gt;Microsoft&#039;s latest update addresses persistent removal difficulties&lt;/p&gt;\n&lt;p&gt;surrounding its .NET Framework Assistant Firefox extension,&lt;/p&gt;\n&lt;p&gt;which unexpectedly appeared in browsers without clear user consent.&lt;/p&gt;\n&lt;p&gt;This plug-in facilitates ClickOnce technology for Firefox,&lt;/p&gt;\n&lt;p&gt;enabling .NET applications to auto-update without full reinstallation&lt;/p&gt;\n&lt;p&gt;by selectively modifying components and bypassing privilege prompts.&lt;/p&gt;\n\n&lt;p&gt;Originally, the assistant&#039;s machine-level installation&lt;/p&gt;\n&lt;p&gt;prevented standard users from uninstalling it directly,&lt;/p&gt;\n&lt;p&gt;as the Firefox add-on menu displayed a greyed-out removal button.&lt;/p&gt;\n&lt;p&gt;This design paradoxically violated Microsoft&#039;s own security protocols,&lt;/p&gt;\n&lt;p&gt;where elevated privileges required for installation&lt;/p&gt;\n&lt;p&gt;weren&#039;t available to regular users for deletion.&lt;/p&gt;\n\n&lt;p&gt;ClickOnce functionality simplifies developer deployments&lt;/p&gt;\n&lt;p&gt;but raised eyebrows by circumventing security measures&lt;/p&gt;\n&lt;p&gt;like User Account Control that Microsoft itself established.&lt;/p&gt;\n&lt;p&gt;This contradiction fueled suspicions about backdoor vulnerabilities,&lt;/p&gt;\n&lt;p&gt;echoing concerns that initially drove users toward Firefox.&lt;/p&gt;\n\n&lt;p&gt;The current update introduces alternative removal methods,&lt;/p&gt;\n&lt;p&gt;such as accessing Firefox&#039;s about:config settings,&lt;/p&gt;\n&lt;p&gt;resetting the microsoftdotnet user agent preference,&lt;/p&gt;\n&lt;p&gt;and restarting the browser&mdash;streamlining what previously&lt;/p&gt;\n&lt;p&gt;demanded complex registry edits for elimination.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or ISP throttling that limit access to adult content. Unblock porn allows users to bypass these barriers by changing their IP address, ensuring privacy, and enabling safe browsing on insecure networks.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of porn by unblocking porn sites, they may want to consider the SafeShell VPN. Its key benefits include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nLightning-fast connection speeds that eliminate buffering during HD streaming, ensuring smooth access to blocked adult content without quality compromises.\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode functionality enabling simultaneous unblocking of porn sites across multiple geographic regions, removing the need for manual server switching.\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade ShellGuard encryption protocol that masks online activities from ISPs and network surveillance while bypassing sophisticated content filters.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-platform compatibility supporting up to five devices concurrently, including smartphones, computers, and streaming devices for comprehensive protection.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content, first sign up for an account on the official SafeShell VPN website. Choose a suitable subscription plan and complete the payment process.&lt;/p&gt;\n&lt;p&gt;Next, download the SafeShell VPN application directly from their site or your device&#039;s app store (e.g., Google Play Store for Android or Apple App Store for iOS). Install the application following the on-screen prompts for your specific operating system like Windows, macOS, Android, or iOS.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN app and log in using your credentials. Activate the specialized App Mode feature within the application settings to optimize it for accessing streaming platforms.&lt;/p&gt;\n&lt;p&gt;Then, select your desired server location from SafeShell&#039;s extensive global network - choose a country where the specific adult content is available (e.g., Japan or Germany). Click &#039;Connect&#039; to establish a secure, encrypted tunnel.&lt;/p&gt;\n&lt;p&gt;After confirmation of a successful connection, open your web browser and navigate to the adult site; you&#039;ll now enjoy unrestricted access with your real IP address and online activities fully protected by SafeShell VPN&#039;s privacy protocols.&lt;/p&gt;', 9, 'game'),
(418, 588, '', 'Saving Lives vs. Media Ethics&mdash;How Much Disclosure?', '&lt;p&gt;What lengths are justified when it comes to saving lives?&lt;/p&gt;\n&lt;p&gt;Similarly, how much effort should be invested in protecting a business strategy?&lt;/p&gt;\n&lt;p&gt;Recent discussions have centered around the decision by &lt;em&gt;The New York Times&lt;/em&gt; and Wikipedia to restrict the dissemination of information regarding David Rohde&#039;s kidnapping. I personally see no ethical fault in their decision, although I believe such discretion should be uniformly applied in all cases where publicity might serve the captor&#039;s objectives. Consider Jill Carroll&#039;s case, for example.&lt;/p&gt;\n&lt;p&gt;In Rohde&#039;s kidnapping, the Taliban seemingly aimed to attract media attention to bolster their influence. Suppressing coverage in this instance could diminish the captors&rsquo; success. Conversely, if the abduction was orchestrated by an obsessed individual seeking control or other malicious ends, making the situation public might hinder the captor&rsquo;s ability to conceal their actions, thereby reducing the kidnapping&rsquo;s effectiveness.&lt;/p&gt;\n&lt;p&gt;This scenario highlights journalism&#039;s role in serving the public interest&mdash;choosing what to publish based on the victim&rsquo;s welfare rather than the captor&rsquo;s propaganda. When the motives involve coercion or publicity-seeking, the ethical imperative is to prioritize the victim&rsquo;s safety. Advocates for full disclosure often confuse journalists with marketing spokespersons&mdash;those who are obliged to reveal everything at all times. In reality, editors and reporters possess information they choose not to share immediately, or at all. That&rsquo;s their right&mdash;deal with it.Some claim facts should circulate freely&lt;/p&gt;\n&lt;p&gt;but such voices often lack credibility&lt;/p&gt;\n&lt;p&gt;in handling sensitive data responsibly.&lt;/p&gt;\n&lt;p&gt;Consider security discussions today:&lt;/p&gt;\n&lt;p&gt;We debate withholding certain information&lt;/p&gt;\n&lt;p&gt;to protect entities or individuals&lt;/p&gt;\n&lt;p&gt;amid complex digital landscapes.&lt;/p&gt;\n&lt;p&gt;Judge Posner proposes radical measures&lt;/p&gt;\n&lt;p&gt;to rescue traditional news organizations&lt;/p&gt;\n&lt;p&gt;by expanding copyright law dramatically.&lt;/p&gt;\n&lt;p&gt;His suggestions would prohibit:&lt;/p&gt;\n&lt;p&gt;Unauthorized online access to content&lt;/p&gt;\n&lt;p&gt;Linking without permission&lt;/p&gt;\n&lt;p&gt;Even paraphrasing reported facts.&lt;/p&gt;\n&lt;p&gt;This challenges fundamental principles:&lt;/p&gt;\n&lt;p&gt;Facts themselves aren&#039;t copyrightable&lt;/p&gt;\n&lt;p&gt;Patents protect processes&lt;/p&gt;\n&lt;p&gt;Trade secrets guard formulas&lt;/p&gt;\n&lt;p&gt;But the sky remains blue for all to describe.&lt;/p&gt;\n&lt;p&gt;Posner views facts as news organizations&#039; property&lt;/p&gt;\n&lt;p&gt;arguing that without such protections:&lt;/p&gt;\n&lt;p&gt;Professional journalism faces extinction&lt;/p&gt;\n&lt;p&gt;Democracy suffers from diminished reportage.&lt;/p&gt;\n&lt;p&gt;Yet his solution risks gutting the internet:&lt;/p&gt;\n&lt;p&gt;Eliminating news aggregators&lt;/p&gt;\n&lt;p&gt;Silencing commentary platforms&lt;/p&gt;\n&lt;p&gt;Crippling social media&#039;s real-time reporting.&lt;/p&gt;\n&lt;p&gt;Consider Iran&#039;s protests:&lt;/p&gt;\n&lt;p&gt;Traditional media couldn&#039;t match&lt;/p&gt;\n&lt;p&gt;the immediacy of camera phones and Twitter&lt;/p&gt;\n&lt;p&gt;where citizen journalism filled critical gaps.&lt;/p&gt;\n&lt;p&gt;Preserving outdated business models&lt;/p&gt;\n&lt;p&gt;by restricting information flow&lt;/p&gt;\n&lt;p&gt;misdiagnoses journalism&#039;s challenges.&lt;/p&gt;\n&lt;p&gt;The future demands adaptation:&lt;/p&gt;\n&lt;p&gt;Human-curated summaries with attribution&lt;/p&gt;\n&lt;p&gt;Hybrid models blending primary sources&lt;/p&gt;\n&lt;p&gt;with instant analysis and context.&lt;/p&gt;\n&lt;p&gt;We need frameworks supporting both:&lt;/p&gt;\n&lt;p&gt;Quality newsgathering&#039;s real costs&lt;/p&gt;\n&lt;p&gt;and digital ecosystems&#039; collaborative power&lt;/p&gt;\n&lt;p&gt;without sacrificing the web&#039;s foundational principles.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;Individuals often use VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to maintain privacy during sensitive browsing and to circumvent geo-blocks that restrict access to adult content based on their location. The term &#039;porn unblocked&#039; refers to the successful bypassing of these regional or network-level restrictions, allowing users to access adult websites that were previously unavailable through their standard internet connection. This enables viewing content freely and privately, regardless of local censorship or filtering.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers a comprehensive solution that prioritizes both privacy and performance. With SafeShell VPN, you can easily bypass geographical restrictions while maintaining complete anonymity during your browsing sessions.&lt;/p&gt;\n&lt;p&gt;Benefits of SafeShell VPN include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nExceptional speed optimization that eliminates buffering when streaming high-definition adult content\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that allows access to content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol that makes your VPN connection undetectable to network monitoring systems\n&lt;/li&gt;\n&lt;li&gt;\nSupport for up to five devices at once, covering all major platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nMilitary-grade encryption that prevents ISPs and network administrators from tracking your online activities or viewing history\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; to access region-restricted adult content is straightforward and secure. First, visit the SafeShell VPN website to select and purchase a subscription plan that suits your needs. After completing your purchase, download the appropriate application for your device from their official website. Once installed, launch the SafeShell VPN app and create your account or log in with your credentials. Then activate the App Mode feature, which optimizes your connection for streaming content.&lt;/p&gt;\n&lt;p&gt;Next, browse through SafeShell VPN&#039;s extensive global server network and select a server location in the region where you want to access content. After connecting to your chosen server, your IP address will appear as if you&#039;re browsing from that location, bypassing geographic restrictions. Your connection is now encrypted, ensuring your browsing activities remain private and secure from your internet service provider or network administrators. With SafeShell VPN active, you can now visit your preferred adult websites and enjoy content from any region without limitations or concerns about your privacy.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(419, 590, '', 'Reinventing Horror: Live Theater&rsquo;s Supernatural Twist', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692b8331b0e6e25d47d05c29OeBTx1uf03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692b8331b0e6e25d47d05c29OeBTx1uf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Reinventing Horror: Live Theater Takes on the Supernatural&lt;/p&gt;\n&lt;p&gt;In an era dominated by digital effects and screen scares, there&#039;s something refreshingly primal about experiencing terror in a shared physical space. The latest theatrical adaptation bearing the name of a well-known horror franchise demonstrates this principle effectively, trading hidden cameras and found footage for the immediate impact of live performance.&lt;/p&gt;\n&lt;p&gt;The production, currently touring major American cities after its UK debut, represents a bold pivot from its cinematic namesake. While the film series relied on surveillance footage and the power of suggestion, this stage version embraces the visceral possibilities of theatrical space, creating moments that elicit audible gasps and genuine startled reactions from its audience.&lt;/p&gt;\n&lt;p&gt;Set in an imposing two-story house that occupies the entire stage, the narrative follows a newly married couple who relocate from Chicago to England. Their relationship becomes increasingly strained as unexplained phenomena&mdash;knocking sounds, power outages, and more disturbing occurrences&mdash;begin to plague their new home. The husband dismisses these events as typical old-house quirks, while his wife grows increasingly distressed by experiences her partner refuses to acknowledge.&lt;/p&gt;\n&lt;p&gt;The production&#039;s strength lies in its technical execution rather than its narrative depth. The script itself offers little beyond the central haunting, missing opportunities to develop richer character dynamics or meaningful subtext. Despite featuring only two main characters (plus a video call from a judgmental mother-in-law and a brief appearance by a spiritualist), the show manages to maintain tension through clever staging and unexpected moments that punctuate the darkness.&lt;/p&gt;\n&lt;p&gt;Lighting design proves crucial to the experience, creating shadowy corners that keep audiences vigilantly scanning the stage for potential threats. The production employs abrupt blackouts between scenes, mimicking cinematic cuts while amplifying the impact of preceding scares. One particularly effective sequence in the second act uses shadow work to validate the wife&#039;s experiences, undermining her husband&#039;s skepticism.&lt;/p&gt;\n&lt;p&gt;Unlike many ghost stories that disconnect supernatural events from the present-day characters, this production cleverly ties its haunting directly to the protagonists&#039; personal histories. This choice gives emotional weight to what might otherwise be merely a series of well-executed scares.&lt;/p&gt;\n&lt;p&gt;The show represents part of an emerging trend in theatrical horror, with several UK-originated productions finding success in American venues. Whether this movement signals a post-pandemic attempt to attract new audiences or simply demonstrates theater&#039;s enduring ability to create convincing illusions, it offers something increasingly rare in our digital age&mdash;the pleasure of being genuinely surprised by practical effects happening before our eyes.&lt;/p&gt;\n&lt;p&gt;For those accustomed to horror that relies on suggestion, this production delivers something more concrete. The haunting isn&#039;t merely implied&mdash;it manifests. And in a world where digital effects have dulled our sense of wonder, there&#039;s something powerfully convincing about witnessing the impossible unfold in physical space, with no screen to separate us from the supernatural.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. The series chronicles Harry Potter&#039;s journey as he learns magic at Hogwarts, fights evil forces, and discovers his destiny, while you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on platforms like Netflix, HBO Max, or Amazon Prime, with options to rent or stream digitally. To access the movies in regions with restrictions, a Netflix VPN can be helpful to enjoy these films from virtually anywhere.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This powerful service goes beyond basic VPN functionality to provide a comprehensive solution for Netflix viewers seeking to expand their viewing options across different regions.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers several standout benefits that make it an ideal choice for streaming enthusiasts. With high-speed servers specifically optimized for Netflix streaming, you can enjoy buffer-free playback in high definition without interruptions. The service allows connections on up to five devices simultaneously across multiple platforms including Windows, macOS, iOS, Android, and various TV systems. Perhaps most impressively, the exclusive App Mode feature enables you to unlock content from multiple regions at once, vastly expanding your entertainment options.&lt;/p&gt;\n&lt;p&gt;What truly sets SafeShell VPN apart is its combination of speed and security. You&#039;ll experience lightning-fast connection speeds without bandwidth limitations or throttling, ensuring smooth streaming even during peak hours. Your online privacy remains protected through the proprietary &quot;ShellGuard&quot; VPN protocol, which employs advanced encryption to keep your browsing sessions private and secure. With a flexible free trial plan available, you can test all these premium features before making any commitment, making SafeShell VPN a risk-free option for enhancing your Netflix experience.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To watch Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs and budget, then clicking the &quot;Subscribe Now&quot; button. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android. After installation, launch the app and log in to your account, choosing the APP mode to optimize your streaming experience. Next, browse the list of available VPN servers and select one located in the region where the Harry Potter movies are accessible, such as the US, UK, or Canada. Click &quot;Connect&quot; to establish a secure connection to that server. Finally, open your Netflix app or visit the Netflix website, log into your account, and enjoy watching Harry Potter movies from the region you selected effortlessly and safely.&lt;/p&gt;', 9, 'game'),
(420, 608, '', 'Honkai: Star Rail &ndash; Zentrale Truhe &ouml;ffnen leicht gemacht', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b833b07cdd4d863cff68bvLyriiT503&quot; height=&quot;328&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b833b07cdd4d863cff68bvLyriiT503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um in Honkai: Star Rail die zentrale Truhe zu &ouml;ffnen, m&uuml;ssen Spieler ein spezielles R&auml;tsel &uuml;berwinden, das sich um ein geheimes Schloss dreht. Dieses Schloss sch&uuml;tzt die begehrte Kerntruhe, die im Rahmen der Mission &bdquo;O Morgenr&ouml;te, erleuchte das Ende der Welt&ldquo; ben&ouml;tigt wird. Das R&auml;tsel erfordert den Einsatz eines besonderen Artefakts &ndash; des Oronis-Gebets &ndash;, um Fragmente in die Vergangenheit zu schicken und die Projektion so zu ver&auml;ndern, dass die Figuren am Rand des Beh&auml;lters in den korrekten Farben erscheinen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der L&ouml;sungsprozess ist komplex und verlangt sorgf&auml;ltige Analyse. Zun&auml;chst gilt es, die Fragmente mithilfe der g&ouml;ttlichen Kraft zu drehen. Dabei ist es entscheidend, die richtige Reihenfolge und Position zu finden, damit die Schl&uuml;ssell&ouml;cher im Schloss exakt &uuml;bereinstimmen. Nur so kann das Schloss erfolgreich entriegelt werden und die Kerntruhe ge&ouml;ffnet werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein wichtiger Schritt bei der L&ouml;sung ist die kontinuierliche Drehung der Fragmente nach der Anwendung des Oronis-Gebets. W&auml;hrend dieses Vorgangs entsteht eine Projektion im Schl&uuml;sselloch, die in zwei Farben erscheinen kann: Orange oder Gr&uuml;n. Ist die Projektion orange, deutet das auf eine falsche Konfiguration hin, w&auml;hrend ein gr&uuml;nes Leuchten signalisiert, dass alles richtig eingestellt wurde.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses R&auml;tsel ist auch in der Nebenmission &bdquo;Traurige Kohlen&ldquo; enthalten und folgt &auml;hnlichen Regeln. Das Verst&auml;ndnis dieser Mechanik ist essenziell, um die Herausforderung erfolgreich zu meistern und die begehrte Kerntruhe in Honkai: Star Rail zu erlangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b833db2ba4d0e7e633ce3KHlS27y703&quot; height=&quot;328&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b833db2ba4d0e7e633ce3KHlS27y703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Mechanismus im Spiel l&auml;sst sich nicht nur durch die Kraft der G&ouml;tter, sondern auch durch die F&auml;higkeiten bestimmter Charaktere beeinflussen. So kann beispielsweise Pionier, der f&uuml;r seine Eisf&auml;higkeiten bekannt ist, einen Zeitstopp-Effekt hervorrufen, der bei der L&ouml;sung des R&auml;tsels hilfreich ist. Falls beim Drehen der Komponenten Schwierigkeiten auftreten, empfiehlt es sich, einen Charakter einzusetzen, der die Herausforderung erleichtert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn die Vorrichtung und das Schl&uuml;sselloch perfekt aufeinander abgestimmt sind, &ouml;ffnet sich das Schloss. F&uuml;r den Abschluss einer Missionsphase m&uuml;ssen zwei Symbole kombiniert werden:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDas erste Symbol befindet sich auf der linken Seite und hat die Form eines &lt;strong style=&quot;font-family:Arial;&quot;&gt;Kreises&lt;/strong&gt;;\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDas zweite Symbol auf der rechten Seite ist in Form einer &lt;strong style=&quot;font-family:Arial;&quot;&gt;vertikalen Linie&lt;/strong&gt; gestaltet.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b8340df84827099db2397pPgQtXVi03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b8340df84827099db2397pPgQtXVi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692b8342b0e6e25d47d05d2fNJVCmXdQ03&quot; height=&quot;409&quot; src=&quot;https://c2c.fp.guinfra.com/file/692b8342b0e6e25d47d05d2fNJVCmXdQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie damit, die einzelnen Seiten des W&uuml;rfels systematisch anzuschauen und die darauf abgebildeten Symbole den schwebenden Fragmenten zuzuordnen. Falls Sie auf Hindernisse sto&szlig;en, empfiehlt es sich, das L&ouml;sungsvideo zu konsultieren:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;https://wotpack.ru/wp-content/uploads/2025/05/kak-vskryt-taynyy-zamok-i-otkryt-lar-yadra.mp4&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Honkai: Star Rail und Oneiric Shards&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Oneiric Shards sind eine exklusive Premium-W&auml;hrung in HSR, die vor allem genutzt wird, um wertvolle Ressourcen zu kaufen oder Stellar Jade zu erhalten, mit der du Charaktere und Lichtkegel im Spiel freischalten kannst.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um deinen Fortschritt effizient zu steigern oder gezielt bestimmte Helden zu bekommen, ist das &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards top up&lt;/a&gt; &uuml;ber verschiedene Handelsplattformen wie Lootbar, Codashop oder anderen bekannten Anbietern m&ouml;glich.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Durch das Aufladen von Oneiric Shards erh&auml;ltst du einen klaren Vorteil bei Events und im t&auml;glichen Gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Honkai: Star Rail Top Up bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler Oneiric Shards in Honkai Star Rail aufladen m&ouml;chten, sollten sie in Erw&auml;gung ziehen, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform f&uuml;r ihren &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;star rail top up&lt;/a&gt; zu nutzen. Der Kauf &uuml;ber lootbar.gg bietet zahlreiche Vorteile, die das Spielerlebnis nicht nur komfortabler, sondern auch sicherer gestalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein wesentlicher Pluspunkt von lootbar ist das ausgezeichnete Preis-Leistungs-Verh&auml;ltnis, da die Plattform regelm&auml;&szlig;ig attraktive Rabatte anbietet und somit zu den g&uuml;nstigsten Optionen f&uuml;r den Kauf von Oneiric Shards z&auml;hlt. Dar&uuml;ber hinaus sorgt ein ausgezeichneter 24/7-Kundensupport daf&uuml;r, dass Fragen oder Probleme rund um den HSR Top Up schnell gel&ouml;st werden. Die Nutzung modernster Sicherheitstechnologien sch&uuml;tzt jede Transaktion und die pers&ouml;nlichen Daten der Nutzer, sodass der Kaufvorgang sorgenfrei abl&auml;uft. Zudem punktet lootbar durch schnelle und zuverl&auml;ssige Lieferung, sodass Spieler ihre Traumsplitter ohne Wartezeiten direkt nutzen k&ouml;nnen. Damit ist lootbar.gg die ideale Anlaufstelle f&uuml;r alle, die Wert auf einen sicheren, g&uuml;nstigen und schnellen star rail top up legen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Honkai: Star Rail bei LootBar auf&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRufen Sie zun&auml;chst die Website von LootBar auf und stellen Sie sicher, dass Sie die gew&uuml;nschte Sprache und W&auml;hrung ausgew&auml;hlt haben, bevor Sie sich in Ihr Konto einloggen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuchen Sie nach der speziellen &lt;a href=&quot;https://lootbar.gg/de/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;hsr top up&lt;/a&gt; Seite f&uuml;r Honkai Star Rail, um den Vorgang zu starten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTragen Sie anschlie&szlig;end Ihre HSR UID sowie die entsprechende Serverregion sorgf&auml;ltig in die vorgesehenen Felder ein.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie danach die gew&uuml;nschte Menge an Oneiric Shards aus und klicken Sie auf die Option zum sofortigen Aufladen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&Uuml;berpr&uuml;fen Sie im n&auml;chsten Schritt, ob Ihr angezeigter In-Game-Name mit der eingegebenen UID &uuml;bereinstimmt, um Fehler zu vermeiden.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine bevorzugte Zahlungsmethode aus den angebotenen Optionen und schlie&szlig;en Sie die Zahlung ab, indem Sie auf &bdquo;Sofort bezahlen&ldquo; klicken.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach Abschluss der Zahlung wird Ihr Auftrag schnell bearbeitet, sodass die Oneiric Shards in Ihrem HSR-Konto gutgeschrieben werden.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; height=&quot;557&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd96fb398bebb3e0e4f621TQOr47Y03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(421, 609, '', 'Harry Potter Broadway: Malfoy Reunion Delights Fans', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd49f082c034a7eaeac7cXm7IuI0a03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd49f082c034a7eaeac7cXm7IuI0a03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;A Magical Reunion: The Malfoys Take Broadway by Storm&lt;/p&gt;\n&lt;p&gt;In a heartwarming moment that delighted Harry Potter fans worldwide, three generations of Malfoys recently united backstage at Broadway&#039;s &quot;Harry Potter and the Cursed Child.&quot;&lt;/p&gt;\n&lt;p&gt;Jason Isaacs, beloved for his portrayal of the imperious Lucius Malfoy in the film series, visited Broadway to witness Tom Felton&#039;s return to the iconic role of Draco Malfoy. Completing the family tree was Aidan Close, who portrays Scorpius Malfoy in the production.&lt;/p&gt;\n&lt;p&gt;The emotional reunion was captured on social media, with Isaacs expressing immense pride in Felton&#039;s performance. His touching tribute praised Felton&#039;s courage in taking on the challenge of bringing an older version of Draco to life on stage.&lt;/p&gt;\n&lt;p&gt;Felton, who began his 19-week Broadway engagement on November 11th, reciprocated the sentiment with his own heartfelt post celebrating the three generations of Malfoys meeting for the first time in a theatrical setting.&lt;/p&gt;\n&lt;p&gt;This reunion was months in the making. When Felton announced his Broadway role earlier this year, Isaacs immediately voiced his support and promised to attend, eventually securing November tickets to see his on-screen son perform.&lt;/p&gt;\n&lt;p&gt;For Felton, this stage role represents an exciting new chapter in his relationship with the character that defined his early career. In a red carpet interview, he expressed enthusiasm about the immediacy of live theater compared to film production, as well as the opportunity to portray Draco as a father&mdash;a transformation that brings the Malfoy legacy full circle.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter movies about and where to watch are questions that many fans ask. These films depict Harry Potter&#039;s adventures at Hogwarts, where he learns magic, confronts dark forces, and discovers his true purpose; as for &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, you can find the movies on various streaming services such as Netflix, HBO Max, and Amazon Prime, or rent them through digital retailers, with options like a Netflix VPN helping users access content across different regions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content like the Harry Potter movies on Netflix, considering the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is a smart choice. Its standout advantages include: &lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Exceptional Streaming Performance&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;SafeShell VPN utilizes specialized high-speed servers optimized exclusively for Netflix, ensuring smooth, buffer-free playback of HD and 4K content, so you never miss a magical moment.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Extensive Multi-Device Support&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Connect up to five devices simultaneously across diverse platforms including Windows, macOS, iOS, Android, smart TVs (Apple TV, Android TV), and even Apple Vision Pro, allowing flexible viewing anywhere in your home.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Powerful App Mode Feature&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Unlock geo-restricted libraries from multiple regions at once with SafeShell VPN&#039;s unique App Mode, acting like a digital passport to a vast world of global streaming content beyond just Netflix.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Unrestricted Connection Speeds&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Experience consistently fast speeds without bandwidth caps or throttling, guaranteeing seamless streaming, quick downloads, and responsive browsing for all your online activities.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Military-Grade Security Assurance&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Your privacy is paramount; SafeShell VPN employs cutting-edge encryption and robust protocols to shield your data and online identity completely, letting you browse and stream with absolute confidence.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;Risk-Free Trial Experience&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p&gt;Test all premium features comprehensively with SafeShell VPN&#039;s flexible free trial plan, experiencing its speed, security, and multi-region access firsthand before any commitment.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin watching Harry Potter movies from various regions, first subscribe to &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; by visiting their official website and selecting a suitable plan.  After completing your subscription, download and install the SafeShell VPN application on your preferred device, whether it&#039;s a smartphone, tablet, or computer.&lt;/p&gt;\n&lt;p&gt;Next, launch the SafeShell VPN app and log into your account.  Choose an optimal server location matching the region where your desired Harry Potter content is available, then establish a secure connection.  Finally, open your streaming service, navigate to the Harry Potter series, and enjoy seamless, region-unlocked viewing with SafeShell VPN ensuring privacy and smooth playback.&lt;/p&gt;', 9, 'game'),
(422, 610, '', 'Paddington at the Savoy: Bringing the Beloved Bear to Life', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd4bb87143c2800695a90k2GXposW03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd4bb87143c2800695a90k2GXposW03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The magic unfolds as Paddington steps onto the Savoy stage&lt;/p&gt;\n&lt;p&gt;Two performers merge artistry to breathe life into the beloved bear&lt;/p&gt;\n&lt;p&gt;James Hameed lends voice and remotely choreographs Paddington&#039;s expressive face&lt;/p&gt;\n&lt;p&gt;Conveying every flicker of emotion through unseen mastery&lt;/p&gt;\n&lt;p&gt;Arti Shah inhabits the suit for nearly three hours&lt;/p&gt;\n&lt;p&gt;Her physicality transforming Paddington from memory to marvel&lt;/p&gt;\n&lt;p&gt;Years of workshops refined every gesture, every nuance&lt;/p&gt;\n&lt;p&gt;Perfecting the bear who dances and crinkles his furry brow&lt;/p&gt;\n&lt;p&gt;Directed by Luke Sheppard with music from Tom Fletcher&lt;/p&gt;\n&lt;p&gt;The production emerges from StudioCanal&#039;s cherished IP&lt;/p&gt;\n&lt;p&gt;For Shah, Paddington spans generations&lt;/p&gt;\n&lt;p&gt;Childhood TV viewings with her brother&lt;/p&gt;\n&lt;p&gt;Reading books to her young son&lt;/p&gt;\n&lt;p&gt;Even contributing physical work on &quot;Paddington in Peru&quot;&lt;/p&gt;\n&lt;p&gt;Hameed sees profound duality in the character&lt;/p&gt;\n&lt;p&gt;To his British mother, Paddington embodies tradition and politeness&lt;/p&gt;\n&lt;p&gt;To his immigrant father, he represents finding home in unfamiliar places&lt;/p&gt;\n&lt;p&gt;This universal vulnerability crosses boundaries&lt;/p&gt;\n&lt;p&gt;Political or religious&lt;/p&gt;\n&lt;p&gt;Touching something uniquely personal in every audience member&lt;/p&gt;\n&lt;p&gt;Through collaboration and craft&lt;/p&gt;\n&lt;p&gt;The Peruvian cub becomes pure theatrical enchantment&lt;/p&gt;\n&lt;p&gt;Where viewers truly believe Paddington stands before them&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd4be9e0cc1928293789ekYGDJ6Pi03&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd4be9e0cc1928293789ekYGDJ6Pi03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Kindness remains the beating heart of this story,&lt;/p&gt;\n&lt;p&gt;a timeless lesson freely given,&lt;/p&gt;\n&lt;p&gt;urgently needed in today&#039;s world.&lt;/p&gt;\n&lt;p&gt;Through Paddington&#039;s vulnerable lens,&lt;/p&gt;\n&lt;p&gt;preconceptions dissolve for audiences young and old,&lt;/p&gt;\n&lt;p&gt;creating space for universal connection.&lt;/p&gt;\n&lt;p&gt;The puppetry magic begins with transformation:&lt;/p&gt;\n&lt;p&gt;A Young Man gifts his voice to the bear,&lt;/p&gt;\n&lt;p&gt;then vanishes as Paddington&#039;s physicality emerges,&lt;/p&gt;\n&lt;p&gt;now speaking with that borrowed-yet-belonging timbre.&lt;/p&gt;\n&lt;p&gt;Facial expressions required innovation -&lt;/p&gt;\n&lt;p&gt;two performers replace three&lt;/p&gt;\n&lt;p&gt;after discovering time-lag issues.&lt;/p&gt;\n&lt;p&gt;Remote puppeteer Phill Woodfine coached James Hameed&lt;/p&gt;\n&lt;p&gt;to synchronize mouth movements with speech instantly,&lt;/p&gt;\n&lt;p&gt;eliminating delays for seamless illusion.&lt;/p&gt;\n&lt;p&gt;Belief becomes inevitable - Paddington breathes in the room.&lt;/p&gt;\n&lt;p&gt;Inside the bear suit:&lt;/p&gt;\n&lt;p&gt;Shah finds warmth&lt;/p&gt;\n&lt;p&gt;(both literal and emotional).&lt;/p&gt;\n&lt;p&gt;Pre-rehearsal sauna sessions prepared his mind,&lt;/p&gt;\n&lt;p&gt;while layers of padding dictate the bear&#039;s distinctive posture.&lt;/p&gt;\n&lt;p&gt;Method acting channels personal emotion,&lt;/p&gt;\n&lt;p&gt;proving mascot work transcends mere costume.&lt;/p&gt;\n&lt;p&gt;His film experience with heavy suits&lt;/p&gt;\n&lt;p&gt;(&quot;Attack the Block&quot; required running on all fours&lt;/p&gt;\n&lt;p&gt;under half his body weight)&lt;/p&gt;\n&lt;p&gt;makes Paddington&#039;s load comparatively... bearable.&lt;/p&gt;\n&lt;p&gt;Shah&#039;s final reminder:&lt;/p&gt;\n&lt;p&gt;Kindness costs nothing&lt;/p&gt;\n&lt;p&gt;yet rebuilds worlds.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd4c154ca882bc9bb9ff4e8k3gzLf03&quot; height=&quot;625&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd4c154ca882bc9bb9ff4e8k3gzLf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Paddington suit presents severe visual limitations, demanding immense trust from the performer inside.&lt;/p&gt;\n&lt;p&gt;&quot;Arti operates with little to no sight at times,&quot; Hameed reveals. &quot;Her experience is vital.&quot;&lt;/p&gt;\n&lt;p&gt;Witnessing this vulnerability firsthand, Hameed tested the blocking blindfolded: &quot;It was terrifying.&quot;&lt;/p&gt;\n&lt;p&gt;This deepened his empathy, cementing his primary role: ensuring the performer&rsquo;s absolute safety above all else.&lt;/p&gt;\n&lt;p&gt;Paddington&rsquo;s professionalism shines even for royalty.&lt;/p&gt;\n&lt;p&gt;Meeting Prince William, the bear impeccably tipped his hat and offered his marmalade sandwich.&lt;/p&gt;\n&lt;p&gt;When questioned about overheating, Fletcher swiftly quipped: &quot;He&rsquo;s from Peru&mdash;used to the heat!&quot;&lt;/p&gt;\n&lt;p&gt;&quot;Paddington remained impressively calm yet excited,&quot; Shah notes. &quot;A true professional.&quot;&lt;/p&gt;\n&lt;p&gt;His universal charm transcends borders.&lt;/p&gt;\n&lt;p&gt;&quot;Well-traveled and globally beloved, he&rsquo;d thrive anywhere,&quot; Hameed observes.&lt;/p&gt;\n&lt;p&gt;London audiences already adore him, proving Paddington&rsquo;s remarkable adaptability.&lt;/p&gt;\n&lt;p&gt;One constant remains: that trusty suitcase, perpetually packed with marmalade.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd4c4748aa8ef107e815aJoJiAQ5v03&quot; height=&quot;566&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd4c4748aa8ef107e815aJoJiAQ5v03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, confronts the evil Lord Voldemort, and discovers his extraordinary destiny alongside friends Ron and Hermione. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, these beloved films are available across multiple streaming services including HBO Max and Amazon Prime, though availability varies by region, with some viewers needing to rent digitally when the series isn&#039;t included in their subscription libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for its exceptional streaming capabilities. The SafeShell VPN stands out with its high-speed servers specifically optimized for Netflix, ensuring you can enjoy your favorite content without buffering or interruptions. What makes this VPN particularly valuable is its exclusive App Mode feature, which allows you to unlock content from multiple regions simultaneously, expanding your entertainment options significantly. Additionally, you can connect up to five devices at once, making it convenient for households with multiple users wanting to access different regional content.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also prioritizes your online security with its proprietary &quot;ShellGuard&quot; protocol, ensuring your streaming activities remain private and protected from prying eyes. The service is compatible with numerous platforms including Windows, macOS, iOS, Android, Apple TV, and even Apple Vision Pro, giving you flexibility in how you watch your content. For those hesitant to commit immediately, SafeShell VPN offers a flexible free trial plan that lets you experience all these benefits before making a decision. With lightning-fast speeds and no bandwidth restrictions, SafeShell VPN provides an optimal solution for accessing Harry Potter and other geo-restricted Netflix content.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching the magical world of Harry Potter is easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. Here&#039;s how to embark on your wizarding journey:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nStart by subscribing to SafeShell VPN through their official website, selecting a plan that matches your viewing needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether you&#039;re using Windows, macOS, iOS, or Android\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the application and log into your account, making sure to select APP mode for the best streaming experience\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available in the streaming library\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred streaming platform, search for Harry Potter, and begin your magical adventure without any geo-restrictions\n&lt;/li&gt;\n&lt;li&gt;\nAdjust your streaming quality settings if needed to ensure smooth playback while connected to SafeShell VPN\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Remember that SafeShell VPN not only unlocks Harry Potter content but also provides security and privacy while you explore the wizarding world from anywhere.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(423, 611, '', 'Netflix December Highlights: Top Shows &amp; Movies', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5ef3fa7cb81d234476aRFzoAe7f03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5ef3fa7cb81d234476aRFzoAe7f03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix December Highlights&lt;/h3&gt;\n&lt;p&gt;The streaming landscape transforms this December as Netflix unveils its final 2025 additions. Among the glittering array, one title shines brightest for this viewer: &#039;Wake Up Dead Man: A Knives Out Mystery&#039;. Daniel Craig&#039;s return as the brilliantly quirky detective Benoit Blanc promises another delightful whodunit adventure, continuing Rian Johnson&#039;s acclaimed franchise.&lt;/p&gt;\n&lt;p&gt;Simultaneously, television history unfolds with the long-awaited farewell to Hawkins. &#039;Stranger Things&#039; concludes its monumental run, splitting its final season into two epic drops: the initial three episodes arrive Christmas Day, building towards the grand two-hour (plus one minute!) series finale on New Year&#039;s Eve.&lt;/p&gt;\n&lt;p&gt;Beyond these flagship events, a diverse collection of fresh shows and films fills out the December roster. Viewers should also note the monthly exodus &ndash; our companion guide highlights titles departing the service soon, offering a final opportunity to wrap up those lingering watches.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/6902a663cb1cce21fb0d503fygDvuFz303&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/6902a663cb1cce21fb0d503fygDvuFz303&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Hawkins faces its ultimate battle as Vecna&#039;s reign threatens both worlds this holiday season&lt;/p&gt;\n&lt;p&gt;Stream the climactic showdown in the Upside Down starting Christmas night&lt;/p&gt;\n&lt;p&gt;Psychic heroine Eleven and her friends confront the entity haunting Will Byers since season one&lt;/p&gt;\n&lt;p&gt;This dark dimension, accessed through secret government experiments, demands a final sacrifice&lt;/p&gt;\n&lt;p&gt;Netflix delivers the three-part Volume 2 on December 25th at 8 PM Eastern&lt;/p&gt;\n&lt;p&gt;The series finale arrives precisely at 8 PM Eastern on New Year&#039;s Eve&lt;/p&gt;\n&lt;p&gt;Perfectly timed to resolve the 1980s supernatural saga before the calendar turns&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5f49e0cc19282938f27BqtwGxh703&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5f49e0cc19282938f27BqtwGxh703&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;If you&#039;re new to the &quot;Knives Out&quot; series, there&#039;s no need to worry&mdash;each film is a standalone story that can be enjoyed independently.&lt;/p&gt;\n&lt;p&gt;Begin your journey with &quot;Wake Up Dead Man,&quot; a captivating addition to the franchise arriving on Netflix this December.&lt;/p&gt;\n&lt;p&gt;In this installment, renowned detective Benoit Blanc, portrayed by Daniel Craig, investigates a puzzling death at a quiet upstate New York church.&lt;/p&gt;\n&lt;p&gt;The victim, Monsignor Jefferson Wicks, is found dead under mysterious circumstances, with Reverend Jud Duplenticy, played by Josh O&#039;Connor, emerging as the prime suspect.&lt;/p&gt;\n&lt;p&gt;Blanc teams up with local police chief Geraldine Scott, played by Kerry Washington, to unravel the true story behind the death.&lt;/p&gt;\n&lt;p&gt;The film features an impressive cast including Glenn Close, Jeremy Renner, Jeffrey Wright, and others, adding depth and intrigue to the plot.&lt;/p&gt;\n&lt;p&gt;Mark your calendar: this new mystery hits Netflix on December 12, and it&#039;s perfect for fans of clever whodunits and engaging storytelling.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5f8d305f27eb7c3333a7sdBz0lQ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5f8d305f27eb7c3333a7sdBz0lQ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;George Clooney headlines December&#039;s Netflix slate as the introspective Jay Kelly,&lt;/p&gt;\n&lt;p&gt;a fictional star questioning his life&#039;s trajectory amidst personal upheaval.&lt;/p&gt;\n&lt;p&gt;His impulsive escape to Europe, ostensibly to reunite with his daughter (Grace Edwards),&lt;/p&gt;\n&lt;p&gt;becomes a reluctant publicity tour orchestrated by his exasperated manager (Adam Sandler).&lt;/p&gt;\n&lt;p&gt;Laura Dern rounds out the stellar supporting cast as Jay&#039;s pragmatic publicist, Liz.&lt;/p&gt;\n&lt;p&gt;Acclaimed director Noah Baumbach promises his signature blend of comedy and melancholy,&lt;/p&gt;\n&lt;p&gt;offering a nuanced exploration of regret and redemption beneath poignant levity.&lt;/p&gt;\n&lt;p&gt;Prepare for an emotionally resonant journey when this anticipated film premieres December 5.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5ff236690e8314db86bZMZfLmN003&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5ff236690e8314db86bZMZfLmN003&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Season 5 transports fashion-forward Emily Cooper to Venice&#039;s canal-laced streets&lt;/p&gt;\n&lt;p&gt;Lily Collins reprises her role as the American marketing whiz navigating fresh career chaos and romantic turmoil&lt;/p&gt;\n&lt;p&gt;Continuing the escapist journey begun in Rome last season&lt;/p&gt;\n&lt;p&gt;The series remains a global phenomenon - polarizing critics yet adored by audiences seeking stylish wish-fulfillment&lt;/p&gt;\n&lt;p&gt;Darren Star (&quot;Sex and the City&quot;) crafts another chapter of sun-drenched European melodrama&lt;/p&gt;\n&lt;p&gt;Witness Emily&#039;s rebound from professional disaster and heartbreak amidst Venetian grandeur&lt;/p&gt;\n&lt;p&gt;Perfect December comfort viewing arrives December 18th exclusively on Netflix&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd6023fa7cb81d2344892orfNEzlv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd6023fa7cb81d2344892orfNEzlv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This December, Netflix offers an exciting lineup of new releases, documentaries, and classic favorites to keep viewers entertained throughout the holiday season.&lt;/p&gt;\n&lt;p&gt;Starting on Christmas Day at 1 p.m. ET, Netflix will stream a pair of highly anticipated NFL matchups, bringing gridiron action to your screen.&lt;/p&gt;\n&lt;p&gt;The first game features the Dallas Cowboys taking on the Washington Commanders, two divisional rivals with contrasting fortunes&mdash;Dallas is surging in the playoff race despite defensive struggles, while Washington hopes to recover from a tough 3-8 season.&lt;/p&gt;\n&lt;p&gt;Later, at 4:30 p.m. ET, the Detroit Lions face off against the Minnesota Vikings, rekindling a fierce rivalry that has seen both teams exchange victories this season.&lt;/p&gt;\n&lt;p&gt;In addition to football, Netflix is unveiling a slate of fresh series and films:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nThe Korean series &quot;Cashero&quot; explores a man with inherited superpowers who faces a sinister force attempting to steal his strength, but each use costs him money.\n&lt;/li&gt;\n&lt;li&gt;\n&quot;Pro Bono,&quot; another Korean series, follows a judge who joins a charity law team after his personal life unravels, finding hope in unexpected places.\n&lt;/li&gt;\n&lt;li&gt;\nComedy fans can look forward to &quot;Robby Hoffman: Wake Up,&quot; a stand-up special shot in Hollywood, directed by John Mulaney.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Throughout the first week of December, viewers can explore diverse stories&mdash;from the heartfelt &quot;All the Empty Rooms,&quot; a documentary memorializing children lost to school shootings, to family-friendly holiday episodes of &quot;Cocomelon Lane&quot; celebrating Hanukkah and Christmas.&lt;/p&gt;\n&lt;p&gt;Reality TV enthusiasts can enjoy &quot;Love is Blind: Italy,&quot; where singles meet in pods to find love without seeing each other, and &quot;Stranded with My Mother-in-Law,&quot; a humorous competition featuring couples and their moms on a tropical island.&lt;/p&gt;\n&lt;p&gt;December 1 marks the debut of &quot;My Secret Santa,&quot; a delightful holiday film about a single mom disguised as Santa to secure a job at a ski resort, and &quot;Playing Gracie Darling,&quot; a mystery thriller set in Australia.&lt;/p&gt;\n&lt;p&gt;The month also features classic movies like &quot;Pulp Fiction,&quot; &quot;Little Women,&quot; and festive favorites such as &quot;Joy for Christmas&quot; and &quot;A Lot Like Christmas.&quot;&lt;/p&gt;\n&lt;p&gt;On December 2, Netflix releases &quot;Matt Rife: Unwrapped,&quot; a holiday-themed stand-up special exploring Christmas traditions and naughty or nice lists.&lt;/p&gt;\n&lt;p&gt;Midweek, on December 3, watch &quot;My Secret Santa,&quot; and new seasons of &quot;Stranded with My Mother-in-Law&quot; and &quot;With Love, Meghan: Holiday Celebration&quot; bring festive cheer.&lt;/p&gt;\n&lt;p&gt;Throughout the week, documentaries like &quot;Lali: Time to Step Up&quot; reveal the journey of pop star Lali, while films such as &quot;The Northman&quot; and comedies like &quot;Mean Girls&quot; provide a mix of genres.&lt;/p&gt;\n&lt;p&gt;The second week of December brings additional entertainment, including &quot;The Abandons,&quot; a historical drama set in 1850s Washington, and &quot;The Believers&quot; Season 2, portraying high-stakes political and personal battles.&lt;/p&gt;\n&lt;p&gt;Comedy continues with &quot;Jay Kelly,&quot; a travel film featuring star Jay Kelly&rsquo;s European journey, and heartfelt stories like &quot;Love and Wine,&quot; where a wine heir swaps lives with his childhood friend.&lt;/p&gt;\n&lt;p&gt;Special holiday episodes and new films, including &quot;Elmo and Mark Rober&rsquo;s Merry Giftmas,&quot; add festive fun for families.&lt;/p&gt;\n&lt;p&gt;For those interested in international stories, Netflix presents &quot;Badly in Love,&quot; Japan&rsquo;s first dating show for rebellious youth, and the gripping second season of &quot;Blood Coast&quot; set in Marseille&rsquo;s criminal underworld.&lt;/p&gt;\n&lt;p&gt;As the month progresses, viewers can indulge in classic series like &quot;The West Wing,&quot; or explore new mysteries and dramas such as &quot;The Accident&quot; Season 2, offering plenty of binge-worthy content to enjoy through December.&lt;/p&gt;\n&lt;h3&gt;Netflix December 2025 Highlights&lt;/h3&gt;\n&lt;p&gt;Netflix&#039;s December 2025 Lineup: Fresh Content to Close Out the Year&lt;/p&gt;\n&lt;p&gt;December brings a wave of compelling new content to Netflix, with original series, films, and special events arriving just in time for the holiday season.&lt;/p&gt;\n&lt;p&gt;Drama takes center stage as four families confront their painful past in a story of redemption versus revenge, while the action-packed &quot;Record of Ragnarok&quot; returns for its third season as gods and humans continue their epic battle.&lt;/p&gt;\n&lt;p&gt;Music fans will be drawn to &quot;Simon Cowell: The Next Act,&quot; an intimate documentary following the famed producer&#039;s quest to create the next global boyband sensation, offering unprecedented behind-the-scenes access to his talent discovery process.&lt;/p&gt;\n&lt;p&gt;Mid-month highlights include &quot;Wake Up Dead Man: A Knives Out Mystery,&quot; where detective Benoit Blanc tackles an impossible crime in a small town, and the return of &quot;The Amazing Digital Circus&quot; with new episodes dropping December 12th.&lt;/p&gt;\n&lt;p&gt;Holiday-themed content arrives in abundance with &quot;Home for Christmas&quot; Season 3, plus several festive films including &quot;A Cowboy Christmas Romance&quot; and &quot;Christmas at the Chalet&quot; landing on December 15th.&lt;/p&gt;\n&lt;p&gt;For comedy lovers, Rowan Atkinson returns in &quot;Man vs Baby&quot; on December 11th, while Tom Segura delivers his fifth Netflix special, &quot;Teacher,&quot; on Christmas Eve.&lt;/p&gt;\n&lt;p&gt;Sports fans get a Christmas treat with two NFL matchups streaming live: Cowboys vs. Commanders and Lions vs. Vikings.&lt;/p&gt;\n&lt;p&gt;The month closes with major anticipation as &quot;Stranger Things&quot; Season 5 concludes in two parts&mdash;Volume 2 on December 25th and the series finale on New Year&#039;s Eve, both premiering at 8 p.m. ET.&lt;/p&gt;\n&lt;p&gt;International offerings span the globe with titles from Japan, South Korea, Turkey, Spain, Norway, Mexico, and Italy, ensuring diverse storytelling for worldwide audiences.&lt;/p&gt;\n&lt;p&gt;Gaming enthusiasts can also look forward to &quot;Boggle Party&quot; joining Netflix&#039;s interactive lineup to round out the year&#039;s entertainment options.&lt;/p&gt;\n&lt;h3&gt;December Netflix Highlights&lt;/h3&gt;\n&lt;p&gt;Get ready to scramble! Netflix serves up fresh entertainment and bids farewell to classics this December 2025.&lt;/p&gt;\n&lt;p&gt;Brain-teasing adventures await:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nRace against the clock deciphering jumbled letter grids.\n&lt;/li&gt;\n&lt;li&gt;\nBuild a daily puzzle habit with word, logic, and Netflix-inspired visual challenges.\n&lt;/li&gt;\n&lt;li&gt;\nWarp through Tetris history, mastering versions from 1984 to Game Boy classic.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Party vibes hit hard:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nHost the ultimate LEGO bash with themed zones and hilarious mini-games.\n&lt;/li&gt;\n&lt;li&gt;\nDraw furiously in a fast-paced Pictionary showdown.\n&lt;/li&gt;\n&lt;li&gt;\nUncover the imposter party crasher lurking with fake clues.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Creative escapes and epic battles:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDesign limitless hair, makeup, and fashion looks in your virtual salon.\n&lt;/li&gt;\n&lt;li&gt;\nStep into the ring for broadcast-style matches with WWE&#039;s biggest superstars.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Prepare for departures:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nSay farewell to the entire Austin Powers trilogy and Beverly Hills Cop series departing December 1st.\n&lt;/li&gt;\n&lt;li&gt;\nClassic time-travel ends December 1st: Back to the Future trilogy exits.\n&lt;/li&gt;\n&lt;li&gt;\nPack your nostalgia: E.T., The Goonies, and Wonka depart December 1st.\n&lt;/li&gt;\n&lt;li&gt;\nHow I Met Your Mother&#039;s nine-season journey ends December 3rd.\n&lt;/li&gt;\n&lt;li&gt;\nThe entire Arrowverse exits December 18th: Arrow, Supernatural (15 seasons!), and The 100 depart.\n&lt;/li&gt;\n&lt;li&gt;\nThe Transformers saga rolls out December 25th.\n&lt;/li&gt;\n&lt;li&gt;\nReady Player One exits the game December 30th.\n&lt;/li&gt;\n&lt;li&gt;\nFinal departures: Evil (seasons 1-3), Idiocracy, and Sweet Home Alabama exit December 31st.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5df7fda61a7af79dfafNLXgGwtv07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5df7fda61a7af79dfafNLXgGwtv07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Follow Tom&#039;s Guide on Google News to stay updated with our latest news, analysis, and reviews. Don&#039;t forget to add us as a preferred source to ensure our content appears in your feeds regularly. Simply click the Follow button to get started!&lt;/p&gt;\n&lt;p&gt;Looking for what to stream this week? Check out our curated list of 7 must-watch Netflix additions for November 24-30 that you won&#039;t want to miss.&lt;/p&gt;\n&lt;p&gt;This Black Friday, Walmart might have the streaming deal you&#039;ve been waiting for. They&#039;re offering free access to Paramount Plus or Peacock with qualifying purchases - an excellent opportunity for entertainment lovers.&lt;/p&gt;\n&lt;p&gt;Netflix has just released a critically acclaimed drama that&#039;s generating serious Oscar buzz. Critics are praising this deeply moving film that largely lives up to its Best Picture nomination hype. Add it to your watchlist today!&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a tool that enables users to bypass geographic restrictions and access a wider range of content on Netflix by connecting to servers in various countries. It works by encrypting internet traffic and routing it through different regions, allowing viewers to enjoy shows and movies not available in their local area. Using a Netflix VPN can enhance streaming options and provide access to global entertainment libraries.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; as your go-to solution when facing &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; issues. SafeShell VPN offers several outstanding benefits that make it stand out from other VPN services:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring buffer-free playback and high-definition content without interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection of up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nInnovative App Mode feature that uniquely enables access to multiple regional Netflix libraries at the same time\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds with no bandwidth limitations, eliminating common streaming problems like buffering and throttling\n&lt;/li&gt;\n&lt;li&gt;\nProprietary &quot;ShellGuard&quot; VPN protocol providing top-level security for your private browsing sessions\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial plan that lets you test all premium features before committing to a subscription\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To use NetFlix VPN on SafeShell VPN, begin by subscribing to &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and click on the &quot;Subscribe Now&quot; button to complete your subscription. Next, download and install the SafeShell VPN app compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android, from the same website. Launch the SafeShell VPN app and log in using your account credentials. For an optimal Netflix viewing experience, select the APP mode within the app. Then, browse the list of available VPN servers and select one located in the region whose Netflix content you wish to access, such as the US or UK. Click on &quot;Connect&quot; to establish a secure connection to that server. Once connected, open the Netflix app or visit the Netflix website, log into your account, and enjoy streaming content from the region you selected using SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(424, 612, '', 'The Boroughs &ndash; Duffer Brothers&#039; Netflix Sci-Fi Drama', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd532a5ee4738345ab0b8BCA4lVK803&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd532a5ee4738345ab0b8BCA4lVK803&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;After exploring small-town supernatural mysteries in the 80s,&lt;/p&gt;\n&lt;p&gt;the Duffer Brothers venture into the New Mexico desert&lt;/p&gt;\n&lt;p&gt;for their next Netflix project.&lt;/p&gt;\n&lt;p&gt;&#039;The Boroughs&#039; introduces a unique ensemble of retirees&lt;/p&gt;\n&lt;p&gt;facing an extraordinary crisis in their idyllic community.&lt;/p&gt;\n&lt;p&gt;Time itself becomes their most precious resource&lt;/p&gt;\n&lt;p&gt;when otherworldly forces threaten their peaceful existence.&lt;/p&gt;\n&lt;p&gt;Leading this eclectic cast are industry legends:&lt;/p&gt;\n&lt;p&gt;Alfred Molina brings depth to Sam,&lt;/p&gt;\n&lt;p&gt;while Geena Davis embodies Renee&#039;s spirit.&lt;/p&gt;\n&lt;p&gt;Alfre Woodard&#039;s Judy joins Denis O&#039;Hare&#039;s Wally&lt;/p&gt;\n&lt;p&gt;and Clarke Peters&#039; Art in this unconventional team.&lt;/p&gt;\n&lt;p&gt;The roster expands with compelling talents:&lt;/p&gt;\n&lt;p&gt;Bill Pullman as Jack, Jena Malone as Claire,&lt;/p&gt;\n&lt;p&gt;and Carlos Miranda portraying Paz.&lt;/p&gt;\n&lt;p&gt;Seth Numrich, Alice Kremelberg,&lt;/p&gt;\n&lt;p&gt;and Rafael Casal complete the core group as Blaine, Anneliese, and Neil.&lt;/p&gt;\n&lt;p&gt;Veteran actors Dee Wallace and Ed Begley Jr.&lt;/p&gt;\n&lt;p&gt;lend their gravitas as Grace and Edward,&lt;/p&gt;\n&lt;p&gt;alongside Jane Kaczmarek&#039;s Lilly&lt;/p&gt;\n&lt;p&gt;and Eric Edelstein&#039;s Hank.&lt;/p&gt;\n&lt;p&gt;Mousa Hussein Kraish rounds out the cast as Dr. McGinnis.&lt;/p&gt;\n&lt;p&gt;Creators Jeffrey Addiss and Will Matthews&lt;/p&gt;\n&lt;p&gt;hail their collaboration with the Duffer Brothers&lt;/p&gt;\n&lt;p&gt;as a creative dream realized.&lt;/p&gt;\n&lt;p&gt;&quot;This partnership brings perfect harmony&lt;/p&gt;\n&lt;p&gt;of heartfelt storytelling and chilling suspense,&quot;&lt;/p&gt;\n&lt;p&gt;they shared about the eight-episode series.&lt;/p&gt;\n&lt;p&gt;The Duffer Brothers enthusiastically endorsed the vision:&lt;/p&gt;\n&lt;p&gt;&quot;Jeff and Will&#039;s compelling pitch instantly revealed&lt;/p&gt;\n&lt;p&gt;the extraordinary potential of &#039;The Boroughs&#039;.&quot;&lt;/p&gt;\n&lt;p&gt;Behind the scenes, director Ben Taylor&lt;/p&gt;\n&lt;p&gt;will helm multiple episodes including the pilot,&lt;/p&gt;\n&lt;p&gt;with Hilary Leavitt executive producing&lt;/p&gt;\n&lt;p&gt;under the Upside Down Pictures banner.&lt;/p&gt;\n&lt;p&gt;While awaiting the release date,&lt;/p&gt;\n&lt;p&gt;fans note the Duffer Brothers&#039; ongoing commitments:&lt;/p&gt;\n&lt;p&gt;&#039;Stranger Things&#039; Season 5 progresses,&lt;/p&gt;\n&lt;p&gt;an animated spin-off develops,&lt;/p&gt;\n&lt;p&gt;and the stage play prepares for London.&lt;/p&gt;\n&lt;p&gt;As Vecna&#039;s clock ticks forward in Hawkins,&lt;/p&gt;\n&lt;p&gt;these New Mexico retirees battle to preserve what time remains.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; height=&quot;421&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/686dac8f35b87c9bb6c41824tjJ7gEi103&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Duffer Brothers, creators of the hit series &quot;Stranger Things,&quot; are expanding their universe with an exciting new sci-fi project called &quot;The Boroughs.&quot; Fans eagerly awaiting casting news can now celebrate as the production team has finally revealed the talented ensemble set to bring this mysterious new world to life.&lt;/p&gt;\n&lt;p&gt;While details about the plot remain closely guarded, industry insiders suggest &quot;The Boroughs&quot; will continue the Duffer Brothers&#039; signature blend of supernatural elements with heartfelt character development.&lt;/p&gt;\n&lt;p&gt;For those looking to stay updated on this highly anticipated series, official channels will provide regular announcements regarding production milestones, release dates, and exclusive content as filming progresses.&lt;/p&gt;\n&lt;p&gt;The announcement comes as the final season of &quot;Stranger Things&quot; approaches, offering devoted followers of the Duffer Brothers&#039; work something new to look forward to beyond their beloved Hawkins saga.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform for TV dramas and films, providing users access to a vast library of entertainment content. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted due to geographical or network limitations, often achieved through tools like VPNs or proxy servers that mask the user&#039;s location.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Netflix by Netflix unblock, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service provides users with a reliable and secure way to bypass geo-restrictions, allowing access to the full range of Netflix&#039;s library regardless of location. SafeShell VPN&#039;s advanced encryption protocols not only protect your online activities but also ensure your privacy remains secure from potential threats. Its ability to evade detection by Netflix&rsquo;s VPN and proxy systems means streaming remains uninterrupted, offering a seamless viewing experience. Additionally, the platform&#039;s high-speed servers are optimized specifically for Netflix, delivering lightning-fast connections that prevent buffering and support high-definition content, making your entertainment smooth and enjoyable.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN also offers multiple benefits that enhance your streaming and browsing experience. With the exclusive App Mode, users can unlock content from various regions simultaneously, broadening their entertainment options. The blazing connection speeds and unlimited bandwidth ensure you can stream, download, and browse without lag or interruptions. Moreover, SafeShell VPN allows up to five devices to connect simultaneously, compatible with a wide range of operating systems including Windows, macOS, iOS, and Android, so you can enjoy your favorite shows on any device. Its proprietary ShellGuard protocol guarantees uncompromised security, giving users peace of mind while exploring the digital world. The flexible free trial plan enables new users to test these features risk-free, making SafeShell VPN an ideal choice for secure, unrestricted, and high-quality streaming.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to the service through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a suitable plan that fits your needs and budget, then click on the &quot;Subscribe Now&quot; button to complete your registration. This initial step ensures you have access to the VPN&#039;s features and servers necessary for regional content streaming.&lt;/p&gt;\n&lt;p&gt;Next, download and install the SafeShell VPN application compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. Visit the SafeShell VPN website and select the appropriate version for your device. Once downloaded, follow the installation instructions to set up the VPN on your device. After installation, launch the app, log in with your account credentials, and select the APP mode for an optimal streaming experience.&lt;/p&gt;\n&lt;p&gt;Finally, connect to a VPN server located in the region whose Netflix content you want to watch. Browse the server list within the app and select a server in the desired country, such as the US or UK. Tap &quot;Connect&quot; to establish a secure connection. Once connected, open the Netflix app or website, log into your account, and enjoy streaming content from the region you selected with the help of SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(425, 613, '', 'Polo: Sport of Kings &ndash; Skill, Strength &amp; Elite Access', '&lt;p&gt;The Sport of Kings: Polo&#039;s Dual Identity&lt;/p&gt;\n&lt;p&gt;Behind the glittering fa&ccedil;ade of champagne flutes and designer attire lies the true essence of polo - a grueling test of skill, strength and strategy. While often portrayed as the exclusive playground of the elite, this equestrian pursuit demands extraordinary athletic ability from both riders and their equine partners.&lt;/p&gt;\n&lt;p&gt;When teams clash on the field, the elegant veneer quickly gives way to an intense physical contest. Eight mounted competitors maneuver at breakneck speeds, wielding mallets with precision while guiding their horses through tactical formations in pursuit of victory.&lt;/p&gt;\n&lt;p&gt;For those unable to witness this spectacle in person, streaming platforms now offer unprecedented access to the sport&#039;s highest levels. A new documentary series transports viewers to Wellington&#039;s prestigious grounds, where elite international players compete in America&#039;s premier polo tournament.&lt;/p&gt;\n&lt;p&gt;The production, backed by notable royal figures with personal connections to equestrian sports, provides rare insights into this world where aristocratic tradition meets athletic excellence. Viewers gain an intimate understanding of a sport that simultaneously embodies refined luxury and raw competitive spirit.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd55ba5ee4738345ab33aD4wNrevr03&quot; height=&quot;422&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd55ba5ee4738345ab33aD4wNrevr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd55e748aa8ef107e8afeGHuMT4To03&quot; height=&quot;422&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd55e748aa8ef107e8afeGHuMT4To03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;This series grants viewers a privileged pass&lt;/p&gt;\n&lt;p&gt;into the electrifying universe of top-tier polo&lt;/p&gt;\n&lt;p&gt;capturing the fervor and resolve fueling its champions&lt;/p&gt;\n\n&lt;p&gt;It masterfully unveils the true grit beneath all the surface glamour&lt;/p&gt;\n&lt;p&gt;exposing the unrelenting drive that defines the sport&lt;/p&gt;\n\n&lt;p&gt;We&#039;re honored to capture polo&#039;s profound essence&lt;/p&gt;\n&lt;p&gt;and frame the breathtaking tension of its pivotal moments&lt;/p&gt;\n&lt;p&gt;for the world to witness firsthand&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd561236690e8314db2b42bi9tgbZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd561236690e8314db2b42bi9tgbZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The polo arena crackles with generational drama&lt;/p&gt;\n&lt;p&gt;as living legend Adolfo Cambiaso faces his prodigious son Poroto&lt;/p&gt;\n&lt;p&gt;marking their first high-goal final clash on US soil&lt;/p&gt;\n&lt;p&gt;Adolfo&#039;s three-decade career boasts countless titles&lt;/p&gt;\n&lt;p&gt;while Poroto shattered records as the youngest-ever 10-goal player at seventeen&lt;/p&gt;\n\n&lt;p&gt;Contrasting this lifelong immersion is Louis Devaleix&#039;s remarkable ascent&lt;/p&gt;\n&lt;p&gt;Beginning his polo journey only in 2020 at age thirty-eight&lt;/p&gt;\n&lt;p&gt;he swiftly captured the East Coast Open by 2022&lt;/p&gt;\n&lt;p&gt;His personal life mirrors the sport&#039;s intensity&lt;/p&gt;\n&lt;p&gt;married to US Open champion Pamela Flanagan Devaleix&lt;/p&gt;\n&lt;p&gt;with their first child due during the series&lt;/p&gt;\n\n&lt;p&gt;A new wave of talent defines the sport&#039;s future&lt;/p&gt;\n&lt;p&gt;Timmy Dutta relentlessly trains to earn respect from his demanding father and team owner&lt;/p&gt;\n&lt;p&gt;prioritizing the barn over his social life&lt;/p&gt;\n&lt;p&gt;Keko Magrini, emerging victoriously at sixteen&lt;/p&gt;\n&lt;p&gt;carries forward a powerful family legacy alongside his father and brother&lt;/p&gt;\n&lt;p&gt;These young stars&mdash;Poroto, Timmy, Keko&mdash;embody sharper skills and bolder play&lt;/p&gt;\n\n&lt;p&gt;Renowned player Nacho Figueras brings multifaceted expertise&lt;/p&gt;\n&lt;p&gt;serving as both consulting producer and series expert commentator&lt;/p&gt;\n&lt;p&gt;his own victories blending with modeling and philanthropy&lt;/p&gt;\n\n&lt;p&gt;This high-stakes world premieres globally on Netflix December 10th&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5659c15731c4b6eaba0bPpOBvQW03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5659c15731c4b6eaba0bPpOBvQW03&quot; width=&quot;639&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV shows, movies, and original content for subscribers to enjoy on various devices. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that allow users to access Netflix content that would otherwise be unavailable in their region due to geographical restrictions, enabling viewers to enjoy a broader selection of international programming that Netflix offers in different countries.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking geographically limited libraries, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. This service offers several notable benefits, including high-speed servers specifically optimized for smooth streaming without buffering, ensuring you can enjoy your favorite shows in high definition effortlessly. SafeShell VPN also features an exclusive App Mode, allowing users to access multiple regional libraries simultaneously and explore a broader range of entertainment options. Additionally, its blazing connection speeds with no bandwidth limits guarantee seamless browsing and downloading experiences. The platform supports up to five devices simultaneously across various operating systems, providing flexibility and convenience for users with multiple gadgets. Moreover, SafeShell VPN employs advanced encryption protocols and its proprietary ShellGuard technology to ensure uncompromised security and privacy, protecting your online activities from prying eyes. Overall, SafeShell VPN combines speed, security, and versatility to deliver a secure, unrestricted streaming adventure, making it an ideal choice for Netflix enthusiasts seeking reliable unblocking solutions.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global streaming content has never been easier with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. To begin your journey of accessing worldwide content libraries, follow these simple steps:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, create an account on the SafeShell VPN website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell application onto your preferred device, whether it&#039;s a smartphone, tablet, or computer\n&lt;/li&gt;\n&lt;li&gt;\nAfter installation, launch the app and log in using your account credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal Netflix streaming, switch to APP mode in the SafeShell interface\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and select a location in your desired region (such as Japan for anime or UK for British shows)\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your chosen server with a single click and wait for the connection to establish\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your Netflix app or website and sign in to your account\n&lt;/li&gt;\n&lt;li&gt;\nYou&#039;ll now have access to the Netflix library of the region you&#039;re connected to, allowing you to enjoy exclusive shows and movies from around the world\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(426, 614, '', 'Harry Potter TV Series: J.K. Rowling Visits Set &ndash; Updates', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd49cffa970902134c69f2i9govOw03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd49cffa970902134c69f2i9govOw03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;J.K. Rowling recently made her first visit to the filming location of the upcoming television adaptation of her beloved Harry Potter series. The production, which began principal photography in July, is currently underway at Warner Bros. Studios Leavesden and other sites across the United Kingdom. Fans can look forward to the series premiere on HBO and HBO Max, expected sometime in 2027.&lt;/p&gt;\n&lt;p&gt;In recent years, Rowling has become a figure of controversy, largely due to her outspoken views on transgender issues. Her comments first drew widespread criticism in June 2020, prompting Warner Bros. to issue a statement emphasizing the importance of diversity and inclusion, though without directly condemning her remarks. Since then, Rowling has continued to express her opinions publicly, with reports indicating she posted or reposted over 200 trans-related statements within a two-month span in 2024.&lt;/p&gt;\n&lt;p&gt;Supporters from the Harry Potter franchise, including actors Daniel Radcliffe, Rupert Grint, and Eddie Redmayne, have spoken out in favor of transgender and non-binary communities, distancing themselves from Rowling&#039;s views. Notably, Emma Watson has publicly expressed regret over the lack of dialogue surrounding these issues, despite Rowling&rsquo;s strong responses. Watson&rsquo;s comments about her feelings of upset and the subsequent social media exchanges with Rowling&mdash;who mocked Watson&rsquo;s remarks and criticized her for perceived naivety&mdash;have garnered significant attention.&lt;/p&gt;\n&lt;p&gt;Throughout the development of the new series, HBO has maintained its backing of Rowling. A network spokesperson affirmed her right to personal expression and highlighted her active involvement in choosing the creative team. HBO&rsquo;s leadership, including Casey Bloys, has stated that Rowling&rsquo;s statements have not influenced casting decisions or the hiring process for writers and staff.&lt;/p&gt;\n&lt;p&gt;The news of Rowling&rsquo;s visit to the set was first reported by Deadline, marking a notable moment amid ongoing discussions about her role in the project and her public persona.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. The films depict Harry Potter&#039;s adventures at Hogwarts as he fights dark forces and discovers his true purpose, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on streaming platforms such as Netflix, HBO Max, and Amazon Prime, or rent them through digital retailers, with options like VPNs helping to access the content in regions with restrictions.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content like the Harry Potter movies on Netflix, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;The benefits of choosing this service include:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix, ensuring zero buffering during HD streaming of your favorite shows.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility that allows simultaneous connections on up to five different platforms, including iOS, Android, and smart TVs.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode functionality enabling access to multiple regional libraries at once for expanded content options.\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds that eliminate bandwidth throttling for seamless downloading and browsing.\n&lt;/li&gt;\n&lt;li&gt;\nAdvanced security protocols with military-grade encryption to protect your online privacy during streaming sessions.\n&lt;/li&gt;\n&lt;li&gt;\nFlexible free trial offering full feature access without initial payment commitments.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching the magical world of Harry Potter is now easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. To begin your wizarding journey, first subscribe to SafeShell VPN by visiting their official website and selecting a suitable plan for your needs. After completing your subscription, download and install the SafeShell VPN application on your preferred device, whether it&#039;s Windows, macOS, iOS, or Android. Once installed, launch the app and log into your account, making sure to select APP mode for the optimal streaming experience. Then, browse through the available server locations and connect to a server in the region where Harry Potter is available in the streaming catalog.&lt;/p&gt;\n&lt;p&gt;After successfully connecting to your chosen server through SafeShell VPN, open your preferred streaming platform where Harry Potter films are available. Sign in to your streaming account, search for Harry Potter in the catalog, and you&#039;ll now have access to the entire magical series that might have been previously restricted in your region. With SafeShell VPN&#039;s secure and fast connection, you can enjoy Harry&#039;s adventures at Hogwarts without buffering or geographical restrictions, making it the perfect companion for any Potter marathon. Sit back, relax, and immerse yourself in the wizarding world with crystal-clear streaming quality.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(427, 615, '', 'Cloudflare IP Blocking in Spain: Impact on Football Streams', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd41cd305f27eb7c31d55bpJdXpv503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd41cd305f27eb7c31d55bpJdXpv503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Over recent weekends in Spain, internet users have experienced widespread disruptions due to aggressive IP blocking measures implemented by Cloudflare, which have been primarily driven by efforts to curb illegal football streaming.&lt;/p&gt;\n&lt;p&gt;This crackdown, prompted by pressure from major sports broadcasters like LaLiga and telecom companies such as Telef&oacute;nica, aims to shut down unauthorized streams of televised matches.&lt;/p&gt;\n&lt;p&gt;Since February, local internet providers have been actively blocking access to domains hosting pirated sports content, but this has inadvertently affected legitimate websites, leading to numerous false positives.&lt;/p&gt;\n&lt;p&gt;Cloudflare, serving as the main CDN and DNS provider, is currently facing legal challenges to resolve these issues and improve domain accessibility.&lt;/p&gt;\n&lt;p&gt;In response, many Spaniards have turned to virtual private networks (VPNs) to bypass restrictions, with Proton VPN experiencing a massive surge in popularity.&lt;/p&gt;\n&lt;p&gt;In October alone, Proton VPN saw a 2,500% increase in new users from Spain, as fans sought quick and secure solutions to access live football streams.&lt;/p&gt;\n&lt;p&gt;Proton VPN offers a highly secure free service, though it comes with limitations such as no support for streaming and restricted server options.&lt;/p&gt;\n&lt;p&gt;To fully enjoy the service and bypass regional restrictions, users are encouraged to upgrade to premium plans, which are now available at discounts of up to 75% for Black Friday.&lt;/p&gt;\n&lt;p&gt;This promotional offer provides a timely opportunity for users to protect their online privacy while accessing content freely during the football season.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd4025079319573f2aa69ve876dMx07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd4025079319573f2aa69ve876dMx07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During recent weekends, Spanish internet providers have repeatedly blocked access to Cloudflare services, causing disruptions for viewers trying to stream LaLiga football matches online. This recurring issue has become almost predictable, with restrictions typically beginning around the same time each week whenever football games are broadcast live in Spain.&lt;/p&gt;\n&lt;p&gt;In response to these geo-restrictions, many users turn to Virtual Private Networks (VPNs) such as Proton VPN. Offering robust privacy protections akin to Swiss standards, Proton VPN provides users with secure, fast connections and the ability to bypass regional blocks by rerouting internet traffic through servers located across 127 countries. This process involves IP spoofing, where a user&rsquo;s true IP address is masked with one from a different country, effectively fooling ISPs into believing the traffic originates elsewhere.&lt;/p&gt;\n&lt;p&gt;The use of VPNs has grown significantly, not only for maintaining privacy but also as a means to access content restricted by geographical boundaries. However, this practice has attracted attention from copyright authorities. For instance, in France, legal actions led to VPN providers being compelled to block access to over 200 illegal sports streaming sites. Similar efforts are underway in Italy, Portugal, and Belgium, which are exploring stricter anti-piracy measures that could impact VPN services.&lt;/p&gt;\n&lt;p&gt;While Spain has yet to implement comprehensive restrictions on VPN providers, the trend suggests that more regulatory pressure might follow. For now, Proton VPN remains a trusted solution for football fans and streaming enthusiasts eager to circumvent restrictions and enjoy their favorite matches without interruption. As online restrictions continue to evolve, having a reliable VPN can be essential to maintaining uninterrupted access to sports streaming and other geo-sensitive content.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and censorship, allowing them to access adult content that may be blocked in their region. Unblock porn through a VPN also enhances privacy and security by encrypting browsing activities, making it easier to enjoy unrestricted access safely and anonymously.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This service offers robust encryption protocols that keep your online activities private and anonymous, shielding you from potential surveillance. With a diverse network of servers across multiple locations, SafeShell VPN makes it easy to bypass geo-restrictions and access content that may be blocked in your area. Its innovative App Mode allows users to unlock content from various regions simultaneously, enhancing the browsing experience without the hassle of constant server switching. Moreover, SafeShell VPN&#039;s lightning-fast speeds ensure smooth streaming of high-definition videos without buffering, while its exclusive ShellGuard protocol provides top-tier security, keeping your private data safe from intruders and monitoring systems.&lt;/p&gt;\n&lt;p&gt;Beyond unblocking porn sites, SafeShell VPN supports multiple devices simultaneously, including Windows, macOS, iOS, Android, and smart TVs, ensuring comprehensive protection across all your gadgets. Its user-friendly interface combined with reliable speed and security features makes it a top choice for users seeking regional freedom and privacy online. Whether for personal entertainment or maintaining online confidentiality, SafeShell VPN delivers a seamless, secure, and unrestricted browsing experience that meets diverse user needs.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Accessing region-restricted content is simple with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, which provides a secure and private browsing experience. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, create an account on the SafeShell VPN website and select a subscription plan that meets your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application to your device from the official website or app store\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application by following the on-screen instructions and launch it after installation is complete\n&lt;/li&gt;\n&lt;li&gt;\nLog in using your account credentials and navigate to the server selection menu\n&lt;/li&gt;\n&lt;li&gt;\nChoose a server location in the region where the content you wish to view is available\n&lt;/li&gt;\n&lt;li&gt;\nConnect to the selected server and wait for the connection to establish\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred browser and visit the desired adult content website\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy unrestricted access to region-specific adult content while maintaining your privacy and security\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(428, 616, '', 'Fire TV Stick VPN Support &ndash; Latest Vega OS Update', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd47cfa31738ed5cc58c0JcOJH0dL03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd47cfa31738ed5cc58c0JcOJH0dL03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Amazon Introduces VPN Compatibility for Latest Fire TV Stick Model&lt;/p&gt;\n&lt;p&gt;In a significant update to its streaming device ecosystem, Amazon has now enabled Virtual Private Network (VPN) functionality for the Fire TV Stick 4K Select through a new Vega OS update.&lt;/p&gt;\n&lt;p&gt;The addition comes approximately one month after the device&#039;s initial release, addressing a notable feature gap in the Linux-based Vega operating system that powers this next-generation streaming device.&lt;/p&gt;\n&lt;p&gt;Currently, only two major VPN providers have developed compatible applications for the Vega OS platform. NordVPN and IPVanish have successfully launched dedicated apps that work with the updated system, giving users immediate options for enhanced privacy and content access.&lt;/p&gt;\n&lt;p&gt;Both available VPN services are offering promotional pricing coinciding with Black Friday sales events, providing potential savings for consumers interested in adding VPN protection to their streaming setup.&lt;/p&gt;\n&lt;p&gt;VPN technology offers several advantages for streaming enthusiasts, including encrypted connections that prevent monitoring of viewing habits and the ability to access geo-restricted content libraries. By masking users&#039; actual IP addresses, these services can help travelers maintain access to their home country&#039;s streaming catalogs while abroad.&lt;/p&gt;\n&lt;p&gt;Additional benefits include protection against intrusive advertising and tracking technologies that might otherwise compromise privacy or interrupt viewing experiences.&lt;/p&gt;\n&lt;p&gt;While Surfshark has been recognized as a top VPN choice for previous Fire TV devices, it has not yet released Vega OS compatibility. NordVPN, however, currently holds high ratings for overall performance and security features, and is available at promotional pricing.&lt;/p&gt;\n&lt;p&gt;The update represents Amazon&#039;s commitment to expanding functionality on its newest streaming hardware platform, though the limited initial VPN provider selection suggests a gradual rollout of third-party support for the Vega operating system.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd40d7985fa8a0ed64570WFOqry6U07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd40d7985fa8a0ed64570WFOqry6U07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Amazon&#039;s latest Fire TV Stick models now include support for VPN services, marking a significant upgrade in streaming privacy and security. However, currently, only a select few VPN providers are compatible with these next-generation devices, limiting options for users seeking seamless protection.&lt;/p&gt;\n&lt;p&gt;Among the available VPN options, two stand out for their compatibility and performance. These VPNs offer users the ability to connect to servers across dozens of countries, ensuring unrestricted access to geo-restricted content.&lt;/p&gt;\n&lt;p&gt;With high-speed connections, these VPNs enable smooth streaming experiences on popular platforms. They also feature ad-blocking, malware protection, and enhanced privacy features to keep users safe online.&lt;/p&gt;\n&lt;p&gt;While only two VPN services are fully supported at launch, this move by Amazon indicates a growing trend toward integrated VPN support in smart streaming devices. Users can enjoy a more secure and versatile viewing experience, though they should stay tuned for additional providers being added in the future.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to remember that VPN usage should align with legal and ethical guidelines. Always ensure your activities comply with local laws and streaming platform terms of service.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to circumvent location-based blocks and maintain private viewing, ensuring confidential access where local restrictions or censorship barriers exist. Essentially, porn unblocked refers to the capability to access adult content websites freely, overcoming filters imposed by internet providers, governments, or institutions that would otherwise prevent viewing.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people seek to access region-restricted adult content by utilizing Porn unblock capabilities, they may want to consider the SafeShell VPN. Its unique features offer significant advantages for this purpose:&lt;/p&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Lightning-fast speeds ensure smooth streaming of high-definition content without buffering interruptions, making it ideal for uninterrupted viewing.&lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;The innovative App Mode allows users to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from multiple regions simultaneously, granting access to geo-restricted platforms without constantly changing servers.&lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Advanced encryption protocols provide top-tier security, ensuring complete anonymity and protecting activities from ISP monitoring or sophisticated surveillance, effectively bypassing strict content blocks.&lt;/li&gt;\n&lt;/ol&gt;\n\n&lt;ol&gt;\n&lt;li&gt;Multi-device support enables protection on up to five devices concurrently, securing all browsing sessions across various platforms while maintaining the ability to access unblocked adult content.&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access region-restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow these specific steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nStep 1: Subscribe to SafeShell VPN by visiting their official website and selecting a suitable plan for streaming.\n&lt;/li&gt;\n&lt;li&gt;\nStep 2: Download and install the SafeShell VPN application on your preferred device(s) from their platform.\n&lt;/li&gt;\n&lt;li&gt;\nStep 3: Enable App Mode within the SafeShell VPN settings to optimize connection stability for streaming adult content.\n&lt;/li&gt;\n&lt;li&gt;\nStep 4: Select a server location matching the region of the desired porn content (e.g., US or Japan servers) from SafeShell VPN&rsquo;s global network.\n&lt;/li&gt;\n&lt;li&gt;\nStep 5: Launch your browser to anonymously access geo-blocked adult sites, with SafeShell VPN encrypting your traffic for complete privacy.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Note: Ensure all local regulations regarding adult content access are followed.&lt;/p&gt;', 9, 'game'),
(429, 617, '', 'Family Film &amp; TV Awards 2024 &ndash; Nominees &amp; Highlights', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd49d23ac1ca6fd1400592ORkPQd603&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd49d23ac1ca6fd1400592ORkPQd603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Family Film &amp;amp; TV Awards spotlight entertainment that unites generations,&lt;/p&gt;\n&lt;p&gt;with Julie Chen Moonves set to host this year&rsquo;s ceremony airing December 13 on CBS.&lt;/p&gt;\n&lt;p&gt;&quot;Stranger Things&quot; garners attention among nominees for Favorite Ensemble Television Series,&lt;/p&gt;\n&lt;p&gt;while &quot;Happy Gilmore 2&quot; emerges as a multi-category contender,&lt;/p&gt;\n&lt;p&gt;recognized in Favorite Feature Film, Favorite Sports Movie,&lt;/p&gt;\n&lt;p&gt;and earning Adam Sandler a Favorite Actor nomination.&lt;/p&gt;\n&lt;p&gt;Special honors will celebrate television icon Jeff Probst&lt;/p&gt;\n&lt;p&gt;for his landmark 50th season hosting &quot;Survivor,&quot;&lt;/p&gt;\n&lt;p&gt;and dynamic duo Penn &amp;amp; Teller receiving the Outstanding Family Entertainers Award&lt;/p&gt;\n&lt;p&gt;marking their five-decade career.&lt;/p&gt;\n&lt;p&gt;Country artist Blake Shelton joins as a featured performer,&lt;/p&gt;\n&lt;p&gt;amplifying the evening&rsquo;s festivities.&lt;/p&gt;\n&lt;p&gt;Executive Producer Laura McKenzie emphasized the awards&rsquo; mission to celebrate storytelling&lt;/p&gt;\n&lt;p&gt;that bridges generations and reflects diverse family experiences.&lt;/p&gt;\n&lt;p&gt;A dedicated segment will highlight the telecast&rsquo;s partnership with Toys for Tots,&lt;/p&gt;\n&lt;p&gt;showcasing the Marines&#039; nationwide efforts to support families.&lt;/p&gt;\n&lt;p&gt;Paramount+ Premium subscribers gain same-day access via local CBS stations,&lt;/p&gt;\n&lt;p&gt;with Essential-tier access following the broadcast.&lt;/p&gt;\n&lt;p&gt;Notable nominations include &quot;Abbott Elementary&quot; and &quot;Wednesday&quot; in Ensemble Series,&lt;/p&gt;\n&lt;p&gt;classic films like &quot;E.T.&quot; and &quot;Home Alone&quot; for Iconic Family Film,&lt;/p&gt;\n&lt;p&gt;and competition favorites &quot;The Voice&quot; and &quot;Dancing with the Stars.&quot;&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;What are the Harry Potter Movies about and Where to Watch are popular questions among fans. These films depict Harry Potter&#039;s adventures at Hogwarts as he learns magic, confronts evil forces, and discovers his destiny, and you can find &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt; on streaming platforms like Netflix, HBO Max, or Amazon Prime, or by renting them through digital retailers.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for its exceptional streaming capabilities. SafeShell VPN offers numerous benefits that make it an ideal choice for Netflix users worldwide:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming ensure you&#039;ll enjoy Harry Potter and other content without buffering or quality issues\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device functionality allows you to connect up to five devices simultaneously across various platforms including Windows, macOS, iOS, Android, and smart TVs\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature uniquely enables access to multiple regional Netflix libraries at the same time, expanding your viewing options significantly\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy buffer-free viewing with lightning-fast connection speeds and no bandwidth restrictions, making HD and 4K streaming seamless\n&lt;/li&gt;\n&lt;li&gt;\nRest easy knowing your streaming activity is protected by the proprietary &quot;ShellGuard&quot; VPN protocol, providing top-level security during your Netflix sessions\n&lt;/li&gt;\n&lt;li&gt;\nTest all these premium features with a flexible free trial plan before making any commitment\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin streaming Harry Potter securely from any region, start by creating your &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; account.&lt;/p&gt;\n&lt;p&gt;Visit the official SafeShell VPN website and select a suitable subscription plan based on your streaming requirements.&lt;/p&gt;\n&lt;p&gt;Complete the secure payment process to activate your SafeShell VPN service, granting you immediate access to global content libraries.&lt;/p&gt;\n&lt;p&gt;Next, install the SafeShell VPN application on your preferred device.&lt;/p&gt;\n&lt;p&gt;Download the appropriate software version directly from their site, install it, and launch the application.&lt;/p&gt;\n&lt;p&gt;Upon opening the SafeShell VPN client, log in with your credentials and select the optimized &quot;Streaming Mode&quot; for high-definition playback.&lt;/p&gt;\n&lt;p&gt;Finally, connect to a server located in your desired content region using SafeShell VPN.&lt;/p&gt;\n&lt;p&gt;Browse the extensive server list and select a location like the UK or US where Harry Potter films are available.&lt;/p&gt;\n&lt;p&gt;Once the SafeShell VPN connection is established, simply open your streaming platform, search for Harry Potter, and enjoy the magical series without restrictions.&lt;/p&gt;', 9, 'game'),
(430, 618, '', 'Missouri Digital Identity Law: Age Verification by 2025', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd45ad1e29bf1d636545clW8vcjdr03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd45ad1e29bf1d636545clW8vcjdr03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missouri mandates tech giants supply digital identity systems&lt;/p&gt;\n&lt;p&gt;for online age verification by late 2025&lt;/p&gt;\n&lt;p&gt;targeting platforms with significant &quot;harmful to minors&quot; content&lt;/p&gt;\n&lt;p&gt;Non-compliant websites risk steep daily fines&lt;/p&gt;\n&lt;p&gt;joining other US states enforcing access restrictions&lt;/p&gt;\n&lt;p&gt;though Missouri uniquely enforces digital ID provisions&lt;/p&gt;\n&lt;p&gt;Apple and Google must develop operating system-level tools&lt;/p&gt;\n&lt;p&gt;for their vast US user bases&lt;/p&gt;\n&lt;p&gt;enabling age confirmation without physical documents&lt;/p&gt;\n&lt;p&gt;How will these digital wallets function practically?&lt;/p&gt;\n&lt;p&gt;Experts suggest potential for enhanced privacy protection&lt;/p&gt;\n&lt;p&gt;if implemented correctly using cryptographic verification&lt;/p&gt;\n&lt;p&gt;Such systems could signal adulthood confirmation&lt;/p&gt;\n&lt;p&gt;without exposing personal details&lt;/p&gt;\n&lt;p&gt;like &quot;a cryptographically signed green light&quot;&lt;/p&gt;\n&lt;p&gt;Both companies already pilot limited ID features&lt;/p&gt;\n&lt;p&gt;Apple&#039;s passport tool faces privacy criticism&lt;/p&gt;\n&lt;p&gt;while Google&#039;s wallet expands slowly across states&lt;/p&gt;\n&lt;p&gt;Current capabilities remain confined&lt;/p&gt;\n&lt;p&gt;primarily to airport scenarios&lt;/p&gt;\n&lt;p&gt;raising questions about readiness for broader web enforcement&lt;/p&gt;\n&lt;p&gt;by the fast-approaching deadline&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd45c87143c28006955ceySejjiBO03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd45c87143c28006955ceySejjiBO03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missouri&#039;s new regulations demand advanced digital identity tools from tech leaders&lt;/p&gt;\n&lt;p&gt;but both Apple and Google currently fall short of these expectations&lt;/p&gt;\n&lt;p&gt;even as they develop their respective digital wallet solutions&lt;/p&gt;\n\n&lt;p&gt;Privacy remains a critical sticking point despite theoretical security improvements&lt;/p&gt;\n&lt;p&gt;&quot;important protections exist more in concept than reality currently&quot;&lt;/p&gt;\n&lt;p&gt;notes John Perrino from the Internet Society regarding these systems&lt;/p&gt;\n\n&lt;p&gt;Public trust presents another significant barrier for adoption&lt;/p&gt;\n&lt;p&gt;will individuals willingly share sensitive documents like licenses with large corporations?&lt;/p&gt;\n&lt;p&gt;skepticism might push users toward riskier online alternatives&lt;/p&gt;\n\n&lt;p&gt;Those concerned about identity exposure often explore VPN options&lt;/p&gt;\n&lt;p&gt;exercise caution when selecting providers though&lt;/p&gt;\n&lt;p&gt;many unknown or questionable apps populate search results&lt;/p&gt;\n\n&lt;p&gt;While few free VPNs earn recommendations&lt;/p&gt;\n&lt;p&gt;current Black Friday promotions make premium services accessible&lt;/p&gt;\n&lt;p&gt;top-tier protection now starts around $1 monthly&lt;/p&gt;\n\n&lt;p&gt;Even industry-leading options like NordVPN offer substantial discounts&lt;/p&gt;\n&lt;p&gt;bringing their service down to approximately $2.99 monthly&lt;/p&gt;\n&lt;p&gt;amid these heightened privacy considerations&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd41c18d7f4940cb85f81NMVSEr5U07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd41c18d7f4940cb85f81NMVSEr5U07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During Black Friday 2025, NordVPN announced significant savings, offering discounts up to 77% on its 2-year plans. These reductions make premium VPN protection more accessible than ever, with the most attractive deal being the NordVPN Basic plan priced at just under $3 per month. Known for its reliable service, NordVPN continues to be a top choice for privacy-conscious users worldwide.&lt;/p&gt;\n&lt;p&gt;The Basic plan provides a broad range of features designed to enhance your online experience, including access to servers in over 126 countries. You can connect up to ten devices simultaneously, ensuring your entire household or multiple gadgets stay protected. Additionally, NordVPN offers built-in ad blocking, malware protection, and scam prevention tools, all backed by a 30-day money-back guarantee for peace of mind.&lt;/p&gt;\n&lt;p&gt;It&rsquo;s important to note that our reviews focus on the legal and recreational use of VPNs, such as accessing geo-restricted content or safeguarding your privacy when traveling abroad. We do not endorse or support any illegal activities involving VPNs, including piracy or unauthorized content access.&lt;/p&gt;\n&lt;p&gt;Stay updated with the latest tech news and reviews by following TechRadar on Google News and adding us as your preferred source. Make sure to click the follow button to receive our expert insights directly in your feed.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass government or ISP restrictions in their region and maintain privacy while accessing such content. Porn unblocked refers to the ability to freely access adult websites that were previously restricted, achieved through tools like VPNs which circumvent geo-blocks and censorship. This allows users to view material otherwise unavailable in their location.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, which offers a comprehensive solution for accessing adult content securely. SafeShell VPN provides numerous benefits that make it an excellent choice for unblocking porn sites while maintaining your privacy and security online.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nRobust encryption protocols ensure your browsing activities remain completely anonymous, protecting you from surveillance by ISPs or network administrators\n&lt;/li&gt;\n&lt;li&gt;\nLightning-fast connection speeds allow for buffer-free streaming of high-definition content without compromising security\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature lets you access adult content from multiple regions simultaneously without constantly switching servers\n&lt;/li&gt;\n&lt;li&gt;\nExclusive ShellGuard protocol provides undetectable browsing that effectively bypasses even the strictest content restrictions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device support allows you to protect up to five devices at once, including Windows, macOS, iOS, Android, and various TV platforms\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for watching porn content from any region, start by subscribing to SafeShell VPN through their official website, selecting a plan that suits your needs. Once subscribed, download and install the SafeShell app on your preferred device(s). After installation, enable the App Mode feature within the app for enhanced access and flexibility. Next, choose a server location from SafeShell VPN&#039;s extensive global server network that corresponds to the region whose content you wish to view. Finally, connect to the selected server, allowing you to browse the internet with complete privacy and unrestricted access to adult sites of any region.&lt;/p&gt;', 9, 'game'),
(431, 619, '', 'Netflix VPN &ndash; Unlock Global Content &amp; Access Any Library', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd60affa970902134ded73SvG89g903&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd60affa970902134ded73SvG89g903&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Unlocking Global Netflix Content&lt;/h3&gt;\n&lt;p&gt;Across the globe, Netflix libraries hold unique treasures unavailable elsewhere. &lt;/p&gt;\n&lt;p&gt;While smash hits like &#039;Kpop Demon Hunters&#039; or &#039;Stranger Things&#039; stream worldwide, &lt;/p&gt;\n&lt;p&gt;countless exclusive films and series remain locked behind regional borders. &lt;/p&gt;\n&lt;p&gt;The US, UK, Canada, Australia, France, and Japan each boast distinct collections. &lt;/p&gt;\n&lt;p&gt;These regional variations stem from differing content licensing agreements. &lt;/p&gt;\n&lt;p&gt;Want &#039;Friends&#039;? UK subscribers enjoy all seasons, unlike their US counterparts. &lt;/p&gt;\n&lt;p&gt;Virtual relocation offers a key to these geographically restricted vaults. &lt;/p&gt;\n&lt;p&gt;Using a VPN allows you to digitally enter another country&#039;s Netflix domain. &lt;/p&gt;\n&lt;p&gt;Connect through a server in your desired location to unlock its specific catalog. &lt;/p&gt;\n&lt;p&gt;Discover Canadian sitcoms, Australian dramas, or French cinema gems effortlessly. &lt;/p&gt;\n&lt;p&gt;Yet, proceed with awareness: Netflix libraries constantly evolve. &lt;/p&gt;\n&lt;p&gt;Titles appear and vanish frequently, altering what&rsquo;s available where. &lt;/p&gt;\n&lt;p&gt;Moreover, the platform actively strengthens its defenses against VPN usage. &lt;/p&gt;\n&lt;p&gt;While outright bans for VPN users are uncommon, the practice violates Netflix&#039;s terms. &lt;/p&gt;\n&lt;p&gt;The service&rsquo;s ongoing price increases feel slightly more justifiable with global access. &lt;/p&gt;\n&lt;p&gt;Ensure your VPN choice is robust enough to navigate these digital barriers. &lt;/p&gt;\n&lt;p&gt;Explore beyond borders for your next binge-worthy discovery.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5b733631229adf28d0eCaQWH1yl07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5b733631229adf28d0eCaQWH1yl07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Unlock Global Netflix Content with Leading VPN Service&lt;/p&gt;\n&lt;p&gt;Searching for a reliable way to access international Netflix libraries? Our top recommendation is a premium VPN service that combines security with streaming capabilities.&lt;/p&gt;\n&lt;p&gt;This provider ranks #1 in our comprehensive testing for Netflix compatibility, offering seamless access to content exclusive to the US, UK, France, and numerous other regions.&lt;/p&gt;\n&lt;p&gt;Beyond just expanding your entertainment options, this service delivers military-grade encryption and a strict no-logs policy to enhance your online privacy.&lt;/p&gt;\n&lt;p&gt;With affordable subscription plans and a full month to evaluate the service risk-free, you can explore global Netflix content without commitment.&lt;/p&gt;\n&lt;p&gt;The user-friendly apps work across all major devices, allowing you to watch region-restricted shows whether you&#039;re at home or traveling abroad.&lt;/p&gt;\n&lt;p&gt;Try it today and transform your Netflix experience by unlocking thousands of additional movies and series previously unavailable in your location.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd60d236690e8314db8fdQdoszdp403&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd60d236690e8314db8fdQdoszdp403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Forget one-size-fits-all streaming &ndash; your location dictates a unique Netflix treasure trove.&lt;/p&gt;\n&lt;p&gt;Craving cinematic flair?&lt;/p&gt;\n&lt;p&gt;Catch the glitzy &#039;Elvis&#039; biopic exclusively stateside or dive into Timoth&eacute;e Chalamet&#039;s whimsical &#039;Wonka&#039;.&lt;/p&gt;\n&lt;p&gt;UK viewers, meanwhile, savour gritty dramas like &#039;Top Boy&#039;, while French subscribers enjoy sophisticated hits such as &#039;Call My Agent!&#039;.&lt;/p&gt;\n&lt;p&gt;Series enthusiasts find distinct hauls.&lt;/p&gt;\n&lt;p&gt;US subscribers stream Shonda Rhimes powerhouses &#039;Grey&#039;s Anatomy&#039; and &#039;Scandal&#039;, or unravel mysteries in &#039;Lost&#039; and &#039;Mr. Robot&#039;.&lt;/p&gt;\n&lt;p&gt;British audiences get early access to beloved homegrown series unavailable elsewhere.&lt;/p&gt;\n&lt;p&gt;Book adaptations fuel buzz, especially Colleen Hoover&#039;s &#039;It Ends With Us&#039;, drawing both literary fans and those captivated by its off-screen casting headlines.&lt;/p&gt;\n&lt;p&gt;Anticipate her other works like &#039;Verity&#039; potentially hitting the platform after theatrical runs.&lt;/p&gt;\n&lt;p&gt;Genre fans rejoice too.&lt;/p&gt;\n&lt;p&gt;Horror buffs discover the chilling new &#039;I Know What You Did Last Summer&#039; sequel solely on US Netflix.&lt;/p&gt;\n&lt;p&gt;Thrillers and award contenders vary wildly by territory &ndash; a compelling reason to explore regional libraries via VPN.&lt;/p&gt;\n&lt;p&gt;Your passport? A reliable VPN connection unlocks this geographical lottery of exclusive content.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd610082c034a7eaebeed4qWYM5Hv03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd610082c034a7eaebeed4qWYM5Hv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Hidden International Netflix Gems&lt;/h3&gt;\n&lt;p&gt;Forget VPNs and region locks &ndash; Netflix&#039;s international catalog holds secret streaming gems unavailable everywhere.&lt;/p&gt;\n\n&lt;p&gt;American viewers miss out on the UK&#039;s treasure trove: binge &#039;Friends&#039; and &#039;The Office US&#039; without switching platforms, or dive into gritty British classics like &#039;Skins&#039;.&lt;/p&gt;\n\n&lt;p&gt;Craving &#039;Normal People&#039; or the entire &#039;Yellowstone&#039; saga? UK subscribers access them freely, bypassing Hulu, Peacock, and Paramount+ entirely.&lt;/p&gt;\n\n&lt;p&gt;Across the pond, film lovers rejoice.&lt;/p&gt;\n&lt;p&gt;Ditch pricey Max for every enchanting Studio Ghibli masterpiece.&lt;/p&gt;\n\n&lt;p&gt;The complete &#039;Harry Potter&#039; film series and its &#039;Fantastic Beasts&#039; prequels await, offering magical marathons unavailable in many regions.&lt;/p&gt;\n\n&lt;p&gt;For sophisticated drama, UK Netflix delivers cinematic releases like poignant love stories currently exclusive to their library.&lt;/p&gt;\n&lt;p&gt;No need for extra subscriptions&lt;/p&gt;\n&lt;p&gt;when these global treasures await discovery.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd6160f1dca8dcba0bed6LOYcwJxa03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd6160f1dca8dcba0bed6LOYcwJxa03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Are you a dedicated Leonardo DiCaprio enthusiast?&lt;/p&gt;\n&lt;p&gt;If you&#039;re browsing Netflix in Japan, you&#039;ll discover a treasure trove of his films, from his breakout role in Baz Luhrmann&#039;s vibrant adaptation of &#039;Romeo &amp;amp; Juliet&#039; to his intense performance in Quentin Tarantino&#039;s &#039;Django Unchained&#039;.&lt;/p&gt;\n&lt;p&gt;Additionally, acclaimed director Christopher Nolan&#039;s masterpieces like &#039;Inception&#039; and the gripping &#039;Wolf of Wall Street&#039; are readily available.&lt;/p&gt;\n&lt;p&gt;Craving some grand fantasy adventures?&lt;/p&gt;\n&lt;p&gt;Dive into the entire &#039;Lord of the Rings&#039; trilogy for a saga of epic proportions.&lt;/p&gt;\n&lt;p&gt;Looking for light-hearted romance?&lt;/p&gt;\n&lt;p&gt;Enjoy popular chick flicks such as &#039;Bridget Jones&#039;s Diary&#039; or the modern fairy tale &#039;A Cinderella Story&#039;.&lt;/p&gt;\n&lt;p&gt;Interested in expanding to television?&lt;/p&gt;\n&lt;p&gt;There are also exclusive series and shows that are uniquely accessible in these regions, offering a diverse array of entertainment options.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd618ffa970902134dfd9g42AuiRF03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd618ffa970902134dfd9g42AuiRF03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Global Netflix Access&lt;/h3&gt;\n\n&lt;p&gt;Unlock a world of exclusive Netflix libraries across the globe with a reliable VPN.&lt;/p&gt;\n&lt;p&gt;Journey to France for cinematic gems like &#039;Sous les jupes des filles&#039;,&lt;/p&gt;\n&lt;p&gt;a vibrant comedy-drama exploring women&#039;s lives in Paris,&lt;/p&gt;\n&lt;p&gt;or experience the emotional depth of &#039;Un sac de billes&#039;,&lt;/p&gt;\n&lt;p&gt;a beloved wartime tale of brotherhood and survival.&lt;/p&gt;\n\n&lt;p&gt;Canadian Netflix delivers thrilling franchises including &#039;Five Nights at Freddy&#039;s&#039;&lt;/p&gt;\n&lt;p&gt;and the magical heist sequels &#039;Now You See Me&#039; and &#039;Now You See Me 2&#039;.&lt;/p&gt;\n&lt;p&gt;Animation enthusiasts can discover &#039;Spider-Man: Across the Spider-Verse&#039;,&lt;/p&gt;\n&lt;p&gt;while dystopian fans revisit the complete &#039;Divergent&#039; series.&lt;/p&gt;\n\n&lt;p&gt;Australian servers offer laughter with Phoebe Waller-Bridge&#039;s &#039;Crashers&#039;&lt;/p&gt;\n&lt;p&gt;featuring Jonathan Bailey&#039;s breakout role,&lt;/p&gt;\n&lt;p&gt;alongside the US adaptation of &#039;Ghosts&#039;.&lt;/p&gt;\n&lt;p&gt;Relive vampire romance nostalgia with the &#039;Twilight&#039; saga&lt;/p&gt;\n&lt;p&gt;or anticipate the musical spectacle &#039;Wicked&#039; (2024).&lt;/p&gt;\n\n&lt;p&gt;Dutch access reveals HBO hits like &#039;Sex and the City&#039; and &#039;Hacks&#039;,&lt;/p&gt;\n&lt;p&gt;plus blockbuster films such as &#039;The Hunger Games&#039; anthology&lt;/p&gt;\n&lt;p&gt;and sci-fi epic &#039;Dune: Part Two&#039;.&lt;/p&gt;\n&lt;p&gt;Local flavors shine through equestrian dramas like &#039;Vals Spel&#039;&lt;/p&gt;\n&lt;p&gt;and cultural explorations in &#039;Het Schildersleven van Van Gogh&#039;.&lt;/p&gt;\n\n&lt;p&gt;By masking your location through encrypted VPN servers,&lt;/p&gt;\n&lt;p&gt;you effortlessly bypass regional restrictions&lt;/p&gt;\n&lt;p&gt;to stream these country-specific treasures worldwide.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5d8a0ae0d0599f146adGvij8iUq07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5d8a0ae0d0599f146adGvij8iUq07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Seeking the ultimate streaming experience? Look no further than our top-rated virtual private network solution for accessing global Netflix content.&lt;/p&gt;\n&lt;p&gt;With lightning-fast connection capabilities and unrivaled ability to bypass regional restrictions, our recommended service stands head and shoulders above competitors.&lt;/p&gt;\n&lt;p&gt;The user-friendly applications work seamlessly across all your devices while still offering advanced features for tech-savvy users.&lt;/p&gt;\n&lt;p&gt;Experience complete peace of mind with a full month&#039;s refund policy that allows you to test the service without financial risk.&lt;/p&gt;\n&lt;p&gt;Check out the special offer available now through our exclusive link below.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service designed to bypass geographical restrictions on Netflix content libraries. It primarily allows subscribers to access shows and movies available in other countries by masking their real location through international servers. Users leverage this tool to overcome regional licensing limitations and enjoy a significantly wider range of entertainment options on the platform.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re facing &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-vpn-not-working.html?utm_source=blog&quot;&gt;Netflix vpn not working&lt;/a&gt; issues due to outdated software failing to bypass restrictions, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; presents a compelling solution for accessing region-locked content. It boasts high-speed servers specifically optimized for Netflix, eliminating buffering and ensuring smooth HD streaming. Furthermore, its unique Exclusive App Mode allows simultaneous access to libraries from multiple regions, dramatically expanding your viewing options beyond what a single-region connection offers.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN ensures top-level security with its proprietary ShellGuard protocol, protecting your browsing sessions while you stream. Enjoy the flexibility of connecting up to five devices at once across various platforms, from smartphones to smart TVs. Experience all these benefits risk-free with a flexible free trial plan, letting you verify SafeShell VPN&#039;s speed, reliability, and effectiveness against Netflix blocks before committing.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, first ensure you have an active subscription by selecting a suitable plan on their official website and completing the registration process. Once subscribed, download and install the SafeShell VPN application compatible with your operating system (such as Windows, macOS, iOS, or Android). Launch the app and log into your account using your credentials.&lt;/p&gt;\n\n&lt;p&gt;After logging in, navigate to the server selection section within the SafeShell VPN interface. Choose a server located in your desired Netflix region&mdash;like the US, UK, or Japan&mdash;and initiate the connection. For optimal Netflix streaming performance, select APP mode before connecting. Once securely linked via SafeShell Netflix VPN, open the Netflix website or app, sign in to your account, and immediately access region-specific content libraries seamlessly.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(432, 620, '', 'Outer Banks Season Updates: New Episodes &amp; Trailer', '&lt;h3&gt;Outer Banks Season Updates&lt;/h3&gt;\n&lt;p&gt;The adventure continues as the quest for hidden treasure intensifies in the latest installment of &lt;em&gt;Outer Banks&lt;/em&gt;. Fans are invited to join the Pogues once more for a thrilling journey full of danger and discovery, now streaming with new episodes. The core team&mdash;John B, Sarah, JJ, Kiara, Pope, and Cleo&mdash;return to face fresh challenges in the most ambitious season yet, divided into two halves of five episodes each, with both parts available now.&lt;/p&gt;\n&lt;p&gt;Although a chapter in their story has concluded, the pursuit of Blackbeard&rsquo;s legendary loot is only just beginning. Season 4 promises to delve deeper into the mysteries and conflicts that define the Pogues&rsquo; world.&lt;/p&gt;\n&lt;p&gt;From the shores of Poguelandia, the season 4, part 2 trailer has made waves, promising more high-stakes action. Accompanied by Jungle&rsquo;s &ldquo;Us Against the World,&rdquo; the trailer showcases the Pogues regrouping to defend what they cherish most. In one poignant moment, John B reflects, &ldquo;All of us, we made a home. Now it&rsquo;s all on the line. The question is, what would we risk to protect it?&rdquo; Fans can view the trailer now to get a glimpse of what lies ahead.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/690fd4113ace7513d15614d5UjkbNWVf03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/690fd4113ace7513d15614d5UjkbNWVf03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Pogues attempt a quiet retreat from adventure after their City of Gold escapade.&lt;/p&gt;\n&lt;p&gt;Peace proves fleeting, however, as their notorious talent for finding chaos inevitably resurfaces.&lt;/p&gt;\n&lt;p&gt;Trouble beckons once more, shattering any illusion of a tranquil existence.&lt;/p&gt;\n&lt;p&gt;This magnetic pull towards peril defines the Pogues&#039; relentless journey.&lt;/p&gt;\n&lt;p&gt;Their uncanny ability to attract disasters remains undiminished.&lt;/p&gt;\n&lt;p&gt;Yet, their unwavering spirit and camaraderie solidify fan devotion.&lt;/p&gt;\n&lt;p&gt;Prepare for a tumultuous new chapter where high stakes and loyal bonds collide.&lt;/p&gt;\n&lt;p&gt;Adventure reclaims them, demanding action and testing loyalties.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5ae61af1b07316f1d35jISCtR7W07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5ae61af1b07316f1d35jISCtR7W07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5b45ea6bf07bc72020b0CPzbz0W07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5b45ea6bf07bc72020b0CPzbz0W07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5bbc52a1e8402e640519MTNA4eE07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5bbc52a1e8402e640519MTNA4eE07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5c15bc4e3382809b57fImwcVDDQ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5c15bc4e3382809b57fImwcVDDQ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5cc6dde1640fa4bc2e5PXRYzOjk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5cc6dde1640fa4bc2e5PXRYzOjk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5d3d5a0f2f850beb888AvLCaWCF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5d3d5a0f2f850beb888AvLCaWCF07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5d9912475b670d85347tiZq4iP807&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5d9912475b670d85347tiZq4iP807&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5e0f31d15564493e86eVdcHdNQM07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5e0f31d15564493e86eVdcHdNQM07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5e64c3478fbf09fdcc0S9XKaICi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5e64c3478fbf09fdcc0S9XKaICi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5ef87f7197682c98b00h3P2RiWK07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5ef87f7197682c98b00h3P2RiWK07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5f590b5d8cb63baf01fQXigraiE07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5f590b5d8cb63baf01fQXigraiE07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd5fdb83ed7495fa034276ALyEHKc07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd5fdb83ed7495fa034276ALyEHKc07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd603ad0aa71f30c291a9MKfck82c07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd603ad0aa71f30c291a9MKfck82c07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd60bd03e10f099048809vxvg8ay407&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd60bd03e10f099048809vxvg8ay407&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6116dd1cd13638865aaL42ySzvt07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6116dd1cd13638865aaL42ySzvt07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6188e5a20aa88e1a4a8Nc5I8icN07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6188e5a20aa88e1a4a8Nc5I8icN07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd61fa87c00b15ca978a0VtG6sorQ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd61fa87c00b15ca978a0VtG6sorQ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6266db84a489eafa9e2LtVHKbhr07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6266db84a489eafa9e2LtVHKbhr07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd62d5766e2c62436ec6dTlrzKpsH07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd62d5766e2c62436ec6dTlrzKpsH07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd635ccff96fae6becc8br1l6cCT707&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd635ccff96fae6becc8br1l6cCT707&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd63e1621581cd44f092bPZxGiP2Z07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd63e1621581cd44f092bPZxGiP2Z07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd64a7e4e7182f57a36220PFwiVLF07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd64a7e4e7182f57a36220PFwiVLF07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd65499f5ba5bf05165fdXciRe7kZ07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd65499f5ba5bf05165fdXciRe7kZ07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd65bbe5deaef8fdee7aft0sj89Iu07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd65bbe5deaef8fdee7aft0sj89Iu07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6630b627600cde133c096JzFkfp07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6630b627600cde133c096JzFkfp07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd668b15118144d297352rgrjVjDu07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd668b15118144d297352rgrjVjDu07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd67064801c1099a996f3O60mGmrp07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd67064801c1099a996f3O60mGmrp07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd679e718b1ca7c0a9e47mfSHIYdX07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd679e718b1ca7c0a9e47mfSHIYdX07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd67f9a168042c7d446ddbCCswWxj07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd67f9a168042c7d446ddbCCswWxj07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd68afe18055a6fd4aa43bieyeeps07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd68afe18055a6fd4aa43bieyeeps07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6949cd14ca9895fbc2dKjKIbMtR07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6949cd14ca9895fbc2dKjKIbMtR07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd69d6040bf6fa8f5c40fqif8PRr007&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd69d6040bf6fa8f5c40fqif8PRr007&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6a2525c6d467b0516545YRQh9DT07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6a2525c6d467b0516545YRQh9DT07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6a99c21ba6c5f52b15aRBgagdtk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6a99c21ba6c5f52b15aRBgagdtk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6aff6609937e73d763fwHtcF2iU07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6aff6609937e73d763fwHtcF2iU07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6b56dd1cd136388683dQZCi8A9x07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6b56dd1cd136388683dQZCi8A9x07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Prepare for turbulent tides as the Pogues navigate uncharted waters this season.&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s beloved crew&mdash;John B, Sarah, JJ, Kiara, Cleo, and Pope&mdash;return with adrenaline-pumping escapades.&lt;/p&gt;\n&lt;p&gt;Maritime mysteries take center stage across ten gripping episodes:&lt;/p&gt;\n&lt;p&gt;&quot;The Enduro&quot; launches their endurance trial&lt;/p&gt;\n&lt;p&gt;&quot;Blackbeard&quot; dives into pirate lore&lt;/p&gt;\n&lt;p&gt;&quot;The Lupine Corsairs&quot; signals new threats&lt;/p&gt;\n&lt;p&gt;Nature&#039;s fury escalates in &quot;The Swell&quot; and &quot;The Storm&quot;&lt;/p&gt;\n&lt;p&gt;While &quot;Albatross&quot; hints at burdens carried&lt;/p&gt;\n&lt;p&gt;Local tensions surface in &quot;The Town Council&quot;&lt;/p&gt;\n&lt;p&gt;Family legacies unravel during &quot;Mothers and Fathers&quot;&lt;/p&gt;\n&lt;p&gt;Critical choices await on &quot;Decision Day&quot;&lt;/p&gt;\n&lt;p&gt;All voyages converge toward &quot;The Blue Crown&quot; finale&lt;/p&gt;\n&lt;p&gt;Mark your calendars for May 8th when treasure hunts collide with coming-of-age trials.&lt;/p&gt;\n&lt;p&gt;This isn&#039;t just another teen drama&mdash;it&#039;s a tidal wave of adventure.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6b94c3478fbf09fe026C9iJC1L607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6b94c3478fbf09fe026C9iJC1L607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Production commenced November 26th&lt;/p&gt;\n&lt;p&gt;marking the beginning of the end&lt;/p&gt;\n&lt;p&gt;for Netflix&#039;s Outer Banks&lt;/p&gt;\n&lt;p&gt;with its fifth and concluding season&lt;/p&gt;\n\n&lt;p&gt;Cameras are officially rolling&lt;/p&gt;\n&lt;p&gt;on the farewell chapter&lt;/p&gt;\n&lt;p&gt;of this popular adventure series&lt;/p&gt;\n&lt;p&gt;signifying the start of Season 5 filming&lt;/p&gt;\n\n&lt;p&gt;The Pogues&#039; journey enters its final stretch&lt;/p&gt;\n&lt;p&gt;as shooting kicks off&lt;/p&gt;\n&lt;p&gt;on the fifth and ultimate season&lt;/p&gt;\n&lt;p&gt;this late November&lt;/p&gt;\n\n&lt;p&gt;Netflix confirms production is underway&lt;/p&gt;\n&lt;p&gt;for the last installment&lt;/p&gt;\n&lt;p&gt;of the sun-soaked drama&lt;/p&gt;\n&lt;p&gt;initiated in late November&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6bc8c002a04582e2a66wElDeYel07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6bc8c002a04582e2a66wElDeYel07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Discover Your Outer Banks Persona: A Character Analysis&lt;/p&gt;\n&lt;p&gt;As the beloved Netflix series approaches its fourth season, fans are eagerly speculating about the future of their favorite characters. The show&#039;s enduring popularity has many viewers wondering which Pogue or Kook they most closely resemble.&lt;/p&gt;\n&lt;p&gt;The treasure-hunting teens of OBX have captured audiences with their distinct personalities and compelling character arcs. From John B&#039;s determined leadership to Sarah Cameron&#039;s journey of self-discovery, each character offers unique traits that resonate with different viewers.&lt;/p&gt;\n&lt;p&gt;Are you naturally adventurous like John B, fiercely loyal like JJ, intellectually curious like Pope, or free-spirited like Kiara? Perhaps you identify with Sarah&#039;s evolution or Rafe&#039;s complex motivations.&lt;/p&gt;\n&lt;p&gt;Understanding which character mirrors your own personality can deepen your connection to the show as it enters its next chapter. Whether you&#039;re Team Pogue or secretly align with the Kooks, there&#039;s a character in the OBX universe that reflects aspects of your own identity.&lt;/p&gt;\n&lt;p&gt;As we await Season 4, exploring these character connections offers a fun way to engage with the series and predict how your OBX counterpart might navigate the adventures ahead.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6bf6f87385feb0fa04b41dkNAIi07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6bf6f87385feb0fa04b41dkNAIi07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Explore the Coastal Charm of &#039;Outer Banks&#039; Filming Spots&lt;/p&gt;\n&lt;p&gt;The hit teen treasure-hunting series has captured viewers&#039; imaginations not just with its thrilling storylines, but also with its picturesque coastal settings. As the fourth season approaches, fans may be inspired to visit the actual locations where their favorite scenes were filmed.&lt;/p&gt;\n&lt;p&gt;Despite being set in North Carolina&#039;s Outer Banks, most of the show is actually filmed in and around Charleston, South Carolina. This coastal region offers the perfect backdrop for the show&#039;s signature beach aesthetic and maritime adventure vibes.&lt;/p&gt;\n&lt;p&gt;Shem Creek in Mount Pleasant serves as the waterfront district where many pivotal boat scenes take place. Visitors can enjoy fresh seafood at local restaurants while imagining the Pogues plotting their next treasure hunt nearby.&lt;/p&gt;\n&lt;p&gt;The iconic Kildare County scenes are primarily filmed in the historic district of Charleston. Walking these charming streets allows fans to retrace the steps of John B, Sarah, JJ, Pope, and Kiara as they navigate their complicated lives.&lt;/p&gt;\n&lt;p&gt;For those seeking the full experience, guided tours now exist specifically for &#039;Outer Banks&#039; enthusiasts, highlighting key filming locations and sharing behind-the-scenes stories from production.&lt;/p&gt;\n&lt;p&gt;With season 4 on the horizon, now might be the perfect time to plan your own treasure-hunting adventure to these beautiful coastal locations before they become even more popular with the show&#039;s growing fanbase.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6c27092220f0ddd2866kuBT7XRV07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6c27092220f0ddd2866kuBT7XRV07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the aftermath of the Pogues&#039; discovery of El Dorado&#039;s gold, their lives took unexpected turns. A year and a half later, despite their remarkable treasure hunt success, they still carried the emotional weight of Ward and Big John&#039;s deaths.&lt;/p&gt;\n&lt;p&gt;The third season provided viewers with what the creators described as a &quot;complicated win&quot; for our beloved group. As Shannon Burke explained, they deliberately crafted an ending where the Pogues achieved something meaningful after their arduous journey.&lt;/p&gt;\n&lt;p&gt;Season 3 emphasized the unbreakable bond between these friends amidst the action-packed adventure. The creative team&mdash;Jonas Pate, Josh Pate, and Burke&mdash;intentionally highlighted their friendship as the emotional core of the story, while simultaneously hinting at future escapades.&lt;/p&gt;\n&lt;p&gt;The fourth season begins by bridging the gap to the previous finale&#039;s flash-forward. After their El Dorado triumph, the group returns to the Outer Banks determined to embrace normality. They establish &quot;Poguelandia 2.0&quot; as their shared haven and launch a charter tour business alongside a bait and tackle shop.&lt;/p&gt;\n&lt;p&gt;However, financial difficulties eventually lead John B, Sarah, Kiara, JJ, Pope, and Cleo to reconsider Wes Genrette&#039;s proposition about hunting for Blackbeard&#039;s treasure. This decision pulls them back into the dangerous world of treasure hunting they had tried to leave behind.&lt;/p&gt;\n&lt;p&gt;Their new quest quickly escalates as formidable adversaries emerge, creating a high-stakes race for the legendary pirate&#039;s bounty. As challenges mount, the Pogues face profound questions about their identities, the value of their choices, and how much they&#039;re willing to sacrifice for one more adventure.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd7f8fa31738ed5cc873f3RWoxzmT03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd7f8fa31738ed5cc873f3RWoxzmT03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Outer Banks Season 4 Highlights&lt;/h3&gt;\n&lt;p&gt;Catch exclusive glimpses into the Pogues&#039; world with Season 4&#039;s fictional Kildare County spots.&lt;/p&gt;\n&lt;p&gt;Three unique commercials, penned and helmed by Daviss, offer a playful peek behind the curtain.&lt;/p&gt;\n&lt;p&gt;Filmed in a single exhilarating day, Daviss reflects on the joy of collaborating with close friends who instinctively brought his vision to vibrant life.&lt;/p&gt;\n&lt;p&gt;Hungry adventurers can fuel up at Kildare Kitchen, boasting garden-fresh produce and Cleo&rsquo;s notorious Ghost Pepper Gumbo Challenge (safety first&mdash;waivers required!).&lt;/p&gt;\n&lt;p&gt;Seeking saltwater thrills? JJ&rsquo;s Deep Sea Charters &amp;amp; Scuba Tours, captained by JJ Maybank aboard &lt;em&gt;The Snapper&lt;/em&gt;, promises epic catches and underwater exploration.&lt;/p&gt;\n&lt;p&gt;Discover essential island gear at the iconic surf shop, a Pogue-built haven on the historic Maybank land&mdash;book a custom board session with Kie!&lt;/p&gt;\n&lt;p&gt;The core Pogues crew returns: Stokes (John B), Cline (Sarah), Bailey (Kiara), Daviss (Pope), Pankow (JJ), Grant (Cleo), North (Topper), and Starkey (Rafe).&lt;/p&gt;\n&lt;p&gt;Fiona Palomo joins as a series regular, reprising Sofia.&lt;/p&gt;\n&lt;p&gt;Fresh faces storm the shores:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nJ. Anthony Crane embodies Chandler Groff, a man shrouded in grief, crossing paths with our heroes.\n&lt;/li&gt;\n&lt;li&gt;\nPollyanna McIntosh portrays Dalia, a formidable, revolutionary figure on a collision course with the Pogues.\n&lt;/li&gt;\n&lt;li&gt;\nBrianna Brown enters as Hollis Robinson, the island&rsquo;s top realtor eyeing Rafe for a risky new venture.\n&lt;/li&gt;\n&lt;li&gt;\nRigo Sanchez takes on Lightner, a dangerous, piratical outdoorsman testing the Pogues&#039; limits.\n&lt;/li&gt;\n&lt;li&gt;\nMia Challis plays Ruthie, a wild and toxic presence forging a troubling connection with Topper.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd7fb001111f8171afe46fwAfmUhX03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd7fb001111f8171afe46fwAfmUhX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The Pogues&#039; journey escalates dramatically this fall.&lt;/p&gt;\n&lt;p&gt;Huntington Beach transformed into Poguelandia last year,&lt;/p&gt;\n&lt;p&gt;where cast members gathered for an immersive fan paradise.&lt;/p&gt;\n&lt;p&gt;Mid-celebration, Drew Starkey made a pivotal announcement:&lt;/p&gt;\n&lt;p&gt;Netflix greenlit Season 4 renewal early&mdash;&lt;/p&gt;\n&lt;p&gt;before Season 3 even premiered worldwide.&lt;/p&gt;\n&lt;p&gt;The upcoming season trailer reveals higher stakes:&lt;/p&gt;\n&lt;p&gt;&quot;Everything to lose this time,&quot; John B warns.&lt;/p&gt;\n&lt;p&gt;Finding El Dorado&rsquo;s gold was merely the prologue;&lt;/p&gt;\n&lt;p&gt;their greatest dangers loom ahead.&lt;/p&gt;\n&lt;p&gt;Starkey acknowledged the dedicated fanbase directly:&lt;/p&gt;\n&lt;p&gt;&quot;This milestone belongs to you all,&quot; he declared,&lt;/p&gt;\n&lt;p&gt;thanking supporters for three intense years.&lt;/p&gt;\n&lt;p&gt;Gratitude extended to the tireless cast and crew&lt;/p&gt;\n&lt;p&gt;propelling the series forward.&lt;/p&gt;\n&lt;p&gt;New threats emerge as the Pogues return home,&lt;/p&gt;\n&lt;p&gt;promising treasure hunts darker than ever.&lt;/p&gt;\n&lt;p&gt;Adventure awaits when the waves crash this autumn.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6db87f7197682c99100f81hm47607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6db87f7197682c99100f81hm47607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd7ff56ce901b07758a237ToTe3eI03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd7ff56ce901b07758a237ToTe3eI03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd801ffa97090213502615QteW2gD03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd801ffa97090213502615QteW2gD03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd6f88237faae7c803637Jlvi5aT907&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd6f88237faae7c803637Jlvi5aT907&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd70027d15580114fc96a3A4RjlAG07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd70027d15580114fc96a3A4RjlAG07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd8063fa7cb81d23465a2Fihhe0AE03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd8063fa7cb81d23465a2Fihhe0AE03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd809a5ee4738345ae12cyljYkKQp03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd809a5ee4738345ae12cyljYkKQp03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd80c9e0cc1928293ae3bv6aruifQ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd80c9e0cc1928293ae3bv6aruifQ03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd810d1e29bf1d6365a60POtk5lKv03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd810d1e29bf1d6365a60POtk5lKv03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd731525c6d467b051793BmiTFNBE07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd731525c6d467b051793BmiTFNBE07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd813b106a2e8ec1efb05M4SXrJre03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd813b106a2e8ec1efb05M4SXrJre03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd816ffa9709021350413YEJFJ83A03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd816ffa9709021350413YEJFJ83A03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd74e33f39e463d293763mAW5KOY807&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd74e33f39e463d293763mAW5KOY807&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd81afa31738ed5cc88b6uys4yLqt03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd81afa31738ed5cc88b6uys4yLqt03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd81de376905b4c7239e6hBAuZRlQ03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd81de376905b4c7239e6hBAuZRlQ03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd76c6988259e9a2dd26dZYKiLCTh07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd76c6988259e9a2dd26dZYKiLCTh07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd7755bc4e3382809ba96cmW5mhd607&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd7755bc4e3382809ba96cmW5mhd607&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd8229e0cc1928293af52AjrJzL6m03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd8229e0cc1928293af52AjrJzL6m03&quot; width=&quot;533&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd7860bc28b613fa40d843WMiZxp407&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd7860bc28b613fa40d843WMiZxp407&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd78fd519f80b4423426bAzOCfL0807&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd78fd519f80b4423426bAzOCfL0807&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;After months of anticipation, the beloved characters returned to Kildare Island for the filming of Outer Banks Season 4 in June 2023. Behind-the-scenes snapshots reveal the cast immersed in their roles, capturing the essence of the adventure and camaraderie on set.&lt;/p&gt;\n&lt;p&gt;With principal photography now complete, the Pogues are celebrating a significant milestone. Actor Stokes expressed excitement, noting, &ldquo;It&rsquo;s been a wild ride, but we&rsquo;ve finished filming.&rdquo; The cast has shifted focus to postproduction, engaging in various editing and sound design activities. Fans can catch glimpses of Grant experimenting with ocean sound effects, while Davis is seen editing footage on the computer.&lt;/p&gt;\n&lt;p&gt;The team is eager to deliver the new season, with all members feeling &ldquo;so stoked&rdquo; about the upcoming release. As they wrap up postproduction, fans are encouraged to stay tuned for the return to Kildare Island, eagerly counting down the days until Season 4 hits screens.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd82723ac1ca6fd140f1f8FUqUi1K03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd82723ac1ca6fd140f1f8FUqUi1K03&quot; width=&quot;539&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix invites you to dive straight into the fresh installments of &lt;em&gt;Outer Banks&lt;/em&gt; Season 4 streaming now.&lt;/p&gt;\n&lt;p&gt;You&#039;ve got two chances to catch the Pogues&#039; newest exploits: Part 1 arrived October 10th, followed swiftly by Part 2 on November 7th.&lt;/p&gt;\n\n&lt;p&gt;Before embarking on this latest journey, all four seasons remain available for your viewing pleasure on Netflix.&lt;/p&gt;\n&lt;p&gt;For exclusive updates and deeper insights into the crew&#039;s high-stakes adventure, keep Tudum bookmarked as your essential source.&lt;/p&gt;\n\n&lt;p&gt;Never forget the core mantra guiding John B, JJ, Pope, Kiara, and Sarah: Pogues for life.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd82ad305f27eb7c34e50HzRELW9i03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd82ad305f27eb7c34e50HzRELW9i03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Enjoy a behind-the-scenes look at the funniest moments from season 4 of Outer Banks with this collection of hilarious bloopers.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming service primarily used for watching a vast library of TV shows and movies on demand. Netflix blocked refers to the situation where users encounter restrictions preventing them from accessing certain content or the entire service due to regional licensing agreements or network-level blocking. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt;, however, describes the process or tools that circumvent these restrictions, enabling access to a broader range of globally available titles.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix eliminate buffering and ensure seamless HD streaming of global libraries.\n&lt;/li&gt;\n&lt;li&gt;\nExclusive App Mode unlocks simultaneous access to multiple regional content catalogs, expanding your entertainment choices beyond borders.\n&lt;/li&gt;\n&lt;li&gt;\nBlazing connection speeds with unlimited bandwidth enable smooth 4K streaming and rapid downloads across all connected devices.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices concurrently on platforms including Windows, macOS, iOS, Android, smart TVs, and Apple Vision Pro.\n&lt;/li&gt;\n&lt;li&gt;\nProprietary ShellGuard protocol with military-grade encryption protects against surveillance and data leaks during browsing sessions.\n&lt;/li&gt;\n&lt;li&gt;\nA flexible free trial plan lets you test premium features like geo-unblocking and security protocols without financial commitment.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin watching Netflix content from different regions using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to the service through the SafeShell VPN website, where you can select a plan that suits your needs and complete the registration process. Once subscribed, download and install the SafeShell VPN application compatible with your device, whether it&rsquo;s Windows, macOS, iOS, or Android. After installation, open the app, log in with your credentials, and choose the APP mode for a smoother streaming experience.&lt;/p&gt;\n&lt;p&gt;Next, browse through the list of available VPN servers within the SafeShell Netflix VPN app and select one located in the region whose content you want to access, such as the US or UK. Click on the &quot;Connect&quot; button to establish a secure VPN connection to your chosen region. This step effectively masks your original location and makes Netflix believe you are browsing from the selected country.&lt;/p&gt;\n&lt;p&gt;Finally, launch the Netflix app or visit the Netflix website, log into your account, and enjoy streaming the region-specific content. With the VPN connection active, you can effortlessly access and watch Netflix shows and movies from any region you desire, all thanks to the reliable capabilities of SafeShell Netflix VPN.&lt;/p&gt;', 9, 'game'),
(433, 621, '', 'Digital Security in Europe: UK Falls Behind Leaders', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68db17942b4fe864fff60c93LBuFBjPF03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68db17942b4fe864fff60c93LBuFBjPF03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;European nations are currently at the forefront of digital security, dominating global rankings and setting industry standards.&lt;/p&gt;\n&lt;p&gt;In contrast, the United Kingdom has experienced a decline in cybersecurity performance, falling behind its European counterparts.&lt;/p&gt;\n&lt;p&gt;According to the latest Digital Quality of Life Index (DQL) 2025 by Surfshark, which analyzed data from 121 countries using sources like the United Nations and the World Bank, five key areas were evaluated: internet quality, affordability, digital infrastructure, security, and artificial intelligence development.&lt;/p&gt;\n&lt;p&gt;The report highlights that European countries excel particularly in digital security, with consistent improvements across these domains.&lt;/p&gt;\n&lt;p&gt;Meanwhile, the UK&#039;s progress has slowed, risking a widening gap with leading nations if current trends continue.&lt;/p&gt;\n&lt;p&gt;As developments in artificial intelligence become increasingly vital, ensuring robust digital defenses is more important than ever.&lt;/p&gt;\n&lt;p&gt;For individuals concerned about safeguarding their data, exploring options like VPNs&mdash;especially during offers such as Black Friday&mdash;could be a strategic move to enhance online protection.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd413298d8aa8014163fcuXRUQY5107&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd413298d8aa8014163fcuXRUQY5107&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;European nations dominate global digital security standings&lt;/p&gt;\n&lt;p&gt;with Finland clinching the world&#039;s top digital quality of life position&lt;/p&gt;\n&lt;p&gt;Estonia, Germany, and France also rank among digital sovereignty leaders&lt;/p&gt;\n&lt;p&gt;GDPR implementation across Europe provides robust data protection frameworks&lt;/p&gt;\n\n&lt;p&gt;United Kingdom faces concerning cybersecurity regression&lt;/p&gt;\n&lt;p&gt;tumbling to 39th globally from its 6th place ranking in 2024&lt;/p&gt;\n&lt;p&gt;now trails behind Bulgaria and Romania in overall digital life index&lt;/p&gt;\n&lt;p&gt;despite maintaining strong data protection protocols&lt;/p&gt;\n\n&lt;p&gt;Surfshark researchers note UK&#039;s progress lags behind peer nations&lt;/p&gt;\n&lt;p&gt;warning of potential further decline without accelerated improvements&lt;/p&gt;\n&lt;p&gt;contextual analysis shows UK advancing but at slower pace&lt;/p&gt;\n\n&lt;p&gt;Regional disparities reveal stark global contrasts&lt;/p&gt;\n&lt;p&gt;Europe shows smallest security score gap within its territory&lt;/p&gt;\n&lt;p&gt;Czechia scores merely 2.5x higher than regional laggard Belarus&lt;/p&gt;\n&lt;p&gt;Asia exhibits most extreme variance - 23-fold chasm separates&lt;/p&gt;\n&lt;p&gt;South Korea from bottom-ranked Yemen in digital security metrics&lt;/p&gt;\n\n&lt;p&gt;Digital security encompasses cybercrime readiness and privacy safeguards&lt;/p&gt;\n&lt;p&gt;reflecting national commitments to citizen protection online&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd4975f87df0bf79ccce5xbQwlUrz03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd4975f87df0bf79ccce5xbQwlUrz03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;United Kingdom Maintains Strong Position in AI Development Amidst European Digital Security Landscape&lt;/p&gt;\n&lt;p&gt;Despite concerns about keeping up with global digital advancement, the United Kingdom continues to demonstrate impressive progress in artificial intelligence development, securing the fourth position globally in this critical technological domain.&lt;/p&gt;\n&lt;p&gt;The UK&#039;s strength in AI has created a fertile environment for sector investment, with the country actively implementing AI solutions across government services. This integration necessarily drives enhanced cybersecurity capabilities to protect these advanced systems.&lt;/p&gt;\n&lt;p&gt;Industry analysts highlight the UK&#039;s unique advantage: combining cutting-edge AI capabilities with robust data protection frameworks creates a resilient foundation against emerging cyber threats. This dual strength positions the UK favorably in the digital security landscape.&lt;/p&gt;\n&lt;p&gt;Nevertheless, experts caution that maintaining this competitive edge requires sustained investment and innovation, as numerous countries are rapidly accelerating their AI development programs.&lt;/p&gt;\n&lt;p&gt;The global AI leadership hierarchy currently shows the United States maintaining dominance in both digital infrastructure and artificial intelligence advancement, with Singapore and South Korea completing the top three positions. This leadership distribution highlights a concerning gap for many European nations, which despite excelling in digital security, significantly trail in AI development compared to global competitors.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People often turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various geographical restrictions, privacy concerns, and censorship measures implemented by governments or ISPs. Porn unblocked through VPN technology allows users to bypass these limitations by masking their real IP address and encrypting their internet traffic, creating a secure tunnel for accessing adult content while maintaining anonymity. This solution not only provides access to restricted sites but also protects users from potential surveillance or bandwidth throttling that might otherwise occur when visiting adult websites.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you want to access region-restricted content of Porn by unblocking porn sites, you might consider the SafeShell VPN.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nMilitary-Grade Encryption: SafeShell VPN deploys AES-256 encryption alongside its proprietary ShellGuard protocol, rendering your activities invisible to ISPs, governments, and hackers while bypassing strict geo-blocks.\n&lt;/li&gt;\n&lt;li&gt;\nZero Speed Compromise: Unlike typical VPNs, SafeShell maintains lightning-fast connections for buffer-free HD streaming, ensuring seamless access to blocked adult content without lag.\n&lt;/li&gt;\n&lt;li&gt;\nMulti-Region Unlocking: The App Mode feature lets you &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; from multiple countries simultaneously, eliminating tedious server switches to access diverse libraries.\n&lt;/li&gt;\n&lt;li&gt;\nCross-Platform Coverage: Secure up to 5 devices concurrently&mdash;including smartphones, smart TVs, and desktops&mdash;with consistent privacy and unrestricted access across all platforms.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing geographically restricted adult content with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, first visit the SafeShell VPN subscription portal and select a suitable plan. Complete the signup process to obtain your credentials. Next, download the official SafeShell VPN application directly from their website or your device&#039;s authorized app store and proceed with the installation on your chosen device, following the on-screen prompts carefully.&lt;/p&gt;\n&lt;p&gt;Once installed, launch the SafeShell VPN application and log in using your account details. Navigate within the app&#039;s interface to the server selection section, where you can choose any desired server location from SafeShell&#039;s extensive global network to bypass regional restrictions. Before connecting, ensure you activate the optional App Mode feature within the SafeShell app settings for optimized performance when using specific applications. Finally, establish the encrypted connection through SafeShell&#039;s infrastructure to securely and privately browse any content, enjoying unrestricted access while your online activity remains protected.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(434, 622, '', 'Genshin Impact Abysses&nbsp;: Guide Niveaux 5-8', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd65d236690e8314dbbe77yTgrmpC03&quot; height=&quot;625&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd65d236690e8314dbbe77yTgrmpC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;D&eacute;fis des Abysses 5-8&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les d&eacute;fis des profondeurs spiral&eacute;es constituent l&rsquo;un des aspects les plus exigeants de Genshin Impact. Appel&eacute;s aussi &quot;abysses&quot;, ils se composent d&rsquo;une succession de 12 niveaux que les joueurs doivent franchir. Apr&egrave;s avoir d&eacute;taill&eacute; dans un pr&eacute;c&eacute;dent article l&rsquo;acc&egrave;s aux premi&egrave;res &eacute;tapes et la validation des niveaux 1 &agrave; 4, nous nous concentrons ici sur la r&eacute;ussite des niveaux 5 &agrave; 8. Cela vous permettra de compl&eacute;ter votre parcours dans ces couloirs myst&eacute;rieux et d&rsquo;acc&eacute;der ensuite &agrave; la spirale de la lune.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En explorant ces &eacute;tages, vous pourrez r&eacute;colter des primogemmes, des moras, des minerais rares ainsi que des livres d&rsquo;exp&eacute;rience pour renforcer votre &eacute;quipe. Contrairement aux premiers niveaux, o&ugrave; une seule composition d&rsquo;&eacute;quipe suffisait, &agrave; partir du niveau 5, il vous faudra constituer deux groupes distincts. Ces &eacute;quipes ne pourront pas partager de personnages, ce qui implique de monter et d&rsquo;&eacute;quiper au moins huit h&eacute;ros pour progresser efficacement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques conseils pour optimiser votre progression :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous poss&eacute;dez un personnage capable de regrouper ou contr&ocirc;ler plusieurs ennemis, comme Sucrose, Kazuha ou Venti, utilisez-le dans les salles o&ugrave; la densit&eacute; d&rsquo;adversaires est &eacute;lev&eacute;e. Leur capacit&eacute; &agrave; attirer ou disperser les groupes d&rsquo;ennemis vous permettra de frapper plusieurs cibles simultan&eacute;ment, tout en neutralisant celles de petite taille.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est &eacute;galement strat&eacute;gique de cibler en priorit&eacute; les ennemis qui attaquent &agrave; distance, car ils sont plus vuln&eacute;rables et plus faciles &agrave; &eacute;liminer rapidement. Les adversaires en m&ecirc;l&eacute;e, quant &agrave; eux, seront contraints de se rapprocher, vous exposant ainsi &agrave; leurs attaques, mais vous permettant en m&ecirc;me temps d&rsquo;affaiblir plusieurs ennemis en une seule fois.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd66178a1b2a6cebc4dd1AX0plist03&quot; height=&quot;512&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd66178a1b2a6cebc4dd1AX0plist03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd663001111f8171af24cX2AB9Rip03&quot; height=&quot;446&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd663001111f8171af24cX2AB9Rip03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lorsque vous explorez cette &eacute;tape, il est strat&eacute;gique de maximiser vos points de vie en utilisant judicieusement votre soigneur, ce qui vous conf&eacute;rera des bonus pr&eacute;cieux tout au long de la progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est fortement recommand&eacute; d&rsquo;int&eacute;grer au moins un personnage ma&icirc;trisant le feu dans votre &eacute;quipe. Cela vous permettra de d&eacute;truire rapidement les boucliers des cryoblobs lors de la premi&egrave;re salle et d&rsquo;&eacute;liminer l&rsquo;&eacute;tat cryo chez vos adversaires en salle deux.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;De plus, pour optimiser votre efficacit&eacute;, &eacute;vitez d&rsquo;inclure des DPS cryo, car leur efficacit&eacute; sera limit&eacute;e face aux ennemis rencontr&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans deux des trois salles, attendez-vous &agrave; devoir affronter une multitude d&rsquo;ennemis, ce qui rend la gestion des d&eacute;g&acirc;ts de zone cruciale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour faciliter cette t&acirc;che, n&rsquo;h&eacute;sitez pas &agrave; inclure un personnage capable de rassembler les adversaires, tel que Sucrose, Venti ou Kazuha, afin de maximiser vos d&eacute;g&acirc;ts en un seul passage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques exemples d&rsquo;&eacute;quipes efficaces pour cette &eacute;tape :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd665939de68c1d27086f7L6SYpBs03&quot; height=&quot;234&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd665939de68c1d27086f7L6SYpBs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c752db67f704d99db8b6ebpNNBykA103&quot; height=&quot;175&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c752db67f704d99db8b6ebpNNBykA103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour progresser efficacement dans cette section, il est crucial de se m&eacute;fier principalement de l&rsquo;&eacute;l&eacute;ment pyro, qui peut poser probl&egrave;me si mal g&eacute;r&eacute;. En revanche, l&rsquo;utilisation d&rsquo;un personnage sp&eacute;cialis&eacute; dans l&rsquo;application d&rsquo;effets hydro ou &eacute;lectro s&rsquo;av&egrave;re indispensable pour traverser sereinement les deux premi&egrave;res salles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;int&eacute;gration d&rsquo;un bouclier ou la s&eacute;lection d&rsquo;un h&eacute;ros capable de d&eacute;tecter l&rsquo;usurier lors de ses phases d&rsquo;invisibilit&eacute;, comme Aino, Fischl ou Yae Miko, constitue un atout consid&eacute;rable pour optimiser la progression, notamment dans la troisi&egrave;me salle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques exemples d&rsquo;&eacute;quipes efficaces pour relever ce d&eacute;fi :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd66a54ca882bc9bbb4beNiiGCpib03&quot; height=&quot;252&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd66a54ca882bc9bbb4beNiiGCpib03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd66c5371818f6ac0df88vPBq31b803&quot; height=&quot;137&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd66c5371818f6ac0df88vPBq31b803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd66e5371818f6ac0df9abUIpZijV03&quot; height=&quot;405&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd66e5371818f6ac0df9abUIpZijV03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Strat&eacute;gies de combat efficaces&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour optimiser votre progression dans cette &eacute;tape, il est essentiel de s&eacute;lectionner un applicateur pyro performant tout en &eacute;vitant l&rsquo;utilisation de personnages cryo. Cette strat&eacute;gie vous aidera &agrave; &eacute;conomiser un temps pr&eacute;cieux face aux ennemis sp&eacute;cifiques tels que le cryoblob et les fleurs mensong&egrave;res cryo pr&eacute;sents dans la premi&egrave;re salle, ainsi qu&rsquo;au cryomage dans la seconde.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans deux des trois zones, les affrontements seront nombreux, ce qui rend les d&eacute;g&acirc;ts de zone particuli&egrave;rement efficaces. N&rsquo;h&eacute;sitez pas &agrave; int&eacute;grer des personnages capables de regrouper les adversaires, comme Sucrose, Venti ou Kazuha, pour maximiser l&rsquo;impact de vos attaques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lors de la troisi&egrave;me salle, il sera judicieux d&rsquo;utiliser des attaques lourdes pour venir &agrave; bout des structures g&eacute;o. Un h&eacute;ros maniant une &eacute;p&eacute;e deux mains, un personnage sp&eacute;cialis&eacute; dans les attaques plongeantes ou un utilisateur capable de d&eacute;clencher des explosions sera id&eacute;al pour briser le bouclier du chef brutorocheux ainsi que les piliers du brutoshaman g&eacute;o.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques exemples d&rsquo;&eacute;quipes adapt&eacute;es :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd670fa31738ed5cc77aa2vPzlx3H03&quot; height=&quot;193&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd670fa31738ed5cc77aa2vPzlx3H03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd67254ca882bc9bbb50c3LghCaw803&quot; height=&quot;155&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd67254ca882bc9bbb50c3LghCaw803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans cette section, l&#039;utilisation du pyro reste interdite pour garantir la s&eacute;curit&eacute;. Des sp&eacute;cialistes en hydro ou en &eacute;lectro sont recommand&eacute;s pour neutraliser efficacement les boucliers magiques des pyromages abyssaux situ&eacute;s dans la salle 3. Lors de cette &eacute;tape, il faudra faire face &agrave; une multitude d&#039;ennemis dans deux des trois zones propos&eacute;es. Il est judicieux d&rsquo;opter pour des attaques &agrave; large spectre et de regrouper les ennemis afin d&rsquo;optimiser l&rsquo;impact de vos attaques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques exemples de compositions d&rsquo;&eacute;quipes adapt&eacute;es :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd6743fa7cb81d2344e9aQRiMNuMW03&quot; height=&quot;194&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd6743fa7cb81d2344e9aQRiMNuMW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd676fa31738ed5cc780coQGVeKw103&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd676fa31738ed5cc780coQGVeKw103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd6795f87df0bf79cdf41DR1pxojm03&quot; height=&quot;405&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd6795f87df0bf79cdf41DR1pxojm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Plongez dans l&rsquo;univers des Fatuis, adversaires redoutables qui vous attendent &agrave; chaque &eacute;tape de cet &eacute;tage. Ces ennemis se montrent particuli&egrave;rement coriaces, &eacute;quip&eacute;s pour la plupart d&rsquo;un bouclier &eacute;l&eacute;mentaire qui leur conf&egrave;re &agrave; la fois protection et puissance accrue. Leur vuln&eacute;rabilit&eacute; varie selon le type de bouclier, il est donc crucial de conna&icirc;tre leurs faiblesses pour optimiser votre strat&eacute;gie.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les boucliers cryo, pyro, hydro, &eacute;lectro et g&eacute;o poss&egrave;dent chacun une faiblesse sp&eacute;cifique : le cryo est vuln&eacute;rable au pyro, le pyro &agrave; l&rsquo;hydro, l&rsquo;hydro &agrave; l&rsquo;&eacute;lectro, l&rsquo;&eacute;lectro au cryo, et enfin, le bouclier g&eacute;o r&eacute;siste mieux aux attaques lourdes telles que surcharge ou attaques en plong&eacute;e. Le recours &agrave; la r&eacute;action dispersion, sauf contre le bouclier g&eacute;o, permet de briser ces protections en exploitant leurs faiblesses &eacute;l&eacute;mentaires.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il faut &eacute;galement prendre en compte le comportement particulier du frappeur an&eacute;mo : son bouclier absorbe l&rsquo;&eacute;l&eacute;ment avec lequel il est frapp&eacute;, puis inflige des d&eacute;g&acirc;ts de cet &eacute;l&eacute;ment en retour. La tactique consiste &agrave; &eacute;viter ses attaques frontales en passant derri&egrave;re lui gr&acirc;ce &agrave; une esquive, ce qui permet de le neutraliser plus facilement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un alli&eacute; pyro sera pr&eacute;cieux pour activer rapidement des r&eacute;actions en cha&icirc;ne et exploiter les faiblesses adverses. Par ailleurs, une unit&eacute; &eacute;lectro facilitera la destruction du bouclier hydro du mitrailleur, tandis que des attaques lourdes seront n&eacute;cessaires pour percer la d&eacute;fense du mercenaire g&eacute;o. Soyez vigilant face aux duos cryo et hydro dans la premi&egrave;re salle, car leur combinaison peut rapidement vous geler et immobiliser votre &eacute;quipe.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En pr&eacute;parant soigneusement votre composition d&rsquo;&eacute;quipe et en adaptant votre tactique en fonction des types de boucliers rencontr&eacute;s, vous maximiserez vos chances de succ&egrave;s dans cette &eacute;tape exigeante.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c752d52df5e4d1511d6a17NSXmltHH03&quot; height=&quot;212&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c752d52df5e4d1511d6a17NSXmltHH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c752db67f704d99db8b6ebpNNBykA103&quot; height=&quot;175&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c752db67f704d99db8b6ebpNNBykA103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Strat&eacute;gies et &Eacute;quipes Efficaces&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour optimiser votre progression dans cette &eacute;tape, il est essentiel de faire appel &agrave; des applicateurs hydro et &eacute;lectro, qui seront vos alli&eacute;s de choix. Leur utilisation vous permettra de d&eacute;clencher facilement des r&eacute;actions en cha&icirc;ne, facilitant ainsi la gestion des ennemis pr&eacute;sents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est particuli&egrave;rement strat&eacute;gique de se concentrer sur les mercenaires de type g&eacute;o et pyro, car leur port&eacute;e leur permet de vous attaquer &agrave; distance. En revanche, les autres Fatuis devront s&#039;approcher davantage pour engager le combat, ce qui vous donnera l&#039;opportunit&eacute; d&#039;attaquer plusieurs adversaires simultan&eacute;ment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour maximiser votre efficacit&eacute;, pensez &agrave; constituer des &eacute;quipes combinant des personnages capables de g&eacute;rer &agrave; la fois la distance et le corps &agrave; corps. Voici quelques exemples d&#039;assemblages performants :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd67f001111f8171af37cOwwiIR5f03&quot; height=&quot;233&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd67f001111f8171af37cOwwiIR5f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd6816de6ddd5a633c68e3mIrXpyJ03&quot; height=&quot;174&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd6816de6ddd5a633c68e3mIrXpyJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd683001111f8171af3ae5CkmBxPp03&quot; height=&quot;405&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd683001111f8171af3ae5CkmBxPp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dans cette zone, la vigilance est essentielle face aux gardiens des ruines, dont la pr&eacute;sence constitue une menace s&eacute;rieuse si vous ne faites pas attention. Utiliser un archer pour tirer sur leurs points faibles est une strat&eacute;gie efficace pour r&eacute;duire leur puissance. Soyez particuli&egrave;rement prudent lorsque le gardien amorce un mouvement tournoyant : il est pr&eacute;f&eacute;rable de maintenir une distance pour &eacute;viter de subir des d&eacute;g&acirc;ts importants.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour venir &agrave; bout des ennemis, un personnage sp&eacute;cialis&eacute; en pyro est souvent indispensable. Il permet de briser le bouclier de l&rsquo;hydromage, ainsi que le noyau de l&rsquo;arbre congel&eacute;, tout en dissipant l&rsquo;aura cryo pr&eacute;sente dans la seconde salle. Par ailleurs, le bouclier de l&rsquo;hydromage est vuln&eacute;rable aux &eacute;l&eacute;ments dendro et cryo, ce qui rend la dispersion particuli&egrave;rement utile pour l&rsquo;affaiblir via le cryomage.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il faut aussi noter que l&rsquo;hydromage peut appliquer un effet de ralentissement li&eacute; &agrave; l&rsquo;eau, qui rallonge le temps de recharge de vos comp&eacute;tences et attaques d&eacute;chain&eacute;es. Pour contrer cet effet, la r&eacute;action &eacute;l&eacute;mentaire est la cl&eacute; : faire appel &agrave; un alli&eacute; capable d&rsquo;appliquer un &eacute;l&eacute;ment comme le feu ou le dendro &mdash; par exemple Bennett, Xinyan ou d&rsquo;autres &mdash; vous permettra de supprimer rapidement cette entrave.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Exemples d&rsquo;&eacute;quipes recommand&eacute;es :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd685b106a2e8ec1ee165FcyjwFYB03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd685b106a2e8ec1ee165FcyjwFYB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd6875371818f6ac0dfc8uNVRhYmw03&quot; height=&quot;174&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd6875371818f6ac0dfc8uNVRhYmw03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Exploration des Niveaux et Conseils&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;utilisation de l&#039;application Hydro s&#039;av&egrave;re cruciale pour neutraliser rapidement les protections des pyromages et atteindre leur c&oelig;ur de feu, notamment dans la seconde salle o&ugrave; il faut &eacute;liminer l&#039;aura pyro des adversaires. Bien que moins efficace, la r&eacute;action &eacute;lectro peut &eacute;galement contribuer &agrave; cette t&acirc;che.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Voici quelques exemples de compositions d&#039;&eacute;quipe recommand&eacute;es :&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd689e9529c7c51c590c8uEpimizG03&quot; height=&quot;213&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd689e9529c7c51c590c8uEpimizG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692cd68b54ca882bc9bbb664sJZi5WjA03&quot; height=&quot;193&quot; src=&quot;https://c2c.fp.guinfra.com/file/692cd68b54ca882bc9bbb664sJZi5WjA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nous avons compl&eacute;t&eacute; l&#039;exploration des niveaux 5 &agrave; 8 dans le syst&egrave;me des profondeurs spiral&eacute;es. Nous esp&eacute;rons que ce manuel vous a &eacute;t&eacute; utile pour naviguer avec aisance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;sormais, vous pouvez acc&eacute;der &agrave; la section de la spirale lunaire, comprenant les niveaux 9 &agrave; 12. Bien que ces &eacute;tapes offrent des r&eacute;compenses moins g&eacute;n&eacute;reuses, elles se r&eacute;initialisent chaque mois le 16, ce qui en fait une opportunit&eacute; r&eacute;guli&egrave;re pour obtenir des primo-gemmes, &agrave; ne pas sous-estimer.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour toute question ou pour &eacute;changer avec notre communaut&eacute;, rejoignez-nous sur Discord. N&#039;oubliez pas non plus de suivre notre compte Twitter pour rester inform&eacute; de toutes les nouveaut&eacute;s et mises &agrave; jour.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Cristaux primaires: Utilisation et Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cristal primaire&lt;/a&gt; est la monnaie premium utilis&eacute;e dans Genshin Impact pour obtenir des avantages exclusifs, tels que l&rsquo;achat de v&oelig;ux permettant d&rsquo;invoquer des personnages ou des armes rares.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acqu&eacute;rir du Cristal primaire, les joueurs doivent effectuer des achats via des plateformes de recharge de jeux populaires, comme Codashop, Midasbuy ou la boutique officielle du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Une fois obtenu, le Cristal primaire peut &ecirc;tre &eacute;chang&eacute; contre d&rsquo;autres ressources pr&eacute;cieuses en jeu, facilitant ainsi la progression et l&rsquo;exp&eacute;rience globale des joueurs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Recharger les cristaux primaires sur LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez effectuer une &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge genshin&lt;/a&gt; pour obtenir des Cristal primaire dans Genshin Impact, il peut &ecirc;tre judicieux de passer par &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Cette plateforme sp&eacute;cialis&eacute;e dans le trading de jeux vid&eacute;o propose une solution simple et s&eacute;curis&eacute;e pour la &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge cristal&lt;/a&gt;, permettant aux joueurs d&rsquo;augmenter leur solde de monnaie premium rapidement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des grands avantages de lootbar.gg est la comp&eacute;titivit&eacute; de ses tarifs, qui sont souvent inf&eacute;rieurs &agrave; ceux des autres m&eacute;thodes de recharge. De plus, la plateforme offre la possibilit&eacute; d&rsquo;acheter un grand nombre de cristaux en une seule transaction, optimisant ainsi le temps et la gestion des achats. En passant par lootbar.gg pour votre &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact recharge&lt;/a&gt;, vous b&eacute;n&eacute;ficiez non seulement d&rsquo;une proc&eacute;dure officielle et fiable, mais aussi de la possibilit&eacute; de faire des &eacute;conomies substantielles tout en profitant d&rsquo;un service pratique et efficace.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment recharger Genshin Impact sur le LootBar.gg ?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour effectuer une recharge de &lt;a href=&quot;https://lootbar.gg/fr/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;primo gemme genshin impact&lt;/a&gt; sur la plateforme Lootbar, commencez par acc&eacute;der au site Lootbar.gg et connectez-vous avec votre compte. S&eacute;lectionnez la langue et la monnaie qui vous conviennent. Ensuite, dans la section de recharge, trouvez le jeu Genshin Impact et choisissez cette option. Vous aurez alors la possibilit&eacute; de s&eacute;lectionner le montant de Cristal primaire &agrave; acheter, puis cliquez sur le bouton pour d&eacute;marrer la recharge.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir choisi la quantit&eacute; de Cristal primaire, il vous faudra indiquer le serveur o&ugrave; vous jouez ainsi que votre UID Genshin Impact afin de garantir que les primo gemme genshin impact soient cr&eacute;dit&eacute;s sur le bon compte. V&eacute;rifiez bien ces informations avant de continuer. Enfin, s&eacute;lectionnez votre m&eacute;thode de paiement parmi celles propos&eacute;es, proc&eacute;dez au r&egrave;glement, et patientez quelques instants pour que la recharge soit effectu&eacute;e sur votre compte en jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2be81cf547281596149bstgkTFyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(435, 623, '', 'Stranger Things Season 5: Abba&rsquo;s &lsquo;Fernando&rsquo; Bath Scene', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd5500f1dca8dcba0b9ba6WPQy6PF03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd5500f1dca8dcba0b9ba6WPQy6PF03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In a quiet moment of serenity, Karen Wheeler aimed to indulge in a peaceful bath at home, savoring a glass of white wine as she relaxed in the tub. To set a calming mood, she chose to play Abba&rsquo;s nostalgic hit &ldquo;Fernando&rdquo; from 1976, a song known for its gentle melody and evocative lyrics.&lt;/p&gt;\n&lt;p&gt;However, this tranquil scene took a dramatic turn in the second episode of the fifth and final season of &lt;em&gt;Stranger Things&lt;/em&gt;, which premiered with four episodes on November 26. Titled &ldquo;The Vanishing of Holly Wheeler,&rdquo; the episode&rsquo;s tension escalates quickly when a demogorgon crashes through Holly&rsquo;s bedroom ceiling. As Holly (Nell Fisher) attempts to escape from the terrifying creature, the scene cuts back to Karen, peacefully immersed in her bath, with &ldquo;Fernando&rdquo; softly playing in the background.&lt;/p&gt;\n&lt;p&gt;The song&rsquo;s soothing tones momentarily create a sense of peace, with lyrics like, &ldquo;Can you hear the drums, Fernando?&rdquo; evoking nostalgia and calm. But this serenity is short-lived; Holly suddenly bursts into the bathroom, warning her mother of imminent danger. At that instant, the melody of &ldquo;Fernando&rdquo; abruptly distorts and fades as the demogorgon closes in, transforming a moment of calm into a prelude to chaos.&lt;/p&gt;\n&lt;p&gt;This choice of music is a striking example of the show&rsquo;s masterful use of sound. Nora Felder, the acclaimed music supervisor for &lt;em&gt;Stranger Things&lt;/em&gt;, explains that the track&rsquo;s selection was deliberate. It not only aligns perfectly with Karen&rsquo;s character&mdash;preparing for her bath&mdash;but also cleverly amplifies the suspense, making the upcoming horror even more jarring.&lt;/p&gt;\n&lt;p&gt;Initially, the team considered a different iconic song for this scene. When licensing issues prevented that, they embarked on an extensive search for an alternative that could evoke similar emotional depth and build tension effectively. Felder recounts that the creative process involved exploring a wide array of songs with energy and character, testing numerous options before settling on &ldquo;Fernando.&rdquo; The process was both meticulous and enjoyable, with everyone involved embracing the challenge of finding the perfect sonic backdrop for a pivotal moment in the episode.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd552ffa970902134d2e8b9lghFqv03&quot; height=&quot;400&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd552ffa970902134d2e8b9lghFqv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The transformation of Karen Wheeler from bath-loving mom to fierce protector sent shockwaves through the Stranger Things fandom.&lt;/p&gt;\n&lt;p&gt;Her iconic stand against the Demogorgon, wielding a shattered wine bottle, instantly captured viewers&#039; hearts.&lt;/p&gt;\n&lt;p&gt;Cara Buono herself expressed profound surprise upon discovering this pivotal character turn in the script.&lt;/p&gt;\n&lt;p&gt;&#039;Finding Karen suddenly weaponizing her signature wine bottle felt like a beautifully ironic full-circle moment,&#039; Buono remarked later.&lt;/p&gt;\n&lt;p&gt;&#039;All those jokes about Karen and her wine suddenly took on a whole new, vital meaning.&#039;&lt;/p&gt;\n&lt;p&gt;Behind the scenes, the music choice became a running gag between producers and music editor Lena Glikson-Nezhelskaya.&lt;/p&gt;\n&lt;p&gt;The playful question lingered: what other tunes could possibly suit another &#039;Karen-in-the-bathtub&#039; sequence?&lt;/p&gt;\n&lt;p&gt;ABBA&#039;s melancholic &quot;Fernando&quot; proved perfectly deceptive, lulling viewers into a false sense of calm.&lt;/p&gt;\n&lt;p&gt;Its gentle fade-out starkly contrasted the imminent, brutal shift from tranquil soak to desperate kitchen bloodbath.&lt;/p&gt;\n&lt;p&gt;This jarring musical transition masterfully underscored Karen&#039;s unexpected metamorphosis into a warrior protecting her daughter.&lt;/p&gt;\n&lt;p&gt;Volume 1 of Stranger Things 5&#039;s final season is currently streaming on Netflix.&lt;/p&gt;\n&lt;p&gt;The saga continues with three fresh episodes arriving Christmas Day, culminating in the grand finale on New Year&#039;s Eve.&lt;/p&gt;\n&lt;p&gt;Explore episode release schedules tailored to different time zones globally through the official Netflix guide.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform that offers a vast library of TV dramas, films, documentaries, and original content to subscribers worldwide, allowing users to watch their favorite entertainment on various devices with an internet connection. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to methods that enable viewers to bypass geographical restrictions and access content catalogs from different regions, effectively expanding their viewing options beyond what&#039;s available in their local Netflix library. By using certain tools or services, subscribers can unlock and enjoy shows or movies that would otherwise be inaccessible in their country.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; might be the solution you need. This powerful VPN service is specifically designed to bypass geographical limitations, allowing you to explore the full Netflix library regardless of your location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers numerous benefits that enhance your streaming experience. With its high-speed servers optimized for Netflix streaming, you can enjoy buffer-free viewing in high definition. The exclusive App Mode feature allows you to access content from multiple regions simultaneously, expanding your entertainment options exponentially. Additionally, the service supports up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, and even Apple Vision Pro.&lt;/p&gt;\n&lt;p&gt;Security is paramount with SafeShell VPN, which employs the proprietary &quot;ShellGuard&quot; protocol to ensure your online activities remain private. This robust encryption technology shields your data from surveillance while effectively evading Netflix&#039;s VPN detection systems. For those hesitant to commit immediately, SafeShell VPN offers a flexible free trial plan that lets you experience its impressive capabilities firsthand before making a decision. With blazing connection speeds and no bandwidth limitations, SafeShell VPN delivers an uncompromised streaming adventure.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To watch Netflix content from any region using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, follow these step-by-step instructions:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to SafeShell VPN through their official website, picking a suitable subscription plan for your device and streaming requirements.\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell VPN application compatible with your operating system (Windows, macOS, iOS, Android, etc.) from their platform.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the installed VPN app and log in securely using your account credentials to access the service dashboard.\n&lt;/li&gt;\n&lt;li&gt;\nSelect the optimized &lsquo;APP mode&rsquo; within SafeShell VPN for enhanced bandwidth and smoother Netflix streaming performance.\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a VPN server located in your desired content region (e.g., Japan, Australia, or Germany) to establish a secure tunnel.\n&lt;/li&gt;\n&lt;li&gt;\nFinally, open the Netflix application or website, log into your account, and enjoy unrestricted access to region-specific movies and shows instantly.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This streamlined process ensures seamless access to global Netflix libraries through SafeShell Netflix VPN&rsquo;s dedicated servers.&lt;/p&gt;', 9, 'game'),
(436, 624, '', 'EU Social Media Ban for Under-16s: Key Updates', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68eedddb284ab850332dd71cIUtuRKUZ03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;The European Union is actively exploring the implementation of a ban on social media use for individuals under 16 years old. This initiative is part of a broader effort to enhance online safety and privacy protections for minors across member states.&lt;/p&gt;\n&lt;p&gt;Recent discussions in the European Parliament saw a significant majority&mdash;483 members&mdash;support a resolution aimed at establishing stricter safeguards for young internet users. Conversely, only 92 members opposed the proposal, while 86 chose to abstain, reflecting mixed opinions on the matter.&lt;/p&gt;\n&lt;p&gt;Meanwhile, the EU is closely observing Australia&#039;s pioneering move to restrict social media access for under-16s, scheduled to begin on December 10, 2025. This landmark policy has garnered international attention and is influencing ongoing debates within Europe.&lt;/p&gt;\n&lt;p&gt;The resolution, led by Danish Social Democrat Christel Schaldemose, urges the European Commission to address the current disparities in age verification methods across member states. The goal is to develop a cohesive, continent-wide approach to ensure consistent protections.&lt;/p&gt;\n&lt;p&gt;Although some EU countries have started implementing age verification measures under the Digital Services Act (DSA), progress remains uneven. Only a few nations have fully adopted the new regulations, highlighting the ongoing challenge of creating a unified framework for protecting minors online.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692cd45e782f80884d299a50S0AOWZPU03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692cd45e782f80884d299a50S0AOWZPU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Concerns are mounting over proposed European regulations aiming to restrict social media access for users under 16, sparking debate among privacy advocates and security experts.&lt;/p&gt;\n&lt;p&gt;The core intention is to shield minors from potential online dangers; however, critics argue that the measures could infringe on personal privacy. The proposed policies would require all social media users, regardless of age, to undergo verification processes before accessing platforms.&lt;/p&gt;\n&lt;p&gt;Such verification often involves submitting sensitive data, like facial photos or government-issued IDs, to third-party providers. Experts warn that this approach poses significant risks, including data breaches and misuse. A recent incident in the UK underscored these dangers when a third-party verification company experienced a breach, leaking 70,000 government ID images.&lt;/p&gt;\n&lt;p&gt;Amidst these concerns, many internet users are turning to virtual private networks (VPNs) to safeguard their personal information. VPN services can provide enhanced privacy and security, especially as stricter age verification laws are introduced.&lt;/p&gt;\n&lt;p&gt;For those interested in protecting their online footprint, now could be an ideal time to explore discounted VPN options. Several providers, including highly-rated services like NordVPN, are offering special Black Friday deals at reduced prices, helping users secure their digital lives during this period of regulatory change.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692cd424df05c06af3d814abMRwJ2igz07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692cd424df05c06af3d814abMRwJ2igz07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN&#039;s standout security features now come at a remarkably accessible price point&lt;/p&gt;\n&lt;p&gt;during its early Black Friday 2025 promotion.&lt;/p&gt;\n&lt;p&gt;Gain enhanced online privacy and protection across all your digital activities&lt;/p&gt;\n&lt;p&gt;with robust tools blocking intrusive ads, malware, and fraudulent schemes.&lt;/p&gt;\n\n&lt;p&gt;Connect simultaneously from up to 10 different devices&lt;/p&gt;\n&lt;p&gt;while selecting from thousands of servers spanning 126 global locations.&lt;/p&gt;\n&lt;p&gt;This comprehensive package includes NordVPN&#039;s Basic tier&lt;/p&gt;\n&lt;p&gt;available for just $2.99 monthly when opting for a two-year commitment.&lt;/p&gt;\n\n&lt;p&gt;The current promotion provides unprecedented savings of up to 77%&lt;/p&gt;\n&lt;p&gt;effectively reducing the monthly expense well below $3.&lt;/p&gt;\n&lt;p&gt;Every plan remains backed by NordVPN&#039;s standard 30-day satisfaction guarantee.&lt;/p&gt;\n\n&lt;p&gt;Note that our evaluation focuses strictly on legitimate VPN applications&lt;/p&gt;\n&lt;p&gt;such as accessing geo-restricted content permitted by service terms&lt;/p&gt;\n&lt;p&gt;and strengthening personal security during international travel.&lt;/p&gt;\n&lt;p&gt;Future Publishing does not endorse unlawful use of VPN services.&lt;/p&gt;\n\n&lt;p&gt;For continuous expert tech analysis and deal evaluations&lt;/p&gt;\n&lt;p&gt;ensure TechRadar appears among your preferred Google News sources.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;Many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various regional restrictions, privacy concerns, and censorship issues they face online. Porn unblocked through VPNs allows users to access adult content while maintaining anonymity, avoiding ISP throttling, and bypassing geographical barriers that would otherwise limit their viewing options. This solution provides a secure pathway to content that may be restricted in certain countries, ensuring users can browse freely without compromising their personal information or browsing habits.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by using Porn unblock services, you may want to consider the SafeShell VPN as your go-to solution. This powerful virtual private network offers users the ability to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might otherwise be inaccessible due to geographical restrictions or network limitations. SafeShell VPN creates a secure tunnel for your internet traffic, ensuring that your online activities remain private while giving you the freedom to browse adult content without unnecessary barriers.&lt;/p&gt;\n&lt;p&gt;The benefits of SafeShell VPN extend far beyond just accessing restricted content. With its exceptional encryption protocols, SafeShell VPN protects your personal information and browsing history from potential surveillance. Users particularly appreciate the service&#039;s impressive speeds, which allow for buffer-free streaming even of high-definition content. Additionally, the innovative App Mode feature lets you access content from multiple regions simultaneously without constantly switching servers. With support for up to five devices at once across various platforms including Windows, iOS, Android, and more, SafeShell VPN provides comprehensive protection for all your devices while maintaining your digital privacy.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access geographically restricted adult content using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this precise sequence:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by subscribing to a SafeShell VPN plan via their official website to activate regional bypass capabilities.\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application onto your device(s) and complete the installation process.\n&lt;/li&gt;\n&lt;li&gt;\nLaunch the SafeShell VPN app, navigate to the server selection menu, and choose a virtual location matching the desired content region.\n&lt;/li&gt;\n&lt;li&gt;\nInitiate the encrypted tunnel connection within SafeShell VPN to mask your IP address and traffic.\n&lt;/li&gt;\n&lt;li&gt;\nOnce the VPN connection is established, securely access your chosen platform to view region-specific content anonymously.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;SafeShell VPN ensures private browsing while circumventing geo-blocks.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(437, 625, '', 'The Kings of Tupelo: Elvis, Crime, and Conspiracy', '&lt;p&gt;A bizarre chain of events unravels in Tupelo, Mississippi, birthplace of Elvis Presley.&lt;/p&gt;\n&lt;p&gt;Kevin Curtis, steeped in local Elvis lore, performed in a unique double act tribute with his brother.&lt;/p&gt;\n&lt;p&gt;His mundane janitorial duties took a dark turn following a shocking morgue discovery.&lt;/p&gt;\n&lt;p&gt;This incident plunged him into online conspiracy theories targeting his own community.&lt;/p&gt;\n&lt;p&gt;The documentary &lt;em&gt;The Kings of Tupelo: A Southern Crime Saga&lt;/em&gt; chronicles his tumultuous journey.&lt;/p&gt;\n&lt;p&gt;Directors Maclain and Chapman Way weave testimonies from allies and adversaries alike.&lt;/p&gt;\n&lt;p&gt;Curtis&#039;s quest spiraled into a high-stakes confrontation reaching the nation&#039;s capital.&lt;/p&gt;\n&lt;p&gt;A sinister conspiracy emerged when government figures received cryptic packages.&lt;/p&gt;\n&lt;p&gt;The envelopes contained ricin, a potentially lethal biological toxin.&lt;/p&gt;\n&lt;p&gt;Suddenly, Curtis stood accused, facing the terrifying prospect of lengthy imprisonment.&lt;/p&gt;\n&lt;p&gt;He fought desperately to prove he wasn&#039;t the perpetrator hiding behind Elvis&#039;s ghost.&lt;/p&gt;\n&lt;p&gt;This Southern fever dream culminates in a desperate struggle for freedom and truth.&lt;/p&gt;\n&lt;p&gt;Witness the entire surreal saga unfold now streaming exclusively on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68783829c4a5e9fbdd1f6816Fliw6RZK03&quot; height=&quot;628&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68783829c4a5e9fbdd1f6816Fliw6RZK03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used to watch a wide range of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to Netflix content that is otherwise restricted or blocked due to geographical limitations, often achieved through VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content on Netflix through Netflix unblock, &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers an exceptional solution worth considering. This powerful VPN service is specifically optimized to bypass geographical limitations, allowing you to explore the full Netflix library regardless of your location. SafeShell VPN stands out from other services due to its ability to evade Netflix&#039;s sophisticated VPN detection systems, ensuring you can stream your favorite shows and movies without interruption or access denials.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN provides numerous benefits beyond just Netflix unblocking. With its exclusive App Mode, you can simultaneously access content from multiple regional libraries, vastly expanding your entertainment options. The service boasts blazing connection speeds with no bandwidth restrictions, eliminating frustrating buffering issues during your streaming sessions. Security is paramount with SafeShell VPN&#039;s proprietary &quot;ShellGuard&quot; protocol, which delivers superior encryption to protect your online privacy. Additionally, the service supports up to five simultaneous device connections across various platforms including Windows, macOS, iOS, Android, Apple TV, Android TV, and even Apple Vision Pro, making it incredibly versatile for all your devices. To top it all off, SafeShell VPN offers a flexible free trial plan so you can experience these benefits firsthand before committing.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;Unlocking global Netflix content is easier than ever with &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;. Here&#039;s how to bypass regional restrictions and expand your streaming library:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website and install it on your preferred device\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account or sign in with your existing credentials to activate the service\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a location matching the Netflix region you want to access\n&lt;/li&gt;\n&lt;li&gt;\nConnect to your selected server and wait for the confirmation that your connection is secure and your IP address has been changed\n&lt;/li&gt;\n&lt;li&gt;\nLaunch Netflix through your browser or app and enjoy browsing through the expanded content library that&#039;s now available to you based on your virtual location\n&lt;/li&gt;\n&lt;li&gt;\nIf you encounter any streaming issues, try switching to a different server in the same region for optimal performance\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(438, 626, '', 'VPN in UK: Legal Status &amp; Government Scrutiny Explained', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25ab884643ea0eab25a42ufzrJup03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25ab884643ea0eab25a42ufzrJup03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK officials confirm virtual private networks remain lawful tools,&lt;/p&gt;\n&lt;p&gt;though authorities acknowledge monitoring their application patterns with heightened scrutiny.&lt;/p&gt;\n&lt;p&gt;Consumer adoption of VPN services has demonstrated substantial growth across Britain,&lt;/p&gt;\n&lt;p&gt;notably accelerating after July 25th age verification mandates took effect.&lt;/p&gt;\n&lt;p&gt;Science Secretary Peter Kyle explicitly denied any imminent prohibition,&lt;/p&gt;\n&lt;p&gt;stating: &quot;There are no plans to ban VPNs.&quot;&lt;/p&gt;\n&lt;p&gt;He concurrently revealed governmental examination of utilization trends,&lt;/p&gt;\n&lt;p&gt;observing during a Sky News interview: &quot;Some people are finding their way round [the legislation].&quot;&lt;/p&gt;\n&lt;p&gt;This dual approach emerges amid expanded adoption of privacy services,&lt;/p&gt;\n&lt;p&gt;with multiple providers confirming unprecedented subscription volumes&lt;/p&gt;\n&lt;p&gt;following the new digital access controls.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68c8a25588c902e706d5a583JXrPwrr203&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68c8a25588c902e706d5a583JXrPwrr203&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK Government Scrutinizes VPN Usage Following Age Verification Implementation&lt;/p&gt;\n&lt;p&gt;The recent enforcement of stringent age verification requirements under the Online Safety Act has triggered a significant surge in Virtual Private Network (VPN) usage across the United Kingdom.&lt;/p&gt;\n&lt;p&gt;Starting July 25th, platforms containing adult content must implement robust verification systems beyond simple self-declaration methods. According to regulatory guidance, the practice of &quot;just ticking a box to say you&#039;re over 18&quot; is no longer sufficient for compliance.&lt;/p&gt;\n&lt;p&gt;This regulatory shift extends to various digital platforms including social media networks, dating applications, and gaming services, all of which must now verify users&#039; ages before displaying potentially harmful content.&lt;/p&gt;\n&lt;p&gt;Public response has been notably critical, with a petition against the Act gathering over 450,000 signatures. Political figures have also voiced opposition, with Reform UK&#039;s leadership describing the legislation as approaching &quot;dystopian&quot; territory.&lt;/p&gt;\n&lt;p&gt;VPN technology, which encrypts internet connections and masks users&#039; actual locations, has become increasingly popular following the implementation. These services create secure tunnels between devices and remote servers, effectively anonymizing online activities and enabling users to circumvent geographical restrictions.&lt;/p&gt;\n&lt;p&gt;The statistics reveal dramatic growth in VPN adoption: one provider reported an hourly increase exceeding 1,400%, while another confirmed sign-ups multiplied 2.5 times within days. Industry data indicates sustained demand growth of over 500%.&lt;/p&gt;\n&lt;p&gt;Currently, VPN usage remains legal in the UK, and employing such services to bypass age verification is not criminalized. However, similar regulations in American states like Michigan and Arizona have prompted legislative proposals to block circumvention tools.&lt;/p&gt;\n&lt;p&gt;Security experts emphasize that not all VPN services offer equal protection. Free options particularly may compromise privacy by collecting and monetizing user data. Premium services like NordVPN, ExpressVPN, and Private Internet Access typically provide stronger security guarantees.&lt;/p&gt;\n&lt;p&gt;While government officials have indicated they will examine VPN usage &quot;very closely,&quot; an outright ban appears unlikely in the immediate future. The situation continues to evolve as regulators consider approaches to balance online safety measures with privacy concerns.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or privacy concerns that limit access to adult content. Unblock porn through a VPN enables users to bypass regional bans, protect their anonymity, and enjoy unrestricted access to content libraries from different countries, ensuring a safer and more private browsing experience.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access region-restricted adult content, SafeShell VPN offers an excellent solution with comprehensive benefits for secure browsing. This powerful VPN service provides robust protection while ensuring you can access content regardless of geographical restrictions.&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nSafeShell VPN delivers lightning-fast connection speeds that won&#039;t compromise your viewing experience, eliminating buffering issues when streaming high-definition adult content.\n&lt;/li&gt;\n&lt;li&gt;\nThe innovative App Mode feature allows you to access content from multiple regions simultaneously without constantly switching between servers.\n&lt;/li&gt;\n&lt;li&gt;\nYour privacy remains completely protected thanks to the exclusive ShellGuard protocol, which makes your browsing activities undetectable to ISPs and network administrators.\n&lt;/li&gt;\n&lt;li&gt;\nConnect up to five devices simultaneously with SafeShell VPN&#039;s multi-device support, ensuring comprehensive protection across all your Windows, macOS, iOS, Android, and smart TV devices.\n&lt;/li&gt;\n&lt;li&gt;\nWith SafeShell VPN, you can confidently browse adult websites knowing your personal information and viewing habits remain completely anonymous and secure.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin using &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for viewing adult content from different regions, start by subscribing to SafeShell VPN through their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that aligns with your browsing needs and complete the sign-up process. Once subscribed, download the SafeShell app compatible with your device and proceed to install it by following the on-screen instructions.&lt;/p&gt;\n&lt;p&gt;After installation, open the SafeShell VPN app and enable the App Mode feature to optimize your browsing experience. This setting allows you to seamlessly switch between regions and access content without restrictions. Next, browse through the available server locations within SafeShell VPN&rsquo;s extensive global network and select a server in the region where the content is accessible.&lt;/p&gt;\n&lt;p&gt;Finally, connect to your chosen server and begin browsing with confidence, knowing your privacy is protected. SafeShell VPN encrypts your internet traffic, ensuring anonymous access to content regardless of regional restrictions. With these straightforward steps, you can enjoy watching adult content from any region securely and privately using SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(439, 627, '', 'Monopoly GO Supernova Smash &ndash; Event Rewards &amp; Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2694884643ea0eab2ff88iMuqPdp03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2694884643ea0eab2ff88iMuqPdp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A fresh edition of the Supernova Smash competition has recently launched in Monopoly GO. The event began on June 15 and will run for a limited duration of just 21 hours. During this intense time frame, participants have the chance to earn a variety of exciting prizes. Among the highlights are numerous Peg-E tokens and special dice, which can significantly boost gameplay. Let&rsquo;s explore the various milestones players can achieve and the rewards they can unlock along the way.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/691bb1f48ca528a0d5a457d0hsddtToC03&quot; height=&quot;413&quot; src=&quot;https://c2c.fp.guinfra.com/file/691bb1f48ca528a0d5a457d0hsddtToC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;825&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e269a161d1d936d659b79eAewTZst03&quot; height=&quot;753&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e269a161d1d936d659b79eAewTZst03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf3a1c993aeae54c73313VirSEKMl03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf3a1c993aeae54c73313VirSEKMl03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8c052ac2a7d02fb3495KxGTimHU03&quot; height=&quot;267&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8c052ac2a7d02fb3495KxGTimHU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/6913c8b657887dfb13b6372eor8OHiOd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Supernova Smash, your main goal is to maneuver your token onto the railroad spaces on your game board. Doing so initiates a special mini-game where your performance determines your score. The scoring system is as follows:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLanding on a small railroad awards you four points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nLanding on a large railroad grants six points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHitting a bankrupt space results in eight points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEncountering a blocked space yields two points.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSuccessfully completing the mini-game earns you four points.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is Monopoly Go Sticker and Monopoly Go dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Monopoly Go Dice serves as the primary in-game currency in the popular Monopoly Go mobile game, allowing players to make moves and progress on the board. Players use Monopoly Go Dice to roll and unlock various rewards, including &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Monopoly Go stickers&lt;/a&gt;, which add a collectible and interactive element to the game. To acquire more Monopoly Go Dice, players can visit trusted game trading platforms such as Codashop, SEAGM, or OffGamers to top up their accounts securely. With more Dice, players can enjoy longer sessions and unlock even more exclusive stickers and game features.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying Monopoly Go Stickers and Dice?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Monopoly Go Dice, they may want to consider using the lootbar game trading platform for a seamless and hassle-free experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the main advantages of choosing &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; is the combination of competitive prices and a secure transaction environment. Whether you wish to &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Monopoly Go Dice&lt;/a&gt; or Monopoly Go Stickers, lootbar.gg ensures that you always get the best deals, helping you save money while enjoying your favorite game. The platform utilizes advanced encryption technology to protect your payments and personal data, so you can buy with confidence and peace of mind. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar.gg stands out for its exceptional customer support and rapid delivery system. The support team is available 24/7 to answer any questions or resolve issues, making your shopping experience smooth and reliable. Plus, their quick delivery guarantees you get your Monopoly Go Dice and stickers promptly, so you can jump back into the game without unnecessary waiting.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Monopoly Go Stickers and dice on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/monopoly-go?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Buy Monopoly Go stickers&lt;/a&gt; and dice on the LootBar trading platform, follow these steps for a smooth top-up experience.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by accessing the official LootBar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, then select your preferred language and currency before logging into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce on the homepage, look for Monopoly Go Sticker under the Game Item section; if you&#039;re interested in buying Monopoly Go dice, simply switch to the top up tab located on the left side of the page.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, provide your details by entering your user name and invitation link, following the on-screen instructions to ensure accuracy.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nDecide on the quantity and specific Monopoly Go stickers you want, then click the Buy Now button to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, pick your desired payment option and click Pay Now to complete your purchase, allowing you to enjoy new stickers and dice in your Monopoly Go experience.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; height=&quot;494&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd9761b53048408bb75d2BreVG48P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(440, 628, '', 'Missouri Digital Age Law: Impact Beyond Adult Sites', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25d401e8fadc976b5861fyEFaRpa03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25d401e8fadc976b5861fyEFaRpa03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missouri&#039;s sweeping digital age restrictions took effect November 30,&lt;/p&gt;\n&lt;p&gt;casting a wider net than anticipated beyond adult platforms.&lt;/p&gt;\n&lt;p&gt;An online lingerie retailer now demands proof of age for viewing certain product imagery,&lt;/p&gt;\n&lt;p&gt;prompting user complaints about suppressed commercial expression.&lt;/p&gt;\n&lt;p&gt;The statute mandates verification for platforms where over one-third of content&lt;/p&gt;\n&lt;p&gt;qualifies as &quot;harmful&quot; to minors&mdash;defined strictly as sexually explicit material&lt;/p&gt;\n&lt;p&gt;lacking literary, artistic, political, or scientific merit.&lt;/p&gt;\n&lt;p&gt;Legal analysts highlight dangerous ambiguity in these definitions,&lt;/p&gt;\n&lt;p&gt;warning of inevitable regulatory overreach. Evidence suggests this expansion&lt;/p&gt;\n&lt;p&gt;isn&#039;t hypothetical but actively occurring across digital services.&lt;/p&gt;\n&lt;p&gt;Simultaneously, Missouri launched legal online sports betting December 1&lt;/p&gt;\n&lt;p&gt;requiring separate 21+ verification&mdash;creating jurisdictional confusion&lt;/p&gt;\n&lt;p&gt;as the new law omits gambling references entirely.&lt;/p&gt;\n&lt;p&gt;Early compliance checks reveal inconsistent implementation,&lt;/p&gt;\n&lt;p&gt;indicating ongoing rollout challenges across affected websites.&lt;/p&gt;\n&lt;p&gt;This regulatory landscape now burdens diverse online businesses&lt;/p&gt;\n&lt;p&gt;with complex verification protocols under vaguely defined standards.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25d70a484387ff99c230tIZpAvTY03&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25d70a484387ff99c230tIZpAvTY03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missourians face unexpected digital barriers as sweeping new verification rules take effect.&lt;/p&gt;\n&lt;p&gt;The controversial legislation sparks privacy alarms by demanding government ID scans for online access.&lt;/p&gt;\n&lt;p&gt;Privacy experts warn this approach creates massive data vulnerability pools ripe for exploitation.&lt;/p&gt;\n&lt;p&gt;Major platforms have already withdrawn services statewide to protect user confidentiality.&lt;/p&gt;\n&lt;p&gt;Aylo&#039;s network of adult sites now blocks all Missouri connections entirely.&lt;/p&gt;\n&lt;p&gt;This retreat highlights the law&#039;s severe operational impact on digital businesses.&lt;/p&gt;\n&lt;p&gt;Citizens scramble for solutions as VPN searches in Missouri skyrocket 400%.&lt;/p&gt;\n&lt;p&gt;The privacy tool rush brings risks - unfamiliar providers flood search results.&lt;/p&gt;\n&lt;p&gt;Cybersecurity specialists caution against untested services capitalizing on the panic.&lt;/p&gt;\n&lt;p&gt;While reliable free VPNs exist, their capabilities remain limited.&lt;/p&gt;\n&lt;p&gt;The current sales season offers rare discounts on premium privacy tools.&lt;/p&gt;\n&lt;p&gt;Experts advise investing in reputable services during ongoing holiday promotions.&lt;/p&gt;\n&lt;p&gt;Critics argue the law prioritizes surveillance over meaningful privacy reform.&lt;/p&gt;\n&lt;p&gt;Digital rights advocates urge focus on regulating data brokers instead.&lt;/p&gt;\n&lt;p&gt;The mandate&#039;s vague language and heavy fines pressure platforms toward excessive content restriction.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692e2590a60c250711f1155eSgZmBsvR07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692e2590a60c250711f1155eSgZmBsvR07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;NordVPN is currently offering an attractive deal for Black Friday 2025, enhanced with a special Cyber Monday promotion. Customers can enjoy discounts reaching up to 77% on select plans, with all two-year subscriptions including an additional four months at no extra cost&mdash;exclusive benefits for TechRadar readers. Among the options, the NordVPN Basic plan stands out as a cost-effective choice, priced just under $3 per month.&lt;/p&gt;\n&lt;p&gt;This plan provides access to a vast network of servers across more than 126 countries, allowing users to browse the internet with greater freedom and security. You can connect simultaneously on up to ten devices, making it ideal for families or multiple gadgets. NordVPN also offers robust security features, including ad blocking, malware protection, and scam prevention, to ensure a safer online experience. Plus, a 30-day money-back guarantee provides peace of mind for new subscribers.&lt;/p&gt;\n&lt;p&gt;Please note that our reviews focus on legal and recreational uses, such as accessing geo-restricted content or enhancing security while traveling abroad. We do not endorse or support illegal activities, including the use of VPNs for piracy or unlawful conduct.&lt;/p&gt;\n&lt;p&gt;Stay informed with TechRadar by following us on Google News and adding us as a preferred source for expert news, reviews, and insights. Don&rsquo;t forget to click the follow button to keep up with our latest updates.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People seek VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; primarily to bypass regional restrictions imposed by governments or networks and to maintain privacy during sensitive online activities. Essentially, &quot;porn unblocked&quot; refers to the successful use of such tools to gain access to adult websites and content that would otherwise be inaccessible in a user&#039;s specific location due to censorship or geo-blocks. This allows individuals to privately view material unavailable through their regular internet connection.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content of Porn by Porn unblock, you may want to consider the SafeShell VPN, a service designed to provide secure and private browsing experiences while bypassing geographical limitations. SafeShell VPN allows users to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; that might otherwise be inaccessible due to regional restrictions, all while maintaining complete anonymity during your online activities.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN offers several outstanding benefits that set it apart from other VPN services. Unlike many competitors that significantly reduce connection speeds, SafeShell VPN utilizes advanced technology to deliver exceptional browsing speeds without compromising security. Additionally, its unique App Mode feature enables users to access content from multiple regions simultaneously, eliminating the inconvenience of constantly switching between servers. The proprietary ShellGuard protocol provides an extra layer of protection, making your browsing sessions virtually undetectable to monitoring systems.&lt;/p&gt;\n&lt;p&gt;Another significant advantage of SafeShell VPN is its versatility across devices. With support for up to five simultaneous connections spanning Windows, macOS, iOS, Android, and various smart TV platforms, you can ensure consistent protection across all your devices. This comprehensive coverage means you can unblock porn sites on any device without sacrificing performance or privacy, making SafeShell VPN an ideal choice for users seeking both security and accessibility in their online experiences.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To access adult content from any region with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, follow this straightforward process:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload SafeShell VPN from the official website and install it on your device\n&lt;/li&gt;\n&lt;li&gt;\nOpen the application and create an account or log in with your existing credentials\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to the server selection menu and choose a location in the region where your desired content is available\n&lt;/li&gt;\n&lt;li&gt;\nClick the &quot;Connect&quot; button and wait for the secure connection to establish\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, SafeShell VPN will mask your actual location and encrypt your internet traffic\n&lt;/li&gt;\n&lt;li&gt;\nOpen your preferred browser and visit the adult content websites you wish to access\n&lt;/li&gt;\n&lt;li&gt;\nBrowse freely with the knowledge that your online activities remain private and region restrictions are bypassed\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(441, 629, '', 'Free Fire OB51 Update &ndash; New Features &amp; Nero Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be061b2ccf5376784ee12s7RLP4Az03&quot; height=&quot;564&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be061b2ccf5376784ee12s7RLP4Az03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;OB51 Update Highlights&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Free Fire OB51 update is set to revolutionize gameplay with a host of exciting features arriving on October 29. Among the most anticipated additions is the introduction of Nero, a resilient survivor who emerged from a harsh freeze, now endowed with the ability to manipulate dreams through his unique skill, Dreamsmith. This skill enables players to generate a special zone that not only obstructs Gloo Walls but also inflicts persistent damage on enemies within, compelling them to abandon their cover.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to Nero&rsquo;s debut, the update unveils the Flame Arena, a fresh battleground designed for intense combat encounters. Craftland, another new feature, promises creative avenues for players to customize and craft their own experiences. The update also includes a revamped loadout system, replacing the previous eight configurations with four streamlined options for easier customization and quick access.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Weaponry sees notable enhancements with the launch of the new Winchester, alongside multiple balance adjustments aimed at fine-tuning gameplay. Character reworks are also part of the package, ensuring a more balanced and engaging experience. Overall, the OB51 patch is packed with improvements across various systems, including map tweaks and battle royale modifications, promising players a more dynamic and strategic gaming environment.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be0674fa58cfcf226733bkH6Nl0NW03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be0674fa58cfcf226733bkH6Nl0NW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the game, players have the ability to inflict additional damage, suppress opponents, and even knock them down, enhancing combat effectiveness. The &lt;strong style=&quot;font-family:Arial;&quot;&gt;Cryo Mind&lt;/strong&gt; skill allows you to launch a &lt;strong style=&quot;font-family:Arial;&quot;&gt;150-hit point plushie&lt;/strong&gt; that remains active for &lt;strong style=&quot;font-family:Arial;&quot;&gt;12 seconds&lt;/strong&gt;. It can navigate over obstacles, lock onto the nearest enemy within its range, and detonate to form a tranquil zone.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Within this area, both allies and enemies are restricted from deploying &lt;strong style=&quot;font-family:Arial;&quot;&gt;gloo walls&lt;/strong&gt;, and adversaries steadily lose health points each second until the plushie is destroyed. Once destroyed, the player who caused the destruction is briefly marked, indicating their involvement.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The newly introduced &lt;strong style=&quot;font-family:Arial;&quot;&gt;Flame Arena&lt;/strong&gt; mode is now available, adding a fresh dynamic to both &lt;strong style=&quot;font-family:Arial;&quot;&gt;battle royale&lt;/strong&gt; and &lt;strong style=&quot;font-family:Arial;&quot;&gt;clash squad&lt;/strong&gt; gameplay. In battle royale, players are assigned random banners that float in the sky, symbolizing their team. The goal is to eliminate opposing teams to burn their banners, claiming victory through strategic combat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be06c7f903df5d0e392e1iubFtbsi03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be06c7f903df5d0e392e1iubFtbsi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Free Fire OB51 update is set to revolutionize gameplay with several exciting features arriving on October 29. One of the most anticipated additions is the in-match announcer, who dynamically highlights team eliminations and pivotal moments, enhancing the overall spectator experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A significant change occurs as the match progresses: the traditional out-of-zone area is replaced by the dramatic flame zone. This fiery zone is visually marked by a flaming trophy soaring in the sky, encircled by banners from the surviving teams, adding a thrilling visual element to the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Clash Squad mode, both your team and opponents will have their own banners, which will also be affected when the match reaches its climax. When a team hits match point, the flame zone and flame trophy will appear in this mode as well, intensifying the competitive atmosphere.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additional updates include a themed flame arena store, a new spawn zone, cyber airdrops, and an eye-catching flame booyah animation that celebrates victory in style. These features aim to enrich the gaming environment and provide players with more immersive experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For content creators, the update introduces the Craftland Creator Center, now live to facilitate map management across regions. Creators can publish, edit, and analyze their maps with detailed data access and storage management tools. The new performance editor further empowers creators by offering precise timeline controls over objects, sound effects, and storytelling elements, making it easier to craft engaging performances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the OB51 update promises to bring fresh visuals, enhanced gameplay mechanics, and powerful creative tools, all set to launch on October 29.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be074fac6bb6d6f1ee7d91iax0dX503&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be074fac6bb6d6f1ee7d91iax0dX503&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Starting October 29, players will experience a complete overhaul of the loadout system in Free Fire, phasing out the previous eight configurations in favor of four streamlined options. These new loadouts&mdash;Team Booster, Enhance Hammer, Tactical Market, and Super Leg Pockets&mdash;are designed to optimize gameplay in both Battle Royale and Clash Squad modes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The OB51 update also introduces notable character modifications, reshaping the abilities of some beloved heroes. For instance, Ford&rsquo;s healing capabilities have been tweaked, with his Iron Will skill receiving a nerf to balance its effectiveness. Similarly, Kairos now inflicts slightly less damage to shields and armor, diminishing the potency of his Defense Breaker skill.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other characters have also seen adjustments. Rin&rsquo;s offensive potential has been boosted, with her kunai now launching faster and dealing more damage. Additionally, heroes like Ignis, Santino, Tatsuya, and Thiva have undergone their own balancing changes. To enhance user experience, the update includes the activation of skill and device cooldown displays.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new weapon has been introduced to diversify combat options&mdash;the Winchester. This marksman rifle operates with a two-round burst and boasts high mobility, making it ideal for precise long-range engagements. Its reload mechanism allows partial reloading, enabling players to load multiple bullets incrementally. The Winchester can also be upgraded using damage and upgrade chips, further customizing its performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be078ae4317ec7b26b56e53yicUd403&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be078ae4317ec7b26b56e53yicUd403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;OB51 Update Highlights&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Free Fire OB51 update introduces exciting enhancements to the weapon system, gameplay mechanics, and map features.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most notable changes is the introduction of upgradeable weapons, which now operate in two distinct modes&mdash;damage-based and chip-based upgrades. This flexibility allows players to customize their arsenal more strategically. Popular weapons such as the M60, Famas, M14, M4A1, SCAR, AUG, MAC10, MP5, M1014, and Kar98k will now have upgrade options, boosting their effectiveness on the battlefield.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to weapon upgrades, the update adjusts the health loss mechanics after a knockdown. The duration of health depletion varies according to the weapon type, aiming to create a more balanced and fair combat experience. When knocked down, players will also notice increased crawling speed, although the health loss when using Rafael remains unchanged.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Several weapons have received balancing tweaks. The ParaFAL rifle has been buffed, increasing its damage output and modifying its drop rate to make it more reliable. The Thompson SMG has been added to the air drop pool, giving players access to this classic weapon more readily, along with its more powerful variant, the Thompson-X.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Buffs are also arriving for other upgradeable weapons like the SCAR and SCAR-1, enhancing their performance. Conversely, the Mini Uzi has been nerfed to promote balanced gameplay, with a slight reduction in its margin of error to prevent over-reliance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Map and battle royale mode updates aim to enhance player experience. Loot distribution has been fine-tuned to ensure more consistent gear progression, preventing players from quickly obtaining only top-tier weapons. Changes can be found across air drops, war chests, vending machines, and revival items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new advanced revival point has been introduced, offering benefits similar to the super revival card, including access to special treasure chests with additional rewards. Furthermore, the update introduces a system for upgrading the arsenal, allowing players to spend coins to enhance both standard and defensive weapon caches, providing a richer loot experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, the OB51 update promises a more dynamic and balanced gameplay environment, with new strategic options and improved map features for all players to enjoy.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/690be07c8c3697c6f0a9d01eNkxMRGuT03&quot; height=&quot;560&quot; src=&quot;https://c2c.fp.guinfra.com/file/690be07c8c3697c6f0a9d01eNkxMRGuT03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The upcoming Free Fire OB51 update introduces several exciting features aimed at enhancing gameplay and strategic options. A notable addition is the new waypoint system, which allows players to mark up to three locations on the mini-map, facilitating better navigation and team coordination during matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, the update brings a practical weapon rack feature, enabling players to find fixed weapon racks scattered across all maps, making weapon retrieval more accessible and efficient. Another interesting element is the gloo mushroom, which can be interacted with to significantly boost gloo wall regeneration speed, providing a tactical advantage in defensive situations.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The introduction of the gloo uav-lite adds durability to your walls, making them more resistant to enemy fire and enhancing defensive strategies. Map-wise, the Solara map, originally debuted in the 8th anniversary update, has received several modifications. These include redesigned high-ground areas, updated tent models with dual openings, and adjustments to slide rail speeds in the CS mode to improve gameplay flow.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gameplay enhancements extend beyond map changes. The update improves landing accuracy when using launch pads, removes the hitmarker option from the information menu, and refines headshot feedback for a more immersive experience. Several store adjustments, pricing updates, and improvements to the Lone Wolf mode have also been implemented.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;System-wise, players can now enjoy portrait mode, with new templates and options to hide various in-game elements such as backpacks, weapons, and pets. Emote playback has been expanded to both in-match and out-of-match camera systems. A new tournament system has been introduced through the esports section, allowing players to register for various competitions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additional features include a customizable HUD preset, a new V-badge preset recommendation page, social island custom rooms, recruitment options, and optimizations aimed at the upcoming 2026 ranked season. For more insights, players are encouraged to explore official posts covering these updates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stay tuned for more content, including guides on redeem codes, coverage of the Free Fire World Series 2025 in Jakarta, previews of the Free Fire anime collaboration, and stories of viral memes leading to mainstream collaborations.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire Diamond: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Free Fire&lt;/a&gt; Diamond is the premium currency used in Free Fire, enabling players to unlock special items like skins, outfits, weapons, and a variety of in-game enhancements.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To obtain Free Fire Diamond, gamers often visit trading platforms such as Codashop, Google Play Store, or Garena&rsquo;s official top-up sites, where they can purchase diamonds securely and instantly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These platforms provide an easy and efficient way for players to boost their Free Fire Diamond balance and enjoy exclusive content within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Free Fire top up on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire Diamond&lt;/a&gt;, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and rewarding experience. Lootbar.gg stands out for its commitment to providing gamers with a secure and professional environment, making it a trusted choice for purchasing premium in-game currency like &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;diamond ff free fire 99999&lt;/a&gt;. The platform supports a range of popular games, ensuring that Free Fire enthusiasts can easily access the diamonds they need to elevate their gameplay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the key advantages of using lootbar.gg is the convenience it offers. Players benefit from a wide variety of payment methods, allowing for quick and hassle-free transactions when topping up Free Fire Diamond. Additionally, the platform boasts a 24*7 online customer service team, ready to assist users at any time, which ensures that any issues or questions are resolved swiftly. The user-friendly interface makes it simple for both new and seasoned players to navigate the website and complete their purchases confidently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg frequently provides attractive discounts and special promotions, enabling players to get more value for their money when purchasing items such as &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;7001 free fire diamond 2024&lt;/a&gt;. With competitive pricing and the potential for discounts reaching up to 20%, players can maximize their in-game resources while keeping costs low. This combination of security, convenience, and affordability makes lootbar.gg an excellent choice for anyone looking to top up Free Fire Diamond or acquire large quantities of diamond ff free fire 99999.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Free Fire on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/free-fire-top-up?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Free Fire&lt;/a&gt; Diamond on the LootBar trading platform, start by accessing the official LootBar website and selecting your preferred language and currency before logging in.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, navigate to the top-up section and choose Free Fire from the list of available games.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Then, decide the quantity of diamonds you wish to purchase and click on the Top-up Now button to proceed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Afterward, input your Free Fire UID to ensure that the diamonds are credited to your correct account.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, click Top-up, select your preferred payment option, and complete the transaction to receive your Free Fire Diamonds.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; height=&quot;516&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863206cecfb4ca2d3a3e488eyKdghc203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(442, 630, '', 'Grace Geyoro : Leader du PSG &ndash; Profil et Atouts', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Grace Geyoro, Leader du PSG&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un nouveau talent fait son apparition dans la DCE de FC 26, cette fois avec une version sp&eacute;ciale Thunderstruck : Grace Geyoro.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reconnue comme une figure majeure du football f&eacute;minin en France, Geyoro incarne la r&eacute;gularit&eacute; et le leadership sur le terrain.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Son importance au sein du Paris Saint-Germain est indiscutable, gr&acirc;ce &agrave; son volume de jeu impressionnant, sa capacit&eacute; &agrave; percer les lignes adverses, et son sens tactique aiguis&eacute; qui lui permet de contr&ocirc;ler le rythme du jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Techniquement irr&eacute;prochable, elle assure l&rsquo;&eacute;quilibre de son &eacute;quipe par ses r&eacute;cup&eacute;rations, ses projections vers l&rsquo;avant, et son sens du timing.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Actuellement en pleine forme, Geyoro encha&icirc;ne les performances remarquables, jouant un r&ocirc;le central dans les ambitions nationales et europ&eacute;ennes du PSG.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Avec l&rsquo;&eacute;quipe de France, elle confirme son statut de leader, apportant &eacute;nergie, lucidit&eacute; et exp&eacute;rience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sa constance au plus haut niveau en fait l&rsquo;une des joueuses les plus fiables de sa g&eacute;n&eacute;ration, et elle continue de s&rsquo;affirmer comme un pilier, port&eacute;e par une d&eacute;termination sans faille.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le tout dans une version exclusive Thunderstruck, disponible pour un prix total de 69 250 cr&eacute;dits.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Cette carte sera disponible jusqu&rsquo;au 6 d&eacute;cembre 2025.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e263a3e27ab136b5913acLXiKvs0x03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e263a3e27ab136b5913acLXiKvs0x03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Crit&egrave;res d&#039;&eacute;quipe conforme&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour qu&#039;une &eacute;quipe soit conforme aux r&egrave;gles DCE, elle doit respecter certaines conditions essentielles. Tout d&#039;abord, il faut inclure au moins un joueur fran&ccedil;ais dans la composition. Ensuite, la note globale de l&#039;&eacute;quipe doit atteindre ou d&eacute;passer le seuil de 84. Ces crit&egrave;res garantissent une certaine qualit&eacute; et une repr&eacute;sentation nationale minimale pour la formation.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e263df2701b0534aba304XDiiF3Ep03&quot; height=&quot;538&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e263df2701b0534aba304XDiiF3Ep03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;926&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Crit&egrave;res de l&#039;&eacute;quipe id&eacute;ale&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour faire partie de l&#039;&eacute;quipe id&eacute;ale de la semaine, un joueur doit avoir obtenu une note d&#039;au moins 85.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Il est &eacute;galement requis que l&#039;&eacute;quipe compte au minimum un joueur s&eacute;lectionn&eacute;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2640592d1b46b822e646EYfjoLHJ03&quot; height=&quot;521&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2640592d1b46b822e646EYfjoLHJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;842&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&#039;&eacute;quipe a attribu&eacute; une note minimale de 86 pour cette performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2644dbe92f255adfc078lcUyNifW03&quot; height=&quot;517&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2644dbe92f255adfc078lcUyNifW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;848&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;D&eacute;couvrez toutes les options DCE et SBC disponibles en consultant la page ci-dessous.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Restez inform&eacute; des derni&egrave;res actualit&eacute;s d&#039;EA Sports FC 26 en suivant Fut With Apero sur Twitter ou Facebook !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment gagner des cr&eacute;dits FC 26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Cr&eacute;dits FC 26&lt;/a&gt; est la monnaie virtuelle principale utilis&eacute;e dans le jeu FC 26 pour acqu&eacute;rir de nouveaux joueurs, am&eacute;liorer vos &eacute;quipes et acheter divers objets en jeu, facilitant ainsi la progression et la personnalisation de votre exp&eacute;rience. Pour obtenir du &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit FC 26&lt;/a&gt; rapidement et en toute s&eacute;curit&eacute;, vous pouvez effectuer un top up via des plateformes de trading reconnues telles que LootBar, qui offrent un service fiable pour recharger votre solde Cr&eacute;dits FC 26. Utiliser ces plateformes vous permet d&rsquo;acc&eacute;der imm&eacute;diatement &agrave; plus de ressources pour renforcer votre &eacute;quipe et profiter pleinement des fonctionnalit&eacute;s du jeu. Que vous soyez un joueur occasionnel ou comp&eacute;titif, l&rsquo;achat de cr&eacute;dit FC 26 reste une solution pratique pour optimiser votre aventure sur FC 26.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;O&ugrave; acheter des cr&eacute;dits FC26?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si les joueurs souhaitent &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;acheter cr&eacute;dit FC 26&lt;/a&gt; pour am&eacute;liorer leur exp&eacute;rience dans le jeu, ils peuvent envisager d&rsquo;utiliser la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Ce site sp&eacute;cialis&eacute; offre une solution pratique et s&eacute;curis&eacute;e pour recharger des cr&eacute;dits FC 26, permettant ainsi aux utilisateurs de profiter pleinement des fonctionnalit&eacute;s du jeu sans complications.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&rsquo;un des principaux avantages de lootbar.gg r&eacute;side dans ses offres promotionnelles attractives, comme des r&eacute;ductions pouvant aller jusqu&rsquo;&agrave; 20% et des bonus de 5% lors d&rsquo;&eacute;v&eacute;nements sp&eacute;ciaux. En plus de garantir des transactions totalement s&eacute;curis&eacute;es gr&acirc;ce &agrave; un syst&egrave;me de cryptage avanc&eacute;, la plateforme dispose d&rsquo;un service client disponible 24h/24 et 7j/7 pour accompagner les joueurs &agrave; chaque &eacute;tape de leur achat cr&eacute;dit FC 26. Enfin, la rapidit&eacute; de livraison des cr&eacute;dits FC 26 sur lootbar.gg assure aux utilisateurs de b&eacute;n&eacute;ficier instantan&eacute;ment de leur nouvelle monnaie virtuelle, leur permettant de progresser plus vite dans le jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment acheter des cr&eacute;dits FC26 &amp;amp; joueurs &amp;amp; objets DC&Eacute; sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour acheter des Cr&eacute;dits FC 26 sur la plateforme LootBar, suivez ces &eacute;tapes simples.&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nRendez-vous sur le site LootBar et acc&eacute;dez &agrave; la section d&eacute;di&eacute;e &agrave; l&#039;achat de cr&eacute;dits FC 26, qui constituent la monnaie principale du jeu FC 26 et sont souvent recherch&eacute;s par les joueurs se demandant &lt;a href=&quot;https://lootbar.gg/fr/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cr&eacute;dit club FC 26 c&#039;est quoi&lt;/a&gt;.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nS&eacute;lectionnez la quantit&eacute; de cr&eacute;dits FC 26 que vous souhaitez obtenir ou explorez les packs disponibles en fonction de vos besoins.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntrez ensuite vos informations de compte ainsi que les codes de secours pour garantir la s&eacute;curit&eacute; de la transaction.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoisissez le mode de paiement qui vous convient le mieux parmi les options propos&eacute;es, puis cliquez sur &laquo; Payer maintenant &raquo; pour finaliser votre commande.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nApr&egrave;s validation, la livraison de vos cr&eacute;dits FC 26 s&rsquo;effectue rapidement. Vous recevrez une notification et pourrez alors vous connecter &agrave; FC 26 pour profiter de votre achat sans attendre.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; height=&quot;454&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0ab63e49f02749c2fc8f3d6DCvHR003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(443, 631, '', 'Netflix Content Highlights &ndash; Top Picks &amp; New Releases', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e27790a484387ff99ded05A2cjCmU03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e27790a484387ff99ded05A2cjCmU03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Netflix Content Highlights&lt;/h3&gt;\n&lt;p&gt;Just refreshed my Netflix queue and noticed a massive drop of 29 new titles today! With such an overwhelming selection, I&#039;ve curated my personal top five recommendations to dive into immediately.&lt;/p&gt;\n&lt;p&gt;First on my watchlist is the fascinating conversation between two comedy icons - a candid interview that offers rare insights into their creative processes and friendship. Their chemistry on screen makes this a standout addition to the platform.&lt;/p&gt;\n&lt;p&gt;Following closely is the highly anticipated sequel to that monster franchise everyone&#039;s been talking about. The original set a high bar, and I&#039;m cautiously optimistic this follow-up can deliver the same thrilling experience.&lt;/p&gt;\n&lt;p&gt;Netflix has also quietly added several cinematic masterpieces to their library. These critically acclaimed classics have stood the test of time and deserve your attention whether you&#039;re discovering them for the first time or revisiting their brilliance.&lt;/p&gt;\n&lt;p&gt;For those wanting to explore beyond my recommendations, the platform&#039;s December lineup features an impressive variety of content spanning multiple genres. Additionally, several standout series from this year have complete seasons ready for your binge-watching pleasure.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; height=&quot;800&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/68607dd49798f1123ba9245c1Z9NxXMe03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Malcolm McMillan joined our editorial team in 2023, bringing his expertise in analyzing streaming content trends. As our dedicated Streaming Editor, he meticulously evaluates the constantly evolving Netflix library to identify standout viewing experiences.&lt;/p&gt;\n&lt;p&gt;Each week, Malcolm delves into Netflix&#039;s extensive catalog, carefully assessing new releases and hidden gems. His recommendations have become a trusted resource for subscribers seeking quality entertainment amidst the platform&#039;s vast selection.&lt;/p&gt;\n&lt;p&gt;Beyond simply listing popular titles, Malcolm provides thoughtful analysis of what makes certain shows and films particularly worthy of viewers&#039; limited time. His curated selections span various genres, ensuring readers discover content that aligns with their unique preferences.&lt;/p&gt;\n&lt;p&gt;Malcolm&#039;s comprehensive knowledge of streaming platforms enables him to contextualize Netflix offerings within the broader entertainment landscape, helping audiences make informed decisions about their next binge-worthy adventure.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e277fd058e3c1f484fd63IGdUB4dX03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e277fd058e3c1f484fd63IGdUB4dX03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;During World War II&#039;s upheaval,&lt;/p&gt;\n&lt;p&gt;baseball diamonds nearly fell silent&mdash;&lt;/p&gt;\n&lt;p&gt;until the All-American Girls Professional Baseball League sparked a revolution.&lt;/p&gt;\n&lt;p&gt;&quot;A League of Their Own&quot; immortalizes this trailblazing chapter,&lt;/p&gt;\n&lt;p&gt;zeroing in on the Rockford Peaches&#039; spirited legacy.&lt;/p&gt;\n\n&lt;p&gt;Beyond Tom Hanks&#039; legendary &quot;no crying&quot; decree,&lt;/p&gt;\n&lt;p&gt;the film shines through its powerhouse ensemble:&lt;/p&gt;\n&lt;p&gt;Geena Davis commands as stalwart catcher Dottie Hinson,&lt;/p&gt;\n&lt;p&gt;while Madonna and Rosie O&rsquo;Donnell infuse humor and grit&lt;/p&gt;\n&lt;p&gt;as teammates Mae and Doris.&lt;/p&gt;\n\n&lt;p&gt;This isn&rsquo;t just a sports flick&mdash;&lt;/p&gt;\n&lt;p&gt;it&rsquo;s a cultural touchstone that resurrected forgotten heroes,&lt;/p&gt;\n&lt;p&gt;inspiring even a recent Prime Video series&lt;/p&gt;\n&lt;p&gt;(though cut short too soon).&lt;/p&gt;\n\n&lt;p&gt;Experience the camaraderie, tears, and curveballs:&lt;/p&gt;\n&lt;p&gt;Stream this timeless triumph on Netflix now.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e278501e8fadc976b605d8mPEtXJs03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e278501e8fadc976b605d8mPEtXJs03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;In the realm of streaming entertainment, few shows capture the essence of deep, meaningful conversations quite like the acclaimed interview series hosted by the legendary David Letterman. After his illustrious career in late-night television, Letterman has found a new home on a popular streaming platform where he continues to showcase his exceptional interviewing skills.&lt;/p&gt;\n&lt;p&gt;The Emmy Award-winning program features Letterman engaging in extended, thoughtful dialogues with some of the world&#039;s most recognizable personalities. His impressive roster of past guests includes political leaders, sports icons, and entertainment luminaries.&lt;/p&gt;\n&lt;p&gt;The latest addition to this distinguished series is a 60-minute conversation with beloved comedy actor Adam Sandler, known for his unique brand of humor and impressive dramatic performances in recent years.&lt;/p&gt;\n&lt;p&gt;What sets this interview format apart is its unhurried approach, allowing for genuine moments and unexpected revelations. Each episode seamlessly blends studio conversations with pre-recorded segments that add context and dimension to the discussion.&lt;/p&gt;\n&lt;p&gt;For those curious about the show&#039;s style, previous episodes featuring prominent comedians like John Mulaney offer excellent examples of the chemistry and depth Letterman brings to these conversations. Longtime fans might also recall the memorable interviews between Letterman and Sandler from earlier in their careers.&lt;/p&gt;\n&lt;p&gt;This latest installment promises to deliver the same compelling combination of humor, insight, and authenticity that has made the series a standout in the crowded landscape of celebrity interviews.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e2787b54812cb831723a5KViYWXH603&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e2787b54812cb831723a5KViYWXH603&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;h3&gt;Award-Winning Films and Highlights&lt;/h3&gt;\n&lt;p&gt;Samuel L. Jackson and John Travolta deliver legendary performances in this iconic crime classic.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Its groundbreaking non-linear structure weaves together three unforgettable, violent storylines.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Featuring Uma Thurman and Bruce Willis, it redefined independent cinema despite only winning the Oscar for Best Original Screenplay.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Violence and drug use punctuate the narrative, making every segment uniquely compelling.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;Experience the Palme d&#039;Or winner that continues to dominate must-watch lists on Netflix.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e278afa5f1deb845cd691eR4IBUST03&quot; height=&quot;339&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e278afa5f1deb845cd691eR4IBUST03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Martin Scorsese&#039;s cinematic triumph electrifies Netflix&#039;s library this month&lt;/p&gt;\n&lt;p&gt;Leonardo DiCaprio delivers a career-defining performance as the audacious Jordan Belfort&lt;/p&gt;\n&lt;p&gt;Witness the intoxicating spiral of Wall Street excess and moral decay&lt;/p&gt;\n&lt;p&gt;Margo Robbie and Jonah Hill ignite the screen with explosive supporting roles&lt;/p&gt;\n&lt;p&gt;This darkly comedic masterpiece dissects ambition&#039;s dangerous allure&lt;/p&gt;\n&lt;p&gt;Stream this cultural phenomenon immediately for a visceral thrill ride&lt;/p&gt;\n&lt;p&gt;A razor-sharp exploration of greed&#039;s consequences awaits viewers&lt;/p&gt;\n&lt;p&gt;Prepare for unflinching storytelling that challenges and captivates&lt;/p&gt;\n&lt;p&gt;Every frame pulses with Scorsese&#039;s signature kinetic energy&lt;/p&gt;\n&lt;p&gt;Experience why critics hail this among the decade&#039;s essential films&lt;/p&gt;\n&lt;p&gt;Don&#039;t miss cinema operating at its most exhilarating peak&lt;/p&gt;\n&lt;p&gt;Indulge in this provocative examination of American excess&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e2791aa2c38223f4af417vepyNdv503&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e2791aa2c38223f4af417vepyNdv503&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix&#039;s library just expanded significantly with 29 fresh titles landing today.&lt;/p&gt;\n&lt;p&gt;While the full list offers variety, five standouts deserve immediate attention for your watchlist.&lt;/p&gt;\n&lt;p&gt;First, dive into the fantastical action of &quot;Troll 2&quot;, the sequel to Norway&#039;s popular monster hit.&lt;/p&gt;\n&lt;p&gt;Though unrated, it promises another epic clash with ancient giants threatening destruction.&lt;/p&gt;\n&lt;p&gt;Next, the beloved &quot;Kung Fu Panda&quot; animated trilogy arrives, perfect for family viewing or nostalgic fun.&lt;/p&gt;\n&lt;p&gt;Quentin Tarantino&#039;s iconic and wildly influential crime masterpiece &quot;Pulp Fiction&quot; is a must-watch classic.&lt;/p&gt;\n&lt;p&gt;Reality enthusiasts should queue up &quot;Love is Blind: Italy&quot; for its unique romantic experiment and drama.&lt;/p&gt;\n&lt;p&gt;Finally, immerse yourself in the lavish historical saga &quot;Victoria&quot; with its first three seasons now streaming.&lt;/p&gt;\n&lt;p&gt;This diverse selection offers fantasy thrills, animated charm, cinematic genius, addictive reality, and royal intrigue.&lt;/p&gt;\n&lt;p&gt;The remaining additions include gems like &quot;Pulp Fiction&quot; and &quot;The Wolf of Wall Street&quot; for further exploration.&lt;/p&gt;\n&lt;h3&gt;What is a Netflix VPN and How to Get One&lt;/h3&gt;\n&lt;p&gt;A &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;Netflix VPN&lt;/a&gt; is a specialized virtual private network service that enables viewers to bypass geographical restrictions on Netflix&#039;s content library, allowing access to shows and movies that might be unavailable in their current location. By routing internet traffic through servers in different countries, Netflix VPN services effectively mask users&#039; actual locations, tricking the streaming platform into displaying content catalogs from other regions. This technology has become increasingly popular among streaming enthusiasts who wish to explore the full range of Netflix&#039;s global content offerings rather than being limited to their local library.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;For those seeking to access region-restricted Netflix libraries, the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; emerges as a top-tier solution to unlock global content. SafeShell VPN excels in delivering &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; with remarkable ease, thanks to its network of high-speed servers meticulously optimized for seamless streaming. This ensures smooth, buffer-free playback of your favorite shows and movies in high definition, providing an uninterrupted viewing experience. Furthermore, its innovative Exclusive App Mode allows simultaneous access to content from multiple regions, vastly expanding your entertainment choices beyond a single catalog.&lt;/p&gt;\n&lt;p&gt;Beyond exceptional streaming performance, SafeShell VPN offers robust multi-device support and top-level security. You can effortlessly connect up to five devices at once, enjoying Netflix unblocked on smartphones, tablets, computers, or smart TVs without limitation. Coupled with lightning-fast speeds and no bandwidth caps, this enables flexible viewing anywhere. Crucially, SafeShell VPN prioritizes your privacy with advanced encryption through its proprietary ShellGuard protocol, safeguarding your data during every streaming session. Explore these powerful features risk-free with SafeShell VPN&#039;s flexible free trial plan.&lt;/p&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Netflix with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;To begin using NetFlix VPN on SafeShell VPN, first subscribe to SafeShell VPN by visiting their official website at &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;https://www.safeshellvpn.com&lt;/a&gt;/. Choose a plan that suits your needs and click the &quot;Subscribe Now&quot; button to complete your registration. Once subscribed, download and install the SafeShell VPN app compatible with your device, whether it&#039;s Windows, macOS, iOS, or Android, directly from the SafeShell VPN website.&lt;/p&gt;\n&lt;p&gt;After installation, launch the &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt; app and log in with your account credentials. For an optimized streaming experience, select the APP mode within the app. Next, browse through the list of available servers and pick one located in the region from which you want to access Netflix content, such as the US or UK. Tap &quot;Connect&quot; to establish the VPN connection. Once connected, open Netflix on your device, log into your account, and enjoy streaming content from the selected region seamlessly.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(444, 632, '', 'Pok&eacute;mon TCG &ndash; Mega-Absol-Ex-Deck: Dunkle Power', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Dunkle Power im Pok&eacute;mon TCG&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Entfessle die dunkle Macht mit dem Mega-Absol-Ex-Deck, speziell entwickelt f&uuml;r das Pok&eacute;mon TCG Pocket. Dieses Set vereint St&auml;rke und Strategie, um deine Gegner zu &uuml;berraschen und zu besiegen. Das majest&auml;tische Mega-Absol-Ex ist ein beeindruckender K&auml;mpfer mit 170 KP und einer besonderen F&auml;higkeit, die das Spiel zu deinen Gunsten wenden kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit der Attacke &bdquo;Finstere Klaue&ldquo; kannst du gegnerische Unterst&uuml;tzerkarten aus ihrer Hand entfernen &ndash; eine taktische Meisterleistung, die dir einen Vorteil verschafft. Das Deck wird erg&auml;nzt durch bew&auml;hrte Unterst&uuml;tzer wie Darkrai-Ex und Choreogel, um deine Strategie zu verst&auml;rken und das Spielfeld in eine finstere Schlachtzone zu verwandeln.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hinweis: Diese Seite enth&auml;lt Links zu verschiedenen H&auml;ndlern. Beim Klick auf diese Links und einem darauffolgenden Kauf kann unsere Seite eine Provision erhalten, ohne dass sich der Preis f&uuml;r dich &auml;ndert. Zu den Partnerprogrammen z&auml;hlen unter anderem das Amazon-Partnerprogramm und das eBay-Partnernetzwerk. Affiliate-Links sind mit einem * gekennzeichnet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e28a3dbe92f255adfe4adtaqQdWHj03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e28a3dbe92f255adfe4adtaqQdWHj03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck dreht sich um das kraftvolle Mega-Absol-EX-Karten aus der aktuellen Erweiterung &quot;Mega-Aufstieg&quot;. Der Fokus liegt auf der F&auml;higkeit, schnelle und effektive Angriffe durchzuf&uuml;hren. Mit der Attacke &bdquo;Finstere Klaue&ldquo; kannst du bereits ab zwei Energiekarten 80 Schadenspunkte zuf&uuml;gen &ndash; damit sind die meisten Pok&eacute;mon-EX innerhalb von zwei Schl&auml;gen besiegt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus hast du die M&ouml;glichkeit, die Handkarten deines Gegners zu inspizieren. So kannst du gezielt eine beliebige Unterst&uuml;tzerkarte auf seinem Ablagestapel platzieren. Diese Taktik st&ouml;rt seine Spielstrategie erheblich, indem du verhindert, dass er wichtige Unterst&uuml;tzer wie &bdquo;Forschung des Professors&ldquo; oder &bdquo;Zyrus&ldquo; einsetzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck bietet eine starke Balance zwischen Schnelligkeit, Schaden und strategischer Kontrolle, ideal f&uuml;r Spieler, die ihre Gegner mit gezielten Eingriffen aus dem Gleichgewicht bringen wollen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Darkrai-EX ist bekannt f&uuml;r seine spezielle F&auml;higkeit &bdquo;Alptraum-Aura&ldquo;, die kontinuierlich Passivschaden verursacht. Platziere es auf deiner Bank und f&uuml;ge dunkle Energien hinzu, um dem aktiven Pok&eacute;mon deines Gegners bei jedem Zug 20 Schadenspunkte zuzuf&uuml;gen. Wenn Darkrai-EX vollst&auml;ndig aufgeladen ist, kannst du es au&szlig;erdem als starken sekund&auml;ren Angreifer einsetzen, um zus&auml;tzlichen Druck auf den Gegner auszu&uuml;ben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688d513b9ec9addb16e435de7hLxg0qi03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688d513b9ec9addb16e435de7hLxg0qi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pok&eacute;mon-Deckstrategie&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Choreogel stellt eine wertvolle Verteidigung gegen viele starke Decks dar, die Pok&eacute;mon-ex als Hauptangreifer verwenden. Mit seiner F&auml;higkeit &bdquo;Bodyguard&ldquo; bietet es zuverl&auml;ssigen Schutz vor jeglichem Schaden durch gegnerische Pok&eacute;mon-ex. Zu Beginn platzierst du Pichu in die Aktive Position und nutzt seine Attacke &bdquo;Funkenruf&ldquo;, um Choreogel mit einer Elektro-Energie aufzuladen. Anschlie&szlig;end wechselst du Choreogel in die Aktive Position und greifst mit &bdquo;Zzzapp!&ldquo; an. Damit kannst du deinen Gegner effektiv aufhalten, w&auml;hrend du Mega-Absol-ex und Darkrai-ex auf der Bank f&uuml;r sp&auml;tere Angriffe vorbereitest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab20d907cdc089ee21ec0Frjr2oBi03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab20d907cdc089ee21ec0Frjr2oBi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trotz seiner soliden 170 KP ist Mega-Absol-Ex in der Lage, einigen Angriffen standzuhalten. Dennoch solltest du stets vermeiden, dass es kampfunf&auml;hig wird. Setze die Pok&eacute;mon-Center-Dame ein, um 30 Schadenspunkte zu entfernen und alle speziellen Zust&auml;nde bei Mega-Absol-Ex zu heilen, damit es weiterhin im Spiel verbleiben kann.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Beulenhelm ist ein n&uuml;tzliches Item, das den Schadensaussto&szlig; deiner Pok&eacute;mon erh&ouml;ht. Wenn du den Helm auf dein aktives Pok&eacute;mon legst, f&uuml;gt er dem angreifenden Gegner pro Schaden 20 Schadenspunkte hinzu. Dadurch kannst du den Schaden, den dein Pok&eacute;mon bei einem Angriff erleidet, effektiv verst&auml;rken. Zus&auml;tzlich kann das Pok&eacute;mon Rot eingesetzt werden, um die Angriffe deiner Pok&eacute;mon gegen Pok&eacute;mon-EX um weitere 20 Schadenspunkte zu verst&auml;rken. So maximierst du den Schaden und hast einen strategischen Vorteil im Spiel.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn dein Gegner ein geschw&auml;chtes Pok&eacute;mon auf seine Bank legt, hast du die M&ouml;glichkeit, Zyrus zu nutzen, um das betroffene Pok&eacute;mon in die aktive Position zu bringen. Anschlie&szlig;end kannst du einen gezielten Angriff ausf&uuml;hren, um es effektiv auszuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Energietyp ist die Dunkelheit, was auf eine mysteri&ouml;se und geheimnisvolle Kraft hinweist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688d513b9ec9addb16e435de7hLxg0qi03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688d513b9ec9addb16e435de7hLxg0qi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab20d907cdc089ee21ec0Frjr2oBi03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab20d907cdc089ee21ec0Frjr2oBi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d31162eceba292a2b6b5PFlPPcry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab22078994196a198e709RmedCXGG03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab22078994196a198e709RmedCXGG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;431&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321afe71b9e2efd92e8fbTyya3oGr03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321afe71b9e2efd92e8fbTyya3oGr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Deck setzt auf Trikephalo aus der Erweiterung Mega-Aufstieg als starken sekund&auml;ren Angreifer. Mit der Attacke &bdquo;Hyperlicht&ldquo; f&uuml;gt es dem Gegner bis zu 130 Schadenspunkte zu. Nach der Attacke muss man alle Energien ablegen, doch durch seine F&auml;higkeit &bdquo;Gemeinsames Gebr&uuml;ll&ldquo; kann Trikephalo im n&auml;chsten Zug sofort wieder einsatzbereit sein. Es empfiehlt sich, das Sonderbonbon einzusetzen, um Kapuno direkt in Trikephalo-EX zu entwickeln und so eine schnelle und kraftvolle Angriffsoption zu gew&auml;hrleisten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc0fd7aa69a02668201b2fpvNQphqz03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e28d6b54812cb831738663trRxTVP03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e28d6b54812cb831738663trRxTVP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e28d9dbe92f255adfe7deyAFRgxcG03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e28d9dbe92f255adfe7deyAFRgxcG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e28dbb33acb28a196e359XG5Fzu9P03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e28dbb33acb28a196e359XG5Fzu9P03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b8d3239468acec3ed9df99LuzZFrTY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/688ab222645df672a3393a7crFj0eJgB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6c1879682a5a35ba6dHDo4Ywgu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6905497e0a8610314eb6578fkue1sigA03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/6905497e0a8610314eb6578fkue1sigA03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cab4c07d0088c8c6c034WzyXoi203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc6e0c388f5706aaa69fZWJ4Aq5F03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc6e0c388f5706aaa69fZWJ4Aq5F03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc1d1b53048408bba812LigiBLG403&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/686321ad84be5052aabf1ac6Yvu0yO0f03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; height=&quot;600&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b23cae96a283a23086ef80u4OErGo203&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;430&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; height=&quot;576&quot; src=&quot;https://c2c.fp.guinfra.com/file/68fc101f13eafb373dd1ae2cXd8akQrL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Was sind Pok&eacute;mon TCG Pocket und Pok&eacute; Gold?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold&lt;/a&gt; ist die zentrale W&auml;hrung im Pok&eacute;mon Trading Card Game Pocket und erm&ouml;glicht es den Spielern, exklusive Items zu erwerben, neues Zubeh&ouml;r freizuschalten oder ihre Ausdauer f&uuml;r das &Ouml;ffnen von Kartenpacks wieder aufzuf&uuml;llen.&nbsp;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit Pok&eacute; Gold k&ouml;nnen Sie Ihre Sammlung erweitern und Ihre Erfolgschancen bei seltenen Karten erh&ouml;hen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold zu erhalten, k&ouml;nnen Sie bequem auf Plattformen wie Lootbar.gg Guthaben aufladen und so Ihr Spielerlebnis individuell gestalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum sollten Sie bei Lootbar.gg Pok&eacute; Gold aufladen?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pok&eacute; Gold kaufen&lt;/a&gt; m&ouml;chten, lohnt es sich, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform f&uuml;r den Kauf und das Aufladen zu nutzen. Die Plattform &uuml;berzeugt mit einer Kombination aus attraktiven Preisen und exklusiven Sonderrabatten f&uuml;r das beliebte Pok&eacute;mon TCG Pocket, wodurch Spieler beim Erwerb von Pok&eacute; Gold deutlich sparen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus bietet lootbar.gg h&ouml;chste Sicherheit bei allen Transaktionen durch moderne Verschl&uuml;sselungstechnologien und strikten Datenschutz. Der 24/7 Kundenservice steht jederzeit zur Verf&uuml;gung, um Fragen oder Probleme schnell zu l&ouml;sen, und dank des schnellen Liefersystems erhalten Spieler ihr Pok&eacute; Gold ohne lange Wartezeiten. Wer Pok&eacute; Gold kaufen m&ouml;chte, findet auf lootbar.gg eine zuverl&auml;ssige und benutzerfreundliche L&ouml;sung, um das eigene Spielerlebnis optimal zu gestalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So kaufen Sie Pok&eacute; Gold bei Lootbar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Pok&eacute; Gold f&uuml;r das Pokemon Sammelkartenspiel Pocket auf der Lootbar-Plattform aufzuladen, navigieren Sie zun&auml;chst zur offiziellen Lootbar-Webseite und loggen sich in Ihr Konto ein. W&auml;hlen Sie die entsprechende Sprache und W&auml;hrung aus, um Ihren Einkauf zu erleichtern. Anschlie&szlig;end finden Sie auf der Startseite die Sektion f&uuml;r das &lt;a href=&quot;https://lootbar.gg/de/top-up/pokemon-tcg-pocket?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Pokemon Sammelkartenspiel Pocket top up&lt;/a&gt; und klicken darauf, um zum n&auml;chsten Schritt zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt w&auml;hlen Sie die gew&uuml;nschte Menge an Pok&eacute; Gold aus und geben Ihre Account-Daten sowie den Charakternamen ein. Folgen Sie den angezeigten Anweisungen und entscheiden Sie sich f&uuml;r eine Zahlungsmethode, die Ihnen am besten passt. Nach Abschluss der Zahlung wird Ihr Pok&eacute; Gold meist innerhalb kurzer Zeit direkt Ihrem Spielkonto gutgeschrieben, sodass Sie sofort mit dem neuen Guthaben im Pokemon TCG weiterspielen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; height=&quot;573&quot; src=&quot;https://c2c.fp.guinfra.com/file/685ddc776e76469e43edeab3bUjz1kYF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(445, 633, '', 'Online Safety Act UK&mdash;Public Backlash &amp; Petition Surge', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25a878eba36bd1c7d34afi6Qwgwm03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25a878eba36bd1c7d34afi6Qwgwm03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;UK&#039;s Online Safety Act Sparks Massive Public Backlash&lt;/p&gt;\n&lt;p&gt;In a remarkable display of public opposition, over 450,000 British citizens have signed a petition calling for the repeal of the controversial Online Safety Act within days of its implementation.&lt;/p&gt;\n&lt;p&gt;The petition, initiated by Alex Baynham of the independent Build party, argues that the legislation overreaches in its restrictions and could unnecessarily limit legitimate online discussions across various interest communities.&lt;/p&gt;\n&lt;p&gt;Despite the overwhelming public response, the Department for Science, Innovation, and Technology has firmly stated it has no intention of repealing the Act, maintaining that it&#039;s working with Ofcom to ensure proportionate implementation.&lt;/p&gt;\n&lt;p&gt;The legislation, which took effect on July 25, mandates robust age verification for platforms hosting adult content. Users must now provide facial scans, credit card details, or identity documents to access certain content on popular platforms like X, Reddit, and Bluesky.&lt;/p&gt;\n&lt;p&gt;Digital rights advocates have raised significant concerns about potential consequences, including data breaches, increased surveillance, and limitations on free expression. The recent Tea app security incident has only intensified worries about data protection practices.&lt;/p&gt;\n&lt;p&gt;Many UK internet users appear to be voting with their virtual feet, with VPN providers reporting dramatic increases in sign-ups&mdash;Proton VPN noted a staggering 1,400% hourly increase following the implementation of the new requirements.&lt;/p&gt;\n&lt;p&gt;While Parliament must now consider debating the petition since it exceeded 100,000 signatures, Baynham encourages concerned citizens to continue signing and to contact their MPs directly to explain their specific objections to the legislation.&lt;/p&gt;\n&lt;p&gt;The controversy highlights the delicate balance between protecting vulnerable users, particularly children, and maintaining digital rights and freedoms in an increasingly online society.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;In today&#039;s digital landscape, many individuals turn to VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; due to various regional restrictions, privacy concerns, and to bypass ISP throttling that often targets adult content websites. Porn unblocked through VPN services allows users to access adult content regardless of their geographical location by encrypting their internet traffic and masking their IP address, effectively circumventing censorship while maintaining anonymity during their browsing activities.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content of Porn by unblocking porn sites, they may want to consider the SafeShell VPN. This powerful VPN service not only helps users bypass geo-restrictions effortlessly but also guarantees their online privacy through robust encryption protocols, ensuring their activities remain anonymous and secure. With its extensive network of servers across multiple locations, SafeShell VPN allows seamless access to blocked adult content from different regions, providing a smooth and unrestricted browsing experience.&lt;/p&gt;\n&lt;p&gt;Beyond unblocking porn sites, SafeShell VPN offers numerous benefits that enhance overall online security and convenience. Its lightning-fast speeds enable users to stream high-quality content without buffering, while the innovative App Mode feature allows simultaneous access to content from multiple regions without constant server switching. Additionally, the exclusive ShellGuard protocol provides top-tier protection against surveillance and monitoring, making SafeShell VPN a reliable choice for safeguarding your privacy across all your devices, whether on Windows, macOS, or mobile platforms.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To utilize &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing adult content across regions, adhere to these steps:  &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application from their official website or your device&#039;s app store, ensuring compatibility with your operating system.\n&lt;/li&gt;\n&lt;li&gt;\nCreate an account and select a suitable subscription plan via the SafeShell VPN interface or website portal.\n&lt;/li&gt;\n&lt;li&gt;\nActivate Privacy Shield mode within the SafeShell VPN settings to optimize bypass capabilities for geo-restricted platforms.\n&lt;/li&gt;\n&lt;li&gt;\nChoose your preferred virtual location from SafeShell VPN&#039;s extensive global server network to simulate regional access.\n&lt;/li&gt;\n&lt;li&gt;\nVerify the encrypted connection status through SafeShell VPN&#039;s interface before proceeding.\n&lt;/li&gt;\n&lt;li&gt;\nConfidently browse with military-grade encryption, maintaining anonymity while accessing content globally.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&#039;&lt;/p&gt;\n&lt;p&gt;The rewritten version maintains the core functionality but introduces distinct elements like &quot;Privacy Shield mode,&quot; &quot;military-grade encryption,&quot; and &quot;verify connection status,&quot; while restructuring steps and using different phrasing throughout. The output strictly follows the required format with &#039;-&#039; for steps, &#039;&lt;/p&gt;\n&lt;p&gt;&#039; breaks, mandatory keyword inclusion, and significant differentiation from the source material.&lt;/p&gt;', 9, 'game'),
(446, 634, '', 'Harry Potter HBO Series: Radcliffe &amp; Grint&#039;s Support', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e2607dbe92f255adfbc3blTU94UK403&quot; height=&quot;532&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e2607dbe92f255adfbc3blTU94UK403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Dominic McLaughlin experienced overwhelming emotion upon receiving handwritten support from Daniel Radcliffe&lt;/p&gt;\n&lt;p&gt;as he steps into the iconic role of Harry Potter for HBO&#039;s upcoming series.&lt;/p&gt;\n&lt;p&gt;Rupert Grint initiated a similar gesture of goodwill, sending a personal letter to Alastair Stout&lt;/p&gt;\n&lt;p&gt;who portrays Ron Weasley in the new production.&lt;/p&gt;\n&lt;p&gt;Grint described it as &quot;passing the baton,&quot; expressing hope Stout enjoys the journey as much as he did.&lt;/p&gt;\n&lt;p&gt;Radcliffe previously shared his motivation for reaching out to McLaughlin&lt;/p&gt;\n&lt;p&gt;wanting to avoid haunting the new cast while sincerely wishing them an even better experience than his own.&lt;/p&gt;\n&lt;p&gt;He admitted finding it &quot;crazy&quot; seeing such young actors inhabit these beloved characters now.&lt;/p&gt;\n&lt;p&gt;McLaughlin recounted the surreal moment his father handed him Radcliffe&#039;s letter on a train,&lt;/p&gt;\n&lt;p&gt;marked simply &#039;Dan R.&#039; at the bottom, forcing him to contain his excitement publicly.&lt;/p&gt;\n&lt;p&gt;He described current filming as &quot;going amazing,&quot; highlighting strong bonds formed with the ensemble.&lt;/p&gt;\n&lt;p&gt;Grint noted a &quot;bit of family resemblance&quot; with Stout, embracing the fresh interpretation&lt;/p&gt;\n&lt;p&gt;as the franchise cycles into a new era distinct from the original films.&lt;/p&gt;\n&lt;p&gt;He remains genuinely intrigued by this next chapter.&lt;/p&gt;\n&lt;p&gt;The series, starring McLaughlin, Stout, and Arabella Stanton as Hermione,&lt;/p&gt;\n&lt;p&gt;continues production ahead of its anticipated 2027 debut on HBO and Max.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the magical adventures of young wizard Harry Potter as he attends Hogwarts School of Witchcraft and Wizardry, discovers his extraordinary abilities, and confronts the dark wizard Lord Voldemort who threatens the wizarding world. If you&#039;re wondering &lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;, the complete film series is available on streaming services including HBO Max and Peacock, though availability varies by region, or you can rent/purchase them through digital platforms like Amazon Prime Video, Apple TV, and Google Play.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for an enhanced streaming experience. The SafeShell VPN offers numerous benefits that make it an excellent choice for Netflix users worldwide:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring buffer-free playback and high-definition viewing without interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device compatibility allowing connection on up to five devices simultaneously across Windows, macOS, iOS, Android, and various TV platforms\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that lets you unlock content from multiple regions at once, expanding your entertainment options significantly\n&lt;/li&gt;\n&lt;li&gt;\nRemarkable connection speeds without bandwidth limitations, eliminating frustrating buffering and throttling issues\n&lt;/li&gt;\n&lt;li&gt;\nSuperior security through the proprietary &quot;ShellGuard&quot; protocol, protecting your private browsing with advanced encryption\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration through a flexible free trial plan that lets you test all features before committing\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Are you eager to immerse yourself in the magical world of Harry Potter but facing regional restrictions? &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; offers a seamless solution to unlock this enchanting universe from anywhere in the world. Getting started is remarkably straightforward and will have you watching your favorite wizard&#039;s adventures in no time.&lt;/p&gt;\n&lt;p&gt;First, head to the SafeShell VPN website to create an account and select a subscription plan that aligns with your viewing habits. After completing your registration, download the appropriate application for your device&mdash;whether you&#039;re using Windows, macOS, Android, or iOS. Installation is quick and user-friendly, requiring just a few clicks to set up the software on your system.&lt;/p&gt;\n&lt;p&gt;Once installed, launch SafeShell VPN and log into your account. For the optimal Harry Potter streaming experience, select APP mode from the available options. Next, browse through the server list and connect to a location where Harry Potter is available in your preferred streaming service&#039;s library. With your secure connection established, simply open your streaming platform, search for Harry Potter, and begin your magical journey through Hogwarts and beyond!&lt;/p&gt;', 9, 'game'),
(447, 635, '', 'FC 26 Coins &ndash; Fastest Ways to Get Valverde Card', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction About Federico Valverde&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2686c72a9d782642bb85eFT3ZMCi03&quot; height=&quot;1000&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2686c72a9d782642bb85eFT3ZMCi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Federico Santiago Valverde Dipetta, born on July 22, 1998, in Montevideo, Uruguay, is a professional footballer who has established himself as a skilled center midfielder. Holding dual citizenship of Uruguay and Spain, Valverde&rsquo;s early football development began at Pe&ntilde;arol, one of Uruguay&rsquo;s most prominent clubs. His talent and dedication soon led him to Spain, where he joined Real Madrid in July 2016, marking the start of his journey in one of the world&rsquo;s top leagues.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Valverde&rsquo;s versatility and drive quickly caught the attention of both club and country. After a loan spell at Deportivo La Coru&ntilde;a in 2017, he made his debut for the Uruguay national team later that year, demonstrating his readiness for international competition. Returning to Real Madrid&rsquo;s first team in July 2018, Valverde steadily became a vital part of their midfield, contributing to the team&rsquo;s successes over multiple seasons.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout his career, Valverde has played a key role in Real Madrid&rsquo;s triumphs, helping secure three La Liga titles and two Champions League trophies during the 2019-20, 2021-22, and 2023-24 campaigns. On the international stage, he has represented Uruguay in major tournaments, including the Copa Am&eacute;rica and the FIFA World Cup, and in June 2024, he was named in Uruguay&rsquo;s squad for the Copa Am&eacute;rica once again. Renowned for his work rate, tactical intelligence, and passing ability, Valverde is recognized as one of the top center midfielders in football today.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Federico Valverde&#039;s Gold Rare card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Federico Valverde&#039;s Gold Rare card stands out as a dynamic Center Midfielder with an impressive overall rating of 89, boasting well-balanced attributes such as 88 pace, 84 shooting, 84 passing, 84 dribbling, 83 defense, and 85 physicality. This combination makes Valverde a formidable presence in the midfield, capable of driving the attack forward, distributing precise passes, and contributing defensively. His excellent pace and physicality allow him to cover ground quickly and win crucial duels, while his strong shooting and passing make him a versatile asset who can both create and finish scoring opportunities, helping you control the game and break down opposition defenses with ease.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2688592d1b46b822e8f2DzL47l0v03&quot; height=&quot;355&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2688592d1b46b822e8f2DzL47l0v03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;252&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Obtain Federico Valverde&#039;s Player Card&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To get FC 26 Coins, there are a few main methods available. Firstly, you can try your luck by purchasing card packs, but this approach comes with the drawback of low and uncertain odds of obtaining valuable cards. Secondly, completing Squad Building Challenges (SBCs) is another way, and while these tasks may reward you with desirable cards, they often require time, effort, and specific player cards to complete. Lastly, you can opt to buy cards directly from the transfer market, which guarantees you the card you want but can be costly, as prices for sought-after cards like Federico Valverde&#039;s Gold Rare card can be quite high, currently around 0.29 million UT Coins. Each method offers a different balance of risk, investment, and reward, so it&#039;s important to choose the one that best fits your resources and goals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e268ac72a9d782642bba37F2UqfOD03&quot; height=&quot;312&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e268ac72a9d782642bba37F2UqfOD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;448&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fastest Ways to Earn FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; height=&quot;664&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f1fede2cd01439008d1c57MiNbOZGL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Traditionally, players looking to earn &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt; in FIFA Ultimate Team have relied on methods such as selling player cards, completing in-game objectives, or grinding through various game modes to accumulate rewards. While these approaches are common, they often come with notable drawbacks. Earning &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa coins&lt;/a&gt; this way can be slow, highly dependent on both your gameplay skills and a fair bit of luck. For those targeting high-value player cards&mdash;such as the coveted Team of the Week 9 Mbapp&eacute;&mdash;these conventional methods could mean investing weeks or even months before gathering enough &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fut coins&lt;/a&gt;, which is impractical for players eager to build a competitive squad quickly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Luckily, the LootBar trading platform offers a much faster and more convenient solution for acquiring FC 26 Coins. By purchasing coins directly through LootBar, users enjoy the safest and cheapest service available, with prices as low as $417 for 5 million FC 26 Coins thanks to a 10% discount for new users. Not only is the transaction process secure, ensuring the safety of your account, but coin delivery is also swift, allowing you to bolster your Ultimate Team right away. If you&rsquo;re ready to bring a star player like Mbapp&eacute; into your lineup without the long grind, LootBar is the ideal choice to get your fifa coins and fut coins quickly and reliably.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(448, 636, '', 'Battle Bus Reconstruction Guide &ndash; Fortnite Tips', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2623c72a9d782642b806hTltkgIm03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2623c72a9d782642b806hTltkgIm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Battle Bus Reconstruction Guide&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During the Zero Hour live event, the iconic battle bus was destroyed by the Dark Voyager, leaving players in a challenging situation. Currently, access to the main island is limited to riding a colossal tsunami wave, which complicates reaching certain landing spots. This situation emphasizes the urgent need to restore the battle bus to facilitate easier travel across the map.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To aid in the reconstruction effort, players are tasked with completing various battle bus-related quests within Fortnite. The initial step involves collecting essential battle bus components scattered across the island. This guide will provide quick and efficient methods to locate these parts, helping players expedite the rebuilding process and return to normal gameplay swiftly.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26270a484387ff99c77aUfgBiu7p03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26270a484387ff99c77aUfgBiu7p03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To embark on the initial Battle Bus missions in Fortnite, players need to gather 20 components of the Battle Bus. Fortunately, these parts are not hidden across the entire map at random; instead, they are conveniently located within various containers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can find Battle Bus parts inside a wide range of storage units, including chests, rare chests, ammo boxes, produce crates, and supply drops. These containers serve as the primary sources for collecting the necessary parts to complete your quest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e262b161d1d936d659637Tophp89N03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e262b161d1d936d659637Tophp89N03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Containers are scattered throughout the Fortnite island, making it relatively easy for players to complete related quests within a few days of gameplay. To accelerate progress, players should focus on visiting locations renowned for their abundant loot, such as popular named spots like Battlewood Boulevard and Sandy Strip, which feature numerous chests and containers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many players overlook that chests are not the only sources of containers. Other items like produce boxes, storage sheds, shops, and restaurants also contain valuable parts. Since the likelihood of finding a Battle Bus part inside a produce box is just as high as inside a chest, it&rsquo;s essential to open every container encountered to maximize chances.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To efficiently gather the needed parts, gamers should prioritize exploring high-loot areas and systematically search all containers&mdash;be they chests, produce boxes, or storage units&mdash;whenever they come across them during their matches.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e262edbe92f255adfbf28F5d8qDby03&quot; height=&quot;561&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e262edbe92f255adfbf28F5d8qDby03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Loot Location Tips&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When exploring, players should keep an eye out for supply drop markers or treasure chest signs. Activating these indicators allows for swift identification of hidden loot locations, particularly rare chests and supply drops. These special containers tend to contain a higher frequency of battle bus parts, making them valuable targets during gameplay.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Fortnite and Fortnite V-Bucks?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Fortnite V-Bucks&lt;/a&gt; is the in-game currency that allows players to unlock cosmetic items such as skins, emotes, and the Battle Pass to personalize their gameplay experience. With Fortnite V-Bucks, users can purchase exclusive content that makes their character stand out, although these items do not affect competition or gameplay outcomes. Players looking to obtain Fortnite V-Bucks can easily top up through popular game trading platforms like Eneba, G2G, and OffGamers, offering secure and convenient ways to add currency to their accounts. This gives fans more flexibility to enjoy new customization options as they play.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Lootbar.gg is the best choice for Fortnite V-Bucks Top-up?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Fortnite V-Bucks, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; game trading platform. This platform stands out for its commitment to delivering a secure and seamless transaction experience, giving users confidence every time they &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Fortnite V-Bucks&lt;/a&gt;. With a professional approach to gaming transactions, lootbar.gg provides global coverage and supports a wide range of popular games, making it a go-to choice for enthusiasts seeking convenience and reliability.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar.gg offers several advantages, including competitive prices and frequent discounts, sometimes allowing buyers to save up to 19% on their Fortnite V-Bucks purchases. The platform caters to a diverse audience by supporting multiple payment methods and providing round-the-clock customer service, ensuring help is always available when needed. For anyone wanting a safe, affordable, and user-friendly way to boost their Fortnite V-Bucks balance, lootbar.gg is an excellent option to explore.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Fornite on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/fortnite?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Fortnite&lt;/a&gt; V-Bucks using the lootbar trading platform, start by visiting the official lootbar website and selecting your preferred language and currency settings. Next, log in to your account to access the platform&#039;s features. On the homepage, navigate to the Top-Up section and find Fortnite among the available options. Enter your Player ID as instructed by the top-up guidance, ensuring it matches your in-game details for a smooth transaction.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After submitting your Player ID, decide on the amount of V-Bucks you wish to purchase and proceed by clicking the top up Fortnite button. You will then be prompted to choose a payment method that suits you best. Complete the transaction by confirming your payment. Shortly afterward, your newly purchased V-Bucks will be credited to your Fortnite account, allowing you to enjoy all the benefits and in-game items right away.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(449, 637, '', 'Missouri Age Verification Law&mdash;Digital Privacy Impact', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25cbc72a9d782642b55cBYYSwYr403&quot; height=&quot;449&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25cbc72a9d782642b55cBYYSwYr403&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missouri&#039;s New Digital Age Verification Law Takes Effect&lt;/p&gt;\n&lt;p&gt;Starting November 30, 2025, Missouri residents will encounter a significant change in their online browsing experience. The state has implemented a new law requiring age verification for websites containing adult content.&lt;/p&gt;\n&lt;p&gt;This legislation mandates that any online platform with more than 33% of content deemed &quot;harmful to minors&quot; must verify users are at least 18 years old before allowing access. Critics have pointed out the ambiguity in this definition, raising concerns about consistent enforcement.&lt;/p&gt;\n&lt;p&gt;The impact of this regulation was immediate and measurable. According to Google Trends data, searches for privacy tools including VPNs quadrupled compared to previous averages, with significant spikes observed beginning November 29.&lt;/p&gt;\n&lt;p&gt;Website operators face substantial penalties for non-compliance - up to $10,000 daily under Missouri consumer protection laws. To satisfy requirements, sites may implement verification through government IDs, digital identification systems, or other transaction-based verification methods.&lt;/p&gt;\n&lt;p&gt;The law also places responsibility on major mobile operating systems with at least 10 million U.S. devices to provide digital age-verification solutions that websites can utilize to meet compliance standards.&lt;/p&gt;\n&lt;p&gt;Missouri joins a growing number of states implementing similar regulations, contributing to the ongoing national debate about balancing online safety with privacy concerns and practical implementation challenges.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/690547d73c0a550d800cf4e6E0hbVqTk03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/690547d73c0a550d800cf4e6E0hbVqTk03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Missouri Implements Age Verification Law: Privacy Concerns Rise&lt;/p&gt;\n&lt;p&gt;Missouri has recently enacted legislation mandating age verification for online platforms, raising significant privacy and security concerns among digital rights advocates.&lt;/p&gt;\n&lt;p&gt;The new law requires websites and applications to implement &quot;reasonable methods&quot; to verify users&#039; ages while theoretically protecting personal data. However, these supposed safeguards have been met with skepticism from privacy experts.&lt;/p&gt;\n&lt;p&gt;&quot;This creates a dangerous surveillance framework under the guise of protecting youth,&quot; warns digital rights advocate Molly Buckley. Her concerns aren&#039;t unfounded&mdash;similar systems in other countries have already proven vulnerable, with a notable incident in the United Kingdom where over 70,000 identification documents were exposed following a security breach.&lt;/p&gt;\n&lt;p&gt;Policy analyst John Perrino describes Missouri&#039;s approach as largely derivative of existing legislation elsewhere, carrying the same risks of expanded surveillance and restricted access. The requirement for tech companies to develop secure digital ID verification tools presents additional challenges, as these technologies remain in early development stages, currently limited to specific applications like driver&#039;s licenses and airport security.&lt;/p&gt;\n&lt;p&gt;&quot;Even with maximum security measures, will consumers feel safe sharing government IDs just to access websites? This discomfort often pushes users toward riskier online behaviors,&quot; Perrino explains.&lt;/p&gt;\n&lt;p&gt;For those concerned about privacy implications, virtual private networks (VPNs) offer potential protection. However, caution is essential when selecting services&mdash;many questionable VPN applications appear prominently in search results and app stores, particularly free options that may compromise rather than protect user data.&lt;/p&gt;\n&lt;p&gt;While few free VPN services merit recommendation, many reputable providers are currently offering discounted subscriptions, making this an opportune time to invest in legitimate privacy protection tools.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692e25836caa0531e98053a3widF5hsj07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692e25836caa0531e98053a3widF5hsj07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Special Cyber Monday Offer: Enhanced Online Privacy Protection&lt;/p&gt;\n&lt;p&gt;Secure your digital footprint with a premium VPN service now available at a remarkable discount. For a limited time, enjoy up to 77% off on all two-year subscription plans, with an exclusive bonus of 4 additional months for our readers.&lt;/p&gt;\n&lt;p&gt;Our top recommendation is the Basic plan, priced at just $2.88 per month. This exceptional value provides comprehensive protection that earned our highest rating in comparative testing.&lt;/p&gt;\n&lt;p&gt;The Basic package includes:&lt;/p&gt;\n&lt;p&gt;&bull; Access to server networks across 126+ countries worldwide&lt;/p&gt;\n&lt;p&gt;&bull; Simultaneous protection for up to 10 devices&lt;/p&gt;\n&lt;p&gt;&bull; Advanced filtering technology that blocks unwanted ads, malicious software, and online scams&lt;/p&gt;\n&lt;p&gt;&bull; Risk-free trial with a 30-day money-back policy&lt;/p&gt;\n&lt;p&gt;This service is intended for legitimate uses such as:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nAccessing geo-restricted content where permitted by service terms\n&lt;/li&gt;\n&lt;li&gt;\nEnhancing personal privacy during international travel\n&lt;/li&gt;\n&lt;li&gt;\nStrengthening overall online security measures\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Act quickly to secure this special rate before the promotion ends. All purchases are backed by a satisfaction guarantee, allowing you to test the service risk-free for a full month.&lt;/p&gt;\n&lt;p&gt;Stay informed about the latest technology deals and security solutions by following our updates on your preferred news platforms.&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they often face geo-restrictions, censorship, or surveillance that limit access to adult content. Unblock porn through a VPN enables users to bypass these barriers, ensuring privacy, faster speeds, and access to content libraries that are otherwise unavailable in their region.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;For those seeking to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; and access geo-restricted adult content, the SafeShell VPN presents a robust solution. Its specialized capabilities effectively bypass regional limitations, allowing users to reach content libraries unavailable in their location.&lt;/p&gt;\n\n&lt;p&gt;SafeShell VPN offers significant advantages for this purpose. Its innovative App Mode feature provides unparalleled regional freedom, enabling users to access unblocked porn sites and content from multiple countries simultaneously without constant server switching. Security is paramount with its exclusive ShellGuard protocol, employing advanced, undetectable encryption to ensure complete privacy and shield activity from ISPs or surveillance. Furthermore, SafeShell VPN maintains lightning-fast speeds ideal for seamless HD streaming without buffering, and supports concurrent connections on up to five diverse devices&mdash;including computers, smartphones, and streaming platforms&mdash;delivering comprehensive protection and access across all your gadgets.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;Here&rsquo;s how to utilize &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for accessing region-restricted adult content: &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nBegin by securing a subscription to SafeShell VPN through their official website\n&lt;/li&gt;\n&lt;li&gt;\nDownload and install the SafeShell application on your preferred device(s)\n&lt;/li&gt;\n&lt;li&gt;\nConfigure App Mode within the SafeShell VPN settings to enable specialized access\n&lt;/li&gt;\n&lt;li&gt;\nSelect your desired server location from SafeShell VPN&#039;s extensive global network\n&lt;/li&gt;\n&lt;li&gt;\nConfirm your connection status to ensure complete privacy protection\n&lt;/li&gt;\n&lt;li&gt;\nNavigate to any adult content platform with unrestricted regional access\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;This process guarantees anonymous browsing while bypassing geographical restrictions using SafeShell VPN.&lt;/p&gt;', 9, 'game'),
(450, 638, '', 'Developer Update Livestream &ndash; Sneak Peek at New Season', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mark your calendars for December 3rd at 11 a.m. PST, when the latest developer update livestream will go live.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Get an exclusive sneak peek at the upcoming season and discover what&#039;s in store.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Join the development team as they reveal exciting details and insights about the new content coming soon!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27910a484387ff99e0cbuTaF8vsg03&quot; height=&quot;320&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27910a484387ff99e0cbuTaF8vsg03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;900&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Join us for an exciting overview of upcoming game enhancements, including improvements to tempering and masterworking mechanics, revamps to monster combat encounters, and various system upgrades.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;We&#039;ll also delve into the recent Lesser Evils Uprising event and unveil details about the new season ranking system.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At the conclusion of the presentation, a Q&amp;amp;A session will be held, giving you the chance to pose your questions directly to our development team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Tune into our official channels on Twitch, YouTube, X, and TikTok to watch the livestream live!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you can&#039;t make it, don&#039;t worry &mdash; after the event, recordings will be available on our Diablo YouTube and Twitch pages.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, during the livestream, viewers who watch any Diablo IV category stream with drops enabled for at least 30 minutes will receive the exclusive &lt;strong style=&quot;font-family:Arial;&quot;&gt;Unhilted Striked One-Handed Sword&lt;/strong&gt; cosmetic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2794f93640942e38fd45Z9xUNtEK03&quot; height=&quot;373&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2794f93640942e38fd45Z9xUNtEK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;680&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You don&rsquo;t need to own a Diablo IV edition or Vessel of Hatred to participate in Twitch drops; simply watching eligible channels grants you progress toward earning rewards. To connect your Battle.net account with Twitch, log into your Battle.net profile and select the link to connect your Twitch account, then follow the on-screen instructions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Drops can be earned and claimed using your web browser on PC or Mac, or via the Twitch app on Android and iOS devices. Note that Twitch apps on consoles, smart TVs, or other TV platforms do not support drop functionality.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You don&rsquo;t have to watch the same channel continuously; watching any eligible Diablo IV category channel on Twitch counts toward your drop progress. You can switch channels after accumulating watch time without losing progress, but watching in the background or with inactive tabs won&rsquo;t contribute. Watching multiple channels simultaneously does not speed up progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In-game rewards from Twitch drops are not automatically delivered; you must manually claim them either on the Twitch channel or through the drops inventory menu. If you forget to claim, rewards will expire after seven days unless your Battle.net account is linked.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Streamers interested in offering Twitch drops need only ensure their Twitch and Battle.net accounts are connected and that they are opted into drops via the streamer dashboard.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;As we celebrate Season 10&#039;s infernal chaos with our latest updates, our team is focused on refining build guides with new items and mechanics, alongside ongoing improvements to D4Planner. Stay connected through our Discord for updates and community engagement, and don&rsquo;t forget to check out our YouTube channel for more content!&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Diablo 4 Gold: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diablo 4 gold serves as the essential currency for enhancing your character, upgrading equipment, and purchasing valuable items like gear, potions, and incense throughout your adventure in Diablo 4. While players can accumulate gold through gameplay, many opt for a quicker route by visiting game trading platforms such as MmoGah or IGGM to top up &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap diablo 4 gold&lt;/a&gt;. Using these platforms allows you to bypass lengthy grinding and enjoy a more streamlined and rewarding experience. This makes it easier to gather the resources you need and focus on mastering the game&rsquo;s challenging battles and strategies.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Diablo 4 Gold on LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Diablo 4 gold, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a seamless and reliable experience. Lootbar.gg stands out with its global reach and reputation for professionalism, providing a secure environment for purchasing in-game currencies like Diablo IV gold. With 24/7 online customer service, players can get assistance at any time, ensuring their questions and concerns are addressed promptly and efficiently.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another significant advantage of using lootbar is the flexibility and convenience it offers. The platform supports a wide variety of payment methods, making it easy for players from different regions to complete their transactions swiftly. In addition, lootbar frequently offers attractive discounts on game currencies, with Diablo 4 gold sometimes available at up to 10% off, helping players get more value for their money compared to many other platforms.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While many players seek the &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;best way to farm gold d4&lt;/a&gt; within the game, buying Diablo IV gold through lootbar can save valuable time and effort. The platform&rsquo;s professional service, security measures, and competitive pricing make it an excellent choice for anyone looking to enhance their Diablo 4 experience without the grind.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Buy Diablo 4 Gold on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To top up &lt;a href=&quot;https://lootbar.gg/game-coins/diablo-4-gold?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;cheap Diablo 4 gold&lt;/a&gt; on the Lootbar trading platform, follow these straightforward steps.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBegin by visiting the official Lootbar website using your browser.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the &ldquo;Game&rdquo; section in the top menu and choose Diablo 4 from the list of available games.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, pick your preferred server type, either Softcore or Hardcore, and specify the amount of Diablo 4 gold you wish to purchase, then proceed by clicking the &ldquo;Buy now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your accurate Diablo 4 game ID in the required field to make sure the gold is delivered to the correct account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nChoose your favorite payment option from the list provided and click &ldquo;Pay Now&rdquo; to confirm your purchase.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce your payment is complete, you can log in to the game and enjoy your newly acquired cheap Diablo 4 gold, enhancing your in-game experience without breaking the bank.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; height=&quot;497&quot; src=&quot;https://c2c.fp.guinfra.com/file/686320d8bf7f8b869ec3f39dC0BhMhPE03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(451, 639, '', 'E-Sport Erfolg: Levy Finn Rieck wird Meister [FC 25]', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Erfolg im E-Sport&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach zahlreichen verpassten Gelegenheiten und knapp verfehlten Zielen hat er es nun endlich erreicht: Levy Finn Rieck ist deutscher Meister im FC 25. Seine Reise war gepr&auml;gt von langen Jahren des Wartens und unerm&uuml;dlicher Geduld. Mit viel Einsatz und einer tiefen Empathie hat er sich schlie&szlig;lich den verdienten Titel gesichert und bewiesen, dass Ausdauer sich lohnt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2552b33acb28a196ada4OdR6Qv8e03&quot; height=&quot;563&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2552b33acb28a196ada4OdR6Qv8e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach einer langen und emotionalen Finalrunde konnte Levy Finn Rieck endlich seinen Moment der Anerkennung genie&szlig;en. Die Atmosph&auml;re war von einer &uuml;berw&auml;ltigenden Freude gepr&auml;gt, als Fans, Kollegen und Offizielle sich um ihn versammelten, um ihm zu gratulieren und Erinnerungsfotos zu machen. Der Andrang war so gro&szlig;, dass es lange dauerte, bis das Interview mit dem frisch gek&uuml;rten deutschen Meister gef&uuml;hrt werden konnte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dieses Verhalten spiegelt wider, wie sehr seine Leistungen in der Community gesch&auml;tzt werden. F&uuml;r Rieck ist es ein Zeichen seiner stetigen Entwicklung und seines Engagements, das er im Laufe der Jahre aufgebaut hat. Besonders hervorzuheben ist f&uuml;r ihn die Wertsch&auml;tzung, die ihm von au&szlig;en entgegengebracht wird &mdash; ein Gef&uuml;hl, das f&uuml;r ihn bedeutungsvoller ist als der Sieg selbst.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In einem Gespr&auml;ch mit &#039;Kicker Esport&#039; betonte er, wie sehr ihn die Unterst&uuml;tzung der Fans freut. F&uuml;r Rieck ist es eine Best&auml;tigung seiner Arbeit, die Anerkennung durch die Gemeinschaft zu erhalten. Der Leipziger zeigte sich dankbar f&uuml;r den Zuspruch und die positiven Reaktionen, die ihm bei diesem Erfolg zuteilwurden, und unterstrich damit, wie wichtig ihm die Verbundenheit mit seiner Anh&auml;ngerschaft ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2554e6fd44020a53062aiGvuVkSs03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2554e6fd44020a53062aiGvuVkSs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;444&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach einem dramatischen Halbfinale zeigte &#039;levyfinn&#039; gro&szlig;e Gr&ouml;&szlig;e und Menschlichkeit, indem er seinen geschlagenen Gegner tr&ouml;stete, anstatt den Moment des Sieges zu genie&szlig;en. Dieses Verhalten unterstreicht seine besondere Empathie, die ihn in der Szene auszeichnet. Besonders in einem Spiel, das durch ein nervenaufreibendes Elfmeterschie&szlig;en mit 36 Strafst&ouml;&szlig;en gepr&auml;gt war, bewies er Charakter.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Seine sportliche Reise f&uuml;hrte ihn auch ins Finale, wo er auf einen alten Bekannten traf: Anders Vejrgang, den Weltmeister und Teamkollegen, mit dem er bereits im Viertelfinale bei der WM konfrontiert war. Damals hatte &#039;levyfinn&#039; ihn aus dem Turnier geworfen und meinte r&uuml;ckblickend, dass dieses Spiel m&ouml;glicherweise das beste seiner Karriere war.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das gro&szlig;e Finale 2024 endete jedoch nicht mit einem Triumph f&uuml;r ihn; er unterlag im entscheidenden Moment dem ehemaligen Paderborner Jonas Wirth. Dieses Ergebnis f&uuml;gte seinem Spitznamen &quot;Vize-Finn&quot; zus&auml;tzliche Bedeutung hinzu, eine Bezeichnung, die er bereits in Rostock erhalten hatte. Zuvor hatte er mit Hansa in mehreren Halbfinals und einem Finale verloren, was seine bisherige Bilanz tr&uuml;bte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trotz dieser R&uuml;ckschl&auml;ge konnte er mit seinem Team RBLZ Gaming den DFB-Pokal und die VBL Club Championship gewinnen, doch sein pers&ouml;nlicher Einfluss blieb begrenzt. Besonders im Finale der Klubmeisterschaft musste er eine Niederlage hinnehmen, was ihn im Nachhinein noch &auml;rgerte, da der Titel f&uuml;r ihn pers&ouml;nlich ein wichtiger Meilenstein gewesen w&auml;re.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interessanterweise schienen die Experten der VBL am Sonntag den Fokus auf andere Spieler zu legen. In einer Social-Media-Umfrage wurde Vejrgang als Favorit f&uuml;r den deutschen Meistertitel genannt, ebenso die Profis K&uuml;c&uuml;kg&uuml;nar, Furkan Kayacik und Dylan Neuhausen. &#039;levyfinn&#039; wurde dabei kaum erw&auml;hnt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Doch wenige Stunden sp&auml;ter durfte er nicht nur den Einzug in die E-Champions League und die Weltmeisterschaft feiern, sondern auch seinen ersten gro&szlig;en Titel, der nun endg&uuml;ltig seine eigene Errungenschaft ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2557161d1d936d658c69yw7DWiPJ03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2557161d1d936d658c69yw7DWiPJ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;444&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend des Endspiels zeigte Levy Finn Rieck stets maximale Konzentration und Einsatzbereitschaft. Seine F&auml;higkeit, in der Defensive eine beeindruckende Leistung zu erbringen, wurde besonders beim entscheidenden 2:1-Sieg gegen den favorisierten Gegner deutlich sichtbar. Innerhalb von nur 18 Minuten gelang es ihm, die ansonsten kaum zu b&auml;ndigende Offensivkraft des d&auml;nischen Teams auf ein einziges Gegentor zu reduzieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vor dem Spiel sp&uuml;rte Rieck eine gewisse Erleichterung, da er bereits die Ziele in der Champions League und bei der Weltmeisterschaft erreicht hatte. Diese mentale Entlastung half ihm, seine beste Leistung abzurufen. Zudem f&uuml;hlte er sich als Au&szlig;enseiter, was ihm einen mentalen Vorteil verschaffte und ihn dazu motivierte, alles zu geben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Taktisch musste er auf die 4-2-1-3-Formation des Gegners reagieren und deren schnelle Konter unter Kontrolle halten. Trotz eines Gegentors nach schnellem Umschaltspiel konnte er gr&ouml;&szlig;tenteils die Defensive stabilisieren. Besonders bemerkenswert war seine Ruhe, als Vejrgang in der Anfangsphase einen Elfmeter zugesprochen bekam und der D&auml;ne sp&auml;ter zum Ausgleich kam. Rieck versuchte kaum, den Offensivspieler zu pressen, sondern konzentrierte sich darauf, R&auml;ume zu schlie&szlig;en und die Defensive zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Trainer Ivan &#039;DrNightwatch&#039; Churov lobte Rieck f&uuml;r seine herausragende defensive Leistung: &bdquo;Levy ist &uuml;berragend in der Defensive.&ldquo; Er vermutete, dass die Anspannung w&auml;hrend des Spiels die Pulsuhr des Spielers deutlich h&ouml;her schlagen lie&szlig;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Sieg im Finale wurde letztlich als verdient anerkannt. F&uuml;r Rieck bedeutete dieser Erfolg enorm viel, da er das wichtigste Einzelturnier des Landes gewonnen hatte. Nach dem Abpfiff war die emotionale Erleichterung ihm deutlich anzusehen, Tr&auml;nen der Freude zeigten den hohen Stellenwert dieses Erfolgs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e255935a0ff6ed539e1a3jNzAQehX03&quot; height=&quot;333&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e255935a0ff6ed539e1a3jNzAQehX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;444&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Emotionaler Sieg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach dem Ende des Spiels &uuml;berw&auml;ltigten Rieck die Emotionen, und Tr&auml;nen liefen ihm &uuml;ber das Gesicht. Die Atmosph&auml;re war von gro&szlig;er Intensit&auml;t gepr&auml;gt, was die Bedeutung dieses Moments unterstrich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Spieler von Leipzigs eSports-Team, Levyfinn, zeigte sich &uuml;berraschend emotional, obwohl er normalerweise ein eher ruhiger Mensch ist. &bdquo;Ich bin eigentlich nicht der emotionale Typ, es gibt sehr wenige Ausbr&uuml;che bei mir. Aber an diesem Tag war alles einfach unglaublich sch&ouml;n. Daf&uuml;r mache ich das hier ja&ldquo;, erkl&auml;rte er nach dem Match.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Seine Erfolge in den vergangenen Wochen waren knapp und spannend: Fast immer entschied er die Partien mit einem Tor Vorsprung, nach Verl&auml;ngerung oder im Elfmeterschie&szlig;en. Solche knappen Begegnungen mit Rieck waren stets voller Spannung.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&bdquo;Das Ganze hat mich eigentlich kaum ber&uuml;hrt. Ich bleibe relativ ruhig. Aber ich frage mich, wie es meinen Freunden und vor allem meinen Eltern geht &ndash; ich denke, bei ihnen schl&auml;gt das Herz sicher h&ouml;her&ldquo;, sagte Levyfinn mit Blick auf die emotionalen Momente.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In naher Zukunft k&ouml;nnten Rieck und Levyfinn auch bei internationalen Turnieren antreten, etwa in der virtuellen K&ouml;nigsklasse oder bei der FC Pro World Championship, sofern medizinische Voraussetzungen erf&uuml;llt sind. F&uuml;r den Moment bleibt Rieck jedoch bescheiden: &bdquo;Man muss Turniere mit Demut angehen&ldquo;, meinte er gegen&uuml;ber kicker esport. &bdquo;Nur weil ich hier gewonnen habe, bin ich nicht der Beste und werde einfach durchmarschieren. Jetzt kommen die gro&szlig;en internationalen Herausforderungen.&ldquo;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Rieck bereitet sich sorgf&auml;ltig auf die verbleibenden Wettbewerbe vor. &bdquo;Ich bin sehr gut vorbereitet und kenne meine St&auml;rken&ldquo;, erkl&auml;rte er. Sein Hauptziel ist, den Spa&szlig; am Spiel zu bewahren und das Turnier so gut wie m&ouml;glich zu genie&szlig;en. Das hat er auch in der nationalen Szene bereits unter Beweis gestellt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Aktuelle Nachrichten aus der eSports-Welt, Tipps zu EA Sports FC, spannende Videos und Highlight-Clips sind ebenfalls verf&uuml;gbar, um die Fans stets auf dem Laufenden zu halten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e255a0a14b079facaf0e2Qksctsww03&quot; height=&quot;39&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e255a0a14b079facaf0e2Qksctsww03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;60&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber FIFA Ultimate Team und FC 25 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC 25 Coins&lt;/a&gt; sind die zentrale W&auml;hrung im FIFA Ultimate Team-Modus und werden verwendet, um Spieler, Packs, Vereinszubeh&ouml;r und mehr zu erwerben, wodurch Sie Ihr Team gezielt verst&auml;rken k&ouml;nnen. Spieler k&ouml;nnen &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FIFA Coins&lt;/a&gt; durch das Absolvieren von Matches und Handel auf dem Transfermarkt verdienen oder sie auf seri&ouml;sen Game-Trading-Plattformen wie LootBar.gg unkompliziert aufladen. Durch den gezielten Einsatz von EA FC 25 Coins lassen sich nicht nur Top-Stars, sondern auch begehrte Stadion-Designs und Trikots schneller freischalten. So erm&ouml;glichen Ihnen FIFA Coins einen entscheidenden Vorteil beim Aufbau Ihres individuellen Traumteams in FC 25.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 25 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler FC 25 Coins aufladen m&ouml;chten, sollten sie in Erw&auml;gung ziehen, dies &uuml;ber die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Spielehandelsplattform zu tun. Auf dieser Plattform profitieren Nutzer von einer unkomplizierten und benutzerfreundlichen Kaufabwicklung, die es erm&ouml;glicht, &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc25?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;EA FC Coins kaufen&lt;/a&gt; schnell und einfach abzuschlie&szlig;en. Dank der klaren Struktur und des effizienten Prozesses k&ouml;nnen Spieler innerhalb weniger Klicks ihre gew&uuml;nschten Coins erhalten, ohne lange Wartezeiten oder komplizierte Schritte in Kauf nehmen zu m&uuml;ssen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer gro&szlig;er Vorteil von lootbar.gg sind die attraktiven Preise und regelm&auml;&szlig;ig stattfindenden Sonderaktionen. Neue Kunden k&ouml;nnen sich &uuml;ber exklusive Rabatte freuen, und auch Bestandskunden profitieren h&auml;ufig von Bonusaktionen, die zus&auml;tzlichen Wert bieten. Dies macht das EA FC Coins kaufen nicht nur g&uuml;nstiger, sondern auch besonders lohnenswert f&uuml;r alle, die das Beste aus ihrem Budget herausholen m&ouml;chten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zudem legt lootbar.gg gr&ouml;&szlig;ten Wert auf Sicherheit und Kundenzufriedenheit. Durch modernste Verschl&uuml;sselungstechnologien und einen zuverl&auml;ssigen Datenschutz werden alle Transaktionen gesch&uuml;tzt, sodass pers&ouml;nliche Informationen stets sicher bleiben. Der rund um die Uhr erreichbare Kundensupport steht Spielern jederzeit zur Verf&uuml;gung und sorgt daf&uuml;r, dass Fragen oder Probleme schnell gel&ouml;st werden. Wer also eine vertrauensw&uuml;rdige und effiziente Plattform f&uuml;r das Aufladen von FC 25 Coins sucht, findet bei lootbar.gg die ideale L&ouml;sung.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 25 Coins bei LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um FC 25 Coins auf der Lootbar Handelsplattform zu erwerben, starten Sie zun&auml;chst mit der Auswahl Ihrer Spielplattform &ndash; beispielsweise PlayStation, Xbox oder PC &ndash; und bestimmen die gew&uuml;nschte Anzahl an Coins, die Sie kaufen m&ouml;chten. Gr&ouml;&szlig;ere Mengen sind besonders praktisch, da die Lieferung pro Tag begrenzt ist. Nachdem Sie die passende Menge gew&auml;hlt haben, klicken Sie auf die Schaltfl&auml;che zum Kauf. Anschlie&szlig;end werden verschiedene Zahlungsoptionen wie PayPal, Kreditkarte oder Giropay angezeigt, aus denen Sie Ihre bevorzugte Methode ausw&auml;hlen und den Zahlungsvorgang abschlie&szlig;en.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nach erfolgreicher Bezahlung rufen Sie Ihre Kauf&uuml;bersicht auf und tragen dort alle n&ouml;tigen Informationen ein, damit die Bestellung bearbeitet werden kann. Sollten w&auml;hrend des Prozesses Fragen auftauchen, steht Ihnen jederzeit ein Live-Chat-Support zur Verf&uuml;gung. W&auml;hrend die Coins geliefert werden, ist es wichtig, das Spiel und die zugeh&ouml;rige App nicht zu &ouml;ffnen, um die reibungslose &Uuml;bertragung zu gew&auml;hrleisten. Sobald Ihre Bestellung als abgeschlossen angezeigt wird, sind die FC 25 Coins direkt in Ihrem Spielkonto verf&uuml;gbar und Sie k&ouml;nnen sofort von den neuen M&ouml;glichkeiten profitieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dda54aa268449839f0c86aky5HeyU03&quot; height=&quot;572&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dda54aa268449839f0c86aky5HeyU03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(452, 640, '', 'UK Age Verification Law: Online Safety Act Changes Explained', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25daf2701b0534aba1d70YE21fwz03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25daf2701b0534aba1d70YE21fwz03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Under the UK&#039;s recent legislative changes, a substantial portion of the British population now faces mandatory age verification when accessing online platforms.&lt;/p&gt;\n&lt;p&gt;Effective July 25th, websites and applications featuring mature content must implement stringent age verification protocols to confirm users are 18 or older. This regulation extends beyond adult websites to encompass various gaming platforms, social networking services, and dating applications.&lt;/p&gt;\n&lt;p&gt;These modifications stem from provisions in the Online Safety Act, legislation crafted to protect younger users from exposure to potentially harmful digital content.&lt;/p&gt;\n&lt;p&gt;The implementation has triggered significant public opposition. A petition challenging the act has garnered over 450,000 signatures, with many citizens expressing concerns about privacy implications related to the verification methods. Despite this resistance, government officials maintain their commitment to the legislation.&lt;/p&gt;\n&lt;p&gt;Responsibility for compliance falls primarily on the digital platforms themselves. Interestingly, users can legally circumvent these verification systems using Virtual Private Networks (VPNs), which has led to a dramatic surge in VPN service subscriptions since the regulations took effect, as individuals seek methods to safeguard their personal information while browsing.&lt;/p&gt;\n&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25dce4c73803416e00e4e6OALihD03&quot; height=&quot;450&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25dce4c73803416e00e4e6OALihD03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Privacy concerns take center stage as UK age verification rules roll out&lt;/p&gt;\n&lt;p&gt;Anonymity online faces new threats with mandatory checks&lt;/p&gt;\n\n&lt;p&gt;Just confirming you&#039;re over 18? That simple action won&#039;t suffice anymore&lt;/p&gt;\n&lt;p&gt;From late July, platforms must enforce stricter methods&lt;/p&gt;\n\n&lt;p&gt;Reddit, X, Bluesky, and Grindr already implemented new systems&lt;/p&gt;\n&lt;p&gt;More services are expected to follow their lead nationwide&lt;/p&gt;\n\n&lt;p&gt;Verification techniques spark unease among digital rights advocates&lt;/p&gt;\n&lt;p&gt;Facial analysis, ID scanning, and bank checks raise surveillance fears&lt;/p&gt;\n\n&lt;p&gt;Stanford researcher Riana Pfefferkorn voices a core concern&lt;/p&gt;\n&lt;p&gt;&quot;Age verification impedes anonymous information access&quot;&lt;/p&gt;\n\n&lt;p&gt;This extends far beyond adult content platforms&lt;/p&gt;\n&lt;p&gt;Social media interactions face fundamental changes too&lt;/p&gt;\n\n&lt;p&gt;Privacy experts criticize the erosion of online anonymity&lt;/p&gt;\n&lt;p&gt;Warning of increased censorship and data vulnerability&lt;/p&gt;\n\n&lt;p&gt;VPNs emerge as a popular potential workaround&lt;/p&gt;\n&lt;p&gt;By masking IP addresses through foreign servers&lt;/p&gt;\n\n&lt;p&gt;But UK regulator Ofcom strongly discourages this approach&lt;/p&gt;\n&lt;p&gt;Labeling VPN encouragement as illegal for platforms&lt;/p&gt;\n\n&lt;p&gt;Parents receive warnings about bypassing protections&lt;/p&gt;\n&lt;p&gt;Children using VPNs lose Online Safety Act safeguards&lt;/p&gt;\n\n&lt;p&gt;VPN effectiveness faces serious limitations anyway&lt;/p&gt;\n&lt;p&gt;Digital rights groups highlight advanced tracking methods&lt;/p&gt;\n\n&lt;p&gt;Location detection goes beyond IP addresses now&lt;/p&gt;\n&lt;p&gt;GPS data, cookies, device fingerprints all play roles&lt;/p&gt;\n\n&lt;p&gt;The Electronic Frontier Foundation emphasizes&lt;/p&gt;\n&lt;p&gt;&quot;VPNs aren&#039;t a privacy solution&quot; against sophisticated tracking&lt;/p&gt;\n\n&lt;p&gt;Ofcom claims collaboration with data protection authorities&lt;/p&gt;\n&lt;p&gt;Promising compliance with privacy regulations&lt;/p&gt;\n\n&lt;p&gt;Yet uncertainty remains about platform enforcement&lt;/p&gt;\n&lt;p&gt;And whether anonymity can survive these new requirements&lt;/p&gt;\n&lt;h3&gt;Why People Need VPN Services to Unblock Porn&lt;/h3&gt;\n&lt;p&gt;People need VPN services to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn&lt;/a&gt; because they want to bypass geo-restrictions and access adult content that may be censored or restricted in their region. Unblock porn enables users to change their IP address, ensuring privacy, avoiding ISP throttling, and safely browsing on public Wi-Fi.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell VPN to Access Adult Content&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted porn content, leveraging SafeShell VPN to &lt;a href=&quot;https://www.safeshellvpn.com/unblock/porn?utm_source=blog&quot;&gt;unblock porn sites&lt;/a&gt; is a highly effective solution worth considering. This service empowers users to bypass geographical limitations imposed on adult websites, granting access to a wider array of content that might otherwise be unavailable in their location.&lt;/p&gt;\n&lt;p&gt;SafeShell VPN excels by providing lightning-fast connection speeds, ensuring smooth streaming of high-definition videos without frustrating buffering interruptions. Crucially, its innovative App Mode stands out, allowing you to unblock porn sites and other region-locked services from multiple countries simultaneously. This eliminates the constant hassle of manually switching between different VPN servers to access content from various regions, offering unparalleled convenience.&lt;/p&gt;\n&lt;p&gt;Furthermore, SafeShell VPN safeguards your privacy during these sessions with its exclusive ShellGuard protocol, delivering top-tier encryption to keep your online activities completely anonymous and secure. It also offers comprehensive protection across your digital life, supporting seamless connections on up to five devices at once &ndash; including computers, smartphones, smart TVs, and more &ndash; ensuring all your browsing remains private and unrestricted.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Porn Sites&lt;/h3&gt;\n&lt;p&gt;To begin accessing geo-restricted adult platforms with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;, start by creating an account on their official website. Select a suitable subscription plan that meets your needs and proceed with the secure payment process.&lt;/p&gt;\n&lt;p&gt;Once your account is active, download the official SafeShell VPN application onto your device from their site or an authorized app store. Install the software following the on-screen prompts, then launch it and log in using your credentials. Navigate to the settings menu within the app and enable &#039;App Mode&#039; to ensure optimized performance and unrestricted access capabilities for specific applications.&lt;/p&gt;\n&lt;p&gt;Next, carefully choose your desired server location from SafeShell&#039;s extensive global network list. This step is crucial for bypassing regional content blocks effectively. After selecting the appropriate country server, activate the VPN tunnel connection with a single click to mask your IP address.&lt;/p&gt;\n&lt;p&gt;Your connection is now fully encrypted, allowing you to securely browse any adult website as if you were physically located in the chosen region, while SafeShell VPN safeguards your online privacy and anonymity throughout your session.&lt;/p&gt;\n&lt;p&gt;&#039;&lt;/p&gt;', 9, 'game'),
(453, 641, '', 'Black Friday Supercell Store Deals: Early Electro Skull', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Attention all gamers!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Black Friday has officially arrived at the Supercell Store, bringing an array of exclusive deals and limited-time offers for fans of all their popular titles. From November 28 to December 2, players can enjoy special discounts, bundles, and rewards across the entire Supercell lineup.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For Clash of Clans enthusiasts, an exciting bonus is available right now. By visiting the Supercell Store through a special creator link, you can unlock a brand-new Electro Skull decoration for your village. This exclusive gift is accessible immediately through our active link&mdash;so don&rsquo;t miss your chance before it hits the official channels.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mark your calendars: at 10:30 UTC, this freebie will be officially released via Supercell&rsquo;s social media posts and videos, making it available to everyone. Until then, our community has the advantage of an early access window.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To claim your Electro Skull decoration early, simply scan the QR code or click on our direct link.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to this exclusive reward, the Supercell Store offers fantastic Black Friday deals for all major games:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClash of Clans\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nClash Royale\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBrawl Stars\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nHay Day\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each title features its own set of special bundles, available only during this limited-time sale.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Take advantage now&mdash;scan the QR code or tap the link to secure your deals and freebies!&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e266d020d88e40ddaa16dp2Gkp0RF03&quot; height=&quot;240&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e266d020d88e40ddaa16dp2Gkp0RF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;240&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once you visit the official Supercell store, you&#039;ll be seamlessly directed there.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Your complimentary Electro Skull ornament will be instantly integrated into your game upon logging in.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There&rsquo;s no need for additional actions or entering codes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you have friends who enjoy gathering exclusive decorations or are interested in Black Friday bundle offers, feel free to share this link with them.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remember, this special early claim period is only available until the official announcements are published.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Clash of Clans Gems: What are They and How to Get&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Clash of Clans Gems&lt;/a&gt; serve as the game&rsquo;s most valuable currency, allowing players to speed up construction, purchase exclusive items, and gain instant access to extra resources and upgrades. Players eager to boost their gameplay can acquire Clash of Clans Gems by topping up through reliable game trading platforms such as Codashop, SEAGM, or the official in-game store. Whether used to fast-track progress or obtain special perks, these gems are essential for those looking to enhance their Clash of Clans experience.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the Best Place to Top Up Clash of Clans&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re looking to &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Clash of Clans&lt;/a&gt; Gems, the lootbar game trading platform is definitely worth considering. Lootbar.gg stands out by offering not only competitive prices but also a secure and user-friendly experience for gamers around the world. Players can find &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;clash of clans gems for sale&lt;/a&gt; at discounted rates, sometimes up to 16% off the standard in-game price, which makes it a smart choice for those who want to maximize their value. The platform is globally recognized for its reliability, making it a trusted option for millions of gamers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Moreover, lootbar.gg provides a wide range of payment methods and boasts 24/7 customer support, ensuring that your transaction is smooth and any issues are resolved quickly. Whether you want to quickly top up Clash of Clans or explore other services, lootbar supports numerous popular games. In addition, the site sometimes features unique offers, like &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;chanel coco mademoiselle recharge refill&lt;/a&gt;, adding even more value for its users. Fast delivery and regular promotions make lootbar.gg an excellent destination for any gamer seeking both convenience and savings.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;A Step-by-Step Guide to Top Up Clash of Clans on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/clash-of-clans?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up COC&lt;/a&gt; Gems on the Lootbar trading platform, follow these steps for a smooth transaction.  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFirst, visit the official Lootbar website and log into your account after selecting your preferred language and currency.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, head over to the top-up section and choose Clash of Clans from the list of games to begin your top up COC process.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThen, select the desired amount of Gems you wish to purchase and click on the option to proceed.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAfter that, enter your in-game UID and character name to ensure your top up reaches the correct COC account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, choose a payment method that suits you best and confirm your purchase to complete the transaction.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631f71adb0eba763dd88ce4I6qoUP003&quot; height=&quot;671&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631f71adb0eba763dd88ce4I6qoUP003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(454, 642, '', 'Marvel Rivals: Hero Shooter Successes &amp; Visual Critiques', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e25f6884643ea0eab29226OmN6fQF03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e25f6884643ea0eab29226OmN6fQF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Marvel Rivals has successfully adapted beloved characters into the hero shooter style, highlighting their distinctive powers and personalities. From iconic figures like Captain America and Iron Man to lesser-known heroes like Jeff the Land Shark, each character offers a unique gameplay experience, complemented by a variety of alternate skins and themed maps that enhance the visual diversity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Yet, some aspects of the game tend to feel a bit repetitive. Fans often express their dissatisfaction with seasonal events, which frequently resemble those found in other titles like Overwatch. Another recurring critique involves the roster&#039;s visual similarities, particularly the prevalence of blonde-haired female characters. Characters such as Sue Storm, Emma Frost, and Dagger share similar hair colors and often wear blue-and-white outfits, which can make the lineup seem somewhat monotonous.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recently, Squirrel Girl received a new skin called the Sunshine Squirrel costume, featuring her dressed in casual beachwear, complete with shorts that caught the attention of many fans. In line with the theme, her hair was changed to a bright blonde shade&mdash;prompting some humorous observations among players. Many noticed the pattern and joked about the developers&#039; apparent preference.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One Reddit user quipped, &quot;You can&rsquo;t make this up&mdash;they made her blonde. The Rivals devs definitely have a type.&quot; Another commented, &quot;It&rsquo;s giving strawberry blonde or sun-bleached hair. I wish it had a bit more reddish tint, though.&quot; While not a major concern, players found the change amusing and pointed out the recurring trend.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Some fans questioned the design choices, with comments like, &quot;Great skin, but why not make her blonde with a white and blue outfit?&quot; Others speculated about the inspiration behind the look, suggesting, &quot;I think they based her blonde hair on Sabrina Carpenter, maybe inspired by her Espresso music video.&quot;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Despite the playful critiques, the new skin has been well-received for its charming beach aesthetic, complete with Squirrel Girl&#039;s adorable sunglasses for her squirrel companion. Overall, the update adds a fun, relaxed vibe to the character, fitting perfectly into the game&#039;s colorful universe.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Marvel Rivals and Marvel Rivals Lattices?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals Lattices&lt;/a&gt; serve as the premium currency within Marvel Rivals, allowing players to enhance their gameplay experience by purchasing the Battle Pass and unlocking a variety of exclusive cosmetic items like character skins, emotes, sprays, and player banners. To acquire Marvel Rivals Lattices, players need to top up with real money rather than earn them through regular gameplay. Popular game trading platforms such as LootBar provide convenient top up services for players looking to quickly obtain Marvel Rivals Lattices. This makes it easy for fans to access unique customization options and stand out in their matches.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Marvel Rivals?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Marvel Rivals Lattices for their in-game needs, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. lootbar.gg stands out as a reliable option for &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Marvel Rivals top up&lt;/a&gt; by providing a seamless and user-friendly experience tailored to gamers worldwide.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the primary advantages of lootbar is its commitment to professional service. Players benefit from a secure and efficient top-up process, supported by a wide range of payment methods and 24/7 online customer assistance. This ensures that, no matter where you are or what time you play, you can easily purchase Marvel Rivals Lattices without hassle or delay.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar offers highly competitive prices with frequent discounts, making it possible for players to maximize their in-game purchases. Beyond just transactions, lootbar.gg also fosters a friendly community environment, where users can access exclusive guides, stay updated on the latest events, and connect with fellow gamers. With these comprehensive benefits, lootbar is a top choice for anyone considering a Marvel Rivals top up.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Marvel Rivals at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/marvel-rivals?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Marvel Rivals&lt;/a&gt; Lattices through the lootbar trading platform, start by accessing the official LootBar website and logging into your account. Once inside, set your preferred language and currency, then navigate to the section dedicated to game top-ups and select Marvel Rivals from the list. You will need to provide your Marvel Rivals User ID, so ensure you have it ready for a seamless transaction.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose the quantity of Marvel Rivals Lattices you wish to add to your in-game balance. Review the available payment options and select the one that suits you best. Complete the process by confirming your selection and making the payment. After this, the lattices you purchased will be credited to your Marvel Rivals account, allowing you to enjoy enhanced gaming experiences.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; height=&quot;523&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd94a1b53048408bb72c8Wl0wQaEr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(455, 643, '', 'The Licensing House &ndash; Sean Cercone&rsquo;s New Theatrical Venture', '&lt;p&gt;&lt;img alt=&quot;https://ssvpn.fp.guinfra.com/file/692e25fd185f0f128327dbbe91qGUEvv03&quot; height=&quot;533&quot; src=&quot;https://ssvpn.fp.guinfra.com/file/692e25fd185f0f128327dbbe91qGUEvv03&quot; width=&quot;800&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Sean Cercone Establishes Boutique Theatrical Licensing Company&lt;/p&gt;\n&lt;p&gt;Industry stalwart Sean Cercone has unveiled his latest venture, The Licensing House, a specialized imprint focused on representing theatrical works across various markets.&lt;/p&gt;\n&lt;p&gt;The new company emerges from Cercone&#039;s extensive experience as founder and CEO of Broadway Licensing Global, where he oversaw the licensing of more than 24,000 annual productions. His impressive portfolio includes collaborations with renowned playwrights Arthur Miller, Tennessee Williams, and Lynn Nottage, alongside popular titles such as &quot;Harry Potter and the Cursed Child&quot; and &quot;Clue.&quot;&lt;/p&gt;\n&lt;p&gt;&quot;I wanted to create a home where each show receives the kind of bespoke attention and long-range planning it truly deserves,&quot; Cercone explained about his motivation behind launching the boutique agency.&lt;/p&gt;\n&lt;p&gt;The Licensing House debuts with a select catalog featuring Barry Manilow&#039;s &quot;Harmony: A New Musical,&quot; along with &quot;Stranger Sings: The Musical Parody&quot; and &quot;Camp Kappawana: The Musical.&quot;&lt;/p&gt;\n&lt;p&gt;Joining Cercone in leadership roles are David Abbinanti as Vice President of Content and Scott Prisand as Vice President of Business Development. The company has strategically partnered with The Kaufer Group to manage global distribution initiatives.&lt;/p&gt;\n&lt;p&gt;Cercone emphasized the company&#039;s holistic approach: &quot;We will work hand in hand with authors and rights holders to think about professional, international, amateur, and educational markets, building a long-term roadmap instead of just processing paperwork.&quot;&lt;/p&gt;\n&lt;p&gt;The intentionally selective nature of The Licensing House reflects Cercone&#039;s vision to provide comprehensive representation that protects creative works while expanding their reach to diverse communities and stages worldwide.&lt;/p&gt;\n&lt;h3&gt;What are the Harry Potter Movies about and Where to Watch&lt;/h3&gt;\n&lt;p&gt;The Harry Potter movies chronicle the epic adventures of Harry Potter and his friends as they confront dark wizards, forge powerful alliances, and fight against the rising evil of Lord Voldemort throughout their years at Hogwarts. Viewers seeking &lt;strong&gt;&lt;a href=&quot;https://www.safeshellvpn.com/blog/where-to-watch-harry-potter.html?utm_source=blog&quot;&gt;where to watch harry potter&lt;/a&gt;&lt;/strong&gt; can find the entire film series available on major subscription streaming services or digital rental platforms globally. Options exist for accessing these magical tales from virtually any location worldwide.&lt;/p&gt;\n&lt;h3&gt;Why Choose SafeShell as Your Netflix VPN?&lt;/h3&gt;\n&lt;p&gt;If you&#039;re looking to access region-restricted content such as Harry Potter movies, you may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; for your Netflix streaming needs. The SafeShell VPN offers several impressive benefits that make it stand out from other options:&lt;/p&gt;\n&lt;ol&gt;\n&lt;li&gt;\nHigh-speed servers specifically optimized for Netflix streaming, ensuring you enjoy Harry Potter and other favorites without buffering or interruptions\n&lt;/li&gt;\n&lt;li&gt;\nMulti-device connectivity that allows you to connect up to five devices simultaneously across various platforms including Windows, iOS, Android, and Apple TV\n&lt;/li&gt;\n&lt;li&gt;\nUnique App Mode feature that lets you access content from different Netflix regions at the same time, expanding your viewing options significantly\n&lt;/li&gt;\n&lt;li&gt;\nExceptional connection speeds without bandwidth limitations, eliminating frustrating throttling issues that can ruin your streaming experience\n&lt;/li&gt;\n&lt;li&gt;\nPremium security through the proprietary &quot;ShellGuard&quot; protocol that protects your online privacy while you enjoy your favorite wizarding adventures\n&lt;/li&gt;\n&lt;li&gt;\nRisk-free exploration with a flexible free trial plan that lets you test all these features before committing to the service\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;h3&gt;A Step-by-Step Guide to Watch Harry Potter with SafeShell VPN&lt;/h3&gt;\n&lt;p&gt;Watching Harry Potter with &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt; is straightforward and enhances your streaming experience by unlocking regional content. Here&#039;s how to get started:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;\nFirst, head to the SafeShell VPN website and select a subscription plan that matches your needs\n&lt;/li&gt;\n&lt;li&gt;\nDownload the SafeShell VPN application for your specific device, whether it&#039;s a smartphone, tablet, or computer\n&lt;/li&gt;\n&lt;li&gt;\nInstall the application and log into your account using your credentials\n&lt;/li&gt;\n&lt;li&gt;\nFor optimal streaming performance, select the APP mode which is specifically designed for video streaming services\n&lt;/li&gt;\n&lt;li&gt;\nBrowse through the server list and connect to a location where Harry Potter is available in the streaming library\n&lt;/li&gt;\n&lt;li&gt;\nOnce connected, open your preferred streaming platform and search for Harry Potter movies\n&lt;/li&gt;\n&lt;li&gt;\nEnjoy watching the magical world of Hogwarts without any geographical restrictions thanks to SafeShell VPN&#039;s secure connection\n&lt;/li&gt;\n&lt;/ul&gt;', 9, 'game'),
(456, 644, '', 'Netflix December Releases: Top Picks &amp; Dates', '&lt;p&gt;&lt;img alt=&quot;http://seogc.fp.ps.netease.com/file/692e268451cb131f4765c5a82mMvVArk07&quot; src=&quot;http://seogc.fp.ps.netease.com/file/692e268451cb131f4765c5a82mMvVArk07&quot; /&gt;&lt;/p&gt;\n&lt;p&gt;Netflix streams fresh entertainment picks to close out the year.&lt;/p&gt;\n&lt;p&gt;Dive into creature chaos with the highly-anticipated sequel &lt;em&gt;Troll 2&lt;/em&gt;, releasing December 1st. Humanity faces a colossal new threat, forcing a reunion of unlikely heroes to save Norway.  &lt;/p&gt;\n&lt;p&gt;Craving frontier tension? &lt;em&gt;The Abandons&lt;/em&gt; arrives December 4th. This gritty western saga pits formidable matriarchs against harsh landscapes and rival factions, promising relentless suspense.  &lt;/p&gt;\n&lt;p&gt;George Clooney headlines the introspective drama &lt;em&gt;Jay Kelly&lt;/em&gt;, landing December 5th. The Oscar contender explores fame and legacy alongside Adam Sandler&rsquo;s compelling performance.  &lt;/p&gt;\n&lt;p&gt;Festive spirits rise with the romantic comedy &lt;em&gt;My Secret Santa&lt;/em&gt;, premiering December 3rd. A ski resort Santa disguise complicates matters when unexpected feelings blossom.  &lt;/p&gt;\n&lt;p&gt;Reality drama escalates in &lt;em&gt;Owning Manhattan&lt;/em&gt; season two, also streaming December 5th. Witness cutthroat deals and sky-high stakes in New York&rsquo;s elite real estate battleground.  &lt;/p&gt;\n&lt;p&gt;Elevate your watchlist with these distinct offerings spanning fantasy, romance, high-stakes drama, and competitive reality.&lt;/p&gt;\n&lt;h3&gt;What is Netflix Unblocked?&lt;/h3&gt;\n&lt;p&gt;Netflix is a popular streaming platform used for watching a wide range of TV dramas and films. &lt;a href=&quot;https://www.safeshellvpn.com/blog/netflix-unblocked.html?utm_source=blog&quot;&gt;Netflix unblocked&lt;/a&gt; refers to the process of gaining access to content that is normally restricted or blocked due to regional limitations or network restrictions, often through the use of VPNs, proxy servers, or Smart DNS services.&lt;/p&gt;\n&lt;h3&gt;Why Opt for SafeShell to Access Netflix Unblocked&lt;/h3&gt;\n&lt;p&gt;If people want to access region-restricted content on Netflix by unblocking Netflix, they may want to consider the &lt;a href=&quot;https://www.safeshellvpn.com/?utm_source=blog&quot;&gt;SafeShell VPN&lt;/a&gt;. SafeShell VPN offers several notable benefits, including high-speed servers specifically optimized for smooth streaming, which ensures you can enjoy your favorite shows and movies in high definition without buffering. Its exclusive App Mode allows users to unlock and access content from multiple regions simultaneously, expanding your entertainment options. Additionally, SafeShell VPN provides blazing-fast connection speeds with no bandwidth limits, making browsing, downloading, and streaming seamless. The platform also supports up to five device connections at once across a wide range of operating systems, offering flexibility for multiple users. Furthermore, with its proprietary ShellGuard VPN protocol, SafeShell VPN guarantees strong encryption and top-notch security to protect your online privacy from unwanted surveillance. Overall, SafeShell VPN combines speed, security, and ease of use to deliver a secure, unrestricted streaming experience.&lt;/p&gt;\n&lt;h3&gt;How to Use SafeShell VPN to Unlock Netflix&lt;/h3&gt;\n&lt;p&gt;To begin watching Netflix content from any region using &lt;a href=&quot;https://www.safeshellvpn.com/apps/netflix-vpn/?utm_source=blog&quot;&gt;SafeShell Netflix VPN&lt;/a&gt;, start by subscribing to the service through the SafeShell VPN website, where you can pick a plan that suits your needs and complete the registration process. Once subscribed, download and install the appropriate SafeShell VPN app for your device, whether it&rsquo;s Windows, macOS, iOS, or Android, ensuring you have the latest version for optimal performance.&lt;/p&gt;\n&lt;p&gt;After installation, open the SafeShell VPN app and log into your account. For a smoother streaming experience, it&rsquo;s recommended to select the APP mode within the app. Next, browse through the list of available VPN servers and connect to one located in the region whose Netflix content you want to access, such as the US or UK. Once connected, simply open Netflix, log into your account, and enjoy watching content from the chosen region seamlessly.&lt;/p&gt;', 9, 'game'),
(457, 645, '', 'Call of Duty: Black Ops 6 &mdash; кроссовер с &laquo;Игрой в кальмара&raquo;', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e25a0dbe92f255adfb582HuQyKvhd03&quot; height=&quot;431&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e25a0dbe92f255adfb582HuQyKvhd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Microsoft объявила о предстоящем событии, которое стартует уже 3 января в популярном шутере Call of Duty: Black Ops 6. Этот ивент посвящен кроссоверу с вторым сезоном сериала &laquo;Игра в кальмара&raquo;, который уже доступен на стриминговой платформе Netflix.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Во время мероприятия игрокам предоставится шанс разблокировать уникальные скины и чертежи оружия, а также опробовать новые игровые режимы, разработанные специально для этого события. Новая сюжетная линия вновь сосредоточена на персонаже Ги Хуне, которого играет Ли Чон Чжэ. Прошло три года с событий первого сезона, но герой все еще ищет организаторов смертельных игр.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ги Хун возвращается, чтобы раскрыть тайны прошлого и вновь становится участником опасных испытаний, теперь под номером 456. Этот кроссовер обещает не только расширить геймплей, но и предоставить фанатам сериала уникальный опыт в мире Call of Duty.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Также стоит отметить, что Роскачество планирует провести проверку видеоигр в РФ на наличие &laquo;манипулятивных механизмов&raquo;, что говорит о повышенном внимании к этике и безопасности игровых продуктов.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Что такое Call of Duty: Mobile?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Call of Duty: Mobile CP &mdash; это внутриигровая валюта, необходимая для покупки эксклюзивных скинов, оружия и пропусков в CODM, что позволяет игрокам настраивать свой игровой процесс и выделяться среди других. Благодаря возможности &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;CODM донат&lt;/a&gt;, пользователи могут быстро получить желаемый контент, улучшая свои геймплейные возможности. Пополнить CP можно на популярных торговых платформах и сервисах по продаже цифровых товаров, таких как LootBar, где процесс покупки прост и удобен. Это делает игру еще более привлекательной для тех, кто ценит уникальные коллекционные предметы и хочет получить максимум от каждого сезона.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Почему LootBar.gg &mdash; лучший выбор для пополнения CP в CODM?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Если вы планируете &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Пополнение CODM&lt;/a&gt; и ищете надежное место для покупки Call of Duty: Mobile CP, обратите внимание на платформу &lt;a href=&quot;https://lootbar.gg/ru/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg. Этот сервис отличается стабильной работой, высокой безопасностью и широким выбором способов оплаты, что делает процесс пополнения максимально простым и удобным для каждого пользователя.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Основным преимуществом lootbar является выгодная ценовая политика &mdash; на платформе часто проходят акции со значительными скидками, что помогает сэкономить при покупке CP. Кроме того, круглосуточная поддержка пользователей и быстрые транзакции позволяют наслаждаться игрой без лишних задержек. Благодаря универсальности сервиса, здесь можно пополнить счет не только в Call of Duty: Mobile, но и в других популярных играх, что делает lootbar отличным выбором для геймеров, ценящих комфорт и надежность.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Как пополнить CP для CODM на LootBar.gg&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПерейдите на платформу LootBar и выберите удобные для вас язык и валюту на странице https://lootbar.gg/ru.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nАвторизуйтесь в своем аккаунте LootBar или создайте новый профиль, если вы еще не зарегистрированы.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nОткройте раздел &lt;a href=&quot;https://lootbar.gg/ru/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;пополнение счета Call of Duty Mobile&lt;/a&gt;, затем выберите Call of Duty: Mobile из списка доступных игр и нажмите кнопку пополнения.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nОпределите желаемое количество CP, которое хотите приобрести для CODM, и укажите его в соответствующем поле.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nВыберите предпочтительный способ оплаты из предложенных вариантов и подтвердите свой выбор, нажав &laquo;Пополнить сейчас&raquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nПроверьте завершение транзакции, после чего приобретенные CP для CODM будут зачислены на ваш игровой аккаунт.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; height=&quot;474&quot; src=&quot;https://c2c.fp.guinfra.com/file/68c106f9cedfcecda40f5afeEs7hJHbx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(458, 646, '', 'Call of Duty Mobile Zombies Mode: Launch Date &amp; Details', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2793e6fd44020a532cbbQt6ZO3Lk03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2793e6fd44020a532cbbQt6ZO3Lk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While the buzz around the latest Call of Duty: Modern Warfare continues to dominate headlines, Call of Duty Mobile maintains its vibrant player base and ongoing content updates. As the first season of new content winds down, anticipation builds for a highly requested addition: a Zombies mode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Officially announced via the game&#039;s Twitter account, the Zombies mode is set to launch on November 22. At this point, details about the mode&#039;s specific gameplay mechanics remain under wraps. Fans speculate whether it will be a faithful adaptation of the traditional wave-based Zombies mode from the main console titles, or if it will introduce a fresh take&mdash;perhaps a linear campaign-style experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Speculation suggests that this new mode could offer a different style of zombie gameplay, diverging from the familiar survival waves. Fans won&#039;t have to wait long to find out, as the mode drops next Friday, bringing new challenges and gameplay dynamics to the mobile version.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This release arrives just days before the start of Season 2&#039;s Battle Pass on November 25, promising a wave of new content including cosmetics, missions, and exclusive challenges. It remains uncertain whether Zombies will feature in the Battle Pass challenges, but its inclusion could add exciting variety to the game&rsquo;s ongoing events.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Currently, the game hosts a variety of active events&mdash;such as sniper-only matches, Molotov cocktail challenges, and weapon mastery with double XP&mdash;keeping players engaged while awaiting the Zombies mode.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Since its debut, Call of Duty Mobile has received positive feedback, with critics praising its blend of classic maps and gameplay in a mobile-friendly format. The upcoming Zombies mode is highly anticipated, and fans hope it will uphold the same high standards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Available now on iOS and Android devices, Call of Duty Mobile continues to expand its universe, offering players a diverse range of content and experiences.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are CODM and CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Call of Duty: Mobile CP&lt;/a&gt; is the premium in-game currency used in CODM, allowing players to purchase exclusive skins, weapons, Battle Pass tiers, and other customization options to enhance their gaming experience. CP can be acquired easily through top up on various game trading platforms such as Codashop, SEAGM, and Midasbuy, where players can securely buy the currency. By using Call of Duty: Mobile CP, gamers unlock special items and content that are not available through regular gameplay, making it a valuable asset for anyone looking to stand out in Call of Duty: Mobile.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why LootBar.gg is the best choice for buying CODM CP?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Call of Duty: Mobile CP, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; game trading platform. lootbar.gg stands out as a trusted choice for &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;codm top up&lt;/a&gt;, offering a seamless and secure transaction process that caters to gamers&rsquo; needs. With its highly competitive prices, users can take advantage of substantial discounts on their purchases, making it a cost-effective option for getting more CP in Call of Duty: Mobile. &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond affordability, lootbar.gg also prioritizes user security through advanced encryption and strict data protection, ensuring every transaction is safe and legal. The platform&rsquo;s 24/7 customer support is always available to resolve any concerns or questions, enhancing the overall experience and peace of mind for players. Moreover, lootbar.gg is known for its rapid delivery system, meaning you&rsquo;ll receive your CP quickly and can focus on enjoying your game without unnecessary waiting.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up CODM on LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/call-of-duty-mobile?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up CODM&lt;/a&gt; on the lootbar trading platform, follow these steps:  &lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nVisit the lootbar website at &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;https://lootbar.gg&lt;/a&gt;, select your desired language and currency, and log into your account.  \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOnce logged in, navigate to the Home page and locate the Top-Up section, then click on Call of Duty: Mobile.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, choose the quantity of COD Points you wish to buy for your game account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPick a payment method that suits you, and proceed by clicking the Top-up Now button to finalize your purchase.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With these simple steps, you can easily top up CODM and enjoy new content or features in Call of Duty: Mobile.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; height=&quot;651&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863226c5671104526770fe8if4Ao5rK03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(459, 647, '', 'Valorant Reddit : Astuces et Communaut&eacute; - Guide 2024', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Le Reddit de Valorant s&#039;est transform&eacute; en un centre n&eacute;vralgique o&ugrave; les joueurs peuvent se retrouver, &eacute;changer des astuces et d&eacute;battre des nouveaut&eacute;s du jeu en constante &eacute;volution. Cette plateforme rassemble une communaut&eacute; passionn&eacute;e de Valorant, permettant aussi bien aux d&eacute;butants qu&#039;aux joueurs exp&eacute;riment&eacute;s de partager des conseils, des strat&eacute;gies et des discussions divertissantes. Pour am&eacute;liorer votre niveau de jeu ou rester inform&eacute; des derni&egrave;res actualit&eacute;s, il est indispensable d&#039;explorer Valorant sur Reddit.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour plus de conseils, d&eacute;couvrez comment optimiser vos param&egrave;tres graphiques afin de jouer &agrave; Valorant sans lag.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2700f93640942e38f227Q4SPEkUi03&quot; height=&quot;571&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2700f93640942e38f227Q4SPEkUi03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Reddit constitue l&rsquo;une des plateformes les plus dynamiques pour les communaut&eacute;s de joueurs, offrant une multitude d&rsquo;informations et d&rsquo;&eacute;changes enrichissants. Parmi les sujets abord&eacute;s, on trouve tout d&rsquo;abord des conseils strat&eacute;giques d&eacute;taill&eacute;s : des joueurs y partagent leurs guides pour am&eacute;liorer leur pr&eacute;cision, ma&icirc;triser leurs agents et optimiser leurs tactiques.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les mises &agrave; jour et annonces officielles sont &eacute;galement tr&egrave;s pr&eacute;sentes, permettant aux membres de rester inform&eacute;s des derniers correctifs, nouveaut&eacute;s et actualit&eacute;s communautaires. En parall&egrave;le, le contenu divertissant ne manque pas : m&egrave;mes, extraits de parties et &oelig;uvres de fans contribuent &agrave; maintenir une ambiance d&eacute;tendue et engag&eacute;e.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ce centre centralis&eacute; favorise l&rsquo;apprentissage mutuel, faisant de Reddit une ressource pr&eacute;cieuse pour perfectionner ses comp&eacute;tences de jeu. Bien que le subreddit principal, r/valorant, couvre l&rsquo;ensemble du jeu, d&rsquo;autres communaut&eacute;s sp&eacute;cialis&eacute;es existent, telles que r/agentmains, ax&eacute; sur la ma&icirc;trise des agents et leurs strat&eacute;gies, ou encore r/competitivevalorant, d&eacute;di&eacute; au jeu en comp&eacute;tition, aux conseils pour grimper dans les rangs et progresser.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participer &agrave; ces sous-forums permet d&rsquo;obtenir des conseils cibl&eacute;s et de cr&eacute;er des liens avec des joueurs partageant les m&ecirc;mes centres d&rsquo;int&eacute;r&ecirc;t. N&rsquo;oubliez pas de consulter notre guide de personnalisation de la croixhair pour Valorant afin d&rsquo;am&eacute;liorer encore votre exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interagir sur Reddit est simple et gratifiant. Voici quelques astuces pour optimiser votre participation : cr&eacute;er un compte pour pouvoir commenter et voter, respecter les r&egrave;gles propres &agrave; chaque communaut&eacute;, contribuer de fa&ccedil;on constructive en partageant vos id&eacute;es ou en posant des questions pertinentes, et utiliser les flairs pour classer vos publications. En &eacute;tant actif, vous d&eacute;velopperez vos connaissances et tisserez des relations avec d&rsquo;autres passionn&eacute;s.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;La plateforme regorge de contenus captivants, notamment des moments forts de gameplay, des strat&eacute;gies pour ma&icirc;triser des agents comme Fade ou Harbor, des annonces d&rsquo;&eacute;v&eacute;nements communautaires, ou encore des analyses approfondies des nouvelles mises &agrave; jour. Parcourir ces discussions vous divertira tout en vous fournissant des astuces pr&eacute;cieuses pour am&eacute;liorer votre jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;En r&eacute;sum&eacute;, Reddit est une ressource incontournable pour tous les joueurs de Valorant souhaitant s&rsquo;int&eacute;grer &agrave; la communaut&eacute;, &eacute;changer des conseils, et suivre l&rsquo;actualit&eacute; du jeu. Que vous soyez d&eacute;butant ou exp&eacute;riment&eacute;, rejoindre ces discussions vous aidera &agrave; faire &eacute;voluer votre exp&eacute;rience de jeu. Pr&ecirc;t &agrave; passer au niveau sup&eacute;rieur ? Plongez dans les conversations sur Reddit et explorez &eacute;galement ExitLag pour optimiser votre connexion et vos performances en jeu !&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment obtenir des Valorant points?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Les &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant points&lt;/a&gt; repr&eacute;sentent la devise principale utilis&eacute;e dans Valorant pour acheter des &eacute;l&eacute;ments exclusifs, notamment des skins d&rsquo;armes, des accessoires et le passe de combat. Ces points offrent la possibilit&eacute; de personnaliser l&rsquo;exp&eacute;rience de jeu selon les pr&eacute;f&eacute;rences de chaque joueur. Pour obtenir des Valorant points, il suffit d&rsquo;effectuer une recharge via des plateformes sp&eacute;cialis&eacute;es comme LootBar ou d&rsquo;autres sites de top up fiables. Ainsi, les joueurs peuvent facilement acqu&eacute;rir la quantit&eacute; de points d&eacute;sir&eacute;e et acc&eacute;der rapidement au contenu premium du jeu.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Pourquoi LootBar est le meilleur choix pour la Recharge Valorant?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Si vous souhaitez recharger vos Valorant Points, il peut &ecirc;tre judicieux d&rsquo;envisager la plateforme de trading &lt;a href=&quot;https://lootbar.gg/fr/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt;. Cette solution est appr&eacute;ci&eacute;e par de nombreux joueurs pour sa simplicit&eacute; d&rsquo;utilisation et l&rsquo;efficacit&eacute; de son service. En choisissant lootbar.gg, vous b&eacute;n&eacute;ficiez de &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Valorant point pas cher&lt;/a&gt; gr&acirc;ce &agrave; des promotions r&eacute;guli&egrave;res qui permettent de r&eacute;aliser des &eacute;conomies substantielles, parfois jusqu&rsquo;&agrave; 20%. De plus, toutes les transactions sont prot&eacute;g&eacute;es par des syst&egrave;mes de s&eacute;curit&eacute; avanc&eacute;s, assurant ainsi un achat fiable et sans risque.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Un autre avantage majeur de lootbar.gg r&eacute;side dans la rapidit&eacute; de la livraison : vos Valorant Points sont cr&eacute;dit&eacute;s en quelques minutes, ce qui vous permet de profiter imm&eacute;diatement de vos achats en jeu. Le service client est &eacute;galement disponible &agrave; tout moment, 24h/24 et 7j/7, pour r&eacute;pondre &agrave; toutes vos questions ou r&eacute;soudre d&rsquo;&eacute;ventuels probl&egrave;mes. En optant pour lootbar.gg, les joueurs de Valorant peuvent ainsi recharger leur compte rapidement, &agrave; moindre co&ucirc;t et en toute s&eacute;curit&eacute;.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Comment  recharger Valorant sur LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pour effectuer une &lt;a href=&quot;https://lootbar.gg/fr/top-up/valorant?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;recharge Valorant&lt;/a&gt; sur la plateforme lootbar, commencez par acc&eacute;der &agrave; la page d&eacute;di&eacute;e &agrave; l&rsquo;achat des Valorant Points. S&eacute;lectionnez ensuite le montant de points que vous souhaitez acqu&eacute;rir selon vos besoins en jeu. Il vous faudra fournir votre nom d&rsquo;utilisateur et le mot de passe associ&eacute;s &agrave; votre compte Riot afin de garantir la s&eacute;curit&eacute; de la transaction et l&rsquo;attribution correcte des points.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Apr&egrave;s avoir renseign&eacute; vos informations, choisissez le mode de paiement qui vous convient parmi les options propos&eacute;es, puis cliquez sur &laquo; Payer maintenant &raquo; pour finaliser la recharge Valorant. En r&egrave;gle g&eacute;n&eacute;rale, l&rsquo;attribution des Valorant Points est rapide et s&rsquo;effectue en seulement quelques minutes. Une fois la notification de confirmation re&ccedil;ue, il ne vous reste plus qu&rsquo;&agrave; lancer Valorant pour profiter imm&eacute;diatement de vos nouveaux points et am&eacute;liorer votre exp&eacute;rience de jeu.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; height=&quot;552&quot; src=&quot;https://c2c.fp.guinfra.com/file/68631feb84be5052aabf137f09Cmouj903&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(460, 648, '', 'MLB The Show 25: Program 9 Update &ndash; New Cards', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e271878eba36bd1c7dafaW7Zgowqp03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e271878eba36bd1c7dafaW7Zgowqp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A new multiplayer event has just been launched in MLB The Show 25, sparking enthusiasm among fans. The latest update, Program 9: Drop 1, features an array of new awards series cards, encouraging players to dive into online gameplay and strengthen their Diamond Dynasty lineups. This addition promises fresh challenges and rewards, making the competitive experience even more engaging.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68ddbb3cee1b1b78f8c1b6aahGUo13aB03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/68ddbb3cee1b1b78f8c1b6aahGUo13aB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This latest update introduces a thrilling lineup of six new player cards, designed to invigorate the multiplayer scene in MLB The Show 25. Among these, two standout pitchers have captured the community&rsquo;s attention: Sandy Alc&aacute;ntara and Felix Bautista. Alc&aacute;ntara&rsquo;s reputation is built on his exceptional command and a blazing sinker that keeps hitters on their toes, making him a reliable choice for any starting rotation. Meanwhile, Bautista&rsquo;s arsenal features a lightning-fast fastball paired with a devastating slider, increasing your chances of dominating opponents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The official MLB The Show 25 Twitter profile announced the arrival of these cards, along with four other notable players: Tyler O&rsquo;Neill, Jin Kim Judy Johnson, Jin Kim Toni Stone, and a milestone version of Matt Olson. Collectively, these six cards are part of the ongoing multiplayer program, which encourages players to participate in online matches to unlock rewards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Earning XP is straightforward&mdash;players gain points by hitting, striking out batters, and pitching innings, progressing along a reward pathway. Despite some recent matchmaking issues, the incentive of obtaining these high-caliber cards provides a compelling reason to dive back into multiplayer battles.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This program adheres to the typical seasonal format seen in previous updates, serving as a dynamic mini-event that revitalizes Diamond Dynasty and online play. Drop 1 sets the stage for future drops that promise even greater rewards, keeping the gameplay fresh and engaging.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Throughout the year, these programs have become integral to the game&rsquo;s content cycle, offering new objectives and team-building opportunities every few weeks. Program 9 continues this trend, injecting new life into the competitive landscape. Now is the perfect time to grind, unlock your favorite players, and make the most of this exciting drop.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is MLB The Show 25 and Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs&lt;/a&gt; serve as the main in-game currency, allowing players to purchase player cards, packs, equipment, and customization items to build and enhance their ultimate baseball team. Aside from earning Stubs through gameplay, challenges, or missions, players can conveniently top up their MLB The Show 25 Stubs via various game trading platforms such as LootBar, which offers secure and affordable options. By using Stubs, gamers gain access to exclusive content and can personalize their team&rsquo;s look and strategy for a more immersive experience. This makes MLB The Show 25 Stubs an essential resource for anyone looking to get the most out of the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why do you choose LootBar.gg to buy MLB The Show 25 Stubs?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up MLB The Show 25 Stubs, they may want to consider the lootbar game trading platform. One of the main advantages of using &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; is the platform&rsquo;s strong focus on security. By employing advanced encryption technology and comprehensive privacy protection, lootbar.gg ensures that every transaction is both safe and legitimate, allowing players to &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy MLB The Show 25 Stubs&lt;/a&gt; with peace of mind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition, lootbar.gg stands out with its commitment to customer satisfaction. The platform offers around-the-clock support, so players can get assistance at any time, whether they have questions about the purchasing process or need help with their MLB The Show 25 recharge. Another significant benefit is the rapid delivery speed, as Stubs are often delivered within minutes, enabling players to quickly strengthen their roster and enjoy the game without unnecessary delays. With these advantages, lootbar.gg provides a seamless and trustworthy experience for anyone looking to buy MLB The Show 25 Stubs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Purchase MLB The Show 25 Stubs on LootBar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To purchase &lt;a href=&quot;https://lootbar.gg/game-coins/mlb-25-stubs?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;MLB The Show 25 Stubs for sale&lt;/a&gt; on the LootBar trading platform, start by visiting the official LootBar website and logging into your account. Once you are signed in, browse the selection of available games and locate MLB The Show 25 within the &quot;Game Coins&quot; category. Here, you will find various offers for MLB The Show 25 Stubs for sale, allowing you to choose the quantity that best fits your gaming needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;After selecting your desired amount of stubs, proceed by clicking the &quot;Buy Now&quot; button. You will then be prompted to enter the necessary purchase details, following the guided instructions to ensure accuracy. Next, choose your preferred payment method from the available options and finalize your transaction. Upon successful payment, the MLB The Show 25 Stubs will be credited to your account, enabling you to enhance your gameplay experience swiftly and securely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; height=&quot;660&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863200fe717ef0988e4ebd58GjTyCAc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(461, 649, '', 'EA FC 26 TOTW 12 &ndash; Prognose: Die Favoriten im &Uuml;berblick', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2623d058e3c1f484e9a81gi9QRPI03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2623d058e3c1f484e9a81gi9QRPI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In einer &auml;u&szlig;erst ereignisreichen Fu&szlig;ballwoche standen neben den regul&auml;ren Ligaspielen auch die europ&auml;ischen Wettbewerbe im Mittelpunkt, was zu einer Vielzahl beeindruckender Leistungen f&uuml;hrte. Diese Vielfalt spiegelt sich auch in den Vorhersagen f&uuml;r das EA FC 26 TOTW 12 wider. Zahlreiche Top-Spieler k&auml;mpfen um einen Platz im Team der Woche, darunter bekannte Namen wie Kylian Mbapp&eacute;, Vitinha, Yamal, Lautaro Mart&iacute;nez, Sakina Karchaoui, Bruno Guimar&atilde;es, Jordi Alba, Alexander S&ouml;rloth, Phil Foden und Dani Olmo. Doch die Liste der Anw&auml;rter ist lang und vielversprechend, sodass die Entscheidung schwerfallen d&uuml;rfte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Favoriten f&uuml;r das Team der Woche sind vielf&auml;ltig. Im Angriff hat Kylian Mbapp&eacute; klare Chancen, den Star-Status zu erlangen, nachdem er im Champions-League-Spiel gegen Olympiacos vier Tore erzielte und als Man of the Match ausgezeichnet wurde. Sollte er doch nicht ber&uuml;cksichtigt werden, ist Vitinha mit drei Toren und ebenfalls als Matchwinner eine starke Alternative. Viele St&uuml;rmer haben in den letzten Tagen ebenfalls herausragende Ergebnisse gezeigt, darunter Lautaro Mart&iacute;nez, Alexander S&ouml;rloth, Igor Thiago, Kolo Muani, Brian White, Daizen Maeda, Donyell Malen, Florian Thauvin und Luis Su&aacute;rez, die jeweils doppelt trafen und sich als Match-Helden auszeichnen konnten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Mittelfeld gibt es ebenfalls mehrere Kandidaten: Neben Vitinha, der drei Tore erzielte, sind Phil Foden, Gabri Veiga, Kenan Yildiz, Alberto Moreno, Jamie Leweling und Dani Olmo hervorzuheben, die jeweils mit zwei Toren &uuml;berzeugen konnten. Defensiv sticht Malick Thiaw hervor, der als Innenverteidiger zwei Tore gegen Everton erzielte. Jordi Alba zeigte mit zwei Vorlagen gegen New York eine starke Leistung, w&auml;hrend auch Spieler wie Jos&eacute; Mar&iacute;a Gim&eacute;nez, Jurrien Timber, Aaron Anselmino, James Tavernier, Kenny Tete und Mees de Wit bedeutende Tore beisteuerten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Torwartposition gestaltet sich besonders schwierig, da viele Kandidaten in Frage kommen. Die wahrscheinlichsten Anw&auml;rter sind Noah Atubolu vom SC Freiburg und Berke Ozer von LOSC Lille, die beide jeweils sieben Torsch&uuml;sse abwehrten und das Spiel zu null beenden konnten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Viele weitere talentierte Akteure verdienen ebenfalls Erw&auml;hnung, deren Leistungen wir im &Uuml;berblick auflisten. Ob und welche Profis es letztlich ins Team der Woche schaffen, erfahren wir am Mittwoch, den 3. Dezember 2025, um 19:00 Uhr. Bis dahin sind weiterhin die Karten vom Team der Woche 11 in den Packs erh&auml;ltlich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2626185f0f128327de821Z0ECkUP03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2626185f0f128327de821Z0ECkUP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Team der Woche (TOTW) 12 in EA FC 26 steht vor der T&uuml;r und Fans spekulieren bereits &uuml;ber die potenziellen Auszeichnungen. Besonders spannend sind die m&ouml;glichen Nominierungen von Top-Spielern wie Mbappe, Vitinha und Yamal, von denen mindestens einer ins Team aufgenommen werden k&ouml;nnte.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Die Vorbereitungen f&uuml;r die kommende Woche laufen auf Hochtouren, und die Community fiebert den Bekanntgaben entgegen. Es bleibt spannend zu beobachten, wer es ins begehrte TOTW schafft und welche Leistungen die Kandidaten in den letzten Spielen gezeigt haben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Interesse an den Team of the Week-Updates w&auml;chst stetig, da sie nicht nur die besten Leistungen der Spieler w&uuml;rdigen, sondern auch die M&ouml;glichkeit bieten, hochwertige Karten zu ergattern. Fans und Spieler sind gespannt, welche &Uuml;berraschungen EA Sports diesmal bereith&auml;lt, und diskutieren rege &uuml;ber die wahrscheinlichsten Nominierungen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber EA FC 26 und FC 26 Coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FC 26 Coins&lt;/a&gt; sind die zentrale virtuelle W&auml;hrung im FIFA Ultimate Team-Modus und werden verwendet, um &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FIFA Coins&lt;/a&gt; zu erwerben, Packs zu &ouml;ffnen, Spieler zu handeln oder das eigene Team mit neuen Trikots und Designs auszustatten.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen FC 26 Coins durch das Absolvieren von Matches, den Verkauf von Karten auf dem Transfermarkt oder durch das Aufladen &uuml;ber bekannte Trading-Plattformen wie LootBar.gg erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit dem gezielten Einsatz von FC 26 Coins lassen sich Teamverbesserungen schneller umsetzen und seltene Spieler, darunter HERO- und ICON-Stars, freischalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So bietet der Handel mit FIFA Coins Spielern die M&ouml;glichkeit, ihre Erfolgschancen in FIFA Ultimate Team nachhaltig zu steigern.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum FC 26 Coins bei LootBar kaufen &ndash; 10/10 empfohlen!&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihre FC 26 Coins aufladen m&ouml;chten, sollten sie in Erw&auml;gung ziehen, die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar.gg&lt;/a&gt; Plattform zu nutzen. Als eine der f&uuml;hrenden Seiten im Bereich &lt;a href=&quot;https://lootbar.gg/de/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;FIFA Coins kaufen&lt;/a&gt; &uuml;berzeugt lootbar.gg durch zahlreiche Vorteile, die sowohl f&uuml;r neue als auch f&uuml;r erfahrene Spieler attraktiv sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein gro&szlig;er Pluspunkt von lootbar.gg sind die wettbewerbsf&auml;higen Preise und regelm&auml;&szlig;igen Aktionen. Neue Kunden profitieren direkt von speziellen Rabatten, und dar&uuml;ber hinaus gibt es immer wieder Angebote, bei denen zus&auml;tzliche Bonuscoins vergeben werden. So bekommen Spieler beim FIFA Coins kaufen nicht nur mehr f&uuml;r ihr Geld, sondern k&ouml;nnen auch von exklusiven Deals profitieren, die lootbar.gg einzigartig machen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Dar&uuml;ber hinaus steht die Sicherheit bei lootbar.gg stets im Vordergrund. Dank moderner Verschl&uuml;sselungstechnologien und strengem Datenschutz sind Transaktionen jederzeit gesch&uuml;tzt. Der Kundensupport ist rund um die Uhr erreichbar und hilft bei Fragen oder Problemen schnell und zuverl&auml;ssig weiter. Au&szlig;erdem erfolgt die Lieferung der FC 26 Coins in der Regel innerhalb von 30 Minuten, sodass Spieler ihr Spielvergn&uuml;gen ohne lange Wartezeiten fortsetzen k&ouml;nnen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie kauft man FC 26 Coins bei LootBar?&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie zun&auml;chst die Website von LootBar und melden Sie sich mit Ihrem Konto an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie anschlie&szlig;end die Plattform aus, auf der Sie FC 26 spielen, und legen Sie fest, wie viele FC 26 Coins Sie kaufen m&ouml;chten.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nF&uuml;gen Sie die gew&uuml;nschte Anzahl an Coins in den Warenkorb und gehen Sie zur Kasse.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r eine der angebotenen Zahlungsmethoden wie Kreditkarte, PayPal oder andere, und schlie&szlig;en Sie die Zahlung ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach der Bezahlung gehen Sie in Ihren Bestellverlauf und tragen dort die notwendigen Informationen ein, damit der Transfer korrekt durchgef&uuml;hrt werden kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWarten Sie anschlie&szlig;end auf die Lieferung Ihrer FC 26 Coins und meiden Sie es, sich w&auml;hrenddessen in das Spiel einzuloggen, damit der Ablauf nicht gest&ouml;rt wird.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald die Bestellung abgeschlossen ist, werden die Coins Ihrem Spielkonto gutgeschrieben und Sie k&ouml;nnen sie direkt im Spiel nutzen.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; height=&quot;602&quot; src=&quot;https://c2c.fp.guinfra.com/file/68f0caf16aef31b0c2cb8ef9jCmVRkZL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(462, 650, '', 'Kuuvyaki-Gebiet Genshin Impact &ndash; Alle Teleporter finden', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27cb35a0ff6ed53a046czsYRBqDP03&quot; height=&quot;416&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27cb35a0ff6ed53a046czsYRBqDP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Kuuvyaki-Geheimnisse und R&auml;tsel&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das unterirdische Gebiet des Kuuvyaki Experimental Design Bureau in Genshin Impact ist ein Ort voller vielf&auml;ltiger Sehensw&uuml;rdigkeiten und R&auml;tsel. Besonders hervorzuheben ist das Nod-Edge-R&auml;tsel, das mit Kuuhenki in Verbindung steht und verschiedene Oculi sowie Sch&auml;tze unterschiedlicher Seltenheit enth&auml;lt. Diese ben&ouml;tigen Sie, um die Statue der Jungfrau des Mondes aufzustufen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die verschiedenen Ebenen des Areals &ndash; obere, mittlere und untere &ndash; bequem zu erkunden, sind die Teleporter von entscheidender Bedeutung. Einige dieser Portale sind an weniger offensichtlichen Stellen versteckt, weshalb eine sorgf&auml;ltige Suche notwendig ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In diesem Artikel zeigen wir Ihnen detailliert, wie Sie jeden Teleporter finden, und geben Ihnen einen &Uuml;berblick &uuml;ber die Lage sowie die Anzahl der Truhen und Mooncules in der Stahlfestung der Fatui.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Erfahren Sie, wie Sie das Experimental Design Bureau effizient betreten und erkunden k&ouml;nnen, um alle Sch&auml;tze und r&auml;tselhaften Elemente zu entdecken.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27cd0a14b079facb0c93CycOh2SS03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27cd0a14b079facb0c93CycOh2SS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um die Stahlfestung zu betreten, ist es notwendig, die Quest &bdquo;Der Schuhmacher hat keine Schuhe&ldquo; aus der Questkette &bdquo;&Ouml;stlich des Mondes, westlich der Sonne&ldquo; zu starten. Ohne die Erf&uuml;llung dieser Aufgabe bleibt der Durchgang geschlossen, was das Erkunden des Gebiets erheblich erschwert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Forschungseinrichtung des Kuuvyaki-Experimentallabors sind insgesamt dreizehn Teleporter installiert. Sieben dieser Teleporter befinden sich in unterirdischen Bereichen, w&auml;hrend die oberirdischen Schnellreisepunkte leicht zug&auml;nglich sind. Der Zugang zu den Teleportern in den unteren Ebenen ist jedoch meist eingeschr&auml;nkt oder unklar, was die Navigation erschwert.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Folgenden werden wir die verschiedenen R&auml;tsel vorstellen, die notwendig sind, um die verborgenen Teleporter zu aktivieren. Dabei variieren die Schwierigkeitsgrade der R&auml;tsel, und wir erkl&auml;ren Schritt f&uuml;r Schritt, wie man sie erfolgreich l&ouml;st, um die vollst&auml;ndige Erkundung des Gebiets zu erm&ouml;glichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27d0f93640942e39019cNB1yM9G603&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27d0f93640942e39019cNB1yM9G603&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf der vorgeschlagenen Karte lassen sich die Farblegenden wie folgt unterscheiden:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Wei&szlig;&lt;/strong&gt; &mdash; Offener Zugang, jedoch ohne klaren Hinweis oder Hinweis, ob es zwischen den gelb markierten Missionszielen freigeschaltet werden kann.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Gelb&lt;/strong&gt; &mdash; Werden erst nach Abschluss der Quest &bdquo;Der Schuhmacher hat keine Schuhe&ldquo; aktiviert.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Rot&lt;/strong&gt; &mdash; Im Zusammenhang mit der Suche &bdquo;Priorit&auml;ten zuerst&ldquo; zu finden.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27d2161d1d936d65a961YgkIZqWy03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27d2161d1d936d65a961YgkIZqWy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27d5f93640942e3901ecZwidpOKp03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27d5f93640942e3901ecZwidpOKp03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Besuchen Sie zun&auml;chst den Fahrstuhl und nehmen Sie die Fahrt in die oberste Etage des Geb&auml;udes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27d83e27ab136b591660umqwl1W303&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27d83e27ab136b591660umqwl1W303&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27dbb54812cb83172890pCWlc4hd03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27dbb54812cb83172890pCWlc4hd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27ddf93640942e390295CmqywLBr03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27ddf93640942e390295CmqywLBr03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beim ersten Besuch an diesem Ort &ouml;ffnet sich eine Szene, sobald man sich dem Terminal n&auml;hert. Es folgt ein Dialog zwischen den Mitgliedern der Fatui, der die Handlung einleitet. Nach dem Durchf&uuml;hren der aktiven Aktionen wie &bdquo;Container untersuchen&ldquo; und &bdquo;In den Container steigen&ldquo; wird die Mission &bdquo;Der Schuhmacher hat keine Schuhe&ldquo; freigegeben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27e0f93640942e3902cfdT0akv2Z03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27e0f93640942e3902cfdT0akv2Z03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginne, indem du den Flur verl&auml;sst und nach links abbiegen, um das Portal in Betrieb zu nehmen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27e2020d88e40ddaad95veU38ipu03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27e2020d88e40ddaad95veU38ipu03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lunocula erreicht die gegen&uuml;berliegende Seite des Raumes und betritt den Bereich.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27e5fa5f1deb845cdad9KN1EQwYH03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27e5fa5f1deb845cdad9KN1EQwYH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27e7fa5f1deb845cdafdD06wRbTL03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27e7fa5f1deb845cdafdD06wRbTL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27ea884643ea0eab3fdfVJgtVo2Q03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27ea884643ea0eab3fdfVJgtVo2Q03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der n&auml;chste Abschnitt f&uuml;hrt durch versteckte L&uuml;ftungssch&auml;chte, die sich bis zum Dach der robusten Festung erstrecken. Auf diesem Weg gelangt man zu einem Gitter, das den Zugang versperrt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27ecc72a9d782642c725MSitigg003&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27ecc72a9d782642c725MSitigg003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Fortschritt und Wege&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Weg zum zweiten Teleport ist nun offen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der dritte Punkt sollte noch verschoben werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27eeaa2c38223f4af9e65ZJyuMFC03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27eeaa2c38223f4af9e65ZJyuMFC03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In dem Bereich, den wir bereits untersucht haben, befindet sich ein Aufzug, der die mittlere Etage des Forschungsb&uuml;ros erschlie&szlig;t. Treten Sie in die Aufzugskabine ein und w&auml;hlen Sie die Option &lt;strong style=&quot;font-family:Arial;&quot;&gt;&quot;Hochfahren&quot;&lt;/strong&gt;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27f1d058e3c1f48503eaTKq51Ca703&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27f1d058e3c1f48503eaTKq51Ca703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Betreten Sie den Bereich des Landcruisers mit deaktivierter Funktion. Folgen Sie dem Korridor geradeaus und halten Sie sich rechts. Anschlie&szlig;end nutzen Sie die Treppe, um die obere Etage zu erreichen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27f40a14b079facb0e0757gogjAk03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27f40a14b079facb0e0757gogjAk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27f6e6fd44020a533359BGBm6Rxe03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27f6e6fd44020a533359BGBm6Rxe03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27f9d058e3c1f485045ePrqDmqW703&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27f9d058e3c1f485045ePrqDmqW703&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Luftschacht leitet Sie in den &Uuml;berwachungsraum, wo Netochka inhaftiert ist. Nach diesem Abschnitt gelangen Sie zu einem weiteren Portal.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27fbc657529ab59930c1A9i2ku3a03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27fbc657529ab59930c1A9i2ku3a03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e27fee501a7790436ccb3I3dHBTFd03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e27fee501a7790436ccb3I3dHBTFd03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie an der markierten Position und folgen Sie der &auml;u&szlig;eren Metallkante nach unten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Von &lt;strong style=&quot;font-family:Arial;&quot;&gt;Mondpfad&lt;/strong&gt; aus nehmen Sie die linke Abzweigung und steigen die Treppe auf das Dach, um weiter voranzukommen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2800fbf14ea9715f4a6dIOEHJSdS03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2800fbf14ea9715f4a6dIOEHJSdS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2803e6fd44020a53340fHzLW9ghk03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2803e6fd44020a53340fHzLW9ghk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beim Erkunden der Stahlfestung ist es nicht m&ouml;glich, sich an einzelnen Teilen des Rahmens festzuhalten, um einfacher hochzuklettern. Daher empfiehlt es sich, den rechten Bereich zu nutzen und zusammen mit Raskolnikow vorzugehen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2805f93640942e390561HN7qtmgP03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2805f93640942e390561HN7qtmgP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2808161d1d936d65ab698aZxDiOs03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2808161d1d936d65ab698aZxDiOs03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e280a34e36c3032255b00t1pfHLzt03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e280a34e36c3032255b00t1pfHLzt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das Ziel zu erreichen, folgen Sie zun&auml;chst der rechten Seite des Bereichs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Gehen Sie zum Ausgang der Zone und aktivieren Sie dort den Teleporter, um Ihre Reise fortzusetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Hinweis: Punkt 5 sollte verschoben werden, um den Ablauf zu optimieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e280d884643ea0eab417d7gk54f3I03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e280d884643ea0eab417d7gk54f3I03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e280f35a0ff6ed53a07a5wrJEhvbP03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e280f35a0ff6ed53a07a5wrJEhvbP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Reise am Mondpfad, der Sie direkt zur oberen Ebene des Standorts f&uuml;hrt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Folgen Sie diesem Pfad, um den gr&ouml;&szlig;ten Teil des Weges zur unteren Ebene effizient zu &uuml;berwinden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend des Aufstiegs bietet der Mondpfad eine klare Route, die Sie sicher zum Ziel bringt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutzen Sie die Gelegenheit, um unterwegs wichtige Gegenst&auml;nde oder Hinweise zu entdecken, die bei Ihrer Erkundung hilfreich sein k&ouml;nnten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2812dbe92f255adfdc47tvWN6Kut03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2812dbe92f255adfdc47tvWN6Kut03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2814020d88e40ddaaf131x2PTQHy03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2814020d88e40ddaaf131x2PTQHy03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beginnen Sie Ihre Erkundung, indem Sie den L&uuml;ftungsschacht verlassen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Anschlie&szlig;end bewegen Sie sich direkt zum n&auml;chsten Aufzug.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutzen Sie den Aufzug, um in die oberen Ebenen zu gelangen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e28170a484387ff99eadeCOUM8zzk03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e28170a484387ff99eadeCOUM8zzk03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2819aa2c38223f4afcc94Yxo7JxH03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2819aa2c38223f4afcc94Yxo7JxH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das Archiv zu erreichen, folgen Sie dem Weg dorthin. Von dort aus k&ouml;nnen Sie zur Recycling-Werkstatt gelangen, wo Sie erstmals auf Raskolnikov treffen. Diese Gegend ist au&szlig;erdem die N&auml;he des gesuchten Portals.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e281c35a0ff6ed53a082dMhx1uxCS03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e281c35a0ff6ed53a082dMhx1uxCS03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e281efbf14ea9715f4c87dKZXXBss03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e281efbf14ea9715f4c87dKZXXBss03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn du die Zerst&ouml;rung der Land Cruiser abschlie&szlig;t, kannst du die Energie des Kuuvyaki auf das Zerst&ouml;rungsmodul &uuml;bertragen. Dadurch wird der Zugang zum verglasten Verwaltungsraum freigegeben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nutze die Gelegenheit, um den Balken hinaufzuklettern und dich im Raum mit dem Teleportationspunkt zu positionieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Den Punkt 6 kannst du anschlie&szlig;end verschieben, um den Weg weiter freizumachen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e282135a0ff6ed53a085fQkh6AaJm03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e282135a0ff6ed53a085fQkh6AaJm03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2823b54812cb83172cc9SXcrKOry03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2823b54812cb83172cc9SXcrKOry03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;W&auml;hrend sie die westliche Zone der Stahlfestung erkunden, gelangen sie durch ein verstecktes Portal in das geheime Forschungszentrum. Im Inneren begegnen sie einem kniffligen R&auml;tsel, bei dem ein Barrieregenerator deaktiviert werden muss, um den Zugang zu einem wichtigen Pass zu erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2825020d88e40ddaaf71pDlcrevI03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2825020d88e40ddaaf71pDlcrevI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Unterirdische Teleporter Freischalten&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um das Problem zu beheben, sollten Sie zun&auml;chst auf die Kiste auf der rechten Seite steigen. Anschlie&szlig;end n&auml;hern Sie sich der Wand, um die T-F&auml;higkeit freizuschalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2828e6fd44020a53360dHMQjoSym03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2828e6fd44020a53360dHMQjoSym03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Barrieregenerator zu deaktivieren, holen Sie den Schl&uuml;ssel auf der gegen&uuml;berliegenden Seite des Raumes.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bringen Sie ihn dann in die N&auml;he des Generators, damit das Ger&auml;t ausgeschaltet wird.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e282be6fd44020a53363f7hSU3NfP03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e282be6fd44020a53363f7hSU3NfP03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um den Bereich effizient zu erkunden, bewegen Sie sich zun&auml;chst zum rechten Mechanismus, ohne die Wand zu passieren, und deaktivieren Sie ihn. Dadurch wird der Vorhang beiseite geschoben, was Ihnen den Zugang zum Teleporter erm&ouml;glicht. Sobald Sie den Teleporter erreicht haben, interagieren Sie damit, um Ihre Reise fortzusetzen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Falls Sie eine visuelle Anleitung bevorzugen, k&ouml;nnen Sie sich das vollst&auml;ndige L&ouml;sungsvideo ansehen:&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;https://wotpack.ru/wp-content/uploads/2025/09/kak-razblokirovat-podzemnyy-teleport-v-ekbk-fatui.mp4&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Vergessen Sie nicht, Punkt 7 entsprechend zu verschieben, um den Ablauf optimal zu gestalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e282df93640942e39084fTR7pFtLh03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e282df93640942e39084fTR7pFtLh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2830185f0f128327f4e03cBB1eyL03&quot; height=&quot;410&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2830185f0f128327f4e03cBB1eyL03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Erkunden Sie den westlichen Bereich des Gebiets gr&uuml;ndlich. &Uuml;berqueren Sie die Wand, die mit einer Falle gesichert ist, um Zugang zu einem Raum zu erhalten. In diesem Raum finden Sie einen Land Cruiser sowie ein Terminal, das Ihnen erm&ouml;glicht, die bewegliche Barriere im Flur zu deaktivieren.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2832e6fd44020a53368bW2Nh3CGx03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2832e6fd44020a53368bW2Nh3CGx03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Verwenden Sie die Treppe, um den L&uuml;ftungsschacht zu erreichen. Dieser f&uuml;hrt zu einem zus&auml;tzlichen Flur, in dem eine Fallwand installiert ist.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e283535a0ff6ed53a0947ub7UGxJb03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e283535a0ff6ed53a0947ub7UGxJb03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2837fa5f1deb845cde8bGa8YOaiH03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2837fa5f1deb845cde8bGa8YOaiH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e283afa5f1deb845cdebfzlPFmt9E03&quot; height=&quot;411&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e283afa5f1deb845cdebfzlPFmt9E03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Nachdem das Sicherheitssystem au&szlig;er Betrieb gesetzt wurde, gelangen Sie mittels des Aufzugs in die tiefere Etage des Gebiets. Dort befindet sich der letzte unterirdische Teleporter, der Ihre Reise fortsetzt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;L&ouml;sen Sie die Truhenr&auml;tsel, um wertvolle Belohnungen zu entdecken und Ihren Fortschritt zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e283cdbe92f255adfded5wiwDbZ1S03&quot; height=&quot;475&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e283cdbe92f255adfded5wiwDbZ1S03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Das Kuuvyaki-Experimentallabor ist vor allem wegen seiner vielf&auml;ltigen Schatztruhen ein beliebtes Ziel. Manche Beh&auml;lter sind leicht zug&auml;nglich und ben&ouml;tigen keine besonderen F&auml;higkeiten, um sie zu &ouml;ffnen. Andere Truhen sind nur durch das L&ouml;sen komplexer R&auml;tsel oder das Besiegen gef&auml;hrlicher Gegner erreichbar. Besonders wertvolle und luxuri&ouml;se Truhen versprechen die Chance auf das Siegel des Ewigen Mondes, was das Erkunden noch lohnenswerter macht. W&auml;hrend der Erkundung ist das Sammeln von Oculi ebenfalls ein wichtiger Aspekt, um Fortschritte zu erzielen und Belohnungen zu sichern.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e283faa2c38223f4aff4brOxX3zBa03&quot; height=&quot;451&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e283faa2c38223f4aff4brOxX3zBa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;730&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In der Stahlfestung befindet sich ein Bereich, in dem Sie mehrere wertvolle Gegenst&auml;nde entdecken k&ouml;nnen. Dort sind insgesamt 15 Oculi der Mondregion verstreut, deren genaue Positionen im Artikel anhand der Standorte aller aufgezeichneten Mondfische auf der Insel Paha dokumentiert sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beim Erkunden des Kuuvyaki-Experimentsystems im Genshin Impact k&ouml;nnen Spieler zahlreiche n&uuml;tzliche Ressourcen sammeln. Dazu geh&ouml;ren Quellsteine, Mondsiege, Mora sowie eine Vielzahl von Artefakten und Waffen in unterschiedlicher Seltenheitsstufe. Dieser Leitfaden hilft dabei, die Suche zu erleichtern, da er detaillierte Anweisungen zum Freischalten aller unterirdischen Teleporter in der Region enth&auml;lt.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle: Verwendung und Erwerbung&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Sch&ouml;pfungskristalle&lt;/a&gt; sind die Premiumw&auml;hrung in Genshin Impact und werden vor allem genutzt, um exklusive Items und Spielvorteile wie Urgestein oder spezielle Hilfspakete zu erwerben. Sie erm&ouml;glichen es den Spielern, schneller Fortschritte zu erzielen und besondere Charaktere oder Ausr&uuml;stungen freizuschalten. Sch&ouml;pfungskristalle erh&auml;lt man durch einen Top-up auf bekannten Handelsplattformen wie Codashop, Midasbuy oder direkt im offiziellen Shop des Spiels. Diese bequemen Zahlungswege machen es einfach, die gew&uuml;nschte Menge an Sch&ouml;pfungskristallen sicher und schnell zu erhalten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Aufladng Sch&ouml;pfungskristalle bei Lottbar.gg&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler planen, ihre Sch&ouml;pfungskristalle aufzuladen, sollten sie auf jeden Fall die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; Plattform in Betracht ziehen. Die Website lootbar.gg bietet eine bequeme und sichere M&ouml;glichkeit, &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin recharge kristalle&lt;/a&gt; zu erwerben, sodass Nutzer ihre Lieblingscharaktere und -waffen in Genshin Impact noch schneller freischalten k&ouml;nnen. Besonders f&uuml;r Spieler, die regelm&auml;&szlig;ig &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin top up&lt;/a&gt; durchf&uuml;hren m&ouml;chten, zeichnet sich lootbar durch seine benutzerfreundliche Oberfl&auml;che und schnelle Transaktionsabwicklung aus.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Vorteil von lootbar.gg ist die Preisgestaltung: Hier erhalten Spieler oft attraktive Rabatte, wenn sie gr&ouml;&szlig;ere Mengen Sch&ouml;pfungskristalle kaufen. Wer beispielsweise &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;genshin impact kaufen&lt;/a&gt; oder gro&szlig;e Mengen der Premiumw&auml;hrung ben&ouml;tigt, kann durch die Angebote auf der Plattform bares Geld sparen. Dank der transparenten Zahlungsabwicklung und dem zuverl&auml;ssigen Kundenservice ist lootbar eine empfehlenswerte Wahl f&uuml;r alle, die ihr Spielerlebnis in Genshin Impact effizient und kosteng&uuml;nstig erweitern m&ouml;chten.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Wie man Genshin Impact auf LootBar laden kann?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Sch&ouml;pfungskristalle f&uuml;r Genshin Impact &uuml;ber die LootBar Handelsplattform aufzuladen, gehen Sie wie folgt vor:&lt;/p&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBesuchen Sie die Webseite von LootBar und stellen Sie sicher, dass Sprache und W&auml;hrung Ihren Vorlieben entsprechen, danach melden Sie sich mit Ihrem Account an.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigieren Sie zur Rubrik &bdquo;Aufladen&ldquo; und w&auml;hlen Sie dort Genshin Impact als das gew&uuml;nschte Spiel aus.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEntscheiden Sie sich f&uuml;r die gew&uuml;nschte Menge an Sch&ouml;pfungskristallen und klicken Sie dann auf &bdquo;Jetzt aufladen&ldquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nW&auml;hlen Sie anschlie&szlig;end Ihren Server und geben Sie Ihre Genshin Impact UID korrekt ein, um den Kauf Ihrem Spielkonto zuzuordnen.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNach Best&auml;tigung Ihrer Angaben klicken Sie erneut auf &bdquo;Aufladen&ldquo;, w&auml;hlen eine der angebotenen Zahlungsmethoden aus und schlie&szlig;en den Bezahlvorgang ab.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSobald die Zahlung erfolgreich bearbeitet wurde, werden die Sch&ouml;pfungskristalle inklusive &lt;a href=&quot;https://lootbar.gg/de/top-up/genshin-impact?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Urgestein genshin impact&lt;/a&gt; direkt Ihrem Spielkonto gutgeschrieben.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; height=&quot;541&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2ac861b5916f6ca6d5d8VJklAA6e03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(463, 651, '', 'FC 26 Pack Names &ndash; Ultimate Guide to Naming Logic', '&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Introduction: The Confusion Behind FC 26 Pack Names&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Many players find themselves puzzled by the variety of pack names in FC 26.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;With hundreds of options available, names like Premium, Prime, Mixed, and Electrum often create confusion.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The similarities in naming make it hard to distinguish what each pack offers.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;EA frequently introduces new packs, adding to the complexity.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Remembering the content of every pack can be challenging, especially as the list keeps growing.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, each term actually follows a certain logic.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding the meaning behind these names can make navigating the packs much easier.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Instead of memorizing every detail, learning the naming conventions helps you quickly identify what to expect from each pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;So, while the pack system may appear complicated at first glance, there is a method to the naming order that simplifies things once you know what to look for.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;The Logic and Structure of Pack Names&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding Ultimate Team pack names can be confusing due to the variety of terms used.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;However, there is a clear system behind how these names are formed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Every pack name consistently ends with the word &#039;pack&#039;, which is a key detail to remember.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When analyzing the structure, each pack name can feature up to four words preceding &#039;pack&#039;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Each word falls into one of four unique categories, and these categories always appear in the same sequence.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Recognizing this pattern can make it much easier to interpret and identify different pack types in Ultimate Team.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below, you&#039;ll find an explanation of each category and how they fit together to form the complete pack name.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Category 1: Pack Size Explained&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimate Team packs are organized according to specific naming conventions, which reflect their size and content.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The standard pack contains 12 items, chosen because 12 can be divided evenly into several smaller quantities, making it practical for creating new pack types with fractional contents.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pack names typically indicate their size:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nStandard packs (12 items) usually don&rsquo;t include a size reference in their name. Examples: Gold Players Pack, Premium Electrum Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMini packs have 4 items, representing one-third of a standard pack. Example: 86+ Star Player Mini Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nSmall packs contain 6 items, half of the standard size, and always begin with &lsquo;Small&rsquo; in their name. Examples: Small Rare Gold Players Pack, Small Gold Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nJumbo packs double the standard amount with 24 items, and always start with &lsquo;Jumbo&rsquo;. Examples: Jumbo Gold Players Pack, Jumbo Rare Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nMega or Ultimate packs are among the largest, with 30 items. Examples: Mega Pack, Ultimate Pack, Rare Mega Pack.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While these categories cover most packs, there are exceptions with unusual sizes such as 1, 2, 3, 5, 7, 10, 13, 14, 15, 20, 25, 26, or even more items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These special packs usually include the number of items in their name, making them easy to identify (e.g., Two Rare Gold Players Pack, Gold 13 Pack, 100 Players Pack).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Pack names also reflect the quantity and quality of rare items, and the category of items included, helping players quickly understand the contents before opening.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Category 2: Quantity of Rare Items&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimate Team pack names are organized according to a specific logic that corresponds to the number and type of rare items included.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nBasic packs typically contain only one rare card, although some may feature more, especially the pricier packs that focus solely on rare players.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPacks are categorized based on the count of rare cards:\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Normal Packs&lt;/strong&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nUsually include one rare item for standard or small packs, and three for jumbo versions.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe pack name does not specify the number of rare cards, so this detail is omitted.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExamples: Bronze Pack, Gold Players Pack, Small Silver Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Premium Packs&lt;/strong&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nOffer three rare items in standard packs, and seven in jumbo packs.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nAlways feature the word &lsquo;Premium&rsquo; in the name, sometimes used in special offers to denote higher quality.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExamples: Premium Gold Pack, Jumbo Premium Gold Pack, Premium Mixed Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Prime Packs&lt;/strong&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nContain rare items equal to half the total number of cards in the pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe term &lsquo;Prime&rsquo; is consistently included in these pack names.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExamples: Prime Silver Players Pack, Small Prime Gold Players Pack, Prime Electrum Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&lt;strong style=&quot;font-family:Arial;&quot;&gt;Rare Packs&lt;/strong&gt; \n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEvery item in these packs is rare, matching the total card count.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe pack name always contains &lsquo;Rare&rsquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nExamples: Rare Silver Pack, Rare Players Pack, Small Rare Mixed Players Pack.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nPack names never combine more than one category term; you won&rsquo;t find names like &lsquo;Rare Premium&rsquo; or &lsquo;Prime Rare&rsquo;.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThere are no &lsquo;Small Premium&rsquo; packs because their structure matches the &lsquo;Small Prime&rsquo; packs. For instance, a Premium Pack with 12 cards includes 3 rare cards, while a Small Premium would have 6 cards and 3 rares, just like a Small Prime, which always has 50% rare cards.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This naming convention helps players quickly identify the pack&rsquo;s contents and rarity levels.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Category 3: Quality of Items&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;FC 26 packs are organized according to the quality of cards they contain, which are gold, silver, or bronze.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Packs containing only gold cards always have &#039;Gold&#039; in their name.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples include: Gold Pack, Small Rare Gold Players Pack, Premium Gold Players Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Packs with only silver cards feature &#039;Silver&#039; in the name.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Silver Pack, Silver Gift Pack, Small Silver Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Packs with only bronze cards use &#039;Bronze&#039; in their naming.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Bronze Pack, Bronze Players Pack, Rare Bronze Players Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If a pack contains cards of all three qualities in equal amounts, the term &#039;Mixed&#039; is used in the name.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Mixed Players Pack, Rare Mixed Players Pack, Premium Mixed Players Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Packs that include gold and silver items equally, but no bronze, use &#039;Electrum&#039; in the title.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Small Electrum Players Pack, Small Rare Electrum Players Pack, Prime Electrum Players Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In every case, the pack&rsquo;s name clearly indicates the quality or mix of items inside.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Category 4: Category of Items&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;FC 26 Ultimate Team features five main item categories: players, staff, consumables, vanity, and club items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Packs are typically organized based on the types of items they contain:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mixed Packs:  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs include a combination of all item types.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The pack name does not specify the contents by category.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Gold Pack, Premium Gold Players Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players-Only Packs:  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs contain only player items.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The word &lsquo;Players&rsquo; is always present in the pack&rsquo;s name.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Silver Players Pack, Small Mixed Players Pack, Rare Players Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Consumables-Only Packs:  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs are limited to consumable items, such as manager league cards and healing cards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Consumables Pack, Rare Consumables Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Notably, there are no packs dedicated exclusively to staff, vanity, or club items.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Special Variants and Exceptions&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;EA Sports introduces new and varied pack names each year in Ultimate Team, often making it challenging to determine exactly what a pack contains. These names generally follow certain themes or logic, though new variants emerge regularly. Here are some of the main naming patterns and what they indicate:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;League-Specific Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs only include players from a particular league.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example: Ligue 1 Premium Players Pack, Premier League Prime Players Pack, Serie A Three Players Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Position-Based Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All items in these packs are for players of a specific position group, such as defenders, midfielders, or forwards.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples include: Prime Gold Defenders Pack, Rare Gold Midfielders Pack, Rare Gold Forwards Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Attribute-Focused Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Such packs guarantee that included players meet a minimum rating in a certain attribute (like passing or pace).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: 82+ Passing Player Pack, 82+ Dribbling Player Pack, 82+ Pace Player Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall Rating Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players in these packs are guaranteed to have at least a certain overall rating.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: 82+ Rare Player Pack, 85+ Rare Players Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Loan Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These only contain loan player items, which can be used temporarily in your squad.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: OTW Loan Player Pack, Loan LaLiga TOTS Pack, Loan Players Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Untradeable Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;All items from these packs cannot be sold or traded on the market.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Untradeable 86+ Star Player Mini Pack, Untradeable Rare Players Pack, Untradeable Ultimate Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Special Event Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At least one item in these packs is an in-form or special event player.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Any TOTW Player Pack, TOTY Loan Player Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Player Pick Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs let you choose one player from several options.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: 85+ Player Pick Pack, 80+ EFIGS Player Pick, 92+ Icon Moments Player Pick Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Icon Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;At least one Icon player is included, and the type of Icon is often specified (base, mid, prime, etc.).&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Mid Icon Pack, 91+ Mid or Prime Icon Pack, 92+ Icon Moments Player Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Preview Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;You can view the contents before purchasing, giving you a risk-free look.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Premium Silvers Pack, Prime Gold Players Pack, Rare Gold Pack.&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Seasonal Packs  &lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;These packs are themed around specific times or events in the game&rsquo;s calendar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Examples: Season Opener Jumbo Rare Players Pack, Half-Time Rare Players Pack, Extra-Time Ultimate Pack.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding these naming conventions can help you better anticipate what&rsquo;s inside each pack and make more informed choices when building your Ultimate Team.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Frequently Asked Questions and Practical Examples&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ultimate Team pack names are typically structured using four main elements: size, quantity, quality, and item type.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;This logical order helps players quickly understand what each pack contains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For example:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThe &quot;Small Prime Electrum Players Pack&quot; breaks down as follows:\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&quot;Small&quot; indicates a reduced pack size, usually six items.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&quot;Prime&quot; means half of those items are rare, so three rare and three regular.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&quot;Electrum&quot; signals a mix of gold and silver items, with three of each.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&quot;Players&quot; tells you the pack contains only player cards.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nIn summary: six player cards, half rare, three gold, three silver.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Another example is the &quot;Rare Gold Pack&quot;:&lt;/p&gt;\n&lt;ul style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nThis name omits the size, implying a standard pack with 12 items.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\n&quot;Rare&quot; and &quot;Gold&quot; specify that all items are rare and gold.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nWithout a specific item type mentioned, the pack includes a mix: rare gold players, staff, consumables, stadiums, and vanity items.\n&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Understanding this naming logic makes it easier to anticipate the contents of any Ultimate Team pack.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Best way to get fc 26 coins&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If you&rsquo;re an avid &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc player&lt;/a&gt; and find yourself running low on &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc coins&lt;/a&gt; in the latest FC 26 game, there&rsquo;s no need to worry! Instead of spending endless hours grinding for rewards, you can head straight to the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbargg&lt;/a&gt; trading platform to easily purchase &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fc 26 coins&lt;/a&gt;. LootBar.gg offers a quick solution for gamers looking to boost their in-game wealth without hassle, making it the ideal alternative to the &lt;a href=&quot;https://lootbar.gg/game-coins/fc26?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;fifa store&lt;/a&gt; for your coin needs.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;What sets LootBar.gg apart is its commitment to providing the best prices on the market for FC 26 coins, with regular discounts and occasional promotions that can reach up to 8% off. Safety is guaranteed thanks to advanced encryption and data protection, ensuring 100% secure transactions every time. The platform also boasts lightning-fast delivery&mdash;usually within just half an hour&mdash;so you&rsquo;ll be able to enjoy your new coins almost instantly. Plus, their 24/7 customer service means you&rsquo;re never left without support, and their impressive Trustpilot rating of 4.9 reflects the satisfaction of fellow gamers worldwide. For any FC player seeking the fastest, safest, and most reliable way to buy FIFA 26 coins, LootBar.gg stands out as the premier choice.&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game'),
(464, 652, '', 'Duet Night Abyss Co-op Dungeons: Multiplayer Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Co-op Dungeon Experience&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Duet Night Abyss offers a cooperative multiplayer mode focused on dungeon content, allowing players to team up for various challenges. While the main storyline and world exploration are primarily designed for solo play, the game provides solid co-op support within specific areas.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In particular, players can join forces in dungeons to clear encounters and farm valuable drops, enhancing the collaborative experience. The game supports at least two players in co-op mode, with beta tests confirming party sizes of up to four members.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Players have multiple options to form parties&mdash;either by inviting friends directly or through matchmaking systems. Additionally, after completing the first chapter, players gain access to the social hub, Icefire City, where they can connect and organize multiplayer sessions more easily.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Overall, Duet Night Abyss balances solo adventure with multiplayer dungeon cooperation, making co-op a key feature for endgame content without disrupting the core story progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26f7592d1b46b822ec74BTWOmYwW03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26f7592d1b46b822ec74BTWOmYwW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Duet Night Abyss, cooperative gameplay is a core feature primarily centered around dungeon exploration. Players can easily form teams by inviting friends directly or utilizing the built-in matchmaking system to find compatible partners.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Most dungeon encounters are designed to support multiplayer cooperation, enabling players to work together to overcome challenging bosses, secure rare loot, and coordinate their strategies. Developer insights and live streams have indicated that cooperative play is expected to extend beyond dungeons, with future updates potentially incorporating co-op elements into broader campaign missions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The full multiplayer capabilities were confirmed with the October 2025 global release, which ensured that all dungeons are fully co-op enabled. This allows for smooth, uninterrupted team-based exploration and combat, making the game a collaborative experience from start to finish.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26fbdbe92f255adfcbe6gDFeBFUh03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26fbdbe92f255adfcbe6gDFeBFUh03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Once players unlock the multiplayer plaza in Icefire City, they gain access to various social features that enhance cooperative gameplay. This hub serves as a central point for organizing team activities, including group chats and party formations, allowing players to coordinate missions and dungeons more effectively.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In the game, forming co-op parties is straightforward. Players can invite friends to join specific challenges, with support for both private groups and public matchmaking. Typically, co-op sessions involve at least two players, but beta testing indicates that up to four players can team up simultaneously, providing a flexible multiplayer experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;There is no strict limit on the number of participants for each activity, although practical constraints such as dungeon design suggest a maximum of four players. The matchmaking system offers options for both public queues and private invites, giving players control over how they assemble their teams. Importantly, co-op gameplay is optional, and players can choose to hide their online status or disable multiplayer visibility to enjoy a solo experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A notable feature is that participating in co-op runs does not deplete stamina or energy, allowing players to repeatedly clear dungeons without restrictions. This makes cooperative play ideal for farming resources, character materials, and gear over extended periods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Loot is shared among party members, including valuable items like character fragments, weapon components, and mods, promoting teamwork and collaborative progression. The absence of stamina costs for co-op activities encourages sustained multiplayer sessions, fostering social engagement and long-term growth.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, special items such as secret letters can be obtained through thematic theater events and shared activities, which are integral to unlocking characters like Psyche. These elements further tie cooperative gameplay into the broader reward system, enriching the multiplayer experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26ffe6fd44020a532204MP5O4xo003&quot; height=&quot;646&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26ffe6fd44020a532204MP5O4xo003&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Icefire City Features&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Icefire City acts as the central social area, accessible after completing the initial chapter. Within this zone, players can enjoy various casual activities like showcasing their cosmetics, cooking with friends over barbecues, capturing photos, or even relaxing together in designated sleeping spots. The environment also integrates features such as group chats and friend invitations, making it easier to transition smoothly into cooperative gameplay sessions.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In terms of multiplayer combat, players can team up to leverage combined abilities, enhancing crowd control and timing their attacks for maximum impact. Although the game doesn&#039;t emphasize intricate team roles or specialized synergy mechanics, its 3D combat system encourages coordinated strikes and strategic positioning among teammates.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2702f93640942e38f23fiEu93rxQ03&quot; height=&quot;499&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2702f93640942e38f23fiEu93rxQ03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Character Abilities and Strategies&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Duet Night Abyss, characters are equipped with distinct abilities and weapon configurations that promote a variety of team strategies. For instance, Psyche&#039;s signature move, themed around butterflies, grants her the power of flight and the ability to launch targeted homing attacks, adding mobility and offensive options. Meanwhile, Fina&#039;s ultimate ability creates a versatile field that modifies her elemental effects, allowing players to tailor her skills to different combat situations. This diversity encourages players to experiment with different character combinations for optimal performance and tactical advantage.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What is the Duet Night Abyss?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Duet Night Abyss Phoxene Plumule&lt;/a&gt; is a premium in-game currency used in Duet Night Abyss for acquiring exclusive items, special packs, and powerful weapons to enhance your overall gameplay experience. With Phoxene Plumule, players can purchase Prismatic Hourglasses for limited event banners, unlock stylish outfits, and obtain rare Thought fragments to customize their characters. To conveniently top up Duet Night Abyss Phoxene Plumule, you can visit popular game trading platforms such as Codashop, OffGamers, or Midasbuy, ensuring a quick and secure way to boost your in-game resources. Collecting this currency not only accelerates progression but also allows you to express your unique style within the fantastical world of Duet Night Abyss.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;LootBar: The Best Platform for Duet Night Abyss Recharge&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players want to top up Duet Night Abyss Phoxene Plumule, they may want to consider the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform. As a leading hub for in-game item trading, lootbar.gg provides a streamlined and user-friendly experience, allowing players to &lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Duet Night Abyss Phoxene Plumule&lt;/a&gt; with just a few clicks. The platform&rsquo;s comprehensive approach ensures that users can access rare materials like Phoxene Plumule efficiently, making progress in the game smoother and more enjoyable.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the standout advantages of using lootbar is its commitment to security and flexibility. With support for over 60 global payment methods, including PayPal, Visa, and MasterCard, players worldwide can make purchases with confidence. Lootbar.gg employs advanced encryption technology and robust anti-fraud measures, ensuring every transaction is protected. This level of security gives players peace of mind, so they can focus on enhancing their Duet Night Abyss gameplay instead of worrying about their personal information.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, lootbar offers instant delivery of in-game items, including Duet Night Abyss Phoxene Plumule, so players never have to wait long to enjoy their purchases. The platform frequently features exclusive promotions and bonus rewards, allowing users to maximize the value of their top-ups. For any questions or issues, lootbar provides 24/7 customer support, ensuring help is always available. With these advantages, lootbar.gg stands out as the go-to destination to buy Duet Night Abyss Phoxene Plumule quickly, securely, and with added benefits.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Duet Night Abyss at LootBar?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To &lt;a href=&quot;https://lootbar.gg/top-up/duet-night-abyss?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Duet Night Abyss&lt;/a&gt; Phoxene Plumule on the LootBar trading platform, start by visiting the official LootBar.gg website and selecting your preferred language and currency. After logging in to your account, navigate to the Top-Up section and select Duet Night Abyss from the available options. Here, you can browse different packs and decide how many Phoxene Plumule you would like to purchase, then proceed by clicking the &lsquo;Top-up Now&rsquo; button.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose your payment method from the available options and confirm your purchase by clicking &lsquo;Pay Now&rsquo;. After payment, you will be asked to provide your account details, including your login method, account information, and password, to ensure the correct delivery of your Phoxene Plumule. For added security and assistance, it is recommended to stay in touch with LootBar customer service throughout the process until your top up Duet Night Abyss order is fully completed.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2707f93640942e38f288aF62k7Vo03&quot; height=&quot;762&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2707f93640942e38f288aF62k7Vo03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;For players seeking reliable, efficient, and better priced gaming top-up, LootBar stands out as the best platform. Its high level of customer satisfaction is evident from a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;, confirming its status as the go-to choice for gaming top-up.&lt;/p&gt;', 9, 'game');
INSERT INTO `posts_articles` (`article_id`, `post_id`, `cover`, `title`, `text`, `category_id`, `tags`) VALUES
(465, 653, '', 'Last War: Survival Diamonds &ndash; Best Ways to Spend', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2717f93640942e38f3a2QLrISdlX03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2717f93640942e38f3a2QLrISdlX03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Last War: Survival, diamonds are a prized resource that can dramatically influence your gameplay experience. To optimize their use, players must adopt strategic spending habits that balance immediate needs with long-term growth. Whether you are a free-to-play player with limited resources or a paying participant, understanding where to invest diamonds is crucial for sustained progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the most impactful ways to spend diamonds is by activating VIP status. Unlocking VIP perks provides numerous advantages, including faster building times, quicker troop movements, and increased resource production. These benefits significantly accelerate your base development and combat readiness, giving you a competitive edge in both PvE and PvP scenarios. For those seeking the best value, purchasing a 30-day VIP membership at around 10,000 diamonds offers comprehensive benefits that enhance your overall efficiency.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Beyond VIP activation, investing in VIP points is essential for advancing through higher VIP levels. These points can be purchased with diamonds, allowing faster progression and unlocking powerful bonuses such as improved hero stats&mdash;attack, defense, and health&mdash;that bolster your combat capabilities. For free players, boosting VIP levels early can unlock critical upgrades, though it&rsquo;s vital to balance this expenditure against other priorities to avoid depleting resources prematurely.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Stamina management is another key aspect of diamond expenditure. Since stamina dictates how often you can engage in battles, gather resources, or participate in events, restoring it with diamonds ensures continuous activity without delays. While purchasing stamina directly from the VIP store offers discounts, overuse can quickly drain your diamond reserves due to increasing costs for subsequent refills. Use stamina restores judiciously to maintain gameplay flow without unnecessary expenditure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Protecting your base is crucial, especially during high-risk periods like enemy raids or alliance events. Investing in shields&mdash;particularly the one-day shield costing around 5,000 diamonds&mdash;provides vital protection against enemy attacks, preserving your troops and resources. Shields are especially valuable during vulnerable moments, preventing significant losses and safeguarding your progress. Additionally, after an attack, using diamonds to extinguish fires&mdash;caused by enemy assaults&mdash;can quickly repair damage, but this should be done sparingly. Combining shields with fire extinguishment ensures your base remains resilient without unnecessary diamond expenditure.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Defense and resilience also involve strategic use of shields and fire management. Purchasing shields during critical attack windows or alliance events helps prevent resource plundering and base destruction. When your base is damaged, carefully weigh the cost of fire extinguishment against the importance of quick repairs; often, deploying a shield first can prevent further damage, making repairs more cost-effective.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Diamonds also provide access to essential resources and upgrades through the VIP and diamond stores. Prioritize items like stamina for ongoing missions, crafting components such as dielectric ceramics for gear upgrades, and drone parts to enhance offensive and defensive capabilities. Investing in decorations, especially legendary upgrades, can improve overall performance by boosting resource generation and battle stats, offering long-term benefits. Teleporters, while useful for strategic repositioning, should be purchased thoughtfully&mdash;considering their infrequent use and alternative methods like alliance points.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lastly, maximizing diamond income through gameplay events, daily rewards, and strategic participation ensures you can continue making meaningful investments. Balancing spending across various categories&mdash;VIP benefits, resource boosts, protection, and repairs&mdash;allows you to develop a powerful, resilient base and remain competitive throughout your Last War: Survival journey. With careful planning and strategic spending, diamonds can be your most valuable asset in achieving victory and growth.Managing your diamond resources efficiently is crucial in Last War: Survival to ensure steady progression and maximize gameplay benefits. Instead of spending diamonds impulsively, prioritize investing in the VIP store, which offers consistent and tangible advantages such as stamina refills, resource boosts, and special perks that accelerate your development.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Focus on essential items like stamina and dielectric ceramic from the VIP shop to sustain your activity levels and upgrade efficiency. When you have surplus diamonds, consider purchasing drone parts or universal decor components, which support base improvements and hero upgrades. Keep an eye out for limited-time deals and exclusive offers that can provide rare and valuable items, giving you an edge in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Use diamonds judiciously for speed-ups primarily during critical periods, such as completing urgent research or building upgrades. While speed-ups can save significant time, they are costly, and their use should be reserved for pivotal moments, especially for experienced players. For newcomers, it&rsquo;s better to accumulate diamonds and invest in long-term benefits rather than rushing progress with speed boosts.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Participating in lucky spin events is an effective strategy to rapidly gather legendary shards, which are essential for upgrading key heroes like Kimberly or Mason. These events often require diamond spending but can yield high-value rewards, allowing you to enhance your hero lineup faster. Additionally, purchasing hero shards directly from the VIP store can bolster your hero levels and star ratings, further improving combat performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;During high-risk phases, such as enemy attacks or alliance shield periods, activating shields is vital. The 72-hour shield, costing around 12,000 diamonds, can protect your base from damage and provide breathing room to recover. After an attack, repairing damages promptly by spending diamonds on extinguishing fires is necessary to restore base durability, but always activate a shield beforehand to prevent further losses.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;For players early in their journey, it&rsquo;s advisable to save diamonds until you reach a more advanced stage. Early on, focus on essential upgrades and VIP status rather than spending on less valuable items in the diamond store. Once your diamond stash grows&mdash;say 50,000 to 100,000&mdash;you can then use those diamonds for speed-ups, troop training, or acquiring powerful heroes to expedite your progress.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Acquiring diamonds through gameplay is as important as how you spend them. Daily and weekly tasks, such as hero recruitment and zombie kills, can yield up to 210 diamonds daily. Engaging in mutant spawn events, which challenge your damage capability, offers significant rewards including thousands of diamonds based on your leaderboard ranking. Participating regularly in these events and upgrading your heroes to deal more damage increases your overall diamond income.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Other sources include mystery supply boxes, which occasionally grant large diamond rewards, and intercity trade missions, where completing specific SSR or UR missions can net you additional diamonds. Furthermore, rallying Doom elites can provide diamonds as part of the loot, especially when combined with resource farming.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Finally, strategic spending on VIP benefits offers the greatest long-term advantage. Activating VIP status enhances construction speed, resource production, and hero stats, with the 30-day VIP providing the best value. Achieving higher VIP levels unlocks additional hero bonuses, directly boosting your combat effectiveness and resource management.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In summary, the best way to spend diamonds in Last War: Survival involves focusing on VIP benefits, carefully selecting purchases like stamina and base components, participating in diamond-earning events, and reserving spending for critical moments such as shield activation and hero upgrades. Thoughtful management of this valuable resource will greatly enhance your ability to grow, defend, and succeed in the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; height=&quot;190&quot; src=&quot;https://c2c.fp.guinfra.com/file/68acf579197d4dc5256597c20VKO3fx803&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;What are Last war: Survival and Last War: Survival Hot Package?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Last War: Survival Hot Package&lt;/a&gt; is the premium in-game currency used in Last War: Survival, allowing players to unlock valuable resources, acquire powerful equipment, and recruit new heroes to enhance their chances of surviving the zombie apocalypse. By topping up Hot Package, players can speed up their progress, improve their shelter, and enjoy a more rewarding gameplay experience. You can conveniently purchase Last War: Survival Hot Package through various game trading platforms such as SEAGM, Codashop, and Midasbuy, making it easy to recharge and stay ahead in the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Why Choose LootBar.gg to top up Last War: Survival?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to top up Last War: Survival Hot Package, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for a smoother and more affordable experience.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Lootbar.gg stands out for its secure and professional service, designed specifically for gamers who want convenience and reliability. The platform supports multiple payment methods and features a straightforward recharge guide, making every transaction simple and quick. With 24/7 customer support, users can resolve any issues at any time, ensuring that topping up &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war gold bricks&lt;/a&gt; or Hot Packages is always worry-free.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In addition to its user-friendly interface, lootbar offers highly competitive prices, with discounts on Last War: Survival Hot Package that can reach up to 25%. This allows players to enjoy the same in-game value as purchasing last war gold bricks, but at a lower cost. The platform also hosts a vibrant community hub where players can access exclusive guides, news, and connect with fellow fans through the LootBar blog and Discord.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to top up Last war: Survival at Lootbar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To complete a &lt;a href=&quot;https://lootbar.gg/top-up/last-war-survival?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;last war top up&lt;/a&gt; on the lootbar trading platform, start by accessing the LootBar website and logging into your account or creating a new one if you are a first-time user. Once signed in, navigate to the top-up section and select Last War: Survival from the available game options. Browse the Hot Package selections and pick the one that suits your needs, then proceed by clicking the button to initiate the top-up process.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Next, choose your preferred payment method from the provided options and confirm your transaction by clicking the payment button. After successfully making the payment, you will need to submit your game account details so the platform can deliver the purchased Hot Package to your Last War: Survival account. This streamlined process ensures that your last war top up is completed securely and efficiently, allowing you to quickly enjoy the benefits within the game.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; height=&quot;665&quot; src=&quot;https://c2c.fp.guinfra.com/file/6863222813f4cb579365e2b1tGstTA7c03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;As a trusted choice for gaming top-up, LootBar offers both top speed and affordability. The platform has earned a reputation as the best platform for gaming recharge, supported by outstanding customer feedback&mdash;&lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game'),
(466, 654, '', 'Zenless Zone Zero &ndash; Release am 4. Juli 2024 enth&uuml;llt', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e2585d058e3c1f484e050qYOHPWkF03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e2585d058e3c1f484e050qYOHPWkF03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bisher war der genaue Ver&ouml;ffentlichungstermin f&uuml;r Hoyoverse&#039; neues Spiel Zenless Zone Zero noch unklar, doch jetzt steht er fest.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Der Entwickler hinter Genshin Impact plant den Launch f&uuml;r den 4. Juli 2024.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;An diesem Tag erscheint das Spiel auch kostenlos f&uuml;r die PlayStation 5 von Sony.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Auf dem PC kann Zenless Zone Zero &uuml;ber einen eigenen Client sowie im Epic Games Store gespielt werden.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Zus&auml;tzlich ist das Spiel auf iOS- und Android-Ger&auml;ten verf&uuml;gbar.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Bereits haben sich &uuml;ber 35 Millionen Fans vorab registriert, um das Spiel zu erleben.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Anschluss k&ouml;nnt ihr einen neuen Trailer sehen, der den Charakter Lycaon n&auml;her vorstellt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e258778eba36bd1c7d2c0SVaNfRzR03&quot; height=&quot;360&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e258778eba36bd1c7d2c0SVaNfRzR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;480&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Tauchen Sie ein in die Welt von Zenless Zone Zero, das nach einer mysteri&ouml;sen Katastrophe namens &quot;H&ouml;hle&quot; spielt. Diese Ereignisse haben die Erde grundlegend ver&auml;ndert und eine neue &Auml;ra eingel&auml;utet.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im Zentrum steht die Stadt New Eridu, die als letzte Zuflucht f&uuml;r verschiedenste Gruppen dient. Als Player schl&uuml;pfen Sie in die Rolle eines Proxys - eine Schl&uuml;sselperson, die die Verbindung zwischen der Stadt und den gef&auml;hrlichen H&ouml;hlen herstellt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Sie haben die M&ouml;glichkeit, ein Team aus bis zu drei Charakteren zusammenzustellen, um gegen diverse Gegner zu k&auml;mpfen. Jeder Feind bringt individuelle F&auml;higkeiten mit, die es strategisch zu nutzen gilt, um sie erfolgreich zu besiegen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; height=&quot;1&quot; src=&quot;https://c2c.fp.guinfra.com/file/67e1800d142a1dfd9f6858053KauOxsH03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;&Uuml;ber Zenless Zone Zero und Zenless Zone Zero Monochrom&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero Monochrome Film&lt;/a&gt; ist die Premium-W&auml;hrung im Spiel Zenless Zone Zero und wird haupts&auml;chlich verwendet, um wertvolle Ingame-Ressourcen wie Charaktere, W-Engine und seltene Gegenst&auml;nde zu erwerben.  &lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Spieler k&ouml;nnen Zenless Zone Zero Monochrome Film durch einen Top-up auf verschiedenen Handelsplattformen wie Lootbar, Codashop oder anderen vertrauensw&uuml;rdigen Online-Shops erhalten.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Mit dieser W&auml;hrung lassen sich gezielt Agenten freischalten oder spezielle Items kaufen, was den Spielfortschritt erheblich beschleunigt.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein sicheres und g&uuml;nstiges Aufladen von Zenless Zone Zero Monochrome Film ist besonders &uuml;ber offizielle Partnerseiten zu empfehlen.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Warum Zenless Zone Zero Top Up bei LootBar.gg?&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Wenn Spieler ihr Zenless Zone Zero Monochrome Film aufladen m&ouml;chten, sollten sie unbedingt die &lt;a href=&quot;https://lootbar.gg/de/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt;.gg Plattform in Betracht ziehen. Das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Zenless Zone Zero top up&lt;/a&gt; &uuml;ber lootbar bietet nicht nur eine benutzerfreundliche und intuitive Oberfl&auml;che, sondern auch zahlreiche Vorteile, die das Spielerlebnis deutlich verbessern. Dank der speziell f&uuml;r Gamer entwickelten Services profitieren Nutzer von schnellen und reibungslosen Transaktionen, bei denen Sicherheit und Datenschutz h&ouml;chste Priorit&auml;t haben. Au&szlig;erdem erm&ouml;glicht lootbar ein einfaches Management der Spielw&auml;hrung und sorgt daf&uuml;r, dass Spieler zu jeder Zeit flexibel und effizient auf ihre Ressourcen zugreifen k&ouml;nnen.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Ein weiterer Vorteil der Zenless Zone Zero Top Up auf lootbar sind die attraktiven Preise und exklusiven Angebote, die regelm&auml;&szlig;ig zur Verf&uuml;gung stehen. Durch die zuverl&auml;ssige und z&uuml;gige Lieferung der gekauften Monochrome Film k&ouml;nnen Spieler ohne Verz&ouml;gerung weiter in die Welt von ZZZ eintauchen. Zus&auml;tzlich steht ein kompetenter Kundensupport rund um die Uhr bereit, der bei Fragen oder Problemen sofort Hilfe bietet. Insgesamt macht lootbar.gg das Aufladen von Zenless Zone Zero Monochrome Film einfach, sicher und besonders lohnenswert f&uuml;r alle ZZZ-Fans.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;So laden Sie Zenless Zone Zero bei LootBar auf&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Um Monochrome Film f&uuml;r ZZZ &uuml;ber den lootbar.gg-Marktplatz aufzuladen, beginnen Sie damit, die Website lootbar.gg/de zu besuchen. Dort w&auml;hlen Sie Ihre bevorzugte Sprache und W&auml;hrung aus und loggen sich in Ihr Benutzerkonto ein. Suchen Sie anschlie&szlig;end das &lt;a href=&quot;https://lootbar.gg/de/top-up/zenless-zone-zero?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;zenless zone zero aufladezentrum&lt;/a&gt; auf der Plattform und geben Sie Ihre pers&ouml;nliche Zenless Zone Zero UID sowie die entsprechende Serverregion ein. Als N&auml;chstes w&auml;hlen Sie die gew&uuml;nschte Menge an Monochrome Film, die Sie Ihrem Konto hinzuf&uuml;gen m&ouml;chten, und klicken Sie auf &bdquo;Sofort aufladen&ldquo;.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Im n&auml;chsten Schritt &uuml;berpr&uuml;fen Sie noch einmal sorgf&auml;ltig, ob Ihre UID korrekt ist und mit Ihrem Zenless Zone Zero Account &uuml;bereinstimmt. Danach w&auml;hlen Sie die von Ihnen bevorzugte Zahlungsmethode aus der Liste der verf&uuml;gbaren Optionen und klicken auf &bdquo;Sofort bezahlen&ldquo;, um den Vorgang abzuschlie&szlig;en. Die Zahlung wird rasch und sicher verarbeitet, sodass die Monochrome Film in wenigen Augenblicken direkt in Ihrem ZZZ-Spiel verf&uuml;gbar sind.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; height=&quot;745&quot; src=&quot;https://c2c.fp.guinfra.com/file/685f2a6cefcecba1e0a206f9mJdpAxUG03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;996&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar is the best platform for professional and secure gaming recharge. This reputable site has received a high rating of &lt;strong&gt;4.9/5.0 on Trustpilot&lt;/strong&gt;, indicating a high level of customer satisfaction and reliability.&lt;/p&gt;', 9, 'game'),
(467, 655, '', 'Castorice Honkai: HP Mechanics &amp; Revival Guide', '&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26d20a484387ff99d2d8V2EILQwY03&quot; height=&quot;562&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26d20a484387ff99d2d8V2EILQwY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26d401e8fadc976b5e21u7pwkFim03&quot; height=&quot;385&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26d401e8fadc976b5e21u7pwkFim03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Castorice: HP-Driven Damage and Revival&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;In Honkai: Star Rail, Castorice emerges as an innovative damage dealer with a focus on health point (HP) mechanics. Her skill set is designed to capitalize on HP scaling, allowing her to boost her own damage and that of her summon by intentionally lowering her team&#039;s HP levels. This unique approach enhances her offensive capabilities while also weakening enemies by reducing their resistances across all types, making her a versatile asset in combat.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;A standout feature of Castorice is her special passive ability, which enables her to revive an ally once per battle, even if she is not actively participating at the moment. This resurrection mechanic introduces a strategic layer to her usage, potentially influencing the game&#039;s meta as future characters and global passive abilities become more prominent.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Maximizing Castorice&rsquo;s effectiveness requires prioritizing her level-up ascension and trace upgrades. Improving her traces significantly boosts her damage potential, ensuring she remains impactful across various content tiers. To streamline her development, players are encouraged to pre-farm essential ascension materials, reducing downtime and facilitating faster progression. Given her dual role as a damage dealer and utility provider, early ascension and trace unlocking are vital for unlocking her full potential and maintaining optimal team performance.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Below is a comprehensive list of all the materials necessary for her ascension and enhancement in Honkai: Star Rail.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26d7e6fd44020a531f9a8XsiHjbY03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26d7e6fd44020a531f9a8XsiHjbY03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Character Material Overview&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Castorice shares the same trace materials as Aglaea, emphasizing her role as a remembrance character. Like Tribbie, she utilizes the same boss material, reflecting her status as a quantum character.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Interestingly, her enemy drops are unique within the game, with no other characters currently utilizing these items, yet they are accessible through pre-farming methods.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The enemy drops include items such as Ethereal Omen, Echoing Wail, and Eternal Lament, each adding to her distinctive collection.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Her boss drops feature the Darkveil Moonlight, a valuable resource for progression.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When it comes to trace materials, she gathers Bīja of Consciousness, Seedling of Manas, and Flower of Ālaya, which are essential for character development.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Additionally, her weekly boss rewards include the Auspice Silver, providing consistent opportunities for players to farm necessary materials.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26db0a484387ff99d37aILBcT4YD03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26db0a484387ff99d37aILBcT4YD03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Enemy Drops and Strategy&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;The enemies encountered by Castorice often yield drops accompanied by ominous black tide monsters. While these drops are somewhat more restricted compared to those from other adversaries, they remain attainable for players. Similarly, her boss drops can be pre-farmed, allowing players to gather valuable rewards right from the game&#039;s launch period.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26dd020d88e40ddaa51dgw3QpIiW03&quot; height=&quot;203&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26dd020d88e40ddaa51dgw3QpIiW03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26e0020d88e40ddaa539aBY3Figt03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26e0020d88e40ddaa539aBY3Figt03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;When utilizing Castorice, players need to prioritize increasing her trace levels to unlock her full potential. If resources are scarce, investing in her basic attacks should be deemed less urgent, as they hold minimal significance within her overall skill set.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26e3fa5f1deb845ccd1b4vjZO6Ov03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26e3fa5f1deb845ccd1b4vjZO6Ov03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Upgrade Priorities for Castorice&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;While basic attacks hold limited significance for Castorice, their low material cost makes upgrades appealing. For players with sufficient resources, enhancing basic attacks can offer strategic advantages without significant investment. Therefore, upgrading these attacks might be worthwhile for those seeking incremental power gains.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26e5e6fd44020a5320809rt1LwNf03&quot; height=&quot;185&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26e5e6fd44020a5320809rt1LwNf03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26e8592d1b46b822ebeeuxesiiyR03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26e8592d1b46b822ebeeuxesiiyR03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;To maximize Castorice&#039;s effectiveness and damage output, players should prioritize enhancing her skill levels, refining her talent attributes, and strengthening her ultimate abilities.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26eae6fd44020a5320ccpSCvxUW103&quot; height=&quot;374&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26eae6fd44020a5320ccpSCvxUW103&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26ee0a484387ff99d4c6ikzH15Pc03&quot; height=&quot;500&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26ee0a484387ff99d4c6ikzH15Pc03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Investing in her skill tree enhances Castorice&#039;s critical hit rate, critical damage, and quantum damage output. Prioritizing these attributes is essential for maximizing her overall effectiveness and achieving an optimized build.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/692e26f3120dbcbf5eb004088QfV8chB03&quot; height=&quot;496&quot; src=&quot;https://c2c.fp.guinfra.com/file/692e26f3120dbcbf5eb004088QfV8chB03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/68b0e7ebe9abadf4c56fd63dtJxfdxBa03&quot; height=&quot;108&quot; src=&quot;https://c2c.fp.guinfra.com/file/68b0e7ebe9abadf4c56fd63dtJxfdxBa03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;768&quot; /&gt;&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Oneiric Shard: Usage and Acquisition&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Oneiric Shards&lt;/a&gt; serve as a valuable resource in Honkai Star Rail, primarily used to boost the skills and capabilities of Valkyries and Stigmata, making your team stronger for challenging content. Players looking to quickly obtain these shards often turn to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;Honkai Star Rail top up&lt;/a&gt; services available on popular game trading platforms, where they can purchase Oneiric Shards with real money. This convenient method allows for swift character progression and access to exclusive upgrades. By utilizing these platforms, players can efficiently enhance their gameplay experience and achieve greater power within the game.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;Buy Oneiric Shard from LootBar&lt;/h3&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;If players are looking to &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;buy Oneiric Shard&lt;/a&gt; to upgrade their Valkyries and Stigmata, they may want to consider using the &lt;a href=&quot;https://lootbar.gg/?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;lootbar&lt;/a&gt; game trading platform for their &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;honkai star rail top up&lt;/a&gt; needs. lootbar.gg stands out as a trusted and secure marketplace, providing a seamless transaction experience for gamers worldwide. With its professional approach, lootbar ensures that every &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up honkai star rail&lt;/a&gt; process is safe and efficient, allowing players to enhance their gameplay without any hassle.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;One of the major advantages of using lootbar is the variety of payment options available, making it easy for users from different regions to complete their transactions. Additionally, the platform offers 24/7 online customer service, so any concerns or questions can be promptly addressed, ensuring a smooth and reliable experience. Whether you&rsquo;re a new player or a seasoned veteran, lootbar.gg provides convenience and peace of mind every step of the way.&lt;/p&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;Furthermore, lootbar is known for its competitive pricing and regular discounts, with some promotions offering up to 20% off on select items. This means players can buy Oneiric Shard for less compared to many other platforms, maximizing the value of their honkai star rail top up. By choosing lootbar for your game enhancements, you not only save money but also enjoy a professional and user-friendly service tailored to your gaming needs.&lt;/p&gt;\n&lt;h3 style=&quot;font-family:Arial;&quot;&gt;How to Top Up Honkai Star Rail on LootBar&lt;/h3&gt;\n&lt;ol style=&quot;font-family:Arial;&quot;&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nTo &lt;a href=&quot;https://lootbar.gg/top-up/honkai-star-rail?utm_source=blog&quot; style=&quot;font-family:Arial;&quot;&gt;top up Star Rail&lt;/a&gt; Oneiric Shards on the LootBar trading platform, first visit the official LootBar website and select your preferred language and currency, then log in to your account.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNavigate to the top-up section and find the game you want to recharge; select Honkai: Star Rail from the available options.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nNext, decide on the quantity of Oneiric Shards or the Express Supply Pass you wish to purchase and click the &ldquo;Top-up Now&rdquo; button.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nEnter your game server, Star Rail UID, and Character Name as requested to ensure the top up Star Rail transaction is processed correctly.\n&lt;/li&gt;\n&lt;li style=&quot;font-size:18px;font-family:Arial;&quot;&gt;\nFinally, confirm your order, select your payment method, and complete the purchase. Once payment is successful, the Oneiric Shards will be credited to your account, ready for upgrading Valkyries and Stigmata.\n&lt;/li&gt;\n&lt;/ol&gt;\n&lt;p style=&quot;font-size:18px;font-family:Arial;&quot;&gt;&lt;img alt=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; height=&quot;518&quot; src=&quot;https://c2c.fp.guinfra.com/file/685dd967b398bebb3e0e4f24VfU03ZcI03&quot; style=&quot;margin:16px auto;margin-bottom:16px;font-family:Arial;&quot; width=&quot;1000&quot; /&gt;&lt;/p&gt;&lt;h2 style=&quot;font-size:24px;font-family:Arial, sans-serif;font-weight:bold;margin-bottom:10px;&quot;&gt;What is the best Gaming Top-Up Platform？&lt;/h2&gt;&lt;p style=&quot;font-size:18px;font-family:Arial, sans-serif;line-height:1.6;color:#333;&quot;&gt;LootBar stands out as a reliable and professional platform for gaming recharge. Its reliability and popularity are reflected in excellent reviews, including a &lt;strong&gt;4.9/5.0 rating on Trustpilot&lt;/strong&gt;.&lt;/p&gt;', 9, 'game');

-- --------------------------------------------------------

--
-- Table structure for table `posts_audios`
--

CREATE TABLE `posts_audios` (
  `audio_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL,
  `views` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_audios`
--

INSERT INTO `posts_audios` (`audio_id`, `post_id`, `source`, `views`) VALUES
(1, 25, 'sounds/2025/09/mxbook_dd93d9b5d5a22ac6f1ba3348172295b8.wav', 1),
(2, 33, 'sounds/2025/09/mxbook_88374467d773fe258d5c3f90b7c4f053.mp3', 1);

-- --------------------------------------------------------

--
-- Table structure for table `posts_cache`
--

CREATE TABLE `posts_cache` (
  `cache_id` int(10) UNSIGNED NOT NULL,
  `cache_date` datetime NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_colored_patterns`
--

CREATE TABLE `posts_colored_patterns` (
  `pattern_id` int(10) UNSIGNED NOT NULL,
  `type` enum('color','image') NOT NULL DEFAULT 'color',
  `background_image` varchar(256) DEFAULT NULL,
  `background_color_1` varchar(32) DEFAULT NULL,
  `background_color_2` varchar(32) DEFAULT NULL,
  `text_color` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_colored_patterns`
--

INSERT INTO `posts_colored_patterns` (`pattern_id`, `type`, `background_image`, `background_color_1`, `background_color_2`, `text_color`) VALUES
(1, 'image', 'patterns/1.jpg', NULL, NULL, '#FFFFFF'),
(2, 'image', 'patterns/2.jpg', NULL, NULL, '#FFFFFF'),
(3, 'image', 'patterns/3.jpg', NULL, NULL, '#FFFFFF'),
(4, 'image', 'patterns/4.jpg', '', '', '#000000'),
(5, 'image', 'patterns/5.jpg', NULL, NULL, '#FFFFFF'),
(6, 'color', NULL, '#FF00FF', '#030355', '#FFF300'),
(7, 'color', '', '#FF003D', '#D73A3A', '#FFFFFF');

-- --------------------------------------------------------

--
-- Table structure for table `posts_comments`
--

CREATE TABLE `posts_comments` (
  `comment_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` enum('post','photo','comment') NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_type` enum('user','page') NOT NULL,
  `text` longtext NOT NULL,
  `image` varchar(256) DEFAULT NULL,
  `voice_note` varchar(256) DEFAULT NULL,
  `time` datetime NOT NULL,
  `reaction_like_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_love_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_haha_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_yay_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_wow_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_sad_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_angry_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `replies` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_comments`
--

INSERT INTO `posts_comments` (`comment_id`, `node_id`, `node_type`, `user_id`, `user_type`, `text`, `image`, `voice_note`, `time`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `replies`, `points_earned`) VALUES
(1, 5, 'post', 1, 'user', 'Nic Dp', '', '', '2025-09-29 05:38:29', 0, 1, 0, 0, 0, 0, 0, 0, '0'),
(2, 5, 'post', 1, 'user', '😁', '', '', '2025-09-29 05:39:13', 0, 0, 0, 0, 0, 0, 0, 0, '0'),
(17, 32, 'post', 17, 'user', 'Awesome 😝', '', '', '2025-10-01 11:28:10', 0, 0, 0, 0, 0, 0, 0, 0, '0'),
(26, 65, 'post', 1, 'user', 'hello', '', '', '2025-10-16 03:51:02', 0, 0, 0, 0, 0, 0, 0, 0, '0');

-- --------------------------------------------------------

--
-- Table structure for table `posts_comments_reactions`
--

CREATE TABLE `posts_comments_reactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `comment_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `reaction` varchar(32) DEFAULT 'like',
  `reaction_time` datetime DEFAULT NULL,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_comments_reactions`
--

INSERT INTO `posts_comments_reactions` (`id`, `comment_id`, `user_id`, `reaction`, `reaction_time`, `points_earned`) VALUES
(1, 1, 17, 'love', '2025-09-29 05:38:40', '0'),
(2, 6, 17, 'haha', '2025-09-29 06:54:13', '0'),
(6, 19, 17, 'haha', '2025-10-15 05:46:56', '0'),
(7, 38, 1, 'like', '2025-10-16 11:19:09', '0');

-- --------------------------------------------------------

--
-- Table structure for table `posts_courses`
--

CREATE TABLE `posts_courses` (
  `course_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `fees` float UNSIGNED NOT NULL,
  `fees_currency` int(10) UNSIGNED NOT NULL,
  `start_date` datetime NOT NULL,
  `end_date` datetime NOT NULL,
  `cover_image` varchar(256) NOT NULL,
  `available` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_courses_applications`
--

CREATE TABLE `posts_courses_applications` (
  `application_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `phone` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `applied_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_files`
--

CREATE TABLE `posts_files` (
  `file_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_files`
--

INSERT INTO `posts_files` (`file_id`, `post_id`, `source`) VALUES
(1, 34, 'files/2025/09/mxbook_1f333306a030b3e510185083e8201075.docx');

-- --------------------------------------------------------

--
-- Table structure for table `posts_funding`
--

CREATE TABLE `posts_funding` (
  `funding_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(256) NOT NULL,
  `amount` float NOT NULL DEFAULT 0,
  `raised_amount` float NOT NULL DEFAULT 0,
  `total_donations` int(11) NOT NULL DEFAULT 0,
  `cover_image` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_funding_donors`
--

CREATE TABLE `posts_funding_donors` (
  `donation_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `donation_amount` float UNSIGNED NOT NULL DEFAULT 0,
  `donation_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_hidden`
--

CREATE TABLE `posts_hidden` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_jobs`
--

CREATE TABLE `posts_jobs` (
  `job_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `salary_minimum` float UNSIGNED NOT NULL,
  `salary_minimum_currency` int(10) UNSIGNED NOT NULL,
  `salary_maximum` float UNSIGNED NOT NULL,
  `salary_maximum_currency` int(10) UNSIGNED NOT NULL,
  `pay_salary_per` varchar(100) NOT NULL,
  `type` varchar(100) NOT NULL,
  `question_1_type` varchar(100) DEFAULT NULL,
  `question_1_title` varchar(256) DEFAULT NULL,
  `question_1_choices` text DEFAULT NULL,
  `question_2_type` varchar(100) DEFAULT NULL,
  `question_2_title` varchar(256) DEFAULT NULL,
  `question_2_choices` text DEFAULT NULL,
  `question_3_type` varchar(100) DEFAULT NULL,
  `question_3_title` varchar(256) DEFAULT NULL,
  `question_3_choices` text DEFAULT NULL,
  `cover_image` varchar(256) NOT NULL,
  `available` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_jobs`
--

INSERT INTO `posts_jobs` (`job_id`, `post_id`, `category_id`, `title`, `location`, `salary_minimum`, `salary_minimum_currency`, `salary_maximum`, `salary_maximum_currency`, `pay_salary_per`, `type`, `question_1_type`, `question_1_title`, `question_1_choices`, `question_2_type`, `question_2_title`, `question_2_choices`, `question_3_type`, `question_3_title`, `question_3_choices`, `cover_image`, `available`) VALUES
(1, 31, 1, 'PHP developer', 'Los angelus,california,usa', 200, 24, 300, 24, 'per_year', 'full_time', 'free_text', 'Interview / Assessment Questions  Technical Questions:  Explain the difference between include, require, include_once, and require_once in PHP.  What is OOP in PHP, and why is it important?  Explain MVC architecture. How is it implemented in Laravel or Cod', '', 'free_text', '', '', 'free_text', '', '', 'photos/2025/09/mxbook_3b9dd24e2d216f4daa1a9cbaa04d34f3.png', '1');

-- --------------------------------------------------------

--
-- Table structure for table `posts_jobs_applications`
--

CREATE TABLE `posts_jobs_applications` (
  `application_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `phone` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `work_place` varchar(100) DEFAULT NULL,
  `work_position` varchar(100) DEFAULT NULL,
  `work_description` text DEFAULT NULL,
  `work_from` varchar(100) DEFAULT NULL,
  `work_to` varchar(100) DEFAULT NULL,
  `work_now` enum('0','1') DEFAULT NULL,
  `question_1_answer` text DEFAULT NULL,
  `question_2_answer` text DEFAULT NULL,
  `question_3_answer` text DEFAULT NULL,
  `cv` varchar(256) DEFAULT NULL,
  `applied_time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_links`
--

CREATE TABLE `posts_links` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `source_url` text NOT NULL,
  `source_host` varchar(256) NOT NULL,
  `source_title` text NOT NULL,
  `source_text` mediumtext NOT NULL,
  `source_thumbnail` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_live`
--

CREATE TABLE `posts_live` (
  `live_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `video_thumbnail` varchar(256) NOT NULL,
  `agora_uid` int(11) NOT NULL,
  `agora_channel_name` varchar(256) NOT NULL,
  `agora_resource_id` text DEFAULT NULL,
  `agora_sid` varchar(256) DEFAULT NULL,
  `agora_file` text DEFAULT NULL,
  `live_ended` enum('0','1') NOT NULL DEFAULT '0',
  `live_recorded` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_live`
--

INSERT INTO `posts_live` (`live_id`, `post_id`, `video_thumbnail`, `agora_uid`, `agora_channel_name`, `agora_resource_id`, `agora_sid`, `agora_file`, `live_ended`, `live_recorded`) VALUES
(26, 65, 'photos/2025/10/mxbook_1baa94a051bc0d025976bc26e1770497.png', 948120308, 'e67d98d788a63a93e54564d8ddebc759', NULL, NULL, NULL, '1', '0'),
(49, 88, 'photos/2025/10/mxbook_6bae76b45b9b975be1677c98f0818a5f.png', 1842360926, 'a02f9eb82a8508274b09d5eaf0d40097', NULL, NULL, NULL, '1', '0'),
(50, 89, 'photos/2025/10/mxbook_e7ce097554f0e414cc2576980b244020.png', 1745128953, 'a02f9eb82a8508274b09d5eaf0d40097', NULL, NULL, NULL, '1', '0'),
(55, 94, 'photos/2025/10/mxbook_252fa5f51c18e68548a985a3baf96725.png', 682991255, '206d100f3c01ff16f0eaf381a285757f', NULL, NULL, NULL, '1', '0'),
(56, 95, 'photos/2025/10/mxbook_547032ccd0a3ef5d76e50c5a21c94e4a.png', 1396329260, '206d100f3c01ff16f0eaf381a285757f', NULL, NULL, NULL, '1', '0'),
(59, 98, 'photos/2025/10/mxbook_db16a93f2835f7b58a475487bd6cfc47.png', 592662831, 'cb7d560fd767fc295c5f37d2e44d95f2', NULL, NULL, NULL, '1', '0'),
(60, 99, 'photos/2025/10/mxbook_1984995d53cc50c13d6f37f6edfa26dc.png', 221375127, 'cb7d560fd767fc295c5f37d2e44d95f2', NULL, NULL, NULL, '1', '0'),
(61, 100, 'photos/2025/10/mxbook_fdd449a87754f370f60e99c6007e6a43.png', 2089819815, 'cb7d560fd767fc295c5f37d2e44d95f2', NULL, NULL, NULL, '1', '0'),
(62, 101, 'photos/2025/10/mxbook_17fa570ed5f17ba3ba8d9d88f47ed635.png', 753570207, 'cb7d560fd767fc295c5f37d2e44d95f2', NULL, NULL, NULL, '1', '0'),
(63, 102, 'photos/2025/10/mxbook_4280ed715eb314fe9d2624d92f590609.png', 1248160819, 'c991b5b1a8fb79d310e40c893ff27eba', NULL, NULL, NULL, '1', '0'),
(64, 103, 'photos/2025/10/mxbook_dcdb0fe23e4465b188aa83a4e39ba924.png', 1920333941, '76cadd35dafdc2f9b1e380710f7a81bb', NULL, NULL, NULL, '1', '0'),
(65, 104, 'photos/2025/10/mxbook_34f6c3f0d413491fefe7ec1dd75c72dc.png', 1487488349, '76cadd35dafdc2f9b1e380710f7a81bb', NULL, NULL, NULL, '1', '0'),
(66, 105, 'photos/2025/10/mxbook_d75daa40bda240966f6ccde933fa112e.png', 1259129567, '0f529e69d0c5f8ac8d67a86cb54c7692', NULL, NULL, NULL, '1', '0'),
(67, 106, 'photos/2025/10/mxbook_054d1409318577d00768e802a19d2f83.png', 407673173, '0f529e69d0c5f8ac8d67a86cb54c7692', NULL, NULL, NULL, '1', '0'),
(68, 107, 'photos/2025/10/mxbook_d213b3b0d45d8166578228fcb996dd36.png', 1747033151, '0f529e69d0c5f8ac8d67a86cb54c7692', NULL, NULL, NULL, '1', '0'),
(69, 108, 'photos/2025/10/mxbook_3b3cc3047eccbb3967a285c1b98ad09f.png', 215715227, '0f529e69d0c5f8ac8d67a86cb54c7692', NULL, NULL, NULL, '1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `posts_live_users`
--

CREATE TABLE `posts_live_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_media`
--

CREATE TABLE `posts_media` (
  `media_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(11) NOT NULL,
  `source_url` mediumtext NOT NULL,
  `source_provider` varchar(256) NOT NULL,
  `source_type` varchar(256) NOT NULL,
  `source_title` text DEFAULT NULL,
  `source_text` mediumtext DEFAULT NULL,
  `source_html` mediumtext DEFAULT NULL,
  `source_thumbnail` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_merits`
--

CREATE TABLE `posts_merits` (
  `merit_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `image` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_offers`
--

CREATE TABLE `posts_offers` (
  `offer_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `discount_type` varchar(32) NOT NULL,
  `discount_percent` int(10) UNSIGNED NOT NULL,
  `discount_amount` varchar(100) NOT NULL,
  `buy_x` varchar(100) NOT NULL,
  `get_y` varchar(100) NOT NULL,
  `spend_x` varchar(100) NOT NULL,
  `amount_y` varchar(100) NOT NULL,
  `end_date` datetime DEFAULT NULL,
  `price` float UNSIGNED NOT NULL DEFAULT 0,
  `thumbnail` varchar(256) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_offers`
--

INSERT INTO `posts_offers` (`offer_id`, `post_id`, `category_id`, `title`, `discount_type`, `discount_percent`, `discount_amount`, `buy_x`, `get_y`, `spend_x`, `amount_y`, `end_date`, `price`, `thumbnail`) VALUES
(1, 30, 0, '', '', 0, '', '', '', '', '', NULL, 0, ''),
(2, 55, 0, '', '', 0, '', '', '', '', '', NULL, 0, ''),
(3, 113, 3, 'test', 'discount_amount', 1, '122', '', '', '', '', '2025-11-07 12:16:00', 1323120, '');

-- --------------------------------------------------------

--
-- Table structure for table `posts_paid`
--

CREATE TABLE `posts_paid` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_photos`
--

CREATE TABLE `posts_photos` (
  `photo_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `album_id` int(10) UNSIGNED DEFAULT NULL,
  `source` varchar(256) NOT NULL,
  `blur` enum('0','1') NOT NULL DEFAULT '0',
  `pinned` enum('0','1') NOT NULL DEFAULT '0',
  `reaction_like_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_love_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_haha_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_yay_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_wow_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_sad_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reaction_angry_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `comments` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_photos`
--

INSERT INTO `posts_photos` (`photo_id`, `post_id`, `album_id`, `source`, `blur`, `pinned`, `reaction_like_count`, `reaction_love_count`, `reaction_haha_count`, `reaction_yay_count`, `reaction_wow_count`, `reaction_sad_count`, `reaction_angry_count`, `comments`) VALUES
(1, 2, 1, 'photos/2025/09/mxbook_a76bcea97cdadf325dee65ca7d2c3a73.webp', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(2, 3, 2, 'photos/2025/09/mxbook_c395002a0d0ec5c5c98f4fb09ef524ba.webp', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(3, 4, 3, 'photos/2025/09/mxbook_172fc941c646c43464dea1db3eb5ffcd.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(4, 5, 2, 'photos/2025/09/mxbook_ebc74acb1811d7817a1bbff143be95a9.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(5, 8, 4, 'photos/2025/09/mxbook_a2dab0c47a7c4e7f48b452147afc741b.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(6, 11, 5, 'photos/2025/09/mxbook_f91feab5cd9fd82e9de45eb72bcc7d57.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(7, 21, 6, 'photos/2025/09/mxbook_3911f8059850393b68ecd565a4d625bd.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(8, 21, 6, 'photos/2025/09/mxbook_b196d4cd9d4671f4cc43080a8aa48a99.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(9, 21, 6, 'photos/2025/09/mxbook_091328255f01eec5ebecad3bdf5fba9a.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(10, 21, 6, 'photos/2025/09/mxbook_221bddb2e327bc3395504d2f48c9a3d1.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(11, 21, 6, 'photos/2025/09/mxbook_8ac5d2794ee54ef87094da2a4c047b36.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(12, 21, 6, 'photos/2025/09/mxbook_b3ea1d667497ee7ae1b07cbaee3f051f.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(13, 21, 6, 'photos/2025/09/mxbook_887496ba4177aa65bde52609d98715e6.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(14, 21, 6, 'photos/2025/09/mxbook_c6a22bd6c97d1e2eb03c807eb7d6b103.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(15, 21, 6, 'photos/2025/09/mxbook_a62d797bcd1e6c6bdf2a58b306e55cce.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(16, 22, 7, 'photos/2025/09/mxbook_b7b442bb5cec3da345d6504c99b29ff7.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(17, 22, 7, 'photos/2025/09/mxbook_a3e5372c35b6ed1f78bf37a8cb2f9786.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(18, 22, 7, 'photos/2025/09/mxbook_7f441a0078a26e5e1d24c9532ef7d045.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(19, 22, 7, 'photos/2025/09/mxbook_6c0fd82ece5c5ab724d618b42ce2f18e.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(20, 23, 8, 'photos/2025/09/mxbook_2744479fae942d30ff570db52370d223.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(21, 23, 8, 'photos/2025/09/mxbook_aad08bd5eb8f3a414ede165180ada130.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(22, 23, 8, 'photos/2025/09/mxbook_722fd31149f38b19fd5d7ab2a22c5cd4.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(23, 23, 8, 'photos/2025/09/mxbook_593eddad9854ebe1cdfae54fdd176057.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(24, 23, 8, 'photos/2025/09/mxbook_c5db5205ebe5f06f1dbd6cc01150b835.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(25, 23, 8, 'photos/2025/09/mxbook_a778175249e83b793e20f7bb424ac624.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(26, 23, 8, 'photos/2025/09/mxbook_53967639b4505deafbf50fb272199943.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(27, 23, 8, 'photos/2025/09/mxbook_530d046de2e2e77a9d709331a0c5c4d0.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(29, 30, NULL, 'photos/2025/10/mxbook_1583c2686479b66722a132e7322c82da.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(30, 30, NULL, 'photos/2025/10/mxbook_19a5b1ed0565d311dc0a7e837f95c29e.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(31, 30, NULL, 'photos/2025/09/mxbook_b468346ba46404df73a32852d734082d.webp', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(32, 30, NULL, 'photos/2025/09/mxbook_ef83933bc5951a2b8e09e99205e0b1de.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(33, 36, 3, 'photos/2025/09/mxbook_33b0d622ae00f7d0ebfd88adff5e5a46.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(34, 37, 9, 'photos/2025/09/mxbook_c784e6099b6bb1d1a87b2f5d8b2c9c8d.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(35, 37, 9, 'photos/2025/09/mxbook_d569326f9d7709bccbe005b114e4f3db.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(37, 41, 10, 'photos/2025/09/mxbook_7a4317d7b6d360a188c19e1f5532e849.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(38, 42, 11, 'photos/2025/09/mxbook_75129b253faa0d37e154b0feb3354827.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(39, 43, 3, 'photos/2025/09/mxbook_e0c891fe053b765b5c8cb87a12abeecd.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(40, 55, NULL, 'photos/2025/10/mxbook_70419205244ca3baca2687243fe387d2.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(41, 55, NULL, 'photos/2025/10/mxbook_3aed18656bd20fc7d89d78f3e67ce99c.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(42, 55, NULL, 'photos/2025/10/mxbook_5e8e4661fdb4fdf6d99e039540314537.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(43, 112, 5, 'photos/2025/10/mxbook_173892e1f522741cdd0ca95a55b951f4.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(44, 112, 5, 'photos/2025/10/mxbook_a1b3f219ecf8fec2b71b139123403711.jpeg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(45, 113, NULL, 'photos/2025/10/mxbook_aeb7b3e164430b03ed187f2e86304f7c.png', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(46, 120, NULL, 'photos/2025/10/mxbook_b5d0be9e40706c7c2ebb525f5f2b9da1.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(47, 120, NULL, 'photos/2025/10/mxbook_cde6c47399948b69d0be3745afc77400.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(48, 120, NULL, 'photos/2025/10/mxbook_edf7cdcef48d729dcaecc68c776a7d18.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(49, 120, NULL, 'photos/2025/10/mxbook_4ce8d9162c2e7ba3f0675ef2ebf23233.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(50, 127, 12, 'photos/2025/10/mxbook_5aee5999840e9b825642e7d3a6410b65.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0),
(51, 131, 13, 'photos/2025/11/mxbook_fcf3ae8d5adf76c5c0e2ca8215c0a764.jpg', '0', '0', 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `posts_photos_albums`
--

CREATE TABLE `posts_photos_albums` (
  `album_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_type` enum('user','page') NOT NULL,
  `in_group` enum('0','1') NOT NULL DEFAULT '0',
  `group_id` int(10) UNSIGNED DEFAULT NULL,
  `in_event` enum('0','1') NOT NULL DEFAULT '0',
  `event_id` int(10) UNSIGNED DEFAULT NULL,
  `title` varchar(256) NOT NULL,
  `privacy` enum('me','friends','public','custom') NOT NULL DEFAULT 'public'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_photos_albums`
--

INSERT INTO `posts_photos_albums` (`album_id`, `user_id`, `user_type`, `in_group`, `group_id`, `in_event`, `event_id`, `title`, `privacy`) VALUES
(1, 1, 'user', '0', NULL, '0', NULL, 'Profile Pictures', 'public'),
(2, 17, 'user', '0', NULL, '0', NULL, 'Profile Pictures', 'public'),
(3, 17, 'user', '0', NULL, '0', NULL, 'Timeline Photos', 'public'),
(4, 17, 'user', '0', NULL, '0', NULL, 'Cover Photos', 'public'),
(5, 1, 'user', '0', NULL, '0', NULL, 'Timeline Photos', 'public'),
(6, 17, 'user', '0', 0, '0', 0, 'Events Albums', 'public'),
(7, 17, 'user', '0', 0, '0', 0, 'House &amp; Villas', 'public'),
(8, 17, 'user', '0', 0, '0', 0, 'Nature Collection', 'public'),
(9, 1, 'page', '0', NULL, '0', NULL, 'Timeline Photos', 'public'),
(10, 17, 'user', '0', NULL, '1', 1, 'Cover Photos', 'public'),
(11, 17, 'user', '1', 1, '0', NULL, 'Cover Photos', 'public'),
(12, 26, 'user', '0', NULL, '0', NULL, 'Profile Pictures', 'public'),
(13, 30, 'user', '0', NULL, '0', NULL, 'Profile Pictures', 'public');

-- --------------------------------------------------------

--
-- Table structure for table `posts_photos_reactions`
--

CREATE TABLE `posts_photos_reactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `photo_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `reaction` varchar(32) NOT NULL DEFAULT 'like',
  `reaction_time` datetime DEFAULT NULL,
  `points_earned` enum('0','1') DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_polls`
--

CREATE TABLE `posts_polls` (
  `poll_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `votes` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_polls`
--

INSERT INTO `posts_polls` (`poll_id`, `post_id`, `votes`) VALUES
(1, 27, 1);

-- --------------------------------------------------------

--
-- Table structure for table `posts_polls_options`
--

CREATE TABLE `posts_polls_options` (
  `option_id` int(10) UNSIGNED NOT NULL,
  `poll_id` int(10) UNSIGNED NOT NULL,
  `text` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_polls_options`
--

INSERT INTO `posts_polls_options` (`option_id`, `poll_id`, `text`) VALUES
(1, 1, 'Option A: Funny Memes'),
(2, 1, 'Option B: Travel Photos'),
(3, 1, 'Option C: News &amp; Updates'),
(4, 1, 'Option D: Educational Videos');

-- --------------------------------------------------------

--
-- Table structure for table `posts_polls_options_users`
--

CREATE TABLE `posts_polls_options_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `poll_id` int(10) UNSIGNED NOT NULL,
  `option_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_polls_options_users`
--

INSERT INTO `posts_polls_options_users` (`id`, `user_id`, `poll_id`, `option_id`) VALUES
(1, 1, 1, 2);

-- --------------------------------------------------------

--
-- Table structure for table `posts_products`
--

CREATE TABLE `posts_products` (
  `product_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(256) NOT NULL,
  `price` float UNSIGNED NOT NULL DEFAULT 0,
  `quantity` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `category_id` int(10) UNSIGNED NOT NULL,
  `status` enum('new','old') NOT NULL DEFAULT 'new',
  `location` varchar(255) NOT NULL,
  `available` enum('0','1') NOT NULL DEFAULT '1',
  `is_digital` enum('0','1') NOT NULL DEFAULT '0',
  `product_download_url` text DEFAULT NULL,
  `product_file_source` varchar(256) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `posts_reactions`
--

CREATE TABLE `posts_reactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `reaction` varchar(32) NOT NULL DEFAULT 'like',
  `reaction_time` datetime DEFAULT NULL,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_reactions`
--

INSERT INTO `posts_reactions` (`id`, `post_id`, `user_id`, `reaction`, `reaction_time`, `points_earned`) VALUES
(1, 5, 1, 'like', '2025-09-29 05:37:47', '0'),
(8, 6, 17, 'love', '2025-09-29 05:58:22', '0'),
(9, 7, 1, 'love', '2025-09-29 06:20:21', '0'),
(10, 8, 1, 'love', '2025-09-29 06:26:34', '0'),
(12, 24, 1, 'love', '2025-09-29 08:23:38', '0'),
(13, 23, 1, 'love', '2025-09-29 08:23:41', '0'),
(15, 30, 17, 'love', '2025-09-29 08:43:53', '0'),
(16, 30, 1, 'wow', '2025-09-29 08:44:02', '0'),
(17, 31, 17, 'like', '2025-09-29 08:54:25', '0'),
(20, 32, 1, 'haha', '2025-09-29 08:56:24', '0'),
(21, 35, 17, 'like', '2025-09-29 09:16:22', '0'),
(22, 32, 17, 'love', '2025-10-01 11:28:32', '0');

-- --------------------------------------------------------

--
-- Table structure for table `posts_reels`
--

CREATE TABLE `posts_reels` (
  `reel_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL,
  `source_240p` varchar(256) DEFAULT NULL,
  `source_360p` varchar(256) DEFAULT NULL,
  `source_480p` varchar(256) DEFAULT NULL,
  `source_720p` varchar(256) DEFAULT NULL,
  `source_1080p` varchar(256) DEFAULT NULL,
  `source_1440p` varchar(256) DEFAULT NULL,
  `source_2160p` varchar(256) DEFAULT NULL,
  `thumbnail` varchar(256) DEFAULT NULL,
  `views` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_reels`
--

INSERT INTO `posts_reels` (`reel_id`, `post_id`, `source`, `source_240p`, `source_360p`, `source_480p`, `source_720p`, `source_1080p`, `source_1440p`, `source_2160p`, `thumbnail`, `views`) VALUES
(1, 28, 'videos/2025/09/mxbook_d9406b27e2a4a413af4d650407113c7e.mp4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'photos/2025/09/mxbook_99620e8c6f5bb10acaac8a31d6cea01f.webp', 9),
(2, 32, 'videos/2025/09/mxbook_bd6d494ae421acaa5e36302ea9308222.mp4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 7);

-- --------------------------------------------------------

--
-- Table structure for table `posts_saved`
--

CREATE TABLE `posts_saved` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_saved`
--

INSERT INTO `posts_saved` (`id`, `post_id`, `user_id`, `time`) VALUES
(1, 31, 17, '2025-09-29 09:21:36');

-- --------------------------------------------------------

--
-- Table structure for table `posts_videos`
--

CREATE TABLE `posts_videos` (
  `video_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL,
  `source_240p` varchar(256) DEFAULT NULL,
  `source_360p` varchar(256) DEFAULT NULL,
  `source_480p` varchar(256) DEFAULT NULL,
  `source_720p` varchar(256) DEFAULT NULL,
  `source_1080p` varchar(256) DEFAULT NULL,
  `source_1440p` varchar(256) DEFAULT NULL,
  `source_2160p` varchar(256) DEFAULT NULL,
  `thumbnail` varchar(256) DEFAULT NULL,
  `views` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_videos`
--

INSERT INTO `posts_videos` (`video_id`, `post_id`, `category_id`, `source`, `source_240p`, `source_360p`, `source_480p`, `source_720p`, `source_1080p`, `source_1440p`, `source_2160p`, `thumbnail`, `views`) VALUES
(1, 7, 1, 'videos/2025/09/mxbook_f4cee5f04ee3b3e84b20ccf62dbfc60e.mp4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5);

-- --------------------------------------------------------

--
-- Table structure for table `posts_videos_categories`
--

CREATE TABLE `posts_videos_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_videos_categories`
--

INSERT INTO `posts_videos_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'General', '', 1),
(2, 0, 'Comedy', '', 2),
(3, 0, 'Economics and Trade', '', 3),
(4, 0, 'Education', '', 4),
(5, 0, 'Entertainment', '', 5),
(6, 0, 'Movies and Animation', '', 6),
(7, 0, 'Gaming', '', 7),
(8, 0, 'History and Facts', '', 8),
(9, 0, 'Live Style', '', 9),
(10, 0, 'Natural', '', 10),
(11, 0, 'News and Politics', '', 11),
(12, 0, 'People and Nations', '', 12),
(13, 0, 'Pets and Animals', '', 13),
(14, 0, 'Places and Regions', '', 14),
(15, 0, 'Science and Technology', '', 15),
(16, 0, 'Sport', '', 16),
(17, 0, 'Travel and Events', '', 17),
(18, 0, 'Other', '', 18);

-- --------------------------------------------------------

--
-- Table structure for table `posts_views`
--

CREATE TABLE `posts_views` (
  `view_id` int(10) UNSIGNED NOT NULL,
  `view_date` datetime NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `guest_ip` varchar(64) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `posts_views`
--

INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(1, '2025-09-17 06:58:00', 1, 1, NULL),
(2, '2025-09-17 09:08:32', 2, 1, NULL),
(3, '2025-09-17 11:39:10', 3, 17, NULL),
(4, '2025-09-17 11:39:10', 1, 17, NULL),
(5, '2025-09-17 11:39:10', 2, 17, NULL),
(6, '2025-09-17 18:58:43', 3, 1, NULL),
(7, '2025-09-17 18:58:43', 4, 1, NULL),
(8, '2025-09-23 16:05:14', 1, NULL, '20.171.207.116'),
(9, '2025-09-23 16:05:14', 2, NULL, '20.171.207.116'),
(10, '2025-09-23 16:05:14', 3, NULL, '20.171.207.116'),
(11, '2025-09-23 16:05:14', 4, NULL, '20.171.207.116'),
(12, '2025-09-29 05:04:41', 4, 17, NULL),
(13, '2025-09-29 05:36:58', 5, 17, NULL),
(14, '2025-09-29 05:37:40', 5, 1, NULL),
(15, '2025-09-29 05:56:01', 6, 17, NULL),
(16, '2025-09-29 05:57:14', 6, 1, NULL),
(17, '2025-09-29 06:20:12', 7, 1, NULL),
(18, '2025-09-29 06:20:48', 7, 17, NULL),
(19, '2025-09-29 06:25:53', 8, 17, NULL),
(20, '2025-09-29 06:25:53', 8, 1, NULL),
(21, '2025-09-29 06:45:56', 9, 1, NULL),
(22, '2025-09-29 06:50:12', 9, 17, NULL),
(23, '2025-09-29 06:51:35', 11, 1, NULL),
(24, '2025-09-29 06:52:52', 12, 1, NULL),
(25, '2025-09-29 06:55:33', 12, 17, NULL),
(26, '2025-09-29 06:55:54', 13, 1, NULL),
(27, '2025-09-29 06:56:44', 13, 17, NULL),
(28, '2025-09-29 06:58:54', 14, 17, NULL),
(29, '2025-09-29 07:00:17', 15, 1, NULL),
(30, '2025-09-29 07:00:17', 14, 1, NULL),
(31, '2025-09-29 07:12:33', 15, 17, NULL),
(32, '2025-09-29 07:12:56', 16, 1, NULL),
(33, '2025-09-29 07:18:12', 16, 17, NULL),
(34, '2025-09-29 07:20:05', 11, 17, NULL),
(35, '2025-09-29 07:22:35', 17, 1, NULL),
(36, '2025-09-29 07:24:03', 17, 17, NULL),
(37, '2025-09-29 07:25:31', 18, 1, NULL),
(38, '2025-09-29 08:03:41', 18, 17, NULL),
(39, '2025-09-29 08:03:56', 19, 1, NULL),
(40, '2025-09-29 08:04:29', 19, 17, NULL),
(41, '2025-09-29 08:06:09', 20, 1, NULL),
(42, '2025-09-29 08:14:42', 21, 1, NULL),
(43, '2025-09-29 08:15:02', 21, 17, NULL),
(44, '2025-09-29 08:16:00', 22, 1, NULL),
(45, '2025-09-29 08:16:32', 22, 17, NULL),
(46, '2025-09-29 08:22:48', 23, 1, NULL),
(47, '2025-09-29 08:23:24', 24, 1, NULL),
(48, '2025-09-29 08:25:38', 24, 17, NULL),
(49, '2025-09-29 08:25:38', 23, 17, NULL),
(50, '2025-09-29 08:27:06', 26, 1, NULL),
(51, '2025-09-29 08:29:19', 27, 1, NULL),
(52, '2025-09-29 08:29:39', 27, 17, NULL),
(53, '2025-09-29 08:29:39', 26, 17, NULL),
(54, '2025-09-29 08:32:33', 28, 1, NULL),
(55, '2025-09-29 08:32:44', 28, 17, NULL),
(56, '2025-09-29 08:36:06', 29, 17, NULL),
(57, '2025-09-29 08:36:12', 29, 1, NULL),
(58, '2025-09-29 08:36:28', 25, 1, NULL),
(59, '2025-09-29 08:39:58', 30, 17, NULL),
(60, '2025-09-29 08:40:00', 30, 1, NULL),
(61, '2025-09-29 08:54:03', 31, 17, NULL),
(62, '2025-09-29 08:54:05', 31, 1, NULL),
(63, '2025-09-29 08:55:47', 32, 1, NULL),
(64, '2025-09-29 08:56:33', 32, 17, NULL),
(65, '2025-09-29 09:11:04', 33, 1, NULL),
(66, '2025-09-29 09:13:28', 34, 1, NULL),
(67, '2025-09-29 09:15:28', 34, 17, NULL),
(68, '2025-09-29 09:15:28', 33, 17, NULL),
(69, '2025-09-29 09:16:00', 35, 17, NULL),
(70, '2025-09-29 09:23:47', 36, 17, NULL),
(71, '2025-09-29 09:24:37', 35, 1, NULL),
(72, '2025-09-29 09:47:55', 37, 17, NULL),
(73, '2025-09-29 09:51:26', 38, 17, NULL),
(74, '2025-09-29 09:55:38', 39, 17, NULL),
(75, '2025-09-29 09:56:51', 39, 1, NULL),
(76, '2025-09-29 09:56:51', 38, 1, NULL),
(77, '2025-09-29 09:56:51', 36, 1, NULL),
(78, '2025-09-29 09:56:51', 37, 1, NULL),
(79, '2025-09-29 10:00:11', 40, 17, NULL),
(80, '2025-09-29 10:04:30', 41, 17, NULL),
(81, '2025-09-29 10:05:20', 42, 17, NULL),
(82, '2025-09-29 10:08:49', 43, 17, NULL),
(83, '2025-09-29 10:08:51', 43, 1, NULL),
(84, '2025-09-29 10:09:16', 44, 1, NULL),
(85, '2025-09-29 10:35:23', 45, 17, NULL),
(86, '2025-09-29 10:35:28', 45, 1, NULL),
(87, '2025-09-29 10:37:35', 46, 17, NULL),
(88, '2025-09-29 10:39:41', 47, 17, NULL),
(89, '2025-09-29 10:43:32', 48, 17, NULL),
(90, '2025-09-29 11:03:51', 46, 1, NULL),
(91, '2025-10-01 05:27:30', 47, 1, NULL),
(92, '2025-10-01 05:27:30', 42, 1, NULL),
(93, '2025-10-01 05:27:42', 48, 1, NULL),
(94, '2025-10-01 05:27:42', 41, 1, NULL),
(95, '2025-10-01 11:31:08', 49, 17, NULL),
(96, '2025-10-01 11:36:27', 50, 1, NULL),
(97, '2025-10-01 11:36:27', 49, 1, NULL),
(98, '2025-10-01 11:37:42', 51, 17, NULL),
(99, '2025-10-01 11:37:45', 51, 1, NULL),
(100, '2025-10-01 11:38:35', 52, 1, NULL),
(101, '2025-10-01 11:38:36', 52, 17, NULL),
(102, '2025-10-01 11:39:26', 53, 1, NULL),
(103, '2025-10-01 11:40:16', 53, 17, NULL),
(104, '2025-10-15 04:35:56', 5, 22, NULL),
(105, '2025-10-15 04:35:56', 31, 22, NULL),
(106, '2025-10-15 04:35:56', 35, 22, NULL),
(107, '2025-10-15 04:35:56', 49, 22, NULL),
(108, '2025-10-15 04:35:56', 46, 22, NULL),
(109, '2025-10-15 04:35:56', 45, 22, NULL),
(110, '2025-10-15 04:37:47', 5, 23, NULL),
(111, '2025-10-15 04:37:47', 31, 23, NULL),
(112, '2025-10-15 04:37:47', 35, 23, NULL),
(113, '2025-10-15 04:37:47', 49, 23, NULL),
(114, '2025-10-15 04:37:47', 46, 23, NULL),
(115, '2025-10-15 04:37:47', 45, 23, NULL),
(116, '2025-10-15 05:19:12', 54, 17, NULL),
(117, '2025-10-15 05:20:17', 55, 1, NULL),
(118, '2025-10-15 05:24:06', 56, 17, NULL),
(119, '2025-10-15 05:24:31', 57, 17, NULL),
(120, '2025-10-15 05:28:14', 58, 17, NULL),
(121, '2025-10-15 05:43:56', 59, 17, NULL),
(122, '2025-10-15 05:49:42', 60, 17, NULL),
(123, '2025-10-15 05:55:21', 61, 17, NULL),
(124, '2025-10-15 05:55:57', 62, 17, NULL),
(125, '2025-10-15 10:20:10', 27, NULL, '49.44.78.230'),
(126, '2025-10-15 10:20:10', 11, NULL, '49.44.78.230'),
(127, '2025-10-15 10:20:10', 5, NULL, '49.44.78.230'),
(128, '2025-10-15 10:20:10', 6, NULL, '49.44.78.230'),
(129, '2025-10-15 10:20:10', 2, NULL, '49.44.78.230'),
(130, '2025-10-15 10:20:10', 1, NULL, '49.44.78.230'),
(131, '2025-10-15 12:14:13', 55, 22, NULL),
(132, '2025-10-16 03:45:40', 63, 1, NULL),
(133, '2025-10-16 03:49:07', 63, 17, NULL),
(134, '2025-10-16 03:49:22', 64, 1, NULL),
(135, '2025-10-16 03:49:25', 64, 17, NULL),
(136, '2025-10-16 03:50:44', 65, 1, NULL),
(137, '2025-10-16 03:51:09', 65, 17, NULL),
(138, '2025-10-16 03:51:22', 66, 1, NULL),
(139, '2025-10-16 03:51:38', 66, 17, NULL),
(140, '2025-10-16 03:53:08', 67, 1, NULL),
(141, '2025-10-16 03:53:10', 67, 17, NULL),
(142, '2025-10-16 03:54:15', 68, 1, NULL),
(143, '2025-10-16 03:54:17', 68, 17, NULL),
(144, '2025-10-16 03:54:46', 65, 23, NULL),
(145, '2025-10-16 03:54:46', 67, 23, NULL),
(146, '2025-10-16 03:54:46', 68, 23, NULL),
(147, '2025-10-16 04:02:06', 69, 17, NULL),
(148, '2025-10-16 04:02:07', 69, 1, NULL),
(149, '2025-10-16 04:23:01', 70, 17, NULL),
(150, '2025-10-16 04:23:02', 70, 1, NULL),
(151, '2025-10-16 04:24:31', 71, 17, NULL),
(152, '2025-10-16 04:24:32', 71, 1, NULL),
(153, '2025-10-16 04:29:37', 72, 17, NULL),
(154, '2025-10-16 04:29:38', 72, 1, NULL),
(155, '2025-10-16 04:34:38', 73, 1, NULL),
(156, '2025-10-16 04:34:39', 73, 17, NULL),
(157, '2025-10-16 04:35:08', 74, 1, NULL),
(158, '2025-10-16 04:35:11', 74, 17, NULL),
(159, '2025-10-16 04:35:47', 75, 17, NULL),
(160, '2025-10-16 04:35:50', 75, 1, NULL),
(161, '2025-10-16 04:44:29', 76, 17, NULL),
(162, '2025-10-16 04:44:32', 76, 1, NULL),
(163, '2025-10-16 04:47:44', 72, 23, NULL),
(164, '2025-10-16 04:47:44', 76, 23, NULL),
(165, '2025-10-16 04:47:44', 75, 23, NULL),
(166, '2025-10-16 04:47:44', 74, 23, NULL),
(167, '2025-10-16 04:47:53', 47, 23, NULL),
(168, '2025-10-16 04:47:53', 42, 23, NULL),
(169, '2025-10-16 04:49:35', 77, 17, NULL),
(170, '2025-10-16 04:49:39', 77, 1, NULL),
(171, '2025-10-16 04:49:46', 78, 17, NULL),
(172, '2025-10-16 04:49:50', 78, 1, NULL),
(173, '2025-10-16 04:50:14', 79, 1, NULL),
(174, '2025-10-16 04:50:18', 79, 17, NULL),
(175, '2025-10-16 04:50:32', 80, 1, NULL),
(176, '2025-10-16 04:50:35', 80, 17, NULL),
(177, '2025-10-16 04:51:36', 81, 17, NULL),
(178, '2025-10-16 04:51:39', 81, 1, NULL),
(179, '2025-10-16 04:54:25', 82, 17, NULL),
(180, '2025-10-16 04:54:27', 82, 1, NULL),
(181, '2025-10-16 04:56:49', 83, 17, NULL),
(182, '2025-10-16 04:56:50', 83, 1, NULL),
(183, '2025-10-16 05:03:08', 84, 1, NULL),
(184, '2025-10-16 05:03:08', 84, 17, NULL),
(185, '2025-10-16 05:05:38', 85, 1, NULL),
(186, '2025-10-16 05:05:38', 85, 17, NULL),
(187, '2025-10-16 05:07:14', 86, 1, NULL),
(188, '2025-10-16 05:07:32', 86, 17, NULL),
(189, '2025-10-16 05:14:38', 87, 1, NULL),
(190, '2025-10-16 05:14:59', 87, 17, NULL),
(191, '2025-10-16 05:20:45', 88, 17, NULL),
(192, '2025-10-16 05:21:25', 88, 23, NULL),
(193, '2025-10-16 05:22:22', 89, 17, NULL),
(194, '2025-10-16 05:22:26', 89, 23, NULL),
(195, '2025-10-16 05:23:04', 43, 23, NULL),
(196, '2025-10-16 05:23:04', 39, 23, NULL),
(197, '2025-10-16 05:23:04', 38, 23, NULL),
(198, '2025-10-16 05:23:04', 36, 23, NULL),
(199, '2025-10-16 05:23:04', 34, 23, NULL),
(200, '2025-10-16 05:23:04', 33, 23, NULL),
(201, '2025-10-16 05:23:04', 55, 23, NULL),
(202, '2025-10-16 05:23:04', 37, 23, NULL),
(203, '2025-10-16 05:23:27', 90, 23, NULL),
(204, '2025-10-16 05:23:28', 90, 1, NULL),
(205, '2025-10-16 05:23:43', 90, 17, NULL),
(206, '2025-10-16 05:23:52', 91, 1, NULL),
(207, '2025-10-16 05:24:06', 91, 17, NULL),
(208, '2025-10-16 05:24:16', 92, 1, NULL),
(209, '2025-10-16 05:24:25', 92, 17, NULL),
(210, '2025-10-16 05:24:34', 93, 1, NULL),
(211, '2025-10-16 05:24:52', 93, 23, NULL),
(212, '2025-10-16 05:24:52', 92, 23, NULL),
(213, '2025-10-16 05:24:52', 91, 23, NULL),
(214, '2025-10-16 05:28:34', 94, 1, NULL),
(215, '2025-10-16 05:35:04', 95, 1, NULL),
(216, '2025-10-16 05:35:05', 93, 17, NULL),
(217, '2025-10-16 05:35:40', 96, 1, NULL),
(218, '2025-10-16 05:35:45', 96, 23, NULL),
(219, '2025-10-16 05:35:55', 96, 17, NULL),
(220, '2025-10-16 05:36:03', 97, 23, NULL),
(221, '2025-10-16 05:36:04', 97, 1, NULL),
(222, '2025-10-16 05:36:17', 97, 17, NULL),
(223, '2025-10-16 05:37:16', 98, 1, NULL),
(224, '2025-10-16 05:37:22', 99, 1, NULL),
(225, '2025-10-16 05:38:16', 100, 1, NULL),
(226, '2025-10-16 05:40:40', 101, 1, NULL),
(227, '2025-10-16 05:43:45', 89, 1, NULL),
(228, '2025-10-16 05:43:45', 88, 1, NULL),
(229, '2025-10-16 05:44:34', 102, 1, NULL),
(230, '2025-10-16 05:53:46', 103, 1, NULL),
(231, '2025-10-16 05:54:04', 104, 1, NULL),
(232, '2025-10-16 05:56:12', 104, 23, NULL),
(233, '2025-10-16 05:56:12', 103, 23, NULL),
(234, '2025-10-16 05:56:12', 102, 23, NULL),
(235, '2025-10-16 05:56:46', 105, 1, NULL),
(236, '2025-10-16 05:57:58', 106, 1, NULL),
(237, '2025-10-16 06:00:00', 106, 17, NULL),
(238, '2025-10-16 06:00:00', 105, 17, NULL),
(239, '2025-10-16 06:00:00', 104, 17, NULL),
(240, '2025-10-16 06:00:30', 106, 23, NULL),
(241, '2025-10-16 06:00:30', 105, 23, NULL),
(242, '2025-10-16 06:00:40', 107, 1, NULL),
(243, '2025-10-16 06:00:45', 107, 17, NULL),
(244, '2025-10-16 06:01:46', 108, 1, NULL),
(245, '2025-10-16 06:01:46', 108, 17, NULL),
(246, '2025-10-16 06:02:34', 109, 1, NULL),
(247, '2025-10-16 06:02:36', 109, 23, NULL),
(248, '2025-10-16 06:02:50', 109, 17, NULL),
(249, '2025-10-16 06:02:58', 110, 1, NULL),
(250, '2025-10-16 06:03:00', 110, 23, NULL),
(251, '2025-10-16 06:03:08', 110, 17, NULL),
(252, '2025-10-16 06:06:56', 55, 17, NULL),
(253, '2025-10-16 06:31:52', 111, 1, NULL),
(254, '2025-10-16 06:32:13', 112, 1, NULL),
(255, '2025-10-16 06:47:02', 113, 1, NULL),
(256, '2025-10-16 09:46:57', 114, 17, NULL),
(257, '2025-10-16 09:47:44', 115, 1, NULL),
(258, '2025-10-16 09:49:14', 116, 17, NULL),
(259, '2025-10-16 09:52:15', 117, 17, NULL),
(260, '2025-10-16 09:52:38', 118, 17, NULL),
(261, '2025-10-16 09:53:05', 119, 17, NULL),
(262, '2025-10-16 09:55:54', 120, 17, NULL),
(263, '2025-10-16 09:58:31', 35, NULL, '52.112.74.61'),
(264, '2025-10-16 10:24:21', 112, NULL, '52.112.49.104'),
(265, '2025-10-16 10:24:21', 111, NULL, '52.112.49.104'),
(266, '2025-10-16 10:24:21', 108, NULL, '52.112.49.104'),
(267, '2025-10-16 10:24:21', 107, NULL, '52.112.49.104'),
(268, '2025-10-16 10:24:21', 106, NULL, '52.112.49.104'),
(269, '2025-10-16 10:24:21', 105, NULL, '52.112.49.104'),
(270, '2025-10-16 10:24:21', 104, NULL, '52.112.49.104'),
(271, '2025-10-16 10:24:21', 103, NULL, '52.112.49.104'),
(272, '2025-10-16 10:24:21', 102, NULL, '52.112.49.104'),
(273, '2025-10-16 10:24:21', 101, NULL, '52.112.49.104'),
(274, '2025-10-16 10:24:21', 100, NULL, '52.112.49.104'),
(275, '2025-10-16 11:10:07', 121, 17, NULL),
(276, '2025-10-16 11:11:04', 122, 17, NULL),
(277, '2025-10-16 11:11:23', 122, 1, NULL),
(278, '2025-10-16 11:11:23', 121, 1, NULL),
(279, '2025-10-16 11:14:45', 123, 1, NULL),
(280, '2025-10-16 11:17:19', 123, 17, NULL),
(281, '2025-10-16 11:17:19', 113, 17, NULL),
(282, '2025-10-16 11:17:19', 112, 17, NULL),
(283, '2025-10-16 11:17:19', 111, 17, NULL),
(284, '2025-10-16 11:17:19', 103, 17, NULL),
(285, '2025-10-16 11:17:19', 102, 17, NULL),
(286, '2025-10-16 11:17:19', 101, 17, NULL),
(287, '2025-10-16 11:18:20', 124, 17, NULL),
(288, '2025-10-16 11:21:42', 124, 1, NULL),
(289, '2025-10-16 11:22:36', 100, 17, NULL),
(290, '2025-10-16 11:23:01', 125, 1, NULL),
(291, '2025-10-16 11:25:11', 125, 17, NULL),
(292, '2025-10-17 03:31:50', 65, NULL, '152.56.13.203'),
(293, '2025-10-17 03:31:50', 49, NULL, '152.56.13.203'),
(294, '2025-10-17 03:31:50', 45, NULL, '152.56.13.203'),
(295, '2025-10-17 03:31:50', 43, NULL, '152.56.13.203'),
(296, '2025-10-17 03:31:50', 39, NULL, '152.56.13.203'),
(297, '2025-10-17 03:31:50', 38, NULL, '152.56.13.203'),
(298, '2025-10-17 03:31:50', 36, NULL, '152.56.13.203'),
(299, '2025-10-17 03:31:50', 34, NULL, '152.56.13.203'),
(300, '2025-10-17 03:31:50', 33, NULL, '152.56.13.203'),
(301, '2025-10-17 03:31:50', 31, NULL, '152.56.13.203'),
(302, '2025-10-17 03:31:50', 29, NULL, '152.56.13.203'),
(303, '2025-10-24 19:24:26', 5, 25, NULL),
(304, '2025-10-24 19:24:26', 65, 25, NULL),
(305, '2025-10-24 19:24:26', 31, 25, NULL),
(306, '2025-10-24 19:24:26', 113, 25, NULL),
(307, '2025-10-24 19:24:26', 112, 25, NULL),
(308, '2025-10-24 19:24:26', 111, 25, NULL),
(309, '2025-10-24 19:25:09', 126, 25, NULL),
(310, '2025-10-24 19:25:15', 126, NULL, '106.215.164.8'),
(311, '2025-10-27 03:39:24', 126, NULL, '106.215.167.149'),
(312, '2025-10-27 03:47:01', 126, 26, NULL),
(313, '2025-10-27 04:43:29', 128, 26, NULL),
(314, '2025-10-27 16:46:23', 128, NULL, '106.215.167.149'),
(315, '2025-10-27 17:16:19', 128, 27, NULL),
(316, '2025-10-27 17:18:06', 129, 27, NULL),
(317, '2025-10-27 17:55:14', 5, 28, NULL),
(318, '2025-10-27 17:55:14', 65, 28, NULL),
(319, '2025-10-27 17:55:14', 31, 28, NULL),
(320, '2025-10-27 17:55:14', 129, 28, NULL),
(321, '2025-10-27 17:55:14', 128, 28, NULL),
(322, '2025-10-27 17:55:14', 127, 28, NULL),
(323, '2025-10-27 17:55:38', 130, 28, NULL),
(324, '2025-11-02 16:17:20', 31, NULL, '74.7.227.210'),
(325, '2025-11-02 16:23:14', 65, NULL, '74.7.227.210'),
(326, '2025-11-02 16:23:14', 49, NULL, '74.7.227.210'),
(327, '2025-11-02 16:23:14', 45, NULL, '74.7.227.210'),
(328, '2025-11-02 16:23:14', 43, NULL, '74.7.227.210'),
(329, '2025-11-02 16:23:14', 39, NULL, '74.7.227.210'),
(330, '2025-11-02 16:23:14', 38, NULL, '74.7.227.210'),
(331, '2025-11-02 16:23:14', 36, NULL, '74.7.227.210'),
(332, '2025-11-02 16:23:14', 34, NULL, '74.7.227.210'),
(333, '2025-11-02 16:23:14', 33, NULL, '74.7.227.210'),
(334, '2025-11-02 16:23:14', 29, NULL, '74.7.227.210'),
(335, '2025-11-02 16:29:13', 112, NULL, '74.7.227.210'),
(336, '2025-11-02 16:29:13', 111, NULL, '74.7.227.210'),
(337, '2025-11-02 16:29:13', 108, NULL, '74.7.227.210'),
(338, '2025-11-02 16:29:13', 107, NULL, '74.7.227.210'),
(339, '2025-11-02 16:29:13', 106, NULL, '74.7.227.210'),
(340, '2025-11-02 16:29:13', 105, NULL, '74.7.227.210'),
(341, '2025-11-02 16:29:13', 104, NULL, '74.7.227.210'),
(342, '2025-11-02 16:29:13', 103, NULL, '74.7.227.210'),
(343, '2025-11-02 16:29:13', 102, NULL, '74.7.227.210'),
(344, '2025-11-02 16:29:13', 101, NULL, '74.7.227.210'),
(345, '2025-11-02 16:29:13', 100, NULL, '74.7.227.210'),
(346, '2025-11-02 16:29:38', 48, NULL, '74.7.227.210'),
(347, '2025-11-02 16:29:38', 41, NULL, '74.7.227.210'),
(348, '2025-11-02 16:45:52', 129, NULL, '74.7.227.210'),
(349, '2025-11-02 16:46:30', 128, NULL, '74.7.227.210'),
(350, '2025-11-02 16:46:40', 130, NULL, '74.7.227.210'),
(351, '2025-11-02 16:47:06', 127, NULL, '74.7.227.210'),
(352, '2025-11-02 16:47:55', 89, NULL, '74.7.227.210'),
(353, '2025-11-02 16:47:55', 88, NULL, '74.7.227.210'),
(354, '2025-11-02 17:19:18', 126, NULL, '74.7.227.210'),
(355, '2025-11-02 17:28:04', 46, NULL, '74.7.227.210'),
(356, '2025-11-02 18:24:09', 7, NULL, '74.7.227.210'),
(357, '2025-11-02 18:24:45', 1, NULL, '74.7.227.210'),
(358, '2025-11-02 18:24:45', 2, NULL, '74.7.227.210'),
(359, '2025-11-02 18:24:45', 3, NULL, '74.7.227.210'),
(360, '2025-11-02 18:24:45', 4, NULL, '74.7.227.210'),
(361, '2025-11-02 18:24:45', 5, NULL, '74.7.227.210'),
(362, '2025-11-02 18:24:45', 6, NULL, '74.7.227.210'),
(363, '2025-11-02 18:24:45', 8, NULL, '74.7.227.210'),
(364, '2025-11-02 18:24:45', 11, NULL, '74.7.227.210'),
(365, '2025-11-02 18:43:57', 37, NULL, '74.7.227.210'),
(366, '2025-11-02 18:58:27', 21, NULL, '74.7.227.210'),
(367, '2025-11-02 19:00:40', 22, NULL, '74.7.227.210'),
(368, '2025-11-02 19:01:49', 23, NULL, '74.7.227.210'),
(369, '2025-11-02 19:04:35', 24, NULL, '74.7.227.210'),
(370, '2025-11-02 19:04:35', 27, NULL, '74.7.227.210'),
(371, '2025-11-02 19:04:42', 35, NULL, '74.7.227.210'),
(372, '2025-11-02 19:06:41', 94, NULL, '74.7.227.210'),
(373, '2025-11-02 19:06:41', 95, NULL, '74.7.227.210'),
(374, '2025-11-02 19:06:41', 98, NULL, '74.7.227.210'),
(375, '2025-11-02 19:06:41', 99, NULL, '74.7.227.210'),
(376, '2025-11-02 19:39:48', 47, NULL, '74.7.227.210'),
(377, '2025-11-02 19:39:48', 42, NULL, '74.7.227.210'),
(378, '2025-11-10 07:08:05', 130, 1, NULL),
(379, '2025-11-10 07:08:05', 129, 1, NULL),
(380, '2025-11-10 07:08:05', 128, 1, NULL),
(381, '2025-11-10 14:04:32', 31, NULL, '45.148.10.152'),
(382, '2025-11-10 14:04:32', 1, NULL, '45.148.10.152'),
(383, '2025-11-10 14:04:32', 2, NULL, '45.148.10.152'),
(384, '2025-11-10 14:04:32', 3, NULL, '45.148.10.152'),
(385, '2025-11-10 14:04:32', 4, NULL, '45.148.10.152'),
(386, '2025-11-10 14:04:32', 5, NULL, '45.148.10.152'),
(387, '2025-11-10 14:04:32', 6, NULL, '45.148.10.152'),
(388, '2025-11-10 14:04:32', 7, NULL, '45.148.10.152'),
(389, '2025-11-10 14:04:32', 8, NULL, '45.148.10.152'),
(390, '2025-11-10 14:04:32', 11, NULL, '45.148.10.152'),
(391, '2025-11-10 14:05:10', 46, NULL, '45.148.10.152'),
(392, '2025-11-10 14:05:10', 37, NULL, '45.148.10.152'),
(393, '2025-11-10 14:08:31', 43, NULL, '45.148.10.152'),
(394, '2025-11-11 07:22:55', 112, NULL, '66.249.83.73'),
(395, '2025-11-11 07:22:55', 111, NULL, '66.249.83.73'),
(396, '2025-11-11 07:22:55', 108, NULL, '66.249.83.73'),
(397, '2025-11-11 07:22:55', 107, NULL, '66.249.83.73'),
(398, '2025-11-11 07:22:55', 106, NULL, '66.249.83.73'),
(399, '2025-11-11 07:22:55', 105, NULL, '66.249.83.73'),
(400, '2025-11-11 07:22:55', 104, NULL, '66.249.83.73'),
(401, '2025-11-11 07:22:55', 103, NULL, '66.249.83.73'),
(402, '2025-11-11 07:22:55', 102, NULL, '66.249.83.73'),
(403, '2025-11-11 07:22:55', 101, NULL, '66.249.83.73'),
(404, '2025-11-11 07:22:55', 100, NULL, '66.249.83.73'),
(405, '2025-11-11 07:22:56', 112, NULL, '66.249.83.42'),
(406, '2025-11-11 07:22:56', 112, NULL, '66.249.83.42'),
(407, '2025-11-11 07:22:56', 111, NULL, '66.249.83.42'),
(408, '2025-11-11 07:22:56', 108, NULL, '66.249.83.42'),
(409, '2025-11-11 07:22:56', 107, NULL, '66.249.83.42'),
(410, '2025-11-11 07:22:56', 106, NULL, '66.249.83.42'),
(411, '2025-11-11 07:22:56', 106, NULL, '66.249.83.42'),
(412, '2025-11-11 07:22:56', 105, NULL, '66.249.83.42'),
(413, '2025-11-11 07:22:56', 104, NULL, '66.249.83.42'),
(414, '2025-11-11 07:22:56', 104, NULL, '66.249.83.42'),
(415, '2025-11-11 07:22:56', 103, NULL, '66.249.83.42'),
(416, '2025-11-11 07:22:56', 102, NULL, '66.249.83.42'),
(417, '2025-11-11 07:22:56', 101, NULL, '66.249.83.42'),
(418, '2025-11-11 07:22:56', 100, NULL, '66.249.83.42'),
(419, '2025-11-11 07:22:56', 100, NULL, '66.249.83.42'),
(420, '2025-11-12 05:16:33', 65, 2, NULL),
(421, '2025-11-12 05:16:33', 130, 2, NULL),
(422, '2025-11-12 05:16:33', 88, 2, NULL),
(423, '2025-11-12 05:16:33', 129, 2, NULL),
(424, '2025-11-12 05:16:33', 128, 2, NULL),
(425, '2025-11-12 05:27:34', 35, NULL, '44.194.139.149'),
(426, '2025-11-12 06:06:35', 105, NULL, '216.244.66.235'),
(427, '2025-11-12 06:22:26', 35, NULL, '50.19.221.48'),
(428, '2025-11-12 06:42:14', 31, NULL, '216.244.66.235'),
(429, '2025-11-12 07:16:37', 101, NULL, '47.128.42.40'),
(430, '2025-11-12 07:37:10', 33, NULL, '35.169.102.85'),
(431, '2025-11-12 07:37:53', 35, NULL, '54.225.181.161'),
(432, '2025-11-12 07:43:36', 107, NULL, '216.244.66.235'),
(433, '2025-11-12 08:10:40', 99, NULL, '216.244.66.235'),
(434, '2025-11-12 08:32:15', 22, NULL, '135.181.180.59'),
(435, '2025-11-12 08:32:50', 31, NULL, '177.137.116.185'),
(436, '2025-11-12 08:49:33', 101, NULL, '23.21.148.226'),
(437, '2025-11-12 09:04:48', 1, NULL, '136.243.220.211'),
(438, '2025-11-12 09:04:48', 2, NULL, '136.243.220.211'),
(439, '2025-11-12 09:04:48', 3, NULL, '136.243.220.211'),
(440, '2025-11-12 09:04:48', 4, NULL, '136.243.220.211'),
(441, '2025-11-12 09:04:48', 5, NULL, '136.243.220.211'),
(442, '2025-11-12 09:04:48', 6, NULL, '136.243.220.211'),
(443, '2025-11-12 09:04:48', 7, NULL, '136.243.220.211'),
(444, '2025-11-12 09:04:48', 8, NULL, '136.243.220.211'),
(445, '2025-11-12 09:04:48', 11, NULL, '136.243.220.211'),
(446, '2025-11-12 09:06:04', 46, NULL, '136.243.220.211'),
(447, '2025-11-12 09:06:04', 37, NULL, '136.243.220.211'),
(448, '2025-11-12 09:06:14', 47, NULL, '136.243.220.211'),
(449, '2025-11-12 09:06:14', 42, NULL, '136.243.220.211'),
(450, '2025-11-12 09:16:33', 65, NULL, '136.243.220.211'),
(451, '2025-11-12 09:16:33', 88, NULL, '136.243.220.211'),
(452, '2025-11-12 09:16:33', 89, NULL, '136.243.220.211'),
(453, '2025-11-12 09:16:33', 94, NULL, '136.243.220.211'),
(454, '2025-11-12 09:16:33', 95, NULL, '136.243.220.211'),
(455, '2025-11-12 09:16:33', 98, NULL, '136.243.220.211'),
(456, '2025-11-12 09:16:33', 99, NULL, '136.243.220.211'),
(457, '2025-11-12 09:16:33', 100, NULL, '136.243.220.211'),
(458, '2025-11-12 09:16:33', 101, NULL, '136.243.220.211'),
(459, '2025-11-12 09:16:33', 102, NULL, '136.243.220.211'),
(460, '2025-11-12 09:16:43', 127, NULL, '136.243.220.211'),
(461, '2025-11-12 09:16:43', 128, NULL, '136.243.220.211'),
(462, '2025-11-12 09:16:43', 129, NULL, '136.243.220.211'),
(463, '2025-11-12 09:16:43', 130, NULL, '136.243.220.211'),
(464, '2025-11-12 09:18:49', 48, NULL, '136.243.220.211'),
(465, '2025-11-12 09:18:49', 41, NULL, '136.243.220.211'),
(466, '2025-11-12 09:18:55', 107, NULL, '47.128.55.115'),
(467, '2025-11-12 09:21:21', 49, NULL, '136.243.220.211'),
(468, '2025-11-12 09:21:21', 45, NULL, '136.243.220.211'),
(469, '2025-11-12 09:21:21', 43, NULL, '136.243.220.211'),
(470, '2025-11-12 09:21:21', 39, NULL, '136.243.220.211'),
(471, '2025-11-12 09:21:21', 38, NULL, '136.243.220.211'),
(472, '2025-11-12 09:21:21', 36, NULL, '136.243.220.211'),
(473, '2025-11-12 09:21:21', 34, NULL, '136.243.220.211'),
(474, '2025-11-12 09:21:21', 33, NULL, '136.243.220.211'),
(475, '2025-11-12 09:21:21', 31, NULL, '136.243.220.211'),
(476, '2025-11-12 09:21:21', 29, NULL, '136.243.220.211'),
(477, '2025-11-12 09:34:53', 35, NULL, '54.225.148.123'),
(478, '2025-11-12 09:38:42', 126, NULL, '136.243.220.211'),
(479, '2025-11-12 09:48:43', 98, NULL, '216.244.66.235'),
(480, '2025-11-12 12:04:11', 35, NULL, '18.208.11.93'),
(481, '2025-11-12 14:07:16', 112, NULL, '66.249.66.35'),
(482, '2025-11-12 14:07:16', 111, NULL, '66.249.66.35'),
(483, '2025-11-12 14:07:16', 108, NULL, '66.249.66.35'),
(484, '2025-11-12 14:07:16', 107, NULL, '66.249.66.35'),
(485, '2025-11-12 14:07:16', 106, NULL, '66.249.66.35'),
(486, '2025-11-12 14:07:16', 105, NULL, '66.249.66.35'),
(487, '2025-11-12 14:07:16', 104, NULL, '66.249.66.35'),
(488, '2025-11-12 14:07:16', 103, NULL, '66.249.66.35'),
(489, '2025-11-12 14:07:16', 102, NULL, '66.249.66.35'),
(490, '2025-11-12 14:07:16', 101, NULL, '66.249.66.35'),
(491, '2025-11-12 14:07:16', 100, NULL, '66.249.66.35'),
(492, '2025-11-12 14:37:34', 35, NULL, '54.163.136.244'),
(493, '2025-11-12 14:47:17', 23, NULL, '66.249.66.200'),
(494, '2025-11-12 15:10:46', 35, NULL, '52.204.71.8'),
(495, '2025-11-12 15:29:24', 1, NULL, '66.249.66.202'),
(496, '2025-11-12 15:29:24', 2, NULL, '66.249.66.202'),
(497, '2025-11-12 15:29:24', 3, NULL, '66.249.66.202'),
(498, '2025-11-12 15:29:24', 4, NULL, '66.249.66.202'),
(499, '2025-11-12 15:29:24', 5, NULL, '66.249.66.202'),
(500, '2025-11-12 15:29:24', 6, NULL, '66.249.66.202'),
(501, '2025-11-12 15:29:24', 7, NULL, '66.249.66.202'),
(502, '2025-11-12 15:29:24', 8, NULL, '66.249.66.202'),
(503, '2025-11-12 15:29:24', 11, NULL, '66.249.66.202'),
(504, '2025-11-12 16:10:33', 98, NULL, '43.173.178.63'),
(505, '2025-11-12 16:11:51', 128, NULL, '43.173.179.251'),
(506, '2025-11-12 16:11:51', 127, NULL, '43.173.179.251'),
(507, '2025-11-12 16:11:56', 45, NULL, '43.173.182.254'),
(508, '2025-11-12 16:12:05', 126, NULL, '43.173.181.162'),
(509, '2025-11-12 16:12:09', 29, NULL, '43.173.178.223'),
(510, '2025-11-12 16:12:12', 126, NULL, '43.173.181.251'),
(511, '2025-11-12 16:13:56', 65, NULL, '43.173.182.40'),
(512, '2025-11-12 16:13:56', 49, NULL, '43.173.182.40'),
(513, '2025-11-12 16:13:56', 45, NULL, '43.173.182.40'),
(514, '2025-11-12 16:13:56', 43, NULL, '43.173.182.40'),
(515, '2025-11-12 16:13:56', 39, NULL, '43.173.182.40'),
(516, '2025-11-12 16:13:56', 38, NULL, '43.173.182.40'),
(517, '2025-11-12 16:13:56', 36, NULL, '43.173.182.40'),
(518, '2025-11-12 16:13:56', 34, NULL, '43.173.182.40'),
(519, '2025-11-12 16:13:56', 33, NULL, '43.173.182.40'),
(520, '2025-11-12 16:13:56', 31, NULL, '43.173.182.40'),
(521, '2025-11-12 16:13:56', 29, NULL, '43.173.182.40'),
(522, '2025-11-12 16:14:01', 45, NULL, '138.122.31.245'),
(523, '2025-11-12 16:14:07', 46, NULL, '43.173.174.184'),
(524, '2025-11-12 16:14:10', 46, NULL, '43.173.178.107'),
(525, '2025-11-12 16:14:10', 37, NULL, '43.173.178.107'),
(526, '2025-11-12 16:14:16', 128, NULL, '43.173.176.236'),
(527, '2025-11-12 16:15:11', 128, NULL, '43.173.173.180'),
(528, '2025-11-12 16:15:59', 130, NULL, '43.173.177.110'),
(529, '2025-11-12 16:16:03', 129, NULL, '43.173.174.242'),
(530, '2025-11-12 16:16:07', 29, NULL, '43.173.177.187'),
(531, '2025-11-12 16:16:10', 29, NULL, '43.173.181.234'),
(532, '2025-11-12 16:16:28', 37, NULL, '43.173.178.185'),
(533, '2025-11-12 16:16:31', 37, NULL, '43.173.182.39'),
(534, '2025-11-12 16:16:34', 37, NULL, '43.173.175.17'),
(535, '2025-11-12 16:16:37', 128, NULL, '43.173.182.6'),
(536, '2025-11-12 16:17:09', 65, NULL, '43.175.56.147'),
(537, '2025-11-12 16:17:09', 49, NULL, '43.175.56.147'),
(538, '2025-11-12 16:17:09', 45, NULL, '43.175.56.147'),
(539, '2025-11-12 16:17:09', 43, NULL, '43.175.56.147'),
(540, '2025-11-12 16:17:09', 39, NULL, '43.175.56.147'),
(541, '2025-11-12 16:17:09', 38, NULL, '43.175.56.147'),
(542, '2025-11-12 16:17:09', 36, NULL, '43.175.56.147'),
(543, '2025-11-12 16:17:09', 34, NULL, '43.175.56.147'),
(544, '2025-11-12 16:17:09', 33, NULL, '43.175.56.147'),
(545, '2025-11-12 16:17:09', 31, NULL, '43.175.56.147'),
(546, '2025-11-12 16:17:09', 29, NULL, '43.175.56.147'),
(547, '2025-11-12 16:17:49', 37, NULL, '43.173.182.103'),
(548, '2025-11-12 16:17:51', 37, NULL, '43.173.179.30'),
(549, '2025-11-12 16:17:59', 37, NULL, '43.173.182.197'),
(550, '2025-11-12 16:18:08', 37, NULL, '43.173.176.54'),
(551, '2025-11-12 16:20:32', 46, NULL, '43.173.180.132'),
(552, '2025-11-12 16:20:35', 46, NULL, '43.173.175.117'),
(553, '2025-11-12 16:20:38', 37, NULL, '43.173.179.44'),
(554, '2025-11-12 16:50:32', 45, NULL, '158.181.46.48'),
(555, '2025-11-12 16:50:34', 45, NULL, '84.54.70.97'),
(556, '2025-11-12 16:50:35', 33, NULL, '196.65.180.144'),
(557, '2025-11-12 16:50:37', 36, NULL, '31.145.248.29'),
(558, '2025-11-12 16:50:38', 36, NULL, '181.120.57.64'),
(559, '2025-11-12 16:50:39', 33, NULL, '186.92.116.24'),
(560, '2025-11-12 16:50:41', 36, NULL, '41.90.71.101'),
(561, '2025-11-12 16:50:42', 36, NULL, '82.199.213.29'),
(562, '2025-11-12 16:50:46', 33, NULL, '102.254.163.153'),
(563, '2025-11-12 16:57:31', 112, NULL, '43.173.173.191'),
(564, '2025-11-12 16:57:31', 111, NULL, '43.173.173.191'),
(565, '2025-11-12 16:57:31', 108, NULL, '43.173.173.191'),
(566, '2025-11-12 16:57:31', 107, NULL, '43.173.173.191'),
(567, '2025-11-12 16:57:31', 106, NULL, '43.173.173.191'),
(568, '2025-11-12 16:57:31', 105, NULL, '43.173.173.191'),
(569, '2025-11-12 16:57:31', 104, NULL, '43.173.173.191'),
(570, '2025-11-12 16:57:31', 103, NULL, '43.173.173.191'),
(571, '2025-11-12 16:57:31', 102, NULL, '43.173.173.191'),
(572, '2025-11-12 16:57:31', 101, NULL, '43.173.173.191'),
(573, '2025-11-12 16:57:31', 100, NULL, '43.173.173.191'),
(574, '2025-11-12 16:59:16', 104, NULL, '43.173.177.73'),
(575, '2025-11-12 16:59:18', 105, NULL, '43.173.177.5'),
(576, '2025-11-12 16:59:22', 100, NULL, '43.173.173.110'),
(577, '2025-11-12 16:59:24', 106, NULL, '43.173.180.185'),
(578, '2025-11-12 17:01:04', 102, NULL, '43.173.181.250'),
(579, '2025-11-12 17:01:09', 108, NULL, '43.173.180.106'),
(580, '2025-11-12 17:01:11', 107, NULL, '43.173.177.186'),
(581, '2025-11-12 17:01:14', 101, NULL, '43.173.181.39'),
(582, '2025-11-12 17:12:55', 33, NULL, '122.201.31.9'),
(583, '2025-11-12 17:12:56', 36, NULL, '143.137.71.177'),
(584, '2025-11-12 17:12:59', 36, NULL, '196.210.221.19'),
(585, '2025-11-12 17:13:01', 36, NULL, '91.220.41.7'),
(586, '2025-11-12 17:13:02', 36, NULL, '64.227.5.49'),
(587, '2025-11-12 17:13:03', 36, NULL, '24.144.106.82'),
(588, '2025-11-12 17:13:03', 36, NULL, '41.142.161.39'),
(589, '2025-11-12 17:13:07', 33, NULL, '102.141.47.131'),
(590, '2025-11-12 17:26:25', 105, NULL, '43.173.179.155'),
(591, '2025-11-12 17:32:25', 43, NULL, '66.249.66.197'),
(592, '2025-11-12 18:06:20', 33, NULL, '37.236.124.26'),
(593, '2025-11-12 18:06:26', 36, NULL, '39.63.175.47'),
(594, '2025-11-12 18:06:30', 36, NULL, '169.224.100.18'),
(595, '2025-11-12 18:06:30', 36, NULL, '196.189.152.96'),
(596, '2025-11-12 18:06:33', 36, NULL, '190.6.34.37'),
(597, '2025-11-12 18:06:36', 36, NULL, '137.184.210.110'),
(598, '2025-11-12 18:06:40', 36, NULL, '45.235.38.166'),
(599, '2025-11-12 18:06:59', 36, NULL, '190.97.246.215'),
(600, '2025-11-12 18:21:01', 88, NULL, '66.249.66.77'),
(601, '2025-11-12 18:31:18', 22, NULL, '66.249.66.76'),
(602, '2025-11-12 19:12:01', 22, NULL, '66.249.66.13'),
(603, '2025-11-12 19:12:37', 33, NULL, '78.190.179.243'),
(604, '2025-11-12 19:12:44', 36, NULL, '38.210.183.110'),
(605, '2025-11-12 19:12:50', 36, NULL, '167.58.250.138'),
(606, '2025-11-12 19:17:50', 36, NULL, '91.196.55.114'),
(607, '2025-11-12 19:17:51', 36, NULL, '77.90.203.79'),
(608, '2025-11-12 19:17:53', 36, NULL, '169.224.13.223'),
(609, '2025-11-12 19:18:05', 36, NULL, '177.38.105.76'),
(610, '2025-11-12 19:18:11', 36, NULL, '201.47.66.123'),
(611, '2025-11-12 19:18:14', 36, NULL, '143.198.179.229'),
(612, '2025-11-12 19:18:17', 36, NULL, '5.62.146.132'),
(613, '2025-11-12 19:18:26', 36, NULL, '197.237.166.238'),
(614, '2025-11-12 19:18:50', 33, NULL, '165.50.87.84'),
(615, '2025-11-12 19:18:51', 33, NULL, '37.40.90.207'),
(616, '2025-11-12 19:18:53', 36, NULL, '178.89.243.131'),
(617, '2025-11-12 19:18:54', 36, NULL, '179.127.251.163'),
(618, '2025-11-12 19:19:16', 36, NULL, '181.123.45.206'),
(619, '2025-11-12 19:36:12', 36, NULL, '86.57.5.180'),
(620, '2025-11-12 19:36:14', 36, NULL, '156.194.51.37'),
(621, '2025-11-12 19:36:15', 36, NULL, '5.1.106.215'),
(622, '2025-11-12 19:36:17', 36, NULL, '189.242.90.249'),
(623, '2025-11-12 19:36:17', 36, NULL, '190.120.188.155'),
(624, '2025-11-12 19:36:19', 36, NULL, '37.239.50.31'),
(625, '2025-11-12 19:36:22', 36, NULL, '195.123.224.206'),
(626, '2025-11-12 19:36:33', 33, NULL, '143.198.189.10'),
(627, '2025-11-12 19:36:36', 36, NULL, '138.117.55.172'),
(628, '2025-11-12 19:36:44', 33, NULL, '102.215.33.64'),
(629, '2025-11-12 19:41:59', 35, NULL, '107.22.208.39'),
(630, '2025-11-12 20:02:44', 37, NULL, '43.173.180.77'),
(631, '2025-11-12 20:03:03', 37, NULL, '43.173.180.207'),
(632, '2025-11-12 20:03:10', 37, NULL, '43.173.175.213'),
(633, '2025-11-12 20:03:17', 37, NULL, '43.173.180.103'),
(634, '2025-11-12 20:03:26', 43, NULL, '79.106.215.20'),
(635, '2025-11-12 20:03:26', 37, NULL, '79.106.215.20'),
(636, '2025-11-12 20:03:35', 128, NULL, '43.173.181.105'),
(637, '2025-11-12 20:03:58', 37, NULL, '43.173.181.93'),
(638, '2025-11-12 20:04:07', 37, NULL, '43.173.173.148'),
(639, '2025-11-12 20:04:15', 46, NULL, '43.173.179.73'),
(640, '2025-11-12 20:08:24', 37, NULL, '43.173.180.208'),
(641, '2025-11-12 20:09:13', 37, NULL, '43.173.181.79'),
(642, '2025-11-12 20:09:27', 37, NULL, '169.224.11.18'),
(643, '2025-11-12 20:09:29', 37, NULL, '43.173.175.95'),
(644, '2025-11-12 20:10:21', 35, NULL, '54.84.93.8'),
(645, '2025-11-12 20:11:43', 36, NULL, '170.78.230.189'),
(646, '2025-11-12 20:11:47', 36, NULL, '45.177.50.52'),
(647, '2025-11-12 20:12:00', 36, NULL, '169.224.120.178'),
(648, '2025-11-12 20:12:06', 36, NULL, '45.99.48.100'),
(649, '2025-11-12 20:12:08', 36, NULL, '179.37.29.151'),
(650, '2025-11-12 20:15:22', 129, NULL, '43.173.174.189'),
(651, '2025-11-12 20:15:41', 37, NULL, '43.173.179.159'),
(652, '2025-11-12 20:15:44', 37, NULL, '43.173.179.142'),
(653, '2025-11-12 20:15:48', 37, NULL, '43.173.182.159'),
(654, '2025-11-12 20:42:44', 27, NULL, '151.236.175.218'),
(655, '2025-11-12 20:59:40', 127, NULL, '216.244.66.235'),
(656, '2025-11-12 21:35:57', 35, NULL, '98.83.178.66'),
(657, '2025-11-12 21:39:28', 22, NULL, '66.249.66.75'),
(658, '2025-11-12 22:10:36', 35, NULL, '34.194.165.45'),
(659, '2025-11-12 22:12:00', 37, NULL, '43.133.174.131'),
(660, '2025-11-12 22:15:39', 37, NULL, '37.236.215.13'),
(661, '2025-11-12 22:15:41', 37, NULL, '43.173.180.100'),
(662, '2025-11-12 22:15:49', 37, NULL, '43.173.182.191'),
(663, '2025-11-12 22:16:00', 37, NULL, '43.173.179.156'),
(664, '2025-11-12 22:16:05', 37, NULL, '43.173.175.82'),
(665, '2025-11-12 22:17:18', 37, NULL, '43.173.180.102'),
(666, '2025-11-12 22:17:24', 37, NULL, '43.173.182.198'),
(667, '2025-11-12 22:17:30', 37, NULL, '49.51.141.241'),
(668, '2025-11-12 22:17:33', 37, NULL, '201.51.193.29'),
(669, '2025-11-12 22:23:54', 37, NULL, '43.173.178.223'),
(670, '2025-11-12 22:24:00', 37, NULL, '43.173.176.206'),
(671, '2025-11-12 23:22:20', 35, NULL, '98.82.38.120'),
(672, '2025-11-12 23:30:17', 37, NULL, '43.173.181.113'),
(673, '2025-11-12 23:30:24', 37, NULL, '43.154.15.177'),
(674, '2025-11-12 23:30:29', 37, NULL, '43.173.181.33'),
(675, '2025-11-13 00:02:29', 46, NULL, '5.255.231.107'),
(676, '2025-11-13 00:02:29', 37, NULL, '5.255.231.107'),
(677, '2025-11-13 00:05:58', 37, NULL, '43.173.179.29'),
(678, '2025-11-13 00:11:17', 98, NULL, '85.208.96.195'),
(679, '2025-11-13 00:45:11', 27, NULL, '189.187.127.230'),
(680, '2025-11-13 01:45:43', 103, NULL, '57.141.0.64'),
(681, '2025-11-13 02:32:57', 21, NULL, '66.249.66.13'),
(682, '2025-11-13 02:32:57', 23, NULL, '66.249.66.13'),
(683, '2025-11-13 02:32:57', 24, NULL, '66.249.66.13'),
(684, '2025-11-13 02:32:57', 27, NULL, '66.249.66.13'),
(685, '2025-11-13 02:32:57', 29, NULL, '66.249.66.13'),
(686, '2025-11-13 02:32:57', 31, NULL, '66.249.66.13'),
(687, '2025-11-13 02:32:57', 33, NULL, '66.249.66.13'),
(688, '2025-11-13 02:32:57', 34, NULL, '66.249.66.13'),
(689, '2025-11-13 03:25:25', 22, NULL, '66.249.66.35'),
(690, '2025-11-13 03:25:52', 33, NULL, '44.212.131.50'),
(691, '2025-11-13 03:53:12', 35, NULL, '34.231.156.59'),
(692, '2025-11-13 03:59:44', 35, NULL, '23.23.212.212'),
(693, '2025-11-13 04:08:48', 33, NULL, '34.194.226.74'),
(694, '2025-11-13 04:20:20', 35, NULL, '44.193.102.198'),
(695, '2025-11-13 04:26:40', 35, NULL, '3.212.205.90'),
(696, '2025-11-13 05:21:17', 112, NULL, '66.249.66.77'),
(697, '2025-11-13 05:21:17', 111, NULL, '66.249.66.77'),
(698, '2025-11-13 05:21:17', 108, NULL, '66.249.66.77'),
(699, '2025-11-13 05:21:17', 107, NULL, '66.249.66.77'),
(700, '2025-11-13 05:21:17', 106, NULL, '66.249.66.77'),
(701, '2025-11-13 05:21:17', 105, NULL, '66.249.66.77'),
(702, '2025-11-13 05:21:17', 104, NULL, '66.249.66.77'),
(703, '2025-11-13 05:21:17', 103, NULL, '66.249.66.77'),
(704, '2025-11-13 05:21:17', 102, NULL, '66.249.66.77'),
(705, '2025-11-13 05:21:17', 101, NULL, '66.249.66.77'),
(706, '2025-11-13 05:21:17', 100, NULL, '66.249.66.77'),
(707, '2025-11-13 05:22:16', 46, NULL, '18.211.148.239'),
(708, '2025-11-13 05:22:16', 37, NULL, '18.211.148.239'),
(709, '2025-11-13 05:24:40', 33, NULL, '3.212.205.90'),
(710, '2025-11-13 05:40:17', 112, NULL, '66.249.66.200'),
(711, '2025-11-13 05:40:17', 111, NULL, '66.249.66.200'),
(712, '2025-11-13 05:40:17', 108, NULL, '66.249.66.200'),
(713, '2025-11-13 05:40:17', 107, NULL, '66.249.66.200'),
(714, '2025-11-13 05:40:17', 106, NULL, '66.249.66.200'),
(715, '2025-11-13 05:40:17', 105, NULL, '66.249.66.200'),
(716, '2025-11-13 05:40:17', 104, NULL, '66.249.66.200'),
(717, '2025-11-13 05:40:17', 103, NULL, '66.249.66.200'),
(718, '2025-11-13 05:40:17', 102, NULL, '66.249.66.200'),
(719, '2025-11-13 05:40:17', 101, NULL, '66.249.66.200'),
(720, '2025-11-13 05:40:17', 100, NULL, '66.249.66.200'),
(721, '2025-11-13 05:45:41', 35, NULL, '54.235.191.179'),
(722, '2025-11-13 05:46:57', 129, NULL, '216.73.216.116'),
(723, '2025-11-13 05:58:11', 46, NULL, '216.73.216.116'),
(724, '2025-11-13 05:58:11', 37, NULL, '216.73.216.116'),
(725, '2025-11-13 05:58:16', 128, NULL, '216.73.216.116'),
(726, '2025-11-13 05:58:16', 127, NULL, '216.73.216.116'),
(727, '2025-11-13 05:58:21', 29, NULL, '216.73.216.116'),
(728, '2025-11-13 05:58:41', 65, NULL, '216.73.216.116'),
(729, '2025-11-13 05:58:41', 49, NULL, '216.73.216.116'),
(730, '2025-11-13 05:58:41', 45, NULL, '216.73.216.116'),
(731, '2025-11-13 05:58:41', 43, NULL, '216.73.216.116'),
(732, '2025-11-13 05:58:41', 39, NULL, '216.73.216.116'),
(733, '2025-11-13 05:58:41', 38, NULL, '216.73.216.116'),
(734, '2025-11-13 05:58:41', 36, NULL, '216.73.216.116'),
(735, '2025-11-13 05:58:41', 34, NULL, '216.73.216.116'),
(736, '2025-11-13 05:58:41', 33, NULL, '216.73.216.116'),
(737, '2025-11-13 05:58:41', 31, NULL, '216.73.216.116'),
(738, '2025-11-13 06:32:06', 98, NULL, '47.128.117.138'),
(739, '2025-11-13 06:41:43', 27, NULL, '84.54.90.128'),
(740, '2025-11-13 06:51:52', 129, NULL, '54.235.191.179'),
(741, '2025-11-13 07:39:28', 33, NULL, '100.29.34.97'),
(742, '2025-11-13 07:42:03', 43, NULL, '40.77.167.0'),
(743, '2025-11-13 07:44:15', 33, NULL, '18.205.213.231'),
(744, '2025-11-13 07:54:01', 24, NULL, '66.249.66.35'),
(745, '2025-11-13 07:56:08', 47, NULL, '216.73.216.116'),
(746, '2025-11-13 07:56:08', 42, NULL, '216.73.216.116'),
(747, '2025-11-13 07:56:11', 126, NULL, '216.73.216.116'),
(748, '2025-11-13 07:56:48', 130, NULL, '216.73.216.116'),
(749, '2025-11-13 08:06:00', 1, NULL, '66.249.66.14'),
(750, '2025-11-13 08:06:00', 2, NULL, '66.249.66.14'),
(751, '2025-11-13 08:06:00', 3, NULL, '66.249.66.14'),
(752, '2025-11-13 08:06:00', 4, NULL, '66.249.66.14'),
(753, '2025-11-13 08:06:00', 5, NULL, '66.249.66.14'),
(754, '2025-11-13 08:06:00', 6, NULL, '66.249.66.14'),
(755, '2025-11-13 08:06:00', 7, NULL, '66.249.66.14'),
(756, '2025-11-13 08:06:00', 8, NULL, '66.249.66.14'),
(757, '2025-11-13 08:06:00', 11, NULL, '66.249.66.14'),
(758, '2025-11-13 08:11:18', 1, NULL, '66.249.66.13'),
(759, '2025-11-13 08:11:18', 2, NULL, '66.249.66.13'),
(760, '2025-11-13 08:11:18', 3, NULL, '66.249.66.13'),
(761, '2025-11-13 08:11:18', 4, NULL, '66.249.66.13'),
(762, '2025-11-13 08:11:18', 5, NULL, '66.249.66.13'),
(763, '2025-11-13 08:11:18', 6, NULL, '66.249.66.13'),
(764, '2025-11-13 08:11:18', 7, NULL, '66.249.66.13'),
(765, '2025-11-13 08:11:18', 8, NULL, '66.249.66.13'),
(766, '2025-11-13 08:11:18', 11, NULL, '66.249.66.13'),
(767, '2025-11-13 08:35:33', 21, NULL, '66.249.66.202'),
(768, '2025-11-13 08:35:33', 22, NULL, '66.249.66.202'),
(769, '2025-11-13 08:35:33', 23, NULL, '66.249.66.202'),
(770, '2025-11-13 08:35:33', 24, NULL, '66.249.66.202'),
(771, '2025-11-13 08:35:33', 27, NULL, '66.249.66.202'),
(772, '2025-11-13 08:35:33', 29, NULL, '66.249.66.202'),
(773, '2025-11-13 08:35:33', 31, NULL, '66.249.66.202'),
(774, '2025-11-13 08:35:33', 33, NULL, '66.249.66.202'),
(775, '2025-11-13 08:35:33', 34, NULL, '66.249.66.202'),
(776, '2025-11-13 08:38:14', 21, NULL, '66.249.66.12'),
(777, '2025-11-13 08:38:14', 22, NULL, '66.249.66.12'),
(778, '2025-11-13 08:38:14', 23, NULL, '66.249.66.12'),
(779, '2025-11-13 08:38:14', 24, NULL, '66.249.66.12'),
(780, '2025-11-13 08:38:14', 27, NULL, '66.249.66.12'),
(781, '2025-11-13 08:38:14', 29, NULL, '66.249.66.12'),
(782, '2025-11-13 08:38:14', 31, NULL, '66.249.66.12'),
(783, '2025-11-13 08:38:14', 33, NULL, '66.249.66.12'),
(784, '2025-11-13 08:38:14', 34, NULL, '66.249.66.12'),
(785, '2025-11-13 09:25:17', 27, NULL, '66.249.66.14'),
(786, '2025-11-13 09:27:06', 27, NULL, '66.249.66.36'),
(787, '2025-11-13 09:30:52', 101, NULL, '44.218.6.93'),
(788, '2025-11-13 09:35:16', 35, NULL, '23.21.175.228'),
(789, '2025-11-13 09:39:46', 95, NULL, '156.215.35.162'),
(790, '2025-11-13 09:44:48', 35, NULL, '52.2.4.213'),
(791, '2025-11-13 09:45:20', 33, NULL, '98.82.59.253'),
(792, '2025-11-13 09:50:27', 27, NULL, '66.249.66.201'),
(793, '2025-11-13 10:19:40', 35, NULL, '107.23.62.75'),
(794, '2025-11-13 10:20:12', 35, NULL, '52.54.15.103'),
(795, '2025-11-13 10:20:33', 7, NULL, '66.249.66.36'),
(796, '2025-11-13 10:24:41', 126, NULL, '66.249.66.36'),
(797, '2025-11-13 10:40:28', 23, NULL, '113.173.225.48'),
(798, '2025-11-13 10:53:49', 21, NULL, '51.75.119.112'),
(799, '2025-11-13 10:55:24', 7, NULL, '66.249.66.201'),
(800, '2025-11-13 10:58:13', 126, NULL, '66.249.66.14'),
(801, '2025-11-13 11:10:22', 7, NULL, '66.249.66.12'),
(802, '2025-11-13 11:16:00', 101, NULL, '47.128.60.16'),
(803, '2025-11-13 11:37:35', 95, NULL, '185.194.8.203'),
(804, '2025-11-13 11:39:47', 7, NULL, '66.249.66.34'),
(805, '2025-11-13 11:43:44', 45, NULL, '3.221.222.168'),
(806, '2025-11-13 11:52:17', 35, NULL, '18.214.124.6'),
(807, '2025-11-13 12:26:28', 1, NULL, '66.249.66.34'),
(808, '2025-11-13 12:26:28', 2, NULL, '66.249.66.34'),
(809, '2025-11-13 12:26:28', 3, NULL, '66.249.66.34'),
(810, '2025-11-13 12:26:28', 4, NULL, '66.249.66.34'),
(811, '2025-11-13 12:26:28', 5, NULL, '66.249.66.34'),
(812, '2025-11-13 12:26:28', 6, NULL, '66.249.66.34'),
(813, '2025-11-13 12:26:28', 8, NULL, '66.249.66.34'),
(814, '2025-11-13 12:26:28', 11, NULL, '66.249.66.34'),
(815, '2025-11-13 12:43:44', 35, NULL, '52.0.105.244'),
(816, '2025-11-13 12:44:30', 33, NULL, '18.214.138.148'),
(817, '2025-11-13 13:23:16', 126, NULL, '66.249.66.13'),
(818, '2025-11-13 13:33:36', 33, NULL, '34.225.138.57'),
(819, '2025-11-13 14:04:51', 43, NULL, '207.46.13.168'),
(820, '2025-11-13 14:10:40', 65, NULL, '52.44.148.203'),
(821, '2025-11-13 14:10:40', 49, NULL, '52.44.148.203'),
(822, '2025-11-13 14:10:40', 45, NULL, '52.44.148.203'),
(823, '2025-11-13 14:10:40', 43, NULL, '52.44.148.203'),
(824, '2025-11-13 14:10:40', 39, NULL, '52.44.148.203'),
(825, '2025-11-13 14:10:40', 38, NULL, '52.44.148.203'),
(826, '2025-11-13 14:10:40', 36, NULL, '52.44.148.203'),
(827, '2025-11-13 14:10:40', 34, NULL, '52.44.148.203'),
(828, '2025-11-13 14:10:40', 33, NULL, '52.44.148.203'),
(829, '2025-11-13 14:10:40', 31, NULL, '52.44.148.203'),
(830, '2025-11-13 14:10:40', 29, NULL, '52.44.148.203'),
(831, '2025-11-13 14:15:38', 107, NULL, '47.128.30.187'),
(832, '2025-11-13 14:41:52', 33, NULL, '23.21.250.48'),
(833, '2025-11-13 14:56:57', 65, NULL, '66.249.66.12'),
(834, '2025-11-13 14:56:57', 49, NULL, '66.249.66.12'),
(835, '2025-11-13 14:56:57', 45, NULL, '66.249.66.12'),
(836, '2025-11-13 14:56:57', 43, NULL, '66.249.66.12'),
(837, '2025-11-13 14:56:57', 39, NULL, '66.249.66.12'),
(838, '2025-11-13 14:56:57', 38, NULL, '66.249.66.12'),
(839, '2025-11-13 14:56:57', 36, NULL, '66.249.66.12'),
(840, '2025-11-13 15:06:00', 126, NULL, '66.249.66.6'),
(841, '2025-11-13 15:12:49', 35, NULL, '52.71.203.206'),
(842, '2025-11-13 15:22:46', 7, NULL, '216.73.216.116'),
(843, '2025-11-13 15:26:21', 36, NULL, '66.249.66.75'),
(844, '2025-11-13 15:28:24', 65, NULL, '66.249.66.75'),
(845, '2025-11-13 15:28:24', 49, NULL, '66.249.66.75'),
(846, '2025-11-13 15:28:24', 45, NULL, '66.249.66.75'),
(847, '2025-11-13 15:28:24', 43, NULL, '66.249.66.75'),
(848, '2025-11-13 15:28:24', 39, NULL, '66.249.66.75'),
(849, '2025-11-13 15:28:24', 38, NULL, '66.249.66.75'),
(850, '2025-11-13 15:28:24', 34, NULL, '66.249.66.75'),
(851, '2025-11-13 15:28:24', 33, NULL, '66.249.66.75'),
(852, '2025-11-13 15:28:24', 31, NULL, '66.249.66.75'),
(853, '2025-11-13 15:28:24', 29, NULL, '66.249.66.75'),
(854, '2025-11-13 15:48:05', 35, NULL, '54.225.199.17'),
(855, '2025-11-13 16:10:45', 98, NULL, '43.173.178.129'),
(856, '2025-11-13 16:51:52', 65, NULL, '66.249.66.13'),
(857, '2025-11-13 16:51:52', 49, NULL, '66.249.66.13'),
(858, '2025-11-13 16:51:52', 45, NULL, '66.249.66.13'),
(859, '2025-11-13 16:51:52', 43, NULL, '66.249.66.13'),
(860, '2025-11-13 16:51:52', 39, NULL, '66.249.66.13'),
(861, '2025-11-13 16:51:52', 38, NULL, '66.249.66.13'),
(862, '2025-11-13 16:51:52', 36, NULL, '66.249.66.13'),
(863, '2025-11-13 16:51:54', 36, NULL, '66.249.66.35'),
(864, '2025-11-13 16:51:55', 36, NULL, '66.249.66.14'),
(865, '2025-11-13 17:08:23', 41, NULL, '35.169.102.85'),
(866, '2025-11-13 17:13:10', 27, NULL, '66.249.66.200'),
(867, '2025-11-13 17:15:45', 46, NULL, '184.72.95.195'),
(868, '2025-11-13 17:25:19', 105, NULL, '43.173.180.225'),
(869, '2025-11-13 17:31:00', 112, NULL, '43.173.178.52'),
(870, '2025-11-13 17:31:00', 111, NULL, '43.173.178.52'),
(871, '2025-11-13 17:31:00', 108, NULL, '43.173.178.52'),
(872, '2025-11-13 17:31:00', 107, NULL, '43.173.178.52'),
(873, '2025-11-13 17:31:00', 106, NULL, '43.173.178.52'),
(874, '2025-11-13 17:31:00', 105, NULL, '43.173.178.52'),
(875, '2025-11-13 17:31:00', 104, NULL, '43.173.178.52'),
(876, '2025-11-13 17:31:00', 103, NULL, '43.173.178.52'),
(877, '2025-11-13 17:31:00', 102, NULL, '43.173.178.52'),
(878, '2025-11-13 17:31:00', 101, NULL, '43.173.178.52'),
(879, '2025-11-13 17:31:00', 100, NULL, '43.173.178.52'),
(880, '2025-11-13 17:32:35', 126, NULL, '66.249.66.34'),
(881, '2025-11-13 17:34:59', 130, NULL, '52.3.26.180'),
(882, '2025-11-13 17:35:45', 36, NULL, '66.249.66.201'),
(883, '2025-11-13 17:43:01', 65, NULL, '66.249.66.9'),
(884, '2025-11-13 17:43:01', 49, NULL, '66.249.66.9'),
(885, '2025-11-13 17:43:01', 45, NULL, '66.249.66.9'),
(886, '2025-11-13 17:43:01', 43, NULL, '66.249.66.9'),
(887, '2025-11-13 17:43:01', 39, NULL, '66.249.66.9'),
(888, '2025-11-13 17:43:01', 38, NULL, '66.249.66.9'),
(889, '2025-11-13 17:43:01', 36, NULL, '66.249.66.9'),
(890, '2025-11-13 17:43:01', 34, NULL, '66.249.66.9'),
(891, '2025-11-13 17:43:01', 33, NULL, '66.249.66.9'),
(892, '2025-11-13 17:43:01', 31, NULL, '66.249.66.9'),
(893, '2025-11-13 17:43:01', 29, NULL, '66.249.66.9'),
(894, '2025-11-13 17:55:35', 89, NULL, '66.249.66.13'),
(895, '2025-11-13 17:55:35', 88, NULL, '66.249.66.13'),
(896, '2025-11-13 18:05:55', 126, NULL, '54.84.161.62'),
(897, '2025-11-13 18:06:40', 128, NULL, '66.249.66.13'),
(898, '2025-11-13 18:06:40', 127, NULL, '66.249.66.13'),
(899, '2025-11-13 18:07:58', 130, NULL, '3.232.82.72'),
(900, '2025-11-13 18:08:12', 33, NULL, '98.83.226.125'),
(901, '2025-11-13 18:12:14', 35, NULL, '44.221.37.41'),
(902, '2025-11-13 18:20:24', 128, NULL, '66.249.66.12'),
(903, '2025-11-13 18:20:24', 127, NULL, '66.249.66.12'),
(904, '2025-11-13 18:24:51', 46, NULL, '66.249.66.12'),
(905, '2025-11-13 18:24:51', 37, NULL, '66.249.66.12'),
(906, '2025-11-13 18:24:59', 126, NULL, '66.249.66.12'),
(907, '2025-11-13 18:26:30', 89, NULL, '66.249.66.14'),
(908, '2025-11-13 18:26:30', 88, NULL, '66.249.66.14'),
(909, '2025-11-13 18:29:10', 33, NULL, '50.19.221.48'),
(910, '2025-11-13 18:38:18', 46, NULL, '51.77.218.191'),
(911, '2025-11-13 18:38:18', 37, NULL, '51.77.218.191'),
(912, '2025-11-13 18:42:17', 128, NULL, '66.249.66.34'),
(913, '2025-11-13 18:42:17', 127, NULL, '66.249.66.34'),
(914, '2025-11-13 18:47:45', 128, NULL, '66.249.66.76'),
(915, '2025-11-13 18:47:45', 127, NULL, '66.249.66.76'),
(916, '2025-11-13 18:51:03', 128, NULL, '66.249.66.4'),
(917, '2025-11-13 18:51:03', 127, NULL, '66.249.66.4'),
(918, '2025-11-13 19:00:42', 107, NULL, '66.249.66.13'),
(919, '2025-11-13 19:03:50', 128, NULL, '66.249.66.167'),
(920, '2025-11-13 19:03:50', 127, NULL, '66.249.66.167'),
(921, '2025-11-13 19:07:28', 37, NULL, '66.249.66.202'),
(922, '2025-11-13 19:12:44', 65, NULL, '66.249.66.200'),
(923, '2025-11-13 19:12:44', 49, NULL, '66.249.66.200'),
(924, '2025-11-13 19:12:44', 45, NULL, '66.249.66.200'),
(925, '2025-11-13 19:12:44', 43, NULL, '66.249.66.200'),
(926, '2025-11-13 19:12:44', 39, NULL, '66.249.66.200'),
(927, '2025-11-13 19:12:44', 38, NULL, '66.249.66.200'),
(928, '2025-11-13 19:12:44', 36, NULL, '66.249.66.200'),
(929, '2025-11-13 19:12:44', 34, NULL, '66.249.66.200'),
(930, '2025-11-13 19:12:44', 33, NULL, '66.249.66.200'),
(931, '2025-11-13 19:12:44', 31, NULL, '66.249.66.200'),
(932, '2025-11-13 19:12:44', 29, NULL, '66.249.66.200'),
(933, '2025-11-13 19:32:23', 129, NULL, '23.21.225.190'),
(934, '2025-11-13 19:34:37', 27, NULL, '100.27.153.9'),
(935, '2025-11-13 19:41:17', 128, NULL, '98.83.226.125'),
(936, '2025-11-13 19:41:51', 47, NULL, '66.249.66.167'),
(937, '2025-11-13 19:41:51', 42, NULL, '66.249.66.167'),
(938, '2025-11-13 19:49:30', 89, NULL, '66.249.66.166'),
(939, '2025-11-13 19:49:30', 88, NULL, '66.249.66.166'),
(940, '2025-11-13 19:49:57', 89, NULL, '66.249.66.34'),
(941, '2025-11-13 19:49:57', 88, NULL, '66.249.66.34'),
(942, '2025-11-13 19:53:08', 89, NULL, '66.249.66.76'),
(943, '2025-11-13 19:53:08', 88, NULL, '66.249.66.76'),
(944, '2025-11-13 20:13:53', 126, NULL, '66.249.66.166'),
(945, '2025-11-13 20:17:23', 126, NULL, '66.249.66.167'),
(946, '2025-11-13 20:31:21', 37, NULL, '66.249.66.14'),
(947, '2025-11-13 20:33:48', 37, NULL, '66.249.66.167'),
(948, '2025-11-13 20:46:59', 46, NULL, '66.249.66.201'),
(949, '2025-11-13 20:46:59', 37, NULL, '66.249.66.201'),
(950, '2025-11-13 21:02:02', 46, NULL, '66.249.66.168'),
(951, '2025-11-13 21:02:02', 37, NULL, '66.249.66.168'),
(952, '2025-11-13 21:03:54', 46, NULL, '66.249.66.14'),
(953, '2025-11-13 21:05:47', 46, NULL, '66.249.66.36'),
(954, '2025-11-13 21:05:47', 37, NULL, '66.249.66.36'),
(955, '2025-11-13 21:09:31', 46, NULL, '66.249.66.34'),
(956, '2025-11-13 21:09:31', 37, NULL, '66.249.66.34'),
(957, '2025-11-13 21:11:23', 46, NULL, '66.249.66.200'),
(958, '2025-11-13 21:11:23', 37, NULL, '66.249.66.200'),
(959, '2025-11-13 21:16:23', 47, NULL, '66.249.66.200'),
(960, '2025-11-13 21:16:23', 42, NULL, '66.249.66.200'),
(961, '2025-11-13 21:44:21', 99, NULL, '185.191.171.18'),
(962, '2025-11-13 22:05:04', 47, NULL, '66.249.66.36'),
(963, '2025-11-13 22:05:04', 42, NULL, '66.249.66.36'),
(964, '2025-11-13 22:15:41', 128, NULL, '66.249.66.36'),
(965, '2025-11-13 22:15:41', 127, NULL, '66.249.66.36'),
(966, '2025-11-13 22:18:11', 46, NULL, '66.249.66.13'),
(967, '2025-11-13 22:18:11', 37, NULL, '66.249.66.13'),
(968, '2025-11-13 22:25:21', 46, NULL, '66.249.66.75'),
(969, '2025-11-13 22:25:21', 37, NULL, '66.249.66.75'),
(970, '2025-11-13 22:31:01', 47, NULL, '66.249.66.166'),
(971, '2025-11-13 22:31:01', 42, NULL, '66.249.66.166'),
(972, '2025-11-13 22:32:51', 47, NULL, '66.249.66.35'),
(973, '2025-11-13 22:32:51', 42, NULL, '66.249.66.35'),
(974, '2025-11-13 22:37:12', 47, NULL, '66.249.66.77'),
(975, '2025-11-13 22:37:12', 42, NULL, '66.249.66.77'),
(976, '2025-11-13 22:56:50', 46, NULL, '66.249.66.167'),
(977, '2025-11-13 23:00:20', 35, NULL, '44.213.202.136'),
(978, '2025-11-13 23:01:49', 29, NULL, '35.171.117.160'),
(979, '2025-11-13 23:17:44', 35, NULL, '184.73.239.35');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(980, '2025-11-13 23:50:56', 95, NULL, '217.113.196.2'),
(981, '2025-11-13 23:53:32', 48, NULL, '217.113.196.21'),
(982, '2025-11-13 23:54:22', 27, NULL, '217.113.196.56'),
(983, '2025-11-13 23:56:37', 22, NULL, '217.113.196.17'),
(984, '2025-11-13 23:56:50', 35, NULL, '98.83.177.42'),
(985, '2025-11-14 00:02:13', 128, NULL, '52.7.33.248'),
(986, '2025-11-14 00:02:13', 127, NULL, '52.7.33.248'),
(987, '2025-11-14 00:04:24', 111, NULL, '217.113.196.41'),
(988, '2025-11-14 00:19:52', 112, NULL, '217.113.196.2'),
(989, '2025-11-14 00:20:54', 107, NULL, '217.113.196.54'),
(990, '2025-11-14 00:25:47', 108, NULL, '217.113.196.21'),
(991, '2025-11-14 00:25:48', 35, NULL, '35.173.18.61'),
(992, '2025-11-14 00:31:52', 102, NULL, '217.113.196.24'),
(993, '2025-11-14 00:38:45', 1, NULL, '217.113.196.33'),
(994, '2025-11-14 00:38:45', 2, NULL, '217.113.196.33'),
(995, '2025-11-14 00:38:45', 3, NULL, '217.113.196.33'),
(996, '2025-11-14 00:38:45', 4, NULL, '217.113.196.33'),
(997, '2025-11-14 00:38:45', 5, NULL, '217.113.196.33'),
(998, '2025-11-14 00:38:45', 6, NULL, '217.113.196.33'),
(999, '2025-11-14 00:38:45', 7, NULL, '217.113.196.33'),
(1000, '2025-11-14 00:38:45', 8, NULL, '217.113.196.33'),
(1001, '2025-11-14 00:38:45', 11, NULL, '217.113.196.33'),
(1002, '2025-11-14 00:43:33', 99, NULL, '138.99.83.21'),
(1003, '2025-11-14 00:45:36', 31, NULL, '217.113.196.18'),
(1004, '2025-11-14 00:58:48', 35, NULL, '217.113.196.60'),
(1005, '2025-11-14 01:14:00', 37, NULL, '66.249.66.166'),
(1006, '2025-11-14 01:17:43', 103, NULL, '217.113.196.61'),
(1007, '2025-11-14 01:17:43', 104, NULL, '217.113.196.61'),
(1008, '2025-11-14 01:17:43', 105, NULL, '217.113.196.61'),
(1009, '2025-11-14 01:17:43', 106, NULL, '217.113.196.61'),
(1010, '2025-11-14 01:17:43', 107, NULL, '217.113.196.61'),
(1011, '2025-11-14 01:17:43', 108, NULL, '217.113.196.61'),
(1012, '2025-11-14 01:17:43', 111, NULL, '217.113.196.61'),
(1013, '2025-11-14 01:17:43', 112, NULL, '217.113.196.61'),
(1014, '2025-11-14 01:17:43', 126, NULL, '217.113.196.61'),
(1015, '2025-11-14 01:17:58', 127, NULL, '217.113.196.62'),
(1016, '2025-11-14 01:17:58', 128, NULL, '217.113.196.62'),
(1017, '2025-11-14 01:17:58', 129, NULL, '217.113.196.62'),
(1018, '2025-11-14 01:17:58', 130, NULL, '217.113.196.62'),
(1019, '2025-11-14 01:18:13', 21, NULL, '217.113.196.62'),
(1020, '2025-11-14 01:18:13', 22, NULL, '217.113.196.62'),
(1021, '2025-11-14 01:18:13', 23, NULL, '217.113.196.62'),
(1022, '2025-11-14 01:18:13', 24, NULL, '217.113.196.62'),
(1023, '2025-11-14 01:18:13', 27, NULL, '217.113.196.62'),
(1024, '2025-11-14 01:18:13', 29, NULL, '217.113.196.62'),
(1025, '2025-11-14 01:18:13', 31, NULL, '217.113.196.62'),
(1026, '2025-11-14 01:18:13', 33, NULL, '217.113.196.62'),
(1027, '2025-11-14 01:18:13', 34, NULL, '217.113.196.62'),
(1028, '2025-11-14 01:18:43', 1, NULL, '217.113.196.62'),
(1029, '2025-11-14 01:18:43', 2, NULL, '217.113.196.62'),
(1030, '2025-11-14 01:18:43', 3, NULL, '217.113.196.62'),
(1031, '2025-11-14 01:18:43', 4, NULL, '217.113.196.62'),
(1032, '2025-11-14 01:18:43', 5, NULL, '217.113.196.62'),
(1033, '2025-11-14 01:18:43', 6, NULL, '217.113.196.62'),
(1034, '2025-11-14 01:18:43', 7, NULL, '217.113.196.62'),
(1035, '2025-11-14 01:18:43', 8, NULL, '217.113.196.62'),
(1036, '2025-11-14 01:18:43', 11, NULL, '217.113.196.62'),
(1037, '2025-11-14 01:19:14', 65, NULL, '217.113.196.2'),
(1038, '2025-11-14 01:19:14', 88, NULL, '217.113.196.2'),
(1039, '2025-11-14 01:19:14', 89, NULL, '217.113.196.2'),
(1040, '2025-11-14 01:19:14', 94, NULL, '217.113.196.2'),
(1041, '2025-11-14 01:19:14', 98, NULL, '217.113.196.2'),
(1042, '2025-11-14 01:19:14', 99, NULL, '217.113.196.2'),
(1043, '2025-11-14 01:19:14', 100, NULL, '217.113.196.2'),
(1044, '2025-11-14 01:19:14', 101, NULL, '217.113.196.2'),
(1045, '2025-11-14 01:19:14', 102, NULL, '217.113.196.2'),
(1046, '2025-11-14 01:20:56', 33, NULL, '54.83.240.58'),
(1047, '2025-11-14 01:38:26', 112, NULL, '217.113.196.58'),
(1048, '2025-11-14 01:38:26', 111, NULL, '217.113.196.58'),
(1049, '2025-11-14 01:38:26', 108, NULL, '217.113.196.58'),
(1050, '2025-11-14 01:38:26', 107, NULL, '217.113.196.58'),
(1051, '2025-11-14 01:38:26', 106, NULL, '217.113.196.58'),
(1052, '2025-11-14 01:38:26', 105, NULL, '217.113.196.58'),
(1053, '2025-11-14 01:38:26', 104, NULL, '217.113.196.58'),
(1054, '2025-11-14 01:38:26', 103, NULL, '217.113.196.58'),
(1055, '2025-11-14 01:38:26', 102, NULL, '217.113.196.58'),
(1056, '2025-11-14 01:38:26', 101, NULL, '217.113.196.58'),
(1057, '2025-11-14 01:38:26', 100, NULL, '217.113.196.58'),
(1058, '2025-11-14 01:45:04', 46, NULL, '100.29.107.38'),
(1059, '2025-11-14 01:45:04', 37, NULL, '100.29.107.38'),
(1060, '2025-11-14 01:48:47', 100, NULL, '66.249.66.202'),
(1061, '2025-11-14 02:00:24', 33, NULL, '44.221.227.90'),
(1062, '2025-11-14 02:00:48', 33, NULL, '3.220.148.166'),
(1063, '2025-11-14 02:01:40', 27, NULL, '35.174.253.85'),
(1064, '2025-11-14 02:02:08', 33, NULL, '98.83.94.113'),
(1065, '2025-11-14 02:06:48', 65, NULL, '52.2.58.41'),
(1066, '2025-11-14 02:06:48', 49, NULL, '52.2.58.41'),
(1067, '2025-11-14 02:06:48', 45, NULL, '52.2.58.41'),
(1068, '2025-11-14 02:06:48', 43, NULL, '52.2.58.41'),
(1069, '2025-11-14 02:06:48', 39, NULL, '52.2.58.41'),
(1070, '2025-11-14 02:06:48', 38, NULL, '52.2.58.41'),
(1071, '2025-11-14 02:06:48', 36, NULL, '52.2.58.41'),
(1072, '2025-11-14 02:06:48', 34, NULL, '52.2.58.41'),
(1073, '2025-11-14 02:06:48', 33, NULL, '52.2.58.41'),
(1074, '2025-11-14 02:06:48', 31, NULL, '52.2.58.41'),
(1075, '2025-11-14 02:06:48', 29, NULL, '52.2.58.41'),
(1076, '2025-11-14 02:26:13', 101, NULL, '34.231.181.240'),
(1077, '2025-11-14 02:26:24', 33, NULL, '52.45.92.83'),
(1078, '2025-11-14 02:30:16', 33, NULL, '44.207.207.36'),
(1079, '2025-11-14 02:30:28', 37, NULL, '52.5.242.243'),
(1080, '2025-11-14 02:31:08', 33, NULL, '98.84.184.80'),
(1081, '2025-11-14 02:33:58', 27, NULL, '52.167.144.187'),
(1082, '2025-11-14 02:37:12', 41, NULL, '18.215.77.19'),
(1083, '2025-11-14 02:50:52', 46, NULL, '52.45.194.165'),
(1084, '2025-11-14 02:54:23', 1, NULL, '66.249.66.76'),
(1085, '2025-11-14 02:54:23', 2, NULL, '66.249.66.76'),
(1086, '2025-11-14 02:54:23', 3, NULL, '66.249.66.76'),
(1087, '2025-11-14 02:54:23', 4, NULL, '66.249.66.76'),
(1088, '2025-11-14 02:54:23', 5, NULL, '66.249.66.76'),
(1089, '2025-11-14 02:54:23', 6, NULL, '66.249.66.76'),
(1090, '2025-11-14 02:54:23', 7, NULL, '66.249.66.76'),
(1091, '2025-11-14 02:54:23', 8, NULL, '66.249.66.76'),
(1092, '2025-11-14 02:54:23', 11, NULL, '66.249.66.76'),
(1093, '2025-11-14 02:55:04', 129, NULL, '54.197.178.107'),
(1094, '2025-11-14 02:58:41', 128, NULL, '18.209.201.119'),
(1095, '2025-11-14 03:01:48', 129, NULL, '3.81.253.213'),
(1096, '2025-11-14 03:01:58', 33, NULL, '217.113.196.32'),
(1097, '2025-11-14 03:02:04', 35, NULL, '3.221.222.168'),
(1098, '2025-11-14 03:02:13', 33, NULL, '217.113.196.11'),
(1099, '2025-11-14 03:02:28', 33, NULL, '217.113.196.52'),
(1100, '2025-11-14 03:02:43', 33, NULL, '217.113.196.38'),
(1101, '2025-11-14 03:02:58', 35, NULL, '217.113.196.31'),
(1102, '2025-11-14 03:03:14', 35, NULL, '217.113.196.24'),
(1103, '2025-11-14 03:03:29', 35, NULL, '217.113.196.18'),
(1104, '2025-11-14 03:03:44', 35, NULL, '217.113.196.21'),
(1105, '2025-11-14 03:03:59', 35, NULL, '217.113.196.15'),
(1106, '2025-11-14 03:05:20', 35, NULL, '18.232.12.157'),
(1107, '2025-11-14 03:05:24', 27, NULL, '3.219.81.66'),
(1108, '2025-11-14 03:07:08', 33, NULL, '217.113.196.39'),
(1109, '2025-11-14 03:07:23', 35, NULL, '217.113.196.26'),
(1110, '2025-11-14 03:09:12', 37, NULL, '54.83.56.1'),
(1111, '2025-11-14 03:12:41', 127, NULL, '144.76.32.239'),
(1112, '2025-11-14 03:13:36', 37, NULL, '54.235.191.179'),
(1113, '2025-11-14 03:19:10', 21, NULL, '52.167.144.198'),
(1114, '2025-11-14 03:19:10', 22, NULL, '52.167.144.198'),
(1115, '2025-11-14 03:19:10', 23, NULL, '52.167.144.198'),
(1116, '2025-11-14 03:19:10', 24, NULL, '52.167.144.198'),
(1117, '2025-11-14 03:19:10', 27, NULL, '52.167.144.198'),
(1118, '2025-11-14 03:19:10', 29, NULL, '52.167.144.198'),
(1119, '2025-11-14 03:19:10', 31, NULL, '52.167.144.198'),
(1120, '2025-11-14 03:19:10', 33, NULL, '52.167.144.198'),
(1121, '2025-11-14 03:19:10', 34, NULL, '52.167.144.198'),
(1122, '2025-11-14 03:19:46', 31, NULL, '144.76.32.239'),
(1123, '2025-11-14 03:21:36', 33, NULL, '54.85.109.140'),
(1124, '2025-11-14 03:26:56', 35, NULL, '35.169.102.85'),
(1125, '2025-11-14 03:32:36', 5, NULL, '216.73.216.116'),
(1126, '2025-11-14 03:32:36', 4, NULL, '216.73.216.116'),
(1127, '2025-11-14 03:32:37', 3, NULL, '216.73.216.116'),
(1128, '2025-11-14 03:36:46', 1, NULL, '144.76.32.239'),
(1129, '2025-11-14 03:36:46', 2, NULL, '144.76.32.239'),
(1130, '2025-11-14 03:36:46', 3, NULL, '144.76.32.239'),
(1131, '2025-11-14 03:36:46', 4, NULL, '144.76.32.239'),
(1132, '2025-11-14 03:36:46', 5, NULL, '144.76.32.239'),
(1133, '2025-11-14 03:36:46', 6, NULL, '144.76.32.239'),
(1134, '2025-11-14 03:36:46', 7, NULL, '144.76.32.239'),
(1135, '2025-11-14 03:36:46', 8, NULL, '144.76.32.239'),
(1136, '2025-11-14 03:36:46', 11, NULL, '144.76.32.239'),
(1137, '2025-11-14 03:41:41', 1, NULL, '217.113.196.49'),
(1138, '2025-11-14 03:41:41', 2, NULL, '217.113.196.49'),
(1139, '2025-11-14 03:41:41', 3, NULL, '217.113.196.49'),
(1140, '2025-11-14 03:41:41', 4, NULL, '217.113.196.49'),
(1141, '2025-11-14 03:41:41', 5, NULL, '217.113.196.49'),
(1142, '2025-11-14 03:41:41', 6, NULL, '217.113.196.49'),
(1143, '2025-11-14 03:41:41', 7, NULL, '217.113.196.49'),
(1144, '2025-11-14 03:41:41', 8, NULL, '217.113.196.49'),
(1145, '2025-11-14 03:41:41', 11, NULL, '217.113.196.49'),
(1146, '2025-11-14 03:41:57', 1, NULL, '217.113.196.22'),
(1147, '2025-11-14 03:41:57', 2, NULL, '217.113.196.22'),
(1148, '2025-11-14 03:41:57', 3, NULL, '217.113.196.22'),
(1149, '2025-11-14 03:41:57', 4, NULL, '217.113.196.22'),
(1150, '2025-11-14 03:41:57', 5, NULL, '217.113.196.22'),
(1151, '2025-11-14 03:41:57', 6, NULL, '217.113.196.22'),
(1152, '2025-11-14 03:41:57', 7, NULL, '217.113.196.22'),
(1153, '2025-11-14 03:41:57', 8, NULL, '217.113.196.22'),
(1154, '2025-11-14 03:41:57', 11, NULL, '217.113.196.22'),
(1155, '2025-11-14 03:42:12', 1, NULL, '217.113.196.48'),
(1156, '2025-11-14 03:42:12', 2, NULL, '217.113.196.48'),
(1157, '2025-11-14 03:42:12', 3, NULL, '217.113.196.48'),
(1158, '2025-11-14 03:42:12', 4, NULL, '217.113.196.48'),
(1159, '2025-11-14 03:42:12', 5, NULL, '217.113.196.48'),
(1160, '2025-11-14 03:42:12', 6, NULL, '217.113.196.48'),
(1161, '2025-11-14 03:42:12', 7, NULL, '217.113.196.48'),
(1162, '2025-11-14 03:42:12', 8, NULL, '217.113.196.48'),
(1163, '2025-11-14 03:42:12', 11, NULL, '217.113.196.48'),
(1164, '2025-11-14 03:51:21', 33, NULL, '216.244.66.235'),
(1165, '2025-11-14 03:51:23', 112, NULL, '66.249.66.76'),
(1166, '2025-11-14 03:51:23', 111, NULL, '66.249.66.76'),
(1167, '2025-11-14 03:51:23', 108, NULL, '66.249.66.76'),
(1168, '2025-11-14 03:51:23', 107, NULL, '66.249.66.76'),
(1169, '2025-11-14 03:51:23', 106, NULL, '66.249.66.76'),
(1170, '2025-11-14 03:51:23', 105, NULL, '66.249.66.76'),
(1171, '2025-11-14 03:51:23', 104, NULL, '66.249.66.76'),
(1172, '2025-11-14 03:51:23', 103, NULL, '66.249.66.76'),
(1173, '2025-11-14 03:51:23', 102, NULL, '66.249.66.76'),
(1174, '2025-11-14 03:51:23', 101, NULL, '66.249.66.76'),
(1175, '2025-11-14 03:51:23', 100, NULL, '66.249.66.76'),
(1176, '2025-11-14 03:52:45', 128, NULL, '52.204.89.12'),
(1177, '2025-11-14 03:55:25', 35, NULL, '52.0.63.151'),
(1178, '2025-11-14 03:55:40', 33, NULL, '3.216.13.10'),
(1179, '2025-11-14 03:56:41', 35, NULL, '100.25.120.246'),
(1180, '2025-11-14 04:00:33', 35, NULL, '3.94.40.182'),
(1181, '2025-11-14 04:01:33', 36, NULL, '100.28.118.16'),
(1182, '2025-11-14 04:01:41', 35, NULL, '34.224.132.215'),
(1183, '2025-11-14 04:15:41', 33, NULL, '35.173.18.61'),
(1184, '2025-11-14 04:17:13', 46, NULL, '3.215.221.125'),
(1185, '2025-11-14 04:17:21', 33, NULL, '52.5.232.250'),
(1186, '2025-11-14 04:18:48', 33, NULL, '52.70.209.13'),
(1187, '2025-11-14 04:19:16', 33, NULL, '100.24.167.60'),
(1188, '2025-11-14 04:20:20', 33, NULL, '44.213.202.136'),
(1189, '2025-11-14 04:21:08', 129, NULL, '34.194.14.255'),
(1190, '2025-11-14 04:26:00', 33, NULL, '44.207.252.58'),
(1191, '2025-11-14 04:36:25', 33, NULL, '40.77.167.35'),
(1192, '2025-11-14 04:44:10', 36, NULL, '66.249.66.168'),
(1193, '2025-11-14 04:44:16', 130, NULL, '52.201.155.215'),
(1194, '2025-11-14 04:47:49', 128, NULL, '52.44.229.124'),
(1195, '2025-11-14 04:48:09', 35, NULL, '100.28.118.16'),
(1196, '2025-11-14 04:48:14', 130, NULL, '18.205.213.231'),
(1197, '2025-11-14 04:49:04', 65, NULL, '18.205.127.11'),
(1198, '2025-11-14 04:49:04', 49, NULL, '18.205.127.11'),
(1199, '2025-11-14 04:49:04', 45, NULL, '18.205.127.11'),
(1200, '2025-11-14 04:49:04', 43, NULL, '18.205.127.11'),
(1201, '2025-11-14 04:49:04', 39, NULL, '18.205.127.11'),
(1202, '2025-11-14 04:49:04', 38, NULL, '18.205.127.11'),
(1203, '2025-11-14 04:49:04', 36, NULL, '18.205.127.11'),
(1204, '2025-11-14 04:49:04', 34, NULL, '18.205.127.11'),
(1205, '2025-11-14 04:49:04', 33, NULL, '18.205.127.11'),
(1206, '2025-11-14 04:49:04', 31, NULL, '18.205.127.11'),
(1207, '2025-11-14 04:49:04', 29, NULL, '18.205.127.11'),
(1208, '2025-11-14 04:50:40', 129, NULL, '3.217.82.254'),
(1209, '2025-11-14 04:51:18', 43, NULL, '44.215.61.66'),
(1210, '2025-11-14 04:52:21', 33, NULL, '52.2.4.213'),
(1211, '2025-11-14 04:52:40', 33, NULL, '44.193.102.198'),
(1212, '2025-11-14 04:53:30', 101, NULL, '107.20.255.194'),
(1213, '2025-11-14 04:53:36', 46, NULL, '23.22.59.87'),
(1214, '2025-11-14 04:53:36', 37, NULL, '23.22.59.87'),
(1215, '2025-11-14 04:55:51', 35, NULL, '44.208.193.63'),
(1216, '2025-11-14 04:57:12', 33, NULL, '34.202.88.37'),
(1217, '2025-11-14 04:59:00', 33, NULL, '52.71.46.142'),
(1218, '2025-11-14 05:14:15', 126, NULL, '50.19.79.213'),
(1219, '2025-11-14 05:21:08', 35, NULL, '35.171.117.160'),
(1220, '2025-11-14 05:21:38', 33, NULL, '23.21.228.180'),
(1221, '2025-11-14 05:23:19', 35, NULL, '34.195.248.30'),
(1222, '2025-11-14 05:23:58', 41, NULL, '3.229.95.193'),
(1223, '2025-11-14 05:35:20', 33, NULL, '34.236.41.241'),
(1224, '2025-11-14 05:41:44', 35, NULL, '54.85.109.140'),
(1225, '2025-11-14 05:47:10', 35, NULL, '35.169.119.108'),
(1226, '2025-11-14 05:47:43', 47, NULL, '18.205.127.11'),
(1227, '2025-11-14 05:47:43', 42, NULL, '18.205.127.11'),
(1228, '2025-11-14 05:48:08', 35, NULL, '44.223.116.180'),
(1229, '2025-11-14 05:50:49', 33, NULL, '52.204.81.148'),
(1230, '2025-11-14 05:56:24', 33, NULL, '34.206.212.24'),
(1231, '2025-11-14 06:02:08', 33, NULL, '34.225.243.131'),
(1232, '2025-11-14 06:18:01', 37, NULL, '44.208.193.63'),
(1233, '2025-11-14 06:20:04', 65, NULL, '34.225.87.80'),
(1234, '2025-11-14 06:20:04', 49, NULL, '34.225.87.80'),
(1235, '2025-11-14 06:20:04', 45, NULL, '34.225.87.80'),
(1236, '2025-11-14 06:20:04', 43, NULL, '34.225.87.80'),
(1237, '2025-11-14 06:20:04', 39, NULL, '34.225.87.80'),
(1238, '2025-11-14 06:20:04', 38, NULL, '34.225.87.80'),
(1239, '2025-11-14 06:20:04', 36, NULL, '34.225.87.80'),
(1240, '2025-11-14 06:20:04', 34, NULL, '34.225.87.80'),
(1241, '2025-11-14 06:20:04', 33, NULL, '34.225.87.80'),
(1242, '2025-11-14 06:20:04', 31, NULL, '34.225.87.80'),
(1243, '2025-11-14 06:20:04', 29, NULL, '34.225.87.80'),
(1244, '2025-11-14 06:20:25', 126, NULL, '100.28.118.16'),
(1245, '2025-11-14 06:25:29', 126, NULL, '98.82.59.253'),
(1246, '2025-11-14 06:27:52', 33, NULL, '107.20.255.194'),
(1247, '2025-11-14 06:36:47', 23, NULL, '40.77.167.78'),
(1248, '2025-11-14 06:50:22', 33, NULL, '44.207.69.106'),
(1249, '2025-11-14 06:53:21', 45, NULL, '44.193.115.232'),
(1250, '2025-11-14 06:53:28', 36, NULL, '100.29.34.97'),
(1251, '2025-11-14 06:55:52', 33, NULL, '44.195.145.102'),
(1252, '2025-11-14 07:14:40', 130, NULL, '50.16.72.185'),
(1253, '2025-11-14 07:26:12', 8, NULL, '216.73.216.116'),
(1254, '2025-11-14 07:26:12', 129, NULL, '3.212.205.90'),
(1255, '2025-11-14 07:26:21', 130, NULL, '54.167.32.123'),
(1256, '2025-11-14 07:26:36', 101, NULL, '34.205.170.13'),
(1257, '2025-11-14 07:27:43', 46, NULL, '44.218.170.184'),
(1258, '2025-11-14 07:27:53', 46, NULL, '98.82.40.168'),
(1259, '2025-11-14 07:28:43', 35, NULL, '3.225.45.252'),
(1260, '2025-11-14 07:28:47', 33, NULL, '18.213.102.186'),
(1261, '2025-11-14 07:29:08', 130, NULL, '66.249.66.167'),
(1262, '2025-11-14 07:29:36', 33, NULL, '54.88.84.219'),
(1263, '2025-11-14 07:30:31', 33, NULL, '3.93.253.174'),
(1264, '2025-11-14 07:36:10', 33, NULL, '66.249.66.14'),
(1265, '2025-11-14 07:37:37', 47, NULL, '51.75.119.154'),
(1266, '2025-11-14 07:37:37', 42, NULL, '51.75.119.154'),
(1267, '2025-11-14 07:38:33', 21, NULL, '216.73.216.116'),
(1268, '2025-11-14 07:41:48', 35, NULL, '3.210.114.189'),
(1269, '2025-11-14 07:43:08', 45, NULL, '52.45.92.83'),
(1270, '2025-11-14 07:44:52', 65, NULL, '100.28.204.82'),
(1271, '2025-11-14 07:44:52', 49, NULL, '100.28.204.82'),
(1272, '2025-11-14 07:44:52', 45, NULL, '100.28.204.82'),
(1273, '2025-11-14 07:44:52', 43, NULL, '100.28.204.82'),
(1274, '2025-11-14 07:44:52', 39, NULL, '100.28.204.82'),
(1275, '2025-11-14 07:44:52', 38, NULL, '100.28.204.82'),
(1276, '2025-11-14 07:44:52', 36, NULL, '100.28.204.82'),
(1277, '2025-11-14 07:44:52', 34, NULL, '100.28.204.82'),
(1278, '2025-11-14 07:44:52', 33, NULL, '100.28.204.82'),
(1279, '2025-11-14 07:44:52', 31, NULL, '100.28.204.82'),
(1280, '2025-11-14 07:44:52', 29, NULL, '100.28.204.82'),
(1281, '2025-11-14 07:45:13', 129, NULL, '100.25.120.246'),
(1282, '2025-11-14 07:46:12', 46, NULL, '18.215.24.66'),
(1283, '2025-11-14 07:47:44', 130, NULL, '44.213.202.136'),
(1284, '2025-11-14 07:48:22', 33, NULL, '3.229.164.203'),
(1285, '2025-11-14 07:48:52', 46, NULL, '52.2.4.213'),
(1286, '2025-11-14 07:48:52', 37, NULL, '52.2.4.213'),
(1287, '2025-11-14 07:49:05', 35, NULL, '52.203.152.231'),
(1288, '2025-11-14 07:49:33', 35, NULL, '52.22.87.224'),
(1289, '2025-11-14 07:50:49', 101, NULL, '52.45.77.169'),
(1290, '2025-11-14 07:51:21', 35, NULL, '18.215.112.101'),
(1291, '2025-11-14 07:52:10', 33, NULL, '52.3.127.170'),
(1292, '2025-11-14 08:08:40', 112, NULL, '144.76.32.239'),
(1293, '2025-11-14 08:08:40', 111, NULL, '144.76.32.239'),
(1294, '2025-11-14 08:08:40', 108, NULL, '144.76.32.239'),
(1295, '2025-11-14 08:08:40', 107, NULL, '144.76.32.239'),
(1296, '2025-11-14 08:08:40', 106, NULL, '144.76.32.239'),
(1297, '2025-11-14 08:08:40', 105, NULL, '144.76.32.239'),
(1298, '2025-11-14 08:08:40', 104, NULL, '144.76.32.239'),
(1299, '2025-11-14 08:08:40', 103, NULL, '144.76.32.239'),
(1300, '2025-11-14 08:08:40', 102, NULL, '144.76.32.239'),
(1301, '2025-11-14 08:08:40', 101, NULL, '144.76.32.239'),
(1302, '2025-11-14 08:08:40', 100, NULL, '144.76.32.239'),
(1303, '2025-11-14 08:19:45', 128, NULL, '54.197.82.195'),
(1304, '2025-11-14 08:20:09', 130, NULL, '3.93.211.16'),
(1305, '2025-11-14 08:20:46', 128, NULL, '3.221.156.96'),
(1306, '2025-11-14 08:23:17', 65, NULL, '107.20.181.148'),
(1307, '2025-11-14 08:23:17', 49, NULL, '107.20.181.148'),
(1308, '2025-11-14 08:23:17', 45, NULL, '107.20.181.148'),
(1309, '2025-11-14 08:23:17', 43, NULL, '107.20.181.148'),
(1310, '2025-11-14 08:23:17', 39, NULL, '107.20.181.148'),
(1311, '2025-11-14 08:23:17', 38, NULL, '107.20.181.148'),
(1312, '2025-11-14 08:23:17', 36, NULL, '107.20.181.148'),
(1313, '2025-11-14 08:23:17', 34, NULL, '107.20.181.148'),
(1314, '2025-11-14 08:23:17', 33, NULL, '107.20.181.148'),
(1315, '2025-11-14 08:23:17', 31, NULL, '107.20.181.148'),
(1316, '2025-11-14 08:23:17', 29, NULL, '107.20.181.148'),
(1317, '2025-11-14 08:23:21', 130, NULL, '3.216.227.216'),
(1318, '2025-11-14 08:23:42', 41, NULL, '54.235.191.179'),
(1319, '2025-11-14 08:24:01', 45, NULL, '54.91.122.193'),
(1320, '2025-11-14 08:24:22', 130, NULL, '52.0.105.244'),
(1321, '2025-11-14 08:28:24', 65, NULL, '66.249.66.202'),
(1322, '2025-11-14 08:28:24', 49, NULL, '66.249.66.202'),
(1323, '2025-11-14 08:28:24', 45, NULL, '66.249.66.202'),
(1324, '2025-11-14 08:28:24', 43, NULL, '66.249.66.202'),
(1325, '2025-11-14 08:28:24', 39, NULL, '66.249.66.202'),
(1326, '2025-11-14 08:28:24', 38, NULL, '66.249.66.202'),
(1327, '2025-11-14 08:28:24', 36, NULL, '66.249.66.202'),
(1328, '2025-11-14 08:33:04', 33, NULL, '100.29.160.53'),
(1329, '2025-11-14 08:37:24', 36, NULL, '34.236.41.241'),
(1330, '2025-11-14 08:46:16', 33, NULL, '107.22.208.39'),
(1331, '2025-11-14 08:47:42', 33, NULL, '34.194.233.48'),
(1332, '2025-11-14 08:49:53', 41, NULL, '98.82.214.73'),
(1333, '2025-11-14 08:50:46', 65, NULL, '34.236.185.101'),
(1334, '2025-11-14 08:50:46', 49, NULL, '34.236.185.101'),
(1335, '2025-11-14 08:50:46', 45, NULL, '34.236.185.101'),
(1336, '2025-11-14 08:50:46', 43, NULL, '34.236.185.101'),
(1337, '2025-11-14 08:50:46', 39, NULL, '34.236.185.101'),
(1338, '2025-11-14 08:50:46', 38, NULL, '34.236.185.101'),
(1339, '2025-11-14 08:50:46', 36, NULL, '34.236.185.101'),
(1340, '2025-11-14 08:50:46', 34, NULL, '34.236.185.101'),
(1341, '2025-11-14 08:50:46', 33, NULL, '34.236.185.101'),
(1342, '2025-11-14 08:50:46', 31, NULL, '34.236.185.101'),
(1343, '2025-11-14 08:50:46', 29, NULL, '34.236.185.101'),
(1344, '2025-11-14 08:51:41', 35, NULL, '100.29.155.89'),
(1345, '2025-11-14 08:53:57', 33, NULL, '54.197.82.195'),
(1346, '2025-11-14 08:54:11', 33, NULL, '107.20.224.184'),
(1347, '2025-11-14 08:58:26', 129, NULL, '54.152.163.42'),
(1348, '2025-11-14 08:59:11', 129, NULL, '18.214.238.178'),
(1349, '2025-11-14 08:59:22', 35, NULL, '44.212.232.231'),
(1350, '2025-11-14 08:59:33', 35, NULL, '34.233.219.155'),
(1351, '2025-11-14 09:01:15', 36, NULL, '34.195.248.30'),
(1352, '2025-11-14 09:18:20', 130, NULL, '54.198.33.233'),
(1353, '2025-11-14 09:20:25', 130, NULL, '18.208.11.93'),
(1354, '2025-11-14 09:21:08', 33, NULL, '52.54.15.103'),
(1355, '2025-11-14 09:22:09', 36, NULL, '23.21.148.226'),
(1356, '2025-11-14 09:29:54', 33, NULL, '3.224.215.150'),
(1357, '2025-11-14 09:30:57', 130, NULL, '52.207.47.227'),
(1358, '2025-11-14 09:31:03', 129, NULL, '44.195.145.102'),
(1359, '2025-11-14 09:31:17', 33, NULL, '44.206.65.8'),
(1360, '2025-11-14 09:36:42', 24, NULL, '51.83.7.81'),
(1361, '2025-11-14 09:45:48', 126, NULL, '44.212.131.50'),
(1362, '2025-11-14 09:48:56', 129, NULL, '34.204.150.196'),
(1363, '2025-11-14 09:50:28', 46, NULL, '44.216.172.204'),
(1364, '2025-11-14 09:50:41', 65, NULL, '3.224.104.67'),
(1365, '2025-11-14 09:50:41', 49, NULL, '3.224.104.67'),
(1366, '2025-11-14 09:50:41', 45, NULL, '3.224.104.67'),
(1367, '2025-11-14 09:50:41', 43, NULL, '3.224.104.67'),
(1368, '2025-11-14 09:50:41', 39, NULL, '3.224.104.67'),
(1369, '2025-11-14 09:50:41', 38, NULL, '3.224.104.67'),
(1370, '2025-11-14 09:50:41', 36, NULL, '3.224.104.67'),
(1371, '2025-11-14 09:50:41', 34, NULL, '3.224.104.67'),
(1372, '2025-11-14 09:50:41', 33, NULL, '3.224.104.67'),
(1373, '2025-11-14 09:50:41', 31, NULL, '3.224.104.67'),
(1374, '2025-11-14 09:50:41', 29, NULL, '3.224.104.67'),
(1375, '2025-11-14 09:51:00', 46, NULL, '34.230.124.21'),
(1376, '2025-11-14 09:51:44', 37, NULL, '52.204.71.8'),
(1377, '2025-11-14 09:55:32', 128, NULL, '34.233.219.155'),
(1378, '2025-11-14 09:55:36', 29, NULL, '52.203.65.83'),
(1379, '2025-11-14 09:57:21', 65, NULL, '54.225.81.20'),
(1380, '2025-11-14 09:57:21', 49, NULL, '54.225.81.20'),
(1381, '2025-11-14 09:57:21', 45, NULL, '54.225.81.20'),
(1382, '2025-11-14 09:57:21', 43, NULL, '54.225.81.20'),
(1383, '2025-11-14 09:57:21', 39, NULL, '54.225.81.20'),
(1384, '2025-11-14 09:57:21', 38, NULL, '54.225.81.20'),
(1385, '2025-11-14 09:57:21', 36, NULL, '54.225.81.20'),
(1386, '2025-11-14 09:57:21', 34, NULL, '54.225.81.20'),
(1387, '2025-11-14 09:57:21', 33, NULL, '54.225.81.20'),
(1388, '2025-11-14 09:57:21', 31, NULL, '54.225.81.20'),
(1389, '2025-11-14 09:57:21', 29, NULL, '54.225.81.20'),
(1390, '2025-11-14 09:57:56', 33, NULL, '18.232.36.1'),
(1391, '2025-11-14 09:58:01', 89, NULL, '54.83.180.239'),
(1392, '2025-11-14 09:58:01', 88, NULL, '54.83.180.239'),
(1393, '2025-11-14 09:58:04', 130, NULL, '3.215.221.125'),
(1394, '2025-11-14 09:58:53', 33, NULL, '35.174.253.85'),
(1395, '2025-11-14 10:01:50', 37, NULL, '34.231.118.144'),
(1396, '2025-11-14 10:02:45', 35, NULL, '52.4.213.199'),
(1397, '2025-11-14 10:02:49', 33, NULL, '44.194.139.149'),
(1398, '2025-11-14 10:04:01', 37, NULL, '54.225.181.161'),
(1399, '2025-11-14 10:06:48', 33, NULL, '50.16.216.166'),
(1400, '2025-11-14 10:06:52', 33, NULL, '23.23.212.212'),
(1401, '2025-11-14 10:25:08', 35, NULL, '23.21.119.232'),
(1402, '2025-11-14 10:26:01', 33, NULL, '52.4.213.199'),
(1403, '2025-11-14 10:26:21', 29, NULL, '18.213.240.226'),
(1404, '2025-11-14 10:28:14', 29, NULL, '18.214.124.6'),
(1405, '2025-11-14 10:28:48', 46, NULL, '44.223.232.55'),
(1406, '2025-11-14 10:29:21', 34, NULL, '3.89.176.255'),
(1407, '2025-11-14 10:30:44', 126, NULL, '18.235.81.246'),
(1408, '2025-11-14 10:36:28', 33, NULL, '18.211.148.239'),
(1409, '2025-11-14 10:43:04', 33, NULL, '52.44.174.136'),
(1410, '2025-11-14 10:44:18', 88, NULL, '189.203.149.55'),
(1411, '2025-11-14 10:54:12', 33, NULL, '23.21.148.226'),
(1412, '2025-11-14 11:01:05', 33, NULL, '54.235.172.108'),
(1413, '2025-11-14 11:01:45', 35, NULL, '54.83.23.103'),
(1414, '2025-11-14 11:02:00', 35, NULL, '52.5.232.250'),
(1415, '2025-11-14 11:04:01', 128, NULL, '107.20.181.148'),
(1416, '2025-11-14 11:07:40', 33, NULL, '44.214.19.8'),
(1417, '2025-11-14 11:25:08', 101, NULL, '52.3.156.186'),
(1418, '2025-11-14 11:26:21', 65, NULL, '54.157.99.244'),
(1419, '2025-11-14 11:26:21', 49, NULL, '54.157.99.244'),
(1420, '2025-11-14 11:26:21', 45, NULL, '54.157.99.244'),
(1421, '2025-11-14 11:26:21', 43, NULL, '54.157.99.244'),
(1422, '2025-11-14 11:26:21', 39, NULL, '54.157.99.244'),
(1423, '2025-11-14 11:26:21', 38, NULL, '54.157.99.244'),
(1424, '2025-11-14 11:26:21', 36, NULL, '54.157.99.244'),
(1425, '2025-11-14 11:26:21', 34, NULL, '54.157.99.244'),
(1426, '2025-11-14 11:26:21', 33, NULL, '54.157.99.244'),
(1427, '2025-11-14 11:26:21', 31, NULL, '54.157.99.244'),
(1428, '2025-11-14 11:26:21', 29, NULL, '54.157.99.244'),
(1429, '2025-11-14 11:26:33', 29, NULL, '44.217.177.142'),
(1430, '2025-11-14 11:30:16', 29, NULL, '100.29.160.53'),
(1431, '2025-11-14 11:34:32', 46, NULL, '54.144.185.255'),
(1432, '2025-11-14 11:34:32', 37, NULL, '54.144.185.255'),
(1433, '2025-11-14 11:37:50', 35, NULL, '52.202.233.37'),
(1434, '2025-11-14 11:39:07', 35, NULL, '44.208.223.68'),
(1435, '2025-11-14 11:39:14', 45, NULL, '54.84.147.79'),
(1436, '2025-11-14 11:40:21', 35, NULL, '52.45.15.233'),
(1437, '2025-11-14 11:42:08', 33, NULL, '18.215.24.66'),
(1438, '2025-11-14 11:58:08', 129, NULL, '44.214.19.8'),
(1439, '2025-11-14 11:58:16', 27, NULL, '52.203.68.145'),
(1440, '2025-11-14 11:58:44', 49, NULL, '34.230.124.21'),
(1441, '2025-11-14 12:03:09', 130, NULL, '34.236.41.241'),
(1442, '2025-11-14 12:04:32', 33, NULL, '54.163.169.168'),
(1443, '2025-11-14 12:05:01', 35, NULL, '23.23.99.55'),
(1444, '2025-11-14 12:05:12', 35, NULL, '3.231.193.38'),
(1445, '2025-11-14 12:05:44', 41, NULL, '35.172.125.172'),
(1446, '2025-11-14 12:07:53', 101, NULL, '52.203.65.83'),
(1447, '2025-11-14 12:08:10', 126, NULL, '54.92.171.106'),
(1448, '2025-11-14 12:08:14', 35, NULL, '3.93.211.16'),
(1449, '2025-11-14 12:10:56', 129, NULL, '3.220.148.166'),
(1450, '2025-11-14 12:11:00', 35, NULL, '3.230.69.161'),
(1451, '2025-11-14 12:28:14', 33, NULL, '35.170.205.140'),
(1452, '2025-11-14 12:28:36', 33, NULL, '54.235.158.162'),
(1453, '2025-11-14 12:28:40', 37, NULL, '34.234.197.175'),
(1454, '2025-11-14 12:31:01', 46, NULL, '54.162.69.192'),
(1455, '2025-11-14 12:31:01', 37, NULL, '54.162.69.192'),
(1456, '2025-11-14 12:31:16', 130, NULL, '44.209.89.189'),
(1457, '2025-11-14 12:32:45', 33, NULL, '54.83.56.1'),
(1458, '2025-11-14 12:32:57', 126, NULL, '44.215.235.20'),
(1459, '2025-11-14 12:33:25', 129, NULL, '54.243.63.52'),
(1460, '2025-11-14 12:35:33', 101, NULL, '3.215.59.93'),
(1461, '2025-11-14 12:35:56', 33, NULL, '50.16.248.61'),
(1462, '2025-11-14 12:36:00', 33, NULL, '3.221.50.71'),
(1463, '2025-11-14 12:36:41', 33, NULL, '44.205.74.196'),
(1464, '2025-11-14 12:36:47', 29, NULL, '54.87.95.7'),
(1465, '2025-11-14 12:37:21', 46, NULL, '3.213.213.161'),
(1466, '2025-11-14 12:40:02', 33, NULL, '98.82.40.168'),
(1467, '2025-11-14 12:40:18', 29, NULL, '35.173.18.61'),
(1468, '2025-11-14 12:58:01', 35, NULL, '54.156.124.2'),
(1469, '2025-11-14 13:00:24', 130, NULL, '34.226.89.140'),
(1470, '2025-11-14 13:00:33', 128, NULL, '100.29.160.53'),
(1471, '2025-11-14 13:02:04', 45, NULL, '18.208.11.93'),
(1472, '2025-11-14 13:02:52', 33, NULL, '100.27.153.9'),
(1473, '2025-11-14 13:06:53', 27, NULL, '23.22.105.143'),
(1474, '2025-11-14 13:20:04', 33, NULL, '54.156.55.147'),
(1475, '2025-11-14 13:24:41', 33, NULL, '23.23.180.225'),
(1476, '2025-11-14 13:25:20', 35, NULL, '3.208.156.9'),
(1477, '2025-11-14 13:26:25', 33, NULL, '52.204.253.129'),
(1478, '2025-11-14 13:29:54', 128, NULL, '54.147.238.89'),
(1479, '2025-11-14 13:30:25', 35, NULL, '54.84.161.62'),
(1480, '2025-11-14 13:31:12', 35, NULL, '3.215.221.125'),
(1481, '2025-11-14 13:33:49', 33, NULL, '34.231.156.59'),
(1482, '2025-11-14 13:37:32', 130, NULL, '34.235.239.240'),
(1483, '2025-11-14 13:38:05', 129, NULL, '54.87.95.7'),
(1484, '2025-11-14 13:38:38', 129, NULL, '54.84.169.196'),
(1485, '2025-11-14 13:38:46', 101, NULL, '34.194.233.48'),
(1486, '2025-11-14 13:42:49', 24, NULL, '40.77.167.77'),
(1487, '2025-11-14 14:10:08', 27, NULL, '18.207.79.144'),
(1488, '2025-11-14 14:11:40', 130, NULL, '44.223.116.180'),
(1489, '2025-11-14 14:12:56', 33, NULL, '52.200.93.170'),
(1490, '2025-11-14 14:15:00', 35, NULL, '44.223.232.55'),
(1491, '2025-11-14 14:15:40', 35, NULL, '3.209.174.110'),
(1492, '2025-11-14 14:16:08', 35, NULL, '54.84.250.51'),
(1493, '2025-11-14 14:17:08', 36, NULL, '44.221.180.179'),
(1494, '2025-11-14 14:23:04', 35, NULL, '23.21.179.120'),
(1495, '2025-11-14 14:27:38', 33, NULL, '34.231.118.144'),
(1496, '2025-11-14 14:28:45', 33, NULL, '23.23.99.55'),
(1497, '2025-11-14 14:29:28', 128, NULL, '3.94.157.25'),
(1498, '2025-11-14 14:29:45', 36, NULL, '98.84.131.195'),
(1499, '2025-11-14 14:36:25', 33, NULL, '98.83.10.183'),
(1500, '2025-11-14 14:36:33', 33, NULL, '98.82.66.172'),
(1501, '2025-11-14 14:39:08', 38, NULL, '34.227.156.153'),
(1502, '2025-11-14 14:55:00', 41, NULL, '35.170.205.140'),
(1503, '2025-11-14 14:58:11', 45, NULL, '54.159.18.27'),
(1504, '2025-11-14 14:58:34', 45, NULL, '23.23.99.55'),
(1505, '2025-11-14 14:59:04', 33, NULL, '34.234.200.207'),
(1506, '2025-11-14 14:59:33', 101, NULL, '23.23.103.31'),
(1507, '2025-11-14 15:00:17', 35, NULL, '54.164.106.236'),
(1508, '2025-11-14 15:01:03', 36, NULL, '18.208.11.93'),
(1509, '2025-11-14 15:01:54', 126, NULL, '18.215.112.101'),
(1510, '2025-11-14 15:11:00', 33, NULL, '54.225.181.161'),
(1511, '2025-11-14 15:12:40', 33, NULL, '34.231.181.240'),
(1512, '2025-11-14 15:17:01', 21, NULL, '66.249.66.200'),
(1513, '2025-11-14 15:17:01', 22, NULL, '66.249.66.200'),
(1514, '2025-11-14 15:17:01', 24, NULL, '66.249.66.200'),
(1515, '2025-11-14 15:19:52', 126, NULL, '3.213.85.234'),
(1516, '2025-11-14 15:20:21', 46, NULL, '98.84.60.17'),
(1517, '2025-11-14 15:24:28', 45, NULL, '52.205.141.124'),
(1518, '2025-11-14 15:24:52', 46, NULL, '52.7.33.248'),
(1519, '2025-11-14 15:24:52', 37, NULL, '52.7.33.248'),
(1520, '2025-11-14 15:29:22', 65, NULL, '18.214.238.178'),
(1521, '2025-11-14 15:29:22', 49, NULL, '18.214.238.178'),
(1522, '2025-11-14 15:29:22', 45, NULL, '18.214.238.178'),
(1523, '2025-11-14 15:29:22', 43, NULL, '18.214.238.178'),
(1524, '2025-11-14 15:29:22', 39, NULL, '18.214.238.178'),
(1525, '2025-11-14 15:29:22', 38, NULL, '18.214.238.178'),
(1526, '2025-11-14 15:29:22', 36, NULL, '18.214.238.178'),
(1527, '2025-11-14 15:29:22', 34, NULL, '18.214.238.178'),
(1528, '2025-11-14 15:29:22', 33, NULL, '18.214.238.178'),
(1529, '2025-11-14 15:29:22', 31, NULL, '18.214.238.178'),
(1530, '2025-11-14 15:29:22', 29, NULL, '18.214.238.178'),
(1531, '2025-11-14 15:29:36', 35, NULL, '100.29.128.75'),
(1532, '2025-11-14 15:29:46', 45, NULL, '3.221.50.71'),
(1533, '2025-11-14 15:31:03', 33, NULL, '18.211.39.188'),
(1534, '2025-11-14 15:31:29', 37, NULL, '44.205.192.249'),
(1535, '2025-11-14 15:31:36', 46, NULL, '66.249.66.76'),
(1536, '2025-11-14 15:33:07', 33, NULL, '44.205.180.155'),
(1537, '2025-11-14 15:38:20', 33, NULL, '34.227.156.153'),
(1538, '2025-11-14 15:40:57', 33, NULL, '54.80.73.122'),
(1539, '2025-11-14 15:55:13', 41, NULL, '34.233.219.155'),
(1540, '2025-11-14 15:56:16', 33, NULL, '54.157.84.74'),
(1541, '2025-11-14 15:56:28', 29, NULL, '52.45.194.165'),
(1542, '2025-11-14 15:58:04', 45, NULL, '3.224.215.150'),
(1543, '2025-11-14 15:58:44', 35, NULL, '18.211.148.239'),
(1544, '2025-11-14 15:59:40', 33, NULL, '52.200.251.20'),
(1545, '2025-11-14 16:03:08', 35, NULL, '44.209.35.147'),
(1546, '2025-11-14 16:10:40', 37, NULL, '52.45.194.165'),
(1547, '2025-11-14 16:10:41', 98, NULL, '43.173.179.168'),
(1548, '2025-11-14 16:14:29', 33, NULL, '54.243.63.52'),
(1549, '2025-11-14 16:17:16', 33, NULL, '3.217.171.106'),
(1550, '2025-11-14 16:18:41', 31, NULL, '44.206.93.215'),
(1551, '2025-11-14 16:21:21', 33, NULL, '52.73.142.41'),
(1552, '2025-11-14 16:24:34', 65, NULL, '52.70.209.13'),
(1553, '2025-11-14 16:24:34', 49, NULL, '52.70.209.13'),
(1554, '2025-11-14 16:24:34', 45, NULL, '52.70.209.13'),
(1555, '2025-11-14 16:24:34', 43, NULL, '52.70.209.13'),
(1556, '2025-11-14 16:24:34', 39, NULL, '52.70.209.13'),
(1557, '2025-11-14 16:24:34', 38, NULL, '52.70.209.13'),
(1558, '2025-11-14 16:24:34', 36, NULL, '52.70.209.13'),
(1559, '2025-11-14 16:24:34', 34, NULL, '52.70.209.13'),
(1560, '2025-11-14 16:24:34', 31, NULL, '52.70.209.13'),
(1561, '2025-11-14 16:24:34', 29, NULL, '52.70.209.13'),
(1562, '2025-11-14 16:25:17', 126, NULL, '52.44.174.136'),
(1563, '2025-11-14 16:27:26', 29, NULL, '52.205.113.104'),
(1564, '2025-11-14 16:29:13', 129, NULL, '54.162.69.192'),
(1565, '2025-11-14 16:29:20', 33, NULL, '35.169.240.53'),
(1566, '2025-11-14 16:29:43', 35, NULL, '3.94.157.25'),
(1567, '2025-11-14 16:30:36', 35, NULL, '34.195.60.66'),
(1568, '2025-11-14 16:31:13', 129, NULL, '50.19.102.70'),
(1569, '2025-11-14 16:34:37', 36, NULL, '54.163.136.244'),
(1570, '2025-11-14 16:37:07', 128, NULL, '85.208.96.199'),
(1571, '2025-11-14 16:37:07', 127, NULL, '85.208.96.199'),
(1572, '2025-11-14 16:47:33', 33, NULL, '54.90.244.132'),
(1573, '2025-11-14 16:56:15', 33, NULL, '52.202.233.37'),
(1574, '2025-11-14 17:00:30', 105, NULL, '43.173.178.217'),
(1575, '2025-11-14 17:01:31', 128, NULL, '18.208.11.93'),
(1576, '2025-11-14 17:04:09', 37, NULL, '100.28.133.214'),
(1577, '2025-11-14 17:04:13', 33, NULL, '3.216.227.216'),
(1578, '2025-11-14 17:11:35', 1, NULL, '85.208.96.209'),
(1579, '2025-11-14 17:11:35', 2, NULL, '85.208.96.209'),
(1580, '2025-11-14 17:11:35', 3, NULL, '85.208.96.209'),
(1581, '2025-11-14 17:11:35', 4, NULL, '85.208.96.209'),
(1582, '2025-11-14 17:11:35', 5, NULL, '85.208.96.209'),
(1583, '2025-11-14 17:11:35', 6, NULL, '85.208.96.209'),
(1584, '2025-11-14 17:11:35', 7, NULL, '85.208.96.209'),
(1585, '2025-11-14 17:11:35', 8, NULL, '85.208.96.209'),
(1586, '2025-11-14 17:11:35', 11, NULL, '85.208.96.209'),
(1587, '2025-11-14 17:17:54', 130, NULL, '34.231.45.47'),
(1588, '2025-11-14 17:18:01', 35, NULL, '184.73.47.24'),
(1589, '2025-11-14 17:18:47', 33, NULL, '54.210.152.179'),
(1590, '2025-11-14 17:22:09', 129, NULL, '44.194.134.53'),
(1591, '2025-11-14 17:23:17', 129, NULL, '34.236.135.14'),
(1592, '2025-11-14 17:23:53', 27, NULL, '3.89.170.186'),
(1593, '2025-11-14 17:28:18', 130, NULL, '52.203.65.83'),
(1594, '2025-11-14 17:33:37', 33, NULL, '3.94.199.128'),
(1595, '2025-11-14 17:40:12', 130, NULL, '66.249.66.36'),
(1596, '2025-11-14 17:48:54', 112, NULL, '43.173.181.18'),
(1597, '2025-11-14 17:48:54', 111, NULL, '43.173.181.18'),
(1598, '2025-11-14 17:48:54', 108, NULL, '43.173.181.18'),
(1599, '2025-11-14 17:48:54', 107, NULL, '43.173.181.18'),
(1600, '2025-11-14 17:48:54', 106, NULL, '43.173.181.18'),
(1601, '2025-11-14 17:48:54', 105, NULL, '43.173.181.18'),
(1602, '2025-11-14 17:48:54', 104, NULL, '43.173.181.18'),
(1603, '2025-11-14 17:48:54', 103, NULL, '43.173.181.18'),
(1604, '2025-11-14 17:48:54', 102, NULL, '43.173.181.18'),
(1605, '2025-11-14 17:48:54', 101, NULL, '43.173.181.18'),
(1606, '2025-11-14 17:48:54', 100, NULL, '43.173.181.18'),
(1607, '2025-11-14 17:50:07', 126, NULL, '34.194.233.48'),
(1608, '2025-11-14 17:50:42', 101, NULL, '18.214.124.6'),
(1609, '2025-11-14 17:51:02', 41, NULL, '52.44.148.203'),
(1610, '2025-11-14 17:52:02', 41, NULL, '3.230.224.6'),
(1611, '2025-11-14 17:52:10', 41, NULL, '3.89.176.255'),
(1612, '2025-11-14 17:52:14', 129, NULL, '54.235.172.96'),
(1613, '2025-11-14 17:53:55', 46, NULL, '23.21.250.48'),
(1614, '2025-11-14 17:53:55', 37, NULL, '23.21.250.48'),
(1615, '2025-11-14 17:54:13', 46, NULL, '35.174.141.243'),
(1616, '2025-11-14 17:56:23', 33, NULL, '52.200.54.136'),
(1617, '2025-11-14 18:00:02', 126, NULL, '185.191.171.1'),
(1618, '2025-11-14 18:00:28', 29, NULL, '52.204.253.129'),
(1619, '2025-11-14 18:00:40', 33, NULL, '35.168.238.50'),
(1620, '2025-11-14 18:02:26', 33, NULL, '98.83.178.66'),
(1621, '2025-11-14 18:02:58', 33, NULL, '54.145.82.217'),
(1622, '2025-11-14 18:05:05', 36, NULL, '44.194.139.149'),
(1623, '2025-11-14 18:10:17', 33, NULL, '54.152.163.42'),
(1624, '2025-11-14 18:12:13', 33, NULL, '18.213.27.222'),
(1625, '2025-11-14 18:21:09', 35, NULL, '52.71.216.196'),
(1626, '2025-11-14 18:24:30', 48, NULL, '54.84.161.62'),
(1627, '2025-11-14 18:24:30', 41, NULL, '54.84.161.62'),
(1628, '2025-11-14 18:27:21', 129, NULL, '3.229.95.193'),
(1629, '2025-11-14 18:28:21', 130, NULL, '34.231.77.232'),
(1630, '2025-11-14 18:29:13', 41, NULL, '34.227.234.246'),
(1631, '2025-11-14 18:29:23', 130, NULL, '34.224.132.215'),
(1632, '2025-11-14 18:30:38', 36, NULL, '216.73.216.25'),
(1633, '2025-11-14 18:30:42', 37, NULL, '216.73.216.25'),
(1634, '2025-11-14 18:30:53', 33, NULL, '216.73.216.25'),
(1635, '2025-11-14 18:31:05', 126, NULL, '216.73.216.25'),
(1636, '2025-11-14 18:31:09', 7, NULL, '216.73.216.25'),
(1637, '2025-11-14 18:31:13', 27, NULL, '3.225.45.252'),
(1638, '2025-11-14 18:33:30', 33, NULL, '52.23.112.144'),
(1639, '2025-11-14 18:39:09', 33, NULL, '52.203.152.231'),
(1640, '2025-11-14 18:50:37', 47, NULL, '66.249.66.34'),
(1641, '2025-11-14 18:50:37', 42, NULL, '66.249.66.34'),
(1642, '2025-11-14 18:51:08', 112, NULL, '185.191.171.14'),
(1643, '2025-11-14 18:52:31', 33, NULL, '52.205.113.104'),
(1644, '2025-11-14 18:58:13', 33, NULL, '3.208.146.193'),
(1645, '2025-11-14 18:58:30', 33, NULL, '52.207.47.227'),
(1646, '2025-11-14 18:59:39', 65, NULL, '52.207.47.227'),
(1647, '2025-11-14 18:59:39', 49, NULL, '52.207.47.227'),
(1648, '2025-11-14 18:59:39', 45, NULL, '52.207.47.227'),
(1649, '2025-11-14 18:59:39', 43, NULL, '52.207.47.227'),
(1650, '2025-11-14 18:59:39', 39, NULL, '52.207.47.227'),
(1651, '2025-11-14 18:59:39', 38, NULL, '52.207.47.227'),
(1652, '2025-11-14 18:59:39', 36, NULL, '52.207.47.227'),
(1653, '2025-11-14 18:59:39', 34, NULL, '52.207.47.227'),
(1654, '2025-11-14 18:59:39', 31, NULL, '52.207.47.227'),
(1655, '2025-11-14 18:59:39', 29, NULL, '52.207.47.227'),
(1656, '2025-11-14 19:00:22', 130, NULL, '52.54.157.23'),
(1657, '2025-11-14 19:04:05', 37, NULL, '52.70.138.176'),
(1658, '2025-11-14 19:04:37', 33, NULL, '34.196.237.236'),
(1659, '2025-11-14 19:04:49', 35, NULL, '54.85.126.86'),
(1660, '2025-11-14 19:08:29', 129, NULL, '185.191.171.19'),
(1661, '2025-11-14 19:13:13', 36, NULL, '44.221.37.41'),
(1662, '2025-11-14 19:19:02', 46, NULL, '34.196.114.170'),
(1663, '2025-11-14 19:19:02', 37, NULL, '34.196.114.170'),
(1664, '2025-11-14 19:19:29', 45, NULL, '54.89.90.224'),
(1665, '2025-11-14 19:19:51', 111, NULL, '85.208.96.204'),
(1666, '2025-11-14 19:21:39', 33, NULL, '34.226.89.140'),
(1667, '2025-11-14 19:21:54', 126, NULL, '34.199.252.22'),
(1668, '2025-11-14 19:22:55', 128, NULL, '3.216.86.144'),
(1669, '2025-11-14 19:23:10', 33, NULL, '3.216.86.144'),
(1670, '2025-11-14 19:23:25', 126, NULL, '52.3.104.214'),
(1671, '2025-11-14 19:24:10', 29, NULL, '52.4.229.9'),
(1672, '2025-11-14 19:24:46', 27, NULL, '107.20.25.33'),
(1673, '2025-11-14 19:24:48', 130, NULL, '85.208.96.199'),
(1674, '2025-11-14 19:25:10', 35, NULL, '54.197.114.76'),
(1675, '2025-11-14 19:26:59', 27, NULL, '54.87.62.248'),
(1676, '2025-11-14 19:35:18', 37, NULL, '216.73.216.26'),
(1677, '2025-11-14 19:35:19', 7, NULL, '216.73.216.26'),
(1678, '2025-11-14 19:45:30', 88, NULL, '216.244.66.235'),
(1679, '2025-11-14 19:48:41', 35, NULL, '3.227.180.70'),
(1680, '2025-11-14 19:55:26', 46, NULL, '44.194.134.53'),
(1681, '2025-11-14 19:55:26', 37, NULL, '44.194.134.53'),
(1682, '2025-11-14 19:57:06', 33, NULL, '184.73.167.217'),
(1683, '2025-11-14 19:57:30', 29, NULL, '34.193.2.57'),
(1684, '2025-11-14 20:01:06', 46, NULL, '18.235.158.19'),
(1685, '2025-11-14 20:01:06', 37, NULL, '18.235.158.19'),
(1686, '2025-11-14 20:02:25', 46, NULL, '34.225.87.80'),
(1687, '2025-11-14 20:02:25', 37, NULL, '34.225.87.80'),
(1688, '2025-11-14 20:04:41', 35, NULL, '23.23.180.225'),
(1689, '2025-11-14 20:04:49', 37, NULL, '98.83.10.183'),
(1690, '2025-11-14 20:05:05', 65, NULL, '44.218.6.93'),
(1691, '2025-11-14 20:05:57', 36, NULL, '44.215.235.20'),
(1692, '2025-11-14 20:18:57', 33, NULL, '23.23.214.190'),
(1693, '2025-11-14 20:19:05', 129, NULL, '23.23.214.190'),
(1694, '2025-11-14 20:20:43', 33, NULL, '184.73.239.35'),
(1695, '2025-11-14 20:20:45', 33, NULL, '52.45.29.57'),
(1696, '2025-11-14 20:21:38', 27, NULL, '35.172.125.172'),
(1697, '2025-11-14 20:23:42', 130, NULL, '52.70.209.13'),
(1698, '2025-11-14 20:24:05', 35, NULL, '34.202.88.37'),
(1699, '2025-11-14 20:24:23', 46, NULL, '18.209.201.119'),
(1700, '2025-11-14 20:24:23', 37, NULL, '18.209.201.119'),
(1701, '2025-11-14 20:25:23', 27, NULL, '44.195.145.102'),
(1702, '2025-11-14 20:28:38', 45, NULL, '35.171.117.160'),
(1703, '2025-11-14 20:28:53', 129, NULL, '98.82.40.168'),
(1704, '2025-11-14 20:54:43', 128, NULL, '52.70.123.241'),
(1705, '2025-11-14 20:54:58', 129, NULL, '18.204.89.56'),
(1706, '2025-11-14 20:55:37', 33, NULL, '3.211.181.86'),
(1707, '2025-11-14 20:56:39', 129, NULL, '98.83.177.42'),
(1708, '2025-11-14 20:58:34', 101, NULL, '54.152.163.42'),
(1709, '2025-11-14 20:58:46', 130, NULL, '185.191.171.11'),
(1710, '2025-11-14 20:59:17', 33, NULL, '54.84.102.81'),
(1711, '2025-11-14 21:01:31', 37, NULL, '52.205.222.214'),
(1712, '2025-11-14 21:01:54', 101, NULL, '52.204.71.8'),
(1713, '2025-11-14 21:02:35', 33, NULL, '52.6.232.201'),
(1714, '2025-11-14 21:03:03', 35, NULL, '52.2.83.227'),
(1715, '2025-11-14 21:04:05', 33, NULL, '44.209.35.147'),
(1716, '2025-11-14 21:10:25', 65, NULL, '185.191.171.15'),
(1717, '2025-11-14 21:10:25', 49, NULL, '185.191.171.15'),
(1718, '2025-11-14 21:10:25', 45, NULL, '185.191.171.15'),
(1719, '2025-11-14 21:10:25', 43, NULL, '185.191.171.15'),
(1720, '2025-11-14 21:10:25', 39, NULL, '185.191.171.15'),
(1721, '2025-11-14 21:10:25', 38, NULL, '185.191.171.15'),
(1722, '2025-11-14 21:10:25', 36, NULL, '185.191.171.15'),
(1723, '2025-11-14 21:10:25', 34, NULL, '185.191.171.15'),
(1724, '2025-11-14 21:10:25', 33, NULL, '185.191.171.15'),
(1725, '2025-11-14 21:10:25', 31, NULL, '185.191.171.15'),
(1726, '2025-11-14 21:10:25', 29, NULL, '185.191.171.15'),
(1727, '2025-11-14 21:17:49', 29, NULL, '34.235.239.240'),
(1728, '2025-11-14 21:17:54', 43, NULL, '54.91.122.193'),
(1729, '2025-11-14 21:17:54', 37, NULL, '54.91.122.193'),
(1730, '2025-11-14 21:21:38', 35, NULL, '3.214.176.44'),
(1731, '2025-11-14 21:24:00', 46, NULL, '185.191.171.14'),
(1732, '2025-11-14 21:24:44', 89, NULL, '54.37.252.192'),
(1733, '2025-11-14 21:26:37', 33, NULL, '54.162.69.192'),
(1734, '2025-11-14 21:27:23', 130, NULL, '52.71.216.196'),
(1735, '2025-11-14 21:29:45', 41, NULL, '52.3.156.186'),
(1736, '2025-11-14 21:31:48', 112, NULL, '185.191.171.4'),
(1737, '2025-11-14 21:31:48', 111, NULL, '185.191.171.4'),
(1738, '2025-11-14 21:31:48', 108, NULL, '185.191.171.4'),
(1739, '2025-11-14 21:31:48', 107, NULL, '185.191.171.4'),
(1740, '2025-11-14 21:31:48', 106, NULL, '185.191.171.4'),
(1741, '2025-11-14 21:31:48', 105, NULL, '185.191.171.4'),
(1742, '2025-11-14 21:31:48', 104, NULL, '185.191.171.4'),
(1743, '2025-11-14 21:31:48', 103, NULL, '185.191.171.4'),
(1744, '2025-11-14 21:31:48', 102, NULL, '185.191.171.4'),
(1745, '2025-11-14 21:31:48', 101, NULL, '185.191.171.4'),
(1746, '2025-11-14 21:31:48', 100, NULL, '185.191.171.4'),
(1747, '2025-11-14 21:34:25', 33, NULL, '54.221.203.24'),
(1748, '2025-11-14 21:37:58', 31, NULL, '170.78.249.3'),
(1749, '2025-11-14 21:42:25', 43, NULL, '185.191.171.6'),
(1750, '2025-11-14 21:46:34', 130, NULL, '66.249.66.12'),
(1751, '2025-11-14 21:51:10', 46, NULL, '44.215.61.66'),
(1752, '2025-11-14 21:51:10', 37, NULL, '44.215.61.66'),
(1753, '2025-11-14 21:53:17', 27, NULL, '3.221.50.71'),
(1754, '2025-11-14 21:53:25', 27, NULL, '3.208.156.9'),
(1755, '2025-11-14 21:53:35', 46, NULL, '52.3.26.180'),
(1756, '2025-11-14 21:58:30', 33, NULL, '44.218.6.93'),
(1757, '2025-11-14 21:59:57', 37, NULL, '216.73.216.121'),
(1758, '2025-11-14 21:59:58', 33, NULL, '216.73.216.121'),
(1759, '2025-11-14 21:59:59', 36, NULL, '216.73.216.121'),
(1760, '2025-11-14 22:00:01', 7, NULL, '216.73.216.121'),
(1761, '2025-11-14 22:00:53', 35, NULL, '50.16.248.61'),
(1762, '2025-11-14 22:01:17', 33, NULL, '54.209.100.30'),
(1763, '2025-11-14 22:01:37', 37, NULL, '52.204.253.129'),
(1764, '2025-11-14 22:22:02', 126, NULL, '23.21.179.27'),
(1765, '2025-11-14 22:22:24', 33, NULL, '44.194.134.53'),
(1766, '2025-11-14 22:23:54', 29, NULL, '44.217.255.167'),
(1767, '2025-11-14 22:25:33', 130, NULL, '44.215.235.20'),
(1768, '2025-11-14 22:27:39', 46, NULL, '44.217.255.167'),
(1769, '2025-11-14 22:28:26', 33, NULL, '34.204.150.196'),
(1770, '2025-11-14 22:43:53', 130, NULL, '54.235.158.162'),
(1771, '2025-11-14 22:44:05', 129, NULL, '54.147.238.89'),
(1772, '2025-11-14 22:46:13', 45, NULL, '44.221.180.179'),
(1773, '2025-11-14 22:54:41', 101, NULL, '54.90.244.132'),
(1774, '2025-11-14 22:57:33', 35, NULL, '3.210.223.61'),
(1775, '2025-11-14 22:58:41', 37, NULL, '44.205.120.22'),
(1776, '2025-11-14 22:59:01', 33, NULL, '54.83.180.239'),
(1777, '2025-11-14 23:11:25', 33, NULL, '3.209.174.110'),
(1778, '2025-11-14 23:11:27', 45, NULL, '85.208.96.193'),
(1779, '2025-11-14 23:13:29', 33, NULL, '107.20.25.33'),
(1780, '2025-11-14 23:18:33', 33, NULL, '3.94.157.25'),
(1781, '2025-11-14 23:19:59', 128, NULL, '185.191.171.15'),
(1782, '2025-11-14 23:32:41', 37, NULL, '44.209.35.147'),
(1783, '2025-11-14 23:38:56', 107, NULL, '185.191.171.9'),
(1784, '2025-11-14 23:43:29', 39, NULL, '100.28.133.214'),
(1785, '2025-11-15 00:04:41', 130, NULL, '34.196.237.236'),
(1786, '2025-11-15 00:07:41', 46, NULL, '54.243.63.52'),
(1787, '2025-11-15 00:08:02', 33, NULL, '52.70.123.241'),
(1788, '2025-11-15 00:15:21', 37, NULL, '100.27.153.9'),
(1789, '2025-11-15 00:17:57', 126, NULL, '185.191.171.16'),
(1790, '2025-11-15 00:20:37', 65, NULL, '52.203.68.145'),
(1791, '2025-11-15 00:20:37', 49, NULL, '52.203.68.145'),
(1792, '2025-11-15 00:20:37', 45, NULL, '52.203.68.145'),
(1793, '2025-11-15 00:20:37', 43, NULL, '52.203.68.145'),
(1794, '2025-11-15 00:20:37', 39, NULL, '52.203.68.145'),
(1795, '2025-11-15 00:20:37', 38, NULL, '52.203.68.145'),
(1796, '2025-11-15 00:20:37', 36, NULL, '52.203.68.145'),
(1797, '2025-11-15 00:20:37', 34, NULL, '52.203.68.145'),
(1798, '2025-11-15 00:20:37', 33, NULL, '52.203.68.145'),
(1799, '2025-11-15 00:20:37', 31, NULL, '52.203.68.145'),
(1800, '2025-11-15 00:20:37', 29, NULL, '52.203.68.145'),
(1801, '2025-11-15 00:23:30', 7, NULL, '216.73.216.86'),
(1802, '2025-11-15 00:23:30', 36, NULL, '216.73.216.86'),
(1803, '2025-11-15 00:23:31', 33, NULL, '216.73.216.86'),
(1804, '2025-11-15 00:24:49', 108, NULL, '85.208.96.194'),
(1805, '2025-11-15 00:37:05', 33, NULL, '54.204.62.163'),
(1806, '2025-11-15 00:49:40', 46, NULL, '85.208.96.212'),
(1807, '2025-11-15 00:49:40', 37, NULL, '85.208.96.212'),
(1808, '2025-11-15 01:01:01', 37, NULL, '3.218.103.254'),
(1809, '2025-11-15 01:17:48', 29, NULL, '185.191.171.4'),
(1810, '2025-11-15 01:21:49', 31, NULL, '54.144.185.255'),
(1811, '2025-11-15 01:22:05', 130, NULL, '3.220.70.171'),
(1812, '2025-11-15 01:22:25', 36, NULL, '100.28.44.58'),
(1813, '2025-11-15 01:40:09', 36, NULL, '52.201.155.215'),
(1814, '2025-11-15 02:04:13', 38, NULL, '52.4.213.199'),
(1815, '2025-11-15 02:04:57', 36, NULL, '44.217.177.142'),
(1816, '2025-11-15 02:05:42', 33, NULL, '18.205.91.101'),
(1817, '2025-11-15 02:24:13', 36, NULL, '3.89.170.186'),
(1818, '2025-11-15 02:25:01', 43, NULL, '184.73.239.35'),
(1819, '2025-11-15 02:26:13', 33, NULL, '34.231.45.47'),
(1820, '2025-11-15 02:26:46', 36, NULL, '3.208.146.193'),
(1821, '2025-11-15 02:26:53', 37, NULL, '52.202.233.37'),
(1822, '2025-11-15 02:34:37', 29, NULL, '54.86.59.155'),
(1823, '2025-11-15 02:34:57', 36, NULL, '18.204.152.114'),
(1824, '2025-11-15 02:41:03', 89, NULL, '185.191.171.10'),
(1825, '2025-11-15 02:51:01', 36, NULL, '52.23.112.144'),
(1826, '2025-11-15 02:51:09', 35, NULL, '34.203.111.15'),
(1827, '2025-11-15 02:58:29', 36, NULL, '52.205.222.214'),
(1828, '2025-11-15 02:59:26', 129, NULL, '85.208.96.196'),
(1829, '2025-11-15 03:00:41', 45, NULL, '18.215.49.176'),
(1830, '2025-11-15 03:01:17', 128, NULL, '34.234.200.207'),
(1831, '2025-11-15 03:01:17', 127, NULL, '34.234.200.207'),
(1832, '2025-11-15 03:01:49', 31, NULL, '54.89.90.224'),
(1833, '2025-11-15 03:03:53', 33, NULL, '34.224.9.144'),
(1834, '2025-11-15 03:15:13', 47, NULL, '34.233.114.237'),
(1835, '2025-11-15 03:15:13', 42, NULL, '34.233.114.237'),
(1836, '2025-11-15 03:16:06', 33, NULL, '3.210.114.189'),
(1837, '2025-11-15 03:18:05', 37, NULL, '216.73.216.155'),
(1838, '2025-11-15 03:18:06', 36, NULL, '216.73.216.155'),
(1839, '2025-11-15 03:18:07', 33, NULL, '216.73.216.155'),
(1840, '2025-11-15 03:24:37', 48, NULL, '54.235.172.108'),
(1841, '2025-11-15 03:24:37', 41, NULL, '54.235.172.108'),
(1842, '2025-11-15 03:27:39', 65, NULL, '54.84.93.8'),
(1843, '2025-11-15 03:29:45', 36, NULL, '18.211.148.239'),
(1844, '2025-11-15 03:30:53', 36, NULL, '52.204.81.148'),
(1845, '2025-11-15 03:31:37', 33, NULL, '23.21.175.228'),
(1846, '2025-11-15 03:48:05', 48, NULL, '52.204.89.12'),
(1847, '2025-11-15 03:48:05', 41, NULL, '52.204.89.12'),
(1848, '2025-11-15 03:48:38', 126, NULL, '18.204.89.56'),
(1849, '2025-11-15 03:54:38', 29, NULL, '18.205.213.231'),
(1850, '2025-11-15 03:56:53', 31, NULL, '34.195.248.30'),
(1851, '2025-11-15 03:57:10', 45, NULL, '52.21.62.139'),
(1852, '2025-11-15 03:57:40', 126, NULL, '98.84.131.195'),
(1853, '2025-11-15 03:57:42', 130, NULL, '3.214.176.44'),
(1854, '2025-11-15 03:59:29', 37, NULL, '54.80.73.122'),
(1855, '2025-11-15 03:59:49', 36, NULL, '18.213.240.226'),
(1856, '2025-11-15 04:00:49', 37, NULL, '23.21.227.240'),
(1857, '2025-11-15 04:01:34', 36, NULL, '54.83.240.58'),
(1858, '2025-11-15 04:01:41', 37, NULL, '107.20.255.194'),
(1859, '2025-11-15 04:01:49', 37, NULL, '3.211.105.134'),
(1860, '2025-11-15 04:02:10', 37, NULL, '3.94.199.128'),
(1861, '2025-11-15 04:04:05', 36, NULL, '3.235.215.92'),
(1862, '2025-11-15 04:05:13', 37, NULL, '50.16.216.166'),
(1863, '2025-11-15 04:06:41', 33, NULL, '34.224.132.215'),
(1864, '2025-11-15 04:07:09', 37, NULL, '35.173.38.202'),
(1865, '2025-11-15 04:14:57', 47, NULL, '34.199.252.22'),
(1866, '2025-11-15 04:14:57', 42, NULL, '34.199.252.22'),
(1867, '2025-11-15 04:16:01', 46, NULL, '34.194.14.255'),
(1868, '2025-11-15 04:16:42', 36, NULL, '35.170.205.140'),
(1869, '2025-11-15 04:16:50', 35, NULL, '52.7.33.248');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(1870, '2025-11-15 04:16:54', 37, NULL, '98.82.107.102'),
(1871, '2025-11-15 04:17:08', 130, NULL, '66.249.66.35'),
(1872, '2025-11-15 04:18:26', 34, NULL, '34.225.24.180'),
(1873, '2025-11-15 04:19:42', 37, NULL, '52.205.141.124'),
(1874, '2025-11-15 04:19:54', 37, NULL, '52.200.58.199'),
(1875, '2025-11-15 04:20:13', 33, NULL, '52.22.87.224'),
(1876, '2025-11-15 04:20:33', 37, NULL, '52.0.105.244'),
(1877, '2025-11-15 04:25:08', 130, NULL, '66.249.66.202'),
(1878, '2025-11-15 04:25:58', 37, NULL, '54.235.172.96'),
(1879, '2025-11-15 04:29:13', 36, NULL, '54.156.248.117'),
(1880, '2025-11-15 04:32:25', 37, NULL, '184.73.68.20'),
(1881, '2025-11-15 04:32:58', 27, NULL, '66.249.66.77'),
(1882, '2025-11-15 04:33:10', 27, NULL, '66.249.66.76'),
(1883, '2025-11-15 04:40:01', 33, NULL, '44.209.187.99'),
(1884, '2025-11-15 04:44:49', 65, NULL, '44.207.69.106'),
(1885, '2025-11-15 04:46:55', 37, NULL, '54.80.185.200'),
(1886, '2025-11-15 04:47:41', 36, NULL, '34.205.170.13'),
(1887, '2025-11-15 04:50:08', 48, NULL, '107.23.62.75'),
(1888, '2025-11-15 04:50:08', 41, NULL, '107.23.62.75'),
(1889, '2025-11-15 04:54:09', 37, NULL, '50.16.248.61'),
(1890, '2025-11-15 04:56:29', 34, NULL, '3.225.9.97'),
(1891, '2025-11-15 04:56:45', 31, NULL, '18.215.112.101'),
(1892, '2025-11-15 04:58:13', 33, NULL, '52.203.237.170'),
(1893, '2025-11-15 04:59:01', 33, NULL, '3.90.73.206'),
(1894, '2025-11-15 04:59:29', 35, NULL, '54.87.62.248'),
(1895, '2025-11-15 05:00:05', 37, NULL, '34.204.150.196'),
(1896, '2025-11-15 05:00:37', 36, NULL, '52.204.37.237'),
(1897, '2025-11-15 05:02:49', 130, NULL, '66.249.66.34'),
(1898, '2025-11-15 05:05:01', 33, NULL, '34.192.67.98'),
(1899, '2025-11-15 05:12:57', 65, NULL, '3.217.171.106'),
(1900, '2025-11-15 05:13:04', 126, NULL, '100.24.167.60'),
(1901, '2025-11-15 05:16:09', 129, NULL, '23.23.137.202'),
(1902, '2025-11-15 05:16:41', 43, NULL, '34.205.170.13'),
(1903, '2025-11-15 05:16:41', 37, NULL, '34.205.170.13'),
(1904, '2025-11-15 05:17:54', 37, NULL, '100.28.118.16'),
(1905, '2025-11-15 05:19:26', 130, NULL, '23.21.228.180'),
(1906, '2025-11-15 05:20:22', 29, NULL, '54.84.169.196'),
(1907, '2025-11-15 05:20:53', 36, NULL, '34.231.156.59'),
(1908, '2025-11-15 05:21:13', 36, NULL, '3.232.39.98'),
(1909, '2025-11-15 05:21:34', 37, NULL, '100.29.160.53'),
(1910, '2025-11-15 05:22:17', 65, NULL, '52.5.242.243'),
(1911, '2025-11-15 05:22:31', 33, NULL, '35.153.86.200'),
(1912, '2025-11-15 05:22:39', 37, NULL, '23.23.103.31'),
(1913, '2025-11-15 05:23:51', 129, NULL, '52.0.105.244'),
(1914, '2025-11-15 05:24:21', 37, NULL, '54.163.169.168'),
(1915, '2025-11-15 05:24:35', 128, NULL, '98.84.60.17'),
(1916, '2025-11-15 05:24:35', 127, NULL, '98.84.60.17'),
(1917, '2025-11-15 05:25:18', 128, NULL, '44.223.116.149'),
(1918, '2025-11-15 05:25:18', 127, NULL, '44.223.116.149'),
(1919, '2025-11-15 05:26:41', 39, NULL, '18.232.36.1'),
(1920, '2025-11-15 05:28:41', 37, NULL, '52.205.113.104'),
(1921, '2025-11-15 05:29:13', 36, NULL, '34.194.233.48'),
(1922, '2025-11-15 05:30:13', 36, NULL, '54.243.63.52'),
(1923, '2025-11-15 05:36:45', 37, NULL, '52.4.213.199'),
(1924, '2025-11-15 05:42:22', 126, NULL, '18.211.39.188'),
(1925, '2025-11-15 05:47:21', 48, NULL, '35.168.238.50'),
(1926, '2025-11-15 05:47:21', 41, NULL, '35.168.238.50'),
(1927, '2025-11-15 05:47:30', 48, NULL, '44.221.105.234'),
(1928, '2025-11-15 05:47:30', 41, NULL, '44.221.105.234'),
(1929, '2025-11-15 05:48:49', 43, NULL, '54.90.244.132'),
(1930, '2025-11-15 05:49:35', 39, NULL, '52.3.156.186'),
(1931, '2025-11-15 05:49:58', 34, NULL, '18.213.70.100'),
(1932, '2025-11-15 05:50:18', 129, NULL, '23.22.105.143'),
(1933, '2025-11-15 05:53:22', 37, NULL, '44.195.50.71'),
(1934, '2025-11-15 05:53:43', 37, NULL, '54.197.114.76'),
(1935, '2025-11-15 05:55:49', 36, NULL, '44.193.102.198'),
(1936, '2025-11-15 05:56:01', 36, NULL, '44.212.232.231'),
(1937, '2025-11-15 05:56:05', 37, NULL, '54.204.62.163'),
(1938, '2025-11-15 05:56:33', 43, NULL, '44.208.193.63'),
(1939, '2025-11-15 05:57:17', 33, NULL, '52.45.194.165'),
(1940, '2025-11-15 05:57:53', 36, NULL, '35.168.238.50'),
(1941, '2025-11-15 05:58:17', 35, NULL, '3.226.106.93'),
(1942, '2025-11-15 05:58:45', 36, NULL, '3.226.106.93'),
(1943, '2025-11-15 05:58:57', 33, NULL, '98.82.63.147'),
(1944, '2025-11-15 05:59:29', 33, NULL, '52.4.229.9'),
(1945, '2025-11-15 06:00:33', 36, NULL, '34.231.118.144'),
(1946, '2025-11-15 06:02:01', 36, NULL, '3.213.106.226'),
(1947, '2025-11-15 06:02:05', 37, NULL, '18.215.112.101'),
(1948, '2025-11-15 06:02:25', 36, NULL, '98.83.226.125'),
(1949, '2025-11-15 06:13:13', 36, NULL, '3.232.82.72'),
(1950, '2025-11-15 06:13:22', 37, NULL, '107.20.25.33'),
(1951, '2025-11-15 06:16:17', 38, NULL, '44.209.35.147'),
(1952, '2025-11-15 06:16:58', 37, NULL, '44.217.177.142'),
(1953, '2025-11-15 06:17:54', 37, NULL, '3.231.193.38'),
(1954, '2025-11-15 06:19:02', 33, NULL, '100.25.120.246'),
(1955, '2025-11-15 06:19:46', 35, NULL, '3.218.103.254'),
(1956, '2025-11-15 06:20:35', 36, NULL, '23.21.119.232'),
(1957, '2025-11-15 06:20:42', 47, NULL, '54.159.98.248'),
(1958, '2025-11-15 06:20:42', 42, NULL, '54.159.98.248'),
(1959, '2025-11-15 06:23:43', 89, NULL, '44.194.139.149'),
(1960, '2025-11-15 06:23:43', 88, NULL, '44.194.139.149'),
(1961, '2025-11-15 06:24:11', 49, NULL, '3.232.102.111'),
(1962, '2025-11-15 06:24:29', 37, NULL, '54.152.163.42'),
(1963, '2025-11-15 06:26:50', 37, NULL, '52.3.127.170'),
(1964, '2025-11-15 06:29:01', 35, NULL, '3.221.244.28'),
(1965, '2025-11-15 06:29:05', 36, NULL, '54.225.181.161'),
(1966, '2025-11-15 06:31:09', 37, NULL, '35.173.18.61'),
(1967, '2025-11-15 06:37:37', 33, NULL, '34.194.165.45'),
(1968, '2025-11-15 06:38:35', 33, NULL, '40.77.167.143'),
(1969, '2025-11-15 06:40:25', 36, NULL, '34.192.67.98'),
(1970, '2025-11-15 06:42:19', 46, NULL, '100.29.34.97'),
(1971, '2025-11-15 06:42:54', 37, NULL, '3.221.244.28'),
(1972, '2025-11-15 06:44:57', 47, NULL, '100.24.149.244'),
(1973, '2025-11-15 06:45:57', 37, NULL, '18.211.39.188'),
(1974, '2025-11-15 06:46:13', 37, NULL, '35.174.253.85'),
(1975, '2025-11-15 06:48:51', 34, NULL, '34.194.165.45'),
(1976, '2025-11-15 06:49:09', 37, NULL, '44.223.232.55'),
(1977, '2025-11-15 06:50:03', 37, NULL, '18.207.79.144'),
(1978, '2025-11-15 06:51:28', 36, NULL, '52.4.76.156'),
(1979, '2025-11-15 06:51:41', 65, NULL, '184.73.167.217'),
(1980, '2025-11-15 06:52:06', 36, NULL, '3.221.244.28'),
(1981, '2025-11-15 06:52:18', 43, NULL, '35.174.253.85'),
(1982, '2025-11-15 06:54:29', 37, NULL, '44.193.102.198'),
(1983, '2025-11-15 06:54:43', 37, NULL, '44.207.207.36'),
(1984, '2025-11-15 06:56:27', 47, NULL, '18.213.102.186'),
(1985, '2025-11-15 06:57:57', 35, NULL, '54.85.7.119'),
(1986, '2025-11-15 07:00:17', 33, NULL, '34.195.248.30'),
(1987, '2025-11-15 07:02:17', 37, NULL, '3.221.50.71'),
(1988, '2025-11-15 07:12:25', 45, NULL, '44.207.207.36'),
(1989, '2025-11-15 07:12:41', 31, NULL, '98.83.226.125'),
(1990, '2025-11-15 07:13:01', 37, NULL, '52.54.95.127'),
(1991, '2025-11-15 07:18:05', 35, NULL, '44.218.170.184'),
(1992, '2025-11-15 07:19:33', 39, NULL, '52.71.203.206'),
(1993, '2025-11-15 07:20:43', 36, NULL, '3.232.102.111'),
(1994, '2025-11-15 07:23:35', 36, NULL, '3.229.95.193'),
(1995, '2025-11-15 07:23:37', 45, NULL, '18.204.152.114'),
(1996, '2025-11-15 07:23:58', 129, NULL, '50.16.216.166'),
(1997, '2025-11-15 07:24:36', 36, NULL, '35.174.253.85'),
(1998, '2025-11-15 07:45:46', 45, NULL, '52.2.4.213'),
(1999, '2025-11-15 07:46:10', 43, NULL, '18.215.24.66'),
(2000, '2025-11-15 07:46:38', 130, NULL, '18.209.201.119'),
(2001, '2025-11-15 07:47:17', 49, NULL, '50.16.72.185'),
(2002, '2025-11-15 07:48:23', 43, NULL, '23.23.213.182'),
(2003, '2025-11-15 07:48:23', 37, NULL, '23.23.213.182'),
(2004, '2025-11-15 07:48:46', 36, NULL, '3.94.157.25'),
(2005, '2025-11-15 07:49:35', 37, NULL, '52.0.41.164'),
(2006, '2025-11-15 07:50:26', 43, NULL, '44.212.131.50'),
(2007, '2025-11-15 07:50:26', 37, NULL, '44.212.131.50'),
(2008, '2025-11-15 07:50:45', 36, NULL, '54.89.90.224'),
(2009, '2025-11-15 07:51:34', 36, NULL, '54.198.33.233'),
(2010, '2025-11-15 07:53:50', 29, NULL, '23.23.212.212'),
(2011, '2025-11-15 07:54:01', 65, NULL, '3.225.9.97'),
(2012, '2025-11-15 07:55:49', 37, NULL, '52.207.47.227'),
(2013, '2025-11-15 07:55:53', 37, NULL, '44.223.116.180'),
(2014, '2025-11-15 07:56:09', 37, NULL, '23.23.104.107'),
(2015, '2025-11-15 07:56:17', 36, NULL, '52.44.174.136'),
(2016, '2025-11-15 07:57:41', 33, NULL, '3.94.156.104'),
(2017, '2025-11-15 07:58:09', 35, NULL, '3.232.82.72'),
(2018, '2025-11-15 07:58:13', 37, NULL, '34.234.200.207'),
(2019, '2025-11-15 07:58:25', 37, NULL, '52.71.218.25'),
(2020, '2025-11-15 07:58:49', 37, NULL, '52.4.229.9'),
(2021, '2025-11-15 07:59:01', 33, NULL, '3.93.98.99'),
(2022, '2025-11-15 07:59:09', 36, NULL, '100.24.167.60'),
(2023, '2025-11-15 07:59:17', 36, NULL, '52.2.83.227'),
(2024, '2025-11-15 07:59:33', 37, NULL, '54.90.244.132'),
(2025, '2025-11-15 07:59:53', 33, NULL, '3.227.180.70'),
(2026, '2025-11-15 08:00:02', 36, NULL, '54.159.98.248'),
(2027, '2025-11-15 08:00:13', 37, NULL, '54.235.158.162'),
(2028, '2025-11-15 08:00:38', 36, NULL, '54.235.191.179'),
(2029, '2025-11-15 08:00:45', 33, NULL, '44.196.118.6'),
(2030, '2025-11-15 08:01:25', 36, NULL, '52.5.232.250'),
(2031, '2025-11-15 08:01:37', 36, NULL, '3.224.215.150'),
(2032, '2025-11-15 08:01:41', 37, NULL, '52.3.104.214'),
(2033, '2025-11-15 08:36:37', 31, NULL, '3.210.114.189'),
(2034, '2025-11-15 08:37:09', 39, NULL, '23.23.99.55'),
(2035, '2025-11-15 08:41:09', 49, NULL, '35.173.38.202'),
(2036, '2025-11-15 08:44:45', 37, NULL, '18.214.251.19'),
(2037, '2025-11-15 08:44:54', 46, NULL, '18.206.47.187'),
(2038, '2025-11-15 08:47:18', 45, NULL, '52.5.232.250'),
(2039, '2025-11-15 08:47:24', 130, NULL, '23.23.99.55'),
(2040, '2025-11-15 08:49:10', 43, NULL, '52.70.123.241'),
(2041, '2025-11-15 08:49:10', 37, NULL, '52.70.123.241'),
(2042, '2025-11-15 08:49:14', 36, NULL, '3.221.156.96'),
(2043, '2025-11-15 08:49:45', 43, NULL, '18.210.58.238'),
(2044, '2025-11-15 08:49:45', 37, NULL, '18.210.58.238'),
(2045, '2025-11-15 08:55:21', 37, NULL, '54.225.81.20'),
(2046, '2025-11-15 08:56:25', 36, NULL, '3.210.114.189'),
(2047, '2025-11-15 08:59:29', 37, NULL, '54.87.62.248'),
(2048, '2025-11-15 09:00:49', 36, NULL, '34.203.111.15'),
(2049, '2025-11-15 09:01:49', 37, NULL, '54.147.238.89'),
(2050, '2025-11-15 09:01:57', 36, NULL, '3.211.181.86'),
(2051, '2025-11-15 09:03:53', 36, NULL, '35.169.119.108'),
(2052, '2025-11-15 09:05:05', 35, NULL, '44.210.213.220'),
(2053, '2025-11-15 09:05:25', 35, NULL, '54.84.102.81'),
(2054, '2025-11-15 09:06:41', 36, NULL, '3.94.156.104'),
(2055, '2025-11-15 09:08:13', 37, NULL, '3.217.82.254'),
(2056, '2025-11-15 09:20:03', 34, NULL, '52.205.113.104'),
(2057, '2025-11-15 09:20:06', 29, NULL, '44.212.106.171'),
(2058, '2025-11-15 09:22:10', 37, NULL, '44.205.180.155'),
(2059, '2025-11-15 09:24:25', 43, NULL, '3.215.59.93'),
(2060, '2025-11-15 09:24:37', 39, NULL, '18.206.47.187'),
(2061, '2025-11-15 09:26:09', 37, NULL, '100.24.149.244'),
(2062, '2025-11-15 09:26:21', 33, NULL, '3.225.9.97'),
(2063, '2025-11-15 09:26:29', 36, NULL, '98.83.72.38'),
(2064, '2025-11-15 09:26:53', 37, NULL, '54.85.109.140'),
(2065, '2025-11-15 09:27:13', 37, NULL, '52.45.92.83'),
(2066, '2025-11-15 09:28:01', 36, NULL, '184.73.167.217'),
(2067, '2025-11-15 09:29:05', 37, NULL, '52.71.216.196'),
(2068, '2025-11-15 09:29:17', 37, NULL, '52.22.87.224'),
(2069, '2025-11-15 09:29:29', 37, NULL, '100.28.49.152'),
(2070, '2025-11-15 09:29:53', 36, NULL, '3.218.103.254'),
(2071, '2025-11-15 09:30:01', 37, NULL, '34.205.163.103'),
(2072, '2025-11-15 09:32:57', 33, NULL, '52.204.89.12'),
(2073, '2025-11-15 09:42:21', 65, NULL, '18.213.240.226'),
(2074, '2025-11-15 09:43:22', 49, NULL, '44.210.213.220'),
(2075, '2025-11-15 09:45:41', 126, NULL, '34.196.114.170'),
(2076, '2025-11-15 09:46:28', 35, NULL, '52.204.253.129'),
(2077, '2025-11-15 09:50:53', 126, NULL, '54.235.191.179'),
(2078, '2025-11-15 09:52:29', 33, NULL, '54.166.104.83'),
(2079, '2025-11-15 09:52:38', 36, NULL, '184.73.47.24'),
(2080, '2025-11-15 09:53:33', 36, NULL, '184.73.195.18'),
(2081, '2025-11-15 09:53:37', 37, NULL, '3.212.219.113'),
(2082, '2025-11-15 09:53:44', 37, NULL, '18.215.24.66'),
(2083, '2025-11-15 09:54:09', 36, NULL, '54.83.23.103'),
(2084, '2025-11-15 09:54:33', 37, NULL, '3.210.223.61'),
(2085, '2025-11-15 10:08:10', 48, NULL, '52.200.58.199'),
(2086, '2025-11-15 10:08:10', 41, NULL, '52.200.58.199'),
(2087, '2025-11-15 10:11:30', 128, NULL, '23.21.250.48'),
(2088, '2025-11-15 10:11:30', 127, NULL, '23.21.250.48'),
(2089, '2025-11-15 10:12:53', 33, NULL, '3.229.95.193'),
(2090, '2025-11-15 10:14:50', 45, NULL, '3.230.224.6'),
(2091, '2025-11-15 10:14:57', 36, NULL, '3.213.85.234'),
(2092, '2025-11-15 10:15:09', 46, NULL, '52.21.62.139'),
(2093, '2025-11-15 10:15:43', 36, NULL, '54.87.62.248'),
(2094, '2025-11-15 10:18:45', 37, NULL, '34.231.181.240'),
(2095, '2025-11-15 10:18:50', 36, NULL, '18.209.137.234'),
(2096, '2025-11-15 10:19:03', 37, NULL, '44.212.106.171'),
(2097, '2025-11-15 10:20:06', 46, NULL, '52.3.104.214'),
(2098, '2025-11-15 10:20:46', 37, NULL, '44.214.19.8'),
(2099, '2025-11-15 10:27:33', 33, NULL, '54.159.98.248'),
(2100, '2025-11-15 10:29:09', 37, NULL, '98.83.72.38'),
(2101, '2025-11-15 10:37:49', 49, NULL, '54.210.152.179'),
(2102, '2025-11-15 10:39:31', 37, NULL, '18.232.11.247'),
(2103, '2025-11-15 10:43:13', 35, NULL, '54.166.126.132'),
(2104, '2025-11-15 10:43:39', 36, NULL, '54.86.59.155'),
(2105, '2025-11-15 10:47:33', 48, NULL, '52.200.251.20'),
(2106, '2025-11-15 10:47:33', 41, NULL, '52.200.251.20'),
(2107, '2025-11-15 10:48:02', 31, NULL, '44.221.180.179'),
(2108, '2025-11-15 10:56:54', 128, NULL, '100.29.34.97'),
(2109, '2025-11-15 10:56:54', 127, NULL, '100.29.34.97'),
(2110, '2025-11-15 10:59:21', 34, NULL, '23.23.99.55'),
(2111, '2025-11-15 10:59:41', 46, NULL, '98.80.130.239'),
(2112, '2025-11-15 11:00:09', 46, NULL, '3.218.103.254'),
(2113, '2025-11-15 11:00:29', 24, NULL, '40.77.167.55'),
(2114, '2025-11-15 11:00:41', 37, NULL, '23.23.137.202'),
(2115, '2025-11-15 11:01:01', 43, NULL, '54.144.185.255'),
(2116, '2025-11-15 11:01:21', 36, NULL, '52.54.95.127'),
(2117, '2025-11-15 11:06:01', 37, NULL, '3.216.86.144'),
(2118, '2025-11-15 11:07:14', 37, NULL, '23.21.148.226'),
(2119, '2025-11-15 11:09:37', 36, NULL, '23.21.225.190'),
(2120, '2025-11-15 11:09:54', 37, NULL, '34.231.45.47'),
(2121, '2025-11-15 11:10:47', 129, NULL, '44.207.252.58'),
(2122, '2025-11-15 11:12:31', 36, NULL, '3.227.180.70'),
(2123, '2025-11-15 11:17:39', 37, NULL, '44.209.89.189'),
(2124, '2025-11-15 11:18:22', 36, NULL, '98.82.40.168'),
(2125, '2025-11-15 11:19:02', 48, NULL, '34.206.193.60'),
(2126, '2025-11-15 11:19:02', 41, NULL, '34.206.193.60'),
(2127, '2025-11-15 11:22:13', 129, NULL, '3.232.82.72'),
(2128, '2025-11-15 11:22:29', 37, NULL, '34.239.197.197'),
(2129, '2025-11-15 11:23:09', 36, NULL, '44.195.145.102'),
(2130, '2025-11-15 11:23:41', 36, NULL, '54.152.163.42'),
(2131, '2025-11-15 11:31:42', 31, NULL, '52.167.144.191'),
(2132, '2025-11-15 11:37:37', 37, NULL, '54.147.80.137'),
(2133, '2025-11-15 11:39:30', 94, NULL, '216.244.66.235'),
(2134, '2025-11-15 11:40:21', 48, NULL, '23.21.204.95'),
(2135, '2025-11-15 11:40:21', 41, NULL, '23.21.204.95'),
(2136, '2025-11-15 11:42:49', 34, NULL, '34.230.124.21'),
(2137, '2025-11-15 11:43:38', 42, NULL, '18.213.102.186'),
(2138, '2025-11-15 11:44:58', 33, NULL, '44.215.210.112'),
(2139, '2025-11-15 11:46:11', 29, NULL, '3.221.50.71'),
(2140, '2025-11-15 11:46:13', 36, NULL, '50.17.193.48'),
(2141, '2025-11-15 11:46:39', 36, NULL, '52.204.253.129'),
(2142, '2025-11-15 11:47:25', 89, NULL, '44.205.180.155'),
(2143, '2025-11-15 11:47:25', 88, NULL, '44.205.180.155'),
(2144, '2025-11-15 11:47:33', 37, NULL, '54.84.147.79'),
(2145, '2025-11-15 11:47:37', 37, NULL, '35.169.240.53'),
(2146, '2025-11-15 11:48:22', 38, NULL, '54.197.102.71'),
(2147, '2025-11-15 11:48:30', 38, NULL, '44.223.116.180'),
(2148, '2025-11-15 11:50:02', 43, NULL, '3.93.211.16'),
(2149, '2025-11-15 11:50:35', 36, NULL, '18.207.79.144'),
(2150, '2025-11-15 11:50:53', 36, NULL, '35.172.125.172'),
(2151, '2025-11-15 11:51:17', 35, NULL, '3.229.95.193'),
(2152, '2025-11-15 11:52:33', 33, NULL, '44.212.232.231'),
(2153, '2025-11-15 11:53:53', 36, NULL, '34.225.243.131'),
(2154, '2025-11-15 11:54:57', 37, NULL, '3.89.176.255'),
(2155, '2025-11-15 11:55:53', 36, NULL, '52.203.65.83'),
(2156, '2025-11-15 12:07:54', 130, NULL, '66.249.66.75'),
(2157, '2025-11-15 12:26:53', 29, NULL, '18.214.251.19'),
(2158, '2025-11-15 12:28:09', 29, NULL, '18.204.152.114'),
(2159, '2025-11-15 12:28:18', 36, NULL, '44.217.255.167'),
(2160, '2025-11-15 12:30:02', 43, NULL, '18.235.158.19'),
(2161, '2025-11-15 12:30:53', 130, NULL, '54.225.148.123'),
(2162, '2025-11-15 12:34:13', 35, NULL, '52.3.155.146'),
(2163, '2025-11-15 12:35:01', 37, NULL, '52.200.142.199'),
(2164, '2025-11-15 12:35:21', 36, NULL, '34.231.45.47'),
(2165, '2025-11-15 12:35:33', 35, NULL, '44.214.19.8'),
(2166, '2025-11-15 12:36:05', 36, NULL, '54.210.155.69'),
(2167, '2025-11-15 12:36:29', 89, NULL, '34.194.165.45'),
(2168, '2025-11-15 12:36:29', 88, NULL, '34.194.165.45'),
(2169, '2025-11-15 12:36:54', 48, NULL, '52.7.13.143'),
(2170, '2025-11-15 12:37:01', 37, NULL, '44.212.145.46'),
(2171, '2025-11-15 12:37:14', 36, NULL, '18.207.89.138'),
(2172, '2025-11-15 12:38:57', 36, NULL, '3.212.219.113'),
(2173, '2025-11-15 12:40:17', 37, NULL, '52.73.142.41'),
(2174, '2025-11-15 12:43:03', 43, NULL, '44.223.193.255'),
(2175, '2025-11-15 12:43:03', 37, NULL, '44.223.193.255'),
(2176, '2025-11-15 12:43:14', 126, NULL, '35.170.205.140'),
(2177, '2025-11-15 12:43:22', 36, NULL, '52.1.106.130'),
(2178, '2025-11-15 12:45:54', 37, NULL, '184.72.95.195'),
(2179, '2025-11-15 12:46:38', 36, NULL, '18.206.47.187'),
(2180, '2025-11-15 12:46:50', 35, NULL, '34.194.226.74'),
(2181, '2025-11-15 12:48:25', 129, NULL, '3.221.50.71'),
(2182, '2025-11-15 12:50:22', 130, NULL, '3.89.170.186'),
(2183, '2025-11-15 12:51:33', 36, NULL, '18.204.89.56'),
(2184, '2025-11-15 12:52:13', 35, NULL, '52.201.155.215'),
(2185, '2025-11-15 12:55:49', 37, NULL, '44.215.231.15'),
(2186, '2025-11-15 13:06:01', 43, NULL, '34.199.252.22'),
(2187, '2025-11-15 13:09:32', 36, NULL, '100.29.155.89'),
(2188, '2025-11-15 13:09:40', 37, NULL, '44.205.74.196'),
(2189, '2025-11-15 13:11:58', 128, NULL, '3.213.106.226'),
(2190, '2025-11-15 13:11:58', 127, NULL, '3.213.106.226'),
(2191, '2025-11-15 13:12:45', 36, NULL, '107.20.25.33'),
(2192, '2025-11-15 13:13:22', 36, NULL, '3.89.176.255'),
(2193, '2025-11-15 13:15:49', 36, NULL, '3.212.86.97'),
(2194, '2025-11-15 13:20:45', 37, NULL, '3.210.114.189'),
(2195, '2025-11-15 13:25:13', 37, NULL, '184.73.195.18'),
(2196, '2025-11-15 13:39:25', 39, NULL, '34.192.67.98'),
(2197, '2025-11-15 13:40:21', 38, NULL, '44.207.207.36'),
(2198, '2025-11-15 13:40:27', 38, NULL, '44.223.232.55'),
(2199, '2025-11-15 13:41:22', 31, NULL, '44.221.37.41'),
(2200, '2025-11-15 13:45:49', 89, NULL, '98.83.72.38'),
(2201, '2025-11-15 13:45:49', 88, NULL, '98.83.72.38'),
(2202, '2025-11-15 13:46:42', 33, NULL, '52.3.155.146'),
(2203, '2025-11-15 13:47:29', 130, NULL, '98.84.184.80'),
(2204, '2025-11-15 13:47:38', 43, NULL, '3.231.193.38'),
(2205, '2025-11-15 13:48:37', 45, NULL, '44.195.50.71'),
(2206, '2025-11-15 13:49:51', 33, NULL, '100.29.63.24'),
(2207, '2025-11-15 13:50:11', 35, NULL, '23.22.105.143'),
(2208, '2025-11-15 13:53:05', 36, NULL, '54.87.95.7'),
(2209, '2025-11-15 13:55:13', 33, NULL, '3.232.102.111'),
(2210, '2025-11-15 13:55:33', 37, NULL, '54.156.248.117'),
(2211, '2025-11-15 13:59:53', 37, NULL, '54.197.178.107'),
(2212, '2025-11-15 14:01:05', 37, NULL, '98.84.60.17'),
(2213, '2025-11-15 14:02:44', 130, NULL, '66.249.66.14'),
(2214, '2025-11-15 14:06:34', 129, NULL, '52.70.123.241'),
(2215, '2025-11-15 14:10:10', 29, NULL, '54.83.56.1'),
(2216, '2025-11-15 14:11:36', 31, NULL, '54.84.93.8'),
(2217, '2025-11-15 14:11:44', 49, NULL, '23.21.179.27'),
(2218, '2025-11-15 14:12:22', 39, NULL, '3.94.199.128'),
(2219, '2025-11-15 14:12:32', 126, NULL, '52.5.232.250'),
(2220, '2025-11-15 14:13:14', 43, NULL, '18.213.102.186'),
(2221, '2025-11-15 14:13:14', 37, NULL, '18.213.102.186'),
(2222, '2025-11-15 14:14:41', 37, NULL, '54.225.199.17'),
(2223, '2025-11-15 14:15:41', 37, NULL, '100.29.164.178'),
(2224, '2025-11-15 14:16:07', 35, NULL, '50.16.216.166'),
(2225, '2025-11-15 14:16:34', 35, NULL, '44.217.177.142'),
(2226, '2025-11-15 14:17:10', 36, NULL, '52.0.41.164'),
(2227, '2025-11-15 14:19:17', 65, NULL, '34.225.138.57'),
(2228, '2025-11-15 14:20:13', 37, NULL, '18.213.70.100'),
(2229, '2025-11-15 14:20:37', 37, NULL, '34.231.77.232'),
(2230, '2025-11-15 14:24:01', 36, NULL, '34.199.252.22'),
(2231, '2025-11-15 14:28:21', 37, NULL, '98.84.70.201'),
(2232, '2025-11-15 14:30:17', 37, NULL, '54.85.7.119'),
(2233, '2025-11-15 14:35:01', 129, NULL, '3.222.190.107'),
(2234, '2025-11-15 14:38:43', 45, NULL, '98.82.59.253'),
(2235, '2025-11-15 14:38:54', 128, NULL, '34.231.45.47'),
(2236, '2025-11-15 14:38:54', 127, NULL, '34.231.45.47'),
(2237, '2025-11-15 14:39:41', 34, NULL, '18.211.39.188'),
(2238, '2025-11-15 14:41:01', 36, NULL, '44.193.115.232'),
(2239, '2025-11-15 14:41:38', 33, NULL, '44.215.235.20'),
(2240, '2025-11-15 14:42:07', 34, NULL, '3.219.81.66'),
(2241, '2025-11-15 14:42:57', 37, NULL, '54.83.180.239'),
(2242, '2025-11-15 14:43:07', 47, NULL, '44.197.76.210'),
(2243, '2025-11-15 14:43:07', 42, NULL, '44.197.76.210'),
(2244, '2025-11-15 14:43:57', 33, NULL, '44.205.120.22'),
(2245, '2025-11-15 14:44:21', 36, NULL, '100.28.49.152'),
(2246, '2025-11-15 14:44:28', 128, NULL, '44.223.116.180'),
(2247, '2025-11-15 14:44:28', 127, NULL, '44.223.116.180'),
(2248, '2025-11-15 14:46:35', 34, NULL, '54.80.185.200'),
(2249, '2025-11-15 14:47:20', 37, NULL, '54.235.125.129'),
(2250, '2025-11-15 14:48:49', 35, NULL, '23.21.179.27'),
(2251, '2025-11-15 14:49:01', 37, NULL, '52.44.174.136'),
(2252, '2025-11-15 14:52:17', 36, NULL, '50.16.72.185'),
(2253, '2025-11-15 14:53:25', 33, NULL, '3.94.40.182'),
(2254, '2025-11-15 15:06:10', 37, NULL, '44.206.65.8'),
(2255, '2025-11-15 15:06:14', 36, NULL, '98.82.66.172'),
(2256, '2025-11-15 15:06:18', 36, NULL, '34.204.150.196'),
(2257, '2025-11-15 15:08:38', 47, NULL, '3.218.103.254'),
(2258, '2025-11-15 15:08:38', 42, NULL, '3.218.103.254'),
(2259, '2025-11-15 15:09:17', 89, NULL, '54.87.62.248'),
(2260, '2025-11-15 15:09:17', 88, NULL, '54.87.62.248'),
(2261, '2025-11-15 15:12:39', 43, NULL, '54.197.102.71'),
(2262, '2025-11-15 15:13:57', 36, NULL, '3.215.59.93'),
(2263, '2025-11-15 15:14:17', 37, NULL, '3.218.35.239'),
(2264, '2025-11-15 15:14:19', 88, NULL, '88.134.110.36'),
(2265, '2025-11-15 15:14:27', 36, NULL, '34.194.165.45'),
(2266, '2025-11-15 15:14:42', 37, NULL, '23.21.179.27'),
(2267, '2025-11-15 15:15:43', 37, NULL, '34.206.212.24'),
(2268, '2025-11-15 15:16:54', 48, NULL, '3.93.98.99'),
(2269, '2025-11-15 15:16:54', 41, NULL, '3.93.98.99'),
(2270, '2025-11-15 15:18:21', 65, NULL, '54.84.250.51'),
(2271, '2025-11-15 15:19:13', 43, NULL, '54.89.90.224'),
(2272, '2025-11-15 15:19:13', 37, NULL, '54.89.90.224'),
(2273, '2025-11-15 15:19:41', 37, NULL, '18.204.89.56'),
(2274, '2025-11-15 15:20:01', 36, NULL, '3.209.174.110'),
(2275, '2025-11-15 15:20:57', 36, NULL, '54.85.109.140'),
(2276, '2025-11-15 15:21:17', 35, NULL, '3.90.73.206'),
(2277, '2025-11-15 15:22:17', 33, NULL, '18.213.240.226'),
(2278, '2025-11-15 15:22:41', 37, NULL, '18.235.81.246'),
(2279, '2025-11-15 15:34:58', 39, NULL, '34.195.60.66'),
(2280, '2025-11-15 15:36:14', 37, NULL, '3.93.98.99'),
(2281, '2025-11-15 15:37:29', 37, NULL, '3.211.181.86'),
(2282, '2025-11-15 15:37:53', 33, NULL, '3.219.80.71'),
(2283, '2025-11-15 15:39:33', 39, NULL, '35.174.253.85'),
(2284, '2025-11-15 15:39:54', 37, NULL, '50.16.72.185'),
(2285, '2025-11-15 15:42:06', 33, NULL, '44.220.2.97'),
(2286, '2025-11-15 15:42:21', 29, NULL, '52.71.46.142'),
(2287, '2025-11-15 15:43:50', 65, NULL, '18.232.11.247'),
(2288, '2025-11-15 15:43:55', 129, NULL, '3.210.114.189'),
(2289, '2025-11-15 15:50:05', 36, NULL, '3.230.69.161'),
(2290, '2025-11-15 15:52:39', 1, NULL, '213.180.203.194'),
(2291, '2025-11-15 15:52:39', 2, NULL, '213.180.203.194'),
(2292, '2025-11-15 15:52:39', 3, NULL, '213.180.203.194'),
(2293, '2025-11-15 15:52:39', 4, NULL, '213.180.203.194'),
(2294, '2025-11-15 15:52:39', 5, NULL, '213.180.203.194'),
(2295, '2025-11-15 15:52:39', 6, NULL, '213.180.203.194'),
(2296, '2025-11-15 15:52:39', 7, NULL, '213.180.203.194'),
(2297, '2025-11-15 15:52:39', 8, NULL, '213.180.203.194'),
(2298, '2025-11-15 15:52:39', 11, NULL, '213.180.203.194'),
(2299, '2025-11-15 15:56:26', 99, NULL, '175.176.31.23'),
(2300, '2025-11-15 15:59:37', 37, NULL, '52.54.157.23'),
(2301, '2025-11-15 16:02:26', 36, NULL, '44.209.187.99'),
(2302, '2025-11-15 16:02:58', 47, NULL, '52.3.26.180'),
(2303, '2025-11-15 16:02:58', 42, NULL, '52.3.26.180'),
(2304, '2025-11-15 16:03:50', 130, NULL, '34.225.243.131'),
(2305, '2025-11-15 16:04:30', 37, NULL, '23.21.225.190'),
(2306, '2025-11-15 16:04:33', 37, NULL, '52.201.155.215'),
(2307, '2025-11-15 16:08:34', 126, NULL, '3.226.34.98'),
(2308, '2025-11-15 16:09:21', 37, NULL, '107.22.208.39'),
(2309, '2025-11-15 16:10:17', 98, NULL, '43.173.182.101'),
(2310, '2025-11-15 16:10:53', 33, NULL, '35.171.141.42'),
(2311, '2025-11-15 16:14:30', 33, NULL, '34.239.85.139'),
(2312, '2025-11-15 16:18:29', 36, NULL, '44.210.213.220'),
(2313, '2025-11-15 16:24:09', 37, NULL, '3.223.181.32'),
(2314, '2025-11-15 16:32:22', 33, NULL, '100.29.128.75'),
(2315, '2025-11-15 16:36:05', 89, NULL, '54.84.93.8'),
(2316, '2025-11-15 16:36:05', 88, NULL, '54.84.93.8'),
(2317, '2025-11-15 16:37:36', 89, NULL, '3.94.40.182'),
(2318, '2025-11-15 16:37:36', 88, NULL, '3.94.40.182'),
(2319, '2025-11-15 16:37:50', 36, NULL, '52.3.102.51'),
(2320, '2025-11-15 16:41:13', 38, NULL, '52.54.157.23'),
(2321, '2025-11-15 16:41:26', 38, NULL, '3.216.86.144'),
(2322, '2025-11-15 16:41:51', 126, NULL, '54.204.62.163'),
(2323, '2025-11-15 16:43:10', 65, NULL, '184.73.68.20'),
(2324, '2025-11-15 16:44:42', 37, NULL, '100.24.167.60'),
(2325, '2025-11-15 16:46:05', 36, NULL, '50.19.102.70'),
(2326, '2025-11-15 16:46:10', 37, NULL, '3.223.134.5'),
(2327, '2025-11-15 16:47:05', 37, NULL, '3.229.95.193'),
(2328, '2025-11-15 16:47:45', 37, NULL, '23.23.180.225'),
(2329, '2025-11-15 16:48:06', 36, NULL, '54.84.93.8'),
(2330, '2025-11-15 16:48:53', 37, NULL, '34.194.165.45'),
(2331, '2025-11-15 16:52:10', 37, NULL, '23.23.99.55'),
(2332, '2025-11-15 16:52:17', 37, NULL, '50.17.193.48'),
(2333, '2025-11-15 17:06:50', 89, NULL, '107.20.255.194'),
(2334, '2025-11-15 17:06:50', 88, NULL, '107.20.255.194'),
(2335, '2025-11-15 17:06:57', 37, NULL, '54.159.98.248'),
(2336, '2025-11-15 17:07:18', 105, NULL, '43.173.174.196'),
(2337, '2025-11-15 17:07:22', 43, NULL, '52.205.113.104'),
(2338, '2025-11-15 17:07:47', 37, NULL, '52.3.26.180'),
(2339, '2025-11-15 17:07:51', 37, NULL, '34.225.138.57'),
(2340, '2025-11-15 17:09:30', 38, NULL, '3.224.205.25'),
(2341, '2025-11-15 17:11:14', 49, NULL, '50.19.221.48'),
(2342, '2025-11-15 17:11:30', 36, NULL, '34.235.239.240'),
(2343, '2025-11-15 17:12:25', 33, NULL, '52.205.141.124'),
(2344, '2025-11-15 17:21:29', 36, NULL, '23.23.212.212'),
(2345, '2025-11-15 17:29:49', 33, NULL, '44.206.93.215'),
(2346, '2025-11-15 17:30:25', 47, NULL, '54.204.12.115'),
(2347, '2025-11-15 17:30:25', 42, NULL, '54.204.12.115'),
(2348, '2025-11-15 17:30:50', 45, NULL, '184.73.239.35'),
(2349, '2025-11-15 17:31:58', 37, NULL, '34.194.226.74'),
(2350, '2025-11-15 17:32:19', 36, NULL, '52.54.249.218'),
(2351, '2025-11-15 17:33:06', 112, NULL, '43.173.179.111'),
(2352, '2025-11-15 17:33:06', 111, NULL, '43.173.179.111'),
(2353, '2025-11-15 17:33:06', 108, NULL, '43.173.179.111'),
(2354, '2025-11-15 17:33:06', 107, NULL, '43.173.179.111'),
(2355, '2025-11-15 17:33:06', 106, NULL, '43.173.179.111'),
(2356, '2025-11-15 17:33:06', 105, NULL, '43.173.179.111'),
(2357, '2025-11-15 17:33:06', 104, NULL, '43.173.179.111'),
(2358, '2025-11-15 17:33:06', 103, NULL, '43.173.179.111'),
(2359, '2025-11-15 17:33:06', 102, NULL, '43.173.179.111'),
(2360, '2025-11-15 17:33:06', 101, NULL, '43.173.179.111'),
(2361, '2025-11-15 17:33:06', 100, NULL, '43.173.179.111'),
(2362, '2025-11-15 17:33:14', 99, NULL, '43.134.176.117'),
(2363, '2025-11-15 17:33:14', 98, NULL, '43.134.176.117'),
(2364, '2025-11-15 17:33:14', 95, NULL, '43.134.176.117'),
(2365, '2025-11-15 17:33:14', 94, NULL, '43.134.176.117'),
(2366, '2025-11-15 17:33:14', 27, NULL, '43.134.176.117'),
(2367, '2025-11-15 17:33:14', 11, NULL, '43.134.176.117'),
(2368, '2025-11-15 17:33:14', 5, NULL, '43.134.176.117'),
(2369, '2025-11-15 17:33:14', 6, NULL, '43.134.176.117'),
(2370, '2025-11-15 17:33:14', 2, NULL, '43.134.176.117'),
(2371, '2025-11-15 17:33:14', 1, NULL, '43.134.176.117'),
(2372, '2025-11-15 17:35:30', 89, NULL, '54.91.122.193'),
(2373, '2025-11-15 17:35:30', 88, NULL, '54.91.122.193'),
(2374, '2025-11-15 17:35:42', 29, NULL, '34.226.89.140'),
(2375, '2025-11-15 17:37:15', 37, NULL, '52.203.237.170'),
(2376, '2025-11-15 17:39:45', 37, NULL, '34.194.233.48'),
(2377, '2025-11-15 17:41:09', 47, NULL, '23.23.137.202'),
(2378, '2025-11-15 17:41:09', 42, NULL, '23.23.137.202'),
(2379, '2025-11-15 17:43:05', 89, NULL, '52.204.89.12'),
(2380, '2025-11-15 17:43:05', 88, NULL, '52.204.89.12'),
(2381, '2025-11-15 17:45:49', 33, NULL, '44.218.170.184'),
(2382, '2025-11-15 17:46:14', 37, NULL, '66.249.66.35'),
(2383, '2025-11-15 17:54:25', 33, NULL, '34.233.114.237'),
(2384, '2025-11-15 17:58:37', 65, NULL, '3.93.98.99'),
(2385, '2025-11-15 17:58:59', 37, NULL, '66.249.66.77'),
(2386, '2025-11-15 17:59:00', 36, NULL, '35.153.86.200'),
(2387, '2025-11-15 18:00:30', 49, NULL, '54.84.147.79'),
(2388, '2025-11-15 18:01:46', 37, NULL, '52.6.5.24'),
(2389, '2025-11-15 18:07:49', 129, NULL, '52.205.113.104'),
(2390, '2025-11-15 18:09:01', 128, NULL, '107.20.25.33'),
(2391, '2025-11-15 18:09:01', 127, NULL, '107.20.25.33'),
(2392, '2025-11-15 18:09:42', 37, NULL, '52.1.157.90'),
(2393, '2025-11-15 18:11:25', 33, NULL, '40.77.167.224'),
(2394, '2025-11-15 18:11:38', 43, NULL, '100.28.44.58'),
(2395, '2025-11-15 18:12:22', 37, NULL, '52.3.156.186'),
(2396, '2025-11-15 18:13:10', 39, NULL, '54.80.185.200'),
(2397, '2025-11-15 18:13:29', 38, NULL, '18.213.102.186'),
(2398, '2025-11-15 18:14:21', 37, NULL, '54.156.55.147'),
(2399, '2025-11-15 18:15:13', 37, NULL, '52.45.77.169'),
(2400, '2025-11-15 18:18:05', 35, NULL, '52.207.47.227'),
(2401, '2025-11-15 18:18:49', 37, NULL, '100.29.155.89'),
(2402, '2025-11-15 18:19:30', 36, NULL, '52.3.155.146'),
(2403, '2025-11-15 18:28:41', 36, NULL, '3.210.223.61'),
(2404, '2025-11-15 18:30:51', 34, NULL, '3.223.134.5'),
(2405, '2025-11-15 18:32:37', 130, NULL, '34.231.118.144'),
(2406, '2025-11-15 18:32:53', 31, NULL, '54.152.163.42'),
(2407, '2025-11-15 18:33:02', 39, NULL, '54.84.161.62'),
(2408, '2025-11-15 18:33:22', 43, NULL, '52.0.105.244'),
(2409, '2025-11-15 18:38:25', 48, NULL, '98.84.60.17'),
(2410, '2025-11-15 18:38:25', 41, NULL, '98.84.60.17'),
(2411, '2025-11-15 18:38:46', 36, NULL, '54.84.169.196'),
(2412, '2025-11-15 18:39:06', 29, NULL, '3.215.221.125'),
(2413, '2025-11-15 18:39:59', 89, NULL, '54.156.248.117'),
(2414, '2025-11-15 18:39:59', 88, NULL, '54.156.248.117'),
(2415, '2025-11-15 18:40:03', 33, NULL, '52.73.6.26'),
(2416, '2025-11-15 18:40:25', 48, NULL, '44.215.61.66'),
(2417, '2025-11-15 18:40:25', 41, NULL, '44.215.61.66'),
(2418, '2025-11-15 18:42:45', 36, NULL, '54.145.82.217'),
(2419, '2025-11-15 18:43:41', 37, NULL, '54.243.63.52'),
(2420, '2025-11-15 18:43:57', 37, NULL, '44.216.172.204'),
(2421, '2025-11-15 18:51:13', 37, NULL, '3.222.190.107'),
(2422, '2025-11-15 18:53:01', 37, NULL, '34.225.243.131'),
(2423, '2025-11-15 18:53:53', 37, NULL, '98.83.8.142'),
(2424, '2025-11-15 18:55:21', 36, NULL, '44.221.105.234'),
(2425, '2025-11-15 19:01:08', 33, NULL, '44.223.232.55'),
(2426, '2025-11-15 19:01:13', 29, NULL, '3.211.181.86'),
(2427, '2025-11-15 19:02:30', 49, NULL, '54.225.98.148'),
(2428, '2025-11-15 19:03:25', 42, NULL, '100.28.44.58'),
(2429, '2025-11-15 19:06:33', 37, NULL, '54.157.99.244'),
(2430, '2025-11-15 19:06:42', 37, NULL, '3.210.29.96'),
(2431, '2025-11-15 19:26:13', 37, NULL, '44.206.93.215'),
(2432, '2025-11-15 19:27:33', 37, NULL, '34.227.234.246'),
(2433, '2025-11-15 19:28:18', 36, NULL, '3.93.211.16'),
(2434, '2025-11-15 19:28:29', 128, NULL, '18.214.238.178'),
(2435, '2025-11-15 19:28:29', 127, NULL, '18.214.238.178'),
(2436, '2025-11-15 19:28:35', 47, NULL, '3.219.80.71'),
(2437, '2025-11-15 19:28:35', 42, NULL, '3.219.80.71'),
(2438, '2025-11-15 19:31:17', 36, NULL, '52.3.104.214'),
(2439, '2025-11-15 19:31:59', 37, NULL, '54.92.171.106'),
(2440, '2025-11-15 19:36:54', 89, NULL, '34.225.243.131'),
(2441, '2025-11-15 19:36:54', 88, NULL, '34.225.243.131'),
(2442, '2025-11-15 19:47:05', 37, NULL, '23.21.228.180'),
(2443, '2025-11-15 19:47:37', 37, NULL, '44.209.187.99'),
(2444, '2025-11-15 19:47:49', 37, NULL, '3.235.215.92'),
(2445, '2025-11-15 19:48:29', 37, NULL, '52.22.64.232'),
(2446, '2025-11-15 19:48:37', 37, NULL, '54.84.102.81'),
(2447, '2025-11-15 19:53:49', 43, NULL, '52.204.81.148'),
(2448, '2025-11-15 19:54:09', 49, NULL, '98.83.94.113'),
(2449, '2025-11-15 19:54:17', 37, NULL, '18.208.11.93'),
(2450, '2025-11-15 19:55:17', 38, NULL, '3.229.164.203'),
(2451, '2025-11-15 19:56:25', 45, NULL, '23.23.137.202'),
(2452, '2025-11-15 19:56:53', 65, NULL, '54.163.136.244'),
(2453, '2025-11-15 19:57:41', 36, NULL, '100.29.164.178'),
(2454, '2025-11-15 19:57:55', 36, NULL, '3.217.171.106'),
(2455, '2025-11-15 19:58:07', 36, NULL, '100.28.57.133'),
(2456, '2025-11-15 19:58:22', 37, NULL, '34.197.28.78'),
(2457, '2025-11-15 20:00:05', 37, NULL, '34.206.193.60'),
(2458, '2025-11-15 20:01:09', 37, NULL, '44.197.76.210'),
(2459, '2025-11-15 20:11:17', 33, NULL, '18.215.77.19'),
(2460, '2025-11-15 20:25:10', 37, NULL, '34.192.67.98'),
(2461, '2025-11-15 20:25:49', 36, NULL, '52.3.26.180'),
(2462, '2025-11-15 20:26:38', 37, NULL, '35.169.119.108'),
(2463, '2025-11-15 20:35:18', 47, NULL, '44.193.102.198'),
(2464, '2025-11-15 20:35:18', 42, NULL, '44.193.102.198'),
(2465, '2025-11-15 20:37:00', 127, NULL, '34.233.219.155'),
(2466, '2025-11-15 20:37:26', 27, NULL, '40.77.167.30'),
(2467, '2025-11-15 20:38:01', 37, NULL, '98.82.40.168'),
(2468, '2025-11-15 20:38:57', 37, NULL, '35.168.238.50'),
(2469, '2025-11-15 20:39:29', 37, NULL, '54.235.172.108'),
(2470, '2025-11-15 20:39:34', 37, NULL, '3.213.213.161'),
(2471, '2025-11-15 20:40:29', 36, NULL, '44.207.207.36'),
(2472, '2025-11-15 20:41:17', 36, NULL, '18.215.112.101'),
(2473, '2025-11-15 20:42:17', 36, NULL, '54.144.185.255'),
(2474, '2025-11-15 20:42:25', 36, NULL, '44.215.231.15'),
(2475, '2025-11-15 20:42:45', 37, NULL, '3.230.224.6'),
(2476, '2025-11-15 20:43:33', 37, NULL, '54.84.93.8'),
(2477, '2025-11-15 20:44:17', 37, NULL, '44.208.223.68'),
(2478, '2025-11-15 20:44:37', 36, NULL, '34.234.197.175'),
(2479, '2025-11-15 20:47:21', 37, NULL, '3.208.146.193'),
(2480, '2025-11-15 20:56:51', 89, NULL, '52.205.222.214'),
(2481, '2025-11-15 20:56:51', 88, NULL, '52.205.222.214'),
(2482, '2025-11-15 20:58:37', 39, NULL, '35.171.117.160'),
(2483, '2025-11-15 20:58:54', 47, NULL, '52.7.13.143'),
(2484, '2025-11-15 20:58:54', 42, NULL, '52.7.13.143'),
(2485, '2025-11-15 21:00:57', 49, NULL, '184.73.239.35'),
(2486, '2025-11-15 21:03:41', 37, NULL, '34.195.248.30'),
(2487, '2025-11-15 21:07:55', 130, NULL, '52.54.249.218'),
(2488, '2025-11-15 21:07:57', 46, NULL, '3.221.156.96'),
(2489, '2025-11-15 21:08:10', 49, NULL, '34.195.60.66'),
(2490, '2025-11-15 21:08:26', 33, NULL, '98.82.39.241'),
(2491, '2025-11-15 21:08:57', 36, NULL, '98.83.10.183'),
(2492, '2025-11-15 21:10:21', 37, NULL, '54.87.95.7'),
(2493, '2025-11-15 21:23:14', 48, NULL, '3.94.199.128'),
(2494, '2025-11-15 21:25:58', 48, NULL, '3.224.205.25'),
(2495, '2025-11-15 21:25:58', 41, NULL, '3.224.205.25'),
(2496, '2025-11-15 21:27:30', 49, NULL, '18.209.201.119'),
(2497, '2025-11-15 21:31:02', 37, NULL, '23.23.212.212'),
(2498, '2025-11-15 21:33:38', 130, NULL, '23.23.180.225'),
(2499, '2025-11-15 21:33:54', 37, NULL, '98.83.178.66'),
(2500, '2025-11-15 21:34:01', 36, NULL, '52.205.113.104'),
(2501, '2025-11-15 21:34:30', 46, NULL, '54.147.182.90'),
(2502, '2025-11-15 21:35:49', 31, NULL, '52.45.29.57'),
(2503, '2025-11-15 21:36:05', 33, NULL, '3.221.156.96'),
(2504, '2025-11-15 21:37:49', 36, NULL, '100.24.149.244'),
(2505, '2025-11-15 21:38:01', 33, NULL, '54.87.62.248'),
(2506, '2025-11-15 21:41:13', 33, NULL, '34.227.234.246'),
(2507, '2025-11-15 21:52:12', 129, NULL, '18.205.127.11'),
(2508, '2025-11-15 21:55:43', 128, NULL, '184.73.68.20'),
(2509, '2025-11-15 21:55:43', 127, NULL, '184.73.68.20'),
(2510, '2025-11-15 21:56:54', 31, NULL, '35.174.253.85'),
(2511, '2025-11-15 21:57:25', 34, NULL, '35.168.238.50'),
(2512, '2025-11-15 21:59:58', 35, NULL, '100.28.133.214'),
(2513, '2025-11-15 22:03:55', 31, NULL, '44.223.116.149'),
(2514, '2025-11-15 22:04:23', 126, NULL, '44.215.61.66'),
(2515, '2025-11-15 22:05:12', 36, NULL, '54.197.114.76'),
(2516, '2025-11-15 22:06:25', 36, NULL, '3.229.2.217'),
(2517, '2025-11-15 22:08:00', 36, NULL, '52.2.191.202'),
(2518, '2025-11-15 22:08:21', 37, NULL, '54.84.250.51'),
(2519, '2025-11-15 22:09:13', 35, NULL, '54.157.84.74'),
(2520, '2025-11-15 22:12:13', 37, NULL, '52.0.218.219'),
(2521, '2025-11-15 22:22:41', 36, NULL, '34.196.237.236'),
(2522, '2025-11-15 22:26:01', 48, NULL, '18.208.11.93'),
(2523, '2025-11-15 22:26:01', 41, NULL, '18.208.11.93'),
(2524, '2025-11-15 22:26:57', 43, NULL, '34.233.114.237'),
(2525, '2025-11-15 22:27:34', 35, NULL, '3.93.253.174'),
(2526, '2025-11-15 22:29:46', 33, NULL, '18.232.11.247'),
(2527, '2025-11-15 22:30:01', 33, NULL, '54.156.248.117'),
(2528, '2025-11-15 22:34:05', 36, NULL, '34.226.89.140'),
(2529, '2025-11-15 22:51:06', 47, NULL, '34.234.197.175'),
(2530, '2025-11-15 22:51:06', 42, NULL, '34.234.197.175'),
(2531, '2025-11-15 22:51:28', 47, NULL, '35.173.18.61'),
(2532, '2025-11-15 22:51:28', 42, NULL, '35.173.18.61'),
(2533, '2025-11-15 22:52:06', 129, NULL, '52.6.5.24'),
(2534, '2025-11-15 22:53:53', 38, NULL, '23.23.213.182'),
(2535, '2025-11-15 22:53:57', 33, NULL, '54.84.250.51'),
(2536, '2025-11-15 22:54:38', 33, NULL, '52.70.138.176'),
(2537, '2025-11-15 22:56:41', 43, NULL, '54.147.182.90'),
(2538, '2025-11-15 22:57:53', 36, NULL, '34.227.234.246'),
(2539, '2025-11-15 23:02:15', 36, NULL, '54.83.56.1'),
(2540, '2025-11-15 23:02:37', 35, NULL, '3.225.9.97'),
(2541, '2025-11-15 23:15:38', 36, NULL, '34.205.163.103'),
(2542, '2025-11-15 23:20:17', 33, NULL, '44.221.105.234'),
(2543, '2025-11-15 23:22:18', 39, NULL, '3.90.73.206'),
(2544, '2025-11-15 23:23:46', 35, NULL, '3.93.98.99'),
(2545, '2025-11-15 23:23:53', 35, NULL, '54.156.55.147'),
(2546, '2025-11-15 23:24:03', 36, NULL, '34.197.28.78'),
(2547, '2025-11-15 23:25:01', 36, NULL, '34.231.181.240'),
(2548, '2025-11-15 23:39:53', 36, NULL, '44.196.118.6'),
(2549, '2025-11-15 23:48:50', 33, NULL, '54.85.7.119'),
(2550, '2025-11-15 23:48:57', 35, NULL, '3.229.164.203'),
(2551, '2025-11-15 23:49:05', 37, NULL, '52.203.152.231'),
(2552, '2025-11-16 00:09:22', 38, NULL, '54.84.102.81'),
(2553, '2025-11-16 00:09:25', 45, NULL, '35.168.238.50'),
(2554, '2025-11-16 00:09:29', 34, NULL, '184.73.167.217'),
(2555, '2025-11-16 00:10:13', 128, NULL, '3.210.29.96'),
(2556, '2025-11-16 00:10:13', 127, NULL, '3.210.29.96'),
(2557, '2025-11-16 00:10:57', 126, NULL, '3.210.114.189'),
(2558, '2025-11-16 00:12:09', 35, NULL, '44.194.134.53'),
(2559, '2025-11-16 00:13:06', 35, NULL, '54.80.185.200'),
(2560, '2025-11-16 00:14:21', 36, NULL, '52.200.142.199'),
(2561, '2025-11-16 00:14:37', 35, NULL, '52.71.218.25'),
(2562, '2025-11-16 00:14:41', 33, NULL, '44.210.204.255'),
(2563, '2025-11-16 00:32:45', 35, NULL, '3.224.215.150'),
(2564, '2025-11-16 01:07:37', 33, NULL, '54.147.238.89'),
(2565, '2025-11-16 01:24:37', 43, NULL, '44.212.106.171'),
(2566, '2025-11-16 01:27:55', 112, NULL, '37.236.165.12'),
(2567, '2025-11-16 01:27:55', 111, NULL, '37.236.165.12'),
(2568, '2025-11-16 01:27:55', 108, NULL, '37.236.165.12'),
(2569, '2025-11-16 01:27:55', 107, NULL, '37.236.165.12'),
(2570, '2025-11-16 01:27:55', 106, NULL, '37.236.165.12'),
(2571, '2025-11-16 01:27:55', 105, NULL, '37.236.165.12'),
(2572, '2025-11-16 01:27:55', 104, NULL, '37.236.165.12'),
(2573, '2025-11-16 01:27:55', 103, NULL, '37.236.165.12'),
(2574, '2025-11-16 01:27:55', 102, NULL, '37.236.165.12'),
(2575, '2025-11-16 01:27:55', 101, NULL, '37.236.165.12'),
(2576, '2025-11-16 01:27:55', 100, NULL, '37.236.165.12'),
(2577, '2025-11-16 01:27:55', 112, NULL, '170.244.211.167'),
(2578, '2025-11-16 01:27:55', 111, NULL, '170.244.211.167'),
(2579, '2025-11-16 01:27:55', 108, NULL, '170.244.211.167'),
(2580, '2025-11-16 01:27:55', 107, NULL, '170.244.211.167'),
(2581, '2025-11-16 01:27:55', 106, NULL, '170.244.211.167'),
(2582, '2025-11-16 01:27:55', 105, NULL, '170.244.211.167'),
(2583, '2025-11-16 01:27:55', 104, NULL, '170.244.211.167'),
(2584, '2025-11-16 01:27:55', 103, NULL, '170.244.211.167'),
(2585, '2025-11-16 01:27:55', 102, NULL, '170.244.211.167'),
(2586, '2025-11-16 01:27:55', 101, NULL, '170.244.211.167'),
(2587, '2025-11-16 01:27:55', 100, NULL, '170.244.211.167'),
(2588, '2025-11-16 02:09:13', 35, NULL, '184.73.68.20'),
(2589, '2025-11-16 02:09:37', 36, NULL, '44.210.204.255'),
(2590, '2025-11-16 02:13:41', 47, NULL, '52.3.156.186'),
(2591, '2025-11-16 02:27:10', 27, NULL, '52.167.144.213'),
(2592, '2025-11-16 02:32:01', 36, NULL, '23.23.103.31'),
(2593, '2025-11-16 02:37:45', 33, NULL, '18.210.58.238'),
(2594, '2025-11-16 02:59:49', 42, NULL, '52.0.63.151'),
(2595, '2025-11-16 03:03:17', 36, NULL, '52.22.87.224'),
(2596, '2025-11-16 03:04:01', 36, NULL, '52.0.105.244'),
(2597, '2025-11-16 03:11:53', 46, NULL, '23.23.213.182'),
(2598, '2025-11-16 03:13:36', 21, NULL, '57.141.0.68'),
(2599, '2025-11-16 03:20:25', 42, NULL, '3.230.69.161'),
(2600, '2025-11-16 03:20:42', 42, NULL, '23.21.227.240'),
(2601, '2025-11-16 03:22:01', 37, NULL, '18.215.49.176'),
(2602, '2025-11-16 03:22:09', 37, NULL, '23.21.119.232'),
(2603, '2025-11-16 03:24:38', 35, NULL, '54.225.81.20'),
(2604, '2025-11-16 03:28:01', 36, NULL, '44.215.61.66'),
(2605, '2025-11-16 03:29:33', 48, NULL, '52.71.218.25'),
(2606, '2025-11-16 03:29:41', 48, NULL, '34.236.41.241'),
(2607, '2025-11-16 03:30:09', 37, NULL, '34.236.41.241'),
(2608, '2025-11-16 03:30:41', 33, NULL, '54.166.126.132'),
(2609, '2025-11-16 03:30:53', 36, NULL, '3.221.50.71'),
(2610, '2025-11-16 03:31:25', 36, NULL, '52.200.58.199'),
(2611, '2025-11-16 03:35:41', 33, NULL, '3.215.59.93'),
(2612, '2025-11-16 03:45:41', 33, NULL, '52.204.71.8'),
(2613, '2025-11-16 03:54:02', 33, NULL, '52.6.5.24'),
(2614, '2025-11-16 03:54:15', 46, NULL, '44.208.193.63'),
(2615, '2025-11-16 03:54:53', 37, NULL, '52.54.249.218'),
(2616, '2025-11-16 03:55:25', 37, NULL, '34.225.24.180'),
(2617, '2025-11-16 03:55:29', 36, NULL, '54.80.185.200'),
(2618, '2025-11-16 03:55:37', 46, NULL, '34.224.132.215'),
(2619, '2025-11-16 04:14:01', 35, NULL, '3.213.106.226'),
(2620, '2025-11-16 04:19:13', 129, NULL, '113.172.206.69'),
(2621, '2025-11-16 04:21:10', 37, NULL, '50.19.221.48'),
(2622, '2025-11-16 04:25:10', 36, NULL, '34.194.95.99'),
(2623, '2025-11-16 04:25:53', 48, NULL, '3.210.114.189'),
(2624, '2025-11-16 04:26:17', 33, NULL, '44.215.61.66'),
(2625, '2025-11-16 04:26:41', 43, NULL, '52.71.218.25'),
(2626, '2025-11-16 04:28:49', 37, NULL, '3.213.106.226'),
(2627, '2025-11-16 04:29:45', 36, NULL, '18.211.39.188'),
(2628, '2025-11-16 04:30:13', 33, NULL, '34.206.249.188'),
(2629, '2025-11-16 04:56:50', 42, NULL, '23.20.178.124'),
(2630, '2025-11-16 04:59:09', 42, NULL, '54.84.93.8'),
(2631, '2025-11-16 05:00:45', 33, NULL, '52.45.77.169'),
(2632, '2025-11-16 05:02:41', 33, NULL, '44.212.145.46'),
(2633, '2025-11-16 05:04:51', 36, NULL, '98.84.70.201'),
(2634, '2025-11-16 05:05:45', 36, NULL, '98.83.177.42'),
(2635, '2025-11-16 05:07:05', 47, NULL, '52.4.238.8'),
(2636, '2025-11-16 05:07:09', 37, NULL, '52.5.232.250'),
(2637, '2025-11-16 05:07:29', 36, NULL, '54.85.7.119'),
(2638, '2025-11-16 05:07:37', 37, NULL, '35.174.141.243'),
(2639, '2025-11-16 05:07:45', 37, NULL, '23.20.178.124'),
(2640, '2025-11-16 05:08:25', 37, NULL, '52.71.203.206'),
(2641, '2025-11-16 05:09:50', 48, NULL, '23.23.213.182'),
(2642, '2025-11-16 05:10:21', 36, NULL, '44.223.232.55'),
(2643, '2025-11-16 05:11:25', 47, NULL, '44.213.202.136'),
(2644, '2025-11-16 05:15:17', 43, NULL, '34.231.156.59'),
(2645, '2025-11-16 05:15:17', 37, NULL, '34.231.156.59'),
(2646, '2025-11-16 05:15:47', 37, NULL, '98.82.59.253'),
(2647, '2025-11-16 05:22:28', 42, NULL, '50.16.248.61'),
(2648, '2025-11-16 05:23:24', 35, NULL, '184.73.35.182'),
(2649, '2025-11-16 05:25:01', 36, NULL, '18.213.102.186'),
(2650, '2025-11-16 05:25:22', 33, NULL, '3.219.81.66'),
(2651, '2025-11-16 05:25:49', 37, NULL, '18.207.89.138'),
(2652, '2025-11-16 05:26:17', 37, NULL, '52.200.251.20'),
(2653, '2025-11-16 05:27:29', 37, NULL, '54.197.82.195'),
(2654, '2025-11-16 05:29:13', 37, NULL, '52.2.58.41'),
(2655, '2025-11-16 05:29:21', 37, NULL, '34.236.185.101'),
(2656, '2025-11-16 05:33:25', 37, NULL, '34.193.2.57'),
(2657, '2025-11-16 05:40:17', 37, NULL, '44.221.37.41'),
(2658, '2025-11-16 05:40:58', 33, NULL, '54.144.185.255'),
(2659, '2025-11-16 05:41:14', 37, NULL, '18.232.12.157'),
(2660, '2025-11-16 05:48:23', 35, NULL, '44.206.65.8'),
(2661, '2025-11-16 05:49:57', 31, NULL, '5.255.231.116'),
(2662, '2025-11-16 06:11:18', 35, NULL, '3.221.50.71'),
(2663, '2025-11-16 06:12:10', 33, NULL, '18.233.24.238'),
(2664, '2025-11-16 06:14:42', 42, NULL, '44.221.37.41'),
(2665, '2025-11-16 06:23:09', 36, NULL, '54.210.152.179'),
(2666, '2025-11-16 06:25:57', 48, NULL, '54.83.240.58'),
(2667, '2025-11-16 06:30:29', 33, NULL, '3.222.85.38'),
(2668, '2025-11-16 06:30:33', 37, NULL, '3.226.106.93'),
(2669, '2025-11-16 06:30:45', 47, NULL, '52.2.58.41'),
(2670, '2025-11-16 06:31:21', 36, NULL, '184.73.68.20'),
(2671, '2025-11-16 06:31:45', 36, NULL, '23.22.59.87'),
(2672, '2025-11-16 06:32:21', 37, NULL, '3.221.156.96'),
(2673, '2025-11-16 06:32:33', 37, NULL, '44.193.115.232'),
(2674, '2025-11-16 06:33:05', 37, NULL, '34.202.88.37'),
(2675, '2025-11-16 06:35:17', 37, NULL, '3.214.176.44'),
(2676, '2025-11-16 06:37:29', 37, NULL, '54.84.161.62'),
(2677, '2025-11-16 06:42:14', 35, NULL, '35.168.238.50'),
(2678, '2025-11-16 06:47:50', 48, NULL, '52.73.6.26'),
(2679, '2025-11-16 06:48:53', 48, NULL, '54.225.199.17'),
(2680, '2025-11-16 06:51:57', 37, NULL, '54.198.33.233'),
(2681, '2025-11-16 06:55:21', 33, NULL, '50.19.102.70'),
(2682, '2025-11-16 06:56:09', 37, NULL, '52.23.112.144'),
(2683, '2025-11-16 06:56:53', 37, NULL, '18.204.152.114'),
(2684, '2025-11-16 06:57:09', 37, NULL, '34.194.14.255'),
(2685, '2025-11-16 07:04:37', 37, NULL, '100.28.57.133'),
(2686, '2025-11-16 07:06:05', 36, NULL, '98.84.200.43'),
(2687, '2025-11-16 07:07:29', 33, NULL, '3.213.213.161'),
(2688, '2025-11-16 07:07:49', 33, NULL, '52.71.216.196'),
(2689, '2025-11-16 07:15:17', 42, NULL, '54.156.248.117'),
(2690, '2025-11-16 07:15:41', 48, NULL, '54.83.56.1'),
(2691, '2025-11-16 07:18:25', 37, NULL, '44.215.235.20'),
(2692, '2025-11-16 07:29:33', 33, NULL, '52.204.174.139'),
(2693, '2025-11-16 07:31:50', 48, NULL, '50.19.221.48'),
(2694, '2025-11-16 07:32:38', 43, NULL, '3.217.82.254'),
(2695, '2025-11-16 07:33:17', 37, NULL, '52.45.29.57'),
(2696, '2025-11-16 07:35:49', 36, NULL, '52.73.6.26'),
(2697, '2025-11-16 07:36:49', 37, NULL, '3.93.211.16'),
(2698, '2025-11-16 07:41:41', 36, NULL, '52.45.15.233'),
(2699, '2025-11-16 07:48:21', 42, NULL, '54.144.185.255'),
(2700, '2025-11-16 07:48:53', 33, NULL, '44.221.37.41'),
(2701, '2025-11-16 07:49:14', 35, NULL, '54.152.163.42'),
(2702, '2025-11-16 08:05:09', 37, NULL, '52.204.89.12'),
(2703, '2025-11-16 08:05:49', 43, NULL, '3.212.86.97'),
(2704, '2025-11-16 08:05:49', 37, NULL, '3.212.86.97'),
(2705, '2025-11-16 08:06:37', 37, NULL, '100.29.63.24'),
(2706, '2025-11-16 08:08:29', 37, NULL, '52.73.6.26'),
(2707, '2025-11-16 08:14:37', 35, NULL, '52.70.138.176'),
(2708, '2025-11-16 08:20:51', 37, NULL, '3.226.34.98'),
(2709, '2025-11-16 08:20:57', 33, NULL, '184.72.95.195'),
(2710, '2025-11-16 08:26:01', 36, NULL, '34.193.2.57'),
(2711, '2025-11-16 08:27:13', 36, NULL, '3.221.222.168'),
(2712, '2025-11-16 08:27:33', 36, NULL, '52.73.142.41'),
(2713, '2025-11-16 08:28:41', 33, NULL, '34.205.170.13'),
(2714, '2025-11-16 08:29:37', 36, NULL, '44.205.74.196'),
(2715, '2025-11-16 08:30:33', 37, NULL, '35.171.117.160'),
(2716, '2025-11-16 08:31:13', 37, NULL, '98.84.184.80'),
(2717, '2025-11-16 08:41:21', 42, NULL, '52.45.77.169'),
(2718, '2025-11-16 08:41:41', 35, NULL, '18.209.201.119'),
(2719, '2025-11-16 08:43:09', 33, NULL, '98.84.60.17'),
(2720, '2025-11-16 08:51:26', 37, NULL, '3.215.221.125'),
(2721, '2025-11-16 08:52:41', 33, NULL, '54.84.93.8'),
(2722, '2025-11-16 08:59:13', 37, NULL, '54.164.106.236'),
(2723, '2025-11-16 08:59:25', 47, NULL, '54.156.55.147'),
(2724, '2025-11-16 09:14:39', 33, NULL, '66.249.66.36'),
(2725, '2025-11-16 09:17:29', 35, NULL, '34.225.24.180'),
(2726, '2025-11-16 09:19:29', 36, NULL, '44.223.116.180'),
(2727, '2025-11-16 09:20:05', 37, NULL, '18.205.213.231'),
(2728, '2025-11-16 09:21:49', 43, NULL, '35.170.205.140'),
(2729, '2025-11-16 09:21:49', 37, NULL, '35.170.205.140'),
(2730, '2025-11-16 09:24:05', 42, NULL, '54.210.152.179'),
(2731, '2025-11-16 09:27:37', 43, NULL, '52.4.238.8'),
(2732, '2025-11-16 09:27:37', 37, NULL, '52.4.238.8'),
(2733, '2025-11-16 09:31:24', 1, NULL, '95.108.213.87'),
(2734, '2025-11-16 09:31:24', 2, NULL, '95.108.213.87'),
(2735, '2025-11-16 09:31:24', 3, NULL, '95.108.213.87'),
(2736, '2025-11-16 09:31:24', 4, NULL, '95.108.213.87'),
(2737, '2025-11-16 09:31:24', 5, NULL, '95.108.213.87'),
(2738, '2025-11-16 09:31:24', 6, NULL, '95.108.213.87'),
(2739, '2025-11-16 09:31:24', 7, NULL, '95.108.213.87'),
(2740, '2025-11-16 09:31:24', 8, NULL, '95.108.213.87'),
(2741, '2025-11-16 09:31:24', 11, NULL, '95.108.213.87'),
(2742, '2025-11-16 09:32:57', 36, NULL, '18.215.24.66'),
(2743, '2025-11-16 09:41:41', 47, NULL, '34.195.248.30'),
(2744, '2025-11-16 09:47:51', 47, NULL, '54.235.158.162'),
(2745, '2025-11-16 09:51:41', 33, NULL, '3.230.69.161'),
(2746, '2025-11-16 09:52:34', 47, NULL, '3.93.211.16'),
(2747, '2025-11-16 09:59:21', 33, NULL, '107.23.62.75'),
(2748, '2025-11-16 10:02:17', 37, NULL, '54.225.98.148'),
(2749, '2025-11-16 10:04:33', 36, NULL, '44.214.19.8'),
(2750, '2025-11-16 10:05:25', 37, NULL, '98.82.66.172'),
(2751, '2025-11-16 10:07:37', 36, NULL, '34.238.45.183'),
(2752, '2025-11-16 10:09:33', 33, NULL, '3.223.181.32'),
(2753, '2025-11-16 10:15:30', 33, NULL, '18.214.186.220'),
(2754, '2025-11-16 10:25:58', 33, NULL, '50.16.72.185'),
(2755, '2025-11-16 10:32:05', 36, NULL, '3.212.205.90'),
(2756, '2025-11-16 10:34:09', 43, NULL, '18.208.11.93'),
(2757, '2025-11-16 10:36:37', 36, NULL, '18.214.124.6'),
(2758, '2025-11-16 10:48:49', 33, NULL, '18.206.47.187'),
(2759, '2025-11-16 10:49:34', 48, NULL, '107.20.255.194'),
(2760, '2025-11-16 10:58:12', 21, NULL, '52.167.144.171'),
(2761, '2025-11-16 11:06:41', 37, NULL, '3.227.180.70'),
(2762, '2025-11-16 11:08:21', 36, NULL, '98.82.39.241'),
(2763, '2025-11-16 11:18:02', 1, NULL, '85.228.40.52'),
(2764, '2025-11-16 11:18:02', 2, NULL, '85.228.40.52');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(2765, '2025-11-16 11:18:02', 3, NULL, '85.228.40.52'),
(2766, '2025-11-16 11:18:02', 4, NULL, '85.228.40.52'),
(2767, '2025-11-16 11:18:02', 5, NULL, '85.228.40.52'),
(2768, '2025-11-16 11:18:02', 6, NULL, '85.228.40.52'),
(2769, '2025-11-16 11:18:02', 7, NULL, '85.228.40.52'),
(2770, '2025-11-16 11:18:02', 8, NULL, '85.228.40.52'),
(2771, '2025-11-16 11:18:02', 11, NULL, '85.228.40.52'),
(2772, '2025-11-16 11:18:26', 46, NULL, '44.210.213.220'),
(2773, '2025-11-16 11:18:50', 48, NULL, '44.215.231.15'),
(2774, '2025-11-16 11:19:14', 35, NULL, '54.235.172.108'),
(2775, '2025-11-16 11:24:05', 37, NULL, '54.159.18.27'),
(2776, '2025-11-16 11:50:56', 48, NULL, '34.235.239.240'),
(2777, '2025-11-16 11:52:38', 47, NULL, '50.19.221.48'),
(2778, '2025-11-16 11:53:08', 36, NULL, '35.171.141.42'),
(2779, '2025-11-16 12:02:09', 33, NULL, '34.203.111.15'),
(2780, '2025-11-16 12:02:49', 37, NULL, '54.85.126.86'),
(2781, '2025-11-16 12:06:09', 37, NULL, '54.88.84.219'),
(2782, '2025-11-16 12:07:25', 33, NULL, '3.217.82.254'),
(2783, '2025-11-16 12:18:15', 35, NULL, '34.230.124.21'),
(2784, '2025-11-16 12:18:26', 33, NULL, '66.249.66.168'),
(2785, '2025-11-16 12:23:54', 42, NULL, '3.212.205.90'),
(2786, '2025-11-16 12:27:43', 37, NULL, '44.221.105.234'),
(2787, '2025-11-16 12:31:45', 37, NULL, '54.197.102.71'),
(2788, '2025-11-16 12:32:53', 37, NULL, '100.28.44.58'),
(2789, '2025-11-16 12:37:17', 37, NULL, '35.172.125.172'),
(2790, '2025-11-16 12:52:34', 33, NULL, '184.73.195.18'),
(2791, '2025-11-16 12:56:39', 48, NULL, '44.213.202.136'),
(2792, '2025-11-16 13:00:46', 48, NULL, '34.234.206.30'),
(2793, '2025-11-16 13:03:09', 46, NULL, '52.3.155.146'),
(2794, '2025-11-16 13:03:33', 37, NULL, '52.1.106.130'),
(2795, '2025-11-16 13:03:53', 48, NULL, '3.226.34.98'),
(2796, '2025-11-16 13:04:44', 33, NULL, '18.235.81.246'),
(2797, '2025-11-16 13:05:29', 47, NULL, '34.227.234.246'),
(2798, '2025-11-16 13:07:57', 37, NULL, '18.214.124.6'),
(2799, '2025-11-16 13:09:09', 37, NULL, '52.54.15.103'),
(2800, '2025-11-16 13:09:45', 37, NULL, '3.225.45.252'),
(2801, '2025-11-16 13:12:53', 36, NULL, '23.23.104.107'),
(2802, '2025-11-16 13:25:02', 33, NULL, '3.211.105.134'),
(2803, '2025-11-16 13:25:53', 47, NULL, '54.197.82.195'),
(2804, '2025-11-16 13:29:45', 33, NULL, '52.3.104.214'),
(2805, '2025-11-16 13:32:42', 35, NULL, '3.226.34.98'),
(2806, '2025-11-16 13:37:21', 37, NULL, '54.210.152.179'),
(2807, '2025-11-16 13:38:25', 36, NULL, '52.3.127.170'),
(2808, '2025-11-16 13:39:09', 36, NULL, '100.29.128.75'),
(2809, '2025-11-16 13:39:13', 36, NULL, '52.44.229.124'),
(2810, '2025-11-16 13:40:09', 37, NULL, '3.89.170.186'),
(2811, '2025-11-16 13:40:25', 37, NULL, '54.147.182.90'),
(2812, '2025-11-16 13:42:49', 37, NULL, '54.163.136.244'),
(2813, '2025-11-16 14:03:11', 33, NULL, '34.225.24.180'),
(2814, '2025-11-16 14:07:25', 33, NULL, '18.207.79.144'),
(2815, '2025-11-16 14:08:41', 35, NULL, '107.20.255.194'),
(2816, '2025-11-16 14:13:25', 48, NULL, '52.45.29.57'),
(2817, '2025-11-16 14:18:21', 36, NULL, '54.147.238.89'),
(2818, '2025-11-16 14:18:29', 36, NULL, '52.5.242.243'),
(2819, '2025-11-16 14:18:41', 37, NULL, '3.216.13.10'),
(2820, '2025-11-16 14:19:01', 36, NULL, '44.194.134.53'),
(2821, '2025-11-16 14:20:57', 35, NULL, '3.217.171.106'),
(2822, '2025-11-16 14:21:13', 33, NULL, '52.22.64.232'),
(2823, '2025-11-16 14:21:17', 37, NULL, '184.73.35.182'),
(2824, '2025-11-16 14:25:06', 43, NULL, '34.225.243.131'),
(2825, '2025-11-16 14:25:34', 33, NULL, '23.22.105.143'),
(2826, '2025-11-16 14:29:06', 37, NULL, '34.230.124.21'),
(2827, '2025-11-16 14:31:17', 47, NULL, '3.216.13.10'),
(2828, '2025-11-16 14:38:01', 37, NULL, '3.232.102.111'),
(2829, '2025-11-16 15:05:09', 36, NULL, '54.147.182.90'),
(2830, '2025-11-16 15:05:13', 33, NULL, '100.29.155.89'),
(2831, '2025-11-16 15:05:25', 33, NULL, '100.28.57.133'),
(2832, '2025-11-16 15:08:37', 36, NULL, '52.202.233.37'),
(2833, '2025-11-16 15:10:49', 37, NULL, '23.21.204.95'),
(2834, '2025-11-16 15:11:49', 36, NULL, '44.195.50.71'),
(2835, '2025-11-16 15:20:37', 33, NULL, '23.21.179.27'),
(2836, '2025-11-16 15:28:54', 35, NULL, '52.23.112.144'),
(2837, '2025-11-16 15:33:02', 35, NULL, '54.167.32.123'),
(2838, '2025-11-16 15:35:41', 36, NULL, '34.239.197.197'),
(2839, '2025-11-16 15:36:29', 37, NULL, '44.221.227.90'),
(2840, '2025-11-16 15:38:01', 36, NULL, '98.82.107.102'),
(2841, '2025-11-16 15:41:01', 37, NULL, '3.212.205.90'),
(2842, '2025-11-16 15:50:29', 47, NULL, '23.23.99.55'),
(2843, '2025-11-16 15:53:49', 33, NULL, '3.212.219.113'),
(2844, '2025-11-16 15:55:43', 33, NULL, '54.84.169.196'),
(2845, '2025-11-16 15:55:52', 37, NULL, '44.213.202.136'),
(2846, '2025-11-16 16:02:10', 36, NULL, '3.216.86.144'),
(2847, '2025-11-16 16:11:27', 98, NULL, '43.173.182.238'),
(2848, '2025-11-16 16:16:05', 37, NULL, '52.204.174.139'),
(2849, '2025-11-16 16:21:46', 33, NULL, '54.147.182.90'),
(2850, '2025-11-16 16:25:25', 48, NULL, '50.16.216.166'),
(2851, '2025-11-16 16:28:09', 33, NULL, '100.29.164.178'),
(2852, '2025-11-16 16:35:49', 47, NULL, '3.215.59.93'),
(2853, '2025-11-16 16:37:21', 48, NULL, '44.208.193.63'),
(2854, '2025-11-16 16:39:49', 37, NULL, '34.206.249.188'),
(2855, '2025-11-16 16:41:25', 37, NULL, '98.84.200.43'),
(2856, '2025-11-16 16:43:45', 37, NULL, '3.215.59.93'),
(2857, '2025-11-16 16:56:37', 36, NULL, '34.195.60.66'),
(2858, '2025-11-16 16:58:00', 36, NULL, '3.93.98.99'),
(2859, '2025-11-16 16:58:19', 105, NULL, '43.173.175.47'),
(2860, '2025-11-16 16:58:53', 112, NULL, '43.173.175.56'),
(2861, '2025-11-16 16:58:53', 111, NULL, '43.173.175.56'),
(2862, '2025-11-16 16:58:53', 108, NULL, '43.173.175.56'),
(2863, '2025-11-16 16:58:53', 107, NULL, '43.173.175.56'),
(2864, '2025-11-16 16:58:53', 106, NULL, '43.173.175.56'),
(2865, '2025-11-16 16:58:53', 105, NULL, '43.173.175.56'),
(2866, '2025-11-16 16:58:53', 104, NULL, '43.173.175.56'),
(2867, '2025-11-16 16:58:53', 103, NULL, '43.173.175.56'),
(2868, '2025-11-16 16:58:53', 102, NULL, '43.173.175.56'),
(2869, '2025-11-16 16:58:53', 101, NULL, '43.173.175.56'),
(2870, '2025-11-16 16:58:53', 100, NULL, '43.173.175.56'),
(2871, '2025-11-16 17:01:54', 48, NULL, '52.2.58.41'),
(2872, '2025-11-16 17:07:09', 33, NULL, '35.173.38.202'),
(2873, '2025-11-16 17:14:21', 36, NULL, '54.90.8.255'),
(2874, '2025-11-16 17:14:25', 37, NULL, '3.209.174.110'),
(2875, '2025-11-16 17:18:45', 33, NULL, '52.71.218.25'),
(2876, '2025-11-16 17:19:37', 46, NULL, '47.128.119.20'),
(2877, '2025-11-16 17:20:05', 47, NULL, '98.82.39.241'),
(2878, '2025-11-16 17:28:30', 33, NULL, '23.23.103.31'),
(2879, '2025-11-16 17:38:01', 37, NULL, '98.83.226.125'),
(2880, '2025-11-16 17:56:42', 47, NULL, '98.83.8.142'),
(2881, '2025-11-16 17:57:25', 35, NULL, '35.153.86.200'),
(2882, '2025-11-16 17:57:47', 33, NULL, '52.4.76.156'),
(2883, '2025-11-16 17:58:06', 47, NULL, '3.230.224.6'),
(2884, '2025-11-16 17:58:26', 98, NULL, '47.128.119.18'),
(2885, '2025-11-16 18:06:45', 35, NULL, '18.206.47.187'),
(2886, '2025-11-16 18:07:57', 47, NULL, '44.221.37.41'),
(2887, '2025-11-16 18:09:25', 36, NULL, '54.166.104.83'),
(2888, '2025-11-16 18:09:49', 37, NULL, '52.4.76.156'),
(2889, '2025-11-16 18:11:49', 37, NULL, '52.203.68.145'),
(2890, '2025-11-16 18:12:31', 33, NULL, '66.249.66.35'),
(2891, '2025-11-16 18:19:07', 98, NULL, '47.128.56.113'),
(2892, '2025-11-16 18:23:08', 33, NULL, '66.249.66.201'),
(2893, '2025-11-16 18:23:17', 48, NULL, '54.84.147.79'),
(2894, '2025-11-16 18:26:21', 42, NULL, '34.239.197.197'),
(2895, '2025-11-16 18:29:35', 48, NULL, '34.192.67.98'),
(2896, '2025-11-16 18:39:01', 36, NULL, '35.174.141.243'),
(2897, '2025-11-16 19:00:10', 35, NULL, '3.229.2.217'),
(2898, '2025-11-16 19:05:06', 35, NULL, '52.4.238.8'),
(2899, '2025-11-16 19:05:39', 33, NULL, '34.233.219.155'),
(2900, '2025-11-16 19:08:09', 43, NULL, '54.152.163.42'),
(2901, '2025-11-16 19:08:49', 47, NULL, '34.230.124.21'),
(2902, '2025-11-16 19:09:17', 36, NULL, '44.220.2.97'),
(2903, '2025-11-16 19:10:14', 33, NULL, '54.235.191.179'),
(2904, '2025-11-16 19:10:37', 36, NULL, '50.16.216.166'),
(2905, '2025-11-16 19:12:57', 36, NULL, '52.70.138.176'),
(2906, '2025-11-16 19:17:29', 36, NULL, '52.70.123.241'),
(2907, '2025-11-16 19:24:02', 35, NULL, '52.3.156.186'),
(2908, '2025-11-16 19:29:14', 35, NULL, '44.218.6.93'),
(2909, '2025-11-16 19:39:33', 37, NULL, '18.205.91.101'),
(2910, '2025-11-16 19:47:34', 46, NULL, '66.249.66.202'),
(2911, '2025-11-16 19:51:26', 31, NULL, '207.46.13.154'),
(2912, '2025-11-16 19:52:15', 33, NULL, '3.222.190.107'),
(2913, '2025-11-16 20:09:41', 33, NULL, '52.54.249.218'),
(2914, '2025-11-16 20:10:49', 33, NULL, '52.0.41.164'),
(2915, '2025-11-16 20:11:13', 36, NULL, '18.232.36.1'),
(2916, '2025-11-16 20:11:33', 33, NULL, '18.215.112.101'),
(2917, '2025-11-16 20:16:05', 37, NULL, '34.233.114.237'),
(2918, '2025-11-16 20:18:30', 47, NULL, '52.203.152.231'),
(2919, '2025-11-16 20:25:50', 48, NULL, '34.226.89.140'),
(2920, '2025-11-16 20:26:48', 33, NULL, '52.203.65.83'),
(2921, '2025-11-16 20:27:47', 35, NULL, '95.91.110.210'),
(2922, '2025-11-16 20:27:47', 36, NULL, '95.91.110.210'),
(2923, '2025-11-16 20:27:47', 37, NULL, '95.91.110.210'),
(2924, '2025-11-16 20:27:47', 38, NULL, '95.91.110.210'),
(2925, '2025-11-16 20:27:47', 39, NULL, '95.91.110.210'),
(2926, '2025-11-16 20:27:47', 43, NULL, '95.91.110.210'),
(2927, '2025-11-16 20:27:47', 45, NULL, '95.91.110.210'),
(2928, '2025-11-16 20:27:47', 46, NULL, '95.91.110.210'),
(2929, '2025-11-16 20:27:47', 49, NULL, '95.91.110.210'),
(2930, '2025-11-16 20:31:06', 33, NULL, '34.194.95.99'),
(2931, '2025-11-16 20:32:18', 47, NULL, '3.217.171.106'),
(2932, '2025-11-16 20:33:45', 37, NULL, '18.215.77.19'),
(2933, '2025-11-16 20:35:33', 36, NULL, '100.28.133.214'),
(2934, '2025-11-16 20:36:01', 37, NULL, '54.157.84.74'),
(2935, '2025-11-16 20:40:29', 36, NULL, '54.204.62.163'),
(2936, '2025-11-16 20:51:48', 31, NULL, '207.46.13.51'),
(2937, '2025-11-16 21:11:25', 33, NULL, '52.21.62.139'),
(2938, '2025-11-16 21:11:57', 47, NULL, '54.210.152.179'),
(2939, '2025-11-16 21:13:09', 43, NULL, '100.24.149.244'),
(2940, '2025-11-16 21:13:29', 37, NULL, '44.210.213.220'),
(2941, '2025-11-16 21:13:33', 43, NULL, '52.202.233.37'),
(2942, '2025-11-16 21:15:41', 37, NULL, '52.44.148.203'),
(2943, '2025-11-16 21:17:38', 48, NULL, '98.82.66.172'),
(2944, '2025-11-16 21:29:18', 48, NULL, '34.231.156.59'),
(2945, '2025-11-16 21:29:39', 37, NULL, '18.213.27.222'),
(2946, '2025-11-16 21:31:48', 37, NULL, '23.23.214.190'),
(2947, '2025-11-16 21:31:49', 36, NULL, '34.194.14.255'),
(2948, '2025-11-16 21:40:05', 37, NULL, '18.209.137.234'),
(2949, '2025-11-16 21:43:37', 33, NULL, '44.193.115.232'),
(2950, '2025-11-16 21:50:37', 35, NULL, '54.235.125.129'),
(2951, '2025-11-16 21:55:13', 33, NULL, '54.198.33.233'),
(2952, '2025-11-16 21:57:42', 47, NULL, '34.194.233.48'),
(2953, '2025-11-16 22:00:15', 36, NULL, '34.206.193.60'),
(2954, '2025-11-16 22:13:37', 33, NULL, '3.235.215.92'),
(2955, '2025-11-16 22:26:34', 21, NULL, '37.187.226.33'),
(2956, '2025-11-16 22:26:34', 22, NULL, '37.187.226.33'),
(2957, '2025-11-16 22:26:34', 23, NULL, '37.187.226.33'),
(2958, '2025-11-16 22:26:34', 24, NULL, '37.187.226.33'),
(2959, '2025-11-16 22:26:34', 27, NULL, '37.187.226.33'),
(2960, '2025-11-16 22:26:34', 29, NULL, '37.187.226.33'),
(2961, '2025-11-16 22:26:34', 31, NULL, '37.187.226.33'),
(2962, '2025-11-16 22:26:34', 33, NULL, '37.187.226.33'),
(2963, '2025-11-16 22:26:34', 34, NULL, '37.187.226.33'),
(2964, '2025-11-16 22:26:36', 65, NULL, '37.187.226.33'),
(2965, '2025-11-16 22:26:36', 88, NULL, '37.187.226.33'),
(2966, '2025-11-16 22:26:36', 89, NULL, '37.187.226.33'),
(2967, '2025-11-16 22:26:36', 94, NULL, '37.187.226.33'),
(2968, '2025-11-16 22:26:36', 95, NULL, '37.187.226.33'),
(2969, '2025-11-16 22:26:36', 98, NULL, '37.187.226.33'),
(2970, '2025-11-16 22:26:36', 99, NULL, '37.187.226.33'),
(2971, '2025-11-16 22:26:36', 100, NULL, '37.187.226.33'),
(2972, '2025-11-16 22:26:36', 101, NULL, '37.187.226.33'),
(2973, '2025-11-16 22:26:36', 102, NULL, '37.187.226.33'),
(2974, '2025-11-16 22:26:37', 103, NULL, '37.187.226.33'),
(2975, '2025-11-16 22:26:37', 104, NULL, '37.187.226.33'),
(2976, '2025-11-16 22:26:37', 105, NULL, '37.187.226.33'),
(2977, '2025-11-16 22:26:37', 106, NULL, '37.187.226.33'),
(2978, '2025-11-16 22:26:37', 107, NULL, '37.187.226.33'),
(2979, '2025-11-16 22:26:37', 108, NULL, '37.187.226.33'),
(2980, '2025-11-16 22:26:37', 111, NULL, '37.187.226.33'),
(2981, '2025-11-16 22:26:37', 112, NULL, '37.187.226.33'),
(2982, '2025-11-16 22:26:37', 126, NULL, '37.187.226.33'),
(2983, '2025-11-16 22:26:39', 1, NULL, '37.187.226.33'),
(2984, '2025-11-16 22:26:39', 2, NULL, '37.187.226.33'),
(2985, '2025-11-16 22:26:39', 3, NULL, '37.187.226.33'),
(2986, '2025-11-16 22:26:39', 4, NULL, '37.187.226.33'),
(2987, '2025-11-16 22:26:39', 5, NULL, '37.187.226.33'),
(2988, '2025-11-16 22:26:39', 6, NULL, '37.187.226.33'),
(2989, '2025-11-16 22:26:39', 7, NULL, '37.187.226.33'),
(2990, '2025-11-16 22:26:39', 8, NULL, '37.187.226.33'),
(2991, '2025-11-16 22:26:39', 11, NULL, '37.187.226.33'),
(2992, '2025-11-16 22:35:31', 37, NULL, '23.21.175.228'),
(2993, '2025-11-16 22:36:37', 36, NULL, '3.218.35.239'),
(2994, '2025-11-16 22:37:29', 36, NULL, '54.157.84.74'),
(2995, '2025-11-16 23:03:54', 24, NULL, '157.55.39.203'),
(2996, '2025-11-16 23:16:30', 47, NULL, '184.73.167.217'),
(2997, '2025-11-16 23:16:41', 33, NULL, '98.83.177.42'),
(2998, '2025-11-16 23:22:13', 36, NULL, '98.83.8.142'),
(2999, '2025-11-16 23:26:41', 36, NULL, '107.22.208.39'),
(3000, '2025-11-16 23:28:21', 36, NULL, '35.173.18.61'),
(3001, '2025-11-16 23:42:45', 35, NULL, '54.87.95.7'),
(3002, '2025-11-16 23:55:57', 47, NULL, '34.194.14.255'),
(3003, '2025-11-16 23:56:09', 33, NULL, '18.208.11.93'),
(3004, '2025-11-16 23:56:33', 37, NULL, '52.45.15.233'),
(3005, '2025-11-17 00:31:41', 36, NULL, '54.225.199.17'),
(3006, '2025-11-17 01:35:37', 7, NULL, '147.135.252.148'),
(3007, '2025-11-17 02:04:14', 46, NULL, '44.221.105.234'),
(3008, '2025-11-17 02:07:17', 37, NULL, '100.25.120.246'),
(3009, '2025-11-17 02:10:01', 36, NULL, '3.217.82.254'),
(3010, '2025-11-17 02:29:22', 36, NULL, '52.45.194.165'),
(3011, '2025-11-17 02:32:45', 46, NULL, '52.71.216.196'),
(3012, '2025-11-17 02:38:41', 98, NULL, '47.128.35.23'),
(3013, '2025-11-17 02:55:49', 37, NULL, '44.215.210.112'),
(3014, '2025-11-17 02:56:25', 36, NULL, '3.214.176.44'),
(3015, '2025-11-17 03:24:02', 36, NULL, '34.224.9.144'),
(3016, '2025-11-17 03:25:10', 37, NULL, '3.230.69.161'),
(3017, '2025-11-17 03:26:45', 36, NULL, '44.205.180.155'),
(3018, '2025-11-17 03:27:25', 36, NULL, '23.23.137.202'),
(3019, '2025-11-17 03:50:44', 36, NULL, '52.200.93.170'),
(3020, '2025-11-17 03:53:03', 36, NULL, '52.71.216.196'),
(3021, '2025-11-17 04:21:43', 37, NULL, '50.19.102.70'),
(3022, '2025-11-17 04:22:17', 37, NULL, '34.196.237.236'),
(3023, '2025-11-17 04:23:11', 46, NULL, '44.195.50.71'),
(3024, '2025-11-17 04:23:22', 37, NULL, '52.3.102.51'),
(3025, '2025-11-17 04:27:39', 46, NULL, '184.73.239.35'),
(3026, '2025-11-17 04:29:54', 37, NULL, '23.21.179.120'),
(3027, '2025-11-17 04:33:57', 46, NULL, '54.235.172.96'),
(3028, '2025-11-17 04:35:01', 46, NULL, '52.71.218.25'),
(3029, '2025-11-17 04:46:19', 36, NULL, '3.94.199.128'),
(3030, '2025-11-17 04:48:06', 37, NULL, '100.29.128.75'),
(3031, '2025-11-17 04:51:01', 37, NULL, '52.204.37.237'),
(3032, '2025-11-17 04:55:10', 46, NULL, '34.205.170.13'),
(3033, '2025-11-17 04:59:01', 37, NULL, '98.82.39.241'),
(3034, '2025-11-17 05:05:41', 46, NULL, '34.194.95.99'),
(3035, '2025-11-17 05:06:50', 43, NULL, '40.77.167.36'),
(3036, '2025-11-17 05:10:55', 46, NULL, '52.205.222.214'),
(3037, '2025-11-17 05:19:33', 36, NULL, '18.232.11.247'),
(3038, '2025-11-17 05:20:08', 126, NULL, '3.224.104.67'),
(3039, '2025-11-17 05:24:45', 37, NULL, '43.173.182.183'),
(3040, '2025-11-17 05:27:01', 46, NULL, '100.27.153.9'),
(3041, '2025-11-17 05:28:33', 46, NULL, '54.225.148.123'),
(3042, '2025-11-17 05:48:31', 33, NULL, '66.249.66.34'),
(3043, '2025-11-17 05:55:11', 112, NULL, '38.3.230.176'),
(3044, '2025-11-17 05:55:11', 111, NULL, '38.3.230.176'),
(3045, '2025-11-17 05:55:11', 108, NULL, '38.3.230.176'),
(3046, '2025-11-17 05:55:11', 107, NULL, '38.3.230.176'),
(3047, '2025-11-17 05:55:11', 106, NULL, '38.3.230.176'),
(3048, '2025-11-17 05:55:11', 105, NULL, '38.3.230.176'),
(3049, '2025-11-17 05:55:11', 104, NULL, '38.3.230.176'),
(3050, '2025-11-17 05:55:11', 103, NULL, '38.3.230.176'),
(3051, '2025-11-17 05:55:11', 102, NULL, '38.3.230.176'),
(3052, '2025-11-17 05:55:11', 101, NULL, '38.3.230.176'),
(3053, '2025-11-17 05:55:11', 100, NULL, '38.3.230.176'),
(3054, '2025-11-17 06:03:29', 37, NULL, '54.86.59.155'),
(3055, '2025-11-17 06:05:06', 43, NULL, '44.195.145.102'),
(3056, '2025-11-17 06:05:06', 37, NULL, '44.195.145.102'),
(3057, '2025-11-17 06:06:33', 37, NULL, '52.2.83.227'),
(3058, '2025-11-17 06:07:33', 35, NULL, '107.20.25.33'),
(3059, '2025-11-17 06:10:36', 37, NULL, '54.84.169.196'),
(3060, '2025-11-17 06:15:42', 46, NULL, '50.16.72.185'),
(3061, '2025-11-17 06:16:04', 43, NULL, '184.73.167.217'),
(3062, '2025-11-17 06:16:04', 37, NULL, '184.73.167.217'),
(3063, '2025-11-17 06:16:50', 35, NULL, '34.234.197.175'),
(3064, '2025-11-17 06:17:41', 46, NULL, '100.28.204.82'),
(3065, '2025-11-17 06:19:08', 46, NULL, '52.2.83.227'),
(3066, '2025-11-17 06:20:14', 46, NULL, '35.153.86.200'),
(3067, '2025-11-17 06:21:12', 37, NULL, '54.209.100.30'),
(3068, '2025-11-17 06:32:37', 36, NULL, '34.239.85.139'),
(3069, '2025-11-17 06:35:53', 46, NULL, '34.196.6.199'),
(3070, '2025-11-17 06:37:29', 36, NULL, '23.21.250.48'),
(3071, '2025-11-17 06:42:38', 36, NULL, '52.54.15.103'),
(3072, '2025-11-17 06:44:19', 46, NULL, '52.207.47.227'),
(3073, '2025-11-17 06:45:29', 46, NULL, '3.221.50.71'),
(3074, '2025-11-17 06:46:33', 36, NULL, '23.23.99.55'),
(3075, '2025-11-17 06:47:15', 46, NULL, '52.7.13.143'),
(3076, '2025-11-17 06:47:56', 46, NULL, '3.89.176.255'),
(3077, '2025-11-17 06:48:10', 46, NULL, '34.233.219.155'),
(3078, '2025-11-17 07:09:42', 36, NULL, '34.206.249.188'),
(3079, '2025-11-17 07:10:21', 46, NULL, '52.3.156.186'),
(3080, '2025-11-17 07:12:26', 46, NULL, '23.21.227.240'),
(3081, '2025-11-17 07:13:40', 126, NULL, '43.173.180.118'),
(3082, '2025-11-17 07:13:54', 37, NULL, '43.173.178.111'),
(3083, '2025-11-17 07:17:35', 36, NULL, '35.171.117.160'),
(3084, '2025-11-17 07:19:29', 35, NULL, '52.205.113.104'),
(3085, '2025-11-17 07:20:51', 37, NULL, '52.70.209.13'),
(3086, '2025-11-17 07:31:33', 46, NULL, '3.213.85.234'),
(3087, '2025-11-17 07:38:02', 37, NULL, '34.227.156.153'),
(3088, '2025-11-17 07:39:47', 43, NULL, '3.219.80.71'),
(3089, '2025-11-17 07:39:47', 37, NULL, '3.219.80.71'),
(3090, '2025-11-17 07:41:45', 36, NULL, '52.45.92.83'),
(3091, '2025-11-17 07:45:45', 37, NULL, '34.195.60.66'),
(3092, '2025-11-17 07:46:19', 46, NULL, '23.23.99.55'),
(3093, '2025-11-17 07:47:37', 46, NULL, '44.221.37.41'),
(3094, '2025-11-17 07:51:16', 36, NULL, '35.173.38.202'),
(3095, '2025-11-17 07:51:51', 36, NULL, '3.211.105.134'),
(3096, '2025-11-17 07:53:07', 35, NULL, '66.249.66.75'),
(3097, '2025-11-17 08:08:27', 105, NULL, '43.173.177.24'),
(3098, '2025-11-17 08:08:29', 107, NULL, '43.173.181.175'),
(3099, '2025-11-17 08:10:49', 105, NULL, '43.173.178.203'),
(3100, '2025-11-17 08:10:54', 108, NULL, '43.173.174.190'),
(3101, '2025-11-17 08:24:15', 36, NULL, '100.27.153.9'),
(3102, '2025-11-17 08:28:41', 36, NULL, '18.232.12.157'),
(3103, '2025-11-17 08:29:05', 36, NULL, '3.226.34.98'),
(3104, '2025-11-17 08:30:09', 36, NULL, '44.218.170.184'),
(3105, '2025-11-17 08:33:29', 36, NULL, '54.163.169.168'),
(3106, '2025-11-17 08:35:14', 37, NULL, '34.236.135.14'),
(3107, '2025-11-17 08:55:31', 36, NULL, '3.229.164.203'),
(3108, '2025-11-17 08:57:05', 36, NULL, '3.231.193.38'),
(3109, '2025-11-17 08:58:53', 46, NULL, '18.214.124.6'),
(3110, '2025-11-17 09:01:33', 46, NULL, '100.28.118.16'),
(3111, '2025-11-17 09:07:02', 36, NULL, '52.0.218.219'),
(3112, '2025-11-17 09:15:46', 37, NULL, '44.212.232.231'),
(3113, '2025-11-17 09:21:01', 46, NULL, '107.20.255.194'),
(3114, '2025-11-17 09:32:29', 43, NULL, '54.84.102.81'),
(3115, '2025-11-17 09:36:59', 46, NULL, '52.204.81.148'),
(3116, '2025-11-17 09:43:30', 46, NULL, '54.85.7.119'),
(3117, '2025-11-17 09:44:10', 46, NULL, '54.147.238.89'),
(3118, '2025-11-17 09:45:25', 35, NULL, '34.239.197.197'),
(3119, '2025-11-17 10:02:25', 36, NULL, '3.216.13.10'),
(3120, '2025-11-17 10:03:58', 37, NULL, '98.83.177.42'),
(3121, '2025-11-17 10:04:30', 46, NULL, '54.167.32.123'),
(3122, '2025-11-17 10:07:58', 37, NULL, '54.90.8.255'),
(3123, '2025-11-17 10:09:38', 37, NULL, '3.232.82.72'),
(3124, '2025-11-17 10:12:08', 104, NULL, '43.173.182.239'),
(3125, '2025-11-17 10:12:44', 100, NULL, '43.173.180.31'),
(3126, '2025-11-17 10:31:41', 46, NULL, '34.239.85.139'),
(3127, '2025-11-17 10:33:25', 46, NULL, '44.221.180.179'),
(3128, '2025-11-17 10:34:46', 37, NULL, '3.93.253.174'),
(3129, '2025-11-17 10:42:51', 37, NULL, '3.222.85.38'),
(3130, '2025-11-17 10:52:23', 35, NULL, '66.249.66.35'),
(3131, '2025-11-17 10:54:43', 33, NULL, '66.249.66.77'),
(3132, '2025-11-17 10:57:13', 37, NULL, '3.229.2.217'),
(3133, '2025-11-17 10:57:53', 7, NULL, '177.182.223.41'),
(3134, '2025-11-17 11:04:50', 36, NULL, '18.233.24.238'),
(3135, '2025-11-17 11:07:06', 46, NULL, '34.194.226.74'),
(3136, '2025-11-17 11:09:03', 100, NULL, '43.173.182.180'),
(3137, '2025-11-17 11:13:21', 128, NULL, '43.173.182.89'),
(3138, '2025-11-17 11:13:21', 127, NULL, '43.173.182.89'),
(3139, '2025-11-17 11:15:04', 100, NULL, '43.173.182.135'),
(3140, '2025-11-17 11:21:53', 35, NULL, '66.249.66.34'),
(3141, '2025-11-17 11:22:27', 35, NULL, '66.249.66.77'),
(3142, '2025-11-17 11:40:39', 43, NULL, '54.225.181.161'),
(3143, '2025-11-17 11:45:57', 24, NULL, '40.77.167.52'),
(3144, '2025-11-17 11:49:23', 36, NULL, '66.249.66.76'),
(3145, '2025-11-17 12:11:23', 36, NULL, '3.230.224.6'),
(3146, '2025-11-17 12:15:21', 36, NULL, '34.234.200.207'),
(3147, '2025-11-17 12:25:49', 36, NULL, '52.7.13.143'),
(3148, '2025-11-17 12:25:49', 105, NULL, '43.173.178.63'),
(3149, '2025-11-17 12:46:48', 112, NULL, '66.249.66.75'),
(3150, '2025-11-17 12:46:48', 111, NULL, '66.249.66.75'),
(3151, '2025-11-17 12:46:48', 108, NULL, '66.249.66.75'),
(3152, '2025-11-17 12:46:48', 107, NULL, '66.249.66.75'),
(3153, '2025-11-17 12:46:48', 106, NULL, '66.249.66.75'),
(3154, '2025-11-17 12:46:48', 105, NULL, '66.249.66.75'),
(3155, '2025-11-17 12:46:48', 104, NULL, '66.249.66.75'),
(3156, '2025-11-17 12:46:48', 103, NULL, '66.249.66.75'),
(3157, '2025-11-17 12:46:48', 102, NULL, '66.249.66.75'),
(3158, '2025-11-17 12:46:48', 101, NULL, '66.249.66.75'),
(3159, '2025-11-17 12:46:48', 100, NULL, '66.249.66.75'),
(3160, '2025-11-17 13:10:03', 33, NULL, '43.173.180.197'),
(3161, '2025-11-17 13:10:25', 35, NULL, '66.249.66.167'),
(3162, '2025-11-17 13:19:05', 108, NULL, '43.173.181.39'),
(3163, '2025-11-17 13:33:53', 37, NULL, '107.20.224.184'),
(3164, '2025-11-17 13:36:32', 37, NULL, '52.7.13.143'),
(3165, '2025-11-17 13:43:31', 31, NULL, '51.75.129.164'),
(3166, '2025-11-17 13:46:21', 35, NULL, '66.249.66.14'),
(3167, '2025-11-17 14:01:33', 37, NULL, '44.223.115.10'),
(3168, '2025-11-17 14:02:01', 36, NULL, '52.21.62.139'),
(3169, '2025-11-17 14:02:06', 37, NULL, '3.94.40.182'),
(3170, '2025-11-17 14:07:39', 37, NULL, '3.225.9.97'),
(3171, '2025-11-17 14:08:23', 36, NULL, '98.83.94.113'),
(3172, '2025-11-17 14:12:09', 35, NULL, '18.214.138.148'),
(3173, '2025-11-17 14:13:13', 43, NULL, '3.210.223.61'),
(3174, '2025-11-17 14:14:37', 36, NULL, '18.205.91.101'),
(3175, '2025-11-17 14:14:39', 36, NULL, '52.7.33.248'),
(3176, '2025-11-17 14:15:00', 46, NULL, '50.19.221.48'),
(3177, '2025-11-17 14:16:29', 46, NULL, '34.225.24.180'),
(3178, '2025-11-17 14:18:37', 36, NULL, '3.215.221.125'),
(3179, '2025-11-17 14:19:13', 36, NULL, '44.215.210.112'),
(3180, '2025-11-17 14:19:19', 31, NULL, '43.173.179.183'),
(3181, '2025-11-17 14:20:53', 36, NULL, '107.23.62.75'),
(3182, '2025-11-17 14:22:29', 65, NULL, '43.173.174.4'),
(3183, '2025-11-17 14:22:29', 49, NULL, '43.173.174.4'),
(3184, '2025-11-17 14:22:29', 45, NULL, '43.173.174.4'),
(3185, '2025-11-17 14:22:29', 43, NULL, '43.173.174.4'),
(3186, '2025-11-17 14:22:29', 39, NULL, '43.173.174.4'),
(3187, '2025-11-17 14:22:29', 38, NULL, '43.173.174.4'),
(3188, '2025-11-17 14:22:29', 36, NULL, '43.173.174.4'),
(3189, '2025-11-17 14:22:29', 34, NULL, '43.173.174.4'),
(3190, '2025-11-17 14:22:29', 33, NULL, '43.173.174.4'),
(3191, '2025-11-17 14:22:29', 31, NULL, '43.173.174.4'),
(3192, '2025-11-17 14:22:29', 29, NULL, '43.173.174.4'),
(3193, '2025-11-17 14:22:45', 46, NULL, '3.217.171.106'),
(3194, '2025-11-17 14:27:25', 46, NULL, '44.215.235.20'),
(3195, '2025-11-17 14:30:50', 46, NULL, '3.217.82.254'),
(3196, '2025-11-17 14:31:02', 37, NULL, '184.73.239.35'),
(3197, '2025-11-17 14:43:07', 43, NULL, '34.206.212.24'),
(3198, '2025-11-17 14:55:13', 94, NULL, '194.247.173.99'),
(3199, '2025-11-17 14:55:15', 95, NULL, '194.247.173.99'),
(3200, '2025-11-17 14:57:25', 46, NULL, '23.21.148.226'),
(3201, '2025-11-17 15:08:50', 37, NULL, '3.213.46.222'),
(3202, '2025-11-17 15:14:03', 101, NULL, '43.173.182.140'),
(3203, '2025-11-17 15:15:33', 36, NULL, '52.204.89.12'),
(3204, '2025-11-17 15:16:06', 46, NULL, '44.195.145.102'),
(3205, '2025-11-17 15:16:12', 36, NULL, '54.83.180.239'),
(3206, '2025-11-17 15:18:14', 105, NULL, '43.173.176.191'),
(3207, '2025-11-17 15:28:25', 36, NULL, '44.212.106.171'),
(3208, '2025-11-17 15:30:57', 46, NULL, '52.22.64.232'),
(3209, '2025-11-17 15:34:17', 36, NULL, '107.20.255.194'),
(3210, '2025-11-17 15:38:55', 46, NULL, '52.6.5.24'),
(3211, '2025-11-17 15:56:05', 46, NULL, '54.83.23.103'),
(3212, '2025-11-17 15:59:58', 37, NULL, '185.191.171.16'),
(3213, '2025-11-17 16:06:46', 36, NULL, '52.203.152.231'),
(3214, '2025-11-17 16:13:19', 36, NULL, '52.3.156.186'),
(3215, '2025-11-17 16:14:22', 37, NULL, '18.214.138.148'),
(3216, '2025-11-17 16:15:53', 46, NULL, '52.5.242.243'),
(3217, '2025-11-17 16:23:40', 98, NULL, '43.173.173.65'),
(3218, '2025-11-17 16:28:53', 46, NULL, '52.200.93.170'),
(3219, '2025-11-17 16:29:37', 46, NULL, '47.128.56.10'),
(3220, '2025-11-17 16:30:47', 46, NULL, '54.84.147.79'),
(3221, '2025-11-17 16:39:29', 46, NULL, '98.84.70.201'),
(3222, '2025-11-17 16:57:29', 35, NULL, '34.205.163.103'),
(3223, '2025-11-17 17:01:26', 103, NULL, '57.141.0.70'),
(3224, '2025-11-17 17:03:23', 36, NULL, '3.213.213.161'),
(3225, '2025-11-17 17:04:58', 36, NULL, '184.72.95.195'),
(3226, '2025-11-17 17:05:33', 36, NULL, '3.219.81.66'),
(3227, '2025-11-17 17:07:45', 35, NULL, '66.249.66.12'),
(3228, '2025-11-17 17:08:39', 37, NULL, '34.194.95.99'),
(3229, '2025-11-17 17:12:24', 98, NULL, '87.250.224.86'),
(3230, '2025-11-17 17:14:30', 105, NULL, '43.173.181.80'),
(3231, '2025-11-17 17:23:31', 128, NULL, '43.173.182.85'),
(3232, '2025-11-17 17:23:31', 127, NULL, '43.173.182.85'),
(3233, '2025-11-17 17:28:38', 37, NULL, '185.191.171.7'),
(3234, '2025-11-17 17:30:21', 112, NULL, '43.173.177.176'),
(3235, '2025-11-17 17:30:21', 111, NULL, '43.173.177.176'),
(3236, '2025-11-17 17:30:21', 108, NULL, '43.173.177.176'),
(3237, '2025-11-17 17:30:21', 107, NULL, '43.173.177.176'),
(3238, '2025-11-17 17:30:21', 106, NULL, '43.173.177.176'),
(3239, '2025-11-17 17:30:21', 105, NULL, '43.173.177.176'),
(3240, '2025-11-17 17:30:21', 104, NULL, '43.173.177.176'),
(3241, '2025-11-17 17:30:21', 103, NULL, '43.173.177.176'),
(3242, '2025-11-17 17:30:21', 102, NULL, '43.173.177.176'),
(3243, '2025-11-17 17:30:21', 101, NULL, '43.173.177.176'),
(3244, '2025-11-17 17:30:21', 100, NULL, '43.173.177.176'),
(3245, '2025-11-17 17:32:50', 36, NULL, '54.84.147.79'),
(3246, '2025-11-17 17:37:27', 46, NULL, '44.215.210.112'),
(3247, '2025-11-17 17:45:56', 37, NULL, '52.6.232.201'),
(3248, '2025-11-17 17:45:56', 46, NULL, '3.235.215.92'),
(3249, '2025-11-17 17:48:02', 46, NULL, '52.71.203.206'),
(3250, '2025-11-17 18:00:54', 37, NULL, '52.44.229.124'),
(3251, '2025-11-17 18:02:48', 37, NULL, '185.191.171.8'),
(3252, '2025-11-17 18:06:18', 36, NULL, '54.162.69.192'),
(3253, '2025-11-17 18:09:28', 106, NULL, '43.173.180.146'),
(3254, '2025-11-17 18:11:03', 46, NULL, '34.195.248.30'),
(3255, '2025-11-17 18:11:33', 102, NULL, '43.173.176.140'),
(3256, '2025-11-17 18:11:53', 46, NULL, '44.209.187.99'),
(3257, '2025-11-17 18:13:39', 21, NULL, '40.77.167.52'),
(3258, '2025-11-17 18:16:17', 46, NULL, '44.215.231.15'),
(3259, '2025-11-17 18:18:05', 37, NULL, '85.208.96.196'),
(3260, '2025-11-17 18:21:20', 33, NULL, '185.191.171.18'),
(3261, '2025-11-17 18:33:30', 37, NULL, '34.192.125.239'),
(3262, '2025-11-17 18:35:34', 43, NULL, '54.235.158.162'),
(3263, '2025-11-17 18:39:02', 43, NULL, '34.202.88.37'),
(3264, '2025-11-17 18:39:27', 23, NULL, '66.249.66.36'),
(3265, '2025-11-17 18:39:27', 89, NULL, '216.244.66.235'),
(3266, '2025-11-17 18:45:21', 35, NULL, '54.163.169.168'),
(3267, '2025-11-17 18:45:25', 36, NULL, '54.147.80.137'),
(3268, '2025-11-17 19:15:09', 36, NULL, '3.216.227.216'),
(3269, '2025-11-17 19:16:11', 105, NULL, '43.173.173.86'),
(3270, '2025-11-17 19:16:11', 104, NULL, '43.173.179.16'),
(3271, '2025-11-17 19:19:33', 100, NULL, '43.173.180.61'),
(3272, '2025-11-17 19:20:17', 46, NULL, '98.83.226.125'),
(3273, '2025-11-17 19:23:25', 37, NULL, '185.191.171.12'),
(3274, '2025-11-17 19:29:52', 33, NULL, '185.191.171.3'),
(3275, '2025-11-17 19:33:59', 33, NULL, '85.208.96.199'),
(3276, '2025-11-17 19:57:24', 43, NULL, '34.234.200.207'),
(3277, '2025-11-17 20:01:02', 46, NULL, '3.210.114.189'),
(3278, '2025-11-17 20:03:34', 37, NULL, '52.6.97.88'),
(3279, '2025-11-17 20:05:07', 37, NULL, '85.208.96.201'),
(3280, '2025-11-17 20:06:56', 37, NULL, '185.191.171.15'),
(3281, '2025-11-17 20:09:23', 46, NULL, '54.157.99.244'),
(3282, '2025-11-17 20:10:28', 37, NULL, '98.82.38.120'),
(3283, '2025-11-17 20:11:02', 37, NULL, '18.206.47.187'),
(3284, '2025-11-17 20:16:20', 36, NULL, '85.208.96.193'),
(3285, '2025-11-17 20:19:27', 100, NULL, '43.173.179.91'),
(3286, '2025-11-17 20:20:02', 126, NULL, '43.173.176.13'),
(3287, '2025-11-17 20:36:10', 46, NULL, '23.23.212.212'),
(3288, '2025-11-17 21:06:55', 7, NULL, '185.191.171.7'),
(3289, '2025-11-17 21:09:04', 39, NULL, '185.191.171.6'),
(3290, '2025-11-17 21:12:27', 36, NULL, '43.173.177.136'),
(3291, '2025-11-17 21:12:30', 106, NULL, '43.173.182.232'),
(3292, '2025-11-17 21:13:11', 36, NULL, '85.208.96.197'),
(3293, '2025-11-17 21:18:01', 126, NULL, '43.173.175.230'),
(3294, '2025-11-17 21:25:36', 33, NULL, '185.191.171.13'),
(3295, '2025-11-17 21:30:10', 36, NULL, '54.159.18.27'),
(3296, '2025-11-17 21:36:50', 37, NULL, '54.204.12.115'),
(3297, '2025-11-17 21:44:20', 5, NULL, '185.191.171.3'),
(3298, '2025-11-17 21:44:20', 6, NULL, '185.191.171.3'),
(3299, '2025-11-17 21:44:26', 129, NULL, '185.191.171.14'),
(3300, '2025-11-17 21:46:15', 36, NULL, '185.191.171.3'),
(3301, '2025-11-17 21:59:16', 46, NULL, '107.20.224.184'),
(3302, '2025-11-17 22:06:19', 35, NULL, '54.147.182.90'),
(3303, '2025-11-17 22:10:15', 36, NULL, '23.21.179.120'),
(3304, '2025-11-17 22:10:43', 108, NULL, '43.173.178.240'),
(3305, '2025-11-17 22:10:45', 104, NULL, '43.173.180.33'),
(3306, '2025-11-17 22:10:49', 33, NULL, '185.191.171.16'),
(3307, '2025-11-17 22:11:55', 36, NULL, '54.167.32.123'),
(3308, '2025-11-17 22:14:41', 37, NULL, '85.208.96.195'),
(3309, '2025-11-17 22:16:13', 100, NULL, '43.173.176.5'),
(3310, '2025-11-17 22:16:26', 37, NULL, '52.200.54.136'),
(3311, '2025-11-17 22:17:01', 36, NULL, '185.191.171.19'),
(3312, '2025-11-17 22:17:14', 37, NULL, '18.214.186.220'),
(3313, '2025-11-17 22:19:36', 46, NULL, '54.163.169.168'),
(3314, '2025-11-17 22:22:44', 36, NULL, '54.235.158.162'),
(3315, '2025-11-17 22:24:37', 46, NULL, '52.45.29.57'),
(3316, '2025-11-17 22:25:33', 37, NULL, '185.191.171.19'),
(3317, '2025-11-17 22:27:35', 1, NULL, '185.191.171.10'),
(3318, '2025-11-17 22:36:08', 36, NULL, '85.208.96.203'),
(3319, '2025-11-17 22:37:21', 36, NULL, '52.54.157.23'),
(3320, '2025-11-17 22:41:08', 48, NULL, '85.208.96.201'),
(3321, '2025-11-17 22:41:08', 41, NULL, '85.208.96.201'),
(3322, '2025-11-17 22:50:00', 29, NULL, '185.191.171.13'),
(3323, '2025-11-17 22:54:05', 11, NULL, '185.191.171.6'),
(3324, '2025-11-17 22:59:26', 37, NULL, '85.208.96.202'),
(3325, '2025-11-17 23:01:17', 36, NULL, '85.208.96.198'),
(3326, '2025-11-17 23:05:21', 33, NULL, '85.208.96.197'),
(3327, '2025-11-17 23:05:51', 46, NULL, '185.191.171.4'),
(3328, '2025-11-17 23:09:41', 43, NULL, '3.81.253.213'),
(3329, '2025-11-17 23:09:41', 37, NULL, '3.81.253.213'),
(3330, '2025-11-17 23:16:01', 36, NULL, '44.223.116.149'),
(3331, '2025-11-17 23:16:12', 36, NULL, '85.208.96.210'),
(3332, '2025-11-17 23:20:06', 37, NULL, '85.208.96.206'),
(3333, '2025-11-17 23:21:28', 36, NULL, '85.208.96.200'),
(3334, '2025-11-17 23:23:08', 46, NULL, '3.211.105.134'),
(3335, '2025-11-17 23:26:14', 98, NULL, '47.128.55.246'),
(3336, '2025-11-17 23:26:25', 37, NULL, '43.166.167.233'),
(3337, '2025-11-17 23:27:06', 98, NULL, '47.128.123.76'),
(3338, '2025-11-17 23:27:17', 36, NULL, '52.71.46.142'),
(3339, '2025-11-17 23:28:08', 102, NULL, '43.173.175.141'),
(3340, '2025-11-17 23:28:10', 104, NULL, '43.173.180.135'),
(3341, '2025-11-17 23:36:02', 36, NULL, '185.191.171.16'),
(3342, '2025-11-17 23:36:02', 37, NULL, '185.191.171.6'),
(3343, '2025-11-17 23:37:29', 36, NULL, '100.29.160.53'),
(3344, '2025-11-17 23:43:03', 49, NULL, '185.191.171.5'),
(3345, '2025-11-17 23:45:02', 36, NULL, '34.225.24.180'),
(3346, '2025-11-17 23:50:48', 46, NULL, '3.94.157.25'),
(3347, '2025-11-17 23:58:05', 130, NULL, '185.191.171.10'),
(3348, '2025-11-18 00:02:22', 37, NULL, '185.191.171.10'),
(3349, '2025-11-18 00:07:00', 36, NULL, '54.164.106.236'),
(3350, '2025-11-18 00:11:01', 46, NULL, '34.205.163.103'),
(3351, '2025-11-18 00:11:47', 106, NULL, '43.173.181.72'),
(3352, '2025-11-18 00:15:02', 101, NULL, '43.173.178.198'),
(3353, '2025-11-18 00:15:05', 102, NULL, '43.173.173.11'),
(3354, '2025-11-18 00:17:52', 37, NULL, '52.21.62.139'),
(3355, '2025-11-18 00:18:33', 37, NULL, '107.20.181.148'),
(3356, '2025-11-18 00:34:41', 8, NULL, '85.208.96.211'),
(3357, '2025-11-18 00:40:44', 37, NULL, '85.208.96.199'),
(3358, '2025-11-18 00:46:12', 46, NULL, '44.207.252.58'),
(3359, '2025-11-18 00:46:33', 34, NULL, '85.208.96.212'),
(3360, '2025-11-18 00:50:49', 37, NULL, '34.226.89.140'),
(3361, '2025-11-18 00:52:45', 43, NULL, '54.225.148.123'),
(3362, '2025-11-18 00:52:45', 37, NULL, '54.225.148.123'),
(3363, '2025-11-18 00:57:07', 104, NULL, '85.208.96.209'),
(3364, '2025-11-18 00:57:33', 46, NULL, '3.212.205.90'),
(3365, '2025-11-18 01:06:53', 33, NULL, '185.191.171.17'),
(3366, '2025-11-18 01:09:57', 47, NULL, '185.191.171.19'),
(3367, '2025-11-18 01:09:57', 42, NULL, '185.191.171.19'),
(3368, '2025-11-18 01:29:18', 37, NULL, '185.191.171.1'),
(3369, '2025-11-18 01:37:35', 37, NULL, '185.191.171.14'),
(3370, '2025-11-18 01:49:25', 2, NULL, '85.208.96.207'),
(3371, '2025-11-18 01:51:09', 3, NULL, '185.191.171.18'),
(3372, '2025-11-18 02:02:46', 33, NULL, '185.191.171.4'),
(3373, '2025-11-18 02:12:23', 4, NULL, '85.208.96.207'),
(3374, '2025-11-18 02:15:13', 128, NULL, '43.173.182.15'),
(3375, '2025-11-18 02:15:13', 127, NULL, '43.173.182.15'),
(3376, '2025-11-18 02:25:50', 126, NULL, '43.173.180.25'),
(3377, '2025-11-18 02:35:09', 33, NULL, '85.208.96.208'),
(3378, '2025-11-18 02:35:41', 37, NULL, '85.208.96.193'),
(3379, '2025-11-18 02:39:47', 36, NULL, '185.191.171.4'),
(3380, '2025-11-18 02:56:47', 36, NULL, '85.208.96.206'),
(3381, '2025-11-18 03:03:11', 48, NULL, '66.249.66.34'),
(3382, '2025-11-18 03:05:41', 33, NULL, '85.208.96.206'),
(3383, '2025-11-18 03:08:16', 128, NULL, '47.128.115.17'),
(3384, '2025-11-18 03:10:01', 112, NULL, '66.249.66.12'),
(3385, '2025-11-18 03:10:01', 111, NULL, '66.249.66.12'),
(3386, '2025-11-18 03:10:01', 108, NULL, '66.249.66.12'),
(3387, '2025-11-18 03:10:01', 107, NULL, '66.249.66.12'),
(3388, '2025-11-18 03:10:01', 106, NULL, '66.249.66.12'),
(3389, '2025-11-18 03:10:01', 105, NULL, '66.249.66.12'),
(3390, '2025-11-18 03:10:01', 104, NULL, '66.249.66.12'),
(3391, '2025-11-18 03:10:01', 103, NULL, '66.249.66.12'),
(3392, '2025-11-18 03:10:01', 102, NULL, '66.249.66.12'),
(3393, '2025-11-18 03:10:01', 101, NULL, '66.249.66.12'),
(3394, '2025-11-18 03:10:01', 100, NULL, '66.249.66.12'),
(3395, '2025-11-18 03:10:28', 112, NULL, '66.249.66.34'),
(3396, '2025-11-18 03:10:28', 111, NULL, '66.249.66.34'),
(3397, '2025-11-18 03:10:28', 108, NULL, '66.249.66.34'),
(3398, '2025-11-18 03:10:28', 107, NULL, '66.249.66.34'),
(3399, '2025-11-18 03:10:28', 106, NULL, '66.249.66.34'),
(3400, '2025-11-18 03:10:28', 105, NULL, '66.249.66.34'),
(3401, '2025-11-18 03:10:28', 104, NULL, '66.249.66.34'),
(3402, '2025-11-18 03:10:28', 103, NULL, '66.249.66.34'),
(3403, '2025-11-18 03:10:28', 102, NULL, '66.249.66.34'),
(3404, '2025-11-18 03:10:28', 101, NULL, '66.249.66.34'),
(3405, '2025-11-18 03:10:28', 100, NULL, '66.249.66.34'),
(3406, '2025-11-18 03:14:11', 104, NULL, '43.173.174.135'),
(3407, '2025-11-18 03:28:30', 36, NULL, '85.208.96.204'),
(3408, '2025-11-18 03:30:16', 43, NULL, '52.167.144.218'),
(3409, '2025-11-18 03:41:21', 65, NULL, '85.208.96.206'),
(3410, '2025-11-18 03:56:44', 33, NULL, '85.208.96.196'),
(3411, '2025-11-18 04:04:38', 37, NULL, '3.232.39.98'),
(3412, '2025-11-18 04:25:30', 106, NULL, '43.173.180.142'),
(3413, '2025-11-18 04:30:59', 104, NULL, '43.173.175.80'),
(3414, '2025-11-18 04:34:26', 112, NULL, '66.249.66.166'),
(3415, '2025-11-18 04:34:26', 111, NULL, '66.249.66.166'),
(3416, '2025-11-18 04:34:26', 108, NULL, '66.249.66.166'),
(3417, '2025-11-18 04:34:26', 107, NULL, '66.249.66.166'),
(3418, '2025-11-18 04:34:26', 106, NULL, '66.249.66.166'),
(3419, '2025-11-18 04:34:26', 105, NULL, '66.249.66.166'),
(3420, '2025-11-18 04:34:26', 104, NULL, '66.249.66.166'),
(3421, '2025-11-18 04:34:26', 103, NULL, '66.249.66.166'),
(3422, '2025-11-18 04:34:26', 102, NULL, '66.249.66.166'),
(3423, '2025-11-18 04:34:26', 101, NULL, '66.249.66.166'),
(3424, '2025-11-18 04:34:26', 100, NULL, '66.249.66.166'),
(3425, '2025-11-18 04:39:45', 126, NULL, '85.208.96.203'),
(3426, '2025-11-18 04:42:32', 31, NULL, '40.77.167.46'),
(3427, '2025-11-18 04:45:51', 38, NULL, '185.191.171.8'),
(3428, '2025-11-18 05:01:55', 7, NULL, '52.167.144.218'),
(3429, '2025-11-18 05:08:08', 37, NULL, '85.208.96.208'),
(3430, '2025-11-18 05:10:32', 37, NULL, '185.191.171.13'),
(3431, '2025-11-18 05:12:27', 43, NULL, '85.208.96.203'),
(3432, '2025-11-18 05:12:27', 37, NULL, '85.208.96.203'),
(3433, '2025-11-18 05:15:16', 101, NULL, '43.173.173.111'),
(3434, '2025-11-18 05:15:52', 108, NULL, '43.173.181.149'),
(3435, '2025-11-18 05:16:12', 36, NULL, '85.208.96.202'),
(3436, '2025-11-18 05:18:52', 45, NULL, '85.208.96.205'),
(3437, '2025-11-18 05:23:33', 36, NULL, '185.191.171.10'),
(3438, '2025-11-18 05:36:09', 21, NULL, '57.141.0.4'),
(3439, '2025-11-18 05:47:40', 5, NULL, '85.208.96.198'),
(3440, '2025-11-18 06:10:39', 27, NULL, '213.180.203.153'),
(3441, '2025-11-18 06:12:56', 101, NULL, '43.173.173.133'),
(3442, '2025-11-18 06:21:38', 89, NULL, '85.208.96.195'),
(3443, '2025-11-18 06:21:38', 88, NULL, '85.208.96.195'),
(3444, '2025-11-18 06:46:10', 103, NULL, '57.141.0.28'),
(3445, '2025-11-18 06:51:13', 35, NULL, '66.249.66.200'),
(3446, '2025-11-18 07:12:50', 101, NULL, '43.173.180.96'),
(3447, '2025-11-18 07:14:09', 105, NULL, '43.173.182.176'),
(3448, '2025-11-18 07:24:41', 33, NULL, '185.191.171.7'),
(3449, '2025-11-18 07:25:58', 100, NULL, '52.167.144.137'),
(3450, '2025-11-18 07:27:36', 37, NULL, '85.208.96.200'),
(3451, '2025-11-18 07:38:08', 46, NULL, '54.225.81.20'),
(3452, '2025-11-18 07:38:24', 46, NULL, '185.191.171.6'),
(3453, '2025-11-18 08:11:28', 46, NULL, '54.225.181.161'),
(3454, '2025-11-18 08:15:32', 107, NULL, '43.173.173.38'),
(3455, '2025-11-18 09:00:59', 98, NULL, '47.128.31.137'),
(3456, '2025-11-18 09:02:36', 98, NULL, '47.128.54.76'),
(3457, '2025-11-18 09:03:25', 98, NULL, '47.128.53.22'),
(3458, '2025-11-18 09:04:36', 46, NULL, '54.210.155.69'),
(3459, '2025-11-18 09:20:40', 108, NULL, '43.173.181.24'),
(3460, '2025-11-18 09:23:54', 46, NULL, '43.173.175.94'),
(3461, '2025-11-18 09:23:57', 107, NULL, '43.173.173.18'),
(3462, '2025-11-18 10:09:21', 48, NULL, '66.249.66.13'),
(3463, '2025-11-18 10:13:38', 130, 17, NULL),
(3464, '2025-11-18 10:13:38', 127, 17, NULL),
(3465, '2025-11-18 10:13:38', 128, 17, NULL),
(3466, '2025-11-18 10:13:38', 129, 17, NULL),
(3467, '2025-11-18 10:13:58', 127, 2, NULL),
(3468, '2025-11-18 10:14:21', 126, 2, NULL),
(3469, '2025-11-18 10:14:21', 113, 2, NULL),
(3470, '2025-11-18 10:14:24', 112, 2, NULL),
(3471, '2025-11-18 10:14:24', 111, 2, NULL),
(3472, '2025-11-18 10:14:24', 108, 2, NULL),
(3473, '2025-11-18 10:14:33', 107, 2, NULL),
(3474, '2025-11-18 10:14:33', 106, 2, NULL),
(3475, '2025-11-18 10:14:33', 105, 2, NULL),
(3476, '2025-11-18 10:14:58', 104, 2, NULL),
(3477, '2025-11-18 10:14:58', 103, 2, NULL),
(3478, '2025-11-18 10:14:58', 102, 2, NULL),
(3479, '2025-11-18 10:14:59', 101, 2, NULL),
(3480, '2025-11-18 10:14:59', 100, 2, NULL),
(3481, '2025-11-18 10:14:59', 99, 2, NULL),
(3482, '2025-11-18 10:18:48', 37, NULL, '43.173.176.236'),
(3483, '2025-11-18 10:50:34', 48, NULL, '66.249.66.201'),
(3484, '2025-11-18 11:09:53', 126, NULL, '43.173.181.195'),
(3485, '2025-11-18 11:09:55', 101, NULL, '43.173.175.183'),
(3486, '2025-11-18 11:14:27', 105, NULL, '43.173.178.163'),
(3487, '2025-11-18 12:21:06', 36, NULL, '124.221.173.13'),
(3488, '2025-11-18 12:24:20', 128, NULL, '43.173.182.47'),
(3489, '2025-11-18 12:24:20', 127, NULL, '43.173.182.47'),
(3490, '2025-11-18 12:35:47', 35, NULL, '216.244.66.235'),
(3491, '2025-11-18 13:31:10', 101, NULL, '43.173.173.154'),
(3492, '2025-11-18 13:39:16', 46, NULL, '44.205.120.22'),
(3493, '2025-11-18 14:19:48', 107, NULL, '43.173.182.150'),
(3494, '2025-11-18 14:23:37', 3, NULL, '52.45.92.83'),
(3495, '2025-11-18 14:40:28', 37, NULL, '100.28.204.82'),
(3496, '2025-11-18 15:29:19', 35, NULL, '66.249.66.168'),
(3497, '2025-11-18 15:44:03', 46, NULL, '44.194.139.149'),
(3498, '2025-11-18 16:09:29', 98, NULL, '43.173.180.39'),
(3499, '2025-11-18 16:13:45', 46, NULL, '184.73.167.217'),
(3500, '2025-11-18 16:38:00', 46, NULL, '54.159.18.27'),
(3501, '2025-11-18 17:10:32', 112, NULL, '43.173.181.188'),
(3502, '2025-11-18 17:10:32', 111, NULL, '43.173.181.188'),
(3503, '2025-11-18 17:10:32', 108, NULL, '43.173.181.188'),
(3504, '2025-11-18 17:10:32', 107, NULL, '43.173.181.188'),
(3505, '2025-11-18 17:10:32', 106, NULL, '43.173.181.188'),
(3506, '2025-11-18 17:10:32', 105, NULL, '43.173.181.188'),
(3507, '2025-11-18 17:10:32', 104, NULL, '43.173.181.188'),
(3508, '2025-11-18 17:10:32', 103, NULL, '43.173.181.188'),
(3509, '2025-11-18 17:10:32', 102, NULL, '43.173.181.188'),
(3510, '2025-11-18 17:10:32', 101, NULL, '43.173.181.188'),
(3511, '2025-11-18 17:10:32', 100, NULL, '43.173.181.188'),
(3512, '2025-11-18 17:12:23', 105, NULL, '43.173.180.223'),
(3513, '2025-11-18 17:17:46', 21, NULL, '57.141.0.29'),
(3514, '2025-11-18 17:35:31', 5, NULL, '50.19.102.70'),
(3515, '2025-11-18 18:08:25', 48, NULL, '66.249.66.36'),
(3516, '2025-11-18 18:12:12', 100, NULL, '43.173.180.102'),
(3517, '2025-11-18 18:55:49', 46, NULL, '23.20.178.124'),
(3518, '2025-11-18 19:14:33', 102, NULL, '43.173.173.66'),
(3519, '2025-11-18 19:23:49', 46, NULL, '18.213.27.222'),
(3520, '2025-11-18 19:39:17', 112, NULL, '94.23.188.206'),
(3521, '2025-11-18 19:39:17', 111, NULL, '94.23.188.206'),
(3522, '2025-11-18 19:39:17', 108, NULL, '94.23.188.206'),
(3523, '2025-11-18 19:39:17', 107, NULL, '94.23.188.206'),
(3524, '2025-11-18 19:39:17', 106, NULL, '94.23.188.206'),
(3525, '2025-11-18 19:39:17', 105, NULL, '94.23.188.206'),
(3526, '2025-11-18 19:39:17', 104, NULL, '94.23.188.206'),
(3527, '2025-11-18 19:39:17', 103, NULL, '94.23.188.206'),
(3528, '2025-11-18 19:39:17', 102, NULL, '94.23.188.206'),
(3529, '2025-11-18 19:39:17', 101, NULL, '94.23.188.206'),
(3530, '2025-11-18 19:39:17', 100, NULL, '94.23.188.206'),
(3531, '2025-11-18 20:17:10', 102, NULL, '43.173.174.193'),
(3532, '2025-11-18 21:03:32', 88, NULL, '18.207.79.144'),
(3533, '2025-11-18 21:48:23', 46, NULL, '107.220.96.212'),
(3534, '2025-11-18 22:23:12', 46, NULL, '43.173.176.52'),
(3535, '2025-11-18 22:44:57', 89, NULL, '17.241.219.173'),
(3536, '2025-11-18 22:47:52', 130, NULL, '66.249.66.13'),
(3537, '2025-11-19 00:13:04', 46, NULL, '44.223.116.149'),
(3538, '2025-11-19 00:31:12', 48, NULL, '66.249.66.202'),
(3539, '2025-11-19 00:31:54', 27, NULL, '144.76.32.239'),
(3540, '2025-11-19 00:37:22', 129, NULL, '43.173.180.222'),
(3541, '2025-11-19 00:38:10', 48, NULL, '66.249.66.77'),
(3542, '2025-11-19 00:55:43', 129, NULL, '113.172.199.51'),
(3543, '2025-11-19 00:58:22', 48, NULL, '66.249.66.168'),
(3544, '2025-11-19 01:24:25', 22, NULL, '66.249.66.14'),
(3545, '2025-11-19 02:07:08', 23, NULL, '157.55.39.15'),
(3546, '2025-11-19 02:09:51', 98, NULL, '47.128.121.226'),
(3547, '2025-11-19 02:36:02', 89, NULL, '43.173.178.31'),
(3548, '2025-11-19 02:36:02', 88, NULL, '43.173.178.31'),
(3549, '2025-11-19 02:50:08', 23, NULL, '207.46.13.111'),
(3550, '2025-11-19 03:20:57', 107, NULL, '43.173.181.218'),
(3551, '2025-11-19 03:52:36', 45, NULL, '47.128.43.115'),
(3552, '2025-11-19 03:52:40', 101, NULL, '17.246.19.99'),
(3553, '2025-11-19 03:54:58', 5, NULL, '3.220.70.171'),
(3554, '2025-11-19 03:55:30', 5, NULL, '54.204.12.115'),
(3555, '2025-11-19 04:31:36', 107, NULL, '5.39.109.185'),
(3556, '2025-11-19 04:43:01', 104, NULL, '43.173.179.199'),
(3557, '2025-11-19 04:55:02', 106, NULL, '43.173.174.221'),
(3558, '2025-11-19 04:55:49', 3, NULL, '98.82.59.253'),
(3559, '2025-11-19 04:57:49', 3, NULL, '3.221.156.96'),
(3560, '2025-11-19 05:22:00', 107, NULL, '43.173.182.205'),
(3561, '2025-11-19 05:24:26', 3, NULL, '44.218.170.184'),
(3562, '2025-11-19 05:46:01', 99, NULL, '17.246.15.118'),
(3563, '2025-11-19 06:02:52', 3, NULL, '52.202.52.82'),
(3564, '2025-11-19 06:14:21', 106, NULL, '43.173.182.21'),
(3565, '2025-11-19 06:26:55', 46, NULL, '1.52.178.189'),
(3566, '2025-11-19 06:26:55', 37, NULL, '1.52.178.189'),
(3567, '2025-11-19 06:51:16', 5, NULL, '18.210.58.238'),
(3568, '2025-11-19 07:19:38', 101, NULL, '43.173.179.87'),
(3569, '2025-11-19 07:27:50', 5, NULL, '54.147.182.90'),
(3570, '2025-11-19 07:29:35', 5, NULL, '34.196.114.170'),
(3571, '2025-11-19 07:32:13', 103, NULL, '57.141.0.45'),
(3572, '2025-11-19 07:33:42', 102, NULL, '43.173.175.216'),
(3573, '2025-11-19 07:40:23', 131, 30, NULL),
(3574, '2025-11-19 07:40:23', 127, 30, NULL),
(3575, '2025-11-19 07:40:23', 128, 30, NULL),
(3576, '2025-11-19 07:40:23', 130, 30, NULL),
(3577, '2025-11-19 07:40:23', 129, 30, NULL),
(3578, '2025-11-19 07:46:31', 132, 30, NULL),
(3579, '2025-11-19 07:55:25', 132, 29, NULL),
(3580, '2025-11-19 07:55:25', 127, 29, NULL),
(3581, '2025-11-19 07:55:25', 128, 29, NULL),
(3582, '2025-11-19 07:55:25', 131, 29, NULL),
(3583, '2025-11-19 07:55:25', 130, 29, NULL),
(3584, '2025-11-19 08:10:40', 128, NULL, '47.128.22.177'),
(3585, '2025-11-19 08:19:35', 108, NULL, '43.173.179.63'),
(3586, '2025-11-19 08:54:28', 138, NULL, '14.254.67.16'),
(3587, '2025-11-19 08:56:22', 3, NULL, '44.216.172.204'),
(3588, '2025-11-19 09:11:34', 22, NULL, '66.249.66.34'),
(3589, '2025-11-19 09:23:19', 47, NULL, '43.173.174.143'),
(3590, '2025-11-19 09:23:19', 42, NULL, '43.173.174.143'),
(3591, '2025-11-19 09:26:22', 47, NULL, '43.173.176.95'),
(3592, '2025-11-19 09:57:19', 157, NULL, '176.31.139.12'),
(3593, '2025-11-19 09:57:19', 158, NULL, '176.31.139.12'),
(3594, '2025-11-19 09:57:19', 159, NULL, '176.31.139.12'),
(3595, '2025-11-19 09:57:19', 160, NULL, '176.31.139.12'),
(3596, '2025-11-19 09:57:19', 161, NULL, '176.31.139.12'),
(3597, '2025-11-19 09:57:19', 162, NULL, '176.31.139.12'),
(3598, '2025-11-19 09:57:19', 163, NULL, '176.31.139.12'),
(3599, '2025-11-19 09:57:19', 164, NULL, '176.31.139.12'),
(3600, '2025-11-19 09:57:19', 165, NULL, '176.31.139.12'),
(3601, '2025-11-19 09:57:19', 166, NULL, '176.31.139.12'),
(3602, '2025-11-19 10:24:20', 37, NULL, '43.173.173.145'),
(3603, '2025-11-19 10:30:12', 128, NULL, '43.173.175.250'),
(3604, '2025-11-19 10:30:12', 127, NULL, '43.173.175.250'),
(3605, '2025-11-19 10:31:41', 31, NULL, '195.178.110.110'),
(3606, '2025-11-19 10:31:47', 1, NULL, '195.178.110.110'),
(3607, '2025-11-19 10:31:47', 2, NULL, '195.178.110.110'),
(3608, '2025-11-19 10:31:47', 3, NULL, '195.178.110.110'),
(3609, '2025-11-19 10:31:47', 4, NULL, '195.178.110.110'),
(3610, '2025-11-19 10:31:47', 5, NULL, '195.178.110.110'),
(3611, '2025-11-19 10:31:47', 6, NULL, '195.178.110.110'),
(3612, '2025-11-19 10:31:47', 7, NULL, '195.178.110.110'),
(3613, '2025-11-19 10:31:47', 8, NULL, '195.178.110.110'),
(3614, '2025-11-19 10:31:47', 11, NULL, '195.178.110.110'),
(3615, '2025-11-19 10:38:13', 37, NULL, '43.173.179.124'),
(3616, '2025-11-19 11:00:42', 133, NULL, '144.76.32.239'),
(3617, '2025-11-19 11:20:27', 105, NULL, '43.173.175.67'),
(3618, '2025-11-19 11:21:46', 160, NULL, '47.128.110.17'),
(3619, '2025-11-19 11:23:34', 5, NULL, '3.221.244.28'),
(3620, '2025-11-19 11:25:55', 65, NULL, '43.173.175.103'),
(3621, '2025-11-19 11:37:01', 160, NULL, '47.128.17.127'),
(3622, '2025-11-19 12:13:56', 3, NULL, '35.169.240.53'),
(3623, '2025-11-19 12:14:32', 37, NULL, '43.173.181.202'),
(3624, '2025-11-19 12:17:36', 160, NULL, '47.128.58.174'),
(3625, '2025-11-19 12:18:36', 101, NULL, '43.173.177.71'),
(3626, '2025-11-19 12:36:50', 102, NULL, '43.173.174.184'),
(3627, '2025-11-19 12:42:40', 3, NULL, '52.5.242.243'),
(3628, '2025-11-19 12:54:34', 139, NULL, '167.108.205.45'),
(3629, '2025-11-19 12:57:34', 5, NULL, '3.89.176.255'),
(3630, '2025-11-19 13:09:13', 107, NULL, '43.173.174.169'),
(3631, '2025-11-19 13:12:45', 5, NULL, '3.93.98.99'),
(3632, '2025-11-19 13:14:23', 39, NULL, '43.173.173.66'),
(3633, '2025-11-19 13:30:48', 46, NULL, '43.173.173.11'),
(3634, '2025-11-19 13:30:48', 37, NULL, '43.173.173.11'),
(3635, '2025-11-19 13:31:45', 100, NULL, '43.173.179.60'),
(3636, '2025-11-19 14:02:50', 161, NULL, '17.246.23.235'),
(3637, '2025-11-19 14:20:55', 128, NULL, '43.173.181.193'),
(3638, '2025-11-19 14:20:55', 127, NULL, '43.173.181.193'),
(3639, '2025-11-19 14:21:37', 3, NULL, '3.90.73.206'),
(3640, '2025-11-19 14:22:21', 128, NULL, '43.173.181.80'),
(3641, '2025-11-19 14:22:21', 127, NULL, '43.173.181.80'),
(3642, '2025-11-19 14:47:43', 5, NULL, '100.24.149.244'),
(3643, '2025-11-19 14:59:37', 5, NULL, '23.23.104.107'),
(3644, '2025-11-19 15:36:07', 27, NULL, '66.249.66.35'),
(3645, '2025-11-19 16:05:04', 103, NULL, '57.141.0.39'),
(3646, '2025-11-19 16:12:15', 98, NULL, '43.173.173.70'),
(3647, '2025-11-19 16:13:36', 153, NULL, '43.173.176.97'),
(3648, '2025-11-19 16:13:40', 175, NULL, '43.173.180.102'),
(3649, '2025-11-19 16:13:42', 165, NULL, '43.173.180.10'),
(3650, '2025-11-19 16:13:44', 168, NULL, '43.173.177.220'),
(3651, '2025-11-19 16:13:47', 173, NULL, '43.173.175.140'),
(3652, '2025-11-19 16:14:44', 140, NULL, '43.173.177.61'),
(3653, '2025-11-19 16:14:47', 175, NULL, '43.167.240.240'),
(3654, '2025-11-19 16:14:47', 174, NULL, '43.173.176.62'),
(3655, '2025-11-19 16:14:50', 150, NULL, '177.54.207.142'),
(3656, '2025-11-19 16:14:51', 164, NULL, '43.173.180.188'),
(3657, '2025-11-19 16:14:54', 161, NULL, '54.183.131.235'),
(3658, '2025-11-19 16:14:55', 173, NULL, '43.153.37.222'),
(3659, '2025-11-19 16:14:55', 170, NULL, '46.184.26.63'),
(3660, '2025-11-19 16:14:58', 136, NULL, '170.106.65.38');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(3661, '2025-11-19 16:15:00', 149, NULL, '43.154.57.15'),
(3662, '2025-11-19 16:15:45', 160, NULL, '43.173.174.145'),
(3663, '2025-11-19 16:15:46', 139, NULL, '43.173.181.39'),
(3664, '2025-11-19 16:15:48', 167, NULL, '43.173.182.183'),
(3665, '2025-11-19 16:15:49', 154, NULL, '43.173.174.85'),
(3666, '2025-11-19 16:15:50', 137, NULL, '43.173.173.21'),
(3667, '2025-11-19 16:15:52', 180, NULL, '43.173.181.126'),
(3668, '2025-11-19 16:15:55', 169, NULL, '43.173.180.26'),
(3669, '2025-11-19 16:16:45', 179, NULL, '43.173.175.215'),
(3670, '2025-11-19 16:16:48', 132, NULL, '43.173.176.157'),
(3671, '2025-11-19 16:16:50', 167, NULL, '43.173.177.43'),
(3672, '2025-11-19 16:16:55', 151, NULL, '188.123.173.37'),
(3673, '2025-11-19 16:16:56', 176, NULL, '43.173.179.93'),
(3674, '2025-11-19 16:17:46', 132, NULL, '43.173.182.236'),
(3675, '2025-11-19 16:17:48', 155, NULL, '43.173.127.62'),
(3676, '2025-11-19 16:18:47', 155, NULL, '43.173.180.209'),
(3677, '2025-11-19 16:38:29', 112, NULL, '66.249.66.202'),
(3678, '2025-11-19 16:38:29', 111, NULL, '66.249.66.202'),
(3679, '2025-11-19 16:38:29', 108, NULL, '66.249.66.202'),
(3680, '2025-11-19 16:38:29', 107, NULL, '66.249.66.202'),
(3681, '2025-11-19 16:38:29', 106, NULL, '66.249.66.202'),
(3682, '2025-11-19 16:38:29', 105, NULL, '66.249.66.202'),
(3683, '2025-11-19 16:38:29', 104, NULL, '66.249.66.202'),
(3684, '2025-11-19 16:38:29', 103, NULL, '66.249.66.202'),
(3685, '2025-11-19 16:38:29', 102, NULL, '66.249.66.202'),
(3686, '2025-11-19 16:38:29', 101, NULL, '66.249.66.202'),
(3687, '2025-11-19 16:39:59', 31, NULL, '157.55.39.203'),
(3688, '2025-11-19 16:55:18', 181, NULL, '66.249.66.36'),
(3689, '2025-11-19 16:57:15', 112, NULL, '43.173.182.82'),
(3690, '2025-11-19 16:57:15', 111, NULL, '43.173.182.82'),
(3691, '2025-11-19 16:57:15', 108, NULL, '43.173.182.82'),
(3692, '2025-11-19 16:57:15', 107, NULL, '43.173.182.82'),
(3693, '2025-11-19 16:57:15', 106, NULL, '43.173.182.82'),
(3694, '2025-11-19 16:57:15', 105, NULL, '43.173.182.82'),
(3695, '2025-11-19 16:57:15', 104, NULL, '43.173.182.82'),
(3696, '2025-11-19 16:57:15', 103, NULL, '43.173.182.82'),
(3697, '2025-11-19 16:57:15', 102, NULL, '43.173.182.82'),
(3698, '2025-11-19 16:57:15', 101, NULL, '43.173.182.82'),
(3699, '2025-11-19 16:57:15', 100, NULL, '43.173.182.82'),
(3700, '2025-11-19 17:04:29', 45, NULL, '94.249.48.26'),
(3701, '2025-11-19 17:08:11', 158, NULL, '43.173.180.238'),
(3702, '2025-11-19 17:13:15', 130, NULL, '114.31.177.83'),
(3703, '2025-11-19 17:22:48', 154, NULL, '43.173.179.18'),
(3704, '2025-11-19 17:26:34', 160, NULL, '43.173.179.21'),
(3705, '2025-11-19 17:33:32', 139, NULL, '17.22.237.70'),
(3706, '2025-11-19 17:36:20', 43, NULL, '66.249.66.76'),
(3707, '2025-11-19 17:38:26', 155, NULL, '43.173.180.177'),
(3708, '2025-11-19 17:42:10', 150, NULL, '43.173.177.251'),
(3709, '2025-11-19 17:45:10', 23, NULL, '66.249.66.77'),
(3710, '2025-11-19 17:46:14', 161, NULL, '43.173.176.9'),
(3711, '2025-11-19 17:46:49', 105, NULL, '43.173.178.31'),
(3712, '2025-11-19 17:48:19', 23, NULL, '66.249.66.75'),
(3713, '2025-11-19 17:50:11', 23, NULL, '66.249.66.168'),
(3714, '2025-11-19 17:51:16', 23, NULL, '66.249.76.203'),
(3715, '2025-11-19 17:53:14', 151, NULL, '43.173.175.176'),
(3716, '2025-11-19 18:27:06', 107, NULL, '17.246.19.83'),
(3717, '2025-11-19 18:36:19', 126, NULL, '43.173.178.68'),
(3718, '2025-11-19 18:36:36', 21, NULL, '57.141.0.28'),
(3719, '2025-11-19 18:57:26', 180, NULL, '66.249.66.36'),
(3720, '2025-11-19 18:57:26', 179, NULL, '66.249.66.36'),
(3721, '2025-11-19 18:57:26', 178, NULL, '66.249.66.36'),
(3722, '2025-11-19 18:57:26', 177, NULL, '66.249.66.36'),
(3723, '2025-11-19 18:57:26', 176, NULL, '66.249.66.36'),
(3724, '2025-11-19 18:57:26', 175, NULL, '66.249.66.36'),
(3725, '2025-11-19 18:57:26', 174, NULL, '66.249.66.36'),
(3726, '2025-11-19 18:57:26', 173, NULL, '66.249.66.36'),
(3727, '2025-11-19 18:57:26', 172, NULL, '66.249.66.36'),
(3728, '2025-11-19 18:57:26', 171, NULL, '66.249.66.36'),
(3729, '2025-11-19 18:57:26', 170, NULL, '66.249.66.36'),
(3730, '2025-11-19 19:01:36', 180, NULL, '66.249.76.195'),
(3731, '2025-11-19 19:16:38', 37, NULL, '43.173.175.43'),
(3732, '2025-11-19 19:26:58', 35, NULL, '40.77.167.159'),
(3733, '2025-11-19 19:26:58', 36, NULL, '40.77.167.159'),
(3734, '2025-11-19 19:26:58', 37, NULL, '40.77.167.159'),
(3735, '2025-11-19 19:26:58', 38, NULL, '40.77.167.159'),
(3736, '2025-11-19 19:26:58', 39, NULL, '40.77.167.159'),
(3737, '2025-11-19 19:26:58', 43, NULL, '40.77.167.159'),
(3738, '2025-11-19 19:26:58', 45, NULL, '40.77.167.159'),
(3739, '2025-11-19 19:26:58', 46, NULL, '40.77.167.159'),
(3740, '2025-11-19 19:26:58', 49, NULL, '40.77.167.159'),
(3741, '2025-11-19 19:30:16', 102, NULL, '43.173.179.12'),
(3742, '2025-11-19 19:34:23', 33, NULL, '18.215.49.176'),
(3743, '2025-11-19 19:54:59', 129, NULL, '66.249.66.77'),
(3744, '2025-11-19 19:59:31', 105, NULL, '185.191.171.11'),
(3745, '2025-11-19 20:13:24', 128, NULL, '43.173.182.144'),
(3746, '2025-11-19 20:13:24', 127, NULL, '43.173.182.144'),
(3747, '2025-11-19 20:18:45', 106, NULL, '43.173.175.227'),
(3748, '2025-11-19 20:19:09', 94, NULL, '66.249.66.14'),
(3749, '2025-11-19 20:22:03', 102, NULL, '43.173.178.102'),
(3750, '2025-11-19 20:27:53', 5, NULL, '35.168.238.50'),
(3751, '2025-11-19 20:35:01', 27, NULL, '66.249.66.168'),
(3752, '2025-11-19 20:40:23', 1, NULL, '66.249.66.200'),
(3753, '2025-11-19 20:40:23', 2, NULL, '66.249.66.200'),
(3754, '2025-11-19 20:40:23', 3, NULL, '66.249.66.200'),
(3755, '2025-11-19 20:40:23', 4, NULL, '66.249.66.200'),
(3756, '2025-11-19 20:40:23', 5, NULL, '66.249.66.200'),
(3757, '2025-11-19 20:40:23', 6, NULL, '66.249.66.200'),
(3758, '2025-11-19 20:40:23', 7, NULL, '66.249.66.200'),
(3759, '2025-11-19 20:40:23', 8, NULL, '66.249.66.200'),
(3760, '2025-11-19 20:40:23', 11, NULL, '66.249.66.200'),
(3761, '2025-11-19 20:42:27', 24, NULL, '66.249.76.203'),
(3762, '2025-11-19 20:45:23', 21, NULL, '66.249.76.204'),
(3763, '2025-11-19 20:46:12', 7, NULL, '66.249.76.203'),
(3764, '2025-11-19 20:56:11', 1, NULL, '66.249.76.203'),
(3765, '2025-11-19 20:56:11', 2, NULL, '66.249.76.203'),
(3766, '2025-11-19 20:56:11', 3, NULL, '66.249.76.203'),
(3767, '2025-11-19 20:56:11', 4, NULL, '66.249.76.203'),
(3768, '2025-11-19 20:56:11', 5, NULL, '66.249.76.203'),
(3769, '2025-11-19 20:56:11', 6, NULL, '66.249.76.203'),
(3770, '2025-11-19 20:56:11', 8, NULL, '66.249.76.203'),
(3771, '2025-11-19 20:56:11', 11, NULL, '66.249.76.203'),
(3772, '2025-11-19 21:01:14', 3, NULL, '54.83.23.103'),
(3773, '2025-11-19 21:05:28', 112, NULL, '66.249.76.203'),
(3774, '2025-11-19 21:05:28', 111, NULL, '66.249.76.203'),
(3775, '2025-11-19 21:05:28', 108, NULL, '66.249.76.203'),
(3776, '2025-11-19 21:05:28', 107, NULL, '66.249.76.203'),
(3777, '2025-11-19 21:05:28', 106, NULL, '66.249.76.203'),
(3778, '2025-11-19 21:05:28', 105, NULL, '66.249.76.203'),
(3779, '2025-11-19 21:05:28', 104, NULL, '66.249.76.203'),
(3780, '2025-11-19 21:05:28', 103, NULL, '66.249.76.203'),
(3781, '2025-11-19 21:05:28', 102, NULL, '66.249.76.203'),
(3782, '2025-11-19 21:05:28', 101, NULL, '66.249.76.203'),
(3783, '2025-11-19 21:05:28', 100, NULL, '66.249.76.203'),
(3784, '2025-11-19 21:19:53', 105, NULL, '17.241.75.14'),
(3785, '2025-11-19 21:29:18', 3, NULL, '18.204.152.114'),
(3786, '2025-11-19 22:12:47', 101, NULL, '43.173.180.174'),
(3787, '2025-11-19 22:14:29', 88, NULL, '66.249.66.36'),
(3788, '2025-11-19 22:18:05', 88, NULL, '66.249.66.168'),
(3789, '2025-11-19 22:25:47', 94, NULL, '66.249.66.166'),
(3790, '2025-11-19 22:45:48', 95, NULL, '66.249.66.201'),
(3791, '2025-11-19 22:53:21', 135, NULL, '66.249.66.166'),
(3792, '2025-11-19 23:04:11', 5, NULL, '18.205.213.231'),
(3793, '2025-11-19 23:10:57', 100, NULL, '43.173.176.65'),
(3794, '2025-11-19 23:24:43', 106, NULL, '43.173.182.219'),
(3795, '2025-11-19 23:33:14', 43, NULL, '43.173.174.175'),
(3796, '2025-11-19 23:34:26', 5, NULL, '100.29.128.75'),
(3797, '2025-11-19 23:35:41', 37, NULL, '43.173.182.68'),
(3798, '2025-11-19 23:58:55', 112, NULL, '18.232.36.1'),
(3799, '2025-11-19 23:58:55', 111, NULL, '18.232.36.1'),
(3800, '2025-11-19 23:58:55', 108, NULL, '18.232.36.1'),
(3801, '2025-11-19 23:58:55', 107, NULL, '18.232.36.1'),
(3802, '2025-11-19 23:58:55', 106, NULL, '18.232.36.1'),
(3803, '2025-11-19 23:58:55', 105, NULL, '18.232.36.1'),
(3804, '2025-11-19 23:58:55', 104, NULL, '18.232.36.1'),
(3805, '2025-11-19 23:58:55', 103, NULL, '18.232.36.1'),
(3806, '2025-11-19 23:58:55', 102, NULL, '18.232.36.1'),
(3807, '2025-11-19 23:58:55', 101, NULL, '18.232.36.1'),
(3808, '2025-11-19 23:58:55', 100, NULL, '18.232.36.1'),
(3809, '2025-11-20 00:08:43', 3, NULL, '34.239.197.197'),
(3810, '2025-11-20 00:25:12', 46, NULL, '66.249.76.203'),
(3811, '2025-11-20 00:36:15', 108, NULL, '43.173.177.100'),
(3812, '2025-11-20 00:50:15', 94, NULL, '37.236.51.20'),
(3813, '2025-11-20 00:54:22', 153, NULL, '216.73.216.2'),
(3814, '2025-11-20 00:54:22', 132, NULL, '216.73.216.2'),
(3815, '2025-11-20 00:54:23', 174, NULL, '216.73.216.2'),
(3816, '2025-11-20 00:54:51', 171, NULL, '216.73.216.2'),
(3817, '2025-11-20 00:55:39', 191, NULL, '216.73.216.2'),
(3818, '2025-11-20 00:55:39', 190, NULL, '216.73.216.2'),
(3819, '2025-11-20 00:55:39', 189, NULL, '216.73.216.2'),
(3820, '2025-11-20 00:55:39', 188, NULL, '216.73.216.2'),
(3821, '2025-11-20 00:55:39', 187, NULL, '216.73.216.2'),
(3822, '2025-11-20 00:55:39', 186, NULL, '216.73.216.2'),
(3823, '2025-11-20 00:55:39', 185, NULL, '216.73.216.2'),
(3824, '2025-11-20 00:55:39', 184, NULL, '216.73.216.2'),
(3825, '2025-11-20 00:55:39', 183, NULL, '216.73.216.2'),
(3826, '2025-11-20 00:55:39', 182, NULL, '216.73.216.2'),
(3827, '2025-11-20 00:55:39', 181, NULL, '216.73.216.2'),
(3828, '2025-11-20 00:55:39', 180, NULL, '216.73.216.2'),
(3829, '2025-11-20 00:56:47', 152, NULL, '216.73.216.2'),
(3830, '2025-11-20 00:59:24', 131, NULL, '216.73.216.2'),
(3831, '2025-11-20 01:00:45', 27, NULL, '34.169.240.35'),
(3832, '2025-11-20 01:10:41', 108, NULL, '17.246.15.21'),
(3833, '2025-11-20 01:12:59', 23, NULL, '34.169.240.35'),
(3834, '2025-11-20 01:16:16', 35, NULL, '34.182.12.143'),
(3835, '2025-11-20 01:16:29', 108, NULL, '34.169.240.35'),
(3836, '2025-11-20 01:17:04', 136, NULL, '144.76.32.239'),
(3837, '2025-11-20 01:17:57', 159, NULL, '144.76.32.239'),
(3838, '2025-11-20 01:20:36', 24, NULL, '52.167.144.208'),
(3839, '2025-11-20 01:25:11', 106, NULL, '43.173.181.81'),
(3840, '2025-11-20 01:25:39', 7, NULL, '136.117.108.44'),
(3841, '2025-11-20 01:29:51', 107, NULL, '43.173.176.180'),
(3842, '2025-11-20 01:31:18', 46, NULL, '52.202.52.82'),
(3843, '2025-11-20 01:33:51', 3, NULL, '18.211.148.239'),
(3844, '2025-11-20 01:40:29', 48, NULL, '144.76.32.239'),
(3845, '2025-11-20 01:40:29', 41, NULL, '144.76.32.239'),
(3846, '2025-11-20 01:41:00', 43, NULL, '144.76.32.239'),
(3847, '2025-11-20 01:41:04', 65, NULL, '144.76.32.239'),
(3848, '2025-11-20 01:41:04', 49, NULL, '144.76.32.239'),
(3849, '2025-11-20 01:41:04', 45, NULL, '144.76.32.239'),
(3850, '2025-11-20 01:41:04', 39, NULL, '144.76.32.239'),
(3851, '2025-11-20 01:41:04', 38, NULL, '144.76.32.239'),
(3852, '2025-11-20 01:41:04', 36, NULL, '144.76.32.239'),
(3853, '2025-11-20 01:41:04', 34, NULL, '144.76.32.239'),
(3854, '2025-11-20 01:41:04', 33, NULL, '144.76.32.239'),
(3855, '2025-11-20 01:41:04', 29, NULL, '144.76.32.239'),
(3856, '2025-11-20 01:47:40', 21, NULL, '34.169.240.35'),
(3857, '2025-11-20 02:05:21', 35, NULL, '66.249.76.203'),
(3858, '2025-11-20 02:11:05', 108, NULL, '43.173.174.40'),
(3859, '2025-11-20 02:16:14', 104, NULL, '43.173.181.96'),
(3860, '2025-11-20 02:17:32', 46, NULL, '43.173.178.190'),
(3861, '2025-11-20 02:20:42', 37, NULL, '43.173.179.150'),
(3862, '2025-11-20 02:27:16', 101, NULL, '43.173.182.192'),
(3863, '2025-11-20 02:59:38', 31, NULL, '34.202.88.37'),
(3864, '2025-11-20 03:00:26', 128, NULL, '144.76.32.239'),
(3865, '2025-11-20 03:00:26', 211, NULL, '216.73.216.2'),
(3866, '2025-11-20 03:00:26', 210, NULL, '216.73.216.2'),
(3867, '2025-11-20 03:00:26', 209, NULL, '216.73.216.2'),
(3868, '2025-11-20 03:00:26', 208, NULL, '216.73.216.2'),
(3869, '2025-11-20 03:00:26', 207, NULL, '216.73.216.2'),
(3870, '2025-11-20 03:00:26', 205, NULL, '216.73.216.2'),
(3871, '2025-11-20 03:00:26', 204, NULL, '216.73.216.2'),
(3872, '2025-11-20 03:00:26', 203, NULL, '216.73.216.2'),
(3873, '2025-11-20 03:00:26', 202, NULL, '216.73.216.2'),
(3874, '2025-11-20 03:00:26', 201, NULL, '216.73.216.2'),
(3875, '2025-11-20 03:00:26', 200, NULL, '216.73.216.2'),
(3876, '2025-11-20 03:00:28', 168, NULL, '216.73.216.2'),
(3877, '2025-11-20 03:00:29', 176, NULL, '216.73.216.2'),
(3878, '2025-11-20 03:00:30', 161, NULL, '216.73.216.2'),
(3879, '2025-11-20 03:00:31', 157, NULL, '216.73.216.2'),
(3880, '2025-11-20 03:00:32', 173, NULL, '216.73.216.2'),
(3881, '2025-11-20 03:00:32', 192, NULL, '216.73.216.2'),
(3882, '2025-11-20 03:00:33', 133, NULL, '216.73.216.2'),
(3883, '2025-11-20 03:00:33', 169, NULL, '216.73.216.2'),
(3884, '2025-11-20 03:00:33', 134, NULL, '216.73.216.2'),
(3885, '2025-11-20 03:00:33', 135, NULL, '216.73.216.2'),
(3886, '2025-11-20 03:00:34', 165, NULL, '216.73.216.2'),
(3887, '2025-11-20 03:00:34', 156, NULL, '216.73.216.2'),
(3888, '2025-11-20 03:00:35', 141, NULL, '216.73.216.2'),
(3889, '2025-11-20 03:00:36', 136, NULL, '216.73.216.2'),
(3890, '2025-11-20 03:00:36', 142, NULL, '216.73.216.2'),
(3891, '2025-11-20 03:00:36', 148, NULL, '216.73.216.2'),
(3892, '2025-11-20 03:05:10', 46, NULL, '44.205.180.155'),
(3893, '2025-11-20 03:07:52', 212, NULL, '216.73.216.2'),
(3894, '2025-11-20 03:07:52', 154, NULL, '216.73.216.2'),
(3895, '2025-11-20 03:09:39', 31, NULL, '17.241.75.35'),
(3896, '2025-11-20 03:11:03', 104, NULL, '43.173.179.49'),
(3897, '2025-11-20 03:14:46', 168, NULL, '66.249.66.200'),
(3898, '2025-11-20 03:16:05', 107, NULL, '43.173.181.222'),
(3899, '2025-11-20 03:16:58', 158, NULL, '216.73.216.2'),
(3900, '2025-11-20 03:26:51', 21, NULL, '144.76.32.239'),
(3901, '2025-11-20 03:26:51', 22, NULL, '144.76.32.239'),
(3902, '2025-11-20 03:26:51', 23, NULL, '144.76.32.239'),
(3903, '2025-11-20 03:26:51', 24, NULL, '144.76.32.239'),
(3904, '2025-11-20 03:26:54', 35, NULL, '144.76.32.239'),
(3905, '2025-11-20 03:26:54', 37, NULL, '144.76.32.239'),
(3906, '2025-11-20 03:26:54', 46, NULL, '144.76.32.239'),
(3907, '2025-11-20 03:26:57', 88, NULL, '144.76.32.239'),
(3908, '2025-11-20 03:26:57', 89, NULL, '144.76.32.239'),
(3909, '2025-11-20 03:26:57', 94, NULL, '144.76.32.239'),
(3910, '2025-11-20 03:26:57', 95, NULL, '144.76.32.239'),
(3911, '2025-11-20 03:26:57', 98, NULL, '144.76.32.239'),
(3912, '2025-11-20 03:26:57', 99, NULL, '144.76.32.239'),
(3913, '2025-11-20 03:27:00', 126, NULL, '144.76.32.239'),
(3914, '2025-11-20 03:27:03', 129, NULL, '144.76.32.239'),
(3915, '2025-11-20 03:27:03', 130, NULL, '144.76.32.239'),
(3916, '2025-11-20 03:27:03', 131, NULL, '144.76.32.239'),
(3917, '2025-11-20 03:27:03', 132, NULL, '144.76.32.239'),
(3918, '2025-11-20 03:27:03', 134, NULL, '144.76.32.239'),
(3919, '2025-11-20 03:27:03', 135, NULL, '144.76.32.239'),
(3920, '2025-11-20 03:32:01', 36, NULL, '43.173.173.209'),
(3921, '2025-11-20 03:47:49', 196, NULL, '66.249.76.203'),
(3922, '2025-11-20 03:51:01', 31, NULL, '217.113.194.124'),
(3923, '2025-11-20 03:53:57', 43, NULL, '95.108.213.214'),
(3924, '2025-11-20 04:08:47', 161, NULL, '54.144.185.255'),
(3925, '2025-11-20 04:13:22', 167, NULL, '54.90.8.255'),
(3926, '2025-11-20 04:15:42', 104, NULL, '43.173.180.146'),
(3927, '2025-11-20 04:29:49', 1, NULL, '217.113.194.122'),
(3928, '2025-11-20 04:29:49', 2, NULL, '217.113.194.122'),
(3929, '2025-11-20 04:29:49', 3, NULL, '217.113.194.122'),
(3930, '2025-11-20 04:29:49', 4, NULL, '217.113.194.122'),
(3931, '2025-11-20 04:29:49', 5, NULL, '217.113.194.122'),
(3932, '2025-11-20 04:29:49', 6, NULL, '217.113.194.122'),
(3933, '2025-11-20 04:29:49', 7, NULL, '217.113.194.122'),
(3934, '2025-11-20 04:29:49', 8, NULL, '217.113.194.122'),
(3935, '2025-11-20 04:29:49', 11, NULL, '217.113.194.122'),
(3936, '2025-11-20 04:37:11', 105, NULL, '213.180.203.2'),
(3937, '2025-11-20 04:54:38', 33, NULL, '217.113.194.130'),
(3938, '2025-11-20 04:55:20', 223, NULL, '34.233.114.237'),
(3939, '2025-11-20 04:55:55', 150, NULL, '216.73.216.2'),
(3940, '2025-11-20 04:55:57', 138, NULL, '216.73.216.2'),
(3941, '2025-11-20 04:55:58', 164, NULL, '216.73.216.2'),
(3942, '2025-11-20 04:56:00', 175, NULL, '216.73.216.2'),
(3943, '2025-11-20 04:56:00', 178, NULL, '216.73.216.2'),
(3944, '2025-11-20 04:56:03', 170, NULL, '216.73.216.2'),
(3945, '2025-11-20 04:57:21', 166, NULL, '216.73.216.2'),
(3946, '2025-11-20 04:57:22', 172, NULL, '216.73.216.2'),
(3947, '2025-11-20 04:57:43', 143, NULL, '216.73.216.2'),
(3948, '2025-11-20 04:57:43', 196, NULL, '216.73.216.2'),
(3949, '2025-11-20 04:57:43', 177, NULL, '216.73.216.2'),
(3950, '2025-11-20 04:57:44', 193, NULL, '216.73.216.2'),
(3951, '2025-11-20 04:57:44', 144, NULL, '216.73.216.2'),
(3952, '2025-11-20 04:57:46', 159, NULL, '216.73.216.2'),
(3953, '2025-11-20 04:59:03', 167, NULL, '216.73.216.2'),
(3954, '2025-11-20 04:59:04', 160, NULL, '216.73.216.2'),
(3955, '2025-11-20 04:59:04', 140, NULL, '216.73.216.2'),
(3956, '2025-11-20 04:59:04', 163, NULL, '216.73.216.2'),
(3957, '2025-11-20 04:59:04', 179, NULL, '216.73.216.2'),
(3958, '2025-11-20 04:59:06', 149, NULL, '216.73.216.2'),
(3959, '2025-11-20 04:59:30', 225, NULL, '66.249.66.76'),
(3960, '2025-11-20 04:59:30', 224, NULL, '66.249.66.76'),
(3961, '2025-11-20 04:59:30', 223, NULL, '66.249.66.76'),
(3962, '2025-11-20 04:59:30', 222, NULL, '66.249.66.76'),
(3963, '2025-11-20 04:59:30', 221, NULL, '66.249.66.76'),
(3964, '2025-11-20 04:59:30', 220, NULL, '66.249.66.76'),
(3965, '2025-11-20 04:59:30', 219, NULL, '66.249.66.76'),
(3966, '2025-11-20 04:59:30', 218, NULL, '66.249.66.76'),
(3967, '2025-11-20 04:59:30', 217, NULL, '66.249.66.76'),
(3968, '2025-11-20 04:59:30', 215, NULL, '66.249.66.76'),
(3969, '2025-11-20 04:59:30', 214, NULL, '66.249.66.76'),
(3970, '2025-11-20 05:01:32', 194, NULL, '216.73.216.2'),
(3971, '2025-11-20 05:01:34', 197, NULL, '216.73.216.2'),
(3972, '2025-11-20 05:02:30', 195, NULL, '216.73.216.2'),
(3973, '2025-11-20 05:02:34', 155, NULL, '216.73.216.2'),
(3974, '2025-11-20 05:02:34', 139, NULL, '216.73.216.2'),
(3975, '2025-11-20 05:03:00', 151, NULL, '216.73.216.2'),
(3976, '2025-11-20 05:03:02', 146, NULL, '216.73.216.2'),
(3977, '2025-11-20 05:04:10', 199, NULL, '216.73.216.2'),
(3978, '2025-11-20 05:04:11', 145, NULL, '216.73.216.2'),
(3979, '2025-11-20 05:16:27', 29, NULL, '17.22.253.125'),
(3980, '2025-11-20 05:22:27', 186, NULL, '66.249.66.12'),
(3981, '2025-11-20 05:24:29', 150, NULL, '66.249.66.12'),
(3982, '2025-11-20 05:27:49', 214, NULL, '216.73.216.2'),
(3983, '2025-11-20 05:27:49', 218, NULL, '216.73.216.2'),
(3984, '2025-11-20 05:39:03', 46, NULL, '44.212.145.46'),
(3985, '2025-11-20 05:39:15', 46, NULL, '44.223.115.10'),
(3986, '2025-11-20 05:41:12', 155, NULL, '66.249.76.205'),
(3987, '2025-11-20 05:45:56', 36, NULL, '217.113.194.127'),
(3988, '2025-11-20 05:45:56', 31, NULL, '217.113.194.127'),
(3989, '2025-11-20 05:45:56', 11, NULL, '217.113.194.127'),
(3990, '2025-11-20 05:51:37', 33, NULL, '217.113.194.129'),
(3991, '2025-11-20 05:52:15', 35, NULL, '217.113.194.124'),
(3992, '2025-11-20 05:57:15', 31, NULL, '217.113.194.126'),
(3993, '2025-11-20 06:10:30', 204, NULL, '66.249.76.203'),
(3994, '2025-11-20 06:10:58', 162, NULL, '23.21.148.226'),
(3995, '2025-11-20 06:45:16', 225, NULL, '52.3.155.146'),
(3996, '2025-11-20 06:45:16', 224, NULL, '52.3.155.146'),
(3997, '2025-11-20 06:45:16', 223, NULL, '52.3.155.146'),
(3998, '2025-11-20 06:45:16', 222, NULL, '52.3.155.146'),
(3999, '2025-11-20 06:45:16', 221, NULL, '52.3.155.146'),
(4000, '2025-11-20 06:45:16', 220, NULL, '52.3.155.146'),
(4001, '2025-11-20 06:45:16', 219, NULL, '52.3.155.146'),
(4002, '2025-11-20 06:45:16', 218, NULL, '52.3.155.146'),
(4003, '2025-11-20 06:45:16', 217, NULL, '52.3.155.146'),
(4004, '2025-11-20 06:50:03', 223, NULL, '216.73.216.2'),
(4005, '2025-11-20 06:50:58', 159, NULL, '45.161.83.63'),
(4006, '2025-11-20 06:51:11', 132, NULL, '217.113.194.123'),
(4007, '2025-11-20 06:51:11', 131, NULL, '217.113.194.123'),
(4008, '2025-11-20 06:53:12', 221, NULL, '216.73.216.2'),
(4009, '2025-11-20 06:53:22', 163, NULL, '66.249.66.168'),
(4010, '2025-11-20 06:53:37', 99, NULL, '103.111.225.188'),
(4011, '2025-11-20 06:53:46', 166, NULL, '52.70.209.13'),
(4012, '2025-11-20 06:56:11', 41, NULL, '66.249.66.34'),
(4013, '2025-11-20 07:00:02', 108, NULL, '66.249.66.167'),
(4014, '2025-11-20 07:00:22', 224, NULL, '216.73.216.2'),
(4015, '2025-11-20 07:00:22', 213, NULL, '216.73.216.2'),
(4016, '2025-11-20 07:00:23', 215, NULL, '216.73.216.2'),
(4017, '2025-11-20 07:00:23', 220, NULL, '216.73.216.2'),
(4018, '2025-11-20 07:00:24', 222, NULL, '216.73.216.2'),
(4019, '2025-11-20 07:00:24', 217, NULL, '216.73.216.2'),
(4020, '2025-11-20 07:00:25', 225, NULL, '216.73.216.2'),
(4021, '2025-11-20 07:00:25', 219, NULL, '216.73.216.2'),
(4022, '2025-11-20 07:00:33', 27, NULL, '216.244.66.235'),
(4023, '2025-11-20 07:02:54', 46, NULL, '52.45.92.83'),
(4024, '2025-11-20 07:10:02', 160, NULL, '54.235.191.179'),
(4025, '2025-11-20 07:13:39', 47, NULL, '66.249.76.204'),
(4026, '2025-11-20 07:13:39', 42, NULL, '66.249.76.204'),
(4027, '2025-11-20 07:20:51', 169, NULL, '23.21.175.228'),
(4028, '2025-11-20 07:26:05', 31, NULL, '157.55.39.192'),
(4029, '2025-11-20 07:41:50', 108, NULL, '43.173.178.9'),
(4030, '2025-11-20 07:41:56', 168, NULL, '54.225.98.148'),
(4031, '2025-11-20 07:45:04', 100, NULL, '43.173.180.201'),
(4032, '2025-11-20 07:46:08', 209, NULL, '3.217.171.106'),
(4033, '2025-11-20 07:50:42', 212, NULL, '66.249.66.77'),
(4034, '2025-11-20 07:51:15', 219, NULL, '18.207.79.144'),
(4035, '2025-11-20 07:52:11', 146, NULL, '169.224.16.69'),
(4036, '2025-11-20 07:53:23', 219, NULL, '52.204.37.237'),
(4037, '2025-11-20 07:56:54', 37, NULL, '43.173.173.186'),
(4038, '2025-11-20 07:58:06', 126, NULL, '43.173.182.154'),
(4039, '2025-11-20 07:59:30', 219, NULL, '44.223.115.10'),
(4040, '2025-11-20 08:12:32', 102, NULL, '85.208.98.20'),
(4041, '2025-11-20 08:15:57', 29, NULL, '66.249.66.34'),
(4042, '2025-11-20 08:19:33', 211, NULL, '66.249.66.201'),
(4043, '2025-11-20 08:21:53', 100, NULL, '43.173.179.166'),
(4044, '2025-11-20 08:23:52', 171, NULL, '44.212.145.46'),
(4045, '2025-11-20 08:30:50', 46, NULL, '18.205.213.231'),
(4046, '2025-11-20 09:00:43', 46, NULL, '35.173.18.61'),
(4047, '2025-11-20 09:08:08', 65, NULL, '43.173.179.176'),
(4048, '2025-11-20 09:08:08', 49, NULL, '43.173.179.176'),
(4049, '2025-11-20 09:08:08', 45, NULL, '43.173.179.176'),
(4050, '2025-11-20 09:08:08', 43, NULL, '43.173.179.176'),
(4051, '2025-11-20 09:08:08', 39, NULL, '43.173.179.176'),
(4052, '2025-11-20 09:08:08', 38, NULL, '43.173.179.176'),
(4053, '2025-11-20 09:08:08', 36, NULL, '43.173.179.176'),
(4054, '2025-11-20 09:08:08', 34, NULL, '43.173.179.176'),
(4055, '2025-11-20 09:08:08', 33, NULL, '43.173.179.176'),
(4056, '2025-11-20 09:08:08', 31, NULL, '43.173.179.176'),
(4057, '2025-11-20 09:08:08', 29, NULL, '43.173.179.176'),
(4058, '2025-11-20 09:11:28', 95, NULL, '216.244.66.235'),
(4059, '2025-11-20 09:14:01', 105, NULL, '43.173.173.44'),
(4060, '2025-11-20 09:15:18', 210, NULL, '54.197.102.71'),
(4061, '2025-11-20 09:25:11', 104, NULL, '66.249.66.201'),
(4062, '2025-11-20 09:26:36', 33, NULL, '43.173.179.74'),
(4063, '2025-11-20 09:30:44', 212, NULL, '57.141.0.11'),
(4064, '2025-11-20 09:31:16', 47, NULL, '144.76.32.239'),
(4065, '2025-11-20 09:31:16', 42, NULL, '144.76.32.239'),
(4066, '2025-11-20 09:37:06', 111, NULL, '66.249.66.201'),
(4067, '2025-11-20 09:38:21', 112, NULL, '66.249.66.13'),
(4068, '2025-11-20 09:43:26', 106, NULL, '66.249.76.204'),
(4069, '2025-11-20 09:55:31', 21, NULL, '66.249.66.75'),
(4070, '2025-11-20 10:00:25', 138, NULL, '216.244.66.235'),
(4071, '2025-11-20 10:13:23', 131, 2, NULL),
(4072, '2025-11-20 10:13:23', 228, 2, NULL),
(4073, '2025-11-20 10:14:34', 127, 1, NULL),
(4074, '2025-11-20 10:21:40', 106, NULL, '43.173.175.47'),
(4075, '2025-11-20 11:41:22', 36, NULL, '44.207.69.106'),
(4076, '2025-11-20 11:45:22', 21, NULL, '44.218.6.93'),
(4077, '2025-11-20 11:45:22', 22, NULL, '44.218.6.93'),
(4078, '2025-11-20 11:45:22', 23, NULL, '44.218.6.93'),
(4079, '2025-11-20 11:45:22', 24, NULL, '44.218.6.93'),
(4080, '2025-11-20 11:45:22', 27, NULL, '44.218.6.93'),
(4081, '2025-11-20 11:45:22', 29, NULL, '44.218.6.93'),
(4082, '2025-11-20 11:45:22', 31, NULL, '44.218.6.93'),
(4083, '2025-11-20 11:45:22', 34, NULL, '44.218.6.93'),
(4084, '2025-11-20 11:55:47', 228, NULL, '66.249.66.168'),
(4085, '2025-11-20 11:55:47', 225, NULL, '66.249.66.168'),
(4086, '2025-11-20 11:55:47', 224, NULL, '66.249.66.168'),
(4087, '2025-11-20 11:55:47', 223, NULL, '66.249.66.168'),
(4088, '2025-11-20 12:14:02', 29, NULL, '66.249.66.166'),
(4089, '2025-11-20 12:20:27', 100, NULL, '213.180.203.241'),
(4090, '2025-11-20 12:32:14', 45, NULL, '66.249.76.205'),
(4091, '2025-11-20 12:44:23', 197, NULL, '66.249.66.76'),
(4092, '2025-11-20 12:44:23', 198, NULL, '66.249.66.76'),
(4093, '2025-11-20 12:44:23', 199, NULL, '66.249.66.76'),
(4094, '2025-11-20 12:44:23', 200, NULL, '66.249.66.76'),
(4095, '2025-11-20 12:44:23', 201, NULL, '66.249.66.76'),
(4096, '2025-11-20 12:44:23', 202, NULL, '66.249.66.76'),
(4097, '2025-11-20 12:44:23', 203, NULL, '66.249.66.76'),
(4098, '2025-11-20 12:44:23', 204, NULL, '66.249.66.76'),
(4099, '2025-11-20 12:44:23', 205, NULL, '66.249.66.76'),
(4100, '2025-11-20 12:47:26', 36, NULL, '54.235.172.96'),
(4101, '2025-11-20 13:16:17', 219, NULL, '43.173.181.47'),
(4102, '2025-11-20 13:20:06', 165, NULL, '34.192.125.239'),
(4103, '2025-11-20 13:26:02', 108, NULL, '43.173.173.161'),
(4104, '2025-11-20 13:28:28', 217, NULL, '43.173.173.195'),
(4105, '2025-11-20 13:32:31', 225, NULL, '43.173.173.209'),
(4106, '2025-11-20 13:32:37', 219, NULL, '43.173.180.10'),
(4107, '2025-11-20 13:32:40', 195, NULL, '43.173.182.65'),
(4108, '2025-11-20 13:32:45', 199, NULL, '43.173.174.6'),
(4109, '2025-11-20 13:33:42', 200, NULL, '43.173.181.130'),
(4110, '2025-11-20 13:33:46', 209, NULL, '43.173.181.154'),
(4111, '2025-11-20 13:33:52', 222, NULL, '103.115.199.200'),
(4112, '2025-11-20 13:34:45', 205, NULL, '43.173.173.65'),
(4113, '2025-11-20 13:34:50', 191, NULL, '43.173.181.111'),
(4114, '2025-11-20 13:34:52', 201, NULL, '43.173.180.234'),
(4115, '2025-11-20 13:34:57', 185, NULL, '43.173.179.55'),
(4116, '2025-11-20 13:35:00', 221, NULL, '43.173.177.203'),
(4117, '2025-11-20 13:35:05', 220, NULL, '43.173.180.92'),
(4118, '2025-11-20 13:35:09', 213, NULL, '43.173.180.174'),
(4119, '2025-11-20 13:35:13', 214, NULL, '43.173.182.224'),
(4120, '2025-11-20 13:35:16', 188, NULL, '43.173.181.150'),
(4121, '2025-11-20 13:35:19', 138, NULL, '43.173.182.44'),
(4122, '2025-11-20 13:35:42', 212, NULL, '43.173.176.27'),
(4123, '2025-11-20 13:35:45', 204, NULL, '43.173.175.178'),
(4124, '2025-11-20 13:35:52', 190, NULL, '43.173.176.43'),
(4125, '2025-11-20 13:36:06', 185, NULL, '43.173.180.28'),
(4126, '2025-11-20 13:36:19', 193, NULL, '43.173.179.22'),
(4127, '2025-11-20 13:37:03', 215, NULL, '43.173.173.139'),
(4128, '2025-11-20 13:37:11', 159, NULL, '43.173.181.154'),
(4129, '2025-11-20 13:37:14', 228, NULL, '43.173.174.45'),
(4130, '2025-11-20 13:37:18', 182, NULL, '43.173.180.216'),
(4131, '2025-11-20 13:37:23', 207, NULL, '43.173.181.100'),
(4132, '2025-11-20 13:37:44', 210, NULL, '43.173.180.132'),
(4133, '2025-11-20 13:40:10', 208, NULL, '43.173.174.155'),
(4134, '2025-11-20 13:40:15', 202, NULL, '43.173.177.96'),
(4135, '2025-11-20 13:40:18', 228, NULL, '43.173.182.86'),
(4136, '2025-11-20 13:40:25', 21, NULL, '57.141.0.33'),
(4137, '2025-11-20 13:40:26', 203, NULL, '43.173.180.73'),
(4138, '2025-11-20 13:40:36', 184, NULL, '43.173.179.158'),
(4139, '2025-11-20 13:44:33', 183, NULL, '43.173.174.91'),
(4140, '2025-11-20 13:46:02', 218, NULL, '43.173.177.73'),
(4141, '2025-11-20 13:46:07', 223, NULL, '43.173.173.224'),
(4142, '2025-11-20 13:51:33', 201, NULL, '66.249.76.203'),
(4143, '2025-11-20 14:01:06', 210, NULL, '3.225.45.252'),
(4144, '2025-11-20 14:04:44', 36, NULL, '98.82.214.73'),
(4145, '2025-11-20 14:04:47', 46, NULL, '44.196.118.6'),
(4146, '2025-11-20 14:09:31', 130, NULL, '43.173.182.164'),
(4147, '2025-11-20 14:13:58', 138, NULL, '8.217.168.144'),
(4148, '2025-11-20 14:24:00', 129, NULL, '8.217.211.174'),
(4149, '2025-11-20 14:24:18', 196, NULL, '8.217.209.88'),
(4150, '2025-11-20 14:37:59', 170, NULL, '52.200.58.199'),
(4151, '2025-11-20 14:38:37', 42, NULL, '66.249.76.205'),
(4152, '2025-11-20 14:40:39', 179, NULL, '66.249.66.76'),
(4153, '2025-11-20 15:10:41', 228, NULL, '66.249.66.34'),
(4154, '2025-11-20 15:10:41', 225, NULL, '66.249.66.34'),
(4155, '2025-11-20 15:10:41', 224, NULL, '66.249.66.34'),
(4156, '2025-11-20 15:10:41', 223, NULL, '66.249.66.34'),
(4157, '2025-11-20 15:25:55', 37, NULL, '43.173.176.180'),
(4158, '2025-11-20 15:43:18', 163, NULL, '54.88.84.219'),
(4159, '2025-11-20 15:44:40', 36, NULL, '3.208.156.9'),
(4160, '2025-11-20 15:52:33', 102, NULL, '216.244.66.235'),
(4161, '2025-11-20 15:52:49', 139, NULL, '216.244.66.235'),
(4162, '2025-11-20 16:04:28', 104, NULL, '66.249.66.14'),
(4163, '2025-11-20 16:10:33', 126, NULL, '66.249.76.205'),
(4164, '2025-11-20 16:12:45', 98, NULL, '43.173.179.16'),
(4165, '2025-11-20 16:15:23', 164, NULL, '50.16.72.185'),
(4166, '2025-11-20 16:18:36', 198, NULL, '43.173.182.113'),
(4167, '2025-11-20 16:39:38', 128, NULL, '43.173.177.238'),
(4168, '2025-11-20 16:39:38', 127, NULL, '43.173.177.238'),
(4169, '2025-11-20 16:53:21', 105, NULL, '43.173.181.81'),
(4170, '2025-11-20 16:58:39', 161, NULL, '43.173.177.93'),
(4171, '2025-11-20 17:02:57', 146, NULL, '52.167.144.19'),
(4172, '2025-11-20 17:14:11', 46, NULL, '3.223.181.32'),
(4173, '2025-11-20 17:15:04', 158, NULL, '43.173.181.100'),
(4174, '2025-11-20 17:23:10', 150, NULL, '43.173.173.242'),
(4175, '2025-11-20 17:23:35', 112, NULL, '43.173.175.230'),
(4176, '2025-11-20 17:23:35', 111, NULL, '43.173.175.230'),
(4177, '2025-11-20 17:23:35', 108, NULL, '43.173.175.230'),
(4178, '2025-11-20 17:23:35', 107, NULL, '43.173.175.230'),
(4179, '2025-11-20 17:23:35', 106, NULL, '43.173.175.230'),
(4180, '2025-11-20 17:23:35', 105, NULL, '43.173.175.230'),
(4181, '2025-11-20 17:23:35', 104, NULL, '43.173.175.230'),
(4182, '2025-11-20 17:23:35', 103, NULL, '43.173.175.230'),
(4183, '2025-11-20 17:23:35', 102, NULL, '43.173.175.230'),
(4184, '2025-11-20 17:23:35', 101, NULL, '43.173.175.230'),
(4185, '2025-11-20 17:23:35', 100, NULL, '43.173.175.230'),
(4186, '2025-11-20 17:28:33', 126, NULL, '102.130.194.2'),
(4187, '2025-11-20 17:28:42', 126, NULL, '69.117.253.192'),
(4188, '2025-11-20 17:31:30', 160, NULL, '43.173.178.11'),
(4189, '2025-11-20 17:32:34', 100, NULL, '43.173.176.107'),
(4190, '2025-11-20 17:36:33', 154, NULL, '43.173.181.79'),
(4191, '2025-11-20 17:45:15', 151, NULL, '43.173.173.214'),
(4192, '2025-11-20 17:47:12', 223, NULL, '3.208.146.193'),
(4193, '2025-11-20 17:49:03', 155, NULL, '43.173.177.24'),
(4194, '2025-11-20 18:41:18', 219, NULL, '3.223.134.5'),
(4195, '2025-11-20 18:45:16', 210, NULL, '100.24.167.60'),
(4196, '2025-11-20 18:50:55', 138, NULL, '8.217.143.230'),
(4197, '2025-11-20 19:04:10', 46, NULL, '34.226.89.140'),
(4198, '2025-11-20 19:09:32', 200, NULL, '8.217.180.93'),
(4199, '2025-11-20 19:10:06', 1, NULL, '216.73.216.2'),
(4200, '2025-11-20 19:10:06', 2, NULL, '216.73.216.2'),
(4201, '2025-11-20 19:10:06', 3, NULL, '216.73.216.2'),
(4202, '2025-11-20 19:10:06', 4, NULL, '216.73.216.2'),
(4203, '2025-11-20 19:10:06', 5, NULL, '216.73.216.2'),
(4204, '2025-11-20 19:10:06', 6, NULL, '216.73.216.2'),
(4205, '2025-11-20 19:10:06', 7, NULL, '216.73.216.2'),
(4206, '2025-11-20 19:10:06', 8, NULL, '216.73.216.2'),
(4207, '2025-11-20 19:10:06', 11, NULL, '216.73.216.2'),
(4208, '2025-11-20 19:23:47', 46, NULL, '8.217.213.197'),
(4209, '2025-11-20 19:23:47', 37, NULL, '8.217.213.197'),
(4210, '2025-11-20 19:28:27', 126, NULL, '8.217.189.110'),
(4211, '2025-11-20 19:30:44', 104, NULL, '43.173.181.180'),
(4212, '2025-11-20 19:39:20', 126, NULL, '8.217.212.194'),
(4213, '2025-11-20 20:21:22', 102, NULL, '17.22.245.129'),
(4214, '2025-11-20 20:24:23', 46, NULL, '52.44.148.203'),
(4215, '2025-11-20 20:38:08', 65, NULL, '40.77.167.1'),
(4216, '2025-11-20 20:38:08', 88, NULL, '40.77.167.1'),
(4217, '2025-11-20 20:38:08', 89, NULL, '40.77.167.1'),
(4218, '2025-11-20 20:38:08', 94, NULL, '40.77.167.1'),
(4219, '2025-11-20 20:38:08', 95, NULL, '40.77.167.1'),
(4220, '2025-11-20 20:38:08', 98, NULL, '40.77.167.1'),
(4221, '2025-11-20 20:38:08', 99, NULL, '40.77.167.1'),
(4222, '2025-11-20 20:38:08', 100, NULL, '40.77.167.1'),
(4223, '2025-11-20 20:38:08', 101, NULL, '40.77.167.1'),
(4224, '2025-11-20 20:38:08', 102, NULL, '40.77.167.1'),
(4225, '2025-11-20 20:44:44', 228, NULL, '66.249.66.75'),
(4226, '2025-11-20 20:44:44', 225, NULL, '66.249.66.75'),
(4227, '2025-11-20 20:44:44', 224, NULL, '66.249.66.75'),
(4228, '2025-11-20 20:44:44', 223, NULL, '66.249.66.75'),
(4229, '2025-11-20 20:48:57', 37, NULL, '85.208.96.207'),
(4230, '2025-11-20 20:55:39', 112, NULL, '45.166.9.74'),
(4231, '2025-11-20 20:55:39', 111, NULL, '45.166.9.74'),
(4232, '2025-11-20 20:55:39', 108, NULL, '45.166.9.74'),
(4233, '2025-11-20 20:55:39', 107, NULL, '45.166.9.74'),
(4234, '2025-11-20 20:55:39', 106, NULL, '45.166.9.74'),
(4235, '2025-11-20 20:55:39', 105, NULL, '45.166.9.74'),
(4236, '2025-11-20 20:55:39', 104, NULL, '45.166.9.74'),
(4237, '2025-11-20 20:55:39', 103, NULL, '45.166.9.74'),
(4238, '2025-11-20 20:55:39', 102, NULL, '45.166.9.74'),
(4239, '2025-11-20 20:55:39', 101, NULL, '45.166.9.74'),
(4240, '2025-11-20 20:55:39', 100, NULL, '45.166.9.74'),
(4241, '2025-11-20 21:05:45', 144, NULL, '66.249.66.202'),
(4242, '2025-11-20 21:26:23', 35, NULL, '147.135.213.11'),
(4243, '2025-11-20 21:26:47', 33, NULL, '147.135.213.11'),
(4244, '2025-11-20 21:26:51', 65, NULL, '147.135.213.11'),
(4245, '2025-11-20 21:26:51', 49, NULL, '147.135.213.11'),
(4246, '2025-11-20 21:26:51', 45, NULL, '147.135.213.11'),
(4247, '2025-11-20 21:26:51', 43, NULL, '147.135.213.11'),
(4248, '2025-11-20 21:26:51', 39, NULL, '147.135.213.11'),
(4249, '2025-11-20 21:26:51', 38, NULL, '147.135.213.11'),
(4250, '2025-11-20 21:26:51', 36, NULL, '147.135.213.11'),
(4251, '2025-11-20 21:26:51', 34, NULL, '147.135.213.11'),
(4252, '2025-11-20 21:26:51', 31, NULL, '147.135.213.11'),
(4253, '2025-11-20 21:26:51', 29, NULL, '147.135.213.11'),
(4254, '2025-11-20 21:42:27', 103, NULL, '57.141.0.51'),
(4255, '2025-11-20 22:09:33', 37, NULL, '85.208.96.205'),
(4256, '2025-11-20 22:39:07', 35, NULL, '66.249.66.166'),
(4257, '2025-11-20 22:46:10', 223, NULL, '100.28.44.58'),
(4258, '2025-11-20 22:47:49', 212, NULL, '187.113.178.241'),
(4259, '2025-11-20 22:48:42', 223, NULL, '34.239.197.197'),
(4260, '2025-11-20 22:54:14', 199, NULL, '52.3.26.180'),
(4261, '2025-11-20 22:57:03', 134, NULL, '17.241.227.136'),
(4262, '2025-11-20 23:07:35', 21, NULL, '85.208.96.205'),
(4263, '2025-11-20 23:07:35', 22, NULL, '85.208.96.205'),
(4264, '2025-11-20 23:07:35', 23, NULL, '85.208.96.205'),
(4265, '2025-11-20 23:07:35', 24, NULL, '85.208.96.205'),
(4266, '2025-11-20 23:07:35', 27, NULL, '85.208.96.205'),
(4267, '2025-11-20 23:07:35', 29, NULL, '85.208.96.205'),
(4268, '2025-11-20 23:07:35', 31, NULL, '85.208.96.205'),
(4269, '2025-11-20 23:07:35', 33, NULL, '85.208.96.205'),
(4270, '2025-11-20 23:07:35', 34, NULL, '85.208.96.205'),
(4271, '2025-11-20 23:12:24', 37, NULL, '85.208.96.204'),
(4272, '2025-11-20 23:13:17', 42, NULL, '185.191.171.13'),
(4273, '2025-11-20 23:15:19', 1, NULL, '216.73.216.222'),
(4274, '2025-11-20 23:15:19', 2, NULL, '216.73.216.222'),
(4275, '2025-11-20 23:15:19', 3, NULL, '216.73.216.222'),
(4276, '2025-11-20 23:15:19', 4, NULL, '216.73.216.222'),
(4277, '2025-11-20 23:15:19', 5, NULL, '216.73.216.222'),
(4278, '2025-11-20 23:15:19', 6, NULL, '216.73.216.222'),
(4279, '2025-11-20 23:15:19', 7, NULL, '216.73.216.222'),
(4280, '2025-11-20 23:15:19', 8, NULL, '216.73.216.222'),
(4281, '2025-11-20 23:15:19', 11, NULL, '216.73.216.222'),
(4282, '2025-11-20 23:21:52', 126, NULL, '85.208.96.210'),
(4283, '2025-11-20 23:30:02', 33, NULL, '185.191.171.2'),
(4284, '2025-11-20 23:31:14', 36, NULL, '185.191.171.6'),
(4285, '2025-11-20 23:33:37', 37, NULL, '43.173.180.23'),
(4286, '2025-11-20 23:48:47', 33, NULL, '185.191.171.5'),
(4287, '2025-11-20 23:52:44', 138, NULL, '8.217.211.183'),
(4288, '2025-11-21 00:12:19', 129, NULL, '17.22.253.64'),
(4289, '2025-11-21 00:14:43', 103, NULL, '216.73.216.222'),
(4290, '2025-11-21 00:14:43', 104, NULL, '216.73.216.222'),
(4291, '2025-11-21 00:14:43', 105, NULL, '216.73.216.222'),
(4292, '2025-11-21 00:14:43', 106, NULL, '216.73.216.222'),
(4293, '2025-11-21 00:14:43', 107, NULL, '216.73.216.222'),
(4294, '2025-11-21 00:14:43', 108, NULL, '216.73.216.222'),
(4295, '2025-11-21 00:14:43', 111, NULL, '216.73.216.222'),
(4296, '2025-11-21 00:14:43', 112, NULL, '216.73.216.222'),
(4297, '2025-11-21 00:14:43', 126, NULL, '216.73.216.222'),
(4298, '2025-11-21 00:14:43', 65, NULL, '216.73.216.222'),
(4299, '2025-11-21 00:14:43', 88, NULL, '216.73.216.222'),
(4300, '2025-11-21 00:14:43', 89, NULL, '216.73.216.222'),
(4301, '2025-11-21 00:14:43', 94, NULL, '216.73.216.222'),
(4302, '2025-11-21 00:14:43', 95, NULL, '216.73.216.222'),
(4303, '2025-11-21 00:14:43', 98, NULL, '216.73.216.222'),
(4304, '2025-11-21 00:14:43', 99, NULL, '216.73.216.222'),
(4305, '2025-11-21 00:14:43', 100, NULL, '216.73.216.222'),
(4306, '2025-11-21 00:14:43', 101, NULL, '216.73.216.222'),
(4307, '2025-11-21 00:14:43', 102, NULL, '216.73.216.222'),
(4308, '2025-11-21 00:14:44', 35, NULL, '216.73.216.222'),
(4309, '2025-11-21 00:14:44', 21, NULL, '216.73.216.222'),
(4310, '2025-11-21 00:14:44', 36, NULL, '216.73.216.222'),
(4311, '2025-11-21 00:14:44', 22, NULL, '216.73.216.222'),
(4312, '2025-11-21 00:14:44', 37, NULL, '216.73.216.222'),
(4313, '2025-11-21 00:14:44', 23, NULL, '216.73.216.222'),
(4314, '2025-11-21 00:14:44', 38, NULL, '216.73.216.222'),
(4315, '2025-11-21 00:14:44', 24, NULL, '216.73.216.222'),
(4316, '2025-11-21 00:14:44', 39, NULL, '216.73.216.222'),
(4317, '2025-11-21 00:14:44', 27, NULL, '216.73.216.222'),
(4318, '2025-11-21 00:14:44', 43, NULL, '216.73.216.222'),
(4319, '2025-11-21 00:14:44', 29, NULL, '216.73.216.222'),
(4320, '2025-11-21 00:14:44', 45, NULL, '216.73.216.222'),
(4321, '2025-11-21 00:14:44', 31, NULL, '216.73.216.222'),
(4322, '2025-11-21 00:14:44', 46, NULL, '216.73.216.222'),
(4323, '2025-11-21 00:14:44', 33, NULL, '216.73.216.222'),
(4324, '2025-11-21 00:14:44', 49, NULL, '216.73.216.222'),
(4325, '2025-11-21 00:14:44', 34, NULL, '216.73.216.222'),
(4326, '2025-11-21 00:15:49', 228, NULL, '216.73.216.222'),
(4327, '2025-11-21 00:15:49', 235, NULL, '216.73.216.222'),
(4328, '2025-11-21 00:15:49', 236, NULL, '216.73.216.222'),
(4329, '2025-11-21 00:16:04', 22, NULL, '185.191.171.15'),
(4330, '2025-11-21 00:28:37', 104, NULL, '43.173.176.20'),
(4331, '2025-11-21 00:31:09', 36, NULL, '184.73.239.35'),
(4332, '2025-11-21 00:34:10', 101, NULL, '95.108.213.219'),
(4333, '2025-11-21 00:35:36', 126, NULL, '43.173.175.63'),
(4334, '2025-11-21 00:41:18', 241, NULL, '185.191.171.12'),
(4335, '2025-11-21 00:41:18', 240, NULL, '185.191.171.12'),
(4336, '2025-11-21 00:41:18', 239, NULL, '185.191.171.12'),
(4337, '2025-11-21 00:41:18', 238, NULL, '185.191.171.12'),
(4338, '2025-11-21 00:41:18', 237, NULL, '185.191.171.12'),
(4339, '2025-11-21 00:41:18', 236, NULL, '185.191.171.12'),
(4340, '2025-11-21 00:41:18', 235, NULL, '185.191.171.12'),
(4341, '2025-11-21 00:52:20', 243, NULL, '179.222.237.159'),
(4342, '2025-11-21 01:08:30', 170, NULL, '85.208.96.203'),
(4343, '2025-11-21 01:18:38', 36, NULL, '85.208.96.209'),
(4344, '2025-11-21 01:21:24', 241, NULL, '66.249.66.202'),
(4345, '2025-11-21 01:24:42', 170, NULL, '54.85.126.86'),
(4346, '2025-11-21 01:27:34', 36, NULL, '66.249.76.204'),
(4347, '2025-11-21 01:31:12', 100, NULL, '216.244.66.235'),
(4348, '2025-11-21 01:34:21', 37, NULL, '85.208.96.211'),
(4349, '2025-11-21 01:38:13', 24, NULL, '185.191.171.12'),
(4350, '2025-11-21 01:40:11', 37, NULL, '185.191.171.2'),
(4351, '2025-11-21 01:42:41', 46, NULL, '185.191.171.18'),
(4352, '2025-11-21 01:50:12', 36, NULL, '185.191.171.9'),
(4353, '2025-11-21 01:52:26', 48, NULL, '185.191.171.6'),
(4354, '2025-11-21 01:52:34', 162, NULL, '98.84.200.43'),
(4355, '2025-11-21 01:53:26', 203, NULL, '66.249.66.34'),
(4356, '2025-11-21 01:53:35', 7, NULL, '85.208.96.195'),
(4357, '2025-11-21 02:00:08', 21, NULL, '57.141.0.47'),
(4358, '2025-11-21 02:13:50', 228, NULL, '85.208.96.205'),
(4359, '2025-11-21 02:13:50', 235, NULL, '85.208.96.205'),
(4360, '2025-11-21 02:13:50', 236, NULL, '85.208.96.205'),
(4361, '2025-11-21 02:24:31', 199, NULL, '52.204.71.8'),
(4362, '2025-11-21 02:28:04', 217, NULL, '85.208.96.203'),
(4363, '2025-11-21 02:28:04', 218, NULL, '85.208.96.203'),
(4364, '2025-11-21 02:28:04', 219, NULL, '85.208.96.203'),
(4365, '2025-11-21 02:28:04', 220, NULL, '85.208.96.203'),
(4366, '2025-11-21 02:28:04', 221, NULL, '85.208.96.203'),
(4367, '2025-11-21 02:28:04', 222, NULL, '85.208.96.203'),
(4368, '2025-11-21 02:28:04', 223, NULL, '85.208.96.203'),
(4369, '2025-11-21 02:28:04', 224, NULL, '85.208.96.203'),
(4370, '2025-11-21 02:28:04', 225, NULL, '85.208.96.203'),
(4371, '2025-11-21 02:30:42', 193, NULL, '52.70.138.176'),
(4372, '2025-11-21 02:35:23', 101, NULL, '43.173.174.254'),
(4373, '2025-11-21 02:46:34', 184, NULL, '52.202.233.37'),
(4374, '2025-11-21 02:53:06', 46, NULL, '52.23.112.144'),
(4375, '2025-11-21 02:59:35', 49, NULL, '66.249.66.34'),
(4376, '2025-11-21 03:18:10', 164, NULL, '3.222.85.38'),
(4377, '2025-11-21 03:28:10', 157, NULL, '3.226.34.98'),
(4378, '2025-11-21 03:28:42', 166, NULL, '98.83.177.42'),
(4379, '2025-11-21 03:30:44', 35, NULL, '216.73.216.3'),
(4380, '2025-11-21 03:30:44', 36, NULL, '216.73.216.3'),
(4381, '2025-11-21 03:30:44', 37, NULL, '216.73.216.3'),
(4382, '2025-11-21 03:30:44', 38, NULL, '216.73.216.3'),
(4383, '2025-11-21 03:30:44', 39, NULL, '216.73.216.3'),
(4384, '2025-11-21 03:30:44', 43, NULL, '216.73.216.3'),
(4385, '2025-11-21 03:30:44', 45, NULL, '216.73.216.3'),
(4386, '2025-11-21 03:30:44', 46, NULL, '216.73.216.3'),
(4387, '2025-11-21 03:30:44', 49, NULL, '216.73.216.3'),
(4388, '2025-11-21 03:30:49', 228, NULL, '216.73.216.3'),
(4389, '2025-11-21 03:30:49', 235, NULL, '216.73.216.3'),
(4390, '2025-11-21 03:30:49', 236, NULL, '216.73.216.3'),
(4391, '2025-11-21 03:30:54', 103, NULL, '216.73.216.3'),
(4392, '2025-11-21 03:30:54', 104, NULL, '216.73.216.3'),
(4393, '2025-11-21 03:30:54', 105, NULL, '216.73.216.3'),
(4394, '2025-11-21 03:30:54', 106, NULL, '216.73.216.3'),
(4395, '2025-11-21 03:30:54', 107, NULL, '216.73.216.3'),
(4396, '2025-11-21 03:30:54', 108, NULL, '216.73.216.3'),
(4397, '2025-11-21 03:30:54', 111, NULL, '216.73.216.3'),
(4398, '2025-11-21 03:30:54', 112, NULL, '216.73.216.3'),
(4399, '2025-11-21 03:30:54', 126, NULL, '216.73.216.3'),
(4400, '2025-11-21 03:32:54', 21, NULL, '216.73.216.3'),
(4401, '2025-11-21 03:32:54', 22, NULL, '216.73.216.3'),
(4402, '2025-11-21 03:32:54', 23, NULL, '216.73.216.3'),
(4403, '2025-11-21 03:32:54', 24, NULL, '216.73.216.3'),
(4404, '2025-11-21 03:32:54', 27, NULL, '216.73.216.3'),
(4405, '2025-11-21 03:32:54', 29, NULL, '216.73.216.3'),
(4406, '2025-11-21 03:32:54', 31, NULL, '216.73.216.3'),
(4407, '2025-11-21 03:32:54', 33, NULL, '216.73.216.3'),
(4408, '2025-11-21 03:32:54', 34, NULL, '216.73.216.3'),
(4409, '2025-11-21 03:46:43', 164, NULL, '18.210.58.238'),
(4410, '2025-11-21 03:47:11', 161, NULL, '44.207.207.36'),
(4411, '2025-11-21 03:55:45', 36, NULL, '85.208.96.207'),
(4412, '2025-11-21 03:58:05', 33, NULL, '85.208.96.207'),
(4413, '2025-11-21 04:13:38', 265, NULL, '100.28.204.82'),
(4414, '2025-11-21 04:13:38', 264, NULL, '100.28.204.82'),
(4415, '2025-11-21 04:13:38', 263, NULL, '100.28.204.82'),
(4416, '2025-11-21 04:13:38', 262, NULL, '100.28.204.82'),
(4417, '2025-11-21 04:13:38', 261, NULL, '100.28.204.82'),
(4418, '2025-11-21 04:13:38', 260, NULL, '100.28.204.82'),
(4419, '2025-11-21 04:13:38', 259, NULL, '100.28.204.82'),
(4420, '2025-11-21 04:13:38', 258, NULL, '100.28.204.82'),
(4421, '2025-11-21 04:13:38', 257, NULL, '100.28.204.82'),
(4422, '2025-11-21 04:13:38', 256, NULL, '100.28.204.82'),
(4423, '2025-11-21 04:13:38', 255, NULL, '100.28.204.82'),
(4424, '2025-11-21 04:13:38', 254, NULL, '100.28.204.82'),
(4425, '2025-11-21 04:14:50', 165, NULL, '52.2.83.227'),
(4426, '2025-11-21 04:15:28', 166, NULL, '54.159.98.248'),
(4427, '2025-11-21 04:18:02', 170, NULL, '98.84.60.17'),
(4428, '2025-11-21 04:19:12', 228, NULL, '44.206.93.215'),
(4429, '2025-11-21 04:23:52', 126, NULL, '43.173.182.230'),
(4430, '2025-11-21 04:24:19', 217, NULL, '216.73.216.3'),
(4431, '2025-11-21 04:24:19', 218, NULL, '216.73.216.3'),
(4432, '2025-11-21 04:24:19', 219, NULL, '216.73.216.3'),
(4433, '2025-11-21 04:24:19', 220, NULL, '216.73.216.3'),
(4434, '2025-11-21 04:24:19', 221, NULL, '216.73.216.3'),
(4435, '2025-11-21 04:24:19', 222, NULL, '216.73.216.3'),
(4436, '2025-11-21 04:24:19', 223, NULL, '216.73.216.3'),
(4437, '2025-11-21 04:24:19', 224, NULL, '216.73.216.3'),
(4438, '2025-11-21 04:24:19', 225, NULL, '216.73.216.3'),
(4439, '2025-11-21 04:24:20', 65, NULL, '216.73.216.3'),
(4440, '2025-11-21 04:24:20', 88, NULL, '216.73.216.3'),
(4441, '2025-11-21 04:24:20', 89, NULL, '216.73.216.3'),
(4442, '2025-11-21 04:24:20', 94, NULL, '216.73.216.3'),
(4443, '2025-11-21 04:24:20', 95, NULL, '216.73.216.3'),
(4444, '2025-11-21 04:24:20', 98, NULL, '216.73.216.3'),
(4445, '2025-11-21 04:24:20', 99, NULL, '216.73.216.3'),
(4446, '2025-11-21 04:24:20', 100, NULL, '216.73.216.3'),
(4447, '2025-11-21 04:24:20', 101, NULL, '216.73.216.3'),
(4448, '2025-11-21 04:24:20', 102, NULL, '216.73.216.3'),
(4449, '2025-11-21 04:24:20', 137, NULL, '216.73.216.3'),
(4450, '2025-11-21 04:24:20', 138, NULL, '216.73.216.3'),
(4451, '2025-11-21 04:24:20', 139, NULL, '216.73.216.3'),
(4452, '2025-11-21 04:24:20', 140, NULL, '216.73.216.3'),
(4453, '2025-11-21 04:24:20', 141, NULL, '216.73.216.3'),
(4454, '2025-11-21 04:24:20', 142, NULL, '216.73.216.3'),
(4455, '2025-11-21 04:24:20', 143, NULL, '216.73.216.3'),
(4456, '2025-11-21 04:24:20', 144, NULL, '216.73.216.3'),
(4457, '2025-11-21 04:24:20', 145, NULL, '216.73.216.3'),
(4458, '2025-11-21 04:24:20', 146, NULL, '216.73.216.3'),
(4459, '2025-11-21 04:24:21', 127, NULL, '216.73.216.3'),
(4460, '2025-11-21 04:24:21', 128, NULL, '216.73.216.3'),
(4461, '2025-11-21 04:24:21', 129, NULL, '216.73.216.3'),
(4462, '2025-11-21 04:24:21', 130, NULL, '216.73.216.3'),
(4463, '2025-11-21 04:24:21', 131, NULL, '216.73.216.3'),
(4464, '2025-11-21 04:24:21', 132, NULL, '216.73.216.3'),
(4465, '2025-11-21 04:24:21', 133, NULL, '216.73.216.3'),
(4466, '2025-11-21 04:24:21', 134, NULL, '216.73.216.3'),
(4467, '2025-11-21 04:24:21', 135, NULL, '216.73.216.3'),
(4468, '2025-11-21 04:24:21', 136, NULL, '216.73.216.3'),
(4469, '2025-11-21 04:24:21', 1, NULL, '216.73.216.3'),
(4470, '2025-11-21 04:24:21', 2, NULL, '216.73.216.3'),
(4471, '2025-11-21 04:24:21', 3, NULL, '216.73.216.3'),
(4472, '2025-11-21 04:24:21', 4, NULL, '216.73.216.3'),
(4473, '2025-11-21 04:24:21', 5, NULL, '216.73.216.3'),
(4474, '2025-11-21 04:24:21', 6, NULL, '216.73.216.3'),
(4475, '2025-11-21 04:24:21', 7, NULL, '216.73.216.3'),
(4476, '2025-11-21 04:24:21', 8, NULL, '216.73.216.3'),
(4477, '2025-11-21 04:24:21', 11, NULL, '216.73.216.3'),
(4478, '2025-11-21 04:24:22', 187, NULL, '216.73.216.3'),
(4479, '2025-11-21 04:24:22', 188, NULL, '216.73.216.3'),
(4480, '2025-11-21 04:24:22', 189, NULL, '216.73.216.3'),
(4481, '2025-11-21 04:24:22', 190, NULL, '216.73.216.3'),
(4482, '2025-11-21 04:24:22', 191, NULL, '216.73.216.3'),
(4483, '2025-11-21 04:24:22', 192, NULL, '216.73.216.3'),
(4484, '2025-11-21 04:24:22', 193, NULL, '216.73.216.3'),
(4485, '2025-11-21 04:24:22', 194, NULL, '216.73.216.3'),
(4486, '2025-11-21 04:24:22', 195, NULL, '216.73.216.3'),
(4487, '2025-11-21 04:24:22', 196, NULL, '216.73.216.3'),
(4488, '2025-11-21 04:26:24', 207, NULL, '216.73.216.3'),
(4489, '2025-11-21 04:26:24', 208, NULL, '216.73.216.3'),
(4490, '2025-11-21 04:26:24', 209, NULL, '216.73.216.3'),
(4491, '2025-11-21 04:26:24', 210, NULL, '216.73.216.3'),
(4492, '2025-11-21 04:26:24', 211, NULL, '216.73.216.3'),
(4493, '2025-11-21 04:26:24', 212, NULL, '216.73.216.3'),
(4494, '2025-11-21 04:26:24', 213, NULL, '216.73.216.3'),
(4495, '2025-11-21 04:26:24', 214, NULL, '216.73.216.3'),
(4496, '2025-11-21 04:26:24', 215, NULL, '216.73.216.3'),
(4497, '2025-11-21 04:26:25', 197, NULL, '216.73.216.3'),
(4498, '2025-11-21 04:26:25', 198, NULL, '216.73.216.3'),
(4499, '2025-11-21 04:26:25', 199, NULL, '216.73.216.3'),
(4500, '2025-11-21 04:26:25', 200, NULL, '216.73.216.3'),
(4501, '2025-11-21 04:26:25', 201, NULL, '216.73.216.3'),
(4502, '2025-11-21 04:26:25', 202, NULL, '216.73.216.3'),
(4503, '2025-11-21 04:26:25', 203, NULL, '216.73.216.3'),
(4504, '2025-11-21 04:26:25', 204, NULL, '216.73.216.3'),
(4505, '2025-11-21 04:26:25', 205, NULL, '216.73.216.3'),
(4506, '2025-11-21 04:30:10', 1, NULL, '95.217.109.26'),
(4507, '2025-11-21 04:30:28', 128, NULL, '43.173.178.156'),
(4508, '2025-11-21 04:30:28', 127, NULL, '43.173.178.156'),
(4509, '2025-11-21 04:30:31', 219, NULL, '43.167.223.124'),
(4510, '2025-11-21 04:36:21', 242, NULL, '43.173.179.41'),
(4511, '2025-11-21 04:36:27', 36, NULL, '85.208.96.205'),
(4512, '2025-11-21 04:38:14', 46, NULL, '85.208.96.198'),
(4513, '2025-11-21 04:51:18', 31, NULL, '189.114.212.77'),
(4514, '2025-11-21 05:02:48', 27, NULL, '17.22.253.83'),
(4515, '2025-11-21 05:07:41', 27, NULL, '185.191.171.13'),
(4516, '2025-11-21 05:08:33', 47, NULL, '185.191.171.7'),
(4517, '2025-11-21 05:09:56', 37, NULL, '185.191.171.5'),
(4518, '2025-11-21 05:19:35', 168, NULL, '34.205.163.103'),
(4519, '2025-11-21 05:21:11', 43, NULL, '185.191.171.12'),
(4520, '2025-11-21 05:22:41', 166, NULL, '185.191.171.5'),
(4521, '2025-11-21 05:25:05', 247, NULL, '216.73.216.3'),
(4522, '2025-11-21 05:25:05', 248, NULL, '216.73.216.3'),
(4523, '2025-11-21 05:25:05', 249, NULL, '216.73.216.3'),
(4524, '2025-11-21 05:25:05', 250, NULL, '216.73.216.3'),
(4525, '2025-11-21 05:25:05', 251, NULL, '216.73.216.3'),
(4526, '2025-11-21 05:25:05', 252, NULL, '216.73.216.3'),
(4527, '2025-11-21 05:25:05', 253, NULL, '216.73.216.3'),
(4528, '2025-11-21 05:25:05', 254, NULL, '216.73.216.3'),
(4529, '2025-11-21 05:25:05', 255, NULL, '216.73.216.3'),
(4530, '2025-11-21 05:25:05', 256, NULL, '216.73.216.3'),
(4531, '2025-11-21 05:25:05', 237, NULL, '216.73.216.3'),
(4532, '2025-11-21 05:25:05', 238, NULL, '216.73.216.3'),
(4533, '2025-11-21 05:25:05', 239, NULL, '216.73.216.3'),
(4534, '2025-11-21 05:25:05', 240, NULL, '216.73.216.3'),
(4535, '2025-11-21 05:25:05', 241, NULL, '216.73.216.3'),
(4536, '2025-11-21 05:25:05', 242, NULL, '216.73.216.3'),
(4537, '2025-11-21 05:25:05', 243, NULL, '216.73.216.3'),
(4538, '2025-11-21 05:25:05', 244, NULL, '216.73.216.3'),
(4539, '2025-11-21 05:25:05', 245, NULL, '216.73.216.3'),
(4540, '2025-11-21 05:25:05', 246, NULL, '216.73.216.3'),
(4541, '2025-11-21 05:25:09', 35, NULL, '185.191.171.19'),
(4542, '2025-11-21 05:27:55', 106, NULL, '43.173.179.75'),
(4543, '2025-11-21 05:29:06', 165, NULL, '54.90.8.255'),
(4544, '2025-11-21 05:29:11', 165, NULL, '3.221.156.96'),
(4545, '2025-11-21 05:29:42', 163, NULL, '23.23.213.182'),
(4546, '2025-11-21 05:36:13', 144, NULL, '185.191.171.15');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(4547, '2025-11-21 05:37:31', 33, NULL, '185.191.171.1'),
(4548, '2025-11-21 05:39:43', 252, NULL, '66.249.76.205'),
(4549, '2025-11-21 05:42:58', 157, NULL, '185.191.171.9'),
(4550, '2025-11-21 05:42:58', 158, NULL, '185.191.171.9'),
(4551, '2025-11-21 05:42:58', 159, NULL, '185.191.171.9'),
(4552, '2025-11-21 05:42:58', 160, NULL, '185.191.171.9'),
(4553, '2025-11-21 05:42:58', 161, NULL, '185.191.171.9'),
(4554, '2025-11-21 05:42:58', 162, NULL, '185.191.171.9'),
(4555, '2025-11-21 05:42:58', 163, NULL, '185.191.171.9'),
(4556, '2025-11-21 05:42:58', 164, NULL, '185.191.171.9'),
(4557, '2025-11-21 05:42:58', 165, NULL, '185.191.171.9'),
(4558, '2025-11-21 05:42:58', 166, NULL, '185.191.171.9'),
(4559, '2025-11-21 05:43:51', 133, NULL, '184.73.239.35'),
(4560, '2025-11-21 05:46:37', 148, NULL, '185.191.171.15'),
(4561, '2025-11-21 05:47:32', 46, NULL, '85.208.96.204'),
(4562, '2025-11-21 05:51:21', 141, NULL, '185.191.171.8'),
(4563, '2025-11-21 05:51:22', 162, NULL, '34.226.89.140'),
(4564, '2025-11-21 05:52:35', 33, NULL, '185.191.171.14'),
(4565, '2025-11-21 05:53:12', 192, NULL, '54.210.152.179'),
(4566, '2025-11-21 05:54:06', 162, NULL, '184.73.167.217'),
(4567, '2025-11-21 05:54:24', 211, NULL, '41.10.158.59'),
(4568, '2025-11-21 05:55:27', 169, NULL, '52.200.58.199'),
(4569, '2025-11-21 05:57:10', 168, NULL, '66.249.76.205'),
(4570, '2025-11-21 05:59:10', 167, NULL, '35.171.141.42'),
(4571, '2025-11-21 06:01:18', 160, NULL, '34.234.206.30'),
(4572, '2025-11-21 06:02:54', 170, NULL, '44.221.105.234'),
(4573, '2025-11-21 06:03:02', 170, NULL, '44.209.89.189'),
(4574, '2025-11-21 06:05:21', 264, NULL, '66.249.76.204'),
(4575, '2025-11-21 06:08:53', 11, NULL, '54.37.84.47'),
(4576, '2025-11-21 06:08:56', 2, NULL, '54.37.84.47'),
(4577, '2025-11-21 06:11:55', 166, NULL, '35.171.117.160'),
(4578, '2025-11-21 06:12:07', 170, NULL, '18.209.201.119'),
(4579, '2025-11-21 06:14:23', 266, NULL, '18.205.127.11'),
(4580, '2025-11-21 06:14:23', 265, NULL, '18.205.127.11'),
(4581, '2025-11-21 06:14:23', 264, NULL, '18.205.127.11'),
(4582, '2025-11-21 06:14:23', 263, NULL, '18.205.127.11'),
(4583, '2025-11-21 06:14:23', 262, NULL, '18.205.127.11'),
(4584, '2025-11-21 06:14:23', 261, NULL, '18.205.127.11'),
(4585, '2025-11-21 06:14:23', 260, NULL, '18.205.127.11'),
(4586, '2025-11-21 06:14:23', 259, NULL, '18.205.127.11'),
(4587, '2025-11-21 06:14:23', 258, NULL, '18.205.127.11'),
(4588, '2025-11-21 06:14:23', 257, NULL, '18.205.127.11'),
(4589, '2025-11-21 06:14:23', 256, NULL, '18.205.127.11'),
(4590, '2025-11-21 06:14:23', 255, NULL, '18.205.127.11'),
(4591, '2025-11-21 06:16:22', 21, NULL, '52.2.4.213'),
(4592, '2025-11-21 06:16:22', 22, NULL, '52.2.4.213'),
(4593, '2025-11-21 06:16:22', 23, NULL, '52.2.4.213'),
(4594, '2025-11-21 06:16:22', 24, NULL, '52.2.4.213'),
(4595, '2025-11-21 06:16:22', 27, NULL, '52.2.4.213'),
(4596, '2025-11-21 06:16:22', 29, NULL, '52.2.4.213'),
(4597, '2025-11-21 06:16:22', 31, NULL, '52.2.4.213'),
(4598, '2025-11-21 06:16:22', 34, NULL, '52.2.4.213'),
(4599, '2025-11-21 06:17:38', 41, NULL, '85.208.96.199'),
(4600, '2025-11-21 06:18:39', 171, NULL, '54.80.73.122'),
(4601, '2025-11-21 06:19:54', 266, NULL, '52.54.157.23'),
(4602, '2025-11-21 06:19:54', 265, NULL, '52.54.157.23'),
(4603, '2025-11-21 06:19:54', 264, NULL, '52.54.157.23'),
(4604, '2025-11-21 06:19:54', 263, NULL, '52.54.157.23'),
(4605, '2025-11-21 06:19:54', 262, NULL, '52.54.157.23'),
(4606, '2025-11-21 06:19:54', 261, NULL, '52.54.157.23'),
(4607, '2025-11-21 06:19:54', 260, NULL, '52.54.157.23'),
(4608, '2025-11-21 06:19:54', 259, NULL, '52.54.157.23'),
(4609, '2025-11-21 06:19:54', 258, NULL, '52.54.157.23'),
(4610, '2025-11-21 06:19:54', 257, NULL, '52.54.157.23'),
(4611, '2025-11-21 06:19:54', 256, NULL, '52.54.157.23'),
(4612, '2025-11-21 06:19:54', 255, NULL, '52.54.157.23'),
(4613, '2025-11-21 06:20:06', 266, NULL, '23.21.250.48'),
(4614, '2025-11-21 06:20:06', 265, NULL, '23.21.250.48'),
(4615, '2025-11-21 06:20:06', 264, NULL, '23.21.250.48'),
(4616, '2025-11-21 06:20:06', 263, NULL, '23.21.250.48'),
(4617, '2025-11-21 06:20:06', 262, NULL, '23.21.250.48'),
(4618, '2025-11-21 06:20:06', 261, NULL, '23.21.250.48'),
(4619, '2025-11-21 06:20:06', 260, NULL, '23.21.250.48'),
(4620, '2025-11-21 06:20:06', 259, NULL, '23.21.250.48'),
(4621, '2025-11-21 06:20:06', 258, NULL, '23.21.250.48'),
(4622, '2025-11-21 06:20:06', 257, NULL, '23.21.250.48'),
(4623, '2025-11-21 06:20:06', 256, NULL, '23.21.250.48'),
(4624, '2025-11-21 06:20:06', 255, NULL, '23.21.250.48'),
(4625, '2025-11-21 06:20:11', 21, NULL, '52.4.76.156'),
(4626, '2025-11-21 06:20:11', 22, NULL, '52.4.76.156'),
(4627, '2025-11-21 06:20:11', 23, NULL, '52.4.76.156'),
(4628, '2025-11-21 06:20:11', 24, NULL, '52.4.76.156'),
(4629, '2025-11-21 06:20:11', 27, NULL, '52.4.76.156'),
(4630, '2025-11-21 06:20:11', 29, NULL, '52.4.76.156'),
(4631, '2025-11-21 06:20:11', 31, NULL, '52.4.76.156'),
(4632, '2025-11-21 06:20:11', 34, NULL, '52.4.76.156'),
(4633, '2025-11-21 06:20:47', 213, NULL, '52.205.113.104'),
(4634, '2025-11-21 06:26:44', 105, NULL, '43.173.179.42'),
(4635, '2025-11-21 06:29:26', 33, NULL, '85.208.96.210'),
(4636, '2025-11-21 06:31:33', 36, NULL, '185.191.171.1'),
(4637, '2025-11-21 06:31:40', 47, NULL, '185.191.171.10'),
(4638, '2025-11-21 06:33:58', 210, NULL, '98.84.60.17'),
(4639, '2025-11-21 06:34:11', 239, NULL, '3.216.227.216'),
(4640, '2025-11-21 06:35:12', 36, NULL, '85.208.96.195'),
(4641, '2025-11-21 06:35:45', 33, NULL, '185.191.171.8'),
(4642, '2025-11-21 06:43:54', 219, NULL, '52.4.213.199'),
(4643, '2025-11-21 06:46:14', 137, NULL, '52.0.218.219'),
(4644, '2025-11-21 06:54:35', 209, NULL, '23.23.214.190'),
(4645, '2025-11-21 06:56:46', 24, NULL, '5.37.182.49'),
(4646, '2025-11-21 07:02:38', 33, NULL, '185.191.171.9'),
(4647, '2025-11-21 07:06:45', 247, NULL, '185.191.171.5'),
(4648, '2025-11-21 07:06:45', 248, NULL, '185.191.171.5'),
(4649, '2025-11-21 07:06:45', 249, NULL, '185.191.171.5'),
(4650, '2025-11-21 07:06:45', 250, NULL, '185.191.171.5'),
(4651, '2025-11-21 07:06:45', 251, NULL, '185.191.171.5'),
(4652, '2025-11-21 07:06:45', 252, NULL, '185.191.171.5'),
(4653, '2025-11-21 07:06:45', 253, NULL, '185.191.171.5'),
(4654, '2025-11-21 07:06:45', 254, NULL, '185.191.171.5'),
(4655, '2025-11-21 07:06:45', 255, NULL, '185.191.171.5'),
(4656, '2025-11-21 07:06:45', 256, NULL, '185.191.171.5'),
(4657, '2025-11-21 07:08:30', 223, NULL, '50.19.221.48'),
(4658, '2025-11-21 07:11:20', 156, NULL, '185.191.171.8'),
(4659, '2025-11-21 07:16:45', 219, NULL, '107.20.181.148'),
(4660, '2025-11-21 07:19:30', 46, NULL, '85.208.96.210'),
(4661, '2025-11-21 07:25:50', 149, NULL, '98.83.94.113'),
(4662, '2025-11-21 07:28:33', 36, NULL, '185.191.171.11'),
(4663, '2025-11-21 07:31:34', 145, NULL, '34.230.124.21'),
(4664, '2025-11-21 07:35:42', 166, NULL, '3.215.221.125'),
(4665, '2025-11-21 07:36:42', 159, NULL, '34.236.185.101'),
(4666, '2025-11-21 07:37:02', 167, NULL, '54.156.124.2'),
(4667, '2025-11-21 07:38:10', 167, NULL, '52.202.52.82'),
(4668, '2025-11-21 07:41:26', 170, NULL, '54.83.56.1'),
(4669, '2025-11-21 07:48:40', 215, NULL, '113.169.31.175'),
(4670, '2025-11-21 07:49:54', 112, NULL, '45.190.5.219'),
(4671, '2025-11-21 07:49:54', 111, NULL, '45.190.5.219'),
(4672, '2025-11-21 07:49:54', 108, NULL, '45.190.5.219'),
(4673, '2025-11-21 07:49:54', 107, NULL, '45.190.5.219'),
(4674, '2025-11-21 07:49:54', 106, NULL, '45.190.5.219'),
(4675, '2025-11-21 07:49:54', 105, NULL, '45.190.5.219'),
(4676, '2025-11-21 07:49:54', 104, NULL, '45.190.5.219'),
(4677, '2025-11-21 07:49:54', 103, NULL, '45.190.5.219'),
(4678, '2025-11-21 07:49:54', 102, NULL, '45.190.5.219'),
(4679, '2025-11-21 07:49:54', 101, NULL, '45.190.5.219'),
(4680, '2025-11-21 07:49:54', 100, NULL, '45.190.5.219'),
(4681, '2025-11-21 07:56:58', 21, NULL, '3.210.114.189'),
(4682, '2025-11-21 07:56:58', 22, NULL, '3.210.114.189'),
(4683, '2025-11-21 07:56:58', 23, NULL, '3.210.114.189'),
(4684, '2025-11-21 07:56:58', 24, NULL, '3.210.114.189'),
(4685, '2025-11-21 07:56:58', 27, NULL, '3.210.114.189'),
(4686, '2025-11-21 07:56:58', 29, NULL, '3.210.114.189'),
(4687, '2025-11-21 07:56:58', 34, NULL, '3.210.114.189'),
(4688, '2025-11-21 08:00:41', 245, NULL, '66.249.76.205'),
(4689, '2025-11-21 08:01:58', 171, NULL, '54.210.155.69'),
(4690, '2025-11-21 08:02:06', 140, NULL, '34.225.243.131'),
(4691, '2025-11-21 08:02:42', 164, NULL, '23.23.103.31'),
(4692, '2025-11-21 08:02:50', 162, NULL, '35.170.205.140'),
(4693, '2025-11-21 08:03:38', 161, NULL, '184.73.239.35'),
(4694, '2025-11-21 08:05:52', 100, NULL, '185.191.171.17'),
(4695, '2025-11-21 08:11:32', 102, NULL, '5.255.231.12'),
(4696, '2025-11-21 08:14:10', 138, NULL, '8.217.208.88'),
(4697, '2025-11-21 08:14:56', 98, NULL, '185.191.171.8'),
(4698, '2025-11-21 08:15:59', 266, NULL, '44.197.76.210'),
(4699, '2025-11-21 08:15:59', 265, NULL, '44.197.76.210'),
(4700, '2025-11-21 08:15:59', 264, NULL, '44.197.76.210'),
(4701, '2025-11-21 08:15:59', 263, NULL, '44.197.76.210'),
(4702, '2025-11-21 08:15:59', 262, NULL, '44.197.76.210'),
(4703, '2025-11-21 08:15:59', 261, NULL, '44.197.76.210'),
(4704, '2025-11-21 08:15:59', 260, NULL, '44.197.76.210'),
(4705, '2025-11-21 08:15:59', 259, NULL, '44.197.76.210'),
(4706, '2025-11-21 08:15:59', 258, NULL, '44.197.76.210'),
(4707, '2025-11-21 08:15:59', 257, NULL, '44.197.76.210'),
(4708, '2025-11-21 08:15:59', 256, NULL, '44.197.76.210'),
(4709, '2025-11-21 08:15:59', 255, NULL, '44.197.76.210'),
(4710, '2025-11-21 08:16:43', 29, NULL, '8.217.170.12'),
(4711, '2025-11-21 08:17:54', 165, NULL, '3.215.221.125'),
(4712, '2025-11-21 08:18:28', 166, NULL, '3.211.105.134'),
(4713, '2025-11-21 08:18:50', 167, NULL, '18.209.201.119'),
(4714, '2025-11-21 08:18:59', 167, NULL, '54.157.99.244'),
(4715, '2025-11-21 08:26:53', 158, NULL, '44.215.61.66'),
(4716, '2025-11-21 08:27:35', 161, NULL, '98.83.226.125'),
(4717, '2025-11-21 08:28:43', 160, NULL, '34.239.197.197'),
(4718, '2025-11-21 08:30:42', 264, NULL, '66.249.66.75'),
(4719, '2025-11-21 08:45:54', 250, NULL, '66.249.76.203'),
(4720, '2025-11-21 08:58:45', 169, NULL, '18.232.36.1'),
(4721, '2025-11-21 09:00:05', 46, NULL, '185.191.171.5'),
(4722, '2025-11-21 09:00:32', 148, NULL, '3.210.29.96'),
(4723, '2025-11-21 09:04:02', 169, NULL, '100.28.57.133'),
(4724, '2025-11-21 09:09:36', 36, NULL, '85.208.96.201'),
(4725, '2025-11-21 09:10:01', 264, NULL, '66.249.66.13'),
(4726, '2025-11-21 09:19:05', 251, NULL, '66.249.66.76'),
(4727, '2025-11-21 09:21:55', 21, NULL, '3.232.39.98'),
(4728, '2025-11-21 09:21:55', 22, NULL, '3.232.39.98'),
(4729, '2025-11-21 09:21:55', 23, NULL, '3.232.39.98'),
(4730, '2025-11-21 09:21:55', 24, NULL, '3.232.39.98'),
(4731, '2025-11-21 09:21:55', 27, NULL, '3.232.39.98'),
(4732, '2025-11-21 09:21:55', 29, NULL, '3.232.39.98'),
(4733, '2025-11-21 09:21:55', 31, NULL, '3.232.39.98'),
(4734, '2025-11-21 09:21:55', 33, NULL, '3.232.39.98'),
(4735, '2025-11-21 09:21:55', 34, NULL, '3.232.39.98'),
(4736, '2025-11-21 09:25:35', 165, NULL, '35.173.38.202'),
(4737, '2025-11-21 09:26:27', 33, NULL, '207.46.13.154'),
(4738, '2025-11-21 09:27:35', 163, NULL, '52.3.102.51'),
(4739, '2025-11-21 09:31:49', 154, NULL, '18.207.89.138'),
(4740, '2025-11-21 09:33:24', 163, NULL, '35.174.141.243'),
(4741, '2025-11-21 09:34:03', 263, NULL, '216.73.216.3'),
(4742, '2025-11-21 09:34:03', 265, NULL, '216.73.216.3'),
(4743, '2025-11-21 09:34:03', 262, NULL, '216.73.216.3'),
(4744, '2025-11-21 09:36:18', 265, NULL, '66.249.66.13'),
(4745, '2025-11-21 09:37:23', 219, NULL, '66.249.76.204'),
(4746, '2025-11-21 09:37:31', 235, NULL, '66.249.66.75'),
(4747, '2025-11-21 09:40:08', 106, NULL, '43.173.179.198'),
(4748, '2025-11-21 09:41:32', 1, NULL, '40.77.167.6'),
(4749, '2025-11-21 09:41:32', 2, NULL, '40.77.167.6'),
(4750, '2025-11-21 09:41:32', 3, NULL, '40.77.167.6'),
(4751, '2025-11-21 09:41:32', 4, NULL, '40.77.167.6'),
(4752, '2025-11-21 09:41:32', 5, NULL, '40.77.167.6'),
(4753, '2025-11-21 09:41:32', 6, NULL, '40.77.167.6'),
(4754, '2025-11-21 09:41:32', 7, NULL, '40.77.167.6'),
(4755, '2025-11-21 09:41:32', 8, NULL, '40.77.167.6'),
(4756, '2025-11-21 09:41:32', 11, NULL, '40.77.167.6'),
(4757, '2025-11-21 09:43:38', 247, NULL, '66.249.76.205'),
(4758, '2025-11-21 09:49:49', 103, NULL, '85.208.96.200'),
(4759, '2025-11-21 09:49:49', 104, NULL, '85.208.96.200'),
(4760, '2025-11-21 09:49:49', 105, NULL, '85.208.96.200'),
(4761, '2025-11-21 09:49:49', 106, NULL, '85.208.96.200'),
(4762, '2025-11-21 09:49:49', 107, NULL, '85.208.96.200'),
(4763, '2025-11-21 09:49:49', 108, NULL, '85.208.96.200'),
(4764, '2025-11-21 09:49:49', 111, NULL, '85.208.96.200'),
(4765, '2025-11-21 09:49:49', 112, NULL, '85.208.96.200'),
(4766, '2025-11-21 09:49:49', 126, NULL, '85.208.96.200'),
(4767, '2025-11-21 10:08:53', 266, NULL, '184.73.167.217'),
(4768, '2025-11-21 10:08:53', 265, NULL, '184.73.167.217'),
(4769, '2025-11-21 10:08:53', 264, NULL, '184.73.167.217'),
(4770, '2025-11-21 10:08:53', 263, NULL, '184.73.167.217'),
(4771, '2025-11-21 10:08:53', 262, NULL, '184.73.167.217'),
(4772, '2025-11-21 10:08:53', 261, NULL, '184.73.167.217'),
(4773, '2025-11-21 10:08:53', 260, NULL, '184.73.167.217'),
(4774, '2025-11-21 10:08:53', 259, NULL, '184.73.167.217'),
(4775, '2025-11-21 10:08:53', 258, NULL, '184.73.167.217'),
(4776, '2025-11-21 10:08:53', 257, NULL, '184.73.167.217'),
(4777, '2025-11-21 10:08:53', 256, NULL, '184.73.167.217'),
(4778, '2025-11-21 10:08:53', 255, NULL, '184.73.167.217'),
(4779, '2025-11-21 10:12:30', 266, NULL, '216.73.216.3'),
(4780, '2025-11-21 10:12:30', 259, NULL, '216.73.216.3'),
(4781, '2025-11-21 10:20:14', 169, NULL, '98.82.39.241'),
(4782, '2025-11-21 10:20:26', 169, NULL, '54.147.238.89'),
(4783, '2025-11-21 10:21:04', 167, NULL, '52.4.238.8'),
(4784, '2025-11-21 10:25:18', 165, NULL, '98.84.131.195'),
(4785, '2025-11-21 10:26:00', 160, NULL, '44.215.231.15'),
(4786, '2025-11-21 10:26:34', 21, NULL, '52.0.63.151'),
(4787, '2025-11-21 10:26:34', 22, NULL, '52.0.63.151'),
(4788, '2025-11-21 10:26:34', 23, NULL, '52.0.63.151'),
(4789, '2025-11-21 10:26:34', 24, NULL, '52.0.63.151'),
(4790, '2025-11-21 10:26:34', 27, NULL, '52.0.63.151'),
(4791, '2025-11-21 10:26:34', 29, NULL, '52.0.63.151'),
(4792, '2025-11-21 10:26:34', 31, NULL, '52.0.63.151'),
(4793, '2025-11-21 10:26:34', 33, NULL, '52.0.63.151'),
(4794, '2025-11-21 10:26:34', 34, NULL, '52.0.63.151'),
(4795, '2025-11-21 10:27:46', 266, NULL, '44.209.35.147'),
(4796, '2025-11-21 10:27:46', 265, NULL, '44.209.35.147'),
(4797, '2025-11-21 10:27:46', 264, NULL, '44.209.35.147'),
(4798, '2025-11-21 10:27:46', 263, NULL, '44.209.35.147'),
(4799, '2025-11-21 10:27:46', 262, NULL, '44.209.35.147'),
(4800, '2025-11-21 10:27:46', 261, NULL, '44.209.35.147'),
(4801, '2025-11-21 10:27:46', 260, NULL, '44.209.35.147'),
(4802, '2025-11-21 10:27:46', 259, NULL, '44.209.35.147'),
(4803, '2025-11-21 10:27:46', 258, NULL, '44.209.35.147'),
(4804, '2025-11-21 10:27:46', 257, NULL, '44.209.35.147'),
(4805, '2025-11-21 10:27:46', 256, NULL, '44.209.35.147'),
(4806, '2025-11-21 10:27:46', 255, NULL, '44.209.35.147'),
(4807, '2025-11-21 10:28:34', 176, NULL, '44.223.232.55'),
(4808, '2025-11-21 10:29:07', 190, NULL, '52.6.97.88'),
(4809, '2025-11-21 10:29:35', 217, NULL, '3.229.95.193'),
(4810, '2025-11-21 10:33:34', 168, NULL, '34.206.193.60'),
(4811, '2025-11-21 10:33:58', 212, NULL, '52.21.62.139'),
(4812, '2025-11-21 10:58:57', 245, NULL, '66.249.66.75'),
(4813, '2025-11-21 10:59:40', 257, NULL, '216.73.216.3'),
(4814, '2025-11-21 11:04:39', 168, NULL, '3.213.213.161'),
(4815, '2025-11-21 11:06:14', 165, NULL, '3.225.9.97'),
(4816, '2025-11-21 11:09:42', 166, NULL, '35.173.38.202'),
(4817, '2025-11-21 11:10:47', 261, NULL, '216.73.216.3'),
(4818, '2025-11-21 11:14:08', 189, NULL, '66.249.66.76'),
(4819, '2025-11-21 11:18:14', 112, NULL, '85.208.96.207'),
(4820, '2025-11-21 11:18:14', 111, NULL, '85.208.96.207'),
(4821, '2025-11-21 11:18:14', 108, NULL, '85.208.96.207'),
(4822, '2025-11-21 11:18:14', 107, NULL, '85.208.96.207'),
(4823, '2025-11-21 11:18:14', 106, NULL, '85.208.96.207'),
(4824, '2025-11-21 11:18:14', 105, NULL, '85.208.96.207'),
(4825, '2025-11-21 11:18:14', 104, NULL, '85.208.96.207'),
(4826, '2025-11-21 11:18:14', 103, NULL, '85.208.96.207'),
(4827, '2025-11-21 11:18:14', 102, NULL, '85.208.96.207'),
(4828, '2025-11-21 11:18:14', 101, NULL, '85.208.96.207'),
(4829, '2025-11-21 11:18:14', 100, NULL, '85.208.96.207'),
(4830, '2025-11-21 11:19:55', 23, NULL, '85.208.96.197'),
(4831, '2025-11-21 11:22:27', 33, NULL, '43.173.173.93'),
(4832, '2025-11-21 11:23:59', 266, NULL, '34.235.239.240'),
(4833, '2025-11-21 11:23:59', 265, NULL, '34.235.239.240'),
(4834, '2025-11-21 11:23:59', 264, NULL, '34.235.239.240'),
(4835, '2025-11-21 11:23:59', 263, NULL, '34.235.239.240'),
(4836, '2025-11-21 11:23:59', 262, NULL, '34.235.239.240'),
(4837, '2025-11-21 11:23:59', 261, NULL, '34.235.239.240'),
(4838, '2025-11-21 11:23:59', 260, NULL, '34.235.239.240'),
(4839, '2025-11-21 11:23:59', 259, NULL, '34.235.239.240'),
(4840, '2025-11-21 11:23:59', 258, NULL, '34.235.239.240'),
(4841, '2025-11-21 11:23:59', 257, NULL, '34.235.239.240'),
(4842, '2025-11-21 11:23:59', 256, NULL, '34.235.239.240'),
(4843, '2025-11-21 11:23:59', 255, NULL, '34.235.239.240'),
(4844, '2025-11-21 11:25:37', 33, NULL, '43.173.179.83'),
(4845, '2025-11-21 11:25:43', 33, NULL, '43.173.178.159'),
(4846, '2025-11-21 11:25:54', 178, NULL, '3.224.104.67'),
(4847, '2025-11-21 11:29:08', 33, NULL, '105.102.83.249'),
(4848, '2025-11-21 11:31:55', 162, NULL, '34.234.206.30'),
(4849, '2025-11-21 11:33:06', 184, NULL, '57.141.4.16'),
(4850, '2025-11-21 11:33:50', 169, NULL, '35.153.86.200'),
(4851, '2025-11-21 11:37:49', 181, NULL, '66.249.66.75'),
(4852, '2025-11-21 11:50:11', 168, NULL, '54.147.182.90'),
(4853, '2025-11-21 11:50:22', 163, NULL, '44.193.115.232'),
(4854, '2025-11-21 11:50:23', 162, NULL, '34.236.41.241'),
(4855, '2025-11-21 11:57:11', 264, NULL, '216.73.216.3'),
(4856, '2025-11-21 12:06:26', 171, NULL, '3.209.174.110'),
(4857, '2025-11-21 12:07:14', 163, NULL, '34.227.156.153'),
(4858, '2025-11-21 12:08:54', 161, NULL, '3.90.73.206'),
(4859, '2025-11-21 12:09:50', 151, NULL, '52.23.112.144'),
(4860, '2025-11-21 12:10:10', 169, NULL, '3.218.103.254'),
(4861, '2025-11-21 12:10:54', 160, NULL, '98.83.8.142'),
(4862, '2025-11-21 12:13:49', 256, NULL, '66.249.76.205'),
(4863, '2025-11-21 12:23:30', 214, NULL, '52.0.218.219'),
(4864, '2025-11-21 12:30:47', 164, NULL, '18.207.79.144'),
(4865, '2025-11-21 12:33:02', 142, NULL, '52.1.106.130'),
(4866, '2025-11-21 12:41:38', 188, NULL, '66.249.66.201'),
(4867, '2025-11-21 12:51:33', 192, NULL, '66.249.76.203'),
(4868, '2025-11-21 12:58:36', 239, NULL, '57.141.0.8'),
(4869, '2025-11-21 12:59:40', 183, NULL, '66.249.76.205'),
(4870, '2025-11-21 12:59:59', 198, NULL, '98.83.177.42'),
(4871, '2025-11-21 13:08:14', 171, NULL, '44.195.145.102'),
(4872, '2025-11-21 13:09:42', 134, NULL, '3.217.171.106'),
(4873, '2025-11-21 13:20:34', 253, NULL, '66.249.66.166'),
(4874, '2025-11-21 13:20:38', 21, NULL, '98.84.70.201'),
(4875, '2025-11-21 13:20:38', 22, NULL, '98.84.70.201'),
(4876, '2025-11-21 13:20:38', 23, NULL, '98.84.70.201'),
(4877, '2025-11-21 13:20:38', 24, NULL, '98.84.70.201'),
(4878, '2025-11-21 13:20:38', 27, NULL, '98.84.70.201'),
(4879, '2025-11-21 13:20:38', 29, NULL, '98.84.70.201'),
(4880, '2025-11-21 13:20:38', 31, NULL, '98.84.70.201'),
(4881, '2025-11-21 13:20:38', 33, NULL, '98.84.70.201'),
(4882, '2025-11-21 13:20:38', 34, NULL, '98.84.70.201'),
(4883, '2025-11-21 13:23:02', 166, NULL, '3.210.114.189'),
(4884, '2025-11-21 13:23:47', 162, NULL, '52.2.4.213'),
(4885, '2025-11-21 13:31:07', 38, NULL, '43.173.179.36'),
(4886, '2025-11-21 13:31:18', 169, NULL, '52.200.142.199'),
(4887, '2025-11-21 13:37:50', 186, NULL, '66.249.66.167'),
(4888, '2025-11-21 13:40:05', 37, NULL, '43.173.181.29'),
(4889, '2025-11-21 13:51:46', 239, NULL, '57.141.0.56'),
(4890, '2025-11-21 13:54:05', 132, NULL, '23.21.225.190'),
(4891, '2025-11-21 13:54:05', 131, NULL, '23.21.225.190'),
(4892, '2025-11-21 13:55:34', 261, NULL, '66.249.66.77'),
(4893, '2025-11-21 14:05:40', 179, NULL, '66.249.76.205'),
(4894, '2025-11-21 14:07:18', 162, NULL, '98.82.63.147'),
(4895, '2025-11-21 14:09:58', 161, NULL, '3.232.39.98'),
(4896, '2025-11-21 14:12:02', 167, NULL, '98.82.66.172'),
(4897, '2025-11-21 14:13:58', 160, NULL, '54.147.238.89'),
(4898, '2025-11-21 14:27:22', 166, NULL, '98.84.200.43'),
(4899, '2025-11-21 14:27:38', 167, NULL, '3.208.156.9'),
(4900, '2025-11-21 14:35:03', 147, NULL, '184.73.239.35'),
(4901, '2025-11-21 14:35:10', 161, NULL, '3.219.80.71'),
(4902, '2025-11-21 14:57:32', 254, NULL, '66.249.66.35'),
(4903, '2025-11-21 14:57:43', 46, NULL, '8.217.212.36'),
(4904, '2025-11-21 15:01:12', 266, NULL, '18.215.112.101'),
(4905, '2025-11-21 15:01:12', 265, NULL, '18.215.112.101'),
(4906, '2025-11-21 15:01:12', 264, NULL, '18.215.112.101'),
(4907, '2025-11-21 15:01:12', 263, NULL, '18.215.112.101'),
(4908, '2025-11-21 15:01:12', 262, NULL, '18.215.112.101'),
(4909, '2025-11-21 15:01:12', 261, NULL, '18.215.112.101'),
(4910, '2025-11-21 15:01:12', 260, NULL, '18.215.112.101'),
(4911, '2025-11-21 15:01:12', 259, NULL, '18.215.112.101'),
(4912, '2025-11-21 15:01:12', 258, NULL, '18.215.112.101'),
(4913, '2025-11-21 15:01:12', 257, NULL, '18.215.112.101'),
(4914, '2025-11-21 15:01:12', 256, NULL, '18.215.112.101'),
(4915, '2025-11-21 15:01:12', 255, NULL, '18.215.112.101'),
(4916, '2025-11-21 15:03:51', 168, NULL, '23.21.179.120'),
(4917, '2025-11-21 15:04:11', 168, NULL, '34.196.6.199'),
(4918, '2025-11-21 15:04:24', 168, NULL, '18.215.77.19'),
(4919, '2025-11-21 15:06:38', 163, NULL, '18.213.240.226'),
(4920, '2025-11-21 15:10:53', 138, NULL, '8.217.191.210'),
(4921, '2025-11-21 15:11:15', 211, NULL, '52.0.218.219'),
(4922, '2025-11-21 15:12:38', 218, NULL, '34.205.170.13'),
(4923, '2025-11-21 15:12:42', 161, NULL, '52.44.229.124'),
(4924, '2025-11-21 15:14:54', 166, NULL, '52.4.229.9'),
(4925, '2025-11-21 15:17:10', 88, NULL, '52.167.144.189'),
(4926, '2025-11-21 15:19:36', 36, NULL, '66.249.76.205'),
(4927, '2025-11-21 15:29:22', 161, NULL, '52.23.112.144'),
(4928, '2025-11-21 15:36:34', 21, NULL, '23.21.175.228'),
(4929, '2025-11-21 15:36:34', 22, NULL, '23.21.175.228'),
(4930, '2025-11-21 15:36:34', 23, NULL, '23.21.175.228'),
(4931, '2025-11-21 15:36:34', 24, NULL, '23.21.175.228'),
(4932, '2025-11-21 15:36:34', 27, NULL, '23.21.175.228'),
(4933, '2025-11-21 15:36:34', 29, NULL, '23.21.175.228'),
(4934, '2025-11-21 15:36:34', 31, NULL, '23.21.175.228'),
(4935, '2025-11-21 15:36:34', 34, NULL, '23.21.175.228'),
(4936, '2025-11-21 15:37:00', 195, NULL, '35.174.253.85'),
(4937, '2025-11-21 15:37:01', 65, NULL, '66.249.66.201'),
(4938, '2025-11-21 15:37:01', 49, NULL, '66.249.66.201'),
(4939, '2025-11-21 15:37:01', 45, NULL, '66.249.66.201'),
(4940, '2025-11-21 15:37:01', 43, NULL, '66.249.66.201'),
(4941, '2025-11-21 15:37:01', 39, NULL, '66.249.66.201'),
(4942, '2025-11-21 15:37:01', 38, NULL, '66.249.66.201'),
(4943, '2025-11-21 15:37:01', 34, NULL, '66.249.66.201'),
(4944, '2025-11-21 15:37:01', 31, NULL, '66.249.66.201'),
(4945, '2025-11-21 15:37:01', 29, NULL, '66.249.66.201'),
(4946, '2025-11-21 15:38:34', 21, NULL, '54.166.126.132'),
(4947, '2025-11-21 15:38:34', 22, NULL, '54.166.126.132'),
(4948, '2025-11-21 15:38:34', 23, NULL, '54.166.126.132'),
(4949, '2025-11-21 15:38:34', 24, NULL, '54.166.126.132'),
(4950, '2025-11-21 15:38:34', 27, NULL, '54.166.126.132'),
(4951, '2025-11-21 15:38:34', 29, NULL, '54.166.126.132'),
(4952, '2025-11-21 15:38:34', 31, NULL, '54.166.126.132'),
(4953, '2025-11-21 15:38:34', 34, NULL, '54.166.126.132'),
(4954, '2025-11-21 15:50:38', 190, NULL, '3.94.157.25'),
(4955, '2025-11-21 15:52:33', 244, NULL, '66.249.76.203'),
(4956, '2025-11-21 16:03:29', 65, NULL, '66.249.66.167'),
(4957, '2025-11-21 16:03:29', 49, NULL, '66.249.66.167'),
(4958, '2025-11-21 16:03:29', 45, NULL, '66.249.66.167'),
(4959, '2025-11-21 16:03:29', 43, NULL, '66.249.66.167'),
(4960, '2025-11-21 16:03:29', 39, NULL, '66.249.66.167'),
(4961, '2025-11-21 16:03:29', 38, NULL, '66.249.66.167'),
(4962, '2025-11-21 16:03:29', 36, NULL, '66.249.66.167'),
(4963, '2025-11-21 16:03:29', 34, NULL, '66.249.66.167'),
(4964, '2025-11-21 16:03:29', 33, NULL, '66.249.66.167'),
(4965, '2025-11-21 16:03:29', 31, NULL, '66.249.66.167'),
(4966, '2025-11-21 16:03:29', 29, NULL, '66.249.66.167'),
(4967, '2025-11-21 16:03:45', 88, NULL, '17.241.227.117'),
(4968, '2025-11-21 16:17:22', 21, NULL, '3.221.244.28'),
(4969, '2025-11-21 16:17:22', 22, NULL, '3.221.244.28'),
(4970, '2025-11-21 16:17:22', 23, NULL, '3.221.244.28'),
(4971, '2025-11-21 16:17:22', 24, NULL, '3.221.244.28'),
(4972, '2025-11-21 16:17:22', 27, NULL, '3.221.244.28'),
(4973, '2025-11-21 16:17:22', 29, NULL, '3.221.244.28'),
(4974, '2025-11-21 16:17:22', 31, NULL, '3.221.244.28'),
(4975, '2025-11-21 16:17:22', 33, NULL, '3.221.244.28'),
(4976, '2025-11-21 16:17:22', 34, NULL, '3.221.244.28'),
(4977, '2025-11-21 16:24:46', 168, NULL, '35.173.18.61'),
(4978, '2025-11-21 16:26:30', 171, NULL, '23.23.180.225'),
(4979, '2025-11-21 16:36:09', 65, NULL, '66.249.76.205'),
(4980, '2025-11-21 16:36:09', 49, NULL, '66.249.76.205'),
(4981, '2025-11-21 16:36:09', 43, NULL, '66.249.76.205'),
(4982, '2025-11-21 16:36:09', 39, NULL, '66.249.76.205'),
(4983, '2025-11-21 16:36:09', 38, NULL, '66.249.76.205'),
(4984, '2025-11-21 16:36:09', 34, NULL, '66.249.76.205'),
(4985, '2025-11-21 16:36:09', 33, NULL, '66.249.76.205'),
(4986, '2025-11-21 16:36:09', 31, NULL, '66.249.76.205'),
(4987, '2025-11-21 16:36:09', 29, NULL, '66.249.76.205'),
(4988, '2025-11-21 16:36:34', 171, NULL, '54.225.181.161'),
(4989, '2025-11-21 16:39:19', 168, NULL, '3.215.59.93'),
(4990, '2025-11-21 16:40:39', 138, NULL, '52.0.63.151'),
(4991, '2025-11-21 16:41:38', 164, NULL, '52.5.232.250'),
(4992, '2025-11-21 16:41:46', 164, NULL, '3.220.148.166'),
(4993, '2025-11-21 16:42:07', 165, NULL, '44.207.69.106'),
(4994, '2025-11-21 16:42:14', 197, NULL, '34.233.114.237'),
(4995, '2025-11-21 16:42:28', 219, NULL, '44.195.50.71'),
(4996, '2025-11-21 16:43:02', 162, NULL, '3.90.73.206'),
(4997, '2025-11-21 16:45:34', 141, NULL, '34.224.132.215'),
(4998, '2025-11-21 16:59:01', 38, NULL, '66.249.66.76'),
(4999, '2025-11-21 17:03:14', 21, NULL, '44.213.202.136'),
(5000, '2025-11-21 17:03:14', 22, NULL, '44.213.202.136'),
(5001, '2025-11-21 17:03:14', 23, NULL, '44.213.202.136'),
(5002, '2025-11-21 17:03:14', 24, NULL, '44.213.202.136'),
(5003, '2025-11-21 17:03:14', 27, NULL, '44.213.202.136'),
(5004, '2025-11-21 17:03:14', 29, NULL, '44.213.202.136'),
(5005, '2025-11-21 17:03:14', 31, NULL, '44.213.202.136'),
(5006, '2025-11-21 17:03:14', 34, NULL, '44.213.202.136'),
(5007, '2025-11-21 17:06:54', 168, NULL, '3.221.156.96'),
(5008, '2025-11-21 17:08:05', 171, NULL, '52.22.87.224'),
(5009, '2025-11-21 17:08:10', 36, NULL, '66.249.66.36'),
(5010, '2025-11-21 17:08:52', 132, NULL, '184.73.195.18'),
(5011, '2025-11-21 17:09:47', 266, NULL, '18.209.137.234'),
(5012, '2025-11-21 17:09:47', 265, NULL, '18.209.137.234'),
(5013, '2025-11-21 17:09:47', 264, NULL, '18.209.137.234'),
(5014, '2025-11-21 17:09:47', 263, NULL, '18.209.137.234'),
(5015, '2025-11-21 17:09:47', 262, NULL, '18.209.137.234'),
(5016, '2025-11-21 17:09:47', 261, NULL, '18.209.137.234'),
(5017, '2025-11-21 17:09:47', 260, NULL, '18.209.137.234'),
(5018, '2025-11-21 17:09:47', 259, NULL, '18.209.137.234'),
(5019, '2025-11-21 17:09:47', 258, NULL, '18.209.137.234'),
(5020, '2025-11-21 17:09:47', 257, NULL, '18.209.137.234'),
(5021, '2025-11-21 17:09:47', 256, NULL, '18.209.137.234'),
(5022, '2025-11-21 17:09:47', 255, NULL, '18.209.137.234'),
(5023, '2025-11-21 17:11:26', 210, NULL, '52.4.76.156'),
(5024, '2025-11-21 17:11:34', 171, NULL, '18.214.251.19'),
(5025, '2025-11-21 17:11:42', 156, NULL, '52.54.95.127'),
(5026, '2025-11-21 17:11:46', 163, NULL, '44.206.65.8'),
(5027, '2025-11-21 17:12:46', 223, NULL, '52.200.54.136'),
(5028, '2025-11-21 17:15:38', 139, NULL, '35.168.238.50'),
(5029, '2025-11-21 17:18:10', 169, NULL, '52.44.229.124'),
(5030, '2025-11-21 17:19:30', 169, NULL, '98.82.214.73'),
(5031, '2025-11-21 17:27:04', 98, NULL, '43.173.177.176'),
(5032, '2025-11-21 17:27:47', 208, NULL, '52.207.47.227'),
(5033, '2025-11-21 17:28:26', 163, NULL, '98.80.130.239'),
(5034, '2025-11-21 17:30:21', 189, NULL, '43.173.182.248'),
(5035, '2025-11-21 17:30:28', 266, NULL, '43.173.182.220'),
(5036, '2025-11-21 17:30:49', 112, NULL, '43.173.181.212'),
(5037, '2025-11-21 17:30:49', 111, NULL, '43.173.181.212'),
(5038, '2025-11-21 17:30:49', 108, NULL, '43.173.181.212'),
(5039, '2025-11-21 17:30:49', 107, NULL, '43.173.181.212'),
(5040, '2025-11-21 17:30:49', 106, NULL, '43.173.181.212'),
(5041, '2025-11-21 17:30:49', 105, NULL, '43.173.181.212'),
(5042, '2025-11-21 17:30:49', 104, NULL, '43.173.181.212'),
(5043, '2025-11-21 17:30:49', 103, NULL, '43.173.181.212'),
(5044, '2025-11-21 17:30:49', 102, NULL, '43.173.181.212'),
(5045, '2025-11-21 17:30:49', 101, NULL, '43.173.181.212'),
(5046, '2025-11-21 17:30:49', 100, NULL, '43.173.181.212'),
(5047, '2025-11-21 17:30:56', 99, NULL, '43.173.175.244'),
(5048, '2025-11-21 17:30:56', 98, NULL, '43.173.175.244'),
(5049, '2025-11-21 17:30:56', 95, NULL, '43.173.175.244'),
(5050, '2025-11-21 17:30:56', 94, NULL, '43.173.175.244'),
(5051, '2025-11-21 17:30:56', 27, NULL, '43.173.175.244'),
(5052, '2025-11-21 17:30:56', 11, NULL, '43.173.175.244'),
(5053, '2025-11-21 17:30:56', 5, NULL, '43.173.175.244'),
(5054, '2025-11-21 17:30:56', 6, NULL, '43.173.175.244'),
(5055, '2025-11-21 17:30:56', 2, NULL, '43.173.175.244'),
(5056, '2025-11-21 17:30:56', 1, NULL, '43.173.175.244'),
(5057, '2025-11-21 17:32:24', 257, NULL, '43.173.173.233'),
(5058, '2025-11-21 17:32:32', 254, NULL, '43.173.179.29'),
(5059, '2025-11-21 17:32:36', 259, NULL, '43.173.173.7'),
(5060, '2025-11-21 17:32:40', 249, NULL, '43.173.182.72'),
(5061, '2025-11-21 17:35:51', 164, NULL, '44.215.61.66'),
(5062, '2025-11-21 17:35:51', 163, NULL, '34.195.248.30'),
(5063, '2025-11-21 17:35:52', 163, NULL, '3.210.114.189'),
(5064, '2025-11-21 17:35:58', 162, NULL, '34.233.114.237'),
(5065, '2025-11-21 17:37:11', 266, NULL, '52.3.127.170'),
(5066, '2025-11-21 17:37:11', 265, NULL, '52.3.127.170'),
(5067, '2025-11-21 17:37:11', 264, NULL, '52.3.127.170'),
(5068, '2025-11-21 17:37:11', 263, NULL, '52.3.127.170'),
(5069, '2025-11-21 17:37:11', 262, NULL, '52.3.127.170'),
(5070, '2025-11-21 17:37:11', 261, NULL, '52.3.127.170'),
(5071, '2025-11-21 17:37:11', 260, NULL, '52.3.127.170'),
(5072, '2025-11-21 17:37:11', 259, NULL, '52.3.127.170'),
(5073, '2025-11-21 17:37:11', 258, NULL, '52.3.127.170'),
(5074, '2025-11-21 17:37:11', 257, NULL, '52.3.127.170'),
(5075, '2025-11-21 17:37:11', 256, NULL, '52.3.127.170'),
(5076, '2025-11-21 17:37:11', 255, NULL, '52.3.127.170'),
(5077, '2025-11-21 17:37:44', 242, NULL, '66.249.66.202'),
(5078, '2025-11-21 17:38:19', 154, NULL, '43.173.182.101'),
(5079, '2025-11-21 17:40:19', 162, NULL, '3.220.148.166'),
(5080, '2025-11-21 17:40:29', 164, NULL, '107.20.224.184'),
(5081, '2025-11-21 17:40:40', 160, NULL, '43.173.182.14'),
(5082, '2025-11-21 17:44:26', 169, NULL, '18.214.238.178'),
(5083, '2025-11-21 17:45:42', 160, NULL, '54.83.56.1'),
(5084, '2025-11-21 17:46:02', 160, NULL, '52.73.6.26'),
(5085, '2025-11-21 17:49:34', 155, NULL, '43.173.178.45'),
(5086, '2025-11-21 17:51:54', 170, NULL, '52.44.174.136'),
(5087, '2025-11-21 17:54:38', 100, NULL, '157.55.39.49'),
(5088, '2025-11-21 17:54:48', 36, NULL, '66.249.76.203'),
(5089, '2025-11-21 17:59:13', 151, NULL, '43.173.177.70'),
(5090, '2025-11-21 17:59:16', 158, NULL, '43.173.181.238'),
(5091, '2025-11-21 17:59:32', 246, NULL, '66.249.66.202'),
(5092, '2025-11-21 18:00:35', 189, NULL, '66.249.66.201'),
(5093, '2025-11-21 18:03:10', 164, NULL, '52.200.93.170'),
(5094, '2025-11-21 18:03:27', 161, NULL, '54.235.191.179'),
(5095, '2025-11-21 18:04:07', 135, NULL, '54.157.84.74'),
(5096, '2025-11-21 18:05:59', 153, NULL, '54.225.98.148'),
(5097, '2025-11-21 18:08:36', 170, NULL, '18.204.89.56'),
(5098, '2025-11-21 18:08:38', 170, NULL, '3.219.81.66'),
(5099, '2025-11-21 18:11:15', 105, NULL, '43.173.178.236'),
(5100, '2025-11-21 18:12:43', 250, NULL, '66.249.66.201'),
(5101, '2025-11-21 18:12:51', 164, NULL, '3.218.35.239'),
(5102, '2025-11-21 18:13:30', 247, NULL, '190.250.58.44'),
(5103, '2025-11-21 18:15:08', 212, NULL, '14.189.159.2'),
(5104, '2025-11-21 18:17:11', 253, NULL, '43.173.180.161'),
(5105, '2025-11-21 18:17:23', 186, NULL, '128.201.150.243'),
(5106, '2025-11-21 18:17:25', 150, NULL, '43.173.179.150'),
(5107, '2025-11-21 18:18:42', 197, NULL, '43.173.181.35'),
(5108, '2025-11-21 18:19:29', 36, NULL, '66.249.66.77'),
(5109, '2025-11-21 18:28:56', 244, NULL, '43.173.178.156'),
(5110, '2025-11-21 18:31:45', 37, NULL, '43.173.177.18'),
(5111, '2025-11-21 18:31:52', 194, NULL, '43.173.178.176'),
(5112, '2025-11-21 18:32:39', 161, NULL, '43.173.180.201'),
(5113, '2025-11-21 18:35:01', 211, NULL, '43.173.174.251'),
(5114, '2025-11-21 18:35:10', 265, NULL, '43.173.175.117'),
(5115, '2025-11-21 18:35:12', 174, NULL, '23.21.204.95'),
(5116, '2025-11-21 18:35:19', 225, NULL, '98.84.131.195'),
(5117, '2025-11-21 18:35:28', 100, NULL, '185.191.171.3'),
(5118, '2025-11-21 18:35:58', 171, NULL, '3.89.176.255'),
(5119, '2025-11-21 18:36:02', 171, NULL, '184.73.167.217'),
(5120, '2025-11-21 18:36:45', 262, NULL, '66.249.66.167'),
(5121, '2025-11-21 18:40:45', 202, NULL, '54.235.125.129'),
(5122, '2025-11-21 18:42:52', 247, NULL, '66.249.66.200'),
(5123, '2025-11-21 18:43:04', 186, NULL, '52.202.233.37'),
(5124, '2025-11-21 18:43:35', 265, NULL, '43.173.177.167'),
(5125, '2025-11-21 18:43:47', 246, NULL, '43.173.182.254'),
(5126, '2025-11-21 18:43:56', 249, NULL, '66.249.76.205'),
(5127, '2025-11-21 18:43:57', 239, NULL, '43.173.181.130'),
(5128, '2025-11-21 18:44:14', 177, NULL, '54.145.82.217'),
(5129, '2025-11-21 18:44:20', 200, NULL, '34.233.114.237'),
(5130, '2025-11-21 18:53:09', 251, NULL, '43.173.174.117'),
(5131, '2025-11-21 18:53:13', 243, NULL, '43.173.181.18'),
(5132, '2025-11-21 18:53:18', 255, NULL, '43.173.175.224'),
(5133, '2025-11-21 18:57:34', 21, NULL, '157.55.39.204'),
(5134, '2025-11-21 18:59:11', 27, NULL, '52.167.144.201'),
(5135, '2025-11-21 19:01:11', 266, NULL, '52.203.152.231'),
(5136, '2025-11-21 19:01:11', 265, NULL, '52.203.152.231'),
(5137, '2025-11-21 19:01:11', 264, NULL, '52.203.152.231'),
(5138, '2025-11-21 19:01:11', 263, NULL, '52.203.152.231'),
(5139, '2025-11-21 19:01:11', 262, NULL, '52.203.152.231'),
(5140, '2025-11-21 19:01:11', 261, NULL, '52.203.152.231'),
(5141, '2025-11-21 19:01:11', 260, NULL, '52.203.152.231'),
(5142, '2025-11-21 19:01:11', 259, NULL, '52.203.152.231'),
(5143, '2025-11-21 19:01:11', 258, NULL, '52.203.152.231'),
(5144, '2025-11-21 19:01:11', 257, NULL, '52.203.152.231'),
(5145, '2025-11-21 19:01:11', 256, NULL, '52.203.152.231'),
(5146, '2025-11-21 19:01:11', 255, NULL, '52.203.152.231'),
(5147, '2025-11-21 19:01:30', 21, NULL, '52.2.83.227'),
(5148, '2025-11-21 19:01:30', 22, NULL, '52.2.83.227'),
(5149, '2025-11-21 19:01:30', 23, NULL, '52.2.83.227'),
(5150, '2025-11-21 19:01:30', 24, NULL, '52.2.83.227'),
(5151, '2025-11-21 19:01:30', 27, NULL, '52.2.83.227'),
(5152, '2025-11-21 19:01:30', 29, NULL, '52.2.83.227'),
(5153, '2025-11-21 19:01:30', 31, NULL, '52.2.83.227'),
(5154, '2025-11-21 19:01:30', 33, NULL, '52.2.83.227'),
(5155, '2025-11-21 19:01:30', 34, NULL, '52.2.83.227'),
(5156, '2025-11-21 19:01:42', 3, NULL, '147.135.252.138'),
(5157, '2025-11-21 19:02:13', 252, NULL, '43.173.174.174'),
(5158, '2025-11-21 19:03:06', 163, NULL, '34.225.138.57'),
(5159, '2025-11-21 19:04:54', 22, NULL, '186.22.17.17'),
(5160, '2025-11-21 19:04:58', 167, NULL, '54.85.7.119'),
(5161, '2025-11-21 19:06:11', 170, NULL, '54.157.99.244'),
(5162, '2025-11-21 19:07:09', 191, NULL, '66.249.66.167'),
(5163, '2025-11-21 19:07:59', 170, NULL, '18.207.89.138'),
(5164, '2025-11-21 19:10:59', 203, NULL, '52.0.41.164'),
(5165, '2025-11-21 19:11:12', 166, NULL, '3.222.85.38'),
(5166, '2025-11-21 19:24:13', 106, NULL, '43.173.182.225'),
(5167, '2025-11-21 19:24:36', 108, NULL, '43.173.173.56'),
(5168, '2025-11-21 19:30:19', 137, NULL, '34.227.234.246'),
(5169, '2025-11-21 19:31:06', 138, NULL, '8.217.191.94'),
(5170, '2025-11-21 19:31:54', 165, NULL, '18.209.137.234'),
(5171, '2025-11-21 19:32:31', 169, NULL, '34.195.60.66'),
(5172, '2025-11-21 19:32:35', 169, NULL, '18.215.24.66'),
(5173, '2025-11-21 19:34:34', 138, NULL, '8.217.211.3'),
(5174, '2025-11-21 19:34:46', 185, NULL, '44.223.116.180'),
(5175, '2025-11-21 19:35:31', 162, NULL, '3.213.213.161'),
(5176, '2025-11-21 19:36:06', 167, NULL, '23.21.227.240'),
(5177, '2025-11-21 19:38:08', 202, NULL, '8.217.142.247'),
(5178, '2025-11-21 19:39:39', 220, NULL, '3.208.146.193'),
(5179, '2025-11-21 19:39:47', 138, NULL, '8.217.209.157'),
(5180, '2025-11-21 19:39:47', 160, NULL, '184.73.35.182'),
(5181, '2025-11-21 19:44:02', 138, NULL, '8.217.170.12'),
(5182, '2025-11-21 19:45:43', 128, NULL, '8.217.164.195'),
(5183, '2025-11-21 19:45:43', 127, NULL, '8.217.164.195'),
(5184, '2025-11-21 20:01:26', 247, NULL, '186.122.225.157'),
(5185, '2025-11-21 20:03:59', 256, NULL, '14.169.73.202'),
(5186, '2025-11-21 20:05:06', 171, NULL, '35.169.102.85'),
(5187, '2025-11-21 20:06:22', 188, NULL, '52.71.203.206'),
(5188, '2025-11-21 20:13:27', 250, NULL, '66.249.66.35'),
(5189, '2025-11-21 20:26:24', 222, NULL, '44.212.145.46'),
(5190, '2025-11-21 20:26:54', 161, NULL, '50.16.248.61'),
(5191, '2025-11-21 20:27:19', 170, NULL, '23.21.179.120'),
(5192, '2025-11-21 20:28:27', 21, NULL, '52.1.157.90'),
(5193, '2025-11-21 20:28:27', 22, NULL, '52.1.157.90'),
(5194, '2025-11-21 20:28:27', 23, NULL, '52.1.157.90'),
(5195, '2025-11-21 20:28:27', 24, NULL, '52.1.157.90'),
(5196, '2025-11-21 20:28:27', 27, NULL, '52.1.157.90'),
(5197, '2025-11-21 20:28:27', 29, NULL, '52.1.157.90'),
(5198, '2025-11-21 20:28:27', 31, NULL, '52.1.157.90'),
(5199, '2025-11-21 20:28:27', 33, NULL, '52.1.157.90'),
(5200, '2025-11-21 20:28:27', 34, NULL, '52.1.157.90'),
(5201, '2025-11-21 20:28:54', 168, NULL, '34.231.118.144'),
(5202, '2025-11-21 20:33:27', 224, NULL, '98.84.131.195'),
(5203, '2025-11-21 20:35:14', 107, NULL, '43.173.182.49'),
(5204, '2025-11-21 20:35:58', 201, NULL, '98.82.39.241'),
(5205, '2025-11-21 20:37:55', 266, NULL, '44.223.232.55'),
(5206, '2025-11-21 20:37:55', 265, NULL, '44.223.232.55'),
(5207, '2025-11-21 20:37:55', 264, NULL, '44.223.232.55'),
(5208, '2025-11-21 20:37:55', 263, NULL, '44.223.232.55'),
(5209, '2025-11-21 20:37:55', 262, NULL, '44.223.232.55'),
(5210, '2025-11-21 20:37:55', 261, NULL, '44.223.232.55'),
(5211, '2025-11-21 20:37:55', 260, NULL, '44.223.232.55'),
(5212, '2025-11-21 20:37:55', 259, NULL, '44.223.232.55'),
(5213, '2025-11-21 20:37:55', 258, NULL, '44.223.232.55'),
(5214, '2025-11-21 20:37:55', 257, NULL, '44.223.232.55'),
(5215, '2025-11-21 20:37:55', 256, NULL, '44.223.232.55'),
(5216, '2025-11-21 20:37:55', 255, NULL, '44.223.232.55'),
(5217, '2025-11-21 20:39:52', 189, NULL, '66.249.66.166'),
(5218, '2025-11-21 20:39:56', 189, NULL, '66.249.66.13'),
(5219, '2025-11-21 20:43:18', 160, NULL, '52.202.233.37'),
(5220, '2025-11-21 20:49:20', 31, NULL, '87.250.224.90'),
(5221, '2025-11-21 20:56:47', 171, NULL, '44.212.232.231'),
(5222, '2025-11-21 20:57:58', 163, NULL, '52.205.141.124'),
(5223, '2025-11-21 20:58:02', 162, NULL, '18.210.58.238'),
(5224, '2025-11-21 21:01:07', 181, NULL, '34.196.6.199'),
(5225, '2025-11-21 21:01:15', 161, NULL, '34.239.197.197'),
(5226, '2025-11-21 21:02:28', 165, NULL, '44.215.235.20'),
(5227, '2025-11-21 21:03:48', 23, NULL, '40.77.167.46'),
(5228, '2025-11-21 21:15:50', 190, NULL, '66.249.76.204'),
(5229, '2025-11-21 21:26:31', 204, NULL, '52.21.62.139'),
(5230, '2025-11-21 21:29:54', 128, NULL, '43.173.175.213'),
(5231, '2025-11-21 21:29:54', 127, NULL, '43.173.175.213'),
(5232, '2025-11-21 21:30:20', 165, NULL, '184.73.68.20'),
(5233, '2025-11-21 21:30:27', 164, NULL, '44.205.180.155'),
(5234, '2025-11-21 21:30:47', 161, NULL, '44.215.235.20'),
(5235, '2025-11-21 21:31:05', 100, NULL, '43.173.182.147'),
(5236, '2025-11-21 21:31:06', 191, NULL, '44.193.115.232'),
(5237, '2025-11-21 21:31:22', 196, NULL, '52.200.93.170'),
(5238, '2025-11-21 21:31:44', 166, NULL, '54.84.161.62'),
(5239, '2025-11-21 21:32:18', 167, NULL, '44.194.139.149'),
(5240, '2025-11-21 21:32:22', 167, NULL, '52.70.209.13'),
(5241, '2025-11-21 21:40:19', 150, NULL, '3.224.104.67'),
(5242, '2025-11-21 21:40:42', 166, NULL, '18.211.39.188'),
(5243, '2025-11-21 21:51:06', 102, NULL, '40.77.167.10'),
(5244, '2025-11-21 22:01:52', 238, NULL, '181.221.255.23'),
(5245, '2025-11-21 22:13:51', 172, NULL, '35.172.125.172'),
(5246, '2025-11-21 22:14:43', 168, NULL, '52.205.141.124'),
(5247, '2025-11-21 22:15:11', 194, NULL, '98.83.226.125'),
(5248, '2025-11-21 22:16:15', 164, NULL, '52.1.106.130'),
(5249, '2025-11-21 22:18:39', 180, NULL, '18.210.58.238'),
(5250, '2025-11-21 22:26:33', 236, NULL, '66.249.76.205'),
(5251, '2025-11-21 22:26:35', 170, NULL, '66.249.76.204'),
(5252, '2025-11-21 22:33:15', 163, NULL, '3.218.35.239'),
(5253, '2025-11-21 22:34:28', 198, NULL, '54.83.180.239'),
(5254, '2025-11-21 22:34:42', 160, NULL, '184.73.167.217'),
(5255, '2025-11-21 22:41:04', 105, NULL, '43.173.175.235'),
(5256, '2025-11-21 22:41:38', 261, NULL, '66.249.66.34'),
(5257, '2025-11-21 23:03:35', 36, NULL, '66.249.66.166'),
(5258, '2025-11-21 23:05:01', 65, NULL, '66.249.76.203'),
(5259, '2025-11-21 23:05:01', 49, NULL, '66.249.76.203'),
(5260, '2025-11-21 23:05:01', 45, NULL, '66.249.76.203'),
(5261, '2025-11-21 23:05:01', 43, NULL, '66.249.76.203'),
(5262, '2025-11-21 23:05:01', 39, NULL, '66.249.76.203'),
(5263, '2025-11-21 23:05:01', 38, NULL, '66.249.76.203'),
(5264, '2025-11-21 23:05:01', 34, NULL, '66.249.76.203'),
(5265, '2025-11-21 23:05:01', 33, NULL, '66.249.76.203'),
(5266, '2025-11-21 23:05:01', 31, NULL, '66.249.76.203'),
(5267, '2025-11-21 23:05:01', 29, NULL, '66.249.76.203'),
(5268, '2025-11-21 23:08:11', 171, NULL, '34.231.77.232'),
(5269, '2025-11-21 23:09:59', 221, NULL, '34.231.77.232'),
(5270, '2025-11-21 23:10:10', 65, NULL, '66.249.66.14'),
(5271, '2025-11-21 23:10:10', 49, NULL, '66.249.66.14'),
(5272, '2025-11-21 23:10:10', 45, NULL, '66.249.66.14'),
(5273, '2025-11-21 23:10:10', 43, NULL, '66.249.66.14'),
(5274, '2025-11-21 23:10:10', 39, NULL, '66.249.66.14'),
(5275, '2025-11-21 23:10:10', 38, NULL, '66.249.66.14'),
(5276, '2025-11-21 23:10:10', 34, NULL, '66.249.66.14'),
(5277, '2025-11-21 23:10:10', 31, NULL, '66.249.66.14'),
(5278, '2025-11-21 23:10:10', 29, NULL, '66.249.66.14'),
(5279, '2025-11-21 23:11:59', 65, NULL, '66.249.66.77'),
(5280, '2025-11-21 23:11:59', 49, NULL, '66.249.66.77'),
(5281, '2025-11-21 23:11:59', 45, NULL, '66.249.66.77'),
(5282, '2025-11-21 23:11:59', 43, NULL, '66.249.66.77'),
(5283, '2025-11-21 23:11:59', 39, NULL, '66.249.66.77'),
(5284, '2025-11-21 23:11:59', 38, NULL, '66.249.66.77'),
(5285, '2025-11-21 23:11:59', 34, NULL, '66.249.66.77'),
(5286, '2025-11-21 23:11:59', 31, NULL, '66.249.66.77'),
(5287, '2025-11-21 23:11:59', 29, NULL, '66.249.66.77'),
(5288, '2025-11-21 23:11:59', 160, NULL, '34.205.163.103'),
(5289, '2025-11-21 23:12:12', 39, NULL, '66.249.66.166'),
(5290, '2025-11-21 23:12:19', 160, NULL, '54.210.152.179'),
(5291, '2025-11-21 23:13:23', 170, NULL, '34.230.124.21'),
(5292, '2025-11-21 23:13:39', 104, NULL, '3.210.114.189'),
(5293, '2025-11-21 23:19:31', 260, NULL, '66.249.66.168'),
(5294, '2025-11-21 23:20:43', 215, NULL, '98.82.39.241'),
(5295, '2025-11-21 23:28:02', 138, NULL, '8.217.190.142'),
(5296, '2025-11-21 23:29:51', 166, NULL, '54.225.181.161'),
(5297, '2025-11-21 23:30:15', 164, NULL, '44.213.36.21'),
(5298, '2025-11-21 23:34:07', 167, NULL, '3.229.2.217'),
(5299, '2025-11-21 23:42:43', 179, NULL, '66.249.76.204'),
(5300, '2025-11-21 23:52:16', 128, NULL, '8.217.212.64'),
(5301, '2025-11-21 23:55:31', 165, NULL, '44.212.145.46'),
(5302, '2025-11-21 23:56:55', 168, NULL, '54.166.126.132'),
(5303, '2025-11-22 00:05:23', 31, NULL, '98.83.10.183'),
(5304, '2025-11-22 00:25:59', 183, NULL, '23.21.228.180'),
(5305, '2025-11-22 01:01:34', 190, NULL, '66.249.66.76'),
(5306, '2025-11-22 01:11:31', 181, NULL, '23.23.212.212'),
(5307, '2025-11-22 01:11:43', 193, NULL, '34.225.24.180'),
(5308, '2025-11-22 01:11:51', 202, NULL, '52.2.191.202'),
(5309, '2025-11-22 01:35:23', 189, NULL, '54.88.84.219'),
(5310, '2025-11-22 01:35:27', 195, NULL, '50.16.248.61'),
(5311, '2025-11-22 01:35:35', 158, NULL, '34.230.124.21'),
(5312, '2025-11-22 01:35:51', 150, NULL, '52.23.112.144'),
(5313, '2025-11-22 01:35:55', 181, NULL, '52.45.77.169'),
(5314, '2025-11-22 01:36:03', 223, NULL, '3.213.106.226'),
(5315, '2025-11-22 01:45:41', 179, NULL, '66.249.76.203'),
(5316, '2025-11-22 01:46:49', 138, NULL, '17.241.227.254'),
(5317, '2025-11-22 01:58:54', 248, NULL, '14.169.75.177'),
(5318, '2025-11-22 02:01:15', 200, NULL, '98.83.10.183'),
(5319, '2025-11-22 02:01:31', 139, NULL, '52.71.216.196'),
(5320, '2025-11-22 02:07:15', 208, NULL, '107.20.181.148'),
(5321, '2025-11-22 02:07:23', 157, NULL, '44.207.207.36'),
(5322, '2025-11-22 02:07:27', 188, NULL, '3.213.213.161'),
(5323, '2025-11-22 02:08:03', 181, NULL, '34.224.132.215'),
(5324, '2025-11-22 02:20:51', 204, NULL, '52.2.58.41'),
(5325, '2025-11-22 02:21:07', 181, NULL, '3.232.102.111'),
(5326, '2025-11-22 02:21:27', 214, NULL, '52.3.102.51'),
(5327, '2025-11-22 02:24:59', 139, NULL, '3.94.156.104'),
(5328, '2025-11-22 02:25:03', 217, NULL, '34.193.2.57'),
(5329, '2025-11-22 02:25:11', 224, NULL, '100.28.118.16'),
(5330, '2025-11-22 02:25:43', 198, NULL, '44.208.193.63'),
(5331, '2025-11-22 02:32:35', 174, NULL, '18.232.36.1'),
(5332, '2025-11-22 02:36:40', 278, NULL, '66.249.66.202'),
(5333, '2025-11-22 02:46:43', 192, NULL, '66.249.76.204'),
(5334, '2025-11-22 02:46:45', 264, NULL, '66.249.66.34'),
(5335, '2025-11-22 02:49:55', 186, NULL, '54.80.185.200'),
(5336, '2025-11-22 02:50:24', 148, NULL, '54.147.182.90'),
(5337, '2025-11-22 02:51:55', 195, NULL, '52.44.148.203'),
(5338, '2025-11-22 02:52:15', 199, NULL, '54.92.171.106'),
(5339, '2025-11-22 02:54:07', 185, NULL, '3.229.95.193'),
(5340, '2025-11-22 02:54:35', 223, NULL, '52.204.37.237'),
(5341, '2025-11-22 03:09:39', 180, NULL, '184.73.239.35'),
(5342, '2025-11-22 03:10:07', 131, NULL, '23.21.179.27'),
(5343, '2025-11-22 03:15:00', 228, NULL, '3.226.34.98'),
(5344, '2025-11-22 03:15:47', 149, NULL, '52.73.142.41'),
(5345, '2025-11-22 03:15:59', 190, NULL, '18.207.89.138'),
(5346, '2025-11-22 03:16:36', 141, NULL, '52.2.191.202'),
(5347, '2025-11-22 03:17:33', 130, NULL, '8.217.184.77'),
(5348, '2025-11-22 03:19:35', 195, NULL, '34.239.197.197'),
(5349, '2025-11-22 03:19:39', 158, NULL, '52.203.237.170'),
(5350, '2025-11-22 03:19:43', 248, NULL, '184.73.167.217'),
(5351, '2025-11-22 03:20:08', 193, NULL, '54.84.147.79'),
(5352, '2025-11-22 03:20:15', 214, NULL, '3.220.70.171'),
(5353, '2025-11-22 05:14:20', 139, NULL, '23.23.99.55'),
(5354, '2025-11-22 05:14:31', 37, NULL, '34.239.85.139'),
(5355, '2025-11-22 05:14:31', 246, NULL, '66.249.76.203'),
(5356, '2025-11-22 05:14:32', 204, NULL, '98.82.66.172'),
(5357, '2025-11-22 05:14:32', 222, NULL, '3.90.73.206'),
(5358, '2025-11-22 05:14:32', 247, NULL, '18.205.127.11'),
(5359, '2025-11-22 05:14:32', 260, NULL, '100.29.63.24'),
(5360, '2025-11-22 05:14:33', 137, NULL, '54.243.63.52'),
(5361, '2025-11-22 05:14:33', 104, NULL, '54.159.98.248'),
(5362, '2025-11-22 05:14:33', 222, NULL, '3.208.156.9'),
(5363, '2025-11-22 05:14:33', 150, NULL, '3.213.46.222'),
(5364, '2025-11-22 05:14:34', 244, NULL, '66.249.70.108'),
(5365, '2025-11-22 05:14:35', 106, NULL, '5.255.231.165'),
(5366, '2025-11-22 05:14:35', 246, NULL, '66.249.76.205'),
(5367, '2025-11-22 05:14:35', 2, NULL, '216.73.216.137'),
(5368, '2025-11-22 05:14:35', 208, NULL, '35.174.141.243'),
(5369, '2025-11-22 05:15:09', 138, NULL, '51.75.116.202'),
(5370, '2025-11-22 05:15:14', 145, NULL, '51.75.116.202'),
(5371, '2025-11-22 05:17:22', 126, NULL, '66.249.76.203'),
(5372, '2025-11-22 05:22:07', 154, NULL, '52.71.216.196'),
(5373, '2025-11-22 05:22:10', 154, NULL, '100.29.160.53'),
(5374, '2025-11-22 05:24:29', 176, NULL, '184.73.35.182'),
(5375, '2025-11-22 05:24:56', 204, NULL, '98.84.184.80'),
(5376, '2025-11-22 05:24:58', 149, NULL, '3.94.157.25'),
(5377, '2025-11-22 05:25:03', 195, NULL, '23.21.179.27'),
(5378, '2025-11-22 05:25:40', 138, NULL, '3.210.29.96'),
(5379, '2025-11-22 05:25:45', 157, NULL, '54.83.23.103'),
(5380, '2025-11-22 05:26:27', 157, NULL, '3.221.50.71'),
(5381, '2025-11-22 05:26:52', 138, NULL, '3.210.223.61'),
(5382, '2025-11-22 05:26:56', 138, NULL, '3.216.86.144'),
(5383, '2025-11-22 05:27:03', 188, NULL, '34.197.28.78'),
(5384, '2025-11-22 05:27:15', 222, NULL, '34.234.197.175'),
(5385, '2025-11-22 05:27:23', 194, NULL, '44.207.69.106'),
(5386, '2025-11-22 05:27:27', 138, NULL, '54.147.80.137'),
(5387, '2025-11-22 05:27:55', 149, NULL, '3.212.205.90'),
(5388, '2025-11-22 05:28:03', 178, NULL, '52.0.41.164'),
(5389, '2025-11-22 05:28:23', 148, NULL, '52.203.237.170'),
(5390, '2025-11-22 05:28:47', 238, NULL, '98.84.184.80'),
(5391, '2025-11-22 05:28:51', 262, NULL, '34.231.181.240'),
(5392, '2025-11-22 05:28:59', 153, NULL, '18.214.186.220'),
(5393, '2025-11-22 05:29:03', 192, NULL, '3.224.205.25'),
(5394, '2025-11-22 05:29:07', 192, NULL, '100.25.120.246'),
(5395, '2025-11-22 05:29:47', 199, NULL, '34.194.233.48'),
(5396, '2025-11-22 05:29:59', 176, NULL, '3.217.82.254'),
(5397, '2025-11-22 05:30:39', 212, NULL, '23.21.148.226'),
(5398, '2025-11-22 05:30:51', 192, NULL, '34.225.87.80'),
(5399, '2025-11-22 05:31:35', 184, NULL, '23.23.212.212'),
(5400, '2025-11-22 05:31:43', 219, NULL, '44.195.145.102'),
(5401, '2025-11-22 05:32:03', 201, NULL, '3.232.39.98'),
(5402, '2025-11-22 05:32:23', 184, NULL, '18.214.186.220'),
(5403, '2025-11-22 05:32:47', 198, NULL, '98.83.10.183'),
(5404, '2025-11-22 05:32:55', 177, NULL, '52.71.203.206'),
(5405, '2025-11-22 05:33:11', 200, NULL, '3.219.81.66'),
(5406, '2025-11-22 05:33:59', 148, NULL, '44.195.145.102'),
(5407, '2025-11-22 05:34:19', 177, NULL, '44.209.35.147'),
(5408, '2025-11-22 05:34:51', 150, NULL, '18.204.152.114'),
(5409, '2025-11-22 05:35:07', 140, NULL, '54.163.136.244'),
(5410, '2025-11-22 05:35:15', 177, NULL, '52.45.194.165'),
(5411, '2025-11-22 05:35:51', 197, NULL, '98.82.107.102'),
(5412, '2025-11-22 05:36:03', 150, NULL, '107.20.224.184'),
(5413, '2025-11-22 05:36:43', 150, NULL, '44.213.202.136'),
(5414, '2025-11-22 05:37:11', 181, NULL, '52.54.157.23'),
(5415, '2025-11-22 05:37:23', 139, NULL, '44.208.193.63'),
(5416, '2025-11-22 05:37:27', 139, NULL, '54.225.81.20'),
(5417, '2025-11-22 05:38:11', 150, NULL, '18.205.91.101'),
(5418, '2025-11-22 05:38:23', 197, NULL, '18.215.77.19'),
(5419, '2025-11-22 05:38:27', 174, NULL, '52.203.65.83'),
(5420, '2025-11-22 05:39:11', 209, NULL, '54.84.250.51'),
(5421, '2025-11-22 05:39:59', 199, NULL, '52.204.81.148'),
(5422, '2025-11-22 05:40:04', 104, NULL, '34.227.234.246'),
(5423, '2025-11-22 05:40:07', 199, NULL, '100.24.167.60'),
(5424, '2025-11-22 05:40:31', 156, NULL, '52.71.216.196'),
(5425, '2025-11-22 05:40:51', 211, NULL, '3.224.104.67'),
(5426, '2025-11-22 05:41:03', 193, NULL, '34.236.41.241'),
(5427, '2025-11-22 05:42:27', 133, NULL, '35.172.125.172'),
(5428, '2025-11-22 05:42:43', 193, NULL, '107.22.208.39'),
(5429, '2025-11-22 05:44:16', 159, NULL, '3.210.223.61'),
(5430, '2025-11-22 05:45:36', 222, NULL, '23.23.103.31');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(5431, '2025-11-22 05:46:24', 172, NULL, '34.231.118.144'),
(5432, '2025-11-22 05:46:44', 176, NULL, '52.2.58.41'),
(5433, '2025-11-22 05:47:43', 184, NULL, '54.210.155.69'),
(5434, '2025-11-22 05:47:59', 140, NULL, '98.82.59.253'),
(5435, '2025-11-22 05:48:08', 201, NULL, '35.173.18.61'),
(5436, '2025-11-22 05:48:16', 200, NULL, '34.224.9.144'),
(5437, '2025-11-22 05:48:20', 140, NULL, '100.28.204.82'),
(5438, '2025-11-22 05:48:23', 198, NULL, '107.20.224.184'),
(5439, '2025-11-22 05:54:03', 198, NULL, '66.249.76.203'),
(5440, '2025-11-22 05:54:17', 11, NULL, '216.73.216.137'),
(5441, '2025-11-22 05:54:18', 1, NULL, '216.73.216.137'),
(5442, '2025-11-22 05:56:21', 242, NULL, '179.48.137.215'),
(5443, '2025-11-22 05:58:20', 5, NULL, '216.73.216.137'),
(5444, '2025-11-22 05:58:20', 6, NULL, '216.73.216.137'),
(5445, '2025-11-22 06:00:13', 287, NULL, '66.249.66.34'),
(5446, '2025-11-22 06:00:18', 138, NULL, '66.249.66.34'),
(5447, '2025-11-22 06:01:15', 224, NULL, '3.94.156.104'),
(5448, '2025-11-22 06:02:19', 133, NULL, '3.81.253.213'),
(5449, '2025-11-22 06:02:23', 217, NULL, '18.211.39.188'),
(5450, '2025-11-22 06:02:41', 191, NULL, '18.232.36.1'),
(5451, '2025-11-22 06:02:47', 214, NULL, '44.196.118.6'),
(5452, '2025-11-22 06:03:31', 159, NULL, '52.5.242.243'),
(5453, '2025-11-22 06:03:40', 224, NULL, '23.20.178.124'),
(5454, '2025-11-22 06:03:47', 132, NULL, '18.206.47.187'),
(5455, '2025-11-22 06:03:53', 133, NULL, '3.215.59.93'),
(5456, '2025-11-22 06:04:15', 134, NULL, '52.70.209.13'),
(5457, '2025-11-22 06:04:23', 249, NULL, '66.249.66.13'),
(5458, '2025-11-22 06:04:43', 218, NULL, '54.235.158.162'),
(5459, '2025-11-22 06:04:47', 133, NULL, '54.84.93.8'),
(5460, '2025-11-22 06:04:55', 152, NULL, '52.6.232.201'),
(5461, '2025-11-22 06:05:07', 202, NULL, '52.1.157.90'),
(5462, '2025-11-22 06:05:27', 224, NULL, '44.205.192.249'),
(5463, '2025-11-22 06:05:35', 132, NULL, '3.94.199.128'),
(5464, '2025-11-22 06:05:39', 218, NULL, '98.82.66.172'),
(5465, '2025-11-22 06:05:55', 218, NULL, '52.45.29.57'),
(5466, '2025-11-22 06:15:28', 139, NULL, '3.94.157.25'),
(5467, '2025-11-22 06:15:52', 217, NULL, '3.229.164.203'),
(5468, '2025-11-22 06:16:09', 145, NULL, '44.223.193.255'),
(5469, '2025-11-22 06:16:17', 211, NULL, '34.231.77.232'),
(5470, '2025-11-22 06:16:21', 194, NULL, '189.76.128.122'),
(5471, '2025-11-22 06:16:23', 203, NULL, '54.83.56.1'),
(5472, '2025-11-22 06:17:31', 132, NULL, '34.194.226.74'),
(5473, '2025-11-22 06:17:59', 196, NULL, '18.235.81.246'),
(5474, '2025-11-22 06:18:04', 202, NULL, '23.21.227.240'),
(5475, '2025-11-22 06:18:55', 180, NULL, '107.23.62.75'),
(5476, '2025-11-22 06:19:40', 159, NULL, '34.194.95.99'),
(5477, '2025-11-22 06:19:47', 250, NULL, '137.184.142.69'),
(5478, '2025-11-22 06:19:48', 288, NULL, '37.239.52.199'),
(5479, '2025-11-22 06:20:00', 142, NULL, '34.203.111.15'),
(5480, '2025-11-22 06:20:28', 221, NULL, '34.206.249.188'),
(5481, '2025-11-22 06:20:43', 240, NULL, '162.243.160.141'),
(5482, '2025-11-22 06:20:45', 267, NULL, '160.20.38.94'),
(5483, '2025-11-22 06:20:54', 285, NULL, '151.244.152.208'),
(5484, '2025-11-22 06:22:28', 215, NULL, '54.89.90.224'),
(5485, '2025-11-22 06:22:50', 247, NULL, '67.205.153.104'),
(5486, '2025-11-22 06:22:50', 260, NULL, '188.66.223.154'),
(5487, '2025-11-22 06:23:39', 181, NULL, '44.208.193.63'),
(5488, '2025-11-22 06:24:30', 274, NULL, '189.113.230.91'),
(5489, '2025-11-22 06:24:33', 196, NULL, '189.39.141.13'),
(5490, '2025-11-22 06:24:35', 278, NULL, '186.15.137.219'),
(5491, '2025-11-22 06:26:55', 151, NULL, '98.82.214.73'),
(5492, '2025-11-22 06:28:11', 292, NULL, '66.249.76.204'),
(5493, '2025-11-22 06:28:11', 290, NULL, '66.249.76.204'),
(5494, '2025-11-22 06:28:11', 289, NULL, '66.249.76.204'),
(5495, '2025-11-22 06:28:11', 288, NULL, '66.249.76.204'),
(5496, '2025-11-22 06:28:11', 287, NULL, '66.249.76.204'),
(5497, '2025-11-22 06:28:11', 286, NULL, '66.249.76.204'),
(5498, '2025-11-22 06:28:11', 285, NULL, '66.249.76.204'),
(5499, '2025-11-22 06:28:11', 284, NULL, '66.249.76.204'),
(5500, '2025-11-22 06:28:11', 283, NULL, '66.249.76.204'),
(5501, '2025-11-22 06:28:11', 282, NULL, '66.249.76.204'),
(5502, '2025-11-22 06:29:19', 225, NULL, '100.29.160.53'),
(5503, '2025-11-22 06:29:35', 225, NULL, '3.221.244.28'),
(5504, '2025-11-22 06:30:51', 215, NULL, '3.215.59.93'),
(5505, '2025-11-22 06:33:21', 274, NULL, '84.54.73.14'),
(5506, '2025-11-22 06:33:27', 46, NULL, '35.169.119.108'),
(5507, '2025-11-22 06:34:35', 215, NULL, '34.225.243.131'),
(5508, '2025-11-22 06:35:21', 285, NULL, '66.249.76.203'),
(5509, '2025-11-22 06:35:31', 261, NULL, '149.107.223.203'),
(5510, '2025-11-22 06:35:35', 281, NULL, '138.84.73.74'),
(5511, '2025-11-22 06:35:55', 215, NULL, '34.206.249.188'),
(5512, '2025-11-22 06:40:08', 191, NULL, '34.236.185.101'),
(5513, '2025-11-22 06:41:35', 286, NULL, '66.249.76.203'),
(5514, '2025-11-22 06:43:55', 138, NULL, '88.88.246.207'),
(5515, '2025-11-22 06:44:10', 145, NULL, '88.88.246.207'),
(5516, '2025-11-22 06:44:40', 210, NULL, '34.197.28.78'),
(5517, '2025-11-22 06:44:53', 195, NULL, '52.73.6.26'),
(5518, '2025-11-22 06:45:25', 138, NULL, '8.217.213.24'),
(5519, '2025-11-22 06:45:38', 105, NULL, '18.215.24.66'),
(5520, '2025-11-22 06:47:27', 65, NULL, '8.217.212.79'),
(5521, '2025-11-22 06:47:27', 49, NULL, '8.217.212.79'),
(5522, '2025-11-22 06:47:27', 45, NULL, '8.217.212.79'),
(5523, '2025-11-22 06:47:27', 43, NULL, '8.217.212.79'),
(5524, '2025-11-22 06:47:27', 39, NULL, '8.217.212.79'),
(5525, '2025-11-22 06:47:27', 38, NULL, '8.217.212.79'),
(5526, '2025-11-22 06:47:27', 36, NULL, '8.217.212.79'),
(5527, '2025-11-22 06:47:27', 34, NULL, '8.217.212.79'),
(5528, '2025-11-22 06:47:27', 33, NULL, '8.217.212.79'),
(5529, '2025-11-22 06:47:27', 31, NULL, '8.217.212.79'),
(5530, '2025-11-22 06:47:27', 29, NULL, '8.217.212.79'),
(5531, '2025-11-22 06:51:20', 129, NULL, '8.217.183.195'),
(5532, '2025-11-22 07:08:08', 261, NULL, '66.249.66.202'),
(5533, '2025-11-22 07:09:04', 195, NULL, '3.210.114.189'),
(5534, '2025-11-22 07:10:40', 204, NULL, '3.227.180.70'),
(5535, '2025-11-22 07:11:08', 212, NULL, '34.199.252.22'),
(5536, '2025-11-22 07:11:12', 219, NULL, '44.207.252.58'),
(5537, '2025-11-22 07:11:15', 212, NULL, '3.221.156.96'),
(5538, '2025-11-22 07:11:20', 199, NULL, '3.232.82.72'),
(5539, '2025-11-22 07:11:43', 190, NULL, '100.29.164.178'),
(5540, '2025-11-22 07:14:26', 150, NULL, '3.94.40.182'),
(5541, '2025-11-22 07:14:59', 201, NULL, '3.216.13.10'),
(5542, '2025-11-22 07:15:16', 197, NULL, '50.17.193.48'),
(5543, '2025-11-22 07:16:19', 257, NULL, '66.249.76.205'),
(5544, '2025-11-22 07:18:18', 147, NULL, '54.225.98.148'),
(5545, '2025-11-22 07:18:33', 211, NULL, '34.204.150.196'),
(5546, '2025-11-22 07:18:39', 134, NULL, '54.210.155.69'),
(5547, '2025-11-22 07:19:04', 217, NULL, '34.231.181.240'),
(5548, '2025-11-22 07:19:09', 186, NULL, '54.85.7.119'),
(5549, '2025-11-22 07:20:41', 157, NULL, '107.20.25.33'),
(5550, '2025-11-22 07:21:01', 219, NULL, '100.24.149.244'),
(5551, '2025-11-22 07:21:25', 140, NULL, '35.168.238.50'),
(5552, '2025-11-22 07:22:07', 228, NULL, '98.84.200.43'),
(5553, '2025-11-22 07:23:29', 149, NULL, '100.29.155.89'),
(5554, '2025-11-22 07:23:31', 251, NULL, '66.249.66.35'),
(5555, '2025-11-22 07:23:33', 213, NULL, '52.5.232.250'),
(5556, '2025-11-22 07:23:35', 219, NULL, '54.221.203.24'),
(5557, '2025-11-22 07:24:27', 190, NULL, '52.54.95.127'),
(5558, '2025-11-22 07:24:34', 253, NULL, '66.249.66.34'),
(5559, '2025-11-22 07:25:07', 132, NULL, '52.54.15.103'),
(5560, '2025-11-22 07:25:23', 214, NULL, '34.193.2.57'),
(5561, '2025-11-22 07:25:47', 132, NULL, '54.197.82.195'),
(5562, '2025-11-22 07:25:51', 159, NULL, '34.234.200.207'),
(5563, '2025-11-22 07:26:07', 141, NULL, '18.209.201.119'),
(5564, '2025-11-22 07:26:11', 214, NULL, '35.174.141.243'),
(5565, '2025-11-22 07:26:19', 141, NULL, '54.144.185.255'),
(5566, '2025-11-22 07:26:27', 159, NULL, '52.203.152.231'),
(5567, '2025-11-22 07:26:59', 202, NULL, '3.224.215.150'),
(5568, '2025-11-22 07:27:11', 221, NULL, '3.213.46.222'),
(5569, '2025-11-22 07:27:59', 196, NULL, '3.217.171.106'),
(5570, '2025-11-22 07:29:23', 151, NULL, '54.225.148.123'),
(5571, '2025-11-22 07:34:55', 142, NULL, '54.235.172.96'),
(5572, '2025-11-22 07:36:30', 134, NULL, '216.244.66.235'),
(5573, '2025-11-22 07:36:59', 198, NULL, '3.208.146.193'),
(5574, '2025-11-22 07:37:33', 48, NULL, '43.173.173.244'),
(5575, '2025-11-22 07:37:33', 41, NULL, '43.173.173.244'),
(5576, '2025-11-22 07:38:11', 208, NULL, '35.169.240.53'),
(5577, '2025-11-22 07:38:13', 48, NULL, '43.173.174.122'),
(5578, '2025-11-22 07:38:32', 140, NULL, '54.235.158.162'),
(5579, '2025-11-22 07:39:40', 157, NULL, '3.89.170.186'),
(5580, '2025-11-22 07:39:47', 104, NULL, '44.223.116.149'),
(5581, '2025-11-22 07:40:32', 133, NULL, '52.54.157.23'),
(5582, '2025-11-22 07:40:43', 191, NULL, '54.225.181.161'),
(5583, '2025-11-22 07:42:23', 220, NULL, '52.0.63.151'),
(5584, '2025-11-22 07:43:27', 222, NULL, '107.23.62.75'),
(5585, '2025-11-22 07:43:32', 222, NULL, '23.23.213.182'),
(5586, '2025-11-22 07:43:39', 219, NULL, '44.205.192.249'),
(5587, '2025-11-22 07:43:57', 276, NULL, '66.249.66.168'),
(5588, '2025-11-22 07:44:31', 172, NULL, '54.147.182.90'),
(5589, '2025-11-22 07:45:16', 158, NULL, '44.194.139.149'),
(5590, '2025-11-22 07:46:09', 192, NULL, '52.7.13.143'),
(5591, '2025-11-22 07:47:29', 177, NULL, '18.205.213.231'),
(5592, '2025-11-22 07:47:49', 224, NULL, '54.147.182.90'),
(5593, '2025-11-22 07:58:06', 189, NULL, '66.249.76.205'),
(5594, '2025-11-22 08:02:43', 264, NULL, '52.45.194.165'),
(5595, '2025-11-22 08:03:39', 202, NULL, '54.87.62.248'),
(5596, '2025-11-22 08:04:11', 142, NULL, '34.205.170.13'),
(5597, '2025-11-22 08:04:19', 221, NULL, '54.147.182.90'),
(5598, '2025-11-22 08:04:27', 142, NULL, '44.221.37.41'),
(5599, '2025-11-22 08:10:27', 194, NULL, '44.223.232.55'),
(5600, '2025-11-22 08:10:59', 198, NULL, '54.84.93.8'),
(5601, '2025-11-22 08:12:11', 184, NULL, '35.171.117.160'),
(5602, '2025-11-22 08:12:32', 180, NULL, '54.235.125.129'),
(5603, '2025-11-22 08:16:45', 137, NULL, '3.215.59.93'),
(5604, '2025-11-22 08:16:59', 137, NULL, '54.209.100.30'),
(5605, '2025-11-22 08:17:16', 138, NULL, '3.93.98.99'),
(5606, '2025-11-22 08:17:21', 219, NULL, '54.210.155.69'),
(5607, '2025-11-22 08:17:24', 219, NULL, '18.210.58.238'),
(5608, '2025-11-22 08:18:23', 210, NULL, '34.206.212.24'),
(5609, '2025-11-22 08:18:48', 147, NULL, '44.221.105.234'),
(5610, '2025-11-22 08:18:56', 223, NULL, '44.221.180.179'),
(5611, '2025-11-22 08:21:37', 186, NULL, '100.29.107.38'),
(5612, '2025-11-22 08:21:39', 186, NULL, '44.218.170.184'),
(5613, '2025-11-22 08:22:15', 135, NULL, '52.4.76.156'),
(5614, '2025-11-22 08:22:24', 154, NULL, '44.208.223.68'),
(5615, '2025-11-22 08:23:31', 154, NULL, '44.213.36.21'),
(5616, '2025-11-22 08:23:43', 154, NULL, '98.82.107.102'),
(5617, '2025-11-22 08:23:51', 153, NULL, '184.73.47.24'),
(5618, '2025-11-22 08:23:59', 212, NULL, '3.89.170.186'),
(5619, '2025-11-22 08:24:07', 198, NULL, '44.205.120.22'),
(5620, '2025-11-22 08:25:55', 132, NULL, '100.28.49.152'),
(5621, '2025-11-22 08:27:35', 198, NULL, '54.225.181.161'),
(5622, '2025-11-22 08:29:42', 126, NULL, '43.173.181.150'),
(5623, '2025-11-22 08:31:48', 33, NULL, '43.173.174.82'),
(5624, '2025-11-22 08:37:59', 139, NULL, '44.194.139.149'),
(5625, '2025-11-22 08:45:43', 241, NULL, '66.249.76.205'),
(5626, '2025-11-22 08:45:44', 99, NULL, '185.191.171.7'),
(5627, '2025-11-22 08:47:19', 176, NULL, '18.204.152.114'),
(5628, '2025-11-22 08:47:24', 192, NULL, '184.72.84.154'),
(5629, '2025-11-22 08:47:57', 186, NULL, '52.45.29.57'),
(5630, '2025-11-22 08:48:44', 104, NULL, '54.235.158.162'),
(5631, '2025-11-22 08:49:00', 177, NULL, '52.0.105.244'),
(5632, '2025-11-22 08:50:15', 191, NULL, '18.215.24.66'),
(5633, '2025-11-22 08:51:11', 203, NULL, '23.23.214.190'),
(5634, '2025-11-22 08:51:20', 218, NULL, '44.220.2.97'),
(5635, '2025-11-22 08:52:11', 142, NULL, '52.23.112.144'),
(5636, '2025-11-22 08:52:15', 142, NULL, '18.213.70.100'),
(5637, '2025-11-22 08:52:35', 142, NULL, '54.152.163.42'),
(5638, '2025-11-22 08:55:15', 220, NULL, '54.157.99.244'),
(5639, '2025-11-22 09:06:15', 228, NULL, '3.93.211.16'),
(5640, '2025-11-22 09:06:51', 212, NULL, '3.93.253.174'),
(5641, '2025-11-22 09:07:00', 228, NULL, '3.221.244.28'),
(5642, '2025-11-22 09:07:39', 158, NULL, '3.216.13.10'),
(5643, '2025-11-22 09:08:07', 222, NULL, '18.211.148.239'),
(5644, '2025-11-22 09:08:12', 188, NULL, '3.235.215.92'),
(5645, '2025-11-22 09:08:19', 136, NULL, '35.169.102.85'),
(5646, '2025-11-22 09:08:32', 153, NULL, '50.16.216.166'),
(5647, '2025-11-22 09:08:44', 187, NULL, '52.2.58.41'),
(5648, '2025-11-22 09:10:04', 236, NULL, '52.205.113.104'),
(5649, '2025-11-22 09:10:56', 200, NULL, '3.225.9.97'),
(5650, '2025-11-22 09:11:33', 211, NULL, '34.231.181.240'),
(5651, '2025-11-22 09:12:21', 132, NULL, '52.200.142.199'),
(5652, '2025-11-22 09:12:31', 133, NULL, '54.90.244.132'),
(5653, '2025-11-22 09:12:44', 132, NULL, '34.239.197.197'),
(5654, '2025-11-22 09:12:52', 151, NULL, '44.215.231.15'),
(5655, '2025-11-22 09:13:17', 142, NULL, '34.196.6.199'),
(5656, '2025-11-22 09:18:20', 208, NULL, '35.173.18.61'),
(5657, '2025-11-22 09:19:24', 204, NULL, '18.215.77.19'),
(5658, '2025-11-22 09:19:40', 194, NULL, '100.28.204.82'),
(5659, '2025-11-22 09:19:47', 222, NULL, '54.197.178.107'),
(5660, '2025-11-22 09:20:23', 199, NULL, '54.83.240.58'),
(5661, '2025-11-22 09:20:40', 147, NULL, '23.21.228.180'),
(5662, '2025-11-22 09:21:11', 139, NULL, '3.225.9.97'),
(5663, '2025-11-22 09:21:27', 211, NULL, '54.83.180.239'),
(5664, '2025-11-22 09:21:39', 191, NULL, '54.88.84.219'),
(5665, '2025-11-22 09:21:55', 159, NULL, '54.84.102.81'),
(5666, '2025-11-22 09:21:59', 191, NULL, '54.84.250.51'),
(5667, '2025-11-22 09:22:19', 141, NULL, '18.205.127.11'),
(5668, '2025-11-22 09:22:51', 134, NULL, '44.206.93.215'),
(5669, '2025-11-22 09:27:47', 46, NULL, '54.91.122.193'),
(5670, '2025-11-22 09:28:27', 281, NULL, '66.249.66.13'),
(5671, '2025-11-22 09:30:14', 194, NULL, '43.173.175.196'),
(5672, '2025-11-22 09:33:35', 262, NULL, '43.173.180.176'),
(5673, '2025-11-22 09:35:17', 298, NULL, '196.189.224.161'),
(5674, '2025-11-22 09:36:35', 188, NULL, '18.214.186.220'),
(5675, '2025-11-22 09:36:43', 150, NULL, '3.224.215.150'),
(5676, '2025-11-22 09:36:51', 140, NULL, '3.220.148.166'),
(5677, '2025-11-22 09:38:03', 37, NULL, '3.94.157.25'),
(5678, '2025-11-22 09:39:08', 135, NULL, '3.212.205.90'),
(5679, '2025-11-22 09:39:39', 188, NULL, '34.239.197.197'),
(5680, '2025-11-22 09:39:44', 153, NULL, '44.197.76.210'),
(5681, '2025-11-22 09:40:39', 137, NULL, '54.204.62.163'),
(5682, '2025-11-22 09:41:16', 190, NULL, '44.213.36.21'),
(5683, '2025-11-22 09:41:41', 199, NULL, '54.84.93.8'),
(5684, '2025-11-22 09:42:40', 31, NULL, '43.173.178.153'),
(5685, '2025-11-22 09:42:47', 193, NULL, '23.21.175.228'),
(5686, '2025-11-22 09:43:03', 203, NULL, '23.23.180.225'),
(5687, '2025-11-22 09:43:12', 218, NULL, '44.217.177.142'),
(5688, '2025-11-22 09:43:28', 225, NULL, '54.162.69.192'),
(5689, '2025-11-22 09:43:37', 225, NULL, '18.210.58.238'),
(5690, '2025-11-22 09:44:03', 102, NULL, '43.173.180.33'),
(5691, '2025-11-22 09:44:34', 186, NULL, '3.227.180.70'),
(5692, '2025-11-22 09:45:56', 184, NULL, '3.211.181.86'),
(5693, '2025-11-22 09:46:08', 177, NULL, '100.29.155.89'),
(5694, '2025-11-22 09:46:33', 224, NULL, '50.19.102.70'),
(5695, '2025-11-22 09:46:35', 217, NULL, '52.205.141.124'),
(5696, '2025-11-22 09:46:51', 218, NULL, '23.21.179.120'),
(5697, '2025-11-22 09:50:27', 98, NULL, '43.173.180.121'),
(5698, '2025-11-22 09:55:11', 225, NULL, '44.208.223.68'),
(5699, '2025-11-22 09:55:23', 198, NULL, '98.82.38.120'),
(5700, '2025-11-22 09:56:41', 272, NULL, '43.173.177.225'),
(5701, '2025-11-22 10:04:48', 186, NULL, '54.84.250.51'),
(5702, '2025-11-22 10:05:16', 157, NULL, '23.21.175.228'),
(5703, '2025-11-22 10:05:27', 139, NULL, '100.28.133.214'),
(5704, '2025-11-22 10:05:31', 156, NULL, '3.216.13.10'),
(5705, '2025-11-22 10:07:48', 195, NULL, '54.87.95.7'),
(5706, '2025-11-22 10:08:00', 156, NULL, '44.209.187.99'),
(5707, '2025-11-22 10:08:29', 224, NULL, '52.200.251.20'),
(5708, '2025-11-22 10:08:32', 31, NULL, '38.51.192.131'),
(5709, '2025-11-22 10:09:52', 157, NULL, '52.2.4.213'),
(5710, '2025-11-22 10:12:56', 145, NULL, '44.217.255.167'),
(5711, '2025-11-22 10:15:02', 157, NULL, '18.215.112.101'),
(5712, '2025-11-22 10:15:24', 197, NULL, '44.193.115.232'),
(5713, '2025-11-22 10:15:39', 224, NULL, '34.196.114.170'),
(5714, '2025-11-22 10:16:18', 135, NULL, '52.205.141.124'),
(5715, '2025-11-22 10:16:36', 195, NULL, '54.85.7.119'),
(5716, '2025-11-22 10:16:39', 178, NULL, '52.5.242.243'),
(5717, '2025-11-22 10:16:44', 212, NULL, '52.204.89.12'),
(5718, '2025-11-22 10:18:37', 195, NULL, '44.214.19.8'),
(5719, '2025-11-22 10:19:05', 159, NULL, '3.219.81.66'),
(5720, '2025-11-22 10:19:23', 132, NULL, '52.71.216.196'),
(5721, '2025-11-22 10:19:27', 214, NULL, '23.22.105.143'),
(5722, '2025-11-22 10:19:43', 214, NULL, '3.230.69.161'),
(5723, '2025-11-22 10:19:57', 159, NULL, '54.197.114.76'),
(5724, '2025-11-22 10:20:07', 218, NULL, '34.227.234.246'),
(5725, '2025-11-22 10:20:11', 202, NULL, '3.81.253.213'),
(5726, '2025-11-22 10:20:16', 202, NULL, '34.225.24.180'),
(5727, '2025-11-22 10:20:19', 203, NULL, '34.231.181.240'),
(5728, '2025-11-22 10:20:31', 196, NULL, '34.227.156.153'),
(5729, '2025-11-22 10:28:25', 253, NULL, '68.221.75.30'),
(5730, '2025-11-22 10:34:23', 210, NULL, '50.16.216.166'),
(5731, '2025-11-22 10:34:40', 158, NULL, '3.224.205.25'),
(5732, '2025-11-22 10:34:51', 192, NULL, '3.89.176.255'),
(5733, '2025-11-22 10:35:03', 217, NULL, '54.166.126.132'),
(5734, '2025-11-22 10:35:32', 141, NULL, '3.219.81.66'),
(5735, '2025-11-22 10:40:02', 281, NULL, '66.249.66.35'),
(5736, '2025-11-22 10:41:04', 153, NULL, '44.212.232.231'),
(5737, '2025-11-22 10:42:10', 29, NULL, '66.249.76.204'),
(5738, '2025-11-22 10:43:47', 251, NULL, '18.205.213.231'),
(5739, '2025-11-22 10:50:23', 104, NULL, '35.172.125.172'),
(5740, '2025-11-22 10:52:17', 253, NULL, '74.7.243.38'),
(5741, '2025-11-22 10:52:21', 253, NULL, '74.7.227.157'),
(5742, '2025-11-22 10:52:24', 301, NULL, '74.7.227.157'),
(5743, '2025-11-22 10:52:24', 299, NULL, '74.7.227.157'),
(5744, '2025-11-22 10:52:24', 298, NULL, '74.7.227.157'),
(5745, '2025-11-22 10:52:24', 296, NULL, '74.7.227.157'),
(5746, '2025-11-22 10:52:24', 292, NULL, '74.7.227.157'),
(5747, '2025-11-22 10:52:24', 290, NULL, '74.7.227.157'),
(5748, '2025-11-22 10:52:36', 271, NULL, '74.7.227.157'),
(5749, '2025-11-22 10:52:39', 132, NULL, '74.7.227.157'),
(5750, '2025-11-22 10:52:41', 281, NULL, '74.7.227.157'),
(5751, '2025-11-22 10:52:44', 246, NULL, '74.7.227.157'),
(5752, '2025-11-22 10:52:44', 152, NULL, '74.7.227.157'),
(5753, '2025-11-22 10:52:51', 129, NULL, '74.7.227.157'),
(5754, '2025-11-22 10:52:52', 267, NULL, '74.7.227.157'),
(5755, '2025-11-22 10:52:53', 214, NULL, '74.7.227.157'),
(5756, '2025-11-22 10:52:53', 245, NULL, '74.7.227.157'),
(5757, '2025-11-22 10:52:55', 199, NULL, '3.90.73.206'),
(5758, '2025-11-22 10:53:01', 207, NULL, '74.7.227.157'),
(5759, '2025-11-22 10:53:02', 105, NULL, '43.173.175.123'),
(5760, '2025-11-22 10:53:03', 172, NULL, '74.7.227.157'),
(5761, '2025-11-22 10:53:04', 180, NULL, '74.7.227.157'),
(5762, '2025-11-22 10:53:04', 149, NULL, '74.7.227.157'),
(5763, '2025-11-22 10:53:05', 275, NULL, '74.7.227.157'),
(5764, '2025-11-22 10:53:07', 65, NULL, '74.7.227.157'),
(5765, '2025-11-22 10:53:07', 49, NULL, '74.7.227.157'),
(5766, '2025-11-22 10:53:07', 45, NULL, '74.7.227.157'),
(5767, '2025-11-22 10:53:07', 43, NULL, '74.7.227.157'),
(5768, '2025-11-22 10:53:07', 39, NULL, '74.7.227.157'),
(5769, '2025-11-22 10:53:07', 38, NULL, '74.7.227.157'),
(5770, '2025-11-22 10:53:07', 36, NULL, '74.7.227.157'),
(5771, '2025-11-22 10:53:07', 34, NULL, '74.7.227.157'),
(5772, '2025-11-22 10:53:07', 33, NULL, '74.7.227.157'),
(5773, '2025-11-22 10:53:07', 31, NULL, '74.7.227.157'),
(5774, '2025-11-22 10:53:07', 29, NULL, '74.7.227.157'),
(5775, '2025-11-22 10:53:08', 195, NULL, '74.7.227.157'),
(5776, '2025-11-22 10:53:08', 197, NULL, '74.7.227.157'),
(5777, '2025-11-22 10:53:10', 185, NULL, '74.7.227.157'),
(5778, '2025-11-22 10:53:12', 274, NULL, '74.7.227.157'),
(5779, '2025-11-22 10:53:12', 198, NULL, '74.7.227.157'),
(5780, '2025-11-22 10:53:19', 138, NULL, '184.73.47.24'),
(5781, '2025-11-22 10:53:22', 48, NULL, '74.7.227.157'),
(5782, '2025-11-22 10:53:22', 41, NULL, '74.7.227.157'),
(5783, '2025-11-22 10:53:23', 240, NULL, '74.7.227.157'),
(5784, '2025-11-22 10:53:27', 104, NULL, '54.83.56.1'),
(5785, '2025-11-22 10:53:38', 228, NULL, '74.7.227.157'),
(5786, '2025-11-22 10:53:39', 236, NULL, '74.7.227.157'),
(5787, '2025-11-22 10:53:39', 148, NULL, '18.214.186.220'),
(5788, '2025-11-22 10:53:40', 128, NULL, '74.7.227.157'),
(5789, '2025-11-22 10:53:41', 252, NULL, '74.7.227.157'),
(5790, '2025-11-22 10:53:42', 127, NULL, '74.7.227.157'),
(5791, '2025-11-22 10:53:43', 133, NULL, '74.7.227.157'),
(5792, '2025-11-22 10:53:43', 173, NULL, '74.7.227.157'),
(5793, '2025-11-22 10:53:44', 196, NULL, '74.7.227.157'),
(5794, '2025-11-22 10:53:46', 256, NULL, '74.7.227.157'),
(5795, '2025-11-22 10:53:46', 89, NULL, '74.7.227.157'),
(5796, '2025-11-22 10:53:46', 88, NULL, '74.7.227.157'),
(5797, '2025-11-22 10:53:48', 215, NULL, '74.7.227.157'),
(5798, '2025-11-22 10:53:49', 289, NULL, '74.7.227.157'),
(5799, '2025-11-22 10:53:50', 224, NULL, '74.7.227.157'),
(5800, '2025-11-22 10:54:04', 241, NULL, '74.7.227.157'),
(5801, '2025-11-22 10:54:09', 254, NULL, '74.7.227.157'),
(5802, '2025-11-22 10:54:09', 188, NULL, '74.7.227.157'),
(5803, '2025-11-22 10:54:10', 162, NULL, '74.7.227.157'),
(5804, '2025-11-22 10:54:11', 213, NULL, '74.7.227.157'),
(5805, '2025-11-22 10:54:11', 177, NULL, '54.204.12.115'),
(5806, '2025-11-22 10:54:11', 257, NULL, '74.7.227.157'),
(5807, '2025-11-22 10:54:12', 135, NULL, '74.7.227.157'),
(5808, '2025-11-22 10:54:12', 186, NULL, '74.7.227.157'),
(5809, '2025-11-22 10:54:14', 175, NULL, '74.7.227.157'),
(5810, '2025-11-22 10:54:15', 249, NULL, '74.7.227.157'),
(5811, '2025-11-22 10:54:16', 235, NULL, '74.7.227.157'),
(5812, '2025-11-22 10:54:16', 168, NULL, '74.7.227.157'),
(5813, '2025-11-22 10:54:18', 244, NULL, '74.7.227.157'),
(5814, '2025-11-22 10:54:19', 276, NULL, '74.7.227.157'),
(5815, '2025-11-22 10:54:20', 130, NULL, '74.7.227.157'),
(5816, '2025-11-22 10:54:21', 155, NULL, '74.7.227.157'),
(5817, '2025-11-22 10:54:22', 225, NULL, '74.7.227.157'),
(5818, '2025-11-22 10:54:24', 177, NULL, '74.7.227.157'),
(5819, '2025-11-22 10:54:25', 167, NULL, '74.7.227.157'),
(5820, '2025-11-22 10:54:27', 146, NULL, '74.7.227.157'),
(5821, '2025-11-22 10:54:28', 194, NULL, '74.7.227.157'),
(5822, '2025-11-22 10:54:30', 192, NULL, '74.7.227.157'),
(5823, '2025-11-22 10:54:31', 158, NULL, '74.7.227.157'),
(5824, '2025-11-22 10:54:33', 126, NULL, '74.7.227.157'),
(5825, '2025-11-22 10:54:35', 164, NULL, '74.7.227.157'),
(5826, '2025-11-22 10:54:39', 156, NULL, '3.94.157.25'),
(5827, '2025-11-22 10:54:40', 145, NULL, '74.7.227.157'),
(5828, '2025-11-22 10:54:41', 143, NULL, '74.7.227.157'),
(5829, '2025-11-22 10:54:41', 140, NULL, '74.7.227.157'),
(5830, '2025-11-22 10:54:42', 288, NULL, '74.7.227.157'),
(5831, '2025-11-22 10:54:42', 280, NULL, '74.7.227.157'),
(5832, '2025-11-22 10:54:43', 134, NULL, '74.7.227.157'),
(5833, '2025-11-22 10:54:47', 147, NULL, '74.7.227.157'),
(5834, '2025-11-22 10:54:48', 154, NULL, '74.7.227.157'),
(5835, '2025-11-22 10:54:49', 251, NULL, '74.7.227.157'),
(5836, '2025-11-22 10:54:51', 258, NULL, '74.7.227.157'),
(5837, '2025-11-22 10:54:53', 136, NULL, '74.7.227.157'),
(5838, '2025-11-22 10:54:54', 209, NULL, '74.7.227.157'),
(5839, '2025-11-22 10:54:54', 219, NULL, '74.7.227.157'),
(5840, '2025-11-22 10:54:55', 204, NULL, '74.7.227.157'),
(5841, '2025-11-22 10:54:56', 268, NULL, '74.7.227.157'),
(5842, '2025-11-22 10:54:56', 46, NULL, '74.7.227.157'),
(5843, '2025-11-22 10:54:57', 205, NULL, '74.7.227.157'),
(5844, '2025-11-22 10:54:57', 181, NULL, '74.7.227.157'),
(5845, '2025-11-22 10:54:59', 218, NULL, '74.7.227.157'),
(5846, '2025-11-22 10:54:59', 151, NULL, '74.7.227.157'),
(5847, '2025-11-22 10:55:00', 161, NULL, '74.7.227.157'),
(5848, '2025-11-22 10:55:00', 191, NULL, '74.7.227.157'),
(5849, '2025-11-22 10:55:01', 208, NULL, '74.7.227.157'),
(5850, '2025-11-22 10:55:01', 153, NULL, '74.7.227.157'),
(5851, '2025-11-22 10:55:02', 174, NULL, '74.7.227.157'),
(5852, '2025-11-22 10:55:03', 178, NULL, '74.7.227.157'),
(5853, '2025-11-22 10:55:07', 176, NULL, '74.7.227.157'),
(5854, '2025-11-22 10:55:09', 248, NULL, '74.7.227.157'),
(5855, '2025-11-22 10:55:10', 269, NULL, '74.7.227.157'),
(5856, '2025-11-22 10:55:10', 262, NULL, '74.7.227.157'),
(5857, '2025-11-22 10:55:12', 156, NULL, '74.7.227.157'),
(5858, '2025-11-22 10:55:13', 223, NULL, '74.7.227.157'),
(5859, '2025-11-22 10:55:14', 238, NULL, '74.7.227.157'),
(5860, '2025-11-22 10:55:15', 160, NULL, '74.7.227.157'),
(5861, '2025-11-22 10:55:16', 259, NULL, '74.7.227.157'),
(5862, '2025-11-22 10:55:17', 285, NULL, '74.7.227.157'),
(5863, '2025-11-22 10:55:18', 284, NULL, '74.7.227.157'),
(5864, '2025-11-22 10:55:18', 250, NULL, '74.7.227.157'),
(5865, '2025-11-22 10:55:20', 220, NULL, '74.7.227.157'),
(5866, '2025-11-22 10:55:21', 287, NULL, '74.7.227.157'),
(5867, '2025-11-22 10:55:27', 242, NULL, '74.7.227.157'),
(5868, '2025-11-22 10:55:27', 203, NULL, '74.7.227.157'),
(5869, '2025-11-22 10:56:05', 142, NULL, '74.7.227.157'),
(5870, '2025-11-22 10:56:05', 212, NULL, '74.7.227.157'),
(5871, '2025-11-22 10:56:06', 202, NULL, '74.7.227.157'),
(5872, '2025-11-22 10:56:07', 266, NULL, '74.7.227.157'),
(5873, '2025-11-22 10:56:08', 184, NULL, '74.7.227.157'),
(5874, '2025-11-22 10:56:09', 264, NULL, '74.7.227.157'),
(5875, '2025-11-22 10:56:10', 265, NULL, '74.7.227.157'),
(5876, '2025-11-22 10:56:11', 221, NULL, '74.7.227.157'),
(5877, '2025-11-22 10:56:11', 263, NULL, '74.7.227.157'),
(5878, '2025-11-22 10:56:12', 169, NULL, '74.7.227.157'),
(5879, '2025-11-22 10:56:13', 157, NULL, '74.7.227.157'),
(5880, '2025-11-22 10:56:13', 201, NULL, '74.7.227.157'),
(5881, '2025-11-22 10:56:14', 237, NULL, '74.7.227.157'),
(5882, '2025-11-22 10:56:15', 150, NULL, '74.7.227.157'),
(5883, '2025-11-22 10:56:15', 148, NULL, '74.7.227.157'),
(5884, '2025-11-22 10:56:16', 171, NULL, '74.7.227.157'),
(5885, '2025-11-22 10:56:17', 286, NULL, '74.7.227.157'),
(5886, '2025-11-22 10:56:19', 159, NULL, '74.7.227.157'),
(5887, '2025-11-22 10:56:20', 141, NULL, '74.7.227.157'),
(5888, '2025-11-22 10:56:25', 239, NULL, '74.7.227.157'),
(5889, '2025-11-22 10:56:27', 260, NULL, '74.7.227.157'),
(5890, '2025-11-22 10:56:28', 261, NULL, '74.7.227.157'),
(5891, '2025-11-22 10:56:28', 217, NULL, '74.7.227.157'),
(5892, '2025-11-22 10:56:29', 166, NULL, '74.7.227.157'),
(5893, '2025-11-22 10:56:33', 273, NULL, '74.7.227.157'),
(5894, '2025-11-22 10:56:33', 247, NULL, '74.7.227.157'),
(5895, '2025-11-22 10:56:34', 200, NULL, '74.7.227.157'),
(5896, '2025-11-22 10:56:34', 189, NULL, '74.7.227.157'),
(5897, '2025-11-22 10:56:39', 179, NULL, '74.7.227.157'),
(5898, '2025-11-22 10:56:39', 138, NULL, '74.7.227.157'),
(5899, '2025-11-22 10:56:40', 193, NULL, '74.7.227.157'),
(5900, '2025-11-22 10:56:41', 243, NULL, '74.7.227.157'),
(5901, '2025-11-22 10:56:42', 183, NULL, '74.7.227.157'),
(5902, '2025-11-22 10:56:44', 190, NULL, '74.7.227.157'),
(5903, '2025-11-22 10:56:45', 187, NULL, '74.7.227.157'),
(5904, '2025-11-22 10:56:49', 137, NULL, '74.7.227.157'),
(5905, '2025-11-22 10:56:50', 283, NULL, '74.7.227.157'),
(5906, '2025-11-22 10:56:52', 255, NULL, '74.7.227.157'),
(5907, '2025-11-22 10:56:52', 159, NULL, '44.208.223.68'),
(5908, '2025-11-22 10:56:53', 37, NULL, '74.7.227.157'),
(5909, '2025-11-22 10:57:27', 151, NULL, '54.90.244.132'),
(5910, '2025-11-22 10:57:40', 5, NULL, '74.7.227.157'),
(5911, '2025-11-22 10:57:41', 3, NULL, '74.7.227.157'),
(5912, '2025-11-22 10:57:41', 4, NULL, '74.7.227.157'),
(5913, '2025-11-22 10:57:53', 272, NULL, '74.7.227.157'),
(5914, '2025-11-22 10:57:56', 47, NULL, '74.7.227.157'),
(5915, '2025-11-22 10:57:56', 42, NULL, '74.7.227.157'),
(5916, '2025-11-22 10:58:15', 279, NULL, '74.7.227.157'),
(5917, '2025-11-22 10:58:17', 282, NULL, '74.7.227.157'),
(5918, '2025-11-22 10:58:17', 270, NULL, '74.7.227.157'),
(5919, '2025-11-22 10:58:32', 199, NULL, '74.7.227.157'),
(5920, '2025-11-22 10:58:33', 170, NULL, '74.7.227.157'),
(5921, '2025-11-22 10:58:33', 144, NULL, '74.7.227.157'),
(5922, '2025-11-22 10:58:40', 277, NULL, '74.7.227.157'),
(5923, '2025-11-22 10:58:55', 198, NULL, '3.214.176.44'),
(5924, '2025-11-22 11:01:45', 163, NULL, '74.7.227.157'),
(5925, '2025-11-22 11:03:14', 139, NULL, '74.7.227.157'),
(5926, '2025-11-22 11:04:21', 278, NULL, '74.7.227.157'),
(5927, '2025-11-22 11:04:23', 165, NULL, '74.7.227.157'),
(5928, '2025-11-22 11:04:53', 222, NULL, '74.7.227.157'),
(5929, '2025-11-22 11:05:10', 210, NULL, '74.7.227.157'),
(5930, '2025-11-22 11:05:19', 266, NULL, '66.249.66.168'),
(5931, '2025-11-22 11:06:16', 202, NULL, '54.225.181.161'),
(5932, '2025-11-22 11:07:20', 138, NULL, '44.193.102.198'),
(5933, '2025-11-22 11:07:51', 190, NULL, '23.21.225.190'),
(5934, '2025-11-22 11:12:03', 33, NULL, '43.173.177.249'),
(5935, '2025-11-22 11:12:05', 270, NULL, '66.249.76.204'),
(5936, '2025-11-22 11:14:40', 210, NULL, '23.23.99.55'),
(5937, '2025-11-22 11:16:25', 188, NULL, '52.204.253.129'),
(5938, '2025-11-22 11:16:31', 104, NULL, '52.200.58.199'),
(5939, '2025-11-22 11:16:33', 147, NULL, '34.238.45.183'),
(5940, '2025-11-22 11:17:11', 137, NULL, '50.16.216.166'),
(5941, '2025-11-22 11:17:40', 204, NULL, '100.29.107.38'),
(5942, '2025-11-22 11:17:59', 237, NULL, '3.226.106.93'),
(5943, '2025-11-22 11:18:52', 211, NULL, '52.71.203.206'),
(5944, '2025-11-22 11:20:11', 172, NULL, '44.206.65.8'),
(5945, '2025-11-22 11:20:55', 145, NULL, '3.210.114.189'),
(5946, '2025-11-22 11:21:31', 141, NULL, '54.84.250.51'),
(5947, '2025-11-22 11:22:35', 263, NULL, '54.147.238.89'),
(5948, '2025-11-22 11:23:15', 151, NULL, '34.231.77.232'),
(5949, '2025-11-22 11:26:27', 215, NULL, '34.236.185.101'),
(5950, '2025-11-22 11:27:59', 42, NULL, '66.249.66.76'),
(5951, '2025-11-22 11:28:33', 33, NULL, '43.173.174.74'),
(5952, '2025-11-22 11:28:47', 220, NULL, '52.45.77.169'),
(5953, '2025-11-22 11:35:50', 268, NULL, '66.249.76.203'),
(5954, '2025-11-22 11:36:03', 103, NULL, '54.84.147.79'),
(5955, '2025-11-22 11:36:03', 104, NULL, '54.84.147.79'),
(5956, '2025-11-22 11:36:03', 105, NULL, '54.84.147.79'),
(5957, '2025-11-22 11:36:03', 106, NULL, '54.84.147.79'),
(5958, '2025-11-22 11:36:03', 107, NULL, '54.84.147.79'),
(5959, '2025-11-22 11:36:03', 108, NULL, '54.84.147.79'),
(5960, '2025-11-22 11:36:03', 111, NULL, '54.84.147.79'),
(5961, '2025-11-22 11:36:03', 112, NULL, '54.84.147.79'),
(5962, '2025-11-22 11:36:03', 126, NULL, '54.84.147.79'),
(5963, '2025-11-22 11:37:31', 213, NULL, '23.21.225.190'),
(5964, '2025-11-22 11:38:31', 203, NULL, '3.217.171.106'),
(5965, '2025-11-22 11:38:36', 134, NULL, '52.45.77.169'),
(5966, '2025-11-22 11:39:07', 180, NULL, '54.83.240.58'),
(5967, '2025-11-22 11:39:53', 236, NULL, '66.249.66.12'),
(5968, '2025-11-22 11:40:36', 178, NULL, '3.225.45.252'),
(5969, '2025-11-22 11:41:35', 228, NULL, '44.195.50.71'),
(5970, '2025-11-22 11:42:20', 154, NULL, '44.205.180.155'),
(5971, '2025-11-22 11:47:01', 268, NULL, '66.249.66.166'),
(5972, '2025-11-22 11:47:24', 108, NULL, '43.173.173.200'),
(5973, '2025-11-22 11:54:31', 138, NULL, '52.70.209.13'),
(5974, '2025-11-22 11:54:39', 176, NULL, '3.213.213.161'),
(5975, '2025-11-22 11:54:43', 176, NULL, '98.82.214.73'),
(5976, '2025-11-22 11:55:27', 147, NULL, '54.225.181.161'),
(5977, '2025-11-22 11:56:03', 200, NULL, '100.25.120.246'),
(5978, '2025-11-22 11:56:11', 145, NULL, '54.164.106.236'),
(5979, '2025-11-22 11:56:39', 147, NULL, '98.84.60.17'),
(5980, '2025-11-22 11:57:59', 132, NULL, '44.196.118.6'),
(5981, '2025-11-22 11:58:19', 202, NULL, '3.229.2.217'),
(5982, '2025-11-22 11:59:23', 151, NULL, '54.197.114.76'),
(5983, '2025-11-22 12:00:03', 208, NULL, '66.249.76.203'),
(5984, '2025-11-22 12:00:06', 282, NULL, '66.249.66.34'),
(5985, '2025-11-22 12:03:12', 289, NULL, '66.249.66.14'),
(5986, '2025-11-22 12:05:47', 149, NULL, '54.80.185.200'),
(5987, '2025-11-22 12:06:00', 224, NULL, '34.194.14.255'),
(5988, '2025-11-22 12:06:03', 185, NULL, '52.54.249.218'),
(5989, '2025-11-22 12:07:44', 192, NULL, '54.89.90.224'),
(5990, '2025-11-22 12:08:03', 141, NULL, '98.83.10.183'),
(5991, '2025-11-22 12:08:08', 196, NULL, '44.206.65.8'),
(5992, '2025-11-22 12:10:24', 135, NULL, '34.234.206.30'),
(5993, '2025-11-22 12:10:36', 158, NULL, '52.204.37.237'),
(5994, '2025-11-22 12:10:47', 190, NULL, '18.232.36.1'),
(5995, '2025-11-22 12:11:20', 197, NULL, '52.0.218.219'),
(5996, '2025-11-22 12:12:39', 156, NULL, '3.213.85.234'),
(5997, '2025-11-22 12:12:54', 159, NULL, '44.218.6.93'),
(5998, '2025-11-22 12:15:38', 172, NULL, '18.213.70.100'),
(5999, '2025-11-22 12:15:55', 201, NULL, '18.205.91.101'),
(6000, '2025-11-22 12:17:19', 211, NULL, '98.82.214.73'),
(6001, '2025-11-22 12:19:37', 153, NULL, '3.231.193.38'),
(6002, '2025-11-22 12:19:53', 174, NULL, '34.194.233.48'),
(6003, '2025-11-22 12:19:55', 190, NULL, '100.28.44.58'),
(6004, '2025-11-22 12:19:59', 211, NULL, '44.196.118.6'),
(6005, '2025-11-22 12:20:19', 218, NULL, '3.218.35.239'),
(6006, '2025-11-22 12:20:23', 224, NULL, '52.203.65.83'),
(6007, '2025-11-22 12:20:35', 196, NULL, '98.82.63.147'),
(6008, '2025-11-22 12:20:45', 268, NULL, '66.249.66.35'),
(6009, '2025-11-22 12:20:55', 221, NULL, '3.221.244.28'),
(6010, '2025-11-22 12:21:27', 220, NULL, '52.204.253.129'),
(6011, '2025-11-22 12:22:08', 31, NULL, '43.173.182.209'),
(6012, '2025-11-22 12:24:11', 46, NULL, '35.173.38.202'),
(6013, '2025-11-22 12:32:48', 21, NULL, '57.141.0.22'),
(6014, '2025-11-22 12:34:16', 244, NULL, '66.249.76.204'),
(6015, '2025-11-22 12:38:04', 172, NULL, '52.5.242.243'),
(6016, '2025-11-22 12:38:20', 172, NULL, '18.210.58.238'),
(6017, '2025-11-22 12:38:24', 138, NULL, '3.229.2.217'),
(6018, '2025-11-22 12:38:28', 158, NULL, '35.174.253.85'),
(6019, '2025-11-22 12:38:43', 153, NULL, '52.45.77.169'),
(6020, '2025-11-22 12:38:49', 153, NULL, '52.22.64.232'),
(6021, '2025-11-22 12:40:51', 212, NULL, '34.192.125.239'),
(6022, '2025-11-22 12:40:55', 219, NULL, '3.215.59.93'),
(6023, '2025-11-22 12:41:35', 184, NULL, '34.236.185.101'),
(6024, '2025-11-22 12:42:15', 198, NULL, '34.224.9.144'),
(6025, '2025-11-22 12:42:27', 200, NULL, '54.85.126.86'),
(6026, '2025-11-22 12:42:39', 140, NULL, '54.197.82.195'),
(6027, '2025-11-22 12:42:45', 150, NULL, '18.209.137.234'),
(6028, '2025-11-22 12:43:13', 145, NULL, '3.212.205.90'),
(6029, '2025-11-22 12:43:16', 197, NULL, '52.205.113.104'),
(6030, '2025-11-22 12:44:04', 223, NULL, '52.200.251.20'),
(6031, '2025-11-22 12:44:19', 159, NULL, '3.93.253.174'),
(6032, '2025-11-22 12:44:28', 193, NULL, '35.170.205.140'),
(6033, '2025-11-22 12:44:39', 217, NULL, '18.233.24.238'),
(6034, '2025-11-22 12:46:52', 217, NULL, '3.216.227.216'),
(6035, '2025-11-22 12:47:45', 218, NULL, '44.205.180.155'),
(6036, '2025-11-22 12:50:47', 196, NULL, '52.70.138.176'),
(6037, '2025-11-22 13:26:12', 256, NULL, '54.147.80.137'),
(6038, '2025-11-22 13:26:12', 148, NULL, '52.204.81.148'),
(6039, '2025-11-22 13:26:13', 199, NULL, '35.153.86.200'),
(6040, '2025-11-22 13:26:13', 201, NULL, '34.234.200.207'),
(6041, '2025-11-22 13:26:13', 221, NULL, '98.84.60.17'),
(6042, '2025-11-22 13:26:13', 301, NULL, '66.249.66.34'),
(6043, '2025-11-22 13:26:13', 214, NULL, '52.23.112.144'),
(6044, '2025-11-22 13:26:13', 159, NULL, '44.196.118.6'),
(6045, '2025-11-22 13:26:13', 210, NULL, '34.195.248.30'),
(6046, '2025-11-22 13:28:33', 126, NULL, '66.249.76.204'),
(6047, '2025-11-22 13:32:37', 133, NULL, '17.241.219.144'),
(6048, '2025-11-22 13:38:39', 195, NULL, '44.193.115.232'),
(6049, '2025-11-22 13:38:56', 212, NULL, '52.54.157.23'),
(6050, '2025-11-22 13:39:15', 197, NULL, '3.232.39.98'),
(6051, '2025-11-22 13:39:48', 254, NULL, '98.82.40.168'),
(6052, '2025-11-22 13:40:04', 211, NULL, '54.152.163.42'),
(6053, '2025-11-22 13:40:40', 151, NULL, '54.85.109.140'),
(6054, '2025-11-22 13:42:19', 172, NULL, '52.205.222.214'),
(6055, '2025-11-22 13:42:25', 188, NULL, '52.6.232.201'),
(6056, '2025-11-22 13:42:57', 132, NULL, '98.84.184.80'),
(6057, '2025-11-22 13:42:58', 147, NULL, '18.214.138.148'),
(6058, '2025-11-22 13:45:56', 135, NULL, '3.223.181.32'),
(6059, '2025-11-22 13:46:02', 135, NULL, '3.217.171.106'),
(6060, '2025-11-22 13:46:20', 210, NULL, '3.210.29.96'),
(6061, '2025-11-22 13:50:40', 185, NULL, '34.194.14.255'),
(6062, '2025-11-22 13:50:58', 211, NULL, '52.203.65.83'),
(6063, '2025-11-22 13:51:08', 223, NULL, '18.233.24.238'),
(6064, '2025-11-22 13:51:16', 159, NULL, '54.85.109.140'),
(6065, '2025-11-22 13:51:22', 136, NULL, '17.241.219.76'),
(6066, '2025-11-22 13:55:23', 203, NULL, '52.44.174.136'),
(6067, '2025-11-22 13:55:43', 105, NULL, '17.246.23.226'),
(6068, '2025-11-22 13:55:51', 196, NULL, '3.232.39.98'),
(6069, '2025-11-22 13:57:39', 225, NULL, '52.202.233.37'),
(6070, '2025-11-22 14:06:57', 301, NULL, '66.249.66.201'),
(6071, '2025-11-22 14:09:08', 148, NULL, '44.223.232.55'),
(6072, '2025-11-22 14:09:11', 177, NULL, '52.3.127.170'),
(6073, '2025-11-22 14:09:21', 151, NULL, '17.246.23.47'),
(6074, '2025-11-22 14:09:32', 218, NULL, '52.71.216.196'),
(6075, '2025-11-22 14:10:37', 208, NULL, '54.86.59.155'),
(6076, '2025-11-22 14:12:12', 194, NULL, '3.211.181.86'),
(6077, '2025-11-22 14:12:19', 192, NULL, '34.226.89.140'),
(6078, '2025-11-22 14:12:43', 192, NULL, '98.82.214.73'),
(6079, '2025-11-22 14:13:07', 200, NULL, '54.87.95.7'),
(6080, '2025-11-22 14:13:13', 197, NULL, '34.204.150.196'),
(6081, '2025-11-22 14:13:55', 202, NULL, '18.205.91.101'),
(6082, '2025-11-22 14:14:33', 180, NULL, '52.205.222.214'),
(6083, '2025-11-22 14:15:03', 29, NULL, '43.173.177.247'),
(6084, '2025-11-22 14:18:55', 149, NULL, '184.73.239.35'),
(6085, '2025-11-22 14:18:58', 213, NULL, '184.73.47.24'),
(6086, '2025-11-22 14:19:03', 188, NULL, '3.208.146.193'),
(6087, '2025-11-22 14:19:08', 104, NULL, '3.235.215.92'),
(6088, '2025-11-22 14:19:23', 178, NULL, '18.235.158.19'),
(6089, '2025-11-22 14:20:42', 188, NULL, '23.23.137.202'),
(6090, '2025-11-22 14:20:44', 194, NULL, '18.206.47.187'),
(6091, '2025-11-22 14:20:59', 140, NULL, '44.193.102.198'),
(6092, '2025-11-22 14:22:27', 141, NULL, '52.6.232.201'),
(6093, '2025-11-22 14:22:49', 180, NULL, '18.209.137.234'),
(6094, '2025-11-22 14:23:12', 221, NULL, '98.83.177.42'),
(6095, '2025-11-22 14:23:27', 151, NULL, '52.205.113.104'),
(6096, '2025-11-22 14:23:40', 221, NULL, '52.3.156.186'),
(6097, '2025-11-22 14:25:15', 46, NULL, '54.87.95.7'),
(6098, '2025-11-22 14:26:24', 290, NULL, '43.173.182.86'),
(6099, '2025-11-22 14:42:59', 153, NULL, '52.204.89.12'),
(6100, '2025-11-22 14:43:15', 200, NULL, '98.82.40.168'),
(6101, '2025-11-22 14:43:23', 201, NULL, '52.202.233.37'),
(6102, '2025-11-22 14:43:47', 186, NULL, '3.224.205.25'),
(6103, '2025-11-22 14:45:04', 135, NULL, '44.206.65.8'),
(6104, '2025-11-22 14:45:30', 188, NULL, '23.23.104.107'),
(6105, '2025-11-22 14:45:37', 190, NULL, '184.73.239.35'),
(6106, '2025-11-22 14:45:42', 140, NULL, '54.90.244.132'),
(6107, '2025-11-22 14:45:45', 200, NULL, '54.167.32.123'),
(6108, '2025-11-22 14:48:20', 178, NULL, '34.206.212.24'),
(6109, '2025-11-22 14:48:25', 178, NULL, '34.235.239.240'),
(6110, '2025-11-22 14:50:16', 190, NULL, '23.21.175.228'),
(6111, '2025-11-22 14:51:51', 280, NULL, '66.249.66.76'),
(6112, '2025-11-22 14:51:54', 260, NULL, '66.249.76.203'),
(6113, '2025-11-22 14:53:06', 133, NULL, '18.232.36.1'),
(6114, '2025-11-22 14:53:41', 217, NULL, '23.20.178.124'),
(6115, '2025-11-22 14:56:19', 142, NULL, '54.90.8.255'),
(6116, '2025-11-22 14:57:03', 221, NULL, '44.212.232.231'),
(6117, '2025-11-22 14:57:11', 225, NULL, '44.209.187.99'),
(6118, '2025-11-22 14:59:55', 46, NULL, '34.227.234.246'),
(6119, '2025-11-22 15:01:06', 285, NULL, '66.249.66.77'),
(6120, '2025-11-22 15:02:03', 215, NULL, '34.205.170.13'),
(6121, '2025-11-22 15:02:35', 279, NULL, '41.105.208.166'),
(6122, '2025-11-22 15:03:51', 220, NULL, '3.235.215.92'),
(6123, '2025-11-22 15:07:16', 271, NULL, '66.249.66.12'),
(6124, '2025-11-22 15:09:14', 130, NULL, '17.22.253.111'),
(6125, '2025-11-22 15:11:30', 31, NULL, '43.173.182.195'),
(6126, '2025-11-22 15:12:04', 31, NULL, '43.173.181.135'),
(6127, '2025-11-22 15:12:20', 33, NULL, '43.173.175.169'),
(6128, '2025-11-22 15:13:51', 178, NULL, '3.210.29.96'),
(6129, '2025-11-22 15:14:55', 205, NULL, '52.3.102.51'),
(6130, '2025-11-22 15:15:20', 213, NULL, '3.230.69.161'),
(6131, '2025-11-22 15:15:24', 213, NULL, '52.203.68.145'),
(6132, '2025-11-22 15:16:03', 134, NULL, '3.221.156.96'),
(6133, '2025-11-22 15:18:31', 159, NULL, '17.22.237.247'),
(6134, '2025-11-22 15:18:37', 168, NULL, '17.22.237.246'),
(6135, '2025-11-22 15:19:04', 104, NULL, '34.206.212.24'),
(6136, '2025-11-22 15:19:20', 265, NULL, '52.44.229.124'),
(6137, '2025-11-22 15:19:23', 201, NULL, '52.201.155.215'),
(6138, '2025-11-22 15:22:59', 213, NULL, '44.213.202.136'),
(6139, '2025-11-22 15:23:07', 190, NULL, '52.205.113.104'),
(6140, '2025-11-22 15:24:19', 140, NULL, '35.153.86.200'),
(6141, '2025-11-22 15:25:03', 214, NULL, '52.204.253.129'),
(6142, '2025-11-22 15:25:19', 257, NULL, '44.223.115.10'),
(6143, '2025-11-22 15:26:15', 196, NULL, '34.205.163.103'),
(6144, '2025-11-22 15:26:19', 202, NULL, '23.23.180.225'),
(6145, '2025-11-22 15:26:27', 191, NULL, '3.94.40.182'),
(6146, '2025-11-22 15:29:19', 198, NULL, '52.204.253.129'),
(6147, '2025-11-22 15:31:25', 98, NULL, '185.155.233.129'),
(6148, '2025-11-22 15:31:28', 251, NULL, '66.249.76.204'),
(6149, '2025-11-22 15:39:18', 138, NULL, '66.249.66.12'),
(6150, '2025-11-22 15:39:32', 103, NULL, '17.22.245.247'),
(6151, '2025-11-22 15:41:19', 194, NULL, '3.94.157.25'),
(6152, '2025-11-22 15:41:35', 184, NULL, '54.235.125.129'),
(6153, '2025-11-22 15:42:19', 266, NULL, '34.233.114.237'),
(6154, '2025-11-22 15:42:32', 135, NULL, '54.235.172.108'),
(6155, '2025-11-22 15:43:28', 244, NULL, '35.171.141.42'),
(6156, '2025-11-22 15:43:44', 194, NULL, '34.204.150.196'),
(6157, '2025-11-22 15:43:48', 212, NULL, '44.213.36.21'),
(6158, '2025-11-22 15:43:52', 150, NULL, '98.83.72.38'),
(6159, '2025-11-22 15:44:11', 134, NULL, '17.22.237.93'),
(6160, '2025-11-22 15:44:27', 185, NULL, '34.238.45.183'),
(6161, '2025-11-22 15:45:05', 241, NULL, '44.214.19.8'),
(6162, '2025-11-22 15:47:04', 213, NULL, '34.234.197.175'),
(6163, '2025-11-22 15:47:51', 139, NULL, '34.202.88.37'),
(6164, '2025-11-22 15:47:56', 197, NULL, '52.200.93.170'),
(6165, '2025-11-22 15:48:00', 150, NULL, '23.21.148.226'),
(6166, '2025-11-22 15:48:08', 174, NULL, '34.194.165.45'),
(6167, '2025-11-22 15:48:55', 148, NULL, '54.80.73.122'),
(6168, '2025-11-22 15:49:08', 201, NULL, '3.214.176.44'),
(6169, '2025-11-22 15:49:31', 223, NULL, '18.211.148.239'),
(6170, '2025-11-22 15:50:09', 196, NULL, '44.207.207.36'),
(6171, '2025-11-22 15:50:32', 143, NULL, '3.227.180.70'),
(6172, '2025-11-22 15:50:52', 228, NULL, '52.44.148.203'),
(6173, '2025-11-22 15:52:40', 139, NULL, '34.227.156.153'),
(6174, '2025-11-22 15:53:49', 145, NULL, '98.83.94.113'),
(6175, '2025-11-22 15:54:14', 193, NULL, '34.225.87.80'),
(6176, '2025-11-22 15:55:07', 202, NULL, '98.84.60.17'),
(6177, '2025-11-22 15:55:24', 218, NULL, '98.82.39.241'),
(6178, '2025-11-22 15:55:35', 240, NULL, '52.45.77.169'),
(6179, '2025-11-22 15:55:47', 180, NULL, '44.217.255.167'),
(6180, '2025-11-22 15:56:27', 180, NULL, '35.173.18.61'),
(6181, '2025-11-22 16:07:29', 256, NULL, '66.249.66.167'),
(6182, '2025-11-22 16:08:31', 126, NULL, '43.173.181.148'),
(6183, '2025-11-22 16:14:32', 173, NULL, '54.204.12.115'),
(6184, '2025-11-22 16:14:47', 98, NULL, '43.173.180.8'),
(6185, '2025-11-22 16:15:40', 144, NULL, '66.249.66.168'),
(6186, '2025-11-22 16:16:28', 280, NULL, '43.173.173.122'),
(6187, '2025-11-22 16:16:35', 269, NULL, '151.244.150.134'),
(6188, '2025-11-22 16:17:29', 287, NULL, '66.249.76.203'),
(6189, '2025-11-22 16:24:04', 296, NULL, '43.173.178.213'),
(6190, '2025-11-22 16:26:07', 136, NULL, '216.244.66.235'),
(6191, '2025-11-22 16:28:36', 255, NULL, '66.249.66.76'),
(6192, '2025-11-22 16:28:45', 244, NULL, '66.249.66.13'),
(6193, '2025-11-22 16:28:59', 283, NULL, '66.249.66.75'),
(6194, '2025-11-22 16:43:55', 31, NULL, '40.77.167.73'),
(6195, '2025-11-22 16:52:53', 161, NULL, '43.173.173.18'),
(6196, '2025-11-22 16:53:48', 105, NULL, '43.173.182.28'),
(6197, '2025-11-22 16:58:43', 270, NULL, '66.249.66.14'),
(6198, '2025-11-22 17:01:24', 154, NULL, '43.173.182.3'),
(6199, '2025-11-22 17:04:31', 133, NULL, '3.213.85.234'),
(6200, '2025-11-22 17:04:53', 248, NULL, '66.249.66.34'),
(6201, '2025-11-22 17:11:05', 139, NULL, '17.241.75.231'),
(6202, '2025-11-22 17:13:20', 155, NULL, '43.173.174.101'),
(6203, '2025-11-22 17:15:17', 160, NULL, '43.173.173.18'),
(6204, '2025-11-22 17:15:29', 158, NULL, '43.173.173.111'),
(6205, '2025-11-22 17:15:34', 112, NULL, '43.173.181.170'),
(6206, '2025-11-22 17:15:34', 111, NULL, '43.173.181.170'),
(6207, '2025-11-22 17:15:34', 108, NULL, '43.173.181.170'),
(6208, '2025-11-22 17:15:34', 107, NULL, '43.173.181.170'),
(6209, '2025-11-22 17:15:34', 106, NULL, '43.173.181.170'),
(6210, '2025-11-22 17:15:34', 105, NULL, '43.173.181.170'),
(6211, '2025-11-22 17:15:34', 104, NULL, '43.173.181.170'),
(6212, '2025-11-22 17:15:34', 103, NULL, '43.173.181.170'),
(6213, '2025-11-22 17:15:34', 102, NULL, '43.173.181.170'),
(6214, '2025-11-22 17:15:34', 101, NULL, '43.173.181.170'),
(6215, '2025-11-22 17:15:34', 100, NULL, '43.173.181.170'),
(6216, '2025-11-22 17:16:29', 151, NULL, '43.173.176.84'),
(6217, '2025-11-22 17:19:49', 261, NULL, '66.249.66.12'),
(6218, '2025-11-22 17:19:52', 268, NULL, '66.249.66.13'),
(6219, '2025-11-22 17:19:56', 151, NULL, '31.14.231.23'),
(6220, '2025-11-22 17:38:21', 139, NULL, '185.191.171.9'),
(6221, '2025-11-22 17:39:50', 150, NULL, '43.173.176.94'),
(6222, '2025-11-22 17:42:28', 23, NULL, '66.249.66.34'),
(6223, '2025-11-22 17:44:56', 152, NULL, '17.246.19.28'),
(6224, '2025-11-22 17:45:59', 186, NULL, '34.225.138.57'),
(6225, '2025-11-22 17:48:36', 1, NULL, '216.244.66.235'),
(6226, '2025-11-22 17:48:36', 2, NULL, '216.244.66.235'),
(6227, '2025-11-22 17:48:36', 3, NULL, '216.244.66.235'),
(6228, '2025-11-22 17:48:36', 4, NULL, '216.244.66.235'),
(6229, '2025-11-22 17:48:36', 5, NULL, '216.244.66.235'),
(6230, '2025-11-22 17:48:36', 6, NULL, '216.244.66.235'),
(6231, '2025-11-22 17:48:36', 7, NULL, '216.244.66.235'),
(6232, '2025-11-22 17:48:36', 8, NULL, '216.244.66.235'),
(6233, '2025-11-22 17:48:36', 11, NULL, '216.244.66.235'),
(6234, '2025-11-22 17:59:58', 288, NULL, '66.249.66.34'),
(6235, '2025-11-22 18:06:39', 200, NULL, '18.206.47.187'),
(6236, '2025-11-22 18:09:21', 191, NULL, '66.249.66.12'),
(6237, '2025-11-22 18:14:27', 219, NULL, '23.21.179.120'),
(6238, '2025-11-22 18:15:28', 281, NULL, '66.249.66.167'),
(6239, '2025-11-22 18:17:39', 270, NULL, '105.156.221.57'),
(6240, '2025-11-22 18:21:53', 106, NULL, '17.246.15.60'),
(6241, '2025-11-22 18:25:12', 228, NULL, '3.232.102.111'),
(6242, '2025-11-22 18:25:43', 228, NULL, '52.70.209.13'),
(6243, '2025-11-22 18:27:16', 146, NULL, '52.167.144.216'),
(6244, '2025-11-22 18:28:35', 186, NULL, '18.213.240.226'),
(6245, '2025-11-22 18:28:48', 186, NULL, '3.221.222.168'),
(6246, '2025-11-22 18:30:45', 248, NULL, '66.249.66.202'),
(6247, '2025-11-22 18:33:31', 137, NULL, '44.205.74.196'),
(6248, '2025-11-22 18:33:51', 166, NULL, '66.249.66.76'),
(6249, '2025-11-22 18:33:53', 271, NULL, '66.249.66.34'),
(6250, '2025-11-22 18:34:15', 137, NULL, '98.82.39.241'),
(6251, '2025-11-22 18:36:11', 137, NULL, '52.6.232.201'),
(6252, '2025-11-22 18:39:08', 158, NULL, '17.246.23.20'),
(6253, '2025-11-22 18:42:03', 137, NULL, '18.215.49.176'),
(6254, '2025-11-22 18:42:23', 172, NULL, '54.80.73.122'),
(6255, '2025-11-22 18:46:02', 111, NULL, '66.249.66.167'),
(6256, '2025-11-22 18:56:11', 246, NULL, '66.249.66.34'),
(6257, '2025-11-22 22:02:41', 228, NULL, '34.196.114.170'),
(6258, '2025-11-22 22:02:41', 208, NULL, '184.73.47.24'),
(6259, '2025-11-22 22:02:42', 268, NULL, '52.167.144.192'),
(6260, '2025-11-22 22:02:42', 149, NULL, '3.225.45.252'),
(6261, '2025-11-22 22:02:42', 239, NULL, '3.225.45.252'),
(6262, '2025-11-22 22:02:42', 149, NULL, '52.205.113.104'),
(6263, '2025-11-22 22:02:42', 157, NULL, '54.84.93.8'),
(6264, '2025-11-22 22:02:42', 157, NULL, '34.205.163.103'),
(6265, '2025-11-22 22:02:43', 242, NULL, '52.4.238.8'),
(6266, '2025-11-22 22:02:43', 204, NULL, '3.210.223.61'),
(6267, '2025-11-22 22:02:43', 259, NULL, '3.210.223.61'),
(6268, '2025-11-22 22:02:44', 181, NULL, '34.205.170.13'),
(6269, '2025-11-22 22:02:44', 147, NULL, '52.2.4.213'),
(6270, '2025-11-22 22:02:44', 198, NULL, '44.221.37.41'),
(6271, '2025-11-22 22:02:44', 177, NULL, '18.214.251.19'),
(6272, '2025-11-22 22:02:44', 197, NULL, '44.212.131.50'),
(6273, '2025-11-22 22:02:44', 156, NULL, '34.231.118.144'),
(6274, '2025-11-22 22:02:44', 139, NULL, '98.82.59.253'),
(6275, '2025-11-22 22:02:44', 198, NULL, '52.6.5.24'),
(6276, '2025-11-22 22:02:44', 174, NULL, '52.201.155.215'),
(6277, '2025-11-22 22:02:44', 156, NULL, '98.83.8.142'),
(6278, '2025-11-22 22:02:45', 228, NULL, '52.3.102.51'),
(6279, '2025-11-22 22:02:45', 213, NULL, '34.227.234.246'),
(6280, '2025-11-22 22:02:45', 138, NULL, '3.224.205.25'),
(6281, '2025-11-22 22:02:45', 134, NULL, '35.169.240.53'),
(6282, '2025-11-22 22:02:45', 193, NULL, '3.89.176.255'),
(6283, '2025-11-22 22:02:45', 190, NULL, '3.219.81.66'),
(6284, '2025-11-22 22:02:45', 185, NULL, '35.153.86.200'),
(6285, '2025-11-22 22:02:45', 245, NULL, '23.21.119.232'),
(6286, '2025-11-22 22:02:45', 193, NULL, '3.218.103.254'),
(6287, '2025-11-22 22:02:45', 223, NULL, '35.169.240.53'),
(6288, '2025-11-22 22:02:45', 133, NULL, '3.212.219.113'),
(6289, '2025-11-22 22:02:45', 141, NULL, '3.94.40.182'),
(6290, '2025-11-22 22:02:45', 203, NULL, '184.73.195.18'),
(6291, '2025-11-22 22:02:45', 134, NULL, '35.173.18.61'),
(6292, '2025-11-22 22:02:45', 134, NULL, '23.23.137.202'),
(6293, '2025-11-22 22:02:45', 191, NULL, '107.23.62.75'),
(6294, '2025-11-22 22:02:45', 203, NULL, '54.225.148.123'),
(6295, '2025-11-22 22:02:46', 223, NULL, '3.89.170.186'),
(6296, '2025-11-22 22:02:46', 214, NULL, '44.193.102.198'),
(6297, '2025-11-22 22:02:46', 218, NULL, '23.23.103.31'),
(6298, '2025-11-22 22:02:46', 208, NULL, '34.224.9.144'),
(6299, '2025-11-22 22:02:47', 150, NULL, '54.225.81.20'),
(6300, '2025-11-22 22:02:47', 196, NULL, '54.84.147.79'),
(6301, '2025-11-22 22:02:47', 141, NULL, '107.20.224.184'),
(6302, '2025-11-22 22:02:47', 202, NULL, '54.204.12.115'),
(6303, '2025-11-22 22:02:47', 225, NULL, '98.84.70.201'),
(6304, '2025-11-22 22:02:47', 282, NULL, '66.249.66.75'),
(6305, '2025-11-22 22:02:47', 204, NULL, '44.194.139.149'),
(6306, '2025-11-22 22:02:47', 195, NULL, '34.205.170.13'),
(6307, '2025-11-22 22:02:47', 148, NULL, '44.209.187.99'),
(6308, '2025-11-22 22:02:48', 210, NULL, '23.21.179.120'),
(6309, '2025-11-22 22:02:48', 204, NULL, '54.90.244.132'),
(6310, '2025-11-22 22:02:48', 149, NULL, '44.209.35.147'),
(6311, '2025-11-22 22:02:48', 200, NULL, '18.213.70.100'),
(6312, '2025-11-22 22:02:48', 223, NULL, '23.23.213.182'),
(6313, '2025-11-22 22:02:48', 198, NULL, '52.44.229.124');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(6314, '2025-11-22 22:02:48', 145, NULL, '18.213.27.222'),
(6315, '2025-11-22 22:02:48', 37, NULL, '3.229.164.203'),
(6316, '2025-11-22 22:02:48', 225, NULL, '52.207.47.227'),
(6317, '2025-11-22 22:02:49', 290, NULL, '66.249.66.35'),
(6318, '2025-11-22 22:02:49', 135, NULL, '3.212.86.97'),
(6319, '2025-11-22 22:02:49', 219, NULL, '44.205.120.22'),
(6320, '2025-11-22 22:02:49', 219, NULL, '52.3.104.214'),
(6321, '2025-11-22 22:02:49', 201, NULL, '52.71.218.25'),
(6322, '2025-11-22 22:02:49', 177, NULL, '34.197.28.78'),
(6323, '2025-11-22 22:02:49', 190, NULL, '3.215.59.93'),
(6324, '2025-11-22 22:02:59', 203, NULL, '100.24.167.60'),
(6325, '2025-11-22 22:03:56', 282, NULL, '66.249.66.12'),
(6326, '2025-11-22 22:04:03', 214, NULL, '34.239.197.197'),
(6327, '2025-11-22 22:04:11', 223, NULL, '35.173.38.202'),
(6328, '2025-11-22 22:04:59', 180, NULL, '34.231.77.232'),
(6329, '2025-11-22 22:05:20', 196, NULL, '100.24.167.60'),
(6330, '2025-11-22 22:06:01', 266, NULL, '66.249.66.13'),
(6331, '2025-11-22 22:06:27', 189, NULL, '52.22.87.224'),
(6332, '2025-11-22 22:06:27', 135, NULL, '52.22.87.224'),
(6333, '2025-11-22 22:06:27', 259, NULL, '52.22.87.224'),
(6334, '2025-11-22 22:06:27', 144, NULL, '52.22.87.224'),
(6335, '2025-11-22 22:06:27', 260, NULL, '52.22.87.224'),
(6336, '2025-11-22 22:06:27', 240, NULL, '52.22.87.224'),
(6337, '2025-11-22 22:06:27', 245, NULL, '52.22.87.224'),
(6338, '2025-11-22 22:06:27', 243, NULL, '52.22.87.224'),
(6339, '2025-11-22 22:06:27', 142, NULL, '52.22.87.224'),
(6340, '2025-11-22 22:06:27', 272, NULL, '52.22.87.224'),
(6341, '2025-11-22 22:06:27', 214, NULL, '52.22.87.224'),
(6342, '2025-11-22 22:06:27', 235, NULL, '52.22.87.224'),
(6343, '2025-11-22 22:06:27', 180, NULL, '52.22.87.224'),
(6344, '2025-11-22 22:06:27', 169, NULL, '52.22.87.224'),
(6345, '2025-11-22 22:06:27', 276, NULL, '52.22.87.224'),
(6346, '2025-11-22 22:07:39', 132, NULL, '34.194.165.45'),
(6347, '2025-11-22 22:09:27', 31, NULL, '43.173.180.138'),
(6348, '2025-11-22 22:12:07', 215, NULL, '52.6.232.201'),
(6349, '2025-11-22 22:13:09', 222, NULL, '54.235.158.162'),
(6350, '2025-11-22 22:13:17', 272, NULL, '66.249.66.14'),
(6351, '2025-11-22 22:13:55', 134, NULL, '54.163.169.168'),
(6352, '2025-11-22 22:14:06', 134, NULL, '52.0.218.219'),
(6353, '2025-11-22 22:14:29', 138, NULL, '17.246.19.252'),
(6354, '2025-11-22 22:15:36', 208, NULL, '3.210.114.189'),
(6355, '2025-11-22 22:15:47', 153, NULL, '3.94.157.25'),
(6356, '2025-11-22 22:16:04', 184, NULL, '52.44.229.124'),
(6357, '2025-11-22 22:16:28', 193, NULL, '50.19.102.70'),
(6358, '2025-11-22 22:16:36', 203, NULL, '23.21.227.240'),
(6359, '2025-11-22 22:18:06', 261, NULL, '52.45.92.83'),
(6360, '2025-11-22 22:18:41', 156, NULL, '100.29.155.89'),
(6361, '2025-11-22 22:19:19', 266, NULL, '66.249.66.34'),
(6362, '2025-11-22 22:19:31', 151, NULL, '98.82.63.147'),
(6363, '2025-11-22 22:21:07', 184, NULL, '18.206.47.187'),
(6364, '2025-11-22 22:21:47', 262, NULL, '66.249.66.12'),
(6365, '2025-11-22 22:22:52', 191, NULL, '34.233.219.155'),
(6366, '2025-11-22 22:25:08', 260, NULL, '66.249.66.35'),
(6367, '2025-11-22 22:26:13', 257, NULL, '66.249.66.168'),
(6368, '2025-11-22 22:27:14', 254, NULL, '66.249.66.14'),
(6369, '2025-11-22 22:27:25', 45, NULL, '17.22.253.95'),
(6370, '2025-11-22 22:27:27', 37, NULL, '44.196.118.6'),
(6371, '2025-11-22 22:28:59', 215, NULL, '184.73.167.217'),
(6372, '2025-11-22 22:29:16', 263, NULL, '66.249.66.14'),
(6373, '2025-11-22 22:32:19', 254, NULL, '66.249.66.168'),
(6374, '2025-11-22 22:33:20', 263, NULL, '66.249.66.76'),
(6375, '2025-11-22 22:33:51', 215, NULL, '3.210.114.189'),
(6376, '2025-11-22 22:33:59', 220, NULL, '34.227.234.246'),
(6377, '2025-11-22 22:34:24', 264, NULL, '66.249.66.77'),
(6378, '2025-11-22 22:36:24', 268, NULL, '66.249.66.75'),
(6379, '2025-11-22 22:36:25', 265, NULL, '66.249.66.75'),
(6380, '2025-11-22 22:37:26', 269, NULL, '66.249.66.76'),
(6381, '2025-11-22 22:38:51', 186, NULL, '34.225.24.180'),
(6382, '2025-11-22 22:39:19', 228, NULL, '52.45.77.169'),
(6383, '2025-11-22 22:40:07', 149, NULL, '52.3.104.214'),
(6384, '2025-11-22 22:40:20', 176, NULL, '3.221.50.71'),
(6385, '2025-11-22 22:40:31', 235, NULL, '3.224.104.67'),
(6386, '2025-11-22 22:40:33', 256, NULL, '66.249.66.76'),
(6387, '2025-11-22 22:40:55', 145, NULL, '18.211.39.188'),
(6388, '2025-11-22 22:41:11', 182, NULL, '54.164.106.236'),
(6389, '2025-11-22 22:41:19', 174, NULL, '100.29.63.24'),
(6390, '2025-11-22 22:41:27', 211, NULL, '23.23.99.55'),
(6391, '2025-11-22 22:41:34', 270, NULL, '66.249.66.13'),
(6392, '2025-11-22 22:43:15', 142, NULL, '44.194.134.53'),
(6393, '2025-11-22 22:44:37', 274, NULL, '66.249.66.168'),
(6394, '2025-11-22 22:45:51', 138, NULL, '23.23.214.190'),
(6395, '2025-11-22 22:47:51', 46, NULL, '52.200.54.136'),
(6396, '2025-11-22 22:48:07', 220, NULL, '3.94.156.104'),
(6397, '2025-11-22 22:51:27', 194, NULL, '52.54.15.103'),
(6398, '2025-11-22 22:51:35', 192, NULL, '52.7.33.248'),
(6399, '2025-11-22 22:51:39', 147, NULL, '52.71.216.196'),
(6400, '2025-11-22 22:54:19', 198, NULL, '44.194.139.149'),
(6401, '2025-11-22 22:55:35', 198, NULL, '52.200.142.199'),
(6402, '2025-11-22 22:56:03', 266, NULL, '66.249.66.201'),
(6403, '2025-11-22 22:58:03', 198, NULL, '44.215.61.66'),
(6404, '2025-11-22 22:58:07', 198, NULL, '54.210.155.69'),
(6405, '2025-11-22 22:59:10', 272, NULL, '66.249.66.166'),
(6406, '2025-11-22 22:59:12', 138, NULL, '66.249.66.36'),
(6407, '2025-11-22 23:02:19', 247, NULL, '66.249.66.35'),
(6408, '2025-11-22 23:02:23', 220, NULL, '52.4.213.199'),
(6409, '2025-11-22 23:02:51', 220, NULL, '52.204.174.139'),
(6410, '2025-11-22 23:03:25', 267, NULL, '66.249.66.13'),
(6411, '2025-11-22 23:03:25', 269, NULL, '66.249.66.13'),
(6412, '2025-11-22 23:03:25', 271, NULL, '66.249.66.13'),
(6413, '2025-11-22 23:03:25', 272, NULL, '66.249.66.13'),
(6414, '2025-11-22 23:03:25', 273, NULL, '66.249.66.13'),
(6415, '2025-11-22 23:03:25', 274, NULL, '66.249.66.13'),
(6416, '2025-11-22 23:03:25', 275, NULL, '66.249.66.13'),
(6417, '2025-11-22 23:03:25', 276, NULL, '66.249.66.13'),
(6418, '2025-11-22 23:03:27', 259, NULL, '66.249.66.35'),
(6419, '2025-11-22 23:12:55', 251, NULL, '66.249.66.12'),
(6420, '2025-11-22 23:13:03', 104, NULL, '34.238.45.183'),
(6421, '2025-11-22 23:13:51', 190, NULL, '54.84.147.79'),
(6422, '2025-11-22 23:15:07', 133, NULL, '54.163.169.168'),
(6423, '2025-11-22 23:15:52', 31, NULL, '43.173.176.97'),
(6424, '2025-11-22 23:16:14', 269, NULL, '66.249.66.34'),
(6425, '2025-11-22 23:18:28', 212, NULL, '3.226.34.98'),
(6426, '2025-11-22 23:18:55', 204, NULL, '3.94.157.25'),
(6427, '2025-11-22 23:19:28', 145, NULL, '52.54.157.23'),
(6428, '2025-11-22 23:19:48', 214, NULL, '52.3.156.186'),
(6429, '2025-11-22 23:19:56', 221, NULL, '44.208.193.63'),
(6430, '2025-11-22 23:20:41', 264, NULL, '66.249.66.201'),
(6431, '2025-11-22 23:22:46', 277, NULL, '66.249.66.167'),
(6432, '2025-11-22 23:25:39', 220, NULL, '44.208.193.63'),
(6433, '2025-11-22 23:29:43', 220, NULL, '18.207.79.144'),
(6434, '2025-11-22 23:30:19', 46, NULL, '17.241.219.66'),
(6435, '2025-11-22 23:30:26', 301, NULL, '141.151.92.80'),
(6436, '2025-11-22 23:30:27', 301, NULL, '108.165.151.56'),
(6437, '2025-11-22 23:31:06', 128, NULL, '17.22.245.60'),
(6438, '2025-11-22 23:32:25', 301, NULL, '66.249.66.12'),
(6439, '2025-11-22 23:34:47', 177, NULL, '18.205.127.11'),
(6440, '2025-11-22 23:35:07', 135, NULL, '17.22.237.240'),
(6441, '2025-11-22 23:35:55', 246, NULL, '3.221.222.168'),
(6442, '2025-11-22 23:36:15', 185, NULL, '52.54.157.23'),
(6443, '2025-11-22 23:36:27', 104, NULL, '98.82.40.168'),
(6444, '2025-11-22 23:36:51', 180, NULL, '52.54.157.23'),
(6445, '2025-11-22 23:39:02', 105, NULL, '43.173.180.4'),
(6446, '2025-11-22 23:40:33', 296, NULL, '66.249.66.166'),
(6447, '2025-11-22 23:40:35', 290, NULL, '66.249.66.201'),
(6448, '2025-11-22 23:42:41', 299, NULL, '66.249.66.13'),
(6449, '2025-11-22 23:46:15', 190, NULL, '54.90.8.255'),
(6450, '2025-11-22 23:47:55', 210, NULL, '98.82.66.172'),
(6451, '2025-11-22 23:52:04', 272, NULL, '66.249.66.167'),
(6452, '2025-11-22 23:52:30', 290, NULL, '66.249.66.75'),
(6453, '2025-11-22 23:53:28', 155, NULL, '17.22.253.95'),
(6454, '2025-11-22 23:57:59', 154, NULL, '23.21.175.228'),
(6455, '2025-11-22 23:58:03', 157, NULL, '52.203.152.231'),
(6456, '2025-11-22 23:59:03', 220, NULL, '23.23.137.202'),
(6457, '2025-11-23 00:02:53', 298, NULL, '66.249.66.166'),
(6458, '2025-11-23 00:09:23', 157, NULL, '54.157.84.74'),
(6459, '2025-11-23 00:09:27', 213, NULL, '100.24.149.244'),
(6460, '2025-11-23 00:09:31', 188, NULL, '34.224.9.144'),
(6461, '2025-11-23 00:11:12', 277, NULL, '66.249.66.34'),
(6462, '2025-11-23 00:11:12', 278, NULL, '66.249.66.34'),
(6463, '2025-11-23 00:11:12', 279, NULL, '66.249.66.34'),
(6464, '2025-11-23 00:11:12', 280, NULL, '66.249.66.34'),
(6465, '2025-11-23 00:11:12', 281, NULL, '66.249.66.34'),
(6466, '2025-11-23 00:11:12', 283, NULL, '66.249.66.34'),
(6467, '2025-11-23 00:11:12', 284, NULL, '66.249.66.34'),
(6468, '2025-11-23 00:11:12', 285, NULL, '66.249.66.34'),
(6469, '2025-11-23 00:11:12', 286, NULL, '66.249.66.34'),
(6470, '2025-11-23 00:13:10', 153, NULL, '17.241.227.192'),
(6471, '2025-11-23 00:21:16', 186, NULL, '44.212.106.171'),
(6472, '2025-11-23 00:21:39', 135, NULL, '34.225.24.180'),
(6473, '2025-11-23 00:21:51', 222, NULL, '54.152.163.42'),
(6474, '2025-11-23 00:22:23', 180, NULL, '98.84.184.80'),
(6475, '2025-11-23 00:23:23', 150, NULL, '17.241.227.75'),
(6476, '2025-11-23 00:30:07', 158, NULL, '52.0.218.219'),
(6477, '2025-11-23 00:30:23', 174, NULL, '3.212.86.97'),
(6478, '2025-11-23 00:30:55', 46, NULL, '34.192.125.239'),
(6479, '2025-11-23 00:31:34', 187, NULL, '66.249.66.12'),
(6480, '2025-11-23 00:39:33', 161, NULL, '17.241.219.147'),
(6481, '2025-11-23 00:39:53', 276, NULL, '66.249.66.14'),
(6482, '2025-11-23 00:42:59', 287, NULL, '66.249.66.13'),
(6483, '2025-11-23 00:44:03', 298, NULL, '66.249.66.167'),
(6484, '2025-11-23 00:48:18', 309, NULL, '66.249.66.77'),
(6485, '2025-11-23 00:53:10', 102, NULL, '17.241.75.163'),
(6486, '2025-11-23 01:00:21', 95, NULL, '187.190.168.192'),
(6487, '2025-11-23 01:04:15', 280, NULL, '66.249.66.14'),
(6488, '2025-11-23 01:07:19', 308, NULL, '66.249.66.166'),
(6489, '2025-11-23 01:14:22', 306, NULL, '66.249.66.166'),
(6490, '2025-11-23 01:17:02', 127, NULL, '17.241.219.12'),
(6491, '2025-11-23 01:17:51', 257, NULL, '52.4.76.156'),
(6492, '2025-11-23 01:18:37', 296, NULL, '66.249.66.14'),
(6493, '2025-11-23 01:21:55', 311, NULL, '66.249.66.34'),
(6494, '2025-11-23 01:28:59', 126, NULL, '43.173.176.130'),
(6495, '2025-11-23 01:29:05', 273, NULL, '66.249.66.35'),
(6496, '2025-11-23 01:35:54', 173, NULL, '17.22.245.201'),
(6497, '2025-11-23 01:41:26', 276, NULL, '216.73.216.5'),
(6498, '2025-11-23 01:45:31', 103, NULL, '98.83.226.125'),
(6499, '2025-11-23 01:45:31', 104, NULL, '98.83.226.125'),
(6500, '2025-11-23 01:45:31', 105, NULL, '98.83.226.125'),
(6501, '2025-11-23 01:45:31', 106, NULL, '98.83.226.125'),
(6502, '2025-11-23 01:45:31', 107, NULL, '98.83.226.125'),
(6503, '2025-11-23 01:45:31', 108, NULL, '98.83.226.125'),
(6504, '2025-11-23 01:45:31', 111, NULL, '98.83.226.125'),
(6505, '2025-11-23 01:45:31', 112, NULL, '98.83.226.125'),
(6506, '2025-11-23 01:45:31', 126, NULL, '98.83.226.125'),
(6507, '2025-11-23 01:50:15', 316, NULL, '17.22.237.166'),
(6508, '2025-11-23 01:50:15', 315, NULL, '17.22.237.166'),
(6509, '2025-11-23 01:50:15', 314, NULL, '17.22.237.166'),
(6510, '2025-11-23 01:50:15', 313, NULL, '17.22.237.166'),
(6511, '2025-11-23 01:50:15', 312, NULL, '17.22.237.166'),
(6512, '2025-11-23 01:50:15', 311, NULL, '17.22.237.166'),
(6513, '2025-11-23 01:50:15', 310, NULL, '17.22.237.166'),
(6514, '2025-11-23 01:50:15', 309, NULL, '17.22.237.166'),
(6515, '2025-11-23 01:50:15', 308, NULL, '17.22.237.166'),
(6516, '2025-11-23 01:50:15', 307, NULL, '17.22.237.166'),
(6517, '2025-11-23 01:50:15', 306, NULL, '17.22.237.166'),
(6518, '2025-11-23 01:50:15', 305, NULL, '17.22.237.166'),
(6519, '2025-11-23 01:52:24', 289, NULL, '66.249.66.201'),
(6520, '2025-11-23 01:53:44', 164, NULL, '17.241.227.5'),
(6521, '2025-11-23 01:58:15', 266, NULL, '18.206.47.187'),
(6522, '2025-11-23 01:58:59', 237, NULL, '44.212.145.46'),
(6523, '2025-11-23 01:59:35', 189, NULL, '34.231.118.144'),
(6524, '2025-11-23 01:59:35', 135, NULL, '34.231.118.144'),
(6525, '2025-11-23 01:59:35', 259, NULL, '34.231.118.144'),
(6526, '2025-11-23 01:59:35', 144, NULL, '34.231.118.144'),
(6527, '2025-11-23 01:59:35', 260, NULL, '34.231.118.144'),
(6528, '2025-11-23 01:59:35', 240, NULL, '34.231.118.144'),
(6529, '2025-11-23 01:59:35', 245, NULL, '34.231.118.144'),
(6530, '2025-11-23 01:59:35', 243, NULL, '34.231.118.144'),
(6531, '2025-11-23 01:59:35', 142, NULL, '34.231.118.144'),
(6532, '2025-11-23 01:59:35', 272, NULL, '34.231.118.144'),
(6533, '2025-11-23 01:59:35', 214, NULL, '34.231.118.144'),
(6534, '2025-11-23 01:59:35', 235, NULL, '34.231.118.144'),
(6535, '2025-11-23 01:59:35', 180, NULL, '34.231.118.144'),
(6536, '2025-11-23 01:59:35', 169, NULL, '34.231.118.144'),
(6537, '2025-11-23 01:59:35', 276, NULL, '34.231.118.144'),
(6538, '2025-11-23 02:02:42', 137, NULL, '17.241.219.239'),
(6539, '2025-11-23 02:04:39', 205, NULL, '54.235.172.96'),
(6540, '2025-11-23 02:05:39', 105, NULL, '100.29.160.53'),
(6541, '2025-11-23 02:06:42', 307, NULL, '66.249.66.34'),
(6542, '2025-11-23 02:11:05', 102, NULL, '43.173.177.47'),
(6543, '2025-11-23 02:28:07', 251, NULL, '34.233.219.155'),
(6544, '2025-11-23 02:28:23', 235, NULL, '3.217.82.254'),
(6545, '2025-11-23 02:28:39', 246, NULL, '34.238.45.183'),
(6546, '2025-11-23 02:28:43', 265, NULL, '34.234.197.175'),
(6547, '2025-11-23 02:29:27', 240, NULL, '52.201.155.215'),
(6548, '2025-11-23 02:30:19', 241, NULL, '66.249.66.77'),
(6549, '2025-11-23 02:36:30', 65, NULL, '66.249.66.34'),
(6550, '2025-11-23 02:36:30', 45, NULL, '66.249.66.34'),
(6551, '2025-11-23 02:36:30', 43, NULL, '66.249.66.34'),
(6552, '2025-11-23 02:36:30', 39, NULL, '66.249.66.34'),
(6553, '2025-11-23 02:36:30', 38, NULL, '66.249.66.34'),
(6554, '2025-11-23 02:36:30', 36, NULL, '66.249.66.34'),
(6555, '2025-11-23 02:36:30', 34, NULL, '66.249.66.34'),
(6556, '2025-11-23 02:36:30', 31, NULL, '66.249.66.34'),
(6557, '2025-11-23 02:40:32', 280, NULL, '66.249.66.12'),
(6558, '2025-11-23 02:50:17', 161, NULL, '146.174.180.136'),
(6559, '2025-11-23 02:54:04', 263, NULL, '54.209.100.30'),
(6560, '2025-11-23 02:54:57', 181, NULL, '17.246.19.196'),
(6561, '2025-11-23 02:58:59', 270, NULL, '54.166.126.132'),
(6562, '2025-11-23 02:59:23', 262, NULL, '54.152.163.42'),
(6563, '2025-11-23 02:59:27', 277, NULL, '3.229.164.203'),
(6564, '2025-11-23 03:02:35', 209, NULL, '44.193.115.232'),
(6565, '2025-11-23 03:02:55', 266, NULL, '18.214.124.6'),
(6566, '2025-11-23 03:03:19', 105, NULL, '52.203.68.145'),
(6567, '2025-11-23 03:03:23', 235, NULL, '3.221.50.71'),
(6568, '2025-11-23 03:03:35', 189, NULL, '3.94.157.25'),
(6569, '2025-11-23 03:03:35', 135, NULL, '3.94.157.25'),
(6570, '2025-11-23 03:03:35', 259, NULL, '3.94.157.25'),
(6571, '2025-11-23 03:03:35', 317, NULL, '3.94.157.25'),
(6572, '2025-11-23 03:03:35', 144, NULL, '3.94.157.25'),
(6573, '2025-11-23 03:03:35', 260, NULL, '3.94.157.25'),
(6574, '2025-11-23 03:03:35', 240, NULL, '3.94.157.25'),
(6575, '2025-11-23 03:03:35', 245, NULL, '3.94.157.25'),
(6576, '2025-11-23 03:03:35', 319, NULL, '3.94.157.25'),
(6577, '2025-11-23 03:03:35', 243, NULL, '3.94.157.25'),
(6578, '2025-11-23 03:03:35', 142, NULL, '3.94.157.25'),
(6579, '2025-11-23 03:03:35', 272, NULL, '3.94.157.25'),
(6580, '2025-11-23 03:03:35', 214, NULL, '3.94.157.25'),
(6581, '2025-11-23 03:03:35', 235, NULL, '3.94.157.25'),
(6582, '2025-11-23 03:03:35', 180, NULL, '3.94.157.25'),
(6583, '2025-11-23 03:07:18', 107, NULL, '43.173.178.116'),
(6584, '2025-11-23 03:08:43', 248, NULL, '168.181.123.79'),
(6585, '2025-11-23 03:11:07', 285, NULL, '66.249.66.202'),
(6586, '2025-11-23 03:14:07', 321, NULL, '91.137.27.140'),
(6587, '2025-11-23 03:14:07', 320, NULL, '91.137.27.140'),
(6588, '2025-11-23 03:14:07', 319, NULL, '91.137.27.140'),
(6589, '2025-11-23 03:14:07', 318, NULL, '91.137.27.140'),
(6590, '2025-11-23 03:14:07', 317, NULL, '91.137.27.140'),
(6591, '2025-11-23 03:14:07', 316, NULL, '91.137.27.140'),
(6592, '2025-11-23 03:14:07', 315, NULL, '91.137.27.140'),
(6593, '2025-11-23 03:14:07', 314, NULL, '91.137.27.140'),
(6594, '2025-11-23 03:14:07', 313, NULL, '91.137.27.140'),
(6595, '2025-11-23 03:14:07', 312, NULL, '91.137.27.140'),
(6596, '2025-11-23 03:14:07', 311, NULL, '91.137.27.140'),
(6597, '2025-11-23 03:14:07', 310, NULL, '91.137.27.140'),
(6598, '2025-11-23 03:14:09', 129, NULL, '91.137.27.140'),
(6599, '2025-11-23 03:14:35', 241, NULL, '54.147.182.90'),
(6600, '2025-11-23 03:15:52', 105, NULL, '100.28.49.152'),
(6601, '2025-11-23 03:17:30', 151, NULL, '17.22.237.129'),
(6602, '2025-11-23 03:23:19', 248, NULL, '54.197.102.71'),
(6603, '2025-11-23 03:23:56', 189, NULL, '54.163.169.168'),
(6604, '2025-11-23 03:23:56', 135, NULL, '54.163.169.168'),
(6605, '2025-11-23 03:23:56', 259, NULL, '54.163.169.168'),
(6606, '2025-11-23 03:23:56', 317, NULL, '54.163.169.168'),
(6607, '2025-11-23 03:23:56', 144, NULL, '54.163.169.168'),
(6608, '2025-11-23 03:23:56', 260, NULL, '54.163.169.168'),
(6609, '2025-11-23 03:23:56', 240, NULL, '54.163.169.168'),
(6610, '2025-11-23 03:23:56', 245, NULL, '54.163.169.168'),
(6611, '2025-11-23 03:23:56', 319, NULL, '54.163.169.168'),
(6612, '2025-11-23 03:23:56', 243, NULL, '54.163.169.168'),
(6613, '2025-11-23 03:23:56', 142, NULL, '54.163.169.168'),
(6614, '2025-11-23 03:23:56', 272, NULL, '54.163.169.168'),
(6615, '2025-11-23 03:23:56', 214, NULL, '54.163.169.168'),
(6616, '2025-11-23 03:23:56', 235, NULL, '54.163.169.168'),
(6617, '2025-11-23 03:23:56', 180, NULL, '54.163.169.168'),
(6618, '2025-11-23 03:25:48', 131, NULL, '54.85.7.119'),
(6619, '2025-11-23 03:25:51', 254, NULL, '44.223.115.10'),
(6620, '2025-11-23 03:26:39', 152, NULL, '3.235.215.92'),
(6621, '2025-11-23 03:44:18', 154, NULL, '17.241.227.44'),
(6622, '2025-11-23 03:47:29', 298, NULL, '52.44.229.124'),
(6623, '2025-11-23 03:49:12', 189, NULL, '52.203.65.83'),
(6624, '2025-11-23 03:49:12', 135, NULL, '52.203.65.83'),
(6625, '2025-11-23 03:49:12', 259, NULL, '52.203.65.83'),
(6626, '2025-11-23 03:49:12', 317, NULL, '52.203.65.83'),
(6627, '2025-11-23 03:49:12', 144, NULL, '52.203.65.83'),
(6628, '2025-11-23 03:49:12', 260, NULL, '52.203.65.83'),
(6629, '2025-11-23 03:49:12', 240, NULL, '52.203.65.83'),
(6630, '2025-11-23 03:49:12', 245, NULL, '52.203.65.83'),
(6631, '2025-11-23 03:49:12', 319, NULL, '52.203.65.83'),
(6632, '2025-11-23 03:49:12', 243, NULL, '52.203.65.83'),
(6633, '2025-11-23 03:49:12', 142, NULL, '52.203.65.83'),
(6634, '2025-11-23 03:49:12', 272, NULL, '52.203.65.83'),
(6635, '2025-11-23 03:49:12', 214, NULL, '52.203.65.83'),
(6636, '2025-11-23 03:49:12', 235, NULL, '52.203.65.83'),
(6637, '2025-11-23 03:49:12', 180, NULL, '52.203.65.83'),
(6638, '2025-11-23 03:50:49', 189, NULL, '50.19.102.70'),
(6639, '2025-11-23 03:51:03', 187, NULL, '23.21.175.228'),
(6640, '2025-11-23 03:53:12', 285, NULL, '66.249.66.166'),
(6641, '2025-11-23 03:56:31', 241, NULL, '100.24.149.244'),
(6642, '2025-11-23 03:58:52', 209, NULL, '52.45.77.169'),
(6643, '2025-11-23 03:59:31', 288, NULL, '3.221.222.168'),
(6644, '2025-11-23 03:59:55', 261, NULL, '184.73.239.35'),
(6645, '2025-11-23 04:03:39', 135, NULL, '17.246.19.56'),
(6646, '2025-11-23 04:04:46', 310, NULL, '170.239.73.179'),
(6647, '2025-11-23 04:05:34', 98, NULL, '17.241.75.89'),
(6648, '2025-11-23 04:10:25', 150, NULL, '17.241.75.105'),
(6649, '2025-11-23 04:12:43', 126, NULL, '43.173.174.118'),
(6650, '2025-11-23 04:12:47', 313, NULL, '66.249.66.14'),
(6651, '2025-11-23 04:15:40', 189, NULL, '52.44.229.124'),
(6652, '2025-11-23 04:15:52', 275, NULL, '3.81.253.213'),
(6653, '2025-11-23 04:17:05', 132, NULL, '54.156.248.117'),
(6654, '2025-11-23 04:17:52', 254, NULL, '66.249.66.75'),
(6655, '2025-11-23 04:25:41', 299, NULL, '52.205.113.104'),
(6656, '2025-11-23 04:30:59', 258, NULL, '66.249.66.166'),
(6657, '2025-11-23 04:36:50', 89, NULL, '43.173.179.121'),
(6658, '2025-11-23 04:36:50', 88, NULL, '43.173.179.121'),
(6659, '2025-11-23 04:37:06', 35, NULL, '52.167.144.142'),
(6660, '2025-11-23 04:37:06', 36, NULL, '52.167.144.142'),
(6661, '2025-11-23 04:37:06', 37, NULL, '52.167.144.142'),
(6662, '2025-11-23 04:37:06', 38, NULL, '52.167.144.142'),
(6663, '2025-11-23 04:37:06', 39, NULL, '52.167.144.142'),
(6664, '2025-11-23 04:37:06', 43, NULL, '52.167.144.142'),
(6665, '2025-11-23 04:37:06', 45, NULL, '52.167.144.142'),
(6666, '2025-11-23 04:37:06', 46, NULL, '52.167.144.142'),
(6667, '2025-11-23 04:37:06', 49, NULL, '52.167.144.142'),
(6668, '2025-11-23 04:38:51', 103, NULL, '35.170.205.140'),
(6669, '2025-11-23 04:38:51', 104, NULL, '35.170.205.140'),
(6670, '2025-11-23 04:38:51', 105, NULL, '35.170.205.140'),
(6671, '2025-11-23 04:38:51', 106, NULL, '35.170.205.140'),
(6672, '2025-11-23 04:38:51', 107, NULL, '35.170.205.140'),
(6673, '2025-11-23 04:38:51', 108, NULL, '35.170.205.140'),
(6674, '2025-11-23 04:38:51', 111, NULL, '35.170.205.140'),
(6675, '2025-11-23 04:38:51', 112, NULL, '35.170.205.140'),
(6676, '2025-11-23 04:39:07', 266, NULL, '18.232.12.157'),
(6677, '2025-11-23 04:39:39', 132, NULL, '54.164.106.236'),
(6678, '2025-11-23 04:40:03', 292, NULL, '44.218.6.93'),
(6679, '2025-11-23 04:40:39', 262, NULL, '18.206.47.187'),
(6680, '2025-11-23 04:41:15', 238, NULL, '3.231.193.38'),
(6681, '2025-11-23 04:42:19', 253, NULL, '66.249.66.76'),
(6682, '2025-11-23 04:42:34', 311, NULL, '66.249.66.75'),
(6683, '2025-11-23 04:42:55', 265, NULL, '3.220.70.171'),
(6684, '2025-11-23 04:43:27', 237, NULL, '44.212.232.231'),
(6685, '2025-11-23 04:43:35', 182, NULL, '54.87.62.248'),
(6686, '2025-11-23 04:47:11', 103, NULL, '34.238.45.183'),
(6687, '2025-11-23 04:47:11', 105, NULL, '34.238.45.183'),
(6688, '2025-11-23 04:47:11', 106, NULL, '34.238.45.183'),
(6689, '2025-11-23 04:47:11', 107, NULL, '34.238.45.183'),
(6690, '2025-11-23 04:47:11', 108, NULL, '34.238.45.183'),
(6691, '2025-11-23 04:47:11', 111, NULL, '34.238.45.183'),
(6692, '2025-11-23 04:47:11', 112, NULL, '34.238.45.183'),
(6693, '2025-11-23 04:47:11', 126, NULL, '34.238.45.183'),
(6694, '2025-11-23 04:47:16', 241, NULL, '3.220.70.171'),
(6695, '2025-11-23 04:47:28', 183, NULL, '52.0.41.164'),
(6696, '2025-11-23 04:48:39', 241, NULL, '52.70.209.13'),
(6697, '2025-11-23 04:50:03', 183, NULL, '34.194.14.255'),
(6698, '2025-11-23 04:50:32', 236, NULL, '35.171.117.160'),
(6699, '2025-11-23 04:50:37', 283, NULL, '216.73.216.5'),
(6700, '2025-11-23 04:56:10', 317, NULL, '216.73.216.5'),
(6701, '2025-11-23 04:56:11', 296, NULL, '216.73.216.5'),
(6702, '2025-11-23 04:56:11', 312, NULL, '216.73.216.5'),
(6703, '2025-11-23 04:56:11', 271, NULL, '216.73.216.5'),
(6704, '2025-11-23 04:56:12', 305, NULL, '216.73.216.5'),
(6705, '2025-11-23 04:56:12', 311, NULL, '216.73.216.5'),
(6706, '2025-11-23 04:56:13', 306, NULL, '216.73.216.5'),
(6707, '2025-11-23 04:56:13', 319, NULL, '216.73.216.5'),
(6708, '2025-11-23 04:56:14', 289, NULL, '216.73.216.5'),
(6709, '2025-11-23 04:56:14', 269, NULL, '216.73.216.5'),
(6710, '2025-11-23 04:56:14', 301, NULL, '216.73.216.5'),
(6711, '2025-11-23 04:56:15', 292, NULL, '216.73.216.5'),
(6712, '2025-11-23 05:03:45', 277, NULL, '66.249.66.12'),
(6713, '2025-11-23 05:03:45', 278, NULL, '66.249.66.12'),
(6714, '2025-11-23 05:03:45', 279, NULL, '66.249.66.12'),
(6715, '2025-11-23 05:03:45', 281, NULL, '66.249.66.12'),
(6716, '2025-11-23 05:03:45', 283, NULL, '66.249.66.12'),
(6717, '2025-11-23 05:03:45', 284, NULL, '66.249.66.12'),
(6718, '2025-11-23 05:03:45', 285, NULL, '66.249.66.12'),
(6719, '2025-11-23 05:03:45', 286, NULL, '66.249.66.12'),
(6720, '2025-11-23 05:04:49', 312, NULL, '66.249.66.34'),
(6721, '2025-11-23 05:08:43', 143, NULL, '98.82.66.172'),
(6722, '2025-11-23 05:08:47', 266, NULL, '44.217.255.167'),
(6723, '2025-11-23 05:08:59', 254, NULL, '54.91.122.193'),
(6724, '2025-11-23 05:09:03', 105, NULL, '23.22.105.143'),
(6725, '2025-11-23 05:09:51', 262, NULL, '54.235.191.179'),
(6726, '2025-11-23 05:09:59', 136, NULL, '3.211.105.134'),
(6727, '2025-11-23 05:10:07', 235, NULL, '54.80.73.122'),
(6728, '2025-11-23 05:10:11', 235, NULL, '52.70.138.176'),
(6729, '2025-11-23 05:10:50', 101, NULL, '43.173.174.213'),
(6730, '2025-11-23 05:11:02', 264, NULL, '44.194.134.53'),
(6731, '2025-11-23 05:12:10', 240, NULL, '54.144.185.255'),
(6732, '2025-11-23 05:16:27', 241, NULL, '35.169.240.53'),
(6733, '2025-11-23 05:20:07', 263, NULL, '3.232.102.111'),
(6734, '2025-11-23 05:21:50', 266, NULL, '54.147.80.137'),
(6735, '2025-11-23 05:22:31', 132, NULL, '54.80.185.200'),
(6736, '2025-11-23 05:26:21', 319, NULL, '66.249.66.14'),
(6737, '2025-11-23 05:30:51', 255, NULL, '52.204.253.129'),
(6738, '2025-11-23 05:30:56', 255, NULL, '54.225.199.17'),
(6739, '2025-11-23 05:31:07', 255, NULL, '3.230.69.161'),
(6740, '2025-11-23 05:32:31', 268, NULL, '18.232.11.247'),
(6741, '2025-11-23 05:45:12', 263, NULL, '34.236.185.101'),
(6742, '2025-11-23 05:45:52', 205, NULL, '54.163.169.168'),
(6743, '2025-11-23 05:46:16', 189, NULL, '52.6.232.201'),
(6744, '2025-11-23 05:47:00', 238, NULL, '54.147.238.89'),
(6745, '2025-11-23 05:48:21', 152, NULL, '184.72.84.154'),
(6746, '2025-11-23 05:50:05', 185, NULL, '66.249.66.200'),
(6747, '2025-11-23 05:50:32', 203, NULL, '66.249.66.201'),
(6748, '2025-11-23 05:53:15', 264, NULL, '3.217.82.254'),
(6749, '2025-11-23 05:53:47', 240, NULL, '34.194.165.45'),
(6750, '2025-11-23 05:57:36', 265, NULL, '54.80.185.200'),
(6751, '2025-11-23 05:58:32', 143, NULL, '52.207.47.227'),
(6752, '2025-11-23 05:58:35', 143, NULL, '54.235.172.96'),
(6753, '2025-11-23 05:59:19', 257, NULL, '98.82.66.172'),
(6754, '2025-11-23 06:05:30', 152, NULL, '17.22.237.106'),
(6755, '2025-11-23 06:05:53', 270, NULL, '103.248.204.241'),
(6756, '2025-11-23 06:09:25', 145, NULL, '17.246.19.48'),
(6757, '2025-11-23 06:14:19', 153, NULL, '17.241.219.27'),
(6758, '2025-11-23 06:15:35', 266, NULL, '18.232.11.247'),
(6759, '2025-11-23 06:15:51', 235, NULL, '3.216.86.144'),
(6760, '2025-11-23 06:18:44', 105, NULL, '44.212.232.231'),
(6761, '2025-11-23 06:20:15', 286, NULL, '216.73.216.5'),
(6762, '2025-11-23 06:21:59', 251, NULL, '3.93.253.174'),
(6763, '2025-11-23 06:22:32', 152, NULL, '44.221.37.41'),
(6764, '2025-11-23 06:24:22', 177, NULL, '17.241.227.59'),
(6765, '2025-11-23 08:32:02', 244, NULL, '3.225.45.252'),
(6766, '2025-11-23 08:32:09', 159, NULL, '17.246.19.216'),
(6767, '2025-11-23 08:32:09', 244, NULL, '44.217.177.142'),
(6768, '2025-11-23 08:32:09', 246, NULL, '66.249.66.75'),
(6769, '2025-11-23 08:32:11', 240, NULL, '18.233.24.238'),
(6770, '2025-11-23 08:32:11', 314, NULL, '66.249.66.202'),
(6771, '2025-11-23 08:32:11', 236, NULL, '34.227.156.153'),
(6772, '2025-11-23 08:32:11', 205, NULL, '44.193.102.198'),
(6773, '2025-11-23 08:32:11', 241, NULL, '44.221.180.179'),
(6774, '2025-11-23 08:32:12', 248, NULL, '98.83.10.183'),
(6775, '2025-11-23 08:32:12', 238, NULL, '3.221.50.71'),
(6776, '2025-11-23 08:32:12', 237, NULL, '54.87.95.7'),
(6777, '2025-11-23 08:32:12', 257, NULL, '98.83.10.183'),
(6778, '2025-11-23 08:32:12', 257, NULL, '44.205.74.196'),
(6779, '2025-11-23 08:32:12', 152, NULL, '18.214.186.220'),
(6780, '2025-11-23 08:32:12', 246, NULL, '100.28.133.214'),
(6781, '2025-11-23 08:32:51', 263, NULL, '98.82.40.168'),
(6782, '2025-11-23 08:47:32', 105, NULL, '52.4.238.8'),
(6783, '2025-11-23 08:48:40', 235, NULL, '44.205.74.196'),
(6784, '2025-11-23 08:52:10', 129, NULL, '66.249.66.167'),
(6785, '2025-11-23 08:53:27', 183, NULL, '44.221.180.179'),
(6786, '2025-11-23 08:53:28', 183, NULL, '35.173.18.61'),
(6787, '2025-11-23 08:55:26', 186, NULL, '3.214.176.44'),
(6788, '2025-11-23 08:55:44', 271, NULL, '54.243.63.52'),
(6789, '2025-11-23 09:26:09', 251, NULL, '34.205.163.103'),
(6790, '2025-11-23 09:26:15', 248, NULL, '52.70.123.241'),
(6791, '2025-11-23 09:27:08', 255, NULL, '34.230.124.21'),
(6792, '2025-11-23 09:27:16', 244, NULL, '34.202.88.37'),
(6793, '2025-11-23 09:27:40', 136, NULL, '3.230.224.6'),
(6794, '2025-11-23 09:27:51', 136, NULL, '52.200.54.136'),
(6795, '2025-11-23 09:27:56', 238, NULL, '34.239.85.139'),
(6796, '2025-11-23 09:28:15', 265, NULL, '18.204.152.114'),
(6797, '2025-11-23 09:28:39', 264, NULL, '44.215.231.15'),
(6798, '2025-11-23 09:28:59', 237, NULL, '3.213.46.222'),
(6799, '2025-11-23 09:31:27', 240, NULL, '3.212.205.90'),
(6800, '2025-11-23 09:51:01', 209, NULL, '18.214.238.178'),
(6801, '2025-11-23 09:51:25', 189, NULL, '18.204.152.114'),
(6802, '2025-11-23 09:52:06', 132, NULL, '3.212.86.97'),
(6803, '2025-11-23 09:52:08', 183, NULL, '52.54.157.23'),
(6804, '2025-11-23 09:52:28', 173, NULL, '54.147.182.90'),
(6805, '2025-11-23 09:52:51', 251, NULL, '18.208.11.93'),
(6806, '2025-11-23 09:53:13', 262, NULL, '52.22.87.224'),
(6807, '2025-11-23 09:53:36', 261, NULL, '18.232.11.247'),
(6808, '2025-11-23 09:54:15', 246, NULL, '98.83.177.42'),
(6809, '2025-11-23 09:54:19', 237, NULL, '3.224.215.150'),
(6810, '2025-11-23 09:55:12', 182, NULL, '52.45.92.83'),
(6811, '2025-11-23 09:55:27', 182, NULL, '184.73.239.35'),
(6812, '2025-11-23 10:02:58', 146, NULL, '45.230.8.73'),
(6813, '2025-11-23 10:11:19', 183, NULL, '52.21.62.139'),
(6814, '2025-11-23 10:11:27', 255, NULL, '3.226.106.93'),
(6815, '2025-11-23 10:11:44', 236, NULL, '100.28.133.214'),
(6816, '2025-11-23 10:13:03', 205, NULL, '3.215.221.125'),
(6817, '2025-11-23 10:14:52', 318, NULL, '216.73.216.5'),
(6818, '2025-11-23 10:14:54', 278, NULL, '216.73.216.5'),
(6819, '2025-11-23 10:14:55', 281, NULL, '216.73.216.5'),
(6820, '2025-11-23 10:14:55', 280, NULL, '216.73.216.5'),
(6821, '2025-11-23 10:15:24', 261, NULL, '54.225.98.148'),
(6822, '2025-11-23 10:15:31', 187, NULL, '52.73.6.26'),
(6823, '2025-11-23 10:15:49', 264, NULL, '3.212.86.97'),
(6824, '2025-11-23 10:15:56', 246, NULL, '52.44.174.136'),
(6825, '2025-11-23 10:16:16', 264, NULL, '34.195.248.30'),
(6826, '2025-11-23 10:16:20', 274, NULL, '216.73.216.5'),
(6827, '2025-11-23 10:17:01', 309, NULL, '216.73.216.5'),
(6828, '2025-11-23 10:20:35', 257, NULL, '44.207.69.106'),
(6829, '2025-11-23 10:31:53', 108, NULL, '52.167.144.236'),
(6830, '2025-11-23 10:36:52', 145, NULL, '178.25.244.124'),
(6831, '2025-11-23 10:36:53', 192, NULL, '66.249.66.201'),
(6832, '2025-11-23 10:44:09', 312, NULL, '66.249.66.168'),
(6833, '2025-11-23 10:47:10', 246, NULL, '66.249.66.76'),
(6834, '2025-11-23 10:49:08', 318, NULL, '66.249.66.75'),
(6835, '2025-11-23 10:55:07', 98, NULL, '52.167.144.221'),
(6836, '2025-11-23 10:56:47', 131, NULL, '35.171.117.160'),
(6837, '2025-11-23 10:57:32', 131, NULL, '18.214.238.178'),
(6838, '2025-11-23 10:57:51', 254, NULL, '18.214.251.19'),
(6839, '2025-11-23 10:58:17', 244, NULL, '52.3.26.180'),
(6840, '2025-11-23 10:58:25', 244, NULL, '34.196.6.199'),
(6841, '2025-11-23 11:00:07', 136, NULL, '184.72.95.195'),
(6842, '2025-11-23 11:00:15', 236, NULL, '3.218.103.254'),
(6843, '2025-11-23 11:00:19', 136, NULL, '52.45.29.57'),
(6844, '2025-11-23 11:11:27', 254, NULL, '52.2.58.41'),
(6845, '2025-11-23 11:12:04', 238, NULL, '98.82.66.172'),
(6846, '2025-11-23 11:12:27', 205, NULL, '184.73.167.217'),
(6847, '2025-11-23 11:13:07', 183, NULL, '18.213.70.100'),
(6848, '2025-11-23 11:13:36', 251, NULL, '54.83.180.239'),
(6849, '2025-11-23 11:14:00', 236, NULL, '52.22.87.224'),
(6850, '2025-11-23 11:14:43', 187, NULL, '44.195.50.71'),
(6851, '2025-11-23 11:14:49', 105, NULL, '3.230.69.161'),
(6852, '2025-11-23 11:14:54', 261, NULL, '34.231.181.240'),
(6853, '2025-11-23 11:27:33', 287, NULL, '66.249.66.75'),
(6854, '2025-11-23 11:27:33', 288, NULL, '66.249.66.75'),
(6855, '2025-11-23 11:27:33', 289, NULL, '66.249.66.75'),
(6856, '2025-11-23 11:27:33', 292, NULL, '66.249.66.75'),
(6857, '2025-11-23 11:27:33', 296, NULL, '66.249.66.75'),
(6858, '2025-11-23 11:30:17', 264, NULL, '66.249.66.167'),
(6859, '2025-11-23 11:41:24', 244, NULL, '98.84.200.43'),
(6860, '2025-11-23 11:43:52', 274, NULL, '54.84.93.8'),
(6861, '2025-11-23 11:45:09', 101, NULL, '216.244.66.235'),
(6862, '2025-11-23 11:45:55', 263, NULL, '184.73.195.18'),
(6863, '2025-11-23 11:50:16', 321, NULL, '66.249.66.75'),
(6864, '2025-11-23 11:51:47', 173, NULL, '44.212.131.50'),
(6865, '2025-11-23 11:53:27', 261, NULL, '66.249.66.200'),
(6866, '2025-11-23 11:56:27', 138, NULL, '51.77.216.81'),
(6867, '2025-11-23 11:56:33', 145, NULL, '51.77.216.81'),
(6868, '2025-11-23 11:58:24', 322, NULL, '216.73.216.5'),
(6869, '2025-11-23 11:58:25', 321, NULL, '216.73.216.5'),
(6870, '2025-11-23 11:58:25', 288, NULL, '216.73.216.5'),
(6871, '2025-11-23 11:58:26', 284, NULL, '216.73.216.5'),
(6872, '2025-11-23 11:58:27', 315, NULL, '216.73.216.5'),
(6873, '2025-11-23 11:58:27', 298, NULL, '216.73.216.5'),
(6874, '2025-11-23 11:58:27', 310, NULL, '216.73.216.5'),
(6875, '2025-11-23 11:58:27', 313, NULL, '216.73.216.5'),
(6876, '2025-11-23 11:58:27', 316, NULL, '216.73.216.5'),
(6877, '2025-11-23 11:58:27', 307, NULL, '216.73.216.5'),
(6878, '2025-11-23 11:58:38', 29, NULL, '66.249.66.168'),
(6879, '2025-11-23 11:58:41', 267, NULL, '216.73.216.5'),
(6880, '2025-11-23 11:58:41', 282, NULL, '216.73.216.5'),
(6881, '2025-11-23 11:58:42', 268, NULL, '216.73.216.5'),
(6882, '2025-11-23 11:58:42', 290, NULL, '216.73.216.5'),
(6883, '2025-11-23 12:03:19', 269, NULL, '66.249.66.166'),
(6884, '2025-11-23 12:04:11', 317, NULL, '66.249.66.201'),
(6885, '2025-11-23 12:06:48', 278, NULL, '66.249.66.166'),
(6886, '2025-11-23 12:10:00', 265, NULL, '66.249.66.12'),
(6887, '2025-11-23 12:10:56', 183, NULL, '23.21.250.48'),
(6888, '2025-11-23 12:11:03', 262, NULL, '44.218.170.184'),
(6889, '2025-11-23 12:14:21', 205, NULL, '3.209.174.110'),
(6890, '2025-11-23 12:15:08', 173, NULL, '52.3.102.51'),
(6891, '2025-11-23 12:21:52', 263, NULL, '54.198.33.233'),
(6892, '2025-11-23 12:24:51', 251, NULL, '34.224.9.144'),
(6893, '2025-11-23 12:24:57', 262, NULL, '54.197.82.195'),
(6894, '2025-11-23 12:42:25', 264, NULL, '66.249.66.168'),
(6895, '2025-11-23 12:53:04', 132, NULL, '98.80.130.239'),
(6896, '2025-11-23 12:53:08', 266, NULL, '3.232.39.98'),
(6897, '2025-11-23 12:53:16', 173, NULL, '34.205.170.13'),
(6898, '2025-11-23 12:54:30', 209, NULL, '52.4.238.8'),
(6899, '2025-11-23 12:56:52', 283, NULL, '18.214.251.19'),
(6900, '2025-11-23 12:57:07', 265, NULL, '52.204.81.148'),
(6901, '2025-11-23 12:57:23', 264, NULL, '100.28.57.133'),
(6902, '2025-11-23 12:57:51', 182, NULL, '3.218.35.239'),
(6903, '2025-11-23 12:58:35', 182, NULL, '52.6.232.201'),
(6904, '2025-11-23 13:05:31', 263, NULL, '3.94.199.128'),
(6905, '2025-11-23 13:05:32', 310, NULL, '41.107.125.83'),
(6906, '2025-11-23 13:13:04', 105, NULL, '54.198.33.233'),
(6907, '2025-11-23 13:14:27', 131, NULL, '100.25.120.246'),
(6908, '2025-11-23 13:16:27', 105, NULL, '18.213.240.226'),
(6909, '2025-11-23 13:17:09', 246, NULL, '107.20.224.184'),
(6910, '2025-11-23 13:17:41', 237, NULL, '54.147.238.89'),
(6911, '2025-11-23 13:20:15', 264, NULL, '34.202.88.37'),
(6912, '2025-11-23 13:23:37', 271, NULL, '66.249.66.75'),
(6913, '2025-11-23 13:25:59', 187, NULL, '52.3.102.51'),
(6914, '2025-11-23 13:31:38', 276, NULL, '66.249.66.76'),
(6915, '2025-11-23 13:40:50', 207, NULL, '17.241.227.97'),
(6916, '2025-11-23 13:43:47', 186, NULL, '17.22.253.207'),
(6917, '2025-11-23 13:46:20', 313, NULL, '66.249.66.168'),
(6918, '2025-11-23 13:52:46', 65, NULL, '40.77.167.28'),
(6919, '2025-11-23 13:52:46', 88, NULL, '40.77.167.28'),
(6920, '2025-11-23 13:52:46', 89, NULL, '40.77.167.28'),
(6921, '2025-11-23 13:52:46', 94, NULL, '40.77.167.28'),
(6922, '2025-11-23 13:52:46', 95, NULL, '40.77.167.28'),
(6923, '2025-11-23 13:52:46', 98, NULL, '40.77.167.28'),
(6924, '2025-11-23 13:52:46', 99, NULL, '40.77.167.28'),
(6925, '2025-11-23 13:52:46', 100, NULL, '40.77.167.28'),
(6926, '2025-11-23 13:52:46', 101, NULL, '40.77.167.28'),
(6927, '2025-11-23 13:52:46', 102, NULL, '40.77.167.28'),
(6928, '2025-11-23 14:00:31', 202, NULL, '14.229.196.184'),
(6929, '2025-11-23 14:02:43', 209, NULL, '18.214.186.220'),
(6930, '2025-11-23 14:03:27', 103, NULL, '50.16.216.166'),
(6931, '2025-11-23 14:03:27', 104, NULL, '50.16.216.166'),
(6932, '2025-11-23 14:03:27', 105, NULL, '50.16.216.166'),
(6933, '2025-11-23 14:03:27', 106, NULL, '50.16.216.166'),
(6934, '2025-11-23 14:03:27', 107, NULL, '50.16.216.166'),
(6935, '2025-11-23 14:03:27', 108, NULL, '50.16.216.166'),
(6936, '2025-11-23 14:03:27', 111, NULL, '50.16.216.166'),
(6937, '2025-11-23 14:03:27', 112, NULL, '50.16.216.166'),
(6938, '2025-11-23 14:03:27', 126, NULL, '50.16.216.166'),
(6939, '2025-11-23 14:04:47', 189, NULL, '100.24.167.60'),
(6940, '2025-11-23 14:04:51', 189, NULL, '54.156.124.2'),
(6941, '2025-11-23 14:05:15', 183, NULL, '35.173.38.202'),
(6942, '2025-11-23 14:05:19', 131, NULL, '3.217.171.106'),
(6943, '2025-11-23 14:05:23', 254, NULL, '23.23.104.107'),
(6944, '2025-11-23 14:05:35', 244, NULL, '50.16.248.61'),
(6945, '2025-11-23 14:08:27', 246, NULL, '3.232.102.111'),
(6946, '2025-11-23 14:08:43', 257, NULL, '44.218.170.184'),
(6947, '2025-11-23 14:14:47', 266, NULL, '184.73.239.35'),
(6948, '2025-11-23 14:16:47', 186, NULL, '18.233.24.238'),
(6949, '2025-11-23 14:17:05', 248, NULL, '52.200.142.199'),
(6950, '2025-11-23 14:17:11', 276, NULL, '3.229.95.193'),
(6951, '2025-11-23 14:17:21', 196, NULL, '66.249.66.168'),
(6952, '2025-11-23 14:17:31', 281, NULL, '100.28.133.214'),
(6953, '2025-11-23 14:17:47', 248, NULL, '52.22.64.232'),
(6954, '2025-11-23 14:18:03', 246, NULL, '44.208.223.68'),
(6955, '2025-11-23 14:18:20', 265, NULL, '54.84.93.8'),
(6956, '2025-11-23 14:19:08', 251, NULL, '52.70.123.241'),
(6957, '2025-11-23 14:19:11', 238, NULL, '44.207.207.36'),
(6958, '2025-11-23 14:20:29', 254, NULL, '52.3.155.146'),
(6959, '2025-11-23 14:21:00', 246, NULL, '34.194.14.255'),
(6960, '2025-11-23 14:23:15', 240, NULL, '54.147.80.137'),
(6961, '2025-11-23 14:27:13', 189, NULL, '18.210.58.238'),
(6962, '2025-11-23 14:28:39', 189, NULL, '18.207.79.144'),
(6963, '2025-11-23 14:28:39', 135, NULL, '18.207.79.144'),
(6964, '2025-11-23 14:28:39', 259, NULL, '18.207.79.144'),
(6965, '2025-11-23 14:28:39', 317, NULL, '18.207.79.144'),
(6966, '2025-11-23 14:28:39', 144, NULL, '18.207.79.144'),
(6967, '2025-11-23 14:28:39', 260, NULL, '18.207.79.144'),
(6968, '2025-11-23 14:28:39', 240, NULL, '18.207.79.144'),
(6969, '2025-11-23 14:28:39', 245, NULL, '18.207.79.144'),
(6970, '2025-11-23 14:28:39', 319, NULL, '18.207.79.144'),
(6971, '2025-11-23 14:28:39', 243, NULL, '18.207.79.144'),
(6972, '2025-11-23 14:28:39', 142, NULL, '18.207.79.144'),
(6973, '2025-11-23 14:28:39', 272, NULL, '18.207.79.144'),
(6974, '2025-11-23 14:28:39', 214, NULL, '18.207.79.144'),
(6975, '2025-11-23 14:28:39', 235, NULL, '18.207.79.144'),
(6976, '2025-11-23 14:28:39', 180, NULL, '18.207.79.144'),
(6977, '2025-11-23 14:28:47', 189, NULL, '3.226.106.93'),
(6978, '2025-11-23 14:28:47', 135, NULL, '3.226.106.93'),
(6979, '2025-11-23 14:28:47', 259, NULL, '3.226.106.93'),
(6980, '2025-11-23 14:28:47', 317, NULL, '3.226.106.93'),
(6981, '2025-11-23 14:28:47', 144, NULL, '3.226.106.93'),
(6982, '2025-11-23 14:28:47', 260, NULL, '3.226.106.93'),
(6983, '2025-11-23 14:28:47', 240, NULL, '3.226.106.93'),
(6984, '2025-11-23 14:28:47', 245, NULL, '3.226.106.93'),
(6985, '2025-11-23 14:28:47', 319, NULL, '3.226.106.93'),
(6986, '2025-11-23 14:28:47', 243, NULL, '3.226.106.93'),
(6987, '2025-11-23 14:28:47', 142, NULL, '3.226.106.93'),
(6988, '2025-11-23 14:28:47', 272, NULL, '3.226.106.93'),
(6989, '2025-11-23 14:28:47', 214, NULL, '3.226.106.93'),
(6990, '2025-11-23 14:28:47', 235, NULL, '3.226.106.93'),
(6991, '2025-11-23 14:28:47', 180, NULL, '3.226.106.93'),
(6992, '2025-11-23 14:31:17', 317, NULL, '66.249.66.167'),
(6993, '2025-11-23 14:45:17', 312, NULL, '66.249.66.166'),
(6994, '2025-11-23 14:45:20', 301, NULL, '100.29.164.178'),
(6995, '2025-11-23 14:46:21', 105, NULL, '54.197.178.107'),
(6996, '2025-11-23 14:48:24', 287, NULL, '52.45.194.165'),
(6997, '2025-11-23 14:48:36', 264, NULL, '52.204.81.148'),
(6998, '2025-11-23 14:50:11', 254, NULL, '52.0.41.164'),
(6999, '2025-11-23 14:50:20', 173, NULL, '3.90.73.206'),
(7000, '2025-11-23 14:50:28', 136, NULL, '54.225.199.17'),
(7001, '2025-11-23 14:56:02', 209, NULL, '18.204.89.56'),
(7002, '2025-11-23 14:57:24', 131, NULL, '44.220.2.97'),
(7003, '2025-11-23 14:57:59', 251, NULL, '107.23.62.75'),
(7004, '2025-11-23 14:58:31', 289, NULL, '98.82.66.172'),
(7005, '2025-11-23 15:01:59', 238, NULL, '98.82.39.241'),
(7006, '2025-11-23 15:02:23', 265, NULL, '18.205.91.101'),
(7007, '2025-11-23 15:02:27', 265, NULL, '54.85.7.119'),
(7008, '2025-11-23 15:03:04', 248, NULL, '201.150.158.89'),
(7009, '2025-11-23 15:11:06', 319, NULL, '52.167.144.187'),
(7010, '2025-11-23 15:14:21', 138, NULL, '17.246.19.108'),
(7011, '2025-11-23 15:14:40', 266, NULL, '54.157.84.74'),
(7012, '2025-11-23 15:14:43', 173, NULL, '23.23.212.212'),
(7013, '2025-11-23 15:15:55', 209, NULL, '52.3.156.186'),
(7014, '2025-11-23 15:16:28', 143, NULL, '100.29.34.97'),
(7015, '2025-11-23 15:17:11', 264, NULL, '18.232.11.247'),
(7016, '2025-11-23 15:22:12', 251, NULL, '3.232.102.111'),
(7017, '2025-11-23 15:23:13', 255, NULL, '54.144.185.255'),
(7018, '2025-11-23 15:23:27', 238, NULL, '44.223.232.55'),
(7019, '2025-11-23 15:23:32', 237, NULL, '18.232.11.247'),
(7020, '2025-11-23 15:24:48', 251, NULL, '34.225.138.57'),
(7021, '2025-11-23 15:25:08', 261, NULL, '44.208.223.68'),
(7022, '2025-11-23 15:25:30', 312, NULL, '66.249.66.200'),
(7023, '2025-11-23 15:25:57', 103, NULL, '3.213.106.226'),
(7024, '2025-11-23 15:25:57', 104, NULL, '3.213.106.226'),
(7025, '2025-11-23 15:25:57', 105, NULL, '3.213.106.226'),
(7026, '2025-11-23 15:25:57', 106, NULL, '3.213.106.226'),
(7027, '2025-11-23 15:25:57', 107, NULL, '3.213.106.226'),
(7028, '2025-11-23 15:25:57', 108, NULL, '3.213.106.226'),
(7029, '2025-11-23 15:25:57', 111, NULL, '3.213.106.226'),
(7030, '2025-11-23 15:25:57', 112, NULL, '3.213.106.226'),
(7031, '2025-11-23 15:25:57', 126, NULL, '3.213.106.226'),
(7032, '2025-11-23 15:30:51', 263, NULL, '34.205.163.103'),
(7033, '2025-11-23 15:33:51', 142, NULL, '100.29.160.53'),
(7034, '2025-11-23 15:39:12', 318, NULL, '66.249.66.13'),
(7035, '2025-11-23 15:43:55', 205, NULL, '52.0.218.219'),
(7036, '2025-11-23 15:44:20', 284, NULL, '3.223.181.32'),
(7037, '2025-11-23 15:44:31', 238, NULL, '54.90.244.132'),
(7038, '2025-11-23 15:44:35', 257, NULL, '34.231.118.144'),
(7039, '2025-11-23 15:46:15', 205, NULL, '3.213.106.226'),
(7040, '2025-11-23 15:46:49', 189, NULL, '98.82.63.147'),
(7041, '2025-11-23 15:48:39', 264, NULL, '98.83.10.183'),
(7042, '2025-11-23 15:49:16', 257, NULL, '52.21.62.139'),
(7043, '2025-11-23 15:49:25', 257, NULL, '54.85.109.140'),
(7044, '2025-11-23 15:51:08', 131, NULL, '35.169.102.85'),
(7045, '2025-11-23 15:51:20', 187, NULL, '44.210.213.220'),
(7046, '2025-11-23 15:55:00', 131, NULL, '3.210.114.189'),
(7047, '2025-11-23 15:58:59', 236, NULL, '3.212.205.90'),
(7048, '2025-11-23 16:08:03', 307, NULL, '14.191.223.254'),
(7049, '2025-11-23 16:09:58', 31, NULL, '43.173.179.173'),
(7050, '2025-11-23 16:10:52', 98, NULL, '43.173.175.232'),
(7051, '2025-11-23 16:15:14', 318, NULL, '103.120.45.210'),
(7052, '2025-11-23 16:20:23', 314, NULL, '66.249.66.201'),
(7053, '2025-11-23 16:24:05', 309, NULL, '43.173.180.130'),
(7054, '2025-11-23 16:27:34', 265, NULL, '66.249.66.77'),
(7055, '2025-11-23 16:31:31', 143, NULL, '3.226.34.98'),
(7056, '2025-11-23 16:31:38', 270, NULL, '43.173.178.252'),
(7057, '2025-11-23 16:31:39', 266, NULL, '3.225.45.252'),
(7058, '2025-11-23 16:34:27', 262, NULL, '35.169.119.108'),
(7059, '2025-11-23 16:37:35', 189, NULL, '34.205.170.13'),
(7060, '2025-11-23 16:37:35', 135, NULL, '34.205.170.13'),
(7061, '2025-11-23 16:37:35', 259, NULL, '34.205.170.13'),
(7062, '2025-11-23 16:37:35', 317, NULL, '34.205.170.13'),
(7063, '2025-11-23 16:37:35', 144, NULL, '34.205.170.13'),
(7064, '2025-11-23 16:37:35', 260, NULL, '34.205.170.13'),
(7065, '2025-11-23 16:37:35', 240, NULL, '34.205.170.13'),
(7066, '2025-11-23 16:37:35', 245, NULL, '34.205.170.13'),
(7067, '2025-11-23 16:37:35', 319, NULL, '34.205.170.13'),
(7068, '2025-11-23 16:37:35', 243, NULL, '34.205.170.13'),
(7069, '2025-11-23 16:37:35', 272, NULL, '34.205.170.13'),
(7070, '2025-11-23 16:37:35', 214, NULL, '34.205.170.13'),
(7071, '2025-11-23 16:37:35', 235, NULL, '34.205.170.13'),
(7072, '2025-11-23 16:37:35', 180, NULL, '34.205.170.13'),
(7073, '2025-11-23 16:38:35', 189, NULL, '54.225.181.161'),
(7074, '2025-11-23 16:38:35', 135, NULL, '54.225.181.161'),
(7075, '2025-11-23 16:38:35', 259, NULL, '54.225.181.161'),
(7076, '2025-11-23 16:38:35', 317, NULL, '54.225.181.161'),
(7077, '2025-11-23 16:38:35', 144, NULL, '54.225.181.161'),
(7078, '2025-11-23 16:38:35', 260, NULL, '54.225.181.161'),
(7079, '2025-11-23 16:38:35', 240, NULL, '54.225.181.161'),
(7080, '2025-11-23 16:38:35', 245, NULL, '54.225.181.161'),
(7081, '2025-11-23 16:38:35', 319, NULL, '54.225.181.161'),
(7082, '2025-11-23 16:38:35', 243, NULL, '54.225.181.161'),
(7083, '2025-11-23 16:38:35', 142, NULL, '54.225.181.161'),
(7084, '2025-11-23 16:38:35', 272, NULL, '54.225.181.161'),
(7085, '2025-11-23 16:38:35', 214, NULL, '54.225.181.161'),
(7086, '2025-11-23 16:38:35', 235, NULL, '54.225.181.161'),
(7087, '2025-11-23 16:38:35', 180, NULL, '54.225.181.161'),
(7088, '2025-11-23 16:40:43', 1, NULL, '184.73.35.182'),
(7089, '2025-11-23 16:40:43', 2, NULL, '184.73.35.182'),
(7090, '2025-11-23 16:40:43', 3, NULL, '184.73.35.182'),
(7091, '2025-11-23 16:40:43', 4, NULL, '184.73.35.182'),
(7092, '2025-11-23 16:40:43', 5, NULL, '184.73.35.182'),
(7093, '2025-11-23 16:40:43', 6, NULL, '184.73.35.182'),
(7094, '2025-11-23 16:40:43', 7, NULL, '184.73.35.182'),
(7095, '2025-11-23 16:40:43', 8, NULL, '184.73.35.182'),
(7096, '2025-11-23 16:40:43', 11, NULL, '184.73.35.182'),
(7097, '2025-11-23 16:42:07', 240, NULL, '100.29.128.75'),
(7098, '2025-11-23 16:43:12', 277, NULL, '186.192.63.95'),
(7099, '2025-11-23 16:43:51', 236, NULL, '34.226.89.140'),
(7100, '2025-11-23 16:45:13', 99, NULL, '14.184.6.73'),
(7101, '2025-11-23 16:47:29', 251, NULL, '34.231.77.232'),
(7102, '2025-11-23 16:49:57', 105, NULL, '43.173.174.52'),
(7103, '2025-11-23 16:53:31', 299, NULL, '176.29.167.230'),
(7104, '2025-11-23 16:53:59', 150, NULL, '43.173.178.137'),
(7105, '2025-11-23 16:58:08', 205, NULL, '44.212.232.231'),
(7106, '2025-11-23 16:59:41', 154, NULL, '43.173.173.34'),
(7107, '2025-11-23 17:00:43', 308, NULL, '43.173.181.101'),
(7108, '2025-11-23 17:01:53', 155, NULL, '43.173.179.38'),
(7109, '2025-11-23 17:02:08', 258, NULL, '66.249.66.12'),
(7110, '2025-11-23 17:03:58', 161, NULL, '43.173.177.72'),
(7111, '2025-11-23 17:04:31', 143, NULL, '52.3.102.51'),
(7112, '2025-11-23 17:04:59', 132, NULL, '44.215.210.112'),
(7113, '2025-11-23 17:05:55', 105, NULL, '52.22.64.232'),
(7114, '2025-11-23 17:06:39', 308, NULL, '43.173.179.236'),
(7115, '2025-11-23 17:06:59', 136, NULL, '50.16.216.166'),
(7116, '2025-11-23 17:07:11', 236, NULL, '44.196.118.6'),
(7117, '2025-11-23 17:07:15', 262, NULL, '52.54.15.103'),
(7118, '2025-11-23 17:07:37', 158, NULL, '43.173.178.72'),
(7119, '2025-11-23 17:07:49', 166, NULL, '68.221.75.20'),
(7120, '2025-11-23 17:08:15', 248, NULL, '52.5.232.250'),
(7121, '2025-11-23 17:08:19', 279, NULL, '23.23.99.55'),
(7122, '2025-11-23 17:08:27', 166, NULL, '74.7.242.147'),
(7123, '2025-11-23 17:08:28', 321, NULL, '74.7.227.157'),
(7124, '2025-11-23 17:08:31', 313, NULL, '74.7.227.157'),
(7125, '2025-11-23 17:08:49', 319, NULL, '74.7.227.157'),
(7126, '2025-11-23 17:08:50', 305, NULL, '74.7.227.157'),
(7127, '2025-11-23 17:08:55', 308, NULL, '74.7.227.157'),
(7128, '2025-11-23 17:08:56', 306, NULL, '74.7.227.157'),
(7129, '2025-11-23 17:08:56', 320, NULL, '74.7.227.157'),
(7130, '2025-11-23 17:08:57', 317, NULL, '74.7.227.157'),
(7131, '2025-11-23 17:08:57', 316, NULL, '74.7.227.157'),
(7132, '2025-11-23 17:08:58', 318, NULL, '74.7.227.157'),
(7133, '2025-11-23 17:08:59', 315, NULL, '74.7.227.157'),
(7134, '2025-11-23 17:09:01', 311, NULL, '74.7.227.157'),
(7135, '2025-11-23 17:09:02', 322, NULL, '74.7.227.157'),
(7136, '2025-11-23 17:09:07', 309, NULL, '74.7.227.157'),
(7137, '2025-11-23 17:09:09', 307, NULL, '74.7.227.157'),
(7138, '2025-11-23 17:09:09', 310, NULL, '74.7.227.157'),
(7139, '2025-11-23 17:09:17', 312, NULL, '74.7.227.157'),
(7140, '2025-11-23 17:09:23', 314, NULL, '74.7.227.157'),
(7141, '2025-11-23 17:10:51', 246, NULL, '44.221.105.234'),
(7142, '2025-11-23 17:11:11', 265, NULL, '107.22.208.39'),
(7143, '2025-11-23 17:16:36', 262, NULL, '3.219.81.66'),
(7144, '2025-11-23 17:24:33', 241, NULL, '54.152.163.42'),
(7145, '2025-11-23 17:24:49', 189, NULL, '54.83.240.58'),
(7146, '2025-11-23 17:24:49', 135, NULL, '54.83.240.58'),
(7147, '2025-11-23 17:24:49', 259, NULL, '54.83.240.58'),
(7148, '2025-11-23 17:24:49', 317, NULL, '54.83.240.58'),
(7149, '2025-11-23 17:24:49', 144, NULL, '54.83.240.58'),
(7150, '2025-11-23 17:24:49', 260, NULL, '54.83.240.58'),
(7151, '2025-11-23 17:24:49', 240, NULL, '54.83.240.58'),
(7152, '2025-11-23 17:24:49', 245, NULL, '54.83.240.58'),
(7153, '2025-11-23 17:24:49', 319, NULL, '54.83.240.58'),
(7154, '2025-11-23 17:24:49', 243, NULL, '54.83.240.58'),
(7155, '2025-11-23 17:24:49', 142, NULL, '54.83.240.58'),
(7156, '2025-11-23 17:24:49', 272, NULL, '54.83.240.58'),
(7157, '2025-11-23 17:24:49', 214, NULL, '54.83.240.58'),
(7158, '2025-11-23 17:24:49', 235, NULL, '54.83.240.58'),
(7159, '2025-11-23 17:27:11', 254, NULL, '52.6.97.88'),
(7160, '2025-11-23 17:30:27', 183, NULL, '44.195.50.71'),
(7161, '2025-11-23 17:30:35', 132, NULL, '50.16.248.61'),
(7162, '2025-11-23 17:30:47', 183, NULL, '44.206.93.215'),
(7163, '2025-11-23 17:30:59', 255, NULL, '52.0.218.219'),
(7164, '2025-11-23 17:31:39', 105, NULL, '44.212.145.46'),
(7165, '2025-11-23 17:32:47', 194, NULL, '66.249.66.76'),
(7166, '2025-11-23 17:33:59', 248, NULL, '35.169.119.108'),
(7167, '2025-11-23 17:35:16', 309, NULL, '66.249.66.12'),
(7168, '2025-11-23 17:37:19', 237, NULL, '34.225.138.57'),
(7169, '2025-11-23 17:37:29', 151, NULL, '43.173.177.235'),
(7170, '2025-11-23 17:37:35', 265, NULL, '50.16.216.166'),
(7171, '2025-11-23 17:37:35', 160, NULL, '43.173.182.236'),
(7172, '2025-11-23 17:41:47', 321, NULL, '43.173.176.143'),
(7173, '2025-11-23 17:41:50', 305, NULL, '43.173.181.67'),
(7174, '2025-11-23 17:43:07', 112, NULL, '43.173.173.133'),
(7175, '2025-11-23 17:43:07', 111, NULL, '43.173.173.133'),
(7176, '2025-11-23 17:43:07', 108, NULL, '43.173.173.133'),
(7177, '2025-11-23 17:43:07', 107, NULL, '43.173.173.133'),
(7178, '2025-11-23 17:43:07', 106, NULL, '43.173.173.133'),
(7179, '2025-11-23 17:43:07', 105, NULL, '43.173.173.133'),
(7180, '2025-11-23 17:43:07', 104, NULL, '43.173.173.133'),
(7181, '2025-11-23 17:43:07', 103, NULL, '43.173.173.133'),
(7182, '2025-11-23 17:43:07', 102, NULL, '43.173.173.133'),
(7183, '2025-11-23 17:43:07', 100, NULL, '43.173.173.133'),
(7184, '2025-11-23 17:44:19', 143, NULL, '3.222.190.107'),
(7185, '2025-11-23 17:48:15', 103, NULL, '35.171.117.160'),
(7186, '2025-11-23 17:48:15', 104, NULL, '35.171.117.160'),
(7187, '2025-11-23 17:48:15', 105, NULL, '35.171.117.160'),
(7188, '2025-11-23 17:48:15', 106, NULL, '35.171.117.160'),
(7189, '2025-11-23 17:48:15', 107, NULL, '35.171.117.160'),
(7190, '2025-11-23 17:48:15', 108, NULL, '35.171.117.160'),
(7191, '2025-11-23 17:48:15', 111, NULL, '35.171.117.160'),
(7192, '2025-11-23 17:48:15', 112, NULL, '35.171.117.160'),
(7193, '2025-11-23 17:48:15', 126, NULL, '35.171.117.160'),
(7194, '2025-11-23 17:48:16', 305, NULL, '43.173.178.117');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(7195, '2025-11-23 17:48:19', 103, NULL, '3.224.205.25'),
(7196, '2025-11-23 17:48:19', 104, NULL, '3.224.205.25'),
(7197, '2025-11-23 17:48:19', 105, NULL, '3.224.205.25'),
(7198, '2025-11-23 17:48:19', 106, NULL, '3.224.205.25'),
(7199, '2025-11-23 17:48:19', 107, NULL, '3.224.205.25'),
(7200, '2025-11-23 17:48:19', 108, NULL, '3.224.205.25'),
(7201, '2025-11-23 17:48:19', 111, NULL, '3.224.205.25'),
(7202, '2025-11-23 17:48:19', 112, NULL, '3.224.205.25'),
(7203, '2025-11-23 17:48:19', 126, NULL, '3.224.205.25'),
(7204, '2025-11-23 17:48:30', 186, NULL, '18.215.49.176'),
(7205, '2025-11-23 17:49:35', 248, NULL, '43.173.174.55'),
(7206, '2025-11-23 17:50:47', 314, NULL, '43.173.180.193'),
(7207, '2025-11-23 17:50:54', 279, NULL, '43.173.180.96'),
(7208, '2025-11-23 17:51:53', 174, NULL, '66.249.66.13'),
(7209, '2025-11-23 18:01:13', 312, NULL, '43.173.180.181'),
(7210, '2025-11-23 18:01:15', 282, NULL, '103.115.243.135'),
(7211, '2025-11-23 18:03:28', 306, NULL, '66.249.66.167'),
(7212, '2025-11-23 18:06:35', 261, NULL, '3.210.29.96'),
(7213, '2025-11-23 18:07:35', 152, NULL, '98.82.66.172'),
(7214, '2025-11-23 18:10:30', 312, NULL, '43.173.181.119'),
(7215, '2025-11-23 18:10:39', 292, NULL, '43.173.181.213'),
(7216, '2025-11-23 18:14:23', 276, NULL, '43.173.173.119'),
(7217, '2025-11-23 18:14:32', 290, NULL, '43.173.176.206'),
(7218, '2025-11-23 18:14:54', 105, NULL, '34.227.156.153'),
(7219, '2025-11-23 18:16:03', 280, NULL, '52.0.41.164'),
(7220, '2025-11-23 18:16:08', 132, NULL, '18.205.213.231'),
(7221, '2025-11-23 18:16:40', 257, NULL, '3.229.164.203'),
(7222, '2025-11-23 18:17:56', 240, NULL, '52.70.138.176'),
(7223, '2025-11-23 18:20:20', 187, NULL, '3.214.176.44'),
(7224, '2025-11-23 18:20:37', 204, NULL, '66.249.66.14'),
(7225, '2025-11-23 18:20:57', 319, NULL, '66.249.66.166'),
(7226, '2025-11-23 18:21:24', 103, NULL, '23.20.178.124'),
(7227, '2025-11-23 18:21:24', 104, NULL, '23.20.178.124'),
(7228, '2025-11-23 18:21:24', 105, NULL, '23.20.178.124'),
(7229, '2025-11-23 18:21:24', 106, NULL, '23.20.178.124'),
(7230, '2025-11-23 18:21:24', 107, NULL, '23.20.178.124'),
(7231, '2025-11-23 18:21:24', 108, NULL, '23.20.178.124'),
(7232, '2025-11-23 18:21:24', 111, NULL, '23.20.178.124'),
(7233, '2025-11-23 18:21:24', 112, NULL, '23.20.178.124'),
(7234, '2025-11-23 18:21:24', 126, NULL, '23.20.178.124'),
(7235, '2025-11-23 18:21:32', 277, NULL, '188.72.41.58'),
(7236, '2025-11-23 18:21:35', 272, NULL, '54.166.104.83'),
(7237, '2025-11-23 18:22:04', 132, NULL, '54.162.69.192'),
(7238, '2025-11-23 18:22:22', 192, NULL, '66.249.66.12'),
(7239, '2025-11-23 18:22:25', 209, NULL, '3.211.181.86'),
(7240, '2025-11-23 18:23:37', 296, NULL, '52.3.102.51'),
(7241, '2025-11-23 18:23:51', 244, NULL, '3.89.170.186'),
(7242, '2025-11-23 18:24:29', 262, NULL, '54.159.98.248'),
(7243, '2025-11-23 18:24:31', 236, NULL, '54.225.148.123'),
(7244, '2025-11-23 18:25:15', 237, NULL, '98.84.184.80'),
(7245, '2025-11-23 18:39:47', 239, NULL, '66.249.66.75'),
(7246, '2025-11-23 18:40:58', 308, NULL, '66.249.66.167'),
(7247, '2025-11-23 18:43:53', 242, NULL, '14.243.167.207'),
(7248, '2025-11-23 18:44:03', 205, NULL, '18.213.102.186'),
(7249, '2025-11-23 18:51:56', 194, NULL, '66.249.66.13'),
(7250, '2025-11-23 21:18:26', 103, NULL, '52.45.29.57'),
(7251, '2025-11-23 21:18:26', 104, NULL, '52.45.29.57'),
(7252, '2025-11-23 21:18:26', 105, NULL, '52.45.29.57'),
(7253, '2025-11-23 21:18:26', 106, NULL, '52.45.29.57'),
(7254, '2025-11-23 21:18:26', 107, NULL, '52.45.29.57'),
(7255, '2025-11-23 21:18:26', 108, NULL, '52.45.29.57'),
(7256, '2025-11-23 21:18:26', 111, NULL, '52.45.29.57'),
(7257, '2025-11-23 21:18:26', 112, NULL, '52.45.29.57'),
(7258, '2025-11-23 21:18:26', 126, NULL, '52.45.29.57'),
(7259, '2025-11-23 21:18:30', 209, NULL, '3.222.85.38'),
(7260, '2025-11-23 21:18:31', 143, NULL, '3.217.171.106'),
(7261, '2025-11-23 21:18:31', 143, NULL, '44.207.69.106'),
(7262, '2025-11-23 21:18:31', 131, NULL, '52.45.15.233'),
(7263, '2025-11-23 21:18:31', 254, NULL, '34.231.156.59'),
(7264, '2025-11-23 21:18:31', 194, NULL, '17.241.219.161'),
(7265, '2025-11-23 21:18:31', 306, NULL, '66.249.66.13'),
(7266, '2025-11-23 21:18:32', 241, NULL, '52.45.194.165'),
(7267, '2025-11-23 21:18:32', 183, NULL, '34.195.60.66'),
(7268, '2025-11-23 21:18:32', 248, NULL, '54.85.126.86'),
(7269, '2025-11-23 21:18:32', 248, NULL, '100.29.160.53'),
(7270, '2025-11-23 21:18:32', 235, NULL, '54.85.109.140'),
(7271, '2025-11-23 21:18:32', 152, NULL, '23.23.99.55'),
(7272, '2025-11-23 21:18:33', 189, NULL, '34.193.2.57'),
(7273, '2025-11-23 21:18:33', 143, NULL, '3.217.82.254'),
(7274, '2025-11-23 21:18:33', 136, NULL, '34.234.197.175'),
(7275, '2025-11-23 21:18:33', 183, NULL, '17.22.237.245'),
(7276, '2025-11-23 21:18:33', 267, NULL, '66.249.66.14'),
(7277, '2025-11-23 21:18:34', 131, NULL, '100.24.167.60'),
(7278, '2025-11-23 21:18:34', 132, NULL, '44.212.145.46'),
(7279, '2025-11-23 21:18:34', 143, NULL, '52.2.83.227'),
(7280, '2025-11-23 21:18:34', 152, NULL, '44.223.232.55'),
(7281, '2025-11-23 21:18:34', 31, NULL, '43.173.181.173'),
(7282, '2025-11-23 21:18:34', 286, NULL, '52.70.138.176'),
(7283, '2025-11-23 21:18:34', 189, NULL, '18.215.112.101'),
(7284, '2025-11-23 21:18:34', 135, NULL, '18.215.112.101'),
(7285, '2025-11-23 21:18:34', 317, NULL, '18.215.112.101'),
(7286, '2025-11-23 21:18:34', 144, NULL, '18.215.112.101'),
(7287, '2025-11-23 21:18:34', 240, NULL, '18.215.112.101'),
(7288, '2025-11-23 21:18:34', 245, NULL, '18.215.112.101'),
(7289, '2025-11-23 21:18:34', 319, NULL, '18.215.112.101'),
(7290, '2025-11-23 21:18:34', 243, NULL, '18.215.112.101'),
(7291, '2025-11-23 21:18:34', 142, NULL, '18.215.112.101'),
(7292, '2025-11-23 21:18:34', 272, NULL, '18.215.112.101'),
(7293, '2025-11-23 21:18:34', 214, NULL, '18.215.112.101'),
(7294, '2025-11-23 21:18:34', 235, NULL, '18.215.112.101'),
(7295, '2025-11-23 21:18:34', 180, NULL, '18.215.112.101'),
(7296, '2025-11-23 21:18:35', 178, NULL, '74.7.243.21'),
(7297, '2025-11-23 21:18:35', 205, NULL, '44.196.118.6'),
(7298, '2025-11-23 21:18:35', 187, NULL, '98.84.200.43'),
(7299, '2025-11-23 21:18:35', 236, NULL, '34.194.14.255'),
(7300, '2025-11-23 21:18:35', 240, NULL, '44.217.177.142'),
(7301, '2025-11-23 21:18:39', 255, NULL, '100.28.49.152'),
(7302, '2025-11-23 21:19:20', 264, NULL, '44.215.61.66'),
(7303, '2025-11-23 21:21:03', 241, NULL, '34.234.197.175'),
(7304, '2025-11-23 21:21:29', 244, NULL, '23.21.225.190'),
(7305, '2025-11-23 21:23:11', 255, NULL, '3.210.223.61'),
(7306, '2025-11-23 21:24:59', 246, NULL, '54.83.240.58'),
(7307, '2025-11-23 21:25:52', 89, NULL, '43.173.178.63'),
(7308, '2025-11-23 21:25:52', 88, NULL, '43.173.178.63'),
(7309, '2025-11-23 21:44:35', 254, NULL, '3.213.106.226'),
(7310, '2025-11-23 21:46:33', 241, NULL, '34.225.138.57'),
(7311, '2025-11-23 21:46:55', 278, NULL, '54.197.102.71'),
(7312, '2025-11-23 21:47:13', 136, NULL, '52.1.106.130'),
(7313, '2025-11-23 21:49:21', 267, NULL, '66.249.66.12'),
(7314, '2025-11-23 21:49:51', 267, NULL, '44.193.115.232'),
(7315, '2025-11-23 21:49:55', 132, NULL, '54.156.55.147'),
(7316, '2025-11-23 21:51:40', 255, NULL, '52.6.232.201'),
(7317, '2025-11-23 21:51:47', 251, NULL, '52.6.232.201'),
(7318, '2025-11-23 21:59:10', 139, NULL, '17.22.237.113'),
(7319, '2025-11-23 22:00:45', 265, NULL, '18.97.9.103'),
(7320, '2025-11-23 22:20:59', 306, NULL, '66.249.66.77'),
(7321, '2025-11-23 22:22:44', 189, NULL, '23.21.175.228'),
(7322, '2025-11-23 22:23:07', 173, NULL, '54.225.98.148'),
(7323, '2025-11-23 22:23:33', 235, NULL, '52.2.4.213'),
(7324, '2025-11-23 22:23:43', 238, NULL, '54.80.185.200'),
(7325, '2025-11-23 22:24:44', 290, NULL, '44.208.193.63'),
(7326, '2025-11-23 22:24:59', 261, NULL, '3.211.181.86'),
(7327, '2025-11-23 22:25:19', 246, NULL, '52.3.127.170'),
(7328, '2025-11-23 22:25:47', 182, NULL, '50.16.248.61'),
(7329, '2025-11-23 22:43:44', 255, NULL, '52.70.209.13'),
(7330, '2025-11-23 22:52:42', 268, NULL, '66.249.66.202'),
(7331, '2025-11-23 23:04:42', 112, NULL, '43.174.7.16'),
(7332, '2025-11-23 23:04:42', 111, NULL, '43.174.7.16'),
(7333, '2025-11-23 23:04:42', 108, NULL, '43.174.7.16'),
(7334, '2025-11-23 23:04:42', 107, NULL, '43.174.7.16'),
(7335, '2025-11-23 23:04:42', 106, NULL, '43.174.7.16'),
(7336, '2025-11-23 23:04:42', 105, NULL, '43.174.7.16'),
(7337, '2025-11-23 23:04:42', 104, NULL, '43.174.7.16'),
(7338, '2025-11-23 23:04:42', 103, NULL, '43.174.7.16'),
(7339, '2025-11-23 23:04:42', 102, NULL, '43.174.7.16'),
(7340, '2025-11-23 23:04:42', 101, NULL, '43.174.7.16'),
(7341, '2025-11-23 23:04:42', 100, NULL, '43.174.7.16'),
(7342, '2025-11-23 23:04:52', 112, NULL, '43.174.15.32'),
(7343, '2025-11-23 23:04:52', 111, NULL, '43.174.15.32'),
(7344, '2025-11-23 23:04:52', 108, NULL, '43.174.15.32'),
(7345, '2025-11-23 23:04:52', 107, NULL, '43.174.15.32'),
(7346, '2025-11-23 23:04:52', 106, NULL, '43.174.15.32'),
(7347, '2025-11-23 23:04:52', 105, NULL, '43.174.15.32'),
(7348, '2025-11-23 23:04:52', 104, NULL, '43.174.15.32'),
(7349, '2025-11-23 23:04:52', 103, NULL, '43.174.15.32'),
(7350, '2025-11-23 23:04:52', 102, NULL, '43.174.15.32'),
(7351, '2025-11-23 23:04:52', 101, NULL, '43.174.15.32'),
(7352, '2025-11-23 23:04:52', 100, NULL, '43.174.15.32'),
(7353, '2025-11-23 23:05:07', 99, NULL, '43.174.15.32'),
(7354, '2025-11-23 23:05:07', 98, NULL, '43.174.15.32'),
(7355, '2025-11-23 23:05:07', 95, NULL, '43.174.15.32'),
(7356, '2025-11-23 23:05:07', 94, NULL, '43.174.15.32'),
(7357, '2025-11-23 23:05:07', 27, NULL, '43.174.15.32'),
(7358, '2025-11-23 23:05:07', 11, NULL, '43.174.15.32'),
(7359, '2025-11-23 23:05:07', 5, NULL, '43.174.15.32'),
(7360, '2025-11-23 23:05:07', 6, NULL, '43.174.15.32'),
(7361, '2025-11-23 23:05:07', 2, NULL, '43.174.15.32'),
(7362, '2025-11-23 23:05:07', 1, NULL, '43.174.15.32'),
(7363, '2025-11-23 23:07:57', 307, NULL, '66.249.66.168'),
(7364, '2025-11-23 23:11:23', 102, NULL, '107.23.62.75'),
(7365, '2025-11-23 23:17:52', 307, NULL, '66.249.66.12'),
(7366, '2025-11-23 23:22:15', 89, NULL, '43.173.179.20'),
(7367, '2025-11-23 23:22:15', 88, NULL, '43.173.179.20'),
(7368, '2025-11-23 23:22:51', 179, NULL, '17.22.253.209'),
(7369, '2025-11-23 23:25:57', 311, NULL, '66.249.66.12'),
(7370, '2025-11-23 23:27:23', 132, NULL, '52.3.155.146'),
(7371, '2025-11-23 23:27:31', 189, NULL, '3.94.40.182'),
(7372, '2025-11-23 23:27:43', 189, NULL, '54.204.12.115'),
(7373, '2025-11-23 23:27:51', 266, NULL, '18.214.251.19'),
(7374, '2025-11-23 23:27:55', 285, NULL, '54.164.106.236'),
(7375, '2025-11-23 23:28:07', 282, NULL, '52.204.71.8'),
(7376, '2025-11-23 23:29:04', 195, NULL, '17.241.219.134'),
(7377, '2025-11-23 23:29:35', 136, NULL, '34.203.111.15'),
(7378, '2025-11-23 23:29:59', 187, NULL, '44.194.139.149'),
(7379, '2025-11-23 23:30:07', 238, NULL, '34.226.89.140'),
(7380, '2025-11-23 23:32:21', 194, NULL, '66.249.66.201'),
(7381, '2025-11-23 23:32:31', 152, NULL, '100.25.120.246'),
(7382, '2025-11-23 23:33:36', 257, NULL, '66.249.66.13'),
(7383, '2025-11-23 23:34:23', 240, NULL, '54.91.122.193'),
(7384, '2025-11-23 23:34:43', 319, NULL, '201.238.125.110'),
(7385, '2025-11-23 23:35:55', 143, NULL, '35.169.102.85'),
(7386, '2025-11-23 23:36:03', 131, NULL, '34.235.239.240'),
(7387, '2025-11-23 23:36:27', 236, NULL, '52.205.141.124'),
(7388, '2025-11-23 23:37:47', 262, NULL, '52.200.142.199'),
(7389, '2025-11-23 23:38:36', 322, NULL, '18.97.9.100'),
(7390, '2025-11-23 23:38:36', 321, NULL, '18.97.9.100'),
(7391, '2025-11-23 23:38:36', 320, NULL, '18.97.9.100'),
(7392, '2025-11-23 23:38:36', 319, NULL, '18.97.9.100'),
(7393, '2025-11-23 23:38:36', 318, NULL, '18.97.9.100'),
(7394, '2025-11-23 23:38:36', 317, NULL, '18.97.9.100'),
(7395, '2025-11-23 23:38:36', 316, NULL, '18.97.9.100'),
(7396, '2025-11-23 23:38:36', 315, NULL, '18.97.9.100'),
(7397, '2025-11-23 23:38:36', 314, NULL, '18.97.9.100'),
(7398, '2025-11-23 23:38:36', 313, NULL, '18.97.9.100'),
(7399, '2025-11-23 23:38:36', 312, NULL, '18.97.9.100'),
(7400, '2025-11-23 23:38:36', 311, NULL, '18.97.9.100'),
(7401, '2025-11-23 23:38:36', 265, NULL, '18.97.9.102'),
(7402, '2025-11-23 23:38:37', 265, NULL, '18.97.9.96'),
(7403, '2025-11-23 23:38:37', 265, NULL, '18.97.9.97'),
(7404, '2025-11-23 23:38:37', 265, NULL, '18.97.9.97'),
(7405, '2025-11-23 23:38:38', 265, NULL, '18.97.9.100'),
(7406, '2025-11-23 23:38:53', 322, NULL, '18.97.9.98'),
(7407, '2025-11-23 23:38:53', 320, NULL, '18.97.9.102'),
(7408, '2025-11-23 23:38:53', 318, NULL, '18.97.9.97'),
(7409, '2025-11-23 23:38:53', 319, NULL, '18.97.9.96'),
(7410, '2025-11-23 23:38:53', 314, NULL, '18.97.9.99'),
(7411, '2025-11-23 23:38:53', 316, NULL, '18.97.9.102'),
(7412, '2025-11-23 23:38:54', 321, NULL, '18.97.9.97'),
(7413, '2025-11-23 23:38:54', 312, NULL, '18.97.9.96'),
(7414, '2025-11-23 23:38:54', 315, NULL, '18.97.9.103'),
(7415, '2025-11-23 23:38:55', 311, NULL, '18.97.9.99'),
(7416, '2025-11-23 23:38:55', 317, NULL, '18.97.9.96'),
(7417, '2025-11-23 23:43:15', 245, NULL, '66.249.66.201'),
(7418, '2025-11-23 23:45:34', 245, NULL, '66.249.66.12'),
(7419, '2025-11-24 00:07:39', 264, NULL, '85.208.96.199'),
(7420, '2025-11-24 00:10:25', 213, NULL, '85.208.96.209'),
(7421, '2025-11-24 00:10:50', 249, NULL, '66.249.66.200'),
(7422, '2025-11-24 00:16:47', 251, NULL, '66.249.66.167'),
(7423, '2025-11-24 02:30:32', 248, NULL, '3.94.157.25'),
(7424, '2025-11-24 02:30:33', 238, NULL, '52.0.218.219'),
(7425, '2025-11-24 02:30:33', 187, NULL, '54.209.100.30'),
(7426, '2025-11-24 02:30:33', 182, NULL, '44.194.134.53'),
(7427, '2025-11-24 02:30:33', 182, NULL, '44.206.65.8'),
(7428, '2025-11-24 02:30:34', 220, NULL, '200.193.174.60'),
(7429, '2025-11-24 02:30:34', 220, NULL, '45.229.41.115'),
(7430, '2025-11-24 02:30:34', 23, NULL, '190.143.254.183'),
(7431, '2025-11-24 02:30:34', 152, NULL, '98.83.10.183'),
(7432, '2025-11-24 02:30:34', 23, NULL, '152.58.182.72'),
(7433, '2025-11-24 02:30:35', 263, NULL, '85.208.96.199'),
(7434, '2025-11-24 02:30:35', 249, NULL, '66.249.66.34'),
(7435, '2025-11-24 02:30:35', 263, NULL, '52.71.218.25'),
(7436, '2025-11-24 02:30:35', 157, NULL, '185.191.171.15'),
(7437, '2025-11-24 02:30:35', 285, NULL, '45.131.216.213'),
(7438, '2025-11-24 02:30:35', 285, NULL, '84.37.227.155'),
(7439, '2025-11-24 02:30:35', 285, NULL, '195.172.201.105'),
(7440, '2025-11-24 02:30:35', 285, NULL, '138.226.96.196'),
(7441, '2025-11-24 02:30:35', 161, NULL, '17.246.23.191'),
(7442, '2025-11-24 02:30:35', 46, NULL, '185.191.171.7'),
(7443, '2025-11-24 02:30:35', 160, NULL, '85.208.96.200'),
(7444, '2025-11-24 02:30:35', 249, NULL, '54.84.93.8'),
(7445, '2025-11-24 02:30:36', 249, NULL, '54.208.78.6'),
(7446, '2025-11-24 02:30:36', 249, NULL, '66.249.66.12'),
(7447, '2025-11-24 02:30:36', 145, NULL, '185.191.171.14'),
(7448, '2025-11-24 02:30:36', 130, NULL, '85.208.96.193'),
(7449, '2025-11-24 02:30:37', 35, NULL, '185.191.171.11'),
(7450, '2025-11-24 02:30:37', 312, NULL, '66.249.66.14'),
(7451, '2025-11-24 02:30:37', 228, NULL, '85.208.96.210'),
(7452, '2025-11-24 02:30:38', 153, NULL, '85.208.96.207'),
(7453, '2025-11-24 02:30:38', 202, NULL, '85.208.96.209'),
(7454, '2025-11-24 02:30:38', 88, NULL, '85.208.96.206'),
(7455, '2025-11-24 02:30:38', 287, NULL, '34.231.45.47'),
(7456, '2025-11-24 02:30:38', 279, NULL, '18.214.251.19'),
(7457, '2025-11-24 02:47:26', 223, NULL, '17.22.245.170'),
(7458, '2025-11-24 02:48:35', 36, NULL, '185.191.171.12'),
(7459, '2025-11-24 02:49:27', 267, NULL, '52.73.6.26'),
(7460, '2025-11-24 02:54:51', 189, NULL, '18.211.148.239'),
(7461, '2025-11-24 02:54:51', 135, NULL, '18.211.148.239'),
(7462, '2025-11-24 02:54:51', 259, NULL, '18.211.148.239'),
(7463, '2025-11-24 02:54:51', 317, NULL, '18.211.148.239'),
(7464, '2025-11-24 02:54:51', 144, NULL, '18.211.148.239'),
(7465, '2025-11-24 02:54:51', 260, NULL, '18.211.148.239'),
(7466, '2025-11-24 02:54:51', 240, NULL, '18.211.148.239'),
(7467, '2025-11-24 02:54:51', 245, NULL, '18.211.148.239'),
(7468, '2025-11-24 02:54:51', 319, NULL, '18.211.148.239'),
(7469, '2025-11-24 02:54:51', 243, NULL, '18.211.148.239'),
(7470, '2025-11-24 02:54:51', 142, NULL, '18.211.148.239'),
(7471, '2025-11-24 02:54:51', 272, NULL, '18.211.148.239'),
(7472, '2025-11-24 02:54:51', 214, NULL, '18.211.148.239'),
(7473, '2025-11-24 02:54:51', 235, NULL, '18.211.148.239'),
(7474, '2025-11-24 02:54:51', 180, NULL, '18.211.148.239'),
(7475, '2025-11-24 02:56:03', 274, NULL, '44.206.65.8'),
(7476, '2025-11-24 03:01:13', 133, NULL, '17.241.227.189'),
(7477, '2025-11-24 03:10:12', 46, NULL, '85.208.96.201'),
(7478, '2025-11-24 03:21:42', 263, NULL, '66.249.66.13'),
(7479, '2025-11-24 03:21:43', 283, NULL, '3.227.180.70'),
(7480, '2025-11-24 03:22:35', 246, NULL, '43.152.170.40'),
(7481, '2025-11-24 03:23:16', 112, NULL, '181.117.160.53'),
(7482, '2025-11-24 03:23:16', 111, NULL, '181.117.160.53'),
(7483, '2025-11-24 03:23:16', 108, NULL, '181.117.160.53'),
(7484, '2025-11-24 03:23:16', 107, NULL, '181.117.160.53'),
(7485, '2025-11-24 03:23:16', 106, NULL, '181.117.160.53'),
(7486, '2025-11-24 03:23:16', 105, NULL, '181.117.160.53'),
(7487, '2025-11-24 03:23:16', 104, NULL, '181.117.160.53'),
(7488, '2025-11-24 03:23:16', 103, NULL, '181.117.160.53'),
(7489, '2025-11-24 03:23:16', 102, NULL, '181.117.160.53'),
(7490, '2025-11-24 03:23:16', 101, NULL, '181.117.160.53'),
(7491, '2025-11-24 03:23:16', 100, NULL, '181.117.160.53'),
(7492, '2025-11-24 03:23:23', 99, NULL, '179.6.47.7'),
(7493, '2025-11-24 03:23:23', 98, NULL, '179.6.47.7'),
(7494, '2025-11-24 03:23:23', 95, NULL, '179.6.47.7'),
(7495, '2025-11-24 03:23:23', 94, NULL, '179.6.47.7'),
(7496, '2025-11-24 03:23:23', 27, NULL, '179.6.47.7'),
(7497, '2025-11-24 03:23:23', 11, NULL, '179.6.47.7'),
(7498, '2025-11-24 03:23:23', 5, NULL, '179.6.47.7'),
(7499, '2025-11-24 03:23:23', 6, NULL, '179.6.47.7'),
(7500, '2025-11-24 03:23:23', 2, NULL, '179.6.47.7'),
(7501, '2025-11-24 03:23:23', 1, NULL, '179.6.47.7'),
(7502, '2025-11-24 03:29:38', 163, NULL, '185.191.171.14'),
(7503, '2025-11-24 03:33:31', 324, NULL, '40.77.167.17'),
(7504, '2025-11-24 03:33:39', 245, NULL, '185.191.171.17'),
(7505, '2025-11-24 03:34:31', 199, NULL, '85.208.96.206'),
(7506, '2025-11-24 03:40:39', 222, NULL, '85.208.96.205'),
(7507, '2025-11-24 03:42:10', 236, NULL, '185.191.171.3'),
(7508, '2025-11-24 03:44:16', 299, NULL, '3.216.13.10'),
(7509, '2025-11-24 03:44:28', 270, NULL, '44.214.19.8'),
(7510, '2025-11-24 03:45:22', 31, NULL, '40.77.167.38'),
(7511, '2025-11-24 03:46:48', 154, NULL, '185.191.171.8'),
(7512, '2025-11-24 03:49:31', 239, NULL, '85.208.96.196'),
(7513, '2025-11-24 03:50:05', 292, NULL, '44.223.115.10'),
(7514, '2025-11-24 03:53:15', 282, NULL, '52.70.123.241'),
(7515, '2025-11-24 03:53:40', 301, NULL, '34.193.2.57'),
(7516, '2025-11-24 03:54:34', 274, NULL, '3.81.253.213'),
(7517, '2025-11-24 03:54:36', 277, NULL, '44.216.172.204'),
(7518, '2025-11-24 03:55:07', 283, NULL, '52.205.113.104'),
(7519, '2025-11-24 04:03:35', 214, NULL, '85.208.96.206'),
(7520, '2025-11-24 04:08:40', 37, NULL, '185.191.171.9'),
(7521, '2025-11-24 04:10:39', 311, NULL, '66.249.66.200'),
(7522, '2025-11-24 04:11:56', 268, NULL, '54.91.122.193'),
(7523, '2025-11-24 04:12:43', 142, NULL, '18.204.89.56'),
(7524, '2025-11-24 04:12:51', 282, NULL, '100.27.153.9'),
(7525, '2025-11-24 04:12:55', 287, NULL, '3.221.222.168'),
(7526, '2025-11-24 04:13:08', 296, NULL, '52.71.203.206'),
(7527, '2025-11-24 04:13:24', 102, NULL, '34.206.249.188'),
(7528, '2025-11-24 04:13:39', 288, NULL, '52.54.95.127'),
(7529, '2025-11-24 04:13:43', 274, NULL, '98.82.66.172'),
(7530, '2025-11-24 04:13:59', 289, NULL, '52.5.242.243'),
(7531, '2025-11-24 04:16:48', 8, NULL, '18.213.240.226'),
(7532, '2025-11-24 04:16:59', 287, NULL, '52.73.6.26'),
(7533, '2025-11-24 04:17:24', 320, NULL, '52.4.76.156'),
(7534, '2025-11-24 04:17:40', 46, NULL, '185.191.171.12'),
(7535, '2025-11-24 04:18:03', 1, NULL, '3.94.40.182'),
(7536, '2025-11-24 04:19:29', 270, NULL, '3.225.45.252'),
(7537, '2025-11-24 04:24:15', 240, NULL, '54.90.244.132'),
(7538, '2025-11-24 04:24:27', 296, NULL, '44.218.170.184'),
(7539, '2025-11-24 04:27:06', 176, NULL, '66.249.66.167'),
(7540, '2025-11-24 04:32:20', 196, NULL, '17.241.227.165'),
(7541, '2025-11-24 04:38:56', 215, NULL, '85.208.96.206'),
(7542, '2025-11-24 04:39:10', 65, NULL, '43.173.182.194'),
(7543, '2025-11-24 04:40:00', 208, NULL, '185.191.171.3'),
(7544, '2025-11-24 04:43:06', 35, NULL, '185.191.171.4'),
(7545, '2025-11-24 04:43:49', 149, NULL, '85.208.96.201'),
(7546, '2025-11-24 04:54:27', 101, NULL, '85.208.96.201'),
(7547, '2025-11-24 04:56:54', 158, NULL, '85.208.96.201'),
(7548, '2025-11-24 04:58:08', 37, NULL, '85.208.96.210'),
(7549, '2025-11-24 04:59:09', 161, NULL, '85.208.96.212'),
(7550, '2025-11-24 04:59:47', 107, NULL, '52.3.155.146'),
(7551, '2025-11-24 05:02:43', 299, NULL, '34.233.219.155'),
(7552, '2025-11-24 05:04:11', 276, NULL, '34.199.252.22'),
(7553, '2025-11-24 05:04:15', 276, NULL, '3.94.156.104'),
(7554, '2025-11-24 05:04:44', 209, NULL, '185.191.171.5'),
(7555, '2025-11-24 05:04:47', 240, NULL, '34.203.111.15'),
(7556, '2025-11-24 05:05:03', 254, NULL, '18.204.152.114'),
(7557, '2025-11-24 05:05:07', 282, NULL, '50.17.193.48'),
(7558, '2025-11-24 05:05:27', 102, NULL, '54.88.84.219'),
(7559, '2025-11-24 05:05:35', 301, NULL, '52.205.113.104'),
(7560, '2025-11-24 05:05:51', 296, NULL, '34.235.239.240'),
(7561, '2025-11-24 05:06:11', 288, NULL, '3.223.134.5'),
(7562, '2025-11-24 05:06:23', 288, NULL, '98.82.214.73'),
(7563, '2025-11-24 05:07:11', 279, NULL, '34.194.233.48'),
(7564, '2025-11-24 05:07:39', 279, NULL, '34.231.181.240'),
(7565, '2025-11-24 05:07:43', 274, NULL, '54.84.147.79'),
(7566, '2025-11-24 05:08:59', 289, NULL, '18.209.137.234'),
(7567, '2025-11-24 05:10:15', 282, NULL, '54.225.81.20'),
(7568, '2025-11-24 05:11:26', 36, NULL, '185.191.171.8'),
(7569, '2025-11-24 05:11:30', 240, NULL, '3.229.95.193'),
(7570, '2025-11-24 05:11:51', 271, NULL, '107.20.224.184'),
(7571, '2025-11-24 05:12:06', 142, NULL, '3.210.223.61'),
(7572, '2025-11-24 05:12:19', 142, NULL, '54.225.98.148'),
(7573, '2025-11-24 05:13:27', 276, NULL, '3.224.205.25'),
(7574, '2025-11-24 05:13:43', 284, NULL, '100.28.204.82'),
(7575, '2025-11-24 05:13:47', 277, NULL, '52.44.148.203'),
(7576, '2025-11-24 05:14:15', 210, NULL, '85.208.96.208'),
(7577, '2025-11-24 05:14:39', 274, NULL, '44.215.210.112'),
(7578, '2025-11-24 05:15:58', 296, NULL, '100.29.63.24'),
(7579, '2025-11-24 05:17:32', 126, NULL, '85.208.96.198'),
(7580, '2025-11-24 05:19:11', 292, NULL, '34.206.249.188'),
(7581, '2025-11-24 05:19:55', 268, NULL, '52.204.71.8'),
(7582, '2025-11-24 05:20:01', 228, NULL, '66.249.66.14'),
(7583, '2025-11-24 05:20:01', 235, NULL, '66.249.66.14'),
(7584, '2025-11-24 05:20:01', 236, NULL, '66.249.66.14'),
(7585, '2025-11-24 05:22:11', 220, NULL, '185.191.171.18'),
(7586, '2025-11-24 05:23:16', 254, NULL, '34.205.170.13'),
(7587, '2025-11-24 05:23:28', 142, NULL, '98.83.178.66'),
(7588, '2025-11-24 05:27:06', 35, NULL, '85.208.96.207'),
(7589, '2025-11-24 05:36:44', 181, NULL, '85.208.96.206'),
(7590, '2025-11-24 05:38:12', 180, NULL, '185.191.171.13'),
(7591, '2025-11-24 05:39:01', 257, NULL, '23.23.104.107'),
(7592, '2025-11-24 05:42:19', 204, NULL, '66.249.66.13'),
(7593, '2025-11-24 05:43:03', 177, NULL, '85.208.96.200'),
(7594, '2025-11-24 05:47:18', 35, NULL, '185.191.171.16'),
(7595, '2025-11-24 05:48:48', 261, NULL, '66.249.66.13'),
(7596, '2025-11-24 05:50:55', 298, NULL, '107.20.25.33'),
(7597, '2025-11-24 05:52:44', 296, NULL, '34.203.111.15'),
(7598, '2025-11-24 05:53:31', 290, NULL, '3.229.164.203'),
(7599, '2025-11-24 05:53:47', 289, NULL, '52.1.157.90'),
(7600, '2025-11-24 05:53:55', 274, NULL, '52.45.194.165'),
(7601, '2025-11-24 05:58:31', 298, NULL, '66.249.66.200'),
(7602, '2025-11-24 05:58:31', 299, NULL, '66.249.66.200'),
(7603, '2025-11-24 05:58:31', 301, NULL, '66.249.66.200'),
(7604, '2025-11-24 05:58:31', 305, NULL, '66.249.66.200'),
(7605, '2025-11-24 05:58:31', 306, NULL, '66.249.66.200'),
(7606, '2025-11-24 06:06:43', 259, NULL, '85.208.96.198'),
(7607, '2025-11-24 06:09:03', 270, NULL, '54.225.148.123'),
(7608, '2025-11-24 06:10:49', 309, NULL, '66.249.66.14'),
(7609, '2025-11-24 06:11:37', 313, NULL, '52.73.142.41'),
(7610, '2025-11-24 06:12:11', 290, NULL, '34.206.193.60'),
(7611, '2025-11-24 06:12:40', 289, NULL, '50.16.248.61'),
(7612, '2025-11-24 06:13:44', 189, NULL, '34.233.219.155'),
(7613, '2025-11-24 06:13:44', 135, NULL, '34.233.219.155'),
(7614, '2025-11-24 06:13:44', 259, NULL, '34.233.219.155'),
(7615, '2025-11-24 06:13:44', 317, NULL, '34.233.219.155'),
(7616, '2025-11-24 06:13:44', 144, NULL, '34.233.219.155'),
(7617, '2025-11-24 06:13:44', 260, NULL, '34.233.219.155'),
(7618, '2025-11-24 06:13:44', 240, NULL, '34.233.219.155'),
(7619, '2025-11-24 06:13:44', 245, NULL, '34.233.219.155'),
(7620, '2025-11-24 06:13:44', 319, NULL, '34.233.219.155'),
(7621, '2025-11-24 06:13:44', 243, NULL, '34.233.219.155'),
(7622, '2025-11-24 06:13:44', 142, NULL, '34.233.219.155'),
(7623, '2025-11-24 06:13:44', 272, NULL, '34.233.219.155'),
(7624, '2025-11-24 06:13:44', 214, NULL, '34.233.219.155'),
(7625, '2025-11-24 06:13:44', 235, NULL, '34.233.219.155'),
(7626, '2025-11-24 06:13:44', 180, NULL, '34.233.219.155'),
(7627, '2025-11-24 06:14:04', 279, NULL, '54.235.158.162'),
(7628, '2025-11-24 06:14:23', 248, NULL, '223.178.208.35'),
(7629, '2025-11-24 06:17:07', 299, NULL, '23.23.214.190'),
(7630, '2025-11-24 06:18:25', 315, NULL, '52.70.209.13'),
(7631, '2025-11-24 06:18:33', 301, NULL, '54.84.147.79'),
(7632, '2025-11-24 06:19:18', 183, NULL, '85.208.96.210'),
(7633, '2025-11-24 06:19:32', 271, NULL, '52.203.65.83'),
(7634, '2025-11-24 06:22:33', 171, NULL, '17.246.23.30'),
(7635, '2025-11-24 06:24:25', 46, NULL, '5.59.101.193'),
(7636, '2025-11-24 06:25:15', 89, NULL, '43.173.181.135'),
(7637, '2025-11-24 06:25:15', 88, NULL, '43.173.181.135'),
(7638, '2025-11-24 06:27:02', 33, NULL, '185.191.171.11'),
(7639, '2025-11-24 06:27:49', 288, NULL, '189.28.241.56'),
(7640, '2025-11-24 06:30:00', 256, NULL, '102.219.153.97'),
(7641, '2025-11-24 06:31:13', 249, NULL, '66.249.66.36'),
(7642, '2025-11-24 06:31:50', 36, NULL, '85.208.96.194'),
(7643, '2025-11-24 06:32:34', 316, NULL, '66.249.66.75'),
(7644, '2025-11-24 06:35:52', 189, NULL, '66.249.66.14'),
(7645, '2025-11-24 06:41:48', 250, NULL, '18.209.137.234'),
(7646, '2025-11-24 06:48:09', 187, NULL, '52.204.174.139'),
(7647, '2025-11-24 06:48:09', 188, NULL, '52.204.174.139'),
(7648, '2025-11-24 06:48:09', 189, NULL, '52.204.174.139'),
(7649, '2025-11-24 06:48:09', 190, NULL, '52.204.174.139'),
(7650, '2025-11-24 06:48:09', 191, NULL, '52.204.174.139'),
(7651, '2025-11-24 06:48:09', 192, NULL, '52.204.174.139'),
(7652, '2025-11-24 06:48:09', 193, NULL, '52.204.174.139'),
(7653, '2025-11-24 06:48:09', 194, NULL, '52.204.174.139'),
(7654, '2025-11-24 06:48:09', 195, NULL, '52.204.174.139'),
(7655, '2025-11-24 06:48:09', 196, NULL, '52.204.174.139'),
(7656, '2025-11-24 06:53:09', 275, NULL, '85.208.96.207'),
(7657, '2025-11-24 06:53:32', 271, NULL, '44.208.193.63'),
(7658, '2025-11-24 06:53:44', 238, NULL, '185.191.171.4'),
(7659, '2025-11-24 06:54:23', 261, NULL, '185.191.171.3'),
(7660, '2025-11-24 06:54:33', 46, NULL, '66.249.66.166'),
(7661, '2025-11-24 06:54:56', 271, NULL, '54.84.102.81'),
(7662, '2025-11-24 06:55:39', 196, NULL, '66.249.66.167'),
(7663, '2025-11-24 06:57:51', 263, NULL, '66.249.66.34'),
(7664, '2025-11-24 07:02:41', 337, NULL, '66.249.66.75'),
(7665, '2025-11-24 07:05:51', 280, NULL, '3.94.156.104'),
(7666, '2025-11-24 07:06:19', 281, NULL, '66.249.66.166'),
(7667, '2025-11-24 07:14:31', 305, NULL, '3.89.176.255'),
(7668, '2025-11-24 07:15:13', 299, NULL, '3.93.253.174'),
(7669, '2025-11-24 07:15:49', 318, NULL, '66.249.66.34'),
(7670, '2025-11-24 07:16:04', 190, NULL, '85.208.96.203'),
(7671, '2025-11-24 07:16:55', 33, NULL, '85.208.96.201'),
(7672, '2025-11-24 07:17:08', 270, NULL, '44.217.255.167'),
(7673, '2025-11-24 07:17:16', 267, NULL, '34.203.111.15'),
(7674, '2025-11-24 07:20:19', 287, NULL, '3.224.215.150'),
(7675, '2025-11-24 07:20:24', 301, NULL, '18.204.89.56'),
(7676, '2025-11-24 07:21:11', 271, NULL, '52.23.112.144'),
(7677, '2025-11-24 07:21:42', 36, NULL, '185.191.171.5'),
(7678, '2025-11-24 07:22:28', 280, NULL, '23.21.119.232'),
(7679, '2025-11-24 07:22:56', 171, NULL, '43.173.173.71'),
(7680, '2025-11-24 07:24:31', 292, NULL, '3.222.190.107'),
(7681, '2025-11-24 07:24:34', 164, NULL, '185.191.171.12'),
(7682, '2025-11-24 07:25:19', 279, NULL, '54.167.32.123'),
(7683, '2025-11-24 07:25:19', 256, NULL, '185.191.171.16'),
(7684, '2025-11-24 07:25:27', 274, NULL, '54.159.98.248'),
(7685, '2025-11-24 07:25:58', 235, NULL, '85.208.96.193'),
(7686, '2025-11-24 07:26:03', 283, NULL, '54.80.185.200'),
(7687, '2025-11-24 07:28:18', 277, NULL, '170.79.154.245'),
(7688, '2025-11-24 07:31:19', 268, NULL, '3.217.82.254'),
(7689, '2025-11-24 07:32:06', 277, NULL, '147.235.212.243'),
(7690, '2025-11-24 07:32:20', 263, NULL, '66.249.66.35'),
(7691, '2025-11-24 07:35:43', 37, NULL, '185.191.171.17'),
(7692, '2025-11-24 07:36:31', 202, NULL, '182.9.35.9'),
(7693, '2025-11-24 07:40:53', 254, NULL, '66.249.66.13'),
(7694, '2025-11-24 07:43:47', 272, NULL, '34.225.243.131'),
(7695, '2025-11-24 07:44:32', 284, NULL, '54.90.8.255'),
(7696, '2025-11-24 07:44:36', 275, NULL, '23.20.178.124'),
(7697, '2025-11-24 07:45:08', 247, NULL, '185.191.171.14'),
(7698, '2025-11-24 07:46:08', 46, NULL, '111.88.171.135'),
(7699, '2025-11-24 07:46:35', 254, NULL, '107.23.62.75'),
(7700, '2025-11-24 07:47:40', 289, NULL, '23.21.250.48'),
(7701, '2025-11-24 07:48:23', 269, NULL, '66.249.66.200'),
(7702, '2025-11-24 07:51:00', 35, NULL, '185.191.171.17'),
(7703, '2025-11-24 07:52:20', 260, NULL, '66.249.66.76'),
(7704, '2025-11-24 07:53:27', 285, NULL, '3.215.221.125'),
(7705, '2025-11-24 07:53:40', 284, NULL, '18.206.47.187'),
(7706, '2025-11-24 07:55:16', 268, NULL, '54.167.32.123'),
(7707, '2025-11-24 08:00:32', 260, NULL, '66.249.66.167'),
(7708, '2025-11-24 08:01:52', 225, NULL, '185.191.171.11'),
(7709, '2025-11-24 08:05:41', 224, NULL, '85.208.96.208'),
(7710, '2025-11-24 08:10:32', 281, NULL, '52.70.123.241'),
(7711, '2025-11-24 08:14:23', 137, NULL, '144.76.32.239'),
(7712, '2025-11-24 08:14:27', 138, NULL, '144.76.32.239'),
(7713, '2025-11-24 08:14:30', 139, NULL, '144.76.32.239'),
(7714, '2025-11-24 08:14:34', 145, NULL, '144.76.32.239'),
(7715, '2025-11-24 08:14:37', 146, NULL, '144.76.32.239'),
(7716, '2025-11-24 08:14:44', 160, NULL, '144.76.32.239'),
(7717, '2025-11-24 08:14:47', 161, NULL, '144.76.32.239'),
(7718, '2025-11-24 08:14:50', 239, NULL, '144.76.32.239'),
(7719, '2025-11-24 08:15:18', 254, NULL, '85.208.96.211'),
(7720, '2025-11-24 08:16:02', 270, NULL, '66.249.66.36'),
(7721, '2025-11-24 08:16:31', 278, NULL, '34.225.138.57'),
(7722, '2025-11-24 08:17:20', 254, NULL, '34.239.85.139'),
(7723, '2025-11-24 08:18:13', 276, NULL, '50.17.193.48'),
(7724, '2025-11-24 08:18:32', 254, NULL, '66.249.66.200'),
(7725, '2025-11-24 08:19:26', 102, NULL, '44.217.255.167'),
(7726, '2025-11-24 08:20:13', 278, NULL, '98.84.131.195'),
(7727, '2025-11-24 08:22:20', 268, NULL, '54.225.148.123'),
(7728, '2025-11-24 08:23:28', 272, NULL, '3.94.156.104'),
(7729, '2025-11-24 08:24:22', 269, NULL, '66.249.66.36'),
(7730, '2025-11-24 08:27:44', 266, NULL, '66.249.66.166'),
(7731, '2025-11-24 08:30:37', 269, NULL, '66.249.66.12'),
(7732, '2025-11-24 08:35:45', 204, NULL, '185.191.171.1'),
(7733, '2025-11-24 08:35:51', 203, NULL, '185.191.171.19'),
(7734, '2025-11-24 08:36:00', 296, NULL, '66.249.66.200'),
(7735, '2025-11-24 08:47:01', 313, NULL, '66.249.66.76'),
(7736, '2025-11-24 08:48:25', 104, NULL, '66.249.66.167'),
(7737, '2025-11-24 08:50:07', 255, NULL, '85.208.96.196'),
(7738, '2025-11-24 08:54:21', 165, NULL, '85.208.96.199'),
(7739, '2025-11-24 08:54:30', 307, NULL, '66.249.66.76'),
(7740, '2025-11-24 09:00:38', 175, NULL, '85.208.96.206'),
(7741, '2025-11-24 09:01:19', 307, NULL, '66.249.66.75'),
(7742, '2025-11-24 09:01:41', 7, NULL, '85.208.96.200'),
(7743, '2025-11-24 09:04:39', 46, NULL, '85.208.96.202'),
(7744, '2025-11-24 09:07:05', 296, NULL, '66.249.66.12'),
(7745, '2025-11-24 09:11:42', 198, NULL, '66.249.66.34'),
(7746, '2025-11-24 09:14:13', 250, NULL, '185.191.171.3'),
(7747, '2025-11-24 09:21:22', 312, NULL, '66.249.66.202'),
(7748, '2025-11-24 09:21:23', 258, NULL, '66.249.66.168'),
(7749, '2025-11-24 09:24:26', 263, NULL, '66.249.66.75'),
(7750, '2025-11-24 09:24:27', 283, NULL, '66.249.66.35'),
(7751, '2025-11-24 09:25:38', 212, NULL, '85.208.96.194'),
(7752, '2025-11-24 09:27:05', 319, NULL, '201.77.100.32'),
(7753, '2025-11-24 09:27:24', 37, NULL, '185.191.171.4'),
(7754, '2025-11-24 09:27:44', 200, NULL, '186.12.188.247'),
(7755, '2025-11-24 09:32:43', 240, NULL, '3.211.181.86'),
(7756, '2025-11-24 09:32:51', 272, NULL, '44.197.76.210'),
(7757, '2025-11-24 09:32:52', 253, NULL, '185.191.171.11'),
(7758, '2025-11-24 09:33:39', 276, NULL, '52.203.68.145'),
(7759, '2025-11-24 09:33:47', 276, NULL, '34.233.219.155'),
(7760, '2025-11-24 09:34:19', 142, NULL, '23.21.225.190'),
(7761, '2025-11-24 09:34:35', 314, NULL, '44.209.89.189'),
(7762, '2025-11-24 09:35:39', 298, NULL, '34.196.237.236'),
(7763, '2025-11-24 09:36:23', 296, NULL, '52.204.89.12'),
(7764, '2025-11-24 09:36:27', 296, NULL, '98.84.60.17'),
(7765, '2025-11-24 09:36:31', 301, NULL, '35.171.141.42'),
(7766, '2025-11-24 09:36:35', 280, NULL, '44.208.223.68'),
(7767, '2025-11-24 09:38:35', 46, NULL, '106.219.89.181'),
(7768, '2025-11-24 09:39:20', 254, NULL, '66.249.66.166'),
(7769, '2025-11-24 09:40:57', 129, NULL, '185.191.171.17'),
(7770, '2025-11-24 09:44:23', 270, NULL, '66.249.66.166'),
(7771, '2025-11-24 09:48:10', 246, NULL, '3.221.244.28'),
(7772, '2025-11-24 09:48:34', 198, NULL, '85.208.96.199'),
(7773, '2025-11-24 09:54:49', 35, NULL, '185.191.171.14'),
(7774, '2025-11-24 09:58:03', 167, NULL, '18.213.240.226'),
(7775, '2025-11-24 09:58:03', 168, NULL, '18.213.240.226'),
(7776, '2025-11-24 09:58:03', 169, NULL, '18.213.240.226'),
(7777, '2025-11-24 09:58:03', 170, NULL, '18.213.240.226'),
(7778, '2025-11-24 09:58:03', 171, NULL, '18.213.240.226'),
(7779, '2025-11-24 09:58:03', 172, NULL, '18.213.240.226'),
(7780, '2025-11-24 09:58:03', 173, NULL, '18.213.240.226'),
(7781, '2025-11-24 09:58:03', 174, NULL, '18.213.240.226'),
(7782, '2025-11-24 09:58:03', 175, NULL, '18.213.240.226'),
(7783, '2025-11-24 09:58:03', 176, NULL, '18.213.240.226'),
(7784, '2025-11-24 09:59:40', 269, NULL, '66.249.66.167'),
(7785, '2025-11-24 10:00:11', 37, NULL, '85.208.96.197'),
(7786, '2025-11-24 10:01:43', 223, NULL, '85.208.96.198'),
(7787, '2025-11-24 10:15:19', 157, NULL, '85.208.96.201'),
(7788, '2025-11-24 10:17:54', 33, NULL, '85.208.96.204'),
(7789, '2025-11-24 10:18:02', 236, NULL, '185.191.171.7'),
(7790, '2025-11-24 10:23:13', 207, NULL, '85.208.96.207'),
(7791, '2025-11-24 10:23:17', 266, NULL, '185.191.171.9'),
(7792, '2025-11-24 10:24:18', 329, NULL, '66.249.66.166'),
(7793, '2025-11-24 10:25:45', 46, NULL, '213.74.118.106'),
(7794, '2025-11-24 10:26:23', 299, NULL, '52.54.249.218'),
(7795, '2025-11-24 10:26:43', 5, NULL, '3.222.85.38'),
(7796, '2025-11-24 10:26:43', 6, NULL, '3.222.85.38'),
(7797, '2025-11-24 10:28:03', 272, NULL, '100.29.34.97'),
(7798, '2025-11-24 10:28:11', 272, NULL, '52.204.89.12'),
(7799, '2025-11-24 10:28:31', 189, NULL, '18.206.47.187'),
(7800, '2025-11-24 10:28:31', 135, NULL, '18.206.47.187'),
(7801, '2025-11-24 10:28:31', 259, NULL, '18.206.47.187'),
(7802, '2025-11-24 10:28:31', 317, NULL, '18.206.47.187'),
(7803, '2025-11-24 10:28:31', 144, NULL, '18.206.47.187'),
(7804, '2025-11-24 10:28:31', 260, NULL, '18.206.47.187'),
(7805, '2025-11-24 10:28:31', 240, NULL, '18.206.47.187'),
(7806, '2025-11-24 10:28:31', 245, NULL, '18.206.47.187'),
(7807, '2025-11-24 10:28:31', 319, NULL, '18.206.47.187'),
(7808, '2025-11-24 10:28:31', 243, NULL, '18.206.47.187'),
(7809, '2025-11-24 10:28:31', 142, NULL, '18.206.47.187'),
(7810, '2025-11-24 10:28:31', 272, NULL, '18.206.47.187'),
(7811, '2025-11-24 10:28:31', 214, NULL, '18.206.47.187'),
(7812, '2025-11-24 10:28:31', 235, NULL, '18.206.47.187'),
(7813, '2025-11-24 10:28:31', 180, NULL, '18.206.47.187'),
(7814, '2025-11-24 10:28:47', 267, NULL, '23.23.213.182'),
(7815, '2025-11-24 10:28:59', 37, NULL, '85.208.96.194'),
(7816, '2025-11-24 10:29:27', 285, NULL, '54.88.84.219'),
(7817, '2025-11-24 10:29:59', 254, NULL, '54.225.148.123'),
(7818, '2025-11-24 10:30:51', 280, NULL, '35.169.119.108'),
(7819, '2025-11-24 10:31:07', 280, NULL, '35.169.102.85'),
(7820, '2025-11-24 10:31:15', 298, NULL, '52.6.232.201'),
(7821, '2025-11-24 10:31:27', 282, NULL, '34.231.45.47'),
(7822, '2025-11-24 10:31:33', 248, NULL, '103.47.132.103'),
(7823, '2025-11-24 10:31:51', 282, NULL, '18.211.39.188'),
(7824, '2025-11-24 10:32:05', 272, NULL, '85.208.96.193'),
(7825, '2025-11-24 10:32:10', 323, NULL, '105.154.65.76'),
(7826, '2025-11-24 10:32:45', 244, NULL, '85.208.96.212'),
(7827, '2025-11-24 10:33:39', 287, NULL, '52.44.148.203'),
(7828, '2025-11-24 10:33:46', 267, NULL, '103.120.70.69'),
(7829, '2025-11-24 10:34:23', 281, NULL, '52.54.157.23'),
(7830, '2025-11-24 10:34:25', 267, NULL, '37.111.231.138'),
(7831, '2025-11-24 10:34:30', 184, NULL, '66.249.66.12'),
(7832, '2025-11-24 10:34:55', 284, NULL, '52.203.152.231'),
(7833, '2025-11-24 10:35:39', 275, NULL, '18.213.240.226'),
(7834, '2025-11-24 10:35:43', 292, NULL, '34.204.150.196'),
(7835, '2025-11-24 10:35:48', 278, NULL, '35.171.117.160'),
(7836, '2025-11-24 10:36:04', 275, NULL, '3.94.199.128'),
(7837, '2025-11-24 10:37:44', 288, NULL, '54.166.126.132'),
(7838, '2025-11-24 10:38:09', 224, NULL, '185.191.171.7'),
(7839, '2025-11-24 10:42:41', 46, NULL, '170.84.147.251'),
(7840, '2025-11-24 10:46:21', 35, NULL, '185.191.171.3'),
(7841, '2025-11-24 10:47:09', 240, NULL, '85.208.96.201'),
(7842, '2025-11-24 10:47:23', 240, NULL, '44.223.115.10'),
(7843, '2025-11-24 10:49:36', 272, NULL, '185.191.171.18'),
(7844, '2025-11-24 10:50:36', 243, NULL, '66.249.66.34'),
(7845, '2025-11-24 10:56:48', 246, NULL, '44.221.37.41'),
(7846, '2025-11-24 10:59:43', 330, NULL, '66.249.66.168'),
(7847, '2025-11-24 11:01:52', 159, NULL, '85.208.96.212'),
(7848, '2025-11-24 11:03:11', 262, NULL, '85.208.96.203'),
(7849, '2025-11-24 11:04:50', 277, NULL, '66.249.66.76'),
(7850, '2025-11-24 11:05:53', 221, NULL, '185.191.171.12'),
(7851, '2025-11-24 11:08:35', 185, NULL, '85.208.96.193'),
(7852, '2025-11-24 11:08:44', 249, NULL, '85.208.96.202'),
(7853, '2025-11-24 11:12:57', 270, NULL, '66.249.66.75'),
(7854, '2025-11-24 11:19:37', 257, NULL, '185.191.171.4'),
(7855, '2025-11-24 11:25:33', 46, NULL, '103.151.46.210'),
(7856, '2025-11-24 11:30:47', 272, NULL, '52.73.6.26'),
(7857, '2025-11-24 11:31:56', 215, NULL, '105.112.54.127'),
(7858, '2025-11-24 11:32:07', 132, NULL, '34.224.9.144'),
(7859, '2025-11-24 11:32:19', 285, NULL, '34.206.193.60'),
(7860, '2025-11-24 11:32:24', 282, NULL, '18.213.70.100'),
(7861, '2025-11-24 11:32:35', 102, NULL, '98.82.40.168'),
(7862, '2025-11-24 11:33:43', 296, NULL, '54.225.148.123'),
(7863, '2025-11-24 11:34:07', 301, NULL, '3.212.219.113'),
(7864, '2025-11-24 11:34:32', 283, NULL, '185.191.171.16'),
(7865, '2025-11-24 11:35:16', 275, NULL, '3.220.148.166'),
(7866, '2025-11-24 11:35:53', 254, NULL, '66.249.66.201'),
(7867, '2025-11-24 11:36:08', 284, NULL, '52.70.209.13'),
(7868, '2025-11-24 11:36:23', 278, NULL, '18.233.24.238'),
(7869, '2025-11-24 11:36:27', 290, NULL, '3.225.45.252'),
(7870, '2025-11-24 11:36:55', 278, NULL, '50.19.79.213'),
(7871, '2025-11-24 11:37:10', 194, NULL, '85.208.96.212'),
(7872, '2025-11-24 11:37:29', 2, NULL, '44.206.93.215'),
(7873, '2025-11-24 11:38:47', 240, NULL, '98.82.107.102'),
(7874, '2025-11-24 11:38:55', 287, NULL, '34.225.87.80'),
(7875, '2025-11-24 11:39:09', 281, NULL, '44.193.102.198'),
(7876, '2025-11-24 11:39:11', 128, NULL, '85.208.96.206'),
(7877, '2025-11-24 11:39:17', 278, NULL, '52.0.218.219'),
(7878, '2025-11-24 11:40:00', 162, NULL, '85.208.96.201'),
(7879, '2025-11-24 11:40:33', 290, NULL, '44.223.115.10'),
(7880, '2025-11-24 11:40:55', 289, NULL, '52.200.251.20'),
(7881, '2025-11-24 11:41:17', 289, NULL, '54.84.147.79'),
(7882, '2025-11-24 11:41:57', 277, NULL, '98.83.177.42'),
(7883, '2025-11-24 11:42:39', 277, NULL, '54.225.181.161'),
(7884, '2025-11-24 11:44:04', 299, NULL, '54.92.171.106'),
(7885, '2025-11-24 11:44:39', 276, NULL, '54.85.109.140'),
(7886, '2025-11-24 11:45:54', 290, NULL, '54.209.100.30'),
(7887, '2025-11-24 11:46:02', 316, NULL, '185.191.171.9'),
(7888, '2025-11-24 11:46:12', 289, NULL, '98.82.40.168'),
(7889, '2025-11-24 11:46:54', 319, NULL, '52.71.203.206'),
(7890, '2025-11-24 11:47:41', 272, NULL, '50.17.193.48'),
(7891, '2025-11-24 11:47:46', 310, NULL, '18.208.11.93'),
(7892, '2025-11-24 11:47:51', 282, NULL, '85.208.96.193'),
(7893, '2025-11-24 11:47:57', 308, NULL, '107.22.208.39'),
(7894, '2025-11-24 11:48:15', 284, NULL, '34.234.197.175'),
(7895, '2025-11-24 11:58:03', 112, NULL, '44.221.37.41'),
(7896, '2025-11-24 12:00:41', 237, NULL, '185.191.171.4'),
(7897, '2025-11-24 12:06:12', 327, NULL, '66.249.66.75'),
(7898, '2025-11-24 12:07:14', 218, NULL, '185.191.171.6'),
(7899, '2025-11-24 12:07:25', 312, NULL, '185.191.171.13'),
(7900, '2025-11-24 12:12:35', 248, NULL, '185.191.171.13'),
(7901, '2025-11-24 12:16:19', 219, NULL, '185.191.171.18'),
(7902, '2025-11-24 12:18:28', 289, NULL, '98.82.107.102'),
(7903, '2025-11-24 12:18:48', 48, NULL, '66.249.66.75'),
(7904, '2025-11-24 12:20:26', 46, NULL, '43.173.181.111'),
(7905, '2025-11-24 12:20:37', 320, NULL, '66.249.66.166'),
(7906, '2025-11-24 12:21:54', 36, NULL, '185.191.171.2'),
(7907, '2025-11-24 12:23:03', 133, NULL, '185.191.171.2'),
(7908, '2025-11-24 12:31:36', 33, NULL, '185.191.171.19'),
(7909, '2025-11-24 12:35:02', 207, NULL, '66.249.66.77'),
(7910, '2025-11-24 12:35:02', 208, NULL, '66.249.66.77'),
(7911, '2025-11-24 12:35:02', 209, NULL, '66.249.66.77'),
(7912, '2025-11-24 12:35:02', 210, NULL, '66.249.66.77'),
(7913, '2025-11-24 12:35:02', 211, NULL, '66.249.66.77'),
(7914, '2025-11-24 12:35:02', 213, NULL, '66.249.66.77'),
(7915, '2025-11-24 12:35:02', 214, NULL, '66.249.66.77'),
(7916, '2025-11-24 12:35:02', 215, NULL, '66.249.66.77'),
(7917, '2025-11-24 12:35:56', 217, NULL, '185.191.171.14'),
(7918, '2025-11-24 12:38:36', 270, NULL, '44.193.102.198'),
(7919, '2025-11-24 12:38:42', 142, NULL, '18.232.11.247'),
(7920, '2025-11-24 12:40:07', 252, NULL, '185.191.171.6'),
(7921, '2025-11-24 12:46:40', 247, NULL, '44.195.50.71'),
(7922, '2025-11-24 12:48:51', 158, NULL, '43.173.182.215'),
(7923, '2025-11-24 12:49:29', 244, NULL, '18.213.240.226'),
(7924, '2025-11-24 12:59:16', 201, NULL, '104.252.188.200'),
(7925, '2025-11-24 12:59:17', 201, NULL, '142.147.191.246'),
(7926, '2025-11-24 12:59:21', 46, NULL, '167.249.188.94'),
(7927, '2025-11-24 12:59:31', 309, NULL, '107.22.208.39'),
(7928, '2025-11-24 13:00:35', 46, NULL, '179.37.164.16'),
(7929, '2025-11-24 13:01:07', 287, NULL, '98.82.38.120'),
(7930, '2025-11-24 13:01:19', 280, NULL, '52.71.46.142'),
(7931, '2025-11-24 13:03:11', 288, NULL, '100.24.149.244'),
(7932, '2025-11-24 13:03:39', 284, NULL, '98.83.8.142'),
(7933, '2025-11-24 13:04:22', 168, NULL, '85.208.96.197'),
(7934, '2025-11-24 13:04:55', 277, NULL, '34.194.226.74'),
(7935, '2025-11-24 13:05:23', 277, NULL, '3.230.69.161'),
(7936, '2025-11-24 13:06:19', 284, NULL, '98.82.38.120'),
(7937, '2025-11-24 13:06:23', 289, NULL, '3.221.50.71'),
(7938, '2025-11-24 13:09:13', 274, NULL, '34.205.170.13'),
(7939, '2025-11-24 13:09:30', 166, NULL, '85.208.96.207'),
(7940, '2025-11-24 13:10:36', 197, NULL, '185.191.171.12'),
(7941, '2025-11-24 13:10:45', 198, NULL, '85.208.96.194'),
(7942, '2025-11-24 13:11:39', 290, NULL, '54.235.172.96'),
(7943, '2025-11-24 13:15:29', 98, NULL, '40.77.167.77'),
(7944, '2025-11-24 13:16:32', 274, NULL, '98.83.178.66'),
(7945, '2025-11-24 13:16:57', 267, NULL, '3.213.85.234'),
(7946, '2025-11-24 13:17:48', 290, NULL, '54.225.181.161'),
(7947, '2025-11-24 13:18:56', 298, NULL, '184.73.239.35'),
(7948, '2025-11-24 13:19:33', 276, NULL, '34.236.135.14'),
(7949, '2025-11-24 13:19:44', 288, NULL, '3.222.190.107'),
(7950, '2025-11-24 13:24:11', 283, NULL, '184.73.195.18'),
(7951, '2025-11-24 13:30:55', 251, NULL, '200.39.53.213'),
(7952, '2025-11-24 13:32:22', 145, NULL, '152.170.10.54'),
(7953, '2025-11-24 13:33:19', 268, NULL, '52.44.229.124'),
(7954, '2025-11-24 13:33:39', 299, NULL, '17.241.219.228'),
(7955, '2025-11-24 13:34:59', 271, NULL, '3.208.156.9'),
(7956, '2025-11-24 13:36:48', 283, NULL, '34.224.132.215'),
(7957, '2025-11-24 13:38:00', 254, NULL, '34.238.45.183'),
(7958, '2025-11-24 13:38:11', 307, NULL, '52.7.33.248'),
(7959, '2025-11-24 13:39:19', 184, NULL, '185.191.171.4'),
(7960, '2025-11-24 13:44:24', 11, NULL, '18.205.127.11'),
(7961, '2025-11-24 13:45:21', 281, NULL, '54.225.81.20'),
(7962, '2025-11-24 13:47:36', 201, NULL, '85.208.96.212'),
(7963, '2025-11-24 13:49:07', 298, NULL, '3.210.223.61'),
(7964, '2025-11-24 13:49:17', 275, NULL, '3.227.180.70'),
(7965, '2025-11-24 13:49:27', 283, NULL, '3.221.50.71'),
(7966, '2025-11-24 13:51:27', 65, NULL, '43.173.178.147'),
(7967, '2025-11-24 13:56:05', 46, NULL, '152.58.58.94'),
(7968, '2025-11-24 13:56:32', 46, NULL, '152.58.185.46'),
(7969, '2025-11-24 13:58:43', 240, NULL, '85.208.96.197'),
(7970, '2025-11-24 13:59:07', 235, NULL, '17.241.219.167'),
(7971, '2025-11-24 13:59:25', 48, NULL, '66.249.66.12'),
(7972, '2025-11-24 14:00:33', 172, NULL, '17.241.75.185'),
(7973, '2025-11-24 14:06:07', 276, NULL, '44.221.105.234'),
(7974, '2025-11-24 14:06:20', 254, NULL, '18.214.238.178'),
(7975, '2025-11-24 14:06:53', 275, NULL, '54.167.32.123'),
(7976, '2025-11-24 14:10:57', 292, NULL, '44.193.102.198'),
(7977, '2025-11-24 14:12:01', 203, NULL, '185.191.171.1'),
(7978, '2025-11-24 14:13:04', 223, NULL, '85.208.96.208'),
(7979, '2025-11-24 14:14:08', 254, NULL, '54.166.126.132'),
(7980, '2025-11-24 14:17:14', 335, NULL, '66.249.66.12'),
(7981, '2025-11-24 14:17:54', 129, NULL, '43.173.181.88'),
(7982, '2025-11-24 14:18:49', 240, NULL, '52.3.104.214'),
(7983, '2025-11-24 14:18:52', 189, NULL, '44.212.145.46'),
(7984, '2025-11-24 14:18:52', 135, NULL, '44.212.145.46'),
(7985, '2025-11-24 14:18:52', 259, NULL, '44.212.145.46'),
(7986, '2025-11-24 14:18:52', 317, NULL, '44.212.145.46'),
(7987, '2025-11-24 14:18:52', 144, NULL, '44.212.145.46'),
(7988, '2025-11-24 14:18:52', 260, NULL, '44.212.145.46'),
(7989, '2025-11-24 14:18:52', 240, NULL, '44.212.145.46'),
(7990, '2025-11-24 14:18:52', 245, NULL, '44.212.145.46'),
(7991, '2025-11-24 14:18:52', 319, NULL, '44.212.145.46'),
(7992, '2025-11-24 14:18:52', 243, NULL, '44.212.145.46'),
(7993, '2025-11-24 14:18:52', 142, NULL, '44.212.145.46'),
(7994, '2025-11-24 14:18:52', 272, NULL, '44.212.145.46'),
(7995, '2025-11-24 14:18:52', 214, NULL, '44.212.145.46'),
(7996, '2025-11-24 14:18:52', 235, NULL, '44.212.145.46'),
(7997, '2025-11-24 14:18:52', 180, NULL, '44.212.145.46'),
(7998, '2025-11-24 14:18:56', 276, NULL, '18.211.148.239'),
(7999, '2025-11-24 14:19:08', 254, NULL, '44.217.177.142'),
(8000, '2025-11-24 14:19:21', 296, NULL, '52.54.249.218'),
(8001, '2025-11-24 14:19:25', 271, NULL, '98.83.178.66'),
(8002, '2025-11-24 14:20:09', 267, NULL, '52.3.104.214'),
(8003, '2025-11-24 14:20:13', 292, NULL, '100.29.34.97'),
(8004, '2025-11-24 14:20:24', 274, NULL, '52.23.112.144'),
(8005, '2025-11-24 14:20:34', 277, NULL, '100.28.57.133'),
(8006, '2025-11-24 14:21:08', 237, NULL, '185.191.171.13'),
(8007, '2025-11-24 14:26:30', 325, NULL, '85.208.96.196'),
(8008, '2025-11-24 14:28:31', 268, NULL, '54.85.126.86'),
(8009, '2025-11-24 14:32:59', 332, NULL, '103.61.240.205'),
(8010, '2025-11-24 14:36:50', 191, NULL, '17.241.227.35'),
(8011, '2025-11-24 14:38:05', 285, NULL, '54.92.171.106'),
(8012, '2025-11-24 14:38:29', 142, NULL, '17.241.227.181'),
(8013, '2025-11-24 14:38:54', 327, NULL, '66.249.66.166'),
(8014, '2025-11-24 14:39:04', 254, NULL, '66.249.66.36'),
(8015, '2025-11-24 14:41:55', 186, NULL, '85.208.96.199'),
(8016, '2025-11-24 14:47:12', 261, NULL, '52.54.15.103'),
(8017, '2025-11-24 14:50:20', 246, NULL, '34.194.165.45'),
(8018, '2025-11-24 14:51:23', 129, NULL, '201.140.222.57'),
(8019, '2025-11-24 14:55:07', 189, NULL, '44.208.223.68'),
(8020, '2025-11-24 14:55:07', 135, NULL, '44.208.223.68'),
(8021, '2025-11-24 14:55:07', 259, NULL, '44.208.223.68'),
(8022, '2025-11-24 14:55:07', 317, NULL, '44.208.223.68'),
(8023, '2025-11-24 14:55:07', 144, NULL, '44.208.223.68'),
(8024, '2025-11-24 14:55:07', 260, NULL, '44.208.223.68'),
(8025, '2025-11-24 14:55:07', 240, NULL, '44.208.223.68'),
(8026, '2025-11-24 14:55:07', 245, NULL, '44.208.223.68'),
(8027, '2025-11-24 14:55:07', 319, NULL, '44.208.223.68'),
(8028, '2025-11-24 14:55:07', 243, NULL, '44.208.223.68'),
(8029, '2025-11-24 14:55:07', 142, NULL, '44.208.223.68'),
(8030, '2025-11-24 14:55:07', 272, NULL, '44.208.223.68'),
(8031, '2025-11-24 14:55:07', 214, NULL, '44.208.223.68'),
(8032, '2025-11-24 14:55:07', 235, NULL, '44.208.223.68'),
(8033, '2025-11-24 14:55:07', 180, NULL, '44.208.223.68'),
(8034, '2025-11-24 14:55:11', 189, NULL, '54.145.82.217'),
(8035, '2025-11-24 14:55:11', 135, NULL, '54.145.82.217'),
(8036, '2025-11-24 14:55:11', 259, NULL, '54.145.82.217'),
(8037, '2025-11-24 14:55:11', 317, NULL, '54.145.82.217'),
(8038, '2025-11-24 14:55:11', 144, NULL, '54.145.82.217'),
(8039, '2025-11-24 14:55:11', 260, NULL, '54.145.82.217'),
(8040, '2025-11-24 14:55:11', 240, NULL, '54.145.82.217'),
(8041, '2025-11-24 14:55:11', 245, NULL, '54.145.82.217'),
(8042, '2025-11-24 14:55:11', 319, NULL, '54.145.82.217'),
(8043, '2025-11-24 14:55:11', 243, NULL, '54.145.82.217'),
(8044, '2025-11-24 14:55:11', 142, NULL, '54.145.82.217'),
(8045, '2025-11-24 14:55:11', 272, NULL, '54.145.82.217'),
(8046, '2025-11-24 14:55:11', 214, NULL, '54.145.82.217'),
(8047, '2025-11-24 14:55:11', 235, NULL, '54.145.82.217'),
(8048, '2025-11-24 14:55:11', 180, NULL, '54.145.82.217'),
(8049, '2025-11-24 14:55:19', 285, NULL, '50.19.102.70'),
(8050, '2025-11-24 14:55:39', 142, NULL, '54.85.126.86'),
(8051, '2025-11-24 14:55:52', 102, NULL, '52.7.13.143'),
(8052, '2025-11-24 14:56:11', 280, NULL, '3.81.253.213'),
(8053, '2025-11-24 14:56:27', 298, NULL, '23.23.99.55'),
(8054, '2025-11-24 14:56:51', 281, NULL, '54.157.99.244'),
(8055, '2025-11-24 14:58:51', 283, NULL, '98.83.177.42'),
(8056, '2025-11-24 15:01:20', 257, NULL, '66.249.66.12'),
(8057, '2025-11-24 15:02:41', 298, NULL, '66.249.66.13'),
(8058, '2025-11-24 15:05:35', 102, NULL, '54.225.181.161'),
(8059, '2025-11-24 15:05:51', 292, NULL, '52.2.191.202'),
(8060, '2025-11-24 15:06:12', 289, NULL, '3.217.171.106'),
(8061, '2025-11-24 15:07:01', 285, NULL, '54.163.169.168'),
(8062, '2025-11-24 15:07:03', 285, NULL, '44.194.134.53'),
(8063, '2025-11-24 15:07:16', 287, NULL, '44.214.19.8'),
(8064, '2025-11-24 15:08:31', 282, NULL, '18.206.47.187'),
(8065, '2025-11-24 15:08:36', 280, NULL, '50.16.248.61'),
(8066, '2025-11-24 15:11:05', 265, NULL, '178.157.45.236'),
(8067, '2025-11-24 15:11:08', 265, NULL, '66.249.81.167'),
(8068, '2025-11-24 15:11:08', 265, NULL, '66.102.9.236'),
(8069, '2025-11-24 15:14:34', 240, NULL, '52.2.58.41'),
(8070, '2025-11-24 15:16:11', 273, NULL, '17.246.19.163'),
(8071, '2025-11-24 15:16:20', 283, NULL, '98.82.59.253'),
(8072, '2025-11-24 15:17:16', 316, NULL, '54.145.82.217'),
(8073, '2025-11-24 15:18:21', 282, NULL, '34.206.212.24'),
(8074, '2025-11-24 15:23:39', 7, NULL, '40.77.167.143'),
(8075, '2025-11-24 15:28:39', 245, NULL, '17.246.15.116');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(8076, '2025-11-24 15:35:43', 280, NULL, '34.236.41.241'),
(8077, '2025-11-24 15:35:48', 280, NULL, '54.147.80.137'),
(8078, '2025-11-24 15:37:31', 290, NULL, '23.21.204.95'),
(8079, '2025-11-24 15:37:33', 174, NULL, '17.241.75.96'),
(8080, '2025-11-24 15:39:57', 338, NULL, '66.249.66.200'),
(8081, '2025-11-24 15:42:18', 254, NULL, '54.90.244.132'),
(8082, '2025-11-24 16:00:59', 246, NULL, '52.73.142.41'),
(8083, '2025-11-24 16:02:23', 198, NULL, '17.22.245.141'),
(8084, '2025-11-24 16:02:35', 248, NULL, '34.238.45.183'),
(8085, '2025-11-24 16:03:15', 314, NULL, '66.249.66.166'),
(8086, '2025-11-24 16:08:42', 306, NULL, '66.249.66.168'),
(8087, '2025-11-24 16:09:00', 127, NULL, '66.249.66.166'),
(8088, '2025-11-24 16:09:36', 98, NULL, '43.173.177.93'),
(8089, '2025-11-24 16:10:36', 342, NULL, '204.157.177.12'),
(8090, '2025-11-24 16:11:34', 317, NULL, '192.162.237.32'),
(8091, '2025-11-24 16:11:34', 283, NULL, '43.173.176.228'),
(8092, '2025-11-24 16:12:37', 317, NULL, '43.173.180.172'),
(8093, '2025-11-24 16:13:38', 238, NULL, '43.173.181.145'),
(8094, '2025-11-24 16:13:38', 306, NULL, '43.173.177.151'),
(8095, '2025-11-24 16:14:40', 299, NULL, '34.205.163.103'),
(8096, '2025-11-24 16:14:45', 299, NULL, '52.3.155.146'),
(8097, '2025-11-24 16:16:35', 272, NULL, '34.231.181.240'),
(8098, '2025-11-24 16:16:51', 240, NULL, '52.2.191.202'),
(8099, '2025-11-24 16:16:55', 321, NULL, '44.207.252.58'),
(8100, '2025-11-24 16:17:00', 318, NULL, '3.220.70.171'),
(8101, '2025-11-24 16:17:31', 254, NULL, '52.45.92.83'),
(8102, '2025-11-24 16:17:51', 298, NULL, '54.152.163.42'),
(8103, '2025-11-24 16:18:08', 280, NULL, '54.89.90.224'),
(8104, '2025-11-24 16:18:36', 102, NULL, '18.214.138.148'),
(8105, '2025-11-24 16:18:56', 287, NULL, '3.94.156.104'),
(8106, '2025-11-24 16:19:16', 296, NULL, '3.210.29.96'),
(8107, '2025-11-24 16:19:56', 296, NULL, '52.0.41.164'),
(8108, '2025-11-24 16:20:03', 281, NULL, '52.71.46.142'),
(8109, '2025-11-24 16:20:23', 288, NULL, '3.213.85.234'),
(8110, '2025-11-24 16:20:27', 281, NULL, '52.45.29.57'),
(8111, '2025-11-24 16:20:35', 281, NULL, '52.3.155.146'),
(8112, '2025-11-24 16:20:39', 281, NULL, '34.235.239.240'),
(8113, '2025-11-24 16:20:43', 281, NULL, '3.222.85.38'),
(8114, '2025-11-24 16:21:27', 284, NULL, '3.229.95.193'),
(8115, '2025-11-24 16:21:31', 292, NULL, '18.206.47.187'),
(8116, '2025-11-24 16:21:36', 288, NULL, '34.206.212.24'),
(8117, '2025-11-24 16:21:39', 284, NULL, '34.236.41.241'),
(8118, '2025-11-24 16:21:51', 292, NULL, '3.218.35.239'),
(8119, '2025-11-24 16:22:15', 284, NULL, '52.5.242.243'),
(8120, '2025-11-24 16:22:31', 290, NULL, '54.152.163.42'),
(8121, '2025-11-24 16:23:54', 316, NULL, '222.252.151.88'),
(8122, '2025-11-24 16:26:51', 279, NULL, '34.226.89.140'),
(8123, '2025-11-24 16:27:34', 47, NULL, '43.173.180.210'),
(8124, '2025-11-24 16:27:34', 42, NULL, '43.173.180.210'),
(8125, '2025-11-24 16:27:43', 277, NULL, '44.207.69.106'),
(8126, '2025-11-24 16:32:11', 317, NULL, '66.249.66.12'),
(8127, '2025-11-24 16:33:11', 239, NULL, '17.22.245.254'),
(8128, '2025-11-24 16:36:01', 127, NULL, '66.249.66.201'),
(8129, '2025-11-24 16:37:14', 127, NULL, '66.249.66.35'),
(8130, '2025-11-24 16:37:24', 127, NULL, '66.249.66.75'),
(8131, '2025-11-24 16:39:53', 301, NULL, '3.223.134.5'),
(8132, '2025-11-24 16:40:30', 276, NULL, '98.83.178.66'),
(8133, '2025-11-24 16:40:48', 311, NULL, '34.193.2.57'),
(8134, '2025-11-24 16:42:00', 275, NULL, '3.210.29.96'),
(8135, '2025-11-24 16:42:35', 279, NULL, '18.206.47.187'),
(8136, '2025-11-24 16:46:00', 285, NULL, '3.223.134.5'),
(8137, '2025-11-24 16:48:00', 311, NULL, '66.249.66.168'),
(8138, '2025-11-24 16:48:21', 299, NULL, '3.217.171.106'),
(8139, '2025-11-24 16:48:40', 189, NULL, '44.221.105.234'),
(8140, '2025-11-24 16:48:40', 135, NULL, '44.221.105.234'),
(8141, '2025-11-24 16:48:40', 259, NULL, '44.221.105.234'),
(8142, '2025-11-24 16:48:40', 317, NULL, '44.221.105.234'),
(8143, '2025-11-24 16:48:40', 144, NULL, '44.221.105.234'),
(8144, '2025-11-24 16:48:40', 260, NULL, '44.221.105.234'),
(8145, '2025-11-24 16:48:40', 240, NULL, '44.221.105.234'),
(8146, '2025-11-24 16:48:40', 245, NULL, '44.221.105.234'),
(8147, '2025-11-24 16:48:40', 319, NULL, '44.221.105.234'),
(8148, '2025-11-24 16:48:40', 243, NULL, '44.221.105.234'),
(8149, '2025-11-24 16:48:40', 142, NULL, '44.221.105.234'),
(8150, '2025-11-24 16:48:40', 272, NULL, '44.221.105.234'),
(8151, '2025-11-24 16:48:40', 214, NULL, '44.221.105.234'),
(8152, '2025-11-24 16:48:40', 235, NULL, '44.221.105.234'),
(8153, '2025-11-24 16:48:40', 180, NULL, '44.221.105.234'),
(8154, '2025-11-24 16:48:49', 267, NULL, '3.209.174.110'),
(8155, '2025-11-24 16:48:51', 285, NULL, '34.194.233.48'),
(8156, '2025-11-24 16:52:12', 154, NULL, '43.173.179.142'),
(8157, '2025-11-24 16:53:06', 259, NULL, '3.225.9.97'),
(8158, '2025-11-24 16:53:15', 287, NULL, '66.249.66.202'),
(8159, '2025-11-24 16:57:11', 271, NULL, '3.216.227.216'),
(8160, '2025-11-24 16:57:43', 298, NULL, '23.23.103.31'),
(8161, '2025-11-24 17:01:59', 31, NULL, '66.249.66.35'),
(8162, '2025-11-24 17:02:41', 105, NULL, '43.173.179.80'),
(8163, '2025-11-24 17:02:42', 151, NULL, '43.173.181.236'),
(8164, '2025-11-24 17:05:35', 268, NULL, '44.194.139.149'),
(8165, '2025-11-24 17:09:37', 287, NULL, '44.208.193.63'),
(8166, '2025-11-24 17:10:52', 296, NULL, '44.221.180.179'),
(8167, '2025-11-24 17:10:56', 7, NULL, '54.225.181.161'),
(8168, '2025-11-24 17:11:25', 278, NULL, '23.21.225.190'),
(8169, '2025-11-24 17:12:44', 270, NULL, '44.207.207.36'),
(8170, '2025-11-24 17:13:43', 102, NULL, '3.229.164.203'),
(8171, '2025-11-24 17:15:16', 272, NULL, '44.215.210.112'),
(8172, '2025-11-24 17:15:40', 271, NULL, '3.224.205.25'),
(8173, '2025-11-24 17:17:05', 279, NULL, '3.226.106.93'),
(8174, '2025-11-24 17:17:26', 155, NULL, '43.173.180.172'),
(8175, '2025-11-24 17:24:06', 8, NULL, '66.249.66.12'),
(8176, '2025-11-24 17:26:38', 23, NULL, '66.249.66.201'),
(8177, '2025-11-24 17:32:00', 188, NULL, '17.241.227.52'),
(8178, '2025-11-24 17:35:23', 160, NULL, '43.173.180.76'),
(8179, '2025-11-24 17:36:27', 316, NULL, '103.47.132.1'),
(8180, '2025-11-24 17:36:28', 161, NULL, '43.173.182.140'),
(8181, '2025-11-24 17:37:33', 286, NULL, '43.173.175.68'),
(8182, '2025-11-24 17:38:15', 315, NULL, '66.249.66.200'),
(8183, '2025-11-24 17:38:33', 335, NULL, '43.173.179.81'),
(8184, '2025-11-24 17:38:55', 270, NULL, '3.210.114.189'),
(8185, '2025-11-24 17:39:15', 278, NULL, '54.235.191.179'),
(8186, '2025-11-24 17:39:37', 315, NULL, '43.173.176.75'),
(8187, '2025-11-24 17:41:14', 149, NULL, '17.246.19.5'),
(8188, '2025-11-24 17:42:27', 290, NULL, '3.222.85.38'),
(8189, '2025-11-24 17:46:16', 201, NULL, '85.208.96.210'),
(8190, '2025-11-24 17:49:21', 290, NULL, '66.249.66.167'),
(8191, '2025-11-24 17:50:08', 112, NULL, '43.173.178.66'),
(8192, '2025-11-24 17:50:08', 111, NULL, '43.173.178.66'),
(8193, '2025-11-24 17:50:08', 108, NULL, '43.173.178.66'),
(8194, '2025-11-24 17:50:08', 107, NULL, '43.173.178.66'),
(8195, '2025-11-24 17:50:08', 106, NULL, '43.173.178.66'),
(8196, '2025-11-24 17:50:08', 105, NULL, '43.173.178.66'),
(8197, '2025-11-24 17:50:08', 104, NULL, '43.173.178.66'),
(8198, '2025-11-24 17:50:08', 103, NULL, '43.173.178.66'),
(8199, '2025-11-24 17:50:08', 102, NULL, '43.173.178.66'),
(8200, '2025-11-24 17:50:08', 101, NULL, '43.173.178.66'),
(8201, '2025-11-24 17:50:08', 100, NULL, '43.173.178.66'),
(8202, '2025-11-24 17:53:20', 158, NULL, '43.173.173.14'),
(8203, '2025-11-24 17:55:24', 150, NULL, '43.173.181.20'),
(8204, '2025-11-24 18:02:46', 326, NULL, '66.249.66.34'),
(8205, '2025-11-24 18:10:17', 246, NULL, '18.204.152.114'),
(8206, '2025-11-24 18:11:06', 46, NULL, '43.173.178.217'),
(8207, '2025-11-24 18:11:16', 332, NULL, '66.249.66.35'),
(8208, '2025-11-24 18:13:45', 165, NULL, '52.167.144.238'),
(8209, '2025-11-24 18:21:08', 296, NULL, '51.39.232.107'),
(8210, '2025-11-24 18:23:47', 267, NULL, '17.241.75.129'),
(8211, '2025-11-24 18:25:51', 240, NULL, '52.2.83.227'),
(8212, '2025-11-24 18:26:07', 276, NULL, '3.212.205.90'),
(8213, '2025-11-24 18:26:19', 270, NULL, '52.45.92.83'),
(8214, '2025-11-24 18:26:27', 189, NULL, '34.196.237.236'),
(8215, '2025-11-24 18:26:27', 135, NULL, '34.196.237.236'),
(8216, '2025-11-24 18:26:27', 259, NULL, '34.196.237.236'),
(8217, '2025-11-24 18:26:27', 317, NULL, '34.196.237.236'),
(8218, '2025-11-24 18:26:27', 144, NULL, '34.196.237.236'),
(8219, '2025-11-24 18:26:27', 260, NULL, '34.196.237.236'),
(8220, '2025-11-24 18:26:27', 240, NULL, '34.196.237.236'),
(8221, '2025-11-24 18:26:27', 245, NULL, '34.196.237.236'),
(8222, '2025-11-24 18:26:27', 319, NULL, '34.196.237.236'),
(8223, '2025-11-24 18:26:27', 243, NULL, '34.196.237.236'),
(8224, '2025-11-24 18:26:27', 142, NULL, '34.196.237.236'),
(8225, '2025-11-24 18:26:27', 272, NULL, '34.196.237.236'),
(8226, '2025-11-24 18:26:27', 214, NULL, '34.196.237.236'),
(8227, '2025-11-24 18:26:27', 235, NULL, '34.196.237.236'),
(8228, '2025-11-24 18:26:27', 180, NULL, '34.196.237.236'),
(8229, '2025-11-24 18:28:03', 282, NULL, '100.24.167.60'),
(8230, '2025-11-24 18:28:07', 298, NULL, '35.170.205.140'),
(8231, '2025-11-24 18:28:47', 301, NULL, '54.84.250.51'),
(8232, '2025-11-24 18:29:11', 271, NULL, '98.84.60.17'),
(8233, '2025-11-24 18:29:35', 284, NULL, '44.218.6.93'),
(8234, '2025-11-24 18:30:11', 271, NULL, '52.6.97.88'),
(8235, '2025-11-24 18:30:27', 281, NULL, '3.211.181.86'),
(8236, '2025-11-24 18:31:04', 256, NULL, '52.255.111.11'),
(8237, '2025-11-24 18:31:50', 309, NULL, '113.182.107.7'),
(8238, '2025-11-24 18:32:03', 288, NULL, '34.224.132.215'),
(8239, '2025-11-24 18:32:19', 289, NULL, '54.84.169.196'),
(8240, '2025-11-24 18:32:27', 290, NULL, '50.17.193.48'),
(8241, '2025-11-24 18:32:51', 278, NULL, '44.217.255.167'),
(8242, '2025-11-24 18:33:11', 275, NULL, '34.227.156.153'),
(8243, '2025-11-24 18:34:03', 279, NULL, '52.45.15.233'),
(8244, '2025-11-24 18:34:31', 279, NULL, '54.88.84.219'),
(8245, '2025-11-24 18:35:47', 254, NULL, '18.215.24.66'),
(8246, '2025-11-24 18:36:31', 296, NULL, '34.206.249.188'),
(8247, '2025-11-24 18:38:03', 335, NULL, '66.249.66.167'),
(8248, '2025-11-24 18:38:20', 254, NULL, '3.212.219.113'),
(8249, '2025-11-24 18:39:20', 298, NULL, '3.90.73.206'),
(8250, '2025-11-24 18:41:25', 267, NULL, '34.206.249.188'),
(8251, '2025-11-24 18:47:40', 276, NULL, '54.204.12.115'),
(8252, '2025-11-24 18:52:07', 281, NULL, '23.23.104.107'),
(8253, '2025-11-24 18:53:11', 310, NULL, '52.6.97.88'),
(8254, '2025-11-24 18:54:21', 236, NULL, '17.22.245.176'),
(8255, '2025-11-24 18:58:23', 309, NULL, '98.83.72.38'),
(8256, '2025-11-24 19:00:43', 313, NULL, '23.20.178.124'),
(8257, '2025-11-24 19:03:23', 265, NULL, '50.19.221.48'),
(8258, '2025-11-24 19:03:31', 269, NULL, '34.233.219.155'),
(8259, '2025-11-24 19:04:37', 262, NULL, '17.22.237.125'),
(8260, '2025-11-24 19:05:43', 282, NULL, '52.203.65.83'),
(8261, '2025-11-24 19:11:59', 270, NULL, '98.84.131.195'),
(8262, '2025-11-24 19:13:23', 254, NULL, '98.84.60.17'),
(8263, '2025-11-24 19:13:32', 298, NULL, '18.232.36.1'),
(8264, '2025-11-24 19:14:05', 296, NULL, '52.71.218.25'),
(8265, '2025-11-24 19:15:35', 278, NULL, '3.219.81.66'),
(8266, '2025-11-24 19:18:06', 277, NULL, '34.195.60.66'),
(8267, '2025-11-24 19:21:30', 283, NULL, '3.211.105.134'),
(8268, '2025-11-24 19:21:42', 270, NULL, '66.249.66.167'),
(8269, '2025-11-24 19:23:03', 271, NULL, '54.145.82.217'),
(8270, '2025-11-24 19:24:55', 271, NULL, '23.21.179.27'),
(8271, '2025-11-24 19:24:57', 275, NULL, '44.206.93.215'),
(8272, '2025-11-24 19:25:46', 254, NULL, '45.5.100.237'),
(8273, '2025-11-24 19:38:46', 268, NULL, '45.234.227.200'),
(8274, '2025-11-24 19:41:44', 182, NULL, '17.241.219.202'),
(8275, '2025-11-24 19:47:58', 89, NULL, '85.208.96.208'),
(8276, '2025-11-24 19:58:27', 271, NULL, '100.29.155.89'),
(8277, '2025-11-24 20:01:41', 260, NULL, '17.22.253.104'),
(8278, '2025-11-24 20:04:56', 189, NULL, '185.191.171.14'),
(8279, '2025-11-24 20:11:50', 301, NULL, '172.213.21.115'),
(8280, '2025-11-24 20:14:32', 235, NULL, '185.191.171.17'),
(8281, '2025-11-24 20:21:13', 266, NULL, '17.246.15.24'),
(8282, '2025-11-24 20:23:02', 299, NULL, '23.23.212.212'),
(8283, '2025-11-24 20:25:29', 322, NULL, '34.234.206.30'),
(8284, '2025-11-24 20:25:38', 270, NULL, '35.172.125.172'),
(8285, '2025-11-24 20:25:41', 267, NULL, '100.28.204.82'),
(8286, '2025-11-24 20:25:45', 270, NULL, '34.239.197.197'),
(8287, '2025-11-24 20:26:29', 267, NULL, '52.6.232.201'),
(8288, '2025-11-24 20:26:38', 285, NULL, '3.215.59.93'),
(8289, '2025-11-24 20:26:58', 142, NULL, '18.207.89.138'),
(8290, '2025-11-24 20:27:30', 282, NULL, '184.72.84.154'),
(8291, '2025-11-24 20:28:30', 282, NULL, '52.2.4.213'),
(8292, '2025-11-24 20:29:40', 287, NULL, '52.54.249.218'),
(8293, '2025-11-24 20:29:41', 298, NULL, '176.237.196.170'),
(8294, '2025-11-24 20:30:56', 275, NULL, '34.206.193.60'),
(8295, '2025-11-24 20:31:08', 288, NULL, '23.23.104.107'),
(8296, '2025-11-24 20:31:36', 290, NULL, '184.73.68.20'),
(8297, '2025-11-24 20:31:40', 290, NULL, '23.21.228.180'),
(8298, '2025-11-24 20:32:20', 104, NULL, '43.173.180.10'),
(8299, '2025-11-24 20:33:01', 215, NULL, '177.75.61.106'),
(8300, '2025-11-24 20:33:40', 277, NULL, '3.226.106.93'),
(8301, '2025-11-24 20:34:38', 301, NULL, '74.7.229.226'),
(8302, '2025-11-24 20:34:40', 277, NULL, '54.197.102.71'),
(8303, '2025-11-24 20:35:00', 323, NULL, '74.7.227.157'),
(8304, '2025-11-24 20:35:01', 328, NULL, '74.7.227.157'),
(8305, '2025-11-24 20:35:02', 331, NULL, '74.7.227.157'),
(8306, '2025-11-24 20:35:03', 330, NULL, '74.7.227.157'),
(8307, '2025-11-24 20:35:04', 334, NULL, '74.7.227.157'),
(8308, '2025-11-24 20:35:05', 325, NULL, '74.7.227.157'),
(8309, '2025-11-24 20:35:06', 339, NULL, '74.7.227.157'),
(8310, '2025-11-24 20:35:09', 327, NULL, '74.7.227.157'),
(8311, '2025-11-24 20:35:12', 335, NULL, '74.7.227.157'),
(8312, '2025-11-24 20:35:12', 340, NULL, '74.7.227.157'),
(8313, '2025-11-24 20:35:13', 337, NULL, '74.7.227.157'),
(8314, '2025-11-24 20:35:14', 336, NULL, '74.7.227.157'),
(8315, '2025-11-24 20:35:18', 344, NULL, '74.7.227.157'),
(8316, '2025-11-24 20:35:19', 342, NULL, '74.7.227.157'),
(8317, '2025-11-24 20:35:19', 329, NULL, '74.7.227.157'),
(8318, '2025-11-24 20:35:23', 324, NULL, '74.7.227.157'),
(8319, '2025-11-24 20:35:37', 326, NULL, '74.7.227.157'),
(8320, '2025-11-24 20:35:42', 338, NULL, '74.7.227.157'),
(8321, '2025-11-24 20:35:51', 333, NULL, '74.7.227.157'),
(8322, '2025-11-24 20:36:16', 312, NULL, '52.201.155.215'),
(8323, '2025-11-24 20:36:23', 332, NULL, '74.7.227.157'),
(8324, '2025-11-24 20:36:58', 112, NULL, '17.22.245.183'),
(8325, '2025-11-24 20:36:58', 111, NULL, '17.22.245.183'),
(8326, '2025-11-24 20:36:58', 108, NULL, '17.22.245.183'),
(8327, '2025-11-24 20:36:58', 107, NULL, '17.22.245.183'),
(8328, '2025-11-24 20:36:58', 106, NULL, '17.22.245.183'),
(8329, '2025-11-24 20:36:58', 105, NULL, '17.22.245.183'),
(8330, '2025-11-24 20:36:58', 104, NULL, '17.22.245.183'),
(8331, '2025-11-24 20:36:58', 103, NULL, '17.22.245.183'),
(8332, '2025-11-24 20:36:58', 102, NULL, '17.22.245.183'),
(8333, '2025-11-24 20:36:58', 101, NULL, '17.22.245.183'),
(8334, '2025-11-24 20:36:58', 100, NULL, '17.22.245.183'),
(8335, '2025-11-24 20:37:56', 283, NULL, '3.218.35.239'),
(8336, '2025-11-24 20:42:54', 200, NULL, '17.22.253.94'),
(8337, '2025-11-24 20:48:37', 261, NULL, '34.234.200.207'),
(8338, '2025-11-24 20:56:25', 299, NULL, '34.239.85.139'),
(8339, '2025-11-24 20:57:10', 322, NULL, '35.174.141.243'),
(8340, '2025-11-24 20:57:14', 270, NULL, '54.147.182.90'),
(8341, '2025-11-24 20:57:15', 269, NULL, '17.246.19.157'),
(8342, '2025-11-24 20:57:59', 254, NULL, '34.224.132.215'),
(8343, '2025-11-24 20:58:25', 280, NULL, '44.205.180.155'),
(8344, '2025-11-24 20:58:51', 301, NULL, '34.236.185.101'),
(8345, '2025-11-24 20:59:25', 292, NULL, '54.147.238.89'),
(8346, '2025-11-24 20:59:31', 275, NULL, '50.19.102.70'),
(8347, '2025-11-24 20:59:42', 290, NULL, '100.29.128.75'),
(8348, '2025-11-24 20:59:42', 278, NULL, '54.147.238.89'),
(8349, '2025-11-24 20:59:44', 290, NULL, '54.166.104.83'),
(8350, '2025-11-24 21:02:17', 289, NULL, '52.0.63.151'),
(8351, '2025-11-24 21:03:53', 283, NULL, '44.214.19.8'),
(8352, '2025-11-24 21:15:12', 268, NULL, '52.54.95.127'),
(8353, '2025-11-24 21:16:08', 33, NULL, '43.173.182.230'),
(8354, '2025-11-24 21:16:16', 148, NULL, '17.246.23.73'),
(8355, '2025-11-24 21:19:48', 301, NULL, '35.173.18.61'),
(8356, '2025-11-24 21:20:06', 301, NULL, '44.213.36.21'),
(8357, '2025-11-24 21:21:28', 292, NULL, '52.200.93.170'),
(8358, '2025-11-24 21:21:41', 282, NULL, '54.91.122.193'),
(8359, '2025-11-24 21:21:57', 288, NULL, '54.235.191.179'),
(8360, '2025-11-24 21:24:18', 37, NULL, '188.163.13.154'),
(8361, '2025-11-24 21:29:18', 102, NULL, '23.20.178.124'),
(8362, '2025-11-24 21:29:29', 306, NULL, '3.227.180.70'),
(8363, '2025-11-24 21:30:06', 281, NULL, '52.22.64.232'),
(8364, '2025-11-24 21:30:14', 275, NULL, '54.210.155.69'),
(8365, '2025-11-24 21:30:29', 277, NULL, '34.227.234.246'),
(8366, '2025-11-24 21:31:42', 287, NULL, '52.54.157.23'),
(8367, '2025-11-24 21:32:08', 267, NULL, '109.163.178.77'),
(8368, '2025-11-24 21:32:16', 298, NULL, '54.235.158.162'),
(8369, '2025-11-24 21:33:23', 342, NULL, '14.180.103.246'),
(8370, '2025-11-24 21:35:56', 268, NULL, '3.216.227.216'),
(8371, '2025-11-24 21:40:49', 301, NULL, '196.189.224.24'),
(8372, '2025-11-24 21:47:31', 257, NULL, '17.246.15.122'),
(8373, '2025-11-24 21:59:55', 146, NULL, '17.241.75.82'),
(8374, '2025-11-24 22:03:14', 189, NULL, '52.1.106.130'),
(8375, '2025-11-24 22:03:14', 135, NULL, '52.1.106.130'),
(8376, '2025-11-24 22:03:14', 259, NULL, '52.1.106.130'),
(8377, '2025-11-24 22:03:14', 317, NULL, '52.1.106.130'),
(8378, '2025-11-24 22:03:14', 144, NULL, '52.1.106.130'),
(8379, '2025-11-24 22:03:14', 260, NULL, '52.1.106.130'),
(8380, '2025-11-24 22:03:14', 240, NULL, '52.1.106.130'),
(8381, '2025-11-24 22:03:14', 245, NULL, '52.1.106.130'),
(8382, '2025-11-24 22:03:14', 319, NULL, '52.1.106.130'),
(8383, '2025-11-24 22:03:14', 243, NULL, '52.1.106.130'),
(8384, '2025-11-24 22:03:14', 272, NULL, '52.1.106.130'),
(8385, '2025-11-24 22:03:14', 214, NULL, '52.1.106.130'),
(8386, '2025-11-24 22:03:14', 235, NULL, '52.1.106.130'),
(8387, '2025-11-24 22:03:14', 180, NULL, '52.1.106.130'),
(8388, '2025-11-24 22:03:36', 267, NULL, '52.203.152.231'),
(8389, '2025-11-24 22:03:50', 240, NULL, '100.29.34.97'),
(8390, '2025-11-24 22:04:03', 285, NULL, '54.162.69.192'),
(8391, '2025-11-24 22:04:57', 280, NULL, '54.84.250.51'),
(8392, '2025-11-24 22:05:48', 271, NULL, '44.221.37.41'),
(8393, '2025-11-24 22:06:00', 287, NULL, '35.153.86.200'),
(8394, '2025-11-24 22:06:12', 301, NULL, '54.85.109.140'),
(8395, '2025-11-24 22:07:00', 275, NULL, '107.22.208.39'),
(8396, '2025-11-24 22:07:20', 288, NULL, '54.90.244.132'),
(8397, '2025-11-24 22:07:36', 277, NULL, '34.224.9.144'),
(8398, '2025-11-24 22:08:48', 283, NULL, '18.213.27.222'),
(8399, '2025-11-24 22:09:58', 43, NULL, '43.173.182.150'),
(8400, '2025-11-24 22:11:57', 251, NULL, '17.241.75.152'),
(8401, '2025-11-24 22:13:16', 268, NULL, '184.73.195.18'),
(8402, '2025-11-24 22:19:22', 135, NULL, '43.173.180.132'),
(8403, '2025-11-24 22:20:27', 135, NULL, '43.173.176.43'),
(8404, '2025-11-24 22:26:13', 102, NULL, '54.225.148.123'),
(8405, '2025-11-24 22:26:16', 280, NULL, '34.224.9.144'),
(8406, '2025-11-24 22:27:08', 240, NULL, '54.152.163.42'),
(8407, '2025-11-24 22:27:18', 282, NULL, '52.6.232.201'),
(8408, '2025-11-24 22:27:20', 240, NULL, '3.224.205.25'),
(8409, '2025-11-24 22:27:44', 279, NULL, '52.3.156.186'),
(8410, '2025-11-24 22:30:32', 278, NULL, '44.205.120.22'),
(8411, '2025-11-24 22:31:38', 270, NULL, '35.174.253.85'),
(8412, '2025-11-24 22:35:13', 292, NULL, '54.157.84.74'),
(8413, '2025-11-24 22:39:52', 268, NULL, '34.234.200.207'),
(8414, '2025-11-24 22:51:28', 246, NULL, '18.214.124.6'),
(8415, '2025-11-24 22:55:21', 270, NULL, '44.223.232.55'),
(8416, '2025-11-24 23:00:16', 279, NULL, '98.83.8.142'),
(8417, '2025-11-24 23:03:21', 267, NULL, '3.221.244.28'),
(8418, '2025-11-24 23:03:25', 276, NULL, '3.209.174.110'),
(8419, '2025-11-24 23:03:49', 271, NULL, '34.225.87.80'),
(8420, '2025-11-24 23:04:00', 271, NULL, '44.212.131.50'),
(8421, '2025-11-24 23:04:18', 277, NULL, '3.222.190.107'),
(8422, '2025-11-24 23:06:18', 285, NULL, '54.84.93.8'),
(8423, '2025-11-24 23:08:36', 4, NULL, '44.218.170.184'),
(8424, '2025-11-24 23:09:00', 267, NULL, '44.209.187.99'),
(8425, '2025-11-24 23:12:08', 43, NULL, '43.173.173.206'),
(8426, '2025-11-24 23:13:35', 241, NULL, '17.22.245.158'),
(8427, '2025-11-24 23:18:39', 134, NULL, '17.241.227.205'),
(8428, '2025-11-24 23:24:40', 289, NULL, '47.146.55.222'),
(8429, '2025-11-24 23:26:42', 180, NULL, '85.208.96.206'),
(8430, '2025-11-24 23:27:43', 321, NULL, '66.249.66.14'),
(8431, '2025-11-24 23:27:55', 299, NULL, '34.236.135.14'),
(8432, '2025-11-24 23:33:59', 270, NULL, '17.246.23.111'),
(8433, '2025-11-24 23:35:28', 189, NULL, '98.84.131.195'),
(8434, '2025-11-24 23:35:28', 135, NULL, '98.84.131.195'),
(8435, '2025-11-24 23:35:28', 259, NULL, '98.84.131.195'),
(8436, '2025-11-24 23:35:28', 317, NULL, '98.84.131.195'),
(8437, '2025-11-24 23:35:28', 144, NULL, '98.84.131.195'),
(8438, '2025-11-24 23:35:28', 260, NULL, '98.84.131.195'),
(8439, '2025-11-24 23:35:28', 240, NULL, '98.84.131.195'),
(8440, '2025-11-24 23:35:28', 245, NULL, '98.84.131.195'),
(8441, '2025-11-24 23:35:28', 319, NULL, '98.84.131.195'),
(8442, '2025-11-24 23:35:28', 243, NULL, '98.84.131.195'),
(8443, '2025-11-24 23:35:28', 142, NULL, '98.84.131.195'),
(8444, '2025-11-24 23:35:28', 272, NULL, '98.84.131.195'),
(8445, '2025-11-24 23:35:28', 214, NULL, '98.84.131.195'),
(8446, '2025-11-24 23:35:28', 235, NULL, '98.84.131.195'),
(8447, '2025-11-24 23:35:28', 180, NULL, '98.84.131.195'),
(8448, '2025-11-24 23:35:34', 292, NULL, '41.251.14.216'),
(8449, '2025-11-24 23:38:56', 340, NULL, '66.249.66.166'),
(8450, '2025-11-24 23:44:10', 316, NULL, '184.73.195.18'),
(8451, '2025-11-24 23:44:39', 177, NULL, '185.191.171.14'),
(8452, '2025-11-24 23:47:37', 221, NULL, '185.191.171.19'),
(8453, '2025-11-24 23:47:38', 315, NULL, '3.220.70.171'),
(8454, '2025-11-24 23:48:31', 246, NULL, '52.3.155.146'),
(8455, '2025-11-24 23:53:38', 138, NULL, '54.197.178.107'),
(8456, '2025-11-24 23:54:07', 284, NULL, '17.246.19.182'),
(8457, '2025-11-24 23:55:35', 22, NULL, '40.77.167.3'),
(8458, '2025-11-25 00:00:18', 243, NULL, '17.241.227.217'),
(8459, '2025-11-25 00:03:47', 189, NULL, '18.213.102.186'),
(8460, '2025-11-25 00:03:47', 135, NULL, '18.213.102.186'),
(8461, '2025-11-25 00:03:47', 259, NULL, '18.213.102.186'),
(8462, '2025-11-25 00:03:47', 317, NULL, '18.213.102.186'),
(8463, '2025-11-25 00:03:47', 144, NULL, '18.213.102.186'),
(8464, '2025-11-25 00:03:47', 260, NULL, '18.213.102.186'),
(8465, '2025-11-25 00:03:47', 240, NULL, '18.213.102.186'),
(8466, '2025-11-25 00:03:47', 245, NULL, '18.213.102.186'),
(8467, '2025-11-25 00:03:47', 319, NULL, '18.213.102.186'),
(8468, '2025-11-25 00:03:47', 243, NULL, '18.213.102.186'),
(8469, '2025-11-25 00:03:47', 142, NULL, '18.213.102.186'),
(8470, '2025-11-25 00:03:47', 272, NULL, '18.213.102.186'),
(8471, '2025-11-25 00:03:47', 214, NULL, '18.213.102.186'),
(8472, '2025-11-25 00:03:47', 235, NULL, '18.213.102.186'),
(8473, '2025-11-25 00:03:47', 180, NULL, '18.213.102.186'),
(8474, '2025-11-25 00:03:52', 270, NULL, '100.29.160.53'),
(8475, '2025-11-25 00:03:59', 267, NULL, '34.206.212.24'),
(8476, '2025-11-25 00:04:28', 142, NULL, '54.144.185.255'),
(8477, '2025-11-25 00:05:29', 142, NULL, '34.239.85.139'),
(8478, '2025-11-25 00:05:37', 298, NULL, '3.213.85.234'),
(8479, '2025-11-25 00:07:23', 292, NULL, '18.213.70.100'),
(8480, '2025-11-25 00:08:21', 278, NULL, '18.211.148.239'),
(8481, '2025-11-25 00:09:16', 285, NULL, '54.197.102.71'),
(8482, '2025-11-25 00:09:20', 317, NULL, '44.210.213.220'),
(8483, '2025-11-25 00:10:25', 274, NULL, '52.73.142.41'),
(8484, '2025-11-25 00:11:30', 289, NULL, '54.147.182.90'),
(8485, '2025-11-25 00:28:19', 43, NULL, '52.167.144.191'),
(8486, '2025-11-25 00:29:46', 298, NULL, '23.23.137.202'),
(8487, '2025-11-25 00:34:16', 311, NULL, '169.224.16.181'),
(8488, '2025-11-25 00:38:39', 283, NULL, '52.203.152.231'),
(8489, '2025-11-25 00:39:56', 272, NULL, '52.5.242.243'),
(8490, '2025-11-25 00:40:10', 102, NULL, '44.205.74.196'),
(8491, '2025-11-25 00:51:13', 29, NULL, '192.162.134.61'),
(8492, '2025-11-25 00:54:25', 156, NULL, '17.241.227.139'),
(8493, '2025-11-25 00:55:10', 165, NULL, '85.208.96.196'),
(8494, '2025-11-25 00:55:14', 324, NULL, '66.249.66.201'),
(8495, '2025-11-25 00:57:28', 31, NULL, '83.99.151.64'),
(8496, '2025-11-25 00:58:28', 1, NULL, '83.99.151.70'),
(8497, '2025-11-25 00:58:28', 2, NULL, '83.99.151.70'),
(8498, '2025-11-25 00:58:28', 3, NULL, '83.99.151.70'),
(8499, '2025-11-25 00:58:28', 4, NULL, '83.99.151.70'),
(8500, '2025-11-25 00:58:28', 5, NULL, '83.99.151.70'),
(8501, '2025-11-25 00:58:28', 6, NULL, '83.99.151.70'),
(8502, '2025-11-25 00:58:28', 7, NULL, '83.99.151.70'),
(8503, '2025-11-25 00:58:28', 8, NULL, '83.99.151.70'),
(8504, '2025-11-25 00:58:28', 11, NULL, '83.99.151.70'),
(8505, '2025-11-25 00:59:08', 31, NULL, '83.99.151.67'),
(8506, '2025-11-25 01:00:58', 1, NULL, '83.99.151.68'),
(8507, '2025-11-25 01:00:58', 2, NULL, '83.99.151.68'),
(8508, '2025-11-25 01:00:58', 3, NULL, '83.99.151.68'),
(8509, '2025-11-25 01:00:58', 4, NULL, '83.99.151.68'),
(8510, '2025-11-25 01:00:58', 5, NULL, '83.99.151.68'),
(8511, '2025-11-25 01:00:58', 6, NULL, '83.99.151.68'),
(8512, '2025-11-25 01:00:58', 7, NULL, '83.99.151.68'),
(8513, '2025-11-25 01:00:58', 8, NULL, '83.99.151.68'),
(8514, '2025-11-25 01:00:58', 11, NULL, '83.99.151.68'),
(8515, '2025-11-25 01:01:18', 31, NULL, '83.99.151.71'),
(8516, '2025-11-25 01:01:58', 5, NULL, '83.99.151.67'),
(8517, '2025-11-25 01:01:58', 6, NULL, '83.99.151.67'),
(8518, '2025-11-25 01:03:18', 31, NULL, '83.99.151.70'),
(8519, '2025-11-25 01:06:28', 31, NULL, '83.99.151.66'),
(8520, '2025-11-25 01:07:49', 31, NULL, '83.99.151.65'),
(8521, '2025-11-25 01:08:28', 5, NULL, '83.99.151.64'),
(8522, '2025-11-25 01:08:28', 6, NULL, '83.99.151.64'),
(8523, '2025-11-25 01:09:38', 11, NULL, '83.99.151.64'),
(8524, '2025-11-25 01:11:08', 46, NULL, '17.246.15.23'),
(8525, '2025-11-25 01:11:08', 37, NULL, '17.246.15.23'),
(8526, '2025-11-25 01:11:18', 11, NULL, '83.99.151.65'),
(8527, '2025-11-25 01:11:28', 35, NULL, '83.99.151.70'),
(8528, '2025-11-25 01:11:28', 36, NULL, '83.99.151.70'),
(8529, '2025-11-25 01:11:28', 37, NULL, '83.99.151.70'),
(8530, '2025-11-25 01:11:28', 38, NULL, '83.99.151.70'),
(8531, '2025-11-25 01:11:28', 39, NULL, '83.99.151.70'),
(8532, '2025-11-25 01:11:28', 43, NULL, '83.99.151.70'),
(8533, '2025-11-25 01:11:28', 45, NULL, '83.99.151.70'),
(8534, '2025-11-25 01:11:28', 46, NULL, '83.99.151.70'),
(8535, '2025-11-25 01:11:28', 49, NULL, '83.99.151.70'),
(8536, '2025-11-25 01:11:38', 8, NULL, '83.99.151.67'),
(8537, '2025-11-25 01:11:58', 1, NULL, '83.99.151.67'),
(8538, '2025-11-25 01:11:58', 2, NULL, '83.99.151.67'),
(8539, '2025-11-25 01:11:58', 3, NULL, '83.99.151.67'),
(8540, '2025-11-25 01:11:58', 4, NULL, '83.99.151.67'),
(8541, '2025-11-25 01:11:58', 7, NULL, '83.99.151.67'),
(8542, '2025-11-25 01:11:58', 11, NULL, '83.99.151.67'),
(8543, '2025-11-25 01:12:48', 8, NULL, '83.99.151.66'),
(8544, '2025-11-25 01:21:56', 107, NULL, '43.173.176.95'),
(8545, '2025-11-25 01:22:23', 143, NULL, '17.241.75.134'),
(8546, '2025-11-25 01:23:59', 47, NULL, '43.173.173.219'),
(8547, '2025-11-25 01:23:59', 42, NULL, '43.173.173.219'),
(8548, '2025-11-25 01:27:06', 209, NULL, '113.174.37.173'),
(8549, '2025-11-25 01:27:12', 46, NULL, '102.90.100.97'),
(8550, '2025-11-25 01:31:02', 112, NULL, '52.70.209.13'),
(8551, '2025-11-25 01:31:32', 202, NULL, '17.22.237.136'),
(8552, '2025-11-25 01:35:23', 263, NULL, '17.246.23.249'),
(8553, '2025-11-25 01:35:24', 197, NULL, '17.246.19.73'),
(8554, '2025-11-25 01:53:35', 1, NULL, '34.231.45.47'),
(8555, '2025-11-25 01:58:58', 246, NULL, '18.211.39.188'),
(8556, '2025-11-25 02:00:34', 167, NULL, '17.246.19.154'),
(8557, '2025-11-25 02:05:13', 313, NULL, '66.249.66.13'),
(8558, '2025-11-25 02:06:46', 246, NULL, '98.83.10.183'),
(8559, '2025-11-25 02:09:17', 275, NULL, '44.205.74.196'),
(8560, '2025-11-25 02:10:02', 333, NULL, '66.249.66.200'),
(8561, '2025-11-25 02:11:26', 279, NULL, '44.194.134.53'),
(8562, '2025-11-25 02:29:18', 270, NULL, '52.200.251.20'),
(8563, '2025-11-25 02:32:14', 322, NULL, '52.70.138.176'),
(8564, '2025-11-25 02:33:18', 333, NULL, '18.214.138.148'),
(8565, '2025-11-25 02:33:39', 315, NULL, '54.157.84.74'),
(8566, '2025-11-25 02:36:00', 129, NULL, '191.106.199.11'),
(8567, '2025-11-25 02:38:01', 185, NULL, '17.22.245.68'),
(8568, '2025-11-25 02:38:01', 129, NULL, '43.173.181.95'),
(8569, '2025-11-25 02:38:11', 299, NULL, '201.219.234.198'),
(8570, '2025-11-25 02:39:52', 329, NULL, '66.249.66.13'),
(8571, '2025-11-25 02:46:29', 310, NULL, '23.98.142.187'),
(8572, '2025-11-25 02:47:15', 261, NULL, '17.22.245.185'),
(8573, '2025-11-25 02:49:19', 308, NULL, '3.212.205.90'),
(8574, '2025-11-25 02:56:11', 4, NULL, '18.214.238.178'),
(8575, '2025-11-25 03:08:58', 36, NULL, '34.230.124.21'),
(8576, '2025-11-25 03:08:58', 38, NULL, '34.230.124.21'),
(8577, '2025-11-25 03:08:58', 39, NULL, '34.230.124.21'),
(8578, '2025-11-25 03:08:58', 43, NULL, '34.230.124.21'),
(8579, '2025-11-25 03:08:58', 45, NULL, '34.230.124.21'),
(8580, '2025-11-25 03:16:58', 309, NULL, '34.206.193.60'),
(8581, '2025-11-25 03:18:51', 323, NULL, '98.82.66.172'),
(8582, '2025-11-25 03:19:43', 313, NULL, '34.234.206.30'),
(8583, '2025-11-25 03:19:48', 298, NULL, '52.7.33.248'),
(8584, '2025-11-25 03:22:15', 361, NULL, '187.188.73.178'),
(8585, '2025-11-25 03:23:39', 255, NULL, '17.241.227.188'),
(8586, '2025-11-25 03:26:16', 8, NULL, '52.2.191.202'),
(8587, '2025-11-25 03:26:19', 313, NULL, '3.214.176.44'),
(8588, '2025-11-25 03:26:38', 315, NULL, '54.84.147.79'),
(8589, '2025-11-25 03:32:51', 222, NULL, '185.191.171.13'),
(8590, '2025-11-25 03:41:51', 11, NULL, '54.83.180.239'),
(8591, '2025-11-25 03:46:07', 235, NULL, '66.249.66.166'),
(8592, '2025-11-25 03:46:59', 312, NULL, '34.203.111.15'),
(8593, '2025-11-25 03:49:11', 306, NULL, '3.211.105.134'),
(8594, '2025-11-25 03:49:32', 314, NULL, '44.207.252.58'),
(8595, '2025-11-25 03:49:38', 314, NULL, '54.210.155.69'),
(8596, '2025-11-25 03:49:51', 313, NULL, '35.173.18.61'),
(8597, '2025-11-25 03:49:59', 334, NULL, '66.249.66.76'),
(8598, '2025-11-25 03:53:55', 1, NULL, '18.205.213.231'),
(8599, '2025-11-25 03:54:31', 307, NULL, '98.80.130.239'),
(8600, '2025-11-25 04:15:51', 324, NULL, '52.167.144.205'),
(8601, '2025-11-25 04:16:08', 311, NULL, '44.215.61.66'),
(8602, '2025-11-25 04:20:35', 310, NULL, '3.225.9.97'),
(8603, '2025-11-25 04:20:44', 321, NULL, '100.29.155.89'),
(8604, '2025-11-25 04:21:02', 299, NULL, '179.29.248.213'),
(8605, '2025-11-25 04:21:07', 307, NULL, '34.231.77.232'),
(8606, '2025-11-25 04:21:37', 1, NULL, '18.209.201.119'),
(8607, '2025-11-25 04:21:46', 11, NULL, '44.215.61.66'),
(8608, '2025-11-25 04:21:56', 321, NULL, '3.219.81.66'),
(8609, '2025-11-25 04:21:59', 309, NULL, '34.239.85.139'),
(8610, '2025-11-25 04:22:02', 185, NULL, '66.249.66.13'),
(8611, '2025-11-25 04:25:50', 208, NULL, '17.22.237.6'),
(8612, '2025-11-25 04:47:31', 4, NULL, '18.207.79.144'),
(8613, '2025-11-25 04:47:50', 313, NULL, '52.71.218.25'),
(8614, '2025-11-25 04:48:10', 308, NULL, '52.22.87.224'),
(8615, '2025-11-25 04:49:04', 320, NULL, '54.84.161.62'),
(8616, '2025-11-25 04:51:18', 322, NULL, '100.27.153.9'),
(8617, '2025-11-25 04:52:59', 237, NULL, '77.13.67.215'),
(8618, '2025-11-25 04:53:27', 4, NULL, '3.223.134.5'),
(8619, '2025-11-25 04:54:16', 1, NULL, '18.214.124.6'),
(8620, '2025-11-25 05:06:29', 33, NULL, '43.173.176.76'),
(8621, '2025-11-25 05:13:45', 279, NULL, '17.22.253.221'),
(8622, '2025-11-25 05:15:14', 306, NULL, '184.72.95.195'),
(8623, '2025-11-25 05:19:52', 311, NULL, '54.83.23.103'),
(8624, '2025-11-25 05:20:32', 254, NULL, '17.246.15.63'),
(8625, '2025-11-25 05:20:35', 306, NULL, '18.232.11.247'),
(8626, '2025-11-25 05:21:19', 46, NULL, '98.56.179.25'),
(8627, '2025-11-25 05:22:12', 313, NULL, '3.218.103.254'),
(8628, '2025-11-25 05:22:29', 322, NULL, '34.202.88.37'),
(8629, '2025-11-25 05:22:56', 308, NULL, '44.196.118.6'),
(8630, '2025-11-25 05:29:34', 314, NULL, '98.84.184.80'),
(8631, '2025-11-25 05:31:51', 212, NULL, '17.22.245.155'),
(8632, '2025-11-25 05:32:10', 307, NULL, '3.223.181.32'),
(8633, '2025-11-25 05:32:15', 183, NULL, '66.249.66.166'),
(8634, '2025-11-25 05:36:18', 261, NULL, '52.22.64.232'),
(8635, '2025-11-25 05:37:42', 246, NULL, '52.203.237.170'),
(8636, '2025-11-25 05:40:19', 271, NULL, '3.211.105.134'),
(8637, '2025-11-25 05:44:15', 292, NULL, '54.83.23.103'),
(8638, '2025-11-25 05:45:44', 1, NULL, '3.232.102.111'),
(8639, '2025-11-25 05:45:47', 4, NULL, '52.200.58.199'),
(8640, '2025-11-25 05:46:09', 316, NULL, '23.21.175.228'),
(8641, '2025-11-25 05:47:00', 315, NULL, '3.213.106.226'),
(8642, '2025-11-25 05:47:05', 315, NULL, '34.194.14.255'),
(8643, '2025-11-25 05:47:14', 315, NULL, '44.217.177.142'),
(8644, '2025-11-25 05:47:44', 307, NULL, '34.226.89.140'),
(8645, '2025-11-25 05:49:27', 313, NULL, '54.84.93.8'),
(8646, '2025-11-25 05:49:57', 298, NULL, '54.83.23.103'),
(8647, '2025-11-25 05:49:59', 163, NULL, '17.246.19.145'),
(8648, '2025-11-25 05:54:12', 305, NULL, '54.157.84.74'),
(8649, '2025-11-25 05:54:31', 325, NULL, '52.200.93.170'),
(8650, '2025-11-25 06:07:14', 43, NULL, '43.173.179.156'),
(8651, '2025-11-25 06:12:03', 306, NULL, '44.223.232.55'),
(8652, '2025-11-25 06:15:09', 27, NULL, '168.232.172.46'),
(8653, '2025-11-25 06:19:31', 8, NULL, '18.215.112.101'),
(8654, '2025-11-25 06:19:48', 210, NULL, '17.246.23.35'),
(8655, '2025-11-25 06:19:50', 356, NULL, '189.162.108.77'),
(8656, '2025-11-25 06:20:29', 11, NULL, '18.208.11.93'),
(8657, '2025-11-25 06:20:35', 8, NULL, '34.225.87.80'),
(8658, '2025-11-25 06:20:59', 313, NULL, '100.27.153.9'),
(8659, '2025-11-25 06:21:00', 43, NULL, '43.173.180.151'),
(8660, '2025-11-25 06:21:25', 318, NULL, '34.235.239.240'),
(8661, '2025-11-25 06:21:40', 311, NULL, '100.28.133.214'),
(8662, '2025-11-25 06:21:51', 7, NULL, '52.23.112.144'),
(8663, '2025-11-25 06:21:51', 308, NULL, '34.194.233.48'),
(8664, '2025-11-25 06:21:55', 7, NULL, '34.202.88.37'),
(8665, '2025-11-25 06:24:21', 320, NULL, '34.233.114.237'),
(8666, '2025-11-25 06:26:06', 8, NULL, '54.85.7.119'),
(8667, '2025-11-25 06:26:21', 306, NULL, '54.156.55.147'),
(8668, '2025-11-25 06:26:51', 322, NULL, '44.215.235.20'),
(8669, '2025-11-25 06:27:11', 336, NULL, '34.231.156.59'),
(8670, '2025-11-25 06:27:19', 309, NULL, '100.29.164.178'),
(8671, '2025-11-25 06:27:23', 314, NULL, '100.29.160.53'),
(8672, '2025-11-25 06:31:27', 27, NULL, '52.167.144.215'),
(8673, '2025-11-25 06:36:14', 312, NULL, '3.212.86.97'),
(8674, '2025-11-25 06:41:44', 271, NULL, '3.209.174.110'),
(8675, '2025-11-25 06:43:24', 39, NULL, '43.173.182.29'),
(8676, '2025-11-25 06:46:40', 98, NULL, '54.85.109.140'),
(8677, '2025-11-25 06:50:40', 317, NULL, '66.249.66.13'),
(8678, '2025-11-25 06:52:44', 271, NULL, '50.16.72.185'),
(8679, '2025-11-25 06:55:07', 285, NULL, '52.167.144.23'),
(8680, '2025-11-25 06:57:58', 215, NULL, '17.241.219.245'),
(8681, '2025-11-25 06:59:46', 286, NULL, '44.206.93.215'),
(8682, '2025-11-25 07:10:10', 261, NULL, '34.204.150.196'),
(8683, '2025-11-25 07:12:38', 1, NULL, '52.3.156.186'),
(8684, '2025-11-25 07:13:35', 305, NULL, '52.2.83.227'),
(8685, '2025-11-25 07:14:30', 306, NULL, '98.84.60.17'),
(8686, '2025-11-25 07:14:59', 316, NULL, '3.226.34.98'),
(8687, '2025-11-25 07:15:02', 337, NULL, '34.199.252.22'),
(8688, '2025-11-25 07:15:42', 277, NULL, '17.241.219.219'),
(8689, '2025-11-25 07:16:07', 309, NULL, '44.215.210.112'),
(8690, '2025-11-25 07:16:40', 311, NULL, '52.203.68.145'),
(8691, '2025-11-25 07:17:07', 332, NULL, '3.216.227.216'),
(8692, '2025-11-25 07:21:00', 322, NULL, '66.249.66.12'),
(8693, '2025-11-25 07:21:15', 344, NULL, '44.212.232.231'),
(8694, '2025-11-25 07:21:31', 318, NULL, '184.73.35.182'),
(8695, '2025-11-25 07:21:36', 308, NULL, '54.84.147.79'),
(8696, '2025-11-25 07:22:19', 315, NULL, '66.249.66.167'),
(8697, '2025-11-25 07:22:35', 1, NULL, '3.210.114.189'),
(8698, '2025-11-25 07:23:16', 7, NULL, '52.3.127.170'),
(8699, '2025-11-25 07:25:30', 309, NULL, '107.20.224.184'),
(8700, '2025-11-25 07:25:32', 309, NULL, '52.71.218.25'),
(8701, '2025-11-25 07:25:34', 7, NULL, '3.209.174.110'),
(8702, '2025-11-25 07:26:15', 307, NULL, '44.194.139.149'),
(8703, '2025-11-25 07:28:08', 310, NULL, '177.222.178.110'),
(8704, '2025-11-25 07:32:23', 316, NULL, '66.249.66.202'),
(8705, '2025-11-25 07:34:14', 312, NULL, '18.215.24.66'),
(8706, '2025-11-25 07:34:20', 355, NULL, '146.174.187.255'),
(8707, '2025-11-25 07:35:16', 309, NULL, '23.98.142.180'),
(8708, '2025-11-25 07:37:22', 312, NULL, '52.22.64.232'),
(8709, '2025-11-25 07:41:19', 11, NULL, '52.6.97.88'),
(8710, '2025-11-25 07:41:30', 313, NULL, '50.17.193.48'),
(8711, '2025-11-25 07:43:56', 4, NULL, '3.224.104.67'),
(8712, '2025-11-25 07:45:24', 31, NULL, '52.167.144.180'),
(8713, '2025-11-25 07:45:58', 307, NULL, '3.223.134.5'),
(8714, '2025-11-25 07:50:04', 46, NULL, '49.43.132.158'),
(8715, '2025-11-25 07:54:01', 1, NULL, '44.221.105.234'),
(8716, '2025-11-25 07:54:31', 324, NULL, '35.171.117.160'),
(8717, '2025-11-25 07:54:53', 298, NULL, '18.205.91.101'),
(8718, '2025-11-25 07:56:36', 65, NULL, '124.222.0.76'),
(8719, '2025-11-25 07:59:40', 315, NULL, '66.249.66.12'),
(8720, '2025-11-25 08:01:16', 316, NULL, '66.249.66.167'),
(8721, '2025-11-25 08:06:15', 166, NULL, '43.173.176.83'),
(8722, '2025-11-25 08:07:20', 368, NULL, '43.173.175.220'),
(8723, '2025-11-25 08:07:20', 377, NULL, '43.173.175.103'),
(8724, '2025-11-25 08:08:24', 339, NULL, '43.173.178.119'),
(8725, '2025-11-25 08:08:24', 363, NULL, '43.173.177.88'),
(8726, '2025-11-25 08:09:31', 363, NULL, '43.173.174.91'),
(8727, '2025-11-25 08:09:32', 334, NULL, '43.173.180.86'),
(8728, '2025-11-25 08:09:32', 338, NULL, '169.224.3.158'),
(8729, '2025-11-25 08:10:33', 374, NULL, '43.173.176.244'),
(8730, '2025-11-25 08:10:33', 366, NULL, '43.173.182.99'),
(8731, '2025-11-25 08:10:34', 383, NULL, '43.173.177.253'),
(8732, '2025-11-25 08:10:34', 268, NULL, '43.173.176.209'),
(8733, '2025-11-25 08:10:34', 391, NULL, '43.173.182.8'),
(8734, '2025-11-25 08:10:35', 334, NULL, '43.173.177.106'),
(8735, '2025-11-25 08:10:36', 382, NULL, '2.134.101.153'),
(8736, '2025-11-25 08:10:36', 336, NULL, '43.173.178.64'),
(8737, '2025-11-25 08:11:37', 390, NULL, '43.173.175.95'),
(8738, '2025-11-25 08:11:37', 358, NULL, '43.173.176.162'),
(8739, '2025-11-25 08:11:37', 372, NULL, '43.173.182.50'),
(8740, '2025-11-25 08:11:38', 379, NULL, '43.173.182.129'),
(8741, '2025-11-25 08:11:38', 383, NULL, '103.150.69.165'),
(8742, '2025-11-25 08:11:38', 325, NULL, '43.173.177.10'),
(8743, '2025-11-25 08:11:38', 391, NULL, '43.173.182.79'),
(8744, '2025-11-25 08:11:39', 328, NULL, '43.173.182.41'),
(8745, '2025-11-25 08:11:40', 353, NULL, '43.173.179.36'),
(8746, '2025-11-25 08:11:40', 324, NULL, '43.173.180.97'),
(8747, '2025-11-25 08:11:41', 375, NULL, '43.173.175.189'),
(8748, '2025-11-25 08:12:43', 371, NULL, '43.173.182.232'),
(8749, '2025-11-25 08:12:43', 333, NULL, '43.173.177.2'),
(8750, '2025-11-25 08:12:43', 386, NULL, '43.173.180.55'),
(8751, '2025-11-25 08:12:43', 385, NULL, '43.173.181.238'),
(8752, '2025-11-25 08:12:45', 370, NULL, '43.173.180.131'),
(8753, '2025-11-25 08:12:45', 324, NULL, '43.173.173.18'),
(8754, '2025-11-25 08:12:45', 351, NULL, '43.173.174.242'),
(8755, '2025-11-25 08:12:45', 271, NULL, '43.173.179.16'),
(8756, '2025-11-25 08:12:47', 365, NULL, '43.173.180.152'),
(8757, '2025-11-25 08:12:47', 388, NULL, '43.173.173.197'),
(8758, '2025-11-25 08:13:45', 320, NULL, '43.173.180.164'),
(8759, '2025-11-25 08:13:45', 287, NULL, '43.173.181.111'),
(8760, '2025-11-25 08:13:45', 362, NULL, '43.173.175.196'),
(8761, '2025-11-25 08:13:45', 301, NULL, '43.173.175.54'),
(8762, '2025-11-25 08:13:46', 319, NULL, '43.173.174.90'),
(8763, '2025-11-25 08:13:46', 352, NULL, '43.173.175.17'),
(8764, '2025-11-25 08:14:50', 323, NULL, '43.173.173.184'),
(8765, '2025-11-25 08:14:50', 322, NULL, '43.173.174.180'),
(8766, '2025-11-25 08:14:50', 301, NULL, '43.173.180.75'),
(8767, '2025-11-25 08:14:51', 369, NULL, '43.173.182.129'),
(8768, '2025-11-25 08:14:51', 329, NULL, '185.244.152.6'),
(8769, '2025-11-25 08:14:54', 311, NULL, '43.173.176.5'),
(8770, '2025-11-25 08:15:54', 43, NULL, '43.173.178.16'),
(8771, '2025-11-25 08:15:55', 323, NULL, '43.173.177.40'),
(8772, '2025-11-25 08:15:55', 381, NULL, '43.173.173.76'),
(8773, '2025-11-25 08:15:55', 301, NULL, '43.173.176.107'),
(8774, '2025-11-25 08:15:57', 323, NULL, '197.248.75.5'),
(8775, '2025-11-25 08:16:58', 310, NULL, '43.173.182.254'),
(8776, '2025-11-25 08:16:59', 368, NULL, '102.206.123.246'),
(8777, '2025-11-25 08:17:00', 290, NULL, '5.175.147.240'),
(8778, '2025-11-25 08:17:59', 31, NULL, '54.225.181.161'),
(8779, '2025-11-25 08:18:03', 310, NULL, '43.173.178.129'),
(8780, '2025-11-25 08:19:02', 355, NULL, '202.76.173.121'),
(8781, '2025-11-25 08:25:22', 315, NULL, '66.249.66.13'),
(8782, '2025-11-25 08:29:36', 315, NULL, '66.249.66.14'),
(8783, '2025-11-25 08:31:38', 316, NULL, '66.249.66.168'),
(8784, '2025-11-25 08:36:05', 315, NULL, '66.249.66.35'),
(8785, '2025-11-25 08:38:07', 316, NULL, '66.249.66.34'),
(8786, '2025-11-25 08:40:35', 314, NULL, '66.249.66.75'),
(8787, '2025-11-25 08:44:14', 1, NULL, '18.206.47.187'),
(8788, '2025-11-25 08:44:14', 2, NULL, '18.206.47.187'),
(8789, '2025-11-25 08:44:14', 3, NULL, '18.206.47.187'),
(8790, '2025-11-25 08:44:14', 4, NULL, '18.206.47.187'),
(8791, '2025-11-25 08:44:14', 5, NULL, '18.206.47.187'),
(8792, '2025-11-25 08:44:14', 6, NULL, '18.206.47.187'),
(8793, '2025-11-25 08:44:14', 7, NULL, '18.206.47.187'),
(8794, '2025-11-25 08:44:14', 8, NULL, '18.206.47.187'),
(8795, '2025-11-25 08:44:14', 11, NULL, '18.206.47.187'),
(8796, '2025-11-25 08:52:21', 305, NULL, '23.21.204.95'),
(8797, '2025-11-25 08:52:21', 11, NULL, '52.44.148.203'),
(8798, '2025-11-25 08:54:30', 112, NULL, '98.83.178.66'),
(8799, '2025-11-25 08:55:42', 311, NULL, '54.80.185.200'),
(8800, '2025-11-25 08:56:11', 314, NULL, '44.215.235.20'),
(8801, '2025-11-25 08:56:16', 314, NULL, '66.249.66.77'),
(8802, '2025-11-25 08:58:06', 307, NULL, '18.209.137.234'),
(8803, '2025-11-25 09:00:42', 320, NULL, '52.71.203.206'),
(8804, '2025-11-25 09:02:11', 305, NULL, '66.249.66.36'),
(8805, '2025-11-25 09:03:46', 311, NULL, '66.249.66.76'),
(8806, '2025-11-25 09:07:44', 320, NULL, '3.229.95.193'),
(8807, '2025-11-25 09:08:12', 11, NULL, '34.239.85.139'),
(8808, '2025-11-25 09:08:41', 308, NULL, '66.249.66.36'),
(8809, '2025-11-25 09:08:44', 7, NULL, '100.25.120.246'),
(8810, '2025-11-25 09:09:50', 315, NULL, '54.80.73.122'),
(8811, '2025-11-25 09:10:49', 307, NULL, '66.249.66.166'),
(8812, '2025-11-25 09:16:06', 11, NULL, '52.44.174.136'),
(8813, '2025-11-25 09:16:23', 315, NULL, '34.206.193.60'),
(8814, '2025-11-25 09:17:19', 311, NULL, '34.236.41.241'),
(8815, '2025-11-25 09:18:07', 4, NULL, '18.211.148.239'),
(8816, '2025-11-25 09:20:20', 368, NULL, '85.154.55.221'),
(8817, '2025-11-25 09:21:02', 313, NULL, '66.249.66.34'),
(8818, '2025-11-25 09:21:13', 112, NULL, '54.85.109.140'),
(8819, '2025-11-25 09:21:22', 322, NULL, '18.215.49.176'),
(8820, '2025-11-25 09:21:24', 318, NULL, '34.231.45.47'),
(8821, '2025-11-25 09:27:35', 65, NULL, '43.173.174.128'),
(8822, '2025-11-25 09:30:31', 253, NULL, '184.73.68.20'),
(8823, '2025-11-25 09:32:31', 367, NULL, '34.225.138.57'),
(8824, '2025-11-25 09:32:31', 368, NULL, '34.225.138.57'),
(8825, '2025-11-25 09:32:31', 369, NULL, '34.225.138.57'),
(8826, '2025-11-25 09:32:31', 370, NULL, '34.225.138.57'),
(8827, '2025-11-25 09:32:31', 371, NULL, '34.225.138.57'),
(8828, '2025-11-25 09:32:31', 372, NULL, '34.225.138.57'),
(8829, '2025-11-25 09:32:31', 373, NULL, '34.225.138.57'),
(8830, '2025-11-25 09:32:31', 374, NULL, '34.225.138.57'),
(8831, '2025-11-25 09:32:31', 375, NULL, '34.225.138.57'),
(8832, '2025-11-25 09:32:31', 376, NULL, '34.225.138.57'),
(8833, '2025-11-25 09:34:31', 313, NULL, '66.249.66.36'),
(8834, '2025-11-25 09:36:07', 312, NULL, '66.249.66.13'),
(8835, '2025-11-25 09:41:55', 260, NULL, '3.210.114.189'),
(8836, '2025-11-25 09:43:43', 245, NULL, '66.249.66.14'),
(8837, '2025-11-25 09:44:46', 245, NULL, '66.249.66.200'),
(8838, '2025-11-25 09:46:10', 245, NULL, '66.249.66.168'),
(8839, '2025-11-25 09:49:53', 305, NULL, '44.216.172.204'),
(8840, '2025-11-25 09:50:08', 305, NULL, '44.212.106.171'),
(8841, '2025-11-25 09:50:42', 322, NULL, '34.231.156.59'),
(8842, '2025-11-25 09:51:35', 1, NULL, '44.215.61.66'),
(8843, '2025-11-25 09:52:26', 308, NULL, '35.171.117.160'),
(8844, '2025-11-25 09:53:29', 312, NULL, '66.249.66.76'),
(8845, '2025-11-25 09:54:19', 253, NULL, '66.249.66.75'),
(8846, '2025-11-25 09:55:09', 253, NULL, '66.249.66.168'),
(8847, '2025-11-25 09:55:58', 239, NULL, '66.249.66.166'),
(8848, '2025-11-25 09:56:48', 249, NULL, '66.249.66.166'),
(8849, '2025-11-25 09:58:27', 251, NULL, '66.249.66.13'),
(8850, '2025-11-25 09:59:40', 248, NULL, '66.249.66.35'),
(8851, '2025-11-25 10:00:30', 249, NULL, '66.249.66.168'),
(8852, '2025-11-25 10:01:18', 247, NULL, '66.249.66.76'),
(8853, '2025-11-25 10:03:44', 275, NULL, '66.249.66.12'),
(8854, '2025-11-25 10:04:26', 108, NULL, '85.208.96.195'),
(8855, '2025-11-25 10:04:56', 275, NULL, '66.249.66.200'),
(8856, '2025-11-25 10:06:07', 249, NULL, '66.249.66.76'),
(8857, '2025-11-25 10:07:43', 245, NULL, '66.249.66.13'),
(8858, '2025-11-25 10:08:31', 112, NULL, '34.236.185.101'),
(8859, '2025-11-25 10:09:21', 329, NULL, '44.197.76.210'),
(8860, '2025-11-25 10:11:14', 277, NULL, '66.249.66.13'),
(8861, '2025-11-25 10:11:14', 4, NULL, '52.71.46.142'),
(8862, '2025-11-25 10:11:30', 4, NULL, '52.204.253.129'),
(8863, '2025-11-25 10:12:46', 277, NULL, '66.249.66.166'),
(8864, '2025-11-25 10:13:11', 311, NULL, '52.70.138.176'),
(8865, '2025-11-25 10:15:03', 276, NULL, '66.249.66.34'),
(8866, '2025-11-25 10:15:25', 276, NULL, '66.249.66.201'),
(8867, '2025-11-25 10:16:11', 318, NULL, '18.213.240.226'),
(8868, '2025-11-25 10:16:19', 307, NULL, '35.171.117.160'),
(8869, '2025-11-25 10:17:31', 298, NULL, '52.6.97.88'),
(8870, '2025-11-25 10:19:06', 261, NULL, '66.249.66.14'),
(8871, '2025-11-25 10:19:49', 298, NULL, '66.249.66.12'),
(8872, '2025-11-25 10:23:01', 276, NULL, '66.249.66.75'),
(8873, '2025-11-25 10:26:09', 311, NULL, '66.249.66.202'),
(8874, '2025-11-25 10:29:36', 253, NULL, '66.249.66.77'),
(8875, '2025-11-25 10:29:56', 253, NULL, '66.249.66.13'),
(8876, '2025-11-25 10:30:17', 249, NULL, '66.249.66.14'),
(8877, '2025-11-25 10:32:59', 253, NULL, '66.249.66.36'),
(8878, '2025-11-25 10:33:18', 251, NULL, '66.249.66.75'),
(8879, '2025-11-25 10:34:18', 252, NULL, '66.249.66.34'),
(8880, '2025-11-25 10:37:57', 252, NULL, '66.249.66.168'),
(8881, '2025-11-25 10:38:56', 251, NULL, '66.249.66.34'),
(8882, '2025-11-25 10:40:53', 247, NULL, '66.249.66.12'),
(8883, '2025-11-25 10:42:19', 316, NULL, '35.153.86.200'),
(8884, '2025-11-25 10:43:09', 252, NULL, '66.249.66.76'),
(8885, '2025-11-25 10:43:47', 321, NULL, '34.194.226.74'),
(8886, '2025-11-25 10:44:22', 320, NULL, '52.73.142.41'),
(8887, '2025-11-25 10:46:16', 316, NULL, '3.218.103.254'),
(8888, '2025-11-25 10:46:36', 315, NULL, '44.218.170.184'),
(8889, '2025-11-25 10:47:17', 247, NULL, '66.249.66.201'),
(8890, '2025-11-25 10:49:43', 257, NULL, '66.249.66.167'),
(8891, '2025-11-25 10:50:56', 251, NULL, '66.249.66.14'),
(8892, '2025-11-25 10:51:13', 251, NULL, '66.249.66.202'),
(8893, '2025-11-25 10:54:31', 299, NULL, '66.249.66.34'),
(8894, '2025-11-25 10:56:40', 299, NULL, '66.249.66.167'),
(8895, '2025-11-25 10:57:35', 301, NULL, '66.249.66.13'),
(8896, '2025-11-25 10:59:26', 301, NULL, '66.249.66.77'),
(8897, '2025-11-25 11:00:51', 27, NULL, '37.120.184.80'),
(8898, '2025-11-25 11:02:25', 201, NULL, '4.196.118.124'),
(8899, '2025-11-25 11:02:33', 299, NULL, '66.249.66.201'),
(8900, '2025-11-25 11:05:44', 299, NULL, '66.249.66.168'),
(8901, '2025-11-25 11:06:30', 129, NULL, '43.173.182.216'),
(8902, '2025-11-25 11:08:36', 201, NULL, '74.7.242.168'),
(8903, '2025-11-25 11:08:48', 47, NULL, '43.173.176.52'),
(8904, '2025-11-25 11:08:48', 42, NULL, '43.173.176.52'),
(8905, '2025-11-25 11:09:07', 321, NULL, '52.205.113.104'),
(8906, '2025-11-25 11:12:21', 253, NULL, '34.236.135.14'),
(8907, '2025-11-25 11:14:35', 344, NULL, '190.151.225.157'),
(8908, '2025-11-25 11:14:36', 274, NULL, '66.249.66.166'),
(8909, '2025-11-25 11:14:57', 286, NULL, '66.249.66.35'),
(8910, '2025-11-25 11:15:39', 273, NULL, '66.249.66.201'),
(8911, '2025-11-25 11:16:31', 273, NULL, '66.249.66.34'),
(8912, '2025-11-25 11:17:02', 247, NULL, '89.41.104.242'),
(8913, '2025-11-25 11:17:55', 273, NULL, '66.249.66.75'),
(8914, '2025-11-25 11:18:58', 273, NULL, '66.249.66.36'),
(8915, '2025-11-25 11:19:02', 7, NULL, '58.97.226.202'),
(8916, '2025-11-25 11:19:15', 209, NULL, '196.188.33.54'),
(8917, '2025-11-25 11:21:45', 21, NULL, '57.141.0.17'),
(8918, '2025-11-25 11:24:07', 309, NULL, '66.249.66.76'),
(8919, '2025-11-25 11:24:58', 283, NULL, '66.249.66.13'),
(8920, '2025-11-25 11:25:34', 246, NULL, '23.20.178.124'),
(8921, '2025-11-25 11:27:05', 305, NULL, '66.249.66.13'),
(8922, '2025-11-25 11:30:15', 274, NULL, '66.249.66.35'),
(8923, '2025-11-25 11:32:22', 305, NULL, '66.249.66.202'),
(8924, '2025-11-25 11:33:33', 280, NULL, '66.249.66.201'),
(8925, '2025-11-25 11:36:01', 280, NULL, '66.249.66.75'),
(8926, '2025-11-25 11:36:47', 308, NULL, '44.210.213.220'),
(8927, '2025-11-25 11:39:01', 272, NULL, '66.249.66.34'),
(8928, '2025-11-25 11:39:54', 272, NULL, '66.249.66.76'),
(8929, '2025-11-25 11:42:22', 46, NULL, '43.173.180.33'),
(8930, '2025-11-25 11:43:26', 306, NULL, '66.249.66.201'),
(8931, '2025-11-25 11:45:29', 283, NULL, '66.249.66.166'),
(8932, '2025-11-25 11:46:29', 274, NULL, '66.249.66.12'),
(8933, '2025-11-25 11:46:59', 316, NULL, '3.216.86.144'),
(8934, '2025-11-25 11:47:28', 112, NULL, '54.83.180.239'),
(8935, '2025-11-25 11:47:51', 321, NULL, '184.73.35.182'),
(8936, '2025-11-25 11:48:17', 318, NULL, '52.6.5.24'),
(8937, '2025-11-25 11:48:42', 7, NULL, '44.212.131.50'),
(8938, '2025-11-25 11:48:57', 309, NULL, '52.70.138.176'),
(8939, '2025-11-25 11:49:07', 314, NULL, '18.211.148.239'),
(8940, '2025-11-25 11:49:15', 311, NULL, '54.235.125.129'),
(8941, '2025-11-25 11:49:38', 314, NULL, '34.195.248.30'),
(8942, '2025-11-25 11:50:28', 279, NULL, '66.249.66.35'),
(8943, '2025-11-25 11:51:28', 274, NULL, '66.249.66.202'),
(8944, '2025-11-25 11:51:46', 7, NULL, '34.231.118.144'),
(8945, '2025-11-25 11:53:08', 272, NULL, '66.249.66.202'),
(8946, '2025-11-25 11:55:06', 281, NULL, '66.249.66.200'),
(8947, '2025-11-25 11:56:30', 320, NULL, '34.238.45.183'),
(8948, '2025-11-25 11:58:18', 320, NULL, '52.207.47.227'),
(8949, '2025-11-25 12:00:24', 309, NULL, '66.249.66.34'),
(8950, '2025-11-25 12:04:19', 309, NULL, '54.90.244.132'),
(8951, '2025-11-25 12:05:10', 278, NULL, '66.249.66.200'),
(8952, '2025-11-25 12:05:34', 271, NULL, '23.21.250.48'),
(8953, '2025-11-25 12:06:01', 308, NULL, '66.249.66.13'),
(8954, '2025-11-25 12:06:24', 261, NULL, '23.21.179.27'),
(8955, '2025-11-25 12:08:11', 262, NULL, '66.249.66.34'),
(8956, '2025-11-25 12:08:27', 317, NULL, '44.206.93.215'),
(8957, '2025-11-25 12:12:14', 309, NULL, '66.249.66.202');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(8958, '2025-11-25 12:16:16', 265, NULL, '66.249.66.36'),
(8959, '2025-11-25 12:17:25', 11, NULL, '3.210.223.61'),
(8960, '2025-11-25 12:17:58', 262, NULL, '66.249.66.76'),
(8961, '2025-11-25 12:18:04', 305, NULL, '52.71.216.196'),
(8962, '2025-11-25 12:18:16', 387, NULL, '38.171.238.73'),
(8963, '2025-11-25 12:18:24', 8, NULL, '35.171.117.160'),
(8964, '2025-11-25 12:18:41', 308, NULL, '49.0.4.66'),
(8965, '2025-11-25 12:18:55', 313, NULL, '54.89.90.224'),
(8966, '2025-11-25 12:19:04', 331, NULL, '44.206.93.215'),
(8967, '2025-11-25 12:19:37', 322, NULL, '52.3.102.51'),
(8968, '2025-11-25 12:19:53', 318, NULL, '52.71.46.142'),
(8969, '2025-11-25 12:20:31', 305, NULL, '66.249.66.168'),
(8970, '2025-11-25 12:21:03', 264, NULL, '66.249.66.35'),
(8971, '2025-11-25 12:22:12', 264, NULL, '66.249.66.12'),
(8972, '2025-11-25 12:22:39', 272, NULL, '66.249.66.201'),
(8973, '2025-11-25 12:23:39', 272, NULL, '66.249.66.36'),
(8974, '2025-11-25 12:26:32', 296, NULL, '66.249.66.13'),
(8975, '2025-11-25 12:26:36', 281, NULL, '217.17.230.49'),
(8976, '2025-11-25 12:27:30', 256, NULL, '66.249.66.13'),
(8977, '2025-11-25 12:28:28', 262, NULL, '66.249.66.13'),
(8978, '2025-11-25 12:29:26', 281, NULL, '66.249.66.201'),
(8979, '2025-11-25 12:32:28', 265, NULL, '66.249.66.168'),
(8980, '2025-11-25 12:34:40', 296, NULL, '66.249.66.35'),
(8981, '2025-11-25 12:34:54', 88, NULL, '128.241.235.20'),
(8982, '2025-11-25 12:37:49', 262, NULL, '66.249.66.202'),
(8983, '2025-11-25 12:38:35', 8, NULL, '34.227.156.153'),
(8984, '2025-11-25 12:40:25', 265, NULL, '66.249.66.34'),
(8985, '2025-11-25 12:41:35', 272, NULL, '66.249.66.35'),
(8986, '2025-11-25 12:41:50', 305, NULL, '34.224.9.144'),
(8987, '2025-11-25 12:42:45', 311, NULL, '66.249.66.166'),
(8988, '2025-11-25 12:44:41', 247, NULL, '66.249.66.167'),
(8989, '2025-11-25 12:46:35', 311, NULL, '66.249.66.13'),
(8990, '2025-11-25 12:46:43', 310, NULL, '52.44.174.136'),
(8991, '2025-11-25 12:47:05', 11, NULL, '44.210.213.220'),
(8992, '2025-11-25 12:49:38', 247, NULL, '66.249.66.168'),
(8993, '2025-11-25 12:50:23', 252, NULL, '66.249.66.77'),
(8994, '2025-11-25 12:54:51', 241, NULL, '54.197.102.71'),
(8995, '2025-11-25 12:55:23', 339, NULL, '52.71.216.196'),
(8996, '2025-11-25 12:57:25', 389, NULL, '66.249.66.14'),
(8997, '2025-11-25 12:58:10', 265, NULL, '66.249.66.167'),
(8998, '2025-11-25 12:59:26', 305, NULL, '35.174.253.85'),
(8999, '2025-11-25 12:59:41', 262, NULL, '66.249.66.201'),
(9000, '2025-11-25 13:00:22', 244, NULL, '100.28.49.152'),
(9001, '2025-11-25 13:01:38', 271, NULL, '3.232.82.72'),
(9002, '2025-11-25 13:01:43', 273, NULL, '85.208.96.212'),
(9003, '2025-11-25 13:01:49', 262, NULL, '66.249.66.77'),
(9004, '2025-11-25 13:02:30', 335, NULL, '44.212.145.46'),
(9005, '2025-11-25 13:04:55', 112, NULL, '34.227.234.246'),
(9006, '2025-11-25 13:05:59', 311, NULL, '44.215.210.112'),
(9007, '2025-11-25 13:06:24', 7, NULL, '3.208.146.193'),
(9008, '2025-11-25 13:06:27', 338, NULL, '52.202.233.37'),
(9009, '2025-11-25 13:06:39', 7, NULL, '52.204.81.148'),
(9010, '2025-11-25 13:07:16', 265, NULL, '66.249.66.166'),
(9011, '2025-11-25 13:10:31', 272, NULL, '66.249.66.12'),
(9012, '2025-11-25 13:10:43', 252, NULL, '17.241.227.184'),
(9013, '2025-11-25 13:10:54', 309, NULL, '52.71.203.206'),
(9014, '2025-11-25 13:13:55', 322, NULL, '54.204.12.115'),
(9015, '2025-11-25 13:13:59', 154, NULL, '17.246.19.151'),
(9016, '2025-11-25 13:16:03', 310, NULL, '184.73.239.35'),
(9017, '2025-11-25 13:16:20', 320, NULL, '52.204.89.12'),
(9018, '2025-11-25 13:18:01', 321, NULL, '34.206.249.188'),
(9019, '2025-11-25 13:18:28', 339, NULL, '54.210.155.69'),
(9020, '2025-11-25 13:19:13', 301, NULL, '66.249.66.14'),
(9021, '2025-11-25 13:19:33', 375, NULL, '103.76.241.22'),
(9022, '2025-11-25 13:23:37', 281, NULL, '17.241.75.196'),
(9023, '2025-11-25 13:25:58', 190, NULL, '54.83.240.58'),
(9024, '2025-11-25 13:27:42', 312, NULL, '66.249.66.35'),
(9025, '2025-11-25 13:30:04', 298, NULL, '66.249.66.75'),
(9026, '2025-11-25 13:31:21', 298, NULL, '66.249.66.34'),
(9027, '2025-11-25 13:36:31', 321, NULL, '23.20.178.124'),
(9028, '2025-11-25 13:38:50', 299, NULL, '66.249.66.36'),
(9029, '2025-11-25 13:42:56', 328, NULL, '66.249.66.202'),
(9030, '2025-11-25 13:53:36', 312, NULL, '17.246.15.7'),
(9031, '2025-11-25 13:53:45', 323, NULL, '66.249.66.13'),
(9032, '2025-11-25 13:55:18', 271, NULL, '52.7.33.248'),
(9033, '2025-11-25 14:02:19', 287, NULL, '35.172.125.172'),
(9034, '2025-11-25 14:13:49', 252, NULL, '66.249.66.201'),
(9035, '2025-11-25 14:14:40', 282, NULL, '17.241.219.56'),
(9036, '2025-11-25 14:15:16', 308, NULL, '177.91.251.212'),
(9037, '2025-11-25 14:16:49', 245, NULL, '66.249.66.34'),
(9038, '2025-11-25 14:17:20', 220, NULL, '187.63.84.183'),
(9039, '2025-11-25 14:17:22', 209, NULL, '103.80.3.68'),
(9040, '2025-11-25 14:17:27', 316, NULL, '190.244.77.74'),
(9041, '2025-11-25 14:19:52', 99, NULL, '154.84.214.191'),
(9042, '2025-11-25 14:20:17', 363, NULL, '67.203.207.117'),
(9043, '2025-11-25 14:22:05', 266, NULL, '66.249.66.12'),
(9044, '2025-11-25 14:23:19', 271, NULL, '18.215.77.19'),
(9045, '2025-11-25 14:31:05', 253, NULL, '17.22.237.158'),
(9046, '2025-11-25 14:31:31', 260, NULL, '66.249.66.36'),
(9047, '2025-11-25 14:32:31', 261, NULL, '18.205.91.101'),
(9048, '2025-11-25 14:33:39', 260, NULL, '66.249.66.75'),
(9049, '2025-11-25 14:36:31', 253, NULL, '44.206.93.215'),
(9050, '2025-11-25 14:37:00', 309, NULL, '17.241.219.45'),
(9051, '2025-11-25 14:37:23', 269, NULL, '66.249.66.35'),
(9052, '2025-11-25 14:40:08', 307, NULL, '66.249.66.202'),
(9053, '2025-11-25 14:41:01', 1, NULL, '52.4.76.156'),
(9054, '2025-11-25 14:42:04', 11, NULL, '52.4.213.199'),
(9055, '2025-11-25 14:43:25', 305, NULL, '52.4.238.8'),
(9056, '2025-11-25 14:43:42', 305, NULL, '34.194.233.48'),
(9057, '2025-11-25 14:44:18', 289, NULL, '17.22.245.44'),
(9058, '2025-11-25 14:44:20', 4, NULL, '18.211.39.188'),
(9059, '2025-11-25 14:46:11', 313, NULL, '3.224.215.150'),
(9060, '2025-11-25 14:46:44', 316, NULL, '54.225.98.148'),
(9061, '2025-11-25 14:46:49', 316, NULL, '52.200.58.199'),
(9062, '2025-11-25 14:47:03', 316, NULL, '54.163.169.168'),
(9063, '2025-11-25 14:49:14', 308, NULL, '52.6.5.24'),
(9064, '2025-11-25 14:52:44', 130, NULL, '43.173.177.126'),
(9065, '2025-11-25 14:53:25', 203, NULL, '17.22.237.111'),
(9066, '2025-11-25 14:57:35', 309, NULL, '3.214.176.44'),
(9067, '2025-11-25 15:07:38', 145, NULL, '17.246.15.191'),
(9068, '2025-11-25 15:08:11', 33, NULL, '43.173.175.140'),
(9069, '2025-11-25 15:18:24', 305, NULL, '35.172.125.172'),
(9070, '2025-11-25 15:18:28', 4, NULL, '34.230.124.21'),
(9071, '2025-11-25 15:18:38', 278, NULL, '17.241.75.82'),
(9072, '2025-11-25 15:18:39', 8, NULL, '3.232.82.72'),
(9073, '2025-11-25 15:18:49', 306, NULL, '44.208.223.68'),
(9074, '2025-11-25 15:18:59', 327, NULL, '18.211.39.188'),
(9075, '2025-11-25 15:19:07', 21, NULL, '216.244.66.235'),
(9076, '2025-11-25 15:19:07', 22, NULL, '216.244.66.235'),
(9077, '2025-11-25 15:19:07', 23, NULL, '216.244.66.235'),
(9078, '2025-11-25 15:19:07', 24, NULL, '216.244.66.235'),
(9079, '2025-11-25 15:19:07', 29, NULL, '216.244.66.235'),
(9080, '2025-11-25 15:19:07', 34, NULL, '216.244.66.235'),
(9081, '2025-11-25 15:19:46', 305, NULL, '107.20.181.148'),
(9082, '2025-11-25 15:20:48', 310, NULL, '100.25.120.246'),
(9083, '2025-11-25 15:21:03', 322, NULL, '18.232.11.247'),
(9084, '2025-11-25 15:21:17', 150, NULL, '66.249.66.13'),
(9085, '2025-11-25 15:22:27', 321, NULL, '18.213.27.222'),
(9086, '2025-11-25 15:22:58', 310, NULL, '23.20.178.124'),
(9087, '2025-11-25 15:23:14', 318, NULL, '3.94.199.128'),
(9088, '2025-11-25 15:23:18', 321, NULL, '3.93.253.174'),
(9089, '2025-11-25 15:23:50', 342, NULL, '52.54.157.23'),
(9090, '2025-11-25 15:23:54', 309, NULL, '18.215.112.101'),
(9091, '2025-11-25 15:24:32', 247, NULL, '190.94.137.34'),
(9092, '2025-11-25 15:24:46', 298, NULL, '3.226.106.93'),
(9093, '2025-11-25 15:25:08', 283, NULL, '66.249.66.36'),
(9094, '2025-11-25 15:25:10', 290, NULL, '17.22.245.230'),
(9095, '2025-11-25 15:25:10', 311, NULL, '3.224.215.150'),
(9096, '2025-11-25 15:25:26', 7, NULL, '107.23.62.75'),
(9097, '2025-11-25 15:27:11', 274, NULL, '66.249.66.75'),
(9098, '2025-11-25 15:27:14', 7, NULL, '3.217.82.254'),
(9099, '2025-11-25 15:28:06', 314, NULL, '52.4.238.8'),
(9100, '2025-11-25 15:29:09', 222, NULL, '17.246.15.10'),
(9101, '2025-11-25 15:31:38', 307, NULL, '3.89.170.186'),
(9102, '2025-11-25 15:33:38', 309, NULL, '66.249.66.168'),
(9103, '2025-11-25 15:36:07', 273, NULL, '66.249.66.168'),
(9104, '2025-11-25 15:37:23', 308, NULL, '52.7.33.248'),
(9105, '2025-11-25 15:41:12', 334, NULL, '66.249.66.166'),
(9106, '2025-11-25 15:41:46', 273, NULL, '66.249.66.76'),
(9107, '2025-11-25 15:42:39', 310, NULL, '54.210.152.179'),
(9108, '2025-11-25 15:42:43', 309, NULL, '3.219.81.66'),
(9109, '2025-11-25 15:44:56', 4, NULL, '52.2.83.227'),
(9110, '2025-11-25 15:46:06', 273, NULL, '66.249.66.166'),
(9111, '2025-11-25 15:48:10', 309, NULL, '18.215.77.19'),
(9112, '2025-11-25 15:48:38', 11, NULL, '44.221.227.90'),
(9113, '2025-11-25 15:50:15', 384, NULL, '66.249.66.200'),
(9114, '2025-11-25 15:53:12', 308, NULL, '66.249.66.75'),
(9115, '2025-11-25 15:54:00', 246, NULL, '52.0.218.219'),
(9116, '2025-11-25 15:54:07', 146, NULL, '43.173.182.159'),
(9117, '2025-11-25 15:54:26', 253, NULL, '52.6.5.24'),
(9118, '2025-11-25 15:55:14', 378, NULL, '43.173.176.43'),
(9119, '2025-11-25 15:56:15', 306, NULL, '66.249.66.14'),
(9120, '2025-11-25 15:56:20', 330, NULL, '43.173.176.204'),
(9121, '2025-11-25 15:56:22', 394, NULL, '103.151.188.166'),
(9122, '2025-11-25 15:56:24', 361, NULL, '43.173.180.207'),
(9123, '2025-11-25 15:57:24', 327, NULL, '38.183.236.19'),
(9124, '2025-11-25 15:57:28', 376, NULL, '43.173.180.10'),
(9125, '2025-11-25 15:58:30', 387, NULL, '43.173.176.244'),
(9126, '2025-11-25 15:59:40', 280, NULL, '3.215.221.125'),
(9127, '2025-11-25 16:00:20', 283, NULL, '66.249.66.168'),
(9128, '2025-11-25 16:00:54', 308, NULL, '44.212.106.171'),
(9129, '2025-11-25 16:07:07', 98, NULL, '43.173.177.220'),
(9130, '2025-11-25 16:07:46', 282, NULL, '66.249.66.13'),
(9131, '2025-11-25 16:08:11', 337, NULL, '43.173.180.227'),
(9132, '2025-11-25 16:08:54', 310, NULL, '23.23.212.212'),
(9133, '2025-11-25 16:09:20', 235, NULL, '43.173.179.13'),
(9134, '2025-11-25 16:09:58', 27, NULL, '128.241.235.24'),
(9135, '2025-11-25 16:10:35', 1, NULL, '52.0.63.151'),
(9136, '2025-11-25 16:11:03', 309, NULL, '52.202.52.82'),
(9137, '2025-11-25 16:13:19', 306, NULL, '3.213.106.226'),
(9138, '2025-11-25 16:19:04', 279, NULL, '66.249.66.75'),
(9139, '2025-11-25 16:19:09', 172, NULL, '37.56.0.243'),
(9140, '2025-11-25 16:21:06', 305, NULL, '66.249.66.166'),
(9141, '2025-11-25 16:22:24', 272, NULL, '17.246.15.41'),
(9142, '2025-11-25 16:24:54', 237, NULL, '17.22.237.24'),
(9143, '2025-11-25 16:25:33', 334, NULL, '66.249.66.201'),
(9144, '2025-11-25 16:31:54', 282, NULL, '66.249.66.14'),
(9145, '2025-11-25 16:43:11', 280, NULL, '66.249.66.35'),
(9146, '2025-11-25 16:46:24', 273, NULL, '66.249.66.167'),
(9147, '2025-11-25 16:50:34', 305, NULL, '17.22.237.22'),
(9148, '2025-11-25 16:51:48', 174, NULL, '66.249.66.34'),
(9149, '2025-11-25 16:55:27', 154, NULL, '43.173.182.96'),
(9150, '2025-11-25 16:59:53', 112, NULL, '43.173.180.41'),
(9151, '2025-11-25 16:59:53', 111, NULL, '43.173.180.41'),
(9152, '2025-11-25 16:59:53', 108, NULL, '43.173.180.41'),
(9153, '2025-11-25 16:59:53', 107, NULL, '43.173.180.41'),
(9154, '2025-11-25 16:59:53', 106, NULL, '43.173.180.41'),
(9155, '2025-11-25 16:59:53', 105, NULL, '43.173.180.41'),
(9156, '2025-11-25 16:59:53', 104, NULL, '43.173.180.41'),
(9157, '2025-11-25 16:59:53', 103, NULL, '43.173.180.41'),
(9158, '2025-11-25 16:59:53', 102, NULL, '43.173.180.41'),
(9159, '2025-11-25 16:59:53', 101, NULL, '43.173.180.41'),
(9160, '2025-11-25 16:59:53', 100, NULL, '43.173.180.41'),
(9161, '2025-11-25 17:03:14', 155, NULL, '43.173.182.230'),
(9162, '2025-11-25 17:04:16', 389, NULL, '47.128.37.119'),
(9163, '2025-11-25 17:05:27', 160, NULL, '43.173.175.145'),
(9164, '2025-11-25 17:08:50', 150, NULL, '38.51.207.105'),
(9165, '2025-11-25 17:09:21', 278, NULL, '66.249.66.201'),
(9166, '2025-11-25 17:09:53', 360, NULL, '43.173.182.30'),
(9167, '2025-11-25 17:09:54', 313, NULL, '43.173.176.184'),
(9168, '2025-11-25 17:11:01', 158, NULL, '43.173.177.34'),
(9169, '2025-11-25 17:12:05', 316, NULL, '54.225.199.17'),
(9170, '2025-11-25 17:14:24', 360, NULL, '43.173.176.129'),
(9171, '2025-11-25 17:15:29', 396, NULL, '43.173.181.42'),
(9172, '2025-11-25 17:15:30', 395, NULL, '43.173.177.214'),
(9173, '2025-11-25 17:16:43', 373, NULL, '43.173.179.145'),
(9174, '2025-11-25 17:16:44', 354, NULL, '181.13.205.99'),
(9175, '2025-11-25 17:18:53', 326, NULL, '43.173.173.65'),
(9176, '2025-11-25 17:35:10', 280, NULL, '66.249.66.36'),
(9177, '2025-11-25 17:40:09', 161, NULL, '43.173.175.67'),
(9178, '2025-11-25 17:41:27', 301, NULL, '23.98.142.186'),
(9179, '2025-11-25 17:42:20', 261, NULL, '3.90.73.206'),
(9180, '2025-11-25 17:43:30', 271, NULL, '3.230.69.161'),
(9181, '2025-11-25 17:45:22', 308, NULL, '66.249.66.14'),
(9182, '2025-11-25 17:45:54', 151, NULL, '43.173.174.4'),
(9183, '2025-11-25 17:49:13', 105, NULL, '43.173.179.27'),
(9184, '2025-11-25 17:49:13', 102, NULL, '43.173.181.23'),
(9185, '2025-11-25 17:53:22', 204, NULL, '66.249.66.12'),
(9186, '2025-11-25 17:59:00', 140, NULL, '17.246.23.110'),
(9187, '2025-11-25 18:00:22', 316, NULL, '3.209.174.110'),
(9188, '2025-11-25 18:05:27', 318, NULL, '17.241.227.27'),
(9189, '2025-11-25 18:10:23', 246, NULL, '66.249.66.14'),
(9190, '2025-11-25 18:10:41', 306, NULL, '17.246.19.130'),
(9191, '2025-11-25 18:12:37', 246, NULL, '66.249.66.200'),
(9192, '2025-11-25 18:14:38', 271, NULL, '66.249.66.200'),
(9193, '2025-11-25 18:14:43', 319, NULL, '66.249.66.34'),
(9194, '2025-11-25 18:17:17', 299, NULL, '3.225.9.97'),
(9195, '2025-11-25 18:20:12', 246, NULL, '66.249.66.36'),
(9196, '2025-11-25 18:25:49', 249, NULL, '52.71.218.25'),
(9197, '2025-11-25 18:26:58', 271, NULL, '66.249.66.77'),
(9198, '2025-11-25 18:29:41', 65, NULL, '43.173.178.125'),
(9199, '2025-11-25 18:30:01', 292, NULL, '66.249.66.13'),
(9200, '2025-11-25 18:31:21', 243, NULL, '18.97.9.100'),
(9201, '2025-11-25 18:32:03', 7, NULL, '40.77.167.52'),
(9202, '2025-11-25 18:32:04', 292, NULL, '66.249.66.200'),
(9203, '2025-11-25 18:37:09', 336, NULL, '52.0.218.219'),
(9204, '2025-11-25 18:37:09', 378, NULL, '66.249.66.76'),
(9205, '2025-11-25 18:41:22', 288, NULL, '66.249.66.166'),
(9206, '2025-11-25 18:42:45', 271, NULL, '23.21.228.180'),
(9207, '2025-11-25 18:44:49', 351, NULL, '66.249.66.12'),
(9208, '2025-11-25 18:44:49', 352, NULL, '66.249.66.12'),
(9209, '2025-11-25 18:44:49', 353, NULL, '66.249.66.12'),
(9210, '2025-11-25 18:44:49', 354, NULL, '66.249.66.12'),
(9211, '2025-11-25 18:44:49', 355, NULL, '66.249.66.12'),
(9212, '2025-11-25 18:44:49', 356, NULL, '66.249.66.12'),
(9213, '2025-11-25 18:46:07', 286, NULL, '66.249.66.166'),
(9214, '2025-11-25 18:50:42', 27, NULL, '37.120.185.71'),
(9215, '2025-11-25 18:53:11', 307, NULL, '3.224.104.67'),
(9216, '2025-11-25 18:53:15', 274, NULL, '50.19.221.48'),
(9217, '2025-11-25 18:53:33', 275, NULL, '23.22.59.87'),
(9218, '2025-11-25 18:54:00', 292, NULL, '66.249.66.168'),
(9219, '2025-11-25 19:03:41', 203, NULL, '66.249.66.13'),
(9220, '2025-11-25 19:03:45', 284, NULL, '66.249.66.77'),
(9221, '2025-11-25 19:06:49', 292, NULL, '66.249.66.167'),
(9222, '2025-11-25 19:08:27', 256, NULL, '154.250.1.232'),
(9223, '2025-11-25 19:10:10', 219, NULL, '17.246.23.22'),
(9224, '2025-11-25 19:12:00', 292, NULL, '66.249.66.36'),
(9225, '2025-11-25 19:14:58', 292, NULL, '66.249.66.166'),
(9226, '2025-11-25 19:24:38', 285, NULL, '66.249.66.200'),
(9227, '2025-11-25 19:27:46', 288, NULL, '66.249.66.12'),
(9228, '2025-11-25 19:30:56', 287, NULL, '66.249.66.200'),
(9229, '2025-11-25 19:33:01', 287, NULL, '66.249.66.167'),
(9230, '2025-11-25 19:34:49', 1, NULL, '54.147.238.89'),
(9231, '2025-11-25 19:34:49', 2, NULL, '54.147.238.89'),
(9232, '2025-11-25 19:34:49', 3, NULL, '54.147.238.89'),
(9233, '2025-11-25 19:34:49', 4, NULL, '54.147.238.89'),
(9234, '2025-11-25 19:34:49', 5, NULL, '54.147.238.89'),
(9235, '2025-11-25 19:34:49', 6, NULL, '54.147.238.89'),
(9236, '2025-11-25 19:34:49', 7, NULL, '54.147.238.89'),
(9237, '2025-11-25 19:34:49', 8, NULL, '54.147.238.89'),
(9238, '2025-11-25 19:34:49', 11, NULL, '54.147.238.89'),
(9239, '2025-11-25 19:36:02', 288, NULL, '66.249.66.35'),
(9240, '2025-11-25 19:41:14', 308, NULL, '17.241.219.135'),
(9241, '2025-11-25 19:42:26', 308, NULL, '54.89.90.224'),
(9242, '2025-11-25 19:45:47', 307, NULL, '44.212.106.171'),
(9243, '2025-11-25 19:47:14', 286, NULL, '66.249.66.36'),
(9244, '2025-11-25 19:48:28', 324, NULL, '52.167.144.221'),
(9245, '2025-11-25 19:49:13', 308, NULL, '3.220.70.171'),
(9246, '2025-11-25 19:50:00', 144, NULL, '54.235.125.129'),
(9247, '2025-11-25 19:50:26', 284, NULL, '66.249.66.168'),
(9248, '2025-11-25 19:52:01', 288, NULL, '66.249.66.13'),
(9249, '2025-11-25 19:55:30', 316, NULL, '3.227.180.70'),
(9250, '2025-11-25 19:57:06', 286, NULL, '66.249.66.13'),
(9251, '2025-11-25 20:01:10', 284, NULL, '34.236.135.14'),
(9252, '2025-11-25 20:02:12', 288, NULL, '66.249.66.168'),
(9253, '2025-11-25 20:03:14', 288, NULL, '66.249.66.14'),
(9254, '2025-11-25 20:07:54', 274, NULL, '54.83.240.58'),
(9255, '2025-11-25 20:08:10', 144, NULL, '34.205.163.103'),
(9256, '2025-11-25 20:08:21', 317, NULL, '66.249.66.75'),
(9257, '2025-11-25 20:13:47', 268, NULL, '66.249.66.167'),
(9258, '2025-11-25 20:15:51', 268, NULL, '66.249.66.168'),
(9259, '2025-11-25 20:16:55', 317, NULL, '66.249.66.168'),
(9260, '2025-11-25 20:17:59', 252, NULL, '66.249.66.166'),
(9261, '2025-11-25 20:18:36', 259, NULL, '18.97.9.100'),
(9262, '2025-11-25 20:18:36', 307, NULL, '18.97.9.96'),
(9263, '2025-11-25 20:18:36', 256, NULL, '18.97.9.98'),
(9264, '2025-11-25 20:18:37', 338, NULL, '18.97.9.97'),
(9265, '2025-11-25 20:18:37', 243, NULL, '18.97.9.98'),
(9266, '2025-11-25 20:18:38', 243, NULL, '18.97.9.99'),
(9267, '2025-11-25 20:18:38', 243, NULL, '18.97.9.103'),
(9268, '2025-11-25 20:18:38', 282, NULL, '18.97.9.99'),
(9269, '2025-11-25 20:18:39', 243, NULL, '18.97.9.96'),
(9270, '2025-11-25 20:18:40', 243, NULL, '18.97.9.97'),
(9271, '2025-11-25 20:18:40', 243, NULL, '18.97.9.102'),
(9272, '2025-11-25 20:18:41', 243, NULL, '18.97.9.101'),
(9273, '2025-11-25 20:20:02', 317, NULL, '66.249.66.202'),
(9274, '2025-11-25 20:21:16', 1, NULL, '54.147.80.137'),
(9275, '2025-11-25 20:23:10', 310, NULL, '18.97.9.98'),
(9276, '2025-11-25 20:23:37', 132, NULL, '18.97.9.102'),
(9277, '2025-11-25 20:23:37', 266, NULL, '18.97.9.96'),
(9278, '2025-11-25 20:23:37', 158, NULL, '18.97.9.97'),
(9279, '2025-11-25 20:23:37', 132, NULL, '18.97.9.103'),
(9280, '2025-11-25 20:23:37', 131, NULL, '18.97.9.103'),
(9281, '2025-11-25 20:23:37', 211, NULL, '18.97.9.103'),
(9282, '2025-11-25 20:23:37', 310, NULL, '18.97.9.97'),
(9283, '2025-11-25 20:23:37', 310, NULL, '18.97.9.96'),
(9284, '2025-11-25 20:23:38', 310, NULL, '18.97.9.100'),
(9285, '2025-11-25 20:23:38', 310, NULL, '18.97.9.103'),
(9286, '2025-11-25 20:23:43', 4, NULL, '44.216.172.204'),
(9287, '2025-11-25 20:28:34', 284, NULL, '66.249.66.166'),
(9288, '2025-11-25 20:29:06', 11, NULL, '107.20.255.194'),
(9289, '2025-11-25 20:29:45', 396, NULL, '43.173.175.227'),
(9290, '2025-11-25 20:29:45', 395, NULL, '43.173.175.227'),
(9291, '2025-11-25 20:29:45', 394, NULL, '43.173.175.227'),
(9292, '2025-11-25 20:29:45', 393, NULL, '43.173.175.227'),
(9293, '2025-11-25 20:29:45', 392, NULL, '43.173.175.227'),
(9294, '2025-11-25 20:29:45', 391, NULL, '43.173.175.227'),
(9295, '2025-11-25 20:29:45', 390, NULL, '43.173.175.227'),
(9296, '2025-11-25 20:29:45', 389, NULL, '43.173.175.227'),
(9297, '2025-11-25 20:29:45', 388, NULL, '43.173.175.227'),
(9298, '2025-11-25 20:29:45', 387, NULL, '43.173.175.227'),
(9299, '2025-11-25 20:29:45', 386, NULL, '43.173.175.227'),
(9300, '2025-11-25 20:29:45', 385, NULL, '43.173.175.227'),
(9301, '2025-11-25 20:30:35', 27, NULL, '37.120.185.171'),
(9302, '2025-11-25 20:30:52', 389, NULL, '43.173.179.254'),
(9303, '2025-11-25 20:30:52', 392, NULL, '43.173.176.97'),
(9304, '2025-11-25 20:30:52', 393, NULL, '43.173.178.117'),
(9305, '2025-11-25 20:31:10', 305, NULL, '54.243.63.52'),
(9306, '2025-11-25 20:31:39', 289, NULL, '66.249.66.34'),
(9307, '2025-11-25 20:31:52', 396, NULL, '18.97.9.97'),
(9308, '2025-11-25 20:31:52', 395, NULL, '18.97.9.98'),
(9309, '2025-11-25 20:31:52', 388, NULL, '18.97.9.99'),
(9310, '2025-11-25 20:31:52', 387, NULL, '18.97.9.96'),
(9311, '2025-11-25 20:31:52', 393, NULL, '18.97.9.99'),
(9312, '2025-11-25 20:31:52', 394, NULL, '18.97.9.97'),
(9313, '2025-11-25 20:31:52', 391, NULL, '18.97.9.96'),
(9314, '2025-11-25 20:31:58', 306, NULL, '18.204.152.114'),
(9315, '2025-11-25 20:32:14', 11, NULL, '44.208.193.63'),
(9316, '2025-11-25 20:32:54', 306, NULL, '54.166.104.83'),
(9317, '2025-11-25 20:33:22', 8, NULL, '52.3.104.214'),
(9318, '2025-11-25 20:35:58', 112, NULL, '98.82.63.147'),
(9319, '2025-11-25 20:36:35', 285, NULL, '66.249.66.36'),
(9320, '2025-11-25 20:37:34', 328, NULL, '98.82.38.120'),
(9321, '2025-11-25 20:38:22', 313, NULL, '52.202.52.82'),
(9322, '2025-11-25 20:40:27', 112, NULL, '54.88.84.219'),
(9323, '2025-11-25 20:40:30', 330, NULL, '50.19.102.70'),
(9324, '2025-11-25 20:40:42', 107, NULL, '54.159.98.248'),
(9325, '2025-11-25 20:40:45', 289, NULL, '66.249.66.13'),
(9326, '2025-11-25 20:40:48', 112, NULL, '52.3.127.170'),
(9327, '2025-11-25 20:41:30', 310, NULL, '3.210.114.189'),
(9328, '2025-11-25 20:41:38', 316, NULL, '18.235.81.246'),
(9329, '2025-11-25 20:42:06', 316, NULL, '18.215.77.19'),
(9330, '2025-11-25 20:42:14', 310, NULL, '52.45.29.57'),
(9331, '2025-11-25 20:42:23', 310, NULL, '18.215.77.19'),
(9332, '2025-11-25 20:42:44', 313, NULL, '44.223.193.255'),
(9333, '2025-11-25 20:43:15', 322, NULL, '34.194.226.74'),
(9334, '2025-11-25 20:43:49', 290, NULL, '66.249.66.34'),
(9335, '2025-11-25 20:44:27', 337, NULL, '3.222.85.38'),
(9336, '2025-11-25 20:44:50', 290, NULL, '66.249.66.13'),
(9337, '2025-11-25 20:49:11', 274, NULL, '54.83.180.239'),
(9338, '2025-11-25 20:49:36', 263, NULL, '44.213.36.21'),
(9339, '2025-11-25 20:49:59', 326, NULL, '3.224.215.150'),
(9340, '2025-11-25 20:52:57', 275, NULL, '17.246.19.208'),
(9341, '2025-11-25 20:53:30', 331, NULL, '34.234.197.175'),
(9342, '2025-11-25 20:54:59', 8, NULL, '34.224.132.215'),
(9343, '2025-11-25 20:56:59', 322, NULL, '34.195.248.30'),
(9344, '2025-11-25 20:57:24', 321, NULL, '34.231.156.59'),
(9345, '2025-11-25 20:58:12', 318, NULL, '3.217.171.106'),
(9346, '2025-11-25 20:58:53', 318, NULL, '54.225.81.20'),
(9347, '2025-11-25 20:59:01', 112, NULL, '18.213.27.222'),
(9348, '2025-11-25 20:59:09', 321, NULL, '52.200.58.199'),
(9349, '2025-11-25 21:00:05', 310, NULL, '52.71.216.196'),
(9350, '2025-11-25 21:01:02', 309, NULL, '34.231.118.144'),
(9351, '2025-11-25 21:01:17', 311, NULL, '44.217.255.167'),
(9352, '2025-11-25 21:02:17', 308, NULL, '35.173.18.61'),
(9353, '2025-11-25 21:03:20', 308, NULL, '54.147.80.137'),
(9354, '2025-11-25 21:04:56', 308, NULL, '34.224.132.215'),
(9355, '2025-11-25 21:05:05', 314, NULL, '18.213.102.186'),
(9356, '2025-11-25 21:05:24', 380, NULL, '102.191.73.171'),
(9357, '2025-11-25 21:05:30', 315, NULL, '23.21.119.232'),
(9358, '2025-11-25 21:05:41', 314, NULL, '3.89.176.255'),
(9359, '2025-11-25 21:06:18', 268, NULL, '66.249.66.34'),
(9360, '2025-11-25 21:06:32', 311, NULL, '52.4.229.9'),
(9361, '2025-11-25 21:07:16', 298, NULL, '35.174.253.85'),
(9362, '2025-11-25 21:07:28', 315, NULL, '3.81.253.213'),
(9363, '2025-11-25 21:09:52', 7, NULL, '54.156.124.2'),
(9364, '2025-11-25 21:09:57', 314, NULL, '52.203.237.170'),
(9365, '2025-11-25 21:11:40', 298, NULL, '34.226.89.140'),
(9366, '2025-11-25 21:12:33', 298, NULL, '34.205.170.13'),
(9367, '2025-11-25 21:14:10', 298, NULL, '98.84.60.17'),
(9368, '2025-11-25 21:15:27', 250, NULL, '66.249.66.13'),
(9369, '2025-11-25 21:15:34', 337, NULL, '66.249.66.12'),
(9370, '2025-11-25 21:17:45', 307, NULL, '23.21.204.95'),
(9371, '2025-11-25 21:19:37', 288, NULL, '17.246.15.161'),
(9372, '2025-11-25 21:20:01', 308, NULL, '34.239.197.197'),
(9373, '2025-11-25 21:26:53', 298, NULL, '98.80.130.239'),
(9374, '2025-11-25 21:27:34', 8, NULL, '34.206.193.60'),
(9375, '2025-11-25 21:27:37', 8, NULL, '3.220.148.166'),
(9376, '2025-11-25 21:28:32', 316, NULL, '44.215.235.20'),
(9377, '2025-11-25 21:28:44', 321, NULL, '44.212.232.231'),
(9378, '2025-11-25 21:28:49', 321, NULL, '52.204.253.129'),
(9379, '2025-11-25 21:28:53', 308, NULL, '52.200.93.170'),
(9380, '2025-11-25 21:29:05', 315, NULL, '18.206.47.187'),
(9381, '2025-11-25 21:32:44', 320, NULL, '98.84.200.43'),
(9382, '2025-11-25 21:34:56', 307, NULL, '3.211.105.134'),
(9383, '2025-11-25 21:38:09', 320, NULL, '18.206.47.187'),
(9384, '2025-11-25 21:39:01', 320, NULL, '44.221.105.234'),
(9385, '2025-11-25 21:43:22', 320, NULL, '18.235.158.19'),
(9386, '2025-11-25 21:47:00', 265, NULL, '17.241.227.7'),
(9387, '2025-11-25 21:48:37', 305, NULL, '52.202.52.82'),
(9388, '2025-11-25 21:49:18', 298, NULL, '18.214.138.148'),
(9389, '2025-11-25 21:49:45', 8, NULL, '35.153.86.200'),
(9390, '2025-11-25 21:50:11', 316, NULL, '100.29.164.178'),
(9391, '2025-11-25 21:50:13', 112, NULL, '3.229.2.217'),
(9392, '2025-11-25 21:51:46', 163, NULL, '47.82.11.62'),
(9393, '2025-11-25 21:52:53', 253, NULL, '50.16.216.166'),
(9394, '2025-11-25 21:54:15', 274, NULL, '54.147.238.89'),
(9395, '2025-11-25 21:54:35', 309, NULL, '23.20.178.124'),
(9396, '2025-11-25 21:55:07', 329, NULL, '18.213.70.100'),
(9397, '2025-11-25 21:57:10', 102, NULL, '85.208.96.193'),
(9398, '2025-11-25 21:59:19', 224, NULL, '17.246.23.87'),
(9399, '2025-11-25 22:00:47', 338, NULL, '66.249.66.12'),
(9400, '2025-11-25 22:00:47', 339, NULL, '66.249.66.12'),
(9401, '2025-11-25 22:00:47', 340, NULL, '66.249.66.12'),
(9402, '2025-11-25 22:00:47', 342, NULL, '66.249.66.12'),
(9403, '2025-11-25 22:00:47', 344, NULL, '66.249.66.12'),
(9404, '2025-11-25 22:01:53', 246, NULL, '17.241.75.61'),
(9405, '2025-11-25 22:03:56', 150, NULL, '52.203.65.83'),
(9406, '2025-11-25 22:04:42', 310, NULL, '129.122.244.158'),
(9407, '2025-11-25 22:15:06', 270, NULL, '66.249.66.200'),
(9408, '2025-11-25 22:16:19', 396, 17, NULL),
(9409, '2025-11-25 22:16:19', 395, 17, NULL),
(9410, '2025-11-25 22:16:19', 394, 17, NULL),
(9411, '2025-11-25 22:18:16', 320, NULL, '52.71.218.25'),
(9412, '2025-11-25 22:19:46', 286, NULL, '17.246.23.83'),
(9413, '2025-11-25 22:20:45', 248, NULL, '17.22.245.148'),
(9414, '2025-11-25 22:25:17', 112, NULL, '23.23.180.225'),
(9415, '2025-11-25 22:25:30', 314, NULL, '3.229.2.217'),
(9416, '2025-11-25 22:26:53', 322, NULL, '98.82.214.73'),
(9417, '2025-11-25 22:27:11', 318, NULL, '52.204.37.237'),
(9418, '2025-11-25 22:27:33', 315, NULL, '18.232.12.157'),
(9419, '2025-11-25 22:27:38', 315, NULL, '44.223.232.55'),
(9420, '2025-11-25 22:31:48', 135, NULL, '216.244.66.235'),
(9421, '2025-11-25 22:32:45', 322, NULL, '17.241.75.74'),
(9422, '2025-11-25 22:34:42', 340, NULL, '44.195.145.102'),
(9423, '2025-11-25 22:43:32', 344, NULL, '3.226.34.98'),
(9424, '2025-11-25 22:45:13', 65, NULL, '43.173.175.191'),
(9425, '2025-11-25 22:45:14', 133, NULL, '43.173.180.161'),
(9426, '2025-11-25 22:45:32', 240, NULL, '17.246.19.157'),
(9427, '2025-11-25 22:46:05', 316, NULL, '54.166.104.83'),
(9428, '2025-11-25 22:46:12', 308, NULL, '52.204.253.129'),
(9429, '2025-11-25 22:46:17', 145, NULL, '43.173.180.139'),
(9430, '2025-11-25 22:48:52', 308, NULL, '44.209.89.189'),
(9431, '2025-11-25 22:50:58', 327, NULL, '66.249.66.34'),
(9432, '2025-11-25 22:50:58', 328, NULL, '66.249.66.34'),
(9433, '2025-11-25 22:50:58', 329, NULL, '66.249.66.34'),
(9434, '2025-11-25 22:50:58', 330, NULL, '66.249.66.34'),
(9435, '2025-11-25 22:50:58', 331, NULL, '66.249.66.34'),
(9436, '2025-11-25 22:50:58', 332, NULL, '66.249.66.34'),
(9437, '2025-11-25 22:50:58', 333, NULL, '66.249.66.34'),
(9438, '2025-11-25 22:50:58', 334, NULL, '66.249.66.34'),
(9439, '2025-11-25 22:50:58', 335, NULL, '66.249.66.34'),
(9440, '2025-11-25 22:50:58', 336, NULL, '66.249.66.34'),
(9441, '2025-11-25 22:58:05', 313, NULL, '34.199.252.22'),
(9442, '2025-11-25 22:59:13', 7, NULL, '34.231.45.47'),
(9443, '2025-11-25 22:59:17', 314, NULL, '52.3.156.186'),
(9444, '2025-11-25 22:59:51', 306, NULL, '52.3.104.214'),
(9445, '2025-11-25 22:59:54', 306, NULL, '34.231.118.144'),
(9446, '2025-11-25 23:00:03', 318, NULL, '66.249.66.168'),
(9447, '2025-11-25 23:00:03', 319, NULL, '66.249.66.168'),
(9448, '2025-11-25 23:00:03', 320, NULL, '66.249.66.168'),
(9449, '2025-11-25 23:00:03', 321, NULL, '66.249.66.168'),
(9450, '2025-11-25 23:00:03', 322, NULL, '66.249.66.168'),
(9451, '2025-11-25 23:00:03', 323, NULL, '66.249.66.168'),
(9452, '2025-11-25 23:00:03', 324, NULL, '66.249.66.168'),
(9453, '2025-11-25 23:00:03', 325, NULL, '66.249.66.168'),
(9454, '2025-11-25 23:00:03', 326, NULL, '66.249.66.168'),
(9455, '2025-11-25 23:00:33', 326, NULL, '23.21.148.226'),
(9456, '2025-11-25 23:01:09', 307, NULL, '44.194.134.53'),
(9457, '2025-11-25 23:03:05', 317, NULL, '66.249.66.166'),
(9458, '2025-11-25 23:03:05', 318, NULL, '66.249.66.166'),
(9459, '2025-11-25 23:03:05', 321, NULL, '66.249.66.166'),
(9460, '2025-11-25 23:03:05', 322, NULL, '66.249.66.166'),
(9461, '2025-11-25 23:03:05', 323, NULL, '66.249.66.166'),
(9462, '2025-11-25 23:03:05', 324, NULL, '66.249.66.166'),
(9463, '2025-11-25 23:03:05', 325, NULL, '66.249.66.166'),
(9464, '2025-11-25 23:03:05', 326, NULL, '66.249.66.166'),
(9465, '2025-11-25 23:12:18', 147, NULL, '17.22.245.57'),
(9466, '2025-11-25 23:18:22', 271, NULL, '66.249.66.202'),
(9467, '2025-11-25 23:18:41', 193, NULL, '100.28.49.152'),
(9468, '2025-11-25 23:20:09', 315, NULL, '17.246.23.101'),
(9469, '2025-11-25 23:26:29', 298, NULL, '54.86.59.155'),
(9470, '2025-11-25 23:29:39', 310, NULL, '34.194.226.74'),
(9471, '2025-11-25 23:29:53', 307, NULL, '44.221.37.41'),
(9472, '2025-11-25 23:31:18', 318, NULL, '34.233.114.237'),
(9473, '2025-11-25 23:32:50', 308, NULL, '107.20.224.184'),
(9474, '2025-11-25 23:33:06', 307, NULL, '100.28.118.16'),
(9475, '2025-11-25 23:33:45', 4, NULL, '54.225.181.161'),
(9476, '2025-11-25 23:44:25', 280, NULL, '184.73.47.24'),
(9477, '2025-11-25 23:48:50', 275, NULL, '107.20.25.33'),
(9478, '2025-11-25 23:50:13', 308, NULL, '34.206.249.188'),
(9479, '2025-11-25 23:51:53', 306, NULL, '184.73.47.24'),
(9480, '2025-11-25 23:53:14', 312, NULL, '34.194.226.74'),
(9481, '2025-11-25 23:54:14', 23, NULL, '40.77.167.0'),
(9482, '2025-11-25 23:55:06', 306, NULL, '3.216.227.216'),
(9483, '2025-11-25 23:56:39', 112, NULL, '54.166.126.132'),
(9484, '2025-11-25 23:57:06', 1, NULL, '34.205.170.13'),
(9485, '2025-11-25 23:58:54', 318, NULL, '107.20.255.194'),
(9486, '2025-11-26 00:01:41', 311, NULL, '50.17.193.48'),
(9487, '2025-11-26 00:01:53', 314, NULL, '34.230.124.21'),
(9488, '2025-11-26 00:01:57', 298, NULL, '18.215.24.66'),
(9489, '2025-11-26 00:03:06', 268, NULL, '66.249.66.12'),
(9490, '2025-11-26 00:03:06', 270, NULL, '66.249.66.12'),
(9491, '2025-11-26 00:03:06', 273, NULL, '66.249.66.12'),
(9492, '2025-11-26 00:03:06', 276, NULL, '66.249.66.12'),
(9493, '2025-11-26 00:17:04', 287, NULL, '17.22.245.95'),
(9494, '2025-11-26 00:18:53', 310, NULL, '54.83.23.103'),
(9495, '2025-11-26 00:27:22', 3, NULL, '154.54.249.205'),
(9496, '2025-11-26 00:28:50', 1, NULL, '217.113.194.126'),
(9497, '2025-11-26 00:29:28', 103, NULL, '57.141.4.9'),
(9498, '2025-11-26 00:30:05', 7, NULL, '35.173.18.61'),
(9499, '2025-11-26 00:30:19', 5, NULL, '217.113.194.128'),
(9500, '2025-11-26 00:31:47', 5, NULL, '217.113.194.227'),
(9501, '2025-11-26 00:31:47', 6, NULL, '217.113.194.227'),
(9502, '2025-11-26 00:33:01', 220, NULL, '62.221.76.102'),
(9503, '2025-11-26 00:33:11', 8, NULL, '154.54.249.205'),
(9504, '2025-11-26 00:34:32', 2, NULL, '217.113.194.227'),
(9505, '2025-11-26 00:35:47', 4, NULL, '217.113.194.129'),
(9506, '2025-11-26 00:37:14', 65, NULL, '217.113.194.248'),
(9507, '2025-11-26 00:37:14', 49, NULL, '217.113.194.248'),
(9508, '2025-11-26 00:37:14', 45, NULL, '217.113.194.248'),
(9509, '2025-11-26 00:37:14', 43, NULL, '217.113.194.248'),
(9510, '2025-11-26 00:37:14', 39, NULL, '217.113.194.248'),
(9511, '2025-11-26 00:37:14', 38, NULL, '217.113.194.248'),
(9512, '2025-11-26 00:37:14', 36, NULL, '217.113.194.248'),
(9513, '2025-11-26 00:37:14', 34, NULL, '217.113.194.248'),
(9514, '2025-11-26 00:37:14', 33, NULL, '217.113.194.248'),
(9515, '2025-11-26 00:37:14', 31, NULL, '217.113.194.248'),
(9516, '2025-11-26 00:37:14', 29, NULL, '217.113.194.248'),
(9517, '2025-11-26 00:38:39', 31, NULL, '217.113.194.123'),
(9518, '2025-11-26 00:39:44', 134, NULL, '54.92.171.106'),
(9519, '2025-11-26 00:39:58', 11, NULL, '217.113.194.228'),
(9520, '2025-11-26 00:40:05', 296, NULL, '52.70.209.13'),
(9521, '2025-11-26 00:42:22', 35, NULL, '217.113.194.130'),
(9522, '2025-11-26 00:44:38', 133, NULL, '216.244.66.235'),
(9523, '2025-11-26 00:44:48', 36, NULL, '217.113.194.124'),
(9524, '2025-11-26 00:47:02', 33, NULL, '217.113.194.126'),
(9525, '2025-11-26 00:51:14', 131, NULL, '217.113.194.122'),
(9526, '2025-11-26 00:56:14', 112, NULL, '217.113.194.131'),
(9527, '2025-11-26 00:57:04', 312, NULL, '54.145.82.217'),
(9528, '2025-11-26 00:58:32', 312, NULL, '18.232.36.1'),
(9529, '2025-11-26 01:02:32', 273, NULL, '217.113.194.123'),
(9530, '2025-11-26 01:08:01', 386, NULL, '179.125.129.76'),
(9531, '2025-11-26 01:08:04', 132, NULL, '217.113.194.130'),
(9532, '2025-11-26 01:14:41', 274, NULL, '17.22.245.172'),
(9533, '2025-11-26 01:17:40', 312, NULL, '54.210.155.69'),
(9534, '2025-11-26 01:21:56', 312, NULL, '54.84.147.79'),
(9535, '2025-11-26 01:23:20', 312, NULL, '44.221.105.234'),
(9536, '2025-11-26 01:24:58', 408, NULL, '217.113.194.248'),
(9537, '2025-11-26 01:24:58', 407, NULL, '217.113.194.248'),
(9538, '2025-11-26 01:24:58', 406, NULL, '217.113.194.248'),
(9539, '2025-11-26 01:24:58', 405, NULL, '217.113.194.248'),
(9540, '2025-11-26 01:24:58', 404, NULL, '217.113.194.248'),
(9541, '2025-11-26 01:24:58', 403, NULL, '217.113.194.248'),
(9542, '2025-11-26 01:24:58', 402, NULL, '217.113.194.248'),
(9543, '2025-11-26 01:24:58', 401, NULL, '217.113.194.248'),
(9544, '2025-11-26 01:24:58', 400, NULL, '217.113.194.248'),
(9545, '2025-11-26 01:24:58', 399, NULL, '217.113.194.248'),
(9546, '2025-11-26 01:24:58', 398, NULL, '217.113.194.248'),
(9547, '2025-11-26 01:24:58', 397, NULL, '217.113.194.248'),
(9548, '2025-11-26 01:25:00', 39, NULL, '43.173.179.102'),
(9549, '2025-11-26 01:32:55', 301, NULL, '201.37.121.247'),
(9550, '2025-11-26 01:47:49', 309, NULL, '52.204.174.139'),
(9551, '2025-11-26 01:49:06', 333, NULL, '66.249.66.75'),
(9552, '2025-11-26 01:52:52', 315, NULL, '34.196.6.199'),
(9553, '2025-11-26 01:53:12', 253, NULL, '18.215.24.66'),
(9554, '2025-11-26 01:53:28', 316, NULL, '52.4.238.8'),
(9555, '2025-11-26 01:54:52', 333, NULL, '98.82.39.241'),
(9556, '2025-11-26 01:56:57', 33, NULL, '217.113.194.131'),
(9557, '2025-11-26 01:58:34', 36, NULL, '217.113.194.228'),
(9558, '2025-11-26 02:00:02', 36, NULL, '217.113.194.131'),
(9559, '2025-11-26 02:01:31', 36, NULL, '217.113.194.227'),
(9560, '2025-11-26 02:03:29', 312, NULL, '34.225.87.80'),
(9561, '2025-11-26 02:07:38', 283, NULL, '52.167.144.170'),
(9562, '2025-11-26 02:07:56', 193, NULL, '52.44.174.136'),
(9563, '2025-11-26 02:08:21', 374, NULL, '18.204.89.56'),
(9564, '2025-11-26 02:13:02', 187, NULL, '17.246.15.146'),
(9565, '2025-11-26 02:15:58', 23, NULL, '40.77.167.61'),
(9566, '2025-11-26 02:24:28', 7, NULL, '217.113.194.126'),
(9567, '2025-11-26 02:25:03', 89, NULL, '43.173.181.23'),
(9568, '2025-11-26 02:25:03', 88, NULL, '43.173.181.23'),
(9569, '2025-11-26 02:25:36', 33, NULL, '217.113.194.228'),
(9570, '2025-11-26 02:26:06', 148, NULL, '43.173.180.172'),
(9571, '2025-11-26 02:26:46', 35, NULL, '217.113.194.227'),
(9572, '2025-11-26 02:33:23', 264, NULL, '17.241.219.238'),
(9573, '2025-11-26 02:35:41', 301, NULL, '129.222.242.47'),
(9574, '2025-11-26 02:52:09', 340, NULL, '18.206.47.187'),
(9575, '2025-11-26 02:57:57', 33, NULL, '217.113.194.124'),
(9576, '2025-11-26 02:59:26', 36, NULL, '217.113.194.125'),
(9577, '2025-11-26 02:59:47', 308, NULL, '18.205.127.11'),
(9578, '2025-11-26 03:00:01', 309, NULL, '18.207.89.138'),
(9579, '2025-11-26 03:00:10', 333, NULL, '3.214.176.44'),
(9580, '2025-11-26 03:00:34', 33, NULL, '217.113.194.227'),
(9581, '2025-11-26 03:01:05', 36, NULL, '217.113.194.129'),
(9582, '2025-11-26 03:01:36', 35, NULL, '217.113.194.125'),
(9583, '2025-11-26 03:02:05', 36, NULL, '217.113.194.123'),
(9584, '2025-11-26 03:02:25', 336, NULL, '128.201.118.224'),
(9585, '2025-11-26 03:02:36', 33, NULL, '217.113.194.123'),
(9586, '2025-11-26 03:03:07', 35, NULL, '154.54.249.205'),
(9587, '2025-11-26 03:03:36', 33, NULL, '217.113.194.122'),
(9588, '2025-11-26 03:04:40', 36, NULL, '217.113.194.122'),
(9589, '2025-11-26 03:05:10', 36, NULL, '217.113.194.130'),
(9590, '2025-11-26 03:10:49', 272, NULL, '23.23.180.225'),
(9591, '2025-11-26 03:15:21', 323, NULL, '34.206.193.60'),
(9592, '2025-11-26 03:16:00', 337, NULL, '52.2.4.213'),
(9593, '2025-11-26 03:18:16', 324, NULL, '23.21.175.228'),
(9594, '2025-11-26 03:18:37', 332, NULL, '52.73.6.26'),
(9595, '2025-11-26 03:19:34', 137, NULL, '136.117.8.106'),
(9596, '2025-11-26 03:19:34', 138, NULL, '136.117.8.106'),
(9597, '2025-11-26 03:19:34', 139, NULL, '136.117.8.106'),
(9598, '2025-11-26 03:19:34', 140, NULL, '136.117.8.106'),
(9599, '2025-11-26 03:19:34', 141, NULL, '136.117.8.106'),
(9600, '2025-11-26 03:19:34', 142, NULL, '136.117.8.106'),
(9601, '2025-11-26 03:19:34', 143, NULL, '136.117.8.106'),
(9602, '2025-11-26 03:19:34', 144, NULL, '136.117.8.106'),
(9603, '2025-11-26 03:19:34', 145, NULL, '136.117.8.106'),
(9604, '2025-11-26 03:19:34', 146, NULL, '136.117.8.106'),
(9605, '2025-11-26 03:22:45', 193, NULL, '17.241.75.224'),
(9606, '2025-11-26 03:23:42', 344, NULL, '18.204.152.114'),
(9607, '2025-11-26 03:23:48', 137, NULL, '34.187.208.234'),
(9608, '2025-11-26 03:23:48', 138, NULL, '34.187.208.234'),
(9609, '2025-11-26 03:23:48', 139, NULL, '34.187.208.234'),
(9610, '2025-11-26 03:23:48', 140, NULL, '34.187.208.234'),
(9611, '2025-11-26 03:23:48', 141, NULL, '34.187.208.234'),
(9612, '2025-11-26 03:23:48', 142, NULL, '34.187.208.234'),
(9613, '2025-11-26 03:23:48', 143, NULL, '34.187.208.234'),
(9614, '2025-11-26 03:23:48', 144, NULL, '34.187.208.234'),
(9615, '2025-11-26 03:23:48', 145, NULL, '34.187.208.234'),
(9616, '2025-11-26 03:23:48', 146, NULL, '34.187.208.234'),
(9617, '2025-11-26 03:26:01', 137, NULL, '136.117.208.140'),
(9618, '2025-11-26 03:26:01', 138, NULL, '136.117.208.140'),
(9619, '2025-11-26 03:26:01', 139, NULL, '136.117.208.140'),
(9620, '2025-11-26 03:26:01', 140, NULL, '136.117.208.140'),
(9621, '2025-11-26 03:26:01', 141, NULL, '136.117.208.140'),
(9622, '2025-11-26 03:26:01', 142, NULL, '136.117.208.140'),
(9623, '2025-11-26 03:26:01', 143, NULL, '136.117.208.140'),
(9624, '2025-11-26 03:26:01', 144, NULL, '136.117.208.140'),
(9625, '2025-11-26 03:26:01', 145, NULL, '136.117.208.140'),
(9626, '2025-11-26 03:26:01', 146, NULL, '136.117.208.140'),
(9627, '2025-11-26 03:28:53', 333, NULL, '34.205.170.13'),
(9628, '2025-11-26 03:30:00', 137, NULL, '34.11.231.43'),
(9629, '2025-11-26 03:30:00', 138, NULL, '34.11.231.43'),
(9630, '2025-11-26 03:30:00', 139, NULL, '34.11.231.43'),
(9631, '2025-11-26 03:30:00', 140, NULL, '34.11.231.43'),
(9632, '2025-11-26 03:30:00', 141, NULL, '34.11.231.43'),
(9633, '2025-11-26 03:30:00', 142, NULL, '34.11.231.43'),
(9634, '2025-11-26 03:30:00', 143, NULL, '34.11.231.43'),
(9635, '2025-11-26 03:30:00', 144, NULL, '34.11.231.43'),
(9636, '2025-11-26 03:30:00', 145, NULL, '34.11.231.43'),
(9637, '2025-11-26 03:30:00', 146, NULL, '34.11.231.43'),
(9638, '2025-11-26 03:31:05', 323, NULL, '34.239.85.139'),
(9639, '2025-11-26 03:31:16', 337, NULL, '34.231.181.240'),
(9640, '2025-11-26 03:32:18', 137, NULL, '34.83.17.68'),
(9641, '2025-11-26 03:32:18', 138, NULL, '34.83.17.68'),
(9642, '2025-11-26 03:32:18', 139, NULL, '34.83.17.68'),
(9643, '2025-11-26 03:32:18', 140, NULL, '34.83.17.68'),
(9644, '2025-11-26 03:32:18', 141, NULL, '34.83.17.68'),
(9645, '2025-11-26 03:32:18', 142, NULL, '34.83.17.68'),
(9646, '2025-11-26 03:32:18', 143, NULL, '34.83.17.68'),
(9647, '2025-11-26 03:32:18', 144, NULL, '34.83.17.68'),
(9648, '2025-11-26 03:32:18', 145, NULL, '34.83.17.68'),
(9649, '2025-11-26 03:32:18', 146, NULL, '34.83.17.68'),
(9650, '2025-11-26 03:33:09', 47, NULL, '217.113.194.227'),
(9651, '2025-11-26 03:33:09', 42, NULL, '217.113.194.227'),
(9652, '2025-11-26 03:37:22', 137, NULL, '34.168.57.197'),
(9653, '2025-11-26 03:37:22', 138, NULL, '34.168.57.197'),
(9654, '2025-11-26 03:37:22', 139, NULL, '34.168.57.197'),
(9655, '2025-11-26 03:37:22', 140, NULL, '34.168.57.197'),
(9656, '2025-11-26 03:37:22', 141, NULL, '34.168.57.197'),
(9657, '2025-11-26 03:37:22', 142, NULL, '34.168.57.197'),
(9658, '2025-11-26 03:37:22', 143, NULL, '34.168.57.197'),
(9659, '2025-11-26 03:37:22', 144, NULL, '34.168.57.197'),
(9660, '2025-11-26 03:37:22', 145, NULL, '34.168.57.197'),
(9661, '2025-11-26 03:37:22', 146, NULL, '34.168.57.197'),
(9662, '2025-11-26 03:44:23', 33, NULL, '217.113.194.125'),
(9663, '2025-11-26 03:44:36', 328, NULL, '98.83.72.38'),
(9664, '2025-11-26 03:46:07', 21, NULL, '34.127.102.71'),
(9665, '2025-11-26 03:46:07', 22, NULL, '34.127.102.71'),
(9666, '2025-11-26 03:46:07', 23, NULL, '34.127.102.71'),
(9667, '2025-11-26 03:46:07', 24, NULL, '34.127.102.71'),
(9668, '2025-11-26 03:46:07', 27, NULL, '34.127.102.71'),
(9669, '2025-11-26 03:46:07', 29, NULL, '34.127.102.71'),
(9670, '2025-11-26 03:46:07', 31, NULL, '34.127.102.71'),
(9671, '2025-11-26 03:46:07', 33, NULL, '34.127.102.71'),
(9672, '2025-11-26 03:46:07', 34, NULL, '34.127.102.71'),
(9673, '2025-11-26 03:48:40', 89, NULL, '3.219.80.71'),
(9674, '2025-11-26 03:51:50', 253, NULL, '3.214.176.44'),
(9675, '2025-11-26 03:52:06', 253, NULL, '44.213.36.21'),
(9676, '2025-11-26 03:53:27', 46, NULL, '217.113.194.128'),
(9677, '2025-11-26 03:53:27', 37, NULL, '217.113.194.128'),
(9678, '2025-11-26 03:53:41', 309, NULL, '54.235.125.129'),
(9679, '2025-11-26 04:00:39', 21, NULL, '34.11.231.43'),
(9680, '2025-11-26 04:00:41', 21, NULL, '136.117.208.140'),
(9681, '2025-11-26 04:04:09', 21, NULL, '35.247.75.149'),
(9682, '2025-11-26 04:07:10', 35, NULL, '217.113.194.248'),
(9683, '2025-11-26 04:08:24', 88, NULL, '152.53.55.67'),
(9684, '2025-11-26 04:08:40', 36, NULL, '217.113.194.126'),
(9685, '2025-11-26 04:20:15', 35, NULL, '217.113.194.131'),
(9686, '2025-11-26 04:24:03', 162, NULL, '17.22.253.131'),
(9687, '2025-11-26 04:25:41', 107, NULL, '52.4.76.156'),
(9688, '2025-11-26 04:25:45', 328, NULL, '52.70.209.13'),
(9689, '2025-11-26 04:25:49', 287, NULL, '52.21.62.139'),
(9690, '2025-11-26 04:26:25', 325, NULL, '3.224.205.25'),
(9691, '2025-11-26 04:29:14', 366, NULL, '52.73.6.26'),
(9692, '2025-11-26 04:29:58', 344, NULL, '54.221.203.24'),
(9693, '2025-11-26 04:33:05', 336, NULL, '107.23.62.75'),
(9694, '2025-11-26 04:34:04', 317, NULL, '18.233.24.238'),
(9695, '2025-11-26 04:38:32', 333, NULL, '54.166.104.83'),
(9696, '2025-11-26 04:40:19', 314, NULL, '17.22.245.55'),
(9697, '2025-11-26 04:47:49', 333, NULL, '44.209.187.99'),
(9698, '2025-11-26 04:48:38', 269, NULL, '217.113.194.227'),
(9699, '2025-11-26 04:49:47', 150, NULL, '217.113.194.122'),
(9700, '2025-11-26 04:50:17', 253, NULL, '34.231.156.59'),
(9701, '2025-11-26 04:50:22', 253, NULL, '34.206.193.60'),
(9702, '2025-11-26 04:50:31', 301, NULL, '107.20.181.148'),
(9703, '2025-11-26 04:50:52', 248, NULL, '34.206.249.188'),
(9704, '2025-11-26 04:51:19', 316, NULL, '44.193.102.198'),
(9705, '2025-11-26 04:51:47', 351, NULL, '23.21.227.240'),
(9706, '2025-11-26 04:52:23', 309, NULL, '18.205.91.101'),
(9707, '2025-11-26 04:52:33', 280, NULL, '44.223.232.55'),
(9708, '2025-11-26 04:53:30', 283, NULL, '17.246.23.84'),
(9709, '2025-11-26 04:54:30', 308, NULL, '23.23.99.55'),
(9710, '2025-11-26 04:54:37', 372, NULL, '154.54.249.205'),
(9711, '2025-11-26 04:55:18', 253, NULL, '184.73.239.35'),
(9712, '2025-11-26 04:56:14', 171, NULL, '217.113.194.131'),
(9713, '2025-11-26 04:56:36', 209, NULL, '154.54.249.205'),
(9714, '2025-11-26 04:59:37', 107, NULL, '44.212.131.50'),
(9715, '2025-11-26 04:59:49', 329, NULL, '44.223.193.255'),
(9716, '2025-11-26 04:59:56', 337, NULL, '34.225.24.180'),
(9717, '2025-11-26 05:00:01', 163, NULL, '217.113.194.130'),
(9718, '2025-11-26 05:00:13', 364, NULL, '52.202.233.37'),
(9719, '2025-11-26 05:00:16', 190, NULL, '184.73.35.182'),
(9720, '2025-11-26 05:01:01', 336, NULL, '3.218.35.239'),
(9721, '2025-11-26 05:01:04', 330, NULL, '3.93.253.174'),
(9722, '2025-11-26 05:01:17', 324, NULL, '44.212.232.231'),
(9723, '2025-11-26 05:01:34', 46, NULL, '154.54.249.205'),
(9724, '2025-11-26 05:01:36', 336, NULL, '44.208.193.63'),
(9725, '2025-11-26 05:02:55', 390, NULL, '66.249.66.76'),
(9726, '2025-11-26 05:05:01', 333, NULL, '52.70.123.241'),
(9727, '2025-11-26 05:08:42', 322, NULL, '217.113.194.129'),
(9728, '2025-11-26 05:10:25', 326, NULL, '98.83.8.142'),
(9729, '2025-11-26 05:10:41', 108, NULL, '34.168.57.197'),
(9730, '2025-11-26 05:11:17', 340, NULL, '23.23.99.55'),
(9731, '2025-11-26 05:14:39', 35, NULL, '136.118.98.79'),
(9732, '2025-11-26 05:14:39', 36, NULL, '136.118.98.79'),
(9733, '2025-11-26 05:14:39', 37, NULL, '136.118.98.79'),
(9734, '2025-11-26 05:14:39', 38, NULL, '136.118.98.79'),
(9735, '2025-11-26 05:14:39', 39, NULL, '136.118.98.79'),
(9736, '2025-11-26 05:14:39', 43, NULL, '136.118.98.79'),
(9737, '2025-11-26 05:14:39', 45, NULL, '136.118.98.79'),
(9738, '2025-11-26 05:14:39', 46, NULL, '136.118.98.79'),
(9739, '2025-11-26 05:14:39', 49, NULL, '136.118.98.79'),
(9740, '2025-11-26 05:14:45', 372, NULL, '100.28.133.214'),
(9741, '2025-11-26 05:17:00', 47, NULL, '66.249.66.13'),
(9742, '2025-11-26 05:19:53', 367, NULL, '18.211.148.239'),
(9743, '2025-11-26 05:20:34', 328, NULL, '44.215.210.112'),
(9744, '2025-11-26 05:20:53', 336, NULL, '54.166.104.83'),
(9745, '2025-11-26 05:22:42', 108, NULL, '104.196.243.241'),
(9746, '2025-11-26 05:24:54', 370, NULL, '34.235.239.240'),
(9747, '2025-11-26 05:25:13', 310, NULL, '66.249.66.200'),
(9748, '2025-11-26 05:29:41', 419, NULL, '200.150.252.175'),
(9749, '2025-11-26 05:31:38', 307, NULL, '17.246.15.166'),
(9750, '2025-11-26 05:35:38', 43, NULL, '43.173.175.29'),
(9751, '2025-11-26 05:39:13', 335, NULL, '52.207.47.227'),
(9752, '2025-11-26 05:44:53', 327, NULL, '35.171.141.42'),
(9753, '2025-11-26 05:44:58', 337, NULL, '3.94.157.25'),
(9754, '2025-11-26 05:46:21', 338, NULL, '54.84.250.51'),
(9755, '2025-11-26 05:47:51', 169, NULL, '154.54.249.205'),
(9756, '2025-11-26 05:48:31', 310, NULL, '217.113.194.248'),
(9757, '2025-11-26 05:49:38', 415, NULL, '217.113.194.228'),
(9758, '2025-11-26 05:50:00', 185, NULL, '217.113.194.126'),
(9759, '2025-11-26 05:50:59', 98, NULL, '217.113.194.123'),
(9760, '2025-11-26 05:52:50', 187, NULL, '217.113.194.129'),
(9761, '2025-11-26 05:53:10', 253, NULL, '44.223.116.149'),
(9762, '2025-11-26 05:53:12', 397, NULL, '217.113.194.227'),
(9763, '2025-11-26 05:56:56', 363, NULL, '154.54.249.205'),
(9764, '2025-11-26 05:57:03', 309, NULL, '44.223.193.255'),
(9765, '2025-11-26 05:57:37', 342, NULL, '3.222.85.38'),
(9766, '2025-11-26 05:58:15', 276, NULL, '217.113.194.130'),
(9767, '2025-11-26 05:59:04', 318, NULL, '35.170.205.140'),
(9768, '2025-11-26 05:59:13', 329, NULL, '66.249.66.76'),
(9769, '2025-11-26 06:00:19', 407, NULL, '217.113.194.129'),
(9770, '2025-11-26 06:00:40', 184, NULL, '217.113.194.248'),
(9771, '2025-11-26 06:00:59', 164, NULL, '217.113.194.123'),
(9772, '2025-11-26 06:01:05', 270, NULL, '38.191.187.136'),
(9773, '2025-11-26 06:01:29', 342, NULL, '34.194.233.48'),
(9774, '2025-11-26 06:02:45', 27, NULL, '152.53.2.87'),
(9775, '2025-11-26 06:03:04', 46, NULL, '43.173.180.149'),
(9776, '2025-11-26 06:03:41', 306, NULL, '217.113.194.123'),
(9777, '2025-11-26 06:04:12', 327, NULL, '54.88.84.219'),
(9778, '2025-11-26 06:04:45', 328, NULL, '35.169.119.108'),
(9779, '2025-11-26 06:04:56', 329, NULL, '98.83.94.113'),
(9780, '2025-11-26 06:05:24', 190, NULL, '54.147.80.137'),
(9781, '2025-11-26 06:06:01', 330, NULL, '34.225.24.180'),
(9782, '2025-11-26 06:06:08', 336, NULL, '18.214.124.6'),
(9783, '2025-11-26 06:06:37', 317, NULL, '18.214.186.220'),
(9784, '2025-11-26 06:07:18', 337, NULL, '217.113.194.124'),
(9785, '2025-11-26 06:08:07', 130, NULL, '43.173.181.165'),
(9786, '2025-11-26 06:09:19', 361, NULL, '217.113.194.131'),
(9787, '2025-11-26 06:09:23', 248, NULL, '52.230.164.183'),
(9788, '2025-11-26 06:11:24', 371, NULL, '217.113.194.127'),
(9789, '2025-11-26 06:11:50', 324, NULL, '18.213.70.100'),
(9790, '2025-11-26 06:12:21', 166, NULL, '154.54.249.205'),
(9791, '2025-11-26 06:14:25', 268, NULL, '154.54.249.205'),
(9792, '2025-11-26 06:14:47', 132, NULL, '217.113.194.129'),
(9793, '2025-11-26 06:15:55', 169, NULL, '17.246.15.115'),
(9794, '2025-11-26 06:16:17', 335, NULL, '44.208.223.68'),
(9795, '2025-11-26 06:18:11', 248, NULL, '74.7.243.21'),
(9796, '2025-11-26 06:20:01', 325, NULL, '3.213.46.222'),
(9797, '2025-11-26 06:23:09', 355, NULL, '23.23.104.107'),
(9798, '2025-11-26 06:23:26', 371, NULL, '3.213.213.161'),
(9799, '2025-11-26 06:28:44', 326, NULL, '44.206.65.8'),
(9800, '2025-11-26 06:31:07', 215, NULL, '212.34.22.84'),
(9801, '2025-11-26 06:31:41', 288, NULL, '177.92.182.166'),
(9802, '2025-11-26 06:40:21', 107, NULL, '34.234.197.175'),
(9803, '2025-11-26 06:46:42', 107, NULL, '43.173.181.80'),
(9804, '2025-11-26 06:47:42', 47, NULL, '43.173.182.109'),
(9805, '2025-11-26 06:47:42', 42, NULL, '43.173.182.109'),
(9806, '2025-11-26 06:49:43', 338, NULL, '52.4.213.199'),
(9807, '2025-11-26 06:49:46', 285, NULL, '17.246.15.119'),
(9808, '2025-11-26 06:52:50', 337, NULL, '34.233.114.237'),
(9809, '2025-11-26 06:52:54', 190, NULL, '18.214.186.220'),
(9810, '2025-11-26 06:53:02', 344, NULL, '44.209.35.147'),
(9811, '2025-11-26 06:53:06', 98, NULL, '54.163.136.244'),
(9812, '2025-11-26 06:54:10', 327, NULL, '54.204.62.163'),
(9813, '2025-11-26 07:00:29', 316, NULL, '3.211.181.86'),
(9814, '2025-11-26 07:02:29', 322, NULL, '52.45.77.169'),
(9815, '2025-11-26 07:07:00', 275, NULL, '44.207.207.36'),
(9816, '2025-11-26 07:08:25', 351, NULL, '3.229.164.203'),
(9817, '2025-11-26 07:08:40', 280, NULL, '3.218.103.254'),
(9818, '2025-11-26 07:10:04', 315, NULL, '66.249.66.201'),
(9819, '2025-11-26 07:12:45', 190, NULL, '35.168.238.50'),
(9820, '2025-11-26 07:12:49', 287, NULL, '35.170.205.140'),
(9821, '2025-11-26 07:12:53', 193, NULL, '34.239.197.197'),
(9822, '2025-11-26 07:13:53', 335, NULL, '52.71.203.206'),
(9823, '2025-11-26 07:17:05', 126, NULL, '66.249.66.75'),
(9824, '2025-11-26 07:18:57', 324, NULL, '52.45.92.83'),
(9825, '2025-11-26 07:19:07', 379, NULL, '66.249.66.202'),
(9826, '2025-11-26 07:19:19', 338, NULL, '54.156.124.2'),
(9827, '2025-11-26 07:19:42', 333, NULL, '54.156.55.147'),
(9828, '2025-11-26 07:21:30', 190, NULL, '52.202.52.82'),
(9829, '2025-11-26 07:21:41', 287, NULL, '18.232.11.247'),
(9830, '2025-11-26 07:23:29', 338, NULL, '18.213.70.100'),
(9831, '2025-11-26 07:23:43', 338, NULL, '98.84.131.195'),
(9832, '2025-11-26 07:24:38', 287, NULL, '107.20.25.33'),
(9833, '2025-11-26 07:26:08', 180, NULL, '17.246.19.146'),
(9834, '2025-11-26 07:29:21', 130, NULL, '43.173.177.63'),
(9835, '2025-11-26 07:29:31', 277, NULL, '179.129.178.143'),
(9836, '2025-11-26 07:40:46', 383, NULL, '44.223.193.255'),
(9837, '2025-11-26 07:43:04', 313, NULL, '17.241.75.173');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(9838, '2025-11-26 07:44:22', 323, NULL, '18.207.79.144'),
(9839, '2025-11-26 07:44:38', 27, NULL, '216.73.216.29'),
(9840, '2025-11-26 07:46:45', 323, NULL, '3.210.223.61'),
(9841, '2025-11-26 07:53:50', 342, NULL, '34.231.156.59'),
(9842, '2025-11-26 07:54:38', 318, NULL, '34.203.111.15'),
(9843, '2025-11-26 07:57:33', 367, NULL, '184.73.167.217'),
(9844, '2025-11-26 08:01:09', 65, NULL, '52.167.144.213'),
(9845, '2025-11-26 08:01:09', 88, NULL, '52.167.144.213'),
(9846, '2025-11-26 08:01:09', 89, NULL, '52.167.144.213'),
(9847, '2025-11-26 08:01:09', 94, NULL, '52.167.144.213'),
(9848, '2025-11-26 08:01:09', 95, NULL, '52.167.144.213'),
(9849, '2025-11-26 08:01:09', 98, NULL, '52.167.144.213'),
(9850, '2025-11-26 08:01:09', 99, NULL, '52.167.144.213'),
(9851, '2025-11-26 08:01:09', 100, NULL, '52.167.144.213'),
(9852, '2025-11-26 08:01:09', 101, NULL, '52.167.144.213'),
(9853, '2025-11-26 08:01:09', 102, NULL, '52.167.144.213'),
(9854, '2025-11-26 08:02:56', 326, NULL, '52.4.213.199'),
(9855, '2025-11-26 08:05:05', 335, NULL, '3.222.190.107'),
(9856, '2025-11-26 08:16:46', 317, NULL, '98.80.130.239'),
(9857, '2025-11-26 08:19:49', 337, NULL, '52.204.253.129'),
(9858, '2025-11-26 08:20:05', 98, NULL, '3.93.98.99'),
(9859, '2025-11-26 08:21:33', 193, NULL, '52.1.157.90'),
(9860, '2025-11-26 08:22:22', 405, NULL, '216.73.216.29'),
(9861, '2025-11-26 08:22:22', 377, NULL, '216.73.216.29'),
(9862, '2025-11-26 08:23:02', 382, NULL, '3.222.190.107'),
(9863, '2025-11-26 08:27:16', 326, NULL, '18.214.138.148'),
(9864, '2025-11-26 08:33:01', 89, NULL, '43.173.176.75'),
(9865, '2025-11-26 08:33:01', 88, NULL, '43.173.176.75'),
(9866, '2025-11-26 08:39:10', 43, NULL, '43.173.179.75'),
(9867, '2025-11-26 08:40:34', 333, NULL, '44.207.69.106'),
(9868, '2025-11-26 08:41:53', 325, NULL, '54.80.185.200'),
(9869, '2025-11-26 08:43:09', 287, NULL, '98.82.214.73'),
(9870, '2025-11-26 08:44:45', 338, NULL, '3.231.193.38'),
(9871, '2025-11-26 08:49:47', 330, NULL, '23.21.119.232'),
(9872, '2025-11-26 08:49:55', 336, NULL, '98.83.94.113'),
(9873, '2025-11-26 08:51:08', 328, NULL, '52.204.81.148'),
(9874, '2025-11-26 08:52:35', 329, NULL, '100.24.167.60'),
(9875, '2025-11-26 08:52:42', 344, NULL, '35.170.205.140'),
(9876, '2025-11-26 08:57:41', 339, NULL, '34.195.248.30'),
(9877, '2025-11-26 09:00:06', 376, NULL, '14.249.194.39'),
(9878, '2025-11-26 09:07:34', 323, NULL, '23.23.104.107'),
(9879, '2025-11-26 09:07:41', 327, NULL, '34.234.206.30'),
(9880, '2025-11-26 09:07:54', 331, NULL, '3.224.215.150'),
(9881, '2025-11-26 09:09:05', 287, NULL, '54.243.63.52'),
(9882, '2025-11-26 09:09:13', 377, NULL, '44.223.116.149'),
(9883, '2025-11-26 09:09:21', 98, NULL, '23.22.105.143'),
(9884, '2025-11-26 09:09:57', 396, NULL, '52.4.238.8'),
(9885, '2025-11-26 09:11:41', 342, NULL, '100.28.133.214'),
(9886, '2025-11-26 09:11:46', 338, NULL, '54.91.122.193'),
(9887, '2025-11-26 09:16:06', 106, NULL, '85.208.96.197'),
(9888, '2025-11-26 09:19:05', 287, NULL, '184.73.195.18'),
(9889, '2025-11-26 09:19:29', 317, NULL, '34.231.45.47'),
(9890, '2025-11-26 09:20:14', 193, NULL, '54.90.8.255'),
(9891, '2025-11-26 09:36:33', 326, NULL, '54.235.125.129'),
(9892, '2025-11-26 09:41:45', 344, NULL, '35.169.102.85'),
(9893, '2025-11-26 09:42:41', 389, NULL, '216.73.216.29'),
(9894, '2025-11-26 09:42:41', 342, NULL, '216.73.216.29'),
(9895, '2025-11-26 09:42:41', 407, NULL, '216.73.216.29'),
(9896, '2025-11-26 09:42:41', 403, NULL, '216.73.216.29'),
(9897, '2025-11-26 09:42:47', 408, NULL, '216.73.216.29'),
(9898, '2025-11-26 09:42:47', 396, NULL, '216.73.216.29'),
(9899, '2025-11-26 09:42:47', 432, NULL, '216.73.216.29'),
(9900, '2025-11-26 09:42:47', 340, NULL, '216.73.216.29'),
(9901, '2025-11-26 09:42:47', 429, NULL, '216.73.216.29'),
(9902, '2025-11-26 09:42:48', 353, NULL, '216.73.216.29'),
(9903, '2025-11-26 09:42:48', 357, NULL, '216.73.216.29'),
(9904, '2025-11-26 09:42:48', 370, NULL, '216.73.216.29'),
(9905, '2025-11-26 09:42:48', 384, NULL, '216.73.216.29'),
(9906, '2025-11-26 09:42:48', 414, NULL, '216.73.216.29'),
(9907, '2025-11-26 09:45:06', 359, NULL, '23.21.179.27'),
(9908, '2025-11-26 09:47:26', 323, NULL, '3.213.106.226'),
(9909, '2025-11-26 09:50:57', 326, NULL, '34.225.24.180'),
(9910, '2025-11-26 09:53:09', 135, NULL, '52.54.157.23'),
(9911, '2025-11-26 09:58:01', 161, NULL, '52.167.144.197'),
(9912, '2025-11-26 10:02:04', 146, NULL, '189.223.34.83'),
(9913, '2025-11-26 10:08:14', 328, NULL, '107.20.255.194'),
(9914, '2025-11-26 10:08:18', 329, NULL, '98.82.39.241'),
(9915, '2025-11-26 10:08:41', 324, NULL, '18.211.148.239'),
(9916, '2025-11-26 10:12:11', 331, NULL, '54.83.240.58'),
(9917, '2025-11-26 10:12:14', 337, NULL, '52.6.97.88'),
(9918, '2025-11-26 10:12:54', 342, NULL, '3.216.13.10'),
(9919, '2025-11-26 10:13:29', 329, NULL, '52.4.76.156'),
(9920, '2025-11-26 10:16:07', 332, NULL, '98.80.130.239'),
(9921, '2025-11-26 10:16:47', 386, NULL, '34.231.118.144'),
(9922, '2025-11-26 10:17:04', 129, NULL, '43.173.182.213'),
(9923, '2025-11-26 10:17:35', 323, NULL, '23.21.175.228'),
(9924, '2025-11-26 10:17:39', 107, NULL, '44.210.204.255'),
(9925, '2025-11-26 10:20:36', 47, NULL, '43.173.175.134'),
(9926, '2025-11-26 10:20:36', 42, NULL, '43.173.175.134'),
(9927, '2025-11-26 10:25:53', 184, NULL, '66.249.66.35'),
(9928, '2025-11-26 10:26:49', 417, NULL, '216.73.216.29'),
(9929, '2025-11-26 10:26:50', 334, NULL, '216.73.216.29'),
(9930, '2025-11-26 10:26:54', 391, NULL, '216.73.216.29'),
(9931, '2025-11-26 10:26:54', 365, NULL, '216.73.216.29'),
(9932, '2025-11-26 10:26:54', 329, NULL, '216.73.216.29'),
(9933, '2025-11-26 10:27:00', 325, NULL, '216.73.216.29'),
(9934, '2025-11-26 10:27:00', 335, NULL, '216.73.216.29'),
(9935, '2025-11-26 10:27:00', 333, NULL, '216.73.216.29'),
(9936, '2025-11-26 10:27:29', 327, NULL, '216.73.216.29'),
(9937, '2025-11-26 10:27:31', 324, NULL, '216.73.216.29'),
(9938, '2025-11-26 10:30:13', 339, NULL, '34.194.14.255'),
(9939, '2025-11-26 10:33:01', 203, NULL, '131.161.188.124'),
(9940, '2025-11-26 10:34:40', 327, NULL, '34.226.89.140'),
(9941, '2025-11-26 10:34:50', 317, NULL, '44.212.131.50'),
(9942, '2025-11-26 10:36:19', 342, NULL, '54.166.104.83'),
(9943, '2025-11-26 10:40:15', 274, NULL, '100.28.44.58'),
(9944, '2025-11-26 10:42:49', 274, NULL, '23.23.99.55'),
(9945, '2025-11-26 10:45:14', 334, NULL, '34.234.206.30'),
(9946, '2025-11-26 10:45:46', 326, NULL, '184.72.84.154'),
(9947, '2025-11-26 10:45:49', 335, NULL, '34.226.89.140'),
(9948, '2025-11-26 10:46:13', 325, NULL, '54.225.181.161'),
(9949, '2025-11-26 10:46:44', 316, NULL, '23.23.103.31'),
(9950, '2025-11-26 10:47:33', 337, NULL, '3.220.70.171'),
(9951, '2025-11-26 10:49:40', 390, NULL, '100.28.44.58'),
(9952, '2025-11-26 10:50:08', 387, NULL, '98.84.200.43'),
(9953, '2025-11-26 10:50:17', 190, NULL, '44.196.118.6'),
(9954, '2025-11-26 10:51:01', 330, NULL, '44.221.37.41'),
(9955, '2025-11-26 10:51:56', 336, NULL, '52.45.92.83'),
(9956, '2025-11-26 10:52:20', 338, NULL, '23.23.213.182'),
(9957, '2025-11-26 11:00:24', 368, NULL, '175.157.235.24'),
(9958, '2025-11-26 11:01:44', 21, NULL, '57.141.0.25'),
(9959, '2025-11-26 11:01:56', 388, NULL, '34.206.212.24'),
(9960, '2025-11-26 11:02:01', 375, NULL, '52.3.26.180'),
(9961, '2025-11-26 11:02:13', 287, NULL, '44.223.193.255'),
(9962, '2025-11-26 11:02:25', 330, NULL, '44.207.69.106'),
(9963, '2025-11-26 11:07:45', 331, NULL, '52.4.76.156'),
(9964, '2025-11-26 11:11:10', 337, NULL, '44.220.2.97'),
(9965, '2025-11-26 11:14:41', 162, NULL, '43.173.179.88'),
(9966, '2025-11-26 11:15:39', 177, NULL, '43.173.175.18'),
(9967, '2025-11-26 11:16:33', 338, NULL, '216.73.216.29'),
(9968, '2025-11-26 11:16:33', 435, NULL, '216.73.216.29'),
(9969, '2025-11-26 11:16:33', 428, NULL, '216.73.216.29'),
(9970, '2025-11-26 11:16:34', 430, NULL, '216.73.216.29'),
(9971, '2025-11-26 11:16:34', 423, NULL, '216.73.216.29'),
(9972, '2025-11-26 11:16:34', 413, NULL, '216.73.216.29'),
(9973, '2025-11-26 11:16:35', 419, NULL, '216.73.216.29'),
(9974, '2025-11-26 11:16:35', 411, NULL, '216.73.216.29'),
(9975, '2025-11-26 11:16:36', 352, NULL, '216.73.216.29'),
(9976, '2025-11-26 11:16:36', 356, NULL, '216.73.216.29'),
(9977, '2025-11-26 11:16:36', 331, NULL, '216.73.216.29'),
(9978, '2025-11-26 11:16:36', 386, NULL, '216.73.216.29'),
(9979, '2025-11-26 11:16:36', 433, NULL, '216.73.216.29'),
(9980, '2025-11-26 11:16:37', 355, NULL, '216.73.216.29'),
(9981, '2025-11-26 11:16:38', 374, NULL, '216.73.216.29'),
(9982, '2025-11-26 11:16:38', 382, NULL, '216.73.216.29'),
(9983, '2025-11-26 11:16:38', 388, NULL, '216.73.216.29'),
(9984, '2025-11-26 11:16:39', 399, NULL, '216.73.216.29'),
(9985, '2025-11-26 11:16:39', 354, NULL, '216.73.216.29'),
(9986, '2025-11-26 11:16:39', 359, NULL, '216.73.216.29'),
(9987, '2025-11-26 11:16:39', 328, NULL, '216.73.216.29'),
(9988, '2025-11-26 11:16:40', 385, NULL, '216.73.216.29'),
(9989, '2025-11-26 11:16:40', 406, NULL, '216.73.216.29'),
(9990, '2025-11-26 11:16:40', 187, NULL, '43.173.176.31'),
(9991, '2025-11-26 11:16:40', 379, NULL, '216.73.216.29'),
(9992, '2025-11-26 11:16:41', 375, NULL, '216.73.216.29'),
(9993, '2025-11-26 11:16:41', 364, NULL, '216.73.216.29'),
(9994, '2025-11-26 11:16:43', 362, NULL, '216.73.216.29'),
(9995, '2025-11-26 11:16:43', 421, NULL, '216.73.216.29'),
(9996, '2025-11-26 11:16:43', 351, NULL, '216.73.216.29'),
(9997, '2025-11-26 11:16:43', 410, NULL, '216.73.216.29'),
(9998, '2025-11-26 11:16:45', 401, NULL, '216.73.216.29'),
(9999, '2025-11-26 11:16:45', 368, NULL, '216.73.216.29'),
(10000, '2025-11-26 11:18:44', 177, NULL, '43.173.173.50'),
(10001, '2025-11-26 11:18:45', 404, NULL, '43.173.182.238'),
(10002, '2025-11-26 11:19:44', 65, NULL, '43.173.177.228'),
(10003, '2025-11-26 11:25:29', 331, NULL, '34.227.234.246'),
(10004, '2025-11-26 11:27:07', 254, NULL, '66.249.66.77'),
(10005, '2025-11-26 11:28:01', 338, NULL, '34.192.67.98'),
(10006, '2025-11-26 11:29:05', 144, NULL, '144.76.32.239'),
(10007, '2025-11-26 11:30:18', 215, NULL, '92.253.31.148'),
(10008, '2025-11-26 11:33:51', 316, NULL, '34.239.197.197'),
(10009, '2025-11-26 11:33:55', 361, NULL, '52.200.54.136'),
(10010, '2025-11-26 11:38:34', 308, NULL, '3.218.103.254'),
(10011, '2025-11-26 11:43:01', 362, NULL, '23.21.175.228'),
(10012, '2025-11-26 11:46:50', 88, NULL, '152.53.51.144'),
(10013, '2025-11-26 11:47:01', 344, NULL, '34.225.24.180'),
(10014, '2025-11-26 11:47:57', 336, NULL, '44.217.255.167'),
(10015, '2025-11-26 11:51:05', 332, NULL, '52.0.63.151'),
(10016, '2025-11-26 11:53:30', 260, NULL, '66.249.66.34'),
(10017, '2025-11-26 11:56:27', 189, NULL, '144.76.32.239'),
(10018, '2025-11-26 11:56:27', 259, NULL, '144.76.32.239'),
(10019, '2025-11-26 11:56:27', 402, NULL, '144.76.32.239'),
(10020, '2025-11-26 11:56:27', 317, NULL, '144.76.32.239'),
(10021, '2025-11-26 11:56:27', 260, NULL, '144.76.32.239'),
(10022, '2025-11-26 11:56:27', 408, NULL, '144.76.32.239'),
(10023, '2025-11-26 11:56:27', 410, NULL, '144.76.32.239'),
(10024, '2025-11-26 11:56:27', 368, NULL, '144.76.32.239'),
(10025, '2025-11-26 11:56:27', 240, NULL, '144.76.32.239'),
(10026, '2025-11-26 11:56:27', 245, NULL, '144.76.32.239'),
(10027, '2025-11-26 11:56:27', 319, NULL, '144.76.32.239'),
(10028, '2025-11-26 11:56:27', 243, NULL, '144.76.32.239'),
(10029, '2025-11-26 11:56:27', 142, NULL, '144.76.32.239'),
(10030, '2025-11-26 11:56:27', 272, NULL, '144.76.32.239'),
(10031, '2025-11-26 11:57:47', 393, NULL, '216.73.216.29'),
(10032, '2025-11-26 11:57:52', 381, NULL, '216.73.216.29'),
(10033, '2025-11-26 11:57:54', 107, NULL, '34.239.197.197'),
(10034, '2025-11-26 11:59:35', 266, NULL, '66.249.66.76'),
(10035, '2025-11-26 12:06:38', 263, NULL, '66.249.66.36'),
(10036, '2025-11-26 12:06:43', 376, NULL, '216.73.216.29'),
(10037, '2025-11-26 12:06:44', 369, NULL, '216.73.216.29'),
(10038, '2025-11-26 12:06:44', 431, NULL, '216.73.216.29'),
(10039, '2025-11-26 12:06:45', 323, NULL, '216.73.216.29'),
(10040, '2025-11-26 12:06:45', 400, NULL, '216.73.216.29'),
(10041, '2025-11-26 12:08:41', 313, NULL, '66.249.66.167'),
(10042, '2025-11-26 12:11:37', 332, NULL, '98.83.178.66'),
(10043, '2025-11-26 12:14:05', 342, NULL, '18.213.240.226'),
(10044, '2025-11-26 12:15:44', 327, NULL, '52.200.251.20'),
(10045, '2025-11-26 12:15:49', 327, NULL, '18.208.11.93'),
(10046, '2025-11-26 12:16:13', 107, NULL, '44.213.36.21'),
(10047, '2025-11-26 12:16:44', 330, NULL, '44.209.35.147'),
(10048, '2025-11-26 12:16:57', 324, NULL, '34.205.170.13'),
(10049, '2025-11-26 12:17:21', 344, NULL, '34.203.111.15'),
(10050, '2025-11-26 12:25:08', 33, NULL, '43.173.181.234'),
(10051, '2025-11-26 12:28:09', 126, NULL, '43.173.178.162'),
(10052, '2025-11-26 12:29:07', 266, NULL, '66.249.66.167'),
(10053, '2025-11-26 12:33:14', 394, NULL, '44.215.61.66'),
(10054, '2025-11-26 12:36:26', 338, NULL, '54.83.23.103'),
(10055, '2025-11-26 12:36:49', 323, NULL, '44.221.105.234'),
(10056, '2025-11-26 12:36:57', 107, NULL, '100.29.128.75'),
(10057, '2025-11-26 12:37:02', 336, NULL, '54.157.84.74'),
(10058, '2025-11-26 12:38:43', 327, NULL, '23.22.59.87'),
(10059, '2025-11-26 12:39:15', 325, NULL, '23.21.204.95'),
(10060, '2025-11-26 12:41:22', 296, NULL, '66.249.66.36'),
(10061, '2025-11-26 12:41:34', 335, NULL, '54.159.98.248'),
(10062, '2025-11-26 12:44:01', 379, NULL, '52.205.222.214'),
(10063, '2025-11-26 12:46:28', 307, NULL, '66.249.66.13'),
(10064, '2025-11-26 12:46:45', 372, NULL, '216.73.216.29'),
(10065, '2025-11-26 12:46:47', 412, NULL, '216.73.216.29'),
(10066, '2025-11-26 12:46:51', 437, NULL, '216.73.216.29'),
(10067, '2025-11-26 12:46:52', 436, NULL, '216.73.216.29'),
(10068, '2025-11-26 12:47:39', 378, NULL, '216.73.216.29'),
(10069, '2025-11-26 12:47:39', 387, NULL, '216.73.216.29'),
(10070, '2025-11-26 12:48:06', 336, NULL, '216.73.216.29'),
(10071, '2025-11-26 12:48:06', 366, NULL, '216.73.216.29'),
(10072, '2025-11-26 12:48:35', 312, NULL, '66.249.66.12'),
(10073, '2025-11-26 12:51:17', 322, NULL, '66.249.66.14'),
(10074, '2025-11-26 12:52:24', 371, NULL, '216.73.216.29'),
(10075, '2025-11-26 12:53:52', 342, NULL, '18.215.49.176'),
(10076, '2025-11-26 12:54:21', 335, NULL, '44.223.116.149'),
(10077, '2025-11-26 12:55:50', 316, NULL, '52.54.157.23'),
(10078, '2025-11-26 12:57:01', 318, NULL, '52.4.238.8'),
(10079, '2025-11-26 12:57:06', 327, NULL, '50.19.102.70'),
(10080, '2025-11-26 13:00:52', 323, NULL, '54.92.171.106'),
(10081, '2025-11-26 13:02:13', 310, NULL, '170.81.230.255'),
(10082, '2025-11-26 13:03:28', 323, NULL, '18.209.201.119'),
(10083, '2025-11-26 13:03:34', 381, NULL, '23.23.103.31'),
(10084, '2025-11-26 13:04:41', 336, NULL, '52.4.76.156'),
(10085, '2025-11-26 13:05:06', 98, NULL, '44.220.2.97'),
(10086, '2025-11-26 13:08:03', 342, NULL, '44.223.115.10'),
(10087, '2025-11-26 13:08:31', 342, NULL, '3.212.86.97'),
(10088, '2025-11-26 13:10:37', 190, NULL, '52.204.71.8'),
(10089, '2025-11-26 13:11:14', 336, NULL, '54.225.148.123'),
(10090, '2025-11-26 13:15:24', 332, NULL, '54.225.81.20'),
(10091, '2025-11-26 13:25:33', 340, NULL, '52.23.112.144'),
(10092, '2025-11-26 13:26:57', 98, NULL, '52.54.95.127'),
(10093, '2025-11-26 13:29:50', 380, NULL, '52.202.52.82'),
(10094, '2025-11-26 13:30:57', 251, NULL, '191.6.251.15'),
(10095, '2025-11-26 13:31:45', 333, NULL, '44.213.36.21'),
(10096, '2025-11-26 13:37:14', 98, NULL, '18.214.124.6'),
(10097, '2025-11-26 13:37:42', 327, NULL, '52.1.157.90'),
(10098, '2025-11-26 13:54:02', 88, NULL, '128.241.232.25'),
(10099, '2025-11-26 13:54:25', 98, NULL, '34.234.197.175'),
(10100, '2025-11-26 13:55:51', 328, NULL, '100.29.34.97'),
(10101, '2025-11-26 13:55:57', 369, NULL, '52.22.64.232'),
(10102, '2025-11-26 13:59:21', 88, NULL, '152.53.86.89'),
(10103, '2025-11-26 14:00:21', 98, NULL, '52.45.77.169'),
(10104, '2025-11-26 14:04:28', 363, NULL, '52.202.233.37'),
(10105, '2025-11-26 14:06:18', 335, NULL, '18.214.186.220'),
(10106, '2025-11-26 14:06:42', 330, NULL, '3.232.39.98'),
(10107, '2025-11-26 14:08:05', 329, NULL, '3.232.82.72'),
(10108, '2025-11-26 14:09:24', 333, NULL, '18.214.124.6'),
(10109, '2025-11-26 14:16:27', 31, NULL, '43.173.175.169'),
(10110, '2025-11-26 14:17:30', 108, NULL, '43.173.175.134'),
(10111, '2025-11-26 14:23:35', 47, NULL, '43.173.173.86'),
(10112, '2025-11-26 14:23:35', 42, NULL, '43.173.173.86'),
(10113, '2025-11-26 14:27:49', 190, NULL, '34.234.206.30'),
(10114, '2025-11-26 14:28:17', 328, NULL, '52.3.104.214'),
(10115, '2025-11-26 14:32:35', 7, NULL, '40.77.167.151'),
(10116, '2025-11-26 14:33:40', 305, NULL, '93.170.122.208'),
(10117, '2025-11-26 14:33:52', 330, NULL, '52.73.6.26'),
(10118, '2025-11-26 14:51:24', 311, NULL, '17.22.237.245'),
(10119, '2025-11-26 14:52:33', 384, NULL, '52.7.33.248'),
(10120, '2025-11-26 14:56:32', 358, NULL, '66.249.66.14'),
(10121, '2025-11-26 15:03:34', 327, NULL, '44.207.207.36'),
(10122, '2025-11-26 15:03:36', 248, NULL, '176.57.207.52'),
(10123, '2025-11-26 15:04:55', 357, NULL, '100.29.160.53'),
(10124, '2025-11-26 15:05:25', 31, NULL, '37.120.187.37'),
(10125, '2025-11-26 15:05:26', 331, NULL, '44.205.180.155'),
(10126, '2025-11-26 15:05:45', 325, NULL, '44.208.193.63'),
(10127, '2025-11-26 15:06:11', 107, NULL, '50.16.248.61'),
(10128, '2025-11-26 15:06:14', 287, NULL, '54.235.172.108'),
(10129, '2025-11-26 15:07:15', 344, NULL, '54.89.90.224'),
(10130, '2025-11-26 15:08:41', 324, NULL, '100.28.118.16'),
(10131, '2025-11-26 15:10:22', 361, NULL, '3.214.176.44'),
(10132, '2025-11-26 15:13:09', 332, NULL, '34.205.170.13'),
(10133, '2025-11-26 15:21:26', 126, NULL, '43.173.179.222'),
(10134, '2025-11-26 15:21:52', 340, NULL, '52.3.155.146'),
(10135, '2025-11-26 15:22:29', 337, NULL, '44.212.232.231'),
(10136, '2025-11-26 15:22:45', 98, NULL, '98.83.178.66'),
(10137, '2025-11-26 15:23:41', 317, NULL, '50.16.248.61'),
(10138, '2025-11-26 15:24:58', 326, NULL, '44.220.2.97'),
(10139, '2025-11-26 15:27:46', 337, NULL, '52.3.127.170'),
(10140, '2025-11-26 15:32:57', 323, NULL, '54.84.250.51'),
(10141, '2025-11-26 15:33:03', 190, NULL, '3.224.104.67'),
(10142, '2025-11-26 15:33:11', 376, NULL, '54.225.81.20'),
(10143, '2025-11-26 15:34:45', 317, NULL, '54.221.203.24'),
(10144, '2025-11-26 15:35:45', 342, NULL, '52.200.251.20'),
(10145, '2025-11-26 15:36:06', 385, NULL, '34.193.2.57'),
(10146, '2025-11-26 15:36:53', 354, NULL, '18.210.58.238'),
(10147, '2025-11-26 15:42:28', 326, NULL, '100.28.49.152'),
(10148, '2025-11-26 15:55:25', 329, NULL, '34.194.95.99'),
(10149, '2025-11-26 16:00:07', 323, NULL, '66.249.66.12'),
(10150, '2025-11-26 16:00:18', 344, NULL, '18.208.11.93'),
(10151, '2025-11-26 16:01:10', 336, NULL, '107.22.208.39'),
(10152, '2025-11-26 16:01:49', 332, NULL, '98.84.200.43'),
(10153, '2025-11-26 16:02:41', 337, NULL, '18.235.81.246'),
(10154, '2025-11-26 16:02:53', 324, NULL, '44.215.235.20'),
(10155, '2025-11-26 16:04:53', 323, NULL, '54.197.178.107'),
(10156, '2025-11-26 16:05:22', 336, NULL, '18.208.11.93'),
(10157, '2025-11-26 16:08:25', 342, NULL, '52.3.102.51'),
(10158, '2025-11-26 16:12:03', 98, NULL, '43.173.174.152'),
(10159, '2025-11-26 16:12:06', 129, NULL, '43.173.180.26'),
(10160, '2025-11-26 16:19:33', 88, NULL, '128.241.235.82'),
(10161, '2025-11-26 16:23:01', 65, NULL, '43.173.173.183'),
(10162, '2025-11-26 16:24:45', 328, NULL, '52.4.213.199'),
(10163, '2025-11-26 16:24:58', 324, NULL, '34.194.165.45'),
(10164, '2025-11-26 16:25:05', 47, NULL, '66.249.66.76'),
(10165, '2025-11-26 16:25:21', 129, NULL, '43.173.182.194'),
(10166, '2025-11-26 16:25:22', 287, NULL, '52.205.141.124'),
(10167, '2025-11-26 16:27:54', 339, NULL, '52.7.33.248'),
(10168, '2025-11-26 16:32:13', 344, NULL, '18.204.89.56'),
(10169, '2025-11-26 16:34:02', 333, NULL, '18.232.36.1'),
(10170, '2025-11-26 16:48:32', 154, NULL, '43.173.175.168'),
(10171, '2025-11-26 16:49:37', 105, NULL, '43.173.182.192'),
(10172, '2025-11-26 16:50:56', 317, NULL, '52.204.71.8'),
(10173, '2025-11-26 16:51:49', 401, NULL, '43.173.182.87'),
(10174, '2025-11-26 16:52:55', 418, NULL, '43.173.180.168'),
(10175, '2025-11-26 16:55:22', 309, NULL, '3.81.253.213'),
(10176, '2025-11-26 16:56:10', 112, NULL, '43.173.173.18'),
(10177, '2025-11-26 16:56:10', 111, NULL, '43.173.173.18'),
(10178, '2025-11-26 16:56:10', 108, NULL, '43.173.173.18'),
(10179, '2025-11-26 16:56:10', 106, NULL, '43.173.173.18'),
(10180, '2025-11-26 16:56:10', 105, NULL, '43.173.173.18'),
(10181, '2025-11-26 16:56:10', 104, NULL, '43.173.173.18'),
(10182, '2025-11-26 16:56:10', 103, NULL, '43.173.173.18'),
(10183, '2025-11-26 16:56:10', 102, NULL, '43.173.173.18'),
(10184, '2025-11-26 16:56:10', 101, NULL, '43.173.173.18'),
(10185, '2025-11-26 16:56:10', 100, NULL, '43.173.173.18'),
(10186, '2025-11-26 16:57:33', 280, NULL, '3.93.211.16'),
(10187, '2025-11-26 16:58:07', 335, NULL, '18.205.127.11'),
(10188, '2025-11-26 16:59:24', 155, NULL, '43.173.177.251'),
(10189, '2025-11-26 17:00:14', 331, NULL, '3.224.205.25'),
(10190, '2025-11-26 17:00:18', 337, NULL, '50.16.248.61'),
(10191, '2025-11-26 17:00:57', 323, NULL, '18.213.27.222'),
(10192, '2025-11-26 17:01:10', 389, NULL, '18.207.79.144'),
(10193, '2025-11-26 17:02:46', 98, NULL, '44.193.115.232'),
(10194, '2025-11-26 17:05:23', 338, NULL, '3.221.50.71'),
(10195, '2025-11-26 17:05:42', 338, NULL, '44.210.213.220'),
(10196, '2025-11-26 17:06:36', 127, NULL, '187.34.207.227'),
(10197, '2025-11-26 17:06:36', 128, NULL, '187.34.207.227'),
(10198, '2025-11-26 17:06:36', 129, NULL, '187.34.207.227'),
(10199, '2025-11-26 17:06:36', 130, NULL, '187.34.207.227'),
(10200, '2025-11-26 17:06:36', 131, NULL, '187.34.207.227'),
(10201, '2025-11-26 17:06:36', 132, NULL, '187.34.207.227'),
(10202, '2025-11-26 17:06:36', 133, NULL, '187.34.207.227'),
(10203, '2025-11-26 17:06:36', 134, NULL, '187.34.207.227'),
(10204, '2025-11-26 17:06:36', 135, NULL, '187.34.207.227'),
(10205, '2025-11-26 17:06:36', 136, NULL, '187.34.207.227'),
(10206, '2025-11-26 17:09:23', 31, NULL, '152.53.17.110'),
(10207, '2025-11-26 17:10:52', 301, NULL, '45.41.165.92'),
(10208, '2025-11-26 17:12:26', 409, NULL, '66.249.66.201'),
(10209, '2025-11-26 17:13:16', 270, NULL, '102.212.189.107'),
(10210, '2025-11-26 17:13:30', 108, NULL, '51.68.247.206'),
(10211, '2025-11-26 17:23:38', 330, NULL, '34.194.14.255'),
(10212, '2025-11-26 17:24:37', 333, NULL, '44.221.180.179'),
(10213, '2025-11-26 17:24:42', 151, NULL, '43.173.173.53'),
(10214, '2025-11-26 17:24:51', 33, NULL, '43.173.181.186'),
(10215, '2025-11-26 17:25:37', 330, NULL, '3.93.211.16'),
(10216, '2025-11-26 17:26:42', 330, NULL, '44.221.105.234'),
(10217, '2025-11-26 17:28:49', 193, NULL, '34.231.77.232'),
(10218, '2025-11-26 17:31:14', 335, NULL, '3.94.40.182'),
(10219, '2025-11-26 17:32:43', 150, NULL, '43.173.176.133'),
(10220, '2025-11-26 17:32:46', 160, NULL, '43.173.180.51'),
(10221, '2025-11-26 17:33:03', 317, NULL, '3.94.199.128'),
(10222, '2025-11-26 17:36:01', 161, NULL, '43.173.178.57'),
(10223, '2025-11-26 17:38:48', 31, NULL, '5.45.109.159'),
(10224, '2025-11-26 17:43:59', 158, NULL, '43.173.180.66'),
(10225, '2025-11-26 17:53:05', 317, NULL, '3.216.86.144'),
(10226, '2025-11-26 17:53:41', 344, NULL, '100.29.34.97'),
(10227, '2025-11-26 17:54:18', 327, NULL, '54.83.180.239'),
(10228, '2025-11-26 17:54:47', 292, NULL, '66.249.66.201'),
(10229, '2025-11-26 17:56:35', 301, NULL, '84.37.50.163'),
(10230, '2025-11-26 17:59:59', 333, NULL, '54.159.18.27'),
(10231, '2025-11-26 18:01:34', 329, NULL, '18.204.89.56'),
(10232, '2025-11-26 18:03:35', 21, NULL, '57.141.0.41'),
(10233, '2025-11-26 18:05:51', 352, NULL, '34.233.219.155'),
(10234, '2025-11-26 18:06:05', 336, NULL, '18.232.36.1'),
(10235, '2025-11-26 18:08:59', 171, NULL, '57.141.0.59'),
(10236, '2025-11-26 18:10:41', 340, NULL, '44.206.93.215'),
(10237, '2025-11-26 18:22:00', 377, NULL, '66.249.66.35'),
(10238, '2025-11-26 18:22:00', 378, NULL, '66.249.66.35'),
(10239, '2025-11-26 18:22:00', 379, NULL, '66.249.66.35'),
(10240, '2025-11-26 18:22:00', 380, NULL, '66.249.66.35'),
(10241, '2025-11-26 18:22:00', 381, NULL, '66.249.66.35'),
(10242, '2025-11-26 18:22:00', 382, NULL, '66.249.66.35'),
(10243, '2025-11-26 18:22:00', 383, NULL, '66.249.66.35'),
(10244, '2025-11-26 18:22:00', 384, NULL, '66.249.66.35'),
(10245, '2025-11-26 18:22:00', 385, NULL, '66.249.66.35'),
(10246, '2025-11-26 18:22:00', 386, NULL, '66.249.66.35'),
(10247, '2025-11-26 18:30:07', 143, NULL, '43.173.177.176'),
(10248, '2025-11-26 18:30:46', 107, NULL, '54.91.122.193'),
(10249, '2025-11-26 18:31:14', 434, NULL, '43.173.181.115'),
(10250, '2025-11-26 18:31:14', 417, NULL, '43.173.182.154'),
(10251, '2025-11-26 18:32:19', 329, NULL, '3.216.13.10'),
(10252, '2025-11-26 18:32:22', 331, NULL, '34.239.197.197'),
(10253, '2025-11-26 18:32:25', 365, NULL, '52.71.216.196'),
(10254, '2025-11-26 18:32:27', 126, NULL, '43.173.178.109'),
(10255, '2025-11-26 18:32:46', 193, NULL, '52.201.155.215'),
(10256, '2025-11-26 18:33:03', 98, NULL, '52.70.209.13'),
(10257, '2025-11-26 18:33:05', 356, NULL, '54.167.32.123'),
(10258, '2025-11-26 18:33:43', 336, NULL, '54.167.32.123'),
(10259, '2025-11-26 18:34:19', 342, NULL, '44.205.74.196'),
(10260, '2025-11-26 18:35:12', 360, NULL, '34.196.237.236'),
(10261, '2025-11-26 18:37:27', 309, NULL, '44.217.177.142'),
(10262, '2025-11-26 18:43:32', 316, NULL, '3.224.215.150'),
(10263, '2025-11-26 18:49:13', 334, NULL, '52.204.71.8'),
(10264, '2025-11-26 18:53:36', 364, NULL, '98.82.107.102'),
(10265, '2025-11-26 18:55:06', 253, NULL, '23.23.180.225'),
(10266, '2025-11-26 18:55:20', 36, NULL, '128.241.235.55'),
(10267, '2025-11-26 18:55:20', 31, NULL, '128.241.235.55'),
(10268, '2025-11-26 18:55:20', 11, NULL, '128.241.235.55'),
(10269, '2025-11-26 18:59:22', 334, NULL, '44.197.76.210'),
(10270, '2025-11-26 19:00:34', 243, NULL, '45.229.39.91'),
(10271, '2025-11-26 19:02:25', 190, NULL, '18.211.148.239'),
(10272, '2025-11-26 19:02:42', 193, NULL, '3.216.227.216'),
(10273, '2025-11-26 19:02:58', 328, NULL, '52.205.113.104'),
(10274, '2025-11-26 19:04:01', 378, NULL, '18.232.12.157'),
(10275, '2025-11-26 19:04:01', 331, NULL, '52.2.58.41'),
(10276, '2025-11-26 19:04:09', 337, NULL, '23.23.180.225'),
(10277, '2025-11-26 19:07:57', 342, NULL, '44.221.227.90'),
(10278, '2025-11-26 19:08:57', 333, NULL, '34.206.212.24'),
(10279, '2025-11-26 19:09:13', 332, NULL, '3.221.222.168'),
(10280, '2025-11-26 19:10:21', 332, NULL, '54.235.125.129'),
(10281, '2025-11-26 19:10:33', 342, NULL, '54.80.73.122'),
(10282, '2025-11-26 19:12:01', 326, NULL, '54.243.63.52'),
(10283, '2025-11-26 19:14:12', 332, NULL, '3.214.176.44'),
(10284, '2025-11-26 19:18:16', 335, NULL, '50.16.72.185'),
(10285, '2025-11-26 19:21:39', 193, NULL, '34.233.114.237'),
(10286, '2025-11-26 19:21:51', 38, NULL, '43.173.179.233'),
(10287, '2025-11-26 19:25:29', 368, NULL, '3.222.85.38'),
(10288, '2025-11-26 19:25:39', 392, NULL, '52.205.222.214'),
(10289, '2025-11-26 19:25:45', 325, NULL, '52.4.213.199'),
(10290, '2025-11-26 19:27:57', 325, NULL, '52.54.15.103'),
(10291, '2025-11-26 19:28:10', 324, NULL, '35.172.125.172'),
(10292, '2025-11-26 19:28:16', 336, NULL, '184.72.95.195'),
(10293, '2025-11-26 19:29:54', 403, NULL, '43.173.181.244'),
(10294, '2025-11-26 19:31:04', 415, NULL, '43.173.179.233'),
(10295, '2025-11-26 19:32:08', 411, NULL, '43.173.179.41'),
(10296, '2025-11-26 19:32:10', 400, NULL, '43.173.179.136'),
(10297, '2025-11-26 19:32:35', 328, NULL, '18.215.112.101'),
(10298, '2025-11-26 19:33:16', 325, NULL, '44.208.223.68'),
(10299, '2025-11-26 19:34:24', 324, NULL, '52.167.144.236'),
(10300, '2025-11-26 19:43:16', 342, NULL, '18.215.77.19'),
(10301, '2025-11-26 19:47:50', 193, NULL, '23.21.148.226'),
(10302, '2025-11-26 19:47:53', 336, NULL, '52.44.229.124'),
(10303, '2025-11-26 19:51:50', 336, NULL, '3.216.86.144'),
(10304, '2025-11-26 19:53:06', 329, NULL, '100.25.120.246'),
(10305, '2025-11-26 19:54:29', 332, NULL, '52.0.218.219'),
(10306, '2025-11-26 19:54:58', 193, NULL, '3.210.114.189'),
(10307, '2025-11-26 19:59:20', 368, NULL, '38.210.182.189'),
(10308, '2025-11-26 20:01:15', 107, NULL, '18.207.89.138'),
(10309, '2025-11-26 20:01:26', 325, NULL, '44.210.213.220'),
(10310, '2025-11-26 20:01:50', 193, NULL, '18.233.24.238'),
(10311, '2025-11-26 20:01:53', 317, NULL, '100.24.149.244'),
(10312, '2025-11-26 20:02:19', 336, NULL, '44.205.120.22'),
(10313, '2025-11-26 20:03:06', 342, NULL, '3.215.221.125'),
(10314, '2025-11-26 20:04:44', 251, NULL, '197.240.138.49'),
(10315, '2025-11-26 20:07:09', 326, NULL, '44.195.50.71'),
(10316, '2025-11-26 20:15:22', 130, NULL, '43.173.173.133'),
(10317, '2025-11-26 20:16:17', 100, NULL, '47.128.42.234'),
(10318, '2025-11-26 20:19:21', 278, NULL, '114.10.8.124'),
(10319, '2025-11-26 20:19:45', 39, NULL, '43.173.182.175'),
(10320, '2025-11-26 20:22:29', 329, NULL, '54.159.98.248'),
(10321, '2025-11-26 20:22:37', 98, NULL, '54.91.122.193'),
(10322, '2025-11-26 20:23:01', 342, NULL, '54.152.163.42'),
(10323, '2025-11-26 20:24:33', 328, NULL, '3.226.34.98'),
(10324, '2025-11-26 20:24:54', 325, NULL, '34.224.132.215'),
(10325, '2025-11-26 20:24:57', 325, NULL, '3.211.105.134'),
(10326, '2025-11-26 20:25:17', 362, NULL, '54.204.62.163'),
(10327, '2025-11-26 20:26:18', 47, NULL, '43.173.180.21'),
(10328, '2025-11-26 20:26:18', 42, NULL, '43.173.180.21'),
(10329, '2025-11-26 20:29:25', 193, NULL, '18.206.47.187'),
(10330, '2025-11-26 20:41:46', 324, NULL, '44.223.232.55'),
(10331, '2025-11-26 20:44:02', 331, NULL, '44.205.192.249'),
(10332, '2025-11-26 20:44:17', 325, NULL, '54.92.171.106'),
(10333, '2025-11-26 20:48:01', 380, NULL, '66.249.66.13'),
(10334, '2025-11-26 20:51:01', 323, NULL, '3.232.82.72'),
(10335, '2025-11-26 20:51:17', 393, NULL, '52.45.77.169'),
(10336, '2025-11-26 21:03:25', 277, NULL, '110.138.83.56'),
(10337, '2025-11-26 21:13:21', 331, NULL, '50.17.193.48'),
(10338, '2025-11-26 21:13:38', 328, NULL, '3.216.86.144'),
(10339, '2025-11-26 21:14:59', 284, NULL, '144.76.32.239'),
(10340, '2025-11-26 21:15:45', 388, NULL, '144.76.32.239'),
(10341, '2025-11-26 21:15:48', 437, NULL, '144.76.32.239'),
(10342, '2025-11-26 21:16:16', 328, NULL, '144.76.32.239'),
(10343, '2025-11-26 21:16:19', 397, NULL, '144.76.32.239'),
(10344, '2025-11-26 21:17:20', 46, NULL, '177.36.197.61'),
(10345, '2025-11-26 21:17:29', 98, NULL, '98.84.184.80'),
(10346, '2025-11-26 21:17:37', 324, NULL, '3.213.213.161'),
(10347, '2025-11-26 21:22:05', 244, NULL, '80.76.49.105'),
(10348, '2025-11-26 21:23:01', 328, NULL, '52.200.93.170'),
(10349, '2025-11-26 21:23:13', 329, NULL, '34.197.28.78'),
(10350, '2025-11-26 21:23:55', 335, NULL, '23.21.228.180'),
(10351, '2025-11-26 21:33:13', 355, NULL, '202.76.188.141'),
(10352, '2025-11-26 21:42:28', 106, NULL, '47.128.49.23'),
(10353, '2025-11-26 21:46:33', 329, NULL, '18.232.36.1'),
(10354, '2025-11-26 21:48:10', 337, NULL, '34.193.2.57'),
(10355, '2025-11-26 21:48:41', 402, NULL, '66.249.66.76'),
(10356, '2025-11-26 21:49:23', 253, NULL, '144.76.32.239'),
(10357, '2025-11-26 21:49:26', 318, NULL, '144.76.32.239'),
(10358, '2025-11-26 21:50:03', 439, NULL, '144.76.32.239'),
(10359, '2025-11-26 21:51:08', 178, NULL, '144.76.32.239'),
(10360, '2025-11-26 21:51:11', 194, NULL, '144.76.32.239'),
(10361, '2025-11-26 21:51:14', 311, NULL, '144.76.32.239'),
(10362, '2025-11-26 21:51:17', 315, NULL, '144.76.32.239'),
(10363, '2025-11-26 21:51:20', 398, NULL, '144.76.32.239'),
(10364, '2025-11-26 21:51:23', 405, NULL, '144.76.32.239'),
(10365, '2025-11-26 21:52:28', 168, NULL, '144.76.32.239'),
(10366, '2025-11-26 21:52:40', 308, NULL, '144.76.32.239'),
(10367, '2025-11-26 21:53:19', 335, NULL, '50.19.221.48'),
(10368, '2025-11-26 21:53:48', 357, NULL, '144.76.32.239'),
(10369, '2025-11-26 21:54:19', 340, NULL, '54.147.80.137'),
(10370, '2025-11-26 21:57:55', 441, NULL, '47.128.114.141'),
(10371, '2025-11-26 21:57:55', 440, NULL, '47.128.114.141'),
(10372, '2025-11-26 21:57:55', 439, NULL, '47.128.114.141'),
(10373, '2025-11-26 21:57:55', 438, NULL, '47.128.114.141'),
(10374, '2025-11-26 21:57:55', 437, NULL, '47.128.114.141'),
(10375, '2025-11-26 21:57:55', 436, NULL, '47.128.114.141'),
(10376, '2025-11-26 21:57:55', 435, NULL, '47.128.114.141'),
(10377, '2025-11-26 21:57:55', 434, NULL, '47.128.114.141'),
(10378, '2025-11-26 21:57:55', 433, NULL, '47.128.114.141'),
(10379, '2025-11-26 21:57:55', 432, NULL, '47.128.114.141'),
(10380, '2025-11-26 21:57:55', 431, NULL, '47.128.114.141'),
(10381, '2025-11-26 21:57:55', 430, NULL, '47.128.114.141'),
(10382, '2025-11-26 22:07:57', 329, NULL, '44.223.232.55'),
(10383, '2025-11-26 22:08:16', 373, NULL, '34.239.197.197'),
(10384, '2025-11-26 22:09:00', 344, NULL, '23.21.179.120'),
(10385, '2025-11-26 22:09:20', 330, NULL, '18.213.240.226'),
(10386, '2025-11-26 22:09:41', 336, NULL, '34.231.77.232'),
(10387, '2025-11-26 22:13:33', 342, NULL, '44.195.50.71'),
(10388, '2025-11-26 22:13:49', 334, NULL, '52.4.229.9'),
(10389, '2025-11-26 22:14:37', 360, NULL, '3.94.199.128'),
(10390, '2025-11-26 22:15:28', 31, NULL, '152.53.53.252'),
(10391, '2025-11-26 22:16:46', 335, NULL, '3.217.82.254'),
(10392, '2025-11-26 22:17:15', 381, NULL, '35.169.102.85'),
(10393, '2025-11-26 22:18:45', 172, NULL, '43.173.181.176'),
(10394, '2025-11-26 22:19:23', 342, NULL, '54.156.55.147'),
(10395, '2025-11-26 22:19:31', 334, NULL, '3.227.180.70'),
(10396, '2025-11-26 22:19:54', 356, NULL, '43.173.178.103'),
(10397, '2025-11-26 22:19:59', 172, NULL, '43.173.182.127'),
(10398, '2025-11-26 22:21:40', 438, NULL, '144.76.32.239'),
(10399, '2025-11-26 22:21:59', 351, NULL, '34.195.248.30'),
(10400, '2025-11-26 22:22:02', 172, NULL, '43.173.180.226'),
(10401, '2025-11-26 22:22:05', 420, NULL, '43.173.180.84'),
(10402, '2025-11-26 22:22:38', 236, NULL, '144.76.32.239'),
(10403, '2025-11-26 22:22:41', 249, NULL, '144.76.32.239'),
(10404, '2025-11-26 22:22:47', 265, NULL, '144.76.32.239'),
(10405, '2025-11-26 22:22:58', 324, NULL, '52.70.123.241'),
(10406, '2025-11-26 22:23:07', 331, NULL, '43.173.182.175'),
(10407, '2025-11-26 22:23:07', 384, NULL, '43.173.179.153'),
(10408, '2025-11-26 22:23:07', 421, NULL, '43.173.180.116'),
(10409, '2025-11-26 22:24:05', 336, NULL, '3.94.156.104'),
(10410, '2025-11-26 22:24:10', 359, NULL, '43.173.173.127'),
(10411, '2025-11-26 22:24:11', 242, NULL, '144.76.32.239'),
(10412, '2025-11-26 22:24:11', 439, NULL, '43.173.176.138'),
(10413, '2025-11-26 22:24:11', 440, NULL, '43.173.175.18'),
(10414, '2025-11-26 22:24:11', 421, NULL, '43.173.176.64'),
(10415, '2025-11-26 22:24:14', 251, NULL, '144.76.32.239'),
(10416, '2025-11-26 22:24:17', 262, NULL, '144.76.32.239'),
(10417, '2025-11-26 22:24:23', 356, NULL, '144.76.32.239'),
(10418, '2025-11-26 22:25:18', 397, NULL, '43.173.180.211'),
(10419, '2025-11-26 22:25:19', 364, NULL, '43.173.182.59'),
(10420, '2025-11-26 22:25:21', 406, NULL, '43.173.178.246'),
(10421, '2025-11-26 22:25:21', 421, NULL, '43.173.180.51'),
(10422, '2025-11-26 22:25:22', 437, NULL, '43.173.179.200'),
(10423, '2025-11-26 22:25:22', 413, NULL, '186.97.125.139'),
(10424, '2025-11-26 22:25:24', 177, NULL, '144.76.32.239'),
(10425, '2025-11-26 22:25:25', 416, NULL, '43.173.180.38'),
(10426, '2025-11-26 22:25:34', 333, NULL, '144.76.32.239'),
(10427, '2025-11-26 22:26:06', 336, NULL, '3.93.253.174'),
(10428, '2025-11-26 22:26:22', 432, NULL, '43.173.180.97'),
(10429, '2025-11-26 22:26:22', 430, NULL, '43.173.175.206'),
(10430, '2025-11-26 22:26:23', 399, NULL, '43.173.179.16'),
(10431, '2025-11-26 22:27:32', 414, NULL, '43.173.173.21'),
(10432, '2025-11-26 22:27:33', 428, NULL, '43.173.174.56'),
(10433, '2025-11-26 22:27:34', 399, NULL, '43.173.178.125'),
(10434, '2025-11-26 22:27:57', 332, NULL, '44.206.65.8'),
(10435, '2025-11-26 22:28:36', 419, NULL, '43.173.177.235'),
(10436, '2025-11-26 22:28:36', 410, NULL, '43.173.175.30'),
(10437, '2025-11-26 22:28:37', 428, NULL, '43.173.179.167'),
(10438, '2025-11-26 22:28:38', 431, NULL, '43.173.181.69'),
(10439, '2025-11-26 22:29:40', 412, NULL, '43.173.175.5'),
(10440, '2025-11-26 22:29:40', 405, NULL, '43.173.173.220'),
(10441, '2025-11-26 22:29:40', 409, NULL, '43.173.180.36'),
(10442, '2025-11-26 22:29:41', 275, NULL, '43.173.179.144'),
(10443, '2025-11-26 22:30:47', 241, NULL, '43.173.174.8'),
(10444, '2025-11-26 22:30:47', 409, NULL, '43.173.181.53'),
(10445, '2025-11-26 22:30:47', 424, NULL, '43.173.175.244'),
(10446, '2025-11-26 22:31:53', 441, NULL, '43.173.179.112'),
(10447, '2025-11-26 22:31:54', 438, NULL, '43.173.181.227'),
(10448, '2025-11-26 22:47:22', 331, NULL, '100.24.167.60'),
(10449, '2025-11-26 22:50:42', 353, NULL, '34.206.212.24'),
(10450, '2025-11-26 22:52:06', 330, NULL, '44.215.231.15'),
(10451, '2025-11-26 22:52:09', 325, NULL, '54.89.90.224'),
(10452, '2025-11-26 22:53:22', 338, NULL, '3.94.157.25'),
(10453, '2025-11-26 22:55:57', 336, NULL, '100.28.118.16'),
(10454, '2025-11-26 22:58:13', 326, NULL, '3.93.253.174'),
(10455, '2025-11-26 22:59:02', 335, NULL, '44.205.180.155'),
(10456, '2025-11-26 23:00:05', 335, NULL, '100.28.57.133'),
(10457, '2025-11-26 23:00:08', 419, NULL, '144.76.32.239'),
(10458, '2025-11-26 23:00:30', 166, NULL, '144.76.32.239'),
(10459, '2025-11-26 23:00:42', 200, NULL, '14.244.147.71'),
(10460, '2025-11-26 23:01:37', 324, NULL, '144.76.32.239'),
(10461, '2025-11-26 23:06:17', 88, NULL, '188.68.55.12'),
(10462, '2025-11-26 23:07:25', 309, NULL, '66.249.66.201'),
(10463, '2025-11-26 23:11:25', 287, NULL, '34.194.165.45'),
(10464, '2025-11-26 23:15:02', 168, NULL, '43.173.177.197'),
(10465, '2025-11-26 23:15:04', 39, NULL, '43.173.174.196'),
(10466, '2025-11-26 23:17:02', 65, NULL, '43.173.182.170'),
(10467, '2025-11-26 23:21:21', 331, NULL, '35.174.253.85'),
(10468, '2025-11-26 23:23:29', 190, NULL, '3.94.199.128'),
(10469, '2025-11-26 23:27:29', 101, NULL, '47.128.117.197'),
(10470, '2025-11-26 23:27:36', 335, NULL, '54.147.80.137'),
(10471, '2025-11-26 23:33:29', 339, NULL, '54.225.199.17'),
(10472, '2025-11-26 23:39:05', 327, NULL, '34.236.41.241'),
(10473, '2025-11-26 23:39:21', 287, NULL, '98.83.178.66'),
(10474, '2025-11-26 23:39:53', 391, NULL, '3.89.176.255'),
(10475, '2025-11-26 23:43:57', 332, NULL, '107.20.255.194'),
(10476, '2025-11-26 23:50:54', 182, NULL, '66.249.66.34'),
(10477, '2025-11-26 23:56:32', 298, NULL, '66.249.66.14'),
(10478, '2025-11-26 23:58:17', 219, NULL, '14.230.191.239'),
(10479, '2025-11-27 00:00:34', 411, NULL, '66.249.66.35'),
(10480, '2025-11-27 00:00:35', 127, NULL, '177.87.165.133'),
(10481, '2025-11-27 00:00:35', 128, NULL, '177.87.165.133'),
(10482, '2025-11-27 00:00:35', 129, NULL, '177.87.165.133'),
(10483, '2025-11-27 00:00:35', 130, NULL, '177.87.165.133'),
(10484, '2025-11-27 00:00:35', 131, NULL, '177.87.165.133'),
(10485, '2025-11-27 00:00:35', 132, NULL, '177.87.165.133'),
(10486, '2025-11-27 00:00:35', 133, NULL, '177.87.165.133'),
(10487, '2025-11-27 00:00:35', 134, NULL, '177.87.165.133'),
(10488, '2025-11-27 00:00:35', 135, NULL, '177.87.165.133'),
(10489, '2025-11-27 00:00:35', 136, NULL, '177.87.165.133'),
(10490, '2025-11-27 00:03:57', 358, NULL, '184.73.167.217'),
(10491, '2025-11-27 00:04:08', 344, NULL, '54.197.82.195'),
(10492, '2025-11-27 00:04:59', 395, NULL, '18.232.12.157'),
(10493, '2025-11-27 00:07:25', 107, NULL, '54.225.148.123'),
(10494, '2025-11-27 00:07:33', 331, NULL, '54.204.62.163'),
(10495, '2025-11-27 00:09:08', 387, NULL, '144.76.32.239'),
(10496, '2025-11-27 00:13:39', 47, NULL, '43.173.181.35'),
(10497, '2025-11-27 00:13:39', 42, NULL, '43.173.181.35'),
(10498, '2025-11-27 00:17:51', 129, NULL, '43.173.174.117'),
(10499, '2025-11-27 00:17:51', 38, NULL, '43.173.175.156'),
(10500, '2025-11-27 00:20:00', 89, NULL, '43.173.174.59'),
(10501, '2025-11-27 00:20:00', 88, NULL, '43.173.174.59'),
(10502, '2025-11-27 00:22:14', 271, NULL, '66.249.66.168'),
(10503, '2025-11-27 00:33:33', 318, NULL, '54.83.180.239'),
(10504, '2025-11-27 00:34:21', 31, NULL, '37.120.187.168'),
(10505, '2025-11-27 00:36:58', 260, NULL, '66.249.66.13'),
(10506, '2025-11-27 00:37:04', 342, NULL, '54.164.106.236'),
(10507, '2025-11-27 00:37:41', 365, NULL, '98.83.226.125'),
(10508, '2025-11-27 00:38:19', 371, NULL, '54.90.8.255'),
(10509, '2025-11-27 00:40:28', 342, NULL, '52.205.113.104'),
(10510, '2025-11-27 00:42:16', 204, NULL, '144.76.32.239'),
(10511, '2025-11-27 00:44:01', 335, NULL, '35.169.119.108'),
(10512, '2025-11-27 00:44:13', 382, NULL, '35.168.238.50'),
(10513, '2025-11-27 00:44:41', 287, NULL, '54.90.8.255'),
(10514, '2025-11-27 00:58:44', 325, NULL, '102.88.110.221'),
(10515, '2025-11-27 01:15:20', 7, NULL, '52.203.152.231'),
(10516, '2025-11-27 01:15:36', 389, NULL, '52.23.112.144'),
(10517, '2025-11-27 01:17:03', 164, NULL, '144.76.32.239'),
(10518, '2025-11-27 01:18:57', 39, NULL, '43.173.177.169'),
(10519, '2025-11-27 01:24:27', 217, NULL, '85.208.96.198'),
(10520, '2025-11-27 01:36:22', 319, NULL, '66.249.66.200'),
(10521, '2025-11-27 01:39:17', 363, NULL, '35.169.240.53'),
(10522, '2025-11-27 01:43:36', 224, NULL, '66.249.66.35'),
(10523, '2025-11-27 01:55:36', 377, NULL, '34.197.28.78'),
(10524, '2025-11-27 01:55:49', 371, NULL, '18.232.36.1'),
(10525, '2025-11-27 01:58:31', 403, NULL, '179.191.222.133'),
(10526, '2025-11-27 01:58:41', 379, NULL, '52.203.237.170'),
(10527, '2025-11-27 01:59:34', 307, NULL, '3.93.211.16'),
(10528, '2025-11-27 02:02:29', 318, NULL, '100.29.164.178'),
(10529, '2025-11-27 02:02:52', 282, NULL, '44.215.210.112'),
(10530, '2025-11-27 02:03:21', 316, NULL, '18.204.89.56'),
(10531, '2025-11-27 02:03:41', 301, NULL, '156.239.209.124'),
(10532, '2025-11-27 02:04:45', 319, NULL, '190.17.202.8'),
(10533, '2025-11-27 02:04:49', 307, NULL, '34.205.163.103'),
(10534, '2025-11-27 02:05:09', 308, NULL, '3.221.244.28'),
(10535, '2025-11-27 02:08:09', 307, NULL, '54.157.99.244'),
(10536, '2025-11-27 02:08:29', 274, NULL, '54.225.199.17'),
(10537, '2025-11-27 02:10:16', 316, NULL, '34.236.135.14'),
(10538, '2025-11-27 02:13:18', 301, NULL, '172.59.242.74'),
(10539, '2025-11-27 02:19:00', 308, NULL, '98.82.66.172'),
(10540, '2025-11-27 02:19:03', 130, NULL, '43.173.182.35'),
(10541, '2025-11-27 02:20:35', 335, NULL, '185.191.171.12'),
(10542, '2025-11-27 02:20:47', 301, NULL, '62.8.3.5'),
(10543, '2025-11-27 02:23:11', 38, NULL, '43.173.180.41'),
(10544, '2025-11-27 02:23:18', 43, NULL, '190.135.211.187'),
(10545, '2025-11-27 02:26:32', 89, NULL, '52.204.37.237'),
(10546, '2025-11-27 02:26:55', 360, NULL, '100.28.133.214'),
(10547, '2025-11-27 02:27:01', 390, NULL, '107.23.62.75'),
(10548, '2025-11-27 02:27:09', 31, NULL, '128.241.235.114'),
(10549, '2025-11-27 02:27:09', 351, NULL, '50.17.193.48'),
(10550, '2025-11-27 02:27:13', 359, NULL, '50.16.248.61'),
(10551, '2025-11-27 02:27:29', 394, NULL, '34.231.77.232'),
(10552, '2025-11-27 02:27:38', 301, NULL, '187.49.143.213'),
(10553, '2025-11-27 02:27:45', 372, NULL, '3.93.211.16'),
(10554, '2025-11-27 02:29:20', 126, NULL, '43.173.179.52'),
(10555, '2025-11-27 02:29:56', 7, NULL, '40.77.167.47'),
(10556, '2025-11-27 02:32:55', 292, NULL, '135.134.70.88'),
(10557, '2025-11-27 02:33:17', 365, NULL, '54.92.171.106'),
(10558, '2025-11-27 02:48:19', 353, NULL, '18.214.138.148'),
(10559, '2025-11-27 02:48:31', 366, NULL, '34.231.77.232'),
(10560, '2025-11-27 02:48:35', 381, NULL, '34.233.219.155'),
(10561, '2025-11-27 02:50:35', 378, NULL, '100.29.34.97'),
(10562, '2025-11-27 02:52:49', 292, NULL, '66.249.66.12'),
(10563, '2025-11-27 02:54:26', 401, NULL, '54.157.99.244'),
(10564, '2025-11-27 02:57:43', 372, NULL, '44.213.202.136'),
(10565, '2025-11-27 02:57:47', 381, NULL, '100.29.107.38'),
(10566, '2025-11-27 02:57:48', 292, NULL, '189.232.239.163'),
(10567, '2025-11-27 03:01:31', 298, NULL, '45.172.68.45'),
(10568, '2025-11-27 03:01:34', 220, NULL, '38.224.158.28'),
(10569, '2025-11-27 03:02:14', 436, NULL, '38.183.236.30'),
(10570, '2025-11-27 03:02:57', 363, NULL, '44.221.105.234'),
(10571, '2025-11-27 03:03:05', 394, NULL, '18.205.213.231'),
(10572, '2025-11-27 03:03:22', 352, NULL, '35.169.102.85'),
(10573, '2025-11-27 03:03:30', 150, NULL, '185.191.171.2'),
(10574, '2025-11-27 03:04:42', 88, NULL, '152.53.19.214'),
(10575, '2025-11-27 03:04:48', 103, NULL, '185.191.171.15'),
(10576, '2025-11-27 03:10:01', 351, NULL, '34.231.45.47'),
(10577, '2025-11-27 03:10:05', 337, NULL, '52.203.152.231'),
(10578, '2025-11-27 03:10:53', 334, NULL, '18.215.49.176'),
(10579, '2025-11-27 03:13:01', 178, NULL, '43.173.173.148'),
(10580, '2025-11-27 03:14:04', 433, NULL, '43.173.179.239'),
(10581, '2025-11-27 03:15:04', 433, NULL, '43.173.177.126'),
(10582, '2025-11-27 03:16:05', 342, NULL, '23.21.179.27'),
(10583, '2025-11-27 03:18:07', 372, NULL, '52.7.33.248'),
(10584, '2025-11-27 03:18:54', 353, NULL, '44.209.89.189'),
(10585, '2025-11-27 03:19:02', 355, NULL, '44.209.35.147'),
(10586, '2025-11-27 03:19:05', 365, NULL, '23.23.103.31'),
(10587, '2025-11-27 03:22:14', 387, NULL, '54.197.82.195'),
(10588, '2025-11-27 03:22:50', 376, NULL, '34.224.9.144'),
(10589, '2025-11-27 03:23:17', 393, NULL, '52.7.33.248'),
(10590, '2025-11-27 03:27:39', 169, NULL, '85.208.96.196'),
(10591, '2025-11-27 03:31:59', 355, NULL, '146.174.170.189'),
(10592, '2025-11-27 03:37:16', 418, NULL, '85.208.96.200'),
(10593, '2025-11-27 03:38:20', 307, NULL, '85.208.96.200'),
(10594, '2025-11-27 03:41:57', 369, NULL, '52.4.238.8'),
(10595, '2025-11-27 03:43:47', 134, NULL, '185.191.171.17'),
(10596, '2025-11-27 03:44:06', 273, NULL, '85.208.96.205'),
(10597, '2025-11-27 03:44:43', 370, NULL, '18.204.152.114'),
(10598, '2025-11-27 03:48:32', 278, NULL, '14.184.166.227'),
(10599, '2025-11-27 03:49:05', 318, NULL, '3.219.80.71'),
(10600, '2025-11-27 03:50:13', 342, NULL, '98.83.177.42'),
(10601, '2025-11-27 03:50:39', 368, NULL, '44.212.106.171'),
(10602, '2025-11-27 03:52:48', 237, NULL, '189.155.102.241'),
(10603, '2025-11-27 03:55:01', 352, NULL, '44.220.2.97'),
(10604, '2025-11-27 03:55:10', 357, NULL, '35.171.141.42'),
(10605, '2025-11-27 03:56:17', 326, NULL, '52.71.46.142'),
(10606, '2025-11-27 03:56:27', 314, NULL, '85.208.96.195'),
(10607, '2025-11-27 03:58:49', 35, NULL, '185.191.171.8'),
(10608, '2025-11-27 04:00:09', 390, NULL, '44.208.193.63'),
(10609, '2025-11-27 04:00:13', 353, NULL, '52.4.213.199'),
(10610, '2025-11-27 04:01:08', 392, NULL, '54.88.84.219'),
(10611, '2025-11-27 04:01:29', 385, NULL, '3.209.174.110'),
(10612, '2025-11-27 04:01:53', 382, NULL, '98.80.130.239'),
(10613, '2025-11-27 04:01:56', 388, NULL, '100.29.34.97'),
(10614, '2025-11-27 04:02:00', 388, NULL, '54.197.102.71'),
(10615, '2025-11-27 04:02:05', 382, NULL, '52.204.174.139'),
(10616, '2025-11-27 04:02:08', 372, NULL, '100.28.118.16'),
(10617, '2025-11-27 04:03:37', 7, NULL, '54.80.185.200'),
(10618, '2025-11-27 04:03:40', 296, NULL, '139.171.177.10'),
(10619, '2025-11-27 04:04:38', 363, NULL, '177.78.28.3'),
(10620, '2025-11-27 04:05:30', 245, NULL, '47.128.52.20'),
(10621, '2025-11-27 04:05:57', 352, NULL, '23.21.225.190'),
(10622, '2025-11-27 04:06:56', 392, NULL, '47.128.96.86'),
(10623, '2025-11-27 04:07:14', 357, NULL, '47.128.34.231'),
(10624, '2025-11-27 04:10:52', 375, NULL, '66.249.66.75'),
(10625, '2025-11-27 04:11:25', 394, NULL, '34.239.85.139'),
(10626, '2025-11-27 04:13:38', 89, NULL, '184.73.239.35'),
(10627, '2025-11-27 04:14:10', 372, NULL, '35.153.86.200'),
(10628, '2025-11-27 04:14:20', 383, NULL, '52.202.233.37'),
(10629, '2025-11-27 04:14:23', 160, NULL, '47.128.45.128'),
(10630, '2025-11-27 04:16:54', 370, NULL, '18.205.91.101'),
(10631, '2025-11-27 04:17:02', 360, NULL, '184.73.35.182'),
(10632, '2025-11-27 04:17:10', 329, NULL, '185.191.171.15'),
(10633, '2025-11-27 04:18:07', 355, NULL, '18.235.81.246'),
(10634, '2025-11-27 04:18:22', 7, NULL, '34.227.234.246'),
(10635, '2025-11-27 04:19:21', 375, NULL, '23.21.250.48'),
(10636, '2025-11-27 04:19:26', 384, NULL, '44.212.106.171'),
(10637, '2025-11-27 04:19:28', 385, NULL, '50.16.216.166'),
(10638, '2025-11-27 04:20:22', 366, NULL, '52.3.127.170'),
(10639, '2025-11-27 04:22:01', 362, NULL, '54.84.250.51'),
(10640, '2025-11-27 04:23:35', 260, NULL, '47.128.54.26'),
(10641, '2025-11-27 04:25:10', 137, NULL, '185.191.171.19'),
(10642, '2025-11-27 04:26:05', 245, NULL, '47.128.22.167'),
(10643, '2025-11-27 04:27:44', 391, NULL, '35.172.125.172'),
(10644, '2025-11-27 04:28:30', 268, NULL, '177.73.43.177'),
(10645, '2025-11-27 04:37:10', 384, NULL, '52.45.92.83'),
(10646, '2025-11-27 04:39:58', 283, NULL, '185.191.171.7'),
(10647, '2025-11-27 04:41:30', 360, NULL, '34.193.2.57'),
(10648, '2025-11-27 04:41:55', 368, NULL, '34.206.249.188'),
(10649, '2025-11-27 04:42:15', 31, NULL, '128.241.235.82'),
(10650, '2025-11-27 04:42:43', 353, NULL, '52.0.63.151'),
(10651, '2025-11-27 04:42:52', 359, NULL, '3.224.215.150'),
(10652, '2025-11-27 04:43:01', 375, NULL, '34.195.248.30'),
(10653, '2025-11-27 04:43:18', 354, NULL, '54.197.114.76'),
(10654, '2025-11-27 04:43:35', 164, NULL, '62.113.117.240'),
(10655, '2025-11-27 04:44:37', 284, NULL, '85.208.96.195'),
(10656, '2025-11-27 04:45:13', 372, NULL, '54.92.171.106'),
(10657, '2025-11-27 04:45:41', 364, NULL, '52.0.63.151'),
(10658, '2025-11-27 04:46:36', 373, NULL, '52.71.218.25'),
(10659, '2025-11-27 04:47:42', 390, NULL, '50.17.193.48'),
(10660, '2025-11-27 04:47:50', 385, NULL, '54.209.100.30'),
(10661, '2025-11-27 04:48:17', 385, NULL, '52.201.155.215'),
(10662, '2025-11-27 04:48:27', 389, NULL, '18.214.238.178'),
(10663, '2025-11-27 04:48:49', 310, NULL, '85.208.96.202'),
(10664, '2025-11-27 04:49:02', 378, NULL, '35.172.125.172'),
(10665, '2025-11-27 04:50:41', 396, NULL, '23.23.213.182'),
(10666, '2025-11-27 04:51:32', 381, NULL, '54.221.203.24'),
(10667, '2025-11-27 04:52:15', 301, NULL, '149.62.205.240'),
(10668, '2025-11-27 04:53:08', 189, NULL, '85.208.96.198'),
(10669, '2025-11-27 04:53:08', 135, NULL, '85.208.96.198'),
(10670, '2025-11-27 04:53:08', 402, NULL, '85.208.96.198'),
(10671, '2025-11-27 04:53:08', 317, NULL, '85.208.96.198'),
(10672, '2025-11-27 04:53:08', 144, NULL, '85.208.96.198'),
(10673, '2025-11-27 04:53:08', 260, NULL, '85.208.96.198'),
(10674, '2025-11-27 04:53:08', 408, NULL, '85.208.96.198'),
(10675, '2025-11-27 04:53:08', 410, NULL, '85.208.96.198'),
(10676, '2025-11-27 04:53:08', 368, NULL, '85.208.96.198'),
(10677, '2025-11-27 04:53:08', 453, NULL, '85.208.96.198'),
(10678, '2025-11-27 04:53:08', 240, NULL, '85.208.96.198'),
(10679, '2025-11-27 04:53:08', 245, NULL, '85.208.96.198'),
(10680, '2025-11-27 04:53:08', 439, NULL, '85.208.96.198'),
(10681, '2025-11-27 04:53:08', 319, NULL, '85.208.96.198'),
(10682, '2025-11-27 04:53:08', 447, NULL, '85.208.96.198'),
(10683, '2025-11-27 04:54:47', 192, NULL, '47.128.22.175'),
(10684, '2025-11-27 04:54:57', 315, NULL, '85.208.96.209'),
(10685, '2025-11-27 04:55:00', 135, NULL, '185.191.171.18'),
(10686, '2025-11-27 04:56:36', 360, NULL, '45.234.129.155'),
(10687, '2025-11-27 04:57:39', 296, NULL, '66.249.66.202'),
(10688, '2025-11-27 04:59:26', 298, NULL, '66.249.66.76'),
(10689, '2025-11-27 05:01:22', 311, NULL, '66.249.66.201'),
(10690, '2025-11-27 05:03:28', 5, NULL, '145.239.65.236'),
(10691, '2025-11-27 05:03:30', 325, NULL, '66.249.66.75'),
(10692, '2025-11-27 05:05:13', 389, NULL, '52.7.33.248'),
(10693, '2025-11-27 05:05:34', 280, NULL, '102.0.12.32'),
(10694, '2025-11-27 05:05:58', 360, NULL, '18.205.91.101'),
(10695, '2025-11-27 05:06:57', 388, NULL, '54.157.99.244'),
(10696, '2025-11-27 05:07:05', 412, NULL, '18.215.49.176'),
(10697, '2025-11-27 05:07:40', 354, NULL, '98.82.40.168'),
(10698, '2025-11-27 05:08:40', 292, NULL, '184.22.180.215'),
(10699, '2025-11-27 05:09:22', 184, NULL, '85.208.96.195'),
(10700, '2025-11-27 05:09:58', 7, NULL, '18.232.12.157'),
(10701, '2025-11-27 05:10:15', 89, NULL, '34.195.248.30'),
(10702, '2025-11-27 05:10:30', 89, NULL, '3.230.224.6'),
(10703, '2025-11-27 05:10:39', 360, NULL, '44.217.177.142');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(10704, '2025-11-27 05:10:50', 135, NULL, '3.218.103.254'),
(10705, '2025-11-27 05:11:15', 127, NULL, '85.208.96.206'),
(10706, '2025-11-27 05:11:15', 129, NULL, '85.208.96.206'),
(10707, '2025-11-27 05:11:15', 130, NULL, '85.208.96.206'),
(10708, '2025-11-27 05:11:15', 131, NULL, '85.208.96.206'),
(10709, '2025-11-27 05:11:15', 132, NULL, '85.208.96.206'),
(10710, '2025-11-27 05:11:15', 133, NULL, '85.208.96.206'),
(10711, '2025-11-27 05:11:15', 134, NULL, '85.208.96.206'),
(10712, '2025-11-27 05:11:15', 135, NULL, '85.208.96.206'),
(10713, '2025-11-27 05:11:15', 136, NULL, '85.208.96.206'),
(10714, '2025-11-27 05:11:25', 381, NULL, '44.205.74.196'),
(10715, '2025-11-27 05:11:46', 325, NULL, '3.219.80.71'),
(10716, '2025-11-27 05:12:28', 325, NULL, '85.208.96.209'),
(10717, '2025-11-27 05:15:26', 289, NULL, '66.207.184.95'),
(10718, '2025-11-27 05:17:25', 197, NULL, '185.191.171.17'),
(10719, '2025-11-27 05:18:57', 388, NULL, '54.147.80.137'),
(10720, '2025-11-27 05:19:29', 393, NULL, '50.19.221.48'),
(10721, '2025-11-27 05:19:34', 352, NULL, '52.3.155.146'),
(10722, '2025-11-27 05:20:13', 383, NULL, '52.71.216.196'),
(10723, '2025-11-27 05:20:55', 298, NULL, '179.49.38.191'),
(10724, '2025-11-27 05:21:49', 381, NULL, '100.29.128.75'),
(10725, '2025-11-27 05:22:49', 171, NULL, '85.208.96.196'),
(10726, '2025-11-27 05:25:31', 306, NULL, '194.9.6.72'),
(10727, '2025-11-27 05:26:12', 390, NULL, '47.128.27.51'),
(10728, '2025-11-27 05:26:51', 334, NULL, '222.166.117.96'),
(10729, '2025-11-27 05:29:52', 159, NULL, '85.208.96.207'),
(10730, '2025-11-27 05:34:12', 205, NULL, '85.208.96.193'),
(10731, '2025-11-27 05:36:23', 286, NULL, '47.128.50.142'),
(10732, '2025-11-27 05:38:08', 146, NULL, '185.191.171.6'),
(10733, '2025-11-27 05:38:26', 351, NULL, '54.145.82.217'),
(10734, '2025-11-27 05:41:57', 35, NULL, '85.208.96.212'),
(10735, '2025-11-27 05:43:15', 384, NULL, '47.128.27.105'),
(10736, '2025-11-27 05:44:11', 298, NULL, '47.128.44.0'),
(10737, '2025-11-27 05:45:09', 353, NULL, '3.210.223.61'),
(10738, '2025-11-27 05:45:20', 266, NULL, '47.128.62.211'),
(10739, '2025-11-27 05:46:35', 392, NULL, '18.211.148.239'),
(10740, '2025-11-27 05:47:03', 389, NULL, '34.204.150.196'),
(10741, '2025-11-27 05:48:00', 182, NULL, '185.191.171.19'),
(10742, '2025-11-27 05:48:11', 392, NULL, '44.206.65.8'),
(10743, '2025-11-27 05:48:55', 403, NULL, '3.215.221.125'),
(10744, '2025-11-27 05:49:05', 394, NULL, '23.23.180.225'),
(10745, '2025-11-27 05:49:18', 7, NULL, '3.89.170.186'),
(10746, '2025-11-27 05:49:26', 371, NULL, '98.83.10.183'),
(10747, '2025-11-27 05:49:32', 411, NULL, '52.22.64.232'),
(10748, '2025-11-27 05:49:34', 381, NULL, '3.211.105.134'),
(10749, '2025-11-27 05:49:37', 275, NULL, '3.208.146.193'),
(10750, '2025-11-27 05:50:17', 386, NULL, '34.236.185.101'),
(10751, '2025-11-27 05:51:29', 354, NULL, '18.232.36.1'),
(10752, '2025-11-27 05:51:34', 369, NULL, '34.205.163.103'),
(10753, '2025-11-27 05:53:21', 396, NULL, '3.210.29.96'),
(10754, '2025-11-27 05:53:22', 292, NULL, '185.191.171.12'),
(10755, '2025-11-27 05:54:00', 223, NULL, '47.128.40.231'),
(10756, '2025-11-27 05:54:55', 357, NULL, '47.128.28.149'),
(10757, '2025-11-27 05:56:25', 276, NULL, '185.191.171.16'),
(10758, '2025-11-27 05:56:36', 361, NULL, '54.235.158.162'),
(10759, '2025-11-27 06:00:37', 374, NULL, '52.4.238.8'),
(10760, '2025-11-27 06:06:03', 242, NULL, '47.128.113.210'),
(10761, '2025-11-27 06:07:12', 376, NULL, '3.216.86.144'),
(10762, '2025-11-27 06:07:14', 129, NULL, '143.202.228.110'),
(10763, '2025-11-27 06:07:17', 101, NULL, '185.191.171.3'),
(10764, '2025-11-27 06:07:23', 363, NULL, '44.209.35.147'),
(10765, '2025-11-27 06:07:45', 380, NULL, '44.206.65.8'),
(10766, '2025-11-27 06:09:13', 290, NULL, '188.253.208.83'),
(10767, '2025-11-27 06:10:17', 368, NULL, '23.21.179.120'),
(10768, '2025-11-27 06:11:05', 393, NULL, '44.217.255.167'),
(10769, '2025-11-27 06:11:18', 135, NULL, '185.191.171.14'),
(10770, '2025-11-27 06:11:18', 259, NULL, '185.191.171.14'),
(10771, '2025-11-27 06:11:18', 402, NULL, '185.191.171.14'),
(10772, '2025-11-27 06:11:18', 317, NULL, '185.191.171.14'),
(10773, '2025-11-27 06:11:18', 144, NULL, '185.191.171.14'),
(10774, '2025-11-27 06:11:18', 260, NULL, '185.191.171.14'),
(10775, '2025-11-27 06:11:18', 408, NULL, '185.191.171.14'),
(10776, '2025-11-27 06:11:18', 410, NULL, '185.191.171.14'),
(10777, '2025-11-27 06:11:18', 368, NULL, '185.191.171.14'),
(10778, '2025-11-27 06:11:18', 453, NULL, '185.191.171.14'),
(10779, '2025-11-27 06:11:18', 240, NULL, '185.191.171.14'),
(10780, '2025-11-27 06:11:18', 245, NULL, '185.191.171.14'),
(10781, '2025-11-27 06:11:18', 439, NULL, '185.191.171.14'),
(10782, '2025-11-27 06:11:18', 319, NULL, '185.191.171.14'),
(10783, '2025-11-27 06:11:18', 447, NULL, '185.191.171.14'),
(10784, '2025-11-27 06:12:49', 171, NULL, '47.128.27.221'),
(10785, '2025-11-27 06:13:43', 245, NULL, '47.128.28.161'),
(10786, '2025-11-27 06:15:43', 243, NULL, '85.208.96.194'),
(10787, '2025-11-27 06:15:45', 171, NULL, '51.68.235.38'),
(10788, '2025-11-27 06:17:03', 239, NULL, '51.68.235.38'),
(10789, '2025-11-27 06:17:05', 247, NULL, '51.68.235.38'),
(10790, '2025-11-27 06:17:07', 289, NULL, '51.68.235.38'),
(10791, '2025-11-27 06:17:10', 389, NULL, '51.68.235.38'),
(10792, '2025-11-27 06:17:12', 127, NULL, '51.68.235.38'),
(10793, '2025-11-27 06:17:12', 128, NULL, '51.68.235.38'),
(10794, '2025-11-27 06:17:12', 129, NULL, '51.68.235.38'),
(10795, '2025-11-27 06:17:12', 130, NULL, '51.68.235.38'),
(10796, '2025-11-27 06:17:12', 131, NULL, '51.68.235.38'),
(10797, '2025-11-27 06:17:12', 132, NULL, '51.68.235.38'),
(10798, '2025-11-27 06:17:12', 133, NULL, '51.68.235.38'),
(10799, '2025-11-27 06:17:12', 134, NULL, '51.68.235.38'),
(10800, '2025-11-27 06:17:12', 135, NULL, '51.68.235.38'),
(10801, '2025-11-27 06:17:12', 136, NULL, '51.68.235.38'),
(10802, '2025-11-27 06:17:22', 4, NULL, '51.68.235.38'),
(10803, '2025-11-27 06:17:26', 5, NULL, '51.68.235.38'),
(10804, '2025-11-27 06:17:26', 6, NULL, '51.68.235.38'),
(10805, '2025-11-27 06:17:29', 7, NULL, '51.68.235.38'),
(10806, '2025-11-27 06:17:44', 162, NULL, '47.128.126.221'),
(10807, '2025-11-27 06:21:46', 386, NULL, '47.128.49.34'),
(10808, '2025-11-27 06:25:47', 46, NULL, '47.128.32.216'),
(10809, '2025-11-27 06:25:58', 313, NULL, '85.208.96.206'),
(10810, '2025-11-27 06:26:20', 387, NULL, '52.205.222.214'),
(10811, '2025-11-27 06:26:56', 377, NULL, '3.214.176.44'),
(10812, '2025-11-27 06:27:12', 369, NULL, '52.203.152.231'),
(10813, '2025-11-27 06:28:00', 356, NULL, '3.215.59.93'),
(10814, '2025-11-27 06:28:13', 352, NULL, '23.23.104.107'),
(10815, '2025-11-27 06:28:13', 322, NULL, '85.208.96.207'),
(10816, '2025-11-27 06:28:28', 352, NULL, '3.215.221.125'),
(10817, '2025-11-27 06:29:54', 281, NULL, '185.191.171.8'),
(10818, '2025-11-27 06:30:00', 361, NULL, '34.194.14.255'),
(10819, '2025-11-27 06:30:16', 185, NULL, '47.128.60.161'),
(10820, '2025-11-27 06:30:32', 301, NULL, '200.229.158.163'),
(10821, '2025-11-27 06:34:11', 298, NULL, '103.180.169.22'),
(10822, '2025-11-27 06:36:16', 237, NULL, '87.176.110.198'),
(10823, '2025-11-27 06:36:24', 391, NULL, '100.29.164.178'),
(10824, '2025-11-27 06:39:14', 357, NULL, '47.128.97.14'),
(10825, '2025-11-27 06:40:09', 351, NULL, '52.45.194.165'),
(10826, '2025-11-27 06:40:34', 361, NULL, '38.41.16.32'),
(10827, '2025-11-27 06:43:27', 390, NULL, '35.169.119.108'),
(10828, '2025-11-27 06:43:45', 359, NULL, '35.171.117.160'),
(10829, '2025-11-27 06:45:06', 367, NULL, '54.156.55.147'),
(10830, '2025-11-27 06:45:21', 413, NULL, '34.233.114.237'),
(10831, '2025-11-27 06:45:42', 368, NULL, '23.20.178.124'),
(10832, '2025-11-27 06:45:51', 366, NULL, '54.147.238.89'),
(10833, '2025-11-27 06:46:26', 136, NULL, '185.191.171.16'),
(10834, '2025-11-27 06:46:50', 325, NULL, '3.221.156.96'),
(10835, '2025-11-27 06:49:44', 391, NULL, '34.234.200.207'),
(10836, '2025-11-27 06:51:27', 21, NULL, '85.208.96.206'),
(10837, '2025-11-27 06:51:41', 211, NULL, '66.249.66.76'),
(10838, '2025-11-27 06:52:05', 354, NULL, '52.200.93.170'),
(10839, '2025-11-27 06:52:55', 88, NULL, '188.68.49.137'),
(10840, '2025-11-27 06:53:42', 257, NULL, '66.249.66.14'),
(10841, '2025-11-27 06:56:38', 449, NULL, '47.128.127.148'),
(10842, '2025-11-27 06:57:17', 278, NULL, '200.163.22.218'),
(10843, '2025-11-27 07:00:48', 368, NULL, '189.249.229.41'),
(10844, '2025-11-27 07:07:01', 292, NULL, '84.32.53.93'),
(10845, '2025-11-27 07:07:55', 95, NULL, '185.191.171.11'),
(10846, '2025-11-27 07:09:44', 46, NULL, '47.128.45.223'),
(10847, '2025-11-27 07:16:54', 357, NULL, '34.234.200.207'),
(10848, '2025-11-27 07:16:59', 342, NULL, '85.208.96.208'),
(10849, '2025-11-27 07:17:01', 367, NULL, '18.208.11.93'),
(10850, '2025-11-27 07:17:12', 342, NULL, '92.170.64.40'),
(10851, '2025-11-27 07:17:29', 351, NULL, '44.193.102.198'),
(10852, '2025-11-27 07:17:34', 23, NULL, '52.167.144.191'),
(10853, '2025-11-27 07:17:47', 432, NULL, '54.86.59.155'),
(10854, '2025-11-27 07:18:05', 366, NULL, '3.231.193.38'),
(10855, '2025-11-27 07:18:06', 289, NULL, '102.222.235.166'),
(10856, '2025-11-27 07:18:11', 384, NULL, '54.157.99.244'),
(10857, '2025-11-27 07:18:26', 373, NULL, '3.223.134.5'),
(10858, '2025-11-27 07:18:53', 366, NULL, '52.0.105.244'),
(10859, '2025-11-27 07:20:29', 451, NULL, '47.128.35.39'),
(10860, '2025-11-27 07:20:30', 292, NULL, '154.72.162.155'),
(10861, '2025-11-27 07:21:17', 382, NULL, '3.90.73.206'),
(10862, '2025-11-27 07:21:50', 373, NULL, '18.215.24.66'),
(10863, '2025-11-27 07:22:41', 364, NULL, '34.234.200.207'),
(10864, '2025-11-27 07:22:56', 356, NULL, '34.205.170.13'),
(10865, '2025-11-27 07:23:01', 352, NULL, '52.45.92.83'),
(10866, '2025-11-27 07:23:25', 362, NULL, '44.206.65.8'),
(10867, '2025-11-27 07:23:32', 190, NULL, '185.191.171.11'),
(10868, '2025-11-27 07:24:36', 409, NULL, '52.6.97.88'),
(10869, '2025-11-27 07:24:58', 357, NULL, '47.128.30.66'),
(10870, '2025-11-27 07:25:49', 354, NULL, '3.230.224.6'),
(10871, '2025-11-27 07:25:52', 171, NULL, '47.128.114.113'),
(10872, '2025-11-27 07:26:23', 357, NULL, '47.128.33.191'),
(10873, '2025-11-27 07:27:40', 201, NULL, '47.128.37.34'),
(10874, '2025-11-27 07:28:25', 301, NULL, '185.191.171.16'),
(10875, '2025-11-27 07:29:40', 361, NULL, '52.3.104.214'),
(10876, '2025-11-27 07:32:11', 88, NULL, '185.216.177.23'),
(10877, '2025-11-27 07:32:59', 237, NULL, '122.160.25.89'),
(10878, '2025-11-27 07:34:59', 280, NULL, '47.128.120.226'),
(10879, '2025-11-27 07:35:49', 161, NULL, '185.191.171.16'),
(10880, '2025-11-27 07:37:16', 245, NULL, '47.128.54.12'),
(10881, '2025-11-27 07:38:05', 286, NULL, '47.128.31.173'),
(10882, '2025-11-27 07:39:02', 380, NULL, '44.223.232.55'),
(10883, '2025-11-27 07:40:01', 357, NULL, '18.213.102.186'),
(10884, '2025-11-27 07:40:13', 385, NULL, '3.212.205.90'),
(10885, '2025-11-27 07:41:03', 393, NULL, '34.224.132.215'),
(10886, '2025-11-27 07:41:47', 31, NULL, '128.241.235.28'),
(10887, '2025-11-27 07:42:34', 260, NULL, '185.191.171.8'),
(10888, '2025-11-27 07:43:21', 375, NULL, '34.195.60.66'),
(10889, '2025-11-27 07:43:34', 372, NULL, '52.203.65.83'),
(10890, '2025-11-27 07:43:52', 365, NULL, '34.204.150.196'),
(10891, '2025-11-27 07:43:52', 381, NULL, '52.4.238.8'),
(10892, '2025-11-27 07:44:00', 296, NULL, '185.191.171.3'),
(10893, '2025-11-27 07:46:23', 391, NULL, '3.229.2.217'),
(10894, '2025-11-27 07:48:11', 290, NULL, '185.191.171.18'),
(10895, '2025-11-27 07:49:35', 359, NULL, '44.213.36.21'),
(10896, '2025-11-27 07:50:03', 325, NULL, '54.156.124.2'),
(10897, '2025-11-27 07:50:10', 339, NULL, '85.208.96.208'),
(10898, '2025-11-27 07:51:52', 417, NULL, '52.4.238.8'),
(10899, '2025-11-27 07:52:13', 396, NULL, '54.159.18.27'),
(10900, '2025-11-27 07:53:16', 383, NULL, '54.198.33.233'),
(10901, '2025-11-27 07:57:08', 182, NULL, '85.208.96.209'),
(10902, '2025-11-27 07:57:37', 178, NULL, '185.191.171.9'),
(10903, '2025-11-27 08:00:57', 397, NULL, '47.128.45.14'),
(10904, '2025-11-27 08:01:51', 211, NULL, '185.191.171.19'),
(10905, '2025-11-27 08:02:04', 185, NULL, '85.208.96.195'),
(10906, '2025-11-27 08:03:38', 412, NULL, '47.128.31.153'),
(10907, '2025-11-27 08:03:56', 394, NULL, '47.128.37.69'),
(10908, '2025-11-27 08:04:14', 384, NULL, '85.208.96.208'),
(10909, '2025-11-27 08:04:59', 237, NULL, '78.183.86.255'),
(10910, '2025-11-27 08:05:17', 359, NULL, '103.162.184.169'),
(10911, '2025-11-27 08:06:19', 169, NULL, '47.128.112.126'),
(10912, '2025-11-27 08:07:07', 271, NULL, '185.191.171.17'),
(10913, '2025-11-27 08:07:23', 38, NULL, '43.173.179.24'),
(10914, '2025-11-27 08:09:32', 38, NULL, '43.173.174.249'),
(10915, '2025-11-27 08:09:52', 377, NULL, '34.196.6.199'),
(10916, '2025-11-27 08:09:59', 451, NULL, '47.128.42.224'),
(10917, '2025-11-27 08:11:07', 337, NULL, '185.191.171.14'),
(10918, '2025-11-27 08:11:07', 338, NULL, '185.191.171.14'),
(10919, '2025-11-27 08:11:07', 339, NULL, '185.191.171.14'),
(10920, '2025-11-27 08:11:07', 340, NULL, '185.191.171.14'),
(10921, '2025-11-27 08:11:07', 342, NULL, '185.191.171.14'),
(10922, '2025-11-27 08:11:07', 344, NULL, '185.191.171.14'),
(10923, '2025-11-27 08:14:53', 372, NULL, '18.232.12.157'),
(10924, '2025-11-27 08:14:54', 372, NULL, '100.29.34.97'),
(10925, '2025-11-27 08:15:04', 378, NULL, '54.225.98.148'),
(10926, '2025-11-27 08:15:42', 394, NULL, '44.193.102.198'),
(10927, '2025-11-27 08:15:48', 381, NULL, '52.71.46.142'),
(10928, '2025-11-27 08:16:05', 386, NULL, '100.28.44.58'),
(10929, '2025-11-27 08:16:22', 371, NULL, '34.224.132.215'),
(10930, '2025-11-27 08:16:30', 396, NULL, '100.29.63.24'),
(10931, '2025-11-27 08:16:35', 183, NULL, '185.191.171.15'),
(10932, '2025-11-27 08:17:34', 369, NULL, '44.210.213.220'),
(10933, '2025-11-27 08:17:34', 147, NULL, '85.208.96.203'),
(10934, '2025-11-27 08:17:34', 148, NULL, '85.208.96.203'),
(10935, '2025-11-27 08:17:34', 149, NULL, '85.208.96.203'),
(10936, '2025-11-27 08:17:34', 150, NULL, '85.208.96.203'),
(10937, '2025-11-27 08:17:34', 151, NULL, '85.208.96.203'),
(10938, '2025-11-27 08:17:34', 152, NULL, '85.208.96.203'),
(10939, '2025-11-27 08:17:34', 153, NULL, '85.208.96.203'),
(10940, '2025-11-27 08:17:34', 154, NULL, '85.208.96.203'),
(10941, '2025-11-27 08:17:34', 155, NULL, '85.208.96.203'),
(10942, '2025-11-27 08:17:34', 156, NULL, '85.208.96.203'),
(10943, '2025-11-27 08:18:09', 352, NULL, '34.227.234.246'),
(10944, '2025-11-27 08:18:23', 356, NULL, '98.83.226.125'),
(10945, '2025-11-27 08:18:48', 268, NULL, '142.173.210.102'),
(10946, '2025-11-27 08:20:21', 399, NULL, '98.83.8.142'),
(10947, '2025-11-27 08:21:13', 325, NULL, '54.84.250.51'),
(10948, '2025-11-27 08:21:42', 323, NULL, '85.208.96.210'),
(10949, '2025-11-27 08:24:08', 194, NULL, '85.208.96.208'),
(10950, '2025-11-27 08:24:16', 127, NULL, '185.191.171.15'),
(10951, '2025-11-27 08:24:22', 289, NULL, '70.21.195.15'),
(10952, '2025-11-27 08:26:08', 323, NULL, '178.244.204.80'),
(10953, '2025-11-27 08:26:32', 236, NULL, '185.191.171.11'),
(10954, '2025-11-27 08:27:50', 48, NULL, '185.191.171.14'),
(10955, '2025-11-27 08:28:57', 374, NULL, '3.220.148.166'),
(10956, '2025-11-27 08:30:01', 134, NULL, '185.191.171.14'),
(10957, '2025-11-27 08:38:09', 397, NULL, '47.128.24.116'),
(10958, '2025-11-27 08:43:34', 245, NULL, '47.128.120.14'),
(10959, '2025-11-27 08:44:00', 268, NULL, '213.230.92.7'),
(10960, '2025-11-27 08:45:39', 370, NULL, '52.0.63.151'),
(10961, '2025-11-27 08:45:51', 357, NULL, '98.84.60.17'),
(10962, '2025-11-27 08:45:58', 367, NULL, '54.147.80.137'),
(10963, '2025-11-27 08:46:00', 387, NULL, '3.221.156.96'),
(10964, '2025-11-27 08:46:18', 375, NULL, '23.23.99.55'),
(10965, '2025-11-27 08:46:36', 368, NULL, '54.147.238.89'),
(10966, '2025-11-27 08:46:57', 373, NULL, '44.217.177.142'),
(10967, '2025-11-27 08:47:14', 371, NULL, '50.16.72.185'),
(10968, '2025-11-27 08:47:33', 378, NULL, '35.173.38.202'),
(10969, '2025-11-27 08:48:39', 364, NULL, '54.147.182.90'),
(10970, '2025-11-27 08:48:41', 362, NULL, '98.80.130.239'),
(10971, '2025-11-27 08:49:17', 428, NULL, '44.216.172.204'),
(10972, '2025-11-27 08:51:07', 370, NULL, '52.207.47.227'),
(10973, '2025-11-27 08:51:54', 365, NULL, '35.169.240.53'),
(10974, '2025-11-27 08:52:34', 287, NULL, '66.249.66.12'),
(10975, '2025-11-27 08:52:43', 386, NULL, '52.204.89.12'),
(10976, '2025-11-27 08:54:53', 391, NULL, '54.163.136.244'),
(10977, '2025-11-27 08:55:18', 396, NULL, '54.235.158.162'),
(10978, '2025-11-27 08:55:24', 383, NULL, '3.213.106.226'),
(10979, '2025-11-27 08:57:19', 269, NULL, '66.249.66.202'),
(10980, '2025-11-27 08:58:03', 307, NULL, '89.147.172.129'),
(10981, '2025-11-27 08:58:18', 296, NULL, '103.73.184.108'),
(10982, '2025-11-27 08:59:51', 307, NULL, '154.239.169.255'),
(10983, '2025-11-27 09:01:27', 239, NULL, '57.141.0.41'),
(10984, '2025-11-27 09:11:42', 396, NULL, '54.235.191.179'),
(10985, '2025-11-27 09:13:03', 404, NULL, '52.5.232.250'),
(10986, '2025-11-27 09:13:08', 88, NULL, '152.53.108.143'),
(10987, '2025-11-27 09:13:11', 365, NULL, '34.238.45.183'),
(10988, '2025-11-27 09:13:26', 336, NULL, '85.208.96.201'),
(10989, '2025-11-27 09:13:30', 357, NULL, '54.225.181.161'),
(10990, '2025-11-27 09:13:46', 355, NULL, '54.159.18.27'),
(10991, '2025-11-27 09:13:58', 376, NULL, '52.200.54.136'),
(10992, '2025-11-27 09:14:13', 340, NULL, '85.208.96.194'),
(10993, '2025-11-27 09:17:45', 177, NULL, '85.208.96.204'),
(10994, '2025-11-27 09:17:57', 184, NULL, '57.141.0.6'),
(10995, '2025-11-27 09:18:16', 285, NULL, '85.208.96.209'),
(10996, '2025-11-27 09:20:43', 308, NULL, '185.191.171.2'),
(10997, '2025-11-27 09:20:43', 101, NULL, '98.83.177.42'),
(10998, '2025-11-27 09:20:57', 217, NULL, '185.191.171.9'),
(10999, '2025-11-27 09:21:05', 235, NULL, '185.191.171.6'),
(11000, '2025-11-27 09:22:14', 436, NULL, '66.249.66.34'),
(11001, '2025-11-27 09:23:29', 367, NULL, '100.28.44.58'),
(11002, '2025-11-27 09:24:01', 394, NULL, '98.84.200.43'),
(11003, '2025-11-27 09:24:11', 388, NULL, '35.171.141.42'),
(11004, '2025-11-27 09:24:18', 389, NULL, '54.83.180.239'),
(11005, '2025-11-27 09:24:22', 384, NULL, '52.200.58.199'),
(11006, '2025-11-27 09:24:50', 167, NULL, '85.208.96.193'),
(11007, '2025-11-27 09:25:11', 373, NULL, '52.22.87.224'),
(11008, '2025-11-27 09:25:22', 380, NULL, '52.200.58.199'),
(11009, '2025-11-27 09:25:30', 394, NULL, '47.128.38.253'),
(11010, '2025-11-27 09:25:32', 363, NULL, '66.249.66.14'),
(11011, '2025-11-27 09:26:05', 378, NULL, '54.147.182.90'),
(11012, '2025-11-27 09:26:14', 362, NULL, '34.206.249.188'),
(11013, '2025-11-27 09:28:23', 298, NULL, '79.217.99.134'),
(11014, '2025-11-27 09:31:12', 361, NULL, '18.235.81.246'),
(11015, '2025-11-27 09:32:04', 181, NULL, '57.141.0.11'),
(11016, '2025-11-27 09:32:30', 263, NULL, '66.249.66.201'),
(11017, '2025-11-27 09:37:15', 289, NULL, '103.178.27.82'),
(11018, '2025-11-27 09:38:01', 357, NULL, '34.192.125.239'),
(11019, '2025-11-27 09:38:05', 367, NULL, '54.159.98.248'),
(11020, '2025-11-27 09:39:20', 437, NULL, '52.2.83.227'),
(11021, '2025-11-27 09:39:36', 145, NULL, '57.141.0.35'),
(11022, '2025-11-27 09:40:55', 375, NULL, '23.21.227.240'),
(11023, '2025-11-27 09:41:06', 372, NULL, '3.221.156.96'),
(11024, '2025-11-27 09:41:15', 372, NULL, '44.197.76.210'),
(11025, '2025-11-27 09:41:46', 380, NULL, '52.45.29.57'),
(11026, '2025-11-27 09:42:39', 363, NULL, '54.225.181.161'),
(11027, '2025-11-27 09:42:42', 373, NULL, '52.203.152.231'),
(11028, '2025-11-27 09:43:27', 369, NULL, '50.19.102.70'),
(11029, '2025-11-27 09:44:38', 394, NULL, '54.204.62.163'),
(11030, '2025-11-27 09:44:45', 382, NULL, '34.231.45.47'),
(11031, '2025-11-27 09:44:59', 373, NULL, '3.90.73.206'),
(11032, '2025-11-27 09:46:29', 389, NULL, '3.210.114.189'),
(11033, '2025-11-27 09:47:15', 245, NULL, '47.128.121.64'),
(11034, '2025-11-27 09:47:52', 301, NULL, '45.228.77.136'),
(11035, '2025-11-27 09:48:27', 155, NULL, '185.191.171.5'),
(11036, '2025-11-27 09:48:58', 172, NULL, '47.128.126.169'),
(11037, '2025-11-27 09:49:05', 337, NULL, '44.210.204.255'),
(11038, '2025-11-27 09:49:38', 136, NULL, '85.208.96.205'),
(11039, '2025-11-27 09:50:06', 179, NULL, '185.191.171.9'),
(11040, '2025-11-27 09:51:33', 318, NULL, '18.204.89.56'),
(11041, '2025-11-27 09:53:14', 357, NULL, '3.89.176.255'),
(11042, '2025-11-27 09:53:24', 376, NULL, '35.153.86.200'),
(11043, '2025-11-27 09:55:41', 381, NULL, '98.83.94.113'),
(11044, '2025-11-27 09:56:01', 160, NULL, '47.128.43.167'),
(11045, '2025-11-27 09:56:06', 160, NULL, '47.128.115.74'),
(11046, '2025-11-27 09:58:44', 223, NULL, '185.191.171.11'),
(11047, '2025-11-27 10:00:19', 248, NULL, '168.181.5.95'),
(11048, '2025-11-27 10:02:18', 299, NULL, '47.128.58.23'),
(11049, '2025-11-27 10:02:50', 8, NULL, '92.53.36.113'),
(11050, '2025-11-27 10:03:01', 133, NULL, '66.249.66.200'),
(11051, '2025-11-27 10:05:25', 369, NULL, '54.197.114.76'),
(11052, '2025-11-27 10:05:45', 435, NULL, '184.73.239.35'),
(11053, '2025-11-27 10:06:05', 385, NULL, '52.45.29.57'),
(11054, '2025-11-27 10:07:21', 380, NULL, '34.194.14.255'),
(11055, '2025-11-27 10:07:25', 393, NULL, '54.147.182.90'),
(11056, '2025-11-27 10:08:39', 296, NULL, '47.128.43.32'),
(11057, '2025-11-27 10:09:21', 351, NULL, '52.203.65.83'),
(11058, '2025-11-27 10:09:29', 366, NULL, '18.205.213.231'),
(11059, '2025-11-27 10:09:45', 7, NULL, '18.215.112.101'),
(11060, '2025-11-27 10:09:54', 362, NULL, '44.221.105.234'),
(11061, '2025-11-27 10:11:13', 390, NULL, '52.3.156.186'),
(11062, '2025-11-27 10:11:25', 365, NULL, '54.144.185.255'),
(11063, '2025-11-27 10:12:58', 321, NULL, '85.208.96.198'),
(11064, '2025-11-27 10:13:15', 478, NULL, '57.141.0.55'),
(11065, '2025-11-27 10:13:15', 476, NULL, '57.141.0.55'),
(11066, '2025-11-27 10:13:15', 473, NULL, '57.141.0.55'),
(11067, '2025-11-27 10:13:15', 471, NULL, '57.141.0.55'),
(11068, '2025-11-27 10:13:15', 470, NULL, '57.141.0.55'),
(11069, '2025-11-27 10:14:14', 162, NULL, '85.208.96.199'),
(11070, '2025-11-27 10:16:53', 355, NULL, '52.204.89.12'),
(11071, '2025-11-27 10:17:00', 268, NULL, '185.191.171.1'),
(11072, '2025-11-27 10:17:17', 385, NULL, '18.211.148.239'),
(11073, '2025-11-27 10:17:52', 301, NULL, '86.153.207.160'),
(11074, '2025-11-27 10:18:03', 325, NULL, '44.212.232.231'),
(11075, '2025-11-27 10:18:46', 356, NULL, '52.44.229.124'),
(11076, '2025-11-27 10:19:11', 353, NULL, '44.210.204.255'),
(11077, '2025-11-27 10:19:22', 373, NULL, '52.54.95.127'),
(11078, '2025-11-27 10:19:29', 378, NULL, '23.21.179.27'),
(11079, '2025-11-27 10:19:41', 356, NULL, '107.20.181.148'),
(11080, '2025-11-27 10:20:17', 391, NULL, '50.19.102.70'),
(11081, '2025-11-27 10:21:42', 338, NULL, '85.208.96.209'),
(11082, '2025-11-27 10:24:09', 416, NULL, '47.128.29.255'),
(11083, '2025-11-27 10:26:39', 31, NULL, '128.241.232.46'),
(11084, '2025-11-27 10:29:02', 174, NULL, '85.208.96.204'),
(11085, '2025-11-27 10:31:09', 237, NULL, '179.125.134.182'),
(11086, '2025-11-27 10:33:18', 126, NULL, '43.173.179.251'),
(11087, '2025-11-27 10:33:45', 418, NULL, '98.84.70.201'),
(11088, '2025-11-27 10:33:49', 425, NULL, '54.84.161.62'),
(11089, '2025-11-27 10:33:57', 380, NULL, '18.205.91.101'),
(11090, '2025-11-27 10:34:13', 383, NULL, '52.54.249.218'),
(11091, '2025-11-27 10:34:42', 29, NULL, '43.173.178.31'),
(11092, '2025-11-27 10:35:01', 361, NULL, '52.70.138.176'),
(11093, '2025-11-27 10:36:35', 197, NULL, '185.191.171.15'),
(11094, '2025-11-27 10:36:35', 198, NULL, '185.191.171.15'),
(11095, '2025-11-27 10:36:35', 199, NULL, '185.191.171.15'),
(11096, '2025-11-27 10:36:35', 200, NULL, '185.191.171.15'),
(11097, '2025-11-27 10:36:35', 201, NULL, '185.191.171.15'),
(11098, '2025-11-27 10:36:35', 202, NULL, '185.191.171.15'),
(11099, '2025-11-27 10:36:35', 203, NULL, '185.191.171.15'),
(11100, '2025-11-27 10:36:35', 204, NULL, '185.191.171.15'),
(11101, '2025-11-27 10:36:35', 205, NULL, '185.191.171.15'),
(11102, '2025-11-27 10:37:38', 225, NULL, '85.208.96.194'),
(11103, '2025-11-27 10:38:19', 298, NULL, '85.208.96.198'),
(11104, '2025-11-27 10:38:37', 332, NULL, '47.128.39.210'),
(11105, '2025-11-27 10:40:01', 415, NULL, '54.85.109.140'),
(11106, '2025-11-27 10:40:09', 355, NULL, '52.70.138.176'),
(11107, '2025-11-27 10:40:21', 382, NULL, '100.29.164.178'),
(11108, '2025-11-27 10:40:25', 368, NULL, '18.210.58.238'),
(11109, '2025-11-27 10:40:34', 7, NULL, '184.73.167.217'),
(11110, '2025-11-27 10:41:19', 383, NULL, '54.159.18.27'),
(11111, '2025-11-27 10:44:15', 360, NULL, '23.23.137.202'),
(11112, '2025-11-27 10:44:37', 380, NULL, '52.71.46.142'),
(11113, '2025-11-27 10:45:18', 356, NULL, '52.3.26.180'),
(11114, '2025-11-27 10:47:21', 332, NULL, '85.208.96.205'),
(11115, '2025-11-27 10:47:41', 390, NULL, '34.205.163.103'),
(11116, '2025-11-27 10:47:53', 388, NULL, '52.204.174.139'),
(11117, '2025-11-27 10:49:45', 31, NULL, '128.241.235.24'),
(11118, '2025-11-27 10:51:40', 340, NULL, '66.249.66.200'),
(11119, '2025-11-27 10:52:13', 318, NULL, '66.249.66.12'),
(11120, '2025-11-27 10:53:33', 361, NULL, '34.225.87.80'),
(11121, '2025-11-27 10:54:01', 344, NULL, '66.249.66.77'),
(11122, '2025-11-27 10:54:02', 324, NULL, '185.191.171.11'),
(11123, '2025-11-27 10:55:01', 224, NULL, '85.208.96.207'),
(11124, '2025-11-27 10:57:50', 219, NULL, '45.5.109.136'),
(11125, '2025-11-27 11:01:37', 388, NULL, '34.195.60.66'),
(11126, '2025-11-27 11:02:57', 305, NULL, '66.249.66.75'),
(11127, '2025-11-27 11:03:15', 237, NULL, '180.254.77.199'),
(11128, '2025-11-27 11:03:43', 219, NULL, '45.173.144.138'),
(11129, '2025-11-27 11:04:17', 89, NULL, '34.192.125.239'),
(11130, '2025-11-27 11:04:34', 353, NULL, '23.23.104.107'),
(11131, '2025-11-27 11:04:43', 276, NULL, '185.191.171.10'),
(11132, '2025-11-27 11:04:54', 384, NULL, '44.215.210.112'),
(11133, '2025-11-27 11:05:42', 325, NULL, '52.200.142.199'),
(11134, '2025-11-27 11:07:23', 376, NULL, '18.211.148.239'),
(11135, '2025-11-27 11:07:38', 378, NULL, '54.80.185.200'),
(11136, '2025-11-27 11:08:29', 242, NULL, '185.191.171.14'),
(11137, '2025-11-27 11:10:36', 140, NULL, '185.191.171.16'),
(11138, '2025-11-27 11:11:28', 143, NULL, '85.208.96.201'),
(11139, '2025-11-27 11:11:51', 441, NULL, '54.145.82.217'),
(11140, '2025-11-27 11:13:59', 23, NULL, '34.53.28.61'),
(11141, '2025-11-27 11:14:35', 23, NULL, '34.168.174.147'),
(11142, '2025-11-27 11:14:49', 400, NULL, '44.218.170.184'),
(11143, '2025-11-27 11:14:53', 7, NULL, '3.214.176.44'),
(11144, '2025-11-27 11:16:01', 370, NULL, '34.199.252.22'),
(11145, '2025-11-27 11:16:17', 357, NULL, '44.207.207.36'),
(11146, '2025-11-27 11:16:29', 429, NULL, '100.29.160.53'),
(11147, '2025-11-27 11:17:01', 392, NULL, '35.173.18.61'),
(11148, '2025-11-27 11:17:29', 373, NULL, '3.81.253.213'),
(11149, '2025-11-27 11:17:33', 377, NULL, '52.70.123.241'),
(11150, '2025-11-27 11:17:38', 176, NULL, '85.208.96.197'),
(11151, '2025-11-27 11:18:53', 364, NULL, '18.215.24.66'),
(11152, '2025-11-27 11:20:57', 326, NULL, '185.191.171.6'),
(11153, '2025-11-27 11:22:53', 172, NULL, '85.208.96.212'),
(11154, '2025-11-27 11:25:20', 379, NULL, '23.23.103.31'),
(11155, '2025-11-27 11:26:30', 258, NULL, '144.76.32.239'),
(11156, '2025-11-27 11:26:43', 267, NULL, '144.76.32.239'),
(11157, '2025-11-27 11:32:58', 332, NULL, '47.128.18.163'),
(11158, '2025-11-27 11:36:33', 451, NULL, '47.128.113.20'),
(11159, '2025-11-27 11:37:57', 353, NULL, '54.84.93.8'),
(11160, '2025-11-27 11:38:18', 355, NULL, '100.28.57.133'),
(11161, '2025-11-27 11:38:21', 380, NULL, '35.169.102.85'),
(11162, '2025-11-27 11:38:45', 361, NULL, '54.204.62.163'),
(11163, '2025-11-27 11:40:14', 195, NULL, '85.208.96.204'),
(11164, '2025-11-27 11:41:38', 333, NULL, '185.191.171.3'),
(11165, '2025-11-27 11:42:07', 289, NULL, '185.191.171.11'),
(11166, '2025-11-27 11:42:13', 387, NULL, '100.24.167.60'),
(11167, '2025-11-27 11:42:42', 380, NULL, '50.16.216.166'),
(11168, '2025-11-27 11:43:12', 393, NULL, '100.24.149.244'),
(11169, '2025-11-27 11:43:26', 371, NULL, '34.239.197.197'),
(11170, '2025-11-27 11:43:44', 46, NULL, '47.128.111.231'),
(11171, '2025-11-27 11:44:09', 384, NULL, '54.157.84.74'),
(11172, '2025-11-27 11:47:30', 370, NULL, '18.215.112.101'),
(11173, '2025-11-27 11:48:03', 7, NULL, '52.2.191.202'),
(11174, '2025-11-27 11:48:19', 364, NULL, '54.225.181.161'),
(11175, '2025-11-27 11:49:16', 440, NULL, '44.213.202.136'),
(11176, '2025-11-27 11:49:29', 434, NULL, '54.157.84.74'),
(11177, '2025-11-27 11:50:22', 325, NULL, '54.164.106.236'),
(11178, '2025-11-27 11:50:59', 190, NULL, '57.141.0.73'),
(11179, '2025-11-27 11:52:06', 296, NULL, '169.224.87.238'),
(11180, '2025-11-27 11:53:56', 151, NULL, '185.191.171.13'),
(11181, '2025-11-27 11:54:10', 277, NULL, '85.208.96.195'),
(11182, '2025-11-27 11:56:17', 449, NULL, '47.128.111.72'),
(11183, '2025-11-27 11:56:57', 267, NULL, '85.208.96.206'),
(11184, '2025-11-27 11:57:11', 146, NULL, '113.172.210.173'),
(11185, '2025-11-27 11:58:26', 319, NULL, '180.243.176.94'),
(11186, '2025-11-27 11:59:05', 200, NULL, '85.208.96.212'),
(11187, '2025-11-27 12:01:40', 340, NULL, '47.128.120.205'),
(11188, '2025-11-27 12:02:06', 292, NULL, '89.117.76.76'),
(11189, '2025-11-27 12:06:28', 456, NULL, '105.197.131.125'),
(11190, '2025-11-27 12:06:30', 320, NULL, '85.208.96.212'),
(11191, '2025-11-27 12:07:53', 420, NULL, '54.209.100.30'),
(11192, '2025-11-27 12:07:57', 388, NULL, '35.174.141.243'),
(11193, '2025-11-27 12:09:06', 368, NULL, '98.80.130.239'),
(11194, '2025-11-27 12:09:16', 436, NULL, '54.90.8.255'),
(11195, '2025-11-27 12:11:03', 398, NULL, '34.205.170.13'),
(11196, '2025-11-27 12:14:01', 23, NULL, '52.167.144.25'),
(11197, '2025-11-27 12:14:15', 384, NULL, '47.128.116.120'),
(11198, '2025-11-27 12:14:38', 366, NULL, '44.214.19.8'),
(11199, '2025-11-27 12:15:03', 378, NULL, '54.225.199.17'),
(11200, '2025-11-27 12:15:05', 7, NULL, '3.227.180.70'),
(11201, '2025-11-27 12:17:16', 7, NULL, '98.84.60.17'),
(11202, '2025-11-27 12:17:35', 188, NULL, '185.191.171.13'),
(11203, '2025-11-27 12:17:38', 362, NULL, '184.73.167.217'),
(11204, '2025-11-27 12:18:10', 362, NULL, '52.205.113.104'),
(11205, '2025-11-27 12:18:38', 31, NULL, '3.226.34.98'),
(11206, '2025-11-27 12:18:50', 199, NULL, '185.191.171.18'),
(11207, '2025-11-27 12:20:32', 286, NULL, '185.191.171.12'),
(11208, '2025-11-27 12:20:34', 373, NULL, '3.213.85.234'),
(11209, '2025-11-27 12:21:01', 364, NULL, '54.84.93.8'),
(11210, '2025-11-27 12:21:05', 356, NULL, '34.234.206.30'),
(11211, '2025-11-27 12:22:21', 384, NULL, '47.128.52.182'),
(11212, '2025-11-27 12:23:37', 306, NULL, '85.208.96.197'),
(11213, '2025-11-27 12:24:38', 152, NULL, '85.208.96.198'),
(11214, '2025-11-27 12:29:54', 147, NULL, '85.208.96.195'),
(11215, '2025-11-27 12:30:45', 103, NULL, '35.230.39.150'),
(11216, '2025-11-27 12:30:45', 104, NULL, '35.230.39.150'),
(11217, '2025-11-27 12:30:45', 105, NULL, '35.230.39.150'),
(11218, '2025-11-27 12:30:45', 106, NULL, '35.230.39.150'),
(11219, '2025-11-27 12:30:45', 107, NULL, '35.230.39.150'),
(11220, '2025-11-27 12:30:45', 108, NULL, '35.230.39.150'),
(11221, '2025-11-27 12:30:45', 111, NULL, '35.230.39.150'),
(11222, '2025-11-27 12:30:45', 112, NULL, '35.230.39.150'),
(11223, '2025-11-27 12:30:45', 126, NULL, '35.230.39.150'),
(11224, '2025-11-27 12:31:21', 169, NULL, '47.128.36.64'),
(11225, '2025-11-27 12:34:00', 103, NULL, '136.117.208.140'),
(11226, '2025-11-27 12:34:00', 104, NULL, '136.117.208.140'),
(11227, '2025-11-27 12:34:00', 105, NULL, '136.117.208.140'),
(11228, '2025-11-27 12:34:00', 106, NULL, '136.117.208.140'),
(11229, '2025-11-27 12:34:00', 107, NULL, '136.117.208.140'),
(11230, '2025-11-27 12:34:00', 108, NULL, '136.117.208.140'),
(11231, '2025-11-27 12:34:00', 111, NULL, '136.117.208.140'),
(11232, '2025-11-27 12:34:00', 112, NULL, '136.117.208.140'),
(11233, '2025-11-27 12:34:00', 126, NULL, '136.117.208.140'),
(11234, '2025-11-27 12:34:13', 135, NULL, '185.191.171.16'),
(11235, '2025-11-27 12:36:28', 328, NULL, '85.208.96.211'),
(11236, '2025-11-27 12:37:49', 192, NULL, '185.191.171.14'),
(11237, '2025-11-27 12:38:24', 279, NULL, '185.191.171.3'),
(11238, '2025-11-27 12:42:33', 278, NULL, '185.191.171.7'),
(11239, '2025-11-27 12:43:30', 430, NULL, '3.215.59.93'),
(11240, '2025-11-27 12:44:00', 375, NULL, '98.84.200.43'),
(11241, '2025-11-27 12:44:01', 394, NULL, '3.229.2.217'),
(11242, '2025-11-27 12:44:18', 375, NULL, '98.83.8.142'),
(11243, '2025-11-27 12:44:42', 386, NULL, '54.157.99.244'),
(11244, '2025-11-27 12:47:41', 237, NULL, '85.208.96.210'),
(11245, '2025-11-27 12:47:41', 238, NULL, '85.208.96.210'),
(11246, '2025-11-27 12:47:41', 239, NULL, '85.208.96.210'),
(11247, '2025-11-27 12:47:41', 240, NULL, '85.208.96.210'),
(11248, '2025-11-27 12:47:41', 241, NULL, '85.208.96.210'),
(11249, '2025-11-27 12:47:41', 242, NULL, '85.208.96.210'),
(11250, '2025-11-27 12:47:41', 243, NULL, '85.208.96.210'),
(11251, '2025-11-27 12:47:41', 244, NULL, '85.208.96.210'),
(11252, '2025-11-27 12:47:41', 245, NULL, '85.208.96.210'),
(11253, '2025-11-27 12:47:41', 246, NULL, '85.208.96.210'),
(11254, '2025-11-27 12:48:55', 313, NULL, '85.208.96.201'),
(11255, '2025-11-27 12:49:22', 367, NULL, '3.217.82.254'),
(11256, '2025-11-27 12:49:26', 387, NULL, '54.87.62.248'),
(11257, '2025-11-27 12:49:52', 368, NULL, '3.208.146.193'),
(11258, '2025-11-27 12:50:49', 371, NULL, '34.194.233.48'),
(11259, '2025-11-27 12:52:57', 394, NULL, '47.128.126.65'),
(11260, '2025-11-27 12:54:13', 354, NULL, '52.3.156.186'),
(11261, '2025-11-27 12:55:07', 334, NULL, '85.208.96.209'),
(11262, '2025-11-27 12:59:14', 193, NULL, '185.191.171.2'),
(11263, '2025-11-27 13:02:13', 289, NULL, '85.208.96.211'),
(11264, '2025-11-27 13:03:57', 323, NULL, '85.208.96.207'),
(11265, '2025-11-27 13:05:52', 394, NULL, '52.22.87.224'),
(11266, '2025-11-27 13:06:06', 376, NULL, '3.232.82.72'),
(11267, '2025-11-27 13:06:37', 7, NULL, '100.28.57.133'),
(11268, '2025-11-27 13:10:18', 364, NULL, '34.206.249.188'),
(11269, '2025-11-27 13:12:08', 129, NULL, '188.169.164.73'),
(11270, '2025-11-27 13:12:35', 392, NULL, '52.205.113.104'),
(11271, '2025-11-27 13:12:56', 164, NULL, '185.191.171.4'),
(11272, '2025-11-27 13:14:06', 89, NULL, '44.218.170.184'),
(11273, '2025-11-27 13:16:04', 389, NULL, '44.223.193.255'),
(11274, '2025-11-27 13:16:13', 344, NULL, '47.128.26.35'),
(11275, '2025-11-27 13:16:41', 210, NULL, '85.208.96.199'),
(11276, '2025-11-27 13:18:23', 274, NULL, '85.208.96.210'),
(11277, '2025-11-27 13:19:57', 318, NULL, '85.208.96.196'),
(11278, '2025-11-27 13:21:26', 145, NULL, '123.24.131.179'),
(11279, '2025-11-27 13:21:40', 167, NULL, '185.191.171.19'),
(11280, '2025-11-27 13:21:40', 168, NULL, '185.191.171.19'),
(11281, '2025-11-27 13:21:40', 169, NULL, '185.191.171.19'),
(11282, '2025-11-27 13:21:40', 170, NULL, '185.191.171.19'),
(11283, '2025-11-27 13:21:40', 171, NULL, '185.191.171.19'),
(11284, '2025-11-27 13:21:40', 172, NULL, '185.191.171.19'),
(11285, '2025-11-27 13:21:40', 173, NULL, '185.191.171.19'),
(11286, '2025-11-27 13:21:40', 174, NULL, '185.191.171.19'),
(11287, '2025-11-27 13:21:40', 175, NULL, '185.191.171.19'),
(11288, '2025-11-27 13:21:40', 176, NULL, '185.191.171.19'),
(11289, '2025-11-27 13:28:01', 228, NULL, '185.191.171.12'),
(11290, '2025-11-27 13:30:54', 364, NULL, '98.82.59.253'),
(11291, '2025-11-27 13:31:02', 270, NULL, '85.208.96.206'),
(11292, '2025-11-27 13:31:05', 65, NULL, '34.168.57.197'),
(11293, '2025-11-27 13:31:05', 88, NULL, '34.168.57.197'),
(11294, '2025-11-27 13:31:05', 89, NULL, '34.168.57.197'),
(11295, '2025-11-27 13:31:05', 94, NULL, '34.168.57.197'),
(11296, '2025-11-27 13:31:05', 95, NULL, '34.168.57.197'),
(11297, '2025-11-27 13:31:05', 98, NULL, '34.168.57.197'),
(11298, '2025-11-27 13:31:05', 99, NULL, '34.168.57.197'),
(11299, '2025-11-27 13:31:05', 100, NULL, '34.168.57.197'),
(11300, '2025-11-27 13:31:05', 101, NULL, '34.168.57.197'),
(11301, '2025-11-27 13:31:05', 102, NULL, '34.168.57.197'),
(11302, '2025-11-27 13:33:46', 309, NULL, '185.191.171.16'),
(11303, '2025-11-27 13:36:49', 375, NULL, '54.225.181.161'),
(11304, '2025-11-27 13:37:12', 88, NULL, '128.241.232.46'),
(11305, '2025-11-27 13:39:54', 367, NULL, '52.200.58.199'),
(11306, '2025-11-27 13:40:05', 355, NULL, '35.169.102.85'),
(11307, '2025-11-27 13:40:14', 317, NULL, '85.208.96.210'),
(11308, '2025-11-27 13:40:37', 364, NULL, '3.212.205.90'),
(11309, '2025-11-27 13:42:46', 416, NULL, '54.147.238.89'),
(11310, '2025-11-27 13:42:49', 385, NULL, '54.167.32.123'),
(11311, '2025-11-27 13:42:54', 392, NULL, '23.21.227.240'),
(11312, '2025-11-27 13:43:03', 376, NULL, '54.83.240.58'),
(11313, '2025-11-27 13:43:26', 325, NULL, '3.230.69.161'),
(11314, '2025-11-27 13:43:38', 228, NULL, '85.208.96.203'),
(11315, '2025-11-27 13:43:48', 299, NULL, '185.191.171.1'),
(11316, '2025-11-27 13:44:06', 316, NULL, '85.208.96.211'),
(11317, '2025-11-27 13:45:39', 308, NULL, '34.192.67.98'),
(11318, '2025-11-27 13:46:18', 340, NULL, '184.72.95.195'),
(11319, '2025-11-27 13:49:15', 137, NULL, '185.191.171.9'),
(11320, '2025-11-27 13:50:10', 35, NULL, '85.208.96.196'),
(11321, '2025-11-27 13:52:18', 351, NULL, '54.197.82.195'),
(11322, '2025-11-27 13:52:57', 326, NULL, '3.94.156.104'),
(11323, '2025-11-27 13:53:25', 177, NULL, '185.191.171.6'),
(11324, '2025-11-27 13:53:25', 178, NULL, '185.191.171.6'),
(11325, '2025-11-27 13:53:25', 179, NULL, '185.191.171.6'),
(11326, '2025-11-27 13:53:25', 180, NULL, '185.191.171.6'),
(11327, '2025-11-27 13:53:25', 181, NULL, '185.191.171.6'),
(11328, '2025-11-27 13:53:25', 182, NULL, '185.191.171.6'),
(11329, '2025-11-27 13:53:25', 183, NULL, '185.191.171.6'),
(11330, '2025-11-27 13:53:25', 184, NULL, '185.191.171.6'),
(11331, '2025-11-27 13:53:25', 185, NULL, '185.191.171.6'),
(11332, '2025-11-27 13:53:25', 186, NULL, '185.191.171.6'),
(11333, '2025-11-27 13:53:51', 344, NULL, '85.208.96.202'),
(11334, '2025-11-27 13:53:55', 318, NULL, '34.195.60.66'),
(11335, '2025-11-27 13:57:45', 138, NULL, '185.191.171.14'),
(11336, '2025-11-27 14:00:59', 209, NULL, '14.240.136.195'),
(11337, '2025-11-27 14:01:10', 356, NULL, '85.208.96.199'),
(11338, '2025-11-27 14:01:18', 138, NULL, '185.191.171.18'),
(11339, '2025-11-27 14:03:12', 359, NULL, '54.166.126.132'),
(11340, '2025-11-27 14:03:29', 392, NULL, '100.28.204.82'),
(11341, '2025-11-27 14:03:33', 385, NULL, '3.94.157.25'),
(11342, '2025-11-27 14:03:45', 389, NULL, '98.83.72.38'),
(11343, '2025-11-27 14:03:52', 363, NULL, '52.6.5.24'),
(11344, '2025-11-27 14:04:21', 380, NULL, '44.221.37.41'),
(11345, '2025-11-27 14:04:29', 386, NULL, '54.88.84.219'),
(11346, '2025-11-27 14:05:49', 352, NULL, '44.223.232.55'),
(11347, '2025-11-27 14:07:32', 423, NULL, '3.208.156.9'),
(11348, '2025-11-27 14:07:39', 351, NULL, '52.73.6.26'),
(11349, '2025-11-27 14:08:01', 377, NULL, '3.210.114.189'),
(11350, '2025-11-27 14:09:36', 95, NULL, '114.130.186.30'),
(11351, '2025-11-27 14:11:53', 299, NULL, '47.128.112.9'),
(11352, '2025-11-27 14:12:30', 394, NULL, '34.194.165.45'),
(11353, '2025-11-27 14:12:34', 394, NULL, '44.223.193.255'),
(11354, '2025-11-27 14:15:32', 351, NULL, '23.23.99.55'),
(11355, '2025-11-27 14:15:39', 376, NULL, '34.234.206.30'),
(11356, '2025-11-27 14:15:54', 386, NULL, '54.84.93.8'),
(11357, '2025-11-27 14:16:42', 377, NULL, '52.200.142.199'),
(11358, '2025-11-27 14:17:18', 396, NULL, '184.73.195.18'),
(11359, '2025-11-27 14:18:13', 288, NULL, '185.191.171.16'),
(11360, '2025-11-27 14:20:50', 357, NULL, '3.217.82.254'),
(11361, '2025-11-27 14:21:01', 371, NULL, '34.204.150.196'),
(11362, '2025-11-27 14:22:01', 142, NULL, '85.208.96.203'),
(11363, '2025-11-27 14:22:53', 132, NULL, '185.191.171.11'),
(11364, '2025-11-27 14:23:48', 271, NULL, '17.246.19.65'),
(11365, '2025-11-27 14:24:32', 280, NULL, '185.191.171.2'),
(11366, '2025-11-27 14:28:18', 340, NULL, '17.241.227.84'),
(11367, '2025-11-27 14:29:59', 144, NULL, '85.208.96.209'),
(11368, '2025-11-27 14:31:28', 299, NULL, '47.128.96.202'),
(11369, '2025-11-27 14:34:20', 217, NULL, '17.241.219.172'),
(11370, '2025-11-27 14:34:22', 207, NULL, '185.191.171.10'),
(11371, '2025-11-27 14:34:22', 208, NULL, '185.191.171.10'),
(11372, '2025-11-27 14:34:22', 209, NULL, '185.191.171.10'),
(11373, '2025-11-27 14:34:22', 210, NULL, '185.191.171.10'),
(11374, '2025-11-27 14:34:22', 211, NULL, '185.191.171.10'),
(11375, '2025-11-27 14:34:22', 212, NULL, '185.191.171.10'),
(11376, '2025-11-27 14:34:22', 213, NULL, '185.191.171.10'),
(11377, '2025-11-27 14:34:22', 214, NULL, '185.191.171.10'),
(11378, '2025-11-27 14:34:22', 215, NULL, '185.191.171.10'),
(11379, '2025-11-27 14:34:49', 365, NULL, '34.239.85.139'),
(11380, '2025-11-27 14:35:11', 383, NULL, '52.203.68.145'),
(11381, '2025-11-27 14:35:53', 173, NULL, '185.191.171.7'),
(11382, '2025-11-27 14:36:10', 355, NULL, '52.0.218.219'),
(11383, '2025-11-27 14:38:06', 391, NULL, '54.83.180.239'),
(11384, '2025-11-27 14:38:34', 356, NULL, '184.72.84.154'),
(11385, '2025-11-27 14:40:47', 360, NULL, '52.200.251.20'),
(11386, '2025-11-27 14:41:00', 392, NULL, '54.225.181.161'),
(11387, '2025-11-27 14:43:55', 7, NULL, '100.28.49.152'),
(11388, '2025-11-27 14:44:47', 167, NULL, '85.208.96.198'),
(11389, '2025-11-27 14:46:09', 191, NULL, '85.208.96.208'),
(11390, '2025-11-27 14:46:58', 172, NULL, '223.204.199.174'),
(11391, '2025-11-27 14:52:27', 467, NULL, '66.249.66.13'),
(11392, '2025-11-27 14:53:55', 268, NULL, '213.55.220.230'),
(11393, '2025-11-27 14:54:34', 175, NULL, '17.246.15.194'),
(11394, '2025-11-27 14:58:19', 313, NULL, '45.188.240.160'),
(11395, '2025-11-27 14:58:24', 363, NULL, '197.184.68.121'),
(11396, '2025-11-27 15:02:45', 416, NULL, '66.249.66.36'),
(11397, '2025-11-27 15:05:19', 388, NULL, '3.210.114.189'),
(11398, '2025-11-27 15:05:21', 381, NULL, '3.221.156.96'),
(11399, '2025-11-27 15:06:18', 393, NULL, '54.84.93.8'),
(11400, '2025-11-27 15:06:33', 362, NULL, '18.215.77.19'),
(11401, '2025-11-27 15:07:03', 392, NULL, '47.128.16.56'),
(11402, '2025-11-27 15:07:53', 402, NULL, '34.195.248.30'),
(11403, '2025-11-27 15:08:00', 388, NULL, '3.211.181.86'),
(11404, '2025-11-27 15:08:29', 427, NULL, '44.210.213.220'),
(11405, '2025-11-27 15:08:45', 364, NULL, '34.231.45.47'),
(11406, '2025-11-27 15:08:49', 325, NULL, '107.20.181.148'),
(11407, '2025-11-27 15:09:42', 344, NULL, '47.128.34.237'),
(11408, '2025-11-27 15:11:01', 359, NULL, '23.23.104.107'),
(11409, '2025-11-27 15:11:17', 375, NULL, '3.224.215.150'),
(11410, '2025-11-27 15:11:27', 389, NULL, '3.219.80.71'),
(11411, '2025-11-27 15:12:01', 386, NULL, '54.80.73.122'),
(11412, '2025-11-27 15:12:32', 296, NULL, '41.82.79.113'),
(11413, '2025-11-27 15:12:37', 360, NULL, '52.44.174.136'),
(11414, '2025-11-27 15:12:45', 368, NULL, '52.203.152.231'),
(11415, '2025-11-27 15:12:54', 393, NULL, '100.27.153.9'),
(11416, '2025-11-27 15:14:06', 357, NULL, '184.72.84.154'),
(11417, '2025-11-27 15:14:08', 213, NULL, '17.246.15.149'),
(11418, '2025-11-27 15:14:16', 185, NULL, '47.128.48.168'),
(11419, '2025-11-27 15:14:53', 390, NULL, '3.94.157.25'),
(11420, '2025-11-27 15:15:02', 7, NULL, '50.16.216.166'),
(11421, '2025-11-27 15:15:07', 387, NULL, '54.166.126.132'),
(11422, '2025-11-27 15:15:21', 366, NULL, '18.208.11.93'),
(11423, '2025-11-27 15:16:10', 385, NULL, '34.234.197.175'),
(11424, '2025-11-27 15:16:54', 371, NULL, '54.156.55.147'),
(11425, '2025-11-27 15:16:55', 397, NULL, '47.128.121.2'),
(11426, '2025-11-27 15:18:12', 377, NULL, '3.225.45.252'),
(11427, '2025-11-27 15:22:10', 327, NULL, '85.208.96.193'),
(11428, '2025-11-27 15:22:25', 356, NULL, '18.206.47.187'),
(11429, '2025-11-27 15:23:21', 210, NULL, '85.208.96.200'),
(11430, '2025-11-27 15:26:40', 46, NULL, '47.128.54.128'),
(11431, '2025-11-27 15:27:48', 357, NULL, '66.249.66.76'),
(11432, '2025-11-27 15:27:48', 358, NULL, '66.249.66.76'),
(11433, '2025-11-27 15:27:48', 359, NULL, '66.249.66.76'),
(11434, '2025-11-27 15:27:48', 360, NULL, '66.249.66.76'),
(11435, '2025-11-27 15:27:48', 361, NULL, '66.249.66.76'),
(11436, '2025-11-27 15:27:48', 362, NULL, '66.249.66.76'),
(11437, '2025-11-27 15:27:48', 363, NULL, '66.249.66.76'),
(11438, '2025-11-27 15:27:48', 364, NULL, '66.249.66.76'),
(11439, '2025-11-27 15:27:48', 365, NULL, '66.249.66.76'),
(11440, '2025-11-27 15:27:48', 366, NULL, '66.249.66.76'),
(11441, '2025-11-27 15:29:26', 202, NULL, '185.191.171.1'),
(11442, '2025-11-27 15:31:48', 379, NULL, '52.45.92.83'),
(11443, '2025-11-27 15:33:23', 186, NULL, '185.191.171.11'),
(11444, '2025-11-27 15:36:59', 238, NULL, '85.208.96.207'),
(11445, '2025-11-27 15:37:25', 367, NULL, '23.21.175.228'),
(11446, '2025-11-27 15:39:42', 360, NULL, '54.84.161.62'),
(11447, '2025-11-27 15:40:06', 390, NULL, '54.87.62.248'),
(11448, '2025-11-27 15:40:42', 355, NULL, '34.204.150.196'),
(11449, '2025-11-27 15:40:48', 381, NULL, '52.5.232.250'),
(11450, '2025-11-27 15:41:05', 363, NULL, '52.45.92.83'),
(11451, '2025-11-27 15:42:07', 325, NULL, '3.210.29.96'),
(11452, '2025-11-27 15:42:15', 396, NULL, '52.1.106.130'),
(11453, '2025-11-27 15:42:26', 383, NULL, '52.205.141.124'),
(11454, '2025-11-27 15:43:23', 7, NULL, '54.225.148.123'),
(11455, '2025-11-27 15:44:10', 369, NULL, '3.94.156.104'),
(11456, '2025-11-27 15:44:26', 352, NULL, '98.82.40.168'),
(11457, '2025-11-27 15:46:04', 94, NULL, '185.191.171.5'),
(11458, '2025-11-27 15:46:26', 391, NULL, '54.235.172.108'),
(11459, '2025-11-27 15:48:45', 359, NULL, '50.19.221.48'),
(11460, '2025-11-27 15:48:56', 365, NULL, '54.85.109.140'),
(11461, '2025-11-27 15:48:58', 372, NULL, '23.21.175.228'),
(11462, '2025-11-27 15:49:02', 332, NULL, '47.128.30.0'),
(11463, '2025-11-27 15:49:43', 382, NULL, '107.20.255.194'),
(11464, '2025-11-27 15:50:20', 390, NULL, '85.208.96.206'),
(11465, '2025-11-27 15:51:09', 160, NULL, '85.208.96.212'),
(11466, '2025-11-27 15:52:23', 201, NULL, '191.239.245.17'),
(11467, '2025-11-27 15:52:41', 355, NULL, '184.72.84.154'),
(11468, '2025-11-27 15:52:46', 376, NULL, '34.238.45.183'),
(11469, '2025-11-27 15:53:37', 381, NULL, '52.4.213.199'),
(11470, '2025-11-27 15:54:23', 238, NULL, '17.22.253.240'),
(11471, '2025-11-27 16:01:45', 248, NULL, '187.63.96.112'),
(11472, '2025-11-27 16:06:38', 353, NULL, '34.204.150.196'),
(11473, '2025-11-27 16:07:09', 98, NULL, '43.173.182.63'),
(11474, '2025-11-27 16:08:11', 483, NULL, '43.173.179.114'),
(11475, '2025-11-27 16:08:11', 398, NULL, '43.173.174.221'),
(11476, '2025-11-27 16:09:12', 264, NULL, '43.173.175.237'),
(11477, '2025-11-27 16:09:12', 481, NULL, '43.173.181.107'),
(11478, '2025-11-27 16:09:22', 331, NULL, '185.191.171.18'),
(11479, '2025-11-27 16:10:13', 340, NULL, '43.173.177.207'),
(11480, '2025-11-27 16:10:13', 446, NULL, '43.173.173.231'),
(11481, '2025-11-27 16:10:13', 481, NULL, '43.173.179.221'),
(11482, '2025-11-27 16:11:16', 481, NULL, '43.173.179.204'),
(11483, '2025-11-27 16:11:16', 456, NULL, '43.173.174.4'),
(11484, '2025-11-27 16:11:17', 462, NULL, '43.173.181.234'),
(11485, '2025-11-27 16:11:58', 129, NULL, '115.164.213.44'),
(11486, '2025-11-27 16:12:18', 403, NULL, '43.173.180.245'),
(11487, '2025-11-27 16:12:18', 470, NULL, '43.173.173.122'),
(11488, '2025-11-27 16:12:18', 462, NULL, '43.173.178.140'),
(11489, '2025-11-27 16:13:19', 422, NULL, '43.173.178.26'),
(11490, '2025-11-27 16:13:19', 367, NULL, '43.173.174.12'),
(11491, '2025-11-27 16:13:19', 427, NULL, '43.173.173.187'),
(11492, '2025-11-27 16:13:20', 355, NULL, '43.173.179.13'),
(11493, '2025-11-27 16:13:25', 435, NULL, '43.173.179.155'),
(11494, '2025-11-27 16:14:21', 355, NULL, '43.173.178.153'),
(11495, '2025-11-27 16:14:21', 457, NULL, '43.173.175.80'),
(11496, '2025-11-27 16:14:21', 471, NULL, '43.173.182.124'),
(11497, '2025-11-27 16:14:22', 455, NULL, '43.173.179.197'),
(11498, '2025-11-27 16:14:22', 408, NULL, '43.173.175.48'),
(11499, '2025-11-27 16:14:22', 423, NULL, '43.173.176.107'),
(11500, '2025-11-27 16:14:35', 170, NULL, '85.208.96.200'),
(11501, '2025-11-27 16:15:23', 332, NULL, '43.173.180.137'),
(11502, '2025-11-27 16:15:24', 458, NULL, '188.169.233.81'),
(11503, '2025-11-27 16:15:25', 484, NULL, '43.173.180.58'),
(11504, '2025-11-27 16:15:25', 402, NULL, '43.173.179.15'),
(11505, '2025-11-27 16:16:25', 485, NULL, '43.173.181.8'),
(11506, '2025-11-27 16:16:25', 484, NULL, '43.173.177.228'),
(11507, '2025-11-27 16:16:25', 402, NULL, '43.173.179.174'),
(11508, '2025-11-27 16:16:25', 426, NULL, '43.173.182.198'),
(11509, '2025-11-27 16:16:25', 402, NULL, '43.173.176.129'),
(11510, '2025-11-27 16:16:26', 451, NULL, '43.173.173.122'),
(11511, '2025-11-27 16:17:07', 292, NULL, '90.27.46.114'),
(11512, '2025-11-27 16:17:27', 407, NULL, '43.173.181.107'),
(11513, '2025-11-27 16:17:27', 485, NULL, '43.173.178.242'),
(11514, '2025-11-27 16:17:27', 447, NULL, '43.173.176.173'),
(11515, '2025-11-27 16:17:27', 459, NULL, '43.173.177.102'),
(11516, '2025-11-27 16:17:31', 476, NULL, '43.173.177.238'),
(11517, '2025-11-27 16:22:22', 7, NULL, '54.156.248.117'),
(11518, '2025-11-27 16:22:29', 360, NULL, '98.82.66.172'),
(11519, '2025-11-27 16:22:47', 7, NULL, '54.83.56.1'),
(11520, '2025-11-27 16:22:58', 353, NULL, '184.73.167.217'),
(11521, '2025-11-27 16:24:57', 296, NULL, '17.246.15.168'),
(11522, '2025-11-27 16:26:37', 381, NULL, '52.2.83.227'),
(11523, '2025-11-27 16:27:18', 378, NULL, '34.239.197.197'),
(11524, '2025-11-27 16:28:31', 362, NULL, '3.212.219.113'),
(11525, '2025-11-27 16:29:01', 396, NULL, '44.207.252.58'),
(11526, '2025-11-27 16:29:48', 260, NULL, '168.197.196.141'),
(11527, '2025-11-27 16:30:29', 356, NULL, '3.223.134.5'),
(11528, '2025-11-27 16:30:49', 356, NULL, '54.157.84.74'),
(11529, '2025-11-27 16:31:17', 190, NULL, '4.196.198.90'),
(11530, '2025-11-27 16:35:58', 483, NULL, '47.128.26.94'),
(11531, '2025-11-27 16:36:46', 379, NULL, '35.169.102.85'),
(11532, '2025-11-27 16:37:02', 370, NULL, '3.221.156.96'),
(11533, '2025-11-27 16:37:30', 360, NULL, '44.196.118.6'),
(11534, '2025-11-27 16:37:44', 240, NULL, '36.224.103.179'),
(11535, '2025-11-27 16:38:12', 371, NULL, '52.204.253.129'),
(11536, '2025-11-27 16:38:31', 353, NULL, '52.205.222.214'),
(11537, '2025-11-27 16:38:50', 381, NULL, '98.82.107.102'),
(11538, '2025-11-27 16:38:59', 363, NULL, '100.28.133.214'),
(11539, '2025-11-27 16:39:29', 391, NULL, '52.22.64.232'),
(11540, '2025-11-27 16:41:05', 325, NULL, '34.231.45.47'),
(11541, '2025-11-27 16:42:58', 367, NULL, '23.23.99.55'),
(11542, '2025-11-27 16:43:22', 388, NULL, '3.217.82.254'),
(11543, '2025-11-27 16:43:43', 213, NULL, '85.208.96.202'),
(11544, '2025-11-27 16:45:18', 354, NULL, '52.204.89.12'),
(11545, '2025-11-27 16:45:46', 412, NULL, '47.128.50.199'),
(11546, '2025-11-27 16:49:02', 370, NULL, '52.71.203.206'),
(11547, '2025-11-27 16:49:07', 431, NULL, '44.214.19.8'),
(11548, '2025-11-27 16:49:11', 370, NULL, '34.196.6.199'),
(11549, '2025-11-27 16:49:25', 139, NULL, '85.208.96.198'),
(11550, '2025-11-27 16:50:04', 359, NULL, '54.162.69.192'),
(11551, '2025-11-27 16:50:16', 366, NULL, '34.225.243.131'),
(11552, '2025-11-27 16:50:42', 377, NULL, '3.213.46.222'),
(11553, '2025-11-27 16:51:05', 371, NULL, '100.28.118.16'),
(11554, '2025-11-27 16:51:10', 386, NULL, '52.71.203.206'),
(11555, '2025-11-27 16:51:25', 371, NULL, '34.231.45.47'),
(11556, '2025-11-27 16:51:26', 333, NULL, '66.249.66.12'),
(11557, '2025-11-27 16:51:43', 393, NULL, '44.223.116.149'),
(11558, '2025-11-27 16:51:59', 386, NULL, '54.145.82.217'),
(11559, '2025-11-27 16:52:26', 362, NULL, '3.94.157.25'),
(11560, '2025-11-27 16:52:55', 352, NULL, '54.84.102.81'),
(11561, '2025-11-27 16:53:36', 381, NULL, '35.168.238.50'),
(11562, '2025-11-27 16:53:45', 381, NULL, '44.221.105.234'),
(11563, '2025-11-27 17:03:02', 292, NULL, '88.184.27.136'),
(11564, '2025-11-27 17:03:34', 326, NULL, '52.204.253.129'),
(11565, '2025-11-27 17:10:16', 265, NULL, '47.128.112.27');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(11566, '2025-11-27 17:10:21', 360, NULL, '34.205.163.103'),
(11567, '2025-11-27 17:10:30', 334, NULL, '100.29.164.178'),
(11568, '2025-11-27 17:10:33', 335, NULL, '100.28.118.16'),
(11569, '2025-11-27 17:12:27', 202, NULL, '78.208.223.159'),
(11570, '2025-11-27 17:14:09', 355, NULL, '52.201.155.215'),
(11571, '2025-11-27 17:15:21', 422, NULL, '34.194.233.48'),
(11572, '2025-11-27 17:15:35', 317, NULL, '34.235.239.240'),
(11573, '2025-11-27 17:15:40', 375, NULL, '44.207.207.36'),
(11574, '2025-11-27 17:19:37', 89, NULL, '52.4.76.156'),
(11575, '2025-11-27 17:20:14', 390, NULL, '52.45.77.169'),
(11576, '2025-11-27 17:20:18', 353, NULL, '100.25.120.246'),
(11577, '2025-11-27 17:21:27', 359, NULL, '34.231.118.144'),
(11578, '2025-11-27 17:21:39', 342, NULL, '66.249.66.166'),
(11579, '2025-11-27 17:22:06', 366, NULL, '44.216.172.204'),
(11580, '2025-11-27 17:22:10', 384, NULL, '54.84.161.62'),
(11581, '2025-11-27 17:22:17', 388, NULL, '18.233.24.238'),
(11582, '2025-11-27 17:22:24', 368, NULL, '52.5.232.250'),
(11583, '2025-11-27 17:22:31', 375, NULL, '3.213.213.161'),
(11584, '2025-11-27 17:22:38', 381, NULL, '54.83.56.1'),
(11585, '2025-11-27 17:22:41', 190, NULL, '74.7.229.226'),
(11586, '2025-11-27 17:22:42', 410, NULL, '74.7.227.157'),
(11587, '2025-11-27 17:22:44', 365, NULL, '3.221.244.28'),
(11588, '2025-11-27 17:22:45', 365, NULL, '74.7.227.157'),
(11589, '2025-11-27 17:22:53', 449, NULL, '74.7.227.157'),
(11590, '2025-11-27 17:22:53', 275, NULL, '52.207.47.227'),
(11591, '2025-11-27 17:22:58', 376, NULL, '3.90.73.206'),
(11592, '2025-11-27 17:22:58', 391, NULL, '74.7.227.157'),
(11593, '2025-11-27 17:23:04', 444, NULL, '74.7.227.157'),
(11594, '2025-11-27 17:23:05', 439, NULL, '74.7.227.157'),
(11595, '2025-11-27 17:23:06', 412, NULL, '74.7.227.157'),
(11596, '2025-11-27 17:23:07', 425, NULL, '74.7.227.157'),
(11597, '2025-11-27 17:23:07', 399, NULL, '74.7.227.157'),
(11598, '2025-11-27 17:23:08', 461, NULL, '74.7.227.157'),
(11599, '2025-11-27 17:23:08', 357, NULL, '74.7.227.157'),
(11600, '2025-11-27 17:23:09', 455, NULL, '74.7.227.157'),
(11601, '2025-11-27 17:23:09', 368, NULL, '74.7.227.157'),
(11602, '2025-11-27 17:23:10', 476, NULL, '74.7.227.157'),
(11603, '2025-11-27 17:23:10', 380, NULL, '74.7.227.157'),
(11604, '2025-11-27 17:23:11', 407, NULL, '74.7.227.157'),
(11605, '2025-11-27 17:23:12', 473, NULL, '74.7.227.157'),
(11606, '2025-11-27 17:23:13', 454, NULL, '74.7.227.157'),
(11607, '2025-11-27 17:23:13', 432, NULL, '74.7.227.157'),
(11608, '2025-11-27 17:23:14', 363, NULL, '74.7.227.157'),
(11609, '2025-11-27 17:23:15', 404, NULL, '74.7.227.157'),
(11610, '2025-11-27 17:23:15', 352, NULL, '74.7.227.157'),
(11611, '2025-11-27 17:23:16', 411, NULL, '74.7.227.157'),
(11612, '2025-11-27 17:23:16', 376, NULL, '74.7.227.157'),
(11613, '2025-11-27 17:23:17', 435, NULL, '74.7.227.157'),
(11614, '2025-11-27 17:23:17', 445, NULL, '74.7.227.157'),
(11615, '2025-11-27 17:23:18', 374, NULL, '74.7.227.157'),
(11616, '2025-11-27 17:23:19', 437, NULL, '74.7.227.157'),
(11617, '2025-11-27 17:23:19', 396, NULL, '74.7.227.157'),
(11618, '2025-11-27 17:23:20', 373, NULL, '74.7.227.157'),
(11619, '2025-11-27 17:23:21', 441, NULL, '74.7.227.157'),
(11620, '2025-11-27 17:23:22', 390, NULL, '74.7.227.157'),
(11621, '2025-11-27 17:23:22', 467, NULL, '74.7.227.157'),
(11622, '2025-11-27 17:23:23', 426, NULL, '74.7.227.157'),
(11623, '2025-11-27 17:23:24', 481, NULL, '74.7.227.157'),
(11624, '2025-11-27 17:23:25', 369, NULL, '74.7.227.157'),
(11625, '2025-11-27 17:23:25', 385, NULL, '74.7.227.157'),
(11626, '2025-11-27 17:23:26', 398, NULL, '74.7.227.157'),
(11627, '2025-11-27 17:23:26', 436, NULL, '74.7.227.157'),
(11628, '2025-11-27 17:23:27', 471, NULL, '74.7.227.157'),
(11629, '2025-11-27 17:23:27', 379, NULL, '74.7.227.157'),
(11630, '2025-11-27 17:23:28', 397, NULL, '74.7.227.157'),
(11631, '2025-11-27 17:23:28', 378, NULL, '74.7.227.157'),
(11632, '2025-11-27 17:23:29', 424, NULL, '74.7.227.157'),
(11633, '2025-11-27 17:23:29', 422, NULL, '74.7.227.157'),
(11634, '2025-11-27 17:23:30', 478, NULL, '74.7.227.157'),
(11635, '2025-11-27 17:23:31', 372, NULL, '74.7.227.157'),
(11636, '2025-11-27 17:23:32', 438, NULL, '74.7.227.157'),
(11637, '2025-11-27 17:23:32', 486, NULL, '74.7.227.157'),
(11638, '2025-11-27 17:23:33', 465, NULL, '74.7.227.157'),
(11639, '2025-11-27 17:23:33', 453, NULL, '74.7.227.157'),
(11640, '2025-11-27 17:23:34', 401, NULL, '74.7.227.157'),
(11641, '2025-11-27 17:23:34', 443, NULL, '74.7.227.157'),
(11642, '2025-11-27 17:23:35', 361, NULL, '74.7.227.157'),
(11643, '2025-11-27 17:23:35', 459, NULL, '74.7.227.157'),
(11644, '2025-11-27 17:23:36', 418, NULL, '74.7.227.157'),
(11645, '2025-11-27 17:23:36', 364, NULL, '74.7.227.157'),
(11646, '2025-11-27 17:23:37', 466, NULL, '74.7.227.157'),
(11647, '2025-11-27 17:23:38', 430, NULL, '74.7.227.157'),
(11648, '2025-11-27 17:23:38', 408, NULL, '74.7.227.157'),
(11649, '2025-11-27 17:23:39', 370, NULL, '74.7.227.157'),
(11650, '2025-11-27 17:23:39', 463, NULL, '74.7.227.157'),
(11651, '2025-11-27 17:23:40', 462, NULL, '74.7.227.157'),
(11652, '2025-11-27 17:23:41', 448, NULL, '74.7.227.157'),
(11653, '2025-11-27 17:23:41', 386, NULL, '74.7.227.157'),
(11654, '2025-11-27 17:23:42', 381, NULL, '74.7.227.157'),
(11655, '2025-11-27 17:23:43', 388, NULL, '74.7.227.157'),
(11656, '2025-11-27 17:23:43', 456, NULL, '74.7.227.157'),
(11657, '2025-11-27 17:23:44', 457, NULL, '74.7.227.157'),
(11658, '2025-11-27 17:23:44', 394, NULL, '74.7.227.157'),
(11659, '2025-11-27 17:23:45', 485, NULL, '74.7.227.157'),
(11660, '2025-11-27 17:23:45', 360, NULL, '74.7.227.157'),
(11661, '2025-11-27 17:23:46', 356, NULL, '74.7.227.157'),
(11662, '2025-11-27 17:23:46', 421, NULL, '74.7.227.157'),
(11663, '2025-11-27 17:23:47', 403, NULL, '74.7.227.157'),
(11664, '2025-11-27 17:23:47', 400, NULL, '74.7.227.157'),
(11665, '2025-11-27 17:23:48', 434, NULL, '74.7.227.157'),
(11666, '2025-11-27 17:23:48', 395, NULL, '74.7.227.157'),
(11667, '2025-11-27 17:23:49', 355, NULL, '74.7.227.157'),
(11668, '2025-11-27 17:23:50', 359, NULL, '74.7.227.157'),
(11669, '2025-11-27 17:23:50', 405, NULL, '74.7.227.157'),
(11670, '2025-11-27 17:23:51', 366, NULL, '74.7.227.157'),
(11671, '2025-11-27 17:23:51', 423, NULL, '74.7.227.157'),
(11672, '2025-11-27 17:23:52', 406, NULL, '74.7.227.157'),
(11673, '2025-11-27 17:23:52', 450, NULL, '74.7.227.157'),
(11674, '2025-11-27 17:23:53', 354, NULL, '74.7.227.157'),
(11675, '2025-11-27 17:23:54', 353, NULL, '74.7.227.157'),
(11676, '2025-11-27 17:23:54', 392, NULL, '74.7.227.157'),
(11677, '2025-11-27 17:23:55', 458, NULL, '74.7.227.157'),
(11678, '2025-11-27 17:23:55', 433, NULL, '74.7.227.157'),
(11679, '2025-11-27 17:23:57', 442, NULL, '74.7.227.157'),
(11680, '2025-11-27 17:23:58', 419, NULL, '74.7.227.157'),
(11681, '2025-11-27 17:23:58', 440, NULL, '74.7.227.157'),
(11682, '2025-11-27 17:23:59', 446, NULL, '74.7.227.157'),
(11683, '2025-11-27 17:23:59', 427, NULL, '74.7.227.157'),
(11684, '2025-11-27 17:24:00', 429, NULL, '74.7.227.157'),
(11685, '2025-11-27 17:24:00', 447, NULL, '74.7.227.157'),
(11686, '2025-11-27 17:24:01', 470, NULL, '74.7.227.157'),
(11687, '2025-11-27 17:24:02', 417, NULL, '74.7.227.157'),
(11688, '2025-11-27 17:24:03', 383, NULL, '74.7.227.157'),
(11689, '2025-11-27 17:24:03', 393, NULL, '74.7.227.157'),
(11690, '2025-11-27 17:24:04', 428, NULL, '74.7.227.157'),
(11691, '2025-11-27 17:24:05', 460, NULL, '74.7.227.157'),
(11692, '2025-11-27 17:24:09', 415, NULL, '74.7.227.157'),
(11693, '2025-11-27 17:24:10', 420, NULL, '74.7.227.157'),
(11694, '2025-11-27 17:24:11', 484, NULL, '74.7.227.157'),
(11695, '2025-11-27 17:24:12', 367, NULL, '74.7.227.157'),
(11696, '2025-11-27 17:24:13', 384, NULL, '74.7.227.157'),
(11697, '2025-11-27 17:24:14', 483, NULL, '74.7.227.157'),
(11698, '2025-11-27 17:24:14', 482, NULL, '74.7.227.157'),
(11699, '2025-11-27 17:24:16', 416, NULL, '74.7.227.157'),
(11700, '2025-11-27 17:24:27', 362, NULL, '74.7.227.157'),
(11701, '2025-11-27 17:24:28', 413, NULL, '74.7.227.157'),
(11702, '2025-11-27 17:24:32', 371, NULL, '74.7.227.157'),
(11703, '2025-11-27 17:24:33', 393, NULL, '35.169.119.108'),
(11704, '2025-11-27 17:24:35', 414, NULL, '74.7.227.157'),
(11705, '2025-11-27 17:24:38', 389, NULL, '74.7.227.157'),
(11706, '2025-11-27 17:24:40', 377, NULL, '74.7.227.157'),
(11707, '2025-11-27 17:24:42', 369, NULL, '54.235.191.179'),
(11708, '2025-11-27 17:24:42', 451, NULL, '74.7.227.157'),
(11709, '2025-11-27 17:24:43', 382, NULL, '74.7.227.157'),
(11710, '2025-11-27 17:24:45', 393, NULL, '52.203.65.83'),
(11711, '2025-11-27 17:24:48', 375, NULL, '74.7.227.157'),
(11712, '2025-11-27 17:24:50', 387, NULL, '74.7.227.157'),
(11713, '2025-11-27 17:24:52', 409, NULL, '74.7.227.157'),
(11714, '2025-11-27 17:24:56', 402, NULL, '74.7.227.157'),
(11715, '2025-11-27 17:25:01', 163, NULL, '185.191.171.12'),
(11716, '2025-11-27 17:25:05', 431, NULL, '74.7.227.157'),
(11717, '2025-11-27 17:25:08', 238, NULL, '177.71.27.131'),
(11718, '2025-11-27 17:25:15', 358, NULL, '74.7.227.157'),
(11719, '2025-11-27 17:25:22', 351, NULL, '74.7.227.157'),
(11720, '2025-11-27 17:27:25', 392, NULL, '47.128.122.84'),
(11721, '2025-11-27 17:31:14', 276, NULL, '17.241.219.103'),
(11722, '2025-11-27 17:35:00', 129, NULL, '14.233.195.129'),
(11723, '2025-11-27 17:36:45', 409, NULL, '185.191.171.17'),
(11724, '2025-11-27 17:36:57', 391, NULL, '44.215.231.15'),
(11725, '2025-11-27 17:39:02', 370, NULL, '52.71.216.196'),
(11726, '2025-11-27 17:39:27', 382, NULL, '44.213.36.21'),
(11727, '2025-11-27 17:39:46', 171, NULL, '47.128.38.255'),
(11728, '2025-11-27 17:42:13', 298, NULL, '181.116.47.106'),
(11729, '2025-11-27 17:47:46', 31, NULL, '128.241.235.3'),
(11730, '2025-11-27 17:54:02', 366, NULL, '189.219.77.9'),
(11731, '2025-11-27 17:55:05', 45, NULL, '34.193.2.57'),
(11732, '2025-11-27 18:01:08', 355, NULL, '202.76.184.244'),
(11733, '2025-11-27 18:04:35', 225, NULL, '185.191.171.9'),
(11734, '2025-11-27 18:05:37', 360, NULL, '3.232.39.98'),
(11735, '2025-11-27 18:05:41', 340, NULL, '47.128.55.160'),
(11736, '2025-11-27 18:06:33', 406, NULL, '98.82.59.253'),
(11737, '2025-11-27 18:07:05', 195, NULL, '185.191.171.4'),
(11738, '2025-11-27 18:07:09', 390, NULL, '52.201.155.215'),
(11739, '2025-11-27 18:07:20', 402, NULL, '66.249.66.13'),
(11740, '2025-11-27 18:07:37', 351, NULL, '54.89.90.224'),
(11741, '2025-11-27 18:07:41', 351, NULL, '98.83.10.183'),
(11742, '2025-11-27 18:09:29', 392, NULL, '52.70.123.241'),
(11743, '2025-11-27 18:09:44', 385, NULL, '52.70.123.241'),
(11744, '2025-11-27 18:09:55', 382, NULL, '3.93.211.16'),
(11745, '2025-11-27 18:09:58', 384, NULL, '3.90.73.206'),
(11746, '2025-11-27 18:10:02', 388, NULL, '100.28.118.16'),
(11747, '2025-11-27 18:10:05', 368, NULL, '107.20.181.148'),
(11748, '2025-11-27 18:10:16', 366, NULL, '52.45.77.169'),
(11749, '2025-11-27 18:10:23', 366, NULL, '100.28.44.58'),
(11750, '2025-11-27 18:10:42', 376, NULL, '52.204.174.139'),
(11751, '2025-11-27 18:10:48', 394, NULL, '3.223.181.32'),
(11752, '2025-11-27 18:11:09', 380, NULL, '35.171.117.160'),
(11753, '2025-11-27 18:12:52', 382, NULL, '3.229.2.217'),
(11754, '2025-11-27 18:13:10', 393, NULL, '54.90.8.255'),
(11755, '2025-11-27 18:14:38', 353, NULL, '52.73.142.41'),
(11756, '2025-11-27 18:15:12', 378, NULL, '52.200.142.199'),
(11757, '2025-11-27 18:16:33', 7, NULL, '54.204.62.163'),
(11758, '2025-11-27 18:17:33', 406, NULL, '47.128.57.181'),
(11759, '2025-11-27 18:20:02', 390, NULL, '23.23.103.31'),
(11760, '2025-11-27 18:21:06', 383, NULL, '52.44.174.136'),
(11761, '2025-11-27 18:21:10', 362, NULL, '34.225.243.131'),
(11762, '2025-11-27 18:21:21', 391, NULL, '3.218.35.239'),
(11763, '2025-11-27 18:21:49', 396, NULL, '34.204.150.196'),
(11764, '2025-11-27 18:22:17', 361, NULL, '34.196.114.170'),
(11765, '2025-11-27 18:23:12', 381, NULL, '34.236.41.241'),
(11766, '2025-11-27 18:23:49', 354, NULL, '3.224.215.150'),
(11767, '2025-11-27 18:24:12', 242, NULL, '47.128.30.119'),
(11768, '2025-11-27 18:24:37', 354, NULL, '18.213.70.100'),
(11769, '2025-11-27 18:25:10', 404, NULL, '85.208.96.199'),
(11770, '2025-11-27 18:25:16', 381, NULL, '3.215.221.125'),
(11771, '2025-11-27 18:25:23', 310, NULL, '17.22.237.100'),
(11772, '2025-11-27 18:28:29', 289, NULL, '138.255.215.195'),
(11773, '2025-11-27 18:31:24', 374, NULL, '18.215.112.101'),
(11774, '2025-11-27 18:31:26', 175, NULL, '85.208.96.195'),
(11775, '2025-11-27 18:35:26', 129, NULL, '217.199.144.12'),
(11776, '2025-11-27 18:37:17', 375, NULL, '3.229.164.203'),
(11777, '2025-11-27 18:37:33', 433, NULL, '44.212.232.231'),
(11778, '2025-11-27 18:40:17', 351, NULL, '54.221.203.24'),
(11779, '2025-11-27 18:40:29', 363, NULL, '100.29.107.38'),
(11780, '2025-11-27 18:40:35', 373, NULL, '34.239.85.139'),
(11781, '2025-11-27 18:41:21', 410, NULL, '3.211.105.134'),
(11782, '2025-11-27 18:41:28', 363, NULL, '34.225.243.131'),
(11783, '2025-11-27 18:42:37', 385, NULL, '3.90.73.206'),
(11784, '2025-11-27 18:43:00', 371, NULL, '34.192.67.98'),
(11785, '2025-11-27 18:43:04', 369, NULL, '3.216.13.10'),
(11786, '2025-11-27 18:44:24', 198, NULL, '185.191.171.16'),
(11787, '2025-11-27 18:47:34', 223, NULL, '47.128.20.75'),
(11788, '2025-11-27 18:50:28', 323, NULL, '17.246.15.86'),
(11789, '2025-11-27 18:50:58', 209, NULL, '85.208.96.209'),
(11790, '2025-11-27 18:53:32', 328, NULL, '66.249.66.36'),
(11791, '2025-11-27 18:56:43', 46, NULL, '75.253.26.190'),
(11792, '2025-11-27 18:57:54', 171, NULL, '47.128.25.239'),
(11793, '2025-11-27 18:58:00', 387, NULL, '18.215.112.101'),
(11794, '2025-11-27 18:58:29', 382, NULL, '54.225.181.161'),
(11795, '2025-11-27 18:58:49', 365, NULL, '54.225.81.20'),
(11796, '2025-11-27 18:58:57', 373, NULL, '3.212.86.97'),
(11797, '2025-11-27 18:59:25', 369, NULL, '54.235.158.162'),
(11798, '2025-11-27 19:01:16', 396, NULL, '52.200.58.199'),
(11799, '2025-11-27 19:01:29', 391, NULL, '3.231.193.38'),
(11800, '2025-11-27 19:03:24', 185, NULL, '47.128.111.148'),
(11801, '2025-11-27 19:05:32', 129, NULL, '41.90.235.153'),
(11802, '2025-11-27 19:07:21', 387, NULL, '3.90.73.206'),
(11803, '2025-11-27 19:07:36', 268, NULL, '17.22.245.31'),
(11804, '2025-11-27 19:07:49', 389, NULL, '54.163.169.168'),
(11805, '2025-11-27 19:11:50', 359, NULL, '35.169.240.53'),
(11806, '2025-11-27 19:11:53', 392, NULL, '3.94.156.104'),
(11807, '2025-11-27 19:11:57', 384, NULL, '54.159.18.27'),
(11808, '2025-11-27 19:12:03', 363, NULL, '44.223.116.149'),
(11809, '2025-11-27 19:12:05', 368, NULL, '52.204.71.8'),
(11810, '2025-11-27 19:12:30', 210, NULL, '66.249.66.200'),
(11811, '2025-11-27 19:12:42', 393, NULL, '44.223.232.55'),
(11812, '2025-11-27 19:14:21', 246, NULL, '66.249.66.201'),
(11813, '2025-11-27 19:14:34', 381, NULL, '3.220.148.166'),
(11814, '2025-11-27 19:15:22', 392, NULL, '47.128.57.23'),
(11815, '2025-11-27 19:15:24', 246, NULL, '66.249.66.13'),
(11816, '2025-11-27 19:16:13', 286, NULL, '66.249.66.14'),
(11817, '2025-11-27 19:17:07', 219, NULL, '66.249.66.166'),
(11818, '2025-11-27 19:17:35', 219, NULL, '66.249.66.13'),
(11819, '2025-11-27 19:18:03', 223, NULL, '66.249.66.167'),
(11820, '2025-11-27 19:19:14', 407, NULL, '3.89.176.255'),
(11821, '2025-11-27 19:19:56', 396, NULL, '3.216.86.144'),
(11822, '2025-11-27 19:20:01', 381, NULL, '54.152.163.42'),
(11823, '2025-11-27 19:20:35', 217, NULL, '66.249.66.167'),
(11824, '2025-11-27 19:20:35', 218, NULL, '66.249.66.167'),
(11825, '2025-11-27 19:20:35', 219, NULL, '66.249.66.167'),
(11826, '2025-11-27 19:20:35', 220, NULL, '66.249.66.167'),
(11827, '2025-11-27 19:20:35', 221, NULL, '66.249.66.167'),
(11828, '2025-11-27 19:20:35', 222, NULL, '66.249.66.167'),
(11829, '2025-11-27 19:20:35', 224, NULL, '66.249.66.167'),
(11830, '2025-11-27 19:20:35', 225, NULL, '66.249.66.167'),
(11831, '2025-11-27 19:20:46', 320, NULL, '17.241.75.9'),
(11832, '2025-11-27 19:21:24', 160, NULL, '43.173.177.225'),
(11833, '2025-11-27 19:21:28', 361, NULL, '3.209.174.110'),
(11834, '2025-11-27 19:22:27', 151, NULL, '43.173.178.102'),
(11835, '2025-11-27 19:23:17', 268, NULL, '66.249.66.36'),
(11836, '2025-11-27 19:25:28', 374, NULL, '98.84.60.17'),
(11837, '2025-11-27 19:25:33', 386, NULL, '66.249.66.76'),
(11838, '2025-11-27 19:26:48', 374, NULL, '100.28.49.152'),
(11839, '2025-11-27 19:31:21', 443, NULL, '189.121.244.188'),
(11840, '2025-11-27 19:31:25', 367, NULL, '62.217.158.229'),
(11841, '2025-11-27 19:33:41', 325, NULL, '98.84.131.195'),
(11842, '2025-11-27 19:39:00', 305, NULL, '20.0.53.99'),
(11843, '2025-11-27 19:40:36', 361, NULL, '44.205.192.249'),
(11844, '2025-11-27 19:41:59', 374, NULL, '23.21.175.228'),
(11845, '2025-11-27 19:43:22', 368, NULL, '34.236.185.101'),
(11846, '2025-11-27 19:44:03', 359, NULL, '44.221.37.41'),
(11847, '2025-11-27 19:44:27', 384, NULL, '54.83.56.1'),
(11848, '2025-11-27 19:44:32', 363, NULL, '54.156.248.117'),
(11849, '2025-11-27 19:46:20', 89, NULL, '52.200.54.136'),
(11850, '2025-11-27 19:46:21', 370, NULL, '98.82.40.168'),
(11851, '2025-11-27 19:46:24', 326, NULL, '66.249.66.12'),
(11852, '2025-11-27 19:46:55', 365, NULL, '98.80.130.239'),
(11853, '2025-11-27 19:47:02', 381, NULL, '23.23.213.182'),
(11854, '2025-11-27 19:47:24', 158, NULL, '43.173.181.67'),
(11855, '2025-11-27 19:47:27', 385, NULL, '3.211.105.134'),
(11856, '2025-11-27 19:47:30', 371, NULL, '34.192.125.239'),
(11857, '2025-11-27 19:48:01', 354, NULL, '3.231.193.38'),
(11858, '2025-11-27 19:52:31', 280, NULL, '109.107.228.255'),
(11859, '2025-11-27 19:52:37', 361, NULL, '100.29.128.75'),
(11860, '2025-11-27 19:55:52', 284, NULL, '5.193.158.199'),
(11861, '2025-11-27 19:57:51', 154, NULL, '43.173.176.202'),
(11862, '2025-11-27 19:58:16', 374, NULL, '34.231.156.59'),
(11863, '2025-11-27 19:59:56', 112, NULL, '43.173.177.146'),
(11864, '2025-11-27 19:59:56', 111, NULL, '43.173.177.146'),
(11865, '2025-11-27 19:59:56', 108, NULL, '43.173.177.146'),
(11866, '2025-11-27 19:59:56', 107, NULL, '43.173.177.146'),
(11867, '2025-11-27 19:59:56', 106, NULL, '43.173.177.146'),
(11868, '2025-11-27 19:59:56', 105, NULL, '43.173.177.146'),
(11869, '2025-11-27 19:59:56', 104, NULL, '43.173.177.146'),
(11870, '2025-11-27 19:59:56', 103, NULL, '43.173.177.146'),
(11871, '2025-11-27 19:59:56', 102, NULL, '43.173.177.146'),
(11872, '2025-11-27 19:59:56', 101, NULL, '43.173.177.146'),
(11873, '2025-11-27 19:59:56', 100, NULL, '43.173.177.146'),
(11874, '2025-11-27 19:59:56', 155, NULL, '43.173.178.102'),
(11875, '2025-11-27 20:00:59', 161, NULL, '43.173.177.203'),
(11876, '2025-11-27 20:02:00', 487, NULL, '103.58.75.192'),
(11877, '2025-11-27 20:02:00', 380, NULL, '41.251.81.121'),
(11878, '2025-11-27 20:02:37', 212, NULL, '66.249.66.167'),
(11879, '2025-11-27 20:02:49', 387, NULL, '23.21.148.226'),
(11880, '2025-11-27 20:02:54', 112, NULL, '44.223.193.255'),
(11881, '2025-11-27 20:06:25', 373, NULL, '44.210.213.220'),
(11882, '2025-11-27 20:07:22', 357, NULL, '3.227.180.70'),
(11883, '2025-11-27 20:08:11', 369, NULL, '54.164.106.236'),
(11884, '2025-11-27 20:09:23', 396, NULL, '52.0.105.244'),
(11885, '2025-11-27 20:09:55', 354, NULL, '3.81.253.213'),
(11886, '2025-11-27 20:10:27', 450, NULL, '43.173.177.34'),
(11887, '2025-11-27 20:11:31', 450, NULL, '43.173.180.104'),
(11888, '2025-11-27 20:11:31', 467, NULL, '43.173.180.171'),
(11889, '2025-11-27 20:11:43', 352, NULL, '18.206.47.187'),
(11890, '2025-11-27 20:12:27', 217, NULL, '66.249.66.36'),
(11891, '2025-11-27 20:12:35', 150, NULL, '43.173.174.32'),
(11892, '2025-11-27 20:12:37', 450, NULL, '187.189.0.155'),
(11893, '2025-11-27 20:13:38', 443, NULL, '43.173.175.94'),
(11894, '2025-11-27 20:13:54', 390, NULL, '35.172.125.172'),
(11895, '2025-11-27 20:14:43', 105, NULL, '43.173.175.109'),
(11896, '2025-11-27 20:15:02', 172, NULL, '66.249.66.201'),
(11897, '2025-11-27 20:15:11', 166, NULL, '66.249.66.35'),
(11898, '2025-11-27 20:15:19', 217, NULL, '66.249.66.166'),
(11899, '2025-11-27 20:15:43', 172, NULL, '66.249.66.75'),
(11900, '2025-11-27 20:15:51', 172, NULL, '66.249.66.34'),
(11901, '2025-11-27 20:16:08', 172, NULL, '66.249.66.12'),
(11902, '2025-11-27 20:16:24', 208, NULL, '66.249.66.166'),
(11903, '2025-11-27 20:16:30', 387, NULL, '52.204.81.148'),
(11904, '2025-11-27 20:17:15', 212, NULL, '66.249.66.166'),
(11905, '2025-11-27 20:17:23', 212, NULL, '66.249.66.200'),
(11906, '2025-11-27 20:17:27', 324, NULL, '52.167.144.170'),
(11907, '2025-11-27 20:17:29', 382, NULL, '107.23.62.75'),
(11908, '2025-11-27 20:17:31', 166, NULL, '66.249.66.34'),
(11909, '2025-11-27 20:17:37', 237, NULL, '160.179.67.186'),
(11910, '2025-11-27 20:17:54', 212, NULL, '66.249.66.12'),
(11911, '2025-11-27 20:18:02', 166, NULL, '66.249.66.167'),
(11912, '2025-11-27 20:18:38', 172, NULL, '185.191.171.14'),
(11913, '2025-11-27 20:20:38', 386, NULL, '66.249.66.201'),
(11914, '2025-11-27 20:21:54', 299, NULL, '47.128.30.93'),
(11915, '2025-11-27 20:25:24', 217, NULL, '66.249.66.34'),
(11916, '2025-11-27 20:26:05', 217, NULL, '66.249.66.202'),
(11917, '2025-11-27 20:26:06', 172, NULL, '157.100.198.15'),
(11918, '2025-11-27 20:32:25', 377, NULL, '98.82.63.147'),
(11919, '2025-11-27 20:32:29', 380, NULL, '52.71.216.196'),
(11920, '2025-11-27 20:34:09', 220, NULL, '185.191.171.7'),
(11921, '2025-11-27 20:34:21', 419, NULL, '3.222.190.107'),
(11922, '2025-11-27 20:34:30', 378, NULL, '3.93.253.174'),
(11923, '2025-11-27 20:35:05', 426, NULL, '44.209.89.189'),
(11924, '2025-11-27 20:35:23', 482, NULL, '47.128.19.78'),
(11925, '2025-11-27 20:35:56', 23, NULL, '151.244.147.77'),
(11926, '2025-11-27 20:37:27', 292, NULL, '27.50.13.198'),
(11927, '2025-11-27 20:37:50', 370, NULL, '54.144.185.255'),
(11928, '2025-11-27 20:37:58', 384, NULL, '54.198.33.233'),
(11929, '2025-11-27 20:38:47', 238, NULL, '66.249.66.14'),
(11930, '2025-11-27 20:40:59', 382, NULL, '18.206.47.187'),
(11931, '2025-11-27 20:44:43', 164, NULL, '66.249.66.201'),
(11932, '2025-11-27 20:45:06', 108, NULL, '17.22.245.87'),
(11933, '2025-11-27 20:45:52', 189, NULL, '66.249.66.167'),
(11934, '2025-11-27 20:46:01', 189, NULL, '66.249.66.34'),
(11935, '2025-11-27 20:47:08', 298, NULL, '47.128.40.126'),
(11936, '2025-11-27 20:47:36', 46, NULL, '176.19.141.67'),
(11937, '2025-11-27 20:58:32', 390, NULL, '35.171.117.160'),
(11938, '2025-11-27 21:00:10', 362, NULL, '3.208.146.193'),
(11939, '2025-11-27 21:02:15', 129, NULL, '14.167.221.203'),
(11940, '2025-11-27 21:02:17', 360, NULL, '44.208.193.63'),
(11941, '2025-11-27 21:02:33', 359, NULL, '3.220.70.171'),
(11942, '2025-11-27 21:03:18', 370, NULL, '44.218.170.184'),
(11943, '2025-11-27 21:05:25', 351, NULL, '52.23.112.144'),
(11944, '2025-11-27 21:06:54', 367, NULL, '44.194.139.149'),
(11945, '2025-11-27 21:07:04', 367, NULL, '98.83.177.42'),
(11946, '2025-11-27 21:07:36', 260, NULL, '66.249.66.14'),
(11947, '2025-11-27 21:07:55', 384, NULL, '34.230.124.21'),
(11948, '2025-11-27 21:08:10', 389, NULL, '34.234.197.175'),
(11949, '2025-11-27 21:08:18', 363, NULL, '54.91.122.193'),
(11950, '2025-11-27 21:08:26', 376, NULL, '18.215.77.19'),
(11951, '2025-11-27 21:09:18', 364, NULL, '52.71.203.206'),
(11952, '2025-11-27 21:11:37', 391, NULL, '44.210.204.255'),
(11953, '2025-11-27 21:12:32', 282, NULL, '66.249.66.201'),
(11954, '2025-11-27 21:12:47', 271, NULL, '66.249.66.201'),
(11955, '2025-11-27 21:12:53', 46, NULL, '43.173.178.134'),
(11956, '2025-11-27 21:12:54', 29, NULL, '43.173.174.117'),
(11957, '2025-11-27 21:13:12', 438, NULL, '50.19.221.48'),
(11958, '2025-11-27 21:13:15', 357, NULL, '52.54.95.127'),
(11959, '2025-11-27 21:13:21', 377, NULL, '18.214.138.148'),
(11960, '2025-11-27 21:15:18', 381, NULL, '18.213.240.226'),
(11961, '2025-11-27 21:17:52', 220, NULL, '17.246.19.25'),
(11962, '2025-11-27 21:18:17', 374, NULL, '35.172.125.172'),
(11963, '2025-11-27 21:19:22', 307, NULL, '103.123.65.57'),
(11964, '2025-11-27 21:24:46', 419, NULL, '179.232.238.134'),
(11965, '2025-11-27 21:27:12', 372, NULL, '43.173.177.238'),
(11966, '2025-11-27 21:27:13', 298, NULL, '37.232.118.19'),
(11967, '2025-11-27 21:27:31', 268, NULL, '193.151.82.49'),
(11968, '2025-11-27 21:28:21', 463, NULL, '43.173.179.240'),
(11969, '2025-11-27 21:28:24', 473, NULL, '43.173.181.169'),
(11970, '2025-11-27 21:30:45', 473, NULL, '43.173.180.77'),
(11971, '2025-11-27 21:31:25', 421, NULL, '54.164.106.236'),
(11972, '2025-11-27 21:31:42', 378, NULL, '44.218.170.184'),
(11973, '2025-11-27 21:31:49', 305, NULL, '74.7.242.147'),
(11974, '2025-11-27 21:32:25', 366, NULL, '35.171.117.160'),
(11975, '2025-11-27 21:32:29', 249, NULL, '66.249.66.201'),
(11976, '2025-11-27 21:33:54', 357, NULL, '3.93.253.174'),
(11977, '2025-11-27 21:34:14', 365, NULL, '44.212.232.231'),
(11978, '2025-11-27 21:34:23', 378, NULL, '23.21.250.48'),
(11979, '2025-11-27 21:34:25', 377, NULL, '34.204.150.196'),
(11980, '2025-11-27 21:36:13', 386, NULL, '52.6.232.201'),
(11981, '2025-11-27 21:36:40', 354, NULL, '52.4.76.156'),
(11982, '2025-11-27 21:36:49', 201, NULL, '18.97.9.98'),
(11983, '2025-11-27 21:37:06', 368, NULL, '18.97.9.98'),
(11984, '2025-11-27 21:37:06', 166, NULL, '18.97.9.103'),
(11985, '2025-11-27 21:37:06', 273, NULL, '18.97.9.102'),
(11986, '2025-11-27 21:37:06', 450, NULL, '18.97.9.97'),
(11987, '2025-11-27 21:37:06', 489, NULL, '18.97.9.96'),
(11988, '2025-11-27 21:37:06', 488, NULL, '18.97.9.96'),
(11989, '2025-11-27 21:37:06', 487, NULL, '18.97.9.96'),
(11990, '2025-11-27 21:37:06', 486, NULL, '18.97.9.96'),
(11991, '2025-11-27 21:37:06', 485, NULL, '18.97.9.96'),
(11992, '2025-11-27 21:37:06', 484, NULL, '18.97.9.96'),
(11993, '2025-11-27 21:37:06', 483, NULL, '18.97.9.96'),
(11994, '2025-11-27 21:37:06', 482, NULL, '18.97.9.96'),
(11995, '2025-11-27 21:37:06', 481, NULL, '18.97.9.96'),
(11996, '2025-11-27 21:37:06', 478, NULL, '18.97.9.96'),
(11997, '2025-11-27 21:37:07', 201, NULL, '18.97.9.96'),
(11998, '2025-11-27 21:37:07', 201, NULL, '18.97.9.97'),
(11999, '2025-11-27 21:37:08', 201, NULL, '18.97.9.99'),
(12000, '2025-11-27 21:37:08', 201, NULL, '18.97.9.101'),
(12001, '2025-11-27 21:37:08', 201, NULL, '18.97.9.102'),
(12002, '2025-11-27 21:37:09', 201, NULL, '18.97.9.100'),
(12003, '2025-11-27 21:37:10', 201, NULL, '18.97.9.103'),
(12004, '2025-11-27 21:37:18', 488, NULL, '18.97.9.101'),
(12005, '2025-11-27 21:37:18', 484, NULL, '18.97.9.99'),
(12006, '2025-11-27 21:37:18', 485, NULL, '18.97.9.97'),
(12007, '2025-11-27 21:37:19', 481, NULL, '18.97.9.103'),
(12008, '2025-11-27 21:37:19', 482, NULL, '18.97.9.99'),
(12009, '2025-11-27 21:37:19', 484, NULL, '18.97.9.100'),
(12010, '2025-11-27 21:37:20', 487, NULL, '18.97.9.102'),
(12011, '2025-11-27 21:37:20', 485, NULL, '18.97.9.102'),
(12012, '2025-11-27 21:37:20', 481, NULL, '18.97.9.101'),
(12013, '2025-11-27 21:37:21', 478, NULL, '18.97.9.97'),
(12014, '2025-11-27 21:37:21', 488, NULL, '18.97.9.99'),
(12015, '2025-11-27 21:37:21', 483, NULL, '18.97.9.100'),
(12016, '2025-11-27 21:37:22', 483, NULL, '18.97.9.101'),
(12017, '2025-11-27 21:37:22', 489, NULL, '18.97.9.101'),
(12018, '2025-11-27 21:37:22', 478, NULL, '18.97.9.101'),
(12019, '2025-11-27 21:37:23', 489, NULL, '18.97.9.99'),
(12020, '2025-11-27 21:37:23', 486, NULL, '18.97.9.97'),
(12021, '2025-11-27 21:37:24', 487, NULL, '18.97.9.101'),
(12022, '2025-11-27 21:37:24', 476, NULL, '18.97.9.102'),
(12023, '2025-11-27 21:37:24', 489, NULL, '18.97.9.103'),
(12024, '2025-11-27 21:37:24', 488, NULL, '18.97.9.103'),
(12025, '2025-11-27 21:37:24', 487, NULL, '18.97.9.103'),
(12026, '2025-11-27 21:37:24', 486, NULL, '18.97.9.103'),
(12027, '2025-11-27 21:37:24', 485, NULL, '18.97.9.103'),
(12028, '2025-11-27 21:37:24', 484, NULL, '18.97.9.103'),
(12029, '2025-11-27 21:37:24', 483, NULL, '18.97.9.103'),
(12030, '2025-11-27 21:37:24', 482, NULL, '18.97.9.103'),
(12031, '2025-11-27 21:37:24', 478, NULL, '18.97.9.103'),
(12032, '2025-11-27 21:37:25', 489, NULL, '18.97.9.97'),
(12033, '2025-11-27 21:37:25', 488, NULL, '18.97.9.97'),
(12034, '2025-11-27 21:37:25', 487, NULL, '18.97.9.97'),
(12035, '2025-11-27 21:37:25', 484, NULL, '18.97.9.97'),
(12036, '2025-11-27 21:37:25', 483, NULL, '18.97.9.97'),
(12037, '2025-11-27 21:37:25', 482, NULL, '18.97.9.97'),
(12038, '2025-11-27 21:37:25', 481, NULL, '18.97.9.97'),
(12039, '2025-11-27 21:37:25', 489, NULL, '18.97.9.98'),
(12040, '2025-11-27 21:37:25', 488, NULL, '18.97.9.98'),
(12041, '2025-11-27 21:37:25', 487, NULL, '18.97.9.98'),
(12042, '2025-11-27 21:37:25', 486, NULL, '18.97.9.98'),
(12043, '2025-11-27 21:37:25', 485, NULL, '18.97.9.98'),
(12044, '2025-11-27 21:37:25', 484, NULL, '18.97.9.98'),
(12045, '2025-11-27 21:37:25', 483, NULL, '18.97.9.98'),
(12046, '2025-11-27 21:37:25', 482, NULL, '18.97.9.98'),
(12047, '2025-11-27 21:37:25', 481, NULL, '18.97.9.98'),
(12048, '2025-11-27 21:37:25', 478, NULL, '18.97.9.98'),
(12049, '2025-11-27 21:37:26', 421, NULL, '18.97.9.103'),
(12050, '2025-11-27 21:37:26', 133, NULL, '18.97.9.99'),
(12051, '2025-11-27 21:37:27', 332, NULL, '18.97.9.100'),
(12052, '2025-11-27 21:37:27', 285, NULL, '18.97.9.103'),
(12053, '2025-11-27 21:37:28', 265, NULL, '18.97.9.98'),
(12054, '2025-11-27 21:37:29', 265, NULL, '18.97.9.101'),
(12055, '2025-11-27 21:37:29', 265, NULL, '18.97.9.99'),
(12056, '2025-11-27 21:37:30', 486, NULL, '18.97.9.101'),
(12057, '2025-11-27 21:37:30', 485, NULL, '18.97.9.101'),
(12058, '2025-11-27 21:37:30', 484, NULL, '18.97.9.101'),
(12059, '2025-11-27 21:37:30', 482, NULL, '18.97.9.101'),
(12060, '2025-11-27 21:37:31', 487, NULL, '18.97.9.99'),
(12061, '2025-11-27 21:37:31', 486, NULL, '18.97.9.99'),
(12062, '2025-11-27 21:37:31', 485, NULL, '18.97.9.99'),
(12063, '2025-11-27 21:37:31', 483, NULL, '18.97.9.99'),
(12064, '2025-11-27 21:37:31', 481, NULL, '18.97.9.99'),
(12065, '2025-11-27 21:37:31', 478, NULL, '18.97.9.99'),
(12066, '2025-11-27 21:37:32', 489, NULL, '18.97.9.102'),
(12067, '2025-11-27 21:37:32', 488, NULL, '18.97.9.102'),
(12068, '2025-11-27 21:37:32', 486, NULL, '18.97.9.102'),
(12069, '2025-11-27 21:37:32', 484, NULL, '18.97.9.102'),
(12070, '2025-11-27 21:37:32', 483, NULL, '18.97.9.102'),
(12071, '2025-11-27 21:37:32', 482, NULL, '18.97.9.102'),
(12072, '2025-11-27 21:37:32', 481, NULL, '18.97.9.102'),
(12073, '2025-11-27 21:37:32', 478, NULL, '18.97.9.102'),
(12074, '2025-11-27 21:37:46', 386, NULL, '52.7.13.143'),
(12075, '2025-11-27 21:41:18', 382, NULL, '44.221.105.234'),
(12076, '2025-11-27 21:41:27', 355, NULL, '100.29.160.53'),
(12077, '2025-11-27 21:41:49', 310, NULL, '66.249.66.35'),
(12078, '2025-11-27 21:42:26', 325, NULL, '35.169.119.108'),
(12079, '2025-11-27 21:43:36', 147, NULL, '66.249.66.167'),
(12080, '2025-11-27 21:43:36', 148, NULL, '66.249.66.167'),
(12081, '2025-11-27 21:43:36', 149, NULL, '66.249.66.167'),
(12082, '2025-11-27 21:43:36', 150, NULL, '66.249.66.167'),
(12083, '2025-11-27 21:43:36', 151, NULL, '66.249.66.167'),
(12084, '2025-11-27 21:43:36', 152, NULL, '66.249.66.167'),
(12085, '2025-11-27 21:43:36', 153, NULL, '66.249.66.167'),
(12086, '2025-11-27 21:43:36', 154, NULL, '66.249.66.167'),
(12087, '2025-11-27 21:43:36', 155, NULL, '66.249.66.167'),
(12088, '2025-11-27 21:43:36', 156, NULL, '66.249.66.167'),
(12089, '2025-11-27 21:43:42', 354, NULL, '35.171.117.160'),
(12090, '2025-11-27 21:43:44', 147, NULL, '66.249.66.34'),
(12091, '2025-11-27 21:43:44', 148, NULL, '66.249.66.34'),
(12092, '2025-11-27 21:43:44', 149, NULL, '66.249.66.34'),
(12093, '2025-11-27 21:43:44', 150, NULL, '66.249.66.34'),
(12094, '2025-11-27 21:43:44', 151, NULL, '66.249.66.34'),
(12095, '2025-11-27 21:43:44', 152, NULL, '66.249.66.34'),
(12096, '2025-11-27 21:43:44', 153, NULL, '66.249.66.34'),
(12097, '2025-11-27 21:43:44', 154, NULL, '66.249.66.34'),
(12098, '2025-11-27 21:43:44', 155, NULL, '66.249.66.34'),
(12099, '2025-11-27 21:43:44', 156, NULL, '66.249.66.34'),
(12100, '2025-11-27 21:44:00', 296, NULL, '66.249.66.167'),
(12101, '2025-11-27 21:45:05', 309, NULL, '66.249.66.75'),
(12102, '2025-11-27 21:45:13', 309, NULL, '66.249.66.166'),
(12103, '2025-11-27 21:46:24', 301, NULL, '24.192.255.105'),
(12104, '2025-11-27 21:46:51', 388, NULL, '184.72.95.195'),
(12105, '2025-11-27 21:47:16', 256, NULL, '66.249.66.168'),
(12106, '2025-11-27 21:47:43', 396, NULL, '54.152.163.42'),
(12107, '2025-11-27 21:47:47', 310, NULL, '212.34.23.211'),
(12108, '2025-11-27 21:48:46', 306, NULL, '66.249.66.12'),
(12109, '2025-11-27 21:49:12', 282, NULL, '66.249.66.167'),
(12110, '2025-11-27 21:49:55', 318, NULL, '100.29.128.75'),
(12111, '2025-11-27 21:54:29', 168, NULL, '185.191.171.14'),
(12112, '2025-11-27 21:55:27', 467, NULL, '66.249.66.36'),
(12113, '2025-11-27 21:56:16', 308, NULL, '66.249.66.12'),
(12114, '2025-11-27 21:56:57', 274, NULL, '66.249.66.34'),
(12115, '2025-11-27 21:57:22', 284, NULL, '66.249.66.75'),
(12116, '2025-11-27 21:57:30', 284, NULL, '66.249.66.200'),
(12117, '2025-11-27 21:57:38', 308, NULL, '66.249.66.34'),
(12118, '2025-11-27 21:58:32', 128, NULL, '85.117.111.35'),
(12119, '2025-11-27 21:58:32', 127, NULL, '85.117.111.35'),
(12120, '2025-11-27 21:59:33', 289, NULL, '66.249.66.168'),
(12121, '2025-11-27 21:59:41', 392, NULL, '52.204.253.129'),
(12122, '2025-11-27 22:00:47', 317, NULL, '66.249.66.34'),
(12123, '2025-11-27 22:01:19', 383, NULL, '54.197.102.71'),
(12124, '2025-11-27 22:01:53', 315, NULL, '66.249.66.34'),
(12125, '2025-11-27 22:02:09', 252, NULL, '66.249.66.36'),
(12126, '2025-11-27 22:02:41', 327, NULL, '66.249.66.167'),
(12127, '2025-11-27 22:02:41', 328, NULL, '66.249.66.167'),
(12128, '2025-11-27 22:02:41', 329, NULL, '66.249.66.167'),
(12129, '2025-11-27 22:02:41', 330, NULL, '66.249.66.167'),
(12130, '2025-11-27 22:02:41', 331, NULL, '66.249.66.167'),
(12131, '2025-11-27 22:02:41', 332, NULL, '66.249.66.167'),
(12132, '2025-11-27 22:02:41', 333, NULL, '66.249.66.167'),
(12133, '2025-11-27 22:02:41', 334, NULL, '66.249.66.167'),
(12134, '2025-11-27 22:02:41', 336, NULL, '66.249.66.167'),
(12135, '2025-11-27 22:02:45', 320, NULL, '66.249.66.34'),
(12136, '2025-11-27 22:02:45', 321, NULL, '66.249.66.34'),
(12137, '2025-11-27 22:02:45', 322, NULL, '66.249.66.34'),
(12138, '2025-11-27 22:02:45', 323, NULL, '66.249.66.34'),
(12139, '2025-11-27 22:02:45', 324, NULL, '66.249.66.34'),
(12140, '2025-11-27 22:02:45', 325, NULL, '66.249.66.34'),
(12141, '2025-11-27 22:03:50', 89, NULL, '44.197.76.210'),
(12142, '2025-11-27 22:04:01', 7, NULL, '34.231.156.59'),
(12143, '2025-11-27 22:04:14', 359, NULL, '3.210.29.96'),
(12144, '2025-11-27 22:04:28', 288, NULL, '66.249.66.202'),
(12145, '2025-11-27 22:04:28', 289, NULL, '66.249.66.202'),
(12146, '2025-11-27 22:04:28', 290, NULL, '66.249.66.202'),
(12147, '2025-11-27 22:04:28', 292, NULL, '66.249.66.202'),
(12148, '2025-11-27 22:04:30', 7, NULL, '54.225.81.20'),
(12149, '2025-11-27 22:04:35', 377, NULL, '3.224.205.25'),
(12150, '2025-11-27 22:04:52', 278, NULL, '66.249.66.13'),
(12151, '2025-11-27 22:04:57', 451, NULL, '47.128.18.217'),
(12152, '2025-11-27 22:05:41', 381, NULL, '34.195.60.66'),
(12153, '2025-11-27 22:06:01', 48, NULL, '43.173.182.192'),
(12154, '2025-11-27 22:06:01', 41, NULL, '43.173.182.192'),
(12155, '2025-11-27 22:07:05', 172, NULL, '160.178.36.94'),
(12156, '2025-11-27 22:09:41', 344, NULL, '17.22.253.170'),
(12157, '2025-11-27 22:11:23', 7, NULL, '44.207.69.106'),
(12158, '2025-11-27 22:11:28', 129, NULL, '43.173.173.50'),
(12159, '2025-11-27 22:11:31', 387, NULL, '52.0.218.219'),
(12160, '2025-11-27 22:11:35', 351, NULL, '98.82.107.102'),
(12161, '2025-11-27 22:13:10', 386, NULL, '54.225.98.148'),
(12162, '2025-11-27 22:13:15', 279, NULL, '66.249.70.101'),
(12163, '2025-11-27 22:16:32', 280, NULL, '66.249.66.77'),
(12164, '2025-11-27 22:24:13', 263, NULL, '66.249.66.166'),
(12165, '2025-11-27 22:24:48', 247, NULL, '66.249.66.166'),
(12166, '2025-11-27 22:24:51', 265, NULL, '66.249.66.200'),
(12167, '2025-11-27 22:26:33', 408, NULL, '54.159.18.27'),
(12168, '2025-11-27 22:26:38', 381, NULL, '54.83.240.58'),
(12169, '2025-11-27 22:27:22', 372, NULL, '35.174.253.85'),
(12170, '2025-11-27 22:27:33', 364, NULL, '184.72.84.154'),
(12171, '2025-11-27 22:28:23', 385, NULL, '66.249.66.14'),
(12172, '2025-11-27 22:28:29', 388, NULL, '66.249.66.13'),
(12173, '2025-11-27 22:28:47', 388, NULL, '66.249.66.200'),
(12174, '2025-11-27 22:29:07', 384, NULL, '66.249.66.76'),
(12175, '2025-11-27 22:29:25', 389, NULL, '66.249.66.75'),
(12176, '2025-11-27 22:29:42', 386, NULL, '66.249.66.200'),
(12177, '2025-11-27 22:29:48', 386, NULL, '66.249.66.12'),
(12178, '2025-11-27 22:30:17', 369, NULL, '54.235.172.108'),
(12179, '2025-11-27 22:30:47', 384, NULL, '54.204.12.115'),
(12180, '2025-11-27 22:30:51', 389, NULL, '3.90.73.206'),
(12181, '2025-11-27 22:32:15', 375, NULL, '44.193.102.198'),
(12182, '2025-11-27 22:32:19', 389, NULL, '52.203.65.83'),
(12183, '2025-11-27 22:33:28', 128, NULL, '189.113.224.111'),
(12184, '2025-11-27 22:33:28', 127, NULL, '189.113.224.111'),
(12185, '2025-11-27 22:33:34', 211, NULL, '85.208.96.204'),
(12186, '2025-11-27 22:34:53', 265, NULL, '47.128.96.136'),
(12187, '2025-11-27 22:35:23', 383, NULL, '100.29.34.97'),
(12188, '2025-11-27 22:35:23', 39, NULL, '43.173.179.36'),
(12189, '2025-11-27 22:35:34', 352, NULL, '107.20.181.148'),
(12190, '2025-11-27 22:40:06', 424, NULL, '100.27.153.9'),
(12191, '2025-11-27 22:40:11', 367, NULL, '34.205.170.13'),
(12192, '2025-11-27 22:43:49', 374, NULL, '54.84.161.62'),
(12193, '2025-11-27 22:46:42', 225, NULL, '17.241.219.130'),
(12194, '2025-11-27 22:51:48', 277, NULL, '66.249.66.35'),
(12195, '2025-11-27 23:06:40', 7, NULL, '35.230.39.150'),
(12196, '2025-11-27 23:09:10', 7, NULL, '52.200.251.20'),
(12197, '2025-11-27 23:09:23', 202, NULL, '114.27.129.72'),
(12198, '2025-11-27 23:09:39', 7, NULL, '34.206.212.24'),
(12199, '2025-11-27 23:09:55', 7, NULL, '34.11.181.209'),
(12200, '2025-11-27 23:10:11', 7, NULL, '34.169.225.21'),
(12201, '2025-11-27 23:11:18', 368, NULL, '44.212.145.46'),
(12202, '2025-11-27 23:11:24', 7, NULL, '136.118.34.163'),
(12203, '2025-11-27 23:14:23', 112, NULL, '40.77.167.123'),
(12204, '2025-11-27 23:14:23', 111, NULL, '40.77.167.123'),
(12205, '2025-11-27 23:14:23', 108, NULL, '40.77.167.123'),
(12206, '2025-11-27 23:14:23', 107, NULL, '40.77.167.123'),
(12207, '2025-11-27 23:14:23', 106, NULL, '40.77.167.123'),
(12208, '2025-11-27 23:14:23', 105, NULL, '40.77.167.123'),
(12209, '2025-11-27 23:14:23', 104, NULL, '40.77.167.123'),
(12210, '2025-11-27 23:14:23', 103, NULL, '40.77.167.123'),
(12211, '2025-11-27 23:14:23', 102, NULL, '40.77.167.123'),
(12212, '2025-11-27 23:14:23', 101, NULL, '40.77.167.123'),
(12213, '2025-11-27 23:14:23', 100, NULL, '40.77.167.123'),
(12214, '2025-11-27 23:14:49', 356, NULL, '52.71.218.25'),
(12215, '2025-11-27 23:20:15', 407, NULL, '66.249.66.76'),
(12216, '2025-11-27 23:20:15', 408, NULL, '66.249.66.76'),
(12217, '2025-11-27 23:20:15', 409, NULL, '66.249.66.76'),
(12218, '2025-11-27 23:20:15', 410, NULL, '66.249.66.76'),
(12219, '2025-11-27 23:20:15', 411, NULL, '66.249.66.76'),
(12220, '2025-11-27 23:20:15', 412, NULL, '66.249.66.76'),
(12221, '2025-11-27 23:20:15', 413, NULL, '66.249.66.76'),
(12222, '2025-11-27 23:20:15', 414, NULL, '66.249.66.76'),
(12223, '2025-11-27 23:20:15', 415, NULL, '66.249.66.76'),
(12224, '2025-11-27 23:20:15', 416, NULL, '66.249.66.76'),
(12225, '2025-11-27 23:21:26', 328, NULL, '66.249.66.166'),
(12226, '2025-11-27 23:23:30', 246, NULL, '136.158.42.183'),
(12227, '2025-11-27 23:25:05', 105, NULL, '85.208.96.205'),
(12228, '2025-11-27 23:26:42', 355, NULL, '44.209.187.99'),
(12229, '2025-11-27 23:29:41', 376, NULL, '23.23.213.182'),
(12230, '2025-11-27 23:30:01', 7, NULL, '35.233.176.125'),
(12231, '2025-11-27 23:30:58', 361, NULL, '3.93.211.16'),
(12232, '2025-11-27 23:32:17', 414, NULL, '18.214.238.178'),
(12233, '2025-11-27 23:36:45', 374, NULL, '54.84.250.51'),
(12234, '2025-11-27 23:44:40', 374, NULL, '3.222.85.38'),
(12235, '2025-11-27 23:47:28', 296, NULL, '163.223.211.44'),
(12236, '2025-11-27 23:47:45', 351, NULL, '54.156.55.147'),
(12237, '2025-11-27 23:47:57', 369, NULL, '44.206.65.8'),
(12238, '2025-11-27 23:52:37', 392, NULL, '44.217.255.167'),
(12239, '2025-11-27 23:52:41', 394, NULL, '34.236.185.101'),
(12240, '2025-11-27 23:53:25', 383, NULL, '98.82.214.73'),
(12241, '2025-11-27 23:55:04', 89, NULL, '50.17.193.48'),
(12242, '2025-11-27 23:55:24', 355, NULL, '18.211.148.239'),
(12243, '2025-11-28 00:00:36', 191, NULL, '185.191.171.9'),
(12244, '2025-11-28 00:02:04', 129, NULL, '177.66.175.206'),
(12245, '2025-11-28 00:02:37', 379, NULL, '54.87.95.7'),
(12246, '2025-11-28 00:03:34', 321, NULL, '17.246.23.194'),
(12247, '2025-11-28 00:06:08', 397, NULL, '35.171.141.42'),
(12248, '2025-11-28 00:06:53', 361, NULL, '50.19.102.70'),
(12249, '2025-11-28 00:14:25', 439, NULL, '23.21.228.180'),
(12250, '2025-11-28 00:22:32', 357, NULL, '47.128.57.195'),
(12251, '2025-11-28 00:22:58', 21, NULL, '14.188.134.36'),
(12252, '2025-11-28 00:22:58', 22, NULL, '14.188.134.36'),
(12253, '2025-11-28 00:22:58', 23, NULL, '14.188.134.36'),
(12254, '2025-11-28 00:22:58', 24, NULL, '14.188.134.36'),
(12255, '2025-11-28 00:22:58', 27, NULL, '14.188.134.36'),
(12256, '2025-11-28 00:22:58', 29, NULL, '14.188.134.36'),
(12257, '2025-11-28 00:22:58', 31, NULL, '14.188.134.36'),
(12258, '2025-11-28 00:22:58', 33, NULL, '14.188.134.36'),
(12259, '2025-11-28 00:22:58', 34, NULL, '14.188.134.36'),
(12260, '2025-11-28 00:35:16', 387, NULL, '23.21.175.228'),
(12261, '2025-11-28 00:35:25', 363, NULL, '44.221.227.90'),
(12262, '2025-11-28 00:44:03', 289, NULL, '191.99.42.10'),
(12263, '2025-11-28 00:46:46', 46, NULL, '190.120.254.190'),
(12264, '2025-11-28 00:51:40', 242, NULL, '47.128.25.0'),
(12265, '2025-11-28 01:01:48', 201, NULL, '47.128.22.251'),
(12266, '2025-11-28 01:05:04', 374, NULL, '52.3.26.180'),
(12267, '2025-11-28 01:19:42', 407, NULL, '177.129.159.99'),
(12268, '2025-11-28 01:19:53', 412, NULL, '54.84.147.79'),
(12269, '2025-11-28 01:21:41', 492, NULL, '181.78.194.138'),
(12270, '2025-11-28 01:25:13', 250, NULL, '17.22.245.235'),
(12271, '2025-11-28 01:25:54', 467, NULL, '66.249.66.14'),
(12272, '2025-11-28 01:30:32', 374, NULL, '52.73.142.41'),
(12273, '2025-11-28 01:36:52', 436, NULL, '34.234.200.207'),
(12274, '2025-11-28 01:36:56', 416, NULL, '23.23.180.225'),
(12275, '2025-11-28 01:37:55', 201, NULL, '66.249.66.35'),
(12276, '2025-11-28 01:40:03', 88, NULL, '152.53.85.212'),
(12277, '2025-11-28 01:41:04', 154, NULL, '66.249.66.75'),
(12278, '2025-11-28 01:45:17', 379, NULL, '3.94.199.128'),
(12279, '2025-11-28 01:47:59', 48, NULL, '43.173.181.149'),
(12280, '2025-11-28 01:47:59', 41, NULL, '43.173.181.149'),
(12281, '2025-11-28 01:57:22', 46, NULL, '148.74.198.229'),
(12282, '2025-11-28 02:04:41', 208, NULL, '66.249.66.167'),
(12283, '2025-11-28 02:06:16', 406, NULL, '47.128.60.91'),
(12284, '2025-11-28 02:07:17', 245, NULL, '47.128.41.60'),
(12285, '2025-11-28 02:07:48', 375, NULL, '66.249.66.14'),
(12286, '2025-11-28 02:09:16', 438, NULL, '18.205.91.101'),
(12287, '2025-11-28 02:09:20', 438, NULL, '18.209.137.234'),
(12288, '2025-11-28 02:09:56', 502, 31, NULL),
(12289, '2025-11-28 02:09:56', 132, 31, NULL),
(12290, '2025-11-28 02:09:56', 133, 31, NULL),
(12291, '2025-11-28 02:09:56', 501, 31, NULL),
(12292, '2025-11-28 02:09:56', 500, 31, NULL),
(12293, '2025-11-28 02:10:13', 410, NULL, '52.4.229.9'),
(12294, '2025-11-28 02:10:16', 399, NULL, '52.3.102.51'),
(12295, '2025-11-28 02:10:28', 412, NULL, '18.214.251.19'),
(12296, '2025-11-28 02:11:58', 107, NULL, '17.241.219.77'),
(12297, '2025-11-28 02:12:29', 438, NULL, '54.92.171.106'),
(12298, '2025-11-28 02:12:45', 398, NULL, '52.54.249.218'),
(12299, '2025-11-28 02:13:11', 175, NULL, '66.249.66.168'),
(12300, '2025-11-28 02:13:22', 298, NULL, '196.115.33.93'),
(12301, '2025-11-28 02:14:31', 46, NULL, '43.173.181.205'),
(12302, '2025-11-28 02:16:55', 182, NULL, '66.249.66.168'),
(12303, '2025-11-28 02:16:58', 182, NULL, '66.249.66.36'),
(12304, '2025-11-28 02:17:01', 200, NULL, '66.249.66.167'),
(12305, '2025-11-28 02:17:04', 175, NULL, '66.249.66.12'),
(12306, '2025-11-28 02:17:07', 220, NULL, '66.249.66.35'),
(12307, '2025-11-28 02:17:29', 175, NULL, '66.249.66.200'),
(12308, '2025-11-28 02:17:32', 182, NULL, '66.249.66.12'),
(12309, '2025-11-28 02:17:39', 182, NULL, '66.249.66.75'),
(12310, '2025-11-28 02:17:45', 175, NULL, '66.249.66.34'),
(12311, '2025-11-28 02:18:19', 161, NULL, '66.249.66.34'),
(12312, '2025-11-28 02:20:05', 221, NULL, '17.246.19.94'),
(12313, '2025-11-28 02:24:44', 396, NULL, '34.194.14.255'),
(12314, '2025-11-28 02:28:28', 237, NULL, '184.22.221.73'),
(12315, '2025-11-28 02:29:21', 336, NULL, '17.246.15.50'),
(12316, '2025-11-28 02:33:30', 451, NULL, '47.128.122.101'),
(12317, '2025-11-28 02:33:49', 419, NULL, '34.194.233.48'),
(12318, '2025-11-28 02:33:59', 506, 31, NULL),
(12319, '2025-11-28 02:34:32', 411, NULL, '35.172.125.172'),
(12320, '2025-11-28 02:35:03', 507, 31, NULL),
(12321, '2025-11-28 02:35:26', 508, 31, NULL),
(12322, '2025-11-28 02:35:45', 432, NULL, '107.20.181.148'),
(12323, '2025-11-28 02:35:53', 399, NULL, '3.219.80.71'),
(12324, '2025-11-28 02:36:03', 509, 31, NULL),
(12325, '2025-11-28 02:37:49', 202, NULL, '186.82.87.20'),
(12326, '2025-11-28 02:39:00', 423, NULL, '3.221.50.71'),
(12327, '2025-11-28 02:39:05', 274, NULL, '44.216.172.204'),
(12328, '2025-11-28 02:42:16', 239, NULL, '154.213.162.59'),
(12329, '2025-11-28 02:46:37', 372, NULL, '43.173.178.90'),
(12330, '2025-11-28 02:47:34', 488, NULL, '43.173.175.239'),
(12331, '2025-11-28 02:51:13', 228, NULL, '66.249.66.166'),
(12332, '2025-11-28 02:51:43', 235, NULL, '66.249.66.34'),
(12333, '2025-11-28 02:52:08', 46, NULL, '79.101.67.22'),
(12334, '2025-11-28 02:52:48', 168, NULL, '66.249.66.75'),
(12335, '2025-11-28 02:53:05', 129, NULL, '103.138.123.83'),
(12336, '2025-11-28 02:53:50', 202, NULL, '212.253.204.147'),
(12337, '2025-11-28 02:54:48', 324, NULL, '17.22.245.50'),
(12338, '2025-11-28 02:55:22', 510, NULL, '66.249.66.200'),
(12339, '2025-11-28 02:55:22', 505, NULL, '66.249.66.200'),
(12340, '2025-11-28 02:55:22', 504, NULL, '66.249.66.200'),
(12341, '2025-11-28 02:55:22', 503, NULL, '66.249.66.200'),
(12342, '2025-11-28 02:55:22', 502, NULL, '66.249.66.200'),
(12343, '2025-11-28 02:55:22', 501, NULL, '66.249.66.200'),
(12344, '2025-11-28 02:55:22', 500, NULL, '66.249.66.200'),
(12345, '2025-11-28 02:55:22', 499, NULL, '66.249.66.200'),
(12346, '2025-11-28 02:55:22', 498, NULL, '66.249.66.200'),
(12347, '2025-11-28 02:55:22', 497, NULL, '66.249.66.200'),
(12348, '2025-11-28 02:55:22', 496, NULL, '66.249.66.200'),
(12349, '2025-11-28 02:55:22', 495, NULL, '66.249.66.200'),
(12350, '2025-11-28 02:57:36', 159, NULL, '17.241.227.206'),
(12351, '2025-11-28 02:58:10', 168, NULL, '66.249.66.201'),
(12352, '2025-11-28 02:59:50', 256, NULL, '17.246.23.109'),
(12353, '2025-11-28 03:05:16', 419, NULL, '43.173.182.39'),
(12354, '2025-11-28 03:07:05', 172, NULL, '23.244.126.139'),
(12355, '2025-11-28 03:07:31', 152, NULL, '43.173.179.210'),
(12356, '2025-11-28 03:09:02', 454, NULL, '43.173.179.55'),
(12357, '2025-11-28 03:12:10', 182, NULL, '66.249.66.77'),
(12358, '2025-11-28 03:12:31', 220, NULL, '66.249.66.166'),
(12359, '2025-11-28 03:13:13', 31, NULL, '52.45.194.165'),
(12360, '2025-11-28 03:14:09', 65, NULL, '43.173.180.179'),
(12361, '2025-11-28 03:15:32', 435, NULL, '3.225.9.97'),
(12362, '2025-11-28 03:15:44', 437, NULL, '44.210.204.255'),
(12363, '2025-11-28 03:16:20', 417, NULL, '54.83.23.103'),
(12364, '2025-11-28 03:17:06', 356, NULL, '103.164.192.170'),
(12365, '2025-11-28 03:17:41', 410, NULL, '3.90.73.206'),
(12366, '2025-11-28 03:18:54', 451, NULL, '3.216.86.144'),
(12367, '2025-11-28 03:19:05', 398, NULL, '52.204.37.237'),
(12368, '2025-11-28 03:19:41', 407, NULL, '3.218.35.239'),
(12369, '2025-11-28 03:19:57', 425, NULL, '3.220.148.166'),
(12370, '2025-11-28 03:20:09', 432, NULL, '34.231.156.59'),
(12371, '2025-11-28 03:20:44', 399, NULL, '50.19.102.70'),
(12372, '2025-11-28 03:20:58', 173, NULL, '66.249.66.168'),
(12373, '2025-11-28 03:21:09', 205, NULL, '66.249.66.168'),
(12374, '2025-11-28 03:21:44', 228, NULL, '66.249.66.200'),
(12375, '2025-11-28 03:21:45', 401, NULL, '100.29.128.75'),
(12376, '2025-11-28 03:22:01', 228, NULL, '66.249.66.36'),
(12377, '2025-11-28 03:22:09', 205, NULL, '66.249.66.167'),
(12378, '2025-11-28 03:22:18', 205, NULL, '66.249.66.200'),
(12379, '2025-11-28 03:22:27', 205, NULL, '66.249.66.166'),
(12380, '2025-11-28 03:22:35', 205, NULL, '66.249.66.75'),
(12381, '2025-11-28 03:22:44', 205, NULL, '66.249.66.12'),
(12382, '2025-11-28 03:23:01', 192, NULL, '66.249.66.75'),
(12383, '2025-11-28 03:23:17', 200, NULL, '66.249.66.12'),
(12384, '2025-11-28 03:23:17', 406, NULL, '52.2.83.227'),
(12385, '2025-11-28 03:23:29', 441, NULL, '34.205.170.13'),
(12386, '2025-11-28 03:23:33', 418, NULL, '35.169.119.108'),
(12387, '2025-11-28 03:23:42', 200, NULL, '66.249.66.166'),
(12388, '2025-11-28 03:23:51', 200, NULL, '66.249.66.200'),
(12389, '2025-11-28 03:24:48', 228, NULL, '66.249.66.12'),
(12390, '2025-11-28 03:25:05', 483, NULL, '34.225.243.131'),
(12391, '2025-11-28 03:25:29', 401, NULL, '52.5.232.250'),
(12392, '2025-11-28 03:26:18', 328, NULL, '17.246.15.13'),
(12393, '2025-11-28 03:27:14', 441, NULL, '44.223.116.180'),
(12394, '2025-11-28 03:27:17', 317, NULL, '107.20.181.148'),
(12395, '2025-11-28 03:27:22', 404, NULL, '184.73.68.20'),
(12396, '2025-11-28 03:27:26', 416, NULL, '52.2.58.41'),
(12397, '2025-11-28 03:29:37', 31, NULL, '152.53.18.137'),
(12398, '2025-11-28 03:30:18', 402, NULL, '3.209.174.110'),
(12399, '2025-11-28 03:30:46', 434, NULL, '3.216.227.216'),
(12400, '2025-11-28 03:30:56', 129, NULL, '202.164.207.132'),
(12401, '2025-11-28 03:35:05', 192, NULL, '66.249.66.166'),
(12402, '2025-11-28 03:35:14', 192, NULL, '66.249.66.167'),
(12403, '2025-11-28 03:35:28', 411, NULL, '3.218.103.254'),
(12404, '2025-11-28 03:36:29', 395, NULL, '52.2.191.202'),
(12405, '2025-11-28 03:37:32', 396, NULL, '54.197.114.76'),
(12406, '2025-11-28 03:38:42', 129, NULL, '123.26.97.65'),
(12407, '2025-11-28 03:41:29', 172, NULL, '181.199.60.64'),
(12408, '2025-11-28 03:44:27', 184, NULL, '17.246.23.152'),
(12409, '2025-11-28 03:45:50', 238, NULL, '85.208.96.201'),
(12410, '2025-11-28 03:46:56', 329, NULL, '17.22.245.189'),
(12411, '2025-11-28 03:47:36', 48, NULL, '43.173.181.239'),
(12412, '2025-11-28 03:47:36', 41, NULL, '43.173.181.239'),
(12413, '2025-11-28 03:47:44', 473, NULL, '54.164.106.236'),
(12414, '2025-11-28 03:48:54', 426, NULL, '3.221.156.96'),
(12415, '2025-11-28 03:48:57', 404, NULL, '34.236.41.241'),
(12416, '2025-11-28 03:49:02', 415, NULL, '54.164.106.236'),
(12417, '2025-11-28 03:49:13', 416, NULL, '184.73.47.24'),
(12418, '2025-11-28 03:49:38', 433, NULL, '54.144.185.255'),
(12419, '2025-11-28 03:50:03', 401, NULL, '3.213.213.161'),
(12420, '2025-11-28 03:51:18', 454, NULL, '3.221.156.96'),
(12421, '2025-11-28 03:51:23', 408, NULL, '98.82.40.168'),
(12422, '2025-11-28 03:51:41', 289, NULL, '223.29.145.188'),
(12423, '2025-11-28 03:52:08', 401, NULL, '54.157.84.74'),
(12424, '2025-11-28 03:53:12', 38, NULL, '43.173.175.213'),
(12425, '2025-11-28 03:54:19', 39, NULL, '43.173.180.38'),
(12426, '2025-11-28 03:56:07', 400, NULL, '54.91.122.193'),
(12427, '2025-11-28 03:56:50', 432, NULL, '34.193.2.57'),
(12428, '2025-11-28 03:56:57', 364, NULL, '66.249.66.75'),
(12429, '2025-11-28 03:57:06', 257, NULL, '66.249.66.35'),
(12430, '2025-11-28 03:57:49', 402, NULL, '54.235.172.108'),
(12431, '2025-11-28 03:57:57', 415, NULL, '100.28.133.214'),
(12432, '2025-11-28 03:58:15', 412, NULL, '98.83.94.113'),
(12433, '2025-11-28 03:58:17', 401, NULL, '18.205.91.101'),
(12434, '2025-11-28 03:59:17', 179, NULL, '85.208.96.193'),
(12435, '2025-11-28 04:00:30', 335, NULL, '66.249.66.35'),
(12436, '2025-11-28 04:07:23', 170, NULL, '66.249.66.167');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(12437, '2025-11-28 04:07:32', 202, NULL, '66.249.66.167'),
(12438, '2025-11-28 04:07:44', 129, NULL, '138.36.81.52'),
(12439, '2025-11-28 04:10:10', 167, NULL, '66.249.66.75'),
(12440, '2025-11-28 04:11:30', 170, NULL, '66.249.66.75'),
(12441, '2025-11-28 04:16:07', 242, NULL, '17.22.245.175'),
(12442, '2025-11-28 04:17:04', 167, NULL, '66.249.66.14'),
(12443, '2025-11-28 04:19:05', 170, NULL, '66.249.66.34'),
(12444, '2025-11-28 04:19:07', 170, NULL, '66.249.66.13'),
(12445, '2025-11-28 04:19:11', 202, NULL, '66.249.66.13'),
(12446, '2025-11-28 04:19:22', 512, NULL, '190.212.210.243'),
(12447, '2025-11-28 04:19:30', 202, NULL, '66.249.66.12'),
(12448, '2025-11-28 04:19:34', 202, NULL, '66.249.66.34'),
(12449, '2025-11-28 04:19:36', 170, NULL, '66.249.66.12'),
(12450, '2025-11-28 04:19:44', 202, NULL, '66.249.66.166'),
(12451, '2025-11-28 04:19:49', 202, NULL, '66.249.66.75'),
(12452, '2025-11-28 04:19:53', 170, NULL, '66.249.66.166'),
(12453, '2025-11-28 04:19:57', 170, NULL, '66.249.66.200'),
(12454, '2025-11-28 04:20:11', 402, NULL, '190.212.125.76'),
(12455, '2025-11-28 04:20:58', 202, NULL, '66.249.66.14'),
(12456, '2025-11-28 04:21:02', 170, NULL, '66.249.66.35'),
(12457, '2025-11-28 04:24:06', 400, NULL, '3.94.156.104'),
(12458, '2025-11-28 04:25:04', 330, NULL, '66.249.66.14'),
(12459, '2025-11-28 04:25:59', 400, NULL, '18.232.12.157'),
(12460, '2025-11-28 04:26:29', 21, NULL, '57.141.4.38'),
(12461, '2025-11-28 04:26:38', 101, NULL, '44.221.227.90'),
(12462, '2025-11-28 04:27:30', 465, NULL, '50.16.248.61'),
(12463, '2025-11-28 04:28:56', 406, NULL, '54.83.240.58'),
(12464, '2025-11-28 04:28:57', 167, NULL, '66.249.66.200'),
(12465, '2025-11-28 04:29:02', 429, NULL, '44.221.105.234'),
(12466, '2025-11-28 04:29:11', 167, NULL, '66.249.66.201'),
(12467, '2025-11-28 04:29:16', 167, NULL, '66.249.66.12'),
(12468, '2025-11-28 04:30:08', 426, NULL, '34.206.193.60'),
(12469, '2025-11-28 04:30:18', 215, NULL, '185.191.171.14'),
(12470, '2025-11-28 04:30:19', 358, NULL, '50.16.216.166'),
(12471, '2025-11-28 04:30:22', 317, NULL, '34.196.6.199'),
(12472, '2025-11-28 04:30:27', 317, NULL, '44.223.116.149'),
(12473, '2025-11-28 04:30:30', 415, NULL, '98.82.214.73'),
(12474, '2025-11-28 04:30:38', 441, NULL, '54.80.185.200'),
(12475, '2025-11-28 04:30:41', 419, NULL, '44.217.177.142'),
(12476, '2025-11-28 04:30:51', 426, NULL, '52.4.238.8'),
(12477, '2025-11-28 04:30:53', 441, NULL, '3.90.73.206'),
(12478, '2025-11-28 04:31:08', 423, NULL, '3.213.46.222'),
(12479, '2025-11-28 04:31:15', 275, NULL, '35.169.119.108'),
(12480, '2025-11-28 04:31:42', 432, NULL, '3.89.176.255'),
(12481, '2025-11-28 04:32:30', 425, NULL, '35.174.141.243'),
(12482, '2025-11-28 04:32:35', 436, NULL, '54.85.7.119'),
(12483, '2025-11-28 04:32:40', 274, NULL, '54.80.73.122'),
(12484, '2025-11-28 04:36:53', 338, NULL, '17.246.15.181'),
(12485, '2025-11-28 04:37:50', 167, NULL, '66.249.66.34'),
(12486, '2025-11-28 04:38:25', 411, NULL, '184.72.95.195'),
(12487, '2025-11-28 04:40:34', 128, NULL, '186.130.39.239'),
(12488, '2025-11-28 04:41:57', 442, NULL, '66.249.66.200'),
(12489, '2025-11-28 04:42:17', 101, NULL, '52.70.209.13'),
(12490, '2025-11-28 04:42:47', 414, NULL, '18.215.77.19'),
(12491, '2025-11-28 04:42:54', 422, NULL, '107.20.255.194'),
(12492, '2025-11-28 04:43:00', 434, NULL, '3.218.103.254'),
(12493, '2025-11-28 04:43:09', 135, NULL, '44.196.118.6'),
(12494, '2025-11-28 04:44:26', 101, NULL, '34.239.85.139'),
(12495, '2025-11-28 04:44:54', 421, NULL, '184.72.84.154'),
(12496, '2025-11-28 04:44:57', 205, NULL, '66.249.66.34'),
(12497, '2025-11-28 04:45:03', 358, NULL, '34.194.14.255'),
(12498, '2025-11-28 04:45:05', 200, NULL, '66.249.66.35'),
(12499, '2025-11-28 04:45:18', 228, NULL, '66.249.66.13'),
(12500, '2025-11-28 04:45:26', 407, NULL, '3.216.227.216'),
(12501, '2025-11-28 04:46:32', 31, NULL, '23.20.178.124'),
(12502, '2025-11-28 04:46:33', 172, NULL, '66.249.66.13'),
(12503, '2025-11-28 04:47:14', 403, NULL, '52.6.97.88'),
(12504, '2025-11-28 04:49:06', 431, NULL, '18.215.24.66'),
(12505, '2025-11-28 04:49:35', 426, NULL, '44.215.210.112'),
(12506, '2025-11-28 04:49:47', 432, NULL, '3.224.205.25'),
(12507, '2025-11-28 04:50:33', 436, NULL, '54.221.203.24'),
(12508, '2025-11-28 04:50:41', 247, NULL, '17.241.75.52'),
(12509, '2025-11-28 04:52:01', 307, NULL, '52.2.4.213'),
(12510, '2025-11-28 04:52:22', 399, NULL, '52.23.112.144'),
(12511, '2025-11-28 04:52:38', 388, NULL, '52.44.229.124'),
(12512, '2025-11-28 04:55:32', 333, NULL, '66.249.66.168'),
(12513, '2025-11-28 04:55:47', 411, NULL, '44.221.105.234'),
(12514, '2025-11-28 04:55:49', 48, NULL, '43.173.173.231'),
(12515, '2025-11-28 04:55:49', 41, NULL, '43.173.173.231'),
(12516, '2025-11-28 04:56:01', 433, NULL, '66.249.66.76'),
(12517, '2025-11-28 04:58:08', 281, NULL, '66.249.66.75'),
(12518, '2025-11-28 04:59:12', 126, NULL, '43.173.178.103'),
(12519, '2025-11-28 05:00:43', 332, NULL, '66.249.66.76'),
(12520, '2025-11-28 05:00:49', 289, NULL, '103.15.213.16'),
(12521, '2025-11-28 05:02:47', 175, NULL, '66.249.66.75'),
(12522, '2025-11-28 05:03:00', 182, NULL, '66.249.66.167'),
(12523, '2025-11-28 05:09:08', 395, NULL, '100.28.133.214'),
(12524, '2025-11-28 05:12:54', 36, NULL, '216.244.66.235'),
(12525, '2025-11-28 05:12:54', 37, NULL, '216.244.66.235'),
(12526, '2025-11-28 05:12:54', 38, NULL, '216.244.66.235'),
(12527, '2025-11-28 05:12:54', 39, NULL, '216.244.66.235'),
(12528, '2025-11-28 05:12:54', 43, NULL, '216.244.66.235'),
(12529, '2025-11-28 05:12:54', 45, NULL, '216.244.66.235'),
(12530, '2025-11-28 05:12:54', 46, NULL, '216.244.66.235'),
(12531, '2025-11-28 05:12:54', 49, NULL, '216.244.66.235'),
(12532, '2025-11-28 05:15:26', 435, NULL, '54.235.172.96'),
(12533, '2025-11-28 05:16:48', 462, NULL, '18.206.47.187'),
(12534, '2025-11-28 05:16:51', 398, NULL, '3.208.156.9'),
(12535, '2025-11-28 05:18:30', 388, NULL, '23.21.228.180'),
(12536, '2025-11-28 05:20:06', 422, NULL, '34.226.89.140'),
(12537, '2025-11-28 05:20:18', 413, NULL, '54.166.126.132'),
(12538, '2025-11-28 05:20:19', 407, NULL, '54.144.185.255'),
(12539, '2025-11-28 05:20:43', 388, NULL, '54.162.69.192'),
(12540, '2025-11-28 05:22:52', 497, NULL, '91.186.249.53'),
(12541, '2025-11-28 05:23:02', 31, NULL, '54.84.147.79'),
(12542, '2025-11-28 05:24:00', 424, NULL, '3.225.45.252'),
(12543, '2025-11-28 05:24:06', 428, NULL, '52.44.148.203'),
(12544, '2025-11-28 05:24:23', 414, NULL, '98.84.131.195'),
(12545, '2025-11-28 05:24:37', 438, NULL, '98.82.66.172'),
(12546, '2025-11-28 05:24:50', 482, NULL, '3.214.176.44'),
(12547, '2025-11-28 05:25:15', 146, NULL, '66.249.66.166'),
(12548, '2025-11-28 05:26:17', 146, NULL, '66.249.66.201'),
(12549, '2025-11-28 05:28:13', 381, NULL, '66.249.66.76'),
(12550, '2025-11-28 05:41:44', 456, NULL, '185.191.171.7'),
(12551, '2025-11-28 05:42:13', 31, NULL, '18.213.102.186'),
(12552, '2025-11-28 05:42:54', 424, NULL, '44.209.89.189'),
(12553, '2025-11-28 05:44:56', 426, NULL, '100.28.49.152'),
(12554, '2025-11-28 05:45:31', 400, NULL, '34.231.77.232'),
(12555, '2025-11-28 05:46:45', 431, NULL, '44.205.74.196'),
(12556, '2025-11-28 05:47:01', 317, NULL, '23.23.104.107'),
(12557, '2025-11-28 05:47:19', 418, NULL, '34.224.9.144'),
(12558, '2025-11-28 05:47:53', 388, NULL, '54.87.95.7'),
(12559, '2025-11-28 05:48:09', 46, NULL, '31.148.29.22'),
(12560, '2025-11-28 05:49:15', 427, NULL, '54.144.185.255'),
(12561, '2025-11-28 05:49:39', 491, NULL, '66.249.66.12'),
(12562, '2025-11-28 05:50:47', 426, NULL, '52.44.229.124'),
(12563, '2025-11-28 05:52:57', 415, NULL, '52.1.157.90'),
(12564, '2025-11-28 05:53:41', 428, NULL, '54.86.59.155'),
(12565, '2025-11-28 05:54:24', 436, NULL, '23.21.227.240'),
(12566, '2025-11-28 05:54:33', 161, NULL, '146.174.164.220'),
(12567, '2025-11-28 05:55:54', 129, NULL, '162.246.109.34'),
(12568, '2025-11-28 05:58:46', 436, NULL, '66.249.66.13'),
(12569, '2025-11-28 06:02:57', 133, NULL, '66.249.66.168'),
(12570, '2025-11-28 06:03:22', 133, NULL, '66.249.66.12'),
(12571, '2025-11-28 06:03:35', 133, NULL, '66.249.66.75'),
(12572, '2025-11-28 06:03:43', 133, NULL, '66.249.66.34'),
(12573, '2025-11-28 06:05:24', 133, NULL, '66.249.66.166'),
(12574, '2025-11-28 06:07:27', 467, NULL, '66.249.66.201'),
(12575, '2025-11-28 06:07:39', 436, NULL, '66.249.66.12'),
(12576, '2025-11-28 06:09:30', 161, NULL, '66.249.66.12'),
(12577, '2025-11-28 06:11:54', 130, NULL, '3.94.157.25'),
(12578, '2025-11-28 06:15:19', 88, NULL, '188.68.33.61'),
(12579, '2025-11-28 06:16:06', 242, NULL, '88.238.194.42'),
(12580, '2025-11-28 06:17:44', 298, NULL, '5.0.35.239'),
(12581, '2025-11-28 06:19:52', 22, NULL, '189.71.252.196'),
(12582, '2025-11-28 06:20:53', 483, NULL, '170.247.238.10'),
(12583, '2025-11-28 06:21:05', 435, NULL, '34.226.89.140'),
(12584, '2025-11-28 06:21:30', 145, NULL, '14.165.27.248'),
(12585, '2025-11-28 06:21:50', 101, NULL, '50.19.102.70'),
(12586, '2025-11-28 06:22:15', 145, NULL, '168.205.136.238'),
(12587, '2025-11-28 06:22:45', 456, NULL, '44.213.202.136'),
(12588, '2025-11-28 06:23:26', 481, NULL, '184.73.195.18'),
(12589, '2025-11-28 06:24:27', 429, NULL, '34.194.95.99'),
(12590, '2025-11-28 06:24:31', 431, NULL, '54.243.63.52'),
(12591, '2025-11-28 06:25:32', 307, NULL, '52.202.233.37'),
(12592, '2025-11-28 06:25:48', 441, NULL, '54.167.32.123'),
(12593, '2025-11-28 06:25:54', 418, NULL, '3.210.223.61'),
(12594, '2025-11-28 06:26:15', 422, NULL, '18.205.91.101'),
(12595, '2025-11-28 06:26:32', 430, NULL, '100.27.153.9'),
(12596, '2025-11-28 06:26:34', 420, NULL, '3.225.45.252'),
(12597, '2025-11-28 06:26:38', 434, NULL, '54.163.169.168'),
(12598, '2025-11-28 06:27:55', 274, NULL, '34.234.197.175'),
(12599, '2025-11-28 06:28:46', 401, NULL, '34.239.85.139'),
(12600, '2025-11-28 06:29:10', 399, NULL, '44.197.76.210'),
(12601, '2025-11-28 06:30:58', 332, NULL, '17.246.23.126'),
(12602, '2025-11-28 06:32:10', 401, NULL, '54.225.199.17'),
(12603, '2025-11-28 06:41:42', 317, NULL, '34.203.111.15'),
(12604, '2025-11-28 06:44:52', 445, NULL, '3.94.156.104'),
(12605, '2025-11-28 06:46:59', 440, NULL, '54.91.122.193'),
(12606, '2025-11-28 06:48:02', 410, NULL, '54.145.82.217'),
(12607, '2025-11-28 06:52:59', 437, NULL, '44.193.102.198'),
(12608, '2025-11-28 06:53:50', 181, NULL, '66.249.66.13'),
(12609, '2025-11-28 06:54:37', 342, NULL, '17.241.219.110'),
(12610, '2025-11-28 06:59:12', 413, NULL, '23.21.225.190'),
(12611, '2025-11-28 06:59:19', 430, NULL, '18.209.201.119'),
(12612, '2025-11-28 07:03:49', 395, NULL, '52.200.54.136'),
(12613, '2025-11-28 07:06:22', 395, NULL, '44.205.192.249'),
(12614, '2025-11-28 07:12:04', 403, NULL, '52.22.87.224'),
(12615, '2025-11-28 07:12:12', 448, NULL, '54.225.81.20'),
(12616, '2025-11-28 07:13:00', 425, NULL, '3.94.156.104'),
(12617, '2025-11-28 07:15:32', 396, NULL, '54.197.102.71'),
(12618, '2025-11-28 07:16:51', 23, NULL, '14.190.229.213'),
(12619, '2025-11-28 07:17:17', 365, NULL, '89.245.18.41'),
(12620, '2025-11-28 07:18:13', 427, NULL, '18.207.79.144'),
(12621, '2025-11-28 07:19:58', 435, NULL, '35.153.86.200'),
(12622, '2025-11-28 07:20:04', 46, NULL, '218.188.253.246'),
(12623, '2025-11-28 07:20:07', 31, NULL, '5.45.133.154'),
(12624, '2025-11-28 07:21:27', 403, NULL, '44.207.252.58'),
(12625, '2025-11-28 07:22:26', 417, NULL, '44.221.227.90'),
(12626, '2025-11-28 07:22:39', 406, NULL, '44.221.105.234'),
(12627, '2025-11-28 07:23:23', 358, NULL, '52.200.58.199'),
(12628, '2025-11-28 07:23:26', 438, NULL, '44.195.145.102'),
(12629, '2025-11-28 07:23:58', 398, NULL, '54.157.99.244'),
(12630, '2025-11-28 07:24:37', 415, NULL, '52.203.68.145'),
(12631, '2025-11-28 07:24:49', 426, NULL, '3.212.205.90'),
(12632, '2025-11-28 07:24:54', 410, NULL, '23.21.228.180'),
(12633, '2025-11-28 07:25:01', 415, NULL, '54.144.185.255'),
(12634, '2025-11-28 07:25:05', 404, NULL, '44.216.172.204'),
(12635, '2025-11-28 07:25:10', 447, NULL, '52.3.26.180'),
(12636, '2025-11-28 07:25:21', 430, NULL, '52.203.237.170'),
(12637, '2025-11-28 07:25:34', 399, NULL, '18.209.137.234'),
(12638, '2025-11-28 07:26:09', 399, NULL, '23.20.178.124'),
(12639, '2025-11-28 07:26:55', 388, NULL, '52.203.237.170'),
(12640, '2025-11-28 07:32:21', 396, NULL, '34.197.28.78'),
(12641, '2025-11-28 07:37:55', 205, NULL, '17.22.245.21'),
(12642, '2025-11-28 07:39:09', 484, NULL, '34.234.197.175'),
(12643, '2025-11-28 07:42:03', 135, NULL, '44.195.145.102'),
(12644, '2025-11-28 07:42:25', 430, NULL, '107.20.181.148'),
(12645, '2025-11-28 07:46:47', 437, NULL, '52.203.68.145'),
(12646, '2025-11-28 07:47:36', 135, NULL, '35.169.119.108'),
(12647, '2025-11-28 07:47:50', 441, NULL, '3.232.82.72'),
(12648, '2025-11-28 07:47:54', 420, NULL, '18.214.138.148'),
(12649, '2025-11-28 07:48:12', 412, NULL, '18.214.186.220'),
(12650, '2025-11-28 07:55:54', 408, NULL, '35.174.253.85'),
(12651, '2025-11-28 08:08:43', 298, NULL, '49.145.116.72'),
(12652, '2025-11-28 08:12:20', 128, NULL, '119.93.143.204'),
(12653, '2025-11-28 08:12:20', 127, NULL, '119.93.143.204'),
(12654, '2025-11-28 08:15:09', 417, NULL, '54.84.93.8'),
(12655, '2025-11-28 08:15:31', 428, NULL, '44.193.102.198'),
(12656, '2025-11-28 08:17:13', 251, NULL, '167.250.40.107'),
(12657, '2025-11-28 08:17:31', 421, NULL, '184.73.35.182'),
(12658, '2025-11-28 08:18:07', 419, NULL, '34.196.237.236'),
(12659, '2025-11-28 08:18:21', 413, NULL, '34.196.6.199'),
(12660, '2025-11-28 08:18:50', 440, NULL, '52.3.155.146'),
(12661, '2025-11-28 08:19:08', 402, NULL, '50.16.248.61'),
(12662, '2025-11-28 08:19:57', 421, NULL, '3.94.199.128'),
(12663, '2025-11-28 08:20:15', 420, NULL, '34.196.237.236'),
(12664, '2025-11-28 08:20:27', 408, NULL, '52.0.63.151'),
(12665, '2025-11-28 08:20:42', 407, NULL, '35.173.38.202'),
(12666, '2025-11-28 08:21:32', 492, NULL, '170.82.50.173'),
(12667, '2025-11-28 08:22:21', 101, NULL, '54.164.106.236'),
(12668, '2025-11-28 08:23:10', 410, NULL, '44.209.35.147'),
(12669, '2025-11-28 08:23:13', 418, NULL, '18.204.89.56'),
(12670, '2025-11-28 08:23:21', 399, NULL, '52.71.216.196'),
(12671, '2025-11-28 08:37:38', 404, NULL, '52.3.155.146'),
(12672, '2025-11-28 08:38:41', 395, NULL, '34.205.163.103'),
(12673, '2025-11-28 08:41:03', 403, NULL, '23.21.148.226'),
(12674, '2025-11-28 08:41:35', 428, NULL, '50.16.216.166'),
(12675, '2025-11-28 08:42:06', 436, NULL, '35.171.117.160'),
(12676, '2025-11-28 08:44:34', 437, NULL, '18.204.152.114'),
(12677, '2025-11-28 08:45:35', 441, NULL, '18.213.102.186'),
(12678, '2025-11-28 08:45:38', 434, NULL, '18.232.36.1'),
(12679, '2025-11-28 08:46:06', 401, NULL, '3.94.157.25'),
(12680, '2025-11-28 08:48:30', 428, NULL, '98.83.10.183'),
(12681, '2025-11-28 08:48:42', 420, NULL, '44.221.227.90'),
(12682, '2025-11-28 08:48:49', 430, NULL, '35.169.119.108'),
(12683, '2025-11-28 08:49:13', 401, NULL, '54.83.56.1'),
(12684, '2025-11-28 08:51:15', 424, NULL, '35.171.117.160'),
(12685, '2025-11-28 08:51:19', 421, NULL, '54.84.147.79'),
(12686, '2025-11-28 08:51:39', 424, NULL, '184.73.195.18'),
(12687, '2025-11-28 08:51:46', 415, NULL, '35.173.38.202'),
(12688, '2025-11-28 08:54:45', 250, NULL, '66.249.66.77'),
(12689, '2025-11-28 08:54:53', 275, NULL, '66.249.66.34'),
(12690, '2025-11-28 08:54:59', 242, NULL, '85.254.65.44'),
(12691, '2025-11-28 08:55:06', 242, NULL, '31.56.130.123'),
(12692, '2025-11-28 08:59:45', 29, NULL, '52.73.142.41'),
(12693, '2025-11-28 09:03:49', 172, NULL, '38.137.23.230'),
(12694, '2025-11-28 09:05:05', 101, NULL, '52.70.123.241'),
(12695, '2025-11-28 09:16:44', 443, NULL, '190.5.43.57'),
(12696, '2025-11-28 09:22:36', 273, NULL, '92.114.227.35'),
(12697, '2025-11-28 09:26:15', 202, NULL, '136.158.24.200'),
(12698, '2025-11-28 09:26:27', 202, NULL, '196.190.154.91'),
(12699, '2025-11-28 09:27:08', 440, NULL, '35.169.119.108'),
(12700, '2025-11-28 09:27:37', 400, NULL, '50.16.72.185'),
(12701, '2025-11-28 09:29:32', 402, NULL, '3.89.170.186'),
(12702, '2025-11-28 09:29:44', 402, NULL, '18.235.81.246'),
(12703, '2025-11-28 09:29:48', 358, NULL, '52.4.213.199'),
(12704, '2025-11-28 09:30:09', 406, NULL, '54.209.100.30'),
(12705, '2025-11-28 09:30:32', 135, NULL, '35.172.125.172'),
(12706, '2025-11-28 09:30:52', 423, NULL, '44.215.210.112'),
(12707, '2025-11-28 09:31:00', 418, NULL, '34.231.77.232'),
(12708, '2025-11-28 09:31:08', 432, NULL, '35.153.86.200'),
(12709, '2025-11-28 09:31:16', 404, NULL, '54.166.104.83'),
(12710, '2025-11-28 09:31:28', 426, NULL, '35.168.238.50'),
(12711, '2025-11-28 09:31:45', 470, NULL, '44.216.172.204'),
(12712, '2025-11-28 09:32:36', 425, NULL, '3.229.2.217'),
(12713, '2025-11-28 09:32:41', 433, NULL, '34.231.118.144'),
(12714, '2025-11-28 09:34:08', 436, NULL, '52.45.92.83'),
(12715, '2025-11-28 09:34:17', 427, NULL, '44.215.210.112'),
(12716, '2025-11-28 09:37:33', 408, NULL, '184.73.195.18'),
(12717, '2025-11-28 09:38:29', 401, NULL, '35.174.253.85'),
(12718, '2025-11-28 09:38:47', 43, NULL, '43.173.180.41'),
(12719, '2025-11-28 09:39:27', 415, NULL, '3.219.80.71'),
(12720, '2025-11-28 09:45:59', 437, NULL, '18.232.11.247'),
(12721, '2025-11-28 09:45:59', 435, NULL, '52.22.87.224'),
(12722, '2025-11-28 09:45:59', 440, NULL, '54.83.23.103'),
(12723, '2025-11-28 09:46:55', 427, NULL, '34.231.181.240'),
(12724, '2025-11-28 09:52:26', 184, NULL, '181.188.15.118'),
(12725, '2025-11-28 10:04:41', 296, NULL, '176.117.106.52'),
(12726, '2025-11-28 10:06:06', 433, NULL, '34.205.170.13'),
(12727, '2025-11-28 10:06:54', 412, NULL, '44.195.145.102'),
(12728, '2025-11-28 10:08:26', 423, NULL, '184.73.239.35'),
(12729, '2025-11-28 10:08:29', 274, NULL, '100.29.107.38'),
(12730, '2025-11-28 10:10:13', 422, NULL, '184.73.239.35'),
(12731, '2025-11-28 10:12:01', 429, NULL, '18.214.124.6'),
(12732, '2025-11-28 10:13:59', 433, NULL, '18.215.24.66'),
(12733, '2025-11-28 10:14:11', 285, NULL, '223.204.231.117'),
(12734, '2025-11-28 10:17:15', 296, NULL, '102.211.213.58'),
(12735, '2025-11-28 10:18:08', 415, NULL, '3.94.199.128'),
(12736, '2025-11-28 10:18:10', 408, NULL, '34.227.234.246'),
(12737, '2025-11-28 10:18:13', 425, NULL, '52.44.229.124'),
(12738, '2025-11-28 10:21:12', 443, NULL, '113.191.195.214'),
(12739, '2025-11-28 10:21:28', 411, NULL, '34.194.95.99'),
(12740, '2025-11-28 10:21:52', 411, NULL, '3.210.29.96'),
(12741, '2025-11-28 10:23:33', 238, NULL, '186.224.150.69'),
(12742, '2025-11-28 10:38:38', 392, NULL, '54.235.81.43'),
(12743, '2025-11-28 10:42:22', 31, NULL, '43.173.179.13'),
(12744, '2025-11-28 10:45:52', 31, NULL, '152.53.86.90'),
(12745, '2025-11-28 11:01:55', 268, NULL, '45.118.70.141'),
(12746, '2025-11-28 11:04:21', 388, NULL, '80.40.7.63'),
(12747, '2025-11-28 11:22:56', 401, NULL, '2.50.217.81'),
(12748, '2025-11-28 11:22:57', 509, NULL, '66.249.66.13'),
(12749, '2025-11-28 11:24:32', 130, NULL, '43.173.174.85'),
(12750, '2025-11-28 11:24:44', 202, NULL, '217.218.145.171'),
(12751, '2025-11-28 11:28:21', 289, NULL, '112.204.213.219'),
(12752, '2025-11-28 11:28:44', 403, NULL, '34.206.249.188'),
(12753, '2025-11-28 11:29:25', 440, NULL, '3.213.85.234'),
(12754, '2025-11-28 11:31:29', 437, NULL, '3.216.86.144'),
(12755, '2025-11-28 11:31:49', 446, NULL, '52.3.155.146'),
(12756, '2025-11-28 11:32:22', 29, NULL, '43.173.178.62'),
(12757, '2025-11-28 11:34:39', 88, NULL, '152.53.84.49'),
(12758, '2025-11-28 11:36:15', 7, NULL, '52.167.144.194'),
(12759, '2025-11-28 11:39:47', 135, NULL, '52.204.89.12'),
(12760, '2025-11-28 11:40:00', 431, NULL, '184.73.195.18'),
(12761, '2025-11-28 11:40:06', 431, NULL, '52.70.138.176'),
(12762, '2025-11-28 11:40:14', 402, NULL, '52.3.155.146'),
(12763, '2025-11-28 11:40:21', 414, NULL, '54.225.199.17'),
(12764, '2025-11-28 11:40:24', 431, NULL, '18.214.124.6'),
(12765, '2025-11-28 11:41:35', 135, NULL, '3.215.59.93'),
(12766, '2025-11-28 11:43:22', 431, NULL, '34.231.77.232'),
(12767, '2025-11-28 11:43:48', 421, NULL, '3.227.180.70'),
(12768, '2025-11-28 11:44:06', 459, NULL, '52.3.104.214'),
(12769, '2025-11-28 11:44:34', 317, NULL, '107.20.25.33'),
(12770, '2025-11-28 11:44:51', 441, NULL, '100.28.49.152'),
(12771, '2025-11-28 11:44:58', 410, NULL, '3.208.156.9'),
(12772, '2025-11-28 11:45:26', 418, NULL, '34.203.111.15'),
(12773, '2025-11-28 11:46:21', 434, NULL, '52.0.105.244'),
(12774, '2025-11-28 11:46:25', 434, NULL, '52.202.52.82'),
(12775, '2025-11-28 11:46:36', 275, NULL, '98.84.200.43'),
(12776, '2025-11-28 11:46:49', 420, NULL, '44.221.105.234'),
(12777, '2025-11-28 11:47:28', 432, NULL, '18.204.89.56'),
(12778, '2025-11-28 11:47:49', 404, NULL, '18.205.127.11'),
(12779, '2025-11-28 11:48:24', 407, NULL, '3.210.29.96'),
(12780, '2025-11-28 11:48:34', 399, NULL, '44.221.37.41'),
(12781, '2025-11-28 11:48:41', 436, NULL, '54.235.158.162'),
(12782, '2025-11-28 11:48:52', 388, NULL, '52.45.77.169'),
(12783, '2025-11-28 11:49:01', 416, NULL, '23.21.250.48'),
(12784, '2025-11-28 11:49:02', 23, NULL, '34.169.148.92'),
(12785, '2025-11-28 11:49:12', 401, NULL, '52.202.233.37'),
(12786, '2025-11-28 11:49:17', 399, NULL, '34.196.114.170'),
(12787, '2025-11-28 11:49:20', 432, NULL, '18.214.124.6'),
(12788, '2025-11-28 11:49:28', 425, NULL, '44.195.50.71'),
(12789, '2025-11-28 11:50:24', 425, NULL, '50.19.79.213'),
(12790, '2025-11-28 11:51:17', 412, NULL, '3.221.244.28'),
(12791, '2025-11-28 11:52:24', 128, NULL, '185.204.68.205'),
(12792, '2025-11-28 11:52:24', 127, NULL, '185.204.68.205'),
(12793, '2025-11-28 12:01:22', 298, NULL, '117.243.76.88'),
(12794, '2025-11-28 12:06:27', 245, NULL, '47.128.63.18'),
(12795, '2025-11-28 12:06:27', 245, NULL, '47.128.124.120'),
(12796, '2025-11-28 12:07:14', 245, NULL, '47.128.97.243'),
(12797, '2025-11-28 12:17:41', 307, NULL, '45.182.141.181'),
(12798, '2025-11-28 12:18:09', 101, NULL, '100.29.155.89'),
(12799, '2025-11-28 12:18:45', 101, NULL, '52.22.87.224'),
(12800, '2025-11-28 12:20:01', 424, NULL, '54.163.136.244'),
(12801, '2025-11-28 12:20:04', 402, NULL, '44.221.105.234'),
(12802, '2025-11-28 12:21:24', 317, NULL, '34.236.135.14'),
(12803, '2025-11-28 12:21:32', 419, NULL, '54.197.82.195'),
(12804, '2025-11-28 12:21:40', 438, NULL, '23.23.180.225'),
(12805, '2025-11-28 12:21:45', 317, NULL, '35.172.125.172'),
(12806, '2025-11-28 12:22:33', 478, NULL, '100.28.44.58'),
(12807, '2025-11-28 12:22:40', 434, NULL, '100.29.128.75'),
(12808, '2025-11-28 12:22:57', 388, NULL, '52.3.155.146'),
(12809, '2025-11-28 12:24:36', 412, NULL, '34.204.150.196'),
(12810, '2025-11-28 12:32:10', 417, NULL, '34.192.125.239'),
(12811, '2025-11-28 12:32:34', 428, NULL, '52.6.97.88'),
(12812, '2025-11-28 12:33:03', 402, NULL, '44.207.207.36'),
(12813, '2025-11-28 12:33:54', 420, NULL, '44.215.210.112'),
(12814, '2025-11-28 12:34:03', 423, NULL, '52.2.58.41'),
(12815, '2025-11-28 12:34:05', 398, NULL, '54.80.73.122'),
(12816, '2025-11-28 12:38:37', 489, NULL, '34.231.156.59'),
(12817, '2025-11-28 12:38:42', 406, NULL, '3.89.170.186'),
(12818, '2025-11-28 12:39:01', 438, NULL, '52.44.174.136'),
(12819, '2025-11-28 12:40:47', 434, NULL, '98.82.40.168'),
(12820, '2025-11-28 12:47:25', 129, NULL, '52.205.141.124'),
(12821, '2025-11-28 12:48:52', 429, NULL, '52.205.113.104'),
(12822, '2025-11-28 12:49:00', 438, NULL, '23.20.178.124'),
(12823, '2025-11-28 12:50:08', 268, NULL, '200.82.192.5'),
(12824, '2025-11-28 12:50:33', 427, NULL, '54.210.152.179'),
(12825, '2025-11-28 12:50:41', 427, NULL, '54.92.171.106'),
(12826, '2025-11-28 12:58:41', 298, NULL, '66.249.66.77'),
(12827, '2025-11-28 13:03:32', 437, NULL, '52.71.218.25'),
(12828, '2025-11-28 13:05:04', 417, NULL, '52.54.249.218'),
(12829, '2025-11-28 13:06:42', 435, NULL, '23.22.59.87'),
(12830, '2025-11-28 13:06:53', 424, NULL, '3.214.176.44'),
(12831, '2025-11-28 13:06:59', 424, NULL, '3.224.215.150'),
(12832, '2025-11-28 13:07:11', 422, NULL, '52.54.95.127'),
(12833, '2025-11-28 13:07:14', 415, NULL, '54.163.136.244'),
(12834, '2025-11-28 13:07:19', 31, NULL, '152.53.87.225'),
(12835, '2025-11-28 13:07:35', 296, NULL, '223.181.96.15'),
(12836, '2025-11-28 13:07:47', 414, NULL, '52.202.52.82'),
(12837, '2025-11-28 13:08:27', 418, NULL, '98.83.177.42'),
(12838, '2025-11-28 13:08:52', 434, NULL, '3.210.223.61'),
(12839, '2025-11-28 13:08:58', 408, NULL, '3.217.82.254'),
(12840, '2025-11-28 13:09:03', 430, NULL, '18.207.79.144'),
(12841, '2025-11-28 13:11:50', 307, NULL, '23.20.178.124'),
(12842, '2025-11-28 13:11:58', 418, NULL, '34.239.197.197'),
(12843, '2025-11-28 13:12:01', 413, NULL, '18.233.24.238'),
(12844, '2025-11-28 13:12:13', 422, NULL, '34.231.156.59'),
(12845, '2025-11-28 13:12:26', 416, NULL, '3.221.222.168'),
(12846, '2025-11-28 13:12:29', 433, NULL, '34.197.28.78'),
(12847, '2025-11-28 13:12:38', 433, NULL, '54.87.62.248'),
(12848, '2025-11-28 13:16:38', 299, NULL, '197.214.196.101'),
(12849, '2025-11-28 13:16:49', 411, NULL, '18.205.213.231'),
(12850, '2025-11-28 13:17:05', 22, NULL, '45.238.155.209'),
(12851, '2025-11-28 13:18:17', 251, NULL, '113.182.238.136'),
(12852, '2025-11-28 13:25:40', 396, NULL, '98.84.60.17'),
(12853, '2025-11-28 13:28:13', 400, NULL, '18.211.148.239'),
(12854, '2025-11-28 13:28:17', 437, NULL, '52.3.104.214'),
(12855, '2025-11-28 13:30:49', 403, NULL, '18.205.91.101'),
(12856, '2025-11-28 13:32:04', 430, NULL, '100.29.107.38'),
(12857, '2025-11-28 13:33:08', 403, NULL, '43.173.182.254'),
(12858, '2025-11-28 13:34:31', 415, NULL, '3.94.40.182'),
(12859, '2025-11-28 13:34:33', 413, NULL, '54.156.248.117'),
(12860, '2025-11-28 13:34:37', 135, NULL, '52.202.233.37'),
(12861, '2025-11-28 13:37:50', 406, NULL, '3.210.223.61'),
(12862, '2025-11-28 13:40:23', 403, NULL, '98.83.10.183'),
(12863, '2025-11-28 13:40:38', 435, NULL, '107.20.25.33'),
(12864, '2025-11-28 13:47:49', 37, NULL, '34.224.9.144'),
(12865, '2025-11-28 13:48:42', 268, NULL, '176.88.191.244'),
(12866, '2025-11-28 13:50:06', 337, NULL, '17.246.19.41'),
(12867, '2025-11-28 13:57:27', 358, NULL, '40.77.167.44'),
(12868, '2025-11-28 13:57:58', 273, NULL, '169.224.86.74'),
(12869, '2025-11-28 13:58:09', 37, NULL, '18.213.240.226'),
(12870, '2025-11-28 14:04:32', 237, NULL, '103.188.136.98'),
(12871, '2025-11-28 14:05:21', 429, NULL, '34.238.45.183'),
(12872, '2025-11-28 14:06:13', 307, NULL, '3.231.193.38'),
(12873, '2025-11-28 14:06:15', 426, NULL, '54.197.102.71'),
(12874, '2025-11-28 14:06:25', 415, NULL, '184.73.47.24'),
(12875, '2025-11-28 14:07:36', 431, NULL, '54.83.180.239'),
(12876, '2025-11-28 14:07:52', 458, NULL, '184.72.84.154'),
(12877, '2025-11-28 14:09:12', 46, NULL, '179.127.130.104'),
(12878, '2025-11-28 14:10:25', 274, NULL, '52.200.93.170'),
(12879, '2025-11-28 14:20:05', 202, NULL, '170.238.21.65'),
(12880, '2025-11-28 14:31:55', 256, NULL, '43.173.182.104'),
(12881, '2025-11-28 14:32:58', 256, NULL, '43.173.181.206'),
(12882, '2025-11-28 14:35:05', 135, NULL, '34.203.111.15'),
(12883, '2025-11-28 14:36:06', 404, NULL, '52.7.33.248'),
(12884, '2025-11-28 14:36:29', 416, NULL, '34.204.150.196'),
(12885, '2025-11-28 14:36:33', 436, NULL, '34.194.14.255'),
(12886, '2025-11-28 14:38:53', 443, NULL, '98.82.40.168'),
(12887, '2025-11-28 14:39:02', 440, NULL, '18.213.240.226'),
(12888, '2025-11-28 14:39:15', 301, NULL, '212.47.136.218'),
(12889, '2025-11-28 14:39:26', 426, NULL, '44.216.172.204'),
(12890, '2025-11-28 14:39:32', 275, NULL, '44.215.231.15'),
(12891, '2025-11-28 14:39:33', 430, NULL, '3.225.9.97'),
(12892, '2025-11-28 14:40:20', 427, NULL, '98.83.72.38'),
(12893, '2025-11-28 14:41:46', 406, NULL, '18.209.137.234'),
(12894, '2025-11-28 14:41:54', 422, NULL, '52.3.156.186'),
(12895, '2025-11-28 14:48:04', 414, NULL, '52.4.238.8'),
(12896, '2025-11-28 14:48:09', 429, NULL, '23.21.250.48'),
(12897, '2025-11-28 14:48:13', 292, NULL, '74.103.230.44'),
(12898, '2025-11-28 14:48:14', 421, NULL, '34.205.163.103'),
(12899, '2025-11-28 14:48:28', 414, NULL, '54.225.81.20'),
(12900, '2025-11-28 14:49:09', 413, NULL, '44.216.172.204'),
(12901, '2025-11-28 14:49:13', 430, NULL, '23.23.137.202'),
(12902, '2025-11-28 14:49:53', 425, NULL, '3.223.134.5'),
(12903, '2025-11-28 14:51:01', 427, NULL, '44.212.106.171'),
(12904, '2025-11-28 14:51:22', 198, NULL, '66.249.66.202'),
(12905, '2025-11-28 14:59:24', 249, NULL, '74.7.35.124'),
(12906, '2025-11-28 15:02:09', 46, NULL, '52.204.71.8'),
(12907, '2025-11-28 15:05:55', 471, NULL, '40.77.167.32'),
(12908, '2025-11-28 15:09:06', 199, NULL, '17.246.15.92'),
(12909, '2025-11-28 15:14:07', 457, NULL, '3.217.171.106'),
(12910, '2025-11-28 15:15:47', 463, NULL, '52.7.33.248'),
(12911, '2025-11-28 15:16:11', 31, NULL, '100.28.118.16'),
(12912, '2025-11-28 15:16:57', 31, NULL, '103.237.39.8'),
(12913, '2025-11-28 15:18:29', 421, NULL, '54.88.84.219'),
(12914, '2025-11-28 15:18:42', 429, NULL, '34.194.165.45'),
(12915, '2025-11-28 15:18:46', 431, NULL, '34.231.45.47'),
(12916, '2025-11-28 15:19:11', 414, NULL, '35.172.125.172'),
(12917, '2025-11-28 15:19:53', 438, NULL, '34.197.28.78'),
(12918, '2025-11-28 15:20:43', 441, NULL, '98.82.40.168'),
(12919, '2025-11-28 15:20:55', 419, NULL, '98.82.38.120'),
(12920, '2025-11-28 15:21:14', 410, NULL, '3.216.227.216'),
(12921, '2025-11-28 15:21:19', 418, NULL, '18.213.240.226'),
(12922, '2025-11-28 15:21:31', 418, NULL, '23.21.227.240'),
(12923, '2025-11-28 15:21:50', 408, NULL, '18.213.240.226'),
(12924, '2025-11-28 15:22:05', 388, NULL, '34.192.125.239'),
(12925, '2025-11-28 15:22:43', 388, NULL, '34.234.197.175'),
(12926, '2025-11-28 15:23:10', 416, NULL, '44.209.35.147'),
(12927, '2025-11-28 15:23:34', 436, NULL, '52.45.77.169'),
(12928, '2025-11-28 15:26:00', 325, NULL, '17.246.23.13'),
(12929, '2025-11-28 15:27:29', 42, NULL, '43.173.178.32'),
(12930, '2025-11-28 15:27:29', 372, NULL, '43.173.173.7'),
(12931, '2025-11-28 15:31:44', 39, NULL, '43.173.173.183'),
(12932, '2025-11-28 15:32:47', 323, NULL, '66.249.66.202'),
(12933, '2025-11-28 15:33:18', 296, NULL, '80.6.112.76'),
(12934, '2025-11-28 15:34:42', 366, NULL, '17.241.219.164'),
(12935, '2025-11-28 15:35:01', 438, NULL, '3.226.34.98'),
(12936, '2025-11-28 15:36:28', 237, NULL, '38.191.37.6'),
(12937, '2025-11-28 15:37:09', 410, NULL, '184.73.195.18'),
(12938, '2025-11-28 15:37:27', 427, NULL, '52.204.81.148'),
(12939, '2025-11-28 15:38:01', 411, NULL, '18.215.112.101'),
(12940, '2025-11-28 15:38:36', 101, NULL, '52.45.194.165'),
(12941, '2025-11-28 15:40:51', 417, NULL, '23.21.204.95'),
(12942, '2025-11-28 15:41:00', 413, NULL, '98.84.184.80'),
(12943, '2025-11-28 15:42:31', 435, NULL, '3.89.176.255'),
(12944, '2025-11-28 15:42:51', 317, NULL, '100.28.204.82'),
(12945, '2025-11-28 15:42:56', 432, NULL, '52.207.47.227'),
(12946, '2025-11-28 15:44:57', 414, NULL, '3.208.156.9'),
(12947, '2025-11-28 15:45:05', 420, NULL, '34.202.88.37'),
(12948, '2025-11-28 15:45:30', 425, NULL, '3.220.70.171'),
(12949, '2025-11-28 15:45:50', 246, NULL, '172.213.21.151'),
(12950, '2025-11-28 15:45:50', 246, NULL, '172.213.21.155'),
(12951, '2025-11-28 15:46:07', 352, NULL, '17.241.219.170'),
(12952, '2025-11-28 15:46:47', 437, NULL, '34.225.24.180'),
(12953, '2025-11-28 15:47:47', 404, NULL, '98.82.66.172'),
(12954, '2025-11-28 15:48:00', 359, NULL, '17.246.19.128'),
(12955, '2025-11-28 15:56:37', 395, NULL, '3.226.106.93'),
(12956, '2025-11-28 15:59:51', 249, NULL, '74.7.243.38'),
(12957, '2025-11-28 16:01:45', 301, NULL, '103.58.4.3'),
(12958, '2025-11-28 16:05:39', 98, NULL, '43.173.180.179'),
(12959, '2025-11-28 16:06:45', 503, NULL, '43.173.180.238'),
(12960, '2025-11-28 16:06:52', 388, NULL, '66.249.66.168'),
(12961, '2025-11-28 16:08:12', 172, NULL, '112.200.9.15'),
(12962, '2025-11-28 16:08:54', 403, NULL, '34.196.237.236'),
(12963, '2025-11-28 16:09:43', 406, NULL, '18.235.81.246'),
(12964, '2025-11-28 16:09:46', 429, NULL, '34.231.181.240'),
(12965, '2025-11-28 16:11:14', 434, NULL, '3.216.13.10'),
(12966, '2025-11-28 16:11:18', 413, NULL, '52.200.58.199'),
(12967, '2025-11-28 16:11:33', 420, NULL, '3.220.70.171'),
(12968, '2025-11-28 16:11:40', 408, NULL, '44.215.210.112'),
(12969, '2025-11-28 16:11:54', 420, NULL, '44.215.235.20'),
(12970, '2025-11-28 16:13:04', 433, NULL, '44.205.180.155'),
(12971, '2025-11-28 16:14:57', 426, NULL, '98.83.72.38'),
(12972, '2025-11-28 16:15:18', 407, NULL, '3.226.34.98'),
(12973, '2025-11-28 16:17:02', 31, NULL, '98.82.39.241'),
(12974, '2025-11-28 16:17:56', 402, NULL, '52.4.76.156'),
(12975, '2025-11-28 16:17:57', 413, NULL, '52.45.92.83'),
(12976, '2025-11-28 16:18:31', 487, NULL, '35.169.119.108'),
(12977, '2025-11-28 16:19:08', 246, NULL, '74.7.243.45'),
(12978, '2025-11-28 16:19:11', 246, NULL, '74.7.243.20'),
(12979, '2025-11-28 16:19:15', 505, NULL, '74.7.227.157'),
(12980, '2025-11-28 16:19:33', 487, NULL, '74.7.227.157'),
(12981, '2025-11-28 16:19:34', 515, NULL, '74.7.227.157'),
(12982, '2025-11-28 16:19:34', 499, NULL, '74.7.227.157'),
(12983, '2025-11-28 16:19:35', 496, NULL, '74.7.227.157'),
(12984, '2025-11-28 16:19:36', 532, NULL, '74.7.227.157'),
(12985, '2025-11-28 16:19:37', 518, NULL, '74.7.227.157'),
(12986, '2025-11-28 16:19:39', 500, NULL, '74.7.227.157'),
(12987, '2025-11-28 16:19:40', 493, NULL, '74.7.227.157'),
(12988, '2025-11-28 16:19:41', 509, NULL, '74.7.227.157'),
(12989, '2025-11-28 16:19:41', 508, NULL, '74.7.227.157'),
(12990, '2025-11-28 16:19:41', 507, NULL, '74.7.227.157'),
(12991, '2025-11-28 16:19:41', 506, NULL, '74.7.227.157'),
(12992, '2025-11-28 16:19:42', 490, NULL, '74.7.227.157'),
(12993, '2025-11-28 16:19:42', 511, NULL, '74.7.227.157'),
(12994, '2025-11-28 16:19:43', 538, NULL, '74.7.227.157'),
(12995, '2025-11-28 16:19:50', 535, NULL, '74.7.227.157'),
(12996, '2025-11-28 16:19:51', 533, NULL, '74.7.227.157'),
(12997, '2025-11-28 16:20:04', 530, NULL, '74.7.227.157'),
(12998, '2025-11-28 16:20:05', 502, NULL, '74.7.227.157'),
(12999, '2025-11-28 16:20:07', 524, NULL, '74.7.227.157'),
(13000, '2025-11-28 16:20:12', 521, NULL, '74.7.227.157'),
(13001, '2025-11-28 16:20:14', 488, NULL, '74.7.227.157'),
(13002, '2025-11-28 16:20:14', 523, NULL, '74.7.227.157'),
(13003, '2025-11-28 16:20:15', 495, NULL, '74.7.227.157'),
(13004, '2025-11-28 16:20:16', 517, NULL, '74.7.227.157'),
(13005, '2025-11-28 16:20:29', 491, NULL, '74.7.227.157'),
(13006, '2025-11-28 16:20:32', 531, NULL, '74.7.227.157'),
(13007, '2025-11-28 16:20:35', 513, NULL, '74.7.227.157'),
(13008, '2025-11-28 16:20:36', 497, NULL, '74.7.227.157'),
(13009, '2025-11-28 16:20:39', 501, NULL, '74.7.227.157'),
(13010, '2025-11-28 16:20:49', 492, NULL, '74.7.227.157'),
(13011, '2025-11-28 16:20:54', 510, NULL, '74.7.227.157'),
(13012, '2025-11-28 16:20:56', 494, NULL, '74.7.227.157'),
(13013, '2025-11-28 16:21:02', 528, NULL, '74.7.227.157'),
(13014, '2025-11-28 16:21:06', 514, NULL, '74.7.227.157'),
(13015, '2025-11-28 16:21:07', 504, NULL, '74.7.227.157'),
(13016, '2025-11-28 16:21:21', 529, NULL, '74.7.227.157'),
(13017, '2025-11-28 16:21:26', 489, NULL, '74.7.227.157'),
(13018, '2025-11-28 16:21:38', 516, NULL, '74.7.227.157'),
(13019, '2025-11-28 16:21:40', 503, NULL, '74.7.227.157'),
(13020, '2025-11-28 16:21:57', 512, NULL, '74.7.227.157'),
(13021, '2025-11-28 16:22:35', 504, NULL, '66.249.66.167'),
(13022, '2025-11-28 16:25:52', 394, NULL, '17.241.75.73'),
(13023, '2025-11-28 16:29:41', 395, NULL, '98.82.59.253'),
(13024, '2025-11-28 16:30:47', 249, NULL, '66.249.66.75'),
(13025, '2025-11-28 16:34:58', 419, NULL, '43.173.173.197'),
(13026, '2025-11-28 16:36:16', 435, NULL, '52.73.6.26'),
(13027, '2025-11-28 16:37:05', 128, NULL, '129.224.209.210'),
(13028, '2025-11-28 16:37:05', 127, NULL, '129.224.209.210'),
(13029, '2025-11-28 16:38:11', 128, NULL, '167.17.55.182'),
(13030, '2025-11-28 16:38:11', 127, NULL, '167.17.55.182'),
(13031, '2025-11-28 16:38:20', 361, NULL, '17.22.253.85'),
(13032, '2025-11-28 16:39:31', 426, NULL, '34.225.87.80'),
(13033, '2025-11-28 16:39:43', 423, NULL, '54.84.161.62'),
(13034, '2025-11-28 16:39:55', 423, NULL, '54.197.114.76'),
(13035, '2025-11-28 16:40:18', 413, NULL, '3.232.39.98'),
(13036, '2025-11-28 16:40:23', 444, NULL, '44.209.89.189'),
(13037, '2025-11-28 16:40:39', 388, NULL, '34.236.41.241'),
(13038, '2025-11-28 16:41:20', 398, NULL, '100.24.149.244'),
(13039, '2025-11-28 16:41:47', 360, NULL, '98.84.70.201'),
(13040, '2025-11-28 16:42:21', 355, NULL, '100.29.34.97'),
(13041, '2025-11-28 16:43:07', 485, NULL, '54.90.244.132'),
(13042, '2025-11-28 16:43:35', 398, NULL, '52.204.174.139'),
(13043, '2025-11-28 16:43:37', 430, NULL, '34.194.14.255'),
(13044, '2025-11-28 16:44:10', 388, NULL, '35.173.18.61'),
(13045, '2025-11-28 16:45:41', 435, NULL, '54.90.8.255'),
(13046, '2025-11-28 16:45:47', 486, NULL, '3.219.81.66'),
(13047, '2025-11-28 16:46:46', 307, NULL, '18.233.24.238'),
(13048, '2025-11-28 16:47:47', 431, NULL, '35.169.240.53'),
(13049, '2025-11-28 16:48:09', 423, NULL, '34.227.156.153'),
(13050, '2025-11-28 16:50:41', 396, NULL, '18.233.24.238'),
(13051, '2025-11-28 16:52:03', 289, NULL, '106.215.148.115'),
(13052, '2025-11-28 16:53:34', 411, NULL, '52.3.102.51'),
(13053, '2025-11-28 16:53:50', 402, NULL, '212.8.48.55'),
(13054, '2025-11-28 16:55:14', 172, NULL, '142.173.33.203'),
(13055, '2025-11-28 16:56:49', 395, NULL, '98.82.39.241'),
(13056, '2025-11-28 16:58:31', 310, NULL, '102.157.110.70'),
(13057, '2025-11-28 16:59:33', 395, NULL, '98.83.178.66'),
(13058, '2025-11-28 17:01:53', 395, NULL, '52.200.58.199'),
(13059, '2025-11-28 17:02:48', 385, NULL, '176.47.13.67'),
(13060, '2025-11-28 17:03:38', 531, NULL, '106.193.105.155'),
(13061, '2025-11-28 17:04:01', 395, NULL, '50.17.193.48'),
(13062, '2025-11-28 17:05:43', 440, NULL, '34.236.185.101'),
(13063, '2025-11-28 17:06:06', 440, NULL, '18.210.58.238'),
(13064, '2025-11-28 17:07:49', 428, NULL, '23.23.213.182'),
(13065, '2025-11-28 17:08:10', 358, NULL, '3.210.223.61'),
(13066, '2025-11-28 17:09:05', 403, NULL, '18.210.58.238'),
(13067, '2025-11-28 17:09:28', 431, NULL, '3.221.222.168'),
(13068, '2025-11-28 17:09:34', 434, NULL, '34.236.185.101'),
(13069, '2025-11-28 17:10:26', 425, NULL, '52.1.157.90'),
(13070, '2025-11-28 17:12:09', 423, NULL, '44.194.139.149'),
(13071, '2025-11-28 17:13:37', 420, NULL, '54.157.99.244'),
(13072, '2025-11-28 17:17:14', 417, NULL, '18.213.240.226'),
(13073, '2025-11-28 17:17:17', 358, NULL, '184.73.195.18'),
(13074, '2025-11-28 17:17:23', 421, NULL, '18.213.27.222'),
(13075, '2025-11-28 17:19:23', 416, NULL, '98.83.72.38'),
(13076, '2025-11-28 17:20:16', 65, NULL, '43.173.181.246'),
(13077, '2025-11-28 17:20:34', 136, NULL, '17.241.227.25'),
(13078, '2025-11-28 17:22:26', 37, NULL, '34.235.239.240'),
(13079, '2025-11-28 17:23:23', 273, NULL, '66.249.66.202'),
(13080, '2025-11-28 17:32:21', 411, NULL, '50.16.248.61'),
(13081, '2025-11-28 17:35:02', 400, NULL, '3.221.244.28'),
(13082, '2025-11-28 17:35:17', 437, NULL, '54.209.100.30'),
(13083, '2025-11-28 17:36:46', 441, NULL, '107.20.255.194'),
(13084, '2025-11-28 17:36:54', 410, NULL, '18.205.91.101'),
(13085, '2025-11-28 17:36:59', 404, NULL, '52.44.174.136'),
(13086, '2025-11-28 17:37:05', 419, NULL, '34.192.125.239'),
(13087, '2025-11-28 17:37:31', 408, NULL, '52.54.157.23'),
(13088, '2025-11-28 17:37:38', 274, NULL, '52.3.155.146'),
(13089, '2025-11-28 17:39:02', 440, NULL, '35.153.86.200'),
(13090, '2025-11-28 17:39:17', 101, NULL, '52.200.54.136'),
(13091, '2025-11-28 17:40:06', 419, NULL, '3.230.224.6'),
(13092, '2025-11-28 17:41:19', 486, NULL, '200.150.254.36'),
(13093, '2025-11-28 17:42:18', 431, NULL, '52.45.29.57'),
(13094, '2025-11-28 17:45:38', 31, NULL, '34.203.111.15'),
(13095, '2025-11-28 17:46:23', 430, NULL, '52.21.62.139'),
(13096, '2025-11-28 17:46:34', 433, NULL, '34.227.156.153'),
(13097, '2025-11-28 17:48:27', 400, NULL, '18.213.240.226'),
(13098, '2025-11-28 17:48:41', 438, NULL, '23.23.103.31'),
(13099, '2025-11-28 17:53:21', 491, NULL, '66.249.66.76'),
(13100, '2025-11-28 17:53:33', 243, NULL, '82.45.107.51'),
(13101, '2025-11-28 17:54:53', 403, NULL, '66.249.66.77'),
(13102, '2025-11-28 18:00:47', 330, NULL, '72.253.9.87'),
(13103, '2025-11-28 18:04:22', 425, NULL, '23.20.178.124'),
(13104, '2025-11-28 18:05:45', 258, NULL, '186.194.170.137'),
(13105, '2025-11-28 18:05:53', 358, NULL, '54.221.203.24'),
(13106, '2025-11-28 18:06:00', 449, NULL, '3.208.146.193'),
(13107, '2025-11-28 18:08:29', 433, NULL, '3.81.253.213'),
(13108, '2025-11-28 18:08:33', 412, NULL, '44.215.231.15'),
(13109, '2025-11-28 18:09:26', 435, NULL, '34.194.226.74'),
(13110, '2025-11-28 18:10:14', 466, NULL, '52.204.37.237'),
(13111, '2025-11-28 18:10:18', 424, NULL, '52.54.15.103'),
(13112, '2025-11-28 18:10:52', 418, NULL, '3.229.164.203'),
(13113, '2025-11-28 18:11:17', 399, NULL, '3.89.176.255'),
(13114, '2025-11-28 18:15:34', 107, NULL, '52.21.62.139'),
(13115, '2025-11-28 18:16:15', 417, NULL, '52.203.237.170'),
(13116, '2025-11-28 18:16:58', 398, NULL, '34.204.150.196'),
(13117, '2025-11-28 18:17:28', 433, NULL, '34.196.237.236'),
(13118, '2025-11-28 18:18:29', 361, NULL, '45.175.145.119'),
(13119, '2025-11-28 18:18:51', 155, NULL, '43.173.176.58'),
(13120, '2025-11-28 18:22:10', 150, NULL, '43.173.182.124'),
(13121, '2025-11-28 18:22:41', 161, NULL, '202.76.139.59'),
(13122, '2025-11-28 18:31:01', 112, NULL, '43.173.174.143'),
(13123, '2025-11-28 18:31:01', 111, NULL, '43.173.174.143'),
(13124, '2025-11-28 18:31:01', 108, NULL, '43.173.174.143'),
(13125, '2025-11-28 18:31:01', 107, NULL, '43.173.174.143'),
(13126, '2025-11-28 18:31:01', 106, NULL, '43.173.174.143'),
(13127, '2025-11-28 18:31:01', 105, NULL, '43.173.174.143'),
(13128, '2025-11-28 18:31:01', 104, NULL, '43.173.174.143'),
(13129, '2025-11-28 18:31:01', 103, NULL, '43.173.174.143'),
(13130, '2025-11-28 18:31:01', 102, NULL, '43.173.174.143'),
(13131, '2025-11-28 18:31:01', 101, NULL, '43.173.174.143'),
(13132, '2025-11-28 18:31:01', 100, NULL, '43.173.174.143'),
(13133, '2025-11-28 18:31:01', 151, NULL, '43.173.176.4'),
(13134, '2025-11-28 18:34:19', 236, NULL, '43.173.182.24'),
(13135, '2025-11-28 18:35:32', 508, NULL, '43.173.182.210'),
(13136, '2025-11-28 18:35:49', 101, NULL, '34.239.197.197'),
(13137, '2025-11-28 18:36:01', 270, NULL, '37.237.136.36'),
(13138, '2025-11-28 18:36:25', 135, NULL, '50.16.216.166'),
(13139, '2025-11-28 18:36:42', 407, NULL, '54.92.171.106'),
(13140, '2025-11-28 18:36:45', 408, NULL, '18.209.137.234'),
(13141, '2025-11-28 18:37:01', 433, NULL, '34.193.2.57'),
(13142, '2025-11-28 18:37:38', 154, NULL, '43.173.180.219'),
(13143, '2025-11-28 18:37:41', 509, NULL, '43.173.178.90'),
(13144, '2025-11-28 18:37:41', 494, NULL, '43.173.182.191'),
(13145, '2025-11-28 18:40:49', 404, NULL, '54.83.240.58'),
(13146, '2025-11-28 18:41:01', 416, NULL, '52.200.142.199'),
(13147, '2025-11-28 18:41:43', 414, NULL, '54.85.126.86'),
(13148, '2025-11-28 18:41:52', 430, NULL, '184.73.35.182'),
(13149, '2025-11-28 18:41:54', 407, NULL, '54.164.106.236'),
(13150, '2025-11-28 18:43:35', 400, NULL, '3.93.253.174'),
(13151, '2025-11-28 18:43:55', 417, NULL, '184.73.195.18'),
(13152, '2025-11-28 18:44:20', 419, NULL, '3.210.114.189'),
(13153, '2025-11-28 18:44:31', 340, NULL, '34.194.95.99'),
(13154, '2025-11-28 18:45:21', 105, NULL, '43.173.182.65'),
(13155, '2025-11-28 18:46:27', 429, NULL, '43.173.181.151'),
(13156, '2025-11-28 18:46:44', 428, NULL, '18.213.70.100'),
(13157, '2025-11-28 18:46:52', 421, NULL, '52.45.29.57'),
(13158, '2025-11-28 18:47:06', 442, NULL, '54.166.104.83'),
(13159, '2025-11-28 18:47:22', 461, NULL, '52.203.68.145'),
(13160, '2025-11-28 18:47:30', 420, NULL, '107.23.62.75'),
(13161, '2025-11-28 18:47:35', 442, NULL, '43.173.178.110'),
(13162, '2025-11-28 18:48:41', 442, NULL, '43.173.174.90'),
(13163, '2025-11-28 18:49:01', 412, NULL, '23.21.175.228'),
(13164, '2025-11-28 18:49:49', 501, NULL, '43.173.176.43'),
(13165, '2025-11-28 18:50:54', 505, NULL, '43.173.181.247'),
(13166, '2025-11-28 18:51:58', 158, NULL, '43.173.181.99'),
(13167, '2025-11-28 18:52:01', 505, NULL, '43.173.176.120'),
(13168, '2025-11-28 18:55:37', 411, NULL, '44.207.207.36'),
(13169, '2025-11-28 18:56:55', 335, NULL, '17.241.219.230'),
(13170, '2025-11-28 18:57:53', 436, NULL, '66.249.66.77'),
(13171, '2025-11-28 18:58:48', 397, NULL, '176.123.241.9'),
(13172, '2025-11-28 18:58:49', 326, NULL, '17.241.219.229'),
(13173, '2025-11-28 19:00:46', 161, NULL, '43.173.182.165'),
(13174, '2025-11-28 19:01:28', 360, NULL, '17.22.253.37'),
(13175, '2025-11-28 19:01:53', 478, NULL, '43.173.180.232'),
(13176, '2025-11-28 19:02:54', 389, NULL, '66.249.66.13'),
(13177, '2025-11-28 19:02:58', 497, NULL, '43.173.173.197'),
(13178, '2025-11-28 19:02:58', 445, NULL, '43.173.179.22'),
(13179, '2025-11-28 19:04:05', 511, NULL, '43.173.177.227'),
(13180, '2025-11-28 19:05:42', 398, NULL, '34.225.24.180'),
(13181, '2025-11-28 19:05:45', 434, NULL, '54.197.82.195'),
(13182, '2025-11-28 19:06:15', 160, NULL, '43.173.176.220'),
(13183, '2025-11-28 19:06:34', 450, NULL, '3.210.114.189'),
(13184, '2025-11-28 19:06:41', 414, NULL, '3.217.171.106'),
(13185, '2025-11-28 19:09:00', 424, NULL, '52.200.54.136'),
(13186, '2025-11-28 19:09:15', 406, NULL, '18.214.251.19'),
(13187, '2025-11-28 19:09:17', 406, NULL, '3.213.85.234'),
(13188, '2025-11-28 19:10:09', 413, NULL, '52.3.155.146'),
(13189, '2025-11-28 19:11:25', 401, NULL, '52.204.37.237'),
(13190, '2025-11-28 19:13:59', 419, NULL, '54.84.169.196'),
(13191, '2025-11-28 19:14:05', 399, NULL, '44.213.202.136'),
(13192, '2025-11-28 19:15:13', 201, NULL, '68.221.75.28'),
(13193, '2025-11-28 19:17:30', 400, NULL, '3.89.176.255'),
(13194, '2025-11-28 19:22:34', 331, NULL, '186.5.111.105'),
(13195, '2025-11-28 19:24:41', 335, NULL, '62.45.36.118'),
(13196, '2025-11-28 19:27:39', 324, NULL, '40.77.167.53'),
(13197, '2025-11-28 19:28:35', 298, NULL, '197.184.111.156'),
(13198, '2025-11-28 19:29:20', 355, NULL, '17.22.253.188'),
(13199, '2025-11-28 19:33:05', 126, NULL, '52.71.216.196'),
(13200, '2025-11-28 19:33:37', 130, NULL, '43.173.181.88'),
(13201, '2025-11-28 19:39:39', 130, NULL, '52.203.68.145'),
(13202, '2025-11-28 19:43:14', 135, NULL, '23.23.212.212'),
(13203, '2025-11-28 19:43:43', 417, NULL, '107.20.255.194'),
(13204, '2025-11-28 19:43:45', 417, NULL, '3.227.180.70'),
(13205, '2025-11-28 19:45:28', 172, NULL, '209.50.163.135'),
(13206, '2025-11-28 19:45:55', 421, NULL, '23.21.179.120'),
(13207, '2025-11-28 19:46:20', 438, NULL, '54.235.191.179'),
(13208, '2025-11-28 19:46:35', 438, NULL, '34.226.89.140'),
(13209, '2025-11-28 19:46:46', 410, NULL, '54.85.109.140'),
(13210, '2025-11-28 19:46:50', 157, NULL, '43.173.174.56'),
(13211, '2025-11-28 19:46:52', 358, NULL, '44.223.115.10'),
(13212, '2025-11-28 19:47:02', 432, NULL, '34.225.24.180'),
(13213, '2025-11-28 19:48:21', 398, NULL, '54.156.124.2'),
(13214, '2025-11-28 19:48:38', 408, NULL, '54.225.199.17'),
(13215, '2025-11-28 19:49:13', 407, NULL, '98.83.177.42'),
(13216, '2025-11-28 19:50:05', 530, NULL, '43.173.182.235'),
(13217, '2025-11-28 19:51:11', 535, NULL, '43.173.176.138'),
(13218, '2025-11-28 19:51:11', 514, NULL, '43.173.175.134'),
(13219, '2025-11-28 19:51:36', 31, NULL, '45.148.10.174'),
(13220, '2025-11-28 19:51:45', 1, NULL, '45.148.10.174'),
(13221, '2025-11-28 19:51:45', 2, NULL, '45.148.10.174'),
(13222, '2025-11-28 19:51:45', 3, NULL, '45.148.10.174'),
(13223, '2025-11-28 19:51:45', 4, NULL, '45.148.10.174'),
(13224, '2025-11-28 19:51:45', 5, NULL, '45.148.10.174'),
(13225, '2025-11-28 19:51:45', 6, NULL, '45.148.10.174'),
(13226, '2025-11-28 19:51:45', 7, NULL, '45.148.10.174'),
(13227, '2025-11-28 19:51:45', 8, NULL, '45.148.10.174'),
(13228, '2025-11-28 19:51:45', 11, NULL, '45.148.10.174'),
(13229, '2025-11-28 19:52:16', 517, NULL, '43.173.182.102'),
(13230, '2025-11-28 19:52:17', 496, NULL, '43.173.177.106'),
(13231, '2025-11-28 19:52:19', 530, NULL, '45.148.10.174'),
(13232, '2025-11-28 19:52:20', 538, NULL, '45.148.10.174'),
(13233, '2025-11-28 19:52:20', 532, NULL, '45.148.10.174'),
(13234, '2025-11-28 19:52:27', 529, NULL, '45.148.10.174'),
(13235, '2025-11-28 19:52:27', 531, NULL, '45.148.10.174'),
(13236, '2025-11-28 19:52:28', 65, NULL, '45.148.10.174'),
(13237, '2025-11-28 19:52:28', 49, NULL, '45.148.10.174'),
(13238, '2025-11-28 19:52:28', 45, NULL, '45.148.10.174'),
(13239, '2025-11-28 19:52:28', 43, NULL, '45.148.10.174'),
(13240, '2025-11-28 19:52:28', 39, NULL, '45.148.10.174'),
(13241, '2025-11-28 19:52:28', 38, NULL, '45.148.10.174'),
(13242, '2025-11-28 19:52:28', 36, NULL, '45.148.10.174'),
(13243, '2025-11-28 19:52:28', 34, NULL, '45.148.10.174'),
(13244, '2025-11-28 19:52:28', 33, NULL, '45.148.10.174'),
(13245, '2025-11-28 19:52:28', 29, NULL, '45.148.10.174'),
(13246, '2025-11-28 19:52:28', 540, NULL, '45.148.10.174'),
(13247, '2025-11-28 19:52:28', 539, NULL, '45.148.10.174'),
(13248, '2025-11-28 19:52:28', 48, NULL, '45.148.10.174'),
(13249, '2025-11-28 19:52:28', 41, NULL, '45.148.10.174'),
(13250, '2025-11-28 19:52:28', 535, NULL, '45.148.10.174'),
(13251, '2025-11-28 19:52:28', 533, NULL, '45.148.10.174'),
(13252, '2025-11-28 19:52:32', 47, NULL, '45.148.10.174'),
(13253, '2025-11-28 19:52:32', 42, NULL, '45.148.10.174'),
(13254, '2025-11-28 19:52:34', 112, NULL, '45.148.10.174'),
(13255, '2025-11-28 19:52:34', 111, NULL, '45.148.10.174'),
(13256, '2025-11-28 19:52:34', 108, NULL, '45.148.10.174'),
(13257, '2025-11-28 19:52:34', 107, NULL, '45.148.10.174'),
(13258, '2025-11-28 19:52:34', 106, NULL, '45.148.10.174'),
(13259, '2025-11-28 19:52:34', 105, NULL, '45.148.10.174'),
(13260, '2025-11-28 19:52:34', 104, NULL, '45.148.10.174'),
(13261, '2025-11-28 19:52:34', 103, NULL, '45.148.10.174'),
(13262, '2025-11-28 19:52:34', 102, NULL, '45.148.10.174'),
(13263, '2025-11-28 19:52:34', 101, NULL, '45.148.10.174'),
(13264, '2025-11-28 19:52:34', 100, NULL, '45.148.10.174'),
(13265, '2025-11-28 19:52:44', 46, NULL, '45.148.10.174'),
(13266, '2025-11-28 19:52:44', 37, NULL, '45.148.10.174'),
(13267, '2025-11-28 19:52:55', 528, NULL, '45.148.10.174'),
(13268, '2025-11-28 19:53:21', 507, NULL, '43.173.181.6'),
(13269, '2025-11-28 19:53:31', 287, NULL, '45.148.10.174'),
(13270, '2025-11-28 19:53:41', 507, NULL, '45.148.10.174'),
(13271, '2025-11-28 19:53:42', 410, NULL, '45.148.10.174'),
(13272, '2025-11-28 19:53:43', 509, NULL, '45.148.10.174'),
(13273, '2025-11-28 19:53:43', 508, NULL, '45.148.10.174'),
(13274, '2025-11-28 19:53:43', 506, NULL, '45.148.10.174'),
(13275, '2025-11-28 19:53:43', 416, NULL, '45.148.10.174'),
(13276, '2025-11-28 19:53:43', 307, NULL, '45.148.10.174'),
(13277, '2025-11-28 19:53:43', 248, NULL, '45.148.10.174'),
(13278, '2025-11-28 19:53:43', 333, NULL, '45.148.10.174'),
(13279, '2025-11-28 19:53:54', 432, NULL, '45.148.10.174'),
(13280, '2025-11-28 19:53:55', 180, NULL, '45.148.10.174'),
(13281, '2025-11-28 19:53:56', 406, NULL, '45.148.10.174'),
(13282, '2025-11-28 19:53:56', 266, NULL, '45.148.10.174'),
(13283, '2025-11-28 19:54:04', 455, NULL, '45.148.10.174'),
(13284, '2025-11-28 19:54:04', 372, NULL, '45.148.10.174'),
(13285, '2025-11-28 19:54:04', 376, NULL, '45.148.10.174'),
(13286, '2025-11-28 19:54:04', 267, NULL, '45.148.10.174'),
(13287, '2025-11-28 19:54:04', 240, NULL, '45.148.10.174'),
(13288, '2025-11-28 19:54:04', 128, NULL, '45.148.10.174'),
(13289, '2025-11-28 19:54:05', 286, NULL, '45.148.10.174'),
(13290, '2025-11-28 19:54:06', 127, NULL, '45.148.10.174'),
(13291, '2025-11-28 19:54:06', 313, NULL, '45.148.10.174'),
(13292, '2025-11-28 19:54:06', 204, NULL, '45.148.10.174'),
(13293, '2025-11-28 19:54:06', 256, NULL, '45.148.10.174'),
(13294, '2025-11-28 19:54:06', 378, NULL, '45.148.10.174'),
(13295, '2025-11-28 19:54:07', 494, NULL, '45.148.10.174'),
(13296, '2025-11-28 19:54:07', 409, NULL, '45.148.10.174'),
(13297, '2025-11-28 19:54:07', 139, NULL, '45.148.10.174'),
(13298, '2025-11-28 19:54:08', 498, NULL, '45.148.10.174'),
(13299, '2025-11-28 19:54:08', 141, NULL, '45.148.10.174'),
(13300, '2025-11-28 19:54:08', 419, NULL, '45.148.10.174');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(13301, '2025-11-28 19:54:09', 298, NULL, '45.148.10.174'),
(13302, '2025-11-28 19:54:09', 423, NULL, '45.148.10.174'),
(13303, '2025-11-28 19:54:09', 355, NULL, '45.148.10.174'),
(13304, '2025-11-28 19:54:09', 272, NULL, '45.148.10.174'),
(13305, '2025-11-28 19:54:10', 279, NULL, '45.148.10.174'),
(13306, '2025-11-28 19:54:11', 239, NULL, '45.148.10.174'),
(13307, '2025-11-28 19:54:11', 223, NULL, '45.148.10.174'),
(13308, '2025-11-28 19:54:11', 367, NULL, '45.148.10.174'),
(13309, '2025-11-28 19:54:15', 147, NULL, '45.148.10.174'),
(13310, '2025-11-28 19:54:32', 351, NULL, '17.246.23.16'),
(13311, '2025-11-28 19:56:08', 427, NULL, '54.221.203.24'),
(13312, '2025-11-28 19:58:44', 506, NULL, '43.173.182.167'),
(13313, '2025-11-28 19:59:49', 521, NULL, '43.173.181.216'),
(13314, '2025-11-28 19:59:49', 510, NULL, '43.173.182.87'),
(13315, '2025-11-28 20:00:53', 515, NULL, '43.173.181.86'),
(13316, '2025-11-28 20:00:53', 493, NULL, '43.173.176.175'),
(13317, '2025-11-28 20:01:58', 448, NULL, '43.173.174.174'),
(13318, '2025-11-28 20:02:58', 288, NULL, '45.184.233.117'),
(13319, '2025-11-28 20:03:39', 428, NULL, '44.212.106.171'),
(13320, '2025-11-28 20:03:42', 418, NULL, '23.23.103.31'),
(13321, '2025-11-28 20:05:34', 533, NULL, '181.188.179.186'),
(13322, '2025-11-28 20:08:18', 7, NULL, '54.197.82.195'),
(13323, '2025-11-28 20:08:39', 296, NULL, '36.228.19.180'),
(13324, '2025-11-28 20:12:32', 417, NULL, '44.215.235.20'),
(13325, '2025-11-28 20:13:11', 424, NULL, '3.230.69.161'),
(13326, '2025-11-28 20:13:22', 429, NULL, '54.144.185.255'),
(13327, '2025-11-28 20:13:38', 414, NULL, '100.28.57.133'),
(13328, '2025-11-28 20:13:51', 402, NULL, '54.204.62.163'),
(13329, '2025-11-28 20:13:53', 424, NULL, '3.90.73.206'),
(13330, '2025-11-28 20:14:12', 424, NULL, '52.21.62.139'),
(13331, '2025-11-28 20:14:26', 422, NULL, '50.16.216.166'),
(13332, '2025-11-28 20:14:35', 422, NULL, '3.220.148.166'),
(13333, '2025-11-28 20:16:20', 357, NULL, '17.22.245.58'),
(13334, '2025-11-28 20:16:49', 436, NULL, '3.94.156.104'),
(13335, '2025-11-28 20:19:07', 374, NULL, '66.249.66.12'),
(13336, '2025-11-28 20:24:02', 436, NULL, '66.249.66.201'),
(13337, '2025-11-28 20:32:25', 421, NULL, '34.233.114.237'),
(13338, '2025-11-28 20:32:30', 398, NULL, '98.82.214.73'),
(13339, '2025-11-28 20:32:33', 422, NULL, '54.84.93.8'),
(13340, '2025-11-28 20:32:37', 404, NULL, '44.193.102.198'),
(13341, '2025-11-28 20:33:10', 436, NULL, '52.45.29.57'),
(13342, '2025-11-28 20:34:19', 172, NULL, '186.13.114.32'),
(13343, '2025-11-28 20:40:02', 421, NULL, '98.84.131.195'),
(13344, '2025-11-28 20:41:12', 440, NULL, '34.199.252.22'),
(13345, '2025-11-28 20:42:26', 417, NULL, '52.21.62.139'),
(13346, '2025-11-28 20:42:30', 428, NULL, '3.213.85.234'),
(13347, '2025-11-28 20:42:38', 135, NULL, '3.231.193.38'),
(13348, '2025-11-28 20:42:53', 419, NULL, '23.21.228.180'),
(13349, '2025-11-28 20:42:59', 422, NULL, '184.73.167.217'),
(13350, '2025-11-28 20:43:23', 416, NULL, '44.223.193.255'),
(13351, '2025-11-28 20:43:30', 388, NULL, '54.197.82.195'),
(13352, '2025-11-28 20:43:37', 407, NULL, '3.81.253.213'),
(13353, '2025-11-28 20:44:38', 31, NULL, '34.234.197.175'),
(13354, '2025-11-28 20:45:40', 406, NULL, '44.195.50.71'),
(13355, '2025-11-28 20:46:07', 423, NULL, '52.203.65.83'),
(13356, '2025-11-28 20:46:13', 425, NULL, '52.7.33.248'),
(13357, '2025-11-28 20:46:29', 433, NULL, '23.23.212.212'),
(13358, '2025-11-28 20:53:36', 395, NULL, '54.89.90.224'),
(13359, '2025-11-28 20:54:13', 407, NULL, '66.249.66.77'),
(13360, '2025-11-28 20:54:30', 407, NULL, '66.249.66.166'),
(13361, '2025-11-28 20:54:50', 327, NULL, '105.75.197.209'),
(13362, '2025-11-28 20:59:18', 126, NULL, '3.93.253.174'),
(13363, '2025-11-28 21:00:31', 202, NULL, '186.39.93.140'),
(13364, '2025-11-28 21:09:53', 403, NULL, '98.84.60.17'),
(13365, '2025-11-28 21:09:54', 440, NULL, '184.72.95.195'),
(13366, '2025-11-28 21:10:06', 400, NULL, '52.45.92.83'),
(13367, '2025-11-28 21:11:10', 316, NULL, '186.109.53.71'),
(13368, '2025-11-28 21:13:10', 429, NULL, '34.194.14.255'),
(13369, '2025-11-28 21:13:15', 429, NULL, '52.200.142.199'),
(13370, '2025-11-28 21:15:09', 358, NULL, '44.223.232.55'),
(13371, '2025-11-28 21:15:45', 441, NULL, '100.24.167.60'),
(13372, '2025-11-28 21:15:59', 358, NULL, '23.23.180.225'),
(13373, '2025-11-28 21:16:03', 307, NULL, '52.44.148.203'),
(13374, '2025-11-28 21:16:09', 441, NULL, '54.85.109.140'),
(13375, '2025-11-28 21:16:13', 455, NULL, '23.23.212.212'),
(13376, '2025-11-28 21:16:18', 423, NULL, '52.203.68.145'),
(13377, '2025-11-28 21:16:29', 410, NULL, '52.3.156.186'),
(13378, '2025-11-28 21:16:38', 420, NULL, '35.169.119.108'),
(13379, '2025-11-28 21:16:56', 398, NULL, '34.225.243.131'),
(13380, '2025-11-28 21:18:13', 412, NULL, '54.84.161.62'),
(13381, '2025-11-28 21:19:54', 235, NULL, '180.180.61.163'),
(13382, '2025-11-28 21:20:02', 46, NULL, '109.224.242.162'),
(13383, '2025-11-28 21:20:36', 396, NULL, '23.21.175.228'),
(13384, '2025-11-28 21:23:11', 407, NULL, '66.249.66.36'),
(13385, '2025-11-28 21:23:28', 403, NULL, '66.249.66.13'),
(13386, '2025-11-28 21:28:30', 126, NULL, '43.173.180.76'),
(13387, '2025-11-28 21:30:06', 391, NULL, '17.241.75.19'),
(13388, '2025-11-28 21:33:15', 317, NULL, '18.213.240.226'),
(13389, '2025-11-28 21:33:19', 419, NULL, '34.231.118.144'),
(13390, '2025-11-28 21:35:30', 268, NULL, '189.216.232.76'),
(13391, '2025-11-28 21:36:19', 400, NULL, '54.225.81.20'),
(13392, '2025-11-28 21:36:38', 407, NULL, '98.83.178.66'),
(13393, '2025-11-28 21:37:58', 396, NULL, '184.72.84.154'),
(13394, '2025-11-28 21:39:51', 435, NULL, '54.144.185.255'),
(13395, '2025-11-28 21:41:13', 431, NULL, '52.44.174.136'),
(13396, '2025-11-28 21:42:18', 436, NULL, '52.207.47.227'),
(13397, '2025-11-28 21:43:59', 432, NULL, '52.21.62.139'),
(13398, '2025-11-28 21:44:05', 436, NULL, '52.204.253.129'),
(13399, '2025-11-28 21:54:35', 259, NULL, '17.246.19.143'),
(13400, '2025-11-28 21:55:08', 265, NULL, '105.96.146.173'),
(13401, '2025-11-28 21:59:37', 400, NULL, '3.232.102.111'),
(13402, '2025-11-28 22:00:58', 416, NULL, '52.3.156.186'),
(13403, '2025-11-28 22:04:33', 101, NULL, '52.200.251.20'),
(13404, '2025-11-28 22:04:53', 387, NULL, '66.249.66.35'),
(13405, '2025-11-28 22:04:58', 402, NULL, '3.230.224.6'),
(13406, '2025-11-28 22:05:37', 415, NULL, '18.214.138.148'),
(13407, '2025-11-28 22:05:46', 422, NULL, '18.204.152.114'),
(13408, '2025-11-28 22:05:51', 369, NULL, '17.241.75.73'),
(13409, '2025-11-28 22:05:59', 213, NULL, '177.37.235.24'),
(13410, '2025-11-28 22:05:59', 408, NULL, '3.210.223.61'),
(13411, '2025-11-28 22:06:03', 434, NULL, '44.217.177.142'),
(13412, '2025-11-28 22:06:39', 288, NULL, '66.249.66.167'),
(13413, '2025-11-28 22:06:55', 330, NULL, '17.22.245.39'),
(13414, '2025-11-28 22:07:07', 453, NULL, '34.199.252.22'),
(13415, '2025-11-28 22:07:24', 432, NULL, '54.235.191.179'),
(13416, '2025-11-28 22:08:11', 416, NULL, '23.23.212.212'),
(13417, '2025-11-28 22:08:27', 412, NULL, '52.203.152.231'),
(13418, '2025-11-28 22:08:53', 298, NULL, '66.76.123.141'),
(13419, '2025-11-28 22:10:46', 406, NULL, '98.84.60.17'),
(13420, '2025-11-28 22:10:58', 423, NULL, '50.16.216.166'),
(13421, '2025-11-28 22:11:26', 356, NULL, '17.246.19.17'),
(13422, '2025-11-28 22:15:18', 414, NULL, '52.45.29.57'),
(13423, '2025-11-28 22:26:03', 280, NULL, '17.246.19.196'),
(13424, '2025-11-28 22:27:42', 142, NULL, '43.173.179.214'),
(13425, '2025-11-28 22:30:02', 461, NULL, '43.173.181.40'),
(13426, '2025-11-28 22:30:52', 435, NULL, '54.157.99.244'),
(13427, '2025-11-28 22:31:09', 461, NULL, '43.173.180.176'),
(13428, '2025-11-28 22:31:11', 46, NULL, '43.173.181.144'),
(13429, '2025-11-28 22:31:56', 324, NULL, '40.77.167.75'),
(13430, '2025-11-28 22:32:21', 538, NULL, '43.173.182.180'),
(13431, '2025-11-28 22:33:00', 403, NULL, '66.249.66.202'),
(13432, '2025-11-28 22:33:57', 292, NULL, '51.198.143.165'),
(13433, '2025-11-28 22:35:18', 403, NULL, '54.204.12.115'),
(13434, '2025-11-28 22:35:22', 440, NULL, '184.73.47.24'),
(13435, '2025-11-28 22:39:00', 429, NULL, '34.194.233.48'),
(13436, '2025-11-28 22:39:07', 140, NULL, '190.242.27.23'),
(13437, '2025-11-28 22:40:37', 410, NULL, '52.45.29.57'),
(13438, '2025-11-28 22:40:44', 419, NULL, '34.204.150.196'),
(13439, '2025-11-28 22:40:47', 404, NULL, '34.239.85.139'),
(13440, '2025-11-28 22:41:05', 340, NULL, '44.215.235.20'),
(13441, '2025-11-28 22:41:21', 275, NULL, '54.156.55.147'),
(13442, '2025-11-28 22:41:25', 275, NULL, '3.221.156.96'),
(13443, '2025-11-28 22:41:59', 287, NULL, '186.193.242.205'),
(13444, '2025-11-28 22:42:15', 399, NULL, '184.73.239.35'),
(13445, '2025-11-28 22:43:54', 401, NULL, '3.214.176.44'),
(13446, '2025-11-28 22:46:44', 202, NULL, '45.229.33.134'),
(13447, '2025-11-28 22:49:04', 411, NULL, '35.169.102.85'),
(13448, '2025-11-28 22:51:56', 395, NULL, '54.87.95.7'),
(13449, '2025-11-28 22:54:15', 185, NULL, '17.241.219.52'),
(13450, '2025-11-28 22:54:18', 319, NULL, '102.141.40.180'),
(13451, '2025-11-28 22:57:17', 402, NULL, '3.215.59.93'),
(13452, '2025-11-28 22:57:20', 402, NULL, '54.197.102.71'),
(13453, '2025-11-28 22:58:05', 427, NULL, '98.83.94.113'),
(13454, '2025-11-28 22:58:26', 396, NULL, '100.28.204.82'),
(13455, '2025-11-28 23:01:53', 411, NULL, '3.227.180.70'),
(13456, '2025-11-28 23:04:22', 428, NULL, '18.205.127.11'),
(13457, '2025-11-28 23:04:33', 413, NULL, '100.28.204.82'),
(13458, '2025-11-28 23:05:16', 128, NULL, '109.116.206.243'),
(13459, '2025-11-28 23:05:16', 127, NULL, '109.116.206.243'),
(13460, '2025-11-28 23:09:49', 218, NULL, '17.22.253.200'),
(13461, '2025-11-28 23:09:50', 402, NULL, '66.249.66.202'),
(13462, '2025-11-28 23:09:53', 289, NULL, '37.242.56.197'),
(13463, '2025-11-28 23:12:23', 442, NULL, '66.249.66.35'),
(13464, '2025-11-28 23:13:37', 135, NULL, '44.215.235.20'),
(13465, '2025-11-28 23:14:00', 404, NULL, '44.209.35.147'),
(13466, '2025-11-28 23:14:20', 384, NULL, '17.246.19.64'),
(13467, '2025-11-28 23:14:37', 398, NULL, '52.1.106.130'),
(13468, '2025-11-28 23:14:53', 416, NULL, '100.28.49.152'),
(13469, '2025-11-28 23:15:08', 471, NULL, '3.212.205.90'),
(13470, '2025-11-28 23:16:13', 427, NULL, '34.226.89.140'),
(13471, '2025-11-28 23:17:08', 455, NULL, '190.191.67.59'),
(13472, '2025-11-28 23:17:11', 251, NULL, '181.55.68.61'),
(13473, '2025-11-28 23:17:29', 191, NULL, '66.249.66.201'),
(13474, '2025-11-28 23:19:34', 208, NULL, '66.249.66.201'),
(13475, '2025-11-28 23:20:02', 208, NULL, '66.249.66.14'),
(13476, '2025-11-28 23:20:16', 191, NULL, '66.249.66.200'),
(13477, '2025-11-28 23:21:04', 406, NULL, '52.2.191.202'),
(13478, '2025-11-28 23:21:12', 418, NULL, '34.196.114.170'),
(13479, '2025-11-28 23:21:21', 467, NULL, '34.192.125.239'),
(13480, '2025-11-28 23:21:25', 407, NULL, '54.156.55.147'),
(13481, '2025-11-28 23:23:32', 396, NULL, '50.16.248.61'),
(13482, '2025-11-28 23:29:10', 43, NULL, '43.173.180.210'),
(13483, '2025-11-28 23:30:27', 442, NULL, '66.249.66.12'),
(13484, '2025-11-28 23:43:40', 186, NULL, '66.249.66.13'),
(13485, '2025-11-28 23:45:45', 440, NULL, '100.28.57.133'),
(13486, '2025-11-28 23:47:29', 416, NULL, '107.22.208.39'),
(13487, '2025-11-28 23:49:41', 433, NULL, '3.223.181.32'),
(13488, '2025-11-28 23:50:00', 396, NULL, '52.3.104.214'),
(13489, '2025-11-28 23:50:05', 396, NULL, '35.173.18.61'),
(13490, '2025-11-28 23:50:45', 437, NULL, '54.221.203.24'),
(13491, '2025-11-28 23:51:05', 275, NULL, '3.232.102.111'),
(13492, '2025-11-28 23:51:09', 299, NULL, '181.177.217.71'),
(13493, '2025-11-28 23:51:17', 427, NULL, '98.82.40.168'),
(13494, '2025-11-28 23:51:32', 509, NULL, '201.15.156.127'),
(13495, '2025-11-28 23:55:49', 425, NULL, '23.23.137.202'),
(13496, '2025-11-28 23:57:51', 185, NULL, '17.246.19.217'),
(13497, '2025-11-28 23:58:26', 21, NULL, '52.167.144.137'),
(13498, '2025-11-29 00:01:01', 132, NULL, '66.249.66.75'),
(13499, '2025-11-29 00:01:01', 131, NULL, '66.249.66.75'),
(13500, '2025-11-29 00:01:23', 159, NULL, '66.249.66.167'),
(13501, '2025-11-29 00:01:31', 159, NULL, '66.249.66.12'),
(13502, '2025-11-29 00:02:25', 159, NULL, '66.249.66.75'),
(13503, '2025-11-29 00:04:38', 191, NULL, '66.249.66.14'),
(13504, '2025-11-29 00:10:33', 268, NULL, '103.173.172.78'),
(13505, '2025-11-29 00:15:00', 128, NULL, '52.205.141.124'),
(13506, '2025-11-29 00:16:48', 491, NULL, '191.99.49.172'),
(13507, '2025-11-29 00:18:07', 416, NULL, '66.249.66.34'),
(13508, '2025-11-29 00:19:02', 190, NULL, '66.249.66.167'),
(13509, '2025-11-29 00:20:29', 126, NULL, '54.91.122.193'),
(13510, '2025-11-29 00:22:16', 424, NULL, '54.225.98.148'),
(13511, '2025-11-29 00:22:21', 421, NULL, '44.206.65.8'),
(13512, '2025-11-29 00:22:25', 358, NULL, '98.82.66.172'),
(13513, '2025-11-29 00:23:40', 476, NULL, '35.169.119.108'),
(13514, '2025-11-29 00:24:48', 396, NULL, '34.231.118.144'),
(13515, '2025-11-29 00:29:50', 39, NULL, '43.173.181.93'),
(13516, '2025-11-29 00:36:26', 261, NULL, '66.249.66.35'),
(13517, '2025-11-29 00:36:48', 261, NULL, '66.249.66.167'),
(13518, '2025-11-29 00:41:49', 371, NULL, '17.22.237.68'),
(13519, '2025-11-29 00:41:54', 298, NULL, '187.198.145.207'),
(13520, '2025-11-29 00:45:29', 249, NULL, '17.246.23.241'),
(13521, '2025-11-29 00:48:16', 46, NULL, '38.13.181.185'),
(13522, '2025-11-29 00:49:45', 363, NULL, '66.249.66.201'),
(13523, '2025-11-29 00:54:23', 276, NULL, '179.0.116.116'),
(13524, '2025-11-29 00:54:59', 317, NULL, '17.241.219.195'),
(13525, '2025-11-29 00:55:34', 261, NULL, '123.26.147.203'),
(13526, '2025-11-29 00:55:35', 443, NULL, '187.21.220.133'),
(13527, '2025-11-29 01:00:16', 88, NULL, '152.53.65.237'),
(13528, '2025-11-29 01:21:00', 128, NULL, '103.122.251.116'),
(13529, '2025-11-29 01:21:00', 127, NULL, '103.122.251.116'),
(13530, '2025-11-29 01:21:36', 462, NULL, '54.87.62.248'),
(13531, '2025-11-29 01:21:53', 461, NULL, '44.214.19.8'),
(13532, '2025-11-29 01:22:32', 454, NULL, '34.196.6.199'),
(13533, '2025-11-29 01:22:37', 128, NULL, '136.175.103.239'),
(13534, '2025-11-29 01:22:37', 127, NULL, '136.175.103.239'),
(13535, '2025-11-29 01:24:05', 46, NULL, '72.244.77.12'),
(13536, '2025-11-29 01:34:50', 509, NULL, '66.249.66.167'),
(13537, '2025-11-29 01:42:17', 279, NULL, '109.245.166.75'),
(13538, '2025-11-29 01:44:57', 301, NULL, '17.241.227.204'),
(13539, '2025-11-29 01:53:14', 100, NULL, '66.249.66.167'),
(13540, '2025-11-29 01:55:15', 246, NULL, '17.246.19.160'),
(13541, '2025-11-29 01:59:49', 126, NULL, '34.206.193.60'),
(13542, '2025-11-29 02:00:55', 393, NULL, '17.22.237.171'),
(13543, '2025-11-29 02:03:00', 138, NULL, '66.249.66.200'),
(13544, '2025-11-29 02:03:07', 138, NULL, '66.249.66.13'),
(13545, '2025-11-29 02:08:18', 535, NULL, '18.205.127.11'),
(13546, '2025-11-29 02:08:24', 436, NULL, '66.249.66.166'),
(13547, '2025-11-29 02:21:05', 462, NULL, '54.166.126.132'),
(13548, '2025-11-29 02:24:54', 29, NULL, '43.173.181.226'),
(13549, '2025-11-29 02:27:09', 485, NULL, '18.210.58.238'),
(13550, '2025-11-29 02:27:17', 370, NULL, '17.22.237.16'),
(13551, '2025-11-29 02:27:26', 459, NULL, '3.222.85.38'),
(13552, '2025-11-29 02:27:33', 462, NULL, '44.196.118.6'),
(13553, '2025-11-29 02:27:54', 444, NULL, '44.220.2.97'),
(13554, '2025-11-29 02:28:09', 454, NULL, '54.235.125.129'),
(13555, '2025-11-29 02:32:13', 450, NULL, '3.209.174.110'),
(13556, '2025-11-29 02:32:29', 89, NULL, '43.173.181.203'),
(13557, '2025-11-29 02:32:29', 88, NULL, '43.173.181.203'),
(13558, '2025-11-29 02:32:37', 443, NULL, '54.166.126.132'),
(13559, '2025-11-29 02:35:17', 439, NULL, '52.203.237.170'),
(13560, '2025-11-29 02:35:28', 245, NULL, '17.22.245.89'),
(13561, '2025-11-29 02:37:44', 31, NULL, '43.173.174.129'),
(13562, '2025-11-29 02:49:59', 288, NULL, '112.211.5.39'),
(13563, '2025-11-29 02:51:41', 47, NULL, '3.213.106.226'),
(13564, '2025-11-29 02:51:41', 42, NULL, '3.213.106.226'),
(13565, '2025-11-29 03:02:08', 296, NULL, '103.217.98.131'),
(13566, '2025-11-29 03:03:03', 202, NULL, '204.114.110.208'),
(13567, '2025-11-29 03:07:27', 128, NULL, '14.171.181.166'),
(13568, '2025-11-29 03:07:27', 127, NULL, '14.171.181.166'),
(13569, '2025-11-29 03:10:43', 443, NULL, '52.23.112.144'),
(13570, '2025-11-29 03:11:51', 450, NULL, '54.145.82.217'),
(13571, '2025-11-29 03:12:15', 517, NULL, '54.156.55.147'),
(13572, '2025-11-29 03:13:54', 136, NULL, '185.191.171.13'),
(13573, '2025-11-29 03:15:15', 237, NULL, '106.222.211.216'),
(13574, '2025-11-29 03:15:50', 465, NULL, '100.25.120.246'),
(13575, '2025-11-29 03:15:54', 506, NULL, '18.214.186.220'),
(13576, '2025-11-29 03:16:03', 451, NULL, '54.83.180.239'),
(13577, '2025-11-29 03:17:11', 458, NULL, '34.194.95.99'),
(13578, '2025-11-29 03:18:14', 362, NULL, '40.77.167.61'),
(13579, '2025-11-29 03:19:02', 470, NULL, '18.206.47.187'),
(13580, '2025-11-29 03:20:14', 483, NULL, '44.207.252.58'),
(13581, '2025-11-29 03:20:22', 467, NULL, '44.193.115.232'),
(13582, '2025-11-29 03:20:47', 454, NULL, '52.2.83.227'),
(13583, '2025-11-29 03:22:17', 298, NULL, '17.241.219.127'),
(13584, '2025-11-29 03:23:08', 340, NULL, '66.249.66.201'),
(13585, '2025-11-29 03:26:13', 457, NULL, '184.73.195.18'),
(13586, '2025-11-29 03:27:01', 386, NULL, '17.246.23.73'),
(13587, '2025-11-29 03:27:06', 449, NULL, '98.82.66.172'),
(13588, '2025-11-29 03:27:09', 416, NULL, '52.6.5.24'),
(13589, '2025-11-29 03:28:21', 290, NULL, '179.26.132.57'),
(13590, '2025-11-29 03:29:05', 403, NULL, '43.173.181.142'),
(13591, '2025-11-29 03:35:29', 471, NULL, '35.169.119.108'),
(13592, '2025-11-29 03:46:22', 442, NULL, '66.249.66.75'),
(13593, '2025-11-29 03:47:11', 442, NULL, '66.249.66.76'),
(13594, '2025-11-29 03:47:58', 442, NULL, '66.249.66.34'),
(13595, '2025-11-29 03:49:03', 442, NULL, '66.249.66.202'),
(13596, '2025-11-29 03:49:51', 442, NULL, '66.249.66.13'),
(13597, '2025-11-29 03:52:02', 340, NULL, '66.249.66.14'),
(13598, '2025-11-29 03:52:16', 331, NULL, '66.249.66.12'),
(13599, '2025-11-29 03:52:58', 242, NULL, '66.249.66.75'),
(13600, '2025-11-29 03:53:31', 514, NULL, '44.212.145.46'),
(13601, '2025-11-29 03:53:47', 202, NULL, '180.190.172.252'),
(13602, '2025-11-29 03:53:48', 481, NULL, '54.167.32.123'),
(13603, '2025-11-29 03:55:06', 462, NULL, '3.213.46.222'),
(13604, '2025-11-29 03:55:49', 478, NULL, '54.166.126.132'),
(13605, '2025-11-29 03:56:52', 491, NULL, '66.249.66.200'),
(13606, '2025-11-29 03:57:56', 444, NULL, '54.84.147.79'),
(13607, '2025-11-29 03:59:14', 504, NULL, '66.249.66.76'),
(13608, '2025-11-29 03:59:47', 416, NULL, '66.249.66.167'),
(13609, '2025-11-29 04:05:16', 241, NULL, '66.249.66.167'),
(13610, '2025-11-29 04:06:09', 161, NULL, '66.249.66.76'),
(13611, '2025-11-29 04:08:55', 243, NULL, '66.249.66.202'),
(13612, '2025-11-29 04:09:16', 410, NULL, '66.249.66.200'),
(13613, '2025-11-29 04:09:51', 224, NULL, '66.249.66.200'),
(13614, '2025-11-29 04:10:55', 224, NULL, '66.249.66.36'),
(13615, '2025-11-29 04:12:33', 455, NULL, '34.205.170.13'),
(13616, '2025-11-29 04:14:02', 378, NULL, '66.249.66.34'),
(13617, '2025-11-29 04:14:21', 296, NULL, '27.125.243.51'),
(13618, '2025-11-29 04:14:21', 362, NULL, '17.22.253.176'),
(13619, '2025-11-29 04:14:55', 7, NULL, '107.20.224.184'),
(13620, '2025-11-29 04:15:08', 286, NULL, '187.52.19.64'),
(13621, '2025-11-29 04:17:13', 141, NULL, '17.246.15.210'),
(13622, '2025-11-29 04:18:14', 416, NULL, '3.223.181.32'),
(13623, '2025-11-29 04:20:30', 456, NULL, '44.212.131.50'),
(13624, '2025-11-29 04:21:50', 485, NULL, '43.173.182.63'),
(13625, '2025-11-29 04:23:53', 555, NULL, '43.173.176.43'),
(13626, '2025-11-29 04:24:26', 192, NULL, '17.22.253.150'),
(13627, '2025-11-29 04:25:05', 546, NULL, '43.173.179.174'),
(13628, '2025-11-29 04:26:15', 444, NULL, '43.173.175.168'),
(13629, '2025-11-29 04:37:43', 443, NULL, '54.156.55.147'),
(13630, '2025-11-29 04:42:25', 182, NULL, '103.230.244.29'),
(13631, '2025-11-29 04:46:24', 489, NULL, '34.235.239.240'),
(13632, '2025-11-29 04:46:24', 461, NULL, '44.221.180.179'),
(13633, '2025-11-29 04:46:27', 454, NULL, '23.23.214.190'),
(13634, '2025-11-29 04:47:20', 333, NULL, '17.246.19.161'),
(13635, '2025-11-29 04:53:05', 446, NULL, '35.174.253.85'),
(13636, '2025-11-29 04:54:05', 445, NULL, '44.194.134.53'),
(13637, '2025-11-29 04:54:20', 456, NULL, '34.233.114.237'),
(13638, '2025-11-29 04:55:16', 451, NULL, '18.209.137.234'),
(13639, '2025-11-29 04:56:40', 447, NULL, '23.21.228.180'),
(13640, '2025-11-29 04:57:16', 458, NULL, '107.20.255.194'),
(13641, '2025-11-29 04:57:45', 470, NULL, '52.45.92.83'),
(13642, '2025-11-29 04:58:36', 444, NULL, '54.87.95.7'),
(13643, '2025-11-29 05:01:07', 268, NULL, '194.187.211.77'),
(13644, '2025-11-29 05:02:49', 439, NULL, '38.43.130.82'),
(13645, '2025-11-29 05:03:49', 190, NULL, '66.249.66.77'),
(13646, '2025-11-29 05:06:54', 31, NULL, '44.221.227.90'),
(13647, '2025-11-29 05:08:39', 545, NULL, '66.249.66.167'),
(13648, '2025-11-29 05:09:49', 443, NULL, '44.205.180.155'),
(13649, '2025-11-29 05:10:36', 448, NULL, '34.224.9.144'),
(13650, '2025-11-29 05:17:10', 455, NULL, '52.200.93.170'),
(13651, '2025-11-29 05:18:26', 451, NULL, '44.195.145.102'),
(13652, '2025-11-29 05:19:37', 443, NULL, '44.205.74.196'),
(13653, '2025-11-29 05:20:40', 461, NULL, '34.231.77.232'),
(13654, '2025-11-29 05:20:42', 454, NULL, '44.206.93.215'),
(13655, '2025-11-29 05:25:02', 238, NULL, '17.241.227.14'),
(13656, '2025-11-29 05:26:55', 309, NULL, '106.219.155.60'),
(13657, '2025-11-29 05:35:26', 487, NULL, '54.87.95.7'),
(13658, '2025-11-29 05:35:53', 31, NULL, '18.232.36.1'),
(13659, '2025-11-29 05:37:46', 467, NULL, '3.222.190.107'),
(13660, '2025-11-29 05:40:02', 397, NULL, '44.214.19.8'),
(13661, '2025-11-29 05:40:16', 364, NULL, '17.241.227.42'),
(13662, '2025-11-29 05:41:27', 450, NULL, '44.193.102.198'),
(13663, '2025-11-29 05:41:55', 489, NULL, '44.209.35.147'),
(13664, '2025-11-29 05:42:02', 465, NULL, '44.210.213.220'),
(13665, '2025-11-29 05:42:56', 31, NULL, '54.83.56.1'),
(13666, '2025-11-29 05:43:09', 533, NULL, '100.28.204.82'),
(13667, '2025-11-29 05:44:13', 446, NULL, '52.5.242.243'),
(13668, '2025-11-29 05:44:58', 548, NULL, '20.0.53.99'),
(13669, '2025-11-29 05:45:21', 31, NULL, '152.53.16.147'),
(13670, '2025-11-29 05:45:25', 485, NULL, '44.212.145.46'),
(13671, '2025-11-29 05:47:02', 489, NULL, '54.84.169.196'),
(13672, '2025-11-29 05:48:02', 451, NULL, '44.194.134.53'),
(13673, '2025-11-29 05:48:11', 484, NULL, '44.207.207.36'),
(13674, '2025-11-29 05:48:50', 548, NULL, '74.7.242.168'),
(13675, '2025-11-29 05:48:54', 554, NULL, '74.7.227.157'),
(13676, '2025-11-29 05:49:20', 539, NULL, '74.7.227.157'),
(13677, '2025-11-29 05:49:21', 567, NULL, '74.7.227.157'),
(13678, '2025-11-29 05:49:22', 551, NULL, '74.7.227.157'),
(13679, '2025-11-29 05:49:24', 558, NULL, '74.7.227.157'),
(13680, '2025-11-29 05:49:26', 462, NULL, '34.231.45.47'),
(13681, '2025-11-29 05:49:26', 542, NULL, '74.7.227.157'),
(13682, '2025-11-29 05:49:27', 557, NULL, '74.7.227.157'),
(13683, '2025-11-29 05:49:31', 546, NULL, '74.7.227.157'),
(13684, '2025-11-29 05:49:32', 561, NULL, '74.7.227.157'),
(13685, '2025-11-29 05:49:33', 568, NULL, '74.7.227.157'),
(13686, '2025-11-29 05:49:37', 478, NULL, '54.197.82.195'),
(13687, '2025-11-29 05:49:37', 563, NULL, '74.7.227.157'),
(13688, '2025-11-29 05:49:39', 565, NULL, '74.7.227.157'),
(13689, '2025-11-29 05:49:40', 556, NULL, '74.7.227.157'),
(13690, '2025-11-29 05:49:43', 543, NULL, '74.7.227.157'),
(13691, '2025-11-29 05:49:48', 545, NULL, '74.7.227.157'),
(13692, '2025-11-29 05:49:50', 562, NULL, '74.7.227.157'),
(13693, '2025-11-29 05:49:58', 540, NULL, '74.7.227.157'),
(13694, '2025-11-29 05:50:01', 552, NULL, '74.7.227.157'),
(13695, '2025-11-29 05:50:09', 566, NULL, '74.7.227.157'),
(13696, '2025-11-29 05:50:14', 548, NULL, '74.7.227.157'),
(13697, '2025-11-29 05:50:17', 560, NULL, '74.7.227.157'),
(13698, '2025-11-29 05:50:30', 553, NULL, '74.7.227.157'),
(13699, '2025-11-29 05:50:37', 547, NULL, '74.7.227.157'),
(13700, '2025-11-29 05:50:50', 544, NULL, '74.7.227.157'),
(13701, '2025-11-29 05:52:00', 541, NULL, '74.7.227.157'),
(13702, '2025-11-29 05:52:02', 254, NULL, '103.163.171.143'),
(13703, '2025-11-29 06:03:41', 439, NULL, '54.90.8.255'),
(13704, '2025-11-29 06:04:01', 487, NULL, '18.207.79.144'),
(13705, '2025-11-29 06:07:02', 523, NULL, '3.227.180.70'),
(13706, '2025-11-29 06:08:29', 463, NULL, '54.147.182.90'),
(13707, '2025-11-29 06:10:23', 453, NULL, '52.1.157.90'),
(13708, '2025-11-29 06:11:08', 7, NULL, '54.157.99.244'),
(13709, '2025-11-29 06:11:37', 445, NULL, '18.232.36.1'),
(13710, '2025-11-29 06:11:52', 466, NULL, '3.235.215.92'),
(13711, '2025-11-29 06:12:51', 237, NULL, '100.38.255.66'),
(13712, '2025-11-29 06:13:24', 463, NULL, '98.82.40.168'),
(13713, '2025-11-29 06:13:25', 466, NULL, '3.216.86.144'),
(13714, '2025-11-29 06:13:37', 455, NULL, '54.83.180.239'),
(13715, '2025-11-29 06:15:20', 446, NULL, '3.229.2.217'),
(13716, '2025-11-29 06:15:41', 445, NULL, '44.207.207.36'),
(13717, '2025-11-29 06:16:03', 447, NULL, '52.6.5.24'),
(13718, '2025-11-29 06:17:32', 129, NULL, '208.101.209.25'),
(13719, '2025-11-29 06:20:21', 461, NULL, '34.195.248.30'),
(13720, '2025-11-29 06:20:49', 483, NULL, '23.21.227.240'),
(13721, '2025-11-29 06:21:53', 558, NULL, '66.249.66.167'),
(13722, '2025-11-29 06:29:40', 471, NULL, '52.202.233.37'),
(13723, '2025-11-29 06:32:54', 155, NULL, '17.22.253.49'),
(13724, '2025-11-29 06:33:01', 331, NULL, '17.241.219.168'),
(13725, '2025-11-29 06:34:53', 448, NULL, '98.82.214.73'),
(13726, '2025-11-29 06:35:05', 532, NULL, '52.73.6.26'),
(13727, '2025-11-29 06:35:34', 456, NULL, '3.226.106.93'),
(13728, '2025-11-29 06:36:49', 466, NULL, '3.213.106.226'),
(13729, '2025-11-29 06:36:53', 482, NULL, '3.232.39.98'),
(13730, '2025-11-29 06:38:25', 509, NULL, '184.72.84.154'),
(13731, '2025-11-29 06:38:25', 508, NULL, '184.72.84.154'),
(13732, '2025-11-29 06:38:25', 507, NULL, '184.72.84.154'),
(13733, '2025-11-29 06:38:25', 506, NULL, '184.72.84.154'),
(13734, '2025-11-29 06:39:26', 7, NULL, '52.7.33.248'),
(13735, '2025-11-29 06:39:34', 457, NULL, '107.20.255.194'),
(13736, '2025-11-29 06:40:18', 445, NULL, '52.73.142.41'),
(13737, '2025-11-29 06:40:27', 445, NULL, '52.3.127.170'),
(13738, '2025-11-29 06:40:53', 382, NULL, '17.22.237.14'),
(13739, '2025-11-29 06:40:55', 489, NULL, '34.194.233.48'),
(13740, '2025-11-29 06:41:23', 128, NULL, '176.47.34.58'),
(13741, '2025-11-29 06:41:23', 127, NULL, '176.47.34.58'),
(13742, '2025-11-29 06:41:51', 478, NULL, '44.207.207.36'),
(13743, '2025-11-29 06:42:00', 301, NULL, '171.254.10.70'),
(13744, '2025-11-29 06:42:29', 458, NULL, '54.235.158.162'),
(13745, '2025-11-29 06:43:18', 497, NULL, '34.235.239.240'),
(13746, '2025-11-29 06:43:46', 172, NULL, '103.165.21.168'),
(13747, '2025-11-29 06:45:18', 444, NULL, '3.94.199.128'),
(13748, '2025-11-29 06:46:17', 444, NULL, '3.226.34.98'),
(13749, '2025-11-29 06:49:26', 128, NULL, '14.164.186.11'),
(13750, '2025-11-29 06:49:26', 127, NULL, '14.164.186.11'),
(13751, '2025-11-29 06:52:29', 409, NULL, '66.249.66.167'),
(13752, '2025-11-29 06:52:30', 331, NULL, '66.249.66.76'),
(13753, '2025-11-29 06:52:33', 328, NULL, '66.249.66.75'),
(13754, '2025-11-29 06:52:36', 331, NULL, '66.249.66.75'),
(13755, '2025-11-29 06:52:38', 340, NULL, '66.249.66.75'),
(13756, '2025-11-29 06:52:40', 331, NULL, '66.249.66.200'),
(13757, '2025-11-29 06:52:43', 328, NULL, '66.249.66.76'),
(13758, '2025-11-29 06:52:45', 328, NULL, '66.249.66.35'),
(13759, '2025-11-29 06:53:17', 402, NULL, '66.249.66.77'),
(13760, '2025-11-29 07:05:10', 463, NULL, '52.203.237.170'),
(13761, '2025-11-29 07:06:45', 465, NULL, '44.208.193.63'),
(13762, '2025-11-29 07:07:05', 492, NULL, '3.220.148.166'),
(13763, '2025-11-29 07:10:21', 172, NULL, '190.204.114.225'),
(13764, '2025-11-29 07:11:25', 277, NULL, '66.249.66.168'),
(13765, '2025-11-29 07:11:58', 461, NULL, '54.152.163.42'),
(13766, '2025-11-29 07:12:05', 444, NULL, '44.218.170.184'),
(13767, '2025-11-29 07:13:40', 7, NULL, '18.214.124.6'),
(13768, '2025-11-29 07:14:20', 397, NULL, '34.233.114.237'),
(13769, '2025-11-29 07:14:23', 456, NULL, '98.84.184.80'),
(13770, '2025-11-29 07:16:17', 446, NULL, '23.23.180.225'),
(13771, '2025-11-29 07:16:26', 473, NULL, '54.197.178.107'),
(13772, '2025-11-29 07:16:42', 244, NULL, '17.22.245.109'),
(13773, '2025-11-29 07:16:57', 481, NULL, '18.211.148.239'),
(13774, '2025-11-29 07:17:03', 481, NULL, '54.147.80.137'),
(13775, '2025-11-29 07:17:17', 482, NULL, '18.232.36.1'),
(13776, '2025-11-29 07:17:56', 454, NULL, '34.206.193.60'),
(13777, '2025-11-29 07:18:29', 461, NULL, '3.217.171.106'),
(13778, '2025-11-29 07:21:57', 340, NULL, '66.249.66.35'),
(13779, '2025-11-29 07:21:59', 340, NULL, '66.249.66.13'),
(13780, '2025-11-29 07:21:59', 331, NULL, '66.249.66.35'),
(13781, '2025-11-29 07:22:02', 328, NULL, '66.249.66.12'),
(13782, '2025-11-29 07:22:31', 441, NULL, '66.249.66.12'),
(13783, '2025-11-29 07:23:17', 31, NULL, '152.53.53.3'),
(13784, '2025-11-29 07:23:34', 545, NULL, '66.249.66.166'),
(13785, '2025-11-29 07:24:39', 301, NULL, '189.90.117.152'),
(13786, '2025-11-29 07:24:51', 237, NULL, '38.250.157.211'),
(13787, '2025-11-29 07:27:36', 134, NULL, '66.249.66.167'),
(13788, '2025-11-29 07:32:21', 46, NULL, '45.3.47.217'),
(13789, '2025-11-29 07:34:05', 486, NULL, '3.226.34.98'),
(13790, '2025-11-29 07:34:13', 451, NULL, '18.213.102.186'),
(13791, '2025-11-29 07:34:26', 152, NULL, '66.249.66.12'),
(13792, '2025-11-29 07:34:40', 155, NULL, '66.249.66.12'),
(13793, '2025-11-29 07:34:46', 155, NULL, '66.249.66.75'),
(13794, '2025-11-29 07:34:53', 161, NULL, '66.249.66.75'),
(13795, '2025-11-29 07:35:01', 530, NULL, '3.222.85.38'),
(13796, '2025-11-29 07:49:36', 331, NULL, '158.94.210.211'),
(13797, '2025-11-29 07:50:09', 495, NULL, '3.224.215.150'),
(13798, '2025-11-29 07:50:57', 457, NULL, '107.20.181.148'),
(13799, '2025-11-29 07:52:46', 486, NULL, '52.203.65.83'),
(13800, '2025-11-29 07:53:17', 449, NULL, '50.16.216.166'),
(13801, '2025-11-29 07:53:33', 465, NULL, '54.84.161.62'),
(13802, '2025-11-29 07:53:49', 373, NULL, '17.241.75.18'),
(13803, '2025-11-29 07:54:48', 459, NULL, '54.235.191.179'),
(13804, '2025-11-29 07:55:13', 458, NULL, '52.3.104.214'),
(13805, '2025-11-29 07:55:21', 459, NULL, '54.210.152.179'),
(13806, '2025-11-29 07:55:32', 459, NULL, '34.206.249.188'),
(13807, '2025-11-29 07:55:37', 455, NULL, '35.169.240.53'),
(13808, '2025-11-29 07:57:28', 483, NULL, '44.205.74.196'),
(13809, '2025-11-29 07:57:56', 447, NULL, '98.82.40.168'),
(13810, '2025-11-29 07:59:17', 358, NULL, '17.22.253.99'),
(13811, '2025-11-29 08:04:42', 466, NULL, '34.233.219.155'),
(13812, '2025-11-29 08:04:53', 478, NULL, '50.19.221.48'),
(13813, '2025-11-29 08:06:05', 7, NULL, '34.233.114.237'),
(13814, '2025-11-29 08:06:38', 448, NULL, '54.80.73.122'),
(13815, '2025-11-29 08:09:55', 450, NULL, '3.225.9.97'),
(13816, '2025-11-29 08:13:46', 489, NULL, '54.84.93.8'),
(13817, '2025-11-29 08:14:38', 445, NULL, '100.29.155.89'),
(13818, '2025-11-29 08:14:47', 484, NULL, '54.84.93.8'),
(13819, '2025-11-29 08:16:24', 340, NULL, '50.16.248.61'),
(13820, '2025-11-29 08:17:05', 453, NULL, '54.197.178.107'),
(13821, '2025-11-29 08:18:25', 447, NULL, '54.147.182.90'),
(13822, '2025-11-29 08:19:57', 467, NULL, '54.144.185.255'),
(13823, '2025-11-29 08:20:29', 491, NULL, '23.22.59.87'),
(13824, '2025-11-29 08:20:47', 189, NULL, '172.213.21.116'),
(13825, '2025-11-29 08:21:43', 141, NULL, '43.173.177.220'),
(13826, '2025-11-29 08:23:58', 189, NULL, '74.7.242.147'),
(13827, '2025-11-29 08:25:45', 560, NULL, '194.39.228.44'),
(13828, '2025-11-29 08:28:43', 292, NULL, '37.214.21.46'),
(13829, '2025-11-29 08:37:36', 456, NULL, '54.157.99.244'),
(13830, '2025-11-29 08:46:28', 486, NULL, '54.144.185.255'),
(13831, '2025-11-29 08:46:28', 451, NULL, '3.215.221.125'),
(13832, '2025-11-29 08:50:26', 450, NULL, '34.194.95.99'),
(13833, '2025-11-29 08:50:32', 446, NULL, '52.203.237.170'),
(13834, '2025-11-29 08:50:50', 490, NULL, '3.217.82.254'),
(13835, '2025-11-29 08:50:52', 465, NULL, '44.223.232.55'),
(13836, '2025-11-29 08:51:01', 499, NULL, '34.204.150.196'),
(13837, '2025-11-29 08:51:25', 482, NULL, '34.206.249.188'),
(13838, '2025-11-29 08:51:32', 466, NULL, '14.162.62.252'),
(13839, '2025-11-29 08:51:35', 317, NULL, '183.171.96.70'),
(13840, '2025-11-29 08:51:41', 389, NULL, '5.36.253.234'),
(13841, '2025-11-29 08:51:45', 462, NULL, '44.206.65.8'),
(13842, '2025-11-29 08:51:49', 462, NULL, '44.207.252.58'),
(13843, '2025-11-29 08:53:16', 444, NULL, '50.16.248.61'),
(13844, '2025-11-29 08:55:42', 160, NULL, '66.249.66.166'),
(13845, '2025-11-29 09:03:03', 312, NULL, '77.195.55.9'),
(13846, '2025-11-29 09:03:44', 278, NULL, '103.130.173.44'),
(13847, '2025-11-29 09:04:53', 471, NULL, '44.223.232.55'),
(13848, '2025-11-29 09:11:13', 459, NULL, '54.235.158.162'),
(13849, '2025-11-29 09:12:20', 7, NULL, '23.23.180.225'),
(13850, '2025-11-29 09:12:45', 31, NULL, '100.28.57.133'),
(13851, '2025-11-29 09:13:15', 457, NULL, '3.94.157.25'),
(13852, '2025-11-29 09:15:07', 340, NULL, '54.83.180.239'),
(13853, '2025-11-29 09:17:26', 484, NULL, '54.197.114.76'),
(13854, '2025-11-29 09:17:34', 451, NULL, '52.71.218.25'),
(13855, '2025-11-29 09:17:41', 453, NULL, '23.23.99.55'),
(13856, '2025-11-29 09:17:47', 482, NULL, '18.213.102.186'),
(13857, '2025-11-29 09:18:51', 416, NULL, '34.205.163.103'),
(13858, '2025-11-29 09:19:40', 446, NULL, '100.24.149.244'),
(13859, '2025-11-29 09:20:21', 296, NULL, '103.115.238.242'),
(13860, '2025-11-29 09:21:49', 470, NULL, '54.156.124.2'),
(13861, '2025-11-29 09:36:29', 128, NULL, '169.224.70.179'),
(13862, '2025-11-29 09:36:29', 128, NULL, '51.39.229.217'),
(13863, '2025-11-29 09:36:29', 127, NULL, '51.39.229.217'),
(13864, '2025-11-29 09:36:29', 127, NULL, '169.224.70.179'),
(13865, '2025-11-29 09:37:50', 455, NULL, '34.203.111.15'),
(13866, '2025-11-29 09:38:43', 7, NULL, '3.93.98.99'),
(13867, '2025-11-29 09:39:43', 449, NULL, '52.2.58.41'),
(13868, '2025-11-29 09:41:25', 445, NULL, '18.233.24.238'),
(13869, '2025-11-29 09:41:32', 449, NULL, '23.21.148.226'),
(13870, '2025-11-29 09:42:36', 484, NULL, '44.223.193.255'),
(13871, '2025-11-29 09:43:27', 467, NULL, '54.90.8.255'),
(13872, '2025-11-29 09:46:28', 486, NULL, '23.21.148.226'),
(13873, '2025-11-29 09:47:13', 443, NULL, '100.29.34.97'),
(13874, '2025-11-29 09:48:32', 467, NULL, '34.194.226.74'),
(13875, '2025-11-29 09:48:42', 467, NULL, '35.174.253.85'),
(13876, '2025-11-29 09:49:19', 444, NULL, '100.28.44.58'),
(13877, '2025-11-29 10:03:25', 443, NULL, '54.225.148.123'),
(13878, '2025-11-29 10:05:26', 456, NULL, '44.207.252.58'),
(13879, '2025-11-29 10:05:41', 505, NULL, '44.205.180.155'),
(13880, '2025-11-29 10:06:54', 508, NULL, '54.147.238.89'),
(13881, '2025-11-29 10:06:57', 482, NULL, '44.208.223.68'),
(13882, '2025-11-29 10:07:46', 416, NULL, '52.207.47.227'),
(13883, '2025-11-29 10:08:21', 451, NULL, '34.224.9.144'),
(13884, '2025-11-29 10:08:33', 447, NULL, '54.225.98.148'),
(13885, '2025-11-29 10:10:40', 289, NULL, '169.0.101.183'),
(13886, '2025-11-29 10:10:59', 473, NULL, '44.218.6.93'),
(13887, '2025-11-29 10:11:33', 205, NULL, '66.249.66.77'),
(13888, '2025-11-29 10:12:33', 486, NULL, '34.225.87.80'),
(13889, '2025-11-29 10:12:39', 486, NULL, '184.73.239.35'),
(13890, '2025-11-29 10:12:42', 465, NULL, '44.217.255.167'),
(13891, '2025-11-29 10:13:43', 447, NULL, '52.202.233.37'),
(13892, '2025-11-29 10:15:14', 46, NULL, '103.106.240.112'),
(13893, '2025-11-29 10:16:27', 481, NULL, '54.144.185.255'),
(13894, '2025-11-29 10:22:40', 471, NULL, '18.214.238.178'),
(13895, '2025-11-29 10:33:41', 473, NULL, '34.239.197.197'),
(13896, '2025-11-29 10:34:01', 449, NULL, '54.157.99.244'),
(13897, '2025-11-29 10:49:19', 254, NULL, '94.59.152.211'),
(13898, '2025-11-29 10:54:43', 47, NULL, '100.28.44.58'),
(13899, '2025-11-29 11:01:09', 416, NULL, '34.194.95.99'),
(13900, '2025-11-29 11:01:45', 447, NULL, '52.204.89.12'),
(13901, '2025-11-29 11:02:00', 443, NULL, '107.20.255.194'),
(13902, '2025-11-29 11:02:03', 511, NULL, '3.221.244.28'),
(13903, '2025-11-29 11:03:02', 463, NULL, '100.28.204.82'),
(13904, '2025-11-29 11:04:43', 470, NULL, '52.200.58.199'),
(13905, '2025-11-29 11:06:44', 320, NULL, '177.74.234.195'),
(13906, '2025-11-29 11:09:30', 482, NULL, '34.195.60.66'),
(13907, '2025-11-29 11:09:38', 478, NULL, '23.23.214.190'),
(13908, '2025-11-29 11:11:38', 419, NULL, '43.173.173.224'),
(13909, '2025-11-29 11:12:13', 340, NULL, '52.200.58.199'),
(13910, '2025-11-29 11:13:38', 449, NULL, '44.218.6.93'),
(13911, '2025-11-29 11:13:53', 553, NULL, '201.0.61.23'),
(13912, '2025-11-29 11:15:33', 470, NULL, '98.83.94.113'),
(13913, '2025-11-29 11:15:43', 21, NULL, '213.180.203.12'),
(13914, '2025-11-29 11:15:43', 22, NULL, '213.180.203.12'),
(13915, '2025-11-29 11:15:43', 23, NULL, '213.180.203.12'),
(13916, '2025-11-29 11:15:43', 24, NULL, '213.180.203.12'),
(13917, '2025-11-29 11:15:43', 27, NULL, '213.180.203.12'),
(13918, '2025-11-29 11:15:43', 29, NULL, '213.180.203.12'),
(13919, '2025-11-29 11:15:43', 31, NULL, '213.180.203.12'),
(13920, '2025-11-29 11:15:43', 33, NULL, '213.180.203.12'),
(13921, '2025-11-29 11:15:43', 34, NULL, '213.180.203.12'),
(13922, '2025-11-29 11:15:53', 454, NULL, '44.210.204.255'),
(13923, '2025-11-29 11:16:11', 500, NULL, '43.173.180.50'),
(13924, '2025-11-29 11:18:24', 524, NULL, '43.173.180.227'),
(13925, '2025-11-29 11:18:29', 48, NULL, '43.173.178.207'),
(13926, '2025-11-29 11:18:29', 41, NULL, '43.173.178.207'),
(13927, '2025-11-29 11:19:32', 492, NULL, '180.191.59.63'),
(13928, '2025-11-29 11:22:56', 556, NULL, '43.173.176.167'),
(13929, '2025-11-29 11:22:57', 492, NULL, '43.173.180.248'),
(13930, '2025-11-29 11:22:58', 504, NULL, '103.248.120.108'),
(13931, '2025-11-29 11:25:09', 436, NULL, '177.86.149.153'),
(13932, '2025-11-29 11:25:10', 529, NULL, '43.173.178.32'),
(13933, '2025-11-29 11:25:12', 558, NULL, '37.239.156.5'),
(13934, '2025-11-29 11:26:18', 498, NULL, '43.173.182.194'),
(13935, '2025-11-29 11:27:28', 436, NULL, '181.46.136.166'),
(13936, '2025-11-29 11:28:32', 523, NULL, '196.189.18.8'),
(13937, '2025-11-29 11:29:43', 498, NULL, '43.173.175.46'),
(13938, '2025-11-29 11:29:43', 567, NULL, '43.173.174.249'),
(13939, '2025-11-29 11:29:47', 444, NULL, '54.83.240.58'),
(13940, '2025-11-29 11:32:43', 439, NULL, '54.88.84.219'),
(13941, '2025-11-29 11:34:35', 127, NULL, '41.71.30.71'),
(13942, '2025-11-29 11:35:16', 490, NULL, '43.173.175.59'),
(13943, '2025-11-29 11:35:25', 366, NULL, '182.181.193.2'),
(13944, '2025-11-29 11:35:29', 366, NULL, '137.155.17.162'),
(13945, '2025-11-29 11:40:11', 457, NULL, '54.84.169.196'),
(13946, '2025-11-29 11:41:02', 449, NULL, '52.2.191.202'),
(13947, '2025-11-29 11:41:06', 449, NULL, '118.100.234.206'),
(13948, '2025-11-29 11:41:21', 340, NULL, '54.225.81.20'),
(13949, '2025-11-29 11:41:38', 507, NULL, '44.208.223.68'),
(13950, '2025-11-29 11:43:28', 458, NULL, '52.71.218.25'),
(13951, '2025-11-29 11:43:56', 461, NULL, '44.210.213.220'),
(13952, '2025-11-29 11:44:08', 483, NULL, '3.232.39.98'),
(13953, '2025-11-29 11:52:12', 487, NULL, '44.207.207.36'),
(13954, '2025-11-29 11:56:05', 7, NULL, '52.200.58.199'),
(13955, '2025-11-29 11:57:30', 451, NULL, '3.221.156.96'),
(13956, '2025-11-29 12:02:03', 401, NULL, '170.83.100.131'),
(13957, '2025-11-29 12:07:55', 486, NULL, '203.89.126.57'),
(13958, '2025-11-29 12:12:01', 7, NULL, '100.29.128.75'),
(13959, '2025-11-29 12:12:57', 450, NULL, '52.45.15.233'),
(13960, '2025-11-29 12:16:45', 101, NULL, '213.180.203.25'),
(13961, '2025-11-29 12:16:59', 489, NULL, '3.221.50.71'),
(13962, '2025-11-29 12:18:09', 482, NULL, '44.205.192.249'),
(13963, '2025-11-29 12:19:13', 453, NULL, '52.205.141.124'),
(13964, '2025-11-29 12:19:45', 494, NULL, '3.208.146.193'),
(13965, '2025-11-29 12:19:58', 478, NULL, '52.73.6.26'),
(13966, '2025-11-29 12:20:33', 458, NULL, '52.70.123.241'),
(13967, '2025-11-29 12:22:07', 128, NULL, '95.47.103.250'),
(13968, '2025-11-29 12:22:07', 127, NULL, '95.47.103.250'),
(13969, '2025-11-29 12:23:36', 470, NULL, '44.215.235.20'),
(13970, '2025-11-29 12:24:05', 188, NULL, '14.233.82.119'),
(13971, '2025-11-29 12:32:36', 446, NULL, '54.83.56.1'),
(13972, '2025-11-29 12:34:06', 503, NULL, '54.80.185.200'),
(13973, '2025-11-29 12:37:05', 445, NULL, '3.209.174.110'),
(13974, '2025-11-29 12:38:32', 463, NULL, '98.82.63.147'),
(13975, '2025-11-29 12:39:19', 455, NULL, '98.82.66.172'),
(13976, '2025-11-29 12:40:35', 454, NULL, '52.3.156.186'),
(13977, '2025-11-29 12:48:45', 292, NULL, '45.228.205.127'),
(13978, '2025-11-29 12:52:00', 351, NULL, '68.221.75.29'),
(13979, '2025-11-29 12:55:32', 409, NULL, '103.112.55.184'),
(13980, '2025-11-29 12:57:29', 351, NULL, '74.7.242.147'),
(13981, '2025-11-29 12:57:57', 492, NULL, '205.164.154.171'),
(13982, '2025-11-29 13:04:21', 416, NULL, '35.169.240.53'),
(13983, '2025-11-29 13:05:04', 454, NULL, '52.54.157.23'),
(13984, '2025-11-29 13:07:50', 447, NULL, '3.211.181.86'),
(13985, '2025-11-29 13:11:07', 393, NULL, '103.199.110.116'),
(13986, '2025-11-29 13:11:54', 448, NULL, '3.223.181.32'),
(13987, '2025-11-29 13:12:02', 366, NULL, '180.75.236.237'),
(13988, '2025-11-29 13:13:53', 485, NULL, '3.226.106.93'),
(13989, '2025-11-29 13:14:10', 481, NULL, '3.208.156.9'),
(13990, '2025-11-29 13:14:19', 486, NULL, '3.229.164.203'),
(13991, '2025-11-29 13:14:23', 367, NULL, '168.196.138.68'),
(13992, '2025-11-29 13:15:47', 455, NULL, '3.220.148.166'),
(13993, '2025-11-29 13:17:41', 48, NULL, '43.173.175.106'),
(13994, '2025-11-29 13:17:41', 41, NULL, '43.173.175.106'),
(13995, '2025-11-29 13:17:52', 484, NULL, '17.22.237.155'),
(13996, '2025-11-29 13:18:48', 444, NULL, '44.215.235.20'),
(13997, '2025-11-29 13:29:05', 397, NULL, '44.216.172.204'),
(13998, '2025-11-29 13:30:41', 457, NULL, '44.218.170.184'),
(13999, '2025-11-29 13:34:15', 462, NULL, '3.226.106.93'),
(14000, '2025-11-29 13:34:20', 458, NULL, '52.73.142.41'),
(14001, '2025-11-29 13:35:06', 470, NULL, '52.207.47.227'),
(14002, '2025-11-29 13:36:07', 510, NULL, '54.159.98.248'),
(14003, '2025-11-29 13:36:26', 397, NULL, '44.207.207.36'),
(14004, '2025-11-29 13:36:39', 481, NULL, '34.231.181.240'),
(14005, '2025-11-29 13:40:59', 465, NULL, '52.200.142.199'),
(14006, '2025-11-29 13:41:45', 473, NULL, '18.215.112.101'),
(14007, '2025-11-29 13:51:56', 439, NULL, '34.231.45.47'),
(14008, '2025-11-29 13:57:46', 213, NULL, '17.246.19.33'),
(14009, '2025-11-29 14:05:16', 366, NULL, '154.161.255.228'),
(14010, '2025-11-29 14:06:35', 101, NULL, '95.108.213.242'),
(14011, '2025-11-29 14:09:28', 380, NULL, '17.22.253.87'),
(14012, '2025-11-29 14:17:31', 39, NULL, '43.173.182.5'),
(14013, '2025-11-29 14:17:50', 133, NULL, '57.141.4.43'),
(14014, '2025-11-29 14:23:28', 540, NULL, '52.54.15.103'),
(14015, '2025-11-29 14:25:56', 7, NULL, '52.201.155.215'),
(14016, '2025-11-29 14:26:48', 450, NULL, '54.156.55.147'),
(14017, '2025-11-29 14:28:36', 445, NULL, '98.84.131.195'),
(14018, '2025-11-29 14:29:09', 463, NULL, '98.83.177.42'),
(14019, '2025-11-29 14:29:12', 485, NULL, '44.207.252.58'),
(14020, '2025-11-29 14:31:19', 486, NULL, '34.234.206.30'),
(14021, '2025-11-29 14:31:29', 484, NULL, '184.73.47.24'),
(14022, '2025-11-29 14:31:49', 482, NULL, '54.225.181.161'),
(14023, '2025-11-29 14:33:45', 448, NULL, '3.218.35.239'),
(14024, '2025-11-29 14:35:31', 528, NULL, '3.232.39.98'),
(14025, '2025-11-29 14:38:15', 456, NULL, '52.202.52.82'),
(14026, '2025-11-29 14:38:23', 482, NULL, '54.90.8.255'),
(14027, '2025-11-29 14:39:17', 473, NULL, '52.202.233.37'),
(14028, '2025-11-29 14:40:35', 466, NULL, '3.223.181.32'),
(14029, '2025-11-29 14:40:42', 451, NULL, '52.4.229.9'),
(14030, '2025-11-29 14:44:28', 453, NULL, '98.84.60.17'),
(14031, '2025-11-29 14:45:03', 459, NULL, '98.82.38.120'),
(14032, '2025-11-29 14:45:30', 459, NULL, '18.213.70.100'),
(14033, '2025-11-29 14:47:10', 478, NULL, '52.44.229.124'),
(14034, '2025-11-29 14:47:21', 502, NULL, '54.147.80.137'),
(14035, '2025-11-29 14:47:45', 467, NULL, '35.173.38.202'),
(14036, '2025-11-29 14:48:16', 447, NULL, '54.152.163.42'),
(14037, '2025-11-29 14:48:32', 399, NULL, '196.189.25.57'),
(14038, '2025-11-29 14:49:54', 467, NULL, '54.235.191.179'),
(14039, '2025-11-29 14:50:21', 483, NULL, '52.44.229.124'),
(14040, '2025-11-29 14:52:28', 467, NULL, '52.203.65.83'),
(14041, '2025-11-29 14:56:18', 503, NULL, '103.130.18.210'),
(14042, '2025-11-29 14:56:20', 314, NULL, '66.249.66.35'),
(14043, '2025-11-29 15:04:17', 456, NULL, '54.84.147.79'),
(14044, '2025-11-29 15:05:09', 482, NULL, '23.22.105.143'),
(14045, '2025-11-29 15:05:41', 7, NULL, '52.202.233.37'),
(14046, '2025-11-29 15:05:57', 239, NULL, '223.181.122.25'),
(14047, '2025-11-29 15:06:29', 319, NULL, '17.22.253.71'),
(14048, '2025-11-29 15:06:38', 376, NULL, '45.179.206.83'),
(14049, '2025-11-29 15:08:11', 496, NULL, '52.4.213.199'),
(14050, '2025-11-29 15:09:06', 445, NULL, '100.28.57.133'),
(14051, '2025-11-29 15:09:21', 485, NULL, '35.169.240.53'),
(14052, '2025-11-29 15:09:50', 399, NULL, '179.0.78.220'),
(14053, '2025-11-29 15:09:52', 550, NULL, '177.101.43.227'),
(14054, '2025-11-29 15:09:53', 486, NULL, '54.84.93.8'),
(14055, '2025-11-29 15:10:00', 449, NULL, '18.205.127.11'),
(14056, '2025-11-29 15:10:36', 459, NULL, '34.227.156.153'),
(14057, '2025-11-29 15:11:40', 459, NULL, '3.94.157.25'),
(14058, '2025-11-29 15:13:15', 461, NULL, '44.207.69.106'),
(14059, '2025-11-29 15:13:21', 467, NULL, '3.232.102.111'),
(14060, '2025-11-29 15:15:05', 128, NULL, '43.173.182.178'),
(14061, '2025-11-29 15:15:05', 127, NULL, '43.173.182.178'),
(14062, '2025-11-29 15:17:03', 331, NULL, '66.249.66.166'),
(14063, '2025-11-29 15:18:04', 326, NULL, '66.249.66.76'),
(14064, '2025-11-29 15:18:19', 130, NULL, '43.173.176.204'),
(14065, '2025-11-29 15:18:21', 46, NULL, '43.173.181.124'),
(14066, '2025-11-29 15:24:47', 548, NULL, '66.249.66.77'),
(14067, '2025-11-29 15:25:10', 485, NULL, '17.246.15.111'),
(14068, '2025-11-29 15:28:11', 89, NULL, '43.173.181.157'),
(14069, '2025-11-29 15:28:11', 88, NULL, '43.173.181.157'),
(14070, '2025-11-29 15:28:45', 439, NULL, '34.236.41.241'),
(14071, '2025-11-29 15:30:54', 529, NULL, '52.0.105.244'),
(14072, '2025-11-29 15:32:37', 485, NULL, '52.207.47.227'),
(14073, '2025-11-29 15:37:39', 448, NULL, '54.84.161.62'),
(14074, '2025-11-29 15:45:04', 485, NULL, '23.21.250.48'),
(14075, '2025-11-29 15:45:29', 485, NULL, '52.70.123.241'),
(14076, '2025-11-29 15:46:22', 482, NULL, '107.20.224.184'),
(14077, '2025-11-29 15:46:29', 509, NULL, '23.21.227.240'),
(14078, '2025-11-29 15:47:49', 478, NULL, '34.193.2.57'),
(14079, '2025-11-29 15:56:15', 202, NULL, '179.51.143.115'),
(14080, '2025-11-29 16:03:57', 486, NULL, '35.153.86.200'),
(14081, '2025-11-29 16:04:02', 284, NULL, '98.244.113.38'),
(14082, '2025-11-29 16:05:01', 531, NULL, '110.227.20.194'),
(14083, '2025-11-29 16:06:03', 470, NULL, '35.170.205.140'),
(14084, '2025-11-29 16:06:24', 458, NULL, '44.214.19.8'),
(14085, '2025-11-29 16:06:56', 437, NULL, '17.246.19.191'),
(14086, '2025-11-29 16:07:16', 483, NULL, '34.233.114.237'),
(14087, '2025-11-29 16:08:12', 98, NULL, '43.173.181.156'),
(14088, '2025-11-29 16:09:17', 544, NULL, '43.173.180.76'),
(14089, '2025-11-29 16:09:17', 554, NULL, '43.173.180.10'),
(14090, '2025-11-29 16:10:25', 533, NULL, '43.173.182.56'),
(14091, '2025-11-29 16:10:25', 565, NULL, '43.173.177.122'),
(14092, '2025-11-29 16:11:23', 446, NULL, '23.21.179.27'),
(14093, '2025-11-29 16:11:31', 541, NULL, '43.173.175.145'),
(14094, '2025-11-29 16:11:37', 465, NULL, '43.173.177.100'),
(14095, '2025-11-29 16:12:35', 31, NULL, '18.215.49.176'),
(14096, '2025-11-29 16:12:38', 542, NULL, '43.173.177.2'),
(14097, '2025-11-29 16:13:02', 504, NULL, '18.213.240.226'),
(14098, '2025-11-29 16:13:08', 485, NULL, '52.73.6.26'),
(14099, '2025-11-29 16:15:05', 562, NULL, '43.173.182.166'),
(14100, '2025-11-29 16:15:06', 539, NULL, '43.173.173.18'),
(14101, '2025-11-29 16:15:19', 465, NULL, '54.84.102.81'),
(14102, '2025-11-29 16:15:53', 340, NULL, '44.223.232.55'),
(14103, '2025-11-29 16:17:31', 46, NULL, '43.173.177.69'),
(14104, '2025-11-29 16:18:37', 29, NULL, '43.173.179.52'),
(14105, '2025-11-29 16:25:45', 392, NULL, '34.235.239.240'),
(14106, '2025-11-29 16:27:17', 272, NULL, '190.98.18.179'),
(14107, '2025-11-29 16:30:23', 535, NULL, '196.74.191.248'),
(14108, '2025-11-29 16:31:50', 463, NULL, '54.163.169.168'),
(14109, '2025-11-29 16:33:01', 524, NULL, '3.210.29.96'),
(14110, '2025-11-29 16:35:26', 463, NULL, '156.239.193.248'),
(14111, '2025-11-29 16:36:32', 443, NULL, '98.80.130.239'),
(14112, '2025-11-29 16:37:05', 481, NULL, '44.215.210.112'),
(14113, '2025-11-29 16:40:05', 448, NULL, '54.84.147.79'),
(14114, '2025-11-29 16:41:02', 419, NULL, '98.84.60.17'),
(14115, '2025-11-29 16:45:01', 448, NULL, '44.217.255.167'),
(14116, '2025-11-29 16:45:54', 442, NULL, '35.153.86.200'),
(14117, '2025-11-29 16:46:47', 284, NULL, '5.62.148.128'),
(14118, '2025-11-29 16:50:29', 457, NULL, '44.195.50.71'),
(14119, '2025-11-29 16:53:09', 489, NULL, '18.233.24.238'),
(14120, '2025-11-29 16:53:14', 453, NULL, '34.205.170.13'),
(14121, '2025-11-29 16:53:41', 453, NULL, '34.206.212.24'),
(14122, '2025-11-29 16:53:53', 462, NULL, '34.202.88.37'),
(14123, '2025-11-29 16:54:17', 416, NULL, '18.209.201.119'),
(14124, '2025-11-29 16:54:44', 21, NULL, '57.141.4.54'),
(14125, '2025-11-29 16:55:45', 478, NULL, '52.3.155.146'),
(14126, '2025-11-29 16:55:57', 447, NULL, '50.16.216.166'),
(14127, '2025-11-29 16:56:03', 455, NULL, '54.88.84.219'),
(14128, '2025-11-29 16:56:09', 461, NULL, '3.222.190.107'),
(14129, '2025-11-29 16:57:53', 444, NULL, '54.235.172.96'),
(14130, '2025-11-29 17:01:00', 21, NULL, '5.255.231.146'),
(14131, '2025-11-29 17:01:00', 22, NULL, '5.255.231.146'),
(14132, '2025-11-29 17:01:00', 23, NULL, '5.255.231.146'),
(14133, '2025-11-29 17:01:00', 24, NULL, '5.255.231.146'),
(14134, '2025-11-29 17:01:00', 27, NULL, '5.255.231.146'),
(14135, '2025-11-29 17:01:00', 29, NULL, '5.255.231.146'),
(14136, '2025-11-29 17:01:00', 31, NULL, '5.255.231.146'),
(14137, '2025-11-29 17:01:00', 33, NULL, '5.255.231.146'),
(14138, '2025-11-29 17:01:00', 34, NULL, '5.255.231.146'),
(14139, '2025-11-29 17:01:21', 518, NULL, '18.211.39.188'),
(14140, '2025-11-29 17:01:34', 443, NULL, '52.3.155.146'),
(14141, '2025-11-29 17:02:49', 493, NULL, '34.234.197.175'),
(14142, '2025-11-29 17:03:29', 457, NULL, '3.226.106.93'),
(14143, '2025-11-29 17:03:52', 486, NULL, '35.174.253.85'),
(14144, '2025-11-29 17:04:11', 483, NULL, '98.84.60.17'),
(14145, '2025-11-29 17:09:33', 310, NULL, '179.96.249.39'),
(14146, '2025-11-29 17:11:36', 453, NULL, '17.22.253.39'),
(14147, '2025-11-29 17:12:54', 397, NULL, '44.197.76.210'),
(14148, '2025-11-29 17:13:49', 500, NULL, '168.0.99.181'),
(14149, '2025-11-29 17:13:54', 463, NULL, '44.210.213.220'),
(14150, '2025-11-29 17:14:11', 456, NULL, '23.23.104.107'),
(14151, '2025-11-29 17:14:14', 465, NULL, '44.223.193.255'),
(14152, '2025-11-29 17:14:22', 462, NULL, '34.192.67.98'),
(14153, '2025-11-29 17:19:16', 239, NULL, '73.2.230.99'),
(14154, '2025-11-29 17:19:34', 47, NULL, '43.173.175.94'),
(14155, '2025-11-29 17:19:34', 42, NULL, '43.173.175.94'),
(14156, '2025-11-29 17:20:40', 38, NULL, '43.173.180.215'),
(14157, '2025-11-29 17:24:09', 366, NULL, '103.251.254.235'),
(14158, '2025-11-29 17:25:47', 98, NULL, '185.191.171.18'),
(14159, '2025-11-29 17:30:30', 449, NULL, '52.3.104.214'),
(14160, '2025-11-29 17:33:37', 450, NULL, '54.147.182.90'),
(14161, '2025-11-29 17:34:52', 513, NULL, '18.214.238.178'),
(14162, '2025-11-29 17:40:16', 366, NULL, '177.46.33.113'),
(14163, '2025-11-29 17:46:46', 7, NULL, '52.0.105.244'),
(14164, '2025-11-29 17:49:53', 463, NULL, '35.174.141.243');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(14165, '2025-11-29 17:50:59', 489, NULL, '18.213.70.100'),
(14166, '2025-11-29 17:51:09', 501, NULL, '184.73.35.182'),
(14167, '2025-11-29 17:51:13', 482, NULL, '34.235.239.240'),
(14168, '2025-11-29 17:52:13', 451, NULL, '100.28.204.82'),
(14169, '2025-11-29 17:52:18', 202, NULL, '102.0.5.132'),
(14170, '2025-11-29 17:52:53', 459, NULL, '3.212.219.113'),
(14171, '2025-11-29 17:52:58', 462, NULL, '3.212.86.97'),
(14172, '2025-11-29 17:53:37', 284, NULL, '194.1.218.229'),
(14173, '2025-11-29 17:54:45', 444, NULL, '54.163.169.168'),
(14174, '2025-11-29 17:55:55', 454, NULL, '3.215.221.125'),
(14175, '2025-11-29 18:01:45', 448, NULL, '52.54.249.218'),
(14176, '2025-11-29 18:04:14', 484, NULL, '98.80.130.239'),
(14177, '2025-11-29 18:04:24', 465, NULL, '52.44.148.203'),
(14178, '2025-11-29 18:05:45', 473, NULL, '3.232.102.111'),
(14179, '2025-11-29 18:06:04', 498, NULL, '52.4.229.9'),
(14180, '2025-11-29 18:07:42', 417, NULL, '139.135.39.1'),
(14181, '2025-11-29 18:08:02', 450, NULL, '52.202.233.37'),
(14182, '2025-11-29 18:08:37', 397, NULL, '52.200.251.20'),
(14183, '2025-11-29 18:09:07', 449, NULL, '18.213.70.100'),
(14184, '2025-11-29 18:10:23', 481, NULL, '3.89.176.255'),
(14185, '2025-11-29 18:10:43', 459, NULL, '18.209.137.234'),
(14186, '2025-11-29 18:13:17', 457, NULL, '18.210.58.238'),
(14187, '2025-11-29 18:13:46', 461, NULL, '34.236.41.241'),
(14188, '2025-11-29 18:13:50', 458, NULL, '98.83.226.125'),
(14189, '2025-11-29 18:21:47', 150, NULL, '43.173.179.178'),
(14190, '2025-11-29 18:25:12', 161, NULL, '43.173.175.30'),
(14191, '2025-11-29 18:28:51', 315, NULL, '101.53.234.250'),
(14192, '2025-11-29 18:29:43', 112, NULL, '43.173.176.62'),
(14193, '2025-11-29 18:29:43', 111, NULL, '43.173.176.62'),
(14194, '2025-11-29 18:29:43', 108, NULL, '43.173.176.62'),
(14195, '2025-11-29 18:29:43', 107, NULL, '43.173.176.62'),
(14196, '2025-11-29 18:29:43', 106, NULL, '43.173.176.62'),
(14197, '2025-11-29 18:29:43', 105, NULL, '43.173.176.62'),
(14198, '2025-11-29 18:29:43', 104, NULL, '43.173.176.62'),
(14199, '2025-11-29 18:29:43', 103, NULL, '43.173.176.62'),
(14200, '2025-11-29 18:29:43', 102, NULL, '43.173.176.62'),
(14201, '2025-11-29 18:29:43', 101, NULL, '43.173.176.62'),
(14202, '2025-11-29 18:29:43', 100, NULL, '43.173.176.62'),
(14203, '2025-11-29 18:29:53', 99, NULL, '43.173.182.24'),
(14204, '2025-11-29 18:29:53', 98, NULL, '43.173.182.24'),
(14205, '2025-11-29 18:29:53', 95, NULL, '43.173.182.24'),
(14206, '2025-11-29 18:29:53', 94, NULL, '43.173.182.24'),
(14207, '2025-11-29 18:29:53', 27, NULL, '43.173.182.24'),
(14208, '2025-11-29 18:29:53', 11, NULL, '43.173.182.24'),
(14209, '2025-11-29 18:29:53', 5, NULL, '43.173.182.24'),
(14210, '2025-11-29 18:29:53', 6, NULL, '43.173.182.24'),
(14211, '2025-11-29 18:29:53', 2, NULL, '43.173.182.24'),
(14212, '2025-11-29 18:29:53', 1, NULL, '43.173.182.24'),
(14213, '2025-11-29 18:32:30', 466, NULL, '3.211.105.134'),
(14214, '2025-11-29 18:36:32', 151, NULL, '43.173.174.143'),
(14215, '2025-11-29 18:37:09', 466, NULL, '35.153.86.200'),
(14216, '2025-11-29 18:37:31', 455, NULL, '3.223.134.5'),
(14217, '2025-11-29 18:38:17', 254, NULL, '146.174.172.204'),
(14218, '2025-11-29 18:40:03', 447, NULL, '3.223.134.5'),
(14219, '2025-11-29 18:40:30', 31, NULL, '3.213.46.222'),
(14220, '2025-11-29 18:40:53', 201, NULL, '168.205.39.12'),
(14221, '2025-11-29 18:42:09', 105, NULL, '43.173.182.191'),
(14222, '2025-11-29 18:42:19', 473, NULL, '23.23.214.190'),
(14223, '2025-11-29 18:42:38', 485, NULL, '3.210.114.189'),
(14224, '2025-11-29 18:43:11', 481, NULL, '54.84.250.51'),
(14225, '2025-11-29 18:43:18', 516, NULL, '43.173.178.179'),
(14226, '2025-11-29 18:44:27', 563, NULL, '43.173.175.99'),
(14227, '2025-11-29 18:44:53', 470, NULL, '18.211.148.239'),
(14228, '2025-11-29 18:45:13', 483, NULL, '100.29.160.53'),
(14229, '2025-11-29 18:46:43', 563, NULL, '43.173.175.29'),
(14230, '2025-11-29 18:49:00', 502, NULL, '43.173.181.62'),
(14231, '2025-11-29 18:50:06', 512, NULL, '43.173.181.18'),
(14232, '2025-11-29 18:52:20', 154, NULL, '43.173.174.242'),
(14233, '2025-11-29 18:53:24', 99, NULL, '170.78.167.216'),
(14234, '2025-11-29 18:57:50', 446, NULL, '44.221.105.234'),
(14235, '2025-11-29 18:57:55', 160, NULL, '43.173.180.193'),
(14236, '2025-11-29 19:00:35', 453, NULL, '18.209.137.234'),
(14237, '2025-11-29 19:01:16', 158, NULL, '43.173.178.83'),
(14238, '2025-11-29 19:01:47', 457, NULL, '98.84.131.195'),
(14239, '2025-11-29 19:02:18', 456, NULL, '3.215.221.125'),
(14240, '2025-11-29 19:03:33', 155, NULL, '43.173.174.52'),
(14241, '2025-11-29 19:05:17', 446, NULL, '184.73.167.217'),
(14242, '2025-11-29 19:06:46', 466, NULL, '54.156.55.147'),
(14243, '2025-11-29 19:07:07', 416, NULL, '3.208.156.9'),
(14244, '2025-11-29 19:08:41', 455, NULL, '44.197.76.210'),
(14245, '2025-11-29 19:08:44', 454, NULL, '52.207.47.227'),
(14246, '2025-11-29 19:09:40', 483, NULL, '3.225.9.97'),
(14247, '2025-11-29 19:09:55', 31, NULL, '3.89.170.186'),
(14248, '2025-11-29 19:10:19', 549, NULL, '43.173.174.120'),
(14249, '2025-11-29 19:12:41', 470, NULL, '44.195.50.71'),
(14250, '2025-11-29 19:13:42', 524, NULL, '43.173.180.134'),
(14251, '2025-11-29 19:14:50', 466, NULL, '43.173.174.200'),
(14252, '2025-11-29 19:14:50', 551, NULL, '43.173.175.106'),
(14253, '2025-11-29 19:14:52', 547, NULL, '167.61.246.216'),
(14254, '2025-11-29 19:17:06', 545, NULL, '43.173.174.31'),
(14255, '2025-11-29 19:17:06', 482, NULL, '43.173.177.71'),
(14256, '2025-11-29 19:17:07', 572, NULL, '43.173.180.12'),
(14257, '2025-11-29 19:17:36', 284, NULL, '93.184.15.2'),
(14258, '2025-11-29 19:18:14', 569, NULL, '43.173.173.250'),
(14259, '2025-11-29 19:25:14', 268, NULL, '14.173.239.133'),
(14260, '2025-11-29 19:29:09', 445, NULL, '44.208.193.63'),
(14261, '2025-11-29 19:29:15', 380, NULL, '137.155.0.82'),
(14262, '2025-11-29 19:29:18', 416, NULL, '52.54.249.218'),
(14263, '2025-11-29 19:31:57', 397, NULL, '54.225.199.17'),
(14264, '2025-11-29 19:33:45', 397, NULL, '54.147.80.137'),
(14265, '2025-11-29 19:37:17', 481, NULL, '98.83.178.66'),
(14266, '2025-11-29 19:37:35', 482, NULL, '54.84.93.8'),
(14267, '2025-11-29 19:38:35', 486, NULL, '54.157.99.244'),
(14268, '2025-11-29 19:38:54', 466, NULL, '44.217.255.167'),
(14269, '2025-11-29 19:39:55', 473, NULL, '52.3.156.186'),
(14270, '2025-11-29 19:40:06', 466, NULL, '98.82.63.147'),
(14271, '2025-11-29 19:41:01', 467, NULL, '34.195.248.30'),
(14272, '2025-11-29 19:41:52', 454, NULL, '98.84.131.195'),
(14273, '2025-11-29 19:42:33', 385, NULL, '17.246.19.7'),
(14274, '2025-11-29 19:45:56', 545, NULL, '160.20.35.105'),
(14275, '2025-11-29 19:56:52', 451, NULL, '203.223.88.3'),
(14276, '2025-11-29 19:56:54', 397, NULL, '186.235.202.245'),
(14277, '2025-11-29 19:59:19', 453, NULL, '3.216.86.144'),
(14278, '2025-11-29 20:00:33', 484, NULL, '52.3.156.186'),
(14279, '2025-11-29 20:01:50', 470, NULL, '3.221.222.168'),
(14280, '2025-11-29 20:03:59', 484, NULL, '3.229.2.217'),
(14281, '2025-11-29 20:04:23', 483, NULL, '44.208.223.68'),
(14282, '2025-11-29 20:07:18', 463, NULL, '3.217.82.254'),
(14283, '2025-11-29 20:07:23', 463, NULL, '50.19.79.213'),
(14284, '2025-11-29 20:07:29', 397, NULL, '18.214.124.6'),
(14285, '2025-11-29 20:08:07', 453, NULL, '18.232.12.157'),
(14286, '2025-11-29 20:08:26', 416, NULL, '34.197.28.78'),
(14287, '2025-11-29 20:11:09', 280, NULL, '102.0.11.78'),
(14288, '2025-11-29 20:13:35', 548, NULL, '104.252.184.179'),
(14289, '2025-11-29 20:15:47', 548, NULL, '84.37.183.251'),
(14290, '2025-11-29 20:16:10', 284, NULL, '88.175.30.131'),
(14291, '2025-11-29 20:22:26', 406, NULL, '180.252.228.230'),
(14292, '2025-11-29 20:23:34', 467, NULL, '66.249.66.167'),
(14293, '2025-11-29 20:31:03', 402, NULL, '66.249.66.167'),
(14294, '2025-11-29 20:33:44', 443, NULL, '35.173.18.61'),
(14295, '2025-11-29 20:37:22', 446, NULL, '54.162.69.192'),
(14296, '2025-11-29 20:38:01', 397, NULL, '54.204.62.163'),
(14297, '2025-11-29 20:38:31', 521, NULL, '44.209.35.147'),
(14298, '2025-11-29 20:39:35', 310, NULL, '89.7.207.33'),
(14299, '2025-11-29 20:40:35', 451, NULL, '54.144.185.255'),
(14300, '2025-11-29 20:40:38', 484, NULL, '54.147.238.89'),
(14301, '2025-11-29 20:40:42', 466, NULL, '3.225.9.97'),
(14302, '2025-11-29 20:43:04', 478, NULL, '54.235.191.179'),
(14303, '2025-11-29 20:48:54', 128, NULL, '193.43.140.82'),
(14304, '2025-11-29 20:50:00', 461, NULL, '98.84.60.17'),
(14305, '2025-11-29 20:50:33', 488, NULL, '52.0.218.219'),
(14306, '2025-11-29 20:51:21', 256, NULL, '190.70.19.120'),
(14307, '2025-11-29 20:51:30', 455, NULL, '34.230.124.21'),
(14308, '2025-11-29 20:53:14', 401, NULL, '187.246.14.198'),
(14309, '2025-11-29 20:53:47', 467, NULL, '18.214.251.19'),
(14310, '2025-11-29 20:56:40', 457, NULL, '3.218.103.254'),
(14311, '2025-11-29 20:56:44', 448, NULL, '23.23.99.55'),
(14312, '2025-11-29 20:56:47', 448, NULL, '100.28.49.152'),
(14313, '2025-11-29 20:57:13', 539, NULL, '34.225.24.180'),
(14314, '2025-11-29 20:57:59', 448, NULL, '3.93.211.16'),
(14315, '2025-11-29 21:00:35', 465, NULL, '23.21.225.190'),
(14316, '2025-11-29 21:00:43', 484, NULL, '3.217.82.254'),
(14317, '2025-11-29 21:02:48', 462, NULL, '18.211.39.188'),
(14318, '2025-11-29 21:03:12', 453, NULL, '18.205.127.11'),
(14319, '2025-11-29 21:06:46', 367, NULL, '210.4.92.243'),
(14320, '2025-11-29 21:15:41', 48, NULL, '43.173.175.239'),
(14321, '2025-11-29 21:16:16', 572, 2, NULL),
(14322, '2025-11-29 21:16:16', 132, 2, NULL),
(14323, '2025-11-29 21:16:16', 133, 2, NULL),
(14324, '2025-11-29 21:16:16', 571, 2, NULL),
(14325, '2025-11-29 21:16:16', 570, 2, NULL),
(14326, '2025-11-29 21:16:55', 239, NULL, '172.56.166.117'),
(14327, '2025-11-29 21:19:12', 414, NULL, '76.39.210.121'),
(14328, '2025-11-29 21:21:29', 147, NULL, '202.76.189.105'),
(14329, '2025-11-29 21:22:27', 556, NULL, '66.249.66.168'),
(14330, '2025-11-29 21:23:43', 459, NULL, '34.196.6.199'),
(14331, '2025-11-29 21:23:50', 458, NULL, '34.239.197.197'),
(14332, '2025-11-29 21:26:21', 470, NULL, '52.54.15.103'),
(14333, '2025-11-29 21:30:23', 462, NULL, '100.29.160.53'),
(14334, '2025-11-29 21:32:40', 457, NULL, '34.233.114.237'),
(14335, '2025-11-29 21:33:50', 310, NULL, '188.53.119.19'),
(14336, '2025-11-29 21:34:06', 450, NULL, '52.23.112.144'),
(14337, '2025-11-29 21:34:09', 375, NULL, '80.193.180.7'),
(14338, '2025-11-29 21:34:53', 397, NULL, '50.19.79.213'),
(14339, '2025-11-29 21:36:13', 449, NULL, '52.0.41.164'),
(14340, '2025-11-29 21:37:37', 447, NULL, '100.29.63.24'),
(14341, '2025-11-29 21:46:31', 128, NULL, '45.239.237.0'),
(14342, '2025-11-29 21:46:33', 321, NULL, '177.66.49.35'),
(14343, '2025-11-29 21:49:39', 557, NULL, '87.226.117.151'),
(14344, '2025-11-29 21:51:46', 410, NULL, '54.84.161.62'),
(14345, '2025-11-29 21:52:54', 398, NULL, '3.212.205.90'),
(14346, '2025-11-29 21:57:09', 448, NULL, '54.167.32.123'),
(14347, '2025-11-29 21:59:41', 485, NULL, '3.213.106.226'),
(14348, '2025-11-29 22:00:16', 481, NULL, '50.16.248.61'),
(14349, '2025-11-29 22:01:39', 450, NULL, '54.225.199.17'),
(14350, '2025-11-29 22:02:04', 516, NULL, '34.196.114.170'),
(14351, '2025-11-29 22:02:18', 128, NULL, '158.51.102.112'),
(14352, '2025-11-29 22:02:49', 445, NULL, '52.200.142.199'),
(14353, '2025-11-29 22:03:02', 481, NULL, '3.94.40.182'),
(14354, '2025-11-29 22:03:25', 451, NULL, '18.213.27.222'),
(14355, '2025-11-29 22:03:31', 449, NULL, '52.204.89.12'),
(14356, '2025-11-29 22:04:02', 453, NULL, '44.210.204.255'),
(14357, '2025-11-29 22:04:27', 416, NULL, '3.89.176.255'),
(14358, '2025-11-29 22:04:42', 453, NULL, '100.28.44.58'),
(14359, '2025-11-29 22:05:49', 459, NULL, '34.194.165.45'),
(14360, '2025-11-29 22:05:58', 478, NULL, '52.71.46.142'),
(14361, '2025-11-29 22:07:10', 405, NULL, '83.60.104.161'),
(14362, '2025-11-29 22:08:57', 483, NULL, '18.215.24.66'),
(14363, '2025-11-29 22:23:06', 444, NULL, '52.1.157.90'),
(14364, '2025-11-29 22:25:30', 538, NULL, '52.23.112.144'),
(14365, '2025-11-29 22:25:32', 446, NULL, '35.173.18.61'),
(14366, '2025-11-29 22:25:53', 397, NULL, '44.218.6.93'),
(14367, '2025-11-29 22:26:13', 485, NULL, '44.209.89.189'),
(14368, '2025-11-29 22:26:31', 465, NULL, '34.231.156.59'),
(14369, '2025-11-29 22:29:00', 450, NULL, '54.164.106.236'),
(14370, '2025-11-29 22:29:13', 446, NULL, '34.203.111.15'),
(14371, '2025-11-29 22:29:23', 486, NULL, '23.21.225.190'),
(14372, '2025-11-29 22:29:30', 489, NULL, '54.157.99.244'),
(14373, '2025-11-29 22:30:13', 324, NULL, '52.167.144.137'),
(14374, '2025-11-29 22:30:13', 461, NULL, '34.196.237.236'),
(14375, '2025-11-29 22:30:48', 470, NULL, '44.193.115.232'),
(14376, '2025-11-29 22:38:01', 481, NULL, '86.4.192.238'),
(14377, '2025-11-29 22:38:01', 450, NULL, '86.209.111.113'),
(14378, '2025-11-29 22:40:30', 189, NULL, '17.246.15.175'),
(14379, '2025-11-29 22:43:44', 492, NULL, '170.233.105.5'),
(14380, '2025-11-29 22:46:31', 284, NULL, '201.208.75.82'),
(14381, '2025-11-29 22:46:38', 448, NULL, '34.235.239.240'),
(14382, '2025-11-29 22:46:59', 489, NULL, '44.223.232.55'),
(14383, '2025-11-29 22:48:22', 463, NULL, '52.44.229.124'),
(14384, '2025-11-29 22:48:50', 240, NULL, '93.159.5.85'),
(14385, '2025-11-29 22:52:08', 65, NULL, '17.246.15.195'),
(14386, '2025-11-29 22:52:08', 49, NULL, '17.246.15.195'),
(14387, '2025-11-29 22:52:08', 45, NULL, '17.246.15.195'),
(14388, '2025-11-29 22:52:08', 43, NULL, '17.246.15.195'),
(14389, '2025-11-29 22:52:08', 39, NULL, '17.246.15.195'),
(14390, '2025-11-29 22:52:08', 38, NULL, '17.246.15.195'),
(14391, '2025-11-29 22:52:08', 36, NULL, '17.246.15.195'),
(14392, '2025-11-29 22:52:08', 34, NULL, '17.246.15.195'),
(14393, '2025-11-29 22:52:08', 33, NULL, '17.246.15.195'),
(14394, '2025-11-29 22:52:08', 31, NULL, '17.246.15.195'),
(14395, '2025-11-29 22:52:08', 29, NULL, '17.246.15.195'),
(14396, '2025-11-29 22:52:27', 481, NULL, '34.194.95.99'),
(14397, '2025-11-29 22:52:31', 515, NULL, '52.45.92.83'),
(14398, '2025-11-29 22:52:54', 340, NULL, '44.212.232.231'),
(14399, '2025-11-29 22:53:13', 416, NULL, '54.156.55.147'),
(14400, '2025-11-29 22:53:57', 458, NULL, '3.227.180.70'),
(14401, '2025-11-29 22:55:30', 454, NULL, '98.83.10.183'),
(14402, '2025-11-29 22:55:49', 404, NULL, '103.78.115.148'),
(14403, '2025-11-29 22:57:05', 531, NULL, '18.232.36.1'),
(14404, '2025-11-29 22:57:14', 445, NULL, '98.83.10.183'),
(14405, '2025-11-29 22:57:19', 366, NULL, '160.89.14.78'),
(14406, '2025-11-29 22:58:09', 458, NULL, '18.215.112.101'),
(14407, '2025-11-29 22:58:22', 461, NULL, '52.73.142.41'),
(14408, '2025-11-29 23:01:25', 406, NULL, '17.22.237.226'),
(14409, '2025-11-29 23:11:45', 443, NULL, '44.214.19.8'),
(14410, '2025-11-29 23:12:34', 239, NULL, '190.120.248.146'),
(14411, '2025-11-29 23:15:24', 374, NULL, '66.249.66.13'),
(14412, '2025-11-29 23:21:25', 462, NULL, '17.22.253.89'),
(14413, '2025-11-29 23:21:54', 456, NULL, '18.207.79.144'),
(14414, '2025-11-29 23:22:20', 450, NULL, '17.246.23.186'),
(14415, '2025-11-29 23:22:27', 484, NULL, '3.90.73.206'),
(14416, '2025-11-29 23:22:36', 484, NULL, '35.174.141.243'),
(14417, '2025-11-29 23:22:41', 465, NULL, '54.83.180.239'),
(14418, '2025-11-29 23:22:50', 466, NULL, '18.211.148.239'),
(14419, '2025-11-29 23:23:08', 416, NULL, '98.83.10.183'),
(14420, '2025-11-29 23:23:51', 478, NULL, '34.225.138.57'),
(14421, '2025-11-29 23:24:06', 467, NULL, '54.85.109.140'),
(14422, '2025-11-29 23:45:40', 473, NULL, '100.28.49.152'),
(14423, '2025-11-29 23:48:05', 512, NULL, '52.4.229.9'),
(14424, '2025-11-29 23:48:56', 500, NULL, '3.220.148.166'),
(14425, '2025-11-29 23:50:12', 246, NULL, '76.152.3.140'),
(14426, '2025-11-29 23:50:13', 387, NULL, '17.241.227.18'),
(14427, '2025-11-29 23:53:32', 310, NULL, '79.173.215.107'),
(14428, '2025-11-29 23:54:05', 545, NULL, '186.54.48.20'),
(14429, '2025-11-29 23:54:18', 259, NULL, '128.201.168.190'),
(14430, '2025-11-30 00:00:34', 397, NULL, '34.204.150.196'),
(14431, '2025-11-30 00:05:13', 543, NULL, '38.58.66.216'),
(14432, '2025-11-30 00:05:49', 489, NULL, '44.193.115.232'),
(14433, '2025-11-30 00:05:53', 449, NULL, '18.214.138.148'),
(14434, '2025-11-30 00:06:00', 466, NULL, '54.84.169.196'),
(14435, '2025-11-30 00:06:21', 458, NULL, '54.83.240.58'),
(14436, '2025-11-30 00:06:25', 447, NULL, '18.209.137.234'),
(14437, '2025-11-30 00:06:41', 483, NULL, '54.197.82.195'),
(14438, '2025-11-30 00:07:10', 471, NULL, '17.241.219.28'),
(14439, '2025-11-30 00:07:22', 191, NULL, '66.249.66.75'),
(14440, '2025-11-30 00:07:51', 183, NULL, '66.249.66.35'),
(14441, '2025-11-30 00:07:56', 320, NULL, '110.226.178.248'),
(14442, '2025-11-30 00:08:08', 439, NULL, '44.218.6.93'),
(14443, '2025-11-30 00:12:08', 239, NULL, '93.171.246.154'),
(14444, '2025-11-30 00:12:25', 456, NULL, '23.23.99.55'),
(14445, '2025-11-30 00:19:46', 185, NULL, '66.249.66.76'),
(14446, '2025-11-30 00:23:54', 201, NULL, '23.97.109.232'),
(14447, '2025-11-30 00:24:09', 473, NULL, '23.23.212.212'),
(14448, '2025-11-30 00:24:20', 489, NULL, '18.232.36.1'),
(14449, '2025-11-30 00:25:13', 203, NULL, '66.249.66.35'),
(14450, '2025-11-30 00:26:34', 106, NULL, '216.244.66.235'),
(14451, '2025-11-30 00:28:12', 190, NULL, '66.249.66.200'),
(14452, '2025-11-30 00:28:41', 138, NULL, '66.249.66.167'),
(14453, '2025-11-30 00:29:38', 183, NULL, '66.249.66.34'),
(14454, '2025-11-30 00:35:23', 184, NULL, '66.249.66.166'),
(14455, '2025-11-30 00:36:14', 239, NULL, '46.184.247.107'),
(14456, '2025-11-30 00:36:38', 185, NULL, '66.249.66.35'),
(14457, '2025-11-30 00:39:20', 449, NULL, '17.246.15.207'),
(14458, '2025-11-30 00:40:36', 138, NULL, '66.249.66.168'),
(14459, '2025-11-30 00:44:14', 246, NULL, '216.9.236.191'),
(14460, '2025-11-30 00:51:38', 394, NULL, '187.190.224.152'),
(14461, '2025-11-30 00:53:01', 307, NULL, '66.249.66.14'),
(14462, '2025-11-30 01:00:34', 283, NULL, '146.174.175.115'),
(14463, '2025-11-30 01:01:34', 190, NULL, '66.249.66.14'),
(14464, '2025-11-30 01:02:41', 272, NULL, '148.227.73.188'),
(14465, '2025-11-30 01:09:05', 476, NULL, '18.215.49.176'),
(14466, '2025-11-30 01:11:14', 543, NULL, '66.249.66.36'),
(14467, '2025-11-30 01:12:56', 538, NULL, '100.29.160.53'),
(14468, '2025-11-30 01:13:29', 503, NULL, '54.225.81.20'),
(14469, '2025-11-30 01:13:40', 509, NULL, '3.223.134.5'),
(14470, '2025-11-30 01:17:44', 471, NULL, '44.223.193.255'),
(14471, '2025-11-30 01:18:15', 378, NULL, '181.197.84.57'),
(14472, '2025-11-30 01:23:36', 548, NULL, '66.249.66.166'),
(14473, '2025-11-30 01:27:20', 471, NULL, '3.225.45.252'),
(14474, '2025-11-30 01:28:24', 133, NULL, '57.141.4.34'),
(14475, '2025-11-30 01:39:20', 513, NULL, '18.213.102.186'),
(14476, '2025-11-30 01:40:11', 370, NULL, '159.148.239.49'),
(14477, '2025-11-30 01:40:16', 502, NULL, '100.28.44.58'),
(14478, '2025-11-30 01:47:47', 280, NULL, '177.241.39.32'),
(14479, '2025-11-30 01:51:14', 239, NULL, '45.166.92.119'),
(14480, '2025-11-30 01:53:33', 368, NULL, '17.22.245.182'),
(14481, '2025-11-30 01:55:57', 533, NULL, '100.24.167.60'),
(14482, '2025-11-30 01:57:27', 442, NULL, '76.34.180.63'),
(14483, '2025-11-30 01:58:59', 403, NULL, '66.249.66.201'),
(14484, '2025-11-30 01:59:06', 417, NULL, '17.246.19.17'),
(14485, '2025-11-30 02:02:46', 194, NULL, '68.221.75.16'),
(14486, '2025-11-30 02:05:15', 246, NULL, '157.38.133.75'),
(14487, '2025-11-30 02:06:10', 194, NULL, '74.7.243.38'),
(14488, '2025-11-30 02:09:37', 366, NULL, '87.116.165.121'),
(14489, '2025-11-30 02:10:45', 240, NULL, '186.14.232.135'),
(14490, '2025-11-30 02:12:53', 149, NULL, '66.249.66.201'),
(14491, '2025-11-30 02:13:20', 339, NULL, '34.224.132.215'),
(14492, '2025-11-30 02:15:39', 403, NULL, '43.173.180.41'),
(14493, '2025-11-30 02:16:07', 403, NULL, '43.173.173.254'),
(14494, '2025-11-30 02:17:41', 574, NULL, '43.173.182.5'),
(14495, '2025-11-30 02:17:41', 43, NULL, '43.173.179.254'),
(14496, '2025-11-30 02:17:41', 445, NULL, '167.249.106.19'),
(14497, '2025-11-30 02:18:13', 574, NULL, '43.173.182.213'),
(14498, '2025-11-30 02:18:50', 246, NULL, '201.159.20.39'),
(14499, '2025-11-30 02:23:24', 506, NULL, '44.223.232.55'),
(14500, '2025-11-30 02:26:09', 571, NULL, '44.221.37.41'),
(14501, '2025-11-30 02:27:17', 505, NULL, '34.194.233.48'),
(14502, '2025-11-30 02:27:41', 497, NULL, '50.16.248.61'),
(14503, '2025-11-30 02:29:37', 501, NULL, '52.0.41.164'),
(14504, '2025-11-30 02:29:45', 501, NULL, '34.206.249.188'),
(14505, '2025-11-30 02:30:14', 492, NULL, '52.2.191.202'),
(14506, '2025-11-30 02:31:09', 502, NULL, '3.224.215.150'),
(14507, '2025-11-30 02:32:42', 558, NULL, '66.249.66.13'),
(14508, '2025-11-30 02:36:01', 404, NULL, '209.121.34.20'),
(14509, '2025-11-30 02:45:04', 396, NULL, '91.191.132.211'),
(14510, '2025-11-30 02:49:50', 361, NULL, '179.215.126.37'),
(14511, '2025-11-30 02:55:53', 377, NULL, '185.147.100.7'),
(14512, '2025-11-30 02:56:02', 505, NULL, '54.166.126.132'),
(14513, '2025-11-30 02:56:09', 514, NULL, '52.71.216.196'),
(14514, '2025-11-30 02:58:24', 566, NULL, '3.213.46.222'),
(14515, '2025-11-30 02:58:29', 258, NULL, '17.22.245.236'),
(14516, '2025-11-30 03:03:57', 419, NULL, '38.7.30.243'),
(14517, '2025-11-30 03:04:06', 310, NULL, '73.54.175.195'),
(14518, '2025-11-30 03:15:33', 509, NULL, '18.213.70.100'),
(14519, '2025-11-30 03:15:33', 240, NULL, '102.0.23.102'),
(14520, '2025-11-30 03:17:41', 497, NULL, '54.235.172.96'),
(14521, '2025-11-30 03:17:57', 284, NULL, '66.249.66.76'),
(14522, '2025-11-30 03:18:24', 521, NULL, '52.6.5.24'),
(14523, '2025-11-30 03:19:14', 528, NULL, '52.44.229.124'),
(14524, '2025-11-30 03:20:29', 379, NULL, '103.200.36.135'),
(14525, '2025-11-30 03:21:06', 531, NULL, '52.3.104.214'),
(14526, '2025-11-30 03:21:19', 327, NULL, '84.199.83.109'),
(14527, '2025-11-30 03:22:34', 518, NULL, '34.238.45.183'),
(14528, '2025-11-30 03:23:00', 505, NULL, '98.83.8.142'),
(14529, '2025-11-30 03:23:01', 490, NULL, '34.199.252.22'),
(14530, '2025-11-30 03:25:14', 523, NULL, '3.93.211.16'),
(14531, '2025-11-30 03:25:17', 532, NULL, '3.210.29.96'),
(14532, '2025-11-30 03:25:26', 515, NULL, '100.28.44.58'),
(14533, '2025-11-30 03:25:38', 501, NULL, '35.172.125.172'),
(14534, '2025-11-30 03:26:22', 495, NULL, '34.234.200.207'),
(14535, '2025-11-30 03:27:35', 240, NULL, '80.171.195.242'),
(14536, '2025-11-30 03:28:07', 495, NULL, '98.82.214.73'),
(14537, '2025-11-30 03:28:16', 559, NULL, '3.211.181.86'),
(14538, '2025-11-30 03:28:19', 516, NULL, '18.205.127.11'),
(14539, '2025-11-30 03:28:48', 392, NULL, '100.24.149.244'),
(14540, '2025-11-30 03:30:49', 491, NULL, '100.29.128.75'),
(14541, '2025-11-30 03:33:27', 327, NULL, '17.22.253.190'),
(14542, '2025-11-30 03:34:11', 509, NULL, '216.73.216.220'),
(14543, '2025-11-30 03:34:11', 508, NULL, '216.73.216.220'),
(14544, '2025-11-30 03:34:11', 507, NULL, '216.73.216.220'),
(14545, '2025-11-30 03:34:11', 506, NULL, '216.73.216.220'),
(14546, '2025-11-30 03:35:47', 458, NULL, '118.100.234.33'),
(14547, '2025-11-30 03:37:08', 338, NULL, '223.185.52.104'),
(14548, '2025-11-30 03:41:35', 363, NULL, '66.249.66.12'),
(14549, '2025-11-30 03:43:26', 340, NULL, '100.29.63.24'),
(14550, '2025-11-30 03:44:46', 540, NULL, '54.159.98.248'),
(14551, '2025-11-30 03:45:21', 540, NULL, '52.3.26.180'),
(14552, '2025-11-30 03:45:31', 128, NULL, '186.109.244.22'),
(14553, '2025-11-30 03:45:32', 533, NULL, '34.233.219.155'),
(14554, '2025-11-30 03:45:57', 504, NULL, '44.215.231.15'),
(14555, '2025-11-30 03:51:27', 524, NULL, '50.19.221.48'),
(14556, '2025-11-30 03:51:47', 498, NULL, '3.229.95.193'),
(14557, '2025-11-30 03:52:00', 554, NULL, '34.231.156.59'),
(14558, '2025-11-30 03:52:02', 505, NULL, '52.204.71.8'),
(14559, '2025-11-30 03:53:46', 503, NULL, '44.208.193.63'),
(14560, '2025-11-30 03:53:52', 521, NULL, '3.216.227.216'),
(14561, '2025-11-30 03:56:46', 540, NULL, '52.203.65.83'),
(14562, '2025-11-30 03:57:48', 523, NULL, '54.84.169.196'),
(14563, '2025-11-30 03:57:53', 528, NULL, '34.205.170.13'),
(14564, '2025-11-30 03:58:03', 513, NULL, '107.20.224.184'),
(14565, '2025-11-30 03:58:22', 448, NULL, '44.215.235.20'),
(14566, '2025-11-30 03:59:05', 186, NULL, '99.245.179.60'),
(14567, '2025-11-30 03:59:26', 441, NULL, '66.249.66.14'),
(14568, '2025-11-30 03:59:38', 507, NULL, '54.80.185.200'),
(14569, '2025-11-30 04:00:57', 491, NULL, '34.205.170.13'),
(14570, '2025-11-30 04:01:26', 397, NULL, '17.246.19.176'),
(14571, '2025-11-30 04:03:00', 392, NULL, '103.158.121.167'),
(14572, '2025-11-30 04:07:38', 362, NULL, '103.161.99.184'),
(14573, '2025-11-30 04:09:14', 240, NULL, '188.191.106.135'),
(14574, '2025-11-30 04:14:49', 505, NULL, '54.84.250.51'),
(14575, '2025-11-30 04:15:09', 507, NULL, '3.229.164.203'),
(14576, '2025-11-30 04:16:38', 511, NULL, '100.29.155.89'),
(14577, '2025-11-30 04:17:04', 29, NULL, '43.173.181.209'),
(14578, '2025-11-30 04:18:46', 530, NULL, '54.83.180.239'),
(14579, '2025-11-30 04:18:54', 498, NULL, '34.196.6.199'),
(14580, '2025-11-30 04:20:06', 369, NULL, '185.191.171.5'),
(14581, '2025-11-30 04:20:09', 553, NULL, '34.236.185.101'),
(14582, '2025-11-30 04:21:14', 567, NULL, '52.200.58.199'),
(14583, '2025-11-30 04:21:43', 514, NULL, '18.214.238.178'),
(14584, '2025-11-30 04:22:51', 535, NULL, '54.209.100.30'),
(14585, '2025-11-30 04:23:28', 545, NULL, '66.249.66.34'),
(14586, '2025-11-30 04:24:34', 507, NULL, '54.204.62.163'),
(14587, '2025-11-30 04:24:34', 189, NULL, '202.76.171.235'),
(14588, '2025-11-30 04:27:56', 502, NULL, '34.225.138.57'),
(14589, '2025-11-30 04:32:56', 334, NULL, '186.189.88.70'),
(14590, '2025-11-30 04:32:58', 157, NULL, '66.249.66.34'),
(14591, '2025-11-30 04:32:58', 158, NULL, '66.249.66.34'),
(14592, '2025-11-30 04:32:58', 159, NULL, '66.249.66.34'),
(14593, '2025-11-30 04:32:58', 160, NULL, '66.249.66.34'),
(14594, '2025-11-30 04:32:58', 162, NULL, '66.249.66.34'),
(14595, '2025-11-30 04:32:58', 163, NULL, '66.249.66.34'),
(14596, '2025-11-30 04:32:58', 164, NULL, '66.249.66.34'),
(14597, '2025-11-30 04:32:58', 165, NULL, '66.249.66.34'),
(14598, '2025-11-30 04:33:26', 128, NULL, '112.104.189.25'),
(14599, '2025-11-30 04:34:38', 361, NULL, '5.37.104.148'),
(14600, '2025-11-30 04:41:04', 310, NULL, '197.3.235.132'),
(14601, '2025-11-30 04:41:57', 501, NULL, '34.204.150.196'),
(14602, '2025-11-30 04:42:45', 476, NULL, '52.0.218.219'),
(14603, '2025-11-30 04:45:11', 201, NULL, '191.235.99.83'),
(14604, '2025-11-30 04:46:51', 504, NULL, '217.142.22.200'),
(14605, '2025-11-30 04:47:42', 284, NULL, '171.226.41.20'),
(14606, '2025-11-30 04:47:56', 481, NULL, '17.22.253.16'),
(14607, '2025-11-30 04:49:56', 402, NULL, '190.11.3.77'),
(14608, '2025-11-30 04:50:14', 518, NULL, '44.208.223.68'),
(14609, '2025-11-30 04:50:21', 541, NULL, '3.93.211.16'),
(14610, '2025-11-30 04:50:53', 558, NULL, '54.157.84.74'),
(14611, '2025-11-30 04:51:01', 529, NULL, '50.16.248.61'),
(14612, '2025-11-30 04:51:07', 504, NULL, '35.171.117.160'),
(14613, '2025-11-30 04:51:45', 523, NULL, '34.236.41.241'),
(14614, '2025-11-30 04:51:51', 506, NULL, '3.232.39.98'),
(14615, '2025-11-30 04:53:46', 504, NULL, '66.249.66.35'),
(14616, '2025-11-30 04:53:59', 161, NULL, '66.249.66.166'),
(14617, '2025-11-30 04:54:08', 248, NULL, '66.249.66.75'),
(14618, '2025-11-30 04:54:15', 242, NULL, '66.249.66.200'),
(14619, '2025-11-30 04:54:31', 524, NULL, '52.0.218.219'),
(14620, '2025-11-30 04:55:09', 523, NULL, '184.72.95.195'),
(14621, '2025-11-30 04:56:10', 577, NULL, '66.249.66.168'),
(14622, '2025-11-30 04:56:27', 481, NULL, '66.249.66.34'),
(14623, '2025-11-30 04:57:36', 508, NULL, '54.156.55.147'),
(14624, '2025-11-30 04:59:04', 378, NULL, '66.249.66.166'),
(14625, '2025-11-30 04:59:56', 481, NULL, '66.249.66.166'),
(14626, '2025-11-30 05:02:04', 160, NULL, '185.191.171.14'),
(14627, '2025-11-30 05:04:29', 361, NULL, '176.234.233.55'),
(14628, '2025-11-30 05:05:31', 576, NULL, '66.249.66.35'),
(14629, '2025-11-30 05:08:01', 531, NULL, '66.249.66.75'),
(14630, '2025-11-30 05:09:05', 467, NULL, '66.249.66.76'),
(14631, '2025-11-30 05:11:34', 208, NULL, '66.249.66.13'),
(14632, '2025-11-30 05:11:41', 208, NULL, '66.249.66.200'),
(14633, '2025-11-30 05:11:47', 378, NULL, '17.241.219.80'),
(14634, '2025-11-30 05:12:01', 208, NULL, '66.249.66.34'),
(14635, '2025-11-30 05:12:18', 212, NULL, '66.249.66.34'),
(14636, '2025-11-30 05:12:21', 191, NULL, '66.249.66.166'),
(14637, '2025-11-30 05:12:30', 166, NULL, '66.249.66.75'),
(14638, '2025-11-30 05:13:26', 166, NULL, '66.249.66.166'),
(14639, '2025-11-30 05:13:41', 510, NULL, '23.21.119.232'),
(14640, '2025-11-30 05:14:26', 499, NULL, '18.209.201.119'),
(14641, '2025-11-30 05:15:11', 476, NULL, '54.209.100.30'),
(14642, '2025-11-30 05:16:50', 403, NULL, '66.249.66.36'),
(14643, '2025-11-30 05:16:58', 509, NULL, '18.214.124.6'),
(14644, '2025-11-30 05:20:50', 539, NULL, '44.208.223.68'),
(14645, '2025-11-30 05:20:59', 543, NULL, '66.249.66.202'),
(14646, '2025-11-30 05:23:41', 533, NULL, '34.236.135.14'),
(14647, '2025-11-30 05:24:14', 496, NULL, '54.197.178.107'),
(14648, '2025-11-30 05:24:17', 516, NULL, '34.224.132.215'),
(14649, '2025-11-30 05:24:20', 516, NULL, '34.233.219.155'),
(14650, '2025-11-30 05:24:25', 516, NULL, '54.243.63.52'),
(14651, '2025-11-30 05:25:25', 498, NULL, '3.212.219.113'),
(14652, '2025-11-30 05:26:17', 506, NULL, '3.213.46.222'),
(14653, '2025-11-30 05:26:42', 563, NULL, '52.204.174.139'),
(14654, '2025-11-30 05:28:20', 310, NULL, '91.225.162.22'),
(14655, '2025-11-30 05:28:25', 476, NULL, '107.20.181.148'),
(14656, '2025-11-30 05:28:53', 491, NULL, '18.213.70.100'),
(14657, '2025-11-30 05:29:58', 578, NULL, '216.73.216.220'),
(14658, '2025-11-30 05:30:04', 577, NULL, '66.249.66.12'),
(14659, '2025-11-30 05:32:01', 337, NULL, '85.208.96.211'),
(14660, '2025-11-30 05:32:04', 388, NULL, '185.191.171.8'),
(14661, '2025-11-30 05:33:52', 354, NULL, '185.191.171.7'),
(14662, '2025-11-30 05:40:28', 543, NULL, '66.249.66.168'),
(14663, '2025-11-30 05:44:05', 272, NULL, '186.122.224.98'),
(14664, '2025-11-30 05:50:30', 334, NULL, '200.80.180.102'),
(14665, '2025-11-30 05:55:13', 543, NULL, '66.249.66.200'),
(14666, '2025-11-30 05:55:32', 587, NULL, '66.249.66.34'),
(14667, '2025-11-30 05:55:59', 511, NULL, '34.195.60.66'),
(14668, '2025-11-30 05:56:06', 511, NULL, '52.200.142.199'),
(14669, '2025-11-30 05:56:31', 495, NULL, '54.156.55.147'),
(14670, '2025-11-30 05:57:30', 510, NULL, '34.225.243.131'),
(14671, '2025-11-30 05:57:45', 390, NULL, '67.78.144.58'),
(14672, '2025-11-30 05:58:19', 524, NULL, '54.91.122.193'),
(14673, '2025-11-30 05:59:55', 453, NULL, '49.36.208.31'),
(14674, '2025-11-30 06:00:08', 512, NULL, '3.231.193.38'),
(14675, '2025-11-30 06:00:21', 531, NULL, '3.226.106.93'),
(14676, '2025-11-30 06:00:30', 473, NULL, '218.188.253.246'),
(14677, '2025-11-30 06:00:58', 442, NULL, '34.194.226.74'),
(14678, '2025-11-30 06:01:03', 528, NULL, '52.202.233.37'),
(14679, '2025-11-30 06:01:13', 514, NULL, '44.207.252.58'),
(14680, '2025-11-30 06:01:47', 503, NULL, '52.7.13.143'),
(14681, '2025-11-30 06:02:05', 448, NULL, '100.28.204.82'),
(14682, '2025-11-30 06:03:11', 392, NULL, '52.21.62.139'),
(14683, '2025-11-30 06:03:20', 499, NULL, '34.203.111.15'),
(14684, '2025-11-30 06:03:45', 492, NULL, '54.147.238.89'),
(14685, '2025-11-30 06:04:13', 492, NULL, '44.215.231.15'),
(14686, '2025-11-30 06:05:05', 449, NULL, '103.178.61.166'),
(14687, '2025-11-30 06:05:06', 240, NULL, '79.132.181.6'),
(14688, '2025-11-30 06:05:59', 267, NULL, '181.46.9.151'),
(14689, '2025-11-30 06:06:17', 427, NULL, '85.208.96.210'),
(14690, '2025-11-30 06:10:48', 394, NULL, '43.173.179.74'),
(14691, '2025-11-30 06:10:56', 47, NULL, '3.210.29.96'),
(14692, '2025-11-30 06:10:56', 42, NULL, '3.210.29.96'),
(14693, '2025-11-30 06:11:27', 211, NULL, '160.250.51.109'),
(14694, '2025-11-30 06:11:53', 41, NULL, '43.173.174.122'),
(14695, '2025-11-30 06:13:07', 244, NULL, '45.249.85.21'),
(14696, '2025-11-30 06:14:42', 535, NULL, '35.169.119.108'),
(14697, '2025-11-30 06:20:23', 516, NULL, '216.73.216.220'),
(14698, '2025-11-30 06:20:25', 558, NULL, '216.73.216.220'),
(14699, '2025-11-30 06:20:27', 549, NULL, '216.73.216.220'),
(14700, '2025-11-30 06:20:29', 517, NULL, '216.73.216.220'),
(14701, '2025-11-30 06:20:29', 471, NULL, '216.73.216.220'),
(14702, '2025-11-30 06:20:31', 553, NULL, '216.73.216.220'),
(14703, '2025-11-30 06:20:31', 462, NULL, '216.73.216.220'),
(14704, '2025-11-30 06:29:09', 495, NULL, '3.235.215.92'),
(14705, '2025-11-30 06:29:34', 564, NULL, '23.23.213.182'),
(14706, '2025-11-30 06:29:36', 556, NULL, '216.73.216.220'),
(14707, '2025-11-30 06:29:37', 497, NULL, '52.205.222.214'),
(14708, '2025-11-30 06:30:10', 449, NULL, '216.73.216.220'),
(14709, '2025-11-30 06:30:57', 493, NULL, '216.73.216.220'),
(14710, '2025-11-30 06:31:36', 529, NULL, '216.73.216.220'),
(14711, '2025-11-30 06:32:25', 531, NULL, '3.221.222.168'),
(14712, '2025-11-30 06:32:30', 498, NULL, '44.196.118.6'),
(14713, '2025-11-30 06:32:33', 531, NULL, '52.200.58.199'),
(14714, '2025-11-30 06:32:37', 531, NULL, '44.223.232.55'),
(14715, '2025-11-30 06:32:45', 505, NULL, '34.206.212.24'),
(14716, '2025-11-30 06:32:49', 513, NULL, '3.213.106.226'),
(14717, '2025-11-30 06:33:09', 505, NULL, '3.93.211.16'),
(14718, '2025-11-30 06:33:26', 513, NULL, '44.209.35.147'),
(14719, '2025-11-30 06:33:33', 504, NULL, '52.73.142.41'),
(14720, '2025-11-30 06:33:37', 514, NULL, '52.70.209.13'),
(14721, '2025-11-30 06:33:46', 513, NULL, '18.215.49.176'),
(14722, '2025-11-30 06:35:27', 538, NULL, '18.215.112.101'),
(14723, '2025-11-30 06:35:55', 157, NULL, '91.89.165.191'),
(14724, '2025-11-30 06:36:38', 538, NULL, '18.205.91.101'),
(14725, '2025-11-30 06:36:42', 517, NULL, '52.70.209.13'),
(14726, '2025-11-30 06:37:27', 546, NULL, '23.23.212.212'),
(14727, '2025-11-30 06:37:45', 408, NULL, '85.208.96.201'),
(14728, '2025-11-30 06:37:57', 530, NULL, '44.213.36.21'),
(14729, '2025-11-30 06:37:58', 533, NULL, '18.215.49.176'),
(14730, '2025-11-30 06:38:22', 440, NULL, '85.208.96.194'),
(14731, '2025-11-30 06:39:12', 521, NULL, '44.221.105.234'),
(14732, '2025-11-30 06:39:26', 493, NULL, '52.3.102.51'),
(14733, '2025-11-30 06:40:42', 492, NULL, '52.45.29.57'),
(14734, '2025-11-30 06:41:00', 509, NULL, '34.196.237.236'),
(14735, '2025-11-30 06:41:15', 392, NULL, '18.214.238.178'),
(14736, '2025-11-30 06:42:09', 493, NULL, '52.6.232.201'),
(14737, '2025-11-30 06:42:37', 372, NULL, '185.191.171.19'),
(14738, '2025-11-30 06:42:55', 524, NULL, '34.203.111.15'),
(14739, '2025-11-30 06:43:06', 550, NULL, '98.84.200.43'),
(14740, '2025-11-30 06:43:13', 490, NULL, '52.204.253.129'),
(14741, '2025-11-30 06:43:21', 521, NULL, '54.243.63.52'),
(14742, '2025-11-30 06:44:33', 575, NULL, '146.174.187.234'),
(14743, '2025-11-30 06:46:02', 547, NULL, '52.7.13.143'),
(14744, '2025-11-30 06:46:11', 513, NULL, '52.203.68.145'),
(14745, '2025-11-30 06:47:37', 459, NULL, '110.137.83.202'),
(14746, '2025-11-30 06:55:21', 128, NULL, '102.67.207.21'),
(14747, '2025-11-30 06:55:49', 539, NULL, '3.225.9.97'),
(14748, '2025-11-30 06:56:28', 483, NULL, '17.22.237.130'),
(14749, '2025-11-30 06:57:41', 504, NULL, '44.206.93.215'),
(14750, '2025-11-30 07:00:13', 240, NULL, '177.124.96.226'),
(14751, '2025-11-30 07:06:42', 31, NULL, '40.77.167.77'),
(14752, '2025-11-30 07:09:27', 535, NULL, '3.225.45.252'),
(14753, '2025-11-30 07:10:00', 532, NULL, '54.83.23.103'),
(14754, '2025-11-30 07:11:58', 560, NULL, '52.44.148.203'),
(14755, '2025-11-30 07:13:13', 518, NULL, '34.231.156.59'),
(14756, '2025-11-30 07:13:44', 495, NULL, '52.45.15.233'),
(14757, '2025-11-30 07:14:45', 442, NULL, '3.218.35.239'),
(14758, '2025-11-30 07:14:55', 505, NULL, '35.174.253.85'),
(14759, '2025-11-30 07:16:17', 494, NULL, '18.207.79.144'),
(14760, '2025-11-30 07:16:21', 494, NULL, '54.152.163.42'),
(14761, '2025-11-30 07:17:01', 530, NULL, '3.210.223.61'),
(14762, '2025-11-30 07:17:34', 524, NULL, '18.232.11.247'),
(14763, '2025-11-30 07:18:06', 539, NULL, '54.147.238.89'),
(14764, '2025-11-30 07:18:15', 523, NULL, '44.215.210.112'),
(14765, '2025-11-30 07:18:27', 448, NULL, '3.223.134.5'),
(14766, '2025-11-30 07:19:16', 383, NULL, '179.6.2.184'),
(14767, '2025-11-30 07:20:05', 494, NULL, '3.232.82.72'),
(14768, '2025-11-30 07:20:07', 364, NULL, '103.166.173.66'),
(14769, '2025-11-30 07:20:08', 424, NULL, '17.22.245.69'),
(14770, '2025-11-30 07:20:35', 500, NULL, '216.73.216.220'),
(14771, '2025-11-30 07:20:36', 497, NULL, '216.73.216.220'),
(14772, '2025-11-30 07:20:37', 523, NULL, '216.73.216.220'),
(14773, '2025-11-30 07:23:46', 435, NULL, '185.191.171.4'),
(14774, '2025-11-30 07:24:26', 296, NULL, '66.249.66.168'),
(14775, '2025-11-30 07:34:05', 423, NULL, '46.3.48.246'),
(14776, '2025-11-30 07:37:22', 471, NULL, '45.231.98.12'),
(14777, '2025-11-30 07:37:38', 530, NULL, '44.212.131.50'),
(14778, '2025-11-30 07:37:41', 283, NULL, '66.249.66.77'),
(14779, '2025-11-30 07:37:45', 538, NULL, '44.209.89.189'),
(14780, '2025-11-30 07:38:50', 531, NULL, '54.83.180.239'),
(14781, '2025-11-30 07:40:18', 432, NULL, '185.191.171.16'),
(14782, '2025-11-30 07:49:06', 365, NULL, '185.191.171.11'),
(14783, '2025-11-30 07:50:39', 359, NULL, '209.236.242.13'),
(14784, '2025-11-30 07:53:39', 265, NULL, '20.204.24.249'),
(14785, '2025-11-30 07:53:59', 239, NULL, '57.141.4.32'),
(14786, '2025-11-30 07:56:33', 360, NULL, '57.141.4.53'),
(14787, '2025-11-30 07:59:07', 265, NULL, '74.7.243.21'),
(14788, '2025-11-30 08:02:14', 286, NULL, '57.141.4.71'),
(14789, '2025-11-30 08:05:11', 366, NULL, '85.208.96.201'),
(14790, '2025-11-30 08:06:13', 570, NULL, '185.191.171.14'),
(14791, '2025-11-30 08:12:14', 253, NULL, '85.208.96.198'),
(14792, '2025-11-30 08:12:54', 535, NULL, '52.200.142.199'),
(14793, '2025-11-30 08:14:58', 310, NULL, '103.132.176.5'),
(14794, '2025-11-30 08:15:01', 292, NULL, '57.141.4.26'),
(14795, '2025-11-30 08:15:03', 565, NULL, '216.73.216.220'),
(14796, '2025-11-30 08:15:03', 590, NULL, '216.73.216.220'),
(14797, '2025-11-30 08:15:04', 546, NULL, '216.73.216.220'),
(14798, '2025-11-30 08:15:04', 492, NULL, '216.73.216.220'),
(14799, '2025-11-30 08:15:05', 505, NULL, '216.73.216.220'),
(14800, '2025-11-30 08:15:06', 476, NULL, '216.73.216.220'),
(14801, '2025-11-30 08:15:06', 184, NULL, '57.141.4.73'),
(14802, '2025-11-30 08:15:07', 465, NULL, '216.73.216.220'),
(14803, '2025-11-30 08:15:07', 528, NULL, '216.73.216.220'),
(14804, '2025-11-30 08:15:08', 541, NULL, '216.73.216.220'),
(14805, '2025-11-30 08:15:08', 486, NULL, '216.73.216.220'),
(14806, '2025-11-30 08:15:08', 530, NULL, '216.73.216.220'),
(14807, '2025-11-30 08:15:09', 514, NULL, '216.73.216.220'),
(14808, '2025-11-30 08:15:09', 542, NULL, '216.73.216.220'),
(14809, '2025-11-30 08:15:09', 539, NULL, '216.73.216.220'),
(14810, '2025-11-30 08:15:09', 501, NULL, '216.73.216.220'),
(14811, '2025-11-30 08:15:10', 573, NULL, '216.73.216.220'),
(14812, '2025-11-30 08:15:10', 582, NULL, '216.73.216.220'),
(14813, '2025-11-30 08:15:10', 533, NULL, '216.73.216.220'),
(14814, '2025-11-30 08:15:10', 518, NULL, '216.73.216.220'),
(14815, '2025-11-30 08:15:10', 448, NULL, '216.73.216.220'),
(14816, '2025-11-30 08:15:10', 512, NULL, '216.73.216.220'),
(14817, '2025-11-30 08:15:11', 550, NULL, '216.73.216.220'),
(14818, '2025-11-30 08:15:11', 535, NULL, '216.73.216.220'),
(14819, '2025-11-30 08:15:11', 488, NULL, '216.73.216.220'),
(14820, '2025-11-30 08:15:11', 461, NULL, '216.73.216.220'),
(14821, '2025-11-30 08:15:11', 467, NULL, '216.73.216.220'),
(14822, '2025-11-30 08:15:11', 540, NULL, '216.73.216.220'),
(14823, '2025-11-30 08:15:11', 441, NULL, '216.73.216.220'),
(14824, '2025-11-30 08:15:11', 552, NULL, '216.73.216.220'),
(14825, '2025-11-30 08:15:11', 443, NULL, '216.73.216.220'),
(14826, '2025-11-30 08:15:12', 483, NULL, '216.73.216.220'),
(14827, '2025-11-30 08:15:12', 478, NULL, '216.73.216.220'),
(14828, '2025-11-30 08:15:12', 575, NULL, '216.73.216.220'),
(14829, '2025-11-30 08:15:12', 456, NULL, '216.73.216.220'),
(14830, '2025-11-30 08:15:12', 496, NULL, '216.73.216.220'),
(14831, '2025-11-30 08:15:12', 555, NULL, '216.73.216.220'),
(14832, '2025-11-30 08:15:12', 446, NULL, '216.73.216.220'),
(14833, '2025-11-30 08:15:12', 460, NULL, '216.73.216.220'),
(14834, '2025-11-30 08:15:12', 466, NULL, '216.73.216.220'),
(14835, '2025-11-30 08:15:13', 543, NULL, '216.73.216.220'),
(14836, '2025-11-30 08:15:13', 532, NULL, '216.73.216.220'),
(14837, '2025-11-30 08:15:13', 562, NULL, '216.73.216.220'),
(14838, '2025-11-30 08:15:13', 490, NULL, '216.73.216.220'),
(14839, '2025-11-30 08:15:13', 453, NULL, '216.73.216.220'),
(14840, '2025-11-30 08:15:13', 502, NULL, '216.73.216.220'),
(14841, '2025-11-30 08:15:13', 557, NULL, '216.73.216.220'),
(14842, '2025-11-30 08:15:13', 561, NULL, '216.73.216.220'),
(14843, '2025-11-30 08:15:13', 459, NULL, '216.73.216.220'),
(14844, '2025-11-30 08:15:13', 498, NULL, '216.73.216.220'),
(14845, '2025-11-30 08:15:14', 510, NULL, '216.73.216.220'),
(14846, '2025-11-30 08:15:14', 439, NULL, '216.73.216.220'),
(14847, '2025-11-30 08:15:14', 531, NULL, '216.73.216.220'),
(14848, '2025-11-30 08:15:14', 521, NULL, '216.73.216.220'),
(14849, '2025-11-30 08:15:14', 457, NULL, '216.73.216.220'),
(14850, '2025-11-30 08:15:15', 473, NULL, '216.73.216.220'),
(14851, '2025-11-30 08:15:15', 584, NULL, '216.73.216.220'),
(14852, '2025-11-30 08:15:15', 567, NULL, '216.73.216.220'),
(14853, '2025-11-30 08:15:15', 548, NULL, '216.73.216.220'),
(14854, '2025-11-30 08:15:16', 585, NULL, '216.73.216.220'),
(14855, '2025-11-30 08:15:16', 566, NULL, '216.73.216.220'),
(14856, '2025-11-30 08:15:16', 470, NULL, '216.73.216.220'),
(14857, '2025-11-30 08:15:17', 482, NULL, '216.73.216.220'),
(14858, '2025-11-30 08:15:17', 491, NULL, '216.73.216.220'),
(14859, '2025-11-30 08:15:17', 551, NULL, '216.73.216.220'),
(14860, '2025-11-30 08:15:17', 579, NULL, '216.73.216.220'),
(14861, '2025-11-30 08:15:17', 463, NULL, '216.73.216.220'),
(14862, '2025-11-30 08:15:17', 445, NULL, '216.73.216.220'),
(14863, '2025-11-30 08:15:19', 239, NULL, '57.141.4.51'),
(14864, '2025-11-30 08:15:52', 533, NULL, '3.219.81.66'),
(14865, '2025-11-30 08:15:57', 239, NULL, '57.141.4.77'),
(14866, '2025-11-30 08:15:58', 184, NULL, '57.141.4.11'),
(14867, '2025-11-30 08:16:11', 184, NULL, '57.141.4.5'),
(14868, '2025-11-30 08:16:26', 497, NULL, '3.212.205.90'),
(14869, '2025-11-30 08:16:30', 170, NULL, '185.191.171.13'),
(14870, '2025-11-30 08:16:31', 497, NULL, '52.44.148.203'),
(14871, '2025-11-30 08:16:55', 239, NULL, '57.141.4.34'),
(14872, '2025-11-30 08:17:15', 239, NULL, '57.141.4.74'),
(14873, '2025-11-30 08:17:58', 191, NULL, '57.141.4.28'),
(14874, '2025-11-30 08:18:18', 239, NULL, '57.141.4.53'),
(14875, '2025-11-30 08:18:43', 239, NULL, '57.141.4.38'),
(14876, '2025-11-30 08:18:57', 496, NULL, '3.216.86.144'),
(14877, '2025-11-30 08:19:19', 368, NULL, '185.191.171.13'),
(14878, '2025-11-30 08:20:19', 446, NULL, '185.191.171.7'),
(14879, '2025-11-30 08:20:50', 518, NULL, '54.157.84.74'),
(14880, '2025-11-30 08:21:27', 184, NULL, '57.141.4.60'),
(14881, '2025-11-30 08:22:31', 132, NULL, '57.141.4.23'),
(14882, '2025-11-30 08:22:33', 531, NULL, '52.204.253.129'),
(14883, '2025-11-30 08:22:42', 513, NULL, '54.85.7.119'),
(14884, '2025-11-30 08:22:59', 156, NULL, '85.208.96.204'),
(14885, '2025-11-30 08:23:07', 539, NULL, '44.212.106.171'),
(14886, '2025-11-30 08:23:19', 523, NULL, '3.89.176.255'),
(14887, '2025-11-30 08:23:53', 184, NULL, '57.141.4.38'),
(14888, '2025-11-30 08:24:02', 506, NULL, '100.24.167.60'),
(14889, '2025-11-30 08:24:32', 442, NULL, '34.197.28.78'),
(14890, '2025-11-30 08:24:33', 184, NULL, '57.141.4.62'),
(14891, '2025-11-30 08:25:11', 503, NULL, '100.25.120.246'),
(14892, '2025-11-30 08:25:26', 239, NULL, '57.141.4.42'),
(14893, '2025-11-30 08:25:29', 428, NULL, '185.191.171.10'),
(14894, '2025-11-30 08:25:37', 239, NULL, '57.141.4.17'),
(14895, '2025-11-30 08:25:52', 503, NULL, '18.204.152.114'),
(14896, '2025-11-30 08:25:54', 196, NULL, '85.208.96.209'),
(14897, '2025-11-30 08:26:32', 448, NULL, '34.231.118.144'),
(14898, '2025-11-30 08:26:35', 239, NULL, '57.141.4.48'),
(14899, '2025-11-30 08:28:06', 289, NULL, '57.141.4.72'),
(14900, '2025-11-30 08:29:18', 392, NULL, '52.3.156.186'),
(14901, '2025-11-30 08:30:24', 319, NULL, '57.141.4.34'),
(14902, '2025-11-30 08:30:40', 171, NULL, '57.141.4.74'),
(14903, '2025-11-30 08:30:41', 492, NULL, '23.21.119.232'),
(14904, '2025-11-30 08:30:59', 443, NULL, '85.208.96.193'),
(14905, '2025-11-30 08:31:27', 310, NULL, '45.70.13.165'),
(14906, '2025-11-30 08:31:40', 190, NULL, '57.141.4.3'),
(14907, '2025-11-30 08:32:12', 31, NULL, '40.77.167.235'),
(14908, '2025-11-30 08:32:32', 508, NULL, '54.88.84.219'),
(14909, '2025-11-30 08:32:32', 171, NULL, '57.141.4.34'),
(14910, '2025-11-30 08:33:12', 494, NULL, '3.227.180.70'),
(14911, '2025-11-30 08:34:04', 171, NULL, '57.141.4.77'),
(14912, '2025-11-30 08:34:48', 476, NULL, '54.166.126.132'),
(14913, '2025-11-30 08:34:57', 171, NULL, '57.141.4.16'),
(14914, '2025-11-30 08:34:59', 268, NULL, '57.141.4.2'),
(14915, '2025-11-30 08:35:37', 342, NULL, '172.87.18.86'),
(14916, '2025-11-30 08:36:31', 171, NULL, '57.141.4.36'),
(14917, '2025-11-30 08:38:54', 171, NULL, '57.141.4.44'),
(14918, '2025-11-30 08:39:23', 496, NULL, '44.221.37.41'),
(14919, '2025-11-30 08:39:46', 239, NULL, '57.141.4.55'),
(14920, '2025-11-30 08:40:50', 499, NULL, '107.22.208.39'),
(14921, '2025-11-30 08:41:16', 251, NULL, '201.217.227.20'),
(14922, '2025-11-30 08:41:49', 529, NULL, '44.194.134.53'),
(14923, '2025-11-30 08:43:38', 510, NULL, '54.145.82.217'),
(14924, '2025-11-30 08:43:58', 290, NULL, '200.1.2.231'),
(14925, '2025-11-30 08:44:10', 521, NULL, '44.212.145.46'),
(14926, '2025-11-30 08:45:01', 511, NULL, '54.147.238.89'),
(14927, '2025-11-30 08:45:47', 503, NULL, '3.229.2.217'),
(14928, '2025-11-30 08:45:56', 171, NULL, '57.141.4.40'),
(14929, '2025-11-30 08:47:07', 569, NULL, '18.205.91.101'),
(14930, '2025-11-30 08:47:51', 509, NULL, '34.233.219.155'),
(14931, '2025-11-30 08:48:15', 434, NULL, '85.208.96.208'),
(14932, '2025-11-30 08:48:22', 239, NULL, '57.141.4.26'),
(14933, '2025-11-30 08:48:29', 380, NULL, '185.191.171.2'),
(14934, '2025-11-30 08:48:47', 171, NULL, '57.141.4.47'),
(14935, '2025-11-30 08:49:20', 508, NULL, '54.162.69.192'),
(14936, '2025-11-30 08:50:10', 502, NULL, '44.193.115.232'),
(14937, '2025-11-30 08:51:25', 508, NULL, '44.217.255.167'),
(14938, '2025-11-30 08:52:15', 262, NULL, '85.208.96.209'),
(14939, '2025-11-30 08:52:44', 400, NULL, '185.191.171.9'),
(14940, '2025-11-30 08:53:04', 556, NULL, '66.249.66.166'),
(14941, '2025-11-30 08:54:46', 328, NULL, '47.11.128.198'),
(14942, '2025-11-30 08:54:48', 328, NULL, '5.246.172.168'),
(14943, '2025-11-30 08:55:25', 507, NULL, '54.85.7.119'),
(14944, '2025-11-30 08:55:38', 145, NULL, '57.141.4.10'),
(14945, '2025-11-30 08:55:39', 361, NULL, '179.6.6.60'),
(14946, '2025-11-30 08:56:38', 407, NULL, '185.191.171.2'),
(14947, '2025-11-30 08:57:08', 491, NULL, '54.197.102.71'),
(14948, '2025-11-30 08:58:01', 491, NULL, '18.204.152.114'),
(14949, '2025-11-30 09:00:23', 543, NULL, '66.249.66.14'),
(14950, '2025-11-30 09:00:31', 138, NULL, '66.249.66.75'),
(14951, '2025-11-30 09:00:33', 138, NULL, '66.249.66.201'),
(14952, '2025-11-30 09:01:18', 311, NULL, '185.191.171.17'),
(14953, '2025-11-30 09:01:41', 358, NULL, '85.208.96.195'),
(14954, '2025-11-30 09:01:54', 415, NULL, '85.208.96.210'),
(14955, '2025-11-30 09:05:09', 499, NULL, '34.192.67.98'),
(14956, '2025-11-30 09:05:25', 502, NULL, '54.85.109.140'),
(14957, '2025-11-30 09:09:05', 514, NULL, '54.235.191.179'),
(14958, '2025-11-30 09:09:25', 494, NULL, '107.23.62.75'),
(14959, '2025-11-30 09:09:38', 382, NULL, '66.249.66.77'),
(14960, '2025-11-30 09:12:36', 246, NULL, '85.208.96.196'),
(14961, '2025-11-30 09:13:15', 35, NULL, '85.208.96.193'),
(14962, '2025-11-30 09:15:30', 377, NULL, '85.208.96.200'),
(14963, '2025-11-30 09:16:03', 367, NULL, '85.208.96.207'),
(14964, '2025-11-30 09:17:35', 375, NULL, '185.191.171.10'),
(14965, '2025-11-30 09:18:42', 532, NULL, '44.221.105.234'),
(14966, '2025-11-30 09:18:52', 544, NULL, '216.73.216.220'),
(14967, '2025-11-30 09:18:54', 490, NULL, '44.221.37.41'),
(14968, '2025-11-30 09:18:58', 499, NULL, '216.73.216.220'),
(14969, '2025-11-30 09:19:01', 505, NULL, '3.225.45.252'),
(14970, '2025-11-30 09:19:02', 570, NULL, '216.73.216.220'),
(14971, '2025-11-30 09:19:02', 547, NULL, '216.73.216.220'),
(14972, '2025-11-30 09:19:06', 438, NULL, '216.73.216.220'),
(14973, '2025-11-30 09:19:07', 456, NULL, '85.208.96.206'),
(14974, '2025-11-30 09:19:09', 554, NULL, '216.73.216.220'),
(14975, '2025-11-30 09:19:09', 545, NULL, '216.73.216.220'),
(14976, '2025-11-30 09:19:13', 451, NULL, '216.73.216.220'),
(14977, '2025-11-30 09:19:16', 454, NULL, '216.73.216.220'),
(14978, '2025-11-30 09:19:18', 538, NULL, '216.73.216.220'),
(14979, '2025-11-30 09:19:24', 485, NULL, '216.73.216.220'),
(14980, '2025-11-30 09:19:29', 444, NULL, '216.73.216.220'),
(14981, '2025-11-30 09:19:45', 521, NULL, '98.83.10.183'),
(14982, '2025-11-30 09:19:49', 521, NULL, '54.85.126.86'),
(14983, '2025-11-30 09:20:13', 476, NULL, '185.191.171.5'),
(14984, '2025-11-30 09:20:42', 560, NULL, '216.73.216.220'),
(14985, '2025-11-30 09:20:45', 574, NULL, '216.73.216.220'),
(14986, '2025-11-30 09:21:04', 509, NULL, '3.220.148.166'),
(14987, '2025-11-30 09:21:07', 494, NULL, '216.73.216.220'),
(14988, '2025-11-30 09:21:08', 559, NULL, '216.73.216.220'),
(14989, '2025-11-30 09:21:11', 524, NULL, '216.73.216.220'),
(14990, '2025-11-30 09:21:12', 580, NULL, '216.73.216.220'),
(14991, '2025-11-30 09:21:12', 509, NULL, '52.1.106.130'),
(14992, '2025-11-30 09:21:20', 458, NULL, '216.73.216.220'),
(14993, '2025-11-30 09:22:00', 355, NULL, '66.249.66.35'),
(14994, '2025-11-30 09:22:43', 548, NULL, '66.249.66.167'),
(14995, '2025-11-30 09:23:28', 502, NULL, '3.224.104.67'),
(14996, '2025-11-30 09:24:02', 504, NULL, '216.73.216.220'),
(14997, '2025-11-30 09:24:07', 572, NULL, '216.73.216.220'),
(14998, '2025-11-30 09:29:23', 447, NULL, '190.53.249.78'),
(14999, '2025-11-30 09:29:26', 148, NULL, '85.208.96.211'),
(15000, '2025-11-30 09:34:50', 290, NULL, '149.86.135.67'),
(15001, '2025-11-30 09:35:21', 517, NULL, '23.22.105.143'),
(15002, '2025-11-30 09:36:02', 503, NULL, '34.231.45.47'),
(15003, '2025-11-30 09:38:30', 498, NULL, '34.197.28.78'),
(15004, '2025-11-30 09:39:20', 528, NULL, '23.23.99.55'),
(15005, '2025-11-30 09:42:06', 514, NULL, '34.224.132.215'),
(15006, '2025-11-30 09:42:14', 334, NULL, '37.236.180.38'),
(15007, '2025-11-30 09:42:44', 505, NULL, '18.213.240.226'),
(15008, '2025-11-30 09:46:00', 504, NULL, '18.209.201.119'),
(15009, '2025-11-30 09:48:11', 530, NULL, '3.93.253.174'),
(15010, '2025-11-30 09:48:32', 551, NULL, '54.235.125.129'),
(15011, '2025-11-30 09:48:39', 548, NULL, '3.224.104.67'),
(15012, '2025-11-30 09:49:17', 523, NULL, '44.206.65.8'),
(15013, '2025-11-30 09:49:26', 442, NULL, '35.169.240.53'),
(15014, '2025-11-30 09:50:07', 492, NULL, '50.16.248.61'),
(15015, '2025-11-30 09:51:16', 476, NULL, '34.233.114.237'),
(15016, '2025-11-30 09:53:14', 385, NULL, '102.205.239.206'),
(15017, '2025-11-30 09:53:19', 436, NULL, '85.208.96.196'),
(15018, '2025-11-30 09:55:07', 336, NULL, '103.185.100.73'),
(15019, '2025-11-30 09:56:44', 361, NULL, '102.217.178.114'),
(15020, '2025-11-30 10:02:19', 141, NULL, '185.191.171.10'),
(15021, '2025-11-30 10:05:57', 532, NULL, '3.232.102.111'),
(15022, '2025-11-30 10:06:05', 514, NULL, '52.45.15.233'),
(15023, '2025-11-30 10:06:26', 492, NULL, '52.3.104.214'),
(15024, '2025-11-30 10:07:50', 552, NULL, '35.170.205.140'),
(15025, '2025-11-30 10:07:53', 286, NULL, '154.241.112.59'),
(15026, '2025-11-30 10:08:05', 529, NULL, '34.196.114.170'),
(15027, '2025-11-30 10:08:22', 392, NULL, '3.226.34.98'),
(15028, '2025-11-30 10:11:10', 538, NULL, '3.229.2.217');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(15029, '2025-11-30 10:11:16', 517, NULL, '50.19.79.213'),
(15030, '2025-11-30 10:13:01', 498, NULL, '52.44.174.136'),
(15031, '2025-11-30 10:13:19', 448, NULL, '18.211.39.188'),
(15032, '2025-11-30 10:13:28', 576, NULL, '216.73.216.220'),
(15033, '2025-11-30 10:13:28', 587, NULL, '216.73.216.220'),
(15034, '2025-11-30 10:13:28', 569, NULL, '216.73.216.220'),
(15035, '2025-11-30 10:13:58', 504, NULL, '34.226.89.140'),
(15036, '2025-11-30 10:15:01', 129, NULL, '43.173.173.12'),
(15037, '2025-11-30 10:15:02', 237, NULL, '43.173.182.73'),
(15038, '2025-11-30 10:15:10', 521, NULL, '34.204.150.196'),
(15039, '2025-11-30 10:15:21', 405, NULL, '85.208.96.195'),
(15040, '2025-11-30 10:17:35', 509, NULL, '3.214.176.44'),
(15041, '2025-11-30 10:17:35', 508, NULL, '3.214.176.44'),
(15042, '2025-11-30 10:17:35', 507, NULL, '3.214.176.44'),
(15043, '2025-11-30 10:17:35', 506, NULL, '3.214.176.44'),
(15044, '2025-11-30 10:18:36', 512, NULL, '3.216.86.144'),
(15045, '2025-11-30 10:18:52', 448, NULL, '34.238.45.183'),
(15046, '2025-11-30 10:19:35', 575, NULL, '43.173.175.103'),
(15047, '2025-11-30 10:20:42', 486, NULL, '85.208.96.209'),
(15048, '2025-11-30 10:23:34', 35, NULL, '85.208.96.195'),
(15049, '2025-11-30 10:24:05', 571, NULL, '216.73.216.220'),
(15050, '2025-11-30 10:24:06', 563, NULL, '216.73.216.220'),
(15051, '2025-11-30 10:27:25', 515, NULL, '216.73.216.220'),
(15052, '2025-11-30 10:27:27', 511, NULL, '216.73.216.220'),
(15053, '2025-11-30 10:27:30', 450, NULL, '216.73.216.220'),
(15054, '2025-11-30 10:27:34', 568, NULL, '216.73.216.220'),
(15055, '2025-11-30 10:27:37', 513, NULL, '216.73.216.220'),
(15056, '2025-11-30 10:27:48', 491, NULL, '18.209.137.234'),
(15057, '2025-11-30 10:29:23', 140, NULL, '95.158.42.54'),
(15058, '2025-11-30 10:32:24', 286, NULL, '179.243.180.55'),
(15059, '2025-11-30 10:34:25', 386, NULL, '185.191.171.18'),
(15060, '2025-11-30 10:35:05', 507, NULL, '104.243.210.130'),
(15061, '2025-11-30 10:36:01', 330, NULL, '185.191.171.8'),
(15062, '2025-11-30 10:36:25', 445, NULL, '185.191.171.19'),
(15063, '2025-11-30 10:39:36', 508, NULL, '52.1.106.130'),
(15064, '2025-11-30 10:39:36', 507, NULL, '52.1.106.130'),
(15065, '2025-11-30 10:39:36', 506, NULL, '52.1.106.130'),
(15066, '2025-11-30 10:40:01', 184, NULL, '57.141.4.54'),
(15067, '2025-11-30 10:42:20', 476, NULL, '57.141.4.40'),
(15068, '2025-11-30 10:43:09', 535, NULL, '54.243.63.52'),
(15069, '2025-11-30 10:44:19', 144, NULL, '85.208.96.211'),
(15070, '2025-11-30 10:45:18', 471, NULL, '57.141.4.43'),
(15071, '2025-11-30 10:45:56', 442, NULL, '85.208.96.196'),
(15072, '2025-11-30 10:47:23', 510, NULL, '52.3.26.180'),
(15073, '2025-11-30 10:48:29', 518, NULL, '52.3.104.214'),
(15074, '2025-11-30 10:48:33', 518, NULL, '52.200.58.199'),
(15075, '2025-11-30 10:49:29', 498, NULL, '3.213.85.234'),
(15076, '2025-11-30 10:49:36', 531, NULL, '23.23.180.225'),
(15077, '2025-11-30 10:50:14', 504, NULL, '54.156.248.117'),
(15078, '2025-11-30 10:51:01', 240, NULL, '5.41.134.188'),
(15079, '2025-11-30 10:51:31', 493, NULL, '34.231.156.59'),
(15080, '2025-11-30 10:52:20', 181, NULL, '57.141.4.78'),
(15081, '2025-11-30 10:52:31', 492, NULL, '3.212.205.90'),
(15082, '2025-11-30 10:52:53', 247, NULL, '66.249.66.14'),
(15083, '2025-11-30 10:52:53', 392, NULL, '54.163.136.244'),
(15084, '2025-11-30 10:54:22', 436, NULL, '66.249.66.14'),
(15085, '2025-11-30 10:54:29', 366, NULL, '185.191.171.14'),
(15086, '2025-11-30 10:55:18', 476, NULL, '3.235.215.92'),
(15087, '2025-11-30 10:56:40', 31, NULL, '217.113.196.31'),
(15088, '2025-11-30 10:57:04', 373, NULL, '185.191.171.14'),
(15089, '2025-11-30 10:57:08', 240, NULL, '14.185.111.21'),
(15090, '2025-11-30 10:58:52', 184, NULL, '57.141.4.18'),
(15091, '2025-11-30 11:01:52', 455, NULL, '85.208.96.199'),
(15092, '2025-11-30 11:03:01', 145, NULL, '57.141.4.51'),
(15093, '2025-11-30 11:03:33', 397, NULL, '185.191.171.16'),
(15094, '2025-11-30 11:06:14', 495, NULL, '52.2.191.202'),
(15095, '2025-11-30 11:06:16', 516, NULL, '184.73.47.24'),
(15096, '2025-11-30 11:06:35', 204, NULL, '202.76.140.61'),
(15097, '2025-11-30 11:08:16', 145, NULL, '57.141.4.74'),
(15098, '2025-11-30 11:09:06', 425, NULL, '185.191.171.14'),
(15099, '2025-11-30 11:09:51', 533, NULL, '18.204.152.114'),
(15100, '2025-11-30 11:10:02', 388, NULL, '103.60.161.76'),
(15101, '2025-11-30 11:10:38', 496, NULL, '3.226.34.98'),
(15102, '2025-11-30 11:10:44', 496, NULL, '54.92.171.106'),
(15103, '2025-11-30 11:10:51', 208, NULL, '185.191.171.11'),
(15104, '2025-11-30 11:11:09', 363, NULL, '85.208.96.198'),
(15105, '2025-11-30 11:11:25', 448, NULL, '35.169.102.85'),
(15106, '2025-11-30 11:12:02', 538, NULL, '44.215.61.66'),
(15107, '2025-11-30 11:12:40', 126, NULL, '43.173.177.200'),
(15108, '2025-11-30 11:13:01', 416, NULL, '185.191.171.6'),
(15109, '2025-11-30 11:13:25', 499, NULL, '18.213.70.100'),
(15110, '2025-11-30 11:13:31', 499, NULL, '34.231.118.144'),
(15111, '2025-11-30 11:14:48', 481, NULL, '216.73.216.220'),
(15112, '2025-11-30 11:15:43', 214, NULL, '85.208.96.211'),
(15113, '2025-11-30 11:16:38', 533, NULL, '3.227.180.70'),
(15114, '2025-11-30 11:20:20', 381, NULL, '93.180.222.10'),
(15115, '2025-11-30 11:20:40', 476, NULL, '23.23.213.182'),
(15116, '2025-11-30 11:28:25', 274, NULL, '185.106.30.94'),
(15117, '2025-11-30 11:29:59', 444, NULL, '185.191.171.18'),
(15118, '2025-11-30 11:32:05', 549, NULL, '50.17.193.48'),
(15119, '2025-11-30 11:32:29', 566, NULL, '52.167.144.227'),
(15120, '2025-11-30 11:32:34', 405, NULL, '185.191.171.6'),
(15121, '2025-11-30 11:32:58', 1, NULL, '217.113.196.59'),
(15122, '2025-11-30 11:33:28', 190, NULL, '57.141.4.9'),
(15123, '2025-11-30 11:33:37', 507, NULL, '23.23.212.212'),
(15124, '2025-11-30 11:33:42', 181, NULL, '57.141.4.16'),
(15125, '2025-11-30 11:33:49', 5, NULL, '217.113.196.25'),
(15126, '2025-11-30 11:34:40', 8, NULL, '217.113.196.42'),
(15127, '2025-11-30 11:35:30', 2, NULL, '217.113.196.14'),
(15128, '2025-11-30 11:36:42', 531, NULL, '54.164.106.236'),
(15129, '2025-11-30 11:36:47', 512, NULL, '3.227.180.70'),
(15130, '2025-11-30 11:36:50', 514, NULL, '3.81.253.213'),
(15131, '2025-11-30 11:37:00', 190, NULL, '57.141.4.22'),
(15132, '2025-11-30 11:37:13', 538, NULL, '3.217.171.106'),
(15133, '2025-11-30 11:38:13', 181, NULL, '57.141.4.58'),
(15134, '2025-11-30 11:38:35', 515, NULL, '52.54.249.218'),
(15135, '2025-11-30 11:38:59', 378, NULL, '85.208.96.211'),
(15136, '2025-11-30 11:39:10', 484, NULL, '85.208.96.194'),
(15137, '2025-11-30 11:39:29', 385, NULL, '85.208.96.200'),
(15138, '2025-11-30 11:39:29', 48, NULL, '217.113.196.52'),
(15139, '2025-11-30 11:39:29', 41, NULL, '217.113.196.52'),
(15140, '2025-11-30 11:41:40', 145, NULL, '57.141.4.54'),
(15141, '2025-11-30 11:42:16', 145, NULL, '57.141.4.19'),
(15142, '2025-11-30 11:42:22', 24, NULL, '217.113.196.59'),
(15143, '2025-11-30 11:43:00', 43, NULL, '217.113.196.6'),
(15144, '2025-11-30 11:43:33', 65, NULL, '217.113.196.11'),
(15145, '2025-11-30 11:44:03', 99, NULL, '217.113.196.33'),
(15146, '2025-11-30 11:44:07', 540, NULL, '52.2.191.202'),
(15147, '2025-11-30 11:44:36', 539, NULL, '3.89.170.186'),
(15148, '2025-11-30 11:44:38', 515, NULL, '54.166.126.132'),
(15149, '2025-11-30 11:44:46', 515, NULL, '98.84.60.17'),
(15150, '2025-11-30 11:45:21', 494, NULL, '98.83.226.125'),
(15151, '2025-11-30 11:45:55', 22, NULL, '217.113.196.14'),
(15152, '2025-11-30 11:46:21', 100, NULL, '217.113.196.36'),
(15153, '2025-11-30 11:46:26', 524, NULL, '35.171.117.160'),
(15154, '2025-11-30 11:46:46', 21, NULL, '217.113.196.63'),
(15155, '2025-11-30 11:46:55', 532, NULL, '54.147.238.89'),
(15156, '2025-11-30 11:47:11', 98, NULL, '217.113.196.32'),
(15157, '2025-11-30 11:48:02', 94, NULL, '217.113.196.5'),
(15158, '2025-11-30 11:48:27', 33, NULL, '217.113.196.64'),
(15159, '2025-11-30 11:50:07', 29, NULL, '217.113.196.59'),
(15160, '2025-11-30 11:50:33', 158, NULL, '217.113.196.56'),
(15161, '2025-11-30 11:52:32', 381, NULL, '85.208.96.197'),
(15162, '2025-11-30 11:53:29', 531, NULL, '217.113.196.43'),
(15163, '2025-11-30 11:53:54', 460, NULL, '217.113.196.13'),
(15164, '2025-11-30 11:54:19', 463, NULL, '217.113.196.25'),
(15165, '2025-11-30 11:54:44', 465, NULL, '217.113.196.15'),
(15166, '2025-11-30 11:55:09', 127, NULL, '217.113.196.33'),
(15167, '2025-11-30 11:55:59', 126, NULL, '217.113.196.11'),
(15168, '2025-11-30 11:56:25', 106, NULL, '217.113.196.8'),
(15169, '2025-11-30 11:56:37', 48, NULL, '54.225.98.148'),
(15170, '2025-11-30 11:56:41', 449, NULL, '185.191.171.7'),
(15171, '2025-11-30 11:58:07', 112, NULL, '217.113.196.21'),
(15172, '2025-11-30 11:58:40', 136, NULL, '217.113.196.11'),
(15173, '2025-11-30 11:59:05', 154, NULL, '217.113.196.2'),
(15174, '2025-11-30 12:00:21', 108, NULL, '217.113.196.23'),
(15175, '2025-11-30 12:00:47', 249, NULL, '217.113.196.25'),
(15176, '2025-11-30 12:01:37', 104, NULL, '217.113.196.18'),
(15177, '2025-11-30 12:01:59', 324, NULL, '40.77.167.76'),
(15178, '2025-11-30 12:03:09', 509, NULL, '18.205.91.101'),
(15179, '2025-11-30 12:03:09', 508, NULL, '18.205.91.101'),
(15180, '2025-11-30 12:03:09', 507, NULL, '18.205.91.101'),
(15181, '2025-11-30 12:03:09', 506, NULL, '18.205.91.101'),
(15182, '2025-11-30 12:03:17', 129, NULL, '217.113.196.38'),
(15183, '2025-11-30 12:03:42', 458, NULL, '217.113.196.15'),
(15184, '2025-11-30 12:04:08', 135, NULL, '217.113.196.64'),
(15185, '2025-11-30 12:07:09', 509, NULL, '54.84.93.8'),
(15186, '2025-11-30 12:07:09', 508, NULL, '54.84.93.8'),
(15187, '2025-11-30 12:07:09', 507, NULL, '54.84.93.8'),
(15188, '2025-11-30 12:07:09', 506, NULL, '54.84.93.8'),
(15189, '2025-11-30 12:08:45', 511, NULL, '44.212.232.231'),
(15190, '2025-11-30 12:08:52', 403, NULL, '185.191.171.12'),
(15191, '2025-11-30 12:10:23', 465, NULL, '85.208.96.206'),
(15192, '2025-11-30 12:10:26', 130, NULL, '217.113.196.35'),
(15193, '2025-11-30 12:12:42', 284, NULL, '14.231.230.26'),
(15194, '2025-11-30 12:12:49', 335, NULL, '129.224.209.94'),
(15195, '2025-11-30 12:18:56', 608, NULL, '216.73.216.220'),
(15196, '2025-11-30 12:20:04', 334, NULL, '223.184.226.165'),
(15197, '2025-11-30 12:20:34', 487, NULL, '216.73.216.220'),
(15198, '2025-11-30 12:22:01', 565, NULL, '136.158.51.218'),
(15199, '2025-11-30 12:22:38', 181, NULL, '57.141.4.34'),
(15200, '2025-11-30 12:23:00', 540, NULL, '3.221.222.168'),
(15201, '2025-11-30 12:23:03', 473, NULL, '57.141.4.35'),
(15202, '2025-11-30 12:23:03', 218, NULL, '85.208.96.193'),
(15203, '2025-11-30 12:23:45', 495, NULL, '54.87.62.248'),
(15204, '2025-11-30 12:23:58', 396, NULL, '85.208.96.205'),
(15205, '2025-11-30 12:24:15', 489, NULL, '216.73.216.220'),
(15206, '2025-11-30 12:24:15', 440, NULL, '216.73.216.220'),
(15207, '2025-11-30 12:24:18', 510, NULL, '98.83.72.38'),
(15208, '2025-11-30 12:25:53', 145, NULL, '57.141.4.46'),
(15209, '2025-11-30 12:26:11', 461, NULL, '85.208.96.193'),
(15210, '2025-11-30 12:27:04', 505, NULL, '23.23.180.225'),
(15211, '2025-11-30 12:27:10', 523, NULL, '54.221.203.24'),
(15212, '2025-11-30 12:27:24', 515, NULL, '34.234.197.175'),
(15213, '2025-11-30 12:27:29', 355, NULL, '185.191.171.15'),
(15214, '2025-11-30 12:28:00', 31, NULL, '3.211.105.134'),
(15215, '2025-11-30 12:28:11', 359, NULL, '158.94.158.187'),
(15216, '2025-11-30 12:30:40', 145, NULL, '57.141.4.25'),
(15217, '2025-11-30 12:30:52', 493, NULL, '54.225.199.17'),
(15218, '2025-11-30 12:32:50', 239, NULL, '187.73.75.203'),
(15219, '2025-11-30 12:33:17', 508, NULL, '34.231.181.240'),
(15220, '2025-11-30 12:35:27', 532, NULL, '54.92.171.106'),
(15221, '2025-11-30 12:35:33', 515, NULL, '34.231.156.59'),
(15222, '2025-11-30 12:35:45', 482, NULL, '189.217.200.204'),
(15223, '2025-11-30 12:35:49', 517, NULL, '184.73.239.35'),
(15224, '2025-11-30 12:35:57', 523, NULL, '44.217.177.142'),
(15225, '2025-11-30 12:36:15', 288, NULL, '181.78.202.193'),
(15226, '2025-11-30 12:36:17', 506, NULL, '45.239.234.93'),
(15227, '2025-11-30 12:37:22', 539, NULL, '54.235.158.162'),
(15228, '2025-11-30 12:37:36', 490, NULL, '54.83.23.103'),
(15229, '2025-11-30 12:37:54', 311, NULL, '142.173.129.187'),
(15230, '2025-11-30 12:39:19', 511, NULL, '3.232.102.111'),
(15231, '2025-11-30 12:40:45', 33, NULL, '217.113.196.50'),
(15232, '2025-11-30 12:41:32', 532, NULL, '52.203.65.83'),
(15233, '2025-11-30 12:41:35', 35, NULL, '217.113.196.56'),
(15234, '2025-11-30 12:41:36', 498, NULL, '52.7.33.248'),
(15235, '2025-11-30 12:42:07', 514, NULL, '3.216.13.10'),
(15236, '2025-11-30 12:42:11', 504, NULL, '52.73.6.26'),
(15237, '2025-11-30 12:42:52', 33, NULL, '217.113.196.5'),
(15238, '2025-11-30 12:43:17', 35, NULL, '217.113.196.14'),
(15239, '2025-11-30 12:43:18', 493, NULL, '107.20.224.184'),
(15240, '2025-11-30 12:44:15', 497, NULL, '54.85.126.86'),
(15241, '2025-11-30 12:44:55', 535, NULL, '44.207.207.36'),
(15242, '2025-11-30 12:45:56', 512, NULL, '3.222.190.107'),
(15243, '2025-11-30 12:46:07', 539, NULL, '34.225.87.80'),
(15244, '2025-11-30 12:46:22', 201, NULL, '68.221.67.170'),
(15245, '2025-11-30 12:47:04', 112, NULL, '217.113.196.22'),
(15246, '2025-11-30 12:47:04', 111, NULL, '217.113.196.22'),
(15247, '2025-11-30 12:47:04', 108, NULL, '217.113.196.22'),
(15248, '2025-11-30 12:47:04', 107, NULL, '217.113.196.22'),
(15249, '2025-11-30 12:47:04', 106, NULL, '217.113.196.22'),
(15250, '2025-11-30 12:47:04', 105, NULL, '217.113.196.22'),
(15251, '2025-11-30 12:47:04', 104, NULL, '217.113.196.22'),
(15252, '2025-11-30 12:47:04', 103, NULL, '217.113.196.22'),
(15253, '2025-11-30 12:47:04', 102, NULL, '217.113.196.22'),
(15254, '2025-11-30 12:47:04', 101, NULL, '217.113.196.22'),
(15255, '2025-11-30 12:47:04', 100, NULL, '217.113.196.22'),
(15256, '2025-11-30 12:47:10', 392, NULL, '52.4.213.199'),
(15257, '2025-11-30 12:47:47', 494, NULL, '34.231.156.59'),
(15258, '2025-11-30 12:49:11', 246, NULL, '42.104.210.81'),
(15259, '2025-11-30 12:50:48', 448, NULL, '185.191.171.19'),
(15260, '2025-11-30 12:51:29', 508, NULL, '54.164.106.236'),
(15261, '2025-11-30 12:54:04', 507, NULL, '3.212.219.113'),
(15262, '2025-11-30 12:54:19', 420, NULL, '85.208.96.212'),
(15263, '2025-11-30 13:02:17', 414, NULL, '85.208.96.207'),
(15264, '2025-11-30 13:03:02', 357, NULL, '217.113.196.60'),
(15265, '2025-11-30 13:03:02', 358, NULL, '217.113.196.60'),
(15266, '2025-11-30 13:03:02', 359, NULL, '217.113.196.60'),
(15267, '2025-11-30 13:03:02', 360, NULL, '217.113.196.60'),
(15268, '2025-11-30 13:03:02', 361, NULL, '217.113.196.60'),
(15269, '2025-11-30 13:03:02', 362, NULL, '217.113.196.60'),
(15270, '2025-11-30 13:03:02', 363, NULL, '217.113.196.60'),
(15271, '2025-11-30 13:03:02', 364, NULL, '217.113.196.60'),
(15272, '2025-11-30 13:03:02', 365, NULL, '217.113.196.60'),
(15273, '2025-11-30 13:03:02', 366, NULL, '217.113.196.60'),
(15274, '2025-11-30 13:03:27', 127, NULL, '217.113.196.18'),
(15275, '2025-11-30 13:03:27', 128, NULL, '217.113.196.18'),
(15276, '2025-11-30 13:03:27', 129, NULL, '217.113.196.18'),
(15277, '2025-11-30 13:03:27', 130, NULL, '217.113.196.18'),
(15278, '2025-11-30 13:03:27', 131, NULL, '217.113.196.18'),
(15279, '2025-11-30 13:03:27', 132, NULL, '217.113.196.18'),
(15280, '2025-11-30 13:03:27', 133, NULL, '217.113.196.18'),
(15281, '2025-11-30 13:03:27', 134, NULL, '217.113.196.18'),
(15282, '2025-11-30 13:03:27', 135, NULL, '217.113.196.18'),
(15283, '2025-11-30 13:03:27', 136, NULL, '217.113.196.18'),
(15284, '2025-11-30 13:03:52', 21, NULL, '217.113.196.18'),
(15285, '2025-11-30 13:03:52', 22, NULL, '217.113.196.18'),
(15286, '2025-11-30 13:03:52', 23, NULL, '217.113.196.18'),
(15287, '2025-11-30 13:03:52', 24, NULL, '217.113.196.18'),
(15288, '2025-11-30 13:03:52', 27, NULL, '217.113.196.18'),
(15289, '2025-11-30 13:03:52', 29, NULL, '217.113.196.18'),
(15290, '2025-11-30 13:03:52', 33, NULL, '217.113.196.18'),
(15291, '2025-11-30 13:03:52', 34, NULL, '217.113.196.18'),
(15292, '2025-11-30 13:04:19', 157, NULL, '217.113.196.11'),
(15293, '2025-11-30 13:04:19', 158, NULL, '217.113.196.11'),
(15294, '2025-11-30 13:04:19', 159, NULL, '217.113.196.11'),
(15295, '2025-11-30 13:04:19', 160, NULL, '217.113.196.11'),
(15296, '2025-11-30 13:04:19', 161, NULL, '217.113.196.11'),
(15297, '2025-11-30 13:04:19', 162, NULL, '217.113.196.11'),
(15298, '2025-11-30 13:04:19', 163, NULL, '217.113.196.11'),
(15299, '2025-11-30 13:04:19', 164, NULL, '217.113.196.11'),
(15300, '2025-11-30 13:04:19', 165, NULL, '217.113.196.11'),
(15301, '2025-11-30 13:04:19', 166, NULL, '217.113.196.11'),
(15302, '2025-11-30 13:04:41', 357, NULL, '90.108.85.82'),
(15303, '2025-11-30 13:04:42', 529, NULL, '18.213.70.100'),
(15304, '2025-11-30 13:04:44', 1, NULL, '217.113.196.60'),
(15305, '2025-11-30 13:04:44', 2, NULL, '217.113.196.60'),
(15306, '2025-11-30 13:04:44', 3, NULL, '217.113.196.60'),
(15307, '2025-11-30 13:04:44', 4, NULL, '217.113.196.60'),
(15308, '2025-11-30 13:04:44', 5, NULL, '217.113.196.60'),
(15309, '2025-11-30 13:04:44', 6, NULL, '217.113.196.60'),
(15310, '2025-11-30 13:04:44', 7, NULL, '217.113.196.60'),
(15311, '2025-11-30 13:04:44', 8, NULL, '217.113.196.60'),
(15312, '2025-11-30 13:04:44', 11, NULL, '217.113.196.60'),
(15313, '2025-11-30 13:04:46', 506, NULL, '54.235.191.179'),
(15314, '2025-11-30 13:04:49', 442, NULL, '35.169.119.108'),
(15315, '2025-11-30 13:05:09', 65, NULL, '217.113.196.63'),
(15316, '2025-11-30 13:05:09', 88, NULL, '217.113.196.63'),
(15317, '2025-11-30 13:05:09', 89, NULL, '217.113.196.63'),
(15318, '2025-11-30 13:05:09', 94, NULL, '217.113.196.63'),
(15319, '2025-11-30 13:05:09', 95, NULL, '217.113.196.63'),
(15320, '2025-11-30 13:05:09', 98, NULL, '217.113.196.63'),
(15321, '2025-11-30 13:05:09', 99, NULL, '217.113.196.63'),
(15322, '2025-11-30 13:05:09', 100, NULL, '217.113.196.63'),
(15323, '2025-11-30 13:05:09', 101, NULL, '217.113.196.63'),
(15324, '2025-11-30 13:05:09', 102, NULL, '217.113.196.63'),
(15325, '2025-11-30 13:05:34', 387, NULL, '217.113.196.11'),
(15326, '2025-11-30 13:05:34', 388, NULL, '217.113.196.11'),
(15327, '2025-11-30 13:05:34', 389, NULL, '217.113.196.11'),
(15328, '2025-11-30 13:05:34', 390, NULL, '217.113.196.11'),
(15329, '2025-11-30 13:05:34', 391, NULL, '217.113.196.11'),
(15330, '2025-11-30 13:05:34', 392, NULL, '217.113.196.11'),
(15331, '2025-11-30 13:05:34', 393, NULL, '217.113.196.11'),
(15332, '2025-11-30 13:05:34', 394, NULL, '217.113.196.11'),
(15333, '2025-11-30 13:05:34', 395, NULL, '217.113.196.11'),
(15334, '2025-11-30 13:05:34', 396, NULL, '217.113.196.11'),
(15335, '2025-11-30 13:06:00', 487, NULL, '217.113.196.21'),
(15336, '2025-11-30 13:06:00', 488, NULL, '217.113.196.21'),
(15337, '2025-11-30 13:06:00', 489, NULL, '217.113.196.21'),
(15338, '2025-11-30 13:06:00', 490, NULL, '217.113.196.21'),
(15339, '2025-11-30 13:06:00', 491, NULL, '217.113.196.21'),
(15340, '2025-11-30 13:06:00', 492, NULL, '217.113.196.21'),
(15341, '2025-11-30 13:06:00', 493, NULL, '217.113.196.21'),
(15342, '2025-11-30 13:06:00', 494, NULL, '217.113.196.21'),
(15343, '2025-11-30 13:06:00', 495, NULL, '217.113.196.21'),
(15344, '2025-11-30 13:06:00', 496, NULL, '217.113.196.21'),
(15345, '2025-11-30 13:06:11', 171, NULL, '85.208.96.210'),
(15346, '2025-11-30 13:06:25', 351, NULL, '217.113.196.15'),
(15347, '2025-11-30 13:06:25', 352, NULL, '217.113.196.15'),
(15348, '2025-11-30 13:06:25', 353, NULL, '217.113.196.15'),
(15349, '2025-11-30 13:06:25', 354, NULL, '217.113.196.15'),
(15350, '2025-11-30 13:06:25', 355, NULL, '217.113.196.15'),
(15351, '2025-11-30 13:06:25', 356, NULL, '217.113.196.15'),
(15352, '2025-11-30 13:07:18', 377, NULL, '217.113.196.19'),
(15353, '2025-11-30 13:07:18', 378, NULL, '217.113.196.19'),
(15354, '2025-11-30 13:07:18', 379, NULL, '217.113.196.19'),
(15355, '2025-11-30 13:07:18', 380, NULL, '217.113.196.19'),
(15356, '2025-11-30 13:07:18', 381, NULL, '217.113.196.19'),
(15357, '2025-11-30 13:07:18', 382, NULL, '217.113.196.19'),
(15358, '2025-11-30 13:07:18', 383, NULL, '217.113.196.19'),
(15359, '2025-11-30 13:07:18', 384, NULL, '217.113.196.19'),
(15360, '2025-11-30 13:07:18', 385, NULL, '217.113.196.19'),
(15361, '2025-11-30 13:07:18', 386, NULL, '217.113.196.19'),
(15362, '2025-11-30 13:07:59', 544, NULL, '18.205.91.101'),
(15363, '2025-11-30 13:08:26', 562, NULL, '18.215.112.101'),
(15364, '2025-11-30 13:08:40', 515, NULL, '54.85.109.140'),
(15365, '2025-11-30 13:08:42', 528, NULL, '23.22.105.143'),
(15366, '2025-11-30 13:09:26', 249, NULL, '172.213.21.115'),
(15367, '2025-11-30 13:10:28', 507, NULL, '54.235.158.162'),
(15368, '2025-11-30 13:11:49', 491, NULL, '3.225.9.97'),
(15369, '2025-11-30 13:11:51', 219, NULL, '185.191.171.16'),
(15370, '2025-11-30 13:14:42', 359, NULL, '185.191.171.19'),
(15371, '2025-11-30 13:16:02', 512, NULL, '34.227.234.246'),
(15372, '2025-11-30 13:16:17', 515, NULL, '18.213.240.226'),
(15373, '2025-11-30 13:16:42', 514, NULL, '52.200.142.199'),
(15374, '2025-11-30 13:17:47', 267, NULL, '185.191.171.15'),
(15375, '2025-11-30 13:18:41', 507, NULL, '52.70.209.13'),
(15376, '2025-11-30 13:19:12', 371, NULL, '85.208.96.197'),
(15377, '2025-11-30 13:19:33', 455, NULL, '102.191.203.129'),
(15378, '2025-11-30 13:21:53', 491, NULL, '52.71.46.142'),
(15379, '2025-11-30 13:28:10', 353, NULL, '93.185.33.170'),
(15380, '2025-11-30 13:30:37', 540, NULL, '23.21.228.180'),
(15381, '2025-11-30 13:31:54', 517, NULL, '100.24.149.244'),
(15382, '2025-11-30 13:32:38', 539, NULL, '107.20.25.33'),
(15383, '2025-11-30 13:32:41', 529, NULL, '23.21.228.180'),
(15384, '2025-11-30 13:35:42', 528, NULL, '54.157.84.74'),
(15385, '2025-11-30 13:36:47', 269, NULL, '85.208.96.204'),
(15386, '2025-11-30 13:37:06', 523, NULL, '52.3.156.186'),
(15387, '2025-11-30 13:40:59', 323, NULL, '201.220.22.227'),
(15388, '2025-11-30 13:42:01', 514, NULL, '52.201.155.215'),
(15389, '2025-11-30 13:42:07', 442, NULL, '18.210.58.238'),
(15390, '2025-11-30 13:42:09', 284, NULL, '124.107.90.120'),
(15391, '2025-11-30 13:42:38', 494, NULL, '34.205.170.13'),
(15392, '2025-11-30 13:42:52', 491, NULL, '34.225.243.131'),
(15393, '2025-11-30 13:43:49', 513, NULL, '34.234.197.175'),
(15394, '2025-11-30 13:45:43', 447, NULL, '85.208.96.203'),
(15395, '2025-11-30 13:45:57', 508, NULL, '23.23.212.212'),
(15396, '2025-11-30 13:47:15', 478, NULL, '85.208.96.212'),
(15397, '2025-11-30 13:48:32', 507, NULL, '98.84.60.17'),
(15398, '2025-11-30 13:54:11', 588, NULL, '185.191.171.4'),
(15399, '2025-11-30 13:54:43', 187, NULL, '185.191.171.9'),
(15400, '2025-11-30 13:55:50', 438, NULL, '185.191.171.9'),
(15401, '2025-11-30 14:00:59', 239, NULL, '158.172.159.190'),
(15402, '2025-11-30 14:01:03', 501, NULL, '34.233.219.155'),
(15403, '2025-11-30 14:01:45', 510, NULL, '44.212.145.46'),
(15404, '2025-11-30 14:02:03', 516, NULL, '3.218.103.254'),
(15405, '2025-11-30 14:02:51', 508, NULL, '54.235.191.179'),
(15406, '2025-11-30 14:03:06', 395, NULL, '185.191.171.16'),
(15407, '2025-11-30 14:04:01', 453, NULL, '185.191.171.16'),
(15408, '2025-11-30 14:04:08', 542, NULL, '54.92.171.106'),
(15409, '2025-11-30 14:05:11', 382, NULL, '185.191.171.8'),
(15410, '2025-11-30 14:05:14', 429, NULL, '85.208.96.210'),
(15411, '2025-11-30 14:05:58', 392, NULL, '85.208.96.206'),
(15412, '2025-11-30 14:08:14', 516, NULL, '18.211.148.239'),
(15413, '2025-11-30 14:09:18', 499, NULL, '35.171.117.160'),
(15414, '2025-11-30 14:09:25', 494, NULL, '34.227.156.153'),
(15415, '2025-11-30 14:09:26', 126, NULL, '217.113.196.24'),
(15416, '2025-11-30 14:10:04', 502, NULL, '3.212.205.90'),
(15417, '2025-11-30 14:10:51', 490, NULL, '34.194.95.99'),
(15418, '2025-11-30 14:12:38', 509, NULL, '50.17.193.48'),
(15419, '2025-11-30 14:12:38', 508, NULL, '50.17.193.48'),
(15420, '2025-11-30 14:12:38', 507, NULL, '50.17.193.48'),
(15421, '2025-11-30 14:12:38', 506, NULL, '50.17.193.48'),
(15422, '2025-11-30 14:13:07', 510, NULL, '54.84.147.79'),
(15423, '2025-11-30 14:13:21', 29, NULL, '43.173.178.129'),
(15424, '2025-11-30 14:13:39', 497, NULL, '18.232.12.157'),
(15425, '2025-11-30 14:13:43', 497, NULL, '54.84.93.8'),
(15426, '2025-11-30 14:15:39', 499, NULL, '23.23.213.182'),
(15427, '2025-11-30 14:15:42', 406, NULL, '85.208.96.195'),
(15428, '2025-11-30 14:16:44', 287, NULL, '200.164.185.119'),
(15429, '2025-11-30 14:20:24', 491, NULL, '54.152.163.42'),
(15430, '2025-11-30 14:20:37', 502, NULL, '44.217.177.142'),
(15431, '2025-11-30 14:20:37', 374, NULL, '85.208.96.203'),
(15432, '2025-11-30 14:25:01', 463, NULL, '85.208.96.208'),
(15433, '2025-11-30 14:25:04', 394, NULL, '85.208.96.210'),
(15434, '2025-11-30 14:26:01', 437, NULL, '185.191.171.7'),
(15435, '2025-11-30 14:29:16', 473, NULL, '185.191.171.14'),
(15436, '2025-11-30 14:29:33', 334, NULL, '73.192.89.186'),
(15437, '2025-11-30 14:30:27', 185, NULL, '17.246.15.133'),
(15438, '2025-11-30 14:30:48', 207, NULL, '85.208.96.197'),
(15439, '2025-11-30 14:33:44', 502, NULL, '54.92.171.106'),
(15440, '2025-11-30 14:33:57', 205, NULL, '85.208.96.205'),
(15441, '2025-11-30 14:35:12', 353, NULL, '85.208.96.201'),
(15442, '2025-11-30 14:36:27', 393, NULL, '80.15.189.191'),
(15443, '2025-11-30 14:39:32', 182, NULL, '102.152.38.132'),
(15444, '2025-11-30 14:39:51', 325, NULL, '189.35.120.56'),
(15445, '2025-11-30 14:40:15', 313, NULL, '138.117.145.167'),
(15446, '2025-11-30 14:43:24', 240, NULL, '144.48.108.235'),
(15447, '2025-11-30 14:43:32', 460, NULL, '85.208.96.209'),
(15448, '2025-11-30 14:45:37', 422, NULL, '85.208.96.209'),
(15449, '2025-11-30 14:47:05', 366, NULL, '103.165.20.186'),
(15450, '2025-11-30 14:47:31', 187, NULL, '85.208.96.193'),
(15451, '2025-11-30 14:49:14', 205, NULL, '17.241.219.141'),
(15452, '2025-11-30 14:52:25', 450, NULL, '85.208.96.210'),
(15453, '2025-11-30 14:52:59', 33, NULL, '217.113.196.56'),
(15454, '2025-11-30 14:53:06', 533, NULL, '66.249.66.34'),
(15455, '2025-11-30 14:53:24', 33, NULL, '217.113.196.61'),
(15456, '2025-11-30 14:53:50', 33, NULL, '217.113.196.34'),
(15457, '2025-11-30 14:54:10', 497, NULL, '52.203.152.231'),
(15458, '2025-11-30 14:54:15', 33, NULL, '217.113.196.51'),
(15459, '2025-11-30 14:54:34', 371, NULL, '66.249.66.76'),
(15460, '2025-11-30 14:54:52', 505, NULL, '185.191.171.18'),
(15461, '2025-11-30 14:55:26', 378, NULL, '66.249.66.12'),
(15462, '2025-11-30 14:55:33', 35, NULL, '217.113.196.46'),
(15463, '2025-11-30 14:55:44', 365, NULL, '79.117.196.169'),
(15464, '2025-11-30 14:56:47', 538, NULL, '34.231.181.240'),
(15465, '2025-11-30 14:57:51', 529, NULL, '34.199.252.22'),
(15466, '2025-11-30 14:58:59', 490, NULL, '44.195.145.102'),
(15467, '2025-11-30 14:59:40', 503, NULL, '3.210.114.189'),
(15468, '2025-11-30 15:00:19', 458, NULL, '185.191.171.4'),
(15469, '2025-11-30 15:01:01', 33, NULL, '217.113.196.19'),
(15470, '2025-11-30 15:01:02', 442, NULL, '3.220.70.171'),
(15471, '2025-11-30 15:01:40', 196, NULL, '185.191.171.7'),
(15472, '2025-11-30 15:02:18', 501, NULL, '18.233.24.238'),
(15473, '2025-11-30 15:04:27', 361, NULL, '114.142.165.181'),
(15474, '2025-11-30 15:05:48', 492, NULL, '17.241.75.114'),
(15475, '2025-11-30 15:06:21', 508, NULL, '54.210.155.69'),
(15476, '2025-11-30 15:08:57', 213, NULL, '42.108.196.19'),
(15477, '2025-11-30 15:10:14', 363, NULL, '85.208.96.207'),
(15478, '2025-11-30 15:11:27', 390, NULL, '43.173.177.174'),
(15479, '2025-11-30 15:11:49', 400, NULL, '1.52.187.163'),
(15480, '2025-11-30 15:14:44', 129, NULL, '43.173.182.63'),
(15481, '2025-11-30 15:16:52', 426, NULL, '85.208.96.205'),
(15482, '2025-11-30 15:18:29', 465, NULL, '190.109.124.163'),
(15483, '2025-11-30 15:18:45', 512, NULL, '17.22.245.224'),
(15484, '2025-11-30 15:19:07', 161, NULL, '202.76.179.186'),
(15485, '2025-11-30 15:26:41', 173, NULL, '85.208.96.203'),
(15486, '2025-11-30 15:34:26', 540, NULL, '3.225.9.97'),
(15487, '2025-11-30 15:35:34', 530, NULL, '18.208.11.93'),
(15488, '2025-11-30 15:36:34', 517, NULL, '3.94.199.128'),
(15489, '2025-11-30 15:37:54', 270, NULL, '78.40.176.108'),
(15490, '2025-11-30 15:38:10', 531, NULL, '54.235.158.162'),
(15491, '2025-11-30 15:38:10', 371, NULL, '94.59.124.146'),
(15492, '2025-11-30 15:38:45', 513, NULL, '52.54.157.23'),
(15493, '2025-11-30 15:38:53', 442, NULL, '54.84.102.81'),
(15494, '2025-11-30 15:39:28', 442, NULL, '34.231.77.232'),
(15495, '2025-11-30 15:40:01', 442, NULL, '98.83.226.125'),
(15496, '2025-11-30 15:40:33', 503, NULL, '52.45.194.165'),
(15497, '2025-11-30 15:41:08', 503, NULL, '154.255.38.44'),
(15498, '2025-11-30 15:41:37', 501, NULL, '54.225.148.123'),
(15499, '2025-11-30 15:42:08', 392, NULL, '98.83.10.183'),
(15500, '2025-11-30 15:42:16', 1, NULL, '217.113.196.39'),
(15501, '2025-11-30 15:42:16', 2, NULL, '217.113.196.39'),
(15502, '2025-11-30 15:42:16', 3, NULL, '217.113.196.39'),
(15503, '2025-11-30 15:42:16', 4, NULL, '217.113.196.39'),
(15504, '2025-11-30 15:42:16', 5, NULL, '217.113.196.39'),
(15505, '2025-11-30 15:42:16', 6, NULL, '217.113.196.39'),
(15506, '2025-11-30 15:42:16', 7, NULL, '217.113.196.39'),
(15507, '2025-11-30 15:42:16', 8, NULL, '217.113.196.39'),
(15508, '2025-11-30 15:42:16', 11, NULL, '217.113.196.39'),
(15509, '2025-11-30 15:42:41', 1, NULL, '217.113.196.35'),
(15510, '2025-11-30 15:42:41', 2, NULL, '217.113.196.35'),
(15511, '2025-11-30 15:42:41', 3, NULL, '217.113.196.35'),
(15512, '2025-11-30 15:42:41', 4, NULL, '217.113.196.35'),
(15513, '2025-11-30 15:42:41', 5, NULL, '217.113.196.35'),
(15514, '2025-11-30 15:42:41', 6, NULL, '217.113.196.35'),
(15515, '2025-11-30 15:42:41', 7, NULL, '217.113.196.35'),
(15516, '2025-11-30 15:42:41', 8, NULL, '217.113.196.35'),
(15517, '2025-11-30 15:42:41', 11, NULL, '217.113.196.35'),
(15518, '2025-11-30 15:43:36', 492, NULL, '44.194.139.149'),
(15519, '2025-11-30 15:44:17', 491, NULL, '52.2.4.213'),
(15520, '2025-11-30 15:45:00', 430, NULL, '185.191.171.9'),
(15521, '2025-11-30 15:45:36', 331, NULL, '84.54.66.66'),
(15522, '2025-11-30 15:45:37', 507, NULL, '3.222.190.107'),
(15523, '2025-11-30 15:50:29', 544, NULL, '196.191.55.144'),
(15524, '2025-11-30 15:51:37', 355, NULL, '72.244.70.80'),
(15525, '2025-11-30 15:52:51', 185, NULL, '17.22.237.134'),
(15526, '2025-11-30 15:57:35', 413, NULL, '85.208.96.202'),
(15527, '2025-11-30 15:57:37', 365, NULL, '116.206.201.148'),
(15528, '2025-11-30 15:58:54', 530, NULL, '23.23.104.107'),
(15529, '2025-11-30 16:00:11', 518, NULL, '18.210.58.238'),
(15530, '2025-11-30 16:00:39', 192, NULL, '85.208.96.206'),
(15531, '2025-11-30 16:01:22', 512, NULL, '52.202.233.37'),
(15532, '2025-11-30 16:01:37', 430, NULL, '17.22.245.54'),
(15533, '2025-11-30 16:01:41', 498, NULL, '3.224.205.25'),
(15534, '2025-11-30 16:01:42', 539, NULL, '23.21.148.226'),
(15535, '2025-11-30 16:02:10', 568, NULL, '3.215.59.93'),
(15536, '2025-11-30 16:02:30', 506, NULL, '34.231.156.59'),
(15537, '2025-11-30 16:03:32', 405, NULL, '17.22.237.162'),
(15538, '2025-11-30 16:05:29', 492, NULL, '44.196.118.6'),
(15539, '2025-11-30 16:05:33', 131, NULL, '85.208.96.211'),
(15540, '2025-11-30 16:06:52', 459, NULL, '17.22.245.46'),
(15541, '2025-11-30 16:06:57', 494, NULL, '52.204.37.237'),
(15542, '2025-11-30 16:07:57', 476, NULL, '98.84.200.43'),
(15543, '2025-11-30 16:08:44', 288, NULL, '131.255.96.11'),
(15544, '2025-11-30 16:11:06', 451, NULL, '185.191.171.19'),
(15545, '2025-11-30 16:13:57', 130, NULL, '43.173.173.4'),
(15546, '2025-11-30 16:14:29', 402, NULL, '85.208.96.210'),
(15547, '2025-11-30 16:14:48', 259, NULL, '85.208.96.197'),
(15548, '2025-11-30 16:15:18', 549, NULL, '43.173.182.29'),
(15549, '2025-11-30 16:15:30', 357, NULL, '85.208.96.195'),
(15550, '2025-11-30 16:15:42', 156, NULL, '185.191.171.12'),
(15551, '2025-11-30 16:17:33', 518, NULL, '43.173.179.247'),
(15552, '2025-11-30 16:19:03', 381, NULL, '85.208.96.206'),
(15553, '2025-11-30 16:19:17', 35, NULL, '185.191.171.9'),
(15554, '2025-11-30 16:20:57', 501, NULL, '52.45.15.233'),
(15555, '2025-11-30 16:21:10', 476, NULL, '3.213.85.234'),
(15556, '2025-11-30 16:21:41', 538, NULL, '54.152.163.42'),
(15557, '2025-11-30 16:21:51', 560, NULL, '43.173.179.87'),
(15558, '2025-11-30 16:23:01', 486, NULL, '43.173.180.102'),
(15559, '2025-11-30 16:24:10', 535, NULL, '34.227.156.153'),
(15560, '2025-11-30 16:24:18', 540, NULL, '52.54.95.127'),
(15561, '2025-11-30 16:24:34', 517, NULL, '23.23.104.107'),
(15562, '2025-11-30 16:24:46', 513, NULL, '52.4.238.8'),
(15563, '2025-11-30 16:25:25', 287, NULL, '85.208.96.199'),
(15564, '2025-11-30 16:26:23', 511, NULL, '44.205.74.196'),
(15565, '2025-11-30 16:26:54', 524, NULL, '54.163.136.244'),
(15566, '2025-11-30 16:30:16', 529, NULL, '44.207.69.106'),
(15567, '2025-11-30 16:30:39', 490, NULL, '18.213.102.186'),
(15568, '2025-11-30 16:31:26', 501, NULL, '50.17.193.48'),
(15569, '2025-11-30 16:31:43', 392, NULL, '54.84.250.51'),
(15570, '2025-11-30 16:31:47', 466, NULL, '179.63.37.8'),
(15571, '2025-11-30 16:31:53', 493, NULL, '52.0.218.219'),
(15572, '2025-11-30 16:31:54', 393, NULL, '185.191.171.19'),
(15573, '2025-11-30 16:32:22', 254, NULL, '85.208.96.206'),
(15574, '2025-11-30 16:32:33', 280, NULL, '70.65.81.109'),
(15575, '2025-11-30 16:34:02', 471, NULL, '85.208.96.210'),
(15576, '2025-11-30 16:36:32', 419, NULL, '85.208.96.207'),
(15577, '2025-11-30 16:46:13', 460, NULL, '3.89.176.255'),
(15578, '2025-11-30 16:47:16', 411, NULL, '185.191.171.8'),
(15579, '2025-11-30 16:47:53', 457, NULL, '52.200.142.199'),
(15580, '2025-11-30 16:48:45', 438, NULL, '52.205.113.104'),
(15581, '2025-11-30 16:48:54', 462, NULL, '98.84.131.195'),
(15582, '2025-11-30 16:49:53', 174, NULL, '185.191.171.7'),
(15583, '2025-11-30 16:50:13', 510, NULL, '141.98.140.184'),
(15584, '2025-11-30 16:50:38', 410, NULL, '185.191.171.18'),
(15585, '2025-11-30 16:51:37', 439, NULL, '3.218.35.239'),
(15586, '2025-11-30 16:52:50', 200, NULL, '34.231.181.240'),
(15587, '2025-11-30 16:53:39', 168, NULL, '191.239.245.21'),
(15588, '2025-11-30 16:54:15', 424, NULL, '185.191.171.5'),
(15589, '2025-11-30 16:55:10', 494, NULL, '54.204.62.163'),
(15590, '2025-11-30 16:55:33', 433, NULL, '52.70.138.176'),
(15591, '2025-11-30 16:55:52', 509, NULL, '54.157.99.244'),
(15592, '2025-11-30 16:55:52', 508, NULL, '54.157.99.244'),
(15593, '2025-11-30 16:55:52', 507, NULL, '54.157.99.244'),
(15594, '2025-11-30 16:55:52', 506, NULL, '54.157.99.244'),
(15595, '2025-11-30 16:56:05', 388, NULL, '102.215.12.242'),
(15596, '2025-11-30 16:58:30', 540, NULL, '44.221.227.90'),
(15597, '2025-11-30 16:58:58', 513, NULL, '185.191.171.4'),
(15598, '2025-11-30 16:59:16', 496, NULL, '34.236.41.241'),
(15599, '2025-11-30 17:00:46', 531, NULL, '54.166.126.132'),
(15600, '2025-11-30 17:00:50', 532, NULL, '34.227.156.153'),
(15601, '2025-11-30 17:01:47', 442, NULL, '98.83.8.142'),
(15602, '2025-11-30 17:01:51', 528, NULL, '34.236.41.241'),
(15603, '2025-11-30 17:02:38', 511, NULL, '52.0.105.244'),
(15604, '2025-11-30 17:03:05', 414, NULL, '14.191.130.197'),
(15605, '2025-11-30 17:03:55', 555, NULL, '100.29.160.53'),
(15606, '2025-11-30 17:05:40', 509, NULL, '44.195.50.71'),
(15607, '2025-11-30 17:06:35', 509, NULL, '18.210.58.238'),
(15608, '2025-11-30 17:07:45', 169, NULL, '185.191.171.6'),
(15609, '2025-11-30 17:12:14', 190, NULL, '185.191.171.3'),
(15610, '2025-11-30 17:12:21', 507, NULL, '35.153.86.200'),
(15611, '2025-11-30 17:12:48', 361, NULL, '185.191.171.10'),
(15612, '2025-11-30 17:15:08', 5, NULL, '43.173.182.9'),
(15613, '2025-11-30 17:16:01', 398, NULL, '185.191.171.7'),
(15614, '2025-11-30 17:16:14', 524, NULL, '43.173.174.33'),
(15615, '2025-11-30 17:20:54', 188, NULL, '85.208.96.211'),
(15616, '2025-11-30 17:21:31', 7, NULL, '52.167.144.234'),
(15617, '2025-11-30 17:22:32', 509, NULL, '44.215.235.20'),
(15618, '2025-11-30 17:22:32', 508, NULL, '44.215.235.20'),
(15619, '2025-11-30 17:22:32', 507, NULL, '44.215.235.20'),
(15620, '2025-11-30 17:22:32', 506, NULL, '44.215.235.20'),
(15621, '2025-11-30 17:22:48', 356, NULL, '17.22.237.146'),
(15622, '2025-11-30 17:22:55', 496, NULL, '35.169.119.108'),
(15623, '2025-11-30 17:23:25', 503, NULL, '18.235.158.19'),
(15624, '2025-11-30 17:24:19', 509, NULL, '98.82.107.102'),
(15625, '2025-11-30 17:24:39', 539, NULL, '17.241.75.102'),
(15626, '2025-11-30 17:25:06', 509, NULL, '52.7.13.143'),
(15627, '2025-11-30 17:25:06', 508, NULL, '52.7.13.143'),
(15628, '2025-11-30 17:25:06', 507, NULL, '52.7.13.143'),
(15629, '2025-11-30 17:25:06', 506, NULL, '52.7.13.143'),
(15630, '2025-11-30 17:27:21', 510, NULL, '54.147.238.89'),
(15631, '2025-11-30 17:29:51', 265, NULL, '85.208.96.199'),
(15632, '2025-11-30 17:29:57', 502, NULL, '52.3.104.214'),
(15633, '2025-11-30 17:30:32', 365, NULL, '45.150.214.168'),
(15634, '2025-11-30 17:31:15', 495, NULL, '54.204.62.163'),
(15635, '2025-11-30 17:33:24', 531, NULL, '44.209.89.189'),
(15636, '2025-11-30 17:33:29', 506, NULL, '35.153.86.200'),
(15637, '2025-11-30 17:34:15', 499, NULL, '23.20.178.124'),
(15638, '2025-11-30 17:34:27', 270, NULL, '109.121.2.30'),
(15639, '2025-11-30 17:35:07', 570, NULL, '18.215.77.19'),
(15640, '2025-11-30 17:35:11', 524, NULL, '3.229.2.217'),
(15641, '2025-11-30 17:36:13', 496, NULL, '52.45.92.83'),
(15642, '2025-11-30 17:36:51', 185, NULL, '17.241.227.93'),
(15643, '2025-11-30 17:36:55', 565, NULL, '100.28.133.214'),
(15644, '2025-11-30 17:37:03', 509, NULL, '54.225.148.123'),
(15645, '2025-11-30 17:38:45', 507, NULL, '44.195.50.71'),
(15646, '2025-11-30 17:40:17', 421, NULL, '85.208.96.209'),
(15647, '2025-11-30 17:41:48', 176, NULL, '185.191.171.5'),
(15648, '2025-11-30 17:44:01', 404, NULL, '17.22.237.175'),
(15649, '2025-11-30 17:44:30', 98, NULL, '43.173.182.21'),
(15650, '2025-11-30 17:46:32', 362, NULL, '185.191.171.3'),
(15651, '2025-11-30 17:53:50', 476, NULL, '44.221.180.179'),
(15652, '2025-11-30 17:55:33', 524, NULL, '3.93.211.16'),
(15653, '2025-11-30 17:57:41', 511, NULL, '17.22.237.43'),
(15654, '2025-11-30 18:00:30', 517, NULL, '34.196.6.199'),
(15655, '2025-11-30 18:00:36', 389, NULL, '85.208.96.210'),
(15656, '2025-11-30 18:00:39', 412, NULL, '85.208.96.198'),
(15657, '2025-11-30 18:01:16', 523, NULL, '52.204.37.237'),
(15658, '2025-11-30 18:04:02', 506, NULL, '100.28.118.16'),
(15659, '2025-11-30 18:04:10', 521, NULL, '98.82.39.241'),
(15660, '2025-11-30 18:04:25', 305, NULL, '85.208.96.199'),
(15661, '2025-11-30 18:05:16', 213, NULL, '37.200.132.45'),
(15662, '2025-11-30 18:05:25', 499, NULL, '52.2.58.41'),
(15663, '2025-11-30 18:09:48', 433, NULL, '185.191.171.14'),
(15664, '2025-11-30 18:10:46', 312, NULL, '123.16.87.186'),
(15665, '2025-11-30 18:12:42', 154, NULL, '43.173.176.123'),
(15666, '2025-11-30 18:12:42', 155, NULL, '43.173.180.76'),
(15667, '2025-11-30 18:12:42', 161, NULL, '43.173.176.36'),
(15668, '2025-11-30 18:12:44', 160, NULL, '43.173.181.126'),
(15669, '2025-11-30 18:13:48', 552, NULL, '43.173.182.5'),
(15670, '2025-11-30 18:14:58', 588, NULL, '43.173.178.22'),
(15671, '2025-11-30 18:15:02', 309, NULL, '165.165.108.48'),
(15672, '2025-11-30 18:16:05', 425, NULL, '43.173.180.224'),
(15673, '2025-11-30 18:16:06', 564, NULL, '43.173.182.210'),
(15674, '2025-11-30 18:17:57', 431, NULL, '85.208.96.201'),
(15675, '2025-11-30 18:18:18', 425, NULL, '43.173.176.107'),
(15676, '2025-11-30 18:19:19', 158, NULL, '43.173.181.62'),
(15677, '2025-11-30 18:19:52', 466, NULL, '85.208.96.197'),
(15678, '2025-11-30 18:20:33', 383, NULL, '185.191.171.5'),
(15679, '2025-11-30 18:21:07', 276, NULL, '5.50.159.215'),
(15680, '2025-11-30 18:21:36', 559, NULL, '43.173.180.70'),
(15681, '2025-11-30 18:22:17', 515, NULL, '52.204.253.129'),
(15682, '2025-11-30 18:24:49', 150, NULL, '43.173.179.148'),
(15683, '2025-11-30 18:25:03', 539, NULL, '34.203.111.15'),
(15684, '2025-11-30 18:28:28', 535, NULL, '3.218.35.239'),
(15685, '2025-11-30 18:28:31', 540, NULL, '34.225.24.180'),
(15686, '2025-11-30 18:29:15', 511, NULL, '52.6.232.201'),
(15687, '2025-11-30 18:29:58', 21, NULL, '57.141.4.29'),
(15688, '2025-11-30 18:30:29', 493, NULL, '44.209.187.99'),
(15689, '2025-11-30 18:32:07', 467, NULL, '85.208.96.195'),
(15690, '2025-11-30 18:33:52', 495, NULL, '3.223.134.5'),
(15691, '2025-11-30 18:34:46', 326, NULL, '103.148.23.194'),
(15692, '2025-11-30 18:34:47', 530, NULL, '3.216.86.144'),
(15693, '2025-11-30 18:35:27', 497, NULL, '3.208.156.9'),
(15694, '2025-11-30 18:35:34', 538, NULL, '34.227.156.153'),
(15695, '2025-11-30 18:35:50', 516, NULL, '52.6.5.24'),
(15696, '2025-11-30 18:35:50', 151, NULL, '43.173.180.239'),
(15697, '2025-11-30 18:35:59', 516, NULL, '54.166.126.132'),
(15698, '2025-11-30 18:36:08', 364, NULL, '85.208.96.202'),
(15699, '2025-11-30 18:36:54', 112, NULL, '43.173.177.220'),
(15700, '2025-11-30 18:36:54', 111, NULL, '43.173.177.220'),
(15701, '2025-11-30 18:36:54', 108, NULL, '43.173.177.220'),
(15702, '2025-11-30 18:36:54', 107, NULL, '43.173.177.220'),
(15703, '2025-11-30 18:36:54', 106, NULL, '43.173.177.220'),
(15704, '2025-11-30 18:36:54', 105, NULL, '43.173.177.220'),
(15705, '2025-11-30 18:36:54', 104, NULL, '43.173.177.220'),
(15706, '2025-11-30 18:36:54', 103, NULL, '43.173.177.220'),
(15707, '2025-11-30 18:36:54', 102, NULL, '43.173.177.220'),
(15708, '2025-11-30 18:36:54', 101, NULL, '43.173.177.220'),
(15709, '2025-11-30 18:36:54', 100, NULL, '43.173.177.220'),
(15710, '2025-11-30 18:37:05', 505, NULL, '52.204.253.129'),
(15711, '2025-11-30 18:37:22', 504, NULL, '54.166.126.132'),
(15712, '2025-11-30 18:38:35', 111, NULL, '92.222.104.200'),
(15713, '2025-11-30 18:38:38', 501, NULL, '100.29.63.24'),
(15714, '2025-11-30 18:43:31', 105, NULL, '43.173.179.75'),
(15715, '2025-11-30 18:43:40', 457, NULL, '85.208.96.201'),
(15716, '2025-11-30 18:44:35', 584, NULL, '43.173.182.139'),
(15717, '2025-11-30 18:45:05', 533, NULL, '194.169.166.201'),
(15718, '2025-11-30 18:48:20', 415, NULL, '17.22.253.16'),
(15719, '2025-11-30 18:55:29', 540, NULL, '23.21.148.226'),
(15720, '2025-11-30 18:55:50', 509, NULL, '3.89.176.255'),
(15721, '2025-11-30 18:55:50', 508, NULL, '3.89.176.255'),
(15722, '2025-11-30 18:55:50', 507, NULL, '3.89.176.255'),
(15723, '2025-11-30 18:55:50', 506, NULL, '3.89.176.255'),
(15724, '2025-11-30 18:56:24', 497, NULL, '52.204.89.12'),
(15725, '2025-11-30 18:56:35', 540, NULL, '100.28.204.82'),
(15726, '2025-11-30 18:58:45', 512, NULL, '34.206.212.24'),
(15727, '2025-11-30 18:58:50', 532, NULL, '18.215.24.66'),
(15728, '2025-11-30 18:59:13', 498, NULL, '54.159.98.248'),
(15729, '2025-11-30 18:59:23', 512, NULL, '44.218.170.184'),
(15730, '2025-11-30 18:59:32', 513, NULL, '54.157.84.74'),
(15731, '2025-11-30 18:59:51', 528, NULL, '54.197.178.107'),
(15732, '2025-11-30 19:00:02', 490, NULL, '54.85.109.140'),
(15733, '2025-11-30 19:00:17', 490, NULL, '3.220.148.166'),
(15734, '2025-11-30 19:00:26', 506, NULL, '54.162.69.192'),
(15735, '2025-11-30 19:02:44', 528, NULL, '52.44.174.136'),
(15736, '2025-11-30 19:02:55', 506, NULL, '3.209.174.110'),
(15737, '2025-11-30 19:03:11', 521, NULL, '52.204.81.148'),
(15738, '2025-11-30 19:05:42', 504, NULL, '34.230.124.21'),
(15739, '2025-11-30 19:05:46', 506, NULL, '54.80.185.200'),
(15740, '2025-11-30 19:06:23', 392, NULL, '34.225.87.80'),
(15741, '2025-11-30 19:06:41', 392, NULL, '50.16.248.61'),
(15742, '2025-11-30 19:06:47', 557, NULL, '34.199.252.22'),
(15743, '2025-11-30 19:07:33', 130, NULL, '43.173.181.139'),
(15744, '2025-11-30 19:09:29', 491, NULL, '17.241.219.101'),
(15745, '2025-11-30 19:10:56', 507, NULL, '18.213.240.226'),
(15746, '2025-11-30 19:11:16', 168, NULL, '74.7.243.20'),
(15747, '2025-11-30 19:12:14', 330, NULL, '197.248.221.57'),
(15748, '2025-11-30 19:12:38', 444, NULL, '17.241.219.29'),
(15749, '2025-11-30 19:14:14', 47, NULL, '43.173.180.161'),
(15750, '2025-11-30 19:14:14', 42, NULL, '43.173.180.161'),
(15751, '2025-11-30 19:16:24', 471, NULL, '190.174.23.243'),
(15752, '2025-11-30 19:16:53', 185, NULL, '17.246.15.4'),
(15753, '2025-11-30 19:19:11', 35, NULL, '85.208.96.204'),
(15754, '2025-11-30 19:20:14', 276, NULL, '169.1.17.89'),
(15755, '2025-11-30 19:22:09', 509, NULL, '44.193.115.232'),
(15756, '2025-11-30 19:22:09', 508, NULL, '44.193.115.232'),
(15757, '2025-11-30 19:22:09', 507, NULL, '44.193.115.232'),
(15758, '2025-11-30 19:22:09', 506, NULL, '44.193.115.232'),
(15759, '2025-11-30 19:22:24', 524, NULL, '52.45.15.233'),
(15760, '2025-11-30 19:22:37', 518, NULL, '52.45.15.233'),
(15761, '2025-11-30 19:23:33', 494, NULL, '34.225.243.131'),
(15762, '2025-11-30 19:24:10', 572, NULL, '184.73.68.20'),
(15763, '2025-11-30 19:24:17', 517, NULL, '3.227.180.70'),
(15764, '2025-11-30 19:24:31', 512, NULL, '100.28.118.16'),
(15765, '2025-11-30 19:25:20', 543, NULL, '50.16.72.185'),
(15766, '2025-11-30 19:25:21', 545, NULL, '54.84.93.8'),
(15767, '2025-11-30 19:25:33', 518, NULL, '44.220.2.97'),
(15768, '2025-11-30 19:28:09', 495, NULL, '34.231.181.240'),
(15769, '2025-11-30 19:29:50', 512, NULL, '54.156.124.2'),
(15770, '2025-11-30 19:29:55', 529, NULL, '35.173.18.61'),
(15771, '2025-11-30 19:30:08', 514, NULL, '54.159.18.27'),
(15772, '2025-11-30 19:30:31', 459, NULL, '185.191.171.8'),
(15773, '2025-11-30 19:31:43', 505, NULL, '52.4.229.9'),
(15774, '2025-11-30 19:31:49', 506, NULL, '98.84.60.17'),
(15775, '2025-11-30 19:36:02', 361, NULL, '38.13.181.89'),
(15776, '2025-11-30 19:36:04', 374, NULL, '41.121.161.133'),
(15777, '2025-11-30 19:36:39', 351, NULL, '85.208.96.211'),
(15778, '2025-11-30 19:36:42', 509, NULL, '90.125.97.74'),
(15779, '2025-11-30 19:36:42', 508, NULL, '90.125.97.74'),
(15780, '2025-11-30 19:36:42', 507, NULL, '90.125.97.74'),
(15781, '2025-11-30 19:36:42', 506, NULL, '90.125.97.74'),
(15782, '2025-11-30 19:37:22', 436, NULL, '17.22.245.15'),
(15783, '2025-11-30 19:43:08', 423, NULL, '85.208.96.195'),
(15784, '2025-11-30 19:52:15', 342, NULL, '46.184.213.180'),
(15785, '2025-11-30 19:53:02', 501, NULL, '44.215.210.112'),
(15786, '2025-11-30 19:54:11', 319, NULL, '85.208.96.199'),
(15787, '2025-11-30 19:55:25', 430, NULL, '91.106.38.39'),
(15788, '2025-11-30 19:57:17', 540, NULL, '34.233.219.155'),
(15789, '2025-11-30 19:57:41', 511, NULL, '3.221.50.71'),
(15790, '2025-11-30 19:57:50', 533, NULL, '52.2.191.202'),
(15791, '2025-11-30 19:58:03', 510, NULL, '23.23.104.107'),
(15792, '2025-11-30 19:58:15', 517, NULL, '44.221.105.234'),
(15793, '2025-11-30 19:58:28', 496, NULL, '54.235.172.96'),
(15794, '2025-11-30 19:58:43', 535, NULL, '44.214.19.8'),
(15795, '2025-11-30 19:59:28', 518, NULL, '23.20.178.124'),
(15796, '2025-11-30 19:59:47', 532, NULL, '34.196.114.170'),
(15797, '2025-11-30 20:01:06', 539, NULL, '54.83.180.239'),
(15798, '2025-11-30 20:02:15', 516, NULL, '18.210.58.238'),
(15799, '2025-11-30 20:02:23', 504, NULL, '52.21.62.139'),
(15800, '2025-11-30 20:02:51', 516, NULL, '3.221.50.71'),
(15801, '2025-11-30 20:02:57', 515, NULL, '54.144.185.255'),
(15802, '2025-11-30 20:03:20', 442, NULL, '34.206.212.24'),
(15803, '2025-11-30 20:04:24', 493, NULL, '34.196.114.170'),
(15804, '2025-11-30 20:05:40', 184, NULL, '186.22.68.148'),
(15805, '2025-11-30 20:05:48', 511, NULL, '3.94.157.25'),
(15806, '2025-11-30 20:06:22', 521, NULL, '100.27.153.9'),
(15807, '2025-11-30 20:06:54', 392, NULL, '54.84.102.81'),
(15808, '2025-11-30 20:07:56', 182, NULL, '66.187.11.158'),
(15809, '2025-11-30 20:08:47', 379, NULL, '17.246.15.45'),
(15810, '2025-11-30 20:11:59', 524, NULL, '43.173.175.67'),
(15811, '2025-11-30 20:13:03', 550, NULL, '43.173.177.104'),
(15812, '2025-11-30 20:14:08', 39, NULL, '43.173.181.244'),
(15813, '2025-11-30 20:19:07', 358, NULL, '101.44.36.173'),
(15814, '2025-11-30 20:19:43', 374, NULL, '17.22.253.140'),
(15815, '2025-11-30 20:20:29', 535, NULL, '23.23.213.182'),
(15816, '2025-11-30 20:22:07', 22, NULL, '40.77.167.17'),
(15817, '2025-11-30 20:22:16', 492, NULL, '34.234.206.30'),
(15818, '2025-11-30 20:22:43', 466, NULL, '17.241.75.154'),
(15819, '2025-11-30 20:24:13', 391, NULL, '85.208.96.195'),
(15820, '2025-11-30 20:25:30', 563, NULL, '85.208.96.212'),
(15821, '2025-11-30 20:25:34', 498, NULL, '34.231.45.47'),
(15822, '2025-11-30 20:26:28', 533, NULL, '3.94.156.104'),
(15823, '2025-11-30 20:27:00', 515, NULL, '35.173.38.202'),
(15824, '2025-11-30 20:27:21', 492, NULL, '184.73.195.18'),
(15825, '2025-11-30 20:28:42', 285, NULL, '45.228.33.192'),
(15826, '2025-11-30 20:30:11', 510, NULL, '54.197.102.71'),
(15827, '2025-11-30 20:30:35', 528, NULL, '23.22.59.87'),
(15828, '2025-11-30 20:30:51', 442, NULL, '3.209.174.110'),
(15829, '2025-11-30 20:32:25', 499, NULL, '52.22.87.224'),
(15830, '2025-11-30 20:33:12', 509, NULL, '3.227.180.70'),
(15831, '2025-11-30 20:34:03', 509, NULL, '3.221.244.28'),
(15832, '2025-11-30 20:34:03', 508, NULL, '3.221.244.28'),
(15833, '2025-11-30 20:34:03', 507, NULL, '3.221.244.28'),
(15834, '2025-11-30 20:34:03', 506, NULL, '3.221.244.28'),
(15835, '2025-11-30 20:34:27', 530, NULL, '52.204.174.139'),
(15836, '2025-11-30 20:34:33', 517, NULL, '98.82.214.73'),
(15837, '2025-11-30 20:35:29', 516, NULL, '44.194.139.149'),
(15838, '2025-11-30 20:35:40', 184, NULL, '51.39.102.153'),
(15839, '2025-11-30 20:36:24', 490, NULL, '98.83.10.183'),
(15840, '2025-11-30 20:36:53', 503, NULL, '54.83.23.103'),
(15841, '2025-11-30 20:37:46', 99, NULL, '85.208.96.198'),
(15842, '2025-11-30 20:38:29', 213, NULL, '88.242.219.104'),
(15843, '2025-11-30 20:39:01', 182, NULL, '91.74.151.157'),
(15844, '2025-11-30 20:39:24', 508, NULL, '35.169.119.108'),
(15845, '2025-11-30 20:40:07', 246, NULL, '190.139.245.150'),
(15846, '2025-11-30 20:40:53', 491, NULL, '54.84.147.79'),
(15847, '2025-11-30 20:42:52', 359, NULL, '38.248.254.238'),
(15848, '2025-11-30 20:54:37', 509, NULL, '3.221.156.96'),
(15849, '2025-11-30 20:54:37', 508, NULL, '3.221.156.96'),
(15850, '2025-11-30 20:54:37', 507, NULL, '3.221.156.96'),
(15851, '2025-11-30 20:54:37', 506, NULL, '3.221.156.96'),
(15852, '2025-11-30 20:55:24', 524, NULL, '184.73.195.18'),
(15853, '2025-11-30 20:56:54', 587, NULL, '66.249.66.76'),
(15854, '2025-11-30 20:57:05', 587, NULL, '66.249.66.202'),
(15855, '2025-11-30 20:57:29', 579, NULL, '66.249.66.166'),
(15856, '2025-11-30 20:58:25', 532, NULL, '34.202.88.37'),
(15857, '2025-11-30 20:58:30', 523, NULL, '52.73.6.26'),
(15858, '2025-11-30 20:58:53', 497, NULL, '23.21.148.226'),
(15859, '2025-11-30 20:59:09', 510, NULL, '35.169.119.108'),
(15860, '2025-11-30 20:59:38', 528, NULL, '52.4.213.199'),
(15861, '2025-11-30 20:59:47', 448, NULL, '54.89.90.224'),
(15862, '2025-11-30 21:00:20', 495, NULL, '3.93.211.16'),
(15863, '2025-11-30 21:00:34', 517, NULL, '34.231.77.232'),
(15864, '2025-11-30 21:00:48', 511, NULL, '34.225.24.180'),
(15865, '2025-11-30 21:00:59', 510, NULL, '34.205.163.103'),
(15866, '2025-11-30 21:01:23', 528, NULL, '54.84.147.79'),
(15867, '2025-11-30 21:02:38', 358, NULL, '66.249.66.34'),
(15868, '2025-11-30 21:02:55', 446, NULL, '66.249.66.13'),
(15869, '2025-11-30 21:03:27', 529, NULL, '18.213.240.226'),
(15870, '2025-11-30 21:03:59', 521, NULL, '52.21.62.139'),
(15871, '2025-11-30 21:04:17', 535, NULL, '98.83.177.42'),
(15872, '2025-11-30 21:04:29', 530, NULL, '23.22.105.143'),
(15873, '2025-11-30 21:04:47', 493, NULL, '100.28.49.152'),
(15874, '2025-11-30 21:05:15', 499, NULL, '54.156.248.117'),
(15875, '2025-11-30 21:07:10', 451, NULL, '181.191.99.215'),
(15876, '2025-11-30 21:11:37', 178, NULL, '185.191.171.3'),
(15877, '2025-11-30 21:14:22', 235, NULL, '196.188.252.237'),
(15878, '2025-11-30 21:21:05', 506, NULL, '54.156.55.147'),
(15879, '2025-11-30 21:21:09', 529, NULL, '34.233.114.237'),
(15880, '2025-11-30 21:21:40', 492, NULL, '52.70.123.241'),
(15881, '2025-11-30 21:22:41', 502, NULL, '54.156.55.147'),
(15882, '2025-11-30 21:24:12', 515, NULL, '44.207.252.58'),
(15883, '2025-11-30 21:24:15', 515, NULL, '52.23.112.144'),
(15884, '2025-11-30 21:25:28', 366, NULL, '131.72.204.192'),
(15885, '2025-11-30 21:25:30', 433, NULL, '66.249.66.166'),
(15886, '2025-11-30 21:26:48', 392, NULL, '54.198.33.233'),
(15887, '2025-11-30 21:28:05', 421, NULL, '17.241.227.101'),
(15888, '2025-11-30 21:28:38', 556, NULL, '54.210.155.69'),
(15889, '2025-11-30 21:32:25', 533, NULL, '54.87.62.248');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(15890, '2025-11-30 21:33:38', 504, NULL, '3.211.181.86'),
(15891, '2025-11-30 21:34:20', 201, NULL, '172.213.21.146'),
(15892, '2025-11-30 21:35:28', 509, NULL, '66.249.66.14'),
(15893, '2025-11-30 21:37:32', 182, NULL, '98.254.25.81'),
(15894, '2025-11-30 21:37:37', 204, NULL, '85.208.96.206'),
(15895, '2025-11-30 21:39:41', 502, NULL, '52.45.92.83'),
(15896, '2025-11-30 21:40:09', 305, NULL, '66.249.92.166'),
(15897, '2025-11-30 21:48:15', 465, NULL, '17.22.253.200'),
(15898, '2025-11-30 21:49:56', 200, NULL, '66.249.66.201'),
(15899, '2025-11-30 21:51:18', 438, NULL, '98.82.63.147'),
(15900, '2025-11-30 21:52:00', 205, NULL, '98.84.200.43'),
(15901, '2025-11-30 21:53:19', 490, NULL, '17.241.75.254'),
(15902, '2025-11-30 21:55:37', 566, NULL, '45.176.73.203'),
(15903, '2025-11-30 21:56:32', 509, NULL, '66.249.66.168'),
(15904, '2025-11-30 21:57:15', 160, NULL, '44.221.227.90'),
(15905, '2025-11-30 21:57:34', 572, NULL, '66.249.66.76'),
(15906, '2025-11-30 21:57:42', 426, NULL, '186.151.97.201'),
(15907, '2025-11-30 21:57:48', 380, NULL, '66.249.66.12'),
(15908, '2025-11-30 21:58:20', 455, NULL, '54.152.163.42'),
(15909, '2025-11-30 21:59:21', 535, NULL, '98.82.39.241'),
(15910, '2025-11-30 21:59:57', 509, NULL, '66.249.66.36'),
(15911, '2025-11-30 22:00:21', 533, NULL, '34.205.170.13'),
(15912, '2025-11-30 22:00:34', 530, NULL, '54.88.84.219'),
(15913, '2025-11-30 22:00:45', 530, NULL, '100.29.34.97'),
(15914, '2025-11-30 22:00:55', 497, NULL, '34.234.197.175'),
(15915, '2025-11-30 22:01:04', 88, NULL, '94.23.188.222'),
(15916, '2025-11-30 22:02:04', 538, NULL, '54.162.69.192'),
(15917, '2025-11-30 22:03:07', 496, NULL, '98.84.60.17'),
(15918, '2025-11-30 22:03:58', 518, NULL, '52.203.68.145'),
(15919, '2025-11-30 22:04:59', 513, NULL, '50.19.102.70'),
(15920, '2025-11-30 22:05:50', 529, NULL, '107.23.62.75'),
(15921, '2025-11-30 22:05:56', 529, NULL, '184.73.167.217'),
(15922, '2025-11-30 22:05:57', 539, NULL, '3.216.227.216'),
(15923, '2025-11-30 22:06:06', 411, NULL, '66.249.66.77'),
(15924, '2025-11-30 22:06:46', 342, NULL, '5.55.168.79'),
(15925, '2025-11-30 22:06:46', 528, NULL, '52.3.127.170'),
(15926, '2025-11-30 22:06:49', 448, NULL, '50.19.221.48'),
(15927, '2025-11-30 22:07:45', 493, NULL, '44.193.115.232'),
(15928, '2025-11-30 22:08:49', 269, NULL, '186.17.105.236'),
(15929, '2025-11-30 22:09:43', 412, NULL, '17.241.75.29'),
(15930, '2025-11-30 22:11:49', 494, NULL, '34.231.118.144'),
(15931, '2025-11-30 22:12:28', 508, NULL, '35.168.238.50'),
(15932, '2025-11-30 22:14:55', 587, NULL, '66.249.66.14'),
(15933, '2025-11-30 22:21:26', 161, NULL, '202.76.179.69'),
(15934, '2025-11-30 22:21:59', 410, NULL, '66.249.66.34'),
(15935, '2025-11-30 22:22:36', 533, NULL, '18.214.124.6'),
(15936, '2025-11-30 22:22:50', 538, NULL, '52.6.97.88'),
(15937, '2025-11-30 22:23:30', 499, NULL, '18.232.36.1'),
(15938, '2025-11-30 22:27:49', 324, NULL, '52.167.144.160'),
(15939, '2025-11-30 22:27:58', 102, NULL, '213.180.203.78'),
(15940, '2025-11-30 22:33:16', 308, NULL, '109.206.198.33'),
(15941, '2025-11-30 22:36:03', 530, NULL, '184.73.167.217'),
(15942, '2025-11-30 22:36:42', 498, NULL, '54.156.124.2'),
(15943, '2025-11-30 22:37:05', 514, NULL, '44.223.115.10'),
(15944, '2025-11-30 22:37:12', 448, NULL, '3.209.174.110'),
(15945, '2025-11-30 22:37:54', 482, NULL, '17.22.253.153'),
(15946, '2025-11-30 22:42:35', 366, NULL, '176.117.105.165'),
(15947, '2025-11-30 22:42:36', 285, NULL, '179.51.114.104'),
(15948, '2025-11-30 22:43:37', 184, NULL, '23.146.116.110'),
(15949, '2025-11-30 22:45:25', 166, NULL, '74.7.242.168'),
(15950, '2025-11-30 22:50:17', 496, NULL, '3.232.82.72'),
(15951, '2025-11-30 22:50:34', 532, NULL, '52.2.83.227'),
(15952, '2025-11-30 22:51:19', 511, NULL, '54.147.80.137'),
(15953, '2025-11-30 22:51:49', 493, NULL, '18.214.124.6'),
(15954, '2025-11-30 22:52:51', 278, NULL, '103.151.46.100'),
(15955, '2025-11-30 22:52:54', 274, NULL, '202.76.181.149'),
(15956, '2025-11-30 22:53:45', 249, NULL, '68.221.75.26'),
(15957, '2025-11-30 22:54:00', 502, NULL, '3.221.50.71'),
(15958, '2025-11-30 22:54:41', 314, NULL, '45.5.142.111'),
(15959, '2025-11-30 22:54:45', 533, NULL, '52.3.156.186'),
(15960, '2025-11-30 22:54:51', 351, NULL, '174.61.103.13'),
(15961, '2025-11-30 22:54:57', 564, NULL, '66.249.66.166'),
(15962, '2025-11-30 22:55:05', 498, NULL, '98.82.214.73'),
(15963, '2025-11-30 22:55:29', 312, NULL, '27.72.68.209'),
(15964, '2025-11-30 22:58:40', 508, NULL, '18.213.70.100'),
(15965, '2025-11-30 23:00:52', 103, NULL, '57.141.4.13'),
(15966, '2025-11-30 23:00:57', 508, NULL, '35.173.18.61'),
(15967, '2025-11-30 23:01:13', 240, NULL, '188.6.85.27'),
(15968, '2025-11-30 23:01:59', 509, NULL, '54.235.158.162'),
(15969, '2025-11-30 23:01:59', 508, NULL, '54.235.158.162'),
(15970, '2025-11-30 23:01:59', 506, NULL, '54.235.158.162'),
(15971, '2025-11-30 23:02:57', 531, NULL, '3.227.180.70'),
(15972, '2025-11-30 23:08:46', 29, NULL, '43.173.174.91'),
(15973, '2025-11-30 23:09:28', 317, NULL, '197.234.142.79'),
(15974, '2025-11-30 23:10:17', 138, NULL, '68.221.75.28'),
(15975, '2025-11-30 23:17:41', 539, NULL, '3.230.69.161'),
(15976, '2025-11-30 23:17:45', 523, NULL, '52.200.58.199'),
(15977, '2025-11-30 23:17:48', 513, NULL, '34.238.45.183'),
(15978, '2025-11-30 23:18:21', 504, NULL, '3.220.148.166'),
(15979, '2025-11-30 23:18:29', 490, NULL, '3.210.114.189'),
(15980, '2025-11-30 23:20:45', 359, NULL, '188.53.37.224'),
(15981, '2025-11-30 23:20:49', 535, NULL, '52.3.26.180'),
(15982, '2025-11-30 23:24:58', 512, NULL, '54.144.185.255'),
(15983, '2025-11-30 23:25:03', 561, NULL, '54.198.33.233'),
(15984, '2025-11-30 23:30:17', 516, NULL, '54.144.185.255'),
(15985, '2025-11-30 23:31:01', 521, NULL, '44.212.106.171'),
(15986, '2025-11-30 23:31:19', 368, NULL, '41.82.107.179'),
(15987, '2025-11-30 23:43:29', 372, NULL, '17.241.227.103'),
(15988, '2025-11-30 23:45:25', 495, NULL, '3.216.86.144'),
(15989, '2025-11-30 23:45:41', 496, NULL, '18.213.102.186'),
(15990, '2025-11-30 23:45:45', 524, NULL, '100.28.133.214'),
(15991, '2025-11-30 23:45:49', 518, NULL, '34.202.88.37'),
(15992, '2025-11-30 23:46:29', 144, NULL, '17.241.219.107'),
(15993, '2025-11-30 23:48:29', 212, NULL, '85.208.96.205'),
(15994, '2025-11-30 23:49:34', 502, NULL, '17.246.15.153'),
(15995, '2025-11-30 23:52:15', 488, NULL, '154.208.36.45'),
(15996, '2025-11-30 23:59:03', 286, NULL, '213.230.87.95'),
(15997, '2025-12-01 00:01:04', 284, NULL, '113.182.210.140'),
(15998, '2025-12-01 00:08:05', 448, NULL, '52.45.194.165'),
(15999, '2025-12-01 00:08:36', 493, NULL, '54.235.125.129'),
(16000, '2025-12-01 00:10:00', 491, NULL, '3.232.82.72'),
(16001, '2025-12-01 00:12:33', 403, NULL, '17.22.245.35'),
(16002, '2025-12-01 00:15:24', 496, NULL, '52.7.13.143'),
(16003, '2025-12-01 00:15:52', 503, NULL, '100.24.149.244'),
(16004, '2025-12-01 00:23:04', 417, NULL, '85.208.96.210'),
(16005, '2025-12-01 00:24:46', 185, NULL, '17.246.19.26'),
(16006, '2025-12-01 00:26:40', 518, NULL, '34.233.114.237'),
(16007, '2025-12-01 00:26:57', 490, NULL, '54.225.98.148'),
(16008, '2025-12-01 00:38:11', 516, NULL, '17.241.227.99'),
(16009, '2025-12-01 00:44:47', 243, NULL, '78.167.3.186'),
(16010, '2025-12-01 00:47:32', 262, NULL, '102.142.28.49'),
(16011, '2025-12-01 00:47:56', 508, NULL, '17.246.23.77'),
(16012, '2025-12-01 00:50:13', 288, NULL, '72.244.52.133'),
(16013, '2025-12-01 00:51:28', 614, NULL, '190.114.34.230'),
(16014, '2025-12-01 00:59:52', 292, NULL, '17.241.227.45'),
(16015, '2025-12-01 01:03:14', 280, NULL, '38.188.25.81'),
(16016, '2025-12-01 01:03:21', 419, NULL, '17.241.75.103'),
(16017, '2025-12-01 01:03:36', 324, NULL, '40.77.167.47'),
(16018, '2025-12-01 01:04:01', 575, NULL, '202.76.134.177'),
(16019, '2025-12-01 01:04:59', 299, NULL, '185.191.171.13'),
(16020, '2025-12-01 01:06:39', 280, NULL, '190.140.169.154'),
(16021, '2025-12-01 01:14:08', 133, NULL, '57.141.4.18'),
(16022, '2025-12-01 01:14:30', 418, NULL, '76.18.104.253'),
(16023, '2025-12-01 01:16:06', 398, NULL, '169.224.16.38'),
(16024, '2025-12-01 01:17:53', 549, NULL, '43.173.180.35'),
(16025, '2025-12-01 01:18:14', 317, NULL, '58.182.166.54'),
(16026, '2025-12-01 01:19:25', 558, NULL, '54.163.169.168'),
(16027, '2025-12-01 01:19:28', 184, NULL, '57.141.4.7'),
(16028, '2025-12-01 01:22:16', 145, NULL, '57.141.4.36'),
(16029, '2025-12-01 01:24:39', 359, NULL, '17.22.237.94'),
(16030, '2025-12-01 01:34:55', 184, NULL, '57.141.4.4'),
(16031, '2025-12-01 01:39:01', 420, NULL, '17.241.227.206'),
(16032, '2025-12-01 01:39:57', 190, NULL, '57.141.4.41'),
(16033, '2025-12-01 01:40:18', 405, NULL, '57.141.4.36'),
(16034, '2025-12-01 01:49:24', 533, NULL, '177.241.27.190'),
(16035, '2025-12-01 01:52:54', 162, NULL, '179.127.249.215'),
(16036, '2025-12-01 01:55:07', 342, NULL, '177.75.108.37'),
(16037, '2025-12-01 01:55:35', 284, NULL, '75.119.150.240'),
(16038, '2025-12-01 01:55:52', 408, NULL, '17.22.245.117'),
(16039, '2025-12-01 02:03:16', 547, NULL, '54.167.32.123'),
(16040, '2025-12-01 02:03:43', 276, NULL, '88.97.204.147'),
(16041, '2025-12-01 02:04:27', 287, NULL, '213.233.110.225'),
(16042, '2025-12-01 02:10:51', 270, NULL, '123.28.173.149'),
(16043, '2025-12-01 02:13:03', 372, NULL, '43.173.180.125'),
(16044, '2025-12-01 02:18:03', 259, NULL, '17.241.227.27'),
(16045, '2025-12-01 02:20:30', 210, NULL, '91.163.87.31'),
(16046, '2025-12-01 02:21:05', 552, NULL, '52.200.58.199'),
(16047, '2025-12-01 02:21:41', 561, NULL, '3.222.85.38'),
(16048, '2025-12-01 02:21:43', 309, NULL, '76.22.176.93'),
(16049, '2025-12-01 02:24:22', 557, NULL, '3.209.174.110'),
(16050, '2025-12-01 02:26:16', 290, NULL, '177.143.88.112'),
(16051, '2025-12-01 02:27:16', 418, NULL, '17.241.227.28'),
(16052, '2025-12-01 02:43:29', 361, NULL, '44.193.115.232'),
(16053, '2025-12-01 02:46:48', 529, NULL, '201.219.167.12'),
(16054, '2025-12-01 02:47:13', 566, NULL, '44.214.19.8'),
(16055, '2025-12-01 02:47:29', 554, NULL, '23.23.137.202'),
(16056, '2025-12-01 02:47:45', 546, NULL, '54.90.244.132'),
(16057, '2025-12-01 02:47:54', 470, NULL, '68.226.182.144'),
(16058, '2025-12-01 02:53:37', 361, NULL, '18.232.11.247'),
(16059, '2025-12-01 02:54:10', 446, NULL, '17.22.237.162'),
(16060, '2025-12-01 03:00:23', 140, NULL, '216.82.47.248'),
(16061, '2025-12-01 03:02:28', 160, NULL, '17.241.227.79'),
(16062, '2025-12-01 03:02:59', 200, NULL, '185.191.171.19'),
(16063, '2025-12-01 03:04:53', 543, NULL, '34.194.226.74'),
(16064, '2025-12-01 03:05:33', 542, NULL, '54.166.126.132'),
(16065, '2025-12-01 03:13:08', 572, NULL, '34.205.163.103'),
(16066, '2025-12-01 03:14:04', 140, NULL, '201.77.106.185'),
(16067, '2025-12-01 03:18:21', 500, NULL, '34.195.248.30'),
(16068, '2025-12-01 03:18:26', 500, NULL, '18.210.58.238'),
(16069, '2025-12-01 03:20:14', 566, NULL, '34.236.41.241'),
(16070, '2025-12-01 03:20:49', 543, NULL, '34.239.197.197'),
(16071, '2025-12-01 03:21:04', 238, NULL, '190.200.15.10'),
(16072, '2025-12-01 03:21:49', 556, NULL, '100.28.44.58'),
(16073, '2025-12-01 03:24:24', 547, NULL, '54.83.56.1'),
(16074, '2025-12-01 03:25:06', 562, NULL, '98.82.40.168'),
(16075, '2025-12-01 03:26:22', 39, NULL, '43.173.175.226'),
(16076, '2025-12-01 03:26:22', 29, NULL, '43.173.180.55'),
(16077, '2025-12-01 03:26:28', 553, NULL, '52.204.37.237'),
(16078, '2025-12-01 03:27:34', 309, NULL, '38.41.5.108'),
(16079, '2025-12-01 03:28:36', 185, NULL, '17.22.253.119'),
(16080, '2025-12-01 03:28:57', 446, NULL, '200.149.47.139'),
(16081, '2025-12-01 03:29:59', 365, NULL, '113.186.88.124'),
(16082, '2025-12-01 03:35:05', 419, NULL, '43.173.180.213'),
(16083, '2025-12-01 03:41:57', 538, NULL, '191.254.214.29'),
(16084, '2025-12-01 03:46:25', 246, NULL, '204.157.172.208'),
(16085, '2025-12-01 03:46:25', 542, NULL, '98.84.184.80'),
(16086, '2025-12-01 03:46:58', 485, NULL, '43.173.181.166'),
(16087, '2025-12-01 03:47:04', 625, NULL, '177.131.178.208'),
(16088, '2025-12-01 03:47:39', 555, NULL, '41.193.80.252'),
(16089, '2025-12-01 03:53:02', 558, NULL, '52.200.142.199'),
(16090, '2025-12-01 03:53:17', 305, NULL, '187.211.133.54'),
(16091, '2025-12-01 03:53:34', 557, NULL, '34.231.181.240'),
(16092, '2025-12-01 03:54:49', 563, NULL, '54.84.93.8'),
(16093, '2025-12-01 03:56:03', 290, NULL, '2.42.59.63'),
(16094, '2025-12-01 04:03:27', 518, NULL, '46.11.114.241'),
(16095, '2025-12-01 04:04:42', 532, NULL, '180.190.11.136'),
(16096, '2025-12-01 04:05:02', 551, NULL, '66.249.66.36'),
(16097, '2025-12-01 04:07:49', 552, NULL, '3.222.190.107'),
(16098, '2025-12-01 04:08:01', 541, NULL, '98.82.63.147'),
(16099, '2025-12-01 04:09:01', 567, NULL, '54.210.155.69'),
(16100, '2025-12-01 04:09:09', 500, NULL, '44.216.172.204'),
(16101, '2025-12-01 04:09:29', 558, NULL, '54.84.102.81'),
(16102, '2025-12-01 04:10:34', 513, NULL, '17.246.15.183'),
(16103, '2025-12-01 04:10:53', 544, NULL, '44.223.115.10'),
(16104, '2025-12-01 04:12:59', 561, NULL, '52.202.52.82'),
(16105, '2025-12-01 04:13:05', 561, NULL, '18.232.11.247'),
(16106, '2025-12-01 04:14:17', 557, NULL, '54.92.171.106'),
(16107, '2025-12-01 04:16:13', 144, NULL, '43.173.177.249'),
(16108, '2025-12-01 04:16:40', 545, NULL, '23.21.119.232'),
(16109, '2025-12-01 04:17:07', 571, NULL, '18.214.124.6'),
(16110, '2025-12-01 04:18:35', 555, NULL, '54.84.102.81'),
(16111, '2025-12-01 04:19:19', 567, NULL, '44.216.172.204'),
(16112, '2025-12-01 04:19:46', 564, NULL, '34.231.45.47'),
(16113, '2025-12-01 04:19:48', 548, NULL, '54.90.244.132'),
(16114, '2025-12-01 04:20:00', 559, NULL, '54.197.102.71'),
(16115, '2025-12-01 04:29:09', 546, NULL, '34.194.95.99'),
(16116, '2025-12-01 04:35:40', 580, NULL, '66.249.66.75'),
(16117, '2025-12-01 04:35:51', 402, NULL, '143.137.152.97'),
(16118, '2025-12-01 04:40:16', 276, NULL, '49.151.201.22'),
(16119, '2025-12-01 04:42:13', 138, NULL, '74.7.229.226'),
(16120, '2025-12-01 04:42:36', 573, NULL, '74.7.227.157'),
(16121, '2025-12-01 04:42:37', 616, NULL, '74.7.227.157'),
(16122, '2025-12-01 04:42:40', 617, NULL, '74.7.227.157'),
(16123, '2025-12-01 04:42:44', 610, NULL, '74.7.227.157'),
(16124, '2025-12-01 04:42:44', 584, NULL, '74.7.227.157'),
(16125, '2025-12-01 04:42:45', 614, NULL, '74.7.227.157'),
(16126, '2025-12-01 04:42:45', 576, NULL, '74.7.227.157'),
(16127, '2025-12-01 04:42:50', 569, NULL, '74.7.227.157'),
(16128, '2025-12-01 04:42:50', 550, NULL, '74.7.227.157'),
(16129, '2025-12-01 04:42:52', 623, NULL, '74.7.227.157'),
(16130, '2025-12-01 04:42:52', 577, NULL, '74.7.227.157'),
(16131, '2025-12-01 04:42:53', 615, NULL, '74.7.227.157'),
(16132, '2025-12-01 04:42:53', 609, NULL, '74.7.227.157'),
(16133, '2025-12-01 04:42:54', 620, NULL, '74.7.227.157'),
(16134, '2025-12-01 04:42:55', 582, NULL, '74.7.227.157'),
(16135, '2025-12-01 04:42:58', 613, NULL, '74.7.227.157'),
(16136, '2025-12-01 04:42:59', 574, NULL, '74.7.227.157'),
(16137, '2025-12-01 04:43:00', 575, NULL, '74.7.227.157'),
(16138, '2025-12-01 04:43:01', 276, NULL, '107.3.166.116'),
(16139, '2025-12-01 04:43:03', 625, NULL, '74.7.227.157'),
(16140, '2025-12-01 04:43:05', 570, NULL, '74.7.227.157'),
(16141, '2025-12-01 04:43:07', 579, NULL, '74.7.227.157'),
(16142, '2025-12-01 04:43:08', 588, NULL, '74.7.227.157'),
(16143, '2025-12-01 04:43:09', 611, NULL, '74.7.227.157'),
(16144, '2025-12-01 04:43:14', 572, NULL, '74.7.227.157'),
(16145, '2025-12-01 04:43:15', 580, NULL, '74.7.227.157'),
(16146, '2025-12-01 04:43:20', 622, NULL, '74.7.227.157'),
(16147, '2025-12-01 04:43:21', 571, NULL, '74.7.227.157'),
(16148, '2025-12-01 04:43:31', 619, NULL, '74.7.227.157'),
(16149, '2025-12-01 04:43:40', 612, NULL, '74.7.227.157'),
(16150, '2025-12-01 04:43:46', 590, NULL, '74.7.227.157'),
(16151, '2025-12-01 04:43:50', 585, NULL, '74.7.227.157'),
(16152, '2025-12-01 04:43:52', 543, NULL, '35.173.18.61'),
(16153, '2025-12-01 04:44:05', 495, NULL, '159.148.239.244'),
(16154, '2025-12-01 04:44:11', 621, NULL, '74.7.227.157'),
(16155, '2025-12-01 04:44:34', 564, NULL, '74.7.227.157'),
(16156, '2025-12-01 04:44:51', 608, NULL, '74.7.227.157'),
(16157, '2025-12-01 04:44:53', 618, NULL, '74.7.227.157'),
(16158, '2025-12-01 04:45:12', 564, NULL, '54.243.63.52'),
(16159, '2025-12-01 04:45:21', 570, NULL, '44.215.61.66'),
(16160, '2025-12-01 04:45:31', 587, NULL, '74.7.227.157'),
(16161, '2025-12-01 04:45:39', 578, NULL, '74.7.227.157'),
(16162, '2025-12-01 04:46:02', 624, NULL, '74.7.227.157'),
(16163, '2025-12-01 04:46:16', 334, NULL, '186.96.217.191'),
(16164, '2025-12-01 04:47:00', 390, NULL, '203.162.72.139'),
(16165, '2025-12-01 04:47:11', 551, NULL, '34.226.89.140'),
(16166, '2025-12-01 04:47:46', 572, NULL, '107.20.224.184'),
(16167, '2025-12-01 04:48:33', 567, NULL, '52.3.156.186'),
(16168, '2025-12-01 04:49:30', 555, NULL, '44.223.193.255'),
(16169, '2025-12-01 04:49:46', 558, NULL, '18.205.91.101'),
(16170, '2025-12-01 04:50:25', 204, NULL, '17.246.19.169'),
(16171, '2025-12-01 04:52:10', 553, NULL, '3.93.211.16'),
(16172, '2025-12-01 04:57:33', 243, NULL, '109.177.100.39'),
(16173, '2025-12-01 04:57:49', 587, NULL, '66.249.66.200'),
(16174, '2025-12-01 04:58:12', 587, NULL, '66.249.66.167'),
(16175, '2025-12-01 04:59:43', 558, NULL, '66.249.66.200'),
(16176, '2025-12-01 05:00:01', 358, NULL, '66.249.66.168'),
(16177, '2025-12-01 05:01:05', 441, NULL, '66.249.66.13'),
(16178, '2025-12-01 05:01:48', 184, NULL, '57.141.4.55'),
(16179, '2025-12-01 05:02:25', 577, NULL, '66.249.66.34'),
(16180, '2025-12-01 05:03:40', 288, NULL, '71.186.229.195'),
(16181, '2025-12-01 05:04:06', 493, NULL, '95.173.231.33'),
(16182, '2025-12-01 05:04:22', 65, NULL, '35.230.2.83'),
(16183, '2025-12-01 05:04:22', 88, NULL, '35.230.2.83'),
(16184, '2025-12-01 05:04:22', 89, NULL, '35.230.2.83'),
(16185, '2025-12-01 05:04:22', 94, NULL, '35.230.2.83'),
(16186, '2025-12-01 05:04:22', 95, NULL, '35.230.2.83'),
(16187, '2025-12-01 05:04:22', 98, NULL, '35.230.2.83'),
(16188, '2025-12-01 05:04:22', 99, NULL, '35.230.2.83'),
(16189, '2025-12-01 05:04:22', 100, NULL, '35.230.2.83'),
(16190, '2025-12-01 05:04:22', 101, NULL, '35.230.2.83'),
(16191, '2025-12-01 05:04:22', 102, NULL, '35.230.2.83'),
(16192, '2025-12-01 05:05:09', 289, NULL, '176.117.105.253'),
(16193, '2025-12-01 05:06:15', 387, NULL, '66.249.66.167'),
(16194, '2025-12-01 05:08:06', 213, NULL, '188.191.106.158'),
(16195, '2025-12-01 05:11:00', 65, NULL, '136.117.208.140'),
(16196, '2025-12-01 05:11:00', 88, NULL, '136.117.208.140'),
(16197, '2025-12-01 05:11:00', 89, NULL, '136.117.208.140'),
(16198, '2025-12-01 05:11:00', 94, NULL, '136.117.208.140'),
(16199, '2025-12-01 05:11:00', 95, NULL, '136.117.208.140'),
(16200, '2025-12-01 05:11:00', 98, NULL, '136.117.208.140'),
(16201, '2025-12-01 05:11:00', 99, NULL, '136.117.208.140'),
(16202, '2025-12-01 05:11:00', 100, NULL, '136.117.208.140'),
(16203, '2025-12-01 05:11:00', 101, NULL, '136.117.208.140'),
(16204, '2025-12-01 05:11:00', 102, NULL, '136.117.208.140'),
(16205, '2025-12-01 05:11:17', 190, NULL, '57.141.4.13'),
(16206, '2025-12-01 05:11:35', 554, NULL, '3.218.103.254'),
(16207, '2025-12-01 05:12:25', 571, NULL, '100.28.44.58'),
(16208, '2025-12-01 05:13:06', 543, NULL, '54.198.33.233'),
(16209, '2025-12-01 05:13:22', 570, NULL, '54.84.147.79'),
(16210, '2025-12-01 05:13:33', 361, NULL, '79.116.16.83'),
(16211, '2025-12-01 05:15:38', 543, NULL, '44.215.210.112'),
(16212, '2025-12-01 05:16:45', 145, NULL, '57.141.4.18'),
(16213, '2025-12-01 05:17:24', 485, NULL, '43.173.178.140'),
(16214, '2025-12-01 05:17:53', 561, NULL, '34.231.181.240'),
(16215, '2025-12-01 05:18:31', 619, NULL, '43.173.181.75'),
(16216, '2025-12-01 05:19:03', 145, NULL, '57.141.4.42'),
(16217, '2025-12-01 05:19:14', 560, NULL, '3.224.104.67'),
(16218, '2025-12-01 05:19:18', 567, NULL, '54.167.32.123'),
(16219, '2025-12-01 05:19:37', 615, NULL, '43.173.180.84'),
(16220, '2025-12-01 05:19:55', 288, NULL, '87.89.134.234'),
(16221, '2025-12-01 05:23:29', 561, NULL, '98.82.63.147'),
(16222, '2025-12-01 05:23:37', 553, NULL, '18.205.91.101'),
(16223, '2025-12-01 05:26:17', 569, NULL, '3.222.190.107'),
(16224, '2025-12-01 05:26:24', 557, NULL, '184.73.68.20'),
(16225, '2025-12-01 05:26:57', 565, NULL, '44.209.187.99'),
(16226, '2025-12-01 05:31:40', 565, NULL, '52.204.71.8'),
(16227, '2025-12-01 05:32:21', 182, NULL, '110.44.115.148'),
(16228, '2025-12-01 05:34:14', 339, NULL, '17.241.75.235'),
(16229, '2025-12-01 05:37:38', 494, NULL, '18.232.36.1'),
(16230, '2025-12-01 05:38:11', 548, NULL, '100.29.128.75'),
(16231, '2025-12-01 05:39:43', 555, NULL, '44.194.134.53'),
(16232, '2025-12-01 05:43:20', 388, NULL, '190.97.227.32'),
(16233, '2025-12-01 05:43:38', 590, NULL, '52.207.47.227'),
(16234, '2025-12-01 05:44:25', 478, NULL, '57.141.4.53'),
(16235, '2025-12-01 05:45:09', 436, NULL, '190.173.70.237'),
(16236, '2025-12-01 05:46:13', 544, NULL, '103.137.26.113'),
(16237, '2025-12-01 05:47:38', 99, NULL, '51.68.247.222'),
(16238, '2025-12-01 05:49:09', 551, NULL, '23.22.105.143'),
(16239, '2025-12-01 05:58:01', 557, NULL, '34.194.165.45'),
(16240, '2025-12-01 05:59:38', 199, NULL, '66.249.66.168'),
(16241, '2025-12-01 06:00:43', 431, NULL, '17.246.15.133'),
(16242, '2025-12-01 06:02:53', 432, NULL, '17.22.253.193'),
(16243, '2025-12-01 06:06:49', 541, NULL, '54.84.93.8'),
(16244, '2025-12-01 06:07:04', 305, NULL, '57.141.4.55'),
(16245, '2025-12-01 06:07:33', 571, NULL, '44.195.50.71'),
(16246, '2025-12-01 06:08:02', 545, NULL, '44.213.202.136'),
(16247, '2025-12-01 06:08:09', 160, NULL, '52.54.15.103'),
(16248, '2025-12-01 06:08:17', 570, NULL, '52.207.47.227'),
(16249, '2025-12-01 06:08:25', 570, NULL, '54.88.84.219'),
(16250, '2025-12-01 06:08:37', 559, NULL, '100.28.118.16'),
(16251, '2025-12-01 06:10:38', 544, NULL, '54.225.98.148'),
(16252, '2025-12-01 06:11:50', 460, NULL, '54.156.55.147'),
(16253, '2025-12-01 06:13:26', 182, NULL, '103.177.93.22'),
(16254, '2025-12-01 06:13:51', 460, NULL, '184.72.95.195'),
(16255, '2025-12-01 06:14:44', 145, NULL, '57.141.4.33'),
(16256, '2025-12-01 06:17:54', 544, NULL, '34.205.163.103'),
(16257, '2025-12-01 06:18:28', 547, NULL, '3.221.244.28'),
(16258, '2025-12-01 06:18:58', 491, NULL, '187.115.177.179'),
(16259, '2025-12-01 06:20:52', 565, NULL, '54.204.62.163'),
(16260, '2025-12-01 06:20:58', 423, NULL, '17.241.227.68'),
(16261, '2025-12-01 06:23:58', 493, NULL, '17.246.19.30'),
(16262, '2025-12-01 06:24:28', 134, NULL, '66.249.66.34'),
(16263, '2025-12-01 06:24:30', 134, NULL, '66.249.66.12'),
(16264, '2025-12-01 06:24:32', 575, NULL, '66.249.66.166'),
(16265, '2025-12-01 06:24:38', 275, NULL, '23.251.71.69'),
(16266, '2025-12-01 06:24:48', 570, NULL, '66.249.66.200'),
(16267, '2025-12-01 06:24:54', 481, NULL, '66.249.66.75'),
(16268, '2025-12-01 06:25:00', 481, NULL, '66.249.66.12'),
(16269, '2025-12-01 06:25:53', 107, NULL, '85.208.96.194'),
(16270, '2025-12-01 06:26:57', 619, NULL, '66.249.66.36'),
(16271, '2025-12-01 06:26:58', 619, NULL, '66.249.66.13'),
(16272, '2025-12-01 06:27:15', 441, NULL, '57.141.4.27'),
(16273, '2025-12-01 06:27:35', 159, NULL, '216.244.66.235'),
(16274, '2025-12-01 06:27:40', 385, NULL, '66.249.66.201'),
(16275, '2025-12-01 06:29:20', 439, NULL, '54.162.69.192'),
(16276, '2025-12-01 06:30:48', 145, NULL, '57.141.4.70'),
(16277, '2025-12-01 06:31:53', 572, NULL, '107.23.62.75'),
(16278, '2025-12-01 06:32:05', 312, NULL, '179.60.65.217'),
(16279, '2025-12-01 06:32:16', 491, NULL, '66.249.66.36'),
(16280, '2025-12-01 06:32:33', 557, NULL, '18.213.27.222'),
(16281, '2025-12-01 06:33:13', 243, NULL, '122.2.235.57'),
(16282, '2025-12-01 06:34:22', 463, NULL, '17.241.227.43'),
(16283, '2025-12-01 06:36:21', 563, NULL, '98.84.60.17'),
(16284, '2025-12-01 06:38:53', 543, NULL, '34.195.248.30'),
(16285, '2025-12-01 06:39:33', 572, NULL, '44.213.36.21'),
(16286, '2025-12-01 06:39:45', 184, NULL, '104.251.93.66'),
(16287, '2025-12-01 06:40:39', 542, NULL, '23.21.204.95'),
(16288, '2025-12-01 06:41:45', 140, NULL, '142.181.163.42'),
(16289, '2025-12-01 06:43:19', 569, NULL, '18.209.201.119'),
(16290, '2025-12-01 06:44:25', 249, NULL, '20.0.53.97'),
(16291, '2025-12-01 06:45:36', 541, NULL, '23.22.59.87'),
(16292, '2025-12-01 06:45:47', 568, NULL, '23.23.104.107'),
(16293, '2025-12-01 06:46:27', 548, NULL, '98.84.200.43'),
(16294, '2025-12-01 06:46:54', 554, NULL, '52.54.95.127'),
(16295, '2025-12-01 06:47:41', 301, NULL, '103.148.108.208'),
(16296, '2025-12-01 06:48:59', 414, NULL, '181.62.56.175'),
(16297, '2025-12-01 06:49:36', 438, NULL, '180.241.49.220'),
(16298, '2025-12-01 06:52:12', 285, NULL, '181.199.38.152'),
(16299, '2025-12-01 06:52:59', 184, NULL, '57.141.4.33'),
(16300, '2025-12-01 06:54:08', 365, NULL, '196.191.194.8'),
(16301, '2025-12-01 06:57:39', 416, NULL, '157.100.104.133'),
(16302, '2025-12-01 07:03:45', 454, NULL, '17.246.15.116'),
(16303, '2025-12-01 07:04:09', 145, NULL, '57.141.4.52'),
(16304, '2025-12-01 07:04:37', 545, NULL, '54.147.182.90'),
(16305, '2025-12-01 07:09:17', 569, NULL, '98.83.10.183'),
(16306, '2025-12-01 07:13:06', 567, NULL, '3.230.224.6'),
(16307, '2025-12-01 07:13:13', 545, NULL, '34.226.89.140'),
(16308, '2025-12-01 07:15:54', 571, NULL, '3.93.253.174'),
(16309, '2025-12-01 07:23:18', 377, NULL, '17.241.75.88'),
(16310, '2025-12-01 07:34:24', 185, NULL, '17.22.237.181'),
(16311, '2025-12-01 07:35:14', 326, NULL, '52.167.144.185'),
(16312, '2025-12-01 07:35:14', 545, NULL, '98.82.214.73'),
(16313, '2025-12-01 07:35:25', 160, NULL, '34.225.138.57'),
(16314, '2025-12-01 07:35:29', 542, NULL, '54.235.191.179'),
(16315, '2025-12-01 07:35:46', 182, NULL, '81.38.166.14'),
(16316, '2025-12-01 07:36:53', 547, NULL, '54.197.178.107'),
(16317, '2025-12-01 07:37:17', 160, NULL, '3.94.156.104'),
(16318, '2025-12-01 07:37:29', 542, NULL, '34.194.95.99'),
(16319, '2025-12-01 07:37:50', 562, NULL, '34.206.212.24'),
(16320, '2025-12-01 07:39:16', 576, NULL, '44.221.180.179'),
(16321, '2025-12-01 07:39:31', 552, NULL, '54.90.244.132'),
(16322, '2025-12-01 07:40:02', 567, NULL, '52.204.89.12'),
(16323, '2025-12-01 07:40:15', 559, NULL, '3.223.181.32'),
(16324, '2025-12-01 07:43:30', 524, NULL, '102.164.216.52'),
(16325, '2025-12-01 07:43:47', 330, NULL, '157.49.63.212'),
(16326, '2025-12-01 07:44:33', 389, NULL, '190.57.216.2'),
(16327, '2025-12-01 07:52:57', 270, NULL, '42.107.171.144'),
(16328, '2025-12-01 07:53:38', 543, NULL, '3.219.81.66'),
(16329, '2025-12-01 07:53:50', 521, NULL, '17.246.23.219'),
(16330, '2025-12-01 07:54:10', 570, NULL, '52.45.194.165'),
(16331, '2025-12-01 07:54:15', 578, NULL, '54.84.161.62'),
(16332, '2025-12-01 07:54:31', 390, NULL, '17.246.23.93'),
(16333, '2025-12-01 07:59:33', 569, NULL, '52.3.155.146'),
(16334, '2025-12-01 08:04:43', 487, NULL, '17.22.245.93'),
(16335, '2025-12-01 08:08:16', 337, NULL, '185.137.39.249'),
(16336, '2025-12-01 08:08:22', 556, NULL, '52.45.92.83'),
(16337, '2025-12-01 08:08:36', 550, NULL, '100.24.167.60'),
(16338, '2025-12-01 08:08:51', 385, NULL, '189.75.179.91'),
(16339, '2025-12-01 08:09:51', 560, NULL, '44.221.180.179'),
(16340, '2025-12-01 08:10:14', 556, NULL, '18.207.79.144'),
(16341, '2025-12-01 08:10:16', 566, NULL, '18.213.27.222'),
(16342, '2025-12-01 08:10:25', 290, NULL, '45.118.67.137'),
(16343, '2025-12-01 08:12:50', 546, NULL, '52.4.213.199'),
(16344, '2025-12-01 08:15:35', 564, NULL, '18.233.24.238'),
(16345, '2025-12-01 08:15:43', 544, NULL, '44.215.231.15'),
(16346, '2025-12-01 08:18:30', 544, NULL, '52.0.41.164'),
(16347, '2025-12-01 08:19:11', 558, NULL, '18.207.89.138'),
(16348, '2025-12-01 08:19:45', 563, NULL, '3.210.114.189'),
(16349, '2025-12-01 08:22:19', 385, NULL, '151.251.134.250'),
(16350, '2025-12-01 08:23:12', 557, NULL, '18.214.238.178'),
(16351, '2025-12-01 08:24:43', 485, NULL, '43.173.181.11'),
(16352, '2025-12-01 08:25:46', 590, NULL, '43.173.176.65'),
(16353, '2025-12-01 08:25:46', 577, NULL, '43.173.175.54'),
(16354, '2025-12-01 08:26:41', 565, NULL, '52.45.77.169'),
(16355, '2025-12-01 08:26:53', 499, NULL, '43.173.179.232'),
(16356, '2025-12-01 08:27:20', 388, NULL, '17.241.219.66'),
(16357, '2025-12-01 08:28:10', 384, NULL, '73.3.122.197'),
(16358, '2025-12-01 08:28:40', 309, NULL, '104.251.93.12'),
(16359, '2025-12-01 08:31:03', 270, NULL, '137.155.10.223'),
(16360, '2025-12-01 08:33:51', 159, NULL, '66.249.66.13'),
(16361, '2025-12-01 08:34:04', 500, NULL, '34.231.45.47'),
(16362, '2025-12-01 08:34:11', 509, NULL, '66.249.66.34'),
(16363, '2025-12-01 08:35:38', 556, NULL, '3.222.190.107'),
(16364, '2025-12-01 08:35:53', 541, NULL, '44.196.118.6'),
(16365, '2025-12-01 08:36:29', 542, NULL, '54.164.106.236'),
(16366, '2025-12-01 08:36:34', 243, NULL, '45.234.103.19'),
(16367, '2025-12-01 08:37:45', 285, NULL, '177.74.237.228'),
(16368, '2025-12-01 08:40:12', 312, NULL, '190.245.32.204'),
(16369, '2025-12-01 08:41:30', 286, NULL, '103.163.57.142'),
(16370, '2025-12-01 08:42:34', 570, NULL, '3.222.190.107'),
(16371, '2025-12-01 08:42:40', 260, NULL, '14.240.149.38'),
(16372, '2025-12-01 08:42:51', 552, NULL, '18.204.152.114'),
(16373, '2025-12-01 08:43:57', 403, NULL, '14.240.118.151'),
(16374, '2025-12-01 08:44:03', 563, NULL, '44.221.180.179'),
(16375, '2025-12-01 08:44:06', 563, NULL, '54.210.152.179'),
(16376, '2025-12-01 08:44:44', 557, NULL, '3.210.114.189'),
(16377, '2025-12-01 08:45:54', 572, NULL, '52.45.77.169'),
(16378, '2025-12-01 08:46:28', 268, NULL, '151.244.151.65'),
(16379, '2025-12-01 08:46:55', 340, NULL, '210.87.69.123'),
(16380, '2025-12-01 08:47:19', 568, NULL, '34.238.45.183'),
(16381, '2025-12-01 08:47:41', 476, NULL, '86.242.187.105'),
(16382, '2025-12-01 08:47:47', 569, NULL, '52.2.4.213'),
(16383, '2025-12-01 08:48:42', 529, NULL, '187.61.107.222'),
(16384, '2025-12-01 08:49:01', 555, NULL, '3.229.95.193'),
(16385, '2025-12-01 08:55:29', 565, NULL, '54.235.158.162'),
(16386, '2025-12-01 09:04:14', 563, NULL, '3.94.156.104'),
(16387, '2025-12-01 09:13:14', 560, NULL, '54.204.62.163'),
(16388, '2025-12-01 09:14:16', 564, NULL, '54.83.56.1'),
(16389, '2025-12-01 09:14:23', 571, NULL, '34.233.114.237'),
(16390, '2025-12-01 09:16:14', 542, NULL, '18.214.251.19'),
(16391, '2025-12-01 09:16:49', 568, NULL, '52.200.251.20'),
(16392, '2025-12-01 09:17:32', 561, NULL, '54.225.199.17'),
(16393, '2025-12-01 09:20:55', 431, NULL, '149.255.195.4'),
(16394, '2025-12-01 09:21:46', 625, NULL, '144.76.32.239'),
(16395, '2025-12-01 09:21:46', 624, NULL, '144.76.32.239'),
(16396, '2025-12-01 09:21:46', 623, NULL, '144.76.32.239'),
(16397, '2025-12-01 09:21:46', 622, NULL, '144.76.32.239'),
(16398, '2025-12-01 09:21:46', 621, NULL, '144.76.32.239'),
(16399, '2025-12-01 09:21:46', 620, NULL, '144.76.32.239'),
(16400, '2025-12-01 09:21:46', 619, NULL, '144.76.32.239'),
(16401, '2025-12-01 09:21:46', 618, NULL, '144.76.32.239'),
(16402, '2025-12-01 09:21:46', 617, NULL, '144.76.32.239'),
(16403, '2025-12-01 09:21:46', 616, NULL, '144.76.32.239'),
(16404, '2025-12-01 09:21:46', 615, NULL, '144.76.32.239'),
(16405, '2025-12-01 09:21:46', 614, NULL, '144.76.32.239'),
(16406, '2025-12-01 09:23:07', 137, NULL, '86.127.231.220'),
(16407, '2025-12-01 09:26:52', 31, NULL, '52.167.144.225'),
(16408, '2025-12-01 09:29:39', 129, NULL, '43.173.180.137'),
(16409, '2025-12-01 09:35:18', 560, NULL, '54.235.125.129'),
(16410, '2025-12-01 09:35:23', 545, NULL, '52.71.218.25'),
(16411, '2025-12-01 09:35:34', 544, NULL, '52.3.127.170'),
(16412, '2025-12-01 09:35:41', 160, NULL, '52.204.253.129'),
(16413, '2025-12-01 09:36:31', 559, NULL, '23.21.175.228'),
(16414, '2025-12-01 09:38:50', 556, NULL, '34.196.114.170'),
(16415, '2025-12-01 09:38:57', 544, NULL, '3.213.213.161'),
(16416, '2025-12-01 09:39:12', 550, NULL, '100.29.128.75'),
(16417, '2025-12-01 09:39:26', 460, NULL, '3.224.215.150'),
(16418, '2025-12-01 09:39:32', 555, NULL, '184.73.239.35'),
(16419, '2025-12-01 09:42:10', 500, NULL, '34.194.165.45'),
(16420, '2025-12-01 09:43:23', 288, NULL, '177.43.133.68'),
(16421, '2025-12-01 09:44:53', 559, NULL, '3.213.46.222'),
(16422, '2025-12-01 09:45:01', 146, NULL, '75.119.155.172'),
(16423, '2025-12-01 09:45:58', 287, NULL, '190.103.91.123'),
(16424, '2025-12-01 09:46:06', 160, NULL, '3.212.86.97'),
(16425, '2025-12-01 09:46:32', 554, NULL, '100.29.155.89'),
(16426, '2025-12-01 09:48:48', 562, NULL, '44.223.116.149'),
(16427, '2025-12-01 09:50:36', 555, NULL, '54.164.106.236'),
(16428, '2025-12-01 10:02:26', 500, NULL, '3.208.156.9'),
(16429, '2025-12-01 10:02:42', 570, NULL, '44.193.102.198'),
(16430, '2025-12-01 10:02:55', 541, NULL, '52.200.54.136'),
(16431, '2025-12-01 10:03:57', 586, NULL, '23.23.99.55'),
(16432, '2025-12-01 10:10:31', 564, NULL, '35.171.117.160'),
(16433, '2025-12-01 10:13:39', 547, NULL, '3.81.253.213'),
(16434, '2025-12-01 10:14:15', 562, NULL, '50.19.79.213'),
(16435, '2025-12-01 10:15:31', 553, NULL, '44.205.180.155'),
(16436, '2025-12-01 10:16:06', 460, NULL, '18.209.201.119'),
(16437, '2025-12-01 10:17:35', 541, NULL, '54.91.122.193'),
(16438, '2025-12-01 10:20:48', 249, NULL, '68.221.67.167'),
(16439, '2025-12-01 10:21:15', 309, NULL, '175.29.128.62'),
(16440, '2025-12-01 10:38:19', 500, NULL, '35.172.125.172'),
(16441, '2025-12-01 10:39:15', 335, NULL, '112.209.164.51'),
(16442, '2025-12-01 10:42:21', 547, NULL, '3.210.29.96'),
(16443, '2025-12-01 10:45:03', 379, NULL, '200.219.59.62'),
(16444, '2025-12-01 10:45:42', 290, NULL, '197.43.206.25'),
(16445, '2025-12-01 10:47:25', 556, NULL, '54.156.55.147'),
(16446, '2025-12-01 10:47:48', 559, NULL, '44.205.74.196'),
(16447, '2025-12-01 10:48:24', 550, NULL, '98.83.226.125'),
(16448, '2025-12-01 10:48:24', 558, NULL, '100.28.49.152'),
(16449, '2025-12-01 10:49:09', 460, NULL, '3.226.34.98'),
(16450, '2025-12-01 10:49:14', 561, NULL, '52.3.104.214'),
(16451, '2025-12-01 11:04:56', 239, NULL, '154.125.122.30'),
(16452, '2025-12-01 11:05:13', 570, NULL, '54.156.124.2'),
(16453, '2025-12-01 11:05:47', 554, NULL, '34.225.243.131'),
(16454, '2025-12-01 11:06:13', 550, NULL, '52.7.13.143'),
(16455, '2025-12-01 11:06:33', 558, NULL, '44.207.207.36'),
(16456, '2025-12-01 11:08:07', 550, NULL, '34.199.252.22'),
(16457, '2025-12-01 11:08:39', 270, NULL, '203.189.118.109'),
(16458, '2025-12-01 11:09:17', 550, NULL, '23.23.180.225'),
(16459, '2025-12-01 11:10:46', 557, NULL, '18.215.77.19'),
(16460, '2025-12-01 11:11:09', 546, NULL, '98.82.66.172'),
(16461, '2025-12-01 11:12:12', 201, NULL, '137.135.190.251'),
(16462, '2025-12-01 11:13:06', 572, NULL, '98.82.38.120'),
(16463, '2025-12-01 11:13:57', 335, NULL, '45.185.157.62'),
(16464, '2025-12-01 11:14:42', 392, NULL, '43.173.175.17'),
(16465, '2025-12-01 11:14:45', 571, NULL, '18.233.24.238'),
(16466, '2025-12-01 11:16:17', 553, NULL, '34.204.150.196'),
(16467, '2025-12-01 11:16:21', 569, NULL, '54.156.55.147'),
(16468, '2025-12-01 11:18:00', 258, NULL, '43.173.181.239'),
(16469, '2025-12-01 11:18:48', 557, NULL, '44.209.35.147'),
(16470, '2025-12-01 11:19:05', 557, NULL, '43.173.178.14'),
(16471, '2025-12-01 11:19:05', 611, NULL, '43.173.177.101'),
(16472, '2025-12-01 11:20:10', 453, NULL, '43.173.173.164'),
(16473, '2025-12-01 11:20:10', 126, NULL, '103.190.228.128'),
(16474, '2025-12-01 11:23:55', 147, NULL, '202.76.178.107'),
(16475, '2025-12-01 11:25:13', 286, NULL, '169.224.0.171'),
(16476, '2025-12-01 11:26:50', 181, NULL, '57.141.4.75'),
(16477, '2025-12-01 11:30:25', 548, NULL, '107.20.255.194'),
(16478, '2025-12-01 11:31:05', 560, NULL, '54.209.100.30'),
(16479, '2025-12-01 11:31:13', 556, NULL, '98.82.40.168'),
(16480, '2025-12-01 11:31:21', 544, NULL, '52.73.6.26'),
(16481, '2025-12-01 11:31:45', 248, NULL, '185.191.171.7'),
(16482, '2025-12-01 11:31:53', 448, NULL, '147.30.140.235'),
(16483, '2025-12-01 11:36:07', 544, NULL, '98.82.66.172'),
(16484, '2025-12-01 11:36:15', 552, NULL, '44.197.76.210'),
(16485, '2025-12-01 11:36:39', 542, NULL, '52.54.15.103'),
(16486, '2025-12-01 11:39:30', 547, NULL, '18.205.127.11'),
(16487, '2025-12-01 11:39:52', 550, NULL, '34.238.45.183'),
(16488, '2025-12-01 11:41:11', 558, NULL, '44.208.223.68'),
(16489, '2025-12-01 11:41:21', 321, NULL, '75.185.20.188'),
(16490, '2025-12-01 11:42:09', 460, NULL, '3.213.85.234'),
(16491, '2025-12-01 11:44:26', 330, NULL, '5.21.134.142'),
(16492, '2025-12-01 11:47:05', 378, NULL, '62.217.152.245'),
(16493, '2025-12-01 11:57:44', 330, NULL, '84.31.69.49'),
(16494, '2025-12-01 11:57:53', 415, NULL, '150.129.247.243'),
(16495, '2025-12-01 11:58:34', 565, NULL, '3.221.156.96'),
(16496, '2025-12-01 12:00:02', 139, NULL, '37.59.204.130'),
(16497, '2025-12-01 12:00:14', 548, NULL, '18.215.77.19'),
(16498, '2025-12-01 12:00:19', 548, NULL, '23.21.204.95'),
(16499, '2025-12-01 12:00:26', 568, NULL, '44.217.255.167'),
(16500, '2025-12-01 12:01:44', 160, NULL, '3.94.199.128'),
(16501, '2025-12-01 12:03:37', 572, NULL, '44.212.131.50'),
(16502, '2025-12-01 12:03:56', 541, NULL, '44.215.210.112'),
(16503, '2025-12-01 12:05:08', 98, NULL, '176.31.139.17'),
(16504, '2025-12-01 12:06:36', 570, NULL, '107.23.62.75'),
(16505, '2025-12-01 12:06:40', 494, NULL, '52.207.47.227'),
(16506, '2025-12-01 12:07:10', 543, NULL, '52.4.76.156'),
(16507, '2025-12-01 12:07:56', 137, NULL, '34.169.148.92'),
(16508, '2025-12-01 12:07:56', 138, NULL, '34.169.148.92'),
(16509, '2025-12-01 12:07:56', 139, NULL, '34.169.148.92'),
(16510, '2025-12-01 12:07:56', 140, NULL, '34.169.148.92'),
(16511, '2025-12-01 12:07:56', 141, NULL, '34.169.148.92'),
(16512, '2025-12-01 12:07:56', 142, NULL, '34.169.148.92'),
(16513, '2025-12-01 12:07:56', 143, NULL, '34.169.148.92'),
(16514, '2025-12-01 12:07:56', 144, NULL, '34.169.148.92'),
(16515, '2025-12-01 12:07:56', 145, NULL, '34.169.148.92'),
(16516, '2025-12-01 12:07:56', 146, NULL, '34.169.148.92'),
(16517, '2025-12-01 12:09:27', 359, NULL, '136.29.52.174'),
(16518, '2025-12-01 12:10:39', 543, NULL, '44.213.36.21'),
(16519, '2025-12-01 12:12:26', 562, NULL, '3.211.105.134'),
(16520, '2025-12-01 12:14:14', 543, NULL, '52.201.155.215'),
(16521, '2025-12-01 12:14:18', 500, NULL, '54.164.106.236'),
(16522, '2025-12-01 12:16:18', 546, NULL, '3.221.156.96'),
(16523, '2025-12-01 12:17:12', 546, NULL, '98.83.177.42'),
(16524, '2025-12-01 12:28:40', 33, NULL, '40.77.167.72'),
(16525, '2025-12-01 12:29:24', 137, NULL, '136.118.98.79'),
(16526, '2025-12-01 12:29:24', 138, NULL, '136.118.98.79'),
(16527, '2025-12-01 12:29:24', 139, NULL, '136.118.98.79'),
(16528, '2025-12-01 12:29:24', 140, NULL, '136.118.98.79'),
(16529, '2025-12-01 12:29:24', 141, NULL, '136.118.98.79'),
(16530, '2025-12-01 12:29:24', 142, NULL, '136.118.98.79'),
(16531, '2025-12-01 12:29:24', 143, NULL, '136.118.98.79'),
(16532, '2025-12-01 12:29:24', 144, NULL, '136.118.98.79'),
(16533, '2025-12-01 12:29:24', 145, NULL, '136.118.98.79'),
(16534, '2025-12-01 12:29:24', 146, NULL, '136.118.98.79'),
(16535, '2025-12-01 12:31:07', 549, NULL, '14.244.77.22'),
(16536, '2025-12-01 12:33:28', 312, NULL, '37.19.66.7'),
(16537, '2025-12-01 12:34:43', 243, NULL, '112.208.167.30'),
(16538, '2025-12-01 12:35:06', 608, NULL, '100.28.49.152'),
(16539, '2025-12-01 12:36:02', 500, NULL, '54.204.62.163'),
(16540, '2025-12-01 12:36:33', 494, NULL, '54.225.181.161'),
(16541, '2025-12-01 12:38:46', 552, NULL, '44.196.118.6'),
(16542, '2025-12-01 12:39:38', 568, NULL, '3.226.34.98'),
(16543, '2025-12-01 12:39:46', 568, NULL, '3.90.73.206'),
(16544, '2025-12-01 12:42:55', 182, NULL, '189.131.76.79'),
(16545, '2025-12-01 12:44:00', 568, NULL, '54.80.185.200'),
(16546, '2025-12-01 12:44:07', 561, NULL, '52.70.209.13'),
(16547, '2025-12-01 12:44:45', 623, NULL, '91.222.42.13'),
(16548, '2025-12-01 12:45:10', 329, NULL, '31.167.158.25'),
(16549, '2025-12-01 12:45:17', 137, NULL, '35.230.108.70'),
(16550, '2025-12-01 12:45:17', 138, NULL, '35.230.108.70'),
(16551, '2025-12-01 12:45:17', 139, NULL, '35.230.108.70'),
(16552, '2025-12-01 12:45:17', 140, NULL, '35.230.108.70'),
(16553, '2025-12-01 12:45:17', 141, NULL, '35.230.108.70'),
(16554, '2025-12-01 12:45:17', 142, NULL, '35.230.108.70'),
(16555, '2025-12-01 12:45:17', 143, NULL, '35.230.108.70'),
(16556, '2025-12-01 12:45:17', 144, NULL, '35.230.108.70'),
(16557, '2025-12-01 12:45:17', 145, NULL, '35.230.108.70'),
(16558, '2025-12-01 12:45:17', 146, NULL, '35.230.108.70'),
(16559, '2025-12-01 12:45:43', 548, NULL, '44.213.202.136'),
(16560, '2025-12-01 12:46:25', 554, NULL, '52.70.138.176'),
(16561, '2025-12-01 12:46:39', 433, NULL, '168.232.229.243'),
(16562, '2025-12-01 12:46:54', 403, NULL, '191.112.52.110'),
(16563, '2025-12-01 12:46:56', 623, NULL, '14.164.78.33'),
(16564, '2025-12-01 12:48:18', 569, NULL, '34.230.124.21'),
(16565, '2025-12-01 12:49:39', 546, NULL, '54.83.23.103'),
(16566, '2025-12-01 12:51:28', 359, NULL, '157.49.143.11'),
(16567, '2025-12-01 12:51:45', 312, NULL, '158.181.44.43'),
(16568, '2025-12-01 13:02:09', 570, NULL, '18.210.58.238'),
(16569, '2025-12-01 13:02:18', 568, NULL, '52.204.81.148'),
(16570, '2025-12-01 13:03:12', 560, NULL, '23.21.250.48'),
(16571, '2025-12-01 13:03:15', 575, NULL, '34.224.9.144'),
(16572, '2025-12-01 13:04:49', 366, NULL, '152.117.104.201'),
(16573, '2025-12-01 13:05:35', 544, NULL, '18.215.77.19'),
(16574, '2025-12-01 13:05:40', 552, NULL, '3.229.164.203'),
(16575, '2025-12-01 13:05:56', 542, NULL, '52.70.123.241'),
(16576, '2025-12-01 13:05:58', 309, NULL, '89.182.25.188'),
(16577, '2025-12-01 13:07:31', 352, NULL, '186.19.123.130'),
(16578, '2025-12-01 13:10:31', 567, NULL, '52.3.104.214'),
(16579, '2025-12-01 13:10:59', 559, NULL, '44.205.192.249'),
(16580, '2025-12-01 13:12:27', 545, NULL, '3.222.190.107'),
(16581, '2025-12-01 13:15:30', 485, NULL, '111.230.69.220'),
(16582, '2025-12-01 13:15:57', 560, NULL, '23.23.137.202'),
(16583, '2025-12-01 13:16:08', 564, NULL, '54.157.84.74'),
(16584, '2025-12-01 13:16:26', 494, NULL, '52.3.127.170'),
(16585, '2025-12-01 13:16:30', 548, NULL, '54.204.12.115'),
(16586, '2025-12-01 13:16:42', 542, NULL, '44.193.115.232'),
(16587, '2025-12-01 13:17:49', 568, NULL, '107.20.255.194'),
(16588, '2025-12-01 13:19:32', 555, NULL, '44.193.102.198'),
(16589, '2025-12-01 13:20:25', 555, NULL, '52.204.81.148'),
(16590, '2025-12-01 13:21:12', 365, NULL, '185.163.26.62'),
(16591, '2025-12-01 13:27:03', 249, NULL, '191.239.245.26'),
(16592, '2025-12-01 13:27:50', 89, NULL, '51.68.247.193'),
(16593, '2025-12-01 13:33:09', 571, NULL, '3.224.215.150'),
(16594, '2025-12-01 13:33:17', 7, NULL, '35.230.108.70'),
(16595, '2025-12-01 13:33:17', 551, NULL, '34.205.163.103'),
(16596, '2025-12-01 13:34:58', 568, NULL, '3.93.98.99'),
(16597, '2025-12-01 13:35:10', 556, NULL, '44.195.50.71'),
(16598, '2025-12-01 13:35:59', 571, NULL, '23.21.204.95'),
(16599, '2025-12-01 13:36:06', 552, NULL, '3.208.146.193'),
(16600, '2025-12-01 13:38:01', 552, NULL, '3.213.106.226'),
(16601, '2025-12-01 13:38:14', 570, NULL, '52.200.58.199'),
(16602, '2025-12-01 13:38:18', 566, NULL, '3.212.205.90'),
(16603, '2025-12-01 13:38:30', 369, NULL, '154.194.231.124'),
(16604, '2025-12-01 13:38:40', 541, NULL, '52.200.251.20'),
(16605, '2025-12-01 13:39:07', 554, NULL, '54.90.244.132'),
(16606, '2025-12-01 13:39:43', 552, NULL, '34.230.124.21'),
(16607, '2025-12-01 13:41:11', 559, NULL, '184.73.167.217'),
(16608, '2025-12-01 13:42:58', 552, NULL, '54.84.102.81'),
(16609, '2025-12-01 13:44:05', 616, NULL, '45.229.105.214'),
(16610, '2025-12-01 13:44:12', 7, NULL, '34.53.109.163'),
(16611, '2025-12-01 13:46:44', 35, NULL, '34.169.148.92'),
(16612, '2025-12-01 13:54:01', 240, NULL, '66.249.66.168'),
(16613, '2025-12-01 13:54:34', 243, NULL, '49.43.154.242'),
(16614, '2025-12-01 13:58:15', 7, NULL, '34.105.63.255'),
(16615, '2025-12-01 13:59:45', 548, NULL, '44.205.192.249'),
(16616, '2025-12-01 14:01:24', 7, NULL, '34.187.188.215'),
(16617, '2025-12-01 14:02:36', 7, NULL, '34.168.57.197'),
(16618, '2025-12-01 14:05:05', 7, NULL, '34.168.122.143'),
(16619, '2025-12-01 14:05:33', 528, NULL, '103.174.140.100'),
(16620, '2025-12-01 14:07:19', 35, NULL, '104.196.241.65'),
(16621, '2025-12-01 14:08:17', 389, NULL, '17.241.219.90'),
(16622, '2025-12-01 14:15:19', 501, NULL, '17.241.75.250'),
(16623, '2025-12-01 14:16:16', 7, NULL, '104.196.241.65'),
(16624, '2025-12-01 14:16:51', 385, NULL, '84.54.84.168'),
(16625, '2025-12-01 14:17:10', 567, NULL, '34.196.6.199'),
(16626, '2025-12-01 14:17:49', 500, NULL, '44.223.193.255'),
(16627, '2025-12-01 14:18:32', 571, NULL, '52.200.251.20'),
(16628, '2025-12-01 14:18:52', 494, NULL, '52.204.81.148'),
(16629, '2025-12-01 14:19:09', 160, NULL, '54.204.12.115'),
(16630, '2025-12-01 14:19:17', 548, NULL, '3.89.176.255'),
(16631, '2025-12-01 14:20:02', 584, NULL, '35.173.38.202'),
(16632, '2025-12-01 14:21:16', 270, NULL, '73.213.50.60'),
(16633, '2025-12-01 14:22:01', 554, NULL, '34.225.138.57'),
(16634, '2025-12-01 14:23:54', 562, NULL, '3.208.146.193'),
(16635, '2025-12-01 14:24:25', 245, NULL, '17.241.75.47'),
(16636, '2025-12-01 14:25:49', 460, NULL, '52.54.15.103'),
(16637, '2025-12-01 14:26:28', 553, NULL, '107.20.255.194'),
(16638, '2025-12-01 14:29:57', 557, NULL, '34.233.114.237'),
(16639, '2025-12-01 14:32:49', 559, NULL, '54.197.114.76'),
(16640, '2025-12-01 14:33:34', 163, NULL, '117.235.109.89'),
(16641, '2025-12-01 14:37:46', 572, NULL, '54.84.93.8'),
(16642, '2025-12-01 14:38:02', 552, NULL, '52.71.218.25'),
(16643, '2025-12-01 14:38:49', 542, NULL, '18.214.124.6'),
(16644, '2025-12-01 14:39:15', 585, NULL, '18.232.12.157'),
(16645, '2025-12-01 14:40:53', 564, NULL, '3.89.176.255'),
(16646, '2025-12-01 14:41:09', 564, NULL, '44.212.232.231'),
(16647, '2025-12-01 14:41:36', 551, NULL, '23.23.213.182'),
(16648, '2025-12-01 14:41:51', 462, NULL, '181.209.90.3'),
(16649, '2025-12-01 14:42:30', 554, NULL, '190.115.218.196'),
(16650, '2025-12-01 14:44:21', 460, NULL, '44.206.65.8'),
(16651, '2025-12-01 14:45:19', 375, NULL, '177.125.175.150'),
(16652, '2025-12-01 14:58:01', 195, NULL, '66.249.66.167'),
(16653, '2025-12-01 14:58:11', 245, NULL, '17.241.227.63'),
(16654, '2025-12-01 14:58:29', 567, NULL, '52.70.123.241'),
(16655, '2025-12-01 14:58:35', 449, NULL, '190.97.227.34'),
(16656, '2025-12-01 15:00:07', 553, NULL, '23.23.104.107'),
(16657, '2025-12-01 15:01:29', 563, NULL, '44.210.213.220'),
(16658, '2025-12-01 15:01:51', 308, NULL, '66.249.66.202'),
(16659, '2025-12-01 15:03:46', 392, NULL, '66.249.66.12'),
(16660, '2025-12-01 15:06:38', 550, NULL, '52.45.29.57'),
(16661, '2025-12-01 15:07:01', 244, NULL, '154.194.229.14'),
(16662, '2025-12-01 15:07:46', 362, NULL, '38.156.100.12'),
(16663, '2025-12-01 15:08:11', 317, NULL, '102.164.171.225'),
(16664, '2025-12-01 15:08:57', 249, NULL, '191.235.99.94'),
(16665, '2025-12-01 15:09:19', 553, NULL, '17.22.253.153'),
(16666, '2025-12-01 15:10:19', 320, NULL, '14.172.244.172'),
(16667, '2025-12-01 15:10:21', 381, NULL, '187.0.234.131'),
(16668, '2025-12-01 15:13:04', 168, NULL, '186.158.120.115'),
(16669, '2025-12-01 15:14:45', 569, NULL, '44.218.170.184'),
(16670, '2025-12-01 15:21:32', 213, NULL, '17.246.19.249'),
(16671, '2025-12-01 15:28:01', 564, NULL, '44.223.116.149'),
(16672, '2025-12-01 15:28:49', 562, NULL, '54.221.203.24'),
(16673, '2025-12-01 15:29:30', 563, NULL, '23.22.105.143'),
(16674, '2025-12-01 15:31:29', 553, NULL, '34.194.165.45'),
(16675, '2025-12-01 15:32:54', 572, NULL, '35.170.205.140'),
(16676, '2025-12-01 15:33:15', 541, NULL, '100.28.44.58'),
(16677, '2025-12-01 15:35:03', 579, NULL, '3.94.40.182'),
(16678, '2025-12-01 15:39:07', 245, NULL, '17.22.253.116'),
(16679, '2025-12-01 15:39:37', 458, NULL, '190.120.250.38'),
(16680, '2025-12-01 15:41:07', 494, NULL, '50.19.79.213'),
(16681, '2025-12-01 15:42:44', 458, NULL, '177.125.130.214'),
(16682, '2025-12-01 15:43:49', 467, NULL, '17.241.227.194'),
(16683, '2025-12-01 15:45:04', 189, NULL, '52.154.22.59'),
(16684, '2025-12-01 15:46:09', 308, NULL, '212.47.135.14'),
(16685, '2025-12-01 16:02:48', 108, NULL, '216.244.66.235'),
(16686, '2025-12-01 16:06:43', 98, NULL, '43.173.180.218'),
(16687, '2025-12-01 16:09:30', 563, NULL, '3.226.34.98'),
(16688, '2025-12-01 16:11:23', 570, NULL, '3.211.105.134'),
(16689, '2025-12-01 16:11:27', 507, NULL, '187.19.233.46'),
(16690, '2025-12-01 16:11:37', 568, NULL, '35.172.125.172'),
(16691, '2025-12-01 16:11:38', 419, NULL, '45.181.197.15'),
(16692, '2025-12-01 16:11:53', 554, NULL, '52.45.92.83'),
(16693, '2025-12-01 16:15:02', 572, NULL, '52.6.232.201'),
(16694, '2025-12-01 16:15:27', 550, NULL, '52.0.218.219'),
(16695, '2025-12-01 16:16:06', 545, NULL, '98.82.40.168'),
(16696, '2025-12-01 16:19:12', 494, NULL, '184.73.47.24'),
(16697, '2025-12-01 16:19:24', 311, NULL, '37.110.210.148'),
(16698, '2025-12-01 16:20:43', 556, NULL, '54.197.114.76'),
(16699, '2025-12-01 16:21:18', 550, NULL, '54.84.102.81'),
(16700, '2025-12-01 16:23:47', 515, NULL, '164.163.215.206'),
(16701, '2025-12-01 16:33:22', 482, NULL, '84.54.78.204'),
(16702, '2025-12-01 16:33:49', 445, NULL, '38.13.141.249'),
(16703, '2025-12-01 16:34:55', 538, NULL, '17.246.23.144'),
(16704, '2025-12-01 16:35:03', 317, NULL, '190.133.113.47'),
(16705, '2025-12-01 16:35:06', 560, NULL, '3.213.213.161'),
(16706, '2025-12-01 16:35:23', 373, NULL, '78.167.6.68'),
(16707, '2025-12-01 16:36:37', 552, NULL, '3.211.181.86'),
(16708, '2025-12-01 16:37:38', 558, NULL, '54.198.33.233'),
(16709, '2025-12-01 16:39:25', 544, NULL, '184.72.95.195'),
(16710, '2025-12-01 16:41:55', 31, NULL, '40.77.167.126'),
(16711, '2025-12-01 16:44:16', 539, NULL, '169.224.5.170'),
(16712, '2025-12-01 16:44:16', 460, NULL, '177.107.29.38'),
(16713, '2025-12-01 16:46:33', 550, NULL, '54.166.126.132'),
(16714, '2025-12-01 16:47:06', 561, NULL, '98.82.39.241'),
(16715, '2025-12-01 16:49:42', 494, NULL, '44.215.210.112'),
(16716, '2025-12-01 16:50:50', 546, NULL, '54.163.169.168'),
(16717, '2025-12-01 16:51:22', 562, NULL, '100.29.107.38'),
(16718, '2025-12-01 17:00:29', 450, NULL, '52.0.41.164'),
(16719, '2025-12-01 17:03:33', 503, NULL, '98.83.94.113'),
(16720, '2025-12-01 17:06:17', 27, NULL, '35.230.2.83'),
(16721, '2025-12-01 17:06:33', 571, NULL, '100.29.155.89'),
(16722, '2025-12-01 17:09:10', 498, NULL, '98.83.10.183'),
(16723, '2025-12-01 17:15:29', 567, NULL, '54.204.62.163'),
(16724, '2025-12-01 17:16:41', 289, NULL, '162.14.79.210'),
(16725, '2025-12-01 17:17:47', 571, NULL, '43.173.179.156'),
(16726, '2025-12-01 17:20:47', 213, NULL, '17.246.15.4'),
(16727, '2025-12-01 17:22:07', 21, NULL, '40.77.167.126'),
(16728, '2025-12-01 17:22:58', 27, NULL, '34.169.171.159'),
(16729, '2025-12-01 17:23:03', 569, NULL, '17.246.23.187'),
(16730, '2025-12-01 17:23:04', 547, NULL, '17.246.15.50'),
(16731, '2025-12-01 17:25:41', 556, NULL, '52.3.104.214'),
(16732, '2025-12-01 17:25:53', 571, NULL, '3.220.148.166'),
(16733, '2025-12-01 17:26:03', 566, NULL, '54.197.82.195'),
(16734, '2025-12-01 17:26:13', 494, NULL, '52.202.52.82'),
(16735, '2025-12-01 17:26:58', 551, NULL, '98.84.131.195'),
(16736, '2025-12-01 17:27:38', 551, NULL, '23.23.99.55'),
(16737, '2025-12-01 17:27:53', 551, NULL, '54.162.69.192'),
(16738, '2025-12-01 17:27:57', 551, NULL, '3.81.253.213'),
(16739, '2025-12-01 17:28:40', 542, NULL, '34.227.234.246'),
(16740, '2025-12-01 17:28:49', 568, NULL, '34.195.248.30'),
(16741, '2025-12-01 17:29:52', 575, NULL, '74.7.35.112'),
(16742, '2025-12-01 17:30:57', 547, NULL, '54.197.82.195'),
(16743, '2025-12-01 17:33:25', 555, NULL, '18.205.91.101'),
(16744, '2025-12-01 17:34:14', 576, NULL, '38.222.3.192'),
(16745, '2025-12-01 17:38:25', 194, NULL, '68.221.67.172'),
(16746, '2025-12-01 17:38:25', 561, NULL, '3.227.180.70'),
(16747, '2025-12-01 17:40:53', 23, NULL, '34.169.171.159'),
(16748, '2025-12-01 17:41:21', 27, NULL, '34.83.201.183'),
(16749, '2025-12-01 17:41:30', 553, NULL, '44.215.231.15'),
(16750, '2025-12-01 17:42:09', 27, NULL, '35.233.176.125'),
(16751, '2025-12-01 17:43:12', 27, NULL, '104.196.241.65'),
(16752, '2025-12-01 17:43:46', 160, NULL, '34.231.156.59');
INSERT INTO `posts_views` (`view_id`, `view_date`, `post_id`, `user_id`, `guest_ip`) VALUES
(16753, '2025-12-01 17:43:52', 541, NULL, '34.192.67.98'),
(16754, '2025-12-01 17:44:24', 494, NULL, '44.218.170.184'),
(16755, '2025-12-01 17:46:16', 160, NULL, '100.28.57.133'),
(16756, '2025-12-01 17:47:08', 21, NULL, '34.168.43.39'),
(16757, '2025-12-01 17:47:35', 555, NULL, '50.16.72.185'),
(16758, '2025-12-01 17:48:15', 23, NULL, '136.118.98.79'),
(16759, '2025-12-01 17:49:50', 566, NULL, '44.208.223.68'),
(16760, '2025-12-01 17:49:52', 21, NULL, '136.117.12.231'),
(16761, '2025-12-01 17:50:16', 564, NULL, '44.213.36.21'),
(16762, '2025-12-01 17:50:45', 228, NULL, '17.241.227.59'),
(16763, '2025-12-01 17:51:59', 213, NULL, '17.22.237.39'),
(16764, '2025-12-01 17:54:13', 334, NULL, '78.190.201.20'),
(16765, '2025-12-01 17:57:28', 504, NULL, '17.241.227.108'),
(16766, '2025-12-01 17:58:21', 569, NULL, '54.204.12.115'),
(16767, '2025-12-01 18:05:16', 280, NULL, '109.107.230.158'),
(16768, '2025-12-01 18:05:57', 547, NULL, '54.152.163.42'),
(16769, '2025-12-01 18:06:55', 112, NULL, '43.173.181.115'),
(16770, '2025-12-01 18:06:55', 111, NULL, '43.173.181.115'),
(16771, '2025-12-01 18:06:55', 108, NULL, '43.173.181.115'),
(16772, '2025-12-01 18:06:55', 107, NULL, '43.173.181.115'),
(16773, '2025-12-01 18:06:55', 106, NULL, '43.173.181.115'),
(16774, '2025-12-01 18:06:55', 105, NULL, '43.173.181.115'),
(16775, '2025-12-01 18:06:55', 104, NULL, '43.173.181.115'),
(16776, '2025-12-01 18:06:55', 103, NULL, '43.173.181.115'),
(16777, '2025-12-01 18:06:55', 102, NULL, '43.173.181.115'),
(16778, '2025-12-01 18:06:55', 101, NULL, '43.173.181.115'),
(16779, '2025-12-01 18:06:55', 100, NULL, '43.173.181.115'),
(16780, '2025-12-01 18:07:30', 544, NULL, '52.200.142.199'),
(16781, '2025-12-01 18:09:05', 150, NULL, '43.173.180.243'),
(16782, '2025-12-01 18:10:12', 368, NULL, '186.221.154.92'),
(16783, '2025-12-01 18:11:33', 409, NULL, '186.249.159.120'),
(16784, '2025-12-01 18:12:15', 377, NULL, '78.179.0.228'),
(16785, '2025-12-01 18:13:20', 547, NULL, '54.166.104.83'),
(16786, '2025-12-01 18:13:53', 553, NULL, '3.231.193.38'),
(16787, '2025-12-01 18:14:37', 105, NULL, '43.173.181.66'),
(16788, '2025-12-01 18:15:19', 546, NULL, '54.147.80.137'),
(16789, '2025-12-01 18:15:42', 560, NULL, '54.235.191.179'),
(16790, '2025-12-01 18:16:09', 311, NULL, '46.175.7.44'),
(16791, '2025-12-01 18:16:38', 556, NULL, '50.17.193.48'),
(16792, '2025-12-01 18:16:42', 559, NULL, '23.23.213.182'),
(16793, '2025-12-01 18:17:38', 569, NULL, '100.28.204.82'),
(16794, '2025-12-01 18:17:54', 161, NULL, '43.173.180.167'),
(16795, '2025-12-01 18:23:29', 498, NULL, '17.241.219.94'),
(16796, '2025-12-01 18:24:50', 338, NULL, '216.38.225.192'),
(16797, '2025-12-01 18:25:40', 575, NULL, '94.234.85.195'),
(16798, '2025-12-01 18:28:17', 575, NULL, '68.221.67.169'),
(16799, '2025-12-01 18:28:40', 361, NULL, '149.2.83.38'),
(16800, '2025-12-01 18:34:26', 151, NULL, '43.173.175.75'),
(16801, '2025-12-01 18:37:38', 560, NULL, '3.213.106.226'),
(16802, '2025-12-01 18:37:45', 154, NULL, '43.173.180.16'),
(16803, '2025-12-01 18:42:17', 155, NULL, '43.173.179.178'),
(16804, '2025-12-01 18:45:55', 246, NULL, '17.22.245.240'),
(16805, '2025-12-01 18:46:29', 566, NULL, '35.169.119.108'),
(16806, '2025-12-01 18:47:25', 571, NULL, '34.195.60.66'),
(16807, '2025-12-01 18:48:29', 567, NULL, '44.213.202.136'),
(16808, '2025-12-01 18:50:32', 558, NULL, '52.200.58.199'),
(16809, '2025-12-01 18:51:07', 246, NULL, '17.22.245.198'),
(16810, '2025-12-01 18:51:07', 354, NULL, '17.22.245.198'),
(16811, '2025-12-01 18:52:37', 569, NULL, '34.202.88.37'),
(16812, '2025-12-01 18:52:37', 561, NULL, '44.215.210.112'),
(16813, '2025-12-01 18:53:05', 460, NULL, '18.211.39.188'),
(16814, '2025-12-01 18:57:46', 158, NULL, '43.173.180.56'),
(16815, '2025-12-01 18:58:54', 160, NULL, '43.173.178.109'),
(16816, '2025-12-01 19:01:00', 127, NULL, '121.127.54.77'),
(16817, '2025-12-01 19:01:06', 561, NULL, '43.173.177.214'),
(16818, '2025-12-01 19:03:19', 532, NULL, '43.173.176.189'),
(16819, '2025-12-01 19:03:44', 410, NULL, '17.241.227.49'),
(16820, '2025-12-01 19:05:41', 545, NULL, '98.84.60.17'),
(16821, '2025-12-01 19:06:46', 456, NULL, '17.246.19.125'),
(16822, '2025-12-01 19:07:21', 246, NULL, '17.246.23.211'),
(16823, '2025-12-01 19:11:34', 587, NULL, '98.80.130.239'),
(16824, '2025-12-01 19:12:10', 284, NULL, '43.173.173.133'),
(16825, '2025-12-01 19:13:17', 548, NULL, '43.173.182.87'),
(16826, '2025-12-01 19:14:23', 616, NULL, '43.173.175.82'),
(16827, '2025-12-01 19:14:26', 243, NULL, '88.243.194.251'),
(16828, '2025-12-01 19:17:34', 566, NULL, '52.7.13.143'),
(16829, '2025-12-01 19:19:07', 246, NULL, '17.246.19.130'),
(16830, '2025-12-01 19:19:18', 555, NULL, '100.29.155.89'),
(16831, '2025-12-01 19:19:41', 547, NULL, '34.195.248.30'),
(16832, '2025-12-01 19:20:54', 546, NULL, '18.214.251.19'),
(16833, '2025-12-01 19:24:20', 448, NULL, '17.246.23.77'),
(16834, '2025-12-01 19:29:47', 140, NULL, '223.123.111.106'),
(16835, '2025-12-01 19:30:04', 194, NULL, '74.7.36.99'),
(16836, '2025-12-01 19:34:34', 565, NULL, '44.218.6.93'),
(16837, '2025-12-01 19:35:53', 571, NULL, '54.84.93.8'),
(16838, '2025-12-01 19:37:07', 500, NULL, '18.214.124.6'),
(16839, '2025-12-01 19:37:34', 245, NULL, '17.22.237.94'),
(16840, '2025-12-01 19:37:45', 551, NULL, '54.210.155.69'),
(16841, '2025-12-01 19:38:08', 573, NULL, '54.210.155.69'),
(16842, '2025-12-01 19:45:14', 328, NULL, '91.6.197.223'),
(16843, '2025-12-01 19:50:51', 31, NULL, '17.241.227.121'),
(16844, '2025-12-01 20:00:26', 564, NULL, '34.234.206.30'),
(16845, '2025-12-01 20:01:12', 570, NULL, '3.215.221.125'),
(16846, '2025-12-01 20:01:38', 566, NULL, '44.223.115.10'),
(16847, '2025-12-01 20:02:36', 381, NULL, '181.46.166.206'),
(16848, '2025-12-01 20:03:16', 529, NULL, '17.246.23.129'),
(16849, '2025-12-01 20:04:55', 563, NULL, '23.21.119.232'),
(16850, '2025-12-01 20:05:30', 545, NULL, '34.206.212.24'),
(16851, '2025-12-01 20:06:01', 582, NULL, '34.231.181.240'),
(16852, '2025-12-01 20:07:54', 560, NULL, '54.90.244.132'),
(16853, '2025-12-01 20:09:06', 160, NULL, '34.225.87.80'),
(16854, '2025-12-01 20:11:00', 268, NULL, '102.254.69.236'),
(16855, '2025-12-01 20:11:24', 547, NULL, '52.204.253.129'),
(16856, '2025-12-01 20:11:59', 562, NULL, '54.152.163.42'),
(16857, '2025-12-01 20:12:25', 460, NULL, '18.215.77.19'),
(16858, '2025-12-01 20:12:38', 404, NULL, '160.177.199.13'),
(16859, '2025-12-01 20:13:13', 310, NULL, '190.28.27.252'),
(16860, '2025-12-01 20:13:35', 160, NULL, '34.235.239.240'),
(16861, '2025-12-01 20:13:49', 551, NULL, '54.84.102.81'),
(16862, '2025-12-01 20:14:26', 561, NULL, '23.21.119.232'),
(16863, '2025-12-01 20:15:10', 560, NULL, '34.203.111.15'),
(16864, '2025-12-01 20:16:13', 555, NULL, '100.28.204.82'),
(16865, '2025-12-01 20:16:22', 460, NULL, '35.169.102.85'),
(16866, '2025-12-01 20:16:55', 565, NULL, '85.114.204.215'),
(16867, '2025-12-01 20:17:22', 553, NULL, '34.235.239.240'),
(16868, '2025-12-01 20:19:54', 546, NULL, '23.23.104.107'),
(16869, '2025-12-01 20:20:04', 569, NULL, '54.209.100.30'),
(16870, '2025-12-01 20:20:35', 161, NULL, '146.174.169.0'),
(16871, '2025-12-01 20:21:35', 557, NULL, '23.23.104.107'),
(16872, '2025-12-01 20:30:53', 625, NULL, '216.73.216.220'),
(16873, '2025-12-01 20:33:58', 550, NULL, '54.235.191.179'),
(16874, '2025-12-01 20:35:21', 571, NULL, '54.221.203.24'),
(16875, '2025-12-01 20:36:17', 555, NULL, '52.22.87.224'),
(16876, '2025-12-01 20:36:21', 562, NULL, '52.204.37.237'),
(16877, '2025-12-01 20:39:19', 567, NULL, '52.200.93.170'),
(16878, '2025-12-01 20:39:28', 458, NULL, '171.241.41.100'),
(16879, '2025-12-01 20:40:00', 463, NULL, '178.136.106.10'),
(16880, '2025-12-01 20:40:39', 201, NULL, '172.213.21.149'),
(16881, '2025-12-01 20:40:59', 407, NULL, '17.22.237.129'),
(16882, '2025-12-01 20:41:46', 548, NULL, '18.214.186.220'),
(16883, '2025-12-01 20:42:17', 246, NULL, '17.246.15.246'),
(16884, '2025-12-01 20:42:24', 356, NULL, '17.246.15.179'),
(16885, '2025-12-01 20:42:55', 189, NULL, '74.7.242.168'),
(16886, '2025-12-01 20:43:17', 551, NULL, '23.23.212.212'),
(16887, '2025-12-01 20:44:02', 572, NULL, '44.223.116.149'),
(16888, '2025-12-01 20:44:06', 572, NULL, '54.84.250.51'),
(16889, '2025-12-01 20:44:24', 494, NULL, '3.216.13.10'),
(16890, '2025-12-01 20:44:52', 541, NULL, '52.54.249.218'),
(16891, '2025-12-01 20:45:33', 245, NULL, '17.246.15.81'),
(16892, '2025-12-01 20:46:31', 575, NULL, '104.28.30.74'),
(16893, '2025-12-01 20:46:42', 553, NULL, '52.200.142.199'),
(16894, '2025-12-01 20:52:56', 445, NULL, '80.76.50.99'),
(16895, '2025-12-01 21:00:09', 542, NULL, '54.83.23.103'),
(16896, '2025-12-01 21:00:57', 246, NULL, '17.241.219.177'),
(16897, '2025-12-01 21:02:10', 560, NULL, '52.205.222.214'),
(16898, '2025-12-01 21:03:28', 213, NULL, '17.246.23.182'),
(16899, '2025-12-01 21:03:37', 558, NULL, '54.84.93.8'),
(16900, '2025-12-01 21:05:43', 309, NULL, '142.56.36.96'),
(16901, '2025-12-01 21:05:46', 556, NULL, '100.25.120.246'),
(16902, '2025-12-01 21:07:21', 569, NULL, '3.229.2.217'),
(16903, '2025-12-01 21:09:47', 509, NULL, '187.112.103.216'),
(16904, '2025-12-01 21:11:22', 554, NULL, '54.164.106.236'),
(16905, '2025-12-01 21:25:26', 616, NULL, '216.73.216.220'),
(16906, '2025-12-01 21:28:56', 500, NULL, '23.23.104.107'),
(16907, '2025-12-01 21:29:01', 548, NULL, '34.231.118.144'),
(16908, '2025-12-01 21:29:05', 568, NULL, '34.235.239.240'),
(16909, '2025-12-01 21:30:54', 623, NULL, '216.73.216.220'),
(16910, '2025-12-01 21:30:54', 622, NULL, '216.73.216.220'),
(16911, '2025-12-01 21:30:54', 621, NULL, '216.73.216.220'),
(16912, '2025-12-01 21:30:54', 614, NULL, '216.73.216.220'),
(16913, '2025-12-01 21:31:29', 617, NULL, '216.73.216.220'),
(16914, '2025-12-01 21:31:30', 620, NULL, '216.73.216.220'),
(16915, '2025-12-01 21:32:02', 574, NULL, '54.91.122.193'),
(16916, '2025-12-01 21:32:32', 327, NULL, '2.83.171.121'),
(16917, '2025-12-01 21:33:05', 558, NULL, '184.72.95.195'),
(16918, '2025-12-01 21:33:54', 618, NULL, '216.73.216.220'),
(16919, '2025-12-01 21:33:54', 624, NULL, '216.73.216.220'),
(16920, '2025-12-01 21:33:54', 615, NULL, '216.73.216.220'),
(16921, '2025-12-01 21:33:54', 619, NULL, '216.73.216.220'),
(16922, '2025-12-01 21:35:13', 572, NULL, '23.21.250.48'),
(16923, '2025-12-01 21:35:29', 556, NULL, '54.152.163.42'),
(16924, '2025-12-01 21:35:38', 566, NULL, '3.218.35.239'),
(16925, '2025-12-01 21:36:58', 543, NULL, '44.217.177.142'),
(16926, '2025-12-01 21:38:55', 500, NULL, '54.163.136.244'),
(16927, '2025-12-01 21:40:48', 541, NULL, '3.210.114.189'),
(16928, '2025-12-01 21:42:30', 562, NULL, '54.91.122.193'),
(16929, '2025-12-01 21:46:08', 432, NULL, '86.250.105.37'),
(16930, '2025-12-01 21:47:29', 557, NULL, '52.2.191.202'),
(16931, '2025-12-01 21:50:38', 388, NULL, '41.198.159.31'),
(16932, '2025-12-01 21:51:24', 377, NULL, '103.178.30.168'),
(16933, '2025-12-01 21:54:54', 327, NULL, '24.125.169.148'),
(16934, '2025-12-01 21:58:20', 338, NULL, '45.171.157.118'),
(16935, '2025-12-01 21:58:53', 565, NULL, '35.169.119.108'),
(16936, '2025-12-01 21:59:41', 548, NULL, '3.224.215.150'),
(16937, '2025-12-01 21:59:45', 160, NULL, '3.94.40.182'),
(16938, '2025-12-01 22:00:04', 460, NULL, '34.196.114.170'),
(16939, '2025-12-01 22:00:37', 564, NULL, '98.83.94.113'),
(16940, '2025-12-01 22:00:42', 545, NULL, '44.209.187.99'),
(16941, '2025-12-01 22:01:13', 564, NULL, '18.214.251.19'),
(16942, '2025-12-01 22:01:40', 541, NULL, '23.21.179.27'),
(16943, '2025-12-01 22:03:50', 128, NULL, '78.163.149.33'),
(16944, '2025-12-01 22:04:17', 246, NULL, '17.22.237.33'),
(16945, '2025-12-01 22:04:24', 559, NULL, '52.204.81.148'),
(16946, '2025-12-01 22:05:40', 554, NULL, '50.19.102.70'),
(16947, '2025-12-01 22:06:56', 220, NULL, '92.222.104.216'),
(16948, '2025-12-01 22:07:01', 567, NULL, '18.208.11.93'),
(16949, '2025-12-01 22:07:13', 580, NULL, '18.213.102.186'),
(16950, '2025-12-01 22:07:18', 566, NULL, '23.20.178.124'),
(16951, '2025-12-01 22:09:48', 273, NULL, '138.185.96.129'),
(16952, '2025-12-01 22:12:21', 128, NULL, '51.68.247.208'),
(16953, '2025-12-01 22:12:21', 127, NULL, '51.68.247.208'),
(16954, '2025-12-01 22:12:22', 362, NULL, '38.222.56.109'),
(16955, '2025-12-01 22:12:41', 176, NULL, '5.39.1.229'),
(16956, '2025-12-01 22:12:57', 356, NULL, '5.39.109.168'),
(16957, '2025-12-01 22:13:57', 368, NULL, '105.108.250.153'),
(16958, '2025-12-01 22:14:23', 543, NULL, '34.231.45.47'),
(16959, '2025-12-01 22:15:36', 494, NULL, '34.239.85.139'),
(16960, '2025-12-01 22:15:37', 494, NULL, '34.224.132.215'),
(16961, '2025-12-01 22:15:46', 566, NULL, '44.195.145.102'),
(16962, '2025-12-01 22:16:01', 559, NULL, '34.238.45.183'),
(16963, '2025-12-01 22:17:14', 558, NULL, '44.223.115.10'),
(16964, '2025-12-01 22:17:45', 550, NULL, '18.213.27.222'),
(16965, '2025-12-01 22:18:26', 547, NULL, '52.4.213.199'),
(16966, '2025-12-01 22:18:43', 610, NULL, '216.73.216.220'),
(16967, '2025-12-01 22:20:45', 324, NULL, '40.77.167.121'),
(16968, '2025-12-01 22:21:21', 546, NULL, '54.235.125.129'),
(16969, '2025-12-01 22:21:54', 279, NULL, '66.249.66.166'),
(16970, '2025-12-01 22:21:54', 280, NULL, '66.249.66.166'),
(16971, '2025-12-01 22:21:54', 282, NULL, '66.249.66.166'),
(16972, '2025-12-01 22:22:24', 404, NULL, '86.121.90.76'),
(16973, '2025-12-01 22:27:04', 246, NULL, '17.241.219.218'),
(16974, '2025-12-01 22:28:49', 562, NULL, '35.168.238.50'),
(16975, '2025-12-01 22:33:09', 563, NULL, '52.200.93.170'),
(16976, '2025-12-01 22:36:48', 545, NULL, '35.171.117.160'),
(16977, '2025-12-01 22:38:22', 133, NULL, '57.141.0.11'),
(16978, '2025-12-01 22:39:05', 553, NULL, '100.24.167.60'),
(16979, '2025-12-01 22:39:56', 447, NULL, '92.26.104.132'),
(16980, '2025-12-01 22:42:06', 577, NULL, '52.204.37.237'),
(16981, '2025-12-01 22:42:25', 551, NULL, '98.83.226.125'),
(16982, '2025-12-01 22:43:38', 383, NULL, '17.22.245.247'),
(16983, '2025-12-01 22:46:39', 315, NULL, '51.211.111.109'),
(16984, '2025-12-01 22:47:13', 161, NULL, '176.31.139.14'),
(16985, '2025-12-01 22:47:38', 580, NULL, '178.220.181.24'),
(16986, '2025-12-01 22:57:58', 517, NULL, '17.22.237.82'),
(16987, '2025-12-01 23:08:05', 244, NULL, '50.121.94.170'),
(16988, '2025-12-01 23:09:02', 100, NULL, '95.108.213.125'),
(16989, '2025-12-01 23:09:09', 488, NULL, '17.241.75.83'),
(16990, '2025-12-01 23:13:50', 458, NULL, '177.39.104.184'),
(16991, '2025-12-01 23:17:00', 381, NULL, '80.78.77.48'),
(16992, '2025-12-01 23:18:15', 399, NULL, '17.241.75.102'),
(16993, '2025-12-01 23:31:01', 453, NULL, '45.188.0.106'),
(16994, '2025-12-01 23:37:25', 362, NULL, '142.173.184.13'),
(16995, '2025-12-01 23:40:06', 245, NULL, '17.241.227.208'),
(16996, '2025-12-01 23:43:00', 48, NULL, '217.113.194.123'),
(16997, '2025-12-01 23:43:00', 41, NULL, '217.113.194.123'),
(16998, '2025-12-01 23:44:08', 567, NULL, '44.194.139.149'),
(16999, '2025-12-01 23:44:10', 42, NULL, '217.113.194.130'),
(17000, '2025-12-01 23:45:31', 46, NULL, '217.113.194.129'),
(17001, '2025-12-01 23:45:49', 543, NULL, '184.73.167.217'),
(17002, '2025-12-01 23:46:51', 65, NULL, '217.113.194.126'),
(17003, '2025-12-01 23:47:29', 588, NULL, '52.200.54.136'),
(17004, '2025-12-01 23:47:48', 559, NULL, '54.197.178.107'),
(17005, '2025-12-01 23:48:11', 37, NULL, '217.113.194.124'),
(17006, '2025-12-01 23:48:11', 434, NULL, '17.246.19.173'),
(17007, '2025-12-01 23:50:41', 45, NULL, '217.113.194.129'),
(17008, '2025-12-01 23:51:04', 554, NULL, '23.21.148.226'),
(17009, '2025-12-01 23:51:55', 38, NULL, '217.113.194.127'),
(17010, '2025-12-01 23:53:08', 49, NULL, '217.113.194.227'),
(17011, '2025-12-01 23:54:25', 47, NULL, '154.54.249.205'),
(17012, '2025-12-01 23:55:37', 39, NULL, '217.113.194.123'),
(17013, '2025-12-01 23:55:57', 545, NULL, '52.3.102.51'),
(17014, '2025-12-01 23:56:48', 562, NULL, '54.225.199.17'),
(17015, '2025-12-01 23:56:49', 34, NULL, '217.113.194.227'),
(17016, '2025-12-01 23:57:13', 544, NULL, '52.5.232.250'),
(17017, '2025-12-01 23:58:13', 561, NULL, '34.225.24.180'),
(17018, '2025-12-01 23:58:19', 362, NULL, '210.211.62.123'),
(17019, '2025-12-02 00:00:14', 29, NULL, '217.113.194.126'),
(17020, '2025-12-02 00:02:24', 309, NULL, '217.113.194.228'),
(17021, '2025-12-02 00:02:25', 546, NULL, '54.197.82.195'),
(17022, '2025-12-02 00:04:21', 416, NULL, '217.113.194.125'),
(17023, '2025-12-02 00:06:12', 357, NULL, '217.113.194.126'),
(17024, '2025-12-02 00:07:41', 21, NULL, '191.25.151.233'),
(17025, '2025-12-02 00:07:41', 22, NULL, '191.25.151.233'),
(17026, '2025-12-02 00:07:41', 23, NULL, '191.25.151.233'),
(17027, '2025-12-02 00:07:41', 24, NULL, '191.25.151.233'),
(17028, '2025-12-02 00:07:41', 27, NULL, '191.25.151.233'),
(17029, '2025-12-02 00:07:41', 29, NULL, '191.25.151.233'),
(17030, '2025-12-02 00:07:41', 31, NULL, '191.25.151.233'),
(17031, '2025-12-02 00:07:41', 33, NULL, '191.25.151.233'),
(17032, '2025-12-02 00:07:41', 34, NULL, '191.25.151.233'),
(17033, '2025-12-02 00:08:09', 336, NULL, '121.168.219.212'),
(17034, '2025-12-02 00:09:44', 139, NULL, '154.54.249.205'),
(17035, '2025-12-02 00:12:42', 611, NULL, '216.73.216.220'),
(17036, '2025-12-02 00:12:42', 612, NULL, '216.73.216.220'),
(17037, '2025-12-02 00:12:43', 609, NULL, '216.73.216.220'),
(17038, '2025-12-02 00:12:43', 613, NULL, '216.73.216.220'),
(17039, '2025-12-02 00:15:21', 323, NULL, '217.113.194.227'),
(17040, '2025-12-02 00:20:35', 215, NULL, '217.113.194.127'),
(17041, '2025-12-02 00:22:49', 38, NULL, '43.173.176.189'),
(17042, '2025-12-02 00:23:10', 198, NULL, '217.113.194.248'),
(17043, '2025-12-02 00:27:05', 425, NULL, '65.111.5.129'),
(17044, '2025-12-02 00:28:21', 551, NULL, '35.168.238.50'),
(17045, '2025-12-02 00:35:51', 322, NULL, '217.113.194.131'),
(17046, '2025-12-02 00:38:18', 458, NULL, '217.113.194.125'),
(17047, '2025-12-02 00:40:43', 623, NULL, '217.113.194.124'),
(17048, '2025-12-02 00:40:58', 246, NULL, '17.246.15.78'),
(17049, '2025-12-02 00:49:58', 194, NULL, '137.135.190.249'),
(17050, '2025-12-02 00:52:44', 554, NULL, '17.241.219.196'),
(17051, '2025-12-02 01:01:30', 89, NULL, '217.113.194.228'),
(17052, '2025-12-02 01:01:30', 88, NULL, '217.113.194.228'),
(17053, '2025-12-02 01:02:37', 566, NULL, '17.241.219.211'),
(17054, '2025-12-02 01:06:09', 37, NULL, '217.113.194.122'),
(17055, '2025-12-02 01:07:36', 37, NULL, '217.113.194.129'),
(17056, '2025-12-02 01:09:02', 37, NULL, '217.113.194.125'),
(17057, '2025-12-02 01:18:01', 43, NULL, '217.113.194.228'),
(17058, '2025-12-02 01:18:01', 37, NULL, '217.113.194.228'),
(17059, '2025-12-02 01:22:25', 334, NULL, '203.91.115.246'),
(17060, '2025-12-02 01:23:43', 428, NULL, '17.246.19.25'),
(17061, '2025-12-02 01:26:27', 310, NULL, '86.172.228.221'),
(17062, '2025-12-02 01:28:36', 463, NULL, '94.121.252.223'),
(17063, '2025-12-02 01:30:55', 630, NULL, '216.73.216.220'),
(17064, '2025-12-02 01:30:56', 628, NULL, '216.73.216.220'),
(17065, '2025-12-02 01:30:56', 629, NULL, '216.73.216.220'),
(17066, '2025-12-02 01:31:23', 639, 2, NULL),
(17067, '2025-12-02 01:31:23', 638, 2, NULL),
(17068, '2025-12-02 01:31:23', 637, 2, NULL),
(17069, '2025-12-02 01:31:34', 134, 2, NULL),
(17070, '2025-12-02 01:31:34', 135, 2, NULL),
(17071, '2025-12-02 01:31:34', 136, 2, NULL),
(17072, '2025-12-02 01:31:34', 636, 2, NULL),
(17073, '2025-12-02 01:31:34', 635, 2, NULL),
(17074, '2025-12-02 01:31:34', 634, 2, NULL),
(17075, '2025-12-02 01:32:00', 213, NULL, '17.241.219.12'),
(17076, '2025-12-02 01:34:43', 580, NULL, '34.233.219.155'),
(17077, '2025-12-02 01:38:53', 246, NULL, '146.70.136.20'),
(17078, '2025-12-02 01:40:34', 244, NULL, '52.167.144.157'),
(17079, '2025-12-02 01:43:15', 127, NULL, '45.42.191.180'),
(17080, '2025-12-02 01:48:48', 388, NULL, '45.168.205.127'),
(17081, '2025-12-02 01:51:07', 160, NULL, '92.222.104.223'),
(17082, '2025-12-02 01:51:34', 571, NULL, '17.246.15.175'),
(17083, '2025-12-02 01:57:15', 239, NULL, '113.188.88.117'),
(17084, '2025-12-02 02:00:08', 556, NULL, '17.241.219.179'),
(17085, '2025-12-02 02:04:54', 630, NULL, '216.73.216.22'),
(17086, '2025-12-02 02:04:54', 628, NULL, '216.73.216.22'),
(17087, '2025-12-02 02:04:55', 629, NULL, '216.73.216.22'),
(17088, '2025-12-02 02:05:57', 633, NULL, '216.73.216.22'),
(17089, '2025-12-02 02:06:25', 623, NULL, '34.231.118.144'),
(17090, '2025-12-02 02:07:14', 212, NULL, '170.246.44.64'),
(17091, '2025-12-02 02:08:55', 292, NULL, '202.76.178.152'),
(17092, '2025-12-02 02:10:23', 37, NULL, '217.113.194.248'),
(17093, '2025-12-02 02:10:52', 37, NULL, '217.113.194.123'),
(17094, '2025-12-02 02:11:20', 37, NULL, '217.113.194.131'),
(17095, '2025-12-02 02:12:21', 521, NULL, '73.235.194.149'),
(17096, '2025-12-02 02:12:54', 245, NULL, '17.246.23.109'),
(17097, '2025-12-02 02:14:48', 31, NULL, '43.173.173.141'),
(17098, '2025-12-02 02:17:33', 288, NULL, '190.233.177.107'),
(17099, '2025-12-02 02:30:29', 532, NULL, '17.246.15.228'),
(17100, '2025-12-02 02:34:56', 577, NULL, '52.3.104.214'),
(17101, '2025-12-02 02:35:10', 584, NULL, '54.235.125.129'),
(17102, '2025-12-02 02:35:45', 590, NULL, '44.213.202.136'),
(17103, '2025-12-02 02:43:55', 482, NULL, '45.190.212.124'),
(17104, '2025-12-02 02:46:39', 442, NULL, '17.241.227.93'),
(17105, '2025-12-02 02:49:21', 515, NULL, '17.241.75.161'),
(17106, '2025-12-02 02:50:07', 36, NULL, '217.113.194.128'),
(17107, '2025-12-02 02:50:07', 31, NULL, '217.113.194.128'),
(17108, '2025-12-02 02:50:07', 11, NULL, '217.113.194.128'),
(17109, '2025-12-02 02:50:14', 278, NULL, '47.82.11.52'),
(17110, '2025-12-02 02:52:57', 582, NULL, '52.45.15.233'),
(17111, '2025-12-02 02:53:16', 608, NULL, '44.217.177.142'),
(17112, '2025-12-02 02:53:56', 33, NULL, '217.113.194.127'),
(17113, '2025-12-02 02:54:06', 353, NULL, '66.249.66.75'),
(17114, '2025-12-02 02:55:17', 588, NULL, '34.227.156.153'),
(17115, '2025-12-02 02:58:01', 37, NULL, '217.113.194.126'),
(17116, '2025-12-02 02:59:07', 37, NULL, '154.54.249.205'),
(17117, '2025-12-02 02:59:30', 37, NULL, '217.113.194.227'),
(17118, '2025-12-02 03:00:04', 579, NULL, '66.249.66.77'),
(17119, '2025-12-02 03:07:03', 128, NULL, '217.113.194.124'),
(17120, '2025-12-02 03:07:03', 127, NULL, '217.113.194.124'),
(17121, '2025-12-02 03:07:53', 625, NULL, '45.187.125.22'),
(17122, '2025-12-02 03:15:29', 576, NULL, '52.205.113.104'),
(17123, '2025-12-02 03:15:53', 567, NULL, '100.29.164.178'),
(17124, '2025-12-02 03:16:44', 573, NULL, '3.219.81.66'),
(17125, '2025-12-02 03:18:00', 309, NULL, '137.255.97.4'),
(17126, '2025-12-02 03:21:13', 608, NULL, '54.163.169.168'),
(17127, '2025-12-02 03:23:38', 647, 2, NULL),
(17128, '2025-12-02 03:23:38', 646, 2, NULL),
(17129, '2025-12-02 03:23:38', 645, 2, NULL),
(17130, '2025-12-02 03:24:12', 644, 2, NULL),
(17131, '2025-12-02 03:24:12', 643, 2, NULL),
(17132, '2025-12-02 03:24:12', 642, 2, NULL),
(17133, '2025-12-02 03:24:25', 385, NULL, '66.249.66.12'),
(17134, '2025-12-02 03:24:43', 647, 17, NULL),
(17135, '2025-12-02 03:24:43', 132, 17, NULL),
(17136, '2025-12-02 03:24:43', 133, 17, NULL),
(17137, '2025-12-02 03:24:43', 646, 17, NULL),
(17138, '2025-12-02 03:24:43', 645, 17, NULL),
(17139, '2025-12-02 03:26:00', 419, NULL, '160.187.108.1'),
(17140, '2025-12-02 03:31:22', 441, NULL, '17.241.219.68'),
(17141, '2025-12-02 03:39:38', 648, 17, NULL),
(17142, '2025-12-02 03:40:44', 31, NULL, '217.113.194.228'),
(17143, '2025-12-02 03:42:29', 648, 1, NULL),
(17144, '2025-12-02 03:42:29', 132, 1, NULL),
(17145, '2025-12-02 03:42:29', 133, 1, NULL),
(17146, '2025-12-02 03:42:29', 647, 1, NULL),
(17147, '2025-12-02 03:42:29', 646, 1, NULL),
(17148, '2025-12-02 03:45:19', 574, NULL, '23.23.212.212'),
(17149, '2025-12-02 03:50:19', 134, 17, NULL),
(17150, '2025-12-02 03:50:19', 135, 17, NULL),
(17151, '2025-12-02 03:50:19', 136, 17, NULL),
(17152, '2025-12-02 03:50:19', 644, 17, NULL),
(17153, '2025-12-02 03:50:19', 643, 17, NULL),
(17154, '2025-12-02 03:50:20', 642, 17, NULL),
(17155, '2025-12-02 03:50:20', 641, 17, NULL),
(17156, '2025-12-02 03:50:20', 640, 17, NULL),
(17157, '2025-12-02 03:50:32', 639, 17, NULL),
(17158, '2025-12-02 03:50:32', 638, 17, NULL),
(17159, '2025-12-02 03:50:32', 637, 17, NULL),
(17160, '2025-12-02 03:52:05', 160, NULL, '17.22.253.15'),
(17161, '2025-12-02 03:52:24', 587, NULL, '3.215.59.93'),
(17162, '2025-12-02 03:54:30', 579, NULL, '34.239.85.139'),
(17163, '2025-12-02 03:54:37', 134, 1, NULL),
(17164, '2025-12-02 03:54:37', 135, 1, NULL),
(17165, '2025-12-02 03:54:37', 136, 1, NULL),
(17166, '2025-12-02 03:54:37', 645, 1, NULL),
(17167, '2025-12-02 03:54:37', 644, 1, NULL),
(17168, '2025-12-02 03:54:37', 643, 1, NULL),
(17169, '2025-12-02 03:54:56', 582, NULL, '52.2.83.227'),
(17170, '2025-12-02 03:55:03', 577, NULL, '3.89.176.255'),
(17171, '2025-12-02 03:56:00', 448, NULL, '66.249.66.168'),
(17172, '2025-12-02 03:57:03', 649, 17, NULL),
(17173, '2025-12-02 03:58:58', 280, NULL, '112.198.104.227'),
(17174, '2025-12-02 04:02:52', 35, NULL, '217.113.194.123'),
(17175, '2025-12-02 04:04:09', 37, NULL, '217.113.194.127'),
(17176, '2025-12-02 04:05:11', 213, NULL, '17.22.245.212'),
(17177, '2025-12-02 04:06:08', 552, NULL, '66.249.66.12'),
(17178, '2025-12-02 04:07:41', 640, NULL, '216.73.216.22'),
(17179, '2025-12-02 04:08:04', 509, NULL, '187.246.31.203'),
(17180, '2025-12-02 04:09:29', 558, NULL, '17.246.23.162'),
(17181, '2025-12-02 04:11:17', 575, NULL, '18.214.124.6'),
(17182, '2025-12-02 04:14:57', 619, NULL, '100.29.34.97'),
(17183, '2025-12-02 04:15:26', 578, NULL, '50.16.72.185'),
(17184, '2025-12-02 04:19:20', 588, NULL, '18.232.36.1'),
(17185, '2025-12-02 04:19:44', 103, NULL, '57.141.0.65'),
(17186, '2025-12-02 04:20:13', 7, NULL, '154.54.249.205'),
(17187, '2025-12-02 04:20:32', 580, NULL, '98.82.39.241'),
(17188, '2025-12-02 04:25:21', 160, NULL, '40.77.167.126'),
(17189, '2025-12-02 04:28:14', 372, NULL, '43.173.174.16'),
(17190, '2025-12-02 04:31:23', 453, NULL, '121.101.131.49'),
(17191, '2025-12-02 04:34:11', 433, NULL, '66.249.66.77'),
(17192, '2025-12-02 04:36:03', 35, NULL, '217.113.194.126'),
(17193, '2025-12-02 04:41:12', 166, NULL, '47.82.11.80'),
(17194, '2025-12-02 04:42:37', 575, NULL, '52.54.249.218'),
(17195, '2025-12-02 04:43:54', 637, NULL, '216.73.216.22'),
(17196, '2025-12-02 04:44:01', 584, NULL, '18.214.138.148'),
(17197, '2025-12-02 04:45:29', 586, NULL, '18.213.102.186'),
(17198, '2025-12-02 04:48:32', 574, NULL, '184.73.195.18'),
(17199, '2025-12-02 04:53:52', 608, NULL, '66.249.66.36'),
(17200, '2025-12-02 05:01:21', 36, NULL, '154.54.249.205'),
(17201, '2025-12-02 05:03:23', 478, NULL, '17.241.219.88'),
(17202, '2025-12-02 05:04:29', 514, NULL, '177.192.18.93'),
(17203, '2025-12-02 05:05:25', 265, NULL, '189.69.254.116'),
(17204, '2025-12-02 05:09:51', 494, NULL, '17.241.75.178'),
(17205, '2025-12-02 05:10:18', 342, NULL, '103.120.253.43'),
(17206, '2025-12-02 05:12:16', 578, NULL, '100.28.44.58'),
(17207, '2025-12-02 05:16:36', 29, NULL, '154.54.249.205'),
(17208, '2025-12-02 05:17:13', 398, NULL, '217.113.194.130'),
(17209, '2025-12-02 05:17:32', 179, NULL, '217.113.194.125'),
(17210, '2025-12-02 05:17:50', 635, NULL, '216.73.216.22'),
(17211, '2025-12-02 05:17:50', 636, NULL, '216.73.216.22'),
(17212, '2025-12-02 05:17:51', 170, NULL, '217.113.194.126'),
(17213, '2025-12-02 05:18:11', 377, NULL, '154.54.249.205'),
(17214, '2025-12-02 05:18:16', 523, NULL, '185.97.95.147'),
(17215, '2025-12-02 05:18:30', 136, NULL, '217.113.194.125'),
(17216, '2025-12-02 05:18:49', 391, NULL, '217.113.194.227'),
(17217, '2025-12-02 05:19:08', 138, NULL, '154.54.249.205'),
(17218, '2025-12-02 05:19:26', 154, NULL, '217.113.194.228'),
(17219, '2025-12-02 05:19:45', 400, NULL, '217.113.194.128'),
(17220, '2025-12-02 05:20:04', 47, NULL, '217.113.194.228'),
(17221, '2025-12-02 05:20:09', 588, NULL, '3.90.73.206'),
(17222, '2025-12-02 05:20:23', 306, NULL, '154.54.249.205'),
(17223, '2025-12-02 05:20:41', 427, NULL, '217.113.194.124'),
(17224, '2025-12-02 05:21:00', 378, NULL, '217.113.194.131'),
(17225, '2025-12-02 05:21:20', 342, NULL, '217.113.194.227'),
(17226, '2025-12-02 05:21:40', 319, NULL, '217.113.194.129'),
(17227, '2025-12-02 05:21:58', 261, NULL, '217.113.194.127'),
(17228, '2025-12-02 05:22:01', 567, NULL, '34.192.67.98'),
(17229, '2025-12-02 05:22:17', 266, NULL, '217.113.194.248'),
(17230, '2025-12-02 05:22:36', 425, NULL, '217.113.194.127'),
(17231, '2025-12-02 05:22:57', 365, NULL, '217.113.194.248'),
(17232, '2025-12-02 05:23:16', 338, NULL, '84.54.71.55'),
(17233, '2025-12-02 05:23:16', 260, NULL, '217.113.194.122'),
(17234, '2025-12-02 05:23:35', 352, NULL, '217.113.194.122'),
(17235, '2025-12-02 05:23:54', 166, NULL, '217.113.194.127'),
(17236, '2025-12-02 05:24:14', 305, NULL, '154.54.249.205'),
(17237, '2025-12-02 05:24:35', 414, NULL, '154.54.249.205'),
(17238, '2025-12-02 05:24:55', 270, NULL, '217.113.194.125'),
(17239, '2025-12-02 05:25:13', 137, NULL, '217.113.194.123'),
(17240, '2025-12-02 05:25:35', 213, NULL, '217.113.194.227'),
(17241, '2025-12-02 05:25:53', 329, NULL, '217.113.194.123'),
(17242, '2025-12-02 05:26:12', 404, NULL, '217.113.194.227'),
(17243, '2025-12-02 05:26:31', 338, NULL, '217.113.194.130'),
(17244, '2025-12-02 05:26:50', 190, NULL, '217.113.194.128'),
(17245, '2025-12-02 05:27:10', 271, NULL, '154.54.249.205'),
(17246, '2025-12-02 05:27:29', 360, NULL, '217.113.194.124'),
(17247, '2025-12-02 05:27:48', 264, NULL, '217.113.194.123'),
(17248, '2025-12-02 05:28:06', 330, NULL, '217.113.194.227'),
(17249, '2025-12-02 05:28:25', 415, NULL, '217.113.194.130'),
(17250, '2025-12-02 05:28:45', 189, NULL, '217.113.194.123'),
(17251, '2025-12-02 05:29:04', 340, NULL, '217.113.194.227'),
(17252, '2025-12-02 05:29:22', 324, NULL, '217.113.194.131'),
(17253, '2025-12-02 05:29:42', 246, NULL, '217.113.194.128'),
(17254, '2025-12-02 05:29:48', 375, NULL, '24.88.255.128'),
(17255, '2025-12-02 05:30:01', 370, NULL, '217.113.194.122'),
(17256, '2025-12-02 05:30:21', 212, NULL, '217.113.194.126'),
(17257, '2025-12-02 05:30:40', 140, NULL, '217.113.194.123'),
(17258, '2025-12-02 05:30:56', 470, NULL, '17.241.227.18'),
(17259, '2025-12-02 05:31:00', 194, NULL, '217.113.194.248'),
(17260, '2025-12-02 05:31:18', 173, NULL, '217.113.194.123'),
(17261, '2025-12-02 05:31:37', 199, NULL, '217.113.194.125'),
(17262, '2025-12-02 05:31:56', 193, NULL, '217.113.194.227'),
(17263, '2025-12-02 05:32:15', 223, NULL, '66.249.66.200'),
(17264, '2025-12-02 05:32:15', 172, NULL, '217.113.194.123'),
(17265, '2025-12-02 05:32:34', 335, NULL, '217.113.194.122'),
(17266, '2025-12-02 05:32:52', 237, NULL, '217.113.194.126'),
(17267, '2025-12-02 05:33:10', 387, NULL, '217.113.194.122'),
(17268, '2025-12-02 05:33:29', 149, NULL, '217.113.194.124'),
(17269, '2025-12-02 05:33:48', 222, NULL, '217.113.194.126'),
(17270, '2025-12-02 05:34:07', 361, NULL, '217.113.194.122'),
(17271, '2025-12-02 05:34:27', 321, NULL, '154.54.249.205'),
(17272, '2025-12-02 05:34:45', 156, NULL, '154.54.249.205'),
(17273, '2025-12-02 05:35:04', 317, NULL, '217.113.194.127'),
(17274, '2025-12-02 05:35:23', 315, NULL, '154.54.249.205'),
(17275, '2025-12-02 05:35:43', 402, NULL, '217.113.194.124'),
(17276, '2025-12-02 05:36:01', 292, NULL, '217.113.194.122'),
(17277, '2025-12-02 05:36:20', 45, NULL, '217.113.194.123'),
(17278, '2025-12-02 05:36:40', 277, NULL, '217.113.194.123'),
(17279, '2025-12-02 05:36:58', 386, NULL, '217.113.194.126'),
(17280, '2025-12-02 05:37:17', 367, NULL, '217.113.194.122'),
(17281, '2025-12-02 05:37:37', 133, NULL, '217.113.194.123'),
(17282, '2025-12-02 05:37:38', 650, NULL, '216.73.216.22'),
(17283, '2025-12-02 05:37:56', 256, NULL, '217.113.194.128'),
(17284, '2025-12-02 05:38:15', 313, NULL, '217.113.194.248'),
(17285, '2025-12-02 05:38:26', 574, NULL, '34.236.41.241'),
(17286, '2025-12-02 05:38:34', 359, NULL, '217.113.194.127'),
(17287, '2025-12-02 05:38:53', 148, NULL, '217.113.194.122'),
(17288, '2025-12-02 05:39:14', 403, NULL, '217.113.194.127'),
(17289, '2025-12-02 05:39:39', 202, NULL, '217.113.194.122'),
(17290, '2025-12-02 05:39:59', 408, NULL, '217.113.194.124'),
(17291, '2025-12-02 05:40:17', 143, NULL, '217.113.194.228'),
(17292, '2025-12-02 05:40:39', 339, NULL, '217.113.194.125'),
(17293, '2025-12-02 05:41:03', 205, NULL, '217.113.194.124'),
(17294, '2025-12-02 05:41:21', 196, NULL, '154.54.249.205'),
(17295, '2025-12-02 05:41:40', 278, NULL, '217.113.194.248'),
(17296, '2025-12-02 05:41:58', 254, NULL, '217.113.194.125'),
(17297, '2025-12-02 05:42:17', 406, NULL, '217.113.194.127'),
(17298, '2025-12-02 05:42:36', 407, NULL, '217.113.194.127'),
(17299, '2025-12-02 05:42:54', 214, NULL, '217.113.194.126'),
(17300, '2025-12-02 05:43:13', 364, NULL, '217.113.194.122'),
(17301, '2025-12-02 05:43:31', 397, NULL, '217.113.194.228'),
(17302, '2025-12-02 05:43:50', 177, NULL, '217.113.194.126'),
(17303, '2025-12-02 05:43:54', 567, NULL, '23.23.214.190'),
(17304, '2025-12-02 05:44:09', 366, NULL, '217.113.194.126'),
(17305, '2025-12-02 05:44:29', 273, NULL, '217.113.194.228'),
(17306, '2025-12-02 05:44:48', 385, NULL, '217.113.194.125'),
(17307, '2025-12-02 05:45:06', 401, NULL, '217.113.194.123'),
(17308, '2025-12-02 05:45:26', 155, NULL, '217.113.194.130'),
(17309, '2025-12-02 05:45:44', 316, NULL, '217.113.194.228'),
(17310, '2025-12-02 05:46:03', 128, NULL, '217.113.194.128'),
(17311, '2025-12-02 05:46:22', 288, NULL, '217.113.194.128'),
(17312, '2025-12-02 05:46:40', 135, NULL, '217.113.194.227'),
(17313, '2025-12-02 05:47:00', 399, NULL, '217.113.194.127'),
(17314, '2025-12-02 05:47:19', 405, NULL, '217.113.194.227'),
(17315, '2025-12-02 05:47:39', 192, NULL, '217.113.194.124'),
(17316, '2025-12-02 05:48:01', 283, NULL, '217.113.194.125'),
(17317, '2025-12-02 05:48:23', 390, NULL, '217.113.194.129'),
(17318, '2025-12-02 05:48:42', 368, NULL, '217.113.194.128'),
(17319, '2025-12-02 05:49:02', 251, NULL, '154.54.249.205'),
(17320, '2025-12-02 05:49:21', 183, NULL, '217.113.194.228'),
(17321, '2025-12-02 05:49:41', 395, NULL, '217.113.194.127'),
(17322, '2025-12-02 05:49:59', 285, NULL, '217.113.194.125'),
(17323, '2025-12-02 05:50:19', 298, NULL, '217.113.194.227'),
(17324, '2025-12-02 05:50:38', 168, NULL, '217.113.194.130'),
(17325, '2025-12-02 05:50:57', 282, NULL, '217.113.194.122'),
(17326, '2025-12-02 05:51:19', 392, NULL, '217.113.194.227'),
(17327, '2025-12-02 05:51:38', 157, NULL, '217.113.194.227'),
(17328, '2025-12-02 05:51:57', 389, NULL, '217.113.194.123'),
(17329, '2025-12-02 05:51:59', 577, NULL, '3.213.85.234'),
(17330, '2025-12-02 05:52:03', 578, NULL, '98.84.70.201'),
(17331, '2025-12-02 05:52:20', 621, NULL, '66.249.66.77'),
(17332, '2025-12-02 05:53:18', 101, NULL, '85.208.96.200'),
(17333, '2025-12-02 05:59:38', 340, NULL, '110.38.207.253'),
(17334, '2025-12-02 06:10:53', 573, NULL, '52.6.232.201'),
(17335, '2025-12-02 06:12:29', 577, NULL, '3.219.81.66'),
(17336, '2025-12-02 06:12:50', 590, NULL, '52.204.81.148'),
(17337, '2025-12-02 06:14:34', 427, NULL, '17.246.15.122'),
(17338, '2025-12-02 06:16:55', 608, NULL, '44.194.134.53'),
(17339, '2025-12-02 06:18:52', 31, NULL, '43.173.176.138'),
(17340, '2025-12-02 06:19:03', 584, NULL, '18.205.213.231'),
(17341, '2025-12-02 06:19:05', 590, NULL, '3.212.219.113'),
(17342, '2025-12-02 06:21:12', 582, NULL, '3.93.211.16'),
(17343, '2025-12-02 06:21:18', 618, NULL, '54.85.109.140'),
(17344, '2025-12-02 06:21:51', 567, NULL, '3.225.9.97'),
(17345, '2025-12-02 06:25:50', 615, NULL, '66.249.66.13'),
(17346, '2025-12-02 06:26:35', 194, NULL, '66.249.66.200'),
(17347, '2025-12-02 06:29:41', 335, NULL, '66.249.66.36'),
(17348, '2025-12-02 06:32:22', 274, NULL, '20.215.214.30'),
(17349, '2025-12-02 06:33:52', 438, NULL, '45.115.113.46'),
(17350, '2025-12-02 06:40:22', 580, NULL, '44.218.170.184'),
(17351, '2025-12-02 06:48:35', 507, NULL, '175.176.87.17'),
(17352, '2025-12-02 06:52:37', 359, NULL, '143.208.174.222'),
(17353, '2025-12-02 06:56:32', 361, NULL, '66.249.66.201'),
(17354, '2025-12-02 06:58:17', 283, NULL, '202.76.139.76'),
(17355, '2025-12-02 07:03:54', 330, NULL, '113.188.19.136'),
(17356, '2025-12-02 07:05:13', 560, NULL, '131.108.120.49'),
(17357, '2025-12-02 07:06:33', 433, NULL, '66.249.66.202'),
(17358, '2025-12-02 07:08:04', 506, NULL, '185.122.255.114'),
(17359, '2025-12-02 07:08:39', 7, NULL, '52.167.144.197'),
(17360, '2025-12-02 07:08:48', 550, NULL, '17.246.15.56'),
(17361, '2025-12-02 07:08:55', 634, NULL, '216.73.216.22'),
(17362, '2025-12-02 07:08:56', 652, NULL, '216.73.216.22'),
(17363, '2025-12-02 07:11:20', 331, NULL, '209.128.210.140'),
(17364, '2025-12-02 07:12:32', 450, NULL, '103.87.27.142'),
(17365, '2025-12-02 07:13:34', 267, NULL, '74.105.240.26'),
(17366, '2025-12-02 07:13:42', 360, NULL, '57.141.0.35'),
(17367, '2025-12-02 07:17:38', 573, NULL, '35.171.117.160'),
(17368, '2025-12-02 07:17:57', 574, NULL, '44.221.37.41'),
(17369, '2025-12-02 07:18:04', 574, NULL, '3.216.227.216'),
(17370, '2025-12-02 07:18:53', 582, NULL, '98.84.60.17'),
(17371, '2025-12-02 07:19:00', 575, NULL, '100.27.153.9'),
(17372, '2025-12-02 07:20:45', 588, NULL, '35.171.117.160'),
(17373, '2025-12-02 07:21:45', 39, NULL, '43.173.182.230'),
(17374, '2025-12-02 07:23:32', 457, NULL, '17.246.23.126'),
(17375, '2025-12-02 07:26:28', 642, NULL, '216.73.216.22'),
(17376, '2025-12-02 07:26:28', 648, NULL, '216.73.216.22'),
(17377, '2025-12-02 07:27:16', 207, NULL, '57.141.0.18'),
(17378, '2025-12-02 07:28:49', 572, NULL, '17.22.245.157'),
(17379, '2025-12-02 07:29:30', 213, NULL, '38.3.230.4'),
(17380, '2025-12-02 07:29:33', 573, NULL, '44.206.65.8'),
(17381, '2025-12-02 07:32:38', 584, NULL, '3.94.199.128'),
(17382, '2025-12-02 07:36:12', 448, NULL, '66.249.66.76'),
(17383, '2025-12-02 07:36:57', 159, NULL, '57.141.0.38'),
(17384, '2025-12-02 07:38:44', 483, NULL, '57.141.0.60'),
(17385, '2025-12-02 07:38:53', 578, NULL, '44.217.177.142'),
(17386, '2025-12-02 07:48:44', 360, NULL, '57.141.0.25'),
(17387, '2025-12-02 07:51:34', 381, NULL, '17.22.253.121'),
(17388, '2025-12-02 07:52:00', 308, NULL, '5.163.90.192'),
(17389, '2025-12-02 07:54:05', 440, NULL, '172.58.210.210'),
(17390, '2025-12-02 07:54:39', 245, NULL, '17.246.19.100'),
(17391, '2025-12-02 07:56:47', 393, NULL, '45.189.56.33'),
(17392, '2025-12-02 08:01:09', 436, NULL, '170.82.113.50'),
(17393, '2025-12-02 08:02:27', 331, NULL, '37.239.35.5'),
(17394, '2025-12-02 08:02:35', 518, NULL, '52.70.209.13'),
(17395, '2025-12-02 08:05:34', 575, NULL, '98.83.10.183'),
(17396, '2025-12-02 08:05:44', 582, NULL, '44.218.6.93'),
(17397, '2025-12-02 08:09:10', 580, NULL, '54.80.73.122'),
(17398, '2025-12-02 08:10:26', 590, NULL, '107.20.224.184'),
(17399, '2025-12-02 08:13:42', 35, NULL, '40.77.167.13'),
(17400, '2025-12-02 08:13:56', 245, NULL, '17.246.23.6'),
(17401, '2025-12-02 08:15:29', 506, NULL, '45.165.3.156'),
(17402, '2025-12-02 08:15:39', 186, NULL, '102.0.20.114'),
(17403, '2025-12-02 08:18:36', 359, NULL, '177.10.216.51'),
(17404, '2025-12-02 08:20:25', 360, NULL, '57.141.0.21'),
(17405, '2025-12-02 08:24:51', 482, NULL, '178.95.210.105'),
(17406, '2025-12-02 08:27:15', 360, NULL, '57.141.0.17'),
(17407, '2025-12-02 08:28:49', 608, NULL, '44.205.180.155'),
(17408, '2025-12-02 08:30:01', 586, NULL, '34.192.125.239'),
(17409, '2025-12-02 08:33:09', 576, NULL, '3.227.180.70'),
(17410, '2025-12-02 08:33:26', 565, NULL, '152.56.21.166'),
(17411, '2025-12-02 08:37:30', 574, NULL, '98.82.214.73'),
(17412, '2025-12-02 08:39:37', 586, NULL, '18.210.58.238'),
(17413, '2025-12-02 08:44:49', 130, NULL, '185.191.171.14'),
(17414, '2025-12-02 08:46:13', 360, NULL, '57.141.0.20'),
(17415, '2025-12-02 08:46:34', 360, NULL, '57.141.0.58'),
(17416, '2025-12-02 08:52:28', 360, NULL, '57.141.0.32'),
(17417, '2025-12-02 08:59:00', 270, NULL, '57.141.0.14'),
(17418, '2025-12-02 09:00:34', 573, NULL, '52.203.237.170'),
(17419, '2025-12-02 09:00:59', 407, NULL, '37.203.18.33'),
(17420, '2025-12-02 09:01:14', 567, NULL, '44.215.231.15'),
(17421, '2025-12-02 09:05:59', 579, NULL, '184.72.84.154'),
(17422, '2025-12-02 09:06:10', 567, NULL, '44.217.177.142'),
(17423, '2025-12-02 09:06:34', 465, NULL, '88.147.47.130'),
(17424, '2025-12-02 09:16:52', 360, NULL, '57.141.0.59'),
(17425, '2025-12-02 09:21:24', 358, NULL, '12.74.54.131'),
(17426, '2025-12-02 09:25:53', 372, NULL, '43.173.174.230'),
(17427, '2025-12-02 09:26:30', 624, NULL, '52.200.93.170'),
(17428, '2025-12-02 09:26:53', 579, NULL, '18.205.91.101'),
(17429, '2025-12-02 09:27:20', 578, NULL, '34.194.95.99'),
(17430, '2025-12-02 09:29:09', 628, NULL, '103.176.19.156'),
(17431, '2025-12-02 09:29:21', 586, NULL, '44.216.172.204'),
(17432, '2025-12-02 09:30:16', 130, NULL, '43.173.181.2'),
(17433, '2025-12-02 09:30:30', 360, NULL, '57.141.0.47'),
(17434, '2025-12-02 09:35:10', 490, NULL, '52.71.203.206');

-- --------------------------------------------------------

--
-- Table structure for table `reports`
--

CREATE TABLE `reports` (
  `report_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `reason` text NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `reports_categories`
--

CREATE TABLE `reports_categories` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(256) NOT NULL,
  `category_description` text NOT NULL,
  `category_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `reports_categories`
--

INSERT INTO `reports_categories` (`category_id`, `category_parent_id`, `category_name`, `category_description`, `category_order`) VALUES
(1, 0, 'Nudity', '', 1),
(2, 0, 'Violence', '', 2),
(3, 0, 'Harassment', '', 3),
(4, 0, 'Suicide or Self-Injury', '', 4),
(5, 0, 'False Information', '', 5),
(6, 0, 'Spam', '', 6),
(7, 0, 'Unauthorized Sales', '', 7),
(8, 0, 'Hate Speech', '', 8),
(9, 0, 'Terrorism', '', 9),
(10, 0, 'Something Else', '', 10);

-- --------------------------------------------------------

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `review_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `rate` smallint(6) NOT NULL,
  `review` text NOT NULL,
  `reply` text DEFAULT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`review_id`, `node_id`, `node_type`, `user_id`, `rate`, `review`, `reply`, `time`) VALUES
(1, 6, 'post', 17, 4, 'awesome', NULL, '2025-09-29 05:56:50');

-- --------------------------------------------------------

--
-- Table structure for table `reviews_photos`
--

CREATE TABLE `reviews_photos` (
  `photo_id` int(10) UNSIGNED NOT NULL,
  `review_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `reviews_photos`
--

INSERT INTO `reviews_photos` (`photo_id`, `review_id`, `source`) VALUES
(1, 1, 'photos/2025/09/mxbook_d3f260e0c7361cfe59835c460519788b.jpeg');

-- --------------------------------------------------------

--
-- Table structure for table `shopping_cart`
--

CREATE TABLE `shopping_cart` (
  `id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `product_post_id` int(10) UNSIGNED NOT NULL,
  `quantity` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sneak_peaks`
--

CREATE TABLE `sneak_peaks` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `static_pages`
--

CREATE TABLE `static_pages` (
  `page_id` int(10) UNSIGNED NOT NULL,
  `page_title` varchar(256) NOT NULL,
  `page_is_redirect` enum('0','1') NOT NULL DEFAULT '0',
  `page_redirect_url` varchar(256) DEFAULT NULL,
  `page_url` varchar(64) DEFAULT NULL,
  `page_text` mediumtext NOT NULL,
  `page_in_footer` enum('0','1') NOT NULL DEFAULT '1',
  `page_in_sidebar` enum('0','1') NOT NULL DEFAULT '0',
  `page_icon` varchar(256) DEFAULT NULL,
  `page_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `static_pages`
--

INSERT INTO `static_pages` (`page_id`, `page_title`, `page_is_redirect`, `page_redirect_url`, `page_url`, `page_text`, `page_in_footer`, `page_in_sidebar`, `page_icon`, `page_order`) VALUES
(1, 'About', '0', NULL, 'about', '&lt;h3 style=&quot;text-align: left;&quot;&gt;Welcome to MxBook: Your Gateway to Connection and Discovery&lt;/h3&gt;\r\n&lt;p&gt;At MxBook, we believe in the power of meaningful connections and engaging conversations. Whether you&amp;rsquo;re sharing your latest adventures, reconnecting with old friends, or discovering inspiring content from around the world, MxBook offers a personalized space for you to express yourself.&lt;/p&gt;\r\n&lt;p&gt;Our intuitive interface ensures seamless navigation, keeping you connected with what matters most. Join our diverse community where every interaction is an opportunity to learn, grow, and connect. MxBook is your platform to share stories, explore new perspectives, and create lasting memories.&lt;/p&gt;\r\n&lt;h3&gt;Explore, Share, Connect&lt;/h3&gt;\r\n&lt;p&gt;At MxBook, individuality and collective experiences are celebrated. Dive into a world of endless possibilities and start your journey of social discovery. Here, every moment is an opportunity to connect and share your unique story.&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;&lt;strong&gt;Personalized Feed&lt;/strong&gt;: Tailor your experience with a feed that reflects your interests.&lt;/li&gt;\r\n&lt;li&gt;&lt;strong&gt;Global Community&lt;/strong&gt;: Connect with people from different backgrounds and cultures.&lt;/li&gt;\r\n&lt;li&gt;&lt;strong&gt;Interactive Features&lt;/strong&gt;: Enjoy dynamic tools for sharing and engaging with content.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;\r\n&lt;h3&gt;Join Us Today&lt;/h3&gt;\r\n&lt;p&gt;Embark on a journey where your story unfolds with every post, like, and comment. Welcome to MxBook, where your social experience begins, and every interaction is a chance to forge lasting connections. Let&#039;s create a vibrant community together.&lt;/p&gt;', '1', '0', '', 1),
(2, 'Terms', '0', NULL, 'terms', '&lt;p&gt;Welcome to MxBook, a service provided by MxBook (&quot;Company&quot;). These Terms of Service (&quot;Terms&quot;) govern your access and use of the MxBook website (&lt;a href=&quot;https://mxbook.mimeld.com/&quot; target=&quot;_new&quot; rel=&quot;noreferrer&quot;&gt;https://mxbook.mimeld.com&lt;/a&gt;) and any related services (collectively, the &quot;Site&quot;). By accessing or using the Site, you agree to be bound by these Terms. If you do not agree with these Terms, please do not use the Site.&lt;/p&gt;\r\n&lt;h3&gt;1. Acceptance of Terms&lt;/h3&gt;\r\n&lt;p&gt;By accessing or using the Site, you represent that you have the authority and capacity to enter into these Terms. You must be at least 18 years of age to use the Site. If you disagree with any provision of these Terms, do not log into or use the Site.&lt;/p&gt;\r\n&lt;h3&gt;2. Access to the Site&lt;/h3&gt;\r\n&lt;p&gt;&lt;strong&gt;2.1 License&lt;/strong&gt;&lt;br&gt;Subject to these Terms, the Company grants you a non-transferable, non-exclusive, revocable, limited license to access the Site solely for your personal, non-commercial use.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;2.2 Certain Restrictions&lt;/strong&gt;&lt;br&gt;The rights granted to you in these Terms are subject to the following restrictions:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;(a) You shall not sell, rent, lease, transfer, assign, distribute, host, or otherwise commercially exploit the Site;&lt;/li&gt;\r\n&lt;li&gt;(b) You shall not modify, make derivative works of, disassemble, reverse compile or reverse engineer any part of the Site;&lt;/li&gt;\r\n&lt;li&gt;(c) You shall not access the Site to build a similar or competitive website;&lt;/li&gt;\r\n&lt;li&gt;(d) No part of the Site may be copied, reproduced, distributed, republished, downloaded, displayed, posted or transmitted in any form or by any means, except as expressly stated herein.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;&lt;strong&gt;2.3 Changes and Discontinuation&lt;/strong&gt;&lt;br&gt;Company reserves the right to change, suspend, or discontinue the Site with or without notice. You agree that the Company will not be liable to you or any third party for any change, interruption, or termination of the Site or any part.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;2.4 No Support or Maintenance&lt;/strong&gt;&lt;br&gt;You agree that Company has no obligation to provide any support or maintenance in connection with the Site.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;2.5 Intellectual Property Rights&lt;/strong&gt;&lt;br&gt;Excluding any User Content (defined below), you acknowledge that all intellectual property rights, including copyrights, patents, trademarks, and trade secrets, in the Site and its content are owned by the Company or the Company&amp;rsquo;s suppliers. These Terms do not grant you any rights, title, or interest in or to any intellectual property rights, except for the limited access rights expressly set forth in Section 2.1. The Company and its suppliers reserve all rights not granted in these Terms.&lt;/p&gt;\r\n&lt;h3&gt;3. User Content&lt;/h3&gt;\r\n&lt;p&gt;&lt;strong&gt;3.1 User Content&lt;/strong&gt;&lt;br&gt;&quot;User Content&quot; means any information and content that a user submits to the Site. You are solely responsible for your User Content. You assume all risks associated with the use of your User Content. You certify that your User Content does not violate our Acceptable Use Policy. You may not imply that your User Content is in any way provided, sponsored, or endorsed by the Company. The Company is not obligated to backup any User Content, and your User Content may be deleted at any time without prior notice. You are solely responsible for making your own backup copies of your User Content if you desire.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;3.2 License&lt;/strong&gt;&lt;br&gt;By posting or submitting User Content, you grant the Company a non-exclusive, royalty-free, worldwide, fully paid, and sublicensable license to use, reproduce, distribute, publicly display and perform, prepare derivative works of, incorporate into other works, and otherwise exploit your User Content solely for the purposes of including your User Content in the Site. You waive any claims and assertions of moral rights or attribution with respect to your User Content.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;3.3 Acceptable Use Policy&lt;/strong&gt;&lt;br&gt;You agree not to use the Site to collect, upload, transmit, display, or distribute any User Content:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;(i) that violates any third-party rights or any intellectual property or proprietary rights;&lt;/li&gt;\r\n&lt;li&gt;(ii) that is unlawful, harassing, abusive, tortious, threatening, harmful, invasive of another&amp;rsquo;s privacy, vulgar, defamatory, false, intentionally misleading, trade libelous, pornographic, obscene, patently offensive, promotes racism, bigotry, hatred, or physical harm of any kind against any group or individual;&lt;/li&gt;\r\n&lt;li&gt;(iii) that is harmful to minors in any way;&lt;/li&gt;\r\n&lt;li&gt;(iv) that violates any law, regulation, or obligations or restrictions imposed by any third party.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;In addition, you agree not to:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;(i) upload, transmit, or distribute any software intended to damage or alter a computer system or data;&lt;/li&gt;\r\n&lt;li&gt;(ii) send through the Site unsolicited or unauthorized advertising, promotional materials, junk mail, spam, chain letters, pyramid schemes, or any other form of duplicative or unsolicited messages;&lt;/li&gt;\r\n&lt;li&gt;(iii) use the Site to harvest, collect, gather or assemble information or data regarding other users without their consent;&lt;/li&gt;\r\n&lt;li&gt;(iv) interfere with, disrupt, or create an undue burden on servers or networks connected to the Site, or violate the regulations, policies or procedures of such networks;&lt;/li&gt;\r\n&lt;li&gt;(v) attempt to gain unauthorized access to the Site, whether through password mining or any other means;&lt;/li&gt;\r\n&lt;li&gt;(vi) harass or interfere with any other user&amp;rsquo;s use and enjoyment of the Site;&lt;/li&gt;\r\n&lt;li&gt;(vii) use software or automated agents or scripts to produce multiple accounts on the Site, or to generate automated searches, requests, or queries to the Site.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;&lt;strong&gt;3.4 Enforcement&lt;/strong&gt;&lt;br&gt;The Company reserves the right to review any User Content and to investigate and/or take appropriate action against you if you violate the Acceptable Use Policy or any other provision of these Terms, or otherwise create liability for us or any other person. Such action may include removing or modifying your User Content, terminating your account in accordance with Section 8, and/or reporting you to law enforcement authorities.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;3.5 Feedback&lt;/strong&gt;&lt;br&gt;If you provide the Company with any feedback or suggestions regarding the Site, you assign to the Company all rights in such feedback and agree that the Company shall have the right to use and fully exploit such feedback and related information in any manner it believes appropriate. The Company will treat any feedback you provide as non-confidential and non-proprietary.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;3.6 Indemnity&lt;/strong&gt;&lt;br&gt;You agree to indemnify and hold the Company and its officers, employees, and agents harmless, including costs and attorneys&amp;rsquo; fees, from any claim or demand made by any third party due to or arising out of (a) your use of the Site, (b) your violation of these Terms, (c) your violation of applicable laws or regulations, or (d) your User Content. The Company reserves the right to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate with our defense of these claims. You agree not to settle any matter without the prior written consent of the Company. The Company will use reasonable efforts to notify you of any such claim, action, or proceeding upon becoming aware of it.&lt;/p&gt;\r\n&lt;h3&gt;4. Third-Party Links &amp;amp; Ads; Other Users&lt;/h3&gt;\r\n&lt;p&gt;&lt;strong&gt;4.1 Third-Party Links &amp;amp; Ads&lt;/strong&gt;&lt;br&gt;The Site may contain links to third-party websites and services, and/or display advertisements for third parties. Such Third-Party Links &amp;amp; Ads are not under the control of the Company, and the Company is not responsible for any Third-Party Links &amp;amp; Ads. The Company provides access to these Third-Party Links &amp;amp; Ads only as a convenience to you and does not review, approve, monitor, endorse, warrant, or make any representations with respect to Third-Party Links &amp;amp; Ads. You use all Third-Party Links &amp;amp; Ads at your own risk and should apply a suitable level of caution and discretion in doing so. When you click on any Third-Party Links &amp;amp; Ads, the applicable third party&amp;rsquo;s terms and policies apply, including the third party&amp;rsquo;s privacy and data gathering practices.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;4.2 Other Users&lt;/strong&gt;&lt;br&gt;Each Site user is solely responsible for any and all of their own User Content. Because we do not control User Content, you acknowledge and agree that we are not responsible for any User Content, whether provided by you or by others. You agree that the Company will not be responsible for any loss or damage incurred as the result of any such interactions. If there is a dispute between you and any Site user, we are under no obligation to become involved.&lt;/p&gt;\r\n&lt;p&gt;You hereby release and forever discharge the Company and our officers, employees, agents, successors, and assigns from, and hereby waive and relinquish, each and every past, present, and future dispute, claim, controversy, demand, right, obligation, liability, action, and cause of action of every kind and nature, that has arisen or arises directly or indirectly out of, or that relates directly or indirectly to, the Site. If you are a California resident, you hereby waive California Civil Code section 1542 in connection with the foregoing, which states: &quot;A general release does not extend to claims which the creditor does not know or suspect to exist in his or her favor at the time of executing the release, which if known by him or her must have materially affected his or her settlement with the debtor.&quot;&lt;/p&gt;\r\n&lt;h3&gt;5. Dispute Resolution&lt;/h3&gt;\r\n&lt;p&gt;&lt;strong&gt;5.1 Governing Law&lt;/strong&gt;&lt;br&gt;These Terms shall be governed by and construed in accordance with the laws of the jurisdiction in which the Company is headquartered, without regard to its conflict of law principles.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;5.2 Arbitration&lt;/strong&gt;&lt;br&gt;Any dispute arising from or relating to the subject matter of these Terms shall be finally settled by arbitration in the jurisdiction where the Company is headquartered, in accordance with the rules and procedures of the arbitration service provider agreed upon by the parties. The prevailing party in any arbitration or other proceeding arising under these Terms shall be entitled to recover costs and attorneys&amp;rsquo; fees.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;5.3 Class Action Waiver&lt;/strong&gt;&lt;br&gt;You agree that any arbitration or proceeding shall be limited to the dispute between us and you individually. To the full extent permitted by law, (a) no arbitration or proceeding shall be joined with any other; (b) there is no right or authority for any dispute to be arbitrated or resolved on a class-action basis or to utilize class action procedures; and (c) there is no right or authority for any dispute to be brought in a purported representative capacity on behalf of the general public or any other persons.&lt;/p&gt;\r\n&lt;h3&gt;6. Miscellaneous&lt;/h3&gt;\r\n&lt;p&gt;&lt;strong&gt;6.1 Changes to Terms&lt;/strong&gt;&lt;br&gt;The Company reserves the right to change these Terms at any time and will notify you of any changes by posting the new Terms on the Site. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on this page.&lt;/p&gt;\r\n&lt;div class=&quot;flex-shrink-0 flex flex-col relative items-end&quot;&gt;\r\n&lt;div&gt;\r\n&lt;div class=&quot;pt-0.5 juice:pt-0&quot;&gt;\r\n&lt;div class=&quot;gizmo-bot-avatar flex h-6 w-6 items-center justify-center overflow-hidden rounded-full juice:h-8 juice:w-8&quot;&gt;\r\n&lt;div class=&quot;relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8&quot;&gt;&amp;nbsp;&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;div class=&quot;group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn&quot;&gt;\r\n&lt;div class=&quot;flex-col gap-1 md:gap-3&quot;&gt;\r\n&lt;div class=&quot;flex flex-grow flex-col max-w-full&quot;&gt;\r\n&lt;div class=&quot;min-h-[20px] text-message flex flex-col items-start whitespace-pre-wrap break-words [.text-message+&amp;amp;]:mt-5 juice:w-full juice:items-end overflow-x-auto gap-2&quot; dir=&quot;auto&quot; data-message-author-role=&quot;assistant&quot; data-message-id=&quot;9118fcdd-c5f5-4132-81fc-75daaeae2a91&quot;&gt;\r\n&lt;div class=&quot;flex w-full flex-col gap-1 juice:empty:hidden juice:first:pt-[3px]&quot;&gt;\r\n&lt;div class=&quot;result-streaming markdown prose w-full break-words dark:prose-invert light&quot;&gt;\r\n&lt;p&gt;&lt;strong&gt;6.2 Severability&lt;/strong&gt;&lt;br&gt;If any provision of these Terms is found to be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and shall not affect the validity and enforceability of any remaining provisions.&lt;/p&gt;\r\n&lt;p&gt;&lt;strong&gt;6.3 Assignment&lt;/strong&gt;&lt;br&gt;These Terms, and any rights and licenses granted hereunder, may not be transferred or assigned by you, but may be assigned by the Company without restriction. Any attempted transfer or assignment in violation hereof shall be null and void.&lt;/p&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;', '1', '0', '', 2),
(3, 'Privacy', '0', NULL, 'privacy', '&lt;h1&gt;Privacy Policy for MXBook&lt;/h1&gt;\r\n&lt;p&gt;At MXBook, accessible from MxBook, one of our primary objectives is the privacy of our visitors. This Privacy Policy outlines the types of information that are collected and recorded by MXBook and how we utilize this information.&lt;/p&gt;\r\n&lt;p&gt;If you have any further questions or require additional information regarding our Privacy Policy, please feel free to contact us.&lt;/p&gt;\r\n&lt;h2&gt;Consent&lt;/h2&gt;\r\n&lt;p&gt;By using our website, you consent to our Privacy Policy and agree to its terms.&lt;/p&gt;\r\n&lt;h2&gt;Information We Collect&lt;/h2&gt;\r\n&lt;p&gt;The personal information you are asked to provide, and the reasons for providing it, will be made clear to you at the point of collection.&lt;/p&gt;\r\n&lt;p&gt;When you contact us directly, we may receive additional information about you such as your name, email address, phone number, the content of the message and/or attachments you send, and any other information you choose to provide.&lt;/p&gt;\r\n&lt;p&gt;When you register for an account, we may ask for contact information, including items such as name, company name, address, email address, and telephone number.&lt;/p&gt;\r\n&lt;h2&gt;How We Use Your Information&lt;/h2&gt;\r\n&lt;p&gt;We utilize the information we collect in various ways, including to:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Provide, operate, and maintain our website&lt;/li&gt;\r\n&lt;li&gt;Improve, personalize, and expand our website&lt;/li&gt;\r\n&lt;li&gt;Understand and analyze how you use our website&lt;/li&gt;\r\n&lt;li&gt;Develop new products, services, features, and functionality&lt;/li&gt;\r\n&lt;li&gt;Communicate with you, either directly or through our partners, including for customer service, to provide updates and other information related to the website, and for marketing and promotional purposes&lt;/li&gt;\r\n&lt;li&gt;Send you emails&lt;/li&gt;\r\n&lt;li&gt;Find and prevent fraud&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;\r\n&lt;h2&gt;Log Files&lt;/h2&gt;\r\n&lt;p&gt;MXBook follows a standard procedure for using log files. These files log visitors when they visit websites. All hosting companies do this as part of their analytics services. The information collected by log files includes IP addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and potentially the number of clicks. This information is not linked to any personally identifiable information. The purpose of the information is for analyzing trends, administering the site, tracking users&#039; movement on the website, and gathering demographic information.&lt;/p&gt;\r\n&lt;h2&gt;Cookies and Web Beacons&lt;/h2&gt;\r\n&lt;p&gt;Like any other website, MXBook uses &#039;cookies&#039;. These cookies store information including visitors&#039; preferences and the pages on the website that the visitor accessed or visited. The information is used to optimize the users&#039; experience by customizing our web page content based on visitors&#039; browser type and/or other information.&lt;/p&gt;\r\n&lt;h2&gt;Google DoubleClick DART Cookie&lt;/h2&gt;\r\n&lt;p&gt;Google is one of our third-party vendors. It uses cookies, known as DART cookies, to serve ads to our site visitors based on their visit to MxBook and other sites on the internet. Visitors may opt out of the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL&amp;nbsp;&lt;/p&gt;\r\n&lt;h2&gt;Advertising Partners&lt;/h2&gt;\r\n&lt;p&gt;Our advertising partners may use cookies and web beacons. Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier access, we hyperlinked to their Privacy Policies below:&lt;/p&gt;\r\n&lt;h2&gt;Third-Party Privacy Policies&lt;/h2&gt;\r\n&lt;p&gt;MXBook&#039;s Privacy Policy does not apply to other advertisers or websites. We advise you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions on how to opt-out of certain options.&lt;/p&gt;\r\n&lt;p&gt;You can choose to disable cookies through your individual browser options. For more detailed information about cookie management with specific web browsers, it can be found at the browsers&#039; respective websites.&lt;/p&gt;\r\n&lt;h2&gt;CCPA Privacy Rights (Do Not Sell My Personal Information)&lt;/h2&gt;\r\n&lt;p&gt;Under the CCPA, California consumers have the right to:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Request that a business that collects a consumer&#039;s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.&lt;/li&gt;\r\n&lt;li&gt;Request that a business delete any personal data about the consumer that a business has collected.&lt;/li&gt;\r\n&lt;li&gt;Request that a business that sells a consumer&#039;s personal data not sell the consumer&#039;s personal data.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;If you make a request, we have one month to respond. If you would like to exercise any of these rights, please contact us.&lt;/p&gt;\r\n&lt;h2&gt;GDPR Data Protection Rights&lt;/h2&gt;\r\n&lt;p&gt;We ensure you are fully aware of all your data protection rights. Every user is entitled to the following:&lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;The right to access &amp;ndash; You have the right to request copies of your personal data. We may charge a small fee for this service.&lt;/li&gt;\r\n&lt;li&gt;The right to rectification &amp;ndash; You have the right to request that we correct any information you believe is inaccurate or incomplete.&lt;/li&gt;\r\n&lt;li&gt;The right to erasure &amp;ndash; You have the right to request that we erase your personal data, under certain conditions.&lt;/li&gt;\r\n&lt;li&gt;The right to restrict processing &amp;ndash; You have the right to request that we restrict the processing of your personal data, under certain conditions.&lt;/li&gt;\r\n&lt;li&gt;The right to object to processing &amp;ndash; You have the right to object to our processing of your personal data, under certain conditions.&lt;/li&gt;\r\n&lt;li&gt;The right to data portability &amp;ndash; You have the right to request that we transfer the data that we have collected to another organization or directly to you, under certain conditions.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;If you make a request, we have one month to respond. If you would like to exercise any of these rights, please contact us.&lt;/p&gt;\r\n&lt;h2&gt;Children&#039;s Information&lt;/h2&gt;\r\n&lt;p&gt;Protecting children while using the internet is a priority for us. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.&lt;/p&gt;\r\n&lt;p&gt;MXBook does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think your child provided this kind of information on our website, please contact us immediately and we will do our best efforts to promptly remove such information from our records.&lt;/p&gt;', '1', '0', '', 3);

-- --------------------------------------------------------

--
-- Table structure for table `stickers`
--

CREATE TABLE `stickers` (
  `sticker_id` int(10) UNSIGNED NOT NULL,
  `image` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `stickers`
--

INSERT INTO `stickers` (`sticker_id`, `image`) VALUES
(1, 'stickers/1.png'),
(2, 'stickers/2.png'),
(3, 'stickers/3.png'),
(4, 'stickers/4.png'),
(5, 'stickers/5.png'),
(6, 'stickers/6.png'),
(7, 'stickers/7.png'),
(8, 'stickers/8.png'),
(9, 'stickers/9.png'),
(10, 'stickers/10.png'),
(11, 'stickers/11.png'),
(12, 'stickers/12.png'),
(13, 'stickers/13.png'),
(14, 'stickers/14.png'),
(15, 'stickers/15.png'),
(16, 'stickers/16.png'),
(17, 'stickers/17.png'),
(18, 'stickers/18.png'),
(19, 'stickers/19.png'),
(20, 'stickers/20.png');

-- --------------------------------------------------------

--
-- Table structure for table `stories`
--

CREATE TABLE `stories` (
  `story_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `is_ads` enum('0','1') NOT NULL DEFAULT '0',
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `stories`
--

INSERT INTO `stories` (`story_id`, `user_id`, `is_ads`, `time`) VALUES
(1, 17, '0', '2025-09-29 10:24:38');

-- --------------------------------------------------------

--
-- Table structure for table `stories_media`
--

CREATE TABLE `stories_media` (
  `media_id` int(10) UNSIGNED NOT NULL,
  `story_id` int(10) UNSIGNED NOT NULL,
  `source` varchar(256) NOT NULL,
  `is_photo` enum('0','1') NOT NULL DEFAULT '1',
  `text` text NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `stories_media`
--

INSERT INTO `stories_media` (`media_id`, `story_id`, `source`, `is_photo`, `text`, `time`) VALUES
(1, 1, 'photos/2025/09/mxbook_cb6c2dab814d2a3d52031026f19b6386.jpeg', '1', '&ldquo;🔥 New vibes, fresh energy, and endless possibilities! Are you ready to level up your day? 💖 #TrendyVibes #Lifestyle #PositiveEnergy #FunMoments&rdquo;', '2025-09-29 10:24:38'),
(2, 1, 'videos/2025/09/mxbook_b67ba232aafa40a7ec10e9e800b93702.mp4', '0', '&ldquo;🔥 New vibes, fresh energy, and endless possibilities! Are you ready to level up your day? 💖 #TrendyVibes #Lifestyle #PositiveEnergy #FunMoments&rdquo;', '2025-09-29 10:24:38'),
(3, 2, 'photos/2025/10/mxbook_3603733ab09a60e1e9c5c1a764a290a6.png', '1', 'test', '2025-10-15 08:02:14'),
(4, 2, 'videos/2025/10/mxbook_913203df72c28327af46879d22495035.mp4', '0', 'test', '2025-10-15 08:02:14');

-- --------------------------------------------------------

--
-- Table structure for table `subscribers`
--

CREATE TABLE `subscribers` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `plan_id` int(10) UNSIGNED NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `system_countries`
--

CREATE TABLE `system_countries` (
  `country_id` int(10) UNSIGNED NOT NULL,
  `country_code` varchar(2) NOT NULL,
  `country_name` varchar(64) NOT NULL,
  `phone_code` varchar(8) DEFAULT NULL,
  `country_vat` float UNSIGNED DEFAULT NULL,
  `default` enum('0','1') NOT NULL,
  `enabled` enum('0','1') NOT NULL DEFAULT '1',
  `country_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_countries`
--

INSERT INTO `system_countries` (`country_id`, `country_code`, `country_name`, `phone_code`, `country_vat`, `default`, `enabled`, `country_order`) VALUES
(1, 'AF', 'Afghanistan', '+93', NULL, '0', '1', 1),
(2, 'AL', 'Albania', '+355', NULL, '0', '1', 2),
(3, 'DZ', 'Algeria', '+213', NULL, '0', '1', 3),
(4, 'DS', 'American Samoa', '+1684', NULL, '0', '1', 4),
(5, 'AD', 'Andorra', '+376', NULL, '0', '1', 5),
(6, 'AO', 'Angola', '+244', NULL, '0', '1', 6),
(7, 'AI', 'Anguilla', '+1264', NULL, '0', '1', 7),
(8, 'AQ', 'Antarctica', '+672', NULL, '0', '1', 8),
(9, 'AG', 'Antigua and Barbuda', '+1268', NULL, '0', '1', 9),
(10, 'AR', 'Argentina', '+54', NULL, '0', '1', 10),
(11, 'AM', 'Armenia', '+374', NULL, '0', '1', 11),
(12, 'AW', 'Aruba', '+297', NULL, '0', '1', 12),
(13, 'AU', 'Australia', '+61', NULL, '0', '1', 13),
(14, 'AT', 'Austria', '+43', NULL, '0', '1', 14),
(15, 'AZ', 'Azerbaijan', '+994', NULL, '0', '1', 15),
(16, 'BS', 'Bahamas', '+1242', NULL, '0', '1', 16),
(17, 'BH', 'Bahrain', '+973', NULL, '0', '1', 17),
(18, 'BD', 'Bangladesh', '+880', NULL, '0', '1', 18),
(19, 'BB', 'Barbados', '+1246', NULL, '0', '1', 19),
(20, 'BY', 'Belarus', '+375', NULL, '0', '1', 20),
(21, 'BE', 'Belgium', '+32', NULL, '0', '1', 21),
(22, 'BZ', 'Belize', '+501', NULL, '0', '1', 22),
(23, 'BJ', 'Benin', '+229', NULL, '0', '1', 23),
(24, 'BM', 'Bermuda', '+1441', NULL, '0', '1', 24),
(25, 'BT', 'Bhutan', '+975', NULL, '0', '1', 25),
(26, 'BO', 'Bolivia', '+591', NULL, '0', '1', 26),
(27, 'BA', 'Bosnia and Herzegovina', '+387', NULL, '0', '1', 27),
(28, 'BW', 'Botswana', '+267', NULL, '0', '1', 28),
(29, 'BV', 'Bouvet Island', '+55', NULL, '0', '1', 29),
(30, 'BR', 'Brazil', '+55', NULL, '0', '1', 30),
(31, 'IO', 'British Indian Ocean Territory', '+246', NULL, '0', '1', 31),
(32, 'BN', 'Brunei Darussalam', '+673', NULL, '0', '1', 32),
(33, 'BG', 'Bulgaria', '+359', NULL, '0', '1', 33),
(34, 'BF', 'Burkina Faso', '+226', NULL, '0', '1', 34),
(35, 'BI', 'Burundi', '+257', NULL, '0', '1', 35),
(36, 'KH', 'Cambodia', '+855', NULL, '0', '1', 36),
(37, 'CM', 'Cameroon', '+237', NULL, '0', '1', 37),
(38, 'CA', 'Canada', '+1', NULL, '0', '1', 38),
(39, 'CV', 'Cape Verde', '+238', NULL, '0', '1', 39),
(40, 'KY', 'Cayman Islands', '+ 345', NULL, '0', '1', 40),
(41, 'CF', 'Central African Republic', '+236', NULL, '0', '1', 41),
(42, 'TD', 'Chad', '+235', NULL, '0', '1', 42),
(43, 'CL', 'Chile', '+56', NULL, '0', '1', 43),
(44, 'CN', 'China', '+86', NULL, '0', '1', 44),
(45, 'CX', 'Christmas Island', '+61', NULL, '0', '1', 45),
(46, 'CC', 'Cocos (Keeling) Islands', '+61', NULL, '0', '1', 46),
(47, 'CO', 'Colombia', '+57', NULL, '0', '1', 47),
(48, 'KM', 'Comoros', '+269', NULL, '0', '1', 48),
(49, 'CG', 'Congo', '+242', NULL, '0', '1', 49),
(50, 'CK', 'Cook Islands', '+682', NULL, '0', '1', 50),
(51, 'CR', 'Costa Rica', '+506', NULL, '0', '1', 51),
(52, 'HR', 'Croatia (Hrvatska)', '+385', NULL, '0', '1', 52),
(53, 'CU', 'Cuba', '+53', NULL, '0', '1', 53),
(54, 'CY', 'Cyprus', '+357', NULL, '0', '1', 54),
(55, 'CZ', 'Czech Republic', '+420', NULL, '0', '1', 55),
(56, 'DK', 'Denmark', '+45', NULL, '0', '1', 56),
(57, 'DJ', 'Djibouti', '+253', NULL, '0', '1', 57),
(58, 'DM', 'Dominica', '+1767', NULL, '0', '1', 58),
(59, 'DO', 'Dominican Republic', '+1849', NULL, '0', '1', 59),
(60, 'TP', 'East Timor', NULL, NULL, '0', '1', 60),
(61, 'EC', 'Ecuador', '+593', NULL, '0', '1', 61),
(62, 'EG', 'Egypt', '+20', NULL, '0', '1', 62),
(63, 'SV', 'El Salvador', '+503', NULL, '0', '1', 63),
(64, 'GQ', 'Equatorial Guinea', '+240', NULL, '0', '1', 64),
(65, 'ER', 'Eritrea', '+291', NULL, '0', '1', 65),
(66, 'EE', 'Estonia', '+372', NULL, '0', '1', 66),
(67, 'ET', 'Ethiopia', '+251', NULL, '0', '1', 67),
(68, 'FK', 'Falkland Islands (Malvinas)', '+500', NULL, '0', '1', 68),
(69, 'FO', 'Faroe Islands', '+298', NULL, '0', '1', 69),
(70, 'FJ', 'Fiji', '+679', NULL, '0', '1', 70),
(71, 'FI', 'Finland', '+358', NULL, '0', '1', 71),
(72, 'FR', 'France', '+33', NULL, '0', '1', 72),
(73, 'FX', 'France, Metropolitan', NULL, NULL, '0', '1', 73),
(74, 'GF', 'French Guiana', '+594', NULL, '0', '1', 74),
(75, 'PF', 'French Polynesia', '+689', NULL, '0', '1', 75),
(76, 'TF', 'French Southern Territories', '+262', NULL, '0', '1', 76),
(77, 'GA', 'Gabon', '+241', NULL, '0', '1', 77),
(78, 'GM', 'Gambia', '+220', NULL, '0', '1', 78),
(79, 'GE', 'Georgia', '+995', NULL, '0', '1', 79),
(80, 'DE', 'Germany', '+49', NULL, '0', '1', 80),
(81, 'GH', 'Ghana', '+233', NULL, '0', '1', 81),
(82, 'GI', 'Gibraltar', '+350', NULL, '0', '1', 82),
(83, 'GK', 'Guernsey', '+44', NULL, '0', '1', 83),
(84, 'GR', 'Greece', '+30', NULL, '0', '1', 84),
(85, 'GL', 'Greenland', '+299', NULL, '0', '1', 85),
(86, 'GD', 'Grenada', '+1473', NULL, '0', '1', 86),
(87, 'GP', 'Guadeloupe', '+590', NULL, '0', '1', 87),
(88, 'GU', 'Guam', '+1671', NULL, '0', '1', 88),
(89, 'GT', 'Guatemala', '+502', NULL, '0', '1', 89),
(90, 'GN', 'Guinea', '+224', NULL, '0', '1', 90),
(91, 'GW', 'Guinea-Bissau', '+245', NULL, '0', '1', 91),
(92, 'GY', 'Guyana', '+595', NULL, '0', '1', 92),
(93, 'HT', 'Haiti', '+509', NULL, '0', '1', 93),
(94, 'HM', 'Heard and Mc Donald Islands', NULL, NULL, '0', '1', 94),
(95, 'HN', 'Honduras', '+504', NULL, '0', '1', 95),
(96, 'HK', 'Hong Kong', '+852', NULL, '0', '1', 96),
(97, 'HU', 'Hungary', '+36', NULL, '0', '1', 97),
(98, 'IS', 'Iceland', '+354', NULL, '0', '1', 98),
(99, 'IN', 'India', '+91', NULL, '0', '1', 99),
(100, 'IM', 'Isle of Man', '+44', NULL, '0', '1', 100),
(101, 'ID', 'Indonesia', '+62', NULL, '0', '1', 101),
(102, 'IR', 'Iran (Islamic Republic of)', '+98', NULL, '0', '1', 102),
(103, 'IQ', 'Iraq', '+964', NULL, '0', '1', 103),
(104, 'IE', 'Ireland', '+353', NULL, '0', '1', 104),
(105, 'IL', 'Israel', '+972', NULL, '0', '1', 105),
(106, 'IT', 'Italy', '+39', NULL, '0', '1', 106),
(107, 'CI', 'Ivory Coast', NULL, NULL, '0', '1', 107),
(108, 'JE', 'Jersey', '+44', NULL, '0', '1', 108),
(109, 'JM', 'Jamaica', '+1876', NULL, '0', '1', 109),
(110, 'JP', 'Japan', '+81', NULL, '0', '1', 110),
(111, 'JO', 'Jordan', '+962', NULL, '0', '1', 111),
(112, 'KZ', 'Kazakhstan', '+77', NULL, '0', '1', 112),
(113, 'KE', 'Kenya', '+254', NULL, '0', '1', 113),
(114, 'KI', 'Kiribati', '+686', NULL, '0', '1', 114),
(115, 'KP', 'Korea, Democratic People\'s Republic of', '+850', NULL, '0', '1', 115),
(116, 'KR', 'Korea, Republic of', '+82', NULL, '0', '1', 116),
(117, 'XK', 'Kosovo', '+381', NULL, '0', '1', 117),
(118, 'KW', 'Kuwait', '+965', NULL, '0', '1', 118),
(119, 'KG', 'Kyrgyzstan', '+996', NULL, '0', '1', 119),
(120, 'LA', 'Lao People\'s Democratic Republic', '+856', NULL, '0', '1', 120),
(121, 'LV', 'Latvia', '+371', NULL, '0', '1', 121),
(122, 'LB', 'Lebanon', '+961', NULL, '0', '1', 122),
(123, 'LS', 'Lesotho', '+266', NULL, '0', '1', 123),
(124, 'LR', 'Liberia', '+231', NULL, '0', '1', 124),
(125, 'LY', 'Libyan Arab Jamahiriya', '+218', NULL, '0', '1', 125),
(126, 'LI', 'Liechtenstein', '+423', NULL, '0', '1', 126),
(127, 'LT', 'Lithuania', '+370', NULL, '0', '1', 127),
(128, 'LU', 'Luxembourg', '+352', NULL, '0', '1', 128),
(129, 'MO', 'Macau', '+853', NULL, '0', '1', 129),
(130, 'MK', 'Macedonia', '+389', NULL, '0', '1', 130),
(131, 'MG', 'Madagascar', '+261', NULL, '0', '1', 131),
(132, 'MW', 'Malawi', '+265', NULL, '0', '1', 132),
(133, 'MY', 'Malaysia', '+60', NULL, '0', '1', 133),
(134, 'MV', 'Maldives', '+960', NULL, '0', '1', 134),
(135, 'ML', 'Mali', '+223', NULL, '0', '1', 135),
(136, 'MT', 'Malta', '+356', NULL, '0', '1', 136),
(137, 'MH', 'Marshall Islands', '+692', NULL, '0', '1', 137),
(138, 'MQ', 'Martinique', '+596', NULL, '0', '1', 138),
(139, 'MR', 'Mauritania', '+222', NULL, '0', '1', 139),
(140, 'MU', 'Mauritius', '+230', NULL, '0', '1', 140),
(141, 'TY', 'Mayotte', '+269', NULL, '0', '1', 141),
(142, 'MX', 'Mexico', '+52', NULL, '0', '1', 142),
(143, 'FM', 'Micronesia, Federated States of', '+691', NULL, '0', '1', 143),
(144, 'MD', 'Moldova, Republic of', '+373', NULL, '0', '1', 144),
(145, 'MC', 'Monaco', '+377', NULL, '0', '1', 145),
(146, 'MN', 'Mongolia', '+976', NULL, '0', '1', 146),
(147, 'ME', 'Montenegro', '+382', NULL, '0', '1', 147),
(148, 'MS', 'Montserrat', '+1664', NULL, '0', '1', 148),
(149, 'MA', 'Morocco', '+212', NULL, '0', '1', 149),
(150, 'MZ', 'Mozambique', '+258', NULL, '0', '1', 150),
(151, 'MM', 'Myanmar', '+95', NULL, '0', '1', 151),
(152, 'NA', 'Namibia', '+264', NULL, '0', '1', 152),
(153, 'NR', 'Nauru', '+674', NULL, '0', '1', 153),
(154, 'NP', 'Nepal', '+977', NULL, '0', '1', 154),
(155, 'NL', 'Netherlands', '+31', NULL, '0', '1', 155),
(156, 'AN', 'Netherlands Antilles', '+599', NULL, '0', '1', 156),
(157, 'NC', 'New Caledonia', '+687', NULL, '0', '1', 157),
(158, 'NZ', 'New Zealand', '+64', NULL, '0', '1', 158),
(159, 'NI', 'Nicaragua', '+505', NULL, '0', '1', 159),
(160, 'NE', 'Niger', '+227', NULL, '0', '1', 160),
(161, 'NG', 'Nigeria', '+234', NULL, '0', '1', 161),
(162, 'NU', 'Niue', '+683', NULL, '0', '1', 162),
(163, 'NF', 'Norfolk Island', '+672', NULL, '0', '1', 163),
(164, 'MP', 'Northern Mariana Islands', '+1670', NULL, '0', '1', 164),
(165, 'NO', 'Norway', '+47', NULL, '0', '1', 165),
(166, 'OM', 'Oman', '+968', NULL, '0', '1', 166),
(167, 'PK', 'Pakistan', '+92', NULL, '0', '1', 167),
(168, 'PW', 'Palau', '+680', NULL, '0', '1', 168),
(169, 'PS', 'Palestine', '+970', NULL, '0', '1', 169),
(170, 'PA', 'Panama', '+507', NULL, '0', '1', 170),
(171, 'PG', 'Papua New Guinea', '+675', NULL, '0', '1', 171),
(172, 'PY', 'Paraguay', '+595', NULL, '0', '1', 172),
(173, 'PE', 'Peru', '+51', NULL, '0', '1', 173),
(174, 'PH', 'Philippines', '+63', NULL, '0', '1', 174),
(175, 'PN', 'Pitcairn', '+872', NULL, '0', '1', 175),
(176, 'PL', 'Poland', '+48', NULL, '0', '1', 176),
(177, 'PT', 'Portugal', '+351', NULL, '0', '1', 177),
(178, 'PR', 'Puerto Rico', '+1939', NULL, '0', '1', 178),
(179, 'QA', 'Qatar', '+974', NULL, '0', '1', 179),
(180, 'RE', 'Reunion', '+262', NULL, '0', '1', 180),
(181, 'RO', 'Romania', '+40', NULL, '0', '1', 181),
(182, 'RU', 'Russian Federation', '+7', NULL, '0', '1', 182),
(183, 'RW', 'Rwanda', '+250', NULL, '0', '1', 183),
(184, 'KN', 'Saint Kitts and Nevis', '+1869', NULL, '0', '1', 184),
(185, 'LC', 'Saint Lucia', '+1758', NULL, '0', '1', 185),
(186, 'VC', 'Saint Vincent and the Grenadines', '+1784', NULL, '0', '1', 186),
(187, 'WS', 'Samoa', '+685', NULL, '0', '1', 187),
(188, 'SM', 'San Marino', '+378', NULL, '0', '1', 188),
(189, 'ST', 'Sao Tome and Principe', '+239', NULL, '0', '1', 189),
(190, 'SA', 'Saudi Arabia', '+966', NULL, '0', '1', 190),
(191, 'SN', 'Senegal', '+221', NULL, '0', '1', 191),
(192, 'RS', 'Serbia', '+381', NULL, '0', '1', 192),
(193, 'SC', 'Seychelles', '+248', NULL, '0', '1', 193),
(194, 'SL', 'Sierra Leone', '+232', NULL, '0', '1', 194),
(195, 'SG', 'Singapore', '+65', NULL, '0', '1', 195),
(196, 'SK', 'Slovakia', '+421', NULL, '0', '1', 196),
(197, 'SI', 'Slovenia', '+386', NULL, '0', '1', 197),
(198, 'SB', 'Solomon Islands', '+677', NULL, '0', '1', 198),
(199, 'SO', 'Somalia', '+252', NULL, '0', '1', 199),
(200, 'ZA', 'South Africa', '+27', NULL, '0', '1', 200),
(201, 'GS', 'South Georgia South Sandwich Islands', '+500', NULL, '0', '1', 201),
(202, 'ES', 'Spain', '+34', NULL, '0', '1', 202),
(203, 'LK', 'Sri Lanka', '+94', NULL, '0', '1', 203),
(204, 'SH', 'St. Helena', '+290', NULL, '0', '1', 204),
(205, 'PM', 'St. Pierre and Miquelon', '+508', NULL, '0', '1', 205),
(206, 'SD', 'Sudan', '+249', NULL, '0', '1', 206),
(207, 'SR', 'Suriname', '+597', NULL, '0', '1', 207),
(208, 'SJ', 'Svalbard and Jan Mayen Islands', '+47', NULL, '0', '1', 208),
(209, 'SZ', 'Swaziland', '+268', NULL, '0', '1', 209),
(210, 'SE', 'Sweden', '+46', NULL, '0', '1', 210),
(211, 'CH', 'Switzerland', '+41', NULL, '0', '1', 211),
(212, 'SY', 'Syrian Arab Republic', '+963', NULL, '0', '1', 212),
(213, 'TW', 'Taiwan', '+886', NULL, '0', '1', 213),
(214, 'TJ', 'Tajikistan', '+992', NULL, '0', '1', 214),
(215, 'TZ', 'Tanzania, United Republic of', '+255', NULL, '0', '1', 215),
(216, 'TH', 'Thailand', '+66', NULL, '0', '1', 216),
(217, 'TG', 'Togo', '+228', NULL, '0', '1', 217),
(218, 'TK', 'Tokelau', '+690', NULL, '0', '1', 218),
(219, 'TO', 'Tonga', '+676', NULL, '0', '1', 219),
(220, 'TT', 'Trinidad and Tobago', '+1868', NULL, '0', '1', 220),
(221, 'TN', 'Tunisia', '+216', NULL, '0', '1', 221),
(222, 'TR', 'Turkey', '+90', NULL, '0', '1', 222),
(223, 'TM', 'Turkmenistan', '+993', NULL, '0', '1', 223),
(224, 'TC', 'Turks and Caicos Islands', '+1649', NULL, '0', '1', 224),
(225, 'TV', 'Tuvalu', '+688', NULL, '0', '1', 225),
(226, 'UG', 'Uganda', '+256', NULL, '0', '1', 226),
(227, 'UA', 'Ukraine', '+380', NULL, '0', '1', 227),
(228, 'AE', 'United Arab Emirates', '+971', NULL, '0', '1', 228),
(229, 'GB', 'United Kingdom', '+44', NULL, '0', '1', 229),
(230, 'US', 'United States', '+1', NULL, '1', '1', 230),
(231, 'UM', 'United States minor outlying islands', '+1', NULL, '0', '1', 231),
(232, 'UY', 'Uruguay', '+598', NULL, '0', '1', 232),
(233, 'UZ', 'Uzbekistan', '+998', NULL, '0', '1', 233),
(234, 'VU', 'Vanuatu', '+678', NULL, '0', '1', 234),
(235, 'VA', 'Vatican City State', '+379', NULL, '0', '1', 235),
(236, 'VE', 'Venezuela', '+58', NULL, '0', '1', 236),
(237, 'VN', 'Vietnam', '+84', NULL, '0', '1', 237),
(238, 'VG', 'Virgin Islands (British)', '+1284', NULL, '0', '1', 238),
(239, 'VI', 'Virgin Islands (U.S.)', '+1340', NULL, '0', '1', 239),
(240, 'WF', 'Wallis and Futuna Islands', '+681', NULL, '0', '1', 240),
(241, 'EH', 'Western Sahara', '+212', NULL, '0', '1', 241),
(242, 'YE', 'Yemen', '+967', NULL, '0', '1', 242),
(243, 'ZR', 'Zaire', NULL, NULL, '0', '1', 243),
(244, 'ZM', 'Zambia', '+260', NULL, '0', '1', 244),
(245, 'ZW', 'Zimbabwe', '+263', NULL, '0', '1', 245);

-- --------------------------------------------------------

--
-- Table structure for table `system_currencies`
--

CREATE TABLE `system_currencies` (
  `currency_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(256) NOT NULL,
  `code` varchar(32) NOT NULL,
  `symbol` varchar(32) NOT NULL,
  `dir` enum('left','right') NOT NULL DEFAULT 'left',
  `default` enum('0','1') NOT NULL,
  `enabled` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_currencies`
--

INSERT INTO `system_currencies` (`currency_id`, `name`, `code`, `symbol`, `dir`, `default`, `enabled`) VALUES
(1, 'Australia Dollar', 'AUD', '$', 'left', '0', '1'),
(2, 'Brazil Real', 'BRL', 'R$', 'left', '0', '1'),
(3, 'Canada Dollar', 'CAD', '$', 'left', '0', '1'),
(4, 'Czech Republic Koruna', 'CZK', 'Kč', 'left', '0', '1'),
(5, 'Denmark Krone', 'DKK', 'kr', 'left', '0', '1'),
(6, 'Euro', 'EUR', '&euro;', 'left', '0', '1'),
(7, 'Hong Kong Dollar', 'HKD', '$', 'left', '0', '1'),
(8, 'Hungary Forint', 'HUF', 'Ft', 'left', '0', '1'),
(9, 'Israel Shekel', 'ILS', '₪', 'left', '0', '1'),
(10, 'Japan Yen', 'JPY', '&yen;', 'left', '0', '1'),
(11, 'Malaysia Ringgit', 'MYR', 'RM', 'left', '0', '1'),
(12, 'Mexico Peso', 'MXN', '$', 'left', '0', '1'),
(13, 'Norway Krone', 'NOK', 'kr', 'left', '0', '1'),
(14, 'New Zealand Dollar', 'NZD', '$', 'left', '0', '1'),
(15, 'Philippines Peso', 'PHP', '₱', 'left', '0', '1'),
(16, 'Poland Zloty', 'PLN', 'zł', 'left', '0', '1'),
(17, 'United Kingdom Pound', 'GBP', '&pound;', 'left', '0', '1'),
(18, 'Russia Ruble', 'RUB', '₽', 'left', '0', '1'),
(19, 'Singapore Dollar', 'SGD', '$', 'left', '0', '1'),
(20, 'Sweden Krona', 'SEK', 'kr', 'left', '0', '1'),
(21, 'Switzerland Franc', 'CHF', 'CHF', 'left', '0', '1'),
(22, 'Thailand Baht', 'THB', '฿', 'left', '0', '1'),
(23, 'Turkey Lira', 'TRY', 'TRY', 'left', '0', '1'),
(24, 'United States Dollar', 'USD', '$', 'left', '1', '1'),
(25, 'India Rupee', 'INR', '₹', 'right', '0', '1');

-- --------------------------------------------------------

--
-- Table structure for table `system_genders`
--

CREATE TABLE `system_genders` (
  `gender_id` int(10) UNSIGNED NOT NULL,
  `gender_name` varchar(64) NOT NULL,
  `gender_order` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_genders`
--

INSERT INTO `system_genders` (`gender_id`, `gender_name`, `gender_order`) VALUES
(1, 'Male', 1),
(2, 'Female', 2),
(3, 'Other', 3);

-- --------------------------------------------------------

--
-- Table structure for table `system_languages`
--

CREATE TABLE `system_languages` (
  `language_id` int(10) UNSIGNED NOT NULL,
  `code` varchar(32) NOT NULL,
  `title` varchar(256) NOT NULL,
  `flag` varchar(256) NOT NULL,
  `dir` enum('LTR','RTL') NOT NULL,
  `default` enum('0','1') NOT NULL,
  `enabled` enum('0','1') NOT NULL,
  `language_order` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_languages`
--

INSERT INTO `system_languages` (`language_id`, `code`, `title`, `flag`, `dir`, `default`, `enabled`, `language_order`) VALUES
(1, 'en_us', 'English', 'flags/en_us.png', 'LTR', '1', '1', 1),
(2, 'ar_sa', 'Arabic', 'flags/ar_sa.png', 'RTL', '0', '1', 2),
(3, 'fr_fr', 'French', 'flags/fr_fr.png', 'LTR', '0', '1', 3),
(4, 'es_es', 'Spanish', 'flags/es_es.png', 'LTR', '0', '1', 4),
(5, 'pt_pt', 'Portuguese', 'flags/pt_pt.png', 'LTR', '0', '1', 5),
(6, 'de_de', 'Deutsch', 'flags/de_de.png', 'LTR', '0', '1', 6),
(7, 'tr_tr', 'Turkish', 'flags/tr_tr.png', 'LTR', '0', '1', 7),
(8, 'nl_nl', 'Dutch', 'flags/nl_nl.png', 'LTR', '0', '1', 8),
(9, 'it_it', 'Italiano', 'flags/it_it.png', 'LTR', '0', '1', 9),
(10, 'ru_ru', 'Russian', 'flags/ru_ru.png', 'LTR', '0', '1', 10),
(11, 'ro_ro', 'Romaian', 'flags/ro_ro.png', 'LTR', '0', '1', 11),
(12, 'pt_br', 'Portuguese (Brazil)', 'flags/pt_br.png', 'LTR', '0', '1', 12),
(13, 'el_gr', 'Greek', 'flags/el_gr.png', 'LTR', '0', '1', 13);

-- --------------------------------------------------------

--
-- Table structure for table `system_options`
--

CREATE TABLE `system_options` (
  `option_id` int(10) UNSIGNED NOT NULL,
  `option_name` varchar(128) NOT NULL,
  `option_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_options`
--

INSERT INTO `system_options` (`option_id`, `option_name`, `option_value`) VALUES
(1, 'system_public', '1'),
(2, 'system_live', '1'),
(3, 'system_message', 'We will Back Soon'),
(4, 'system_title', 'MXBOOK'),
(5, 'system_description', 'Share your memories, connect with others, make new friends'),
(6, 'system_keywords', ''),
(7, 'system_email', 'admin@demo.com'),
(8, 'system_datetime_format', 'd/m/Y H:i'),
(9, 'contact_enabled', '1'),
(10, 'directory_enabled', '1'),
(11, 'pages_enabled', '1'),
(12, 'groups_enabled', '1'),
(13, 'events_enabled', '1'),
(14, 'blogs_enabled', '1'),
(15, 'users_blogs_enabled', '1'),
(16, 'market_enabled', '0'),
(17, 'movies_enabled', '0'),
(18, 'games_enabled', '0'),
(19, 'daytime_msg_enabled', '1'),
(20, 'pokes_enabled', '1'),
(21, 'gifts_enabled', '0'),
(22, 'profile_notification_enabled', '0'),
(23, 'browser_notifications_enabled', '1'),
(24, 'noty_notifications_enabled', '1'),
(25, 'cookie_consent_enabled', '1'),
(26, 'adblock_detector_enabled', '0'),
(27, 'stories_enabled', '1'),
(28, 'popular_posts_enabled', '1'),
(29, 'discover_posts_enabled', '1'),
(30, 'memories_enabled', '1'),
(31, 'wall_posts_enabled', '1'),
(32, 'activity_posts_enabled', '1'),
(33, 'colored_posts_enabled', '1'),
(34, 'polls_enabled', '1'),
(35, 'geolocation_enabled', '0'),
(36, 'geolocation_key', ''),
(37, 'gif_enabled', '0'),
(38, 'giphy_key', ''),
(39, 'post_translation_enabled', '0'),
(40, 'yandex_key', ''),
(41, 'smart_yt_player', '1'),
(42, 'social_share_enabled', '1'),
(43, 'max_post_length', '5000'),
(44, 'max_comment_length', '5000'),
(45, 'max_posts_hour', '0'),
(46, 'max_comments_hour', '0'),
(47, 'default_privacy', 'public'),
(48, 'trending_hashtags_enabled', '1'),
(49, 'trending_hashtags_interval', 'week'),
(50, 'trending_hashtags_limit', '5'),
(51, 'registration_enabled', '1'),
(52, 'registration_type', 'free'),
(53, 'invitation_enabled', '0'),
(56, 'packages_enabled', '0'),
(57, 'packages_wallet_payment_enabled', '1'),
(58, 'activation_enabled', '1'),
(59, 'activation_type', 'email'),
(60, 'verification_requests', '1'),
(61, 'age_restriction', '0'),
(62, 'minimum_age', '13'),
(63, 'getting_started', '1'),
(64, 'delete_accounts_enabled', '1'),
(65, 'download_info_enabled', '1'),
(66, 'newsletter_consent', '1'),
(67, 'max_accounts', '0'),
(68, 'max_friends', '5000'),
(69, 'social_login_enabled', '1'),
(70, 'facebook_login_enabled', '1'),
(71, 'facebook_appid', ''),
(72, 'facebook_secret', ''),
(73, 'google_login_enabled', '1'),
(74, 'google_appid', ''),
(75, 'google_secret', ''),
(76, 'twitter_login_enabled', '1'),
(77, 'twitter_appid', ''),
(78, 'twitter_secret', ''),
(82, 'linkedin_login_enabled', '0'),
(83, 'linkedin_appid', ''),
(84, 'linkedin_secret', ''),
(85, 'vkontakte_login_enabled', '0'),
(86, 'vkontakte_appid', ''),
(87, 'vkontakte_secret', ''),
(88, 'email_smtp_enabled', '1'),
(89, 'email_smtp_authentication', '1'),
(90, 'email_smtp_ssl', '0'),
(91, 'email_smtp_server', 'smtp.hostinger.com'),
(92, 'email_smtp_port', '587'),
(93, 'email_smtp_username', 'webmaster@technofuels.com'),
(94, 'email_smtp_password', 'mkTjzvw4N~k'),
(95, 'email_smtp_setfrom', 'webmaster@technofuels.com'),
(96, 'email_notifications', '0'),
(97, 'email_post_likes', '0'),
(98, 'email_post_comments', '0'),
(99, 'email_post_shares', '0'),
(100, 'email_wall_posts', '0'),
(101, 'email_mentions', '0'),
(102, 'email_profile_visits', '0'),
(103, 'email_friend_requests', '0'),
(104, 'twilio_sid', ''),
(105, 'twilio_token', ''),
(106, 'twilio_phone', ''),
(107, 'twilio_apisid', ''),
(108, 'twilio_apisecret', ''),
(109, 'system_phone', ''),
(110, 'chat_enabled', '1'),
(111, 'chat_status_enabled', '1'),
(112, 'chat_typing_enabled', '1'),
(113, 'chat_seen_enabled', '1'),
(114, 'video_call_enabled', '0'),
(115, 'audio_call_enabled', '0'),
(116, 'uploads_directory', 'content/uploads'),
(117, 'uploads_prefix', 'mxbook'),
(118, 'max_avatar_size', '10240'),
(119, 'max_cover_size', '10240'),
(120, 'photos_enabled', '1'),
(121, 'max_photo_size', '10240'),
(122, 'uploads_quality', 'medium'),
(123, 'videos_enabled', '1'),
(124, 'max_video_size', '10240'),
(125, 'video_extensions', 'mp4, webm, ogg, mov, m4a, 3gp, 3g2, mj2, asf, avi, flv, webm, m4v, mpeg, ogv, mkv'),
(126, 'audio_enabled', '1'),
(127, 'max_audio_size', '10240'),
(128, 'audio_extensions', 'mp3, wav, ogg'),
(129, 'file_enabled', '1'),
(130, 'max_file_size', '10240'),
(131, 'file_extensions', 'txt, zip, json, docx, pdf'),
(132, 's3_enabled', '0'),
(133, 's3_bucket', ''),
(134, 's3_region', ''),
(135, 's3_key', ''),
(136, 's3_secret', ''),
(137, 'digitalocean_enabled', '0'),
(138, 'digitalocean_space_name', ''),
(139, 'digitalocean_space_region', ''),
(140, 'digitalocean_key', ''),
(141, 'digitalocean_secret', ''),
(142, 'ftp_enabled', '0'),
(143, 'ftp_hostname', ''),
(144, 'ftp_port', ''),
(145, 'ftp_username', ''),
(146, 'ftp_password', ''),
(147, 'ftp_path', ''),
(148, 'ftp_endpoint', ''),
(149, 'session_hash', ''),
(150, 'unusual_login_enabled', '0'),
(151, 'brute_force_detection_enabled', '&#039;1&#039;'),
(152, 'brute_force_bad_login_limit', '&#039;5&#039;'),
(153, 'brute_force_lockout_time', '&#039;10&#039;'),
(154, 'two_factor_enabled', '&#039;1&#039;'),
(155, 'two_factor_type', '&#039;google&#039;'),
(156, 'censored_words_enabled', '1'),
(157, 'censored_words', 'pussy, fuck, shit, asshole, dick, tits, boobs'),
(158, 'reCAPTCHA_enabled', '0'),
(159, 'reCAPTCHA_site_key', ''),
(160, 'reCAPTCHA_secret_key', ''),
(161, 'paypal_enabled', '0'),
(162, 'paypal_mode', ''),
(163, 'paypal_id', ''),
(164, 'paypal_secret', ''),
(165, 'creditcard_enabled', '1'),
(166, 'alipay_enabled', '0'),
(167, 'stripe_mode', 'test'),
(168, 'stripe_test_secret', 'sk_test_51MjnELHTAHWwyrB6o5FbJewlU1QQeOvwfJoCBfnlf20KzNGa7JVyxIWhYIb84Ohl8kUxvGDuzOkCSo3rFj9Ne85l00FvdXN2ti'),
(169, 'stripe_test_publishable', 'pk_test_51MjnELHTAHWwyrB6HqKFzapBSOjSEAF9dKUz7JAI9vPTQHtsGsFJrhm151hdiVQWyvsvtq1CpkSMEmAUjC0pgbEl00P1BNfXvD'),
(170, 'stripe_live_secret', ''),
(171, 'stripe_live_publishable', ''),
(172, 'coinpayments_enabled', '0'),
(173, 'coinpayments_merchant_id', ''),
(174, 'coinpayments_ipn_secret', ''),
(175, '2checkout_enabled', '0'),
(176, '2checkout_mode', ''),
(177, '2checkout_merchant_code', ''),
(178, '2checkout_publishable_key', ''),
(179, '2checkout_private_key', ''),
(180, 'bank_transfers_enabled', '0'),
(181, 'bank_name', ''),
(182, 'bank_account_number', ''),
(183, 'bank_account_name', ''),
(184, 'bank_account_routing', ''),
(185, 'bank_account_country', ''),
(186, 'bank_transfer_note', 'In order to confirm the bank transfer, you will need to upload a receipt or take a screenshot of your transfer within 1 day from your payment date. If a bank transfer is made but no receipt is uploaded within this period, your order will be cancelled. We will verify and confirm your receipt within 3 working days from the date you upload it.'),
(187, 'data_heartbeat', '5'),
(188, 'chat_heartbeat', '10'),
(189, 'offline_time', '10'),
(190, 'min_results', '5'),
(191, 'max_results', '10'),
(192, 'min_results_even', '6'),
(193, 'max_results_even', '12'),
(194, 'analytics_code', ''),
(195, 'system_theme_night_on', '0'),
(196, 'system_theme_mode_select', '1'),
(197, 'system_profile_background_enabled', '1'),
(198, 'system_logo', 'photos/2025/09/sngine_b3d0a30d99337585a4fcb7976bf8e041.png'),
(199, 'system_wallpaper_default', ''),
(200, 'system_wallpaper', 'photos/2025/09/mxbook_53845c38ceeb77d9e7eefdad6d3b8221.jpg'),
(201, 'system_favicon_default', '0'),
(202, 'system_favicon', 'photos/2025/09/sngine_c25a8f8c8aef0c5ce1481c867bda5f45.png'),
(203, 'system_ogimage_default', '0'),
(204, 'system_ogimage', 'photos/2025/09/sngine_fac27e57363817df8819bb4bd29f2066.jpg'),
(205, 'css_customized', '0'),
(206, 'css_background', ''),
(207, 'css_link_color', ''),
(208, 'css_header', ''),
(209, 'css_header_search', ''),
(210, 'css_header_search_color', ''),
(211, 'css_btn_primary', ''),
(212, 'css_custome_css', '/* \r\n\r\nAdd here your custom css styles \r\nExample:\r\np { text-align: center; color: red; }\r\n\r\n*/'),
(213, 'custome_js_header', '/* \r\nYou can add your JavaScript code here\r\n\r\nExample:\r\n\r\nvar x, y, z;\r\nx = 1;\r\ny = 2;\r\nz = x + y;\r\n*/'),
(214, 'custome_js_footer', '/* \r\nYou can add your JavaScript code here\r\n\r\nExample:\r\n\r\nvar x, y, z;\r\nx = 1;\r\ny = 2;\r\nz = x + y;\r\n*/'),
(215, 'forums_enabled', '0'),
(216, 'forums_online_enabled', '1'),
(217, 'forums_statistics_enabled', '1'),
(218, 'affiliates_enabled', '0'),
(219, 'affiliate_type', 'packages'),
(220, 'affiliate_payment_method', 'paypal,skrill'),
(221, 'affiliate_payment_method_custom', ''),
(222, 'affiliates_min_withdrawal', '50'),
(223, 'affiliate_payment_type', 'fixed'),
(224, 'affiliates_per_user', '0.15'),
(225, 'affiliates_percentage', '15'),
(226, 'points_enabled', '0'),
(227, 'points_money_withdraw_enabled', '1'),
(228, 'points_payment_method', 'paypal,skrill'),
(229, 'points_payment_method_custom', ''),
(230, 'points_min_withdrawal', '50'),
(231, 'points_money_transfer_enabled', '1'),
(232, 'points_per_currency', '100'),
(233, 'points_per_post', '0'),
(234, 'points_per_comment', '5'),
(235, 'points_per_reaction', '5'),
(236, 'points_limit_user', '1000'),
(237, 'points_limit_pro', '2000'),
(238, 'ads_enabled', '1'),
(239, 'ads_cost_click', '0.05'),
(240, 'ads_cost_view', '0.01'),
(241, 'developers_apps_enabled', '0'),
(242, 'developers_share_enabled', '0'),
(243, 'auto_friend', '0'),
(244, 'auto_friend_users', ''),
(245, 'auto_follow', '0'),
(246, 'auto_follow_users', ''),
(247, 'auto_like', '0'),
(248, 'auto_like_pages', ''),
(249, 'auto_join', '0'),
(250, 'auto_join_groups', ''),
(251, 'last_backup_time', ''),
(252, 'sms_provider', 'twilio'),
(253, 'bulksms_username', ''),
(254, 'bulksms_password', ''),
(255, 'infobip_username', ''),
(256, 'infobip_password', ''),
(257, 'watermark_enabled', '0'),
(258, 'watermark_icon', ''),
(259, 'watermark_position', 'bottom right'),
(260, 'watermark_xoffset', '-30'),
(261, 'watermark_yoffset', '-30'),
(262, 'watermark_opacity', '0.5'),
(263, 'adult_images_enabled', ''),
(264, 'adult_images_action', 'blur'),
(265, 'adult_images_api_key', ''),
(266, 'mobile_infinite_scroll', '0'),
(267, 'limit_cover_photo', '1'),
(268, 'comments_photos_enabled', '1'),
(269, 'chat_photos_enabled', '1'),
(270, 'onesignal_notification_enabled', '0'),
(271, 'onesignal_app_id', ''),
(272, 'onesignal_api_key', ''),
(273, 'system_distance', 'kilometer'),
(274, 'wallet_enabled', '1'),
(275, 'wallet_transfer_enabled', '1'),
(276, 'affiliates_money_withdraw_enabled', '1'),
(277, 'affiliates_money_transfer_enabled', '1'),
(286, 'jobs_enabled', '1'),
(287, 'posts_online_status', '1'),
(288, 'anonymous_mode', '1'),
(289, 'tinymce_photos_enabled', '1'),
(290, 'voice_notes_posts_enabled', '1'),
(291, 'voice_notes_comments_enabled', '1'),
(292, 'voice_notes_chat_enabled', '1'),
(293, 'offers_enabled', '1'),
(294, 'live_enabled', '1'),
(295, 'save_live_enabled', '1'),
(297, 'agora_app_id', '01ded2e2f9cb40ce9a0dc9bd53b5c63d'),
(298, 'agora_app_certificate', '76c95cd4a6bd490fb94c9ce81789a464'),
(299, 'agora_customer_id', 'aa743f0958e84d00bd2e2115276ad792'),
(300, 'agora_customer_certificate', '9dc8ebe197924937983c68b95e73c489'),
(301, 'agora_s3_bucket', ''),
(302, 'agora_s3_region', 'us-east-1'),
(303, 'agora_s3_key', ''),
(304, 'agora_s3_secret', ''),
(305, 'chat_permanently_delete_enabled', '1'),
(306, 'system_description_directory', 'Discover new people, create new connections and make new friends'),
(307, 'system_description_offers', 'Discover new offers'),
(308, 'system_description_jobs', 'Discover new jobs offers'),
(309, 'system_description_blogs', 'Explore the latest articles'),
(310, 'system_description_marketplace', 'Discover new products'),
(311, 'system_description_forums', 'The great place to discuss topics with other users'),
(312, 'system_description_movies', 'Discover new movies'),
(313, 'stories_duration', '3'),
(314, 'desktop_infinite_scroll', '1'),
(315, 'disable_declined_friendrequest', '0'),
(316, 'wallet_withdrawal_enabled', '1'),
(317, 'wallet_payment_method', 'paypal,skrill'),
(318, 'wallet_payment_method_custom', ''),
(319, 'wallet_min_withdrawal', '50'),
(320, 'location_finder_enabled', '0'),
(321, 'relationship_info_enabled', '1'),
(322, 'website_info_enabled', '1'),
(323, 'biography_info_enabled', '1'),
(324, 'work_info_enabled', '1'),
(325, 'education_info_enabled', '1'),
(326, 'social_info_enabled', '1'),
(327, 'location_info_enabled', '1'),
(328, 'show_usernames_enabled', '0'),
(329, 'msg91_authkey', ''),
(330, 'name_min_length', '3'),
(331, 'newsfeed_source', 'default'),
(334, 'funding_enabled', '0'),
(336, 'system_description_funding', 'Discover new funding requests'),
(339, 'paystack_enabled', '0'),
(340, 'paystack_secret', ''),
(341, 'funding_money_withdraw_enabled', '1'),
(342, 'funding_payment_method', 'paypal,skrill'),
(343, 'funding_payment_method_custom', ''),
(344, 'funding_min_withdrawal', '50'),
(345, 'funding_money_transfer_enabled', '1'),
(346, 'funding_commission', '10'),
(347, 'play_store_badge_enabled', '0'),
(348, 'play_store_link', ''),
(349, 'app_store_badge_enabled', '0'),
(350, 'app_store_link', ''),
(352, 'invitation_user_limit', '5'),
(353, 'invitation_expire_period', 'month'),
(354, 'invitation_send_method', 'email'),
(355, 'appgallery_badge_enabled', '0'),
(356, 'appgallery_store_link', ''),
(357, 'points_per_follow', '5'),
(358, 'points_per_referred', '5'),
(359, 'newsfeed_results', '12'),
(365, 'ads_approval_enabled', '1'),
(407, 'uploads_cdn_url', ''),
(592, 'affiliates_levels', '3'),
(692, 'voice_notes_durtaion', '120'),
(693, 'voice_notes_encoding', 'wav'),
(702, 'pages_results', '12'),
(729, 'groups_results', '12'),
(730, 'events_results', '12'),
(921, 'system_currency_dir', 'left'),
(968, 'games_results', '12'),
(1004, 'newsfeed_public', '0'),
(1005, 'search_results', '12'),
(1006, 'auto_play_videos', '0'),
(1010, 'wasabi_enabled', '0'),
(1011, 'wasabi_bucket', ''),
(1012, 'wasabi_region', ''),
(1013, 'wasabi_key', ''),
(1014, 'wasabi_secret', ''),
(1028, 'marketplace_results', '12'),
(1029, 'offers_results', '12'),
(1030, 'jobs_results', '12'),
(1068, 'activation_required', '1'),
(1191, 's3', '0'),
(1195, 'google_cloud_enabled', '0'),
(1196, 'google_cloud_bucket', ''),
(1197, 'google_cloud_file', ''),
(1198, 'html_richtext_enabled', '0'),
(1199, 'razorpay_enabled', '0'),
(1200, 'razorpay_key_id', ''),
(1201, 'razorpay_key_secret', ''),
(1214, 'cashfree_enabled', '0'),
(1215, 'cashfree_mode', ''),
(1216, 'cashfree_client_id', ''),
(1217, 'cashfree_client_secret', ''),
(1228, 'coinbase_enabled', '0'),
(1229, 'coinbase_api_key', ''),
(1238, 'shift4_enabled', '0'),
(1239, 'shift4_api_key', ''),
(1240, 'shift4_api_secret', ''),
(1247, 'special_characters_enabled', '1'),
(1286, 'backblaze_enabled', '0'),
(1287, 'backblaze_bucket', ''),
(1288, 'backblaze_region', ''),
(1289, 'backblaze_key', ''),
(1290, 'backblaze_secret', ''),
(1291, 'ffmpeg_enabled', '0'),
(1292, 'ffmpeg_path', ''),
(1293, 'ffmpeg_speed', 'medium'),
(1294, 'reserved_usernames_enabled', '1'),
(1295, 'reserved_usernames', '[{&quot;value&quot;:&quot;install&quot;},{&quot;value&quot;:&quot;static&quot;},{&quot;value&quot;:&quot;contact&quot;},{&quot;value&quot;:&quot;contacts&quot;},{&quot;value&quot;:&quot;sign&quot;},{&quot;value&quot;:&quot;signin&quot;},{&quot;value&quot;:&quot;login&quot;},{&quot;value&quot;:&quot;signup&quot;},{&quot;value&quot;:&quot;register&quot;},{&quot;value&quot;:&quot;signout&quot;},{&quot;value&quot;:&quot;logout&quot;},{&quot;value&quot;:&quot;reset&quot;},{&quot;value&quot;:&quot;activation&quot;},{&quot;value&quot;:&quot;connect&quot;},{&quot;value&quot;:&quot;revoke&quot;},{&quot;value&quot;:&quot;packages&quot;},{&quot;value&quot;:&quot;started&quot;},{&quot;value&quot;:&quot;search&quot;},{&quot;value&quot;:&quot;friends&quot;},{&quot;value&quot;:&quot;messages&quot;},{&quot;value&quot;:&quot;message&quot;},{&quot;value&quot;:&quot;notifications&quot;},{&quot;value&quot;:&quot;notification&quot;},{&quot;value&quot;:&quot;settings&quot;},{&quot;value&quot;:&quot;setting&quot;},{&quot;value&quot;:&quot;posts&quot;},{&quot;value&quot;:&quot;post&quot;},{&quot;value&quot;:&quot;photos&quot;},{&quot;value&quot;:&quot;photo&quot;},{&quot;value&quot;:&quot;create&quot;},{&quot;value&quot;:&quot;pages&quot;},{&quot;value&quot;:&quot;page&quot;},{&quot;value&quot;:&quot;groups&quot;},{&quot;value&quot;:&quot;group&quot;},{&quot;value&quot;:&quot;events&quot;},{&quot;value&quot;:&quot;event&quot;},{&quot;value&quot;:&quot;games&quot;},{&quot;value&quot;:&quot;game&quot;},{&quot;value&quot;:&quot;saved&quot;},{&quot;value&quot;:&quot;forums&quot;},{&quot;value&quot;:&quot;forum&quot;},{&quot;value&quot;:&quot;blogs&quot;},{&quot;value&quot;:&quot;blog&quot;},{&quot;value&quot;:&quot;articles&quot;},{&quot;value&quot;:&quot;article&quot;},{&quot;value&quot;:&quot;directory&quot;},{&quot;value&quot;:&quot;products&quot;},{&quot;value&quot;:&quot;product&quot;},{&quot;value&quot;:&quot;market&quot;},{&quot;value&quot;:&quot;admincp&quot;},{&quot;value&quot;:&quot;admin&quot;},{&quot;value&quot;:&quot;admins&quot;},{&quot;value&quot;:&quot;modcp&quot;},{&quot;value&quot;:&quot;moderator&quot;},{&quot;value&quot;:&quot;moderators&quot;},{&quot;value&quot;:&quot;moderatorcp&quot;},{&quot;value&quot;:&quot;chat&quot;},{&quot;value&quot;:&quot;ads&quot;},{&quot;value&quot;:&quot;wallet&quot;},{&quot;value&quot;:&quot;boosted&quot;},{&quot;value&quot;:&quot;people&quot;},{&quot;value&quot;:&quot;popular&quot;},{&quot;value&quot;:&quot;movies&quot;},{&quot;value&quot;:&quot;movie&quot;},{&quot;value&quot;:&quot;api&quot;},{&quot;value&quot;:&quot;apis&quot;},{&quot;value&quot;:&quot;oauth&quot;},{&quot;value&quot;:&quot;authorize&quot;},{&quot;value&quot;:&quot;anonymous&quot;},{&quot;value&quot;:&quot;jobs&quot;},{&quot;value&quot;:&quot;job&quot;}]'),
(1310, 'getting_started_profile_image_required', '0'),
(1311, 'getting_started_location_required', '0'),
(1312, 'getting_started_education_required', '0'),
(1313, 'getting_started_work_required', '0'),
(1314, 'posts_views_enabled', '1'),
(1425, 'points_per_post_view', '0.001'),
(1548, 'newsfeed_location_filter_enabled', '1'),
(1833, 'monetization_wallet_payment_enabled', '1'),
(1834, 'content_monetization_commission', '10'),
(1836, 'system_logo_dark', 'photos/2025/09/sngine_e5b3df1db3174101bd3419bdc734adef.png'),
(1837, 'monetization_enabled', '0'),
(1839, 'monetization_money_withdraw_enabled', '1'),
(1840, 'monetization_payment_method_custom', ''),
(1841, 'monetization_min_withdrawal', '50'),
(1842, 'monetization_money_transfer_enabled', '1'),
(1843, 'monetization_commission', '10'),
(1844, 'monetization_payment_method', 'paypal,skrill'),
(1855, 'watch_enabled', '1'),
(1929, 'tips_enabled', '0'),
(1931, 'tips_min_amount', '10'),
(1932, 'tips_max_amount', '100'),
(2047, 'allow_animated_images', '1'),
(2059, 'system_description_pages', 'Discover pages'),
(2060, 'system_description_groups', 'Discover groups'),
(2061, 'system_description_events', 'Discover events'),
(2062, 'system_description_games', 'Discover new games'),
(2063, 'system_morning_message', 'Write it on your heart that every day is the best day in the year'),
(2064, 'system_afternoon_message', 'May Your Good Afternoon Be Light, Blessed, Productive And Happy'),
(2065, 'system_evening_message', 'We hope you are enjoying your evening'),
(2129, 'moneypoolscash_enabled', '0'),
(2130, 'moneypoolscash_api_key', ''),
(2131, 'moneypoolscash_merchant_email', ''),
(2148, 'wordpress_login_enabled', '0'),
(2149, 'wordpress_appid', ''),
(2150, 'wordpress_secret', ''),
(2244, 'moneypoolscash_merchant_password', ''),
(2266, 'default_custom_user_group', '0'),
(2285, 'verification_docs_required', '1'),
(2286, 'fluid_design', '0'),
(2446, 'css_header_icons', ''),
(2447, 'css_header_icons_night', ''),
(2448, 'css_main_icons', ''),
(2449, 'css_main_icons_night', ''),
(2450, 'css_action_icons', ''),
(2451, 'css_action_icons_night', ''),
(2454, 'sngine_login_enabled', '0'),
(2455, 'sngine_appid', ''),
(2456, 'sngine_secret', ''),
(2499, 'sngine_app_domain', ''),
(2522, 'sngine_app_name', ''),
(2570, 'sngine_app_icon', ''),
(2571, 'market_money_withdraw_enabled', '1'),
(2572, 'market_payment_method', 'paypal,skrill'),
(2573, 'market_payment_method_custom', ''),
(2574, 'market_min_withdrawal', '50'),
(2575, 'market_money_transfer_enabled', '1'),
(2576, 'market_commission', '10'),
(2577, 'sms_limit', '3'),
(2596, 'switch_accounts_enabled', '1'),
(2597, 'wallet_max_transfer', '5'),
(2753, 'packages_ads_free_enabled', '1'),
(2823, 'paypal_webhook', ''),
(2856, 'reviews_enabled', '1'),
(2857, 'reviews_replacement_enabled', '1'),
(2858, 'genders_disabled', '0'),
(2859, 'stripe_webhook', ''),
(2860, 'ffmpeg_240p_enabled', ''),
(2861, 'ffmpeg_360p_enabled', ''),
(2862, 'ffmpeg_480p_enabled', ''),
(2863, 'ffmpeg_720p_enabled', 'on'),
(2864, 'ffmpeg_1080p_enabled', ''),
(2865, 'ffmpeg_1440p_enabled', ''),
(2866, 'ffmpeg_2160p_enabled', ''),
(2990, 'fluid_videos_enabled', '0'),
(2991, 'pages_events_enabled', '1'),
(2992, 'verification_for_monetization', '0'),
(2993, 'verification_for_adult_content', '0'),
(3004, 'adult_mode', '1'),
(3119, 'payment_vat_enabled', '0'),
(3120, 'payment_country_vat_enabled', '0'),
(3121, 'payment_vat_percentage', '20'),
(3122, 'payment_fees_enabled', '1'),
(3123, 'payment_fees_percentage', '1'),
(3125, 'watermark_videos_enabled', '0'),
(3126, 'watermark_videos_icon', ''),
(3127, 'watermark_videos_position', 'center'),
(3128, 'watermark_videos_opacity', '0.5'),
(3129, 'watermark_videos_xoffset', '10'),
(3130, 'watermark_videos_yoffset', '10'),
(3131, 'posts_approval_enabled', '0'),
(3132, 'posts_approval_limit', '5'),
(3133, 'verification_for_posts', '0'),
(3134, 'email_admin_verifications', '0'),
(3135, 'email_admin_post_approval', '0'),
(3136, 'email_user_verification', '0'),
(3137, 'email_user_post_approval', '0'),
(3162, 'posts_views_type', 'unique'),
(3163, 'market_shopping_cart_enabled', '1'),
(3164, 'pages_reviews_enabled', '1'),
(3165, 'pages_reviews_replacement_enabled', '1'),
(3166, 'groups_reviews_enabled', '1'),
(3167, 'groups_reviews_replacement_enabled', '1'),
(3168, 'events_reviews_enabled', '1'),
(3169, 'events_reviews_replacement_enabled', '1'),
(3310, 'posts_reviews_enabled', '1'),
(3311, 'posts_reviews_replacement_enabled', '1'),
(3312, 'landing_page_template', 'default'),
(3313, 'authorize_net_enabled', '0'),
(3314, 'authorize_net_api_login_id', ''),
(3315, 'authorize_net_transaction_key', ''),
(3400, 'authorize_net_mode', 'sandbox'),
(3401, 'users_approval_enabled', '0'),
(3476, 'email_admin_user_approval', '0'),
(3498, 'courses_enabled', '0'),
(3518, 'courses_results', '12'),
(3569, 'system_description_courses', 'Discover new courses'),
(3570, 'disable_username_changes', '0'),
(3571, 'user_privacy_chat', 'public'),
(3572, 'user_privacy_poke', 'public'),
(3573, 'user_privacy_gifts', 'public'),
(3574, 'user_privacy_wall', 'public'),
(3575, 'user_privacy_gender', 'public'),
(3576, 'user_privacy_relationship', 'public'),
(3577, 'user_privacy_birthdate', 'public'),
(3578, 'user_privacy_basic', 'public'),
(3579, 'user_privacy_work', 'public'),
(3580, 'user_privacy_location', 'public'),
(3581, 'user_privacy_education', 'public'),
(3582, 'user_privacy_other', 'public'),
(3583, 'user_privacy_friends', 'public'),
(3584, 'user_privacy_followers', 'public'),
(3585, 'user_privacy_subscriptions', 'public'),
(3586, 'user_privacy_photos', 'public'),
(3587, 'user_privacy_pages', 'public'),
(3588, 'user_privacy_groups', 'public'),
(3589, 'user_privacy_events', 'public'),
(3714, 'yandex_cloud_enabled', '0'),
(3715, 'yandex_cloud_bucket', ''),
(3716, 'yandex_cloud_region', ''),
(3717, 'yandex_cloud_key', ''),
(3718, 'yandex_cloud_secret', ''),
(3719, 'points_per_post_comment', '6'),
(3720, 'points_per_post_reaction', '6'),
(3754, 'profile_posts_updates_disabled', '0'),
(3844, 'monetization_max_paid_post_price', '0'),
(3845, 'monetization_max_plan_price', '0'),
(3864, 'watermark_type', 'username'),
(3865, 'download_images_disabled', '0'),
(3866, 'right_click_disabled', '0'),
(3867, 'myfatoorah_enabled', '0'),
(3868, 'myfatoorah_mode', ''),
(3869, 'myfatoorah_test_token', ''),
(3870, 'myfatoorah_live_token', ''),
(3871, 'myfatoorah_live_api_url', ''),
(3872, 'select_user_group_enabled', '0'),
(3948, 'show_user_group_enabled', '0'),
(3949, 'funding_wallet_payment_enabled', '1'),
(3950, 'epayco_enabled', '0'),
(3951, 'epayco_mode', ''),
(3952, 'epayco_public_key', ''),
(3953, 'epayco_private_key', ''),
(3954, 'friends_enabled', '1'),
(4050, 'flutterwave_enabled', '0'),
(4051, 'flutterwave_mode', ''),
(4052, 'flutterwave_public_key', ''),
(4053, 'flutterwave_secret_key', ''),
(4054, 'flutterwave_encryption_key', ''),
(4055, 'max_daily_upload_size', '0'),
(4372, 'pages_pbid_enabled', '1'),
(4374, 'activities_edit_limit', '15'),
(4375, 'stripe_payment_element_enabled', '1'),
(4606, 'blogs_results', '12'),
(4624, 'funding_results', '12'),
(4719, 'verotel_enabled', '0'),
(4721, 'verotel_shop_id', ''),
(4722, 'verotel_signature_key', ''),
(4723, 'auto_language_detection', '1'),
(4724, 'paypal_payouts_enabled', '0'),
(4725, 'moneypoolscash_payouts_enabled', '0'),
(4726, 'reels_enabled', '1'),
(4727, 'google_translation_key', ''),
(4775, 'chat_translation_enabled', '0'),
(4776, 'market_wallet_payment_enabled', '1'),
(4784, 'censored_domains_enabled', '0'),
(4785, 'censored_domains', ''),
(4786, 'mods_users_permission', '1'),
(4793, 'mods_posts_permission', '1'),
(4794, 'mods_pages_permission', '1'),
(4795, 'mods_groups_permission', '1'),
(4796, 'mods_events_permission', '1'),
(4797, 'mods_blogs_permission', '1'),
(4798, 'mods_offers_permission', '1'),
(4799, 'mods_jobs_permission', '1'),
(4800, 'mods_courses_permission', '1'),
(4801, 'mods_forums_permission', '1'),
(4802, 'mods_movies_permission', '1'),
(4803, 'mods_games_permission', '1'),
(4804, 'mods_reports_permission', '1'),
(4805, 'mods_verifications_permission', '1'),
(5083, 'mods_ads_permission', '0'),
(5084, 'mods_wallet_permission', '0'),
(5085, 'mods_affiliates_permission', '0'),
(5086, 'mods_points_permission', '0'),
(5087, 'mods_marketplace_permission', '0'),
(5088, 'mods_funding_permission', '0'),
(5089, 'mods_monetization_permission', '0'),
(5090, 'mods_tips_permission', '0'),
(5091, 'mods_payments_permission', '0'),
(5092, 'mods_developers_permission', '1'),
(5093, 'mods_blacklist_permission', '1'),
(5094, 'mods_customization_permission', '1'),
(5095, 'mods_reach_permission', '1'),
(5137, 'mods_pro_permission', '0'),
(5138, 'ads_author_view_enabled', '1'),
(5156, 'audio_video_provider', 'twilio'),
(5157, 'livekit_api_key', ''),
(5158, 'livekit_api_secret', ''),
(5159, 'livekit_ws_url', ''),
(5160, 'cover_crop_enabled', '0'),
(5210, 'market_cod_payment_enabled', '0'),
(5211, 'chunk_upload_size', '100'),
(5719, 'smooth_infinite_scroll', '0'),
(5771, 'newsfeed_merge_enabled', '1'),
(5772, 'merge_recent_results', '12'),
(5773, 'merge_popular_results', '3'),
(5774, 'merge_discover_results', '3'),
(5775, 'newsfeed_caching_enabled', '0'),
(5796, 'popular_posts_interval', 'month'),
(6017, 'pwa_enabled', '0'),
(6018, 'pwa_192_icon', ''),
(6019, 'pwa_512_icon', ''),
(6020, 'pwa_banner_enabled', '1'),
(6249, 'mask_file_path_enabled', '1'),
(6252, 'disable_yt_player', '1'),
(6614, 'mercadopago_enabled', '0'),
(6615, 'mercadopago_public_key', ''),
(6616, 'mercadopago_access_token', ''),
(6797, 'merits_enabled', '0'),
(6798, 'merits_peroid_max', '10'),
(6799, 'merits_send_peroid_max', '5'),
(6800, 'merits_peroid', '1'),
(6805, 'merits_notifications_recharge', '1'),
(6806, 'merits_notifications_reminder', '1'),
(6807, 'merits_notifications_recipient', '1'),
(6820, 'merits_widgets_newsfeed', '1'),
(6821, 'merits_widgets_winners', '1'),
(6822, 'merits_widgets_balance', '1'),
(6823, 'merits_widgets_statistics', '1'),
(6868, 'merits_peroid_reset', '1'),
(6944, 'cronjob_hash', '7d6c10684ae17ff98317c4b62e8b90d8'),
(6948, 'cronjob_enabled', '0'),
(6949, 'cronjob_reset_pro_packages', '1'),
(6950, 'cronjob_merits_reminder', '1'),
(6955, 'merits_notifications_sender', '1'),
(6994, 'system_back_swipe', '0'),
(7097, 'posts_schedule_enabled', '1'),
(7100, 'whitelist_enabled', '0'),
(7101, 'whitelist_providers', ''),
(7394, 'allow_heif_images', '0'),
(7501, 'affiliate_payment_to', 'buyer'),
(7502, 'affiliates_per_user_2', '0.10'),
(7503, 'affiliates_percentage_2', '10'),
(7504, 'affiliates_per_user_3', '0.05'),
(7505, 'affiliates_percentage_3', '5'),
(7506, 'affiliates_per_user_4', ''),
(7507, 'affiliates_percentage_4', ''),
(7508, 'affiliates_per_user_5', ''),
(7509, 'affiliates_percentage_5', ''),
(7522, 'turnstile_enabled', '0'),
(7523, 'turnstile_site_key', ''),
(7524, 'turnstile_secret_key', ''),
(7561, 'password_complexity_enabled', '0'),
(7612, 'market_delivery_days', '30'),
(7640, 'cronjob_undelivered_orders', '1'),
(8259, 'system_api_key', ''),
(8260, 'system_api_secret', ''),
(8272, 'system_jwt_key', '692ed96d99f2ab849bf8f4da0909846d'),
(8389, 'onesignal_messenger_notification_enabled', '0'),
(8390, 'onesignal_messenger_app_id', ''),
(8391, 'onesignal_messenger_api_key', ''),
(8392, 'onesignal_timeline_notification_enabled', '0'),
(8393, 'onesignal_timeline_app_id', ''),
(8394, 'onesignal_timeline_api_key', ''),
(8489, 'cloudflare_r2_enabled', '0'),
(8490, 'cloudflare_r2_bucket', ''),
(8491, 'cloudflare_r2_key', ''),
(8492, 'cloudflare_r2_secret', ''),
(8493, 'cloudflare_r2_endpoint', ''),
(8501, 'cloudflare_r2_custom_domain', 'https://cloud.sngine.com'),
(8691, 'chat_socket_enabled', '0'),
(8692, 'chat_socket_port', '3000'),
(8693, 'chat_socket_ssl_crt', ''),
(8694, 'chat_socket_ssl_key', ''),
(8695, 'chat_socket_ssl_verify_peer', '1'),
(8696, 'chat_socket_ssl_allow_self_signed', '0'),
(8769, 'chat_socket_server', 'php'),
(8770, 'php_bin_path', ''),
(8771, 'nodejs_bin_path', ''),
(9132, 'cronjob_clear_pending_uploads', '1'),
(9439, 'pushr_enabled', '0'),
(9440, 'pushr_bucket', ''),
(9441, 'pushr_key', ''),
(9442, 'pushr_secret', ''),
(9443, 'pushr_endpoint', ''),
(9444, 'pushr_hostname', ''),
(9870, 'agora_call_app_id', ''),
(9871, 'agora_call_app_certificate', ''),
(10003, 'msg91_template_id', ''),
(10315, 'pro_users_widget_enabled', '1'),
(10316, 'pro_page_widget_enabled', '1'),
(10534, 'name_max_length', '12'),
(10735, 'chat_socket_proxied', '1');

-- --------------------------------------------------------

--
-- Table structure for table `system_reactions`
--

CREATE TABLE `system_reactions` (
  `reaction_id` int(10) UNSIGNED NOT NULL,
  `reaction` varchar(32) NOT NULL,
  `title` varchar(32) NOT NULL,
  `color` varchar(128) DEFAULT NULL,
  `image` varchar(256) NOT NULL,
  `reaction_order` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `enabled` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_reactions`
--

INSERT INTO `system_reactions` (`reaction_id`, `reaction`, `title`, `color`, `image`, `reaction_order`, `enabled`) VALUES
(1, 'like', 'Like', '#1e8bd2', 'reactions/like.png', 1, '1'),
(2, 'love', 'Love', '#f25268', 'reactions/love.png', 2, '1'),
(3, 'haha', 'Haha', '#f3b715', 'reactions/haha.png', 3, '1'),
(4, 'yay', 'Yay', '#F3B715', 'reactions/yay.png', 4, '1'),
(5, 'wow', 'Wow', '#f3b715', 'reactions/wow.png', 5, '1'),
(6, 'sad', 'Sad', '#f3b715', 'reactions/sad.png', 6, '1'),
(7, 'angry', 'Angry', '#f7806c', 'reactions/angry.png', 7, '1');

-- --------------------------------------------------------

--
-- Table structure for table `system_themes`
--

CREATE TABLE `system_themes` (
  `theme_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(64) NOT NULL,
  `default` enum('0','1') NOT NULL,
  `enabled` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `system_themes`
--

INSERT INTO `system_themes` (`theme_id`, `name`, `default`, `enabled`) VALUES
(1, 'default', '1', '1');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_master_account` int(11) NOT NULL DEFAULT 0,
  `user_group` tinyint(3) UNSIGNED NOT NULL DEFAULT 3,
  `user_group_custom` int(11) NOT NULL DEFAULT 0,
  `user_demo` enum('0','1') NOT NULL DEFAULT '0',
  `user_name` varchar(64) NOT NULL,
  `user_email` varchar(64) NOT NULL,
  `user_email_verified` enum('0','1') NOT NULL DEFAULT '0',
  `user_email_verification_code` varchar(64) DEFAULT NULL,
  `user_phone` varchar(64) DEFAULT NULL,
  `user_phone_verified` enum('0','1') NOT NULL DEFAULT '0',
  `user_phone_verification_code` varchar(64) DEFAULT NULL,
  `user_password` varchar(64) NOT NULL,
  `user_two_factor_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `user_two_factor_type` enum('email','sms','google') DEFAULT NULL,
  `user_two_factor_key` varchar(64) DEFAULT NULL,
  `user_two_factor_gsecret` varchar(64) DEFAULT NULL,
  `user_activated` enum('0','1') NOT NULL DEFAULT '0',
  `user_approved` enum('0','1') NOT NULL DEFAULT '0',
  `user_reseted` enum('0','1') NOT NULL DEFAULT '0',
  `user_reset_key` varchar(64) DEFAULT NULL,
  `user_subscribed` enum('0','1') NOT NULL DEFAULT '0',
  `user_package` int(10) UNSIGNED DEFAULT NULL,
  `user_package_videos_categories` text DEFAULT NULL,
  `user_package_blogs_categories` text DEFAULT NULL,
  `user_subscription_date` datetime DEFAULT NULL,
  `user_boosted_posts` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_boosted_pages` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_started` enum('0','1') NOT NULL DEFAULT '0',
  `user_verified` enum('0','1') NOT NULL DEFAULT '0',
  `user_banned` enum('0','1') NOT NULL DEFAULT '0',
  `user_banned_message` text DEFAULT NULL,
  `user_live_requests_counter` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_requests_lastid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_messages_counter` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_messages_lastid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_calls_counter` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_notifications_counter` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_live_notifications_lastid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_latitude` varchar(256) NOT NULL DEFAULT '0',
  `user_longitude` varchar(256) NOT NULL DEFAULT '0',
  `user_location_updated` datetime DEFAULT NULL,
  `user_firstname` varchar(256) NOT NULL,
  `user_lastname` varchar(256) DEFAULT NULL,
  `user_gender` int(10) UNSIGNED DEFAULT NULL,
  `user_picture` varchar(255) DEFAULT NULL,
  `user_picture_id` int(10) UNSIGNED DEFAULT NULL,
  `user_cover` varchar(256) DEFAULT NULL,
  `user_cover_id` int(10) UNSIGNED DEFAULT NULL,
  `user_cover_position` varchar(256) DEFAULT NULL,
  `user_album_pictures` int(10) UNSIGNED DEFAULT NULL,
  `user_album_covers` int(10) UNSIGNED DEFAULT NULL,
  `user_album_timeline` int(10) UNSIGNED DEFAULT NULL,
  `user_pinned_post` int(10) UNSIGNED DEFAULT NULL,
  `user_registered` datetime DEFAULT NULL,
  `user_last_seen` timestamp NOT NULL DEFAULT current_timestamp(),
  `user_first_failed_login` datetime DEFAULT NULL,
  `user_failed_login_ip` varchar(64) DEFAULT NULL,
  `user_failed_login_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_country` int(10) UNSIGNED DEFAULT NULL,
  `user_birthdate` date DEFAULT NULL,
  `user_relationship` varchar(256) DEFAULT NULL,
  `user_biography` text DEFAULT NULL,
  `user_website` varchar(256) DEFAULT NULL,
  `user_work_title` varchar(256) DEFAULT NULL,
  `user_work_place` varchar(256) DEFAULT NULL,
  `user_work_url` varchar(256) DEFAULT NULL,
  `user_current_city` varchar(256) DEFAULT NULL,
  `user_hometown` varchar(256) DEFAULT NULL,
  `user_edu_major` varchar(256) DEFAULT NULL,
  `user_edu_school` varchar(256) DEFAULT NULL,
  `user_edu_class` varchar(256) DEFAULT NULL,
  `user_social_facebook` varchar(256) DEFAULT NULL,
  `user_social_twitter` varchar(256) DEFAULT NULL,
  `user_social_youtube` varchar(256) DEFAULT NULL,
  `user_social_instagram` varchar(256) DEFAULT NULL,
  `user_social_twitch` varchar(256) DEFAULT NULL,
  `user_social_linkedin` varchar(256) DEFAULT NULL,
  `user_social_vkontakte` varchar(256) DEFAULT NULL,
  `user_profile_background` varchar(256) DEFAULT NULL,
  `user_chat_enabled` enum('0','1') NOT NULL DEFAULT '1',
  `user_newsletter_enabled` enum('0','1') NOT NULL DEFAULT '1',
  `user_tips_enabled` enum('0','1') NOT NULL DEFAULT '1',
  `user_suggestions_hidden` enum('0','1') NOT NULL DEFAULT '0',
  `user_privacy_chat` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_poke` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_gifts` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_wall` enum('me','friends','public') NOT NULL DEFAULT 'friends',
  `user_privacy_gender` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_birthdate` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_relationship` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_basic` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_work` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_location` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_education` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_other` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_friends` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_followers` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_photos` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_pages` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_groups` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_events` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `user_privacy_subscriptions` enum('me','friends','public') NOT NULL DEFAULT 'public',
  `email_post_likes` enum('0','1') NOT NULL DEFAULT '1',
  `email_post_comments` enum('0','1') NOT NULL DEFAULT '1',
  `email_post_shares` enum('0','1') NOT NULL DEFAULT '1',
  `email_wall_posts` enum('0','1') NOT NULL DEFAULT '1',
  `email_mentions` enum('0','1') NOT NULL DEFAULT '1',
  `email_profile_visits` enum('0','1') NOT NULL DEFAULT '1',
  `email_friend_requests` enum('0','1') NOT NULL DEFAULT '1',
  `email_user_verification` enum('0','1') NOT NULL DEFAULT '1',
  `email_user_post_approval` enum('0','1') NOT NULL DEFAULT '1',
  `email_admin_verifications` enum('0','1') NOT NULL DEFAULT '1',
  `email_admin_post_approval` enum('0','1') NOT NULL DEFAULT '1',
  `email_admin_user_approval` enum('0','1') NOT NULL DEFAULT '0',
  `facebook_connected` enum('0','1') NOT NULL DEFAULT '0',
  `facebook_id` varchar(128) DEFAULT NULL,
  `google_connected` enum('0','1') NOT NULL DEFAULT '0',
  `google_id` varchar(128) DEFAULT NULL,
  `twitter_connected` enum('0','1') NOT NULL DEFAULT '0',
  `twitter_id` varchar(128) DEFAULT NULL,
  `instagram_connected` enum('0','1') NOT NULL DEFAULT '0',
  `instagram_id` varchar(128) DEFAULT NULL,
  `linkedin_connected` enum('0','1') NOT NULL DEFAULT '0',
  `linkedin_id` varchar(128) DEFAULT NULL,
  `vkontakte_connected` enum('0','1') NOT NULL DEFAULT '0',
  `vkontakte_id` varchar(128) DEFAULT NULL,
  `wordpress_connected` enum('0','1') NOT NULL DEFAULT '0',
  `wordpress_id` varchar(128) DEFAULT NULL,
  `sngine_connected` enum('0','1') NOT NULL DEFAULT '0',
  `sngine_id` varchar(128) DEFAULT NULL,
  `user_referrer_id` int(11) DEFAULT NULL,
  `custom_affiliates_system` enum('0','1') NOT NULL DEFAULT '0',
  `affiliates_per_user` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_2` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_2` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_3` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_3` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_4` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_4` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_per_user_5` float UNSIGNED NOT NULL DEFAULT 0,
  `affiliates_percentage_5` float UNSIGNED NOT NULL DEFAULT 0,
  `points_earned` enum('0','1') NOT NULL DEFAULT '0',
  `user_points` float NOT NULL DEFAULT 0,
  `user_wallet_balance` float NOT NULL DEFAULT 0,
  `user_affiliate_balance` float NOT NULL DEFAULT 0,
  `user_market_balance` float NOT NULL DEFAULT 0,
  `user_funding_balance` float NOT NULL DEFAULT 0,
  `user_monetization_enabled` enum('0','1') NOT NULL DEFAULT '0',
  `user_monetization_chat_price` float NOT NULL DEFAULT 0,
  `user_monetization_call_price` float NOT NULL DEFAULT 0,
  `user_monetization_min_price` float NOT NULL DEFAULT 0,
  `user_monetization_plans` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_monetization_balance` float NOT NULL DEFAULT 0,
  `chat_sound` enum('0','1') NOT NULL DEFAULT '1',
  `notifications_sound` enum('0','1') NOT NULL DEFAULT '1',
  `user_language` varchar(16) DEFAULT 'en_us',
  `user_free_tried` enum('0','1') NOT NULL DEFAULT '0',
  `coinbase_hash` varchar(128) DEFAULT NULL,
  `coinbase_code` varchar(128) DEFAULT NULL,
  `is_fake` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`user_id`, `user_master_account`, `user_group`, `user_group_custom`, `user_demo`, `user_name`, `user_email`, `user_email_verified`, `user_email_verification_code`, `user_phone`, `user_phone_verified`, `user_phone_verification_code`, `user_password`, `user_two_factor_enabled`, `user_two_factor_type`, `user_two_factor_key`, `user_two_factor_gsecret`, `user_activated`, `user_approved`, `user_reseted`, `user_reset_key`, `user_subscribed`, `user_package`, `user_package_videos_categories`, `user_package_blogs_categories`, `user_subscription_date`, `user_boosted_posts`, `user_boosted_pages`, `user_started`, `user_verified`, `user_banned`, `user_banned_message`, `user_live_requests_counter`, `user_live_requests_lastid`, `user_live_messages_counter`, `user_live_messages_lastid`, `user_live_calls_counter`, `user_live_notifications_counter`, `user_live_notifications_lastid`, `user_latitude`, `user_longitude`, `user_location_updated`, `user_firstname`, `user_lastname`, `user_gender`, `user_picture`, `user_picture_id`, `user_cover`, `user_cover_id`, `user_cover_position`, `user_album_pictures`, `user_album_covers`, `user_album_timeline`, `user_pinned_post`, `user_registered`, `user_last_seen`, `user_first_failed_login`, `user_failed_login_ip`, `user_failed_login_count`, `user_country`, `user_birthdate`, `user_relationship`, `user_biography`, `user_website`, `user_work_title`, `user_work_place`, `user_work_url`, `user_current_city`, `user_hometown`, `user_edu_major`, `user_edu_school`, `user_edu_class`, `user_social_facebook`, `user_social_twitter`, `user_social_youtube`, `user_social_instagram`, `user_social_twitch`, `user_social_linkedin`, `user_social_vkontakte`, `user_profile_background`, `user_chat_enabled`, `user_newsletter_enabled`, `user_tips_enabled`, `user_suggestions_hidden`, `user_privacy_chat`, `user_privacy_poke`, `user_privacy_gifts`, `user_privacy_wall`, `user_privacy_gender`, `user_privacy_birthdate`, `user_privacy_relationship`, `user_privacy_basic`, `user_privacy_work`, `user_privacy_location`, `user_privacy_education`, `user_privacy_other`, `user_privacy_friends`, `user_privacy_followers`, `user_privacy_photos`, `user_privacy_pages`, `user_privacy_groups`, `user_privacy_events`, `user_privacy_subscriptions`, `email_post_likes`, `email_post_comments`, `email_post_shares`, `email_wall_posts`, `email_mentions`, `email_profile_visits`, `email_friend_requests`, `email_user_verification`, `email_user_post_approval`, `email_admin_verifications`, `email_admin_post_approval`, `email_admin_user_approval`, `facebook_connected`, `facebook_id`, `google_connected`, `google_id`, `twitter_connected`, `twitter_id`, `instagram_connected`, `instagram_id`, `linkedin_connected`, `linkedin_id`, `vkontakte_connected`, `vkontakte_id`, `wordpress_connected`, `wordpress_id`, `sngine_connected`, `sngine_id`, `user_referrer_id`, `custom_affiliates_system`, `affiliates_per_user`, `affiliates_percentage`, `affiliates_per_user_2`, `affiliates_percentage_2`, `affiliates_per_user_3`, `affiliates_percentage_3`, `affiliates_per_user_4`, `affiliates_percentage_4`, `affiliates_per_user_5`, `affiliates_percentage_5`, `points_earned`, `user_points`, `user_wallet_balance`, `user_affiliate_balance`, `user_market_balance`, `user_funding_balance`, `user_monetization_enabled`, `user_monetization_chat_price`, `user_monetization_call_price`, `user_monetization_min_price`, `user_monetization_plans`, `user_monetization_balance`, `chat_sound`, `notifications_sound`, `user_language`, `user_free_tried`, `coinbase_hash`, `coinbase_code`, `is_fake`) VALUES
(1, 1, 1, 0, '0', 'mastermcx', 'mastermcx@miracuves.com', '1', NULL, NULL, '1', NULL, '$2y$10$1DVTP4K/SbdPsLCEHSOa1OoGm2pTxNnEFzV/K4iOH0fimOwVDRh7y', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 6, 0, 0, 0, '0', '0', NULL, 'Master', 'MCX', 1, 'photos/2025/09/mxbook_a0f76a545f28714fd7f64935cb20dc0d_cropped.webp', 1, NULL, NULL, NULL, 1, NULL, 5, NULL, '2025-09-17 04:57:31', '2025-12-02 05:59:44', '2025-11-20 10:14:21', '212.104.215.157', 0, 8, '1986-04-16', 'single', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 1, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(2, 2, 1, 0, '1', 'admindemo', 'admin@demo.com', '1', NULL, NULL, '0', NULL, '$2y$10$DNYdMyeSU5VW0RXVM/ZAVOAxU5q6q41oU4OSRL/ws52cZK01guEcS', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '1', '0', '', 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Admin', 'Demo', 1, 'photos/2025/09/mxbook_31ad870912623f7f8347ac83e2d67fee.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-12-02 03:24:40', NULL, NULL, 0, NULL, NULL, NULL, '', NULL, '', '', NULL, '', '', '', '', '', '', '', '', '', NULL, '', '', NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(3, 0, 3, 0, '0', 'treva_monahan_Q4C1', 'treva_monahan_Q4C1@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$d6bpmUFlDgvn9g1pgI/T.OqX2I/xGnytApHhgHUUmvVAaWUPFr4V.', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 1, 0, '0', '0', NULL, 'Reuben', 'Hane', 1, 'photos/2025/09/mxbook_1ca39d7c6d4aec2661352eda0e4c1e28.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:13', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(4, 0, 3, 0, '0', 'alockman_vwsj', 'alockman_vwsj@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$DWXEMlkCgvWcHikdVgVAkOn84tsPVPg4gn28Tg9dDRj.e1vGL48oG', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 1, 0, 0, 0, 0, 1, 0, '0', '0', NULL, 'Alexanne', 'Davis', 2, 'photos/2025/09/mxbook_e17134dd79e06374e5c39e40e31674fc.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:14', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(5, 0, 3, 0, '0', 'arlene_smitham_povJ', 'arlene_smitham_povJ@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$6KAbH.1RBz2aPS95HUa4lO5UxU0f8R5OQFSc2Igj0Te5g.dm9P04G', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', '', 1, 0, 0, 0, 0, 2, 0, '0', '0', NULL, 'Everardo', 'Gulgowski', 1, 'photos/2025/09/mxbook_c079e4d19f4da1f21e6cad974c243d9d.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:15', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(6, 0, 3, 0, '0', 'jakubowski_jack_g2Ae', 'jakubowski_jack_g2Ae@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$OTmDKCRMnuKpVGio7/D72OPKs9h1tMQ8JMhExs0gWNbYnO0uv8dm6', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Tillman', 'Konopelski', 1, 'photos/2025/09/mxbook_0e0b017e056c5e1dfc6a318cd0cf811e.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:18', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(7, 0, 3, 0, '0', 'jmarvin_DSXQ', 'jmarvin_DSXQ@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$Tjx8ztYhv9Fz7oov3EAKHu4hth0x19CmShc8OZF0quvR42LxGI0AS', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Maia', 'Doyle', 2, 'photos/2025/09/mxbook_1ff0b2d38e2d5fbc3c6ee744ad8e5110.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:19', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(8, 0, 3, 0, '0', 'viva_boyer_Dp9u', 'viva_boyer_Dp9u@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$CApHD2jpQjn2jDjnvuq46OIxyffXglrcD2ZyehkA5vYQ7wjJdzFA2', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Kailyn', 'Nicolas', 2, 'photos/2025/09/mxbook_45d569cc18989c12ca6618cda6aa7ed5.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:19', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(9, 0, 3, 0, '0', 'merle_klocko_aX7X', 'merle_klocko_aX7X@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$yx3DJmTJELaOiLlV4Tjpmun4LiCMfoNDMXVpLJXQzvLGe8AIq5B4W', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Deonte', 'Cartwright', 1, 'photos/2025/09/mxbook_bb21f7da184ab94719df7673aff32505.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:20', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(10, 0, 3, 0, '0', 'philpert_9TKp', 'philpert_9TKp@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$pz8iL08XCPVY28Y4PbANzuIUr3EhPxkd/.r7AGNLoFp/K1AFHwkgO', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Luther', 'McClure', 1, 'photos/2025/09/mxbook_2f396aadd5dde151ca940f9cac225ba1.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:21', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(11, 0, 3, 0, '0', 'unique81_h8ZT', 'unique81_h8ZT@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$NzRWXIatfdrx13p7/0xpLO16koznjU1HDj1xVP5U9mYaY/0Se2PEO', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Precious', 'Fritsch', 2, 'photos/2025/09/mxbook_d066deed7ce2c271caa189c9a668bf05.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:21', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(12, 0, 3, 0, '0', 'annalise_torphy_JqLt', 'annalise_torphy_JqLt@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$FFS8HlgqLDF9I6Jmruxpo.H30oese7HLyORdvLfhmZs3ad.XYfF.K', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Kris', 'Mohr', 1, 'photos/2025/09/mxbook_1b7630e6415c7ace6dd0a1e4b23716eb.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:22', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(13, 0, 3, 0, '0', 'fwalker_UXHs', 'fwalker_UXHs@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$5HVYsWeMK4STD90or3yEYuZrq0PzxdSwiCF73mJdIWY/ZCkmPIlTq', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Archibald', 'Jast', 1, 'photos/2025/09/mxbook_690549afc2fd8895aa0ba0a3699b3caf.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:23', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(14, 0, 3, 0, '0', 'magnus_friesen_Y9RH', 'magnus_friesen_Y9RH@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$vkqsSYn.bc0F3nUyAmUtOu8kGlhvIlQGEML3Yazkc1s5xpGvqu56G', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 1, 0, 0, 0, 0, 2, 0, '0', '0', NULL, 'Alec', 'Runte', 1, 'photos/2025/09/mxbook_5723eb753065b218a8be88c2915663dd.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:24', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(15, 0, 3, 0, '0', 'kschuppe_7pq9', 'kschuppe_7pq9@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$0faLfKsMe5oQcMObTA7D6uOiHBlgq9CgrIxeJURCTiSTB6rog5kcO', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Tressie', 'Larson', 2, 'photos/2025/09/mxbook_2ebd9ea9dab70e3c5b26f5bc15832d99.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:25', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(16, 0, 3, 0, '0', 'rmurazik_1a3W', 'rmurazik_1a3W@mxbook.mimeld.com', '0', NULL, NULL, '0', NULL, '$2y$10$Y4jyaCWwl46T9nJE6uhEyelZYoroUra0xOtpZcSlRnSsnbC9l6eXi', '0', NULL, NULL, NULL, '1', '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 1, 0, 0, 0, 0, 2, 0, '0', '0', NULL, 'Anthony', 'Satterfield', 1, 'photos/2025/09/mxbook_7863715efad84d51a39a1ded76e97ed1.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-17 06:48:12', '2025-09-17 06:48:27', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'friends', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '1'),
(17, 1, 3, 0, '0', 'userdemo', 'user@demo.com', '1', NULL, NULL, '1', NULL, '$2y$10$CHRgtkWHl4MV4tVMRjKjUem.XJQ.a1SGUvBvstQES4CBEQ91qa8VG', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 9, 0, 0, 0, '0', '0', NULL, 'User', 'Demo', 1, 'photos/2025/09/mxbook_710721429ec78b5340a5425c3212f129_cropped.jpg', 4, 'photos/2025/09/mxbook_8d6315632e91e9a5109a888f5e4f6780_cropped.jpg', 5, '-419px', 2, 4, 3, 0, '2025-09-17 11:34:13', '2025-12-02 06:55:30', NULL, NULL, 0, 230, '2000-06-11', 'single', 'AI Business Analyst', NULL, 'AI Business Analyst', 'Los Angeles,California,USA', NULL, 'Los Angeles,California,USA-90001', 'Los Angeles,California,USA-90001', 'Science', 'Greenwood High School', '10th', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 11105, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(18, 18, 3, 0, '0', 'Kelvin007', 'kuser@demo.com', '0', '120376', NULL, '0', NULL, '$2y$10$55qacOFb5mLGeJaW2MZdnu2vP2gJ5wsAHgWcrHYdIh6OTdw7dn/W.', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Kelvin ', 'Plank', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-01 12:12:18', '2025-10-01 12:18:50', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(19, 19, 3, 0, '0', 'kelvin111', 'juser@yopmail.com', '0', '903110', NULL, '0', NULL, '$2y$10$zY6Ee3LFAU6IyOO0wXxTEOIUwUFLM0g8HUhUWN1vKxdNm24pfZysu', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Kelvin', 'Plank', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-01 12:30:04', '2025-10-01 12:30:49', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(20, 20, 3, 0, '0', 'xtameem', 'xtameem@outlook.jp', '0', '282124', NULL, '0', NULL, '$2y$10$KuL5zumi4GmmWksC4a5y8.i/Fhx2LHyoTfRCLmhFQhbn5Y2tWAgoS', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Xtameem', 'Xtameem', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-14 08:52:23', '2025-11-19 07:00:39', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(21, 21, 3, 0, '0', 'test', 'user1@demo.com', '1', '909784', NULL, '0', NULL, '$2y$10$U4eoL7z9SFwL4BkB7JPLEeaM5p/0EXKfwr1fMdOGXktwB9rudQq6u', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 2, 8, 0, 0, 0, '0', '0', NULL, 'Test', 'Test', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-15 04:24:10', '2025-10-15 04:31:06', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(22, 22, 3, 0, '0', 'usertest12', 'usertest@yopmail.com', '1', '340071', NULL, '0', NULL, '$2y$10$ZvCVaHDlLDEHJSLUuQkuZuTAXhflo8sdczvLXmZOXKQiWdIEq8bdC', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Testf', 'Testl', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-15 04:30:36', '2025-10-15 12:15:20', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(23, 23, 3, 0, '0', 'usertest252', 'usertest252@yopmail.com', '1', '666228', NULL, '0', NULL, '$2y$10$CATixWO9hdWxusTlz4NdlOeExT6yy/Aaf3qLBk5St2Sdh/HqsSNDS', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 1, 9, 0, 18, 0, '0', '0', NULL, 'Test', 'Test', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-15 04:37:10', '2025-10-16 08:18:55', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(24, 24, 3, 0, '0', 'Ramesh', 'ramesh@demo.com', '0', '326061', NULL, '0', NULL, '$2y$10$dILW3zdywHZs9mvawUeOLuSZMavaGP5UsniG18/pwSnWEoyK2QwfW', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Ramesh', 'Patil', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-16 09:36:45', '2025-10-16 09:38:22', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(25, 25, 3, 0, '0', 'globalsafescargo', 'bhagywatidesai0@gmail.com', '1', '254672', NULL, '0', NULL, '$2y$10$yapl/Eev3yM4cdBCJ9wvKe.p0/COeheTIsNBEIus2fhMZC7br9dCS', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Global Safe', 'Cargo', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-24 19:22:31', '2025-10-24 19:25:28', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(26, 26, 3, 0, '0', 'sspackerandmover', 'anilsharmaaa21@gmail.com', '1', '943648', NULL, '0', NULL, '$2y$10$HBRN/cE45lzl8FdxVplSsOMJk3aHwjQ/kCskUqT0elNMEzhaURfIm', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'SS Packer', 'Mover', 1, 'photos/2025/10/mxbook_cc41ac6a4fcfd0499cdbaa49a90deae5_cropped.jpg', 50, NULL, NULL, NULL, 12, NULL, NULL, NULL, '2025-10-27 03:44:06', '2025-10-27 04:44:16', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(27, 27, 3, 0, '0', 'dtcpackers', 'shreepackers67@gmail.com', '1', '864191', NULL, '0', NULL, '$2y$10$gBDn7iX3Z8BBUKBeMRoEVOnEweV/xJ0qC6hjYF3EnIE9QrpD.r80C', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'DTC', 'Packers', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-27 17:13:07', '2025-10-27 17:25:19', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(28, 28, 3, 0, '0', 'indiancargo', 'indiancargo6@gmail.com', '1', '757461', NULL, '0', NULL, '$2y$10$R0N1729L9f8YfqWKdWEODODtacvx5zzkRc//6g/XOcpu5moPQlkiG', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Indian', 'Cargo', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-27 17:44:38', '2025-10-27 17:56:01', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(29, 29, 3, 0, '0', 'EanArre', 'EanArrell0782@outlook.jp', '1', '685295', NULL, '0', NULL, '$2y$10$i1NHxpTvj2Dt.VwI7EIpEe.AFNlO5C6WzHv8KO8nPF9OK1T5jwcl2', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'EanArre', 'EanArre', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-19 07:01:20', '2025-12-02 08:56:42', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(30, 30, 3, 0, '0', 'rodeoneerer', 'Rodeoneerer@outlook.com', '1', '799443', NULL, '0', NULL, '$2y$10$LpD6uqYbnBdrPIszEHk2yu3X0FNq/9PK6P27tHpNYrK1.KWzH0KZa', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Rodeoneerer', 'Rodeoneerer', 1, 'photos/2025/11/mxbook_fcf3ae8d5adf76c5c0e2ca8215c0a764.jpg', 51, NULL, NULL, NULL, 13, NULL, NULL, NULL, '2025-11-19 07:39:46', '2025-11-19 07:47:11', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'es_es', '0', NULL, NULL, '0'),
(31, 31, 3, 0, '0', 'RyanDunn', 'RyanDunn@tesdfoleman.com', '1', '319603', NULL, '0', NULL, '$2y$10$wt4rp/Io1oW1NiNaYFQUhuJXi.6cSWI6aFYVbvfwYsJg8HfxxbW.K', '0', NULL, NULL, NULL, '1', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '1', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Dunn', 'Ryan', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-28 01:40:07', '2025-11-28 02:36:05', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0'),
(32, 32, 3, 0, '0', 'infinitymarketr', 'infinitymarketr@gmail.com', '0', '205140', NULL, '0', NULL, '$2y$10$hq2ZGh96UwEjQ/1nNdmvXuRPO7N3Y0TBb4W/CVR9f.uXL72IroSfO', '0', NULL, NULL, NULL, '0', '1', '0', NULL, '0', NULL, NULL, NULL, NULL, 0, 0, '0', '0', '0', NULL, 0, 0, 0, 0, 0, 0, 0, '0', '0', NULL, 'Sagar', 'Patil', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-28 17:10:12', '2025-11-28 17:17:39', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '1', '0', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', 'public', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, '0', NULL, NULL, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '0', 0, 0, 0, 0, 0, '1', '1', 'en_us', '0', NULL, NULL, '0');

-- --------------------------------------------------------

--
-- Table structure for table `users_accounts`
--

CREATE TABLE `users_accounts` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `account_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_accounts`
--

INSERT INTO `users_accounts` (`id`, `user_id`, `account_id`) VALUES
(2, 1, 17);

-- --------------------------------------------------------

--
-- Table structure for table `users_addresses`
--

CREATE TABLE `users_addresses` (
  `address_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `address_title` varchar(256) NOT NULL,
  `address_country` varchar(256) NOT NULL,
  `address_city` varchar(256) NOT NULL,
  `address_zip_code` varchar(256) NOT NULL,
  `address_phone` varchar(256) NOT NULL,
  `address_details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_addresses`
--

INSERT INTO `users_addresses` (`address_id`, `user_id`, `address_title`, `address_country`, `address_city`, `address_zip_code`, `address_phone`, `address_details`) VALUES
(1, 17, 'Current Address', 'United State', 'California', '90001', '+12125557890', 'Los Angeles,California ,USA'),
(2, 17, 'test', 'test', 'test', '123456', '1234554321', 'test'),
(3, 17, 'test', 'test', 'test', '123456', '1234554321', 'test'),
(4, 17, 'test', 'test', 'test', '123456', '+4423321231', 'testAddressEdit');

-- --------------------------------------------------------

--
-- Table structure for table `users_affiliates`
--

CREATE TABLE `users_affiliates` (
  `id` int(10) UNSIGNED NOT NULL,
  `referrer_id` int(10) UNSIGNED NOT NULL,
  `referee_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_blocks`
--

CREATE TABLE `users_blocks` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `blocked_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_blocks`
--

INSERT INTO `users_blocks` (`id`, `user_id`, `blocked_id`) VALUES
(5, 1, 4),
(6, 1, 5),
(14, 17, 1),
(13, 17, 12);

-- --------------------------------------------------------

--
-- Table structure for table `users_gifts`
--

CREATE TABLE `users_gifts` (
  `id` int(10) UNSIGNED NOT NULL,
  `from_user_id` int(10) UNSIGNED NOT NULL,
  `to_user_id` int(10) UNSIGNED NOT NULL,
  `gift_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_groups`
--

CREATE TABLE `users_groups` (
  `user_group_id` int(10) UNSIGNED NOT NULL,
  `user_group_title` varchar(255) NOT NULL,
  `permissions_group_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_invitations`
--

CREATE TABLE `users_invitations` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `email_phone` varchar(64) NOT NULL,
  `invitation_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_merits`
--

CREATE TABLE `users_merits` (
  `id` int(10) UNSIGNED NOT NULL,
  `from_user_id` int(10) UNSIGNED NOT NULL,
  `to_user_id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `message` text DEFAULT NULL,
  `image` varchar(256) DEFAULT NULL,
  `sent_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_pokes`
--

CREATE TABLE `users_pokes` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `poked_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_pokes`
--

INSERT INTO `users_pokes` (`id`, `user_id`, `poked_id`) VALUES
(1, 17, 1);

-- --------------------------------------------------------

--
-- Table structure for table `users_recurring_payments`
--

CREATE TABLE `users_recurring_payments` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `payment_gateway` varchar(256) NOT NULL,
  `handle` varchar(256) NOT NULL,
  `handle_id` int(10) UNSIGNED NOT NULL,
  `subscription_id` varchar(256) NOT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_searches`
--

CREATE TABLE `users_searches` (
  `log_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `time` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_searches`
--

INSERT INTO `users_searches` (`log_id`, `user_id`, `node_id`, `node_type`, `time`) VALUES
(1, 17, 1, 'user', '2025-09-29 10:54:55'),
(2, 1, 17, 'user', '2025-10-16 06:49:29'),
(3, 17, 17, 'user', '2025-10-16 11:58:48'),
(4, 0, 17, 'user', '2025-10-17 03:31:50');

-- --------------------------------------------------------

--
-- Table structure for table `users_sessions`
--

CREATE TABLE `users_sessions` (
  `session_id` int(10) UNSIGNED NOT NULL,
  `session_token` varchar(64) NOT NULL,
  `session_date` datetime NOT NULL,
  `session_type` enum('W','A','I') NOT NULL DEFAULT 'W',
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_ip` varchar(64) NOT NULL,
  `user_browser` varchar(64) DEFAULT NULL,
  `user_os` varchar(64) NOT NULL,
  `user_os_version` varchar(64) DEFAULT NULL,
  `user_device_name` varchar(64) DEFAULT NULL,
  `session_onesignal_user_id` varchar(128) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `users_sessions`
--

INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(6, 'efbf3bd200ce53bee17c28842e1e20b7', '2025-09-17 11:34:13', 'W', 17, '103.176.210.251', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(11, '0f657366e5dceee23b01e6a8994451df', '2025-09-29 05:35:28', 'W', 17, '106.215.180.58', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(18, '41d37528fcd09eb4224cef5baf663a24', '2025-10-01 11:15:03', 'W', 17, '106.215.181.90', 'Handheld Browser', 'Android', NULL, NULL, NULL),
(21, '609f40613ed8f9e5f2183af137a87c2a', '2025-10-01 12:12:18', 'W', 18, '106.215.181.90', 'Handheld Browser', 'Android', NULL, NULL, NULL),
(24, 'fb81ae8668e4fa758da67a72e4888e55', '2025-10-14 08:52:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(25, 'c9d7e6ec92dde8b35370628facd1cb54', '2025-10-14 09:08:46', 'W', 20, '115.236.116.74', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(30, 'a99fa76293fa4963fc2222a663a0f5bb', '2025-10-15 04:24:10', 'W', 21, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(31, '35e8396052efb9bb769bc7442823f06b', '2025-10-15 04:29:39', 'W', 21, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(33, '9e196934abaea648ce0c25f069d97239', '2025-10-15 04:31:02', 'W', 21, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(34, '7be8de9c8c5fee2956ff96ed93752f81', '2025-10-15 04:32:41', 'W', 17, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(37, 'c590603172b7d0834d37502107e6a7e2', '2025-10-15 04:53:04', 'W', 17, '103.250.156.139', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(42, 'af60bddabe382baadb162ca9fced6da4', '2025-10-15 12:14:12', 'W', 22, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(43, '7a3c92c644a953c52a3fdb44cdd21e49', '2025-10-16 03:38:58', 'W', 17, '103.251.19.96', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(46, '8796e4e9c40bd389e3d98efa8c8f5fb1', '2025-10-16 03:54:36', 'W', 23, '49.34.247.81', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(51, '00e2675998bad19ba9172827c51bf985', '2025-10-16 09:39:42', 'W', 17, '152.56.16.208', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(54, '495cd356af042ff9c69a9e508f346725', '2025-10-22 04:49:54', 'W', 17, '152.56.14.152', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(74, 'a15b41783c6bf9afaeec52d89c16b4f4', '2025-11-12 05:14:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(75, '0ded520e9d359afd227114968ef43c1d', '2025-11-12 05:16:23', 'W', 2, '106.215.159.241', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(76, 'e2a5fe497bc913de46d1e147ac922131', '2025-11-12 05:30:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(77, '9769cb2292116cb0160fce76fa198b3d', '2025-11-12 05:31:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(78, '0e015357a267683f209f23b38e17b8a3', '2025-11-12 05:35:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(79, 'e7524f93a2f29970c295cef99f930aa4', '2025-11-12 05:48:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(80, 'be3860c953a75e332c4f3034cb6dd789', '2025-11-12 05:51:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(81, '8ec450008ad3e87cb3a590aaa6027d5d', '2025-11-12 05:53:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(82, '96abfca68a3ee7d0c410348368bc2df2', '2025-11-12 06:00:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(83, '071ec1819bff89dfeef14de20ef7c2dc', '2025-11-12 06:04:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(84, '0a14908fa8bfd2289082b2845a50ea18', '2025-11-12 06:18:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(85, '99f5130e0dc07174b7cf94e4a16291c5', '2025-11-12 06:21:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(86, '09f49950c63de724d993a020703e060a', '2025-11-12 06:28:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(87, 'd2eef46541fd29f4f83d2416f9d448f1', '2025-11-12 06:31:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(88, '36e7591d14e2147e544355913a5f2adb', '2025-11-12 06:32:15', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(89, '186262321904b2518af04cbe3fffec2a', '2025-11-12 06:37:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(90, '9bd63a824df2b1a89b49ba6f90671965', '2025-11-12 06:38:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(91, '1027c63209727fcfe09d3edd47422f21', '2025-11-12 06:41:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(92, 'bc807e7891f4bf7a3f427e65f0abe2da', '2025-11-12 06:51:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(93, '5f475ce730e0672d893c3e985de7c7a9', '2025-11-12 07:01:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(94, '22ecbdb1a4c7512e1ffbe64dffec5cba', '2025-11-12 07:04:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(95, '346b23827083fc3cc9371e151c7b4b1c', '2025-11-12 07:11:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(96, '1247e5c19387aa4d27a41261d4d3e2cd', '2025-11-12 07:14:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(97, '43e0e39b9832dbaac9867067381a60e5', '2025-11-12 07:19:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(98, '18fab083edb568c2557fb2a421ba0ee3', '2025-11-12 07:22:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(99, '5cf5bf90ef9b8a9afa81d787e4982ef4', '2025-11-12 07:31:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(100, 'fa28c888fc4d2aaed2ada3e47b440a9f', '2025-11-12 07:34:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(101, 'a9d60b58981117196550672d261230f5', '2025-11-12 07:35:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(102, '738620c90d7cbd7dc0531d3b86e34f52', '2025-11-12 07:42:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(103, '20dfe912b4c3094703e581837621dfda', '2025-11-12 07:44:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(104, 'db312af123afe40607604cdbde056654', '2025-11-12 07:52:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(105, 'e850ed74b460d6c9fd01d6f4211a347c', '2025-11-12 07:57:15', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(106, '82f99d40958be36b649153c59e5fb80f', '2025-11-12 07:59:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(107, '65a899f7f4c40397f4a93a3e5ef2d063', '2025-11-12 08:06:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(108, 'e226b25d4201bcae8a7310a0e864fb72', '2025-11-12 08:12:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(109, '135ed3eeb61c357296ece315946f6c60', '2025-11-12 08:15:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(110, '5bc10238297334229a7b2e22b15f55ab', '2025-11-12 08:30:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(111, '58c759cee1f8cecb9f81a1dd6fbdb997', '2025-11-12 08:31:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(112, 'e88402fe52319d8ec48234dac1004ae0', '2025-11-12 08:37:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(113, 'bd2b2bbb9198c3e3f9a96d80e767bd90', '2025-11-12 08:41:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(114, '204928235c0e40153e2e6ff4c06957bf', '2025-11-12 08:46:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(115, 'f4f7e0174032681b42ce6616e32c6539', '2025-11-12 08:52:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(116, 'd0144a0b3d7143ac4f26a4dd15c2165e', '2025-11-12 08:58:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(117, 'e2c18a119e98aaf0babb9694ad4e195d', '2025-11-12 09:01:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(118, 'c9852e17778092924b001d32ea246cdb', '2025-11-12 09:04:15', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(119, 'cbfc011b13b157657f842c584d36f56b', '2025-11-12 09:05:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(120, '431d7c627662caed4330ce3d99528fcd', '2025-11-12 09:11:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(121, 'b9f62b8f31f35bddc972f4d5278de3d6', '2025-11-12 09:16:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(122, '91c82a65b85220604e35e094f6149470', '2025-11-12 09:16:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(123, '0e72a04f4ce4f4e54fdbd547d9e24319', '2025-11-12 09:23:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(124, 'd1b02218f4856ccd0beb677a4f7a88d0', '2025-11-12 09:24:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(125, 'f5ce316acb2c33c1e9ef9a82ed3bb166', '2025-11-12 09:25:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(126, 'd4bb7853c6738ebf31e2d15700e0c91b', '2025-11-12 09:31:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(127, 'fa6e437b2d272aa215e9b8dbfc4216ce', '2025-11-12 09:33:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(128, '407b91f1b85224415713d3f7e68c3b34', '2025-11-12 09:35:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(129, 'a797ec7cccbc9527e26e56b67f3121d2', '2025-11-12 09:48:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(130, '6d4edfb81517e9a38b5d60b477c97be8', '2025-11-12 09:48:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(131, 'e3d116e8dc7ffcde124b9fa51689873d', '2025-11-12 09:50:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(132, '33fc8aa4b7ce91cad91b1d6a892cb646', '2025-11-12 10:06:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(133, 'ce5b74d4769b96f10aa19a10be3fd045', '2025-11-12 10:14:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(134, 'c8580cd6c7664727d521e0e0bfa3c68c', '2025-11-12 10:14:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(135, 'd33d0830874d2004c390b22346baeec5', '2025-11-12 10:15:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(136, 'f40c2f7838d950b3a0c189d8568d91bc', '2025-11-12 10:20:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(137, '60e129edce492740c3702a404aaff9fd', '2025-11-12 10:22:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(138, '95b015ead0ea1c7614cf93bb5da7f707', '2025-11-12 10:29:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(139, '4281f444c1ec3e45e00faf0a7f1e9597', '2025-11-12 10:32:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(140, '2617f06ee26b518e3d4f303d6eb97355', '2025-11-12 10:36:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(141, 'f6e4ff9c71bebb6279a1b5c46070601d', '2025-11-12 10:47:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(142, 'dddc7441c230811147a917efca71513f', '2025-11-12 10:47:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(143, '0e6711174872124c2431f4cb15a87e79', '2025-11-12 10:59:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(144, '07c33c38daabbe500f2c37a62747c134', '2025-11-12 11:01:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(145, 'cc65549d99e988bd9f2ecb531ed99298', '2025-11-12 11:06:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(146, '46062329d376e29697972599ff47a8b6', '2025-11-12 11:10:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(147, '3edcd4ac86c573038a67961a4c1502da', '2025-11-12 11:18:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(148, 'ac9e6c10cdf0d3e75bf46a2a5adc7341', '2025-11-12 11:21:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(149, '419658445f051c9f99c603e4ea287cc6', '2025-11-12 11:32:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(150, '72caac32f5d14e0c84e74a1b723a2256', '2025-11-12 11:33:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(151, 'e668a01bb2e70cd59f797148ef4081e4', '2025-11-12 11:41:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(152, 'd52a65ba15fbebbb91f9f6fded88c958', '2025-11-12 11:46:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(153, 'd8b586704b2fa18f37619e80c15648e3', '2025-11-12 11:56:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(154, '3be369cbc48a224c2e5423afa3840cf9', '2025-11-12 12:00:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(155, '5a838ab9e5404d62d376e23daff36690', '2025-11-12 12:04:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(156, '96bda58d360cf9658e87c5bd5a8925d0', '2025-11-12 12:13:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(157, '1388288103948fa9acceb43b76e7f5ba', '2025-11-12 12:28:21', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(158, '4e1ca61d842cb4e2071dbd1ef3c0bcdc', '2025-11-12 12:35:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(159, 'c571b8143a890569ca8b24829ccfbe03', '2025-11-12 12:54:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(160, 'b7e1795f57bfb96e3e8fb1911cb593b7', '2025-11-12 12:55:35', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(161, 'b35edb4505292714032f81bd48f3d883', '2025-11-12 13:28:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(162, '837f22560ad849afeba0a5e7648ff3f2', '2025-11-12 14:04:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(163, '58f1be0b2ad9def7af43d05cd604c64f', '2025-11-13 00:11:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(164, '81b4be735d498c8a347304bbf348d3d6', '2025-11-13 00:18:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(165, '6fccfec87af1b36db137db1f94330f1d', '2025-11-13 00:24:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(166, 'b9bf6a096919e6f1b3b1b6faf6d50256', '2025-11-13 00:24:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(167, 'f75705cf53dea63d472c9ea8e96b0d07', '2025-11-13 00:25:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(168, '9c59c6fec96071cdd93e145a7dd83768', '2025-11-13 00:31:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(169, '593b503b9798684dcd07f7c6f0892572', '2025-11-13 00:35:24', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(170, '5b78bb5bcdd611906f6070a22a593394', '2025-11-13 00:42:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(171, 'e6b0257889729f59cc6a39556c446b97', '2025-11-13 00:52:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(172, 'ddbb566b8bcbefc2fc28d2ef8a633470', '2025-11-13 01:17:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(173, '3d4df731505f2dff40e7977224fdfbbb', '2025-11-13 01:28:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(174, '86f26bc0d0f584fbdf83115d5ed43042', '2025-11-13 01:29:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(175, '6abbe596188dd60f17366cc4bbe6a66d', '2025-11-13 01:32:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(176, '8aa172a9c6e625d897c781e3ee543b00', '2025-11-13 01:32:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(177, '5193aaaae2a1138e79419280892847e2', '2025-11-13 01:34:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(178, '0d8b045726159dd37826f7201cb6c830', '2025-11-13 01:38:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(179, 'd73ad4090e830f135236b8cecd711916', '2025-11-13 01:44:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(180, '294d6bea9027416821bf0c6b59daff05', '2025-11-13 01:55:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(181, '55f2d417bafee32852afe7392b0ca465', '2025-11-13 02:05:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(182, '4bb52251f7be6b867e4e2ab96e52cb95', '2025-11-13 02:16:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(183, '6e5c9806476e0d097164760aaacd149b', '2025-11-13 02:31:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(184, 'c411f6be26feb4f35b33844d34780077', '2025-11-13 02:33:14', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(185, '48534a7b22b2e6cb35d2b38431eb4115', '2025-11-13 02:34:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(186, '0b4674c88ad7390abf4078f169b72a6d', '2025-11-13 02:37:39', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(187, 'f958dae7705ac08fd004f75957a1d84f', '2025-11-13 02:47:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(188, '9db38cc5a01c145ac8c121a180d89a53', '2025-11-13 02:50:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(189, 'bbd4c848aa12371f132ca58f7b50f1ed', '2025-11-13 03:00:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(190, '4dd901777d254dcc74541ee65cd564fa', '2025-11-13 03:10:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(191, 'fd6708961921f0fd1e07616766e57f6d', '2025-11-13 03:23:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(192, '19916acd2bae0353138e9e9e70eef6e6', '2025-11-13 03:26:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(193, '3bd4f0dbdedfd07e979e0bab744b541d', '2025-11-13 03:34:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(194, '75b9a2be04a481253e05381f43733233', '2025-11-13 03:35:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(195, '49c10184ba5f9cc8bfc7f9496a93da99', '2025-11-13 03:35:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(196, '9e8d20d388abc9ffd310d2df665a0b93', '2025-11-13 03:39:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(197, '66a08db146afa5efe76ea126edafa1c4', '2025-11-13 03:42:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(198, '7317f78554e8a1e0440fd3fe1cab4f4b', '2025-11-13 03:43:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(199, '4d9542cd9a1f742addcea332cef70d76', '2025-11-13 03:44:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(200, '9ac9649e8e08484346a8eaee7b6ed79d', '2025-11-13 03:46:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(201, '3a71a95e18a803e2392d9893c47d3d5c', '2025-11-13 03:49:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(202, '684b826a41d7700eca6c761ecf88fa62', '2025-11-13 03:50:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(203, '99f05771ccbef01ed0c8141b6f675546', '2025-11-13 03:55:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(204, '3259fb6d49efb5a8bb671769b6a9b9bc', '2025-11-13 03:57:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(205, 'd14d6a159a82a6af2841514d6d7b795b', '2025-11-13 04:03:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(206, '9cd88029f05c5fb3788c663f705d7c5a', '2025-11-13 04:04:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(207, 'a52693cd78bc2ab4dc10c46fd58fcd78', '2025-11-13 04:10:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(208, '8e1204c384d7d5392821e23256601e08', '2025-11-13 04:15:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(209, '2435f47a1ef8218fd2bd82527adc92d8', '2025-11-13 04:18:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(210, '6629154f35cfe613ae0383afe5ede309', '2025-11-13 04:19:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(211, '81b6666e22b3a8e1834a8e8506c2cf24', '2025-11-13 04:32:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(212, '60e0790e8c80b1ddb0eab4717cfe0b7b', '2025-11-13 04:32:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(213, '5a0ea68b5a623d95f144acfb02320397', '2025-11-13 04:35:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(214, 'eef9fd760386f94d81cc40f8598d87d0', '2025-11-13 04:36:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(215, 'dc3095d66e1c213f1282a2975f75be13', '2025-11-13 04:42:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(216, '58f3f3f37e135912e6b06515a323c196', '2025-11-13 04:48:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(217, '473ba551d13de7e0a6965d214af297c2', '2025-11-13 04:49:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(218, 'f127fb5ab59c4a51083c74600b231ead', '2025-11-13 04:51:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(219, '7c9387d4df887006697353de3f64e212', '2025-11-13 04:56:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(220, '3223c0b65f30bf38474431a17652b8b9', '2025-11-13 04:59:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(221, 'c9db4ee42b71902d05a01292d2e9c4e3', '2025-11-13 05:00:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(222, '2aa33cd6e58fa45e916e9e9201a22d22', '2025-11-13 05:03:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(223, '607ac74f66b9bd51d1752a1da4a6bae5', '2025-11-13 05:08:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(224, 'd825682089814850ff07eb453d79cede', '2025-11-13 05:17:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(225, '8789da48c9ca1ff985deb5f58d199d45', '2025-11-13 05:18:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(226, 'f505fb0773fbaf6450529f5b9bd64db0', '2025-11-13 05:23:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(227, '3c75ef668251dcb2670a37fae0dab753', '2025-11-13 05:24:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(228, '0e77f6eda145f7ddba218e38bae6b42f', '2025-11-13 05:26:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(229, '3823cf505b29919b6c4ffc360152aa4e', '2025-11-13 05:29:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(230, 'd980a8401e83ca488914c96a32694fbb', '2025-11-13 05:31:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(231, 'a7b8ae76fb22880faed0e3f18c9e047d', '2025-11-13 05:35:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(232, '0514e140a933b2a810d0d2a7c409ea28', '2025-11-13 05:35:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(233, 'f8341a69deac1b9a357c98f926386262', '2025-11-13 05:37:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(234, '1e50f3c2eca447eace17c7b28660301f', '2025-11-13 05:37:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(235, '347ba6c3ce0cdd640732fa4228260a2a', '2025-11-13 05:42:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(236, 'd983bceac360b0da171c10f06fb96515', '2025-11-13 05:45:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(237, 'e495e3a171acc9657cbd9425b1329dfd', '2025-11-13 05:46:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(238, '63bf6ba2dbcdd0f4b774f6ccd7e2bf43', '2025-11-13 05:47:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(239, '3b9f703a54c0fd39a6ff4624a39d59a8', '2025-11-13 05:48:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(240, 'a8b8076b8e07bae7c68ee9e2c9c08648', '2025-11-13 05:49:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(241, '86566d5d5596749d4bdaa08af7eb70c3', '2025-11-13 05:52:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(242, '4b8d25e236355ce762130d167df30ee3', '2025-11-13 05:54:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(243, '8574595c0d86b608ba630472dfa54e9d', '2025-11-13 05:54:08', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(244, '6fba4adea316c64ce21be0ddff78c37b', '2025-11-13 05:56:22', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(245, '5481bbf08704ddb8a20fd4409b10948a', '2025-11-13 05:57:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(246, '4ab1edc8541c117d8a69e22b88ad97e5', '2025-11-13 05:57:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(247, '819f0fcf5bd966cce21b61c5b5b11988', '2025-11-13 05:59:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(248, '9dce62441d690c6341c83da3ea5a4978', '2025-11-13 05:59:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(249, '927b23b96429b980629a989d9597111f', '2025-11-13 06:01:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(250, 'f30071c0b11f269d92cf5ec6dbca78cc', '2025-11-13 06:01:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(251, '219a402247acc4bc10a998e1f6951e9d', '2025-11-13 06:02:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(252, 'd7d8ccbd5c9d08df3448668506ad07fc', '2025-11-13 06:03:58', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(253, '596312402fad6cf01d54d0ba32b41d0f', '2025-11-13 06:06:17', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(254, 'cb9d0ed3b7f813229950019e1f23659c', '2025-11-13 06:10:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(255, '0fb57a96d4f912066a7ba86693e4456b', '2025-11-13 06:12:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(256, '31f488f1db1af839c6a2de536d1047f6', '2025-11-13 06:12:57', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(257, '10ee7debe525dfe514985505015343ba', '2025-11-13 06:13:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(258, '6ac6feb8a4cf7476a7d978d37faf9e50', '2025-11-13 06:15:14', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(259, 'cdc1230719690dfc00c7c6fab6c026d8', '2025-11-13 06:18:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(260, '6dedd4f232e0049c29466c2bc18aed64', '2025-11-13 06:19:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(261, '77351d50c1c6bc403ee8ad6677b1b2de', '2025-11-13 06:19:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(262, 'a6cf04ff976af44dcc42fe2ba268b7e7', '2025-11-13 06:21:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(263, '81a124613bca37a85cb61f9652e0f4de', '2025-11-13 06:24:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(264, '40fe29a97702c8199068c9ea2935ec3a', '2025-11-13 06:24:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(265, '6ff2bd41332316988744caca662f0e3d', '2025-11-13 06:26:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(266, '4a80632043f9be4d76329ae101801b80', '2025-11-13 06:27:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(267, '6bc17b241556b67aee2b021564a686d4', '2025-11-13 06:28:20', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(268, '03ee7ad9dea0a8b8f8c76afaec721b0c', '2025-11-13 06:28:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(269, '6c9e893eb46fdbfde4f26037b44fd1ae', '2025-11-13 06:32:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(270, '00bc2cfd23fb708688d21d54d24c422f', '2025-11-13 06:33:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(271, '42eb1db1ece28afdb255f5239dac6a22', '2025-11-13 06:35:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(272, '99610193cb19c73bc329cf0b88aeeea6', '2025-11-13 06:36:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(273, 'd09fe85586644929a6d234c4d2690092', '2025-11-13 06:36:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(274, '6cded6f8680f168cae37b7e37cd2f00e', '2025-11-13 06:39:35', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(275, '22f71034df22feb108347e382e39c5a9', '2025-11-13 06:39:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(276, '51464282894e681956675dfc0b1e5c5b', '2025-11-13 06:40:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(277, 'bca3555e22b825c51a0abff48302a343', '2025-11-13 06:43:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(278, 'a4d913a9379b602be762d61eebb70516', '2025-11-13 06:43:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(279, '1da5bec2524117228f1240629a746c7d', '2025-11-13 06:45:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(280, '5b8f726aac634b55ae4df2a909e54905', '2025-11-13 06:47:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(281, '25a1854ee16a16081cbea683baa6a9c8', '2025-11-13 06:47:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(282, '9ffe143771737a9f7a43220197a979db', '2025-11-13 06:48:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(283, '4ca5afdfb9907f4a17c676427d5eeb57', '2025-11-13 06:49:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(284, '065844602927ca1766e269da73b6ac3c', '2025-11-13 06:50:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(285, '07d1fa578b448383b0cc3aeb9c110f49', '2025-11-13 06:50:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(286, 'b5b7ae09e68c565686d6afac51814192', '2025-11-13 06:53:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(287, 'd6fd721d38e0770c216edc547ae1cb24', '2025-11-13 06:53:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(288, 'c702e5dbf408733a5c9eefb75365cfd4', '2025-11-13 06:54:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(289, '04a1ac7e8818eae070ff5b3ce4f0a246', '2025-11-13 06:54:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(290, '3f6669c404d3817638aa30c701a68ec0', '2025-11-13 06:55:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(291, '2d800a8ab0235ddff9da0b8b04054022', '2025-11-13 06:58:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(292, 'fe82c2b725c76f29b6c8f87c2bbf78e3', '2025-11-13 06:58:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(293, '4588bb0c75e38711db563bceb2af4a61', '2025-11-13 06:59:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(294, '5ff73031152da177c2c0f5803aeaa129', '2025-11-13 07:01:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(295, '9477579189b612c5b082c4ed4311fbf1', '2025-11-13 07:01:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(296, '32d842c643b37059534033648d7fc679', '2025-11-13 07:01:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(297, 'fc0ff69bf7c8235568c207026fed919e', '2025-11-13 07:01:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(298, '962850bff468a25aa478e1741b9a9e96', '2025-11-13 07:02:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(299, 'c56e43071dad1de39d51595320a91c7c', '2025-11-13 07:05:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(300, '584279e7828cd1e46a40b09f202f42ac', '2025-11-13 07:05:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(301, '11412b9617455dcf07e50a4d29a2545f', '2025-11-13 07:06:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(302, '1db5ccbca483f69fa8ed19e15ed18574', '2025-11-13 07:06:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(303, '3b981c682f375ac27facaf16434bf512', '2025-11-13 07:07:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(304, '3d70e3e0cf81213908e50a929cdc1f47', '2025-11-13 07:07:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(305, '4c2653d5712c170cdd9af3998b6a8914', '2025-11-13 07:12:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(306, 'f915adf650d6ff019306a8006abecf37', '2025-11-13 07:12:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(307, 'd3827996f1acdc55fa0aaa91b1a4cfef', '2025-11-13 07:12:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(308, '8805c9d293c6035e8fe26624f8645089', '2025-11-13 07:13:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(309, '235a6e67a399d6bfee8427c0188789f1', '2025-11-13 07:13:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(310, '46353b845a378015f34c5b8b990de0d1', '2025-11-13 07:13:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(311, '830847e838d66d3fe7e77e1864c4c184', '2025-11-13 07:13:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(312, 'b40c8d942197f5fc6a069d3adc44732c', '2025-11-13 07:16:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(313, 'f41bb9fbb392348aee06052483e7a34c', '2025-11-13 07:16:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(314, '084daa6ef81a6a647a34f3812e41cf46', '2025-11-13 07:18:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(315, 'b19304c762dfa1e365b2ff13a0039bb9', '2025-11-13 07:19:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(316, 'c6b6bc41ff0516f29b0d197d5e936574', '2025-11-13 07:20:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(317, '0bac30483d215d2b28c3a6fdb1c7c3b5', '2025-11-13 07:21:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(318, '5f308bac3723d1e8c0d79f0209d8bdfd', '2025-11-13 07:21:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(319, '5f733258e19abd13d2669139ed1ce3a3', '2025-11-13 07:21:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(320, '2c356d14333361529a70bcee0116ed31', '2025-11-13 07:23:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(321, '2f06e6f3c90b299cc5bf420fcbdb7830', '2025-11-13 07:24:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(322, '3ad1220468e07edf8778459c0a617664', '2025-11-13 07:24:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(323, '2845c1bbc6142c1b3e87679079c88c49', '2025-11-13 07:25:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(324, '62f81737ccd534193a093cf599d794a6', '2025-11-13 07:26:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(325, '0b745c3ed2895eb8dbb104153967a48d', '2025-11-13 07:27:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(326, '89494f9a05a01373b6e6f345a995d546', '2025-11-13 07:28:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(327, 'd8b07cde1eafed4f3f81cfe9f98f8b71', '2025-11-13 07:29:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(328, '0f69338ef9015284274ed781f49602fb', '2025-11-13 07:31:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(329, 'ae79d6eab4dce201b080c4a6f8328191', '2025-11-13 07:32:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(330, '9706fb86b64b51bd3c9dffe821c0b955', '2025-11-13 07:33:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(331, '73e52e6845d879950013f0415191ce23', '2025-11-13 07:34:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(332, '181cff73f4a535fc77b566e7ade9ad48', '2025-11-13 07:34:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(333, 'd579962584da297aff420b7cc936e76b', '2025-11-13 07:34:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(334, '41db5aea4d62a0e39d08a57505a6cee9', '2025-11-13 07:36:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(335, '6c10ea8943361a75c67520657cf3b37d', '2025-11-13 07:37:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(336, '5bc1b30fb22872b7639614fb900e4057', '2025-11-13 07:38:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(337, '32efd47bcb19176606c7c8fdef3ddd53', '2025-11-13 07:40:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(338, 'e24528433cc55531d51d6be279978352', '2025-11-13 07:40:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(339, '5c200f181765f2963f6f38b2b4edc7d9', '2025-11-13 07:41:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(340, 'fae9dc0ac4cf0cdc62b47952a01ee358', '2025-11-13 07:42:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(341, '6de485be6bf5e0db9edbe41049fcbd8e', '2025-11-13 07:43:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(342, '9328b50fc26d617f6a1cffbea6617cea', '2025-11-13 07:44:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(343, '72889e24da621db01dd01ed296bca303', '2025-11-13 07:45:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(344, '08105f14162c6758c50da153eeb9bce2', '2025-11-13 07:47:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(345, '5797c3cc2e2261ee1fbd39ddbae8c998', '2025-11-13 07:47:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(346, '2012d060b6dbaf365374c7d3c41e6662', '2025-11-13 07:48:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(347, '4977a37872e7675e4be0fecb4619d569', '2025-11-13 07:48:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(348, '79b4530364a71b8e991d490ec5d72e29', '2025-11-13 07:48:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(349, '3cc43bd223c9e839f3ace5550f669d06', '2025-11-13 07:49:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(350, '515f776d8d0f66a5011d7f96b42183b6', '2025-11-13 07:50:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(351, 'fff77236e455b42b05b9e21479903d22', '2025-11-13 07:52:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(352, 'f7b1288c206d54f2783435a05000e74d', '2025-11-13 07:53:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(353, '4e4bd2ee221e50e6f425173ffc0a0790', '2025-11-13 07:54:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(354, '39996a447a4f654b4cc908a49bb5b48c', '2025-11-13 07:54:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(355, 'dab4805dea29939b2a2d863f5a48414a', '2025-11-13 07:55:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(356, '68b0af171b0c3eed5d1502a4f52bb787', '2025-11-13 07:55:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(357, '0a63bacb5ccb7b1496067f6ea809886b', '2025-11-13 07:56:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(358, '1fe221b02e8bb43cfbcfbf7c708ac0ab', '2025-11-13 07:59:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(359, 'a10f8dc1aff85e20111a98113ebe0f5a', '2025-11-13 07:59:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(360, '03201104c879b13a5c642472fe080ede', '2025-11-13 08:00:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(361, '4367dc27494de3d4f3328df470c54be2', '2025-11-13 08:02:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(362, '8c243ec3393967383681cd202d959686', '2025-11-13 08:02:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(363, 'f597fb460489bcde8fc75dd0d4085b1a', '2025-11-13 08:02:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(364, 'b3c35dff52b01d0c4ff136d40f58c3cc', '2025-11-13 08:02:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(365, '2940533ba017e2d0c486a256e4364519', '2025-11-13 08:06:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(366, 'f166436beae350fc88beef15938e85ef', '2025-11-13 08:06:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(367, 'ae5f7e8ee80b904525f8408659388531', '2025-11-13 08:06:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(368, '5e571190338a256d09f17f3358251e75', '2025-11-13 08:06:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(369, '22a6fbf63b22b74d7d6ec38d43d69cfe', '2025-11-13 08:08:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(370, '538d5ff27d984492f568c573a9e9792c', '2025-11-13 08:08:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(371, '0c68bced1721bdbf2f09bb1d4f17f97c', '2025-11-13 08:09:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(372, '89d89d18ca78050028f8d8cfa05f355f', '2025-11-13 08:10:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(373, 'a16fc79011caf16bf7a54fbe17b4f42b', '2025-11-13 08:12:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(374, '1293d0b62914e30bad84bdce6dd0f475', '2025-11-13 08:13:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(375, 'a34092c0d7e7b74feb3ffeb1288d859a', '2025-11-13 08:13:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(376, '9b8dc4eb3366379a47701fdd4e45ef0c', '2025-11-13 08:14:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(377, '9e6ec9480e930a8c093bd9822a2abb08', '2025-11-13 08:14:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(378, '768b697ac76ebb4b59551d43994f5da5', '2025-11-13 08:17:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(379, '9c8202a8f7f6c509fa67bafdb9f804be', '2025-11-13 08:18:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(380, '401ba16d0708c392c67ff66f3edf60c4', '2025-11-13 08:19:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(381, '701053e32dac123a020c02919d3bfb8b', '2025-11-13 08:21:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(382, 'bd75d6dc9f93b8ceb7658ff58df32adf', '2025-11-13 08:21:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(383, 'a192a9925223033ae1e07e6df2cf2f94', '2025-11-13 08:22:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(384, '38aacdf7961d6e515cdaa0e7fdc872d6', '2025-11-13 08:22:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(385, '740599ef599594c710c41ec870c64d9d', '2025-11-13 08:22:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(386, 'a26cc2b318dd5f378afafb4f4a73b23a', '2025-11-13 08:23:07', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(387, 'b80fe169f4d80240afa17d143ef6ca86', '2025-11-13 08:26:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(388, 'b68092f359939d352f67024477c06e24', '2025-11-13 08:26:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(389, '25987f7db119180bddb54b7e73029af0', '2025-11-13 08:26:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(390, '60a19e6a120f51e136c57bca20ab46d6', '2025-11-13 08:27:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(391, 'c32c1fdda4391281bdc720d466b69876', '2025-11-13 08:30:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(392, '41feed6e1a2ec401c2ca86e7ea5e08d1', '2025-11-13 08:30:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(393, '6b1564cf4c7aaf422ef36d077e137f49', '2025-11-13 08:30:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(394, 'b8570a08172590c7cfaabfadaefd94c1', '2025-11-13 08:30:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(395, '434ffa3ab8f30bfa762f2481e65f8070', '2025-11-13 08:31:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(396, '948b2f7be44a1d3eb6920bcd892ccd87', '2025-11-13 08:32:40', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(397, '656c51897f512a0b055e42f36cd6c881', '2025-11-13 08:32:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(398, '6138452a08e144f7173b5f28aafdc44d', '2025-11-13 08:34:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(399, '45fcb950dfaff4f5c3244a797c3af888', '2025-11-13 08:35:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(400, 'c17fb7fa2ac077736e2561ddda000ec8', '2025-11-13 08:36:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(401, '8628e122d2d5bb79433424004521e4a1', '2025-11-13 08:38:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(402, 'f74121a958109810c2088930fdd315fe', '2025-11-13 08:38:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(403, '791985ed2ffcdb8494a2562612f45ddd', '2025-11-13 08:40:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(404, '1841f9535e06a2195599b96c7a18edb5', '2025-11-13 08:40:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(405, '4de3fa2ac87d0efb15b6b7089d9f10c8', '2025-11-13 08:41:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(406, '7f1d8ae5ee6cd457aa91d2bd96c2602f', '2025-11-13 08:42:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(407, '73f43c20d563a62da98e3489afd95c9f', '2025-11-13 08:42:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(408, '0d0459d7491bade9ded944f30959d432', '2025-11-13 08:44:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(409, 'b818954b9035af9af70a6107fc1e09fb', '2025-11-13 08:44:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(410, 'cbcb7af9c93cdf4c2e080dc1d25be6b0', '2025-11-13 08:45:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(411, 'b44fb0a246cc9e1348a67650b9966c9b', '2025-11-13 08:47:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(412, 'dbe5b41e11d16cd854fa72aae25f9167', '2025-11-13 08:47:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(413, '0286aceeba4931876c53ce3a10d6caaa', '2025-11-13 08:48:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(414, '3025aa261f788758ece9b31f9084d65c', '2025-11-13 08:48:35', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(415, '15fa3f13098d56e54c0d2c03be8e0f15', '2025-11-13 08:51:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(416, '8958e3df7a8f15944172dc670338d092', '2025-11-13 08:52:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(417, 'd9576d470e729074a84517779fae1ff7', '2025-11-13 08:52:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(418, '63169bc7e6a631986855e56ef3f46749', '2025-11-13 08:53:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(419, '281c451c7f181a312f3a9cbe1efd5695', '2025-11-13 08:54:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(420, '100079d424d02a6bf92084fd4479e1d2', '2025-11-13 08:54:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(421, '4d7e894ea4168a4c66be99a4a8938a6b', '2025-11-13 08:55:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(422, '238accb16b49fafc2bade93f9bb8821f', '2025-11-13 08:56:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(423, '8a44d9696f74b21ca2bf7cbfb7629bf9', '2025-11-13 08:58:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(424, 'e7705c7cfdfc26d5d4a3ba0cb67e87d3', '2025-11-13 08:59:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(425, 'b3a39ebc3cfa9db2531f75f373a6e0d6', '2025-11-13 09:00:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(426, 'c6341a9d761f00690ee54157d328c820', '2025-11-13 09:01:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(427, '22b4de8986ac91a36ed43462e92f1a4e', '2025-11-13 09:02:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(428, '9f6f4f9bd846fb2d02355b8c7f0509b0', '2025-11-13 09:02:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(429, 'ba7b6007f8451cd21b983acfa0740c01', '2025-11-13 09:04:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(430, 'e096f1652c7cbb3e80a967cb43d96ef9', '2025-11-13 09:04:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(431, 'fa0ff743a1261eae5852dcbd1d02551f', '2025-11-13 09:05:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(432, '429ac55ed3c300c8801672bebb105524', '2025-11-13 09:05:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(433, 'd32dea8d947eafe4c6111dcf86cde8b9', '2025-11-13 09:06:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(434, '38dd8fd6b2f4cfcac4bb2ef9367f4896', '2025-11-13 09:06:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(435, '3fc04a3cf9d44bfc10ce714f3ce97641', '2025-11-13 09:08:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(436, '1de58e6e74e305d2ede5bf2d429bd738', '2025-11-13 09:09:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(437, '07593ce630c1f52c554c11b2a947c545', '2025-11-13 09:09:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(438, 'e09f947cca16a3be28ad9d925a505434', '2025-11-13 09:11:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(439, 'cbd879b576b5d60456bd7136b0abf183', '2025-11-13 09:11:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(440, 'bab19a70e6411a704b8d3e9f8395a89f', '2025-11-13 09:12:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(441, '42da6e7e6c3265b1a85b8357568eb235', '2025-11-13 09:12:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(442, '00b272fc86c349068e9b3b7f12186464', '2025-11-13 09:14:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(443, '402a00c3fb023990cdfbea8b7bfe59fb', '2025-11-13 09:14:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(444, '57a794de7ec644e72515dbd83f7eb2ee', '2025-11-13 09:15:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(445, 'a61f59fdc173b45b29094f7f82a68ff8', '2025-11-13 09:15:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(446, 'dacd306f0b7521366c5d35387567503f', '2025-11-13 09:16:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(447, 'd7c7e2fa5fd2538ac5729ed851d37505', '2025-11-13 09:19:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(448, 'd04dc724e5333b73b99386e88e87c335', '2025-11-13 09:19:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(449, '55055f54ecdeae264b89993498e7e22c', '2025-11-13 09:19:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(450, '5aa56e9bba3d685d849098e7c334d346', '2025-11-13 09:19:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(451, 'ef1eb41137570f82fa7bd7de61b734ea', '2025-11-13 09:20:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(452, 'cb7af62f09f904647086fdb1ba5f79b5', '2025-11-13 09:20:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(453, '64de0284f504c0e73f1363681c1a9ee0', '2025-11-13 09:21:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(454, '95cb924d9ded1aebb7b44e4dc4c02aea', '2025-11-13 09:22:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(455, 'a07c5e0d373cb096f7337214cefc2268', '2025-11-13 09:22:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(456, 'c0d4431287a81993c685773ebd0ab809', '2025-11-13 09:22:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(457, '0f2cab6439d57a5ec5264518181fa2e7', '2025-11-13 09:23:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(458, 'ca03d27f1d77ce1b2e8c8eb4189b9f8b', '2025-11-13 09:27:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(459, '54ed28d22f25cfa2e57e7d4d0f514943', '2025-11-13 09:28:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(460, '552fb824582cb10900af130c6a0fb552', '2025-11-13 09:28:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(461, '6bba453f66b31834212e89622f552a9b', '2025-11-13 09:29:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(462, 'fc265e0554366c5b3b948af1198a817a', '2025-11-13 09:31:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(463, 'e2f3cfb60c2ee2e0e48207620111b3f6', '2025-11-13 09:31:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(464, '8b8b4aa872f7f7a73528665c40510be5', '2025-11-13 09:32:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(465, '1ffa6e15a7f890d6941f3a038e61fa87', '2025-11-13 09:33:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(466, 'b109190733a82ee84afa7014a6fb34fe', '2025-11-13 09:33:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(467, '91135bd303e1a49b5494bfb6a34d0224', '2025-11-13 09:33:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(468, 'b32674774ae1f7111159ddc689447ea2', '2025-11-13 09:36:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(469, '975d3465b61cb196c6d5401ff04ea7a5', '2025-11-13 09:38:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(470, '337aa4cd42c152844b169a056f9e12fc', '2025-11-13 09:38:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(471, '8c814c3dff868674bcc727edd6b37e95', '2025-11-13 09:39:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(472, 'c3f61912a8ba9341308dd713247910e8', '2025-11-13 09:39:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(473, '7910103fc5ffbf96028a40e68cd22a4b', '2025-11-13 09:40:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(474, 'bb562a952c66d06a26e601a2cc1a6e2c', '2025-11-13 09:41:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(475, '51e70fc13719b00fae0380d65853ae04', '2025-11-13 09:43:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(476, '242632e299b0b9cc5273d09c01bbfbb3', '2025-11-13 09:43:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(477, '2c53f90b54d45a72afd460440662eb7b', '2025-11-13 09:44:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(478, 'e9c291f61d32afd2a4d0c6e0b52f11cb', '2025-11-13 09:47:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(479, 'cf826db618261e4b730a3bf7d3934518', '2025-11-13 09:49:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(480, '77876c332d3ce9137f292e1f0253da34', '2025-11-13 09:49:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(481, 'dc6ef7eecf333b9adcad22711e5bfbc8', '2025-11-13 09:51:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(482, '6d865b97a141c0bd2d9cd82c3b8530dc', '2025-11-13 09:52:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(483, '642a22613396bc936ca6505a252e8978', '2025-11-13 09:52:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(484, '87659ee037bba89a370262868f0a6fb4', '2025-11-13 09:53:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(485, 'b2a271011d58191cb00fda9b84e07c30', '2025-11-13 09:56:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(486, 'abf8fbf29791a899dc4c6ece24dd9795', '2025-11-13 09:56:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(487, '9b1d04abe114998406779df5f016bd64', '2025-11-13 09:57:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(488, 'e4c833a1b43f4a755dc94a288ab691fa', '2025-11-13 10:00:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(489, 'e8839ce577781c3f6e6977340bbede7a', '2025-11-13 10:00:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(490, '2643e3b271bdaba2a3da4ad29320c909', '2025-11-13 10:04:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(491, '069a77e0e912fa5ad539866f6ef36015', '2025-11-13 10:05:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(492, '8f5b2e66f4eaebfef0fb6557ac84a747', '2025-11-13 10:06:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(493, '01e4286610e13e879169793f74018657', '2025-11-13 10:09:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(494, '21f670a357508d822956d5174a5ba1b8', '2025-11-13 10:11:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(495, 'b59f4bb844466ffe5a3fa449f7fa9a42', '2025-11-13 10:12:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(496, 'ef66775f7908cb8042f07532a5d2c72a', '2025-11-13 10:12:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(497, '3d419f1aec63bb7422e4dcefde355242', '2025-11-13 10:13:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(498, 'df8ac451e0931f1b7a7e7e675d58fbd0', '2025-11-13 10:14:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(499, '850ce6c7c37b229987bfc0f9c5a0a487', '2025-11-13 10:16:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(500, '0e25f7a581e544b7907801a533579095', '2025-11-13 10:17:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(501, '97a652766c8f6f9e2c46d6c6b8008e27', '2025-11-13 10:18:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(502, '4883e12f1cdf95df72b400d2ab862275', '2025-11-13 10:18:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(503, '0fa370c2693a32fe564ef3ba47306161', '2025-11-13 10:18:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(504, '647fc9de2c7b59c99594a5b7dfec9e37', '2025-11-13 10:19:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(505, '4558a348e401dd0bbfda33c5a77bb4d4', '2025-11-13 10:21:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(506, 'da85a32d7e3e9957289db8dc97f4ea64', '2025-11-13 10:22:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(507, '9cd2a2def524034c5c0d2772b833d64a', '2025-11-13 10:23:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(508, 'fd87a7d40e68e0cc96f24b26a1b07da6', '2025-11-13 10:27:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(509, 'd929299becbe677b4afb4d788fc05edc', '2025-11-13 10:27:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(510, '9f0c630f6d5642a7d19968c09d28f1c9', '2025-11-13 10:27:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(511, '1484a5542f057a546408178abcaf905e', '2025-11-13 10:28:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(512, '6b1d03b8e9d12fc633941f342432bf42', '2025-11-13 10:29:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(513, 'c410451bf87f907d0f51932bb4d96cde', '2025-11-13 10:31:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(514, '912c30b046a2ce29b2816365967d11f7', '2025-11-13 10:31:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(515, 'bc95f179d6818d6e0110ac1e9c389b1c', '2025-11-13 10:33:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(516, '05806b7578719e18a745f3bad2e24bc3', '2025-11-13 10:34:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(517, '55f6d1c004a2704b3ca9699d1ac69f89', '2025-11-13 10:35:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(518, 'ebed7fcff272d58674f97f6f2e73fde8', '2025-11-13 10:36:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(519, '95babc644336613c5008c6793941c663', '2025-11-13 10:40:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(520, '43db3659a2a7ee4cd8ba79f5c629989a', '2025-11-13 10:40:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(521, '308d167ce48d3c7cdd29f9c6ee0cc319', '2025-11-13 10:44:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(522, 'cb8fab99ef80fa9a21c1caea1c28b3f9', '2025-11-13 10:45:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(523, '64ffa2c7e03bd5dac9688d44537a0691', '2025-11-13 10:46:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(524, '783e06b47cc38a9be0c11f0e4fc32012', '2025-11-13 10:46:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(525, '55f47aaf65aec0bae0e8cceb4e41d621', '2025-11-13 10:49:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(526, 'b2d17cfe165d098c332e342e00415848', '2025-11-13 10:50:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(527, '7c05870ac50e234961c158eecf672b14', '2025-11-13 10:51:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(528, '7ef3224752d9173e9f1a32a2155717e9', '2025-11-13 10:54:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(529, '1c34076833cf3c77412fa2c0163af00e', '2025-11-13 10:55:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(530, '26936927dc5f7d37ba5b8f2d63b57732', '2025-11-13 10:56:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(531, '1221360cca2f1c23bb8c04db2ed590a1', '2025-11-13 10:56:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(532, 'd36213774b9edf6f5beac81516a4c7f4', '2025-11-13 11:02:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(533, '87b3f980741d8982fa9eeb6a79a8582b', '2025-11-13 11:03:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(534, 'badaf4c5def266b661a38693dc7a1c34', '2025-11-13 11:07:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(535, '24cebffd8adfb5aecf45dadc3ebf3882', '2025-11-13 11:08:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(536, '6a1586ef6a36cbc49138ea9df24ebc02', '2025-11-13 11:09:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(537, '0661618053ad0eb86f400dfedae31299', '2025-11-13 11:10:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(538, '0063fde1e1bfbd612e96717fc458cacf', '2025-11-13 11:13:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(539, 'c8c26ac7f510c6dc426717a9db58a3a8', '2025-11-13 11:16:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(540, '31e0ee3ae741321d93f0c126b204b266', '2025-11-13 11:18:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(541, 'bd3d7776a7d41f1c33a2b10c49b24643', '2025-11-13 11:22:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(542, 'd9a678d2fbc606d60a6a9105b3d38d9e', '2025-11-13 11:23:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(543, 'b66842f20e3cdce968913a10299c8366', '2025-11-13 11:25:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(544, '44bf25769ec56c77c04c28b988ef44da', '2025-11-13 11:27:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(545, '520af0a117ddaa2b4236a75e67314e8d', '2025-11-13 11:29:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(546, 'ae0008ef97e2b4443e4ac09c4b5ed3de', '2025-11-13 11:31:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(547, 'f0c26a14f656c89bfac4f1c3fde42ee0', '2025-11-13 11:37:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(548, '1b5bab5a4cd17def3a69046f0449e390', '2025-11-13 11:42:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(549, '79c04925c77ee68a48125d9d732415e5', '2025-11-13 11:43:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(550, '40cc12eb84676d503542671d0843e3a5', '2025-11-13 11:46:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(551, '2be961ec7e27dc14a1f0546cca49c18a', '2025-11-13 11:48:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(552, '01ce9fc215e6db83f23d4e6aec35d9ce', '2025-11-13 11:51:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(553, 'a4b4846e2740d89bf69de598c05954f4', '2025-11-13 11:51:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(554, '6c975fffad3ae01a52db91268fd6a7fe', '2025-11-13 11:56:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(555, '4dd67e8219118b7b8c402f06642d8183', '2025-11-13 11:57:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(556, '3c3d03445246533b851d19a3f1e15aa4', '2025-11-13 11:59:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(557, '8b7f2d402d14e3e13242963d424ee09e', '2025-11-13 12:01:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(558, '6cdfa02c3e257be2061538a6ffb186c9', '2025-11-13 12:01:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(559, 'e9e05ca607398379b291190a52d775c5', '2025-11-13 12:05:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(560, 'c285b7d1c2122fec8cbe442cc3b332ae', '2025-11-13 12:05:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(561, '8ec724d3198bcef6e6d40cde4c9b7523', '2025-11-13 12:09:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(562, '8470b9a575eec4bdcb8b4c1878df5ea1', '2025-11-13 12:10:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(563, 'db8c90bbb92773488e3f1628f4e3b025', '2025-11-13 12:10:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(564, '01bba853d4f750ba37e621c35f6173fb', '2025-11-13 12:16:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(565, '656ca908d9aec7e7a8efb3723e146321', '2025-11-13 12:18:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(566, 'cba78d92eccf42ebf00473000ac11ef6', '2025-11-13 12:24:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(567, '15c04d007b8e8366994a1444aecb0912', '2025-11-13 12:26:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(568, 'a890cbee92f05fc7c19ce13df9441d9e', '2025-11-13 12:29:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(569, '256e64f65f4ba86add65f6a152deb9d9', '2025-11-13 12:33:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(570, '01eb917fb52708eb5eb638bf6aeac21a', '2025-11-13 12:34:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(571, 'dab7e5534e4f918c4414da4ad500ad6b', '2025-11-13 12:39:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(572, 'ffa76c6aa7999359caff3cfb96ba5308', '2025-11-13 12:40:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(573, '579627c1ac33072f793e18a625978adf', '2025-11-13 12:43:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(574, 'e0ec6c3d439349cb4d11e23330f028f2', '2025-11-13 12:47:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(575, 'f8695a7fa168f77b0082b7173f415c1b', '2025-11-13 12:49:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(576, 'a484ca5d0fd59a549e479bf1c45e88d0', '2025-11-13 12:53:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(577, '4c879fde1b92f26c5f40e397c4d0f263', '2025-11-13 12:58:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(578, 'd9f60dfc7e7cfd920c39d6be0641b64b', '2025-11-13 12:58:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(579, 'e8c590248cf56b0c0c6ecd68e6d9a8d6', '2025-11-13 13:02:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(580, '76c7ddadd82abdd2b96b6c687594f598', '2025-11-13 13:04:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(581, 'f99ccbb87a40e03eb8df1c05c478b90e', '2025-11-13 13:05:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(582, '355ca03dfa40118d7fa6f7166fc0a8b0', '2025-11-13 13:09:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(583, '373f1063538178c0604a27a837d65722', '2025-11-13 13:10:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(584, 'e58c05d0828a6820c016d6e01416202f', '2025-11-13 13:13:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(585, '65085c7c6294249ad252169a23204184', '2025-11-13 13:17:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(586, 'b8cba23eb2c50a88ecdd40a2ebe44e56', '2025-11-13 13:20:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(587, '94bc5d349097790f26d14b8351308044', '2025-11-13 13:21:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(588, 'b08f34bc7fe823e09aec09acafacb987', '2025-11-13 13:24:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(589, 'f69056e729bc15cbbe45eb653be808cc', '2025-11-13 13:30:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(590, '0e9cd1e4dff06153b986c82bc28d3c90', '2025-11-13 13:31:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(591, '8437ac2879a15455a7c17a50daa016b8', '2025-11-13 13:34:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(592, '1b15826266d72c987ffae0c73277e63d', '2025-11-13 13:37:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(593, '34caa97b3791448d705e7a5263791c0f', '2025-11-13 13:42:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(594, '2a19bd511e5076cf0728f1ab637d6009', '2025-11-13 13:50:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(595, '1699f31a276f2e5d2b30ea26811adcd8', '2025-11-13 13:55:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(596, 'a7c14342993bb6f349ed0cb6a3e1b52d', '2025-11-13 13:57:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(597, 'a007a653ac409f37d1b0363472264fa0', '2025-11-13 14:00:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(598, 'e705248859f184fc7a54a1d7d9fc169e', '2025-11-13 14:09:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(599, '2bd2b3a8b5adbbc9d6db2498637e439a', '2025-11-13 14:15:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(600, '2f951db49afb92acad27d7c989a1fe0a', '2025-11-13 14:20:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(601, '4f4c0a31a7f73cbacdefa7c56cdef40c', '2025-11-13 14:25:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(602, '9714f4f502d5968e39d1126b14746fad', '2025-11-13 14:43:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(603, 'c881175ff4a6ad443d8c643adfed1ff3', '2025-11-14 00:07:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(604, '672842e31d375d6817430f9866c9c33b', '2025-11-14 00:07:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(605, '19840fdf0fa032427e8492d830e74454', '2025-11-14 00:13:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(606, '9afdf4fd28a02ca957ad42a1c679ae2e', '2025-11-14 00:17:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(607, '3220b6083a3c1e75106a5e44dc526221', '2025-11-14 00:21:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(608, '47d372afa48588c29e95e2cf7355f2a9', '2025-11-14 00:23:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(609, '32ee03e1a30c63f65b29e56123db663a', '2025-11-14 00:30:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(610, '0cd9fdf65b21f58c09df2cee38a6f2bf', '2025-11-14 00:38:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(611, '9709f1d4deec713dc33261268560920a', '2025-11-14 00:38:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(612, '2dd2c3c1b89a2764e430852d5c93274a', '2025-11-14 00:49:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(613, '83d7983ef2457fb17ead4683639f7814', '2025-11-14 00:56:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(614, 'ba12d08fafac01ecd27bae246bac8952', '2025-11-14 01:07:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(615, '6dde4dd274287033502a46fc96b62b4d', '2025-11-14 01:08:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(616, '76f25f0ccba47dc798a0a4bab15b23e7', '2025-11-14 01:10:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(617, 'bcaa71d8a1e7a1b1f36cac193e9a368e', '2025-11-14 01:16:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(618, '80509bfb60f4edf3155cf58ad333aca9', '2025-11-14 01:25:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(619, '05139043d943b0932cdcf90c472e561b', '2025-11-14 01:29:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(620, 'e7069dc247dcb9c08c19140326317447', '2025-11-14 01:33:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(621, '578cb2619abdc4a653e38dbe1e257196', '2025-11-14 01:34:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(622, '831745b275908420003717e6a01b0eba', '2025-11-14 01:35:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(623, 'e656f56a2178ba0edcf14ed42f440f86', '2025-11-14 01:38:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(624, '49706ce322c31c0a04116102711b0d33', '2025-11-14 01:43:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(625, '98f77a2f1dfccf2bc0c983072ee94103', '2025-11-14 01:43:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(626, '128675df3e0af754d765cfa4d706bb09', '2025-11-14 01:43:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(627, '5ecb20d5ddcf2cbe68408d4c08d34d00', '2025-11-14 01:47:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(628, 'acdb3be4c5f22669a99061c3927ea890', '2025-11-14 01:49:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(629, 'e76b33f686108bd27611f04b27fa1269', '2025-11-14 01:50:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(630, 'c682f9ba182369bd3ce8c67f028f3116', '2025-11-14 01:54:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(631, '6d4a7f8de48152cd3710fc7d735cc924', '2025-11-14 01:58:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(632, '699082ce2a4591ebabe0f17a5eed40eb', '2025-11-14 01:59:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(633, 'ef3ab7116301e58371ccc42e3418f06a', '2025-11-14 02:03:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(634, 'ba2e7726a9f9bc3f976dd6fd9733f951', '2025-11-14 02:11:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(635, '7f591507e6c197cc0fd3eb76f2a904ab', '2025-11-14 02:14:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(636, 'de4e671385ec053882b373d723e1bc54', '2025-11-14 02:17:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(637, 'd6db0cb4b8ea8e65c23b25564136648e', '2025-11-14 02:18:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(638, 'd8aa44fae5b67e8c9c514befba9e2a08', '2025-11-14 02:23:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(639, 'fbd0c961cf4771d56b7511e1459a4aba', '2025-11-14 02:24:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(640, '054fa630ad47a28953ba848fe78b1fe4', '2025-11-14 02:24:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(641, '2978cdee03829b9fd727fb27f0de8978', '2025-11-14 02:25:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(642, '1c2c9762cbdc5b38259f0ee5609fb068', '2025-11-14 02:33:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(643, '503df12d941ce7346aa30479e76dbaa0', '2025-11-14 02:37:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(644, '320d9e6c26d282e4f4a119f9b58c31f5', '2025-11-14 02:44:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(645, '617e8668dac24f8c5d54145c3b8cf9d7', '2025-11-14 02:45:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(646, 'fa6820ae2bcdfd80092562af0982fbf6', '2025-11-14 02:49:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(647, '15d04640af205309daff48f13617c26e', '2025-11-14 02:52:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(648, 'be088b6d0574cc3238aeb7e7df592988', '2025-11-14 02:53:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(649, '0bda3ab5aa6245d0adda7c7a1f2647ae', '2025-11-14 02:53:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(650, 'e65eec6c4a4ff5ed30e140c4895171d1', '2025-11-14 02:57:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(651, 'dabae0df66e2e2055fea42d424f071b8', '2025-11-14 03:00:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(652, '4639bf070690bdae3cd4dee15176963b', '2025-11-14 03:02:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(653, 'd17c60706795566c8cfae004f7e231d8', '2025-11-14 03:03:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(654, '3c1f84c473d2cb26d6b513e7543d8fb3', '2025-11-14 03:05:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(655, 'dfdf58b0c18c70aabb7def1572f4c6e6', '2025-11-14 03:09:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(656, '88cfa037073d00d2db9bf2e727742e02', '2025-11-14 03:10:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(657, 'fd3d0d199e0d2224bc0803770c2daa57', '2025-11-14 03:11:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(658, '2632616f00d96f1bfe1741cc7e784d9e', '2025-11-14 03:19:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(659, '3609038fe1f22ed21b84b3a205a18887', '2025-11-14 03:20:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(660, 'f97fc77ca662a539c42385fda9c6f90f', '2025-11-14 03:20:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(661, '5895a6d926eaeea6abab5ca75e6ff345', '2025-11-14 03:20:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(662, '8549a837057510ab0552c3c2bddcb235', '2025-11-14 03:21:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(663, 'e0601f9f2540c4b2e777cbff5e86505a', '2025-11-14 03:23:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(664, 'bbf819b63374f7cd6dccdb867da54e48', '2025-11-14 03:26:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(665, '9f6998a87dd14bf54be8fae73851fde3', '2025-11-14 03:28:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(666, '29c5dbe16f7dd47fe55a9ee255c3108f', '2025-11-14 03:28:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(667, '403da9ac207f58806077b96e5e10b67a', '2025-11-14 03:30:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(668, '098677372dbf29edf2fb19689ec89b85', '2025-11-14 03:31:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(669, '2fabe05fa1433e1de1db70171c790178', '2025-11-14 03:35:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(670, 'e0dc5ffefded99d35c983452a028948f', '2025-11-14 03:36:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(671, '54e962ed1cabc7757436fb39be1b3b9f', '2025-11-14 03:37:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(672, 'b2264af552292ad13795a528609d7c01', '2025-11-14 03:39:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(673, 'f0815cd3cfb5bc1926af4a67716f8c3e', '2025-11-14 03:40:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(674, '14ac07d7ddbbf2793baabc39f959fe45', '2025-11-14 03:42:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(675, '889c9421c4ce269aba7704b420465197', '2025-11-14 03:44:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(676, 'e173c1edc9e734f2a3ed90f53a757fe1', '2025-11-14 03:46:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(677, '07f6597300b5bbdabf781c8ce8854234', '2025-11-14 03:48:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(678, '6eb1c1b079b66e4bb20c4ef7a0afc0ad', '2025-11-14 03:50:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(679, '8e52708be6a265b8c45e9761f8144e7f', '2025-11-14 03:51:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(680, 'c725795828afde0a06f5c4dd3c129099', '2025-11-14 03:54:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(681, 'c9299dec419c2e1168783e5bd4a32d66', '2025-11-14 03:58:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(682, '68dac9f7762305ff748a20b4a7dd40b2', '2025-11-14 03:59:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(683, '4125221f59a0c9f54e1ae94e7971bc65', '2025-11-14 03:59:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(684, '071d0a61aa42ce421f12a9cc2828da8c', '2025-11-14 04:01:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(685, 'c0910f68634b7e713fc537589f33ef95', '2025-11-14 04:01:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(686, '43e66893cc7bfc9a7cdb52b3c4eca5f4', '2025-11-14 04:04:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(687, '2207032eaaea6ebe2d06a51743e70142', '2025-11-14 04:07:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(688, '0512d0f10833e82b4febdd67f2986381', '2025-11-14 04:08:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(689, 'ef7640c121975d24d934f2d882cb2468', '2025-11-14 04:10:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(690, '2afefd192d35ae32390e0c96d63a7c54', '2025-11-14 04:12:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(691, 'd7c8ecf8e48e19801b8b40b21cf54ff5', '2025-11-14 04:13:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(692, 'c9a7c8e5b8b2dbdca6ecae14d7459a32', '2025-11-14 04:16:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(693, '3a8a7676c2d77ab310ce840bb976d293', '2025-11-14 04:17:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(694, '08cc39f1d4ded6c388010dbeae86071b', '2025-11-14 04:18:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(695, '4152e8182c2b26cb1f095dbfd4f8f12f', '2025-11-14 04:21:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(696, '25c693cb94c2a28b2523d4d6c0826f94', '2025-11-14 04:21:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(697, 'f9f5a7a69c7cb42fba318eef494c748f', '2025-11-14 04:23:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(698, 'cc6ae374453ba619f13dba8d348ff1c4', '2025-11-14 04:32:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(699, '7d6a5a704c98ecd9aa15f952c51c490a', '2025-11-14 04:32:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(700, '14e0188fd667151e726f5df37965b8f4', '2025-11-14 04:33:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(701, 'ed662f5391fb06846c46d8a428fbef6d', '2025-11-14 04:35:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(702, 'c26bdf05540107f313473aab999552b3', '2025-11-14 04:37:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(703, 'efccbf85387b30557fda71560a212107', '2025-11-14 04:40:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(704, '5a78719dc0baca600a83e25d32ce492a', '2025-11-14 04:41:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(705, '493a55839dabca995ff389e9027d5671', '2025-11-14 04:42:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(706, 'f0195581b17f31d7264e8c3f2369880a', '2025-11-14 04:44:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(707, '13f4e63e549c8c043b0cfab7d4f058a8', '2025-11-14 04:45:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(708, 'b3eb5fd19c81ba4273fe9c15c91cb0b4', '2025-11-14 04:46:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(709, 'b74d6affbd469987959f52af7ed4eb6a', '2025-11-14 04:47:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(710, 'ab2d86fb154feda043931b576028d2d0', '2025-11-14 04:51:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(711, '86b42b6e9024490914b01b1f8acaf775', '2025-11-14 04:51:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(712, '615335e719b0429fd808d558db118ddf', '2025-11-14 04:54:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(713, 'e8ff671467ee1d43cb4e9a10a60443a0', '2025-11-14 04:55:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(714, 'e4de54a68235e26fe5e09b71027158fa', '2025-11-14 04:55:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(715, 'd28b3af5a98fe83c8b2d45ec655719b1', '2025-11-14 04:57:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(716, 'fd22a5c2db370d7858876c0c873f4f6d', '2025-11-14 04:58:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(717, '75bd3e555e1cbfe374aa4db35108da8c', '2025-11-14 05:00:12', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(718, '6aa7cc4517a1e0ed0d10ea93515fd42d', '2025-11-14 05:01:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(719, 'e12333d610669bcdaa78bf40c1284b4a', '2025-11-14 05:01:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(720, '7ece6ec2506a0ef189148b767cc8e659', '2025-11-14 05:03:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(721, '7e56e5655f1e5c3d3169926668f17921', '2025-11-14 05:04:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(722, 'b017cdc1d94777025e0767f4424d9c1b', '2025-11-14 05:05:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(723, 'a2e5c20abd111bbe1ba77d433c8cb9e1', '2025-11-14 05:06:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(724, 'a9cf2615cf0937ed4ff06ce5a677f731', '2025-11-14 05:06:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(725, 'd51983819a61e7155bf0303947cdcee3', '2025-11-14 05:07:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(726, '3df5336707b060c328557ae26f77b5bc', '2025-11-14 05:08:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(727, '0d0f9a1c9a7c1d14dc8dc9c1c9e78e0c', '2025-11-14 05:08:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(728, '0eeba392bbcb0f528cce878e707da732', '2025-11-14 05:09:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(729, '0fac830775ea5ac93c8e2ca8a9a47741', '2025-11-14 05:11:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(730, 'c459f350b77d6a5a562f7819641d1945', '2025-11-14 05:12:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(731, '004f9688c681164984c6ef77a45899f6', '2025-11-14 05:14:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(732, '5b4ac625a1fa0d12df1e48c424eb7185', '2025-11-14 05:15:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(733, '288d36f04ba7deda021509c2cd637bcb', '2025-11-14 05:15:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(734, '40d98f0d1f65b49380c94471d6508faf', '2025-11-14 05:16:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(735, '4e6824d4022565e3cea6fa8766df9f25', '2025-11-14 05:16:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(736, '4375d4d39725e053852d435031954a95', '2025-11-14 05:17:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(737, 'd3cf6415423e2ed333049bf21ed51a84', '2025-11-14 05:21:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(738, '747eb84e612f383d44071d704d6a6553', '2025-11-14 05:22:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(739, 'ac75770a61770fa98c61b7af1d69f1f5', '2025-11-14 05:22:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(740, '533fd6255a330ba478926803c1b73673', '2025-11-14 05:23:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(741, '034c2fd06fc344db264906ebb39eaa89', '2025-11-14 05:23:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(742, '739ef39761300e75272423c702c2c30a', '2025-11-14 05:26:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(743, '18e5af325ae4bb3389687e1d74a12b9a', '2025-11-14 05:27:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(744, '39f6c9e5cfb275f15392082194e4abe8', '2025-11-14 05:28:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(745, '2a3a5209553c72b01aad614522978f2d', '2025-11-14 05:28:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(746, 'dfcaab848abd7f3665b32b23dd9dcade', '2025-11-14 05:30:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(747, '380adc3764f50ccdae688e82e302229c', '2025-11-14 05:33:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(748, 'fb022c33f8e0ff5979e2b70ede906ea0', '2025-11-14 05:33:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(749, '94dbb66f0299ef4ced3264e08b1de734', '2025-11-14 05:35:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(750, 'd38854007c988fb983edf5f6d6bc3888', '2025-11-14 05:35:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(751, '2ad89df227115d7c44fbf14f56a6f2f4', '2025-11-14 05:39:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(752, '22c1d49414eccb7d94020c1692d5f0ff', '2025-11-14 05:39:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(753, '8e49ad5faf87c98217031ab8fec40aa1', '2025-11-14 05:42:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(754, '36fe076842a89d5ed699d04dc0e8f65e', '2025-11-14 05:45:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(755, 'b732499943f26aead91da07c3a7addf3', '2025-11-14 05:46:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(756, 'ba3aca2f553993591035f20bff4dd5ff', '2025-11-14 05:48:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(757, 'b8f1872749aabdfa72b2dc1b8ae4ae7a', '2025-11-14 05:49:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(758, '0b4629d82949852c6d93b402309e3d40', '2025-11-14 05:52:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(759, '5a46a6ae2d9738fe922632c8c228c33a', '2025-11-14 05:55:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(760, '6e12de9388538855aa28f8cd9a82e3be', '2025-11-14 05:58:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(761, '26e552a17a9bc62faea4da63a999211f', '2025-11-14 06:00:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(762, '4dffa80ec52c8f5c61e4ce3367d1a382', '2025-11-14 06:01:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(763, 'd52e6cd10535790275407500141e6f54', '2025-11-14 06:04:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(764, 'd6135f2ebf1c1e42e55dc0bb4ba60187', '2025-11-14 06:07:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(765, '891ac28c00f24d810782fdcc7b375ae0', '2025-11-14 06:09:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(766, 'f745c0c75207465252f279905568bb37', '2025-11-14 06:10:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(767, '4628025a5eccd4b26eee4e55a5bc00c4', '2025-11-14 06:14:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(768, '2041614ff1be6fc370a42596e34e75ef', '2025-11-14 06:15:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(769, '317797a3b3ba1194f12205beebf18d01', '2025-11-14 06:17:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(770, 'c967d2fb1a6b704454f695f320d5b84a', '2025-11-14 06:19:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(771, '6cc8b75e009efc508e5e785991674910', '2025-11-14 06:20:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(772, 'f237a145f1ea27e10d4cedb1a5bf0554', '2025-11-14 06:24:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(773, '4623aa72bd45a9c00b0cd434ba1b7f49', '2025-11-14 06:27:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(774, '6824878bf76dbaca23b18a22185e1d69', '2025-11-14 06:31:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(775, 'a52358437e3c7585ae37cae5c23c9f1d', '2025-11-14 06:31:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(776, '20464fa22ad12fa97d2a069cac02b823', '2025-11-14 06:35:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(777, 'ff2d87b78c321668ae6ad3673ce30549', '2025-11-14 06:37:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(778, '5a7996bf5d15e39db51dbeaaf1b811a0', '2025-11-14 06:43:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(779, 'a20ccea533ae5c06ae72db5d2d3bc994', '2025-11-14 06:44:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(780, '089f1453784191fa38a7b941a4d035c0', '2025-11-14 06:44:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(781, 'c0735c86e4f987e57a3bfb325c8deab0', '2025-11-14 06:45:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(782, '20c941c668643abcd50a107776df25d2', '2025-11-14 06:48:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(783, '9657a9d2ad2daa7e4b900f4298e565c1', '2025-11-14 06:48:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(784, '7dacb5835a8911feb272eda50739f117', '2025-11-14 06:49:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(785, 'b6862da552e19ed4d162bdc3d30e82e5', '2025-11-14 06:51:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(786, 'c0ca8eb267d7409e53f5d03a39c98dc9', '2025-11-14 06:52:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(787, 'ae14f21c297ce6c25889f77e289b231f', '2025-11-14 06:57:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(788, '3373f302d3c4b92cf5453be260371897', '2025-11-14 06:59:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(789, '028d17f8a2126b2aa0f7d806f1f8456d', '2025-11-14 07:01:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(790, 'f8f9dac3ce0e6fc157399e89060046ab', '2025-11-14 07:05:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(791, 'a803bcb27d8c2ed1a50b1e25fe6f6411', '2025-11-14 07:09:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(792, '897125214afea60a1661cc0ee219f3fb', '2025-11-14 07:13:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(793, 'c60962d6760d686b25a98d2576335f70', '2025-11-14 07:14:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(794, '77e9adf6515cc8661be7d1b396d8e5cc', '2025-11-14 07:19:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(795, 'b1f3b356af9daac10f2f2fef08d84441', '2025-11-14 07:23:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(796, '0c28ec88a7136b5ecbf1ab42c8e3510f', '2025-11-14 07:24:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(797, 'ed2783c19bc3709dfd87a5117e8f4e86', '2025-11-14 07:28:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(798, '2f5d5d3836f878be84a34a89834da0de', '2025-11-14 07:31:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(799, '8a7b3967c8805dac3ce22ed06871a902', '2025-11-14 07:32:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(800, 'd1f50bc7017298a8d68ce0bf7ae813e8', '2025-11-14 07:36:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(801, '4428e7fb6f5d0a2ec59a87870efd9f14', '2025-11-14 07:37:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(802, '9854c7a7c51c8d5bb90c516d69dbaafc', '2025-11-14 07:38:27', 'W', 20, '115.236.116.74', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(803, '1a84a630a06af74cccbf09eaef20cc1a', '2025-11-14 07:39:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(804, 'f892e31ea26126947fd0b1425260f591', '2025-11-14 07:40:09', 'W', 20, '115.236.116.74', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(805, '8a51cbdb369e308fd36321c1805f0080', '2025-11-14 07:42:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(806, '23880223d7ac72391a5be2a73d4b0079', '2025-11-14 07:43:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(807, '69aad822760fd1188d64c5404f53fd42', '2025-11-14 07:46:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(808, 'ee6940b9ddffc494ac695b2f74296f68', '2025-11-14 07:47:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(809, '8f8825fc99dbe650f9788b8e3f87e700', '2025-11-14 07:49:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(810, '51231a2d7f46afed10a9762e6c674aa3', '2025-11-14 07:52:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(811, 'bf27ba778b1543e4e3d3b00089de6801', '2025-11-14 07:53:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(812, '0b8288a5c6440ec553787273e45de4d2', '2025-11-14 07:53:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(813, 'd90cd2eb590b57c50068ca731cbe437c', '2025-11-14 07:54:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(814, 'b591e38c1421a9e07159042d7818aeeb', '2025-11-14 08:01:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(815, '5bee58244b38eb32436a200847bbb76f', '2025-11-14 08:03:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(816, 'c7592e692072b2bb1bd7685631ecaf25', '2025-11-14 08:04:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(817, '5ceba624aaf292208a0623473fd11149', '2025-11-14 08:07:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(818, '74d93af8510cab6712f7e944d6d5628b', '2025-11-14 08:08:14', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(819, '5302eba14ed7dc85b97da569331f1a17', '2025-11-14 08:09:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(820, '065e0bf20007372b0ceab7ced8656e79', '2025-11-14 08:12:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(821, '5f76bc4adb0de63b7971e7dc1585d44d', '2025-11-14 08:12:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(822, 'f60102b51e0239417cd865e733736253', '2025-11-14 08:14:08', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(823, 'd862766ca5405c8b48dd51df814e5b37', '2025-11-14 08:14:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(824, 'e3ad73e05c7163ad26ac4fc56bde0bca', '2025-11-14 08:18:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(825, '8b863bffe8403aea8357c77088482875', '2025-11-14 08:19:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(826, '449679444fa23dcd82adfdfa65988e07', '2025-11-14 08:20:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(827, 'a4f6db3c444ccdd9e975d2bf1a368a01', '2025-11-14 08:24:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(828, '78f68ff449ce89891792881680a99c33', '2025-11-14 08:25:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(829, '556d198418a76a0a41559c68a8a9cdd0', '2025-11-14 08:25:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(830, '1ce7d6fe03c14addd9ee2b6dce2e8f1a', '2025-11-14 08:26:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(831, 'e425f63d30c99517755d47b015723a83', '2025-11-14 08:31:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(832, '061cb23a0cbee70bf6086714d64b42f9', '2025-11-14 08:33:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(833, '4f80081f1a16af1a33dbaf5dfeb19c87', '2025-11-14 08:37:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(834, 'e85584d312d391b502b408e436bf99ae', '2025-11-14 08:37:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(835, '98408ce6cc108f9ab003819fdda8d0d0', '2025-11-14 08:38:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(836, 'c94cd186ac567c4523cad088123c27a3', '2025-11-14 08:39:39', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(837, '7c1d5fdc6e9e66fbf32d92e822030114', '2025-11-14 08:43:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(838, '48a68fe430100c26411f8155936d181f', '2025-11-14 08:44:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(839, 'bcea4ad99f21010ce5bd0cb317687c11', '2025-11-14 08:48:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(840, '1ae7592ddbe82b0e14d500deeadf80cb', '2025-11-14 08:51:17', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(841, '650436fcdbc64018dc4211c5d2ec2a4f', '2025-11-14 08:53:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(842, 'c65d15d90a28379dfb2d286123268d94', '2025-11-14 08:55:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(843, '6bd69633d8089c343b700fbb72fe8754', '2025-11-14 08:58:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(844, 'dff06adb0259a7b6694590347040df6c', '2025-11-14 09:00:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(845, 'f1fef64bbf02e06cbce6f8de48281fc5', '2025-11-14 09:02:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(846, '9e9cf5327b29c58d83d0373bb3484c6c', '2025-11-14 09:02:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(847, '30103fba869bdf8bd621d5717303f00e', '2025-11-14 09:05:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(848, '1c92fef310fbb3ab7739d68fb8866645', '2025-11-14 09:13:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(849, '7e29d9fc8e6843485d69e83c8218ccf4', '2025-11-14 09:23:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(850, 'e972b0d0b1503759ab03657f90d0dd34', '2025-11-14 09:23:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(851, '5e6c4c4a4d4277a2f96058180908e65e', '2025-11-14 09:31:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(852, '6ec99de12d5dec2da21653708a28364d', '2025-11-14 09:31:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(853, 'a5dcb557d4ca5df2d0f55dfe0f78ee0f', '2025-11-14 09:34:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(854, '15b1424e3b953ad74bf8a98efc28018e', '2025-11-14 09:40:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(855, 'b7d6b0b434c766e19099b5fa8347f452', '2025-11-14 09:41:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(856, 'cab0c10c5d2015337f40a09cb931c907', '2025-11-14 09:45:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(857, 'baa6ede14faca76277ac7a4dd84dc933', '2025-11-14 09:47:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(858, 'fe2a371c2f38f30af08d643b5042a01b', '2025-11-14 09:47:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(859, '554e50dc8ea81b8e541cbb8481191634', '2025-11-14 09:51:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(860, 'bb3570d8f0cfa7a6dd157751be510caf', '2025-11-14 09:54:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(861, '9239a22d82ffd3ca804cc898fe8b3051', '2025-11-14 09:58:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(862, '24aa86f41104cf071d7775e635031243', '2025-11-14 10:01:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(863, 'dfcce42dd03e68d15c45c9fa8952f3a3', '2025-11-14 10:01:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(864, '75bd6985ddad05217f5d3527c9c1e98c', '2025-11-14 10:04:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(865, '3ab61bc3b01299bc216c39238af3970d', '2025-11-14 10:07:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(866, '2a2af298458a5681557e76cfe990c800', '2025-11-14 10:10:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(867, '0d3fe2ce01607c11453b57d1270a7c46', '2025-11-14 10:12:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(868, 'b5fde6e20151b7f5eac429fd46a6365f', '2025-11-14 10:14:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(869, 'cb443e18fc4f74bb02f7d4b18fd49833', '2025-11-14 10:15:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(870, '80dfda6b00bc8b5c3b386fcaadc74ac3', '2025-11-14 10:19:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(871, '8fc6d7b3ec02dc3b269fa6d9135b96db', '2025-11-14 10:20:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(872, '0bb0b672121dd682ab05da500bd36d90', '2025-11-14 10:21:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(873, 'c809f850fb4bc53a4944cd3a7c1fc1e8', '2025-11-14 10:29:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(874, 'e629ed215c43ff05fff908979c04e76d', '2025-11-14 10:36:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(875, 'f42d54936441a959dab6d04af8022925', '2025-11-14 10:36:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(876, '3cfbedfaba553316f32271a224bfee05', '2025-11-14 10:38:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(877, '95110fc026eec5aea35fd9e605c33bad', '2025-11-14 10:42:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(878, 'cfbff22c5ae80242d7ce49c235e852ae', '2025-11-14 10:44:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(879, '4f1c3d7473e227f60a5d1dca32a8a924', '2025-11-14 10:46:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(880, '788f240eff7c328bde64fa14d0680185', '2025-11-14 10:49:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(881, 'e80003edfd00ea08904e3f0816a41e2f', '2025-11-14 10:49:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(882, '1d0698563b76911219b1799b1c97e009', '2025-11-14 10:55:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(883, '33e5aa558fb112cc143cb0d506c9db7a', '2025-11-14 10:58:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(884, 'da4208901e6306482672d6b4026d33ca', '2025-11-14 11:06:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(885, 'd41dea8a7ceb368f78ce946cbd175255', '2025-11-14 11:07:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(886, 'f7588244fd446098587e286c840dd694', '2025-11-14 11:10:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(887, '5a1423e1799731aa4cf04034e3ce2e5d', '2025-11-14 11:12:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(888, 'd000273d0c63c89a31ff7e5cd8490a40', '2025-11-14 11:16:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(889, 'c49fdaed041a8954e40363c792abe7dd', '2025-11-14 11:16:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(890, 'c8168d0b39c552404af72977800a1a7e', '2025-11-14 11:21:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(891, 'b63dce25040f96c5af790b6f1584560c', '2025-11-14 11:22:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(892, '02ac4e845a56c2bf347de1a47511616d', '2025-11-14 11:25:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(893, '2e4116ec1370d5f8ef2e856f39ccf146', '2025-11-14 11:27:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(894, 'ff8aef6f4c8e59bb4a93d9a7d98799f3', '2025-11-14 11:29:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(895, '478920602acc21c7310f13a9254fd18b', '2025-11-14 11:32:57', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(896, 'b44e169e264b809ebf5d920ca8b46959', '2025-11-14 11:34:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(897, '2c1e63c0d5c94c63766fe887d61a06fc', '2025-11-14 11:34:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(898, '1e79527ecc3a6e3a68403ccc7f9572e5', '2025-11-14 11:38:50', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(899, 'bf3d6c049f410a708c5a99bfc0fda1ef', '2025-11-14 11:43:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(900, '42cd47e6bb2a28f3ad6bc2a6c54a4385', '2025-11-14 11:44:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(901, 'fb0200dd13251f146cb1a656324167d9', '2025-11-14 11:47:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(902, 'bf7c857158239b32376cbb9b2878b33e', '2025-11-14 11:49:02', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(903, 'ff6e4744797b3c92d0a889b6f8ec7213', '2025-11-14 11:53:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(904, 'b140aaf2aec895b276778768dcd07a84', '2025-11-14 11:57:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(905, '3d4d9b2a79b0fe77090133d510dea888', '2025-11-14 11:59:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(906, '8034ff5d08677c5f13d324e21cf6b976', '2025-11-14 11:59:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(907, '575f3b3e4eb4d6f8f38509327acce20d', '2025-11-14 12:15:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(908, '8265fdd8c5df35dce97374c5b85ddff2', '2025-11-14 12:20:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(909, 'f4e47d22377f90abd327df54db91c737', '2025-11-14 12:22:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(910, '74f9140004ea2e9d8c511945a192b94e', '2025-11-14 12:26:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(911, '008ca21bc3fbfdd417b3d2e74a461942', '2025-11-14 12:30:35', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(912, '6a07b0793154b44d36e144f59ecd98b3', '2025-11-14 12:30:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(913, '0186ea07760a284a40fc11cbc7e983d2', '2025-11-14 12:35:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(914, '4688c5ee9858a72fd81e29e2a5d5598f', '2025-11-14 12:44:39', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(915, '369b3b1a00ff56c6ee569d4767e6c66a', '2025-11-14 12:50:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(916, 'b124a60a05fd3085b7fce516cb0f346f', '2025-11-14 13:10:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(917, '9f5395978a5ec562488f7b9b3767ceeb', '2025-11-14 13:15:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(918, '8244c7d86be4caaf29fa65aa864e55f9', '2025-11-14 13:28:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(919, 'b43c498277d087cbc5a94b7742aefac4', '2025-11-14 13:40:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(920, '53203afef935a9e2071a53c01f1ed216', '2025-11-14 13:44:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(921, '04bbf53433eed16e61f2ffecad4b4d17', '2025-11-14 14:04:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(922, 'c308cc1f2151bf43a1b501b0bf27b02d', '2025-11-14 14:14:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(923, '267cda26b1bf152cf93bf4ee968f5ad8', '2025-11-14 15:27:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(924, '5c72f3913d8ea54d249ace1f17be5e86', '2025-11-14 15:35:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(925, '1b308ca31ea531665ef12bafdb4bf852', '2025-11-14 23:47:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(926, 'e51e7ecc734ab00be3468dc70d0100b4', '2025-11-14 23:58:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(927, '4b0497c4ffd07c9296d3f6df064e1292', '2025-11-15 00:04:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(928, '1b049bd01e3d1e265b0eaf2ceb31ef3d', '2025-11-15 00:10:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(929, '9aaf970e9f2c071e1bae9c5528b9b76a', '2025-11-15 00:13:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(930, 'b6c8bf802945dba4f36aa0272546f3f8', '2025-11-15 00:16:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(931, 'bce3abd5c703045061d2550c6fdb01e7', '2025-11-15 00:25:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(932, '57c834a106d362700e3f6b713ed7e37a', '2025-11-15 00:26:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(933, 'c811b30039fccec3f6b172ba0d41c2e8', '2025-11-15 00:27:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(934, 'fb5b064b70470c1b6d2df350d6e825bd', '2025-11-15 00:31:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(935, 'a2c94e7da3dd39df1d84b9fa4ac0607c', '2025-11-15 00:35:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(936, '73c77734c6646ad2eb6b1bd721ef409f', '2025-11-15 00:38:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(937, '421a7af754d7c75d3d39ba7b8bdfdcde', '2025-11-15 00:56:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(938, '8bca56ca90ebf85bc73ec9408b6f039f', '2025-11-15 00:57:12', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(939, 'c7063ccc80856623f302c26db9ff11bc', '2025-11-15 00:59:50', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(940, 'e918432f8e12ea03646f8433171602c7', '2025-11-15 01:01:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(941, 'fd59fcc36b2d1789e32d1cfda294c2ca', '2025-11-15 01:07:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(942, '1730fd032e566956c37f4653f7506d11', '2025-11-15 01:08:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(943, 'd04953324a3e9dc8c244e574caadb99a', '2025-11-15 01:08:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(944, '814cf4d78d5d6da4605e6ab2cb66fb8e', '2025-11-15 01:14:39', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(945, '771102f6935cad1e3b0ed85bf11ca951', '2025-11-15 01:15:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(946, '34158db1d3d6c0df18da596a2d0c4e0c', '2025-11-15 01:15:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(947, '7eac8c413288eb5c120ae20aa036fa79', '2025-11-15 01:19:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(948, '0f7ae97c193495e5cf335f9c9e22ad87', '2025-11-15 01:20:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(949, 'e19499b0a78413e8568c90c9887dba31', '2025-11-15 01:25:04', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(950, 'dcf5cc333cd0debf63268f138c213696', '2025-11-15 01:26:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(951, 'ef9fc6b1814c8729ae8973bc5b7f3a9b', '2025-11-15 01:29:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(952, '1ca6ba489c3bdbb4751b9d24338de027', '2025-11-15 01:32:31', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(953, '638f192c336eda1a578af23f1768be0c', '2025-11-15 01:34:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(954, 'f25775e0a496ec5ff8ffe1857ad322aa', '2025-11-15 01:35:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(955, '924aa726ac78454426c6fb94b2540ec2', '2025-11-15 01:36:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(956, '170f9139c7d363908f08d5f5ec867338', '2025-11-15 01:38:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(957, 'd2ce84b47cccaa012194b75b0022a40c', '2025-11-15 01:41:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(958, 'c008fdf05749305e7b4da1d7c7484e7b', '2025-11-15 01:42:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(959, '73d97142d5b6a602d217b091afb0adcf', '2025-11-15 01:49:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(960, '0da8a35183fbe24b814107ccc4cb3741', '2025-11-15 01:50:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(961, '2251a6e432066df4f8a64aba9309d89f', '2025-11-15 01:53:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(962, '662e097340a425c53122fed541d559cd', '2025-11-15 01:56:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(963, '6b06af88802e89f316a602908f17d221', '2025-11-15 01:58:02', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(964, '9949caa5d58de85ef61f94a34912a88f', '2025-11-15 02:00:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(965, 'f7c302a31ffbe552eddf1c35d2f60297', '2025-11-15 02:07:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(966, 'd263508cfd33060fbef37b8ae6552f73', '2025-11-15 02:07:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(967, '01f7134f5310d9fa1f6d129a748e18cd', '2025-11-15 02:16:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(968, '78359c87ca9e1b9ff681f26dc2d3d1f6', '2025-11-15 02:17:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(969, '0112cfb2d5016a5fa9bcf55ade7b8e25', '2025-11-15 02:22:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(970, '1f9fc0a60f964a534ece37ebaca66819', '2025-11-15 02:26:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(971, '1d5ed357e53ff247bdb9d81ad5a6e324', '2025-11-15 02:30:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(972, 'f466f106959d2fbbed171b91c854998b', '2025-11-15 02:31:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(973, '2b6d31fd5ae8066c8ad9a0fb2e64c8ec', '2025-11-15 02:33:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(974, 'e445567cac0bbcb512438a269d10d6b7', '2025-11-15 02:34:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(975, '34fca3bfd005434ab5b988bfae56807f', '2025-11-15 02:35:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(976, '6cc0a9ca58763fd4bf8ad57021a5fa13', '2025-11-15 02:35:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(977, 'f887a99440421f96364327f9ecc76e69', '2025-11-15 02:38:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(978, '9338e3445afee659e5a398a780e6490c', '2025-11-15 02:39:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(979, '0a4aed9c19afd25643834a907569ce44', '2025-11-15 02:40:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(980, '6c0f760b0c4512ee49c133eed50aee70', '2025-11-15 02:41:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(981, '78548b25599ecd7b2873373c3bdda8dc', '2025-11-15 02:44:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(982, '6a819738d40994eda8e66353dfa7fde2', '2025-11-15 02:44:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(983, '0307cda7155e88a4aa0746f0e8e1c0b6', '2025-11-15 02:48:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(984, 'ec0f5d39e838434edfd45ec518f20f12', '2025-11-15 02:50:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(985, '913b8f4aeb2f5ed41cc2a5353c726646', '2025-11-15 02:52:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(986, '182a73e719464486243743010d1545ce', '2025-11-15 02:54:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(987, 'e7111f97ab2b2a8f41a5f721278daa83', '2025-11-15 02:56:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(988, 'af4bd57e4221810fa235b282157e921d', '2025-11-15 03:02:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(989, 'f9d2add99205d8b9f55ae275ae03bd2a', '2025-11-15 03:03:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(990, '600fa86a4e03f71867e3c9021b5257d3', '2025-11-15 03:05:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(991, 'ba82dc54f586771e111478915d22b100', '2025-11-15 03:07:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(992, '072cb634d1eb58c2dc328d394221c41d', '2025-11-15 03:09:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(993, '8406ac24f9beccddb62ee293025232e6', '2025-11-15 03:10:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(994, 'd4e71554c33992dd9ba95559e37fe500', '2025-11-15 03:12:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(995, 'c9d8ecc93431d0f53dea223617d5ee4d', '2025-11-15 03:17:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(996, '6ae3e67ec86a7e7e588d49cae82ded90', '2025-11-15 03:17:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(997, '8d5a75caa1af65c262d255638a5e888c', '2025-11-15 03:25:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(998, 'ce3b77efd9aee8d2979e1b78edbf82a8', '2025-11-15 03:28:24', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(999, 'b33bea9b6e0b2b7737f617754f112b93', '2025-11-15 03:29:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1000, '96148699b729f5df2538ab1d03252c23', '2025-11-15 03:32:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1001, 'a38dac8c237399c57deb2610b288e547', '2025-11-15 03:32:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1002, '251107986ca9a298939dde3f6baefe7a', '2025-11-15 03:37:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1003, 'ee94f74afcc3bf5e7168a29461ff94eb', '2025-11-15 03:37:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1004, 'c90b931247d940ea29cd920bddc2350f', '2025-11-15 03:38:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1005, '68209d1c68b3d2e76af2866fca2010b2', '2025-11-15 03:42:12', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1006, 'c502565c58cb3138ead3929f3adb2b17', '2025-11-15 03:44:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1007, '2d3e5b5cab2cf57532328fd4290fcee5', '2025-11-15 03:45:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1008, 'e05e956e217b074203b3c6046748b723', '2025-11-15 03:45:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1009, 'e69a86585e515255a47e589d64da5367', '2025-11-15 03:49:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1010, '9b3197a3f2f5d049ce8cc434f8218efb', '2025-11-15 03:51:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1011, '7d383488efd646c9d3a95017b3b6ab71', '2025-11-15 03:53:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1012, '23b0e57f252448505783a3771133e7bc', '2025-11-15 03:54:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1013, '9df335145a4e7262550f122662f8bbc5', '2025-11-15 03:58:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1014, '910388ca8fa510cc16b53d3c7233057a', '2025-11-15 03:58:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1015, '59928eebbf7c5311b9cd63b2997b1d97', '2025-11-15 03:59:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1016, '90c0a5c80267bd49be70aff73dd3ab64', '2025-11-15 04:00:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1017, 'ff35bd2ca6376f587134463aad002ec7', '2025-11-15 04:05:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1018, 'b14ef1d2029ad785f220a6e6701f1898', '2025-11-15 04:05:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1019, '0ac145ec226fccaa9d787e09913a435e', '2025-11-15 04:08:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1020, '727ae29f510e226e4061713bf66a843a', '2025-11-15 04:10:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1021, '59bcd85786a0b8c1478773617f130906', '2025-11-15 04:12:07', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1022, '26ff5077b5c6915cc7ad729e54d071a1', '2025-11-15 04:12:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1023, '21ef82e06a40288145df392af35823ec', '2025-11-15 04:14:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1024, '0e9f6d341bd003ba0c37e07bdec357f9', '2025-11-15 04:15:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1025, '4d457a759abf9e33800db0078f7687fd', '2025-11-15 04:19:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1026, 'dab4707dc840f47ad5a95c6e2c1429dd', '2025-11-15 04:20:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1027, '80dd4468971087115c482cd40268b291', '2025-11-15 04:21:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1028, '17668cf80df9c20033a56f01330941ab', '2025-11-15 04:21:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1029, '150d4247d58bf3fc4d5a4c90c38149ee', '2025-11-15 04:25:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1030, '123fe09e26123addc4554c0b0fca22dc', '2025-11-15 04:26:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1031, '9644483dcfec449f5a0461d06218d08a', '2025-11-15 04:29:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1032, 'b98b81698403598036fb773ba1e56d2a', '2025-11-15 04:30:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1033, '82d30dd8973e95e963b6e5e0c46b5e02', '2025-11-15 04:34:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1034, '2bab16c4a0cdcb0114f230ebc16cb4b1', '2025-11-15 04:35:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1035, '7a1a3d9914c943dd1db19feeabf93b2f', '2025-11-15 04:37:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1036, '67742b8f561404d8980f1b672b99e84a', '2025-11-15 04:40:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1037, 'd77b3b3548b5b3695eb7afc57b50d267', '2025-11-15 04:40:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1038, 'f5565ebed7a3c1a5869d26d3dd72c2d3', '2025-11-15 04:43:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1039, 'c4f8972316c5baa3153416dec80ebc36', '2025-11-15 04:46:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1040, 'a481bc288fbe2648563a1bb5c4d97ad1', '2025-11-15 04:46:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1041, '24d50925786e7528b1ec3baf2ebaa600', '2025-11-15 04:52:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1042, '3b36970721677aacfd66720db8fe2069', '2025-11-15 04:53:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1043, '65a52f6aa449613d4f93462111ec7c96', '2025-11-15 04:54:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1044, 'b91700e2745c6fa15a28a3acaa125ea4', '2025-11-15 04:58:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1045, 'b3692d3366c223675668408574ed5fb2', '2025-11-15 04:58:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1046, '40a757e471eae613f54fc71b3492565f', '2025-11-15 04:58:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1047, '3b247e6a19994f3a75cdd0adcda4a190', '2025-11-15 04:59:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1048, '707aae5e570e7f2d8fb6cd10c8002e63', '2025-11-15 05:03:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1049, 'f76d4df58b9b529fb76bb6d0a8f3e05e', '2025-11-15 05:03:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1050, 'd6f6c8d06a3fa28132acb73edc5f2895', '2025-11-15 05:04:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1051, '272e3d73f03836c1fa6ea5eac9573928', '2025-11-15 05:08:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1052, '00af74ec43500e342ff1b6082a6501b3', '2025-11-15 05:10:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1053, 'e4165244ef0df7b0952b8658aaf50ccf', '2025-11-15 05:12:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1054, '3ac8872bc6e31d008a8325bd873a1149', '2025-11-15 05:12:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1055, 'd74bba8f6edfc97ab9c914f4aa871ae3', '2025-11-15 05:17:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1056, '7d3f6b97b98fa36282f1556f23826e39', '2025-11-15 05:25:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1057, 'e485c0792d219f15ea0044dc0608e2e9', '2025-11-15 05:26:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1058, 'ac5572a99a7577d15240b65c7a77ac57', '2025-11-15 05:29:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1059, '70f3a0d113c9300da8cc8b1367594826', '2025-11-15 05:30:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1060, '88fe23029750a44c397948835fe743bb', '2025-11-15 05:31:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1061, '1f67c5cd11931f1b4b05e99cdb753313', '2025-11-15 05:33:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1062, 'e616e72ba8fe63bea07e2a1693e40236', '2025-11-15 05:37:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1063, '8ba1f25e19214ce72cc0388b40aed9ba', '2025-11-15 05:38:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1064, '5a626c640f421908e9258ada3f30218e', '2025-11-15 05:40:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1065, '759baf8a0ab47a6093938c44de4797bb', '2025-11-15 05:41:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1066, '8535b3715301e73ce9565f8190df7a5f', '2025-11-15 05:44:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1067, '1276ba3a045bec4e177f4fdfa2e4866a', '2025-11-15 05:45:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1068, 'c3df398d30b8345b5b797c3077b48d1b', '2025-11-15 05:48:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1069, '12a05660489dd4c59624e577292f27f3', '2025-11-15 05:50:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1070, 'd33c66988357c040c4de264775aa85ae', '2025-11-15 05:52:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1071, '80327ff04f051feedd5d810c8d9389af', '2025-11-15 05:53:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1072, 'c8f6fae3d60f188ebaec797c2149272f', '2025-11-15 05:55:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1073, '1c114739fec3bebaa22f74bc3543c1ab', '2025-11-15 05:57:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1074, 'cb328ea11b5f248073ea25d885838c41', '2025-11-15 05:57:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1075, 'e60fe8e12b46d644a3356c1b556c7ee9', '2025-11-15 06:01:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1076, '0d39db4328d64d8d5056992a7639960a', '2025-11-15 06:01:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1077, '98e0a2fccc4e5c44c2072484e1a79c16', '2025-11-15 06:05:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1078, '43e7687ad33e7e91e449ceeb60c0d23d', '2025-11-15 06:06:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1079, 'ef295418a22b84a80f6855557c10a63c', '2025-11-15 06:11:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1080, 'eeacdbd62d2ef9f680f2aa08a64a2c4b', '2025-11-15 06:12:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1081, 'ae926d56813fb4aad0ade8c616699c5a', '2025-11-15 06:16:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1082, '50b57f3d6230b50e6e0bb2f89893da57', '2025-11-15 06:16:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1083, 'af47387f0545c71bb7437d3e2487e758', '2025-11-15 06:18:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1084, 'f4107907b89e93a7923a02d56692d45f', '2025-11-15 06:20:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1085, '256b377482a6240fddb4dd228fc3ce93', '2025-11-15 06:25:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1086, '23457abf2c52bf31d91e21572442961c', '2025-11-15 06:26:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1087, '336c2d3c1137e445da3675637192e1ef', '2025-11-15 06:29:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1088, 'eae86e13dfed36d8d528921f367a6657', '2025-11-15 06:32:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1089, '840fbecef5adbfb6eee9984c40c68878', '2025-11-15 06:35:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1090, '5b0a9f23c17cb047d9f3c7bd5cfaeca8', '2025-11-15 06:35:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1091, 'd9fc8f29afec9b947467aaa1d64cc4ab', '2025-11-15 06:37:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1092, '90fc50ec41febe3ee2d7b838735723f2', '2025-11-15 06:39:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1093, 'a05dfafffd11885805a0cffafc696baf', '2025-11-15 06:40:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1094, 'd06b1acf0c412cb92b91e4a655ce21e5', '2025-11-15 06:40:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1095, '0f42ee0492d02a5e1be8c7d05c760814', '2025-11-15 06:41:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1096, '6f6eed0e6d49d8b939bf314198ca4660', '2025-11-15 06:44:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1097, '229232f83a2818e6d4253b8338bde82f', '2025-11-15 06:45:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1098, 'ac53c840b89aafd9aae293500e773cd1', '2025-11-15 06:46:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1099, '0bac327ac67cb530a1fffa3afa1d896b', '2025-11-15 06:51:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1100, '105122ddadfe501c0a27c041ed02e529', '2025-11-15 06:51:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1101, '53c70ea9842bf912a2a230410721ac1c', '2025-11-15 06:53:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1102, 'f3c8ffb4e60f33d0c53ac149b66917cc', '2025-11-15 06:54:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1103, '809541d133be0056edcbea55aaa1a651', '2025-11-15 06:54:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1104, '702f7839c83f101b7b61e87bf33bed4a', '2025-11-15 06:55:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1105, '7c36c00414f0197a67d2150650c42633', '2025-11-15 06:58:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1106, '5aef37217c765461895eae5ad0bbe2a3', '2025-11-15 06:59:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1107, 'f6c728839b76aacfd06eae0fce60d059', '2025-11-15 06:59:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1108, 'f728251e8ea03d6f93c867d345da54ad', '2025-11-15 07:02:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1109, '18e3c92246aea4b3e588423e1efc3a3b', '2025-11-15 07:03:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1110, 'bf569e839fdd8ea2af23048885d694e3', '2025-11-15 07:03:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1111, '3ac64178c34f87f20bf164248116adb2', '2025-11-15 07:04:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1112, '8ad0804150e97116b4231c10d526beb1', '2025-11-15 07:06:02', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1113, '1e2bd77cb5f7b4cd5ec00e7ba53de36e', '2025-11-15 07:07:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1114, '23d8cfa4358175f38c611260efd5b099', '2025-11-15 07:09:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1115, 'cb1006ed6406759fab97819470396557', '2025-11-15 07:09:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1116, '4228e76834110935a26d4b8a51028814', '2025-11-15 07:13:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1117, '06ea787d3f88faa5a07ddb5b4681a642', '2025-11-15 07:14:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1118, 'b4a0f15b1eef40e781c7f881538ed735', '2025-11-15 07:18:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1119, '21cd740116efa034e6e570c68f0abf8b', '2025-11-15 07:19:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1120, '74e6a3e3af4d83e06bc7f6d60f4f6b6a', '2025-11-15 07:20:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1121, '7d1277db82e519b14ab3b4f7b0c56658', '2025-11-15 07:24:20', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1122, '2faf79fb84454324a794dd593c6a6fb6', '2025-11-15 07:25:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1123, 'c18b75b5dacd8710aaf49f0c90b9aa25', '2025-11-15 07:27:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1124, '86b9f9c86f0540aa4f329ef100b6043a', '2025-11-15 07:33:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1125, '2683e711624add4d39ca97d0eadecec0', '2025-11-15 07:34:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1126, '00c266f6210dcd7ce2b404323d8d4fa0', '2025-11-15 07:35:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1127, 'b12667ad7ddaca863a476dc27a8615bf', '2025-11-15 07:39:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1128, 'b747d8bac8907010273cf3d591f9dc83', '2025-11-15 07:39:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1129, '970ac650fd168e0a8ce13505b9a2aeac', '2025-11-15 07:44:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1130, '2398b55f33db3770e3733973b209df34', '2025-11-15 07:45:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1131, '840d656a7229be87c81ebd825d2c52ce', '2025-11-15 07:50:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1132, 'de846356cbb077b2c2c83164c43adf18', '2025-11-15 07:51:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1133, 'e50d6d586c17b7ba54c88d48e89b5f4b', '2025-11-15 07:58:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1134, '1fd10634d863dddef706b517829d4a60', '2025-11-15 08:00:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1135, '452cd2b9db47b612d5809cead63d7715', '2025-11-15 08:03:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1136, '12802ecba12ac0c66e88e484e2d2737a', '2025-11-15 08:04:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1137, '5667e4b9f70ca62bdd8c500030b8548d', '2025-11-15 08:08:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1138, '27515ae476282882e207d2ddd237d0f1', '2025-11-15 08:08:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1139, 'a1b056b625086535cd4a59996fa7c94b', '2025-11-15 08:13:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1140, '3d3362771bdbf7c6bfdccf102865aebf', '2025-11-15 08:14:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1141, 'f30f9a83d7975c20b4b69a673f7d10cc', '2025-11-15 08:15:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1142, 'f606b663a0d04720185e51c7dced8053', '2025-11-15 08:19:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1143, '59eeaf75b924b8a0189d40647bf13a3d', '2025-11-15 08:21:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1144, '4040193f90f1c6b52ffe661860a0dc62', '2025-11-15 08:25:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1145, '1d9d85a1bf07daa67618b3282b3e8651', '2025-11-15 08:28:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1146, 'd07dcae4b427d8a745625e903e242f04', '2025-11-15 08:28:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1147, '238625533a566a9da2f89f87c5dd2a8a', '2025-11-15 08:32:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1148, '9468f7e3e4592494f0d4e2ac435f408f', '2025-11-15 08:37:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1149, '4827322a049b0f68b2a5e2aaed44dce0', '2025-11-15 08:40:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1150, '83132c7122be3e58e33a716388107cf0', '2025-11-15 08:44:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1151, '424e4aa66f78c97316c9159055928d9e', '2025-11-15 08:48:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1152, 'e81caed204a781113fada62d62bd85f3', '2025-11-15 08:48:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1153, 'ad40fa6cfbc334dd08731e2a766c0e2c', '2025-11-15 08:54:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1154, '37ded166e8ac9647132ec34ef51085f0', '2025-11-15 08:55:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1155, 'f7f9fc65bbf2c28e4f90790ad3ab6281', '2025-11-15 09:00:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1156, '912625041addfbb64ef7bb5de94e5648', '2025-11-15 09:04:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1157, '7e7b666e7f5383d1762430c3e3af4828', '2025-11-15 09:10:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1158, 'd34570322acd57cba153fdedbf3a70f5', '2025-11-15 09:11:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1159, 'af7418373197830b6351ba88ee1490af', '2025-11-15 09:17:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1160, 'b31dfe7acfd9e036cf85cc4c2c62719b', '2025-11-15 09:18:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1161, 'ac59bcdc38f7edd5295b0f23eda80318', '2025-11-15 09:22:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1162, '5d9c836aac964290aaa3ba4e2cbe1fde', '2025-11-15 09:24:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1163, 'fe23a66ca2f29696ccf8b7b4d43819ba', '2025-11-15 09:26:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1164, '4187d34514c60366fde5a9f4c75b3f1e', '2025-11-15 09:33:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1165, '9289a41ddeb4588a855b99476423ab79', '2025-11-15 09:42:31', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1166, 'e40608c0972070cd3a5dfa89a5b41e4f', '2025-11-15 09:43:50', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1167, 'cbd49a427a74a9a6b0e2ea1dc1e37f39', '2025-11-15 09:48:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1168, 'a238c1522612b2f8ecb933788e7955ff', '2025-11-15 09:48:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1169, '4684d3a3344811a4e678a622a33e9c80', '2025-11-15 09:53:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1170, '9ab4bfba3a811ca5ad8302c191e28b14', '2025-11-15 10:02:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1171, 'd1459f2711277a9b2e8246c0e1678309', '2025-11-15 10:20:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1172, '80ee2f44568b363fbadcd1f866a36282', '2025-11-15 10:22:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1173, '2a61eec2a2115e8364faf47e489f2a08', '2025-11-15 11:27:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1174, 'bb681a98a7b0f81e101e978e906e59ca', '2025-11-15 12:35:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1175, '3d82d9affe1eae57e594ae3cc50d2ad7', '2025-11-16 00:01:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1176, '03eb0b4d004542554a1cab6c04db7b8a', '2025-11-16 00:08:22', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1177, '983e054cd179e38a63e4a71e09b64f28', '2025-11-16 00:18:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(1178, 'a5e346165268c459e0bbcfec29e4721a', '2025-11-16 00:25:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1179, '47a40e2f2d6fb596210c52d901f9e2cf', '2025-11-16 00:37:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1180, '286bf2aefd54cebe25696b02fd34deb4', '2025-11-16 00:44:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1181, 'be1cf1bf7abfa3dbb06f5a41c03056de', '2025-11-16 01:01:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1182, 'cfc5fa16e01edcb83b690a43a90c8d41', '2025-11-16 01:12:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1183, 'd7c1cae9ab45ee6c8d2b82e53b11ab86', '2025-11-16 01:14:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1184, '1c0d2da5c64c4bfabc6cf09aeb4bdb97', '2025-11-16 01:25:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1185, '9256d1192588a3c940f0f12ed551680c', '2025-11-16 01:26:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1186, '780b7a8eb12582a4f7ac2aa1d25f0019', '2025-11-16 01:33:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1187, '49e78290e18b60752bd90138885142bd', '2025-11-16 01:39:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1188, 'f416c1586e0ad94a7c3228382aa897f4', '2025-11-16 01:47:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1189, 'cba652e367598f2bfc216ec9807c1d40', '2025-11-16 01:50:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1190, 'de8cf93f43c543435c29e7a00824aa75', '2025-11-16 01:55:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1191, '64ce6f3d9e59a8755102f1dc289a4258', '2025-11-16 01:55:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1192, '7ed5ab1874b1b6692b5ef91cad684999', '2025-11-16 02:01:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1193, '2cdf029a8168faeb48bb6dbb7ce0c962', '2025-11-16 02:01:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1194, '8e5878919c73b3b865753f6148db9dfb', '2025-11-16 02:11:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1195, '311e05ca5e1ca0671db5585434fe9537', '2025-11-16 02:13:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1196, 'b71c84921bba911c98216c1c0c746e50', '2025-11-16 02:29:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1197, 'b159095eab06ef8580ace16520bca12b', '2025-11-16 02:31:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1198, '72ce1828e4a4755fbd8fa42727a0ab0c', '2025-11-16 02:35:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1199, '5bb7a83fc7c1132b8733b1a5476cd81a', '2025-11-16 02:37:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1200, '693f2931b694188cc60a000a37bf74de', '2025-11-16 02:40:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1201, '7cd8a210b9a0e7a278375b30e6a3966d', '2025-11-16 02:43:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1202, '042b5cb6fafc8faf2a17bfe50b664c9e', '2025-11-16 02:44:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1203, '0abb633bc944f1943825fa9bbed093fa', '2025-11-16 02:48:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1204, '2989a67f424f8152274a6c97cd3785a8', '2025-11-16 02:54:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1205, '9dd6873992f7dc86557cfc96fbdef262', '2025-11-16 03:06:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1206, 'b797832236c391e14b2fb9d36d66c7da', '2025-11-16 03:09:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1207, '40eedc4248a8a92fe9833c067c4058c7', '2025-11-16 03:10:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1208, '81871ebb34ebf1e73ac65d914766aff6', '2025-11-16 03:14:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1209, '69c7792ece02910fe8250c1c7eea6b12', '2025-11-16 03:17:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1210, '86e5cb25a60a8176985eb3e0f536fe18', '2025-11-16 03:21:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1211, 'd87ea4005a921621a0ee5c46e2d50b94', '2025-11-16 03:22:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1212, '6a332c0814270f81924e08f6ee088348', '2025-11-16 03:33:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1213, '06ef970bac73fc1e0f6d1a11245771ce', '2025-11-16 03:38:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1214, 'f55027025f75671de721c56ef0b62c93', '2025-11-16 03:41:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1215, 'b271e6e1010b4c58595616f404c02e85', '2025-11-16 03:45:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1216, 'ffa83a4190609bbea3ce2c97ea815393', '2025-11-16 03:46:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1217, '480cf717787e096c5d358d6105125e25', '2025-11-16 03:51:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1218, 'e184da0a60689ee6ac14cd07d841a271', '2025-11-16 03:54:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1219, 'dc6908a28b621c4d0b78524003c7000c', '2025-11-16 03:56:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1220, 'a955e3378472d091e4a4cbcd7b3cbdf0', '2025-11-16 04:02:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1221, 'f2617db54c5d1d6b2976b1ccceb88ef8', '2025-11-16 04:13:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1222, '760f92ee0b093ff09ef8224dea4634ca', '2025-11-16 04:14:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1223, 'd03aeedd26e7a189828d5ca222cf4ac4', '2025-11-16 04:17:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1224, '4b8f2a2da8099c2d0e1536341befd9a6', '2025-11-16 04:19:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1225, '0dd1ff40d4667c7bcf77b973e5389671', '2025-11-16 04:21:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1226, '2879a6d3f9895e59ddd0f9a41b0de9b1', '2025-11-16 04:26:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1227, 'a19f8bd70560eafcc82f272234e191a2', '2025-11-16 04:31:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1228, 'e573f1ea7a0ee611f5a4615f6c30fb20', '2025-11-16 04:43:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1229, 'b61a8775b77d028966f01963e5c72efb', '2025-11-16 04:48:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1230, '04bef37ad706ba0ac0e6750454c61bf4', '2025-11-16 04:53:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1231, '1400796a8e0bc6ffed73da09d01c91ae', '2025-11-16 04:55:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1232, '80e16396dafb3800e0f16b694d44f235', '2025-11-16 04:58:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1233, '631538544ff81011e4d98385fca23b36', '2025-11-16 05:00:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1234, 'fb630ad2a4957ea1bddc62397b3f5dcd', '2025-11-16 05:03:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1235, 'e23c76f6c0e50d0d07f4130d9cf63ac5', '2025-11-16 05:08:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1236, '6560190edd343a80f4d1d97a336027e8', '2025-11-16 05:16:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1237, '073c15efa5681bfd58e44e9aef0c6ccf', '2025-11-16 05:18:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1238, 'a7cf3a2e31c35ade084109cc4d174c32', '2025-11-16 05:21:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1239, 'bfa62f7629e072e90bea7cfaae1cd389', '2025-11-16 05:23:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1240, '9f6b2c919265a1178e9668fefe30b280', '2025-11-16 05:26:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1241, 'e70676aa767a1ec8e7d342139b260edd', '2025-11-16 05:28:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1242, '0c5e9f2455f787bece0d38952dd6c88b', '2025-11-16 05:32:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1243, '20f1fcf03dfd49cb7fda0696958877eb', '2025-11-16 05:37:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1244, '7f8d07f5bb7c828d5cf90445b9922fad', '2025-11-16 05:38:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1245, 'd877dc3505a2224bba432dbc1b9f6834', '2025-11-16 05:41:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1246, 'b527ff30de1493dbf1458577574a4ffd', '2025-11-16 05:46:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1247, '64db0b22465ae5b73b53a9ec3d84a916', '2025-11-16 05:52:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1248, 'eef036ca0e80d4a8132b0afb05439122', '2025-11-16 05:57:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1249, 'f56bc2862042fa4cff5b05ce52d56b1e', '2025-11-16 06:01:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1250, '3e008578d0ba6e17aca953f6d9bfae99', '2025-11-16 06:01:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1251, 'a115d86e4fa91822ef1214c42bd729b0', '2025-11-16 06:05:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1252, '7d70631635a5246dc89789c1eed8b91e', '2025-11-16 06:08:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1253, '09a25751d83da1ed0d2a9552384f2d9b', '2025-11-16 06:11:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1254, 'b420c57dedffde190024cd79ee78c558', '2025-11-16 06:16:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1255, '93bd18571c44fff1e1d7bf94aab1bd51', '2025-11-16 06:16:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1256, 'bf7f170c60ae9465ed043a13abd9217d', '2025-11-16 06:20:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1257, '8302cacccc6a88388860fffd54926be6', '2025-11-16 06:23:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1258, '8be652d1a51e8383917476cc9f75babc', '2025-11-16 06:24:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1259, '1c7a3a8d2cd215bcfaf8185734350b61', '2025-11-16 06:27:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1260, '3330cb6de6ebca2ebc6095bfecfe34d7', '2025-11-16 06:30:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1261, '5773a3d7eafe9f4feedd54470eed83c9', '2025-11-16 06:32:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1262, '444747fb0469199d69141b1fff145fcd', '2025-11-16 06:33:20', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1263, 'f1014e42ca31d814ce27f0715d76c9c2', '2025-11-16 06:36:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1264, '2217db6945ec38cbc8b7dbeea6b7b56f', '2025-11-16 06:39:17', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1265, 'd6992fb9cd7fa4d552cdd005e336e8d9', '2025-11-16 06:41:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1266, 'a6aa3e598bf7351c92907f32178e70fe', '2025-11-16 06:43:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1267, 'cd5e99200ee9f31156a734f82e15b408', '2025-11-16 06:45:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1268, '3ba4fadf462413336dc175af7b828466', '2025-11-16 06:48:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1269, '62f319f5c4a6346ba932868f9d41e91a', '2025-11-16 06:50:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1270, '433ec92cc36fcaff9b5643135957f098', '2025-11-16 06:52:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1271, '48d2920c87a72a57173898ca60cbcf3f', '2025-11-16 06:59:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1272, '0213980c5b2d5e985a994155a638536a', '2025-11-16 07:02:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1273, '91aec0a7bc5de4d888f4a6fdf857e05d', '2025-11-16 07:06:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1274, 'bd7253a9013f6f82904430ea5eb79e81', '2025-11-16 07:11:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1275, 'e27c03386b55055a41f487b74bb0b59f', '2025-11-16 07:13:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1276, 'afd2fce795a10199846f7e72d8ef5adf', '2025-11-16 07:15:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1277, '1ef91e3e8a334327f647e380e89556a4', '2025-11-16 07:19:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1278, '58ac6a16779cdffe4f81bad95236f3af', '2025-11-16 07:22:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1279, '54beae593970391a63ab60654350a409', '2025-11-16 07:25:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1280, '3fb74e0040b8df5a8b7bfc47599aeaa3', '2025-11-16 07:25:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1281, '2b3130067a44efd9e4c2fe7ed1fb71ce', '2025-11-16 07:26:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1282, '5042685bdf8e7a98dcf2685b6ad57bb0', '2025-11-16 07:29:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1283, '9e929deb1acee25394945f4f88e32018', '2025-11-16 07:32:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1284, 'd4ab5443c7c978a6f1a96f6ed6b1640c', '2025-11-16 07:34:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1285, '48c39b00f4bf24d0a1bd6c0fc1ca841f', '2025-11-16 07:35:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1286, '378bef957d56b18cc4ff1c74b11c3f6e', '2025-11-16 07:38:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1287, 'dbba30a56f3fba67b2212132514c27b8', '2025-11-16 07:43:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1288, 'cb99fdcbd020a341496cf5620514862a', '2025-11-16 07:44:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1289, 'f85977685e73f201b05b3a7f877d5ccb', '2025-11-16 07:49:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1290, '8b062aa5bffad505ff36b6e46b5a99e2', '2025-11-16 07:49:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1291, '7c6dc1ef70d475655cf91b5343ed32d8', '2025-11-16 07:55:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1292, '52d1bc35a9bf14de4164535b39c65848', '2025-11-16 07:59:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1293, 'dde34c43c4dc25d48e77f9e96dd12aae', '2025-11-16 08:05:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1294, '3e2bcbdc24b654a0b542a23c2429d68e', '2025-11-16 08:07:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1295, '4c4258098ef4d9c121fd4103d740506a', '2025-11-16 08:10:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1296, '8dcf0986991afec359430dad5c85f625', '2025-11-16 08:12:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1297, '54345abb90b61a4f446191fa02d80b0f', '2025-11-16 08:18:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1298, 'd19463469bd9b3e971c181b9c92758eb', '2025-11-16 08:25:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1299, 'ed4e297441e5c6f234be83115213cf68', '2025-11-16 08:26:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1300, 'a45355f9479c05cbf707ce1f4f4b534a', '2025-11-16 08:31:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1301, '859123b8a0dd5478e4b0746424f31cd9', '2025-11-16 08:32:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1302, '46c3c4ae5abc327a131e660ab9a806ad', '2025-11-16 08:33:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1303, '99cae1bf6c4d5223dc17003d22875c69', '2025-11-16 08:36:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1304, '48604093bc3b1e044e2c7587ccd90bd5', '2025-11-16 08:37:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1305, 'b0fbe1d595905431b780ec73851e006d', '2025-11-16 08:39:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1306, '97fb6109560fdfa1f491f8dc00fddfb8', '2025-11-16 08:42:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1307, 'bfc79e7db3c89c8f9093639b3259f793', '2025-11-16 08:43:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1308, 'ea471b4470b486e882916c45c65b624e', '2025-11-16 08:46:40', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1309, 'fd4f06d4c17717ae68c35464702673a4', '2025-11-16 08:50:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1310, 'f4550dc7742efc86cd977fa724cb3cec', '2025-11-16 08:51:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1311, 'd356ebfabe63d9707299549a57784f4c', '2025-11-16 08:55:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1312, '5e2654800529f9b29d651c08eae7e08e', '2025-11-16 08:55:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1313, 'd7f2dcb664f69039942aace476ccc395', '2025-11-16 08:58:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1314, '19207302b91d29febe871d6f78109410', '2025-11-16 08:59:04', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1315, 'e452cecf8e3303ea33602b42f4a21d08', '2025-11-16 09:02:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1316, 'b1c97c8b8a90641bc877e489f743e497', '2025-11-16 09:03:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1317, '374964e69b53f2c2f33b176cf3da6209', '2025-11-16 09:16:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1318, 'bea6b6bf008d48a45afe4d04f050ab6a', '2025-11-16 09:21:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1319, '6991d129e30fd9aef60e0ee22f32b4ae', '2025-11-16 09:21:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1320, 'dec801716cb2657c9ac690b388a57a05', '2025-11-16 09:25:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1321, '16618c240b0d4ddaaa7bc0b0b9976c38', '2025-11-16 09:28:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1322, '79ae5509af29b94edea290ace5551f75', '2025-11-16 09:30:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1323, 'ad22808875de035cb2063d8aa881d84c', '2025-11-16 09:32:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1324, '8db068f2e1d8280d40faf31a6e4bf2b8', '2025-11-16 09:33:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1325, '4afa53cb3ba90a256446ac4b15aaa613', '2025-11-16 09:34:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1326, 'a99ba2a5f57022aaa96892e7037078e9', '2025-11-16 09:38:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1327, '657d63043c9720a7817672deb9f6cc11', '2025-11-16 09:39:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1328, '8197f7349a9a5877251bd61434643a88', '2025-11-16 09:43:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1329, '9332d2ffad290510f97032205678a0df', '2025-11-16 09:44:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1330, '8667ea00b17d693ecaccf9b2d4c2c6d5', '2025-11-16 09:50:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1331, '6ae455fdd33c0d0dfda6085c468fefdd', '2025-11-16 09:51:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1332, '3ae825f09be8a4edf04de717b9c88a0c', '2025-11-16 09:54:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1333, 'a28568d9c4bb835eb087ce81c018fce4', '2025-11-16 09:57:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1334, '78dca5daa7aa01a54d452be3ecc5abbe', '2025-11-16 10:00:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1335, '92ed98fb2fb7d82b2de20d38c8ffa7ae', '2025-11-16 10:04:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1336, 'cf0c1466be1d7573734ee6b75f9c9a05', '2025-11-16 10:09:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1337, '27b028aaff64cd6b63c489775c208b2b', '2025-11-16 10:12:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1338, 'd5b26910b58b5ac19f7fd083374e4da8', '2025-11-16 10:13:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1339, '5fd9a3d30cb4b120e316481254dbfa26', '2025-11-16 10:28:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1340, '6e147f0fa6eff2d15f2bc7a2c2495ff8', '2025-11-16 10:36:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1341, '427ea48a037b8cbc437d051a1d2f9f2f', '2025-11-16 10:43:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1342, '94c97561c6cccd43904ab2c66c8063db', '2025-11-16 10:44:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1343, '8431a2942593f602b065f1eb006074f4', '2025-11-16 10:47:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1344, '636ddb2860701976c8d0db931f470afb', '2025-11-16 11:11:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1345, '2de8b12c403fd1ea73ac17f895f6bce1', '2025-11-17 00:18:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1346, '4d7a5939bf6b6e0951ae66d07cc8ca60', '2025-11-17 00:22:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1347, '5f84c009c0e61b7041daba0e4f2c2d89', '2025-11-17 00:25:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1348, '13b10e62578358806534e87bd52825af', '2025-11-17 00:39:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1349, 'ed1db7d947b2a0a34174ced433327718', '2025-11-17 00:39:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1350, 'ee6242a76bdbf49bad57097dbcc13e75', '2025-11-17 00:54:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1351, 'f6405812055fc6b73099271cd7c3d562', '2025-11-17 00:57:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1352, '84e0c742bd633fa60e97cdea948f77d6', '2025-11-17 01:06:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1353, 'e5c4fb6359499af2967abb58933124e0', '2025-11-17 01:09:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1354, '11abd4028cfb4bdadfd34b1575845add', '2025-11-17 01:10:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1355, 'd22254158c0e85c1a2cf2fa24fd2b19b', '2025-11-17 01:20:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1356, '7b77d2ec9f36f3e4379eb6d1406b3c8a', '2025-11-17 01:30:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1357, '8206c8eb0899baadb93f6e281f44323a', '2025-11-17 01:31:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1358, 'a8e400856f5b38ed7be2dc9e08567fe3', '2025-11-17 01:32:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1359, 'ddb7cabcc74e4a4b6c6f21689da41cb2', '2025-11-17 01:44:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1360, '1e6657a05b540a13475385b0eefadcb8', '2025-11-17 01:45:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1361, '6530917a6bb2eebe7e4482ae0fb0a9f6', '2025-11-17 01:48:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1362, '5a6efd760f150c705d8dc85be06a5cb2', '2025-11-17 01:54:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1363, 'a925ed1e3e74f810341deab487fbae87', '2025-11-17 01:55:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1364, '0a7201e5f41c712480f3161ba31560c7', '2025-11-17 02:02:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1365, '12e154535e099d6b3c2e35ad6a3f5fee', '2025-11-17 02:11:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1366, '06e19ae991bd3a74692ea174e16027e8', '2025-11-17 02:16:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1367, 'e521d0b0c86aeed24025b98f4d96619b', '2025-11-17 02:21:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1368, '4909281d99d527bd766f99da64cc83f0', '2025-11-17 02:21:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1369, 'f02215c94350d99ca5a7f047fbf95638', '2025-11-17 02:33:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1370, '54a141de826ca9a6549581bbfacb79ed', '2025-11-17 02:46:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1371, 'cf4c9c1663f1d167979c32da78609b10', '2025-11-17 02:55:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1372, 'ffacffa08a1333dfdbd849231e969853', '2025-11-17 02:55:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1373, 'cbe1ce112de062e6cb025d244a65c8d9', '2025-11-17 02:56:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1374, '21dd8a36f27b92c3cf41ae240dafb0a3', '2025-11-17 03:01:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1375, '98c291b3cbe456fec35451cde1cdf8e4', '2025-11-17 03:06:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1376, '36b3af751b50c28d20cf3d94be33de93', '2025-11-17 03:10:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1377, 'd974be18087a6c5cb66f81bae41ce3f5', '2025-11-17 03:10:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1378, 'e3cef6e6522b0feec297e866af8b735f', '2025-11-17 03:15:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1379, 'af2bbbe3dd823750914d738d27a4c2a8', '2025-11-17 03:18:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1380, 'b26dafacfff593f92b3442bf5c69bfee', '2025-11-17 03:20:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1381, 'bda2261623e4bda8de8a08f48a2bfec3', '2025-11-17 03:23:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1382, 'fa9332b3229164cd7e67cd744e3f88d6', '2025-11-17 03:27:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1383, '3d8b90b10a2a3f0246004a78dde28995', '2025-11-17 03:29:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1384, '138b614b47c170d46866d3a71f3e6d42', '2025-11-17 03:32:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1385, 'c5931db98ee54fd0577ba243ece8fc22', '2025-11-17 03:36:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1386, '64f9a55b0f7772c3638fe011620eed0d', '2025-11-17 04:17:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1387, '62a4fca5acf3537843efcb90b1bd7381', '2025-11-17 04:20:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1388, '8cc3baff33e05c355207a4f46a0b3558', '2025-11-17 04:23:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1389, '4a0f538297ed5ff43e87df4b80c09847', '2025-11-17 04:23:58', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1390, '52335c8b58787c7067713e6325281b4c', '2025-11-17 04:32:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1391, 'a241d7c46c566aa23edc2212c0631920', '2025-11-17 04:37:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1392, '403b2bd297b59d6858f9f614025b1108', '2025-11-17 04:41:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1393, '1207dc70221ab3986c93009ecbd71f48', '2025-11-17 04:42:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1394, '7801a5a1ea8584e6561f8bd6963bc1e4', '2025-11-17 04:48:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1395, 'dfd4c5283cd5f6cade047a46046429dd', '2025-11-17 04:51:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1396, '571271d3ef130c42832dd8d8cc208009', '2025-11-17 04:53:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1397, 'c86f9aaecb3aead05acdbaf1c1958d32', '2025-11-17 04:53:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1398, 'ac17b25f3dd1f9247de44b116c0a0715', '2025-11-17 04:55:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1399, '04277ff29adf9b7e22806922e1d54092', '2025-11-17 04:59:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1400, '775864c0dd65cad66356dc84880c9ea8', '2025-11-17 05:03:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1401, '71d05a1c1019f9d45202505a3987415c', '2025-11-17 05:10:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1402, 'cfcfbd5514967dda2052cd6bc643127f', '2025-11-17 05:12:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1403, '15f7eb82ed793f7459531f5a17bd11ef', '2025-11-17 05:13:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1404, '3e5ef0b9f2a09ea9466f1262f1e4d357', '2025-11-17 05:19:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1405, '367474337a4aa2ae4784f72624501282', '2025-11-17 05:22:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1406, 'b55d7d59c202560e566f57c2793494e8', '2025-11-17 05:23:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1407, 'd43948c89389fd2fb3f5307463837730', '2025-11-17 05:26:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1408, '6008c8878a6f59f1f89c36d9f828fcb5', '2025-11-17 05:27:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1409, 'a42dc1ea95192a4cad093c12311b9720', '2025-11-17 05:30:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1410, '6c6a0f07d196ccc732e619ad7f0c283f', '2025-11-17 05:34:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1411, 'bd319a7bc259af3cc3d361f0b3361cf1', '2025-11-17 05:34:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1412, '48bfaf9331b079cd328d29ea40f334a7', '2025-11-17 05:36:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1413, '1aed2c9dc8dd72acfe0662e8db7a5ab0', '2025-11-17 05:38:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1414, '12aac6838d944da8bca58c5f18ef97e1', '2025-11-17 05:38:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1415, 'df45a867b449635ca1e6cd9d1183686c', '2025-11-17 05:39:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1416, 'a9b5a831b21fda2475b88f4bda6d60e9', '2025-11-17 05:44:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1417, '0c8f64bdabcf3abfdd3ce6ef2dedbaeb', '2025-11-17 05:46:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1418, '681fdbd8fe1e05536f4591f395ac0b05', '2025-11-17 05:48:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1419, 'cd34327d3bc7f8357ac056f8b262cb59', '2025-11-17 05:48:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1420, '770ed1d3196545a2fc715e60301ea305', '2025-11-17 05:51:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1421, '970b16a2b45fc886c626d9ae0159b948', '2025-11-17 05:56:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1422, '17efa29159630ba87979ec8623603803', '2025-11-17 05:58:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1423, '7f99029d837fb12cecc199e330a99d29', '2025-11-17 06:03:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1424, 'f77c105161c5090acc1db2e47da0ada9', '2025-11-17 06:04:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1425, '0ef1f5bf2d6a446936d71998c772bc3d', '2025-11-17 06:08:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1426, 'fb691eaca2e44c21a301cdd0ca6967d4', '2025-11-17 06:08:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1427, '0d197d6ba0babddce888370027412ed9', '2025-11-17 06:15:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1428, '969250fd11fe3206851f5e699e5b8875', '2025-11-17 06:15:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1429, 'fad46a6336bdb2658043d7af2d521d16', '2025-11-17 06:15:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1430, '0bd1e5d012469cded26ce4152361ab81', '2025-11-17 06:15:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1431, 'b137a330e55af0a99fe65e1681fd0c5c', '2025-11-17 06:18:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1432, '762c0e9e99c5bd17ea571f982d98c574', '2025-11-17 06:21:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1433, 'c05359df1e6e9886bc418dc395a308d3', '2025-11-17 06:21:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1434, 'c778c6c0e6969ef99cada688c5318930', '2025-11-17 06:23:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1435, '1158f59357844688ea546ac5dde67e2a', '2025-11-17 06:24:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1436, 'c02abb6a4b79b782643e75bc2ae15b95', '2025-11-17 06:25:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1437, '30f9c94f6fdbd27c96efee9ed43fc1cf', '2025-11-17 06:28:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1438, '00fbe2147327e69bdaebcc530baad5f1', '2025-11-17 06:30:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1439, '9c26f649746f2758b78dc97937822ca6', '2025-11-17 06:32:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1440, 'e41efcf21542258d553693cf2b64c9f1', '2025-11-17 06:37:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1441, '801ef18d2f5be1fe1b8eaff4e3b12a02', '2025-11-17 06:38:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1442, 'e8a68463a3a893f96a8e156d2fc2e207', '2025-11-17 06:39:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1443, 'c63be6e1efe63b3e68802bfdfad39265', '2025-11-17 06:40:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1444, '555266f47ff0f193faf3c13d83215852', '2025-11-17 06:41:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1445, 'a1845db3180e7cbdd2a519806873b3c4', '2025-11-17 06:43:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1446, 'a34a151a6b7261c7e05ef11130abaeb5', '2025-11-17 06:45:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1447, '5a8ae168dc22dd25e8bb1ef79ca324f7', '2025-11-17 06:45:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1448, '5ecb45309aa216a8a2b94be0723246ab', '2025-11-17 06:51:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1449, '7c2cc44419974f7c902701d4b3bb6999', '2025-11-17 06:52:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1450, '2cee87323dabaec093aa9b0bb32b5e62', '2025-11-17 06:57:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1451, 'cd7b2853bfd945e1f09215da85a12b6e', '2025-11-17 06:57:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1452, 'e6f8283032e8ebd038ca7707f6f3783e', '2025-11-17 07:00:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1453, 'ecb3dcd144013bccde4a25ca8286d19e', '2025-11-17 07:04:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1454, '851810f014c067af73f7a63c1f6d4fbe', '2025-11-17 07:09:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1455, 'fcb085eef1b0c5ff8540ec307a2df04b', '2025-11-17 07:10:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1456, '1ce7f63f79d7c790e2b8ba6c613db3bf', '2025-11-17 07:15:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1457, '8448a02a9583354ca1f3fa826efd4f77', '2025-11-17 07:20:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1458, '7e5b40ce87e8f0abd669e2118c395cce', '2025-11-17 07:22:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1459, '268b3e6c245a7f30e02e6ecbdf04579b', '2025-11-17 07:27:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1460, 'ceef43681328c0502addecf5cc90d800', '2025-11-17 07:31:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1461, 'e0e978a2c9f23f7bd13c4e4e24b77f92', '2025-11-17 07:35:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1462, '5b18bd8aa451323376118ef10a70ed34', '2025-11-17 07:38:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1463, 'edcda0924daa4e65eae2e27efe3d9248', '2025-11-17 07:49:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1464, 'b3fa8d6c9b5731936b52847e1e4ca3a7', '2025-11-17 07:53:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1465, '596f8282e50e6129034fe78f676a7b24', '2025-11-17 07:53:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1466, 'ad5ff3a81df8c1acb309383d1adfe99e', '2025-11-17 07:57:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1467, 'da073220467b5dc9a0a28c8cf61a8511', '2025-11-17 07:59:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1468, '39c365f3b0adedd671a55c653ce8c3f7', '2025-11-17 08:00:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1469, '64e8be2567a28df3b7fcd7f8dd89f83e', '2025-11-17 08:04:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1470, '6845ddbe3902fe82a11fed5935b46c12', '2025-11-17 08:08:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1471, 'dabc73ca5d96c7fbc0f26edd56c124ba', '2025-11-17 08:13:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1472, '93b98c6379f28cdc76a2084e08916c45', '2025-11-17 08:16:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1473, 'c67f965cf540403a12bdc1b4e94b0f75', '2025-11-17 08:20:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1474, '5d612834f7efd1917286498ea7ca1b02', '2025-11-17 08:21:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1475, '38ffbebac99d410a66786c35977ebf69', '2025-11-17 08:27:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1476, '3f3e166905a141bc9b71f4d51a1819c5', '2025-11-17 08:46:02', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1477, 'f85fcd2fa97b1f070ec093ac0ddeef3c', '2025-11-17 08:51:38', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1478, 'de17d127d1341c3e6f9624d910e17460', '2025-11-17 08:54:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1479, 'de8cb317dc60a96c9e1a7642f7ed5b77', '2025-11-17 08:56:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1480, 'd70be2721a7ad9eca5fa67f89e0b4b8a', '2025-11-17 09:00:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1481, '47c8d7e98dc41a2b0925efe06f68d313', '2025-11-17 09:04:15', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1482, '600ff7663893ca2f9aff48bdf32e61fc', '2025-11-17 09:04:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1483, '1c868cb882c56e1fadbc6322b9745a5b', '2025-11-17 09:07:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1484, '4600c4659d3bed7214c8c4660895fcfc', '2025-11-17 09:10:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1485, 'b954eaed957e0498a5b9c615158553c5', '2025-11-17 09:13:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1486, '79850b24e0193f1eac80dda1f2ff4961', '2025-11-17 09:17:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1487, 'c3180bc3d0ee46663ea20b9a97ab212e', '2025-11-17 09:19:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1488, 'f27028db8ba4a4c48c1ded0e5797b3de', '2025-11-17 09:23:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1489, '2407b697fbdf5c10a84fc241f4314a77', '2025-11-17 09:24:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1490, '0f13c5cd6e0bfeac99a3ec2321eca566', '2025-11-17 09:29:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1491, '8449dfbd1b1f8de868fc22edc4d0b23e', '2025-11-17 09:29:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1492, '018b4a37a68fd0d04fe308847dbcb1de', '2025-11-17 09:35:35', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1493, '940e21fdaf6baed82634aef0e6f7093a', '2025-11-17 09:36:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1494, '750fdab6055730bd26360ac173203e43', '2025-11-17 09:37:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1495, '52a95c9c9a35c1b6c50c2d1b603c8226', '2025-11-17 09:38:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1496, 'eef3e390bac75c065f93f8bb4ad051e0', '2025-11-17 09:39:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1497, 'ae355ee926ccf6325a2402e3526ac267', '2025-11-17 09:40:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1498, 'cce40954f6f5acc33d1883a2e32f6791', '2025-11-17 09:43:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1499, 'cecf85e044bd94473bcdaf1ddc725a21', '2025-11-17 09:46:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1500, 'febaafd1d8c01fd0104b9c8aa3b811a7', '2025-11-17 09:46:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1501, '46ad3e78a60a10ea797e7395ddab2487', '2025-11-17 09:48:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1502, '0f869d379e828b6a9053069eadb0e50d', '2025-11-17 09:51:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1503, '5b7fb0b94453ea35037fa2b2a2c2ab3d', '2025-11-17 09:52:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1504, '7ee64ea6e0c4ef6073e9104fd101a7d5', '2025-11-17 09:53:34', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1505, 'b3af8be94414401d754e57afdd276f1d', '2025-11-17 09:57:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1506, 'c322d7221d4ddb110b17206fe5d3d9b6', '2025-11-17 10:00:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1507, '8048538b3c910b041dfc11fcf0a58d15', '2025-11-17 10:01:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1508, '32d1e2454be69b4290076626896fb18b', '2025-11-17 10:05:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1509, '24407569f67a36d9354a66f884ea9259', '2025-11-17 10:06:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1510, 'e11f636dfc796bbf234fa7c8dda0d011', '2025-11-17 10:07:36', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1511, '7efe5c01a8864208bf30fa3b8ce36adc', '2025-11-17 10:08:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1512, '5ed3bb8f1204ea854e1516689ed59db8', '2025-11-17 10:08:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1513, 'db2ac6a3f1f805f2b9b76aadfd5b39a8', '2025-11-17 10:12:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1514, '27ee084da2624c03c4be50703f230c8f', '2025-11-17 10:12:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1515, '6d9193c6e5372998746c6cd47b3a3fb4', '2025-11-17 10:16:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1516, '9393e23534372de3702b7e11b07c6792', '2025-11-17 10:17:58', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1517, 'dd87c8fac5501798127599073cbba96b', '2025-11-17 10:18:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1518, '7f8b13dd2da22b7ff747f6bf7c352244', '2025-11-17 10:20:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1519, 'b3d185d4a6a28c8d6722690375310cc3', '2025-11-17 10:21:21', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1520, '2a2e7486b3245a351833772134d5014f', '2025-11-17 10:25:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1521, 'a076cf871421fdddc1198c256a282b3a', '2025-11-17 10:26:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1522, '789effcc9b123f4767fe650f9dda3104', '2025-11-17 10:29:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1523, 'c0346bfb20378d0c9a02c33159ae70ce', '2025-11-17 10:32:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1524, '01a0dbfb571bcb6b275ab1d7abdcc876', '2025-11-17 10:34:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1525, '32d4b626a801379c5e43dac1bb05c74c', '2025-11-17 10:38:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1526, '83834fdd1317561ca81283f6f3002308', '2025-11-17 10:39:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1527, '3b8655e7c2d58c2ef3e71195758e81ef', '2025-11-17 10:44:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1528, '9158650320ff29c0e960b1106adb7ac7', '2025-11-17 10:44:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1529, '975db7abe8280c1a1d7e3507c7ae796f', '2025-11-17 10:44:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1530, '70306b1d78c7768d0e68ad0871ecadae', '2025-11-17 10:48:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1531, 'a6ef0723c0321db301d9681dffbeb034', '2025-11-17 10:49:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1532, '0eb7e1f7dc5af906075db2207e32f74f', '2025-11-17 10:50:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1533, '2e634b44759519d6276d30ba9fd5c577', '2025-11-17 10:53:58', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1534, 'cbb7e5704b1f5f36c93bbba7c1509594', '2025-11-17 10:54:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1535, '00c437ef37e060948b1a8a5febe3a780', '2025-11-17 10:54:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1536, 'dd7019aff5e183e5bba1171ab4b39843', '2025-11-17 11:04:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1537, '26f3c43c06521a7d7c0fdec1a1c0ce5c', '2025-11-17 11:04:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1538, 'c131316aad75a81cc8a17cbd7b99d661', '2025-11-17 11:08:17', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1539, '6530b1e3389b8eb1f2354f539b8e3951', '2025-11-17 11:08:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1540, 'aad3a3d9e298ad9143778389d9167f7f', '2025-11-17 11:15:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1541, '439027b756c9f80bcb7a803d3b5a1687', '2025-11-17 11:23:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1542, 'fe7c38a71e4685299391226f952bc44d', '2025-11-17 11:27:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1543, '4d8fcd4d667de8fe1f5b5c4d9396159e', '2025-11-17 11:28:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1544, '5617acbf15fed49be0a10241f2863615', '2025-11-17 11:32:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1545, 'ba0e4c43ad8e431b11f44036a927588c', '2025-11-17 11:40:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1546, '9a860e2ac767bad9bdabb9cfd7f09e25', '2025-11-17 11:47:30', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1547, '4249a2834788424caa26ff877ee29bdf', '2025-11-17 11:53:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1548, '005d8737d282e2daf24bd3dd709337ed', '2025-11-17 11:55:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(1549, '08920ec1ea287549445ff6aedbada7a3', '2025-11-17 12:01:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1550, 'ec6be17ca1910bfee5fc68153cd8cea2', '2025-11-17 12:03:50', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1551, '86c8635267543aa6dd24f1162ec90d39', '2025-11-17 12:07:33', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1552, 'b311dc35be198ee655d1da6c5636bd15', '2025-11-17 12:12:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1553, 'e5541d476197100c45eaf2b473c463f6', '2025-11-17 12:15:07', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1554, '8130b0be5c7772a455eeb19170264a61', '2025-11-17 12:28:14', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1555, 'cd65373c99745a41f8ec4674ce92d72a', '2025-11-17 12:42:31', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1556, '605f783c3c04b0c1ae78455f6e168305', '2025-11-17 12:49:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1557, '3b70b30abfc62e1bb62494c0f2a28864', '2025-11-17 12:55:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1558, '99420a2270506429592c38a54c3ceaa4', '2025-11-17 12:56:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1559, 'a4345ab21717be77d009884eb5a5c61c', '2025-11-17 13:03:59', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1560, '7bcf326141b200d60004abf5a8a8a2c5', '2025-11-17 13:13:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1561, '83a9d7ddd36dec5d1d31f67aadc64bfd', '2025-11-17 13:18:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1562, 'd7e02dc330b824738af5208ee9441358', '2025-11-17 13:22:19', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1563, 'f3ced89e4329e4aa82f014c113b7e70b', '2025-11-17 13:28:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1564, 'e109e127b9c7aadfe25e0c6f7aa4df06', '2025-11-17 13:44:42', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1565, '1824062d212f3e4e48b9073aa8c13377', '2025-11-17 13:57:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1566, 'da65bcf1d2204935dc8d350c7dd40087', '2025-11-17 14:14:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1567, 'a128ef19dadd2f3ee7b0d50561fe61e1', '2025-11-17 14:22:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1568, '5dee195fa4e2c82d0c9f3d4ec533635a', '2025-11-17 14:30:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1569, '1d5c7a1ef6c82aed07b65de4ef9228e2', '2025-11-17 14:39:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1570, '76118e05cf4abfe1fbc5820a954ffaa7', '2025-11-17 14:39:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1571, '4c69ac8a4b2ab887b894f1a31d39a977', '2025-11-17 14:56:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1572, 'fd16822e525068f02c5ad8c65f51f3e2', '2025-11-18 00:06:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1573, 'a5ca164038771252aba684383ca21098', '2025-11-18 00:18:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1574, '428206b82e6abded2e32a7e0e53839a7', '2025-11-18 00:19:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1575, '7453d745f684e83570d6ab3116813056', '2025-11-18 00:19:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1576, '12dcec5af972fb18a15881f5674a4050', '2025-11-18 00:22:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1577, '3646195f498f018269e5c4bffd95d057', '2025-11-18 00:22:20', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1578, '99d8e02280b54589850156d88fdc09d8', '2025-11-18 00:28:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1579, 'ca43e881b15dfe09dc67d7ddfdda44bd', '2025-11-18 00:46:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1580, '054268e42951e7560fb01835da5b320b', '2025-11-18 00:49:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1581, '76f0edfe25f5659b502ec7daa676b999', '2025-11-18 00:50:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1582, '12ebcca1216c786b5337812d1c519463', '2025-11-18 00:52:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1583, 'f9322e5592715eb9ba743a43c8178dad', '2025-11-18 00:54:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1584, 'ffbb29ed8938bad1a3f8393bf54d9741', '2025-11-18 01:04:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1585, '0a532bfc62139b016e31834a6f3fba1e', '2025-11-18 01:15:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1586, '895b8377534a17cd0879ea481cb55c43', '2025-11-18 01:17:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1587, '2dc1be1a2215e39ded09e6e610c48078', '2025-11-18 01:21:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1588, 'dc676fb07f871d19bd2ddbaf7da3d170', '2025-11-18 01:22:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1589, '3b8d76857384810dc2cfcfb2598ba55c', '2025-11-18 01:27:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1590, '66a1da3d1e4765151c4740ea7d70f950', '2025-11-18 01:30:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1591, '4c91e3b7e9cabd7cdcc04241a3efb369', '2025-11-18 01:37:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1592, 'e9834bc36d098996810c4c27783f3812', '2025-11-18 01:38:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1593, '41496dea0f37f67334dd23a91d41e004', '2025-11-18 01:47:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1594, '5d09d37c989c3bb5765a25c46bb6372e', '2025-11-18 02:02:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1595, '0de6dffea20a538e8c5d4a8aa01b3e93', '2025-11-18 02:16:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1596, 'cceeda622a816345ed28dedb6d7fd2c9', '2025-11-18 02:23:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1597, 'b59eca2c6e834f9b91550cd29d8e2f68', '2025-11-18 02:26:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1598, '30e5187a487352ac9f97d603c87d8215', '2025-11-18 02:28:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1599, '9f03368f9ec5db97803abc209f4cc4d3', '2025-11-18 02:30:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1600, '442e789ec2938f55ddd65ba56730de8b', '2025-11-18 02:33:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1601, 'f712707bafd1f8856b8a4e177ab305b1', '2025-11-18 02:37:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1602, '28c520260e503cf0b2ccb325db7caf1e', '2025-11-18 02:37:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1603, 'c0555e590cf35ce6c67de048a3a26ee0', '2025-11-18 02:41:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1604, 'feb45483de6c0f33a4ba05fbb365eec1', '2025-11-18 02:43:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1605, 'bfd5f9aa08d13caa92606aa92f36de9f', '2025-11-18 02:44:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1606, 'dc75090940bba2c8ee02ad10b0a2cf3d', '2025-11-18 02:58:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1607, '2ff1f28c2b34ef21061bba9c4a6bd29d', '2025-11-18 03:10:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1608, '63e7b1f9294038294f34177a73382beb', '2025-11-18 03:11:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1609, '6e133a716a8382e1b2a54ec2510ede32', '2025-11-18 03:13:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1610, '2fa4aec19486cb41e8d1820eb5b32183', '2025-11-18 03:15:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1611, 'ef864b4acdce2cdae48f41571b19d235', '2025-11-18 03:19:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1612, 'd95376c10b315bb574950a53678dee8f', '2025-11-18 03:21:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1613, 'd2f666885afb99aa4259716ad64bce53', '2025-11-18 03:23:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1614, 'a261ade902ec1cb8d1bda53aa09f7f43', '2025-11-18 03:29:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1615, 'a944c24a742257cd0ba4e741f208374d', '2025-11-18 03:30:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1616, 'c8b26eecdb9feb7d32a48059fe54bfb8', '2025-11-18 03:33:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1617, '0d5ac10ea3930bf075928aa2c42e841c', '2025-11-18 03:36:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1618, 'ac2dee08f6e4087259b814ac5a365541', '2025-11-18 03:37:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1619, 'd98e5369de1ceefc07e1154bfae20e94', '2025-11-18 03:37:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1620, '0beed7aaf59131aef0f6c738ed27ea84', '2025-11-18 03:44:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1621, '4a89f6b6716fa3b3bb4f84e276902886', '2025-11-18 03:46:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1622, '7ecf7ff1a20e3697391d48f8bef1a3c2', '2025-11-18 03:49:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1623, 'cadde5eb666769cd79f3b8309003241c', '2025-11-18 03:54:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1624, '00523934d7f0c0584f1a9c27f5d2b87e', '2025-11-18 04:03:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1625, '98954728f95cb5ee35a24d60a7634ad8', '2025-11-18 04:04:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1626, '392b9bac774d5267937a84151fcb5983', '2025-11-18 04:12:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1627, '02e36e0f6b2312f4498178f675a1cbd7', '2025-11-18 04:12:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1628, '3fade6e133348b20c1cb10505e94b376', '2025-11-18 04:20:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1629, 'cb08635dfdb8eaef237ac5b8a8984854', '2025-11-18 04:25:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1630, '2c06de0bf4e964ce226151e92a6d3a9b', '2025-11-18 04:25:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1631, '9cb7401fd2ca11c13fb5aeb9cc1e5c94', '2025-11-18 04:29:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1632, 'fb66e31507851e048e3153950771785b', '2025-11-18 04:31:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1633, '579abf6bda8bfbe46b38cdc8e0aa8913', '2025-11-18 04:36:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1634, '92bfe3cc73e40043813aa26cb3dc0203', '2025-11-18 04:39:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1635, '5e70dfee9c5eebcecfbd314b938e4e35', '2025-11-18 04:40:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1636, 'ddbce3f8e67a98a79d44d93504868c4e', '2025-11-18 04:41:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1637, '9569b8137915e8b5b9bba712e3e869f8', '2025-11-18 04:42:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1638, '204a95d6ac9c754289003361c9c2478d', '2025-11-18 04:44:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1639, '4ca27736a4869d03cd01aa34d1106a87', '2025-11-18 04:46:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1640, '763349ce0ecb165c818b90b42da5c39c', '2025-11-18 04:51:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1641, 'a1c157c766a46a801194487a81e23914', '2025-11-18 04:51:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1642, '6a416e132a99baa81cc78cd366b53c43', '2025-11-18 04:52:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1643, 'be3e9b9cd3bbaa64b865a62d513de70d', '2025-11-18 04:53:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1644, '5591e7cc5b7ac94ce819f086d5f3a603', '2025-11-18 04:54:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1645, '868d5bf08ef1c14bd1bc04488f298d41', '2025-11-18 04:57:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1646, 'd0a4c403c4648bc90feff2cbd64dee08', '2025-11-18 04:58:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1647, 'e74641aba76a72c792036999a70a40b4', '2025-11-18 04:59:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1648, '0ecbc97330153e4de0d50a8a43ad8187', '2025-11-18 05:01:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1649, '78110d1d4c28d74795e8585653875d3a', '2025-11-18 05:04:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1650, '799676a64e67eb9f2d957431d445f9cf', '2025-11-18 05:05:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1651, '838c2f445b6130bd7e7368fd876f6331', '2025-11-18 05:07:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1652, '8fe4ac8a522df32c5a1008a06d6db8fe', '2025-11-18 05:10:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1653, '2ec0b5cac828291a1208759fd5743bb4', '2025-11-18 05:10:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1654, '56213704f9336eee195c925e05b726a6', '2025-11-18 05:13:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1655, '27c31e843b2ab089acc31c7a9008b542', '2025-11-18 05:15:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1656, '59f7f879d37ea7a20ff9f9d36ec0ef5c', '2025-11-18 05:15:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1657, '325de74b80e29fecef6e31c7a18b14c1', '2025-11-18 05:16:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1658, '27842a912ffb1b443f1108aac261a0df', '2025-11-18 05:18:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1659, '9e588d2adbd730dd6286469a391690a5', '2025-11-18 05:22:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1660, 'dfd84bc5fd466195a4d65fa34ec10fb7', '2025-11-18 05:22:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1661, '71df53064488eef72495c84ae6364bc0', '2025-11-18 05:22:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1662, '6b5fd58e553d442be1984e7ba58ba10e', '2025-11-18 05:23:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1663, 'eaed482da6efd3f95533f8fab3c1ab3e', '2025-11-18 05:27:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1664, '860860629cac3ae134cd8ed330f03399', '2025-11-18 05:27:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1665, '2fd0ed6b1d79e8d372e2a31f3d2c2422', '2025-11-18 05:36:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1666, 'a04798289979906779d3bfa1f9e2e16b', '2025-11-18 05:36:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1667, 'ec4659694e1458d0c3da8db240ffe42e', '2025-11-18 05:36:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1668, '8c4fba39296f856d64e496ff86e694bd', '2025-11-18 05:39:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1669, 'b3eaf42985813f386838e4fa37aeef73', '2025-11-18 05:44:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1670, 'bc0ec9d4be31db7dda40280f77ff3601', '2025-11-18 05:45:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1671, 'c8bdc02ec780b9ffd8092c05a7dc6633', '2025-11-18 05:45:20', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1672, 'ea21b0a1c6e22bf18e6fd1656b799d7b', '2025-11-18 05:46:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1673, 'ae7cb97c158fd42e1ad45d632ac5b1a8', '2025-11-18 05:48:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1674, 'f66885e2c89ad7a90610220c9b75bb0c', '2025-11-18 05:52:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1675, '7fbc124bf41e66cf3117dda834a7f607', '2025-11-18 05:53:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1676, '8e5f8591a6449de0325bdc0e4a969fd9', '2025-11-18 05:57:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1677, '2426ab1f376c5ecd8f7807cf2170b4c0', '2025-11-18 05:57:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1678, 'e062b69482c2eb933e60ceb3353c6fc6', '2025-11-18 06:00:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1679, 'c53b771c38e53ea1bee38ce609a2ab6b', '2025-11-18 06:01:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1680, '4f806a1e50ef3487cfc0a1b702deda97', '2025-11-18 06:04:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1681, '48c274ae1116fa72b5be2175ae702e36', '2025-11-18 06:08:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1682, 'f8c6dcac64fb59a4fc1d841567f283aa', '2025-11-18 06:15:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1683, 'f96b5ba2342ca64a542b1a6e306d3f9f', '2025-11-18 06:20:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1684, '475682f2720daafeab8a68aa53cf0253', '2025-11-18 06:25:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1685, '4ee9abe6110abe50291f0c0effe8a2b9', '2025-11-18 06:31:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1686, 'e8052df26338078b2d3b900a909fe1af', '2025-11-18 06:32:19', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1687, 'b479c655c21b011767503ab564cfa2e3', '2025-11-18 06:36:49', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1688, '40c0931f17641bd8ee9cb9bbd4190d10', '2025-11-18 06:36:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1689, '126c0cc88f8312921bd88831699f55cb', '2025-11-18 06:37:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1690, '78bfaa8432af51ac938e8e00fe4fcf4d', '2025-11-18 06:46:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1691, '198d8f96dfb6f62467929036e1b29a54', '2025-11-18 06:46:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1692, '15c93e73ec26f5805c7867c66930aa3e', '2025-11-18 06:46:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1693, '4548f74aabf45894c80fd46655b5a51e', '2025-11-18 06:46:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1694, '9ad5f9c1a5184230ed4a0f6add08ce4e', '2025-11-18 06:46:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1695, '84db12e28bb9d5b5199d88269d78816b', '2025-11-18 06:48:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1696, '15b68472bf54682c2ac30e85afc4fa92', '2025-11-18 06:49:07', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1697, '1ba3ce63492f41751baecf5b310d2fd3', '2025-11-18 06:52:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1698, '6f0db0a483446ba8d5b79cad434050a6', '2025-11-18 06:53:37', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1699, '45215fdca3be3107ba969a0c0cb1ec57', '2025-11-18 06:54:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1700, '4aba968acbcee7940d3fc3d7a0a4cbf3', '2025-11-18 06:54:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1701, 'd94a92eb9578e41eec7d653622636df0', '2025-11-18 06:54:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1702, '96da705e7d656dc987e31c56967af083', '2025-11-18 06:57:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1703, 'a7481ce9eba5b395ee033eb2c413acd0', '2025-11-18 06:57:25', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1704, '955c1931d5bb9e1704bde782f3e76350', '2025-11-18 06:57:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1705, 'd08c5a0bb64e633b983619319a47e182', '2025-11-18 07:00:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1706, '75b1e6248c31a719f5630888769f8361', '2025-11-18 07:00:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1707, '7aaea447ef7cb5f54293f05de7316ea8', '2025-11-18 07:01:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1708, '7b81273d84920dadd7a2d9ffcbc1837b', '2025-11-18 07:02:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1709, 'b3a680910b42d3586c098c95f9b98136', '2025-11-18 07:03:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1710, '84fcc006ec9315030b72d2d3a5446921', '2025-11-18 07:06:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1711, 'c28ef56b19cdbe35a906a19dd0708dda', '2025-11-18 07:07:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1712, '64163f673ee08f1594d0d42f213707c3', '2025-11-18 07:10:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1713, '371e1246c69d983d06d9be4e30ce19d0', '2025-11-18 07:10:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1714, '397d32b13a70aa47b00772bbb9f63bc0', '2025-11-18 07:11:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1715, 'b994c2084d29917da87f9633533437c1', '2025-11-18 07:13:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1716, '647095401a3e3463b151689be6c34f7f', '2025-11-18 07:13:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1717, 'b4b9a51d3289ca4f70c3df5d4129ccca', '2025-11-18 07:16:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1718, 'dfaaa6791a51af577b92d87c19770a24', '2025-11-18 07:16:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1719, '9e324f7843a545638a3a62ca428fcbe4', '2025-11-18 07:17:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1720, '7c476748977fa5485ec0851cb15177ea', '2025-11-18 07:17:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1721, '564d5ad18a6b1ad8beeed1aaa4a88983', '2025-11-18 07:18:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1722, '03602d63fbd310052034de8faa695b12', '2025-11-18 07:18:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1723, '9f311ab7e74734562c46ca47d993d023', '2025-11-18 07:21:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1724, 'cd4bdb310b6ed333162f3acd4d10d34d', '2025-11-18 07:24:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1725, '54c4649549ccaeed5920d36e11b93053', '2025-11-18 07:24:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1726, '7908430a4491b93580a7985e14acea91', '2025-11-18 07:26:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1727, '4882ee8315d3a8d53de0f90d3e194d62', '2025-11-18 07:27:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1728, 'e64077ef22f59671f01b9e8fe68c3180', '2025-11-18 07:29:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1729, 'ad846a3dcf95423c997a698d92ddfce3', '2025-11-18 07:30:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1730, 'cac49578a71c4d6ed44b6cd986355465', '2025-11-18 07:34:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1731, '141d52c8b8a32181b8a585ba6f811eef', '2025-11-18 07:36:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1732, '840e5e8e71f7877bf4ec8f2fcbdd1972', '2025-11-18 07:38:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1733, '9e100f833d123d9249c916c1822b15ef', '2025-11-18 07:40:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1734, '8e68a4c5b2431e50ad5351ca7f2e1e11', '2025-11-18 07:40:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1735, '99f4ef15f589b1791ef1775fb55b28be', '2025-11-18 07:42:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1736, '27084e2e3d405b8418604855b7b9bb76', '2025-11-18 07:45:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1737, 'ee9ba0b46afb43e072f281be353c6bdd', '2025-11-18 07:45:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1738, '0b5f9e11a9af1381f2ff1274ada5288d', '2025-11-18 07:46:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1739, '2db419022eb83a9933e29cd1402434b2', '2025-11-18 07:48:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1740, '956503e0888ff7cc5197fe2888e5f20a', '2025-11-18 07:49:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1741, 'c661c514a01f2a202b8802ce968b44a8', '2025-11-18 07:49:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1742, '8a1e0f30af636c93142d851d011102c9', '2025-11-18 07:51:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1743, 'b86d090ea5f4b1d608086ad9f198b1a6', '2025-11-18 07:51:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1744, 'c1ca5fa41c309d67c443e0ccfc973753', '2025-11-18 07:52:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1745, '24119ca198b7520e20d4d4490c03b9b4', '2025-11-18 07:54:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1746, '7ab204c484e270445674522351c946af', '2025-11-18 07:55:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1747, '8d50d319aca10dfc87e5681f61fe456d', '2025-11-18 07:57:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1748, '00546f928e3dd6f558b421cc71ad7961', '2025-11-18 07:57:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1749, '33575ab41d172ba4e188573b89e73e68', '2025-11-18 07:57:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1750, 'dd21282101efc121d27cfefe818f2d91', '2025-11-18 07:58:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1751, 'e4c7b224e80f4f28e91105db4e5d4732', '2025-11-18 08:00:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1752, '53224f62aa6994b4800af0a50213834a', '2025-11-18 08:00:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1753, 'e2ab61d0dc78ebd25783411be3605ee1', '2025-11-18 08:01:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1754, '8134c275914a6a4c955f63e9ffa55a38', '2025-11-18 08:03:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1755, '9d0dff1132527de1bc51627db3f976eb', '2025-11-18 08:04:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1756, '4db261b18e7ccdf4d096e37789128a8c', '2025-11-18 08:04:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1757, '3d9f7b7107273743bc9186ccb822addc', '2025-11-18 08:06:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1758, '209d1e54e197f36f194e5bd3d7e29e33', '2025-11-18 08:07:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1759, '8b976e685a0fec3bdb2d2edc7cfa5bb5', '2025-11-18 08:07:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1760, '7814a96ce51b210a275a720ce16c19ed', '2025-11-18 08:09:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1761, '88044318a838d2167d43fcfc8f0c7ae2', '2025-11-18 08:09:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1762, '6d606c5008f9dfc1c2e21d85b3531b1b', '2025-11-18 08:10:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1763, 'b69bc7a6bad90a9cfa90cb744894c3e6', '2025-11-18 08:13:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1764, '9fda8aa711076e4727b5690c7a0b9c9d', '2025-11-18 08:14:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1765, '3ce825c9dbaee8eea8017c4e101cd3ba', '2025-11-18 08:15:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1766, '0c524dac63cfc43c8cf3b111ffdc7bd6', '2025-11-18 08:16:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1767, '55cdfd0713c9135ddcc0a53da48ad5e6', '2025-11-18 08:18:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1768, 'face6fc08bd830d1c9ff8a28446e8755', '2025-11-18 08:19:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1769, '18d4fd3bfbac2b8f8a356f8e1f135894', '2025-11-18 08:19:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1770, '1b7660c43ded4f566065776b1d1800e5', '2025-11-18 08:21:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1771, '0950b7b440af2fdefab38769aa3ded65', '2025-11-18 08:22:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1772, '45e0c2253980cefe1ce7b8c3a99eee9b', '2025-11-18 08:23:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1773, '2a3f87476091fa45796c5d81cfff7bde', '2025-11-18 08:24:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1774, '7cf4d2ba0e22e5c188bc8656f68ffaf3', '2025-11-18 08:26:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1775, '0d56390b229392fffeccfc910c94a5ee', '2025-11-18 08:27:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1776, '70e9f9b2cec3b88c7021803d263d69a8', '2025-11-18 08:27:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1777, '9789aa7e6d06d2426c42e987ca2e94c3', '2025-11-18 08:28:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1778, '232aaa43e369bd19604e3e62c85ebf61', '2025-11-18 08:28:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1779, '9df2b35e4f44892c9f45386ebaf18dfb', '2025-11-18 08:32:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1780, '34ab51ec1ac81dc9c4566e8330d29584', '2025-11-18 08:33:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1781, '079c5ff9b6a05fbaf203366c0ad3e7e1', '2025-11-18 08:36:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1782, '5eb77d657b75b5cf7a7abd2f567b8a17', '2025-11-18 08:36:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1783, '797abe87f297f18c98cde06e5b4c9985', '2025-11-18 08:37:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1784, 'a2362e54abb77398274e3f464ab6b50f', '2025-11-18 08:39:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1785, '378671982837f7adb9013c6c220127ea', '2025-11-18 08:42:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1786, 'd32b266d3dc04c84863cf244207ac56e', '2025-11-18 08:42:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1787, 'b33a4ff5dda5ebc0610a538fe4f12e94', '2025-11-18 08:43:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1788, '89b665c88b201a616c02105c368dc0ff', '2025-11-18 08:47:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1789, '5f70e953e554016ea66121dccfe3391f', '2025-11-18 08:48:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1790, '2211f6b318c6b6f21a5f7cd4b4b85867', '2025-11-18 08:49:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1791, '22b3a288059f2b97970f86c58e5de8b9', '2025-11-18 08:50:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1792, '95ae2a2f53222d721dffdbe1c7b6a961', '2025-11-18 08:51:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1793, 'd6d6a1a3a575aaf45957aa233cab1294', '2025-11-18 08:51:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1794, '15fdbc4b2034291a8490525420048a31', '2025-11-18 08:53:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1795, '3bc4c59ffa8c770485b36d90ec141652', '2025-11-18 08:56:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1796, '95605bab2ed29bdad74005b2d46655dd', '2025-11-18 08:57:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1797, '5c69d0bd13d97735bc8d96c0453a9b95', '2025-11-18 08:58:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1798, '11583cb0ee6d453d1b19850c28b3d63d', '2025-11-18 09:00:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1799, 'e2c3712430fea487fd7d2a049a9f7309', '2025-11-18 09:00:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1800, '234a9d3f399eb573f1803122daa293a7', '2025-11-18 09:00:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1801, 'e231d44cf22e6a3033017f98d89eacff', '2025-11-18 09:01:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1802, 'c0c79c80134b0f695a1c3ee98249c685', '2025-11-18 09:02:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1803, 'e5c0c7339fa947612bcd8cb14a96bceb', '2025-11-18 09:04:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1804, '7855990f5a0472fbf6ac0196db50d6d6', '2025-11-18 09:05:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1805, 'df5b12837fb1f491836a3668ba1f948d', '2025-11-18 09:06:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1806, 'a046f962588c4ca8867bf06353814b1f', '2025-11-18 09:06:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1807, '2747fbe0e5a290269dc70823672b8e59', '2025-11-18 09:07:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1808, '707a7052d88d3b4a31c2dd63bc9823cb', '2025-11-18 09:09:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1809, '1aab6d76b7b8cbefc001f86d0a2dcdbb', '2025-11-18 09:09:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1810, '92e31dfad2f66f55a1407099e78a1fba', '2025-11-18 09:11:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1811, 'a80c98f595d12096a643161d8bb4ae8a', '2025-11-18 09:11:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1812, 'a0eda833dcd49d7e00744d3d3b42322b', '2025-11-18 09:11:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1813, '6a1a0af2382e5c20a85d45e9c4a16153', '2025-11-18 09:12:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1814, '0823df4da284842343ca55fe74578266', '2025-11-18 09:12:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1815, 'ccc08a2628ae7e1db1809e64aa73f28a', '2025-11-18 09:12:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1816, 'fd67ceefed18144f8c9fa4227c7e57ca', '2025-11-18 09:13:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1817, '7ba04df9baae8e936fff7c32f500c117', '2025-11-18 09:13:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1818, 'b61bf39bb0ccf1d9f8ded68e81255a66', '2025-11-18 09:14:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1819, 'a0ffee3e0d0e128f549acafbe634ba79', '2025-11-18 09:16:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1820, '1501d15297a0bc670d3957198c601c60', '2025-11-18 09:16:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1821, 'e86e2f8df3b23efb23efbfb4304e5ace', '2025-11-18 09:17:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1822, '0f280ba9a67afd3fb6ad4cb22d683886', '2025-11-18 09:17:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1823, 'fa32ae78d711b93a3a74d7e6866ac1d0', '2025-11-18 09:17:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1824, '2c0492048596474886584d44e1ef3f3e', '2025-11-18 09:18:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1825, '6ede07bb4e307f6ac7792861db6e21c5', '2025-11-18 09:19:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1826, '08d0eab8814310f5eb31c8383a99d6ba', '2025-11-18 09:21:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1827, '8264c55d18f954b207ce76087beadbc2', '2025-11-18 09:21:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1828, '8ed32a9cc2939236456292a7ca356b7d', '2025-11-18 09:22:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1829, 'f68647ad492339f8eb0b4b7627d3f2dd', '2025-11-18 09:22:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1830, '0395ab1b4ee937ba1e364fe1723f0814', '2025-11-18 09:22:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1831, 'b60bac26206e22d6951b6fe6dbf8aa95', '2025-11-18 09:22:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1832, '0a068d53dd22ebd3127c015dea6a4481', '2025-11-18 09:25:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1833, 'de70d371c70968fb2939862d56087be3', '2025-11-18 09:26:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1834, '229822c35fda55c4a74ad097f18ece4f', '2025-11-18 09:26:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1835, '705b793cb375f5d34350eed7b1e7ac18', '2025-11-18 09:26:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1836, 'ee2b8f4f31f43cb9aaecc1758745ccf9', '2025-11-18 09:27:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1837, '2054c3f63053055ee10379ad7b02d467', '2025-11-18 09:27:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1838, '22edeedb7430e8f6279d63a77d344d1f', '2025-11-18 09:27:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1839, 'd68ebc5d3ee04c3078025630001524ca', '2025-11-18 09:27:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1840, '5767195a8535abbe047b28933a05b1e6', '2025-11-18 09:30:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1841, '30b030789fa554926d8c7dcd8e370ca2', '2025-11-18 09:32:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1842, 'f4807a59db4ec2d9b14b5f77d1dbad39', '2025-11-18 09:32:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1843, '079a2642d32f1eed53dfc8feb004e620', '2025-11-18 09:32:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1844, 'b79db30a30f188ff372696f8ce97f7ea', '2025-11-18 09:33:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1845, '568ca4613964426320312f6a0fc57de7', '2025-11-18 09:33:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1846, '97b4861020dc1259938ca572d2e0c69c', '2025-11-18 09:33:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1847, '1b6536d933b0ca8e0a9ca6e0c363d74d', '2025-11-18 09:34:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1848, 'c0403f5b30919778cf151b78c14f577d', '2025-11-18 09:34:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1849, 'fa0568968e81d0d9cf75938a012a134e', '2025-11-18 09:35:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1850, '17cb344ef159ab42f1805fa60c2ed525', '2025-11-18 09:37:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1851, '0fbc9c40c68ec9d53467ab27b9b859b5', '2025-11-18 09:37:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1852, 'b8d1b7082cddd61490344334a62a6b75', '2025-11-18 09:37:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1853, '43721dd72653d4e693872f4d2e295981', '2025-11-18 09:38:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1854, '52df2d760e8929e6f22eba55cb5ecf18', '2025-11-18 09:39:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1855, 'e819c383d86bd9cfe75c4b30b816f374', '2025-11-18 09:39:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1856, 'abcadf4b8214eabef14cccc38c51a04f', '2025-11-18 09:42:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1857, '1bf306ae46b640f43fa5d0011dca6449', '2025-11-18 09:43:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1858, '3d837959c47ec45761abce6b0af3b6a2', '2025-11-18 09:43:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1859, '92a5e587d8e9e719a041096a3ed1dea4', '2025-11-18 09:43:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1860, '20a17da5a8ce47d54e96d0eba8ac1f7c', '2025-11-18 09:44:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1861, '4e1fe44c16f23c922b266ce4f84f85e1', '2025-11-18 09:44:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1862, 'a5093b54e73df5f2759cb0f4f6f8c184', '2025-11-18 09:46:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1863, '8d9dce8a4aecda6d73ff2a47de67e678', '2025-11-18 09:46:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1864, '9f4c5fc0317db1f9172b7c2c7d8f7e2a', '2025-11-18 09:46:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1865, '6adecefddd4ca19acda23b065ef9d396', '2025-11-18 09:47:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1866, '3b944fce39edbe70a480a2c976b18fd0', '2025-11-18 09:48:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1867, '1dd34e3c5904164e815b40c89282a5e4', '2025-11-18 09:48:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1868, 'ababc7e6f2ab9ae238519a473780f268', '2025-11-18 09:48:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1869, '0d0fff1374bf82251948faa7871e8beb', '2025-11-18 09:49:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1870, '2674881f7bc9e7ac029dfb1b40bd0b82', '2025-11-18 09:51:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1871, 'ede3c15cd9bf140a56308ae7edf0c6e7', '2025-11-18 09:51:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1872, '8e9720ae35909ce9ca2618dd258ce530', '2025-11-18 09:53:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1873, '8b98948100c10ed775051a6567bedc51', '2025-11-18 09:53:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1874, 'b208a5f849d288bb1b8d779ae3850a94', '2025-11-18 09:53:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1875, 'a1e1ac26ba1fd95214be471612ec31e9', '2025-11-18 09:55:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1876, '87a43b619135007a17214f417f85b227', '2025-11-18 09:56:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1877, '838c0b2fc75cba264cab583c5689aba3', '2025-11-18 09:56:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1878, '9d3312ba1dc9ed15a11051435d8e301d', '2025-11-18 09:57:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1879, 'e5aa4f7213e3a5121fabcfe3f998804e', '2025-11-18 09:57:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1880, 'f5565ed53be6929baddf174d6ba9066d', '2025-11-18 09:59:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1881, 'dcdfa9351e2bc240fd9325c2d5a4ed39', '2025-11-18 10:01:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1882, '3bd624cdcf2584fb15305904cf0c46ef', '2025-11-18 10:01:15', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1883, '2121cac67a4f1e94b7a6e9fb3a69d844', '2025-11-18 10:01:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1884, 'd56063f1fbc97541f15b9443088c7c76', '2025-11-18 10:02:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1885, '853b70f7a59fd4488c4e5ac57aa08913', '2025-11-18 10:02:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1886, '6ffc51cd802797233893bd93e77d6b72', '2025-11-18 10:03:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1887, '7bbe1e73eee490c81fbfee9ed49f8768', '2025-11-18 10:03:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1888, 'c6e04d49e561aeb672a212af18c91dd6', '2025-11-18 10:05:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1889, '5b2776043eaff174340bb195415452e6', '2025-11-18 10:05:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1890, '21ca8ed504c7b5a822523ae337ecd36d', '2025-11-18 10:06:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1891, 'c110606abda380711bd12ac5726970b2', '2025-11-18 10:06:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1892, 'de83422a22c92771ea4bcd9fcb3a0d9b', '2025-11-18 10:06:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1893, '55eeb71afed63084cd63a125b36c3827', '2025-11-18 10:06:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1894, 'c0910d5db9776048e6b280268bb48825', '2025-11-18 10:07:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1895, 'a7ff52f59dd9d97cbac905c45320e7cb', '2025-11-18 10:09:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1896, 'f7013b01064331e64908548416ecbaad', '2025-11-18 10:09:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1897, 'db3de8225abc1ca13efecf63aa207631', '2025-11-18 10:10:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1898, '78f90322041de65f1c18ca5ac59f0e22', '2025-11-18 10:11:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1899, 'e8a7eb9d1d469fd9d42d9c6397ee7e26', '2025-11-18 10:11:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1900, 'f397b4e84e740c15ddaa069ffd3c94b2', '2025-11-18 10:13:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1901, 'c42e4f3ff8e0db1e11f302ef879d9c48', '2025-11-18 10:13:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1902, '5dda3aba3d029ede0df25757724de9c3', '2025-11-18 10:13:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1904, '09732d4b92766a8aedd6bdc7bb4309e9', '2025-11-18 10:13:58', 'W', 2, '60.254.42.205', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(1905, 'c9732ebc6d658d73cbc5d9a5e70fd2ff', '2025-11-18 10:13:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1906, '1de8c612a994bab056fbcaace4622a89', '2025-11-18 10:15:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1907, '74920b03056a5309ab119e29286e67a4', '2025-11-18 10:15:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1908, '554eb939cc6448b7336344745148ac05', '2025-11-18 10:16:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1909, '8279bc18085367aff7aced37ebedf15e', '2025-11-18 10:17:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1910, '39a895cc20fe0074300f0b74cff4f5a0', '2025-11-18 10:18:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1911, 'cb341abc981259a55ad5107c64d79d71', '2025-11-18 10:18:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1912, 'b4dd1ed89f03c80169116cb0fbe50d6e', '2025-11-18 10:20:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1913, '31d21911af2c44860e0777f57071fda7', '2025-11-18 10:20:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1914, '350fd341cd0a92e5decac3cb2e03fa3b', '2025-11-18 10:21:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1915, '661bac09cb1c209baf3fad48ba30fa8a', '2025-11-18 10:22:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1916, 'bd8a07ae7b9cd628e92e8192479f5da5', '2025-11-18 10:24:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1917, '8f05caf0ab211322f3152b6e92d7437d', '2025-11-18 10:24:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1918, 'd502e09ca39af193cf9b904743940240', '2025-11-18 10:24:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1919, '7add628c13f10c236309a7ec50eb56ee', '2025-11-18 10:26:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1920, 'c934a896b2a71c1589d21bc94d8e2fe7', '2025-11-18 10:26:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(1921, '58e812748b45dfd22a945675709396cc', '2025-11-18 10:27:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1922, 'c74e3207e2dbc00504f6f017f17cd956', '2025-11-18 10:27:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1923, '1af189f4391a35484174a427371f227b', '2025-11-18 10:27:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1924, '9a701e3ac395c60dd7807a28639c8394', '2025-11-18 10:29:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1925, 'f4254a1ccaec86a08eb9d34ef14a9389', '2025-11-18 10:29:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1926, 'ee2d3a4890cb203d82b7d50dfee8237b', '2025-11-18 10:31:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1927, '270c088360d0e246537775d5a8eef993', '2025-11-18 10:32:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1928, 'd063b55ae409ac107d1fcd80ae532e5f', '2025-11-18 10:32:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1929, '91d6695e05ae0a19ba2aafaa1d9c0913', '2025-11-18 10:33:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1930, '3158464b00cda23bc087c08167428b0f', '2025-11-18 10:33:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1931, 'b2fb3a2d97254a8d050651212f11a4e4', '2025-11-18 10:35:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1932, 'cefc1caafb9e119ddc737d2276caacb7', '2025-11-18 10:35:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1933, '4b9ecf06b2a816ab178d57c44cf60065', '2025-11-18 10:35:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1934, '196d03c46c4b8b3350eadccf7da4d5d5', '2025-11-18 10:35:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1935, '063274c3882ce1bc30381f78ee670197', '2025-11-18 10:37:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1936, '6e9df33b6f3568f600663bcd28e65e73', '2025-11-18 10:38:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1937, '57c18b129ec8a3058286707f9168a320', '2025-11-18 10:39:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1938, 'd036754c785e3537df6a6b9609e813e5', '2025-11-18 10:39:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1939, 'd9931c0651892641721687729166edc8', '2025-11-18 10:39:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1940, 'c76ff9b32f375632de44cbd62ef9dde0', '2025-11-18 10:41:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1941, '6686e0fc10b950561edd058790982092', '2025-11-18 10:41:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1942, 'b58dca5da7a7b814d2307ee69fc76d6d', '2025-11-18 10:41:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1943, 'f40e166fd876f69a79dfc805d6316186', '2025-11-18 10:42:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1944, '1d7b9b01820adea949ff87dab64e6360', '2025-11-18 10:43:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1945, 'a62387023b217dfbb5cacdbe80c1aa12', '2025-11-18 10:43:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1946, '7cc0f294ef8cd11731c3d4cabb9a0e56', '2025-11-18 10:44:01', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1947, '004783082935ddcb0724c61cd6a047fb', '2025-11-18 10:45:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1948, 'f6dbc3f83b90fa1e8d60146be320d00e', '2025-11-18 10:45:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1949, '9b1e77658035bf5ca5f468d49f97ccc2', '2025-11-18 10:46:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1950, 'fc2d110e80310157ef97a188d86f7dbe', '2025-11-18 10:47:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1951, '8c1cb8c583deb4a1cb71260173e8baa7', '2025-11-18 10:48:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1952, '73d9a9147c1cc7f897d45bf54c97ba2f', '2025-11-18 10:48:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1953, 'fcf578fcb118cb600c629abf93a9857c', '2025-11-18 10:48:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1954, '688bcbeeaf1b0b5995049d03f7d854d4', '2025-11-18 10:48:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1955, '76569984944798f4d5c9215f7dc8f8e9', '2025-11-18 10:50:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1956, '56f5726597c0c7852c8cff9375fcf70a', '2025-11-18 10:50:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1957, 'c5647d9ea8e7d2dfbea0ade43284f6f7', '2025-11-18 10:52:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1958, 'fd20ba1755ec91a3d14e4e4c46bd731a', '2025-11-18 10:53:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1959, '2d95f9ef554895327d62b543381d8bfc', '2025-11-18 10:53:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1960, 'be61b8a3a12f1e84ada7cc254d824250', '2025-11-18 10:53:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1961, 'eeb0c68f64216e919d1842e68b2cc3ac', '2025-11-18 10:53:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1962, '79fb687a6fd5f7270f6513a340ee4c08', '2025-11-18 10:54:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1963, '4795246adf5c799c0d9fb08128ff703e', '2025-11-18 10:56:23', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1964, '862c62caf6e813677842ea23387e1cd1', '2025-11-18 10:56:47', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1965, '96915fbc922b6252f53e1ab3aa558f4f', '2025-11-18 10:56:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1966, '53434007c96b82616a88202d3c9b5edf', '2025-11-18 10:59:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1967, '45934c6c898be115a2c5ad48893bf111', '2025-11-18 10:59:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1968, '7a573249f99f40f48ec90b8e8a5a859d', '2025-11-18 11:01:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1969, 'a7947a964a47c08c9c478ddd09e30567', '2025-11-18 11:01:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1970, '1967f9ce49b88684d9dccb5e998adc6f', '2025-11-18 11:02:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1971, 'af158a9a72af3c37f78265bb5c5c9eda', '2025-11-18 11:05:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1972, 'e1521584a9fecc5bcdfbd996f6669dac', '2025-11-18 11:05:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1973, '8e8af864603fee8beff40af72b2fe21d', '2025-11-18 11:06:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1974, '05dc23ed018a4dca7f8df2c38be3e0d2', '2025-11-18 11:06:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1975, '9c5fc8a7d2709c5ff3457b7a236605f2', '2025-11-18 11:08:16', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1976, '1ab07039c1752adb07097be035ac1326', '2025-11-18 11:09:06', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1977, '906677dd93cd0d1948ab9d2ee1174de2', '2025-11-18 11:10:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1978, '86b63e4e422bf857ef0762cbbcb03c87', '2025-11-18 11:11:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1979, '1a91fd2c40cbd5d8246188d23910d851', '2025-11-18 11:13:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1980, 'f4773d979b5a588899bcb2a1f95be3f3', '2025-11-18 11:15:00', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1981, '5ea04858c518a8e4f48af6799150c57a', '2025-11-18 11:15:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1982, '9283d96ea05ea4c321aa6d26ba8d5b93', '2025-11-18 11:15:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1983, '63460577636dd85f9a4c38ba997fe2ab', '2025-11-18 11:17:35', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1984, '479b9ce8bd6fa39b5ffb183ebe4d2d59', '2025-11-18 11:17:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1985, 'd6f51de686c3014ec6cc481dbf8efa22', '2025-11-18 11:18:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1986, 'ef9f5b67050aedbb5f395f73b0b98c4d', '2025-11-18 11:21:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1987, 'b6a58d57f9d144f8b2997f46bff44eac', '2025-11-18 11:21:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1988, 'fb929a6f37386d4541d521408b554552', '2025-11-18 11:21:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1989, '024e5b6df105403e144c195db9775965', '2025-11-18 11:23:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1990, '0c1f9ddca06e19a52ee04d34514e3573', '2025-11-18 11:23:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1991, 'ca2f5aa0980c19c72dc4aeaefe06a9e7', '2025-11-18 11:23:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1992, '8c0a88b5d7fa416bed6ebadab30051a4', '2025-11-18 11:24:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1993, '3ff4bfdc17f06cf290ca8a745f582677', '2025-11-18 11:24:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1994, 'ca986f9044b42c6034f30a5bc5ed648b', '2025-11-18 11:26:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1995, '48d9996516a7fd9dd1d42ce7569a44b8', '2025-11-18 11:26:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1996, '33d1b8a10ea07d7f4f4a3ff7e4edc48f', '2025-11-18 11:29:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1997, '6179aee9ad11d49c28b05bcb5d14ae50', '2025-11-18 11:29:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1998, '1f8b1e5524ccf779af3e5f58acb5595c', '2025-11-18 11:31:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(1999, '4778d58f3029be25fe0782c6e3d440b9', '2025-11-18 11:32:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2000, '9512df28c9618e6f6298138e53f33021', '2025-11-18 11:36:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2001, '564bf7d2ae633385bb28aa4cb0412306', '2025-11-18 11:37:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2002, '9451e2b93f2b018fca19724fb0631dd1', '2025-11-18 11:38:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2003, '5f7dd7c5585da475e9e4278981134a6d', '2025-11-18 11:39:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2004, 'd1354edc6ede62dd5f67f46b26b6d8b1', '2025-11-18 11:41:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2005, 'ae2d1cc685866f8753caed3a99339659', '2025-11-18 11:46:27', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2006, 'addd62ab4fc0340515fe6c5732eadd9e', '2025-11-18 11:46:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2007, '26efc42de45cb79b95b55168f8fca955', '2025-11-18 11:49:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2008, '3d54f71789c2673d755b2e3dc3dade5e', '2025-11-18 11:53:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2009, 'e78545d940a3055faabc235e93ffe38b', '2025-11-18 11:54:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2010, 'be982f3ed556dca681fcb0206048054c', '2025-11-18 11:57:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2011, '50554b80cf4759faf3bbfee5de02366e', '2025-11-18 11:59:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2012, '4a9cc7884f61bc8c2eb8b899aea18b07', '2025-11-18 12:08:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2013, '3c3302e1c4a3737b3b28286122d79bd2', '2025-11-18 12:09:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2014, '541ec8db6fbce334553fb5a1425fccec', '2025-11-18 12:15:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2015, 'fab54eba0ebfb4fdec6605ccb73344a7', '2025-11-18 12:29:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2016, 'a6f81377aeccd95e5174710bef5ab370', '2025-11-18 12:34:59', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2017, '17be9f8fa691bd0da60bbf88e459ec85', '2025-11-18 12:46:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2018, 'a6ee843db32cdd5f321385ecafea20ee', '2025-11-18 12:55:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2019, '2e8596036943ece37fa1d2c19e4f81a3', '2025-11-18 13:11:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2020, '2deb8ecefef6bfd27ff576b3381d2b32', '2025-11-18 13:20:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2022, '3c5b7f6abb618baf93ae8e5fb137e21f', '2025-11-18 22:23:35', 'W', 17, '91.242.248.241', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2023, '1a42dafcfe96850f95a1fb93f08dcf3e', '2025-11-19 00:11:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2024, '50c6110b94cc7c3debbb095ebc772237', '2025-11-19 00:17:22', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2025, '24dd4d975ce494a11bd7c56446af2e94', '2025-11-19 00:19:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2026, '1da7a9b34c8e606299b01b0d429a553a', '2025-11-19 00:20:04', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2027, '0540c7b2f55620844be2d2088d37debd', '2025-11-19 00:27:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2028, '22a6ed0eb7c78f32cb241c40a532c881', '2025-11-19 00:33:12', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2029, 'f7fb10db938cd3f909077fc4d3ea5442', '2025-11-19 00:42:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2030, '261e57b09e8cbab5c05a34dff610cd3b', '2025-11-19 00:49:50', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2031, '04e6869fa6dfd7bed861d745b7b86bd7', '2025-11-19 00:51:58', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2032, '3d692933d05c7f42a3402e7c9a04863d', '2025-11-19 01:03:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2033, '43b163e63b3b0ef738ef9c87b6980f8e', '2025-11-19 01:09:02', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2034, '7ed8215b3edd31a2c05fd7fc7aa813f3', '2025-11-19 01:17:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2035, '492ab351afb972291400a8a24303aefd', '2025-11-19 01:19:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2036, 'a28da03a6a401dd30a4463a5d0d74c97', '2025-11-19 01:19:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2037, 'c4ce1d838902c6db79c8bb9a1eaa6a8b', '2025-11-19 01:21:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2038, 'e16424430c2c396c79b72f9d68b44684', '2025-11-19 01:25:23', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2039, '8c084ac028f311386976c1d2f143406c', '2025-11-19 01:32:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2040, '9842f0dbf65f73017fc1cf1bcab392af', '2025-11-19 01:37:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2041, '788490b00bdc3dff894da4c419a7a776', '2025-11-19 01:39:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2042, 'e1574bba504064a511052a6e9df60e57', '2025-11-19 01:40:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2043, '94a0b53d6ef2cdd2e8241657b228d3a0', '2025-11-19 01:41:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2044, '9b43252961191305d1f1a544bc9859d9', '2025-11-19 01:48:57', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2045, 'f1a78617a5a1b890efb53e1933c53c4a', '2025-11-19 01:57:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2046, '829bda0e557dee95bdf15909c0c7d784', '2025-11-19 01:57:28', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2047, 'b705dbbd4dd037027e9739bef3f79f4f', '2025-11-19 01:59:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2048, '86ebdd511e5f98dd7ec85289154aa2b2', '2025-11-19 02:09:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2049, '6a657c286aeff1f13feadc5d90e3fbb9', '2025-11-19 02:11:05', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2050, '9e35af80d194f5a18458b2497de50fe7', '2025-11-19 02:14:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2051, 'd014f76053d1f0f0153064e54c027311', '2025-11-19 02:19:11', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2052, '328fb1740c9b973feb4844da3b601b08', '2025-11-19 02:20:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2053, 'ca54aa7fd69025160365d8f7986a8988', '2025-11-19 02:23:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2054, 'b50212754aea9012f37bb53feb47eac3', '2025-11-19 02:26:32', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2055, 'f771cf976c31be3f1297b33171203940', '2025-11-19 02:26:43', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2056, '8fccf3445e0a060f6bc789865b16733a', '2025-11-19 02:30:27', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2057, '7d4b559577c26029324e42a1c97009fc', '2025-11-19 02:32:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2058, 'ad7c87c61cd64db6fedac5b104ad8e82', '2025-11-19 02:33:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2059, '827b826cf1da2d797149a4c90499a14f', '2025-11-19 02:38:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2060, '43714c41f21b38b6ff20d6f04bfcf9bd', '2025-11-19 02:42:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2061, '551c05a02f11712835ddcd526fb674d4', '2025-11-19 02:42:19', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2062, '5795c0d2e35374ada8639aad3b29aefd', '2025-11-19 02:42:48', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2063, '20e18f0fcaee09e6c5285b949e79bc38', '2025-11-19 02:45:41', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2064, '75873dec8fdbc48f1c21ded5d61ccaf8', '2025-11-19 02:45:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2065, '4ff8d757572a85cbd0d32fc36a2f43b3', '2025-11-19 02:47:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2066, '85ff0fc4f303641c9c0552c822bc802b', '2025-11-19 02:53:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2067, '9412deff22b9d0c8b70c126b4d8005ed', '2025-11-19 02:55:29', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2068, '5212cc7082683cb5e3b81ffdff3a2552', '2025-11-19 02:58:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2069, '9d0ec77de4a3bc520ab77bdd46dde28e', '2025-11-19 03:02:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2070, 'ac732f8c7afd6bc6bc09f3e28ce6c754', '2025-11-19 03:06:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2071, 'e44c9629f616752d7e04dca978aa0350', '2025-11-19 03:07:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2072, '5dc17b67ca431fded67fcbc97e2d3465', '2025-11-19 03:10:17', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2073, '89d82ada355c5de7735d23605f65bede', '2025-11-19 03:12:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2074, '233ddfc75004e2e29864d122165390c0', '2025-11-19 03:13:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2075, 'c0b1f49489568b8f422bf960db97b060', '2025-11-19 03:19:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2076, '99d0cdff0f1cf51d18bd033056c49582', '2025-11-19 03:20:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2077, 'e5c0ba2d28e2ee9b0901d5398bab5384', '2025-11-19 03:22:52', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2078, '8a4124fcb4de171a11d71814b3c55422', '2025-11-19 03:26:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2079, '72611c2a2b9b17b61c34929afc6a302d', '2025-11-19 03:26:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2080, 'd046d467a64e06c0af4560ca23181f21', '2025-11-19 03:28:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2081, '6fc88b04b188e434b62017c9d7bde979', '2025-11-19 03:33:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2082, '279e2f98974b92199b6b4fa47159a533', '2025-11-19 03:33:12', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2083, '3622c5442c10b2e16db3023ce7a9a48c', '2025-11-19 03:35:24', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2084, '9769bebfb3ede36c6240d1cfa7323cca', '2025-11-19 03:35:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2085, '1077d7531d79e4f291cdd11819133e94', '2025-11-19 03:41:25', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2086, 'cdda703923060d2c3e959e07ca6a9ac4', '2025-11-19 03:42:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2087, 'f446d5f7dd399cc8c920a42a80deaebd', '2025-11-19 03:45:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2088, '7e9724bcb0ca3835e1f071f926aaea31', '2025-11-19 03:45:46', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2089, 'db854638c2197b52084936d2d7b437df', '2025-11-19 03:51:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2090, '95b1d5e2f3562d1102229587f8e34fe8', '2025-11-19 03:51:57', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2091, 'dc8e42ec1ec0e42466f0cdc2273f65aa', '2025-11-19 03:54:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2092, '167fd70e9ded5e3fe2f7116524320db3', '2025-11-19 03:58:10', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2093, '8e523fa8dafa0cdf41cc5fdf712ca174', '2025-11-19 04:02:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2094, '27d31401054b130951e5b9269ebc498f', '2025-11-19 04:04:54', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2095, '34f3386f2f2472932bb6b5e5f7e8d2d3', '2025-11-19 04:07:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2096, 'f2e1ea51c491d83d2a80e2245e7a7794', '2025-11-19 04:08:45', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2097, '0e67630ab12237adf80a5529fecd9981', '2025-11-19 04:09:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2098, 'be9dd3235b8678eb67bdb9b5763cf1f8', '2025-11-19 04:13:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2099, '330561063b8c950ba26d595c302f1ac3', '2025-11-19 04:14:07', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2100, 'e3d126140c18d4bff5e98c854f64b042', '2025-11-19 04:17:21', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2101, '66f769d99bffd0c968c0bbefefe2f663', '2025-11-19 04:18:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2102, '53c0ed00e93dba27c5187498eb6b740b', '2025-11-19 04:22:04', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2103, 'fe8c3c6acf1167341348daa072fe4de8', '2025-11-19 04:23:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2104, 'bb1a674ff64656018d67cf5b67ab853e', '2025-11-19 04:25:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2105, 'acb9863f32affde03325ececa6a6ca35', '2025-11-19 04:27:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2106, '987b6b9bc8b6c050dbf6ab6209b5be75', '2025-11-19 04:28:11', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2107, '5fe48d7fcce1647a2002b8668f1f2cc3', '2025-11-19 04:29:39', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2108, '27935320526e7c3e819197d0cd7aea0a', '2025-11-19 04:32:06', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2109, 'c07905e17274813dcd5d038eefdb764f', '2025-11-19 04:33:28', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2110, 'da8ed48fe9c9ec955ffc337f1071211a', '2025-11-19 04:33:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2111, '65c93ccb1864a69cd698ab8e405702e5', '2025-11-19 04:36:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2112, '3580c4ebc411f0867e0314f30c7c70c1', '2025-11-19 04:37:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2113, '22b1b454d760056c4a23152e864b8e97', '2025-11-19 04:39:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2114, '71d062252a274ef5f1892f2780b085b0', '2025-11-19 04:41:18', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2115, '5fd0e29ea786dde2695cd53637187836', '2025-11-19 04:41:55', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2116, 'd9317668405c04efd3d91aceb5c3eff7', '2025-11-19 04:42:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2117, '38f3820b8f63917f72ec207b89f0ca41', '2025-11-19 04:43:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2118, '8ad301a4ac094cdb812a36c2a64bcd86', '2025-11-19 04:44:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2119, '9c87a2297523d2f6a23679bb2d6727cb', '2025-11-19 04:47:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2120, 'aec62e84b5ecb87d7726eb4d1c3c764c', '2025-11-19 04:48:01', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2121, 'a6575c57a96cd840821919b5612ce054', '2025-11-19 04:49:56', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2122, '4a8ed46e873a60f60eef90509a913342', '2025-11-19 04:50:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2123, '9e979e20793c32542e19065f870831fe', '2025-11-19 04:51:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2124, '05e8d6cfb41974f90043f054194d899f', '2025-11-19 04:54:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2125, '4c5c68a9d22ecd7c63bcb560a9f02eba', '2025-11-19 04:56:44', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2126, 'c4055dada135bd3b0384b06e56a0c5f0', '2025-11-19 04:59:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2127, 'e347ac456b104091a34a5befd8fc6cb8', '2025-11-19 05:00:53', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2128, '8a5e02696cb84a7d93f57c088db9f5ab', '2025-11-19 05:02:24', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2129, '1b9463c0d87c562c99599379ffc87fb3', '2025-11-19 05:03:53', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2130, 'b86540c9ae2ff2dea492ad0ea7d7d92c', '2025-11-19 05:04:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2131, '3c3a78c7dd3a796165f5ba2d07accbbe', '2025-11-19 05:04:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2132, '8c2602248edac6c668a0560e91791e00', '2025-11-19 05:09:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2133, '02f1425660c4cd3f41790e777631435c', '2025-11-19 05:09:26', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2134, 'd835c3ab4ff7af2abc42864f7be3372a', '2025-11-19 05:11:03', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2135, '84a8d3f65920d6286506828b8341758b', '2025-11-19 05:13:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2136, 'ccd2cdf6cca671edbe89c062f0c4005b', '2025-11-19 05:16:00', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2137, 'aea4791da67ba2b730c685dcaa454d90', '2025-11-19 05:16:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2138, 'e19094d9ef0da97315d5cddd31fcee22', '2025-11-19 05:17:47', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2139, '7d4841404b76f70eed708e768bb4a182', '2025-11-19 05:22:03', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2140, 'dd4b1fe65f6855f01e349b396293bfea', '2025-11-19 05:23:26', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2141, 'a25aa58357e800dc7a232375f188f58b', '2025-11-19 05:26:09', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2142, 'ac44bc0349d87ea29085adb0beff8613', '2025-11-19 05:27:57', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2143, '97255162819d755f817987a158cd1e7b', '2025-11-19 05:28:55', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2144, '911d5f82f6cdcb80df95d980b8401f7d', '2025-11-19 05:33:32', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2145, 'f22bcc1e924817cd4ce8ee8a7c61e30b', '2025-11-19 05:33:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2146, '186c0262dfa149f08f5a11c8ec1c5cdc', '2025-11-19 05:36:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2147, '09f9802368f99e0d0aca22e56281edad', '2025-11-19 05:37:13', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2148, 'df79c56b2976f349517f2b2734f59a5d', '2025-11-19 05:40:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2149, '4ce14e5f2bfa59b76b6b37d59b5ca4fc', '2025-11-19 05:40:46', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2150, '7366db2672861b6e820d16274968ac9e', '2025-11-19 05:41:50', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2151, '496281b36b33bbb8bf63748ed00059af', '2025-11-19 05:44:39', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2152, 'ea6a6a1588103cf852deb96bdfd67ae4', '2025-11-19 05:46:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2153, 'ca0710b1392e92247871348a587e2276', '2025-11-19 05:46:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2154, '2a7d68280b3aaf24c0dc1395dbc3f087', '2025-11-19 05:47:40', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2155, 'da31975029564973fb2c95a1da98b642', '2025-11-19 05:50:09', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2156, 'a9bbf5b16d9039e3611c056a0d9d240e', '2025-11-19 05:50:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2157, '130210adc4d162e4f137fed6b2db5f7d', '2025-11-19 05:52:51', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2158, '893cf6f6c51398c0fd88e05a32938e57', '2025-11-19 05:53:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2159, '27753a516f94d4cff9ec8a8927c445c3', '2025-11-19 05:54:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2160, 'b68bdaf1ecd75f0596d215e9688b1226', '2025-11-19 05:54:37', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2161, 'f14fadbe51746de901dc4e1d97a78b88', '2025-11-19 05:55:51', 'W', 20, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2162, '49c286130fde359eaad1df6970c907de', '2025-11-19 05:55:52', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2163, 'd52691620833a9ca4748d377affa270e', '2025-11-19 05:57:13', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2164, '948738d24d1eec6f66c2de2278250bd9', '2025-11-19 05:58:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2165, 'caf8b31ba97dfd06f651d95f4c45d208', '2025-11-19 05:58:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2166, '9e3e3457a650a8d6cbd87a013d2a0b68', '2025-11-19 06:00:05', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2167, 'b62277c14acd30b9233a102e097b712f', '2025-11-19 06:02:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2168, '257168791094184ea913b9a0cfc86c79', '2025-11-19 06:03:16', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2169, '632c6fd12a92b0d6d00e6d41fe8edbb4', '2025-11-19 06:03:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2170, '47dea836a0e88d60836057ddd08f78f2', '2025-11-19 06:04:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2171, '85f4e34012ef1d945001caab5f5f076a', '2025-11-19 06:09:41', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2172, 'e69d9effe8d6cbba5f99b9165d1d747e', '2025-11-19 06:12:29', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2173, '455cea95db2955bbe183806844a648d0', '2025-11-19 06:12:30', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2174, '93b67f63264728559c355f7cd99c04c3', '2025-11-19 06:13:14', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2175, '4241a04d08f3f9f2054c73e4b66b66a7', '2025-11-19 06:17:49', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2176, 'ccc8916ea35367e0a6c38d50362b4495', '2025-11-19 06:18:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2177, 'cbdab708144628727d3123c83ebfdb0e', '2025-11-19 06:20:31', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2178, '65ee1f67310d9812b81b5880fd724300', '2025-11-19 06:23:20', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2179, 'c4408d811b9b41867f8271bebbb1b6fa', '2025-11-19 06:24:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2180, '1bda7f5bf212ecd444abfa66720ef4ee', '2025-11-19 06:24:56', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2181, '395681ad59e5603ee1d850b3836f14ef', '2025-11-19 06:30:18', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2182, 'bf384bf50d1cc28711184e19423f2a5c', '2025-11-19 06:30:21', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2183, '8b003ffc5227c8c7524733edfe244219', '2025-11-19 06:33:02', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2184, 'd7194932e24b21bec6f44191bc0712c3', '2025-11-19 06:35:08', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2185, '6220a8c7f27db76127692ed7e8cccfe0', '2025-11-19 06:35:24', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2186, 'd10a6d4aa9356b9755fadd552539c770', '2025-11-19 06:35:44', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2187, '729f943c957a48c83239c0ab423fab7c', '2025-11-19 06:37:54', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2188, 'aa33fb639fbb553f5786964ceb6003f2', '2025-11-19 06:38:10', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2189, 'a4d27712cff0a9bd676175b34973e0d3', '2025-11-19 06:39:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2190, 'a5cfe02327260bd07bf3517ea84cd730', '2025-11-19 06:42:33', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2191, '357011426a8d14c94797a1815ef0567b', '2025-11-19 06:43:17', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2192, '48eb09cc611bf83b3b78519ee39b779e', '2025-11-19 06:44:07', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2193, '51cc55a8093774dd9c01080e6dafb80c', '2025-11-19 06:46:48', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2194, '18f6b6b85c8f373c73ea971ec03573a6', '2025-11-19 06:48:22', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2195, '3387c5c4201828ac8a1bebb5b6feceba', '2025-11-19 06:49:45', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2196, 'd6e5a58f8ae2e3ef480a8fec74752f4b', '2025-11-19 06:51:38', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2197, '7097f4707d73578d4fd773eacb8ddc16', '2025-11-19 06:53:42', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2198, '16ed01c5ba3edfb066d4fef84eaa270d', '2025-11-19 06:54:34', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2199, 'd5e1c0a717315ec70f50696098c349d4', '2025-11-19 06:58:43', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2200, '0ba8316c05d7fbfd61e8a5482fb13fe9', '2025-11-19 07:00:19', 'W', 20, '23.249.17.186', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2201, '2b3fcea1137482d48f4a7f036e668e97', '2025-11-19 07:00:36', 'W', 20, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2202, '08614ed8a93c233f69c85a43d3363e18', '2025-11-19 07:01:20', 'W', 29, '23.249.17.186', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2203, '8edcd10d8473ca0d783ff43c29ee2fdf', '2025-11-19 07:02:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2204, 'e43b22515297c5b179114b8e00d4026e', '2025-11-19 07:02:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2205, '5a45d9f34c901373cfa77b3baa6a2af1', '2025-11-19 07:02:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2206, '6db44f2fa55196a48b8f04bb2f6e6559', '2025-11-19 07:05:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2207, '2bb4fede91ba541b0c47e7aeefed6a86', '2025-11-19 07:06:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2208, '04ba334a2836765e15556eef1dc6705d', '2025-11-19 07:08:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2209, '6d3957de4bc0695889dd3f7e9409e8bc', '2025-11-19 07:10:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2210, '16d8694f6480a5a99ddecbc103eb8eb8', '2025-11-19 07:11:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2211, '98067b488340b76ae276529fbb590494', '2025-11-19 07:18:15', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2212, '374c1bee9cc294cb45f86fa72e8e334e', '2025-11-19 07:19:49', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2213, '53aa0f0e9fd81ba3ab4f1354fbe3c8dd', '2025-11-19 07:21:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2214, '9fb466b340fe639c34e20c7356bcd84a', '2025-11-19 07:25:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2215, 'c83dc286c891998c3bfe207c22de81f4', '2025-11-19 07:27:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2216, '9c8d453995d5ad20d2bfad63c26bc5e4', '2025-11-19 07:31:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2217, '4487969696a48aeb871c09aa27e36c3d', '2025-11-19 07:32:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2218, '2ab46d50010500d0f8f6210f57052e06', '2025-11-19 07:35:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2219, 'db5edf82d84b90ad0d85e0a95099be39', '2025-11-19 07:39:46', 'W', 30, '23.83.129.1', 'Firefox', 'Windows 7', NULL, NULL, NULL),
(2220, '5f5f7c735e361c2c59db677b84b9e346', '2025-11-19 07:55:09', 'W', 29, '115.236.116.69', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(2221, '8485c5d1734b533634a73038913d9c61', '2025-11-19 08:01:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2222, '9b762a2dd70f7c1ee8e30f0882e4c533', '2025-11-19 08:06:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2223, 'b3a75a772e90c0d7bcf4152eedebb2b4', '2025-11-19 08:08:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2224, 'be0d0a14b24ced7d9cce23f92899a594', '2025-11-19 08:13:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2225, '1b38a1ccaf09dc814e025852ad8b9f28', '2025-11-19 08:14:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2226, '6f93667ae33dc1a10723cad1030efe0a', '2025-11-19 08:21:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2227, 'f9f56d2f4ca2917d5aba9f81d2109185', '2025-11-19 08:23:24', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2228, 'c3a86978572668e209ed055c4ef06709', '2025-11-19 08:29:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2229, 'ca8f11c8fd25713f1a77b833dab76354', '2025-11-19 08:31:18', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2230, '7072b1361295546a1c9b4a72b50e5109', '2025-11-19 08:34:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2231, 'ee47fe0569bfc2f7aeccc1d3cfecd1fd', '2025-11-19 08:35:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2232, 'f4f60d8314cfb38f9b56d472064472fb', '2025-11-19 08:35:24', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2233, '0c4eeeba98485579c4ac639970df6ef3', '2025-11-19 08:38:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2234, '6eeea7c95a2f12e86bef3dba33d003da', '2025-11-19 08:38:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2235, '6017d6e3dad40b02c7525932c284ea7c', '2025-11-19 08:41:49', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2236, 'b64cf6d40d7e4c46315634d6ae86a605', '2025-11-19 08:43:39', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2237, 'a6ad85f25f4433a45c30e799ae9ba372', '2025-11-19 08:45:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2238, 'c83f038380877c57b40242ef9cfa2e33', '2025-11-19 08:49:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2239, '866931bbbab8193dcec0e24a0519ebe9', '2025-11-19 08:50:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2240, '00fd4ca244ada12a441a1e0b6db0fff6', '2025-11-19 08:56:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2241, 'bf0fd6feb4f5bba93bda9363cc1ba376', '2025-11-19 08:57:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2242, '6501ae7754ce13a588b09f034499adde', '2025-11-19 08:58:10', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2243, '87ec9fb668c703aeebefd92f958a30c5', '2025-11-19 09:02:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2244, '113d0e7409e991111f9b88f67e55026f', '2025-11-19 09:05:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2245, '5e408a021b7986d8c9e38377b7bc89d2', '2025-11-19 09:07:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2246, '0f6c6708fda266b22812e73e6b818bbc', '2025-11-19 09:09:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2247, '4e51f18faf2ef8c395a8ae5698c48377', '2025-11-19 09:12:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2248, '6955b35b65c6b0dee5c7ba610a3d17f5', '2025-11-19 09:13:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2249, '8b1b44c9cd7a78a5d613ce9490be9224', '2025-11-19 09:19:28', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2250, '9e8294393568ad526dac46c853e5b6b9', '2025-11-19 09:19:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2251, '1e3b1d584d9a1687bd9e9475254a0f97', '2025-11-19 09:20:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2252, '0ec8f72bf09a9a2c7c7a9ad1a24b4cdd', '2025-11-19 09:25:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2253, '2448d0ca2d51692d40f49e0dbc4038aa', '2025-11-19 09:27:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2254, 'f9a3f0c326d6351f0206becae7b1d460', '2025-11-19 09:32:49', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2255, '714379749b6035a6c30c7843d9d14894', '2025-11-19 09:36:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2256, 'acd5ef41a236119d2aabd265e29fe26e', '2025-11-19 09:42:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2257, 'e57aaa34fb10f40c2912cad40e7b3040', '2025-11-19 09:52:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2258, 'e6efea1aae62d2d0c223d9bdd55c12d1', '2025-11-19 09:53:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2259, 'a0e07efb952373407617cc233c57b553', '2025-11-19 10:00:40', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2260, 'a2306e3c9dec1162d270e398edc260e2', '2025-11-19 10:15:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2261, 'd2822f75806f840474b91a283ad91ea6', '2025-11-19 10:16:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2262, '499127b2639ccf29fbb4ccb3a97c1bfb', '2025-11-19 10:17:05', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2263, '9e74ff2677dfe5a951e513c64e3304cc', '2025-11-19 10:20:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2264, '5ce301399339917ef0f80221f5da5c8f', '2025-11-19 10:27:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2265, 'e66b9e5ce2974645545b73bd884a713f', '2025-11-19 10:29:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2266, '299c287ae602e5453b8697f07168f06e', '2025-11-19 10:32:39', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2267, '41a38a8b7afce42f717383efc2ee1388', '2025-11-19 10:34:03', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2268, '97216c9019f3e0ad39d6553b9df82a39', '2025-11-19 10:42:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2269, '86ed0fb1d46e041fae2b848df5cb4bfe', '2025-11-19 11:11:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2270, '31bb24a481d511992743b35535e0b021', '2025-11-20 00:24:29', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2271, '8a3bd0a867fea4344c0e92b00b01c586', '2025-11-20 00:24:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2272, '0f4bfe9c74a9be4929300d6ace6cb81b', '2025-11-20 00:25:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2273, '97a3e74754b559cc7f62b84fe986141d', '2025-11-20 00:32:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2274, 'ebef35b0a90763b3ab6e34f984048be5', '2025-11-20 00:35:00', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2275, '0714ffae512ed7275ff983123862366f', '2025-11-20 00:38:13', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2276, '9a8dcf377aea118280f1c94f21e06dd1', '2025-11-20 00:41:24', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2277, '416e265f13a9539792ed336e0fb72ddf', '2025-11-20 00:47:58', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2278, 'c5f00bef980abb2f5b204932fd2d0437', '2025-11-20 00:49:46', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2279, 'dec89099d8b367b7aad5a6412e9ecb7c', '2025-11-20 00:51:06', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2280, '236010cf9362c5c1b62c3d56772d3d4a', '2025-11-20 00:59:08', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2281, '0c0ab3af9dd0fb6198a721ea99369a9c', '2025-11-20 00:59:25', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2282, '3e1d621b8ca0d94104a3667f69d473d5', '2025-11-20 01:10:31', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2283, '5536b0d3c1684b61fa9a83f6d7fe65e7', '2025-11-20 01:27:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2284, '1ca2cb3b0480ba53876466110abe5aab', '2025-11-20 01:27:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2285, '91af6fafc57017e6772186943a96a0d3', '2025-11-20 01:39:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2286, 'f6375574266d923ad28670682039f9bd', '2025-11-20 01:41:19', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2287, 'df9750d46ae86383f5f89a58e36d9c60', '2025-11-20 01:41:40', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2288, 'c098f2bc126e774e8235e606011ff17a', '2025-11-20 01:42:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2289, '94956f54b1d67f7955e4d7779988372d', '2025-11-20 01:49:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2290, '5c05145161916ffe9316f25d37873f0b', '2025-11-20 01:54:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2291, '7f09a93b5f4ea3431acab744386f2cef', '2025-11-20 01:59:08', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2292, '902576fb3de76dedb128fa6203031c6b', '2025-11-20 02:07:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(2293, '94a51b0c601cc12c3595f5ac1c0f1fc2', '2025-11-20 02:16:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2294, 'f3745a141ef0fa3b18f4549f781171d0', '2025-11-20 02:19:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2295, '32013dc076985bce501e20aefe8c6353', '2025-11-20 02:33:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2296, '23d25ebaf8b1f2c74fafac7d5951db7d', '2025-11-20 02:45:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2297, '322331127eee5272494731dfc59a5580', '2025-11-20 02:49:29', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2298, 'a3242888fb7cc4e5f6b82548fd2e4b81', '2025-11-20 02:52:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2299, '310bfdd3495df7198480b0ed08d5481a', '2025-11-20 03:00:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2300, '9819d2e9b92f300b4a130fd8a84442e5', '2025-11-20 03:04:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2301, 'a64a03ef3037cf51b9904e71c195e24a', '2025-11-20 03:17:12', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2302, '1d791087ccfa58bd79cf566564fef29e', '2025-11-20 03:19:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2303, '686fa0860bc17c4b83a2c590567bf7ac', '2025-11-20 03:20:33', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2304, '905a2529014ca2803789df71bc95d9be', '2025-11-20 03:32:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2305, '1758882cb8dac426ec66e481c95e4e88', '2025-11-20 03:47:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2306, '5d1849e015ad5adb8c2efeed49eea51f', '2025-11-20 03:47:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2307, '17744b0357a502c47bcf5c8ca3a7aec4', '2025-11-20 04:12:28', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2308, '103e18cc9c8a92bfd7050ab867a89996', '2025-11-20 04:15:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2309, 'd1264bd8134059dbd4a6799f192edb2d', '2025-11-20 04:23:56', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2310, '8d6786520dda9dba0f5fc5d0a2c83c37', '2025-11-20 04:30:31', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2311, 'ef6560a2c79554e735a2557adea57c2f', '2025-11-20 04:31:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2312, '859c33199ef80b93afa7bb55c14010aa', '2025-11-20 04:37:52', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2313, '950b237060d61abe0243ec3eb022d9fb', '2025-11-20 04:51:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2314, '540a5a52eab5fc9b19f7ff58c02c0e51', '2025-11-20 05:41:33', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2315, '1bc7bd16c3f4113ae27715147d4e6cce', '2025-11-20 06:13:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2316, '4050f2c901c673ef60b8efbc4446cfbb', '2025-11-20 06:51:23', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2317, 'ac53b463e4f9437375d64795ec361f59', '2025-11-20 07:18:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2318, '6211ddaf4b83f1105d2767c3fadcf7c0', '2025-11-20 07:30:03', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2319, '7bc2fe2fad76ae63bf84c83b7700cb41', '2025-11-20 08:42:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2320, 'd466a19461afe1376d0fe9c7756c922f', '2025-11-20 09:22:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2322, '632ad8dfa8a4ecb8067179d766c2f386', '2025-11-20 10:13:14', 'W', 2, '106.215.183.100', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(2323, '7416d75f14e4b7b7ad004b8b298032e6', '2025-11-20 10:14:33', 'W', 1, '212.104.215.157', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2324, 'f12b918594d34b06ef27ff483ef67edf', '2025-11-20 10:15:58', 'W', 17, '152.58.131.64', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2325, 'd938a5e37de0db1eb87a29b4f6ad2052', '2025-11-20 10:21:19', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2326, '0825239c27533ba9a8489f99c712bf3b', '2025-11-20 11:53:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2327, '6952c784b042bef675151f9c18509d31', '2025-11-20 16:35:12', 'W', 2, '79.177.148.212', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2328, 'de3bd3bbac12b3eb5a97b3812469b404', '2025-11-20 16:52:32', 'W', 17, '86.104.22.76', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2329, 'cd10fe47157600f22cf10181aa93e886', '2025-11-21 00:03:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2330, '212dbab29b062d2baeb05da9adc53ed1', '2025-11-21 00:09:38', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2331, '57a82d0ebf88eca4a21400147127a634', '2025-11-21 00:22:02', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2332, 'ae041c7ded138b0bb28238a84183487c', '2025-11-21 00:23:19', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2333, '59b29235f5ccf0b38c2eb25b0e6642f1', '2025-11-21 00:33:01', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2334, '049eadaf789abc3ce7e70a95c4bd7fe9', '2025-11-21 00:34:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2335, 'd74924fdac5f17226daa5c82691ef93a', '2025-11-21 00:36:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2336, 'b2b8a9ef0a922b8fc387fe32d3013f05', '2025-11-21 00:42:19', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2337, '3c79aeb14646483ad3f3e63f297b712d', '2025-11-21 00:47:20', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2338, '225924a17d900638d69e435855f54443', '2025-11-21 00:48:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2339, '0a01aa8735247fa427969179e6425f18', '2025-11-21 00:49:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2340, 'eb1afe48cffdfd8cd02e6d7761d491ee', '2025-11-21 00:50:42', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2341, '9035a8b655437dba680fb20a3899e640', '2025-11-21 00:53:27', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2342, 'c1c251e8b4592c328310d2f1d58849a8', '2025-11-21 01:01:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2343, '50a6391f5dadd2735f411a87d28caf2c', '2025-11-21 01:09:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2344, '6d4f215874633aab9cbafaea14630243', '2025-11-21 01:15:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2345, 'f1d6bbf6bf0b9e9487fa0c1f641fb50b', '2025-11-21 01:16:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2346, '6eb832e8563c0109789eab6621567357', '2025-11-21 01:29:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2347, '129234f525acc8520975d3eb86b0fb52', '2025-11-21 01:33:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2348, '2e8f7bfbbfc52ac2572c0ddf4bddbba1', '2025-11-21 01:49:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2349, '061933813a5bd9423a213c2d4eafc7c1', '2025-11-21 01:52:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2350, 'aea1b680c2159fd4636e17442a134ac8', '2025-11-21 01:56:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2351, 'e7af1144131de48867a18caf3a1f1847', '2025-11-21 01:57:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2352, 'b69ad7416f1754de3727a5f2e2a29194', '2025-11-21 01:58:23', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2353, '37bbf9d372b5d93f63860ab050b4fa03', '2025-11-21 02:13:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2354, '9f7b9fe5b40e45be4d25f7706daa5f88', '2025-11-21 02:23:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2355, '0f59d406163ad62f24a170fab32b4001', '2025-11-21 02:24:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2356, 'dc398b97b800a8d8fa1815a6423f89bf', '2025-11-21 02:30:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2357, '9e3fe986a2d3298f9278513f4bb45cf9', '2025-11-21 02:40:20', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2358, '23a481c6908ab6c7b147808ecd611dd5', '2025-11-21 02:49:19', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2359, '44ddd9a72fd82b78ad6de3e444d337cd', '2025-11-21 03:00:18', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2360, '44400501bf49a5d39ba04cfea86e1a22', '2025-11-21 04:46:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2361, '97bd83669a8811b985a76408f3f6439c', '2025-11-22 00:00:34', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2362, 'b4e4471a1add6e6c5d9ec6972184fac5', '2025-11-22 00:13:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2363, '14fbe0c7a0ebead00bcc74034d39aa52', '2025-11-22 00:15:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2364, 'f2e2091da3901417624630ef40bb2103', '2025-11-22 00:17:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2365, '36bb66eabef9859182dab769af75fd47', '2025-11-22 00:24:13', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2366, '7ea04cdd601adab1937dda5a82b20db6', '2025-11-22 00:26:47', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2367, '349d896d7d3c352b966d895148696de6', '2025-11-22 00:28:42', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2368, 'c22369a2df615ed44812e67d50cb9873', '2025-11-22 00:48:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2369, '197bf70406a22fb7a383dab0f718787f', '2025-11-22 00:50:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2370, 'f1b3a8ddfbc37e6ff624489bb9b8e00e', '2025-11-22 01:05:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2371, 'a417d43eb0da5c931f442e86215e4cc6', '2025-11-22 01:05:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2372, '0bdc95c1c3c44e999b0bbcb24dea33ae', '2025-11-22 01:14:06', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2373, '456fdd675fb98df7cee2e6a1df5ea2e3', '2025-11-22 01:15:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2374, '04de8945fb3aa2f4b09b64f42d2685e8', '2025-11-22 01:27:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2375, '8f9be3c7d582a19d12b4e17f13b4c1e3', '2025-11-22 01:38:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2376, '6b14ca9f2b87b64d18221a8852438056', '2025-11-22 01:41:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2377, 'ccedee400d389d6724bdca8c2aa4eb88', '2025-11-22 01:52:24', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2378, '570c995190e0750b8df5b50dc75e0c0a', '2025-11-22 01:58:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2379, '39b9dd2c7eae746497dc8d8639565de8', '2025-11-22 02:16:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2380, '88482c8ca1f0e082e7e963cefd8c764f', '2025-11-22 02:24:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2381, '26d868769732da74b10c77facebe3852', '2025-11-22 02:28:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2382, '99c0a043c7d89ed1ed1dd5518510db3b', '2025-11-22 02:43:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2383, 'fbd35ba301ad9d69be14b25aad8af3a5', '2025-11-22 02:51:51', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2384, '6c41ad4b8a5d73cf450aefc58a7b3661', '2025-11-22 02:55:12', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2385, '6517d1874820012fd937252b9a6c62d9', '2025-11-22 05:14:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2386, '9179fbcfbab5427693ce2d66647ec2c7', '2025-11-22 05:14:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2387, '645af4f08f139e01598bc13fa70a85f9', '2025-11-22 05:14:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2388, '9ff458e2191460921a61994d900e8592', '2025-11-22 05:14:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2389, '553411ea06babc5d33c449b844f1e6d7', '2025-11-22 05:14:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2390, '60490dbfe8f5c0c47cdefec951ff709a', '2025-11-22 05:30:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2391, 'e012c34d3a8af8557cdc2e6b92b86e70', '2025-11-22 05:40:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2392, 'f3042993132e692d91f8304751b9523d', '2025-11-22 06:15:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2393, 'a6d0af9924c00592390890f727ec564c', '2025-11-22 06:29:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2394, '821f5e200cd0f3530a2bf3f74e235aee', '2025-11-22 07:07:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2395, 'a9e469ef6801e702e9d4af6a8619bfab', '2025-11-22 07:26:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2396, '1d35bf62d6204a1ca7932b91356f1ed6', '2025-11-22 07:49:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2397, 'edda88011e9efdd4a5cd165adbf6fa59', '2025-11-22 08:01:39', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2398, 'b4357e83453c5363447c098c95054000', '2025-11-22 08:02:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2399, '43994090df1484c7dd6023edffcb92b8', '2025-11-22 08:53:42', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2400, '1e5243fb8b8c1ee10d4e06c66e61c262', '2025-11-22 08:58:01', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2401, '62426721e2ab5c9db079407523e76157', '2025-11-22 10:57:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2402, 'c691b28fa435dab836ceaeb44d09a0fd', '2025-11-22 11:15:14', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2403, '006942957849f91cc79c7dfe25918e64', '2025-11-22 12:04:27', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2404, 'e4b282a3bb79df53a4c9da561b6a1985', '2025-11-23 00:08:43', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2405, '8d2df09aa76e2e4dc5b2f826cc3c7f90', '2025-11-23 00:15:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2406, '61abb4548b3e104731e0d1e425110bc3', '2025-11-23 00:22:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2407, '4710cf329dca31582191d2238e1c37af', '2025-11-23 00:33:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2408, '80f0f13ad0d961b9e422a52191c20aef', '2025-11-23 00:40:47', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2409, 'f0ea4812a8cab7c3c451f09e17732957', '2025-11-23 00:45:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2410, '04a33eba89a6deab356e0f4be21bef71', '2025-11-23 00:55:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2411, '8faf7baf2a5409a463de04918dbb883f', '2025-11-23 00:56:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2412, '92e71ae207d051e4cae25439b07ac35b', '2025-11-23 01:07:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2413, 'b58028e274bf788325bf80c83137a12e', '2025-11-23 01:27:42', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2414, 'c1d63be8e7a0b09236528e6c9d0bf290', '2025-11-23 01:34:23', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2415, '1e31396abc6d092ca379736216590bb7', '2025-11-23 01:45:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2416, 'fc6c9368521d5acff266253e3b1a10d8', '2025-11-23 02:01:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2417, 'd9f5f3505f03b5c49a58cf4fff2e9ed5', '2025-11-23 02:21:15', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2418, 'b67e208077b1a4c77f43ea5e56561b77', '2025-11-23 02:27:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2419, '4df570cf395a3530b5315a5f8fefecf4', '2025-11-23 02:58:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2420, 'a1608175bfe0d4dbe7c81f3a9855bda0', '2025-11-23 03:02:45', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2421, 'd29e1ab5992f168aca58818d329eb03d', '2025-11-23 03:15:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2422, 'ad7099093663f6ff6bdfec287dfba69f', '2025-11-24 00:05:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2423, '6186202f9ed6da4d9b930fb730e0159a', '2025-11-24 00:13:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2424, '9dcd6beadb5cbcb306fa328d2e3f924e', '2025-11-24 02:30:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2425, '0e7813d9676c8c0b1c5a8d717763bec9', '2025-11-24 02:30:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2426, '118e124d3e23f5daba185ab72ad89ed0', '2025-11-24 02:30:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2427, 'f67cc32906cbb67a1148f3cd93da0015', '2025-11-24 02:30:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2428, 'eab698884a22c01db89711397aff70b8', '2025-11-24 02:30:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2429, '5ca4f1b2f811b0992ca6f44d253f7985', '2025-11-24 02:30:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2430, '0bebcf6f4960ff364627581143234031', '2025-11-24 02:30:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2431, 'b019d7abc8bb8ddd66cbc66d5a1c1604', '2025-11-24 02:30:39', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2432, 'de37d226021997892275d1659cfce776', '2025-11-24 02:31:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2433, 'b4567960833ea9f4d6f35ad7b4f2d63f', '2025-11-24 02:37:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2434, '86a60fb7fdecea0fb4851e365b006242', '2025-11-24 02:42:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2435, '2d8fd96e24f2447e7683d6c3f5f205c8', '2025-11-24 02:46:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2436, '5005e65a4349dc00d86dd3bce8ec221c', '2025-11-24 02:48:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2437, 'b43bcc948370293f1ffde2c9e64a1a62', '2025-11-24 02:55:34', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2438, '812532776f375954e3c41196e503e8a4', '2025-11-24 03:12:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2439, 'd72590be449d459067eed055c5ea5a43', '2025-11-24 03:14:40', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2440, '12d4807801136521d13d54509ca3337f', '2025-11-24 03:17:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2441, 'a1230b4f419762425fc1149273376f1e', '2025-11-24 03:25:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2442, 'edc588ac8168b5d99caf9bc87a405c8e', '2025-11-24 03:42:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2443, 'fc227b56c0748e46c254021437484594', '2025-11-24 03:54:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2444, 'bde347e25dff9db55fd475e7af17e2ec', '2025-11-24 04:04:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2445, 'afc7c76d2a8c42395468808a59e2fe13', '2025-11-24 04:05:08', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2446, 'f2c4cced70760b2c5911468782253c4e', '2025-11-24 04:12:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2447, 'e21fb36fb056d4b9a69e8642c19526c3', '2025-11-24 04:31:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2448, 'e78bc19b42459023d1d574412051b95f', '2025-11-24 05:11:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2449, 'c9b381fe075421907c5d120b8d4a235e', '2025-11-24 05:37:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2450, '44d7895d1f9169c0f92b4fc0234ce826', '2025-11-24 06:10:26', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2451, 'c155aea0634f1bdce1544e2b9c283ce9', '2025-11-24 06:37:49', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2452, 'f72059f52efcf496c78a633a740a0e2c', '2025-11-24 06:55:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2453, '34290ad4a55296012a20bdee90baa8fc', '2025-11-24 07:54:08', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2454, '3b654f27f8b30ce88fdc7b16777bed26', '2025-11-24 08:04:33', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2455, 'f8c0b1f5cbf8ea5f7441e03b54ba6676', '2025-11-24 08:33:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2456, '9175353b25d3c8c3189902cc3a0d72d0', '2025-11-24 10:22:33', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2457, '7472ea5138a6940d486118a2dfb9f204', '2025-11-24 11:00:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2458, '82472fc0e4fda3ca77e4762120a5defc', '2025-11-24 12:12:35', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2459, 'ac4007d6ba1adf843d4a21752c8e2443', '2025-11-24 12:31:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2460, '8494662681d7a9dad2f5e7be32a77686', '2025-11-24 13:05:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2461, '7dc7356a9c093a5fff02164acd262033', '2025-11-25 00:09:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2462, '3cb79ac783167f9e19b20fc52d39fb2d', '2025-11-25 00:14:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2463, '8c3d8fc71141592362487f3d92ee3e01', '2025-11-25 00:15:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2464, 'c1a074322657bc6369aea3d8f1a88806', '2025-11-25 00:16:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2465, '073958771a49d168759667da5616a8c9', '2025-11-25 00:17:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2466, 'adffaeeef150a544a6c3481fc8a11ed9', '2025-11-25 00:26:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2467, 'aa44501dba4b37960e0ab40f1b4794bd', '2025-11-25 00:27:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2468, '03767368e6528fd3e3178688fff3fb6e', '2025-11-25 00:27:23', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2469, 'afb3729f10ea2aada303388a6383b919', '2025-11-25 00:31:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2470, 'c9a981057e7a461dfbedf21f2251de33', '2025-11-25 00:34:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2471, '9db3fcfd41bb8d4c007dda2cd045f9ed', '2025-11-25 00:38:29', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2472, 'e2c0392402104309ffd5044f566ee8e1', '2025-11-25 00:47:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2473, '2a1878129413dddb2b5e2ec386e8a7ba', '2025-11-25 00:52:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2474, 'b6baaae562d2030ad0dc0ea4d0b63cbf', '2025-11-25 00:54:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2475, '2c7a9645185b19b68575116868888339', '2025-11-25 00:56:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2476, '61d0b0f8d67c94d33acdc8f8d14345d2', '2025-11-25 01:02:23', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2477, '7aa7bc2bbfb28a1c13e717a088a5e929', '2025-11-25 01:07:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2478, '9e19bda52be33ba77db1255d49242315', '2025-11-25 01:08:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2479, 'fb634bcaadfdd497a614d65b6bf6133e', '2025-11-25 01:16:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2480, '2a42b67ddac619befdfac5a265995aec', '2025-11-25 01:16:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2481, '084763625cf7dca6d36c0cd2ab4b81b6', '2025-11-25 01:18:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2482, 'f2325c74fbf97550e7d22d22cb6169e0', '2025-11-25 01:33:03', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2483, '665d7fa5e34014e286ee71f0a801e3b7', '2025-11-25 01:36:45', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2484, '00c3f5e2bcb4a6ea33b68907c1e4708f', '2025-11-25 01:42:54', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2485, '3320114d024113bc72141000b98b33c6', '2025-11-25 01:54:26', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2486, '749fdb52706337a730bdf74152389e21', '2025-11-25 02:07:18', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2487, 'b46c1accbe23d7f5c676f9a76fed99c8', '2025-11-25 02:19:11', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2488, '914525d8af8452c168ae79a71dcce108', '2025-11-25 02:19:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2489, 'fc562f4100944d9d21f5d243e408ed6b', '2025-11-25 02:26:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2490, '5be86d90094882453dfaf3d65b2450c9', '2025-11-25 02:39:29', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2491, '28ee9c08990ed674f395c53a9425db6e', '2025-11-25 02:46:17', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2492, '39d35572e998853e56b9d67d35b9a3c9', '2025-11-25 03:16:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2493, 'd44b791d6e2cc8a5ba5a34f26928d726', '2025-11-25 03:31:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2494, '4dd9f2b666cd6d8f62db0c58d71dcf0a', '2025-11-25 03:39:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2495, '9e144b2f72e69ea37183fae4cf912196', '2025-11-25 03:48:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2496, 'cdb6dd4c523bbb062940d9c47e22fb25', '2025-11-25 04:29:54', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2497, '20dcbf0fd81307e5f30556dfdb6fa9e2', '2025-11-25 05:32:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2498, '37bfd3592011ff85afbd3ca9f26ff721', '2025-11-25 06:01:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2499, '8eb85414bc1cf5784251b8b22376995a', '2025-11-25 06:17:26', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2500, '4499a3a2b1bd3788025c7ab753f6c136', '2025-11-25 06:18:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2501, '444f1ca9c486ffdc508db6ab944e4dba', '2025-11-25 08:00:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2502, 'b324579f21044780f52f1cb654929906', '2025-11-25 08:04:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2503, 'b6e690bdf522f6cdb79c8f9e3934f8fb', '2025-11-25 08:50:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2504, 'f2bb06cc803a4d58323c0095492ee4bc', '2025-11-25 12:23:04', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2505, '05faa722c77430eb18ef7d5b377bc7b1', '2025-11-25 13:02:47', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2506, 'eba3800a01e6b220dc4253f936520e69', '2025-11-25 15:16:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2507, 'b5aabe3a45a856cffef2306aa9b9dfc4', '2025-11-25 22:16:03', 'W', 1, '193.142.201.107', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2509, 'be2a17412b383e902f1003f653002083', '2025-11-26 00:11:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2510, '890f5d24c391b0e59571f59565673c79', '2025-11-26 00:15:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2511, '5b112beb0d9a41fc74d7a9813104b0ab', '2025-11-26 00:20:15', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2512, '48a2fcef642a4ba05706ae778bc4ae83', '2025-11-26 00:25:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2513, '5fdf552f7d26b371a29caa82627a3b4e', '2025-11-26 00:26:47', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2514, '6f37e685769e26126e09f3252d2ab322', '2025-11-26 00:29:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2515, '21c7e9f38853c55b5481ef3e385bcb21', '2025-11-26 00:38:57', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2516, '90389595969cc4b8444b0d8530b433ff', '2025-11-26 00:47:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2517, 'f52f6a61cd7dfce74367f9206e56a932', '2025-11-26 00:56:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2518, '2b035c7d1b559d7d77ce86183fb28e33', '2025-11-26 01:00:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2519, '284db1758d7c5c645d20a1a00d12a6c4', '2025-11-26 01:11:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2520, 'be6e6f8434fa82131a1e66d7c59cc581', '2025-11-26 01:15:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2521, 'ded03f5239a873e46306e17dd014b9c0', '2025-11-26 01:28:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2522, '27040f1d2469137ce35572bc81a7edfe', '2025-11-26 01:41:34', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2523, '85f2f481735067ef6e86a95e9a042c7e', '2025-11-26 01:45:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2524, '68df27f0d4bdecc3c49a7499e525ea57', '2025-11-26 01:56:22', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2525, '4bdc17b6d993a49f67378f0424480dae', '2025-11-26 01:56:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2526, 'b4bfc61e6248c2e044cc4bd3c670948f', '2025-11-26 02:17:01', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2527, '5488f16ae455184be2232de6e8e14e2b', '2025-11-26 02:24:24', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2528, '87e668294d2997911298458f198eecb3', '2025-11-26 02:28:05', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2529, '9161d176952d8921938ddb41a01aed5b', '2025-11-26 02:34:57', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2530, '684c4184a9d30b4f883de72f34c2926c', '2025-11-26 02:53:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2531, '8d9349d8531489004dd5a611cde243e8', '2025-11-26 02:56:53', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2532, '64350b3485767ae4d4d726cba2cc3738', '2025-11-26 03:18:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2533, '144f7b8718cd1021fa3dacda3830caa9', '2025-11-26 03:29:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2534, '976d767c2c14648b5c339002ff284d6f', '2025-11-26 03:44:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2535, '714a64c7384e2a7057e8de09c869f6c0', '2025-11-26 04:18:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2536, '9c363b17ae137379ba0310ddda5a576e', '2025-11-26 04:37:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2537, 'da182d3f51b4560e68d1dbe85e23b4b4', '2025-11-26 05:16:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2538, '2a461df4787eab3d2866dafb617df7ba', '2025-11-26 05:41:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2539, '1b6afa63b2d722fc7fc938e0657bc336', '2025-11-26 05:53:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2540, '2ae29ce80d436246e5a0c960393c2c69', '2025-11-26 06:06:26', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2541, '70e506bd8e3253bcb6afd1af59e77abc', '2025-11-26 06:08:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2542, '5533598e26c75eec55bebbb9a4a18784', '2025-11-26 06:40:56', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2543, '6329fc7781edf631a17d3fc2822a4acb', '2025-11-26 07:45:14', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2544, '479ea9f8ec4805227bb402b42b9f64f1', '2025-11-26 08:04:40', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2545, 'd3008d4021c3cba2fb8b0bf521fc8796', '2025-11-26 08:30:40', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2546, 'cb893395fdd89d7b726c7f51124335ce', '2025-11-26 09:01:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2547, '28872f8568d10fda4e2e42a6ee3caba9', '2025-11-26 10:08:25', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2548, '02c512f699253ea7207a51c690a0881e', '2025-11-26 10:49:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2549, '3bd8218eb207f97577bd78222c2889a7', '2025-11-26 11:46:55', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2550, '3dc52ffd52bfc03012d2a44932e99a3c', '2025-11-26 19:25:28', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2551, '8e9c6cf84f477c520fb008121e2087ac', '2025-11-26 20:24:24', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2552, '25ba02697bb9c12902bb8e43754f6c0f', '2025-11-26 20:27:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2553, '7b406a80fbcc5e0b054e694b74988561', '2025-11-26 20:34:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2554, 'cfc9d5a4cfc8cb87a693a5faa8c734a6', '2025-11-27 00:13:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2555, '3afd28c37e8a0ad8a721b14b03b582bd', '2025-11-27 00:23:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2556, '6fe9b31d3b8b594f10f9fb1df17bb865', '2025-11-27 00:24:24', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2557, 'bffd08db7bd07fe5b37719307ea313f2', '2025-11-27 00:25:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2558, '35d4dfb3744e8e99c6f37ffdaec2bb0f', '2025-11-27 00:36:49', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2559, '9719941b55b9763fb59cc2f3f197de2a', '2025-11-27 00:41:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2560, 'f870d6c0ba9690f32090cc7efdc05179', '2025-11-27 00:53:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2561, '2ca511ca26ebe9071ba018c7794d8194', '2025-11-27 01:05:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2562, '06e547c4333ac2553bc7228279936dbb', '2025-11-27 01:15:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2563, '978c08f6e66e4535d426f1932d08030b', '2025-11-27 01:18:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2564, '26248a0a1dc65f5cb217cbaf0a036fd5', '2025-11-27 01:22:21', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2565, 'ea6ea73767343ffa425ae5a14b8ab219', '2025-11-27 01:35:45', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2566, '400de9e3ed3a7e35a7926ce36f834b17', '2025-11-27 01:44:19', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2567, '191ca5bd67f016a71a14f5513c955cbc', '2025-11-27 01:55:57', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2568, '93b6c93442eb0892dd058aef4eda51a6', '2025-11-27 02:28:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2569, '6abdbc8caf51ddd65f8198caa822f97c', '2025-11-27 02:31:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2570, '29c0a1ec3ccf6bb216fcc777e5b3a442', '2025-11-27 03:04:15', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2571, 'e64081c643db8e208b46df4a6da96ff3', '2025-11-27 03:09:00', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2572, '329c25d46169e021ed79048e4a29b5ad', '2025-11-27 03:13:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2573, '4b2c9e0fae7f8ed1a20b920723cf20d3', '2025-11-27 03:17:49', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2574, 'eb640fb9b6a2b2b566ce21396a8056e5', '2025-11-27 03:31:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2575, '6b15547221454f66ca302c0f90c3bf1e', '2025-11-27 03:49:18', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2576, 'd98234789161499ed20e774aeeab06a5', '2025-11-27 04:04:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2577, '3f2f449ba2b36d6de8df7f539c19f1fe', '2025-11-27 04:06:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2578, '756b9bbbf30c3070b8bffe5586b2d923', '2025-11-27 04:16:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2579, '1c4d35bb1b158e897f320fe748e31958', '2025-11-27 04:30:39', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2580, '0d4f6204a8c045a3753f43959e1636fe', '2025-11-27 04:44:47', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2581, '35102745443fb4db15b417cd677c0b27', '2025-11-27 05:04:42', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2582, 'be1378f4fcf5e9208c3f5242711cfed8', '2025-11-27 05:28:45', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2583, '323943ea1df8e106ee8e0d673829a1e2', '2025-11-27 05:48:12', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2584, 'bca5b2a9b762926b4d148bd02f262861', '2025-11-27 05:52:58', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2585, '62279774d9fb62ce28bcd6e3d2ef8f9e', '2025-11-27 06:55:45', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2586, '416218987d83565192e3e05bb7632c52', '2025-11-27 07:13:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2587, '6655d721f8983fd627ddfea79083fb52', '2025-11-27 07:44:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2588, '04766eeb2fbe0083c0f7f0f41010163b', '2025-11-27 07:58:15', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2589, '1ab60ccba55510b445d1af268fb926a0', '2025-11-27 08:37:12', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2590, '7d122c34b695ad89ed54e9358e3afd62', '2025-11-27 08:51:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2591, 'b93874c19a471608b370c0b6836afd83', '2025-11-27 09:46:06', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2592, '28b4ab62351aba23cb4339630f7497fc', '2025-11-27 10:04:46', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2593, '167b650a69c297c7da3d48f97f175f16', '2025-11-27 10:57:49', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2594, 'f92ba930f208a2c60bc4b1e165242ad4', '2025-11-27 12:45:24', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2595, '8e097c2c2ce384cf99ca13836520a6e2', '2025-11-27 13:16:16', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2596, 'f72a45ae7447fbebfb55363051baba48', '2025-11-27 14:50:32', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2597, 'd841b3cb2569262283d1b63ef792bb80', '2025-11-27 15:10:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2598, 'bf46d7c5ea892dc6536c080697e323d5', '2025-11-27 16:19:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2599, 'f226617346ee17788ca5fbc7272ad50f', '2025-11-27 19:24:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2600, '53e3deec5cc893cda2fa932c70e1f6b9', '2025-11-27 20:36:53', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2601, '616159e24b2bc9bb80aecd003ffb482b', '2025-11-27 21:28:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2602, '43e781fe993c32a62c381d16be8b2277', '2025-11-28 00:06:42', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2603, '811486a1bc6b6a63a3667113cbab43f9', '2025-11-28 00:14:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2604, '08209ad7ec8c64e9eecefa687b6e5c0f', '2025-11-28 00:28:01', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2605, 'ef2baf88f97a65457ad9e5f35ed3c41b', '2025-11-28 00:29:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2606, '076106ff41fdec5b261d24323bca45a9', '2025-11-28 00:41:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2607, 'e7b23e31bc6b8047bd672a7afb9dd4ee', '2025-11-28 00:53:14', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2608, '01d4518b07deae3f89ec1fabb87db39d', '2025-11-28 00:54:47', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2609, '2a9a475f7032b3c7348db9a5ec6b4b07', '2025-11-28 01:05:35', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2610, 'dd0f58435e5eec5f77f551c9b9b6536b', '2025-11-28 01:32:38', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2611, '6d38b0166fb5330b42117d6c403c5112', '2025-11-28 01:40:07', 'W', 31, '35.212.159.82', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2612, '5e0eab3980e7b1927b23f3cf8803ac93', '2025-11-28 01:46:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2613, 'a97993dfec238c938b949a28a513ae7a', '2025-11-28 01:46:59', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2614, 'fd9d63270a317a4037945a08c881fc87', '2025-11-28 01:58:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2615, '1d915319d9e68d4912f2fc33699c7480', '2025-11-28 02:00:25', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2616, 'dc9ccd2016e64f6ad42fa648d0fcbec6', '2025-11-28 02:11:18', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2617, 'b86ce00b7616040aa085e72de9528f09', '2025-11-28 02:12:31', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2618, '56bb84cf89412c0c370d7c8eea4d48f5', '2025-11-28 02:32:06', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2619, 'c16eb97ca698827a569af8d56cc2a6eb', '2025-11-28 02:47:23', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2620, '94c916e2334882d7f3ed73fc7b52911b', '2025-11-28 02:59:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2621, 'f6fe0e81e5d14c226e8d724de1406a8e', '2025-11-28 03:01:04', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2622, '9a8932d61ced177d78e12422db687be5', '2025-11-28 03:16:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2623, 'ed66cfd4415d0db54ff8c96de411e236', '2025-11-28 03:24:19', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2624, '92c08a45b3a55da0a9303f66ff2710fe', '2025-11-28 03:39:03', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2625, '69005326f0d142e414608e223b3c1a5e', '2025-11-28 03:54:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2626, '9050186c46def488725f895a8884bf43', '2025-11-28 04:31:34', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2627, 'a9e2cde5a63b79ecf56bd50dbb6263ca', '2025-11-28 05:00:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2628, 'dc259961bbacb4b424986b378808ade5', '2025-11-28 05:08:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2629, '8dd009cca2336814c527933d4e71b843', '2025-11-28 05:44:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2630, '8d2a1b30c86f2ba1a4fb06513af5ddb0', '2025-11-28 06:07:06', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2631, '0701216391872ae2110b0eafe208882f', '2025-11-28 06:29:36', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2632, '2e66cd0385cf5036b3917ec2330e111c', '2025-11-28 07:17:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2633, '101226460818e1e77140dbbc65bb2633', '2025-11-28 07:24:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2634, '5a28077ac0fd74acd6aae6e7bc7605a4', '2025-11-28 07:38:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2635, 'bdd340bbe6cce0ec2585469974a28cb6', '2025-11-28 09:07:25', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2636, 'e119c9456b5229f9c2603b6664fdd258', '2025-11-28 09:18:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2637, 'be60279523e404e6d4fff83a7a3576ac', '2025-11-28 09:22:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2638, '175d052fee934cc38988f18970804336', '2025-11-28 09:32:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2639, '2cbf5a4d31496fd445b6dc85cca53492', '2025-11-28 09:50:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2640, 'c70ebfe68862af906061a23a7542c846', '2025-11-28 10:22:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2641, 'b7f9491a194e431c5e2a1a347ec078f9', '2025-11-28 10:36:00', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2642, '7b1f87d36172dbe53b37cd3da2840409', '2025-11-28 10:58:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2643, '5c59b8435c5bea0bed3f88ce5de3748a', '2025-11-28 11:02:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2644, 'f749b1e892a1e359e5c3e72f284c4bf2', '2025-11-28 11:22:01', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2645, '877411a2f7ff4cb7342600cfd0fa97f9', '2025-11-28 11:31:29', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2646, 'bd9fb1fce94d013ccc883bc52457024d', '2025-11-28 12:30:30', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2647, 'd10e7f23c167422dab12f7cbb928b8af', '2025-11-28 12:56:59', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2648, '1f64baed31b82cbcfaf90c6cba3bf962', '2025-11-28 13:57:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2649, '5d4ac25bdfb39850442a7ac9b369aa26', '2025-11-28 16:58:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2650, '8bc4e2d3e0b9419f6040da16a3ec6a73', '2025-11-28 16:59:30', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2651, 'dd6d5eb3825c3bd4111e8745e3a7321a', '2025-11-28 17:10:12', 'W', 32, '106.193.105.155', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2652, '1b93e619bcec030c48965c7a848d1c90', '2025-11-28 20:50:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2653, '1d4ff8d01a4580d9af7d7d2790fe7b0f', '2025-11-29 00:18:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2654, '580c8e6a0ad83c9d68a5a0fe24eec13c', '2025-11-29 00:25:24', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2655, '73fa0f4fe5b1b8b2238ca529ce667beb', '2025-11-29 00:31:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2656, '04d6d43ab10ba91db32e6dc3a8557763', '2025-11-29 00:43:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2657, '079853404030421f33593c4a2d9b0944', '2025-11-29 00:43:53', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2658, '977064b4291d51ab9114b83c2afcd8f4', '2025-11-29 00:44:11', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2659, 'fd4eaf180cf8257d8e3d3d65bac0dd62', '2025-11-29 00:53:34', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2660, 'dc92829463b112faad3cd808851344b8', '2025-11-29 00:57:57', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2661, '86b728a0682f15bb0ff0e9c4d8f66e30', '2025-11-29 00:59:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2662, 'aa3155b217fa5f5c470e7d0338e21a6e', '2025-11-29 01:03:50', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2663, '063a2f58190cdf7453aaf41f3cbe7f5d', '2025-11-29 01:29:29', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2664, '5551dfec0bdec733a979f6e396ac992a', '2025-11-29 01:36:50', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2665, 'bba080c9313ffa1faee0099c5a734c47', '2025-11-29 01:53:18', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL);
INSERT INTO `users_sessions` (`session_id`, `session_token`, `session_date`, `session_type`, `user_id`, `user_ip`, `user_browser`, `user_os`, `user_os_version`, `user_device_name`, `session_onesignal_user_id`) VALUES
(2666, 'b00a0a4dff501fad13043348c4d18514', '2025-11-29 02:00:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2667, 'aa558f2f3e0b2bfcd48154516cd97915', '2025-11-29 02:04:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2668, '5519a81726ec6bc9132c972421abca8d', '2025-11-29 02:15:36', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2669, 'ef81f5e00450a19967a2294af273187a', '2025-11-29 02:16:08', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2670, 'af1ca3c68bc302f67b5cc7134dd94bf0', '2025-11-29 02:49:33', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2671, '1d87b72a96ab806ce3b9c008bae976e2', '2025-11-29 03:05:56', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2672, '2f834245fbe11980df9eb72b5dad7600', '2025-11-29 03:07:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2673, 'a7e9702eca0c8cf113ed393b01fec768', '2025-11-29 03:09:33', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2674, '43b1b98c7d7769b1e7726acf61d06c94', '2025-11-29 03:36:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2675, '917c238b4138ee89ee16918fbeb8dbc5', '2025-11-29 03:51:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2676, '6d1092e8c1b445cd8eb93bab573844ec', '2025-11-29 03:54:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2677, '392f0078aa847f789d64b1d07a29f50c', '2025-11-29 03:57:22', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2678, '23898a402a08fb0a39e8872510a30350', '2025-11-29 04:26:28', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2679, '35b764357cdc9ac867782ba69322b13f', '2025-11-29 04:49:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2680, 'af9446ba54a7ed832fd82bf2faeacfd5', '2025-11-29 08:28:44', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2681, '0b67f520533992e0b4c02e89d5e0b776', '2025-11-29 10:12:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2682, '423246bf0b546c3808b3797d0d44d4d5', '2025-11-29 11:49:27', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2683, 'a3706b31d1718bcdc51888d93550d390', '2025-11-29 17:28:12', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2684, 'c30cb743e4a050199463d6df86eaf75e', '2025-11-29 21:16:16', 'W', 2, '64.238.204.104', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2685, '3b414c7bb2747023385b8f0e4a1a2fc8', '2025-11-30 00:04:10', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2686, '8dbed2a531b0cc27a3d50e2ccba67b11', '2025-11-30 00:14:00', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2687, 'ac852c0302f2d969dde2dd3c37666c40', '2025-11-30 00:19:20', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2688, '37a411123548debf27017f88723cecc3', '2025-11-30 00:25:36', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2689, '9cd67b1fc92b6cc11750e3cf092f4033', '2025-11-30 00:44:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2690, 'fa4934876400e008288806ab3e4aed4a', '2025-11-30 00:53:26', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2691, 'b097210a93ac7af4c504d3e5dc206191', '2025-11-30 01:00:14', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2692, '620020f2560dab4229827bbf5d75dbf8', '2025-11-30 01:10:44', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2693, 'f9bc2384dbd4cf2a71d5aab937fd0088', '2025-11-30 01:32:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2694, '8efec5c8e665be53c76cc83808274476', '2025-11-30 01:34:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2695, 'b951cd386c5b16b54a5db9afb4166009', '2025-11-30 02:04:13', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2696, '1d5d82e5990a55c30e38ce468e008841', '2025-11-30 02:34:18', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2697, 'ba9072c50b1b056408ed7c78ad72db74', '2025-11-30 02:41:54', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2698, 'ce6424a42e648fe9839e301f95321ee6', '2025-11-30 02:55:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2699, 'cdf59c42f41ad0556d9cafbeb5f2f650', '2025-11-30 03:01:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2700, 'd58d1a566d5a4a309bb2fb48290837ac', '2025-11-30 03:14:30', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2701, '45f207b7a79cd6719661a0e213772d4a', '2025-11-30 03:20:53', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2702, 'f0fa30d412dc6aaab291b5e02bd0cdec', '2025-11-30 03:47:26', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2703, '18d184e17a18abef274ae27504888e42', '2025-11-30 03:51:56', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2704, 'e6f0e05878cfcf4169e4aca7aada707c', '2025-11-30 05:06:19', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2705, '3ace5b4850718d654434626c3cbeb273', '2025-11-30 05:07:15', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2706, 'ec2903016df8ce0412289dcf448f22b8', '2025-11-30 05:33:39', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2707, '590ce23adb5feaab00d6204b2d2e257c', '2025-11-30 06:05:48', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2708, '54c0a4a35039e6a4cc28fac8f92a14e4', '2025-11-30 06:13:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2709, '414cdfd8ddb1f7bdb74dbf652cbfa059', '2025-11-30 06:25:09', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2710, '9e9f1c522898bfb22ca5fb8abaedcdfd', '2025-11-30 06:40:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2711, '9980eb2a8e37a06ab11b15780b62e259', '2025-11-30 06:45:43', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2712, '1147751c90f7845c82fe4a4529efe7ec', '2025-11-30 07:31:16', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2713, '5d51b5ab84050ff1b73d4a781854947c', '2025-11-30 08:30:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2714, '1dc2b95261689a5012377bb587756346', '2025-11-30 08:38:19', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2715, 'f33e793a1c0c0455cce4d3aaae293dcc', '2025-11-30 08:43:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2716, '5bc420af83203e3af6c314fb5c475ae1', '2025-11-30 08:59:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2717, '5bc27cd3f29acd76d903edf7d1e9f974', '2025-11-30 09:19:34', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2718, '1faf571f806b3f5fa33dacb353f485e0', '2025-11-30 09:27:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2719, 'e6edc75225b68abd84d9eaba4aa95037', '2025-11-30 09:39:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2720, '0b36ec1ff17921b063c8548ea6d05890', '2025-11-30 09:43:07', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2721, 'ce8df811fd690927310aa668e3b29cf7', '2025-11-30 11:08:27', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2722, '7e776a38864ccbd68292fffb9a5638a7', '2025-12-01 00:06:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2723, 'e42674196d5fb86afa01a2d88e20c147', '2025-12-01 00:19:18', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2724, '3d287901168929760280c213d8a65399', '2025-12-01 00:20:08', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2725, '62e937baddf808ed441590b69f54abce', '2025-12-01 00:31:21', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2726, '761ca89d0f220580c9f36f139a68e01e', '2025-12-01 00:33:07', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2727, 'd6d77db729ea909e1f418ffaa85904a8', '2025-12-01 00:49:17', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2728, '04b70349c31a198719f527fc86213cb2', '2025-12-01 00:55:39', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2729, 'ec173ca9e59a5bce9a92ee6a79008042', '2025-12-01 01:00:50', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2730, '8ac95286ec428e03b601989ad3b332df', '2025-12-01 01:14:54', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2731, 'aa0929f37239c3d2a260577cd02b7df6', '2025-12-01 01:15:03', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2732, '224253ec370ce295a41b00cd2882944c', '2025-12-01 01:30:31', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2733, '0721697c3bb4850bc4fa1968ed271a32', '2025-12-01 01:44:27', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2734, '37650a578278e571c4bd69e04fb7aba3', '2025-12-01 01:57:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2735, '4fb2559fd9c61d844c1887c25da91fe7', '2025-12-01 02:02:37', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2736, '8978de17622190dab7d6f6da37cbc2ce', '2025-12-01 02:27:37', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2737, '3bd36d1890f735626bd25a5f533549c0', '2025-12-01 02:39:55', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2738, '9a6b5f9913ccbb48cde7248b707b8ec5', '2025-12-01 02:44:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2739, 'f88779d1d537204451dc948e091b7341', '2025-12-01 03:01:36', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2740, 'eb55eed8ef75c9961abd02d343bd1b45', '2025-12-02 00:05:43', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2741, '11b2b6c87b5766aa0548bf3798a022b6', '2025-12-02 00:07:28', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2742, 'ed9f86df985d5fe88dfced69e5b3f53a', '2025-12-02 00:19:09', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2743, '87e3f4f20a90cc42b57bd35a789ad8bd', '2025-12-02 00:23:48', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2744, '47f52a257ea45f3c18341d04499bb545', '2025-12-02 00:28:58', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2745, 'a4d1970579a4bae97d95b316854e1005', '2025-12-02 00:31:08', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2746, '1077051d193758efcf6b99f1adf288f7', '2025-12-02 00:33:13', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2747, '5b6e3d4d5d64c77811524065e19fe212', '2025-12-02 00:36:35', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2748, 'bf8a5c2a0dd2264b8fc8082ac0b59507', '2025-12-02 00:49:39', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2749, 'b0f091677823a7a51412797cf05d45d1', '2025-12-02 01:03:14', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2750, '0389d2d1df48e29b39baddcbfdaafda9', '2025-12-02 01:06:39', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2751, '410b87bcab1849435e2e049e72a8fcaf', '2025-12-02 01:10:46', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2752, 'f5e25e05236e2922444c950b306e9d98', '2025-12-02 01:23:14', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2753, '78da72fdeb59537c9e65aeb1cf722245', '2025-12-02 01:28:55', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2755, '567a7cc32af924fba67a2e967d185330', '2025-12-02 01:31:52', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2756, '6909ba49b0ec58772b4c42848fb06b09', '2025-12-02 01:35:49', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2757, '1a0e185048ff63c2d34257c5da74b849', '2025-12-02 01:42:43', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2758, 'e7e83e4adc796a93d4d6157b86df7d0b', '2025-12-02 02:14:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2759, 'b19cf783038bf5020f5b4bb6d163f9a1', '2025-12-02 02:31:44', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2760, '574f96ae966e469c843b30ea0975af60', '2025-12-02 02:32:32', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2761, '186edd0994b87550160c8494d2662c58', '2025-12-02 02:37:58', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2762, '280e8cc77f4b4fb8e36e4fa13c3d77a4', '2025-12-02 02:47:42', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2763, 'a47d832bc29f22d68ef867cb3fbcfb77', '2025-12-02 03:24:42', 'W', 17, '60.254.10.213', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(2764, '2a8f73c53de92f074c5aed79dad6fbb1', '2025-12-02 03:28:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2765, '6b4b3f5ca841c5a3cfbc24e2dd35cb6e', '2025-12-02 03:39:38', 'W', 17, '106.215.177.165', 'Chrome', 'Mac OS X', NULL, NULL, NULL),
(2767, '940a25fac362cba2df41e46993777f9c', '2025-12-02 03:54:09', 'W', 1, '155.117.189.119', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2768, 'cc4917ed6c7797045c4dbcee593e9f88', '2025-12-02 03:56:02', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2770, 'c47b6af271ff1f5d2f5afe111fdb7e0a', '2025-12-02 04:35:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2771, '00f5d5d3ed1f0f907e7c94257e91cae7', '2025-12-02 05:07:21', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2772, 'a5bf97148e0cac3e3252b0cd9ae32eed', '2025-12-02 05:50:38', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2773, '999e78f2ddce50e51cc9484bd836d31b', '2025-12-02 07:29:51', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2774, '0e6cae1fac6a17f0cfc449fb88a67cea', '2025-12-02 07:33:41', 'W', 29, '34.146.190.182', 'Chrome', 'Windows 10', NULL, NULL, NULL),
(2775, 'b3f458a943cbf8e121a4849452279f04', '2025-12-02 08:56:39', 'W', 29, '35.189.138.167', 'Chrome', 'Windows 10', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `users_sms`
--

CREATE TABLE `users_sms` (
  `id` int(10) UNSIGNED NOT NULL,
  `phone` varchar(256) NOT NULL,
  `insert_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_top_friends`
--

CREATE TABLE `users_top_friends` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `friend_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `users_uploads`
--

CREATE TABLE `users_uploads` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `file_name` varchar(256) NOT NULL,
  `file_size` float NOT NULL,
  `insert_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `users_uploads`
--

INSERT INTO `users_uploads` (`id`, `user_id`, `file_name`, `file_size`, `insert_date`) VALUES
(1, 1, 'photos/2025/09/sngine_df6c616560d01530cb2abec8f0a495a1.png', 14390, '2025-09-17 05:15:33'),
(2, 1, 'photos/2025/09/sngine_7303eba51f59acc47542e294de148bc1.png', 14390, '2025-09-17 05:15:36'),
(3, 1, 'photos/2025/09/sngine_b3d0a30d99337585a4fcb7976bf8e041.png', 4792, '2025-09-17 05:15:41'),
(4, 1, 'photos/2025/09/sngine_e5b3df1db3174101bd3419bdc734adef.png', 4792, '2025-09-17 05:15:44'),
(5, 1, 'photos/2025/09/sngine_daa31b01998f7680c03211f1eb7cfd5f.png', 14390, '2025-09-17 05:15:49'),
(6, 1, 'photos/2025/09/sngine_cdd79cdbbd6d5de93b74e078bd86bf5a.png', 14390, '2025-09-17 05:15:53'),
(7, 1, 'photos/2025/09/sngine_5cbae2368ed617d8be4b4caa95412540.png', 14390, '2025-09-17 05:16:47'),
(8, 1, 'photos/2025/09/sngine_87525ec6d356975bd04459a9ad606de4.png', 14390, '2025-09-17 05:17:18'),
(9, 1, 'photos/2025/09/sngine_c25a8f8c8aef0c5ce1481c867bda5f45.png', 14390, '2025-09-17 05:18:35'),
(10, 1, 'photos/2025/09/sngine_a6e10b16f969a40096993d01875fb8ed.jpg', 159015, '2025-09-17 05:19:29'),
(11, 1, 'photos/2025/09/sngine_fac27e57363817df8819bb4bd29f2066.jpg', 159015, '2025-09-17 05:19:58'),
(12, 1, 'photos/2025/09/sngine_249c9d9b2bf09484ca093090d2c07787.jpg', 159015, '2025-09-17 05:21:53'),
(13, 1, 'photos/2025/09/mxbook_53845c38ceeb77d9e7eefdad6d3b8221.jpg', 159015, '2025-09-17 07:00:52'),
(14, 1, 'photos/2025/09/mxbook_a76bcea97cdadf325dee65ca7d2c3a73.webp', 14042, '2025-09-17 09:08:32'),
(15, 17, 'photos/2025/09/mxbook_c395002a0d0ec5c5c98f4fb09ef524ba.webp', 8232, '2025-09-17 11:37:47'),
(16, 17, 'photos/2025/09/mxbook_172fc941c646c43464dea1db3eb5ffcd.jpg', 510971, '2025-09-17 11:39:59'),
(17, 17, 'photos/2025/09/mxbook_ebc74acb1811d7817a1bbff143be95a9.jpeg', 724399, '2025-09-29 05:36:56'),
(18, 17, 'photos/2025/09/mxbook_95cdc36802c616da5ebd99dffc353f62.jpeg', 5260, '2025-09-29 05:40:56'),
(19, 1, 'sounds/2025/09/mxbook_8140fc165be706db20e302359188a53f.wav', 3256360, '2025-09-29 05:53:30'),
(20, 17, 'photos/2025/09/mxbook_d3f260e0c7361cfe59835c460519788b.jpeg', 8268, '2025-09-29 05:56:46'),
(21, 17, 'videos/2025/09/mxbook_f4cee5f04ee3b3e84b20ccf62dbfc60e.mp4', 588859, '2025-09-29 06:19:06'),
(22, 17, 'photos/2025/09/mxbook_a2dab0c47a7c4e7f48b452147afc741b.jpg', 531342, '2025-09-29 06:25:51'),
(23, 1, 'photos/2025/09/mxbook_85d94588821008d274f3ef19feee88b4.jpeg', 4600, '2025-09-29 06:47:49'),
(24, 1, 'sounds/2025/09/mxbook_d94ae714e20f8599d08341c81f5318d4.wav', 2158640, '2025-09-29 06:49:42'),
(25, 1, 'photos/2025/09/mxbook_f91feab5cd9fd82e9de45eb72bcc7d57.jpeg', 6792, '2025-09-29 06:51:02'),
(26, 1, 'sounds/2025/09/mxbook_8fc85d7b2ce3b07f05e2fbfeed048f68.wav', 2584620, '2025-09-29 06:53:52'),
(27, 17, 'photos/2025/09/mxbook_0231cafddff4f13f08125027a6af098c.jpeg', 89838, '2025-09-29 06:54:34'),
(28, 1, 'photos/2025/09/mxbook_d417d81cdc0e0dff6a428acc67c1549e.jpeg', 9225, '2025-09-29 06:56:32'),
(29, 1, 'photos/2025/09/mxbook_f75278ba0cb510b33a060641a9fa31f3.png', 2244090, '2025-09-29 07:00:52'),
(30, 17, 'photos/2025/09/mxbook_e59dc28f30d942cbdec6e7f2b8ebd135.jpeg', 8268, '2025-09-29 07:06:47'),
(31, 1, 'photos/2025/09/mxbook_c7808c490a20902ca267de6f0be2a5ab.png', 2159220, '2025-09-29 07:16:14'),
(32, 17, 'photos/2025/09/mxbook_616a932f793a123815c25c1c9779dcb2.jpeg', 8268, '2025-09-29 07:17:20'),
(33, 1, 'photos/2025/09/mxbook_6b2bd2f7a092c6c015535d8b05421fcf.png', 446098, '2025-09-29 07:17:56'),
(34, 1, 'photos/2025/09/mxbook_deebad3c7f322685b49aea48445c8dc7.png', 2244090, '2025-09-29 07:23:09'),
(35, 1, 'photos/2025/09/mxbook_011b3efe2a9f39892ec3f37d95837782.png', 2244090, '2025-09-29 07:23:39'),
(36, 17, 'photos/2025/09/mxbook_3911f8059850393b68ecd565a4d625bd.jpg', 10893, '2025-09-29 08:14:28'),
(37, 17, 'photos/2025/09/mxbook_b196d4cd9d4671f4cc43080a8aa48a99.jpg', 20246, '2025-09-29 08:14:28'),
(38, 17, 'photos/2025/09/mxbook_091328255f01eec5ebecad3bdf5fba9a.jpg', 9496, '2025-09-29 08:14:28'),
(39, 17, 'photos/2025/09/mxbook_221bddb2e327bc3395504d2f48c9a3d1.jpg', 20543, '2025-09-29 08:14:29'),
(40, 17, 'photos/2025/09/mxbook_8ac5d2794ee54ef87094da2a4c047b36.jpg', 15726, '2025-09-29 08:14:29'),
(41, 17, 'photos/2025/09/mxbook_b3ea1d667497ee7ae1b07cbaee3f051f.jpg', 18062, '2025-09-29 08:14:29'),
(42, 17, 'photos/2025/09/mxbook_887496ba4177aa65bde52609d98715e6.jpg', 25984, '2025-09-29 08:14:29'),
(43, 17, 'photos/2025/09/mxbook_c6a22bd6c97d1e2eb03c807eb7d6b103.jpg', 13646, '2025-09-29 08:14:30'),
(44, 17, 'photos/2025/09/mxbook_a62d797bcd1e6c6bdf2a58b306e55cce.jpg', 12357, '2025-09-29 08:14:30'),
(45, 17, 'photos/2025/09/mxbook_b7b442bb5cec3da345d6504c99b29ff7.jpeg', 9116, '2025-09-29 08:15:49'),
(46, 17, 'photos/2025/09/mxbook_a3e5372c35b6ed1f78bf37a8cb2f9786.jpeg', 11836, '2025-09-29 08:15:49'),
(47, 17, 'photos/2025/09/mxbook_7f441a0078a26e5e1d24c9532ef7d045.jpeg', 12063, '2025-09-29 08:15:50'),
(48, 17, 'photos/2025/09/mxbook_6c0fd82ece5c5ab724d618b42ce2f18e.jpeg', 13334, '2025-09-29 08:15:50'),
(49, 17, 'photos/2025/09/mxbook_2744479fae942d30ff570db52370d223.jpg', 123807, '2025-09-29 08:21:34'),
(50, 17, 'photos/2025/09/mxbook_aad08bd5eb8f3a414ede165180ada130.jpg', 350015, '2025-09-29 08:22:11'),
(51, 17, 'photos/2025/09/mxbook_722fd31149f38b19fd5d7ab2a22c5cd4.jpg', 445978, '2025-09-29 08:22:13'),
(52, 17, 'photos/2025/09/mxbook_593eddad9854ebe1cdfae54fdd176057.jpg', 123807, '2025-09-29 08:22:14'),
(53, 17, 'photos/2025/09/mxbook_c5db5205ebe5f06f1dbd6cc01150b835.jpeg', 1564190, '2025-09-29 08:22:22'),
(54, 17, 'photos/2025/09/mxbook_a778175249e83b793e20f7bb424ac624.jpg', 531342, '2025-09-29 08:22:25'),
(55, 17, 'photos/2025/09/mxbook_53967639b4505deafbf50fb272199943.jpeg', 10241, '2025-09-29 08:22:26'),
(56, 17, 'photos/2025/09/mxbook_530d046de2e2e77a9d709331a0c5c4d0.jpeg', 11108, '2025-09-29 08:22:26'),
(57, 1, 'sounds/2025/09/mxbook_dd93d9b5d5a22ac6f1ba3348172295b8.wav', 3407920, '2025-09-29 08:25:20'),
(58, 17, 'photos/2025/09/mxbook_80cb2013f31306cd57defc1ec1823071.jpeg', 7647, '2025-09-29 08:26:39'),
(59, 17, 'videos/2025/09/mxbook_d9406b27e2a4a413af4d650407113c7e.mp4', 3403900, '2025-09-29 08:30:30'),
(60, 17, 'photos/2025/09/mxbook_99620e8c6f5bb10acaac8a31d6cea01f.webp', 11040, '2025-09-29 08:32:21'),
(61, 17, 'photos/2025/09/mxbook_f07d3a344d7eac7bed893cff67b92cc3.jpg', 445978, '2025-09-29 08:35:21'),
(62, 17, 'photos/2025/09/mxbook_675f889a128b9fc0a0ead4b96bbe183e.jpeg', 4600, '2025-09-29 08:38:51'),
(63, 17, 'photos/2025/09/mxbook_9de9c093151a98bba36f1697683d90c8.jpeg', 12974, '2025-09-29 08:38:51'),
(64, 17, 'photos/2025/09/mxbook_b468346ba46404df73a32852d734082d.webp', 24212, '2025-09-29 08:38:51'),
(65, 17, 'photos/2025/09/mxbook_ef83933bc5951a2b8e09e99205e0b1de.jpeg', 5260, '2025-09-29 08:38:51'),
(66, 17, 'photos/2025/09/mxbook_3b9dd24e2d216f4daa1a9cbaa04d34f3.png', 2043940, '2025-09-29 08:51:34'),
(67, 17, 'videos/2025/09/mxbook_bd6d494ae421acaa5e36302ea9308222.mp4', 5398620, '2025-09-29 08:55:29'),
(68, 17, 'sounds/2025/09/mxbook_88374467d773fe258d5c3f90b7c4f053.mp3', 452780, '2025-09-29 09:10:11'),
(69, 17, 'files/2025/09/mxbook_1f333306a030b3e510185083e8201075.docx', 37504, '2025-09-29 09:13:08'),
(70, 17, 'photos/2025/09/mxbook_33b0d622ae00f7d0ebfd88adff5e5a46.jpeg', 14208, '2025-09-29 09:22:35'),
(71, 17, 'photos/2025/09/mxbook_2323dc783a8afa7829e38da839a3740e.jpeg', 7612, '2025-09-29 09:30:24'),
(72, 17, 'photos/2025/09/mxbook_c784e6099b6bb1d1a87b2f5d8b2c9c8d.png', 2857030, '2025-09-29 09:45:54'),
(73, 17, 'photos/2025/09/mxbook_d569326f9d7709bccbe005b114e4f3db.jpeg', 7147, '2025-09-29 09:46:07'),
(74, 17, 'photos/2025/09/mxbook_4a11a2f964610cf136b0905d7ecb4a1e.jpeg', 11845, '2025-09-29 10:00:10'),
(75, 17, 'photos/2025/09/mxbook_7a4317d7b6d360a188c19e1f5532e849.png', 1508400, '2025-09-29 10:03:54'),
(76, 17, 'photos/2025/09/mxbook_75129b253faa0d37e154b0feb3354827.png', 1508400, '2025-09-29 10:05:18'),
(77, 17, 'photos/2025/09/mxbook_e0c891fe053b765b5c8cb87a12abeecd.png', 2754400, '2025-09-29 10:08:36'),
(78, 17, 'photos/2025/09/mxbook_cb6c2dab814d2a3d52031026f19b6386.jpeg', 4966, '2025-09-29 10:21:51'),
(79, 17, 'videos/2025/09/mxbook_b67ba232aafa40a7ec10e9e800b93702.mp4', 6457680, '2025-09-29 10:23:15'),
(80, 17, 'photos/2025/09/mxbook_e2694f2e5d6e2d3653c2f1a95b92e419.png', 1508400, '2025-09-29 10:35:18'),
(81, 17, 'photos/2025/09/mxbook_3f7b7e6742a493aa530213cfca60d5f3.png', 2857030, '2025-09-29 10:37:30'),
(82, 17, 'photos/2025/09/mxbook_abd33d644a7227bad953593b2f44aaa1.png', 1508400, '2025-09-29 10:39:18'),
(83, 17, 'photos/2025/09/mxbook_a07b22dd983c8403a09176e0d8f05884.png', 1488900, '2025-09-29 10:43:27'),
(84, 17, 'photos/2025/09/mxbook_488851c466195a18b8423deb0342e985.jpeg', 724399, '2025-09-29 10:53:50'),
(85, 17, 'photos/2025/09/mxbook_6e2d5f81eedb4b51f0591ac0453d5223.jpg', 80634, '2025-09-29 10:54:00'),
(86, 17, 'photos/2025/09/mxbook_91a9245f41cc39a6b3b317e37255ba85.jpeg', 7857, '2025-09-29 11:53:21'),
(87, 1, 'videos/2025/09/mxbook_40fca30257261ec2846edd9cbdff578b.mp4', 13852700, '2025-09-29 12:20:36'),
(88, 1, 'photos/2025/09/mxbook_5fb05444615d01e03cc4760bcc635ddb.jpeg', 19148, '2025-09-29 12:31:22'),
(89, 1, 'photos/2025/10/mxbook_977710a6813251cba95778cca552afbe.jpeg', 21169, '2025-10-01 04:09:33'),
(90, 1, 'photos/2025/10/mxbook_e92856eddefa17f4aa3b0b2b1102f32e.jpeg', 10381, '2025-10-01 04:12:19'),
(91, 1, 'photos/2025/10/mxbook_fc018a101c7336f08bdd278645d5ee12.jpeg', 5718, '2025-10-01 07:25:58'),
(92, 1, 'photos/2025/10/mxbook_92c16059a91ae11ab5c8886f19a6a346.jpeg', 12588, '2025-10-01 07:27:08'),
(93, 1, 'photos/2025/10/mxbook_b539ccea0ccd795a53d92309c5bee14c.jpeg', 9928, '2025-10-01 07:28:10'),
(95, 1, 'photos/2025/10/mxbook_70419205244ca3baca2687243fe387d2.png', 1947250, '2025-10-15 05:17:53'),
(96, 1, 'photos/2025/10/mxbook_3aed18656bd20fc7d89d78f3e67ce99c.png', 576466, '2025-10-15 05:18:17'),
(97, 1, 'photos/2025/10/mxbook_5e8e4661fdb4fdf6d99e039540314537.png', 1156070, '2025-10-15 05:19:26'),
(99, 17, 'photos/2025/10/mxbook_974770792c317fdbf994fe821d608758.png', 462, '2025-10-15 05:29:25'),
(100, 1, 'photos/2025/10/mxbook_d29016121755936af89e292717f6caca.png', 93910, '2025-10-15 06:08:11'),
(101, 1, 'photos/2025/10/mxbook_08e7298539f27e9e54b39d2025b7e61d.png', 79145, '2025-10-15 06:09:11'),
(102, 1, 'videos/2025/10/mxbook_62660c8c32acfcfc535685b9e3d2f3b1.mp4', 715205, '2025-10-15 06:44:30'),
(103, 1, 'photos/2025/10/mxbook_935794b884b057f5ee8d915872a6d87b.png', 462, '2025-10-15 06:45:36'),
(104, 1, 'videos/2025/10/mxbook_ae9d12f161b18d3eba0fd6e83519b35b.mp4', 715205, '2025-10-15 06:45:49'),
(105, 1, 'photos/2025/10/mxbook_ecfd55c0feed1e9b66e986aa518e1648.png', 464, '2025-10-15 07:02:41'),
(107, 1, 'videos/2025/10/mxbook_0dee20e28cb2f06eacb531d69d06ad3c.mp4', 715205, '2025-10-15 07:26:45'),
(108, 1, 'videos/2025/10/mxbook_94d766e0021e173c3ffb0b1351c6f4cc.mp4', 715205, '2025-10-15 07:27:15'),
(110, 1, 'videos/2025/10/mxbook_913203df72c28327af46879d22495035.mp4', 715205, '2025-10-15 08:02:00'),
(111, 1, 'photos/2025/10/mxbook_3603733ab09a60e1e9c5c1a764a290a6.png', 462, '2025-10-15 08:02:11'),
(113, 1, 'photos/2025/10/mxbook_3e1f44880dddd4fe402af5d549da0448.png', 462, '2025-10-15 08:04:37'),
(114, 1, 'videos/2025/10/mxbook_92a3f3f0cc4685a91cde5e3a82b723d0.mp4', 715205, '2025-10-15 08:13:58'),
(115, 1, 'videos/2025/10/mxbook_2a05f67f9e1935d8ae41449e8d24837b.mp4', 715205, '2025-10-15 08:15:41'),
(116, 1, 'photos/2025/10/mxbook_7c85f23f77c2a764017bcc3b000d787d.png', 462, '2025-10-15 08:16:31'),
(117, 1, 'videos/2025/10/mxbook_1bd6a7aab9cac617885d31eb36cd11ad.mp4', 715205, '2025-10-15 08:21:36'),
(118, 17, 'videos/2025/10/mxbook_1d3ebc76feba19ea57b851c967179902.mp4', 5717100, '2025-10-15 08:29:31'),
(119, 17, 'videos/2025/10/mxbook_11fa5404f5f4c676105d9b83177673e8.mp4', 5717100, '2025-10-15 08:54:05'),
(120, 17, 'videos/2025/10/mxbook_84565fc75c09f479e61a8b7f9d464e1f.mp4', 5717100, '2025-10-15 09:08:22'),
(121, 17, 'videos/2025/10/mxbook_47d7ac88fce3ac6a87c604126d21798b.mp4', 5717100, '2025-10-15 09:12:16'),
(122, 17, 'videos/2025/10/mxbook_8a643119c066f453dcc115d7aa3b73df.mp4', 5717100, '2025-10-15 09:18:24'),
(123, 17, 'photos/2025/10/mxbook_0c53ae8c49834d631224dfc156d9562a.png', 2077280, '2025-10-15 09:18:50'),
(124, 17, 'videos/2025/10/mxbook_a873a8d5dee2dbec29b4646ef99f7478.mp4', 5717100, '2025-10-15 09:29:41'),
(125, 17, 'videos/2025/10/mxbook_6358c8d7a6226d791b15cff75d8c88a6.mp4', 5717100, '2025-10-15 11:04:18'),
(126, 17, 'videos/2025/10/mxbook_e1bdb994cf4c8ceffa48ccf698def64a.mp4', 1234970, '2025-10-15 11:09:01'),
(127, 17, 'videos/2025/10/mxbook_8b74462d03c18f0b1ebed7e49713e3cf.mp4', 1234970, '2025-10-15 11:17:11'),
(128, 17, 'videos/2025/10/mxbook_8bec45940351c85a496904b27206a77f.mp4', 1234970, '2025-10-15 11:22:19'),
(129, 17, 'photos/2025/10/mxbook_e0f93928bb9c182c59f7ca1b5a2304f5.jpg', 303127, '2025-10-15 11:22:34'),
(130, 17, 'videos/2025/10/mxbook_384cd3151a7b531b6feae014f09526ec.mp4', 1234970, '2025-10-15 11:34:19'),
(131, 17, 'videos/2025/10/mxbook_c2d947d763694ec99d25b262f0cdfa8e.mp4', 5717100, '2025-10-15 11:36:37'),
(132, 17, 'videos/2025/10/mxbook_9efb62719b5f428ab3cc600f498ee612.mp4', 1234970, '2025-10-15 11:40:09'),
(133, 1, 'videos/2025/10/mxbook_6508486d40fc8db606406565d16d202c.mp4', 715205, '2025-10-15 11:44:19'),
(134, 1, 'videos/2025/10/mxbook_8f80290c78bb26a167d5242db6ebe366.mp4', 715205, '2025-10-15 11:45:52'),
(135, 17, 'photos/2025/10/mxbook_fdd61f5085c2bc39574d4ae068d24a20.jpg', 303127, '2025-10-15 11:48:18'),
(136, 17, 'videos/2025/10/mxbook_49a6ea2eb91d82cb516c212728ba4e61.mp4', 1234970, '2025-10-15 11:52:04'),
(137, 17, 'videos/2025/10/mxbook_9d5cc28e91a38d6fb9ca849a36ed07d4.mp4', 1234970, '2025-10-15 11:58:26'),
(138, 17, 'photos/2025/10/mxbook_a1dc95b6e457facc569e4793e9a63c73.jpg', 303127, '2025-10-15 12:01:17'),
(139, 17, 'videos/2025/10/mxbook_59286ee74b53bbf571a0f9d41853927e.mp4', 1234970, '2025-10-15 12:03:26'),
(140, 17, 'photos/2025/10/mxbook_931323e640ba78222bcac69a257ef645.jpg', 303127, '2025-10-15 12:15:08'),
(141, 17, 'videos/2025/10/mxbook_e4e6b4cc8ccb817be5c16ea5a47cc926.mp4', 1234970, '2025-10-15 12:16:46'),
(142, 17, 'videos/2025/10/mxbook_c2cca2f49896001bd4dea8792aad8078.mp4', 1234970, '2025-10-15 12:19:38'),
(143, 17, 'photos/2025/10/mxbook_5d27005ffe78983b007cdf98e1101143.jpg', 303127, '2025-10-15 12:19:50'),
(144, 17, 'photos/2025/10/mxbook_9232e09c849a9989653f476ef0a33401.jpg', 303127, '2025-10-15 12:21:28'),
(145, 17, 'videos/2025/10/mxbook_638549a07cf4a223015c0c2a0dd7b3ad.mp4', 1234970, '2025-10-15 12:21:37'),
(150, 17, 'photos/2025/10/mxbook_feb536a2cd54e50aeab000321525d5db.png', 44023, '2025-10-16 05:53:08'),
(151, 17, 'photos/2025/10/mxbook_1335653e5b45040858d93c90812bd5cc.png', 3118380, '2025-10-16 05:54:09'),
(152, 17, 'photos/2025/10/mxbook_82d8250219966181e2333b2edcfa157f.png', 1947250, '2025-10-16 06:05:27'),
(153, 17, 'photos/2025/10/mxbook_864b9b897f7cefb25ae3224cd1091527.jpg', 56591, '2025-10-16 06:06:41'),
(154, 17, 'photos/2025/10/mxbook_da8d6ecdbb64ad98ddb91d10d85efa6e.jpg', 56591, '2025-10-16 06:07:21'),
(155, 17, 'photos/2025/10/mxbook_2037863abbdc78b43fa671b1e11fb6b5.png', 309745, '2025-10-16 06:07:30'),
(156, 17, 'photos/2025/10/mxbook_19a5b1ed0565d311dc0a7e837f95c29e.png', 358618, '2025-10-16 06:16:45'),
(157, 17, 'photos/2025/10/mxbook_1583c2686479b66722a132e7322c82da.png', 90668, '2025-10-16 06:25:06'),
(158, 1, 'photos/2025/10/mxbook_173892e1f522741cdd0ca95a55b951f4.jpeg', 32344, '2025-10-16 06:32:10'),
(159, 1, 'photos/2025/10/mxbook_a1b3f219ecf8fec2b71b139123403711.jpeg', 34083, '2025-10-16 06:32:10'),
(160, 17, 'photos/2025/10/mxbook_3d9cbfbaea27f938ddbed30d577198e0.png', 49962, '2025-10-16 06:33:32'),
(161, 1, 'photos/2025/10/mxbook_9532ed91d45b5e1f2a03f9b4b6b09764.jpeg', 32344, '2025-10-16 06:38:22'),
(162, 17, 'photos/2025/10/mxbook_f7eb0a681fc6a8fc47cf631513d1c50c.png', 88012, '2025-10-16 06:38:23'),
(163, 1, 'photos/2025/10/mxbook_2adadc42f859d5c3ed39add01ff70773.jpeg', 32344, '2025-10-16 06:38:33'),
(164, 1, 'photos/2025/10/mxbook_4b48c861bbd5910b4a812068553629a1.jpeg', 32344, '2025-10-16 06:42:01'),
(165, 1, 'photos/2025/10/mxbook_4252018d2688054cd198985036e6ea23.jpeg', 32344, '2025-10-16 06:42:41'),
(166, 1, 'photos/2025/10/mxbook_ccde2e982d5c2c0fe17631a9b1a7ea1c.jpeg', 32344, '2025-10-16 06:46:31'),
(167, 1, 'photos/2025/10/mxbook_d87b7ef64ae2524e80425e3c88951c6e.jpeg', 32344, '2025-10-16 06:47:42'),
(168, 1, 'photos/2025/10/mxbook_1f5a340eccf9637aec5041e504e5d6da.jpg', 303127, '2025-10-16 06:47:48'),
(169, 1, 'photos/2025/10/mxbook_aeb7b3e164430b03ed187f2e86304f7c.png', 10217, '2025-10-16 06:48:05'),
(170, 1, 'photos/2025/10/mxbook_64d4387c888314f9a0251ed2c41f9e28.jpeg', 32344, '2025-10-16 07:16:54'),
(171, 1, 'videos/2025/10/mxbook_066a88535384e2a0ad053de4ecee3666.mp4', 1234970, '2025-10-16 07:17:03'),
(172, 17, 'photos/2025/10/mxbook_b430221aad35850bfe8c75f7790b197f.jpg', 32536, '2025-10-16 09:54:37'),
(173, 17, 'photos/2025/10/mxbook_b5d0be9e40706c7c2ebb525f5f2b9da1.jpg', 5896, '2025-10-16 09:54:56'),
(174, 17, 'photos/2025/10/mxbook_cde6c47399948b69d0be3745afc77400.jpg', 125295, '2025-10-16 09:55:01'),
(175, 17, 'photos/2025/10/mxbook_edf7cdcef48d729dcaecc68c776a7d18.jpg', 32536, '2025-10-16 09:55:07'),
(176, 17, 'photos/2025/10/mxbook_4ce8d9162c2e7ba3f0675ef2ebf23233.jpg', 34498, '2025-10-16 09:55:14'),
(177, 17, 'photos/2025/10/mxbook_3fb102a8d5ffedf01a9fb5638da09f16.jpg', 125295, '2025-10-16 10:04:53'),
(178, 17, 'videos/2025/10/mxbook_62282940cc01904f1256a35531c646d7.mp4', 3114370, '2025-10-16 10:12:23'),
(179, 25, 'photos/2025/10/mxbook_5dfe4c94d420eea2d91ed993ce5cadcc.jpg', 72147, '2025-10-24 19:24:55'),
(180, 26, 'photos/2025/10/mxbook_5aee5999840e9b825642e7d3a6410b65.jpg', 42829, '2025-10-27 03:46:45'),
(181, 26, 'photos/2025/10/mxbook_9f0dbf1dee6db5775b07c2ce16c88206.jpg', 42829, '2025-10-27 04:43:25'),
(182, 27, 'photos/2025/10/mxbook_53e858de6427c82987c5a1bcfa07184b.jpg', 44710, '2025-10-27 17:18:03'),
(183, 30, 'photos/2025/11/mxbook_fcf3ae8d5adf76c5c0e2ca8215c0a764.jpg', 4535, '2025-11-19 07:40:11'),
(184, 30, 'photos/2025/11/mxbook_77c2a8366bbe5726dae8d6f33eda3b21.jpg', 75501, '2025-11-19 07:46:25');

-- --------------------------------------------------------

--
-- Table structure for table `users_uploads_pending`
--

CREATE TABLE `users_uploads_pending` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `file_name` varchar(256) NOT NULL,
  `file_size` float NOT NULL,
  `handle` varchar(128) DEFAULT NULL,
  `insert_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `users_uploads_pending`
--

INSERT INTO `users_uploads_pending` (`id`, `user_id`, `file_name`, `file_size`, `handle`, `insert_date`) VALUES
(1, 1, 'photos/2025/09/sngine_df6c616560d01530cb2abec8f0a495a1.png', 14390, 'x-image', '2025-09-17 05:15:33'),
(2, 1, 'photos/2025/09/sngine_7303eba51f59acc47542e294de148bc1.png', 14390, 'x-image', '2025-09-17 05:15:36'),
(17, 17, 'photos/2025/09/mxbook_d3f260e0c7361cfe59835c460519788b.jpeg', 8268, 'publisher-mini', '2025-09-29 05:56:46'),
(20, 1, 'sounds/2025/09/mxbook_d94ae714e20f8599d08341c81f5318d4.wav', 2158640, '', '2025-09-29 06:49:42'),
(22, 1, 'sounds/2025/09/mxbook_8fc85d7b2ce3b07f05e2fbfeed048f68.wav', 2584620, '', '2025-09-29 06:53:52'),
(23, 17, 'photos/2025/09/mxbook_0231cafddff4f13f08125027a6af098c.jpeg', 89838, 'comment', '2025-09-29 06:54:34'),
(26, 17, 'photos/2025/09/mxbook_e59dc28f30d942cbdec6e7f2b8ebd135.jpeg', 8268, 'comment', '2025-09-29 07:06:47'),
(28, 17, 'photos/2025/09/mxbook_616a932f793a123815c25c1c9779dcb2.jpeg', 8268, 'comment', '2025-09-29 07:17:20'),
(30, 1, 'photos/2025/09/mxbook_deebad3c7f322685b49aea48445c8dc7.png', 2244090, 'comment', '2025-09-29 07:23:09'),
(67, 17, 'photos/2025/09/mxbook_2323dc783a8afa7829e38da839a3740e.jpeg', 7612, 'x-image', '2025-09-29 09:30:24'),
(77, 17, 'photos/2025/09/mxbook_488851c466195a18b8423deb0342e985.jpeg', 724399, 'x-image', '2025-09-29 10:53:50'),
(78, 17, 'photos/2025/09/mxbook_6e2d5f81eedb4b51f0591ac0453d5223.jpg', 80634, 'x-image', '2025-09-29 10:54:00'),
(95, 1, 'videos/2025/10/mxbook_62660c8c32acfcfc535685b9e3d2f3b1.mp4', 715205, '', '2025-10-15 06:44:30'),
(96, 1, 'photos/2025/10/mxbook_935794b884b057f5ee8d915872a6d87b.png', 462, 'publisher-mini', '2025-10-15 06:45:36'),
(97, 1, 'videos/2025/10/mxbook_ae9d12f161b18d3eba0fd6e83519b35b.mp4', 715205, '', '2025-10-15 06:45:49'),
(98, 1, 'photos/2025/10/mxbook_ecfd55c0feed1e9b66e986aa518e1648.png', 464, 'publisher-mini', '2025-10-15 07:02:41'),
(100, 1, 'videos/2025/10/mxbook_0dee20e28cb2f06eacb531d69d06ad3c.mp4', 715205, '', '2025-10-15 07:26:45'),
(101, 1, 'videos/2025/10/mxbook_94d766e0021e173c3ffb0b1351c6f4cc.mp4', 715205, '', '2025-10-15 07:27:15'),
(106, 1, 'photos/2025/10/mxbook_3e1f44880dddd4fe402af5d549da0448.png', 462, 'publisher-mini', '2025-10-15 08:04:37'),
(107, 1, 'videos/2025/10/mxbook_92a3f3f0cc4685a91cde5e3a82b723d0.mp4', 715205, '', '2025-10-15 08:13:58'),
(108, 1, 'videos/2025/10/mxbook_2a05f67f9e1935d8ae41449e8d24837b.mp4', 715205, '', '2025-10-15 08:15:41'),
(109, 1, 'photos/2025/10/mxbook_7c85f23f77c2a764017bcc3b000d787d.png', 462, 'publisher-mini', '2025-10-15 08:16:31'),
(110, 1, 'videos/2025/10/mxbook_1bd6a7aab9cac617885d31eb36cd11ad.mp4', 715205, '', '2025-10-15 08:21:36'),
(111, 17, 'videos/2025/10/mxbook_1d3ebc76feba19ea57b851c967179902.mp4', 5717100, '', '2025-10-15 08:29:31'),
(112, 17, 'videos/2025/10/mxbook_11fa5404f5f4c676105d9b83177673e8.mp4', 5717100, '', '2025-10-15 08:54:05'),
(113, 17, 'videos/2025/10/mxbook_84565fc75c09f479e61a8b7f9d464e1f.mp4', 5717100, '', '2025-10-15 09:08:22'),
(114, 17, 'videos/2025/10/mxbook_47d7ac88fce3ac6a87c604126d21798b.mp4', 5717100, '', '2025-10-15 09:12:16'),
(115, 17, 'videos/2025/10/mxbook_8a643119c066f453dcc115d7aa3b73df.mp4', 5717100, '', '2025-10-15 09:18:24'),
(116, 17, 'photos/2025/10/mxbook_0c53ae8c49834d631224dfc156d9562a.png', 2077280, 'publisher-mini', '2025-10-15 09:18:50'),
(117, 17, 'videos/2025/10/mxbook_a873a8d5dee2dbec29b4646ef99f7478.mp4', 5717100, '', '2025-10-15 09:29:41'),
(118, 17, 'videos/2025/10/mxbook_6358c8d7a6226d791b15cff75d8c88a6.mp4', 5717100, '', '2025-10-15 11:04:18'),
(119, 17, 'videos/2025/10/mxbook_e1bdb994cf4c8ceffa48ccf698def64a.mp4', 1234970, '', '2025-10-15 11:09:01'),
(120, 17, 'videos/2025/10/mxbook_8b74462d03c18f0b1ebed7e49713e3cf.mp4', 1234970, '', '2025-10-15 11:17:11'),
(121, 17, 'videos/2025/10/mxbook_8bec45940351c85a496904b27206a77f.mp4', 1234970, '', '2025-10-15 11:22:19'),
(122, 17, 'photos/2025/10/mxbook_e0f93928bb9c182c59f7ca1b5a2304f5.jpg', 303127, 'publisher-mini', '2025-10-15 11:22:34'),
(123, 17, 'videos/2025/10/mxbook_384cd3151a7b531b6feae014f09526ec.mp4', 1234970, '', '2025-10-15 11:34:19'),
(124, 17, 'videos/2025/10/mxbook_c2d947d763694ec99d25b262f0cdfa8e.mp4', 5717100, '', '2025-10-15 11:36:37'),
(125, 17, 'videos/2025/10/mxbook_9efb62719b5f428ab3cc600f498ee612.mp4', 1234970, '', '2025-10-15 11:40:09'),
(126, 1, 'videos/2025/10/mxbook_6508486d40fc8db606406565d16d202c.mp4', 715205, '', '2025-10-15 11:44:19'),
(127, 1, 'videos/2025/10/mxbook_8f80290c78bb26a167d5242db6ebe366.mp4', 715205, '', '2025-10-15 11:45:52'),
(128, 17, 'photos/2025/10/mxbook_fdd61f5085c2bc39574d4ae068d24a20.jpg', 303127, 'publisher-mini', '2025-10-15 11:48:18'),
(129, 17, 'videos/2025/10/mxbook_49a6ea2eb91d82cb516c212728ba4e61.mp4', 1234970, '', '2025-10-15 11:52:04'),
(130, 17, 'videos/2025/10/mxbook_9d5cc28e91a38d6fb9ca849a36ed07d4.mp4', 1234970, '', '2025-10-15 11:58:26'),
(131, 17, 'photos/2025/10/mxbook_a1dc95b6e457facc569e4793e9a63c73.jpg', 303127, 'publisher-mini', '2025-10-15 12:01:17'),
(132, 17, 'videos/2025/10/mxbook_59286ee74b53bbf571a0f9d41853927e.mp4', 1234970, '', '2025-10-15 12:03:26'),
(133, 17, 'photos/2025/10/mxbook_931323e640ba78222bcac69a257ef645.jpg', 303127, 'publisher-mini', '2025-10-15 12:15:08'),
(134, 17, 'videos/2025/10/mxbook_e4e6b4cc8ccb817be5c16ea5a47cc926.mp4', 1234970, '', '2025-10-15 12:16:46'),
(135, 17, 'videos/2025/10/mxbook_c2cca2f49896001bd4dea8792aad8078.mp4', 1234970, '', '2025-10-15 12:19:38'),
(136, 17, 'photos/2025/10/mxbook_5d27005ffe78983b007cdf98e1101143.jpg', 303127, 'publisher-mini', '2025-10-15 12:19:50'),
(137, 17, 'photos/2025/10/mxbook_9232e09c849a9989653f476ef0a33401.jpg', 303127, 'publisher-mini', '2025-10-15 12:21:28'),
(138, 17, 'videos/2025/10/mxbook_638549a07cf4a223015c0c2a0dd7b3ad.mp4', 1234970, '', '2025-10-15 12:21:37'),
(143, 17, 'photos/2025/10/mxbook_feb536a2cd54e50aeab000321525d5db.png', 44023, 'x-image', '2025-10-16 05:53:08'),
(144, 17, 'photos/2025/10/mxbook_1335653e5b45040858d93c90812bd5cc.png', 3118380, 'x-image', '2025-10-16 05:54:09'),
(145, 17, 'photos/2025/10/mxbook_82d8250219966181e2333b2edcfa157f.png', 1947250, 'x-image', '2025-10-16 06:05:27'),
(146, 17, 'photos/2025/10/mxbook_864b9b897f7cefb25ae3224cd1091527.jpg', 56591, 'x-image', '2025-10-16 06:06:41'),
(147, 17, 'photos/2025/10/mxbook_da8d6ecdbb64ad98ddb91d10d85efa6e.jpg', 56591, 'x-image', '2025-10-16 06:07:21'),
(148, 17, 'photos/2025/10/mxbook_2037863abbdc78b43fa671b1e11fb6b5.png', 309745, 'x-image', '2025-10-16 06:07:30'),
(149, 17, 'photos/2025/10/mxbook_19a5b1ed0565d311dc0a7e837f95c29e.png', 358618, 'x-image', '2025-10-16 06:16:45'),
(150, 17, 'photos/2025/10/mxbook_1583c2686479b66722a132e7322c82da.png', 90668, 'x-image', '2025-10-16 06:25:06'),
(153, 17, 'photos/2025/10/mxbook_3d9cbfbaea27f938ddbed30d577198e0.png', 49962, 'x-image', '2025-10-16 06:33:32'),
(154, 1, 'photos/2025/10/mxbook_9532ed91d45b5e1f2a03f9b4b6b09764.jpeg', 32344, 'x-image', '2025-10-16 06:38:22'),
(155, 17, 'photos/2025/10/mxbook_f7eb0a681fc6a8fc47cf631513d1c50c.png', 88012, 'x-image', '2025-10-16 06:38:23'),
(156, 1, 'photos/2025/10/mxbook_2adadc42f859d5c3ed39add01ff70773.jpeg', 32344, 'x-image', '2025-10-16 06:38:33'),
(157, 1, 'photos/2025/10/mxbook_4b48c861bbd5910b4a812068553629a1.jpeg', 32344, 'x-image', '2025-10-16 06:42:01'),
(158, 1, 'photos/2025/10/mxbook_4252018d2688054cd198985036e6ea23.jpeg', 32344, 'x-image', '2025-10-16 06:42:41'),
(160, 1, 'photos/2025/10/mxbook_d87b7ef64ae2524e80425e3c88951c6e.jpeg', 32344, 'x-image', '2025-10-16 06:47:42'),
(161, 1, 'photos/2025/10/mxbook_1f5a340eccf9637aec5041e504e5d6da.jpg', 303127, 'x-image', '2025-10-16 06:47:48'),
(162, 1, 'photos/2025/10/mxbook_aeb7b3e164430b03ed187f2e86304f7c.png', 10217, 'x-image', '2025-10-16 06:48:05'),
(163, 1, 'photos/2025/10/mxbook_64d4387c888314f9a0251ed2c41f9e28.jpeg', 32344, 'publisher-mini', '2025-10-16 07:16:54'),
(164, 1, 'videos/2025/10/mxbook_066a88535384e2a0ad053de4ecee3666.mp4', 1234970, '', '2025-10-16 07:17:03'),
(165, 17, 'photos/2025/10/mxbook_b430221aad35850bfe8c75f7790b197f.jpg', 32536, 'publisher-mini', '2025-10-16 09:54:37'),
(170, 17, 'photos/2025/10/mxbook_3fb102a8d5ffedf01a9fb5638da09f16.jpg', 125295, 'publisher-mini', '2025-10-16 10:04:53'),
(171, 17, 'videos/2025/10/mxbook_62282940cc01904f1256a35531c646d7.mp4', 3114370, '', '2025-10-16 10:12:23');

-- --------------------------------------------------------

--
-- Table structure for table `verification_requests`
--

CREATE TABLE `verification_requests` (
  `request_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `photo` varchar(256) DEFAULT NULL,
  `passport` varchar(256) DEFAULT NULL,
  `business_website` text DEFAULT NULL,
  `business_address` text DEFAULT NULL,
  `message` text DEFAULT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `wallet_payments`
--

CREATE TABLE `wallet_payments` (
  `payment_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `amount` varchar(32) NOT NULL,
  `method` varchar(64) NOT NULL,
  `method_value` text NOT NULL,
  `time` datetime NOT NULL,
  `status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `wallet_transactions`
--

CREATE TABLE `wallet_transactions` (
  `transaction_id` int(11) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `node_type` varchar(32) NOT NULL,
  `node_id` int(10) UNSIGNED DEFAULT NULL,
  `amount` varchar(32) NOT NULL,
  `type` enum('in','out') NOT NULL,
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `wallet_transactions`
--

INSERT INTO `wallet_transactions` (`transaction_id`, `user_id`, `node_type`, `node_id`, `amount`, `type`, `date`) VALUES
(1, 17, 'recharge', 0, '100', 'in', '2025-09-29 11:09:01'),
(2, 17, 'recharge', 0, '10000', 'in', '2025-09-29 11:29:17'),
(3, 17, 'recharge', 0, '1000', 'in', '2025-10-01 11:20:05'),
(4, 1, 'recharge', 0, '1', 'in', '2025-10-15 06:38:42'),
(5, 17, 'recharge', 0, '5', 'in', '2025-10-16 10:00:35');

-- --------------------------------------------------------

--
-- Table structure for table `widgets`
--

CREATE TABLE `widgets` (
  `widget_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(256) NOT NULL,
  `place` varchar(32) NOT NULL,
  `place_order` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `code` mediumtext NOT NULL,
  `language_id` int(11) NOT NULL DEFAULT 0,
  `target_audience` enum('all','members','visitors') NOT NULL DEFAULT 'all'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `widgets`
--

INSERT INTO `widgets` (`widget_id`, `title`, `place`, `place_order`, `code`, `language_id`, `target_audience`) VALUES
(1, 'Trending Now', 'home', 2, '&lt;img src=&quot;sponsored_ad.jpg&quot; alt=&quot;Ad&quot;&gt;', 0, 'all');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `ads_campaigns`
--
ALTER TABLE `ads_campaigns`
  ADD PRIMARY KEY (`campaign_id`),
  ADD KEY `campaign_user_id` (`campaign_user_id`);

--
-- Indexes for table `ads_system`
--
ALTER TABLE `ads_system`
  ADD PRIMARY KEY (`ads_id`);

--
-- Indexes for table `affiliates_payments`
--
ALTER TABLE `affiliates_payments`
  ADD PRIMARY KEY (`payment_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `announcements`
--
ALTER TABLE `announcements`
  ADD PRIMARY KEY (`announcement_id`);

--
-- Indexes for table `announcements_users`
--
ALTER TABLE `announcements_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `announcement_id_user_id` (`announcement_id`,`user_id`);

--
-- Indexes for table `auto_connect`
--
ALTER TABLE `auto_connect`
  ADD PRIMARY KEY (`id`),
  ADD KEY `country_id` (`country_id`);

--
-- Indexes for table `bank_transfers`
--
ALTER TABLE `bank_transfers`
  ADD PRIMARY KEY (`transfer_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `package_id` (`package_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `blacklist`
--
ALTER TABLE `blacklist`
  ADD PRIMARY KEY (`node_id`),
  ADD KEY `node_value` (`node_value`);

--
-- Indexes for table `blogs_categories`
--
ALTER TABLE `blogs_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `coinpayments_transactions`
--
ALTER TABLE `coinpayments_transactions`
  ADD PRIMARY KEY (`transaction_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `conversations`
--
ALTER TABLE `conversations`
  ADD PRIMARY KEY (`conversation_id`),
  ADD KEY `last_message_id` (`last_message_id`);

--
-- Indexes for table `conversations_calls`
--
ALTER TABLE `conversations_calls`
  ADD PRIMARY KEY (`call_id`),
  ADD KEY `from_user_id` (`from_user_id`),
  ADD KEY `to_user_id` (`to_user_id`);

--
-- Indexes for table `conversations_messages`
--
ALTER TABLE `conversations_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `conversation_id` (`conversation_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `conversations_users`
--
ALTER TABLE `conversations_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `conversation_id_user_id` (`conversation_id`,`user_id`);

--
-- Indexes for table `courses_categories`
--
ALTER TABLE `courses_categories`
  ADD PRIMARY KEY (`category_id`) USING BTREE,
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `custom_fields`
--
ALTER TABLE `custom_fields`
  ADD PRIMARY KEY (`field_id`);

--
-- Indexes for table `custom_fields_values`
--
ALTER TABLE `custom_fields_values`
  ADD PRIMARY KEY (`value_id`),
  ADD UNIQUE KEY `field_id_node_id_node_type` (`field_id`,`node_id`,`node_type`),
  ADD KEY `value` (`value`(20));

--
-- Indexes for table `developers_apps`
--
ALTER TABLE `developers_apps`
  ADD PRIMARY KEY (`app_id`),
  ADD UNIQUE KEY `app_auth_id` (`app_auth_id`),
  ADD UNIQUE KEY `app_auth_secret` (`app_auth_secret`),
  ADD KEY `app_user_id` (`app_user_id`),
  ADD KEY `app_category_id` (`app_category_id`);

--
-- Indexes for table `developers_apps_categories`
--
ALTER TABLE `developers_apps_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `developers_apps_users`
--
ALTER TABLE `developers_apps_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `app_id_user_id` (`app_id`,`user_id`) USING BTREE;

--
-- Indexes for table `emojis`
--
ALTER TABLE `emojis`
  ADD PRIMARY KEY (`emoji_id`);

--
-- Indexes for table `events`
--
ALTER TABLE `events`
  ADD PRIMARY KEY (`event_id`),
  ADD KEY `event_admin` (`event_admin`),
  ADD KEY `event_category` (`event_category`),
  ADD KEY `event_cover_id` (`event_cover_id`),
  ADD KEY `event_album_covers` (`event_album_covers`),
  ADD KEY `event_album_timeline` (`event_album_timeline`),
  ADD KEY `event_date` (`event_date`) USING BTREE,
  ADD KEY `event_title_idx` (`event_title`) USING BTREE;

--
-- Indexes for table `events_categories`
--
ALTER TABLE `events_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `events_members`
--
ALTER TABLE `events_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `event_id_user_id` (`event_id`,`user_id`) USING BTREE;

--
-- Indexes for table `followings`
--
ALTER TABLE `followings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_following_id` (`user_id`,`following_id`),
  ADD KEY `user_id` (`user_id`) USING BTREE,
  ADD KEY `following_id` (`following_id`) USING BTREE;

--
-- Indexes for table `forums`
--
ALTER TABLE `forums`
  ADD PRIMARY KEY (`forum_id`),
  ADD KEY `forum_section` (`forum_section`);

--
-- Indexes for table `forums_replies`
--
ALTER TABLE `forums_replies`
  ADD PRIMARY KEY (`reply_id`),
  ADD KEY `thread_id` (`thread_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `forums_threads`
--
ALTER TABLE `forums_threads`
  ADD PRIMARY KEY (`thread_id`),
  ADD KEY `forum_id` (`forum_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `friends`
--
ALTER TABLE `friends`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_one_id_user_two_id` (`user_one_id`,`user_two_id`),
  ADD KEY `user_one_id` (`user_one_id`) USING BTREE,
  ADD KEY `user_two_id` (`user_two_id`) USING BTREE,
  ADD KEY `status` (`status`) USING BTREE;

--
-- Indexes for table `funding_payments`
--
ALTER TABLE `funding_payments`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `games`
--
ALTER TABLE `games`
  ADD PRIMARY KEY (`game_id`);

--
-- Indexes for table `games_genres`
--
ALTER TABLE `games_genres`
  ADD PRIMARY KEY (`genre_id`);

--
-- Indexes for table `games_players`
--
ALTER TABLE `games_players`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `game_id_user_id` (`game_id`,`user_id`);

--
-- Indexes for table `gifts`
--
ALTER TABLE `gifts`
  ADD PRIMARY KEY (`gift_id`);

--
-- Indexes for table `groups`
--
ALTER TABLE `groups`
  ADD PRIMARY KEY (`group_id`),
  ADD UNIQUE KEY `group_name` (`group_name`) USING BTREE,
  ADD KEY `group_admin` (`group_admin`),
  ADD KEY `group_category` (`group_category`),
  ADD KEY `group_picture_id` (`group_picture_id`),
  ADD KEY `group_cover_id` (`group_cover_id`),
  ADD KEY `group_album_pictures` (`group_album_pictures`),
  ADD KEY `group_album_covers` (`group_album_covers`),
  ADD KEY `group_album_timeline` (`group_album_timeline`),
  ADD KEY `group_date` (`group_date`) USING BTREE,
  ADD KEY `group_title_idx` (`group_title`) USING BTREE,
  ADD KEY `group_name_idx` (`group_name`) USING BTREE;

--
-- Indexes for table `groups_admins`
--
ALTER TABLE `groups_admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `group_id_user_id` (`group_id`,`user_id`);

--
-- Indexes for table `groups_categories`
--
ALTER TABLE `groups_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `groups_invites`
--
ALTER TABLE `groups_invites`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `page_id_user_id_from_user_id` (`group_id`,`user_id`,`from_user_id`);

--
-- Indexes for table `groups_members`
--
ALTER TABLE `groups_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `group_id_user_id` (`group_id`,`user_id`);

--
-- Indexes for table `hashtags`
--
ALTER TABLE `hashtags`
  ADD PRIMARY KEY (`hashtag_id`),
  ADD KEY `hashtag` (`hashtag`);

--
-- Indexes for table `hashtags_posts`
--
ALTER TABLE `hashtags_posts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_hashtag_id` (`post_id`,`hashtag_id`),
  ADD KEY `post_id` (`post_id`) USING BTREE,
  ADD KEY `hashtag_id` (`hashtag_id`) USING BTREE;

--
-- Indexes for table `invitation_codes`
--
ALTER TABLE `invitation_codes`
  ADD PRIMARY KEY (`code_id`),
  ADD KEY `created_by` (`created_by`),
  ADD KEY `used_by` (`used_by`);

--
-- Indexes for table `jobs_categories`
--
ALTER TABLE `jobs_categories`
  ADD PRIMARY KEY (`category_id`) USING BTREE,
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `log_commissions`
--
ALTER TABLE `log_commissions`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `log_payments`
--
ALTER TABLE `log_payments`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `log_points`
--
ALTER TABLE `log_points`
  ADD PRIMARY KEY (`log_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `log_sessions`
--
ALTER TABLE `log_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `session_ip` (`session_ip`) USING BTREE,
  ADD KEY `session_user_agent` (`session_user_agent`) USING BTREE,
  ADD KEY `idx_session_ip_user_agent` (`session_ip`,`session_user_agent`);

--
-- Indexes for table `log_subscriptions`
--
ALTER TABLE `log_subscriptions`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`node_id`);

--
-- Indexes for table `market_categories`
--
ALTER TABLE `market_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `market_payments`
--
ALTER TABLE `market_payments`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `merits_categories`
--
ALTER TABLE `merits_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `monetization_payments`
--
ALTER TABLE `monetization_payments`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `monetization_plans`
--
ALTER TABLE `monetization_plans`
  ADD PRIMARY KEY (`plan_id`);

--
-- Indexes for table `movies`
--
ALTER TABLE `movies`
  ADD PRIMARY KEY (`movie_id`);

--
-- Indexes for table `movies_genres`
--
ALTER TABLE `movies_genres`
  ADD PRIMARY KEY (`genre_id`);

--
-- Indexes for table `movies_payments`
--
ALTER TABLE `movies_payments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `move_id_user_id` (`movie_id`,`user_id`) USING BTREE;

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`notification_id`),
  ADD KEY `to_user_id` (`to_user_id`),
  ADD KEY `from_user_id` (`from_user_id`,`from_user_type`);

--
-- Indexes for table `offers_categories`
--
ALTER TABLE `offers_categories`
  ADD PRIMARY KEY (`category_id`) USING BTREE,
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `seller_id` (`seller_id`) USING BTREE,
  ADD KEY `buyer_id` (`buyer_id`) USING BTREE,
  ADD KEY `buyer_address_id` (`buyer_address_id`) USING BTREE,
  ADD KEY `order_collection_id` (`order_collection_id`) USING BTREE,
  ADD KEY `order_hash` (`order_hash`) USING BTREE;

--
-- Indexes for table `orders_items`
--
ALTER TABLE `orders_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `product_post_id` (`product_post_id`) USING BTREE,
  ADD KEY `order_id` (`order_id`) USING BTREE;

--
-- Indexes for table `packages`
--
ALTER TABLE `packages`
  ADD PRIMARY KEY (`package_id`),
  ADD KEY `package_permissions_group_id` (`package_permissions_group_id`) USING BTREE;

--
-- Indexes for table `packages_payments`
--
ALTER TABLE `packages_payments`
  ADD PRIMARY KEY (`payment_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`page_id`),
  ADD UNIQUE KEY `page_name` (`page_name`) USING BTREE,
  ADD KEY `page_admin` (`page_admin`),
  ADD KEY `page_category` (`page_category`),
  ADD KEY `page_cover_id` (`page_cover_id`),
  ADD KEY `page_picture_id` (`page_picture_id`),
  ADD KEY `page_country` (`page_country`),
  ADD KEY `page_album_pictures` (`page_album_pictures`),
  ADD KEY `page_album_covers` (`page_album_covers`),
  ADD KEY `page_album_timeline` (`page_album_timeline`),
  ADD KEY `page_boosted` (`page_boosted`) USING BTREE,
  ADD KEY `page_date` (`page_date`) USING BTREE,
  ADD KEY `page_name_idx` (`page_name`) USING BTREE,
  ADD KEY `page_title_idx` (`page_title`) USING BTREE;

--
-- Indexes for table `pages_admins`
--
ALTER TABLE `pages_admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `page_id_user_id` (`page_id`,`user_id`);

--
-- Indexes for table `pages_categories`
--
ALTER TABLE `pages_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `pages_invites`
--
ALTER TABLE `pages_invites`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `page_id_user_id_from_user_id` (`page_id`,`user_id`,`from_user_id`);

--
-- Indexes for table `pages_likes`
--
ALTER TABLE `pages_likes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `page_id_user_id` (`page_id`,`user_id`);

--
-- Indexes for table `permissions_groups`
--
ALTER TABLE `permissions_groups`
  ADD PRIMARY KEY (`permissions_group_id`);

--
-- Indexes for table `points_payments`
--
ALTER TABLE `points_payments`
  ADD PRIMARY KEY (`payment_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
  ADD PRIMARY KEY (`post_id`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `event_id` (`event_id`),
  ADD KEY `wall_id` (`wall_id`),
  ADD KEY `colored_pattern` (`colored_pattern`),
  ADD KEY `origin_id` (`origin_id`),
  ADD KEY `boosted_by` (`boosted_by`),
  ADD KEY `user_id` (`user_id`,`user_type`),
  ADD KEY `boosted` (`boosted`) USING BTREE,
  ADD KEY `time` (`time`) USING BTREE;

--
-- Indexes for table `posts_articles`
--
ALTER TABLE `posts_articles`
  ADD PRIMARY KEY (`article_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`),
  ADD KEY `title_idx` (`title`) USING BTREE;
ALTER TABLE `posts_articles` ADD FULLTEXT KEY `ft_title` (`title`);
ALTER TABLE `posts_articles` ADD FULLTEXT KEY `ft_tags` (`tags`);

--
-- Indexes for table `posts_audios`
--
ALTER TABLE `posts_audios`
  ADD PRIMARY KEY (`audio_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_cache`
--
ALTER TABLE `posts_cache`
  ADD PRIMARY KEY (`cache_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `post_id` (`post_id`) USING BTREE;

--
-- Indexes for table `posts_colored_patterns`
--
ALTER TABLE `posts_colored_patterns`
  ADD PRIMARY KEY (`pattern_id`);

--
-- Indexes for table `posts_comments`
--
ALTER TABLE `posts_comments`
  ADD PRIMARY KEY (`comment_id`),
  ADD KEY `node_id` (`node_id`,`node_type`),
  ADD KEY `user_id` (`user_id`,`user_type`);

--
-- Indexes for table `posts_comments_reactions`
--
ALTER TABLE `posts_comments_reactions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `comment_id_user_id` (`comment_id`,`user_id`);

--
-- Indexes for table `posts_courses`
--
ALTER TABLE `posts_courses`
  ADD PRIMARY KEY (`course_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `posts_courses_applications`
--
ALTER TABLE `posts_courses_applications`
  ADD PRIMARY KEY (`application_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `posts_files`
--
ALTER TABLE `posts_files`
  ADD PRIMARY KEY (`file_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_funding`
--
ALTER TABLE `posts_funding`
  ADD PRIMARY KEY (`funding_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_funding_donors`
--
ALTER TABLE `posts_funding_donors`
  ADD PRIMARY KEY (`donation_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_hidden`
--
ALTER TABLE `posts_hidden`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_user_id` (`post_id`,`user_id`);

--
-- Indexes for table `posts_jobs`
--
ALTER TABLE `posts_jobs`
  ADD PRIMARY KEY (`job_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `posts_jobs_applications`
--
ALTER TABLE `posts_jobs_applications`
  ADD PRIMARY KEY (`application_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `posts_links`
--
ALTER TABLE `posts_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_live`
--
ALTER TABLE `posts_live`
  ADD PRIMARY KEY (`live_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_live_users`
--
ALTER TABLE `posts_live_users`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `user_id_post_id` (`user_id`,`post_id`);

--
-- Indexes for table `posts_media`
--
ALTER TABLE `posts_media`
  ADD PRIMARY KEY (`media_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_merits`
--
ALTER TABLE `posts_merits`
  ADD PRIMARY KEY (`merit_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `posts_offers`
--
ALTER TABLE `posts_offers`
  ADD PRIMARY KEY (`offer_id`) USING BTREE,
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `posts_paid`
--
ALTER TABLE `posts_paid`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_user_id` (`post_id`,`user_id`);

--
-- Indexes for table `posts_photos`
--
ALTER TABLE `posts_photos`
  ADD PRIMARY KEY (`photo_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `album_id` (`album_id`);

--
-- Indexes for table `posts_photos_albums`
--
ALTER TABLE `posts_photos_albums`
  ADD PRIMARY KEY (`album_id`),
  ADD KEY `user_id` (`user_id`,`user_type`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `event_id` (`event_id`);

--
-- Indexes for table `posts_photos_reactions`
--
ALTER TABLE `posts_photos_reactions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_photo_id` (`user_id`,`photo_id`);

--
-- Indexes for table `posts_polls`
--
ALTER TABLE `posts_polls`
  ADD PRIMARY KEY (`poll_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_polls_options`
--
ALTER TABLE `posts_polls_options`
  ADD PRIMARY KEY (`option_id`),
  ADD KEY `poll_id` (`poll_id`);

--
-- Indexes for table `posts_polls_options_users`
--
ALTER TABLE `posts_polls_options_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_poll_id` (`user_id`,`poll_id`);

--
-- Indexes for table `posts_products`
--
ALTER TABLE `posts_products`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `posts_reactions`
--
ALTER TABLE `posts_reactions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_user_id` (`post_id`,`user_id`);

--
-- Indexes for table `posts_reels`
--
ALTER TABLE `posts_reels`
  ADD PRIMARY KEY (`reel_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `posts_saved`
--
ALTER TABLE `posts_saved`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_user_id` (`post_id`,`user_id`);

--
-- Indexes for table `posts_videos`
--
ALTER TABLE `posts_videos`
  ADD PRIMARY KEY (`video_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `category_id` (`category_id`) USING BTREE;

--
-- Indexes for table `posts_videos_categories`
--
ALTER TABLE `posts_videos_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `posts_views`
--
ALTER TABLE `posts_views`
  ADD PRIMARY KEY (`view_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `post_id` (`post_id`) USING BTREE,
  ADD KEY `guest_ip` (`guest_ip`) USING BTREE;

--
-- Indexes for table `reports`
--
ALTER TABLE `reports`
  ADD PRIMARY KEY (`report_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `category_id` (`category_id`),
  ADD KEY `node_id` (`node_id`);

--
-- Indexes for table `reports_categories`
--
ALTER TABLE `reports_categories`
  ADD PRIMARY KEY (`category_id`),
  ADD KEY `category_parent_id` (`category_parent_id`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`review_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `page_id` (`node_id`) USING BTREE;

--
-- Indexes for table `reviews_photos`
--
ALTER TABLE `reviews_photos`
  ADD PRIMARY KEY (`photo_id`),
  ADD KEY `review_id` (`review_id`) USING BTREE;

--
-- Indexes for table `shopping_cart`
--
ALTER TABLE `shopping_cart`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`) USING BTREE,
  ADD KEY `product_post_id` (`product_post_id`) USING BTREE;

--
-- Indexes for table `sneak_peaks`
--
ALTER TABLE `sneak_peaks`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_node_id_node_type` (`user_id`,`node_id`,`node_type`) USING BTREE;

--
-- Indexes for table `static_pages`
--
ALTER TABLE `static_pages`
  ADD PRIMARY KEY (`page_id`),
  ADD UNIQUE KEY `page_url` (`page_url`);

--
-- Indexes for table `stickers`
--
ALTER TABLE `stickers`
  ADD PRIMARY KEY (`sticker_id`);

--
-- Indexes for table `stories`
--
ALTER TABLE `stories`
  ADD PRIMARY KEY (`story_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `stories_media`
--
ALTER TABLE `stories_media`
  ADD PRIMARY KEY (`media_id`),
  ADD KEY `story_id` (`story_id`);

--
-- Indexes for table `subscribers`
--
ALTER TABLE `subscribers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_node_id_node_type` (`user_id`,`node_id`,`node_type`) USING BTREE;

--
-- Indexes for table `system_countries`
--
ALTER TABLE `system_countries`
  ADD PRIMARY KEY (`country_id`);

--
-- Indexes for table `system_currencies`
--
ALTER TABLE `system_currencies`
  ADD PRIMARY KEY (`currency_id`);

--
-- Indexes for table `system_genders`
--
ALTER TABLE `system_genders`
  ADD PRIMARY KEY (`gender_id`) USING BTREE,
  ADD UNIQUE KEY `name` (`gender_name`) USING BTREE;

--
-- Indexes for table `system_languages`
--
ALTER TABLE `system_languages`
  ADD PRIMARY KEY (`language_id`),
  ADD UNIQUE KEY `code` (`code`);

--
-- Indexes for table `system_options`
--
ALTER TABLE `system_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `system_reactions`
--
ALTER TABLE `system_reactions`
  ADD PRIMARY KEY (`reaction_id`);

--
-- Indexes for table `system_themes`
--
ALTER TABLE `system_themes`
  ADD PRIMARY KEY (`theme_id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`user_id`),
  ADD UNIQUE KEY `user_email` (`user_email`),
  ADD UNIQUE KEY `username` (`user_name`) USING BTREE,
  ADD UNIQUE KEY `facebook_id` (`facebook_id`),
  ADD UNIQUE KEY `twitter_id` (`twitter_id`),
  ADD UNIQUE KEY `linkedin_id` (`linkedin_id`),
  ADD UNIQUE KEY `vkontakte_id` (`vkontakte_id`),
  ADD UNIQUE KEY `instagram_id` (`instagram_id`),
  ADD UNIQUE KEY `user_phone` (`user_phone`),
  ADD UNIQUE KEY `google_id` (`google_id`),
  ADD KEY `user_picture_id` (`user_picture_id`),
  ADD KEY `user_gender` (`user_gender`),
  ADD KEY `user_cover_id` (`user_cover_id`),
  ADD KEY `user_country` (`user_country`),
  ADD KEY `user_album_pictures` (`user_album_pictures`),
  ADD KEY `user_album_covers` (`user_album_covers`),
  ADD KEY `user_album_timeline` (`user_album_timeline`),
  ADD KEY `user_banned` (`user_banned`) USING BTREE,
  ADD KEY `user_subscribed` (`user_subscribed`) USING BTREE,
  ADD KEY `user_registered` (`user_registered`) USING BTREE,
  ADD KEY `user_id_idx` (`user_id`) USING BTREE,
  ADD KEY `user_lastname_idx` (`user_lastname`) USING BTREE,
  ADD KEY `user_name_idx` (`user_name`) USING BTREE,
  ADD KEY `user_firstname_idx` (`user_firstname`) USING BTREE;

--
-- Indexes for table `users_accounts`
--
ALTER TABLE `users_accounts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_account_id` (`user_id`,`account_id`) USING BTREE;

--
-- Indexes for table `users_addresses`
--
ALTER TABLE `users_addresses`
  ADD PRIMARY KEY (`address_id`),
  ADD KEY `user_id` (`user_id`) USING BTREE;

--
-- Indexes for table `users_affiliates`
--
ALTER TABLE `users_affiliates`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `referrer_id_referee_id` (`referrer_id`,`referee_id`) USING BTREE;

--
-- Indexes for table `users_blocks`
--
ALTER TABLE `users_blocks`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_blocked_id` (`user_id`,`blocked_id`);

--
-- Indexes for table `users_gifts`
--
ALTER TABLE `users_gifts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `from_user_id` (`from_user_id`),
  ADD KEY `to_user_id` (`to_user_id`),
  ADD KEY `gift_id` (`gift_id`);

--
-- Indexes for table `users_groups`
--
ALTER TABLE `users_groups`
  ADD PRIMARY KEY (`user_group_id`),
  ADD KEY `permissions_group_id` (`permissions_group_id`) USING BTREE;

--
-- Indexes for table `users_invitations`
--
ALTER TABLE `users_invitations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_email_phone` (`user_id`,`email_phone`) USING BTREE;

--
-- Indexes for table `users_merits`
--
ALTER TABLE `users_merits`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users_pokes`
--
ALTER TABLE `users_pokes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_poked_id` (`user_id`,`poked_id`) USING BTREE;

--
-- Indexes for table `users_recurring_payments`
--
ALTER TABLE `users_recurring_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`) USING BTREE;

--
-- Indexes for table `users_searches`
--
ALTER TABLE `users_searches`
  ADD PRIMARY KEY (`log_id`),
  ADD UNIQUE KEY `user_id_node_id_node_type` (`user_id`,`node_id`,`node_type`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `users_sessions`
--
ALTER TABLE `users_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_token` (`session_token`),
  ADD KEY `user_ip` (`user_ip`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `users_sms`
--
ALTER TABLE `users_sms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users_top_friends`
--
ALTER TABLE `users_top_friends`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_friend_id` (`user_id`,`friend_id`) USING BTREE;

--
-- Indexes for table `users_uploads`
--
ALTER TABLE `users_uploads`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users_uploads_pending`
--
ALTER TABLE `users_uploads_pending`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_file_name` (`file_name`) USING BTREE;

--
-- Indexes for table `verification_requests`
--
ALTER TABLE `verification_requests`
  ADD PRIMARY KEY (`request_id`);

--
-- Indexes for table `wallet_payments`
--
ALTER TABLE `wallet_payments`
  ADD PRIMARY KEY (`payment_id`) USING BTREE,
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wallet_transactions`
--
ALTER TABLE `wallet_transactions`
  ADD PRIMARY KEY (`transaction_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `widgets`
--
ALTER TABLE `widgets`
  ADD PRIMARY KEY (`widget_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `ads_campaigns`
--
ALTER TABLE `ads_campaigns`
  MODIFY `campaign_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `ads_system`
--
ALTER TABLE `ads_system`
  MODIFY `ads_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `affiliates_payments`
--
ALTER TABLE `affiliates_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `announcements`
--
ALTER TABLE `announcements`
  MODIFY `announcement_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `announcements_users`
--
ALTER TABLE `announcements_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `auto_connect`
--
ALTER TABLE `auto_connect`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bank_transfers`
--
ALTER TABLE `bank_transfers`
  MODIFY `transfer_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blacklist`
--
ALTER TABLE `blacklist`
  MODIFY `node_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `blogs_categories`
--
ALTER TABLE `blogs_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `coinpayments_transactions`
--
ALTER TABLE `coinpayments_transactions`
  MODIFY `transaction_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `conversations`
--
ALTER TABLE `conversations`
  MODIFY `conversation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `conversations_calls`
--
ALTER TABLE `conversations_calls`
  MODIFY `call_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `conversations_messages`
--
ALTER TABLE `conversations_messages`
  MODIFY `message_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `conversations_users`
--
ALTER TABLE `conversations_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `courses_categories`
--
ALTER TABLE `courses_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `custom_fields`
--
ALTER TABLE `custom_fields`
  MODIFY `field_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `custom_fields_values`
--
ALTER TABLE `custom_fields_values`
  MODIFY `value_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `developers_apps`
--
ALTER TABLE `developers_apps`
  MODIFY `app_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `developers_apps_categories`
--
ALTER TABLE `developers_apps_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `developers_apps_users`
--
ALTER TABLE `developers_apps_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `emojis`
--
ALTER TABLE `emojis`
  MODIFY `emoji_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1803;

--
-- AUTO_INCREMENT for table `events`
--
ALTER TABLE `events`
  MODIFY `event_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `events_categories`
--
ALTER TABLE `events_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `events_members`
--
ALTER TABLE `events_members`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `followings`
--
ALTER TABLE `followings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `forums`
--
ALTER TABLE `forums`
  MODIFY `forum_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `forums_replies`
--
ALTER TABLE `forums_replies`
  MODIFY `reply_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `forums_threads`
--
ALTER TABLE `forums_threads`
  MODIFY `thread_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `friends`
--
ALTER TABLE `friends`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `funding_payments`
--
ALTER TABLE `funding_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `games`
--
ALTER TABLE `games`
  MODIFY `game_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `games_genres`
--
ALTER TABLE `games_genres`
  MODIFY `genre_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `games_players`
--
ALTER TABLE `games_players`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `gifts`
--
ALTER TABLE `gifts`
  MODIFY `gift_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `groups`
--
ALTER TABLE `groups`
  MODIFY `group_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `groups_admins`
--
ALTER TABLE `groups_admins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `groups_categories`
--
ALTER TABLE `groups_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `groups_invites`
--
ALTER TABLE `groups_invites`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `groups_members`
--
ALTER TABLE `groups_members`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `hashtags`
--
ALTER TABLE `hashtags`
  MODIFY `hashtag_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101;

--
-- AUTO_INCREMENT for table `hashtags_posts`
--
ALTER TABLE `hashtags_posts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104;

--
-- AUTO_INCREMENT for table `invitation_codes`
--
ALTER TABLE `invitation_codes`
  MODIFY `code_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `jobs_categories`
--
ALTER TABLE `jobs_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `log_commissions`
--
ALTER TABLE `log_commissions`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `log_payments`
--
ALTER TABLE `log_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `log_points`
--
ALTER TABLE `log_points`
  MODIFY `log_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `log_sessions`
--
ALTER TABLE `log_sessions`
  MODIFY `session_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25632;

--
-- AUTO_INCREMENT for table `log_subscriptions`
--
ALTER TABLE `log_subscriptions`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `market_categories`
--
ALTER TABLE `market_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `market_payments`
--
ALTER TABLE `market_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merits_categories`
--
ALTER TABLE `merits_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `monetization_payments`
--
ALTER TABLE `monetization_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `monetization_plans`
--
ALTER TABLE `monetization_plans`
  MODIFY `plan_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `movies`
--
ALTER TABLE `movies`
  MODIFY `movie_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `movies_genres`
--
ALTER TABLE `movies_genres`
  MODIFY `genre_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `movies_payments`
--
ALTER TABLE `movies_payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `notifications`
--
ALTER TABLE `notifications`
  MODIFY `notification_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=209;

--
-- AUTO_INCREMENT for table `offers_categories`
--
ALTER TABLE `offers_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `order_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `orders_items`
--
ALTER TABLE `orders_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `packages`
--
ALTER TABLE `packages`
  MODIFY `package_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `packages_payments`
--
ALTER TABLE `packages_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `page_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pages_admins`
--
ALTER TABLE `pages_admins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pages_categories`
--
ALTER TABLE `pages_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `pages_invites`
--
ALTER TABLE `pages_invites`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pages_likes`
--
ALTER TABLE `pages_likes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `permissions_groups`
--
ALTER TABLE `permissions_groups`
  MODIFY `permissions_group_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `points_payments`
--
ALTER TABLE `points_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
  MODIFY `post_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=656;

--
-- AUTO_INCREMENT for table `posts_articles`
--
ALTER TABLE `posts_articles`
  MODIFY `article_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=468;

--
-- AUTO_INCREMENT for table `posts_audios`
--
ALTER TABLE `posts_audios`
  MODIFY `audio_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `posts_cache`
--
ALTER TABLE `posts_cache`
  MODIFY `cache_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_colored_patterns`
--
ALTER TABLE `posts_colored_patterns`
  MODIFY `pattern_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `posts_comments`
--
ALTER TABLE `posts_comments`
  MODIFY `comment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT for table `posts_comments_reactions`
--
ALTER TABLE `posts_comments_reactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `posts_courses`
--
ALTER TABLE `posts_courses`
  MODIFY `course_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_courses_applications`
--
ALTER TABLE `posts_courses_applications`
  MODIFY `application_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_files`
--
ALTER TABLE `posts_files`
  MODIFY `file_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_funding`
--
ALTER TABLE `posts_funding`
  MODIFY `funding_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_funding_donors`
--
ALTER TABLE `posts_funding_donors`
  MODIFY `donation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_hidden`
--
ALTER TABLE `posts_hidden`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_jobs`
--
ALTER TABLE `posts_jobs`
  MODIFY `job_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_jobs_applications`
--
ALTER TABLE `posts_jobs_applications`
  MODIFY `application_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_links`
--
ALTER TABLE `posts_links`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_live`
--
ALTER TABLE `posts_live`
  MODIFY `live_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;

--
-- AUTO_INCREMENT for table `posts_live_users`
--
ALTER TABLE `posts_live_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `posts_media`
--
ALTER TABLE `posts_media`
  MODIFY `media_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_merits`
--
ALTER TABLE `posts_merits`
  MODIFY `merit_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_offers`
--
ALTER TABLE `posts_offers`
  MODIFY `offer_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `posts_paid`
--
ALTER TABLE `posts_paid`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_photos`
--
ALTER TABLE `posts_photos`
  MODIFY `photo_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `posts_photos_albums`
--
ALTER TABLE `posts_photos_albums`
  MODIFY `album_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `posts_photos_reactions`
--
ALTER TABLE `posts_photos_reactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_polls`
--
ALTER TABLE `posts_polls`
  MODIFY `poll_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_polls_options`
--
ALTER TABLE `posts_polls_options`
  MODIFY `option_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `posts_polls_options_users`
--
ALTER TABLE `posts_polls_options_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_products`
--
ALTER TABLE `posts_products`
  MODIFY `product_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `posts_reactions`
--
ALTER TABLE `posts_reactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `posts_reels`
--
ALTER TABLE `posts_reels`
  MODIFY `reel_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `posts_saved`
--
ALTER TABLE `posts_saved`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_videos`
--
ALTER TABLE `posts_videos`
  MODIFY `video_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `posts_videos_categories`
--
ALTER TABLE `posts_videos_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `posts_views`
--
ALTER TABLE `posts_views`
  MODIFY `view_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17435;

--
-- AUTO_INCREMENT for table `reports`
--
ALTER TABLE `reports`
  MODIFY `report_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reports_categories`
--
ALTER TABLE `reports_categories`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `review_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `reviews_photos`
--
ALTER TABLE `reviews_photos`
  MODIFY `photo_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `shopping_cart`
--
ALTER TABLE `shopping_cart`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sneak_peaks`
--
ALTER TABLE `sneak_peaks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `static_pages`
--
ALTER TABLE `static_pages`
  MODIFY `page_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `stickers`
--
ALTER TABLE `stickers`
  MODIFY `sticker_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `stories`
--
ALTER TABLE `stories`
  MODIFY `story_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `stories_media`
--
ALTER TABLE `stories_media`
  MODIFY `media_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `subscribers`
--
ALTER TABLE `subscribers`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `system_countries`
--
ALTER TABLE `system_countries`
  MODIFY `country_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=246;

--
-- AUTO_INCREMENT for table `system_currencies`
--
ALTER TABLE `system_currencies`
  MODIFY `currency_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `system_genders`
--
ALTER TABLE `system_genders`
  MODIFY `gender_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `system_languages`
--
ALTER TABLE `system_languages`
  MODIFY `language_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `system_options`
--
ALTER TABLE `system_options`
  MODIFY `option_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11905;

--
-- AUTO_INCREMENT for table `system_reactions`
--
ALTER TABLE `system_reactions`
  MODIFY `reaction_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `system_themes`
--
ALTER TABLE `system_themes`
  MODIFY `theme_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `user_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `users_accounts`
--
ALTER TABLE `users_accounts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `users_addresses`
--
ALTER TABLE `users_addresses`
  MODIFY `address_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `users_affiliates`
--
ALTER TABLE `users_affiliates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_blocks`
--
ALTER TABLE `users_blocks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `users_gifts`
--
ALTER TABLE `users_gifts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_groups`
--
ALTER TABLE `users_groups`
  MODIFY `user_group_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_invitations`
--
ALTER TABLE `users_invitations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_merits`
--
ALTER TABLE `users_merits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_pokes`
--
ALTER TABLE `users_pokes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users_recurring_payments`
--
ALTER TABLE `users_recurring_payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_searches`
--
ALTER TABLE `users_searches`
  MODIFY `log_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `users_sessions`
--
ALTER TABLE `users_sessions`
  MODIFY `session_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2776;

--
-- AUTO_INCREMENT for table `users_sms`
--
ALTER TABLE `users_sms`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users_top_friends`
--
ALTER TABLE `users_top_friends`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users_uploads`
--
ALTER TABLE `users_uploads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=185;

--
-- AUTO_INCREMENT for table `users_uploads_pending`
--
ALTER TABLE `users_uploads_pending`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176;

--
-- AUTO_INCREMENT for table `verification_requests`
--
ALTER TABLE `verification_requests`
  MODIFY `request_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wallet_payments`
--
ALTER TABLE `wallet_payments`
  MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wallet_transactions`
--
ALTER TABLE `wallet_transactions`
  MODIFY `transaction_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `widgets`
--
ALTER TABLE `widgets`
  MODIFY `widget_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!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 */;
